@import url('bootstrap.min.css');
@import url('fontawesome.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap');

html { scroll-behavior: smooth; }


/* ==========================================================================
 * Global
========================================================================== */

html { height: 100%; scroll-behavior: smooth; }
body {
    font-size: 1.1rem;
    line-height: 29px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: #b18200; text-decoration: none }
a:hover, a:focus, .nav-top a:hover { color: #bf9f4b !important; text-decoration: none; transition: 0.2s; }


h1 {
    font-weight: 700;
    font-size: 4.125rem;
    margin: 60px 0 30px;
    text-transform: uppercase;
}
h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 31px;
}
h3 { font-weight: 700; text-transform: uppercase; font-size: 31px; }
h4 {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h5 { font-weight: 700; }

strong { font-weight: 700; }

.mobile { display: none; }

.bg-grey { background: #efefef; border-radius: 15px; }
.bg-gold { background: #b18200; color: #fff; }

.rounded { border-top-left-radius: 30px !important; border-bottom-left-radius: 30px !important; }


/* ==========================================================================
 * Header
========================================================================== */

.navbar-brand img { width: 110px; margin-right: 10px; }

.navbar {
    z-index: 99999;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 0;
}

.nav-link {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar a:hover,
.dropdown-item.active,
.dropdown-item:active,
.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link { color: #000; background: none; }

#menu-menu .nav-link { padding: 10px 15px; }

.dropdown-menu, .navbar-collapse {
    border: 0;
    padding: 0;
    min-width: 250px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    left: 0;
}
.dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu {
    padding-top: 18px;
    background: #fff;
    padding: 15px 0 0;
    text-transform: uppercase;
    box-shadow: 0px 19px 3px 0 #c7c7c7;
}
.dropdown-menu li:hover { color: #bf9f4b !important; }
.dropdown-item, .dropdown-item.active { color: #000; font-weight: 700; border-bottom: 1px solid #ebebeb; }
.navbar-expand-md .navbar-nav .dropdown-menu { min-width: 250px; padding: 0; }
.navbar a:hover, .dropdown-item.active, .dropdown-item:active, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link { color: #000; }


/* ==========================================================================
 * Head
========================================================================== */

.page-head { width: 100%; position: relative; overflow: hidden; }
.page-head img { width: 100%; margin-top: 180px;  }
.page-head .container { position: relative; z-index: 9; }

.page-head h1 { margin-top: 30vh; }

.layer { 
    background-color: #000; 
    height: 90vh;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: .2;
}


/* ==========================================================================
 * Buttons
========================================================================== */

.btn, .wp-block-button__link, .frm_button_submit {
    padding: 5px 20px !important;
    text-transform: uppercase;
    transition: 0.6s;
    font-size: .9rem !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
}
.btn:hover { transition: 0.6s; }
.btn-primary, .frm_button_submit { color: #fff; background: #b18200 !important; border: 0 !important; }
.btn-primary:hover { background: #fff; color: #b18200; }
.wp-block-button__link { padding: 5px 0 !important; }
.btn-default, .wp-block-button__link {
    border: 1px solid #b18200;
    color: #b18200;
    font-size: 15px;
    background: transparent;
}
.btn-default:hover, .wp-block-button__link:hover { border-color: #2a3951; color: #2a3951 !important;  }
.btn-primary:after, .btn-default:after, .wp-block-button__link:after { font-family: 'Font Awesome 6 Free'; content: '\f061'; margin-left: 60px; }
.btn-primary:hover:after, .btn-default:hover:after, .wp-block-button__link:hover:after { margin-left: 70px; transition: 1s; }


/* ==========================================================================
 * Main
========================================================================== */

.wp-image img { width: 100%; -o-object-fit: cover; object-fit: cover; }

.item { margin-bottom: 30px; overflow: hidden; color: #000; position: relative; }
.item img {
    width: 100%;
    height: 250px;
    display: inline-block;
    object-fit: contain;
}
.item h3 {
    margin-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item .item-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.item-prijs { 
    position: absolute;
    border-radius: 100%;
    background: #b18200;
    color: #fff;
    font-weight: 700;
    right: 0;
    padding: 17px 5px;
}


/* Posts */

.img-box.right {
    left: 0;
    width: calc(50vw - 0px);
    overflow: hidden;
    top: -70px;
    bottom: -70px;
}

.img-box.left {
    position: absolute;
    left: 0;
    width: calc(50vw - 0px);
    overflow: hidden;
}

.img-box.right img { -o-object-fit: cover; object-fit: cover; }

.img-box.left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 30vh;
}

.wijn { max-height: 500px; margin-top: 90px; }
.wijn-info { list-style: none; margin: 30px 0 0; padding: 0; }
.wijn-info .col-lg-9 { padding: 10px 0; }
.wijn-info span { display: inline-block; padding: 5px; }
.wijn-info p { display: inline-block;  }
.wijn-info img { width: 40px; object-fit: contain; margin-right: 15px; }

.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow, .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 95% !important;
}


/* ==========================================================================
 * Blocks
========================================================================== */

.block { padding: 90px 0; }
.block-footer img { border-radius: 30px; width: 100%;  }


/* ==========================================================================
 * Forms
========================================================================== */

.form-control { padding: 15px; margin-bottom: 15px; border-radius: 0; }


/* ==========================================================================
 * Footer
========================================================================== */

footer a:hover { color: #2a3951 !important; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer h2 { 
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.copyright { font-size: 13px; padding: 15px; }


/* ==========================================================================
 * Responsive
========================================================================== */

@media screen and (min-width: 1023px) {
    .navbar-toggler { display: none; }
}

@media screen and (max-width: 720px) {
    .page-head, .layer { height: 100vh; padding-bottom: 0; }
    .page-head h1 { font-size: 31px !important; margin-top: 10vh; }

    h1 { font-size: 38px; overflow: hidden; }

    .block { padding: 30px 0; }
    
    .btn-primary { margin-bottom: 15px; }

    .wijn { max-height: 250px; margin-top: 90px; }
    .item img { height: 110px; }
    .item-prijs { margin-left: 100px; padding: 15px 5px; }

    .navbar { height: 82px; }
    .navbar-brand img { width: 60px; }
    .navbar-contact { margin-left: 0; }
    .breadcrumb { font-size: 14px; }

    .img-box.right img { height: 300px; margin: 30px 0; }
    .img-box.left { display: none; }

    .box-right { padding: 30px 15px; }

    .btn-more { bottom: auto; margin-left: -12px; }

    .item { padding: 15px; background: #fff; }
    .navbar-collapse { display: block; position: fixed; padding: 0 15px 15px 0; top: 82px; background: #fff; width: 100%; }
    
    .item h3 { min-height: auto; }
    
    .img-box.left, .img-box.right { width: 100%; height: auto; }
    .img-box.left img { margin: 0; }
    .img-box.right h1 { color: #fff; }
}
