h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-family: "Poppins", Sans-serif!important;}

html {
    scroll-behavior: smooth;
}

body.admin-bar #header {
    top: 35px;
}

::selection {
  color: #1B191B;
  background: var(--e-global-color-primary);
}

body:not([class*=elementor-page-]) .site-main {
    padding: 4rem 0 4rem;
}

body:not(.home) #headerMenu {
    display: none;
}

#voucher form p.data *{ pointer-events: none;     color: #868686!important;}
#voucher form p.data > a { text-decoration:none; color:inherit;     color: #868686!important;}


.btn-primary a, .btn-primary a:hover,
a.btn-primary, a.btn-primary:hover {
    color: #fff !important;
}

.btn-primary {
    background: var(--e-global-color-primary);
    font-weight: 600;
    color: #fff;
    transition: background 0.3s ease-in-out;
    padding: 7px 12px;
}

.btn-primary:hover {
    background: var(--e-a-btn-bg-warning);
}

h1.entry-title {
    color: var(--e-global-color-text);
}

.screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.elementor-message.elementor-message-success:before{content:none;margin-inline-end:0;}
.elementor-message.elementor-message-success{padding:20px;background:#0DA300;color:#fff!important;font-size:18px;font-weight:600;}

.site-header .header-inner .custom-logo-link{line-height: 0}


.w-100, .w-100 img{width:100%!important}

footer.site-footer:not(.footer-stacked) .footer-inner .copyright{max-width: 100%;justify-content: space-between;width:100%;}

footer.site-footer .footer-body{
    padding-block-start:5rem;
    padding-block-end:5rem;
}

footer.site-footer:not(.footer-stacked) .footer-inner a:not(:primary-btn) {color:#fff;}


body main header.page-header h1.entry-title {
    padding-left: 0;
    padding-right: 0;
}

.elementor-widget-heading .elementor-heading-title {
    z-index: 1;
}

#voucher input[type=date], #voucher input[type=email], #voucher input[type=number], #voucher input[type=password], #voucher input[type=search], #voucher input[type=tel], #voucher input[type=text], #voucher input[type=url], #voucher select, #voucher textarea {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 5px;
    color: #fff;
}
#voucher .wpcf7 p.gdpr {
    margin-top: 25px;
}
#voucher .wpcf7 p {
    color:    #868686;
}
body.page-ebook .background-header-overlay {min-height:20vh}
body.page-ebook .to-top {color:#fff}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #868686;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #868686;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #868686;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #868686;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #868686;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #868686;
}

.wpcf7 [type=button], .wpcf7 [type=submit], .wpcf7 button {
    color: #fff;
    font-weight: 900;
    transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 50px; 
    min-width: 160px;
    background: var(--e-global-color-primary);
    font-size: 16px;
    border-color: var(--e-global-color-primary);
    margin-top: 20px;
}

#voucher .wpcf7 form.invalid .wpcf7-response-output, #voucher .wpcf7 form.unaccepted .wpcf7-response-output, #voucher #voucher .wpcf7 form.payment-required .wpcf7-response-output {
    border: 1px solid #fff;
    color: #fff !important;
}

#voucher .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450 !important;
}


.to-top {
	padding: 10px;
    position: fixed;
    right: 2%;
    bottom: 10%;
    border-radius: 10px;
    background-color: var(--e-global-color-primary);
    display: flex;
	opacity: 0;
	z-index: 9;
    transition: transform 250ms ease-in-out, color 250ms ease-in-out, opacity 250ms ease-in-out;
}
.elementor-location-footer .to-top, .elementor-location-footer .to-top a {
    color: #fff;
}
.to-top.active {
	opacity: 1;
}
.to-top:hover {
	transform: translatey(-10px);
	color: #fff;
    background-color: var(--e-global-color-secondary);
    border: 1px solid #fff;
}



.wpcf7 [type=button]:hover, .wpcf7 [type=submit]:hover, .wpcf7 button:hover, 
.wpcf7 [type=button]:focus, .wpcf7 [type=submit]:focus, .wpcf7 button:focus {
    background: #C30A1F;
    border-color: #C30A1F;
}


@media only screen and (max-width:575px) {
    
}

@media only screen and (min-width: 768px) {
    #header .elementor-nav-menu .voucher a {
        color: #fff;
        background: transparent;
        font-weight: 900;
        transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
        padding: 15px;
        border: 2px solid #fff;
        border-radius: 50px;
        margin-left: 20px;
    }
    
    #header .elementor-nav-menu .voucher a:hover {
        background: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary);
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
     body .page-header .entry-title, body .site-footer .footer-inner, body .site-footer:not(.dynamic-footer), body .site-header .header-inner, body .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 767px !important;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }


}

@media only screen and (min-width: 768px) and (max-width:991px) {
    body .page-header .entry-title, body .site-footer .footer-inner, body .site-footer:not(.dynamic-footer), body .site-header .header-inner, body .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 991px !important;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
    

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body .page-header .entry-title, body .site-footer .footer-inner, body .site-footer:not(.dynamic-footer), body .site-header .header-inner, body .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1199px !important;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
    
}

@media only screen and (min-width: 992px) {
    

}

@media only screen and (max-width: 1199px) {
  
}


@media only screen and (min-width: 1200px) {

    body .page-header .entry-title, body .site-footer .footer-inner, body .site-footer:not(.dynamic-footer), body .site-header .header-inner, body .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1180px !important;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}


