/*
Theme Name: Stalling Version 2.0
Theme URI: https://stalling31.nl
Description: Responsive Child Theme
Template: hello-elementor
Version: 1.0.1
Author: Stalling
Author URI: https://stalling31.nl
License: GNU General Public License
License URI: license.txt

*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v48/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2')
}

@font-face {
    font-family: Lato;
    src: url(assets/fonts/Lato-Regular.eot);
    src: url(assets/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(assets/fonts/Lato-Regular.woff) format("woff"), url(assets/fonts/Lato-Regular.woff) format("truetype"), url(assets/fonts/Lato-Regular.svg#webfontdSscXrwb) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: star;
    src: url(assets/fonts/star.eot);
    src: url(assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(assets/fonts/star.woff) format("woff"), url(assets/fonts/star.ttf) format("truetype"), url(assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(assets/fonts/WooCommerce.eot);
    src: url(assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(assets/fonts/WooCommerce.woff) format("woff"), url(assets/fonts/WooCommerce.ttf) format("truetype"), url(assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

/*--------------- General ------------------*/

a, a:hover, a:visited, a:focus, a:active,
.kb-topic a, .kb-topic a:hover, .kb-topic a:visited, .kb-topic a:focus, .kb-topic a:active{
    color: #337f96;
}
ul, ol{
    margin-bottom: 0.9em;
}
body{
    color: #7A7A7A;
    font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Lato", sans-serif;
}

.hidden{
    display: none;
}
.centered{
    text-align: center;
}
/*--------------- Star Rating ------------------*/

.star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    letter-spacing: 0.6em;
    line-height: 1em;
    font-size: 22px;
    width: 170px;
    font-family: star;
    margin-right: 15px;
}
.star-rating:before {
    content: "\53\53\53\53\53";
    color: #f1f1f1;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 22px;
    font-family: star;
}
.star-rating span:before {
    color: #f0ad4f;
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

/*--------------- Buttons ------------------*/

.button,
.bordered-description-block .ff_form_modal button {
    border-radius: 25px 25px 25px 25px;
    color: #fff !important;
    font-size: 15px;
    display: inline-block;
    outline: none !important;
    padding: 12px 24px;
}
.bordered-description-block .ff_form_modal button p{
    margin: 0;
}
.button-blue{
    background-color: #337F95;
    border: none;
}
.button-blue:hover, .button-blue:focus {
    background-color: #1F4F5D;
}
.button-red,
.bordered-description-block .ff_form_modal button {
    background-color: #E8685F;
    border: none;
}
.button-red:hover, 
.button-red:focus,
.button-red:active,
.bordered-description-block .ff_form_modal button:hover,
.bordered-description-block .ff_form_modal button:focus,
.bordered-description-block .ff_form_modal button:active {
    background-color: #C3544C;
}
.button-bordered-blue{
    border: 1px solid #1F4F5D;
    color: #1F4F5D !important;
}
.button-bordered-blue:hover{
    background: #1F4F5D;
    color: #fff !important;
}
.button-transparent-red,
.button-transparent-blue{
    border: 1px solid #fff;
}
.button-transparent-red:hover, 
.button-transparent-red:active,
.button-transparent-red:focus{
    background-color: #fff;
    color: #E8685F !important;
}
.button-transparent-blue:hover,
.button-transparent-blue:active,
.button-transparent-blue:focus{
    background-color: #fff;
    color: #337F95 !important;
}

/*--------------- Containers ------------------*/

.site-header .header-inner, 
body:not([class*=elementor-page-]) .site-main, 
.footer-inner,
section .container {
    margin: 0 auto;
    max-width: 1140px;
    width: 96%;
}

/*--------------- Footer ------------------*/
footer{
    padding-bottom: 60px;
}
footer ul {
    list-style: none;
    padding: 0;
}
.footer-inner{
    overflow: hidden;
    padding: 160px 0 100px;
}
.footer-col {
    width: 33.333%;
    float: left;
}
footer h2{
    color: #337F95;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-menu{
    margin-bottom: 20px;
}
.footer-menu ul{
    margin: 0;
}
.footer-menu li a{
    color: #A8A8A8;
    display: block;
    font-size: 14px;
    line-height: 1.5;
}
.footer-menu li a:hover{
    color: #7A7A7A;
}
footer:before,
footer:after{
    background-image: url(https://www.stalling31.nl/wp-content/uploads/2020/09/group-46-1-1.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    content: '';
    display: block;
    min-height: 80px;
    padding: 60px 0;
}

/*--------------- Search Form ------------------*/

.hp-search-form form > div {
    width: 25%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.hp-search-form input, .hp-search-form select {
    color: #337f95;
}

.hp-search-form input::-webkit-placeholder {
    color: #337f95;
}

.hp-search-form input::-moz-placeholder {
    color: #337f95;
}

.hp-search-form input::placeholder {
    color: #337f95;
}

.hp-search-form input, .hp-search-form .select-box select, .hp-search-form button {
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 17px;
    height: 45px;
    width: 100%;
    font-family: Open Sans;
}

.hp-search-form button {
    background: #e8695f;
    color: #fff;
    padding: 0;
}

.hp-search-form button:hover {
    background: #c15049;
}

.hp-search-form button:focus {
    outline: 0;
}

.hp-search-form form > div:first-of-type {
    border-radius: 28px 0 0 28px;
    border-right: 1px solid #eee;
    overflow: hidden;
}

.hp-search-form form > div:nth-of-type(2) {
    border-right: 1px solid #eee;
}

.hp-search-form form > div:last-of-type {
    border-radius: 0 28px 28px 0;
    overflow: hidden;
}

.hp-search-form input[name="start_date"] {
    display: none;
}

/*--------------------- details ---------------------------------*/

.hp-search-form form > div:last-of-type i {
    margin-right: 13px;
    position: relative;
    top: -1px;
}

.hp-search-form select, .hp-search-form input[type="text"], .hp-search-form input[type="number"] {
    text-indent: 40px;
}

.hp-search-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/icons/select-arrow.jpg);
    background-position: 96% center;
    background-repeat: no-repeat;
    line-height: 1;
}
/*  Firefox search field fix */

@-moz-document url-prefix() { 
  .hp-search-form select {
     text-indent: 20px;
  }
}

/*  Number field arrows
Chrome, Safari, Edge, Opera */
.hp-search-form input::-webkit-outer-spin-button, .hp-search-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.hp-search-form input[type=number] {
    -moz-appearance: textfield;
}

.hp-search-form input[type="number"] {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/icons/number-count-arrows.jpg);
    background-position: 96% center;
    background-repeat: no-repeat;
}

.hp-search-form .select-box {
    position: relative;
}

.hp-search-form #stalling-reverse-geocode-results {
    border-color: #e5e5e5;
    font-size: 16px;
    color: #337f95;
}

.hp-search-form .select-box:before {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/form-img-1.jpg);
    content: '';
    display: block;
    height: 15px;
    left: 19px;
    position: absolute;
    top: 15px;
    width: 26px;
}

.hp-search-form form > div:nth-of-type(2):before {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/measuring-tape.jpg);
    content: '';
    display: block;
    height: 16px;
    left: 9px;
    position: absolute;
    top: 14px;
    width: 26px;
}

.hp-search-form form > div:nth-of-type(3):before {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/pin-2.jpg);
    content: '';
    display: block;
    height: 22px;
    left: 19px;
    position: absolute;
    top: 11px;
    width: 22px;
}

@media all and (max-width: 1024px) {
    .hp-search-form input, .hp-search-form .select-box select, .hp-search-form button {
        font-size: 16px;
        height: 40px;
    }
    .hp-search-form form > div:nth-of-type(2):before {
        left: 14px;
    }
}

@media all and (max-width: 768px) {
    .hp-search-form {
        border-radius: 0;
        background: transparent;
    }

    .hp-search-form form > div {
        border-radius: 50px;
        overflow: hidden;
    }

    body.home .hp-search-form form > div, body.home .hp-search-form form > div:first-of-type, body.home .hp-search-form form > div:nth-of-type(2), body.home .hp-search-form form > div:nth-of-type(3), body.home .hp-search-form form > div:last-of-type {
        border-radius: 32px;
        width: 100%;
    }

    .hp-search-form form > div:first-of-type, .hp-search-form form > div:nth-of-type(2), .hp-search-form form > div:nth-of-type(3) {
        margin-bottom: 20px;
    }

    .hp-search-form .select-box:before {
        left: 21px;
    }

    .hp-search-form form > div:nth-of-type(2):before {
        left: 19px;
    }

    .hp-search-form form > div:nth-of-type(3):before {
        left: 25px;
    }
}

@media all and (max-width: 480px) {
    body:not(.home) .hp-search-form input, body:not(.home) .hp-search-form .select-box select, body:not(.home) .hp-search-form button {
        font-size: 14px;
    }
}

/*--------------------- Reviews Carousel ---------------------------------*/

.hp-comments-section .comment {
    float: left;
    margin: 0 15px !important;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    min-height: 290px;
}
.outer-stalling-carousel-block {
    font-family: "Open Sans";
    color: #383c42;
}
.hp-comments-section .comment{
    width: 403px;
}
.outer-stalling-carousel-block .inner-stalling-carousel-block{
    overflow-y: hidden;
    padding-bottom: 44px;
    position: relative;
}
.outer-stalling-carousel-block .inner-stalling-carousel-block::-webkit-scrollbar {
    background: rgba(84, 89, 95, 0.3);
    height: 2px;
}
.outer-stalling-carousel-block .inner-stalling-carousel-block::-webkit-scrollbar-thumb{
    background: #337f95;
}
.outer-stalling-carousel-block .horizontal-scroll-controls{
    background: #fff;
    height: 100%;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: 0;
    width: 20%;
}
.outer-stalling-carousel-block .stalling-carousel-horizontal-scroll-button{
    border: 1px solid #edeeef;
    border-radius: 100%;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    text-align: center;
    width: 52px;
}
.outer-stalling-carousel-block .stalling-carousel-horizontal-scroll-button-wrapper {
    background: #fff;
    float: right;
    padding: 0 30px;
    position: relative;
    top: -27px;
    width: 200px;
}
.outer-stalling-carousel-block .stalling-carousel-horizontal-scroll-button.left-direction{
    float: left;
    
}
.outer-stalling-carousel-block .stalling-carousel-horizontal-scroll-button.right-direction{
    float: right;
}
.outer-stalling-carousel-block .stalling-carousel-horizontal-scroll-button:before {
    color: #337f95;
    font-family: FontAwesome;
    font-weight: normal;
    position: relative;
    top: -1px;
}
.outer-stalling-carousel-block .stalling-carousel-horizontal-scroll-button.left-direction:before{
    content: "\f053";
    left: -1px;
}
.outer-stalling-carousel-block .stalling-carousel-horizontal-scroll-button.right-direction:before{
    content: "\f054";
    right: -1px;
}

.outer-stalling-carousel-block li.comment {
    list-style-type: none;
}
.outer-stalling-carousel-block .review-author-name {
    color: #383c42;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.outer-stalling-carousel-block .comment_container{
    position: relative;
}
.outer-stalling-carousel-block .review-pakket{
    background-color: #fcf9ea;
    border-radius: 15px;
    font-size: 16px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 6px;
}
.outer-stalling-carousel-block .review-header {
    overflow: hidden;
}
.outer-stalling-carousel-block .review-author-name:before {
    background-image: url(https://www.stalling31.nl/wp-content/themes/stalling/assets/images/icons/gmail-icon.svg);
    background-size: cover;
    content: '';
    display: inline-block;
    height: 29px;
    margin-right: 10px;
    position: relative;
    top: 6px;
    width: 29px;
}
.outer-stalling-carousel-block .comment .review{
    border-top: 1px solid rgba(84, 89, 95, 0.3);
    clear: both;
    margin-top: 20px;
    padding-top: 20px;
}
.outer-stalling-carousel-block .comment .review p{
    color: #54595f;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.8;
}
.outer-stalling-carousel-block.woocommerce .star-rating:before {
    color: #f1f1f1 !important;
    content: "\53\53\53\53\53" !important;
    font-size: 18px;
}
.woocommerce .star-rating span, .woocommerce-page .star-rating span{
    font-size: 18px;
}
.woocommerce-product-rating{
    clear: both;
    float: left;
    margin-left: 0;
}
.outer-stalling-carousel-block.woocommerce .woocommerce-product-rating .star-rating{
    letter-spacing: 0.2em;
    width: 140px;
    margin: 0 !important;
}
.outer-stalling-carousel-block .description {
    font-size: 16px;
    min-height: 9em;
}

/*--------------------- General  ---------------------------------*/

.main-content .container, 
.page-description-section .container{
    margin: 0 auto;
    max-width: 1080px;
    width: 94%;
}

/*--------------- Overal Site Responsize Styling ------------------*/

@media all and (max-width: 1024px){
    .site-header .header-inner, body:not([class*=elementor-page-]) .site-main, .footer-inner, section .container{
        padding: 0;
        width: calc(100% - 60px);
    }
    .header-branding {
        width: 100px;
    }
    .header-button-text{
        display: none;
    }
    .header-navbar {
        margin: 11px 0;
        width: calc(100% - 307px);
    }
}

@media all and (max-width: 768px){
    .hide-768{
        display: none;
    }
	.hide.show-768{
        display: block!important;
    }
    .hide.show-768-inline{
        display: inline-block!important;
    }
    .show-768{
        display: block;
    }
    .landing-page-title{
        font-size: 2rem;
        margin-top: 30px;
        padding: 0 20px;
        text-align: center;
    }
    .tab-title{
        border-bottom: 2px solid #ccc;
        color: #383C42;
        font-size: 18px;
        padding: 5px;
    }
    .tab-title.active{
        border-color: #e8695f;
        color: #337F95;
        font-weight: 600;
    }
    .tab-content {
        margin-bottom: 15px;
    }
}

@media all and (max-width: 767px){
    .site-header .header-inner {
        justify-content: unset;
        max-width: 100%;
        width: 100%;
    }
    .header-navbar,
    .header-inner > .header-button-wrapper{
        display: none;
    }
    .header-inner{
        display: flex;
        flex-wrap: wrap;
    }
    .header-branding{
        text-align: center;
        width: 50%;    
    }
    .header-branding img{
        max-width: 150px;
        width: 64%;
    }
    .mobile-menu-toggler{
        align-content: center;
        align-items: center;
        display: flex;
        color:  #54595F;
        font-size: 30px;
        padding: 10px 20px;
        width: 25%;
    }
    .mobile-menu-toggler svg{
        height: 30px;
        margin-left: 20px;
        width: 30px;
    }
    .mobile-menu {
        background: #fff;
        height: 100%;
        overflow: scroll;
        position: fixed;
        width: 100%;
        z-index: 500;
    }
    .menu-close {
        color: #333;
        font-size: 25px;
        padding: 20px;
        position: absolute;
        right: 0;
    }
    .menu-close svg {
        height: 30px;
        width: 30px;
    }
    .mobile-menu .header-branding {
        margin: 30px 0;
        width: 100%;
    }
    .mobile-menu .header-branding img {
        width: 120px;
    }
    #menu-main-menu li {
        margin-bottom: 1em;
    }
    #menu-main-menu > li > a {
        color: #54595f;
        font-size: 120%;
        line-height: 2;
    }
    .menu > li.menu-item-has-children:hover > a:after{
        background-image: url(assets/images/chevron-down.svg);
    }
    .header-button-wrapper:before{
        display: none;
    }
    .header-button-wrapper {
        float: left;
        margin: 10px 40px;
    }
    .header-button-text {
        color: #337F95;
        display: block;
        font-size: 18px;
        margin-bottom: 20px;
        width: 100%;
    }
    .header-button-wrapper a{
        border-radius: 5px;
    }
    #menu-main-menu > li > .sub-menu a{
        font-size: 15px;
    }
    #menu-main-menu li {
        margin-bottom: 0.5em;
    }
    .header-button-text{
        font-style: initial;
    }
    .header-button-text:after{
        display: none;
    }
    .footer-col{
        width: 100%;
    }
}
@media all and (max-width: 640px){
    .hide-640{
        display: none !important;
    }
    .menu-main-menu-container {
        display: block;
        clear: both;
    }
}