:root {
    --color-primary: #30af4d;
    --color-primary-rgba: 245, 25, 87;
    --color-primary-rgb-1: rgb(245, 25, 87, 0.1);
    --color-primary-rgb-05: rgb(245, 25, 87, 0.05);
    --color-primary-rgb-15: rgb(245, 25, 87, 0.15);
    --color-menu: #51526e;
    --color-menu-hover:#30af4d;
    --color-menu-active: #30af4d;
    --color-add-listing-button-text: #ffffff;
    --color-add-listing-button-text-hover: #ffffff;
    --bgcolor-add-listing-button: #30af4d;
    --bgcolor-add-listing-button-hover: #30af4d;
    --banner-bg-opacity: 60;
    --color-banner_title: #ffffff;
    --color-breadcrumb-link: #f8f9fb;
    --color-breadcrumb-link-hover: #30af4d;
    --color-breadcrumb-active: #acabac;
    --color-breadcrumb_separator: #f8f9fb;
    --bgcolor-footer: #ffffff;
    --color-footer-divider: #eff1f6;
    --color-footer-title: #1a1b29;
    --color-footer-text: #605f74;
    --color-footer-link: #51526e;
    --color-footer-link-hover: #30af4d;

}

.directorist-authentication__btn {

    color: #fff !important;
 padding:7px 15px !important;
    background-color: #30af4d;
    border-radius: 10px;
}
#theme-preloader {
 
    display: none !important;
}

.directorist-claim-listing-modal .directorist__plans {
    display: none;
    margin-top: 0;
    color: #e23636;
    font-size: 12px;
}
    .listing-with-sidebar__sidebar {
        max-width: 350px;
        display: none;
    }
@media only screen and (max-width: 980px){
      .directorist-search-contents .directorist-search-form-wrap .directorist-search-form-action {
        margin: 15px 0 0 0;
        width: 100%;
        display: block;
    }
  .directorist-search-form .directorist-search-form__box .directorist-search-form-action__submit .directorist-btn-search {

    width: 100%;
}
.directorist-search-contents .directorist-search-form-wrap .directorist-search-form__box {
    padding: 20px 30px 20px;
    border: none;
    height: auto;
    text-align: center;
}
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #30af4d;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.theme-header-menu-area .theme-main-navigation ul li ul {

    width: 300px;

}
.directorist-single-wrapper {
    padding-bottom: 0px;
}
body, gtnbg_root, input, gtnbg_root p {
   font-family: 'Lexend', Sans-serif;

}

body, gtnbg_root, input, gtnbg_root p {
     font-family: 'Lexend', Sans-serif;

}

h1, h1.gtnbg_suffix {
     font-family: 'Lexend', Sans-serif;
    font-size: 30px;
    font-weight : 600;
}

h2, h2.gtnbg_suffix {
     font-family: 'Lexend', Sans-serif;

}

h3, h3.gtnbg_suffix {
      font-family: 'Lexend', Sans-serif;
 
}

h4, h4.gtnbg_suffix {
    font-family: 'Lexend', Sans-serif;}


h5, h5.gtnbg_suffix {
     font-family: 'Lexend', Sans-serif;

}

h6, h6.gtnbg_suffix {
   font-family: 'Lexend', Sans-serif;

}
.bs-directorist-search {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}
#directorist.atbd_wrapper .directorist-location .directorist-location__single.directorist_location_grid-default figure figcaption {
    height: auto;
  
}
#directorist.atbd_wrapper .directorist-location .directorist-location__single figure figcaption .directorist-location-parent {
    font-size: 15px;
    margin-left: 0;
    color: rgb(34 34 34 / 80%);
    position: relative;
    left: 0;
    top: 0;
}
.directorist-location .directorist-location__single figure figcaption .directorist-location-parent {

    top: 0 !important;
    left: 0 !important;
    color: #000 !important;
}
#directorist.atbd_wrapper .directorist-location .directorist-location__single.directorist_location_grid-default figure figcaption {
    height: auto !important;
 
}
.bs-search-wrapper {font-family: 'Lexend', Sans-serif;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    width: 100%;    padding: 20px;
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.bs-search-wrapper input,
.bs-search-wrapper select {
    border: none;
    padding: 15px 20px;
    flex: 1;    padding: 20px;
    outline: none;
    font-size: 14px;
}

.bs-search-wrapper select {
    border-left: 1px solid #eee;
}

.bs-search-wrapper button {
    background: #17b978;
    color: #fff;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    border-radius: 50px;
    margin: 5px;
    transition: 0.3s;
}

.bs-search-wrapper button:hover {
    background: #149e67;
}