/*
Theme Name:     DDL Theme
Theme URI:      n/a
Template:       kadence
Author:         GBW
Author URI:     http://giboweb.com
Description:    Child of Kadence
Version:        1.0.1
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.lock{
	background-color:#ff0000;
}

/* fluent cart */
/* single product */
/* .fct-product-tab-nav-item.active {
	color: #cccccc;
}
.fct-product-tab-nav-item{
	color: #cccccc;
} */
/* customer profile page */
/*
.fct-customer-nav-item-downloads{
  display: none;	
}
body.page-id-6843 .fct-customer-dashboard-customer-info-content h3, .fct-customer-dashboard-customer-info-content p{

}
body.page-id-6843 input[type=text]{
	color:#666666;
}
body.page-id-6843 .fct-customer-dashboard-app-container.fluent-cart-customer-profile-app{
	background-color:#ffffff!important;
}
.fct-customer-logout-btn{
	background-color:#000000!important;
	color:#ffffff!important;
	border:3px solid var(--global-palette-highlight)!important;
}
.fct-customer-logout-btn:hover{
	background-color:var(--global-palette-highlight)!important;
	color:#000000!important;
}

body.single.single-fluent-products h1, .fct-product-item-price, .fct-product-list-container .fct-product-list-heading{
	color:#cccccc;
}
.fct-product-quantity-container .quantity-title{
	color:#ccc;
}
.fct-product-variant-item{
	color:#cccccc;
}
.fct-product-variant-item .fct-product-variant-title{
	color:#cccccc;
}
.fct-product-card-excerpt{
  color:#000000;	
}
.fct-product-prices{
	color:#cccccc;
}
*/
/* ====== F Cart END ========== */
/* #completion button.jet-form-builder__submit{
	font-size:1.5rem;
	background-color:rgb(64, 224, 208)!important;
	color:#000000!important;
	border:none!important;
}
#completion button.jet-form-builder__submit:hover{
	background-color:var(--global-palette1)!important;
} */

/* ================ */
body > div > div.fcom_layout_side > div.fcom_welcome > h2.fcom_title {
  color: #ffc107!important;
	font-family:'Open Sans', sans-serif;
	font-weight:600;
}
.fcom_layout_main .fcom_onboard_header h2 {
  font-weight:600;
	font-family:'Open Sans', sans-serif;
}
#wp-submit {
	color: var(--fcom-primary-button-text, var(--fcom-primary-bg, #FFFFFF));
 background: #000000!important;
	border:3px solid #ffc107!important;
}
#wp-submit:hover {
 color: #4B5320!important;
 background: #ffc107!important;
}
button.jet-form-builder__submit{
	background: #000000!important;
	border:3px solid #ffc107!important;
}
button.jet-form-builder__submit:hover{
	color: #4B5320!important;
 background: #ffc107!important;
}
/* ====================== */
.hide{
	display:none;
}
.infoV{
	padding-left:10px;
	padding-right:10px
}
header[role="banner"]{
	background-color:#000000!important;
}
/* community leaderboard template */
#fluent_com_portal > div > div > div > div > div > div > div.fhr_content_layout_body > div > div.object_cover.no_cover > div > div > div.image-uploader{
	display:none!important;
}
.el-upload {
	display:none;
}	

.section-leaderBoard-accountDetails-top div.kt-inside-inner-col{
	background-color:var(--fcom-primary-bg);
}
.leaderBoard-member-details-list{
	border-bottom:1px solid var(--fcom-secondary-border);
}
.section-leaderBoard-memberDetails{
	background-color:var(--fcom-secondary-bg);
}
.section-leaderBoard-top{
  	background-color:var(--fcom-primary-bg)!important;
}

/* =================== */
.jet-reviews-advanced__new-review-form .jet-reviews-slider-input, .jet-reviews-advanced__new-review-form .jet-reviews-slider-input, .jet-reviews-field__rating, .jet-reviews-advanced__new-review-form .jet-reviews-stars-input, .jet-reviews-field__rating   {
display:none;
} 
#comment-15 > div > div > div > img::before{
/* 	content:'A'!important; */
}
svg {
    animation-delay: calc(var(--scroll) * 300s);
    animation: none!important;
/*     animation-fill-mode: forwards; */
/*     animation-timing-function: ease; */
}
/* body > div.fcom_wrap.fcom_wp_frame > div > div > div.fcom_top_menu > div.top_menu_right > ul > li.top_menu_item.fcom_color_mode > button > span > svg.show_on_light{
	color:#40e0d0;
	top:50%!important;
} */
/* =================== */
.entry-hero{
/* 	border-bottom:5px solid var(--global-palette1); */
}
.info-box-col{
	background-color:200px;
}
div.info-box > div > div > p.kt-blocks-info-box-text {
/* 	background-color:#ff0000;
	padding-left:15%;
	padding-right:15%; */
}
div.info-box > div > div {
/* 	background-color:#ff0000; */
}
/* == training post nav == */
/*
.wpb-posts-nav{
	max-height:1px;
	margin-bottom:0px!important;
}

.training-navigration-wrap{
	height:1px!important;
}
#training-navigration > div > div > div{
	height:1px!important;
}
.wpb-posts-nav {
	justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 2em;
  position: relative; 
}
*/
/* Target your button wrappers by their IDs or shared class */
#prev_post_id,
#next_post_id {
  top: 16px;         
  z-index: 99; 
 	width: 5%;  /* Adjust to fit your content layout; not full width */
    min-width: 150px;
}
/* Position prev on the left, next on the right */
#prev_post_id {
    left: 16px;       
    float: left;
}

body.postid-2762 #next_post_id {
    right: 16px;       
    float: right;
}
#next_post_id {
    right: 16px;       
    float: right;
/* 	align-self: flex-start; */
}

/* Optional: Give some margin if needed */
#prev_post_id, #next_post_id {
    margin: 0 8px;
}
/* = all training = */
.jet-listing-grid__items>.jet-listing-grid__item{
	min-width:240px!important;
}
div.bookmark > div > a{
	font-size:1rem;
	text-decoration:none;
}
.jet-data-store-link__label{
/* 	color:transparent; */
}
.training-title {
	text-decoration:none;
	font-size:1.5rem;
	color:var(--global-palette3);
	text-transform:uppercase;
/* 	font-family:BATGREXO, Helvetica; */
}
.training-title a {
	text-decoration:none;
}
/* ===  signup form === */
@media only screen and (max-width: 896px) {
	.form-rank{
	flex-direction:column;
	}
.form-rank li{
	display: block;
	width:100%;
	}
	.form-rank > li > figure.recruit-logo > img{
		width:225px!important;
	}
}

@media only screen and (min-width: 897px) {
	.form-rank li{							height:369px;			
	}
}	
@media only screen and (min-width: 1024px) {

/* 	.sub-heading{
		background-color:#ff0000;	
	} */
	.form-rank li{
	height:326px;	
	}

	#s2-info-iconbox{
/* 		background-color:#ffffff; */
	}
	#s6-info-iconbox{
/* 		background-color:#ffffff; */
	}
	#stage-2-changing-game .game-icon{
	height:350px;
	max-width:350px;
	min-width:250px;
	width:100%;
/* 	max-height:350px; */
}	
  #s3-info-iconbox{
/* 	  background-color:#ccc;	 */
  }
	#stage-3-changing-game .game-icon{
	height:350px;
	max-width:350px;
	min-width:250px;
	width:100%;
/* 	max-height:350px; */
}	

	#stage-5-changing-game .game-icon{
	height:350px;
	max-width:350px;
	min-width:250px;
	width:100%;
}	

#stage-3 .game-icon > div > div > p {
	padding-left:40px!important;
	padding-right:40px!important;
}

	#stage-5 .full-width{
		width:100%!important;
	}
}

@media only screen and (min-width: 1200px) {
	.form-rank li{

	}
	
}	
.jfb-progress-type--default{
	color: var(--global-palette9);
}
.jfb-progress-type--default .jet-form-builder-progress-pages__item--wrapper.active-page .jet-form-builder-progress-pages__item--circle{
	border-color:var(--global-palette4);
}
.jfb-progress-type--default .jet-form-builder-progress-pages__item--wrapper.active-page .jet-form-builder-progress-pages__item+.jet-form-builder-progress-pages__separator{
	background-color:var(--global-palette1);
}
.jfb-progress-type--default .jet-form-builder-progress-pages__item--wrapper.active-page{
	color:var(--global-palette1);
}
.jfb-progress-type--default .jet-form-builder-progress-pages__item--wrapper.passed-page .jet-form-builder-progress-pages__item+.jet-form-builder-progress-pages__separator{
	background-color:var(--global-palette1);
}
.jfb-progress-type--default .jet-form-builder-progress-pages__item--wrapper.passed-page .jet-form-builder-progress-pages__item--circle{
	border-color:var(--global-palette1);
}
.jfb-progress-type--default .jet-form-builder-progress-pages__item--wrapper.passed-page{
	color:var(--global-palette1);
}
.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked+span::before {
background-color: var(--global-palette1);
border-color: var(--global-palette1);
}
#registration-form ul.form-rank li:hover{
	cursor:pointer;
	background-color:var(--global-palette9)!important;
}
#registration-form ul.form-rank [aria-checked="true"]{
	background-color:var(--global-palette9)!important;
	border:3px solid var(--global-palette1);
}
#registration-form ul.form-rank [aria-checked="false"]{
	border:3px solid #4b53208f;
}
#registration-form div.jet-form-builder-row.field-type-checkbox-field > div > div > div:nth-child(5) > label > span::before{
	margin-top:-17px!important;
}
.line-top{
	margin-bottom:2%;
}
.line-bottom{
	margin-bottom:2%;
	margin-top:2%;
}
#registration-form [data-type="submit"] button.jet-form-builder__prev-page{
	margin-right:0.5%;
}
#registration-form input, textarea{
	border-color:var(--global-palette9);
	background-color:#000000;
}
#registration-form .jet-form-builder-page {
	padding-left:20px;
	padding-right:15px;
}
/* = registration form = */
.signup-header {
font-size: 1.5rem;
}
#registration-form > div > span > strong{
	color:#ffffff;
}
#registration-form > div.jet-form-builder-progress-pages.jfb-progress-type--default.jet-form-builder-progress-pages--global > div > div.jet-form-builder-progress-pages__item > div.jet-form-builder-progress-pages__item--label{
	font-weight:600!important;
}
#registration-form > div > div > div > div > div > label > span{
	color:#ffffff;
	align-items:flex-start;
	margin-bottom:10px;
}
#registration-form > div:nth-child(11) > div.jet-form-builder-row.field-type-choices-field > div > ul > li.jet-form-builder-choice--item > p{
	color:#ffffff;
}
#registration-form > div.jet-form-builder-progress-pages.jfb-progress-type--default.jet-form-builder-progress-pages--global > div > div.jet-form-builder-progress-pages__item > div.jet-form-builder-progress-pages__item--circle{
	border-width:3px!important;
}
#registration-form > div > div > div.jet-form-builder-col__start > div > div{
	color:#ffffff;
}
#registration-form > div:nth-child(10) > div.jet-form-builder-row.field-type-checkbox-field > div.jet-form-builder-col__end > div > div > label > span{
	color:#ffffff;
}
/* = profile page = */

/*  == training == */ 
.icon-number{
  margin-bottom:-40px!important;	
}
#completion > div.jet-form-builder-messages-wrap{
	display:none;
}
#completion button.jet-form-builder__submit{
	background-color:var(--global-palette6);
	border:none;
	color:#000000;
}

.completed-btn span.kb-adv-text-inner{
	background-color:	var(--global-palette2);
	padding:5px 10px;
	border-radius:10px;
	color:#000000;
}
.mark-as-complete-btn span.kb-adv-text-inner{
	background-color:var(--global-palette6);
	padding:5px 10px;
	border-radius:10px;
	color:#000000;
}
.training-video-container div span div{
	width:100%;
	border:4px #ffc107 solid;
	border-radius:10px;
}
/*  == community feed == */
.jet-data-store-link__icon:before {

}
/* == */
#mceu_40-open > span{
	color:#ffffff;
}
/* == */
.tablinks.active{
	color:var(--global-palette1);
}
.post-title-feed{
	font-size:2rem;
}
.member_post_btn{
	cursor:pointer;	
}
.jet-form-builder-file-upload__content{
	background-color:#ccc;
}
div.feed-post-thum > div > a > img{
	border-radius:0px!important;
}
.post-title-faq a{
	text-decoration:none;	
}
.comment-span{
	color:#CBD2D9!important;
}
a.simplefavorite-button {
	font-size:2rem;
}
a.simplefavorite-button.active i{
	color:#ff0000;
}
a.simplefavorite-button i{
	cursor:pointer!important;
	color:#CBD2D9;
}
.dashicons-admin-comments:before{
	font-size:2rem;
	color:#CBD2D9;
}
.post-excerpt-feed a{
	text-decoration:none;
	margin-top:20px;
}
.post-title-feed a{
	margin-top:20px;
	text-decoration:none;
	font-size:1.5rem;
	font-weight:600;
	text-transform:capitalize;
}
/* ================= */
#go-back-button > div > a{
	font-size:0.8rem;
}
/* post popup */
.button-post-popup-container{
/* 	background-color:	 */
	color:#000000!important;
}
#footer-container{
	z-index:0;
}

/* ===== */
.stage-link{
	text-decoration:none;
	
}
.wpb-posts-nav__thumbnail img{
	margin:auto;
	margin-bottom:5px;
}
.training-nav-block{
	border:3px solid var(--wp--preset--color--theme-palette-1);
	background-color: #000000;
	padding:10px;
	border-radius:10px;	
	margin:5px;
}
div.sticky a{
  position: sticky!important;
  top: 0!important;
	text-align:center;
}

.game-icon-wide{
	height:350px;
	width:350px;
}
.next-game-icon{
	position:relative;
	top:170px;
}
.next-game-icon-2{
	position:relative;
	top:200px;
}
/* training nav */
.navigation{
	width:100%;	
}
/* = Training = */


#stage-1-changing-game .next-game-icon{
	position:relative;
	top:30px;
}
.training-header{
	width:40%;
}
.hero-training-wrap-with-image{
	background-position: 0% 39%;
}
.training-video-wrapper{
	max-width:600px;	
}
#stage-5-training{
	max-width:80%;
}
#stage-4-training{
	max-width:80%;
}
/* ============== */

@media screen and (max-width: 492px) {
/* Training */
	.training-header{
		width:100%;
	}
.hero-training-wrap-with-image{
	background-size: 97%!important;
	background-position:contain!important;
	background-position:63% -5%!important;
}	
}	
@media screen and (max-width: 992px) {
	
/* Training */
#stage-1-changing-game	.next-game-icon{
		display:none;
	}	
#stage-1-changing-game .game-icon{
	height:230px;
	width:350px;
}	
#stage-2-changing-game .game-icon{
	height:350px;
	width:350px;
}		
.hero-training-wrap-with-image{
	background-size: 97%!important;
	background-position:contain!important;
	background-position:3% -20%;
}	
	/* 	profile */
	#tab-savedposts{
		width:100%;
	}
	#tab-updatedleaguescore{
		width:100%;
	}
	#tab-memberdetails{
		width:100%;
	}
		#tab-updatememberdetails{
		width:100%;
	}
.profile-block-element-1{
	padding-bottom:5px;
	}
}
@media screen and (min-width: 992px) {
	
/* = stage 4 = */
	#stage-4-changing-game .row-1 > div > div > div > div {
		height: 305px;
    width: 250px;
}	
/* Training */
.hero-training-wrap-with-image{
	background-size: 90%;
}
/* 	profile */
.profile-block-element-1{
	position: absolute;
	top: -2px;
	right: 0px;
}
.profile-block-element-2{
	position:relative;
}
}
@media screen (min-width: 1024px){

	
}
@media screen and (max-width: 1024px){	

#stage-1-changing-game .game-icon{

}		
#stage-2-changing-game .game-icon{
	height:350px;
	width:350px;
}	
#stage-3-changing-game .game-icon{
	height:350px;
	max-width:350px;
	width:350px;
	max-height:350px;
}	 
#stage-4-changing-game .game-icon{
	height:350px;
	width:350px;
}	
#s5-info-iconbox{
		background-color:#ffffff;
}
#stage-5-changing-game .game-icon{
	height:350px;
	width:350px;
 }	
}	
/* == user == */
body.page-id-2608 .content-wrap{
	border-bottom:2px solid #cccccc;
}
/* .um-header {
	border-bottom: none;
} */
/* #user-profile-block > div > div > div > div > div > div.um-header > div.um-profile-edit.um-profile-headericon.um-trigger-menu-on-click > div > div > ul > li > a{
	color:var(--global-palette9);	
} */
#league-member-tab-container{
	color:var(--global-palette9);
}
/* #user-profile-block > div > div > div > div > div > form #um-meta-bio{
	display:none;
} */
/* === */
/* #user-profile-block > div > div > div > div > div > form > div.um-profile-body.main.main-default{
	background:var(--global-palette3);
	padding:20px;
	max-width:100%;
} */
/* um */
/* .um-field-label{
	color:var(--global-palette9)!important;
}
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt{
	background:var(--global-palette7);
	color:#ffffff;
}
.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover{
	background:var(--global-palette1);
	color:var(--global-palette9);
}

.um a.um-button:hover{
	background:var(--global-palette7);
	color:var(--global-palette1);
	
}
.um a.um-button, .um input[type=submit].um-button:hover{
	background:var(--global-palette7);
	color:var(--global-palette3);
}
.um a.um-button, .um input[type=submit].um-button{
	background:var(--global-palette1);
	color:var(--global-palette9);
	border:3px solid var(--global-palette1)!important;
} */
/* == Likes == */
/* .um-user-bookmarks-post-content h3{
	color:var(--global-palette9);	
}

.um-profile .um-profile-body{
	margin-left:0px;
}
.um.um-profile{
	margin-bottom:0px!important;
}
.um-user-bookmarks-post-content h3{
	padding-left:0px;
}
.um-clear a{
	text-decoration:none;
}
.um-user-bookmarks-modal .um-user-bookmarks-modal-content {
	color:var(--global-palette9);
}
.um_user_bookmarks_create_folder_btn.um-modal-btn{
	background-color:var(--global-palette1);
	color:var(--global-palette9);
	border-radius:10px;
}
.um_bookmarks_td input{
	background-color:#ffffff;
	border-color:var(--global-palette9);
} */
.um-profile-edit{
/* 	display:none;	 */
}
/* .um-profile.um .um-name a {
	color:var(--global-palette1)!important;
}
.um-meta-text{
	color:var(--global-palette1)!important;
}
.um-profile.um-viewing{
	margin-bottom:0px!important
}
.um-2606.um {
	max-width: 100%!important;	
} */
/* === END === */

#go-back-button > div > a:hover{
	background-color:var(--global-palette1);
	color:var(--global-palette9);
}
#go-back-button > div > a{
	background-color:var(--global-palette7);
	color:var(--global-palette3);
}
.flex-container {
  display: flex;
	background-color:#000000;
	border-radius:10px;
	border:3px solid var(--global-palette1);
}
.flex-container > div {
  margin: 10px;
  text-align: center;
}
.jet-container{
	padding:0em!important;
}

#inner-wrap{
	background-color:#000000;	
}
/* = post form = */
#mceu_40{
	background-color:#666;
}
.layout-column .jet-form-builder__field {
	background-color:#eee;
	color:var(--global-palette9);
}
.layout-column .jet-form-builder__field:focus{
	color:var(--global-palette9);
}
/* ===== */
h1, h2, h3, h4{
	padding-left:8px;
}
.footer-nav > div > div > div > a{
	text-decoration:none;	
}
.update-form > div > div input{
	background-color:#4b532066;
}
.update-form > div > div textarea{
	background-color:#4b532066;
}
/* ===== */
.jet-listing-grid__items>.jet-listing-grid__item{
	max-width:100%!important;
}
.account-content{
	min-height:400px;
}
div.update-form > div > div > form .jet-form-builder__field{

}
.my-account-title{
	font-size:3rem;
	font-weight:600;
	font-family: BATGREXO, Helvetica;
}
.profile_img_contrainer{
	width:200px!important;	
}
.logout-button.outline-button-link a{
	color:#ffffff!important;
	background-color:#000000!important;
	font-size:13px;
}
.logout-button.outline-button-link a:hover{
	background-color:var(--global-palette1)!important;
	color:var(--global-palette9)!important;
}
.jet-listing-dynamic-image img{
	padding:5px;	
	border-radius:50%;

}
.profile_img_contrainer > div{
  border-radius: 50%;
	margin-bottom:10px;
}
.profile_img_contrainer > div > div{
	width:200px!important;
	height:200px;
	align-content:center;
}
/* form */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
/* background: rgba(75, 83, 32, 0); */
}
/* FC login */
body > div > div.fcom_layout_side{
/* 	background-color:#000000!important; */
	background-repeat:no-repeat!important;
	background-size:contain!important;
}
body > div > div.fcom_layout_side > div > h2{
	color:#B0B0B0!important;
}
body > div > div.fcom_layout_side > div > div.fcom_sub_title{
	color:#B0B0B0!important;
}
body > div > div.fcom_layout_side > div > div.fcom_logo > a > img{
	margin:auto;
}
/* ==single article page ==*/
.post-navigation .nav-previous:after {
    background: var(--global-palette2);
}	
.post-navigation-sub{
	color:var(--global-palette2);	
}
svg {
	animation-delay: calc(var(--scroll) * 300s);
	position: relative;
  animation: mymove 1s;
  animation-fill-mode: forwards;
	animation-timing-function: ease;
}

/* @keyframes move {
  to {
    transform: rotate(360deg);
  }
} */
@keyframes mymove {
  from {top: 300px;}
  to {top: 0px;}
}
.hr-line{
	border-bottom:2px solid var(--global-palette2);
}
.card-article-icon-list-wrap{
	
}
.card-article-icon-list-container{
	animation-duration: 2s;
	display: flex;
	flex-direction: column;
	background-color: var(--global-palette1);
	width: 100px;
	height: 100px;
	justify-content: center;
  align-self: flex-start!important;
  align-items: center;
  border-radius: 100px;
}
.card-article-icon-list-text{
	font-family: BATGREXO;
	color:#000000;
}

/* === form 1 === */
#fluentform_1{
	margin-bottom:0px;
}
#fluentform_1 .ff_submit_btn_wrapper{
	margin-bottom:0px;	
}
/* === feature block === */
.feature-img{
	margin-bottom:0px!important;
}
.wp-block-kadence-image kb-image117_b7cbba-63{
/* 	position:relative;	 */
}
.feature-container:hover .bb-text15{
	z-index:10;
	opacity: 1;
	transition: all 0.15s ease-in-out;
}
.feature-container:hover .feature-word-container{
  opacity: 0;
  transition: all 0.1s ease-in-out;  
}
.bb-text15 {
    opacity: 0;
    transition: all 0.15s ease-in-out;
}
.bt-team-v15__text-wrap {
  position: absolute;
	top:0%!important;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
	background-color:rgba(1,1,1,0.5);
}
/* == END == */
/* ========= */
.bb-text15:hover .feature-word-container{
	opacity:0;
	transition: all 0.1s ease-in-out;
}
.feature-container{
	position:relative;
	display:flex;
}
.feature-word{
	font-family: "BATGREXO";
}
.feature-word-container{
/* 	position:relative; */
	z-index:9;
	position:absolute;
	width:100%;
	top:64%;
	align-items:center;
/* 	background-color: rgba(0, 0, 0, 0.6); */
	position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
/* 	background-color:#ccc; */
	align-items:center;
	font-family: "BATGREXO";
}

/* ====================== */
.highlight-block{
	box-shadow: 0 1px 12px 0 rgba(97, 97, 97, 0.52);	
}
div.wp-block-kadence-accordion.alignnone.accordion-block > div > div > div > div.kt-accordion-header-wrap > button.kt-blocks-accordion-header{
	box-shadow: 0 1px 12px 0 rgba(97, 97, 97, 0.52);
}
div.wp-block-kadence-accordion.alignnone.accordion-block > div > div > div > div.kt-accordion-header-wrap > button.kt-blocks-accordion-header:hover{
	border-left:5px solid var(--global-palette1);
}
div.wp-block-kadence-accordion.alignnone.accordion-block > div > div > div > div.kt-accordion-header-wrap > button.kt-blocks-accordion-header > span > span > svg{
	color:var(--global-palette1);
}
.wp-block-kadence-navigation.navigation-desktop-orientation-horizontal .navigation[class*=navigation-desktop-style-underline]>.menu-container>.menu>.menu-item>.kb-link-wrap>.kb-nav-link-content:after {
	background:var(--global-palette2);
} 
.feature-text{
	line-height: 2.6rem;
	font-weight: 600;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 9.99px;
	margin-top:-60px!important;
}
.feature-header{
/* 	font-weight: 400; */
  font-family: BATGREXO;
	letter-spacing: 1.8px;
	gap:0em!important;
	line-height:1;
	margin-bottom:0px!important;
}
.feature-tag{
	letter-spacing: 10px;
}	
.feature-tag a{
	border-bottom:3px solid var(--global-palette1);
}	
