/*
Theme Name: Malmo Child
Theme URI: http://malmo.elated-themes.com/
Description: A child theme of Malmo Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Template: malmo
*/
/*
@import url("../malmo/style.css");
@import url(//db.onlinewebfonts.com/c/7823806f28059c0ac491864b0148f1e5?family=Soho);
@font-face {font-family: "Soho";
    src: url("//db.onlinewebfonts.com/t/7823806f28059c0ac491864b0148f1e5.eot");
    src: url("//db.onlinewebfonts.com/t/7823806f28059c0ac491864b0148f1e5.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/7823806f28059c0ac491864b0148f1e5.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/7823806f28059c0ac491864b0148f1e5.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/7823806f28059c0ac491864b0148f1e5.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/7823806f28059c0ac491864b0148f1e5.svg#Soho") format("svg");
}
h4{
    font-family: 'Soho', sans-serif;
}

*/

.eltd-title .eltd-title-holder h1, .eltd-subtitle {
    background-color: #0E6990;
	}

footer .eltd-footer-top:not(.eltd-footer-top-full) .eltd-container-inner {
    padding: 40px 0 0;
	}

.eltd-main-menu>ul>li>a span.item_inner {
    display: inline-block;
    padding: 0 8px;
	}

.eltd-header-standard .eltd-menu-area .eltd-drop-down:after {
    background-color: #a90c13;
	}

.eltd-blog-list-holder.eltd-grid-type-1 .eltd-post-info-date,.eltd-blog-holder article .eltd-post-image-wrapper .eltd-post-info-date {
    background-color: #a90c13;
	}

.eltd-blog-list-holder.eltd-grid-type-1 .eltd-item-title {
    margin-top: 0;
	}

/* typos fond bleu avec Span*/
h4 span {
    background-color: #0F465C;
	padding: 0 5px;
	}


.eltd-blog-holder article .eltd-post-info {
    display: none;
	}

/*agrandir  les typos*/
.eltd-right-from-main-menu-widget-inner ul {
    list-style: none;
}
/*Couleur du footer*/
footer .eltd-footer-top-holder {
    display: block;
    background-color: #0F465C;
    list-style: none;
}

/*Etiquette date post single*/

.eltd-blog-holder article .eltd-post-title {
    padding: 15px 110px;
    float: right;
	}
article .eltd-post-image {
     display: none;
	}

.eltd-blog-holder article .eltd-post-image-wrapper {
	display: inline-block;
    position: relative;
	 height: 100px;
	}

.eltd-blog-holder article .eltd-post-image-wrapper.eltd-post-with-image .eltd-post-info-date {
    position: absolute;
    top: 25px;
    left: 0;
	}
  .eltd-blog-holder article .eltd-post-title a:hover{
	color: #0e6990;
	}

/*Titre separateur*/
.vc_separator h4 {
    line-height: 1.3em;
    font-size: 200%;
}

/*Liste incrémentée*/
.eltd-content ol {
	counter-reset: num; /* on initialise et nomme un compteur */
    padding-left: 20px;
}
	
.eltd-content ol li {
	list-style-type: none;
	counter-increment: num; /* on incrémente le compteur à chaque nouveau li */
    margin-bottom: 10px;
    font-size: 16px;
}

.eltd-content ol li::before {
	content: counter(num); /* on affiche le compteur */
	padding: 5px 10px 6px;
	margin-right: 8px;
	vertical-align: top;
	background: #a90c13;
	-moz-border-radius: 60px;
	border-radius: 60px;
	font-weight: bold;
	color: white;	
}

/*rubriquecarteweb*/
#nav-menu-item-267{
    background-color: #0F465C;
	color: white;
	}
/*Hover Skiny menu blanc*/
.eltd-page-header .eltd-sticky-header .eltd-main-menu>ul>li>a:hover, .eltd-page-header .eltd-sticky-header .eltd-main-menu>ul>li.eltd-active-item>a:hover{
    color: #ffffff;
	}
.eltd-page-header .eltd-sticky-header .eltd-sticky-holder {
	background-color:#0F465C;
	*}
/*Titre Vignette*/
h3.eltd-item-title a {
    font-size: 14px;
    line-height: 10px;
}
h3.eltd-item-title a:hover {
	color:#a90c13;
    font-size: 14px;
    line-height: 10px;
}
/*espace Vignette*/
.eltd-blog-list-holder.eltd-grid-type-1 .eltd-blog-list-item {
    margin: 30px 0;
}
/*Couleur footer*/
footer p {
    color: #d29d46;
	}

.eltd-main-menu.eltd-sticky-nav:after {
	color:#a90c13
		}
/*Portfolio*/
.single-portfolio-item .eltd-content .eltd-content-inner>.eltd-container>.eltd-container-inner {
    padding: 30px ;
}

.eltd-title .eltd-title-holder h1, .eltd-subtitle {
        background-color: transparent;
    font-size: 35px;
    letter-spacing: 2px;
}
.eltd-portfolio-list-holder article .eltd-ptf-item-title {
    font-size:20px;
}
.eltd-ptf-pinterest .eltd-ptf-item-text-overlay .eltd-ptf-category-holder {
	display:none;
}
.eltd-portfolio-list-holder article .eltd-ptf-item-title a:hover {
    margin: 0;
	color:#a90c13;
}