/*
 Theme Name:   The7 Child
 Theme URI:    https://www.recras.nl/
 Description:  Recras The7 Child Theme
 Author:       Recras
 Author URI:   https://www.recras.nl/
 Template:     dt-the7
 Version:      1.0.3
 License:      Proprietary
*/


/*---------------------------- Home ----------------------------*/
@media screen and (min-width: 700px) {
    .ls-overflow-visible {
        z-index: 0 !important;
    }
}

.homepagina_slider_layer .vc_column-inner {
    padding-top: 0 !important;
}


/*---------------------------- Tarieven ----------------------------*/
.prijsberek {
    width: 33.33%;
    float: left;
    text-align: center
}
.prijsberek p {
    font-size: 30px;
    color: #000;
}

#prijs_boekingswaarde, #prijs_gebruikers {
    width: 70%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    height: 50px;
    color: #fff;
    font-size: 30px !important;
    line-height: 50px !important;
    text-align: center;
    font-weight: 600;
}

#prijs_berekend {
    display: inline-block;
    /*background: rgba(255, 255, 255, 0.2);*/
    height: 50px;
    /*width: 70%;*/
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
}

@media only screen and (max-width: 1000px) {
    .prijsberek {
        width: 100%;
        margin-bottom: 25px;
    }
    .euro {
        display: inline-block;
        width: 40px;
    }
}

.euro {
    color: #fff;
    font-size: 30px;
}


/*---------------------------- Contact ----------------------------*/
.wpb_content_element.dt-style .wpb_accordion_header a {
    text-align: center;
}
.wpb_content_element .wpb_accordion_header>a:after {
    display: none;
}
@media all {
    .content .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a::before {
        background-color: rgba(102, 102, 102, 0);
    }
}


/*---------------------------- Headers ----------------------------*/
.subheading {
    font-weight: 200;
}

@media only screen and (max-width: 800px) {
    .home-tekst-h1, .header-tekst-h1 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .subheading {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 680px) {
    .home-tekst-h1, .header-tekst-h1 {
        margin: 50px auto;
        font-size: 32px !important;
        line-height: 44px !important;
    }
    .header-tekst-h2 {
        display:none !important;
    }
    .subheading {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}


/*---------------------------- Online booking ----------------------------*/
.recras-contactform .radioGroup input[type="radio"] {
    margin-right: 0.25em;
}

.quantityWrapper {
    white-space: nowrap;
}
.quantityWrapper input[type="number"] {
    max-width: 4em;
}
.btnMinus, .btnPlus {
    background: #eee;
    border: 1px solid #ccc; /* Same as input */
}
.btnMinus {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right-width: 0;
}
.btnPlus {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left-width: 0;
}


/*---------------------------- Testimonials ----------------------------*/
.single-dt_testimonials #main {
    padding-top: 0;
}
.sidebar-testimonial {
    text-align: center;
}
.testimonial-thumb {
    border-radius: 50%;
    height: auto;
    max-width: 50%;
}


/*---------------------------- Diversen ----------------------------*/
.single-post .wf-wrap {
    width: 800px !important;
}
