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

/*IMPORT FONTS*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*COLOR CLASSES*/
.gold{
	color: rgb(197, 171, 107);
}
.light-gold{
	color: #e5c89e;
}
.dark-gold{
	color: #b79d69;
}
.gray{
	color: gray;
}
.teal{
	color:#379985;
}
/*NAV FIXES*/
.masthead{
	display: none;
}
.top-header .main-nav .act.menu-item .menu-text:after{
	fill:#c5ab6b !important;
}
.top-header .main-nav .menu-text:after{
	right: -5px !important;
}
.top-header.light-preset-color:not(.sticky-on):not(.mobile-sticky-on) .masthead:not(#phantom) .l-to-r-line > li.act > a i.underline{
	background-color: #c5ab6b !important;
}
.top-header.light-preset-color:not(.sticky-on) .masthead:not(#phantom) .main-nav > li.act > a > span,
.top-header.light-preset-color:not(.sticky-on) .masthead:not(#phantom) .main-nav > li.act > a .menu-text,
.top-header.light-preset-color:not(.sticky-on) .masthead:not(#phantom) .main-nav > li.act > a{
	color: #c5ab6b !important;
	-webkit-text-fill-color: #c5ab6b !important;
}
/*HEADER*/

.arrow a {
  color:#ffffff;
  text-decoration: none;
}
.arrow {
  text-align: center;
  margin: 8% 0;
}
.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

header.header-bar{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 43%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 43%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 43%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
/* .page-id-1138 #fancy-header{
	background-position: center 525% !important
}
.page-id-56 #fancy-header{
	background-position: center 54% !important;
} */
#fancy-header{
	background-position: center -500px !important;
}
/*FOOTER*/
.map-api,
.map-api > div{
	height: 400px !important;
	margin-bottom: 0px;
}
#bottom-bar .wf-table{
	margin-top: -26px;
}
#bottom-bar > .wf-wrap{
	display: inline !important;
}
#bottom-bar .wf-table {
	display:flex !important;
    -webkit-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
	position: relative;
} 
#bottom-bar > div > div > div > div:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
	clear: both;
    position: relative;
    width: 100%;
}
#bottom-bar > div > div > div > div:nth-child(2) {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
	clear: both;
    position: relative;
    width: 100%;
}
#bottom-bar{
	padding: 15px 0px;
}
.wf-td{
	display: block !important;
	text-align: center;
}
#bottom-bar .wf-float-left{
	width:50%;
}
#bottom-bar .wf-float-left:last-of-type,
#bottom-bar .wf-float-right{
	width: 100%;
	padding: 5px;
	margin: 0 auto;
	float: none !important;
}

/*GLOBAL*/
.is-hidden{
	display:none !important;
}

/*CONTACT*/
#page input[type="text"], #page input[type="search"], #page input[type="tel"], #page input[type="url"], #page input[type="email"], #page input[type="number"], #page input[type="date"], #page input[type="range"], #page input[type="password"], #page select, #page textarea, #page .wpcf7-number {
    border: 2px solid #c4ac6f;
    background-color: transparent;
}
.wpcf7-submit{
	margin-top: 25px;
}
#wpcf7-f1375-p56-o1 .wpcf7-list-item{
	margin: 8px 1em 0px 0em !important;
}
#info-snippets .left-icon .aio-icon-description{
	font-weight: 100;
	font-size: 1.8em;
	line-height: normal;
}

/*SERVICES*/

#new-construction::before{
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 1;
	background: rgba(60, 60, 60, 0.7);
}
#services .wpb_column:hover .uvc-main-heading h2{
	color: transparent !important;
	 -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#services .uvc-main-heading h2{
	transition:all 0.5s ease-in-out;
    color: #ffffff !important;
    font-size: 2em !important;
    font-weight: 100 !important;
}
/* #services .wpb_column:hover .vc_column-inner{
	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
} */

.the-text > div{
	display: table-cell;
	vertical-align: middle;
    padding: 0px 30px;
}
.the-text{
	left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color:rgb(197, 171, 107) ;
    visibility: hidden;
    transition:all 0.5s ease-in-out;
    transform: rotateY(180deg);
    text-align: center;
    color: #ffffff;
    display: table;
}
body .more-info .vc_icon_element-inner:hover {
	display: block;
	color: #ffffff !important;
	background-color: transparent;
}
.more-info .vc_icon_element-inner{
	background-color: #ffffffc9;
    bottom: 0;
    right: 0;
    color:#008067;
    position: absolute !important;
    transition:all 1s ease-in-out;
}
.more-info{
	transition:all 0.5s ease-in-out;
	top: 0;
	left: 0;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    visibility:hidden;
}
#services .wpb_column:hover .vc_column-inner{
	transition:all 0.5s ease-in-out;
}
#services .wpb_column:hover .vc_column-inner::before{
	background-color: transparent;
}
#services .wpb_column {
	border: 5px solid #ffffff;
}
#services .vc_column-inner::before{
	transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00000070;
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
}
#services .vc_column-inner{
    height: 300px;
    padding: 0px;
    background-position: center center;
    background-size: cover;
}

/*WORK*/
.tab-style-one.wpb_tabs .wpb_tabs_nav a{
	font-weight: 100;
	font-size: 1.5em;
}
.tabbed-gallery .wpb_tabs_nav li{
	margin: 0px !important;
}
.tabbed-gallery .wpb_tabs_nav li:not(.ui-tabs-active),.tabbed-gallery .wpb_tabs_nav li:not(.ui-tabs-active):hover,
.tabbed-gallery .wpb_tabs_nav > li.ui-state-active{
    text-align: center;
    width: 19.79%;
    border: 1px solid #0000001f;
}

/*PROJECTS*/
/* .phantom-on .sticky-btn span a span{
	z-index: 3 !important;
	color: #bebebe !important;
}
.sticky-btn{
	margin-bottom: 0px !important;
}
.phantom-on #projects-sticky{
	transition:all 0.5s ease-in-out;
    position: fixed !important;
    top: 172px;
    display: block;
    z-index: 3;
    width: 100% !important;
    left: 0px !important;
    padding: 0px !important;
    margin-left: 0px;
    background-color: rgba(41, 41, 41, 0.93) !important;
} */
#statement::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color: rgb(239, 239, 239);
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 25% 100%);
}
#alternate-wrap .separator{
	border-bottom: 1px solid #cecece;
}
#alternate-wrap .vc_column-inner{
	padding: 10% 8%;
}
.construction-block .vc_column-inner{
	border: 4px solid #c4aa6b;
}
.construction-block{
	padding: 20px;
}
.contact-info .vc_column-inner{
	padding-bottom: 0px !important;
}

/*HOME*/
.our-services-btn{
	margin-left: 25px;
}
.map .vc_column-inner{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#developers::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color: rgb(239, 239, 239);
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 50% 100%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 50% 100%);
}
.bg-services .vc_column-inner{
	background-position: center center;
}
.dark:hover .vc_column-inner::before{
	background-position:left top;
}
.dark .vc_column-inner::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
    transition:all 0.5s ease-in-out;
	background: rgba(59, 59, 59, 0.7);
    background: linear-gradient(to bottom, rgba(45, 45, 45, 0.95) 50%, rgba(45, 45, 45, 0.7) 50%);
    background-size: 100% 200%;
    background-position:left bottom;
}
.gold:hover .vc_column-inner::before{
	background-position:left top;
}
.gold .vc_column-inner::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
    transition:all 0.5s ease-in-out;
	background: rgba(159, 134, 78, 0.74);
    background: linear-gradient(to bottom, rgba(165, 138, 75, 0.95) 50%, rgba(159, 134, 78, 0.74) 50%);
    background-size: 100% 200%;
    background-position:left bottom;
}
#services li{
	font-size: 1.8em;
	line-height: normal;
	font-weight: 100;
}
.affiliate-boxes img{
	height: 250px;
	width: auto;
}
.affiliate-boxes{
	padding: 0% 2%;
}
.affiliate-boxes .vc_column-inner{
	border: 1px solid #000;
	background-color: #fff;
	padding: 10% !important;
}
.hover-element .vc_column-inner{
	padding: 10% !important;
	background-position: center center;
}
.developers:hover{
	transform: scale(1);
}
.developers{
	transition: all 0.5s ease-in-out;
	padding: 3% 0px;
}
.see-this-now:hover{
	transform: scale(1.1);
	background: rgb(40, 40, 40);
	padding: 3% !important;
	box-shadow: 1px 3px 50px #00000069;
}
.see-this-now{
	transition: all 0.5s ease-in-out;
	background: transparent;
	padding: 3% !important;
}
.hover-element:hover .wpb_wrapper{
	transform: scale(1);
}
.hover-element .wpb_wrapper{
    transition: all 0.5s ease-in-out; 
}
body .hover-element p{
	font-weight: 100 !important;
}
.hover-element{
	text-align: center;
    padding: 2px;
    border: 10px solid white;
}
.uvc-headings-line{
	margin: 15px 0px;
}
.address img{
	margin-bottom: 32px;
	display: block;
}
.address p{
	font-weight: 100;
    line-height: 39px;
    font-size: 1.5em;
}
.vc_custom_1517962337596{
	background-position: right center;
	background-size: cover;
}
body .contact-info, body .content .contact-info{
	padding-bottom: 0px;
}
#contact{
	background-size: cover;
	background-position: right 41%;
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
}
.map-api{
	margin-bottom: 0px !important;
	height: 100% !important;
	width: 100% !important;
}
.contact-info p{
	font-weight: 100;
}

.map .vc_column-inner::before{
	position: absolute;
	display:block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: #2b2b2b;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 30% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 30% 100%, 0% 100%);
}
.dark-stroke{
	border: 10px solid #333333;
}
.gold-stroke{
	border: 10px solid #c5ab6b;
}
#intro-statement .names{
	font-family: 'Great Vibes';
	color: #c4aa6b;
}
#intro-statement .first-quote{
    font-size: 4em;
    font-weight: bold;
    top: 50px;
    position: absolute;
    left: -70px;
    color: #ffffff50;
}
#intro-statement .end-quote{
	font-size: 4em;
    font-weight: bold;
    top: 180px;
    position: absolute;
    right: 6px;
    color: #ffffff50;
    -moz-transform: scale(-1, 1) rotate(0deg);
    -webkit-transform: scale(-1, 1) rotate(0deg);
    -o-transform: scale(-1, 1) rotate(0deg);
    -ms-transform: scale(-1, 1) rotate(0deg);
    transform: scale(-1, 1) rotate(0deg);
}
#intro-statement .vc_column-inner{
	padding:0px !important ;
}
#intro-statement img{
	width: 250px;
	padding: 15px 0px;
}
#intro-statement p{
	text-align: center;
	font-weight: 100;
	font-size: 2.9em;
	font-family: poppins;
	line-height: normal;
}
#intro-statement::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
#company-overview::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-color: rgb(239, 239, 239);
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
/*MOBILE MEDIA QUERIES*/
@media screen and (max-width: 1024px){
	#dt-btn-1{
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px){
	#bottom-bar .wf-float-left{
		width:100%;
	}
	#services .vc_column_container{
		width: 100%;
	}
	#alternate-wrap .wpb_single_image{
		text-align: center;
	}
	.tabbed-gallery .wpb_tabs_nav li:not(.ui-tabs-active), .tabbed-gallery .wpb_tabs_nav li:not(.ui-tabs-active):hover, .tabbed-gallery .wpb_tabs_nav > li.ui-state-active{
		width: 100%;
	}
	.map .vc_column-inner,
	.form .vc_column-inner{
		padding: 35px 10px !important;
		margin: 0px !important;
	}
	.page-id-1138 #fancy-header {
	    background-position: center 80% !important;
	}
	#alternate-wrap{
		display:flex !important;
	    -webkit-flex-wrap:wrap !important;
	    flex-wrap:wrap !important;
		position: relative;
	}
	#alternate-wrap .alt-image{
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		clear: both;
	    position: relative;
	    width: 100%;
	}
	#alternate-wrap .alt-text{
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		clear: both;
	    position: relative;
	    width: 100%;
	}
	
	.alt-text .uvc-sub-heading p{
		font-size: 16px !important;
    	line-height: normal !important;
	}
	.uvc-main-heading h2{
		font-size: 2em !important;
	}
	.uvc-sub-heading{
		font-size: 28px !important;
	}
	.fancy-header .fancy-title{
		font-size:2em !important;
	}
	.address p{
		font-size: 1.3em;
	}
	.contact-info .vc_column-inner{
		padding-left: 15px !important;
	}
	.map .vc_column-inner::before{
		display: none;
	}
	.affiliate-boxes .vc_column-inner{
		margin-bottom: 35px;
	}
	.affiliate-boxes img{
		height: auto;
	}
	#intro-statement .names{
		font-size: 1.5em;
	}
	#intro-statement .end-quote{
	    top: 316px;
    	right: -12px;
	}
	#intro-statement .first-quote{
		top: 160px;
		left: 16px;
	}
	#intro-statement p{
		font-size: 1.8em;
	}
	.our-services-btn{
		margin-left: 0px;
	}
	.tparrows{
		display: none;
	}
	.masthead{
		padding: 13px 30px !important;
	}
}