/*
Theme Name: Kinesi
Theme URI: https://1.envato.market/kinesi-wp
Description: Physiotherapy WordPress Theme
Author: Awaiken Themes
Author URI: https://awaikenthemes.com/
Version: 1.0.1
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: kinesi
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.5em;
}

.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.2em;
	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;
    background: var(--e-global-color-accent);
	border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--e-global-color-white);
    border: none;
    padding: 16px 20px 16px 20px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default svg,
.btn-default i{
	margin-left: 10px;
}

.btn-default:hover{
	background: transparent;
	color: var(--e-global-color-primary);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--e-global-color-accentsecondary);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted::after{
	background: var(--e-global-color-white);
}

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

	.btn-default{
		padding: 13px 15px;
	}
}

/* Elementor Button CSS */

.elementor-widget-button .elementor-button{
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.elementor-widget-button .elementor-button:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--e-global-color-accentsecondary);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.elementor-widget-button .elementor-button:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.elementor-widget-button .elementor-button i{
	font-size: 18px;
}

.btn-highlighted.elementor-widget-button .elementor-button:after{
	background: var(--e-global-color-white);
}

/* 
 * Theme Button CSS ( chiropractor ) 
 * */

.chiropractor .btn-default{
	color: var(--e-global-color-primary);
}

.chiropractor .btn-default:hover{
	color: var(--e-global-color-primary);
}

/* 
 * Theme Button CSS ( Physiotherapist ) 
 * */

.physiotherapist .btn-default:hover{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

/* Elementor Button CSS ( Physiotherapist )  */

.physiotherapist .elementor-widget-button .elementor-button:after{
	background: var(--e-global-color-primary) !important;
}

.physiotherapist .heighlight-btn-platinum.elementor-widget-button .elementor-button:after{
	background: var(--e-global-color-white) !important;
}

/* 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: 1000;
	background: var(--e-global-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.theme-preloader .loading{
	border: 1px solid transparent;
	border-color: transparent var(--e-global-color-white) transparent var(--e-global-color-white);
	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-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-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

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

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 .elementskit-info-box-icon,
.elementskit-infobox:before{
	transition: all 0.4s ease-in-out !important;
}

/* Theme Header CSS */

header.main-header{
	position: relative;
	z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
    top: 0;
    width: 100%;
    max-width: 1840px;
    margin: 30px auto 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;
    transform: translateY(0);
}

.navbar{
	background: var(--e-global-color-secondary);
    border-radius: 20px;
    padding: 24px 40px;
    align-items: center;
}

header.main-header .container-fluid{
	padding: 0;
}

.navbar-brand{
	padding: 0;
}

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

.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;
	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-family: var(--e-global-typography-text-font-family);
	font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    padding: 15px 20px !important;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}

.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: 235px;
	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: 8px 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-accentsecondary);
}

.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-secondary);
	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-accent);
	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-size: 16px;
	font-weight: 500;
	padding: 7px 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-accentsecondary);
}

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

.slicknav_arrow:after{
	content: '\f107';
	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(-180deg);
	color: var(--e-global-color-accentsecondary);
}

/* Page Header Style */

.page-header{
	width: 100%;
    max-width: 1840px;
    margin: 30px auto 0;
    background: var(--e-global-color-white);
    border-radius: 40px;
    padding: 100px 0;
}

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

.page-header-box h1{
    font-size: 60px !important;
    margin-bottom: 10px;
	line-height: 1.1em !important;
	word-wrap: break-word;
}

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

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

.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{
	color: var(--e-global-color-text);
	display: inline-block;
	line-height: normal;
	font-size: 18px;
}

.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{
	color: var(--e-global-color-text);
	line-height: normal;
	transition: all 0.3s ease-in-out;
}

/* Theme Footer css */

.bg-section {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    border-radius: 40px;
}

.footer-main{
	background-color: var(--e-global-color-accent);
    padding: 60px 0;
	margin-bottom: 100px;
}

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

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

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

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

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

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

.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-accentsecondary);
}

.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;
}

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

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

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

/* Archive and Single CSS */

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

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

.post-featured-image:has(:not(a)){
	margin-bottom: 0;
}

.post-featured-image:has(a){
	border-radius: 20px;
	margin-bottom: 20px;
    overflow: hidden;
}

.post-featured-image a,
.post-featured-image figure{
    display: block;
	border-radius: 20px;
    overflow: hidden;
}

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

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

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

.post-item-content h2{
    font-size: 22px !important;
	line-height: 1.4em !important;
	word-break: break-word;
}

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

.post-item-btn{
	line-height: normal;
}

.post-item-btn a{
	display: flex;
	align-items: center;
	font-weight: 600;
	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 a svg,
.post-item-btn a i{
	margin-left: 7px;
	transition: all 0.4s ease-in-out;
}

.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-white);
	color: var(--e-global-color-accent);
	border-radius: 10px;
	width: 40px;
	height: 40px;	
	margin: 0 5px;
	font-weight: 600;
	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.5em;
}

.post-single-meta ul li{
	display: inline-block;
	font-size: 18px;
	margin-right: 15px;
	color: var(--e-global-color-primary);
	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-primary);
	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: 30px;
}

.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: 42px !important;
	line-height: 1.1em;
}

.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-accent) url('assets/images/icon-blockquote.svg') no-repeat;
	background-position: 30px 30px;
    background-size: 45px;
	border: 1px solid var(--e-global-color-divider);
    border-radius: 20px;
    padding: 30px 30px 30px 90px !important;
    margin-bottom: 30px !important;
}

.post-entry blockquote p{
	font-family: var(--e-global-typography-primary-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-white);
}

.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;
	line-height: 1em;
    color: var(--e-global-color-primary);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 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 20px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background-color: var(--e-global-color-accentsecondary);
	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: 100px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li a:hover{
    background-color: var(--e-global-color-accentsecondary);
	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: 1840px){

	header.main-header .header-sticky{
    	max-width: calc(100% - 30px);
	}
	
	.page-header{
    	max-width: calc(100% - 30px);
	}
}

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

	.bg-section{
		width: calc(100% - 40px);
		max-width: 100%;
		margin: 0 20px;
		border-radius: 30px;
	}

	.footer-main{
		margin-bottom: 20px;
	}
}

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

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

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

	#magic-cursor{
        display: none !important;
    }
	
	.navbar{
		padding: 15px;
        border-radius: 0;
	}

	.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{
        max-width: 100%;
        margin: 0;
    }

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

	.page-header-box h1{
		font-size: 45px !important;
	}
	
	.page-header-box .taxonomy-description{
		margin-bottom: 10px;
	}
	
	.trail-items li,
	.page-header-box .post-meta ul li{
		font-size: 16px;
	}
	
	.page-blog-archive{
		padding: 50px 0;
	}
	
	.post-featured-image:has(:not(a)){
		margin-bottom: 0;
	}

	.post-featured-image:has(a){
		margin-bottom: 15px;
	}

	.pagination .nav-links{
		margin-top: 10px;
	}
	
	.page-single-post{
		padding: 50px 0;
	}
	
	.post-single-image figure,
	.post-single-image img{
		border-radius: 20px;
	}

	.post-single-image{
		margin-bottom: 20px;
	}
	
	.post-item-content h2{
		font-size: 20px !important;
	}
	
	.post-entry p{
		margin-bottom: 15px;
	}

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

	.post-entry blockquote p{
		font-size: 20px !important;
	}
	
	.comment-form .form-submit .submit{
		padding: 14px 15px !important;
	}
	
	.post-entry h2{
		font-size: 34px !important;
	}
	
	.post-single-meta ul li i,
	.post-single-meta ul li{
		font-size: 16px;
	}

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

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

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

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

	.bg-section{
		width: 100%;
		border-radius: 0;
		margin: 0;
	}
	
	.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 6px;
	}

	.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: 34px !important;
	}	
}

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

    .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: 26px !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;
	}

	.tag-links{
		font-size: 18px;	
	}

	.error-page-content-heading h2{
        font-size: 26px !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: none;
	background: var(--e-global-color-white);
	border-radius: 10px;
}

.wp-block-search .wp-block-search__input{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-white);
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
	padding: 10px 20px;
}

.wp-block-search .wp-block-search__button{
	font-size: 16px;
    font-weight: 600;
    line-height: 1em;
	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-accentsecondary) !important;
	color: var(--e-global-color-primary) !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) !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1em;
	border: none !important;
	color: var(--e-global-color-white) !important;
	background: var(--e-global-color-accent);
	text-transform: capitalize;
	padding: 12px 20px;
	margin-bottom: 10px;
	border-radius: 100px;
	transition: all 0.4s ease-in-out;
}

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

.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-size: 16px;
    font-weight: 600;
    line-height: 1em;
	background: var(--e-global-color-accent);
	border: none;
	border-radius: 100px;
	color: var(--e-global-color-white) !important;
	padding: 17px 20px;
	transition: all 0.4s ease-in-out;
}

.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-accentsecondary);
	color: var(--e-global-color-primary) !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-accentsecondary) !important;
	color: var(--e-global-color-primary) !important;
}

.wp-block-file a{
	font-size: 16px;
	font-weight: 600;
}

.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{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	border-radius: 10px;
	color: var(--e-global-color-text);
	background: var(--e-global-color-white);
	border: none;
	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"]{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	background: var(--e-global-color-white);
	color: var(--e-global-color-text);
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
	padding: 11px 20px;
}

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

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

aside.widget{
	border: 1px solid var(--e-global-color-divider);
	padding: 30px;
	border-radius: 20px;
	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{
	font-family: var(--e-global-typography-text-font-family);
	display: inline-block;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1em;
	border: none !important;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	padding: 12px 20px;
	border-radius: 100px;
	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-accentsecondary);
	color: 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: 15px;
	line-height: 1.5em;
	font-weight: 500;
	color: var(--e-global-color-text);
}

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

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{
	color: var(--e-global-color-text);
	background: var(--e-global-color-white);
	border: none;
	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: 13px;
	line-height: 1.5em;
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
}

aside.widget .search-submit{
	max-width: 86px;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white) !important;
	border: none;
	outline: 0;
	box-shadow: none;
	border: none;
	font-weight: 600;
	padding: 17px 15px !important;
	border-radius: 10px;
	line-height: 1em !important;
	transition: all 0.4s ease-in-out;
}

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

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"]{
	color: var(--e-global-color-text);
	background: var(--e-global-color-white);
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 10px;
    padding: 14px 20px;
	line-height: 1em;
	width: 100%;
}

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

aside.widget .has-login-form input[type="submit"]{
	font-size: 16px;
	font-weight: 600;
	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: 17px 20px;
}

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

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;
	}

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

	.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 15px;
	}

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

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

	.post-password-form input[type="submit"]{
		padding: 14px 15px;
	}

	aside.widget{
		padding: 20px;
	}

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

	aside.widget .has-login-form input[type="text"], 
	aside.widget .has-login-form input[type="password"]{
		padding: 11px 15px;
	}

	aside.widget .has-login-form input[type="submit"]{
		padding: 14px 15px;
	}

	aside.widget_search .search-form input{
		padding: 10px;
	}

	aside.widget .search-submit{
		padding: 14px 15px !important;
	}

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

	.wp-block-search .wp-block-search__input{
		padding: 10px 15px;
	}

	aside.widget ul li{
		margin-bottom: 10px;
	}
}

@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-accent-font-family);
	font-weight: 600;
	line-height: 1em;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	border-radius: 50px;
	text-transform: capitalize;
	padding: 4px 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{
	color: var(--e-global-color-primary);
	background: var(--e-global-color-accentsecondary);
}

.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"]{
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: var(--e-global-color-text);
	width: 100%;
	padding: 18px 20px;
    border: none;
    box-shadow: none;
    background: var(--e-global-color-white);
    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;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	padding: 17px 20px;
	border: none;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.comment-form .form-submit .submit:hover{
	background:var(--e-global-color-accentsecondary);
	color: 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{
	font-family: var(--e-global-typography-accent-font-family);
	margin-top: 10px;
	display: inline-block;
	background: var(--e-global-color-accent);
	padding: 6px 10px;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 600;
	color: var(--e-global-color-white) !important;
	transition: all 0.4s ease-in-out;
}

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

.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;
	}
}

@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;
	}
}

/* Case Study Weight CSS */

.awaiken-portfolio-grid__filters{
	--listIndent: 0;
	--contentSpacing: 0;
	--listStyleType: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-bottom: 60px;
	flex-wrap: wrap;
	gap: 10px 55px;
}

.awaiken-portfolio-grid__filters li{
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	text-transform: capitalize;
	line-height: 1.4em;
	border: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1{
	gap: 10px 25px;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1em;
	height: auto;
	font-weight: 600;
	padding: 15px 25px;
	border-radius: 100px;
	border: none;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	overflow: hidden;
	z-index: 1;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--e-global-color-primary);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:hover:after,
.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:hover,
.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active{
	color: var(--e-global-color-white);
	background: var(--e-global-color-accentsecondary);
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2{
	list-style-type: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before{
	content: '/';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:first-child:before{
	display: none;
}

.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:hover,
.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li.active{
	color: var(--e-global-color-accentsecondary);
}

.awaiken-portfolio-grid{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	--portfolio-gap: 30px;
	column-gap: var(--portfolio-gap);
	width: 100%;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item{
	width: 100%;
}

.elementor-grid-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
	width: calc(50% - (var(--portfolio-gap) / 2));
}

.elementor-grid-3 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
	width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
}

.elementor-grid-4 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
	width: calc(25% - ((var(--portfolio-gap) * 3) / 4));
}

.elementor-grid-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
	width: calc(20% - ((var(--portfolio-gap) * 4) / 5));
}

@media only screen and (max-width: 1024px){
	
	.elementor-grid-tablet-1 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: 100%;
	}
	
	.elementor-grid-tablet-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(50% - (var(--portfolio-gap) / 2));
	}

	.elementor-grid-tablet-3 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
	}

	.elementor-grid-tablet-4 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(25% - ((var(--portfolio-gap) * 3) / 4));
	}

	.elementor-grid-tablet-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(20% - ((var(--portfolio-gap) * 4) / 5));
	}
}

@media only screen and (max-width: 767px){
	
	.elementor-grid-mobile-1 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: 100%;
	}

	.elementor-grid-mobile-2 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(50% - (var(--portfolio-gap) / 2));
	}

	.elementor-grid-mobile-3 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(33.33% - ((var(--portfolio-gap) * 2) / 3));
	}

	.elementor-grid-mobile-4 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(25% - ((var(--portfolio-gap) * 3) / 4));
	}

	.elementor-grid-mobile-5 .awaiken-portfolio-grid .awaiken-portfolio-grid-item{
		width: calc(20% - ((var(--portfolio-gap) * 4) / 5));
	}
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper{
	position: relative;
	overflow: hidden;
}

.kinesi-archive-project .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-out;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img: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;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__img:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
	width: 100%;
	aspect-ratio: 1 / 0.698 !important;
	object-fit: cover;
	height: 100%;
	transition: all 0.4s ease-out;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper:hover .awaiken-portfolio-grid-item__img img{
	transform: scale(1.1);
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__title{
	font-size: 22px;
	font-family: var(--e-global-typography-secondary-font-family);
    text-transform: capitalize;
	line-height: 1.4em;
    color: var(--e-global-color-primary);
	margin-bottom: 20px;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore{
	line-height: 1.3em;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a{
	font-weight: 600;
	color: var(--e-global-color-accent);
	display: inline-flex;
	align-items: center;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a svg{
	width: 18px;
	height: 18px;
	margin-left: 7px;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a i{
	font-size: 16px;
	margin-left: 7px;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__excerpt p{
	display: none;
	color: var(--e-global-color-primary);
	margin-bottom: 20px;
}

.awaiken-portfolio-grid .awaiken-portfolio-grid-item__excerpt p:last-child{
	margin-bottom: 0;	
}

.awaiken-portfolio-grid.awaiken-portfolio-item-design-2 .awaiken-portfolio-grid-item__excerpt p{
	display: block;
}

@media only screen and (max-width: 991px){
	
	.awaiken-portfolio-grid__filters{
		gap: 10px 35px;
		margin-bottom: 40px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-1{
		gap: 10px 20px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
		padding: 12px 18px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:before{
		left: -20px;
	}
	
	.awaiken-portfolio-grid.awaiken-portfolio-layout-grid .awaiken-portfolio-grid-item__img{
		margin-bottom: 15px;
	}
	
	.awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	
 	.awaiken-portfolio-grid.awaiken-portfolio-item-design-2 .awaiken-portfolio-grid-item__excerpt p{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){
	
	.awaiken-portfolio-grid__filters{
        gap: 10px 40px;
		margin-bottom: 30px;
    }
	
	.awaiken-portfolio-grid__filters li{
		font-size: 16px;
	}
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-1{
        gap: 8px 15px;
    }
	
	.awaiken-portfolio-grid__filters.portfolio_filter-design-1 li{
		padding: 10px 15px;
	}
}

/* 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;
}

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

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

.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;
}

@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 */

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

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

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

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

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

.footer-form .wpcf7-not-valid-tip,
.footer-form .wpcf7-response-output{
	display: none;
}
	
@media only screen and (max-width: 991px){
	
	.form-group .email-field{
		width: calc(100% - 50px);
	}
}

/* Global CSS */

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

.column-2 .elementor-icon-list-items{
	gap: 15px 30px;
}

.column-3 .elementor-icon-list-items{
	gap: 20px 50px;
}

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

.column-3 .elementor-icon-list-items .elementor-icon-list-item{
    width: calc(33.33% - 33.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{
        gap: 10px 20px;
    }
	
	.column-2 .elementor-icon-list-items .elementor-icon-list-item{
		width: calc(50% - 10px);
	}
	
	.column-3 .elementor-icon-list-items{
        gap: 15px 40px;
    }
	
	.column-3 .elementor-icon-list-items .elementor-icon-list-item{
		width: calc(33.33% - 26.66px);
	}
}

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

	.column-2 .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: 14px;
}

.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;
	width: 6px;
	height: 6px;
}

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

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

.highlighted-section-title.section-title .elementor-heading-title::before{
	background-color: var(--e-global-color-white);
}

/* Home Page CSS */

.video-play-content h2{ 
	font-family: var(--e-global-typography-text-font-family) !important;
}

.video-play-button{
	transition: all 0.4s ease-in-out;
}

.hero-content-list ul{
	row-gap: 10px;
}

.working-hours-box{
	overflow: hidden !important;
    backdrop-filter: blur(10px);
}

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

.about-us-list ul li .elementor-icon-list-text{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.service-item .elementskit-infobox .btn-wraper{
	line-height: normal;
}

.service-item .elementskit-infobox.gradient-active::before,
.why-choose-item .elementskit-infobox.hover_from_bottom:before{
	height: 0;
	border-radius: 500px 500px 0 0;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .gradient-active::before,
.service-item.active .gradient-active::before,
.why-choose-item .elementskit-infobox.hover_from_bottom:hover:before{
	height: 100%;
	top: 0 !important;
	bottom: auto !important;
	border-radius: 0;
}

.why-choose-item .elementskit-infobox .box-body p{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

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

.why-choose-img-box::before{
	content: '';
	background: linear-gradient(180deg, rgba(46, 48, 63, 0) 63.74%, rgba(46, 48, 63, 0.8) 93.09%), linear-gradient(0deg, rgba(46, 48, 63, 0) 68.34%, rgba(46, 48, 63, 0.8) 105.14%);
}

.our-features{
	overflow: hidden !important;
}

.features-item{
	transition: all 0.4s ease-in-out;
}

.features-item:hover{
	transform: translateY(-5px);
}

.features-item .elementskit-infobox{
	backdrop-filter: blur(5px);
	--webkit-backdrop-filter: blur(5px);
}

.how-it-work-img img{
    aspect-ratio: 1 / 0.7;
    object-fit: cover;
}

.pricing-item .elementskit-pricing-price-wraper .elementskit-pricing-price .currency,
.pricing-item .elementskit-pricing-price-wraper .elementskit-pricing-price span{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.pricing-item .elementskit-pricing-price,
.pricing-item .elementskit-pricing-btn-wraper{
	line-height: 0;
}

.client-review-item .elementskit-infobox .box-body{
	display: flex;
	align-items: end;
}

.what-we-do-img img{
    aspect-ratio: 1 / 1.001;
    object-fit: cover;
}

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

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

.faq-accordion .elementskit-card .ekit-accordion-title{
	font-family: var(--e-global-typography-primary-font-family);
}

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

.testimonial-slider .elementskit-commentor-image img{
	border-radius: 12px !important;
}

.testimonial-slider .swiper-navigation-button{
	bottom: 0;
	top: auto;
	transition: all 0.4s ease-in-out;
}

.team-item .team-image{
	position: relative;
	overflow: hidden !important;
	z-index: 0;
	border-radius: 20px;
}
 
.team-item .team-image img{
    aspect-ratio: 1 / 1.155;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

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

.team-social-icon{
	position: absolute;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

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

.team-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(46, 48, 63, 0) 56.82%, rgba(46, 48, 63, 0.8) 100%);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.team-item:hover .team-image:before{
	opacity: 1;
}

.appoinment-form .wpcf7-select{
	background: url(assets/images/from-select-icon.svg) no-repeat;
    background-size: 16px 12px;
    background-position: right 20px center;
}

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

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

.page-blog .elementskit-entry-header a{
    position: relative;
    overflow: hidden;
}

.page-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;
}

.page-blog .elementskit-post-image-card .elementskit-entry-header a:hover:after{
	height: 250%;
	transition: all 0.4s linear !important;
	background-color: transparent;	
}

.page-blog .btn-wraper{
	line-height: 0;
}

.page-blog .btn-wraper a i{
	margin-left: 8px;
}

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

	.about-us-list ul{
		row-gap: 10px;
	}

	.why-choose-img{
		height: 100%;
	}

	.why-choose-img img{
		aspect-ratio: 1 / 0.65;
	}
	
	.how-it-work-img img{
		aspect-ratio: 1 / 0.6;
	}

	.what-we-do-img img{
		aspect-ratio: 1 / 0.72;
	}	

	.testimonial-image img{
		aspect-ratio: 1 / 0.75;
	}

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

@media only screen and (max-width: 767px){
	
	.video-play-button .ekit-video-popup-btn{
		border-width: 3px !important;
	}
	
	.hero-content-list ul{
		gap: 10px;
	}

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

	.pricing-benefit-list ul{
		gap: 10px;
	}

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

	.testimonial-slider .ekit-main-swiper .swiper-button-prev,
	.testimonial-slider .ekit-main-swiper .swiper-button-next{
		display: flex !important;
	}

	.appointment-info-item .elementskit-infobox{
		display: flex;
		align-items: center;
	}
}

/* About Us CSS */

.approach-image{
	height: 100%;
}

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

.our-commitment-image img{
	aspect-ratio: 1 / 0.98;
    object-fit: cover;
}

.project-complete-box svg{
	height: 55px;
	width: 55px;
}

.project-complete-box .number-percentage-wraper{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.project-complete-box .funfact-title{
	font-family: var(--e-global-typography-text-font-family);
}

.project-complete-box .elementskit-funfact-inner{
	align-items: start !important;
}

.commitment-body{
	overflow: hidden !important;
}

.promise-img-1{
	height: 100%;
}

.promise-img-1 img{
	aspect-ratio: 1 / 0.496;
	object-fit: cover;
}

.promise-counter-header .elementor-counter-title{
	margin-left: 10px;
}

.promise-counter-body{
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	0% {
    	transform: rotate(0deg);
	}
	100% {
    	transform: rotate(360deg);
	}
}

.promise-img-2 img{
	aspect-ratio: 1 / 0.496;
	object-fit: cover;
}

.value-counter-img{
	height: 100%;
}

.value-counter-img img{
    aspect-ratio: 1 / 0.6;
}

.value-counter-content .number-percentage-wraper{
	font-family: var(--e-global-typography-primary-font-family);
}

@media only screen and (max-width: 991px){
	
	.our-commitment-image img{
		aspect-ratio: 1 / 0.76;
	}
}

@media only screen and (max-width: 767px){
	
	.our-commitment-image img{
		aspect-ratio: 1 / 0.87;
	}
	
	.promise-img-1 img{
		aspect-ratio: 1 / 0.84;
	}
	
	.promise-img-2 img{
		aspect-ratio: 1 / 0.7;
	}
}

/* Service Details CSS */

.page-catagory-box{
	overflow: hidden !important
}

.page-catagory-list ul li,
.page-catagory-list ul li a{
	flex-direction: row-reverse;
	justify-content: space-between;
}

.page-catagory-list ul li .elementor-icon-list-text{
	padding-inline-start: 0px !important;
}

.page-catagory-list ul li .elementor-icon-list-icon i{
	width: auto;
}

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

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

.service-why-choose-item .elementskit-infobox:before{
	border-radius: 20px;
	transition: all 0.4s ease-in-out !important;
}

.service-why-choose-item .elementskit-infobox .box-body p{
	font-family: var(--e-global-typography-primary-font-family);
}

.transform-step-item-title .elementskit-infobox .box-body{
	display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 991px){
	
	.service-why-choose-image img{
        aspect-ratio: 1 / 1.035;
    }
}

@media only screen and (max-width: 767px){
	
	.page-single-image img{
		aspect-ratio: 1 / 0.7;
	}
	
	.service-why-choose-image img{
		aspect-ratio: 1 / 0.8;
	}
}

/* Case Study CSS */

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

.case-study-image a{
	margin-bottom: 20px;
}

.case-study-image a,
.case-study-image figure{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.case-study-image img{
	width: 100%;
	aspect-ratio: 1 / 0.698;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.4s ease-in-out;
}

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

.case-study-content{
	margin-bottom: 20px;
}

.case-study-content h2{
	font-size: 22px !important;
	line-height: 1.4em !important;
}

.case-study-btn{
	line-height: 1.3em;
}

.case-study-btn a{
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	line-height: normal;
	color: var(--e-global-color-accent);
	transition: all 0.4s ease-in-out;
}

.case-study-btn a:hover,
.case-study-btn a:hover svg{
	color: var(--e-global-color-primary);
}

.case-study-btn a svg,
.case-study-btn a i{
	margin-left: 7px;
	width: 18px;
	height: auto;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px){
	
	.case-study-content,
	.case-study-image a{
		margin-bottom: 15px;
	}

	.case-study-content h2{
		font-size: 20px !important;
	}
}

/* Case Study Single CSS */

.case-study-catagery-item .elementskit-info-box-title{
	font-family: var(--e-global-typography-text-font-family);
}

.case-study-catagery-item .elementskit-infobox{
	justify-content: space-between;
	gap: 10px;
}

.case-study-catagery-item .ekit-wid-con .text-right{
	text-align: left !important;
}

.sidebar-cta-box .sidebar-cta-image{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.sidebar-cta-box .sidebar-cta-image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(179.96deg, rgba(90, 74, 102, 0) 33.3%, rgba(90, 74, 102, 0.738) 56.63%, rgba(90, 74, 102, 0.9) 98.98%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.sidebar-cta-box .sidebar-cta-image img{
	aspect-ratio: 1 / 1.242;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-box:hover .sidebar-cta-image img{
	transform: scale(1.1);
}

.sidebar-cta-content{
	right: 30px;
}

.sidebar-cta-contact .elementor-button{
	width: 100%;
}

.sidebar-cta-contact .elementor-button-content-wrapper{
	justify-content: start;
}

.sidebar-cta-contact .elementor-button-icon svg{
	height: 20px;
	width:20px;
}

.sidebar-cta-contact .elementor-button:after{
	display: none;
}

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

.rebuilding-image{
	height: 100%;
}

.rebuilding-image img{
    aspect-ratio: 1 / 0.953;
}

.movement-step-image img{
    aspect-ratio: 1 / 0.68;
    object-fit: cover;
}

.treatment-approach-item .elementskit-infobox:before{
	transition: all 0.4s ease-in-out !important;
	border-radius: 20px;
}

@media only screen and (max-width: 991px){
	
    .sidebar-cta-box .sidebar-cta-image img{
        aspect-ratio: 1 / 0.52;
    }
	
	.sidebar-cta-content{
		right: 20px;
	}
}

@media only screen and (max-width: 767px){
	
   .sidebar-cta-box .sidebar-cta-image img{
        aspect-ratio: 1 / 0.99;
    }
	
	.page-single-image img{
        aspect-ratio: 1 / 0.7;
    }

	.rebuilding-image{
		height: auto;
	}
}

/* Team Details CSS */

.team-sidebar-box{
	overflow: hidden !important;
}

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

.team-sidebar-box:hover .team-sidebar-image img{
	transform: scale(1.05);
}

.team-sidebar-body ul li strong{
	font-family: var(--e-global-typography-secondary-font-family) !important;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-primary);
    line-height: 1.3em;
	display: inline-block;
	width: 32%;
}

.team-sidebar-body ul li .elementor-icon-list-text{
	display: block;
	width: 100%;
}

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

.skills-progress-bars .skill-bar{
	border: 1px solid var(--e-global-color-divider);
    height: 16px !important;
}

.skills-progress-bars .skill-bar .skill-track::after,
.skills-progress-bars .skill-bar .skill-track::before{
    display: none;
}

.skills-progress-bars .content-group .skill-bar-content{
    margin-bottom: 15px !important;
	line-height: 1em;
	margin-right: 40px;
}

.skills-progress-bars .single-skill-bar .number-percentage-wraper{
    position: absolute !important;
    top: 0px !important;
    right: 0;
}

@media only screen and (max-width: 991px){
	
    .team-sidebar-image img{
        aspect-ratio: 1 / 0.8;
    }
}

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

/* testimonial page CSS */

.testimonial-author-box img{
	border-radius: 12px !important;
}

/* Image Gallery CSS */

.photo-gallery img{
	aspect-ratio: 1 / 0.829;
    object-fit: cover;
}

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

.photo-gallery .elementor-image-gallery .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;
}

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

/* Video Gallery 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;
}

/* 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 : none;
}

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

.contact-info-item .elementskit-infobox:before{
	height: 0 !important;
	border-radius: 999px 999px 0 0;
	transition: all 0.4s ease-in-out !important;
}

.contact-info-item .elementskit-infobox:hover:before{
	height: 100% !important;
	border-radius: 0;
}

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

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

@media only screen and (max-width: 767px){
	
    .contact-us-image img{
        aspect-ratio: 1 / 0.6;
    }
}

/***********************************
 * Kinesi - Chiropractor Theme CSS *
 ***********************************/

/* 
 * Themes CSS ( Chiropractor )
 * */

.chiropractor header.main-header .header-sticky{
	max-width: 1300px;
	margin: 0 auto;
}

.chiropractor .navbar{
	background: transparent;
	border-radius: 0;
	padding: 30px 0;
}

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

.chiropractor .main-menu ul li a:hover,
.chiropractor .main-menu ul ul li a, 
.chiropractor .main-menu ul ul li a:focus,
.chiropractor .slicknav_nav .slicknav_row, 
.chiropractor .slicknav_nav li a,
.chiropractor .slicknav_arrow:after,
.chiropractor .slicknav_nav li.slicknav_open > a .slicknav_arrow:after{
	color: var(--e-global-color-primary);
}

.chiropractor .main-menu ul ul li a:hover,
.chiropractor .slicknav_nav a:hover, 
.chiropractor .slicknav_nav .slicknav_row:hover{
	color: var(--e-global-color-white);
}

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

.chiropractor .slicknav_nav li > a{
	padding: 6px 20px;
}

.chiropractor .page-header{
	background: var(--e-global-color-primary);
	margin-top: 0;
}

.chiropractor .page-header-box h1,
.chiropractor .trail-items li, 
.chiropractor .page-header-box .post-meta ul li,
.chiropractor .trail-items li a,
.chiropractor .post-single-meta ul li{
	color: var(--e-global-color-white);
}

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

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

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

.chiropractor .post-single-meta ul li i{
	color: var(--e-global-color-accent);
}

.chiropractor .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: none;
}

.chiropractor .post-tags .tag-links a,
.chiropractor .post-social-sharing ul li a,
.chiropractor .comment-form .form-submit .submit{
	color: var(--e-global-color-primary);
}

.chiropractor .post-tags .tag-links a:hover,
.chiropractor .post-social-sharing ul li a:hover,
.chiropractor .comment-form .form-submit .submit:hover{
	color: var(--e-global-color-primary);
}

.chiropractor .comment-form textarea, 
.chiropractor .comment-form input[type="text"], 
.chiropractor .comment-form input[type="email"], 
.chiropractor .comment-form input[type="url"]{
	background: transparent;
	border: 1px solid var(--e-global-color-divider);
}

.chiropractor .footer-main{
	background-color: var(--e-global-color-primary);
	margin-bottom: 30px;
}

.chiropractor .footer-logo h4{
	font-weight: 400;
}

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

.chiropractor .footer-social ul li a:hover{
	border-color: var(--e-global-color-white);
	background: transparent;
	color: var(--e-global-color-white);
}

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

.chiropractor .page-header-box .taxonomy-description{
	color: var(--e-global-color-white);
}

.chiropractor .comment-list .comment .reply a,
.chiropractor .wp-block-search .wp-block-search__button,
.chiropractor .wp-block-tag-cloud a,
.chiropractor.wp-block-button .wp-element-button,
.chiropractor .wp-block-button.is-style-outline .wp-element-button, 
.chiropractor .wp-element-button, 
.chiropractor .wp-block-button .wp-block-button__link, 
.chiropractor .wp-block-file .wp-block-file__button,
.chiropractor aside.widget .has-login-form input[type="submit"]{
	color: var(--e-global-color-primary) !important;
}

.chiropractor .comment-list .comment .reply a:hover,
.chiropractor .wp-block-search .wp-block-search__button:hover,
.chiropractor .wp-block-tag-cloud a:hover,
.chiropractor .wp-block-button .wp-element-button:hover, 
.chiropractor .wp-block-button.is-style-outline .wp-element-button:hover, 
.chiropractor .wp-element-button:hover, 
.chiropractor .wp-block-button .wp-block-button__link:hover, 
.chiropractor .wp-block-file .wp-block-file__button:hover,
.chiropractor .wp-block-button .wp-block-button__link:hover,
.chiropractor aside.widget .has-login-form input[type="submit"]:hover{
	color: var(--e-global-color-primary) !important;
}

.chiropractor .page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link, 
.chiropractor .wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link,
.chiropractor .post-password-form input[type="submit"],
.chiropractor aside.widget .tagcloud a{
	color: var(--e-global-color-primary);
}

.chiropractor .page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link:hover, 
.chiropractor .wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link:hover,
.chiropractor .post-password-form input[type="submit"]:hover,
.chiropractor aside.widget .tagcloud a:hover{
	color: var(--e-global-color-primary);
}

.chiropractor .wp-block-search .wp-block-search__input,
.chiropractor .wp-block-categories-dropdown select, 
.chiropractor .wp-block-archives-dropdown select,
.chiropractor .post-password-form input[type="password"],
.chiropractor aside.widget select, 
.chiropractor aside.widget .wp-block-categories-dropdown select, 
.chiropractor aside.widget .wp-block-archives-dropdown select,
.chiropractor aside.widget_search .search-form input,
.chiropractor aside.widget .has-login-form input[type="text"], 
.chiropractor aside.widget .has-login-form input[type="password"]{
	background: transparent;
	border: 1px solid var(--e-global-color-divider)
}

.chiropractor aside.widget{
	background: var(--e-global-color-secondary);
}

.chiropractor aside.widget ul li,
.chiropractor aside.widget ul li a,
.chiropractor aside.widget_search .search-form input{
	color: var(--e-global-color-text);
}

.chiropractor aside.widget ul li{
	margin-bottom: 15px;
}

.chiropractor aside.widget .search-submit{
	background: var(--e-global-color-accent) !important;
	border: none !important;
	color: var(--e-global-color-primary) !important;
}

.chiropractor aside.widget .search-submit:hover{
	background: var(--e-global-color-accentsecondary) !important;
	color: var(--e-global-color-primary) !important;
}

@media only screen and (max-width: 991px){
	
	.chiropractor .navbar{
		padding: 20px 0;
	}
	
	.chiropractor .page-header{
		border-radius: 0;
		margin: 0;
		max-width: 100%;
	}
	
	.chiropractor .post-entry blockquote{
        background-position: 20px 20px;
		background-size: 40px;
	}
	
	.chiropractor .footer-main{
		margin-bottom: 0;
	}

	.chiropractor aside.widget ul li{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px){
	
	.chiropractor .post-entry blockquote{
		background-position: 15px 15px;
	}
}

/* 
 * Elementor CSS ( Chiropractor ) 
 * */

/* Header CSS ( Chiropractor ) */

.topbar-contact-info-gold .elementskit-infobox .box-body{
	display: flex;
}

@media only screen and (max-width: 1024px){
	
    .header-gold .elementskit-navbar-nav-default .elementskit-nav-identity-panel{
        border-bottom: 1px solid var(--e-global-color-divider);
    }
}

/* Footer CSS ( Chiropractor ) */

.footer-border-radius-gold{
	overflow: hidden !important;
}

.footer-phone-btn-gold.elementor-widget-button .elementor-button::before{
    background: var(--e-global-color-accentsecondary);
}

.footer-phone-btn-gold .elementor-button-icon svg,
.footer-comment-btn-gold .elementor-button-icon svg{
    width: 18px;
    height: 18px;
}

.footer-contact-item-gold .elementskit-infobox p{
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.footer-menu-item-gold .ekit-vertical-menu-container ul{
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-item-gold .ekit-vertical-menu-container ul li{
    padding-right: 50px;
 }

.footer-menu-item-gold .ekit-vertical-menu-container ul li:last-child{
    padding: 0 !important;
}

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

@media only screen and (max-width: 991px){
	
	.footer-phone-btn-gold.elementor-widget-button .elementor-button-icon svg,
    .footer-comment-btn-gold.elementor-widget-button .elementor-button-icon svg{
        font-size: 16px;
    }

    .footer-menu-item-gold  .ekit-vertical-menu-container ul li{
        padding-right: 15px;
     }
}

@media only screen and (max-width: 767px){
	
	 .footer-menu-item-gold .ekit-vertical-menu-container ul{
        justify-content: center;
    }

    .footer-menu-item-gold .ekit-vertical-menu-container ul li{
       padding-right: 20px;
    }
}

/* Home Page CSS ( Chiropractor ) */

.hero-section-image-gold img{
    aspect-ratio: 1 / 1.273;
    object-fit: contain;
}

.satisfied-clients-box-gold .elementskit-funfact .funfact-icon svg{
	width: 50px;
	height: 50px;
}

.satisfied-clients-box-gold .funfact-content .number-percentage-wraper{
	font-family: var(--e-global-typography-secondary-font-family);
}

.excerpt-doctor-box-gold{
	overflow: hidden !important;
	transform: translateY(-50%);
	animation: excerptmove-gold 3s infinite linear alternate;
}

@keyframes excerptmove-gold{
	50%{
		left: 65px;
	}
}

.satisfied-clients-box-gold{
	animation: clientsmove 3s infinite linear alternate;
}

@keyframes clientsmove{
	50%{
		right: 35px;
	}
}

.satisfied-clients-box-gold .elementskit-funfact-inner .funfact-title{
	font-family: var(--e-global-typography-text-font-family);
}

.service-item-gold .service-btn-gold .elementor-icon{
	transition: all 0.4s ease-in-out;
}

.service-item-gold:hover .service-btn-gold .elementor-icon{
	background-color: var(--e-global-color-primary) !important;
	color: var(--e-global-color-accent) !important;
}

.service-item-gold .service-btn-gold .elementor-icon:hover{
	transform: rotate(45deg);
}

.why-choose-counter-gold .elementor-icon-list-items .elementor-icon-list-text{
	font-family: var(--e-global-typography-primary-font-family);
}

.why-choose-counter-img-gold,
.why-choose-image-gold{
	height: 100%;
}

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

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

.feature-item-gold{
	overflow: hidden !important;
}

.feature-icon-box-gold .elementor-icon svg{
	opacity: 20%;
	transition: all 0.4s ease-in-out;
}

.feature-counter-item-gold .funfact-icon{
 	background: var(--e-global-color-accent);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.feature-counter-item-gold.feature-counter-icon-1-gold .funfact-icon{
	background: var(--e-global-color-white);
}

.feature-counter-item-gold.feature-counter-icon-3-gold .funfact-icon{
	background: var(--e-global-color-primary);	
}

.feature-counter-item-gold .funfact-icon svg{
	width: 100%;
}

.feature-counter-item-gold .funfact-content .number-percentage-wraper{
	font-family: var(--e-global-typography-secondary-font-family);
}

.feature-counter-item-gold .elementskit-funfact-inner{
	width: 100%;
	gap: 10px;
	justify-content: space-between;
} 

.what-we-do-gold img{
    aspect-ratio: 1 / 1.03;
    object-fit: cover;
}

.feature-counter-gold .elementor-counter-title{
	word-break: break-word;
}

.how-work-step-no-gold h3{
    position: relative;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.how-work-step-item-gold:nth-child(even){
	flex-direction: column-reverse;
}

.pricing-item-gold .elementskit-pricing-price-wraper .elementskit-pricing-price{
	font-family: var(--e-global-typography-secondary-font-family);
}

.pricing-item-gold .elementskit-pricing-price{
	line-height: 0 !important;
}

.pricing-item-gold .elementskit-pricing-price-wraper .elementskit-pricing-price .period{
	right: 15px;
}

.pricing-footer-gold ul{
	gap: 15px;
}

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

.team-social-list-gold{
    right: 30px;
    transform: translateY(30px);
    transition: all 0.4s ease-in-out;
}

.team-item-gold:hover .team-social-list-gold{
    transform: translateY(0);
}

.team-social-list-gold{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.team-item-gold:hover .team-social-list-gold{
    opacity: 1;
    visibility: visible;
}

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

.testimonial-review-counter-heading-gold .elementor-heading-title{
	font-family: var(--e-global-typography-text-font-family) !important;
}

.testimonial-review-body-gold .box-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 50px;
}

.testimonial-review-body-gold .box-body p{
	width: calc(100% - 106px);	
}

.testimonial-author-gold img{
	border-radius: 50%;
}

.our-appointment-image-gold{
	position: relative;
	z-index: 0;
}

.our-appointment-image-gold:before{
	content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
	background: linear-gradient(180deg, var(--e-global-color-white) 0%, var(--e-global-color-accentsecondary) 97.53%);
    border-radius: 999px 999px 0 0;
    width: 100%;
    height: 85%;
	z-index: -1;
}

.our-appointment-image-gold img{
	aspect-ratio: 1 / 1.538;
	object-fit: cover;
}

.booking-Appointment-gold .select-field .wpcf7-form-control-wrap .form-control{
	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none;
	background: url('assets/images/drope-down.svg') no-repeat center right 15px;
	background-size: 12px auto;
	line-height: 1.5em;
}

.page-blog-gold .elementskit-entry-header img{
	aspect-ratio: 1 / 0.745;
    object-fit: cover;
    transition: all 0.5s ease-in-out !important;
}

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

.page-blog-gold .elementskit-entry-header a{
    position: relative;
    overflow: hidden;
}

.page-blog-gold .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;
}

.page-blog-gold .elementskit-post-image-card .elementskit-entry-header a:hover:after{
	height: 250%;
	transition: all 0.4s linear !important;
	background-color: transparent;	
}

.page-blog-gold .btn-wraper{
	line-height: 0;
}

.page-blog-gold .btn-wraper a i{
	margin-left: 8px;
}

@media only screen and (max-width: 991px){
	
	.why-choose-image-gold img{
		aspect-ratio: 1 / 0.633;
	}
	
	.what-we-do-gold img{
		aspect-ratio: 1 / 0.6;
	}
	
	.how-work-step-no-gold h3{
		height: 80px;
		width: 80px;
	}

	.how-work-step-item-gold{
		background: none !important;
	}
	
	.testimonial-image-gold img{
		aspect-ratio: 1 / 0.64;
	}
}

@media only screen and (max-width: 767px){
	
	.satisfied-clients-box-gold .elementskit-funfact .funfact-icon svg{
		height: 38px;
	}
	
	.why-choose-image-gold img{
        aspect-ratio: 1 / 1.1;
    }
	
	.feature-counter-item-gold .funfact-icon{
		width: 50px;
		height: 50px;
	}
	
	.what-we-do-gold img{
		aspect-ratio: 1 / 0.8;
	}
	
	.how-work-step-no-gold h3{
        width: 60px;
        height: 60px;
    }

	.how-work-step-item-gold:nth-child(even){
        flex-direction: row;
    }
	
	.testimonial-review-body-gold .box-body{
		gap: 15px;
	}
	
	.testimonial-review-body-gold .box-body p{
		width: 100%;
	}
}

/* About Us CSS ( Chiropractor ) */

.our-approach-image-gold img{
	aspect-ratio: 1 / 0.984;
    object-fit: cover;
}

.what-we-social-image-gold img{
	aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

.what-we-img-gold img{
	aspect-ratio: 1 / 1.04;
    object-fit: cover;
}

.what-set-text-path-gold{
	animation: infiniterotate-gold 30s infinite linear;
}

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

.our-benefit-img-gold img{
	aspect-ratio: 1 / 0.59;
    object-fit: cover;
}

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

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

.faq-accordion-gold .elementskit-card .ekit-accordion-title{
	font-family: var(--e-global-typography-primary-font-family);
}

@media only screen and (max-width: 991px){
	
	.our-approach-image-gold img{
		aspect-ratio: 1 / 0.71;
	}
	
	.what-we-img-gold img{
		aspect-ratio: 1 / 0.8;
	}
}

@media only screen and (max-width: 767px){
	
	.what-set-text-path-box-gold{
		 transform: translateX(-50%);
	}
}

/* Case Study CSS ( Chiropractor ) */

.chiropractor .case-study-btn a{
	color: var(--e-global-color-primary);
}

/* Case Study Details CSS ( Chiropractor ) */

.chiropractor .awaiken-portfolio-grid__filters.portfolio_filter-design-1 li,
.chiropractor .awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a{
	color: var(--e-global-color-primary);
}

.chiropractor .awaiken-portfolio-grid__filters.portfolio_filter-design-1 li:hover, 
.chiropractor .awaiken-portfolio-grid__filters.portfolio_filter-design-1 li.active{
	color: var(--e-global-color-white);
}

/* Sidebar CSS ( Chiropractor ) */

.sidebar-cta-image-gold.sidebar-cta-image:before{
	background: linear-gradient(180deg, rgba(6, 22, 25, 0.00) 33.3%, rgba(6, 22, 25, 0.74) 56.63%, rgba(6, 22, 25, 0.90) 98.98%);
}

/* Team Detail CSS ( Chiropractor ) */

.team-sidebar-image.team-sidebar-image-gold img{
	aspect-ratio: 1 / 1.22;
}

/* Video gallery CSS ( Chiropractor ) */

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

/***********************************
 *  Kinesi - Physiotherapist CSS  *
 ***********************************/

/* 
 * Themes CSS ( Physiotherapist ) 
 * */

.physiotherapist .navbar-brand h1,
.physiotherapist .navbar-brand h2{
	color: var(--e-global-color-white);
}

.physiotherapist .navbar{
	border-radius: 0;
	padding: 30px 0;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
	background: transparent;
}

.physiotherapist header.main-header .header-sticky{
	position: absolute;
	top: 0;
	max-width: 100%;
	margin: 0;
	border-radius: 0;
}

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

.physiotherapist .main-menu ul li a{
	font-weight: 400;
}

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

.physiotherapist .slicknav_nav .slicknav_row, 
.physiotherapist .slicknav_nav li a{
	font-weight: 400;
}

.physiotherapist .slicknav_nav li > a{
	padding: 6px 20px;
}

.physiotherapist .slicknav_nav a:hover, 
.physiotherapist .slicknav_nav .slicknav_row:hover,
.physiotherapist .slicknav_nav li.slicknav_open > a .slicknav_arrow:after{
    color: var(--e-global-color-primary);
}

.physiotherapist .page-header{
	position: relative;
	margin: 0;
	max-width: 100%;
	border-radius: 0;
	padding: 245px 0 140px;
	background-color: var(--e-global-color-primary);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.physiotherapist .page-header:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(38, 80, 94, 0.00) 87.87%, var(--e-global-color-primary) 102.84%), linear-gradient(270deg, rgba(38, 80, 94, 0.00) 15.73%, rgba(38, 80, 94, 0.83) 66.76%, var(--e-global-color-primary) 101.51%);
}

.physiotherapist .page-header-box{
	text-align: start;
}

.physiotherapist .page-header-box h1{
	line-height: 1.3em !important;
	color: var(--e-global-color-white);
	margin-bottom: 15px;
}

.physiotherapist .trail-items, 
.physiotherapist .page-header-box .post-meta ul {
    justify-content: start !important;
}

.physiotherapist .trail-items li,
.physiotherapist .trail-items li a{
	color: var(--e-global-color-white) !important;
}

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

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

.physiotherapist .footer-main{
	margin-bottom: 0;
	background-color: var(--e-global-color-primary);
}

.physiotherapist .footer-logo h4{
	font-weight: 400;
}

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

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

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

.physiotherapist .post-single-meta ul li{
	color: var(--e-global-color-white);
}

.physiotherapist .post-single-meta ul li i{
	color: var(--e-global-color-accent);
}

.physiotherapist .post-single-image figure, 
.physiotherapist .post-single-image img{
	border-radius: 20px;
}

.physiotherapist .post-tags .tag-links a:hover,
.physiotherapist .post-social-sharing ul li a:hover,
.physiotherapist .comment-form .form-submit .submit:hover{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-white);
}

.physiotherapist .comment-form textarea, 
.physiotherapist .comment-form input[type="text"], 
.physiotherapist .comment-form input[type="email"], 
.physiotherapist .comment-form input[type="url"]{
	background: var(--e-global-color-secondary);
}

.physiotherapist .page-header-box .taxonomy-description{
	color: var(--e-global-color-white);
}

.physiotherapist .comment-list .comment .reply a:hover,
.physiotherapist .wp-block-tag-cloud a:hover,
.physiotherapist .wp-block-button.is-style-outline .wp-element-button,
.physiotherapist aside.widget .has-login-form input[type="submit"]:hover{
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-primary);
}

.physiotherapist .page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link:hover, 
.physiotherapist .wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link:hover,
.physiotherapist .post-password-form input[type="submit"]:hover,
.physiotherapist aside.widget .tagcloud a:hover{
    color: var(--e-global-color-white);
    background: var(--e-global-color-primary);
}

.physiotherapist .wp-block-search .wp-block-search__input,
.physiotherapist .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.physiotherapist .wp-block-categories-dropdown select, .wp-block-archives-dropdown select,
.physiotherapist .post-password-form input[type="password"]{
	background: var(--e-global-color-secondary);
}

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

.physiotherapist .comment-content ul li{
	color: var(--e-global-color-text);
}

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

.physiotherapist aside.widget{
	background: var(--e-global-color-secondary);
}

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

@media only screen and (max-width: 991px){
	
	.physiotherapist .navbar{
		padding: 20px 0;
	}
	
	.physiotherapist .page-header{
		padding: 155px 0 70px;
		background-attachment: inherit;
	}
	
	.physiotherapist .page-header-box h1{
		font-size: 50px !important;
		margin-bottom: 10px;
	}
	
	.physiotherapist .footer-menu ul li{
		margin: 0 8px;
	}
}

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

/* Case Study Widgets CSS ( Physiotherapist ) */

.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper{
	border-radius: 20px;
}

.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img{
	margin-bottom: 0;
}
 
.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image:has(:not(.awaiken-portfolio-grid-item__img)){
	aspect-ratio: 1 / 1.17 !important;
	background: var(--e-global-color-primary);
}

.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image:has(.awaiken-portfolio-grid-item__img img){
	aspect-ratio: auto !important;
	background: transparent;
}

.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
	 aspect-ratio: 1 / 1.17 !important;
}

.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
    background: linear-gradient(180deg, rgba(38, 80, 94, 0.00) 57.38%, rgba(38, 80, 94, 0.80) 83.52%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__content{
	position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
	z-index: 1;
}

.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__content .awaiken-portfolio-grid-item__title,
.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__excerpt p{
	color: var(--e-global-color-white);
	margin-bottom: 15px;
}

.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__readmore a:hover{
	color: var(--e-global-color-white);
}

@media only screen and (max-width: 991px){
	
	.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__image:has(:not(.awaiken-portfolio-grid-item__img)){
		aspect-ratio: 1 / 1.08 !important;;
	}

	.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__wrapper .awaiken-portfolio-grid-item__img img{
		aspect-ratio: 1 / 1.08 !important;
	}
	
	.physiotherapist .awaiken-portfolio-grid .awaiken-portfolio-grid-item__content{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}

/* Border Radius Section CSS ( Physiotherapist ) */

.physiotherapist .bg-section{
	max-width: 100%;
	border-radius: 0;
}

/* 
 * Elementor CSS ( Physiotherapist )
 * /

/* Footer CSS ( Physiotherapist ) */

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

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

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

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

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

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

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

.footer-privacy-policy-platinum ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

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

.footer-privacy-policy-platinum .ekit-vertical-navbar-nav li{
	position: relative;
}

.footer-privacy-policy-platinum .ekit-vertical-navbar-nav li:first-child a{
	padding-left: 0 !important;
}

.footer-privacy-policy-platinum .ekit-vertical-navbar-nav li:last-child a{
	padding-right: 0 !important;
}

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

@media only screen and (max-width: 991px){
	
	.form-group-platinum .email-field{
		width: calc(100% - 48px);
	} 
}

/* Home Page CSS ( Physiotherapist ) */

.hero-platinum:before{
	background: linear-gradient(0deg, rgba(38, 80, 94, 0.00) 87.87%, var(--e-global-color-primary) 102.84%), linear-gradient(270deg, rgba(38, 80, 94, 0.00) 15.73%, rgba(38, 80, 94, 0.83) 66.76%, var(--e-global-color-primary) 101.51%);
}

.hero-textpath-platinum{
	transform: translatex(50%);
}

.hero-textpath-platinum .e-text-path{
	font-family: var(--e-global-typography-secondary-font-family);
	animation: infiniterotate-platinum 20s infinite linear;
}

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

.about-us-image-title-platinum{
	background: linear-gradient(to right, rgb(from var(--e-global-color-accent) r g b / 50%) 0%, rgb(from var(--e-global-color-secondary) r g b / 50%) 50%, rgb(from var(--e-global-color-accent) r g b / 50%) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(-180deg);
    writing-mode: vertical-rl;
}

.about-us-image-box-platinum:hover .about-us-image-title-platinum{
	background-position: right center;
}

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

.explore-more-circle-platinum .e-text-path{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.explore-more-circle-platinum{
	 animation: exploremorerotate-platinum 25s infinite linear;
}

@keyframes exploremorerotate-platinum{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.service-item-platinum .elementskit-infobox .btn-wraper a i{
	transition: all 0.3s ease-in-out;
}

.why-choose-img-platinum{
	height: 100%
}

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

.why-choose-counter-item-platinum .elementskit-funfact-inner .funfact-icon svg{
	width: 100%;
	height: 50px;
}

.our-fact-image-platinum{
	height: 100%;
}

.our-fact-image-platinum img{
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

.how-it-work-items-platinum .ekit-icon-box-badge .ekit-badge{
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.who-we-image-box-1-platinum img{
	aspect-ratio: 1 / 1.79;
	object-fit: cover;
}

.reliable-expertise-box-platinum svg{
	width: 50px;
	height: 50px;
}

.who-we-img-2-platinum img{
	aspect-ratio: 1 / 1.26;
	object-fit: cover;
}

.who-we-are-text-path-box-platinum{
	transform: translateX(-50%);
}

.book-appointment-form-platinum .select-field .wpcf7-form-control-wrap .form-control{
	background: url('assets/images/drop-down-white.svg') no-repeat center right 20px;
	background-size: 12px auto;
}

.book-appointment-form-platinum{
	backdrop-filter: blur(15px);
}

.book-appointment-form-platinum .wpcf7-select option{
	color: var(--e-global-color-primary);
}

.pricing-plan-platinum .period{
	margin-left: -10px;
	opacity: 80%;
}

.pricing-plan-platinum .elementskit-pricing-price,
.pricing-plan-platinum .elementskit-pricing-btn-wraper{
	line-height: 0;
	font-family: var(--e-global-typography-primary-font-family);
}

.testimonial-item-platinum .elementskit-commentor-content:before{
	content: '';
	position: absolute;
	width: 190px;
	height: 140px;
	top: 30%;
	right: 0;
	transform: translate(-40px , -50%);
	background: url('assets/images/testimonial-quote-platinum.svg') no-repeat;
	background-position: right center;
	background-size: cover;
	z-index: -1;
}

.testimonial-item-platinum  .elementskit-commentor-header ul li{
	line-height: 0;
}

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

.testimonial-item-platinum .swiper-pagination .swiper-pagination-bullet-active::before{
	border: 1px solid var(--e-global-color-accent);
}

.page-blog-platinum .elementskit-entry-header img{
	aspect-ratio: 1 / 0.745;
    object-fit: cover;
    transition: all 0.5s ease-in-out !important;
}

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

.page-blog-platinum .elementskit-entry-header a{
    position: relative;
    overflow: hidden;
}

.page-blog-platinum .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;
}

.page-blog-platinum .elementskit-post-image-card .elementskit-entry-header a:hover:after{
	height: 250%;
	transition: all 0.4s linear !important;
	background-color: transparent;	
}

.page-blog-platinum .btn-wraper{
	line-height: 0;
}

.page-blog-platinum .btn-wraper a i{
	margin-left: 8px;
}

@media only screen and (max-width: 991px){
	
	.why-choose-img-platinum img{
        aspect-ratio: 1 / 0.628;        
    }
	
	.why-choose-counter-item-platinum .elementskit-funfact-inner .funfact-icon svg{
		height: 40px;
	}

	.testimonial-item-platinum .elementskit-commentor-content{
		margin-bottom: 0;
	}

	.testimonial-item-platinum .elementskit-commentor-content:before{
		width: 150px;
		height: 110px;
		transform: translate(-20px, -50%);
	}

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

@media only screen and (max-width: 767px){
	
    .our-fact-image-platinum img{
        aspect-ratio: 1 / 1.15;
	}

	.how-it-work-items-platinum .ekit-icon-box-badge .ekit-badge{
		width: 45px;
		height: 45px;
	}

	.pricing-benefit-list-platinum ul{
		gap: 10px;
	}

	.testimonial-item-platinum .elementskit-commentor-content:before{
		width: 110px;
		height: 80px;
	}
}

/* Hero Video CSS ( Physiotherapist ) */

.hero-video-platinum:before{
	z-index: 1;
}

/* About Us CSS ( Physiotherapist ) */

.our-approach-image-platinum img{
	aspect-ratio: 1 / 0.993;
	object-fit: cover;
}

.our-approach-image-2-platinum img{
	aspect-ratio: 1 / 0.473;
	object-fit: cover;
}

.approach-image-circle-platinum{
	transform: translate(-50%, -50%);
} 

.experience-image-platinum img{
	object-fit: cover;
    aspect-ratio: 1 / 1.231;
}

.experience-image-box-2-platinum img{
	object-fit: cover;
    aspect-ratio: 1 / 1.772;	
}

.experience-image-box-2-platinum::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--e-global-color-accent);
    border-radius: 20px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
}

.team-member-item-platinum .team-image-platinum{ 
    overflow: hidden !important;
}

.team-member-item-platinum .team-image-platinum img{
    aspect-ratio: 1/ 1.2;
    object-fit: cover;
	transition: all 0.5s ease-in-out;
}

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

.team-member-item-platinum .team-social-icon-platinum{
	overflow: hidden;
    right: 30px;
    transform: translateY(100%);
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.team-member-item-platinum .team-social-icon-platinum .elementor-widget-container{
    display: inline-block !important;
}

.team-member-item-platinum:hover .team-social-icon-platinum{
	bottom: 35px;
	transform: translateY(0);
}
    
@media only screen and (max-width: 991px){
	
	.experience-image-platinum img{
		aspect-ratio: 1 / 1.05;
	}
	
	.experience-image-box-2-platinum img{
		aspect-ratio: 1 / 1.5;
	}

	.faq-accordion-platinum .elementskit-accordion > .elementskit-card,
	.faq-accordion-platinum .elementskit-accordion > .elementskit-card.active{
		border-radius: 12px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.experience-image-platinum img{
		aspect-ratio: 1 / 0.9;
	}
	
	.experience-image-box-2-platinum img{
		aspect-ratio: 1 / 1.05;
	}

	.team-member-item-platinum:hover .team-social-icon-platinum{
		bottom: 25px;
	}
}

/* Service Sidebar CSS ( Physiotherapist ) */

.sidebar-cta-box .sidebar-cta-image.sidebar-cta-image-platinum::before{
	background: linear-gradient(180deg, rgba(38, 80, 94, 0.00) 33.3%, rgba(38, 80, 94, 0.74) 56.63%, rgba(38, 80, 94, 0.90) 98.98%);
}

/* Case Study CSS ( Physiotherapist ) */

.physiotherapist .awaiken-portfolio-grid__filters.portfolio_filter-design-2 li:hover, 
.physiotherapist .awaiken-portfolio-grid__filters.portfolio_filter-design-2 li.active{
	color: var(--e-global-color-accent);
}

.physiotherapist .case-study-item{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
} 

.physiotherapist .case-study-item:has(:not(.case-study-image)){
	aspect-ratio: 1 / 1.17;
	background: var(--e-global-color-primary);
}

.physiotherapist .case-study-item:has(.case-study-image img){
	aspect-ratio: auto;
	background: transparent;
}

.physiotherapist .case-study-image img{
	aspect-ratio: 1 / 1.17;
}

.physiotherapist .case-study-image a::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(38, 80, 94, 0.00) 57.38%, rgba(38, 80, 94, 0.80) 83.52%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.physiotherapist .case-study-image a{
	margin-bottom: 0;
}

.physiotherapist .case-study-item-body{
	position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 1;
}

.physiotherapist .case-study-content h2,
.physiotherapist .case-study-btn a:hover,
.physiotherapist .case-study-btn a:hover svg{
	color: var(--e-global-color-white);
}

.physiotherapist .case-study-content{
	margin-bottom: 15px;
}

@media only screen and (max-width: 991px){
	
	.physiotherapist .case-study-item:has(:not(.case-study-image)){
		aspect-ratio: 1 / 1.08;
	}
	
	.physiotherapist .case-study-image img{
		aspect-ratio: 1 / 1.08;
	}
	
	.physiotherapist .case-study-item-body{
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
}

/* Book Appointment CSS ( Physiotherapist ) */

.book-appointment-page-form-platinum .select-field .wpcf7-form-control-wrap .form-control{
	background: url('assets/images/drope-down.svg') no-repeat center right 20px;
	background-size: 12px auto;
}