/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*** GENERAL ***/

body #phantom {
    padding:0 50px!important;
}

/*** PAGES INTERIEURES ***/
article .post-thumbnail{
    display:inline-block!important;
	width:100%!important;
	float:left;
}
article .entry-content {
    display: inline-block!important;
    /*width: 80%;*/
    min-height: 270px;
    padding: 20px 10%;
}

@media(max-width: 640px) {
	article .post-thumbnail, article .entry-content{
		display:block;
		width:auto!important;
	}
}
article .post-thumbnail{
	margin-right:5%!important;
}

.single .breadcrumbs{
	display:none!important;
}
.single article{
	padding-top:32px;
}

.promobox{
	border: solid 1px #b29d52;
}
.vc_grid-item.vc_visible-item .vc_grid-item-mini{
    border:solid 3px #b29d52;
}



.bt-blog-grid {
    background-color:#b29d52!important;
}
.bt-blog-grid .vc_btn3.vc_btn3-color-grey, .bt-blog-grid .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #fff!important;
    background-color: #b29d52!important;
    border:solid 1px #b29d52;
}

.bt-blog-grid .vc_btn3.vc_btn3-color-grey:hover, .bt-blog-grid .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
    color: rgba(178,157,82)!important;
    background-color: #fff!important;
}

.vc_col-sm-12.img-blog-grille{ 
    background:rgba(178,157,82,0.5);
    color:#fff;
}

.content ul.vc_grid-filter li::before {
    content: none!important;
}
ul.vc_grid-filter .vc_grid-filter-item span{
    color:rgba(178,157,82);
}
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background-color: rgba(178,157,82)!important;
}
.titre-article-home h3 a{
	font-size:16px!important;
}
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active>span, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
    color: #fff;
}

.single .page-title h1.entry-title, .single #page .page-title .entry-title, .single .page-title h1 {
	text-transform: none!important;
    font-weight: 300!important;
}