/* *******************************************
/* CSS Antwerp Concours
/********************************************

- Global css
- Hyperlinks
- Nav
- Dropdown menu
- Dropdown hover
- Buttons
- Font types
- Lay-out
- Countdown
- Typo
- Colors
- Header
- Banner
- Block menu
- Block nieuws
- Sidebar
- Footer */
/* *******************************************
/* Global css
/******************************************* */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Merriweather", Helvetica, Arial, "sans-serif";
}

strong {
    font-weight: bold;
}

::selection {
    background-color: #76E9EF;
}

.clearfix {
    clear: both;
}

em {
    font-style: normal;
    font-weight: bold !important;
    color: #39505f;
}

.underline {
    background: #F48326;
    width: 100px;
    height: 5px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

/* *******************************************
/* Hyperlinks
/******************************************* */
a {
    color: #F07F19;
    font-weight: 600;
}

a:hover {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

/* *******************************************
/* Contact Form
/******************************************* */
.wpcf7 input[type="submit"] {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: "andale", Helvetica, Arial, "sans-serif";
    color: #FFFFFF;
    font-size: 14px;
    background: #f07f19;
    padding: 10px 40px 10px 40px;
    border: solid #FFFFFF 2px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    transition-timing-function: ease-out;
    text-align: center;
    text-transform: lowercase;
}

.wpcf7 input:hover[type="submit"] {
    color: #FFFFFF;
    text-decoration: none;
    background: #000000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: solid #FFFFFF 2px;
    transition-timing-function: ease-in-out;
    padding: 10px 40px 10px 40px;
}

/* *******************************************
/* Nav
/******************************************* */
.navbar .icon {
    display: none;
}

.navbar .navbar-caption-wrap a:hover {
    color: #5f6163;
}

.navbar-caption-wrap {
    margin-right: 4%;
    line-height: 20px;
}

.navbar a {
    color: #000000;
    font-family: "Merriweather", Helvetica, Arial, "sans-serif";
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar a:hover {
    color: #39505f;
}

.navbar a:active {
    color: #666666 !important;
}

.navbar {
    border: none;
    border-radius: 0;
    background-image: none;
    text-transform: capitalize;
    position: relative;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar .logo-img {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 10;
}

.navbar small {
    font-size: 12px;
    text-transform: lowercase;
    color: #fff;
}

.navbar-sub {
    background-color: #dedbcd;
    position: relative;
}

.navbar-sub .navbar-nav > li > a {
    color: #fff;
}

.navbar-sub .navbar-nav > li > a:hover {
    background-color: #F2F2F2;
    color: #fff;
}

.navbar-nav li .dropdown-menu li a {
    line-height: 46px;
    height: 46px;
    min-width: 460px;
}

/* submenu link color on hover */
.navbar-nav li .dropdown-menu li a:hover {
    color: #39505f;
}

.navbar-nav a:hover {
    color: #39505f;

    /* border-bottom: 3px solid #39505f; */
}

.navbar li.active > a {
    color: #39505f;

    /* border-bottom: 3px solid #39505f; */
}

.nav-item {
    padding-right: 25px;
}

.nav-link:hover {
    color: #39505f;
}

.navbar-nav {
    /* text-align: center; */
    text-align: left;
}

.navbar-light .navbar-brand {
    width: 100%;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 0;
    font-size: 16px;
    line-height: inherit;
    white-space: nowrap;
}

.logo-beeld img {
    height: 110px;
    padding: 10px 0 10px;
}

.logo-header {
}

.menubar {
    width: 100%;
    background-color: #000000;
    height: 56px;
    padding: 8px 0px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #F48326;
}

.navbar-toggler {
    padding: .25rem .35rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: absolute;
    top: -15px;
    right: 7px;
}

a .menu-line {
    content: '';
    display: block;
    height: 5px;
    width: 30px;
    background-color: #C2C;
}

/* *******************************************
/* Dropdown menu
/******************************************* */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
}

.dropdown-item {
    /* this targets all sub menus */
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #FFFFFF;
    border: 1px solid #B5b5b5;
    padding: 0px 10px;
    font-family: "Open Sans";
}

/* *******************************************
/* Dropdown hover
/******************************************* */
.navbar-nav a:hover {
    color: #FFFFFF;
    border-bottom: 3px solid #F48326;
}

a.nav-link:active {
    color: #FFFFFF !important;
    border-bottom: 3px solid #F48326;
}

.dropdown-item .navbar-nav a:hover {
    color: #FFFFFF;
    border-bottom: 3px solid #F48326;
}

.dropdown-item {
    border-bottom: 1px solid #F2F2F2;
}

.dropdown-item:hover {
    border-bottom: 3px solid #F07F19;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #9C9C9C;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
}

.navbar-light .navbar-nav .nav-link:active {
    color: #F07F19;
}

.navbar-light .navbar-nav .nav-link {
    /* color: rgba(0,0,0, 1); */
    color: rgba(255, 255, 255, 1);
}

/* *******************************************
/* Buttons
/******************************************* */
.btn {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    color: #000000;
    font-size: 14px;
    background: #ffffff;
    padding: 10px 40px 10px 40px;
    border: solid #F48326 2px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    transition-timing-function: ease-out;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
}

.btn:hover {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: solid #F2F2F2 2px;
    transition-timing-function: ease-in-out;
    padding: 10px 45px 10px 45px;
}

.btn-rectangle {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    background: #FFFFFF;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #444444;
    margin: 10px 0px;
    width: 210px;
    display: inline-block;
}

.btn-rectangle:hover {
    background: #444444;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.btn-rectangle-fit {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    background: #FFFFFF;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #444444;
    margin: 10px 0px;
    display: inline-block;
}

.btn-rectangle-fit:hover {
    background: #444444;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.btn-blue {
    background-color: #39505f;
    border: 1px solid #39505f;
    color: #FFFFFF;
}

.btn-orange {
    background-color: #F07F19;
    border: 1px solid #F07F19;
    color: #FFFFFF;
}

.btn-grey {
    background-color: #383536;
    border: 1px solid #383536;
    color: #FFFFFF;
}

.button {
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    font-family: "dinbold", Helvetica, Arial, "sans-serif";
    color: #000000;
    font-size: 14px;
    background: #ffffff;
    padding: 10px 40px 10px 40px;
    border: solid #F48326 2px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    transition-timing-function: ease-out;
    text-align: center;
    text-transform: lowercase;
    white-space: nowrap;
}

.button:hover {
    color: #F48326;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: solid #000000 2px;
    transition-timing-function: ease-in-out;
    padding: 10px 45px 10px 45px;
}

/* Eventgoose.be shop button */
button.shop-trigger {
    font-size: 18px;
    color: #FFFFFF;
    background-color: #F07F19;
    border: 0px;
    padding: 10px 16px 10px 16px;
    border-radius: 10px;
}

button.shop-trigger:hover {
    font-size: 18px;
    color: #FFFFFF;
    background-color: #32373c;
    border: 0px;
}

/* *******************************************
/* Font types
/******************************************* */
/* *******************************************
/* Lay-out
/******************************************* */
.noPadding {
    padding: 0;
}

.padding-space-60 {
    padding-top: 60px;
}

.padding-space-60-bottom {
    padding-bottom: 60px;
}

.padding-space-30-top {
    padding-top: 30px;
}

.padding-space-30-bottom {
    padding-bottom: 30px;
}

.margin-space-30-bottom {
    margin-bottom: 30px;
}

.banner-O-patroon {
    height: 400px;
    background-color: #B5B5B6;
    background-image: url(../../images/Line-art-O-patroon.jpg);
    padding: 40px;
}

.inside {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    text-align: center;
}

.content {
    padding: 5%;
    display: inline-block;
}

.centered {
    text-align: center;
}

.pagetitle h1 {
    position: relative;
    top: -15px;
    min-width: 180px;
    display: inline;
    color: #FFFFFF;
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-weight: 800;
    font-size: 16px;
    padding: 8px 30px;
    background: #F07F19;
    text-transform: uppercase;
}

.page-line {
    position: relative;
    left: 0;
    top: 25px;
    border-top: 1px solid #B5B5B6;
    width: 100%;
    height: 50px;
}

.outline {
    border: 1px solid #B5B5B6;
}

.bg-cover {
    max-width: 100%;
    height: 220px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bg-cover img {
    min-width: 130%;
    max-height: 130%;
}

/* *******************************************
/* Verhalen
/******************************************* */
.bg-story {
    max-width: 100%;
    height: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("../../images/portret-anoniem.jpg");
}

.bg-story img {
    min-width: 100%;
    height: auto;
}

.blog-height-story {
    height: 140px;
}

.block-verhaal .blogblock:hover {
    transition: background-color 1s ease;
    background-color: #F07F19;
}

/* *******************************************
/* Countdown
/******************************************* */
.countdown-box {
    border: 1px solid #666666;
}

.countdown {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    text-transform: uppercase;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

.countdown > div {
    display: inline-block;
}

.countdown > div > span {
    display: block;
    text-align: center;
}

.countdown-container {
    margin: 0 10px;
    width: 100px;
}

.countdown-container .countdown-heading {
    font-size: 14px;
    margin: 0px;
    color: #666;
    background: #FFFFFF;
}

.countdown-container .countdown-value {
    font-size: 50px;

    /* background-color: #416591; */
    padding: 6px 15px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.countdown-container:nth-child(1) {
    background-color: #F07F19 !important;
}

.countdown-container:nth-child(2) {
    background-color: #416591 !important;
}

.countdown-container:nth-child(3) {
    background-color: #416591 !important;
}

.countdown-container:nth-child(4) {
    background-color: #416591 !important;
}

.fulldate {
    font-size: 18px;
}

/* *******************************************
/* Typo
/******************************************* */
H1 {
    font-family: "Merriweather", Helvetica, Arial, "sans-serif";
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

H2 {
    font-family: "Merriweather", Helvetica, Arial, "sans-serif";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 125%;
}

H3 {
    font-family: "Merriweather", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 125%;
    font-weight: 600;
    text-transform: uppercase;
    color: #F07F19;
}

H4 {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h4:after {
    background: none repeat scroll 0 0 #F07F19;
    bottom: -8px;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 60px;
    paddin-bottom: 7px;
}

H5 {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 125%;
}

H6 {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 125%;
}

h3 .title {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    color: #39505f;
}

.mark-red {
    background-color: #F07F19;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #F07F19;
    color: #FFFFFF;
}

.mark-blue {
    background-color: #000000;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #000000;
    color: #FFFFFF;
}

.mark-skyblue {
    background-color: #39505f;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #39505f;
    color: #FFFFFF;
}

.mark-white {
    background-color: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #000000;
}

.all-caps {
    text-transform: uppercase;
}

.end-line {
    border-bottom: solid 1px #F2F2F2;
}

/* *******************************************
/* Table
/******************************************* */
.wp-block-table {
    border: solid 1px #F2F2F2;
    font-size: 12px;
    width: 100%;
}

.wp-block-table td {
    border: solid 1px #F2F2F2;
    font-size: 12px;
    padding: 5px;
}

.wp-block-table tr:first-child td:first-child {
    background-color: aliceblue;
}

.wp-block-table tr:first-child td:first-child {
    background-color: aliceblue;
}

.wp-block-table tr:first-child td:last-child {
    background-color: #f1f1f1;
}

.wp-block-table tr:first-child td:first-child {
    background-color: #f1f1f1;
}

.wp-block-table td:nth-child(1) {
    background-color: #FFFFFF;
    width: 50%;
}

.wp-block-table td:nth-child(2) {
    background-color: #FFFFFF;
    width: 50%;
}

/* *******************************************
/* Colors
/******************************************* */
.color-red {
    color: #F07F19;
}

.color-blue {
    color: #39505f;
}

.color-beige-light {
    color: #EFEFE2;
}

.color-grey-light {
    color: #B5B5B6;
}

.color-skyblue {
    color: #39505f;
}

.color-white {
    color: #FFFFFF;
}

.color-black {
    color: #000000;
}

.bg-color-skyblue {
    background-color: #303538;
}

.bg-color-red {
    background-color: #F07F19;
}

.bg-color-blue {
    background-color: #39505f;
}

.bg-color-beige-light {
    background-color: #EFEFE2;
}

.bg-color-grey-light {
    background-color: #B5B5B6;
}

.bg-color-silver {
    background-color: #F2F2F2;
}

.bg-color-white {
    background-color: #FFFFFF;
}

/* *******************************************
/* Block-buster
/******************************************* */
.block-buster {
    display: block;
    min-height: 300px;
    max-width: 800px;
    max-height: 800px;
    overflow: hidden;
}

.bg-img {
    background-image: url("../../images/02-AntwerpConcours.jpg");
    background-size: cover;
}

.bg-img-one {
    background-image: url("../../images/02-AntwerpConcours.jpg");
    background-size: cover;
}

.bg-img-two {
    background-image: url("../../images/01-AntwerpConcours.jpg");
    background-size: cover;
}

.bg-img-three {
    background-image: url("../../images/08-AntwerpConcours.jpg.jpg");
    background-size: cover;
}

.bg-color-transparant {
    background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/02-AntwerpConcours.jpg");
}

.bg-color-transparant:hover {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
    background-image: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../../images/02-AntwerpConcours.jpg");
}

.bg-color-black {
    position: absolute;
    z-index: 2;
    background-color: #000000;
    top: 0;
}

/* *******************************************
/* Header
/******************************************* */
.topheader {
    background-color: #C2C;
    padding: 0;
}

.navbar-logo {
    padding-right: 10%;
    height: 7.4rem;
}

.navbar-logo img {
    padding: 0px;
    width: 360px;
    margin-top: 25px;
}

.site-description {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-size: 14px;
}

.logo-box {
    display: inline-block;
    vertical-align: text-top;
}

.socialbox {
    position: absolute;
    right: 5%;
    top: 30px;
    text-align: right;
}

.socialbox span {
    padding: 8px;
    font-size: 18px;
    margin-right: 20px;
    background-color: #000000;
    border-radius: 5px;
    color: #fff;
}

.socialbox span:hover {
    background-color: #666;
}

.socialbox-footer {
    position: relative;
}

.socialbox-footer span {
    padding: 6px;
    font-size: 16px;
    margin-right: 10px;
    background-color: #000000;
    border-radius: 5px;
    color: #fff;
}

.socialbox-footer span:hover {
    background-color: #666;
}

/* *******************************************
/* Banner
/******************************************* */
#banner {
}

.banner {
    position: relative;
    width: 100%;
    background: cover;
    background-repeat: no-repeat;
}

.overlayer-title {
    text-align: center;
}

.overlayer-title H1 {
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    position: absolute;
    width: 100%;
    top: 25%;
    font-size: 28px;
    line-height: 125%;
    color: #000000;
    text-align: center;
    z-index: 30;
}

.overlayer-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 20;
}

.overlayer-button {
    position: absolute;
    top: 50%;
    z-index: 40;
}

.overlayer-quote {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100%;
    padding-top: 5%;
}

.overlayer-color {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #595959;
    opacity: 0.6;
    z-index: 10;
    display: none;
}

.overlayer-shape {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 20;
}

.overlayer-button {
    position: absolute;
    top: 50%;
    z-index: 40;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.overlayer-pagetitle h1 {
    position: absolute;
    display: inline;
    z-index: 50;
    color: #FFFFFF;
    text-transform: uppercase;
    background: #F07F19;
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-weight: 800;
    font-size: 16px;
    padding: 8px 30px;
}

.banner-line {
    border-bottom: 1px solid #B5B5B6;
}

.banner-artist {
    padding: 25px;
    position: relative;
    left: 0;
    bottom: 64px;
    font-size: 9px;
    color: #B5B5B6;
    width: 100%;
}

.featured-image {
    position: relative;
    width: 100%;
    background: cover;
    background-repeat: no-repeat;
    max-height: 500px;
    overflow: hidden;
}

.carousel-item {
    min-height: 450px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bottom-indicators {
    position: absolute;
    background-color: #EFEFE2;
    height: 56px;
    z-index: 11;
    display: block;
    width: 100%;
    bottom: 0;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 6px;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #C1C1C1;
}

.carousel-indicators .active {
    background-color: #F07F19;
}

/* .carousel-indicators li:last-child {
    display: none;
} */
/* *******************************************
/* Banner type
/******************************************* */
.display-4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}

.lead {
    font-size: 16px;
    font-weight: 300;
}

.carousel-caption {
    left: 11%;
    padding-bottom: 50%;
    right: 11%;
    text-align: left;
    top: 2%;
}

/* *******************************************
/* Sidebar styling
/******************************************* */
.sidebar-topline {
    border-top: 3px solid #F07F19;
    display: block;
    width: 100%;
    height: 16px;
}

/* *******************************************
/* Block-menu
/******************************************* */
#block-menu {
}

.block-menu {
    width: 100%;
    height: 300px;
    padding: 4%;
    text-align: center;
}

.block-menu:hover {
    transition: background-color 1s ease;
    background-color: #000000;
}

.center-middle {
    padding: 100px 0;
}

.blackbox {
    /* background-color: #000000; */
    position: relative;
    z-index: 40;
    padding: 10px 20px 10px 20px;
    font-family: "Merriweather", Helvetica, Arial, "sans-serif";
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #FFFFFF;
    display: inline-block;

    /* -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.3); */
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
}

.whitebox {
    position: relative;
    z-index: 40;
    background-color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    font-family: "Open Sans", Helvetica, Arial, "sans-serif";
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    display: inline-block;

    /* -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.3); */
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
}

/* *******************************************
/* Block-news
/******************************************* */
#block-news {
}

.blog-message {
    text-align: center;
    width: 100%;
    min-height: 300px;
    background-color: #FFFFFF;
    line-height: 250%;
    font-size: 16px;
    margin: 3% 0;
}

.blog-height {
    height: 200px;
}

.blogblock {
    color: #FFFFFF;
    background-color: #39505f;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 120%;
    position: relative;
    z-index: 3;
}

.blogboost img {
    /* height: auto; */
    width: 100%;
}

.blogboost a {
    color: #000000;
    text-decoration: none;
}

.blogblock:hover {
    transition: background-color 1s ease;
    background-color: #000000;
}

.deco-block {
    border-top: 5px solid #F2F2F2;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* *******************************************
/* Footer
/******************************************* */
#footer {
}

.footer p {
    font-size: 14px;
    line-height: 115%;
}

/* *******************************************
/* Wordpress CSS overrule
/******************************************* */
.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
    color: #ffffff !important;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #ffffff !important;
    background-color: #4a4a4a;
}

.has-luminous-vivid-orange-background-color {
    background-color: #ff6900  !important;
}

.has-luminous-vivid-orange-background-color:hover {
    background-color: #32373c  !important;
    border: 1px solid #666666;
}

/* ********************************************
/*
/*
/* Responsive custom CSS
/*
/*
/******************************************** */
/* *******************************************
/* Hide desktop
/******************************************* */
.responsive {
    max-width: 100%;
    max-height: 100%;
}

.navbar.navbar-light.bg-lignt.navbar-expand-md .navbar-brand .navbar-brand {
}

/* *******************************************
/* Nav min
/******************************************* */
/* 1920 ****************************************** */
@media (min-width: 1920px) {
    .carousel-item {
        min-height: 720px;
    }
}

/* 1200 ****************************************** */
@media (max-width: 1200px) {
    .container {
        max-width: 1024px;
    }
}

/* 1000 ****************************************** */
@media (min-width: 1000px) {
    span .countdown_section {
        border-bottom: 2px solid #f48326;
        background-color: #fff !important;
    }

    .countdown_section {
        border: 1px solid #cecccc;
        margin: 0px;
    }

    .hasCountdown {
        width: 100% !important;
    }

    .countdown_section {
        display: block;
        float: left;
        font-size: 75%;
        text-align: center;
        margin: 3px 0px;
    }

    .countdown_amount {
        font-size: 200%;
    }
}

/* 999***************************************** */
@media (max-width: 999px) {
    span .countdown_section {
        border-bottom: 2px solid #f48326;
        background-color: #fff !important;
    }

    .countdown_section {
        border: 1px solid #cecccc;
        margin: 0px;
    }

    .hasCountdown {
        width: 100% !important;
    }

    .countdown_section {
        display: block;
        float: left;
        font-size: 60%;
        text-align: center;
        margin: 3px 0px;
    }

    .countdown_amount {
        font-size: 150%;
    }
}

/* 992 ****************************************** */
@media (max-width: 992px) {
    .container {
        max-width: 768px;
    }
}

/* 768 ****************************************** */
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .nav-link {
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        top: 25px;
    }
}

/* 768 ****************************************** */
@media (max-width: 768px) {
    .container {
        max-width: 640px;
    }

    .socialbox span {
        padding: 8px;
        font-size: 18px;
        margin-right: 20px;
        background-color: #000000;
        border-radius: 5px;
        color: #fff;
        display: none;
    }
}

/* 767 ****************************************** */
/* nav dorpdown submenu hover */
@media (min-width: 767px) {
    .dropdown-menu:hover .show {
        display: block;
    }

    .menu-item-has-children:hover .dropdown-menu {
        display: block;
    }
}

/* 767 ****************************************** */
@media screen and (min-width: 767px) {
    .topnav a:not(: first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    /* submenu positie */
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        top: 25px;
    }
}

/* 767 ****************************************** */
@media screen and (max-width: 767px) {
    .menubar {
        width: 100%;
        background-color: #000;
        height: auto;
        padding: 30px 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 1);
        border: 0px solid #F2F2F2;
        border-left: 6px solid #000;
        padding-left: 10px;

        /* width: 270px; */
    }

    .navbar-nav .nav-link:hover {
        color: #39505f;
        border-left: 6px solid #F48326;
    }

    .navbar-nav a:hover {
        color: #39505f;
        border: 1px solid #F2F2F2;
    }

    .navbar-nav li .dropdown-menu li a {
        line-height: 42px;
        height: 42px;
        text-align: left;
        font-weight: 200;
        color: #fff;
        padding-left: 30px;
        font-size: 14px;
    }

    .socialbox {
        position: absolute;
        right: 5%;
        top: 30px;
        text-align: right;
        display: none;
    }

    .socialbox span {
        padding: 6px;
        font-size: 16px;
        margin-right: 8px;
        background-color: #000000;
        border-radius: 5px;
        color: #fff;
    }

    .nav-item {
        margin-right: 0px;
        background-color: rgba(0, 0, 0, 1);
        margin-left: 4px;
    }

    .navbar li.active > a {
        border: 1px solid #F2F2F2;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: #212529;
        border: 1px solid #000000;
        padding: 2px 10px;
    }

    .dropdown-item {
        border-bottom: 1px solid #000000;
    }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(255, 255, 255, 0.9);
        border-bottom: 0px solid #F48326;
    }

    .carousel-item {
        min-height: 400px;
    }
}

/* 576 ****************************************** */
@media (max-width: 576px) {
    .container {
        max-width: 480px;
        font-size: 80%;
    }

    .footer p {
        font-size: 90%;
        line-height: 115%;
        text-align: center;
    }

    .mb-footer-centered {
        text-align: center;
    }

    .marker-box h6 {
        font-size: 80%;
    }

    .pagetitle h1 {
        font-size: 80%;
    }

    .navbar-caption-wrap {
        font-size: 80%;
    }

    .navbar {
        margin: 0px 0px;
    }

    .fulldate {
        font-size: 12px;
    }

    .time-title {
        font-size: 24px;
    }

    .carousel-item {
        min-height: 300px;
    }

    .navbar-logo {
        height: 20px;
    }

    .navbar-logo img {
        width: 320px;
    }

    .navbar-nav li .dropdown-menu li a {
        line-height: 42px;
        height: 42px;
        text-align: left;
        font-weight: 200;
        color: #fff;
        padding-left: 30px;
        font-size: 8px;
    }
}

/* 482 - 769 ****************************************** */
@media screen and (min-width:482px) and (max-width:769px){
    .logo-beeld img {
        height: 110px;
        padding: 10px 0 10px;
        display: none;
    }

    .navbar-toggler {
        padding: .25rem .35rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .navbar-logo img {
        padding: 15px 0;
        width: 100%;
        margin-top: 5px;
    }

    .navbar a {
        color: #000000;
        font-family: "Merriweather", Helvetica, Arial, "sans-serif";
        font-weight: 400;
        text-transform: uppercase;
        font-size: 10px;
    }
}

/* 481 ****************************************** */
@media screen and (max-width: 481px) {
    .mobile-show {
        display: inline !important;
    }

    .desktop-show {
        display: none !important;
    }

    .logo-beeld img {
        height: 20px;
    }

    .navbar-toggler {
        padding: .15rem .30rem;
        font-size: 1rem;
        top: -10px;
        right: 10px;
    }

    .navbar-logo img {
        padding: 10px 0;
        width: 300px;
        margin-top: -10px;
    }

    H1 {
        font-family: "Merriweather", Helvetica, Arial, "sans-serif";
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    H2 {
        font-family: "Merriweather", Helvetica, Arial, "sans-serif";
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 125%;
    }

    H3 {
        font-family: "Merriweather", Helvetica, Arial, "sans-serif";
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 125%;
        font-weight: 600;
        text-transform: uppercase;
        color: #F07F19;
    }

    H4 {
        font-family: "Open Sans", Helvetica, Arial, "sans-serif";
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 125%;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .nav-item {
        /* margin-right: 5%; */
    }

    .menubar {
        width: 100%;
        background-color: #000;
        height: auto;
        padding: 10px 0px;
    }

    .navbar-nav li .dropdown-menu li a {
        line-height: 46px;
        height: 46px;
        min-width: 100%;
    }
}

/* 480 ****************************************** */
@media screen and (min-width: 480px) {
    .mobile-show {
        display: none !important;
    }

    .desktop-show {
        display: inline !important;
    }
}

/* 320 ****************************************** */
@media (max-width: 320px) {
    .navbar-logo img {
        width: 220px;
    }

    .navbar-nav li .dropdown-menu li a {
        line-height: 42px;
        height: 42px;
        padding-left: 15px;
        font-size: 8px;
    }

    .wpcf7-form-control-wrap input {
        width: 100%;
    }

    .wpcf7-form-control-wrap textarea {
        width: 100%;
    }
}

/* ****************************************** */
a.countdown_infolink {
    display: block;
    border-radius: 10px;
    width: 14px;
    height: 13px;
    float: right;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: center;
    position: relative;
    top: -15px;
    border: 1px solid;
    display: none !important;
}

.widget shailan_CountdownWidget {
    width: 100%;
}
