@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 {
    color: #0F0F0F;
    font-size: 45px;
    font-weight: 400;
    line-height: 60px; /* 133.333% */
    text-transform: capitalize;
}

.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: 90px;
}

.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-weight: 800;
    font-size: 36px;
    line-height: 45px;
    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-weight: 700;
    font-size: 30px;
    line-height: 32px;
    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;
}

body:not(.home) header {
    margin-top: 230px;
}

.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 img {
    height: 90px;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

#header {
    position: fixed;
    width: 100%;
    transform: translateY(20px);
    z-index: 999;
    top: 0;
    transition: transform .3s;
}

#header.header-wrap.fixed-wrap {
    transform: translateY(0px);
}

.logged-in #header {
    top: 33px;
}

.main-header-wrap {
    position: fixed;
    width: 100%;
    transition: .5s;
    transform: translateY(0);
    padding: 0px 0 7px;
    z-index: 999;
}

.main-header-wrap.fixed {
    transform: translateY(-5.7em);
    transition: transform .3s;
    width: 100%;
    background-color: #fff;
    filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, .1));
    padding: 0;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    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;
    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-icon {
    display: flex;
    align-items: center;
    width: 47px;
    height: 47px;
    cursor: pointer;
    border: 1px solid #9A3E87;
    border-radius: 100px;
    justify-content: center;
}

.search-icon svg {
    width: 20px;
    height: 20px;
}


.search-form {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    padding-right: 35px;
    bottom: -29px;
    background: #fff;
}

.search-form .close-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
}

.main-header-wrap.fixed .header-logo img {
    max-width: 95px;
}

.burger-menu {
    display: none;
}

#menu-main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 45px;
    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: 60px;
    }
}

#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 25px;
    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: 47px;
}

#menu-main-menu .sub-menu:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 3px;
    background: #9A3E87;
    top: 0;
    left: 0;
}

#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 .sub-menu a:hover {
    color: #9A3E87;
}

.is-menu.is-dropdown form {
    top: 40px;
}

.is-menu path.search-icon-path {
    transition: .4s ease-in-out all;
}

.is-menu .search-icon:hover path.search-icon-path {
    fill: #9A3E87;
}

.is-form-style input.is-search-input {
    border: solid 1px #9A3E87!important;
}

.is-form-style button.is-search-submit {
    cursor: pointer;
}

.is-form-style input.is-search-submit, .is-search-icon {
    color: #000;
    background: #9A3E87;
    border: 1px solid #9A3E87;
}

.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;
}

.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: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
}

.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 {
    color: #9A3E87;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

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;
}

/* 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: 96px 25px;
    border-radius: 15px;
    background: linear-gradient(179deg, #9A3E87 0.71%, #151618 111.89%);
    max-width: 295px;
    flex: 1 1 21%;
}

.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: #7D7D7D;
    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: #939393;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

/* Section discover */
.section-discover {
    background: #F1F2F3;
    padding: 33px 0;
}

.discover-wrap {
    display: flex;
    gap: 50px;
    align-items: center;
}

.discover-wrap h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 23px;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    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;
}

.category-list a:last-child {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, #F1F2F3 100%);
}

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%;
    background: #0000009c;
}

.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: 30px;
    font-weight: 400;
    line-height: 44px;
}

.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;
    gap: 30px;
}

.half-title-half-text-with-background-wrap .column-text h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    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 55px;
    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;
}

.default-post-grid .post-item {
    flex: 1 1 23%;
    max-width: 293px;
}

.default-post-grid .post-thumb a {
    display: block;
}

.default-post-grid .post-thumb img {
    height: 203px;
    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;
}


/* 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: 14px;
    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-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: 137px;
}

.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;
}

.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: 50px;
    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: 35px;
    margin-bottom: 100px;
}

.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: 45px;
    font-weight: 400;
    line-height: 60px; /* 133.333% */
    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;
}


.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: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
}

.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;
}


.pagination-wrap {
    display: flex;
    justify-content: center;
    margin: 70px;
    gap: 10px;
}

.pag-btn {
    border: unset;
    cursor: pointer;
}

.pag-btn:hover {
    font-weight: 600;
}

.pag-btn.page-num {
    color: #000;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    text-transform: uppercase;
}

.pag-btn.page-num.active {
    font-weight: 600;
}

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;
}


/* 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;
}

/* 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 .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;
}

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;
}

/*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: 32px;
    font-style: normal;
    font-weight: 600;
    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 .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 {
    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;
}

/* 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: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
}

.page-id-100334 div.section:not(.section-subscribe) .section-title h2 {
    color: #2C2C2C;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
}

.section-post-grid .post-category {
    display: none;
}

section#leadership-summits .section-title h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; 
}

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: 70px 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;
}

.section-post-grid .post-grid-first-item .post-thumb button {
    min-height: unset;
    width: auto;
    border-radius: 50%;
}