/*
Theme Name: Bravo - Nova Septem
Author: het Nova Septem team
Author URI: https://novaseptem.nl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bravons
*/

footer.footernew {
    background: white;
    padding-top: 90px;
}

.reviewsummary{
    display: flex!important;
    flex-wrap: wrap;
    gap: 1.333333%!important;
    margin-top: 20px;
}

.reviewsummary .glsr-review{
    flex: 0 0 24%;
}

.glsr-button{
    background: #93c93c;
    border: 0;
    padding: 10px 20px;
    color: white;
    cursor: pointer;
}

.content-container{
    display: flex;
    flex-wrap: wrap;
    padding: 180px 0 90px 0;
    line-height: 30px;
}

.page-template-template-blog .content-container{
    gap: 2%;
}

.content-container .blog-post{
    flex: 1 0 32%;
}

.content-container .blog-post .title{
    color: var(--maincolor);
    margin: 0px;
}

.content-container .blog-post .date{
    color: black;
}

.content-container .blog-post .description{
    color: black;
}

.content-container .blog-post .description p{
    margin-top: 5px;
}

footer.footernew .colnew {
    margin: 0 auto;
}

footer.footernew .colnew img {
    width: 200px;
}

footer.footernew .colnew .socmedicons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
}

footer.footernew .colnew .socmedicons li {
    list-style-type: none;
    margin-right: 10px;
}

footer.footernew .colnew .socmedicons li:last-child {
    margin-right: 0;
}

footer.footernew .colnew .socmedicons li i {
    font-size: 30px;
}

footer.footernew i.fa-brands.fa-instagram-square {
    font-size: 30px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer.footernew i.fa-brands.fa-facebook-square {
    color: #3b5998;
}

#sb_instagram .sb_instagram_header a, .sb_instagram_header a {
    margin: 0 auto;
    display: table;
    float: none;
    margin-top: 10px;
}

#sb_instagram .sb_instagram_header .sbi_header_img {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

#sb_instagram .sb_instagram_header a h3 {
        color: #fd654f;
}

.grecaptcha-badge {
    display: none !important;
}

section#blocks {
	display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
    box-sizing: border-box;
}

section#blocks .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
}

section#blocks .single-block {
	flex: 0 0 32%;
    -webkit-box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 48px -10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1000px) {
	
	section#blocks .single-block {
	    flex: 0 0 100%;
	    margin-bottom: 20px;
	}
	
	section#blocks .single-block:last-child {
		margin-bottom: 0;
	}
	
}

section#blocks .single-block a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .2s;
    border-radius: 5px;
}

section#blocks .single-block a h3 {
    text-align: center;
    color: var(--maincolor);
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 0 0;
    width: 100%;
}

section#blocks .single-block a p {
    color: #636363;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

section#blocks .single-block a:hover img {
	transform: scale(1.0);
	transition: all ease-in-out .2s;
}

section#content {
    padding: 40px 0;
    position: relative;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
}

section#content:after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
    height: 50px;
    position: absolute;
    transform: rotate(45deg);
	background: #f9f9f9;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1000;
    z-index: 99;
}

section#content h1 {
    position: relative;
    color: #333;
    font-size: 30px;
    display: table;
    font-weight: 500;
    margin-bottom: 0;
}

section#content h1:first-child {
    margin-top: 0;
}

section#content h2 {
    position: relative;
    color: #333;
    font-weight: bold;
    font-size: 25px;
    display: table;
}

section#content p {
    line-height: 40px;
    color: #333;
    font-weight: 200;
    font-size: 20px;
}

section#content ul {
    padding-left: 0;
}

section#content ul li {
    list-style-type: none;
    color: #32326c;
    font-size: 17px;
    line-height: 30px;
}

section#content ul li:before {
    content: "\f00C";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    margin-right: 10px;
}

section#content a {
    display: inline-block;
    color: #333;
    font-weight: 400;
    text-decoration: underline;
}

section#content a:hover {
    text-decoration: underline;
}

footer .col-list .col .avg-checkbox a {
    color: white !important;
}

footer {
    color: white;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: relative;
    max-width: 1920px;
    background-color: #93c93c;
    overflow-x: clip;
}

footer.footerold:before {
    content: '';
    position: absolute;
    top: -69px;
    right: 0;
    width: 100%;
    height: 286px;
    background: url(/wp-content/themes/bravons/assets/singleheader.png);
    z-index: 1;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

footer.footerold:after {
content: '';
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 5000px;
    height: 286px;
    background: url(/wp-content/themes/bravons/assets/singleheader.png);
    z-index: 1;
    background-repeat: no-repeat;
}

footer.footerold .container {
    position: relative;
    z-index: 99;
}


footer p {
    line-height: 30px;
    font-weight: 300;
    margin: 0;
}

footer span.up {
    top: -19px;
    left: 0;
    right: 0;
    width: 50px;
    margin: 0 auto;
    height: 50px;
    position: absolute;
    transform: rotate(45deg);
    background: var(--maincolor);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
footer span.up i {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    font-size: 30px;
    transform: rotate(-45deg);
    text-align: center;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

footer h3 {
    color: white;
    width: 100%;
    font-size: 18px;
    padding: 5px 0;
    z-index: 20;
    text-align: left;
    margin: 0;
    font-weight: 600;
}


footer .container {
    max-width: 1600px;
}

footer .col-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

footer .col-list .col {
    flex: 0 0 100%;
    padding: 10px 0;
}

footer .col-list .col ul li {
    line-height: 30px;
    position: relative;
    padding-left: 25px;
}

footer .col-list .col ul li:before {
    content: "\f00C";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffb03c;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}

footer .contactform .form-group .form-control {
    resize: none;
}

footer .col-list .agenda h3 {
    margin-bottom: 10px;
}

footer .col-list .agenda .item {
    border-top: 1px solid #fff;
}

footer .col-list .agenda .item .item-inner {
    padding: 20px 10px;
    box-sizing: border-box;
    transition: all .2s ease-in-out;
}

footer .col-list .agenda .item .item-inner:hover {
    background: #002c5d;
}

footer .col-list .agenda .item .item-title {
    color: #fff;
    margin: 0;
    font-size: 15px;
}

footer .col-list .agenda .item .item-date {
    color: #fff;
    font-size: 14px;
    font-style: italic;
}

@media screen and (max-width: 900px) {
    footer .col-list .col {
        order: 1;
    }

    footer .col-list .col:nth-of-type(2) {
        order: 3;
    }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    footer .col-list .col {
        flex: 1 0 50%;
        padding: 20px;
        box-sizing: border-box

    }

    /*footer .col-list .col p {*/
        /*padding-right: 100px;*/
    /*}*/
}

@media screen and (min-width: 900px) {
    footer .col-list .col {
        flex: 1 0 31%;
    }

    footer .col-list .col:not(:last-child) {
        margin-right: 2%;
    }

    footer .form-row {
        display: flex;
    }

    footer .form-row .form-group {
        flex: 0 0 49%;
    }

    footer .form-row .form-group:first-child {
        margin-right: 1%;
    }

    footer .form-row .form-group:last-child {
        margin-left: 1%;
    }
}

footer #sub-footer {
    margin: 0 auto;
    background: white;
        border-top: 1px solid #f6f6f6;
}

footer #sub-footer p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 12px;
}

footer #sub-footer a {
    display: inline-block;
    color: var(--maincolor);
    font-weight: 600;
}

footer .openingstijden {
    display: block;
    margin-top: 10px;
}

footer .footer-contactgegevens {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

footer .footer-contactgegevens li{
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    list-style-type: none;
    text-decoration: none;
    font-size: 15px;
}

footer .footer-contactgegevens a {
    color: white;
    text-decoration: none;
    display: inline-block;
}

footer .footer-contactgegevens a:hover {
    text-decoration: none;
}

footer .footer-contactgegevens li:first-child {
    margin-top: 0;
}

footer .footer-contactgegevens li i {
    font-size: 23px;
    min-width: 23px;
    vertical-align: middle;
    margin-left: 1px;
}

footer .footer-socialmedia {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
}

footer .footer-socialmedia  .single-sm a {
    color: #FFFFFF;
}

footer .footer-socialmedia .single-sm a:hover {
    color: #FFFFEE;
}

footer .footer-socialmedia li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    font-size: 28px;
}

footer .social-media .single-sm {
    font-size: 23px;
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

footer .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

footer input {
    margin: 0;
    font: inherit;
    box-sizing: border-box;
}

footer textarea.form-control {
    height: auto;
    box-sizing: border-box;
    margin-top: 0;
}


footer input[type="text" i], footer input[type="email" i], footer textarea {
                                                               border-radius: 0 !important;
                                                           }

footer input[type=submit] {
    padding: 10px 20px;
    position: relative;
    background: var(--maincolor);
    transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 2px solid #fff !important;
}

footer input[type=submit]:hover {
    background: #FFF;
    color: var(--maincolor);
}

footer .extra-informatie a {
    color: white;
    line-height: 30px;
}

body.page-template-default .content-container {
    display: flex;
    padding: 180px 0 90px 0;
    line-height: 30px;
}

body.page-template-default .content h1 {
    margin-top: 0;
    margin-bottom: 40px;
}

body.page-template-default .content ul {
    margin-left: 25px;
    margin-bottom: 17px;
}

body.page-template-default .content ul li {
    list-style-type: disc;
}

body.page-template-default .content a {
    color: var(--maincolor);
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

body.page-template-default .content a:hover {
    text-decoration: underline;
}


body.page-template-default .content h1,
body.page-template-default .content h2,
body.page-template-default .content h3,
body.page-template-default .content h4,
body.page-template-default .content h5 {
    color: var(--maincolor);
    font-weight: 600;
}

body.page-template-default .content {
    color: #303030;
    width: 100%;
}

body.page-template-default .content h2,
body.page-template-default .content h3,
body.page-template-default .content h4,
body.page-template-default .content h5 {
    margin-bottom: 0;
}

body.page-template-default .content p {
    margin-top: 0;
}

body.page-template-default .content table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

body.page-template-default .content tr {
    border: 1px solid #ddd;
}

body.page-template-default .content td {
    display: table-cell;
    padding: 10px 20px;
    box-sizing: border-box;
}

body.page-template-default .content th {
    display: table-cell;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: left;
    color: var(--maincolor);
}

body.page-id-516 .content tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.page-id-516 .content tr td:last-child {
    padding-left: 0 !important;
    flex-basis: 15%;
}

body.page-id-516 .content tr td:first-child {
    flex-basis: 80%;
}

@media screen and (max-width: 800px) {
    body.page-id-516 .content tr {
        flex-direction: column;
        align-items: flex-start;
    }
}


body.page-template-default .content tr td:last-child {
    float: right;
    padding-left: 20px;
}

body.page-template-default .content table tr:last-child {
    border-bottom: 0;
}


body.page-template-default .content-container .form-right h3 {
    color: var(--maincolor);
    font-weight: bold;
    margin: 0;
    font-size: 23px;
}

body.page-template-default .content-container .form-right {
    margin-left: 40px;
    flex: 0 0 300px;
}

/* ligplaatsen */
body.ligplaatsen-template-default .content .date {
    padding: 5px 0;
    display: inline-block;
}

body.ligplaatsen-template-default .content .date span {
    font-style: italic;
}

body.ligplaatsen-template-default .content-container {
    display: flex;
    padding: 50px 0 30px 0;
    line-height: 30px;
}

body.ligplaatsen-template-default .content h1 {
    margin-top: 0;
}

body.ligplaatsen-template-default .content ul {
    margin-left: 25px;
}

body.ligplaatsen-template-default .content ul li {
    list-style-type: disc;
}

body.ligplaatsen-template-default .content a {
    color: var(--maincolor);
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

body.ligplaatsen-template-default .content a:hover {
    text-decoration: underline;
}

body.ligplaatsen-template-default .content h1,
body.ligplaatsen-template-default .content h2,
body.ligplaatsen-template-default .content h3,
body.ligplaatsen-template-default .content h4,
body.ligplaatsen-template-default .content h5 {
    margin-bottom: 0;
    color: var(--maincolor);
    font-weight: bold;
}

body.ligplaatsen-template-default .content {
    color: #303030;
    width: 100%;
}

body.ligplaatsen-template-default .content h2,
body.ligplaatsen-template-default .content h3,
body.ligplaatsen-template-default .content h4,
body.ligplaatsen-template-default .content h5 {
    margin-bottom: 0;
}

body.ligplaatsen-template-default .content p {
    margin-top: 0;
}

body.ligplaatsen-template-default .content-container .form-right h3 {
    color: var(--maincolor);
    font-weight: bold;
    margin: 0;
    font-size: 23px;
}

body.ligplaatsen-template-default .content-container .form-right {
    margin-left: 40px;
    flex: 0 0 300px;
}

@media screen and (max-width: 850px) {

	body.ligplaatsen-template-default .content-container {
		display: block;
	}

	body.ligplaatsen-template-default .content-container .form-right {
		margin-top: 40px;
		margin-left: 0;
	}

}


body.error404 .content {
    text-align: center;
    padding: 40px 0 60px 0;
}

body.error404 .content h1 {
    font-size: 150px;
    font-weight: 800;
    color: var(--maincolor);
    margin: 0;
}

body.error404 .content h3 {
    color: var(--maincolor);
    font-weight: bold;
    margin: 0;
    font-size: 32px;
}


section#single-banner {
    height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {

	section#single-banner {
    	height: auto;
    	padding: 40px 0;
   	}

}

section#single-banner img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
}

section#single-banner #caption {
    position: relative;
    text-align: center;
    color: white;
}

section#single-banner #caption h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-shadow: 1px 1px 10px #484848;
}

section#gallery {
    overflow: hidden;
}

section#gallery ul {
    display: flex;
    flex-wrap: wrap;
}

section#gallery ul li {
    flex: 1;
}

section#gallery ul li:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 1000px) {

    section#gallery ul li {
        flex: 0 0 25%;
    }
}

@media screen and (max-width: 550px) {

    section#gallery ul li {
        flex: 0 0 50%;
    }
}

section#faq {
    background: var(--subcolor);
    padding: 80px 0;
}

section#faq .container {
    display: flex;
    flex-wrap: wrap;
}

section#faq h3 {
    color: white;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
    flex: 0 0 100%;
}

section#faq p {
    flex: 0 0 50%;
    padding-right: 40px;
    box-sizing: border-box;
    margin: 0;
    color: white;
}

section#faq .faq-row {
    flex: 1 0 50%;
}

section#faq .single-faq:last-child {
    border-bottom: none;
}


section#faq .single-faq {
    border-bottom: 1px solid var(--subcolor);
}

section#faq .faq-sib {
    cursor: pointer;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    color: var(--subcolor);
}

section#faq .vraag i {
    float: right;
    font-size: 21px;
}

section#faq .vraag i.fa-minus-circle {
    display: none;
}

section#faq .antwoord {
    display: none;
    background: var(--maincolor);
    color: white;
    line-height: 30px;
}

/* Section -> Logos */
section#logos {
    background: #FFF;
}

section#logos .container .bx-wrapper {
    margin: 0 auto;
    border: none;
    padding: 40px 0;
    background: none;
    box-shadow: none;
}

section#logos .container .slider .slide {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 800px) {
    section#logos .container {
        width: 100% !important;
        padding: 0 !important;
    }
}

@media screen and (min-width: 800px) {
    section#logos .container .bx-wrapper {
        padding: 40px 0;
    }
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #bebbbb;
    padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
    .product-row {
        flex-direction: column;
        align-items: start;
    }

    body.post-type-archive-producten aside#single-content h1 {
        padding-bottom: 10px;
    }
}

.product-row .page-title {
    flex: 1 0 30%;
}

.product-row .categories-list,
.product-row .button-wrapper {
    flex: 1 0 70%;
}

.product-row .button-wrapper {
    justify-content: flex-end;
}

.product-row .button-wrapper {
    display: flex;  
    flex-wrap: wrap;
}

.product-row .button-wrapper .button {
    display: block;
    background: var(--maincolor);
    color: #fff;
    padding: 10px 20px;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.product-row .button-wrapper .button:hover {
    opacity: 0.90;
}

.product-row .page-title {
    box-sizing: border-box;
    padding: 0;
    text-align: left !important;
    display: block !important;
    color: var(--maincolor) !important;
}

.product-row .page-title:before,
.product-row .page-title:after {
    display: none !important;
}

@media screen and (max-width: 900px) {
    .product-row .page-title {
        padding-bottom: 10px;
    }

    .categories-list {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 900px) {
    .categories-list {
        justify-content: flex-end;
    }
}

.categories-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.categories-list li,
.categories-list li.sort {
    color: #fff;
    background: var(--maincolor);
    padding-left: 10px;
    border-bottom: 5px solid #fff;
}

.categories-list li a {
    color: #fff;
    padding: 10px 20px 10px 0;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.categories-list li.sort {
    color: #fff;
    display: inline-block;
    padding: 10px;
}

.categories-list li a:hover {
    text-decoration: underline;
}

.product-topbar {
        position: absolute;
    z-index: 1000;
    background: var(--subcolor);
    color: white;
    padding: 7px 13px;
    box-sizing: border-box;
    right: 0;
}

.category-sportcruisers-jachten .product-topbar .post-categories li a,
.category-sportcruisers-jachten .product-topbar .price {
	padding: 10px 10px;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
	.category-sportcruisers-jachten .product-topbar .post-categories li a,
.category-sportcruisers-jachten .product-topbar .price {
font-size: 12px;
}
}

.product-topbar .post-categories li a,
.product-topbar .price {
    color: #fff;
    padding: 10px 20px;
    transition: all .2s ease-in-out;
    display: block;
}

.product-topbar .post-categories li a {
    background: #042d3c;
}

.product-topbar .price {
    background: #df5327;
}

#maps-iframe {
width: 100%;
height: 500px;


}

.thumbnail {
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    display: flex;
    align-items: center;
}

.thumbnail a img {
    height: auto;
    max-width: 800px;
    width: 100%;
}

.thumbnail a {
    display: table;
    float: left;
}

.product-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-title .title {
    margin: 0;
    padding: 0;
    line-height: 32px;
    padding-top: 10px;
}

.product-title .price {
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    color: #df5327 !important;
}

body.page-template-template-merkboten .content-container {
    display: flex;
    padding: 50px 0 60px 0;
    line-height: 30px;
}

body.page-template-template-merkboten .content h1 {
    margin-top: 0;
}

body.page-template-template-merkboten .content ul {
    margin-left: 25px;
}

body.page-template-template-merkboten .content ul li {
    list-style-type: disc;
}

body.page-template-template-merkboten .content a {
    color: var(--maincolor);
    font-weight: bold;
    text-decoration: none;
    display: inline;
}

body.page-template-template-merkboten .content a:hover {
    text-decoration: underline;
}


body.page-template-template-merkboten .content h1,
body.page-template-template-merkboten .content h2,
body.page-template-template-merkboten .content h3,
body.page-template-template-merkboten .content h4,
body.page-template-template-merkboten .content h5 {
    color: var(--maincolor);
    font-weight: bold;
}

body.page-template-template-merkboten .content {
    color: #303030;
    width: 100%;
}

body.page-template-template-merkboten .content h2,
body.page-template-template-merkboten .content h3,
body.page-template-template-merkboten .content h4,
body.page-template-template-merkboten .content h5 {
    margin-bottom: 0;
}

body.page-template-template-merkboten .content p {
    margin-top: 0;
}

body.page-template-template-merkboten .content-container .form-right h3 {
    color: var(--maincolor);
    font-weight: bold;
    margin: 0;
    font-size: 23px;
}

body.page-template-template-merkboten .content-container .form-right {
    margin-left: 40px;
    flex: 0 0 300px;
}

section#maps {
	position: relative;
	overflow: hidden;
}

body.page-id-388 h1 {
    margin-top: 10px !important;
    margin-bottom: 10px;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row input {
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 5px;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row input:focus {
    outline: none;
    border: 1px solid var(--maincolor);
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row textarea {
    resize: none;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: inset 0;
    -moz-box-shadow: inset 0;
    box-shadow: inset 0;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row textarea:focus {
    outline: none;
    border: 1px solid var(--maincolor);
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row input[type="submit"] {
    background: var(--maincolor);
    font-size: 16px !important;
    text-align: center;
    font-weight: 500;
    color: white;
    padding: 10px 20px !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    border: none;
    border-radius: 0;
    width: auto;
    font-size: 15px;
    padding: 3px 20px;
    margin: 10px 0 0 0 !important;
    flex: none !important;
}

form#mc4wp-form-1 .mc4wp-form-fields .form-row input[type="submit"]:hover {
    opacity: 0.9;
}

@media screen and (min-width: 800px) {
    form#mc4wp-form-1 .mc4wp-form-fields .form-row label {
       flex: 0 0 10%;
    }

    form#mc4wp-form-1 .mc4wp-form-fields .form-row input {
       flex: 0 0 30%;
    }

    form#mc4wp-form-1 .mc4wp-form-fields .form-row input[type="submit"] {
        flex: 0 0 40%;
    }
}

section#recensies {
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
}

section#recensies .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: 0;
    border: 0;
    background: 0;
    width: auto;
    margin: 0 auto;
}

section#recensies .bx-wrapper .bx-viewport {

}

section#recensies .bx-wrapper p {
    color: #fff;
    font-family: "Raleway", sans-serif;
    position: relative;
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 0 auto;
    display: table;
    text-align: left;
    max-width: 700px;
}

section#recensies .bx-wrapper p:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
}

section#recensies .bx-wrapper li {
    position: relative !important;
    margin: 0 auto;
}

section#recensies .bx-wrapper li .bxslider-wrapper {
    display: table;
    margin: 0 auto;
    padding: 0 15px;
}

section#recensies .bx-wrapper li .bxslider-wrapper:hover {
    cursor: grab;
    cursor: -webkit-grab;
}

section#recensies .bx-wrapper h1 {
    display: table;
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

section#recensies .bx-wrapper .bx-pager {
    bottom: 0;
}

section#recensies .bx-wrapper .bx-controls-direction a {
    z-index: 20 !important;
}

section#recensies .bx-wrapper .bx-pager a {
    background: transparent !important;
    border: 1px solid var(--maincolor) !important;
    border-radius: 15px !important;
}

section#recensies .bx-wrapper .bx-pager a.active {
    background: #fff !important;
}

section#recensies:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-size: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
}

section#recensies .container .star-ratings-css {
    unicode-bidi: bidi-override;
    color: grey;
    font-size: 40px;
    height: 40px;
    width: 167px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    display: table;


}



section#recensies .container .star-ratings-css .star-ratings-css-top {
    color: #ff9802;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    text-shadow: 0px 0px 1px rgb(0, 0, 0);
}

section#recensies .container .star-ratings-css .star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

@media screen and (max-width: 300px) {
    section#recensies .bx-wrapper .bx-controls-direction a {
        display: none;
    }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    section#recensies .bx-wrapper li .bxslider-wrapper {
        margin: 0 auto;
        padding: 0 50px;
    }

    section#recensies .bx-wrapper .bx-controls-direction a {
        top: 15%;
    }
}

body:not(.home) section#recensies {
	margin-top: 40px;
}

body.single-post .post ul {
    margin-left: 25px;
}

body.single-post .post ul li {
    list-style-type: disc;
}

body.single-post .post {
    margin: 50px 10px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

body.single-post .post .topbar {
    background: var(--maincolor);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 100%;
}

body.single-post .post .topbar .button {
    padding: 10px;
    position: relative;
    background: #003e7b;
    box-shadow: none;
    color: #fff;
    font-family: 'Merienda', cursive;
}

body.single-post .post .topbar .button:hover {
    opacity: 0.9;
}


body.single-post .post .topbar .button .fa {
    margin-right: 5px;
}

body.single-post .post .topbar .breadcrumbs {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0 !important;
}

body.single-post .post .topbar .breadcrumbs a:hover {
    text-decoration: underline;
}


body.single-post .post .topbar .breadcrumbs .fa {
    color: #fff;
}

body.single-post .post .info {
    flex: 0 0 30%;
    padding-bottom: 10px;
}

body.single-post .post .info h1,
body.single-post .post .info time {
    margin: 0;
    padding: 10px;
    color: var(--maincolor);
}

body.single-post .post .content {
    flex: 1 0 70%;
    padding: 5px 30px;
    box-sizing: border-box;
}

body.single-post .post .content .beschrijving .title {
    margin-bottom: 5px;
}

body.single-post .post .content .beschrijving .published {
    margin: 0;
    font-style: italic;
}

body.single-post .post .content .beschrijving a {
    display: inline;
    color: var(--maincolor);
    font-weight: bold;
}

body.single-post .post .content .beschrijving a:hover {
    text-decoration: underline;
}

body.single-post .post .content .beschrijving h1,
body.single-post .post .content .beschrijving h2,
body.single-post .post .content .beschrijving h3,
body.single-post .post .content .beschrijving h4,
body.single-post .post .content .beschrijving h5,
body.single-post .post .content .beschrijving h6 {
    color: var(--maincolor);
}

body.single-post .post .image img {
    display: block;
}

@media screen and (max-width: 1000px) {
    body.single-post .post {
        flex-direction: column;
    }
}


body.blog .blogcontainer {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}

body.blog .blogcontainer .blog-post {
    background: #FFF;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    margin: 0 5px;
    transition: all .2s ease-in-out;
}

body.blog .blogcontainer .blog-post:hover {
    opacity: 0.9;
}

body.blog .blogcontainer .blog-post:not(:first-child) {
    margin-top: 15px;
}

body.blog .blogcontainer .blog-post a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #000;
}

body.blog .blogcontainer .blog-post:nth-child(even) a {
    flex-direction: row-reverse;
}

body.blog .blogcontainer .blog-post a .blog-image {
    flex: 0 0 20%;
    position: relative;
    width: 100%;
}

body.blog .blogcontainer .blog-post a .blog-image img {
    width: 100%;
    height: auto;
    display: block;
}

body.blog .blogcontainer .blog-post a .blog-image .date {
    position: absolute;
    top: 0;
    padding: 5px 14px;
    background: var(--maincolor);
    color: #fff;
}

body.blog .blogcontainer .blog-post:nth-child(even) a .blog-image .date {
    right: 0;
}

body.blog .blogcontainer .blog-post a .blog-content {
    flex: 1 0 80%;
    box-sizing: border-box;
    padding: 20px;
}

body.blog .blogcontainer .blog-post a .blog-content .title {
    color: var(--maincolor);
    margin: 0;
    padding: 10px 0;
}

body.blog .blogcontainer .blog-post a .blog-content .description p {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
}

@media screen and (max-width: 800px) {
    body.blog .blogcontainer .blog-post a {
        flex-direction: column !important;
    }

    body.blog .blogcontainer .blog-post a {
        align-items: flex-start;
    }
}

@media screen and (min-width: 800px) and (max-width: 1700px) {
    body.blog .blogcontainer .blog-post:nth-child(even) a .blog-image .date {
        left: 0;
        right: auto;
    }

    body.blog .blogcontainer {
        flex-wrap: wrap;
        flex-direction: row;
    }

    body.blog .blogcontainer .blog-post {
        /* because of the margin */
        flex: 0 0 calc(50% - 10px);
    }

    body.blog .blogcontainer .blog-post a {
        flex-direction: column;
        align-items: flex-start;
    }

    body.blog .blogcontainer .blog-post:nth-child(even) a {
        flex-direction: column;
    }

    body.blog .blogcontainer .blog-post:not(:first-child) {
        margin-top: 0;
    }

    body.blog .blogcontainer .blog-post {
        margin-bottom: 15px;
    }

}

body.page-id-507 .container .content iframe {
    height: -webkit-fill-available !important;
    display: block !important;
}

body.page-template-default .afspraak-maken {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: 2px solid var(--maincolor);
    padding-top: 20px;
}

body.page-template-default .afspraak-maken .description {
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: var(--maincolor);
    height: fit-content;
}

body.page-template-default .afspraak-maken .description a {
    color: #fff;
    font-weight: bold;
}

body.page-template-default .afspraak-maken .description a.button {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

body.page-template-default .afspraak-maken .description a:hover {
    text-decoration: underline;
}

body.page-template-default .afspraak-maken .description h2 {
    color: #fff;
    margin: 15px 0;
    margin-top: 0;
}

body.page-template-default .afspraak-maken .description h4,
body.page-template-default .afspraak-maken .description p {
    margin-top: 0;
}


body.page-template-default .afspraak-maken .description,
body.page-template-default .afspraak-maken .iframe {
    flex-basis: 100%;
}

body.page-template-default .content .col-list {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

@media screen and (max-width: 600px) {
    body.page-template-default .content .col-list.reverse {
        flex-direction: column;
    }
}


@media screen and (min-width: 800px) {
    body.page-template-default .content .col-list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    body.page-template-default  .col-list .col-text {
        flex: 0 0 70%;
    }

    body.page-template-default  .col-list .col-img {
        flex: 0 0 30%;
    }

    body.page-template-default .content  .col-list .col:nth-child(1) {
        flex: 0 0 70%;
    }

    body.page-template-default .content  .col-list .col:nth-child(2) {
        flex: 0 0 30%;
    }

    body.page-template-default .afspraak-maken {
        flex-direction: row;
        justify-content: space-between;

    }

    body.page-template-default .afspraak-maken .description {
        flex: 0 0 35%;
        margin-top: 10px;
    }

    body.page-template-default .afspraak-maken .iframe {
        flex: 0 0 60%;
    }
}

#instafeed {
    display: flex;
    flex-wrap: wrap;
}

#instafeed a {
    flex: 1 0 50%;
    position: relative;
    overflow: hidden;
    background:  #cabcbc;
}



#instafeed a:before {
    transition: all .5s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1000;
    left: 0;
    top: 0;
    opacity: 0;
-webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    -webkit-animation: animation 3.5s linear infinite;
    -moz-animation: animation 3.5s linear infinite;
    -ms-animation: animation 3.5s linear infinite;
    -o-animation: animation 3.5s linear infinite;
    animation: animation 3.5s linear infinite;
}

#instafeed a:after {
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
    background-image: url('/wp-content/themes/bravons/assets/images/instagram-logo-white.png');
    z-index: 1000;
    background-size: contain;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

#instafeed a:hover:before {
    opacity: 0.6;
}

#instafeed a:hover:after {
    opacity: 0.9;
}

#instafeed a img {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 700px) and (max-width: 1200px) {
    #instafeed a {
        flex: 1 0 25%;
    }

    #instafeed a:after {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width: 1200px) {
    #instafeed a {
        flex: 1 0 20%;
    }
}

body.page-template-default .faq-row {
    flex: 1 0 50%;
}

body.page-template-default .single-faq:last-child {
    border-bottom: none;
}

body.page-template-default .single-faq h3,
body.page-template-default .single-faq p {
    margin: 0;
}


body.page-template-default .single-faq {
    border-bottom: 1px solid #ccc;
}

body.page-template-default .faq-sib {
    cursor: pointer;
    /*padding: 14px;*/
    box-sizing: border-box;
    /*background: var(--maincolor);*/
    color: #000;
    display: flex;
    font-family: 'Merienda', cursive;
    justify-content: space-between;
    align-items: center;
}

body.page-template-default .vraag h3 {
    flex: 0 0 90%;
}

body.page-template-default .vraag i {
    float: right;
    font-size: 21px;
    align-self: flex-end;
    flex: 0 0 10%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--maincolor);
    padding: 10px;
}

body.page-template-default .vraag i.fa-minus-circle {
    display: none;
}

body.page-template-default .antwoord {
    display: none;
    color: #000;
    line-height: 30px;
    font-family: "Raleway", sans-serif;
    padding-bottom: 10px;
}

body.page-template-default .content hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(175, 175, 175, 0.75), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

body.page-template-default .content b,
body.page-template-default .content strong {
    color: var(--maincolor);
    font-weight: 600;
}

body.page-template-template-smoelenboek .team {
    margin: 60px 0;
    margin-top: 40px;
}

body.page-template-template-smoelenboek .team .team-list {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}

body.page-template-template-smoelenboek .team .team-list .team-member {
    position: relative;
    flex-basis: 30%;
}

body.page-template-template-smoelenboek .team .team-list .team-member:hover .name {
    z-index: 20;
}

body.page-template-template-smoelenboek .team .team-list .team-member:hover .image a img {
    transform: scale(1.05);
}


body.page-template-template-smoelenboek .team .team-list .team-member .name {
    color: #fff;
    background: var(--maincolor);
    padding: 10px;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
}

body.page-template-template-smoelenboek .team .team-list .team-member .image a img {
    transition: all .2s ease-in-out;
    display: block;
    width: 500px;
}

body.page-template-template-smoelenboek .team .team-list .team-member .image {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 800px) {
    body.page-template-template-smoelenboek .team .team-list {
        flex-direction: row;
        justify-content: space-between;
    }

    body.page-template-template-smoelenboek .team .team-list .team-member .name {
        font-size: 10px;
        padding: 5px;
    }

    body.page-template-template-smoelenboek .team .team-list .team-member {
        flex-basis: 45%;
        margin-bottom: 20px;
    }
}

div#afspraak-maken {
    position: fixed;
    bottom: 0;
    content: '';
    right: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.55) !important;
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.55) !important;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.55) !important;
    z-index: 99999;
    padding: 5px 0;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: space-between;
}

div#afspraak-maken .button {
    background: #fff;
    color: var(--maincolor) !important;
    font-size: 16px;
}

body.page-id-507 div#afspraak-maken {
    visibility: hidden;
}

@media screen and (min-width: 800px) {
    div#afspraak-maken {
        visibility: hidden;
    }
}

body.page-id-744 .team-row .team-member {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #dccdcd;
}

body.page-id-744 .team-row .team-member figure {
    flex: 0 0 20%;
}

body.page-id-744 .team-row .team-member figure img {
    margin: 0;
    display: block;
}

body.page-id-744 .team-row .team-member figure .name {
    margin: 0;
    margin-top: 10px;
}

body.page-id-744 .team-row .team-member .content {
    flex: 0 0 75%;
}


@media screen and (min-width: 700px) and (max-width: 1000px) {
    body.page-id-744 .team-row .team-member figure {
        flex: 0 0 40%;
    }

    body.page-id-744 .team-row .team-member .content {
        flex: 0 0 55%;
    }
}

@media screen and (max-width: 700px) {
    body.page-id-744 .team-row .team-member figure .name {
        text-align: left;
        margin-bottom: 10px;
    }

    body.page-id-744 .team-row .team-member figure {
        flex: 0 0 100%;
    }

    body.page-id-744 .team-row .team-member .content {
        flex: 0 0 100%;
    }
}

body.page-id-984 .button {
    display: table !important;
    margin-top: 20px;
}

body.page-id-984 .single-faq {
    border-bottom: 1px solid #ccc !important;
}

body.page-template-ligplaats-verhuur section#vrije-ligplaatsen {
    border-bottom: 1px solid #d8d8d8;
}

body.home section#videos {
    display: flex;
    flex-wrap: wrap;
}

body.home section#videos .video {
    display: grid;
    flex: 1 0 25%;
    position: relative;
}

body.home section#videos .video iframe {
    width: 100%;
    height: 355px;
}

body.home section#videos .fancybox-media {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

@media screen and (max-width: 850px) {

    body.home section#videos .video {
        flex: 1 0 100%;
    }

}

.single-vacatures .post{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    width: 100%;
}

.vacatureformulier input[type='text'], .vacatureformulier input[type='email']{
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

.vacatureformulier input[type='checkbox']{
    appearance: radio;
}

.vacatureformulier .gform_footer .button{
    font-size: 15px;
    font-weight: 400;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 10px 20px;
    display: inline-block !important;
    width: auto;
    background: var(--maincolor) !important;
    color: white !important;
    border-radius: 3px;
    cursor: pointer;
}

.vacatureformulier .ginput_container_checkbox label{
    display: flex!important;
    flex-wrap: wrap;
    gap: 5px;
}

.vacatureformulier{
    margin-top: 10px;
}

.vacatureformulier .ginput_container_checkbox .gchoice{
    display: flex;
    flex-wrap: wrap;
}

.single-vacatures .post .info{
    flex: 0 0 49%;
}
.single-vacatures .post .content{
    flex: 0 0 49%;
}

.single-vacatures .post .topbar{
    flex: 0 0 100%;
    background: var(--maincolor);
    padding: 5px 10px;
}

.single-vacatures .post .topbar a{
    color: white;
}