/*
 * Theme Name: ListGo
 * Theme URI: https://listgo.wiloke.com/
 * Author: wiloke
 * Author URI: https://wiloke.com
 * Description: Listing WordPress Theme
 * Version: 1.8.3
 * Text Domain: listgo
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
 */
body.page-template-half-map #main .listgo-half-map {
      position: fixed !important;
}

.bg-scroll > img{
    visibility: hidden;
}

a.bg-scroll{
    display: inline-block;
}

.onads{
    display: block;
    z-index: 999;
    background-color: #10d410b5;
    float: left;
    margin-right: 10px;
}

#listgo-half-map{
    position: fixed !important;
}

.main-color{
    color: #f5af02;
}

.listing-single__sidebar .listgo-single-listing-sidebar{
    max-width: none !important;
}

.user__menu{
    z-index: 9999 !important;
}

.fluid-width-video-wrapper{
    padding-top: 0 !important;
}

.old-style .acf-fields > .acf-field{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.old-style  .acf-basic-uploader {
    display: block !important;
    padding: 10px !important;
    border: 1px solid #b4b4b4 !important;
}

.old-style  .acf-basic-uploader input[type="file"] {
    height: auto !important;
    border: 0 !important;
    line-height: 1em !important;
}

.add-listing-group .postbox > .hndle{
    padding-left: 15px !important;
    margin-top: -10px !important;
}

.widget_author__social .fa-medium{
    background-color: #02b875;
}
.input-icon.fa-medium{
    color: #02b875;
}

.widget_author__social .fa-tripadvisor{
    background-color: #44213d;
}

.input-icon.fa-tripadvisor{
   color: #44213d;
}

.widget_author__social .fa-wikipedia-w{
    background-color: #FF0000;
}

.input-icon.fa-tripadvisor{
    color: #FF0000;
}

.utility__media{
    display: block !important;
}

.listing-single__tab{
    border-bottom: none;
}

.listgo-map__singlebox input#s_search.ui-autocomplete-input {
    max-width: 286px !important;
}

.listing-single__media img{
    width: 100%;
}

.is-desktop .listing-single__tab {
    overflow: hidden;
}
.is-desktop .tab--2 .tab__nav {
    white-space: nowrap;
    overflow: visible;
}
.is-desktop .tab--2 .tab__nav:before {
    width: 10000px;
    right: auto;
}
.is-desktop .tab--2 .tab__nav .sub-menu {
    position: absolute;
    background-color: #f4f4f4;
    width: 200px;
    right: 0;
    top: 100%;
    padding-left: 0;
    display: none;
    z-index: 999;
}
.is-desktop .tab--2 .tab__nav .sub-menu li {
    display: block !important;
}
.is-desktop .tab--2 .tab__nav .sub-menu a {
    padding: 15px;
    border-bottom: 1px solid rgba(#fff, 0.1);
}
.is-desktop .tab--2 .tab__nav .sub-menu .sub-menu {
    top: 0;
    right: 100%;
}
.is-desktop .tab--2 .tab__nav li:hover > .sub-menu {
    display: block;
}

.listing-single-wrap7 .listing-single__tab .tab__nav li.item-menu-more .sub-menu {
    padding-top: 4px;
}

.listing-single-wrap7 .listing-single__tab .tab__nav li.item-menu-more .sub-menu li {
    margin-bottom: 4px;
}

.is-desktop .tab__content {
    clear: both;
}

.listing-single-bar.active .wil-sos{
    top: 16px;
}

.listing-single__media img{
    width: 100%;
}

.footer__widget .widget_services__line{
    color: #fff;
}

#wiloke-event-settings .addlisting-popup{
    background-color: transparent; 
}

.listing-single__tab .tab__nav li.tab-nav-event a{
    color: #fd4a00;
}
.single-post .action__share,
.single-post .action__share:hover{
    background: transparent;
}

.single-post .action__share .social_share{
    font-size: 15px;
}

@media (min-width: 768px) {
    .circle-thumbnail .listing--list2 .onfeatued {
        top: -8px;
        right: 50px;
        z-index: 999;
    }

}


.listgo-bsh__btn:before {
    display: none;
}

.listgo-bsh__btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e4e3e3;
    cursor: pointer;
    color: #333;
    font-size: 23px;
    margin-left: -30px;
    border-radius: 3px;
    transform: translate(40px, 0);
    transition: all 0.3s ease;
}
/*
@media (min-width: 992px) {
    .listgo-bsh__btn { 
        opacity: 0;
        visibility: hidden;
    }
}
*/
.listgo-bsh__btn:hover {
    background-color: #333;
    color: #f1f1f1;
}

.visible-hidden{
    visibility: hidden;
}

/*tr:hover .listgo-bsh__btn {
    opacity: 1;
    visibility: visible;
}*/

.listgo-bsh__itemWrapper + .listgo-bsh__itemWrapper {
    margin-top: 10px;
}

.leaflet-bar{
    cursor: pointer;
}

.widget_author__social .fa-odnoklassniki{
    background-color: #ed812b;
}

/*quick search form*/
.quick-search-form {
    position: relative;
    margin-left: 170px;
    float: left;
    height: inherit;
}

.rtl .quick-search-form {
    float: right;
    margin-right: 170px;
    margin-left: 0;
}

@media (max-width: 1600px) {
    .quick-search-form {
        margin-left: 30px;
    }

    .rtl .quick-search-form {
        margin-left: 0;
        margin-right: 60px;
    }
}

@media (max-width: 992px) {
    .quick-search-form {
        display: none;
    }
}
.search-box-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0px;
    z-index: 999;
    background-color: #fefefe;
    border-radius: 0 0 3px 3px 0;
    box-shadow: 0px 2px 50px 0px rgba(37, 44, 65, 0.25);
    min-height: 80px;
    max-height: 350px;
    overflow: hidden;
    transform: translate(0, 30px) scale(0.3);
    visibility: hidden;
    opacity: 0;
    transform-origin: 50% 0;
    will-change: transform, opaticy, visibility;
    transition: all .3s cubic-bezier(0.17, 0.89, 0.27, 1.19);
}
.search-box-wrap.active {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0) scale(1);
}
.search-box-wrap .loading {
    height: 2px;
}
.search-box-wrap .loading:before {
    background-color: rgba(220, 87, 87, 1);
}

.search-box,
.search-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.search-box ul li {
    padding: 0 15px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.search-box--item {
    position: relative;
    padding: 10px 0;
}
.search-box--item a:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "\4e";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #e7e7ed;
    transition: color 0.35s;
}
.search-box--item a:hover:after {
    color: #3ece7e;
}
.search-box li .type {
    padding: 0;
}
.type > span {
    display: block;
    background-color: #dadada;
    padding: 10px 15px;
    margin: 0;
}
.search-box > li > .search-box--item {
    padding: 10px 15px;
}
.search-box > li > .search-box--item a:after {
    right: 15px;
}
.search-box--category-icon {
    display: inline-block;
    vertical-align: middle;
}
.search-box--category-title {
    display: inline-block;
    width: calc(100% - 40px);
    padding-left: 5px;
    vertical-align: middle;
}
.search-box--category-icon img {
    width: 32px;
}
.quick-search-form .input-search {
    position: relative;
    margin-top: 20px;
    float: left;
    font-size: 12px;
}
.quick-search-form .input-search input {
    border: none;
    color: #fff;
    min-width: 206px;
    padding-left: 3px;
}
.input-search .icon_search {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
}

.rtl .listing__cats {
    padding-right: 0;
}

.rtl .listing--grid .onfeatued,
.rtl .listing--list .onfeatued {
    right: auto;
    left: 15px;
}

.rtl.is-desktop .tab--2 .tab__nav .sub-menu {
    padding-right: 0;
    padding-left: unset;
}

#listgo-quick-search-form-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
#listgo-quick-search-form-field::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
#listgo-quick-search-form-field:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
#listgo-quick-search-form-field:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

/*blog pagination*/
.post__entry .nav-links {
    margin-top: 30px;
    font-weight: 700;
}
.post__entry .nav-links a {
    padding: 0px;
}
.post__entry .nav-links a,
.post__entry .nav-links span {
    
}
.post__entry .nav-links > span {
    background-color: #f5af02;
}
.post__entry .nav-links a span {
    display: block;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

