/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#header .header-main #main-menu {
    display: inline-block;
    vertical-align: middle;
    background: #0A0A0A;
}

.home #header .header-main .container {
    /* background: #0A0A0A; */
	background: none;
}

#header .header-main {
    /* background-color: #0a0a0a; */
	background: none;
}

#header .header-main .container {
    /*background-color: #fff;*/
	background-color: rgba(255, 255, 255, 0);
}

#header .header-main {
    /*background-color: #fff;*/
	background-color: rgba(255, 255, 255, 0);
	/*padding-top: 45px;*/
}

.vc-hoverbox-inner {
    min-height:350px!important;
}

/*--- 2 Column Form Styles Start ---*/
 
#responsive-form{
	max-width:100%; 
	margin:0 auto;
    width:100%;
    padding: 20px 0 20px 0;

}
.form-row{
	width: 100%;

}

.column-full{ 
float: left;
position: relative;
padding: 0.65rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.column-half{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:50%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (max-width: 799px) { 
	.column-half{
		width: 100%;
	}
}

.wpcf7-form input[type="submit"], .wpcf7-submit {
    /*background: transparent;*/
	background: #f4544c;
    font-size: 13px;
    width: 190px;
    height: 42.67px;
    border: 1px #fff solid;
    color: #fff;
}

wpcf7-form input[type="button"], .wpcf7-calculate_button {
	/*background: transparent;*/
	background: #fff;
    font-size: 13px;
    width: 323px;
    /*height: 42.67px*/
	height: 37px;
    border: 1px #6eab3d solid;
    color: #6eab3d;
}

/*
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	height:44px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"] .wpcf7 input[type="date"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
    font-size: 13px;
    color: #7c8187 !important;
    float: left;
    background-color: #f0f0f0;
    font-weight: 700;
}
*/


.wpcf7-list-item-label {
	color: #fff;
	font-weight: bold;
}


.wpcf7 input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], input[type="search"], select[multiple], textarea {
    max-width: 100%;
}


/*--- 2 Column Form Styles End ---*/

.carousel-logo-item .carousel-logo-hover {
    left: 50px;
    /*padding: 30px 10%;*/
}

.custom-lists {
    color: #000;
}

.custom-lists .wpb_wrapper label {
    font-weight: bold;
    max-width: 150px;
    padding-bottom: 5px;
    /*width: 100%;*/
}

.menu_join.active>a {
    color: #fff;
}


#header .main-menu > li.menu-item.active > a {
    background-color: transparent;
    color: #fff;
}
