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

.grecaptcha-badge {
    display: none !important;
}

/* HEADER */

.icon-download a::before {
	content: "\f33d";
	font-family: "fontawesome";
  	font-weight: 300;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	margin-right: 8px;
}

/* GENERAL */

.img-desktop img {
	width: 100% !important;
}

.logos .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.w-filter-item-value label {
	opacity: 1;
}
.w-filter-item.values_as_btn.btns_in_row_auto .w-filter-item-values {
	gap: 2.5rem;
}

.w-filter-item.values_as_btn.style_3 .w-filter-item-value {
	padding: 0;
	line-height: 2.2rem;
}

/* FICHAS */

.w-post-elm-before,
.repeater .repeater-row .personaje {
	text-transform: uppercase;
	letter-spacing: 0.35px;
	opacity: 0.6;
	display: block !important;
}

.repeater {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.5rem;
}
.repeater .repeater-row {
	width: 50%;
	padding: 0 1.5rem;
	margin-bottom: 1.5rem;
}

/* CONTACTO */

.contact .w-iconbox.iconpos_left .w-iconbox-icon {
	margin-top: 8px;
	opacity: 0.6;
}
.contact .w-iconbox-title {
	text-transform: uppercase;
	letter-spacing: 0.35px;
	opacity: 0.6;
}

/* FOOTER */

.w-socials-list {
	display: flex;
}

/* FORMS */

span.label {
	display: none !important;
}

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

.col-xs-3 {
	width: 25%;
	float: left;
	padding: 0 14px;
}
.col-xs-4 {
	width: 33.33%;
	float: left;
	padding: 0 14px;
}
.col-xs-5 {
	width: 40%;
	float: left;
	padding: 0 14px;
}
.col-xs-6 {
	width: 50%;
	float: left;
	padding: 0 14px;
}
.col-xs-7 {
	width: 60%;
	float: left;
	padding: 0 14px;
}
.col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 14px;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
}
form div.block-submit {
	display: inline-block;
	width: 100%;
}
form div.block-submit input[type="submit"] {
	text-align: center;
	width: 100%;
}

label {
	margin: 0;
	cursor: default;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	opacity: .6;
}
.wpcf7-list-item label {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 1rem 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0 6px 0 0 !important;
}
select {
	cursor: pointer;
}
select option {
	background-color: var(--color-content-bg) !important;
	font-family: var(--font-family), sans-serif !important;
}
input[type="text"]:disabled,
select:disabled {
	opacity: 0.5;
	cursor: default;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}
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 input[type="number"],
.wpcf7-form input[type="file"],
.wpcf7-form textarea,
.wpcf7-form select {
    margin-top: 0;
    box-shadow: none !important;
	/*-webkit-appearance: none !important;
    -moz-appearance: none !important;*/
}

span[data-name="legal"], .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
	margin: 0;
	line-height: 1.2;
}
/*span[data-name="legal"] {
	text-align: right;
}*/
span[data-name="legal"] label {
	text-transform: none;
	margin: 0;
	opacity: 1;
}
span[data-name="legal"] a {
	text-decoration: underline;
}
.wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	padding: 5px 0 !important;
	margin: 0 !important;
	border: 0 !important;
	font-size: 14px;
 	line-height: 1.2;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
}
span.wpcf7-list-item {
	margin: 0;
	width: auto;
}
span.wpcf7-list-item > label {
	display: inline-block;
	padding: 0;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
	text-transform: none;
	line-height: 1.2;
}
.wpcf7-spinner {
	margin: 0 auto;
	display: block;
}

/************************************************************************************
smaller than 1124px
*************************************************************************************/
@media only screen and (max-width: 1124px) {
	
	.w-socials-list {
		display: block;
	}
	footer .w-hwrapper {
		display: block;
	}
	footer .w-hwrapper > :not(script) {
		display: block;
		margin: 0 0 var(--hwrapper-gap,1.2rem);
	}
	
	.repeater .repeater-row {
		width: 100%;
	}
}

/************************************************************************************
smaller than 768px
*************************************************************************************/
@media only screen and (max-width: 768px) {
	
	form .col-xs-3,
	form .col-xs-4,
	form .col-xs-5,
	form .col-xs-6,
	form .col-xs-7 {
		width: 100%;
	}

	.w-filter-item.values_as_btn.btns_in_row_auto .w-filter-item-values {
		gap: 1.5rem;
	}
	
}
