body {
    background-color: #ffffff;
}

h1 .e-date-event {
    font-size: 40px;
    display: block;
}

.overflow-h{
    overflow: hidden;
}

.pt-1{
    padding-top: 50px;
}

.blue-text a{
    color: #0094B0 ;
}

#header .kc-wrap-columns .logo {
    width: 214px;
}

#header .kc-wrap-columns .mainmenu {
    width: calc(100% - 240px - 300px);
}

#header .kc-wrap-columns .mainmenu > *{
    align-items: center;
    display: flex;
}

#header .kc-wrap-columns .sociallinks {
    width: 300px;
}

.hamburger-menu {
    display: none;
}

.hamburger-menu+.widget {
    margin-top: 0;
}

.blue-textbtn.kc_button{
    position: relative;
}

.header-schedule ul {
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    list-style-type: none;
}

.header-schedule ul li{
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
}

.header-schedule ul li:last-child{
    border-bottom: none;
}

.header-schedule ul li em{
    font-style: normal;
    color: #0094B0 !important;
}


.logo-bot-slider.owl-nav-arrow.owl-theme .owl-item>.item>img {
    margin: 0 auto;
}

.zoom-icon-btn .sl-camrecorder:before{
	display:none;
}

.kc_button.zoom-icon-btn {
    display: flex;
    align-items: center;
    padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
	width: 200px;
    padding: 12px 20px;
}

.zoom-icon-btn .sl-camrecorder:after{
	content:"";
	display:block;
	width:60px;
	height:60px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' width='144px' height='144px'%3E%3Ccircle cx='24' cy='24' r='20' fill='%232196f3'/%3E%3Cpath fill='%23fff' d='M29,31H14c-1.657,0-3-1.343-3-3V17h15c1.657,0,3,1.343,3,3V31z'/%3E%3Cpolygon fill='%23fff' points='37,31 31,27 31,21 37,17'/%3E%3C/svg%3E");
	background-size:cover;
	background-position:0 0;
	background-repeat:no-repeat;
}

.guest-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.guest-thumb{
    width: 80px;
}

.guest-list{
    margin-bottom: 25px;
}

.guest-list .guest-item{
    transition: all ease 0.5s;
    cursor: pointer;
}

.guest-list .guest-item:hover{
    background-color: #f3f1f1;
}

.guest-list .guest-item{
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.guest-item .guest-thumbnail{
    border:1px solid #ccc;
    width: 62px;
    height: 62px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.guest-item .guest-desc {
    /* background: #ccc; */
    padding: 0 0 0 5px;
    width: calc(100% - 85px);
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    justify-content: space-between;
}

.guest-item .guest-desc h3 {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}

.e-guest-container .guest-link a,
.network-events-guest a.ticket-btn,
.banner-tab .kc_tabs_nav~.kc_tab .kc_tab_content a.ticket-btn{
    color: #0094B0;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px 0 0;
    margin-right: 15px;
}

.e-guest-container .guest-link a.ticket-btn:before,
.ticket-btn:before{
    content: "";
    display: block;
    width: 11px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 8.25L5.375 4.5L1.625 0.75' stroke='%230094B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.guest-item .guest-desc p{
    margin: 0;
}

.guest-item .guest-desc .guest-name h3 + p {
    margin-top: -6px;
}

.e-guest-container a.evt-btn,
.network-events-guest a.evt-btn,
.banner-tab .kc_tabs_nav~.kc_tab .kc_tab_content a.evt-btn{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 4px;
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    transition: all ease 0.5s;
    z-index: 0;
    overflow: hidden;
    display: block;
}

/* .e-guest-container a.evt-btn:hover ,
.network-events-guest a.evt-btn:hover,
.banner-tab .kc_tabs_nav~.kc_tab .kc_tab_content a.evt-btn:hover{
    background: transparent;
} */

a.evt-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0094B0;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    z-index: -1;
    opacity: 0;
    transition: all ease 0.5s;
}

.e-guest-container a.evt-btn:hover:after ,
.network-events-guest a.evt-btn:hover:after,
.banner-tab .kc_tabs_nav~.kc_tab .kc_tab_content a.evt-btn:hover:after{
    opacity: 1;
    transition: all ease 0.5s;
}



.e-guest-container a.watch-btn,
.network-events-guest a.watch-btn,
.banner-tab .kc_tabs_nav~.kc_tab .kc_tab_content a.watch-btn{
    color: #0094B0;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #0C8167;
    border-radius: 4px;
}


.e-guest-container a.watch-btn::after,
.watch-btn::after{
    content: "";
    display: block;
    width: 11px;
    height: 14px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 8.25L5.375 4.5L1.625 0.75' stroke='%230094B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-flex;
    position: relative;
    top: 2px;
    left: 0px;
    margin-left: 5px;
    transition: all ease 0.5s;
}

.watch-btn:hover::after,
.watch-btn:hover::after{
    left: 5px;
}

.guest-video{    
    max-width: 580px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.guest-video.guest-video-show{
    display: block;
}

.guest-video-container {
    width: 100%;
}

.guest-video iframe{
    width: 100%  !important;
    height: 350px;
}

.close{
    position: absolute;
    right: 0;
    top: -13px;
}

.close a{
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

/* ======== */



.event-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.event-thumb{
    width: 228px;
    margin-top: 15px;
    display: none;
}

.event-item .event-thumbnail {
    max-height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.event-list .event-item{
    transition: all ease 0.5s;
    cursor: pointer;
    color: #fff;
    /* background-color: #207ea7; */
    background-color: #292e30;
    border: 2px solid #07b8ca;
    border-radius: 10px;
}

#past-events .event-list .event-item{
    border: 2px solid #07b8ca;
}

.event-list .event-item{
    /* border-bottom: 1px solid #ccc; */
    padding:0px;
}

.event-item .event-thumbnail{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.event-item .event-desc {
    /* background: #ccc; */
    padding: 15px;
    /* width: calc(100% - 228px - 35px); */
    width: 100%;
}

.event-item .event-desc h3 {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 700;
    margin: -4px 0 0;
}

.g-sec h4 {
    font-size: 14px;
    color: #07b8ca;
    margin: 15px 0 0;
}

.g-desc ul {
    list-style-type: none;
}

.g-desc ul li {
    padding: 0 0 0 16px;
    margin: 0;
    position: relative;
}

.g-desc ul li:after {
    content: "";
    display: block;
    background: #07b8ca;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.event-item .event-desc h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-item .event-desc h3 a.view-link,
.home .event-item .event-desc h3 a.view-link {
    font-size: 14px;
    color: #07b8ca;
    display: block;
    position: relative;
}

.event-item .event-desc h3 a.view-link::after,
.home .event-item .event-desc h3 a.view-link::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #07b8ca;
    display: block;
}

.event-category-group {
    display: flex;
    gap: 5px;
    justify-content: end;
}

.event-category-label.cat-live {
    text-align: right;
}

.event-category-label span {
    font-size: 14px;
    color: #07b8ca;
    /* border: 1px solid #07b8ca; */
    border-radius: 4px;
    padding: 2px 3px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

/* .event-category-label a::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #07b8ca;
    display: block;
} */

 
.event-item .event-desc h3 a{
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.event-item .event-desc .event-content{
    max-height: 85px;
    overflow: hidden;
}

.event-item .event-desc .event-content + p{
    margin: 0;
}

.event-item .event-desc ul{
    margin-left: 0;
    font-size: 14px;
}

.event-item .event-desc .event-date{
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.h-mng-1 {
    min-height: 113px;
}

.event-read-more{
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 12px 20px 12px 20px;
    font-family: 'Outfit';
    transition: all ease 0.3s;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: 700;
    /* background-color:transparent; */    
    background-color: #16555b7c;
    border: 2px solid #07b8ca;
    text-transform: uppercase;
    border-radius: 8px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all ease 0.5s;
}

.event-read-more::after{
    content: "";
    display: block;
    width: 11px;
    height: 14px;
    /* position: absolute;
    right: 0;
    top: 0; */
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 8.25L5.375 4.5L1.625 0.75' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 5px;
    transition: all ease 0.5s;
}

.event-read-more:hover{
    /* background-color: #fff; 
    color: #207ea7;*/
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    color: #fff;
}

.event-read-more:hover::after{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 8.25L5.375 4.5L1.625 0.75' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.e-time-view {
    font-size: 14px;
}


.btn-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 15px; */
}

.testi-carousel .owl-controls .owl-buttons [class*=owl-],
.owl-carousel.owl-theme.network-gallery .owl-nav [class*=owl-],
.owl-carousel.owl-theme.logo-list .owl-nav [class*=owl-],
.owl-carousel.owl-theme.event-list .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    z-index: 999;
    /* width: 50%; */
    transform: translate(0%, -50%);
    font-size: 203px;
    height: 100%;
    margin: 0;
    transition: all ease 0.5s;
}


.testi-carousel .owl-controls .owl-buttons [class*=owl-]{
    font-size: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.owl-carousel.owl-theme.network-gallery .owl-nav [class*=owl-] span,
.owl-carousel.owl-theme.logo-list .owl-nav [class*=owl-] span,
.owl-carousel.owl-theme.event-list .owl-nav [class*=owl-] span{
    font-size: 0px;
    display: flex;
    align-items: center;
    margin: 0;
} 

.testi-carousel .owl-controls .owl-buttons [class*=owl-]::after,
.owl-carousel.owl-theme.network-gallery .owl-nav [class*=owl-] span::after,
.owl-carousel.owl-theme.logo-list .owl-nav [class*=owl-] span::after,
.owl-carousel.owl-theme.event-list .owl-nav [class*=owl-] span::after{
    content: "";
    display: block;
    width: 26px;
    height: 37px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 8.25L5.375 4.5L1.625 0.75' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all ease 0.5s;
    background: none;
    content: "\e606";
    font-size: 32px;
    font-family: simple-line-icons;
    color: #ffffff;
}
 


.owl-carousel.owl-theme.logo-list .owl-nav [class*=owl-]{
    margin: -5px;
}

.owl-carousel.owl-theme.network-gallery .owl-nav [class*=owl-] span::after,
.owl-carousel.owl-theme.logo-list .owl-nav [class*=owl-] span::after{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 8.25L5.375 4.5L1.625 0.75' stroke='%23a3a3a3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background: none;
    content: "\e606";
    font-size: 32px;
    font-family: simple-line-icons;
    color: #a3a3a3;
}


.owl-carousel.owl-theme.network-gallery .owl-nav [class*=owl-] span::after{
    color: #ffffff;
}

.testi-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel.owl-theme.network-gallery .owl-nav .owl-prev,
.owl-carousel.owl-theme.logo-list .owl-nav .owl-prev,
.owl-carousel.owl-theme.event-list .owl-nav .owl-prev{
    left: -9px;
}

.testi-carousel .owl-controls .owl-buttons .owl-next,
.owl-carousel.owl-theme.network-gallery .owl-nav .owl-next,
.owl-carousel.owl-theme.logo-list .owl-nav .owl-next,
.owl-carousel.owl-theme.event-list .owl-nav .owl-next{
    right: -9px;
}

.testi-carousel .owl-controls .owl-buttons .owl-prev::after,
.owl-carousel.owl-theme.network-gallery .owl-nav .owl-prev > span,
.owl-carousel.owl-theme.logo-list .owl-nav .owl-prev > span,
.owl-carousel.owl-theme.event-list .owl-nav .owl-prev > span {
    position: relative;
    transform: rotate(180deg);
}

.testi-carousel .owl-controls .owl-buttons [class*=owl-] {
    height: auto;
    background: transparent;
    margin: 0 -15px;
}

.network-gallery,
.logo-list,
.event-list {
    padding: 0 15px;
    width:calc(100% - 18px - 18px);
    margin: 0 auto;
}

.event-list{
    margin-top: 25px;
    margin-bottom: 25px;
}

.current-event-content {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #fff;
    border-radius: 4px;
    justify-content: space-between;
}

.current-event-content > * {
    display: flex;
    width: calc(100% / 2);
    background: #0000008f;
}

.current-event-content > *.w-online {
    /* background: #e3f2f48f; */
    background: #e3f2f4d1;
}

.dark .current-event-content > *.w-online p {
    color: #2a2a2a;
}

.dark .current-event-content > *.w-online p strong{
    font-size: 17px;
}

.current-event-content > *.current-e2 span,
.current-event-content > *.current-e1 strong {
    display: block;
}




/* .current-event-content > * {
    padding: 20px;    
} */



.current-event-content > * > *:first-child{
    padding: 20px 0 20px 10px;
}

.current-event-content > * p{
    margin: 0;
    font-size: 20px;
}

.current-event-content.network-events-hd > * p{
    font-size: 17px;
    text-align: left;
}

/* .current-event-content > .current-e1 strong{
    font-size: 35px;
} */

.current-event-content > .current-e2 p + p,
.current-event-content > .current-e1 p + p{
    display: flex;
    align-items: center;
    margin-left: auto;
}

.w-online {
    align-items: center;
}

.current-event-content.network-events-hd > .w-online.current-e3 p + p,
.w-online.current-e2 p + p{
    height: 100%;
}

.current-event-content.network-events-hd .current-e3,
.current-event-content .current-e2 {
    border-left: 1px solid #fff;
}

.current-event-content.network-events-hd .current-e3 strong small,
.current-event-content .current-e2 strong small {
    font-weight: normal;
}

a.current-event-btn,
.current-event-content .current-e3 a {
    padding: 21px 22px;
    width: auto;
    height: 100%;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    border-radius: 0 5px 5px 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    display: flex    ;
    align-items: center;
    color: #fff;
    position: relative;
    font-size: 15px;
    z-index: 0;
} 
 
.current-event-content .current-e3 a:after,
a.current-event-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    z-index: -1;
    opacity: 0;
    transition: all ease 0.5s;
}

.current-event-content .current-e3 a:hover:after,
a.current-event-btn:hover:after {
    opacity: 1;
}

a.current-event-btn::before,
.current-event-content .current-e3 a::before {
    content: "\f02b";
    font-family: 'FontAwesome';
    margin-right: 15px;
}

a.gen-tickets{
    color: #fff;
}

a.gen-tickets:hover{
    color: #0094B0;
}

.logo-list .owl-item {
/*     border: 1px solid #efefef; */
    height: 126px;
    display: flex;
    align-items: center;
	transition:all ease 0.5s;
}

.logo-list .owl-item img{
/*     max-height: 38px; */
	max-height: 95px;
    width: auto;
	margin:0 auto;
}

.logo-list .owl-item img.logo-h,
.logo-list .owl-item img.kdm-logo {
    max-height: 52px;
}

.logo-list .owl-item img {
    filter: grayscale(1);
    opacity: 0.6;
	cursor: pointer;
	transition:all ease 0.5s;
}

.logo-list .owl-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* .logo-list .owl-item:hover{
	border-color:#207ea7;
} */

body.kc-css-system .aboutUs[class*="kc-css-"] {
    background-position: 180% 0px;
    padding-top: 100px;
    background-size: 86%;
}

.aboutUs .aboutUs-content{
    margin-top: 0;
    padding: 50px 125px;
}

.banner-tab {
    margin-top: 9px;
    padding-top: 62px;
	opacity:0.9;
}

.banner-tab .kc_tabs{
    margin-bottom: 0;
}


.map-iframe iframe{
    margin: 0 auto;
}


body.kc-css-system .aboutUs.aboutUsRight[class*="kc-css-"] {
    background-position: 0% 0px;
    padding: 0;
    padding-top: 100px;
    background-size: 72%;
}

.banner-single-page{
    /* background-image: url(assets/images/inner-banner.png); */
    background-image:url(../images/inner-banner.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;   
    text-align: center; 
    position: relative;
    z-index: 0;
}

.guest-1 + .guest-2 .e-guest-single-content{
	margin-left:auto;
	float: none;
}


.banner-single-page h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: Outfit;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    margin: 0 auto;
    padding: 76px 0;
}

.banner-single-page.overlay-bg::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111428;
    opacity: 0.7;
    z-index: -1;
}

.network-events-seection .kc_tabs>.kc_wrapper>.kc_tabs_nav {
    background: transparent;
}

/* .network-events-seection .kc_tabs_nav>li{
    border: none;
} */

.network-events-seection .kc_tabs_nav>li:first-child {
    border-radius: 8px 0 0 0;
}

.network-events-seection .kc_tabs_nav>li:last-child {
    border-radius: 0px 8px 0 0px;
}


.network-events-seection .kc_tabs_nav>li>a, 
.network-events-seection .nav-pills>li>a {
    color: #207ea7;
    background: #fff;
}

.network-events-seection .kc_tabs_nav>.ui-tabs-active>a, 
.network-events-seection .kc_tabs_nav>li:hover, 
.network-events-seection .kc_tabs_nav>li>a:hover {
    background-color: #207ea7;
    color: #fff;
}

.network-events-seection .kc_tabs_nav~.kc_tab.ui-tabs-body-active {
    background: #207ea7;
    background: transparent;
}

.network-events-seection .event-list .event-item{
    border: none;
}

.network-events-seection .kc_tabs_nav~.kc_tab .kc_tab_content {
    padding: 0;
}

.bg-color-1{
    background: #207ea7;
    border-radius: 0 0 8px 8px;
}

.network-events-guest h3 a{
    color: #303030;
}

.network-events-guest .guest-list {
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.network-events-guest .guest-list > *{  
    width: 50%;
    background: #fff;
}

.network-events-guest .guest-thumb {
    width: 100%;
}

.network-events-guest .guest-item .guest-thumbnail {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
 
.single-event-banner h1{
    display: none;
}

.network-events-guest .guest-item .guest-desc {
    padding: 0 ;
    width: 100%;
}

.network-events-guest .guest-name{
    width: 100%;
    text-align: center;
}

.network-events-guest a.ticket-btn{
    display: block;
}

.network-events-guest .guest-item .guest-desc p {
    margin: 0 auto;
}

.network-events-guest a.watch-btn {
    margin: 5px 0;
    display: inline-flex;
}

.network-sec.aboutUs .aboutUs-content {
    padding: 12px 70px;
}

.network-sec.aboutUs .aboutUs-content .kc_text_block {
    margin-bottom: 0px;
}

#past-events.network-sec-1{
    padding: 30px 0 37px;
}

.single-event-content{
    padding-top: 50px;
}

.single-event-content h2 {
    margin: 0;
}

.e-date {
    font-size: 17px;
    font-weight: 700;
    color: #0094B0;
}

.e-single-content ul{
    padding: auto;
    margin: 0;
}

.e-single-content-1{
    padding-bottom: 25px;
}

.hide{
    display: none;
}

.single-event-title{
    background: #cae7ed;
}

.single-event-title h2{
    margin-top: 10px;
    margin-bottom: 0;
}

.single-event-content{
    background: transparent url(assets/images/past-events-bg.png) 0% 0% / auto repeat scroll;
}

.single-event-content p,
.single-event-content{
    color:#fff
}

.meet-the-team .kc_single_image {
    width: 119px;
    height: 119px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin:0 auto;
    float: none;
}

.meet-the-team .kc_single_image img {
    height: 100%;
    width: auto;
    max-width: fit-content;
}

.kc-elm.team-boxes[class*="kc-css-"] > .kc-elm {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    transition: all ease 0.5s;
}

.kc-elm.team-boxes[class*="kc-css-"] > .kc-elm:hover {
    background-color: #f3f1f1;
}

.meet-the-team h5 {
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
}

.meet-the-team p {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.meet-the-team .kc_row_inner .kc_col-sm-12 .kc_wrapper{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 5px;
    justify-content: center;
}

.meet-the-team .kc_row_inner .kc_col-sm-12 .kc_wrapper a {
    /* background-color: #fff; */
    width: 25px;
    display: block;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meet-the-team .kc_row_inner .kc_col-sm-12 .kc_wrapper a i {
    color: #000;
    font-size: 21px;
}

.network-schedule ul{
    font-size: 23px;
    line-height: 40px;
    list-style-type: none;
}

.network-gallery .item{
    display: flex;
    align-items: center;
    height: 200px;
    overflow: hidden;
    background: #ebe8e8;
}

.guest-event-item {
    display: flex;
    flex-wrap: wrap;
}

.e-guest-single-content{
    background: rgb(227, 242, 244, 0.95);
    max-width: 800px;
    padding: 50px 125px;
    margin-top: 100px;
}

.guest-event-item > *:last-child {
    /* width: calc(100% - 320px - 15px - 15px);    
    padding: 0 15px; */
    width: 100%;
}

.guest-event-item > *.guest-event-thumb {
    width: 320px;
}

.guest-title {
    color: #0094B0;
    font-size: 40px;
    margin: 0;
    width: 100%;
}

.e-guest-single-content {
    text-align: left;
	line-height: 1.5;
	color: #525252;
	font-size: 15px;
}

.e-guest-single-content p{
	font-size: 15px;
	line-height: 1.5;
}

.e-guest-single-content h3{
    color: #333;
    font-size: 30px;
    margin: 0;
    width: 100%;
}

.kc-container.e-guest-container{
    max-width: none;
}

.guest-event-desc a.watch-btn{
    background-color: #fff;
}

.e-guest-single-content .guest-link {
    padding: 25px 0;
}

.guest-event-content{
    padding-top: 15px;
}

.guest-event-thumb{
    margin: 15px 0;
}

.single-event-content .kc-elm[class*="kc_col-"],
.single-event-content .kc_col-sm-12,
.single-event-title .kc_col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.e-single-content-1.network-schedule ul {
    width: 100%;
}

.e-single-content-1.network-schedule ul li em {
    width: 38%;
    color: #cae7ed;
}

.e-single-content-1.network-schedule ul li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23cae7ed' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
    background-size: 58%;
    background-position: -1px 4px;
}

.team-boxes .team-box_row_inner,
.team-boxes {
    display: flex;
    flex-wrap: wrap;
    /* gap: 15px; */
}

.team-boxes .team-box_row_inner > *,
.team-boxes > * {
    width: calc(100% / 3);
    padding: 0 15px;
}


.team-boxes .team-box_row_inner br{
    display: none;
}

.team-boxes .team-box_row_inner p {
    display: none;
}

.team-box-title-wrap p:not(.kc_title){
    display: none;
}

.e-guest-single-content.right-align {
    margin-left: auto;
}


.guest-1 + .guest-2 + .team-sec-1 .e-guest-single-content.right-align {
    margin-left: 0;
}

.team-boxes .team-box_row_inner {
    justify-content: center;
}

.team-boxes .team-box_row_inner > * {
    width: calc(100% / 4);
}

.team-boxes > * {
    background: #fff;
    padding: 15px;
    transition: all ease 0.5s;
}

.team-boxes > *:hover {
    background: #f3f1f1;
}

.current-event-content.network-events-hd > * {
    width: calc(100% / 4);
}

.current-event-content.network-events-hd > .current-e3 p + p {
    display: flex;
    align-items: center;
    margin-left: auto;
}

/* .current-event-content.network-events-hd > .current-e3 > p:first-child {
    display: grid;
    align-items: center;
} */

.current-event-content.network-events-hd > .current-e3 > p:first-child strong{
    display: block;
} 

.current-event-content.network-events-hd{
    margin-bottom: 35px;
}

.current-event-content.network-events-hd a.current-event-btn {
    min-width: 157px;
}

.past-event-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.past-event-listing > *  {
    width: calc(100% / 4);
    padding: 0 15px 15px;
    display: flex;
}

.past-event-listing > * > * {
    width: 100%;
    height: 100%;
    padding: 15px;  
    cursor: pointer;
    color: #fff;
    background-color: #292e30;
    border: 2px solid #07b8ca;
    border-radius: 10px;
}

body .past-event-listing h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.past-event-listing h2 a{
    color: #fff;
    display: block;
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-height: 3em;
    white-space: nowrap;
}



.past-event-listing .g-desc{
    font-size: 14px;
}

.past-event-listing .g-desc ul{
    margin-left: 0;
}

.past-event-listing .event-date {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.past-event-listing .past-event-content{
    padding: 15px 0;
    min-height: 92px;
    display: none;
}

body .current-event-listing h2{
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}

.current-event-listing h2 a{
    color: #000;
}

.current-event-listing .current-event-content {
    background: #fff;
}

.current-event-listing .current-event-content > * p strong {
    color: #207ea7;
}

.current-event-listing .event-read-more{
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
}

.current-event-listing .current-event-content.network-events-hd {
    margin-bottom: 5px;
}

.current-event-listing .event-read-more:hover {
    color: #fff;
}

.current-event-listing .event-read-more:hover::after{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 8.25L5.375 4.5L1.625 0.75' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.event-listing-pagination{
    padding-top: 25px;
}

.event-listing-pagination ul.page-numbers {
    list-style-type: none;
}

.event-listing-pagination ul.page-numbers {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.event-listing-pagination ul.page-numbers > li > .page-numbers.current,
.event-listing-pagination ul.page-numbers > li > a {
    background: #d5d5d5;
    padding: 5px;
    display: block;
    width: 25px;
    text-align: center;
    color: #207ea7;
    border-radius: 4px;
    font-size: 12px;
}

.event-listing-pagination ul.page-numbers > li > a:hover,
.event-listing-pagination ul.page-numbers > li > .page-numbers.current{
    background: #207ea7;
    color: #fff;
    text-decoration: none;
}

.event-listing-pagination ul.page-numbers > li > a.next,
.event-listing-pagination ul.page-numbers > li > a.prev {
    width: auto;
}

.single-event-header{
  padding:20px 15px;      
}

.banner-single-page .single-event-header h1{
    font-size: 55px;
    font-weight: 700;
    font-family: Outfit;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    padding: 0;
}

.banner-single-page .current-event-content > * p{
    color: #fff;
}

.banner-single-page .current-event-content > *.w-online p{
    color: #2a2a2a;
}

ul.wp-block-categories li:not(.cat-item-9):not(.cat-item-10){
    display: none;
}

.event-list-sidebar .event-thumb,
.event-list-sidebar .event-desc{
    width: 100%;
}

 .event-list-sidebar .event-desc {
    padding: 15px 0;
    color: #fff;
}

.past-event-sidebar {
    background: #207ea7;
    color: #fff;
    padding: 15px;
    margin-top: 15px;
    display: none;
}

body .past-event-sidebar h2.wp-block-heading {
    margin: 0;
    font-size: 30px;
}

.past-event-sidebar section {
    margin: 0;
}

.past-event-sidebar .event-content{
    margin-bottom: 15px;
}

.past-event-sidebar .event-content p{
    color: #fff;
}

.bot-tickets{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0 0;
}

.bot-tickets span.late-tickets {
    padding: 15px;
}

.bot-tickets a.late-tickets-link {
    background: #207ea7;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    padding: 5px 15px;
    color: #fff;
    border-radius: 2px;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


.kc_button.btnstyle1{
    background-color: #16555b7c;
    border: 2px solid #18737b;
    text-transform: uppercase;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}

.kc_button.btnstyle2{
    background-color: #2a2a2a;
    border: 3px solid #2285ac;
    text-transform: uppercase;
    border-radius: 8px;
    width: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}


.kc_button.btnstyle:after,
.bot-tickets a.late-tickets-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    z-index: -1;
    opacity: 0;
    transition: all ease 0.5s;
}

.kc_button.btnstyle{
    position: relative;
    z-index: 0;
    transition: all ease 0.5s;
    overflow: hidden;
}

.timersection > .kc-container{
    max-width: 1320px;
    margin: 0 auto;
}

.kc_button.btnstyle:hover,
.timersection .kc_button:hover {
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
}

.kc_button.btnstyle:hover:after,
.bot-tickets a.late-tickets-link:hover:after {
    opacity: 1;
}

.bot-tickets a.late-tickets-link::before {
    content: "\f02b";
    font-family: 'FontAwesome';
    margin-right: 15px;
}

/* .current-event-content.network-events-hd + .bot-tickets .late-tickets{
    margin-left: auto;
} */

.event-template-default .banner-single-page .current-event-item .bot-tickets p{
    color: #fff;
}

body.home .bot-tickets {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

body.home .bot-tickets .late-tickets {
    margin: 0;
}

body.home .bot-tickets p{
    margin: 0;
    width: 50%;
}

body.home .bot-tickets p.late-tickets{   
    padding: 27px 20px;
    font-size: 20px;
    /* text-align: right; */
}



body.home .banner-tab .kc_tabs_nav>.ui-tabs-active>a {
    text-align: center;
}


.kc_single_image .bio-img {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
    width: 200px;
    margin: 15px auto;
}


.post-password-form{
	margin: 50px 100px;
    background: rgb(227, 242, 244, 0.95);
    padding: 50px 100px 80px;
}

.post-password-form input[type="password"]{
    background: transparent;
    outline: 0px;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(204, 204, 204);
    border-image: none;
    padding: 10px 0px;
    font-size: 13px;
    font-family: Inter;
    color: rgb(82, 82, 82);
    margin-bottom: 25px;
}

.post-password-form input[type="submit"]{
    padding: 21px 22px;
    width: auto;
    height: 57px;
    background: linear-gradient(90deg, rgb(0, 148, 176) -11.38%, rgb(19, 118, 60) 106.9%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: 0.5s;
    min-width: 120px;
    text-decoration: none;
}


.postid-1109 .current-event-content,
.postid-1109 .past-event-sidebar{
	display:none;
}

.postid-1109.event-template-default .banner-single-page .single-event-header h1 {
    padding: 37px 0 0;
}



.btnstyle.kc_button.footer-btn {
    padding: 15px;
    height: auto;
    line-height: 20px;
    margin: 15px 0 0;
}

.btnstyle.kc_button.footer-btn.top-btn {
    position: absolute;
    left: -188px;
    top: -11px;
}

#header .menu-main-menu-container #menu-main-menu {
    gap: 15px;
}

#header .menu-main-menu-container #menu-main-menu li.join-list-link a {
    color: #0496b1;
    font-weight: 800;
    font-size: 12px;
}

#header .menu-main-menu-container #menu-main-menu li.join-list-link a i{
  text-decoration: none;
}

#header .widget li:first-child {
    margin-top: 3px;
}

.member-gal{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.member-gal > * {
    width: 45%;
    cursor: pointer;
}

.live-evt-sec-area .member-gal > * {
    width: 23%;
}

.member-gal .le-thumb{
    cursor: pointer;
    position: relative;
}

.member-gal .le-thumb:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='30' stroke='black' stroke-width='4'/%3E%3Cpolygon points='26,20 26,44 46,32' fill='none' stroke='white' stroke-width='4' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}

.gal-popup{
    display: none;
}

.gal-popup.active{        
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000e6;
    /* background: #ffffffe6; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.gal-container {
    border: 8px solid #07b8ca;
    max-width: 80%;
    position: relative;
    background: #fff;
    padding: 15px;
    /* overflow: auto; */
}

.gal-popup .close {
    color: #fff;
    margin: 15px 0px 3px 0px;
    cursor: pointer;
    background: #fff;
    padding: 12px 18px;
    font-size: 25px;
    background-color: #000;
    width: 39px;
    height: 39px;
    display: block;
    border-radius: 8px;
    background-image: url(assets/images/close-white.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 19px;
}

.gal-popup .close svg{
    display: none;
}

.member-gal h3 {
    font-size: 18px;
    margin: 0;
    text-align: center;
    text-transform: none;
    background: #000;
    color: #fff;
    padding: 5px;
}

.live-evt-sec-area .member-gal h3 {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #292e30;
    border: 2px solid #07b8ca;
    border-radius: 8px;
}

.live-evt-sec-area .member-gal h3:hover {
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    color: #fff;
}

.gal-popup.active h2 {
    font-size: 42px;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.gal-popup.active h2 span:first-child{
    display: block;
    width: 87%;
}

.member-gal .gal-video{
    width: 100%;
    /* height: 100%; */
    height: 74vh;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    overflow: auto;
}

.evt-video-box {
    width: 32%;
}

.evt-video-box h4 {
    margin: 5px 0 0px;
    font-size: 17px;
    line-height: 25px;
    color: #000;
}

.member-gal .gal-video video{
    /* width: 97% !important;
    height: 90% !important; */
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}


input[type="submit"].swpm-login-form-submit {
    padding: 21px 22px;
    width: auto;
    height: 57px;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    min-width: 120px;
}

.contactform.mem-login label {
    font-size: 12px;
}


.contactform.mem-login .swpm-remember-me {
    display: flex;
    gap: 5px;
    align-items: center;
}

.contactform.mem-login .swpm-remember-me label {
    padding: 0;
    margin: 0;
}

.contactform.mem-login label {
    font-size: 13px;
}

.contactform.mem-login .swpm-remember-me {
    display: flex;
    gap: 5px;
    align-items: center;
}

.contactform.mem-login .swpm-remember-me label {
    padding: 0;
    margin: 0;
}



.contactform.mem-login .swpm-join-us-link a, 
.contactform.mem-login .swpm-forgot-pass-link a {
    font-size: 12px;
    float: left;
    font-weight: 700;
    color: #0094B0;
}

.contactform.mem-login .swpm-join-us-link {
    float: right;
}

.owl-nav-arrow.owl-theme.member-photo-gal .owl-controls .owl-buttons div:before {
    font-size: 30px;
  }
  
  /* .swpm-post-not-logged-in-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
} */

.swpm-post-not-logged-in-msg {
    display: flex;
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    padding: 15px 25px;
    border-radius: 8px;
    margin: 60px auto;
    width: 100%;    
    color: #efefef;
    text-align: center;
    max-width: 558px;
    line-height: 23px;
    justify-content: center;
}

.swpm-post-not-logged-in-msg a {
    color: #fff;
    font-weight: 700;
}

.swpm-post-not-logged-in-msg .swpm-login-link{
    padding-left: 5px;
}

.swpm-login-widget-logged{
    font-family: Outfit;
}

.swpm-login-widget-logged > * {
    padding-bottom: 5px;
}




/* Custom Css Start from Admin */
/* .event-count-sec {
    justify-content: center;
} */

div#main_countedown_1 .countdown {
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
}

.event-count-sec p {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    display: flex;
    align-items: center;
}

div#main_countedown_1 {
    width: 50%;
    margin: 0 auto;
}

#main_countedown_1 .element_conteiner {
    min-width: 110px !important;
}

#main_countedown_1 .time_left {
    background-color: transparent !important;
    font-size: 49px !important;
    color: #06bbcc !important;
	font-family: Outfit !important;
	padding: 0;
}

#main_countedown_1 .time_description,
#main_countedown_1 .countdown {
    font-family: Outfit !important;
}

.page-template-membershiptemplate-my-account-php .woocommerce{
    background: rgb(227, 242, 244, 0.95);
    margin-top: 100px;
    padding: 50px 100px 80px;
}

.page-template-membershiptemplate-my-account-php .kc-col-container h2 {
    color: #0094B0;
    font-size: 25px;
    font-weight: bold;
    font-family: Outfit;
    text-transform: uppercase;
    letter-spacing: 0;
}

.woocommerce form.login{
    border: none;
    padding: 0px;
    margin: 0;
    border-radius: 0px;
}

body .woocommerce-Button.button,
body .woocommerce-button.button:hover,
body .woocommerce-button.button {
    padding: 21px 22px;
    width: auto;
    height: 57px;
    background-color: transparent;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    min-width: 120px;
}

body .woocommerce-Button.button{
    margin-top: 25px;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
    background: transparent;
    outline: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 13px;
    font-family: Inter;
    color: #000;
    margin-bottom: 25px;
    border-radius: 0px;
}

.woocommerce-form-row label,
.woocommerce form .form-row label, 
.woocommerce-page form .form-row label{
    font-size: 13px;
    color: #000;
}

.woocommerce-LostPassword.lost_password{
    font-size: 13px;
}

form.woocommerce-form.woocommerce-form-login.login > *:nth-last-child(2) {
    /* border: 1px solid; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

form.woocommerce-form.woocommerce-form-login.login > *:nth-last-child(2)::after,
form.woocommerce-form.woocommerce-form-login.login > *:nth-last-child(2)::before{
    display: none;
}

.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input{
    top: 30%;
}

@media(min-width: 1200px){
    .page-template-membershiptemplate-my-account-php .woocommerce{
        margin-left: -15px;
    }
}


@media(max-width: 1199px){
	.event-count-sec p {
		font-size: 18px;
	}
	#main_countedown_1 .element_conteiner {
        min-width: 80px !important;
    }
        
        #main_countedown_1 .time_left {
        font-size: 25px !important;
    }
        
        #main_countedown_1 .time_description {
        font-size: 18px;
    }	
    
}

@media(max-width: 1024px){
	.event-count-sec {
			justify-content: space-around;
	}
}

@media(max-width: 991px){
	.event-count-sec {
        flex-wrap: wrap;
    }

	div#main_countedown_1 {
        width: 100%;
    }
}

@media(max-width: 575px){
	div#main_countedown_1 .countdown {
        flex-wrap: wrap;
    }
		
		div#main_countedown_1 .countdown > * {
        width: 35%;
    }

    .page-template-membershiptemplate-my-account-php .woocommerce {
        margin-top: 10px;
        padding: 20px 15px;
    }


    .woocommerce .w-form-1 form .form-row-first, 
    .woocommerce .w-form-1 form .form-row-last, 
    .woocommerce-page .w-form-1 form .form-row-first, 
    .woocommerce-page .w-form-1 form .form-row-last {
        width: 100%;
    }

}

/* Custom Css End */

#past-events {
    padding: 30px 0;
}

.page-template-event-template .current-event-item h1{
    display: none;
}

.booktkt .current-event-content > *,
.page-template-event-template .current-event-content > *{
    background: transparent;
}

span.h-color {
    color: #000;
}

.benefits-sec ul{
    margin: 0;
    list-style-type: none;
}

.benefits-sec ul li{
    position: relative;
    padding: 0 0 0 40px;
    margin-top: 20px;
}

.benefits-sec ul li:first-child{
    margin-top: 0px;
}

.benefits-sec ul li::before{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    border-radius: 50%;
    color: #fff;
    display: flex    ;
    align-items: center;
    justify-content: center;
}

.kc_button.btnstyle1.join-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 25px;
    max-width: 200px;
    transition: all ease 0.5s;
    /* background-color: #16555b;
    border: 2px solid #18737b; */

    /* width: 200px;
    height: 134px; 
    display: flex;
    justify-content: center;
    align-items: center;*/
    background-color: #292e30;
    border: 2px solid #07b8ca;
    border-radius: 8px;
}

.kc_button.btnstyle1.join-btn:hover {
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
}

.kc_button.btnstyle1.join-btn .sl-user-follow{
    font-size: 25px;
}

/* ========= Affiliate Style Start ==============  */
#affwp-affiliate-dashboard {
    background: url(http://ming.dev-ss-app.com/wp-content/uploads/2024/11/past-events-bg.png) no-repeat 0% 0% #142752;
    background-size: auto;
    padding: 20px 15px 1px;
    margin: -15px -15px 0;
}

.affwp-tab-content{
    background: #207ea7;
    border-radius: 0 0 8px 8px;
    color: #fff;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li{
    overflow: hidden;
    padding: 0;
}

#affwp-affiliate-dashboard-tabs li:first-child{
    border-radius: 8px 0 0 0;
}

#affwp-affiliate-dashboard-tabs li:last-child {
    border-radius: 0px 8px 0 0px;
}

#affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab a{
    background-color: #fff;
    color: #207ea7;
    padding: 0 30px;
    text-decoration: none;
    outline: 0;
    display: block;
    line-height: 50px;
}

#affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab.active a{
    background-color: #207ea7;
    color: #fff;   
}

.affwp-tab-content p{
    color: #fff;
}

#affwp-affiliate-dashboard-url-generator button{
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    border-radius: 8px;
    font-size: 14px;
    font-size: 14px;
    min-width: 160px;
}

#online.kc_tab {
    background-color: #ccebf1;
}

#affwp-affiliate-dashboard h4,
#affwp-affiliate-dashboard-url-generator h3 {
    font-size: 30px;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}

/* input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="week"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
textarea */

#affwp-affiliate-dashboard-profile input[type=email],
#affwp-affiliate-dashboard-url-generator input:not([type="submit"]):focus,
#affwp-affiliate-dashboard-url-generator input:not([type="submit"]) {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    padding-left: 0;
}

#affwp-affiliate-dashboard-profile input[type=email]{
 font-size: 1.6rem;
}

#affwp-affiliate-dashboard-profile .affwp-send-notifications-wrap input[type=checkbox] + br{
    display: none;
}

#affwp-affiliate-dashboard-profile .affwp-send-notifications-wrap label{
    display: inline-block;
}

#affwp-graphs-filter input[type="submit"],
#affwp-affiliate-dashboard-url-generator input[type="submit"]{
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    border-radius: 8px;
    font-size: 14px;
    font-size: 14px;
    min-width: 160px;
}

#affwp-affiliate-dashboard-url-generator a{
    color: #fff;
}

#affwp-affiliate-dashboard-url-generator br {
    display: none;
}

.affwp-card{
    box-shadow: none;
}

/* #affwp-affiliate-dashboard-payouts,
#affwp-affiliate-dashboard-referrals,
#affwp-affiliate-dashboard-graphs,
div#affwp-affiliate-dashboard-creatives */
[id^="affwp-affiliate-dashboard-"] {
    padding: 15px;
}

table.affwp-table td{
    color: #fff;
}

input[type="text"].affwp-datepicker,
.affwp-graphs-date-options {
    width: 200px;
    height: 45px;
    padding: 2px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 5px;
}

input[type="text"].affwp-datepicker{
    padding-left: 5px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

input[type="text"].affwp-datepicker::placeholder{
    color: #fff;
}

.affwp-graphs-date-options option{
    color: #000;
}

.affwp-search-date span + br{
    display: none;
}

.affwp-search-date span{
    width: 45px;
    display: inline-block;
}

#affwp-affiliate-dashboard-referral-counts.affwp-tab-content ,
#affwp-affiliate-dashboard-earnings-stats.affwp-tab-content {
    border-radius: 0;
}

.affwp-notice {
    display: flex;
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    padding: 15px 25px;
    border-radius: 8px;
    margin: 60px auto;
    width: 100%;
    color: #efefef;
    text-align: center;
    max-width: 558px;
    line-height: 23px;
    justify-content: center;
}

.affwp-notice a{
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: 700;
}

.page-id-1244 .banner-single-page + section .kc-wrap-columns,
.page-id-1243 .banner-single-page + section .kc-wrap-columns{
   background: transparent url(https://mingnetwork.co.uk/wp-content/uploads/2025/04/home-e-bg.jpg) bottom right / cover no-repeat scroll;
    margin-top: 0px;    
    overflow: hidden; 
}

#affwp-register-form,
#affwp-login-form {
    background: rgb(227, 242, 244, 0.95);
    margin-top: 100px;
    padding: 50px 100px 80px;
    max-width: 675px;
    margin-left: -15px;
    margin-bottom: -15px;
}

#affwp-register-form{
    padding-left: 50px;
    padding-right: 50px;
}

#affwp-register-form legend,
#affwp-login-form legend {
    color: #0094B0;
    font-size: 25px;
    font-weight: bold;
    font-family: Outfit;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0;
    padding: 0;
}

#affwp-login-form p{
    margin-bottom: 0;
}

#affwp-login-form p:nth-last-child(2) br{
    display: none;
}

#affwp-register-form  p:nth-last-child(2){
    display: none;
}

#affwp-login-form p.affwp-lost-password a{
    font-size: 12px;
    float: left;
    font-weight: 700;
    color: #0094B0;
    margin-top: 5px;
}

.affwp-form label {
    font-size: 13px;
}

.affwp-user-remember br,
.affwp-form label + br{
    display: none;
}

.affwp-form input[type=text], 
.affwp-form input[type=password], 
.affwp-form input[type=email], 
.affwp-form input[type=url], 
.affwp-form textarea{
    background: transparent;
    outline: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 13px;
    font-family: Inter;
    color: #525252;
    margin-bottom: 25px;
}

.affwp-form input[type="submit"].button {
    padding: 21px 22px;
    width: auto;
    height: 57px;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    min-width: 120px;
    text-decoration: none;
}

.wp-block-columns:not(.alignwide):not(.alignfull).bg-aff{
    background: transparent url(https://mingnetwork.co.uk/wp-content/uploads/2025/04/home-e-bg.jpg) bottom right / cover no-repeat scroll;
    margin-top: 0;
    padding-bottom: 15px;
}

@media (max-width:1199px) {
    #affwp-affiliate-dashboard-tabs li.affwp-affiliate-dashboard-tab a {
        padding: 0 12px;
    }

    #affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
        font-size: 16px;
    }
}

@media (max-width:575px) {
    #affwp-register-form, #affwp-login-form {
        padding: 25px;
        width: 100%;
        margin-left: 0;
    }
}

/* ========= //Affiliate Style End ==============  */

/* =========== */

@media (max-width:1326px) {
  #header .menu-main-menu-container #menu-main-menu {
    gap: 27px;
  }

}

@media(max-width:1288px) {
	.btnstyle.kc_button.footer-btn.top-btn {
		left: 105px;
		top: -64px;
		padding: 5px;
	}
}



@media(min-width:1200px) {
    .logo-bot-slider.owl-nav-arrow.owl-theme:not(:hover) .owl-controls .owl-buttons div:not(.owl-next) {
        left: 0;
    }

    .logo-bot-slider.owl-nav-arrow.owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        left: auto;
    }
}

@media (min-width: 1200px) { 
    
    .bot-tickets-1{
        margin-top: 15px;
    }

    a.current-event-btn::before {
        margin-right: 10px;
    }

    .current-event-content a.current-event-btn,
    .bot-tickets-1 a.current-event-btn{
        width: 178px;
        padding-left: 15px;
        padding-right: 5px;
        font-size: 14px;
    }

    .current-event-content .current-e2 a.current-event-btn,
    .bot-tickets-1 .current-e2 a.current-event-btn {
        width: 156px;
    } 

    .current-event-content.network-events-hd a.current-event-btn {
        min-width: auto;
        width: auto;
        padding-right: 24px;
        margin-left: auto;
    }

    .current-event-content.network-events-hd .current-e2 a.current-event-btn  {
        width: auto;
        min-width: auto;
    }
}



@media(max-width:1199px) {

    #header .kc-wrap-columns .logo {
        /* width: 200px; */
        width: 142px;
    }

    #header .kc-wrap-columns .mainmenu {
        /* width: calc(100% - 240px - 256px); */
        width: calc((100% - 128px - 149px) - 33px);
    }

    #header .kc-wrap-columns .sociallinks {
        /* width: 268px; */
        width: 147px;
    }

    #header .menu-main-menu-container #menu-main-menu {
        gap: 26px;
    }

    body.home .current-event-content > * {
        width: 100%;
    }

    body.home a.current-event-btn {
        width: 200px;
    }

    body.home .current-event-content .current-e2 {
        border-left: none;
        border-top: 1px solid #fff;
    }

    .bot-tickets-1{
        margin-top: 15px;
    }

    body.home .current-event-content {
        /* border-bottom: 0px; */
        border-radius: 4px 4px 0 0;
    }

    body.home .bot-tickets {
        margin-top: 0;
        border-radius: 0 0 4px 4px;
    }


    body.home .bot-tickets p.late-tickets {
        width: auto;
        padding: 32px 20px;
    }

    .bot-tickets a.late-tickets-link {
        width: 200px;
        margin-left: auto;
    }

    h1 {
        font-size: 40px;
    }
   
    h1 .e-date-event {
        font-size: 22px;
    }

    .banner-tab .kc_wrapper>ul.ui-tabs-nav>li{
        font-size: 13px;
    }

    body.kc-css-system .aboutUs[class*="kc-css-"] {
        background-position: 263% 0px;
        background-size: 88%;
    }

    /* .current-event-content .current-e3 {
        width: 100%;
    }

    .current-event-content .current-e3 a{
        justify-content: center;
    } */

    body.kc-css-system .aboutUs .aboutUs-content[class*="kc-css-"],
    .aboutUs .aboutUs-content {
        padding: 15px;
    }

    .timersection h3 {
        font-size: 25px;
        width: 296px;
    }

    body.kc-css-system .kc-css-541654 .timer {
        font-size: 33px !important;
        padding-top: 13px;
    }

    .content-style1 .highlighted {
        font-size: inherit;
    }

    #footer-top {
        margin: 50px 0 0px;
        padding-top: 30px;
    }

    body.kc-css-system .aboutUs.network-sec[class*="kc-css-"],
    .contentStyle1.network-sec .contentStyle1-content{
        margin-top: 0px;
        padding-top: 0px;
    }

    .event-template-default .banner-single-page .single-event-header h1 {
        padding: 70px 0 0;
    }

 

    .banner-single-page .single-event-header h1{
        font-size: 40px;
    }

     .current-event-content.current-event-content.network-events-hd > * p {
        font-size: 16px;
    }

    .current-event-content.network-events-hd > * {
        width: calc(100% / 2);
        justify-content: space-between;
    }

    .current-event-content.network-events-hd > *:nth-child(1),
    .current-event-content.network-events-hd > *:nth-child(2) {
        border-bottom: 1px solid #fff;
    }

    .current-event-content.network-events-hd > *:nth-child(3){
        border-left: none;
    }

    .current-event-content.network-events-hd a.current-event-btn {
        min-width: 196px;
    }
}

@media(max-width:1038px) {
    #header .menu-main-menu-container #menu-main-menu {
        gap: 7px;
    }

}

@media(max-width:1199px) and (min-width: 992px) {
    #header .kc-wrap-columns .logo {
        width: 200px;
    }

    #header .kc-wrap-columns .mainmenu {
        width: calc(100% - 128px - 149px);
    }

    #header .kc-wrap-columns .sociallinks {
        width: 268px;
        position: absolute;
        right: 0;
        top: auto;
        margin-top: -25px;
    }
}

@media(max-width:999px) {
    .kc_button.btnstyle1 {
        width: auto;
        margin: 0 auto 5px;
    }
}

@media(max-width:998px) {
    .timersection .kc-row-container .kc-wrap-columns{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media(max-width:991px) {
    .hamburger-menu {
        display: block;
        padding-top: 5px;
    }

    .hamburger-menu.kc-icon-wrapper i {
        font-size: 32px;
    }

    /*.widget_nav_menu{
		display:none;
	}

     .widget_nav_menu.show-nav{
		display:block;
	}
	 */
    .menu-main-menu-container {
        position: fixed;
        left: -400px;
        top: 0;
        width: 300px;
        height: 100%;
        background: #000000ad;
        z-index: 999;
        transition: all ease 0.5s;
    }

    .show-nav .menu-main-menu-container {
        left: 0px;
    }

    #header .menu-main-menu-container #menu-main-menu {
        display: block;
    }

	#header .menu-main-menu-container #menu-main-menu li.join-list-link a,
    #header .menu-main-menu-container #menu-main-menu li.book-now a,
    #header .menu-main-menu-container #menu-main-menu li a {
        padding: 0 15px;
        color: #ffffff;
        font-size: 18px;
        line-height: 44px;
        display: block;
        position: relative;
        z-index: 0;
        transition: all ease 0.5s;
    }

    #header .menu-main-menu-container #menu-main-menu li a:before {
        content: "";
        background-color: #ffffff;
        color: #117A4B;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 0;
        height: 100%;
        z-index: -1;
        opacity: 0;
        transition: all ease 0.5s;
    }

    #header .menu-main-menu-container #menu-main-menu li a:hover:before,
    #header .menu-main-menu-container #menu-main-menu li.current-menu-item a:before {
        width: 100%;
        opacity: 1;
    }

    
    .current-event-content .current-e3 {
        width: auto;
    }

    .timersection h3{
        font-size: 14px;
        margin-top: 16px;
        margin-bottom: 0;
    }

    body.kc-css-system .kc-css-298758 .timer {
        padding-top: 0;
    }

    body:not(.home) h2 {
        font-size: 30px;
    }

    .contentStyle1.meet-the-team .contentStyle1-content {
        padding: 50px 15px 80px;
    }

    .e-guest-single-content {
        max-width: 640px;
        padding: 50px 43px;
        width: auto;
    }

    .current-event-content.network-events-hd > * {
        width: calc(100% / 2);
    }

    .current-event-content.network-events-hd .current-e3{
        border-top: 1px solid #fff;
        /* width: 100%; */
    }

    .past-event-listing > *{
        width: calc(100% / 2);
    }

    .testi-carousel .owl-carousel {
        padding: 0 15px;
        width: calc(100% - 18px - 18px);
        margin: 0 auto;
    }

    .testi-carousel .kc-testimo {
        width: 100%;
    }

    .single-event-guest .e-guest-single-content img {
        margin: 0 auto;
        float: none;
    }

    .kc_col-sm-6.col-right,
    .kc_col-sm-6.col-left{
        width: 100%;
    }

    .kc_col-sm-6.col-right.e-single-image {
        margin-top: 0px;
        margin-bottom: 15px;
    }

  

    .booktkt .current-event-content .current-e3 {
        border-color:  #ccc;
    }

    .banner-single-page h1.past-event-title {
        width: 95%;
        padding: 70px 0;
        font-size: 35px;
    }


    #header > .kc-container > .kc-wrap-columns {
        display: flex;
        flex-wrap: wrap;
    }

    #header > .kc-container > .kc-wrap-columns > *:nth-child(1) {
        order: 1;
        width: 200px;
    } 

    #header > .kc-container > .kc-wrap-columns > *:nth-child(2) {
        order: 3;
        width: auto;
    }

    #header > .kc-container > .kc-wrap-columns > *:nth-child(3) {
        order: 2;
        width: auto;
        margin: 0 auto;
    }
        

}

@media(max-width:767px) {
    .current-event-content .current-e3 {
        width: 100%;
    }

    .current-event-content .current-e2 {
        border-left: none;
        border-top: 1px solid #fff;
    }
   
    .booktkt .current-event-content .current-e2 {
        border-color: #ccc;
    }

    .current-event-content > *:not(.current-e3) {
        width: 100%;
    }

    .current-event-content.network-events-hd a.current-event-btn{
        width: 200px;
    }

    .current-event-content.network-events-hd .current-e3{
        border-left: 0px;
    }

    .event-thumb {
        width: 165px;
    }

    .event-item .event-desc {
        /* width: calc(100% - 165px - 35px); */
        width: 100%;
    }

    .event-item .event-desc .event-content {
        max-height: 138px;
    }

    .aboutUs .aboutUs-content {
        background: #00000094;
    }

    .aboutUs .aboutUs-content p,
    .aboutUs .aboutUs-content .kc-col-container{
        color: #fff;
    }

    body.kc-css-system .aboutUs.aboutUsRight[class*="kc-css-"],
    body.kc-css-system .aboutUs[class*="kc-css-"] {
        background-position: 50%;
        background-size: cover;
        padding-top: 0px;
    }

    body.kc-css-system .aboutUs[class*="kc-css-"] h2{
        margin-top: 0;
    }

    body.kc-css-system .aboutUs .aboutUs-content[class*="kc-css-"],
    .aboutUs .aboutUs-content {
        padding-bottom: 134px;
    }

    body.kc-css-system .aboutUs .aboutUs-content.pb-0-mob[class*="kc-css-"],
    .aboutUs .aboutUs-content.pb-0-mob{
        padding-bottom: 0;
    }

    h2 {
        font-size: 35px;
    }

    .aboutUs .aboutUs-content .network-events-guest p{
        color: #000;
    }

    .e-guest-single-content {
        max-width: 100%;
        padding: 50px 15px;
        width: auto;
        margin-top: 0px;
        margin-top: 0px;
        width: 100%;
    }

    .kc_title.content-style2.content-style2-mob {
        color: #fff;
    }

    .single-event-guest .e-guest-single-content {
        max-width: 100%;
        margin: 0 auto 15px;
        float: none;
        padding: 15px;
    }

    .single-event-guest .e-guest-single-content img {
        max-width: none;
    }

	.logo-list .owl-item img {
		filter: grayscale(0);
		opacity: 1;
	}
	
}

@media(max-width:648px) {
    h2{
        margin-top: 0;
    }

    .sponsors h2{
        margin-top: 25px;
    }

    #header > .kc-container > .kc-wrap-columns{
        display: flex;
        flex-wrap: wrap;
    }

    #header > .kc-container > .kc-wrap-columns > *:nth-child(3){
        order: 1;
        width: 100%;
    }

    #header > .kc-container > .kc-wrap-columns > *:nth-child(1){
        order: 2;
        width: 46%;
    }

    #header > .kc-container > .kc-wrap-columns > *:nth-child(2){
        order: 3;
        width: 46%;
    }

    #header > .kc-container > .kc-wrap-columns > *:nth-child(3) > * > * {
        display: flex;
        justify-content: right;
    }

    h2.content-style1 {
        margin: 15px auto;
        width: 100%;
        font-size: 20px !important;
    }

    h4 {
        font-size: 20px;
    }

    .dark .current-event-content > *.w-online p strong {
        font-size: 20px;
    }
    
}

@media(max-width:575px) {
    .banner-single-page .single-event-header h1, 
    h1 {
        font-size: 25px;
    }

    h1 .e-date-event {
        font-size: 18px;
    }

    .hamburger-menu+.widget {
       position: absolute;
    }



    #top-header .menu .menu-item:first-child{
        display: none;
    }

    .current-event-content > * p {
        margin: 0;
        font-size: 15px;
    }

    body.home .bot-tickets p.late-tickets {
        font-size: 15px;
        width: 100%;
        text-align: center;
    }

    body.home .bot-tickets p{
        width: 100%;
    }

    .bot-tickets a.late-tickets-link {
        margin: 0 auto;
        height: 64px;
        border-radius: 4px;
    }

    body.home .current-event-content > * {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; 
        padding-bottom: 25px;
    }

    body.home .bot-tickets p.late-tickets {
        padding: 22px 20px;
    }

    body.home .bot-tickets{
        padding-bottom: 25px;
    }

    body.home a.current-event-btn {
        margin: 0 auto;
        border-radius: 4px;
        overflow: hidden;
    }

    body.home .current-event-content > * p {
        width: 100%;
    }


    .banner-tab .kc_tabs_nav>li>a {
        padding: 15px 10px;
    }

    .banner-tab .kc_tabs_nav~.kc_tab .kc_tab_content *{
        text-align: center;
    }

    .timersection .kc-elm {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .timersection .kc_button.btnstyle{
        margin: 0 auto;
    }

    .kc-countdown-timer.timer {
        width: auto;
    }

    .timersection .kc-col-container {
        padding-bottom: 15px;
    }

    .timersection .kc-row-container .kc-wrap-columns{
        margin-left: 0;
        margin-right: 0;
    }

    .kc-countdown-timer.timer {
        text-align: center;
    }

    .guest-thumb {
        margin: 0 auto;
    }

    .guest-item .guest-desc {
        justify-content: center;
        width: 100%;
    }

    .guest-name{
        margin: 0 auto;
    }


    .event-thumb {
        width: 100%;
    }

    .event-item .event-desc{
        /* padding: 5px; */
        width: calc(100% - 10px);
    }

    .event-item .event-thumbnail {
        background: #fff;
        padding: 15px;
        max-height: 252px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

   

    .owl-carousel .owl-item .event-thumb img{
        max-height: 400px;
        width: auto;
        margin:0 auto;
    }

    .event-item .event-desc .event-content {
        max-height: 127px;
    }

    #past-events {
        padding: 30px 0 30px;
    }

    .network-events-seection .kc_tabs_nav>li>a, .nav-pills>li>a {
        padding: 0px 17px;
        font-size: 15px;
    }

    .team-boxes > * {
        width: calc(100% / 2);
    }

    .current-event-content.network-events-hd > * {
        display: block;
    }

    .current-event-content.network-events-hd > * p{
        padding: 4px 15px;
        text-align: center;
    }



    .current-event-content.network-events-hd a.current-event-btn{
        border-radius: 5px 5px 5px 5px;
        margin:0 auto 15px;
        justify-content: center;
        height: auto;
    }

    .past-event-listing > *{
        width: calc(100% / 1);
    }

    .current-event-listing,
    .current-event-listing h2{
        text-align: center;
    }

    .event-template-default .banner-single-page h1 {
        padding: 50px 0 0 !important;
        width: 80%;
        margin: 0 auto !important;
    }
    
    .event-template-default .banner-single-page h1.past-event-title {
        padding-bottom: 50px !important;
        font-size: 25px;
    }

    .fg-default.fg-gutter-10 .fg-item {
        margin-right: 5px;
    }

    .current-event-content > .current-e2.w-online p + p {
        display: flex ;
        align-items: flex-start;
    }

    .current-event-content > *.w-online  a.current-event-btn{
        height: auto;
    }
 
}

@media (max-width:375px) {
    .menu-main-menu-container {
        width: 279px;
    }
}

/* video-bg  */
#home-banner{
	z-index:99;
	overflow:hidden;
	    position: relative;
}

.video-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
	    background: #000;
    width: 100%;
	    height: 100%;	
	opacity:0;
	transition:all ease 0.5s;
}

.video-bg.show-video{
	opacity:1;
}

body:not(.home) .video-bg{
	display:none;
}


.video-bg video {
    position: absolute;
    left: 0;
    top: 0;
    /*height: fit-content;*/
    width: 100% !important;
}

.video-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.5;
}

@media(max-width:767px){
	.video-bg video {
		width: 1889px !important;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media(max-width:991px) {
    .btnstyle.kc_button.footer-btn.top-btn {
        top: -5px;
		left: -139px;
    }
	
	#header > .kc-container > .kc-wrap-columns > *:nth-child(3) {
        margin: 0 auto;
        margin-right: 0;
    }

    .live-evt-sec-area .member-gal > * {
        width: 32%;
    }

    .member-gal .gal-video {
        width: 95%;
        padding-top: 40px;
    }

    .evt-video-box {
        width: 45%;
    }

    /* .gal-popup .close {
        margin:4px 0 0 0;
    } */

    .gal-container {
        max-height: 96vh;        
    }
	
  }

@media(max-width:767px) {
	.btnstyle.kc_button.footer-btn.top-btn {
			left: -110px;
			font-size: 10px;
	}

    .evt-video-box {
        width: 100%;
        padding-bottom: 18px;
    }

    .swpm-post-not-logged-in-msg {
        width: 60%;
        display: inline-block;
        transform: translate(30%, 50%);
    }

    .live-evt-sec-area .member-gal > * {
        width: 150px;
    }

    .live-evt-sec-area .member-gal h3 {
        width: 150px;
        height: 118px;
    }

    .gal-container {
        border-width: 4px;
    }

    .gal-popup.active h2{
        font-size: 20px;
    }
    

    .gal-popup .close {
        /* margin: 19px 10px 0 0; */
        margin-top: 8px;
        padding: 12px 18px;
        width: 36px;
        height: 36px;
        background-size: 14px;
    }

    .member-gal .gal-video {
        width: 100%;
        padding-top: 0px;
        gap: 0;
        justify-content: center;
    }

    /* .member-gal .gal-video video {
        width: 100% !important;
        height: 74% !important;
    } */


}

@media(max-width:648px) {
	.btnstyle.kc_button.footer-btn.top-btn {
		position: static;
        margin: 0;
	}
	
	#header .sociallinks .kc-col-container > *:first-child {
		justify-content: normal;
	}
	
	.sociallinks .kc-col-container{
		    display: flex;
    		align-items: center;
	}
	
	.sociallinks .kc-col-container > *{
		display: flex;
		justify-content: normal;
	}

    
}


/*  =============== page-template-new-member-template ============= */
/* .page-template-new-member-edit-profile #header,
.page-template-new-member-template #header,
.page-template-new-member-details-template #header{
    display: none;
} */



.live_members_portal-template-live_members_portal-template .member-details-container ul{
    font-size: 15px;
    font-family: Inter;
    color: #525252;
    margin: 0;
    list-style-type: none;
}

.live_members_portal-template-live_members_portal-template .member-details-container ul li{
    position: relative;
    margin: 8px 0;
    padding: 0 0 0 15px;
}

.live_members_portal-template-live_members_portal-template .member-details-container ul li::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #0094b0;
}

.member-top-wrap{
    background: #292e30;
    border-top: 6px solid #08b9c8;
    border-bottom: 1px solid #DDDDDD;
}

.member-top{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    gap: 15px;    
    max-width: 1400px;
    margin: 0 auto;
}

/* .member-top > *:nth-child(1),
.member-top > *:nth-child(3){
    width: 200px;
} */

.member-top > *:nth-child(2){
    /* width: calc((100% - 400px) - 30px); */
    text-align: center;
}

 .member-top .member-top-1{
    display: none;
}

 .member-top > *.member-top-3{
    margin-right: 45px;
    }

body:not(.home) .member-top h2{
    font-size: 20px;
    margin: 0;
    color: #fff;
}

.member-top h2 span{
    /* color: #0094B0; */
    color: #fff;
}

.member-name{
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fff;
}

.member-name strong{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}

.memb-dropdown{
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.memb-dropdown .fa-user{
     color: #fff;
}

.memb-dropdown-box{
    position: absolute;
    left:-150px;
    top: 0px;
    width: 200px;     
    display: none;
    padding-top: 0px;
    transition: all ease 0.5s;
}

.memb-dropdown:hover .memb-dropdown-box{
    display: block;
    padding-top: 30px;
}

.memb-dropdown-box ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #0094b0;
    border: 1px solid #000;  
} 

.memb-dropdown-box ul li {
    padding: 0;
    margin: 0;
}

.memb-dropdown-box ul li a{
    display: block;
    border-bottom: 1px solid #000;
    padding: 5px;
    transition: all ease 0.5s;
    color: #fff;
}

.memb-dropdown-box ul li a:hover{
    color: #0094b0;
    background-color: #fff;
}

.memb-dropdown-box ul li:last-child a{
    border-bottom: none;
}

.memb-dropdown .fa-user{
    /* background-color: #dbe9ec; */
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memb-dropdown .fa-user::before{
    opacity: 0;
}

.memb-dropdown .fa-user:after{
    content: "";
    background-image: url("/wp-content/uploads/2025/07/user-blank-face.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    display: block;
    width: 23px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.memb-cont-1 {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 30px;
}

.owl-carousel.owl-theme.event-list.event-memb-slider .owl-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.owl-carousel.owl-theme.event-list.event-memb-slider .owl-nav [class*=owl-] {
    position: static;
    transform: none;
}

.owl-carousel.owl-theme.event-list.event-memb-slider .owl-nav [class*=owl-]:focus {
    color: transparent;
}

.owl-carousel.owl-theme.event-list.event-memb-slider .owl-nav [class*=owl-] span::after{
    color: #292e30;
    height: 21px;
    font-size: 20px;
}

body.page-template-membership .tabs-member-cotainer .kc_tabs_nav > li{
    padding: 0 5px;
}

body.page-template-membership .tabs-member-cotainer .kc_tabs_nav > li:hover,
body.page-template-membership .tabs-member-cotainer .kc_tabs_nav > li a:hover,
body.page-template-membership .tabs-member-cotainer .kc_tabs_nav > .ui-tabs-active {
    background-color: transparent;
}

body.kc-css-system.page-template-membership .tabs-member-cotainer .kc_tabs_nav{
    padding: 8px 15px;
}

body.page-template-membership .tabs-member-cotainer .kc_tabs_nav > li:hover a,
body.kc-css-system.page-template-membership .tabs-member-cotainer .kc_tabs_nav > li a{
    line-height: 39px;
    font-size: 27px;
}

body.page-template-membership .tabs-member-cotainer .kc_tabs_nav > li:hover a,
body.kc-css-system.page-template-membership .tabs-member-cotainer .kc_tabs_nav > .ui-tabs-active a{
    background-color: #0094b0;
    color: #fff;
    border-radius: 8px;
}


.month-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.month-btn-group > * {
    width: auto;
}

.month-btn-group .kc_button {
    background-color: #2a2a2a;
    /* border: 3px solid #2285ac; */
    text-transform: uppercase;
    border-radius: 8px;
    width: auto;
    text-align: center;
    padding:15px 45px;
    font-weight: 700;
    transition: all ease 0.2s;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.month-btn-group .kc_button::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    opacity: 0;
    z-index: -1;
    transition: all ease 0.2s;
}

.month-btn-group .kc_button:hover{     
    color: #fff;
}

.month-btn-group .kc_button:hover::after{
    opacity: 1;
}


.member-content-area {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.member-content-area h3{
    font-size: 20px;
}

.event-list.event-memb-slider {
    padding: 0;
    width: 100%;
    margin: 0;
}


.tabs-member-cotainer .ui-tabs .kc_tabs_nav{
    border-bottom: 2px solid #08b8c7 !important;
}

.tabs-member-cotainer .ui-tabs .kc_tabs_nav>li{
    border-right:none;
}

.tabs-member-cotainer .kc_tabs_nav~.kc_tab .kc_tab_content {
    padding-left: 0;
}

.memb-cont-2{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 25px;
}

.memb-cont-2 > *{
    width: 50%;
}

.memb-cont-2a{
    background-image:url(https://ming.dev-ss-pro.com/wp-content/uploads/2024/12/P1136647-scaled.jpg) ;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memb-cont-2a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #04626a;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.memb-cont-2a h3{
    color: #fff;
    font-size: 46px;
    max-width: 356px;
}

.memb-cont-2b{
    background-color: #eaf5f7;
    position: relative;
    z-index: 0;
}

.memb-cont-2b{
    padding: 80px 45px;
}

.memb-cont-2b label{
    font-size: 20px;
    font-weight: bold;
    font-family: Outfit;
    text-transform: uppercase;
}

.copy-input{
    display: flex;
}

.copy-input input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #333;
    padding: 10px 5px 10px 0;
}

.copy-icon {
    display: flex;
    align-items: center;
}

.copy-icon a{
    color: #000;
}

.month-select-sec select{
    border: none;
    background-color: transparent;
    font-size: 16px;
}

.month-select-sec{
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    margin-top: 25px;
}

.month-select-sec select:focus-visible{
    outline: none;
}

.bottom-form-content{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.bottom-form-content > *{
    width: calc((100% / 3) - 10px);
}

.bottom-form-content h5{
    font-size: 15px;
}

.form-val-text{
    font-size: 20px;
    font-weight: 900;
}

.form-content-3 .form-val-text{
    font-size: 20px;
    color: #117b4d;
}

.member-details-container {
    padding: 25px 15px;
    margin-bottom: 25px;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
}

.member-edit-container{
    padding: 25px 15px;
    margin-bottom: 25px;
}

.member-edit-container form{
    max-width: 400px;
}

.member-edit-container form label{
    padding-bottom: 25px;
}

.member-edit-container form label .alert{
    color: #07b8ca;
    font-size: 12px;
}

.member-edit-container form input{
    border:none;
    border-bottom:1px solid #ccc ;
    background-color: transparent;
    padding: 5px 0;
    font-size: 14px;
}

.member-edit-container form input:focus-visible{
    outline: none;
}

.member-edit-container form input:-internal-autofill-selected {
    background-color: transparent !important;
}

.member-edit-container form input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important; /* Set desired text color */
}

.gen-pass{
    background-color: transparent;
    border: 2px solid #07b8ca;
    color: #07b8ca;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 15px;
    border-radius: 8px;
    transition: all ease 0.5s;
    float: left;
}

.gen-pass:hover{
    background-color: #07b8ca;
    color: #fff;
}

.member-edit-container .submit-btn{
    margin-top: 15px;
    padding: 14px 22px;
    width: auto;
    height: 57px;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    min-width: 120px;
    float: left;
    clear: left;
    margin-bottom: 25px;
}

.member-edit-container .submit-btn:hover{
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
}

.gen-pass:focus,
.member-edit-container .submit-btn:focus,
.gen-pass:hover,
.member-edit-container .submit-btn:hover{
    text-decoration: none   ;
}

.member-details-container .back-btn{
    background-color: transparent;
    border: 2px solid #07b8ca;
    color: #07b8ca;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 15px;
    border-radius: 8px;
    transition: all ease 0.5s;
    margin-bottom: 25px;
    margin-left: 15px;
    float: left;
}

.member-details-container .back-btn:hover{
    background-color: #07b8ca;
    color: #fff;
}

.member-details-container .guest-btn,
.member-details-container .watch-btn{
    padding: 21px 22px;
    width: auto;
    height: 57px;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    min-width: 120px;
    color: #fff;
    margin: 5px 0 25px;
    display: inline-block;
}

.member-details-container .guest-btn:after,
.member-details-container .watch-btn:after{
    display: none;
}

.pum-container .wp-video-shortcode{
    aspect-ratio: 16 / 9 !important;
    width: 100% !important;
    height: auto !important;
}

.page-template-template-members-dashboard .site-main{
    min-height: 160px;
}


@media (max-width:991px) {
    .memb-cont-2,
    .memb-cont-1{
        display: block;
    }

    .memb-cont-1{
        margin-bottom: 25px;
        overflow: hidden;
    }

    .memb-cont-2 > * {
        width: 100%;
    }

    .memb-cont-2a h3 {
        padding: 100px 0;
        max-width: max-content;
    }
}

@media (max-width:767px) {
    .member-top > *:nth-child(1){
        order: 1;
    }
    
    .member-top > *:nth-child(3){
        order: 2;
        margin-left: auto;
    }

    .member-name {
        justify-content: end;
    }

    .member-top > *:nth-child(2){
        width: 100%;
        order: 3;
    }

     

    .month-btn-group .kc_button {
        padding: 15px 20px;
    }

    .pum-container.active.custom-position{
        width: 90% !important;
    }
}

/* ================ affiliate Product ============= */

.page-id-1242 #inner-banner .kc-title-wrap {
    top: 40%;
}

#inner-banner-affiliate .kc-title-wrap{
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.affiliate-product-list-sec .woocommerce.columns-3{
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.affiliate-product-list-sec ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
}
    
.affiliate-product-list-sec  ul.products li.product .price,
.affiliate-product-list-sec .woocommerce.columns-3 img.attachment-woocommerce_thumbnail{
    display: none;
}

.affiliate-product-list-sec ul.products li.product{
    /* background-color: #dedaff; */
    background-color: #292e30;
    border: 2px solid #07b8ca;
    border-radius: 10px;
    padding: 0px 15px 5px;
    margin-bottom: 0;
}
 
.affiliate-product-list-sec .woocommerce.columns-3 li a:not(.button){
    color: #fff;
    font-weight: 700;
}

.affiliate-product-list-sec .woocommerce.columns-3 li a h2 .p-val {
    color: #07b8ca;
    font-weight: 700;
    display: block;
    margin: 7px 0 0;
}

.affiliate-product-list-sec .woocommerce.columns-3 li a h2 .sub-t {
    font-size:70%;
    font-weight: normal;
    display: block;
}

.affiliate-product-list-sec .woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-transform: capitalize;
    font-size: 23px;
    min-height: 105px;
}


.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.wc-block-components-button,
.woocommerce button.button.alt,
.woocommerce a.button{
    background-color: #2a2a2a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    width: auto;
    text-align: center;
    padding: 15px 22px;
    font-weight: 700;
    transition: all ease 0.2s;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-decoration: none;
}

.affiliate-product-list-sec .woocommerce a.button{
    background-color: #16555b7c;
    border: 2px solid #07b8ca;
    font-size: 13px;
}

.woocommerce a.button:hover{
    background-color: transparent;
    color: #fff;
}

.woocommerce button.button.alt:hover{
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
}



.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::before,
.wc-block-components-button::before,
.woocommerce a.button::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    opacity: 0;
    z-index: -1;
    transition: all ease 0.2s;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover::before,
.wc-block-components-button:hover::before,
.woocommerce a.button:hover::before{
    opacity: 1;
}

.related.products{
    float: left;
    width: 100%;
}

.single-product .kc_col-sm-8{
    width: 100%;
}

.woocommerce-page div.product div.images {
    width: 25%;
}

.woocommerce-page div.product div.summary {
    width: calc(100% - 35%);
}

.single-product .woocommerce-product-details__short-description{
    padding-bottom: 50px;
}

.single-product .woocommerce-product-details__short-description h2{
    font-size: 25px;
    font-weight: 700;
    margin-top: 0px;
}

.woocommerce-product-details__short-description ul{
    margin: 0;
    list-style-type: none;
}

.woocommerce-product-details__short-description ul li{
    position: relative;
    padding: 0 0 0 40px;
    margin-top: 20px;
}

.woocommerce-product-details__short-description ul li:first-child{
    margin-top: 0px;
}

.woocommerce-product-details__short-description ul li::before{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: #0094B0;
    background: linear-gradient(90deg, #13763C -11.38%, #0094B0 106.9%);
    border-radius: 50%;
    color: #fff;
    display: flex    ;
    align-items: center;
    justify-content: center;
}

.single-product div.product p.price,
.product_meta a{
    color: #0496b1;
    font-weight: 800;
}

.wp-block-woocommerce-product-new ul li img,
.related.products .products.columns-4 li img{
    display: none;
}

.wp-block-woocommerce-product-new ul li,
.related.products .products.columns-4 li{
    background-color: #dedaff;
    padding: 15px;
    margin-bottom: 0;
}


.wp-block-woocommerce-product-new ul li a:not(.button),
.related.products .products.columns-4 li a:not(.button){
    color: #000;
    font-size: 18px;
}

.wp-block-woocommerce-product-new ul li .price,
.related.products .products.columns-4 li .price{
    display: none;
}

.wp-block-woocommerce-product-new ul li a.button,
.woocommerce .related.products .products.columns-4 li a.button{
    font-size: 13px;
}

.wp-block-woocommerce-product-new ul li {
    margin-right: 15px;
}

.single-product-header{
    margin-bottom: 40px;
}

.single-product header .kc-container {
    width: 100%;
    max-width: 100%;
}

.wp-site-blocks {
    clear: left;
}

a.wc-block-components-product-name{
    color: #0496b1;
}

.cart-header{
    float: left;
    width: 100%;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background: #dedaff;
}
 
body .wp-block-woocommerce-checkout {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


body .wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
body .wc-blocks-components-select .wc-blocks-components-select__select,
body .wc-block-components-form .wc-block-components-text-input input[type="tel"],
body .wc-block-components-form .wc-block-components-text-input input[type=text]{
    background-color: #dedaff;
}



.affiliate-product-list-sec .woocommerce.columns-3 li a.added_to_cart {
    font-size: 15px;
    color: #07b8ca;
    margin-top: 22px;
    padding-top: 0;
    float: right;
}

.affiliate-product-list-sec .woocommerce-mini-cart li .remove_from_cart_button + a img{
    display: none;
}

.affiliate-product-list-sec .woocommerce-mini-cart li a{
    color: #fff;
}

.affiliate-product-list-sec .woocommerce-mini-cart {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    display: none;
}

.affiliate-product-list-sec .woocommerce-mini-cart__total.total{
    display: none;
}

.affiliate-product-list-sec .woocommerce-mini-cart__buttons.buttons {
    max-width: 1024px;
    margin: 0 auto;
    text-align: right;
    margin-top: 15px;
}

.affiliate-product-list-sec .woocommerce-mini-cart__buttons.buttons .button{
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    width: auto;
    text-align: center;
    padding: 15px 22px;
    font-weight: 700;
    transition: all ease 0.2s;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: #16555b7c;
    border: 2px solid #07b8ca;
    font-size: 13px;
    text-decoration: none;
}

.affiliate-product-list-sec .woocommerce-mini-cart__buttons.buttons .button::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    opacity: 0;
    z-index: -1;
    transition: all ease 0.2s;
}

.affiliate-product-list-sec .woocommerce-mini-cart__buttons.buttons .button:hover::before{
     opacity: 1;
}

.affiliate-product-list-sec .woocommerce-mini-cart__buttons.buttons .button + .button{
    margin-left: 5px;
}

.affiliate-product-list-sec .woocommerce-mini-cart__empty-message{
    display: none;
}


@media (max-width: 991px) {
    .affiliate-product-list-sec ul.products.columns-3 {
        gap: 15px;
    }

    .woocommerce ul.products[class*=columns-] li.product{
        width: calc((100% / 3) - 15px);
        padding: 15px;
    }

    .affiliate-product-list-sec .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .woocommerce ul.products[class*=columns-] li.product{
        width: 100%;
    }

   
}


/* Member Details Guest video Popup */


.memb-video-pop{    
    max-width: 580px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: none; */
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.5s;
}

.memb-video-pop.memb-video-pop-show{
    /* display: block; */
    z-index: 99999;
    visibility: visible;
    opacity: 1;
}

.memb-video-pop-inn {
    width: 100%;
    /* height: 400px; */
}

.memb-video-close{
    position: absolute;
    right: 0;
    top: -13px;
}

.memb-video-close a{
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

/*  new affiliate registration */
.new-affiliate-registration #wpam-reg-form form{
    font-size: 0px;
}
 
.new-affiliate-registration fieldset{
    border: none;
    padding: 0;
}

.new-affiliate-registration fieldset label{
    font-size: 13px;
    font-family: Inter;
    color: #333;
}

#agreeTermsLabel{
        margin-bottom: 25px;
}

.new-affiliate-registration input[type=text], 
.new-affiliate-registration input[type=password], 
.new-affiliate-registration input[type=email], 
.new-affiliate-registration input[type=url], 
.new-affiliate-registration select, 
.new-affiliate-registration textarea{
    background: transparent;
    outline: 0px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 13px;
    font-family: Inter;
    color: #525252;
    margin-bottom: 25px;
}

.new-affiliate-registration input[type=text]:focus-visible, 
.new-affiliate-registration input[type=password]:focus-visible, 
.new-affiliate-registration input[type=email]:focus-visible, 
.new-affiliate-registration input[type=url]:focus-visible, 
.new-affiliate-registration select:focus-visible, 
.new-affiliate-registration textarea:focus-visible{
    border-color: brown;
}

.new-affiliate-registration select{
    width: 100%;
}

.new-affiliate-registration input[type="submit"].wpam-registration-form-submit {
    padding: 21px 22px;
    width: auto;
    height: 57px;
    background: linear-gradient(90deg, #0094B0 -11.38%, #13763C 106.9%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    min-width: 120px;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .contentStyle1.new-affiliate-registration .contentStyle1-content {
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .contentStyle1.new-affiliate-registration .contentStyle1-content {
       width: 100%;
    }
}

