
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.animate--on-visibility {
  visibility: hidden;
}
.animate--on-visibility.animate__animated {
  visibility: visible;
}


/** PORTFOLIO SLIDER **/

.impressie-slider-wrapper{

    margin-bottom: -30px;

}

.swiper{
    position: relative !important;
}

.swiper-navigation-wrapper{
    position: relative !important;
    left: 30px !important;
    bottom: 30px;
    background-color: var(--global-color-8);
    display: block;
    width: 90px !important;
    height: 60px !important;
    padding: 10px !important;
    z-index: 2;

}

.swiper-button-next, .swiper-button-prev{
    color: #fff !important;
    transition: all .25s ease-in-out;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
    color: var(--global-color-9) !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 1.5rem !important;
}

.swiper-wrapper{
  width: 100%;
  height: 100%;
  max-height: 800px;
}

.impressie-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.impressie-swiper {
  overflow: visible;
}

.impressie-swiper .swiper-wrapper {
  align-items: center;
}

.impressie-swiper .swiper-slide {
  width: 80%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.impressie-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes zoomin {
    0% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 120% 120%;
    }

}

/** BLOG STYLES **/

h2.blog-title a{
  text-decoration: none;
}

/** GRAVITY FORMS STYLES **/

.gfield_required{
  color: var(--global-color-8) !important;
}

.gform_next_button, .gform_previous_button, .gform_button{
  border-radius: 5px !important;
  border: none !important;
  transition: all .25s ease-in-out;
  padding: 1rem 2rem !important;
  background-color: var(--global-color-8) !important;
  color: #fff !important;
}

.gform_next_button:hover, .gform_next_button:focus, .gform_button:hover, .gform_button:focus{
  background-color: var(--global-color-11) !important;
}

.gform_previous_button{
  border-radius: 0 !important;
  color: #fff !important;
  background-color: var(--global-color-8 !important;
}

.gform_previous_button:hover, .gform_previous_button:focus{
  border-radius: 0 !important;
  color: #fff !important;
  background-color: var(--global-color-11) !important;
}

/** DRAW ATTENTION POPUP STYLES **/

a.leaflet-rrose-close-button{
  color: #fff !important;
  background-color: var(--global-color-8) !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
}

.leaflet-rrose-content-wrapper{
  padding: 0 !important
}

.leaflet-rrose-content{
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}

.leaflet-rrose-content .hotspot-thumb{
  order: 1;
}

.leaflet-rrose-content .hotspot-thumb img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.leaflet-rrose-content h2.hotspot-title{
  order: 2;
  font-size: 20px;
  color: var(--accent) !important;
  text-align: left;
  margin: 0 !important;
  padding: 20px;
  background-color: var(--contrast-3);
}
.leaflet-rrose-content .hotspot-content{
  order: 3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.leaflet-rrose-content .hotspot-content h3{
  font-size: 17px;
  margin: 0;
}

.leaflet-rrose-content .hotspot-content ul{
  margin: 0;
  list-style: none;
}

.leaflet-rrose-content .hotspot-content ul li{
  padding: 5px;


}

.leaflet-rrose-content .hotspot-content ul li:first-child:before{
  content: url('assets/icons/tags.svg');
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: 3px;
  width: 25px;

}

.leaflet-rrose-content .hotspot-content ul li:nth-child(2):before{
  content: url('assets/icons/woning.svg');
  display: inline-block;
  padding-right: 5px;
  width: 25px;

}

.leaflet-rrose-content .hotspot-content ul li:nth-child(3):before{
  content: url('assets/icons/oppervlakte.svg');
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: 3px;
  width: 25px;
}

.leaflet-rrose-content .hotspot-content ul li:nth-child(4):before{
  content: url('assets/icons/tuin.svg');
  display: inline-block;
  padding-right: 5px;
  width: 25px;
}

.leaflet-rrose-content .hotspot-content ul li:nth-child(5):before{
  content: url('assets/icons/euro.svg');
  display: inline-block;
  padding-right: 10px;
  width: 25px;
}

.leaflet-rrose-content .hotspot-content ul li:nth-child(6):before{
  content: url('assets/icons/parkeren.svg');
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: 3px;
  width: 25px;
}



.leaflet-rrose-content .hotspot-content ul li:nth-child(even){
  background-color: var(--contrast-3);
}

.leaflet-rrose-content .hotspot-content .button-wrapper{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px
}

.leaflet-rrose-content .hotspot-content a{
  background-color: var(--accent);
  padding: 1rem 1.2rem;
  color: #fff;
  text-decoration: none;
}
.leaflet-rrose-content .hotspot-content a.woning{
  background-color: var(--global-color-8);
  padding: 1rem 2rem;
}

.hotspots-image-container a img{
  width: auto;
  display: inline-block;
  max-width: auto;
}


/** WONINGKENMERKEN BLOCK **/

.gw_woningkenmerken .wp-block-table table, .gw_woningkenmerken .wp-block-table td, .gw_woningkenmerken .wp-block-table th{
  border: none;

}

.gw_woningkenmerken .wp-block-table td{
  vertical-align: top;
}

.gw_woningkenmerken .wp-block-table tr{
  border-bottom: 1px solid var(--base)
}

.gw_woningkenmerken .wp-block-table tr:last-child{
  border: none;
}

.gw_woningkenmerken .wp-block-table tr > td{
  padding-left: 0;
}
