/*
Theme Name: Restraint
Theme URI: https://1.envato.market/restraint-wp
Description: Yoga & Meditation WordPress Theme
Author: Awaiken Themes
Author URI: http://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: restraint
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.6em;
	color: var(--e-global-color-text);
	background: var(--e-global-color-background);
}

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

p{
	line-height: 1.6em;
	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;
}

/*
 * All Theme Button CSS
 * */

/* Theme Button CSS ( Restraint )  */

.btn-default{
	position: relative;
    display: inline-block;
    background: var(--e-global-color-accent);
	border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--e-global-color-white);
    border: none;
    padding: 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default:hover{
	background: transparent;
}

.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(30deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

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

.btn-default svg{
	width: 14px;
	height: 14px;
	margin-left: 7px;
	transition: all 0.4s ease-in-out;
}

.btn-default i{
	font-size: 16px;
	margin-left: 7px;
	transition: all 0.4s ease-in-out;
}

.btn-default:hover svg{
	transform: rotate(45deg);	
}

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

    .btn-default{
        padding: 15px;
    }

	.btn-default svg{
		width: 12px;
		height: 12px;
	}
}

/* Theme Button CSS ( Restraint - Yoga Studio )  */

.yoga-studio .btn-default{
    font-weight: 700;
}

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

/* Theme Button CSS ( Restraint - Wellness Center )  */

.wellness-center .btn-default::after{
    background: var(--e-global-color-primary);
}

/*
 * All Elementor Button CSS
 * */

/* Elementor Button CSS ( Restraint )  */

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

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.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(30deg);
    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 .elementor-button-icon svg{
	width: 14px;
	transition: all 0.4s ease-in-out;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon svg{
	transform: rotate(45deg);
}

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

@media only screen and (max-width: 991px){
	
	.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
		gap: 8px !important;
	}
	
	.elementor-widget-button .elementor-button .elementor-button-icon svg{
		width: 12px;
	}
}

/* Elementor Button CSS ( Restraint - Yoga Studio ) */

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

/* Elementor Button CSS ( Restraint - Wellness Center ) */

.wellness-center .elementor-widget-button .elementor-button::after{
	background: var(--e-global-color-primary);
}

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

/* 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-accentsecondary);
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	pointer-events: none;
	border: none;
	opacity: 1 !important;
}

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

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

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

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

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

#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-secondary);
	border-left: 1px solid var(--e-global-color-secondary);
}

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

/* 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{
	transition: all 0.4s ease-in-out;
}

/* Theme Header CSS */

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

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

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

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid var(--e-global-color-darkdivider);
    transform: translateY(0);
	background: var(--e-global-color-primary);
}

.navbar{
	padding: 0;
}

.navbar-brand{
	padding: 0;
}

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

.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: 400;
	padding: 15px !important;
	line-height: 1.2em;
	color: var(--e-global-color-white);
}

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

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

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

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

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

.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: var(--e-global-color-accent);
	padding: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slicknav_menu{
	padding: 0;
	background: var(--e-global-color-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: 10px 15px;
	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-primary);
}

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

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

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

/* Page Header Style */

.page-header{
	position: relative;
	background: var(--e-global-color-primary);
    background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    padding: 250px 0 140px;
}

.page-header::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 43.61%, rgba(30, 30, 30, 0.828125) 78.06%, var(--e-global-color-primary) 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0.1) 78.13%, var(--e-global-color-primary) 102.84%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

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

.page-header-box h1{
    font-size: 60px !important;
	color: var(--e-global-color-white) !important;
    margin-bottom: 10px;
	word-wrap: break-word;
}

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

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

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

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

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

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

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

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

/* Theme Footer css */

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

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

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

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

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

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

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

.footer-social ul li a:hover{
	background: 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{
	max-width: 60%;
}

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

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

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

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

/* Archive and Single CSS */

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

.post-item{
	background-color: var(--e-global-color-white);
	border: 1px solid var(--e-global-color-divider);
	border-radius: 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px;
}

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

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

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

.post-featured-image figure{
	display: block;
}

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

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

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

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

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

.blog-item-btn a{
	position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: var(--e-global-color-accent);
    padding: 5px 40px 5px 0;
    transition: all 0.3s ease-in-out;
}

.blog-item-btn a svg,
.blog-item-btn a i{
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
    border-radius: 50%;
    width: 30px;
    height: 30px;
	padding: 6px;
    transition: all 0.3s ease-in-out;
}

.blog-item-btn a i{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

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

.blog-item-btn a:hover svg,
.blog-item-btn a:hover i{
	background-color: var(--e-global-color-accentsecondary);
}

.blog-item-btn a:hover svg{
	transform: translateY(-50%) rotate(45deg);
}

.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: 700;
	line-height: 1em;
	transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-radius: 20px;
    padding: 30px 30px 30px 90px !important;
    margin-bottom: 30px !important;
}

.post-entry blockquote p{
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 20px !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-text);
}

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

.post-entry table tr td,
.post-entry table tr th{
	border-right: 1px solid var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
	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: 20px;
    font-weight: 400;
    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: 10px;
    padding: 12px 20px;
    transition: all 0.3s ease-in-out;
}

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

.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: 10px;
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	header.main-header .header-sticky{
		padding: 20px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu{
		border-radius: 0;
	}

	.slicknav_nav .slicknav_row, .slicknav_nav li a{
		padding: 8px 20px;
	}
	
	.page-header{
		padding: 170px 0 80px;
		background-attachment: inherit;
	}

	.page-header-box h1{
		font-size: 45px !important;
		margin-bottom: 5px;
	}
	
	.page-header-box .taxonomy-description{
		margin-bottom: 10px;
	}
	
	.page-blog-archive{
		padding: 50px 0;
	}

	.post-item{
		border-radius: 20px;
		padding: 20px;
	}

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

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

	.post-featured-image a{
		border-radius: 20px;
	}

	.pagination .nav-links{
		margin-top: 10px;
	}

	.post-single-meta ul li,
	.post-single-meta ul li i{
		font-size: 16px;
	}

	.post-single-image figure,
	.post-single-image img{
		border-radius: 20px;
	}
	
	.page-single-post{
		padding: 50px 0;
	}

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

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

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

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

	.post-tags{
		margin-bottom: 20px;
	}

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

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

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

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

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

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

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

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

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

	.post-single-meta ul li{
		margin-right: 14px;
	}

    .breadcrumb-trail .trail-items,
	.page-header-box .post-meta ul{
		font-size: 14px;
    }

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

	.post-item-content h2{
		font-size: 18px !important;
	}

	.blog-item-btn a svg,
	.blog-item-btn a i{
		width: 24px;
        height: 24px;
		padding: 4px;
	}

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

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

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

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

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

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

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

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

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

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

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

	.footer-menu{
		margin-bottom: 15px;
	}
}

/* Default Post and Page CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-search .wp-block-search__button{
	font-family: var(--e-global-typography-accent-font-family);
	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.5s ease-in-out;
	padding: 10px 20px;
}

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

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

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

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

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

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

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

.wp-block-button .wp-element-button,
.wp-block-button.is-style-outline .wp-element-button,
.wp-element-button,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button{
	font-family: var(--e-global-typography-accent-font-family);
	line-height: 1em;
	font-size: 16px;
	background: var(--e-global-color-accent);
	border: none;
	color: var(--e-global-color-white) !important;
	font-weight: 500;
	padding: 17px 20px;
	border-radius: 10px;
	width: auto;
	transition: all 0.5s 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-white) !important;
}

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

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

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

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

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

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

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

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

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

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

.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"]{
	background: transparent;
	border: 1px solid var(--e-global-color-divider);
	color: var(--e-global-color-text);
	outline: 0;
	box-shadow: none;
	border-radius: 10px;
	padding: 10px 20px;
}

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

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

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

aside.widget a{
	color: var(--e-global-color-text);
	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;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	border: none !important;
	padding: 12px 20px;
	border-radius: 10px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;	
}

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

aside.widget .wp-block-heading,
aside.widget .widget-title{
	font-size: 20px;
	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;
	font-weight: 500;
	color: var(--e-global-color-text);
	font-size: 18px;
	line-height: 1.5em;
}

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{
	background: var(--e-global-color-white);
	border: 1px solid var(--e-global-color-divider);
	padding: 10px 20px;
	border-radius: 10px;
	width: 100%;
	color: var(--e-global-color-text);
	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-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

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

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

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

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

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

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

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

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

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

aside.widget .has-login-form input[type="submit"]{
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 16px;
	font-weight: 500;
	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.5s ease-in-out;
    padding: 17px 20px;
}

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

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

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

	.wp-block-button .wp-element-button,
	.wp-block-button.is-style-outline .wp-element-button,
	.wp-element-button,
	.wp-block-button .wp-block-button__link,
	.wp-block-file .wp-block-file__button{
		padding: 15px;
	}

	aside.widget{
		padding: 20px;
		border-radius: 20px;
	}

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

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

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

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

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

/* Post Comment Box CSS */

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

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

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

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

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

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

.page-single-post .comment-box .comment-reply-title #cancel-comment-reply-link:hover,
.wp-block-post-comments-form .comment-reply-title #cancel-comment-reply-link:hover{
	background: var(--e-global-color-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"]{
	width: 100%;
	padding: 12px 20px;
    border: 1px solid var(--e-global-color-divider);
    box-shadow: none;
    background: transparent;
	color: var(--e-global-color-text);
    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{
	font-family: var(--e-global-typography-accent-font-family);
	display: inline-block;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	border: none;
	padding: 17px 20px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.5s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-list .comment .reply a:hover{
	background: var(--e-global-color-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-primary);
	border-left: 1px solid var(--e-global-color-primary);
}

.comment-content table tr td,
.comment-content table tr th{
	border-right: 1px solid var(--e-global-color-primary);
	border-bottom: 1px solid var(--e-global-color-primary);
	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-text);
	line-height: 1.5em;
}

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

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

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

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

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

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

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

	.comment-list .children{
		padding-left: 20px;
	}

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

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

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

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

/* Elementor Header CSS ( Restraint ) */

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

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

@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 ( Restraint ) */

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

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

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

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

.form-group .wpcf7-form-control-wrap{
	opacity: 80%;
}

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

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

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

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

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

.footer-privacy-policy .ekit-vertical-navbar-nav li{
	padding: 0 16px 0 10px;
	position: relative;
}

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

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

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

@media only screen and (max-width: 991px){
	
	.footer-links ul li a{
		padding-bottom: 10px !important;
	}
	
	.form-group .email-field{
		width: calc(100% - 48px);
	} 
	
	.footer-privacy-policy .ekit-vertical-navbar-nav li{
		padding: 0 12px 0 6px;
	}
}

@media only screen and (max-width: 767px){
	
	.footer-links ul li a{
		padding-bottom: 8px !important;
	}
	
	.footer-privacy-policy .ekit-vertical-navbar-nav li{
		padding: 0 11px 0 4px;
	}
}

/* Global CSS */

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

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

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

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

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

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

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

/****************************************
 *   Elementor Pages CSS  ( Restraint ) *
 ****************************************/

/*  Heading Small Icon & Hide Small Icon  */

.section-title .elementor-heading-title{
	font-family: var(--e-global-typography-text-font-family) !important;
	padding-left: 28px;
}

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

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

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

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

/* Home Page CSS ( Restraint )  */

.hero{
	position: relative;
	overflow: hidden;
}

.hero:before,
.hero .elementor-background-video-container:after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 15.73%, rgba(30, 30, 30, 0.828125) 66.76%, var(--e-global-color-primary) 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0) 87.87%, var(--e-global-color-primary) 102.84%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-play-button .ekit-video-popup{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
    width: auto;
    height: auto;
	gap: 10px;
}

.video-play-button .ekit-video-popup i::before{
	display: block;
	height: 50px;
}

.down-arrow-circle .e-text-path{
	animation: infiniterotate 20s infinite linear;
}

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

.about-us:before{
    bottom: -80px;
	top: auto;
} 

.about-image img{
	aspect-ratio: 1 / 1.285;
	object-fit: contain;
}

.about-benefit-item .elementor-icon-box-icon:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--e-global-color-accentsecondary);
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.about-image-title{
	transform: rotate(-180deg);
    writing-mode: vertical-rl;
    height: 100%;
    align-content: center;
}

.about-image-title .elementor-heading-title{
	font-family: var(--e-global-typography-text-font-family) !important;	
	transition: all 0.3s ease-in-out;
}

.about-images:hover .about-image-title .elementor-heading-title{
	color: var(--e-global-color-accent) !important;
}

.service-item .elementskit-infobox.gradient-active:before,
.service-item .elementskit-infobox .elementskit-info-box-icon svg,
.service-item .service-btn .elementor-icon{
	transition: all 0.4s ease-in-out;
}

.service-item .elementskit-infobox:before{
	border-radius: 500px 500px 0 0;
	height: 0 !important;
}

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

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

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

.section-footer-free{
	line-height: normal;
}

.section-footer-free .elementor-heading-title{
	font-family: var(--e-global-typography-text-font-family);
}

.what-we-do:before{
   top: -70px;
}

.what-we-benefits-box{
	overflow: hidden !important;
}

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

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

.why-choose-counter-item svg{
	width: 100%;
}

.why-choose-counter-item .number-percentage{
	font-family: var(--e-global-typography-secondary-font-family);
}

.why-choose-counter-item .funfact-title{
	font-family: var(--e-global-typography-text-font-family);
}

.our-benefits-image:before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 445px;
    height: 410px;
    z-index: 0;
}

.intro-video-play-button{
	transform: translate(-50%, -50%);
}

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

.our-features:before{
	bottom: auto;
	top: -105px;
    right: -140px;
	left: auto;
}

.features-item-content .elementor-icon-box-title{
	font-family: var(--e-global-typography-text-font-family) !important;
}

.features-item-content .elementor-icon-box-description{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.our-pricing::before{
	top: -120px;
}

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

.pricing-item .pricing-image .elementskit-info-box-icon img{
	width: 100%;
    aspect-ratio: 1 / 0.484;
}

.pricing-item .pricing-title{
	transform: translate(50% , 50%);
}

.pricing-item .pricing-title .elementor-heading-title{
	font-family: var(--e-global-typography-text-font-family);
}

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

.our-testimonials:before{
    bottom: -160px;
	top: auto;
} 

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

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

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

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

.testimonial-review-body:hover .btn-wraper a{
	transform: rotate(45deg);
}

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

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

.faqs-image:before{
    top: 0;
    right: 0;
	left: auto;
    border-radius: 30px;
    width: 310px;
    height: 310px;
}

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

.faqs-contact-box{
	animation: contactbox 3s infinite linear;
}
	
@keyframes contactbox{
	50% {
    	left: 40px;
	}
}

.blog::before{
    top: -90px;
}

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

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

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

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

.our-blog .elementskit-post-image-card .btn-wraper a i{
	background: var(--e-global-color-accent);
	color: var(--e-global-color-white);
	padding: 9px;
	border-radius: 100px;
	font-size: 12px;
	height: 30px;
	width: 30px;
	margin-left: 8px;
	transition: all 0.3s ease-in-out;
	display: flex;
    align-items: center;
    justify-content: center;
	transform: rotate(-45deg);
}

.our-blog .elementskit-post-image-card .btn-wraper a:hover i{
	background-color: var(--e-global-color-accentsecondary);
	transform: rotate(0deg);
}

@media only screen and (max-width: 991px){
	
	.about-us:before{
		bottom: -40px;
	} 
	
	.service-btn .elementor-icon{
		padding: 14px !important;
	}
	
	.why-choose-counter-item .elementskit-funfact-inner{
		flex-direction: column;
		align-items: flex-start !important;
	}
	
	.our-features:before{
		top: -50px;
		right: -75px;
	}
	
	.our-pricing::before{
		top: -25px;
	}
	
	.our-testimonials:before{
		bottom: -100px;
	}
	
	.testimonial-image img{
		aspect-ratio: 1 / 0.64;
	}
	
	.faqs-image:before{
		border-radius: 20px;
	}
	
	.faqs-image-box img{
		aspect-ratio: 1 / 0.8;	
	}
	
	.blog::before{
		top: -65px;
	}
}

@media only screen and (max-width: 767px){
	
	.video-play-button .ekit-video-popup i::before{
		height: 45px;
	}
	
	.down-arrow-circle{
		right: 50% !important;
		left: auto;
		transform: translate(50%, 0%);	
	}
	
	.our-benefits-image:before{
		width: 100%;
		height: 350px;
	}
	
	.our-features:before{
		right: -40px;
	}
	
	.our-testimonials:before{
		bottom: -80px;
	}
	
	.testimonial-review-body .box-body{
		gap: 15px;
	}
	
	.testimonial-review-body .box-body p{
		width: 100%;
	}
	
	.faqs-image:before{
		width: 210px;
        height: 210px;
	}
	
	.our-blog .elementskit-post-image-card .btn-wraper a i{
		height: 24px;
		width: 24px;
		padding: 6px;
		margin-left: 16px;
	}
}

/* Hero Slider CSS ( Restraint ) */

.elementskit-advanced-slider .widgetarea_warper_edit{
	left: 45%; 
	right: auto !important;
	top: auto !important; bottom: 0; 
	transform: translate(-50%, 0);
}

.elementor-editor-active .elementskit-advanced-slider .swiper-slide-active,
.elementor-editor-active .elementskit-advanced-slider .widgetarea_warper_editable{
	min-height: 200px;
}

.hero-slider .swiper-slide > .widgetarea_warper,
.hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container,
.hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container > .elementor,
.hero-slider .swiper-slide > .widgetarea_warper > .elementor-widget-container > .elementor  > .elementor-element{
	height: 100%;
}

.hero-slider .swiper-pagination-bullet-active{
	border: 0 !important;
}

.hero-slider .swiper-pagination-bullet{
	transform: scale(1) !important;
	opacity: 1 !important;
	margin: 0 8px !important;
}

.hero-slider .ekit-wid-con .swiper-pagination{
	line-height: 0;
	top: auto !important;
	bottom: 50px !important;
	left: calc(((100vw - 1300px) / 2 + 20px)) !important;
}

.hero-slider .ekit-slider-wrapper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	background-color: var(--e-global-color-accent) !important;
}
 
.hero-slider .hero-footer-list .elementor-icon-list-items li:first-child{
	margin-left: 0 !important;
}

.hero-slider .hero-footer-list .elementor-icon-list-items li:last-child{
	margin-right: 0 !important;
}

.hero-slider .hero-footer-list .elementor-icon-list-items .elementor-icon-list-item{
	display: inline-flex;
}

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

	.hero-slider .ekit-wid-con .swiper-pagination{
		bottom: 40px !important;
		left: 20px !important;
		transform: translateX(0) !important;
	}
}

/* About US Page CSS ( Restraint ) */

.page-header-section::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(269.99deg, rgba(30, 30, 30, 0) 43.61%, rgba(30, 30, 30, 0.828125) 78.06%, var(--e-global-color-primary) 101.51%), linear-gradient(360deg, rgba(30, 30, 30, 0.1) 78.13%, var(--e-global-color-primary) 102.84%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

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

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

.textpath-style{
	font-family: var(--e-global-typography-primary-font-family);
}

.about-text-path-icon{
	transform: translate(-50%, -50%);
}

.approach-explore-more-circle{
	animation: infiniterotate 20s infinite linear;
}

.who-we-are-image::before{
	top: 0;
	left: 50%;
    width: 380px;
    height: 380px;
    animation: whoweimagebg 20s infinite linear;
}

@keyframes whoweimagebg{
	0% {
		transform: translatex(-50%) rotate(0deg);
	}
	100% {
		transform: translatex(-50%) rotate(360deg);
	}
} 

.who-we-are-image img{
	aspect-ratio: 1 / 0.83;
    object-fit: cover;
}

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

.skill-progress .single-skill-bar{
	line-height: 0;
}

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

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

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

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

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

.expertise-img img{
	aspect-ratio: 1 / 0.891;
    object-fit: cover;
}

.expertise-explore-more-circle{
	animation: infiniterotate 20s infinite linear;
}

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

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

.team-member-item .team-images{
	overflow: hidden;
}

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

.team-content .elementor-icon-box-content{
	display: flex;
	flex-direction: column-reverse;
}

.team-content .elementor-icon-box-content .elementor-icon-box-title{
	margin-top: 5px;	
}

.appointment-item .elementskit-infobox .box-body p:hover{
	color: var(--e-global-color-primary) !important;
}

.appointment-form .wpcf7-select{
	background: url('assets/images/download.svg') no-repeat;
	background-size: 16px 12px;
	background-position: right .75rem center;
}

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

	.our-approach-img-1 img{
		aspect-ratio: 1 / 1.65;
	}
	
	.who-we-are-image::before{
		width: 330px;
		height: 330px;
	}
	
	.skill-progress .content-group .skill-bar-content{
		margin-bottom: 10px !important;
	}

	.team-images img{
		aspect-ratio: 1 / 0.95;
	}
}

@media only screen and (max-width: 767px){
	
	.who-we-are-image::before{
		width: 220px;
        height: 220px;
	}

	.skill-progress .skill-bar{
		height: 12px !important;
	}
}

/* Service Details CSS ( Restraint ) */

.sidebar-list ul li,
.sidebar-list ul li a{
	background-color: var(--e-global-color-secondary);
	flex-direction: row-reverse;
	justify-content: space-between;
	border-radius: 15px;
    transition: all 0.4s ease-in-out;
    padding: 17px 20px 17px 20px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.sidebar-list ul li:hover,
.sidebar-list ul li:hover a{
	background-color: var(--e-global-color-accent);
}

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

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

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

.sidebar-list ul li:has(a){
	padding: 0 !important;
	margin-bottom: 20px !important;
}

.sidebar-list ul li .elementor-icon-list-text{
    padding-inline-start: 0 !important;
    padding-right: 5px;
	z-index: 1;
	transition: all 0.4s ease-in-out !important;
}

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

.sidebar-list ul li:hover .elementor-icon-list-text{
	color: var(--e-global-color-white) !important;
}

.sidebar-list ul li:hover .elementor-icon-list-icon svg{
	color: var(--e-global-color-white);
	transform: rotate(45deg);
}

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

.sidebar-cta-box .elementskit-btn{
	gap: 10px;
}

.sidebar-cta-box .btn-wraper svg path{
	stroke: none !important;
}

.service-featured-image img{
	aspect-ratio: 1 / 0.598;
    object-fit: cover;
	width: 100%;
}

.service-benefits-image img{
	aspect-ratio: 1 / 0.479;
    object-fit: cover;
}

.how-work-step .ekit-icon-box-badge span{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

.discover-peace-item .elementskit-infobox svg{
	transition: 0.4s ease-in-out !important;
}

@media only screen and (max-width: 991px){
	
	.service-featured-image img{
		aspect-ratio: 1 / 0.51;
	}
	
	.sidebar-list ul li,
	.sidebar-list ul li a{
		padding: 13px 15px 13px 15px;
		border-radius: 10px;
	}
	
	.sidebar-list ul li:has(:not(a)){
		padding: 13px 15px 13px 15px !important;
	}
	
	.sidebar-list ul li:has(a){
		padding: 0 !important;
	}
	
	.sidebar-cta-box img{
		width: 100%;
		aspect-ratio: 1 / 0.5;
	}
	
	.sidebar-cta-box .elementskit-btn{
		gap: 8px;
	}
	
	.sidebar-cta-box .elementskit-box-footer{
		margin-top: 15px !important;
	}
}

@media only screen and (max-width: 767px){
	
	.service-featured-image img{
		aspect-ratio: 1 / 0.65;
	}
	
	.discover-peace-info-box .elementskit-infobox{
		display: flex;
		flex-direction: column;
		align-items: flex-start !important;
	}
	
	.service-benefits-image img{
		aspect-ratio: 1 / 0.58;
	}
	
	.sidebar-cta-box img{
		aspect-ratio: 1 / 0.64;
	}
}

/* Our Team CSS ( Restraint ) */

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

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

.team-image{
	position: relative;
	overflow: hidden;
	z-index: 0;
	border-radius: 20px;
}

.team-image:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(61, 73, 58, 0) 61.53%, rgba(61, 73, 58, 0.6) 100%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.team-item:hover .team-image:before{
	top: 0;
}

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

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

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

@media only screen and (max-width: 991px){
	
	.team-image img{
		aspect-ratio: 1 / 0.98;
	}
	
	.team-item:hover .team-social-icon{
		bottom: 20px !important;
	}
}

/* Team Details CSS ( Restraint ) */

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

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

.member-info-list .elementor-icon-list-text{
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-family: var(--e-global-typography-secondary-font-family) !important;
}

.member-info-list ul li .elementor-icon-list-text span{
	font-size: 16px;
	font-weight: 400;
	width: 58%;
	color: var(--e-global-color-text);
}

.member-about-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

.member-about-list ul li{
	width: calc(50% - 20px);
}

@media only screen and (max-width: 991px){
	
	.team-member-image img{
		aspect-ratio: 1 / 0.7;
	}
	
	.member-about-list ul{
		gap: 10px 40px;
	}
}

@media only screen and (max-width: 767px){
	
	.team-member-image img{
		aspect-ratio: 1 / 0.92;
	}
	
	.member-about-list ul li{
		width: 100%;
	}
}

/* Image Gallery CSS ( Restraint ) */

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

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

.photo-gallery .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 .gallery-icon a:hover:after{
    height:250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/* video Gallery CSS ( Restraint ) */

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

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

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

/* Contact Us Page CSS ( Restraint ) */

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


/*************************************
 * Restraint - Yoga Studio Theme CSS  
 *************************************/

/* Theme Global CSS ( Yoga Studio ) */

.yoga-studio h1,
.yoga-studio h2,
.yoga-studio h3,
.yoga-studio h4,
.yoga-studio h5,
.yoga-studio h6{
	font-weight: 600;
}

.yoga-studio #ball{
	background: var(--e-global-color-accent);
}

/* 
 * Yoga Studio Theme CSS
 * */

.yoga-studio header.main-header .header-sticky{
	padding: 40px 0;
}

.yoga-studio .main-menu ul li a{
	padding: 15px 20px !important;
}

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

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

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

.yoga-studio .page-header{
    background-color: var(--e-global-color-accentsecondary);
	background-attachment: inherit;
	background-repeat: repeat;
	background-size: auto;
    padding: 200px 0 80px;
}

.yoga-studio .page-header::before{
	display: none;
}

.yoga-studio .page-header-box h1{
    margin-bottom: 20px;
}

.yoga-studio .post-item{
    border-radius: 20px;
}

.yoga-studio .post-featured-image a{
    border-radius: 20px;
}

.yoga-studio .post-item-content h2{
	font-weight: 700;
}

.yoga-studio .blog-item-btn a{
	font-weight: 700;
	padding: 0 35px 0 0;
}

.yoga-studio .blog-item-btn a svg, 
.yoga-studio .blog-item-btn a i{
    background-color: transparent;
	color: inherit; 
    border-radius: 0;
    padding: 0;
}

.yoga-studio .blog-item-btn a i{
	font-size: 20px;
}

.yoga-studio .post-single-image{
	border-radius: 20px;
}

.yoga-studio .pagination .nav-links a,
.yoga-studio .pagination .nav-links span{
	background-color: var(--e-global-color-secondary);
}

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

.yoga-studio footer.footer{
    background-color: var(--e-global-color-secondary);
}

.yoga-studio .footer-logo h4{
	color: var(--e-global-color-primary) !important;
}

.yoga-studio .footer-social ul li a{
	background: transparent;
	color: var(--e-global-color-accent);
	border: 1px solid var(--e-global-color-accent);
	height: 40px;
	width: 40px;
}

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

.yoga-studio .footer-menu ul li a{
	color: var(--e-global-color-primary);
}

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

.yoga-studio .copyright p{
    color: var(--e-global-color-primary);
}

.yoga-studio .post-tags .tag-links a{
	font-weight: 700;
}

.yoga-studio .comment-form .form-submit .submit{
	font-weight: 700;
}

.yoga-studio .aside.widget{
	border-radius: 20px;
}

@media only screen and (max-width: 991px){
	
	.yoga-studio header.main-header .header-sticky{
        padding: 20px 0;
    }
	
	.yoga-studio .page-header{
		padding: 140px 0 60px;
	}
	
	.yoga-studio .page-header-box h1{
		margin-bottom: 10px;
	}
	
	.yoga-studio .post-item-content h2{
		font-size: 18px !important;
	}
}

/*
 * Elementor CSS ( Restraint - Yoga Studio )
 * */

/* Global CSS ( Yoga Studio ) */

.yoga-studio .elementor-heading-title span{
	font-family: var(--e-global-typography-secondary-font-family);
	font-weight: 400;
	font-style: italic;
}

/* Small Heading Title ( Yoga Studio ) */

.yoga-studio .section-title .elementor-heading-title{
	font-family: var(--e-global-typography-secondary-font-family) !important;
	font-style: italic;
	padding-left: 18px;
}

.yoga-studio .section-title .elementor-heading-title::before{
	background-color: var(--e-global-color-accent);
	mask-image: url("assets/images/icon-sub-heading-rys.svg");
	height: 9px;
	width: 8px;
}

/* Elementor Footer Css ( Yoga Studio ) */

.footer-phone-btn-rys.elementor-widget-button .elementor-button{
    background-color: var(--e-global-color-darkdivider);
}

.footer-phone-btn-rys.elementor-widget-button .elementor-button::after{
    background: var(--e-global-color-accent);
}

.footer-phone-btn-rys .elementor-button-icon,
.footer-comment-btn-rys .elementor-button-icon{
    display: flex;
    align-items: center;
}

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

.footer-phone-btn-rys .elementor-button:hover .elementor-button-icon svg,
.footer-comment-btn-rys .elementor-button:hover .elementor-button-icon svg{
    transform: rotate(0);
}

.footer-comment-btn-rys.elementor-widget-button .elementor-button::after{
    background: var(--e-global-color-darkdivider);
}

.footer-comment-btn-rys.elementor-widget-button .elementor-button:hover{
    background-color: transparent;
}

.footer-contact-item-rys .elementor-icon-box-content p{
    font-family: var(--e-global-typography-primary-font-family);
}

.footer-menu-item-rys .ekit-vertical-navbar-nav>li>a{
    font-family: var(--e-global-typography-primary-font-family) !important;
}

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

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

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

    .footer-phone-btn-rys.elementor-widget-button .elementor-button-icon svg,
    .footer-comment-btn-rys.elementor-widget-button .elementor-button-icon svg{
        font-size: 16px;
    }
}

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

	.footer-menu-item-rys .ekit-vertical-menu-container ul li a{
		padding-right: 20px !important;
	}
	
	.footer-menu-item-rys .ekit-vertical-menu-container ul{
		justify-content: center;
	}
}

/* Home Page CSS ( Yoga Studio ) */

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

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

.our-scrolling-ticker-rys .ekit-title-and-description a{
	line-height: 0;
}

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

.about-img-1-rys img{
    aspect-ratio: 1 / 1.356;
    object-fit: cover;
}

.about-img-2-rys img{
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

.company-timing-rys{
    animation: ctamoveobject 3s infinite linear alternate;
}

@keyframes ctamoveobject{
    50% {
        right: 40px;
    }
}

.company-timing-rys .elementor-widget-elementskit-business-hours{
    box-shadow: none !important;
	background-color: transparent !important;
	padding: 0 !important;
}

.company-timing-rys .ekit-wid-con .ekit-single-day:last-child{
    padding: 0 !important;
}

.service-item-rys{
    position: relative;
	overflow: hidden;
	border-radius: 20px;
}

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

.service-item-rys a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    bottom: 0;
    opacity: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--e-global-color-primary);
}

.service-item-rys img{
    aspect-ratio: 1 / 0.964;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s ease-in-out;
}

.service-btn-rys .elementskit-btn{
    justify-content: space-between !important; 
}

.service-btn-rys .elementskit-btn svg{
	transition: all 0.3s ease-in-out;
}

.service-btn-rys .elementskit-btn:hover svg{
	transform: rotate(45deg);
}

.why-choose-image-rys{
    transform: translate(-50%, -50%);
    width: 495px;
    height: 660px;
}

.video-play-button-rys .video-content a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.trusted-client-title-rys .funfact-content{
    display: flex;
    flex-direction: column-reverse;
}

.how-work-content-rys h2{
    transition: all 0.3s ease-in-out;
}

.how-work-image-rys:hover .how-work-content-rys h2{
    color: var(--e-global-color-accent) !important;
    opacity: 60%;
} 

.how-work-image-rys img{
    aspect-ratio: 1 / 1.34;
	object-fit: cover;
}

.pricing-item-rys .ekit-wid-con svg{
	height: 50px !important;
	width: 50px !important;
}

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

.team-item-rys .team-image-rys img{
	aspect-ratio: 1 / 1.187;
    object-fit: cover;
	transition: all 0.4s ease-in-out !important;
}

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

.what-we-image-1-rys img{
	aspect-ratio: 1 / 1.668;
	object-fit: cover;
}

.experirnce-box-rys .elementor-counter-title{
	font-family: var(--e-global-typography-text-font-family);
	text-align: center;
}

.what-we-image-2-rys img{
	aspect-ratio: 1 / 1.661;
	object-fit: cover;
}

.faq-image-1-rys img{
	object-fit: cover;
	aspect-ratio: 1 / 0.912;
}

.faq-image-2-rys img{
	object-fit: cover;
	aspect-ratio: 1 / 0.916;
}

.faq-text-path-rys{
	animation: infiniterotate 20s infinite linear;
}

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

.accordion-item-rys .ekit_accordion_normal_icon,
.accordion-item-rys .ekit_accordion_active_icon{
	line-height: 0;
}

.accordion-item-rys .elementskit-card.active .elementskit-card-header{
	margin-bottom: 15px;
}

.accordion-item-rys .elementskit-card:last-child .elementskit-card-header{
	margin: 0;
}

.accordion-item-rys .elementskit-card.active:last-child .elementskit-card-header{
   	margin-bottom: 15px !important;
}

.testimonial-slider-rys .swiper-wrapper .elementskit-commentor-header ul{
	line-height: 0;
}

.testimonial-slider-rys .swiper-wrapper .swiper-slide.swiper-slide-next .elementskit-commentor-header ul li svg path{
	fill: var(--e-global-color-white);
}

.testimonial-slider-rys .swiper-wrapper .swiper-slide.swiper-slide-next .elementskit-commentor-content p,
.testimonial-slider-rys .swiper-wrapper .swiper-slide.swiper-slide-next .elementskit-profile-info .elementskit-author-name,
.testimonial-slider-rys .swiper-wrapper .swiper-slide.swiper-slide-next .elementskit-profile-info .elementskit-author-des{
	color: var(--e-global-color-white);
}

.testimonial-slider-rys .swiper-wrapper .swiper-slide .swiper-slide-inner a{
	transition: all 0.7s ease-in-out;
}

.testimonial-slider-rys .swiper-wrapper .elementskit-commentor-header,
.testimonial-slider-rys .elementskit-single-testimonial-slider .elementskit-commentor-content p,
.testimonial-slider-rys .elementskit-single-testimonial-slider .elementskit-profile-info{
	transition: all 0.4s ease-in-out;
}

.testimonial-slider-rys .swiper-slide-inner .elementskit-commentor-bio{
	border-top: 1px solid var(--e-global-color-darkdivider);
	padding-top: 30px;
}

.testimonial-slider-rys .swiper-wrapper .swiper-slide-inner{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.testimonial-slider-rys .swiper-wrapper .swiper-slide-inner:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background: var(--e-global-color-accent);
    transition: all 0.5s ease-in-out;
    height: 100%;
    z-index: 0;
} 

.testimonial-slider-rys .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-inner:before{
	top: 0;
} 

.testimonial-slider-rys .swiper-pagination .swiper-pagination-bullet{
	transition: all 0.4s ease-in-out;
}

.testimonial-slider-rys .swiper-wrapper .swiper-slide.swiper-slide-next .swiper-slide-inner a{
	background: transparent;	
}

.post-rys.our-blog .elementskit-post-image-card .btn-wraper a svg{
    margin-left: 8px;
	height: auto;
	width: 12px;
	transition: all 0.3s ease-in-out;
}

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

.post-rys.our-blog .elementskit-post-image-card .btn-wraper a:hover svg path{
	stroke: none;
}

@media only screen and (max-width: 991px){
	
	.expertise-circle-icon-rys .elementor-icon{
		padding: 16px !important;
	}

	.service-item img{
		aspect-ratio: 1 / 0.87;
	}

	.why-choose-image-rys{
		width: 470px;
		height: 630px;
	}
	
	.how-work-image-rys img{
        aspect-ratio: 1 / 1.12;
    }
	
	.team-item-rys .team-image-rys img{
		aspect-ratio: 1 / 1.03;
	}
	
	.faq-image-1-rys img, 
	.faq-image-2-rys img{
        aspect-ratio: 1 / 0.81;
    }
	
	.accordion-item-rys .elementskit-card.active .elementskit-card-header{
		margin-bottom: 10px;
	}

	.accordion-item-rys .elementskit-card.active:last-child .elementskit-card-header{
		margin-bottom: 10px !important;
	}
	
	.testimonial-slider-rys .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-content{
		margin-bottom: 0;
	}
	
	.testimonial-slider-rys .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-bio{
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px){
	
	.expertise-circle-icon-rys .elementor-icon{
		padding: 14px !important;
	}

	.about-img-2-rys img{
		aspect-ratio: 1 / 1.15;
	}

	.company-timing-rys .ekit-single-day{
		display: flex;
	}
	
	.why-choose-image-rys{
		width: 275px;
		height: 375px;
	}

	.why-choose-item .ekit-wid-con .text-right{
   		 text-align: left !important;
	}
	
	.add-more-rys{
        width: 50px;
        height: 50px !important;
    }

	.how-work-image-rys img{
        aspect-ratio: 1 / 1.37;
    }
	
	.pricing-benefit-list-rys ul{
		gap:10px;
	}

	.pricing-benefit-list-rys ul li{
		width: calc(50% - 5px);
	}
	
	.testimonial-slider-rys .swiper-slide{
		background: var(--e-global-color-accent);
	}
	
	.testimonial-slider-rys .swiper-wrapper .swiper-slide .elementskit-commentor-header ul li svg path{
		fill: var(--e-global-color-white);
	}

	.testimonial-slider-rys .swiper-wrapper .swiper-slide .elementskit-commentor-content p,
	.testimonial-slider-rys .swiper-wrapper .swiper-slide .elementskit-profile-info .elementskit-author-name,
	.testimonial-slider-rys .swiper-wrapper .swiper-slide .elementskit-profile-info .elementskit-author-des{
		color: var(--e-global-color-white) !important;
	}
	
	.testimonial-slider-rys .swiper-wrapper .swiper-slide .swiper-slide-inner .elementskit-commentor-bio{
		border-color: var(--e-global-color-darkdivider);
	}
	
	.testimonial-slider-rys .swiper-slide.swiper-slide-next::before{
        display: none;
    }
	
	.testimonial-slider-rys .swiper-slide{
		border-radius: 20px;
		overflow: hidden;
	}
}

/* About Us CSS ( Yoga Studio ) */

.what-we-item-rys .elementskit-infobox .box-body p{
	opacity: 80%;
}

.why-choose-counter-item-rys .elementskit-funfact-inner{
	align-items: start !important;
}

.why-choose-counter-item-rys .funfact-icon{
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--e-global-color-secondary);
}

.why-choose-counter-item-rys.why-choose-counter-item-rys-highlighted .funfact-icon{
	background: var(--e-global-color-accent);
}

.why-choose-counter-item-rys .funfact-icon svg{
	width: 100%;
}

.features-item-content-rys .elementor-icon-box-title span{
	font-family: var(--e-global-typography-secondary-font-family) !important;
	font-style: italic;
}

@media only screen and (max-width: 991px){
	
	.why-choose-counter-item-rys .elementskit-funfact-inner{
		flex-direction: column;
	}
}

/* Team Detail CSS  ( Yoga Studio ) */

.member-info-list-rys.member-info-list-rys .elementor-icon-list-text{
	font-family: var(--e-global-typography-primary-font-family) !important;
}

/* Testimonial Page CSS ( Yoga Studio ) */

.testimonial-item-rys{
	position: relative;
	overflow: hidden !important;
}

.testimonial-item-rys::before{
	content: '';
	position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--e-global-color-accent);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.testimonial-item-rys:hover:before{
	top: 0;
}

.testimonial-item-rys .e-rating-wrapper .e-icon .e-icon-marked i,
.testimonial-item-rys .elementor-widget-container .e-rating-wrapper .e-icon .e-icon-marked i,
.testimonial-item-rys p,
.testimonial-author-rys .elementskit-infobox .elementskit-info-box-title{
	transition: all 0.3s ease-in-out !important;
}

.testimonial-item-rys:hover .e-rating-wrapper .e-icon .e-icon-marked i,
.testimonial-item-rys:hover p,
.testimonial-item-rys:hover .elementskit-infobox .elementskit-info-box-title,
.testimonial-item-rys:hover .elementskit-infobox p{
	color: var(--e-global-color-white) !important;
}

.testimonial-item-rys:hover .testimonial-author-rys,
.testimonial-item-rys:hover .elementor-widget-container{
	border-color: var(--e-global-color-darkdivider) !important;
}

/* Faq's Page CSS ( Yoga Studio ) */

.sidebar-list-rys.sidebar-list ul li, 
.sidebar-list-rys.sidebar-list ul li a{
	border-radius: 10px;
}

.sidebar-list-rys.sidebar-list ul li:hover, 
.sidebar-list-rys.sidebar-list ul li:hover a{
	    background-color: var(--e-global-color-accentsecondary);
}

.sidebar-cta-box.sidebar-cta-box-rys a svg{
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-box.sidebar-cta-box-rys a:hover svg{
	transform: rotate(45deg);
}

/***************************************
 * Restraint - Wellness Center Theme CSS  
 ***************************************/

/* Theme Global CSS ( Wellness Center ) */

.wellness-center h1,
.wellness-center h2,
.wellness-center h3,
.wellness-center h4,
.wellness-center h5,
.wellness-center h6{
	font-weight: 300;
}

.wellness-center #ball{
	background: var(--e-global-color-accent);
}

/* Wellness Center Theme CSS */

.wellness-center .preloader{
	background-color: var(--e-global-color-primary);
}

.wellness-center .main-menu ul li a{
	font-weight: 500;
}

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

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

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

.wellness-center .footer-social ul li a{
	border: 1px solid var(--e-global-color-darkdivider);
}

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

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

.wellness-center .page-header{
    background: var(--e-global-color-primary);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0 80px;
}

.wellness-center .page-header:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(38, 80, 94, 0) 74.01%, rgba(38, 80, 94, 0.9) 100%), linear-gradient(270deg, rgba(38, 80, 94, 0) 16.67%, rgba(38, 80, 94, 0.516) 34.83%, rgba(38, 80, 94, 0.86) 54.3%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.wellness-center .page-header-box h1{
	font-size: 70px !important;
    margin-bottom: 20px;
}

.wellness-center .post-item{
    border-radius: 12px;
}

.wellness-center .post-featured-image a{    
    border-radius: 12px;
}

.wellness-center .post-item-content h2{
    font-weight: 400;
}

.wellness-center .blog-item-btn a{
	font-family: var(--e-global-typography-primary-font-family);
    padding: 0 35px 0 0;
}

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

.wellness-center .blog-item-btn a svg, 
.wellness-center .blog-item-btn a i{
    background-color: transparent;
    color: inherit;
    border-radius: 0;
    padding: 0;
	width: 28px;
    height: 28px;
}

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

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

.wellness-center .post-single-image figure,
.wellness-center .post-single-image img{
	border-radius: 12px;
}

.wellness-center .post-entry blockquote{
    border-radius: 12px;
}

.wellness-center .post-entry ul li{
    font-weight: 400;
}

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

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

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

.wellness-center aside.widget{
	border-radius: 12px;
}

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

.wellness-center aside.widget .wp-block-heading, 
.wellness-center aside.widget .widget-title{
	font-size: 22px;
	font-weight: 400;
}

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

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

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

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

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

.wellness-center .post-entry blockquote p a{
	color: var(--e-global-color-primary);
}

.wellness-center .post-entry blockquote cite,
.wellness-center .post-entry blockquote cite a{
    color: var(--e-global-color-primary);
}

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

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

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

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

@media only screen and (max-width: 919px){
	
	.wellness-center .page-header{
		padding: 140px 0 60px;
		background-attachment: inherit;
	}
	
	.wellness-center .page-header-box h1{
		font-size: 45px !important;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){
	
	.wellness-center .page-header-box h1{
        font-size: 35px !important;
        margin-bottom: 10px;
    }
	
	.wellness-center aside.widget .wp-block-heading,
	.wellness-center aside.widget .widget-title{
		font-size: 20px;
	}
}

/*
 * Elementor CSS ( Restraint - Wellness Center )
 * */

/* Global CSS ( Wellness Center ) */

.wellness-center .section-title .elementor-heading-title{
    font-family: var(--e-global-typography-primary-font-family) !important;
    padding-left: 25px;
}

.wellness-center .elementor-heading-title span{
	font-style: italic;
}

/* Small Heading Title ( Wellness Center ) */

.wellness-center .section-title .elementor-heading-title::before{
	background-color: var(--e-global-color-accent);
	mask-image: url(assets/images/icon-sub-heading-rwc.svg);
	width: 14px;
	height: 14px;
}

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

/* Elementor Footer Css ( Wellness Center ) */

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

.privacy-policy-menu-rwc ul li{
	position: relative;
	margin-right: 12px;
}

.privacy-policy-menu-rwc ul li::before{
    content: '-';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: var(--e-global-color-white);
}

.privacy-policy-menu-rwc ul li:last-child,
.privacy-policy-menu-rwc ul li:last-child a{
	padding: 0 !important;
	margin: 0;
}

.privacy-policy-menu-rwc ul li:last-child:before{
	display: none;
}

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

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

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

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

	.privacy-policy-menu-rwc ul li::before{
		font-size: 16px;
	}
}

/* Home Page CSS ( Wellness Center ) */

.hero-rwc::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(360deg, rgba(38, 80, 94, 0) 74.01%, rgba(38, 80, 94, 0.9) 100%),
		linear-gradient(270deg, rgba(38, 80, 94, 0) 16.67%, rgba(38, 80, 94, 0.516) 34.83%, rgba(38, 80, 94, 0.86) 54.3%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

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

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

.about-us-img-1-rwc{
	transform: rotate(-6.64deg);
}

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

.about-us-img-2-rwc{
	transform: rotate(13.54deg);
}

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

.about-us-body-item-rwc .elementskit-infobox:before{
	transition: all 0.4s ease-in-out !important;
}

.about-us-body-item-rwc .elementskit-infobox .elementskit-info-box-icon svg,
.about-us-body-item-rwc .elementskit-infobox .box-body .elementskit-info-box-title{
	transition: all 0.3s ease-in-out;
}

.experience-circle-rwc{
	animation: infiniterotate 20s infinite linear;
}

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

.service-item-rwc .elementskit-infobox::before{
	transition: all 0.4s ease-in-out !important;
}

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

.service-item-rwc .elementskit-infobox .btn-wraper svg{
	width: 100%;
	transition: all 0.3s ease-in-out;
}

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

.page-cta-box-rwc .box-body p{
	font-family: var(--e-global-typography-secondary-font-family);
}

.why-choose-image-rwc img{
	aspect-ratio: 1 / 1.42;
	object-fit: contain;
}

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

.video-counter-item-rwc .elementor-counter-title{
	font-family: var(--e-global-typography-text-font-family);
}

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

.how-work-icon-rwc .elementor-icon{
    transform: translate(-50%, -50%);
}

.how-work-step-item-rwc .elementskit-infobox .ekit-badge{
	font-family: var(--e-global-typography-primary-font-family);
}

.what-do-body-item-rwc .elementskit-infobox .elementskit-box-header{
	position: absolute;
}

.what-we-do-years-experience-rwc{
	transform: translateY(-100%);
}

.what-we-do-years-experience-rwc .elementor-counter-title{
	font-family: var(--e-global-typography-text-font-family);
}

.pricing-item-rwc .elementskit-pricing-content{
	background-color: var(--e-global-color-primary);
	border-radius: 12px;
}

.pricing-item-rwc .elementskit-pricing-price .currency,
.pricing-item-rwc .elementskit-pricing-price span{
	font-family: var(--e-global-typography-secondary-font-family);
}

.pricing-item-rwc .elementskit-pricing-price .period{
	margin-left: -10px;
}

.pricing-item-rwc .elementskit-pricing-price,
.pricing-item-rwc .elementskit-single-pricing .elementskit-pricing-content ul li{
	line-height: 0;
}

.pricing-item-rwc .elementskit-single-pricing .elementskit-pricing-content ul li{
	margin-bottom: 20px !important;
}

.pricing-item-rwc .elementskit-single-pricing .elementskit-pricing-content ul li svg{
	max-width: inherit;
}

.pricing-item-rwc .elementskit-single-pricing .elementskit-pricing-content ul li:last-child{
	margin-bottom: 0 !important;
}

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

.highlighted-box.pricing-item-rwc .elementskit-pricing-content{
    background-color: var(--e-global-color-darkdivider);
}

.testimonial-slider-rwc .swiper-wrapper .swiper-slide.swiper-slide-next .elementskit-single-testimonial-slider{
	border: none !important;
}

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

.testimonial-slider-rwc .swiper-wrapper .swiper-slide .elementskit-icon-content{
	bottom: 0 !important;
}

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

.testimonial-slider-rwc .elementskit-commentor-image img{
	max-width: 40px;
}

.testimonial-slider-rwc .swiper-pagination-bullet:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.testimonial-slider-rwc .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
	border: 1px solid var(--e-global-color-accent);
    height: 14px;
    width: 14px;
}

.company-supports-slider-rwc .swiper-slide-inner img{
	max-width: 150px;
}

.team-item-rwc{
	overflow: hidden !important;
}

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

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

.team-social-icon-rwc a{
	transition: all 0.4s ease-in-out !important;
}

.wellness-center .post-rys.our-blog .elementskit-post-image-card .btn-wraper a svg{
	width: 14px;
	margin-left: 10px;
}

@media only screen and (max-width: 991px){
	
	.why-choose-bg-img-rwc::before{
		width: 320px;
		height: 320px;
	}
	
	.what-we-do-img-rwc img{
		aspect-ratio: 1 / 0.56;
	}

	.testimonial-slider-rwc .elementskit-commentor-content{
		margin-bottom: 0;
	}
	
	.testimonial-slider-rwc .swiper-wrapper .swiper-slide .elementskit-commentor-content p{
		padding-bottom: 20px;
	}
	
	.team-item-rwc img{
		aspect-ratio: 1 / 0.98;
	}
	
	.wellness-center .post-rys.our-blog .elementskit-post-image-card .btn-wraper a svg{
		width: 12px;
	}
}

@media only screen and (max-width: 767px){
	
	.why-choose-bg-img-rwc::before{
		width: 240px;
		height: 240px;
	}

	.how-work-icon-rwc .elementor-icon{
		padding: 18px !important;
	}

	.pricing-item-rwc .elementskit-single-pricing .elementskit-pricing-content ul li{
		margin-bottom: 15px !important;
	}

	.pricing-benefit-list-rwc ul{
		gap: 10px;
	}
	
	.testimonial-slider-rwc .swiper-wrapper .swiper-slide.swiper-slide-active .elementskit-single-testimonial-slider{
		border: none !important;
	}

	.testimonial-slider-rwc .swiper-wrapper .swiper-slide .elementskit-icon-content{
		right: 0 !important;
	}
}

/* About Us Page CSS ( Wellness Center ) */

.who-we-are-image.who-we-are-image-rwc::before{
	top: 0;
}

.faqs-image.faqs-image-rwc::before{
	border-radius: 12px;
}

/* Pricing Page CSS ( Wellness Center ) */

.page-pricing-item-rwc.pricing-item-rwc .elementskit-pricing-content{
	 background-color: var(--e-global-color-divider);
}

/* Team Detail Page CSS ( Wellness Center ) */

.member-info-list.member-info-list-rwc .elementor-icon-list-text span{
	font-family: var(--e-global-typography-text-font-family);
}

/* Service Single Page CSS ( Wellness Center ) */

.sidebar-list.sidebar-list-rwc.sidebar-list ul li,
.sidebar-list.sidebar-list-rwc.sidebar-list ul li a{
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
}

.sidebar-list.sidebar-list-rwc.sidebar-list ul li:hover,
.sidebar-list.sidebar-list-rwc.sidebar-list ul li a:hover{
	background-color: var(--e-global-color-secondary) !important;
}

.sidebar-list.sidebar-list-rwc ul li:hover .elementor-icon-list-text,
.sidebar-list.sidebar-list-rwc ul li a:hover .elementor-icon-list-text{
	color: var(--e-global-color-primary) !important;	
}

.sidebar-list.sidebar-list-rwc ul li .elementor-icon-list-icon svg{
	color: var(--e-global-color-white);
}

.sidebar-list.sidebar-list-rwc ul li:hover .elementor-icon-list-icon svg{
	color: var(--e-global-color-primary);
}

/* Image gallery Page CSS ( Wellness Center ) */

.photo-gallery-rwc.photo-gallery .gallery-icon{
	border-radius: 12px;
}

/* Pricing Page CSS ( Wellness Center ) */

.pricing-item-rwc .elementskit-pricing-content{
	background-color: var(--e-global-color-darkdivider);
}

.pricing-item-rwc .elementskit-pricing-btn::after{
    background: var(--e-global-color-white);
}

.pricing-item-rwc .elementskit-pricing-btn.highlighted-btn::after{
    background: var(--e-global-color-primary);
}