/* Common CSS Start */

:root {
    --header-des-height: 100px;
    --stickyheader-des-height: 80px;
    --transition: 0.5s !important;
    --header-topbar-height: 49px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    overflow-x: hidden !important;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus {
    outline: none !important;
    text-decoration: none !important;
}

button:hover,
input[type="submit"]:hover {
    box-shadow: none !important;
    transform: unset !important;
}

input:focus,
textarea:focus {
    outline: none !important;
}

.pagewidth,
.module_row>.row_inner,
.module-layout-part .module_row.fullwidth_row_container>.row_inner {
    max-width: 85%;
}

.bold {
    font-weight: bold;
}

.block {
    display: block;
}

.sec-btn {
    background: #ffcb1f;
    color: #000000;
    font-weight: bold;
    font-family: "Cormorant";
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    text-transform: capitalize;
    transition: 0.3s;
}

.sec-btn:hover {
    background: #000000;
    color: #ffffff;
}

.sec-btn.white-hover:hover {
    color: #ffcb1f;
    background: #ffffff;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

.slick-slide {
    outline: none !important;
}

.back-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.compensate-for-scrollbar {
    margin: 0 !important;
}

.active_module.module-image {
    width: auto !important;
}

.tf_svg_lazy {
    transition: filter 0.3s linear !important;
    filter: unset;
    opacity: 1;
}


/* .entry-content p {
    color: #000000;
} */

.white-text p {
    color: #fff;
}

.p-text p:last-child {
    margin-bottom: 0;
}

input[type="radio"]:checked:before {
    background-color: #ffcb1f;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input:focus,
button:focus,
select:focus {
    outline: none !important;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 !important;
}

fieldset .form-control {
    border-radius: 8px;
}

.height-100 .image-wrap,
.height-100 .image-wrap img {
    height: 100%;
    object-fit: cover;
}

.ui.nav.vertical>li a {
    display: inline-block;
}


/* Common CSS End */


/* Header CSS Start */


/* .social-wp .module-icon-item a i {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.main-header .social-wp .module-icon-item:last-child a i {
    width: 40px;
    height: 100px;
    color: #ffcb1f;
    background: #000;
}

.main-header .social-wp .module-icon-item:last-child {
    margin-left: 50px;
} */

.select_theme {
    width: 200px;
    margin: auto;
    display: block;
    max-width: 100%;
    height: 35px;
    padding: 5px 15px;
}

.wpcf7-not-valid-tip {
    position: relative;
    margin-bottom: -24px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232 !important;
    color: #dc3232;
}

.submit-btn {
    position: relative;
    display: inline-block;
}

.submit-btn p {
    margin: 0;
}

.wpcf7-spinner {
    position: absolute !important;
    top: 50%;
    transform: translate(0, -50%);
    margin: -5px 0 0 -10px !important;
    left: 103%;
}

@media screen and (max-width: 767px) {
    .select_theme {
        font-size: 14px;
        padding: 5px 7px;
    }
}

#pagewrap.site {
    margin-top: calc(var(--header-des-height) + var(--header-topbar-height));
    transition: var(--transition);
}

#headerwrap {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    z-index: 1000;
    transition: var(--transition);
}

#headerwrap.sticky_head {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}

.admin-bar #headerwrap {
    top: var(--wp-admin--admin-bar--height);
}

#headerwrap #header {
    display: flex;
    align-items: center;
    padding: 0;
    height: var(--header-des-height);
    transition: var(--transition);
}

#headerwrap.sticky_head #header {
    height: var(--stickyheader-des-height);
}

#header:before,
#header:after {
    content: none !important;
}

.header-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#site-logo {
    line-height: 1;
    font-size: 0;
}

#site-logo a {
    display: inline-flex;
}

#main-nav li#wpmenucartli {
    display: none;
}


/* Header CSS End */


/* Banner CSS Start */

.main-banner:after {
    content: "";
    position: absolute;
    left: 87%;
    bottom: -355px;
    width: 998.13px;
    height: 1035.23px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/banner-circles.svg");
    display: block;
    z-index: 1;
    pointer-events: none;
}

.main-banner .module_column.last {
    align-items: center;
    align-content: center;
}


/* Banner CSS End */


/* Gallery CSS Start */

.main-gallery:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background: #fcfcfc;
    z-index: -1;
}

.gallery-box {
    position: relative;
}

.gallery-box-img {
    width: 100%;
    position: relative;
    height: max(300px, 26vw);
}

.gallery-box-view-btn {
    display: flex;
    align-items: stretch;
    position: absolute;
    left: 50px;
    bottom: 50px;
    background: #ffffff;
    color: #000;
    font-size: 25px;
    line-height: 1;
    font-family: "Cormorant";
    font-weight: bold;
    transition: 0.3s;
}

.gallery-box-view-btn:hover {
    background: #000;
    color: #fff;
}

.plus-icon {
    width: 70px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffcb1f;
    flex: 0 0 auto;
}

.plus-icon img {
    width: 36px;
}

.gallery-box-btn-text {
    flex: 1;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gallery-slider .slick-list {
    overflow: visible;
    margin: 0 140px;
}

.gallery-slider .slick-slide {
    opacity: 0.5;
    transition: 0.3s;
    pointer-events: none;
}

.gallery-slider .slick-slide.slick-active {
    opacity: 1;
    pointer-events: auto;
}

.gallery-slider .slide-arrow {
    width: 70px;
    height: 70px;
    border-radius: 0;
    color: #ffffff;
    background: #ffcb1f;
    border: 3px solid #000;
    font-size: 55px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    bottom: -140px;
    z-index: 5;
    transition: 0.3s;
}

.gallery-slider .slide-arrow:hover {
    background: #000000;
}

.gallery-slider .slide-arrow.next-arrow {
    justify-content: flex-start;
    right: 155px;
}

.gallery-slider .slide-arrow.prev-arrow {
    left: 155px;
}


/* Gallery CSS End */


/* What We Do CSS Start */

.two-col-first>.tb-column-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffcb1f;
    opacity: 0.9;
    z-index: -1;
}

.two-col-first>.tb-column-inner {
    position: relative;
    z-index: 2;
}

.two-col-second>.tb-column-inner {
    margin-left: -110px;
    z-index: 2;
    width: calc(100% + 110px);
    margin-top: 110px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 16%);
}


/* What We Do CSS End */


/* Event CSS Start */

.main-event {
    overflow: hidden;
}

.main-event:after {
    content: "";
    position: absolute;
    right: -660px;
    top: -445px;
    width: 998.13px;
    height: 1035.23px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/events-circles.svg");
    display: block;
    z-index: 1;
    pointer-events: none;
}

.event-box {
    border: 1px solid #ffffff;
    display: flex;
    padding: 20px 40px;
    position: relative;
    margin-bottom: 30px;
}

.event-box-col {
    position: relative;
    flex: 0 0 auto;
}

.event-box-col-first {
    width: 100px;
}

.event-box-col-second {
    flex: 1;
    padding: 14px 50px;
}

.event-box-col-third {
    width: 70px;
}

.event-box-col-inr {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.event-box-col-first .event-box-col-inr p {
    margin: 0;
    color: #fff;
    text-align: center;
    margin-top: -20px;
}

.event-date {
    display: block;
    font-size: 90px;
    line-height: 100px;
    font-family: "Cormorant";
    font-weight: bold;
}

.event-month {
    color: #fff;
}

.event-title {
    color: #fff;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-dec p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.event-box-readmore {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ffffff;
    font-size: 55px;
    padding: 0;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

.event-box-readmore:hover {
    background: #ffcb1f;
    border-color: #ffcb1f;
}

.no-event p {
    margin: 0;
    color: #000;
    background: #ffcb1f;
    display: inline-block;
    padding: 10px 25px;
}

.load-button {
    text-align: center;
    padding-top: 30px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.loader {
    margin-bottom: 10px;
    transition: 0.3s;
    font-size: 40px;
    line-height: 50px;
    color: #ffcb1f;
    display: none;
}


/* Event CSS End */


/* Blog CSS Start */

.main-blog:before {
    content: "";
    position: absolute;
    left: -530px;
    top: 370px;
    transform: rotate(-64deg);
    width: 998.13px;
    height: 1035.23px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/banner-circles.svg");
    display: block;
    z-index: -1;
    pointer-events: none;
}

.blog-box {
    position: relative;
    width: 100%;
    background: #fcfcfc;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 16%);
    margin-bottom: 30px;
}

.blog-box-img-wp {
    position: relative;
    padding-bottom: clamp(320px, 70%, 400px);
    display: block;
}

.blog-box-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.blog-box-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 20px 30px;
}

.blog-box-content .blog-date {
    margin-bottom: 5px;
}

.blog-box-content h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-link {
    color: #000000;
    transition: 0.3s;
}

.read-more-link:hover {
    color: #ffcb1f;
}

.read-more-link:hover i {
    color: #000000;
}

.read-more-link i {
    color: #ffcb1f;
    margin-left: 5px;
    transition: 0.3s;
}


/* Blog CSS End */


/* Team CSS Start */

.team-contentbox {
    display: inline-block;
}


/* Team CSS End */


/* Services CSS Start */

.main-services:after {
    content: "";
    position: absolute;
    right: -703px;
    top: -315px;
    width: 998.13px;
    height: 1035.23px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/banner-circles.svg");
    display: block;
    z-index: 1;
    pointer-events: none;
}

.services-box .image-wrap img {
    max-width: 120px;
    max-height: 120px;
}

.services-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 85px;
    width: 85px;
    height: 15px;
    background: #000;
    z-index: 2;
}

.services-box.black-box:after {
    background: #ffcb1f;
}


/* Services CSS End */


/* Testimonial CSS Start */

.testimonial-slider .testimonial-content {
    flex-wrap: wrap;
    flex-direction: unset !important;
    text-align: left;
    align-items: center;
}

.testimonial-slider .testimonial-content .testimonial-entry-content {
    order: 1;
}

.testimonial-slider .testimonial-content .tf_rel.testimonial-image {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    order: 2;
    margin: 0;
}

.testimonial-slider .testimonial-content .tf_rel.testimonial-image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

.testimonial-slider .testimonial-content .testimonial-author {
    order: 3;
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 30px;
}

.testimonial-slider.module-testimonial-slider .post.tf_swiper-slide {
    margin: 0;
    padding: 0;
}

.testimonial-slider .testimonial-entry-content {
    height: 120px;
    overflow: auto;
    padding-right: 5px;
    margin-bottom: 20px;
}

.testimonial-slider .testimonial-entry-content p:last-child {
    margin-bottom: 0;
}

.testimonial-slider .testimonial-entry-content::-webkit-scrollbar {
    width: 2px;
}

.testimonial-slider .testimonial-entry-content::-webkit-scrollbar-thumb {
    background: #ffcb1f;
}

.testimonial-slider .testimonial-entry-content::-webkit-scrollbar-track {
    background: #000;
}

.testimonial-slider .testimonial-item {
    position: relative;
}

.testimonial-slider .testimonial-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffcb1f;
    background-repeat: no-repeat;
    background-image: url("https://daycarewebsitedesign.net/lively/wp-content/uploads/2025/11/straight-quotes.png");
    background-position: center;
    background-size: 32px;
    z-index: 1;
    pointer-events: none;
}

.testimonial-slider .tf_carousel_bullet {
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: none;
    background: #000000;
    transition: 0.3s;
    margin-left: 0;
    margin-right: 10px;
}

.testimonial-slider .tf_carousel_bullet.selected,
.testimonial-slider .tf_carousel_bullet:hover {
    background: #ffcb1f;
}

.testimonial-slider .tf_carousel_nav_wrap {
    justify-content: flex-start;
    padding-left: 15px;
    margin-top: 30px;
}

.testimonial-right-image {
    margin-left: max(30px, 7vw);
}

.testimonial-right-image:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -130px;
    width: 450px;
    height: 450px;
    border: 30px solid #ffcb1f;
    z-index: -1;
}

.testimonial-right-image:after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 150px;
    height: 150px;
    border: 30px solid #ffcb1f;
    z-index: -1;
}


/* Testimonial CSS End */


/* Instagram Start */

.instagram-label {
    white-space: nowrap;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.instagram-feed #sb_instagram {
    padding: 0 !important;
}

.instagram-feed #sbi_images {
    padding: 0 !important;
}

.instagram-feed #sb_instagram #sbi_images .sbi_item {
    padding: 0 !important;
}

.instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
    border-radius: 0;
    overflow: hidden;
    height: 200px !important;
    border: 5px solid #fff;
}

.instagram-row:before {
    content: "";
    position: absolute;
    left: 0;
    top: 110px;
    width: 150px;
    height: 30px;
    background: #fff;
    z-index: 2;
}

.instagram-row:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 110px;
    width: 150px;
    height: 30px;
    background: #fff;
    z-index: 2;
}


/* Instagram End */


/* Newsletter Start */

.newsletter-form .tb_optin_email {
    padding: 0 !important;
    width: 100% !important;
}

.newsletter-form .tb_optin_submit {
    position: absolute;
    top: 50%;
    right: 16px;
    width: auto !important;
    transform: translate(0, -50%);
}

.newsletter-form .tb_optin_submit button {
    text-transform: capitalize;
    margin: 0 !important;
}

.newsletter-col:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    background-color: #ffcb1f;
    border-radius: 0 0 0 96px;
    z-index: 2;
}

.newsletter-form label.tb_optin_email_text {
    width: 100%;
    display: block;
    margin: 0 !important;
}

.newsletter-form label.tb_optin_email_text input.tb_optin_input {
    margin: 0 !important;
}


/* Newsletter End */


/* Footer Start */

.contact-links-wp ul {
    margin: 0;
    list-style: none;
}

.contact-links-wp ul li {
    margin-bottom: 7px;
}

.contact-links-wp ul li:last-child {
    margin-bottom: 0;
}

.main-footer:before {
    content: "";
    position: absolute;
    top: 235px;
    left: 65px;
    width: 60px;
    height: 60px;
    background-image: url("images/two-color-rectangle.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.main-footer:after {
    content: "";
    position: absolute;
    top: 95px;
    right: 105px;
    transform: scale(1, -1);
    width: 60px;
    height: 60px;
    background-image: url("images/two-color-rectangle.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: 2;
}


/* Footer End */


/* Inner Banner Start */

.inner-banner {
    overflow: hidden;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #ffcb1f;
    min-height: 365px;
}

.inner-banner:before {
    content: "";
    position: absolute;
    top: -85px;
    right: 85%;
    transform: rotate(-218deg);
    width: 575.67px;
    height: 597.07px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://daycarewebsitedesign.net/lively/wp-content/uploads/2025/11/left-circles.png");
    display: block;
    z-index: 1;
    pointer-events: none;
}

.inner-banner:after {
    content: "";
    position: absolute;
    top: -70px;
    left: 85%;
    width: 575.67px;
    height: 597.07px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://daycarewebsitedesign.net/lively/wp-content/uploads/2025/11/left-circles.png");
    display: block;
    z-index: 1;
    pointer-events: none;
}

.inner-banner h1 {
    text-align: center;
    margin-bottom: 25px;
}

.breadcrumb ul {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}

.breadcrumb ul li {
    margin-bottom: 0;
    position: relative;
    color: #000;
}

.breadcrumb ul li a {
    color: #000;
    text-decoration: underline !important;
    transition: 0.3s;
}

.breadcrumb ul li a:hover {
    color: #fff;
}

.breadcrumb ul li:after {
    content: "\f054";
    position: relative;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin: 0 10px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.breadcrumb ul li.active:after {
    content: none;
}


/* Inner Banner End */


/* ==== Scrapbook[Page] Start ==== */

.scrapbook-gallery .gallery-box {
    margin-bottom: 30px;
}


/* ==== Scrapbook[Page] End ==== */


/* ==== Blog[Page] Start ==== */

.blog-page-sec {
    padding: 130px 0 0 0;
    position: relative;
}


/* ==== Blog[Page] End ==== */


/* ==== Blog Single[Page] Start ==== */

.single-blog-sec {
    position: relative;
    z-index: 5;
}

.single-blog-sec .sec-wp {
    padding: 0 max(0px, 8vw);
}

.single-blog-img-wp {
    --single-blog-img-height: 500px;
    width: 100%;
    height: var(--single-blog-img-height);
    margin-top: calc(var(--single-blog-img-height) / -2);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 16%);
    background: #ffffff;
    margin-bottom: 50px;
}

.single-blog-img {
    width: 100%;
    height: 100%;
}

.single-blog-inr-left {
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.single-blog-inr-right {
    -ms-flex: 1;
    flex: 1;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.widget {
    margin: 0 0 50px;
    position: relative;
}

.widget:last-child {
    margin-bottom: 0;
}

.share-article h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
}

.social ul li {
    padding: 0;
    margin-right: 10px;
    display: inline-block;
}

.social ul li:last-child {
    margin-right: 0;
}

.social ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #ffcb1f;
    font-size: 18px;
    transition: 0.3s;
}

.social ul li a:hover {
    color: #fff;
    background: #000;
}

.social.white ul li a {
    color: #000;
    background: #fff;
}

.social.white ul li a:hover {
    color: #fff;
    background: #000;
}

.author-widget-img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    background-position: top;
}

.author-widget {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    background: #ffcb1f;
    padding: 30px;
}

.author-widget:before,
.author-widget:after {
    content: "";
    position: absolute;
    top: 58px;
    width: 50px;
    left: 0;
    height: 15px;
    background: #fff;
    z-index: 1;
}

.author-widget:after {
    left: auto;
    right: 0;
}

.author-widget-content h5 {
    font-family: "Cormorant";
    font-weight: bold;
    letter-spacing: 0;
}

.author-widget-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

.widget_search form {
    position: relative;
}

.widget_search form input#s {
    width: 100% !important;
    max-width: 100%;
    border: none;
    box-shadow: 0 12px 45px 0 rgb(0 0 0 / 5%);
    height: 50px;
    padding: 15px 65px 15px 15px !important;
    color: #000;
    font-weight: 500;
    margin: 0;
    border-radius: 0;
}

.widget_search form input#s::placeholder {
    color: #000;
}

.widget_search form .sec-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: 0.3s;
}

.widget_search form .sec-btn img {
    transition: 0.3s;
}

.widget_search form .sec-btn:hover img {
    filter: brightness(0) invert(1);
}

.single-blog-inr-right-inr {
    padding-left: 40px;
}

.single-blog-top-box {
    margin-left: -40px;
    background: #fcfcfc;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 16%);
    padding: 40px;
}

.single-blog-category a {
    background: #ffcb1f;
    color: #000;
    transition: 0.3s;
    padding: 0px 8px;
    margin: 0 7px 7px 0;
    display: inline-block;
}

.single-blog-category a:hover {
    color: #fff;
    background: #000;
}

.single-blog-date {
    margin-bottom: 10px;
}

.single-blog-title {
    margin-bottom: 8px;
}

.single-blog-author p {
    margin-bottom: 0;
}

.single-blog-author p span {
    color: #ffcb1f;
}

.single-blog-description {
    padding: 70px 0 50px 0;
    border-bottom: 1px solid rgb(0 0 0 / 50%);
}

.single-blog-tags {
    padding: 50px 0 0 0;
}

.single-blog-tags a {
    display: inline-block;
    margin: 0 15px 15px 0;
    color: #000;
    border: 1px solid #ffcb1f;
    padding: 4px 20px;
    transition: 0.3s;
    font-weight: 500;
}

.single-blog-tags a:hover {
    background: #ffcb1f;
}

.single-blog-related-post {
    padding: 50px 0 0 0;
}

.related-post-title h3 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 35px;
}


/* ==== Blog Single[Page] End ==== */


/* ==== Contact[Page] Start ==== */

.contact-form .form-input {
    width: 100%;
    margin: 0;
    border: none;
    height: 60px;
    box-shadow: 0 12px 45px 0 rgb(0 0 0 / 8%);
    border-radius: 0;
    padding: 20px 30px;
    color: #000;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.contact-form .form-input::placeholder {
    color: #000;
}

.contact-form textarea.form-input {
    height: 120px;
    resize: none;
    display: block;
    min-height: auto;
}

.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

.contact-form .submit-btn .sec-btn {
    background: #ffcb1f;
    color: #000000;
    font-weight: bold;
    font-family: "Cormorant";
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    text-transform: capitalize;
    transition: 0.3s;
}

.contact-form .submit-btn .sec-btn:hover {
    background: #000;
    color: #fff;
}

.contact-box-wp .module-feature-title {
    margin: 0 0 20px;
}

.contact-box-wp .module-feature-chart-html5 {
    border-radius: 0;
}

.contact-box-wp .module-feature-chart-html5 img {
    border-radius: 0;
}

.contact-box-wp {
    display: flex;
    align-items: center;
}

.contact-box-wp .module-feature-image {
    margin: 0 20px 0 0;
    flex: 0 0 58px;
}

.contact-box-wp .module-feature-content {
    flex: 1;
}

.contact-iframe .tb_text_wrap,
.contact-iframe .tb_text_wrap iframe {
    width: 100%;
    height: 100%;
}

.contact-us-img img {
    max-width: 680px;
    margin: 0 auto;
}


/* ==== Contact[Page] End ==== */


/* ==== Jobs[Page] Start ==== */

.job-col .tb-column-inner {
    height: 700px;
    padding: 0 !important;
}

.two-col-first.job-col>.tb-column-inner:before {
    opacity: 0.7;
}

.two-col-first.job-col>.tb-column-inner:after {
    content: none;
}

.dot-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.dot-list li {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 32px;
}

.dot-list li:last-child {
    margin-bottom: 0;
}

.dot-list li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 17px;
    height: 17px;
    background: #ffcb1f;
}

.job-row-2 .two-col-second>.tb-column-inner {
    margin-right: -110px;
    z-index: 3;
    margin-left: 0;
}


/* ==== Jobs[Page] End ==== */


/* ==== School Calendar[Page] Start ==== */

#tribe-events-pg-template,
.tribe-events-pg-template,
#tribe-events {
    padding-left: 0;
    padding-right: 0;
}

#tribe-events-pg-template,
.tribe-events-pg-template {
    padding-top: 90px;
}

.tribe-events-pg-template {
    padding: 60px 0;
}

.tribe-events-page-title {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
}

.tribe-events-page-title a {
    color: #ffcb1f;
    font-weight: bold;
}

.tribe-events-page-title a:hover {
    color: #000;
}

.tribe-bar-disabled #tribe-events-bar {
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tribe-bar-date-filter {
    background: #ffcb1f;
    border: 1px solid #000;
    border-right: none;
    border-radius: 0;
    height: 55px;
}

.tribe-bar-disabled .tribe-bar-views-inner {
    background: #ffcb1f;
    border: 1px solid #000;
    border-radius: 0;
    height: 55px;
}

.tribe-bar-disabled #tribe-bar-form {
    display: flex;
    border-radius: 0;
}

.tribe-bar-disabled #tribe-bar-form label {
    color: #000;
    font-family: "Cormorant";
    font-size: 14px;
}

.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
    font-style: normal;
    color: #000;
}

.tribe-events-nav-pagination li a {
    color: #000 !important;
    background: none;
}

.tribe-events-nav-pagination li a:hover {
    color: #000 !important;
}

.tribe-events-calendar thead tr,
.tribe-events-calendar thead tH {
    background: #ffcb1f;
}

.tribe-events-calendar th {
    background: transparent;
    color: #000;
    border-right: 1px solid #000;
    font-family: "Cormorant";
    font-size: 18px;
    padding: 10px 0;
}

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
    border-color: #000;
}

.tribe-bar-views span[class^="tribe-icon-"] {
    vertical-align: bottom;
}

#tribe-bar-views-toggle:focus,
#tribe-bar-views-toggle:hover {
    background: transparent;
    box-shadow: none;
}

#tribe-bar-views-toggle {
    font-size: 13px;
    color: #000;
}

#tribe-bar-views-toggle:after {
    border-width: 6px;
    top: 12px;
}

.tribe-bar-views-open #tribe-bar-views-toggle:after {
    top: 5px;
}

#tribe-bar-views .tribe-bar-views-list {
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    outline: 0;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events {
    background: #ffcb1f;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events.tribe-events-present {
    background: #ffcb1f;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events div {
    background: transparent;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events div:first-child {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events div a {
    background: transparent;
    color: #000;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events .tribe-events-tooltip {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    margin: 0;
    border-bottom: 0;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
    font-size: 16px;
    padding: 10px 0;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
    color: #000;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events .tribe-events-tooltip h3 {
    color: #ffcb1f;
    text-transform: uppercase;
}

.tribe-events-tooltip .tribe-event-duration {
    box-shadow: none !important;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present {
    background: #000000 !important;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present>div a {
    color: #fff !important;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    background: #ffcb1f;
    border-radius: 0;
    height: 48px;
    box-sizing: border-box;
    padding: 10px 17px;
    color: #000;
    outline: none;
    transition: 0.3s;
    font-weight: 700;
    font-family: "Cormorant";
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}

#tribe-bar-views .tribe-bar-views-option:hover {
    cursor: pointer;
    background: #ffcb1f;
}

#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
    background: #ffcb1f;
    color: #000;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
    color: #ffffff;
    background: #000;
}

.tribe-events-loop .tribe-events-day-time-slot {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    overflow: hidden;
}

.tribe-events-loop .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
    background: #ffcb1f;
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    padding: 10px 30px;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin: 0;
    padding: 30px;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events .tribe-events-list-event-title a {
    font-family: "Pacifico";
    color: #ffcb1f;
    font-size: 25px;
    font-weight: 100;
    padding-bottom: 20px;
    display: inline-block;
}

.tribe-events-loop .tribe-events-event-meta {
    color: #000000;
}

.tribe-events-list .tribe-events-loop .tribe-events-content .tribe-events-read-more,
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events .tribe-events-list-event-title a,
.tribe-events-back a {
    color: #ffcc7f;
}

.tribe-events-list .tribe-events-loop .tribe-events-content .tribe-events-read-more:hover,
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events .tribe-events-list-event-title a:hover,
.tribe-events-back a:hover {
    color: #ffcc7f;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 40px;
    line-height: 52px;
    color: #000;
    position: relative;
    padding-bottom: 10px;
}

.single-tribe_events .tribe-events-single-event-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 30px;
    background: #ffcb1f;
    border-radius: 4px;
    display: block;
}

.single-tribe_events .tribe-events-event-meta {
    background: #000;
    border-color: #000;
}

.tribe-events-schedule h2 {
    display: inline-block;
    margin-bottom: 0px;
    color: #ffcb1f;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    color: #ffcb1f;
    margin: 5px 0 10px 0;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    color: #fff;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    color: #fff;
}

dd.tribe-events-event-categories,
dd.tribe-events-event-categories a {
    color: #ffcc7f;
}

.single-tribe_events .tribe-events-event-image img {
    width: 100%;
}

.tribe-events-notices {
    background: #000;
    border: none;
    color: #ffffff;
    text-shadow: none;
    border-radius: 0;
}

.tribe-bar-disabled {
    margin-left: auto;
    display: block;
    margin-right: 0;
    text-align: right;
    float: unset;
}

.tribe-bar-disabled #tribe-events-bar {
    display: inline-block;
    margin-left: auto;
    text-align: left;
}


/* ==== School Calendar[Page] End ==== */


/* ==== Single Product[Page] Start ==== */

.woocommerce div.product div.images.woocommerce-product-gallery {
    height: 450px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 30px;
    overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    height: 100%;
}

.woocommerce-product-gallery__image {
    height: 100%;
}

.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image a img {
    height: 100% !important;
    object-fit: cover;
}

.woocommerce-product-gallery__image a img {
    width: 100% !important;
}

.woocommerce div.product .product_title {
    font-size: 40px;
    position: relative;
    line-height: 50px;
    margin-bottom: 49px;
}

.woocommerce div.product .product_title:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    height: 5px;
    width: 30px;
    border-radius: 5px;
    background: #ffcb1f;
    display: block;
}

.product-description p {
    color: #000;
    font-weight: 500;
    margin-bottom: 32px;
}

.product .nyp {
    position: relative;
    display: inline-block;
}

.woocommerce div.product form.cart .button {
    float: none;
}

.product .nyp .woocommerce-nyp-message {
    display: none !important;
}

.product .nyp label {
    position: absolute;
    top: 11px;
    font-weight: 600;
    left: 13px;
}

.product .nyp .nyp-input {
    width: 125px;
    min-width: auto !important;
    margin-right: 25px;
    border: 1px solid #ffcb1f;
    background: #fcfcfc;
    border-radius: 0;
    height: 50px;
    padding: 13px 10px 13px 52px;
    color: #5d6578;
    text-align: left !important;
    font-weight: 600 !important;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 16%);
}

.woocommerce .button {
    background-color: #ffcb1f !important;
    opacity: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    transition: 0.3s !important;
    text-transform: capitalize !important;
    padding: 10px 30px !important;
    font-family: "Cormorant";
}

.woocommerce .button:hover {
    color: #fff !important;
    background-color: #000 !important;
    transform: unset;
}

.product_meta a {
    color: #ffcb1f;
}

.cart_item a {
    color: #ffcb1f;
}

.cart_item a:hover {
    color: #000;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #5d6578;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border-color: #5d6578;
}

.woocommerce-Tabs-panel--description p {
    background: #ffcb1f;
    color: #fff;
    padding: 13px;
}

.cart-collaterals h2 {
    font-size: 24px;
    line-height: 36px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #ffcb1f;
}

.woocommerce .wcpa_form_outer {
    margin: 0;
}

.woocommerce .wcpa_form_outer .wcpa_form_item {
    margin: 0;
}

.woocommerce .wcpa_form_outer .wcpa_form_item .form-control {
    max-width: 450px;
    height: 140px;
    min-height: auto;
    border-radius: 0;
    border: 1px solid #ffcb1f;
    color: #000;
    padding: 15px 20px;
    display: block;
    resize: none;
}

.single-product div.product.wcpa_has_options form.cart {
    display: flex !important;
    flex-flow: wrap;
    align-items: flex-start;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.single-product div.product.wcpa_has_options form.cart .nyp {
    order: 1;
    flex: 0 0 150px;
    margin-bottom: 30px;
}

.single-product div.product.wcpa_has_options form.cart .wcpa_form_outer {
    order: 3;
    flex: 0 0 100%;
}

.single-product div.product.wcpa_has_options form.cart .button {
    order: 2;
    flex: 0 0 auto;
    margin-bottom: 30px;
    width: 232px;
}

.woocommerce .wcpa_form_outer .wcpa_form_item label {
    display: none;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    max-width: none;
    padding: 0;
}

#tf_sticky_buy {
    padding: 35px 0;
    box-shadow: 0 -5px 10px rgb(0 0 0 / 10%);
}

#tf_sticky_buy div.product form.cart .quantity {
    display: none;
}

#tf_sticky_buy .product .nyp {
    margin-bottom: 0;
}

#tf_sticky_buy .wcpa_form_outer {
    display: none;
}

#tf_sticky_buy .tf_sticky_prod_img {
    width: auto;
    flex: 1;
}

#tf_sticky_buy .product {
    justify-content: unset;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    right: 0.5em;
}


/* ==== Single Product[Page] End ==== */


/* ==== Register[Page] Start ==== */

fieldset h2 {
    margin-bottom: 30px;
    font-family: "Cormorant";
}

fieldset h4 {
    margin-top: 30px;
    font-size: 22px;
    text-decoration: underline;
    font-family: "Cormorant";
    font-weight: 600;
}

fieldset .form-control {
    margin-bottom: 0.4em;
    width: 100%;
}

fieldset .btn {
    background-color: #ffcb1f !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0;
    color: #000;
    transition: 0.3s;
    padding: 10px 17px;
    margin: 0px;
    font-weight: 700;
    font-family: "Cormorant";
    line-height: 28px;
    font-size: 18px;
}

fieldset .btn:hover {
    background-color: #000 !important;
    color: #fff;
    transform: unset;
}


/* ==== Register[Page] End ==== */


/* ==== Back To Top Start ==== */

#back-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: none;
}

#back-to-top-btn .module-buttons-item {
    width: 100%;
    height: 100%;
    display: block;
}

#back-to-top-btn .module-buttons-item .builder_button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


/* ==== Back To Top End ==== */


/* ==== 404[Page] Start ==== */

.not-found-banner h1 {
    margin: 0;
}

.not-found-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.not-found-img {
    text-align: center;
}

.not-found-sec {
    padding: 130px 0 0;
}


/* ==== 404[Page] End ==== */
@media (min-width: 768px) {
    .theme_box {
        display: inline-block;
    }

    .theme_box.theme_right {
        margin-left: 10px;
    }
}

/* ==== Responsive start ==== */

@media (min-width: 1201px) {
    .header-bar {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .sidemenu {
        height: 100%;
        flex: 1;
    }

    .navbar-wrapper {
        height: 100%;
    }

    #main-nav-wrap {
        height: 100%;
        flex: 1;
        justify-content: center;
    }

    #main-nav {
        height: 100%;
        float: none;
        display: inline-flex;
    }

    #main-nav li {
        height: 100%;
    }

    #main-nav>li>a {
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition);
        padding: 15px;
    }

    .widget_block .wp-block-social-links.is-style-logos-only li {
        background: transparent;
        width: 30px;
        height: 30px;
        padding: 0;
        color: transparent;
        transform: unset !important;
    }

    .widget_block .wp-block-social-links.is-style-logos-only li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffcb1f;
        fill: #ffcb1f;
        background: #000;
        border-radius: 50%;
        transition: var(--transition);
    }

    .widget_block .wp-block-social-links.is-style-logos-only li svg {
        width: 18px;
        height: 18px;
    }

    .widget_block .wp-block-social-links.is-style-logos-only li a:hover {
        color: #000;
        fill: #000;
        background: #ffcb1f;
    }

    .search-button {
        margin-left: 10px;
        background: #ffcb1f;
        color: #000;
        transition: var(--transition);
        width: 30px;
        height: 30px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .search-button svg {
        width: 18px;
        height: 18px;
    }

    .search-button:hover {
        color: #ffcb1f;
        background: #000;
    }
}

@media (min-width: 1501px) {

    .widget_block .wp-block-social-links.is-style-logos-only li,
    .search-button {
        width: 36px;
        height: 36px;
    }

    .widget_block .wp-block-social-links.is-style-logos-only li svg,
    .search-button svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 1500px) and (min-width: 1201px) {
    #main-nav>li>a {
        padding: max(5px, 0.5vw);
        font-size: 14px;
    }
}

@media (max-width: 1400px) {
    .gallery-slider .slick-list {
        margin: 0;
    }

    .gallery-slider .slide-arrow.prev-arrow {
        left: 15px;
    }

    .gallery-slider .slide-arrow.next-arrow {
        right: 15px;
    }

    .gallery-box-view-btn {
        left: 30px;
        bottom: 30px;
        font-size: 20px;
    }

    .plus-icon {
        width: 50px;
        min-height: 50px;
    }

    .plus-icon img {
        width: 28px;
    }

    .gallery-box-btn-text {
        padding: 15px 20px;
    }
}

@media (max-width: 1200px) {
    #headerwrap #header {
        background-color: transparent !important;
    }

    #headerwrap .header-icons {
        width: 1600px;
        top: auto;
        bottom: 0;
        height: var(--header-des-height);
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 85%;
        z-index: 5;
        transition: var(--transition);
    }

    .mobile_menu_active .sticky_head .header-icons {
        height: var(--stickyheader-des-height);
    }

    #headerwrap #menu-icon-close {
        font-size: 50px !important;
    }

    #headerwrap.sticky_head .header-icons {
        --header-des-height: 80px;
    }

    .header-bar {
        position: relative;
        z-index: 5;
    }

    #headerwrap #header {
        z-index: unset;
    }

    .widget_block .wp-block-social-links.is-style-logos-only li {
        background: transparent;
        width: 30px;
        height: 30px;
        padding: 0;
        color: transparent;
        transform: unset !important;
    }

    .widget_block .wp-block-social-links.is-style-logos-only li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffcb1f !important;
        fill: #ffcb1f;
        background: #000;
        border-radius: 50%;
        transition: var(--transition);
    }

    .widget_block .wp-block-social-links.is-style-logos-only li svg {
        width: 18px;
        height: 18px;
    }

    .widget_block .wp-block-social-links.is-style-logos-only li a:hover {
        color: #000 !important;
        fill: #000;
        background: #fff;
    }

    .search-button {
        margin-left: 10px !important;
        background: #fff;
        color: #000 !important;
        transition: var(--transition);
        width: 30px;
        height: 30px;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .search-button svg {
        width: 18px;
        height: 18px;
    }

    .search-button:hover {
        color: #ffcb1f !important;
        background: #000;
    }

    .two-col-second>.tb-column-inner {
        margin-left: 0;
        z-index: 2;
        width: 100%;
        margin-top: 0;
    }

    .event-date {
        font-size: 70px;
        line-height: 80px;
    }

    .event-box-col-first {
        width: 70px;
    }

    .event-box-col-second {
        padding: 14px 20px;
    }

    .event-title {
        font-size: 32px;
        line-height: 1.4;
    }

    .event-box-readmore {
        width: 60px;
        height: 60px;
        font-size: 50px;
    }

    .event-box-col-third {
        width: 60px;
    }

    .instagram-row:before,
    .instagram-row:after {
        width: 50px;
    }

    .testimonial-right-image {
        margin-left: 0;
    }

    .testimonial-right-image img {
        width: 100%;
    }

    .testimonial-right-image:before {
        bottom: -50px;
        left: -50px;
        border-width: 15px;
    }

    .testimonial-right-image:after {
        border-width: 15px;
        top: -50px;
        right: -50px;
    }

    .gallery-slider .slide-arrow {
        width: 50px;
        height: 50px;
        font-size: 40px;
        bottom: -110px;
    }

    .not-found-sec {
        padding: 80px 0 0;
    }

    .single-blog-sec .sec-wp {
        padding: 0;
    }

    .job-col .tb-column-inner {
        height: 450px;
    }

    #childInformation .addressright .state {
        width: auto !important;
    }

    .Allergies .allergy,
    .Allergies .re,
    .Allergies .sev {
        text-align: left !important;
    }
}

@media (max-width: 991px) {
    .single-blog-inr-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .widget {
        margin: 0 0 30px;
    }

    .single-blog-img-wp {
        margin-bottom: 30px;
        --single-blog-img-height: 400px;
    }

    .single-blog-inr-right-inr {
        padding-left: 0;
    }

    .single-blog-top-box {
        padding: 20px;
        margin-left: 0;
    }

    .single-blog-description {
        padding: 30px 0;
    }

    .single-blog-related-post {
        padding: 30px 0 0 0;
    }

    .related-post-title h3 {
        margin-bottom: 30px;
    }

    .single-blog-tags a {
        margin: 0 8px 8px 0;
        padding: 2px 8px;
        font-size: 14px;
    }

    #childInformation .col-lg-5 {
        width: 33%;
        float: left;
    }
}

@media (max-width: 768px) {
    .tribe-bar-disabled #tribe-bar-filters-wrap {
        width: 50%;
        min-width: unset !important;
    }

    .tribe-bar-disabled #tribe-bar-filters-wrap .tribe-bar-date-filter {
        width: 100%;
    }

    .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"],
    .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a,
    .tribe-events-calendar .tribe-events-past.tribe-events-has-events:after,
    .tribe-events-calendar td.mobile-active {
        background-color: #000;
    }

    #tribe-mobile-container .type-tribe_events a {
        color: #ffcb1f;
    }

    #tribe-events-pg-template {
        padding: 40px 30px;
    }

    .tribe-bar-disabled #tribe-events-bar {
        margin: 30px 0;
    }

    .tribe-bar-disabled #tribe-bar-filters-wrap {
        width: 50%;
    }

    .tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
        width: 100%;
    }

    .tribe-events-sub-nav li a {
        background: transparent;
        color: #ffcc7f;
        display: inline-block;
        padding: 0;
    }

    .tribe-events-sub-nav li a:hover,
    .tribe-events-sub-nav li a:visited {
        color: #000;
    }

    .tribe-events-calendar .tribe-events-present,
    .tribe-events-calendar td.tribe-events-present.mobile-active {
        background: #000;
    }

    .tribe-events-calendar .tribe-events-past.tribe-events-has-events:after {
        background: #ffffff;
    }

    #tribe-events-footer~a.tribe-events-ical.tribe-events-button {
        font-size: 18px;
        border-radius: 30px;
        height: 46px;
        padding: 10px 15px;
        display: inline-block;
        font-weight: 700;
        line-height: normal;
        float: right;
    }

    #tribe-mobile-container .tribe-mobile-day {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        overflow: hidden;
        margin-top: 30px;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-mobile-day-heading {
        padding: 10px 20px;
        background: #000;
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-events-mobile {
        padding: 20px;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-events-mobile h4 a {
        color: #ffcb1f;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 25px;
        padding-bottom: 10px;
        display: inline-block;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-events-event-schedule-details {
        color: #000;
        font-weight: 700;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-events-read-more:hover {
        color: #000;
    }

    .tribe-events-loop .tribe-events-event-meta {
        background: transparent;
        border: none;
        margin: 0 0 15px;
        padding: 0;
    }

    .tribe-events-list .time-details {
        padding: 0;
    }

    .tribe-events-list .tribe-events-venue-details {
        border: none;
        padding: 0;
        margin: 15px 0;
    }

    .single-tribe_events .tribe-events-schedule {
        background: transparent;
        border: none;
        padding: 12px 0;
    }

    #tribe-events,
    #tribe-events-pg-template,
    .tribe-events-pg-template {
        padding: 30px 15px 15px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        height: 400px;
    }

    .gallery-box-btn-text {
        display: none;
    }

    .play-icon-wp span.tf_vmiddle {
        display: none;
    }

    .testimonial-right-image:before,
    .testimonial-right-image:after,
    .main-event:after {
        content: none;
    }

    .instagram-row:before,
    .instagram-row:after {
        width: 20px;
    }

    #tf_sticky_buy .tf_sticky_prod_img {
        margin-bottom: 20px;
    }

    #tf_sticky_buy .product .nyp {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .tribe-events-sub-nav li a {
        padding: 10px 0 !important;
    }

    .contact-form .submit-btn .sec-btn {
        width: 150px;
        margin: 0;
    }

    .wpcf7-spinner {
        margin: -2px 0 0 5px !important;
    }
}

@media (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }

    body:not(.header-none).admin-bar.no-fixed-header #wpadminbar {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .page-template-default #layout.pagewidth {
        padding: 0 !important;
    }
}

@media (max-width: 480px) {
    body #site-logo a img {
        width: 170px !important;
    }

    #tribe-events .tribe-events-button,
    .tribe-events-button {
        font-size: 15px;
    }

    .newsletter-form .tb_optin_submit {
        position: relative;
        top: 0;
        right: 0;
        transform: unset;
    }

    .event-box {
        flex-flow: column wrap;
        padding: 20px;
    }

    .event-box-col-second {
        padding: 14px 0;
    }

    .contact-box-wp {
        flex-wrap: wrap;
    }

    .contact-box-wp .module-feature-image {
        margin: 0;
        flex: 0 0 100%;
    }

    .contact-box-wp .module-feature-title {
        margin: 0 0 10px;
        text-align: center;
    }

    .contact-form .form-input {
        padding: 15px;
    }

    .module.layout-icon-left {
        text-align: center !important;
    }

    .contact-box-wp .module-feature-image {
        max-width: 100% !important;
    }

    .job-col .tb-column-inner {
        height: 300px;
    }
}

@media (max-width: 400px) {

    .tribe-events-calendar div[id*="tribe-events-daynum-"],
    .tribe-events-calendar div[id*="tribe-events-daynum-"] a,
    .tribe-events-calendar tr,
    .tribe-events-calendar tH {
        font-weight: normal;
        font-size: 9px;
    }

    .woocommerce .button {
        padding: 10px 20px !important;
    }
}

@media (max-width: 340px) {
    .tribe-bar-disabled #tribe-bar-filters-wrap {
        width: 45.8%;
    }
}


/* ==== Responsive end ==== */


/* 06-11-2025 css added */

.widget_block .wp-block-social-links.is-style-logos-only li a {
    background-color: #ffcb1f !important;
}

.widget_block .wp-block-social-links.is-style-logos-only li a svg {
    fill: black!important;
}

.themify_builder_content-11003 .module-image .image-wrap img {
    padding: 10px !important;
}