/*---------------------------------------
Header
---------------------------------------*/

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0px 20px;
}

#sp-header {
    height: auto;
}

.logo-image {
    height: 60px !important;
}



/*---------------------------------------
Slideshow
---------------------------------------*/

.sp-slider .sp-dots ul li {
    height: unset!important;
}

.slideshow-home .sppb-carousel-extended-item img {
    object-fit: cover;
}

.slideshow-home .sppb-carousel-extended-outer-stage {
    height: fit-content !important;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap, .sppb-image-carousel-layout1 .sppb-carousel-extended-item img, .sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
    border-radius: 0px;
}

.slideshow-home .sppb-carousel-extended-dots {
    bottom: 30px;
}


/*---------------------------------------
Body
---------------------------------------*/

.remove-p p {
    display: none;
}

/*---------------------------------------
Bottom
---------------------------------------*/

#sp-bottom3 .sppb-col-md-12, #sp-bottom4 .sppb-col-md-12 {
    padding: 0px;
}

#sp-bottom:after {
    display: none;
}

#sp-bottom3 .sppb-row-container {
    padding: 0px;
}



/*---------------------------------------
Footer
---------------------------------------*/

#sp-footer {
  background: #fff;
}

#sp-footer .sp-copyright, #sp-footer .sp-copyright a {
    color: #252525!important;
}

/*---------------------------------------
Contact Page
---------------------------------------*/

.leaflet-popup-content a{
  overflow: hidden!important; 
  position: relative; 
  background: #000!important; 
  font-size:12px; 
  border-radius: 0px; 
  border-radius: 0px; 
  color: #fff; 
  padding:10px 20px; 
  transition: 0.5s ease;
}

.leaflet-popup-content a:hover {
  z-index: 20;  
  background: #272727!important;  
  transform: translate(0px, -8px);
  transition: 0.5s ease;
}

.leaflet-popup-content span {
  text-decoration: none!important;
}

.bfQuickMode textarea {
    height: 200px !important;
}