@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans:ital@0;1&display=swap');
@import url('bootstrap.min.css');
@import url('fontawesome.css');

body {
    font-size: 15px;
    line-height: 19px;
    font-weight: 100;
    color: #000;
    background: #fff;
    font-family: Georgia,Times,"Times New Roman",serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 { font-size: 48px; margin: 180px 0 15px; font-weight: 700; font-family: "Ropa Sans", sans-serif; }
h2,
h3 {
    font-weight: 700 !important;
    font-size: 31px !important;
    margin-bottom: 15px !important;
    color: #000;
    letter-spacing: 2px;
    font-family: "Ropa Sans", sans-serif;
}
h4 {
    font-size: 21px;
    font-weight: 700;
    font-family: "Ropa Sans", sans-serif;
    letter-spacing: 1px;
}

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

.bg-blue { background: #2a7eba; }
.bg-blue-trans { background: rgb(186 43 178 / 70%); padding: 30px; border-radius: 30px; }
.bg-light-blue { background: #ba2bb2; }
.bg-white { background: #fff; }

.cl-blue p { color: #2a7eba !important; }
.cl-white { color: #fff; }
.cl-light-blue { color: #ba2bb2; }

.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mb-15 { margin-bottom: 15px; }
.mt-90 { margin-top: 90px; }

.p-30 { padding: 30px; }
.py-15 { padding-top: 15px; padding-bottom: 15px; }

.rounded { border-radius: 30px !important; }
.shadow { box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 10%) !important; }

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

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

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

.page-head {
    background: #682778;
    padding: 30vh 60px 0;
    color: #fff;
    border-radius: 30px;
    margin-top: 90px;
    height: 60vh;
}


/* Navigatie */

.banner {
    z-index: 10000;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 2px 3px 4px 0 rgb(0 0 0 / 5%);
}
.navbar-brand { width: 150px; margin-top: 15px; position: absolute; }
.navbar-brand img { width: 150px; }
.navbar li { margin: 0 10px; position: relative; }
.navbar a { color: #000 !important; font-weight: 300; font-family: "Ropa Sans", sans-serif; font-size: 18px; }
.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 {
    border-radius: 30px !important;
    padding: 10px 30px 7px !important;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700 !important;
    color: #fff;
    transition: 0.3s;
    text-align: left;
    font-family: "Ropa Sans", sans-serif;
}

.btn-primary,
.wp-block-button__link,
.frm_button_submit {
    background: transparent !important;
    color: #ba2bb2 !important;
    border: 1px solid #ba2bb2;
}

.wp-block-button__link:after,
.btn-primary:after,
.frm_button_submit:after,
.btn-secondary:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 25px;
    font-size: 15px;
    color: #ba2bb2;
    padding: 2px 5px;
}

.btn-primary:hover,
.frm_button_submit:hover,
.wp-block-button__link:hover {
    background: #ba2bb2 !important;
    border: 1px solid #ba2bb2;
    color: #fff !important;
}

.btn-primary:hover:after,
.frm_button_submit:hover:after,
.wp-block-button__link:hover:after {
    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: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}
.btn-secondary:after { color: #fff; }

.btn-line { color: #2a7eba; font-size: 30px; }
.btn-more {
    font-size: 16px;
    font-weight: 700;
    font-family: "Ropa Sans", sans-serif;
    color: #ba2bb2;
    text-decoration: none;
    border-bottom: 2px solid #ba2bb2;
    padding-bottom: 3px;
    letter-spacing: 1px;
}

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; }

time { margin-top: 20px; line-height: 31px !important; font-family: "Ropa Sans", sans-serif; }
time .second { font-size: 12px; display: block; }


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

.block { padding: 90px 30px; border-radius: 30px; }

.block-partners img {
    object-fit: contain;
    width: 100%;
    max-height: 150px; 
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 8px 7px 18px 0 rgb(0 0 0 / 17%);
}

.block-over { background: #2a7eba url(../images/logo-icon.svg) no-repeat top 0 left 10%; }
.block-over .col-lg-6:first-child { padding: 60px; }
.block-over .col-lg-6:last-child { background-size: cover; border-top-right-radius: 30px; border-bottom-right-radius: 30px; }

.block-action { background: #ba2bb2 url(../images/bg-action.jpg); color: #fff; }
.block-active .item-content p { margin: 0; }

.wp-block-image.size-full img {
  width: 100vw;
  height: 100vh;
  object-fit: cover; /* snijdt bij om te passen */
  display: block;
  margin: -90px -60px -133px 0;
}
/* Items */

.item, .item-row, .item-news {
    transition: transform .15s;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 1px solid #2b7eba;
}
.item .bg-blue { border-top-left-radius: 30px; border-bottom-left-radius: 30px; padding: 15px 0 19px; }
.item-row:hover { outline: 3px dashed #3d8b61; }
.item p { color: #000; }
.item .item-content { padding: 20px 20px 20px 0; }
.item h4 { height: 40px; font-weight: 700; }
.item-content p {
    margin: 0 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.item .float-start { width: 93%; }
.item .btn-line {
    margin: 30px 0 0;
    display: inline-block;
    float: right;
    font-size: 15px;
}
.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 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; }

    .item .bg-blue { border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-left-radius: 0; }
    .item .btn-line { margin: 0 0 15px; }

    .block { padding: 30px !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; }

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

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