body{
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Gellix';
}
.lightbox-open{
	overflow: hidden;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
a.skip-link.screen-reader-text {
    display: none;
}
body h1,h2,h3,h4,h5,h6{
    font-family: 'Denominary';
}
h1{
    font-weight: 700;
    font-size: 66px;
    line-height: 1.2em;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
h2{
    font-weight: 700;
    font-size: 45px;
    line-height: 1.2em;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}
p{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
*{
    box-sizing: border-box;
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}
.topbar_wrap {
    text-align: center;
}
.topbar_wrap p {
    margin: 0;
    color: #fff;
}
.topbar_sec {
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding: 10px 0;
}
.topbar_wrap p span{
    font-weight: 700;
}
header {
    padding: 0;
    background: #000000;
}
.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_search {
    width: 40%;
}
.header_logo {
    width: 20%;
    text-align: center;
}
.header_right {
    width: 40%;
}

.header_logo img, 
.footer_logo img {
    display: block;
    margin: auto;
    max-width: 180px;
    width: 100%;
}
.header_logo img {
    max-width: 100%;
}
.header_right_inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.header_main {
    padding-bottom: 0;
}
.header_nav {
    border-top: 1px solid #353535;
    padding: 16px 0 21px;
}
.header_nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.header_nav ul a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    text-transform: capitalize;
}
.header_nav ul a:hover, 
.footer_item ul a:hover, 
.copyright_content ul li a:hover {
    color: #EA2141;
}
.current-menu-item a {
    color: #EA2141 !important;
}
.header_search_inner {
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #6D6D6D;
    max-width: 405px;
}
.header_search_inner>span {
    position: relative;
    top: -6px;
}
.header_search_inner input {
    background: transparent;
    border: none;
    outline: none;
    color: #fff !important;
    font-family: 'Gellix';
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    width: 100%;
    padding: 0 30px 16px 0;
}

/* cross icon search */
.search_input_wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.clear-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    user-select: none;
    display: none;
    top: -2px;
    line-height: 1;
}

.header_search_inner form {
    width: 100%;
}
.header_search_inner input::placeholder {
    color: #fff;
    font-style: italic;
}   
.header_search_main {
    display: flex;
    align-items: center;
    gap: 31px;
}
.header_btn a {
    color: #fff;
    padding: 18px 24px 21px;
    font-weight: 700;
    background: #EA2141;
    border-radius: 200px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #EA2141;
    transition: ease 0.3s;
    width: 170px;
    display: inline-block;
    text-align: center;
}
.header_btn a svg{
    transition: ease 0.3s;
}
.header_btn a:hover, 
.btn_wrap a:hover, 
.submit_btn input:hover, 
.viewall #load-more-btn:hover, 
body .popup_content .popup_form .wpforms-submit-container button:hover{
    background: #F4E25C;
    border-color: #F4E25C;
    color: #000;
}
.submit_btn input{
    cursor: pointer;
}

/* footer */

.footer_sec {
    background: #000;
    padding: 77px 0 0;
}
.footer_logo img {
    display: inline-block;
}
.footer_wrapper {
    display: flex;
    gap: 60px;
    padding-bottom: 84px;
}
.footer_item.footer-logo {
    width: 35%;
}
.footer_nav {
    width: 15%;
}
.footer_item.contact-item{
    width: 35%;
}
.social_items {
    display: flex;
    align-items: center;
    gap: 9px;
}
.footer_item.newsletter .social_items a:hover svg path{
    fill: #000;
}
.social_items li a, 
.contact_icon {
    background: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: ease 0.3s;
    border: 1px solid #474747;
}
.social_items li a svg, 
.contact_icon svg {
    width: 20px;
    height: 20px;
    transition: ease 0.3s;
}
.social_items li a svg path {
    fill: #F4E25C;
}
.social_items li a:hover {
    transform: scale(1.2);
    background: #EA2141;
    border-color: #EA2141;
}
.social_items li a:hover svg path{
    fill: #fff;
}
.footer_item.newsletter .social_items li a, 
.contact_icon {
    background: #F4E25C;
}
.footer_item.newsletter .social_items li a svg path{
    fill: #000;
}
.footer_item.newsletter .social_items li a:hover{
    background: transparent;
    border-color: #474747;
}
.footer_item.newsletter .social_items li a:hover svg path{
    fill: #F4E25C;
}
.footer_item.contact-item ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.footer_item.contact-item li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.footer_logo {
    margin: 0 0 28px;
}
.footer_item span {
    font-weight: 800;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    margin: 0 0 32px;
    display: inline-block;
    text-transform: uppercase;
}
.footer_item.newsletter span {
    margin: 0 0 32px;
}
.footer_item ul a {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
    text-transform: capitalize;
}
.newslettertxt h2 p {
    color: green;
    text-align: center;
    font-size: 30px;
    line-height: 1.2em;
}
.newsletter_input input {
    background: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0 40px 10px 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #fff !important;
    border-bottom: 1px solid #D9D9D9;
}
.newsletter_input input::placeholder{
    color: #fff;
    font-style: italic;
}
.newsletter_input {
    position: relative;
    margin: 0 0 37px;
}
.newsletter_input .arrow {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
}
.footer_logos_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 30px;
    gap: 50px;
    max-width: 980px;
    margin: auto;
}
.logos_item img {
    height: 70px;
    object-fit: contain;
}
.copyright_content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.copyright_content {
    padding: 18px 0px;
    border-top: 1px solid #FFFFFF4A;
}
.copyright_content ul li, 
.copyright_content ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}
.copyright_content ul li{
    position: relative;
}
.copyright_content ul li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

/* Home */

.banner-img img {
    width: 100%;
    display: block;
}
.banner_content p {
    color: #fff;
    max-width: 473px;
    margin: 10px auto 0;
}
.banner_content h1 span {
    font-weight: 300;
    font-size: 55px;
}
.banner_wrapper {
    position: relative;
}
.banner_slider .slick-slide div {
    display: block !important;
}
.banner_content_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.banner_content {
    text-align: center;
}
.banner_content h1 {
    margin: auto;
    line-height: 1;
}
.home .banner_content h1{
    max-width: 483px;
}
.banner_wrapper:before{
    content: '';
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.banner_btn {
    margin-top: 36px;
}
.btn_wrap a, 
.submit_btn input, 
.viewall #load-more-btn, 
body .popup_content .popup_form .wpforms-submit-container button{
    display: inline-block;
    padding: 21px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: #EA2141;
    border-radius: 200px;
    line-height: 1em;
    color: #fff;
    border: 1px solid transparent;
    width: 100%;
    max-width: 169px;
    transition: ease 0.3s;
    margin: auto;
    text-align: center;
    cursor:pointer;
}
.btn_wrap a svg {
    position: relative;
    top: 1px;
    transition: ease 0.3s;
}
.btn_wrap a:hover svg {
    transform: rotate(-45deg);
}
 .slick-arrow{
  position: absolute;
  z-index: 1;
  font-size: 0;
  background-image: url(../images/banner_arrow.png);
  border-radius: 50%;
  outline: none;
  padding: 0;
  border: none;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}
.slick-prev{
  right: auto;
  left: 0px;
}
.slick-next{
  transform: translateY(-50%) rotate(180deg);
}
.banner_slider .slick-arrow.slick-prev {
    left: 20px;
    right: auto;
}
.banner_slider .slick-arrow {
    left: auto;
    right: 20px;
}
.hero_banner_sec.home {
    position: relative;
}
.slick-dots, 
.scroll_next{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    text-align: center;
    width: 33px;
    margin: auto;
    height: 59px;
    display: flex;
    flex-direction: column;
    border: 1px solid #FFFFFF4D;
    border-radius: 200px;
    justify-content: flex-end;
    padding-bottom: 10px;
    row-gap: 5px;
}
.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dots li button, 
.scroll_next button{
    width: 10px;
    height: 10px;
    font-size: 0;
    border: none;
    outline: none;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0.1;
    cursor: pointer;
}
.scroll_next {
    align-items: center;
	cursor:pointer;
}
.scroll_next button{
	opacity:1;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.latest_news_sec {
    padding: 42px 0 73px;
    background: #f5f5f5;
}
.latest_header {
    margin: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.latest_header.centered_latest_header{
	justify-content: center !important;
}
.slick_arrows, 
.press_arrows, 
.video_arrows {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
}
.slick_arrows .slick-arrow, 
.press_arrows .slick-arrow, 
.video_arrows .slick-arrow {
    filter: invert(1);
    position: static;
    transform: inherit;
}
.slick_arrows .slick-arrow.slick-next, 
.press_arrows .slick-arrow.slick-next, 
.video_arrows .slick-arrow.slick-next {
    transform: translateY(0%) rotate(180deg);
}
.news_title {
    margin: 0 0 18px;
}
.news_title h4 {
    font-family: 'Gellix';
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.latest_wrapper .slick-slide {
    height: auto;
}
.latest_wrapper .slick-slide>div, .latest_items {
    height: 100%;
}
.latest_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.news_content {
    background: #fff;
    padding: 18px 25px 34px;
    height: 100%;
}
.news_btn a, 
.readmore a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #EA2141;
    border-bottom: 2px solid #EA2141;
    transition: ease 0.3s;
    text-transform: uppercase;
}
.news_btn a:hover, 
.readmore a:hover{
    color: #F4E25C;
    border-color: #F4E25C;
}
.news_img a {
    display: block;
    position: relative;
    padding-bottom: 76%;
}
.news_img img {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}
.latest_wrapper .slick-track,  
.press_wrapper .slick-track, 
.latest_wrapperfourcol .slick-track{
    display: flex !important;
    gap: 27px;
}
.latest_wrapper .slick-list,  
.press_wrapper .slick-list{
    margin: 0 -13px;    
}
.press_wrapper .slick-slide {
    height: auto;
}
.press_wrapper .slick-slide>div {
    height: 100%;
}
.viewall {
    text-align: center;
    margin-top: 63px;
}
.about_sec {
    padding: 0px 0 90px;
    background: #f5f5f5;
}
.about_left {
    padding: 53px 82px 53px 62px;
    width: 50%;
}
.about_right {
    width: 50%;
}
.about_wrapper {
    background: #EA2141;
    display: flex;
}
.about_left .btn_wrap a {
    background: #F4E25C;
    color: #000;
}
.community_content .btn_wrap a#tryOutButton2{
	background: #EA2141;
	 color: #fff;
     max-width: fit-content;
}
.community_content .btn_wrap a#tryOutButton2:hover{
	background: #F4E25C;
	color: #000;
	border-color:#F4E25C;
}
.about_left .btn_wrap a:hover, 
.community_content .btn_wrap a:hover {
    background: #fff;
    border-color: #fff;
}
.about_left h2 {
    color: #fff;
	margin:0 0 12px;
}
.about_left p {
    color: #fff;
    margin: 0;
}
.about_left p:not(:last-child) {
    margin: 0 0 25px;
}
.about_img {
    height: 100%;
}
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
.about_left .btn_wrap {
    margin-top: 42px;
}
.community_sec {
    position: relative;
    margin: 0px 0 48px;
}
.community_img img {
    width: 100%;
    display: block;
    height: auto;
    mix-blend-mode: multiply;
}
.community_img {
    position: relative;
}
.community_img:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    top: 0;
    left: 0;
    pointer-events: none;
    right: 0;
}
.community_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    max-width: 522px;
    margin: auto;
}
.community_content h2, 
.community_content p {
    color: #fff;
    margin: 0;
}
.community_content h2{
    margin: 0 0 13px;
}
.community_content .btn_wrap {
    margin: 32px 0 0;
}
.community_content .btn_wrap a {
    background: #F4E25C;
    color: #000;
}
.feature_photosec {
    margin: 48px 0 85px;
}
.feature_title {
    text-align: center;
    margin: 0 0 43px;
}
.feature_wrapper {
    display: flex;
    gap: 20px;
}
.feature_iteml, 
.feature_itemr {
    width: 50%;
}
.feature_wrapper img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.feature_wrapper h4 {
    margin: 0;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    font-family: 'Gellix';
    line-height: 1.2em;
}
.feature_iteml_inner {
    position: relative;
    height: 100%;
}
.feature_content {
    position: absolute;
    bottom: 0;
    padding: 20px 37px;
    width: 100%;
}
.feat_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feat_title h4 {
    color: #fff;
    max-width: 440px;
}
.feat_title svg {
    cursor: pointer;
}
.feature_rtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.feature_rtitle h4 {
    font-size: 22px;
    margin: 0 0 10px;
}
.feature_ritem_inner {
    display: flex;
}
.feature_rcontent {
    background: #F3F3F3;
    padding: 20px 26px 20px 37px;
    width: 50%;
}
.feature_ritem:not(:last-child) {
    margin: 0 0 20px;
}
.feature_rtitle p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.readmore {
    margin: 15px 0 0;
}
.feature_itemr_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.feature_ritem, 
.feature_image {
    height: 100%;
}
.feature_rimg {
    width: 50%;
}
.gallery_sec {
    margin: 85px 0 99px;
}
.gallery_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}
.gallery_title {
    width: 50%;
}
.view_all.btn_wrap {
    width: 50%;
    text-align: right;
}
.gallery_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}
.gallery_img img {
    width: 100%;
    display: block;
}
.gallery_item_inner {
    position: relative;
    height: 100%;
}
.gallery_content {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 22px;
    z-index: 2;
}
.galleryitem_title h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Gellix';
    max-width: 274px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	cursor:pointer;
}
.galleryitem_title h4 a, 
.feat_title h4 a{
    color: #fff;
}
.news_title h4 a{
    color:#000;
}
.galleryitem_title h4 a:hover, 
.news_title h4 a:hover, 
.galleryitem_title h4:hover, 
.feat_title h4 a:hover, 
.feature_rtitle h4 a:hover{
    color: #F4E25C;
}
.feature_rtitle h4 a {
    color: #000;
}
.gallery_vision img {
    cursor: pointer;
}
.gallery_img {
    position: relative;
    height: 100%;
}
.gallery_img:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.video_sec {
    margin: 99px 0 80px;
    overflow-x: hidden;
}
.video_wrapper {
    min-width: 100vw;
}
.video_wrapper .slick-slide {
    margin-right: 38px;
    height: auto;
}
video::-webkit-media-controls-panel {
    opacity: 0;
}
.video_div {
    position: relative;
    padding-bottom: 66.8%;
    height: 100%;
}
.video_div video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    cursor: pointer;
}
.pause_poster {
    height: 100%;
}
.pause_poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_wrapper .slick-track {
    display: flex;
}
.video_wrapper .slick-slide>div, .video_wrapper .slick-slide .video_item.play_video {
    height: 100%;
    display: block !important;
}

.video_controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    pointer-events: none;
    z-index: 1;
}
.video_controls svg {
    width: 55px;
    height: 55px;
}
.video_inner {
    position: relative;
    height: 100%;
}
.video_item.pause_video {
    height: 100%;
    display: block !important;
}
.pause_icon, 
.play_icon {
    width: fit-content;
    margin: auto;
    cursor: pointer;
}
.video_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 28px;
}
.press_release {
    background: #fff;
    padding-top: 0;
}
.press_release .news_content {
    background: #F8F8F8;
}
.huddle_sec .community_content {
    max-width: 473px;
}
.huddle_sec .btn_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 404px;
    justify-content: center;
    margin: 32px auto 0;
}
.huddle_sec .btn_wrap a {
    max-width: 100%;
    width: 100%;
    display: block;
}
.huddle_sec .btn_wrap a.outbg {
    color: #F4E25C;
    background: transparent;
    border: 1px solid #F4E25C;
}
.huddle_sec .btn_wrap a.outbg:hover {
    color: #000;
    background: #F4E25C;
    border: 1px solid #F4E25C;
}
.huddle_sec {
    margin-bottom: 0;
}
.our-partners-sec .container {
    max-width: 100%;
    padding: 0;
}
.partner_logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    aspect-ratio: 1/1;
}
.partner_logo {
    display: flex !important;
    justify-content:center;
}
.logos_wrapper .slick-track {
    display: flex;
    align-items: center;
    gap: 50px;
}
.our-partners-sec .viewall a {
    max-width: fit-content;
}
.our-partners-sec {
    margin: 50px 0;
}

/* Sponsorship page */

.sponsorship_form_sec {
    padding: 80px 0;
}
.contact_formitem .wpcf7-list-item label {
    display: flex;
    gap: 5px;
}
.contact_formitem .wpcf7-form-control.form-checkboxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 10px;
}
.contact_formitem .wpcf7-list-item label input {
    width: auto;
    height: auto;
}
.contact_formitem .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}
.sponsorship_form_sec .submit_btn {
    text-align: center;
    margin-top: 20px;
}

/* Gallery page */

.gallerytabs_sec {
    padding: 55px 0 75px;
    overflow-x: hidden;
}
.tabs_title {
    text-align: center;
    margin: 0 0 33px;
}
#tabs-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto 65px;
    gap: 20px;
}
#tabs-nav li {
    text-align: center;
}
#tabs-nav li a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    padding: 0px 0px 40px;
    border-bottom: 3px solid transparent;
    display: block;
    transition: ease 0.3s;
}
#tabs-nav li.active a {
    border-color: #EA2141;
}
.gallerytab_title {
    text-align: center;
    margin: 65px 0 35px;
}
.tabnav_outer {
    position: relative;
}
.tabnav_outer:before {
    content: '';
    width: 100%;
    min-width: 150vw;
    height: 1px;
    background: #AEACAC;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transform: translate(-30%);
}
.lb-outerContainer {
    width: 100% !important;
    height: 100% !important;
    max-width: 800px;
}
.lb-closeContainer {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    align-content: center;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    z-index:999;
}
.lightbox .lb-image {
    width: 100% !important;
    height: 100% !important;
}
.lb-closeContainer a.lb-close {
    text-align: center;
    background-position: center;
    float: inherit;
    margin: auto;
    filter: invert(1);
    width: 20px;
    height: 20px;
    background-size: contain;
}
.lightbox {
    max-width: 800px;
    margin: auto;
    right: 0;
}

/* About page */

.about .banner_content p {
    max-width: 541px;
    margin: 3px auto 0;
}
.who_left_inner img {
    width: 100%;
    display: block;
}
.who_we_wrap {
    display: flex;
    gap: 67px;
}
.who_left, .who_right {
    width: 50%;
}
.who_we_sec {
    margin: 75px 0;
}
.who_right_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.page-template-aboutpage .who_we_wrap {
    gap: 0px;
}
.page-template-aboutpage .who_we_sec .who_right_inner {
    padding: 0 0px 0 67px;
}
.page-template-aboutpage .what_we_sec .who_right_inner {
    padding: 0 67px 0 0px;
}
.who_right_inner p {
    margin: 0;
}
.who_right_inner p:not(:last-child) {
    margin: 0 0 25px;
}
.who_right_inner h2 {
    margin: 0 0 12px;
}
.about_page_sec .btn_wrap {
    margin-top: 34px;
}
.about_page_sec .about_left h2 {
    margin: 0 0 11px;
}
.about_page_sec {
    padding: 0;
}
.newsfeed_sec {
    background: #f5f5f5;
    padding: 75px 0;
}
.newsfeed_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 39px;
}
.newsfeed_img img {
    width: 100%;
    display: block;
}
.newsfeed_content {
    background: #fff;
    padding: 25px 20px 28px 27px;
    height: 100%;
}
.newsfeed_content h4 {
    margin: 0 0 10px;
    font-family: 'Gellix';
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
}
.newsfeed_content p {
    margin: 0;
}
.newsfeed_item_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.aboutbelow_img img {
    width: 100%;
    display: block;
}

/* Contact page */

.need_helpsec {
    padding: 75px 0;
    background: #f5f5f5;
}
.need_help_head {
    text-align: center;
}
.need_help_head p {
    max-width: 711px;
    margin: auto;
}
.need_help_head h2 {
    margin: 0 0 10px;
}
.help_addresswrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin: 60px 0 70px;
}
.address_item {
    text-align: center;
}
.address_icon {
    background: #EA2141;
    width: 95px;
    height: 95px;
    align-content: center;
    border-radius: 50%;
    margin: auto;
}
.address_text {
    margin: 16px 0 0;
}
.address_text h4 {
    margin: 0 0 8px;
    font-family: 'Gellix';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
}
.address_text a, 
.address_text p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    max-width: 215px;
    margin: auto;
}
.address_text a:hover {
    color: #EA2141;
}
.address_item:first-child {
    border-right: 1px solid #D9D9D9;
}
.address_item:last-child{
    border-left: 1px solid #D9D9D9;
}
.contact_form_img {
    height: 100%;
}
.contact_form_img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.contact_form_inner {
    display: flex;
}
.contact_form_left {
    width: 43%;
}
.contact_form_right{
    width: 57%;
}
.contact_form_right_inn {
    background: #fff;
    padding: 34px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contact_form_head p {
    margin: 0;
}
.contact_form_head {
    margin: 0 0 35px;
}
.contact_form_head {
    margin: 0 0 35px;
}
.contact_form_head p {
    margin: 0;
}
.contact_formitem p, 
.submit_btn p {
    margin: 0;
}
.contact_formitem input, 
.contact_formitem textarea, 
.contact_formitem select{
    border: 1px solid #C8C8C8;
    background: #FAFAFA;
    padding: 18px 25px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Gellix';
    width: 100%;
    outline: none;
	color:#000;
	cursor:pointer;
}
.contact_formitem input::placeholder, 
.contact_formitem textarea::placeholder {
    color: #000;
}    
.contact_formitem select {
    appearance: none;
}
.contact_formwrap_inn {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.contact_formitem {
    width: 50%;
    padding-left: 30px;
    margin: 0 0 30px;
}
.contact_formitem:last-child {
    width: 100%;
}
.contact_formitem textarea {
    height: 160px;
}
.contact_form_wrapper {
    margin: 0 0 75px;
}
.map_inner img {
    width: 100%;
    display: block;
}
.contact_formitem select {
    appearance: none;
    background-image: url(/wp-content/uploads/2025/08/down-arrow.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.map_inner iframe {
    width: 100%;
    height: 480px;
}

/* News page */

.news .banner_wrapper:before {
    opacity: 0.5;
}
.latest_three_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin: 0 0 50px;
}
.latest_three_col .news_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 11px 0 0;
}
.latest_wrapperfourcol .slick-list {
    margin: 0 -17px;
}
.latest_wrapperfourcol .slick-arrow {
    top: auto;
    transform: inherit;
    bottom: -90px;
    background-image: url(../images/block-arrow.png);
}
.latest_wrapperfourcol .slick-prev {
    transform: translateY(-0%) rotate(180deg);
}
.latest_wrapperfourcol .slick-dots {
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    bottom: -70px;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.latest_wrapperfourcol .slick-dots li button {
    background: #AAAAAA;
    opacity: 1;
    transition: ease 0.3s;
}
.latest_wrapperfourcol .slick-dots li.slick-active button {
    background: #000;
    transform: scale(1.4);
}
.newsall .viewall, 
.daily_drive .viewall, 
.press-release .viewall, 
.community-release .viewall{
    margin-top: 60px;
}
.community_content h2 span {
    font-family: 'Gellix';
}
.season_event .btn_wrap a {
    background: #EA2141;
    color: #fff;
}
.season_event .btn_wrap a:hover {
    background: #F4E25C;
    color: #000;
    border-color: #F4E25C;
}
.season_event .community_content h2 {
    margin: 0 0 8px;
}
.season_event .community_content {
    max-width: 782px;
}
.season_event .community_img:before {
    opacity: 0.6;
}
.season_event {
    margin: 0;
}
.daily_drive {
    padding: 75px 0 60px;
}
.press-release {
    padding: 10 0 60px;
}
.community-release {
    padding-top: 0;
}
.latest_wrapperfourcol .slick-slide {
    height: auto;
}
.latest_wrapperfourcol .slick-slide>div {
    height: 100%;
}

/* Our Coach page */

.last_legacy {
    margin: 75px 0;
}
.last_legacy .community_content {
    max-width: 1000px;
}
.last_legacy .community_img:before {
    opacity: 0;
}
.guiding_player {
    background: transparent;
}
.guiding_player .about_wrapper {
    background: transparent;
}
.our_coach .banner_content p {
    max-width: 608px;
}
.guiding_player .about_wrapper .about_right {
    width: calc(50% + 100px);
}
.guiding_player .about_wrapper .about_left {
    background: #EA2141;
    position: relative;
    z-index: 2;
    margin: 50px 0px 50px -100px;
}
.about_left_inn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.related_videos .gallerytab_title {
    text-align: center;
    margin: 0 0 35px;
}
.related_videos .video_div {
    padding-bottom: 76%;
}
.related_videos {
    padding-top: 0;
}

/* Single News */

.single_hero .banner_wrapper:before {
    opacity: 0.5;
}
.single_hero .banner_content {
    max-width: 922px;
    margin: auto;
}

/* Single Blog */

.single_blog_sec>.container {
    max-width: 1100px;
}
.single_blog_sec {
    padding: 29px 0 50px;
    background: #f5f5f5;
}
.related_sec {
    padding-bottom: 60px;
}
.single_blog_content img {
    width: 100%;
    display: block;
    margin: 45px 0;
}
.single_blog_content h2 {
    margin: 0 0 15px;
}
.single_blog_content p {
    margin: 0 0 25px;
}
.pagination_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination_social_items {
    display: flex;
    align-items: center;
    gap: 14px;
}
.pagination_social_items span {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    line-height: 1.2em;
}
.pagination_wrap {
    padding: 20px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin: 45px 0 35px;
}
.pagination_inner .button a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #EA2141;
    border: 1px solid #EA2141;
    border-radius: 200px;
    padding: 21px 10px;
    line-height: 1em;
    transition: ease 0.3s;
    display: inline-block;
    width: 167px;
    max-width: 100%;
    text-align: center;
}
.pagination_inner .button a:hover{
    background: #EA2141;
    color: #fff;
}
.single_blog .banner_content h1 {
    max-width: 100%;
}
.pagination_social_items .social_items li a {
    width: 38px;
    height: 38px;
    background: #F4E25C;
    border: none;
}
.pagination_social_items .social_items li a svg{
    width: 18px;
    height: 18px;
}
.pagination_social_items .social_items li a svg path{
    fill: #000;
}    
.single_blog_content ul, 
.single_blog_content ol {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin: 0 0 19px;
}
.single_blog_content li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    padding-left: 30px;
    position: relative;
}
.single_blog_content li:before {
    content: '';
    background-image: url(../images/check-arrowblog.png);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.related_blog .title_wrap h2 {
    color: #000;
}
.relatedblog_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
}
.related_blog_sec {
    background: #f5f5f5;
    padding: 65px 0;
}
.related_blog .title_wrap {
    margin: 0 0 45px;
    text-align: center;
}

/* Search page */
 
.search form.wp-block-search, 
.search aside {
    display: none;
}
.search-no-results .fourcol_wrapper {
    display: block;
    text-align: center;
}
.no-search-results p {
    margin: 0;
    font-family: 'Denominary';
    font-size: 40px;
    line-height: 1.2em;
}
.search section.widget {
    margin: 30px 0;
}
.search aside.widget-area, 
.search main#primary, 
.not-found {
    max-width: 1500px;
    margin: auto;
    padding: 50px;
}
.search section.widget ul li a {
    color: #000;
}
.search section.widget ul li {
    margin: 0 0 15px;
}
.search section.widget ul {
    margin: 20px 0;
}
.search .page-title {
    color: #369E48;
    text-align: center;
    width: 100%;
    max-width: 100%;
    letter-spacing: 0;
    margin: 0 0 30px;
}
.search .page-title span {
    font-weight: 700;
    text-transform: capitalize;
}
.search header.entry-header {
    text-align: center;
    margin: 0 0 20px;
}
.search .article_grid .entry-title {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.article_grid .entry-summary p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-no-results main#primary {
    padding: 0 !important;
}
.article_grid {
    width: 33.33%;
    margin: 0 0 20px;
    float: left;
    display: inline-block;
    padding: 0 15px;
}
.search footer {
    float: left;
    width: 100%;
}
.search nav.navigation.posts-navigation {
    display: none;
}
.article_grid .post-thumbnail img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.article_grid .post-thumbnail {
    position: relative;
    padding-bottom: 66%;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}
.not-found .page-content {
    text-align: center;
}
body.search .topbar_sec, body.search .header_main, 
body.error404 .topbar_sec, body.error404 .header_main, 
body.privacy-policy .topbar_sec, body.privacy-policy .header_main, 
body.page-id-429 .topbar_sec, body.page-id-429 .header_main{
    background: #000;
    position: static;
}
body.search header, 
body.error404 header, 
body.privacy-policy header, 
body.page-id-429 header{
    position: static;
}
body.privacy-policy header h1, 
body.page-id-429 header h1{
    color: #369E48;
    margin: auto auto 30px;
    text-align: center;
}
h2 a {
    color: #369E48;
}
.article_grid .entry-meta, 
.article_grid footer.entry-footer{
    display: none;
}

/* Error 404 */

section.error-404 .page-title {
    color: #369E48;
    text-align: center;
    max-width: 100%;
    margin: 0 0 30px;
}
.error_wrap .page-title {
    color: #000;
    max-width: 100%;
    margin: 0 0 40px;
}
.error_wrap {
    text-align: center;
    padding: 50px 0;
}
.search_form_error input.search-field, 
.not-found form.search-form input.search-field {
    background: transparent;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 14px 15px 14px 15px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #000;
    width: 320px;
}
.search_form_error input.search-submit, 
.not-found form.search-form input.search-submit {
    display: inline-block;
    padding: 16px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #000;
    border-radius: 6px;
    line-height: 1em;
    color: #fff;
    transition: ease 0.3s;
    border: 1px solid transparent;
    width: 150px;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
}
.search_form_error input.search-submit:hover, 
.not-found form.search-form input.search-submit:hover{
    background: #E2B727;
    border-color: #E2B727;
    color: #fff;
}
.not-found form.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
}
.not-found .page-content p {
    margin: 0;
}
aside#secondary.widget-area {
    display: none;
}

/* Our Team page */

.leaderboard_sec {
    padding: 65px 0 75px;
    background: #f5f5f5;
}
.leaderboard_title {
    text-align: center;
    margin: 0 0 45px;
}
.leaderboard-results {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #DBDBDB;
}
.leaderboard-results th, 
.leaderboard-results td {
    border-top: 1px solid #DBDBDB;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 30px;
}
.player {
    display: flex;
    align-items: center;
    gap: 31px;
}
.player-title {
    font-weight: 600;
    font-size: 0.85em;
    color: #333;
}
.player-img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}
.player-name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #151515;
    text-transform: capitalize;
}
.leaderboard-results th {
    background-color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #151515;
    text-transform: capitalize;
	position:relative;
	transition: ease 0.3s;
	cursor: pointer;
}
.leaderboard-results th.active-header:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/08/down-arrow.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: ease 0.3s;
}
.leaderboard-results th:first-child.active-header:after {
 	width: 16px;
    height: 16px;
	right: 20px;
}
.leaderboard-results th.dt-ordering-desc:after {
    transform: translateY(-50%) rotate(180deg);
}
.leaderboard-results th:first-child {
    font-weight: 700;
    text-align: left;
    padding: 15px 30px;
    background: #f5f5f5;
}
.table-title {
    background: #fff;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px solid #DBDBDB;
    border-bottom: none;
}
.leaderboard-results td:first-child {
    border-top-color: transparent;
    background: #f5f5f5;
}

.table_wrapper p {
    text-align: center;
}
.leaderboard-results td {
    background: #fff;
}
.leaderboard-results tr:nth-child(even), 
.leaderboard-results tr:hover {
    background: #f8f8f8;
}
.leaderboard-results tr:nth-child(even) td, 
.leaderboard-results tr:hover td {
    background: #f8f8f8;
}
.leaderboard-results tr:nth-child(even) td:first-child{
    background: #f0f0f0;
}
.table_wrapper:not(:last-child) {
    margin: 60px 0;
}
.dt-layout-cell.dt-layout-full {
    width: 100%;
    overflow: auto;
} 

/* Schedule page */

.schedule_sec{
    padding: 65px 0;
    background: #f5f5f5;
}
.schedule_title{
    margin: 0 0 28px;
}
.schedule_hero .banner_content p {
    max-width: 711px;
}
.book_ticket_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding: 0px 33px 23px;
    margin: 0 -33px 20px;
}
.book_ticket_inn {
    background: #fff;
    padding: 23px 33px;
}
.placename h5 {
    margin: 0;
    font-family: 'Gellix';
    color: #151515;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.placename b {
    text-transform: uppercase;
}
.placename  span {
    font-weight: 500;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.placename span:before {
    content: '';
    background: #000;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 13px;
}
.placeright h5 {
    margin: 0;
    font-family: 'Gellix';
    font-size: 30px;
    line-height: 33px;
    font-weight: 500;
    color: #151515;
    display: flex;
    align-items: center;
    gap: 6px;
}
.placeright span {
    font-size: 22px;
    line-height: 26px;
}
.venue_inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
}
.venue_left {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 50%;
}
.venue_right {
    width: 50%;
    text-align: right;
}
.venue_img img {
    display: block;
}
.venue_name h6 {
    margin: 0;
    font-family: 'Gellix';
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #151515;
    text-transform: capitalize;
}
.book_tv {
    display: flex;
    align-items: center;
    gap: 11px;
}
.book_foot_inn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon_text {
    font-size: 18px;
    line-height: 26px;
    color: #606060;
    font-weight: 400;
}
.icon img {
    display: block;
}
.book_foot_right .icon_text {
    text-transform: uppercase;
}
.book_ticket_main:not(:last-child) {
    margin: 0 0 40px;
}
.venue_img {
    display: flex;
    align-items: center;
}
.venue_at {
    color: #606060;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.schedule_wrapper:not(:last-child) {
    margin: 0 0 75px;
}
.contact_us h5 {
    margin: 0;
    font-family: 'Gellix';
    color: #151515;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.contact_us h5 {
    margin: 0;
    font-family: 'Gellix';
    color: #151515;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}
.contact_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 0;
}
.contact_btn .btn_wrap {
    width: 50%;
}
.contact_btn .btn_wrap:last-child {
    text-align: right;
}
.contact_btn .btn_wrap a {
    max-width: 207px;
    background: #F4E25C;
    color: #000;
}
.contact_btn .btn_wrap a:hover{
    background: #EA2141;
    color: #fff;
    border-color: #EA2141;
}
.contact_btn .btn_wrap:last-child a {
    background: #EA2141;
    color: #fff;
}
.contact_btn .btn_wrap:last-child a:hover{
    background: #F4E25C;
    color: #000;
    border-color: #F4E25C;
}

/* mobile menu */

body:has(#menuToggle input:checked) {
    overflow: hidden;
    position: relative;
}
body:has(#menuToggle input:checked):before{
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9;
    opacity: 0.5;
    pointer-events: none;
    visibility: visible;
}
body:has(#menuToggle input:checked) .advantage_item_inner {
    z-index: 1;
}
.mobile_menu {
    display: none;
}
#menuToggle {
    width: fit-content;
    height: 100%;
    vertical-align: middle;
    position: relative;
    top: 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0;
    margin-left: auto;
    z-index: 9;
}
#menu .header_login_btn {
    margin-top: 20px;
}
#menuToggle input {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -11px;
    left: -10px;
    right: 0;
}

#menuToggle span{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}
#menuToggle span:first-child{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2){
  transform: rotate(-45deg) translate(0, -1px);
}
.header_main.sticky_header #menuToggle input:checked ~ span{
    background: #C1007A;
}
#menu {
    position: fixed;
    width: 100%;
    max-width: 80%;
    height: 100%;
    padding: 40px 20px;
    background: #EA2141;
    box-shadow: 0 0 10px #d9d9d96e;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translateX(-200%);
    transition: ease 0.5s;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
}

#menu li{
  padding: 10px 0;
  transition-delay: 2s;
}
#menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
#menuToggle input:checked ~ ul{
  transform: none;
}
.header_nav #menu li a {
    font-size: 18px;
    color: #fff;
}
#menu .header_login_btn a {
    max-width: 100%;
}
#menu .header_login_btn p {
    display: block;
}
#menu .header_login_btn>* {
    width: 100%;
}
.header_nav #menu ul {
    display: block;
    text-align: left;
}

/* Error 404 */
body.error404 header {
    position: static;
}
body.error404 main#primary {
    padding: 30px 30px;
    max-width: 1200px;
    margin: auto;
}
body.error404 h1.page-title {
    text-align: center;
}
body.error404 .page-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
div[data-lastpass-icon-root] {
    display: none;
}

input[type="email"]:-webkit-autofill,input[type="tel"]:-webkit-autofill,input[type="text"]:-webkit-autofill {
    background-color: transparent!important;
    -webkit-box-shadow: 0 0 0 1000px #fff0 inset!important;
    -webkit-text-fill-color: inherit!important;
    transition: background-color 5000s ease-in-out 0s
}

input[type="email"]:-moz-autofill,input[type="tel"]:-moz-autofill,input[type="text"]:-moz-autofill {
    box-shadow: 0 0 0 1000px #fff0 inset!important;
    -moz-text-fill-color: inherit!important
}
.error404 .banner_content .btn_wrap {
    margin: 30px 0 0;
}

/* Search page */

.fourcol_wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 27px;
}
body.search .viewall, 
body.category .viewall{
    margin-top: 50px;
}
.viewall #load-more-btn, 
.submit_btn input, 
body .popup_content .popup_form .wpforms-submit-container button{
    padding: 21px 25px 19px;
}
.no-banner-available {
    background: #000;
    padding: 150px 0;
}

/* Video page */

.video-section {
    padding: 50px 0;
    background:#f5f5f5;
}
.video-section .container {
    max-width: 900px;
}
.video-embed, 
#video-container{
    position: relative;
    padding-bottom: 56%;
}
.video-embed iframe, 
#video-container video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}
.single-video-page-data {
    background: #fff;
}
.single-video-page-data .post-content {
    padding: 20px;
}
.single-video-page-data .post-content p{
    margin:0;
}
.single-video-page-data .post-content p:not(:last-child) {
    margin: 0 0 20px;
}
.tax-video_category .viewall.btn_wrap {
    margin-top: 50px;
}
.video_div a {
    display: block;
}

/* Popup */

#popupModal {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 999;
    max-width: 800px;
    margin: auto;
    overflow: auto;
    align-content: center;
    width: 90%;
    background: #fff;
    max-height: 600px;
	display:none;
}
.popup_content {
    height: 100%;
}
.popup_banner {
    position: relative;
}
.popup_banner img {
    width: 100%;
    display: block;
}
.popup_banner h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.popup_banner:before {
    content: '';
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.popup_form {
    padding: 20px 40px;
}
.popup_form label, .popup_form br {
    margin: 0 0 10px;
    display: none;
}
.popup_form .submit_btn {
    margin: 20px 0 0;
    text-align: center;
}
.popup_form .contact_formitem:last-child {
    width: 50%;
}
.popup_header {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #EA2141;
    align-content: center;
    margin: auto;
    text-align: center;
    cursor: pointer;
}
#popupClose {
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    position: relative;
    top: -1px;
    font-weight: 500;
    font-family: 'Gellix';
}
.popup_form .submit_btn span.wpcf7-spinner {
    position: absolute;
}
.popup-active {
    position: relative;
    overflow: hidden;
}
.popup-active:before {
    content: '';
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}

span.wpcf7-spinner {
    position: absolute;
}
nav.breadcrumbs, nav.breadcrumbs a {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    flex-wrap: wrap;
}
nav.breadcrumbs a:hover{
	color: #EA2141;
}
nav.breadcrumbs {
    margin: 0 0 30px;
}
span.bread_arrow {
    display: inline-block;
    line-height: 1;
}
.category .latest_news_sec.daily_drive {
    padding-top: 35px;
}
.contact_formitem select option{
	color:#000 !Important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-device-width: 320px) {
  .contact_formitem select {
    color: black !important;
  }
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    max-width: 500px;
    margin: 30px auto 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px 9px;
}
.mobile_ver{
	display: none;
}
.single_blog_sec.legal_content {
    padding: 40px 0;
}
.sms_sign_up_sec {
    padding: 50px 0 25px;
}
.sms_form_top_txt {
    text-align: center;
    margin: 0 0 40px;
}
.sms_form_sec .contact_formitem:last-child {
    width: 50%;
}
.sms_form_sec .submit_btn {
    text-align: center;
    margin: 10px 0 30px;
}
.sms_form_top_txt p {
    margin: 0;
}
body .wpcf7-not-valid-tip {
    font-size: 14px;
}
.latest_news_sec .news_title h4 {
    display: block;
}
.press_release .news_title h4 {
    display: -webkit-box;
}
.coming_soon_videos_message {
    text-align: center;
}
.coming_soon_videos_message p {
    margin: 0;
    font-size: 22px;
	line-height: 1.2em;
    font-weight: 700;
    color: #EA2141;
    text-transform: capitalize;
}
.try-registration-sec .contact_formwrap_inn .contact_formitem:last-child {
    width: 50%;
}
.registration-confirmation .registration-btn {
    text-align: center;
}
.registration-confirmation .registration-btn a {
    max-width: fit-content;
    margin: auto;
    background: transparent;
    padding: 0;
}
body .popup_content .popup_form .wpforms-field input, 
body .popup_content .popup_form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner, 
body .popup_content .popup_form .wpforms-field .sq-card-iframe-container {
    border-radius: 0;
    background: #FAFAFA;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Gellix';
    width: 100%;
    outline: none !important;
    color: #000;
    cursor: pointer;
    border: 1px solid #C8C8C8 !important;
    height: 50px;
    box-shadow: none !important;
}
body .popup_content .popup_form .wpforms-field input::placeholder{
    color: #000;
    visibility: visible;
    opacity: 1;
}
body div#page .popup_content .popup_form .wpforms-field-file-upload input {
    border-radius: 0 !important;
    background: #FAFAFA !important;
    padding: 9px 15px !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
    font-family: 'Gellix' !important;
    width: 100% !important;
    outline: none !important;
    color: #000 !important;
    cursor: pointer !important;
    border: 1px solid #C8C8C8 !important;
    height: inherit !important;
    box-shadow: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner{
    padding: 12px 15px !important;
}
.popup_content .popup_form .wpforms-field {
    width: 100%;
    margin: 0 !important;
    padding: 5px 0;
}
.popup_content .popup_form .wpforms-container .wpforms-submit-container {
    text-align: center;
}
a#tryOutButton {
    max-width: fit-content;
}
body .popup_content .popup_form .wpforms-submit-container button{
    height: inherit;
}
label.wpforms-field-label, label.wpforms-field-sublabel.after {
    color: #000;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.2em;
}
label.wpforms-field-sublabel.after {
    margin-top: 30px;
}
.wpforms-container {
    margin-top: 0 !important;
}
.wpforms-field-description {
    font-weight: 500;
}

/* Responsive */

@media(min-width:768px){
	.latest_news_sec.newsall .latest_three_col {
      display: flex;
      justify-content: center;
}
.latest_news_sec.newsall .latest_three_col .latest_items {
    width: 33.33%;
}
body .popup_content .popup_form .wpforms-field .sq-card-iframe-container{
    height: 70px !important;
}
}

@media(max-width: 1350px){
.container {
    padding: 0 30px;
}
.about_left {
    padding: 43px 45px 43px 45px;
}
.contact_form_right_inn {
    padding: 34px 40px;
}
}

@media(max-width: 1280px){

.latest_three_col, 
.newsfeed_wrapper{
    gap: 25px;
}
}

@media(max-width: 1199px){

.header_nav ul {
    gap: 20px;
}
.header_nav ul a {
   font-size: 15px;
}
.header_search_main {
    gap: 12px;
}
.header_search_inner {
    max-width: 250px;
}
.header_search {
    width: 30%;
}
	.header_right {
    width: 30%;
}
.social_items li a, 
.contact_icon {
    width: 40px;
    height: 40px;
}
.social_items li a svg, 
.contact_icon svg {
    width: 18px;
    height: 18px;
}
.social_items {
    gap: 5px;
}
.slick-dots, 
.scroll_next{
    bottom: 12px;
}
.about_left {
    padding: 30px 30px 30px 30px;
}
.latest_wrapper .slick-track, 
.press_wrapper .slick-track, 
.latest_wrapperfourcol .slick-track {
    display: flex !important;
    gap: 15px;
}
.about_left .btn_wrap {
    margin-top: 30px;
}
.community_img img {
    height: 450px;
    object-fit: cover;
}
.feature_wrapper {
    gap: 15px;
}
.feature_ritem:not(:last-child) {
    margin: 0 0 15px;
}
.feature_content, 
.gallery_content {
    padding: 20px 15px;
}
.feat_title svg, 
.gallery_vision img {
    width: 50px;
    height: 50px;
}
.gallery_wrapper {
    gap: 15px;
}
.video_controls svg {
    width: 55px;
    height: 55px;
}
.news_content {
    padding: 15px 15px 24px;
}
.huddle_sec .community_img img {
    height: auto;
}
.video_wrapper .slick-slide {
    margin-right: 15px;
}
.feature_rcontent {
    padding: 15px 15px 15px 15px;
}
.contact_formwrap_inn {
    margin-left: -20px;
}
.contact_formitem {
    padding-left: 20px;
    margin: 0 0 20px;
}
.contact_form_right_inn {
    padding: 30px 30px;
}
.latest_three_col {
    gap: 15px;
}
.who_we_wrap {
    gap: 40px;
}
.newsfeed_wrapper {
    gap: 15px;
}
.player {
    gap: 12px;
}
.leaderboard-results th, 
.leaderboard-results td, 
.table-title, .leaderboard-results th:first-child{
    padding: 10px 15px;
}
.table-title {
    font-size: 18px;
    line-height: 24px;
}
.fourcol_wrapper {
    gap: 15px;
}
.relatedblog_wrapper {
    gap: 15px;
}
.last_legacy .community_content {
    max-width: 800px;
}
.page-template-aboutpage .who_we_sec .who_right_inner {
    padding: 0 0px 0 40px;
}
.page-template-aboutpage .what_we_sec .who_right_inner {
    padding: 0 40px 0 0px;
}
}

@media(max-width: 992px){

.header_search_main, 
.header_nav {
    display: none;
}
.mobile_menu {
    display: block;
}
.header_right, 
.header_search {
    width: 30%;
} 
.header_logo {
    width: 40%;
}
.header_search_inner input {
    font-size: 15px;
}
.header_search_inner svg {
    width: 18px;
    height: 18px;
}
.header_search_inner input {
    padding: 0 0 10px;
}
.header_search_inner>span {
    top: -5px;
}
.clear-icon {
    font-size: 20px;
    top: -1px;
}
.container {
    padding: 0 20px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 36px;
}
p {
    font-size: 15px;
    line-height: 22px;
}
.home .banner_content h1 {
    max-width: 383px;
}
.slick-arrow {
    width: 45px;
    height: 45px;
}
.banner_btn {
    margin-top: 25px;
}
.btn_wrap a, 
.submit_btn input, 
.viewall #load-more-btn, 
body .popup_content .popup_form .wpforms-submit-container button{
    padding: 12px 10px 14px;
    font-size: 14px;
    max-width: 139px;
}
.slick-dots, 
.scroll_next{
    width: 23px;
    height: 35px;
    padding-bottom: 5px;
    row-gap: 3px;
}
.slick-dots li button, 
.scroll_next button	{
    width: 7px;
    height: 7px;
}
.slick_arrows, 
.press_arrows, 
.video_arrows {
    gap: 5px;
}
.latest_header, 
.gallery_head, 
.video_head {
    margin: 0 0 20px;
}
.news_title h4 {
    font-size: 16px;
    line-height: 21px;
}
.news_btn a, 
.readmore a {
    font-size: 14px;
    line-height: 21px;
}
.news_title {
    margin: 0 0 12px;
}
.viewall {
    margin-top: 30px;
}
.latest_news_sec {
    padding: 40px 0 50px;
}
.about_left {
    padding: 30px 20px;
}
.about_sec {
    padding: 0px 0 50px;
}
.community_img img {
    height: 350px;
}
.community_content {
    max-width: 422px;
}
.community_content .btn_wrap {
    margin: 25px 0 0;
}
.feature_title {
    margin: 0 0 25px;
}
.feat_title {
    gap: 20px;
}
.feature_wrapper h4 {
    font-size: 18px;
}
.feat_title svg, 
.gallery_vision img {
    width: 40px;
    height: 40px;
}
.feature_rtitle h4 {
    font-size: 16px;
    margin: 0 0 8px;
}
.feature_photosec {
    margin: 48px 0 50px;
}
.gallery_sec, 
.video_sec {
    margin: 50px 0 50px;
}
.gallery_content {
    gap: 20px;
}
.gallery_wrapper {
    gap: 10px;
}
.galleryitem_title h4 {
    font-size: 16px;
    line-height: 22px;
}
.video_controls svg {
    width: 45px;
    height: 45px;
}
.video_wrapper .slick-slide {
    margin-right: 10px;
}
.press_release {
    padding-top: 0;
}
.footer_sec {
    padding: 50px 0 0;
}
.footer_wrapper {
    gap: 0;
    flex-wrap: wrap;
    row-gap: 50px;
    padding-bottom: 40px;
}
.footer_item.footer-logo {
    width: 100%;
    text-align: center;
}
.footer_item.newsletter .social_items {
    justify-content: center;
}
.newsletter_input form {
    max-width: 400px;
    margin: auto;
    position: relative;
}
.newsletter_input {
    margin: 0 0 25px;
}
.current-menu-item a {
    color: #ffffffa3 !important;
}
.footer_item.contact-item, 
.footer_nav {
    width: 33.33%;
}
.social_items li a, 
.contact_icon {
    flex: 0 0 40px;
}
.footer_item span {
    font-size: 16px;
    margin: 0 0 20px;
}
.footer_item.contact-item li {
    font-size: 15px;
    line-height: 22px;
}
.footer_item ul a {
    font-size: 15px;
    line-height: 30px;
}
.copyright_content ul li, 
.copyright_content ul li a {
    font-size: 15px;
    line-height: 22px;
}
.video_gallery_tab .video_controls svg {
    width: 35px;
    height: 35px;
}
.gallerytab_title {
    margin: 50px 0 25px;
}
#tabs-nav {
    margin: 0 auto 50px;
}
#tabs-nav li a {
    font-size: 18px;
    padding: 0px 0px 15px;
}
.gallerytabs_sec {
    padding: 50px 0 50px;
}
#tabs-nav li {
    min-width: 50%;
    width: 100%;
}
#tabs-nav {
    display: flex;
    margin: 0 auto 40px;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: inherit;
    gap: 0;
}
.address_icon {
    width: 75px;
    height: 75px;
}
.address_icon svg {
    width: 30px;
    height: 30px;
}
.address_text a, .address_text p {
    font-size: 15px;
    line-height: 22px;
}
.address_text h4 {
    font-size: 18px;
}
.need_helpsec {
    padding: 50px 0;
}
.help_addresswrap {
    margin: 40px 0 50px;
}
.contact_formitem input, 
.contact_formitem textarea, 
.contact_formitem select{
    padding: 12px 15px;
    font-size: 14px;
    line-height: 22px;
}
.contact_formitem select {
    background-size: 12px;
    background-position: center right 15px;
}
.contact_form_wrapper {
    margin: 0 0 50px;
}
.contact_formwrap_inn {
    margin-left: -10px;
}
.contact_formitem {
    padding-left: 10px;
    margin: 0 0 10px;
}
.need_help_head p {
    max-width: 551px;
}
.latest_wrapperfourcol .slick-dots {
    bottom: -40px;
}
.latest_wrapperfourcol .slick-arrow {
    bottom: -70px;
}
.newsall .viewall, 
.daily_drive .viewall, 
.press-release .viewall, 
.community-release .viewall {
    margin-top: 60px;
}
.season_event .community_content {
    max-width: 582px;
}
.latest_news_sec.daily_drive, 
.about_sec.about_page_sec{
    padding-bottom: 0;
}
.latest_news_sec.community-release {
    padding-top: 0;
}
.who_we_sec {
    margin: 50px 0;
}
.who_we_wrap {
    gap: 20px;
}
.about_left p:not(:last-child) {
    margin: 0 0 15px;
}
.newsfeed_content {
    padding: 20px 15px 25px 15px;
}
.newsfeed_content h4 {
    font-size: 18px;
    line-height: 22px;
}
.newsfeed_sec {
    padding: 50px 0;
}
.who_right_inner p:not(:last-child) {
    margin: 0 0 15px;
}
.leaderboard_sec {
    padding: 50px 0 50px;
}
.table-title {
    font-size: 16px;
    line-height: 22px;
}
.contact_formitem .wpcf7-form-control.form-checkboxes {
    margin: 30px 0 10px;
}
span.wpcf7-spinner {
    display: block;
}
.sponsorship_form_sec {
    padding: 40px 0 30px;
}
.fourcol_wrapper, 
.relatedblog_wrapper{
    grid-template-columns: repeat(3,1fr);
}
body.search section.latest_news_sec, 
.category section.latest_news_sec{
    padding-bottom: 50px;
}
body.search .viewall, 
body.category .viewall{
    margin-top: 40px;
}
.related_blog_sec {
    padding: 50px 0;
}
.related_blog .title_wrap {
    margin: 0 0 35px;
}
.single_blog_content p {
    margin: 0 0 15px;
}
.single_blog_content img {
    margin: 30px 0;
}
.pagination_wrap {
    padding: 10px 0;
    margin: 30px 0 30px;
}
.pagination_social_items span {
    font-size: 16px;
}
.pagination_social_items .social_items li a {
    width: 30px;
    height: 30px;
}
.pagination_social_items .social_items li a svg {
    width: 16px;
    height: 16px;
}
.pagination_social_items {
    gap: 8px;
}
.single_blog_content ul, .single_blog_content ol {
    row-gap: 10px;
    margin: 0 0 15px;
}
.single_blog_content li {
    font-size: 15px;
    line-height: 22px;
    padding-left: 24px;
}
.single_blog_content li:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
}
.venue_name h6 {
    font-size: 18px;
    line-height: 22px;
}
.book_ticket_inn {
    padding: 20px 20px;
}
.placeright h5 {
    font-size: 24px;
    line-height: 26px;
}
.placeright span {
    font-size: 18px;
    line-height: 22px;
}
.icon_text {
    font-size: 16px;
    line-height: 22px;
}
.venue_at {
    font-size: 15px;
    line-height: 21px;
}
.schedule_wrapper:not(:last-child) {
    margin: 0 0 50px;
}
.venue_left {
    gap: 15px;
}
.book_tv {
    gap: 6px;
}
.icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.schedule_sec {
    padding: 50px 0;
}
.no-banner-available {
    padding: 100px 0;
}
.video-section {
    padding: 40px 0;
}
.single-video-page-data .post-content p:not(:last-child) {
    margin: 0 0 15px;
}
.tax-video_category .viewall.btn_wrap {
    margin-top: 40px;
}
.tax-video_category .latest_news_sec{
    padding-bottom:40px;
}
.related_videos .gallerytab_title {
    margin: 0 0 25px;
}
.who_we_sec.shawn_sec {
    margin-bottom: 0;
}
.last_legacy {
    margin: 50px 0;
}
.no-search-results p {
    font-size: 30px;
}
.page-template-aboutpage .who_we_sec .who_right_inner {
    padding: 0 0px 0 20px;
}
.page-template-aboutpage .what_we_sec .who_right_inner {
    padding: 0 20px 0 0px;
}
.map_inner iframe {
    height: 380px;
}
nav.breadcrumbs {
    margin: 0 0 20px;
    gap: 12px;
}

.leaderboard-results th.active-header:after {
    width: 10px;
    height: 10px;
    right: 2px;
}
.last_legacy .community_content {
    padding: 0 20px;
}
.category .latest_news_sec.daily_drive {
    padding-top: 25px;
}
.copyright_content ul {
    gap: 10px;
    flex-wrap: wrap;
}
.copyright_content ul li {
    padding-right: 10px;
}
.copyright_content ul li:not(:last-child):after {
    right: 0px;
}
.relatedblog_wrapper {
    display: block;
}
.relatedblog_wrapper .slick-list {
    padding-right: 100px;
}
.relatedblog_wrapper .slick-slide {
    margin: 0 10px;
}
.relatedblog_wrapper .slick-dots {
    position: static;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.relatedblog_wrapper .slick-dots button {
    background: #AAAAAA;
    opacity: 1;
    transition: ease 0.3s;
}
.relatedblog_wrapper .slick-dots li.slick-active button {
    background: #000;
    transform: scale(1.4);
}
.sms_form_top_txt p {
    font-size: 16px;
}
.sms_form_top_txt {
    margin: 0 0 25px;
}
.sms_sign_up_sec {
    padding: 40px 0 25px;
}
}

@media(max-width: 767px){


h1 {
    font-size: 34px;
}
h2 {
    font-size: 30px;
}
.footer_logo img {
    max-width: 140px;
}
.header_search_inner input {
    font-size: 13px;
    padding-right: 2px;
	padding-bottom:5px;
}
.header_search_inner>span {
    top: -2px;
}
.header_search_inner {
    padding: 0 0 0px;
    width: 100%;
    max-width: 100%;
    gap: 4px;
}
.header_search_inner svg {
    width: 16px;
    height: 16px;
}
.home .banner_content h1 {
    max-width: 250px;
}
.hero_banner_sec.home .banner-img img {
    height: 380px;
    object-fit: cover;
}
.latest_inner, .news_content, 
.latest_wrapper .slick-slide >div, 
.press_wrapper .slick-slide >div, 
.latest_wrapperfourcol .slick-slide >div{
    height: 100%;
}
.latest_wrapper .slick-slide, 
.press_wrapper .slick-slide, 
.latest_wrapperfourcol .slick-slide{
    height: auto;
}

/*1-10*/
.home .latest_wrapper .draggable {
    padding: 0 !important;
}
/*1-10*/
.latest_items {
    display: block !important;
    height: 100%;
}
.slick-arrow {
    bottom: 20px;
    top: auto;
    transform: translateY(0%) rotate(180deg);
}
.banner_slider .slick-arrow.slick-prev {
    left: 20px;
    transform: rotate(0deg);
}
.banner_slider .slick-arrow {
    width: 35px;
    height: 35px;
}
.slick-dots, 
.scroll_next{
    width: 23px;
    height: 38px;
    padding-bottom: 10px;
    row-gap: 5px;
    bottom: 20px;
}
.latest_wrapper .draggable, 
.press_wrapper .draggable, 
.video_wrapper .draggable, 
.latest_wrapperfourcol .draggable{
    padding-right: 100px;
}
.about_left p:not(:last-child) {
    margin: 0 0 15px;
}
.about_left {
    text-align: center;
    padding: 20px 20px 30px;
}
.about_left h2 {
    margin: 0 0 10px;
}
.about_wrapper {
    flex-direction: column-reverse;
}
.huddle_sec .community_img img {
    height: 250px;
}
.community_content .btn_wrap {
    gap: 10px;
}
.community_content {
    padding: 0 20px;
}
.feature_wrapper, 
.about_wrapper {
    flex-wrap: wrap;
}
.feature_iteml, 
.feature_itemr, 
.about_right, 
.about_left {
    width: 100%;
}
.latest_header, .gallery_head, .video_head {
    justify-content: center;
}
.slick_arrows, .press_arrows, .video_arrows {
    display: none;
}
.gallery_wrapper {
    grid-template-columns: repeat(1, 1fr);
}
.video_controls svg {
    width: 35px;
    height: 35px;
}
.feature_rtitle h4 {
    font-size: 15px;
    margin: 0 0 5px;
}
.readmore {
    margin: 8px 0 0;
}
.feature_rtitle p {
    font-size: 14px;
    line-height: 21px;
}
.community_img img {
    height: 300px;
}
.footer_sec {
    padding: 40px 0 0;
}
.footer_item.contact-item, 
.footer_nav {
    width: 100%;
}
.footer_wrapper {
    row-gap: 30px;
	justify-content: center;
}
.footer_item.contact-item, .footer_nav {
    width: 50%;
    text-align: center;
}
.footer_item.contact-item {
    width: 100%;
}
.footer_item.contact-item ul {
    max-width: 280px;
    margin: auto;
    text-align: left;
}
.footer_item.newsletter {
    margin: 0 0 20px;
}
.newsletter_input .arrow svg {
    width: 20px;
    height: 20px;
}
.newsletter_input input {
    font-size: 14px;
}
.newsletter_input form {
    max-width: 100%;
}
.copyright_content ul li, 
.copyright_content ul li a {
    font-size: 13px;
    line-height: 18px;
}
.copyright_content {
    padding: 10px 10px;
}

.contact_formitem {
    padding-left: 10px;
    margin: 0 0 10px;
    width: 100%
}
.need_help_head p {
    max-width: 100%;
}
.help_addresswrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.address_item:first-child, 
.address_item:last-child {
    border: none;
}
.address_icon {
    width: 55px;
    height: 55px;
    margin-left: 0;
    margin-right: 0;
}
.address_item_inn {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.address_text {
    text-align: left;
	margin:0;
}
.contact_form_inner {
    flex-wrap: wrap;
}
.contact_form_left, 
.contact_form_right {
    width: 100%;
}
.address_icon svg {
    width: 25px;
    height: 25px;
}
.contact_form_right_inn {
    padding: 30px 20px;
}
.submit_btn {
    text-align: center;
}
.need_helpsec {
    padding: 50px 0 0;
}
.contact_form_wrapper {
    margin: 0 0 30px;
}
.need_helpsec {
    padding: 40px 0 0;
}
.latest_three_col, 
.newsfeed_wrapper{
    grid-template-columns: repeat(1, 1fr);
}
.latest_wrapperfourcol .slick-dots {
    gap: 10px;
}
.newsfeed_wrapper {
    gap: 20px;
}
.who_we_wrap {
    gap: 30px;
    flex-wrap: wrap;
}
.who_left, .who_right {
    width: 100%;
}
.who_we_sec.what_we_sec .who_we_wrap {
    flex-direction: column-reverse;
}
.hero_banner_sec.about .banner-img img, 
.team_hero .banner-img img, 
.schedule_hero .banner-img img, 
.single-video .banner-img img, 
.our_coach .banner-img img, 
.error404 .banner-img img{
    height: 220px;
    object-fit: cover;
}
.error404 .banner_content .btn_wrap {
    margin: 15px 0 0;
}
.leaderboard-results {
    overflow: auto;
    display: block;
}
.player-img {
    width: 62px;
    height: 62px;
}
.leaderboard-results th:first-child {
    min-width: 220px;
}
.leaderboard-results th, 
.leaderboard-results td {
    min-width: 100px;
}
.table_wrapper:not(:last-child) {
    margin: 40px 0;
}
.contact_formitem .wpcf7-form-control.form-checkboxes {
    margin: 10px 0 0px;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.contact_formitem .wpcf7-form-control.form-checkboxes .wpcf7-list-item-label {
    font-size: 13px;
}
.fourcol_wrapper, 
.relatedblog_wrapper{
    grid-template-columns: repeat(1,1fr);
}
.pagination_inner .button a {
    font-size: 14px;
    padding: 15px 10px;
    width: 139px;
}
.related_blog .title_wrap {
    margin: 0 0 25px;
}
.placename, .placeright, 
.venue_right, .venue_left{
    width: 100%;
}
.book_ticket_head {
    padding: 0px 20px 15px;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 0 -20px 20px;
}
.placeright h5 {
    font-size: 20px;
    line-height: 22px;
    justify-content: center;
}
.venue_inn {
    margin: 0 0 30px;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}
.book_btn.btn_wrap a {
    width: 100%;
    max-width: 100%;
}
.venue_name h6 {
    font-size: 16px;
    line-height: 22px;
}
.venue_left {
    gap: 10px;
}
.book_foot_inn {
    flex-wrap: wrap;
    gap: 10px;
}
.book_foot_left, .book_foot_right {
    width: 100%;
}
.icon_text {
    font-size: 15px;
    line-height: 21px;
}
.book_ticket_main:not(:last-child) {
    margin: 0 0 30px;
}
.placename h5 {
    font-size: 16px;
    line-height: 22px;
    text-align:center;
}
.schedule_title {
    margin: 0 0 20px;
}
.contact_btn {
    margin: 20px 0 0;
    flex-wrap: wrap;
    gap: 10px;
}
.contact_btn .btn_wrap {
    width: 100%;
}
.contact_btn .btn_wrap a {
    max-width: 100%;
}
.contact_us h5 {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}
.placeright span {
    font-size: 16px;
    line-height: 21px;
}
.schedule_wrapper:not(:last-child) {
    margin: 0 0 30px;
}
.schedule_sec {
    padding: 40px 0;
}
/* .no-banner-available {
    padding: 50px 0;
} */
.guiding_player .about_wrapper .about_left {
    margin: 0px 0px 0px 0px;
}
.guiding_player .about_wrapper .about_right {
    width: calc(100% + 0px);
}
.guiding_player .about_wrapper {
    flex-direction: row;
}
.last_legacy .community_img img {
    height: 500px;
}
.who_we_sec.shawn_sec .btn_wrap {
    margin-top: 15px;
    text-align: center;
}
.related_videos .gallerytab_title, 
.page-template-coachpage .who_right_inner{
    text-align: center;
}
.popup_form .contact_formitem:last-child {
    width: 100%;
}
.popup_form {
    padding: 20px;
}
.popup_header {
    width: 30px;
    height: 30px;
}
#popupClose {
    font-size: 18px;
    top: 0;
}
.leaderboard-results th.active-header:after {
    width: 10px;
    height: 10px;
}
.leaderboard-results th:first-child.active-header:after {
    width: 12px;
    height: 12px;
    right: 10px;
}	
.page-template-aboutpage .who_we_sec .who_right_inner {
    padding: 30px 0px 0 0px;
}
.page-template-aboutpage .what_we_sec .who_right_inner {
    padding: 30px 0px 0 0px;
}	
.map_inner iframe {
    height: 250px;
}
.newslettertxt h2 p {
    font-size: 24px;
}
.relatedblog_wrapper .slick-slide {
    margin: 0 5px;
}
.desktop_ver {
    display: none;
}
.mobile_ver{
	display: block;
}
.sms_form_sec .contact_formitem:last-child {
    width: 100%;
}
.latest_news_sec.community-release .slick-list.draggable {
    padding-right: 0;
}
.coming_soon_videos_message p {
    font-size: 18px;
}
.try-registration-sec .contact_formwrap_inn .contact_formitem:last-child {
    width: 100%;
}
.registration-confirmation .registration-btn {
    margin-top: 15px;
}
body div.wpforms-container .wpforms-form .wpforms-field {
    margin: 0;
    padding: 8px 0;
}
label.wpforms-field-label, label.wpforms-field-sublabel.after {
    font-size: 15px !important;
}
label.wpforms-field-sublabel.after {
    margin-top: 10px !important;
}
body .popup_content .popup_form .wpforms-field input, body .popup_content .popup_form div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner, body .popup_content .popup_form .wpforms-field .sq-card-iframe-container {
    padding: 10px 12px;
    font-size: 15px;
    line-height: 21px;
    height: 45px;
}
body div#page .popup_content .popup_form .wpforms-field-file-upload input {
    padding: 10px 12px !important;
    font-size: 15px !important;
    line-height: 21px !important;
}

}

@media(max-width:370px){
.contact_formitem .wpcf7-form-control.form-checkboxes {
    grid-template-columns: repeat(1, 1fr);
}
}