/*  
==========================================================
- Theme Style
==========================================================
*/

/* Main Menu Style */
.navbar-toggler {
    border: 1px solid rgba(0,0,0,0.09);
}
.webalive-navbar {
    position: relative;
    width: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    min-height: 60px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    
}
.error404  .webalive-navbar {
    background-color: #000;
}
.home.admin-bar header#masthead,
.home header#masthead {
    padding-bottom: 0;
}
header#masthead {
    padding-bottom: 113px;
}
.admin-bar header#masthead {
    padding-bottom: 108px;
}
.home  .webalive-navbar {
    background-color:transparent;
}
.navbar-container {
    max-width: 1460px;
    width:100%;
    padding: 0 30px;
    margin: 0 auto;
}
.webalive-menu-wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 0;
}
.webalive-navbar.fixed-to-top .webalive-menu-wrap {
    padding: 10px 0;
}
.webalive-navbar.fixed-to-top .webalive-main-menu li a {
    display: block;
    padding: 20px 27px;
}
.webalive-navbar-brand {
    max-width: 191px;
}
.webalive-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.webalive-main-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.webalive-main-menu li a {
    display: block;
    padding: 25px 27px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s;
}
.webalive-main-menu li.current-menu-item a,
.webalive-main-menu li:hover a {
    color: #F764EC;
}
.webalive-main-menu li > .sub-menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0px;
    z-index: 10;
    padding: 0px;
    margin: 0px;
    width: 225px;
    background: #f1f1f1;
}
.webalive-main-menu li > .sub-menu li {
    display: block;
    position: relative;
    z-index: 0;
}
.webalive-main-menu li > .sub-menu li a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255,255,255, 0.7);
}
.webalive-main-menu li > .sub-menu li ul.sub-menu {
    display: block;
    position: absolute;
    width: 225px;
    left: 100%;
    top: 0%;
    z-index: 1;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #f1f1f1;
}
.open {
    display: block !important;
}
.hide {
    display: none !important;
}
.fixed-to-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /* transition: all 0.3s ease-in-out; */
}
.webalive-navbar.fixed-to-top {
    background: #231B4B;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.webalive-main-menu .menu-item-has-children {
    padding-right: 10px;
}
.webalive-main-menu > .menu-item-has-children:after {
    content: "\f078";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
}
.webalive-main-menu > .menu-item-has-children:hover::after {
    content: "\f077";
}
.webalive-main-menu > li ul.sub-menu .menu-item-has-children:after {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 10px;
}
.webalive-main-menu > li ul.sub-menu .menu-item-has-children:hover::after {
    content: "\f053";
}
.webalive-main-menu > li ul.sub-menu li.menu-item-has-children:after {
    right: 10px;
}
.webalive-navbar-toggler,
.webalive-main-menu li .mb-toggle {
    display: none;
}
.mb-toggle .dashicons {
    margin: 50%;
    transform: translate(-50%, -50%);
}
.current-menu-item > a {
    color: #222;
    font-weight: 500;
}
/* Portrait and Landscape */
@media only screen
and (max-width: 1080px) {
   
    .get-passes-button {
        position: absolute;
        right: 90px;
    }
    .webalive-menu-wrap {
        padding:10px 0;
    }
  
    .webalive-navbar .container {
        padding: 0;
    }
    .webalive-brand-wrap {
        padding: 0 0px;
    }
    a.webalive-navbar-brand {
        font-weight: 600;
    }
    a.webalive-navbar-brand,
    a.webalive-navbar-brand:visited,
    .webalive-navbar-toggler {
        color: #fff
    }
    .webalive-brand-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        border-bottom: 0px solid rgba(255,255,255, 0.7);
    }
    .webalive-navbar-toggler {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .webalive-main-menu {
        display: none;
        width: 100%;
        padding: 0 0px;
        background:#231B4B;
        position: absolute;
        top:80px;
        left: 0;
    }
    .webalive-main-menu > li {
        display: block;
        border-bottom: 1px solid rgb(44 33 96);
    }
    .webalive-main-menu li a {
        padding: 10px 20px;
    }
    .webalive-main-menu .menu-item-has-children:after {
        display: none;
    }
    .webalive-main-menu li .mb-toggle {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        color: #333;
        text-align: center;
        line-height: 2.5;
        top: 2px;
        right: 0px;
    }
    .webalive-main-menu li ul {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .webalive-main-menu li ul li {
        display: block;
        position: relative;
    }
    .webalive-main-menu > li ul.sub-menu {
        display: none;
        width: 100%;
        position: relative;
        top: 0;
        background-color: #fff;
        padding: 0px 0px 0px 10px;
    }
    .webalive-main-menu > li ul.sub-menu > li {
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }
    .webalive-main-menu > li ul.sub-menu li:first-child {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .webalive-main-menu > li ul.sub-menu > li:last-child {
        border: 0;
    }
    .webalive-main-menu > li ul.sub-menu > li:only-child {
        border-top: 1px solid rgba(0,0,0,0.05);
    }
    .webalive-main-menu li > .sub-menu li ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0px 0px 0px 10px;
    }
    .webalive-main-menu .menu-item-has-children {
        padding-right: 0;
    }
    .webalive-main-menu li > .sub-menu li a {
        padding: 10px 0px;
    }

    .webalive-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .webalive-navbar-toggler::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .webalive-navbar-toggler i::after {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 7px;
    }
    .webalive-navbar-toggler::before {
        content: '';
        width: 24px;
        height: 2px;
        background-color:#dadada;
        position: absolute;
        left: 0;
        top: 0;
    }
    .webalive-navbar-toggler i::before {
        visibility: hidden;
    }
    .webalive-navbar-toggler {
        display: block;
        right: 15px;
        top: 34px;
        width: 24px;
        position: absolute;
        cursor: pointer;
        border: 0;
        color: #dadada;
        z-index: 9;
        width: 36px;
        padding: 2px;
    }
    .webalive-navbar-toggler,
    .webalive-navbar-toggler:before,
    .webalive-navbar-toggler:after,
    .webalive-navbar-toggler.js-hide-nav:before,
    .webalive-navbar-toggler.js-hide-nav:after {
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .webalive-navbar-toggler.js-hide-nav:before {
        moz-transform: rotate(45deg) translateX(6px) translateY(6px);
        -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
        -o-transform: rotate(45deg) translateX(6px) translateY(6px);
        -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
        transform: rotate(45deg) translateX(6px) translateY(6px);
    }
    .webalive-navbar-toggler.js-hide-nav:after {
        -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        transform: rotate(-45deg) translateX(5px) translateY(-5px);
    }
    .webalive-navbar-toggler.js-hide-nav i:after {
        visibility: hidden;
    }
}
.get-passes-button a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    transition: all .3s;
    text-decoration: none;
    background: #B8ADF4;
    padding: 14px 47px;
}
.get-passes-button a:hover {
    text-decoration: none;
    background: #F764EC;
    color: #000000;
}
.text-decoration-none a:hover {
    text-decoration: none !important;
}

/*---------------------------
******** Home Start *******
---------------------------*/
/* Top Slider Start */
.elementor-widget-home-text-slider .owl-stage {
    background: #000000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-self: start;
}
.elementor-widget-home-text-slider .owl-stage .owl-item {
    width: auto !important;
    padding: 14px 24px;
}
.elementor-widget-home-text-slider .owl-stage .owl-item .item {
    width: 100%;
}
.elementor-widget-home-text-slider .owl-stage .owl-item .item .upper-text {
    font-family: 'Lufga';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0 0 0 62px;
    background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9994 6.01834V7.98388H13.9983L13.9977 8.00175C13.9877 8.18205 13.8336 8.3205 13.6533 8.31045L8.78045 8.02967L11.4588 12.1075L11.4694 12.1248C11.5593 12.2811 11.5057 12.481 11.3488 12.5708L10.516 13.0515L10.4992 13.0615L9.64848 13.5528L9.63173 13.5617C9.4704 13.6432 9.27391 13.5785 9.19241 13.4166L6.99965 9.05734L4.81032 13.4104C4.80641 13.4182 4.8025 13.4261 4.79803 13.4333C4.7076 13.5896 4.50719 13.6432 4.35034 13.5528L3.4996 13.0615L3.50016 13.061L2.64998 12.5703L2.63323 12.5602C2.48251 12.4614 2.44063 12.2582 2.54001 12.1075L5.21893 8.0291L0.37011 8.30821C0.356154 8.30988 0.342199 8.311 0.328242 8.311C0.146822 8.311 0 8.16419 0 7.98276V6.01722H0.00111639L0.00167459 5.99935C0.0117228 5.81905 0.165789 5.6806 0.346108 5.69065L5.21894 5.97143L2.54058 1.89359L2.52998 1.87628C2.4401 1.71997 2.49369 1.52013 2.65055 1.43026L4.33528 0.457263C4.34533 0.450565 4.35649 0.443866 4.36822 0.438284C4.52954 0.356783 4.7266 0.421537 4.8081 0.58342L7.00086 4.94265L9.19362 0.58342L9.19418 0.583978L9.20255 0.568347C9.29243 0.412036 9.49171 0.357888 9.64858 0.447769L11.3506 1.43025L11.3673 1.4403C11.5181 1.53911 11.5599 1.74231 11.4606 1.89303L8.78164 5.97144L13.6299 5.69177C13.6438 5.6901 13.6578 5.68898 13.6718 5.68898C13.8532 5.68898 14 5.83579 14 6.01723L13.9994 6.01834Z" fill="%23F764EC"/></svg>');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    display: block;
    white-space: nowrap;
}
/* Top Slider End */

/* Top Events Start */
.top-events-slider .owl-stage-outer {
    height: auto;
    max-height: 637px;
}
.top-events-slider .owl-stage {
    /* transform: unset !important; */
    height: auto;
    max-height: 622px;
}
 /* .top-events-slider .owl-stage .owl-item {
  width: 440px !important;
    margin-right: 40px;
    border: 1px solid #EBEBEB;
}*/
.top-events-slider .eb-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.top-events-slider .owl-stage .owl-item .item {
    border: 0px solid #EBEBEB;
    margin:0 10px;
}
.top-events-slider .owl-stage .owl-item .eb-event-card {
    padding: 0;
    width: 100%;
}
/*
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content {
    border: 1px solid #EBEBEB
}*/

.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-thumb {
    height: 283px;
    pointer-events: none;
}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-thumb::before {
    display: none;
}
/*event explore satrt*/
.eb-event-card .eb-event-card-content .eb-event-card-thumb{
    position:relative;
}
.eb-event-card .eb-event-card-content .eb-event-card-thumb::after {
    content: "";
    background: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    top: -57px;
    left: 0;
    right: 0;
    bottom: 0;
}
.eb-event-title {
    text-transform: capitalize;
}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-thumb img {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-card-meta-left-wrap {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-card-meta-left-wrap .eb-event-type {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-card-meta-left-wrap .eb-event-type .eb-custom-tooltip-wrap {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-card-meta-left-wrap .eb-event-type .eb-custom-tooltip-wrap svg {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-card-meta-left-wrap .eb-event-type .eb-custom-tooltip-wrap span {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-card-meta-left-wrap .eb-event-type .eb-custom-tooltip-wrap .eb-custom-tooltip-title {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-card-meta-left-wrap .eb-event-type .eb-custom-tooltip-wrap .eb-custom-tooltip-title::before {}

.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details {
    padding: 28px 43px 38px;
}
@media screen and (max-width: 1024px) {
    .top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details {
        padding: 28px 30px 38px;
    }
}
@media screen and (max-width: 767px) {
    .top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details {
        padding: 20px 20px 30px;
    }
}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-status-review-block {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-status-review-block .eb-event-status-box {}

.eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-title {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Lufga' !important;
    line-height: 38px;
    min-height: 76px;
    margin: 0 0 17px;
}
.eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-title:hover {
    color: #F764EC;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-title {
        font-size: 20px;
        line-height: 30px;
    }
}
.eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price {
    font-family: Lufga !important;
    font-weight: 500;
    font-size: 28px;
    color:#7E68ED;
    margin: 0 0 17px;
}
@media screen and (max-width: 767px) {
    .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price {
        font-size: 22px;
        margin: 0 0 12px;
    }
    
}
.eb-view-map-btn,
.eb-add-calender-btn{
    font-weight: 500;
    font-family: 'Lufga' !important;
}
.eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price .eb-event-card-price-inner {
    
}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price .eb-event-card-price-inner span {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price .eb-event-card-price-inner .font-14 {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price .eb-event-card-price-inner .custom-tooltip-wrap {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price .eb-event-card-price-inner .custom-tooltip-wrap .eb-custom-tooltip-btn {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price .eb-event-card-price-inner .custom-tooltip-wrap .eb-custom-tooltip-title {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-price .eb-event-card-price-inner .custom-tooltip-wrap .eb-custom-tooltip-title::before {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-date {
    margin: 0 0 17px;
}
.eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-date .eb-event-card-date-time-wrap {
   font-family: Lufga !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0;
    line-height: 26px;
    min-height:51px;
}

.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-date .eb-event-card-date-time-wrap .eb-cd-multiple-dates {}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-details .eb-event-card-date .eb-event-card-date-time-wrap .eb-cd-multiple-dates {}

.eb-event-card .eb-event-card-content .eb-event-card-details .eb-book-button {
    border: 1px solid #F764EC;
    background-color: transparent;
    padding: 13px 30px;
    font-weight: 500;
    outline: 0;
    color: #000000;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .eb-event-card .eb-event-card-content .eb-event-card-details .eb-book-button {
        padding: 11px 20px;
    }
    
}
.eb-event-card .eb-event-card-content .eb-event-card-details .eb-book-button:hover {
    background-color: #F764EC;
}

.eb-event-card .eb-event-card-content .eb-event-card-details .eb-back-btn a{
   text-decoration:none;
}
.eb-btn-border{
   border:1px solid #F764EC;
   border-radius:0;
}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-event-type .eb-custom-tooltip-wrap:hover .eb-custom-tooltip-title {
    top: 0;
    left: -100px;
}
.top-events-slider .owl-stage .owl-item .eb-event-card .eb-event-card-content .eb-event-card-meta .eb-event-type .eb-custom-tooltip-title:before {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -13px;
    bottom: auto;
    border-width: 6px 6px 6px 9px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}
/*event explore end*/

.top-events-slider .owl-nav {
    display: flex;
    gap: 0 19px;
    position: absolute;
    right: 11px;
    top: -102px;
}
@media screen and (max-width: 1024px) {
    .top-events-slider .owl-nav {
        right: 12px;
    }
    
}
@media screen and (max-width: 767px) {
    .top-events-slider .owl-nav {
        top: auto;
        bottom: -78px;
        right: 50%;
        transform: translateX(50%);
    }
}
.top-events-slider .owl-nav button {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px 15px !important;
    background-color: #ffffff !important;
    height: 48px;
    width: 48px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    outline: none;
    transition: 0.3s all;
}
.top-events-slider .owl-nav button:hover {
    background-color: #F764EC !important;
    border-color: #F764EC !important;
}
.top-events-slider .owl-nav button span {
    display: none;
}
.top-events-slider .owl-nav .owl-prev {
    background-image: url('data:image/svg+xml,<svg width="11" height="17" viewBox="0 0 11 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.61159 8.67812L10 14.2119L8.10828 16L1 8.6781L8.10828 1.375L10 3.16314L4.61159 8.67812Z" fill="black" stroke="white" stroke-width="0.5625"/></svg>') !important;
}
.top-events-slider .owl-nav .owl-next {
    background-image: url('data:image/svg+xml,<svg width="11" height="17" viewBox="0 0 11 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.38841 8.67812L1 14.2119L2.89172 16L10 8.6781L2.89172 1.375L1 3.16314L6.38841 8.67812Z" fill="black" stroke="white" stroke-width="0.5625"/></svg>') !important;
}
.top-events-slider .owl-dots {
    display: none;
}
.top-events-slider .eb-frontend-pagination {
    display: none;
}
/* Top Events End */

/* We Plan Events Banner Start */
.we-plan-events-banner {
    z-index: 2;
    position: relative;
}
.we-plan-events-banner img {
    position: relative;
    z-index: 1;
    right: -36px;
    bottom: 0;
    margin: -26px 0px -223px 0px !important;
    width: 100vw;
    max-width: 48vw !important;
}
/* We Plan Events Banner Ebd */

/* Home Member Single Start */
.home-member-single .elementor-widget-container {}
.home-member-single .elementor-widget-container .e-link-in-bio {
    margin: 0;
    width: 100%;
    padding: 0;
    min-height: 390px;
    --background-overlay-opacity: 0 !important;
}
@media screen and (max-width: 767px) {
    .home-member-single .elementor-widget-container .e-link-in-bio {
        min-height: 280px;
    }
}
.home-member-single:hover .elementor-widget-container .e-link-in-bio {
    --background-overlay-opacity: 0.6 !important;
}
.home-member-single .elementor-widget-container .e-link-in-bio .e-link-in-bio__content {
    text-align: left;
    position: absolute;
    bottom: 45px;
    left: 45px;
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 767px) {
    .home-member-single .elementor-widget-container .e-link-in-bio .e-link-in-bio__content {
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
    }
    
}
.home-member-single:hover .elementor-widget-container .e-link-in-bio .e-link-in-bio__content {
    opacity: 1;
    visibility: visible;
}
.home-member-single .elementor-widget-container .e-link-in-bio .e-link-in-bio__content .e-link-in-bio__icons,
.home-member-single .elementor-widget-container .e-link-in-bio .e-link-in-bio__content .e-link-in-bio__ctas {
    display: none;
}
/* Home Member Single End */

/* Accordion Start */
.elementor-widget-n-accordion {}
.elementor-widget-n-accordion .e-n-accordion-item {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.07);*/
    box-shadow: 0px 1px rgba(0, 0, 0, 0.07);
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
    display: block;
    padding: 30px 0;
    border: none;
    position: relative;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
    display: block;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(
    'data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.55081 0.455078V6.93508H16.0004V9.09508H9.55081V15.5451H7.39096V9.09508H0.941406V6.93508H7.39096V0.455078H9.55081Z" fill="black" stroke="white" stroke-width="0.8"/></svg>');
    background-size: 17px 16px;
    background-position: center;
    background-repeat: no-repeat;
    height: 16px;
    width: 17px;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]> .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    background-image: url('data:image/svg+xml,<svg width="17" height="4" viewBox="0 0 17 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.6094 0.480469L16.059 0.480938V2.64094H9.6094H9H8.5H7.44955H1V0.480938H7.44955L9.6094 0.480469Z" fill="black" stroke="white" stroke-width="0.8"/></svg>');
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened,
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
    display: none !important; 
}
.elementor-widget-n-accordion .e-n-accordion-item .e-con {
    padding: 5px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.elementor-widget-n-accordion .e-n-accordion-item[open]> .e-con {
    border-top-color: transparent;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-con p {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
}
/* Accordion End */

/* Subscribe Box Start */
/* <div class="subscribe-box">
    <input type="email" placeholder="Email Address" />
    <input type="submit" value="Subscribe" />
</div> */
.subscribe-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscribe-box input[type="email"] {
    width: 540px;
    height: 48px;
    padding: 10px 21px;
    border: 1px solid #F764EC;
    font-size: 16px;
    color: #000000;
    outline: none;
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    .subscribe-box input[type="email"] {
        width: 80%;
    }
}
.subscribe-box input[type="email"]::placeholder {
    color: #999999;
}
.subscribe-box input[type="submit"] {
    height: 48px;
    padding: 14px 23px;
    border: none;
    background-color: #F764EC;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0;
}
.subscribe-box input[type="submit"]:hover {
    background-color: #B8ADF4;
}
/* Subscribe Box Start */

/* Footer Start */
.webalive-footer {
    background-image: url(../img/footer-bg.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 108px 30px 310px 30px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.webalive-footer::after {
    content: "";
    background-image: url(../img/footer-banner.png);
    background-repeat: no-repeat;
    background-size: 1434px 288px;
    height: 288px;
    max-width: 1434px;
    width:100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.webalive-footer .footer-container {
    max-width: 1362px;
    width:100%;
    margin: 0 auto;
}
.webalive-footer .footer-top-row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 46px;
}
.webalive-footer .footer-top-col {}
.widget.webalive-footer-widget {
    margin: 0 0 39px;
}
.webalive-footer-widget .widget-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.89);
    margin: 0 0 15px;
}
.webalive-footer-widget ul.menu {
    padding: 0;
    list-style: none;
}
.webalive-footer-widget ul.menu li {
    display: block;
}
@media screen and (max-width: 1024px) {
    .webalive-footer-widget ul.menu li {
        margin: 0;
    }
    
}
.webalive-footer-widget ul.menu li a {
    display: inline-flex;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 39px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.75);
    transition: 0.3s;
}
.webalive-footer-widget ul.menu li a:hover {
    color: #F764EC;
    text-decoration: none;
}
.webalive-footer .footer-bottom-row {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    align-items: center;
    padding: 40px 0 47px;
}
.footer-bottom-col .footer-bottom-col {}
.footer-bottom-col.copyright-col .webalive-copyright-widget {
    margin: 0;
}
.footer-bottom-col.copyright-col .webalive-copyright-widget .textwidget {}
.footer-bottom-col.copyright-col .webalive-copyright-widget .textwidget p {
    font-weight: 400;
    font-size: 15px;
    line-height: 39px;
    /* identical to box height, or 260% */
    letter-spacing: 0.01em;
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.64);
    margin: 0;
}
.footer-bottom-col.social-col {}
.footer-bottom-col.social-col .webalive-copyright-widget {
    margin: 15px 0 0 0;
}
.footer-bottom-col.social-col .webalive-copyright-widget .textwidget {}
.footer-bottom-col.social-col .webalive-copyright-widget .textwidget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 27px;
}
.footer-bottom-col.social-col .webalive-copyright-widget .textwidget ul li {
    display: inline-flex;
}
.footer-bottom-col.social-col .webalive-copyright-widget .textwidget ul li a {
    display: inline-flex;
    color:#ffffff;
    text-decoration:none;
}
.footer-bottom-col.social-col .webalive-copyright-widget .textwidget ul li a i {
    font-size: 20px;
    opacity:0.8;
}
.footer-bottom-col.social-col .webalive-copyright-widget .textwidget ul li a img {
    max-width: 20px;
    transition: 0.3s;
}
.footer-bottom-col.social-col .webalive-copyright-widget .textwidget ul li a img:hover{
    opacity: 0.7;
}
/*.footer-bottom-col.social-col .webalive-copyright-widget .textwidget ul li a img:hover{
    filter: invert(60%) sepia(26%) saturate(3686%) hue-rotate(274deg) brightness(99%) contrast(95%);
}*/
/* Footer End */

/* Events Popup Start */
[class*="eb-wp-event-lists-events"] .eb-details-wrapper,
[class*="eb-wp-event-details-featured"] .eb-details-wrapper {
   /* position: fixed;
   z-index: 900000;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: #ffffff;
   margin: 0;
   padding: 0;
   overflow-y: auto; */
}
[class*="eb-wp-event-lists-events"] .eb-details-wrapper .eb-event-details-wrapper,
[class*="eb-wp-event-details-featured"] .eb-details-wrapper .eb-event-details-wrapper {
   padding: 0;
}
.top-events-slider [class*="eb-wp-event-details-featured"] .eb-details-wrapper .eb-container {
   width: 100%;
   max-width: 1240px;
   margin: 0 auto;
   padding: 0 20px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-back-btn {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .eb-details-wrapper .eb-event-details-wrapper .eb-back-btn {
        margin-bottom: 20px;
    }
}
.eb-details-wrapper .eb-event-details-wrapper .eb-back-btn a:hover {
   color: #F764EC;
   text-decoration: none;
}
@media screen and (max-width: 767px) {
    .eb-details-wrapper .eb-event-details-wrapper .eb-event-title {
        font-size: 24px;
    } 
}
.eb-details-wrapper .eb-event-details-wrapper .eb-location-icon-svg {
    display: none;
}
.eb-details-wrapper .eb-event-details-wrapper h1 {
    font-size: 36px;
    line-height: 1.2;
}
.eb-details-wrapper .eb-event-details-wrapper h2 {
    font-size: 28px;
    line-height: 1.45;
}
.eb-details-wrapper .eb-event-details-wrapper h3 {
    font-size: 24px;
    line-height: 1.45;
}
.eb-details-wrapper .eb-event-details-wrapper h4 {
    font-size: 22px;
}
.eb-details-wrapper .eb-event-details-wrapper h5 {
    font-size: 20px;
}
.eb-details-wrapper .eb-event-details-wrapper h6 {
    font-size: 16px;
}
.eb-details-wrapper .eb-event-details-wrapper p {
    font-size: 16px;
    line-height: 150%;
}
.eb-details-wrapper .eb-event-details-wrapper p a {
    outline: none;
    color: #F764EC;
}
.eb-details-wrapper .eb-event-details-wrapper p a:hover {
    color: #B8ADF4;
}
.eb-details-wrapper .eb-event-details-wrapper a {
    outline: none;
    color: #000000;
}
.eb-details-wrapper .eb-event-details-wrapper a:hover {
    color: #F764EC;
    text-decoration: none;
}
.eb-details-wrapper .eb-event-details-wrapper button {
    outline: none;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-event-details-sidebar .eb-details-event-status-box {
    font-weight: 400;
    border-radius: 0;
    font-size: 16px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-calender-btn {
    color: #F764EC;
    text-decoration: none;
    background-image: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.25 0C17.0449 0 18.5 1.45507 18.5 3.25V14.75C18.5 16.5449 17.0449 18 15.25 18H3.75C1.95507 18 0.5 16.5449 0.5 14.75V3.25C0.5 1.45507 1.95507 0 3.75 0H15.25ZM17 5.5H2V14.75C2 15.7165 2.7835 16.5 3.75 16.5H15.25C16.2165 16.5 17 15.7165 17 14.75V5.5ZM15.25 1.5H3.75C2.7835 1.5 2 2.2835 2 3.25V4H17V3.25C17 2.2835 16.2165 1.5 15.25 1.5Z" fill="%23F764EC"></path></svg>');
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 16px 16px;
    padding-left: 30px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-calender-btn:hover {
    color: #F764EC;
    text-decoration: underline;
}
.eb-details-wrapper .eb-event-details-wrapper a.eb-view-map-btn {
    color: #F764EC;
    text-decoration: none;
    background-image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 0C9.81371 0 12.5 2.68629 12.5 6C12.5 8.86724 10.565 11.5058 6.76844 13.9218C6.60465 14.0261 6.39535 14.0261 6.23156 13.9218C2.43495 11.5058 0.5 8.86724 0.5 6C0.5 2.68629 3.18629 0 6.5 0ZM6.5 1C3.73858 1 1.5 3.23858 1.5 6C1.5 8.32537 3.03971 10.5577 6.18057 12.6918L6.5 12.9049L6.81943 12.6918C9.96029 10.5577 11.5 8.32537 11.5 6C11.5 3.23858 9.26142 1 6.5 1ZM6.5 4.5C7.32843 4.5 8 5.17157 8 6C8 6.82843 7.32843 7.5 6.5 7.5C5.67157 7.5 5 6.82843 5 6C5 5.17157 5.67157 4.5 6.5 4.5Z" fill="%23F764EC"></path></svg>');
    background-repeat: no-repeat;
    background-position: left 1px;
    background-size: 16px 16px;
    padding-left: 26px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.eb-details-wrapper .eb-event-details-wrapper a.eb-view-map-btn:hover {
    color: #F764EC;
    text-decoration: underline;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-location-address span, .eb-details-wrapper .eb-event-details-wrapper .eb-location-address p {
    font-size: 13px;
}
.eb-details-wrapper .eb-event-details-wrapper  .eb-refund-details p {
    font-size: 13px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-calender-btn-wrap .social-share a i {
    transition: 0s;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-calender-btn-wrap .social-share a:hover span {
    color: #F764EC;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ss-item {
    border-radius: 0;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ss-item .eb-ss-thumb-wrap {
    border-radius: 0;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ss-item .eb-ss-head button {
    border: none;
    background: #B8ADF4;
    font-family: 'Melbourne';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 14px 46px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
    outline: none;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ss-item .eb-ss-head button:hover {
    background: #F764EC;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ss-item .eb-ss-head button.btn-gray-disable {
    background: #e6e6e6 !important;
}
.eb-details-wrapper .eb-event-details-wrapper p .eb-view-details {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #F764EC;
    text-decoration: none;
}
.eb-details-wrapper .eb-event-details-wrapper p .eb-view-details:hover {
    color: #B8ADF4;
    text-decoration: underline;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-event-price {
    font-weight: 500;
    font-family: 'Lufga' !important;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-purchase-btn-wrap button {
    font-weight: 400;
    border-radius: 0;
    background: #B8ADF4;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 14px 46px;
    height: 48px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-purchase-btn-wrap button:hover {
    background: #F764EC;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-purchase-btn-wrap button.eb-disabled-all {
    background: #e6e6e6 !important;
}
.eb-details-wrapper .eb-event-details-wrapper .select2-main-wrap .select2-container--default .select2-selection--single {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    height: 48px;
}
.eb-details-wrapper .eb-event-details-wrapper .select2-main-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    font-weight: 400;
    padding: 13px 21px;
    height: 100%;
}
.select2-container .select2-dropdown {
    z-index: 9000000 !important;
    border-radius: 0;
}
.select2-container .select2-dropdown .select2-search {
    padding: 10px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
    padding: 3px 12px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
}
.select2-container .select2-dropdown .select2-results {}
.select2-container .select2-dropdown .select2-results li {
    margin: 0;
}
.select2-container .select2-dropdown .select2-results li {
    margin: 0;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: 400;
}
.select2-container .select2-dropdown .select2-results li.select2-results__option--highlighted {
    background: #f764ec14 !important;
    color: #F764EC !important;
}
.select2-container .select2-dropdown .select2-results li.select2-results__option--selected {
    background: #B8ADF4 !important;
    color: #000 !important;
}
.eb-details-wrapper .eb-event-details-wrapper .eb_event_details_date_time .eb-side-title {
    margin-bottom: 10px;
    font-size: 16px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-event-details-sidebar .eb-side-box {
    margin-bottom: 35px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-event-details-sidebar .eb_event_details_date_time .eb-side-box {
    margin-bottom: 10px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb_event_details_date_time p {
    margin-bottom: 5px;
    font-size: 13px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-payment-option-title {
    margin: 0 0 10px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-side-title {
    font-size: 16px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-event-location-desktop p {
    font-size: 13px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-payment-option-title span {
    font-weight: 500;
}
.eb-details-wrapper .eb-event-details-wrapper .countdown-main-title p {
    text-align: center;
    font-size: 14px;
}
.eb-details-wrapper .eb-event-details-wrapper .countdown-main-title h3 {
    font-size: 12px;
    text-align: center;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-calender-btn-wrap .eb-add-calender-item-wrap a:hover i {
    color: #F764EC;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ss-details-date {
    font-weight: 400;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-footer .eb-btn-close {
    background: #B8ADF4;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 14px 46px;
    cursor: pointer;
    border-radius: 0;
    border: none;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-footer .eb-btn-close:hover {
    background: #F764EC;
}
@media screen and (max-width: 575px) {
    .eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal .eb-modal-footer {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        padding: 20px;
    }
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-footer .eb-ticket-price {
    font-weight: 500;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-left h4 {
    font-size: 22px;
    font-weight: 500;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-left .eb-ticket-price-wrap span {
    font-weight: 400;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-right-btn .eb-input-number .ticket_info_quantity {
    font-weight: 400;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-footer .ticketSubmitBtn {
    background: #B8ADF4;
    font-family: 'Melbourne';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 14px 46px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
    height: 48px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-footer .ticketSubmitBtn:hover {
    background: #F764EC;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal .eb-card-body .events-today .time-slotes {
    font-weight: 500;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal .eb-card-body .events-today .active {
    background: #B8ADF4;
    border-color: #B8ADF4;
    color: #000000;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal .eb-card-body .events-today .time-slotes .status-lable {
    color: #000000;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal div.status-lable > span.booked {
    background: #B8ADF4;
    border-color: #B8ADF4;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal span.show_event.active {
    background: #B8ADF4 !important;
    border-color: #B8ADF4;
    color: #000000 !important;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-header {
    background: #231B4B;
    padding: 24px 20px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-header .eb-modal-title h3 {
    color: #ffffff;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-close {
    opacity: 0.5;
    top: 24px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-close:hover {
    opacity: 1;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-modal-close .ebi-icon-close:before {
    color: #f6f6f7;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal .eb-modal-header {
    background: #231B4B;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal .eb-modal-header .eb-modal-title h3 {
    color: #ffffff;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal .eb-modal-header .eb-ticket-address {
    color: #ffffff;
    font-weight: 500;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-more-session-modal .eb-modal-dialog {
    width: 550px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-more-session-modal .eb-modal-body {
    padding: 40px 20px 30px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-more-session-modal .eb-modal-footer {
    border-top: 1px solid #f0f3f4;
    padding-top: 20px;
    justify-content: flex-end;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-more-session-modal .eb-modal-footer .addAnotherSession {
    background: #F764EC;
    font-family: 'Melbourne';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 14px 20px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
    height: 48px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-more-session-modal .eb-modal-footer .addAnotherSession:hover {
    background: #ff22f2;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-more-session-modal .eb-modal-footer .occSubBtn {
    background: #B8ADF4;
    font-family: 'Melbourne';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 14px 20px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
    border: none;
    height: 48px;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-add-more-session-modal .eb-modal-footer .occSubBtn:hover {
    background: #F764EC;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ticket-modal-session-container .eb-ticket-modal-session-data .eb-ticket-ss-date-time {
    font-weight: 400;
}
.eb-event-checkout-wrapper  .eb-checkout-right-sidebar-wrap {
    border-radius: 0;
    margin-top: -31px;
}
.eb-event-checkout-wrapper .eb-checkout-right-sidebar-wrap .eb-checkout-sidebar-head {
    margin: 0 0 40px;
}

@media screen and (max-width: 991px) {
    .eb-details-wrapper .eb-event-details-wrapper .eb-event-details-sidebar {
        position: static !important;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .eb-event-checkout-wrapper .eb-checkout-right-sidebar-wrap .eb-checkout-sidebar-head {
        margin: 0 0 20px;
    }
    .eb-ss-item .eb-ss-thumb-wrap .eb-ss-thumb {
        width: 100% !important;
    }
    .eb-section-title {
        margin: 0 0 6px !important;
    }
}

.eb-event-container .eb-frontend-pagination {
    margin: 30px auto 0;
    width: 1240px;
    max-width: 100%;
    border: none;
}

.eb-event-checkout-wrapper {
    /* position: fixed;
    z-index: 90000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; */
    padding: 0 !important;
}
.eb-event-checkout-wrapper h1 {
    font-size: 36px;
    line-height: 1.2;
}
.eb-event-checkout-wrapper h2 {
    font-size: 28px;
    line-height: 1.45;
}
.eb-event-checkout-wrapper h3 {
    font-size: 24px;
    line-height: 1.45;
}
.eb-event-checkout-wrapper h4 {
    font-size: 22px;
}
.eb-event-checkout-wrapper h5 {
    font-size: 20px;
}
.eb-event-checkout-wrapper h6 {
    font-size: 16px;
}
.eb-event-checkout-wrapper p {
    font-size: 16px;
    line-height: 150%;
}
.eb-event-checkout-wrapper p a {
    outline: none;
    color: #F764EC;
}
.eb-event-checkout-wrapper p a:hover {
    color: #B8ADF4;
}
.eb-event-checkout-wrapper a {
    outline: none;
    color: #F764EC;
}
.eb-event-checkout-wrapper a:hover {
    color: #B8ADF4;
    text-decoration: none;
}
.eb-event-checkout-wrapper button {
    outline: none;
}
.eb-event-checkout-wrapper .eb-back-btn {
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .eb-event-checkout-wrapper .eb-back-btn {
        margin-bottom: 20px;
    }
}
.eb-event-checkout-wrapper .eb-back-btn a:hover {
    color: #F764EC;
    text-decoration: none;
}
.eb-event-checkout-wrapper .eb-checkout-left-form-content {
    border-radius: 0;
}
.eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group {}
.eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group label {
    font-weight: 400;
}
.eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group .eb-input-holder input[type="text"], .eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group .eb-input-holder input[type="email"], .eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group .eb-form-control {
    border-radius: 0;
    padding: 13px 21px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lufga';
    height: 48px;
    width: 100%;
    outline: none;
}
.eb-event-checkout-wrapper .eb-checkout-left-form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url('data:image/svg+xml,<svg class="arrow rotated" width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.50833 5.7897L2.58946 1L1 2.68153L7.50836 9L14 2.68153L12.4105 1L7.50833 5.7897Z" fill="black" stroke="white" stroke-width="0.5"></path></svg>');
    padding: 0;
    width: 15px;
    height: 20px;
    background-position: center;
    background-size: 15px 20px;
    right: 10px;
}
.eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group .eb-input-holder input[type="text"]:focus, .eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group .eb-input-holder input[type="email"]:focus, .eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group .eb-form-control:focus {
    border-color: #B8ADF4;
}
.eb-event-checkout-wrapper .eb-checkout-left-form-content .eb-form-group .select2-selection {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    border-radius: 0;
    padding: 3px 13px;
    height: 48px !important;
}
.eb-event-checkout-wrapper .eb-checkout-btn-wrap .eb-book-btn {
    background: #B8ADF4;
    font-family: 'Melbourne';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 15px 46px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
    height: 48px;
    outline: none;
}
.eb-event-checkout-wrapper .eb-checkout-btn-wrap .eb-book-btn:hover {
    background: #F764EC;
}
.eb-event-checkout-wrapper .eb-order-summery-table-wrap table tr td {
    padding: 10px;
    font-size: 14px;
}
.eb-event-checkout-wrapper .eb-order-summery-table-wrap table tr td:last-child {
    padding: 10px;
}
@media screen and (max-width: 767px) {
    .eb-event-checkout-wrapper .eb-checkout-title h2 {
        font-size: 28px;
    }
}
.eb-event-checkout-wrapper .eb-order-summery-total-wrap .total-left {
    font-weight: 500;
    font-family: 'Lufga';
}
.eb-event-checkout-wrapper .eb-order-summery-total-wrap .total-price {
    font-weight: 500;
    font-family: 'Lufga';
}
.eb-event-checkout-wrapper .eb-checkout-right-sidebar-wrap .eb-checkout-sidebar-head .eb-sidebar-event-data h4 {
    margin: 0 0 14px;
}
.eb-event-checkout-wrapper .eb-checkout-right-sidebar-wrap .eb-checkout-sidebar-head .eb-sidebar-event-data .eb-sidebar-event-date-time {
    margin: 0 0 10px;
    font-size: 13px;
}
.eb-event-checkout-wrapper .eb-checkout-right-sidebar-wrap .eb-checkout-sidebar-head .eb-sidebar-event-data .eb-sidebar-event-location {
    font-size: 13px;
}
.eb-event-checkout-wrapper .eb-checkout-title h2 {
    font-size: 30px;
}

.list-loading .eventbookings-loader div {
    background-color: #F764EC;
}
.eb-details-wrapper .eb-event-details-wrapper button:hover .ebi-right-arroe::before {
    color: #F764EC;
}

@media screen and (max-width: 1024px) {
    .page-id-1523 .eb-container,
    .page-id-1523 .eb-event-checkout-container,
    .page-id-1523 .eb-event-checkout-wrapper {
        padding: 0;
    }
}

body.no-scroll {
   /* overflow: hidden; */
}
.eb-details-wrapper .eb-event-details-wrapper .eb-ss-item {
    box-shadow: none;
}
.eb-details-wrapper .eb-event-details-wrapper .eb-event-details-sidebar {
    width: auto;
    max-width: 100%;
    position: sticky;
    top: 120px;
    max-width: 400px;
    padding: 25px 30px 42px ;
    -webkit-box-shadow: 0 11px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 0 11px 25px rgba(0, 0, 0, 0.06) ;
    border-radius: 5px;
}
/* Events Popup End */

/*------------------------
******** Home End *******
------------------------*/

/*------------------------
******** error page start *******
------------------------*/
.webalive-content-area{
    min-height:320px;
}
section.error-404.not-found {
    text-align: center;
    padding: 106px 0px 127px 0px;
}
section.error-404.not-found .page-title {
    color: #000;
}
section.error-404.not-found h1 {
    font-size: 72px;
    color: #F764EC;
}
/*------------------------
******** error page end *******
------------------------*/

.top-events-slider {
    min-height:200px;
    position:relative;
}
.top-events-slider .eb-event-details-wrapper {
    padding-bottom: 0;
}

/*------------------------
******** blog listing start css *******
------------------------*/
.wa-blog-card .wa-blog-card__meta {
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    color: #F764EC;
}
.wa-blog-card__title {
    font-size: 27px;
    font-weight: 500;
    text-decoration: none;
    line-height: 38px;
    color: #000000;
    margin: 12px 0 14px 0;
    padding:0;
}
.wa-blog-card__title a{
    color:#000000;
}
.wa-blog-card__title a:hover{
    color:#F764EC;
}
.wa-blog-card p {
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    color: #000000;
    margin-bottom:0;
}
.wa-blog-card-container{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap:30px;
}
@media only screen and (max-width: 1024px) {
    .wa-blog-card-container{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
.wa-blog-thumb-container img{
    width:100%;
}
.wa-blog-content-box{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding:30px 40px 40px 40px;
}
.wa-blog-desc-container {
    margin-bottom: 30px;
}
.wa-blog-card .wa-blog-button{
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color:#000000;
}
.wa-blog-card .wa-blog-button:hover{
    color:#F764EC;
}
.wa-blog-thumb-container img{
    object-fit:cover;
    height:283px;
}
/*----------------------------------------
******** Blog Listing end css *******
----------------------------------------*/

/*----------------------------------------
******** About Page Start *******
----------------------------------------*/
.page-id-943 {
    overflow-x: hidden;
}
/*----------------------------------------
******** About Page End *******
----------------------------------------*/

/*----------------------------------------
******** Contact Page Start *******
----------------------------------------*/ 
.select-box-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 18px;
}
.select-box-wrap .title {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
} 
@media screen and (max-width: 767px) {
    .select-box-wrap .title {
        font-size: 16px;
    }
}
.select-box-wrap .select-box {
    position: relative;
    display: flex;
    width: 391px;
    max-width: 100%;
    flex-direction: column;
    border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px) {
    .select-box-wrap .select-box {
        width: 100%;
    }
}
.select-box-wrap .select-box .options-container {
    background: #ffffff;
    color: #000000;
    max-height: 0;
    width: 100%;
    opacity: 0;
    overflow: auto;
    /* transition: all 0.4s; */
    order: 1;
    position: absolute;
    z-index: 100;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.05);
}
.select-box-wrap .selected {
    background: #ffffff;
    border-radius: 15px;
    color: #000000;
    position: relative;
    height: 55px;
    width: 100%;
}
.select-box-wrap .selected::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    disaply: flex;
    height: 100%;
    width: 32px;
    right: 10px;
    top: 5px;
    top: 120%;
    transition: all 0.4s;
}
.select-box-wrap .select-box .options-container.active {
    max-height: 237px;
    opacity: 1;
    overflow-y: hidden;
    margin-top: 70px;
    padding: 26px 41px 30px;
}
.select-box-wrap .selector-wrapper > svg {
    cursor: pointer;
    display: block;
    flex-direction: row;
    position: absolute;
    align-items: center;
    background-color: transparent;
    border-radius: 15px;
    height: 100%;
    top: 18px;
    right: 0;
    height: 20px;
    z-index: 99;
    transition: 0.2s;
    transform: rotate(180deg);
}
.select-box-wrap .selector-wrapper > svg.rotated {
    transform: rotate(0deg);
}
.select-box-wrap .select-box .options-container::-webkit-scrollbar {
    width: 8px;
    border-radius: 15px;
    scrollbar-width: 5px;
    width: 5px;
    margin-top: -10px;
    overflow: hidden;
    background: transparent;
    display: none;
}
.select-box-wrap .select-box .options-container::-webkit-scrollbar-thumb {
    background: #525861;
    border-radius: 15px;
    scrollbar-width: 5px;
    height: 5px;
    length: 10px;
    margin-top: -10px;
}
.select-box-wrap .select-box .options-container::-webkit-scrollbar-track {
    background: transparent;
    display: none;
}
.select-box-wrap .options-container {
    overflow: overlay;
}
.select-box-wrap .select-box .option {
    cursor: pointer;
}
.select-box-wrap .selected {
    cursor: pointer;
    padding: 15px 16px 15px 0;
    float: left;
}
.select-box-wrap .select-box label {
    cursor: pointer;
    display: block;
    font-family: 'Melbourne';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
}
.select-box-wrap .select-box label:hover { 
    color: #F764EC;
}
.select-box-wrap .select-box .option .radio {
    display: none;
}

.js-member-indivisual {
    /* display: none !important; */
}
.js-event-organisers {
    /* display: none !important; */
}
.here-to-help {}
form.wpcf7-form p {
    margin: 0 0 25px;
}
form.wpcf7-form p label {
    margin: 0;
    display: block;
    width: 100%;
}
form.wpcf7-form p label .wpcf7-form-control-wrap {}
form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 13px 21px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lufga';
    height: 48px;
    width: 100%;
    outline: none;
}
form.wpcf7-form p label .wpcf7-form-control-wrap textarea.wpcf7-form-control {
    height: 192px;
}
form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-form-control:focus {
    border-color: #B8ADF4;
}
form.wpcf7-form p .wpcf7-submit {
    background: #B8ADF4;
    font-family: 'Melbourne';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 14px 46px;
    cursor: pointer;
    border-radius: 0;
    transition: all .3s;
}
form.wpcf7-form p .wpcf7-submit:hover {
    background: #F764EC;
}
form.wpcf7-form .two-col {
    display: flex;
    gap: 0 23px;
}
form.wpcf7-form .two-col p {
    width: 100%;
}
/*----------------------------------------
******** Contact Page End *******
----------------------------------------*/

/*----------------------------------------
******** Events Page Start *******
----------------------------------------*/
.event-page-events .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.event-page-events .row {
    margin-right: -20px;
    margin-left: -20px;
}
@media screen and (max-width: 1200px) {
    .event-page-events .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
}
.event-page-events .eb-event-card {
    padding: 0 20px 40px;
    width: 33.33%;
}
@media screen and (max-width: 1200px) {
    .event-page-events .eb-event-card {
        padding: 0 15px 30px;
    }
}
@media screen and (max-width: 991px) {
    .event-page-events .eb-event-card {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .event-page-events .eb-event-card {
        width: 100%;
    }
}
.event-page-events .eb-event-card-content {}
.event-page-events .eb-event-card-content .eb-event-card-thumb {
    height: 283px;
    pointer-events: none;
}
.event-page-events .eb-event-card-content .eb-event-card-thumb::before,
.event-page-events .eb-event-card-content .eb-event-card-thumb::after {
    display: none;
}
.event-page-events .eb-event-card-content .eb-event-card-thumb img {}
.event-page-events .eb-event-card-content .eb-event-card-meta {}
.event-page-events .eb-event-card-content .eb-event-card-details {}
.event-page-events .row.eb-frontend-pagination {
    padding: 0;
    border: none;
    margin: 23px 0 0;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .event-page-events .row.eb-frontend-pagination {
        margin: 0;
    }
    
}
.event-page-events .row.eb-frontend-pagination button {
    height: 37px;
    min-width: 37px;
    width: auto;
    padding: 5px 10px;
    background: transparent;
    border: none;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0;
    outline: none;
}
.event-page-events .row.eb-frontend-pagination button.active {
    background: #F5F5F5;
    font-weight: 500;
}
/*----------------------------------------
******** Events Page End *******
----------------------------------------*/

/*----------------------------------------
******** Blog Post Page Start *******
----------------------------------------*/
body.single-post .webalive-navbar {
    background: #231B4B;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
body.single-post .webalive-navbar .webalive-menu-wrap {
    padding: 10px 0;
}
body.single-post .webalive-site-main {
    padding: 70px 0;
}
@media screen and (max-width: 1200px) {
    body.single-post .webalive-site-main {
        padding: 40px 0 90px;
    }
}
@media screen and (max-width: 1024px) {
    body.single-post .webalive-site-main {
        padding: 20px 0 80px;
    }
}
@media screen and (max-width: 767px) {
    body.single-post .webalive-site-main {
        padding: 0 0 60px;
    }
}
body.single-post .webalive-site-main .post-back-btn {
    width: 770px;
    max-width: 100%;
    margin: 0 auto 20px;
}
body.single-post .webalive-site-main .post-back-btn a {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #000000;
    background-image: url('data:image/svg+xml,<svg width="11" height="17" viewBox="0 0 11 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.61159 8.67812L10 14.2119L8.10828 16L1 8.6781L8.10828 1.375L10 3.16314L4.61159 8.67812Z" fill="black" stroke="white" stroke-width="0.5625"/></svg>');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 20px;
    transition: 0s;
    outline: none;
    box-shadow: none;
}
body.single-post .webalive-site-main .post-back-btn a:active,
body.single-post .webalive-site-main .post-back-btn a:hover {
    color: #F764EC;
    background-image: url('data:image/svg+xml,<svg width="11" height="17" viewBox="0 0 11 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.61159 8.67812L10 14.2119L8.10828 16L1 8.6781L8.10828 1.375L10 3.16314L4.61159 8.67812Z" fill="%23F764EC" stroke="white" stroke-width="0.5625"/></svg>');
    background-color: transparent;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
body.single-post .webalive-site-main article.post {
    /* display: flex;
    flex-direction: column; */
}
body.single-post .webalive-site-main article.post .entry-header {
    /* order: 2; */
    width: 770px;
    max-width: 100%;
    margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
    body.single-post .webalive-site-main article.post h1 {
        font-size: 28px;
    }
}
body.single-post .webalive-site-main article.post .entry-header .entry-meta span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
body.single-post .webalive-site-main article.post .entry-header .entry-meta span.byline,
body.single-post .webalive-site-main article.post .entry-header .entry-meta span.cat-links,
body.single-post .webalive-site-main article.post .entry-header .entry-meta span.comments-link {
    display: none;
}
body.single-post .webalive-site-main article.post .entry-header .entry-meta a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
    transition: 0.3s;
}
body.single-post .webalive-site-main article.post .entry-header .entry-meta a:hover {
    color: #F764EC;
}
body.single-post .webalive-site-main article.post .post-thumbnail {
    /* order: 1; */
    margin: 0 0 30px;
}
body.single-post .webalive-site-main article.post .post-thumbnail img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}
body.single-post .webalive-site-main article.post .entry-content {
    /* order: 3; */
    width: 770px;
    max-width: 100%;
    margin: 0 auto 10px;
}
body.single-post .webalive-site-main article.post .entry-footer {
    /* order: 4; */
    width: 770px;
    max-width: 100%;
    margin: 0 auto 10px;
    display: none;
}
body.single-post .webalive-site-main article.post .entry-footer span {
    font-size: 16px;
    color: #000000;
}
body.single-post .webalive-site-main article.post .entry-footer a {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    transition: 0.3s;
}
body.single-post .webalive-site-main article.post .entry-footer span a:hover {
    color: #F764EC;
}
body.single-post .webalive-site-main .navigation {
    width: 770px;
    max-width: 100%;
    margin: 0 auto 10px;
    display: none;
}
body.single-post .webalive-site-main .navigation .nav-links a {
    text-decoration: underline;
    color: #000000;
    transition: 0.3s;
}
body.single-post .webalive-site-main .navigation .nav-links a:hover {
    color: #F764EC;
}
body.single-post .webalive-site-main .comments-area {
    width: 770px;
    max-width: 100%;
    margin: 70px auto 10px;
    display: none;
}
body.single-post .webalive-site-main .comments-area .comment-form {}
body.single-post .webalive-site-main .comments-area  p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
body.single-post .webalive-site-main .comments-area .logged-in-as a {
    text-decoration: underline;
    color: #000000;
    transition: 0.3s;
}
body.single-post .webalive-site-main .comments-area .logged-in-as a:hover {
    color: #F764EC;
}
body.single-post .webalive-site-main .comments-area p.comment-form-cookies-consent label {
    margin: 0;
}
body.single-post .webalive-site-main .comments-area .comment-form label {
    margin: 0 0 3px;
    font-size: 14px;
}
body.single-post .webalive-site-main .comments-area .comment-form textarea,
body.single-post .webalive-site-main .comments-area .comment-form input[type="text"],
body.single-post .webalive-site-main .comments-area .comment-form input[type="phone"],
body.single-post .webalive-site-main .comments-area .comment-form input[type="url"],
body.single-post .webalive-site-main .comments-area .comment-form input[type="email"] {
    padding: 13px 21px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lufga';
    height: 48px;
    width: 100%;
    outline: none;
}
body.single-post .webalive-site-main .comments-area .comment-form textarea {
    height: 192px;
}
body.single-post .webalive-site-main .comments-area .comment-form textarea:focus,
body.single-post .webalive-site-main .comments-area .comment-form input[type="text"]:focus,
body.single-post .webalive-site-main .comments-area .comment-form input[type="phone"]:focus,
body.single-post .webalive-site-main .comments-area .comment-form input[type="url"]:focus,
body.single-post .webalive-site-main .comments-area .comment-form input[type="email"]:focus {
    border-color: #B8ADF4;
}
body.single-post .webalive-site-main .comments-area .comment-form input[type="submit"] {
    background-color: #F764EC;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0px;
    fill: #000000;
    color: #000000;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 45px 14px 45px;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}
body.single-post .webalive-site-main .comments-area .comment-form input[type="submit"]:hover {
    background-color: #7E68ED;
}
body.single-post .webalive-site-main .e-blog-sh {
    width: 770px;
    max-width: 100%;
    margin: 30px auto 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
body.single-post .webalive-site-main .e-blog-sh .show-share {
    font-weight: 500;
    margin: 0;
}
body.single-post .webalive-site-main .e-blog-sh .post-sharer {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
body.single-post .webalive-site-main .e-blog-sh .post-sharer li {
    margin: 0;
}
body.single-post .webalive-site-main .e-blog-sh .post-sharer li .share-btn {
    display: inline-flex;
    height: 30px;
    width: 30px;
    color: #000000;
    background: #F764EC;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    font-size: 14px;
}
body.single-post .webalive-site-main .e-blog-sh .post-sharer li .share-btn:hover {
    background: #B8ADF4;
    text-decoration: none;
}
/*----------------------------------------
******** Blog Post Page End *******
----------------------------------------*/

