/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */
/*
Theme Name: ACCALIA
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(0,0,0,0.4);
}
.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:4em;
	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;
}
.post_featured.hover_shop .icons a:after {
	position:absolute;
	top: 21%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	font-size: 0.55em;
}
.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);
	    -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_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:55px;
}

[data-type^="trx-addons/socials"],
[data-type^="trx-addons/button"],
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_column .sc_layouts_item,
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
	width: auto !important;
}
.sc_layouts_column .sc_layouts_item:not(.elementor-widget-divider):not(.elementor-widget-spacer) {
	width: auto !important;
	display: inline-block;
	vertical-align: middle;
}
.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%);
}
/* Calendar */
table.booked-calendar tr.days th {
	border: 1px solid #ddd !important;
}
table.booked-calendar td,
table.booked-calendar td+td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
	border: none;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col + .bc-col {
	border-left-width: 1px;
	border-left-style: solid;
}

body div.booked-calendar-wrap div.booked-calendar {
	border-radius: 0;
}

/* Booked form */
body .booked-form .field .checkbox-radio-block label {
	padding-left: 1.4em;
}


/* Login form */
#booked-page-form .login-remember input {
	display: inline;
	vertical-align:middle;
}

#booked-profile-page i.fa {
	color: inherit;
}

/* User profile header */
#booked-profile-page div.booked-profile-header {
	padding: 0 0 2em;
}
#booked-profile-page div.booked-user-avatar {
	width: 50px;
	height:50px;
}
#booked-profile-page div.booked-user-avatar img {
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
}
#booked-profile-page .booked-user h3 strong {
	font-weight:400;
}

/* User profile content */
#booked-profile-page div.booked-tab-content {
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
	height: 80px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
	padding-top: 33px;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
	padding: 0;
}

body table.booked-calendar td.today .date span {
	border-width: 1px;
}

.scheme_alternative table.booked-calendar td .date span {
	box-sizing: border-box;
}

body .booked-appt-list,
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 .booked-calendar input[type=submit],
body .booked-calendar button,
body .booked-modal input[type=submit],
body .booked-modal button {
	border-radius: unset;
}

body .booked-appt-list .timeslot .spots-available{
	font-size: 12px;
}

body div.booked-calendar-wrap.small .booked-appt-list, 
body .booked-calendar-wrap.small .booked-appt-list {
	max-height: 110px;
}

body div.booked-calendar-wrap.small .booked-appt-list {
	padding: 10px 20px;
	overflow-y: auto;
	overflow-x: hidden;
}

body div.booked-calendar-wrap.small .booked-appt-list h2 {
	font-size: 18px;
	line-height: 1.2em;
	margin: 10px 0 5px;
}

body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .button-timeslot {
	font-weight: inherit;
	position: relative;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0;
}

body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .spots-available {
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
}

body div.booked-calendar-wrap.small .booked-appt-list .timeslot .timeslot-people button.button .spots-available{
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	box-shadow: unset!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span,
body div.booked-calendar .bc-col .date span,
body div.booked-calendar .bc-col:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.active .date .number,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span{
	background: transparent!important;
}/* Essential Grid styles
----------------------------------------------------------------- */

.esg-grid i[class*="eg-icon-"] {
	color: #fff;
	-webkit-transition: color .5s ease;
	    -ms-transition: color .5s ease;
	        transition: color .5s ease;
}
.esg-grid a:hover i[class*="eg-icon-"] {
	color: #888;
}
.esg-navigationbutton i[class*="eg-icon-"] {
	color: #888;
}
.esg-navigationbutton:hover i[class*="eg-icon-"] {
	color: #333;
}

.flat-light .esg-filters .esg-sortbutton-order,
.flat-light .esg-filters .esg-cartbutton-order {
	line-height:36px;
	margin:0;
}
.flat-light .esg-filters .esg-sortbutton {
	padding-right: 0;
}

.esgbox-overlay {
	z-index: 28010 !important;
}
.esgbox-opened {
	z-index: 28030 !important;
}
.esg-grid .mainul li.eg-washington-wrapper {
	background-color: #ffffff!important;
}/* Elementor styles
----------------------------------------------------------------- */
/* Hide  vc_admin_bar */

#wp-admin-bar-elementor_edit_page~[class*="vc_inline-link"] {
    display: none;
}
/* Stretch columns container to remove white spaces from sides of the rows with gaps between columns */

.elementor-section.elementor-section-justified.elementor-section-boxed:not(.elementor-inner-section)>.elementor-container:not(.elementor-column-gap-no) {
    max-width: none;
    position: relative;
}

.elementor-section.elementor-section-height-full {
    height: 100%;
    min-height: 100vh;
}

.elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%;
    min-height: 100vh;
}

.elementor-element.elementor-widget.elementor-widget-heading+.elementor-element.elementor-widget.elementor-widget-text-editor {
    margin-top: 0;
}

.elementor-text-editor,
.sc_item_descr {
    margin-bottom: 0;
}
/* Elementor Layout Header */

section.elementor-element.sc_layouts_row_fixed_always.sc_extra_bg_none.sc_bg_mask_none,
header.top_panel_custom_header-default-el section.elementor-element {
    padding-right: 3.2em;
    padding-left: 3.35em;
    transition: all .3s ease;
}



/* Elementor Widget Slider */

body.elementor-editor-active section.elementor-element .slider_container {
    display: block;
}

.elementor-element .sc_widget_slider .slider_outer .swiper-pagination-fraction {
    bottom: 0;
}

.elementor-element .sc_widget_slider .slider_outer.slider_outer_titles_outside {
    padding-bottom: 11rem;
}

.elementor-element .sc_widget_slider .slider_outer_titles_center .slider_container.slider_pagination_pos_bottom.slider_pagination_fraction .slide_info:not(.slide_info_large) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.elementor-element .sc_widget_slider .slider_outer_titles_center .slider_container.slider_pagination_pos_bottom.slider_pagination_fraction .slider_pagination_wrap.swiper-pagination-fraction {
    bottom: 2em;
}
/* Elementor Widget Audio */

.elementor-element .sc_widget_audio .trx_addons_audio_player .audio_info {
    left: 0.5em;
    padding-top: 1em;
}
/* Elementor Services */

.elementor-element.elementor-services_stretch .sc_services.sc_services_light .with_icon .sc_services_item_content {
    margin-right: 5em;
}
/* Elementor TRX Googlemap Custom Style*/

section.elementor-element.elementor-custom_googlemap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
/* Footer */

.footer_wrap.footer_custom_footer-default-el .sc_layouts_column .sc_layouts_item {
    margin-right: 0;
}
.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title{
    margin-top:0!important;
}
.bg-position-left.elementor-section.elementor-section-stretched{
    background-position:14% 0!important;
}

.serveces-box.elementor-position-top .elementor-image-box-wrapper{
    position: relative;
}

.serveces-box.elementor-position-top .elementor-image-box-wrapper .elementor-image-box-title{
    position: absolute;
    bottom: 58px;
    display: block;
    width: 100%;
}
.elementor-button.elementor-size-xs .elementor-button-icon i{
    font-size:9px!important
}
.elementor-button .elementor-button-icon i{
    position: relative;
}
.elementor-button .elementor-button-icon i:after{
    content: '';
    width:2.67em;
    height:2.67em;
    line-height: 2.67em;
    border:2px solid;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    left:calc(50% - 1.335em);
    top:calc(50% - 1.335em);
    border-color:inherit;
}
.elementor-image-box-content .elementor-image-box-title{
    margin-top:0;
    margin-bottom:0;
}
.elementor-widget-image-box .elementor-image-box-description{
    padding-bottom: 60px;
}
.elementor-testimonial-wrapper .elementor-testimonial-content{
    margin-bottom: 42px;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 20px;
}

.elementor-widget-image-gallery .gallery .gallery-item .gallery-icon{
    margin:0;
}
.elementor-view-stacked .elementor-icon {
    padding: .35em!important;
}
.elementor-widget-text-editor:last-child,
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

 /*Fix elementor V.3.0.0*/
.elementor-widget-divider .elementor-divider {
    font-size: 0;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

/*STYLES FOR ELEMENTOR HOME*/

/*Accordion*/

.elementor-accordion-item {
    padding: 1.9em 2em 1.7em;
    margin-right: 1em;
    position: relative;
}

.elementor-accordion-item:not(:last-of-type) {
    margin-bottom: 4px;
}

h4.elementor-tab-title {
    font-size: 1.333em;
    font-weight: 400;
    line-height: 1.1;
}

h4.elementor-tab-title .elementor-accordion-icon-right.elementor-accordion-icon {
    position: absolute;
    right: -2.9em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 2.8em;
    height: 2.8em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.elementor-accordion .elementor-tab-title {
    font-weight: 400;
    line-height: 1.1;
    position: relative;
}

.elementor-accordion-icon.elementor-accordion-icon-right span{
    font-size: .8em;
}

#elementor-hotspot {
    position: absolute;
    bottom: 0;
    top: 0;
}

.elementor-shortcode .wrap_svl_center {
    text-align: end;
}


/* Fix: Vertical align items in columns */
.elementor-section-content-middle .elementor-widget-wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.elementor-section-content-top .elementor-widget-wrap {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

.elementor-section-content-bottom .elementor-widget-wrap {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

/* Horizontal align items in columns */
.sc_content_align_center[class*="sc_inner_width_"],
.sc_content_align_center.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.sc_content_align_left[class*="sc_inner_width_"],
.sc_content_align_left.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

.sc_content_align_right[class*="sc_inner_width_"],
.sc_content_align_right.elementor-column .elementor-widget-wrap {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

/* Widget Text Editor */
.elementor-widget-text-editor:last-child,
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0; }

/* Widget Spacer: Alternative height variants */
.elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
    height: 1rem !important; }

.elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
    height: 2rem !important; }

.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
    height: 3.3333rem !important; }

.elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
.elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
    height: 6.6667rem !important; }

.elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
    height: 8.6667rem !important; }

/* Widget Divider: Alternative gap variants */
.elementor-widget-divider.sc_height_tiny .elementor-divider {
    padding: 1rem 0 !important; }

.elementor-widget-divider.sc_height_small .elementor-divider {
    padding: 2rem 0 !important; }

.elementor-widget-divider.sc_height_medium .elementor-divider {
    padding: 3.3333rem 0 !important; }

.elementor-widget-divider.sc_height_large .elementor-divider,
.elementor-widget-divider.sc_height_big .elementor-divider {
    padding: 6.6667rem 0 !important; }

.elementor-widget-divider.sc_height_huge .elementor-divider {
    padding: 8.6667rem 0 !important; }

/* Extra bg for rows, columns and widgets "Text Editor" */
.elementor-section[class*="sc_extra_bg_"],
.elementor-section[class*="sc_bg_mask_"],
.elementor-column[class*="sc_extra_bg_"] > .elementor-column-wrap,
.elementor-column[class*="sc_bg_mask_"] > .elementor-column-wrap,
.elementor-widget-text-editor[class*="sc_extra_bg_"],
.elementor-widget-text-editor[class*="sc_bg_mask_"] {
    position: relative;
    z-index: 0; }

.elementor-widget-text-editor[class*="sc_bg_mask_"] > .wpb_wrapper {
    position: relative;
    z-index: 2; }

.elementor-section[class*="sc_extra_bg_"]:after,
.elementor-column[class*="sc_extra_bg_"] > .elementor-column-wrap:after,
.elementor-widget-text-editor[class*="sc_extra_bg_"]:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    background: inherit; }

.elementor-section[class*="sc_bg_mask_"]:before,
.elementor-column[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-widget-text-editor[class*="sc_bg_mask_"]:before {
    content: ' ';
    display: block !important;
    background-color: inherit;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.elementor-section.vc_parallax[class*="sc_bg_mask_"]:before {
    z-index: 1; }

.elementor-section.sc_extra_bg_tiny[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_tiny:after,
.elementor-column.sc_extra_bg_tiny[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_tiny[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_tiny:after {
    position: absolute;
    top: -2em;
    right: -2em;
    bottom: -2em;
    left: -2em; }

.elementor-section.sc_extra_bg_small[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_small:after,
.elementor-column.sc_extra_bg_small[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_small[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_small:after {
    position: absolute;
    top: -4em;
    right: -4em;
    bottom: -4em;
    left: -4em; }

.elementor-section.sc_extra_bg_medium[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_medium:after,
.elementor-column.sc_extra_bg_medium[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_medium[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_medium:after {
    position: absolute;
    top: -6em;
    right: -6em;
    bottom: -6em;
    left: -6em; }

.elementor-section.sc_extra_bg_large[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_large:after,
.elementor-column.sc_extra_bg_large[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-column-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_large[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_large:after {
    position: absolute;
    top: -8em;
    right: -8em;
    bottom: -8em;
    left: -8em; }

.elementor-section.sc_bg_mask_bg_color:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_bg_color:before {
    background-color: inherit; }

.elementor-section.sc_bg_mask_1:before,
.elementor-column.sc_bg_mask_1 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_1:before {
    opacity: 0.1; }

.elementor-section.sc_bg_mask_2:before,
.elementor-column.sc_bg_mask_2 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_2:before {
    opacity: 0.2; }

.elementor-section.sc_bg_mask_3:before,
.elementor-column.sc_bg_mask_3 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_3:before {
    opacity: 0.3; }

.elementor-section.sc_bg_mask_4:before,
.elementor-column.sc_bg_mask_4 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_4:before {
    opacity: 0.4; }

.elementor-section.sc_bg_mask_5:before,
.elementor-column.sc_bg_mask_5 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_5:before {
    opacity: 0.5; }

.elementor-section.sc_bg_mask_6:before,
.elementor-column.sc_bg_mask_6 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_6:before {
    opacity: 0.6; }

.elementor-section.sc_bg_mask_7:before,
.elementor-column.sc_bg_mask_7 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_7:before {
    opacity: 0.7; }

.elementor-section.sc_bg_mask_8:before,
.elementor-column.sc_bg_mask_8 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_8:before {
    opacity: 0.8; }

.elementor-section.sc_bg_mask_9:before,
.elementor-column.sc_bg_mask_9 > .elementor-column-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_9:before {
    opacity: 0.9; }

/* Google map */
.elementor-widget-trx_sc_googlemap .sc_googlemap_marker[data-icon]:before {
    display: none; }

/* Revslider in the stretch section */
body.body_style_boxed .elementor-element-edit-mode.elementor-section-stretched.elementor-section-full_width .rev_slider > ul,
body.body_style_boxed .elementor-element-edit-mode.elementor-section-stretched.elementor-section-full_width .tp-simpleresponsive > ul {
    width: 100% !important; }

/* Disable hover and click inside Layouts in Edit mode
------------------------------------------------------- */
.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger {
    position: relative; }

.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts:after,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger:after {
    content: ' ';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

/* Elementor styles
----------------------------------------------------------------- */

/* Narrow: 5px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow,
.elementor-section.elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container.elementor-column-gap-narrow {
    max-width: calc(1140px + 10px);
}

.elementor-section.elementor-section-full_width.elementor-section-stretched > .elementor-container.elementor-column-gap-narrow {
    margin-left: -5px;
    margin-right: -5px;
}

/* Default: 10px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default,
.elementor-section.elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container.elementor-column-gap-default {
    max-width: calc(1140px + 20px);
}

.elementor-section.elementor-section-full_width.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
    margin-left: -10px;
    margin-right: -10px;
}

/* Extended: 15px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended,
.elementor-section.elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container.elementor-column-gap-extended {
    max-width: calc(1140px + 30px);
}
.elementor-section.elementor-section-full_width.elementor-section-stretched > .elementor-container.elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
}

/* Wide: 20px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide,
.elementor-section.elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container.elementor-column-gap-wide {
    max-width: calc(1140px + 40px);
}
.elementor-section.elementor-section-full_width.elementor-section-stretched > .elementor-container.elementor-column-gap-wide {
    margin-left: -20px;
    margin-right: -20px;
}

/* Wider: 30px */
.elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider,
.elementor-section.elementor-section-full_width:not(.elementor-section-stretched) > .elementor-container.elementor-column-gap-wider {
    max-width: calc(1140px + 60px);
}

.elementor-section.elementor-section-full_width.elementor-section-stretched > .elementor-container.elementor-column-gap-wider {
    margin-left: -30px;
    margin-right: -30px;
}

/* Add negative margins to the our post container to align left and right side of the post content and header/footer */
.post_content > .elementor,
[class*="type-cpt_"] > [class*="_page_content"] > .elementor {
    margin-left: -15px;
    margin-right: -15px;
}

body.elementor-page #wp-admin-bar-root-default #wp-admin-bar-vc_inline-admin-bar-link {
    display: none;
}

.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-container > .elementor-column > .elementor-element-populated {
    padding-top: 0;
    padding-bottom: 0;
}

.sc_layouts_column .sc_layouts_item:not(.elementor-widget-divider):not(.elementor-widget-spacer) {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}
.sc_layouts_column_align_right .elementor-widget-wrap {
    justify-content: flex-end;
}
.sc_layouts_column_align_left .elementor-widget-wrap {
    justify-content: flex-start;
}

/*Fix elementor V.3.0.0*/
.elementor-widget-divider .elementor-divider {
    font-size: 0;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

/* Remove bottom margins from all widgets (added in Elementor 2.5.0) */
.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute):not(.sc_layouts_item) {
    margin-bottom: 0;
}
.elementor-container > .elementor-row > .elementor-column.sc_layouts_column_align_center > .elementor-column-wrap > .elementor-widget-wrap {
    justify-content: center !important;
}
/* Elementors Widgets */
/* Image Gallery */
.elementor-widget-image-gallery .elementor-image-gallery .gallery .gallery-item .gallery-icon {
    margin: 0;
}

/*Elementor Footer*/

.elementor-widget-wp-widget-nav_menu ul > li:before {
    display: none;
}
.footer_custom_elementor-footer .widget_title {
    font-size: 1.5em;
    letter-spacing: .15px;
}
.footer_custom_elementor-footer .menu {
    padding-left: 0;
}

.footer_custom_elementor-footer .menu a {
    line-height: 2em;
}

.sc_layouts_row_type_normal .sc_layouts_column_align_right .sc_layouts_item.elementor-widget-trx_sc_layouts_menu {
    margin-left: 0;
}

.hot-spot-wrap .elementor-absolute.elementor-widget-shortcode {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 53%;
    right: 3%;
    min-width: 650px;
}

.hot-spot-wrap .elementor-absolute.elementor-widget-shortcode .point_style img {
    width: 57px;
}



/* Elementor */

@media (max-width: 1679px) {
    /* Header */
    header.top_panel_custom_header-default-el section.elementor-element .sc_layouts_item .sc_layouts_iconed_text {
        display: none;
    }
    header.top_panel_custom_header-default-el section.elementor-element .sc_layouts_item.elementor-widget-trx_sc_layouts_menu div {
        margin-right: 15px;
    }
    /* Custom Post Section Spacer */
    .elementor-element .elem_custom-post-spacer .elementor-spacer .elementor-spacer-inner {
        height: 13.5em;
    }
}

@media (max-width: 1441px) {
    /* Container */
    .elementor-section.elementor-section-boxed>.elementor-container {
        width: 1000px;
    }
    /* Testimonials Custom Spacer */
    .elementor-element .elem_custom-spacer .elementor-spacer .elementor-spacer-inner {
        height: 5em;
    }
    /* Custom Post Section Spacer */
    .elementor-element .elem_custom-post-spacer .elementor-spacer .elementor-spacer-inner {
        height: 11.5em;
    }
    /* Title */
    .elementor-page h2.sc_item_title_tag+.sc_item_descr,
    .elementor-page h2.sc_item_title_tag+.sc_item_slider,
    .elementor-page h2.sc_item_title_tag+.sc_item_columns,
    .elementor-page h2.sc_item_title_tag+.sc_item_content {
        margin-top: 2.4em;
    }
}

@media (max-width: 1439px) {
    /* Header */
    header.top_panel_custom_header-default-el section.elementor-element {
        padding-right: 5em !important;
    }
    /* Custom Section Testimonials */
    .elementor-section.elementor-testimonials_stretch .elementor-column.elementor-col-50:first-child>div.elementor-element-populated {
        padding-left: 24%;
    }
}

@media(max-width: 1279px) {
    /* COntainer */
    .elementor-section.elementor-section-boxed>.elementor-container {
        width: 964px;
    }
    /* Header */
    section.elementor-element.sc_layouts_row_fixed_always.sc_extra_bg_none.sc_bg_mask_none,
    header.top_panel_custom_header-default-el section.elementor-element {
        padding-right: 3.2em !important;
    }
    header.top_panel_custom_header-default-el section.elementor-element .sc_layouts_item.elementor-widget-trx_sc_layouts_menu div {
        margin-right: -4.8em;
    }
    /* Custom Services Section (Tablet landscape orientation)  */
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:first-child {
        width: 58.3%;
    }
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:last-child {
        width: 41.6%;
    }
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:last-child>div.elementor-element-populated {
        padding-left: 0;
        padding-right: 0;
    }
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:last-child .elementor-widget-trx_sc_services>div:last-child {
        margin: -63px 0px 0px -247px;
        padding: 90px 0px 100px 35px;
    }
    .elementor-element.elementor-services_stretch .sc_services.sc_services_light .with_icon .sc_services_item_content {
        margin-right: 3em;
    }
    /* Section Our-Team Custom (Tablet landscape orientation) */
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33 {
        width: 31%;
    }
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33:first-child {
        margin-left: 0;
        margin-right: 20px;
    }
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33:last-child {
        margin-left: 20px;
        margin-right: 0;
    }
    /* Custom Section Testimonials */
    .elementor-section.elementor-testimonials_stretch .elementor-column.elementor-col-50:first-child>div.elementor-element-populated {
        margin-left: -100px;
        padding-left: 30px;
    }
    /* Footer */
    .footer_wrap.footer_custom_footer-default-el .widget_title,
    .footer_wrap.footer_custom_footer-default-el .sc_title h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .footer_wrap.footer_custom_footer-default-el .elementor-footer_content .elementor-column.elementor-col-25:not(:last-child) {
        width: 19.5%;
    }
    .footer_wrap.footer_custom_footer-default-el .elementor-footer_content .elementor-column.elementor-col-25:last-child {
        width: 41.5%;
    }
    .footer_wrap.footer_custom_footer-default-el .elementor-footer_content .elementor-column.elementor-col-25 .elementor-element-populated {
        margin-top: 0;
    }
    .footer_wrap.footer_custom_footer-default-el .mcfwp-agree-input {
        text-align: right;
    }
    .elementor-widget-image-box .elementor-image-box-description {
        padding-bottom: 40px;
    }
    .serveces-box.elementor-position-top .elementor-image-box-wrapper .elementor-image-box-title{
        bottom: 38px;
    }
    .elementor-testimonial-wrapper .elementor-testimonial-content {
        margin-bottom: 20px;
    }

    /*Elementor Footer*/

    .elementor-element .sc_layouts_row_type_normal .sc_layouts_column_align_right .sc_layouts_item:not(:first-of-type) {
        margin-left: 4em;
    }
    .sc_layouts_row_type_normal .sc_layouts_column_align_right .sc_layouts_item + .sc_layouts_item::before {
        left: -2.4em;
    }

    /*    Elementor Hotspot     */

    .hot-spot-wrap .elementor-absolute.elementor-widget-shortcode {
        right: -2%;
        min-width: 650px;
    }
}

@media (max-width: 1024px) {
    .footer_wrap.footer_custom_elementor-footer .widget,
    .footer_wrap.footer_custom_elementor-footer .widget.widget_socials{
        margin: 0;
    }

    .hot-spot-wrap .elementor-absolute.elementor-widget-shortcode {
        right: -15%;
        min-width: 600px;
    }
    .hot-spot-wrap .elementor-absolute.elementor-widget-shortcode .point_style img {
        width: 45px;
    }
}

@media (max-width: 1023px) {
    /* Container */
    .elementor-section.elementor-section-boxed>.elementor-container {
        width: 708px;
    }
    header.top_panel_custom_header-default-el section.elementor-element .sc_layouts_item.elementor-widget-trx_sc_layouts_menu div {
        margin-right: 0;
    }
    /* Custom Services Section (Tablet landscape orientation)  */
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:first-child {
        width: 100%;
    }
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:last-child {
        width: 100%;
    }
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:last-child>div.elementor-element-populated {
        padding-left: 30px;
        padding-right: 30px;
    }
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:last-child .elementor-widget-trx_sc_services>div:last-child {
        margin: 0;
        margin-top: 30px;
        padding: 90px 0px 100px 35px;
    }

    /* Custom Section Testimonials */
    .elementor-section.elementor-testimonials_stretch .elementor-column.elementor-col-50:first-child>div.elementor-element-populated {
        margin-left: -15px;
    }
    /* Googlemap Custom */
    .elementor-element.elementor-widget-trx_sc_googlemap .sc_googlemap {
        max-height: none;
        height: 600px !important;
    }
    /* Section Our-Team Custom (Tablet landscape orientation) */
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33:first-child {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33 {
        width: 48%;
        margin-left: 0;
        margin-right: 0;
    }
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33:last-child {
        margin-left: 15px;
        margin-right: 0;
    }
    /* Footer */
    .footer_wrap.footer_custom_footer-default-el .elementor-footer_content .elementor-column.elementor-col-25 {
        width: 50% !important;
    }
    .footer_wrap.footer_custom_footer-default-el .elementor-footer_content .elementor-column.elementor-col-25 .elementor-element-populated {
        margin-top: inherit;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sc_layouts_item.elementor-hidden-tablet:not(.elementor-widget-divider):not(.elementor-widget-spacer) {
        display: none;
    }
}

@media(max-width: 767px) {
    /* Container */
    .elementor-section.elementor-section-boxed>.elementor-container {
        width: 440px;
    }
    /* Title */
    .elementor-page h2.sc_item_title_tag+.sc_item_descr,
    .elementor-page h2.sc_item_title_tag+.sc_item_slider,
    .elementor-page h2.sc_item_title_tag+.sc_item_columns,
    .elementor-page h2.sc_item_title_tag+.sc_item_content {
        margin-top: 1.5em;
    }
    /* Header */
    section.elementor-element.sc_layouts_row_fixed_always.sc_extra_bg_none.sc_bg_mask_none,
    header.top_panel_custom_header-default-el section.elementor-element {
        padding: 20px !important;
    }
    header.top_panel_custom_header-default-el section.elementor-element.sc_layouts_row_fixed_always.sc_layouts_row_fixed_on {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    section.elementor-element.sc_layouts_row_fixed_always.sc_extra_bg_none.sc_bg_mask_none .sc_layouts_menu_mobile_button .sc_layouts_item_icon,
    header.top_panel_custom_header-default-el section.elementor-element .sc_layouts_menu_mobile_button .sc_layouts_item_icon {
        font-size: 3em;
    }
    header.top_panel_custom_header-default-el section.elementor-element .elementor-column.elementor-col-33:nth-child(2) {
        width: 50% !important;
    }
    /* Widget Text Editor */
    .elementor-element.elementor-widget-text-editor .elementor-text-editor {
        text-align: left;
    }
    /* Custom Services Section  */
    .elementor-element.elementor-services_stretch .sc_services.sc_services_light .trx_addons_column-1_3:nth-child(-n+2) {
        margin-bottom: 30px;
    }
    .elementor-element.elementor-services_stretch .elementor-column.elementor-col-50:last-child .elementor-widget-trx_sc_services>div:last-child {
        padding: 90px 15px 100px 35px;
    }
    /* Footer */
    .footer_wrap.footer_custom_footer-default-el .sc_title h3 {
        text-align: left;
    }
    .footer_wrap.footer_custom_footer-default-el .mcfwp-agree-input {
        text-align: left;
    }
    .footer_wrap.footer_custom_footer-default-el .sc_layouts_column_align_right .sc_layouts_item {
        margin-left: 0;
    }
    .sc_layouts_item.elementor-hidden-phone:not(.elementor-widget-divider):not(.elementor-widget-spacer) {
        display: none;
    }
}

@media(max-width: 479px) {
    /* Container */
    .elementor-section.elementor-section-boxed>.elementor-container {
        width: 300px;
    }
    /* Widget Text Editor */
    .elementor-element.elementor-widget-text-editor .elementor-text-editor {
        text-align: left;
    }
    /* Section Our-Team Custom (Mobile) */
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .elementor-element.elementor_our-team .elementor-column.elementor-col-33:last-child {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    /* Footer */
    .footer_wrap.footer_custom_footer-default-el .elementor-footer_content .elementor-column.elementor-col-25 {
        width: 100% !important;
    }
}