/* ----------------------------
// Business Profile page
// ----------------------------*/


.lillians-hero-sec .hero-sec-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 820px;
}

.hero-sec-heading .hero-title {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.hero-sec-heading p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.hero-sec-heading .address-info {
    max-width: 340px;
}

.column-part {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 30px;
    padding-bottom: 100px;
}

.hero-image-part .hero-image {
    display: flex;
}

.hero-image-part .hero-image-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    background-color: #AD8B32;
}

.hero-image-content .content-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.hero-image-content p {
    color: #fff;
    text-transform: capitalize;
}

.hero-image-content .hero-part-icon ul {
    display: flex;
    gap: 10px;
}

.hero-part-icon li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}

.hero-part-icon li a img {
    filter: brightness(5.5);
    width: 22px;
    height: 22px;
}

.lillians-hero-sec .brand-logo {
    padding: 70px 0;
}

.lillians-hero-sec .title {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.lillians-hero-sec .para {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px
}

.about-detail strong {
    text-transform: uppercase;
}

.lillians-hero-sec .cost-detail {
    padding: 25px 0;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}

.cost-detail .cost-title {
    margin-bottom: 10px;
}

.cost-detail .cost-para {
    margin-bottom: 0;
}

.shop-part .shop-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.shop-part .shop-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

.shop-part .shop-item-img a {
    display: flex;
    overflow: hidden;
}

.shop-part .shop-item-img img {
    transition: all 0.5s ease;
}

.shop-part .shop-item-img:hover img {
    transform: scale(1.02);
}

.shop-part .shop-name {
    padding: 20px 0;
    border: 2px solid #f1f1f1;
    background-color: #f8f8f8;
}

.shop-name p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    text-align: center;
}

.shop-btn {
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 28px;
    color: #fff;
    background-color: #000;
    transition: all .3s;
    display: block;
    max-width: fit-content;
    border: 2px solid transparent;
}

.shop-btn:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
    box-shadow: 1px 1px #000, 2px 2px #000, 2px 2px #000;
}

@media(max-width: 1199px) {
    #mc_embed_signup {
        max-width: fit-content;
    }
}

@media(max-width: 991px) {
    .hero-sec-heading .hero-title {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-sec-heading p {
        font-size: 15px;
        line-height: 25px;
    }

    .hero-image-content .content-text {
        font-size: 16px;
        line-height: 26px;
    }

    .lillians-hero-sec .title {
        font-size: 15px;
        line-height: 25px;
    }

    .lillians-hero-sec .para {
        font-size: 15px;
        line-height: 25px;
    }

    .shop-part .shop-items {
        grid-template-columns: 1fr 1fr;
    }

}

@media(max-width: 767px) {
    .lillians-hero-sec .hero-sec-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .hero-image-content .content-text {
        text-align: center;
    }

    .hero-image-part .hero-image-content {
        flex-direction: column;
        gap: 20px;
    }

    .lillians-hero-sec .para {
        text-align: justify;
    }

    .shop-part .shop-items {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .shop-name p {
        font-size: 16px;
        line-height: 26px;
    }

    .shop-btn-part .shop-btn {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 30px;
    }

    .column-part {
        grid-template-columns: 1fr;
        padding-bottom: 50px;
    }

    #mc_embed_signup {
        max-width: 100%;
    }
}




/* ----------------------------
// Sponosored Post page
// ----------------------------*/


.section-padding {
    padding: 50px 0;
    border-top: 2px solid #f1f1f1;
}

.hero-sec-inner .post-detail {
    width: 70%;
    margin: 0 auto;
    margin-top: -140px;
    background-color: #fff;
    position: relative;
    padding: 50px 15px 0;
}

.post-detail .post-header {
    font-size: 31px;
    line-height: 41px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.post-detail .author-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.author-info .author-img {
    border-radius: 100%;
    overflow: hidden;
    display: flex;
}

.author-img img {
    width: 40px;
    height: 40px;
}

.post-detail .author-detail {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.post-detail .post-detail-icon ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.post-detail-icon li a {
    text-decoration: none;
    font-size: 30px;
    color: #AD8B32;
}

.post-detail .sub-logo-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sub-logo-detail .sub-logo {
    display: flex;
}

.sub-logo img {
    width: 70px;
    height: 60px;
}

.image-detail-sec {
    margin-top: 50px;
}

.post-hero-sec .sponosored-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.post-hero-sec .sponosored-content p:last-child {
    margin-bottom: 0;
}

.post-hero-sec .sponosored-content hr {
    margin: 50px 0;
    border-top: 1px solid #f1f1f1;
}

.image-detail-inner .image-part {
    width: 50%;
    float: right;
}

.post-hero-sec .placement-info {
    width: 100%;
    min-height: 440px;
    background-color: #f3eee0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.placement-info .placement-title {
    font-size: 42px;
    line-height: 52px;
    text-transform: capitalize;
    font-weight: 700;
}

.post-hero-sec .description {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shop-part .post-title {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.shop-part .post-items {
    margin-bottom: 0;
}

.shop-part .shop-description {
    padding-top: 15px;
}


@media(max-width: 1199px) {
    .post-detail .post-header {
        font-size: 24px;
        line-height: 34px;
    }

    .hero-sec-inner .post-detail {
        margin-top: -90px;
        padding: 30px 15px 0;
    }
}

@media(max-width: 991px) {
    .post-detail .post-header {
        font-size: 20px;
        line-height: 30px;
    }

    .post-detail .author-detail {
        font-size: 18px;
        line-height: 28px;
    }

    .image-detail-inner .image-part {
        width: 100%;
    }

    .image-detail-inner .image-part img {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .hero-sec-inner .post-detail {
        margin-top: -50px;
    }

    .post-detail .post-header {
        font-size: 16px;
        line-height: 26px;
    }

    .post-detail .author-detail {
        font-size: 12px;
        line-height: 22px;
    }

    .post-hero-sec .image-para {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
    }

    .placement-info .placement-title {
        font-size: 30px;
        line-height: 40px;
    }

    .shop-part {
        padding-bottom: 0;
    }
}



/* ----------------------------
// Neighbour Guides page
// ----------------------------*/


.urbaanite-guide-sec {
    padding-bottom: 80px;
}

.guide-description .column-part{
    display: block !important;
}

.guide-description .column-part .right-column{
    display: none !important;
}

.jobs-content .shop-btn{
    text-align: center;
    margin: 0 auto 50px;
}

.guide-title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.guide-para {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.urbaanite-guide-sec .guide-sub-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: normal;
}

.urbaanite-guide-sec .guide-heading {
    margin-bottom: 30px;
}

.urbaanite-guide-sec .category-part {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.category-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.category-btn {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #ad8b32;
    padding: 5px 35px;
    border-radius: 27px;
    display: block;
    max-width: fit-content;
}

.category-part .category-btn.active {
    background-color: #AD8B32;
}

.guide-image-box {
    display: flex;
    /* padding: 0 70px; */
    gap: 30px;
}

.categorySlider{
    padding: 0 70px;
}

.categorySlider .slick-track{
    margin: 0;
}

.guide-image-box .guide-img-part {
    max-width: 330px;
    width: 100%;
    position: relative;
}

.logoSlider .guide-img-part img{
    max-width: 150px !important;
    margin: 0 auto;
}

.guide-img-part .image-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 260px;
    color: #fff;
    font-weight: 700;
    text-transform: unset;
    line-height: 25px;
    padding: 5px;
    background-color: #0000008f;
}

.guide-image-box .slick-prev {
    font-size: 0;
    padding: 0;
    border: 0;
}

.guide-image-box .slick-prev::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    border-radius: 100%;
    background-color: #AD8B32 !important;
    left: 0;
    bottom: 80px;
    transform: rotate(90deg);
}

.guide-image-box .slick-next {
    font-size: 0;
    padding: 0;
    border: 0;
}

.guide-image-box .slick-next::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    border-radius: 100%;
    background-color: #AD8B32 !important;
    right: 0;
    bottom: 80px;
    transform: rotate(270deg);
}

.guide-image-box .slick-track {
    display: flex;
    gap: 20px;
    align-items: center;
}

.guide-description .guidebook-sec {
    padding-top: 100px;
    border-top: 2px solid #f1f1f1;
}

.guidebook-sec .guide-search-form{
    display: flex;
    margin-top: 50px;
}

@media (max-width: 767px){
    .guidebook-sec .guide-search-form{
        margin-bottom: 50px;
    }

    .guide-image-box{
        flex-direction: column;
    }
}

.guidebook-sec .guide-search-form .search-bar{
    position: relative;
    width: 100%;
}

.guidebook-sec .guide-search-form .search-bar::after{
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 15px;
}

.guidebook-sec .guide-search-form input{
    font-size: 14px;
    color: #7B7B7B;
    padding: 10px 0 10px 43px !important;
    border: 1px solid #E4E4E4 !important;
}

.guidebook-sec .guide-search-form input::placeholder{
    font-size: 14px;
    color: #7B7B7B;
}

.guidebook-sec .guide-search-form input:focus{
    box-shadow: none;
}

.guidebook-sec .guide-search-button{
    font-size: 14px;
    border-radius: 0;
    color: #fff;
    background-color: #AD8B32;
    font-weight: 300;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    max-width: fit-content;
    border: none;
}

.guide-block-sec .no-event{
    margin-bottom: 30px;
    color: red;
    font-weight: 700;
    text-transform: capitalize;
}

.guide-description .guidebook-title {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 50px;
}

.guide-description .guidebook-sec-btn {
    margin: 70px 0;
    /* display: none; */
}

.guide-description .guidebook-sec-btn ul {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.guidebook-sec-btn li a {
    text-decoration: none;
    color: #AD8B32;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    background-color: #F3EEE0;
    padding: 10px 25px;
    font-weight: 600;
}

.guidebook-sec-btn li a.active {
    color: #fff;
    background-color: #AD8B32;
}

.guide-description .guide-block-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 20px;
    margin-top: 50px;
	margin-bottom: 50px;
}

.guide-description .guide-block-img {
    display: flex;
    max-width: 100%;
}

.guide-description .guide-block-info {
    border: 2px solid #f1f1f1;
    border-top: 0;
    padding: 15px;
}

.guide-description .guide-block-title {
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
}

.guide-block-info .category-title {
    text-align: center;
}

.guide-block-info .guide-para {
    margin: 20px 0;
}

.guide-block-info .category-btn {
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 20px;
}

.guide-description .guide-main-btn {
    border-bottom: 2px solid #f1f1f1;
}

.guide-main-btn .shop-btn {
    margin: 50px auto;
}

.guide-description .find-guard-sec {
    margin-bottom: 80px;
}

/* .guide-logo-box .slick-prev::after {
    bottom: 43px;
}

.guide-logo-box .slick-next::after {
    bottom: 43px;
} */


@media(max-width: 1199px) {
    .category-title {
        font-size: 18px;
        line-height: 28px;
    }

    .guide-image-box .slick-prev::after {
        bottom: 85px;
    }

    .guide-image-box .slick-next::after {
        bottom: 85px;
    }

    .guidebook-sec-btn li a {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .guide-para {
        font-size: 14px;
        line-height: 24px;
    }

    .urbaanite-guide-sec .category-part {
        gap: 15px;
    }

    .category-part .category-btn {
        font-size: 16px;
        line-height: 26px;
    }

    .guide-block-info .category-btn {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 15px;
    }

    /* .guide-logo-box .slick-prev::after {
        bottom: 33px;
    }

    .guide-logo-box .slick-next::after {
        bottom: 33px;
    } */
}

@media(max-width: 991px) {
    .guide-title {
        font-size: 42px;
        line-height: 52px;
    }

    .category-title {
        font-size: 16px;
        line-height: 25px;
    }

    .category-btn {
        font-size: 15px;
        line-height: 25px;
        padding: 5px 20px;
    }

    .category-part .category-btn {
        font-size: 12px;
        line-height: 22px;
    }

    .guide-description .guidebook-title {
        font-size: 38px;
        line-height: 48px;
    }

    .guidebook-sec-btn li a {
        font-size: 10px;
        line-height: 20px;
        padding: 10px 15px;
    }

    .guide-description .guide-block-sec {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 767px) {
    .urbaanite-guide-sec .guide-sub-title {
        font-size: 20px;
        line-height: 30px;
    }

    .guide-title {
        font-size: 30px;
        line-height: 40px;
    }

    .urbaanite-guide-sec .category-part {
        flex-direction: column;
        align-items: normal;
    }

    .category-btn {
        max-width: 100%;
        text-align: center;
    }

    .guide-block-info .category-btn {
        max-width: fit-content;
    }

    .guide-image-box .slick-prev::after {
        bottom: 72px;
    }

    .guide-image-box .slick-next::after {
        bottom: 72px;
    }

    .guide-image-box .slick-track {
        gap: 0;
    }

    .guide-description .guidebook-sec {
        max-width: 350px;
        margin: 0 auto;
        padding-top: 50px;
    }

    .guide-description .guide-block-sec {
        grid-template-columns: 1fr;
        max-width: 350px;
        margin: 0 auto;
    }

    .guide-description .guide-block-img {
        max-width: 350px;
        margin: 0 auto;
    }

    .guide-description .guide-main-btn {
        max-width: 350px;
        margin: 0 auto;
    }

    .guide-description .find-guard-sec {
        max-width: 350px;
        margin: 0 auto;
    }

    .guide-image-box {
        max-width: 350px;
        margin: 0 auto;
    }

    .guide-description .guidebook-title {
        font-size: 26px;
        line-height: 36px;
    }

    .guide-description .guidebook-sec-btn ul {
        flex-direction: column;
    }

    .guidebook-sec-btn li a {
        display: block;
    }

    /* .guide-logo-box .slick-prev::after {
        bottom: 38px;
    }

    .guide-logo-box .slick-next::after {
        bottom: 38px;
    } */
}


/* ----------------------------
// Post Details Page
// ----------------------------*/


.container-custom {
    width: 1750px !important;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.executive-global-text {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.executive-sec .column-part {
    grid-template-columns: 80% 20%;
}

.executive-sec .executive-detail {
    display: flex;
    gap: 120px;
    padding: 40px;
}

.executive-sec .executive-content {
    max-width: 730px;
}

.executive-sec .executive-title {
    font-size: 48px;
    line-height: 58px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
}

.executive-sec .executive-btn-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.executive-btn-text .post-btn {
    display: flex;
    gap: 10px;
}

.executive-btn-text a {
    text-decoration: none;
    font-size: 14px;
    color: #AD8B32;
    text-transform: capitalize;
    background-color: transparent;
    border: 2px solid #AD8B32;
    border-radius: 30px;
    padding: 12px;
}

.executive-btn-text p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.executive-sec .executive-content-inner {
    margin-left: 50px;
}

.executive-sec .executive-apply-box {
    padding: 50px;
    border: 5px solid #AD8B32;
    background-color: #F3EEE0;
    max-height: 380px;
    max-width: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.executive-sec .executive-box-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
}

.executive-sec .executive-box-sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

.executive-apply-box a {
    text-decoration: none;
    font-size: 18px;
    padding: 18px 27px;
    color: #fff;
    background-color: #AD8B32;
    text-transform: uppercase;
}

.executive-apply-box .apply-box-content {
    margin-bottom: 30px;
}

@media(max-width: 1199px) {
    .executive-sec .executive-detail {
        flex-direction: column;
        gap: 50px;
    }

    .executive-sec .column-part {
        grid-template-columns: 1fr;
    }

    .executive-sec .executive-content {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .executive-sec .executive-detail {
        padding: 0;
        align-items: center;
    }

    .container-custom {
        padding: 0 10px;
    }

    .executive-sec .executive-title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .executive-sec .executive-btn-text {
        flex-direction: column;
        gap: 8px;
    }

    .executive-btn-text .post-btn {
        flex-direction: column;
    }

    .executive-btn-text a {
        text-align: center;
    }
}


/* ----------------------------
// Job Listing Page
// ----------------------------*/


.jobs-content .search_keywords {
    display: flex;
    gap: 20px;
    position: relative;
    margin-bottom: 50px;
}

.jobs-content .search_keywords #search_keywords {
    padding: 10px 60px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
}

.jobs-content .search_keywords::after {
    content: '';
    position: absolute;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 14px;
    left: 25px;
}

.jobs-content .search_keywords .search_submit input {
    padding: 10px 20px;
    background-color: #AD8B32;
    color: #fff;
    border: transparent;
}

.job_filters {
    background: transparent;
}

.jobs-content .job_filters_listing {
    display: flex;
}

.jobs-content .job_filters_main {
    max-width: 260px;
}

.job_filters .search_jobs p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.job_filters .search_jobs div.search_location {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
}

.jobs-content .search_location #search_location {
    font-size: 14px;
    border: transparent;
    border-radius: 10px;
    box-shadow: none;
}

.job_filters .job_types li {
    list-style: none;
    width: 100%;
}

.job_filters .rss_link {
    display: none;
}

.job_listings_main {
    width: 100%;
}

.job_listings_main ul.job_listings li.job_listing a .meta {
    width: 40%;
    position: relative;
}

.job_listings_main ul.job_listings li.job_listing a .meta::before {
    content: '';
    position: absolute;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 10px;
    bottom: 83px;
}

.job_listing li.job-type {
    border: 1px solid #000;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    color: #000 !important;
    text-align: center;
    font-weight: 500 !important;
    display: inline-block !important;
}

ul.job_listings li.job_listing a div.position {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.job_listings .position p {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}

.job_listings .position .company_logo img {
    position: unset !important;
}

.job_listings .position .location-custom {
    font-size: 18px;
    color: #000 !important;
    font-weight: 500;
}

.job_listings_main .job_listings .job_listing a {
    display: flex;
    align-items: end;
}

.job_listings .position .company {
    font-size: 18px;
    color: #000 !important;
}

.job_listings .position .company .tagline {
    display: none;
}

.job_listings .job_listing {
    margin-bottom: 20px !important;
    border-bottom: none !important;
}

.job_filters .job_types {
    background: none;
}

.job_filters_main .search_jobs_action {
    background-color: #F3EEE0;
}

.post-listing .post-listing-heading {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    color: #000;
}

.post-listing p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.post-listing .shop-btn {
    padding: 8px 28px;
    max-width: 100%;
    text-align: center;
}

.job_filters_main .post-listing {
    background-color: #E7E4F7;
    padding: 30px 20px;
}

.job_filters .search_jobs div label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.jobs-content .search-category #search-category {
    font-size: 14px;
    border: transparent;
    border-radius: 10px;
    box-shadow: none;
    width: 70%;
}

@media(max-width: 1199px) {
    .jobs-content .job_filters_listing {
        flex-direction: column-reverse;
    }

    .jobs-content .job_filters_main {
        display: flex;
        gap: 20px;
        max-width: 100%;
    }

    .job_listings .position p {
        font-size: 20px
    }

    .job_listings_main ul.job_listings li.job_listing a .meta::before {
        bottom: 110px;
    }
}

@media(max-width: 991px) {
    .job_listings .position p {
        font-size: 20px;
        line-height: 24px;
    }

    .jobs-content .job_filters_main {
        flex-direction: column;
    }
}

@media(max-width: 767px) {
    .job_listings_main .job_listings .job_listing a {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    ul.job_listings li.job_listing a div.position {
        flex-direction: column;
    }

    .entry-content ul {
        padding-left: 0 !important;
    }

    .job_listings_main ul.job_listings li.job_listing a .meta::before {
        bottom: 10px;
        left: 220%;
    }

    .job_listings .position .company_logo img {
        visibility: visible !important;
    }
}


/* ----------------------------
// Event List Page - OLD
// ----------------------------*/


.custom-events-listing .event-list-inner {
    padding-top: 0 !important;
}

.event-list-inner .tribe-events-c-search__input-control {
    margin: 0 !important;
}

.event-list-inner .tribe-events-c-search__input {
    padding: 10px 40px !important;
    outline: none !important;
    box-shadow: none !important;
}

.event-list-inner .tribe-events-c-search__button {
    border-radius: 0 !important;
    color: #fff !important;
    background-color: #AD8B32 !important;
    font-weight: 300 !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
}

.event-list-inner .tribe-events-c-top-bar__datepicker-time {
    font-weight: 600;
    text-transform: uppercase;
}

.event-list-inner .tribe-events-calendar-list__month-separator-text {
    font-weight: bold !important;
    text-transform: uppercase;
}

.event-list-inner .tribe-events-calendar-list__event-row {
    transition: all .3s;
}

.event-list-inner .tribe-events-calendar-list__event-row:hover {
    background-color: #FDFCFA;
}

.event-list-inner .tribe-events-calendar-list__event-date-tag {
    padding-top: 20px;
}

.event-list-inner .tribe-events-calendar-list__event-wrapper {
    padding: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin-bottom: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:before {
    background-color: #AD8B32 !important;
    border-radius: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: calc(100% - 3px);
    width: 8px;
    top: 0;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    display: none;
}

.custom-subscribe-event-btn a {
    color: #fff !important;
    background-color: #AD8B32 !important;
    font-weight: 300 !important;
    padding: 12px 28px !important;
    text-transform: uppercase;
    text-decoration: none !important;
}

.tribe-events-c-subscribe-dropdown .custom-subscribe-event-btn {
    padding: 0 !important;
    border-radius: 0;
    border: none;
    margin-right: 10px;
    max-width: fit-content;
}

.tribe-events-c-subscribe-dropdown .custom-subscribe-cal-btn {
    padding: 0;
    border-radius: 0;
    border: none;
    position: relative;
    max-width: fit-content;
}

.custom-subscribe-cal-btn button {
    color: #fff !important;
    background-color: #000 !important;
    font-weight: 300 !important;
    padding: 12px 28px 12px 14px !important;
    text-transform: uppercase;
}

.tribe-events-c-subscribe-dropdown .custom-subscribe-cal-btn svg {
    position: absolute;
    right: 10px;
    top: 18px;
    color: #fff !important;
}

.tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime-featured-icon {
    display: none;
}

.tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime-featured-text {
    text-transform: uppercase;
    color: #AD8B32 !important;
}

.tribe-events-calendar-list__event-cost strong {
    font-weight: 900;
    margin-right: 6px;
}

.tribe-events-c-nav__list span {
    font-size: 14px;
}

@media(max-width: 991px) {
    .tribe-events-c-subscribe-dropdown .custom-subscribe-event-btn {
        margin-right: 9px;
    }
}

@media(max-width: 767px) {
    .tribe-events-c-subscribe-dropdown .custom-subscribe-event-btn {
        margin-bottom: 20px;
    }
}


/* ----------------------------
// Events New Page
// ----------------------------*/


.event-sec .container-custom {
    width: 1500px !important;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.event-sec .left-column .search-bar {
    display: flex;
    margin-bottom: 50px;
}

.search-bar .searchbar-btn {
    position: relative;
    width: 100%;
}

.search-bar .searchbar-btn::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 15px;
}

.search-bar input {
    font-size: 14px;
    color: #7B7B7B;
    padding: 10px 0 10px 43px !important;
    border: 1px solid #E4E4E4 !important;
}

.search-bar input:focus {
    box-shadow: none;
}

.search-bar .find-event-btn {
    font-size: 14px;
    border-radius: 0;
    color: #fff;
    background-color: #AD8B32;
    font-weight: 300;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    max-width: fit-content;
}

.event-sec .left-column .event-list-heading {
    display: flex;
    gap: 15px;
    align-items: center;
    max-width: fit-content;
    margin-bottom: 15px;
    position: relative;
}

.event-sec .left-column .event-list-heading::after {
    content: '';
    width: 10px;
    height: 7px;
    background: url(../images/down-arrow-2.png) no-repeat;
    position: absolute;
    right: -25px;
    top: 15px;
}

.event-list-heading .slide-arrow {
    display: flex;
    gap: 20px;
}

.event-list-heading .heading-btn a {
    font-size: 12px;
    color: #626361;
    padding: 8px 16px;
    border: 1px solid #CBD5E0;
    border-radius: 4px;
    text-decoration: none;
}

.event-list-heading .heading h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-family: "Brandon Grotesque";
}

.event-sec .left-column .event-list-title {
    margin-bottom: 45px;
    position: relative;
}

.event-sec .left-column .event-list-title::after {
    content: '';
    width: 80%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 15px;
}

.event-sec .left-column .event-list-title h4 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Poppins";
}

.event-sec .left-column .event-calender-list {
    display: flex;
    gap: 10px;
    padding: 25px 0 25px 40px;
    border-bottom: 1px solid #707070;
}

.event-calender-list .event-date {
    margin-right: 25px;
    max-width: fit-content;
}

.event-date time span {
    font-size: 11px;
    text-transform: uppercase;
}

.event-date time h4 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Poppins";
    text-align: center;
}

.event-calender-list .event-calender-description {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.event-calender-description .event-description {
    max-width: 520px;
}

.event-sec .left-column .featured-category {
    position: relative;
}

.event-sec .left-column .featured-category::before {
    content: '';
    width: 8px;
    height: 100%;
    background-color: #AD8B32;
    position: absolute;
    top: 0;
    left: 0;
}

.event-description .featured-text {
    display: none;
}

.featured-category .featured-text {
    display: block;
}

.event-sec .left-column .featured-category {
    border: none;
    background-color: rgba(243, 238, 224, 15%);
}

.event-description .featured-text h5 {
    font-size: 14px;
    color: #AD8B32;
    font-weight: bold;
    font-family: "Poppins";
    text-transform: uppercase;
}

.event-description .description-inner .description-para {
    font-size: 14px;
    color: #000;
    margin: 10px 0;
}

.event-description .description-inner h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    font-family: "Helvetica";
}

.description-inner h4 span {
    color: #da394d;
}

.description-inner .description-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.description-inner .description-title img {
    width: 12px;
    height: 10px;
}

.description-inner .description-title h5 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    font-family: "Poppins";
}

.event-description .description-inner .price-list {
    display: flex;
    gap: 10px;
}

.event-description .description-inner .price-list h6 {
    font-size: 12px;
    color: #000;
    font-family: "Poppins";
}

.event-calender-list .event-calender-img img {
    max-width: 293px;
    min-width: 293px;
}

.event-description .description-inner .description-two-title {
    display: flex;
    gap: 30px;
}

.description-inner .description-two-title .second {
    position: relative;
}

.description-inner .description-two-title .second::after {
    content: '';
    width: 14px;
    height: 12px;
    background: url(../images/rectangle.png) no-repeat;
    position: absolute;
    left: -20px;
    top: 1px;
}

.event-sec .left-column .slide-events {
    margin: 30px 0 20px;
}

.slide-events .event-change-btn {
    display: flex;
    justify-content: space-between;
}

.slide-events .event-change-btn a {
    font-size: 14px;
    padding: 0 25px;
    text-decoration: none;
    position: relative;
}

.slide-events .event-change-btn .event-pre-arrow::after {
    content: '';
    width: 11px;
    height: 7px;
    background: url(../images/down-arrow-2.png) no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
    transform: rotate(90deg);
}

.slide-events .event-change-btn .event-next-arrow::after {
    content: '';
    width: 11px;
    height: 7px;
    background: url(../images/down-arrow-2.png) no-repeat;
    position: absolute;
    top: 6px;
    right: 0;
    transform: rotate(270deg);
}

.event-sec .left-column .submit-info {
    display: flex;
    gap: 12px;
    justify-content: end;
    margin-top: 25px;
}

.event-sec .left-column .submit-info .submit-event-btn {
    font-size: 14px;
    color: #fff;
    background-color: #AD8B32;
    font-weight: 300;
    padding: 12px 28px;
    text-transform: uppercase;
    text-decoration: none;
}

.event-sec .left-column .submit-info .subscribe-calender-btn {
    font-size: 14px;
    color: #fff;
    background-color: #000;
    font-weight: 300;
    padding: 12px 28px 12px 14px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

.event-sec .left-column .submit-info .subscribe-calender-btn::after {
    content: '';
    width: 11px;
    height: 7px;
    background: url(../images/down-arrow-2.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 8px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(344deg) brightness(104%) contrast(104%);
}

.event-sec .no-event{
    text-align: center;
    color: red;
    font-weight: 700;
    text-transform: capitalize;
}

.custom-event-form{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
    padding: 100px 0;
    background-color: rgba(18, 18, 19, 0.6);
    transition: all 0.3s linear;
    overflow: auto;
}

.custom-event-form.active{
    display: block;
    top: 0;
}

.popup-form{
    background-color: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}

.popup-form .popup-close{
    position: relative;
}

.popup-close img{
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.nf-form-content label{
    font-size: 16px;
}

.nf-form-content .nf-field-element input{
    border-radius: 5px;
}

.submit-container .nf-field-element input{
    padding: 10px 30px;
}


@media(min-width: 767px) {
.event-sec .left-column {
    padding-right: 25px!important;
	}
}


@media(max-width: 1700px) {

    .event-sec .column-part {
        gap: 10px;
    }
}

@media(max-width: 1199px) {

    .event-sec .left-column .event-calender-list {
        gap: 30px;
    }

    .event-description .description-inner .description-two-title {
        flex-direction: column;
        gap: 0;
    }

    .event-description .description-inner .description-two-title .description-para {
        margin: 5px 0;
    }

    .event-description .description-inner .description-two-title .second {
        margin-left: 20px;
    }

    .description-inner .description-two-title .second::after {
        top: 5px;
    }

    .event-description .description-inner h4 {
        font-size: 20px;
    }
}

@media(max-width: 991px) {
    .event-sec .column-part {
        display: block;
    }

    .event-sec .column-part .left-column {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .search-bar .searchbar-btn {
        max-width: fit-content;
    }

    .event-sec .left-column .featured-category::before {
        width: 100%;
        height: 8px;
    }

    .event-sec .left-column .event-calender-list {
        flex-direction: column;
        padding: 25px 0;
    }

    .event-calender-list .event-calender-description {
        flex-direction: column;
        gap: 20px;
    }

    .event-calender-list .event-calender-img img {
        max-width: 100%;
    }

    .event-sec .left-column .submit-info {
        flex-direction: column;
    }

    .event-sec .left-column .submit-info .submit-event-btn,
    .event-sec .left-column .submit-info .subscribe-calender-btn {
        text-align: center;
    }
	
	.event-sec .left-column .event-list-title::after {
		display:none!important;
	}

}

a.subscribe-calender-btn {
    display: none!important;
}


/* ----------------------------
// Event Detail Page
// ----------------------------*/

.event-detail-sec .event-detail-title {
    margin-bottom: 40px;
}

.event-detail-sec .event-detail-title a {
    font-size: 16px;
    color: #141827;
    font-weight: 700;
    text-decoration: none;
}

.event-detail-sec .event-notice {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.event-detail-sec .event-status button {
    font-size: 14px;
    color: #da394d;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 20px 12px 50px;
    margin-bottom: 20px;
    border: 1px solid black;
    border-left-width: 4px;
    border-left-color: #da394d;
    background-color: #fff;
    cursor: unset;
    position: relative;
}

.event-detail-sec .event-status button::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/alert.svg) no-repeat;
    position: absolute;
    top: 11px;
    left: 25px;
}

.event-detail-sec .event-detail-heading h1 {
    font-size: 42px;
    line-height: 52px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins";
}

.event-detail-sec .event-schedule {
    margin: 24px 0 32px;
}

.event-detail-sec .event-schedule p {
    color: #000;
    font-family: "Helvetica";
}

.event-detail-sec .event-detail-description .first-para {
    color: #AD8B32;
}

.event-detail-sec .event-detail-description p {
    font-size: 18px;
    color: #000;
    margin-bottom: 16px;
}

.event-detail-sec .event-detail-description a {
    color: #AD8B32;
}

.event-detail-info h2 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    font-family: "Poppins";
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.event-detail-info p {
    color: #000;
    font-size: 18px;
}

.event-detail-info .event-detail-info-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-detail-info .event-detail-schedule-inner {
    display: flex;
    flex-direction: column;
}

.event-detail-info .event-organizer {
    display: flex;
    flex-direction: column;
}

.event-detail-info .event-map-info {
    margin-bottom: 25px;
}

.event-map-info .event-address {
    margin: 5px 0;
}

.event-detail-info a {
    color: #AD8B32;
}

@media(max-width: 1700px) {

    .event-detail-sec .column-part {
        gap: 10px;
    }
}

@media(max-width: 991px) {
    .event-detail-sec .event-detail-heading h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .event-detail-info .event-detail-schedule-inner {
        gap: 5px;
    }
}

@media(max-width: 767px) {
    .event-detail-sec .column-part {
        display: block;
    }

    .event-detail-sec .event-detail-heading h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .event-detail-sec .event-detail-description p {
        font-size: 16px;
    }

    .event-detail-info .event-detail-schedule-inner {
        flex-direction: column;
        gap: 10px;
    }

    .event-detail-info h2 {
        font-size: 18px;
    }

    .event-detail-info p,
    .event-detail-info a {
        font-size: 14px;
    }
}


.site-loader {
    display: none;
    background: rgb(0,0,0, 37%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    align-items: center;
    justify-content: center;
}

.site-loader img {
    width: 100px;
    height: 100px;
}

@media (max-width: 767px) {
    .site-loader img {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 767px) {
.event-detail-sec .left-column {
    padding-right: 25px;
	}
}

.site-loader.show {
    display: flex;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}