/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

html.usoverlay_fixed .header_hor .l-header.pos_fixed {
	overflow-y: hidden !important;
}

/*.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title:after {
	bottom: -11px;
}*/

.l-header.bg_transparent .ush_menu_1.type_desktop .w-nav-item.level_1.current-menu-item > a:not(.w-btn) .w-nav-title:after {
	bottom: -2px;
	opacity: 1;
}
.header_hor .l-header.pos_fixed ~ .l-main > .l-section:first-of-type > .l-section-h {
	padding-top: calc(var(--header-height) - 2rem);
}

.w-tabs.style_simple2 > .w-tabs-list .w-tabs-item .w-tabs-item-title {
	line-height: 1.2;
	display: inline-block;
}
.w-tabs.style_simple2 > .w-tabs-list .w-tabs-item:focus,
.w-tabs.style_simple2 > .w-tabs-list .w-tabs-item.active {
	font-weight: 700;
}
.w-tabs-list .w-tabs-list-h {
	background: var(--color-content-primary);
	border-radius: 45px;
	display: inline-flex !important;
	padding: 6px 3.5rem;
}
.color_alternate .w-tabs-list .w-tabs-list-h {
	background: #ffffff;
}
.w-tabs.style_simple2 > .w-tabs-list .w-tabs-item:after {
	height: 1px;
	bottom: 4px;
}
.w-tabs.style_simple2.layout_hor > .w-tabs-list .w-tabs-item:not(:last-child) {
	margin-right: 3.5em;
}

.sep .l-section-shape.pos_top {
	top: -4rem;
}
.sep .l-section-shape.pos_bottom {
	bottom: -4rem;
}
.sep .l-section-shape img {
	width: 100%;
	height: 100%;
}

body:not(.home) .l-header:not(.sticky) .hide-for-not-sticky {
	display: block !important;
}

.g-filters.style_2 .g-filters-item {
	border-radius: 35px;
}
.g-filters.style_2 .g-filters-item:hover {
	background: rgba(255,231,0,0.50) !important;
	color: #000 !important;
}

.more-post {
	position: relative;
}
.more-post:after {
	content: '';
	width: 90px;
	height: 2px;
	background-color: var(--color-content-text);
	position: absolute;
	bottom: -1px;
	left: 0;
}
.more-post span[class*="fa-"] {
	font-size: .5rem;
}

article.us_portfolio:nth-child(even) .w-hwrapper {
	flex-direction: row-reverse;
}

footer .w-text-h {
	display: inline-flex;
}
footer .w-text-h .fas {
	margin-right: 0.5rem;
	min-width: 38px;
	font-size: 1.1rem;
}

footer .color_footer-bottom .w-socials.style_solid .w-socials-item-link {
	color: #ffffff;
	background: var(--color-footer-link);
}

/* FORMS */

span.label {
	display: none !important;
}

form div.row {
	margin: 0 -9px;
	display: block;
	text-align: left;
}
.row:after {
	clear: both;
	display: table;
	content: " ";
}
.row:before {
	display: table;
	content: " ";
}

form .col-xs-3 {
	width: 25%;
	float: left;
	padding: 0 9px;
}
form .col-xs-4 {
	width: 33.33%;
	float: left;
	padding: 0 9px;
}
form .col-xs-5 {
	width: 40%;
	float: left;
	padding: 0 9px;
}
form .col-xs-6 {
	width: 50%;
	float: left;
	padding: 0 9px;
}
form .col-xs-7 {
	width: 60%;
	float: left;
	padding: 0 9px;
}
form .col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 9px;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
}
form div.block-submit {
	width: 100%;
	display: inline-block;
}
span[data-name="legal"] {
	text-align: left;
	width: 100%;
	display: inline-block;
}
span[data-name="legal"] {
	font-size: 16px;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
.wpcf7-spinner {
	margin: 0 auto;
	display: block;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: 0;
	margin: 0;
	text-align: center;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    margin-top: 0;
    background-color: tansparent;
    box-shadow: none !important;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); 
}

label {
	font-size: 16px;
	line-height: 1.2;
}
span[data-name="legal"] a {
	color: #FD7F7F !important;
}

input[type="checkbox"] {
	height: 0.9rem;
	width: 0.9rem;
	line-height: 0.9rem;
    margin: 0 4px 0 0;
}
.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea, .wpcf7-form select {
    margin-top: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	padding: 15px 0 !important;
	margin: 0 !important;
	border: 0 !important;
	font-size: 16px;
	line-height: 1.2;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
}
span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	line-height: 1.2;
}

.wpcf7-form-control-wrap {
	margin-top: 0.2rem;
}


.w-socials-item-link {
	line-height: 2em;
	width: 2em;
}



/************************************************************************************
smaller than 1199px
*************************************************************************************/
@media screen and (max-width: 1199px) {
	
	.header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
		margin-right: 0 !important;
	}

}

/************************************************************************************
smaller than 1024px
*************************************************************************************/
@media screen and (max-width: 1024px) {
	
	.sep .l-section-shape.pos_top {
		height: 8vw !important;
		top: -2vw !important;
	}
	.sep .l-section-shape.pos_bottom {
		height: 8vw !important;
		bottom: -2vw !important;
	}
	
	.g-cols.stacking_default.via_grid.mobiles-cols_1 > .wpb_column.stretched, .g-cols.stacking_default.via_flex.type_boxes > .wpb_column.stretched {
		width: 100% !important;
	 }
	
	.w-tabs-list .w-tabs-list-h {
		flex-wrap: wrap;
	}
	.w-tabs.style_simple2.layout_hor > .w-tabs-list .w-tabs-item:not(:last-child) {
		margin: 0 1rem !important;
	}
	
	/*.slide .w-btn-wrapper {
		text-align: center !important;
		margin: 0.3rem 0 !important;
	}*/

}

/************************************************************************************
smaller than 600px
*************************************************************************************/
@media screen and (max-width: 600px) {

	form .col-xs-3,
	form .col-xs-4,
	form .col-xs-5,
	form .col-xs-6,
	form .col-xs-7,
	form .col-xs-12 {
		width: 100%;
	}
	
	
  .g-cols.via_grid.type_boxes > .vc_column_container, .g-cols.via_flex.type_boxes > div > .vc_column-inner {
		padding: 1.5rem 0;
  }

}