@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.section-title-wrap {
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
}

.section-title h2, h2, .section-text h3 {
    color: #0F0F0F;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
}

.section-text h3 b, .section-text h3 strong {
    font-weight: 400;
}

.section-subtitle {
    color: #090909;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

p {
    margin: 0;
    background-color: inherit;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Poppins";
    margin: 0;
}

.section {
    margin-bottom: 50px;
}

.container {
    max-width: 1400px;
    padding: 0 70px;
    margin: 0 auto;
}

.pagination-nav {
    margin-top: 30px;
}

.archive .pagination-nav,
.search-results .pagination-nav {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.pagination-nav a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.no-results.not-found {
    margin-top: 50px;
}

a.default-btn {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 30px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 60px;
    background: #9A3E87;
    border: 1px solid #9A3E87;
    transition: .4s ease-in-out all;
}


a.default-btn:hover {
    color: #9A3E87;
    background: #fff;
}

a.default-btn.white {
    background: #fff;
    border: 1px solid #9A3E87;
    color: #9A3E87;
}

a.default-btn.white:hover {
    background: #9A3E87;
    color: #fff;
}

a.default-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.default-link img {
    max-width: 16px;
}

a.default-link span {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #222222;
    transition: .4s ease-in-out all;
}

a.default-link:hover span {
    color: #9A3E87;
}

a.file-btn {
    background: #9A3E87;
    color: #ffffff;
    padding: 15px 25px;
    display: inline-block;
    transition: .4s ease-in-out all;
    border: 1px solid #9A3E87;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

a.file-btn img {
    max-width: 19px;
}

a.file-btn span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

a.file-btn:hover {
    color: #9A3E87;
    background: #ffffff;
}

.read-more-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #333333;
    display: block;
    margin-top: 20px;
    transition: .4s ease-in-out all;
}

/*  section heading wrap */

.section-heading-wrap .subheading {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #222222;
    margin-bottom: 10px;
}

.section-heading-wrap .subheading a {
    color: #9A3E87;
    font-weight: 600;
}

.section-heading-wrap {
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.section-heading-wrap .heading-text-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    max-width: 515px;
    margin: 0 auto;
    text-align: center;
}

.section-heading-wrap .heading h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 14px;
    text-align: center;
}

.default-content {
    margin-bottom: 60px;
}

.default-content h1 {
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 15px;
}

.default-content h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    margin-top: 20px;
}

.default-content h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #222222;
    margin-top: 10px;
}

.default-content p {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.default-content p + p {
    margin: 15px 0 0;
}

.default-content strong {
    font-weight: 800;
}

.default-content li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #222222;
}

.default-content a {
    text-decoration-line: underline;
    color: #9A3E87;
    font-weight: 600;
}

#breadcrumbs-wrapper {
    margin-bottom: 20px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumbs, 
.breadcrumbs a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

/*header {
    margin-top: 260px;
}
*/
header {
    margin-top: 33px;
}

.top-bar {
    display: flex;
    justify-content: center;
    position: relative;
}

/*.top-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000075;
    border-radius: 15px;
}*/

.header-banner-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
    text-transform: capitalize;
}

.top-bar a {
    width: 100%;
    display: block;
}

.top-bar img {
    height: 90px;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

#header {
    width: 100%;
    z-index: 999;
    margin-bottom: 25px;
}


.main-header-wrap {
    width: 100%;
    background: #fff;
    padding: 0px;
    z-index: 999;
}

.main-header-wrap.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, .1));
    padding: 0;
    transform: translateY(0);
}

.main-header-wrap.is-leaving {
    transform: translateY(-100%);
    transition: transform .3s ease;
}

.logged-in .main-header-wrap.is-fixed {
    top: 32px;  
}

.main-header-placeholder {
    display: none;
}

.main-header-placeholder.is-active {
    display: block;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #fff;
    gap: 88px;
    padding: 14px 0 21px;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.main-header-wrap.fixed .main-header {
    padding: 15px 30px 17px 30px;
    /*border-radius: 15px;*/
    border: unset;
}

.header-logo a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    transition: transform .3s;
}

.header-logo span {
    transition: .4s ease-in-out all;
    max-width: 170px;
}

.header-logo span:hover {
    color: #9A3E87;
}

.main-header-wrap.fixed .header-logo a {
    font-size: 16px;
}

.header-logo img {
    max-width: 140px;
    min-width: 130px;
    transition: transform .3s;
}

.header-cart.mobile {
    display: none;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-wrap {
    position: relative;
    width: max-content;
}

.search-icon {
    display: flex;
    align-items: center;
    width: 47px;
    height: 47px;
    cursor: pointer;
    border: 1px solid #9A3E87;
    border-radius: 100px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.search-icon svg {
    width: 20px;
    height: 20px;
}


.search-form {
    display: none;
    position: relative;
    width: 100%;
    background: #fff;
    top: 0px;
    width: 270px;
    padding: 0;
}

.search-form .close-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
}

.is-form-style.is-form-style-3 label {
    width: calc(100% - 47px) !important;
}

.main-header-wrap.fixed .header-logo img {
    max-width: 95px;
}

.main-header-wrap .default-btn {
    min-width: 130px;
}



.burger-menu {
    display: none;
}

#menu-main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 25px;
    margin: 0;
}

#menu-main-menu > li > a {
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    transition: .4s ease-in-out all;
}

@media(min-width: 992px) {
    #menu-main-menu > li > a {
        line-height: 50px;
    }
}

#menu-main-menu > li > a:hover {
    color: #9A3E87;
}

#menu-main-menu .is-menu a {
    display: flex;
}

#menu-main-menu .sub-menu {
    display: none;
    position: absolute;
    width: auto;
    margin: 0;
    padding: 20px 10px;
    background: #fff;
    list-style: none;
    z-index: 999;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
}

/*@media(min-width: 991px) {
    #menu-main-menu .sub-menu {
        overflow-x: scroll;
        max-height: 600px;
    }
}*/

#menu-main-menu .menu-item-has-children > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
}

#menu-main-menu > .menu-item-has-children > a:after {
    content: url(/wp-content/themes/beettv_child/img/menu-arrow.svg);
    height: 35px;
}

#menu-main-menu .sub-menu:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: #9A3E87;
    top: 0;
    left: 0;
    z-index: -1;
}

#menu-main-menu .sub-menu li {
    margin-bottom: 15px;
}

#menu-main-menu .sub-menu a {
    line-height: 20px;
    transition: .4s ease-in-out all;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
}

#menu-main-menu li > .sub-menu li a {
    max-width: 90%;
}

#menu-main-menu .sub-menu a:hover {
    color: #9A3E87;
}

.is-menu.is-dropdown form {
    top: 40px;
}

.menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    display: none;
}

.menu > .menu-item-has-children > .sub-menu > .menu-item-has-children.is-open > .sub-menu {
    display: block !important;
}

.menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu-toggle {
    width: 24px;
    height: 26px;
    padding: 0;
    margin-left: 0px;
    border: 0;
    background: url(/wp-content/themes/beettv_child/img/menu-arrow.svg) center center / contain no-repeat;
    cursor: pointer;
    transition: transform 0.2s ease;
    position: absolute;
    right: -5px;
    top: 0;
}

.menu .sub-menu .sub-menu {
    position: relative !important;
    background: unset !important;
    box-shadow: unset !important;
    padding: 10px !important;
}

.menu .sub-menu .sub-menu:after {
    display: none;
}

.menu .sub-menu li {
    position: relative;
}

.menu > .menu-item-has-children > .sub-menu > .menu-item-has-children.is-open > .sub-menu-toggle {
    transform: rotate(180deg);
}

.is-menu path.search-icon-path {
    transition: .4s ease-in-out all;
}

.is-menu .search-icon:hover path.search-icon-path {
    fill: #9A3E87;
}

form.is-search-form {
    border: 1px solid #9a3e87;
    border-radius: 60px;
}

.is-form-style input.is-search-input {
    height: 47px;
    border: none !important;
    background: unset;
}

.is-form-style button.is-search-submit {
    cursor: pointer;
    width: 47px;
    height: 47px;
    border-radius: 100px;
    padding: 0 !important;
}

.is-form-style input.is-search-submit, .is-search-icon {
    color: #000;
    background: #9A3E87;
    border: 1px solid #9A3E87;
    width: 47px;
    height: 47px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border-radius: 100px;
}

.is-form-style .is-search-submit path {
    fill: #ffffff;
}

.is-search-icon:hover path, form.is-form-style input.is-search-submit:hover path {
    fill:  #9A3E87;
}

.is-menu.is-dropdown form[style="display: block;"]+.search-close {
    display: none;
}

.responsive-menu {
    display: none;
}
/*search page

.search-page-form-wrap .is-form-style input.is-search-input {
    border: none !important;
    border-bottom: 1px solid #3F3F3F !important;
}

.search-page-form-wrap .is-form-style input.is-search-submit,
.search-page-form-wrap .is-search-icon {
    background: none;
    border: none;
    padding: 0;
    height: auto;
    width: auto;
}

.search-page-form-wrap .is-search-icon path,
.search-page-form-wrap form.is-form-style input.is-search-submit path {
    fill: #9A3E87;
}

.search-page-form-wrap .is-form-style button.is-search-submit {
    position: absolute;
    right: 0;
    height: auto;
    width: auto;
}

.search-page-form-wrap .is-form-style.is-form-style-3 label {
    width: 100% !important;
}

.search-items-wrap {
    margin-top: 70px;
}

.no-results.not-found .section-title {
    text-align: center;
}

.search-items-wrap .blog-post-item {
    margin-bottom: 30px;
}

.search-items-wrap .blog-post-item:last-child {
    margin: 0;
}

.search-items-wrap .post-title a {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.search-item {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 20px;
    margin-top: 20px;
}

.search-item-title h2 a {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #000;
}

.entry-summary {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
}

.search-results main#main {
    margin-bottom: 60px;
}

/* Subheader */
/*#subheader {
    margin-bottom: 70px;
}*/


@media (min-width: 992px) {

    .header-nav .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children {
        position: relative;
    }

    .header-nav .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
        display: none !important;
        position: absolute !important;
        top: 0;
        left: 100%;
        min-width: 220px;
        margin: 0;
        padding: 20px 10px;
        background: #fff !important;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25) !important;
        z-index: 1000;
        overflow: scroll;
        max-height: 250px;
    }

    .header-nav .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children:hover > .sub-menu {
        display: block !important;
    }

    .header-nav .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu-toggle {
        display: none !important;
    }

    .header-nav .menu .sub-menu .sub-menu:after {
        display: none;
    }

    #menu-main-menu li > .sub-menu li.menu-item-has-children:after {
        content: '';
        width: 24px;
        height: 26px;
        background: url(/wp-content/themes/beettv_child/img/menu-arrow.svg) center center / contain no-repeat;
        position: absolute;
        right: -5px;
        top: -3px;
        transform: rotate(270deg);
    }

}

.header-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 425px;
    position: relative;
}

.header-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #121212 100%);
}

.header-background .container {
    position: relative;
    height: 100%;
}

.page-title--wrap {
    position: absolute;
    top: 135px;
}

.page-title--wrap .post-date {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 15px;
}

.page-title, .page-title h1 {
    text-transform: capitalize;
    color: #fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-title, .page-title h1 span.subtitle {
    display: block;
    font-size: 24px;
}



.page-title strong {
    font-weight: 700;
}

/* Section post grid */

.section-post-grid .section-title-wrap {
    max-width: 575px;
}
.post-grid-wrap {
    display: flex;
    gap: 30px;
}
.post-grid-wrap.mobile {
    display: none;
}

.post-grid-wrap .post-grid-col.first-col {
    width: 100%;
    max-width: 723px;
}

.post-grid-wrap .post-grid-col.second-col {
    max-width: 507px;
    width: 100%;
}

.post-grid-wrap .post-grid-col.second-col .post-item {
    display: flex;
    gap: 19px;
    margin-bottom: 10px;
}

.post-grid-wrap .post-grid-col.second-col .post-item:last-child {
    margin-bottom: 0;
}

.post-grid-wrap .post-grid-col.second-col .post-item .post-thumb {
    width: 100%;
    max-width: 240px;
}

.post-grid-wrap .post-grid-col.second-col .post-cat-title-wrap {
    max-width: 247px;
}

.post-grid-wrap .post-grid-col.first-col .post-thumb img, 
.post-grid-wrap .post-grid-col.first-col .post-thumb video,
.post-grid-wrap .post-grid-col.first-col .post-thumb video-js, 
.post-grid-wrap .post-grid-col.first-col .post-thumb iframe {
    width: 100%;
/*    height: 470px;*/
    border-radius: 20px;
    border: unset;
    object-fit: cover;
}

.post-grid-wrap .post-grid-col.second-col .post-item .post-thumb a {
    display: block;
}

.post-grid-wrap .post-grid-col.second-col .post-item .post-thumb img {
    border-radius: 20px;
/*    min-height: 150px;*/
    object-fit: cover;
    display: block;
}

.post-category a {
    color: #9A3E87;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.54px;
    text-transform: uppercase;
}

.post-grid-wrap .post-grid-col.first-col .post-thumb {
    margin-bottom: 30px;
}

.post-grid-wrap .post-grid-col.first-col .post-title .post-title {
    margin: 12px 0;
}

.post-grid-wrap .post-grid-col.first-col .post-title a {
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}


.post-grid-wrap .post-excerpt {
    color: #2A2A2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.post-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

a.readmore, td.event-name a.readmore {
    color: #9A3E87;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
}


td.event-name a.readmore {
    margin-top: 10px;
}

a.readmore:after {
    content: url(/wp-content/themes/beettv_child/img/arrow-right.svg);
    margin-left: 8px;
}

.post-author {
    color: #4E4E4E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.post-grid-wrap .post-grid-col.second-col .post-title a {
    color: #2A2A2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.post-grid-col.second-col .readmore {
    margin-top: 40px;
    display: block;
}

.post-grid-wrap .post-grid-col.second-col .default-btn {
    text-align: center;
    margin: 50px auto 0;
    display: block;
    width: fit-content;
}

/* Section post grid rss */
.section-post-grid-rss-feed .first-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.section-post-grid-rss-feed .post-item {
    flex: 1 1 21%;
}

.section-post-grid-rss-feed .post-item .post-thumb a {
    display: block;
}

.section-post-grid-rss-feed .post-item .post-thumb img {
    border-radius: 20px;
    min-height: 203px;
    object-fit: cover;
    display: block;
}

.section-post-grid-rss-feed .post-category {
    margin: 19.5px 0 9px;
}

.section-post-grid-rss-feed .post-title a {
    color: #2A2A2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}

.section-post-grid-rss-feed .calendar {
    display: flex;
    flex-direction: column;
    padding: 55px 25px;
    border-radius: 15px;
    background: linear-gradient(179deg, #9A3E87 0.71%, #151618 111.89%);
}

.section-post-grid-rss-feed .calendar-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
}

.section-post-grid-rss-feed .calendar-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 14px;
}

.post-views-counter {
    color: #9A3E87;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 5px;
}

.section-post-grid-rss-feed .second-row {
    display: flex;
    gap: 30px;
    margin-top: 55px;
}

.section-post-grid-rss-feed .second-row .last-post-wrap {
    max-width: 832px;
}

.section-post-grid-rss-feed .second-row .last-post-wrap .post-title {
    margin-top: 20px;
}

.section-post-grid-rss-feed .second-row .last-post-wrap .post-title a {
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.section-post-grid-rss-feed .second-row .last-post-wrap .post-meta {
    margin-top: 15px;
}

.section-post-grid-rss-feed .rss-feed-wrap {
    max-width: 400px;
    border-radius: 10px;
    background: #F1F2F3;
    padding: 16px 20px 30px;
}

.section-post-grid-rss-feed .rss-feed-wrap .rss-title {
    font-size: 38px;
    font-weight: 400;
    line-height: 66px;
    text-transform: capitalize;
    color: #1E1E1E;
}

.section-post-grid-rss-feed .rss-feed-wrap .post-item .post-thumb img {
    width: 100px;
    height: 100px;
    min-height: unset;
    border-radius: 6px;
}

.rss-feed-wrap .post-item {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
}

.rss-feed-wrap .post-item:last-child {
    margin: 0;
}

.section-post-grid-rss-feed .rss-feed-wrap .post-title a {
    color: #0D0D0D;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.rss-feed-wrap .post-date {
    color: #9A3E87;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

/* Section discover */
.section-discover {
    background: #F1F2F3;
    padding: 33px 0;
}

.discover-wrap {
    display: flex;
    align-items: center;
}

.scroll-button.right-button::before {
    content: "";
    width: 60px;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F1F2F3 100%);
    right: 100%;
    top: 0;
}

.discover-wrap .discover-title {
    margin-right: 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 23px;
}

.scroll-button {
    background: transparent;
    border: none;
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.scroll-button.left-button img {
    transform: rotate(180deg);
}

.category-list-wrapper {
    width: 100%;
    overflow: hidden;
}

.category-list {
    display: flex;
    padding: 0;
    margin: 0;
    transition: transform 0.3s ease;
    gap: 20px;
    width: 100%;
}

.category-list a {
    color: #9A3E87;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 7px;
    background: #FFF;
    display: block;
    width: 100%;
    flex: 1;
    white-space: nowrap;
}

a.see-all {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px; /* 164.286% */
    text-transform: uppercase;
    min-width: 84px;
}

a.see-all img {
    width: 15px;
    height: 15px;
}

a.see-all span {
    /* display: block; */
}


/* Section Half Title Half Text With Background */
.section-half-title-half-text-with-background {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-half-title-half-text-with-background:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.half-title-half-text-with-background-wrap {
    padding: 146px 0 144px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.half-title-half-text-with-background-wrap .column-title {
    width: 100%;
    max-width: 446px;

}

.half-title-half-text-with-background-wrap .section-title h2 {
    color: #FFF;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
}

.half-title-half-text-with-background-wrap .column-title .section-subtitle {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px;

}

.half-title-half-text-with-background-wrap .column-title .section-title h2 {
    color: #fff;
}

.half-title-half-text-with-background-wrap .column-text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    max-width: 498px;
    margin-left: auto;
}

.link-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.half-title-half-text-with-background-wrap .column-text h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 10px;
}

.half-title-half-text-with-background-wrap .column-text .link-wrap {
    margin-top: 30px;
}

.section.section-half-title-half-text-with-background.section-no-bg:before {
    display: none;
}

.section.section-half-title-half-text-with-background.section-no-bg .column-title .section-title h2, 
.section.section-half-title-half-text-with-background.section-no-bg .column-text {
    color: #262626;
}

.section.section-half-title-half-text-with-background.section-no-bg .half-title-half-text-with-background-wrap {
    padding: 50px 0 20px;
}

.half-title-half-text-with-background-wrap a.default-btn {
    padding: 12px 25px;
    font-weight: 500;
    text-align: center;
}

/* Section upcoming events */
.section-upcoming-events .section-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 100%;
}


.section-upcoming-events .section-title {
    color: #2C2C2C;
    font-size: 38px;
    font-weight: 400;
    line-height: 66px; /* 173.684% */
}

a.archive-link {
    color: var(--primary, #9A3E87);
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.archive-link.mobile,
.section-upcoming-events .default-btn.mobile {
    display: none;
}

.default-post-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.topics-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.section-post-grid-rss-feed .topics-grid {
    grid-template-columns: repeat(3,1fr);
}

.topics-grid .post-thumb {
    width: 100%;
}

.post-thumb.overlay-on.term-id-31636 {
    display: none;
}

.default-post-grid .post-item {
    flex: 1 1 22%;
    max-width: 293px;
}

.topics-grid .post-thumb a {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #b6b6b6;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.topics-grid .post-thumb a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
}

.topics-grid .post-thumb.overlay-off a::before {
    display: none;
}

.topics-grid .post-thumb a span {
    position: relative;
}

@media (max-width: 768px){
    .topics-grid, .section-post-grid-rss-feed .topics-grid {
        grid-template-columns: repeat(2,1fr);
    }

}

@media (max-width: 480px){
    .topics-grid, .section-post-grid-rss-feed .topics-grid{
        grid-template-columns: repeat(1,1fr);
    }
}

.default-post-grid .post-thumb img {
    height: 164px;
    border-radius: 15px;
    display: block;
    object-fit: cover;
}

.default-post-grid .post-cat-title-wrap {
    margin-top: 15px;
}
 
.default-post-grid .post-category {
    margin-bottom: 5px;
}

.default-post-grid .post-title a {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

/*body.single-post .entry-content {
    display: none;
}*/

.recent-posts-wrap + .side-banner {
    margin-top: 30px;
}

@media (max-width: 991px){
    .post-grid-col.first-col .default-content-wrap {
      display: none;
    }

    .post-grid-col.second-col .side-banner {
      display: none;
    }

    body.single-post .entry-content {
        display: block;
    }
    .default-content-wrap {
        margin-top: 30px;
    }

}

@media (max-width: 767px){
    .default-content-wrap {
        flex-wrap: wrap;
    }
}



/* Section social feed */

.section-social-feed .post-grid-col.second-col .post-cat-title-wrap {
    max-width: 100%;
}

section.section.section-post-grid.section-social-feed {
    background: #F1F2F3;
    padding: 70px 0;
}

.section-social-feed .post-grid-col.second-col .post-title a {
    font-size: 16px;
}

.section-social-feed .post-excerpt {
    margin-top: 10px;
}

.section-social-feed .second-col a.readmore {
    margin-top: 15px;
    display: block;
}

.section-social-feed .post-grid-col.second-col .post-item {
    padding: 12px 0 22px;
    border-bottom: 1px solid #CECECE;
}

/*.section-social-feed .post-grid-col.second-col .post-item:last-child {
    padding-bottom: 0;
    border: unset;
}*/

.section-social-feed .post-grid-col.first-col .post-thumb {
    margin-bottom: 10px;
}

.section-social-feed .post-grid-col.first-col .post-meta {
    margin-top: 20px;
}



/* section half image half text  */

.half-image-half-text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.media-placement-right .half-image-half-text-wrap {
    flex-direction: row-reverse;
}

.half-image-half-text-wrap .section-title {
    margin-bottom: 15px;
}

.half-image-half-text-wrap .column-image {
    max-width: 615;
    height: 565px;
    width: 100%;
    position: relative;
}


.half-image-half-text-wrap .column-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}


.section-half-image-half-text .column-text {
    width: 100%;
    max-width: 597px;
    position: relative;
}

.section-text, .section-text p {
    color: #2A2A2A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section-text p {
    padding: 10px 0;
}

.section-text p:first-child {
    padding-top: 0;
}

.section-text a {
    text-decoration-line: underline;
    color: #9A3E87;
    font-weight: 600;
}

.section-text p + h3,
.section-text p + h2,
.section-text span + h3,
.section-text span + h2 {
    margin: 20px 0 10px;
}

.section-half-image-half-text ul {
    padding-left: 20px;
    margin: 0;
}

.section-half-image-half-text ul li, 9A3E87
.section-half-image-half-text ul li a {
    color: #3D3D3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.section-half-image-half-text .list-column-wrap ul li::marker {
    color: #00000000;
}

.section-half-image-half-text .list-column-wrap ul li {
    position: relative;
}

.section-half-image-half-text ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background: #9A3E87;
    position: absolute;
    left: -19px;
    top: 13px;
}

.section-half-image-half-text .column-text h3 {
    color: #090909;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.section-half-image-half-text .column-text p + h3 {
    margin-top: 20px;
}

/* Section text 2 columns */
.text-two-columns-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.text-two-columns-wrap  .column-text {
    max-width: 615px;
    width: 100%;
    flex: 48%;
}

.text-two-columns-wrap .column-text:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

/* Section faq */

.fac-inner-block {
    padding: 25px 0;
    border-bottom: 1px solid #D2D2D2;
}

.faq-answer.section-text {
    max-width: 85%;
    color: #2A2A2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.faq-question div {
    max-width: 85%;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #9A3E87;
}

.faq-answer.section-text div {
    padding-top: 20px;
}


/* Section team member */
.team-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.team-member {
    flex: 1 1 30%;
}

.team-photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.team-photo a {
    display: block;
    width: 100%;
    height: 400px;
}

.mamber-name a {
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
}

.mamber-name {
    margin-top: 10px;
}

.position {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
}

/* Single post */

.default-first-post-section .category a {
    color: #9A3E87;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1.54px;
    text-transform: uppercase;
}

.default-first-post-section h1 {
    color: #0F0F0F;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px; /* 140% */
}

.default-first-post-section .section-title-wrap {
    max-width: 100%;
    margin-bottom: 5px;
}

.default-first-post-section .category {
    margin-bottom: 15px;
}

.default-first-post-section .post-grid-outer-wrap {
    margin-top: 35px;
}


.default-first-post-section .post-grid-col.first-col {
    max-width: 936px;
}

.post-thumb {
    position: relative;
}

#end-banner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    align-items: center;
    justify-content: center;
    display: none;
}

#end-banner a {
    display: block;
    max-height: 100%;
}

#end-banner a img {
    height: auto;
    max-width:80%; 
    max-height:80%;
}

.default-first-post-section .post-grid-col.first-col .post-thumb video, 
.default-first-post-section .post-grid-col.first-col .post-thumb img,
.default-first-post-section .post-grid-col.first-col .post-thumb video-js, 
.default-first-post-section .post-grid-col.first-col .post-thumb iframe {
    height: 600px;
}

.single-post .default-first-post-section .post-grid-col.first-col .post-thumb video-js,
.single-post .default-first-post-section .post-grid-col.first-col .post-thumb video {
    height: auto;
}
 
.default-first-post-section .post-grid-col.second-col .post-thumb img {
    min-height: 137px !important;
    max-height: 164px;
}

.default-first-post-section .post-grid-col.second-col .post-item .post-thumb {
    max-width: 292px;
}

.default-first-post-section .post-grid-col.second-col .post-item {
    margin-bottom: 17px;
}

.default-single-discover {
    margin-bottom: 50px;
}

.default-first-post-section .post-grid-col.second-col .post-item {
    margin-bottom: 17px;
    flex-direction: column;
    gap: 5px;
}

.secont-col-title {
    color: #2C2C2C;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px; /* 330% */
    text-transform: capitalize;
    text-align: right;
}

.default-first-post-section .post-grid-col.second-col {
    margin-top: -65px;
    width: 100%;
    max-width: 292px;
}


.single-post .side-banner {
    max-width: 294px;
    width: 100%;
}

.single-post .default-content-wrap {
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D3D7DF;
}

.default-content-wrap .section-text {
    max-width: 950px;
}

.default-first-post-section {
    margin-bottom: 20px;
}

.single-post .post-meta-wrap {
    padding-top: 15px;
    margin-bottom: 50px;
}

.single-post .post-author-title {
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    margin-bottom: 25px;
}


.single-post .author-photo img {
    width: 79px;
    height: 79px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
}

.single-post .post-author-info {
    display: flex;
    gap: 30px;
    align-items: center;
}

.single-post .author-name {
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 194.444% */
}

.single-post .author-position {
    color: #868686;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
}

.single-post .post-author-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-post  .post-tags {
    display: flex;
    padding-top: 30px;
    align-items: center;
}

.single-post  .tags-title {
    color: #2A2A2A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
}

.single-post  .tags-list {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.single-post  .tags-list a {
    color: #343434;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 28px;
    border-radius: 30px;
    background: #C1C7D2;
    display: flex;
    justify-content: center;
    align-items: center;
}


.series-videos-wrap {
    margin-bottom: 60px;
}

.series-videos-wrap .section-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    max-width: 100%;
}

/* Single team member */
.single-team .breadcrumbs, .single-team .breadcrumbs a {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}


.single-team #breadcrumbs-wrapper {
    padding-top: 40px;
}

.single-team .breadcrumbs svg {
    filter: grayscale(100%) brightness(42%);
}

.single-team .post-title h1 {
    color: #0F0F0F;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 73px; /* 162.222% */
}

.single-team .position {
    color: #9A3E87;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-bottom: 20px;
    margin-top: 5px;
}

.single-team .default-content-inner-wrap {
    display: flex;
    gap: 30px;
}

.single-team .content {
    max-width: 615px;
}

.single-team .member-photo {
    width: 100%;
}

.single-team .member-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.single-team .default-content-inner-wrap .socials {
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-team .entry-content {
    margin-bottom: 90px;
}

.full-width-ads-banner {
    margin-bottom: 100px;
}


/* archive page */
.section-first-archive-block .section-title-wrap {
    max-width: 100%;
}

.category .section-title-wrap h2 {
    color: #0F0F0F;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    text-transform: capitalize;
}

/* single events */
.events-breadcrambs-wrap {
    padding-top: 50px;
}

.events-breadcrambs-wrap .breadcrumbs, .events-breadcrambs-wrap .breadcrumbs a {
    color: #8B8B8B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.events-breadcrambs-wrap .breadcrumbs {
    color: #9A3E87;
}

.events-breadcrambs-wrap .breadcrumbs svg {
    filter: grayscale(100%) brightness(64%);
}

.event-post-wrap .page-title h1 {
    color: #0F0F0F;
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    line-height: 63px; /* 140% */
}

.event-date-wrap {
    color: #4E4E4E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
}

.is-event-post .page-title-wrap {
    text-align: center;
    max-width: 1090px;
    margin: 0 auto;
}

.is-event-post .page-title h1 {
    color: #0F0F0F;
    text-align: center;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
}

.event-date {
    margin-top: 30px;
}

.event-media-wrap {
    margin-top: 50px;
}

.event-media-wrap .post-thumb * {
    border-radius: 20px;
}

.event-post-wrap .container {
    max-width: 1180px;
}

.event-post-wrap .entry-content {
    margin-top: 50px;
}

.event-post-wrap .default-content-wrap {
    border: unset;
    padding-bottom: 0;
}

.event-date {
    text-align: center;
    margin-bottom: 60px;
}

/* Section default post */
.photo-gallery__main .slick-slide img {
    height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.photo-gallery__main {
    margin-bottom: 22px;
}

.photo-gallery__main .slick-arrow {
    width: 57px;
    height: 57px;
    background: #fff;
    border-radius: 100px;
    padding: 18px;
    z-index: 1;
}

.photo-gallery__main .slick-arrow.slick-next {
    right: 20px;
}

.photo-gallery__main .slick-arrow.slick-prev {
    left: 20px;
}

.photo-gallery__thumbs img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
}

.photo-gallery__thumbs .slick-slide {
    margin-left: 20px;
}

.photo-gallery__thumbs .slick-list {
    margin-left: -20px;
}

/* Testimoniasl */

.testimonials-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: end;
}

.testimonials-tabs .tab-btn {
    cursor: pointer;
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 400;
    border: unset;
}

.testimonials-tabs .tab-btn.active {
    color: #9A3E87;
    font-weight: 700;
    text-decoration-line: underline;
}

div#subheader {
    margin-bottom: 30px;
}

.page-template-testimonials div#subheader {
    margin: 0;
}

.page-template-testimonials main {
    padding-top: 70px;
    background: #F1F2F3;
    padding-bottom: 5px;
    margin-bottom: 80px;
}


.section.section-testimonials h2 {
    color: #2C2C2C;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
}

.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.testimonial-item {
    flex: 47%;
    background: #FFF;
    padding: 35px 30px;
    border-radius: 14px;
}

.testimonial-item .post-title {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px; /* 143.75% */
    margin-bottom: 5px;
}

.testimonial-text {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    margin: 10px 0 20px;
}

.testimonial-meta .name-author {
    color: #4E4E4E;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.testimonial-meta, span.testimonial-date {
    color: #4E4E4E;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.testimonial-media .video-js, .testimonial-media iframe {
    max-height: 214px;
}

.testimonial-media {
    margin-bottom: 15px;
}

.testimonials-pagination {
    margin-top: 40px;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin: 70px;
    gap: 10px;
}

.navigation.pagination-wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.navigation.pagination-wrapper .nav-links {
    display: flex;
    align-items: center;
}

.navigation.pagination-wrapper .nav-links .page-numbers {
    padding: 8px;
}

.page-numbers svg {
    border-radius: 100px;
}

.navigation.pagination-wrapper .page-numbers.current {
    color: #9a3e87;
    font-weight: 700;
}

.pag-btn {
    border: unset;
    cursor: pointer;
    background: none !important;
}

.pag-btn:hover {
    font-weight: 600;
}

.pag-btn.page-num {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 0 9px;
}

.pag-btn.page-num.active {
    color: #9a3e87;
    font-weight: 700;
}

/*button.pag-btn.next, button.pag-btn.prev {
    border-radius: 50px;
    background: #9A3E87;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.10);
    width: 43px;
    height: 43px;
}

button.pag-btn.next:hover, button.pag-btn.prev:hover {
    background: #9A006B;
}
*/

button.pag-btn.next svg, button.pag-btn.prev svg {
    border-radius: 100px;
}

/* Section event 2 */
.section.section-upcoming-events.type-2 .default-post-grid .post-item {
    max-width: 400px;
}

.section.section-upcoming-events.type-2 .event-date {
    margin: 0;
    text-align: left;
    color: #505050;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.section.section-upcoming-events.type-2 .post-thumb {
    margin-bottom: 15px;
}

.section.section-upcoming-events.type-2  .excerpt {
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.section.section-upcoming-events.type-2  .post-title {
    margin-bottom: 10px;
}

/* Section default post type 2 */
.section.section-default-post-grid.type-2 .post-item {
    flex: 1 1 24%;
    max-width: 400px;
}

.section.section-default-post-grid.type-2 .post-thumb img {
    height: 245px;
}

.section.section-default-post-grid.type-2 .post-title a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

/* Section text grid */
.text-grid-wrap  .title {
    color: #9A3E87;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}

.text-grid-wrap  .text p {
    color: #3D3D3D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.text-grid-wrap  .text p + p {
    margin-top: 10px;
}

.text-grid-wrap  .text a {
    color: #9A3E87;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-decoration-line: underline;
}

.text-grid-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.text-grid-wrap  .text-grip-item {
    flex: 47%;
    border-radius: 12px;
    background: #F1F2F3;
    padding: 29px 20px;
}

.text-grid-wrap.remove-bg .text-grip-item {
    background: unset;
    padding: 0;
}

/* Event calendar */
.events-filter {
    margin-bottom: 20px;
    display: flex;
    gap: 40px;
}
.events-filter .filter-link {
    font-size: 18px;
    font-style: normal;
    line-height: 21.6px;
    color: #6B6B6B;
}

.events-filter .filter-link.active {
    text-decoration-line: underline;
    color: #9A3E87;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.6px;
}

.events-table {
    width: 100%;
    border-collapse: collapse;
}

.events-table thead {
    border-top: 1px solid #8F8F8F;
    border-bottom: 1px solid #8F8F8F;
}

.events-table th {
    padding: 15px 20px;
    color: #9A3E87;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    text-align: left;
}

.events-table td {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    text-align: left;
}

.events-table strong {
    color: #141414;
}

.events-table .event-desc {
    color: #6E6E6E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.events-table .event-desc a {
    display: inline;
    color: #9a3e87;
    font-weight: 400;
}

.events-table .dot {
    display: inline-block;
    background: #9A3E87;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin: 0 auto;
}

.month-row td {
    background: #fafafa;
    color: #6a1b9a;
    font-weight: 600;
    padding-top: 30px;
    border: none;
}

td.event-name a {
    display: block;
    color: #141414;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 5px;
}
td.event-name {
    max-width: 430px;
}

td.event-date {
    color: #4F4F4F;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

td.event-location {
    color: #7D7D7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    max-width: 200px;
}

td.avail {
    text-align: center;
}

tr.month-row strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.54px;
    text-transform: uppercase;
    color: #9A3E87;
}

.events-table td {
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
    vertical-align: top;
    text-align: left;
}

.no-events {
    padding: 60px 0;
    text-align: center;
    color: #9A3E87;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}

.events-mobile {
    display: none;
}

.event-calendar-wrap {
    margin-bottom: 60px;
    overflow: scroll;
}

td.avail {
    text-align: center;
}

.events-table th:last-child {
    text-align: center;
}

/* Section Contact form */
.contact-form-wrap {
    border-radius: 15px;
    background: #F1F2F3;
    padding: 45px 105px;
    width: 100%;
}

.contact-form-outer-wrap {
    display: flex;
    gap: 30px;
}

.contact-form-outer-wrap .banners-wrap {
    max-width: 294px;
}

.contact-form-outer-wrap .banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-template-contact-us main {
    padding-top: 70px;
}

.contact-form-wrap h1 {
    color: #323232;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px; /* 150% */
}

.contact-form-wrap .section-subtitle {
    color: #414141;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.page-template-contact-us .section-subscribe {
    display: none;
}

.section.type-2 .contact-form-frame-wrap {
    max-width: 615px;
    margin: 0 auto;
}

.section.type-2 .section-title-wrap {
    max-width: 610px;
    margin: 0 auto 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/*Team members archive*/
.team-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.team-tab {
    font-size: 14px;
    font-weight: 400;
    padding: 13px 30px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 60px;
    background: #fff;
    border: 1px solid #9A3E87;
    transition: .4s ease-in-out all;
    cursor: pointer;
}

.team-tab.active {
    background: #9A3E87;
    color: #fff;
}

.team-content {
    margin-bottom: 120px;
}

.team-category-block {
    display: none;
}

.team-category-block.active {
    display: block;
}

.team-members {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}

.team-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 4rem;
    justify-content: center;
}

/* footer */
.site-footer {
    position: relative;
    border-top: 1px solid #D3D7DF;
}

.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-top: 55px;
    padding-bottom: 30px;
}

.footer-column-item.footer-column-1 {
    max-width: 267px;
}

.footer-column-item.footer-column-4 {
    max-width: 367px;
}

.footer-wrap .widget h3,
.footer-column-header {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 14px;
}

.footer-column-item ul li + li {
    margin-top: 12px;
}

.footer-column-item ul li > ul {
    padding-top: 15px;
}

.footer-column-item ul.sub-menu {
    display: none;
}

.footer-column-item .menu-item-has-children {
    position: relative;
}

.footer-column-item .menu-item-has-children span {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(/wp-content/themes/maxcanvas_child/img/plus.svg);
    cursor: pointer;
}

.footer-column-item .menu-item-has-children.active span {
    background-image: url(/wp-content/themes/maxcanvas_child/img/minus.svg);
}

.footer-column-item li a {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-column-item ul li > ul {
    max-width: 170px;
}

.footer-column-item ul li > ul li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #181818;
}

.footer-column-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 195px;
}

.footer-logo img {
    max-width: 124px;
    margin-bottom: 10px;
}

.footer-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.newsletter-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #2A2A2A;
}

.site-footer .mc4wp-form {
    margin-top: 14px;
}

.mail-chimp-custom-form {
    margin-top: 18px;
    display: flex;
    gap: 7px;
}


.site-footer .mc4wp-form input#email {
    height: 41px;
    border-radius: 30px;
    border: 1px solid #9A3E87;
    padding: 0 16px;
    width: 100%;
    outline: none;
}

.mail-chimp-custom-form input[type="submit"] {
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    outline: none;
    border: 1px solid #9A3E87;
    background-color: #9A3E87;
    background-image: url(/wp-content/themes/beettv_child/img/newsletter-submit-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
    transition: .4s ease-in-out all;
}

.mail-chimp-custom-form input[type="submit"]:hover {
    background-color: #fff;
    background-image: url(/wp-content/themes/beettv_child/img/newsletter-submit-icon-hover.svg);
}

/* Section-subscribe */

.subscribe-wrap {
    padding: 85px 20px;
    border-radius: 15px;
    text-align: center;
    background-size: cover;
}

.subscribe-wrap .section-title {
    margin-bottom: 27px;
}

.subscribe-wrap .section-title h2 {
    color: #000;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    line-height: 24px; /* 75% */
    text-transform: capitalize;
}

.subscribe-wrap .section-subtitle {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.subscribe-wrap .section-title-wrap {
    margin-bottom: 32px;
}

.subscribe-wrap .subscribe {
    max-width: 509px;
    margin: 0 auto;
}

.section-subscribe .newsletter-text {
    display: none;
}

.section-subscribe .mc4wp-form {
    margin-top: 14px;
}

.section-subscribe .mail-chimp-custom-form {
    margin-top: 18px;
    display: flex;
    gap: 7px;
}

.section-subscribe .mail-chimp-custom-form.vertical {
    flex-direction: column;
}


.section-subscribe .mc4wp-form input#email {
    height: 41px;
    border-radius: 30px;
    border: 1px solid #9A3E87;
    padding: 0 16px;
    width: 100%;
    outline: none;
}

.section-subscribe .mail-chimp-custom-form input[type="submit"] {
    width: 100%;
    max-width: 136px;
    padding: 12px 15px;
    border-radius: 100px;
    outline: none;
    border: 1px solid #9A3E87;
    background-color: #9A3E87;
    color: #fff;
    background-image: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    cursor: pointer;
    transition: .4s ease-in-out all;
}

.section-subscribe .mail-chimp-custom-form input[type="submit"]:hover {
    background-color: #fff;
    background-image: unset;
    color: #9A3E87;
}

.footer-socials {
    margin-top: 25px;
}

.socials {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.socials > * {
    margin-right: 10px;
}

.socials > *:last-child {
    margin-right: 0px;
}


.socials-item a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #9A3E87;
    background: #9A3E87;
    transition: .4s ease-in-out all;
}

.socials-item:hover a {
    background: #fff;
}

.socials-item img {
    max-height: 12px;
    position: absolute;
}

.socials-item img.icon-hover {
    display: none;
}


.footer-socials .socials-item  {
    gap: 24px;
}

.footer-socials .socials-item img {
    width: 18px;
}

.footer-bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 23px;
    gap: 30px;
}

#menu-footer-bottom-menu {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.footer-bottom-item,
.footer-bottom-item p,
.footer-bottom-item a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 257.143% */
    letter-spacing: 0.42px;
}

/* Onload popup */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 80px 20px;
    width: auto;
    max-width: 890px;
    margin: 20px auto;
}

.white-popup .form-wrap {
    max-width: 614px;
    margin: 0 auto;
}

.popup-title-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.popup-title {
    color: #323232;
    text-align: center;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
}

.popup-subtitle {
    margin-top: 4px;
    color: #414141;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.mfp-close {
    top: 12px;
    right: 12px;
}

/* error 404  */
.error-tex {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 90px;
    text-align: center;
    color: #9a3e87;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.error-page-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}

.error-page-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.error-404-wrap.not-found {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
}

.error-background {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 900;
    font-size: 300px;
    line-height: 377px;
    text-align: center;
    color: rgba(125, 134, 138, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1;
}

.error-404-wrap.not-found .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 330px;
}

.error-404-wrap .readmore {
    margin-top: 30px;
}

/* No found */
.no-results.not-found {
    text-align: center;
    padding: 50px 0 100px;
}

.no-results.not-found .section-title-wrap {
    margin-bottom: 25px;
}

.no-results.not-found .entry-content {
    text-align: center;
}


/* search page */
.search-results .blog-post-item {
    margin-bottom: 20px;
}

.search-results .blog-post-item .post-title {
    margin-bottom: 5px;
}

.search-results .blog-post-item .post-title a {
    font-size: 18px;
    color: #9a3e87;
}

.search-results .entry-summary p {
    font-size: 14px;
    line-height: 22px;
}

.search-items-wrap {
    margin-top: 40px;
}

.search-results section {
    margin-bottom: 50px;
}

h1.blog-category-title {
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /;
}

.search-page-form-wrap {
    max-width: 580px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.search-results h2 {
    color: #2C2C2C;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 10px;
}

/* Series */
.series-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}

.series-pagination .page-numbers {
    font-size: 15px;
    font-weight: 500;
    margin: 0 8px;
    color: #000;
}

.series-pagination .page-numbers.current {
    color: #9a3e87;
}

.series-controls-row label {
    font-size: 20px;
    margin-right: 15px;
}

.filter-outer-wrap.all-posts-filter-wrap {
    margin-bottom: 50px;
}

.filter-inner-wrap {
    background: #F1F2F3;
}

.filter-wrap {
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.filter-bottom-wrap {
    margin-top: 20px;
}

.filter-bottom-inner-wrap select {
    min-width: 100px;
    border: unset;
    padding: 10px 17px;
    color: #9A3E87;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-transform: capitalize;
    margin-left: 10px;
    border-radius: 7px;
    border-radius: 7px;
    background: #f1f2f3;
    outline: none;
}

.filter-bottom-inner-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.series-controls-row {
    display: flex;
    align-items: center;
    justify-content: end;
}

.all-posts-filter-wrap .years-slider-row {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 0 18px;
    max-width: 920px;

}
.all-posts-filter-wrap .years-slider-arrow{
    width:40px;
    height:40px;
    border-radius: 999px;
    border:0;
    background:#9A3E87;
    color:#fff;
    font-size:22px;
    line-height:40px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}
.all-posts-filter-wrap .years-slider-arrow.slick-disabled,
.all-posts-filter-wrap .years-slider-arrow[disabled]{
    opacity:.35;
    cursor:default;
}
.all-posts-filter-wrap .years-slider{
    width: 100%;
    overflow:hidden;
}
.all-posts-filter-wrap .year-pill{
    border:0;
    background:transparent;
    color:#111;
    padding: 10px 7px;
    border-radius:999px;
    cursor:pointer;
    font-weight:500;
    white-space:nowrap;
}
.all-posts-filter-wrap .year-pill.is-active{
    color:#9A3E87;
    font-weight:700;
}
/* Slick minor spacing */
.all-posts-filter-wrap .js-years-slider .slick-slide{
    margin: 0 5px;
}
.all-posts-filter-wrap .js-years-slider .slick-list{
    margin:0 -10px;
}

.series-controls-row select {
    min-width: 100px;
    border: unset;
    padding: 10px 17px;
    color: #9A3E87;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 164.286% */
    text-transform: capitalize;
    margin-left: 10px;
    border-radius: 7px;
}

/* custom */
.page-id-98417 .header-background {
    height: 508px;
}

.page-id-98417 .page-title {
    max-width: 630px;
}

.page-id-98417 .page-title h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}

.page-id-98616 div.section:not(.section-subscribe) .section-title h2 {
    color: #2C2C2C;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
}

.page-id-100334 div.section:not(.section-subscribe) .section-title h2 {
    color: #2C2C2C;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
}

section#leadership-summits .section-title h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 400;
    line-height: 38px;
}

div#custom-video-series .section-title-wrap {
    text-align: left;
    margin: 0 0 30px 0;
}


.default-first-post-section .post-author {
    color: #4E4E4E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.a2a_kit a span {
    border-radius: 100px !important;
}


.a2a_svg svg {
    padding: 3px !important;
}


a.a2a_button_facebook svg {
    display: none;
}

a.a2a_button_facebook span {
    background-image: url(/wp-content/themes/beettv_child/img/facebook-icon.svg);
    background-size: 32%;
    background-repeat: no-repeat !important;
    background-position: center;
}

.share-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 30px 0 0 0;
}

.share-wrap .title {
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}

.event-post-wrap .share-wrap {
    margin-bottom: 70px;
}

.event-post-wrap .share-wrap + .default-btn {
    margin-bottom: 40px;
}

/*.section-post-grid .post-grid-first-item .post-thumb button {
    min-height: unset;
    width: auto;
    border-radius: 50%;
}*/

.page-template-series #subheader {
    margin-bottom: 0;
}


.page-template-series .filter-wrap form {
    margin-bottom: 0;
}

.page-template-event-calendar div#subheader,
.page-id-100379 div#subheader {
    margin-bottom: 40px;
}

.page-template-all-posts div#subheader,
.page-template-past-series div#subheader {
    margin-bottom: 0;
}

section.section.section-subscribe {
    margin-top: 50px;
}

.single-post nav.breadcrumbs, .single-post nav.breadcrumbs a {
    color: #9A3E87;
    text-transform: none;
}

.single-post nav.breadcrumbs svg path {
    fill: #a73e96 !important;
}

.promo-banner-wrap {
    width: 100%;
    color: #000;
}

.promo-banner {
    width: 100%;
}

.promo-banner__inner {
    display: flex;
    gap: 30px;
}

.promo-banner__media {
    width: 100%;
    flex: 0 0 380px;
    background: #111;
}

.promo-banner__video {
    width: 100%;
    height: 100%;
    display: block;
}

.promo-banner__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.promo-banner__main {
    display: block;
}

.promo-banner__title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

.promo-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 18px;
    border-radius: 4px;
    background: #fff;
    color: #000;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.promo-banner__drawer {
    position: relative;
}

.promo-banner__toggle {
    width: 100%;
    border: 0;
    background: #9a3e87;
    color: #fff;
    cursor: pointer;
    padding: 7px 16px;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.promo-banner__toggle-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(225deg);
    transition: transform .25s ease;
    margin-top: 3px;
}

.promo-banner-wrap:not(.is-open) .promo-banner__toggle-icon {
    transform: rotate(45deg);
    margin-top: -3px;
}

.single-post div#breadcrumbs-wrapper {
    display: none;
}

.post-taxonomy-wrap {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

span.post-taxonomy__terms a {
    color: #9a3e87;
    font-weight: 500;
}

span.post-taxonomy__label {
    margin-right: 10px;
    font-weight: 600;
}

a.series-reset {
    color: #000;
}

.section-upcoming-events .mobile {
    display: none;
}

.section-upcoming-events .desctop, .section-upcoming-events .mobile {
    color: #000;
}

.mc4wp-extra-fields-dropdown input[type="submit"] {
    display: block;
    max-width: fit-content;
    background: #9a3e87;
    color: #fff;
    border: 1px solid #9a3e87;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 16px;
    transition: .4s ease-in-out all;
    cursor: pointer;
}

.mc4wp-extra-fields-dropdown input[type="submit"]:hover {
    background: #fff;
    color: #9a3e87;
}

.mc4wp-form-dropdown-enhanced .mc4wp-extra-fields-dropdown input[type="text"], 
.mc4wp-form-dropdown-enhanced .mc4wp-extra-fields-dropdown textarea {
    padding: 10px;
    border: 1px solid #9a3e87;
    border-radius: 30px;
    outline: none;
}

.mc4wp-form-dropdown-enhanced .mc4wp-extra-fields-dropdown-inner {
    text-align: left;
}

.mc4wp-form-dropdown-enhanced .mc4wp-extra-fields-dropdown input[type="checkbox"] {
    width: fit-content;
}


.mail-chimp-popup-form .text-fields {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.mail-chimp-popup-form  .text-fields input {
    flex: 47%;
    padding: 18px 15px;
    border-radius: 30px;
    border: none;
    background: #F1F2F3;
    outline: none !important;
}

.mail-chimp-popup-form  .checkboxes legend {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

.mail-chimp-popup-form  .checkboxes span {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #414141;
}

.mail-chimp-popup-form  p.mc-privacy {
    color: #414141;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.mail-chimp-popup-form  input[type="submit"] {
    border-radius: 60px;
    background: #9A3E87;
    border: 1px solid #9A3E87;
    padding: 10px 20px;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 20px auto 0;
    display: block;
}

.mail-chimp-popup-form  .checkboxes {
    text-align: center;
    margin-top: 10px;
}

.text-grid-wrap.is-bg .mc4wp-form .mail-chimp-popup-form .text-fields input, 
.contact-form-wrap .mc4wp-form .mail-chimp-popup-form .text-fields input  {
    background: #fff;
}

.text-grid-wrap.is-bg .mc4wp-form {
    margin-top: 26px;
    max-width: 640px;
    margin: 30px auto 30px;
}

.search .breadcrumbs-wrap {
    display: none;
}

.video-poster-container {
    position: relative;
    width: 100%;
}

.video-poster-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.video-poster-button img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.video-poster-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    transform: translate(-50%, -50%);
}

.video-poster-play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 24px solid #fff;
    transform: translate(-50%, -50%);
}

/* Hide Brightcove / Video.js title or filename overlays */
.video-js .vjs-title-bar,
.video-js .vjs-dock-title,
.video-js .vjs-dock-description,
.video-js .vjs-dock-text,
.video-js .vjs-modal-dialog-content,
.video-js .vjs-error-display {
    display: none !important;
}
