/*
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****/

/****Top Bar/Navigation/header****/
.main-nav.outside-item-remove-margin{
	padding-right:20px;
}
.masthead:not(.mixed-header){
	background-size:cover;
}
/****Homepage****/
.homepage-feature-blocks h2,
.homepage-feature-blocks p{
	color:#fff!important;
}
h2 a{
	text-decoration:underline;
	color:#002e5d;
}
.wpb_single_image .vc_figure-caption {
    margin-top: .5em;
    font-size: 1.2em;
}
/****Pages****/
#main{
	/*min-height:449px;*/
}
.page-title-overlay{
	background-color:rgba(26, 48, 92, 0.8);
}
.page-title-overlay-title{
	position:absolute;
	color:#fff!important;
	text-align:center;
	bottom:0;
	right:0;
	left:0;
}
.vc_tta-color-grey.vc_tta-style-modern.sparc-faq  .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.vc_tta-color-grey.vc_tta-style-modern.sparc-faq .vc_tta-panel .vc_tta-panel-title>a{
	color:#fff!important;
}
.vc_tta-color-grey.vc_tta-style-modern.sparc-faq .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-modern.sparc-faq .vc_tta-panel .vc_tta-panel-heading{
	background-color:#002f5d!important;
	border-color:#002f5d!important;
}
.vc_tta.sparc-faq .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.vc_tta.sparc-faq .vc_tta-controls-icon.vc_tta-controls-icon-plus::after{
	border-color:#fff!important;
}
.slick-next, .slick-prev{
	top:40%!important;
}
/****Footer****/
.wf-container-bottom {
    padding-bottom:0;
}
.disclaimer{
	text-align:center;
	padding-bottom:8px;
}
/****Responsive****/
@media screen and (max-width:1331px){
	.main-nav > li > a{
		padding: 7px 13px 7px 13px;
	}
}
@media screen and (max-width:1320px){
	.main-nav > li > a .menu-text{
		font-size:16px;
	}
}
@media screen and (max-width:1250px){
	.main-nav > li > a .menu-text{
		font-size:14px;
	}
	.main-nav > li > a{
		padding: 7px 11px 7px 11px;
	}
}