/*
Theme Name: Themify Ultra Child
Description: Child theme for Themify Ultra
Author: Themify
Template: themify-ultra
*/

/* write custom css below */

/*=====Fonts Start=====*/

@font-face {
    font-family: "NorpethW00";
    src: url("fonts/NorpethW00-ExtraBold.eot");
    src: url("fonts/NorpethW00-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/NorpethW00-ExtraBold.woff2") format("woff2"), url("fonts/NorpethW00-ExtraBold.woff") format("woff"), url("fonts/NorpethW00-ExtraBold.ttf") format("truetype"), url("fonts/NorpethW00-ExtraBold.svg#NorpethW00-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Pacifico";
    src: url("fonts/Pacifico-Regular.eot");
    src: url("fonts/Pacifico-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Pacifico-Regular.woff2") format("woff2"), url("fonts/Pacifico-Regular.woff") format("woff"), url("fonts/Pacifico-Regular.ttf") format("truetype"), url("fonts/Pacifico-Regular.svg#Pacifico-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*=====Fonts End=====*/

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

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

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

html :where(img) {
    max-width: 100% !important;
    height: auto;
}

.banner-slide-img {
    width: 100%;
    /* height: 518px; */
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
}

.banner-slider {
    position: relative;
    width: 100%;
}

.banner-slide-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.banner-slide-content .banner-slide-title {
    margin: 0;
}

.banner-slide-content .banner-slide-title p {
    margin: 0;
}

.slick-slide {
    outline: none;
}

.banner-slide-thumbnail-box {
    width: 100%;
    height: 25%;
    overflow: hidden;
    background: #f0f4fd;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 40px;
    transition: 0.3s;
}

.banner-slide-thumbnail-box.active,
.banner-slide-thumbnail-box:hover {
    background: linear-gradient(to bottom, #9282ed, #7385e9);
    background: -webkit-linear-gradient(to bottom, #9282ed, #7385e9);
    background: -moz-linear-gradient(to bottom, #9282ed, #7385e9);
    background: -ms-linear-gradient(to bottom, #9282ed, #7385e9);
    border-radius: 0 0 30px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.banner-thumbnail-img {
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #828fec;
    margin-right: 23px;
    transition: 0.3s;
}

.banner-thumbnail-img img {
    width: 35px;
}

.banner-slide-thumbnail-box.active .banner-thumbnail-img,
.banner-slide-thumbnail-box:hover .banner-thumbnail-img {
    border-color: #ffffff;
    background: #ffffff;
}

.banner-thumbnail-text {
    width: 60%;
}

.banner-thumbnail-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: #828fec;
    transition: 0.3s;
}

.banner-slide-thumbnail-box.active .banner-thumbnail-text p,
.banner-slide-thumbnail-box:hover .banner-thumbnail-text p {
    color: #ffffff;
}

.banner-slide-content-text {
    padding: 20px;
    display: inline-block;
    background: rgb(255 255 255 / 50%);
    max-width: 560px;
}

.banner-slide-content {
    padding: 129px 50px 269px 362px;
}

.banner-slide-title {
    font-size: 30px;
    line-height: 40px;
    color: #8966f6;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}

.banner-slide-title p {
    color: #8966f6 !important;
}

.banner-slide-title span {
    display: block;
}

.banner-thumbnail-arrow {
    width: 30px;
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    right: 10px;
    opacity: 0;
    transition: 0.3s;
}

.banner-slide-thumbnail-box.active .banner-thumbnail-arrow,
.banner-slide-thumbnail-box:hover .banner-thumbnail-arrow {
    opacity: 1;
}

.banner-thumbnail-arrow img {
    width: 100%;
}

.themify_builder_content-5 .tb_3fo4501.module-text p {
    color: #ffffff;
}

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

/* header CSS Start */

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

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

.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);
    background-color: transparent !important;
}

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

.header-top .row_inner {
    width: 70%;
}

#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%);
}

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

#site-logo {
    margin-right: 30px;
    margin-bottom: 0px;
}

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

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

#headerwrap #header .sidemenu {
    top: 0;
    flex: 1;
}

/* header CSS End */

.meet-our-sec .tb_text_wrap span {
    margin-bottom: 15px;
    display: block;
}

/* Scroll To Top Start */

#back-to-top-btn {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
    z-index: 9999;
    display: none;
    transform: unset;
    height: 62px;
    width: 62px;
    min-height: inherit;
    margin-top: 0;
}

#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;
}

/* Scroll To Top End */

a.regist-btn {
    height: auto !important;
}

/*News & Calendar*/

.news-calendar-title {
    padding-top: 32px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.news-calendar-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 1920px;
    height: 205px;
    background-image: url("https://daycarewebsitedesign.net/creative/wp-content/themes/themify-ultra-child/images/news-calendar-back-shape.png");
    background-size: 100%;
    background-position: top center;
    z-index: 0;
}

.news-calendar-title h1,
.news-calendar-title h2 {
    color: #794ef4;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 110px;
    position: relative;
    z-index: 1;
}

.news-calendar-title h5 {
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
    font-family: "NorpethW00";
    position: relative;
    z-index: 1;
}

.news-calendar-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-left: -9px;
    margin-right: -9px;
}

.news-calendar-before {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 80px);
    height: 2px;
    background: #8966f6;
    z-index: 0;
}

.news-calendar-box .news-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -4px);
    padding: 0;
    background: transparent;
    outline: none;
}

.news-calendar-box .news-btn img {
    width: auto;
    height: 24px;
}

.news-calendar-box .news-btn.prev-news {
    left: -40px;
}

.news-calendar-box .news-btn.next-news {
    right: -40px;
}

.news-calendar-box .news-btn.next-news img {
    transform: rotate(180deg);
}

.news-calendar-box .calendar-box,
.news-calendar-box .multi-event-container {
    display: inline-block;
    width: 14.28%;
    padding: 0 9px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.multi-event-container .calendar-box {
    width: 100%;
    padding: 0;
}

.calendar-box-content {
    height: 120px;
    border: 2px solid #8966f6;
    background: #ffffff;
    border-radius: 35px;
    text-align: center;
    padding: 8px;
}

.calendar-box.active-event .calendar-box-content {
    background: linear-gradient(to bottom, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -ms-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -moz-linear-gradient(to bottom, #ffae95, #fc8283);
    border: none;
}

.calendar-box > p {
    color: 808080;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.calendar-box-content p {
    color: #000000;
    margin-bottom: 8px;
    font-size: 18px;
}

.calendar-box-content h3 {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-family: "NorpethW00";
}

.show-btn {
    text-align: right;
    padding-top: 20px;
}

.show-calendar {
    font-size: 18px;
    color: #1c41ff;
    text-decoration: underline;
    transition: 0.3s;
}

.show-calendar:hover {
    color: #fd8d87;
}

.related-posts article.post {
    margin-inline: 1% !important;
}

.related-posts article:last-child {
    margin-right: 0 !important;
}

.related-posts article:nth-child(2) {
    margin-left: 0 !important;
}

/*News Letter*/

/*Events*/

.event-title {
    padding: 74px 0 35px 0;
    text-align: center;
}

.event-title h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #422b9d;
    font-family: "NorpethW00";
    margin-bottom: 0;
}

.event-content {
    position: relative;
    padding: 27px 0 52px;
}

.event-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 165%;
    height: 100%;
    background: #8966f6;
    border-radius: 40px 0 0 40px;
    z-index: 0;
}

.event-content h5 {
    position: relative;
    z-index: 1;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Pacifico";
}

.joi-us-box {
    position: relative;
    z-index: 1;
    padding: 25px 27px 18px 27px;
    background: #ffffff;
    border-radius: 50px 10px 10px 10px;
    display: flex;
    overflow: hidden;
}

.event-date {
    width: 22%;
    display: inline-block;
}

.event-date p {
    color: #000000;
    font-size: 18px;
    display: inline-block;
    padding: 0 40px 12px 0;
    margin-bottom: 10px;
    position: relative;
}

.event-date p:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -21px;
    width: 250px;
    height: 250px;
    background: #d1d6ea;
    border-radius: 50%;
    z-index: -1;
}

.event-date h3 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "NorpethW00";
}

.event-description {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 20px;
    margin-bottom: 2px;
}

.event-btn {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.event-description p {
    margin-bottom: 0;
}

.event-btn a {
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -ms-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -moz-linear-gradient(to bottom, #ffae95, #fc8283);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.event-btn a:hover {
    background: linear-gradient(to top, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to top, #ffae95, #fc8283);
    background: -ms-linear-gradient(to top, #ffae95, #fc8283);
    background: -moz-linear-gradient(to top, #ffae95, #fc8283);
}

/*Blog Page Start*/

.post-image img {
    border-radius: 60px;
}

.single-post .list-post .post-date,
.single-post .post-content .post-date,
.loops-wrapper .post-date,
.single .post-content .post-date {
    background: transparent;
    color: #ff9e89;
    width: auto;
    height: auto;
    display: inline-block !important;
    margin: 0;
}

.single-post .list-post .has-post-thumbnail .post-date-wrap,
.single .has-post-thumbnail .post-date-wrap,
.loops-wrapper .has-post-thumbnail .post-date-wrap {
    margin: 0;
    width: auto;
    text-align: center;
    height: auto;
}

.single-post .list-post .entry-date span,
.loops-wrapper .post-date span {
    display: inline-block;
    margin: 0 !important;
    vertical-align: middle;
    font-size: 15px !important;
    letter-spacing: inherit !important;
    position: relative;
    padding-right: 6px;
    line-height: initial;
}

.single-post .list-post .entry-date span:after,
.loops-wrapper .post-date span:after {
    position: absolute;
    content: "";
    left: -6px;
    bottom: 1px;
    transform: translate(0, -50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ff9e89;
}

.single-post .list-post .entry-date span:first-child:after,
.loops-wrapper .post-date span:first-child:after {
    display: none;
}

.single-post .list-post .entry-date span:last-child,
.loops-wrappe .post-date span:last-child {
    padding-right: 0;
}

.post-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

.single-post .post-content {
    max-width: 900px;
    margin: 0 auto;
}

.entry-content p {
    color: #000;
}

.single-post .post-image a {
    outline: none !important;
}

/*.blog .loops-wrapper .post {
    margin: 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 30px;
}
*/

.loops-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.loops-wrapper .post {
    width: calc(50% - 30px) !important;
    box-sizing: border-box;
    margin: 0 15px 40px !important;
}

.blog .loops-wrapper .post {
    display: inline-block;
    margin-bottom: 100px !important;
    margin-right: 0;
    box-shadow: -3px 5px 8px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    overflow: hidden;
    padding: 0;
}

.blog .post-image img {
    border-radius: 40px 40px 0 0;
    width: 100%;
}

.blog .post-content-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px 10px;
}

.blog .post-date-wrap {
    order: 3;
    display: inline-block;
    width: 49% !important;
    text-align: right !important;
}

.blog .post-title {
    font-family: "NorpethW00";
    order: 1;
    width: 100%;
}

.blog .post-meta.entry-meta {
    font-family: "Pacifico";
    order: 2;
    display: inline-block;
    width: 49%;
    margin: 0;
    text-align: left;
}

.blog .entry-content {
    order: 4;
    margin-top: 12px;
}

.blog .edit-button {
    order: 5;
}

.blog .post-meta .post-author:after {
    display: none;
}

.blog .post-author {
    padding-left: 20px;
    font-size: 22px;
    margin-top: 5px;
    display: inline-block;
    position: relative;
}

.blog .post-author:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 10px;
    height: 10px;
    background: #ff7658;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.blog .post-meta a {
    color: #ff7658;
}

.blog .post-meta a:hover {
    color: #000000;
}

.blog .post-date {
    padding-right: 10px;
}

body.blog .loops-wrapper .post img {
    height: clamp(200px, 18vw, 380px);
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

body.single-post .post {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

body.single-post .post img {
    width: 100%;
}

body.single-post .related-posts .post img {
    height: clamp(200px, 15vw, 380px);
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center;
}

.loops-wrapper .post .post-image a {
    display: block;
    position: relative;
    outline: none;
}

.loops-wrapper .post .post-image a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 101%;
    height: 120px;
    background-image: url("https://daycarewebsitedesign.net/creative/wp-content/themes/themify-ultra-child/images/blog-post-shape.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}

.main-blog-body {
    background-image: url("https://daycarewebsitedesign.net/creative/wp-content/themes/themify-ultra-child/images/blog-body-shape.png");
    background-size: 100%;
    background-position: top center;
    background-repeat: repeat;
}

.pagenav a:after,
.pagenav span:after {
    content: none !important;
}

.pagenav .current {
    background: linear-gradient(to bottom, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -ms-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -moz-linear-gradient(to bottom, #ffae95, #fc8283);
    color: #ffffff;
    border: none;
    min-width: auto;
    min-height: auto;
    padding: 12px 5px;
    margin: 0 13px;
    width: 60px;
    height: 40px;
    border-radius: 20px;
    position: relative;
}

.pagenav a.number {
    min-width: auto;
    min-height: auto;
    background: #ffffff;
    border: 1px solid #8877ec;
    color: #8877ec;
    padding: 12px 5px;
    margin: 0 13px;
    width: 60px;
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
}

.pagenav a.number:hover {
    background: #8877ec;
    color: #ffffff;
}

.pagenav a.number:before,
.pagenav .current:before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 100% !important;
    transform: translate(0, -50%) !important;
    width: calc(100%) !important;
    height: 2px !important;
    background: #9a8cee !important;
    z-index: -1 !important;
    border: none !important;
}

.pagenav a.number:last-child:before {
    left: auto;
    right: -30px;
    width: 150px;
    transform: translate(0, -50%);
}

.pagenav a.number:last-child:after {
    content: ">";
    position: absolute;
    top: 47%;
    transform: translate(0, -50%);
    right: -36px;
    font-size: 35px;
    color: #9a8cee;
    font-family: monospace;
    font-weight: 100;
    z-index: 0;
}

.pagenav {
    position: relative;
    z-index: 1;
}

.pagenav a.number:last-child:before,
.pagenav span.number:last-child:before {
    content: none !important;
}

/*Blog Page End*/

/*Single Blog Page*/

.related-posts article.post,
.archive article.post {
    background: #ffffff;
    box-shadow: -3px 5px 8px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    padding: 0;
    overflow: hidden;
}

.related-posts article.post .post-image a,
.archive article.post .post-image a {
    display: inline-block;
    width: 100%;
}

.related-posts article.post .post-image img,
.archive article.post .post-image img {
    border-radius: 40px 40px 0 0;
    width: 100%;
}

.related-posts article.post .post-content,
.archive article.post .post-content {
    padding: 0 20px;
}

.related-posts .related-title {
    font-family: "NorpethW00";
    color: #4c00a3;
    font-size: 30px;
    line-height: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.related-posts .post-title,
.single .post-title,
.archive .post-title {
    font-family: "NorpethW00";
}

.single .post-content-inner .post-meta a:hover,
.archive .post-content-inner .post-meta a:hover {
    color: #000000;
}

.post-nav {
    position: relative;
}

.post-nav .tf_box {
    position: fixed;
    top: 50%;
    height: 70px;
    width: 70px;
    color: #4c494a;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 2;
    float: none;
    padding: 0;
}

.post-nav .tf_box.prev {
    left: 8%;
}

.post-nav .tf_box.next {
    right: 8%;
}

.post-nav .tf_box a {
    color: #4c494a;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.post-nav .tf_box a .arrow {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: 0;
    color: currentColor;
}

.post-nav .tf_box a:hover .arrow {
    animation: none !important;
}

.post-nav .tf_box a .arrow:before,
.post-nav .tf_box a .arrow:after {
    content: none !important;
}

.post-nav .tf_box a .nav_title {
    position: absolute;
    display: flex;
    width: 210px;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    align-items: center;
    top: 0;
    height: 100%;
    left: 0;
    background-color: #fff;
}

.post-nav .tf_box.prev a .nav_title {
    transform: translateX(-100%);
    padding-left: 10px;
}

.post-nav .tf_box.next a .nav_title {
    transform: translateX(100%);
    right: 0;
    left: auto;
    text-align: right;
    padding-right: 10px;
    justify-content: flex-end;
}

.post-nav .tf_box:hover .arrow {
    opacity: 0;
    transform: translateX(-100%);
}

.post-nav .tf_box.prev:hover .nav_title {
    opacity: 1;
    transform: translateX(0);
}

.post-nav .tf_box.next:hover .arrow {
    opacity: 0;
    transform: translateX(100%);
}

.post-nav .tf_box.next:hover .nav_title {
    opacity: 1;
    transform: translateX(0);
}

.post-nav a:hover span {
    color: #4c4950 !important;
}

/*Single Blog Page*/

/*Contact Us Page*/

.page-id-21 #content,
.page-id-545 #content {
    padding: 0 !important;
}

.headertitle .module-box-content {
    background: transparent;
    padding: 0 !important;
    border-radius: 0;
    border: none !important;
}

.headertitle .module-box-content p span {
    color: #4c00a3 !important;
}

.themify_builder_content-21 .tb_g0fw004.module_row,
.themify_builder_content-545 .tb_5f90070.module_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.themify_builder_content-21 .tb_k8c7440.module_column,
.themify_builder_content-545 .tb_rm2g777.module-text {
    padding-left: 0 !important;
}

.wpcf7-form .wpcf7-form-control {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #4c00a3;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
}

.wpcf7-form .wpcf7-submit {
    width: 170px;
    height: 46px;
    background: linear-gradient(to bottom, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -ms-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -moz-linear-gradient(to bottom, #ffae95, #fc8283);
    border: none;
    box-shadow: none;
    font-size: 20px;
    padding: 0;
    outline: none;
}

.wpcf7-form .wpcf7-submit:hover {
    background: linear-gradient(to top, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to top, #ffae95, #fc8283);
    background: -ms-linear-gradient(to top, #ffae95, #fc8283);
    background: -moz-linear-gradient(to top, #ffae95, #fc8283);
}

.contact-form .form-input-span,
.contact-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    position: relative;
}

.contact-form .form-input-span {
    margin-bottom: 30px;
}

.contact-form .form-input-span .form-input {
    width: 100%;
    margin: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    height: 50px;
    padding: 15px 20px;
    color: #5d6578;
}

.contact-form .form-input-span .form-input::placeholder {
    color: #5d6578;
}

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

.contact-map .tb_text_wrap {
    height: 100%;
}

.contact-wp i,
.contact-wp em {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

/*Contact Us Page*/

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

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

/* Single Product(Page) Start */

.woocommerce-page #content {
    position: relative;
    padding: 100px 0 !important;
}

.woocommerce div.product .entry-summary {
    padding: 40px 0 0 60px;
    margin: 0 !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    border: 8px solid #d66f3c;
    border-radius: 6px;
    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 div.product .product_title {
    font-size: 48px;
    position: relative;
    line-height: 58px;
    margin-bottom: 3px;
    font-weight: 700;
    color: #d66f3c;
}

.product-description p {
    color: #595959;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 40px;
}

.product .nyp {
    position: relative;
}

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

.product .nyp .nyp-input {
    width: 128px !important;
    min-width: auto !important;
    margin-right: 0;
    border: none;
    border: 1px solid #d66f3c;
    background: #ffffff;
    border-radius: 0;
    height: 46px;
    padding: 13px 10px 13px 52px;
    color: #595959;
    text-align: left !important;
    font-weight: 400 !important;
    box-shadow: 0 0 7px rgb(0 0 0 / 15%);
}

.woocommerce .button {
    background-color: #d66f3c !important;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 26px !important;
    transition: 0.3s;
    text-transform: capitalize !important;
    padding: 10px 30px !important;
}

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

.product_meta a {
    color: #d66f3c;
}

.cart_item a {
    color: #d66f3c;
}

.cart_item a:hover {
    color: #4c494a;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #4c494a;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border-color: #4c494a;
}

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

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

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-radius: 0;
}

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

.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;
}

.woocommerce .wcpa_form_outer .wcpa_form_item .form-control {
    max-width: 450px;
    height: 140px;
    min-height: auto;
    border-radius: 0;
    border: 1px solid #d66f3c;
    color: #595959;
    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-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;
}

#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;
}

#tf_sticky_buy div.product div.tf_sticky_prod_img div.summary {
    padding: 0;
}

#tf_sticky_buy form.cart {
    flex-flow: row;
}

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

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

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

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

/*Scrapbook*/

.module.gallery .gallery-caption {
    margin: 15px 0 0 0;
}

.scrapbook-gallery.module-gallery .gallery-icon {
    flex: 1;
}

.scrapbook-gallery .gallery-item {
    display: flex;
    flex-flow: column;
}

.scrapbook-gallery.module-gallery .gallery-icon a {
    display: inline-block;
    height: 100%;
}

.scrapbook-gallery.module-gallery .gallery-icon a img {
    height: 100%;
    object-fit: cover;
}

/*Scrapbook*/

/*Make A Payment */

.woocommerce div.product .product_title {
    font-size: 2.1em;
    color: #4c00a3;
    font-family: "NorpethW00";
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000000;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #fc8a86;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    overflow: hidden;
}

.product .nyp input.nyp-input {
    border-radius: 30px;
    border: 1px solid #4c00a3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.product .nyp input.nyp-input {
    border-radius: 30px;
    border: 1px solid #4c00a3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
    margin-right: 0;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    height: 46px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -ms-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -moz-linear-gradient(to bottom, #ffae95, #fc8283);
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    background: linear-gradient(to top, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to top, #ffae95, #fc8283);
    background: -ms-linear-gradient(to top, #ffae95, #fc8283);
    background: -moz-linear-gradient(to top, #ffae95, #fc8283);
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: solid 2px #fc8283;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fc8283;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    height: 430px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 50px;
    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;
}

.single-product #content {
    padding: 0;
}

.product-description p {
    color: #000;
    font-weight: 500;
}

.product .nyp {
    position: relative;
}

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

.product .nyp .nyp-input {
    width: calc(100% - 70px);
    min-width: auto !important;
    margin-right: 0;
    border: none;
    background: #ebedfb;
    border-radius: 10px;
    height: 50px;
    padding: 13px 10px 13px 52px;
    color: #5d6578;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 20px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    object-fit: cover;
}

#tf_sticky_buy form.cart {
    display: flex;
    align-items: center;
}

#tf_sticky_buy form.cart .nyp {
    margin: 0;
    margin-right: 15px;
}

#tf_sticky_buy form.cart .nyp input#nyp-1 {
    width: 140px;
}

#tf_sticky_buy div.product form.cart .quantity input {
    height: 46px;
    border-radius: 10px;
    border: 1px solid #4c00a3;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    background: #ebedfb;
}

#tf_sticky_buy .tf_sticky_prod_img {
    display: flex;
    align-items: center;
}

.summary form.cart {
    position: relative;
    display: inline-block;
}

.summary form.cart .quantity {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    margin: 0 !important;
}

.summary form.cart .quantity input {
    height: 47px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #4c00a3;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
    background: #ebedfb;
}

.product_meta a {
    color: #4c00a3;
}

/*Make A Payment */

/*Teachers & Staff*/

.themify_builder_content-13 .tb_qpp6006.module-text p a img {
    border-radius: 40px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.themify_builder_content-13 .tb_qpp6006.module-text .staff-name {
    font-family: "Pacifico";
    font-size: 25px;
    color: #ff7658;
}

.themify_builder_content-13 .tb_qpp6006.module-text table .staff-img {
    display: inline-block;
}

.themify_builder_content-13 .tb_qpp6006.module-text table .staff-img img {
    border-radius: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

/*Teachers & Staff*/

/*Mission Statement*/

.module-text .mission-img img {
    border-radius: 40px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

/*Mission Statement*/

/*School Calendar*/

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

.tribe-events-page-title {
    font-size: 16px;
    text-align: left;
}

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

.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: #ffffff;
    border: 1px solid #4c00a3;
    border-right: none;
    border-radius: 0;
    height: 55px;
}

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

.tribe-bar-disabled #tribe-bar-form label {
    color: #000000;
}

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

.tribe-events-nav-pagination li a span {
    transition: 0.5s;
}

.tribe-events-nav-pagination li a:hover {
    color: #4c00a3;
}

.tribe-events-calendar thead tr {
    background: #4c00a3;
}

.tribe-events-calendar th {
    background: transparent;
    color: #ffffff;
}

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

#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);
}

#tribe-events-content .tribe-events-calendar td.tribe-events-has-events {
    background: linear-gradient(to bottom, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -ms-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -moz-linear-gradient(to bottom, #ffae95, #fc8283);
}

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

#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: #ffffff;
}

#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;
}

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

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

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

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

/* .tribe-events-present,
#tribe-events-content .tribe-events-calendar td.tribe-events-present>div {
    background: #4c00a3;
} */

.tribe-events-present:not(.tribe-events-has-events) {
    width: 100% !important;
    overflow: hidden;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-present:not(.tribe-events-has-events) > div {
    background: #4c00a3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    background: linear-gradient(to bottom, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -ms-linear-gradient(to bottom, #ffae95, #fc8283);
    background: -moz-linear-gradient(to bottom, #ffae95, #fc8283);
    font-size: 18px;
    border-radius: 30px;
    height: 46px;
    box-sizing: border-box;
    padding: 10px 15px;
    color: #ffffff;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
    color: #ffffff;
    background: linear-gradient(to top, #ffae95, #fc8283);
    background: -webkit-linear-gradient(to top, #ffae95, #fc8283);
    background: -ms-linear-gradient(to top, #ffae95, #fc8283);
    background: -moz-linear-gradient(to top, #ffae95, #fc8283);
}

.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: #4c00a3;
    color: #ffffff;
    font-size: 20px;
    font-family: "NorpethW00";
    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: #ff7658;
    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: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: #4c00a3;
}

.single-tribe_events .tribe-events-single-event-title {
    font-family: "NorpethW00";
    color: #4c00a3;
}

.tribe-events-nav-pagination ul li a {
    position: relative;
}

.tribe-events-nav-pagination ul li a span {
    position: absolute;
}

.tribe-events-nav-pagination ul li.tribe-events-nav-previous a {
    padding-left: 10px;
}

.tribe-events-nav-pagination ul li.tribe-events-nav-previous a span {
    left: 0;
}

.tribe-events-nav-pagination ul li.tribe-events-nav-next a span {
    right: 0;
}

.tribe-events-nav-pagination ul li.tribe-events-nav-next a {
    padding-right: 10px;
}

.tribe-events-nav-pagination li a:hover span {
    margin-right: 0;
}

.tribe-events-notices {
    padding: 12px 35px 12px 14px;
    text-shadow: 0 1px 0 #fff;
    width: calc(100% - 330px);
}

#tribe-bar-views-toggle:focus,
#tribe-bar-views-toggle:hover {
    background-color: transparent !important;
}

/*School Calendar*/

/*Author Page*/

.archive .page-title {
    font-family: "NorpethW00";
    color: #4c00a3;
}

.author-posts-by {
    border-top: 2px solid #4c00a3;
    border-color: #4c00a3;
    font-family: "Pacifico";
    color: #ff7658;
    font-size: 30px;
    font-weight: 100;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.author-bio {
    margin-bottom: 10px;
}

.author .loops-wrapper.grid2 > .post {
    margin-left: 6%;
}

.post-meta .author a,
.post-meta .post-category a {
    color: #ff7658;
    font-family: "Pacifico";
    font-size: 22px;
    text-transform: capitalize;
}

.single-day-events-container {
    display: none;
}

/*Author Page*/

.single-day-events-container.multi-active-tooltip {
    display: block;
    position: absolute;
    top: -86px;
    right: 0;
    width: 340px;
    z-index: 9;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.news-calendar-box .multi-event-container {
    z-index: 10;
}

.single-day-events-container.multi-active-tooltip:after {
    content: "";
    bottom: -5px;
    display: block;
    right: 20px;
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    transform: rotate(45deg);
}

.multi-event-container .single-day-events-container .calendar-box > p {
    display: none;
}

.single-day-events-container.multi-active-tooltip .calendar-box-content {
    background: transparent;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.single-day-events-container.multi-active-tooltip .calendar-box-content p {
    order: 2;
}

.single-day-events-container.multi-active-tooltip .calendar-box-content h3 {
    order: 1;
    color: #4c00a3;
    font-size: 17px;
}

.tooltip-hover-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    padding: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.tooltip-hover {
    display: block;
    position: relative;
    top: -32px;
    z-index: 9;
    color: #fff;
}

.event-description.no-event {
    width: 100%;
    text-align: center;
    padding: 0;
}

.themify_builder_content-10946 .tb_zdeh592.module-icon {
    transform: translate(-50%, 0px);
}

/* Register[Page] Start  */

fieldset h2 {
    margin-bottom: 30px;
}

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

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

fieldset .btn {
    box-shadow: none !important;
    border: none !important;
    transition: 0.3s;
    padding: 10px 17px;
    margin: 0px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #ffae95, #fc8283) !important;
    background: -webkit-linear-gradient(to bottom, #ffae95, #fc8283) !important;
    background: -ms-linear-gradient(to bottom, #ffae95, #fc8283) !important;
    background: -moz-linear-gradient(to bottom, #ffae95, #fc8283) !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
}

fieldset .btn:hover {
    background: linear-gradient(to top, #ffae95, #fc8283) !important;
    background: -webkit-linear-gradient(to top, #ffae95, #fc8283) !important;
    background: -ms-linear-gradient(to top, #ffae95, #fc8283) !important;
    background: -moz-linear-gradient(to top, #ffae95, #fc8283) !important;
    color: #fff;
    transform: unset;
}

/* Register[Page] End */

.map-section .tb_text_wrap p {
    margin-bottom: 0;
}

.map-section .tb_text_wrap p iframe {
    margin-bottom: -7px;
}

.tf_carousel .swiper-slide {
    margin: 0;
}

.module-testimonial-slider.image-top .testimonial-content {
    align-items: center;
}

.form-control.w-100 {
    width: 100%;
}

.form-control {
    width: 100% !important;
}

.page-id-2792 #content {
    padding: 0;
}

.search-results .loops-wrapper .post {
    width: 100% !important;
}

/*Responsive Start*/

@media screen and (max-width: 1810px) {
    #headerwrap #header {
        width: 95%;
        justify-content: center;
    }

    .header-top .row_inner {
        width: 95%;
    }
}

@media screen and (max-width: 1699px) {
    .post-nav .tf_box.prev {
        left: 5%;
    }

    .post-nav .tf_box.next {
        right: 5%;
    }

    .related-posts article.post .post-content,
    .archive article.post .post-content {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1499px) {
    /* #main-nav-wrap #main-nav a {
        padding: 0 5px;
    } */
    .post-nav .tf_box.prev {
        left: 2%;
    }

    .post-nav .tf_box.next {
        right: 2%;
    }
}

@media screen and (max-width: 1400px) {
    .post-nav {
        position: relative;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        width: 100%;
        margin: 70px 0;
        display: flex;
    }

    .post-nav .tf_box {
        display: inline-block;
        position: relative;
        top: auto;
        height: auto;
        width: 50%;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
        padding: 30px 0;
        margin: 0 !important;
        vertical-align: middle;
    }

    .post-nav .tf_box.prev {
        left: 2%;
        text-align: left;
    }

    .post-nav .tf_box.next {
        text-align: right;
        right: 2%;
    }

    .post-nav .tf_box a {
        width: auto;
        height: auto;
        display: inline-flex;
        align-items: center;
    }

    .post-nav .tf_box.next a {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    .post-nav .tf_box a .arrow {
        width: auto;
        height: auto;
        font-size: 16px;
    }

    .post-nav .tf_box a .nav_title {
        width: auto;
        position: relative;
        height: auto;
        font-size: 16px;
    }

    .post-nav .tf_box.next a .nav_title,
    .post-nav .tf_box.prev a .nav_title {
        transform: translateX(0);
        padding-left: 10px;
        opacity: 1;
    }

    .post-nav .tf_box.prev:hover .arrow {
        transform: translate(0);
        opacity: 1;
    }

    .post-nav .tf_box.next:hover .arrow {
        opacity: 1;
        transform: translateX(0);
    }
}

@media screen and (max-width: 1200px) {
    /* #headerwrap {
        height: var(--header-des-height);
    } */
    #headerwrap #header {
        justify-content: flex-start;
    }

    .mobile_menu_active .header-icons {
        height: var(--header-des-height);
        top: auto;
        bottom: 0;
        transform: translateY(0);
        display: flex;
        align-items: center;
        z-index: 10000;
        transition: var(--transition);
    }

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

    .sidemenu #menu-icon-close {
        font-size: 40px !important;
    }

    .sidemenu {
        overflow-x: hidden !important;
        height: 100vh;
    }
}

@media screen and (max-width: 1199px) {
    .blog .post-content-inner {
        padding: 0 15px 10px;
    }

    .pagenav a,
    .pagenav .current {
        margin-bottom: 10px;
    }

    .event-btn {
        padding-left: 2%;
    }

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

    .news-calendar-box .calendar-box,
    .news-calendar-box .multi-event-container {
        width: 200px;
    }

    .news-calendar-before {
        display: none;
    }

    .news-calendar-box .news-btn img {
        height: 34px;
    }

    .show-btn {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .banner-slide-content {
        padding: 122px 30px 122px 262px;
    }

    .joi-us-box {
        display: block;
    }

    .banner-slide-thumbnail {
        width: 250px;
    }

    .banner-slide-thumbnail-box {
        padding: 0 40px 0 10px;
    }

    .banner-thumbnail-img {
        margin-right: 15px;
    }

    .loops-wrapper .post {
        width: 100% !important;
    }

    .blog .loops-wrapper .post {
        margin-bottom: 40px !important;
    }

    .loops-wrapper.grid2 > .post {
        width: 100%;
        float: none;
    }

    .blog .post-content-inner {
        padding: 0 25px 10px;
    }

    .loops-wrapper.grid2 > .post {
        margin-left: 0;
    }

    .pagenav a,
    .pagenav .current {
        margin: 0 5px 10px 5px;
    }

    .related-posts article.post,
    .list-post .related-posts .post {
        width: 100%;
        margin: 0 0 50px 0;
    }

    .themify_builder_sub_row.module_subrow.clearfix.sub_row_1-0-0.tb_qp99055 .sub_column.module_column {
        width: 100% !important;
    }

    .themify_builder_sub_row.module_subrow.clearfix.sub_row_1-0-0.tb_qp99055 .sub_column.module_column.tb_e94h008 {
        margin: 40px 0 0 0;
        padding: 0;
    }

    .woocommerce div.product div.summary,
    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 100% !important;
    }

    .woocommerce div.product div.summary {
        text-align: center;
    }

    /* .woocommerce div.product form.cart .button.single_add_to_cart_button {
        margin: auto;
        float: none;
    } */
    .event-content h5 {
        margin-bottom: 10px;
    }

    .event-date,
    .event-description,
    .event-btn {
        width: 100%;
        padding: 0;
    }

    .event-date {
        padding-bottom: 55px;
    }

    .event-date p {
        padding: 0;
        margin-bottom: 0;
    }

    .event-date p:before {
        bottom: -60px;
        right: -130px;
        width: 400px;
        height: 400px;
    }

    .event-btn {
        padding: 33px 0 0 0;
    }

    .event-btn a {
        width: 235px;
        margin: auto;
    }

    .themify_builder_content-13 .tb_qpp6006.module-text table.staff-table tr td {
        width: 100%;
        display: block;
        height: auto !important;
    }

    .themify_builder_content-13 .tb_qpp6006.module-text table.staff-table tr td:last-child {
        margin-bottom: 40px;
        padding-left: 0 !important;
    }

    div:not(.tb_grid_classes) > .module_column {
        width: 100%;
        max-width: 100%;
    }

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

    .woocommerce div.product .entry-summary {
        padding: 40px 0;
        text-align: left !important;
    }

    .product .nyp label {
        left: 30px;
    }

    #sidebar,
    #content {
        padding-bottom: 10% !important;
    }

    .related-posts article.post {
        margin-inline: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    #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: #ff7658;
        display: inline-block;
        padding: 0;
    }

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

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

    .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: #4c00a3;
        color: #ffffff;
        font-size: 20px;
        font-family: "NorpethW00";
        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 {
        font-family: "Pacifico";
        color: #ff7658;
        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: #4c00a3;
    }

    .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;
    }

    #tf_sticky_buy div.product .product_title,
    #tf_sticky_buy div.product .tbp_title {
        line-height: 1;
        margin-bottom: 30px;
    }

    #tf_sticky_buy div.product .cart {
        display: block;
    }

    #tf_sticky_buy div.product form.cart .quantity {
        display: block;
        margin: 6px 0;
    }

    #tf_sticky_buy form.cart .nyp {
        margin: 0;
    }

    .woocommerce div.product .entry-summary {
        padding: 40px 0;
    }

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

    #tf_sticky_buy form.cart {
        flex-flow: wrap;
        white-space: unset !important;
        align-items: baseline !important;
    }
}

@media screen and (max-width: 767px) {
    .banner-slide-img {
        height: auto;
        background-position: 70% 30%;
    }

    .banner-slide-content {
        padding: 140px 25px 75px 25px;
    }

    .banner-slide-title {
        text-align: left;
        color: #422b9d;
    }

    .banner-slide-thumbnail {
        width: 100%;
        position: relative;
        height: 82px;
        background: #dee9ff;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }

    .banner-slide-thumbnail-box {
        width: 25%;
        height: 82px;
        padding: 0;
        background: transparent;
    }

    .banner-thumbnail-text,
    .banner-thumbnail-arrow {
        display: none;
    }

    .banner-thumbnail-img {
        width: 55px;
        height: 55px;
        margin-right: 0;
    }

    .banner-slide-thumbnail-box.active,
    .banner-slide-thumbnail-box:hover {
        background: linear-gradient(130deg, #fc8887, #ffae95);
        border-radius: 20px 0 0 0;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    }

    .loops-wrapper .post .post-image a:before {
        height: 90px;
    }

    .pagenav a,
    .pagenav .current {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    body:not(.header-none).admin-bar.no-fixed-header #wpadminbar {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .banner-slide-content-text {
        padding-left: 0;
    }

    .news-calendar-title:before {
        background-position: 240px 0px;
    }

    .news-calendar-title h1,
    .news-calendar-title h2 {
        margin-bottom: 50px;
    }

    .blog #layout.pagewidth,
    .single-post #layout.pagewidth,
    .page-template-default #layout.pagewidth,
    .product-template-default #layout.pagewidth,
    .page-template #layout.pagewidth,
    .archive #layout.pagewidth,
    .archive #layout2.pagewidth {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
    }

    .home #layout.pagewidth {
        padding: 0;
    }

    .loops-wrapper .post {
        border-radius: 20px;
    }

    .loops-wrapper .post .post-image img {
        border-radius: 20px 20px 0 0;
    }

    .single-post .single_posts_wrapper .post {
        margin: 0;
        padding: 10px 0 0;
    }

    .related-posts article.post,
    .list-post .related-posts .post,
    .archive article.post {
        padding: 0;
        margin-bottom: 50px;
    }

    .single-post .single_posts_wrapper .post-image img {
        border-radius: 40px;
    }

    .news-calendar-box .news-btn.prev-news {
        left: 20px;
    }

    .news-calendar-box .news-btn.next-news {
        right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        height: 360px;
    }
}

@media screen and (max-width: 400px) {
    .banner-thumbnail-img {
        width: 45px;
        height: 45px;
    }

    .banner-thumbnail-img img {
        width: 25px;
    }

    .blog #layout.pagewidth,
    .single-post #layout.pagewidth,
    .page-template-default #layout.pagewidth,
    .product-template-default #layout.pagewidth,
    .page-template #layout.pagewidth,
    .archive #layout.pagewidth,
    .archive #layout2.pagewidth {
        padding: 0 15px;
    }

    .home #layout.pagewidth {
        padding: 0;
    }

    .blog .post-content-inner {
        padding: 0 15px 10px;
    }

    .loops-wrapper .post .post-image a:before {
        height: 60px;
    }

    #tribe-events-pg-template {
        padding: 0;
    }

    #tribe-mobile-container .tribe-mobile-day .tribe-mobile-day-heading {
        padding: 10px 15px;
    }

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

    #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button,
    #tribe-events .tribe-events-button,
    .tribe-events-button {
        font-size: 16px;
        height: 40px;
        padding: 8px 15px;
    }

    .tribe-events-loop .tribe-events-day-time-slot {
        border-radius: 20px;
    }

    .tribe-events-loop .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
        padding: 10px 15px;
    }

    .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
        padding: 20px 15px;
    }

    .tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
        min-width: unset;
    }
}

@media (min-width: 768px) {
    .theme_box {
        display: inline-block;
    }

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

/* 18-12-23  */

.footer-box {
    height: fit-content !important;
    word-break: break-word;
}

.testimonial-slider-new .post {
    margin: 0;
}

.contact-widget .module-icon-item a {
    word-break: break-word;
}

@media (max-width: 768px) {
    .news-calendar-title h1 {
        margin-bottom: 0 !important;
    }

    .tribe-events-notices {
        width: 100% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1370px) {
    .history-of-steel {
        padding: 0 100px;
    }
}
