/*
  Theme Name: RE/MAX
  Theme URI: https://www.remax.nl
  Author: Goes & Roos
  Author URI: https://www.goesenroos.nl
  Description: Maatwerk thema voor remax.nl
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: LICENSE
  Text Domain: gnr-starter-theme
  Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Defaults start */

#ModalPhotos {
  transition: all 0s ease 0s;
}

.messages {
    position: absolute;
    top: 1px;
    right: 1px;
    background: red;
}

body {
  padding-top: 70px;
  color: #212529;
  padding-right: 0!important;

}

/* dropdown menu SEO styling addons */
div.dropdown-dropup-werkgebieden {
	margin-top:20px;
}

ul.dropdown-menu-gebieden a.dropdown-item {
	color: #42494E;
}

#homeModal,
body,
.navbar-custom {
  padding-right: 0px!important;
}

a {
  color: #003DA5;
  text-decoration: none;
}

.mt-n1 {
  margin-top: -1.85rem;
}

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

.text-remax-red {
  color: #dc1c2e;
}

.text-remax-blue {
  color: #003da5;
}

.text-shadow-black {
  text-shadow: 0 0 2px black;
}

@media (min-width: 768px) {
  .ml-md-n8, .mx-md-n8 {
    margin-left: -3rem!important;
  }
  .mr-md-n8, .mx-md-n8 {
    margin-right: -3rem!important;
  }
}

.page-content,
.page-home {
  overflow: hidden;
  display: flex;
}

.contact-info .badge,
.list-office-contact .badge {
  display: none;
}

.form-custom .btn-primary,
.btn-remax-blue {
  white-space: normal;
  background-color: #003DA5;
  color: #ffffff;
  border-color: #003DA5;
  border-radius: 0;
}

.form-custom .btn-primary:hover,
.btn-remax-blue:hover {
  background-color: #003DA5;
  border-color: #003DA5;
  color: #ffffff;
  border-radius: 0;
}

.btn-remax-red {
  white-space: normal;
  background-color: #dc1c2e;
  color: #ffffff;
  border-color: #dc1c2e; 
}

.btn-remax-red:hover {
  background-color: #b22b2e;
  border-color: #b22b2e;
  text-decoration: none;
  color: #ffffff;
}

.bg-remax-blue {
  background-color: #003DA5;
}

.bg-remax-red {
  background-color: #dc1c2e;
}

.properties-filter-v-search .properties-filter-btn {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #003DA5;
  background-color: #003DA5;
}

.form-control:focus {
  border-color: #a5a9ad;
  box-shadow: none;
}

/* Defaults end */

/* Custom classes start */

@media (max-width: 767.98px) {
  .hide-image-mobile-media-text-block .wp-block-media-text__media {
    display: none;
  }
}

.bg-grey {
  background: #efefef;
}

@media (min-width: 767.98px) {
  .column-border-right .wp-block-column:first-child {
    border-right: solid 2px #d4d4d4;
    padding-right: 32px;
  }
}

/* Custom classes end */

/* Navigation start */

.navbar-custom .navbar-balloon {
  right: 440px;
}

.navbar-custom .navbar-balloon img {
  max-height: 50px;
}

.navbar-custom .d-none-custom {
  display: none!important; /* verzoek klant, fix voor detail */
}

.navbar-custom {
  border-top: 4px solid #dc1c2e;
}

.navbar-custom [aria-current]:not([aria-current="false"]) {
  font-weight: 700;
}

.navbar-custom .nav-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.navbar-custom .navbar-toggler {
  background-color: #003DA5;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  width: 80px;
}

.navbar-custom .navbar-toggler .navbar-toggler-line {
  background: #fff;
}

.navbar-custom .unskew {
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  display: block;
}

.navbar-collapse {
  width: calc(100% - 2rem);
  height: calc(100% - 6.4rem);
  position: fixed;
  bottom: 1rem;
  right: calc(-100vw - 70px);
  background-color: rgba(0, 80, 163, .95);
  border-radius: .25rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.navbar-collapse-main {
  overflow-y: scroll;
  width: calc(100% - 2rem);
  height: calc(100% - 6.4rem);
  bottom: 1rem;
  left: calc(-100vw - 70px);
  padding-top: 30px;
  background-color: rgba(0, 80, 163, .95);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.navbar-collapse.open .navbar-collapse-main {
  left: 1rem;
  opacity: 1;
}

.navbar-collapse.collapsing {
  -webkit-transition: none;
  transition: none;
}

.navbar-collapse li {
  line-height: 1.8;
}

.navbar-collapse li a {
  color: #fff;
}

.navbar .list-social-info li a {
  width: 40px;
  height: 40px;
  background-color: #e0293a;
}

.navbar .list-social-info li a i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.navbar .list-tophuis-info li a {
  width: 100px;
  height: 100px;
}

.navbar .list-tophuis-info li a i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.navbar-contact {
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  top: 12px;
  right: 130px;
  z-index: 1031;
  padding-top: 0.80rem;
  padding-bottom: 0.80rem;
  cursor: pointer;
}

.navbar-waarde {
  right: 235px;
  background-color: #003da5;
}

.navbar-contact a {
  color: #fff;
}

.navbar-contact a:hover,
.navbar-contact a:focus,
.navbar-contact a:active {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .navbar-collapse-main {
    padding-top: 30px;
    overflow-y: scroll;
  }
  .navbar-brand img {
    max-width: 160px;
  }
}

/* Navigation end */

/* direct search start */

.direct-search .properties-filter-v-search .properties-filter-btn .facetwp-counts {
  background: #003DA5;
}

.direct-search .properties-filter-v-search .properties-filter-btn:after {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  background-image: url(images/icons/search-solid-white.svg);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  content: "";
  display: inline-block;
}

.properties-filter-v-search .properties-filter-btn {
  background-color: #dc1c2e;
}

.properties-filter-v-search .properties-filter-btn:hover,
.properties-filter-v-search .properties-filter-btn:focus,
.properties-filter-v-search .properties-filter-btn:active {
  background-color: #003DA5;
}

.direct-search .facetwp-radio,
.direct-search .properties-filter-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.direct-search .properties-filter-v-search {
  font-size: 12px;
}

.direct-search .properties-filter .properties-filter-range-list,
.direct-search .fs-label-wrap {
  background-color: #fafafa;
}

.direct-search .facetwp-type-range_list,
.direct-search .properties-filter-v-search .fs-dropdown {
  margin-top: 10px;
}

/* direct search end */

/* carousel start */

.carousel-home .carousel-caption {
  color: #212529;
}

.carousel-search .properties-filter-reset  {
  display: none!important;
}

.carousel-search .properties-filter-tabs li.properties-filter-tab {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-left: 1px solid rgba(0, 0, 0, 0.6);
}

.carousel-search .properties-filter .row {
  margin-right: 0;
  margin-left: 0;
}

.carousel-search .properties-filter .row .col-12 {
  padding-right: 0;
  padding-left: 0;
}

.carousel-search .properties-filter-tabs li.properties-filter-tab.active {
  background-color: rgba(220, 28, 46, 0.8);
  border-top: 1px solid rgba(220, 28, 46, 0.8);
  border-left: 1px solid rgba(220, 28, 46, 0.8);
}

.carousel-search .properties-filter-v-search {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 20px 20px 20px;
}

.carousel-search .properties-filter-v-search .facetwp-facet {
  margin-bottom: 0;
}

.carousel-search .properties-filter-v-search .properties-filter-btn .facetwp-counts {
  background: #003DA5;
}

.carousel-search .properties-filter-v-search .properties-filter-btn:after {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  background-image: url(images/icons/search-solid-white.svg);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  content: "";
  display: inline-block;
}

.carousel-search .properties-filter-v-search .properties-filter-btn {
  background-color: #dc1c2e;
}

.carousel-search .properties-filter-v-search .properties-filter-btn:hover,
.carousel-search .properties-filter-v-search .properties-filter-btn:focus,
.carousel-search .properties-filter-v-search .properties-filter-btn:active {
  background-color: #003DA5;
}

.carousel-search .facetwp-radio,
.carousel-search .properties-filter-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.carousel-search .properties-filter-v-search {
  font-size: 12px;
}

.carousel-search .properties-filter .properties-filter-range-list,
.carousel-search .fs-label-wrap {
  background-color: #fafafa;
}

.carousel-search .fs-label-wrap {
  width: 100%;
}

.carousel-search .facetwp-type-range_list,
.carousel-search .properties-filter-v-search .fs-dropdown {
  margin-top: 10px;
}

.carousel-search {
  text-align: left;
  transform: translateY(-50%);
  bottom: 0;
  top: 50%;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.carousel-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

@media (min-width: 768px) and (max-width: 992px) {
  .carousel-search .properties-filter-v-search {
    padding: 20px 20px 10px 20px;       
  }
  .carousel-home .carousel-search {
    top: 45%;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .carousel-home .carousel-search .properties-filter-v-search .facetwp-type-range_list,
  .carousel-home .carousel-search .properties-filter-v-search .facetwp-type-fselect .fs-dropdown {
    width: 180%;
  }
}

@media (max-width: 767.98px) {
  .carousel-search .properties-filter-tabs .row {
    margin-right: 0;
    margin-left: 0;
  }
  
  .carousel-search .properties-filter-tabs .row .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  
  .carousel-search .properties-filter-tabs .row .col-12 .d-table {
    display: block!important;
  }
  
  .carousel-search {
    transform: none;
    bottom: auto;
    top: auto;
    z-index: 1;
    position: relative;
    right: auto;
    left: auto;
  }
  .carousel-search .properties-filter {
    position: relative!important;
    left: auto;
    height: auto;
  }
  .carousel-search .properties-filter-tabs li.properties-filter-tab {
    width: 100%;
    text-align: center;
  }
  .carousel-search .properties-filter-v-search .facetwp-facet,
  .properties-filter-fw-places {
    margin-bottom: .5rem;
  }
  
  .carousel-search .properties-filter-v-search {
    background-color: rgba(0, 0, 0, 0);
    padding: 30px 20px 20px 20px;
  }
  
  .carousel-search .properties-filter-tabs li.properties-filter-tab.active {
    background-color: rgba(220, 28, 46, 1);
    border-top: 1px solid rgba(220, 28, 46, 1);
    border-left: 1px solid rgba(220, 28, 46, 1);
  }
  
  .carousel-search .properties-filter-tabs li.properties-filter-tab {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 1);
    border-left: 0 solid rgba(0, 0, 0, 0.6);
  }
}

/* carousel end */

/* new objects homepage start */

.properties-special .object .object-price {
  font-size: 1.2rem;
}

.new-objects .object-image-info {
    background-color: rgba(0, 0, 0, 0.6);
}

.new-objects .dots {
    top: -40px;
    left: -20px;
    overflow: hidden;
}

.new-objects .object-features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0!important;

  

}

.new-objects .object-feature {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.new-objects .object-feature .col-3 {
    display: none;
}

.new-objects .object-feature .col-9 {
    width: 100%;
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.new-objects .object-features .object-feature-totalekadestraleoppervlakte  .object-feature-info:before,
.new-objects .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.new-objects .object-features .object-feature-aantalkamers .object-feature-info:before {
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: auto 18px;
  display: table;
  float: left;
  filter: brightness(0) invert(0);
  content: "";
}

.new-objects .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before {
  background-image: url(images/icons/woon-oppervlakte.svg);
}

.new-objects .object-features .object-feature-woonoppervlakte .object-feature-info:before {
  background-image: url(images/icons/perceel-oppervlakte.svg);
}

.new-objects .object-features .object-feature-aantalkamers .object-feature-info:before {
  background-image: url(images/icons/aantal-slaapkamers.svg);
  width: 35px;
  margin-right: 10px;
}

.new-objects .object-features .object-feature-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-objects .object-features .object-feature-aantalkamers .object-feature-info {
    position:relative;
}

.new-objects .object-features .object-feature-aantalkamers .object-feature-info::after {
    width: calc(100% - 57px);
    height: 30px;
    content: '';
    display: block;
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    left: 57px;
}

.new-objects .object-image {
    margin-bottom: 0!important;
}

.new-objects .object-info {
    padding: 1rem;
    background: #efefef;
}

.new-objects .col-md-4 {
    margin-bottom: 1.5rem;
}

.new-objects .object {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.new-objects .new-objects-title h1,
.new-objects .new-objects-title h2,
.new-objects .new-objects-title h3,
.new-objects .new-objects-title h4,
.new-objects .new-objects-title h5,
.new-objects .new-objects-title h6 {
    font-size: 1.7rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.new-objects .inner-title {
    background: #003da5;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    position: relative;
}

.new-objects .inner-title:after {
    content: "";
    position: absolute;
    top: 99%;
    right: 5%;
    margin-top: -14px;
    border: 10px solid #003da5;
    border-color: transparent #003da5 #003da5 transparent;
    box-sizing: border-box;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}

@media (max-width: 767.98px) {
    .new-objects .inner-title:after {
        margin-top:  -2px;
    }
}

/* new objects homepage end */

/* punch lines start */

.punchlines h6,
.punchlines h5,
.punchlines h4,
.punchlines h3,
.punchlines h2,
.punchlines h1,
.punchlines {
    font-weight: 700;
    font-size: 1.2rem;
}

.punchlines {
    border-top: 5px solid #efefef;
    text-align: center;
}

.punchlines .border-left-md {
    border-left: 1px solid #efefef
}

/* punch lines end */

/* footer start */

.remax-footer .col-socials ul {
  margin-top: -8.5rem;
}

.remax-footer .list-social-info li a {
  width: 40px;
  height: 40px;
  background-color: #e0293a;
}

.remax-footer .list-social-info li a i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.remax-footer {
    background: #51595f;
    color: #fff;
}

.remax-footer [aria-current]:not([aria-current="false"]) {
  font-weight: 700;
}

.remax-footer .fas {
    font-size:  0.8rem;
}

.remax-footer .top-md-left {
    top: -153px;
}

.footer-copyright a,
.footer-copyright,
.remax-footer a {
    color: #fff;   
}

.footer-copyright {
    background: #42494e;
    color: #fff;
    font-size:  0.8rem;
    text-align: center;
}

.footer-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* footer end */

/* cloud hero start */

.bg-clouds {
  background: #fff url("images/svg/bgsky.svg");
  background-size: cover; 
}

/* cloud hero end */

/* Anchor link block start */

.anchor-link {
  z-index: 999;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.anchor-link a {
  display: block;
  text-align: center;
  padding: 16px;
  background: #003DA5;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Extra small devices - column XS (phones, 768px and down) */
@media (max-width: 767.8px) {
    .anchor-link a {
        padding: 7px;
        font-size: 10px;
    }
}

.anchor-link a:hover {
  background: #000;
}

/* Anchor link block start */

/* Services ACF blocks start */

.services-acf-block .dots {
  top: 15px;
  right: -30px;
  overflow: hidden;
}

.services-acf-block .card-service a:focus,
.services-acf-block .card-service a:hover,
.services-acf-block .card-service a {
  line-height: 1.313rem;
}

.services-acf-block .card-text {
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .services-acf-block .card-img {
    opacity: 0.4;
  }
}

.services-acf-block .card-title {
    font-size: 1.25rem;
}


@media (min-width: 768px) and (max-width: 992px) {
  .services-acf-block .card-title {
    font-size: 1rem;
  }
  .services-acf-block .card-text {
    text-transform: lowercase;
  }
}

/* Services ACF blocks end */

/* CTA Clouds ACF blocks start */

.cta-clouds .cta-title {
    font-size: 1.875rem;
}

.cta-clouds .img-parachute {
    width: 60%; 
}

@media (max-width: 767.98px) {
    .cta-clouds .img-parachute {
        width: 80%; 
    }   
}

/* CTA Clouds ACF blocks end */

/* Content form ACF block start */

.cta-form {
  background: #efefef;
  border: 1px solid #dadada;
}

.cta-form .cta-form-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Content form ACF block end */

/* Colors start */

.properties-filter-v-1 .fs-wrap.multiple .fs-option.selected .fs-checkbox i, .properties-filter-v-search .fs-wrap.multiple .fs-option.selected .fs-checkbox i, .properties-filter-v-1 .fs-wrap.multiple .fs-option.selected .fssearchcheckbox i, .properties-filter-v-search .fs-wrap.multiple .fs-option.selected .fssearchcheckbox i {
    background-color: #003DA5!important;
}

/* Colors end */

/* content opmaak start */

.wp-block-media-text .wp-block-media-text__content {
  padding: 30px 8%;
}

.wp-block-media-text {
    background: #efefef;
}

.page-content {
    margin-top: 2.5rem;
}

.page-content h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.office-main h2,
.office-main h3,
.office-main h4,
.office-main h5,
.office-main h6,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-content .entry-title span {
    color: #DC1C2E;
}

@media (max-width: 767.98px) {
  .page-content h1 {
    text-align: center;
  }
}

.page-content {
    letter-spacing: 0.5px;
}

/* content opmaak end */

/* CTA banner ACF block start */

.cta-banner .tekst-cta {
    font-size: 1.2rem;
    letter-spacing: 0.8px;
}

.cta-banner .cta-banner-title {
    font-size: 1.5rem;
}

.cta-banner  .cta-baloon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CTA banner ACF block end */

/* Nieuws & Blog start */

.category .page-title {
  display: none;
}

.menu-media-menu-container li a {
  color: #212529;
}

.menu-media-menu-container [aria-current]:not([aria-current="false"]) {
  color: #003DA5;
  font-weight: 700;

}

.menu-media-menu-container li:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}



.menu-media-menu-container li:last-child {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.menu-media-menu-container li {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #efefef;
  border-top-width: 1px;
  border-left-width: 0;
  border: 1px solid rgba(0,0,0,.125);
}

.blog .pagination .screen-reader-text {
  display: none;
}

.posts .post {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.posts .post-more {
  font-weight: 700;
}

.posts .post-info {
  padding: 0 30px 30px 30px;
}

.posts-layout .post-categories-list ul {
  background: #efefef;
  text-align: center;
  padding: 5px 0;
}

.single-post .post .wp-post-image {
  float: right;
  max-width: 350px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #efefef;
  margin: 0 0 30px 30px;
  height: auto;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .single-post .post .wp-post-image {
        float: left;
        width: 100%;
        max-width: 100%;
        margin:  30px 0 30px 0;
    }
}

/* Nieuws & Blog end */

/* aanbod top keuze menu start */

.keuze-aanbod {
  background-image: url(images/bg/bg-blue-pattern.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.nav-aanbod .active {
  background: #dc1c2e;
  color: #fff;
}

.nav-aanbod .nav-item a {
  color: #111;
  font-weight: 600;
  display: block;
  padding: .5rem 1rem;
}

.nav-aanbod .active a {
  color: #fff;
}

.nav-aanbod [aria-current]:not([aria-current="false"]) {
  color: #fff;
  background: #dc1c2e;
}

/* aanbod top keuze menu end */

/* aanbod overzicht start */

.properties .object-price {
  font-size: 1.2rem;
}

.properties .object .object-image .object-image-empty {
  background: #dc1c2e;
  border-color: #dc1c2e;
  color: #fff;
}

.object-image-empty span {
  padding-bottom: 3rem;
}

.properties-title .facetwp-counts {
    padding: .2rem .7rem;
    background-color: #dc1c2e;
}

.properties-item-scroll li span.object-favorite-delete:focus, .properties-item-scroll li span.object-favorite-delete:hover, .properties-item-scroll li span.object-favorite-delete, .properties .object .object-image .object-favorite-delete, .properties-special .object .object-image .object-favorite-delete, .object-detail-photo .object-favorite-delete {
    background-color: rgba(220, 28, 46, 1);
}

.properties-item .object-detail-extra li div.object-favorite-delete:hover,
.properties-item .object-detail-extra li div.object-favorite-delete:focus,
.properties-item .object-detail-extra li div.object-favorite-delete,
.properties-filter-extra .properties-filter-favorite a span.properties-filter-favorite {
  background-color: rgba(220, 28, 46, 1); 
}

.properties-item-scroll li span.object-favorite-delete svg,
.properties-item .object-detail-extra li div.object-favorite-delete,
.properties-filter-extra .properties-filter-favorite a span.properties-filter-favorite svg {
  fill: #fff;
}

.properties .object .object-image span.object-status, .properties-special .object .object-image span.object-status {  
  background-color: #003da5;
}

.properties-layout-3 .object-image-info {
  background-color: rgba(0, 0, 0, 0.6);
}

.properties-filter-selections .facetwp-selections .facetwp-selection-value:before {
    background-color: #dc1c2e;
}

.properties-filter-v-2 {
  background: #efefef;
  padding: 1rem;
}

.properties-filter-v-2 .facetwp-search-wrap input.facetwp-search, .properties-filter-v-2 .facetwp-type-autocomplete input.facetwp-autocomplete, .properties-filter-v-2 .properties-filter-range-list {
    background-color: rgba(255, 255, 255);
}

.properties-filter .facetwp-checkbox.checked:before, .properties-filter .facetwp-radio.checked:before {
    background-color: #003da5;
    border-color: #003da5;
}

.properties-filter-v-2 .properties-filter-show-more {
  margin-top: 10px;
}

.properties-filter-v-2 .facetwp-type-fselect .fs-options,
.properties-filter-v-2 .facetwp-facet-plaatsen .fs-options {
  padding-left: 25px;
  padding-right: 25px;
}

.properties-filter-v-2 .facetwp-type-fselect .fs-dropdown,
.properties-filter-v-2 .facetwp-facet-plaatsen .fs-dropdown {
  padding-bottom: 25px;
}

.properties-filter-v-2 .facetwp-facet-zoeken .fs-dropdown {
  padding-bottom: 0;
  background-color: transparent;
}

.properties-filter-v-2 .facetwp-facet-zoeken {
  padding-bottom: 0;
}

.properties-filter-v-2 .facetwp-type-fselect .fs-dropdown .fs-search input,
.properties-filter-v-2 .facetwp-facet-plaatsen .fs-dropdown .fs-search input {
  padding: 25px;
  background: #fafafa;  
  margin-bottom: 10px;
}

.properties-filter-v-2 .facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #003DA5;
  border-color: #003DA5;
}

.properties-filter-extra .properties-filter-show, .properties-filter-extra .facetwp-sort .facetwp-sort-select, .properties-filter-v-search .facetwp-sort .facetwp-sort-select, .properties-filter-extra .facetwp-per-page .facetwp-per-page-select {
  background-color: #efefef;
}

.properties-filter .facetwp-toggle {
  background: #212529;
  color: #fff;
  text-decoration: none;
  padding-top: 0;
  padding: 5px 10px 5px 10px;
  top: 10px;
  position: relative;
  border-radius: 5px;
}

.properties-filter .facetwp-toggle:hover,
.properties-filter .facetwp-toggle:focus {
  color: #fff;
}


.properties .object-features {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0!important;
}

.properties .object-features .object-feature {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.properties .object-features .object-feature .col-5 {
  display: none;
}

.properties .object-features .object-feature .col-7 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


.properties .object-features .object-feature-totalekadestraleoppervlakte  .object-feature-info:before,
.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before,
.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: auto 18px;
  display: table;
  float: left;
  filter: brightness(0) invert(0);
  content: "";
}

.properties .object-features .object-feature-totalekadestraleoppervlakte .object-feature-info:before {
  background-image: url(images/icons/woon-oppervlakte.svg);
}

.properties .object-features .object-feature-woonoppervlakte .object-feature-info:before {
  background-image: url(images/icons/perceel-oppervlakte.svg);
}

.properties .object-features .object-feature-aantalkamers .object-feature-info:before {
  background-image: url(images/icons/aantal-slaapkamers.svg);
  width: 35px;
  margin-right: 10px;
}

.properties .object-features .object-feature-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.properties .object-features .object-feature-aantalkamers .object-feature-info {
    position:relative;
}

.properties .object-features .object-feature-aantalkamers .object-feature-info::after {
    width: calc(100% - 57px);
    height: 30px;
    content: '';
    display: block;
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    left: 57px;
}

.properties .object-info {
    padding: 1rem;
    background: #efefef;
    min-height: 57px;
}

.properties .object-image {
  margin-bottom: 0!important;
}

@media (max-width: 767.98px) {
  .properties-filter .properties-filter-button {
    background-color: #003DA5;
  }
}

/* aanbod overzicht end */

/* aanbod detail start */

.object-detail-information {
  margin-bottom: 3rem;
}

.object-detail-contact .contact-info-employees-image {
  margin-bottom: 15px;
}

.object-detail-price {
  font-size: 1.2rem;
  font-weight: 700;
}

.properties-item .object-detail-extra li a svg,
.properties-item .object-detail-extra li div.object-favorite svg {
  max-width: 20px;
}

@media (min-width: 768px) {
  .properties-item-scroll {
    top: 70px;
  }
}

.object-detail-header,
.object-detail-extra {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.properties-item .object-detail-contact {
    border: 1px solid #f0f0f0;
    background: #fefefe
}

.object-detail-photos .object-favorite {
  display: none;
}

.properties-item .object-detail-contact .object-share li a, .modal .object-share li a {
    background-color: #003DA5;
}

.properties-item .object-detail-contact .object-share li a svg, .modal .object-share li a svg {
  fill: #fff;
}

.properties-item .object-detail-contact .contact-info-appointment a {
    background-color: #dc1c2e;
}

.properties-item .object-detail-navigation li a {
  background: #003da5;
  color: #fff;
  border: 1px solid transparent;
}

.properties-item .object-detail-navigation li a:focus,
.properties-item .object-detail-navigation li a:active,
.properties-item .object-detail-navigation li a:hover {
  color: #212529
}

.object-detail-maps-link {
  margin-bottom: 3rem;
}

.properties-item .object-detail-maps-link .object-detail-maps-image {
  height: 200px;
}

.properties-item .object-detail-maps-link .object-detail-maps-image span {
    bottom: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid transparent;
}

.properties-item .object-detail-maps-link .object-detail-maps-image span {
    background-color: #003da5;
    border: 1px solid transparent;
}

.object-detail-maps-image img {
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.properties-item-scroll .li-scroll-appointment a:focus,
.properties-item-scroll .li-scroll-appointment a:active,
.properties-item-scroll .li-scroll-appointment a:hover,
.properties-item-scroll .li-scroll-appointment a {
    background-color: #dc1c2e;
    border: 1px solid #dc1c2e;
    color: #fff;
}

@media (max-width: 767.98px) {
  .li-scroll-favorite {
    display: block!important;
  }
}

.object-detail-photos-full .container:after,
#object-features .container:after,
#object-description:after {
  content: "";
  display: block;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
  top: 50px;
}

#object-features {
  padding-top: 0!important;
}

/* aanbod detail end */

/* 404 pagina start */

.col-404-searchform,
.col-404-text {
  display: none;
}

/* 404 pagina end */

/* breadcrumbs start */

.breadcrumbs {
  background: #efefef;
}

/* breadcrumbs start */

/* medewerkers en kantoren start */

.office-contact svg, .employees-item .list-employee-contact svg, .office .list-office-contact svg, .employees .list-employees-contact svg, .offices-item .list-office-contact svg {
    width: 15px;
}

.office-function {
  color: #003DA5;
}

.office-maps, .employee-maps {
    height: auto;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.employees-item .employee-image img, .offices-item .office-image img {
    max-height: none;
}

.employee-specials .nav-tabs .nav-item.show .nav-link,
.employee-specials .nav-tabs .nav-link.active,
.office-specials .nav-tabs .nav-item.show .nav-link,
.office-specials .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.employee-specials .object .object-image .object-image-empty,
.office-specials .object .object-image .object-image-empty {
  background-color: #fff;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #dc1c2e;
    border: 1px solid #dc1c2e;
    border-radius: 0;
    color:  #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #dc1c2e;
    isolation: isolate;
}

.office-info-main,
.employees-item,
.office .office-main, .employees .employees-main,
.offices-item .office-info-main,
.employees-item .employee-info-main,
.properties-filter-v-1,
.switch-makelaars-kantoren {
  background-color: #efefef;
}

.switch-makelaars-kantoren .active {
  background-color: #003DA5!important;
  border-radius: 0;
}

.switch-makelaars-kantoren .inactive {
  background-color: #fff;
  color:  #212529;
}

.office-maps .maps-object-address,
.office-maps .maps-object-name,
.employee-maps .maps-object-address,
.employee-maps .maps-object-name {
  padding: 0!important;
}

.employees .container,
.office .col-picture img,
.employees .col-picture img {
  width: 100%;
}

/*.employees .container,
.office .container {
  max-width:  100%;
  padding: 0;
}*/

.employees,
.office {
  margin-bottom: 2rem;
}

.col-office-right,
.row-office,
.row-employee {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.list-employees-contact a,
.list-office-contact a {
  color: #212529;
}

.employee-social svg,
.office-social svg {
  width: 25px;
}

.wp-block-button__link strong{
  color:#fff!important;
}

.wp-block-button__link,
.employees-main .row .col-sm-3:last-child .btn-employee,
.office-main .row .col-sm-3:last-child .btn-office {
  background-color: #003DA5;
  border-color: #003DA5;
  border-radius: 0;
}

.wp-block-button__link:hover,
.employees-main .row .col-sm-3:last-child .btn-employee:active,
.employees-main .row .col-sm-3:last-child .btn-employee:focus,
.employees-main .row .col-sm-3:last-child .btn-employee:hover,
.office-main .row .col-sm-3:last-child .btn-office:active,
.office-main .row .col-sm-3:last-child .btn-office:focus,
.office-main .row .col-sm-3:last-child .btn-office:hover {
  background-color: #007DC3;
  border-color: #007DC3;
  color: #fff;
}

.office-main h2 {
  margin-bottom: 10px;
}

.employees-main .row .col-sm-3:last-child,
.office-main .row .col-sm-3:last-child {
  background-color: #e1e1e1;
  text-align: center;
}

.employees-main .row .col-sm-3:last-child .list-unstyled,
.office-main .row .col-sm-3:last-child .list-unstyled {
  margin-top: 1.5rem!important;
  padding-top: 20px;
}

.employee-office-name,
.office-city {
  font-weight: 700;
}

.employee-image img,
.office-image img {
  width: 100%;
  border: 5px solid #efefef;
}

.office-main img {
  width:100%;
}


.makelaars-kantoren-rapport-knop .btn-rapport,
.makelaars-kantoren-aanbod-knop .btn-properties,
.col-office-right .btn-properties {
  display: block;
  border-radius: 0;
  background-color: #003DA5;
  border-color: #003DA5;
  text-transform: uppercase;
  font-weight: 700;
}

.makelaars-kantoren-rapport-knop .btn-rapport,
.employees-item .btn-properties,
.page-kantoor-pagina-detail .btn-employee,
.offices-item .btn-employee,
.offices-item .btn-properties,
.makelaars-kantoren-aanbod-knop .btn-properties,
.makelaars-kantoren-aanbod-knop .btn-properties:hover,
.makelaars-kantoren-aanbod-knop .btn-properties:focus,
.makelaars-kantoren-aanbod-knop .btn-properties:active,
.col-office-right .btn-properties:hover,
.col-office-right .btn-properties:focus,
.col-office-right .btn-properties:active {
  background-color: #003DA5;
  border-color: #003DA5;
  color: #fff;
}

.employees-item .btn-properties:hover,
.employees-item .btn-properties:focus,
.employees-item .btn-properties:active,
.page-kantoor-pagina-detail .btn-employee:hover,
.page-kantoor-pagina-detail .btn-employee:focus,
.page-kantoor-pagina-detail .btn-employee:active,
.offices-item .btn-employee:hover,
.offices-item .btn-employee:focus,
.offices-item .btn-employee:active,
.offices-item .btn-properties:hover,
.offices-item .btn-properties:focus,
.offices-item .btn-properties:active {
  background-color: #007DC3;
  border-color: #007DC3;
  color: #fff;
}


.employees-item h1,
.offices-item h1 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.employee-slogan,
.organizations-slogan {
  color: #003DA5;
  font-weight: 700;
}

.employees-item .btn-properties,
.offices-item .btn-properties {
  display: block;
  border-radius: 0;
  font-weight:  600;
  font-size:  1.1rem;
}

.office-language,
.office-info-main .office-place  {
  padding-bottom:   15px;
}

.employee-name {
  font-weight: 700;
  margin-bottom: 0;
}


.office-language,
.makelaars-kantoren-rapport-knop,
.employee-info-main .employee-address,
.employee-info-main .employee-social,
.employee-info-main .employee-maps,
.office-info-main .office-maps,
.office-info-main .office-social,
.office-info-main .office-address ul,
.office-info-main .list-office-contact,
.employee-info-main .list-employee-contact,
.office-info-main .office-place {
    border-bottom:  2px solid #fff;
}

.makelaars-kantoren-rapport-knop,
.employee-info-main .employee-address,
.employee-info-main .employee-social,
.employee-info-main .employee-maps,
.office-info-main .office-social,
.office-info-main .office-address ul,
.employee-info-main .list-employee-contact,
.office-info-main .list-office-contact {
  padding-bottom: 15px;
}

.office-social {
  padding-top: 15px;;
}

.employee-contact {
  padding-top:  15px;
  border-top: 2px solid #fff;
}

.office-info-main .office-maps,
.employee-info-main .employee-address,
.employee-info-main .employee-social,
.employee-info-main .employee-maps,
.office-info-main .office-social {
  margin-bottom: 15px;
}

.employee-info-main .employee-social ul,
.office-info-main .office-social ul {
  padding-bottom: 0;
  margin-bottom:  0;
}

.employee-language svg,
.office-language svg {
  width:  25px;
}

.office-employee {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.office-employee-info {
  padding: 1rem;
}

.office-employee-image {
  border-bottom: 3px solid #efefef;
}

.office-employee-image img {
  width: 100%;
}

.page-kantoor-pagina-detail .btn-employee,
.employees-item .btn-properties,
.offices-item .btn-employee {
  border-radius: 0;
}

.office-employee-name {
  font-weight: 700;
}

.employee-specials,
.office-specials {
  background-color: #003DA5;
}

.employee-specials .nav-tabs,
.office-specials .nav-tabs {
  border-bottom:  0;
}

.employees-item .employee-image img {
  max-height: none;
}

/* medewerkers en kantoren end */

/* officeModal popups start */

#officeModal .modal-header {
  border-bottom: 0;
}

#officeModal .btn-close-remax {
  padding: 0;
  font-size: 30px;
  margin: .0rem .5rem -.4rem auto;
  cursor: pointer;
}

@media (min-width: 576px) {
  #officeModal .modal-sm {
    max-width: 330px;
  }
}

.kantoren-template-default.modal-open {
  overflow-y: auto!important;
}

.kantoren-template.modal-open,
.remaxkantoren-template.modal-open {
    overflow: auto!important;
}

#officeModal {
    position: fixed;
    bottom: 30px;
    right: 30px;
    top: auto;
    left: auto;
    width: auto; 
    height: auto;
}

/* officeModal popups end */

/* homeModal popups start */

#homeModal{
	display:none!important;
}

#homeModal .modal-header {
  border-bottom: 0;
}

#homeModal .btn-close-remax {
  padding: 0;
  font-size: 30px;
  margin: .0rem .5rem -.4rem auto;
  cursor: pointer;
}

@media (min-width: 576px) {
  #homeModal .modal-sm {
    max-width: 330px;
  }
}

.home.modal-open {
  overflow-y: auto!important;
}

#homeModal, body{
	  overflow-y: auto!important;
}

#homeModal {
    position: fixed;
    bottom: 30px;
    right: 30px;
    top: auto;
    left: auto;
    width: auto; 
    height: auto;
}

/* homeModal popups end */

/* work around makelaars en kantoren pagina start */

/* .office-employee-function {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

.office-employee-function {
  font-size: 0.8rem;
}

.employee-broker-manager,
.employee-office-manager,
.employee-management-assistent,
.employee-commercieel-medewerker-binnendienst,
.employee-kantoormedewerkster,
.office-employee-broker-manager .office-employee-more-info, 
.office-employee-office-manager .office-employee-more-info,
.office-employee-management-assistent .office-employee-more-info,
.office-employee-commercieel-medewerker-binnendienst .office-employee-more-info,
.office-employee-kantoormedewerkster .office-employee-more-info {
  display: none;
}

/* work around makelaars en kantoren pagina end */

/* kleur wedstrijd landings page start */

.kleurwedstrijd-wrap .custom-file-label {
  display: none;
}

.kleurwedstrijd-wrap h2 {
  padding-bottom: 2rem;
}

/* kleur wedstrijd landings page end */

/* kantoor pagina new start */

.page-kantoor-pagina-content strong {
  color: #003DA5;
}

body.page-template-default.page.page-id-768081.logged-in.wp-custom-logo {
    overflow-x: hidden;
}

#confetti-canvas {
  position: fixed;
  top: 0;
}

/* workaround fix voor ZO formulier op verzoek van marketing kantoor */

.page-id-120 #wpforms-569045-field_43-container {
    clear: both !important;
    margin-left: 0 !important;
    width: 100%;
}

.page-id-120 div#wpforms-569045-field_16-container {
  display: none;
}


/* Blog en news Section makelaars/kantoren pagina's start */

.rs-news {
  background-color: #efefef;
}

.remaxwijken-template-default .blog-share {
  display: none;
}

.remaxwijken-template-default .post-image img {
  float: right;
  max-width: 400px;
  height: auto;
  background-color: #ebebeb;
  margin: 0 0 30px 30px;
  padding: 15px;
}

.rs-blog.style1 .owl-stage-outer {
  padding-bottom: 5px;
  margin-bottom: 29px;
}

.rs-blog.style1 .blog-wrap {
  transition: all 0.3s ease;
}

.rs-blog.style1 .blog-wrap .img-part {
  position: relative;
}

.rs-blog.style1 .blog-wrap .img-part img {
  transition: all 0.3s ease;
  height: 225px;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background: #003DA5;
  text-align: center;
  display: inline-block;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a i:before {
  color: #ffffff;
  font-size: 16px;
}
.rs-blog.style1 .blog-wrap .img-part .fly-btn a:hover {
  background: #228bfd;
}
.rs-blog.style1 .blog-wrap .content-part {
  padding: 15px 30px 10px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #ffffff;
}
.rs-blog.style1 .blog-wrap .content-part a.categories {
  text-transform: uppercase;
  color: #363636;
  display: inline-block;
  font-size: 15px;
}
.rs-blog.style1 .blog-wrap .content-part a.categories:hover {
  color: #003DA5;
}
.rs-blog.style1 .blog-wrap .content-part .title {
  margin: 6px 0 15px;
}
.rs-blog.style1 .blog-wrap .content-part .title a {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #1c1b1b;
}
.rs-blog.style1 .blog-wrap .content-part .title a:hover {
  color: #003DA5;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data {
  display: flex;
  align-items: center;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data img {
  max-width: 40px;
  border-radius: 100%;
  margin-right: 8px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .user-data span {
  font-size: 15px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .date {
  font-size: 14px;
}
.rs-blog.style1 .blog-wrap .content-part .blog-meta .date i {
  color: #003DA5;
  margin-right: 5px;
}
.rs-blog.style1 .blog-wrap:hover {
  margin-top: -10px;
}
.rs-blog.style1 .blog-wrap:hover .img-part img {
  filter: grayscale(1);
}
.rs-blog.style1 .blog-wrap:hover .img-part .fly-btn {
  opacity: 1;
  visibility: visible;
}

.rs-blog .sec-title .sub-title.right-line {
    padding-right: 65px;
    position: relative;
    display: inline-block;
}

.rs-blog .sec-title .sub-title.primary {
    color: #003DA5;
}

.rs-blog .sec-title .sub-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.rs-blog .sec-title .sub-title.right-line:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    z-index: 1;
    margin-left: 0;
    right: 0;
    top: 13px;
}

.rs-blog .sec-title .sub-title.primary:after {
    background: #003DA5;
}

.rs-blog .readon:hover {
    background: #228bfd;
    color: #ffffff;
}

.rs-blog .readon {
    outline: none;
    padding: 15px 29px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: #003DA5;
    transition: all 0.3s ease;
}

.rs-carousel.dot-style1 .owl-dots {
  text-align: center;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 5px;
  background: #003DA5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
  opacity: .5;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot:hover {
  width: 40px;
  opacity: 1;
}
.rs-carousel.dot-style1 .owl-dots .owl-dot.active {
  width: 40px;
  opacity: 1;
}

/* Blog Section makelaars/kantoren pagina's start */

.page-archive .post-date {
  display: none;
}

.page-archive .page-title {
  margin-bottom: 30px;
}

.page-archive .type-remaxwijken .post-item {
  background-color: #fafafa;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.page-archive .type-remaxwijken .post-image {
  margin-bottom: 0!important;
}

.page-archive .type-remaxwijken .post-info {
  padding-top: 15px;
}

.postid-792212 .page-kantoor-pagina-detail .post-792212 {
  position: relative;
}

.custom-contact-class-woonspecialist {
  position: absolute;
  top: 6px;
  right: -360px;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 1400px) {
  .custom-contact-class-woonspecialist {
    right: -345px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 1200px) {
  .custom-contact-class-woonspecialist {
    right: -330px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.custom-contact-class-woonspecialist { 
    display: none!important;
  }
}

#ModalChristmas .modal-lg {
    max-width: 538px;
}
