@import url('bootstrap.min.css');
@import url('fontawesome.css');

@font-face {
    font-family: 'Coluna';
    src: url('../fonts/Coluna-CondensedBold.eot');
    src: url('../fonts/Coluna-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Coluna-CondensedBold.woff2') format('woff2'),
        url('../fonts/Coluna-CondensedBold.woff') format('woff'),
        url('../fonts/Coluna-CondensedBold.ttf') format('truetype'),
        url('../fonts/Coluna-CondensedBold.svg#Coluna-CondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BorisBlackBloxx';
    src: url('../fonts/BorisBlackBloxx.eot');
    src: url('../fonts/BorisBlackBloxx.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BorisBlackBloxx.woff2') format('woff2'),
        url('../fonts/BorisBlackBloxx.woff') format('woff'),
        url('../fonts/BorisBlackBloxx.ttf') format('truetype'),
        url('../fonts/BorisBlackBloxx.svg#BorisBlackBloxx') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spartan Regular';
    font-style: normal;
    font-display: swap;
    src: local('Spartan Regular'), url('../fonts/Spartan-Regular.woff') format('woff');
}


@font-face {
    font-family: 'Spartan Medium';
    font-style: normal;
    font-display: swap;
    src: local('Spartan Medium'), url('../fonts/Spartan-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Spartan Bold';
    font-style: normal;
    font-display: swap;
    src: local('Spartan Bold'), url('../fonts/Spartan-Bold.woff') format('woff');
}


body {
    font-size: 15px;
    font-family: 'Spartan Regular', sans-serif;
    line-height: 19px;
    font-weight: 100;
    color: #682778;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
    font-family: 'Spartan Regular', sans-serif;
    font-size: 48px;
    margin: 180px 0 15px;
    font-weight: 700;
    text-transform: uppercase;
}
h2,
h3 {
    font-family: 'Spartan Regular', sans-serif;
    font-weight: 700 !important;
    font-size: 31px !important;
    margin-bottom: 15px !important;
    color: #682778;
    letter-spacing: 1px;
}
h4 { font-size: 21px; font-family: 'Spartan Regular', sans-serif; font-weight: 700; color: #682778; }

p { line-height: 28px; }
a { color: #ff66c4; }
a:hover { text-decoration: none; }

.bg-blue { background: #682778; }
.bg-light-blue { background: #ff66c4; }
.bg-white { background: #fff; }

.cl-light-blue { color: #ff66c4; }

.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mb-15 { margin-bottom: 15px; }
.p-30 { padding: 30px; }
.pr-230 { padding-right: 230px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }

.rounded { border-radius: 30px !important; }
.shadow { box-shadow: 8px 7px 18px 0 rgb(0 0 0 / 17%); }

strong { font-weight: 700; }
iframe { border-radius: 15px; }

.col-lg-5 { flex: 0 0 auto; width: 19.66666667%; }

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

.page-head { background: #682778; padding: 180px 0 90px; color: #fff; }

.page-head .col-lg-8 { background: url(../images/dog-verhuis.png) no-repeat right -186px bottom 0; background-size: 690px; }


/* Navigatie */

.banner {
    z-index: 10000;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background: #682778;
}
.navbar-brand { width: 230px; margin-top: 15px; position: absolute; }
.navbar-brand img { width: 230px; }
.navbar li { margin: 0 10px; position: relative; }
.navbar a { color: #fff !important; font-weight: 700; }
.navbar a:hover { opacity: .6; }

.navbar .dropdown-item:hover { background: none; }
.navbar .dropdown-toggle:after { display: none; }
.navbar .dropdown-toggle:hover .show > .dropdown-menu { display: block !important; }
.navbar .dropdown-menu {
    background: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    box-shadow: 0 0 0 2px #fff, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-menu li { width: 100%; display: inline-block; }
.navbar .dropdown-menu li:last-child a { border: 0; }
.navbar .dropdown-menu a {
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 0;
    width: 100%;
    display: block;
}

.dropdown:hover > .dropdown-menu { display: block; }


/* ==========================================================================
 * Assets
========================================================================== */

.btn,
.wp-block-button__link,
.search-form .search-submit,
.frm_button_submit {
    font-size: 11px !important;
    border-radius: 30px !important;
    padding: 10px 30px 7px !important;
    letter-spacing: 1px;
    display: inline-block;
    font-family: 'Spartan bold', sans-serif;
    font-weight: 700 !important;
    color: #fff;
    border: 0 !important;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: left;
}

.btn-primary,
.wp-block-button__link,
.frm_button_submit {
    background: #ff66c4 !important;
    color: #fff !important;
}

.wp-block-button__link:after, .btn-primary:after, .frm_button_submit:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 25px;
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
}
.btn-primary:hover, .frm_button_submit:hover, .wp-block-button__link:hover { background: #682778 !important; color: #fff !important; }

.frm_button_submit { padding: 10px 30px !important; width: 100% !important; }

.btn-default,
.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
    background: #682778;
    color: #fff !important;
}

input { border-radius: 30px !important; }

.btn-default:hover { background: #1a3155; color: #fff; }

.frm_style_formidable-stijlen.with_frm_style .frm_submit button { margin: 0; }
.frm_style_formidable-stijlen.with_frm_style .form-field { margin-bottom: 10px; }

.content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 28px;
}
.content ul li { padding-left: 35px; margin-bottom: 10px; }
.content li:before {
    font-family: FontAwesome;
    content: "\f054";
    margin: 0 12px 0 -30px;
    font-size: 12px;
    background: #ff66c4;
    color: #fff;
    border-radius: 30px;
    padding: 2px 5px 
}

.main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation li:before, .navigation .nav-links { display: none; }


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

.block { padding: 90px 0; }
.block-blue-bg { color: #fff; background: #ff66c4 url(../images/dog-verven.png) no-repeat left -30vh bottom 0; }
.block-blue-bg h2 { color: #fff; }
.block-blue-bg li:before { background: #682778; }

.block-partners-overzicht .wp-block-image { padding: 15px; }
.block-partners-overzicht .wp-block-image img {
    object-fit: contain;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 8px 7px 18px 0 rgb(0 0 0 / 17%);
}
.wp-block-gallery.has-nested-images figure.wp-block-image img { height: 170px !important; }
.block-partners img {
    object-fit: contain;
    width: 100%;
    max-height: 75px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 8px 7px 18px 0 rgb(0 0 0 / 17%);
}

.block-news { background: url(../images/dog-verhuis-links.png) right -40% bottom 0 no-repeat; background-size: 800px; }

/* Items */

.item, .item-row, .item-news {
    transition: transform .15s;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.item-row:hover { outline: 3px dashed #3d8b61; }
.item p { color: #000; }
.item .item-content { padding: 20px 20px 30px 0; }
.item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px !important;
    height: 50px;
}
.item:hover, .item-sport:hover { transform: scale(.95); }

.item-news-image {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

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

footer { padding: 90px 0; }
footer a { color: #000; }
footer .logo { float: left; margin-top: 15px; }
footer .logo img { width: 150px; }
footer .logo a:last-child img { width: 100px; margin-left: 30px; }
footer .copyright {
    font-size: 12px;
    margin-top: 30px;
    color: #000;
    padding-top: 15px;
}
footer ul { 
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 15px;
}
footer ul a { text-decoration: none; }
footer ul li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 15px;
    font-weight: 700;
}
footer ul li li {
    display: block;
    text-align: left;
    margin-left: 0;
    font-weight: 300;
}

.wp-block-media-text .wp-block-media-text__content { padding: 0 60px 0 0; }
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: 100%;
}


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

@media (min-width: 1200px) {
    .container { width: 1140px; max-width: 100%; }
}

@media screen and (min-width: 1020px) {
    .navbar-toggler { display: none; }
    .navbar-nav { display: block; float: right; }
    .navbar-nav li { display: inline-block; }

    .collapse { display: block !important; margin-top: 13px; }
}
.page-head h1 { margin-top: 0 !important; }

@media screen and (max-width: 720px) {
    h1 { font-size: 30px; }
    p { font-size: 15px; }
    h2, h3 { font-size: 20px; margin-bottom: 0; }

    .p-5 { padding: 2rem !important; }
    .pr-230 { padding: 0; }


    .page-head { padding: 0; }
    .page-head p { font-size: 15px; line-height: 22px; } 
    .page-head img { width: 60px; }
    .page-head h1 { margin-top: 90px !important; }
    .page-template-default h1 { margin-top: 90px !important; }

    .banner { height: 60px; }
    .banner .navbar-brand { height: 90px; position: fixed; margin-top: 105px; }
    .banner .navbar-brand img { width: 180px; margin-top: 5px; }
    .banner .navbar-toggler {
        top: 10px;
        right: 15px;
        font-size: 30px;
        position: fixed;
        color: #fff;
        border: 0;
    }
    .banner .navbar-collapse {
        background: #682778 !important;
        border: 0;
        padding: 15px;
        top: 60px;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 9999;
        overflow-y: auto;
    }
    .banner .navbar-collapse li { width: 100%; }
    .banner .navbar-collapse li:last-child a { border: 0; }
    .banner .navbar-collapse a {
        color: #fff !important;
        border-bottom: 1px solid #fff;
        width: 95%;
        display: block;
    }
    .banner .navbar-collapse a:after { display: none; }
    .banner .navbar-collapse .btn-menu { margin-top: 15px; margin-left: 0; padding-left: 0; }
    .banner .navbar-collapse .btn-menu .nav-link { text-align: center; }
    .banner .collapsing { transition: height 0s ease; }
    .nav-sidebar { margin: 0; }
    .wrap { margin-top: 0 !important; }
    .navbar { padding: 0; }

    .col-lg-5 { flex: 0 0 auto; width: 50%; margin-bottom: 15px; }

    .block { padding: 30px 0 !important; }
    .bg-blue .col-lg-4 { margin-bottom: 30px; }

    .block-partners .col-lg-2 { margin-bottom: 15px; }

    .page-head .col-lg-8 { background: url(../images/dog-verhuis.png) no-repeat right -70px bottom 0; background-size: 300px; padding-bottom: 130px; }

    .facetwp-facet { margin-top: 30px; padding-bottom: 15px; background-size: 30px; }

    .item .item-content { padding: 15px; }
    .item .item-image { border-top-right-radius: 15px; border-bottom-left-radius: 0; }

    .item-row .item-pack-logo { border-radius: 0; border-top-right-radius: 15px; border-top-left-radius: 15px; height: 100px;   }
    .item-row .col-lg-2 { padding-right: 0; }
    .item-row .btn { margin-bottom: 15px; }

    footer { margin: 0; padding: 30px 0; }
    footer .logo img { margin-bottom: 30px !important; }
    footer ul { margin: 15px auto; }
}