/*
Theme Name:  Southern Leyte - Child
Template:  southleyte
Version: 1.8
*/
/*-----------------------------------------
GENERIC
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
    margin-top: 0 !important
}

body {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
p {
    margin-bottom: 25px !important;
    line-height: 30px;
}

a {
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: "Open Sans", sans-serif !important;
	font-weight: bold !important;
    margin-bottom: 15px;
}

.no-padding {
	padding:0 !important;
}

.blue-text {
    color:#00a69a;
}


.green-title {
    color:#B2D233;
    font-weight: 800;
    font-size: 30px;    
    margin-bottom: 0px;
}

.subtitle {
    font-size: 30px !important;
    line-height: 38px !important;
    font-weight: 300;
}

.light {
    font-weight: 300 !important
}

.uppercase {
    text-transform: uppercase;
}
.s14 { font-size: 14px !important }
.s15 { font-size: 15px !important }
.s16 { font-size: 16px !important }
.s18 { font-size: 18px !important }
.s20 { font-size: 20px !important }
.s22 { font-size: 22px !important }
.s24 { font-size: 24px !important }
.s26 { font-size: 26px !important }
.s28 { font-size: 28px !important }
.s30 { font-size: 30px !important }
.s32 { font-size: 32px !important }
.s34 { font-size: 34px !important }
.s36 { font-size: 36px !important }
.s46 { font-size: 46px !important }
.s76 { font-size: 76px !important }


.text-center {  text-align: center; }
.text-left {    text-align: left; }
.text-right {   text-align: right; }
.text-justify { text-align: justify; }

.rounded img, .rounded{
    border-radius: 50% !important;
    border: 4px solid #efefef;
}

.text-shadow, .text-shadow .fa, .text-shadow a {
    text-shadow: 0 0 25px #000;
}

.hard-shadow, .hard-shadow .fa, .hard-shadow a {
        text-shadow: 2px 2px 2px #000 !important;
}



.blue-alpha {
    background: #6fc9bba8 !important;
    color: #fff !important;
    padding: 15px 15px !important;
}

.shadowed {
    box-shadow: 10px 11px 0px #0000002b;
}
.right-center {
    float:right;
}

.left-center {

}

.no-overflow{
    overflow: hidden !important;
}

@media screen and (max-width: 959px) {
    .s76 { font-size: 46px !important }

    .left-center, .right-center {
        display: block !important;
        margin: 0 auto !important;
        float: none !important;
        text-align: center !important;    
        margin-bottom:15px !important;    
    }


}

header.fullwidth .container {
    margin:0 auto;
}

.clear, .clr {
    width: 100%;
    float:none;
    display: block;
    margin:0 auto;
    clear: both;
}

@media screen and (max-width:768px){

    .swap-on-mobile {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .swap-odd {
        flex-direction: column;
    }
    
}

/*-----------------------------------------
GLOBAL LOADER
-----------------------------------------*/
#global-loader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffe8;
    z-index: 999999999999999999999999;
    backdrop-filter: blur(3px);
    text-align: center;
    padding-top: 10%;
}

#global-loader .loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #79888f;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
#global-loader .loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #FF3D00;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
} 


/*-----------------------------------------
FONT
-----------------------------------------*/
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}


@font-face {
    font-family: 'barabararegular';
    src: url('fonts/barabara.woff2') format('woff2'),
         url('fonts/barabara.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*-----------------------------------------
LOADER
-----------------------------------------*/
.loader-ajax-container {
    width: 50px !important
}

/*-----------------------------------------
LOGO
-----------------------------------------*/
#logo, #header.cloned #logo img {
    margin-top:-4px !important;
}

#header #logo {
    margin-right: 15px !important;
}

.menu-logo a img {
    max-height: 45px !important;
    width: auto;
}

#logo img {
    max-height: 62px !important;
    margin-top: -3px !important;

}
    
/*-----------------------------------------
MAIN CONTENT
-----------------------------------------*/
#main-content {
    padding-bottom: 80px;
}   

#header .container {
    max-width: 100% !important;
    width: 100%;
}

/*-----------------------------------------
HOME BOX ITEMS
-----------------------------------------*/
#boxes {
	background-position-y: -423px;
}

.box-container {
	margin: 0 auto;
    padding: 35px;
    background: #ffffff47;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 41px #0000005e;
    max-width: 1200px;
    margin-top: 100px;
    margin-bottom: 100px;
}

a.box-item {
	/*min-height: 218px;*/
    text-align: center;
    display: block;
    /*border-radius: 15px;*/
    padding: 25px 0 10px 0;
    max-width: 218px;
    margin: 0 auto;
    /*margin-bottom: 45px !important;*/
    border:1px solid #dbd4d4;
    /*box-shadow: 0 0 20px #00000057;*/
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    background: linear-gradient(to bottom, #fefefe57 39%, #e1e1e1 100%);
    cursor: pointer !important;
}

a.box-item:hover{
    box-shadow: 0 0 20px #00000057;
    transform: scale(1.1);
    z-index: 99999;
    background: linear-gradient(to bottom, #fffdfd 39%, #e1e1e1 100%);
    z-index: 999999 !important;
    position: relative;    

}

.box-item img {
    max-width: 80px !important;
    max-height: 71.4px !important;
}

span.box-title {
    display: block;
    font-size: 15px;
    padding-top: 10px;
    background: url(images/shadow-title.png);
    margin-top: 28px;
    background-repeat: no-repeat;
    background-size: 100% 19px;
    font-weight: bold;
    text-transform: uppercase;
}



/*-----------------------------------------
HOME SEARCH
-----------------------------------------*/
#sleytesearch, #sleytesearch-giga {
	margin: 0 auto;
    display: table;
    width: 100%;
    /*max-width: 800px;*/
    padding: 0;
}

#sleytesearch input[type="text"], #sleytesearch-giga input[type="text"] {
	float:left;
	/*width: 50%;*/
	height: 54px;
    border-radius: 0;
}

#sleytesearch select, #sleytesearch-giga select {
	float:left;
	/*width: 30%;*/
	height: 54px;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    opacity: 1 !important;
    position: static;
    display: inherit;
}


#sleytesearch input[type="submit"], #sleytesearch-giga input[type="submit"]{
	height: 54px !important;
    float: left;
    width: 100%!important;
    margin: 0!important;
    background: #F99E14;
    border-color: #F99E14;
    border-radius: 0 !important;
    margin-bottom: 25px !important
}


@media screen and (max-width: 767px){

    .box-container .col-xs-6 {
        width: 33.3% !important 
    }

}

@media screen and (max-width: 730px){

    .box-container .col-xs-6 {
        width: 33.3% !important 
    }

    .box-container {
        background: none;
        backdrop-filter: blur(0);
        box-shadow: none;
    }    

}



/*-----------------------------------------
SEARCH PAGE / SPLIT MAP
-----------------------------------------*/
/*-----------------------------------------
SEARCH PAGE / SPLIT MAP + CATEGORY SPLIT MAP
-----------------------------------------*/
.pull-me {
    width: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
    display: none;
    font-size: 38px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width:992px){

    .pull-me {
        display: block;
    }

    .pull-me .fas {
        transition: transform 0.5s ease; 
        color: #333333;        
    }

    .pull-me.open .fas {
        transform: rotate(180deg);
    }

    .bottom-on-mobile {
        border-top: 2px solid #f91942;
        box-shadow: 0 0 10px #3d3d3d;
        transition: bottom 0.3s ease;
    }

    .page-template-template-split-map .fs-container section.search,
    .page-template-template-category-split-map .fs-container section.search {
        padding-top: 0 !important;
        padding-bottom: 35px;
    }

    .page-template-template-split-map .bottom-on-mobile.sticky,
    .page-template-template-category-split-map .bottom-on-mobile.sticky {
        position: fixed;
        bottom: 0;
        height: 80px;
        z-index: 9999;
    }

    #map {
        height: 100vh !important;
        max-height: 100vh !important;
        margin: 0;
        z-index: 990;
    }

    /* Base: Map Halfscreen */
    .page-template-template-split-map .fs-container #map-container,
    .page-template-template-split-map .fs-inner-container.map-fixed,
    .page-template-template-category-split-map .fs-container #map-container,
    .page-template-template-category-split-map .fs-inner-container.map-fixed {
        height: 50vh !important;
        max-height: 50vh !important;
    }

    /* Fullscreen map when sticky is active */
    .page-template-template-split-map .fs-container #map-container.sticky,
    .page-template-template-split-map .fs-inner-container.map-fixed.sticky,
    .page-template-template-category-split-map .fs-container #map-container.sticky,
    .page-template-template-category-split-map .fs-inner-container.map-fixed.sticky {
        height: 100vh !important;
        max-height: 100vh !important;
    }

}




/*-----------------------------------------
SEARCH FORMS
-----------------------------------------*/
.dropdown-toggle::after {
    display: none
}


/*-----------------------------------------
LISTING
-----------------------------------------*/
.send-message-to-owner{
    width: 100%;
    text-align: center;    
}


.listing-logo {
    width: 200px;
    height: 200px;
    margin-right: 30px;
}

.listing-logo img {
    max-height: 180px;
}


.listing-item-image .tag {
    display: none;
}

#close-listings {
    display: inline-block;
    background: #f7b237;
    color: #fff;
    padding: 5px 30px;
    margin-bottom: 15px !important;  
    border-radius: 20px;  
}

#close-listings:hover {
    background: #3edbeb;
}


.listing-titlebar-tags {
    display: none;
}

.hosted-by-title {
    display: none;
}

.single .container {
    max-width: 1380px !important
}

#custom-contact-info {
    margin-top: 17px;
    margin-bottom: 17px;
    padding-bottom: 25px;    
}

#titlebar.listing-titlebar {
    padding-bottom: 5px !important;
}

.listing-titlebar-title {
    padding-left: 30px;
    border-left: 1px solid #dcdcdc;
}

.listing-links {
    margin-bottom: 0 !important;

}

.listeo-single-listing-sidebar {
    border-left: 1px #efefef solid;
    padding-left: 15px;
    
}
.listing-item-container {
    height: auto !important;
}

#titlebar {
    margin-bottom: 50px !important;
}

#titlebar .listing-links-container {
    margin-top: 15px;
}

#listing-overview img {
    cursor: pointer;
    margin: 5px;
}

a.send-message-to-owner.button {
    font-size: 16px !important;    
    padding: 10px;
}


#listeo-listings-container .listing-item-content h3, #map .leaflet-listing-item-content h3 {
    font-size: 15px !important;
    line-height: normal !important;
}

#listeo-listings-container .listing-item-content span, #map .leaflet-listing-item-content span  {
    font-size: 13px !important;
    font-weight: 400;
    line-height: normal !important;
}

@media screen and (max-width:768px){
    .listing-titlebar {
        display: block !important;
    }

    .listing-logo {
        margin: 0 auto;
    }

    .listing-titlebar-title {
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }     
}

@media screen and (min-width:769px){
    #listing-nav {
        border-top: 1px solid #e0e0e0;
        padding-top: 15px;
    }

}


/*------temporarily hide badge -------*/
.listing-badge {
    display: none;
}


#back-to-previous {
    position: fixed;
    top: 87px;
    z-index: 999;
}

#back-to-previous a {
    background: #ffffff;
    width: 35px;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    font-size: 30px;
    color: #ffaa00;  
    border: 1px solid #efefef;
    box-shadow: 0 0 10px #00000024;
}

/*-----------------------------------------
DASHBOARD
-----------------------------------------*/
#dashboard {
    /*padding-top: 0 !important*/
}

.dashboard #logo {
    top:4px;
}

.admin-menu {
    margin:0 !important;
}

/*-----------------------------------------
HEADER
-----------------------------------------*/
#header {
    background: #fff;
}

#header-container.fixed {
    z-index: 1020 !important;        
}
#titlebar {
/*    display: none;*/
}

.menu-logo #logo {

    width: auto !important;

}


@media screen and (max-width:500px){

    .left-side #logo {
        max-width: 180px;
    }

    .mmenu-trigger {
        height: 36px !important;
        width: 36px !important;        
        margin-top: -6px !important;
    }

    .mmenu-trigger .hamburger {
        top: 8px !important;
        left: 8px !important;        
    }

    .mmenu-trigger .hamburger-inner::before, .mmenu-trigger .hamburger-inner::after, .hamburger--collapse .hamburger-inner {
        width: 30px !important;        
    }

}


/*-----------------------------------------
ADD LISTING FRONTEND
-----------------------------------------*/
.form-field-keywords-container .tip {
    display: none
}

/*-----------------------------------------
SIGNUP / LOGIN
-----------------------------------------*/
.sign-in-form label {
    width: 100%;
}
.sign-in-form label input {
    margin: 0;
}
p.form-row {
    margin-bottom: 8px !important;
}

.tabs-nav li {
    width: auto !important;
}

li#listeo-logintab-btn, li#listeo-registration-btn {
    padding-top: 15px; 
}


li#listeo-logintab-btn.active, li#listeo-registration-btn.active {
    background: #f91942;
    border-radius: 5px 5px 0 0;
}


li#listeo-logintab-btn.active a, li#listeo-registration-btn.active a {
    color:#fff !important;
}

/*-----------------------------------------
MUNICIPALITY PAGE
-----------------------------------------*/
.muni-logo {
    max-width: 150px;
    display: block;
    margin:0 auto;
}
.muni-logo img {
    border-radius: 50%;
    margin-bottom: 20px;
}
#muni-search h1 {
    font-family: 'barabararegular' !important;    
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2em;
    margin-bottom: 15px;
}

/*HIDE SEARCH TOOLS*/
#tab-three-panel .layout-switcher, #tab-three-panel .selection, #tab-three-panel .panel-dropdown{
    display: none !important
}

#hero-show-listing {
    background: #f91942;
    padding: 5px 30px;
    border-radius: 0 20px 20px 0;
    color: #fff;
    border: 0 !important;
    height: 51px;
    position: relative;
    display: inline-block;
    bottom: -2px;
}

#kw {
    display: inline;
    width: 70%;
    min-width: 250px;
    border-radius: 20px 0 0 20px;
    border: 0;
}

#muni-search {
    max-width: 630px;
    display: block;
    margin: 0 auto;
    padding: 27px 30px;
    background: #ffffff99;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 40px #00000091;
}


#muni-sidebar {
    margin-top: 22px;
    padding-top: 16px;
    overflow: hidden;
    background: #0F141E;
    border-radius: 15px;
    padding-bottom: 35px;
}

@media screen and (min-width: 1000px){

    #muni_cover {
        padding-top: 150px;
        padding-bottom:150px;
        background-size: cover !important;
        margin-top: 81px;
    }

}

.event {
    display: flex; /* Use flexbox for layout */
    align-items: stretch; /* Ensure both children stretch to the same height */
    margin: 10px 0; /* Optional: margin for spacing */
}

.event-date, .view-event-details {
    background: #3a3a3a;
    color: #fff;
   /* height: 150px;  Maintain height */
    width: auto;
    max-width: 120px; /* Max width for the date */
    min-width: 120px;
    font-size: 24px;
    font-style: oblique;
    text-align: center;
    display: flex;
    justify-content: center; /* Align horizontally */
    align-items: center; /* Align vertically */
    padding: 0 20px; /* Padding */
}

.event-date h3{
    font-size: 37px;
    margin-bottom: 0;  
    line-height: normal; 
}

.event-date p {
    line-height: normal;
}

.view-event-details {
    font-size: 15px;
    cursor: pointer;
}
.view-event-details:hover {
    background: #f91942;    
}

.event-info {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    background: #e9e9e9;
    padding: 10px 20px; 
    flex: 1; 
}

.event-info p {
    margin-bottom: 0 !important; 
    font-size: 14px; 
    line-height: 24px;
}

#event-modal p {
    margin-bottom: 0 !important;
}

#modal-description {
    font-size: 14px;
    margin-bottom: 30px !important;
    display: block;
}


@media screen and (max-width: 480px){
    .event-date, .view-event-details  {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        height: auto;
    }

    .view-event-details {
        background: #f91942;        
    }

    .event {
        display: block;
    }
}


/*------------------*/

.muni-tabs #nav {
    margin: 24px auto;
    width: 100%;
}

.muni-tabs ul#nav {
  padding: 0;
}

.muni-tabs #nav li {
  list-style: none; 
}
.muni-tabs #nav li > a {
    display: block;
    padding: 10px 35px;
    background: #eeeeee;
    text-decoration: none;
    color: #323232;
    border-left: 6px solid #cccccc;
    margin-right: 0 !important;
    overflow-x: hidden;
    font-size: 16px;
}
.muni-tabs #nav > li a:hover {
    background: #B3B3B3;
    color: #F2F2F2;
}

#nav li a.active {
    background-color: #69be28 !important;
    cursor: default;
    border-left: 6px solid #4e9419;
    color: #fff !important;    
}

.muni-tabs #nav section {
  display: none; 
  float: left;
  overflow: hidden; 
  width: 100%;
  padding: 30px 0;
  text-align: justify;
}

.muni-tabs .no-js #nav section {
  display: block; 
}
.muni-tabs #nav li ul li a {
    padding: 10px 25px;
    border-bottom: 1px dotted #ccc;
}

@media only screen and (min-width: 854px) { 
    .muni-tabs #nav {width: 100%; position: relative; border: none; }
    .muni-tabs #nav li { display: inline; }
    .muni-tabs #nav li a {display: inline-block; }  
    .muni-tabs #nav section { padding: 30px 0; padding-right: 50px; position: ; top: 42px; left: 0;  }
    
}

@media screen and (max-width: 430px){
    .muni-logo {
        max-width: 150px;
    }

    #muni-search h1 {
        font-size: 24px;
    }

    .muni-tabs #nav section{
        padding: 30px 15px;
    }    
}


/*-----------------------------------------
MUNICIPALITY SIDEBAR
-----------------------------------------*/
.sidebar-title{
    padding: 14px 0 10px;
    color: #aeb1b7;
    border-bottom: 1px solid #4e4e4e;
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 15px;
}


/*-----------------------------------------
ROUNDED IMAGE
-----------------------------------------*/
.rounded-img {
    border-radius: 50%
}

/*-----------------------------------------
LIST UI
-----------------------------------------*/
#list-ui {
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: #000;
    overflow-x: hidden;
    z-index: 99999
}

#list-ui .fs-inner-container{
    width: 50%
}

/*#list-ui #map {
    position: fixed;
    height: 100vh;
}*/

#float-show-listings.show-listings {
    position: fixed;
    left: 45%;
    z-index: 999999;
    bottom:0;
}

/*-----------------------------------------
GALLERY
-----------------------------------------*/
#gallery {
    padding-bottom: 30px;
}

#gallery a {
    cursor: pointer;
}

.lg-outer {
    z-index: 999999 !important
}

.lg-toolbar {
    z-index: 99999 !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #000 !important;
}

.lg-img-wrap {
    background: #000 !important
}
a.gallery-item  {
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

a.gallery-item:hover {
    transform: scale(1.1);    
}

#video-gallery {
    padding-bottom: 50px;
}

.video-thumbnail-wrapper {
    position: relative;
    display: inline-block;
    width: 300px; /* Thumbnail width */
    height: 200px; /* Thumbnail height */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-overlay-link {
    color: white;
    font-size: 2rem;
    text-decoration: none;
    background: none;
    border: none;
}

.btn-play {
    background: transparent;
    border: none;
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
}

.gallery-item {
  width: 200px;
  padding: 5px;
  margin-right: 20px;
}

.gallery-item button {
    position: relative;
    background: #000;
    border: 0;
    border-radius: 5px;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.gallery-item button:hover {
    transform: scale(1.1);
    background: #000;
}

.gallery-item iframe {
    max-width: 200px !important;
    height: auto !important;
}

#hotlines {
    font-size: 16px !important;
    color: #aeb1b7 !important;
    padding-bottom: 30px;
}

#hotlines p {
    margin-bottom: 5px !important;
}

#hotlines a {
    color: #aeafb6 !important;
}

/*-----------------------------------------
WP BAKERY OVERRIDES
-----------------------------------------*/
.wpb-content-wrapper {
    display: block;
    max-width: 1352px !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*-----------------------------------------
MENU
-----------------------------------------*/
.user-menu ul li a {
    text-decoration: none !important
}

#navigation.style-1 > ul > li.current-menu-ancestor > a, #navigation.style-1 > ul > li.current-menu-item > a, #navigation.style-1 > ul > li:hover > a {
    background: #F99E14 !important;
    color: #fff !important;
    /* font-weight: bold; */
}

.emergency-btn, .emergency-btn:hover {
    background: red !important;
    border-radius: 20px;
    color: #fff !important;    
}

.emergency-btn a, .emergency-btn a:hover {
    background: red !important;
    color:#fff !important;
}

/*-----------------------------------------
EMERGENCY
-----------------------------------------*/
#emergency-content {
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 30px;
}

#emergency-close {
    display: inline;
}

#emergency-main {
    overflow: hidden;
}

#emergency-main h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center !important;
    width: 100%;
    display: block;
    cursor: pointer;
}

#emergency-container {
    width: 100%;
    height: 100%;
    background: #6666669e;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1025;
    backdrop-filter: blur(1px);
}

#emergency {
    background:#363636 url('images/emergency-bg.jpg')top center no-repeat !important;
    background-size: cover !important;
    color: #e7e7e7 !important;
}

#emergency .accordion .accordion-item {
    display: block !important;
    padding: 2px 15px 2px 15px;
    border: 0;
    background: #00000052;
    margin-bottom: 1px;
}

#emergency .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
#emergency .accordion button {
    font-size: 15px;
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #ebebeb;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}
#emergency .accordion button:hover, .accordion button:focus {
      cursor: pointer;
      color: #03b5d2;
}
#emergency .accordion button:hover::after, .accordion button:focus::after {
      cursor: pointer;
      color: #03b5d2;
      border: 1px solid #03b5d2;
}
#emergency .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
#emergency .accordion button .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 0;
      width: 22px;
      height: 22px;
/*      border: 1px solid;*/
      border-radius: 22px;
}
#emergency .accordion button .icon::before {
      display: block;
      position: absolute;
      content: "";
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor;
}
#emergency .accordion button .icon::after {
      display: block;
      position: absolute;
      content: "";
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor;
}
#emergency .accordion button[aria-expanded=true] {
    color: #FF9800;
    font-weight: bold;
}
#emergency .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
#emergency .accordion button[aria-expanded=true] + .accordion-content {
      opacity: 1;
      max-height: 300px; /* enough to reveal most content */
      transition: all 300ms ease;
      padding: 15px;
      display: block !important;
}
#emergency .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    padding: 0 15px;
    border: 0;
    margin-bottom: 25px;  

}
#emergency .accordion .accordion-content p {
    font-size: 15px;  
    display: block !important;
    margin-bottom: 10px !important;
    line-height: 27px;
}

#emergency .accordion .accordion-content a {
    color: #e5e5ce;
    letter-spacing: 1.2px;

}



/*-----------------------------------------
GIGA MENU
-----------------------------------------*/
#smart-slider-home {
    position: absolute;
    top: 81px;
    height: 100vh;    
}

.row.box-container {
  position: relative;
  z-index: 2; /* Ensure content is above the background */
}

.menu-item-355  a{
    background: none !important
}


.logged-in #show-giga-menu {
    background: #f91942;
    padding: 5px 11px;
    border-radius: 40px;
    color: #fff;
    border: 0 !important;
    position: relative;
    display: inline-block;
    top: -17px;
    right: 7px;
}


.user_not_logged_in #show-giga-menu {
    background: #f91942;
    padding: 5px 11px;
    border-radius: 40px;
    color: #fff;
    border: 0 !important;
    position: relative;
    display: inline-block;
    bottom: -5px;
}

#show-giga-menu:hover {
    background: #ffb41f;
}



/*UNUSED
#show-giga {
    font-size: 40px !important;
    position: relative !important;
    top: -5px !important;    
}
*/

#giga-menu {
    position: fixed;
    min-height: 100vh;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #00000033;    
    backdrop-filter: blur(25px);
    left: 0;
    overflow: auto;
}

#giga-menu .box-container {
    border-radius: 20px;
    margin-top: 80px;
    margin-bottom: 40px;  
}

#close-giga {
    right: 1px;
    top: 10px;
    position: fixed;
    font-size: 48px;
    color: #fff;
    background: #f5b01c;
    padding: 5px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;   
}

/*-----------------------------------------
FOOTER
-----------------------------------------*/
#footer {
    position: relative;
}

#footer .container {
    max-width: 1350px !important;
}

#footer ul.menu li {
    border-bottom: 1px solid #343434;
    margin: 0;
    padding-left: 7px;
}

#footer ul.menu li a {
    font-size: 14px;
    display: block;
    padding-bottom: 0 !important;
    eight: 42px !important;
    line-height: 38px;

}
#footer ul.menu li:hover {
    background: #2c2c2c;

}

#footer ul.menu li:before {
    top: 11px !important;
        left: 8px;
}

#footer ul.menu {
    padding-right: 30px !important;
}

/*-----------------------------------------
BOOTSTRAP
-----------------------------------------*/
.modal {
    z-index: 99999 !important;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear ease-in-out;
}

.modal-open .modal {
    background: #000000b5;
}

.modal-body {
    padding: 25px;
}

#collapseOne {
  display: block !important;
}

#collapseOne .accordion-body {
  display: block !important;
}

.modal-backdrop {
    z-index: 99 !important;
}


/*-----------------------------------------
PARENT OVERRIDES
-----------------------------------------*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1385px !important;
    }
}

@media (min-width: 1200px) {
    .left-side {
        width: 70% !important;
    }

    .right-side {
        width: auto !important;
    }  
}

.container {
    max-width: 100% !important
}
/*-----------------------------------------
DASHBOARD OVERRIDES
-----------------------------------------*/
.listeo-dashoard-widgets a, .dashboard-bookmarks-listing-tile {
    float: left !important;
    display: inline-block !important;
    width: 25% !important;
    min-width: 250px !important;
}

.listeo-dashoard-widgets a > div {
    width: 100% !important;
}

/*-----------------------------------------
LIGHT GALLERY
-----------------------------------------*/
.lg-img-wrap {
    background:transparent !important;
}
.lg-backdrop {
    background-color: #000000e6 !important; 
    backdrop-filter: blur(5px);
    z-index: 99999 !important;    
}


.google-gallery img{
    max-height: 200px;
    min-height: 200px;
}


#preview #lightgallery {
    max-width: 420px !important;
    display: block;
    padding: 15px;
}



#lightgallery {
    column-count: 2;
    column-gap: 15px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    #lightgallery {
        column-count: 3;
    }
}

#lightgallery a {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

#lightgallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
     max-height: 100px;
    scroll-snap-align: center;
    margin: 5px;
    min-height: 100px;
}
/*-----------------------------------------
FOOTER ADS
-----------------------------------------*/
#sl-footer-ad {
    width: 300px;
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    padding: 5px;
}
#sl-footer-ad h2{
    font-size: 16px;
    font-weight: normal !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0 !important;    
}

#sl-footer-toggle {
    width: 20px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

/*-----------------------------------------
PREVIEW
-----------------------------------------*/
#preview-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a6;
    top: 0;
    z-index: 1021;
    backdrop-filter: blur(3px);
}


#preview {
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */    
    height: 100%;
    width: 100%;
    max-width: 420px;
    position: fixed;
    background: #ffffff;
    z-index: 1021;
    top: 0;
    box-shadow: 13px -1px 13px #0000004f;
}

#preview-close {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    cursor: pointer;
    z-index: 999;
    font-size: 30px !important;
    width: 30px;
    height: 40px;
    background: #e9e9e9;
    padding: 0;
    text-align: center;
    line-height: 37px;
    color: #4e4e4e;
    font-weight: bold;
}

button.report-btn {
    border-radius: 15px;
    padding: 1px 25px;
    font-size: 14px;
    font-weight: 500;
    background: none;
    border: 1px solid #b3b3b3;    
}

button.claim-btn, button.claim-btn-login {
    width: auto;
    padding: 5px 20px;
    display: block;
    margin: 0 auto 15px;
    background: transparent;
    border-radius: 30px;
    border: 2px solid #cdcdcd;
    font-size: 14px !important;
    font-weight: normal;
        -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

button.claim-btn:hover {
    color: #fff !important;
    background: #ff9763 !important;
    border-color: #ff9763 !important;    
}

#preview-content {
    padding: 15px;
}

#preview-content .listing-links li {
    float: none;
    border-radius: 0;
}

#preview-content .listing-links li a{
    display: block;
    float: none;
    border-radius: 0;
    margin-right: 5px;
}

#preview .logo {
    max-height: 200px;
}

.preview-title {
    text-align: center;
    margin: 20px 0 12px;    
}

.preview-title a {
    color:#4e4e4e;
}

#preview #view-more {
    background: #FA3055;
    border: 0;
    padding: 2px 25px;
    border-radius: 20px;
    font-size: 14px !important;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600; 
}

#preview #view-more:hover {
    background: #F99E14;
}

.preview-content {
    line-height: 22px !important;
    text-align: justify;
}


#preview .listing-links {
    margin-bottom: 15px !important;
}

#logo-preview {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid #e7e7e7;
    padding: 15px;
    margin: 29px auto 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-preview .logo{
    width: 100%;
    max-width: 220px !important;
    display: block;
    margin: 0 auto;

}

#logo-preview a{
    background-size: cover !important;
    width: 100%;
    height: 100%;
}


#verified-badge {
    position: absolute;
    top: -11px;
    right: -15px;
}


button.claim-submit {
    width: 100%;
    border: 0;
    color: #fff;
    padding: 9px;
    background: #4ecf70;
}

/*----------------- CLAIM ----------------*/

button.claim-submit:hover  {
    background: #064c09;
}


#listing-claim-form #claimphone, #listing-claim-form #message {
    font-size: 15px;
}


@media (max-width: 480px) {
    ##preview .listing-links li, #preview .listing-links li a {
        display: inline-block !important;
        width: auto !important;
    }
}

/*-----------------------------------------
SWEET ALERT
-----------------------------------------*/
.swal2-html-container, .swal2-confirm {
    font-size:16px;
}


/*-----------------------------------------
MOBILE USER MENU 
-----------------------------------------*/
@media screen and (max-width:770px){

    .right-side {
        display: none;
    }

    .user-menu ul {
        background: transparent;
        padding: 0 !important;
        position: static !important;
        margin-left: -50px;
        margin-top: 25px;
        box-shadow: none;
    }

    .user-name-clone {
        position: absolute;
        right: 23px;
        top: 90px;
    }

    .user-menu-clone {
        margin-left: 12px !important;
    }

    .user-menu-clone li {
        border-bottom: 1px solid #2a2929;
    }

    .mobile-user-toggle {
        background: #1a1a1a;
        text-align: left;
        padding: 10px;
        font-size: 15px;
        padding-left: 15px !important;
        color: #9d9999;
    }

    .mobile-user-wrapper {
        background: #1a1a1a;
        padding-bottom: 30px;
    }

    .mobile-user-toggle .arrow {
        position: absolute;
        right: 62px;
    }


}

/*-----------------------------------------
MOBILE
-----------------------------------------*/
@media screen and (max-width: 540px){
	
	#boxes {
	    background-position-y: initial;
	    background-size: cover;
	}	

	.box-container {
		padding:15px;
	}

	a.box-item {
		min-height: 206px;		
	}

	.box-item img {
	    max-width: 100px;
	}	

	span.box-title {
		font-size: 14px;
		background: none;
	}

	#sleytesearch input[type="text"] {
		float:none;
		width: 100%;
		margin-bottom: 10px;
	}

	#sleytesearch select {
		width: 100%;
	}	

	#sleytesearch input[type="submit"]{
		float:left;
		width: 100%;
		margin:0;
		margin-top: 10px;
		margin-bottom: 30px;
	}



}

@media only screen and (max-width: 1024px) {
    .mobile-only {
        display: block !important;
    }
    .desktop-only {
        display: none !important
    }
}

@media screen and (max-width: 1199px){
	span.box-title{
		font-size: 13px;
	} 	
}


@media screen and (min-width: 969px){
	.box-container {
	    margin-top: 100px;
	}		
}

@media (max-width: 1599px) {
    .col-fs-6, .col-fs-5, .col-fs-4, .col-fs-3, .col-fs-2, .col-fs-1 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile-only {
        display: none !important;
    }
    .desktop-only {
        display: block !important
    }    
}


