/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



/*--------------------------------------------------------------
## TABLE OF CONTENTS
----------------------------------------------------------------
- ROOT
- TYPOGRAPHY
- BUTTONS
- IMAGES
- HEADER OPMAAK
- FOOTER OPMAAK
- GLOBAL OPMAAK
- CUSTOM PAGES
    - COOKIEBELEID
- CUSTOM CONTAINER OPMAAK
- CUSTOM OPMAAK
- ELEMENTOR WIDGETS OPMAAK
- CUSTOM PLUGIN OPMAAK

----------------------------------------------------------------
## 
--------------------------------------------------------------*/




/*--------------------------------------------------------------
## ROOT
--------------------------------------------------------------*/

/* selection color */
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: var(--e-global-color-primary);
  }::selection {
    color: #fff;
    background: var(--e-global-color-primary);
  }


  :focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.header-container:hover {
    cursor: pointer;
}

/*--------------------------------------------------------------
## TYPOGRAPHY
--------------------------------------------------------------*/

/* CUSTOM TYPOGRAPHY CLASSES */

/* CUSTOM TYPOGRAPHY CLASSES */

h1, h2, h3, h4, h4, h5{
    font-family: "HudsonNY", Sans-serif !important;
    text-transform: uppercase !important;
}

/* h4 {
    font-family: "MAN Europe", Sans-serif !important;
} */

h1 {
    font-size: 58px !important;
    font-weight: 800;
    text-transform: uppercase;
}

.subpage-title h1{
    font-size: 48px !important;
}

h2 {
    font-size: 55px !important;
    font-weight: 800;
    text-transform: uppercase;
}

h3 {
    font-size: 30px !important;
    line-height: 1.2em !important;
    font-weight: 800;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

h4 {
    font-size: 24px !important;
    font-weight: 800;
    line-height: 1.3 !important;
}

h5 {
    font-size: 20px !important;
    font-weight: 800;
    line-height: 1.3 !important;
}

p, .elementor-widget-text-editor {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 33px !important;
    color: #fff;
}

.elementor-icon-list-items span {
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 300 !important;
}

.title-lines {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.title-lines::before {
    content: '';
    width: 40px;
    position: absolute;
    background-color: #fff;
    height: 1px;
    left: -20px;
    top: 50%;
    transform: translateX(-100%);
}

.title-lines::after {
    content: '';
    width: 40px;
    position: absolute;
    background-color: #fff;
    height: 1px;
    right: -20px;
    top: 50%;
    transform: translateX(100%);
}

@media (min-width:1024px){
    .locatie-header-titel h2 {
        font-size: 2.5vw !important;
    } 

    .locatie-header .locatie-header-titel h1 {
        font-size: 90px !important;
    } 
}


/* CUSTOM TYPOGRAPY RESP */
@media (min-width:768px) and (max-width:1024px) {
    h2 {
        font-size: 45px !important;
    }

    p, .elementor-widget-text-editor {
        font-size: 15px !important;
    }
}
@media (max-width:767px) {
    h2 {
        font-size: 30px !important;
        line-height: 39px !important;
    }

    .title-lines h2 {
        max-width: 54vw;
    }

    p, .elementor-widget-text-editor {
        font-size: 15px !important;
    }
}


.privacy-link:hover {
    color: #fff !important;
}



/*--------------------------------------------------------------
## BUTTONS
--------------------------------------------------------------*/
/* BTN-B */
.btn-b .elementor-button.elementor-size-sm,
.btn-b .elementor-button.elementor-size-sm:visited,
.dropdown-btn-cont .btn-b {
	background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}
.btn-b .elementor-button.elementor-size-sm:hover,
.btn-b .elementor-button.elementor-size-sm:focus,
.dropdown-btn-cont .btn-b:hover {
		background-color: #fff;
    border-color: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
}






/*--------------------------------------------------------------
## IMAGES
--------------------------------------------------------------*/

.header-logo-container {
    position: absolute;
    left: 50% !important;
    top: 10vh !important;
    transform: translateX(-50%) !important;
    width: fit-content;
    pointer-events: none;
}

.header-logo {
    width: 100%;
    
}

.header-logo img {
    width: 40vw !important;
    max-width: 80vh;
    max-height: 34vh;
}




/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/

.nav-container {
    padding: 10px 32px;
}

.elementor-location-header .elementor-icon-wrapper {
    display: flex;
}

@media (max-width:1024px) {
    .nav-container::before {
        content: '';
        background-image: url('/wp-content/uploads/Rancho-77-kopie-min.jpg');
        background-size: cover;
        background-repeat: repeat;
        background-position: center center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.2;
    }
}


/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/

.footer-box-responsive {
    min-width: 100vw !important;
}

/* Cookies */

.cmplz-message {
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 300;
}

.cmplz-btn, .cmplz-title{
    font-family: "HudsonNY", Sans-serif !important;
    text-transform: uppercase !important;
}

.cmplz-title {
    font-size: 20px !important;
}

/*--------------------------------------------------------------
## GLOBAL OPMAAK
--------------------------------------------------------------*/

body {
    background-color: #000000;
}

.background-container::before {
    content: '';
    background-image: url('/wp-content/uploads/Rancho-77-kopie-min.jpg');
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
}



/* Rode knop */
.btn-red a{
    background-color: var(--e-global-color-6dd7789 ) !important; 
    font-family: "HudsonNY", Sans-serif !important;
    font-size: 20px;
    border-radius: 0 !important;
}

.btn-red a .elementor-button-text {
    display: inline-block;
    position: relative;
}

.btn-red a .elementor-button-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-red a .elementor-button-text:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

.btn-red .elementor-button-text {
    margin-bottom: -3px;
    padding-bottom: 6px;
}

/* witte knop */
.btn-white a{
    background-color: #fff !important; 
    font-family: "HudsonNY", Sans-serif !important;
    font-size: 20px;
    border-radius: 0 !important;
}

.btn-white a .elementor-button-text {
    display: inline-block;
    position: relative;
}

.btn-white a .elementor-button-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #AF2227;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-white a .elementor-button-text:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

.btn-white .elementor-button-text {
    margin-bottom: -2px;
    padding-bottom: 6px;
}

/* zwarte knop */
.btn-black a{
    background-color: #000 !important; 
    font-family: "HudsonNY", Sans-serif !important;
    font-size: 20px;
    border-radius: 0 !important;
}

.btn-black a .elementor-button-text {
    display: inline-block;
    position: relative;
    color: #fff;
}

.btn-black a .elementor-button-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-black a .elementor-button-text:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

.btn-black .elementor-button-text {
    margin-bottom: -2px;
    padding-bottom: 6px;
}

@media (min-width:1024px) {
    .meer-minder-buttons {
        width: 60% !important;
        margin: auto;
    }
}

/* Tekst knop */

.btn-text a{
    background-color: transparent !important; 
    color: #fff !important;
    font-family: "HudsonNY", Sans-serif !important;
    font-size: 20px;
}

.btn-text i::before {
    color: var(--e-global-color-6dd7789 ) !important; 
    font-size: 110% !important;
}

.btn-text a .elementor-button-text {
    display: inline-block;
    position: relative;
}

.btn-text a .elementor-button-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-text a .elementor-button-text:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.home .header-container:hover .btn-text a .elementor-button-text::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-text .elementor-button-text {
    margin-bottom: 0px;
    padding-bottom: 6px;
}

/* Tekst knop grijs */

.btn-text-grey a{
    background-color: transparent !important; 
    color: #343434 !important;
    font-family: "HudsonNY", Sans-serif !important;
    font-size: 20px;
}

.btn-text-grey i::before {
    color: var(--e-global-color-6dd7789 ) !important; 
    font-size: 110% !important;
}

.btn-text-grey a .elementor-button-text {
    display: inline-block;
    position: relative;
}

.btn-text-grey a .elementor-button-text::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #343434;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-text-grey a .elementor-button-text:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* .header-container:hover .btn-text a .elementor-button-text::after {
    transform: scaleX(1);
    transform-origin: bottom left;
} */

.btn-text-grey .elementor-button-text {
    margin-bottom: 0px;
    padding-bottom: 6px;
}

@media (min-width:768px) and (max-width:1024px) {
    .btn-text a, .btn-red a{
        font-size: 17px;
    }

    .header-container {
        border-top: solid 2px #4e5257;
    }

    .header-container:last-child {
        border-bottom: solid 2px #4e5257;
    }
}
@media (max-width:767px) {
    .btn-text a, .btn-red a{
        font-size: 17px;
    }

    .header-container {
        border-top: solid 2px #4e5257;
    }

    .header-container:last-child {
        border-bottom: solid 2px #4e5257;
    }

    /* .elementor-popup-modal .dialog-widget-content{
        margin-top: 130px !important;
        margin-bottom: 48px !important;
    } */
}





/*--------------------------------------------------------------
## GLOBAL OPMAAK
--------------------------------------------------------------*/
/* COOKIEBELEID */
.cmplz-document h1, .cmplz-document h2, .cmplz-document h3, .cmplz-document li {
    color: #fff !important;
}
.cmplz-document h1 {
    font-size: 24px !important;
}
.cmplz-document h2 {
    font-size: 20px !important;
}
.cmplz-document h3 {
    font-size: 16px !important;
}





/*--------------------------------------------------------------
## CUSTOM CONTAINER OPMAAK
--------------------------------------------------------------*/

.header-container, .content-wrapper {
    padding: 48px;
    overflow: hidden;
}

@media (min-width:768px) and (max-width:1024px) {
    .header-container, .content-wrapper {
        padding: 48px;
    }
}
@media (max-width:767px) {
    .header-container, .content-wrapper {
        padding: 32px;
    }

    .deal-container .e-con-inner div {
        justify-content: center !important;
        text-align: center !important;
    }

    .deal-container .deal-prijs h6{
        font-size: 28px !important;
    }
}






/*--------------------------------------------------------------
## CUSTOM OPMAAK
--------------------------------------------------------------*/

/* Taalswitch */

.my-custom-language-switcher {
    display: flex;
    padding-inline-start: 0px;
    list-style-type: none;
}

.my-custom-language-switcher li {
    padding: 0px 8px;
    display: flex;
    align-items: center;
}

.my-custom-language-switcher .active-lang a {
    color: #fff !important;
}

.my-custom-language-switcher li a {
    font-family: "HudsonNY", Sans-serif;
    color: #868686 !important;
    font-size: 18px;
    line-height: 120%;
}

.my-custom-language-switcher li:not(:last-child) {
    border-right: 2px solid #868686;
}

/* Taalswitch */

#spui-reserveren-popup #meer-dan-form, 
#spui-reserveren-popup #minder-dan-form {
    display: none;
}

.terug-btn {
    display: none;
}

.terug-btn:hover {
    cursor: pointer;
}

.tfw-widget-iframe {
   min-height: 970px !important;
}
/* taal switcher resp */
.elementor-popup-modal .language-toggle {
    display: none;
}
@media (max-width:1024px) {
    .elementor-popup-modal .language-toggle {
        display: block;
    }
    .elementor-location-header .language-toggle,
    .elementor-location-header .my-custom-language-switcher {
        display: none;
    }
    .my-custom-language-switcher {
        /* display: none !important; */
    }
}






/*--------------------------------------------------------------
## ELEMENTOR WIDGETS OPMAAK
--------------------------------------------------------------*/






/*--------------------------------------------------------------
## CUSTOM PLUGIN OPMAAK
--------------------------------------------------------------*/







/*--------------------------------------------------------------
## 
--------------------------------------------------------------*/
