@charset "utf-8";
/*
 Theme Name:   Winger Child
 Theme URI:    http://winger.ancorathemes.com/
 Description:  Winger Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     winger
 Version:      1.0.0
 Tags:         inheritable theme options
 Text Domain:  winger
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.cf7sr-g-recaptcha > div{
	width:100%;
}

.sc_testimonials_item_author_avatar {
    width: 2.3em;
    height: 2.3em;
}

@media (max-width: 767.98px) {
	.sc_testimonials_item_author_avatar{
		width: 7.3em;
    	height: 2.8em;
	}
}

/* Main menu */

.scheme_default .sc_layouts_menu_nav>li.current-menu-item>a {
    color: #fff !important;
    background-color: #e2702c !important;
}
.sc_layouts_menu_nav > li > a{
	padding: 10px 20px !important;
}
@media (max-width: 1679px) {
	.sc_layouts_menu_nav>li>a {
		padding: 10px 20px !important;
	}
}

/* Ninja Forms */
.nf-form-content label {
	font-size: 14px !important;
}
.nf-form-content .listcheckbox-wrap li, .nf-form-content .listradio-wrap li {
	display:inline-block !important;
}
.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label{
	margin-right: 20px!important;
	margin-left: 0px !important;
}
.listradio-wrap .nf-field-element label.nf-checked-label:before {
    background: #68a694 !important;
}
.listradio-wrap .nf-field-element label.nf-checked-label:before{
	left: 4px !important;
	top: .68em !important;
}
.listradio-wrap .nf-field-element label:after {
	left: 0 !important;
	top:.2em !important;
	border: 2px solid #000000!important;
}
.scheme_default input[type="radio"] + label:before{
	border-color: transparent !important;
}

.nf-form-content input[type=submit] {
    padding: 12px 30px !important;
	border-radius: 4px !important;
}

.scheme_default .woocommerce-page .content label:has(>input[type="checkbox"]), .scheme_default .gdpr-terms-container span:has(>input[type="checkbox"]), .scheme_default input[type="radio"] + label, .scheme_default input[type="checkbox"] + label, .scheme_default input[type="radio"] + .wpcf7-list-item-label, .scheme_default input[type="checkbox"] + .wpcf7-list-item-label, .scheme_default .edd_price_options ul>li>label>input[type="radio"] + span, .scheme_default .edd_price_options ul>li>label>input[type="checkbox"] + span {
    color: #000000 !important;
}

.nf-form-fields-required{
	display:none !important;
}

/*Contacto Form 7*/
.wpcf7 input:not([type=submit]):not([type=radio]):not([type=checkbox]) + .wpcf7-not-valid-tip{
	margin-bottom: 0.3em !important;
}
.wpcf7 p + p, .wpcf7 table + p {
    margin: 0.3em 0 0 !important;
}
.wpcf7 p{margin-bottom:0.3em; !important}
.wpcf7-form-control.wpcf7-radio{
	margin-bottom: 1.5em !important;
	display:block !important;
}
.scheme_default input[type="radio"]:checked + .wpcf7-list-item-label:before, .scheme_default input[type="checkbox"]:checked + .wpcf7-list-item-label:before{
	color: white !important;
    border-color: #68a694 !important;
    background-color: #68a694 !important;
}
.wpcf7-submit{
	padding: 1em 2.8em !important;
    margin-top: 40px !important;
}

/*Testimonials*/
.sc_testimonials_item_author{
	display: inline-block !important;
}
.sc_testimonials_item_author_avatar {
    width: 40px !important;
    height: auto !important;
}
.sc_testimonials_item_author_data {
    max-width: 80% !important;
}
.sc_testimonials_item_author_subtitle{
	display: block !important;
}

.sc_testimonials_item_author_subtitle:before{
	display: none !important;
}

/*custom styles*/
a:hover#app-store-button .sc_icon_as_image {
	filter:contrast(0) grayscale(1) !important;
}
.scheme_default input[type="submit"]:hover{
	color:#000 !important;
}
input,
textarea{
	border-radius: 5px !important;
	padding: 0.8em 1em !important;
}
.scheme_dark h1{
color: var(--e-global-color-primary);
}
