/*
Theme Name: Fidalgo Child
Theme URI: https://fidalgo.qodeinteractive.com
Description: A child theme of Fidalgo
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: fidalgo
Template: fidalgo
*/
:root {
    --qode-main-color: #FDF0D5;
    --qode-border-color: #FDF0D5;
    --qode-header-light-color: #fff;
    --qode-header-light-hover-color: #fff;
    --qode-header-dark-color: #000;
    --qode-header-dark-hover-color: #000;
    --qode-background-color: #102b2a;
    --qode-additional-background-color: #042726;
    --qode-fs-menu-opener-background-color: transparent;
    --qode-header-height: 91px;
}
body,
body .qodef-skin--viridian-green,
body.qodef-skin--viridian-green {
    --qode-background-color: #102b2a;
    --qode-additional-background-color: #042726;
    --qode-box-background-color: #1f3634;
    --qode-paragraph-color: #FDF0D5;
    --qode-border-color: #FDF0D5;
    --qode-transparent-box-background-color: rgba(0, 0, 0, 0.45);
}
body .qodef-skin--midnight-blue,
body.qodef-skin--midnight-blue {
    --qode-background-color: #0e1730;
    --qode-additional-background-color: #000720;
    --qode-box-background-color: #0e1730;
    --qode-paragraph-color: #FDF0D5;
    --qode-border-color: #FDF0D5;
}
body .qodef-skin--midnight-green,
body.qodef-skin--midnight-green {
    --qode-background-color: #111d22;
    --qode-additional-background-color: #111d22;
    --qode-paragraph-color: #FDF0D5;
    --qode-border-color: #FDF0D5;
}
body .qodef-skin--reseda-green,
body.qodef-skin--reseda-green {
    --qode-background-color: #1a2d1f;
    --qode-additional-background-color: #16261a;
    --qode-box-background-color: #1a2d1f;
    --qode-paragraph-color: #FDF0D5;
    --qode-border-color: #a3966c;
}
body .qodef-skin--dark-maroon,
body.qodef-skin--dark-maroon {
    --qode-background-color: #261911;
    --qode-additional-background-color: #1c100d;
    --qode-box-background-color: #361a21;
    --qode-paragraph-color: #FDF0D5;
    --qode-border-color: #FDF0D5;
}
body .qodef-skin--eclipse,
body.qodef-skin--eclipse {
    --qode-background-color: #0e0d0a;
    --qode-additional-background-color: #111d22;
    --qode-box-background-color: #181714;
    --qode-paragraph-color: #FDF0D5;
    --qode-border-color: #FDF0D5;
}
.go-location a {
	line-height: 20px !important;
}
#qodef-back-to-top .qodef-back-to-top-icon,
#qodef-back-to-top .qodef-back-to-top-icon .qodef-back-to-top-additional-border::before,
#qodef-back-to-top .qodef-back-to-top-icon .qodef-back-to-top-additional-border::after{
	border-radius: 50px;
}
.qodef-testimonials-list .qodef-e-text {
	font-size: 17px;
	color: #FDF0D5;
}
.qodef-testimonials-list .qodef-e-author {
	color: #FDF0D5;
}
#qodef-page-header .widget .qodef-button.qodef-layout--outlined {
	border-radius: 40px;
}
.qodef-button.qodef-layout--outlined::after {
border-radius: inherit;
}
.widget.widget_block .wp-block-group h5:not([class*="qodef"]),
#qodef-page-footer .widget a,
.qodef-social-links-group .qodef-link-holder a {
	color: #FDF0D5 !important; 
}
.call-to-action-socials .qodef-social-links-group .qodef-link-holder a {
	color: #FDF0D5 !important; 
	font-size: 20px;
	font-weight: 600;
}
a.consent_cookie_btn {
	padding: 1em 1.5em;
	border: solid 1px;
	border-radius: 50px;
}
a.consent_cookie_btn:hover {
	background-color:#fdf0d5;
	color:#b94221;
}
.footer-socials-rgpd .qodef-social-links-group {
	display: inline;
}
.footer-socials-rgpd span.fseverance{
	padding:1em;
}
.qodef-mobile-header--standard #qodef-page-mobile-header {
	background-color: #B94221 !important;
}
#qodef-page-mobile-header-inner {
	z-index: 12;
}

.qodef-mobile-header-navigation {
	background-color: #B94221;
	top: 0;
	padding-top: 3em;
}

.wpcf7 form .wpcf7-response-output {
	border: none;
	text-decoration: underline;
}	
.wpcf7-not-valid-tip {
	color: #FDF0D5;
	font-size: 14px;
	text-decoration: underline;
}
.wpcf7-not-valid-tip::before,
.wpcf7 form .wpcf7-response-output:before {
	content: '!';
	padding-right: 0.2em;
	font-weight: bold;
	
}
.call-toaction-iyr{
	overflow:hidden !important;
}

@media (max-width: 1476px) {
	.qodef-header-navigation > ul > li {
		margin: 0 12px;
	}
}
@media (max-width: 1344px) {
  .footer-socials-rgpd .qodef-social-links-group {
		display: block;
		width: 100%;
	}
	.footer-socials-rgpd span.fseverance {
		display:none;
	}
}
@media only screen and (max-width: 880px) {
	.qodef-testimonials-slider-advance .qodef-testimonials-list-wrapper .qodef-e-static-text {
		font-size: 40px !important;
	}
}
