/*
 Theme Name:   Coaching Child
 Theme URI:    http://coaching.thimpress.com/
 Description:  Coaching Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     coaching
 Version:      1.0.0
 Text Domain:  coaching-child
*/

a:hover {
    text-decoration: underline;
}
.mb-0px {
    margin-bottom: 0px !important;
}

.counter-box .display-percentage:before {
    display: none;
}
.site-content {
    padding-bottom: 0;
}

body ol {
margin-left: 30px;
}

/* Header */

@media (min-width: 768px) {
    .header_v1 .width-logo a.no-sticky-logo {
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .navigation .width-logo img {
        max-height: 80px;
    }
}

@media (max-width: 500px) {
    .navigation .width-logo img {
        max-height: 70px;
    }
}

.site-header>.header_full .menu-right {
    background-color: transparent;
}

.site-header .header_full .navigation .navbar-nav>li>a {
    padding: 0 10px;
    margin: 10px 0;
    position: relative;
}

.site-header .header_full .navigation .navbar-nav>li .icon-toggle {
    top: 8px;
    right: 4px;
}

.site-header .header_full .navigation .navbar-nav>li.menu-item-has-children>a {
    padding-right: 20px;
}

@media (max-width: 1399px) {
    header.header_v1.full-style-1 #magic-line {
        display: none !important;
    }
    .site-header .header_full .navigation .navbar-nav>li>a:hover::before,
    .site-header .header_full .navigation .navbar-nav>li.current-menu-parent>a::before,
    .site-header .header_full .navigation .navbar-nav>li.current-menu-item>a::before {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        border-bottom: 2px solid #fff;
    }
    .site-header .header_full .navigation .navbar-nav>li.menu-item-has-children>a:hover::before,
    .site-header .header_full .navigation .navbar-nav>li.current-menu-parent.menu-item-has-children>a::before,
    .site-header .header_full .navigation .navbar-nav>li.current-menu-item.menu-item-has-children>a::before {
        right: 5px;
    }
}

.site-header.full-style-1 #toolbar {
    border-bottom: 1px solid #fff;
}

.site-header.full-style-1 #toolbar .col-sm-12 {
    display: flex;
    justify-content: flex-end;
}

.site-header.full-style-1 #toolbar .col-sm-12 aside:first-child {
    margin-right: 20px;
}

.site-header.full-style-1 #toolbar .col-sm-12 .main-menu-social img:first-child {
    margin-right: 10px;
}

#main-content .page-title-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

#main-content .page-title-wrapper .container {
    padding: 0 30px;
}

@media (min-width: 768px) {
    #main-content .page-title-wrapper .container {
        width: auto !important;
        padding: 0 50px;
    }
}

#main-content .page-title-wrapper h1,
#main-content .page-title-wrapper h2 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px;
}

.breadcrumbs-wrapper {
    display: none;
}


/* Footer */

footer {
    font-weight: 400;
}

footer#colophon .footer {
    padding-top: 0px;
}

footer .sc_heading {
    padding-top: 0;
    margin-bottom: 0;
}

footer .sc_heading h3 {
    letter-spacing: 0.25px;
}

footer .menu {
    padding-left: 15px;
}

footer .menu li {
    list-style: disc !important;
}

footer#colophon .footer ul li.current-menu-item a,
footer#colophon .footer ul li.current_page_item a,
footer#colophon .footer ul li:hover a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}


/* Thim Image Box */

.thim-image-box.style-1:before {
    border: 6px solid #000 !important;
}

.thim-image-box.style-1 .thim-image-title {
    right: auto;
}

.thim-image-box.style-1 .thim-image-title:before {
    width: 100%;
    background-color: #000 !important;
}

.thim-image-box.style-1 .thim-image-title a {
    font-family: Bebas Neue;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0.25px;
    pointer-events: none;
}


/* Thim Icon Box */

.facilities-header .title {
    font-family: Montserrat;
    font-weight: normal;
}

.facilities-header .sub-heading {
    font-family: Bebas Neue;
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .boxes-icon,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .boxes-icon {
    height: 80px !important;
}

.elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .boxes-icon img,
.thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay) .boxes-icon img {
    max-height: 60px;
    width: auto;
    max-width: 60px;
}


/* Stripes List */

.stripes-list-item>.elementor-widget-wrap {
    flex-flow: row;
}

.stripes-list-item>.elementor-widget-wrap .elementor-widget-image-box {
    margin-bottom: 0;
}

.stripes-list-item>.elementor-widget-wrap .elementor-widget-image-box h3 {
    margin-top: 0;
}

.stripes-list-item>.elementor-widget-wrap .elementor-widget-button {
    white-space: nowrap;
    width: auto;
    margin: auto;
}

@media (max-width: 767px) and (min-width: 500px) { 
    .stripes-list-item .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .stripes-list-item  .elementor-widget-image-box .elementor-image-box-img {
        margin-left: 0 !important;
        margin-right: 15px !important;
    }
    
}

@media (max-width: 499px){ 
    .stripes-list-item>.elementor-widget-wrap {
        flex-direction: column;
    }
    .stripes-list-item>.elementor-widget-wrap .elementor-widget-button {
        margin-top: 5px;
    }
    .stripes-list-item .elementor-widget-image-box .elementor-image-box-img {
        width: 50% !important;
        margin-bottom: 5px !important;
    }
}

/* Testimonials */

.testimonial-item-archive {
    border-bottom: 1px solid #010b13;
}

.testimonial-item-archive .testimonial-thumbnail {
    width: 140px;
    height: 140px;
    background-color: #5d707f;
    border-radius: 50%;
    font-family: Bebas Neue;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 140px;
    margin: auto;
}

.testimonial-item-archive .side-right .blockquote {
    display: flex;
    padding-left: 0;
}

.testimonial-item-archive .side-right .blockquote a,
.testimonial-item-archive .side-right .blockquote p {
    color: #000 !important;
    font-style: normal;
    text-transform: uppercase;
    font-size: 26px;
    font-family: Bebas Neue;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

.testimonial-item-archive .side-right .blockquote::before {
    display: none;
}

.testimonial-item-archive .side-right .blockquote .blockquote-item {
    background-image: url('/wp-content/uploads/2021/08/quote-mark-black.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: top;
    width: 35px;
    height: 38px;
    margin-top: -10px;
    margin-right: 5px;
}

.testimonial-item-archive .side-right .description {
    color: #5d707f;
    font-weight: 400;
}

.testimonial-item-archive .testimonial-thumbnail img {
    display: none;
}

.testimonial-item-archive:last-child, .testimonial-item-archive:nth-child(10n) {
    margin-bottom: 30px;
}


/* Charity Timeline / Page */


.charity-header .sc_heading{
padding-top: 0;
}

.charity-timeline {
    margin: 0 -10px;
    width: calc(100% + 20px);
}

.charity-timeline .thim-timeline-slider .item {
    /*background: linear-gradient(to right, #5d707f, #b4b4b4);
    padding: 2px;*/
    background: url('/wp-content/uploads/2021/08/timeline-quote-box.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.charity-timeline .thim-timeline-slider .item .top {
    border: none;
    padding-bottom: 30px;
    background: transparent;
}

.charity-timeline .thim-timeline-slider .title {
    margin-top: 0;
    font-family: Montserrat;
    line-height: 1.4em;
}

.charity-timeline .thim-timeline-slider .item .bottom {
    color: #5d707f;
    width: 100%;
    bottom: -74px;
}

.charity-timeline .thim-timeline-slider .line,
.charity-timeline .thim-timeline-slider .item .bottom .dot {
    background-color: #5d707f;
}

.charity-timeline .thim-timeline-slider .item .bottom .time {
    font-weight: 500;
}

.charity-timeline .thim-timeline-slider .item:after {
    border: none;
}

.charity-timeline .thim-timeline-slider .description {
    position: relative;
    display: flex;
    flex-flow: column;
    color: #5d707f;
    padding-bottom: 0;
    font-weight: 400;
}

@media (min-width: 375px) {
    .charity-timeline .thim-timeline-slider .description {
        padding-left: 50px;
    }
    .charity-timeline .thim-timeline-slider .description::before {
        position: absolute;
        content: "";
        background-image: url('/wp-content/uploads/2021/08/coin-stack.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        height: 100%;
        width: 40px;
    }
}

.charity-timeline .thim-timeline-slider .description .money {
    font-size: 32px;
    font-weight: 700;
}

.charity-timeline .thim-timeline-slider .description a {
    border: 2px solid #5d707f;
    padding: 0 15px;
    border-radius: 15px;
    color: #fff;
    margin-right: auto;
    margin-top: 10px;
    font-weight: bold;
    background: #5d707f;
    text-transform: uppercase;
}

.charity-timeline .thim-timeline-slider .description a:hover {
    background-color: #fff;
    color: #5d707f;
    text-decoration: none;
}

.charity-timeline .thim-timeline-slider .owl-nav i {
    color: #5d707f;
    border-color: #5d707f;
}

.charity-timeline .thim-timeline-slider .owl-controls {
    opacity: 1;
}

@media (max-width: 1450px) {
    .charity-timeline .thim-timeline-slider .container {
        padding-left: 35px;
        padding-right: 35px;
    }
    .thim-timeline-slider .owl-nav .owl-prev {
        left: -30px
    }
    .thim-timeline-slider .owl-nav .owl-next {
        right: -30px;
    }
}

.charity-timeline .owl-carousel .owl-stage {
    display: flex;
}

.charity-timeline .owl-carousel .owl-item {
    display: flex;
    padding: 0 10px;
}

.charity-timeline .owl-carousel .owl-item .item {
    width: 100%;
}

.charity-timeline .owl-carousel .owl-item .item .top {
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 500px) {
    .charity-timeline .owl-carousel .owl-item .item .top {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .charity-timeline .owl-carousel .owl-item .item .top .description {
        margin-top: auto;
    }
}

@media (max-width: 767px) {
    .charity-timeline .owl-carousel .owl-item .item .top .title {
        margin-top: auto;
    }
    .charity-timeline .owl-carousel .owl-item .item .top .description {
        margin-bottom: auto;
    }
}


/** Google Map **/

.google-map-section {
    position: relative;
    display: block;
}

.google-map-section #gmap_canvas,
#contact-google-map {
    position: relative;
    display: block;
    height: 550px;
}


/** Contact Page **/

.contact-icon-box .iconbox-left {
    display: flex;
}

.contact-icon-box .iconbox-left .boxes-icon {
    max-height: 30px;
    margin-top: auto !important;
    margin-bottom: auto;
}

.contact-icon-box .iconbox-left .boxes-icon img {
    max-height: 30px !important;
    max-width: 30px !important;
}

.contact-icon-box .wrapper-box-icon.contact_info .heading__primary {
    font-family: Montserrat;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-icon-box .wrapper-box-icon.contact_info .desc-icon-box {
    margin-top: 0 !important;
}

.contact-icon-box .wrapper-box-icon.contact_info .desc-icon-box p {
    margin-bottom: 0 !important;
}

.wpcf7-form .contact-form-fields input[type="text"],
.wpcf7-form .contact-form-fields input[type="email"],
.wpcf7-form .contact-form-fields input[type="tel"],
.wpcf7-form .contact-form-fields input[type="number"],
.wpcf7-form .contact-form-fields input[type="date"],
.wpcf7-form .contact-form-fields select,
.wpcf7-form .contact-form-fields textarea {
    color: #5d707f;
    border-color: #5d707f;
    font-weight: 400;
    background: transparent;
}

.contact-form-dark .wpcf7-form .contact-form-fields input[type="text"],
.contact-form-dark .wpcf7-form .contact-form-fields input[type="email"],
.contact-form-dark .wpcf7-form .contact-form-fields input[type="tel"],
.contact-form-dark .wpcf7-form .contact-form-fields input[type="number"],
.contact-form-dark .wpcf7-form .contact-form-fields input[type="date"],
.contact-form-dark .wpcf7-form .contact-form-fields select,
.contact-form-dark .wpcf7-form .contact-form-fields textarea {
    color: #fff;
    border-color: #fff;
}

.contact-form-fields .mailchimp {
    margin-top: 20px;
    display: inline-block;
}

.contact-form-fields .mailchimp span {
    font-size: 12px;
    font-weight: 600;
    color: #5d707f;
    line-height: 18px;
}

.contact-form-dark .contact-form-fields .mailchimp span {
    color: #fff;
}

.contact-form-fields .mailchimp span a {
    color: #5d707f
}

.contact-form-dark .contact-form-fields .mailchimp span a {
    color: #fff
}

.contact-form-fields .contact-submit .wpcf7-submit {
    font-family: Montserrat;
    border: 2px solid #5d707f;
}

.contact-form-fields .contact-submit .wpcf7-submit:hover {
    background-color: #fff;
    color: #5d707f;
    text-decoration: none;
}

.wpcf7-form textarea {
    max-height: 220px;
}

.wpcf7-form.sent .contact-form-fields {
    display: none;
}

.wpcf7-form.sent div.wpcf7-response-output {
    min-height: 310px;
    margin-top: 0;
    font-weight: 400;
}

.contact-form-dark .wpcf7-response-output {
    color: #fff;
}

.contact-form-light  {}


/** Ask Us A Question Contact Form - Dark**/

@media (max-width: 1024px) {
    #ask-us-a-question {
        background-image: none;
    }
}


/**** Facebook Posts ****/

.facebook-posts {
    position: relative;
    margin-bottom: 30px;
}

.facebook-posts h2 {
    font-size: 42px;
}

.facebook-posts .btn {
    background-color: #5d707f;
    color: #fff;
    text-decoration: none;
    border: 2px solid #5d707f;
    border-radius: 20px;
    font-weight: 600;
    padding: 5px 15px;
    margin: auto;
}

.facebook-posts .btn:hover {
    background-color: #fff;
    color: #5d707f;
    text-decoration: none;
}

.facebook-posts .row {
    overflow: hidden;
    display: flex;
}

@media screen and (max-width: 991px) {
    .facebook-posts .row {
        flex-direction: column;
    }
}

.facebook-posts .social-box {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    width: calc(100% / 3);
}

@media screen and (max-width: 991px) {
    .facebook-posts .social-box {
        width: 100%;
    }
}

.facebook-posts .social-box>div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.facebook-posts .social-box a {
    display: flex;
}

.facebook-posts .social-box .social-image-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #d5d4d4;
    border: 1px solid #d5d4d4;
    border-bottom:none;
}

.facebook-posts .social-box .social-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100%;
    margin: auto;
}

.facebook-posts .social-box .social-content {
    padding: 20px;
    padding-bottom: 40px;
    text-align: start;
    color: #2e2925;
    font-size: 14px;
    line-height: 20px;
    background-color: white;
    border: 1px solid #d5d4d4;
    border-top:none;
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .facebook-posts .social-box .social-content {
        flex-grow: 1;
    }
}

.facebook-posts .social-box .social-content .social-text {
    margin-bottom: 20px;
}

.facebook-posts .social-box .social-content .social-date {
    position: absolute;
    bottom: 10px;
}

.facebook-posts .social-box .social-content .social-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 30px;
}

@media screen and (max-width: 991px) {
    .facebook-posts .social-box .social-image-container {
        padding-top: 0;
    }
    .facebook-posts .social-box .social-image-container img {
        position: relative;
        max-width: 100%;
        height: 100%;
        max-height: 300px;
    }
}


/** Home Page - Facilities**/

#home-facilities-section .sc_heading.gym {
    padding-top: 20px;
    margin-bottom: 0px;
}

#home-facilities-section .elementor-widget-thim-icon-box .wrapper-box-icon.border .iconbox-left .content-inner .heading__primary,
#home-facilities-section .thim-widget-icon-box .wrapper-box-icon.border .iconbox-left .content-inner .heading__primary {
    margin-bottom: 10px !important;
}

#home-facilities-section .elementor-widget-thim-icon-box .wrapper-box-icon.has_custom_image:not(.overlay)>div:not(.iconbox-push) .desc-icon-box,
#home-facilities-section .thim-widget-icon-box .wrapper-box-icon.has_custom_image:not(.overlay)>div:not(.iconbox-push) .desc-icon-box {
    margin-top: 15px;
}

@media (max-width: 1024px) {
    #home-facilities-section {
        background: none;
    }
}


/* Timetables */

.timetables .timetable-item {
    margin: 20px 0;
    position: relative;
}

@media (min-width: 992px) {
    .timetables {
        display: flex;
        margin: 0 -10px;
    }
    .timetables .timetable-item {
        margin: 0 10px;
        padding: 0;
    }
}

.timetables .timetable-item .timetable-link-content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 30%;
}

.timetables .timetable-item .timetable-link-content .timetable-icon {
    display: flex;
    position: absolute;
    top: 50%;
    left: 5px;
    right: calc(70% + 5px);
    transform: translate(0, -50%);
    max-width: calc(30% - 10px);
    margin: auto;
}

.timetables .timetable-item .timetable-link-content .timetable-text {
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1.2em;
}

.timetables .timetable-item a:hover {}

.timetables .timetable-item a::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0);
    opacity: 0;
    transition: opacity 0.5s;
}

.timetables .timetable-item a:hover::before {
    opacity: 0.5;
}


/* Thim Progress Steps */

.thim-progress-step .progress-step-title h3.widget-title {
    font-size: 32px;
    letter-spacing: 1.5px;
}


/*Cookie Policy*/

.cookie-policy h4 {
    font-size: 22px;
}

.cookie-policy a {
    color: #7A7A7A !important;
    text-decoration: underline;
}

.cookie-policy a:hover {
    color: #000 !important;
}


/* Newsletter Item / Search */
article .entry-header.has_date .entry-contain {
    width: 100%;
    max-width: -webkit-calc(100% - 100px);
    clear:none;
}
@media (max-width: 480px) {
    article .entry-header.has_date .entry-contain {
        width: 100%;
        max-width: 100%;
        clear:both;
    }
    article .entry-header.has_date .date-meta {
        display: flex;
        width: 100%;
    }
    article .entry-header.has_date .date-meta i {
        margin-top: auto;
        margin-left: 5px;
    }
}

.type-post .entry-header .entry-contain .entry-title,
.blog-list .entry-header .entry-contain .entry-title {
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 5px;
}

.type-post .entry-header .entry-contain .entry-subtitle,
.blog-list .entry-header .entry-contain .entry-subtitle {
    font-weight: 400;
}

article .entry-header.has_date .date-meta {
   height: auto;
    color: #000;
    font-size: 52px;
    line-height: 48px;
    border: none;
    font-weight: 500;
}

article .entry-header.has_date .date-meta i {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}

article .entry-summary .excerpt-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

article .entry-summary .thim-excerpt {
    font-weight: 400;
}

article .readmore a.thim-button {
    font-family: Montserrat;
    text-transform: uppercase;
    color: #7c7c7c;
    border-color: #7c7c7c;
}

article .readmore a.thim-button:hover {
    color: #fff;
    background-color: #7c7c7c;
    text-decoration: none;
}


/* Newsletter Sidebar */

.widget-area aside .widget-title {
    font-size: 22px;
    font-weight: 500;
}

.widget-area aside .article-title-wrapper h5 {
    font-family: Montserrat;
    font-size: 14px;
}

.widget-area aside .article-title-wrapper .article-date span.month {
    text-transform: uppercase;
}

.widget-area aside .article-title-wrapper .article-date span.day {
    display: none;
}

.thim-list-posts .item-post .article-image img {
    max-width: 125px;
}


/*Cookie Control*/

#ccc h2,
#ccc h3 {
    font-family: Montserrat;
}

#ccc-icon.ccc-icon--dark #star path {
    fill: #fff !important;
}

body #ccc #ccc-icon {
    fill: #000 !important;
}

#ccc .optional-vendor-heading {
    color: #fff;
}

body #ccc .ccc-notify-button.ccc-reject-button, body #ccc .ccc-notify-button.ccc-reject-button span{
    background-color: transparent !important;
    color: #fff !important;
}

/*body #ccc .checkbox-toggle--slider .checkbox-toggle-toggle {
    z-index: 1;
}*/
body #ccc .checkbox-toggle--slider .checkbox-toggle-off {
    opacity: 1;
}
body #ccc-icon {
    border-radius: 0 !important;
}


/* Student of the Week Slider*/ 
#sotw-carousel::before {
    content: "Our Previous Graduations";
    font-family: Bebas Neue;
    position: absolute;
    left: 0;
    top: 10%;
    text-align: start;
    color: #000;
    font-size: 42px;
}

@media (max-width: 767px) {
    #sotw-carousel::before {
        position: unset;
        margin-top: 30px;
        margin-bottom: 30px;
        display: block;
    }
}

@media (min-width: 768px) {
    #sotw-carousel .swiper-container {
        margin-top: -80px;
    }
}


#sotw-carousel .swiper-slide .swiper-slide-inner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
#sotw-carousel .swiper-slide .swiper-slide-inner img {
    width: 50%;
    /*margin-top: -10%;*/
}
#sotw-carousel .swiper-slide .swiper-slide-inner figcaption {
    width: 50%;
    margin-top: 25%;
    text-align: start;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    background-image: url('/wp-content/uploads/2021/08/quote-mark-grey.png');
    background-size: auto 50px;   
    background-position: right 10px top;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    #sotw-carousel .swiper-slide .swiper-slide-inner figcaption {
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    #sotw-carousel .swiper-slide .swiper-slide-inner img {
        width: 100%;
        padding: 10px;
    }
    #sotw-carousel .swiper-slide .swiper-slide-inner figcaption {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

#sotw-carousel .elementor-image-carousel-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 101px;
    background-color: #fff;
    z-index: 2;
}

#sotw-carousel .elementor-image-carousel-wrapper::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: 50px;
    height: 26px;
    width: 1px;
    background-color: #000;
    z-index: 2;
}

#sotw-carousel  .elementor-swiper-button {
    height: 50px;
    width: 50px;
    bottom: 0;
    top: auto;
    color: black;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#sotw-carousel  .elementor-swiper-button i { 
    height: auto;
    margin: auto;
    font-weight: 800;
}

#sotw-carousel .elementor-swiper-button-prev { 
right: 51px;
left: auto;
}
#sotw-carousel .elementor-swiper-button-prev i::before {
    content: "\e8bf";
}
#sotw-carousel .elementor-swiper-button-next { 
right: 0px;
}
#sotw-carousel .elementor-swiper-button-next i::before {
    content: "\e8c0";
}

#wprev-slider-1 .wprev_preview_bg1_T1::after {
    display: none;
}

.wprevpro_t1_DIV_2 {
    border: none;
    box-shadow: none;
    grid-row: span 2;
    grid-column: 2;
}

.wprevpro_t1_DIV_1 {
    display: grid;
    grid-template-columns: 1fr 7fr;
    margin-top: 3rem;
}

.wprevpro_t1_outer_div {
    border-bottom: 1px solid black;
    padding-top: 3rem;
}


.wprevpro_t1_DIV_1 .wprevpro_t1_DIV_2:before {
    color: black;
    margin: -60px 0 0 -10px;
    font: normal normal normal normal 90px/96px Georgia,serif;
}

.wprevpro_t1_DIV_1 .wprevpro_t1_SPAN_5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

.wprevpro_t1_DIV_1 .wprevpro_t1_SPAN_5 .wprev_showdate_T1 {
    text-transform: none;
    color: #5d707f;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat";
    font-style: normal;
}


.wprevpro_t1_A_8 {
    grid-column-start: 0;
    grid-column: 1;
    grid-row: 1;
    display: flex;
}

@media only screen and (min-width: 768px) {
    .wprevpro_t1_A_8 {
        margin: auto;
    }
}

.wprevpro_t1_DIV_2 .wprevpro_t1_P_3 {
    color: #5d707f;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat";
    font-style: normal;
}


@media only screen and (max-width: 767px) {
    .wprevpro_t1_DIV_1 {
        display: block;
    }
    .wprevpro_t1_A_8 {
        justify-content: center;
    }
    .wprevpro_t1_DIV_1 .wprevpro_t1_SPAN_5 {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .wprevpro_t1_DIV_1 {
        grid-template-columns: 1fr 4fr;
    }
}

.wprev-no-slider ul {
    margin-left: 0;
}


ul .wprevpro_t1_outer_div:last-child {
    border-bottom: none;
}

.wprev-no-slider {
    padding-bottom: 5rem;
}