/*
Theme Name: The7
Theme URI: http://the7.io/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you’ll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 7.4.3.2
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
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}



a.add-request-quote-button {
	display: none;
}


.mygform_overlay {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.85);
	z-index: 10000;
	overflow-y: scroll;
	padding:0 30px;
	display: none;
	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.mygform_inner_overlay {
	width:100%;
	max-width:600px;
	margin:75px auto 0;
	padding-bottom:100px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	
}


span.mygform_title {
	display: block;
	color:#b3b3b3;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	margin:0 auto;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.mygform_wrapper {
	width:100%;
	background: #fff;
	margin:15px auto 0;
	border-radius: 10px;
	padding:55px 45px;
	position: relative;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.mygform_close {
	width:35px;
	height:35px;
	background: #45b2ec;
	position: absolute;
	top:-6px;
	right:-6px;
	border-radius: 50%;
	cursor: pointer;
}

.mygform_close:before {
	content:"x";
	display: block;
	color:#fff;
	font-family: arial;
	font-size: 29px;
	position: relative;
	left:10px;
	top:2px;
}

.mygform_wrapper .gform_wrapper {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	margin:0 auto;
	max-width: 490px;
}

.mygform_wrapper .gform_wrapper ul {
	
	list-style: none;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.mygform_wrapper .gform_wrapper ul li {
	width:100%;
/* 	margin-bottom: 15px; */
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.mygform_wrapper .gform_wrapper ul li#field_1_10,
.mygform_wrapper .gform_wrapper ul li#field_2_10,
.mygform_wrapper .gform_wrapper ul li#field_3_10 {
	display: none;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.mygform_wrapper .gform_wrapper ul li label {
	color:#000;
	font-size: 16px;
	display: inline-block;
	margin-left:3px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#main .gform_wrapper textarea,
.gform_wrapper .top_label .gfield_label {
	font-size: 16px !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.mygform_wrapper .gform_wrapper ul li input[type="text"],
.mygform_wrapper .gform_wrapper ul li textarea,
.mygform_wrapper .gform_wrapper ul li select {
	width:100%;
	border:none;
	background: #efeaea;
	border-radius: 4px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.mygform_wrapper .gform_wrapper ul li ul.gfield_checkbox li label {
	font-size: 16px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.validation_error {
	display: none;
}

.gfield_description, .validation_message {
	color:#45b2ec;
	font-size: 14px;
}


.wpcf7-number, 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 {
/* 	margin-bottom: 0; */
}

input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit), .post-password-form input[type="submit"], .mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"], .tml-submit-wrap input[type="submit"], .wpcf7-form input[type="submit"] {
	
}

.mygform_wrapper input[type="submit"] {
	background:#204184;
	margin:30px auto 0 !important;
	display: block !important;
	font-size: 23px !important;
	padding:5px 20px !important;
}

.gform_confirmation_message {
	text-align: center;
}


.gform_wrapper ul.gfield_checkbox {
	display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}


.gform_wrapper ul.gfield_checkbox li {
	display: flex !important;
  flex-basis: 31% !important;
}

.gform_wrapper ul.gfield_checkbox li label {
	margin-left:7px;
	line-height: 18px !important;
	position: relative;
	top:4px;
}


@media screen and (max-width: 767px) {
	
	.gform_wrapper ul.gfield_checkbox {
		display: block !important;
	}
	
	
} /* Media Query */


@media screen and (max-width: 480px) {
	
	
	.mygform_wrapper {
    padding: 35px 27px;
    margin: 23px auto 0;
  }
	
	
	
	.mygform_inner_overlay {
		margin: 35px auto 0;
	}
	
	span.mygform_title {
		max-width: 230px;
	}
	
	
} /* Media Query */

.single_variation_wrap {
    display:none !important;
}


/* search */



li.menu-item-search {
	display: none !important;
}

li.mycustom-search {

}

li.mycustom-search:hover span.mysearch_icon:before {
	border:3px #c82029 solid;
}

li.mycustom-search:hover span.mysearch_icon:after {
	background: #c82029;
}

span.mysearch_icon {
	display: block;
	width: 20px;
  height: 20px;
	position: relative;
}

span.mysearch_icon:before {
	content:"";
	display: block;
	width:14px;
	height:14px;
	border-radius:50%;
	border:3px #3c3950 solid;
	position: absolute;
	top:0;
	left:0;
	transition: all 200ms ease-in-out;
}

span.mysearch_icon:after {
	content:"";
	display: block;
	width:3px;
	height:10px;
	background: #3c3950;
	position: absolute;
	top: 9px;
  left: 12px;
	transform: rotate(-45deg);
	transition: all 200ms ease-in-out;
}


.mycustom_search_overlay {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #fff;
	background: rgba(255, 255, 255, 0.97);
	z-index:2000;
	overflow-y: scroll;
	padding:0 45px;
	display: none;
	-webkit-overflow-scrolling: touch;
	
}

.mycustom_overlayinner {
	max-width:600px;
	width:100%;
	margin:35px auto;
	height:1000px;
	position: relative;
}

.aws-container {
	position: fixed;
	top: 65px;
	width:600px;
	left: 50%;
	margin-left: -300px;
}

span.mysearch_close {
	display: block;
	width:600px;
	position: fixed;
	text-align: right;
	top:35px;
	left: 50%;
	margin-left: -300px;
}

@media screen and (max-width: 980px) {
	
	
	
span.mysearch_icon:before {
	border:3px #5f727f solid;
}

span.mysearch_icon:after {
	background: #5f727f;
}

	
li.mycustom-search {
	padding: 15px 29px;
}
	
	
} /* Media Query */

@media screen and (max-width: 650px) {
	
	
	.mycustom_overlayinner, .aws-container, span.mysearch_close {
		width: 95%;
		position: fixed;
		left: 50%;
		margin-left: -47.5%;
	}
	

	}
	
	
} /* Media Query */




