/*
Theme Name: Footclub
Theme URI: https://themeforest.net/user/awaiken
Description: Soccer & Football Sport Club WordPress Theme
Author: Awaiken
Author URI: https://themeforest.net/user/awaiken
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: footclub
Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, style-variations, blog
*/

html, body{
	width: 100%;
	overflow-x: clip;
}

body{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-background);
}

img{
	max-width: 100%;
	height: auto;
}

p{
	line-height: 1.7em;
	margin-bottom: 1.25em;
}

.elementor-widget-text-editor p{
	line-height: inherit;
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

a{
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 400;
	margin: 0;
	line-height: 1.1em;
	color: var(--e-global-color-primary);
}

figure{
	margin: 0;
}

iframe{
	max-width: 100%;
}

.elementor-widget-button{
	line-height: 0;
}

/* Theme Button CSS */

.btn-default{
	position: relative;
	display: inline-flex;
	align-items: center;
    font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
	border: none;
	border-radius: 100px;
	padding: 6px 6px 6px 30px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.btn-default::after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--e-global-color-accent);
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::after{
	right: auto;
	left: 0;
    width: 100%;
}

.btn-default svg,
.btn-default i{
	width: 40px;
    height: 40px;
    background-color: var(--e-global-color-accent);
    border-radius: 50%;
	padding: 7px;
	margin-left: 7px;
    transition: all 0.4s ease-in-out;
}

.btn-default i{
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover i{
	transform: rotate(0deg);
}

.btn-default:hover svg{
	 background-color: var(--e-global-color-primary);
	transform: rotate(45deg);
}

@media only screen and (max-width: 991px){
    
	.btn-default{
		font-size: 16px;
		padding: 7px 7px 7px 20px;
	}

	.btn-default svg,
	.btn-default i{
		width: 30px;
		height: 30px;
		padding: 5px;
	}
	
	.btn-default i{
		font-size: 15px;
	}
}

/* Elementor Ekit Button CSS */

.elementor-widget-elementskit-creative-button .ekit-btn-wraper a span{
	 margin-right: 10px; 
}

.elementor-widget-elementskit-creative-button .ekit_creative_button i{
	height: 40px;
    width: 40px;
    background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.elementor-widget-elementskit-creative-button .ekit_creative_button:hover i{
    background-color: var(--e-global-color-primary);
	transform: rotate(0deg);
}

@media only screen and (max-width: 991px){
	
	.elementor-widget-elementskit-creative-button .ekit-btn-wraper i{
		height: 30px;
		width: 30px;
	}
}

/* Image Animation CSS */

.at-animation-image-style-1 img{
	clip-path: inset(0 100% 0 0); 
}

.at-blog-shiny-glass-effect,
.at-shiny-glass-effect{
	position: relative;
	overflow: hidden;
}

.at-blog-shiny-glass-effect:after,
.at-shiny-glass-effect:after{
	content: '';
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.at-blog-shiny-glass-effect:hover:after,
.at-shiny-glass-effect:hover:after{
	height: 250%;
	transition: all 600ms linear !important;
	background-color: transparent;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
	padding-right: 15px;
	padding-left: 15px;
}

#magic-cursor{
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	pointer-events: none;
	z-index:1000000;
}

#ball{
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	background: var(--e-global-color-accent);
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	pointer-events: none;
	border: none;
	opacity: 1 !important;
}

.theme-preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000 !important;
	background-color: var(--e-global-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}

.theme-preloader .loading-container,
.theme-preloader .loading-container .loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.theme-preloader .loading-container{
	margin: 40px auto;
}

.theme-preloader .loading-container .loading{
	border: 1px solid transparent;
	border-color: transparent var(--e-global-color-accent) transparent var(--e-global-color-accent);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.theme-preloader .loading-container:hover .loading,
.theme-preloader .loading-container .loading{
	transition: all 0.5s ease-in-out;
}

.theme-preloader .loading-container #loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

body.fancy-scrollbar::-webkit-scrollbar-track{
	background-color: var(--e-global-color-white);
	border-left: 1px solid var(--e-global-color-white);
}

body.fancy-scrollbar::-webkit-scrollbar{
	width: 7px;
	background-color: var(--e-global-color-white);
}

body.fancy-scrollbar::-webkit-scrollbar-thumb{
	background: var(--e-global-color-accent);
}

/* Ekit Icon Box Size */

.elementor-icon-box-wrapper .elementor-icon-box-icon{
	line-height: 0;
}

.elementor-widget-icon .elementor-icon-wrapper{
	line-height: 0;
}

.elementor-widget-elementskit-icon-box .elementskit-box-header{
	line-height: 0;
}

.elementskit-funfact .funfact-icon svg path{
	stroke: none !important;
}

.elementskit-pricing-header svg path{
	fill: none !important;
}

.elementskit-infobox::before,
.elementskit-infobox .elementskit-info-box-icon{
	transition: all 0.4s ease-in-out !important;
}

/* Theme Header CSS */

header.main-header{
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
	z-index: 100;
}

header.main-header .header-sticky{
	padding: 25px 0;
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
    transform: translateY(0);
	background: linear-gradient(315deg, var(--e-global-color-accent) -3%, #153752 58.57%, var(--e-global-color-primary) 91.58%);
}

.navbar{
	padding: 0;
}

.navbar-brand{
	padding: 0;
}

.navbar-brand h1,
.navbar-brand h2{
	font-size: 40px !important;
	color: var(--e-global-color-white) !important;	
	letter-spacing: 0;
}	

.navbar-brand span{
	display: block;
	font-size: 14px;
	color: var(--e-global-color-text);
	line-height: 1.2em;
}

.navbar-brand:hover{
	color: var(--e-global-color-accent);
}

.main-menu{
	font-family: var(--e-global-typography-primary-font-family);
	justify-content: flex-end;
}

.main-menu ul{
	align-items: center;
	flex-wrap: wrap;
}

.main-menu ul li{
	margin: 0 5px;
	position: relative;
}

.main-menu ul li:last-child{
	margin-right: 0;
}

.main-menu ul li.menu-item-has-children > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul ul li.menu-item-has-children > a{
	position: relative;
}

.main-menu ul ul li.menu-item-has-children > a:after{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 6px;
	transform: rotate(-90deg);
}

.main-menu ul li a{
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	padding: 14px !important;
	color: var(--e-global-color-white);
}

.main-menu ul li.highlighted-menu a{
	display: block;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
	font-size: 16px;
	font-weight: 500;
	border: 2px solid var(--e-global-color-accent);
	padding: 10px 30px !important;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}

.main-menu ul li.highlighted-menu a:after{
	background-color: var(--e-global-color-primary);
	border-radius: 30px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: 0.2s transform ease-out;
	will-change: transform;
	z-index: -1;
}

.main-menu ul li.highlighted-menu a:hover::after{
	transform: translate(0, 0);
}

.main-menu ul li.highlighted-menu a:hover{
	color: var(--e-global-color-accent);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--e-global-color-accent);
}

.main-menu ul ul{
	visibility: hidden;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	width: 220px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: var(--e-global-color-accent);
	opacity: 0;
    transform: scaleY(0.8);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
}

.main-menu ul ul ul ul ul{
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a,
.main-menu ul ul li a:focus{
	color: var(--e-global-color-white);
	padding: 6px 20px !important;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main-menu ul ul li a:hover{
	color: var(--e-global-color-primary);
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

#menu-all-pages-flat > li a{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.slicknav_btn,
.slicknav_nav .slicknav_item{
	cursor: pointer;
}

.slicknav_menu,
.slicknav_menu *{
	box-sizing: border-box;
}

.slicknav_btn{
	position: relative;
	display: block;
	float: right;
	padding: .438em .625em;
	line-height: 1.125em;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{
	margin-top: .188em;
}

.slicknav_menu .slicknav_menutxt{
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon{
	float: left;
	width: 1.125em;
	height: .875em;
	margin: .188em 0 0 .438em;
}

.slicknav_menu .slicknav_icon:before{
	background: 0 0;
	width: 1.125em;
	height: .875em;
	display: block;
	content: "";
	position: absolute;
}

.slicknav_menu .slicknav_no-text{
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar{
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}

.slicknav_menu:after,
.slicknav_menu:before{
	content: " ";
	display: table;
}

.slicknav_menu:after{
	clear: both;
}

.slicknav_nav li,
.slicknav_nav ul{
	display: block;
}

.slicknav_nav .slicknav_arrow{
	font-size: .8em;
	margin: 0 0 0 .4em;
}

.slicknav_nav .slicknav_item a{
	display: inline;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a{
	display: block;
}

.slicknav_nav .slicknav_parent-link a{
	display: inline;
}

.slicknav_menu{
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px;
}

.slicknav_nav,
.slicknav_nav ul{
	list-style: none;
	overflow: hidden;
	padding: 0;
}

.slicknav_menu .slicknav_icon-bar{
	background-color: #fff;
}

.slicknav_btn{
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #222;
}

.slicknav_nav{
	clear: both;
	color: #fff;
	margin: 0;
	font-size: .875em;
}

.slicknav_nav ul{
	margin: 0 0 0 10px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a{
	padding: 5px 10px;
}

.slicknav_nav .slicknav_row:hover{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff;
}

.slicknav_nav a{
	text-decoration: none;
	color: #fff;
}

.slicknav_nav a:hover{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}

.slicknav_nav .slicknav_txtnode{
	margin-left: 15px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a{
	padding: 0;
	margin: 0;
}

.slicknav_brand{
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}

.responsive-menu{
	top: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

.slicknav_btn{
	background: var(--e-global-color-accent);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--e-global-color-white);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	padding: 0;
	background: var(--e-global-color-primary);
	max-height: 80vh;
	overflow: auto;
}

.slicknav_nav{
	padding-top: 5px;
	padding-bottom: 5px;
}

.slicknav_nav > ul{
	margin-left: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 18px;
	font-weight: 400;
	padding: 8px 20px;
	color: var(--e-global-color-white);
	line-height: normal;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--e-global-color-accent);
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 2px;
	float: right;
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

.slicknav_nav li.slicknav_open > a .slicknav_arrow:after{
	transform: rotate(-90deg);
	color: var(--e-global-color-accent);
}

/* Page Header Style */

.page-header{
	background: var(--e-global-color-primary);
    background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 210px 0 105px;;
}

.page-header-box{
	position: relative;
	z-index: 1;
	text-align: center;
}

.page-header-box h1{
    font-size: 74px !important;
	letter-spacing: 0em;
    margin-bottom: 5px;
	word-wrap: break-word;
	color: var(--e-global-color-white) !important;
}

.page-header-box .taxonomy-description{
	color: var(--e-global-color-white);
	margin-bottom: 20px;
}

.breadcrumb-trail{
	line-height: 1.5em;
}

.trail-items,
.page-header-box .post-meta ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.trail-items .breadcrumb_separate{
	margin: 0 8px;
}

.trail-items li,
.page-header-box .post-meta ul li{
	font-size: 16px;
	font-weight: 500;
	color: var(--e-global-color-white);
	display: inline-block;
}

.trail-items li:before,
.page-header-box .post-meta ul li:before{
	content: '/';
	margin: 0 8px;
}

.trail-items li:first-child:before,
.page-header-box .post-meta ul li:first-child:before{
	display: none;
}

.trail-items li a,
.page-header-box .post-meta ul li a{
	font-size: 16px;
	font-weight: 500;
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

/* Theme Footer css */

footer.footer{
	background-color: var(--e-global-color-primary);
}

.footer-main{
	padding: 60px 0;
}

.footer-logo{
	margin-bottom: 30px;
}

.footer-logo h4{
	color: var(--e-global-color-white) !important;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 0;
}

.footer-social ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-social ul li{
	display: inline-block;
	margin-right: 12px;
}

.footer-social ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--e-global-color-darkdivider);
	width: 40px;
	height: 40px;
	color: var(--e-global-color-white);
	font-size: 18px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.footer-social ul li a:hover{
	color: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}

.footer-menu{
	text-align: right;
	margin-bottom: 20px;
}

.footer-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu ul li{
	display: inline-block;
	margin-left: 30px;
}

.footer-menu ul li a{
	color: var(--e-global-color-white);
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover{
	color: var(--e-global-color-accent);
}

.copyright{
	text-align: right;
}

.copyright p{
	color: var(--e-global-color-white);
	margin: 0;
}

/* 404 Page CSS */

.error-page{
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 45%;
}

.error-page .error-page-content{
	text-align: center;
	line-height: 0;
}

.error-page-content-heading{
	margin-bottom: 20px;
}

.error-page-content-heading h2{
	font-size: 54px !important;
}

.error-page-content-body p{
	margin-bottom: 20px;
}

/* Archive and Single CSS */

.page-blog-archive{
	padding: 100px 0px;
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image a{
    display: block;
	border-radius: 10px;
    overflow: hidden;
	margin-bottom: 20px;
}

.post-featured-image img{
	width: 100%;
    aspect-ratio: 1 / 0.87;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-content{
	margin-bottom: 25px;
}

.post-item-content h3{
    font-size: 22px;
	line-height: 1.4em;
	word-wrap: break-word;
}

.post-item-content h2 a{
	display: inline-block;
    color: inherit;
}

.post-item-btn a{
	position: relative;
    font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	color: var(--e-global-color-accent);
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover{
	color: var(--e-global-color-primary);
}

.post-item-btn{
	line-height: 1em;
}

.post-item-btn a svg{
	max-width: 24px;
	width: 100%;
	height: auto;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover svg{
	transform: rotate(45deg);
}

.post-item-btn a i{
	transform: rotate(-45deg);
	transition: 0.4s ease-in-out;
	margin-left: 6px;
}

.post-item-btn a:hover i{
	transform: rotate(0deg);
}

.pagination .nav-links{
	margin-top: 30px;
	display: flex;
	text-align: center;
	justify-content: center;
	width: 100%;
}

.pagination .nav-links a,
.pagination .nav-links span{
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	background: var(--e-global-color-divider);
	color: var(--e-global-color-primary);
	border-radius: 10px;
	width: 40px;
	height: 40px;	
	margin: 0 5px;
	font-weight: 700;
	line-height: 1em;
	transition: all 0.3s ease-in-out;
}

.pagination .nav-links span.current,
.pagination .nav-links a:hover{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
}

.page-single-post{
	padding: 100px 0;
}

.page-single-post.single-page .post-entry{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.post-single-meta ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.1em;
}

.post-single-meta ul li{
	font-size: 18px;
	display: inline-block;
	margin-right: 15px;
	color: var(--e-global-color-white);
	line-height: 1em;
}

.post-single-meta ul li:last-child{
	margin-right: 0;
}

.post-single-meta ul li i{
	font-size: 18px;
	color: var(--e-global-color-white);
	margin-right: 8px;
}

.post-single-meta ul li a{
	color: inherit;
}

.post-single-image{
	margin-bottom: 30px;
	overflow: hidden;
}

.post-single-image figure,
.post-single-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 20px;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--e-global-color-divider);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.post-entry:after{
	content: '';
	display: block;
	clear: both;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry a{
	color: var(--e-global-color-accent);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	margin: 1em 0 0.7em;
	color: var(--e-global-color-primary);
}

.post-entry h1{
	font-size: 40px !important;
}

.post-entry h2{
	font-size: 36px !important;
}

.post-entry h3{
	font-size: 26px;
}

.post-entry h4{
	font-size: 22px;
}

.post-entry h5{
	font-size: 18px;
}

.post-entry h6{
	font-size: 16px;
}

.post-entry ul{
	padding-left: 20px;
	margin: 20px 0;
}

.post-entry ul li{
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	color: var(--e-global-color-text);
}

.post-entry ol{
	margin: 20px 0;
}

.post-entry ol li{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: var(--e-global-color-text);
}

.post-entry ul li a{
	color: var(--e-global-color-text);
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
	margin-top: 10px;
	margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
	margin-bottom: 0;
}

.post-entry blockquote{
	background: var(--e-global-color-primary) url('assets/images/icon-blockquote.svg') no-repeat;
	background-position: 30px 30px;
    background-size: 45px;
    border-radius: 20px;
    border: 1px solid var(--e-global-color-darkdivider);
    padding: 30px 30px 30px 90px !important;
    margin-bottom: 30px !important;
}

.post-entry blockquote p{
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 22px !important;
	color: var(--e-global-color-white);
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.post-entry blockquote cite{
    font-size: 18px;
    color: var(--e-global-color-accent);
}

.post-entry table{
	border-top: 1px solid var(--e-global-color-divider);
	border-left: 1px solid var(--e-global-color-divider);
}

.post-entry table tr td,
.post-entry table tr th{
	border-right: 1px solid var(--e-global-color-divider);
	border-bottom: 1px solid var(--e-global-color-divider);
	padding: 4px 10px;
}

.post-entry .wp-block-latest-posts.wp-block-latest-posts__list{
	list-style: inherit;
    padding-left: 20px;
}

.post-entry .has-fixed-layout tr td{
	border-color: inherit;
}

.tag-links{
	font-family: var(--e-global-typography-secondary-font-family);
    font-size: 22px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.post-tags .tag-links a{
	font-family: var(--e-global-typography-text-font-family);
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
	line-height: 1em;
    text-transform: capitalize;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 100px;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background-color: var(--e-global-color-primary);
}

.post-social-sharing{
	text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 12px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li a:hover{
    background-color: var(--e-global-color-primary);
}

.post-social-sharing ul li a i{
    font-size: 18px;
}

.post-entry hr,
.comment-content hr{
	border-top: 1px solid var(--e-global-color-divider);
	opacity: 1;	
}

.post-entry table caption{
	text-align: center;
}

.post-entry .wp-block-rss{
	list-style: inherit;
}

.post-entry .wp-block-social-links{
	padding: 0;
}

.post-entry .wp-block-calendar{
	margin-bottom: 20px;
}

@media only screen and (max-width: 1300px){
	
	.main-menu ul li a{
		padding: 12px 4px !important;
	}
}

@media only screen and (max-width: 1024px){
	
	.navbar-brand span{
		display: none;
	}

	.main-menu ul li a{
		padding: 12px 2px !important;
	}
}

@media only screen and (max-width: 991px){

	#magic-cursor{
        display: none !important;
    }

	.navbar-brand h1, 
	.navbar-brand h2{
		font-size: 30px !important;
	}

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.main-menu ul li{
        margin: 0 10px;
    }
	
	header.main-header .header-sticky{
		padding: 15px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}
	
	.page-header{
		padding: 150px 0 70px;
	}

	.page-header-box h1{
		font-size: 52px !important;
	}
	
	.page-header-box .taxonomy-description{
		margin-bottom: 10px;
	}
	
	.page-blog-archive{
		padding: 50px 0;
	}
	
	.post-featured-image a,
	.post-item-content{
		margin-bottom: 15px;
	}
	
	.post-item-content h3{
		font-size: 20px;
	}

	.pagination .nav-links{
		margin-top: 10px;
	}
	
	.page-single-post{
		padding: 50px 0;
	}

	.post-single-image{
		margin-bottom: 20px;
	}

	.post-entry blockquote{
		background-position: 20px 20px;
		background-size: 40px;
        padding: 20px 20px 20px 70px !important;
        margin-bottom: 20px !important;
    }

	.post-entry p{
		margin-bottom: 15px;
	}

	.post-entry blockquote p{
		font-size: 20px !important;
	}

	.post-entry ul li,
	.post-entry ol li{
		margin-bottom: 10px;
	}

	.tag-links{
		font-size: 20px;
	}
	
	.post-tags{
		margin-bottom: 20px;
	}

	.post-tags .tag-links a{
		padding: 10px 15px;
	}

	.post-social-sharing{
		text-align: left;
	}

	.footer-main{
		padding: 40px 0;
	}

	.footer-logo{
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-social{
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-social ul li{
		margin: 0 5px;
	}

	.footer-menu{
		text-align: center;
	}

	.footer-menu ul li{
		margin: 0 10px;
	}

	.copyright{
		text-align: center;
	}

	.error-page{
		padding: 50px 0;
	}
	
	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

	.error-page-content-heading{
		margin-bottom: 15px;
	}
	
	.error-page-content-heading h2{
		font-size: 40px !important;
	}	

	.error-page-content-body p{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){

	.post-single-meta ul li{
		font-size: 16px;
	}
	
	.post-single-meta ul li i{
		font-size: 16px;
	}
	
	.trail-items li a, 
	.page-header-box .post-meta ul li a,
	.trail-items li, 
	.page-header-box .post-meta ul li{
		font-size: 14px;
	}

    .page-header-box h1{
        font-size: 30px !important;
    }

	.post-single-image figure,
	.post-single-image img{
		aspect-ratio: 1 / 0.70;
	}

	.post-entry h1{
		font-size: 28px !important;
	}

	.post-entry h2{
		font-size: 24px !important;
	}

	.post-entry h3{
		font-size: 20px;
	}

	.post-entry h4{
		font-size: 18px;
	}

	.post-entry h5{
		font-size: 16px;
	}

	.post-entry h6{
		font-size: 14px;
	}

	.post-entry blockquote{
		background-position: 15px 15px;
		padding: 60px 15px 15px 15px !important;
	}

	.post-entry blockquote p{
		font-size: 18px !important;
	}

	.error-page-content-heading h2{
        font-size: 28px !important;
	}
}

/* Default Post and Page CSS */

.alignnone{
	margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter{
	display: block;
	margin: 5px auto 5px auto;
}

.alignright{
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft{
	float: left;
	margin: 5px 20px 20px 0 !important;
}

a img.alignright{
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone{
	margin: 5px 20px 20px 0;
}

a img.alignleft{
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption{
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone{
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft{
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright{
	margin: 5px 0 20px 20px;
}

.wp-caption img{
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus{
	background-color: var(--e-global-color-divider);
	clip: auto !important;
	clip-path: none;
	color: var(--e-global-color-primary);
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.gallery-caption,
.bypostauthor{
	position: inherit;
}

.has-medium-font-size,
.has-large-font-size,
.has-x-large-font-size{
	line-height: 1.4em;
}

.wp-block-navigation__responsive-container-content ul ul li{
	padding-left: 0;
	margin-bottom: 0;
}

.wp-block-navigation__responsive-container-content ul ul li:before{
	display: none;
}

ul.wp-block-post-template{
	list-style: none !important;
	padding: 0;
}

ul.wp-block-post-template li{
	padding-left: 0;
}

.wp-block-post-template li:before{
	display: none;
}

.wp-block-post-template .wp-block-post-excerpt__excerpt{
	color: var(--e-global-color-text);
	font-weight: 400;
}

.wp-block-post-featured-image,
.wp-block-post-author,
.wp-block-avatar,
.wp-block-post-date,
.wp-block-post-navigation-link,
.wp-block-search,
.wp-block-buttons,
.wp-block-image,
.wp-block-audio,
.wp-block-cover,
.wp-block-media-text,
.wp-block-table,
.wp-block-button,
.wp-block-embed{
	margin-bottom: 20px;
}

.wp-block-gallery{
	margin-bottom: 20px !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	border: 1px solid var(--e-global-color-divider);
	background: transparent;
	border-radius: 10px;
}

.wp-block-search .wp-block-search__input{
	border: 1px solid var(--e-global-color-divider);
	color: var(--e-global-color-text);
	outline: 0;
	box-shadow: none;
	background: transparent
	border-radius: 10px;
	padding: 7px 20px;
}

.wp-block-search .wp-block-search__button{
	border-radius: 10px;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white) !important;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: all 0.4s ease-in-out;
}

.wp-block-search .wp-block-search__button:hover{
	background: var(--e-global-color-primary) !important;
	color: var(--e-global-color-white) !important;
}

.wp-block-social-links li{
	padding-left: 0 !important;
}

.wp-block-social-links li:before{
	display: none;
}

.wp-block-tag-cloud a{
	font-family: var(--e-global-typography-text-font-family);
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1em;
	border: none !important;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white) !important;
	text-transform: capitalize;
	padding: 12px 30px;
	margin-bottom: 10px;
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
}

.wp-block-tag-cloud a:hover{
	background: var(--e-global-color-primary);
}

.wp-block-latest-comments{
	padding-left: 0;
}

.wp-block-latest-comments a{
	color: var(--e-global-color-primary);
}

.wp-block-button__link{
	width: auto;
}

.wp-block-button .wp-element-button,
.wp-block-button.is-style-outline .wp-element-button,
.wp-element-button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	background: var(--e-global-color-accent);
	border: none;
	color: var(--e-global-color-white) !important;
	font-weight: 400;
	line-height: 1em;
	padding: 17px 30px;
	opacity: 1;
}

.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){
	color: var(--e-global-color-white) !important;
}

.wp-block-button.is-style-outline .wp-element-button{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white) !important;
}

.wp-block-button .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-element-button:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover{
	background: var(--e-global-color-primary) !important;
	color: var(--e-global-color-white) !important;
}

.wp-block-file a{
	font-size: 18px;
}

.wp-block-column p:last-child{
	margin-bottom: 0;
}

.wp-block-cover{
	color: var(--e-global-color-white);
}

.wp-block-image figcaption{
	text-align: center;
}

.wp-block-gallery ul li{
	padding-left: 0;
}

.wp-block-gallery ul li:before{
	display: none !important;
}

.wp-block-quote.is-style-large{
	padding-top: 30px;
	padding-bottom: 30px;
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown{
	margin-bottom: 20px;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select{
	border-radius: 10px;
	border: 1px solid var(--e-global-color-divider);
	padding: 10px 20px;
}

.wp-caption .wp-caption-text{
	margin-top: 6px;
}

.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6,
.gallery.gallery-columns-7,
.gallery.gallery-columns-8,
.gallery.gallery-columns-9{
	display: flex;
	flex-wrap: wrap;
}

div:not(.elementor-image-gallery) .gallery .gallery-item{
	margin-right: 30px;
	margin-bottom: 30px;
}

div:not(.elementor-image-gallery) .gallery .gallery-item img{
	width: 100%;
	height: auto;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-1 .gallery-item{
	width: 100%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item{
	width: calc(50% - 15px);
}

.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item{
	width: 50%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2){
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item{
	width: calc(33.33% - 20px);
}

.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item{
	width: 33.33%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3){
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item{
	width: calc(25% - 22.5px);
}

.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item{
	width: 25%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4){
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item{
	width: calc(20% - 24px);
}

.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item{
	width: 20%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5){
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item{
	width: calc(16.66% - 25px);
}

.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item{
	width: 16.66%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6){
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item{
	width: calc(14.28% - 25.7px);
}

.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item{
	width: 14.28%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7){
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item{
	width: calc(12.5% - 26.25px);
}

.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item{
	width: 12.5%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8){
	margin-right: 0;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item{
	width: calc(11.11% - 26.66px);
}

.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item{
	width: 11.11%;
}

div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9){
	margin-right: 0;
}

.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item{
	width: 10%;
}

.post-password-form input[type="password"]{
	border: 1px solid var(--e-global-color-divider);
	color: var(--e-global-color-text);
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
	padding: 10px 20px;
}

.post-password-form input[type="submit"]{
	font-family: var(--e-global-typography-accent-font-family);
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	font-weight: 400;
	font-size: 18px;
	line-height: 1em;
	border: none;
	border-radius: 10px;
	padding: 17px 30px;
	margin-left: 10px;
	transition: all 0.4s ease-in-out;
}

.post-password-form input[type="submit"]:hover{
	background: var(--e-global-color-primary);
}

aside.widget{
	padding: 30px;
	border-radius: 12px;
	border: 1px solid var(--e-global-color-divider);
	margin-bottom: 30px;
}

aside.widget a{
	color: var(--e-global-color-accent);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

aside.widget .wp-block-latest-comments a,
aside.widget.widget_tag_cloud a{
	color: var(--e-global-color-primary);
}

aside.widget .tagcloud a{
	display: inline-block;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1em;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	border: none !important;
	padding: 12px 30px;
	border-radius: 30px;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-right: 4px;
	transition: all 0.3s ease-in-out;	
}

aside.widget .tagcloud a:hover{
	background: var(--e-global-color-primary);
}

aside.widget .wp-block-heading,
aside.widget .widget-title{
	font-size: 22px;
	color: var(--e-global-color-primary);
	margin-bottom: 20px;
	word-break: break-word;
}

aside.widget ul{
	padding-left: 20px !important;
	margin: 0;
	list-style: inherit !important;
}

aside.widget ul li{
	margin-bottom: 10px;
	font-weight: 500;
	color: var(--e-global-color-primary);
}

aside.widget ul li a{
	color: var(--e-global-color-primary);
}

aside.widget ul ul{
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: -10px;
}

aside.widget ul li:last-child{
	margin-bottom: 0;
}

aside.widget ul.wp-block-social-links{
	padding-left: 0 !important;
}

aside.widget .wp-block-search .wp-block-search__input{
	background-color: var(--e-global-color-white);
}

aside.widget .wp-block-search{
	margin-bottom: 0;
}

aside.widget .wp-block-search .wp-block-search__button{
	padding-left: 15px;
	padding-right: 15px;
}

aside.widget .wp-block-categories-dropdown,
aside.widget .wp-block-archives-dropdown{
	margin-bottom: 0;
}

aside.widget select,
aside.widget .wp-block-categories-dropdown select,
aside.widget .wp-block-archives-dropdown select{
	border: 1px solid var(--e-global-color-divider);
	padding: 10px 20px;
	border-radius: 10px;
	width: 100%;
	outline: 0;
	box-shadow: none;
}

aside.widget.widget_recent_entries ul li{
	padding-left: 0;
}

aside.widget.widget_recent_entries ul li:before{
	display: none;
}

aside.widget.widget_recent_entries .wp-block-latest-posts__post-excerpt,
aside.widget .wp-block-rss__item-excerpt,
aside.widget .rssSummary{
	font-weight: 400;
	color: var(--e-global-color-text);
}

aside.widget .wp-block-social-links li{
	margin-bottom: 0;
}

aside.widget .wp-block-social-links{
	padding: 0 !important;
}

aside.widget table{
	width: 100%;
	background: var(--e-global-color-white);
	border-top: 1px solid var(--e-global-color-divider);
	border-left: 1px solid var(--e-global-color-divider);
}

aside.widget table tr td,
aside.widget table tr th{
	border-right: 1px solid var(--e-global-color-divider);
	border-bottom: 1px solid var(--e-global-color-divider);
	padding: 4px;
	text-align: center;
}

aside.widget table caption{
	text-align: center;
}

aside.widget_search .search-form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

aside.widget_search .search-form label{
	width: calc(100% - 100px);
}

aside.widget_search .search-form input{
	width: 100%;
	padding: 10px;
	color: var(--e-global-color-text);
	border: 1px solid var(--e-global-color-divider);
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
}

aside.widget .search-submit{
	font-family: var(--e-global-typography-accent-font-family);
	max-width: 86px;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white) !important;
	border: none;
	outline: 0;
	box-shadow: none;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 15px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

aside.widget .search-submit:hover{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-accent);
}

aside.widget .has-login-form label{
	margin-bottom: 5px;
}

aside.widget .has-login-form input[type="text"],
aside.widget .has-login-form input[type="password"]{
    border: 1px solid var(--e-global-color-divider);
	color: var(--e-global-color-text);
    outline: 0;
    box-shadow: none;
    border-radius: 10px;
    padding: 10px 20px;
	width: 100%;
}

aside.widget .has-login-form input[type="checkbox"]{
	width: auto;
}

aside.widget .has-login-form input[type="submit"]{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: 400;
	border-radius: 10px;
    background: var(--e-global-color-accent);
    color: var(--e-global-color-white) !important;
    line-height: 1em;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    padding: 14px 20px;
}

aside.widget .has-login-form input[type="submit"]:hover{
	background-color: var(--e-global-color-primary);
}

aside.widget .calendar_wrap{
	text-align: center;
}

aside.widget .wp-block-social-links{
	padding: 0 !important; 
}

@media only screen and (max-width: 991px){

	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item{
		width: calc(50% - 15px);
	}
	
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9){
		margin-right: 30px;
	}

	div.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
	div.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
	div.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
	div.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
	div.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
	div.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
	div.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
	div.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9),
	div.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item:nth-of-type(10n + 10),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(2n + 2){
		margin-right: 0;
	}
	
	.sidebar-widget{
		margin-top: 30px;
	}

	aside.widget{
		padding: 20px;
	}

	aside.widget .wp-block-heading, 
	aside.widget .widget-title{
		font-size: 20px;
	}

	aside.widget .tagcloud a{
		padding: 10px 15px;
	}

	.wp-block-button .wp-element-button, 
	.wp-block-button.is-style-outline .wp-element-button, 
	.wp-element-button, 
	.wp-block-button .wp-block-button__link, 
	.wp-block-file .wp-block-file__button{
		padding: 14px 20px;
		font-size: 16px;
	}

	.wp-block-tag-cloud a{
		padding: 10px 15px;
	}

	.post-password-form input[type="password"]{
		padding: 8px 20px;
	}

	.post-password-form input[type="submit"]{
		font-size: 16px;
		padding: 14px 20px;
	}
}

@media only screen and (max-width: 767px){
	
	div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item{
		width: 100%;
	}

	div:not(.elementor-image-gallery) .gallery .gallery-item,
	div:not(.elementor-image-gallery) .gallery.gallery-columns-2 .gallery-item:nth-of-type(2n + 2),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n + 3),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n + 4),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n + 5),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n + 6),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n + 7),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n + 8),
	div:not(.elementor-image-gallery) .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n + 9){
		margin-right: 0;
	}

	.elementor-image-gallery .gallery.gallery-columns-1 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-2 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-3 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-4 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-5 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-6 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-7 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-8 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-9 figure.gallery-item,
	.elementor-image-gallery .gallery.gallery-columns-10 figure.gallery-item{
		width: 100%;
	}

	.has-medium-font-size{
		font-size: 20px !important;
	}

	.has-large-font-size{
		font-size: 26px !important;
	}

	.has-x-large-font-size{
		font-size: 30px !important;
	}

	aside.widget{
		padding: 20px;
	}

	.wp-block-navigation__responsive-container{
		padding: 20px !important;
	}	

	.wp-block-media-text .wp-block-media-text__content{
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
	}

	.post-password-form{
		text-align: center;
	}

	.post-password-form input[type="password"]{
		width: 100%;
		margin: 10px 0; 
	}
}

/* Post Comment Box CSS */

.page-single-post .comment-box{
	max-width: 1100px;
	margin: 80px auto 0;
}

.page-single-post .comment-box a,
.wp-block-post-comments-form a{
	color: var(--e-global-color-accent);
}

.comment-box .comment-respond:not(:first-child){
	margin-top: 60px;
}

.page-single-post .comment-box .comment-reply-title,
.page-single-post .comment-box .title-comments,
.wp-block-post-comments-form .comment-reply-title,
.wp-block-post-comments-form .title-comments{
	color: var(--e-global-color-primary);
	font-size: 30px;
	margin-bottom: 10px;
}

.page-single-post .comment-box .comment-reply-title,
.wp-block-post-comments-form .comment-reply-title{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link{
	font-size: 14px;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: 400;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	border-radius: 6px;
	text-transform: capitalize;
	padding: 6px 10px;
	transition: all 0.4s ease-in-out;
}

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link:hover,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link:hover{
	background: var(--e-global-color-primary);
}

.page-single-post .comment-box .title-comments{
	margin-bottom: 30px;
}

.comment-form{
	display: flex;
	flex-wrap: wrap;
}

.comment-form p:last-child{
	margin-bottom: 0;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit{
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.comment-form .comment-form-email{
	width: calc(33.33% - 20px);
	margin-right: 30px;
}

.comment-form .comment-form-url{
	width: calc(33.33% - 20px);
}

.comment-form label{
	display: block;
	margin-bottom: 4px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
	width: 100%;
	padding: 17px 20px;
    border: 1px solid var(--e-global-color-divider);
	color: var(--e-global-color-text);
    box-shadow: none;
    border-radius: 10px;
	outline: 0;
}

.comment-form .comment-form-cookies-consent{
	position: relative;
	padding-left: 20px;
}

.comment-form .comment-form-cookies-consent label{
	display: inline-block;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"]{
	margin-top: 0 !important;
	margin-right: 4px;
	top: 6px;
	left: 0;
	position: absolute;
}

.comment-form .form-submit .submit{
	display: inline-block;
	font-family: var(--e-global-typography-accent-font-family);
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	border: none;
	padding: 17px 30px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.4s ease-in-out;
}

.comment-form .form-submit .submit:hover{
	background:var(--e-global-color-primary);
}

.comment-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list li{
	list-style: none;
}

.comment-list .comment .comment-body{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid var(--e-global-color-divider);
}

.comment-list .comment:last-child{
	margin-bottom: 0;
}

.comment-list .comment .comment-meta{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.comment-list .comment .comment-meta .comment-author img{
	max-width: 42px;
	aspect-ratio: 1/1;
	background: var(--e-global-color-secondary);
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .comment .comment-meta .comment-author b{
	font-weight: 400;
}

.comment-list .comment .comment-meta .comment-author a{
	color: var(--e-global-color-primary);
}

.comment-list .comment .comment-meta .comment-metadata a{
	color: var(--e-global-color-text);
	transition: all 0.4s ease-in-out;
}

.comment-list .comment .comment-meta .comment-metadata a:hover{
	color: var(--e-global-color-accent);
}

.comment-list .comment .comment-meta .comment-metadata  .comment-edit-link{
	color: var(--e-global-color-accent);
	margin-left: 10px;
}

.comment-list .comment .comment-content p:last-child{
	margin-bottom: 0;
}

.comment-list .comment .reply a{
	margin-top: 10px;
	display: inline-block;
	background: var(--e-global-color-accent);
	padding: 2px 10px;
	border-radius: 8px;
	font-size: 14px;
	color: var(--e-global-color-white) !important;
	transition: all 0.4s ease-in-out;
}

.comment-list .comment .reply a:hover{
	background: var(--e-global-color-primary);
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6{
	color: var(--e-global-color-primary);
	margin: 0.8em 0;
}

.comment-content table{
	width: 100%;
	border-top: 1px solid var(--e-global-color-divider);
	border-left: 1px solid var(--e-global-color-divider);
}

.comment-content table tr td,
.comment-content table tr th{
	border-right: 1px solid var(--e-global-color-divider);
	border-bottom: 1px solid var(--e-global-color-divider);
	padding: 4px 10px;
}

.comment-content table tr th{
	color: var(--e-global-color-primary);
	font-size: 18px;
}

.comment-content ul{
	padding-left: 20px;
	margin: 0 0 1.7em;
}

.comment-body li{
	list-style: initial;
}

.comment-content ul li{
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--e-global-color-primary);
}

.comment-content ul ul{
	margin-top: 10px;
	margin-bottom: 0;
}

.comment-content ol ol{
	margin-top: 10px;
}

.comment-content ol li{
	list-style: decimal;
	margin-bottom: 10px;
}

@media only screen and (max-width: 991px){
	
	.page-single-post .comment-box{
		margin-top: 40px;
	}

	.comment-box .comment-respond:not(:first-child){
		margin-top: 40px;
	}

	.page-single-post .comment-box .comment-reply-title, 
	.page-single-post .comment-box .title-comments{
		font-size: 24px;
	}

	.page-single-post .comment-box .comment-reply-title small{
		width: 100%;
		margin-top: 6px;
	}

	.comment-list .children{
		padding-left: 20px;
	}
	
	.comment-form .form-submit .submit{
		font-size: 16px;
		padding: 14px 20px;
	}

	.comment-form textarea,
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"]{
		padding: 12px 15px;
	}
}

@media only screen and (max-width: 767px){
	
	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url{
		width: 100%;
		margin-right: 0;
	}

	.comment-list .comment .comment-meta .comment-author,
	.comment-list .comment .comment-meta .comment-metadata{
		width: 100%;
	}

	.comment-list .comment .comment-meta .comment-metadata{
		margin-top: 10px;
	}
}

/* Elementor Header CSS */

.main-header.ekit-sticky--effects:before{
	transform: scale(1);
}

.elementskit-navbar-nav > li.current-menu-item > a.active .elementskit-submenu-indicator{
	color: var(--e-global-color-accent) !important;
}

.main-header .e-con-inner{
	transition: all 0.4s ease-in-out !important;
}

.main-header.ekit-sticky--effects .e-con-inner{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.main-header.ekit-sticky--effects .main-header-inner{
	padding-left: 0;
	padding-right: 0;
}

.main-header .ekit-menu-nav-link>i{
	padding-right: 0;
}

body.admin-bar .main-header.ekit-sticky--effects{
	top: 32px !important;
}

.elementskit-dropdown i.elementskit-submenu-indicator{
	transform: rotate(-90deg);
	margin-top: 6px;
}

.mobile-menu{
	display: none;
}

.header-version-2 .mobile-menu,
.header-version-3 .mobile-menu,
.header-version-4 .mobile-menu{
	display: block;
}

.footclub-header-preview .header-version-1,
.footclub-header-preview .header-version-2,
.footclub-header-preview .header-version-3,
.footclub-header-preview .header-version-4{
	background-color: var(--e-global-color-primary) !important;
}

.main-header-menu ul li{
	font-family: var(--e-global-typography-secondary-font-family);
}

@media only screen and (max-width: 1024px){
	
	body.admin-bar .main-header.ekit-sticky--effects{
		top: 46px !important;
	}
	
	.elementskit-dropdown i.elementskit-submenu-indicator{
		transform: rotate(0deg);
		margin-top: 6px;
	}
	
	.elementskit-navbar-nav-default .elementskit-navbar-nav{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements{
		transition: left 0.3s ease-in-out !important;
	}
	
	.elementskit-menu-overlay{
		display: none !important;
	}
	
	.elementskit-menu-close .elementskit-menu-hamburger-icon,
	.elementskit-menu-hamburger .elementskit-menu-hamburger-icon{
		height: 2px;
		margin-bottom: 5px;
	}

	.elementskit-navbar-nav-default .elementskit-nav-identity-panel{
		border-bottom: 1px solid var(--e-global-color-darkdivider);
	}
	
	.ekit_menu_responsive_tablet .elementskit-submenu-indicator{
		border: none !important;
	}
	
	.elementskit-navbar-nav .elementskit-submenu-panel{
		background: none !important;
		margin-left: 20px;
	}
	
	.main-header-menu .elementskit-menu-hamburger .icon:before{
		font-weight: 900;
	}
	
  	.main-header-menu .elementskit-navbar-nav > li.current-menu-item > a .elementskit-submenu-indicator, 
	.main-header-menu .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
		color: currentcolor !important;
	}
	
	.main-header-menu .elementskit-menu-hamburger{
		line-height: 0;
	}

	.mobile-menu{
		display: block;
	}
}

@media only screen and (max-width: 767px){

	body.admin-bar .main-header.ekit-sticky--effects{
		top: 0px !important;
	}
}

/* Elementor Footer CSS */

.menu-footer .ekit-vertical-menu-container ul li{
    position: relative;
}

.menu-footer .ekit-vertical-menu-container ul li::before{
    content: "";
    position: absolute;
    mask-image: url('assets/images/icon-sub-heading.svg');
	mask-size: cover;
	background-color: var(--e-global-color-accent);
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    transition: all 0.3s ease-in-out;
}

.menu-footer ul li:last-child a,
.footer-social-link ul li:last-child a{
	padding-bottom: 0 !important;
}

.privacy-policy-menu .ekit-vertical-menu-container ul{
    display: flex;
}

.privacy-policy-menu .ekit-vertical-menu-container ul li:last-child a{ 
    padding-right: 0 !important;
}

.privacy-policy-menu ul li{
	margin-right: 20px;
}

.privacy-policy-menu ul li:last-child{
	margin: 0 !important;
	border: none !important;
}

.footer-fome.cta-box-form .email-field{
	width: 74%;
}

.footer-fome.cta-box-form .newsletter-btn{
	width: 26%;
}

.footer-social-link a svg{
	margin-right: 6px;
}

.footer-social-link a svg path{
	fill: var(--e-global-color-accent) !important;
	stroke: none !important;
} 

@media only screen and (max-width: 991px){
	.menu-footer ul li a{
        padding-bottom: 15px !important;
    }
	
	.privacy-policy-menu ul li{
		margin-right: 10px;
	}

	.privacy-policy-menu ul li a{
		padding-right: 10px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.menu-footer ul li a{
        padding-bottom: 12px !important;
    }
	
	.footer-fome.cta-box-form .email-field{
		width: 60%;
	}

	.footer-fome.cta-box-form .newsletter-btn{
		width: 40%;
	}
}

/* Global CSS */

.column-2 .elementor-icon-list-items,
.column-3 .elementor-icon-list-items{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 60px;
}

.column-2 .elementor-icon-list-items .elementor-icon-list-item{
	width: calc(50% - 30px);
}

.column-3 .elementor-icon-list-items .elementor-icon-list-item{
    width: calc(33.33% - 13.33px);
}

.column-2 ul li .elementor-icon-list-icon+.elementor-icon-list-text,
.column-3 ul li .elementor-icon-list-icon+.elementor-icon-list-text{
	align-self: start;
}

.sticky-column{
	position: sticky;
	top: 30px;
}

@media only screen and (max-width: 991px){
	
	.column-2 .elementor-icon-list-items,
	.column-3 .elementor-icon-list-items{
        gap: 20px 10px;
    }
	
	.column-3 .elementor-icon-list-items .elementor-icon-list-item{
		width: calc(50% - 20px);
	}
}

@media only screen and (max-width: 767px){
	
	.column-2 .elementor-icon-list-items,
	.column-3 .elementor-icon-list-items{
		gap: 10px;
	}

	.column-2 .elementor-icon-list-items .elementor-icon-list-item,
	.column-3 .elementor-icon-list-items .elementor-icon-list-item{
		width: 100%;
	}
}

/****************************/
/*   Elementor Pages CSS    */
/****************************/

/*  Heading Small Icon & Hide Small Icon  */

.section-title .elementor-heading-title{
	padding-left: 30px;
}

.section-title .elementor-heading-title::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	transform: translateY(-50%);
	background-color: var(--e-global-color-accent);
	mask-image: url('assets/images/icon-sub-heading.svg');
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 20px;
	height: 20px;
}

.footclub-hide-small-icon .section-title .elementor-heading-title::before{
	display: none;
}

.footclub-hide-small-icon .section-title .elementor-heading-title{
	padding-left: 0;
}

.elementor-heading-title span{
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 991px){
	
	.section-title .elementor-heading-title{
		padding-left: 25px;
	}
	
	.section-title .elementor-heading-title::before{
		width: 18px;
		height: 18px;
	}
}

/* Section Bg Title */

.section-bg-title span{
	display: inline-block;
    background: linear-gradient(360deg, rgba(34, 34, 34, 0) 15.5%, rgba(34, 34, 34, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
	font-family: var(--e-global-typography-secondary-font-family);
}

.dark-bg-section .section-bg-title span{
	background: linear-gradient(360deg, rgba(255, 255, 255, 0) 29.01%, rgba(255, 255, 255, 0.2) 100%);
	 -webkit-background-clip: text;
}

/* Home Page CSS */

.hero-image img{
	aspect-ratio: 1 / 1.14;
    object-fit: cover;
}

.our-scrolling-ticker .ekit-title-and-description a{
	font-family: var(--e-global-typography-secondary-font-family);
}

.our-scrolling-ticker .ticker:before,
.our-scrolling-ticker .ticker:after{
	display:none;
}

.our-scrolling-ticker .ticker-item img{
	animation: infiniterotate 10s infinite linear;
}

@keyframes infiniterotate{
    from{
        transform: rotate(0deg);
      }
    to{
        transform: rotate(360deg);
    }
}

.about-us-img img{
    aspect-ratio: 1 / 0.91;
    object-fit: cover;
}

.about-coach-box{
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
}

.contact-circle-counter{
	animation: infiniterotate 20s infinite linear;
}

.circle-counter{
	transform: translate(-50%, -50%);
}

.contact-circle-counter a,
.circle-counter .elementor-counter-number-wrapper span{
	font-family: var(--e-global-typography-primary-font-family);
}

.service-item{
	overflow:hidden !important;
}

.service-image img{
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-image img,
.service-item:hover .service-image img{
	transform: scale(1.1);
}

.service-body{
    right: 0;
    transform: translateY(62%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s ease-in-out !important;
}

.service-item.active .service-body,
.service-item:hover .service-body{
	transform: translateY(0);
}

.service-body .btn-wraper{
	line-height: 1em;
}

.service-content-box{
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out !important;
}

.service-item.active .service-content-box,
.service-item:hover .service-content-box{
	opacity: 1;
	visibility: visible;
	margin-top: 15px;
}

.service-content-box .elementskit-btn svg{
	transition: all 0.4s ease-in-out;
}

.service-content-box .elementskit-btn:hover svg{
    transform: rotate(45deg);
	color: var(--e-global-color-white);
}

.what-do-image-1 img,
.what-do-image-3 img{
	aspect-ratio: 1 / 1.31;
}

.what-do-image-2{
    transform: translateX(-50%);
}

.what-we-do-images .what-do-image-1,
.what-we-do-images .what-do-image-1 .elementor-widget-container,
.what-we-do-images .what-do-image-3,
.what-we-do-images .what-do-image-3 .elementor-widget-container{
	transition: all 0.4s ease-in-out;
}

.what-we-do-images:hover .what-do-image-1,
.what-we-do-images:hover .what-do-image-1 .elementor-widget-container{
	--e-transform-rotateZ: -14deg;
}

.what-we-do-images:hover .what-do-image-3,
.what-we-do-images:hover .what-do-image-3 .elementor-widget-container{
	--e-transform-rotateZ: 14deg;
}

.why-choose-img img{
    aspect-ratio: 1 / 1.332;
    object-fit: cover;
}

.match-schedule-item{
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.match-schedule-item .match-content-info .elementor-heading-title,
.match-schedule-item .match-content-info .elementor-icon-list-text{
	font-family: var(--e-global-typography-text-font-family);
}

.match-highlight-img img{
	aspect-ratio: 1 / 0.85;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.match-highlight-item:hover img{
	transform: scale(1.1)
}

.match-highlight-video-btn .ekit-video-popup{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    width: auto;
    height: auto;
	gap: 10px;
}

.match-highlight-video-btn .ekit-video-popup i::before{
	display: block;
	height: 30px;
}

.club-success-image img{
	aspect-ratio: 1 / 1.239;
    object-fit: cover;
}

.club-success-item .elementskit-infobox .elementskit-info-box-title{
	border-top: 1px solid var(--e-global-color-darkdivider);
}

.testimonial-image img{
	object-fit: cover;
	aspect-ratio: 1 / 1.35;
}

.testimonial-counter-item .elementor-counter-number-wrapper{
	font-family: var(--e-global-typography-secondary-font-family);
}

.testimonial-slider .swiper-pagination-bullets{
	justify-content: end !important;
}

.testimonial-slider .elementskit-commentor-content p{
	padding-bottom: 40px;
	border-bottom: 1px solid var(--e-global-color-divider);
}

.testimonial-slider .elementskit-stars{
	line-height: 0;
}

.elementskit-commentor-content{
	margin-bottom: 0 !important;
}

.cta-box-image img{
	aspect-ratio: 1 / 0.89;
    object-fit: cover;
}

.cta-box-form .form-group{
	display: flex;
}

.cta-box-form .wpcf7-not-valid-tip,
.cta-box-form .wpcf7-response-output{
	display: none;
}

.cta-box-form .email-field{
	width: 66%;
    background-color: #FFFFFF00;
} 

.cta-box-form .newsletter-btn{
	width: 34%;
}

.cta-box-list .elementskit-info-box-title{
	font-family: var(--e-global-typography-text-font-family);
}

.our-blog .elementskit-entry-header img{
	aspect-ratio: 1 / 0.87;
	object-fit: cover;
    transition: all 0.5s ease-in-out !important;
	overflow: hidden;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.our-blog .elementskit-post-image-card .elementskit-entry-header a:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.our-blog .elementskit-post-image-card:hover img{
    transform: scale(1.1) !important;
    opacity: 1 !important;
}

.our-blog .elementskit-post-image-card .elementskit-post-body .btn-wraper{
	line-height: 0;
}

.our-blog .elementskit-post-image-card .elementskit-post-body .btn-wraper a{
	font-family: var(--e-global-typography-accent-font-family);
	line-height: normal;
	gap: 12px;
}

.our-blog .elementskit-post-image-card .elementskit-post-body .btn-wraper a svg{
	width: 100%;
	transition: all 0.4s ease-in-out;
}

.our-blog .elementskit-post-image-card .elementskit-post-body .btn-wraper a svg path{
	stroke: none !important;
}

.our-blog .elementskit-post-image-card .elementskit-post-body .btn-wraper a:hover svg{
	transform: rotate(45deg);
}

@media only screen and (max-width: 991px){
	
	.about-us-img img{
		aspect-ratio: 1 / 0.56;
	}

	.service-body{
		transform: translateY(70%);
	}
	
	.match-highlight-img img{
		margin-right: 0;
		width: 100%;
	}
	
	.testimonial-image img{
		aspect-ratio: 1 / 0.95;
	}

	.testimonial-slider .elementskit-commentor-content p{
		padding-bottom: 30px;
	}
	
	.cta-box-form .email-field{
		width: 80%;
	} 

	.cta-box-form .newsletter-btn{
		width: 20%;
	}
}

@media only screen and (max-width: 767px){
  	
	.hero.section-page-header:after{
		bottom: 10px;
		left: 5px;
		height: 90px;
		width: 90px;
	}
	
	.hero-content-list ul{
		gap: 10px;
	}

	.about-us-img img{
		aspect-ratio: 1 / 0.95;
	}

	.service-item.active .service-content-box, 
	.service-item:hover .service-content-box{
		margin-top: 10px;
	}
	
	.testimonial-image img{
		aspect-ratio: 1 / 1.09;
	}

	.testimonial-counter-boxes{
		position: initial;
	}

	.testimonial-slider .swiper-pagination-bullets{
		justify-content: center !important;
	}

	.testimonial-slider .elementskit-commentor-content p{
		padding-bottom: 20px;
	}

	.cta-box-form .email-field{
		width: 59%;
	} 

	.cta-box-form .newsletter-btn{
		width: 41%;
	}
}

/* About US CSS */

.section-page-header:after{
	content: '';
	position: absolute;
	left: 20px;
    bottom: 20px;
	background: url('assets/images/hero-bg-shape-2.svg') no-repeat;
	background-size: cover;
	background-position: center center;
	height: 160px;
	width: 160px;
}

.experience-item .elementskit-infobox .box-body{
	border-top: 1px solid var(--e-global-color-divider);
}

.experience-img img{
    aspect-ratio: 1 / 1.75;
    object-fit: cover;
}

.team-image img{
	aspect-ratio: 1 / 1.278;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img{
	transform: scale(1.1);
}

.team-social-icon{
	right: 30px;
	top: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-social-icon{
	bottom: 30px !important;
	opacity: 1;
	visibility: visible;
}

.team-social-icon ul li a{
    transition: all 0.4s ease-in-out;
}

.faqs-img img{
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

.faqs-img2{
	height: 100%;
}

.faqs-img2 img{
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

.faq-accordion .elementskit-card{
	overflow: hidden !important;
}

.faq-accordion .elementskit-card .elementskit-btn-link{
	border-radius: 0 !important;
}

.faq-accordion .elementskit-accordion .elementskit-card .number{
    margin-right: 5px;
}

@media only screen and (max-width: 991px){
	
	.section-page-header:after{
		height: 100px;
		width: 100px;
	}

	.team-image img{
		aspect-ratio: 1 / 1.01;
	}
}

@media only screen and (max-width: 767px){

	.section-page-header:after{
		height: 60px;
		width: 60px;
	}

	.faq-contact-box .elementskit-infobox{
		display: block;
	}
}

/* Services Page CSS */

.page-services .service-item .service-image img{
    height: auto;
    aspect-ratio: 1 / 1.22;
    object-fit: cover;
}

.page-services .service-image{
	overflow: hidden;
	border-radius: 20px;
}

.page-services .service-body{
	transform: translateY(60%);
}

/* Service Details Page CSS */

.service-catagery-list ul li,
.service-catagery-list ul li a{
	flex-direction: row-reverse;
	justify-content: space-between;
	border-radius: 10px;
	border: 1px solid var(--e-global-color-darkdivider) !important;
	margin-bottom:20px !important;
    transition: all 0.4s ease-in-out;
    padding: 17px 20px;
	gap: 10px;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{
    margin-right: 0;
}

.service-catagery-list ul li:last-child,
.service-catagery-list ul li a{
	margin: 0 !important;
}

.service-catagery-list ul li:has(:not(a)){
	padding: 17px 20px !important;
}

.service-catagery-list ul li:has(a){
	border: none !important;
	padding: 0 !important;
}

.service-catagery-list ul li:hover,
.service-catagery-list ul li a:hover{
    background-color: var(--e-global-color-white);
}

.service-catagery-list ul li .elementor-icon-list-text{
	padding-right: 10px;
	padding-inline-start: 0 !important;
	z-index: 1;
}

.service-catagery-list ul li .elementor-icon-list-icon svg{
	transition: all 0.4s ease-in-out !important;
}

.service-catagery-list ul li:hover .elementor-icon-list-icon svg{
	transform: rotate(45deg);
}

.sidebar-cta-contact{
    backdrop-filter: blur(14px);
    --webkit-backdrop-filter: blur(14px);
}

.sidebar-cta-contact-item .elementskit-infobox .btn-wraper{
	font-family: var(--e-global-typography-primary-font-family);
	line-height: 0;
}

.page-single-img img{
    aspect-ratio: 1 / 0.574;
    object-fit: cover;
}

.performance-img{
	height: 100%;
}

.performance-img img{
    aspect-ratio: 1 / 0.68;
    object-fit: cover;
}

.empowering-player-item{
	overflow: hidden;
} 

.empowering-player-item .elementskit-box-header img{
	width: 100%;
	aspect-ratio: 1 / 1.191;
    object-fit: cover;
	transition: all 0.4s ease-in-out !important;
}

.empowering-player-item .elementskit-box-body{
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	text-align: center;
} 

.fueling-passion-content-box{
	background: linear-gradient(315deg, var(--e-global-color-accent) -3%, #153752 58.57%, var(--e-global-color-primary) 91.58%);
}

@media only screen and (max-width: 991px){
	
	.service-catagery-list ul li,
	.service-catagery-list ul li a{
		padding: 12px 15px;
	}
	
	.service-catagery-list ul li:has(:not(a)){
		padding: 12px 15px !important;
	}

	.service-catagery-list ul li:has(a){
		padding: 0 !important;
	}
}

@media only screen and (max-width: 767px){
	
	.page-single-img img{
		aspect-ratio: 1 / 0.7;
		object-fit: cover;
	}

	.performance-img img{
		aspect-ratio: 1 / 0.99;
	}

	.empowering-player-item .elementskit-box-header img{
		aspect-ratio: 1 / 0.91;
	}
}

/* Team Details Page CSS */

.team-single-image img{
	aspect-ratio: 1 / 1.485;
	object-fit: cover;
}

.team-sidebar-category-box{
	background: linear-gradient(315deg, var(--e-global-color-accent) -3%, #153752 58.57%, var(--e-global-color-primary) 91.58%);
}

.team-sidebar-contact-list ul li .elementor-icon-list-text{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.team-sidebar-contact-list ul li .elementor-icon-list-text strong{
	font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
	line-height: 1.3em;
}

.team-sidebar-contact-list ul li .elementor-icon-list-text span{
	width: 68%;
}

.skill-progressbar .single-skill-bar .content-group{
    width: 100% !important;
}

.skill-progressbar .skill-bar{
    height: 16px !important;
}

.skill-progressbar .skill-bar .skill-track::after,
.skill-progressbar .skill-bar .skill-track::before{
    display: none;
}

.skill-progressbar .content-group .skill-bar-content{
    margin-bottom: 20px !important;
	line-height: 1em;
}

.skill-progressbar .single-skill-bar .number-percentage-wraper{
    position: absolute !important;
    top: 0 !important;
    right: 0;
    margin-left: 20px;	
}

@media only screen and (max-width: 991px){
	
	.team-single-image img{
		aspect-ratio: 1 / 0.8;	
	}
	
	.team-expertise-list.column-2 ul{
		gap: 10px 30px;
	}
	
	.team-expertise-list.column-2 ul li{
		width: calc(50% - 15px) !important;
	}
}

@media only screen and (max-width: 767px){
	
	.team-single-image img{
		aspect-ratio: 1 / 1.02;	
	}

	.team-expertise-list.column-2 ul li{
		width: 100% !important;
	}

	.skill-progressbar .content-group .skill-bar-content{
		margin-bottom: 15px !important;
	}
}

/* Image Gallery Page CSS */

.gallery-items .gallery-item .gallery-icon{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.gallery-items .gallery-item .gallery-icon a:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.gallery-items .gallery-item .gallery-icon a:hover:after{
	height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.gallery-items .gallery-item .gallery-icon a img{
	aspect-ratio: 1 / 0.829;
	object-fit: cover;
}

/* Video Gallery Page CSS */

.page-video-gallery .ekit-video-item a::before{
	transform: scale(0);
	transition: all 0.4s ease-in-out !important;
}

.page-video-gallery .ekit-video-item a:hover:before{
	opacity: 40% !important;
	transform: scale(1);
	border-radius: 20px;
}

.page-video-gallery .ekit-video-item a i{
	width: 60px;
	height: 60px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 1;
	transition: all 0.5s ease-in-out !important;
	color: var(--e-global-color-white) !important;
}

/* Testimonials Page CSS */

.testimonials-client-box .elementskit-infobox .elementskit-info-box-icon img{
	border-radius: 50%;
}

/* Contact Us Page CSS */

.wpcf7-spinner{
	display: none;
}

.wpcf7-not-valid-tip{
	color: #E65757 !important;
	font-size: 14px;
    line-height: 1.1em;
    font-weight: 400;
}

.wpcf7-response-output{
	margin: 20px 0 0 0 !important;
    padding: 5px 10px !important;
    border-radius: 30px !important;
    border: 1px solid #E65757 !important;
    line-height: 1.1em;
    color: #E65757 !important;
}

.wpcf7-form.sent .wpcf7-response-output{
	color: #46B450 !important;
	border-color: #46B450 !important;
}

.ekit-wid-con a:focus-visible, 
.ekit-wid-con button:focus-visible, 
.ekit-wid-con input:focus-visible, 
.ekit-wid-con textarea:focus-visible{
	outline: 0;
}

.contact-us-image img{
	object-fit: cover;
	aspect-ratio: 1 / 0.6;
}

.conatct-us-form{
	overflow: hidden !important;
}

.contact-form .wpcf7-form-control{
	backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.google-map,
.google-map .elementor-custom-embed,
.google-map .elementor-custom-embed iframe{
	height: 100%;
}

.section-page-header.fueling-passion-content-box:after{
	left: 0;
    bottom: 0;
}

@media only screen and (max-width: 767px){
	
	.section-page-header.fueling-passion-content-box:after{
		height: 100px;
        width: 100px;
	}
}

/***********************************
******* Footclub - Soccer Club *****
***********************************/

/* 
 * Theme CSS ( Soccer - Club )
 * */

body.soccer-club.fancy-scrollbar::-webkit-scrollbar-track{
	background-color: var(--e-global-color-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

body.soccer-club.fancy-scrollbar::-webkit-scrollbar{
	background-color: var(--e-global-color-primary);
}

.soccer-club header.main-header .header-sticky{
	padding: 25px 0;
}

.soccer-club header.main-header{
	max-width: 1640px;
	top: auto;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.soccer-club .container-fluid{
	padding: 0;
}

.soccer-club .slicknav_icon .slicknav_icon-bar{
	background-color: var(--e-global-color-primary);
}

.soccer-club .page-header{
	position: relative;
	max-width: 1880px;
	margin: 20px auto 0;
	border-radius: 12px;
	padding: 235px 0 110px;
	overflow: hidden;
}

.soccer-club .page-header::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--e-global-color-primary);
	opacity: 80%;
	width: 100%;
	height: 100%;
}

.soccer-club .page-header-box h1{
	margin-bottom: 10px;
}

.soccer-club .trail-items li a, 
.soccer-club .page-header-box .post-meta ul li a,
.soccer-club .trail-items li, 
.soccer-club .page-header-box .post-meta ul li{
	opacity: 80%;
}

.soccer-club footer.footer{
	max-width: 1880px;
	margin: 0 auto 20px;
	border-radius: 12px;
}

.soccer-club .post-single-image figure, 
.soccer-club .post-single-image img,
.soccer-club .post-entry blockquote{
	border-radius: 12px;
}

.soccer-club .footer-social ul li a{
	color: var(--e-global-color-accent);
}

.soccer-club .comment-form .form-submit .submit,
.soccer-club .comment-list .comment .reply a,
.soccer-club .page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link, 
.soccer-club .wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link,
.soccer-club .wp-block-search .wp-block-search__button,
.soccer-club .wp-block-button .wp-element-button, 
.soccer-club .wp-block-button.is-style-outline .wp-element-button, 
.soccer-club .wp-element-button, 
.soccer-club .wp-block-button .wp-block-button__link, 
.soccer-club .wp-block-file .wp-block-file__button,
.soccer-club .post-password-form input[type="submit"],
.soccer-club aside.widget .has-login-form input[type="submit"]{
	background: var(--e-global-color-primary);
}

.soccer-club .comment-form .form-submit .submit:hover,
.soccer-club .comment-list .comment .reply a:hover,
.soccer-club .page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link:hover, 
.soccer-club .wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link:hover,
.soccer-club .wp-block-button.is-style-outline .wp-element-button,
.soccer-club .post-password-form input[type="submit"]:hover,
.soccer-club aside.widget .has-login-form input[type="submit"]:hover{
	background: var(--e-global-color-accent);
}

.soccer-club .wp-block-search .wp-block-search__button:hover,
.soccer-club .wp-block-button .wp-element-button:hover, 
.soccer-club .wp-block-button.is-style-outline .wp-element-button:hover, 
.soccer-club .wp-element-button:hover, 
.soccer-club .wp-block-button .wp-block-button__link:hover, 
.soccer-club .wp-block-file .wp-block-file__button:hover,
.soccer-club aside.widget .search-submit:hover{
	background: var(--e-global-color-accent) !important;
}

.soccer-club .wp-block-categories-dropdown select, 
.soccer-club .wp-block-archives-dropdown select,
.soccer-club aside.widget select, 
.soccer-club aside.widget .wp-block-categories-dropdown select, 
.soccer-club aside.widget .wp-block-archives-dropdown select{
	background: transparent;
	color: var(--e-global-color-text);
}

.soccer-club .comment-content ul li,
.soccer-club aside.widget ul li a,
.soccer-club aside.widget ul li{
	color: var(--e-global-color-text);
}

.soccer-club aside.widget .search-submit{
	border: 0 !important;
	background: var(--e-global-color-primary);
}

@media only screen and (max-width: 1880px){
	
	.soccer-club .page-header{
		margin: 20px 20px 0;
	}
	
	.soccer-club footer.footer{
		margin: 0 20px 20px;
	}
}

@media only screen and (max-width: 1640px){

	.soccer-club header.main-header .header-sticky{
		padding: 25px 20px;
	}
	
	.soccer-club .container-fluid{
		padding: 0 20px;
	}
}

@media only screen and (max-width: 991px){
	
	.soccer-club header.main-header .header-sticky{
		padding: 20px 0;
	}
	
	.soccer-club .page-header{
		margin: 0;
		border-radius: 0;
		width: 100%;
		padding: 150px 0 70px;
	}
	
	.soccer-club .page-header-box h1{
		font-size: 46px !important;
	}
	
	.soccer-club .page-header-box h1{
		margin-bottom: 5px;
	}
	
	.soccer-club footer.footer{
		width: 100%;
		border-radius: 0;
		margin: 0;
	}
}

@media only screen and (max-width: 767px){
	
	.soccer-club .page-header-box h1{
		font-size: 30px !important;
	}
}

/* Theme Button CSS ( Soccer - Club ) */

.soccer-club .btn-default svg{
	color: var(--e-global-color-primary);
}

.soccer-club .btn-default:hover svg{
	color: var(--e-global-color-white);
}

/* 
 * Elementor CSS ( Soccer - Club )
 * */

/* Footer CSS ( Soccer - Club ) */

.main-footer-box-prime{
	overflow: hidden !important;
}

.footer-links-prime ul li:last-child a{
	padding-bottom: 0 !important;
}

.footer-form-prime .form-group{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.footer-form-prime .email-field{
	width: calc(100% - 56px);
} 

.footer-form-prime .newsletter-btn input[type="submit"]{
	background: url('assets/images/paper-plan-prime.svg') no-repeat center center;
	background-size: 45% auto;
}

.footer-form-prime .newsletter-btn{
	transition: all 0.3s ease-in-out;
}

.footer-form-prime .newsletter-btn:hover{
	transform: rotate(25deg);
}

.footer-form-prime .wpcf7-not-valid-tip,
.footer-form-prime .wpcf7-response-output{
	display: none;
}

.footer-privacy-policy-prime .ekit-vertical-navbar-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-privacy-policy-prime .ekit-vertical-navbar-nav li::before{
    content: '/';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    color: var(--e-global-color-white);
}

.footer-privacy-policy-prime .ekit-vertical-navbar-nav li{
	padding: 0 20px 0 14px;
	position: relative;
}

.footer-privacy-policy-prime .ekit-vertical-navbar-nav li:first-child{
	padding-left: 0;
}

.footer-privacy-policy-prime .ekit-vertical-navbar-nav li:last-child{
	padding-right: 0;
}

.footer-privacy-policy-prime .ekit-vertical-navbar-nav li:last-child:before{
	display: none;
}

.footer-prime .elementskit-infobox p{
	font-family: var(--e-global-typography-secondary-font-family);
}

@media only screen and (max-width: 991px){
	
	.footer-links-prime ul li a{
		padding-bottom: 10px !important;
	}
}

/* Section Title CSS ( Soccer - Club ) */

.section-bg-title .elementor-heading-title{
	display: inline-block;
    background: linear-gradient(360deg, rgba(34, 34, 34, 0) 15.5%, rgba(34, 34, 34, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
	font-family: var(--e-global-typography-secondary-font-family);
}

.dark-bg-section.section-bg-title .elementor-heading-title{
	background: linear-gradient(360deg, rgba(255, 255, 255, 0) 29.01%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-background-clip: text;
}

/* Elementor Button CSS ( Soccer - Club ) */

.soccer-club .elementor-widget-elementskit-creative-button .ekit_creative_button i::before{
	color: var(--e-global-color-primary);
}

.soccer-club .elementor-widget-elementskit-creative-button .ekit_creative_button:hover i::before{
	color: var(--e-global-color-white);
}

/* Home Page CSS ( Soccer - Club ) */

.hero-prime{
	overflow: hidden !important;
}

.hero-benefit-item-prime:before{
	content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: auto;
    right: 0;
    background: var(--e-global-color-accent);
    border-radius: 100px;
    width: 0;
    height: 4px;
    transition: all 0.4s ease-in-out;
}

.hero-benefit-item-prime:hover:before,
.hero-benefit-item-prime.active:before{
	width: 100%;
	right: auto;
	left: 0;
}

.about-us-counter-prime .elementor-counter .elementor-counter-title{
	flex: auto;
}

.how-dose-work-btn-prime .btn-wraper a{
	font-family: var(--e-global-typography-secondary-font-family) !important;
	transition: all 0.4s ease-in-out;
}

.how-dose-work-btn-prime .btn-wraper i{
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.how-dose-work-btn-prime .btn-wraper:hover i{
	transform: rotate(0deg);
}

.about-image-content-list-prime .elementskit-infobox{
	backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.about-image-content-list-prime .box-body .elementskit-info-box-title{
	font-family: var(--e-global-typography-text-font-family) !important;
}

.service-item-prime{
	overflow: hidden !important;
}

.service-item-prime .service-image-prime img{
	aspect-ratio: 1 / 0.65;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.service-item-prime:hover .service-image-prime img{
	transform: scale(1.1);
}

.service-item-prime .service-body-prime .elementskit-infobox{
	overflow: visible;
	line-height: 0;
}

.service-item-prime .service-body-prime .elementskit-infobox .elementskit-btn,
.service-item-prime .service-body-prime .elementskit-infobox .elementskit-btn svg{
	transition: all 0.3s ease-in-out;
}

.service-item-prime .service-body-prime .elementskit-infobox .elementskit-btn:hover{
	color: var(--e-global-color-primary);
}

.service-item-prime .service-body-prime .elementskit-infobox .elementskit-btn:hover svg{
	transform: rotate(45deg);
}

.how-it-image-prime img{
	aspect-ratio: 1 / 1.26;
	object-fit: cover;
}

.match-schedule-item-prime{
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.match-schedule-item-prime .match-content-info-prime .elementor-heading-title,
.match-schedule-item-prime .match-content-info-prime .elementor-icon-list-text{
	font-family: var(--e-global-typography-text-font-family);
}

.testimonials-image-box-prime img{
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
}

.testimonials-rating-content-prime p strong{
	font-size: 20px;
	font-weight: 600;
}

.our-testimonial-prime .elementskit-single-testimonial-slider .elementskit-commentor-image img{
	 border-radius: 12px;
}

.our-testimonial-prime .elementskit-testimonial-slider .swiper-navigation-button{
	top: auto;
	bottom: 0;
}

.cta-box-btn-arrow-prime{
	animation: ctaarrow-prime 3s infinite linear;
}

@keyframes ctaarrow-prime{
	50%{
		right: 12%;
	}
}

.cta-box-btn-arrow-prime .elementor-icon-wrapper svg{
	height: inherit !important;
}

.cta-box-img-prime img{
    aspect-ratio: 1 / 0.5461;
    object-fit: cover;
}

.faq-accordion-prime .elementskit-card{
	overflow: hidden;
}

.faq-accordion-prime .elementskit-card-header .elementskit-btn-link{
	align-items: start !important;
}

.what-we-counter-box-prime .elementor-counter-number,
.what-we-counter-box-prime .elementor-counter-number-suffix{
	background-color: var(--e-global-color-accent);
	background-clip: text;
	-webkit-background-clip: text;
}

@media only screen and (max-width: 991px){
	
	.how-it-image-prime img{
		aspect-ratio: 1 / 0.8;
		object-fit: cover;
	}
	
	.testimonials-image-box-prime img{
        aspect-ratio: 1 / 0.71;
    }
	
	@keyframes ctaarrow-prime{
		50%{
			right: 24%;
		}
	}
}

@media only screen and (max-width: 767px){
	
	.why-choose-item-prime .ekit-wid-con .text-right{
   		 text-align: left !important;
	}
	
	.how-it-image-prime img{
		aspect-ratio: 1 / 1.2;
		object-fit: cover;
	}
	
	.testimonials-image-box-prime img{
		aspect-ratio: 1 / 0.926;
	}
	
	.testimonials-rating-content-prime p strong{
		font-size: 16px;
	}
	
	.our-testimonial-prime .elementskit-testimonial-slider .swiper-navigation-button{
		display: flex !important;
	}
	
	.cta-box-list-prime ul{
		row-gap: 10px;
	}
	
	.faq-list-prime ul{
		row-gap: 10px;
	} 
}

/* About Us CSS ( Soccer - Club ) */

.approach-img-1-prime img{
    aspect-ratio: 1 / 0.926;
    object-fit: cover;
}

.approach-img-2-prime img{
    aspect-ratio: 1 / 0.574;
    object-fit: cover;
}

.circle-counter-prime{
	transform: translate(-50%, -50%);
}

.contact-circle-counter-prime a{
	font-family: var(--e-global-typography-secondary-font-family) !important;
}

.contact-circle-counter-prime{
	animation: infiniterotate-prime 20s infinite linear;	
}

@keyframes infiniterotate-prime{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.our-story-img-prime img{
	aspect-ratio: 1 / 0.85;
    object-fit: cover;
}

.our-story-header-img-prime img{
	aspect-ratio: 1 / 0.71;
    object-fit: cover;
}

.team-item-prime .elementskit-box-header img{
	width: 100%;
	aspect-ratio: 1 / 1.187;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-item-prime:hover .elementskit-box-header img{
	transform: scale(1.1);
}

@media only screen and (max-width: 991px){
	
	.our-story-img-prime img{
		aspect-ratio: 1 / 0.55;
	}
}

/* Image Gallery CSS ( Soccer - Club ) */

.gallery-item-prime.gallery-items .gallery-item .gallery-icon{
	border-radius: 12px;
}

/* Video Gallery CSS ( Soccer - Club ) */

.page-video-gallery-prime.page-video-gallery .ekit-video-item a i{
	color: var(--e-global-color-primary) !important;
}

.page-video-gallery-prime.page-video-gallery .ekit-video-item a:hover:before{
	border-radius: 12px;
}

/***********************************
******* Footclub - Sports Club *****
***********************************/

/*
 * Theme CSS ( Sports - Club ) 
 * */

body.sports-club.fancy-scrollbar::-webkit-scrollbar-track{
	background-color: var(--e-global-color-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

.sports-club header.main-header{
	border-bottom: none;
}

.sports-club .slicknav_nav a:hover, 
.sports-club .slicknav_nav .slicknav_row:hover{
	color: var(--e-global-color-accent);
}

.sports-club .page-header{
	position: relative;
	background: none;
}

.sports-club .page-header::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(290deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
	z-index: -1;
}

.sports-club .trail-items li a, 
.sports-club .page-header-box .post-meta ul li a, 
.sports-club .trail-items li, 
.sports-club .page-header-box .post-meta ul li{
	opacity: 80%;
}

.sports-club .post-featured-image a,
.sports-club .post-single-image figure, 
.sports-club .post-single-image img,
.sports-club .post-entry blockquote{
	border-radius: 12px;
}

.sports-club .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
	background: none;
	border: 1px solid var(--e-global-color-divider);
}

/* Theme Button CSS ( Sports - Club ) */

.sports-club .btn-default{
	background: var(--e-global-color-accent);
}

.sports-club .btn-default svg,
.sports-club .btn-default i{
	background: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

/*
 * Elementor CSS ( Sports - Club ) 
 * */

/* Footer CSS ( Sports - Club ) */

.footer-cta-item-stellar .box-body p span{
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 22px;
	line-height: 1.4em;
} 

.footer-links-stellar ul li:last-child a{
	padding-bottom: 0 !important;
}

.footer-form-stellar .form-group{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.footer-form-stellar .email-field{
	width: 88%;
} 

.footer-form-stellar .newsletter-btn{
	width: 12%;
}

.footer-form-stellar .newsletter-btn input[type="submit"]{
	width: 100% !important;
	background: url('assets/images/footer-arrow-stellar.svg') no-repeat center center;
}

.footer-form-stellar .wpcf7-not-valid-tip,
.footer-form-stellar .wpcf7-response-output{
	display: none;
}

.privacy-policy-menu-stellar ul{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
}

.privacy-policy-menu-stellar ul li:first-child a{
	padding-left: 0 !important;
}

@media only screen and (max-width: 991px){
	
	.footer-cta-item-stellar .box-body p span{
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px){
	
	.footer-links-stellar ul li a{
		padding-bottom: 5px !important;
	}
}

/* Section Title CSS ( Sports - Club ) */

.sports-club .section-bg-title .elementor-heading-title{
	display: inline-block;
    background: linear-gradient(360deg, rgba(34, 34, 34, 0) 15.5%, rgba(34, 34, 34, 0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
	font-family: var(--e-global-typography-secondary-font-family);
}

.sports-club .dark-bg-section.section-bg-title .elementor-heading-title{
	background: linear-gradient(360deg, rgba(255, 255, 255, 0) 29.01%, rgba(255, 255, 255, 0.2) 100%);
	-webkit-background-clip: text;
}

/* Button Sectio CSS ( Sports - Club ) */

.sports-club .elementor-widget-elementskit-creative-button .ekit_creative_button i{
	background-color: var(--e-global-color-primary);
}

.sports-club .elementor-widget-elementskit-creative-button .ekit_creative_button:hover i{
	background-color: var(--e-global-color-accent);
}

.sports-club .elementor-widget-elementskit-creative-button .ekit_creative_button i:before{
	color: var(--e-global-color-white);
}

.sports-club .highlighted-button.elementor-widget-elementskit-creative-button .ekit_creative_button i{
	background-color: var(--e-global-color-accent);
}

.sports-club .highlighted-button.elementor-widget-elementskit-creative-button .ekit_creative_button:hover i{
	background-color: var(--e-global-color-primary);
}

/* Home Page CSS ( Sports - Club ) */

.hero-counter-stellar .elementor-counter .elementor-counter-title,
.counter-item-stellar .elementor-counter .elementor-counter-title,
.hero-img-stellar.get-membership-circle-stellar textpath{
	font-family: var(--e-global-typography-text-font-family);
}

.hero-img-stellar img{
	object-fit: cover;
	aspect-ratio: 1 / 1.1323;
}

.our-scrolling-ticker-stellar .ekit-title-and-description a{
	font-family: var(--e-global-typography-secondary-font-family);
}

.our-scrolling-ticker-stellar .ticker:before,
.our-scrolling-ticker-stellar .ticker:after{
	display:none;
}

.our-scrolling-ticker-stellar .ticker-item img{
	animation: infiniterotate-stellar 10s infinite linear;
}

@keyframes infiniterotate-stellar{
    from{
        transform: rotate(0deg);
      }
    to{
        transform: rotate(360deg);
    }
}

.about-us-img-1-stellar img{
	aspect-ratio: 1 / 1.1951;
	object-fit: cover;
}

.about-us-img-2-stellar img{
	aspect-ratio: 1 / 1.39;
    object-fit: cover;
}

.get-membership-circle-stellar textpath{
	font-family: var(--e-global-typography-primary-font-family);
}

.about-get-membership-circle-stellar{
	transform: translate(65%, -42%);
}

.get-membership-circle-stellar{
	animation: infiniterotate-stellar 20s infinite linear;	
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-image-container .ekit-interactive-links-image img{
	height: 100%;
	transform: scale(1);
	transition: all 0.7s ease;
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-image-container .ekit-interactive-links-image.ekit-interactive-active img{
	transform: scale(1.05);
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-list{
	flex-wrap: wrap;
	width: 100%;
	flex-direction: row;
	height: 100%;
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link{
	position: relative;
	overflow: hidden;
	justify-content: flex-end;
	padding: 620px 40px 20px;
	gap: 10px;
	width: 25%;
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link:before{
	content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
	background: var(--e-global-color-accent);
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link:hover:before,
.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link.ekit-interactive-active:before{
	height: 26%;
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link:last-child{
	border: none !important;
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link .ekit-interactive-links-list-link-title:before{
	display: none;
}

.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link .ekit-interactive-links-list-link-subtitle{
	font-family: var(--e-global-typography-primary-font-family);
}

.why-choose-us-list-stellar ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px !important;
}

.why-choose-us-list-stellar ul li{
	width: calc(50% - 10px) !important;
}

.our-facts-img-stellar img{
    aspect-ratio: 1 / 1.49;
    object-fit: cover;
}

.how-work-step-item-stellar{
	position: relative;
}

.how-work-step-item-stellar:before{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(30px, 46px);
    border-left: 1px solid var(--e-global-color-divider);
    height: 70%;
    z-index: 0;
}

.how-work-step-item-stellar:last-child::before{
	display: none;
}

.testimonials-image-stellar{
	height: 100%;	
}

.testimonials-image-stellar img{
	aspect-ratio: 1 / 0.82;
}

.testimonial-slider-stellar .elementskit-single-testimonial-slider .elementskit-commentor-header .elementskit-stars li{
	line-height: 0;
}

.cta-box-image-stellar img{
	aspect-ratio: 1 / 1.19;
    object-fit: cover;
}

.highlighted-item-stellar img{
	transition: all 0.4s ease-in-out;
	aspect-ratio: 1 / 0.88;
	object-fit: cover;
}

.highlighted-item-stellar:hover img,
.worship-item-box-stellar:hover .worship-item-img-stellar img{
	transform: scale(1.1);
}

.highlighted-item-icon-stellar .elementor-icon:hover svg,
.worship-icon-box-stellar svg{
	transition: all 0.4s ease-in-out;
}

.highlighted-item-icon-stellar .elementor-icon:hover svg,
.worship-icon-box-stellar a:hover svg{
	transform: rotate(45deg);
}

.worship-item-img-stellar img{
	transition: all 0.4s ease-in-out;
	aspect-ratio: 1 / 0.52;
    object-fit: cover;
}

@media only screen and (max-width: 991px){
	
	.about-get-membership-circle-stellar{
        transform: translate(80%, -66%);
    }
	
	.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link{
		align-items: center !important;
		text-align: center;
		padding: 330px 20px 20px;
	}

	.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link:hover:before,
	.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link.ekit-interactive-active:before{
		height: 36%;
	}
	
	.fact-list-stellar.column-2 .elementor-icon-list-items{
		gap: 30px 20px;
	}
	
	.fact-list-stellar.column-2 .elementor-icon-list-items .elementor-icon-list-item{
		width: calc(50% - 10px);
	}
	
	.how-work-step-item-stellar:before{
        transform: translate(30px, 45px);
        height: 65%;
    }
	
	 .testimonials-image-stellar img{
        aspect-ratio: 1 / 0.65;
    }
	
	.counter-item-stellar .elementor-counter{
		text-align: center;
	}
	
	.counter-item-stellar .elementor-counter .elementor-counter-title{
		text-align: center;
	}
	
	.highlighted-item-stellar img{
		aspect-ratio: 1 / 0.78;
	}
}

@media only screen and (max-width: 767px){

	.about-get-membership-circle-stellar{
		transform: translate(80%, -40%);
	}

	.fullwidth-interactive-links-stellar .ekit-interactive-links-list{
		flex-direction: column;
	}

	.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link{
		width: 100%;
		padding: 150px 20px 20px;
	}

	.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link:hover:before,
	.fullwidth-interactive-links-stellar .ekit-interactive-links-list .ekit-interactive-links-list-link.ekit-interactive-active:before{
		height: 60%;
	}

	.why-choose-us-list-stellar ul{
		gap: 10px !important;
	}

	.why-choose-us-list-stellar ul li{
		width: 100% !important;
	}

	.our-facts-img-stellar img{
		aspect-ratio: 1 / 1.39;
	}

	.fact-list-stellar.column-2 .elementor-icon-list-items{
		gap: 10px;
	}

	.fact-list-stellar.column-2 .elementor-icon-list-items .elementor-icon-list-item{
		width: 100%;
	}

	.how-work-step-item-stellar:before{
        transform: translate(25px, 25px);
    }

	.highlighted-item-stellar img{
		aspect-ratio: 1 / 0.78;
	}
}

/* About Us CSS ( Sports - Club ) */

.approach-image-stellar{
	height: 100%;
}

.approach-image-stellar img{
	aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.team-member-item-stellar .elementskit-info-image-box .elementskit-box-header img{
    width: 100%;
    aspect-ratio: 1 / 1.356;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-member-item-stellar:hover .elementskit-info-image-box .elementskit-box-header img{
    transform: scale(1.1);
}

.team-member-item-stellar .elementskit-box-body .elementskit-box-footer{
    position: absolute;
    top: 50px;
    bottom: auto;
    left: auto;
    right: 30px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.team-member-item-stellar:hover .elementskit-box-body .elementskit-box-footer{
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.team-member-item-stellar .elementskit-box-body .elementskit-box-footer a svg{
    transition: all 0.4s ease-in-out
}

.team-member-item-stellar .elementskit-box-body .elementskit-box-footer a:hover svg{
    transform: rotate(45deg);
}

.what-we-img-1-stellar img{
    aspect-ratio: 1 / 1.26;
    object-fit: cover;
}

.what-we-img-2-stellar img{
    aspect-ratio: 1 / 0.999;
    object-fit: cover;
}

.what-we-do-membership-circle-stellar{
	transform: translate(60px, -58%);
}

.get-membership-circle-stellar{
	animation: infiniterotate-stellar 20s infinite linear;	
}

.expert-coach-box-stellar{
	animation: objectmoveleft-stellar 3s infinite linear alternate;
}

@keyframes objectmoveleft-stellar{
	50%{
		right: 100px;
	}
}

@media only screen and (max-width: 991px){
	
	.team-member-item-stellar .elementskit-info-image-box .elementskit-box-header img{
	    aspect-ratio: 1 / 1.1;
	}
}

@media only screen and (max-width: 767px){
	
	.team-member-item-stellar .elementskit-info-image-box .elementskit-box-header img{
		aspect-ratio: 1 / 1.13;	
	}
	
	.what-we-img-1-stellar img{
		aspect-ratio: 1 / 1.09;
		object-fit: cover;
	}

	.what-we-img-2-stellar img{
		aspect-ratio: 1 / 0.9;
		object-fit: cover;
	}
	
	.what-we-do-membership-circle-stellar{
		transform: translate(20px, -58%);
	}
	
	@keyframes objectmoveleft-stellar{
		50%{
			right: 50px;
		}
	}
}

/* Service Page CSS ( Sports - Club ) */

.service-item-box-stellar .btn-wraper{
	font-family: var(--e-global-typography-accent-font-family) !important;
}

.service-item-box-stellar .btn-wraper a svg{
	transition: all 0.4s ease-in-out;
}

.service-item-box-stellar .btn-wraper a:hover svg{
	transform: rotate(45deg);
}