/*
Theme Name:     EWM Diner
Description:    This is a custom diner/cafe theme based on zwaanborkel
Author: Europe Web Media
Author URI: http://europewebmedia.nl/
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    ewmdiner
*/

@import url('https://fonts.googleapis.com/css?family=Spectral');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700,400italic|PT+Sans:400,400italic,700,700italic|PT+Serif:400,400italic,700,700italic|Montserrat:400,700');

@font-face {
    font-family: 'rembankregular';
    src: url('assets/fonts/rembank-webfont.woff2') format('woff2'), url('assets/fonts/rembank-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('assets/fonts/CenturyGothic.woff2') format('woff2'), url('assets/fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('assets/fonts/CenturyGothic-Bold.woff2') format('woff2'), url('assets/fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.wpcf7-list-item {
    display: block !important;
	margin-left:0px !important;
}

body {
    background: #000;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
    color: #fff;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

header, main, footer {
    /* background-color: #262626; */
}
/* Notificatio bar */

.notification-bar__wrapper{
    width:100%;
    box-shadow: 0px 0px 2px #bb2a37;
    text-shadow: 2px 1px #00040a;
    transition:0.5s;
    cursor:pointer;
    text-align:center;
    padding:40px 20%;
    font-family: 'Spectral', serif;
    font-weight: 300;
    font-size: 28px;
}
.notification-bar__wrapper p{
	margin:0px;
	line-height:1.5em
}

/* End Notificatio bar */
.topbar-wrapper {
    background-color: #000000;
    color: #bababa;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-bottom: 1px solid #0a0a0a;
    border-top: 1px solid #0a0a0a;
    font-size: 0.923em;
}
.top-bar {
    position: relative;
    padding: 0.5rem 0;
    overflow: hidden;
}
.topbar-content {
    font-weight: bold ;
    font-size: 12px ;
    float: right;
}
.topbar-content .fb-link {
    color: unset;
    padding: 2px 0;
}
.topbar-content .fb-link:hover {
    color: #fff;
}
.topbar-content span {
    align-self: center;
}
.topbar-content a {
    color: #f3c788;
    text-decoration: none;
}

.site-logo {
    display: none;
}
.site-header {
    top: 0;
    position: relative;
    z-index: 500;
    background-color: rgba(38,38,38,0.5);
}

.site-header.topbar-wrapper {
    filter: drop-shadow(1px 1px 1px #262626);
}

.logged-in .site-header-sticky-wrapper.sticky {
    top: 32px;
}

.site-header-sticky-wrapper {
    min-height: 65px;
}

.site-header-sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(38,38,38,0.8);
    filter: drop-shadow(1px 1px 1px #262626);
}

#header-menu {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 20px;
    padding: 0.5rem 0;
    text-align: center;
    float: none;
    /* display: table; */
    height: 100%;
    margin: 0 auto;
}
#header-menu a {
    color: #efefef;
    text-shadow: 2px 2px 4px rgb(0 0 0);
    font-family: 'Bookman Old Style',serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}

.banner-wrapper {
    margin: 0px auto;
    background: transparent;
    padding: 0px;
    height: 250px;
    /* position: absolute; */
    overflow: visible;
    width: 1905px;
    left: 0px;
}
.banner-content {
    -webkit-box-shadow: inset 0px 0px 250px 84px rgb(0 0 0);
    -moz-box-shadow: inset 0px 0px 250px 84px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 250px 84px rgb(0 0 0);
    background-repeat: no-repeat;
    background-image: url(https://www.zwaanborkel.com/wp-content/uploads/2020/01/buffet2.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}
.banner-content img {
    visibility: hidden;
}

.site-navigation .menu-item.dropdown:hover .dropdown-menu {
    display: block;
}
.site-navigation .menu-item.dropdown .dropdown-menu {
    background-color: #0a0000;
    border-color: #0a0000;
}
.site-navigation .dropdown-menu a:hover {
    color: #ffffff;
    background-color: #3a3a3a;
}
.site-navigation .menu-item-logo #site-logo {
    display: table;
    float: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#site-logo-inner {
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s linear;
}
.site-navigation .menu-item-logo #site-logo img {
    max-height: 50px !important;
    width: auto;
}

.navbar-toggler {
    padding: 0.8rem;
    border-color: rgba(0,0,0,.1);
    color: rgba(255,255,255,.55);
    background-color: rgba(255,255,255,.15);
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mobile-masthead  {
    position: relative;
    padding: 0.5rem 0;
}

#mobile-site-logo {
    vertical-align: middle;
    transition: all 0.3s linear;
}
.mobile-masthead  #mobile-site-logo img {
    max-height: 50px !important;
    width: auto;
}

.mobile-masthead .navbar-toggler {
    float: right;
    position: absolute;
    right: 0.4rem;
    top: 0.5rem;
    opacity: 1;
    z-index: 2;
    background: #a1223a;
    font-size: 20px;
    padding: 10px 12px
}

#mobile-menu, #mobile-menu ul {
    text-align: left;
    list-style-type: none;
    padding: 0;
    text-indent: 25px;
}
#mobile-menu ul {
    padding-left: 2rem;
}
#mobile-menu li {
    padding: 5px 0;

}
#mobile-menu a {
    color: #fff;
    text-decoration: none;
}
#mobile-menu a:hover {
    text-decoration: underline;
}
#mobile-menu > .menu-item:not(.menu-item-has-children):hover, #mobile-menu ul > .menu-item:hover {
    background-color: #3a3a3a80;
}


.bigmenu-title, .big-menu-item {
    text-align: center;
}
.big-menu-item-title {
    font-size: 20px;
    line-height: 2rem;
}
.big-menu-item-omschrijving {
    color: #909090;
}
.general-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.red-bell-btn {
    border-color: rgb(221, 51, 51);
    color: rgb(221, 51, 51);
    background-color: transparent;
    border-radius: 5px;
    font-size: 1rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.bigmenu-title, .big-menu-item {
    text-align: center;
}
.big-menu-item-title {
    font-size: 20px;
    line-height: 2rem;
}
.big-menu-item-omschrijving {
    color: #909090;
}
.general-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.red-bell-btn {
    border-color: rgb(221, 51, 51);
    color: rgb(221, 51, 51);
    background-color: transparent;
    border-radius: 5px;
    font-size: 1rem;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.post-card .gold a {
    text-decoration: none;
}

.jobs-list .post-card img {
    width: 100%;
    height: auto;
}
.jobs-list .post-card .h-gold a {
    color: #f1ca87;
    text-decoration: none;
}
.jobs-list .post-card .excerpt a {
    color: #fff;
    text-decoration: none;
}
.jobs-list .animated-yellow-btn {
    background-color: #a38054;
    color: white;
    text-decoration: none;
    position: relative;
    float: left;
    padding: 10px 20px;
    font-family: 'Bookman Old Style',serif;
    font-size: 14px;
}

.container .bx-wrapper {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    border: 5px solid transparent;
    background: transparent;
    box-shadow: none;
}

.tekst_groot{
    position: absolute;
    line-height:1em;
    top:160px;
    left:20px;
    color:white;
    font-size: 3.5rem;
    z-index:9999;
    text-shadow: 3px 1px 3px #000000;
    font-family: 'rembankregular';
    line-height:1.5em;
}
.tekst_klein{
    font-family: 'Bookman Old Style',serif;
    font-size:24px;
    text-transform:uppercase;
    line-height:1.1em;
}
.sliderbutton{
    position: absolute;
    line-height:1em;
    bottom:40px;
    left:20px;
    z-index:999999;
    background-color: #a1223a;
    font-size: 14px;
    padding: 14px 18px;
}
.sliderbutton:hover{
    background-color: #d12b4a;
}
a .sliderbutton{
    color:white;
    font-family: 'Bookman Old Style',serif;
    font-size:14px;
    text-transform:uppercase;
}
.extralogo{
    z-index:999999;
    position: absolute;
    -webkit-box-shadow: 5px 9px 26px -2px #000000;
    box-shadow: 5px 9px 26px -2px #000000;
    max-width: 50%;
}
.extralogo_lefttop{
    left:40px;
    top:20px;
}
.extralogo_leftbottom{
    left:40px;
    bottom:20px;
}
.extralogo_rightbottom{
    right:40px;
    bottom:20px;
}
.extralogo_righttop{
    right:40px;
    top:20px;
}
.overlay{
	pointer-events: none;
    position:relative;
    float:left;
    z-index:999;
    width:100%;
    height:100%;
}

.overlay.overlay_left{
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}
.overlay.overlay_right{
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}

.overlay.overlay_top{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}

.overlay.overlay_bottom{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}

.overlay.overlay_lefttop{
    background: rgb(0,0,0);
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}

.overlay.overlay_leftbottom{
    background: rgb(0,0,0);
    background: linear-gradient(45deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}

.overlay.overlay_righttop{
    background: rgb(0,0,0);
    background: linear-gradient(210deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}

.overlay.overlay_rightbottom{
    background: rgb(0,0,0);
    background: linear-gradient(315deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
}
.bx-wrapper .item {
    height: 650px;
    background-size:cover;
}
.bx-viewport {
    /* height: 65%!important; */
}
.bx-wrapper .bx-controls-direction a {
    text-align: center;
    background: none!important;
    width: 50px;
    height: 50px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
    left: -35px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "";
    border-left: 5px solid #ea76e6;
    border-top: 5px solid #ea76e6;
    width: 16px;
    height: 16px;
    margin: 3px 3px 0 0;
    position: absolute;
    left: 0;
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
    pointer-events: none;
    border-color: #f1ca87;
}
.bx-wrapper .bx-controls-direction a.bx-next {
    right: -35px;
}
.bx-wrapper .bx-controls-direction a.bx-next:after {
    content: "";
    border-right: 5px solid #ea76e6;
    border-bottom: 5px solid #ea76e6;
    width: 16px;
    height: 16px;
    margin: 3px 3px 0 0;
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
    pointer-events: none;
    border-color: #f1ca87;
}
.firstmenu, .centermenu, .lastmenu{
    background-color:#a38054;
    color:white;
    text-decoration:none;
    position:relative;
    float:left;
    padding:10px 20px;
    font-family: 'Bookman Old Style',serif;
    font-size: 14px;

}
.threemenus{
    position:relative;
    overflow:hidden;
    clear:both;
    margin-bottom:30px;
}


.firstmenu:hover, .centermenu:hover, .lastmenu:hover{
    background-color:#bca17e;

}
.firstmenu{
    width:32%;

}
.centermenu{
    margin-left:2%;
    width:32%;

    margin-right:2%;
}
.lastmenu{

    width:32%;
}
.left_container, .right_container{
    background-size:cover;
    background-position:center center;
    position:relative;
    float:left;
    /* width:47.5%; */
}
.left_container{
    margin-right:2.5%;
}
.right_container{
    margin-left:2.5%;
}
.bgimage{
/* margin-top:50px; */
}
.bgimage{
    border:3px solid #f5ca86;
    min-height: 320px;
}
.bigbgimage{
    border:3px solid #f5ca86;
    min-height: 550px;
}
.bigbgimage .sliderbutton{
    position: absolute;
    line-height:1em;
    bottom:40px;
    left:50%;
    transform: translate(-50%,-50%);
    z-index:999999;
    background-color: #a1223a;
    padding:14px 18px;
}
.right_container.bgimage{
    transform: rotate(1deg);
}
.left_container.bgimage{
    transform: rotate(-1deg);
}
.full_container{
    width:100%;
    background-size:cover;
    background-position:center center;
    position:relative;
}
.row {
    display: flex; /* equal height of the children */
}

.col {
    flex: 1; /* additionally, equal width */
    padding: 1em;
}
.col.bgimage{
    padding:0px;
}
.aligntextcenter{
    text-align: center;

}

.divider{
    position:relative;
    clear:both;
    overflow:hidden;
    margin-top:100px;
    margin-bottom:100px;
}
.pagetpl-home .divider {
    background: url(/wp-content/uploads/2017/07/divider-swan.png) no-repeat scroll center center;
}
.pagetpl-home .divider img {
    visibility: hidden;
}

.newsimage{
    width:100%;
    height:260px;
    background-size:cover;
    background-position: center center;
    border:3px solid #f5ca86;
}

.home-post-cards .post-card .card-header img {
    object-fit: contain;
    width: 95%;
    background: none;
}
.home-post-cards .h-gold a {
    color: #f1ca87;
    text-decoration: none;
}
.home-post-cards .excerpt a {
    color: #fff;
    text-decoration: none;
}


/* basic menu template */
.content-dark-bg {
    background-color: #3e3e3d;
}
.column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem;
}
.column-container .column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    /* margin-bottom: 40px; */
}
.column-inner {
    margin-bottom: 40px;
}

.h-white, .h-black, .h-gold {
    margin-bottom: 0px;
    margin-top: 30px;
    font-family: 'Spectral', serif;
    font-weight: 300;
    font-size: 32px;
    position: relative;
}

.gold {
    margin-top: 10px !important;
}

.gold a {
    color: #f1ca87;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: 'Spectral', serif;
    font-weight: 300;
    font-size: 28px;

}
.h-gold {
    color: #f1ca87;
    display: inline-block;
}
.h-gold:after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: -10px;
    height: 2px;
    width: 85%;
    border-bottom: 2px solid white;
}
.kempenbode-listing h5.h-gold a {
    font-size: 24px;
}
.kempenbode-listing .h-gold:after {
    border-bottom: unset;
    content: unset;
}
.kempenbode-listing .jobs-list .post-card img {
    width: 204px;
    height: 304px;
    object-fit: cover;
}
.normal-gold {
    color: #f1ca87;
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: 'Spectral', serif;
    font-weight: 300;
    font-size: 28px;
}
.normal-gold:before {
    content: "";
    position: absolute;
    left: 40%;
    bottom: -10px;
    height: 2px;
    width: 20%;
    border-bottom: 0px solid #313131;
}
clearfix::after, .clearfix::before {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
.clear-spacing {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    outline: 0;
}

.menu-section-title {
    margin: 1.5rem 0 0;
}
.menu-section-title p {
    margin-bottom: 0;
}

.primary-heading {
    margin: 1rem 0 2.5rem;
}
.primary-heading .column-inner {
    padding: 0;
}
.primary-heading h1 {
    margin-top: 2.5rem;
}
.normal-menu-item {
    border-bottom: 2px solid #f4c985;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 10px;
}
.normal-menu-item-title {
    font-family: 'Spectral', serif;
    font-weight: 300;
    font-size: 22px;
    float: left;
    color: white;
    line-height: 2.5rem;
}
.normal-menu-item-prijs {
    float: right;
    color: #f4c985;
    font-family: 'Spectral', serif;
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    margin-right: 4px;
}
.normal-menu-item-omschrijving {
    color: #909090;
    clear: both;
    font-size: 0.9rem;
    width: 95%;
}
.menu-item-image {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.menu-item-image .figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.menu-item-image .menu-item-image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.menu-item-image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.animated-yellow-btn {
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    background-color: #a38054;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1) inset;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%) inset;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    display: inline-block;
    color: #fff;
    padding: 0.5em 1em;
    font-family: inherit;
    font-size: .923em;
    font-weight: 400;
    margin: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    line-height: 1.65;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    -webkit-transition: 0.15s all ease;
    -moz-transition: 0.15s all ease;
    -ms-transition: 0.15s all ease;
    -o-transition: 0.15s all ease;
    transition: 0.15s all ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 2rem 0;
}
.animated-yellow-btn:hover {
    color: #fff;;
    background-color: #bca17e;
}

/* HOME */
.content-block-custfields h1,
.content-block-custfields h2 {
    margin-bottom: 1rem;
    margin-top: 10px;
    color: #f1ca87;
    display: inline-block;
    font-family: 'Spectral', serif;
    font-size: 28px;
    font-weight: 300;
}

/* FULLWIDTH PAGE */
/* .pagetpl-fullwidth .container .row {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto;
} */
.of-blok {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
    color: #f4c985;
    font-family: 'Spectral', serif !important;
    font-weight: 300 !Important;
    font-size: 18px !important;
    font-style: italic;
}


/* template menu 2 cols */
.pagetpl-2cols .page-content .col-md-4 img {
    width: 100%;
    object-fit: contain;
}
.pagetpl-contact .page-content img {
    /* width: auto;
    object-fit: contain;
    height: 100%; */
    width: 100%;
    height: auto;
}

.pagetpl-2cols .page-content .col-4 img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

/* CONTACT PAGE */
.pagetpl-contact h3 {
    font-family: 'Spectral', serif;
    font-weight: 300;
    font-size: 1.2rem;
    margin: 30px 0 20px;
}
.pagetpl-contact .page-content a {
    color: #f5ca86;
    text-decoration: none;
}
.pagetpl-contact .container .row.contact-content {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto;
}

.newsbrief-iframe {
    width: 100%;
    height: 780px;
}


/* SINGLE PAGE */
.single-post-wrapper .page-content .col-4 img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

/* VACATURES */
.vacature-form form input,
.vacature-form form textarea,
.vacature-form form select {
    margin: 0.5rem 0;
    border: 0;
    padding: 10px 20px;
    font-size: 14px;
}
.vacature-form p > label {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 16px;
    margin-top: 1rem;
}
.vacature-form .wpcf7-list-item.first {
    margin-left: 0;
}
.vacature-form input[type="submit"],
.vacature-form input[type="file"] {
    background-color: #a38054;
    color: white;
    text-decoration: none;
    position: relative;
    float: left;
    padding: 10px 20px;
    font-family: 'Bookman Old Style',serif;
    font-size: 15px;
}
.vacature-form .wpcf7-spinner {
    top: 1rem;
}

/* SINGLE PAGE */
.single-page-wrapper .bx-wrapper {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* KEMPEN MENU */
.pagetpl-kempen-menu .container.normalcontent .row {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 auto;
}
.kempen_klein {
    text-transform: none;
    font-size: 1.1rem;
}

/* NIPPERKE */
.pagetpl-nipperke .nipperke-featured-image-block {
    display: flex;
}
.pagetpl-nipperke .nipperke-featured-image-block img {
    width: auto;
    height: auto;
    display: inline-block;
    align-self: center;
    text-align: center;
}
.pagetpl-nipperke .content-block-custfields .bgimage {
    background-size: contain;
    background-repeat: no-repeat;
}

    /* MENU DOCS/PDFs */
.single-kempenbode-pdf  .single-post-content .wp-post-image {
    display: none;
}

/* FOOTER */
.site-footer {
    background: #262626;
    color: #777;
    padding: 45px 0;
}
.site-footer a,
.site-footer strong {
    color: #999;
    -webkit-transition: 0.15s all ease;
    -moz-transition: 0.15s all ease;
    -ms-transition: 0.15s all ease;
    -o-transition: 0.15s all ease;
    transition: 0.15s all ease;
    text-decoration: none;
}
.site-footer a:hover {
    color: #fff;
    text-decoration: none;
}
.site-footer .bottomlogo {
    cursor: pointer;
    opacity: 0.2;
    filter: alpha(opacity=20);
    width: 75%;
}
.site-footer .bottomlogo:hover {
    opacity: 1;
}
footer {
    margin-top: 90px;
    position: relative;
}
footer .footer {
    display: block;
    position: relative;
    z-index: 2;
    /* background: #f5ca86; */
    background: #a38054;
}
footer .footer .contact {
    padding: 90px 60px;
    color: #211515;
    position: relative;
    height: 688px;
    font-size: 1.2rem;
    line-height: 2.5rem;
}
footer .heading.line {
    line-height: 45px;
    font-size: 2.3rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Cardo',sans-serif;
}
footer .heading.line:after {
    display: block;
    margin-top: 17px;
    width: 70px;
    height: 1px;
    /* background: #f5ca86; */
    background: #a38054;
    content: '';
}
footer .footer .heading.line:after {
    background: #211515!important;
}
.heading.line.text-center:after {
    margin-left: auto;
    margin-right: auto;
}
footer .footer .contact .opening-hours {
    margin-top: 3rem;
    text-align: center;
}
footer .footer .contact .opening-hours .block {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 500px;
}
footer .footer .contact .opening-hours .block table {
    font-family: "PT Sans", sans-serif;
    width: 100%;
    text-align: justify;
    margin-left: 2rem;
    margin-right: 2rem;
}
.booking-link {
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    transition: background .2s ease-out;
    bottom: 40px;
    z-index: 999999;
    color: #211515;
    text-transform: uppercase;
    margin: 2.5rem auto;
    text-align: left;
}
.booking-link:hover {
    color: #211515;
}


/* Default mobile first */
@media (min-width: 576px) {
    .site-header:hover {
        background-color: rgba(38,38,38,0.8);
    }
    
}

@media (max-width: 768px) {
    footer .footer .contact {
        padding: 50px 10px;
    }

    footer .footer .contact .opening-hours .block table {
        margin: 0;
    }

    footer .footer .contact .opening-hours {
        overflow-x: auto;
    }
	.notification-bar__wrapper{

		padding:20px 2%;

		font-size: 20px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #header-menu a {
        line-height: 1.5rem;
    }

    .left_container, .right_container {
        width: 47.5%;
    }
}

@media screen and (max-width: 991.98px) {
    .container.normalcontent .left_container {
        margin-bottom: 1.5rem;
    }
    .container.normalcontent .left_container.bgimage {
        margin-bottom: 3rem;
    }

    .container.normalcontent .full_container.bigbgimage .tekst_groot {
        top: 80px;
    }
    .container.normalcontent .full_container.bigbgimage .sliderbutton {
        bottom: 0;
    }
    .post-card {
        margin-bottom: 2rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .tekst_groot {
        font-size:70px;
    }
    .sliderbutton {
        font-size: 18px;
        padding:20px 30px;
    }
    a .sliderbutton{
        font-size: 18px;
    }
    .bigbgimage .sliderbutton {
        padding:20px 30px;
    }

    .container.normalcontent .left_container {
        margin-bottom: unset;
    }
    .container.normalcontent .left_container.bgimage {
        margin-bottom: unset;
    }
    
}

@media (max-width: 1199.98px) {
    .post-card .gold {
        min-height: 4rem;
        margin-bottom: 1rem;
    }

    .page-id-2913 .page-content img.size-full {
        height: auto;
        width: 100%;
    }

    .wpcf7 label {
        margin-right: 1rem;
    }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .site-header:hover {
        background-color: rgba(38,38,38,0.5);
    }
    #header-menu a {
        line-height: 50px;
        padding: 0 10px;
    }

    .post-card .gold {
        min-height: unset;
        margin-bottom: 1rem;
    }

}

@media (min-width: 1400px) {
    #header-menu a {
        padding: 0 15px;
    }
}


