/*!
Theme Name: Lotus Website 
Theme URI: https://www.templatemonster.com/authors/lt/
Author: LT
Author URI: https://www.templatemonster.com/authors/lt/
Description: Lotus is a WordPress website theme made with the popular Elementor page builder. Demo content theme is designed to provide services in the field of yoga, fitness, individual classes and is suitable for other types of services. Theme is equipped with all the necessary blocks for displaying information and content, functionality and elements that only a modern website might need.
Version: 2.0
License: GNU General Public License v2 or later
Text Domain: LT
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* Edits made ->*/

body.no-scroll {
	overflow: hidden;
}

body.privacy-policy .page-header {
    margin: 150px 0 0px;
}

/* Edits made <-*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: white;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Base Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 940px) {
	.container {
		max-width: 940px;
	}
}

@media (min-width: 1120px) {
	.container {
		max-width: 1120px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.col-xs-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xs-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xs-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xs-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xs-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xs-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xs-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xs-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xs-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xs-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xs-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xs-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 640px) {
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 940px) {
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1120px) {
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xl-pull-0 {
		right: auto;
	}
	.col-xl-pull-1 {
		right: 8.33333%;
	}
	.col-xl-pull-2 {
		right: 16.66667%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-4 {
		right: 33.33333%;
	}
	.col-xl-pull-5 {
		right: 41.66667%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-7 {
		right: 58.33333%;
	}
	.col-xl-pull-8 {
		right: 66.66667%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-10 {
		right: 83.33333%;
	}
	.col-xl-pull-11 {
		right: 91.66667%;
	}
	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-push-0 {
		left: auto;
	}
	.col-xl-push-1 {
		left: 8.33333%;
	}
	.col-xl-push-2 {
		left: 16.66667%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-4 {
		left: 33.33333%;
	}
	.col-xl-push-5 {
		left: 41.66667%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-7 {
		left: 58.33333%;
	}
	.col-xl-push-8 {
		left: 66.66667%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-10 {
		left: 83.33333%;
	}
	.col-xl-push-11 {
		left: 91.66667%;
	}
	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-offset-0 {
		margin-left: 0%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
}

.col-xs-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.col-xs-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width: 640px) {
	.col-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.col-sm-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 940px) {
	.col-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.col-md-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 1120px) {
	.col-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.col-lg-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 1200px) {
	.col-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.col-xl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

.row-xs-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.row-xs-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.row-xs-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width: 640px) {
	.row-sm-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.row-sm-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.row-sm-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width: 940px) {
	.row-md-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.row-md-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.row-md-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width: 1120px) {
	.row-lg-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.row-lg-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.row-lg-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (min-width: 1200px) {
	.row-xl-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.row-xl-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.row-xl-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.col-xs-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.col-xs-center {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.col-xs-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media (min-width: 640px) {
	.col-sm-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.col-sm-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.col-sm-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 940px) {
	.col-md-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.col-md-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.col-md-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 1120px) {
	.col-lg-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.col-lg-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.col-lg-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 1200px) {
	.col-xl-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.col-xl-center {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	.col-xl-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

body.error404 .site-content__wrap,
body.single-post .site-content__wrap {
	padding-bottom: 100px !important;
	margin-top: 170px !important;
}

body.blog .site-content__wrap,
body.archive .site-content__wrap {
	padding-bottom: 100px !important;
	padding-top: 180px !important;
}

body.search .site-content__wrap {
	margin-bottom: 136px !important;
	margin-top: 180px !important;
}

.comment-form-cookies-consent input[type='checkbox']:checked ~ label[for=wp-comment-cookies-consent]:before {
    background-color: #295ECF !important;
	border: 1px solid transparent !important;
}


aside#secondary {
	margin-top: 12px;
}

.wp-block-calendar table th {
    background: transparent !important;
}
.widget_calendar th {
    padding: 0 0 28px !important;
}
.widget_calendar tbody td a:hover {
    background-color: #295ECF !important;
}
.widget_calendar tbody td a {
    min-width: 45px !important;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: left !important;
}

@media (max-width: 1119px) {
	.widget_calendar tbody td a {
		min-width: 35px !important;
		height: 35px !important;
		line-height: 36px !important;
	}
}
@media (max-width: 991px) {
	.eael-simple-menu-toggle-text {
		display: none;
	}
}
@media (max-width: 939px) {
	aside#secondary {
		margin-top: 100px;
	}
	.widget_calendar tbody td a {
		width: 35px !important;
		height: 35px !important;
		line-height: 36px !important;
	}
}

.post-author-bio {
	display: none !important;
}

#toTop {
	background-color: #fff;
	border-radius: 50% !important;
	cursor: pointer;
	height: 30px;
	padding: 1px 0 0 !important;
	text-align: center;
	width: 30px;
}
#toTop:hover {
	background-color: #295ECF;
}
#toTop:hover:before {
	color: #fff;
}

@media (max-width: 768px) {
  .elementkit-tab-pane img.alignleft {
    float: none !important;
    margin-bottom: -20px !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
    
    .elementor-6 .elementor-element.elementor-element-a9c4d3f .tab-content .tab-pane {
        padding: 0px 15px;
    }
}

@media (max-width: 991px) {
    
    .eael-simple-menu {
		max-height: calc(100vh - 73px) !important;
	}
}

body.no-scroll {
	overflow: hidden;
}


.comment-form-cookies-consent input[type='checkbox']:checked ~ label[for=wp-comment-cookies-consent]:before {
    background-color: #295ECF !important;
border: 1px solid transparent !important;
}


body.blog .page-title {
	margin-bottom: 80px !important;
}






/* Custom Edits */

* {
	outline: none;
}
button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	transition: 0.3s;
}


/* Navbar Edits */

#top-navbar {
	left: 0;
	position: fixed;
	right: 0;
	transition: 0.4s;
	top: 0;
	z-index: 100;
}
#top-navbar ul li a {
	white-space: nowrap;
}
.admin-bar .bdt-lightbox,
.admin-bar #top-navbar {
	top: 32px;
}
#top-navbar.scroll {
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.16);
	padding-bottom: 15px;
	padding-top: 15px;
}
/* Color Menu-scroll*/
#top-navbar.scroll ul li a {
	color: #54595f;
}

/* The active color of the menu when hovering */
#top-navbar.scroll ul li:hover a,
#top-navbar.scroll ul li.active a {
	color: #cb096e;
}
#top-navbar .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.section-title .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding-top: 0 !important;
}

.nf-before-form-content {
	display: none;
}
.nf-form-content .label-above .nf-field-label,
.nf-form-content .label-below .nf-field-label,
.nf-form-content .label-hidden .nf-field-label {
	margin-bottom: 5px !important;
}
.nf-error.field-wrap .nf-field-element:after {
	border-radius: 0 5px 5px 0;
}
.textarea-wrap.nf-error.field-wrap .nf-field-element:after {
	border-radius: 0 5px 0 0;
}

#subscribe-form .wpcf7-not-valid-tip {
	font-size: 15px;
	margin-left: 17px;
}
#subscribe-form div.wpcf7 .ajax-loader {
	position: absolute;
	right: 127px;
	top: 10px;
}
.wpcf7 form .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#contact-info .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0;
}
.ha-skill-info {
	padding-bottom: 3px;
	padding-top: 6px;
}

blockquote {
	background-color: #f7f7f7;
	margin: 0 0 25px;
	padding: 10px 25px 5px;
}



/* Comments -> */
.comment-reply-title small a {
	margin-left: 15px;
}
.comments-title {
	margin-bottom: 50px;
}
.comment-list {
	margin: 0;
	padding: 0;
}
.comment-list a {
	color: #337ab7;
}
.comment-list .comment {
	list-style: none;
}
.comment-list .comment-body {
	margin-bottom: 50px;
}
.comment-list .comment-author {
	align-items: center;
	display: flex;
	margin-bottom: 20px;
}
.comment-list .comment-author img {
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
	margin-right: 15px;
}
.comment-list .says {
	display: none;
}
.comment-content p:first-child {
	margin-top: 8px;
}
.comment-content p:last-child {
	margin-bottom: 0;
}
.comment-list .reply {
	text-align: right;
}
#commentform {
	font-family: "Inter", sans-serif;
}
#commentform p {
	color: #54595f;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	display: inline-block;
	width: calc(33.33333333333333% - 14px);
}
#commentform .comment-form-email,
#commentform .comment-form-url {
	margin-left: 15px;
}
#commentform #comment,
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	border: 1px solid #ebebeb !important;
	border-radius: 5px;
	color: #888;
	padding: 8px 12px 9px;
}
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	width: 100%;
}
#commentform .comment-form-comment {
	margin-bottom: 0 !important;
}
#commentform input {
	border-radius: 5px;
}
#commentform input,
#commentform textarea {
	margin-top: 5px;
}
#commentform .form-submit input {
	background: none;
	border: 2px solid #54595f !important;
	border: none;
	border-radius: 13px;
	color: #54595f;
	cursor: pointer;
	font-weight: 500;
	margin-top: 15px;
	padding: 14px 25px 15px;
	min-width: 180px;
	transition: 0.3s;
	width: auto;
}
#commentform .form-submit input:hover {
	background: #cb096e;
	border: 2px solid #cb096e !important;
	color: #fff;
}
/* <- Comments */

.fbc-items {
	margin: 6px 0 !important;
	padding-left: 0 !important;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
	padding-right: 8px;
	padding-left: 2px;
}
.fbc-page .fbc-wrap .fbc-items li:nth-child(2) {
	padding-left: 14px;
	padding-right: 11px;
}
.fbc-page .fbc-wrap .fbc-items li:nth-child(3) {
	padding-left: 12px;
	padding-right: 15px;
}
.fbc-page .fbc-wrap .fbc-items li:last-child {
	padding-left: 0;
	padding-left: 14px;
}
.fbc-page .fbc-wrap .fbc-items li {
	padding-bottom: 0;
	padding-top: 0;
}

/* Widgets -> */
.widget {
	font-family: "Inter", sans-serif;
	color: #54595f;
}
.widget .search-form {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.widget .search-form label,
.widget .search-form .search-field {
	width: 100%;
}
.widget .search-field {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	color: #54595f !important;
	font-size: 15px;
	padding: 8px 12px;
}
.widget .search-submit {
	background: none !important;
	border: 1px solid #2a2d2f;
	border-radius: 4px;
	color: #54595f;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	margin-left: 8px;
	padding: 3px 15px 4px;
	transition: 0.3s;
}
.widget .search-submit:hover {
	background-color: #cb096e !important;
	border: 1px solid #cb096e;
	color: #fff;
}
.widget .widget-title {
	border-bottom: 1px solid #dcdcdc;
	font-size: 24px;
	font-weight: 600;
	margin-top: 50px;
	padding-bottom: 8px;
}
.widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.widget ul li {
	margin-bottom: 8px;
}
.widget a {
	color: inherit;
}
.calendar_wrap #wp-calendar caption {
	color: #54595f;
	font-weight: 500;
	margin-bottom: 12px;
}
.calendar_wrap #wp-calendar th {
	background-color: #54595f;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 8px;
	padding-top: 8px;
}
.calendar_wrap #wp-calendar td {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	font-size: 15px;
	padding: 9px 3px 8px;
}
.calendar_wrap #wp-calendar td,
.widget #wp-calendar td a {
	text-align: center;
}
.calendar_wrap #wp-calendar td a {
	color: #ffb1a1;
	font-weight: 500;
	margin-right: 0;
}
.calendar_wrap #wp-calendar td.pad {
	border: transparent;
}
.calendar_wrap .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.calendar_wrap .wp-calendar-nav a {
	color: #7f8595 !important;
	transition: 0.3s;
}
.calendar_wrap .wp-calendar-nav a:hover {
	color: #ffb1a1 !important;
}
/* <- Widgets */

#links-posts-prev-next {
	position: relative;
	margin-top: 100px;
}
#links-posts-prev-next .elementor-row .elementor-column .arrow:before {
	font-size: 35px !important;
	font-weight: 500;
}
#links-posts-prev-next .elementor-row .elementor-column:nth-child(1) {
	padding-left: 25px;
}
#links-posts-prev-next .elementor-row .elementor-column:nth-child(2) {
	padding-right: 25px;
	text-align: right;
}
#links-posts-prev-next .elementor-row .elementor-column .arrow {
	position: absolute;
	transform: translateY(-62%);
	top: 50%;
}
#links-posts-prev-next .elementor-row .elementor-column:nth-child(1) .arrow {
	left: -25px;
}
#links-posts-prev-next .elementor-row .elementor-column:nth-child(2) .arrow {
	right: -25px;
}
#links-posts-prev-next .elementor-row .elementor-column:nth-child(1) .arrow:before {
	content: "\2039";
}
#links-posts-prev-next .elementor-row .elementor-column:nth-child(2) .arrow:before {
	content: "\203A";
}
#links-posts-prev-next .elementor-widget-container p,
#links-posts-prev-next .elementor-widget-container a {
	font-family: "Inter", sans-serif;
}
#links-posts-prev-next .elementor-widget-container p {
	color: #54595f;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	position: absolute;
	z-index: 0;
}
#links-posts-prev-next .elementor-row .elementor-column:nth-child(2) p {
	right: 0;
}
#links-posts-prev-next .elementor-widget-container a {
	color: #54595f;
	font-size: 18px !important;
	font-weight: 400 !important;
	padding-top: 23px;
	position: relative;
	outline: none;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on {
	padding-left: 0;
}
.eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on::before {
	font-size: 8px;
	position: relative;
	top: -1.5px;
}

/* Search results page -> */
.search.admin-bar #top-navbar .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements,
.search.admin-bar #top-navbar {
	top: 0;
}
.search .fbc-items li:nth-child(2) a:nth-child(1) {
	margin-right: 0 !important;
}
.search .fbc-items li:nth-child(2) a:nth-child(1) strong {
	font-weight: 500 !important;
}
.search .fbc-items li:nth-child(2) a:nth-child(2) {
	margin-left: 0 !important;
}
.search .page-content {
	padding: 35px 20px 100px;
}
.search .page-content p {
	text-align: center;
}
.search.search-results .wrap-posts {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.search .entry-title {
	margin-top: 100px;
}
.search.search-results .page-content article.post {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(50% - 40px);
}
.search .page-content a {
	text-decoration: none;
	transition: 0.3s;
}
.search .page-content a {
	color: #41a2cb !important;
}
.search .page-content a:hover {
	color: #cb096e !important;
}
.search .page-content a span {
	display: inline-flex;
	margin-left: 6px;
}
.search .entry-title {
	line-height: 1.3em;
}
.search.search-no-results h1.page-title {
	margin-top: 100px;
	text-align: center;
}
.search .entry-title a {
	color: #54595f !important;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}
.search .entry-meta,
.search .entry-footer {
	background-color: #f8f8f8;
	padding: 10px 20px 11px;
}
.search .entry-meta {
	color: #54595f;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.search .wrap-posts img {
	width: 100%;
}
.search .entry-summary p {
	color: #54595f;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-align: left;
}
.search .entry-footer {
	color: #54595f;
	display: flex;
	margin-top: -5px;
}
.search .entry-footer .cat-links {
	margin-right: 8px;
}
.search .entry-footer .edit-link {
	margin-left: auto;
}
.search .entry-footer .comments-link {
	display: none;
}
.search .page-content .search-form {
	display: flex;
	justify-content: center;
	margin: 20px 30px 0;
}
.search .page-content .search-form label {
	max-width: 100%;
}
.search .page-content .search-form .search-field {
	padding: 8px 15px 10px;
	width: 300px;
	max-width: 100%;
}
.search .page-content .search-form .search-submit {
	background: none;
	margin-left: 12px;
	padding: 8px 25px 10px;
}
.search .page-content .search-form .search-submit:hover {
	background-color: #cb096e !important;
	border: 1px solid #cb096e;
	color: #fff;
}
.posts-pagination {
	margin-top: 50px;
}
.posts-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.posts-pagination ul.page-numbers li {
	list-style: none;
	margin: 15px 0;
}
.posts-pagination ul.page-numbers li .page-numbers {
	background: none;
	border: 1px solid #ddd;
	border-radius: 4px 4px 4px 4px;
	color: #282828 !important;
	margin: 8px;
	padding: 6px 13px 7px;
}
.posts-pagination ul.page-numbers li:first-child .page-numbers {
	margin-left: 0;
}
.posts-pagination ul.page-numbers li:last-child .page-numbers {
	margin-right: 0;
}
.posts-pagination ul.page-numbers li .page-numbers:hover,
.posts-pagination ul.page-numbers li .page-numbers.current {
	background: #cb096e;
	border: 1px solid #cb096e;
	color: #fff !important;
}
.posts-pagination ul.page-numbers .prev.page-numbers,
.posts-pagination ul.page-numbers .next.page-numbers {
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.posts-pagination ul.page-numbers .page-numbers.prev:hover,
.posts-pagination ul.page-numbers .page-numbers.next:hover {
	background: none !important;
	border: none !important;
	color: #cb096e !important;
}

.search .page-content {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.search .page-content .page-title {
	color: #54595f;
	font-family: "Barlow Semi Condensed", Sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 1px;
}
/* <- Search results page */

#contact-us-form nf-fields-wrap {
	display: flex;
	flex-wrap: wrap;
}
#contact-us-form .nf-form-content nf-field,
#contact-us-form .nf-form-content nf-field .nf-field-container {
	display: inline-block;
}
#contact-us-form .nf-field-container {
	margin-bottom: 30px;
}
#contact-us-form nf-field {
	width: calc(50% - 12px);
}
#contact-us-form nf-field:nth-child(odd) {
	margin-right: 12px;
}
#contact-us-form nf-field:nth-child(even) {
	margin-left: 12px;
}
#contact-us-form input,
#contact-us-form textarea {
	color: #868686;
	padding: 12px 15px 14px 15px !important;
}
#contact-us-form .nf-form-content .list-select-wrap > div div:after {
	font-size: 18px;
}
#contact-us-form .nf-pass.field-wrap .nf-field-element:after {
	font-size: 26px;
}
#contact-us-form nf-field > div,
#contact-us-form nf-field:last-child {
	width: 100%;
}
#contact-us-form input[type="button"] {
	color: #fff;
	height: auto;
	line-height: 25px;
	padding: 11px 50px 10px !important;
}
#contact-us-form .nf-after-form-content {
	text-align: center;
}

@media (min-width: 1025px) {
	.dekstop-hide {
		display: none;
	}
}
@media (max-width: 1024px) {
	.elementskit-menu-container {
		transition: left 0.8s ease 0.2s;
	}
	.elementskit-menu-container.active {
		transition: left 0.8s ease 0.8s;
	}
	#top-navbar.scroll {
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.admin-bar #top-navbar .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
		top: 32px;
	}
	#top-navbar.scroll .elementskit-menu-hamburger,
	#top-navbar.scroll .elementskit-menu-hamburger-icon {
		transition: 0.4s;
	}
	#top-navbar.scroll .elementskit-menu-hamburger {
		border-color: #54595f;
	}
	#top-navbar.scroll .elementskit-menu-hamburger-icon {
		background-color: #54595f;
	}

	#instructors .elementor-column .elementor-widget-container {
		width: 300px;
	}
	#instructors .elementor-column:nth-child(odd) {
		display: flex;
		justify-content: flex-end;
	}
	#instructors .elementor-column-wrap {
		width: auto;
	}

	#intro-post .eael-timeline-post .eael-timeline-post-inner {
		width: 92%;
	}
}
@media (max-width: 992px) {
	#intro-post .eael-timeline-post .eael-timeline-post-inner {
		width: 97%;
	}
	.eael-timeline-post time,
	.eael-timeline-post:nth-child(2n) time {
		padding-top: 0;
	}
}
@media (max-width: 800px) {
	/* Search results page -> */
	.search.search-results .wrap-posts {
		margin-left: -13px;
		margin-right: -13px;
	}
	.search.search-results .page-content article.post {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(50% - 30px);
	}
	.search .entry-title {
		margin-top: 80px;
	}
	/* <- Search results page */
}
@media (max-width: 782px) {
	.admin-bar .bdt-lightbox,
	.admin-bar #top-navbar,
	.admin-bar #top-navbar .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
		top: 46px;
	}
}
@media (max-width: 767px) {
	.elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
		padding: 10px !important;
	}
	#contact-info .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-element-populated {
		padding: 0 !important;
	}
	#subscribe-form div.wpcf7 .ajax-loader {
		right: 136px;
	}
	#subscribe-form .wpcf7-form-control-wrap {
		width: 100%;
	}

	.fbc-page .fbc-wrap .fbc-items li a i {
		margin-right: 7px;
	}

	#instructors .elementor-column {
		display: flex;
		justify-content: center !important;
	}
	#instructors .elementor-column .elementor-widget-container {
		width: 289px;
	}

	#intro-post .eael-timeline-post .eael-timeline-post-inner {
		width: 100%;
	}

	/* Search results and 404 page -> */
	.search.admin-bar .she-header {
		margin-top: 0 !important;
	}
	.search .page-content {
		padding: 25px 15px 50px;
	}
	.search .entry-title {
		line-height: 1em !important;
		margin-top: 50px;
	}
	.search .page-content .search-form .search-submit {
		margin-left: 8px;
		padding: 8px 15px 10px;
	}
	.search.search-results .page-content {
		padding-bottom: 80px;
	}
	.search .page-content .page-title {
		font-size: 28px !important;
		line-height: 38px;
	}
	.search .entry-title a {
		font-size: 21px;
	}
	.search .entry-meta {
		font-size: 15px;
	}
	.search .entry-meta,
	.search .entry-footer {
		padding: 10px 15px 10px;
	}
	.search .entry-summary p {
		font-size: 16px;
	}
	/* <- Search results page */
}
@media screen and (max-width: 640px) {
	/* Search results page -> */
	.search.search-results .wrap-posts {
		margin-left: 0;
		margin-right: 0;
	}
	.search.search-results .page-content article.post {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	/* <- Search results page */
}
@media (max-width: 600px) {
	#commentform .comment-form-author,
	#commentform .comment-form-email,
	#commentform .comment-form-url {
		width: 100%;
	}
	#commentform .comment-form-email,
	#commentform .comment-form-url {
		margin-left: 0;
	}
	#commentform .comment-form-email,
	#commentform .comment-form-url,
	#commentform .comment-form-comment {
		margin-top: 0;
	}
	#contact-us-form nf-field {
		width: 100%;
	}
	#contact-us-form nf-field:nth-child(odd) {
		margin-right: 0;
	}
	#contact-us-form nf-field:nth-child(even) {
		margin-left: 0;
	}
}
@media (max-width: 572px) {
	.eael-tab-top-icon {
		display: flex;
		flex-wrap: wrap;
	}
	.eael-tab-top-icon .active {
		order: 1;
	}
}
@media (min-width: 361px) {
	#subscribe-form p {
		align-items: flex-start;
		display: flex;
	}
}
@media (max-width: 360px) {
	#subscribe-form div.wpcf7 .ajax-loader {
		left: -12px;
		right: auto;
		top: 60px;
	}
	#subscribe-form .wpcf7-submit {
		margin: 12px 0 0 0;
		width: 100%;
	}
}