#qwShowSelector {
    background: #9034E9;
    border: 1px solid #707070;
    border-radius: 8px;
    height: 75px;
}
#qwShowSelector .schedule-menu-tab {
    line-height: 75px  !important;
    height: 75px  !important;
    align-items: center;
    display: list-item !important;
    background: none  !important;
}
#qwShowSelector .schedule-menu-tab a {
    color: white !important;
}
#qwShowSelector .schedule-menu-tab a.active
 {
    height: 37px !important;
    line-height: 40px !important;
    border-radius: 3px;
    border: 1px solid #707070;
    font-weight: 700;
    background: #f0e46c !important;
    color: #9034E9 !important;
}

#grad4 {
    height: 50px;
    width:50px;
    border-radius:50%;
    background-color: red;
    background-image: linear-gradient(-180deg, #201b53, #c37980);
}
.qt-show-schedule-day {
    margin: 0 auto !important;
}
.schedule-main-col {
    padding: 15px 0px !important;
    margin: 5px 0px !important;
    border-left: 5px solid #9034E9;
    border-radius: 5px;
}
.schedule-main-col:nth-of-type(odd) {
    background: #fff;
}
.schedule-main-col:nth-of-type(even) {
    background: #F8F8F8;
}
.schedule-main-col .row .col {
    margin-left: 0 !important;
}
.schedule-main-col .row .show-details {
    display: flex;
    align-items: center;
    border-left: 2px solid #D5D5D5;
    padding: 0 0 0 3% !important;
    min-height: 80px;
}
#qwShowDropdown {
    max-width: fit-content;
    font-weight: 700;
}
.qt-show-schedule h4.hide-on-large-only {
    font-size: 18px !important;
    font-family: 'Circular-Std-Black' !important;
    font-weight: 900 !important;
    text-transform: capitalize !important;
    text-shadow: 0 0 1px black;
}
.schedule-main-col .schedule-title {
    text-align:center;
    line-height: 1.5;
    color:#9034E9;
    font-family: "Circular-Std-Medium", sans-serif !important;
    font-weight: 100 !important;
    text-transform: uppercase !important;
    font-size: 1.1rem;
}
.schedule-main-col .row .show-details .schedule-title-div {
    padding-left:20px;
}
.schedule-main-col .row .show-details .schedule-title-div .schedule, .schedule-main-col .row .show-details .schedule-title-div .schedule-time-text {
    font-family: "Circular-Std-Medium", sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 20px !important;
    font-style: normal; 
    color: #000;   
}
.schedule-main-col .row .show-details .schedule-title-div .schedule a {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000 !important;
    font-family: "Circular Std Medium", sans-serif !important;
}
.schedule-main-col .row .show-details .schedule-title-div .schedule a:hover{
    color:#a06ad6!important;
}

.schedule-main-col .row .show-details .schedule-title-div .schedule-time {
    color:#606060;
    font-weight: 600;
}
.soco-image img {
    width: 57%;
}
.supporters-section {
    position: relative;
}
  
.supporters-section::before, .supporters-section::after {
    content: '';
    position: absolute;
    top: 0;
    width: 7%;
    height: 200px;
    background-image: url('/wp-content/uploads/2023/04/shape_30.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
  
.supporters-section::before {
    left: 10px;
}
  
.supporters-section::after {
    right: 10px;
    transform: scaleX(-1);
}
.supporters-column {
    width: 20% !important;
}
.latest-blog-post-section {
    background-color: #f8f8f8 !important;
}
.latest-blog-post-title-section {
    position: relative;
}
  
.latest-blog-post-title-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('/wp-content/uploads/2023/04/home4_news_top_bg.png') no-repeat top center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}
.wp-show-posts-columns#wpsp-17662 .wp-show-posts-inner {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 12px;
}
.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    object-fit: contain !important;
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.wp-show-posts .wp-show-posts-entry-title {
    text-align: left;
    font-family: 'Circular-Std-Black' !important;
    color: #000;
    padding-bottom: 5%;
    text-shadow: 0 0 black;
    font-size: 14px;
    line-height: 18px;
    padding-left: 5%;
    text-transform: uppercase !important;
}
.wp-show-posts .wp-show-posts-entry-title a {
    color: #000 !important;
}
.wp-show-posts-inner {
    position: relative;
}
.wp-show-posts-inner .wp-show-posts-entry-header .wp-show-posts-entry-meta {
    text-align: left;
    margin-left: 5%;
    font-family: "Circular-Std-Black", sans-serif !important;
}
.wp-show-posts-inner .wp-show-posts-entry-header .wp-show-posts-entry-meta .wp-show-posts-meta a {
    color: #00000080 !important;
    font-family: "Circular-Std-Medium", sans-serif !important;
    font-weight: 700 !important;
}
.wp-show-posts-inner .wp-show-posts-entry-header .wp-show-posts-entry-meta .wp-show-posts-meta a:hover {
    color: #9034E9 !important;
}
.wp-show-posts-inner .wpsp-read-more a.wp-show-posts-read-more {
    border: none;
    text-decoration: underline !important;
    font-family: "Circular-Std-Medium", sans-serif !important;
    font-weight: 700 !important;
}
.wp-show-posts-inner .wpsp-read-more a.wp-show-posts-read-more:hover {
    background: none;
}
.immages-profile {
    display: flex;
    justify-content: center;
}
.bg-profile-pic {
    height: 180px;
    background-position: center;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(4px);
    width: 400px;
}

.qt-showscheduled h1,
.qt-showscheduled h2,
.qt-showscheduled h3,
.qt-showscheduled h4,
.qt-showscheduled h5,
.qt-showscheduled h6,
.qt-showscheduled .qt-btn,
.qt-showscheduled .qt-capfont,
.qt-showscheduled caption,
.qt-showscheduled .qt-title {
    font-family: Khand, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase!important;
}
.qt-showscheduled .qt-content-primary{
    text-transform: uppercase;
    font-family: 'Khand';
}
.qt-showcard > .row {
    display: grid;
}

.immages-profile .img-show {
    width: 220px !important;
}

@media (max-width: 767px) {
    .supporters-section::before, .supporters-section::after {
        display: none;
    }
    .supporters-column {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .bg-profile-pic {
        margin-right: 10px;
    }
    .immages-profile .img-show {
        padding-right: 18px;
    }
}
@media (min-width: 1201px) {
    .listen-live-online-section .elementor-container.elementor-column-gap-default {
        max-width: 1600px !important;
    }
    .qt-showscheduled h2{
        font-size: 2.827rem;
    }

}