/*
 Theme Name:   Charitywp Child
 Theme URI:    http://charitywp.thimpress.com/
 Description:  Charitywp Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     charitywp
 Version:      1.0.0
 Text Domain:  charitywp-child
*/
.thim_header_custom_style.thim_header_style3 header.site-header .top-header .top-sidebar {
    float:left!important;
}
.siteorigin-panels-stretch .panel-grid-cell{
	margin: 0 auto;
}
.home-presentation .panel-grid-cell{
	z-index: 9;
} 
.thim-causes-support .contain-box {
    display: flex;
    flex-flow: row wrap;
}
.thim-causes-support .contain-box .cause-panel {
    flex: 1 0 18%;
}
.team-container .owl-prev{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 25px);
    left: -70px;
    border: solid 2px #ffc638!important;
}
.team-container .owl-next{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 25px);
    right: -70px;
    border: solid 2px #ffc638!important;
}
.team-container .owl-prev:before{
	content:"<";
}
.team-container .owl-next:before{
	content:">";
}
.member .description{
	padding:10px;
}
.text-center{
	text-align:center;
}
.download-container .widget_button{
	margin-bottom:0px!important;
}
.count-container .counter-number{
	color:#ffcb36!important;
}
.mission-image .description{
    font-style: italic;
    margin-top: 0px!important;
    font-size: 13px;
    margin-bottom: 0px!important;
    line-height: 19px;
    text-align: center;
}

.thim-causes-support.layout-1 .contain-box .cause-panel .cause .title {
    width:90%!important;
}
.thim-box .inner .toggle-video{
	-webkit-transform: none!important;
}
.newsletter-container .widget-title{
	display:none;
}
#menu-item-6495{
	float: right;
    margin-left: 20px;
}
.newsletter-container p{
	color:#525252!important; 
}
.article-thematique h3{
	color:#ffffff;
}
#project-right-block .thim-box .inner .box-content .title{
		    margin: 0 0 30px!important;
}
#project-right-block .thim-box .inner .box-content .description{
	padding-top:35px;
	margin-bottom:0px;
}
.list-posts .post-meta{
	display:none!important;
}
.declaration-introduction h3{
	color:#ffffff;
}
.home-presentation .video .media, .home-presentation .base .media{
		min-height: 500px;
		max-height: 500px;
	}
.projet-block .media{
	min-height: 405px;
}
.projet-block-center .media{
	display: flex;
	justify-content: center;
	align-items: center;
}
.projet-block .media img{
	min-width: 606px;
}
.home-theme .thim-single-image {
	display:flex;
	justify-content:center;
	align-items:center;
}
.home-theme .widget-title{
	position:absolute;
	z-index:9;
	color:#fff;
	width: 200px;
    text-align: center;
    line-height: 25px;
}

@media(max-width: 780px){
	.thim-causes-support .contain-box {
		display: block;
		flex-flow: row wrap;
	}
	.thim-causes-support .contain-box .title {
		font-size:21px!important;
	}
	.bloc-size .media{
	    height:500px;
    }
	.bloc-size .description{
		padding:0 10px;
	}
	.home-presentation .video .media, .home-presentation .base .media{
		min-height: inherit;
		max-height: inherit;
	}
	.thim-widget-list-post .article-inner .content{
		width: 100%!important;
	}
	
}