@charset "utf-8";
/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */
/*
Theme Name: UNLIMHOST
Description: Hover styles for all theme elements (menus, buttons, inputs, etc.)
*/


/* Buttons hovers
------------------------------------------------------------------ */

/* This way via gradient */
[class*="sc_button_hover_slide"] {
	-webkit-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.sc_button_hover_just_init {
	-webkit-transition: none !important;
	    -ms-transition: none !important;
	        transition: none !important;
}

[class*="sc_button_hover_"]:not(.sc_button_bg_image) {
	-webkit-transition: color 0.3s ease , border-color 0.3s ease , background-position 0.3s ease , background-color  linear 0.3s !important;
	    -ms-transition: color 0.3s ease , border-color 0.3s ease , background-position 0.3s ease , background-color  linear 0.3s !important;
	        transition: color 0.3s ease , border-color 0.3s ease , background-position 0.3s ease , background-color  linear 0.3s !important;
}

/* Arrow */
.sc_button_hover_arrow {
	position:relative;
	overflow:hidden;
	padding-left: 2em !important;
	padding-right: 2em !important;
}
.sc_button_hover_arrow:before {
	content: '\e8f4';
	font-family:'fontello';
	position:absolute;
	z-index:1;
	right: -2em !important;
	left: auto !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
	background-color:transparent !important;
	color: inherit !important;
}
.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before,
.vc_active .sc_button_hover_arrow:before {
	right: 0.5em !important;
}



/* Images (post featured) hovers
----------------------------------------------------- */
.post_featured[class*="hover_"] {
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	    -ms-transition: all 0.35s ease-in-out;
			transition: all 0.35s ease-in-out;
}
.post_featured[class*="hover_"],
.post_featured[class*="hover_"] * {
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
			box-sizing: border-box;
}

.post_featured .mask {
	content: ' ';
	position:absolute;
	z-index:100;
	left: 0;
	top:0;
	right:0;
	bottom:0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	        transition: all ease .5s;
}
.post_featured .post_info {
	position:absolute;
	z-index:103;
	left: 50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%) scale(0.5,0.5);
	    -ms-transform:translateX(-50%) translateY(-50%) scale(0.5,0.5);
	        transform:translateX(-50%) translateY(-50%) scale(0.5,0.5);
	-webkit-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	        transition: all ease .5s;
	display:none;
	font-size:1.1429em;
	line-height:1.3em;
	width:90%;
	text-align:center;
	margin:-1em auto 0;
	opacity: 0;
}


/* Hover empty */
.post_featured.hover_ .icons {
	position:absolute;
	z-index:120;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
}


/* Hover Icons */
.post_featured.hover_icon,
.post_featured.hover_icons {
	position:relative;
	display:block;
}
.post_featured.hover_icon .mask {
	background-color:rgba(101, 182, 71,.7) !important;
}
.post_featured.hover_icon:hover .mask {
	opacity: 1;
}
.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
	position:absolute;
	z-index:102;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	font-size:1.7143em;
	cursor:pointer;
	display:block;
	width: 2.1667em;
	height: 2.1667em;
	line-height: 2.1667em;
	text-align:center;
	display:inline-block;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
	    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
	        transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
	-webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	    -ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	        transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	opacity: 0;
	margin-left:-1.3333em;
}
.post_featured.hover_icons .icons a.single_icon {
	margin-left:0;
}
.post_featured.hover_icon .icons a {
	font-size:25px;
	margin-left: 0;
}
.post_featured.hover_icons .icons a+a {
	margin-left:1.3333em;
	-webkit-transition-delay: .15s;
	    -ms-transition-delay: .15s;
	        transition-delay: .15s;
}
.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
	    -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1);
	        transform: translateX(-50%) translateY(-50%) scale(1, 1);
	-webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	        transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.post_featured.hover_icons:hover .icons a+a {
	-webkit-transition-delay: .15s;
	    -ms-transition-delay: .15s;
	        transition-delay: .15s;
}


/* Hover Zoom: icons 'link' and 'zoom' */
.post_featured.hover_zoom:before {
	content: ' ';
	position:absolute;
	z-index:101;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin:-50px 0 0 -50px;
	border: 2px solid #fff;
	background-color:rgba(0,0,0,0.15);
	-webkit-transform:scale(0,0) rotate(0deg);
	    -ms-transform:scale(0,0) rotate(0deg);
	        transform:scale(0,0) rotate(0deg);
	-webkit-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.post_featured.hover_zoom:hover:before {
	-webkit-transform:scale(1,1) rotate(45deg);
	    -ms-transform:scale(1,1) rotate(45deg);
	        transform:scale(1,1) rotate(45deg);
}
.post_featured.hover_zoom .mask {
	background-color:rgba(255,255,255,0.15);
}
.post_featured.hover_zoom:hover .mask {
	opacity: 1;
}
.post_featured.hover_zoom .icons {
	position:absolute;
	z-index:102;
	left: 50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	    -ms-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
	display:inline-block;
}
.post_featured.hover_zoom .icons a {
	display: inline-block;
	font-size: 18px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align:center;
	color: #fff;
	position:relative;
	left: -50px;
	opacity:0;
	-webkit-border-radius: 3px;
	    -ms-border-radius: 3px;
			border-radius: 3px;
	-webkit-transform:scale(0,0);
	    -ms-transform:scale(0,0);
	        transform:scale(0,0);
	-webkit-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.post_featured.hover_zoom .icons a+a {
	margin-left:8px;
	left: 50px;
}
.post_featured.hover_zoom .icons a:hover {
	color: #fff;
	background-color:rgba(255,255,255,0.2);
}
.post_featured.hover_zoom:hover .icons a {
	left: 0;
	opacity:1;
	-webkit-transform:scale(1,1);
	    -ms-transform:scale(1,1);
	        transform:scale(1,1);
}

/* Hover Dots */
.post_featured.hover_dots:hover .mask {
	opacity: 1;
}
.post_featured.hover_dots .icons {
	position:absolute;
	z-index:120;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
}
.post_featured.hover_dots .icons span {
	position:absolute;
	z-index:102;
	left: 50%;
	top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	    -ms-transform:translateX(-50%) translateY(-50%);
	        transform:translateX(-50%) translateY(-50%);
	display:inline-block;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: all ease .5s;
	    -ms-transition: all ease .5s;
	        transition: all ease .5s;
	opacity: 0;
}
.post_featured.hover_dots:hover .icons span {
	opacity: 1;
	display:inline-block;
}
.post_featured.hover_dots:hover .icons span:first-child {
	margin-left: -13px;
}
.post_featured.hover_dots:hover .icons span+span+span {
	margin-left: 13px;
}
.post_featured.hover_dots.hover_with_info .icons span {
	margin-top:1em;
}
.post_featured.hover_dots .post_info {
	display:block;
	top: 45%;
}
.post_featured.hover_dots:hover .post_info {
	-webkit-transform:translateX(-50%) translateY(-50%) scale(1,1);
	    -ms-transform:translateX(-50%) translateY(-50%) scale(1,1);
	        transform:translateX(-50%) translateY(-50%) scale(1,1);
	opacity: 1;
}

/* Hover Fade, Slide, Pull, Border: Common Rules */
.post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
	position: relative;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align: center;
	display: block;
	margin:0;
	opacity: 1;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transition: none;
	    -ms-transition: none;
			transition: none;
	-webkit-transform: none;
	    -ms-transform: none;
			transform: none;
}
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
	font-weight:400;
	font-size:1.5em;
	line-height:1.4em;
	margin: 0 0 0.5em;
	text-transform:uppercase;
	text-align: center;
}
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
	margin: 0;
	position: relative;
	padding: 0.5em 1em;
	text-align: center;
}
.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
	font-weight:700;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
	display: none;
}
.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
	-webkit-transition: all 0.35s ease;
	    -ms-transition: all 0.35s ease;
			transition: all 0.35s ease;
}
.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
	margin-top: 1em;
	display: none;
}

/* Hover Fade */
.post_featured.hover_fade:hover .mask {
	opacity: 1;
}
.post_featured.hover_fade .post_info .post_info_back {
	position:absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	padding: 15px;
	margin-top: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.post_featured.hover_fade.top_to_bottom .post_info .post_info_back { margin-top: -100%; }
.post_featured.hover_fade.bottom_to_top .post_info .post_info_back { margin-top: 100%; }
.post_featured.hover_fade.left_to_right .post_info .post_info_back { margin-left: -100%; }
.post_featured.hover_fade.right_to_left .post_info .post_info_back { margin-left: 100%; }

.post_featured.hover_fade:hover .post_info .post_info_back {
	margin:0 !important;
	opacity: 1;
}


/* Hover Slide */
.post_featured.hover_slide .mask {
	opacity: 0.3;
}
.post_featured.hover_slide:hover .mask {
	opacity: 1;
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
	text-align: left;
}
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
	-webkit-transition: all 0.35s ease;
	    -ms-transition: all 0.35s ease;
			transition: all 0.35s ease;
}
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
	position:relative;
	margin:0;
}
.post_featured.hover_slide .post_info .post_title {
	padding: 0 0 15px;
	margin: 30px 30px 15px;
	overflow:hidden;
}
.post_featured.hover_slide .post_info .post_title:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	-webkit-transition: all 0.35s ease;
	    -ms-transition: all 0.35s ease;
			transition: all 0.35s ease;
	-webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
			transform: translateX(-100%);
}
.post_featured.hover_slide:hover .post_info .post_title:after {
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
			transform: translateX(0px);
}
.post_featured.hover_slide img {
	max-width:none;	
	width: calc(100% + 20px);
	-webkit-transform: translateX(-10px);
	    -ms-transform: translateX(-10px);
			transform: translateX(-10px);
}
.post_featured.hover_slide:hover img {
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
			transform: translateX(0px);
}
.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
	text-align:left;
}
.post_featured.hover_slide .post_info .post_descr {
	padding: 0 30px 30px;
	opacity: 0;
	-webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
			transform: translateX(100%);
}
.post_featured.hover_slide:hover .post_info .post_descr {
	opacity: 1;
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
			transform: translateX(0px);
}

/* Hover Pull */
.post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
	text-align:left;
}
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin:0;
}
.post_featured.hover_pull:hover img {
	-webkit-transform: translateY(-60px);
	    -ms-transform: translateY(-60px);
			transform: translateY(-60px);
}
.post_featured.hover_pull .post_info .post_title {
	padding: 20px;
}
.post_featured.hover_pull:hover .post_info .post_title {
	-webkit-transform: translateY(-70px);
	    -ms-transform: translateY(-70px);
			transform: translateY(-70px);
}
.post_featured.hover_pull .post_info .post_descr {
	height: 60px;
	-webkit-transform: translateY(60px);
	    -ms-transform: translateY(60px);
			transform: translateY(60px);
}
.post_featured.hover_pull:hover .post_info .post_descr {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
			transform: translateY(0px);
}
.post_featured.hover_pull .post_info .post_descr .post_meta {
	max-height:60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin:0;
	padding: 0 10px 0 20px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
			transform: translateY(-50%);
}


/* Hover Border */

.post_featured.hover_border:hover .mask {
	opacity: 1;
}
.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
	content: ' ';
	position:absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	pointer-events: none;
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.post_featured.hover_border .post_info:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
			transform: scaleX(0);
}
.post_featured.hover_border:hover .post_info:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}
.post_featured.hover_border .post_info:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
			transform: scaleY(0);
}
.post_featured.hover_border:hover .post_info:after {
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
			transform: scaleY(1);
}
.post_featured.hover_border .post_info .post_info_back {
	position:absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	padding: 45px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
			transform: translateY(-50%);
}
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
	-webkit-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
			transition: all 0.5s ease;
}
.post_featured.hover_border:hover img {
	-webkit-transform: scale(1.1,1.1);
	    -ms-transform: scale(1.1,1.1);
			transform: scale(1.1,1.1);
}
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
	opacity: 0;
	position:relative;
	text-align: center;
	margin:0;
}
.post_featured.hover_border .post_info .post_title {
	font-size: 1.2em;
	padding: 0 0 15px;
	-webkit-transform: translateY(-1em);
	    -ms-transform: translateY(-1em);
			transform: translateY(-1em);
}
.post_featured.hover_border:hover .post_info .post_title {
	opacity: 1;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
			transform: translateY(0px);
}
.post_featured.hover_border .post_info .post_descr {
	padding: 0;
	-webkit-transform: translateY(1em);
	    -ms-transform: translateY(1em);
			transform: translateY(1em);
}
.post_featured.hover_border:hover .post_info .post_descr {
	opacity: 1;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
			transform: translateY(0px);
}
.post_featured.hover_border .post_info .post_info_item + .post_info_item:before {
	content:' ';
	display:block;
	margin: 0.5em 0 0 0;
}



/* Hover Shop (icons) */
.post_featured.hover_shop {
	position:relative;
	display:block;
}
.post_item:hover .post_featured.hover_shop .mask,
.post_item:hover .post_featured.hover_shop:hover .mask {
	opacity: 1;
}
.post_featured.hover_shop .icons {
	position:absolute;
	z-index:1002;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.post_featured.hover_shop .icons a {
	pointer-events: all;
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	font-size:1.2632em !important;
	padding:0 !important;
	letter-spacing:0 !important;
	cursor:pointer;
	display:inline-block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em !important;
	text-align:center;
	border: 3px solid #ddd !important;
	-webkit-border-radius: 0 !important;
	    -ms-border-radius: 0 !important;
			border-radius: 0 !important;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
	    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
	        transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
	-webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	    -ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	        transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	opacity: 0;
	margin-left:-1.76em;
}
.product-category .post_featured.hover_shop .icons a {
	margin-left:0;
}
.post_featured.hover_shop .icons a.added_to_cart {
	display:none;
}
.post_featured.hover_shop .icons a+a,
.post_featured.hover_shop .icons a+a+a {
	margin-left:1.76em;
	-webkit-transition-delay: .15s;
	    -ms-transition-delay: .15s;
	        transition-delay: .15s;
}
.post_featured.hover_shop .icons a.shop_cart:before {
	font-family:'fontello' !important;
	font-weight:400 !important;
	content:'\e93d' !important;
}
.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
	margin: 0 !important;
	padding: 0 !important;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.post_featured.hover_shop .icons a:after {
	position:absolute;
	top: 25%;
	left: 25%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	font-size: 0.6em;
}
.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
	    -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
	        transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
	-webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	        transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.post_item:hover .post_featured.hover_shop .icons a+a,
.post_item:hover .post_featured.hover_shop .icons a+a+a,
.post_featured.hover_shop:hover .icons a+a,
.post_featured.hover_shop:hover .icons a+a+a {
	-webkit-transition-delay: .15s;
	    -ms-transition-delay: .15s;
	        transition-delay: .15s;
}


/* Hover Shop (buttons) */
.post_featured.hover_shop_buttons {
	position:relative;
	display:block;
	overflow:hidden !important;
}
.post_featured.hover_shop_buttons .mask {
	display: none;
}
.post_featured.hover_shop_buttons .icons {
	position:absolute;
	z-index:1002;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.post_featured.hover_shop_buttons .icons a {
	position:absolute;
	z-index:10;
	left:0;
	bottom:-5em;
	font-size:1em !important;
	letter-spacing:0 !important;
	display:block;
	text-transform:none !important;
	width: 50%;
	text-align:center;
	padding:0.5em 1em !important;
	pointer-events: all;
}
.product-category .post_featured.hover_shop_buttons .icons a {
	width: 100%;
}
.post_featured.hover_shop_buttons .icons a.added_to_cart {
	display:none;
}
.post_featured.hover_shop_buttons .icons a+a,
.post_featured.hover_shop_buttons .icons a+a+a {
	left:50%;
}
.post_featured.hover_shop_buttons .icons a:before {
	font-family:'fontello' !important;
	font-weight:400 !important;
	content:'\e93d' !important;
	margin-right: 0.3em;
}
.post_featured.hover_shop_buttons .icons a.shop_link:before {
	content:'\e8b5' !important;
}
.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
	bottom: 0;
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}
/*
 * Custom layouts.
 *
 */
.sc_layouts_item {
	max-width:100%;
}
.sc_layouts_column .sc_layouts_item {							display: inline-block; vertical-align:middle; margin-right: 1.5em; }
.sc_layouts_column .sc_layouts_item:last-child { 				margin-right:0; }
.sc_layouts_column_align_right .sc_layouts_item {				margin-left: 1.5em; margin-right:0; }
.sc_layouts_column_align_right .sc_layouts_item:first-child {	margin-left:0; }

.sc_layouts_column_align_left,
.sc_layouts_column.sc_layouts_column_align_left .widget,
.sc_layouts_column.sc_layouts_column_align_left .widget_title,
.sc_layouts_column.sc_layouts_column_align_left .widgettitle {	text-align:left; }
.sc_layouts_column_align_center,
.sc_layouts_column.sc_layouts_column_align_center .widget,
.sc_layouts_column.sc_layouts_column_align_center .widget_title,
.sc_layouts_column.sc_layouts_column_align_center .widgettitle {	text-align:center; }
.sc_layouts_column_align_right,
.sc_layouts_column.sc_layouts_column_align_right .widget,
.sc_layouts_column.sc_layouts_column_align_right .widget_title,
.sc_layouts_column.sc_layouts_column_align_right .widgettitle {	text-align:right; }

@media (max-width: 767px) {
	.sc_layouts_column {
		width: 100% !important;
	}
	.sc_layouts_column_align_left,
	.sc_layouts_column_align_right {
		text-align:center;
	}
	.sc_layouts_hide_on_mobile {
		display: none !important;
	}
}
@media (max-width: 1023px) {
	.sc_layouts_hide_on_tablet {
		display: none !important;
	}
}

body.frontpage .sc_layouts_hide_on_frontpage,
body.error404 .sc_layouts_hide_on_frontpage {
	display: none !important;
}

.sc_layouts_row_delimiter {
	border-bottom: 1px solid #ddd;
}


/* Common rules
------------------------------------------------- */

/* VC Separator */
.sc_layouts_row .vc_separator {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}

/* Text with icons */
.sc_layouts_item_link {
	display:block;
}
.sc_layouts_item_icon {
	font-size: 2.25em;
	line-height:1.1em;
	display: inline-block;
	vertical-align:middle;
	-webkit-transition: color .3s ease;
	    -ms-transition: color .3s ease;
	        transition: color .3s ease;
}
.sc_layouts_item_details {
	display: inline-block;
	vertical-align:middle;
}
.sc_layouts_item_icon + .sc_layouts_item_details {
	margin-left: 0.5em;
}
.sc_layouts_column_icons_position_left .sc_layouts_item_details {
	text-align: left;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details {
	text-align: right;
}
.sc_align_center .sc_layouts_item_details {
	text-align: center;
}
.sc_layouts_item_details_line1,
.sc_layouts_item_details_line2 {
	display: block;
}
.sc_layouts_item_details_line1 {
	font-weight:400;
	font-size:13px;
	line-height:16px;
}
.sc_layouts_item_details_line2 {
	font-weight:700;
	font-size:16px;
	line-height:21px;
}

@media (max-width: 959px) {
	.sc_layouts_item_details_line1 {
		font-size:12px;
		line-height:16px;
	}
	.sc_layouts_item_details_line2 {
		font-size:15px;
		line-height:20px;
	}
}
@media (max-width: 767px) {
	.sc_layouts_item_details_line1 {
		font-size:11px;
		line-height:14px;
	}
	.sc_layouts_item_details_line2 {
		font-size:13px;
		line-height:18px;
	}
}
.sc_layouts_column_icons_position_right .sc_layouts_item:after {
	content: ' ';
	width: 100%;
	height: 0;
	clear:both;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_icon {
	float:right;
	margin-left: 0.4em;
	margin-right: 0;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details {
	float:right;
}



/* Row type: Narrow
-------------------------------------------------- */
.sc_layouts_row_type_narrow {
	font-size: 13px;
	line-height:19px;
	padding: 0.5em 0;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

@media (max-width: 959px) {
	.sc_layouts_row_type_narrow {
		font-size: 12px;
		line-height:18px;
	}
}
@media (max-width: 767px) {
	.sc_layouts_row_type_narrow {
		font-size: 11px;
		line-height:16px;
	}
}

.sc_layouts_row_type_narrow .sc_layouts_item {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Text with icons */
.sc_layouts_row_type_narrow .sc_layouts_item_icon,
.sc_layouts_row_type_narrow .sc_layouts_item input[type="text"] {
	font-size: inherit;
	font-weight: inherit;
	line-height:inherit;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
	display:inline-block;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
	margin-left: 0.5em;
}
@media (max-width: 959px) {
	.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 {
		display: none;
	}
	.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
		margin-left: 0;
	}
}


/* Social icons */
.sc_layouts_row_type_narrow .socials_wrap {
	margin: 0 -8px 0 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item {
	margin: 0 8px 0 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon {
	width: auto;
	height: auto;
	line-height:inherit;
	font-size: 15px;
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item_style_bg .social_icon {
	width: 1.2em;
	height: 1.2em;
}

/* Button */
.sc_layouts_row_type_narrow .sc_button {
	background-color: transparent;
	border: 1px solid #efa758;
	color: #efa758;
	text-transform:uppercase;
	font-size:11px;
	font-weight:400;
	padding: 1em 2em;
	letter-spacing:0;
	vertical-align:top;
}



/* Row type: Compact
-------------------------------------------------- */
.sc_layouts_row_type_compact {
	padding: 0.75em 0;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_layouts_row_type_compact .sc_layouts_item {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Text with icons */
.sc_layouts_row_type_compact .sc_layouts_item_icon {
	font-size:1.25em;
	font-weight: 400;
}
.sc_layouts_row_type_compact .sc_layouts_item input[type="text"] {
	font-size: inherit;
	font-weight: inherit;
	line-height:inherit;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1,
.sc_layouts_row_type_compact .sc_layouts_item_details_line2 {
	display:inline-block;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
	margin-left: 0.5em;
}

/* Social icons */
.sc_layouts_row_type_compact .socials_wrap {
	margin: 0 -10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item {
	margin: 0 10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
	width: auto;
	height: auto;
	line-height:inherit;
	font-size: 15px;
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item_style_bg .social_icon {
	width: 1.2em;
	height: 1.2em;
}


/* Button */
.sc_layouts_row_type_compact .sc_button {
	background-color: #efa758;
	color: #fff;
	font-size:12px;
	font-weight:400;
	padding: 1.5em 3em;
	letter-spacing:0.5px;
	vertical-align:top;
}



/* Row type: Normal
-------------------------------------------------- */
.sc_layouts_row_type_normal {
	padding: 2em 0;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.sc_layouts_row_type_normal .sc_layouts_item {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Button */
.sc_layouts_row_type_normal .sc_button {
	background-color: #efa758;
	color: #fff;
	font-size:11px;
	font-weight:600;
	padding: 1.5em 3em;
	letter-spacing:0.5px;
	vertical-align:top;
}



/* Fixed rows
--------------------------------------------- */
.sc_layouts_row_fixed_placeholder {
	display: none;
}
.sc_layouts_row_fixed_on + .sc_layouts_row_fixed_placeholder {
	display: block;
}
.sc_layouts_row_fixed_on {
	position: fixed;
	z-index:100002;
	top: 0;
	left: -15px;
	right: -15px;
	margin: 0 !important;
	background-color:#fff;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
	z-index:100001;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
	z-index:100000;
}
@media (max-width: 600px) {
	.sc_layouts_row_fixed_on {
		position:absolute;
	}
}
.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
	padding-top:0;
	padding-bottom:0;
}
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
	max-height:40px;
}.sc_layouts_logo img {	max-height: 80px; width: auto; }
.sc_layouts_row_type_compact .sc_layouts_logo img { max-height: 60px; }
.sc_layouts_row_type_narrow .sc_layouts_logo img { max-height: 40px; }

@media (max-width: 1439px) {
	.sc_layouts_logo img {	max-height: 60px; width: auto; }
	.sc_layouts_row_type_compact .sc_layouts_logo img { max-height: 40px; }
	.sc_layouts_row_type_narrow .sc_layouts_logo img { max-height: 30px; }
}

.sc_layouts_logo .logo_text {
	display:block;
}
.sc_layouts_logo .logo_slogan {
	display:block;
	font-size: 12px;
	line-height:15px;
	letter-spacing:0px;
}
.sc_layouts_menu_mobile_button {
	display: none;
}
.sc_layouts_menu_mobile_button .sc_layouts_item_icon {
	font-size: 2em;
}
@media (max-width: 767px) {
	.sc_layouts_menu_mobile_button {
		display: inline-block;
	}
}
.sc_layouts_menu_mobile_button_burger:not(.without_menu) {
	display:inline-block;
}

/* Menu: common rules
----------------------------------------- */
.sc_layouts_menu {
	position:relative;
	z-index:1000;
	overflow:hidden;
	visibility:hidden;
	max-height:3em;
}
.sc_layouts_menu.inited {
	overflow: visible;
	visibility: visible;
	max-height:none;
}
.sc_layouts_menu_nav, .sc_layouts_menu_nav ul {
	display:inline-block;
	margin:0;
	padding:0;
	list-style-type:none;
}
.sc_layouts_menu_nav:after, .sc_layouts_menu_nav ul:after {
	content:' ';
	display:block;
	width:100%;
	height:0;
	clear: both;
}
.sc_layouts_menu_nav li {
	margin: 0;
	position:relative;
}
.sc_layouts_menu_nav li > a {
	display:block;
	position:relative;
}

/* 1st level */
.sc_layouts_menu_nav {
	text-align:left;
	vertical-align:middle;
}
.sc_layouts_menu_nav > li {
	position:relative;
	float:left;
	z-index:20;
}
.sc_layouts_menu_nav > li+li { z-index:19; }
.sc_layouts_menu_nav > li+li+li { z-index:18; }
.sc_layouts_menu_nav > li+li+li+li { z-index:17; }
.sc_layouts_menu_nav > li+li+li+li+li { z-index:16; }
.sc_layouts_menu_nav > li+li+li+li+li+li { z-index:15; }
.sc_layouts_menu_nav > li+li+li+li+li+li+li { z-index:14; }
.sc_layouts_menu_nav > li+li+li+li+li+li+li+li { z-index:13; }
.sc_layouts_menu_nav > li+li+li+li+li+li+li+li+li { z-index:12; }
.sc_layouts_menu_nav > li+li+li+li+li+li+li+li+li+li { z-index:11; }

.sc_layouts_menu_nav > li > a {
	padding: 1em;
	position:relative;
	color: #333;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	        transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.sc_layouts_menu_nav > li > a:hover,
.sc_layouts_menu_nav > li.sfHover > a,
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
	color: #efa758;
}
.sc_layouts_menu_nav > li.current-menu-item > a,
.sc_layouts_menu_nav > li.current-menu-parent > a,
.sc_layouts_menu_nav > li.current-menu-ancestor > a {
	font-weight:600;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a {
	padding-right: 2em;
}
.sc_layouts_menu_nav > li.menu-item-has-children > a:after {
	content: '\e882';
	font-family: 'trx_addons_icons';
	font-weight:normal;
	display:inline-block;
	position:absolute;
	top:50%;
	right:1em;
	z-index:1;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li.menu-item-has-children > a:after,
.sc_layouts_menu_nav li li.menu-item-has-children > a:after {
	content: '\e884';
	font-family: 'trx_addons_icons';
	font-weight:normal;
	position:absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.sc_layouts_menu_nav li[class*="icon-"]:before {
	-webkit-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	        transition: all .3s ease;
}
.sc_layouts_menu_nav > li[class*="icon-"] > a {
	padding-left: 2em;
}
.sc_layouts_menu_nav > li[class*="icon-"]:before {
	position:absolute;
	display:inline-block;
	z-index:1;
	left: 0.5em;
	top: 0;
	padding:1em 0;
	width: 1em;
	line-height:inherit;
}
.sc_layouts_menu_nav > li[class*="columns-"][class*="icon-"]:before {
	position:static;
	margin:0 0 0 0.5em;
	float:left;
}
.sc_layouts_menu_nav > li[class*="columns-"][class*="icon-"] > a {
	float:left;
	margin-left: -1.5em;
}

.sc_layouts_menu_nav li[class*="image-"] > a {
	background-position: 1em center;
	background-repeat:no-repeat;
	background-size: 1em;
	padding-left: 2.3em;
}


/* Submenu */
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul {
	position:absolute;
	display:none;
	z-index:10000;
	width:13em;
	padding: 1.4em 0;
	text-align:left;
	background-color: #f0f0f0;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	    -ms-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
			box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
	padding: 0.6em 1.6667em;
	color: #333;
}
.sc_layouts_menu_nav > li li > a:hover,
.sc_layouts_menu_nav > li li.sfHover > a,
.sc_layouts_menu_nav > li li.current-menu-item > a,
.sc_layouts_menu_nav > li li.current-menu-parent > a,
.sc_layouts_menu_nav > li li.current-menu-ancestor > a {
	color: #efa758;
}

.sc_layouts_menu_nav > li li[class*="icon-"] > a > span {
	display: inline-block;
	padding-left: 1.6667em;
}
.sc_layouts_menu_nav > li li[class*="icon-"]:before {
	position:absolute;
	z-index: 1;
	left: 1.6667em;
	top: 50%;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	color: #333;
}
.sc_layouts_menu_nav > li li[class*="icon-"]:hover:before,
.sc_layouts_menu_nav > li li[class*="icon-"].shHover:before,
.sc_layouts_menu_nav > li li.current-menu-item:before,
.sc_layouts_menu_nav > li li.current-menu-parent:before,
.sc_layouts_menu_nav > li li.current-menu-ancestor:before {
	color: #efa758;
}

.sc_layouts_menu_nav > li li[class*="image-"] > a {
	background-position: 1.6667em center;
	padding-left: 3em;
}

.sc_layouts_menu_nav > li > ul {
	top:4.2em;
	left:50%;
	margin-left:-6.5em;	/* Not translate, because we use translate in the show effects */
}
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul,
.sc_layouts_menu_nav > li > ul ul {
	left:13em;
	top:-1.4em;
	margin: 0 0 0 2px;
	background-color: #f0f0f0;
}
.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse ul,
.sc_layouts_column_align_right .sc_layouts_menu_nav > li > ul ul,
.sc_layouts_menu_nav > li > ul ul.submenu_left {
	left:-13em;
	margin: 0 0 0 -2px;
}
.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse > ul {
	left:auto;
	right:0;
	margin-left:0;
}

/* Multi-columns submenu */
.sc_layouts_menu_nav > li[class*="columns-"] {
	position:static;
}

.sc_layouts_menu_nav > li[class*="columns-"] > ul {
	left: 0;
	right: 0;
	width: 100%;
	margin-left:0;
}
.sc_layouts_menu_nav ul li.columns-2 > ul {	width:26em; }
.sc_layouts_menu_nav ul li.columns-2 > ul.submenu_left { left:-26em; }
.sc_layouts_menu_nav ul li.columns-3 > ul {	width:39em; }
.sc_layouts_menu_nav ul li.columns-3 > ul.submenu_left { left:-39em; }
.sc_layouts_menu_nav ul li.columns-4 > ul {	width:52em; }
.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left { left:-52em; }
.sc_layouts_menu_nav ul li.columns-5 > ul {	width:65em; }
.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left { left:-65em; }

.sc_layouts_menu_nav li[class*="columns-"] > ul > li {
	display:inline-block;
	vertical-align:top;
}
.sc_layouts_menu_nav li.columns-2 > ul > li {	width:50%; }
.sc_layouts_menu_nav li.columns-3 > ul > li {	width:33.3333%; }
.sc_layouts_menu_nav li.columns-4 > ul > li {	width:25%; }
.sc_layouts_menu_nav li.columns-5 > ul > li {	width:20%; }

@media (min-width: 960px) and (max-width: 1279px) {
	.sc_layouts_menu_nav ul li.columns-4 > ul,
	.sc_layouts_menu_nav ul li.columns-5 > ul {		width:39em; }
	.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left,
	.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left { left:-39em; }
	
	.sc_layouts_menu_nav li.columns-4 > ul > li,
	.sc_layouts_menu_nav li.columns-5 > ul > li {	width:33.3333%; }
}
@media (max-width: 959px) {
	.sc_layouts_menu_nav ul li.columns-3 > ul,
	.sc_layouts_menu_nav ul li.columns-4 > ul,
	.sc_layouts_menu_nav ul li.columns-5 > ul {		width:26em; }
	.sc_layouts_menu_nav ul li.columns-3 > ul.submenu_left,
	.sc_layouts_menu_nav ul li.columns-4 > ul.submenu_left,
	.sc_layouts_menu_nav ul li.columns-5 > ul.submenu_left { left:-26em; }
	
	.sc_layouts_menu_nav li.columns-3 > ul > li,
	.sc_layouts_menu_nav li.columns-4 > ul > li,
	.sc_layouts_menu_nav li.columns-5 > ul > li {	width:50%; }
}

.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children > a {
	font-weight: bold;
}
.sc_layouts_menu_nav li[class*="columns-"] li.menu-item-has-children > a:after {
	display:none;
}

.sc_layouts_menu_nav li[class*="columns-"] > ul ul {
	position:static !important;
	display:block !important;
	margin-left: 0;	/* Specify positive value if you want to shift submenu items */
	padding : 0;
	left: auto;
	top: auto;
	width: auto;
	vertical-align:top;
	opacity: 1 !important;
	-webkit-transform:none !important;
	    -ms-transform:none !important;
	        transform:none !important;
	-webkit-box-shadow: none !important;
	    -ms-box-shadow: none !important;
			box-shadow: none !important;
}


/* Fixed rows
----------------------------------------------------- */
.sc_layouts_row_fixed_on {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
	    -ms-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
			box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}


/* Menu popup
----------------------------------------------------- */
.sc_layouts_menu_mobile_button_burger {
	position:relative;
}
.sc_layouts_menu_popup {
	position:absolute;
	z-index:1000;
	top: 2.4em;
	left: 50%;
	display:none;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
}
.sc_layouts_menu_popup .sc_layouts_menu_nav {
	position:relative;
	left:0;
	top: 0;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li {
	display:block;
	float:none;
}


/* Menu collapse
----------------------------------------------------- */
.sc_layouts_menu_nav .menu-collapse {
	display:none;
}
.sc_layouts_menu_nav .menu-collapse > a {
	position:relative;
	text-align:center;
}
.sc_layouts_menu_nav .menu-collapse > a:before {
	position:relative;
	z-index:2;
	left: 1px;
	top: 0;
	-webkit-transform:rotate(90deg);
	    -ms-transform:rotate(90deg);
	        transform:rotate(90deg);
}
.sc_layouts_menu_nav .menu-collapse > a:after {
	content: ' ';
	position:absolute;
	z-index:1;
	left: 50%;
	top: 50%;
	-webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
	display:block;
	width: 2em;
	height: 2em;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	background-color: #f7f7f7;
}


/* Menu hovers
----------------------------------------------------- */

/* Slide Line and Slide Box */
.menu_hover_slide_line > ul > li#blob,
.menu_hover_slide_box > ul > li#blob {
	position: absolute;
	top: 0;
	z-index : 1;
	opacity:0;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
		-ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
			transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.menu_hover_slide_line > ul > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,
.menu_hover_slide_line > ul > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {
	background-color: transparent;
	-webkit-box-shadow: none;
	    -ms-box-shadow: none;
	        box-shadow: none;
}
.menu_hover_slide_line > ul > li#blob {
	height: 1px;
	margin-top: 3em;
}

/* Zoom Line */
.menu_hover_zoom_line > ul > li > a {
	position:relative;
}
.menu_hover_zoom_line > ul > li > a:before {
	content: "";
	height: 1px;
	position: absolute;
	margin-left:0.25em;
	top: 3em;
	left: 50%;
	-webkit-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
			transition: all 0.1s ease;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
	width: 0;	
}
.menu_hover_zoom_line > ul > li > a:hover:before,
.menu_hover_zoom_line > ul > li.sfHover > a:before,
.menu_hover_zoom_line > ul > li.current-menu-item > a:before,
.menu_hover_zoom_line > ul > li.current-menu-parent > a:before,
.menu_hover_zoom_line > ul > li.current-menu-ancestor > a:before {
	width: 80%;
}

/* Path Line */
.menu_hover_path_line > ul > li > a {
	position:relative;
}
.menu_hover_path_line > ul > li:before,
.menu_hover_path_line > ul > li:after,
.menu_hover_path_line > ul > li > a:before,
.menu_hover_path_line > ul > li > a:after {
	content: ' ' !important;
	position: absolute;
	-webkit-transition: -webkit-transform 0.1s;
	    -ms-transition: -ms-transform 0.1s;
	        transition: transform 0.1s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	    -ms-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
	        transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}
/* left and right line */
.menu_hover_path_line > ul > li:before,
.menu_hover_path_line > ul > li:after {
	top: 0.5em;
	bottom: 0.5em;
	width: 1px;
	
	-webkit-transform: scale3d(1, 0, 1);
	    -ms-transform: scale3d(1, 0, 1);
	        transform: scale3d(1, 0, 1);
}
/* left line */
.menu_hover_path_line > ul > li:before {
	left: 0.2em;
	-webkit-transform-origin: 50% 100%;
	    -ms-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
}
/* right line */
.menu_hover_path_line > ul > li:after {
	right: 0.2em;
	-webkit-transform-origin: 50% 0%;
	    -ms-transform-origin: 50% 0%;
	        transform-origin: 50% 0%;
}
/* top and bottom line */
.menu_hover_path_line > ul > li > a:before,
.menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
	left: 0.2em;
	right: 0.2em;
	
	height: 1px;
	-webkit-transform: scale3d(0, 1, 1);
	    -ms-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
}
/* top line */
.menu_hover_path_line > ul > li > a:before {
	top: 0.5em;
	bottom: auto;
	-webkit-transform-origin: 0 50%;
	    -ms-transform-origin: 0 50%;
	        transform-origin: 0 50%;
}
/* bottom line */
.menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
	top: auto;
	bottom: 0.5em;
	-webkit-transform-origin: 100% 50%;
	    -ms-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
}
/* Delays (first reverse, then current) */
/* These rules can be simplified, but let's keep it for better readability */
/* bottom line */
.menu_hover_path_line > ul > li > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:after {
	-webkit-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.menu_hover_path_line > ul > li > a:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:after,
.menu_hover_path_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_path_line > ul > li.sfHover.menu-item-has-children > a:after {
	-webkit-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	        transition-delay: 0s;
}
/* left line */
.menu_hover_path_line > ul > li:before {
	-webkit-transition-delay: 0.2s;
	    -ms-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.menu_hover_path_line > ul > li:hover:before,
.menu_hover_path_line > ul > li.sfHover:before {
	-webkit-transition-delay: 0.1s;
	    -ms-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
/* top line */
.menu_hover_path_line > ul > li > a:before {
	-webkit-transition-delay: 0.1s;
	    -ms-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}
.menu_hover_path_line > ul > li.sfHover > a:before,
.menu_hover_path_line > ul > li > a:hover:before {
	-webkit-transition-delay: 0.2s;
	    -ms-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
/* right line */
.menu_hover_path_line > ul > li.sfHover:after,
.menu_hover_path_line > ul > li:hover:after {
	-webkit-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.menu_hover_path_line > ul > li.sfHover:before,
.menu_hover_path_line > ul > li:hover:before,
.menu_hover_path_line > ul > li.sfHover:after,
.menu_hover_path_line > ul > li:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:before,
.menu_hover_path_line > ul > li > a:hover:before,
.menu_hover_path_line > ul > li > a:hover:after,
.menu_hover_path_line > ul > li.sfHover > a:after {
	-webkit-transform: scale3d(1, 1, 1);
	    -ms-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}

/* Roll Down */
.menu_hover_roll_down > ul > li > a:before {
	content: ' ';
	position: absolute;
	top: 3.3em;
	left: 1.5em;
	right: 1.5em;
	height: 1px;
	opacity: 0;
	-webkit-transform: translate3d(0, -3em, 0);
	    -ms-transform: translate3d(0, -3em, 0);
	        transform: translate3d(0, -3em, 0);
	-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
	    -ms-transition: transform 0s 0.3s, opacity 0.2s;
	        transition: transform 0s 0.3s, opacity 0.2s;
}
.menu_hover_roll_down > ul > li > a:hover:before,
.menu_hover_roll_down > ul > li.sfHover > a:before,
.menu_hover_roll_down > ul > li.current-menu-item > a:before,
.menu_hover_roll_down > ul > li.current-menu-ancestor > a:before,
.menu_hover_roll_down > ul > li.current-menu-parent > a:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
	    -ms-transition: -webkit-transform 0.3s, opacity 0.1s;
	        transition: transform 0.3s, opacity 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_hover_roll_down > ul > li > a > span {
	display: block;
	pointer-events: none;
}

.menu_hover_roll_down > ul > li.sfHover > a > span,
.menu_hover_roll_down > ul > li > a:hover > span,
.menu_hover_roll_down > ul > li.current-menu-item > a > span,
.menu_hover_roll_down > ul > li.current-menu-ancestor > a > span,
.menu_hover_roll_down > ul > li.current-menu-parent > a > span {
	-webkit-animation: anim-roll-down 0.3s forwards;
	    -ms-animation: anim-roll-down 0.3s forwards;
	        animation: anim-roll-down 0.3s forwards;
}

@-webkit-keyframes anim-roll-down {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		    -ms-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		    -ms-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		    -ms-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-roll-down {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		    -ms-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		    -ms-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		    -ms-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

/* Color Line */
.menu_hover_color_line > ul > li > a:hover:before,
.menu_hover_color_line > ul > li > a:focus:before {
	-webkit-transform: scale3d(1, 1, 1);
	    -ms-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	        transition-delay: 0s;
}

.menu_hover_color_line > ul > li > a:before,
.menu_hover_color_line > ul > li > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:after {
	content: ' ' !important;
	position: absolute;
	top: 3.3em;
	left: 1.5em;
	right: 1.5em !important;
	margin: 0;
	height: 1px;
	-webkit-transform: scale3d(0, 1, 1);
	    -ms-transform: scale3d(0, 1, 1);
	        transform: scale3d(0, 1, 1);
	-webkit-transform-origin: center left;
	    -ms-transform-origin: center left;
	        transform-origin: center left;
	-webkit-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
	    -ms-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
	        transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu_hover_color_line > ul > li > a:hover,
.menu_hover_color_line > ul > li.sfHover > a:after,
.menu_hover_color_line > ul > li > a:hover:after,
.menu_hover_color_line > ul > li > a:before {
	-webkit-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.menu_hover_color_line > ul > li.sfHover > a:after,
.menu_hover_color_line > ul > li.menu-item-has-children > a:hover:after,
.menu_hover_color_line > ul > li > a:hover:after,
.menu_hover_color_line > ul > li.sfHover > a:before,
.menu_hover_color_line > ul > li > a:hover:before,
.menu_hover_color_line > ul > li.current-menu-item > a:after,
.menu_hover_color_line > ul > li.current-menu-item > a:before,
.menu_hover_color_line > ul > li.current-menu-ancestor > a:after,
.menu_hover_color_line > ul > li.current-menu-ancestor > a:before,
.menu_hover_color_line > ul > li.current-menu-parent > a:after,
.menu_hover_color_line > ul > li.current-menu-parent > a:before {
	-webkit-transform: scale3d(1, 1, 1);
	    -ms-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}

.menu_hover_color_line > ul > li.sfHover > a:before,
.menu_hover_color_line > ul > li > a:hover:before {
	-webkit-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	        transition-delay: 0s;
}
.search_wrap,
.search_wrap .search_form {
	position:relative;
}
.search_wrap .search_field {
	width:6em;
	padding: 0 0 0 1.75em;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.search_wrap .search_submit {
	position:absolute;
	bottom: 0;
	left: 0;
	background-color:transparent;
	padding: 0;
	font-size:inherit;
	font-weight: inherit;
	line-height:inherit;
}
.search_wrap .search_submit:before {
	margin:0;
}

.sc_layouts_row_type_narrow .search_wrap .search_field,
.sc_layouts_row_type_compact .search_wrap .search_field {
	border: none !important;
	background-color: transparent !important;
}
.sc_layouts_row_type_compact .search_wrap .search_submit {
	font-size:1.25em;
	font-weight: 400;
}
.sc_layouts_column_icons_position_right .search_wrap .search_field {
	padding: 0 1.75em 0 0;
}
.sc_layouts_column_icons_position_right .search_wrap .search_submit {
	left: auto;
	right: 0;
}

.sc_layouts_row_type_normal .search_wrap .search_field {
	font-size: 11px;
	text-transform:uppercase;
	padding: 0 1.5em 0 3em;
	width: 15em;
	height: 4.7727em;
	line-height: 4.7727em;
	-webkit-border-radius: 3em;
	    -ms-border-radius: 3em;
			border-radius: 3em;
}
.sc_layouts_row_type_normal .search_wrap .search_submit {
	display:block;
	font-size: 11px;
	text-align:center;
	width: 1em;
	height: 4.7727em;
	line-height: 4.7727em;
	position:absolute;
	bottom: auto;
	top: 0;
	left: 1em;
}
.sc_layouts_row_type_normal .search_wrap .search_submit:before {
	font-size: 13px;
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_submit {
	left: auto;
	right: 1em;
}
.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_field {
	padding: 1em 3em 1em 1.5em;
}


/* Search style 'Expand' */
.search_wrap.search_style_expand .search_field {
	width: 0;
	visibility:hidden;
}
.search_style_expand.search_opened .search_field  {
	width: 6em;
	visibility:visible;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand .search_field {
	height: 4.7727em;
	line-height:4.7727em;
	padding-top: 0;
	padding-bottom: 0;
	visibility:visible;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_field {
	padding: 0 2.3em 0 2.3em;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand.search_opened .search_field {
	width: 15em;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_submit {
	width: 4.7727em;
	left:0;
	right: auto;
}


/* Search style 'Fullscreen' */
.search_style_fullscreen .search_field {
	width: 0;
	visibility:hidden;
}
.search_style_fullscreen .search_field,
.search_style_fullscreen .search_submit,
.search_style_fullscreen .search_submit:before {
	-webkit-transition: none;
	    -ms-transition: none;
			transition: none;
}
.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_submit,
.search_style_fullscreen.search_opened .search_submit:before {
	-webkit-transition: all .3s ease;
	    -ms-transition: all .3s ease;
			transition: all .3s ease;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field {
	width: 0;
	height: 4.7727em;
	line-height:4.7727em;
	padding-top: 0;
	padding-bottom: 0;
	visibility:visible;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
	padding: 0 2.3em 0 2.3em;
}
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
	width: 4.7727em;
	left:0;
	right: auto;
}

.search_style_fullscreen .search_close {
	display:none;
}
.search_style_fullscreen .search_close:before {
	margin:0;
}
.search_style_fullscreen.search_opened .search_close {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	    -ms-transition: all ease .3s;
			transition: all ease .3s;
}
.search_style_fullscreen.search_opened .search_form_wrap {
	position: fixed;
	background-color:rgba(255,255,255,0.9);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
}
.search_style_fullscreen.search_opened .search_form {
	position: relative;
	width: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
		-ms-transform:translateX(-50%) translateY(-50%);
			transform:translateX(-50%) translateY(-50%);
	border-bottom: 1px solid #fff;
	font-size:1em;
}
.search_style_fullscreen.search_opened .search_results {
	top: 0;
	display:none !important;
}
.search_style_fullscreen.search_opened .search_submit:before {
	font-size: inherit;
}
.search_style_fullscreen.search_opened .search_submit,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit {
	position: absolute;
	left: 0 !important;
	right: auto !important;
	top: 50%;
	font-size: 2rem;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
			transform:translateY(-50%);
}
.search_style_fullscreen.search_opened .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
	font-size: 2rem !important;
	font-weight: 400 !important;
	line-height: 3em !important;
	height: 3em;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 2em;
	border: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	resize: none;
	overflow: hidden;
	display: block;
	visibility:visible;
	width: 100%;
}
.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_field:hover,
.search_style_fullscreen.search_opened .search_field:focus {
	background-color: transparent !important;
}

/* Search results */
.search_wrap .search_results {
	display:none;
	position:absolute;
	z-index:10000;
	left: 0;
	top:3.5em;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	width: 22em;
	padding: 2em 1.5em;
	text-align:left;
}
.search_wrap .search_results:after {
	content:" ";
	width:10px;
	height:10px;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	position: absolute;
	top:-6px;
	left:3em;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.sc_layouts_column_align_right .search_wrap .search_results {
	left: auto;
	right: 1em;
}
.sc_layouts_column_align_right .search_wrap .search_results:after {
	left:auto;
	right:3em;
}

.search_wrap .search_results .search_results_close {
	position: absolute;
	top:3px;
	right:3px;
	display:block;
	text-align:center;
	overflow:hidden;
	font-size:1em;
	width:1.2em;
	height:1.2em;
	line-height:1.2em;
	cursor:pointer;
}

.search_wrap .post_more {
	display:block;
	text-align:center;
}
.search_wrap .post_meta {
	font-style:normal;
}
.sc_layouts_title_caption {
	margin: 0 auto;
}
.sc_layouts_row_type_compact .sc_layouts_title_caption {
	font-size: 2em;
}
.sc_layouts_title_meta + .sc_layouts_title_title > .sc_layouts_title_caption {
	font-size: 3em;
	line-height: 1.2em;
	margin: 0.2em 0 0.2em;
}
.sc_layouts_title_caption img {
	display:inline-block;
	max-height:1.5em;
	vertical-align:middle;
	width:auto;
	margin: -0.2em 0.2em 0 0;
}
.sc_layouts_title_link {
	display:inline-block;
	margin:0.5em 0 2em;
}
.sc_layouts_title_meta .post_edit:before {
	margin-right: 0.5em;
}
.sc_layouts_title_description {
	font-size:13px;
	line-height:19px;
	margin: 4px auto 1em;
	max-width:75%;
}
.sc_layouts_title_description p {
	margin:0;
}

.sc_layouts_title_breadcrumbs {
	margin-top: 0.5em;
}
.sc_layouts_featured.with_content {
	position:relative;
	min-height: 0em;
}
.sc_layouts_featured.with_image {
	min-height: 40rem;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.sc_layouts_featured.with_image.with_content:before {
	content:' ';
	position:absolute;
	z-index:0;	/* Important! 1+ place this block over cart and over popups! */
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
.sc_layouts_featured .sc_layouts_featured_content {
	position:static;
}
.sc_layouts_featured.with_image .sc_layouts_featured_content {
	position:absolute;
	z-index:2;
	left: 50%;
	top: 50%;
	-webkit-transform:translate(-50%, -50%);
	    -ms-transform:translate(-50%, -50%);
	        transform:translate(-50%, -50%);
}/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */

body {
	
	font-size:1.15rem;
	font-weight:400;
	font-style:normal;
	line-height:1.625rem;
	text-decoration:none;
	text-transform:none;
	
}
.wp-block-calendar table,
.wp24-dc form div *, .wp24-dc .dc-form div * {
	
}
p, ul, ol, dl, blockquote, address {
	margin-top:0em;
	margin-bottom:1.6em;
}

h1 {
	
	font-size:3rem;
	font-weight:500;
	font-style:normal;
	line-height:3.313rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	margin-top:2.4em;
	margin-bottom:1em;
}
h2 {
	
	font-size:3rem;
	font-weight:500;
	font-style:normal;
	line-height:2.625rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	margin-top:3.27em;
	margin-bottom:1.14em;
}
h3 {
	
	font-size:2rem;
	font-weight:500;
	font-style:normal;
	line-height:2.313rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	margin-top:4em;
	margin-bottom:1.05em;
}
h4 {
	
	font-size:2rem;
	font-weight:500;
	font-style:normal;
	line-height:2rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	margin-top:5em;
	margin-bottom:1em;
}
h5 {
	
	font-size:1.125rem;
	font-weight:500;
	font-style:normal;
	line-height:1.5rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	margin-top:6.75em;
	margin-bottom:1.2em;
}
h6 {
	
	font-size:0.875rem;
	font-weight:500;
	font-style:normal;
	line-height:1.25rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	margin-top:4em;
	margin-bottom:1.05em;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
textarea,
textarea.wp-editor-area,
.select_container,
select,
.select_container select {
	
	font-size:14px;
	font-weight:500;
	font-style:normal;
	line-height:2rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.theme_button,
.gallery_preview_show .post_readmore,
.post_item .more-link,
div.esg-filter-wrapper .esg-filterbutton > span,
.unlimhost_tabs .unlimhost_tabs_titles li a,
.cc-compliance .cc-btn {
	
	font-size:16px;
	font-weight:500;
	font-style:normal;
	line-height:2rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0.4px;
}

.top_panel .slider_engine_revo .slide_title {
	
}

blockquote,
mark, ins,
.logo_text,
.post_price.price,
.theme_scroll_down {
	
}

.post_meta {
	
	font-size:14px;
	font-weight:500;
	font-style:normal;
	line-height:1.5em;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
	margin-top:0.4em;
	
}

em, i,
.post-date, .rss-date 
.post_date, .post_meta_item, .post_counters_item,
.comments_list_wrap .comment_date,
.comments_list_wrap .comment_time,
.comments_list_wrap .comment_counters,
.top_panel .slider_engine_revo .slide_subtitle,
.logo_slogan,
fieldset legend,
figure figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd,
.format-audio .post_featured .post_audio_author,
.trx_addons_audio_player .audio_author,
.post_item_single .post_content .post_meta,
.author_bio .author_link,
.comments_list_wrap .comment_posted,
.comments_list_wrap .comment_reply {
	
}
.search_wrap .search_results .post_meta_item,
.search_wrap .search_results .post_counters_item {
	
}

.logo_text {
	
	font-size:1.5em;
	font-weight:500;
	font-style:normal;
	line-height:1.25em;
	text-decoration:none;
	text-transform:none;
	letter-spacing:1px;
}
.logo_footer_text {
	
}

.menu_main_nav_area {
	font-size:13px;
	line-height:1.5em;
}
.menu_main_nav > li,
.menu_main_nav > li > a {
	
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
}
.menu_main_nav > li ul,
.menu_main_nav > li ul > li,
.menu_main_nav > li ul > li > a {
	
	font-size:15px;
	font-weight:500;
	font-style:normal;
	line-height:1.5em;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
}
.menu_mobile .menu_mobile_nav_area > ul > li,
.menu_mobile .menu_mobile_nav_area > ul > li > a {
	
}
.menu_mobile .menu_mobile_nav_area > ul > li li,
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
	
}


/* Custom Headers */
.sc_layouts_row,
.sc_layouts_row input[type="text"] {
	
	font-size:13px;
	font-weight:700;
	font-style:normal;
	line-height:1.5em;
}
.sc_layouts_row .sc_button {
	
	font-size:16px;
	font-weight:500;
	font-style:normal;
	line-height:2rem;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0.4px;
}
.sc_layouts_menu_nav > li,
.sc_layouts_menu_nav > li > a {
	
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
}
.sc_layouts_menu_popup .sc_layouts_menu_nav > li,
.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li ul,
.sc_layouts_menu_nav > li ul > li,
.sc_layouts_menu_nav > li ul > li > a {
	
	font-size:15px;
	font-weight:500;
	font-style:normal;
	line-height:1.5em;
	text-decoration:none;
	text-transform:none;
	letter-spacing:0px;
}

/* Buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.theme_button,
.post_item .post_item .more-link,
.gallery_preview_show .post_readmore,

/* Fields */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
.select_container,
textarea,

/* Search fields */
.widget_search .search-field,
.woocommerce.widget_product_search .search_field,
.widget_display_search #bbp_search,
#bbpress-forums #bbp-search-form #bbp_search,

/* Comment fields */
.comments_wrap .comments_field input,
.comments_wrap .comments_field textarea,

/* Select 2 */
.select2-container .select2-choice,
.select2-container .select2-selection,

/* Tags cloud */
.widget_product_tag_cloud a,
.widget_tag_cloud a,
.wp-block-tag-cloud a,
.cc-compliance .cc-btn{
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}
.select_container:before {
	-webkit-border-radius: 0 0 0 0;
	    -ms-border-radius: 0 0 0 0;
			border-radius: 0 0 0 0;
}
textarea.wp-editor-area {
	-webkit-border-radius: 0 0 0 0;
	    -ms-border-radius: 0 0 0 0;
			border-radius: 0 0 0 0;
}

/* Radius 50% or 0 */
.widget li a img {
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}

/* Common tags */
.scheme_default body {
	background-color: #e4e9e9;
}
.scheme_default {
	color: #37393D;
}
.scheme_default h1, .scheme_default h2, .scheme_default h3, .scheme_default h4, .scheme_default h5, .scheme_default h6,
.scheme_default h1 a, .scheme_default h2 a, .scheme_default h3 a, .scheme_default h4 a, .scheme_default h5 a, .scheme_default h6 a,
.scheme_default [class*="color_style_"] h1 a, .scheme_default [class*="color_style_"] h2 a, .scheme_default [class*="color_style_"] h3 a, .scheme_default [class*="color_style_"] h4 a, .scheme_default [class*="color_style_"] h5 a, .scheme_default [class*="color_style_"] h6 a {
	color: #C31328;
}
.scheme_default li a, .scheme_default [class*="color_style_"] li a {
    color: #37393D;
}
.scheme_default li.recentcomments a {
    color: #C31328;
}
.scheme_default h1 a:hover, .scheme_default h2 a:hover, .scheme_default h3 a:hover, .scheme_default h4 a:hover, .scheme_default h5 a:hover, .scheme_default h6 a:hover,
.scheme_default li a:hover {
	color: #C31328;
}
.scheme_default .color_style_link2 h1 a:hover, .scheme_default .color_style_link2 h2 a:hover, .scheme_default .color_style_link2 h3 a:hover, .scheme_default .color_style_link2 h4 a:hover, .scheme_default .color_style_link2 h5 a:hover, .scheme_default .color_style_link2 h6 a:hover, .scheme_default .color_style_link2 li a:hover {
	color: #ffffff;
}
.scheme_default .color_style_link3 h1 a:hover, .scheme_default .color_style_link3 h2 a:hover, .scheme_default .color_style_link3 h3 a:hover, .scheme_default .color_style_link3 h4 a:hover, .scheme_default .color_style_link3 h5 a:hover, .scheme_default .color_style_link3 h6 a:hover, .scheme_default .color_style_link3 li a:hover {
	color: #ffffff;
}
.scheme_default .color_style_dark h1 a:hover, .scheme_default .color_style_dark h2 a:hover, .scheme_default .color_style_dark h3 a:hover, .scheme_default .color_style_dark h4 a:hover, .scheme_default .color_style_dark h5 a:hover, .scheme_default .color_style_dark h6 a:hover, .scheme_default .color_style_dark li a:hover {
	color: #ffffff;
}

.scheme_default dt, .scheme_default b, .scheme_default strong, .scheme_default i, .scheme_default mark, .scheme_default ins {
	color: #C31328;
}
.scheme_default em {
    color: #C31328;
}
.scheme_default s, .scheme_default strike, .scheme_default del {	
	color: #b7b7b7;
}

.scheme_default code {
	color: #37393D;
	background-color: #ffffff;
	border-color: #e5e5e5;
}
.scheme_default code a {
	color: #C31328;
}
.scheme_default code a:hover {
	color: #ffffff;
}

.scheme_default a {
	color: #ffffff;
}
.scheme_default a:hover {
	color: #C31328;
}
.scheme_default .color_style_link2 a {
	color: #ffffff;
}
.scheme_default .color_style_link2 a:hover {
	color: #C31328;
}
.scheme_default .color_style_link3 a {
	color: #ffffff;
}
.scheme_default .color_style_link3 a:hover {
	color: #C31328;
}
.scheme_default .color_style_dark a {
	color: #C31328;
}
.scheme_default .color_style_dark a:hover {
	color: #ffffff;
}

.scheme_default blockquote {
	color: #c5c7c9;
	background-color: #C31328;
}
.scheme_default blockquote.has-very-dark-gray-color {
	background-color: #b7b7b7;
}
.scheme_default blockquote:before {
	color: #ffffff;
}
.scheme_default blockquote a {
	color: #ffffff;
}
.scheme_default blockquote a:hover {
	color: #C31328;
}

.scheme_default table th, .scheme_default table th + th, .scheme_default table td + th  {
	border-color: #313131;
}
.scheme_default table td, .scheme_default table th + td, .scheme_default table td + td {
	color: #C31328;
	border-color: #e4e9e9;
}
.scheme_default table th {
	color: #37393D;
	background-color: #C31328;
}

.scheme_default table th b, .scheme_default table th strong, .scheme_default table th a {
	color: #37393D;
}
.scheme_default table > tbody > tr:nth-child(2n+1) > td {
	background-color: rgba(255,255,255,0.7);
}
.scheme_default table > tbody > tr:nth-child(2n) > td {
	background-color: #ffffff;
}
.scheme_default table th a:hover {
	color: #C31328;
	color: #C31328;
}

.scheme_default hr {
	border-color: #e4e9e9;
}
.scheme_default figure figcaption,
.scheme_default .wp-caption .wp-caption-text,
.scheme_default .wp-caption .wp-caption-dd,
.scheme_default .wp-caption-overlay .wp-caption .wp-caption-text,
.scheme_default .wp-caption-overlay .wp-caption .wp-caption-dd {
	color: #C31328;
	background-color: rgba(195,19,40,0.85);
}
.scheme_default figcaption a {
    color: #C31328;
}
.scheme_default figcaption a:hover {
    color: #C31328;
}
.scheme_default ul > li:before {
	color: #C31328;
}


/* Form fields
-------------------------------------------------- */
.scheme_default .wp-block-search.wp-block-search__icon-button .wp-block-search__button:before,
.scheme_default .widget_search form:after,
.scheme_default .woocommerce.widget_product_search form:after,
.scheme_default .widget_display_search form:after,
.scheme_default #bbpress-forums #bbp-search-form:after {
	color: #37393D;
}
.scheme_default .wp-block-search.wp-block-search__icon-button .wp-block-search__button:hover:before,
.scheme_default .widget_search form:hover:after,
.scheme_default .woocommerce.widget_product_search form:hover:after,
.scheme_default .widget_display_search form:hover:after,
.scheme_default #bbpress-forums #bbp-search-form:hover:after {
	color: #C31328;
}

/* Field set */
.scheme_default fieldset {
	border-color: #e4e9e9;
}
.scheme_default fieldset legend {
	color: #C31328;
	background-color: #ffffff;
}

/* Text fields */
.scheme_default ::-webkit-input-placeholder { color: #C31328 ; }
.scheme_default ::-moz-placeholder          { color: #C31328 ; }
.scheme_default :-ms-input-placeholder      { color: #C31328 ; }



.scheme_default input[type="text"],
.scheme_default input[type="number"],
.scheme_default input[type="email"],
.scheme_default input[type="tel"],
.scheme_default input[type="search"],
.scheme_default input[type="password"],
.scheme_default .select_container,
.scheme_default .select2-container .select2-choice,
.scheme_default .select2-container .select2-selection,
.scheme_default textarea,
.scheme_default textarea.wp-editor-area,
/* BB Press */
.scheme_default #buddypress .dir-search input[type="search"],
.scheme_default #buddypress .dir-search input[type="text"],
.scheme_default #buddypress .groups-members-search input[type="search"],
.scheme_default #buddypress .groups-members-search input[type="text"],
.scheme_default #buddypress .standard-form input[type="color"],
.scheme_default #buddypress .standard-form input[type="date"],
.scheme_default #buddypress .standard-form input[type="datetime-local"],
.scheme_default #buddypress .standard-form input[type="datetime"],
.scheme_default #buddypress .standard-form input[type="email"],
.scheme_default #buddypress .standard-form input[type="month"],
.scheme_default #buddypress .standard-form input[type="number"],
.scheme_default #buddypress .standard-form input[type="password"],
.scheme_default #buddypress .standard-form input[type="range"],
.scheme_default #buddypress .standard-form input[type="search"],
.scheme_default #buddypress .standard-form input[type="tel"],
.scheme_default #buddypress .standard-form input[type="text"],
.scheme_default #buddypress .standard-form input[type="time"],
.scheme_default #buddypress .standard-form input[type="url"],
.scheme_default #buddypress .standard-form input[type="week"],
.scheme_default #buddypress .standard-form select,
.scheme_default #buddypress .standard-form textarea,
.scheme_default #buddypress form#whats-new-form textarea,
/* Booked */
.scheme_default #booked-page-form input[type="email"],
.scheme_default #booked-page-form input[type="text"],
.scheme_default #booked-page-form input[type="password"],
.scheme_default #booked-page-form textarea,
.scheme_default .booked-upload-wrap,
.scheme_default .booked-upload-wrap input {
	color: #37393D;
	border-color: #ffffff;
	background-color: #ffffff;
}
.scheme_default .trx_addons_popup input[type="text"],
.scheme_default .trx_addons_popup input[type="number"],
.scheme_default .trx_addons_popup input[type="email"],
.scheme_default .trx_addons_popup input[type="tel"],
.scheme_default .trx_addons_popup input[type="search"],
.scheme_default .trx_addons_popup input[type="password"],
.scheme_default .trx_addons_popup textarea {
    border-color: #e5e5e5;
}
.scheme_default .wp-block-search__input {
	border-color: #ffffff!important;
}
.scheme_default input[type="text"]:hover,
.scheme_default input[type="number"]:hover,
.scheme_default input[type="email"]:hover,
.scheme_default input[type="tel"]:hover,
.scheme_default input[type="search"]:hover,
.scheme_default input[type="password"]:hover,
.scheme_default .select_container:hover,
.scheme_default select option:hover,
.scheme_default select option:hover,
.scheme_default .select2-container .select2-choice:hover,
.scheme_default textarea:hover,
.scheme_default textarea.wp-editor-area:hover,
/* BB Press */
.scheme_default #buddypress .dir-search input[type="search"]:hover,
.scheme_default #buddypress .dir-search input[type="text"]:hover,
.scheme_default #buddypress .groups-members-search input[type="search"]:hover,
.scheme_default #buddypress .groups-members-search input[type="text"]:hover,
.scheme_default #buddypress .standard-form input[type="color"]:hover,
.scheme_default #buddypress .standard-form input[type="date"]:hover,
.scheme_default #buddypress .standard-form input[type="datetime-local"]:hover,
.scheme_default #buddypress .standard-form input[type="datetime"]:hover,
.scheme_default #buddypress .standard-form input[type="email"]:hover,
.scheme_default #buddypress .standard-form input[type="month"]:hover,
.scheme_default #buddypress .standard-form input[type="number"]:hover,
.scheme_default #buddypress .standard-form input[type="password"]:hover,
.scheme_default #buddypress .standard-form input[type="range"]:hover,
.scheme_default #buddypress .standard-form input[type="search"]:hover,
.scheme_default #buddypress .standard-form input[type="tel"]:hover,
.scheme_default #buddypress .standard-form input[type="text"]:hover,
.scheme_default #buddypress .standard-form input[type="time"]:hover,
.scheme_default #buddypress .standard-form input[type="url"]:hover,
.scheme_default #buddypress .standard-form input[type="week"]:hover,
.scheme_default #buddypress .standard-form select:hover,
.scheme_default #buddypress .standard-form textarea:hover,
.scheme_default #buddypress form#whats-new-form textarea:hover,
/* Booked */
.scheme_default #booked-page-form input[type="email"]:hover,
.scheme_default #booked-page-form input[type="text"]:hover,
.scheme_default #booked-page-form input[type="password"]:hover,
.scheme_default #booked-page-form textarea:hover,
.scheme_default .booked-upload-wrap:hover,
.scheme_default .booked-upload-wrap input:hover {
	border-color: #e4e9e9;
	color: #C31328;
}
.scheme_default .wp-block-search__input:hover {
	border-color: #e4e9e9!important;
}
.scheme_default input[type="text"]:focus,
.scheme_default input[type="number"]:focus,
.scheme_default input[type="email"]:focus,
.scheme_default input[type="tel"]:focus,
.scheme_default input[type="search"]:focus,
.scheme_default input[type="password"]:focus,
.scheme_default .select_container:hover,
.scheme_default select option:hover,
.scheme_default select option:focus,
.scheme_default .select2-container .select2-choice:hover,
.scheme_default textarea:focus,
.scheme_default textarea.wp-editor-area:focus,
/* BB Press */
.scheme_default #buddypress .dir-search input[type="search"]:focus,
.scheme_default #buddypress .dir-search input[type="text"]:focus,
.scheme_default #buddypress .groups-members-search input[type="search"]:focus,
.scheme_default #buddypress .groups-members-search input[type="text"]:focus,
.scheme_default #buddypress .standard-form input[type="color"]:focus,
.scheme_default #buddypress .standard-form input[type="date"]:focus,
.scheme_default #buddypress .standard-form input[type="datetime-local"]:focus,
.scheme_default #buddypress .standard-form input[type="datetime"]:focus,
.scheme_default #buddypress .standard-form input[type="email"]:focus,
.scheme_default #buddypress .standard-form input[type="month"]:focus,
.scheme_default #buddypress .standard-form input[type="number"]:focus,
.scheme_default #buddypress .standard-form input[type="password"]:focus,
.scheme_default #buddypress .standard-form input[type="range"]:focus,
.scheme_default #buddypress .standard-form input[type="search"]:focus,
.scheme_default #buddypress .standard-form input[type="tel"]:focus,
.scheme_default #buddypress .standard-form input[type="text"]:focus,
.scheme_default #buddypress .standard-form input[type="time"]:focus,
.scheme_default #buddypress .standard-form input[type="url"]:focus,
.scheme_default #buddypress .standard-form input[type="week"]:focus,
.scheme_default #buddypress .standard-form select:focus,
.scheme_default #buddypress .standard-form textarea:focus,
.scheme_default #buddypress form#whats-new-form textarea:focus,
/* Booked */
.scheme_default #booked-page-form input[type="email"]:focus,
.scheme_default #booked-page-form input[type="text"]:focus,
.scheme_default #booked-page-form input[type="password"]:focus,
.scheme_default #booked-page-form textarea:focus,
.scheme_default .booked-upload-wrap:hover,
.scheme_default .booked-upload-wrap input:focus {
	color: #C31328;
	border-color: #2F3136;
	background-color: #f5f8f8;
}

.scheme_default .wp-block-search__input:focus {
	border-color: #2F3136!important;
}
/* Select containers */
.scheme_default .select_container:before {
	color: #37393D;
	background-color: #ffffff;
}
.scheme_default .select_container:focus:before,
.scheme_default .select_container:hover:before {
	color: #C31328;
	background-color: #f5f8f8;
}
.scheme_default .select_container:after {
	color: #37393D;
}
.scheme_default .select_container:focus:after,
.scheme_default .select_container:hover:after {
	color: #C31328;
}
.scheme_default .select_container select {
	color: #37393D;
	background: #ffffff !important;
}
.scheme_default .select_container select:focus {
	color: #C31328;
	background-color: #f5f8f8 !important;
}

.scheme_default .select2-results {
	color: #37393D;
	border-color: #2F3136;
	background: #ffffff;
}
.scheme_default .select2-results .select2-highlighted {
	color: #C31328;
	background: #f5f8f8;
}

.scheme_default input[type="radio"] + label:before,
.scheme_default input[type="checkbox"] + label:before
.gdpr-terms-container span[for="gdpr_terms"] input[name="gdpr_terms"]:before {
	border-color: #e4e9e9;
	background-color: #ffffff;
}


/* Simple button */
.scheme_default .sc_button_simple:not(.sc_button_bg_image),
.scheme_default .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_default .sc_button_simple:not(.sc_button_bg_image):after {
	color:#ffffff;
}
.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_default .sc_button_simple:not(.sc_button_bg_image):hover:after {
	color:#C31328 !important;
}

.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image),
.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):before,
.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):after,
.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image),
.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):after {
	color:#ffffff;
}
.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover,
.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:before,
.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:after,
.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_default .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:after {
	color:#C31328;
}

.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image),
.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):before,
.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):after,
.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image),
.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):after {
	color:#ffffff;
}
.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover,
.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:before,
.scheme_default .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:after,
.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_default .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:after {
	color:#C31328;
}

.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image),
.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):before,
.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):after,
.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image),
.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):after {
	color:#C31328;
}
.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover,
.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:before,
.scheme_default .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:after,
.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_default .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:after {
	color:#ffffff;
}


/* Bordered button */
.scheme_default .sc_button_bordered:not(.sc_button_bg_image) {
	color:#ffffff;
	border-color:#ffffff;
}
.scheme_default .sc_button_bordered:not(.sc_button_bg_image):hover {
	color:#C31328 !important;
	border-color:#C31328 !important;
}
.scheme_default .sc_button_bordered.color_style_link2:not(.sc_button_bg_image) {
	color:#ffffff;
	border-color:#ffffff;
}
.scheme_default .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover {
	color:#C31328 !important;
	border-color:#C31328 !important;
}
.scheme_default .sc_button_bordered.color_style_link3:not(.sc_button_bg_image) {
	color:#ffffff;
	border-color:#ffffff;
}
.scheme_default .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover {
	color:#C31328 !important;
	border-color:#C31328 !important;
}
.scheme_default .sc_button_bordered.color_style_dark:not(.sc_button_bg_image) {
	color:#C31328;
	border-color:#C31328;
}
.scheme_default .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover {
	color:#ffffff !important;
	border-color:#ffffff !important;
}

/* Normal button */
.scheme_default button,
.scheme_default .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.scheme_default input[type="reset"],
.scheme_default input[type="submit"],
.scheme_default input[type="button"],
.scheme_default .comments_wrap .form-submit input[type="submit"],
/* BB & Buddy Press */
.scheme_default #buddypress .comment-reply-link,
.scheme_default #buddypress .generic-button a,
.scheme_default #buddypress a.button,
.scheme_default #buddypress button,
.scheme_default #buddypress input[type="button"],
.scheme_default #buddypress input[type="reset"],
.scheme_default #buddypress input[type="submit"],
.scheme_default #buddypress ul.button-nav li a,
.scheme_default a.bp-title-button,
/* Booked */
.scheme_default .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,
.scheme_default body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button > a,
.scheme_default body #booked-profile-page input[type="submit"],
.scheme_default body #booked-profile-page button,
.scheme_default body .booked-list-view input[type="submit"],
.scheme_default body .booked-list-view button,
.scheme_default body table.booked-calendar input[type="submit"],
.scheme_default body table.booked-calendar button,
.scheme_default body .booked-modal input[type="submit"],
.scheme_default body .booked-modal button,
/* ThemeREX Addons */
.scheme_default .sc_button_default,
.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.scheme_default .sc_action_item_link,
.scheme_default .socials_share:not(.socials_type_drop) .social_icon,
/* Tribe Events */
.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"],
.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"],
.scheme_default #tribe-bar-views li.tribe-bar-views-option a,
.scheme_default #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a,
.scheme_default #tribe-events .tribe-events-button,
.scheme_default .tribe-events-button,
.scheme_default .tribe-events-cal-links a,
.scheme_default .tribe-events-sub-nav li a,
/* EDD buttons */
.scheme_default .edd_download_purchase_form .button,
.scheme_default #edd-purchase-button,
.scheme_default .edd-submit.button,
/* WooCommerce */
.scheme_default .woocommerce #respond input#submit,
.scheme_default .woocommerce .button, .scheme_default .woocommerce-page .button,
.scheme_default .woocommerce a.button, .scheme_default .woocommerce-page a.button,
.scheme_default .woocommerce button.button, .scheme_default .woocommerce-page button.button,
.scheme_default .woocommerce input.button, .scheme_default .woocommerce-page input.button,
.scheme_default .woocommerce input[type="button"], .scheme_default .woocommerce-page input[type="button"],
.scheme_default .woocommerce input[type="submit"], .scheme_default .woocommerce-page input[type="submit"],
.scheme_default .woocommerce #respond input#submit.alt,
.scheme_default .woocommerce a.button.alt,
.scheme_default .woocommerce button.button.alt,
.scheme_default .woocommerce input.button.alt {
	color: #C31328;
	background-color: #ffffff;
}
.scheme_default .cc-compliance .cc-btn {
	color: #C31328 !important;
	border-color: #ffffff !important;
	background-color: #ffffff !important;
}
.scheme_default .wp-block-button.is-style-outline .wp-block-button__link{
	color: #ffffff;
	border-color: #ffffff;
}
.scheme_default .wp-block-button.is-style-outline .wp-block-button__link:hover{
	color: #C31328;
	border-color: #C31328;
}
.scheme_default .post_item .more-link {
    color: #C31328;
}
.scheme_default .post_item .more-link:hover {
    color: #ffffff !important;
}
.scheme_default .theme_button {
	color: #C31328 !important;
	background-color: #ffffff !important;
}
.scheme_default .sc_price_item_link {
	color: #C31328;
	background-color: #ffffff;
}
.scheme_default .sc_button_default.color_style_link2,
.scheme_default .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
	background-color: #ffffff;
}
.scheme_default .sc_button_default.color_style_link3,
.scheme_default .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
	background-color: #ffffff;
}
.scheme_default .sc_button_default.color_style_dark,
.scheme_default .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
	color: #ffffff;
	background-color: #C31328;
}
.scheme_default .search_wrap .search_submit:before {
	color: #37393D;
}

.scheme_default button:hover,
.scheme_default button:focus,
.scheme_default .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.scheme_default input[type="submit"]:hover,
.scheme_default input[type="submit"]:focus,
.scheme_default input[type="reset"]:hover,
.scheme_default input[type="reset"]:focus,
.scheme_default input[type="button"]:hover,
.scheme_default input[type="button"]:focus,
.scheme_default .post_item .more-link:hover,
.scheme_default .comments_wrap .form-submit input[type="submit"]:hover,
.scheme_default .comments_wrap .form-submit input[type="submit"]:focus,
/* BB & Buddy Press */
.scheme_default #buddypress .comment-reply-link:hover,
.scheme_default #buddypress .generic-button a:hover,
.scheme_default #buddypress a.button:hover,
.scheme_default #buddypress button:hover,
.scheme_default #buddypress input[type="button"]:hover,
.scheme_default #buddypress input[type="reset"]:hover,
.scheme_default #buddypress input[type="submit"]:hover,
.scheme_default #buddypress ul.button-nav li a:hover,
.scheme_default a.bp-title-button:hover,
/* Booked */
.scheme_default .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,
.scheme_default body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button > a:hover,
.scheme_default body #booked-profile-page input[type="submit"]:hover,
.scheme_default body #booked-profile-page button:hover,
.scheme_default body .booked-list-view input[type="submit"]:hover,
.scheme_default body .booked-list-view button:hover,
.scheme_default body table.booked-calendar input[type="submit"]:hover,
.scheme_default body table.booked-calendar button:hover,
.scheme_default body .booked-modal input[type="submit"]:hover,
.scheme_default body .booked-modal button:hover,
/* ThemeREX Addons */
.scheme_default .sc_button_default:hover,
.scheme_default .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.scheme_default .sc_action_item_link:hover,
.scheme_default .socials_share:not(.socials_type_drop) .social_icon:hover,
/* Tribe Events */
.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
.scheme_default #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,
.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover,
.scheme_default #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:focus,
.scheme_default #tribe-bar-views li.tribe-bar-views-option a:hover,
.scheme_default #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
.scheme_default #tribe-events .tribe-events-button:hover,
.scheme_default .tribe-events-button:hover,
.scheme_default .tribe-events-cal-links a:hover,
.scheme_default .tribe-events-sub-nav li a:hover,
/* EDD buttons */
.scheme_default .edd_download_purchase_form .button:hover, .scheme_default .edd_download_purchase_form .button:active, .scheme_default .edd_download_purchase_form .button:focus,
.scheme_default #edd-purchase-button:hover, .scheme_default #edd-purchase-button:active, .scheme_default #edd-purchase-button:focus,
.scheme_default .edd-submit.button:hover, .scheme_default .edd-submit.button:active, .scheme_default .edd-submit.button:focus,
/* WooCommerce */
.scheme_default .woocommerce #respond input#submit:hover,
.scheme_default .woocommerce .button:hover, .scheme_default .woocommerce-page .button:hover,
.scheme_default .woocommerce a.button:hover, .scheme_default .woocommerce-page a.button:hover,
.scheme_default .woocommerce button.button:hover, .scheme_default .woocommerce-page button.button:hover,
.scheme_default .woocommerce input.button:hover, .scheme_default .woocommerce-page input.button:hover,
.scheme_default .woocommerce input[type="button"]:hover, .scheme_default .woocommerce-page input[type="button"]:hover,
.scheme_default .woocommerce input[type="submit"]:hover, .scheme_default .woocommerce-page input[type="submit"]:hover {
	color: #ffffff;
	background-color: #ffffff;
}
.scheme_default .cc-compliance .cc-btn:hover {
	color: #C31328 !important;
	border-color: #C31328 !important;
	background-color: #C31328 !important;
}
.scheme_default .woocommerce #respond input#submit.alt:hover,
.scheme_default .woocommerce a.button.alt:hover,
.scheme_default .woocommerce button.button.alt:hover,
.scheme_default .woocommerce input.button.alt:hover {
	color: #ffffff;
	background-color: #C31328;
}
.scheme_default .theme_button:hover,
.scheme_default .theme_button:focus {
	color: #ffffff !important;
	background-color: #ffffff !important;
}
.scheme_default .sc_price_item:hover .sc_price_item_link,
.scheme_default .sc_price_item_link:hover {
	color: #C31328;
	background-color: #C31328;
}
.scheme_default .sc_button_default.color_style_link2:hover,
.scheme_default .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
	background-color: #C31328;
}
.scheme_default .sc_button_default.color_style_link3:hover,
.scheme_default .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
	background-color: #C31328;
}
.scheme_default .sc_button_default.color_style_dark:hover,
.scheme_default .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
	color: #C31328;
	background-color: #ffffff;
}
.scheme_default .search_wrap .search_submit:hover:before {
	color: #C31328;
}


/* Buttons in sidebars */

/* MailChimp */
.scheme_default .mc4wp-form input[type="submit"],
/* WooCommerce */
.scheme_default .woocommerce .woocommerce-message .button,
.scheme_default .woocommerce .woocommerce-error .button,
.scheme_default .woocommerce .woocommerce-info .button,
.scheme_default .widget.woocommerce .button,
.scheme_default .widget.woocommerce a.button,
.scheme_default .widget.woocommerce button.button,
.scheme_default .widget.woocommerce input.button,
.scheme_default .widget.woocommerce input[type="button"],
.scheme_default .widget.woocommerce input[type="submit"],
.scheme_default .widget.WOOCS_CONVERTER .button,
.scheme_default .widget.yith-woocompare-widget a.button,
.scheme_default .widget_product_search .search_button {
	color: #C31328;
	background-color: #C31328;
}
/* MailChimp */
.scheme_default .mc4wp-form input[type="submit"]:hover,
.scheme_default .mc4wp-form input[type="submit"]:focus,
/* WooCommerce */
.scheme_default .woocommerce .woocommerce-message .button:hover,
.scheme_default .woocommerce .woocommerce-error .button:hover,
.scheme_default .woocommerce .woocommerce-info .button:hover,
.scheme_default .widget.woocommerce .button:hover,
.scheme_default .widget.woocommerce a.button:hover,
.scheme_default .widget.woocommerce button.button:hover,
.scheme_default .widget.woocommerce input.button:hover,
.scheme_default .widget.woocommerce input[type="button"]:hover,
.scheme_default .widget.woocommerce input[type="button"]:focus,
.scheme_default .widget.woocommerce input[type="submit"]:hover,
.scheme_default .widget.woocommerce input[type="submit"]:focus,
.scheme_default .widget.WOOCS_CONVERTER .button:hover,
.scheme_default .widget.yith-woocompare-widget a.button:hover,
.scheme_default .widget_product_search .search_button:hover {
	color: #ffffff;
	background-color: #ffffff;
}

/* Buttons in WP Editor */
.scheme_default .wp-editor-container input[type="button"] {
	background-color: #ffffff;
	border-color: #e5e5e5;
	color: #C31328;
	-webkit-box-shadow: 0 1px 0 0 #dadada;
	    -ms-box-shadow: 0 1px 0 0 #dadada;
			box-shadow: 0 1px 0 0 #dadada;	
}
.scheme_default .wp-editor-container input[type="button"]:hover,
.scheme_default .wp-editor-container input[type="button"]:focus {
	background-color: #e6e8eb;
	border-color: #dadada;
	color: #C31328;
}



/* WP Standard classes */
.scheme_default .sticky {
	border-color: #e4e9e9;
	background-color: #ffffff;
}
.scheme_default .sticky .label_sticky {
	border-top-color: #ffffff;
}
.scheme_default .sticky .post_meta_block {
	background-color: #ffffff;
	color: #ffffff;
}
.scheme_default .sticky .post_meta_block .post_meta_item a,
.scheme_default .sticky .post_meta_block .post_meta,
.scheme_default .sticky .post_meta_block .post_meta_item,
.scheme_default .sticky .post_meta_block .post_meta_item a,
.scheme_default .sticky .post_meta_block .post_meta_item:before,
.scheme_default .sticky .post_meta_block .post_meta_item:after,
.scheme_default .sticky .post_meta_block .post_meta_item:hover:before,
.scheme_default .sticky .post_meta_block .post_meta_item:hover:after,
.scheme_default .sticky .post_meta_block .post_date a,
.scheme_default .sticky .post_meta_block .post_date:before,
.scheme_default .sticky .post_meta_block .post_date:after,
.scheme_default .sticky .post_meta_block .post_info .post_info_item,
.scheme_default .sticky .post_meta_block .post_info .post_info_item a,
.scheme_default .sticky .post_meta_block .post_info_counters .post_counters_item,
.scheme_default .sticky .post_meta_block .post_counters .socials_share .socials_caption:before,
.scheme_default .sticky .post_meta_block .post_counters .socials_share .socials_caption:hover:before,
.scheme_default .sticky .post_meta_block .post_meta_item:before,
.scheme_default .sticky .post_meta_block .post_meta_item a:before,
.scheme_default .sticky .post_meta_block .post_meta_item.post_categories,
.scheme_default .sticky .post_meta_block .post_meta_item.post_categories a,
.scheme_default .sticky .post_meta_block .more-link {
	color: #ffffff;
}
.scheme_default .sticky .post_meta_block .post_date a:hover,
.scheme_default .sticky .post_meta_block a.post_meta_item:hover,
.scheme_default .sticky .post_meta_block a.post_meta_item:hover:before,
.scheme_default .sticky .post_meta_block .post_meta_item a:hover,
.scheme_default .sticky .post_meta_block .post_meta_item a:hover:before,
.scheme_default .sticky .post_meta_block .post_info .post_info_item a:hover,
.scheme_default .sticky .post_meta_block .post_info .post_info_item a:hover:before,
.scheme_default .sticky .post_meta_block .post_info_counters .post_counters_item:hover,
.scheme_default .sticky .post_meta_block .post_info_counters .post_counters_item:hover:before,
.scheme_default .sticky .post_meta_block .more-link:hover {
	color: #C31328 !important;
}
	

/* Page */
.scheme_default #page_preloader,
.scheme_default.header_position_under .page_content_wrap,
.scheme_default .page_wrap {
	background-color: #ffffff;
}
.scheme_default .preloader_wrap > div {
	background-color: #ffffff;
}

/* Header */
.scheme_default.top_panel.with_bg_image:before {
	background-color: rgba(255,255,255,0.7);
}
.scheme_default.top_panel .slider_engine_revo .slide_subtitle,
.scheme_default .top_panel .slider_engine_revo .slide_subtitle {
	color: #ffffff;
}
.scheme_default .top_panel_default .top_panel_navi,
.scheme_default.top_panel_default .top_panel_navi {
	background-color: #ffffff;
}
.scheme_default .top_panel_default .top_panel_title,
.scheme_default.top_panel_default .top_panel_title {
	background-color: #C31328;
}
.scheme_default .top_panel_default .post_meta_item:before, .scheme_default .top_panel_default .post_meta_item a:before {
	color: #ffffff;
}


.scheme_default .top_panel_default .top_panel_title .sc_layouts_title_title h1 em,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title_title h1 b sup,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title_title h1 b,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title_title h1,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title .post_meta_item a,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title .post_meta_item span,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title .post_date a,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title .post_counters_item:before,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title .post_meta_item.post_categories {
	color: #ffffff;
}
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title .post_meta_item a:hover,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title a.post_meta_item:hover,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title .post_date a:hover,
.scheme_default .top_panel_default .top_panel_title .sc_layouts_title .post_date a:hover:before {
	color: #C31328;
}

.scheme_default .top_panel_default .sc_layouts_title_breadcrumbs, .scheme_default .top_panel_default .sc_layouts_title_breadcrumbs a {
	color: #ffffff !important;
}
.scheme_default .top_panel_default .sc_layouts_title_breadcrumbs a:hover {
	color: #C31328 !important;
}


/* Tabs */
.scheme_default div.esg-filter-wrapper .esg-filterbutton > span,
.scheme_default .unlimhost_tabs .unlimhost_tabs_titles li a {
	color: #C31328;
	background-color: #e6e8eb;
}
.scheme_default div.esg-filter-wrapper .esg-filterbutton > span:hover,
.scheme_default .unlimhost_tabs .unlimhost_tabs_titles li a:hover {
	color: #C31328;
	background-color: #C31328;
}
.scheme_default div.esg-filter-wrapper .esg-filterbutton.selected > span,
.scheme_default .unlimhost_tabs .unlimhost_tabs_titles li.ui-state-active a {
	color: #ffffff;
	background-color: #C31328;
}

/* Post layouts */
.scheme_default .post_item {
	color: #37393D;
}
.scheme_default .post_meta,
.scheme_default .post_meta_item,
.scheme_default .post_meta_item a,
.scheme_default .post_meta_item:before,
.scheme_default .post_meta_item:after,
.scheme_default .post_meta_item:hover:before,
.scheme_default .post_meta_item:hover:after,
.scheme_default .post_date a,
.scheme_default .post_date:before,
.scheme_default .post_date:after,
.scheme_default .post_info .post_info_item,
.scheme_default .post_info .post_info_item a,
.scheme_default .post_info_counters .post_counters_item,
.scheme_default .post_counters .socials_share .socials_caption:before,
.scheme_default .post_counters .socials_share .socials_caption:hover:before {
	color: #37393D;
}
.scheme_default .post_meta_item:before,
.scheme_default .post_meta_item a:before {
	color: #C31328;
}
.scheme_default .post_date a:hover,
.scheme_default a.post_meta_item:hover,
.scheme_default a.post_meta_item:hover:before,
.scheme_default .post_meta_item a:hover,
.scheme_default .post_meta_item a:hover:before,
.scheme_default .post_info .post_info_item a:hover,
.scheme_default .post_info .post_info_item a:hover:before,
.scheme_default .post_info_counters .post_counters_item:hover,
.scheme_default .post_info_counters .post_counters_item:hover:before {
	color: #C31328;
}
.scheme_default .post_item .post_title a:hover {
	color: #C31328;
}

.scheme_default .post_meta_item.post_categories,
.scheme_default .post_meta_item.post_categories a {
	color: #ffffff;
}
.scheme_default .post_meta_item.post_categories a:hover {
	color: #C31328;
}

.scheme_default .post_meta_item .socials_share .social_items {
	background-color: #ffffff;
}
.scheme_default .post_meta_item .social_items,
.scheme_default .post_meta_item .social_items:before {
	background-color: #ffffff;
	border-color: #e4e9e9;
	color: #b7b7b7;
}
.scheme_default .post_meta_block {
	background-color: #ffffff;
}

.scheme_default .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
	border-color: #e4e9e9;
}
.scheme_default .post_layout_classic {
	border-color: #e4e9e9;
}

.scheme_default.gallery_preview:before {
	background-color: #ffffff;
}
.scheme_default.gallery_preview {
	color: #37393D;
}

.scheme_default blockquote strong, .scheme_default blockquote em, .scheme_default blockquote b, .scheme_default blockquote b, .scheme_default blockquote i {
   	color: #c5c7c9;
}


/* Post Formats */

/* Audio */
.scheme_default .trx_addons_audio_player .audio_author,
.scheme_default .format-audio .post_featured .post_audio_author {
	color: #ffffff;
}
.scheme_default .format-audio .post_featured.without_thumb .post_audio {
	background-color: #C31328;
}
.scheme_default .format-audio .post_featured.without_thumb .post_audio_title,
.scheme_default .without_thumb .mejs-controls .mejs-currenttime,
.scheme_default .without_thumb .mejs-controls .mejs-duration {
	color: #ffffff;
}

.scheme_default .trx_addons_audio_player.without_cover {
	border-color: #C31328;
	background-color: #C31328;
}
.scheme_default .trx_addons_audio_player.with_cover .audio_caption {
	color: #C31328;
}
.scheme_default .trx_addons_audio_player.without_cover .audio_author {
	color: #C31328;
}
.scheme_default .trx_addons_audio_player.without_cover .audio_caption {
    color: #C31328;
}
.scheme_default .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
	color: #C31328;
}
.scheme_default .trx_addons_audio_player.with_cover .mejs-container .mejs-controls .mejs-time {
	color: #C31328;
}


.scheme_default .mejs-container .mejs-controls,
.scheme_default .mejs-embed,
.scheme_default .mejs-embed body {
	background: rgba(195,19,40,0.7);
}

.scheme_default .mejs-controls .mejs-button {
	color: #ffffff;
	background: transparent;
}
.scheme_default .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #ffffff;
}
.scheme_default .mejs-controls .mejs-button:hover {
	color: #C31328;
	background: transparent;
}
.scheme_default .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffffff;
}
.scheme_default .mejs-controls .mejs-time-rail .mejs-time-total,
.scheme_default .mejs-controls .mejs-time-rail .mejs-time-loaded,
.scheme_default .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,0.2);
}

/* Aside */
.scheme_default .format-aside .post_content_inner {
	color: #C31328;
	background-color: #ffffff;
}

/* Link and Status */
.scheme_default .format-link .post_content_inner,
.scheme_default .format-status .post_content_inner {
	color: #C31328;
}

/* Chat */
.scheme_default .format-chat p > b,
.scheme_default .format-chat p > strong {
	color: #C31328;
}

/* Video */
.scheme_default .trx_addons_video_player.with_cover .video_hover,
.scheme_default .format-video .post_featured.with_thumb .post_video_hover {
	color: #C31328;
	background-color: #ffffff;
}
.scheme_default .trx_addons_video_player.with_cover .video_hover:hover,
.scheme_default .format-video .post_featured.with_thumb .post_video_hover:hover {
	color: #C31328;
	background-color: #C31328;
}

.scheme_default .sidebar_inner .trx_addons_video_player.with_cover .video_hover:hover {
	color: #ffffff;
	background-color: #C31328;
}

/* Chess */
.scheme_default .post_layout_chess .post_content_inner:after {
	background: linear-gradient(to top, #ffffff 0%, rgba(255,255,255,0) 100%) no-repeat scroll right top / 100% 100% rgba(255,255,255,0);
}
.scheme_default .post_layout_chess_1 .post_meta:before {
	background-color: #e4e9e9;
}

/* Pagination */
.scheme_default .nav-links-old {
	color: #C31328;
}
.scheme_default .nav-links-old a:hover {
	color: #C31328;
	border-color: #C31328;
}

.scheme_default div.esg-pagination .esg-pagination-button,
.scheme_default .woocommerce nav.woocommerce-pagination ul li a,
.scheme_default .page_links > a,
.scheme_default .comments_pagination .page-numbers,
.scheme_default .nav-links .page-numbers {
	color: #C31328;
	background-color: #ffffff;
}
.scheme_default div.esg-pagination .esg-pagination-button:hover,
.scheme_default div.esg-pagination .esg-pagination-button.selected,
.scheme_default .woocommerce nav.woocommerce-pagination ul li a:hover,
.scheme_default .woocommerce nav.woocommerce-pagination ul li span.current,
.scheme_default .page_links > a:hover,
.scheme_default .page_links > span:not(.page_links_title),
.scheme_default .comments_pagination a.page-numbers:hover,
.scheme_default .comments_pagination .page-numbers.current,
.scheme_default .nav-links a.page-numbers:hover,
.scheme_default .nav-links .page-numbers.current {
	color: #C31328;
	background-color: #C31328;
}

/* Single post */
.scheme_default .post_item_single .post_header .post_date {
	color: #37393D;
}
.scheme_default .post_item_single .post_header .post_categories,
.scheme_default .post_item_single .post_header .post_categories a {
	color: #ffffff !important;
}
.scheme_default .post_item_single .post_header .post_meta_item,
.scheme_default .post_item_single .post_header .post_meta_item:before,
.scheme_default .post_item_single .post_header .post_meta_item:hover:before,
.scheme_default .post_item_single .post_header .post_meta_item a,
.scheme_default .post_item_single .post_header .post_meta_item a:before,
.scheme_default .post_item_single .post_header .post_meta_item a:hover:before,
.scheme_default .post_item_single .post_header .post_meta_item .socials_caption,
.scheme_default .post_item_single .post_header .post_meta_item .socials_caption:before,
.scheme_default .post_item_single .post_header .post_edit a {
	color: #b7b7b7;
}
.scheme_default .post_item_single .post_meta_item:hover,
.scheme_default .post_item_single .post_meta_item > a:hover,
.scheme_default .post_item_single .post_meta_item .socials_caption:hover,
.scheme_default .post_item_single .post_edit a:hover {
	color: #C31328 !important;
}
.scheme_default .post_item_single .post_content .post_meta_label,
.scheme_default .post_item_single .post_content .post_meta_item:hover .post_meta_label {
	color: #C31328;
}
.scheme_default .post_item_single .post_content .post_tags,
.scheme_default .post_item_single .post_content .post_tags a {
	color: #ffffff !important;
}
.scheme_default .post_item_single .post_content .post_tags a:hover {
	color: #C31328 !important;
}
.scheme_default .post_item_single .post_content .post_meta .post_share .social_item .social_icon {
	color: #ffffff !important;
	background-color: #ffffff;
}
.scheme_default .post_item_single .post_content .post_meta .post_share .social_item:hover .social_icon {
	color: #C31328 !important;
	background-color: #C31328;
}
.scheme_default .socials_share .socials_caption {
    color: #C31328;
}
.scheme_default .comments_list_wrap .comment_author {
     color: #ffffff;
}
.scheme_default .comments_list_wrap .comment_posted {
     color: #37393D;
}

.scheme_default .post-password-form input[type="submit"] {
	border-color: #C31328;
}
.scheme_default .post-password-form input[type="submit"]:hover,
.scheme_default .post-password-form input[type="submit"]:focus {
	color: #ffffff;
}

/* Single post navi */
.scheme_default .nav-links-single .nav-links {
	border-color: #e4e9e9;
}
.scheme_default .nav-links-single .nav-links a .meta-nav {
	color: #b7b7b7;
}
.scheme_default .nav-links-single .nav-links a .post_date {
	color: #b7b7b7;
}
.scheme_default .nav-links-single .nav-links a:hover .meta-nav,
.scheme_default .nav-links-single .nav-links a:hover .post_date {
	color: #C31328;
}
.scheme_default .nav-links-single .nav-links a:hover .post-title {
	color: #ffffff;
}

/* Author info */
.scheme_default.author_info {
	color: #C31328;
	background-color: #C31328;
}
.scheme_default.author_info .author_title {
	color: #ffffff;
}
.scheme_default.author_info a {
	color: #C31328;
}
.scheme_default.author_info a:hover {
	color: #C31328;
}
.scheme_default.author_info .socials_wrap .social_item .social_icon {
	color: #C31328;
	background-color: #ffffff;
}
.scheme_default.author_info .socials_wrap .social_item:hover .social_icon {
	color: #ffffff;
	background-color: #C31328;
}

/* Related posts */
.scheme_default .related_wrap {
	border-color: #e4e9e9;
}
.scheme_default .related_wrap .related_item_style_1 .post_header {
	background-color: rgba(255,255,255,0.7);
}
.scheme_default .related_wrap .related_item_style_1:hover .post_header {
	background-color: #ffffff;
}
.scheme_default .related_wrap .related_item_style_1 .post_date a {
	color: #37393D;
}
.scheme_default .related_wrap .related_item_style_1:hover .post_date a {
	color: #b7b7b7;
}
.scheme_default .related_wrap .related_item_style_1:hover .post_date a:hover {
	color: #C31328;
}

/* Comments */
.scheme_default .comments_list_wrap,
.scheme_default .comments_list_wrap > ul {
	border-color: #e4e9e9;
}
.scheme_default .comments_list_wrap li + li,
.scheme_default .comments_list_wrap li ul {
	border-color: #e4e9e9;
}
.scheme_default .comments_list_wrap .comment_info {
	color: #C31328;
}
.scheme_default .comments_list_wrap .comment_counters a {
	color: #ffffff;
}
.scheme_default .comments_list_wrap .comment_counters a:before {
	color: #ffffff;
}
.scheme_default .comments_list_wrap .comment_counters a:hover:before,
.scheme_default .comments_list_wrap .comment_counters a:hover {
	color: #C31328;
}
.scheme_default .comments_list_wrap .comment_text {
	color: #37393D;
}
.scheme_default .comments_list_wrap .comment_reply a {
	color: #C31328;
    background-color: #ffffff;
}
.scheme_default .comments_list_wrap .comment_reply a:hover {
	color: #ffffff;
	background-color: #ffffff;
}
.scheme_default .comments_form_wrap {
	border-color: #e4e9e9;
}
.scheme_default .comments_wrap .comments_notes {
	color: #b7b7b7;
}


/* Page 404 */
.scheme_default .post_item_404 .page_title {
	color: #b7b7b7;
}
.scheme_default .post_item_404 .page_description {
	color: #ffffff;
}
.scheme_default .post_item_404 .go_home {
	border-color: #C31328;
}

/* Sidebar */
.scheme_default .sidebar .sidebar_inner {
	color: #37393D;
}
.scheme_default .sidebar_inner .widget + .widget {
	border-color: #e4e9e9;
}
.scheme_default.sidebar .widget + .widget {
	border-color: #e5e5e5;
}
.scheme_default.sidebar h1, .scheme_default.sidebar h2, .scheme_default.sidebar h3, .scheme_default.sidebar h4, .scheme_default.sidebar h5, .scheme_default.sidebar h6,
.scheme_default.sidebar h1 a, .scheme_default.sidebar h2 a, .scheme_default.sidebar h3 a, .scheme_default.sidebar h4 a, .scheme_default.sidebar h5 a, .scheme_default.sidebar h6 a {
	color: #C31328;
}
.scheme_default.sidebar h1 a:hover, .scheme_default.sidebar h2 a:hover, .scheme_default.sidebar h3 a:hover, .scheme_default.sidebar h4 a:hover, .scheme_default.sidebar h5 a:hover, .scheme_default.sidebar h6 a:hover {
	color: #C31328;
}
.scheme_default .sidebar .widget input[type="search"] {
    background-color: #ebebeb;
}


/* Widgets */
.scheme_default .widget ul > li:before {
	background-color: #C31328;
}
.scheme_default.sidebar ul > li:before {
	background-color: #C31328;
}
.scheme_default.sidebar a {
	color: #C31328;
}
.scheme_default.sidebar a:hover {
	color: #ffffff;
}
.scheme_default.sidebar li > a,
.scheme_default.sidebar .post_title > a {
	color: #C31328;
}
.scheme_default.sidebar li > a:hover,
.scheme_default.sidebar .post_title > a:hover {
	color: #C31328;
}

/* Archive */
.scheme_default.sidebar .widget_archive li {
	color: #C31328;
}

/* Calendar */
.scheme_default .wp-block-calendar caption,
.scheme_default .wp-block-calendar tbody td a,
.scheme_default .wp-block-calendar th,
.scheme_default .widget_calendar caption,
.scheme_default .widget_calendar tbody td a,
.scheme_default .widget_calendar th {
	color: #C31328;
}
.scheme_default .wp-block-calendar caption,
.scheme_default .widget_calendar caption {
	background-color: #ffffff;
}
.scheme_default .footer_wrap .widget_calendar caption {
	background-color: transparent;
}
.scheme_default.sidebar .widget_calendar caption,
.scheme_default.sidebar .widget_calendar tbody td a,
.scheme_default.sidebar .widget_calendar th {
	color: #C31328;
}
.scheme_default .wp-block-calendar tbody td,
.scheme_default .widget_calendar tbody td {
	color: #37393D !important;
}
.scheme_default.sidebar .widget_calendar tbody td {
	color: #37393D !important;
}
.scheme_default .wp-block-calendar tbody td a:hover,
.scheme_default .widget_calendar tbody td a:hover {
	color: #C31328;
}
.scheme_default.sidebar .widget_calendar tbody td a:hover {
	color: #C31328;
}
.scheme_default .wp-block-calendar tbody td a:after,
.scheme_default .widget_calendar tbody td a:after {
	background-color: #ffffff;
}
.scheme_default.sidebar .widget_calendar tbody td a:after {
	background-color: #C31328;
}
.scheme_default .wp-block-calendar td#today,
.scheme_default .widget_calendar td#today {
	color: #C31328 !important;
}
.scheme_default .wp-block-calendar td#today a,
.scheme_default .widget_calendar td#today a {
	color: #C31328;
}
.scheme_default .wp-block-calendar td#today a:hover,
.scheme_default .widget_calendar td#today a:hover {
	color: #ffffff;
}
.scheme_default .wp-block-calendar td#today:before,
.scheme_default .widget_calendar td#today:before {
	background-color: #C31328;
}
.scheme_default.sidebar .widget_calendar td#today:before {
	background-color: #C31328;
}
.scheme_default .wp-block-calendar td#today a:after,
.scheme_default .widget_calendar td#today a:after {
	background-color: #C31328;
}
.scheme_default .wp-block-calendar td#today a:hover:after,
.scheme_default .widget_calendar td#today a:hover:after {
	background-color: #ffffff;
}
.scheme_default .wp-calendar-nav .wp-calendar-nav-prev a,
.scheme_default .wp-calendar-nav .wp-calendar-nav-next a,
.scheme_default .widget_calendar #prev a,
.scheme_default .widget_calendar #next a {
	color: #C31328;
}
.scheme_default.sidebar .widget_calendar #prev a,
.scheme_default.sidebar .widget_calendar #next a {
	color: #C31328;
}
.scheme_default .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.scheme_default .wp-calendar-nav .wp-calendar-nav-next a:hover,
.scheme_default .widget_calendar #prev a:hover,
.scheme_default .widget_calendar #next a:hover {
	color: #C31328;
}
.scheme_default.sidebar .widget_calendar #prev a:hover,
.scheme_default.sidebar .widget_calendar #next a:hover {
	color: #ffffff;
}
.scheme_default .wp-calendar-nav .wp-calendar-nav-prev a:before,
.scheme_default .wp-calendar-nav .wp-calendar-nav-next a:before,
.scheme_default .widget_calendar td#prev a:before,
.scheme_default .widget_calendar td#next a:before {
	background-color: #ffffff;
}
.scheme_default.sidebar .widget_calendar td#prev a:before,
.scheme_default.sidebar .widget_calendar td#next a:before {
	background-color: #ffffff;
}
/*Recent Comments*/
.scheme_default .widget.widget_recent_comments li:before {
	color: #C31328;
}

/* Categories */
.scheme_default .widget_categories li {
	color: #C31328;
}
.scheme_default.sidebar .widget_categories li {
	color: #C31328;
}

/* Tag cloud */
.scheme_default .widget_product_tag_cloud a,
.scheme_default .widget_tag_cloud a,
.scheme_default .wp-block-tag-cloud a {
	color: #C31328;
	background-color: #C31328;
}
.scheme_default.sidebar .widget_product_tag_cloud a,
.scheme_default.sidebar .widget_tag_cloud a {
	color: #C31328;
	background-color: #e5e5e5;
}
.scheme_default .widget_product_tag_cloud a:hover,
.scheme_default .widget_tag_cloud a:hover,
.scheme_default .wp-block-tag-cloud a:hover {
	color: #C31328 !important;
	background-color: #ffffff;
}
.scheme_default.sidebar .widget_product_tag_cloud a:hover,
.scheme_default.sidebar .widget_tag_cloud a:hover {
	background-color: #C31328;
}

/* RSS */
.scheme_default .widget_rss .widget_title a:first-child {
	color: #ffffff;
}
.scheme_default.sidebar .widget_rss .widget_title a:first-child {
	color: #C31328;
}
.scheme_default .widget_rss .widget_title a:first-child:hover {
	color: #C31328;
}
.scheme_default.sidebar .widget_rss .widget_title a:first-child:hover {
	color: #ffffff;
}
.scheme_default .widget_rss .rss-date {
	color: #b7b7b7;
}
.scheme_default.sidebar .widget_rss .rss-date {
	color: #ebebeb;
}

/* Footer */
.scheme_default.footer_wrap,
.footer_wrap .scheme_default.vc_row {
	background-color: #ffffff;
	color: #37393D;
}
.scheme_default.footer_wrap .widget,
.scheme_default.footer_wrap .sc_content .wpb_column,
.footer_wrap .scheme_default.vc_row .widget,
.footer_wrap .scheme_default.vc_row .sc_content .wpb_column {
	border-color: #e5e5e5;
}
.scheme_default.footer_wrap h1, .scheme_default.footer_wrap h2, .scheme_default.footer_wrap h3,
.scheme_default.footer_wrap h4, .scheme_default.footer_wrap h5, .scheme_default.footer_wrap h6,
.scheme_default.footer_wrap h1 a, .scheme_default.footer_wrap h2 a, .scheme_default.footer_wrap h3 a,
.scheme_default.footer_wrap h4 a, .scheme_default.footer_wrap h5 a, .scheme_default.footer_wrap h6 a,
.footer_wrap .scheme_default.vc_row h1, .footer_wrap .scheme_default.vc_row h2, .footer_wrap .scheme_default.vc_row h3,
.footer_wrap .scheme_default.vc_row h4, .footer_wrap .scheme_default.vc_row h5, .footer_wrap .scheme_default.vc_row h6,
.footer_wrap .scheme_default.vc_row h1 a, .footer_wrap .scheme_default.vc_row h2 a, .footer_wrap .scheme_default.vc_row h3 a,
.footer_wrap .scheme_default.vc_row h4 a, .footer_wrap .scheme_default.vc_row h5 a, .footer_wrap .scheme_default.vc_row h6 a {
	color: #C31328;
}
.scheme_default.footer_wrap h1 a:hover, .scheme_default.footer_wrap h2 a:hover, .scheme_default.footer_wrap h3 a:hover,
.scheme_default.footer_wrap h4 a:hover, .scheme_default.footer_wrap h5 a:hover, .scheme_default.footer_wrap h6 a:hover,
.footer_wrap .scheme_default.vc_row h1 a:hover, .footer_wrap .scheme_default.vc_row h2 a:hover, .footer_wrap .scheme_default.vc_row h3 a:hover,
.footer_wrap .scheme_default.vc_row h4 a:hover, .footer_wrap .scheme_default.vc_row h5 a:hover, .footer_wrap .scheme_default.vc_row h6 a:hover {
	color: #C31328;
}
.scheme_default.footer_wrap .widget li:before,
.footer_wrap .scheme_default.vc_row .widget li:before {
	background-color: #C31328;
}
.scheme_default.footer_wrap a,
.footer_wrap .scheme_default.vc_row a {
	color: #C31328;
}
.scheme_default.footer_wrap a:hover,
.footer_wrap .scheme_default.vc_row a:hover {
	color: #C31328;
}

.scheme_default .footer_logo_inner {
	border-color: #e5e5e5;
}
.scheme_default .footer_logo_inner:after {
	background-color: #37393D;
}
.scheme_default .footer_socials_inner .social_item .social_icon {
	color: #37393D;
}
.scheme_default .footer_socials_inner .social_item:hover .social_icon {
	color: #C31328;
}
.scheme_default .menu_footer_nav_area ul li a {
	color: #C31328;
}
.scheme_default .menu_footer_nav_area ul li a:hover {
	color: #C31328;
}
.scheme_default .menu_footer_nav_area ul li+li:before {
	border-color: #ebebeb;
}

.scheme_default .footer_copyright_inner {
	background-color: #ffffff;
	border-color: #e4e9e9;
	color: #C31328;
}
.scheme_default .footer_copyright_inner a {
	color: #C31328;
}
.scheme_default .footer_copyright_inner a:hover {
	color: #ffffff;
}
.scheme_default .footer_copyright_inner .copyright_text {
	color: #37393D;
}




/* Third-party plugins */

.scheme_default .mfp-bg {
	background-color: rgba(255,255,255,0.7);
}
.scheme_default .mfp-image-holder .mfp-close,
.scheme_default .mfp-iframe-holder .mfp-close,
.scheme_default .mfp-close-btn-in .mfp-close {
	color: #C31328;
	background-color: transparent;
}
.scheme_default .mfp-image-holder .mfp-close:hover,
.scheme_default .mfp-iframe-holder .mfp-close:hover,
.scheme_default .mfp-close-btn-in .mfp-close:hover {
	color: #ffffff;
}

.scheme_default button[disabled],
.scheme_default input[type="submit"][disabled],
.scheme_default input[type="button"][disabled] {
    background-color: #b7b7b7 !important;
    color: #C31328 !important;
}
.scheme_default .page-id-18 .wpcf7-list-item-label {
	color: #C31328 !important;
}

.scheme_default .mcfwp-agree-input a:hover {
	color: #C31328;
}

.scheme_default .wpcf7-response-output{
    color: #C31328;
}

.scheme_default .wp-block-file__button {
	color: #C31328;
}

.scheme_default a[rel="magnific"] {
	color: #C31328 !important;
}

/* ================= BUTTON'S HOVERS ==================== */

/* Slide */
.scheme_default .sc_button_hover_slide_left {	background: linear-gradient(to right,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_slide_right {  background: linear-gradient(to left,	#C31328 50%, #ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_slide_top {	background: linear-gradient(to bottom,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important; }
.scheme_default .sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#C31328 50%, #ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important; }
.scheme_default .wp24-dc input[type="submit"] {	background: linear-gradient(to right,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important; }

.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_left {	background: linear-gradient(to right,	#ffffff 50%, #C31328 50%) no-repeat scroll right bottom / 210% 100% #C31328 !important; }
.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_right {  background: linear-gradient(to left,	#ffffff 50%, #C31328 50%) no-repeat scroll left bottom / 210% 100% #C31328 !important; }
.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_top {	background: linear-gradient(to bottom,	#ffffff 50%, #C31328 50%) no-repeat scroll right bottom / 100% 210% #C31328 !important; }
.scheme_default .sc_button_hover_style_link2.sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#ffffff 50%, #C31328 50%) no-repeat scroll right top / 100% 210% #C31328 !important; }

.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_left {	background: linear-gradient(to right,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_right {  background: linear-gradient(to left,	#C31328 50%, #ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_top {	background: linear-gradient(to bottom,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important; }
.scheme_default .sc_button_hover_style_link3.sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#C31328 50%, #ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important; }

.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_left {		background: linear-gradient(to right,	#ffffff 50%, #C31328 50%) no-repeat scroll right bottom / 210% 100% #C31328 !important; }
.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_right {		background: linear-gradient(to left,	#ffffff 50%, #C31328 50%) no-repeat scroll left bottom / 210% 100% #C31328 !important; }
.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_top {			background: linear-gradient(to bottom,	#ffffff 50%, #C31328 50%) no-repeat scroll right bottom / 100% 210% #C31328 !important; }
.scheme_default .sc_button_hover_style_dark.sc_button_hover_slide_bottom {		background: linear-gradient(to top,		#ffffff 50%, #C31328 50%) no-repeat scroll right top / 100% 210% #C31328 !important; }

.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_left {		background: linear-gradient(to right,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_right {	background: linear-gradient(to left,	#C31328 50%, #ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important; }
.scheme_default .sc_button_hover_style_inverse.sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#C31328 50%, #ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important; }

.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_left {		background: linear-gradient(to right,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_right {		background: linear-gradient(to left,	#C31328 50%, #ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important; }
.scheme_default .sc_button_hover_style_hover.sc_button_hover_slide_bottom {		background: linear-gradient(to top,		#C31328 50%, #ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important; }

.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_left {		background: linear-gradient(to right,	#C31328 50%, #C31328 50%) no-repeat scroll right bottom / 210% 100% #C31328 !important; }
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_right {		background: linear-gradient(to left,	#C31328 50%, #C31328 50%) no-repeat scroll left bottom / 210% 100% #C31328 !important; }
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#C31328 50%, #C31328 50%) no-repeat scroll right bottom / 100% 210% #C31328 !important; }
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_bottom {		background: linear-gradient(to top,		#C31328 50%, #C31328 50%) no-repeat scroll right top / 100% 210% #C31328 !important; }

.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_left {		background: linear-gradient(to right,	#C31328 50%, #e5e5e5 50%) no-repeat scroll right bottom / 210% 100% #e5e5e5 !important; }
.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_right {	background: linear-gradient(to left,	#C31328 50%, #e5e5e5 50%) no-repeat scroll left bottom / 210% 100% #e5e5e5 !important; }
.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#C31328 50%, #e5e5e5 50%) no-repeat scroll right bottom / 100% 210% #e5e5e5 !important; }
.scheme_default .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#C31328 50%, #e5e5e5 50%) no-repeat scroll right top / 100% 210% #e5e5e5 !important; }

.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_left {		background: linear-gradient(to right,	#ffffff 50%, #ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_right {		background: linear-gradient(to left,	#ffffff 50%, #ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important; }
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#ffffff 50%, #ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important; }
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_bottom {		background: linear-gradient(to top,		#ffffff 50%, #ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important; }

.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_left:hover,
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_right:hover,
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_top:hover,
.scheme_default .sc_button_hover_style_alter.sc_button_hover_slide_bottom:hover  {	color: #ffffff !important; }

.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_left:hover,
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_right:hover,
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_top:hover,
.scheme_default .sc_button_hover_style_extra.sc_button_hover_slide_bottom:hover  {	color: #C31328 !important; }

.scheme_default .sc_button_hover_slide_left:hover,
.scheme_default .sc_button_hover_slide_left.active,
.scheme_default .wp24-dc input[type="submit"]:hover,
.scheme_default .wp24-dc input[type="submit"]:focus,
.scheme_default .ui-state-active .sc_button_hover_slide_left,
.scheme_default .vc_active .sc_button_hover_slide_left,
.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,
.scheme_default li.active .sc_button_hover_slide_left {		background-position: left bottom !important; color: #ffffff !important; }

.scheme_default .sc_button_hover_slide_right:hover,
.scheme_default .sc_button_hover_slide_right.active,
.scheme_default .ui-state-active .sc_button_hover_slide_right,
.scheme_default .vc_active .sc_button_hover_slide_right,
.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,
.scheme_default li.active .sc_button_hover_slide_right {	background-position: right bottom !important; color: #ffffff !important; }

.scheme_default .sc_button_hover_slide_top:hover,
.scheme_default .sc_button_hover_slide_top.active,
.scheme_default .ui-state-active .sc_button_hover_slide_top,
.scheme_default .vc_active .sc_button_hover_slide_top,
.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,
.scheme_default li.active .sc_button_hover_slide_top {		background-position: right top !important; color: #ffffff !important; }

.scheme_default .sc_button_hover_slide_bottom:hover,
.scheme_default .sc_button_hover_slide_bottom.active,
.scheme_default .ui-state-active .sc_button_hover_slide_bottom,
.scheme_default .vc_active .sc_button_hover_slide_bottom,
.scheme_default .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,
.scheme_default li.active .sc_button_hover_slide_bottom {	background-position: right bottom !important; color: #ffffff !important; }


/* ================= IMAGE'S HOVERS ==================== */

/* Common styles */
.scheme_default .post_featured .mask {
	background-color: rgba(195,19,40,0.7);
}

/* Dots */
.scheme_default .post_featured.hover_dots:hover .mask {
	background-color: rgba(195,19,40,0.7);
}
.scheme_default .post_featured.hover_dots .icons span {
	background-color: #ffffff;
}
.scheme_default .post_featured.hover_dots .post_info {
	color: #ffffff;
}

/* Icon */
.scheme_default .post_featured.hover_icon .icons a {
	color: #ffffff;
}
.scheme_default .post_featured.hover_icon a:hover {
	color: #ffffff;
}

/* Icon and Icons */
.scheme_default .post_featured.hover_icons .icons a {
	color: #C31328;
	background-color: rgba(255,255,255,0.7);
}
.scheme_default .post_featured.hover_icons a:hover {
	color: #C31328;
	background-color: #ffffff;
}

/* Fade */
.scheme_default .post_featured.hover_fade .post_info,
.scheme_default .post_featured.hover_fade .post_info a,
.scheme_default .post_featured.hover_fade .post_info .post_meta_item,
.scheme_default .post_featured.hover_fade .post_info .post_meta .post_meta_item:before,
.scheme_default .post_featured.hover_fade .post_info .post_meta .post_meta_item:hover:before {
	color: #C31328;
}
.scheme_default .post_featured.hover_fade .post_info a:hover {
	color: #ffffff;
}

/* Slide */
.scheme_default .post_featured.hover_slide .post_info,
.scheme_default .post_featured.hover_slide .post_info a,
.scheme_default .post_featured.hover_slide .post_info .post_meta_item,
.scheme_default .post_featured.hover_slide .post_info .post_meta .post_meta_item:before,
.scheme_default .post_featured.hover_slide .post_info .post_meta .post_meta_item:hover:before {
	color: #C31328;
}
.scheme_default .post_featured.hover_slide .post_info a:hover {
	color: #ffffff;
}
.scheme_default .post_featured.hover_slide .post_info .post_title:after {
	background-color: #C31328;
}

/* Pull */
.scheme_default .post_featured.hover_pull {
	background-color: #ffffff;
}
.scheme_default .post_featured.hover_pull .post_info,
.scheme_default .post_featured.hover_pull .post_info a {
	color: #37393D;
}
.scheme_default .post_featured.hover_pull .post_info a:hover,
.scheme_default .post_featured.hover_pull .post_info a:hover:before {
	color: #ffffff;
}

/* Border */
.scheme_default .post_featured.hover_border .post_info,
.scheme_default .post_featured.hover_border .post_info a,
.scheme_default .post_featured.hover_border .post_info .post_meta_item,
.scheme_default .post_featured.hover_border .post_info .post_meta .post_meta_item:before,
.scheme_default .post_featured.hover_border .post_info .post_meta .post_meta_item:hover:before {
	color: #C31328;
}
.scheme_default .post_featured.hover_border .post_info a:hover {
	color: #ffffff;
}
.scheme_default .post_featured.hover_border .post_info:before,
.scheme_default .post_featured.hover_border .post_info:after {
	border-color: #C31328;
}

/* Shop */
.scheme_default .post_featured.hover_shop .icons a {
	color: #C31328;
	border-color: #ffffff !important;
	background-color: transparent;
}
.scheme_default .post_featured.hover_shop .icons a:hover {
	color: #ffffff;
	border-color: #ffffff !important;
	background-color: #ffffff;
}
.scheme_default .products.related .post_featured.hover_shop .icons a {
	color: #C31328;
	border-color: #ffffff !important;
	background-color: #ffffff;
}
.scheme_default .products.related .post_featured.hover_shop .icons a:hover {
	color: #ffffff;
	border-color: #C31328 !important;
	background-color: #C31328;
}

/* Shop Buttons */
.scheme_default .post_featured.hover_shop_buttons .icons .shop_link {
	color: #ffffff;
	background-color: #C31328;
}
.scheme_default .post_featured.hover_shop_buttons .icons a:hover {
	color: #ffffff;
	background-color: #C31328;
}
/* Common tags */
.scheme_dark body {
	background-color: #38424c;
}
.scheme_dark {
	color: #37393D;
}
.scheme_dark h1, .scheme_dark h2, .scheme_dark h3, .scheme_dark h4, .scheme_dark h5, .scheme_dark h6,
.scheme_dark h1 a, .scheme_dark h2 a, .scheme_dark h3 a, .scheme_dark h4 a, .scheme_dark h5 a, .scheme_dark h6 a,
.scheme_dark [class*="color_style_"] h1 a, .scheme_dark [class*="color_style_"] h2 a, .scheme_dark [class*="color_style_"] h3 a, .scheme_dark [class*="color_style_"] h4 a, .scheme_dark [class*="color_style_"] h5 a, .scheme_dark [class*="color_style_"] h6 a {
	color: #37393D;
}
.scheme_dark li a, .scheme_dark [class*="color_style_"] li a {
    color: #37393D;
}
.scheme_dark li.recentcomments a {
    color: #37393D;
}
.scheme_dark h1 a:hover, .scheme_dark h2 a:hover, .scheme_dark h3 a:hover, .scheme_dark h4 a:hover, .scheme_dark h5 a:hover, .scheme_dark h6 a:hover,
.scheme_dark li a:hover {
	color: #C31328;
}
.scheme_dark .color_style_link2 h1 a:hover, .scheme_dark .color_style_link2 h2 a:hover, .scheme_dark .color_style_link2 h3 a:hover, .scheme_dark .color_style_link2 h4 a:hover, .scheme_dark .color_style_link2 h5 a:hover, .scheme_dark .color_style_link2 h6 a:hover, .scheme_dark .color_style_link2 li a:hover {
	color: #37393D;
}
.scheme_dark .color_style_link3 h1 a:hover, .scheme_dark .color_style_link3 h2 a:hover, .scheme_dark .color_style_link3 h3 a:hover, .scheme_dark .color_style_link3 h4 a:hover, .scheme_dark .color_style_link3 h5 a:hover, .scheme_dark .color_style_link3 h6 a:hover, .scheme_dark .color_style_link3 li a:hover {
	color: #C31328;
}
.scheme_dark .color_style_dark h1 a:hover, .scheme_dark .color_style_dark h2 a:hover, .scheme_dark .color_style_dark h3 a:hover, .scheme_dark .color_style_dark h4 a:hover, .scheme_dark .color_style_dark h5 a:hover, .scheme_dark .color_style_dark h6 a:hover, .scheme_dark .color_style_dark li a:hover {
	color: #C31328;
}

.scheme_dark dt, .scheme_dark b, .scheme_dark strong, .scheme_dark i, .scheme_dark mark, .scheme_dark ins {
	color: #37393D;
}
.scheme_dark em {
    color: #37393D;
}
.scheme_dark s, .scheme_dark strike, .scheme_dark del {	
	color: #929094;
}

.scheme_dark code {
	color: #37393D;
	background-color: #ffffff;
	border-color: #2F3136;
}
.scheme_dark code a {
	color: #C31328;
}
.scheme_dark code a:hover {
	color: #C31328;
}

.scheme_dark a {
	color: #C31328;
}
.scheme_dark a:hover {
	color: #C31328;
}
.scheme_dark .color_style_link2 a {
	color: #37393D;
}
.scheme_dark .color_style_link2 a:hover {
	color: #C31328;
}
.scheme_dark .color_style_link3 a {
	color: #C31328;
}
.scheme_dark .color_style_link3 a:hover {
	color: #C31328;
}
.scheme_dark .color_style_dark a {
	color: #37393D;
}
.scheme_dark .color_style_dark a:hover {
	color: #C31328;
}

.scheme_dark blockquote {
	color: #c5c7c9;
	background-color: #37393D;
}
.scheme_dark blockquote.has-very-dark-gray-color {
	background-color: #929094;
}
.scheme_dark blockquote:before {
	color: #ffffff;
}
.scheme_dark blockquote a {
	color: #ffffff;
}
.scheme_dark blockquote a:hover {
	color: #C31328;
}

.scheme_dark table th, .scheme_dark table th + th, .scheme_dark table td + th  {
	border-color: #313131;
}
.scheme_dark table td, .scheme_dark table th + td, .scheme_dark table td + td {
	color: #37393D;
	border-color: #38424c;
}
.scheme_dark table th {
	color: #37393D;
	background-color: #37393D;
}

.scheme_dark table th b, .scheme_dark table th strong, .scheme_dark table th a {
	color: #37393D;
}
.scheme_dark table > tbody > tr:nth-child(2n+1) > td {
	background-color: rgba(255,255,255,0.7);
}
.scheme_dark table > tbody > tr:nth-child(2n) > td {
	background-color: #ffffff;
}
.scheme_dark table th a:hover {
	color: #C31328;
	color: #C31328;
}

.scheme_dark hr {
	border-color: #38424c;
}
.scheme_dark figure figcaption,
.scheme_dark .wp-caption .wp-caption-text,
.scheme_dark .wp-caption .wp-caption-dd,
.scheme_dark .wp-caption-overlay .wp-caption .wp-caption-text,
.scheme_dark .wp-caption-overlay .wp-caption .wp-caption-dd {
	color: #E60023;
	background-color: rgba(195,19,40,0.85);
}
.scheme_dark figcaption a {
    color: #E60023;
}
.scheme_dark figcaption a:hover {
    color: #37393D;
}
.scheme_dark ul > li:before {
	color: #C31328;
}


/* Form fields
-------------------------------------------------- */
.scheme_dark .wp-block-search.wp-block-search__icon-button .wp-block-search__button:before,
.scheme_dark .widget_search form:after,
.scheme_dark .woocommerce.widget_product_search form:after,
.scheme_dark .widget_display_search form:after,
.scheme_dark #bbpress-forums #bbp-search-form:after {
	color: #37393D;
}
.scheme_dark .wp-block-search.wp-block-search__icon-button .wp-block-search__button:hover:before,
.scheme_dark .widget_search form:hover:after,
.scheme_dark .woocommerce.widget_product_search form:hover:after,
.scheme_dark .widget_display_search form:hover:after,
.scheme_dark #bbpress-forums #bbp-search-form:hover:after {
	color: #959595;
}

/* Field set */
.scheme_dark fieldset {
	border-color: #38424c;
}
.scheme_dark fieldset legend {
	color: #37393D;
	background-color: #ffffff;
}

/* Text fields */
.scheme_dark ::-webkit-input-placeholder { color: #C31328 ; }
.scheme_dark ::-moz-placeholder          { color: #C31328 ; }
.scheme_dark :-ms-input-placeholder      { color: #C31328 ; }



.scheme_dark input[type="text"],
.scheme_dark input[type="number"],
.scheme_dark input[type="email"],
.scheme_dark input[type="tel"],
.scheme_dark input[type="search"],
.scheme_dark input[type="password"],
.scheme_dark .select_container,
.scheme_dark .select2-container .select2-choice,
.scheme_dark .select2-container .select2-selection,
.scheme_dark textarea,
.scheme_dark textarea.wp-editor-area,
/* BB Press */
.scheme_dark #buddypress .dir-search input[type="search"],
.scheme_dark #buddypress .dir-search input[type="text"],
.scheme_dark #buddypress .groups-members-search input[type="search"],
.scheme_dark #buddypress .groups-members-search input[type="text"],
.scheme_dark #buddypress .standard-form input[type="color"],
.scheme_dark #buddypress .standard-form input[type="date"],
.scheme_dark #buddypress .standard-form input[type="datetime-local"],
.scheme_dark #buddypress .standard-form input[type="datetime"],
.scheme_dark #buddypress .standard-form input[type="email"],
.scheme_dark #buddypress .standard-form input[type="month"],
.scheme_dark #buddypress .standard-form input[type="number"],
.scheme_dark #buddypress .standard-form input[type="password"],
.scheme_dark #buddypress .standard-form input[type="range"],
.scheme_dark #buddypress .standard-form input[type="search"],
.scheme_dark #buddypress .standard-form input[type="tel"],
.scheme_dark #buddypress .standard-form input[type="text"],
.scheme_dark #buddypress .standard-form input[type="time"],
.scheme_dark #buddypress .standard-form input[type="url"],
.scheme_dark #buddypress .standard-form input[type="week"],
.scheme_dark #buddypress .standard-form select,
.scheme_dark #buddypress .standard-form textarea,
.scheme_dark #buddypress form#whats-new-form textarea,
/* Booked */
.scheme_dark #booked-page-form input[type="email"],
.scheme_dark #booked-page-form input[type="text"],
.scheme_dark #booked-page-form input[type="password"],
.scheme_dark #booked-page-form textarea,
.scheme_dark .booked-upload-wrap,
.scheme_dark .booked-upload-wrap input {
	color: #37393D;
	border-color: #ffffff;
	background-color: #ffffff;
}
.scheme_dark .trx_addons_popup input[type="text"],
.scheme_dark .trx_addons_popup input[type="number"],
.scheme_dark .trx_addons_popup input[type="email"],
.scheme_dark .trx_addons_popup input[type="tel"],
.scheme_dark .trx_addons_popup input[type="search"],
.scheme_dark .trx_addons_popup input[type="password"],
.scheme_dark .trx_addons_popup textarea {
    border-color: #2F3136;
}
.scheme_dark .wp-block-search__input {
	border-color: #ffffff!important;
}
.scheme_dark input[type="text"]:hover,
.scheme_dark input[type="number"]:hover,
.scheme_dark input[type="email"]:hover,
.scheme_dark input[type="tel"]:hover,
.scheme_dark input[type="search"]:hover,
.scheme_dark input[type="password"]:hover,
.scheme_dark .select_container:hover,
.scheme_dark select option:hover,
.scheme_dark select option:hover,
.scheme_dark .select2-container .select2-choice:hover,
.scheme_dark textarea:hover,
.scheme_dark textarea.wp-editor-area:hover,
/* BB Press */
.scheme_dark #buddypress .dir-search input[type="search"]:hover,
.scheme_dark #buddypress .dir-search input[type="text"]:hover,
.scheme_dark #buddypress .groups-members-search input[type="search"]:hover,
.scheme_dark #buddypress .groups-members-search input[type="text"]:hover,
.scheme_dark #buddypress .standard-form input[type="color"]:hover,
.scheme_dark #buddypress .standard-form input[type="date"]:hover,
.scheme_dark #buddypress .standard-form input[type="datetime-local"]:hover,
.scheme_dark #buddypress .standard-form input[type="datetime"]:hover,
.scheme_dark #buddypress .standard-form input[type="email"]:hover,
.scheme_dark #buddypress .standard-form input[type="month"]:hover,
.scheme_dark #buddypress .standard-form input[type="number"]:hover,
.scheme_dark #buddypress .standard-form input[type="password"]:hover,
.scheme_dark #buddypress .standard-form input[type="range"]:hover,
.scheme_dark #buddypress .standard-form input[type="search"]:hover,
.scheme_dark #buddypress .standard-form input[type="tel"]:hover,
.scheme_dark #buddypress .standard-form input[type="text"]:hover,
.scheme_dark #buddypress .standard-form input[type="time"]:hover,
.scheme_dark #buddypress .standard-form input[type="url"]:hover,
.scheme_dark #buddypress .standard-form input[type="week"]:hover,
.scheme_dark #buddypress .standard-form select:hover,
.scheme_dark #buddypress .standard-form textarea:hover,
.scheme_dark #buddypress form#whats-new-form textarea:hover,
/* Booked */
.scheme_dark #booked-page-form input[type="email"]:hover,
.scheme_dark #booked-page-form input[type="text"]:hover,
.scheme_dark #booked-page-form input[type="password"]:hover,
.scheme_dark #booked-page-form textarea:hover,
.scheme_dark .booked-upload-wrap:hover,
.scheme_dark .booked-upload-wrap input:hover {
	border-color: #2e2d32;
	color: #959595;
}
.scheme_dark .wp-block-search__input:hover {
	border-color: #2e2d32!important;
}
.scheme_dark input[type="text"]:focus,
.scheme_dark input[type="number"]:focus,
.scheme_dark input[type="email"]:focus,
.scheme_dark input[type="tel"]:focus,
.scheme_dark input[type="search"]:focus,
.scheme_dark input[type="password"]:focus,
.scheme_dark .select_container:hover,
.scheme_dark select option:hover,
.scheme_dark select option:focus,
.scheme_dark .select2-container .select2-choice:hover,
.scheme_dark textarea:focus,
.scheme_dark textarea.wp-editor-area:focus,
/* BB Press */
.scheme_dark #buddypress .dir-search input[type="search"]:focus,
.scheme_dark #buddypress .dir-search input[type="text"]:focus,
.scheme_dark #buddypress .groups-members-search input[type="search"]:focus,
.scheme_dark #buddypress .groups-members-search input[type="text"]:focus,
.scheme_dark #buddypress .standard-form input[type="color"]:focus,
.scheme_dark #buddypress .standard-form input[type="date"]:focus,
.scheme_dark #buddypress .standard-form input[type="datetime-local"]:focus,
.scheme_dark #buddypress .standard-form input[type="datetime"]:focus,
.scheme_dark #buddypress .standard-form input[type="email"]:focus,
.scheme_dark #buddypress .standard-form input[type="month"]:focus,
.scheme_dark #buddypress .standard-form input[type="number"]:focus,
.scheme_dark #buddypress .standard-form input[type="password"]:focus,
.scheme_dark #buddypress .standard-form input[type="range"]:focus,
.scheme_dark #buddypress .standard-form input[type="search"]:focus,
.scheme_dark #buddypress .standard-form input[type="tel"]:focus,
.scheme_dark #buddypress .standard-form input[type="text"]:focus,
.scheme_dark #buddypress .standard-form input[type="time"]:focus,
.scheme_dark #buddypress .standard-form input[type="url"]:focus,
.scheme_dark #buddypress .standard-form input[type="week"]:focus,
.scheme_dark #buddypress .standard-form select:focus,
.scheme_dark #buddypress .standard-form textarea:focus,
.scheme_dark #buddypress form#whats-new-form textarea:focus,
/* Booked */
.scheme_dark #booked-page-form input[type="email"]:focus,
.scheme_dark #booked-page-form input[type="text"]:focus,
.scheme_dark #booked-page-form input[type="password"]:focus,
.scheme_dark #booked-page-form textarea:focus,
.scheme_dark .booked-upload-wrap:hover,
.scheme_dark .booked-upload-wrap input:focus {
	color: #959595;
	border-color: #353535;
	background-color: #ffffff;
}

.scheme_dark .wp-block-search__input:focus {
	border-color: #353535!important;
}
/* Select containers */
.scheme_dark .select_container:before {
	color: #37393D;
	background-color: #ffffff;
}
.scheme_dark .select_container:focus:before,
.scheme_dark .select_container:hover:before {
	color: #959595;
	background-color: #ffffff;
}
.scheme_dark .select_container:after {
	color: #37393D;
}
.scheme_dark .select_container:focus:after,
.scheme_dark .select_container:hover:after {
	color: #959595;
}
.scheme_dark .select_container select {
	color: #37393D;
	background: #ffffff !important;
}
.scheme_dark .select_container select:focus {
	color: #959595;
	background-color: #ffffff !important;
}

.scheme_dark .select2-results {
	color: #37393D;
	border-color: #353535;
	background: #ffffff;
}
.scheme_dark .select2-results .select2-highlighted {
	color: #959595;
	background: #ffffff;
}

.scheme_dark input[type="radio"] + label:before,
.scheme_dark input[type="checkbox"] + label:before
.gdpr-terms-container span[for="gdpr_terms"] input[name="gdpr_terms"]:before {
	border-color: #2e2d32;
	background-color: #ffffff;
}


/* Simple button */
.scheme_dark .sc_button_simple:not(.sc_button_bg_image),
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):after {
	color:#C31328;
}
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_dark .sc_button_simple:not(.sc_button_bg_image):hover:after {
	color:#C31328 !important;
}

.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image),
.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):before,
.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):after,
.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image),
.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):after {
	color:#37393D;
}
.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover,
.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:before,
.scheme_dark .sc_button_simple.color_style_link2:not(.sc_button_bg_image):hover:after,
.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_dark .color_style_link2 .sc_button_simple:not(.sc_button_bg_image):hover:after {
	color:#C31328;
}

.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image),
.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):before,
.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):after,
.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image),
.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):after {
	color:#C31328;
}
.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover,
.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:before,
.scheme_dark .sc_button_simple.color_style_link3:not(.sc_button_bg_image):hover:after,
.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_dark .color_style_link3 .sc_button_simple:not(.sc_button_bg_image):hover:after {
	color:#C31328;
}

.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image),
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):before,
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):after,
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image),
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):before,
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):after {
	color:#37393D;
}
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover,
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:before,
.scheme_dark .sc_button_simple.color_style_dark:not(.sc_button_bg_image):hover:after,
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover,
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:before,
.scheme_dark .color_style_dark .sc_button_simple:not(.sc_button_bg_image):hover:after {
	color:#C31328;
}


/* Bordered button */
.scheme_dark .sc_button_bordered:not(.sc_button_bg_image) {
	color:#C31328;
	border-color:#C31328;
}
.scheme_dark .sc_button_bordered:not(.sc_button_bg_image):hover {
	color:#C31328 !important;
	border-color:#C31328 !important;
}
.scheme_dark .sc_button_bordered.color_style_link2:not(.sc_button_bg_image) {
	color:#37393D;
	border-color:#37393D;
}
.scheme_dark .sc_button_bordered.color_style_link2:not(.sc_button_bg_image):hover {
	color:#C31328 !important;
	border-color:#C31328 !important;
}
.scheme_dark .sc_button_bordered.color_style_link3:not(.sc_button_bg_image) {
	color:#C31328;
	border-color:#C31328;
}
.scheme_dark .sc_button_bordered.color_style_link3:not(.sc_button_bg_image):hover {
	color:#C31328 !important;
	border-color:#C31328 !important;
}
.scheme_dark .sc_button_bordered.color_style_dark:not(.sc_button_bg_image) {
	color:#37393D;
	border-color:#37393D;
}
.scheme_dark .sc_button_bordered.color_style_dark:not(.sc_button_bg_image):hover {
	color:#C31328 !important;
	border-color:#C31328 !important;
}

/* Normal button */
.scheme_dark button,
.scheme_dark .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.scheme_dark input[type="reset"],
.scheme_dark input[type="submit"],
.scheme_dark input[type="button"],
.scheme_dark .comments_wrap .form-submit input[type="submit"],
/* BB & Buddy Press */
.scheme_dark #buddypress .comment-reply-link,
.scheme_dark #buddypress .generic-button a,
.scheme_dark #buddypress a.button,
.scheme_dark #buddypress button,
.scheme_dark #buddypress input[type="button"],
.scheme_dark #buddypress input[type="reset"],
.scheme_dark #buddypress input[type="submit"],
.scheme_dark #buddypress ul.button-nav li a,
.scheme_dark a.bp-title-button,
/* Booked */
.scheme_dark .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button,
.scheme_dark body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button > a,
.scheme_dark body #booked-profile-page input[type="submit"],
.scheme_dark body #booked-profile-page button,
.scheme_dark body .booked-list-view input[type="submit"],
.scheme_dark body .booked-list-view button,
.scheme_dark body table.booked-calendar input[type="submit"],
.scheme_dark body table.booked-calendar button,
.scheme_dark body .booked-modal input[type="submit"],
.scheme_dark body .booked-modal button,
/* ThemeREX Addons */
.scheme_dark .sc_button_default,
.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image),
.scheme_dark .sc_action_item_link,
.scheme_dark .socials_share:not(.socials_type_drop) .social_icon,
/* Tribe Events */
.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"],
.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"],
.scheme_dark #tribe-bar-views li.tribe-bar-views-option a,
.scheme_dark #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a,
.scheme_dark #tribe-events .tribe-events-button,
.scheme_dark .tribe-events-button,
.scheme_dark .tribe-events-cal-links a,
.scheme_dark .tribe-events-sub-nav li a,
/* EDD buttons */
.scheme_dark .edd_download_purchase_form .button,
.scheme_dark #edd-purchase-button,
.scheme_dark .edd-submit.button,
/* WooCommerce */
.scheme_dark .woocommerce #respond input#submit,
.scheme_dark .woocommerce .button, .scheme_dark .woocommerce-page .button,
.scheme_dark .woocommerce a.button, .scheme_dark .woocommerce-page a.button,
.scheme_dark .woocommerce button.button, .scheme_dark .woocommerce-page button.button,
.scheme_dark .woocommerce input.button, .scheme_dark .woocommerce-page input.button,
.scheme_dark .woocommerce input[type="button"], .scheme_dark .woocommerce-page input[type="button"],
.scheme_dark .woocommerce input[type="submit"], .scheme_dark .woocommerce-page input[type="submit"],
.scheme_dark .woocommerce #respond input#submit.alt,
.scheme_dark .woocommerce a.button.alt,
.scheme_dark .woocommerce button.button.alt,
.scheme_dark .woocommerce input.button.alt {
	color: #E60023;
	background-color: #C31328;
}
.scheme_dark .cc-compliance .cc-btn {
	color: #E60023 !important;
	border-color: #C31328 !important;
	background-color: #C31328 !important;
}
.scheme_dark .wp-block-button.is-style-outline .wp-block-button__link{
	color: #37393D;
	border-color: #37393D;
}
.scheme_dark .wp-block-button.is-style-outline .wp-block-button__link:hover{
	color: #C31328;
	border-color: #C31328;
}
.scheme_dark .post_item .more-link {
    color: #C31328;
}
.scheme_dark .post_item .more-link:hover {
    color: #37393D !important;
}
.scheme_dark .theme_button {
	color: #E60023 !important;
	background-color: #C31328 !important;
}
.scheme_dark .sc_price_item_link {
	color: #E60023;
	background-color: #C31328;
}
.scheme_dark .sc_button_default.color_style_link2,
.scheme_dark .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
	background-color: #37393D;
}
.scheme_dark .sc_button_default.color_style_link3,
.scheme_dark .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
	background-color: #C31328;
}
.scheme_dark .sc_button_default.color_style_dark,
.scheme_dark .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image) {
	color: #ffffff;
	background-color: #37393D;
}
.scheme_dark .search_wrap .search_submit:before {
	color: #37393D;
}

.scheme_dark button:hover,
.scheme_dark button:focus,
.scheme_dark .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.scheme_dark input[type="submit"]:hover,
.scheme_dark input[type="submit"]:focus,
.scheme_dark input[type="reset"]:hover,
.scheme_dark input[type="reset"]:focus,
.scheme_dark input[type="button"]:hover,
.scheme_dark input[type="button"]:focus,
.scheme_dark .post_item .more-link:hover,
.scheme_dark .comments_wrap .form-submit input[type="submit"]:hover,
.scheme_dark .comments_wrap .form-submit input[type="submit"]:focus,
/* BB & Buddy Press */
.scheme_dark #buddypress .comment-reply-link:hover,
.scheme_dark #buddypress .generic-button a:hover,
.scheme_dark #buddypress a.button:hover,
.scheme_dark #buddypress button:hover,
.scheme_dark #buddypress input[type="button"]:hover,
.scheme_dark #buddypress input[type="reset"]:hover,
.scheme_dark #buddypress input[type="submit"]:hover,
.scheme_dark #buddypress ul.button-nav li a:hover,
.scheme_dark a.bp-title-button:hover,
/* Booked */
.scheme_dark .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button:hover,
.scheme_dark body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons .google-cal-button > a:hover,
.scheme_dark body #booked-profile-page input[type="submit"]:hover,
.scheme_dark body #booked-profile-page button:hover,
.scheme_dark body .booked-list-view input[type="submit"]:hover,
.scheme_dark body .booked-list-view button:hover,
.scheme_dark body table.booked-calendar input[type="submit"]:hover,
.scheme_dark body table.booked-calendar button:hover,
.scheme_dark body .booked-modal input[type="submit"]:hover,
.scheme_dark body .booked-modal button:hover,
/* ThemeREX Addons */
.scheme_dark .sc_button_default:hover,
.scheme_dark .sc_button:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover,
.scheme_dark .sc_action_item_link:hover,
.scheme_dark .socials_share:not(.socials_type_drop) .social_icon:hover,
/* Tribe Events */
.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover,
.scheme_dark #tribe-bar-form .tribe-bar-submit input[type="submit"]:focus,
.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:hover,
.scheme_dark #tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"]:focus,
.scheme_dark #tribe-bar-views li.tribe-bar-views-option a:hover,
.scheme_dark #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
.scheme_dark #tribe-events .tribe-events-button:hover,
.scheme_dark .tribe-events-button:hover,
.scheme_dark .tribe-events-cal-links a:hover,
.scheme_dark .tribe-events-sub-nav li a:hover,
/* EDD buttons */
.scheme_dark .edd_download_purchase_form .button:hover, .scheme_dark .edd_download_purchase_form .button:active, .scheme_dark .edd_download_purchase_form .button:focus,
.scheme_dark #edd-purchase-button:hover, .scheme_dark #edd-purchase-button:active, .scheme_dark #edd-purchase-button:focus,
.scheme_dark .edd-submit.button:hover, .scheme_dark .edd-submit.button:active, .scheme_dark .edd-submit.button:focus,
/* WooCommerce */
.scheme_dark .woocommerce #respond input#submit:hover,
.scheme_dark .woocommerce .button:hover, .scheme_dark .woocommerce-page .button:hover,
.scheme_dark .woocommerce a.button:hover, .scheme_dark .woocommerce-page a.button:hover,
.scheme_dark .woocommerce button.button:hover, .scheme_dark .woocommerce-page button.button:hover,
.scheme_dark .woocommerce input.button:hover, .scheme_dark .woocommerce-page input.button:hover,
.scheme_dark .woocommerce input[type="button"]:hover, .scheme_dark .woocommerce-page input[type="button"]:hover,
.scheme_dark .woocommerce input[type="submit"]:hover, .scheme_dark .woocommerce-page input[type="submit"]:hover {
	color: #E60023;
	background-color: #C31328;
}
.scheme_dark .cc-compliance .cc-btn:hover {
	color: #E60023 !important;
	border-color: #C31328 !important;
	background-color: #C31328 !important;
}
.scheme_dark .woocommerce #respond input#submit.alt:hover,
.scheme_dark .woocommerce a.button.alt:hover,
.scheme_dark .woocommerce button.button.alt:hover,
.scheme_dark .woocommerce input.button.alt:hover {
	color: #E60023;
	background-color: #C31328;
}
.scheme_dark .theme_button:hover,
.scheme_dark .theme_button:focus {
	color: #E60023 !important;
	background-color: #C31328 !important;
}
.scheme_dark .sc_price_item:hover .sc_price_item_link,
.scheme_dark .sc_price_item_link:hover {
	color: #E60023;
	background-color: #C31328;
}
.scheme_dark .sc_button_default.color_style_link2:hover,
.scheme_dark .sc_button.color_style_link2:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
	background-color: #C31328;
}
.scheme_dark .sc_button_default.color_style_link3:hover,
.scheme_dark .sc_button.color_style_link3:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
	background-color: #C31328;
}
.scheme_dark .sc_button_default.color_style_dark:hover,
.scheme_dark .sc_button.color_style_dark:not(.sc_button_simple):not(.sc_button_bordered):not(.sc_button_bg_image):hover {
	color: #37393D;
	background-color: #C31328;
}
.scheme_dark .search_wrap .search_submit:hover:before {
	color: #959595;
}


/* Buttons in sidebars */

/* MailChimp */
.scheme_dark .mc4wp-form input[type="submit"],
/* WooCommerce */
.scheme_dark .woocommerce .woocommerce-message .button,
.scheme_dark .woocommerce .woocommerce-error .button,
.scheme_dark .woocommerce .woocommerce-info .button,
.scheme_dark .widget.woocommerce .button,
.scheme_dark .widget.woocommerce a.button,
.scheme_dark .widget.woocommerce button.button,
.scheme_dark .widget.woocommerce input.button,
.scheme_dark .widget.woocommerce input[type="button"],
.scheme_dark .widget.woocommerce input[type="submit"],
.scheme_dark .widget.WOOCS_CONVERTER .button,
.scheme_dark .widget.yith-woocompare-widget a.button,
.scheme_dark .widget_product_search .search_button {
	color: #E60023;
	background-color: #C31328;
}
/* MailChimp */
.scheme_dark .mc4wp-form input[type="submit"]:hover,
.scheme_dark .mc4wp-form input[type="submit"]:focus,
/* WooCommerce */
.scheme_dark .woocommerce .woocommerce-message .button:hover,
.scheme_dark .woocommerce .woocommerce-error .button:hover,
.scheme_dark .woocommerce .woocommerce-info .button:hover,
.scheme_dark .widget.woocommerce .button:hover,
.scheme_dark .widget.woocommerce a.button:hover,
.scheme_dark .widget.woocommerce button.button:hover,
.scheme_dark .widget.woocommerce input.button:hover,
.scheme_dark .widget.woocommerce input[type="button"]:hover,
.scheme_dark .widget.woocommerce input[type="button"]:focus,
.scheme_dark .widget.woocommerce input[type="submit"]:hover,
.scheme_dark .widget.woocommerce input[type="submit"]:focus,
.scheme_dark .widget.WOOCS_CONVERTER .button:hover,
.scheme_dark .widget.yith-woocompare-widget a.button:hover,
.scheme_dark .widget_product_search .search_button:hover {
	color: #E60023;
	background-color: #C31328;
}

/* Buttons in WP Editor */
.scheme_dark .wp-editor-container input[type="button"] {
	background-color: #ffffff;
	border-color: #2F3136;
	color: #37393D;
	-webkit-box-shadow: 0 1px 0 0 #3d3d3d;
	    -ms-box-shadow: 0 1px 0 0 #3d3d3d;
			box-shadow: 0 1px 0 0 #3d3d3d;	
}
.scheme_dark .wp-editor-container input[type="button"]:hover,
.scheme_dark .wp-editor-container input[type="button"]:focus {
	background-color: #ffffff;
	border-color: #3d3d3d;
	color: #C31328;
}



/* WP Standard classes */
.scheme_dark .sticky {
	border-color: #38424c;
	background-color: #ffffff;
}
.scheme_dark .sticky .label_sticky {
	border-top-color: #C31328;
}
.scheme_dark .sticky .post_meta_block {
	background-color: #37393D;
	color: #ffffff;
}
.scheme_dark .sticky .post_meta_block .post_meta_item a,
.scheme_dark .sticky .post_meta_block .post_meta,
.scheme_dark .sticky .post_meta_block .post_meta_item,
.scheme_dark .sticky .post_meta_block .post_meta_item a,
.scheme_dark .sticky .post_meta_block .post_meta_item:before,
.scheme_dark .sticky .post_meta_block .post_meta_item:after,
.scheme_dark .sticky .post_meta_block .post_meta_item:hover:before,
.scheme_dark .sticky .post_meta_block .post_meta_item:hover:after,
.scheme_dark .sticky .post_meta_block .post_date a,
.scheme_dark .sticky .post_meta_block .post_date:before,
.scheme_dark .sticky .post_meta_block .post_date:after,
.scheme_dark .sticky .post_meta_block .post_info .post_info_item,
.scheme_dark .sticky .post_meta_block .post_info .post_info_item a,
.scheme_dark .sticky .post_meta_block .post_info_counters .post_counters_item,
.scheme_dark .sticky .post_meta_block .post_counters .socials_share .socials_caption:before,
.scheme_dark .sticky .post_meta_block .post_counters .socials_share .socials_caption:hover:before,
.scheme_dark .sticky .post_meta_block .post_meta_item:before,
.scheme_dark .sticky .post_meta_block .post_meta_item a:before,
.scheme_dark .sticky .post_meta_block .post_meta_item.post_categories,
.scheme_dark .sticky .post_meta_block .post_meta_item.post_categories a,
.scheme_dark .sticky .post_meta_block .more-link {
	color: #ffffff;
}
.scheme_dark .sticky .post_meta_block .post_date a:hover,
.scheme_dark .sticky .post_meta_block a.post_meta_item:hover,
.scheme_dark .sticky .post_meta_block a.post_meta_item:hover:before,
.scheme_dark .sticky .post_meta_block .post_meta_item a:hover,
.scheme_dark .sticky .post_meta_block .post_meta_item a:hover:before,
.scheme_dark .sticky .post_meta_block .post_info .post_info_item a:hover,
.scheme_dark .sticky .post_meta_block .post_info .post_info_item a:hover:before,
.scheme_dark .sticky .post_meta_block .post_info_counters .post_counters_item:hover,
.scheme_dark .sticky .post_meta_block .post_info_counters .post_counters_item:hover:before,
.scheme_dark .sticky .post_meta_block .more-link:hover {
	color: #37393D !important;
}
	

/* Page */
.scheme_dark #page_preloader,
.scheme_dark.header_position_under .page_content_wrap,
.scheme_dark .page_wrap {
	background-color: #ffffff;
}
.scheme_dark .preloader_wrap > div {
	background-color: #C31328;
}

/* Header */
.scheme_dark.top_panel.with_bg_image:before {
	background-color: rgba(255,255,255,0.7);
}
.scheme_dark.top_panel .slider_engine_revo .slide_subtitle,
.scheme_dark .top_panel .slider_engine_revo .slide_subtitle {
	color: #C31328;
}
.scheme_dark .top_panel_default .top_panel_navi,
.scheme_dark.top_panel_default .top_panel_navi {
	background-color: #ffffff;
}
.scheme_dark .top_panel_default .top_panel_title,
.scheme_dark.top_panel_default .top_panel_title {
	background-color: #C31328;
}
.scheme_dark .top_panel_default .post_meta_item:before, .scheme_dark .top_panel_default .post_meta_item a:before {
	color: #ffffff;
}


.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title_title h1 em,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title_title h1 b sup,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title_title h1 b,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title_title h1,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title .post_meta_item a,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title .post_meta_item span,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title .post_date a,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title .post_counters_item:before,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title .post_meta_item.post_categories {
	color: #ffffff;
}
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title .post_meta_item a:hover,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title a.post_meta_item:hover,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title .post_date a:hover,
.scheme_dark .top_panel_default .top_panel_title .sc_layouts_title .post_date a:hover:before {
	color: #C31328;
}

.scheme_dark .top_panel_default .sc_layouts_title_breadcrumbs, .scheme_dark .top_panel_default .sc_layouts_title_breadcrumbs a {
	color: #ffffff !important;
}
.scheme_dark .top_panel_default .sc_layouts_title_breadcrumbs a:hover {
	color: #C31328 !important;
}


/* Tabs */
.scheme_dark div.esg-filter-wrapper .esg-filterbutton > span,
.scheme_dark .unlimhost_tabs .unlimhost_tabs_titles li a {
	color: #37393D;
	background-color: #ffffff;
}
.scheme_dark div.esg-filter-wrapper .esg-filterbutton > span:hover,
.scheme_dark .unlimhost_tabs .unlimhost_tabs_titles li a:hover {
	color: #E60023;
	background-color: #C31328;
}
.scheme_dark div.esg-filter-wrapper .esg-filterbutton.selected > span,
.scheme_dark .unlimhost_tabs .unlimhost_tabs_titles li.ui-state-active a {
	color: #ffffff;
	background-color: #C31328;
}

/* Post layouts */
.scheme_dark .post_item {
	color: #37393D;
}
.scheme_dark .post_meta,
.scheme_dark .post_meta_item,
.scheme_dark .post_meta_item a,
.scheme_dark .post_meta_item:before,
.scheme_dark .post_meta_item:after,
.scheme_dark .post_meta_item:hover:before,
.scheme_dark .post_meta_item:hover:after,
.scheme_dark .post_date a,
.scheme_dark .post_date:before,
.scheme_dark .post_date:after,
.scheme_dark .post_info .post_info_item,
.scheme_dark .post_info .post_info_item a,
.scheme_dark .post_info_counters .post_counters_item,
.scheme_dark .post_counters .socials_share .socials_caption:before,
.scheme_dark .post_counters .socials_share .socials_caption:hover:before {
	color: #37393D;
}
.scheme_dark .post_meta_item:before,
.scheme_dark .post_meta_item a:before {
	color: #C31328;
}
.scheme_dark .post_date a:hover,
.scheme_dark a.post_meta_item:hover,
.scheme_dark a.post_meta_item:hover:before,
.scheme_dark .post_meta_item a:hover,
.scheme_dark .post_meta_item a:hover:before,
.scheme_dark .post_info .post_info_item a:hover,
.scheme_dark .post_info .post_info_item a:hover:before,
.scheme_dark .post_info_counters .post_counters_item:hover,
.scheme_dark .post_info_counters .post_counters_item:hover:before {
	color: #C31328;
}
.scheme_dark .post_item .post_title a:hover {
	color: #C31328;
}

.scheme_dark .post_meta_item.post_categories,
.scheme_dark .post_meta_item.post_categories a {
	color: #C31328;
}
.scheme_dark .post_meta_item.post_categories a:hover {
	color: #C31328;
}

.scheme_dark .post_meta_item .socials_share .social_items {
	background-color: #ffffff;
}
.scheme_dark .post_meta_item .social_items,
.scheme_dark .post_meta_item .social_items:before {
	background-color: #ffffff;
	border-color: #38424c;
	color: #929094;
}
.scheme_dark .post_meta_block {
	background-color: #ffffff;
}

.scheme_dark .post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
	border-color: #38424c;
}
.scheme_dark .post_layout_classic {
	border-color: #38424c;
}

.scheme_dark.gallery_preview:before {
	background-color: #ffffff;
}
.scheme_dark.gallery_preview {
	color: #37393D;
}

.scheme_dark blockquote strong, .scheme_dark blockquote em, .scheme_dark blockquote b, .scheme_dark blockquote b, .scheme_dark blockquote i {
   	color: #c5c7c9;
}


/* Post Formats */

/* Audio */
.scheme_dark .trx_addons_audio_player .audio_author,
.scheme_dark .format-audio .post_featured .post_audio_author {
	color: #ffffff;
}
.scheme_dark .format-audio .post_featured.without_thumb .post_audio {
	background-color: #37393D;
}
.scheme_dark .format-audio .post_featured.without_thumb .post_audio_title,
.scheme_dark .without_thumb .mejs-controls .mejs-currenttime,
.scheme_dark .without_thumb .mejs-controls .mejs-duration {
	color: #ffffff;
}

.scheme_dark .trx_addons_audio_player.without_cover {
	border-color: #37393D;
	background-color: #37393D;
}
.scheme_dark .trx_addons_audio_player.with_cover .audio_caption {
	color: #E60023;
}
.scheme_dark .trx_addons_audio_player.without_cover .audio_author {
	color: #E60023;
}
.scheme_dark .trx_addons_audio_player.without_cover .audio_caption {
    color: #E60023;
}
.scheme_dark .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
	color: #E60023;
}
.scheme_dark .trx_addons_audio_player.with_cover .mejs-container .mejs-controls .mejs-time {
	color: #E60023;
}


.scheme_dark .mejs-container .mejs-controls,
.scheme_dark .mejs-embed,
.scheme_dark .mejs-embed body {
	background: rgba(55,57,61,0.7);
}

.scheme_dark .mejs-controls .mejs-button {
	color: #37393D;
	background: transparent;
}
.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #37393D;
}
.scheme_dark .mejs-controls .mejs-button:hover {
	color: #C31328;
	background: transparent;
}
.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #37393D;
}
.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-total,
.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-loaded,
.scheme_dark .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255,255,255,0.2);
}

/* Aside */
.scheme_dark .format-aside .post_content_inner {
	color: #37393D;
	background-color: #ffffff;
}

/* Link and Status */
.scheme_dark .format-link .post_content_inner,
.scheme_dark .format-status .post_content_inner {
	color: #37393D;
}

/* Chat */
.scheme_dark .format-chat p > b,
.scheme_dark .format-chat p > strong {
	color: #37393D;
}

/* Video */
.scheme_dark .trx_addons_video_player.with_cover .video_hover,
.scheme_dark .format-video .post_featured.with_thumb .post_video_hover {
	color: #E60023;
	background-color: #37393D;
}
.scheme_dark .trx_addons_video_player.with_cover .video_hover:hover,
.scheme_dark .format-video .post_featured.with_thumb .post_video_hover:hover {
	color: #E60023;
	background-color: #C31328;
}

.scheme_dark .sidebar_inner .trx_addons_video_player.with_cover .video_hover:hover {
	color: #E60023;
	background-color: #C31328;
}

/* Chess */
.scheme_dark .post_layout_chess .post_content_inner:after {
	background: linear-gradient(to top, #ffffff 0%, rgba(255,255,255,0) 100%) no-repeat scroll right top / 100% 100% rgba(255,255,255,0);
}
.scheme_dark .post_layout_chess_1 .post_meta:before {
	background-color: #38424c;
}

/* Pagination */
.scheme_dark .nav-links-old {
	color: #37393D;
}
.scheme_dark .nav-links-old a:hover {
	color: #37393D;
	border-color: #37393D;
}

.scheme_dark div.esg-pagination .esg-pagination-button,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,
.scheme_dark .page_links > a,
.scheme_dark .comments_pagination .page-numbers,
.scheme_dark .nav-links .page-numbers {
	color: #E60023;
	background-color: #37393D;
}
.scheme_dark div.esg-pagination .esg-pagination-button:hover,
.scheme_dark div.esg-pagination .esg-pagination-button.selected,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,
.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current,
.scheme_dark .page_links > a:hover,
.scheme_dark .page_links > span:not(.page_links_title),
.scheme_dark .comments_pagination a.page-numbers:hover,
.scheme_dark .comments_pagination .page-numbers.current,
.scheme_dark .nav-links a.page-numbers:hover,
.scheme_dark .nav-links .page-numbers.current {
	color: #E60023;
	background-color: #C31328;
}

/* Single post */
.scheme_dark .post_item_single .post_header .post_date {
	color: #37393D;
}
.scheme_dark .post_item_single .post_header .post_categories,
.scheme_dark .post_item_single .post_header .post_categories a {
	color: #C31328 !important;
}
.scheme_dark .post_item_single .post_header .post_meta_item,
.scheme_dark .post_item_single .post_header .post_meta_item:before,
.scheme_dark .post_item_single .post_header .post_meta_item:hover:before,
.scheme_dark .post_item_single .post_header .post_meta_item a,
.scheme_dark .post_item_single .post_header .post_meta_item a:before,
.scheme_dark .post_item_single .post_header .post_meta_item a:hover:before,
.scheme_dark .post_item_single .post_header .post_meta_item .socials_caption,
.scheme_dark .post_item_single .post_header .post_meta_item .socials_caption:before,
.scheme_dark .post_item_single .post_header .post_edit a {
	color: #929094;
}
.scheme_dark .post_item_single .post_meta_item:hover,
.scheme_dark .post_item_single .post_meta_item > a:hover,
.scheme_dark .post_item_single .post_meta_item .socials_caption:hover,
.scheme_dark .post_item_single .post_edit a:hover {
	color: #C31328 !important;
}
.scheme_dark .post_item_single .post_content .post_meta_label,
.scheme_dark .post_item_single .post_content .post_meta_item:hover .post_meta_label {
	color: #37393D;
}
.scheme_dark .post_item_single .post_content .post_tags,
.scheme_dark .post_item_single .post_content .post_tags a {
	color: #37393D !important;
}
.scheme_dark .post_item_single .post_content .post_tags a:hover {
	color: #C31328 !important;
}
.scheme_dark .post_item_single .post_content .post_meta .post_share .social_item .social_icon {
	color: #37393D !important;
	background-color: #C31328;
}
.scheme_dark .post_item_single .post_content .post_meta .post_share .social_item:hover .social_icon {
	color: #C31328 !important;
	background-color: #C31328;
}
.scheme_dark .socials_share .socials_caption {
    color: #37393D;
}
.scheme_dark .comments_list_wrap .comment_author {
     color: #37393D;
}
.scheme_dark .comments_list_wrap .comment_posted {
     color: #37393D;
}

.scheme_dark .post-password-form input[type="submit"] {
	border-color: #37393D;
}
.scheme_dark .post-password-form input[type="submit"]:hover,
.scheme_dark .post-password-form input[type="submit"]:focus {
	color: #ffffff;
}

/* Single post navi */
.scheme_dark .nav-links-single .nav-links {
	border-color: #38424c;
}
.scheme_dark .nav-links-single .nav-links a .meta-nav {
	color: #929094;
}
.scheme_dark .nav-links-single .nav-links a .post_date {
	color: #929094;
}
.scheme_dark .nav-links-single .nav-links a:hover .meta-nav,
.scheme_dark .nav-links-single .nav-links a:hover .post_date {
	color: #37393D;
}
.scheme_dark .nav-links-single .nav-links a:hover .post-title {
	color: #C31328;
}

/* Author info */
.scheme_dark.author_info {
	color: #37393D;
	background-color: #C31328;
}
.scheme_dark.author_info .author_title {
	color: #C31328;
}
.scheme_dark.author_info a {
	color: #37393D;
}
.scheme_dark.author_info a:hover {
	color: #000000;
}
.scheme_dark.author_info .socials_wrap .social_item .social_icon {
	color: #E60023;
	background-color: #C31328;
}
.scheme_dark.author_info .socials_wrap .social_item:hover .social_icon {
	color: #E60023;
	background-color: #C31328;
}

/* Related posts */
.scheme_dark .related_wrap {
	border-color: #38424c;
}
.scheme_dark .related_wrap .related_item_style_1 .post_header {
	background-color: rgba(255,255,255,0.7);
}
.scheme_dark .related_wrap .related_item_style_1:hover .post_header {
	background-color: #ffffff;
}
.scheme_dark .related_wrap .related_item_style_1 .post_date a {
	color: #37393D;
}
.scheme_dark .related_wrap .related_item_style_1:hover .post_date a {
	color: #929094;
}
.scheme_dark .related_wrap .related_item_style_1:hover .post_date a:hover {
	color: #37393D;
}

/* Comments */
.scheme_dark .comments_list_wrap,
.scheme_dark .comments_list_wrap > ul {
	border-color: #38424c;
}
.scheme_dark .comments_list_wrap li + li,
.scheme_dark .comments_list_wrap li ul {
	border-color: #38424c;
}
.scheme_dark .comments_list_wrap .comment_info {
	color: #37393D;
}
.scheme_dark .comments_list_wrap .comment_counters a {
	color: #C31328;
}
.scheme_dark .comments_list_wrap .comment_counters a:before {
	color: #C31328;
}
.scheme_dark .comments_list_wrap .comment_counters a:hover:before,
.scheme_dark .comments_list_wrap .comment_counters a:hover {
	color: #C31328;
}
.scheme_dark .comments_list_wrap .comment_text {
	color: #37393D;
}
.scheme_dark .comments_list_wrap .comment_reply a {
	color: #C31328;
    background-color: #ffffff;
}
.scheme_dark .comments_list_wrap .comment_reply a:hover {
	color: #ffffff;
	background-color: #37393D;
}
.scheme_dark .comments_form_wrap {
	border-color: #38424c;
}
.scheme_dark .comments_wrap .comments_notes {
	color: #929094;
}


/* Page 404 */
.scheme_dark .post_item_404 .page_title {
	color: #929094;
}
.scheme_dark .post_item_404 .page_description {
	color: #C31328;
}
.scheme_dark .post_item_404 .go_home {
	border-color: #37393D;
}

/* Sidebar */
.scheme_dark .sidebar .sidebar_inner {
	color: #37393D;
}
.scheme_dark .sidebar_inner .widget + .widget {
	border-color: #38424c;
}
.scheme_dark.sidebar .widget + .widget {
	border-color: #2F3136;
}
.scheme_dark.sidebar h1, .scheme_dark.sidebar h2, .scheme_dark.sidebar h3, .scheme_dark.sidebar h4, .scheme_dark.sidebar h5, .scheme_dark.sidebar h6,
.scheme_dark.sidebar h1 a, .scheme_dark.sidebar h2 a, .scheme_dark.sidebar h3 a, .scheme_dark.sidebar h4 a, .scheme_dark.sidebar h5 a, .scheme_dark.sidebar h6 a {
	color: #37393D;
}
.scheme_dark.sidebar h1 a:hover, .scheme_dark.sidebar h2 a:hover, .scheme_dark.sidebar h3 a:hover, .scheme_dark.sidebar h4 a:hover, .scheme_dark.sidebar h5 a:hover, .scheme_dark.sidebar h6 a:hover {
	color: #C31328;
}
.scheme_dark .sidebar .widget input[type="search"] {
    background-color: #5f5f5f;
}


/* Widgets */
.scheme_dark .widget ul > li:before {
	background-color: #C31328;
}
.scheme_dark.sidebar ul > li:before {
	background-color: #C31328;
}
.scheme_dark.sidebar a {
	color: #C31328;
}
.scheme_dark.sidebar a:hover {
	color: #C31328;
}
.scheme_dark.sidebar li > a,
.scheme_dark.sidebar .post_title > a {
	color: #37393D;
}
.scheme_dark.sidebar li > a:hover,
.scheme_dark.sidebar .post_title > a:hover {
	color: #C31328;
}

/* Archive */
.scheme_dark.sidebar .widget_archive li {
	color: #37393D;
}

/* Calendar */
.scheme_dark .wp-block-calendar caption,
.scheme_dark .wp-block-calendar tbody td a,
.scheme_dark .wp-block-calendar th,
.scheme_dark .widget_calendar caption,
.scheme_dark .widget_calendar tbody td a,
.scheme_dark .widget_calendar th {
	color: #37393D;
}
.scheme_dark .wp-block-calendar caption,
.scheme_dark .widget_calendar caption {
	background-color: #ffffff;
}
.scheme_dark .footer_wrap .widget_calendar caption {
	background-color: transparent;
}
.scheme_dark.sidebar .widget_calendar caption,
.scheme_dark.sidebar .widget_calendar tbody td a,
.scheme_dark.sidebar .widget_calendar th {
	color: #37393D;
}
.scheme_dark .wp-block-calendar tbody td,
.scheme_dark .widget_calendar tbody td {
	color: #37393D !important;
}
.scheme_dark.sidebar .widget_calendar tbody td {
	color: #37393D !important;
}
.scheme_dark .wp-block-calendar tbody td a:hover,
.scheme_dark .widget_calendar tbody td a:hover {
	color: #C31328;
}
.scheme_dark.sidebar .widget_calendar tbody td a:hover {
	color: #C31328;
}
.scheme_dark .wp-block-calendar tbody td a:after,
.scheme_dark .widget_calendar tbody td a:after {
	background-color: #C31328;
}
.scheme_dark.sidebar .widget_calendar tbody td a:after {
	background-color: #C31328;
}
.scheme_dark .wp-block-calendar td#today,
.scheme_dark .widget_calendar td#today {
	color: #E60023 !important;
}
.scheme_dark .wp-block-calendar td#today a,
.scheme_dark .widget_calendar td#today a {
	color: #E60023;
}
.scheme_dark .wp-block-calendar td#today a:hover,
.scheme_dark .widget_calendar td#today a:hover {
	color: #E60023;
}
.scheme_dark .wp-block-calendar td#today:before,
.scheme_dark .widget_calendar td#today:before {
	background-color: #C31328;
}
.scheme_dark.sidebar .widget_calendar td#today:before {
	background-color: #C31328;
}
.scheme_dark .wp-block-calendar td#today a:after,
.scheme_dark .widget_calendar td#today a:after {
	background-color: #E60023;
}
.scheme_dark .wp-block-calendar td#today a:hover:after,
.scheme_dark .widget_calendar td#today a:hover:after {
	background-color: #E60023;
}
.scheme_dark .wp-calendar-nav .wp-calendar-nav-prev a,
.scheme_dark .wp-calendar-nav .wp-calendar-nav-next a,
.scheme_dark .widget_calendar #prev a,
.scheme_dark .widget_calendar #next a {
	color: #C31328;
}
.scheme_dark.sidebar .widget_calendar #prev a,
.scheme_dark.sidebar .widget_calendar #next a {
	color: #C31328;
}
.scheme_dark .wp-calendar-nav .wp-calendar-nav-prev a:hover,
.scheme_dark .wp-calendar-nav .wp-calendar-nav-next a:hover,
.scheme_dark .widget_calendar #prev a:hover,
.scheme_dark .widget_calendar #next a:hover {
	color: #C31328;
}
.scheme_dark.sidebar .widget_calendar #prev a:hover,
.scheme_dark.sidebar .widget_calendar #next a:hover {
	color: #C31328;
}
.scheme_dark .wp-calendar-nav .wp-calendar-nav-prev a:before,
.scheme_dark .wp-calendar-nav .wp-calendar-nav-next a:before,
.scheme_dark .widget_calendar td#prev a:before,
.scheme_dark .widget_calendar td#next a:before {
	background-color: #ffffff;
}
.scheme_dark.sidebar .widget_calendar td#prev a:before,
.scheme_dark.sidebar .widget_calendar td#next a:before {
	background-color: #ffffff;
}
/*Recent Comments*/
.scheme_dark .widget.widget_recent_comments li:before {
	color: #C31328;
}

/* Categories */
.scheme_dark .widget_categories li {
	color: #37393D;
}
.scheme_dark.sidebar .widget_categories li {
	color: #37393D;
}

/* Tag cloud */
.scheme_dark .widget_product_tag_cloud a,
.scheme_dark .widget_tag_cloud a,
.scheme_dark .wp-block-tag-cloud a {
	color: #E60023;
	background-color: #C31328;
}
.scheme_dark.sidebar .widget_product_tag_cloud a,
.scheme_dark.sidebar .widget_tag_cloud a {
	color: #37393D;
	background-color: #2F3136;
}
.scheme_dark .widget_product_tag_cloud a:hover,
.scheme_dark .widget_tag_cloud a:hover,
.scheme_dark .wp-block-tag-cloud a:hover {
	color: #E60023 !important;
	background-color: #C31328;
}
.scheme_dark.sidebar .widget_product_tag_cloud a:hover,
.scheme_dark.sidebar .widget_tag_cloud a:hover {
	background-color: #C31328;
}

/* RSS */
.scheme_dark .widget_rss .widget_title a:first-child {
	color: #C31328;
}
.scheme_dark.sidebar .widget_rss .widget_title a:first-child {
	color: #C31328;
}
.scheme_dark .widget_rss .widget_title a:first-child:hover {
	color: #C31328;
}
.scheme_dark.sidebar .widget_rss .widget_title a:first-child:hover {
	color: #C31328;
}
.scheme_dark .widget_rss .rss-date {
	color: #929094;
}
.scheme_dark.sidebar .widget_rss .rss-date {
	color: #5f5f5f;
}

/* Footer */
.scheme_dark.footer_wrap,
.footer_wrap .scheme_dark.vc_row {
	background-color: #C31328;
	color: #37393D;
}
.scheme_dark.footer_wrap .widget,
.scheme_dark.footer_wrap .sc_content .wpb_column,
.footer_wrap .scheme_dark.vc_row .widget,
.footer_wrap .scheme_dark.vc_row .sc_content .wpb_column {
	border-color: #2F3136;
}
.scheme_dark.footer_wrap h1, .scheme_dark.footer_wrap h2, .scheme_dark.footer_wrap h3,
.scheme_dark.footer_wrap h4, .scheme_dark.footer_wrap h5, .scheme_dark.footer_wrap h6,
.scheme_dark.footer_wrap h1 a, .scheme_dark.footer_wrap h2 a, .scheme_dark.footer_wrap h3 a,
.scheme_dark.footer_wrap h4 a, .scheme_dark.footer_wrap h5 a, .scheme_dark.footer_wrap h6 a,
.footer_wrap .scheme_dark.vc_row h1, .footer_wrap .scheme_dark.vc_row h2, .footer_wrap .scheme_dark.vc_row h3,
.footer_wrap .scheme_dark.vc_row h4, .footer_wrap .scheme_dark.vc_row h5, .footer_wrap .scheme_dark.vc_row h6,
.footer_wrap .scheme_dark.vc_row h1 a, .footer_wrap .scheme_dark.vc_row h2 a, .footer_wrap .scheme_dark.vc_row h3 a,
.footer_wrap .scheme_dark.vc_row h4 a, .footer_wrap .scheme_dark.vc_row h5 a, .footer_wrap .scheme_dark.vc_row h6 a {
	color: #37393D;
}
.scheme_dark.footer_wrap h1 a:hover, .scheme_dark.footer_wrap h2 a:hover, .scheme_dark.footer_wrap h3 a:hover,
.scheme_dark.footer_wrap h4 a:hover, .scheme_dark.footer_wrap h5 a:hover, .scheme_dark.footer_wrap h6 a:hover,
.footer_wrap .scheme_dark.vc_row h1 a:hover, .footer_wrap .scheme_dark.vc_row h2 a:hover, .footer_wrap .scheme_dark.vc_row h3 a:hover,
.footer_wrap .scheme_dark.vc_row h4 a:hover, .footer_wrap .scheme_dark.vc_row h5 a:hover, .footer_wrap .scheme_dark.vc_row h6 a:hover {
	color: #C31328;
}
.scheme_dark.footer_wrap .widget li:before,
.footer_wrap .scheme_dark.vc_row .widget li:before {
	background-color: #C31328;
}
.scheme_dark.footer_wrap a,
.footer_wrap .scheme_dark.vc_row a {
	color: #37393D;
}
.scheme_dark.footer_wrap a:hover,
.footer_wrap .scheme_dark.vc_row a:hover {
	color: #C31328;
}

.scheme_dark .footer_logo_inner {
	border-color: #2F3136;
}
.scheme_dark .footer_logo_inner:after {
	background-color: #37393D;
}
.scheme_dark .footer_socials_inner .social_item .social_icon {
	color: #37393D;
}
.scheme_dark .footer_socials_inner .social_item:hover .social_icon {
	color: #37393D;
}
.scheme_dark .menu_footer_nav_area ul li a {
	color: #37393D;
}
.scheme_dark .menu_footer_nav_area ul li a:hover {
	color: #C31328;
}
.scheme_dark .menu_footer_nav_area ul li+li:before {
	border-color: #5f5f5f;
}

.scheme_dark .footer_copyright_inner {
	background-color: #C31328;
	border-color: #38424c;
	color: #37393D;
}
.scheme_dark .footer_copyright_inner a {
	color: #37393D;
}
.scheme_dark .footer_copyright_inner a:hover {
	color: #C31328;
}
.scheme_dark .footer_copyright_inner .copyright_text {
	color: #37393D;
}




/* Third-party plugins */

.scheme_dark .mfp-bg {
	background-color: rgba(255,255,255,0.7);
}
.scheme_dark .mfp-image-holder .mfp-close,
.scheme_dark .mfp-iframe-holder .mfp-close,
.scheme_dark .mfp-close-btn-in .mfp-close {
	color: #37393D;
	background-color: transparent;
}
.scheme_dark .mfp-image-holder .mfp-close:hover,
.scheme_dark .mfp-iframe-holder .mfp-close:hover,
.scheme_dark .mfp-close-btn-in .mfp-close:hover {
	color: #C31328;
}

.scheme_dark button[disabled],
.scheme_dark input[type="submit"][disabled],
.scheme_dark input[type="button"][disabled] {
    background-color: #929094 !important;
    color: #37393D !important;
}
.scheme_dark .page-id-18 .wpcf7-list-item-label {
	color: #E60023 !important;
}

.scheme_dark .mcfwp-agree-input a:hover {
	color: #C31328;
}

.scheme_dark .wpcf7-response-output{
    color: #37393D;
}

.scheme_dark .wp-block-file__button {
	color: #E60023;
}

.scheme_dark a[rel="magnific"] {
	color: #E60023 !important;
}

/* ================= BUTTON'S HOVERS ==================== */

/* Slide */
.scheme_dark .sc_button_hover_slide_left {	background: linear-gradient(to right,	#C31328 50%, #37393D 50%) no-repeat scroll right bottom / 210% 100% #37393D !important; }
.scheme_dark .sc_button_hover_slide_right {  background: linear-gradient(to left,	#C31328 50%, #37393D 50%) no-repeat scroll left bottom / 210% 100% #37393D !important; }
.scheme_dark .sc_button_hover_slide_top {	background: linear-gradient(to bottom,	#C31328 50%, #37393D 50%) no-repeat scroll right bottom / 100% 210% #37393D !important; }
.scheme_dark .sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#C31328 50%, #37393D 50%) no-repeat scroll right top / 100% 210% #37393D !important; }
.scheme_dark .wp24-dc input[type="submit"] {	background: linear-gradient(to right,	#C31328 50%, #37393D 50%) no-repeat scroll right bottom / 210% 100% #37393D !important; }

.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_left {	background: linear-gradient(to right,	#37393D 50%, #C31328 50%) no-repeat scroll right bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_right {  background: linear-gradient(to left,	#37393D 50%, #C31328 50%) no-repeat scroll left bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_top {	background: linear-gradient(to bottom,	#37393D 50%, #C31328 50%) no-repeat scroll right bottom / 100% 210% #C31328 !important; }
.scheme_dark .sc_button_hover_style_link2.sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#37393D 50%, #C31328 50%) no-repeat scroll right top / 100% 210% #C31328 !important; }

.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_left {	background: linear-gradient(to right,	#C31328 50%, #C31328 50%) no-repeat scroll right bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_right {  background: linear-gradient(to left,	#C31328 50%, #C31328 50%) no-repeat scroll left bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_top {	background: linear-gradient(to bottom,	#C31328 50%, #C31328 50%) no-repeat scroll right bottom / 100% 210% #C31328 !important; }
.scheme_dark .sc_button_hover_style_link3.sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#C31328 50%, #C31328 50%) no-repeat scroll right top / 100% 210% #C31328 !important; }

.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_left {		background: linear-gradient(to right,	#C31328 50%, #37393D 50%) no-repeat scroll right bottom / 210% 100% #37393D !important; }
.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_right {		background: linear-gradient(to left,	#C31328 50%, #37393D 50%) no-repeat scroll left bottom / 210% 100% #37393D !important; }
.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_top {			background: linear-gradient(to bottom,	#C31328 50%, #37393D 50%) no-repeat scroll right bottom / 100% 210% #37393D !important; }
.scheme_dark .sc_button_hover_style_dark.sc_button_hover_slide_bottom {		background: linear-gradient(to top,		#C31328 50%, #37393D 50%) no-repeat scroll right top / 100% 210% #37393D !important; }

.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_left {		background: linear-gradient(to right,	#E60023 50%, #C31328 50%) no-repeat scroll right bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_right {	background: linear-gradient(to left,	#E60023 50%, #C31328 50%) no-repeat scroll left bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#E60023 50%, #C31328 50%) no-repeat scroll right bottom / 100% 210% #C31328 !important; }
.scheme_dark .sc_button_hover_style_inverse.sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#E60023 50%, #C31328 50%) no-repeat scroll right top / 100% 210% #C31328 !important; }

.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_left {		background: linear-gradient(to right,	#C31328 50%, #C31328 50%) no-repeat scroll right bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_right {		background: linear-gradient(to left,	#C31328 50%, #C31328 50%) no-repeat scroll left bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#C31328 50%, #C31328 50%) no-repeat scroll right bottom / 100% 210% #C31328 !important; }
.scheme_dark .sc_button_hover_style_hover.sc_button_hover_slide_bottom {		background: linear-gradient(to top,		#C31328 50%, #C31328 50%) no-repeat scroll right top / 100% 210% #C31328 !important; }

.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_left {		background: linear-gradient(to right,	#37393D 50%, #C31328 50%) no-repeat scroll right bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_right {		background: linear-gradient(to left,	#37393D 50%, #C31328 50%) no-repeat scroll left bottom / 210% 100% #C31328 !important; }
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#37393D 50%, #C31328 50%) no-repeat scroll right bottom / 100% 210% #C31328 !important; }
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_bottom {		background: linear-gradient(to top,		#37393D 50%, #C31328 50%) no-repeat scroll right top / 100% 210% #C31328 !important; }

.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_left {		background: linear-gradient(to right,	#C31328 50%, #2F3136 50%) no-repeat scroll right bottom / 210% 100% #2F3136 !important; }
.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_right {	background: linear-gradient(to left,	#C31328 50%, #2F3136 50%) no-repeat scroll left bottom / 210% 100% #2F3136 !important; }
.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#C31328 50%, #2F3136 50%) no-repeat scroll right bottom / 100% 210% #2F3136 !important; }
.scheme_dark .sc_button_hover_style_alterbd.sc_button_hover_slide_bottom {	background: linear-gradient(to top,		#C31328 50%, #2F3136 50%) no-repeat scroll right top / 100% 210% #2F3136 !important; }

.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_left {		background: linear-gradient(to right,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important; }
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_right {		background: linear-gradient(to left,	#C31328 50%, #ffffff 50%) no-repeat scroll left bottom / 210% 100% #ffffff !important; }
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_top {		background: linear-gradient(to bottom,	#C31328 50%, #ffffff 50%) no-repeat scroll right bottom / 100% 210% #ffffff !important; }
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_bottom {		background: linear-gradient(to top,		#C31328 50%, #ffffff 50%) no-repeat scroll right top / 100% 210% #ffffff !important; }

.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_left:hover,
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_right:hover,
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_top:hover,
.scheme_dark .sc_button_hover_style_alter.sc_button_hover_slide_bottom:hover  {	color: #ffffff !important; }

.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_left:hover,
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_right:hover,
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_top:hover,
.scheme_dark .sc_button_hover_style_extra.sc_button_hover_slide_bottom:hover  {	color: #E60023 !important; }

.scheme_dark .sc_button_hover_slide_left:hover,
.scheme_dark .sc_button_hover_slide_left.active,
.scheme_dark .wp24-dc input[type="submit"]:hover,
.scheme_dark .wp24-dc input[type="submit"]:focus,
.scheme_dark .ui-state-active .sc_button_hover_slide_left,
.scheme_dark .vc_active .sc_button_hover_slide_left,
.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_left,
.scheme_dark li.active .sc_button_hover_slide_left {		background-position: left bottom !important; color: #ffffff !important; }

.scheme_dark .sc_button_hover_slide_right:hover,
.scheme_dark .sc_button_hover_slide_right.active,
.scheme_dark .ui-state-active .sc_button_hover_slide_right,
.scheme_dark .vc_active .sc_button_hover_slide_right,
.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_right,
.scheme_dark li.active .sc_button_hover_slide_right {	background-position: right bottom !important; color: #ffffff !important; }

.scheme_dark .sc_button_hover_slide_top:hover,
.scheme_dark .sc_button_hover_slide_top.active,
.scheme_dark .ui-state-active .sc_button_hover_slide_top,
.scheme_dark .vc_active .sc_button_hover_slide_top,
.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_top,
.scheme_dark li.active .sc_button_hover_slide_top {		background-position: right top !important; color: #ffffff !important; }

.scheme_dark .sc_button_hover_slide_bottom:hover,
.scheme_dark .sc_button_hover_slide_bottom.active,
.scheme_dark .ui-state-active .sc_button_hover_slide_bottom,
.scheme_dark .vc_active .sc_button_hover_slide_bottom,
.scheme_dark .vc_tta-accordion .vc_tta-panel-title:hover .sc_button_hover_slide_bottom,
.scheme_dark li.active .sc_button_hover_slide_bottom {	background-position: right bottom !important; color: #ffffff !important; }


/* ================= IMAGE'S HOVERS ==================== */

/* Common styles */
.scheme_dark .post_featured .mask {
	background-color: rgba(195,19,40,0.7);
}

/* Dots */
.scheme_dark .post_featured.hover_dots:hover .mask {
	background-color: rgba(195,19,40,0.7);
}
.scheme_dark .post_featured.hover_dots .icons span {
	background-color: #ffffff;
}
.scheme_dark .post_featured.hover_dots .post_info {
	color: #ffffff;
}

/* Icon */
.scheme_dark .post_featured.hover_icon .icons a {
	color: #ffffff;
}
.scheme_dark .post_featured.hover_icon a:hover {
	color: #C31328;
}

/* Icon and Icons */
.scheme_dark .post_featured.hover_icons .icons a {
	color: #37393D;
	background-color: rgba(255,255,255,0.7);
}
.scheme_dark .post_featured.hover_icons a:hover {
	color: #E60023;
	background-color: #ffffff;
}

/* Fade */
.scheme_dark .post_featured.hover_fade .post_info,
.scheme_dark .post_featured.hover_fade .post_info a,
.scheme_dark .post_featured.hover_fade .post_info .post_meta_item,
.scheme_dark .post_featured.hover_fade .post_info .post_meta .post_meta_item:before,
.scheme_dark .post_featured.hover_fade .post_info .post_meta .post_meta_item:hover:before {
	color: #E60023;
}
.scheme_dark .post_featured.hover_fade .post_info a:hover {
	color: #C31328;
}

/* Slide */
.scheme_dark .post_featured.hover_slide .post_info,
.scheme_dark .post_featured.hover_slide .post_info a,
.scheme_dark .post_featured.hover_slide .post_info .post_meta_item,
.scheme_dark .post_featured.hover_slide .post_info .post_meta .post_meta_item:before,
.scheme_dark .post_featured.hover_slide .post_info .post_meta .post_meta_item:hover:before {
	color: #E60023;
}
.scheme_dark .post_featured.hover_slide .post_info a:hover {
	color: #C31328;
}
.scheme_dark .post_featured.hover_slide .post_info .post_title:after {
	background-color: #E60023;
}

/* Pull */
.scheme_dark .post_featured.hover_pull {
	background-color: #ffffff;
}
.scheme_dark .post_featured.hover_pull .post_info,
.scheme_dark .post_featured.hover_pull .post_info a {
	color: #37393D;
}
.scheme_dark .post_featured.hover_pull .post_info a:hover,
.scheme_dark .post_featured.hover_pull .post_info a:hover:before {
	color: #C31328;
}

/* Border */
.scheme_dark .post_featured.hover_border .post_info,
.scheme_dark .post_featured.hover_border .post_info a,
.scheme_dark .post_featured.hover_border .post_info .post_meta_item,
.scheme_dark .post_featured.hover_border .post_info .post_meta .post_meta_item:before,
.scheme_dark .post_featured.hover_border .post_info .post_meta .post_meta_item:hover:before {
	color: #E60023;
}
.scheme_dark .post_featured.hover_border .post_info a:hover {
	color: #C31328;
}
.scheme_dark .post_featured.hover_border .post_info:before,
.scheme_dark .post_featured.hover_border .post_info:after {
	border-color: #E60023;
}

/* Shop */
.scheme_dark .post_featured.hover_shop .icons a {
	color: #E60023;
	border-color: #C31328 !important;
	background-color: transparent;
}
.scheme_dark .post_featured.hover_shop .icons a:hover {
	color: #E60023;
	border-color: #C31328 !important;
	background-color: #C31328;
}
.scheme_dark .products.related .post_featured.hover_shop .icons a {
	color: #E60023;
	border-color: #C31328 !important;
	background-color: #C31328;
}
.scheme_dark .products.related .post_featured.hover_shop .icons a:hover {
	color: #E60023;
	border-color: #C31328 !important;
	background-color: #C31328;
}

/* Shop Buttons */
.scheme_dark .post_featured.hover_shop_buttons .icons .shop_link {
	color: #ffffff;
	background-color: #37393D;
}
.scheme_dark .post_featured.hover_shop_buttons .icons a:hover {
	color: #E60023;
	background-color: #C31328;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//kintify.com/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//kintify.com/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//kintify.com/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}



@media (max-width: 1679px) {

	html { font-size: 13px; }
	body { font-size: 14px; }

	/* Tags layouts */
	table th, table td,
	.sc_table table th, .sc_table table td	{
		padding:1rem;
	}
	
	/* Header */
	.menu_side_icons .toc_menu_item .toc_menu_icon {
		height:6.7rem;
		line-height:6.7rem;
	}
	.menu_side_icons .toc_menu_item .toc_menu_description:before {
		height:6.7rem;
	}
	.sc_layouts_menu_nav > li > ul {
		top: 5.1em !important;
	}
	.top_panel_custom_header-transparent-split-menu .sc_layouts_menu_nav > li > ul {
		top: 4em !important;
	}
	.sc_layouts_menu_nav .menu-collapse > a::before {
		top: -1px !important;
	}

	
	/* Post layouts */
	.post_item_404 .post_content {
		padding: 9rem 0 5rem;
	}
	.post_item_none_search .post_content {
		padding: 2rem 0;
	}

	.post_layout_chess_2 .post_content_inner {
		display:none;
	}
	.post_layout_chess_2.post_format_quote .post_content_inner,
	.post_layout_chess_2.post_format_link .post_content_inner,
	.post_layout_chess_2.post_format_aside .post_content_inner,
	.post_layout_chess_2.post_format_status .post_content_inner {
		display:block;
	}
	.post_layout_chess_2.post_format_quote .post_content_inner blockquote {
		padding: 2em 2em 2em 4em;
	}
	.post_layout_chess_2.post_format_quote .post_content_inner blockquote:before {
		font-size:2em;
		top: 1.2em;
	}
	.post_layout_chess_2.post_format_quote .post_content_inner p {
		font-size: 1em;
		line-height:1.25em;
	}
	.post_layout_chess_2.post_format_quote .post_content_inner a,
	.post_layout_chess_2.post_format_quote .post_content_inner cite {
		font-size: 0.8667em;
		line-height:1.25em;
	}
	.post_layout_chess_2.post_format_link .post_content_inner,
	.post_layout_chess_2.post_format_aside .post_content_inner,
	.post_layout_chess_2.post_format_status .post_content_inner {
		font-size:1.2em;
		line-height:1.4em;
	}

	.post_item_single .post_content > .post_meta_single .post_tags {
		margin-top: 0;
	}

	/* ThemeREX Addons */
	.sc_action_item_event.with_image .sc_action_item_inner {
		width: 60%;
	}

	/*Spaces*/
	.sc_layouts_menu.vc_custom_1497621344299 {
		padding-left: 0 !important;
	}
	.vc_custom_1497878383107 .sc_layouts_iconed_text {
		margin-top: -3px;
	}

	/*Price*/
	.sc_price_item_label {
		margin-top: -12px !important;
		height: 25px !important;
		line-height: 25px !important;
	}

	/*Lists*/
	.widget ul > li::before {
		top: 0.6rem;
	}

	/*Icons*/
	.contact-info.sc_icons.sc_icons_default.sc_icons_size_small.sc_align_left .sc_icons_item_description, .contact-info.sc_icons.sc_icons_default.sc_icons_size_small.sc_align_left .sc_icons_item_title {
		padding-left: 4.25rem;
	}

	/*Blog*/
	.post_meta_block {
		padding: 0.85rem 2rem 0.85rem;
	}
	.post_layout_excerpt.sticky .post_meta_block {
		padding: 0.85rem 3rem 0.85rem;
	}
	.widget_product_tag_cloud a, .widget_tag_cloud a {
		font-size: 13px !important;
	}


	/*Related posts*/
	.related_wrap .related_item_style_2 .post_date {
		font-size: 11px;
	}
	.related_wrap .post_title {
		font-size: 14px;
	}

	.cc-bottom {
    bottom: 1em;
    left: 1em;
	}
	.cc-revoke, .cc-window {
		z-index: 999999999999;
	}
}

@media (max-width: 1889px) and (min-width: 1136px) {
	.widget.widget_popular_posts .post_item .post_title {
		margin: 0px 0 4px 0 !important;
	}
}

@media (max-width: 1679px) and (min-width: 1440px) {
	.post_meta_block > div.post_meta{
		width: 60%;
	}
	.post_meta_block > div.more_btn {
		width: 40%;
	}
}




@media (max-width: 1439px) {

	html { font-size: 11px; }
	
	/* Body sizes */
	.body_style_boxed .page_wrap {		width:1120px; }
	.content_wrap, .content_container {	width:1000px; }

	.sc_content_width_1_1 {	width: 1000px; }
	.sc_content_width_1_2 {	width: 500px; }
	.sc_content_width_1_3 {	width: 333.33px; }
	.sc_content_width_2_3 {	width: 666.66px; }
	.sc_content_width_1_4 {	width: 250px; }
	.sc_content_width_3_4 {	width: 750px; }

	/* Content and Sidebar */
	body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 650px; }
	.sidebar { 				 width: 320px; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide .content_wrap {
		padding-left:100px;
		padding-right:100px;
	}
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 350px; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -320px; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  350px; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-320px; }
	
	/* Header */
	.menu_side_icons .toc_menu_item .toc_menu_icon {					height:7.1rem; line-height:7.1rem; }
	.menu_side_icons .toc_menu_item .toc_menu_description:before {	height:7.1rem; }
	.menu_side_icons .toc_menu_item .toc_menu_icon:before {			font-size: 26px; }
	
	.menu_mobile .menu_mobile_nav_area li > a {
		font-size: 1.2857em;
		line-height:1.5em;
	}
	.menu_mobile .menu_mobile_nav_area > ul > li > a {
		font-size: 2em;
		line-height:1.5em;
	}

	/* Utilities */
	.hide_on_notebook {
		display: none;
	}

	/* Post layouts */
	.post_item_404 .post_content {
		padding: 0;
	}
	.post_item_none_search .post_content {
		padding: 3rem 0 2rem;
	}

	.post_layout_chess_2 .more-link,
	.post_layout_chess_3 .more-link {
		letter-spacing: 1px;
		padding: 1em 2em;
	}
	.post_layout_chess_3 .more-link {
		display:none;
	}
	
	.post_layout_classic .post_content {
		font-size:1em;
	}
	
	/* ThemeREX Addons */
	.sc_layouts_row, .sc_layouts_row input[type="text"], .sc_layouts_item_details_line2 { font-size: 14px; }

	.sc_item_subtitle + .sc_item_title {
		margin-top: 0.4em;
	}
	.sc_item_title + .sc_item_descr, .sc_item_subtitle + .sc_item_descr,
	.sc_item_title + .sc_item_slider, .sc_item_subtitle + .sc_item_slider, .sc_item_descr + .sc_item_slider,
	.sc_item_title + .sc_item_columns, .sc_item_subtitle + .sc_item_columns, .sc_item_descr + .sc_item_columns,
	.sc_item_title + .sc_item_content, .sc_item_subtitle + .sc_item_content, .sc_item_descr + .sc_item_content {
		margin-top: 2em;
	}
	.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
	.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
	.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
	.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
	.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
	.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image {
		margin-top: 2em;
	}
	.trx_addons_audio_player {
		padding: 2em;
	}
	.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
		padding:2.1429em;
	}
	.sc_blogger_default .sc_blogger_item .sc_blogger_item_button {
		margin-top: 1em;
	}
	.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
		padding:2.1429em;
	}
	.sc_services_iconed .sc_services_item_content {
		padding:2.1429em;
	}
	.sc_team_default .sc_team_item_info {
		padding:2.1429em;
	}

	/* Buddy and BBpress */
	#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, .bbp-forums .bbp-forum-title, li.bbp-topic-title .bbp-topic-permalink {
		font-size: 1.1em;
	}
	
	/* MailChimp */
	.mc4wp-form .mc4wp-form-fields input[type="submit"] {
		padding: 0.688rem 4.958rem;
	}
	.mc4wp-form .mc4wp-form-fields input[type="email"] {
		line-height: normal;
	}


	/* Tribe Events */
	.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
		max-width:none;
	}
	
	/* WooCommerce */
	.woocommerce .unlimhost_shop_mode_buttons, .woocommerce-page .unlimhost_shop_mode_buttons {
		font-size: 1em;
		margin: 1.25em 0.8em 1.25em 0;
	}	
	.woocommerce .button, .woocommerce-page .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button .woocommerce #respond input#submit, .woocommerce input[type="button"], .woocommerce-page input[type="button"], .woocommerce input[type="submit"], .woocommerce-page input[type="submit"], .woocommerce .woocommerce-message .button, .woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, .woocommerce #review_form #respond p.form-submit input[type="submit"], .woocommerce-page #review_form #respond p.form-submit input[type="submit"], .woocommerce table.my_account_orders .order-actions .button, .woocommerce table.cart td.actions .button,
	.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
		padding: 1.0833em 2.1667em;
	}
	.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
		padding: 0.65em 0.5em;
	}
	.woocommerce form.checkout_coupon #coupon_code {
		padding: 0.8em 1.4em;
	}



	/*Header*/
	.sc_layouts_menu_nav > li > ul {
		top: 4.7em !important;
	}
	.top_panel_custom_header-transparent-split-menu .sc_layouts_menu_nav > li > ul {
		top: 3.7em !important;
	}

	/*Testimonials*/
	.sc_testimonials [class*="column"] .sc_testimonials_item_content, .sc_testimonials_item_author_title {
		font-size: 14px;
	}

	/*Buttons*/
	.sc_button.sc_button_size_small, .theme_button.theme_button_small {
		padding: 10px 25px;
	}
	.large .wpcf7-form-control.wpcf7-submit {
		padding: 15px 38px;
	}

	/*Sidebar*/
	.widget_area .post_item .post_title, .widget .post_item .post_title {
		font-size: 15px;
		margin: -4px 0 4px 0 !important;
	}
	#recentcomments {
		font-size: 14px;
	}
	.widget_calendar td#prev a::before, .widget_calendar td#next a::before {
		height: 1.5em;
		line-height: 1.5em;
	}

	/*Blog*/
	.blog_style_classic_2 .nav-links {
		margin-top: 3.4em;
	}
	.blog_style_classic_3 .nav-links {
		margin-top: 4.4em;
	}
	.post_layout_chess_2 .post_meta_block, .post_layout_chess_3 .post_meta_block {
		display: none;
	}

	/*Icons*/
	.contact-info.sc_icons .sc_icons_item_title {
		font-size: 15px;
	}
}




@media (max-width: 1262px) {

	html { font-size: 10px; }
	body { font-size: 13px; line-height: 161.54%; letter-spacing:0.5px; }

	h1 { font-size: 36px;	line-height:42px;	margin-top: 36px;	margin-bottom: 20px;	letter-spacing: 0; }
	h2 { font-size: 31px;	line-height:38px;	margin-top: 42px;	margin-bottom: 24px;	letter-spacing: 0; }
	h3 { font-size: 24px;	line-height:28px;	margin-top: 40px;	margin-bottom: 22px;	letter-spacing: 0; }
	h4 { font-size: 20px;	line-height:24px;	margin-top: 32px;	margin-bottom: 18px;	letter-spacing: 0; }
	h5 { font-size: 16px;	line-height:20px;	margin-top: 30px; 	margin-bottom: 16px;	letter-spacing: 0; }
	h6 { font-size: 14px;	line-height:18px;	margin-top: 28px;	margin-bottom: 12px;	letter-spacing: 0; }

	p, ul, ol, dl, blockquote, address {
		margin-bottom: 1em;
	}

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:1030px; }
	.content_wrap, .content_container {	width:910px; }

	.sc_content_width_1_1 {	width: 910px; }
	.sc_content_width_1_2 {	width: 455px; }
	.sc_content_width_1_3 {	width: 303.33px; }
	.sc_content_width_2_3 {	width: 606.66px; }
	.sc_content_width_1_4 {	width: 227.5px; }
	.sc_content_width_3_4 {	width: 682.5px; }

	.menu_style_side .content_wrap,
	.menu_style_side .content_container {		width: 850px; }

	.menu_style_side .sc_content_width_1_1 {	width: 850px; }
	.menu_style_side .sc_content_width_1_2 {	width: 425px; }
	.menu_style_side .sc_content_width_1_3 {	width: 283.33px; }
	.menu_style_side .sc_content_width_2_3 {	width: 566.66px; }
	.menu_style_side .sc_content_width_1_4 {	width: 212.5px; }
	.menu_style_side .sc_content_width_3_4 {	width: 637.5px; }

	/* Content and Sidebar */
	body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 610px; }
	.sidebar { 	 width: 270px; }
	body.menu_style_side:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 550px; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide .content_wrap {
		padding-left:50px;
		padding-right:50px;
	}
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 300px; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -270px; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  300px; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-270px; }
	
	/* Grid */
	.container, .container-fluid,
	.trx_addons_container, .trx_addons_container-fluid {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.row, .columns_wrap, .trx_addons_columns_wrap {
	  margin-right: -30px;
	}
	.row > [class*="column-"],
	.columns_wrap > [class*="column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"] {
	  padding-right: 30px;
	}
	.row.columns_padding_left, .columns_wrap.columns_padding_left, .trx_addons_columns_wrap.columns_padding_left, .vc_row.columns_padding_left  {
	  margin-left: -30px;
	}
	.vc_row.columns_padding_left .vc_column_container > .vc_column-inner,
	.trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"], .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left,
	.row.columns_padding_left > [class*="column-"], .columns_wrap.columns_padding_left > [class*="column-"],
	.row > [class*="column-"].columns_padding_left, .columns_wrap > [class*="column-"].columns_padding_left {
		padding-left:30px;
	}
	.vc_row.columns_padding_right,
	.row.columns_padding_right,
	.trx_addons_columns_wrap.columns_padding_right,
	.columns_wrap.columns_padding_right {
	  margin-right: -30px;
	}
	.vc_row.columns_padding_right .vc_column_container > .vc_column-inner,
	.trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"], .trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right,
	.row.columns_padding_right > [class*="column-"], .columns_wrap.columns_padding_right > [class*="column-"],
	.row > [class*="column-"].columns_padding_right, .columns_wrap > [class*="column-"].columns_padding_right {
		padding-right:30px;
	}
	.vc_row,
	.trx_addons_columns_wrap.columns_padding_center,
	.row.columns_padding_center,
	.columns_wrap.columns_padding_center {
	  margin-left: -15px;
	  margin-right: -15px;
	}
	.vc_column_container > .vc_column-inner,
	.trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center,
	.row.columns_padding_center > [class*="column-"], .columns_wrap.columns_padding_center > [class*="column-"],
	.row > [class*="column-"].columns_padding_center, .columns_wrap > [class*="column-"].columns_padding_center {
		padding-left:15px;
		padding-right:15px;
	}
	.trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom,
	.row.columns_padding_bottom > [class*="column-"], .columns_wrap.columns_padding_bottom > [class*="column-"],
	.row > [class*="column-"].columns_padding_bottom, .columns_wrap > [class*="column-"].columns_padding_bottom {
		padding-bottom: 30px;
	}
	
	.vc_separator { margin: 4em 0 !important; }
	

	/* Header */
	.menu_side_wrap .sc_layouts_logo {				padding: 55% 8%; }
	.menu_side_icons .toc_menu_item .toc_menu_icon {				height:7.2rem; line-height:7.2rem; }
	.menu_side_icons .toc_menu_item .toc_menu_description:before {	height:7.2rem; }
	.menu_side_icons .toc_menu_item .toc_menu_icon:before {			font-size: 24px; }
	.menu_side_icons .toc_menu_item .toc_menu_description span {	letter-spacing:2px;	padding:0 2em; }

	.menu_mobile .menu_mobile_nav_area li > a {
		font-size: 1.2308em;
		line-height:1.5em;
	}

	/* Buttons */
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.theme_button,
	.post_item .more-link,
	.gallery_preview_show .post_readmore,
	.unlimhost_tabs .unlimhost_tabs_titles li a,
	/* BB PRess */
	#buddypress .comment-reply-link,
	#buddypress .generic-button a,
	#buddypress a.button,
	#buddypress button,
	#buddypress input[type="button"],
	#buddypress input[type="reset"],
	#buddypress input[type="submit"],
	#buddypress ul.button-nav li a,
	#buddypress div.activity-meta a,
	a.bp-title-button,
	/* Booked */
	body #booked-profile-page input[type="submit"],
	body #booked-profile-page button,
	body .booked-list-view input[type="submit"],
	body .booked-list-view button,
	body table.booked-calendar input[type="submit"],
	body table.booked-calendar button,
	body .booked-modal input[type="submit"],
	body .booked-modal button,
	/* MailChimp */
	.mc4wp-form .mc4wp-form-fields input[type="submit"],
	/* ThemeREX Addons*/
	.sc_button,
	.sc_form button,
	.sc_price_item_link,
	.sc_action_item_link,
	/* Tribe Events */
	#tribe-bar-form .tribe-bar-submit input[type="submit"], #tribe-bar-form button, #tribe-bar-form a, #tribe-bar-form input,
	#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
	.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
	#tribe-events .tribe-events-button,
	.tribe-events-button,
	.tribe-events-cal-links a,
	.tribe-events-sub-nav li a,
	.tribe-events-read-more {
		font-size: 14px;
		line-height: 16px;
		padding: 14px 28px;
		letter-spacing: 0;
	}
	.wp24-dc input[type="submit"],
	.page .wp24-dc input[type="text"], .page .wp24-dc select {
		padding: 14px 28px!important;
	}
	/* WooCommerce buttons */
	.woocommerce .button, .woocommerce-page .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button .woocommerce #respond input#submit, .woocommerce input[type="button"], .woocommerce-page input[type="button"], .woocommerce input[type="submit"], .woocommerce-page input[type="submit"], .woocommerce .woocommerce-message .button, .woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, .woocommerce #review_form #respond p.form-submit input[type="submit"], .woocommerce-page #review_form #respond p.form-submit input[type="submit"], .woocommerce table.my_account_orders .order-actions .button, .woocommerce table.cart td.actions .button,
	.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled,
	.yith-woocompare-widget a.clear-all {
		font-size: 11px;
		line-height: 16px;
		padding: 11px 16px;
		letter-spacing: 0;
	}
	.sc_button_simple {
		padding: 0 1.8em 0 0;
	}
	
	/* Post layouts */
	.post_item_404 .post_content {
		padding: 0;
	}
	.post_item_none_search .post_content {
		padding: 5rem 0 3rem;
	}
	.post_item .more-link, .gallery_preview_show .post_readmore {
		margin-top: 2em;
	}

	.post_layout_chess_1.post_format_aside .post_meta {
		margin-top: 2rem;
	}
	.post_layout_chess_1 .post_header + .post_content {
		margin-top:2.8rem;
	}
	.post_layout_chess_1 .more-link {
		margin-top: 0;
	}
	.post_layout_chess_2.post_format_audio .mejs-time,
	.post_layout_chess_3.post_format_audio .mejs-time {
		display:none;
	}
	.post_layout_chess_2 .post_title {
		font-size: 18px;
		line-height:24px;
	}
	.post_layout_chess_2.post_format_quote .post_content_inner blockquote {
		padding: 1.5em 1.5em 1.5em 3em;
	}
	.post_layout_chess_2.post_format_quote .post_content_inner blockquote:before {
		font-size:2em;
		top: 0.9em;
		left: 0.65em;
	}
	.post_layout_chess_2.post_format_quote .post_content_inner a,
	.post_layout_chess_2.post_format_quote .post_content_inner cite {
		font-size: 12px;
		line-height:1.25em;
	}
	.post_layout_chess_2 .post_meta,
	.post_layout_chess_2.post_format_link .post_meta,
	.post_layout_chess_2.post_format_status .post_meta,
	.post_layout_chess_3 .post_meta,
	.post_layout_chess_3.post_format_link .post_meta,
	.post_layout_chess_3.post_format_status .post_meta {
		margin-top:0;
	}
	.post_layout_chess_2 .more-link,
	.post_layout_chess_3 .more-link {
		letter-spacing: 1px;
		padding: 0.5em 1.5em;
		margin-top:1rem;
	}
	.post_layout_chess_3 .post_title {
		font-size: 15px;
		line-height:1.4em;
		margin-top: 11px;
	}

	.post_layout_classic blockquote {
		padding: 2.5em 2.5em 2.5em 5em;
	}
	.post_layout_classic blockquote:before {
		top: 1.2em;
		left: 0.8em;
	}
	
	/* Single post */
	.comments_list_wrap .comment_posted {
		font-size:1em;
	}

	/* Widgets */
	.widget .widgettitle {	font-size: 16px; line-height: 20px;	}

	.widget_product_tag_cloud a, .widget_tag_cloud a {
		letter-spacing:1px;
	}
	

	/* ThemeREX Addons */
	.sc_layouts_row, .sc_layouts_row input[type="text"], .sc_layouts_item_details_line2 {
		font-size: 13px; line-height: 161.54%;
	}

	body.expand_content .sc_recent_news_style_news-announce .post_size_full {	height: 512px; }
	body.expand_content .sc_recent_news_style_news-announce .post_size_big {	height: 256px;  }
	body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
	body.expand_content .sc_recent_news_style_news-announce .post_size_small {	height: 128px;  }
	
	.trx_addons_audio_player {
		padding: 2em 1.6em;
	}
	.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
		padding:2em 1.6em;
	}
	.sc_promo.sc_promo_size_normal .sc_promo_icon,
	.sc_promo.sc_promo_size_large .sc_promo_icon {
		font-size: 4em;
	}
	.sc_icons .sc_icons_icon + .sc_icons_item_title,
	.sc_icons .sc_icons_icon + .sc_icons_item_description {
		margin-top:1em;
	}
	.sc_icons .sc_icons_item_description {
		font-size: 14px;
	}
	.slider_swiper .swiper-pagination-bullet, .slider_swiper_outer .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-width: 1px;
	}
	
	/* MailChimp */
	.mc4wp-form .mc4wp-form-fields input[type="submit"] {
		padding: 17px 50px;
	}

	/* Woocommerce */
	.woocommerce .unlimhost_shop_mode_buttons, .woocommerce-page .unlimhost_shop_mode_buttons {
		font-size: 14px;
		margin: 16px 10px 16px 0;
	}	
	.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
		height: 2.9em;
	}
	.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
		padding: 0.55em 0.5em;
	}
	.woocommerce form.checkout_coupon #coupon_code {
		padding: 0.65em 1.2em;
	}

	/*Buttons*/
	.sc_button.sc_button_size_large {
		padding: 1.15rem 3.9rem 1.35rem;
	}

	input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], select, textarea, textarea.wp-editor-area, #buddypress div.dir-search input[type="search"], #buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="search"], #buddypress li.groups-members-search input[type="text"], #buddypress .standard-form input[type="color"], #buddypress .standard-form input[type="date"], #buddypress .standard-form input[type="datetime-local"], #buddypress .standard-form input[type="datetime"], #buddypress .standard-form input[type="email"], #buddypress .standard-form input[type="month"], #buddypress .standard-form input[type="number"], #buddypress .standard-form input[type="password"], #buddypress .standard-form input[type="range"], #buddypress .standard-form input[type="search"], #buddypress .standard-form input[type="tel"], #buddypress .standard-form input[type="text"], #buddypress .standard-form input[type="time"], #buddypress .standard-form input[type="url"], #buddypress .standard-form input[type="week"], #buddypress .standard-form select, #buddypress .standard-form textarea {
		padding: 14px 28px;
	}

	/*Price*/
	.sc_price_item_link {
		padding: 14px 28px !important;
	}
	.sc_price_item_details, .sc_price_item .sc_price_item_price .sc_price_item_price_before, .sc_price_item .sc_price_item_price .sc_price_item_price_after {
		font-size: 12px;
	}
	.sc_price_item_label {
		margin-top: -10px !important;
	}

	/*Footer*/
	footer .widget ul {
		font-size: 13px;
	}
}





@media (max-width: 1135px) {

	/* Body sizes */
	.body_style_boxed .page_wrap {		width:100%; }
	.content_wrap, .content_container {	width:964px; }

	.sc_content_width_1_1 {	width: 964px; }
	.sc_content_width_1_2 {	width: 482px; }
	.sc_content_width_1_3 {	width: 321.33px; }
	.sc_content_width_2_3 {	width: 642.66px; }
	.sc_content_width_1_4 {	width: 241px; }
	.sc_content_width_3_4 {	width: 723px; }

	.menu_style_side .content_wrap,
	.menu_style_side .content_container {		width: 904px; }

	.menu_style_side .sc_content_width_1_1 {	width: 904px; }
	.menu_style_side .sc_content_width_1_2 {	width: 452px; }
	.menu_style_side .sc_content_width_1_3 {	width: 301.33px; }
	.menu_style_side .sc_content_width_2_3 {	width: 602.66px; }
	.menu_style_side .sc_content_width_1_4 {	width: 226px; }
	.menu_style_side .sc_content_width_3_4 {	width: 678px; }

	/* Content and Sidebar */
	body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 664px; }
	body.menu_style_side:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 604px; }

	/* Widgets */
	body.expand_content .sc_recent_news_style_news-announce .post_size_full {	height: 540px; }
	body.expand_content .sc_recent_news_style_news-announce .post_size_big {	height: 270px;  }
	body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
	body.expand_content .sc_recent_news_style_news-announce .post_size_small {	height: 135px;  }

	/*Header*/
	.sc_layouts_menu_nav > li > ul {
		top: 4.4em !important;
	}
	.top_panel_custom_header-transparent-split-menu .sc_layouts_menu_nav > li > ul {
		top: 3.55em !important;
	}
	.top_panel_custom_header-short-2-rows .sc_layouts_menu_nav > li > ul {
		top: 4.2em !important;
	}
	.sc_layouts_menu_popup .sc_layouts_menu_nav > li, .sc_layouts_menu_popup .sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li ul, .sc_layouts_menu_nav > li ul > li, .sc_layouts_menu_nav > li ul > li > a {
		font-size: 13px;
	}
	header .ipad-row>div {
		width: 100%;
		text-align: center;
	}

	/*Lists*/
	.widget ul > li::before {
		top: 0.8rem;
	}

	/*Buttons*/
	.sc_item_descr + .sc_item_button .sc_button {
		padding: 15px 28px;
	}
	.widget_video .trx_addons_video_player.with_cover .video_hover {
		width: 2em;
		height: 2em;
		line-height: 2em;
	}

	/*Blog*/
	.widget_area .post_item .post_title, .widget .post_item .post_title {
		margin: -2px 0 4px 0 !important;
		line-height: normal;
	}
	.post_layout_chess_2 .post_meta, .post_layout_chess_3 .post_meta {
		font-size: 11px;
		margin-top: 8px !important;
	}
	.post_layout_chess .post_counters_comments, .post_layout_chess .post_meta_item.post_edit {
		display: none;
	}

	/*Typography*/
	blockquote p {
		font-size: 13px;
	}
	.trx_addons_scroll_to_top.show {
		bottom: 10em !important;
		right: 3em;
	}

	.mc4wp-form input[type="email"] {
		padding-right: 13em;
	}

}





@media (max-width: 1023px) {

	/* Body sizes */
	.content_wrap, .content_container {	width:900px; }

	.sc_content_width_1_1 {	width: 900px; }
	.sc_content_width_1_2 {	width: 450px; }
	.sc_content_width_1_3 {	width: 300px; }
	.sc_content_width_2_3 {	width: 600px; }
	.sc_content_width_1_4 {	width: 225px; }
	.sc_content_width_3_4 {	width: 775px; }

	.menu_style_side .content_wrap,
	.menu_style_side .content_container {		width: 840px; }
	
	.menu_style_side .sc_content_width_1_1 {	width: 840px; }
	.menu_style_side .sc_content_width_1_2 {	width: 420px; }
	.menu_style_side .sc_content_width_1_3 {	width: 280px; }
	.menu_style_side .sc_content_width_2_3 {	width: 560px; }
	.menu_style_side .sc_content_width_1_4 {	width: 210px; }
	.menu_style_side .sc_content_width_3_4 {	width: 630px; }

	/* Content and Sidebar */
	body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 600px; }
	body.menu_style_side:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { width: 540px; }

	/* Widgets */
	body.expand_content .sc_recent_news_style_news-announce .post_size_full {	height: 504px; }
	body.expand_content .sc_recent_news_style_news-announce .post_size_big {	height: 252px;  }
	body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
	body.expand_content .sc_recent_news_style_news-announce .post_size_small {	height: 126px;  }

	/* Mobile menu */
	.menu_mobile .menu_mobile_nav_area {
		position:relative;
		top: auto;
		margin: 3em 0 0;
		-webkit-transform:none;
			-ms-transform:none;
				transform:none;
	}
	.menu_mobile .menu_mobile_nav_area > ul > li > a {
		font-size: 1.5em;
		line-height:1.5em;
	}
	.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
		padding: 0.25em 0.4em;
	}
	.menu_mobile .search_mobile {
		position:relative;
		bottom: auto;
		left: 0;
		margin: 3em auto 0;
	}
	.menu_mobile .socials_mobile  {
		position: relative;
		bottom: auto;
		margin: 1em 0 0;
	}
	.menu_mobile .sc_layouts_logo {
		margin-top: 3em;
	}
	.sc_layouts_logo img {
		max-height:50px;
	}

	/* VC */
	.vc_row.vc_row-o-full-height,
	.trx_addons_stretch_height {
		min-height: 0 !important;
	}

	/* Utils */
	.hide_on_tablet {
		display: none;
	}
}




@media (max-width: 959px) {

	html { line-height: 160%; }

	h1 { font-size: 32px;	line-height:36px;	margin-top: 30px;	margin-bottom: 16px; }
	h2 { font-size: 28px;	line-height:36px;	margin-top: 38px;	margin-bottom: 20px; }
	h3 { font-size: 22px;	line-height:26px;	margin-top: 36px;	margin-bottom: 18px; }
	h4 { font-size: 18px;	line-height:22px;	margin-top: 30px;	margin-bottom: 16px; }
	h5 { font-size: 16px;	line-height:20px;	margin-top: 28px; 	margin-bottom: 14px; }
	h6 { font-size: 14px;	line-height:18px;	margin-top: 24px;	margin-bottom: 10px; }

	/* Body sizes */
	.content_wrap, .content_container {	width:708px; }

	.sc_content_width_1_1 {	width: 708px; }
	.sc_content_width_1_2 {	width: 354px; }
	.sc_content_width_1_3 {	width: 236px; }
	.sc_content_width_2_3 {	width: 472px; }
	.sc_content_width_1_4 {	width: 177px; }
	.sc_content_width_3_4 {	width: 531px; }

	.menu_style_side .content_wrap,
	.menu_style_side .content_container {		width: 648px; }

	.menu_style_side .sc_content_width_1_1 {	width: 648px; }
	.menu_style_side .sc_content_width_1_2 {	width: 324px; }
	.menu_style_side .sc_content_width_1_3 {	width: 216px; }
	.menu_style_side .sc_content_width_2_3 {	width: 432px; }
	.menu_style_side .sc_content_width_1_4 {	width: 162px; }
	.menu_style_side .sc_content_width_3_4 {	width: 486px; }

	/* Content and Sidebar */
	body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content {	width:100%; float: none; }
	.sidebar { width: 100%; float:none; margin-top: 4em; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide .content_wrap {
		padding-left:30px;
		padding-right:30px;
	}
	.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 0 !important; float: none; }
	.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: 0 !important; float: none; }
	.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left: 0 !important; float: none; }
	.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right: 0 !important; float: none; }

	.gallery.gallery-columns-9 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 20% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 20% !important; }

	/* Header */
	body.no_layout.menu_style_left {	margin-left: 0; }
	body.no_layout.menu_style_right {	margin-right: 0; }
	body.no_layout.menu_style_right .menu_side_wrap {	right: -6rem; }
	body.no_layout.menu_style_left .menu_side_wrap {	left: -6rem; }

	body.no_layout.menu_style_left .sc_layouts_row_fixed_on { padding-left: 0; }
	body.no_layout.menu_style_right .sc_layouts_row_fixed_on {padding-right: 0; }
	
	.top_panel {
		margin-bottom: 6rem;
	}
	.footer_wrap {
		margin-top: 6rem;
	}
	.top_panel.with_bg_image {
		min-height: 20em;
	}
	
	/* Slider */
	.top_panel .slider_engine_revo .slide_subtitle {
		margin-bottom: 1em !important;
	}
	.top_panel .slider_engine_revo .slide_button {
		font-size: 12px !important;
	}

	
	/* Tags layouts */
	.vc_separator {
		margin: 3em 0 !important;
	}
	
	/* Post layouts */
	.post_item_404 .page_title {
		font-size:7em;
		line-height:1em;
	}
	.post_item_404 .post_content {
		padding: 0;
	}

	.post_layout_excerpt + .post_layout_excerpt {
		margin-top: 5rem;
	}
	.post_layout_excerpt:not(.sticky) + .post_layout_excerpt:not(.sticky) {
		padding-top: 5rem;
	}
	
	.post_layout_chess .post_inner_content {
		padding:0 10%;
	}
	.post_layout_chess .post_title {
		font-size: 22px;
	}
	.post_layout_chess.post_format_quote .post_header,
	.post_layout_chess.post_format_link .post_header,
	.post_layout_chess.post_format_aside .post_header,
	.post_layout_chess.post_format_status .post_header {
		display:none;
	}
	.post_layout_chess.post_format_quote .post_content_inner + .post_meta,
	.post_layout_chess.post_format_link .post_content_inner + .post_meta,
	.post_layout_chess.post_format_aside .post_content_inner + .post_meta,
	.post_layout_chess.post_format_status .post_content_inner + .post_meta {
		display:block;
	}
	.post_layout_chess.post_format_quote .post_content_inner + .post_meta,
	.post_layout_chess.post_format_link .post_content_inner + .post_meta,
	.post_layout_chess.post_format_status .post_content_inner + .post_meta {
		margin-top:0 !important;
	}
	.post_layout_chess.post_format_aside .post_content_inner + .post_meta {
		margin-top: 1em;
	}
	.post_layout_chess .post_header + .post_content {
		margin-top:1em;
		line-height: 1.3846em;
	}
	.post_layout_chess .post_content_inner {
		display:block;
	}
	.post_layout_chess .post_content_inner,
	.post_layout_chess:not(.post_format_quote):not(.post_format_link):not(.post_format_aside):not(.post_format_status) .post_content_inner {
		font-size: 1em;
		line-height: 1.3846em;
		max-height: none;
	}	
	.post_layout_chess .post_content_inner:after {
		display:none;
	}
	.post_layout_chess.post_format_link .post_content_inner,
	.post_layout_chess.post_format_aside .post_content_inner,
	.post_layout_chess.post_format_status .post_content_inner {
		font-size: 1.6154em;
	}
	.post_layout_chess blockquote {
		padding: 2em 2em 2em 5em;
	}
	.post_layout_chess blockquote:before {
		top: 1.1em;
		left: 0.7em;
	}
	.post_layout_chess blockquote p {
		font-size: 1.3846em;
		line-height: 1.3333em;
	}
	.post_layout_chess blockquote > a, .post_layout_chess blockquote > p > a,
	.post_layout_chess blockquote > cite, .post_layout_chess blockquote > p > cite {
		font-size: 12px;
		line-height: 16px;
	}
	.post_layout_chess .more-link {
		margin-top: 0;
	}
	.post_layout_chess_2 {									width: 100%; float:none; }
	.post_layout_chess_2:nth-child(4n+3) .post_featured,
	.post_layout_chess_2:nth-child(4n+4) .post_featured {	float:right; }
	.post_layout_chess_2:nth-child(4n+3) .post_inner,
	.post_layout_chess_2:nth-child(4n+4) .post_inner {		left: 0; right:auto; }
	
	.post_layout_chess_3 {									width: 100%; float:none; }
	.post_layout_chess_3:nth-child(6n+4) .post_featured,
	.post_layout_chess_3:nth-child(6n+5) .post_featured,
	.post_layout_chess_3:nth-child(6n+6) .post_featured {	float:right; }
	.post_layout_chess_3:nth-child(6n+4) .post_inner,
	.post_layout_chess_3:nth-child(6n+5) .post_inner,
	.post_layout_chess_3:nth-child(6n+6) .post_inner {		left: 0; right:auto; }
	
	.post_layout_chess:nth-child(2n+2) .post_featured {		float:left; }
	.post_layout_chess:nth-child(2n+2) .post_inner {		left: auto; right:0; }

	.post_layout_classic blockquote {
		padding: 2em 2em 2em 5em;
	}
	.post_layout_classic blockquote:before {
		top: 1.1em;
		left: 0.7em;
	}
	.post_layout_classic blockquote p {
		font-size: 15px;
	}
	.post_layout_classic blockquote > a, .post_layout_classic blockquote > p > a,
	.post_layout_classic blockquote > cite, .post_layout_classic blockquote > p > cite {
		font-size: 13px;
	}
	.post_layout_classic .swiper-container-horizontal > .swiper-pagination,
	.post_layout_classic .slider_swiper_outer > .swiper-pagination {
		bottom: 6px;
	}
	.post_layout_classic .slider_swiper .swiper-pagination-bullet, 
	.post_layout_classic .slider_swiper_outer .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		border-width: 1px;
	}
	.post_layout_classic.format-audio .post_featured.with_thumb .post_audio {
		bottom: 1em;
	}
	.post_layout_classic.post_format_audio .mejs-time {
		display:none;
	}

	.masonry_wrap,
	.portfolio_wrap {
		margin-right:-20px;
	}
	.masonry_wrap .masonry_item,
	.post_layout_portfolio {
		padding:0 20px 20px 0;
	}
	.masonry_wrap .masonry_item {
		padding-bottom: 0;
	}
	.masonry_wrap .post_layout_masonry {
		margin-bottom: 2em;
	}
	.masonry_wrap .masonry_item-1_3,
	.portfolio_wrap.portfolio_3 .post_layout_portfolio,
	.masonry_wrap .masonry_item-1_4,
	.portfolio_wrap.portfolio_4 .post_layout_portfolio {
		width: 50%;
	}
	
	.gallery_preview .post_description_content {
		display: none !important;
	}
	.gallery_preview_description {
		padding: 0 2em;
	}
	.gallery_preview_show .post_readmore {
		margin-top:0;
	}

	/* Widgets */
	.sidebar .sidebar_inner {
		padding: 30px 0;
	}
	.sidebar[class*="scheme_"] .sidebar_inner {
		padding: 30px 15px;
	}
	.sidebar .widget, .sidebar[class*="scheme_"] .widget {
		display: inline-block;
		float:none;
		vertical-align:top;
		width:33.3333%;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		    -ms-box-sizing: border-box;
				box-sizing: border-box;
	}
	.sidebar .widget + .widget, .sidebar[class*="scheme_"] .widget + .widget {
		margin-top: 0;
		padding-top: 0;
		border-top-width:0;
	}
	.footer_wrap .widget + .widget + .widget + .widget,
	.sidebar .widget + .widget + .widget + .widget, .sidebar[class*="scheme_"] .widget + .widget + .widget + .widget {
		margin-top: 30px !important;
		padding-top: 30px !important;
		border-top-width:0 !important;
		border-top-style:solid;
	}
	.widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
		width:33.3333%;
	}

	.footer_wrap .sc_content .wpb_column:not(.vc_col-sm-12) {
		width: 50% !important;
		float: none;
		display: inline-block;
		vertical-align:top;
	}
	.footer_wrap .sc_content .wpb_column + .wpb_column + .wpb_column {
		margin-top: 30px !important;
		padding-top: 30px !important;
		border-top-width:0 !important;
		border-top-style:solid;
	}
	.header_fullwidth .widget,
	.footer_fullwidth .widget {
		width:100% !important;
		display:block !important;
		margin-left:0 !important;
		margin-bottom:0 !important;
	}

	
	/* ThemeREX Addons */
	.sc_layouts_title_meta + .sc_layouts_title_title > .sc_layouts_title_caption {
		font-size: 32px;
	}

	.sc_item_title {
		letter-spacing:1px;
	}

	body.expand_content .sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 198px; }
	body.expand_content .sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 198px;  }
	body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
	body.expand_content .sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 198px;  }

	.sc_blogger_default .sc_blogger_item .sc_blogger_item_excerpt {
		margin-top:1em;
	}

	.sc_courses_default .trx_addons_hover_content .trx_addons_hover_text,
	.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a {
		margin-top: 2em;
	}

	.sc_googlemap {
		max-height:60vh;
	}
	.sc_price_item_title {
		letter-spacing:0;
		font-size:2em;
	}
	h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
		font-size: 32px;
	}
	.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
		padding:2em;
	}
	.sc_promo_modern .sc_promo_descr, .sc_promo_modern .sc_promo_descr+.sc_promo_button {
		padding-left: 4rem;
	}
	.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
		font-size: 2.5rem;
	}
	.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
		padding:2em 0 0 2em;
	}
	.sc_services_iconed .sc_services_item_header {
		padding: 1.6154em;
	}
	.sc_services_iconed .sc_services_item_icon {
		font-size:2em;
	}
	.sc_services_iconed .sc_services_item_content {
		padding: 1.6154em;
	}
	.sc_team_item_thumb .sc_team_item_content {
		display:none;
	}
	.sc_team_default .sc_team_item_info {
		padding:1.6154em;
	}
	.sc_team_default .sc_team_item_socials {
		margin-top: 1em;
	}
	
	
	/* WPBakery Page Builder */
	.wpb_text_column[class*="scheme_"] {
		padding: 1.5em;
	}
	.vc_row.vc_row-o-full-height,
	.trx_addons_stretch_height {
		min-height: 0 !important;
	}

	
	/* Tribe Events */
	#tribe-events-content .tribe-events-calendar td {
		height: 8em;
	}
	.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
		margin-bottom: 0.4em;
		padding: 1em 1.7em;
	}
	.tribe-events-event-meta .tribe-event-schedule-details {
		padding-left: 12px;
	}
	.single-tribe_events .tribe-events-single-section {
		width:100%;
		float: none;
	}
	.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
		width: 45%;
	}
	.single-tribe_events .tribe-events-venue-map {
		float:right;
	}
	.single-tribe_events #tribe-events-footer {
		margin-top: 3em;
	}
	#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
		line-height: 1.6154em;
	}


	/* BuddyPress and BBPress*/
	#bbpress-forums > #subscription-toggle, #bbpress-forums > .bbp-topic-tags {
		position:static;
		margin-bottom: 1em;
	}
	#buddypress #item-header-cover-image #item-header-avatar,
	.bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar,
	#buddypress div#item-header #item-header-cover-image #item-header-content {
		width: auto;
		text-align:left;
	}
	#buddypress div#item-header #item-header-cover-image #item-header-content {
		max-width: 70%;
	}
	#buddypress .standard-form div.submit {
		padding:0;
	}
	
	
	/* Woocommerce */
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		width: 40%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width:60%;
		padding-left:2.5em;
	}
	.woocommerce div.product .woocommerce-product-rating, .woocommerce-page div.product .woocommerce-product-rating {
		margin-top:-4px;
	}
	.woocommerce div.product p.price {
		margin-bottom: 1em;
	}
	span.amount > .decimals {
		font-size: 0.6em;
		margin-left: 0.1em;
	}
	
	.woocommerce .star-rating, .woocommerce-page .star-rating {
		margin-top:0;
	}
	
	.single-product ul.products li.product .post_data {
		padding:1em;
	}
	.single-product ul.products li.product .post_data .post_header h3,
	.single-product ul.products li.product .post_data .post_header .woocommerce-loop-product__title {
		font-size: 20px;
	}
	.single-product ul.products li.product .post_data .price {
		margin: 1em 0;
	}
	
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float:left;
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
		float: left;
		width: auto;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
		width: auto;
		display:inline-block;
	}
	
	.woocommerce .woocommerce-checkout .woocommerce-shipping-fields {
		margin-top:2em;
	}
	
	.woocommerce-MyAccount-navigation ul li a {
		padding: 1em 0 0.6em;
	}
	.woocommerce-account .woocommerce-MyAccount-content .addresses.col2-set .col-1 {
		float:left;
		width: 48%;
	}
	.woocommerce-account .woocommerce-MyAccount-content .addresses.col2-set .col-2 {
		float:right;
		width: 48%;
	}


	/*Spaces*/
	.ipad-row>div {
		width: 100% !important;
	}
	.vc_column-inner.vc_custom_1498031255079 .sc_item_button {
		text-align: left !important;
	}
	.vc_empty_space.vc_custom_1496927671772 {
		margin-bottom: 0 !important;
	}
	.vc_column-inner.vc_custom_1497960881259 .sc_item_button, .vc_column-inner.vc_custom_1498029008127 .sc_item_button, .vc_column-inner.vc_custom_1498030917575 .sc_item_button {
		text-align: left !important;
	}
	.contact-info .trx_addons_columns_wrap > [class*="trx_addons_column-"] {
		padding-right: 6px;
	}

	/*Services*/
	.sc_services_item.with_content.with_icon.sc_services_item_featured_top .sc_services_item_info {
		padding: 0.4em 1em 3em;
	}

	/*Header*/
	.breadcrumbs {
		font-size: 14px !important;
	}
	.breadcrumbs .breadcrumbs_item {
		white-space: normal !important;
	}
	.sc_layouts_menu_popup .sc_layouts_menu_nav > li > a, .sc_layouts_menu_nav > li li > a {
		padding: 0.6em 0 !important;
	}

	/*Blog*/
	.nav-links {
		margin-top: 3.5em;
	}
	.blog_style_classic_2 .nav-links {
		margin-top: 1.2em;
	}
	.blog_style_classic_3 .nav-links {
		margin-top: 1.4em;
	}
	.sidebar .sidebar_inner .widget {
		padding: 0 2rem;
	}
	.sidebar .sidebar_inner {
		padding: 30px 15px;
	}
	.esg-media-cover-wrapper .eg-washington-element-0, .esg-media-cover-wrapper .eg-washington-element-1 {
		padding: 13px !important;
	}
	.widget .widget_title, .widget .widgettitle {
		font-size: 15px;
	}

	/*Buttons*/
	.wpcf7-form-control.wpcf7-submit {
		padding: 15px 28px;
	}


	/*Testimonials*/
	.sc_testimonials_slider .sc_testimonials_item, .sc_testimonials_columns_wrap .sc_testimonials_item {
		max-width: 600px;
	}
}




@media (max-width: 799px) {
	.mfp-figure figcaption {
		margin-bottom:0 !important;
	}

	.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_nav > li ul {
		width: 8em;
	}
	.sc_layouts_menu_nav > li > ul {
		margin-left: -4em;
	}
	.sc_layouts_column_align_right .sc_layouts_menu_nav > li.menu-collapse ul, .sc_layouts_column_align_right .sc_layouts_menu_nav > li > ul ul, .sc_layouts_menu_nav > li > ul ul.submenu_left {
		left: -8em;
	}
	.sc_layouts_menu_popup .sc_layouts_menu_nav, .sc_layouts_menu_popup .sc_layouts_menu_nav > li > ul, .sc_layouts_menu_nav > li > ul ul {
		left: 8em;
	}
	.sc_services_alter .sc_services_item_title {
		font-size: 15px;
		margin: 0 0 0.5rem;
	}
	.sc_services_alter .sc_services_item_info {
		padding: 0 1.3em 0.5em;
	}
	.sc_services_alter .sc_services_item_content {
		font-size: 11px;
	}

	/*Spaces*/
	.vc_col-sm-8 h4.sc_item_title br {
		display: none;
	}
	.trx_addons_popup {
		width: 90%;
	}
}




@media (max-width: 767px) {

	html { font-size: 9px; }

	h1 { font-size: 28px;	line-height:32px;	margin-top: 32px;	margin-bottom: 18px; }
	h2 { font-size: 26px;	line-height:30px;	margin-top: 30px;	margin-bottom: 18px; }
	h3 { font-size: 22px;	line-height:26px;	margin-top: 28px;	margin-bottom: 18px; }
	h4 { font-size: 18px;	line-height:22px;	margin-top: 26px;	margin-bottom: 16px; }
	h5 { font-size: 16px;	line-height:20px;	margin-top: 24px; 	margin-bottom: 14px; }
	h6 { font-size: 14px;	line-height:18px;	margin-top: 22px;	margin-bottom: 10px; }

	/* Body sizes */
	.content_wrap, .content_container {	width:600px !important; }

	.sc_content_width_1_1 {	width: 600px !important; }
	.sc_content_width_1_2 {	width: 300px !important; }
	.sc_content_width_1_3 {	width: 200px !important; }
	.sc_content_width_2_3 {	width: 400px !important; }
	.sc_content_width_1_4 {	width: 150px !important; }
	.sc_content_width_3_4 {	width: 450px !important; }

	/* Content and Sidebar */
	body:not(.expand_content):not(.body_style_fullwide):not(.body_style_fullscreen) .content { margin-bottom:0;	}
	.sidebar { margin-top:3em; }

	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide .content_wrap {
		padding-left:20px;
		padding-right:20px;
	}

	/* Grid */
	.container, .container-fluid,
	.trx_addons_container, .trx_addons_container-fluid {
		padding-left:  10px;
		padding-right: 10px;
	}
	.row,
	.columns_wrap,
	.trx_addons_columns_wrap {
		margin-right: -20px;
	}
	.row > [class*="column-"],
	.columns_wrap > [class*="column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"] {
		padding-right: 20px;
	}
	.row.columns_padding_left,
	.columns_wrap.columns_padding_left,
	.trx_addons_columns_wrap.columns_padding_left {
		margin-left: -20px;
	}
	.row.columns_padding_left > [class*="column-"], .columns_wrap.columns_padding_left > [class*="column-"],
	.row > [class*="column-"].columns_padding_left, .columns_wrap > [class*="column-"].columns_padding_left,
	.trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left {
		padding-left: 20px;
	}
	.row.columns_padding_right,
	.columns_wrap.columns_padding_right,
	.trx_addons_columns_wrap.columns_padding_right {
		margin-right: -20px;
	}
	.row.columns_padding_right > [class*="column-"], .columns_wrap.columns_padding_right > [class*="column-"],
	.row > [class*="column-"].columns_padding_right, .columns_wrap > [class*="column-"].columns_padding_right,
	.trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right {
		padding-right:20px;
	}
	.row.columns_padding_center,
	.columns_wrap.columns_padding_center,
	.trx_addons_columns_wrap.columns_padding_center {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row.columns_padding_center > [class*="column-"], .columns_wrap.columns_padding_center > [class*="column-"],
	.row > [class*="column-"].columns_padding_center, .columns_wrap > [class*="column-"].columns_padding_center,
	.trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center {
		padding-left:20px;
	}
	.row.columns_padding_bottom > [class*="column-"], .columns_wrap.columns_padding_bottom > [class*="column-"],
	.row > [class*="column-"].columns_padding_bottom, .columns_wrap > [class*="column-"].columns_padding_bottom,
	.trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
		padding-bottom: 20px;
	}
	.row:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]:nth-child(2n+3),
	.columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]:nth-child(2n+3),
	.row:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]:nth-child(2n+4),
	.columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]:nth-child(2n+4),
	.trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="trx_addons_column-"]:nth-child(2n+3),
	.trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="trx_addons_column-"]:nth-child(2n+4) {
		padding-top: 20px;
	}

	/* Max 2 columns in the row */
	.row:not(.columns_fluid) > [class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"] {
		width:50%;
	}
	.row:not(.columns_fluid) > .column-1_1, .row:not(.columns_fluid) > .column-2_2, .row:not(.columns_fluid) > .column-3_3, .row:not(.columns_fluid) > .column-4_4,
	.row:not(.columns_fluid) > .column-5_5,	.row:not(.columns_fluid) > .column-6_6, .row:not(.columns_fluid) > .column-7_7, .row:not(.columns_fluid) > .column-8_8,
	.row:not(.columns_fluid) > .column-9_9, .row:not(.columns_fluid) > .column-10_10,
	.row:not(.columns_fluid) > .column-11_11, .row:not(.columns_fluid) > .column-12_12,
	.columns_wrap:not(.columns_fluid) > .column-1_1, .columns_wrap:not(.columns_fluid) > .column-2_2, .columns_wrap:not(.columns_fluid) > .column-3_3,
	.columns_wrap:not(.columns_fluid) > .column-4_4, .columns_wrap:not(.columns_fluid) > .column-5_5, .columns_wrap:not(.columns_fluid) > .column-6_6,
	.columns_wrap:not(.columns_fluid) > .column-7_7, .columns_wrap:not(.columns_fluid) > .column-8_8, .columns_wrap:not(.columns_fluid) > .column-9_9,
	.columns_wrap:not(.columns_fluid) > .column-10_10, .columns_wrap:not(.columns_fluid) > .column-11_11, .columns_wrap:not(.columns_fluid) > .column-12_12,

	.row:not(.columns_fluid) > .column-2_3, .columns_wrap:not(.columns_fluid) > .column-2_3,
	.row:not(.columns_fluid) > .column-1_3.after_span_2, .columns_wrap:not(.columns_fluid) > .column-1_3.after_span_2,
	.row:not(.columns_fluid) > .column-2_4, .columns_wrap:not(.columns_fluid) > .column-3_4,
	.row:not(.columns_fluid) > .column-1_4.after_span_2, .columns_wrap:not(.columns_fluid) > .column-1_4.after_span_3,

	.row:not(.columns_fluid) > .column-2_5, .columns_wrap:not(.columns_fluid) > .column-2_5,
	.row:not(.columns_fluid) > .column-3_5, .columns_wrap:not(.columns_fluid) > .column-3_5,
	.row:not(.columns_fluid) > .column-4_5, .columns_wrap:not(.columns_fluid) > .column-4_5,
	.row:not(.columns_fluid) > .column-2_6, .columns_wrap:not(.columns_fluid) > .column-2_6,
	.row:not(.columns_fluid) > .column-3_6, .columns_wrap:not(.columns_fluid) > .column-3_6,
	.row:not(.columns_fluid) > .column-4_6, .columns_wrap:not(.columns_fluid) > .column-4_6,
	.row:not(.columns_fluid) > .column-5_6, .columns_wrap:not(.columns_fluid) > .column-5_6,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_1, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_2,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_3, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_4,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_5, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-6_6,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-7_7, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-8_8,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-9_9, .trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-10_10,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-11_11,.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-12_12,

	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_3,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_3.after_span_2,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_4,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-1_4.after_span_3,

	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_5,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_5,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_5,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-2_6,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-3_6,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-4_6,
	.trx_addons_columns_wrap:not(.columns_fluid) > .trx_addons_column-5_6 {
		width:100%;
	}
	
	/* WP Gallery Grid */
	.gallery.gallery-columns-9 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-5 .gallery-item {	width: 33.3333% !important; }
	.gallery.gallery-columns-4 .gallery-item {	width: 33.3333% !important; }
	
	img.alignleft, img.alignright,
	figure.alignleft, figure.alignright {
		float:none;
		display:block;
		margin: 1em auto !important;
	}
	
	/* Header */
	.menu_side_icons .toc_menu_item .toc_menu_icon:before {			font-size: 20px; }
	.menu_side_icons .toc_menu_item .toc_menu_description span {	letter-spacing:1px;	padding:0 1.5em; }

	.top_panel {
		margin-bottom: 4rem;
	}
	.footer_wrap {
		margin-top: 3rem;
	}
	.sc_layouts_title_meta + .sc_layouts_title_title > .sc_layouts_title_caption {
		font-size: 28px;
	}
	
	/* Slider */
	.top_panel .slider_engine_revo .slide_subtitle {
		font-size: 14px !important;
	}
	.top_panel .slider_engine_revo .slide_button {
		font-size: 11px !important;
	}

	/* Widgets */
	.sidebar .sidebar_inner {
		padding: 20px 0;
	}
	.sidebar[class*="scheme_"] .sidebar_inner {
		padding: 20px 10px;
	}
	.footer_wrap,
	.sidebar .widget,
	.sidebar[class*="scheme_"] .widget {
		width:100%;
		max-width: 100%;
	}
	.footer_wrap .widget + .widget,
	.sidebar .widget + .widget,
	.sidebar[class*="scheme_"] .widget + .widget {
		margin-top: 20px !important;
		padding-top: 20px !important;
	}
	.widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
		width:50%;
	}
	.footer_wrap .sc_content .wpb_column + .wpb_column + .wpb_column {
		margin-top: 20px !important;
		padding-top: 20px !important;
	}

	
	/* Utilities */
	.hide_on_mobile {
		display: none;
	}

	/* Buttons */
	.unlimhost_tabs .unlimhost_tabs_titles {
		margin: 0 0 2em;
	}
	/* Buttons */
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.theme_button,
	.post_item .more-link,
	.gallery_preview_show .post_readmore,
	.unlimhost_tabs .unlimhost_tabs_titles li a,
	/* BB PRess */
	#buddypress .comment-reply-link,
	#buddypress .generic-button a,
	#buddypress a.button,
	#buddypress button,
	#buddypress input[type="button"],
	#buddypress input[type="reset"],
	#buddypress input[type="submit"],
	#buddypress ul.button-nav li a,
	#buddypress div.activity-meta a,
	a.bp-title-button,
	/* Booked */
	body #booked-profile-page input[type="submit"],
	body #booked-profile-page button,
	body .booked-list-view input[type="submit"],
	body .booked-list-view button,
	body table.booked-calendar input[type="submit"],
	body table.booked-calendar button,
	body .booked-modal input[type="submit"],
	body .booked-modal button,
	/* MailChimp */
	.mc4wp-form .mc4wp-form-fields input[type="submit"],
	/* ThemeREX Addons*/
	.sc_button,
	.sc_form button,
	.sc_price_item_link,
	.sc_action_item_link,
	/* Tribe Events */
	#tribe-bar-form .tribe-bar-submit input[type="submit"], #tribe-bar-form button, #tribe-bar-form a, #tribe-bar-form input,
	#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
	.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
	#tribe-events .tribe-events-button,
	.tribe-events-button,
	.tribe-events-cal-links a,
	.tribe-events-sub-nav li a,
	.tribe-events-read-more,
	/* WooCommerce buttons */
	.woocommerce .button, .woocommerce-page .button,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit,
	.woocommerce input[type="button"], .woocommerce-page input[type="button"],
	.woocommerce input[type="submit"], .woocommerce-page input[type="submit"],
	.woocommerce .woocommerce-message .button,
	.woocommerce ul.products li.product .button,
	.woocommerce div.product form.cart .button,
	.woocommerce #review_form #respond p.form-submit input[type="submit"],
	.woocommerce-page #review_form #respond p.form-submit input[type="submit"],
	.woocommerce table.my_account_orders .order-actions .button,
	.woocommerce table.cart td.actions .button,
	.yith-woocompare-widget a.clear-all {
		padding: 12px 24px;
	}
	.sc_button_simple {
		padding: 0 1.8em 0 0;
	}
	
	/* Post layouts */
	.post_item_404 .post_content {
		padding: 0 0 3em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.post_item_404 .page_title {
		font-size:8em;
		line-height:1em;
		width:100%;
		text-align:center;
	}
	.post_item_404 .page_info {
		padding-left: 0;
		padding-top: 2em;
		width:100%;
		text-align:center;
	}
	.post_item_404 .page_description {
		line-height:1.7em;
	}
	.post_item_404 .go_home {
		padding: 1em 2em;
	}


	
	.post_layout_chess .post_title + .post_meta {
		margin-top:0.4em;
	}
	.post_layout_chess .post_content_inner {
		display:none;
	}
	.post_layout_chess.post_format_quote .post_content_inner + .post_meta,
	.post_layout_chess.post_format_link .post_content_inner + .post_meta,
	.post_layout_chess.post_format_aside .post_content_inner + .post_meta,
	.post_layout_chess.post_format_status .post_content_inner + .post_meta {
		display:none;
	}
	.post_layout_chess blockquote {
		padding: 2em 2em 2em 4em;
	}
	.post_layout_chess blockquote:before {
		top: 1.05em;
		left: 0.5em;
	}
	.post_layout_chess .more-link {
		margin-top: 0;
	}
	
	.gallery_preview_description {
		padding: 0 1.6em;
	}

	
	/* Single post */
	.blog_mode_post blockquote, .blog_mode_page blockquote {
		margin-left: 0;
	}
	.post_item_single .post_content > .post_meta_single .post_tags {
		max-width: 48%;
	}
	.post_item_single .post_content > .post_meta_single .post_share {
		max-width: 50%;
	}
	
	/* ThemeREX Addons */
	body.expand_content .sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 168px; }
	body.expand_content .sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 168px;  }
	body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
	body.expand_content .sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 168px;  }

	.sc_item_title {
		letter-spacing:0;
	}
	.sc_item_title + .sc_item_descr, .sc_item_subtitle + .sc_item_descr,
	.sc_item_title + .sc_item_slider, .sc_item_subtitle + .sc_item_slider, .sc_item_descr + .sc_item_slider,
	.sc_item_title + .sc_item_columns, .sc_item_subtitle + .sc_item_columns, .sc_item_descr + .sc_item_columns,
	.sc_item_title + .sc_item_content, .sc_item_subtitle + .sc_item_content, .sc_item_descr + .sc_item_content {
		margin-top: 1.5em;
	}
	.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
	.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
	.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
	.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
	.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
	.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image {
		margin-top: 1.5em;
	}
	
	.sc_blogger_modern .sc_blogger_item {
		padding:1.4em;
	}
	.sc_blogger_modern .sc_blogger_item .sc_blogger_item_featured {
		width: 100%;
		margin-bottom: 1.5em;
	}
	.sc_blogger_modern .sc_blogger_item .sc_blogger_item_content {
		position:static;
		width: 100%;
		padding:0;
		left: auto;
		top: auto;
		-webkit-transform:none;
			-ms-transform:none;
				transform:none;
	}
	.wpb_column:not(.vc_col-sm-12) .sc_blogger_modern .sc_blogger_item_featured {
		width: 100%;
		padding: 0 0 1em;
	}
	.wpb_column:not(.vc_col-sm-12) .sc_blogger_modern .sc_blogger_item_content {
		position:static;
		width: 100%;
		padding:0;
		-webkit-transform:none;
			-ms-transform:none;
				transform:none;
	}

	.sc_courses_default .trx_addons_hover_content .trx_addons_hover_text,
	.sc_courses_default .trx_addons_hover_content .trx_addons_hover_links a {
		margin-top: 1.5em;
	}

	.sc_countdown_default .sc_countdown_digits, .sc_countdown_default .sc_countdown_separator {
		font-size: 2.7em;
	}

	h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
		font-size: 28px;
	}
	.sc_promo_image,
	.sc_promo_image_wrap {
		position:relative;
		right: auto;
		bottom: auto;
		width: 100% !important;
		min-height:18em;
		margin:0 !important;
	}
	.sc_promo_text {
		width: 100% !important;
		float:none !important;
	}
	.sc_promo_image + .sc_promo_text .sc_promo_text_inner,
	.sc_promo_image_wrap + .sc_promo_text .sc_promo_text_inner {
		padding-top: 2em !important;
	}
	.sc_promo.sc_promo_no_paddings.sc_promo_image_position_right .sc_promo_text_inner {
		padding-right: 0;
	}
	.sc_promo.sc_promo_no_paddings.sc_promo_image_position_left .sc_promo_text_inner {
		padding-left: 0;
	}
	.sc_promo_text_inner {
		margin: 0 !important;
	}
	.sc_promo .sc_promo_text.trx_addons_stretch_height .sc_promo_text_inner {
		position:relative;
		top: auto;
		left: auto;
		padding: 3em 10%;
		-webkit-transform:none;
			-ms-transform:none;
				transform:none;
	}
	.sc_promo.sc_promo_size_tiny {
		max-width: none;
	}
	.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
		padding:2em;
	}
	.sc_promo_modern .sc_promo_descr, .sc_promo_modern .sc_promo_descr+.sc_promo_button {
		padding-left: 0;
	}
	.sc_promo_modern.sc_promo_image_position_right .sc_promo_image {
		right: 0;
	}
	.sc_promo_modern .sc_promo_link2 {
		padding:0.2em 1.2em;
	}
	.sc_services_default .sc_services_item_info {
		min-height:5em;
	}
	.sc_services_default .sc_services_item_content,
	.sc_services_default .sc_services_item_button {
		display:none;
	}
	.sc_services_default .sc_services_item_subtitle {
		font-size:12px;
	}
	.sc_services_default .sc_services_item_featured_left,
	.sc_services_default .sc_services_item_featured_right {
		text-align:center;
	}
	.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,
	.sc_services_default .sc_services_item_featured_right .sc_services_item_icon {
		margin: 0 auto;
		position:static;
	}
	.sc_services_default .sc_services_item_featured_left .sc_services_item_thumb,
	.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb {
		width:100%;
		position:relative;
		left: auto;
		right: auto;
		top:auto;
	}
	.sc_services_default .sc_services_item_featured_left .sc_services_item_info,
	.sc_services_default .sc_services_item_featured_right .sc_services_item_info {
		text-align:center;
		padding: 0;
		margin: 1.5em 0 0;
		min-height:0;
	}
	.sc_services_default .sc_services_item_featured_left.without_content .sc_services_item_info,
	.sc_services_default .sc_services_item_featured_left.with_image .sc_services_item_info,
	.sc_services_default .sc_services_item_featured_right.without_content .sc_services_item_info,
	.sc_services_default .sc_services_item_featured_right.with_image .sc_services_item_info {
		margin-left: 0;
		margin-right: 0;
	}
	.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb,
	.sc_services_default .sc_services_item_featured_right .sc_services_item_icon {
		right: auto;
	}
	
	.sc_services_iconed .sc_services_item_content {
		margin-left:0;
	}

	.sc_services_hover .sc_services_item_header_inner,
	.sc_services_hover .sc_services_item_content_inner {
		padding: 1.6154em;
	}
	
	.slider_style_modern .slider_controls_label {
		top: 40%;
	}
	.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
		top: 75%;
	}
	.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
		top: 2rem;
		bottom: 6rem;
	}
	.slider_style_modern.slider_outer_titles_outside.slider_outer_controls_side .slider_controls_wrap > a {
		bottom: 11rem;
	}
	.slider_swiper .swiper-pagination-bullet, .slider_swiper_outer .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-width: 1px;
	}
	
	.socials_wrap .social_item {
		margin: 6px 6px 0 0;
	}
	
	.team_member_page .team_member_featured {
		padding: 0 2em 0.75em 0;
	}
	.team_member_page .team_member_featured .team_member_avatar {
		border-width: 10px;
	}
	
	
	/* MailChimp */
	.mc4wp-form .mc4wp-form-fields input[type="submit"] {
		padding: 17px 50px;
	}


	/* Tribe Events */
	#tribe-events .tribe-events-button,
	.tribe-events-button,
	.tribe-events-cal-links a,
	.tribe-events-sub-nav li a {
		letter-spacing:0;
	}
	.tribe-bar-collapse #tribe-bar-collapse-toggle {
		font-size: 12px;
		padding: 0.55em 0.7em;
	}

	#tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
		margin-top: 2em;
	}
	
	.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
		overflow:visible;
	}

	.single-tribe_events .tribe-events-sub-nav li a {
		padding: 1.2em 1.2em 1.2em 4em;
	}
	.single-tribe_events .tribe-events-sub-nav li+li a {
		padding: 1.2em 4em 1.2em 1.2em;
	}
	


	/* BuddyPress and BBPress */
	#buddypress #item-nav {
		float: none;
		margin: 0 0 1em 0;
		width: auto;
	}
	#buddypress #item-nav ul li {
		display:inline-block;
		margin: 0 1px 1px 0;
	}
	#buddypress div#item-header #item-header-cover-image #item-header-content {
		max-width: none;
	}
	#buddypress #item-header-cover-image #item-header-avatar img.avatar {
		margin: 0 1.5em 0 0;
		max-width: 100px;
	}
	#buddypress #item-header-cover-image #item-buttons {
		position:static;
		right: auto;
		top: auto;
		margin: 0.5em 0;
	}
	#buddypress div#item-header div#item-meta {
		margin: 5px 0 15px;
	}
	

	/* Instagram Feed */
	.column-1_1 #sb_instagram .sbi_item {
		min-width:25%;
	}
	

	/* Woocommerce */
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-right: -20px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product {
		padding: 0 20px 20px 0;
	}
	.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
	.woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3,
	.woocommerce .related.products ul.products li.product.column-1_3, .woocommerce-page .related.products ul.products li.product.column-1_3,
	.woocommerce .upcells.products ul.products li.product.column-1_3, .woocommerce-page .upcells.products ul.products li.product.column-1_3,
	.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
	.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4,
	.woocommerce .related.products ul.products li.product.column-1_4, .woocommerce-page .related.products ul.products li.product.column-1_4,
	.woocommerce .upcells.products ul.products li.product.column-1_4, .woocommerce-page .upcells.products ul.products li.product.column-1_4,
	.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
	.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5,
	.woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
	.woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5,
	.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
	.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6,
	.woocommerce .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
	.woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6 {
		width: 50%;
	}

	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: none;
	}
	.woocommerce ul.products li:nth-child(2n+3), .woocommerce-page ul.products li:nth-child(2n+3) {
		clear: both;
	}
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images,
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width:100%;
	}

	.woocommerce .shop_mode_list ul.products li.product .post_content, .woocommerce-page .shop_mode_list ul.products li.product .post_content {
		margin: 1em 0 1.2em;
	}
	
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
		width: 100%;
		float: none;
		margin:0 0 2em;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width:100%;
		float: none;
		padding-left:0;
	}
	
	.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
		height: 3.05em;
	}

	.single-product div.product .trx-stretch-width-wrap {
		padding-top: 2em;
	}
	.single-product div.product .trx-stretch-width .woocommerce-tabs {
		padding-top:4em;
	}
	.single-product div.product .trx-stretch-width .woocommerce-tabs .panel {
		padding-top: 2em;
	}
	.single-product div.product .woocommerce-tabs .wc-tabs li a {
		padding: 1.1em 2em 0.9em;
	}
	
	
	.single-product .related {
		margin-top: 4em;
		padding-top: 3em;
	}
	.single-product ul.products li.product .post_data {
		padding:10px;
	}
	.single-product ul.products li.product .post_data .post_header h3,
	.single-product ul.products li.product .post_data .post_header .woocommerce-loop-product__title {
		font-size: 18px;
	}
	.single-product ul.products li.product .post_data .price {
		margin: 10px 0;
	}
	
	.woocommerce table.cart .product-remove, .woocommerce #content table.cart .product-remove, .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove {
		width: 12px;
	}
	.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
		padding: 0.6em 0.5em;
	}

	.woocommerce form.checkout_coupon #coupon_code {
		padding: 0.7em 1.2em;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		float: none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation {
		border-top: 1px dotted #ddd;
		border-bottom: 1px dotted #ddd;
		margin-bottom: 2em;
	}
	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content .woocommerce-Address-title a {
		font-size: 12px;
		letter-spacing:0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		width: 100%;
		text-align:center;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		display:inline-block;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li+li {
		border-top-width: 0;
		border-left: 1px dotted #ddd;
	}
	.woocommerce-MyAccount-navigation ul li a {
		padding: 8px 10px;
	}

	.mfp-arrow-left {
		margin-top:-41px;
	}



	/*Spaces*/
	.wpb_single_image.vc_custom_1497869352380 {
		margin-top: -3rem !important;
	}
	.vc_row.vc_custom_1495542535547 {
		background-position: left !important;
	}
	.vc_row.vc_custom_1495440690510 {
		background-position: right !important;
	}
	.vc_column-inner.vc_custom_1497960881259 .sc_item_button, .vc_column-inner.vc_custom_1498029008127 .sc_item_button, .vc_column-inner.vc_custom_1498030917575 .sc_item_button {
		text-align: left !important;
	}
	.vc_empty_space.vc_custom_1497873580581 {
		margin-bottom: 0.3rem !important;
	}
	.vc_empty_space.vc_custom_1498059583000 {
		margin-bottom: 4rem !important;
	}


	/*Header*/
	.body_style_boxed header .sc_layouts_item_icon.sc_layouts_iconed_text_icon {
		font-size: 26px;
		top: 0;
	}
	.top_panel_default .sc_layouts_column_align_left .sc_layouts_item {
		margin: 0 !important;
	}


	/*Spaces*/
	.vc_custom_1497364220423 .wpb_wrapper {
		text-align: center;
	}
	.vc_empty_space.vc_custom_1497364345004 {
		margin-bottom: 2.4rem !important;
	}
	.vc_row.vc_custom_1495203501943 {
		background-position: left !important;
	}
	.vc_empty_space.vc_custom_1496820178506 {
		margin-bottom: 6rem !important;
	}
	.vc_row.vc_custom_1495455300244 {
		background-position: right !important;
	}

	/*Slider*/
	div.tp-caption {
		font-size: 13px !important;
		line-height: normal !important;
		margin-top: 2rem !important;
	}
	div.rev-btn {
		line-height: 15px !important;
		margin-top: 4.5rem !important;
	}

	/*Services*/
	.sc_services_item.with_content.with_icon.sc_services_item_featured_top .sc_services_item_info {
		padding: 0.4em 1em;
	}
	.single-cpt_services .sidebar .widget {
		width: 100%;
		padding-top: 0 !important;
	}

	/*Tabs*/
	.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
		padding: 15px 20px !important;
	}

	/*Icons*/
	.sc_icons.sc_icons_modern .sc_icons_item_title {
		font-size: 14px;
		line-height: 4.6em;
	}
	.sc_icons.sc_icons_modern .sc_icons_item {
		width: 5.125em;
		height: 5em;
	}

	/*Price*/
	.sc_price_item_details {
		margin-top: 2.1em;
	}
	.sc_price_item_subtitle + .sc_price_item_link, .sc_price_item_title + .sc_price_item_link, .sc_price_item_description + .sc_price_item_link, .sc_price_item_details + .sc_price_item_link {
		margin-top: 2.4em !important;
	}
	.sc_price_item_label {
		margin-top: -12px !important;
		height: 25px !important;
		line-height: 25px !important;
	}
	.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
		border-color: #049ee6 !important;
		background-color: #049ee6 !important;
	}
	.wpb-js-composer .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
		border-color: #f0f0f0 !important;
		background-color: #f8f8f8 !important;
	}

	/*Accordion*/
	.vc_tta.vc_tta-accordion .vc_tta-panel {
		padding-bottom: 0 !important;
	}
	.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon-position-left.vc_tta-panel-title > a > .vc_tta-controls-icon {
		margin-top: 0;
	}
	.vc_tta-accordion .vc_tta-panel-body {
		padding-bottom: 20px !important;
		padding-top: 20px !important;
	}
	.vc_tta.vc_tta-accordion .vc_tta-panel-title {
		line-height: normal !important;
	}

	/*Testimonials*/
	.sc_testimonials [class*="column"] .sc_testimonials_item_content, .sc_testimonials_item_author_title {
		line-height: normal;
	}

	/*Table*/
	.sc_table table td {
		font-size: 11px;
	}

	/*Team*/
	.sc_team_default .sc_team_item_subtitle, .sc_team_short .sc_team_item_subtitle, .sc_team_featured .sc_team_item_subtitle {
		font-size: 12px;
	}

	/*Sidebar*/
	.widget_calendar td#prev a::before, .widget_calendar td#next a::before {
		line-height: 1.3em;
	}

	/*Blog*/
	div.esg-pagination .esg-pagination-button, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span.current, .page_links > span:not(.page_links_title), .page_links > a, .comments_pagination .page-numbers, .nav-links .page-numbers {
		width: 3em;
		height: 3em;
		line-height: 3em;
	}
	.blog_style_classic_3 .nav-links {
		margin-top: 0.5em;
	}
	.post_layout_chess .post_title {
		font-size: 20px;
	}

	/*Lists*/
	ul[class*="trx_addons_list"], ol[class*="trx_addons_list"] {
		margin-bottom: 2rem !important;
	}

	/* wp24 */
	.wp24-dc form > div, .wp24-dc .dc-form > div {
		display: flex!important;
		flex-direction: column;
	}
	.wp24-dc form input, .wp24-dc .dc-form input, .wp24-dc form button, .wp24-dc .dc-form button, .wp24-dc form select, .wp24-dc .dc-form select {
		width: 100% !important;
    	margin: 5px 0 !important;
	}
	.wp24-dc form span.dot, .wp24-dc .dc-form span.dot {
		display: none;
	}
	.wp24-dc input[type="submit"], .page .wp24-dc input[type="text"], .page .wp24-dc select {
		text-align: center;
	}
}

@media (max-width: 667px) {
	.trx_addons_scroll_to_top.show {
		bottom: 8em !important;
		right: 1.8em;
	}
}

@media (max-width: 639px) {

	/* Body sizes */
	.content_wrap, .content_container {	width:440px !important; }

	.sc_content_width_1_1 {	width: 440px !important; }
	.sc_content_width_1_2 {	width: 220px !important; }
	.sc_content_width_1_3 {	width: 146.67px !important; }
	.sc_content_width_2_3 {	width: 293.33px !important; }
	.sc_content_width_1_4 {	width: 110px !important; }
	.sc_content_width_3_4 {	width: 330px !important; }

	body.expand_content .sc_recent_news_style_news-announce .post_size_full {	width: 100%; height: 124px; }
	body.expand_content .sc_recent_news_style_news-announce .post_size_big {	width: 100%; height: 124px;  }
	body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
	body.expand_content .sc_recent_news_style_news-announce .post_size_small {	width: 100%; height: 124px;  }

	/* Blog archive */
	.masonry_wrap .masonry_item-1_3,
	.portfolio_wrap.portfolio_3 .post_layout_portfolio,
	.masonry_wrap .masonry_item-1_4,
	.portfolio_wrap.portfolio_4 .post_layout_portfolio {
		width: 50%;
	}

	.post_layout_chess .post_meta_block {
		display: none;
	}
	.post_item .more-link {
		line-height: 18px !important;
		font-size: 13px !important;
	}
	.widget_calendar caption {
		font-size: 14px;
	}

	/* Single post */
	.post_item_single .post_content > .post_meta_single .post_tags,
	.post_item_single .post_content > .post_meta_single .post_share {
		max-width:none;
		float:none;
		margin-top: 0;
	}
	.post_item_single .post_content > .post_meta_single .post_share {
		margin-top:2em;
	}
	.post_item_single .post_content > .post_meta_single .post_share .social_item:first-child {
		margin-left: 0;
	}
	.related_wrap .post_header {
		max-width:90%;
		padding:1em 1.5em;
	}
	.post_meta {
		font-size: 13px;
	}
	.comments_list_wrap ul ul {
		margin-left: 2em;
	}

	/* WooCommerce */
	.single-product div.product .trx-stretch-width .woocommerce-tabs .wc-tabs li {
		margin-bottom: 3px !important;
	}


	/*Table*/
	.sc_table.delicated table {
		table-layout: fixed;
	}
	.sc_table table .sc_button {
		padding: 8px 15px;
		font-size: 11px;
		margin-top: 7px;
	}

	/*Testimonials*/
	.sc_testimonials_slider .sc_testimonials_item, .sc_testimonials_columns_wrap .sc_testimonials_item {
		max-width: 360px;
	}

	/*Footer*/
	.menu_footer_nav_area > ul > li+li:before {
		margin: 0;
	}
	.menu_footer_nav_area > ul > li {
		float: none;
	}
	.menu_footer_nav_area > ul {
		text-align: center;
	}
	.custom_margin {
		margin-top: -5rem !important;
	}
}




@media (max-width: 479px) {

	html { font-size: 8px; line-height: 150%; }
	body { font-size: 13px; line-height: 153.85%; }

	h1 { font-size: 28px;	line-height:34px;	margin-top: 32px;	margin-bottom: 20px; }
	h2 { font-size: 24px;	line-height:32px;	margin-top: 30px;	margin-bottom: 18px; }
	h3 { font-size: 20px;	line-height:26px;	margin-top: 28px;	margin-bottom: 16px; }
	h4 { font-size: 17px;	line-height:21px;	margin-top: 24px;	margin-bottom: 14px; }
	h5 { font-size: 15px;	line-height:18px;	margin-top: 22px; 	margin-bottom: 10px; }
	h6 { font-size: 13px;	line-height:16px;	margin-top: 20px;	margin-bottom: 8px; }

	.widget .widgettitle {	font-size: 15px; line-height: 18px;	}

	figure figcaption { font-size: 12px; }
	
	/* Body sizes */
	.content_wrap, .content_container {	width:300px !important; }

	.sc_content_width_1_1 {	width: 300px !important; }
	.sc_content_width_1_2 {	width: 150px !important; }
	.sc_content_width_1_3 {	width: 100px !important; }
	.sc_content_width_2_3 {	width: 200px !important; }
	.sc_content_width_1_4 {	width: 75px !important; }
	.sc_content_width_3_4 {	width: 225px !important; }

	/* Content and Sidebar */
	.sidebar { margin-top:2.5em; }
	
	/* Fullwide or Fullscreen with sidebar */
	.body_style_fullwide .content_wrap {
		padding-left:10px;
		padding-right:10px;
	}

	/* Grid */
	.container, .container-fluid,
	.trx_addons_container, .trx_addons_container-fluid {
		padding-left:  5px;
		padding-right: 5px;
	}
	.row, .columns_wrap, .trx_addons_columns_wrap {
		margin-right: -10px;
	}
	.row > [class*="column-"], .columns_wrap > [class*="column-"], .trx_addons_columns_wrap > [class*="trx_addons_column-"] {
		padding-right: 10px;
	}
	.row.columns_padding_left, .columns_wrap.columns_padding_left, .trx_addons_columns_wrap.columns_padding_left {
		margin-left: -10px;
	}
	.row.columns_padding_left > [class*="column-"], .columns_wrap.columns_padding_left > [class*="column-"],
	.row > [class*="column-"].columns_padding_left, .columns_wrap > [class*="column-"].columns_padding_left,
	.trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left {
		padding-left: 10px;
	}
	.row.columns_padding_right, .columns_wrap.columns_padding_right, .trx_addons_columns_wrap.columns_padding_right {
		margin-right: -10px;
	}
	.row.columns_padding_right > [class*="column-"], .columns_wrap.columns_padding_right > [class*="column-"],
	.row > [class*="column-"].columns_padding_right, .columns_wrap > [class*="column-"].columns_padding_right,
	.trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right {
		padding-right:10px;
	}
	.row.columns_padding_center, .columns_wrap.columns_padding_center, .trx_addons_columns_wrap.columns_padding_center {
		margin-left: -5px;
		margin-right: -5px;
	}
	.row.columns_padding_center > [class*="column-"], .columns_wrap.columns_padding_center > [class*="column-"],
	.row > [class*="column-"].columns_padding_center, .columns_wrap > [class*="column-"].columns_padding_center,
	.trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center {
		padding-left:10px;
	}
	.row.columns_padding_bottom > [class*="column-"], .columns_wrap.columns_padding_bottom > [class*="column-"],
	.row > [class*="column-"].columns_padding_bottom, .columns_wrap > [class*="column-"].columns_padding_bottom,
	.trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
	.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
		padding-bottom: 10px;
	}
	.row:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]+[class*="column-"],
	.columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="column-"]+[class*="column-"],
	.row.columns_fluid:not(.columns_padding_bottom) > [class*="column-"]:nth-child(2n+3),
	.columns_wrap.columns_fluid:not(.columns_padding_bottom) > [class*="column-"]:nth-child(2n+3),
	.row.columns_fluid:not(.columns_padding_bottom) > [class*="column-"]:nth-child(2n+4),
	.columns_wrap.columns_fluid:not(.columns_padding_bottom) > [class*="column-"]:nth-child(2n+4),
	.trx_addons_columns_wrap:not(.columns_padding_bottom):not(.columns_fluid) > [class*="trx_addons_column-"]+[class*="trx_addons_column-"],
	.trx_addons_columns_wrap.columns_fluid:not(.columns_padding_bottom) > [class*="trx_addons_column-"]:nth-child(2n+3),
	.trx_addons_columns_wrap.columns_fluid:not(.columns_padding_bottom) > [class*="trx_addons_column-"]:nth-child(2n+4) {
		padding-top: 10px;
	}

	/* Max 2 columns in the row */
	.row:not(.columns_fluid) > [class*="column-"], .columns_wrap:not(.columns_fluid) > [class*="column-"], .trx_addons_columns_wrap:not(.columns_fluid) > [class*="trx_addons_column-"] {
		width:100%;
	}
	.row.columns_fluid > [class*="column-"], .columns_wrap.columns_fluid > [class*="column-"], .trx_addons_columns_wrap.columns_fluid > [class*="trx_addons_column-"] {
		width:50%;
	}
	.row.columns_fluid > .column-1_1, .row.columns_fluid > .column-2_2, .row.columns_fluid > .column-3_3, .row.columns_fluid > .column-4_4, .row.columns_fluid > .column-5_5,
	.row.columns_fluid > .column-6_6, .row.columns_fluid > .column-7_7, .row.columns_fluid > .column-8_8, .row.columns_fluid > .column-9_9, .row.columns_fluid > .column-10_10,
	.row.columns_fluid > .column-11_11, .row.columns_fluid > .column-12_12,
	.columns_wrap.columns_fluid > .column-1_1, .columns_wrap.columns_fluid > .column-2_2, .columns_wrap.columns_fluid > .column-3_3,
	.columns_wrap.columns_fluid > .column-4_4, .columns_wrap.columns_fluid > .column-5_5, .columns_wrap.columns_fluid > .column-6_6,
	.columns_wrap.columns_fluid > .column-7_7, .columns_wrap.columns_fluid > .column-8_8, .columns_wrap.columns_fluid > .column-9_9,
	.columns_wrap.columns_fluid > .column-10_10, .columns_wrap.columns_fluid > .column-11_11, .columns_wrap.columns_fluid > .column-12_12,
	.row.columns_fluid > .column-1_3:nth-child(3n), .columns_wrap.columns_fluid > .column-1_3:nth-child(3n),
	.row.columns_fluid > .column-2_3, .columns_wrap.columns_fluid > .column-2_3,
	.row.columns_fluid > .column-1_3.after_span_2, .columns_wrap.columns_fluid > .column-1_3.after_span_2,
	.row.columns_fluid > .column-2_4, .columns_wrap.columns_fluid > .column-3_4,
	.row.columns_fluid > .column-1_4.after_span_2, .columns_wrap.columns_fluid > .column-1_4.after_span_3,
	.row.columns_fluid > .column-1_5:nth-child(5n), .columns_wrap.columns_fluid > .column-1_5:nth-child(5n),
	.row.columns_fluid > .column-2_5, .columns_wrap.columns_fluid > .column-2_5,
	.row.columns_fluid > .column-3_5, .columns_wrap.columns_fluid > .column-3_5,
	.row.columns_fluid > .column-4_5, .columns_wrap.columns_fluid > .column-4_5,
	.row.columns_fluid > .column-2_6, .columns_wrap.columns_fluid > .column-2_6,
	.row.columns_fluid > .column-3_6, .columns_wrap.columns_fluid > .column-3_6,
	.row.columns_fluid > .column-4_6, .columns_wrap.columns_fluid > .column-4_6,
	.row.columns_fluid > .column-5_6, .columns_wrap.columns_fluid > .column-5_6,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_1, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_2, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_3,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_4, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-5_5, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-6_6,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-7_7, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-8_8, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-9_9,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-10_10, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-11_11, .trx_addons_columns_wrap.columns_fluid > .trx_addons_column-12_12,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_3:nth-child(3n),
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_3,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_3.after_span_2,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_4,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_4.after_span_3,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-1_5:nth-child(5n),
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_5,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_5,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_5,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-2_6,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-3_6,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-4_6,
	.trx_addons_columns_wrap.columns_fluid > .trx_addons_column-5_6	{
		width:100%;
	}


	/* WP Gallery Grid */
	.gallery.gallery-columns-9 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-8 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-7 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-6 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-5 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-4 .gallery-item {	width: 50% !important; }
	.gallery.gallery-columns-3 .gallery-item {	width: 50% !important; }
	
	
	/* Header */
	.menu_side_wrap .sc_layouts_logo {
		padding:40% 8%;
	}
	.menu_side_icons .toc_menu_item .toc_menu_icon,
	.menu_side_icons .toc_menu_item .toc_menu_description:before {
		height: 5.5rem;
	}
	.menu_side_icons .toc_menu_item .toc_menu_description span {
		letter-spacing:0;
	}

	.mobile_device .menu_mobile .sc_layouts_logo img,
	.mobile_layout .menu_mobile .sc_layouts_logo img {
		max-height: 40px;
	}
	.mobile_device .menu_mobile .menu_mobile_nav_area,
	.mobile_layout .menu_mobile .menu_mobile_nav_area {
		max-height: 18em;
		margin-top: 1em;
	}
	.mobile_device .menu_mobile .search_mobile,
	.mobile_layout .menu_mobile .search_mobile {
		margin-top: 2em;
	}
	.menu_mobile .menu_mobile_nav_area > ul > li > a {
		font-size: 18px;
		line-height:1.5em;
	}
	.menu_mobile .menu_mobile_nav_area li > a {
		font-size: 14px;
		line-height:1.5em;
	}
	.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
		padding: 0.3em 0.5em;
	}	
	.top_panel.with_bg_image {
		min-height:18em;
	}
	.sc_layouts_title_meta + .sc_layouts_title_title > .sc_layouts_title_caption {
		font-size: 22px;
		margin:0.2em 0 0;
	}
	.header_style_header-default .search_wrap {
		display: none;
	}
	
	/* Slider */
	.top_panel .slider_engine_revo .slide_subtitle {
		font-size: 13px !important;
	}
	.top_panel .slider_engine_revo .slide_button {
		font-size: 9px !important;
	}

	/* Widgets */
	.sidebar .widget, .sidebar[class*="scheme_"] .widget {
		width:100%;
	}
	.footer_wrap .widget + .widget,
	.sidebar .widget + .widget, .sidebar[class*="scheme_"] .widget + .widget {
		margin-top: 20px !important;
		padding-top: 20px !important;
		border-top-width:1px;
		border-top-style:solid;
	}
	.widget.column-1_4, .widget.column-1_5, .widget.column-1_6, .widget.column-1_7, .widget.column-1_8, .widget.column-1_9, .widget.column-1_10, .widget.column-1_11, .widget.column-1_12 {
		width:100%;
	}
	.footer_wrap .sc_content .wpb_column,
	.footer_wrap .sc_content .wpb_column:not(.vc_col-sm-12) {
		display: block;
		float:none;
		vertical-align:top;
		width: 100% !important;
	}
	.footer_wrap .sc_content .wpb_column + .wpb_column {
		margin-top: 20px !important;
		padding-top: 20px !important;
		border-top-width:1px;
		border-top-style:solid;
	}

	/* Tags layouts */
	blockquote {
		padding: 2em 2em 2em 5em;
	}
	blockquote:before {
		top: 1.05em;
		left: 0.8em;
	}
	blockquote p {
		font-size:13px;
	}
	blockquote > a, blockquote > p > a,
	blockquote > cite, blockquote > p > cite {
		font-size: 12px;
	}
	input[type="text"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	input[type="search"],
	select,
	textarea,
	textarea.wp-editor-area,
	/* BB Press*/
	#buddypress .dir-search input[type="search"],
	#buddypress .dir-search input[type="text"],
	#buddypress .groups-members-search input[type="search"],
	#buddypress .groups-members-search input[type="text"],
	#buddypress .standard-form input[type="color"],
	#buddypress .standard-form input[type="date"],
	#buddypress .standard-form input[type="datetime-local"],
	#buddypress .standard-form input[type="datetime"],
	#buddypress .standard-form input[type="email"],
	#buddypress .standard-form input[type="month"],
	#buddypress .standard-form input[type="number"],
	#buddypress .standard-form input[type="password"],
	#buddypress .standard-form input[type="range"],
	#buddypress .standard-form input[type="search"],
	#buddypress .standard-form input[type="tel"],
	#buddypress .standard-form input[type="text"],
	#buddypress .standard-form input[type="time"],
	#buddypress .standard-form input[type="url"],
	#buddypress .standard-form input[type="week"],
	#buddypress .standard-form select,
	#buddypress .standard-form textarea {
		padding:1em;
	}
	
	/* Buttons */
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.theme_button,
	.post_item .more-link,
	.gallery_preview_show .post_readmore,
	.unlimhost_tabs .unlimhost_tabs_titles li a,
	/* BB PRess */
	#buddypress .comment-reply-link,
	#buddypress .generic-button a,
	#buddypress a.button,
	#buddypress button,
	#buddypress input[type="button"],
	#buddypress input[type="reset"],
	#buddypress input[type="submit"],
	#buddypress ul.button-nav li a,
	#buddypress div.activity-meta a,
	a.bp-title-button,
	/* Booked */
	body #booked-profile-page input[type="submit"],
	body #booked-profile-page button,
	body .booked-list-view input[type="submit"],
	body .booked-list-view button,
	body table.booked-calendar input[type="submit"],
	body table.booked-calendar button,
	body .booked-modal input[type="submit"],
	body .booked-modal button,
	/* MailChimp */
	.mc4wp-form .mc4wp-form-fields input[type="submit"],
	/* ThemeREX Addons*/
	.sc_button,
	.sc_form button,
	.sc_price_item_link,
	.sc_action_item_link,
	/* Tribe Events */
	#tribe-bar-form .tribe-bar-submit input[type="submit"], #tribe-bar-form button, #tribe-bar-form a, #tribe-bar-form input,
	#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
	.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
	#tribe-events .tribe-events-button,
	.tribe-events-button,
	.tribe-events-cal-links a,
	.tribe-events-sub-nav li a,
	.tribe-events-read-more,
	/* WooCommerce buttons */
	.woocommerce .button, .woocommerce-page .button,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit,
	.woocommerce input[type="button"], .woocommerce-page input[type="button"],
	.woocommerce input[type="submit"], .woocommerce-page input[type="submit"],
	.woocommerce .woocommerce-message .button,
	.woocommerce ul.products li.product .button,
	.woocommerce div.product form.cart .button,
	.woocommerce #review_form #respond p.form-submit input[type="submit"],
	.woocommerce-page #review_form #respond p.form-submit input[type="submit"],
	.woocommerce table.my_account_orders .order-actions .button,
	.woocommerce table.cart td.actions .button,
	.yith-woocompare-widget a.clear-all {
		padding: 11px 15px;
	}
	.sc_button_simple {
		padding: 0 1.8em 0 0;
	}
	
	/* Post layouts */
	.post_item_404 .post_content {
		padding: 2em 0;
	}
	.post_item_404 .page_info {
		padding-top: 1em;
	}
	.post_item_404 .page_description {
		margin-bottom:2em;
	}

	.post_item_none_search .page_title, .post_item_none_archive .page_title {
		font-size:5em;
	}

	.mejs-controls a.mejs-horizontal-volume-slider {
		width:40px;
	}
	
	.post_layout_chess .post_header {
		display:block !important;
	}
	.post_layout_chess .post_title {
		font-size: 16px;
		line-height:22px;
		letter-spacing:0;
	}
	.post_layout_chess .post_meta {
		display:none !important;
	}
	.post_layout_chess .post_content {
		display:none;
	}
	.post_layout_chess.post_format_audio .mejs-time {
		display:none;
	}

	.masonry_wrap,
	.portfolio_wrap {
		margin-right:0;
	}
	.masonry_wrap .masonry_item,
	.post_layout_portfolio {
		padding:0 0 1.5em 0;
	}
	.masonry_wrap .masonry_item {
		padding-bottom: 0;
	}
	.masonry_wrap .post_layout_masonry {
		margin-bottom: 1.5em;
	}
	.masonry_wrap .masonry_item-1_3,
	.portfolio_wrap.portfolio_3 .post_layout_portfolio,
	.masonry_wrap .masonry_item-1_4,
	.portfolio_wrap.portfolio_4 .post_layout_portfolio {
		width: 100%;
	}
	
	.gallery_preview_show .post_title {
		font-size: 16px;
		line-height: 20px;
	}
	.gallery_preview_description {
		padding: 0 1.4em;
	}
	.gallery_preview_show .post_meta .post_meta_item {
		display:block;
	}
	.gallery_preview_show .post_meta .post_meta_item:before {
		display:none;
	}
	
	.body_style_fullwide .format-video .post_featured.with_thumb .post_video_hover,
	.post_layout_excerpt.format-video .post_featured.with_thumb .post_video_hover,
	.post_layout_chess.format-video .post_featured.with_thumb .post_video_hover,
	.trx_addons_video_player.with_cover .video_hover {
		font-size:2em;
	}

	.page_links > span:not(.page_links_title), .page_links > a, .nav-links .page-numbers {
		height: 3em;
		line-height: 3em;
		margin-right: 3px;
		width: 3em;
	}
	
	
	
	/* Single post */
	.post_item_single > .post_featured {
		margin-bottom:2em;
	}
	.nav-links-single .nav-links .nav-previous {
		padding-right: 8px;
	}
	.nav-links-single .nav-links .nav-next {
		padding-left: 8px;
	}
	.nav-links-single .nav-links .post-title {
		letter-spacing:0;
	}
	.nav-links-single .nav-links .meta-nav,
	.nav-links-single .nav-links .post_date {
		font-size:1em;
	}
	.comments_list_wrap .comment_posted {
		font-size:1em;
		display:block;
		margin-left: 0;
	}
	.comments_list_wrap li + li, .comments_list_wrap li ul {
		margin-top:2em;
	}
	.comments_list_wrap ul li + li, .comments_list_wrap li > ul > li {
		padding-top: 2em;
	}
	.comments_list_wrap ul ul {
		margin-left: 2em;
	}
	.comments_list_wrap ul ul ul ul {
		margin-left:0;
	}
	
	/* ThemeREX Addons */
	.sc_layouts_row, .sc_layouts_row input[type="text"], .sc_layouts_item_details_line2 { font-size: 13px; line-height: 153.85%; }

	.sc_countdown_default .sc_countdown_digits, .sc_countdown_default .sc_countdown_separator {
		font-size: 1.7em;
	}
	.sc_countdown_circle .sc_countdown_digits, .sc_countdown_circle .sc_countdown_separator {
		font-size: 1.4em;
	}
	.sc_countdown_circle .sc_countdown_digits {
		border-width: 3px;
	}

	.dishes_page_details_nutritions,
	.dishes_page_details_ingredients {
		float:none;
		max-width: none;
	}
	.dishes_page_details_nutritions {
		margin: 0 0 2em;
	}

	.sc_price_item_link {
		margin-top:2em;
	}

	h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
		font-size: 24px;
	}

	.sc_promo .sc_promo_text.trx_addons_stretch_height .sc_promo_text_inner {
		padding: 3em 16%;
	}
	.sc_promo_modern .sc_promo_link2 span + span {
		font-size:1.6em;
	}

	.sc_skills_counter .sc_skills_total,
	.sc_skills_counter .sc_skills_item_title {
		text-align:center;
	}
	.vc_row.vc_inner .sc_skills_counter .sc_skills_item_wrap {
		padding:1.2em 1em;
	}

	.sc_services_default .sc_services_item_info {
		padding:1.2em;
	}
	.sc_services_iconed .sc_services_item_header {
		width: 100%;
		position:relative;
		bottom:auto;
		text-align:center;
	}
	.sc_services_iconed .sc_services_item_title {
		min-height:0;
		font-size:14px;
	}
	
	.slider_style_modern {
		padding: 0 4rem 4rem;
	}
	.slider_style_modern .slider_controls_label {
		display:none;
	}
	.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
		top: 50%;
	}
	.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
		width: 4rem;
	}
	.slider_titles_outside_wrap .slide_cats, .slider_titles_outside_wrap .slide_subtitle {
		font-size:13px;
	}
	
	.team_member_page .team_member_featured {
		padding: 0 0 2em;
		width: 100%;
		float: none;
	}
	.sc_team_default .sc_team_item_info {
		padding:1.6154em;
	}
	.sc_team_default .sc_team_item_content {
		min-height:0;
		margin-top:1em;
	}

	/* BBpress */
	.bbpress_style_callouts.type-topic #bbpress-forums ul.bbp-replies .bbp-reply-header {
		margin-left: 0;
		padding: 0 10px 1em;
	}
	
	/* MailChimp */
	.mc4wp-form .mc4wp-form-fields input[type="submit"] {
		padding: 17px 40px;
	}


	/* Tribe Events */
	#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a, .tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
		padding:1.15em;
	}
	#tribe-mobile-container {
		margin-bottom: 1em;
	}
	#tribe-events-content .tribe-events-calendar td {
		height: 6em;
	}
	.tribe-events-calendar .tribe-events-has-events.mobile-trigger:after {
		margin-top:1em;
	}
	.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
		padding: 1em 0.25em;
		text-align:center;
	}
	#tribe-events-day .tribe-events-event-image,
	.tribe-events-list .tribe-events-event-image,
	.single-tribe_events .tribe-events-event-image {
		display:block;
		float: none;
		margin: 0 0 1em;
		width: 100%;
	}
	#tribe-events-day .tribe-events-content {
		display:block;
		float: none;
		margin: 0;
		width: 100%;
	}
	.tribe-events-event-image + div.tribe-events-content {
		width: 100%;
	}
	.single-tribe_events .tribe-events-single-section {
		padding-top: 2em;
	}
	.single-tribe_events .tribe-events-single-section + .tribe-events-single-section {
		padding-top:0;
	}
	.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group,
	.single-tribe_events .tribe-events-event-meta .tribe-events-venue-map {
		width: 100%;
		float:none;
		-webkit-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}
	.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group {
		margin-left:0 !important;
		margin-bottom: 1em;
	}
	.single-tribe_events #tribe-events-footer {
		margin-top: 2em;
	}
	#tribe-events .tribe-events-button,
	.tribe-events-button,
	.tribe-events-cal-links a,
	.tribe-events-sub-nav li a {
		padding: 1.2em;
	}
	.single-tribe_events .tribe-events-sub-nav li a {
		padding: 1.2em;
	}
	.single-tribe_events .tribe-events-sub-nav li a:before {
		left: 1em;
	}
	.single-tribe_events .tribe-events-sub-nav li + li a:after {
		right: 1em;
	}


	/* BuddyPress and BBPress */
	#buddypress div#subnav.item-list-tabs ul li.last {
		display:block;
		margin-top:3px;
		float: left;
	}
	#buddypress div#subnav.item-list-tabs ul li.last:before {
		display:none;
	}
	#buddypress #cover-image-container {
		padding: 1.25em;
	}
	#buddypress #item-header-cover-image #item-header-avatar img.avatar {
		max-width: 80px;
	}
	#buddypress div#item-header-cover-image .user-nicename a,
	#buddypress div#item-header-cover-image .user-nicename {
		font-size:1.5em;
	}


	/* Woocommerce */
	.post_featured.hover_shop_buttons .icons a:before {
		display: none;
	}
	
	.woocommerce ul.products, .woocommerce-page ul.products {
		margin-right: -10px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
	.woocommerce[class*="columns-"] ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product {
		padding: 0 10px 10px 0;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: none;
		clear: both;
	}
	
	.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
		font-size:9px;
	}
	.woocommerce ul.products li.product .post_data, .woocommerce-page ul.products li.product .post_data {
		height: 7em;
		padding: 1.5em 1em;
	}
	.woocommerce ul.products li.product .post_header .post_tags {
		font-size:11px;
		line-height:1.2em;
	}
	.woocommerce .shop_mode_thumbs ul.products li.product h3, .woocommerce-page .shop_mode_thumbs ul.products li.product h3 {
		font-size: 1em;
		line-height:1.25em;
	}
	
	.woocommerce .shop_mode_list ul.products li.product + li.product .post_item, .woocommerce-page .shop_mode_list ul.products li.product + li.product .post_item {
		padding-top: 4em;
	}
	.woocommerce .shop_mode_list ul.products li.product .post_featured, .woocommerce-page .shop_mode_list ul.products li.product .post_featured {
		float: none;
		margin: 0 0 2em 0;
		max-width: none;
		width: 100%;
	}
	.woocommerce div.product p.price {
		line-height:1.25em;
	}
	
	.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
		height: 2.7em;
	}
	
	.single-product div.product .trx-stretch-width-wrap {
		padding-top: 1em;
	}
	.single-product div.product .trx-stretch-width .woocommerce-tabs {
		padding-top:3em;
	}
	.single-product div.product .woocommerce-tabs .wc-tabs li a {
		padding: 1.1em 1em 0.9em;
		letter-spacing:0;
	}

	.woocommerce div.product .woocommerce-tabs h2, .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2,
	.woocommerce div.product .woocommerce-tabs h3, .woocommerce #content div.product .woocommerce-tabs h3, .woocommerce-page div.product .woocommerce-tabs h3, .woocommerce-page #content div.product .woocommerce-tabs h3 {
		letter-spacing:0;
		line-height:1.25em;
	}
	
	.woocommerce .star-rating, .woocommerce-page .star-rating {
		margin-top:-2px;
	}
	
	.single-product .related ul.products li.product {
		width: 100%;
	}
	.single-product ul.products li.product .post_data {
		height:100%;
	}
	.single-product ul.products li.product .post_data_inner {
		top: 35%
	}
	.single-product ul.products li.product .post_data .post_header .post_tags {
		font-size:11px;
		line-height:13px;
	}
	.single-product ul.products li.product .post_data .post_header h3,
	.single-product ul.products li.product .post_data .post_header .woocommerce-loop-product__title {
		font-size: 14px;
		line-height: 16px;
	}
	.single-product ul.products li.product .post_data .price {
		margin: 12px 0;
		font-size: 1.2em;
	}
	.single-product ul.products li.product .post_data .button {
		display:none;
	}
	
	#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
		line-height: 16px;
	}
	
	.woocommerce table.shop_table {
		letter-spacing:0;
	}
	
	.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
		display:table-header-group;
	}
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display:table-cell;
	}
	.woocommerce table.cart th, .woocommerce #content table.cart th, .woocommerce-page table.cart th, .woocommerce-page #content table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
		padding:3px;
	}
	.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
		padding: 0.45em 0.5em;
		width: 6em;
		margin-right:0.3em;
	}

	.woocommerce form.checkout_coupon #coupon_code {
		padding: 0.55em 1.2em;
	}
	
	.mfp-title {
		line-height:13px;
	}

	/*Slider*/
	div.tp-caption[data-type="text"] {
		white-space: normal !important;
		min-width: 300px !important;
		display: none;
	}
	div.rev-btn {
		line-height: normal !important;
		margin-top: 1rem !important;
		padding: 10px 35px !important;
	}
	.header_position_over h1.tp-caption {
		margin-top: 3rem !important;
	}


	/*Spaces*/
	.vc_empty_space.vc_custom_1497513528454 {
		margin-top: 1.5rem !important;
	}
	.vc_empty_space.vc_custom_1497609181112 {
		margin-bottom: 2rem !important;
	}
	.vc_empty_space.vc_custom_1498210989735 {
		margin-top: 3rem !important;
	}

	/*Services*/
	.sc_services_default .sc_services_item_info {
		min-height: 1em;
	}
	.sc_services_item.with_content.with_icon.sc_services_item_featured_top .sc_services_item_info {
		padding: 0.4em 1em 2.5em;
	}
	.widget ul > li::before {
		top: 1rem;
	}
	.sc_services_list .sc_services_item_title {
		font-size: 14px;
	}

	/*Icons*/
	.sc_icons_item_title {
		font-size: 15px;
	}
	.sc_icons_modern .trx_addons_column-1_6 {
		width: 50% !important;
	}
	.sc_icons.sc_icons_modern .sc_icons_item_title {
		font-size: 18px;
		line-height: 5.6em;
	}
	.sc_icons.sc_icons_modern .sc_icons_item {
		width: 8.125em;
		height: 8em;
		margin-bottom: 30px;
	}
	.contact-info.sc_icons.sc_icons_default.sc_icons_size_small.sc_align_left .sc_icons_item_description, .contact-info.sc_icons.sc_icons_default.sc_icons_size_small.sc_align_left .sc_icons_item_title {
		padding-left: 6.25rem;
	}
	.sc_icons.contact-info .sc_icons_icon  {
		margin-top: 0 !important;
	}


	/*Price*/
	.sc_price_item_details {
		display: block !important;
	}
	.sc_price [class*="trx_addons_column-"] {
		margin-bottom: 15px;
	}

	/*Tabs*/
	.vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-title-text {
		line-height: normal;
	}
	.vc_tta-accordion .vc_tta-panel-body {
		padding-top: 0 !important;
	}

	/*Table*/
	.sc_table table th, .sc_table table td {
		padding: 1rem 0.3rem;
	}
	.sc_table table td {
		font-size: 9px;
	}
	.sc_table table .sc_button {
		padding: 8px 10px;
		font-size: 9px;
	}
	.page-id-46 .sc_table table td, .page-id-46 .sc_table table th {
		font-size: 13px;
	}

	/*Testimonials*/
	.sc_testimonials_slider .slider_controls_wrap {
		display: none;
	}

	/*Team*/
	.sc_team .sc_team_item_thumb .sc_team_item_socials .social_item .social_icon {
		line-height: 1.8em !important;
	}
	.team_member_page .team_member_brief_info_title {
		margin: 0 0 0.5em !important;
	}

	/*Footer*/
	.footer_wrap .widget {
		padding-left: 1rem;
	}

	/*Form*/
	.mc4wp-form .mc4wp-form-fields input[type="email"] {
		line-height: normal;
	}

	/*Blog*/
	.nav-links {
		margin-top: 2.3em;
	}
	.blog_style_classic_2 .post_layout_classic .post_header + .post_content, .blog_style_classic_3 .post_layout_classic .post_header + .post_content {
		padding-bottom: 3em;
	}
	.comments_wrap .comments_author, .comments_wrap .comments_email {
		width: 100%;
	}
	.comments_wrap .form-submit {
		margin: 2em 0 0;
	}
	.blog_style_chess_1 .nav-links, .blog_style_chess_2 .nav-links, .blog_style_chess_3 .nav-links, .blog_style_portfolio_1 .nav-links, .blog_style_portfolio_3 .nav-links, .blog_style_portfolio_4 .nav-links {
		text-align: center;
	}
	.masonry_wrap .masonry_item, .post_layout_portfolio {
		position: relative !important;
		display: block;
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		float: left;
	}
	.blog_style_portfolio_2 .nav-links {
		margin-top: 1.3em;
	}
	.post_meta .post_meta_item:after, .post_meta .post_meta_item.post_edit > a:after, .vc_inline-link:after {
		margin: 0 0.5em;
	}
	.comments_list_wrap .comment_posted_label:before, .comments_list_wrap .comment_time:before {
		display: none;
	}
	.post-password-form input[type="password"] {
		max-width: 130px;
	}
	.comments_list_wrap .comment_reply {
		margin-top: 10px;
		position: relative;
	}

	/*Sidebar*/
	.widget input[type="text"], .widget input[type="number"], .widget input[type="email"], .widget input[type="tel"], .widget input[type="password"], .widget input[type="search"], .widget select, .widget textarea, .widget textarea.wp-editor-area {
		padding: 1.688rem 1.85rem;
	}
	.widget_area .post_item .post_title, .widget .post_item .post_title {
		margin: -4px 0 4px 0 !important;
		line-height: normal;
	}
	.widget_calendar td#prev a, .widget_calendar td#next a {
		font-size: 12px;
	}

	/*Skills*/
	.sc_skills_pie.sc_skills_compact_off .sc_skills_item {
		max-width: 175px;
		margin: auto;
	}

	/*Stripe*/
	#payment-form.form-horizontal .control-label {
		float: none !important;
		width: 100% !important;
		padding-top: 0 !important;
		text-align: left !important;
	}
	#payment-form.form-horizontal .controls {
		margin-left: 0 !important;
	}
	#payment-form input[type="text"], #payment-form input[type="password"] {
		padding: 10px 15px !important;
	}
	#tidio-chat-button-mobile {
    	bottom: -50px!important;
		right: 5px!important;	
	}
	.trx_addons_scroll_to_top.show {
		z-index: 9999999999;
	}
	.page_content_wrap.scheme_default {
		overflow: hidden;
	}
	.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a > i {
		display: none;
	}

	.mc4wp-form input[type="email"] {
		padding-right: 10em;
	}

	.cc-window.cc-banner {
		max-width: 280px;
	}
	.cc-window.cc-banner .cc-message {
		margin-bottom: 0;
	}
	.cc-window.cc-banner .cc-compliance {
		justify-content: center;
	}
	.cc-window.cc-floating {
		padding: 1em;
		max-width: 280px;
	}
	.cc-bottom {
		bottom: 1em !important;
		left: 1em !important;
	}
}

@media only screen and (max-width: 767px) {
	.page #wdc-style .input-group .input-group-btn, .page #domain-form #wdc-style #Search {
		border-radius: 28px !important;
		margin-bottom: 10px;
	}
	.page #wdc-style .input-group .input-group-btn {
		padding-left: 0;
	}
}

@media (min-width:481px) and (max-width:767px) {
	#tidio-chat-button-mobile {
		bottom: -50px!important;
		right: 5px!important;
	}
}

@media (max-width: 400px) {
	.mc4wp-form {
		padding-right: 0;
	}
}/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njuktqq4e.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elagm9uvi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elcwm9uvi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elawm9uvi.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldam9uvi.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaam9uvi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19elaqm9uvi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievj2zhzi2ecn5jzbjeets9weq8-19eldwm9.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19-7drs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19a7drs5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1967drs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19g7drs5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-1927drs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19y7drs5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/robotocondensed-ievl2zhzi2ecn5jzbjeets9weq8-19k7dq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxiayp8kv8jhgfvrjjlme0tmmpkzsq.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxiayp8kv8jhgfvrjjlme0tcmpi.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmv1pvgdeoceg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmv1pvf9eo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm21lvgdeoceg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm21lvf9eo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrjjlufntakpy.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrjjluchta.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmg1hvgdeoceg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmg1hvf9eo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmr19vgdeoceg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmr19vf9eo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmy15vgdeoceg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlmy15vf9eo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm111vgdeoceg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm111vf9eo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm81xvgdeoceg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxidyp8kv8jhgfvrjjlm81xvf9eo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrlptufntakpy.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxigyp8kv8jhgfvrlptuchta.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlfj_z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlfj_z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldz8z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldz8z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjnecmne.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxieyp8kv8jhgfvrjjfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlcz7z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldd4z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrldd4z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlbt5z1jlfc-k.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://kintify.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlbt5z1xlfq.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}