/***
 Theme Name:  FitX
==============================
TABLE CONTENT
	Import Google Fonts
	Include Third Party CSS Library
	GENERAL
	HEADER
		Offcanvas Sidebar
		Search form
		Main header
		Mega menu
		Header layouts
	Page layouts
	Pagination
	Breadcrumb
	CATEGORY PAGES
	SINGLE POST
	Author box
	comment
	Post share social
	WP STYPE
	Custom amine
***/

/*Import google fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Roboto&display=swap');

/* Import third party CSS library */
@import url(vendor/bootstrap.min.css);
@import url(vendor/owl.carousel.min.css);
@import url(vendor/material-icons.min.css);
@import url(vendor/weather-icons.min.css);
@import url(vendor/ionicons.min.css);
@import url(vendor/flaticon.css);
@import url(vendor/animate.min.css);
@import url(vendor/magnific-popup.css);
@import url(vendor/fontawesome-all.min.css);
@import url(vendor/themify-icons.css);

/* GENERAL */
body {
	font-family: roboto, "Lora", Georgia, Times, serif;
	font-weight: normal;
	font-style: normal;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
a.read-more,
.entry-meta,
.readmore-btn,
.widget-taber a.nav-link {
	margin-top: 0px;
	font-style: normal;
	text-transform: normal
}

.entry-meta.font-x-small {
	font-weight: 400;
}

video {
	max-width: 100%;
}

.img {
	max-width: 100%;
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}

.fix {
	overflow: hidden
}

.clear {
	clear: both
}

a,
.button {
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none
}

a {
	color: #171616;
	text-decoration: none;
}

a:hover {
	color: #007cba;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none
}

.transition-02s,
.transition-02s:hover {
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-ms-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

ul {
	margin: 0px;
	padding: 0px
}

li {
	list-style: none
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 10px 0;
	padding: 0
}

img {
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
}

.font-size-1rem {
	font-size: 1rem;
}

.readmore-btn:hover i {
	padding-left: 6px;
}

.boxed-btn {
	background: #fff;
	display: inline-block;
	padding: 18px 44px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 400;
	border: 0;
	border: 1px solid;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer
}

.boxed-btn:hover {
	color: #fff!important;
	border: 1px solid
}

.boxed-btn:focus {
	outline: none
}

.boxed-btn.large-width {
	width: 220px
}
[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: ""
}
[data-opacity="1"]::before {
	opacity: 0.1
}
[data-opacity="2"]::before {
	opacity: 0.2
}
[data-opacity="3"]::before {
	opacity: 0.3
}
[data-opacity="4"]::before {
	opacity: 0.4
}
[data-opacity="5"]::before {
	opacity: 0.5
}
[data-opacity="6"]::before {
	opacity: 0.6
}
[data-opacity="7"]::before {
	opacity: 0.7
}
[data-opacity="8"]::before {
	opacity: 0.8
}
[data-opacity="9"]::before {
	opacity: 0.9
}

::placeholder {
	color: #838383
}

.section-padding {
	padding-top: 120px;
	padding-bottom: 120px
}

.font-x-small {
	font-size: 11px!important;
}

.font-small {
	font-size: 14px!important;
}

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

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

.separator {
	border-top: 1px solid #f2f2f2
}

.owl-carousel .owl-nav div {
	background: rgba(255,255,255,0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	font-size: 22px;
	color: #646464;
	opacity: 1;
	visibility: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease 0s;
	width: 40px
}

.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: -30px
}

.owl-carousel .owl-nav div.owl-next i {
	position: relative;
	right: 0;
	top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
	position: relative;
	right: 1px;
	top: 0px
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
	color: #fff;
	background: #ff3500
}

#scrollUp {
	height: 50px;
	width: 22px;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	border-radius: 15px;
	padding-top: 5px;
}

#scrollUp:hover {
	color: #fff
}

.sticky-bar {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.05);
	background: #fff;
}

.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin: 0 auto
}

.preloader img.jump {
	max-height: 100px;
}

.align-center-vertical {
	margin-top: auto;
	margin-bottom: auto;
}

.text-limit-1-row {
	overflow: hidden!important;
	display: -webkit-box!important;
	-webkit-line-clamp: 1!important;
	-webkit-box-orient: vertical;
}

.text-limit-2-row {
	overflow: hidden!important;
	display: -webkit-box!important;
	-webkit-line-clamp: 2!important;
	-webkit-box-orient: vertical;
}

.text-limit-3-row {
	overflow: hidden!important;
	display: -webkit-box!important;
	-webkit-line-clamp: 3!important;
	-webkit-box-orient: vertical;
}

.img-hover-scale {
	overflow: hidden;
	position: relative;
}

.img-hover-scale img {
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.img-hover-scale:hover img{
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:-webkit-transform .5s;
	transition:-webkit-transform .5s;
	-o-transition:transform .5s;
	transition:transform .5s;
	transition:transform .5s,-webkit-transform .5s;
	}

.img-hover-slide {
	min-height: 380px;
	overflow: hidden;
}

.img-hover-slide-sub {
	min-height: unset;
	overflow: hidden;
}

.entry-header-3 {
	min-height: 200px;
	border-bottom: 2px solid #d0d0d0;	
}

.img-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.thumb-overlay {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.thumb-overlay::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),to(rgba(0,0,0,.8)));
	background: -webkit-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
	background: -o-linear-gradient(top,transparent 50%,rgba(0,0,0,.8) 100%);
	background: linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.8) 100%);
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease
}

.thumb-overlay:hover::before {
	background-color: rgba(0,0,0,.2)
}

.transition-ease-04 {
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.top-right-icon {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	z-index: 3;
	color: #fff;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition-duration: 0.4s;
	-ms-transition: all 0.4s ease;
}

.top-right-icon i {
	top: 2px;
}

.img-hover-scale:hover .top-right-icon,
.img-hover-slide:hover .top-right-icon {
	margin-top: -3px;
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.18),0px 4px 15px 0px rgba(0,0,0,0.15);
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition-duration: 0.4s;
	-ms-transition: all 0.4s ease;
}

.hover-box-shadow {
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition-duration: 0.4s;
	-ms-transition: all 0.4s ease;
}

.hover-box-shadow:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.18),0px 4px 15px 0px rgba(0,0,0,0.15);
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition-duration: 0.4s;
	-ms-transition: all 0.4s ease;
}

.letter-background {
	line-height: 1.2;
	color: rgba(0,0,0,.07);
	z-index: 1;
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	text-transform: uppercase;
	font-size: 4rem;
	font-weight: 900;
}

.font-weight-ultra {
	font-weight: 900;
}
.position-midded{
	position:absolute;
	width:fit-content;
	max-width: 1366px;
	background-color: rgba(0, 0, 0, 0.5);
	top:50%;
	transform:translateY(-50%) translateX(-50%);left:50%;
	border-radius: 12px;
	margin-right:20px ;
	margin-left: 20px;
	padding: 20px 30px;
	}
	
#sidebar-wrapper.position-right{right:0;left:unset;}
.position-midded h2{
	font-size: 2rem!important;
}

.scroll-progress {
	height: 3px;
	width: 0px;
	z-index: 9999999;
	position: absolute;
	bottom: -3px;
}

/*cursor*/
#off-canvas-toggle,
.user-account,
.subscribe,
.search-clos,
button.slick-arrow,
.off-canvas-close,
.search-button,
.slick-dots button,
.slider-post-thumb,
button.search-icon {
	cursor: pointer;
}

/*Gradient*/
.gradient-bg-1 {
	background: rgb(226,70,92);
	background: -webkit-linear-gradient(left,rgba(226,70,92,1) 0%,rgba(254,65,65,1) 50%,rgba(255,185,87,1) 100%);
	background: -o-linear-gradient(left,rgba(226,70,92,1) 0%,rgba(254,65,65,1) 50%,rgba(255,185,87,1) 100%);
	background: linear-gradient(to right,rgba(226,70,92,1) 0%,rgba(254,65,65,1) 50%,rgba(255,185,87,1) 100%);
}

/*Pagination*/
.pagination-area .page-item {
	margin: 0
}

.pagination-area .page-item:first-child {
	margin: 0
}

.pagination-area .page-link {
	border: 0;
	font-size: 13px;
	box-shadow: none;
	outline: 0;
	color: #889097;
	background: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	padding: 0;
	margin-right: 10px;
}

.pagination-area .page-item.active .page-link {
	color: #fff!important;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
	border-radius: 50%!important;
	background: none;
}

/*Breadcrumb*/
.breadcrumb {
	display: inline-block;
	padding: 0;
	text-transform: capitalize;
	color: #6e6e6e;
	font-size: 1rem;
	background: none;
	margin: 0;
	border-radius: 0;
}

.breadcrumb  span {
	content: ">";
	position: relative;
	text-align: center;
	padding: 0 10px;
}

.breadcrumb span.no-arrow::before {
	content: none;
}

/*LOOP*/
.loop-list-style-1 .post-thumb {
	border-radius: 10px;
}
.post-featured{
	width: 100%; 
    border-radius: 10px;
    overflow: hidden; 
    margin-bottom: 20px; 
}
.post-featured img{
	width: 100%; 
    height: auto;
}
.credit{
	padding-left: 10px;
}

@media only screen and (max-width: 480px){
   .loop-list-style-1 .post-thumb{
	border-radius: 10px;
	max-width: unset;
	max-height: unset;
   } 
}

/* NEWS CATEGORY PAGES */
.archive-header {
	width: 100%;
}

.text-center {
	text-align: center !important;
}

.archive-header h1 {
	position: relative;
	font-weight: 900;
}

.archive .loop-list-1 .first-post .img-hover-slide {
	min-height: 400px;
}
.post-title{
	font-weight: 600;
}
.animate-conner-box::after {
	content: " ";
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	bottom: -45px;
	right: -45px;
	border-left: 45px solid #f2546a;
	border-bottom: 45px solid #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/*SINGLE POST*/
.entry-header-1 h1 {
	max-width: 100%;
}

.entry-header-2 h1 {
	max-width: 80%;
	margin: 0 auto;
}

.entry-title h1 {
	font-size: 1.5rem!important;
}

.overflow-hidden {
	overflow: hidden;
}

.font-weight-500 {
	font-weight: 500;
}

.single-sidebar-share {
	position: absolute;
	left: -100px;
}

.single-social-share a {
	background: #ffffff;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	box-shadow: 0 2px 5px -2px rgba(0,0,0,0.15),0px 3px 8px -2px rgba(0,0,0,0.15);
	display: block;
	font-weight: 500;
}

.single-thumnail .arrow-cover i {
	color: #fff;
}

.single-excerpt p {
	line-height: 1.5;
}
.news-main{
	display: flex;
}
.entry-main-content p {
	line-height: 1.5rem;
	font-size: 1rem;
}
.entry-main-content h2 {
	line-height: 1.25;
	margin-top: 30px;
	margin-bottom: 28px;
	font-size: 30px;
}
.entry-main-content h3 {
	display: block;
	line-height: 2.5rem;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}
.entry-main-content h3::before{
	content: "";
	vertical-align: middle;
	margin-right: 5px;
}
.entry-main-content ul{
	padding: 10px 20px;
}
.entry-main-content ul li{
	list-style-type: none;
}

.entry-main-content figure {
	margin: 30px auto;
}

.entry-bottom .tags a {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	border-radius: 30px;
	font-size: 14px;
}
.entry-bottom .tags a:hovor{
	background-color: #d35353!important;
	color: #fff;
}

.related-posts .img-hover-slide {
	min-height: 200px;
}

.single-header-2 .single-thumnail {
	min-height: 540px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.single-header-2 .entry-header-1 {
	padding: 100px;
}

.single-header-3.single-header-2 .entry-header-1 {
	padding: 50px;
}

/*Author box*/
.author-bio {
	text-align: left;
	display: flex;
}

.author-bio .author-image img {
	border-radius: 50%;
	width: 90px;
	height: 90px;
}

.author-bio .author-image {
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	width: 90px;
	height: 90px;
	margin-right: 40px;
}

.author-bio .author-info {
	flex-grow: 1;
}

.author-bio h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.author-bio h5 {
	font-size: 12px!important;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
	color: var(--color-black);
}

.author-bio .author-description {
	margin-top: 15px;
	margin-bottom: 15px;
}

.author-bio .author-bio-link {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	margin-right: 20px;
	border-radius: 30px;
	font-size: 14px;
}
.author-bio .author-bio-sm {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 30px;
	font-size: 14px;
}
.author-bio .author-social {
	display: inline-block;
}

.author-bio .author-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.author-bio .author-social-icons li {
	display: inline-block;
}

.author-bio .author-social-icons li:first-child a {
	margin-left: 0;
}

.author-bio .author-social-icons li a {
	text-align: center;
	font-size: 16px;
	margin-left: -1px;
	padding-top: 0;
	display: block;
	margin-left: 20px;
}

.author-bio .author-social-icons li a i {
	font-size: 14px;
}

.author .author-bio {
	margin: 0;
	padding: 50px;
	border: 0;
	background: #f4f5f9;
	border-radius: 5px;
}

/*post-share-social*/
figure .social-share,
.post-thumb .social-share {
	position: absolute;
	float: left;
	overflow: hidden;
	padding-left: 0;
	bottom: 10px;
	right: 0;
	margin: 0;
	z-index: 200;
}

.animate-conner .post-thumb .social-share {
	right: 35px;
}

figure .social-share li,
.post-thumb .social-share li {
	width: 100%;
	text-align: center;
	max-width: 0px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	float: left;
	margin-left: 5px;
}

figure .social-share li:first-child,
.post-thumb .social-share li:first-child {
	max-width: 30px;
	opacity: 1;
	pointer-events: none;
}

figure .social-share li a,
.post-thumb .social-share li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
}

figure .social-share:hover li:nth-child(1),
.post-thumb .social-share:hover li:nth-child(1) {
	opacity: 0;
	max-width: 0;
}

figure .social-share:hover li,
.post-thumb .social-share:hover li {
	opacity: 1;
	max-width: 30px;
}

figure .social-share:hover li:last-child,
.post-thumb .social-share:hover li:last-child {
	margin-right: 15px;
}

.social-share {
	height: 0;
	transition-duration: 0.2s;
}

.bgcover:hover .social-share,
.post-thumb:hover .social-share {
	height: 30px;
	transition-duration: 0.2s;
}

.post-thumb .social-share li a {
	background: #007aff;
}

.post-thumb .social-share li a.fb {
	background: #3b5999;
}

.post-thumb .social-share li a.tw {
	background: #55acee;
}

.post-thumb .social-share li a.pt {
	background: #bd081c;
}

/*WP STYPE*/
.wp-block-separator {
	border-top: 1px solid #dfdfdf;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image,
.wp-block-embed,
.wp-block-gallery {
	margin-bottom: 30px;
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blocks-gallery-grid,
.wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
	width: calc((100% - 32px)/3);
	margin-right: 16px;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
	margin-right: 0;
}

.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item,
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
	width: calc((100% - 30px)/6);
	margin-right: 15px;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(5n) {
	margin-right: 0;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	height: 100%;
	flex: 1;
	-o-object-fit: cover;
	object-fit: cover;
}

.wp-block-separator.is-style-dots {
	border: none;
	width: auto;
}

.wp-block-separator.is-style-dots {
	background: none!important;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto;
}

.wp-block-separator.is-style-dots::before {
	content: "\00b7 \00b7 \00b7";
	color: currentColor;
	font-size: 20px;
	letter-spacing: 2em;
	padding-left: 2em;
	font-family: sans-serif;
}

.wp-block-separator.is-style-dots {
	text-align: center;
	line-height: 1;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 16px;
	padding: 30px;
	background: #f4f5f9;
	border-radius: 5px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 30px;
	line-height: 1.3;
	font-style: normal;
}

.wp-block-image {
	margin-bottom: 30px;
}

.entry-main-content figure.alignleft {
	margin-right: 30px;
	margin-top: 20px;
}

.wp-block-image .alignleft {
	float: left;
	margin-right: 1em;
}

.entry-main-content figure.alignright {
	margin-left: 30px;
	margin-top: 20px;
}

.wp-block-image .alignright {
	float: right;
	margin-left: 1em;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
	display: table-caption;
	caption-side: bottom;
	width: 100%;
}

.wp-block-image figcaption {
	color: #6a6a6a;
	z-index: 1;
	bottom: 0;
	right: 0;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
}

.tooltip-inner {
	font-size: 0.7em;
}

table {
	width: 100%;
	margin-bottom: 1.5rem;
	color: #212529;
	border-collapse: collapse;
}

.entry-main-content table td,
.entry-main-content table th,
.comment-content table td,
.comment-content table th {
	padding: 0.5em;
	border: 1px solid #d0d0d0;
}

.entry-main-content dd,
.single-comment dd {
	margin: 0 0 1.65em;
}

.entry-main-content ul {
	list-style: disc;
}

.entry-main-content ul li,
.comment-content ul li {
	list-style: disc inside;
	line-height: 2;
}

.entry-main-content ul li.blocks-gallery-item {
	list-style: none;
}
.entry-main-content pre{
	font-family: sans-serif;
	font-weight: 600;
	background-color: #f4f4f4; 
    border: 1px solid #ddd; 
    padding: 15px; 
    border-radius: 5px; 
    font-size: 16px; 
    line-height: 1.6; 
    color: #333; 
    overflow-x: auto; 
    white-space: pre-wrap; 
}

.entry-main-content li > ul,
.entry-main-content li > ol,
.comment-content li > ul,
.comment-content li > ol {
	padding-left: 2rem;
}

.entry-main-content ol {
	padding-left: 0;
}

ol li {
	list-style: decimal inside;
	width: 100%;
	line-height: 2;
}

pre {
	background-color: #eee;
	font-size: 1em;
	line-height: 1.8;
	margin: 15px 0;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	border-radius: 15px;
}
pre h3{
	font-size: 1.5rem;
}

/*custom amine*/
.loader,
.bar {
	width: 100px;
	height: 20px;
}

.bar {
	position: absolute;
	display: flex;
	align-items: center;
}

.bar::before,
.bar::after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #3fa9f5;
	opacity: 0;
	border-radius: 10px;
	animation: slideleft 3s ease-in-out infinite;
}

.bar1::before {
	animation-delay: 0.00s
}

.bar1::after {
	animation-delay: 0.3s
}

.bar2::before {
	animation-delay: 0.60s
}

.bar2::after {
	animation-delay: 0.90s
}

.bar3::before {
	animation-delay: 1.20s
}

.bar3::after {
	animation-delay: 1.50s
}

@keyframes slideleft {
	10% {
		opacity: 0;
		transform: scale(0);
		right: 0
	}

	50% {
		opacity: 1;
		transform: scale(1)
	}

	90% {
		opacity: 0;
		transform: scale(0);
		right: 100%
	}
}
[data-loader='spinner'] {
	width: 35px;
	height: 35px;
	display: inline-block;
	-webkit-animation: spinner 1.2s infinite ease-in-out;
	-o-animation: spinner 1.2s infinite ease-in-out;
	animation: spinner 1.2s infinite ease-in-out;
	background: url(../imgs/favicon.svg);
	box-shadow: 0 0 10px #fff;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		-ms-transform: perspective(120px) rotateX(0) rotateY(0);
		-o-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		-ms-transform: perspective(120px) rotateX(0) rotateY(0);
		-o-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		-ms-transform: perspective(120px) rotateX(0) rotateY(0);
		-o-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		-ms-transform: perspective(120px) rotateX(0) rotateY(0);
		-o-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(0);
		transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-ms-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		-o-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(239,63,72,0.8);
	}

	100% {
		box-shadow: 0 0 0 5px rgba(0,0,0,0);
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0px rgba(239,63,72,0.1);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0,0,0,0);
	}
}

@keyframes jump {
	0% {
		transform: translate3d(0,50%,0);
	}

	100% {
		transform: translate3d(0,0,0);
	}
}

.jump {
	transform-origin: 0;
	animation: jump .5s linear alternate infinite;
}