/**
 * Theme Name:     Listify Child
 * Author:         Astoundify
 * Template:       listify
 * Text Domain:	   listify-child
 * Description:    The last directory theme you will ever buy.
 */

.homepage-covers .owl-dots {
    margin-top: 0;
    position: absolute;
    z-index: 5;
    bottom: 20px;
    display: flex;
    margin-right: 50px;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: flex-end;
    z-index: 9999;
}
.homepage-covers .owl-dot span.dot {
    display: inline-block;
    width: 30px;
    height: 5px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000059;
}
.homepage-covers .owl-dot.active span.dot {
    background-color: #087b4f;
    border-color: #087b4f;
}
.search-filters-home .search_jobs input{
    border: 1px solid #ccc;
}
.search-filters-home .search_jobs input:focus{
    border: 1px solid #087B4F;
}

body{
      font-family: "Urbanist", sans-serif;
}
div#swiper-wrapper-5df72f45a12f8ab6 {
    gap: 15px;
}
.tss-wrapper .tss-even .tss-grid-item {
    background: #fff;
    border: solid #d2e7df;
    border-width: 0px 5px 0px 5px;
}
/* 24 june 2024 */
.homepage-cover.page-cover.entry-cover.entry-cover--home.entry-cover--solid.has-image {
    background-size: cover;
    height: 670px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#masthead .primary-header .site-branding .custom-header {
    width: 100%;
    max-width: 150px;
}

.home .search-filters-home {
    padding: 15px;
    background-color: rgb(255 255 255 / 59%);
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.home .cover-wrapper.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.home .job_search_form {
    max-width: 100%;
    width: 100%;
}

.search-overlay,
.primary-header,
.callout-feature-content a.button {
    background-color: #087B4F;
}

.home .has-image.entry-cover--home:after,
.home .has-image.entry-cover:after,
.home .has-image.listing-cover:after,
.home .has-image.page-cover:after,
.home .listify-cover.has-image:after {
    background: rgb(0 0 0 / 60%);
}

.home .listify_widget_search_listings {
    width: 80%;
}

.image-grid-item .image-grid-cover .cover-wrapper {
    font-weight: 700;
}

.home-widget-title {
    color: #333;
}

.home-widget-description {
    color: #323030;
}

div#search-header {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: inline;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / .2);
}

ul#menu-main-menu li a {
    font-size: 18px;
    font-weight: 600;
}

/* 25 june 2025 */
/* Contact page */
.custom-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-tiltle {
    color: #333;
    font-weight: 600;
}

.custom-contact .wp-block-heading {
    color: #666;
}

.custom-contact p {
    margin-bottom: 10px !important;
}

/* listing */
.listing-cover.listing-hero--company-logo.listing-cover--size-large {
    padding-top: 0;
}

/* Footer */
h4.footer-widget-title {
    font-size: 22px;
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 25px;
}

.social-links a {
    font-size: 30px;
}

.site-footer {
    padding: 15px !important;
    text-align: center;
    margin: 0 auto;
}

.site-footer .site-social {
    display: none;
}

.site-footer .site-info {
    width: 100%;
    text-align: center;
}

/* 27 june 2025 */
p{
    font-size: 14px;
    color: #333;
}
/* About us page */
.about-section {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
    gap: 20px;
}
.about-section img{
    width: 100%;
}
.about-section h2{
    font-size: 35px;
    font-weight: bold;
}

/* home page category section */
.category-section{
    margin: 8em 0;
}
.category-section h2{
    color: #1A1A1A;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.custom-category {
     margin: 0 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.custom-category-item {
    padding: 35px 10px 20px 10px;
    border-radius: 0px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: width .5s ease;
    width: 25%;
    height: 180px;   
}
.custom-category-item:hover{
     width: 40%;
     transform-origin: center;
    transition: width .5s ease;
    transform: scale(1.1);
    z-index: 10;
    opacity: 1 !important;
    border-radius: 10px;
}
.custom-category-item h3{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    display: none;
    transition: width .5s ease;
     margin: 10px 0px 0px;
}
.custom-category-item:hover h3{
    display: block;
    transition: width .5s ease;
}

.custom-category-item-icon svg {
    fill: #fff;
    width: 70px;
    height: 70px;
}
.custom-category-item:hover .custom-category-item-icon svg{
     width: 80px;
    height: 80px;
}
.custom-category-item:first-child{
    background: #087B4F;
    opacity: 0.255555;
}
.custom-category-item:nth-child(2){
    background: #087B4F;
    opacity: 0.353333;
}
.custom-category-item:nth-child(3){
    background: #087B4F;
   opacity: 0.5;
}
.custom-category-item:nth-child(4){
    background: #087B4F;
    opacity: 0.83333;
}
.custom-category-item:nth-child(5){
    background: #087B4F;
    opacity: 1;
}


aside#listify_widget_taxonomy_image_grid-1 {
    display: none;
}
.home-widget-title, .callout-feature-content h2, .home-feature-title h2,
.page-title, .job_listing-title, .popup-title, .homepage-cover .home-widget-title,
.button, body, input, select, textarea, button:not([role="presentation"]), input[type="button"], input[type="reset"], input[type="submit"], .button,
:not(.wp-core-ui) button, body, input, select, textarea,
.home-widget-description{
      font-family: "Urbanist", sans-serif !important;
}

/* 1 july 2025 */
/* Header */
.home #masthead .primary-header{
    position: static;
}
.site-header--transparent .site-title a, .site-header--transparent .site-description, .nav-menu.primary a, .nav-menu.primary li:before, .nav-menu.primary li:after, 
.nav-menu.primary a:before, .nav-menu.primary a:after{
    color: #087B4F !important;
}
.header-btns{
    display: flex;
    align-items: center;
    gap: 20px;
}
.primary-header .primary-header-inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.register-btn {
    background-color:#087B4F;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #087B4F;
}
a.login-btn {
    background: #087b4f2e;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #087B4F;
    border: 2px solid #087b4f2e;;
}
a.login-btn:hover,
.register-btn:hover{
    background-color: #087B4F;
    border: 2px solid #087B4F;
    color: #fff;
}
div#user-registration {
    width: 100%;
    margin: 0 auto;
    max-width: 600px !important;
}
button.user-registration-Button.button {
    background: #087B4F !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
div#user-registration-form-531 {
    width: 100%;
    margin: 0 auto;
}
.ur-submit-button,
.ur-reset-password-btn{
    background: #087B4F !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important;
}
#user-registration-form-531 .user-registration-registration-title,
#ur-frontend-form .user-registration-form-login .user-registration-login-title{
     font-family: "Urbanist", sans-serif !important;
    font-size: 40px;
    font-weight: 800;
    text-transform: none;
    color: #11142D;
}
#user-registration-form-531 p,
#ur-frontend-form .user-registration-form-login  p{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
      font-family: "Urbanist", sans-serif !important;
}
.logout-btn{
    background-color: #087B4F;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}
.logout-btn:hover{
    background-color: #087B4F;
    color: #fff;
}

/* 2 july 2025 */
.lost_password a{
color: #087B4F !important;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus{
    border-color:  #087B4F;
}
.ur_lost_reset_password .ur-form-row .ur-input-with-icon svg{
    top: 77% !important;
}


/* 4 july 2025 */
.registration-form.woocommerce {
    box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05);
    padding: 60px;
    border-radius: 8px;
        width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.registration-form h2 {
    color: #1f1f1f;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0.15px;
    display: block;
    text-align: center;
        margin: 0px 0px 50px 0px;
}
.register .form-row{
    width: 100% !important;
}


/* 24 july 2205 */
ul#menu-main-menu li a:hover{
    color: #087B4F !important;
}
.mob-btn{
    display: none !important;
}
.mobile-header-cstm{
    display: none;
}
header#masthead {
    padding: 5px 0px;
}

/* Home page Slider */
.home .cover-wrapper.container {
   padding: 20px;
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0px;
}
.home .cover-wrapper.container .listify_widget_search_listings{
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.home .cover-wrapper.container .listify_widget_search_listings .home-widget-section-title{
    margin: 0px 0px 20px;
}
.homepage-covers.page-cover.entry-cover.entry-cover--home.entry-cover {
    padding: 0px;
    height: 700px;
}
/*.homepage-covers {
    padding: 0px !important;
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    background-color: #087b4f2e !important;
}*/

.image-slide {
    overflow: hidden;
}
.mob-banner-section{
    display: none;
}
.social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.listng-category {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.listng-category-item {
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px #eee;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    gap: 30px;
}
.cate-icon {
    background: #d2e7df;
    border-radius: 50%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 130px;
    transition: all .3s;
        /*border: 2px solid #E9F5F5;*/
}
/* 25 july 2025 */
.cate-icon svg {
    width: 60px;
    height: 60px;
    fill: #000;
}
.listng-category-item h3{
    font-weight: bold;
    margin: 0px;
}
.listng-category-item .cate-icon:hover{
    background: #ffba2352;
    transition: all .3s;
 /*   border: 2px solid #087b4f;*/
}
.listng-category-item.cate-icon:hover  svg{
    fill: #000;
    transition: all .3s;
}
/*.discover-section {
    background: #d2e7df;
    padding: 1px 0px;
}*/
.discover-section h2.home-widget-title {
    color: #222;
}
.discover-section h2 span{
    color: #222;
}
h2.home-widget-title{
    font-size: 50px;
}
p.home-widget-description{
    font-size: 18px;
    color: #1A1A1A;
}
.homepage-covers .home-widget-title{
    font-size: 50px;
    font-weight: bold;
    color: #087B4F;
}
.homepage-covers .home-widget-title span{
  color: #087B4F;
}
.search-filters-home button.update_results_override {
    background: #087B4F;
    padding: 11px 25px;
}
.discover-section .from-the-blog a{
    background-color: #087B4F;
    color: #fff;
}
.discover-section .from-the-blog a:hover{
    background-color: #087B4F;
    color: #fff;
}

/* testimonail-section */
.testimonail-section{
     background: #d2e7df;
     padding: 80px;
}
.testimonail-section h2{
    color: #222;
}
.testimonail-section .home-widget-description{
    margin-bottom: 30px;
}
.testimonail-section .single-item-wrapper {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
}
.testimonail-section .single-item-wrapper .item-content-wrapper {
    background: transparent !important;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    order: 4;
    padding: 10px;
}
.testimonail-section  .swiper-button-prev{
    left: -50px;
}
.testimonail-section  .swiper-button-next{
    right: -50px;
}
.testimonail-section .single-item-wrapper .item-content-wrapper .item-content{
    color: #1A1A1A;
    font-size: 16px !important;
    font-style: normal;
}
.testimonail-section .item-content-wrapper:before{
    color: #087B4F !important;
}
.testimonail-section .author-name {
    font-size: 20px !important;
    color: #087B4F !important;
    order: 1;
    margin-bottom: 0px !important;
    font-weight: bold !important;
    position: absolute;
    right: 0;
    top: 2%;
    text-align: left !important;
    left: 24%;
}
.testimonail-section .author-bio {
    text-align: left !important;
    position: absolute;
    right: 0;
    top: 18%;
    left: 24%;
}
.testimonail-section .author-bio{
    order: 2;
    margin-top: 0px !important;
}
.testimonail-section .tss-meta-info {
    order: 3;
        width: 60px;
    height: 60px;
}
.tss-wrapper .tss-carousel3 .item-content-wrapper:before{
    content: none;
}


@media (min-width: 992px) {
    .site-header .primary-header .container .primary-header-inner {
        padding: 0px 50px;
    }
}

@media screen and (max-width: 1700px){
    .home .cover-wrapper.container {
        width: 50%;;
    }
}

@media screen and (max-width: 1440px){
    .homepage-covers.page-cover.entry-cover.entry-cover--home.entry-cover {
        padding: 0px;
        height:600px;
    }
    .homepage-covers .owl-stage-outer {
        height: 600px;
    }
}

@media screen and (max-width: 1199px){
    .home .listify_widget_search_listings {
        width: 100%;
    }
    .testimonail-section .author-name {
    top: 2%;
    left: 30%;
}
.testimonail-section .author-bio {
    top: 18%;
    left: 30%;
}
.home .cover-wrapper.container {
    width: 60%;
}
 .homepage-covers.page-cover.entry-cover.entry-cover--home.entry-cover {
        padding: 0px;
        height:500px;
    }
    .homepage-covers .owl-stage-outer {
        height: 500px;
    }
     .homepage-covers .home-widget-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px){
    .navigation-bar-toggle .mobile-nav-menu-label{
        display: none;
    }
    .mob-btn{
        display: block !important;
    }
    .header-btns{
        display: none;
    }
    .primary-header{
        display: none;
    }
    .mobile-header-cstm {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 15px;
    }
    .mobile-header-cstm .site-branding {
        width: 100%;
        max-width: 120px;
    }
    .mobile-header-cstm nav#site-navigation {
        position: static;
    }
    .mobile-header-cstm a.ion-search.search-overlay-toggle {
        padding-left: 20px;
    }
    .mob-banner-section {
        display: block;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .desktop-banner{
        display: none;
    }
    .homepage-covers {
        grid-template-columns: 100%;
    }
     .home .cover-wrapper.container {
        width: 100%;
    }
    .homepage-covers .home-widget-title {
        font-size: 30px;
    }
    .homepage-covers {
        background-color: #087b4f4f !important;
        padding: 40px 15px;
    }
    .home .cover-wrapper.container .listify_widget_search_listings {
        padding: 30px 15px;
    }
   
    .home-widget-section-title {
        margin: 0em 0 !important;
    }
    .home .listify_widget_search_listings {
        width: 70%;
    }
     .testimonail-section .tss-meta-info {
        order: 3;
        width: auto;
        height: auto;
    }
    .testimonail-section .author-bio,
    .testimonail-section .author-name {
        position: static;
        text-align: center !important;
    }
    .listng-category {
        grid-template-columns: 1fr 1fr 1fr;
    }
     .homepage-covers .home-widget-title {
        font-size: 30px;
    }
    a.js-toggle-area-trigger {
        display: none;
    }
    .search-filters-home button.update_results_override {
        width: 100%;
    }


}

@media screen and (max-width: 767px){
    .testimonail-section {
        background: #d2e7df;
        padding: 30px 0px;
    }
    .homepage-covers .owl-dots{
        display: none;
    }
    .testimonail-section  .swiper-arrow{
        display: none;
    }
    h2.home-widget-title {
        font-size: 35px;
    }
    .about-cusom-img {
        height: 100%;
        width: 100%;
    }
    .custom-category-item-icon svg {
        width: 50px;
        height: 50px;
    }
    .custom-category-item:hover .custom-category-item-icon svg {
        width: 60px;
        height: 60px;
    }
    .custom-category-item {
        height: 150px;
    }
    .custom-category-item h3 {
        font-size: 20px;
    }
    .header-btns {
        gap: 10px;
    }
    a.login-btn,
    .register-btn{
        padding: 5px 15px;
        font-size: 12px;
    }
    .ur-frontend-form.login {
        padding: 15px;
    }
    .ur_lost_reset_password .ur-form-grid{
        padding: 0px !important;
    }

    .home .listify_widget_search_listings {
        width: 100%;
    }
    .testimonail-section .author-bio,
    .testimonail-section .author-name {
        position: static;
        text-align: center !important;
    }
    .testimonail-section  .swiper-button-prev{
        left: -34px;
    }
    .testimonail-section  .swiper-button-next{
        right: -34px;
    }
    .testimonail-section .tss-meta-info {
        order: 3;
        width: auto;
        height: auto;
    }
    .listng-category {
        grid-template-columns: 1fr 1fr;
    }
}


@media screen and (max-width: 575px){
    .custom-category {
        flex-wrap: wrap;
    }
    .custom-category-item {
       width: 100%;
    }
}

@media screen and (max-width: 425px){
    img.custom-img {
        width: 100%;
    }
    .listng-category {
        grid-template-columns: 100%;
    }
}



































































