/* 
Theme Name:		 Customify Rental
Theme URI:		 http://childtheme-generator.com/
Description:	 Customify Rental is a child theme of Customify, created by ChildTheme-Generator.com
Author:			 Bas Huisman
Author URI:		 http://childtheme-generator.com/
Template:		 customify
Version:		 1.0.0
Text Domain:	 customify-child-rental
*/

/** {
  font-family: 'Poppins', sans-serif;
}*/
.bg-dark {
  background-color: #000 !important;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  /* font-weight: 700; */
  font-weight: 300;
  font-family: Bree Serif,Rockwell,Georgia,serif;
}
h3 {
  font-size: 1.25rem;
}
.search-result-title h3, #search-count .h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
a:not(.btn), .btn-link {
  color: #28bcea;
  text-decoration: underline;
  /*transition: color .15s ease-in-out,border-color .15s ease-in-out;*/
}
a:hover, .btn-link:hover {
  color: #1f94b8;
  text-decoration: none;
}
a:not(.btn):not(.elementor-icon):not(.elementor-button):not(.portfolio-link):not(.img-link):not(.hero-page-scroller):not(.social):not(.social-link):not(.home) i.fa, .btn-link i.fa {
  font-size: .8rem;
}
a:not(.btn):not(.portfolio-link):not(.img-link):not(.hero-page-scroller):not(.social):hover i.fa, .btn-link:hover i.fa {
  color: #28bcea;
}
a.social-link {
  text-decoration: none;
}
.btn {
  transition: none;
}
#reservation-loader {
  display: none;
}
#reservation-loader i.fa {
  font-size: 14px;
}
#reservation-loader:hover, #reservation-loader:hover i.fa {
  color: #6c757d;
}

p.big {
  font-size: 2rem;
}
.navbar.topbar {
  justify-content: space-between;
}
.navbar-brand {
  margin-right: 3rem;
  font-weight: 700;
}
.navbar-brand img {
  max-height: 80px;
  width: auto;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }
}
.navbar-collapse {
    /* flex-basis: 75%; */
}
.dropdown-menu {
  border-radius: 0;
}
#wrapper-navbar.pos-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.topbar .navbar-nav li[class^="btn-outline-"], .topbar .navbar-nav li[class*=" btn-outline-"] {
  border-width: 2px;
}
.topbar .navbar-nav li.btn a {
  padding: 0;
}
.topbar .navbar-nav li.btn:hover a {
  text-decoration: none;
  color: #212529;
}
.topbar .navbar-nav > li > a {
  color: #fff;
  text-decoration: none;
}
.topbar .navbar-nav li a:hover {
  text-decoration: underline;
}
.wrapper {
  padding: 50px 0;
}
#homepage-wrapper, #subpage-wrapper, #subpage-project-wrapper, #archive-wrapper.project-wrapper, .unit-wrapper {
  padding: 0;
}
#subpage-floorplan-wrapper, #subpage-unit-wrapper, .unit-wrapper, #archive-wrapper {
  padding-bottom: 0;
}
.page-template-subpage #content, .page-template-subpage-search-results #content {
  padding-top: 50px;
}
.project-header {
  display: flex;
    height: 350px;
    overflow: hidden;
}
.project-header-img, .project-header-content-wrapper {
  float: left;
}
.project-header-img {
  position: relative;
  width: 60%;
  background-image: url('/public/radboud/img/building5.jpg');
  background-size: cover;
  background-position: center bottom;
}
.project-header-img-shape {
  position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    transform: rotate(180deg);
    right: 0;
}
.project-header-img-shape svg {
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
}
.project-header-img-shape svg .shape {
    fill: #28bcea;
}
.project-header-content-wrapper {
  background-color: #28bcea;
  width: 40%;
}
.project-header-content {
  width: 100%;
  color: #fff;
  padding-right: 15px;
}
.project-header-content hr {
  width: 10%;
  border-color: #28bcea;
  opacity: .5;
}
.project-header-content .muted {
  opacity: .5;
}
.project-header-content .h3, .project-header-content .h5 {
  font-weight: normal;
}
.project-info {
  padding: 50px 0;
  display: flex;
}
.project-info p:last-of-type {
  margin-bottom: 0;
}
.project-features {
  background-color: #EAF8FD;
}
.hero {
  height: calc(100vh - 75px);
  width: 100%;
  background-image: url('/public/radboud/img/building.jpg');
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
}
.hero.fp {
  background-image: url('/public/radboud/img/building5.jpg');
}
.hero-cover {
  height: calc(100vh - 75px);
  width: 100%;
  background-color: #000;
  opacity: .3;
  position: absolute;
}
.hero-shape {
  position: absolute;
    height: 100%;
    width: 100%;
}
.hero-shape .shape {
  fill: #000;
  opacity: .5;
}
.hero:not(.sub) h1 {
  color: #fff;
  font-size: 4rem;
}
.hero p {
  color: #fff;
  font-size: 2rem;
}
.hero .steps {
  color: #fff;
  padding-top: 60px;
}
.hero .steps i {
  margin-bottom: 5px;
}
.hero .steps p {
  font-size: 1rem;
}
.hero label {
  color: #fff;
}
.hero.sub, .hero.sub .hero-cover {
  height: calc(30vh - 56px);
  min-height: 215px;
}
.hero.sub .row.valign {
  height: calc(30vh - 56px);
  min-height: 215px;
}
.hero h1 {
  width: 100%;
}
.hero.sub h1 {
  color: #fff;
  font-weight: 700;
}
.hero-bottom {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  3% {
    transform: translate(0, 5px);
  }
  6% {
    transform: translate(0, 0);
  }
  9% {
    transform: translate(0, 5px);
  }
  12%, 100% {
      transform: translate(0, 0);
  }
}
.hero-bottom .pagescroll {
  color: #fff !important;
  display: inline-block;
  animation: move 5s infinite ease-in-out;
}
.hero-bottom .pagescroll:hover {
  opacity: .8;
  animation: none;
}
.hero.fp h1 small {
  font-size: 50%;
  line-height: 50%;
}
.row.valign {
  min-height: 100vh;
}
.valign {
  display: flex;
    align-items: center;
}
.hero .row.valign {
  min-height: calc(100vh - 75px);
}
.hero-bottom a.btn {
  margin-bottom: 50px;
}
/*.content-area {
  padding-top: 50px;
}*/
#content {
  min-height: 50vh;
}
section#portfolio {
  padding: 50px 0;
}
#portfolio .row:not(:nth-child(1)) {
  margin-top: 30px;
}
.section-title {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
}
.section-title:after {
  height: 5px;
    width: 50px;
    background-color: #28bcea;
    content: '';
    display: block;
    margin: 20px auto 0;
    border-radius: 5px;
}
.portfolio-img {
  overflow: hidden;
}
.portfolio-img a.portfolio-link:hover {
  opacity: 1;
}
.portfolio-img a.portfolio-link img {
  transition: all .15s ease-in-out;
}
.portfolio-img a.portfolio-link:hover img {
    -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.portfolio-img .img-overlay {
  top: 0;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.portfolio-item:nth-child(odd) .img-overlay {
    padding-left: 15px;
    padding-top: 20px;
}
.portfolio-item:nth-child(even) .img-overlay {
    right: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.portfolio-img .img-shape {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  opacity: .9;
}
.portfolio-item:nth-child(even) .img-shape {
  transform: rotate(180deg);
  right: 15px;
}
.portfolio-img .img-shape svg {
  display: block;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
}
.portfolio-img .img-shape svg .shape {
    fill: #28bcea;
}
.portfolio-img .h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.portfolio-item:nth-child(odd) .h2 {
  top: 5%;
}
.portfolio-item:nth-child(even) .h2 {
  position: absolute;
    bottom: 5%;
    right: 25%;
}
.img-overlay p {
  color: #fff;
  opacity: .8;
  white-space: nowrap;
}
.img-overlay p:first-of-type {
  margin-top: 1rem;
  margin-bottom: 0;
}
.portfolio-item:nth-child(even) p {
  position: absolute;
  right: 25%;
  bottom: 21%;
}
.portfolio-item:nth-child(even) p:first-of-type {
  bottom: 19%;
}
.portfolio-img .img-btn {
  color: #fff;
    border-color: #fff;
    position: absolute;
    margin-top: -30px;
    top: 50%;
}
.portfolio-item:nth-child(even) .img-btn {
  right: 25%;
}
.portfolio-img a.portfolio-link:hover .img-btn {
  background-color: #fff;
  color: #28bcea;
}
#search-filter label:not(.form-check-label) {
  font-weight: 600;
}
#search-filter #inputAvailableTo {
  margin-top: 10px;
}
#search-count, #search-filter-display-handle {
  margin-bottom: 15px;
}
#search-filter-display-handle .collapsed i.fa-chevron-up:before {
  content: "\f078";
}
#active-filters-container #remove-filters {
  padding-left: 15px;
}
/* #search-filter label[for=property_price_from], #search-filter #property_price_from, #home-search label[for=property_price_from], #home-search #property_price_from {
  display: none;
} */
/* #home-search .price-inputs {
  display: none;
} */
#home-search .price-inputs ~ .price-inputs {
  display: block;
}
.badge-theme-primary {
  background-color: #28bcea;
  color: #fff;
}
#active-filters-display {
  padding: 15px 0;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 15px;
}
#active-filters-display .badge-active-filter {
  padding: .5em .8em;
    font-size: .9rem;
    font-weight: normal;
    color: #555;
}
#active-filters-display .badge-active-filter:hover {
  color: #111;
  cursor: pointer;
}
#search-results {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
#search-results .search-result/*:not(:last-of-type)*/ {
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}
#search-results .search-result:not(:first-of-type) {
    margin-top: 15px;
}
.search-result .search-result-img {
  overflow: hidden;
  position: relative;
}
.search-result .search-result-img figure {
    margin-bottom: 0;
    margin-top: 0;
}
.search-result .search-result-img figure figcaption {
    display: none;
}
.search-result .search-result-img > a:not(.btn) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.search-result-img > a:not(.btn) {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.search-result-info .alert {
  padding: .5rem .75rem;
}
.search-result .img-fluid.m-t-15 {
  margin-top: 0;
}
.status-sticker {
  position: absolute;
  right: 0;
  top: 6px;
  background: #F00;
  color: #fff;
  padding: 0.3em 1em;
  margin-right: 0;
  font-size: 0.9em;
  z-index: 1;
}
.status-sticker.new {
  background: #f59531;
}
.status-sticker.leased {
  background: #1C3A83;
}
.status-sticker.under-reservation {
  background: #28bcea;
}
.status-sticker.open {
  background-color: transparent;
  background-image: url("/public/ikwilhuren/img/openhuis.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: Bree Serif,Rockwell,Georgia,serif;
  font-size: 140%;
  font-style: italic;
  height: 100px;
  line-height: 1;
  padding: 0;
  padding-top: 0.9em;
  position: absolute;
  left: 1em;
  top: -6px;
  text-align: center;
  width: 80px;
  z-index: 1;
}
.alert-home-open {
  border-color: #bee5eb;
  background-color: #EAF8FD;
}
.alert-home-open ul.home-open-wrapper {
  padding-left: 0;
}
.alert-home-open li.home-open-date {
  margin: 10px 0;
}
.alert-home-open li.home-open-date a.epl_inspection_calendar {
  text-decoration: none;
  cursor: default;
  color: #212529;
}
.alert-home-open li.home-open-date a.epl_inspection_calendar td {
  padding-right: 15px;
  line-height: 1.5;
}
.sold-status, .page-price.sold {
    text-transform: none;
    color: #6c757d;
}
.search-result a.img-link {
  display: block;
  overflow: hidden;
}
.search-result a.img-link:hover {
  opacity: 1;
}
.search-result .search-result-img img {
  transition: all .15s ease-in-out;
}
.search-result .search-result-img:hover img:not(.no-scale) {
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.search-result .img-overlay {
  top: 0;
  width: 10%;
  height: 100%;
  position: absolute;
  padding-left: 15px;
    padding-top: 20px;
    color: #fff;
}
.search-result .complex-title {
  font-size: 1.25rem;
}
.search-result .complex-city {
  font-size: .8rem;
}
.search-result .img-shape {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  opacity: .9;
}
.search-result .img-shape svg {
  display: block;
    position: absolute;
    top: 0;
    left: -1px;
    height: 100%;
}
.search-result .img-shape svg .shape {
    fill: #28bcea;
}
.search-result .search-result-title {
  margin-bottom: 20px;
}
.search-result .search-result-title a {
  color: #224a89;
  text-decoration: none;
}
.search-result .search-result-title a:hover .street-name {
  color: #224a89;
  text-decoration: underline;
}
/* .search-result .search-result-title a:hover h3 small {
  color: #212529;
  text-decoration: none !important;
} */
.search-result .search-result-title h3 {
    position: relative;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
.search-result .search-result-title h3 small {
  display: block;
  font-size: .9em;
  line-height: 1.5em;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #212529;
}
.search-result .search-result-price {
  font-weight: 700;
}
.search-result-specs, .object-summary-specs {
  margin: 0;
    padding: 0;
    overflow: hidden;
}
.search-result-specs > li, .object-summary-specs > li {
    list-style: none;
    float: left;
    position: relative;
}
.search-result-specs > li:not(:last-of-type) {
    margin-right: 8px;
    padding-right: 12px;
}
.search-result-specs > li:not(:last-of-type)::after, .object-summary-specs > li:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    content: "●";
    font-size: 10px;
}
.search-result-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 15px;
}
.search-result .search-result-project {
  margin-top: 8px;
}
.search-result .search-result-button i.fa, .btn:not(.btn-lg) i.fa:not(.fa-spin) {
  font-size: .8em;
}
.fa-spin {
  font-size: 14px;
}
.search-result .icon .icon-value {
  display: inline-block;
  margin-left: 20px;
}
.search-result.search-result-complex {
  font-size: 95%;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
}
.search-result-complex .alert-home-open {
  display: none;
}
.rent-period {
  display: none;
}
.epl-switch-view {
  display: none;
}
.btn-ghost {
  border: 2px solid #fff;
  color: #fff;
}
.btn-ghost:hover {
  background-color: #fff;
  color: #28bcea;
}
.btn-theme-primary, .wpcf7 input[type=submit].wpcf7-form-control.btn-primary, .btn-primary {
    color: #fff;
    background-color: #28bcea;
    border-color: #28bcea;
}
.btn-theme-primary:hover, .wpcf7 input[type=submit].wpcf7-form-control.btn-primary:hover, .btn-primary:hover {
  color: #fff;
  background-color: #1f94b8;
  border: 1px solid #1f94b8;
  cursor: pointer;
}
.btn-outline-theme-primary {
  color: #28bcea;
  background-color: transparent;
  background-image: none;
  border-color: #28bcea;
}
.btn-outline-theme-primary:hover {
  color: #fff;
  background-color: #28bcea;
  border-color: #28bcea;
}
.btn-theme-secondary, .wpcf7 input[type=submit].wpcf7-form-control.btn-secondary {
    color: #fff;
    background-color: #f59531;
    border-color: #f59531;
}
.btn-theme-secondary:hover, .wpcf7 input[type=submit].wpcf7-form-control.btn-secondary:hover {
  color: #fff;
  background-color: #c27727;
  border: 1px solid #c27727;
  cursor: pointer;
}
.btn-outline-theme-secondary {
  color: #f59531;
  background-color: transparent;
  background-image: none;
  border-color: #f59531;
}
.btn-outline-theme-secondary:hover {
  color: #fff;
  background-color: #f59531;
  border-color: #f59531;
}
.btn-theme-tertiary, .wpcf7 input[type=submit].wpcf7-form-control.btn-tertiary {
    color: #fff;
    background-color: #1C3A83;
    border-color: #1C3A83;
}
.btn-theme-tertiary:hover, .wpcf7 input[type=submit].wpcf7-form-control.btn-tertiary:hover {
  color: #fff;
  background-color: #00224f;
  border: 1px solid #00224f;
  cursor: pointer;
}
.btn-outline-theme-tertiary {
  color: #1C3A83;
  background-color: transparent;
  background-image: none;
  border-color: #1C3A83;
}
.btn-outline-theme-tertiary:hover {
  color: #fff;
  background-color: #1C3A83;
  border-color: #1C3A83;
}
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #7cc242;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-grey {
  background-color: transparent;
  background-image: none;
  border-color: #EDEDED;
}
.btn-outline-grey:hover {
  background-color: #EDEDED;
  border-color: #EDEDED;
}
.bg-theme-primary {
  background-color: #28bcea !important;
}
.bg-theme-secondary {
  background-color: #f59531 !important;
}
.bg-theme-tertiary {
  background-color: #1C3A83 !important;
}
.text-theme-primary {
  color: #28bcea !important;
}
.text-theme-secondary {
  color: #f59531 !important;
}
.text-theme-tertiary {
  color: #1C3A83 !important;
}
.border-light {
  border-color: #f0f0f0 !important;
}
.form-control {
  border-radius: 0;
}
.carousel-control-next, .carousel-control-prev {
  opacity: .8;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
  cursor: pointer;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* turn off bootstrap default svg chevrons */
  background-image: none;

  /* override bootstraps fixed size */
  width: auto;
  height: auto;

  /* extend FontAwesome */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* set the size and color of the FontAwesome chevrons */
  font-size: 2rem;
  color: #fff;
}
.carousel-control-prev-icon,
.carousel-control-next-icon,
.carousel-caption {
  /* add a text shadow to the chevrons and caption (inner text) to make them visible on white backgrounds */
  text-shadow: 0 0 0.5rem rgba(0,0,0,0.8);
}
.carousel-control-prev-icon:before {
  /* extend FontAwesome left chevron*/
  content: "\f053";
}
.carousel-control-next-icon:before {
  /* extend FontAwesome right chevron*/
  content: "\f054";
}
.carousel-indicators li {
  /* add a box shadow to the indicators to make them visible on white backgrounds */
  box-shadow: 0 1px 0.4rem rgba(0, 0, 0, 0.5);
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1;
}
.carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: block;
}
.carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: 140px !important;
    box-shadow: none;
}
.carousel-custom .carousel-indicators li:hover {
  cursor: pointer;
}
.carousel-custom .carousel-indicators li:not(:last-of-type) {
  margin-right: 10px !important;
}
.carousel-indicators li::after, .carousel-indicators li::before {
  content: none;
}
.carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
.carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
.carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
.carousel-custom .carousel-item {
  max-height: 550px;
}
.carousel-custom .item-360 img {
  position: absolute;
  z-index: -1;
}
.carousel-custom .item-360 iframe {
}
.wrapper#wrapper-footer-full {
  padding: 0;
}
#wrapper-footer {
  background: #333;
  padding: 80px 0;
  color: #fff;
  margin-top: 0;
}
#wrapper-footer .img-col {
  padding: 5%;
}
#wrapper-footer ul {
  margin-bottom: 0;
}
#wrapper-footer a {
  color: #fff;
}
#wrapper-footer a:hover {
  text-decoration: underline;
}
#wrapper-footer hr {
  border-top-color: #fff;
}
#sub-footer {
  padding: 10px 0;
  background-color: #f5f5f5;
  color: #fff;
}
#subfooter a {
  color: #1C3A83;
  text-decoration: none;
}
#subfooter a:hover {
  color: #1C3A83;
  text-decoration: underline;
}
#map {
  height: 350px;
  width: 100%;
}
#rent-now {
  background-color: #28bcea;
  /*box-shadow:
        inset 0px 16px 20px -10px rgba(0,0,0,.3),
        inset 0px -16px 20px -10px rgba(0,0,0,.3);*/
    overflow: hidden;
    position: relative;
}
.rent-now-shape {
  position: absolute;
    height: 100%;
    width: 100%;
}
.rent-now-shape .shape {
  fill: #000;
  opacity: .08;
}
#rent-now h2 {
  color: #fff;
  margin: 80px 0;
}
#rent-now .card.rent-overview-container {
  border-width: 0;
  border-radius: 0;
  /*box-shadow: 0px 0px 20px 1px rgba(0,0,0,.3);*/
  overflow: hidden;
  background-color: #FDFDFD;
  margin-bottom: 80px;
}
#rent-now .card.rent-overview-container .card-body {
  padding: 2.5rem 1.25rem;
}
#rent-now .list-group .list-group-item {
  background-color: #FDFDFD;
}
.card-menu {
  margin-bottom: 30px;
}
.card-menu .list-group .list-group-item {
  color: #212529;
}
.card-menu .list-group .list-group-item:hover, #rent-now .list-group .list-group-item:hover, .card-menu .list-group .list-group-item.active {
  background-color: #F7F9F7;
}
.card-menu .list-group .list-group-item.active {
  font-weight: 600;
}
.card-menu .list-group .list-group-item.active:not(:first-of-type) {
  border-top: 1px solid rgba(0,0,0,.125);
}
.card-menu .list-group .list-group-item.active:not(:last-of-type) {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-menu .list-group li {
  list-style-type: none;
}
.card-menu .list-group .list-group-item .tooltip-spacer {
  padding-right: 6px;
}
.card-menu .list-group .list-group-item .badge {
  margin-top: .2rem;
}
.card-menu .list-group .list-group-item .badge-light {
  background-color: #ccc;
  color: #fff;
}
#rent-now .card.rent-overview-container .card-footer {
  background-color: #F7F9F7;
}
.card-property {
  border: 0;
  border-radius: 0;
}
.back-link {
  display: inline-block;
  margin-bottom: 1rem;
}
.back-link i {
  font-size: .8rem;
}
.info-indicator {
  color: #ccc;
  vertical-align: top;
  font-size: 50%;
  display: inline-block;
  padding-top: 0;
    border: 0;
    background-color: transparent;
}
.info-indicator:hover {
  color: #999;
}
.legend .badge {
  vertical-align: middle;
  margin-top: -.25rem;
}
.legend .badge-light {
  background-color: #ccc;
}
.legend-value {
  display: inline-block;
  margin-left: 3px;
  margin-right: 6px;
}
.unit-media .carousel {
  margin-top: 15px;
}
.unit-media .carousel .info-indicator {
  font-size: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9;
  color: #999;
}
.unit-media .carousel .info-indicator:hover {
  color: #666;
}
.card-cta-container {
  padding: 15px 0;
}
.card-cta {
  border-radius: 0;
  /* background-color: #F7F9F7; */
  /*border-color: #1C3A83;*/
  border-color: #bee5eb;
}
.card-cta .top {
  /* background-color: #d0ebf2; */
  background-color: #EAF8FD;
  /* background-color: #89DAF3; */
}
.card-cta .alternatives {
  margin-top: 15px;
  color: #28bcea;
}
.card-cta .alternatives .alternative {
  padding: 5px 0;
}
.card-cta .alternatives .fa-fw {
  width: 21px;
}
.card-cta .alternatives .alternative i.fa-chevron-left {
  font-size: .8rem;
}
.card-cta .fa-ul li {
  margin-bottom: 15px;
}
#sidebar-right .signup-promo {
  font-size: 15px;
}
#sidebar-right .signup-promo .fa-stack.fa-li {
  position: absolute;
}
#sidebar-right .signup-promo li i{
  /*top: 50%;
  transform: translateY(-50%);
  font-size: 20px;*/
}
#sidebar-left .signup-promo .fa-stack {
  position: static;
}
.card-author {
  border-radius: 0;
}
.card-author .epl-author-contact-details {
  width: 100%;
  float: none;
}
#left-sidebar {
    margin-bottom: 2rem;
}
.unit-description {
  padding-top: 20px;
}
.unit-specs {
  padding-bottom: 20px;
}
.card-unit-description, .card-unit-specs {
  border-radius: 0;
  height: 100%;
  border: 0;
}
.card-unit-description p:last-of-type {
  margin-bottom: 0;
}
.collapse.show .card-unit-description .card-body {
  padding-bottom: 0;
}
.unit-specs-list {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.unit-specs-list dt, .unit-specs-list dd {
  margin: 0;
  float: left;
  border-top: 1px solid rgba(0,0,0,.125);
}
.unit-specs-list dt {
    clear: left;
    padding: 0.5rem 0;
    width: 40%;
    color: #999;
    font-weight: normal;
}
.unit-specs-list dd {
    padding: 0.5rem 0 0.5rem 2%;
    width: 60%;
}
.collapse.collapse-custom:not(.show) {
  display: block;
  height: 190px;
  overflow: hidden;
}
.collapse-show-trigger {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50&0+0,1+50 */
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 76px;
    margin-top: -38px;
    margin-bottom: 20px;
    padding-top: 38px;
    position: absolute;
    /*width: 100%;*/
}
.collapse-show-trigger button {
  text-decoration: none;
}
.collapse-show-trigger button:hover {
  cursor: pointer;
}
.text-white .sold-status, .text-white .page-price.sold {
    text-transform: none;
    color: #ffffff;
}
.usp-bar {
  padding: 60px 0;
    border-top: 1px solid rgba(0,0,0,.125);
    margin-top: 50px;
}
#subpage-project-wrapper .usp-bar, #subpage-floorplan-wrapper .usp-bar, #subpage-unit-wrapper .usp-bar, .single-rental .usp-bar, #archive-wrapper .usp-bar {
  margin-top: 0;
}
.usp-bar i.fa {
  margin: 40px 20px 0;
  color: #28bcea;
}
.usp-bar .h5 {
  font-weight: normal;
}
.form-container {
  padding: 15px;
  position: relative;
}
.form-cover {
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
  padding: 50px 15px;
}
.reservation-timer {
  display: none;
  padding-bottom: 50px;
}
#reservation-form, #exception-cannot-start, #exception-not-available {
  display: none;
}
input[type=date] {
  padding: .38rem .75rem;
}
#extra-tenant-form-container, .primary-tenant-title {
  display: none;
}
#extra-tenant-form-container {
  padding-top: 15px;
}
#hide-extra-tenant {
  display: inline-block;
  margin-bottom: 10px;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: inherit;
}
.copy-btn {
  margin: -2px 0 0 6px;
}
.navbar-nav {
  width: 100%;
}
.lang-item-first {
  margin-left: auto;
}
.custom-file-control:lang(nl)::before {
    content: "Bladeren";
}
.custom-file-control:lang(nl):empty::after {
    content: "Kies bestand...";
}
.navbar-toggler {
  border: 1px solid #28bcea;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#28bcea' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.arconix-faq-wrap {
  border-radius: 0 !important;
  padding: 10px !important;
  background-color: #f2f2f2 !important;
  border-width: 0 !important;
}
.arconix-faq-title {
     background: none !important;
}
.arconix-faq-title:before {
    content: "\f0fe";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-top: 4px;
    margin-left: -25px;
    color: #28bcea;
}
.arconix-faq-title.faq-open:before {
    content: "\f146";
}
.entry-content h3.arconix-faq-term-title {
  margin-top: 0;
}
.arconix-faq-content {
    font-style: italic;
    /* color: #777; */
    opacity: .8;
    /*font-size: 15px;*/
}
.alert {
  border-radius: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.mb30 {
  margin-bottom: 30px;
}
.m-t-15 {
  margin-top: 15px;
}

/*
 * IKWILHUREN.NU edits
 */

.bg-dark-blue {
  background: #1C3A83;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,1);
  text-decoration: underline;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active, .navbar-dark .navbar-nav .dropdown-menu .current-menu-item > .nav-link {
  color: #16181b!important;
  text-decoration: none;
  background-color: #f8f9fa;
}
.navbar-dark .navbar-nav > .current-menu-item > .nav-link, .navbar-dark .navbar-nav > .current-menu-parent > .nav-link {
  color: rgba(255,255,255,1);
  text-decoration: underline;
}
.dropdown-menu {
  border-radius: .25rem;
}
#footermat {
  clear: both;
  padding: 60px 0;
}
.floormat {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.footerplaatsen {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    font-size: 90%;
    line-height: 1.5;
}
.floormat a {
    color: #c3c3ba;
    display: block;
    text-decoration: none;
}
.floormat a:hover {
  color: #1C3A83;
}
footer img {
  height: 120px;
}
#subfooter .social>span {
  margin-top: -10px;
}
#home-slider ul {
  height: 320px;
}
.br-dashed {
  border-right: 1px dashed;
}
.sow-slider-image a:not(.btn) {
  color: #fff;
  font-size: 28px;
  display: block;
  text-decoration: none;
}
.sow-slider-image a.btn {
  margin-top: 15px;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style:none;
  display: block;
}
.breadcrumb li {
  display: inline;
  margin-right: 6px;
  color: #666;
}
.breadcrumb span {
  font-size: 14px;
}
.breadcrumb i {
  font-size: 12px;
  color: #ddd;
}
#nav-pagination {
  text-align: center !important;
    border: solid #EDEDED;
    border-width: 1px 0;
}
ul.pagination {
  display: inline-flex;
  border-radius: 0;
}
#nav-pagination .page-link, #nav-pagination .page-link a {
  /*border-radius: 0 !important;*/
  color: #212529;
    border-width: 0;
    border-radius: 0 !important;
  text-decoration: none;
}
#nav-pagination .page-link:hover, #nav-pagination .page-link:hover a {
    /*color: #28bcea;*/
    background-color: #EDEDED;
}
#nav-pagination .page-link.ellipsis:hover {
    background-color: transparent;
    cursor: default;
}
#nav-pagination span.page-link:not(.ellipsis) {
    padding: 0;
}
#nav-pagination span.page-link a {
    padding: .5rem .75rem;
    display: inline-block;
}
#nav-pagination li.page-item.active .page-link {
  background-color: #28bcea;
  border-width: 0;
    color: #FFF;
    cursor: default;
    text-decoration: none;
}
#nav-pagination span.page-item-direction a, #nav-pagination span.page-item-direction i {
    color: #28bcea;
}
/*#nav-pagination span.page-item-direction .btn i {
  color: #fff;
}*/
#nav-pagination span.page-item-direction:hover a {
    text-decoration: underline;
}
#nav-pagination span.page-item-direction .page-link:hover, #nav-pagination span.page-item-direction .page-link:hover a {
    background-color: transparent;
}
/*#archive-description,*/ #archive-description p, #archive-description a, #archive-description span {
  font-size: 80%;
}
#archive-description h1, #archive-description h2, #archive-description h3, #archive-description h4, #archive-description h5, #archive-description h6 {
  font-size: 100%;
}
.epl-author-contact {
  /*font-size: 75%;*/
}
.menu-indicator {
  color: #8E9DC1;
}
#archive-description {
  column-count: 2;
}
.p-relative {
  position: relative !important;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
  width: 100% !important;
}
.gform_wrapper label.gfield_label {
  font-weight: normal;
  font-size: 22px;
}
.gform_wrapper .gfield_radio li:hover {
  cursor: pointer;
}
.gform_wrapper .card {
  margin-bottom: 0;
}
.gform_wrapper a.choiceLink {
  color: #212529;
  text-decoration: none;
}
.gform_wrapper a.choiceLink:hover .card {
  border-color: #4cae4c;
}
.gform_wrapper a.choiceLink:hover .panel-group-addon {
  border-color: #4cae4c;
  background-color: #dff0d8;
  color: #3c763d;
}
.gform_wrapper a.choiceLink .card:hover, .gform_wrapper a.choiceLink .card-body:hover {
  cursor: pointer !important;
}
.gform_wrapper .top_label li ul.gfield_radio {
  width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.bs-callout {
  border-left: 5px solid #EEE;
  padding: 15px 15px 15px 15px;
}
.bs-callout-info {
  background-color: #F0F7FD;
  border-color: #D0E3F0;
}
.gform_wrapper .gfield_label.bs-callout {
  display: block !important;
}
.gform_wrapper .gf-contact-page .bs-callout {
  border-left-width: 0px !important;
  padding: 0 !important;
  background-color: transparent !important;
  display: inline !important;
  font-size: 15px !important;
}
.gform_wrapper .btn {
  padding: 6px 12px;
}
.gform_wrapper .btn:hover {
  text-decoration: none;
}
.gform_wrapper .panel-group {
  display: table;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
  margin-bottom: 0px;
}
.panel-group .panel-group-addon, .panel-group .card {
  display: table-cell;
}
.panel-group-addon {
  padding: 6px 18px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.panel-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.panel-group .card:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#gform_submit_button_2, #gform_submit_button_3 {
  display: none;
}
.wpcf7-form input[type="checkbox"]{
  margin-right: 5px;
}
.wpcf7-form-control.agreeMail {
  margin-bottom: 0;
}
#cf7-submit .form-group {
  margin-bottom: 0;
}
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0;
}
.wp-activate-container {
  padding: 30px;
}
ul.wpm-language-switcher {
  margin-left: 15px;
}
.switcher-list li a {
  text-decoration: none;
}
.btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
  box-shadow: none;
}
.wpm-language-switcher li.active, .wpm-languages.active-language {
  display: none;
}

.wpcf7 {
  max-width: none;
}
.obx-logged-in .menu-signup-button {
  display: none !important;
}
#main, #sidebar-primary, #sidebar-secondary {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.epl-search-form {
  overflow: visible;
}
.nav-menu-desktop .menu>li>a {
  font-weight: 400;
  font-size: 1em;
}
.primary-menu li a {
  text-decoration: none;
}
.primary-menu li a:hover {
  text-decoration: underline;
}
.epl-archive-utility-wrapper + .epl-archive-utility-wrapper {
  display: none;
}
#terms-wrapper {
  padding-top: 0;
}
#terms-wrapper .search-result-specs {
  min-height: 48px;
}
#terms-wrapper .search-result .search-result-img figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* constrain images within carousel slides */
.unit-media .carousel-custom .carousel-inner, #project-info-media .carousel-custom .carousel-inner {
  background-color: #fff;
}
.unit-media .carousel-custom .carousel-item, #project-info-media .carousel-custom .carousel-item {
  height: 550px;
}
.unit-media .carousel-item img, #project-info-media .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.search-result-img .carousel-item {
  padding-top: 66.66%;
}
.search-result-img .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }
  .navbar-nav .lang-item .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .hero:not(.sub) h1 {
    font-size: 4rem;
  }
  .project-header-content .h3 {
    font-size: 1.5rem;
  }
  .project-header-content .h5 {
    font-size: 1.1rem;
  }
  .alternatives {
    font-size: .9rem;
  }
}

/* ONLY Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .card-menu .list-group .list-group-item {
    font-size: .9rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
  .navbar-brand {
      margin-right: 30px;
  }
  .navbar .container {
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }
  .search-result .search-result-title {
    margin-bottom: 5px;
  }
  .search-result .search-result-project, .search-result .search-result-button {
    float: none !important;
  }
  .search-result .search-result-button {
    margin-top: 5px;
  }
  .search-result .search-result-button a {
    font-size: .9rem;
  }
  .search-result .complex-title {
      font-size: 1rem;
  }
  .project-header-content h1 {
    font-size: 2rem;
  }
  .project-header-content .h3 {
    font-size: 1.25rem;
  }
  .project-header-content .h5 {
    font-size: 1rem;
  }
  .rent-overview-container .card-menu, #project-menu {
    margin-top: 30px;
  }
  .card-cta-container.sticky-top {
    position: static;
  }
  .motivation {
    margin-bottom: 30px;
  }
  .rental-stats .h1 {
    font-size: 2rem;
  }
  .footerplaatsen {
    column-count: 2;
  }
}

/* ONLY Medium devices (tablets, more than 767px and less than 992px) */
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-img .h2 {
    font-size: 1.5rem;
  }
  .img-overlay p {
    font-size: 13px;
  }
  .portfolio-img .img-btn {
    padding: .3rem .8rem;
    font-size: .8rem;
    top: 57%;
  }
  .img-overlay p:first-of-type {
      margin-top: 0;
  }
  .portfolio-item:nth-child(even) p {
    bottom: 22%
  }
  .portfolio-item:nth-child(even) p:first-of-type {
      bottom: 21%;
  }
  .search-filter-home .epl-search-submit-row {
    margin-top: -10px !important;
  }
}

/* ALL devices above 768px */
@media (min-width: 768px) {
  #search-filter.collapse {
    display: block;
  }
  #main-menu > li.menu-item:first-of-type > a.nav-link {
    padding-left: 0;
  }
  #main-menu > li.menu-item:last-of-type > a.nav-link {
    padding-right: 0;
  }
  .w-md-auto {
    width: auto !important;
  }
  #search-results .search-result {
    display: flex;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  footer h4 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .hero:not(.sub) h1 {
    font-size: 3rem;
  }
  .lang-item-first {
    margin-left: unset;
  }
  .header-cta {
    width: 100%;
  }
  .navbar-nav {
    padding-top: .5rem;
  }
  .navbar-nav > li:first-of-type {
    border-top: 1px solid rgba(0,0,0,.125);
  }
  .navbar-nav > li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.125);
  }
  #portfolio .row .portfolio-item:not(:nth-child(1)) {
      margin-top: 30px;
  }
  .project-header-content h1 {
    font-size: 1.75rem;
  }
  .project-header-content .h3 {
    font-size: 1rem;
  }
  .project-header-content .h5 {
    font-size: .8rem;
  }
  .project-header-content .btn-lg {
    padding: .5rem 1rem;
      font-size: 1rem;
  }
  #project-info-media {
    margin-top: 30px;
  }
  .navbar-brand {
    text-align: center;
  }
  .search-result {
    background-color: #f8f9fa;
    margin-bottom: 2rem;
  }
  #nav-pagination span.page-link a {
    padding: 0;
  }
  .rent-overview-container .card-body {

  }
  .nav-container {
    width: 100%;
    padding: 10px;
    background-color: #48555D;
    border: 1px solid #2f383d;
    border-radius: .2rem;
  }
  #search-filter {
    overflow: hidden;
  }
}

/* ONLY Small devices (landscape phones, more than 575px and less than 768px) */
@media (min-width: 576px) and (max-width: 767px) {
  footer .nav-list-container:first-child {
    margin-bottom: 30px;
  }
}

/* ALL devices above 575px */
@media (min-width: 575px) {

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  p.big {
    margin-bottom: .5rem;
  }
  .container {
      padding: 0 30px;
  }
  .portfolio-img .h2 {
    font-size: 1.5rem;
  }
  .img-overlay p {
    font-size: 13px;
  }
  .portfolio-img .img-btn {
    padding: .3rem .8rem;
    font-size: .8rem;
    top: 57%;
  }
  .img-overlay p:first-of-type {
      margin-top: 0;
  }
  .portfolio-item:nth-child(even) p {
    bottom: 22%
  }
  .portfolio-item:nth-child(even) p:first-of-type {
      bottom: 21%;
  }
  .search-result .search-result-title h3 {
    font-size: 1rem;
  }
  .search-result .search-result-info {
    font-size: .9rem;
  }
  #start-reservation {
    font-size: 1rem;
  }
  .btn-xs-wrap {
    white-space: normal;
  }
  #archive-description {
    column-count: 1;
  }
  .unit-media .carousel-custom .carousel-item, #project-info-media .carousel-custom .carousel-item {
    height: 250px;
    max-height: 250px;
  }
}
.slide-img:after {
  content: "";
  height:100%;
  width:50%;
  background: -moz-linear-gradient(left, rgba(40,188,234,1) 0%, rgba(40,188,234,1) 50%, rgba(40,188,234,0) 80%, rgba(40,188,234,0) 100%);
  background: -webkit-linear-gradient(left, rgba(40,188,234,1) 0%,rgba(40,188,234,1) 50%,rgba(40,188,234,0) 80%,rgba(40,188,234,0) 100%);
  background: linear-gradient(to right, rgba(40,188,234,1) 0%,rgba(40,188,234,1) 50%,rgba(40,188,234,0) 80%,rgba(40,188,234,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28bcea', endColorstr='#0028bcea',GradientType=1 );
}