/*
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
*/

html{
	margin-top: 10px !important;
}

.same-logo img{
	width: auto;
	max-height: 100px;
	display: block;
margin-top: 10px;
	margin-bottom: 40px;
}

.mobile-branding img{
	max-height: 80px;
display: block;
margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
}

#aboutus,
#instagrambox{
	/*
background: rgb(226,230,219);
background: linear-gradient(180deg, rgba(226,230,219,1) 0%, rgba(255,255,255,1) 73%);
	*/
	
	background: #DCE0D4;
background: linear-gradient(180deg, #DCE0D4 0%, rgba(255,255,255,1) 73%);
}

.img-rounded img{
	border-radius: 10px;
}

#aboutus .img-rounded img{
	max-width: 90%;
}

.mission-vision>.vc_column-inner,
.white-box>.vc_column-inner{
		border-radius: 10px;
	background: #fff;
	border: 1px solid #bcc6ac;
	padding: 20px;
}

.white-box h3,
.mission-vision h2,
.team-box h3{
	color: #c4dacf;
}

.white-box li::marker {
	color: #c4dacf;
}

.green-separator{
	background-color: rgb(137 159 129);
	width: 5rem;
	height: .25rem;
	margin: auto;
}

.left-separator{
	margin-left: 0;
}


#services .vc_tta-tab a{
	color: #5b4a42;
	background: rgb(163, 153, 143, 0.3);
}

#services .vc_active a{
	background: #fff;
	
}

#services .vc_tta.vc_general .vc_tta-tab>a{
	padding: 10px 20px;
}

#services .vc_active a{
	color: #555;
}

#services .vc_row {
    margin-left: 0;
    margin-right: 0;
}

#team .team-box>div>div{
	border-radius: 10px;
	background: #fff;
	border: 1px solid #bcc6ac;
	min-height: 600px;
}

#team img{
	border-radius: 10px 10px 0 0 ;
}

#team .wpb_raw_code span{
	background: #bcc6ac;
	border-radius: 8px; 
	padding: 2px 4px;
	font-size: 13px;
	color: #fff;
}

#team .wpb_text_column,
#team .wpb_raw_code{
	padding: 0 20px;
	font-size: 16px;
}

#team .vc_column-inner{
	padding-left: 12px;
	padding-right: 12px;
}

#gallery img{
	border-radius: 10px;
	
}

.bb-button{
	display: block;
	margin: 0 auto;
}

.bb-button:hover{
	background: #555;
	color: white;
}

footer .fa-fw{
	font-size: 25px;
}

footer .widget-title{
	font-size: 22px;
}

footer .footer-button,
.bb-button{
	margin-top: 30px;
	color: white;
	display: block;
	background: #899f81;
	width: 150px;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

footer .footer-button:hover{
	opacity: 0.9;
	background: #c4dacf !important;
	color: white !important;
}

.sbi_follow_btn.sbi_custom a{
	border-radius: 0 !important;
	padding: 12px 18px !important;
	font-weight: bold;
}

.team-box{
	margin-bottom: 20px;
}