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




/* Theme customization starts here

-------------------------------------------------------------- */




/* - Global Adjustments - */

/* -- Misc --- */

.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a {
	color: #ffffff !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

a#scroll-to-top {
    display: none !important;
}

input[type=radio],
input[type=checkbox] {
	margin-top: 0 !important;
}

.branding {
     margin-top: -40px; 
}


/* -- Header -- */

/* --- Top Bar --- */

/* --- Main Header --- */

/* --- Primary Nav --- */



/* -- Sidebars -- */


/* -- Footer -- */

.footerContainer {
/*    display: flex;*/
/*    flex-wrap: wrap;*/
}

.footerSection.footerSection_one {
    display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
/*    flex-direction: column;*/
}

.footerSection_one a.footerLogo {
    margin-right: 40px;
}

.footerSection_one .footerAnniversaryBadge {
	max-width: 76px;
	max-height: 50px;
    margin-right: 60px;
	margin-bottom: 0;
}

.footerContactInfo {
    display: flex;
	align-items: center;
}

.footerContactInfo p {
    margin-right: 20px;
    margin-bottom: 0px;
}

.footerSection.footerSection_two {
/*    padding-left: 50px;*/
	display: flex;
    align-items: center;
/*    justify-content: space-between;*/
}

a.footerButton {
    border: 1px solid #f0ede9;
    border-radius: 2px;
    padding: 12px 0px;
    text-align: center;
    width: 300px;
    margin-right: 70px;
}

a.footerButton:hover {
    background-color: #03190b;
}

.footerNav {
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
    flex: 2;
}

.footerNav .footerLink {
	margin-right: 15px;
	margin-bottom: 0;
}


/* -- Buttons -- */



/* -- Forms -- */

label#label_1_1_1 {
    white-space: nowrap;
}



/* - Main Content - */

.linkBox .vc_column-inner {
    transition: all 300ms ease;
    cursor: pointer !important;
}

.linkBox .vc_column-inner:hover {
    background-color: #222222 !important;
}



/* - Media Queries - */

@media (max-width: 1086px) {
	.footerContainer a, .footerContainer p {
    	font-size: 12px !important;
	}
}

@media (max-width: 960px) {
	.footerSection.footerSection_one {
    	flex-direction: column;
    	align-items: center;
	}
	.footerSection_one a.footerLogo {
    	margin-right: 0px;
	}
	p.footerAddress {
    	text-align: center;
	}
	a.footerButton {
    	margin-right: 40px;
	}
}

@media (max-width: 920px) {
	.footerSection.footerSection_two {
    	flex-direction: column;
	}
	a.footerButton,
	.footerNav {
    	margin-right: 0 !important;
		margin-bottom: 30px;
	}
}

@media (max-width: 800px) {
	.columnReverse {
    	flex-direction: column-reverse !important;
	}
}

@media (max-width: 520px) {
	a.footerLogo {
    	margin-bottom: 30px;
	}
	a.footerPhone {
    	font-size: 26px !important;
	}
	.footerContactInfo {
    	flex-direction: column;
	}
	p.footerSeparator {
    	display: none;
	}
}

@media (max-width: 380px) {
	.footerNav {
    	flex-direction: column;
	}
	.footerNav .footerLink {
    	margin-right: 0 !important;
    	text-align: center;
	}
}






