/*
Theme Name: Hunebed Media
Theme URI: https://hunebedmedia.nl
Description: Thema ontwikkeld door Hunebed Media
Version: 1.0
Author: Hunebed Media
Author URI: https://hunebedmedia.nl
*/

@import url('style/font-awesome/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&family=Roboto:wght@100;300;400;500;700&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    word-wrap: break-word;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #C80000;
}
::selection {
    color: #fff;
    background: #C80000;
}

.text-right{
    text-align: right;
}

h1{
    font-size: 24px;
    color: #C80000;
    text-transform: uppercase;
}

h2{
    font-size: 24px;
    color: #C80000;
    text-transform: uppercase;
}

a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #C80000;
}

.container{
    max-width: 1480px;
}

#logo{
    width: 300px;
}

/* top bar */
#top-bar{
    line-height: 50px;
    text-align: right;
    z-index: 4;
}

#top-bar i{
    color: #C80000;
    margin-right: 3px;
    margin-left: 20px;
}

#top-bar a{
    color: #000000;
    font-weight: 300;
    text-transform: none;
}

#top-bar a:hover{
    color: #C80000;
}

/* menu */
#menu-bar{
    height: 120px;
    border-bottom: 8px solid #C80000;
    position: sticky;
    top: 0;
    line-height: 112px;
    background-color: #EEEEEE;
    z-index: 3;
}

#menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li{
    display: inline;
    margin-right: 20px;
    position: relative;
    line-height: 112px;
}

#menu li a{
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding: 50px 0px;
}

#menu ul ul {
    display: none;
}
#menu ul li:hover > ul {
    display: block;
}
#menu ul ul {
    display: none;
    position: absolute;
    top: 50px;
    line-height: 50px;
    left: 0;
    z-index: 99999;
    min-width: 180px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

#menu ul ul .current_page_item a, #menu ul ul li a:hover {
    padding-bottom: 0px;
    border-bottom: none;
}
#menu ul ul li{
    margin: 0px !important;
    line-height: 50px;
}
#menu ul ul li a{
    margin: 0px !important;
    padding: 0px !important;
}
#menu ul ul:nth-child(odd) {
    background-color: #eee;
}

#nav ul li a:hover {
    padding-bottom: 10px;
    border-bottom: 3px solid #C80000;
    transition: all 0.2s ease;
}
.current_page_item a{
    color: #C80000 !important;
}

.current_page_item .sub-menu a{
    color: #000000 !important;
}

/* mobile menu */
.mobile-menu{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); 
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
    padding-bottom: 50px;
}
#mobile-logo{
    margin-left: 20px;
    width: 220px;
}
#mobile-menu-close{
    position: absolute;
    line-height: 50px;
    right: 20px;
    font-size: 35px;
    color: #C80000;
    margin-top: 30px;
}
.mobile-menu #nav{
    border-top: 8px solid #C80000;
}
.mobile-menu ul{
    list-style: none;
    padding: 0;
    line-height: 74px;
    margin-bottom: 0;
}
.mobile-menu ul a{
    font-size: 20px;
    margin-left: 20px;
    color: #000000;
}
.mobile-menu .sub-menu{
    display: block;
    position: unset;
    background-color: #eee;
}
.mobile-menu .sub-menu a::before {
    content: "- ";
}
.mobile-menu #phone-button{
    padding: 14px 30px;
    font-size: 22px;
    margin-top: 0px;
    margin-left: 20px;
    background-color: #C80000;
    color: #fff;
    font-weight: 800;
}
#mobile-menu-button{
    display: none;
    font-size: 35px;
    color: #C80000;
    line-height: 112px;
}

#menu-btn{
    margin-top: 27px;
    background-color: #C80000;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 16px 13px;
    font-weight: 600;
}

#menu-btn:hover{
    background-color: #1D1D1B;
}

/* slider */
#slider-header{
    height: 640px;
    padding: 0;
}
.slider-image{
    height: 640px;
}
.owl-stage-outer{
    width: 100%;
}
.slider-content, .slider-content h2, .slider-text{
    display: none;
}

/* home card */
.home-card{
    background-color: #EEEEEE;
    height: 100%;
    z-index: 1;
    border-radius: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    margin-top: -100px;
    margin-bottom: 50px;
}

.content {
    padding: 50px 45px;
}
.content h1, .content h2 {
    margin-bottom: 20px;
}
.content a{
    text-decoration: none;
    background-color: #C80000;
    color: #fff;
    border-radius: 4px;
}
.content a:hover{
    background-color: #1D1D1B;
    transition: all 0.2s ease;
}

.content a:after {
    content: '\f054';
    font-family: FontAwesome;
    margin-left: 10px;
}
.content .wp-block-columns{
    margin-bottom: 0;
}

#content-lower-left{
    min-height: 360px;
    padding: 0;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

#content-lower-right{
    min-height: 360px;
}

#footer{ 
    background-color: #C80000;
    color: #fff;;
    margin-top: 50px;
}

#footer a{
    color: #fff;
}

#footer .current_page_item a{
    color: #FFF !important;
}

#arrow-up{
    font-size: 25px;
}
#arrow-up:hover{
    font-size: 30px;
    color: #1D1D1B;
    transition: all 0.2s ease;
    margin-top: -5px;
    cursor: pointer;
}

#footer i{
    margin-right: 3px;
    margin-left: 20px;
}

#footer ul{
    list-style-type: none;
    display: table;
    margin: 0;
    padding-left: 0;
}

#footer ul li{
    display: inline;
    margin-right: 20px;
}

#footer ul li a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

#footer #nav ul li a:hover {
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    transition: all 0.2s ease;
}

#footer .row{
    padding-top: 25px;
    padding-bottom: 20px;
}

#sub-footer{
    background-color: #1D1D1B;
    min-height: 76px;
    color: #FFFFFF;
    line-height: 76px;
}

#sub-footer p{
    margin-bottom: 0;;
}

#credits img{
    width: 150px;
}

@media screen and (max-width: 1020px) {
    #logo{
        width: 220px;
    }
    .slider-content .wp-block-button a{
        width: auto;
        min-width: 0;
    }
}
@media screen and (max-width: 768px) {
    #mobile-menu-button{
        display: block;
    }
    #sub-footer{
        line-height: 50px;
    }
    .text-right{
        text-align: left;
        margin-top: 20px;
    }
    #footer i:first-child{
        margin-left: 0px;
    }
}

div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-buttonP{
    background-color: #C80000 !important;
    color: #FFFFFF !important;
    border-radius: 7px;
}