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

/* FIX */

#main .gform_wrapper .gform_footer input[type=submit]:hover {
	border-color: #2d2d2d;
}

/*=========================================
---------------- GENERAL ----------------*/



html, body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
	height: auto;
	min-height: 25px;
	margin: 0;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 25px;
	border-width: 1px;
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	color: #2d2d2d
	border-radius: 3px;
}

form ::-webkit-input-placeholder {
	color: #2d2d2d;
	/*text-transform: uppercase;*/
}
form ::-moz-placeholder {
	color: #2d2d2d;
	/*text-transform: uppercase;*/
}
form :-ms-input-placeholder {
	color: #2d2d2d;
	/*text-transform: uppercase;*/
}
form :-moz-placeholder {
	color: #2d2d2d;
	/*text-transform: uppercase;*/
}

a {
	text-decoration: none;
}

/*=========================================
---------------- CUSTOM -----------------*/

.oo-force-full-width {
	width: 100%;
	margin-top: 50px;
}

.oo-force-full-width>.oo-force-full-width-inner {
	margin-left: auto;
	margin-right: auto;
}

.oo-expand-para .oo-expand-para-btn {
	margin-top: 30px !important;
}

.oo-expand-para .oo-expand-para-btn-holder.centered {
	text-align: center !important;
}

.oo-no-highlight {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.oo-no-scroll {
	overflow: hidden;
}

.oo-text-align-center {
	text-align: center;
}

.oo-hide {
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
}

.oo-clearfix {
	clear: both;
}

.oo-table-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.oo-table-cel-wrap {
	display: table-cell;
}

.oo-table-cel-wrap.middle {
	vertical-align: middle;
}

.oo-table-cel-wrap.bottom {
	vertical-align: bottom;
}

.oo-inline-block {
	display: inline-block;
	margin-right: 30px;
}

.oo-inline-block.mr-20 {
	margin-right: 20px;
}

.oo-inline-block.mr-15 {
	margin-right: 15px;
}

.oo-inline-block.mr-10 {
	margin-right: 10px;
}

.oo-inline-block.mr-5 {
	margin-right: 5px;
}

.oo-inline-block:last-child {
	margin-right: 0;
}

.oo-font-weight-100 {
	font-weight: 100;
}

.oo-font-weight-300 {
	font-weight: 300;
}

.oo-font-weight-400 {
	font-weight: 400;
}

.oo-font-weight-500 {
	font-weight: 500;
}

.oo-font-weight-600 {
	font-weight: 600;
}

.oo-font-weight-700 {
	font-weight: 700;
}

.oo-font-weight-900 {
	font-weight: 900;
}

.oo-font-italic {
	font-style: italic;
}

.oo-white-text * {
	color: #ffffff;
}

.oo-white-text a:hover {
	color: #ffffff;
}

.oo-transition-300 {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.oo-transition-600 {
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}

.yellow-underline {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

.yellow-underline:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	background-color: #f5e43f;
}

.subtitle-text {
	margin-top: 10px;
}

.retina-img img {
	max-width: 50%;
}

.retina-img.thirty-percent img {
	max-width: 30%;
}

.retina-img.fourty-percent img {
	max-width: 40%;
}

/*=========================================
---------------- HEADER -----------------*/

body.title-bg-disabled .page-title.overlay-bg:after {
	display: none !important;
}

body.title-bg-enabled .fancy-header *,
body.title-bg-enabled .page-title * {
	color: #ffffff !important;
}

/*=========================================
----------------- BODY ------------------*/

.content .contact-info table,
.content .contact-info td,
.content .contact-info th {
	vertical-align: top;
	padding: 5px;
	border: none;
}
.content .contact-info td:first-child {
	width: 40px;
	text-align: center;
}

.content .contact-info .fa,
.content .contact-info .fas,
.content .contact-info .far {
	font-size: 30px;
	color: #f5e43f
}

/*=========================================
-------------- WOOCOMMERCE --------------*/

/*=========================================
---------------- PLUGINS ----------------*/

/* REV SLIDER */

.tp-dottedoverlay.twoxtwo {
	background-image: none;
	background-color: rgba(25,25,25,0.6)
}

/* VISUAL COMPOSER */

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_section,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
	padding-top: 0;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner {
	padding-top: 0;
}

/*=========================================
---------------- SIDEBAR ----------------*/

/*=========================================
---------------- FOOTER -----------------*/

#footer td {
	padding: 5px;
	vertical-align: top;
}

/*=========================================
----------- RESPONSIVE SIZES ------------*/

@media screen and (min-width: 769px) {

	/* DESKTOP ONLY */

	.oo-para-col-2 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}
	.oo-max-width.a-center {
		margin-left: auto;
		margin-right: auto;
	}
	.oo-max-width.a-right {
		margin-left: auto;
		margin-right: 0;
	}
	.oo-max-width.w-100 {
		max-width: 100px;
	}
	.oo-max-width.w-200 {
		max-width: 200px;
	}
	.oo-max-width.w-300 {
		max-width: 300px;
	}
	.oo-max-width.w-400 {
		max-width: 400px;
	}
	.oo-max-width.w-500 {
		max-width: 500px;
	}
	.oo-max-width.w-550 {
		max-width: 550px;
	}
	.oo-max-width.w-600 {
		max-width: 600px;
	}
	.oo-max-width.w-700 {
		max-width: 700px;
	}
	.oo-max-width.w-800 {
		max-width: 800px;
	}
	.oo-max-width.w-900 {
		max-width: 900px;
	}
	.oo-max-width.w-1000 {
		max-width: 1000px;
	}
	.oo-show-on-desktop {
		display: block !important;
	}
	.oo-show-on-mobile {
		display: none !important;
	}

}

@media screen and (max-width: 768px) {

	/* TABLET & MOBILE ONLY */

	.oo-show-on-mobile {
		display: block !important;
	}
	
	.rev_slider_wrapper {
		/*max-height: 300px !important;*/
	}
	#main-slideshow {
		/*max-height: 300px !important;*/
	}

}

@media screen and (max-width: 400px) {

	/* MOBILE ONLY */

	.oo-show-on-mobile {
		display: block !important;
	}

	.rev_slider_wrapper {
		/*max-height: 200px !important;*/
	}
	#main-slideshow {
		/*max-height: 200px !important;*/
	}

}