
@media only screen and (min-width:1000px) {
	.material.admin-bar #header-outer[data-using-secondary="1"][data-format=centered-menu-bottom-bar][data-condense=true] {
		top: 0;
	}
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav>.buttons {
	margin-left: 15px;
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav {
	display: inline-block;
}

#header-outer[data-format=centered-menu-bottom-bar] .span_9 {
	text-align: center;
	line-height: 1px;
}

#header-outer[data-format=centered-menu-bottom-bar] .span_9, body.material #header-outer[data-format=centered-menu-bottom-bar]:not([data-format=left-header]) #top .span_9 {
	float: none;
	width: 100%;
}

body #header-outer[data-format=centered-menu-bottom-bar] .span_3, body.material #header-outer[data-format=centered-menu-bottom-bar]:not([data-format=left-header]) #top .span_3 {
	display: block;
	float: none;
	width: 100%;
}

body #header-outer[data-format=centered-menu-bottom-bar] .span_3 {
	text-align: center;
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav>.sf-menu>li ul {
	text-align: left;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 {
	position: relative;
}

@media only screen and (min-width:1000px) {
	#header-outer[data-format=centered-menu-bottom-bar][data-has-menu=false]:not(.fixed-menu) #top .span_9 {
		height: 1px;
	}
}

#header-outer[data-format=centered-menu-bottom-bar] .cart-menu {
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 ul #search-btn, #header-outer[data-format=centered-menu-bottom-bar] #top nav>ul .slide-out-widget-area-toggle {
	padding-top: 0;
	padding-bottom: 0;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 ul #social-in-menu a {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

#header-outer[data-format=centered-menu-bottom-bar] #top #logo img, #header-outer[data-format=centered-menu-bottom-bar] #top .logo-clone img {
	margin: 0 auto;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .logo-clone img {
	width: auto;
}

#header-outer[data-format=centered-menu-bottom-bar] #top #logo .starting-logo {
	position: absolute;
	margin-bottom: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateZ(0);
	-webkit-transform: translateX(-50%) translateZ(0);
}

@media only screen and (max-width:999px) {
	#header-outer[data-format=centered-menu-bottom-bar] #top #logo .starting-logo {
		left: 0;
		transform: none;
	}
}

body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 #logo img, body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 #logo.no-image, body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 .logo-clone img, body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 .logo-clone.no-image {
	opacity: 0;
	display: block;
	backface-visibility: hidden;
	transform: translateY(-100%);
}

body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 #logo img, body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 .logo-clone img {
	transition: transform .45s cubic-bezier(.4, .1, .15, 1), opacity .45s cubic-bezier(.4, .1, .2, 1);
}

body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] #top .span_9 nav>ul>li>a {
	transition: color .25s ease, opacity .25s ease, margin .45s cubic-bezier(.4, .1, .15, 1), padding .45s cubic-bezier(.4, .1, .15, 1);
}

#header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 ul.buttons>* {
	opacity: 0;
	transition: opacity .2s cubic-bezier(.4, .1, .15, 1) 0s;
}

body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 #logo, body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] .span_9 .logo-clone {
	pointer-events: none;
}

body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu .span_9 #logo, body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu .span_9 .logo-clone {
	pointer-events: all;
	animation: headerButtonsBottomBarLogo .45s cubic-bezier(.4, .1, .15, 1) forwards;
	transform-origin: center left;
}

@media only screen and (min-width:1000px) {
	#header-outer[data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu .span_3 .sf-menu, #header-outer[data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu:not(.within-custom-breakpoint) .nectar-header-text-content {
		visibility: hidden;
	}
}

body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu .span_9 #logo img, body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu .span_9 .logo-clone img {
	transform-origin: left;
	transition: opacity 50ms ease 50ms;
	transform: translateY(0);
	opacity: 1;
}

body.material #header-outer[data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu:not([data-menu-bottom-bar-align=left]) #top nav>.buttons {
	align-items: center;
}

@keyframes headerButtonsBottomBarLogo {
	0% {
		transform: scale(.8) translateY(-50%);
		opacity: 0;
	}
	
	100% {
		transform: scale(1) translateY(-50%);
		opacity: 1;
	}
}

#header-outer[data-format=centered-menu-bottom-bar][data-condense=true] {
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (min-width:783px) {
	.admin-bar.mobile #header-outer[data-format=centered-menu-bottom-bar][data-condense=true][data-mobile-fixed="1"]:not([data-using-secondary="1"]) {
		top: 32px !important;
	}
}

body.material-ocm-open.admin-bar #header-outer[data-format=centered-menu-bottom-bar][data-condense=true] {
	top: 32px;
	position: fixed !important;
}

body.material-ocm-open.admin-bar.mobile #header-outer[data-format=centered-menu-bottom-bar][data-condense=true][data-mobile-fixed=false] {
	position: relative !important;
	top: 0;
}

body.mobile:not(.admin-bar) #header-outer[data-format=centered-menu-bottom-bar][data-condense=true][data-mobile-fixed="1"]:not([data-using-secondary="1"]), body.mobile:not(.admin-bar) #header-outer[data-format=centered-menu-bottom-bar][data-condense=true][data-mobile-fixed=false]:not([data-using-secondary="1"]) {
	top: 0 !important;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 .logo-clone {
	overflow: hidden;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo.no-image, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 .logo-clone.no-image {
	font-size: 24px;
	line-height: 24px;
}

#header-outer[data-format=centered-menu-bottom-bar] .span_9 #social-in-menu {
	position: absolute;
	visibility: hidden;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 .slide-out-widget-area-toggle.mobile-icon {
	display: none;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 {
	margin-right: 0;
	z-index: 100;
	line-height: 0;
}

#header-outer[data-format=centered-menu-bottom-bar].transparent #top .span_9:before {
	border-color: rgba(255, 255, 255, .13);
}

@media only screen and (max-width:999px) {
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9:before {
		display: none;
	}
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 ul.buttons {
	right: 0;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 .logo-clone {
	left: 0;
	margin: 0;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 .logo-clone, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 ul.buttons {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 nav.left-side[data-using-pull-menu=false] .nectar-social {
	left: -4px;
	position: relative;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 nav.left-side {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_3 nav.right-side {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	height: 100%;
}

#header-outer[data-format=centered-menu-bottom-bar] nav.right-side>ul>.megamenu.nectar-megamenu-menu-item>ul {
	right: 0;
	left: auto;
	min-width: 45em;
}

#header-outer[data-format=centered-menu-bottom-bar] nav.left-side>ul>.megamenu.nectar-megamenu-menu-item>ul {
	right: auto;
	min-width: 45em;
	left: 0;
}

#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav>.pull-left-wrap {
	visibility: hidden;
	position: absolute;
}

body:not(.mobile):not(.using-mobile-browser) #header-outer[data-transparent-header=true][data-format=centered-menu-bottom-bar][data-condense=true]:not(.no-transition):not(.within-custom-breakpoint) #top .span_3 #logo img:not(.starting-logo) {
	opacity: 0 !important;
}

#header-outer[data-format=centered-menu-bottom-bar] .span_3 #logo {
	display: inline-block;
}

#header-outer[data-transparent-header=true][data-format=centered-menu-bottom-bar] #logo .dark-version {
	position: relative;
}

body.material #header-outer[data-using-secondary="1"][data-format=centered-menu-bottom-bar]:not([data-format=left-header]) {
	transition: transform .32s ease, background-color .3s ease 0s, box-shadow .3s ease 0s;
}

@media only screen and (min-width:1000px) {
	body.material[data-header-format=centered-menu-bottom-bar] #page-header-wrap.fullscreen-header {
		background-color: #fff;
	}
	
	body.material[data-header-format=centered-menu-bottom-bar][data-header-color=dark] #page-header-wrap.fullscreen-header {
		background-color: #000;
	}
	
	body[data-header-format=centered-menu-bottom-bar] #header-secondary-outer nav>ul, body[data-header-format=centered-menu-bottom-bar] .span_9 ul.buttons {
		visibility: hidden;
	}
	
	body[data-header-format=centered-menu-bottom-bar] .span_9 .nectar-slider-wrap ul.buttons {
		visibility: visible;
	}
	
	body #header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar]:not([data-format=left-header]) #top .span_3, body #header-outer[data-menu-bottom-bar-align=left_t_center_b][data-format=centered-menu-bottom-bar]:not([data-format=left-header]) #top .span_3 {
		display: flex;
	}
	
	#header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar] #top .span_3 nav.left-side, #header-outer[data-menu-bottom-bar-align=left_t_center_b][data-format=centered-menu-bottom-bar] #top .span_3 nav.left-side {
		margin-left: auto;
	}
	
	#header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar] #top .span_3:after, #header-outer[data-menu-bottom-bar-align=left_t_center_b][data-format=centered-menu-bottom-bar] #top .span_3:after {
		display: none;
	}
	
	#header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar] #top .span_3 nav.left-side, #header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar] #top .span_3 nav.right-side, #header-outer[data-menu-bottom-bar-align=left_t_center_b][data-format=centered-menu-bottom-bar] #top .span_3 nav.left-side, #header-outer[data-menu-bottom-bar-align=left_t_center_b][data-format=centered-menu-bottom-bar] #top .span_3 nav.right-side {
		position: relative;
		height: auto;
	}
	
	#header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar][data-lhe=default] #top .span_3 nav.right-side ul>li:not([class*=button_]):last-child>a, #header-outer[data-menu-bottom-bar-align=left_t_center_b][data-format=centered-menu-bottom-bar][data-lhe=default] #top .span_3 nav.right-side ul>li:not([class*=button_]):last-child>a {
		padding-right: 0;
	}
	
	#header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar][data-lhe=animated_underline] #top .span_3 nav.right-side ul>li:last-child>a, #header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar][data-lhe=default] #top .span_3 nav.right-side ul>li[class*=button_]:last-child>a, #header-outer[data-menu-bottom-bar-align=left_t_center_b][data-format=centered-menu-bottom-bar][data-lhe=animated_underline] #top .span_3 nav.right-side ul>li:last-child>a, #header-outer[data-menu-bottom-bar-align=left_t_center_b][data-format=centered-menu-bottom-bar][data-lhe=default] #top .span_3 nav.right-side ul>li[class*=button_]:last-child>a {
		margin-right: 0;
	}
	
	body:not(.rtl) #header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar][data-lhe=animated_underline] #top .span_9 nav .sf-menu:not(.buttons)>li:not([class*=button_]):first-child>a, body:not(.rtl) #header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar][data-lhe=default] #top .span_9 nav .sf-menu:not(.buttons)>li[class*=button_]:first-child>a {
		margin-left: 0;
	}
	
	#header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar][data-lhe=default] #top .span_9 nav .sf-menu:not(.buttons)>li:not([class*=button_]):first-child>a {
		padding-left: 0;
	}
	
	#header-outer[data-menu-bottom-bar-align=left][data-format=centered-menu-bottom-bar] #top .span_9 nav {
		justify-content: flex-start;
	}
	
	#header-outer[data-format=centered-menu-bottom-bar][data-menu-bottom-bar-align=left] #top .span_9 ul.buttons {
		visibility: visible;
		top: 0;
		transform: none;
		height: 100%;
		align-items: flex-start;
	}
	
	#header-outer[data-format=centered-menu-bottom-bar][data-menu-bottom-bar-align=left] #top .span_9 ul.buttons>li {
		height: 100%;
	}
	
	#header-outer[data-format=centered-menu-bottom-bar][data-menu-bottom-bar-align=left][data-condense=true] .span_9 ul.buttons>* {
		opacity: 1;
	}
}

body.material.mobile #header-outer[data-using-secondary="1"][data-format=centered-menu-bottom-bar][data-mobile-fixed=false]:not([data-format=left-header]) {
	margin-top: 0 !important;
}

body.material #header-outer[data-format=centered-menu-bottom-bar] .span_9, body.material #header-outer[data-format=centered-menu-bottom-bar] .span_9 nav {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

body.material #header-outer[data-format=centered-menu-bottom-bar] .cart-menu {
	-webkit-transform: none;
	transform: none !important;
}

body[data-header-format=centered-menu-bottom-bar].author #header-outer[data-transparent-header=true]+div #page-header-wrap, body[data-header-format=centered-menu-bottom-bar].category #header-outer[data-transparent-header=true]+div #page-header-wrap, body[data-header-format=centered-menu-bottom-bar].date #header-outer[data-transparent-header=true]+div #page-header-wrap, body[data-header-format=centered-menu-bottom-bar].tag #header-outer[data-transparent-header=true]+div #page-header-wrap {
	height: 450px;
}

#header-outer[data-format=centered-menu-bottom-bar].transparent #top .span_3 nav>.buttons li i, #header-outer[data-format=centered-menu-bottom-bar].transparent #top .span_3 nav>.buttons li span {
	backface-visibility: hidden;
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav>.buttons {
	transition: transform .45s cubic-bezier(.4, .1, .15, 1);
	-webkit-transition: transform .45s cubic-bezier(.4, .1, .15, 1);
}

#header-outer[data-format=centered-menu-bottom-bar].fixed-menu #top nav>.buttons {
	transition: opacity .45s cubic-bezier(.4, .1, .15, 1);
	-webkit-transition: opacity .45s cubic-bezier(.4, .1, .15, 1);
}

#header-outer[data-format=centered-menu-bottom-bar] #top .slide-out-widget-area-toggle[data-custom-color=true] a:before, #header-outer[data-format=centered-menu-bottom-bar] #top nav>ul>li[class*=button_]>a:before {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

#header-outer[data-format=centered-menu-bottom-bar] #top li[class*=button_].menu-item-has-icon>a:before {
	top: 0;
}

#header-outer[data-format=centered-menu-bottom-bar] #top nav>ul>li[class*=button_]>a {
	line-height: 1.25em;
}

#header-outer[data-format=centered-menu-bottom-bar]:not([data-menu-bottom-bar-align=left]).fixed-menu #top nav>.buttons>li {
	opacity: 0;
}

@keyframes headerButtonsBottomBarItem {
	0% {
		transform: translateX(15px);
		opacity: 0;
	}
	
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

#header-outer[data-format=centered-menu-bottom-bar]:not([data-menu-bottom-bar-align=left]).fixed-menu #top nav>.buttons>li:nth-child(1) {
	animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) forwards;
}

#header-outer[data-format=centered-menu-bottom-bar]:not([data-menu-bottom-bar-align=left]).fixed-menu #top nav>.buttons>li:nth-child(2) {
	animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) 50ms forwards;
}

#header-outer[data-format=centered-menu-bottom-bar]:not([data-menu-bottom-bar-align=left]).fixed-menu #top nav>.buttons>li:nth-child(3) {
	animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) .1s forwards;
}

#header-outer[data-format=centered-menu-bottom-bar]:not([data-menu-bottom-bar-align=left]).fixed-menu #top nav>.buttons>li:nth-child(4) {
	animation: headerButtonsBottomBarItem .45s cubic-bezier(.4, .1, .15, 1) .15s forwards;
}

#header-outer[data-format=centered-menu-bottom-bar].material-search-open:not(.fixed-menu) #search #close, #header-outer[data-format=centered-menu-bottom-bar].material-search-open:not(.fixed-menu) #search-box {
	transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1) .1s;
}

@media only screen and (min-width:1000px) {
	body.material [data-format=centered-menu-bottom-bar][data-condense=true].fixed-menu #search-outer {
		top: 40%;
	}
}

#header-outer .nectar-header-text-content {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	text-align: left;
}

#header-outer[data-menu-bottom-bar-align=center] .nectar-header-text-content:first-child {
	padding-left: 0;
}

#header-outer[data-menu-bottom-bar-align=left] .nectar-header-text-content, #header-outer[data-menu-bottom-bar-align=left_t_center_b] .nectar-header-text-content {
	padding-right: 0;
}

#header-outer[data-menu-bottom-bar-align=left] .nectar-header-text-content, #header-outer[data-menu-bottom-bar-align=left_t_center_b] .nectar-header-text-content {
	text-align: right;
}

#header-outer nav>ul>.megamenu {
	position: inherit;
}

#header-outer nav>ul>.megamenu>.sub-menu {
	width: 100%;
	left: 0;
	padding: 15px 0;
	display: table;
	background-color: #1c1c1c;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu, #header-outer nav>ul>.nectar-megamenu-menu-item>.sub-menu {
	display: flex;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu {
	padding: 0;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li {
	padding: 20px;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li.megamenu-column-padding-none {
	padding: 0;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li {
	width: auto;
	display: block;
	flex: 1;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item .widget-area-active a {
	padding: 0;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item[class*=align-]:not(.width-100)>.nectar-global-section-megamenu, #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item[class*=align-]:not(.width-100)>ul {
	left: auto;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-50>.nectar-global-section-megamenu, #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-50>ul {
	width: 45em;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-75>.nectar-global-section-megamenu, #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item.width-75>ul {
	width: 70em;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul, #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li {
	background-size: cover;
	background-position: center;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul {
	overflow: hidden;
}

#header-outer .sf-menu>.megamenu.nectar-megamenu-menu-item li .widget-area-active img {
	margin-bottom: 0;
}

#header-outer .sf-menu>.megamenu.nectar-megamenu-menu-item li .widget-area-active ul {
	margin-left: 0;
	margin-top: 0;
	padding: 0;
}

#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active {
	height: 100%;
}

#header-outer nav>.sf-menu>.megamenu.nectar-megamenu-menu-item>ul .widget-area-active li {
	line-height: 2em;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>ul>li.menu-item.megamenu-column-padding-none>a {
	margin-bottom: 0;
}

#top nav ul li .nectar-global-section-megamenu a {
	color: inherit;
	z-index: 100;
}

[data-header-color=dark] .nectar-global-section-megamenu {
	background-color: #000;
}

.nectar-global-section-megamenu {
	background-color: #fff;
}

#header-outer nav .nectar-global-section-megamenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	line-height: var(--nectar-body-line-height, 16px);
	font-size: var(--nectar-body-font-size, 16px);
	text-align: left;
	max-height: 80vh;
	overflow-y: auto;
	width: 100%;
}

#header-outer nav li:not(.sfHover):not(:hover) .nectar-global-section-megamenu * {
	pointer-events: none !important;
}

body .nectar-global-section-megamenu a {
	display: inline;
}

.nectar-global-section-megamenu a.column-link {
	display: block;
	position: absolute;
}

#header-outer nav .nectar-global-section-megamenu ul {
	position: relative;
	top: auto;
	width: auto;
	pointer-events: all;
}

#header-outer #top nav .nectar-global-section-megamenu ul {
	background-color: transparent !important;
}

#header-outer #top nav .nectar-global-section-megamenu ul li {
	font-size: inherit;
	width: auto;
	line-height: inherit;
}

#header-outer nav .nectar-global-section-megamenu li {
	line-height: var(--nectar-body-line-height, 16px);
}

#header-outer nav .nectar-global-section-megamenu>.inner {
	transition: opacity .3s ease, transform .3s ease;
	opacity: 0;
}

#header-outer nav .nectar-global-section-megamenu>.inner>div:last-child {
	margin-bottom: 0;
}

#header-outer li.sfHover .nectar-global-section-megamenu, #header-outer li:hover .nectar-global-section-megamenu {
	opacity: 1;
}

#header-outer li.sfHover .nectar-global-section-megamenu *, #header-outer li:hover .nectar-global-section-megamenu * {
	pointer-events: all;
}

#header-outer li.sfHover .nectar-global-section-megamenu, #header-outer li.sfHover .nectar-global-section-megamenu>.inner, #header-outer li:hover .nectar-global-section-megamenu, #header-outer li:hover .nectar-global-section-megamenu>.inner {
	opacity: 1;
	transform: none;
}

#slide-out-widget-area nav .nectar-global-section-megamenu {
	overflow: hidden;
	max-height: 0;
	transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1);
}

body[data-megamenu-width=full-width] #header-outer #top .sf-menu>.megamenu.nectar-megamenu-menu-item.width-100>ul, body[data-megamenu-width=full-width] #top .sf-menu>.megamenu.nectar-megamenu-menu-item.width-100>.nectar-global-section-megamenu {
	border-radius: 0;
}

#header-outer nav>ul>.megamenu>.sub-menu {
	display: table;
}

#header-outer nav>ul>.megamenu>.sub-menu {
	padding: 30px 0;
}

#header-outer nav>ul>.megamenu>ul>li {
	padding: 0 0 0 30px;
	border: none;
}

#header-outer nav>ul>.megamenu>ul>li:last-child {
	padding-right: 30px;
}

[data-megamenu-width=full-width] #top nav>ul>.megamenu:not(.width-50):not(.width-75)>ul>li {
	padding-right: 30px;
	padding-left: 0;
}

[data-megamenu-width=full-width] #top nav>ul>.megamenu:not(.width-50):not(.width-75)>ul>li:last-child {
	padding-right: 0;
	padding-left: 0;
}

#header-outer nav>ul>.megamenu>ul>li>ul {
	margin: 0;
	padding: 0;
}

#top nav>ul>.megamenu>ul>li {
	width: 33.33%;
}

#top nav>ul>.megamenu>ul>li {
	display: table-cell;
	float: none;
}

#top nav>ul>.megamenu.columns-2>ul>li {
	width: 50%;
}

#top nav>ul>.megamenu.columns-3>ul>li {
	width: 33.33%;
}

#top nav>ul>.megamenu.columns-4>ul>li {
	width: 25%;
}

#top nav>ul>.megamenu.columns-5>ul>li {
	width: 20%;
}

#top nav>ul>.megamenu.columns-6>ul>li {
	width: 16.66%;
}

#header-outer nav>ul>.megamenu>ul>li ul {
	display: block;
	top: 0 !important;
	width: 100%;
	opacity: 1 !important;
	left: 0 !important;
	box-shadow: none;
	position: relative;
}

#header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul {
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

#header-outer nav>ul>.megamenu ul li {
	float: none;
}

#header-outer nav>ul>.megamenu ul li a {
	border-bottom: none;
	padding: 9px 15px;
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>a, body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a {
	color: #444;
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul {
	padding-bottom: 15px;
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>ul {
	padding-bottom: 20px;
}

body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul:last-child>ul {
	padding-bottom: 0;
}

#header-outer nav>ul>.megamenu>.sub-menu>li a, #header-outer nav>ul>.megamenu>ul>.sfHover>a, #header-outer nav>ul>.megamenu>ul>li>a:hover, body #header-outer nav>ul>.megamenu>.sub-menu>li a, body #header-outer nav>ul>.megamenu>.sub-menu>li>a, body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>a, body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul.current-menu-item>a, body:not([data-header-format=left-header]) #header-outer nav>ul>.megamenu>ul>li>ul>.has-ul>a {
	background-color: transparent !important;
}

#header-outer nav .nectar-global-section-megamenu {
	box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
}

#header-outer nav>ul>.megamenu ul li a {
	padding: 6px 6px;
}

#header-outer nav>ul>.megamenu>.sub-menu {
	background-color: #fff;
}

.sf-menu .megamenu li ul {
	transform: none;
	box-shadow: none;
}

#header-outer #header-secondary-outer .sf-menu .megamenu li ul, #header-outer #top .sf-menu .megamenu li ul, [data-header-color=light] #header-outer:not(.transparent) .sf-menu>.megamenu li ul {
	border-top: 0;
}

#header-outer .sf-menu .megamenu ul .sub-menu, .sf-menu .megamenu li ul {
	background-color: transparent !important;
}

.nectar-scrolling-text {
	overflow: hidden;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.nectar-scrolling-text .nectar-scrolling-text-inner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	white-space: nowrap;
}

.nectar-scrolling-text .nectar-scrolling-text-inner__text-chunk {
	display: flex;
	flex-direction: row;
}

.nectar-scrolling-text .nectar-scrolling-text-inner__text-chunk.has-multiple-items>* {
	margin: 0 .12em;
}

.nectar-scrolling-text[data-overflow=visible], .nectar-scrolling-text[data-overflow=visible] .nectar-scrolling-text-inner {
	overflow: visible;
}

.nectar-scrolling-text .nectar-scrolling-text-inner>* {
	color: inherit;
	margin-bottom: 0;
}

.nectar-scrolling-text .nectar-scrolling-text-inner>.nectar-scrolling-text-inner__text-chunk * {
	color: inherit;
}

#ajax-content-wrap .nectar-scrolling-text.prevent-animation .nectar-scrolling-text-inner span.spin, #ajax-content-wrap .nectar-scrolling-text.prevent-animation .nectar-scrolling-text-inner>* {
	animation: none;
}

.nectar-scrolling-text .nectar-scrolling-text-inner>* {
	transform: translateX(-20%) translateZ(0);
	animation: nectar-scrolling-text-animation linear infinite 15s;
}

.nectar-scrolling-text[data-s-dir=rtl] .nectar-scrolling-text-inner {
	justify-content: flex-end;
}

.nectar-scrolling-text[data-s-dir=rtl] .nectar-scrolling-text-inner>* {
	transform: translateX(20%) translateZ(0);
	animation: nectar-scrolling-text-animation-reverse linear infinite 15s;
}

.nectar-scrolling-text[data-s-speed=static] .nectar-scrolling-text-inner>* {
	animation: none;
}

.nectar-scrolling-text[data-s-speed=slower] .nectar-scrolling-text-inner>* {
	animation-duration: 45s;
}

.nectar-scrolling-text[data-s-speed=slowest] .nectar-scrolling-text-inner>* {
	animation-duration: 30s;
}

.nectar-scrolling-text[data-s-speed=slow] .nectar-scrolling-text-inner>* {
	animation-duration: 14s;
}

.nectar-scrolling-text[data-s-speed=medium] .nectar-scrolling-text-inner>* {
	animation-duration: 7s;
}

.nectar-scrolling-text[data-s-speed=fast] .nectar-scrolling-text-inner>* {
	animation-duration: 4s;
}

.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>.nectar-scrolling-text-inner__text-chunk, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>b, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h1, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h2, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h3, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h4, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h5, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h6, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>p, .nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>strong {
	padding-left: .45em;
}

.row .nectar-scrolling-text .nectar-scrolling-text-inner>*, .row .nectar-scrolling-text .nectar-scrolling-text-inner>.nectar-scrolling-text-inner__text-chunk>* {
	margin-bottom: 0;
}

.nectar-scrolling-text.custom_color a {
	color: inherit;
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom {
	padding: 0 .4em;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=three-fourths] {
	font-size: .75em;
	padding: 0 .5em;
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=half] *, .nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=three-fourths] * {
	font-size: inherit;
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=half] {
	font-size: .5em;
	padding: 0 .6em;
}

@keyframes nectar-scrolling-text-animation {
	from {
		transform: translateX(-20%) translateZ(0);
	}
	
	to {
		transform: translateX(-120%) translateZ(0);
	}
}

@keyframes nectar-scrolling-text-animation-reverse {
	from {
		transform: translateX(20%) translateZ(0);
	}
	
	to {
		transform: translateX(120%) translateZ(0);
	}
}

.nectar-post-grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nectar-post-grid[data-columns="1"] .nectar-post-grid-item {
	width: 100%;
}

.wpb_row:not(.full-width-content) .vc_col-sm-12 .nectar-post-grid-filters[data-sortable=yes] {
	margin-bottom: 20px;
}

@media only screen and (max-width:690px) {
	body .nectar-post-grid[data-columns][data-grid-spacing] .nectar-post-grid-item {
		width: 100%;
		padding-bottom: 75%;
	}
	
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-mouse_follow_post_spacing="35px"]:not([data-columns="1"]) .content, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-mouse_follow_post_spacing="45px"]:not([data-columns="1"]) .content {
		padding-top: 10px;
	}
	
	body .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid[data-columns] .nectar-post-grid-item {
		padding-bottom: 0;
	}
}

.nectar-post-grid .nectar-post-grid-item {
	position: relative;
}

.nectar-post-grid .nectar-post-grid-item .inner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .1);
}

.nectar-post-grid-wrap[data-style=content_overlaid] .nectar-post-grid-item .content {
	transition: opacity .45s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .post-heading span {
	display: inline-block;
}

.nectar-post-grid-wrap[data-style=content_overlaid] .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item .nectar-post-grid-item__meta-wrap, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item .post-heading span {
	opacity: 0;
	transform: translateY(80px);
}

.nectar-post-grid-wrap[data-style=content_overlaid] .nectar-post-grid[data-animation=fade-in-from-right] .nectar-post-grid-item, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-animation=fade-in-from-right] .nectar-post-grid-item {
	opacity: 0;
	transform: translateX(80px);
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-post-title-overlay=yes] .nectar-post-grid-item .post-heading:before {
	opacity: 0;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-post-title-overlay=yes]:not([data-animation=fade-in-from-bottom]) .nectar-post-grid-item:hover .post-heading:before, .nectar-post-grid-wrap[data-style=mouse_follow_image].finished-animating .nectar-post-grid[data-animation=fade-in-from-bottom][data-post-title-overlay=yes] .nectar-post-grid-item:hover .post-heading:before {
	opacity: 1;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image]:not(.finished-animating) [data-animation=fade-in-from-bottom][data-post-title-overlay=yes] .nectar-post-grid-item.animated-in .post-heading:before {
	opacity: 1;
	transition: opacity .25s ease .7s;
}

.nectar-post-grid-wrap[data-style=content_overlaid] .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item.animated-in, .nectar-post-grid-wrap[data-style=content_overlaid] .nectar-post-grid[data-animation=fade-in-from-right] .nectar-post-grid-item.animated-in, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item.animated-in, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-animation=fade-in-from-right] .nectar-post-grid-item.animated-in {
	opacity: 1;
	transform: translateY(0);
	transition: transform .75s cubic-bezier(.22, .61, .36, 1), opacity .75s cubic-bezier(.22, .61, .36, 1);
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item.animated-in .nectar-post-grid-item__meta-wrap, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item.animated-in .post-heading span {
	opacity: 1;
	transform: translateY(0);
	transition: transform .75s cubic-bezier(.22, .61, .36, 1), opacity .75s cubic-bezier(.22, .61, .36, 1), color .25s ease;
}

.nectar-post-grid-wrap[data-style=content_under_image]:not(.finished-animating) .nectar-post-grid[data-animation=fade-in-from-bottom] .nectar-post-grid-item.animated-in {
	transition: transform .75s cubic-bezier(.22, .61, .36, 1), opacity .75s cubic-bezier(.22, .61, .36, 1), background-color .35s ease;
}

[data-style=content_overlaid] .nectar-post-grid .nectar-post-grid-item .content {
	top: 0;
}

[data-style=content_overlaid] .nectar-post-grid .nectar-post-grid-item-bg-wrap {
	height: 100%;
}

.nectar-post-grid .nectar-post-grid-item .content {
	position: absolute;
	width: 100%;
	z-index: 200;
}

.nectar-post-grid .nectar-post-grid-item .content .item-main {
	position: relative;
	z-index: 11;
	display: inline-block;
	pointer-events: none;
}

.nectar-post-grid .nectar-post-grid-item .content .meta-category {
	position: relative;
	z-index: 11;
	display: block;
}

.nectar-post-grid[data-cat-click=static] .nectar-post-grid-item .content .meta-category, .nectar-post-grid[data-cat-click=static] .nectar-post-grid-item .content .meta-category a {
	pointer-events: none;
}

.nectar-post-grid .nectar-post-grid-item .item-meta-extra {
	margin-top: var(--post-grid-meta-gap, 10px);
}

.nectar-post-grid .nectar-post-grid-item .meta-excerpt {
	margin-top: var(--post-grid-meta-gap, 10px);
	display: block;
	line-height: 1.6;
	transition: color .45s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-post-grid[data-shadow-hover=yes] .nectar-post-grid-item:after {
	box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
	opacity: 0;
	display: block;
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity .35s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-post-grid[data-shadow-hover=yes] .nectar-post-grid-item:hover:after {
	opacity: 1;
}

.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *, .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content * {
	color: var(--post-grid-dark-text-color, #000);
}

.nectar-post-grid-wrap[data-style=content_next_to_image] .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *, .nectar-post-grid-wrap[data-style=vertical_list] .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item:not(:hover) .content * {
	color: var(--post-grid-dark-text-color, var(--nectar-page-text-color, #000));
}

.nectar-post-grid-wrap[data-style=content_next_to_image] .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content *, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content * {
	color: var(--post-grid-light-text-color, var(--nectar-page-text-color, var(--nectar-font-light-color)));
}

.nectar-post-grid[data-text-hover-color=dark] .nectar-underline .post-heading {
	background-image: linear-gradient(to right, var(--post-grid-dark-text-hover-color, var(--post-grid-dark-text-color, #000)) 0, var(--post-grid-dark-text-hover-color, var(--post-grid-dark-text-color, #000)) 100%);
}

.nectar-post-grid[data-text-hover-color=light] .nectar-underline .post-heading {
	background-image: linear-gradient(to right, var(--post-grid-light-text-hover-color, var(--post-grid-light-text-color, var(--nectar-font-light-color))) 0, var(--post-grid-light-text-hover-color, var(--post-grid-light-text-color, var(--nectar-font-light-color))) 100%);
}

.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content *, .nectar-post-grid[data-text-color=light] .nectar-post-grid-item .content * {
	color: var(--post-grid-light-text-color, var(--nectar-font-light-color));
}

.nectar-post-grid-wrap[data-style=vertical_list] .item-main .nectar-link-underline span {
	background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
}

.full-width-section>.col.span_12 .nectar-post-grid[data-text-color=light][data-text-hover-color=light] .nectar-post-grid-item:hover .content *, .full-width-section>.col.span_12.dark .nectar-post-grid[data-text-color=dark][data-text-hover-color=light] .nectar-post-grid-item:hover .content *, .nectar-post-grid[data-text-color=dark][data-text-hover-color=light] .nectar-post-grid-item:hover .content * {
	color: var(--post-grid-light-text-hover-color, var(--nectar-font-light-color));
}

.nectar-post-grid[data-text-color=light] .meta-category a:before {
	background-color: var(--post-grid-light-text-hover-color, var(--post-grid-light-text-color, var(--nectar-font-light-color)));
}

.nectar-post-grid .meta-category a {
	margin: 0 var(--post-grid-meta-gap, 10px) var(--post-grid-meta-gap, 10px) 0;
	display: inline-block;
	line-height: 1.1em;
}

body .nectar-post-grid .nectar-post-grid-item .content .meta-category a {
	line-height: 1.1em;
}

.nectar-post-grid[data-text-align=center] .meta-category a:last-child {
	margin-right: 0;
}

.nectar-post-grid[data-text-layout=all_middle] .meta-category a {
	margin: 5px var(--post-grid-meta-gap, 10px) 5px 0;
}

.nectar-post-grid .meta-category a {
	position: relative;
}

.nectar-post-grid .meta-category a:before {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	background-color: var(--post-grid-dark-text-hover-color, var(--post-grid-dark-text-color, #000));
	transition: transform .37s cubic-bezier(.52, .01, .16, 1);
}

.nectar-post-grid .meta-category a:hover:before {
	transform: scaleX(1);
}

.nectar-post-grid .nectar-post-grid-item .content {
	padding: 35px;
}

.nectar-post-grid[data-text-layout=all_top_left] .nectar-post-grid-item .content .item-main {
	display: block;
}

.nectar-post-grid[data-text-layout=all_top_left] .nectar-post-grid-item .content {
	height: 100%;
}

.nectar-post-grid[data-text-layout*=all_bottom_left] .meta-category {
	align-self: flex-start;
}

.nectar-post-grid[data-text-layout*=all_bottom_left] .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.nectar-post-grid[data-text-layout=all_bottom_left_shadow] .nectar-post-grid-item div.inner:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55%;
	display: block;
	z-index: 10;
	content: "";
	opacity: .9;
	background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, .75) 100%);
	transition: opacity .65s cubic-bezier(.05, .2, .1, 1);
}

.nectar-post-grid[data-text-layout*=all_bottom_left] .content .item-main, .nectar-post-grid[data-text-layout*=all_bottom_left] .content .item-meta-extra {
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
}

.nectar-post-grid[data-text-layout=corners] .content {
	justify-content: space-between;
	flex-direction: column;
	display: flex;
	height: 100%;
	width: 100%;
}

.nectar-post-grid[data-text-layout=corners] .item-main {
	margin-top: auto;
}

.nectar-post-grid[data-text-layout=corners] .nectar-post-grid__arrow-indicator {
	--arrow-size: 16px;
	overflow: hidden;
	position: absolute;
	display: block;
	width: var(--arrow-size);
	height: var(--arrow-size);
	top: calc(var(--post-grid-padding, 35px) + 2px);
	right: var(--post-grid-padding, 35px);
	line-height: 0;
}

.nectar-post-grid[data-text-layout=corners] .nectar-post-grid__arrow-indicator svg {
	width: var(--arrow-size);
	height: var(--arrow-size);
	transform: translate(-100%, 100%);
	transition: transform cubic-bezier(.15, .75, .5, 1) .45s;
	transform-origin: 50% 50% 0;
}

.nectar-post-grid[data-text-layout=corners] .nectar-post-grid-item:hover .nectar-post-grid__arrow-indicator svg {
	transform: translate(0, 0);
}

.nectar-post-grid[data-text-layout=all_middle] .content {
	text-align: center;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .content .post-heading {
	margin: 0 auto;
}

.nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .item-main>.meta-author, .nectar-post-grid[data-text-layout=all_middle] .nectar-post-grid-item .nectar-post-grid-item__meta-wrap {
	justify-content: center;
}

.nectar-post-grid .meta-date {
	margin-top: 20px;
	line-height: 1.1em;
	display: block;
	transition: color .45s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-post-grid .meta-author span, .nectar-post-grid .meta-reading-time {
	transition: color .45s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-post-grid .meta-author a {
	transition: none;
}

.nectar-post-grid-item__meta-wrap {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: .7em;
	align-items: center;
	pointer-events: none;
}

.nectar-post-grid-item__meta-wrap a {
	pointer-events: all;
}

.nectar-post-grid .nectar-post-grid-item__meta-wrap * {
	margin-top: 0;
	line-height: 1.1;
}

.nectar-post-grid .nectar-post-grid-item__meta-wrap>span:not(:nth-child(1)) {
	display: flex;
	align-items: center;
}

.nectar-post-grid .nectar-post-grid-item__meta-wrap>span:not(:nth-child(1)):before {
	height: 2px;
	width: 2px;
	display: block;
	background-color: currentColor;
	border-radius: 100px;
	margin-right: .7em;
	content: "";
}

.rtl .nectar-post-grid-wrap[data-style=mouse_follow_image] .meta-date {
	text-align: right;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading {
	margin: 0;
	transition: transform .45s cubic-bezier(.15, .75, .5, 1), opacity .45s cubic-bezier(.15, .75, .5, 1), color .45s cubic-bezier(.15, .75, .5, 1);
	line-height: 1.3em;
	max-width: 75%;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading>span {
	transition: color .45s cubic-bezier(.15, .75, .5, 1);
}

.nectar-post-grid .nectar-post-grid-item .content p.post-heading {
	padding-bottom: 0;
}

.nectar-post-grid-item__custom-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.nectar-post-grid-item__custom-fields>:not(.inline) {
	width: 100%;
}

.nectar-post-grid-item__custom-field {
	transition: color .3s ease;
	margin-bottom: 0;
}

.nectar-post-grid-item__custom-fields-before_post_meta .nectar-post-grid-item__meta-wrap {
	margin-top: 10px;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
	transition: color .3s ease;
}

.nectar-post-grid .nectar-post-grid-item .content p.post-heading a {
	text-decoration: none;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading a .nectar-split-heading>*>span {
	line-height: 1.3em;
}

.nectar-post-grid .nectar-post-grid-item .nectar-split-heading p {
	padding-bottom: 0;
}

.nectar-post-grid[data-alignment*=right] .nectar-post-grid-item .content .post-heading {
	max-width: 100%;
	padding-left: 30%;
}

.nectar-post-grid[data-alignment*=middle] .nectar-post-grid-item .content .post-heading {
	margin: 0 auto;
}

.nectar-post-grid .nectar-post-grid-item .content .subtext {
	font-size: 14px;
	line-height: 1em;
	transition: opacity .25s cubic-bezier(.15, .75, .5, 1) 0s;
	position: relative;
}

.nectar-post-grid .nectar-post-grid-item:hover .content .subtext {
	transition: opacity .5s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-post-grid .nectar-post-grid-item .content[data-subtext-vis=always] .subtext {
	transition: all .45s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-post-grid .nectar-post-grid-item .content[data-subtext-vis=on_hover] .subtext {
	opacity: 0;
}

.nectar-post-grid .nectar-post-grid-item:hover .content[data-subtext-vis=on_hover] .subtext {
	opacity: 1;
}

.nectar-post-grid[data-alignment*=bottom] .nectar-post-grid-item .content[data-subtext=cat_item_count][data-subtext-vis=on_hover] .post-heading, .nectar-post-grid[data-alignment*=bottom] .nectar-post-grid-item .content[data-subtext=custom][data-subtext-vis=on_hover] .post-heading {
	transform: translateY(30px);
}

.nectar-post-grid[data-alignment*=middle] .nectar-post-grid-item .content[data-subtext=cat_item_count][data-subtext-vis=on_hover] .post-heading, .nectar-post-grid[data-alignment*=middle] .nectar-post-grid-item .content[data-subtext=custom][data-subtext-vis=on_hover] .post-heading {
	transform: translateY(15px);
}

.nectar-post-grid .nectar-post-grid-item:hover .content[data-subtext=cat_item_count][data-subtext-vis=on_hover] .post-heading, .nectar-post-grid .nectar-post-grid-item:hover .content[data-subtext=custom][data-subtext-vis=on_hover] .post-heading {
	transform: translateY(0);
}

.nectar-post-grid[data-text-color=dark] .nectar-post-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after {
	background-color: #000;
}

.nectar-post-grid[data-text-color=light] .nectar-post-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after {
	background-color: var(--nectar-font-light-color);
}

.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .content *, .nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .content * {
	color: var(--post-grid-dark-text-hover-color, var(--post-grid-dark-text-color, #000));
}

.nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after {
	background-color: var(--post-grid-dark-text-color, #000);
}

.nectar-post-grid[data-text-hover-color=light] .nectar-post-grid-item:hover .content * {
	color: var(--post-grid-light-text-hover-color, var(--nectar-font-light-color));
}

.nectar-post-grid .bg-overlay {
	z-index: 2;
}

.nectar-post-grid[data-hover-effect=animated_underline_zoom] .bg-overlay, .nectar-post-grid[data-hover-effect=animated_underline_zoom] .nectar-post-grid-item .nectar-post-grid-item-bg, .nectar-post-grid[data-hover-effect=zoom] .bg-overlay, .nectar-post-grid[data-hover-effect=zoom] .nectar-post-grid-item .nectar-post-grid-item-bg {
	transition: opacity .45s cubic-bezier(.15, .75, .5, 1) 0s, transform .45s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-post-grid[data-hover-effect=animated_underline_zoom] .nectar-post-grid-item:hover .nectar-post-grid-item-bg, .nectar-post-grid[data-hover-effect=zoom] .nectar-post-grid-item:hover .nectar-post-grid-item-bg {
	transform: scale(1.1);
}

.nectar-post-grid[data-hover-effect=slow_zoom] .bg-overlay, .nectar-post-grid[data-hover-effect=slow_zoom] .nectar-post-grid-item .nectar-post-grid-item-bg, .nectar-post-grid[data-hover-effect=slow_zoom][data-lock-aspect=yes] .nectar-post-grid-item .img-wrap img {
	transition: opacity .45s cubic-bezier(.15, .75, .5, 1) 0s, transform 1s ease;
}

.nectar-post-grid[data-hover-effect=slow_zoom] .nectar-post-grid-item:hover .nectar-post-grid-item-bg, .nectar-post-grid[data-hover-effect=slow_zoom][data-lock-aspect=yes] .nectar-post-grid-item:hover .img-wrap img {
	transform: scale(1.12);
	transition: transform 5s cubic-bezier(.1, .2, .7, 1);
}

.nectar-post-grid .bg-overlay, .nectar-post-grid .nectar-post-grid-item-bg, .nectar-post-grid .nectar-post-grid-item-bg img, .nectar-post-grid .nectar-post-grid-link, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid-item-bg-wrap a {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
	width: 100%;
	height: 100%;
}

body .nectar-post-grid .nectar-post-grid-item-bg img {
	height: 100%;
}

.nectar-post-grid .nectar-post-grid-item-bg img {
	object-fit: cover;
	display: block;
}

.row .nectar-post-grid .nectar-post-grid-item-bg img:not([srcset]) {
	width: 100%;
}

.nectar-post-grid-item .nectar-el-parallax-scroll, .nectar-post-grid-item .nectar-el-parallax-scroll__wrap {
	height: 100%;
}

.nectar-post-grid-item .nectar-el-parallax-scroll__wrap {
	overflow: hidden;
	border-radius: inherit;
}

[data-style=content_overlaid] .nectar-post-grid-item-bg-wrap[data-n-parallax-bg], [data-style=content_overlaid] .nectar-post-grid-item-bg-wrap[data-n-parallax-bg] .nectar-post-grid-item-bg-wrap-inner {
	height: 100%;
	width: 100%;
}

.nectar-post-grid-item .nectar-el-parallax-scroll .nectar-post-grid-item-bg-wrap-inner {
	transform: scale(1.275);
	height: 100%;
	width: 100%;
}

@media only screen and (min-width:1000px) {
	.top-level .nectar-post-grid-item .nectar-el-parallax-scroll .nectar-post-grid-item-bg-wrap-inner {
		transform: scale(1.27);
		transform-origin: 50% 75%;
	}
	
	.nectar-archive-blog-wrap .nectar-post-grid-item .nectar-el-parallax-scroll .nectar-post-grid-item-bg-wrap-inner {
		transform: scale(1.275);
		transform-origin: center;
	}
}

.nectar-post-grid .bg-overlay {
	transition: opacity .45s cubic-bezier(.15, .75, .5, 1);
}

.nectar-post-grid .nectar-post-grid-link {
	z-index: 10;
}

.nectar-post-grid-item-bg .nectar-lazy-video, .nectar-post-grid-item-bg img.nectar-lazy, .nectar-post-grid-item-bg[data-nectar-img-src], .nectar-post-grid-item__overlaid-img.nectar-lazy, .nectar-post-grid[data-lock-aspect=yes] .img-wrap img[data-nectar-img-src] {
	opacity: 0;
}

.nectar-post-grid-item-bg, .nectar-post-grid-item-bg .nectar-lazy-video.loaded, .nectar-post-grid-item-bg img.nectar-lazy.loaded, .nectar-post-grid-item__overlaid-img.nectar-lazy.loaded, .nectar-post-grid[data-lock-aspect=yes] .img-wrap img {
	transition: opacity .6s ease .12s;
	opacity: 1;
}

.nectar-post-grid-item .nectar-post-grid-item__overlaid-img.nectar-lazy.loaded {
	transition: opacity .6s ease .12s, transform .4s ease;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-masonry=yes] .nectar-post-grid-item {
	min-width: 0;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid .nectar-post-grid-item .content {
	position: static;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item {
	min-height: 0;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid[data-masonry=yes] {
	grid-auto-rows: auto;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid-item-bg-wrap {
	overflow: hidden;
	position: relative;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-columns="3"] .nectar-post-grid-item .content .post-heading, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-columns="4"] .nectar-post-grid-item .content .post-heading, .wpb_column:not(.vc_col-sm-12) .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid .nectar-post-grid-item .content .post-heading {
	max-width: 100%;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-columns="1"] .item-meta-extra {
	width: 100%;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item-bg-wrap a {
	display: block;
	z-index: 100;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .content .item-main {
	width: 100%;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content .meta-excerpt {
	max-width: 90%;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .content, .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .inner, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid-item-bg {
	position: relative;
	height: auto;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item .inner {
	background-color: transparent;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item .content {
	padding: 25px 0;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-align=center] .content {
	text-align: center;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-align=center] .nectar-post-grid-item .post-heading {
	margin: 0 auto;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-align=center] .item-main>.meta-author, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-align=center] .nectar-post-grid-item__meta-wrap {
	justify-content: center;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-align=right] .content {
	text-align: right;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-align=right] .nectar-post-grid-item__meta-wrap {
	justify-content: flex-end;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid .img-wrap.nectar-lazy-wrap {
	background-color: rgba(0, 0, 0, .2);
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-text-color=light] .img-wrap.nectar-lazy-wrap {
	background-color: rgba(255, 255, 255, .07);
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes] .nectar-post-grid-item-bg {
	height: auto;
	line-height: 0;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes] .nectar-post-grid-item-bg img {
	position: relative;
	height: auto;
	margin-bottom: 0;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes] .img-wrap img {
	margin-bottom: 0;
	display: block;
	position: relative;
	z-index: 10;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes] .img-wrap {
	overflow: hidden;
	margin-bottom: 5px;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes] .nectar-post-grid-item-bg-wrap-inner {
	transition: transform .45s cubic-bezier(.15, .75, .5, 1);
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes][data-hover-effect=zoom] .img-wrap img {
	transition: opacity .45s cubic-bezier(.15, .75, .5, 1) 0s, transform .45s cubic-bezier(.15, .75, .5, 1) 0s;
	backface-visibility: hidden;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-hover-effect=zoom][data-lock-aspect=yes] .nectar-post-grid-item:hover .img-wrap img {
	transform: scale(1.1);
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-shadow-hover=yes]:not([data-card=yes]) .nectar-post-grid-item:after {
	display: none;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes][data-shadow-hover=yes]:not([data-card=yes]) .nectar-post-grid-item .inner, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes][data-shadow-hover=yes]:not([data-card=yes]) .nectar-post-grid-item-bg-wrap {
	overflow: visible;
}

.nectar-post-grid[data-lock-aspect=yes][data-shadow-hover=yes]:not([data-card=yes]) .nectar-post-grid-item .img-wrap:before {
	box-shadow: 0 25px 40px rgba(0, 0, 0, .2);
	position: absolute;
	left: 1%;
	top: 1%;
	width: 98%;
	height: 98%;
	content: "";
	display: block;
	opacity: 0;
	transition: opacity .45s cubic-bezier(.15, .75, .5, 1);
	z-index: 0;
}

.nectar-post-grid[data-lock-aspect=yes][data-shadow-hover=yes]:not([data-card=yes]) .nectar-post-grid-item:hover .img-wrap:before {
	opacity: 1;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-lock-aspect=yes][data-shadow-hover=yes]:not([data-card=yes]) .nectar-post-grid-item:hover .nectar-post-grid-item-bg-wrap-inner {
	transform: translateY(-4px);
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .img-wrap {
	margin-bottom: 0;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .nectar-post-grid-item {
	background-color: #fff;
	transition: transform .32s ease, background-color .32s ease;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .nectar-post-grid-item .content {
	padding: max(7%, 30px);
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes][data-text-align=center] .nectar-post-grid-item .content {
	padding: 35px 45px;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-shadow-hover=yes][data-card=yes] .nectar-post-grid-item:after {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .22);
	transition: opacity .55s ease, box-shadow .35s ease;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-card=yes] .post-heading {
	line-height: 1.4em;
}

.nectar-post-grid-wrap[data-style=content_under_image].nectar-browser-window-style .nectar-post-grid-item .inner:before {
	display: block;
	letter-spacing: 2px;
	line-height: 20px;
	font-size: 24px;
	width: 100%;
	padding: 3px 10px 2px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	color: rgba(0, 0, 0, .4);
	box-sizing: border-box;
	content: "•••";
}

.nectar-post-grid-wrap[data-style=content_under_image].nectar-browser-window-style [data-text-color=light] .nectar-post-grid-item .inner:before {
	color: rgba(255, 255, 255, .3);
}

.nectar-post-grid-wrap[data-style=content_under_image].nectar-browser-window-style .nectar-post-grid:not([data-card=yes]) .inner:before {
	border-radius: 10px 10px 0 0;
	background-color: #111315;
}

.nectar-post-grid-wrap[data-style=content_under_image].nectar-browser-window-style .nectar-post-grid:not([data-card=yes]) .img-wrap, .nectar-post-grid-wrap[data-style=content_under_image].nectar-browser-window-style .nectar-post-grid:not([data-card=yes]) .nectar-post-grid-item-bg-wrap {
	border-radius: 0 0 10px 10px;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-shadow-hover=yes][data-card=yes] .nectar-post-grid-item:hover:after {
	box-shadow: 0 25px 40px rgba(0, 0, 0, .22);
	transition: opacity .1s ease, box-shadow .32s ease;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-grid-spacing*=px][data-card=yes] .nectar-post-grid-item {
	transition: transform .32s ease, background-color .32s ease;
}

.nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid[data-grid-spacing*=px][data-card=yes] .nectar-post-grid-item:hover {
	transform: translateY(-4px);
}

.nectar-post-grid-wrap[data-style=content_overlaid] .nectar-post-grid-item.nectar-new-item .inner:before, .nectar-post-grid-wrap[data-style=content_under_image] .nectar-post-grid-item.nectar-new-item .inner:before {
	display: block;
	border-radius: 50px;
	padding: 10px 20px;
	position: absolute;
	left: 13px;
	top: 13px;
	color: #fff;
	line-height: 16px;
	font-size: 16px;
	content: "New";
	z-index: 100;
	transform: scale(.9) translateZ(0);
	backface-visibility: hidden;
}

@media only screen and (min-width:1000px) {
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid .nectar-post-grid-item .content .post-heading, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid .nectar-post-grid-item .content .post-heading a:before {
		max-width: 100%;
	}
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid:not(.active) .nectar-post-grid-item-bg[data-nectar-img-src] {
	display: none;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .content, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .inner {
	position: static;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-link {
	z-index: 100;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .inner {
	overflow: visible;
	width: auto;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .meta-date, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item__meta-wrap {
	margin-top: 15px;
	opacity: .7;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item__meta-wrap .meta-date {
	margin-top: 0;
	opacity: 1;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item-bg, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item-bg-wrap {
	width: 250px;
	height: 250px;
	position: absolute;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item-bg-wrap {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	overflow: hidden;
	pointer-events: none;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item-bg-wrap-inner {
	transform-origin: center;
	transform: scale(.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: transform .3s ease;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] [data-mouse-follow-image-alignment=middle] .nectar-post-grid-item-bg-wrap {
	left: -125px;
	top: -125px;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item-bg-wrap {
	left: 10px;
	top: 10px;
	will-change: transform, opacity;
}

.using-mobile-browser .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item-bg-wrap {
	will-change: auto;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] [data-post-title-overlay=yes] .nectar-post-grid-item .post-heading:before {
	content: attr(data-title-text);
	position: absolute;
	mix-blend-mode: overlay;
	left: 0;
	top: 0;
	z-index: 1000;
	display: block;
	max-width: 70%;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	.nectar-post-grid-wrap[data-style=mouse_follow_image] [data-post-title-overlay=yes] .nectar-post-grid-item .post-heading:before {
		display: none;
	}
	
	.nectar-post-grid-wrap[data-style=mouse_follow_image] [data-mouse-follow-image-alignment=middle] .nectar-post-grid-item-bg-wrap {
		left: 10px;
		top: 10px;
	}
}

@supports (-ms-ime-align:auto) {
	.nectar-post-grid-wrap[data-style=mouse_follow_image] [data-post-title-overlay=yes] .nectar-post-grid-item .post-heading:before {
		display: none;
	}
	
	.nectar-post-grid-wrap[data-style=mouse_follow_image] [data-mouse-follow-image-alignment=middle] .nectar-post-grid-item-bg-wrap {
		left: 10px;
		top: 10px;
	}
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=dark][data-post-title-overlay=yes] .post-heading:before {
	color: #fff;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .content .post-heading {
	line-height: 1.5em;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] [data-mouse-follow-image-alignment=top_left] .nectar-post-grid-item .content, .nectar-post-grid-wrap[data-style=mouse_follow_image] [data-mouse-follow-image-alignment=top_left] .nectar-post-grid-item .content .item-main, .nectar-post-grid-wrap[data-style=mouse_follow_image] [data-post-title-overlay=yes] .nectar-post-grid-item .content, .nectar-post-grid-wrap[data-style=mouse_follow_image] [data-post-title-overlay=yes] .nectar-post-grid-item .content .item-main {
	z-index: auto;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] [data-opacity-hover=yes] .nectar-post-grid-item .content .item-main .post-heading a, .nectar-post-grid-wrap[data-style=mouse_follow_image] [data-opacity-hover=yes] .nectar-post-grid-item .content .item-main span {
	transition: color .2s ease;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=dark][data-opacity-hover=yes].mouse-over .nectar-post-grid-item .content .post-heading a, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=dark][data-opacity-hover=yes].mouse-over .nectar-post-grid-item .content span {
	color: rgba(0, 0, 0, .3);
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=dark][data-opacity-hover=yes].mouse-over .nectar-post-grid-item:hover .content .post-heading a, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=dark][data-opacity-hover=yes].mouse-over .nectar-post-grid-item:hover .content span {
	color: #000;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=light][data-opacity-hover=yes].mouse-over .nectar-post-grid-item .content .post-heading a, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=light][data-opacity-hover=yes].mouse-over .nectar-post-grid-item .content span {
	color: rgba(255, 255, 255, .35);
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=light][data-opacity-hover=yes].mouse-over .nectar-post-grid-item:hover .content .post-heading a, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-text-color=light][data-opacity-hover=yes].mouse-over .nectar-post-grid-item:hover .content span {
	color: #fff;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .content, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .content .item-main, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .meta-category {
	z-index: 10;
}

.col.center .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item__meta-wrap, .force-desktop-text-align-center .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item__meta-wrap {
	justify-content: center;
}

.col.center .nectar-post-grid-wrap[data-style=mouse_follow_image] [data-post-title-overlay=yes] .nectar-post-grid-item .post-heading, .force-desktop-text-align-center .nectar-post-grid-wrap[data-style=mouse_follow_image] [data-post-title-overlay=yes] .nectar-post-grid-item .post-heading {
	display: inline-block;
	position: relative;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .content .meta-date {
	position: relative;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item-bg-wrap .nectar-post-grid-item-bg {
	transform-origin: center;
	z-index: 10;
	transform: scale(1.8);
	transition: transform .3s ease;
}

#nectar_fullscreen_rows[data-animation=none] .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item, #nectar_fullscreen_rows[data-animation=none] .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .inner {
	position: static;
}

#nectar_fullscreen_rows[data-animation=none] .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .content {
	position: relative;
}

#nectar_fullscreen_rows[data-animation=none] .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid-item .nectar-post-grid-item-bg-wrap {
	position: absolute;
	top: -300px;
	left: -200px;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid:not(.mouse-over) .nectar-post-grid-item-bg[data-nectar-img-src] {
	display: none;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid:not(.mouse-over)>div:nth-child(1) .nectar-post-grid-item-bg[data-nectar-img-src], .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid:not(.mouse-over)>div:nth-child(2) .nectar-post-grid-item-bg[data-nectar-img-src], .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="3"]:not(.mouse-over)>div:nth-child(3) .nectar-post-grid-item-bg[data-nectar-img-src], .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="4"]:not(.mouse-over)>div:nth-child(4) .nectar-post-grid-item-bg[data-nectar-img-src] {
	display: block;
}

.centered-text .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid .content, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="1"]+.load-more-wrap {
	text-align: left;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid:not([data-post-title-overlay=yes]) .nectar-post-grid-item:hover .content {
	z-index: 101;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid:not(:hover) .nectar-post-grid-item .nectar-post-grid-item-bg-wrap {
	opacity: 0;
	transition: opacity .3s ease;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .mouse-over .nectar-post-grid-item .nectar-post-grid-item-bg-wrap {
	opacity: 0;
	transition: opacity .2s ease .17s;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .mouse-over .nectar-post-grid-item:hover .nectar-post-grid-item-bg-wrap {
	opacity: 1;
	transition: opacity .2s ease;
	z-index: 100;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .mouse-over .nectar-post-grid-item .nectar-post-grid-item-bg-wrap .nectar-post-grid-item-bg, .nectar-post-grid-wrap[data-style=mouse_follow_image] .mouse-over .nectar-post-grid-item .nectar-post-grid-item-bg-wrap-inner {
	transform: scale(1);
	transition: transform .8s cubic-bezier(.2, .75, .3, 1);
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid[data-mouse_follow_post_spacing="5px"] .content {
	padding: 5px 0;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid[data-mouse_follow_post_spacing="10px"] .content {
	padding: 10px 0;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid[data-mouse_follow_post_spacing="15px"] .content {
	padding: 15px 0;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid[data-mouse_follow_post_spacing="35px"] .content {
	padding: 35px 0;
}

.nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid[data-mouse_follow_post_spacing="45px"] .content {
	padding: 45px 0;
}

.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="4"][data-grid-spacing=none] .nectar-post-grid-item {
	padding-bottom: 0;
}

@media only screen and (max-width:690px) {
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid .nectar-post-grid-item .content .post-heading, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid .nectar-post-grid-item .content .post-heading a:before {
		max-width: 100%;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="3"][data-grid-spacing=none] .nectar-post-grid-item {
		width: 50%;
	}
}

@media only screen and (min-width:1000px) {
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="4"] {
		margin: 0 -40px;
	}
	
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="4"] .nectar-post-grid-item {
		padding: 0 40px;
	}
	
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="3"] {
		margin: 0 -50px;
	}
	
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="3"] .nectar-post-grid-item {
		padding: 0 50px;
	}
	
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="2"] {
		margin: 0 -65px;
	}
	
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid[data-columns="2"] .nectar-post-grid-item {
		padding: 0 65px;
	}
}

@media only screen and (min-width:1400px) {
	.nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid .nectar-post-grid-item .content .post-heading, .nectar-post-grid-wrap[data-style=mouse_follow_image] .nectar-post-grid .nectar-post-grid-item .content .post-heading a:before {
		max-width: 85%;
	}
}

.nectar-post-grid-filters {
	text-align: center;
	padding: 30px 0;
	display: none;
}

.nectar-post-grid-filters[data-align=left] {
	text-align: left;
}

.nectar-post-grid-filters[data-align=right] {
	text-align: right;
}

@media only screen and (min-width:1000px) {
	.full-width-content .nectar-post-grid-filters[data-align=left], .full-width-content .nectar-post-grid-filters[data-align=right] {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.nectar-post-grid-filters[data-align=left] a {
		margin: 0 40px 0 0;
		line-height: 1.1;
		display: inline-block;
	}
	
	.nectar-post-grid-filters[data-align=right] a {
		margin: 0 0 0 40px;
		line-height: 1.1;
		display: inline-block;
	}
}

.nectar-post-grid-filters[data-animation=fade-in-from-bottom] {
	opacity: 0;
	transition: opacity .7s ease;
}

.nectar-post-grid-filters[data-animation=fade-in-from-bottom].animated-in {
	opacity: 1;
}

.nectar-post-grid-filters[data-sortable=yes] {
	display: block;
}

.nectar-post-grid-filters a {
	color: inherit;
	line-height: 1;
	padding: 4px 0;
	margin: 10px 20px;
	position: relative;
}

.nectar-post-grid-filters a:after {
	content: "";
	transition: .37s all cubic-bezier(.23, .46, .4, 1);
	backface-visibility: hidden;
	position: absolute;
	display: block;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #000;
	bottom: 0;
	transform: scaleX(0);
}

.nectar-post-grid-filters a.active:after, .nectar-post-grid-filters a:hover:after {
	transform: scaleX(1);
}

.light .nectar-post-grid-filters a:after, .light .nectar-post-grid-filters h4:after, .light .nectar-post-grid-filters h4:before {
	background-color: var(--nectar-font-light-color);
}

.col.span_12.light .nectar-post-grid-filters {
	color: var(--nectar-font-light-color);
}

.nectar-post-grid-filters h4 {
	display: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
	cursor: pointer;
}

.nectar-post-grid-filters h4:before {
	content: " ";
	top: calc(50% - 6px);
	left: 47px;
	width: 2px;
	margin-left: -2px;
	height: 12px;
	position: absolute;
	background-color: #000;
	transform-origin: center;
	transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
}

.nectar-post-grid-filters h4:after {
	content: " ";
	top: calc(50% - 1px);
	left: 40px;
	width: 12px;
	height: 2px;
	position: absolute;
	background-color: #000;
	transform-origin: center;
	transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
}

.nectar-post-grid-filters h4.visible:before {
	transform: rotate(90deg);
}

.nectar-post-grid-filters h4.visible:after {
	transform: scaleY(0) rotate(90deg);
}

.nectar-post-grid-wrap .nectar-post-grid {
	transition: opacity .3s ease;
}

.nectar-post-grid-wrap.loading .nectar-post-grid {
	transition: opacity .7s ease;
}

.nectar-post-grid-wrap.loading .nectar-post-grid {
	opacity: .5;
}

.nectar-post-grid-wrap .load-more-wrap {
	text-align: center;
	margin: 60px 0;
}

.nectar-post-grid-wrap .load-more {
	padding: 10px 40px;
	color: #000;
	border: 1px solid rgba(0, 0, 0, .15);
	background-color: transparent;
	display: inline-block;
	position: relative;
	transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-1] .load-more:before, .nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-2] .load-more:before {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	z-index: -1;
	transition: all .3s ease;
}

.nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-1] .load-more:hover:before, .nectar-post-grid-wrap[data-load-more-color=extra-color-gradient-2] .load-more:hover:before {
	opacity: 1;
}

.nectar-post-grid-wrap .load-more:hover {
	color: #fff;
}

.nectar-post-grid-wrap[data-load-more-color=black] .load-more:hover {
	background-color: #000;
}

.light .nectar-post-grid-wrap .load-more {
	color: var(--nectar-font-light-color);
	border-color: rgba(255, 255, 255, .3);
}

.nectar-post-grid-wrap .load-more-wrap.inactive {
	margin: 0;
}

.nectar-post-grid-wrap .load-more-wrap.inactive .load-more {
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

body .nectar-post-grid-wrap .load-more:hover {
	border-color: transparent;
}

body[data-button-style*=slightly_rounded] .nectar-post-grid-filters h4, body[data-button-style*=slightly_rounded] .nectar-post-grid-wrap .load-more, body[data-button-style*=slightly_rounded] .nectar-post-grid-wrap .load-more:before {
	border-radius: 4px;
}

body[data-button-style^=rounded] .nectar-post-grid-filters h4, body[data-button-style^=rounded] .nectar-post-grid-wrap .load-more, body[data-button-style^=rounded] .nectar-post-grid-wrap .load-more:before {
	border-radius: 50px;
}

@supports (display:grid) {
	.nectar-post-grid[data-masonry=yes] {
		display: grid;
	}
	
	body .nectar-post-grid[data-columns][data-grid-spacing][data-masonry=yes] .nectar-post-grid-item {
		width: auto;
	}
	
	.nectar-post-grid[data-grid-item-height*=vh][data-masonry=yes] .nectar-post-grid-item {
		min-height: 0;
	}
	
	.full-width-content .vc_col-sm-12 .nectar-post-grid[data-columns="4"][data-masonry=yes] {
		grid-auto-rows: minmax(33vh, auto);
	}
	
	.nectar-post-grid[data-columns="4"][data-masonry=yes] {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-auto-rows: minmax(30vh, auto);
	}
	
	.nectar-post-grid[data-columns="4"][data-masonry=yes]>div:nth-of-type(6n+1), .nectar-post-grid[data-columns="4"][data-masonry=yes]>div:nth-of-type(6n+6) {
		grid-column-end: span 2;
	}
	
	.full-width-content .vc_col-sm-12 .nectar-post-grid[data-columns="3"][data-masonry=yes] {
		grid-auto-rows: minmax(35vh, auto);
	}
	
	.nectar-post-grid[data-columns="3"][data-masonry=yes] {
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: minmax(30vh, auto);
	}
	
	.nectar-post-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(10n+1), .nectar-post-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(10n+7) {
		grid-column-end: span 2;
	}
	
	.nectar-post-grid[data-columns="2"][data-masonry=yes] {
		grid-template-columns: 1fr 1fr;
	}
	
	.nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
	
	.nectar-post-grid[data-columns="1"]>div .item-meta-extra, .nectar-post-grid[data-columns="1"][data-text-layout*=all_bottom_left] .content .item-meta-extra, .nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) .item-meta-extra {
		width: 75%;
	}
	
	.nectar-post-grid[data-text-layout=all_middle][data-columns="1"]>div .item-meta-extra, .nectar-post-grid[data-text-layout=all_middle][data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) .item-meta-extra {
		margin: 0 auto;
	}
	
	.nectar-post-grid-wrap[data-style=content_overlaid] .nectar-post-grid[data-grid-item-height*=vh][data-masonry=yes] .nectar-post-grid-item {
		min-height: 250px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.nectar-post-grid[data-columns][data-masonry=yes] {
		grid-template-columns: 1fr 1fr;
	}
	
	body .wpb_row .nectar-post-grid[data-columns][data-masonry=yes]>div {
		grid-row-end: span 1;
		grid-column-end: span 1;
	}
	
	body .wpb_row .nectar-post-grid[data-columns][data-masonry=yes]>div:nth-child(3n+1) {
		grid-column-end: span 2;
	}
	
	body .wpb_row .nectar-post-grid[data-columns="2"][data-masonry=yes].layout-default_alt>div:nth-child(3n+3) {
		grid-column-end: span 2;
	}
	
	body .wpb_row .nectar-post-grid[data-columns="2"][data-masonry=yes].layout-default_alt>div:nth-child(3n+1) {
		grid-column-end: span 1;
	}
}

@media only screen and (max-width:690px) {
	.nectar-post-grid[data-shadow-hover=yes] .nectar-post-grid-item:after {
		display: none;
	}
	
	body .nectar-post-grid[data-columns][data-masonry=yes] {
		display: flex;
		flex-wrap: wrap;
		grid-template-columns: none;
		grid-auto-rows: auto;
	}
	
	#ajax-content-wrap .nectar-post-grid[data-columns][data-masonry=yes]>div, body .wpb_row .nectar-post-grid[data-columns][data-masonry=yes]>div {
		grid-row-end: auto;
		width: 100% !important;
		grid-column-end: auto;
	}
	
	.nectar-post-grid .nectar-post-grid-item .nectar-post-grid-item-bg, .nectar-post-grid[data-hover-effect=slow_zoom] .nectar-post-grid-item:hover .nectar-post-grid-item-bg, .nectar-post-grid[data-hover-effect=zoom] .nectar-post-grid-item:hover .nectar-post-grid-item-bg {
		transform: none;
	}
	
	.nectar-post-grid[data-columns="1"]>div .item-meta-extra, .nectar-post-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(3n+1) .item-meta-extra {
		width: 100%;
	}
}

@media only screen and (max-width:999px) {
	.nectar-post-grid-filters {
		max-width: 600px;
		margin: 0 auto;
		padding: 40px 0;
	}
	
	.nectar-post-grid-filters div:not(.n-sticky) {
		display: none;
		margin-top: 20px;
	}
	
	.nectar-post-grid-wrap .nectar-post-grid-filters h4 {
		padding: 10px 40px 10px 60px;
		margin-bottom: 0;
		border: 1px solid rgba(0, 0, 0, .15);
	}
	
	.light .nectar-post-grid-wrap .nectar-post-grid-filters h4 {
		border-color: rgba(255, 255, 255, .3);
	}
	
	.nectar-post-grid-filters h4 {
		display: inline-block;
	}
	
	.nectar-post-grid-filters div.visible {
		display: block;
	}
	
	.nectar-post-grid-filters a {
		margin: 10px 20px;
		display: inline-block;
	}
}

@media only screen and (max-width:690px) {
	.nectar-post-grid-filters {
		max-width: 320px;
	}
}

@media only screen and (max-width:690px) and (min-width:480px) {
	.nectar-post-grid-filters {
		max-width: 420px;
	}
}

.nectar-category-grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nectar-category-grid[data-columns="4"][data-grid-spacing=none] .nectar-category-grid-item {
	width: 25%;
	padding-bottom: 25%;
}

.nectar-category-grid[data-columns="3"][data-grid-spacing=none] .nectar-category-grid-item {
	width: 33.32%;
	padding-bottom: 33.32%;
}

.nectar-category-grid[data-columns="2"][data-grid-spacing=none] .nectar-category-grid-item {
	width: 50%;
	padding-bottom: 50%;
}

.nectar-category-grid[data-columns="1"] .nectar-category-grid-item {
	width: 100%;
	padding-bottom: 100%;
}

.nectar-category-grid[data-grid-spacing="5px"] {
	margin-left: -5px;
	margin-right: -5px;
}

.nectar-category-grid[data-grid-spacing="5px"] .nectar-category-grid-item {
	margin: 5px;
}

.wpb_row.full-width-content .vc_col-sm-12 .nectar-category-grid[data-grid-spacing="5px"] {
	margin: 5px;
}

.wpb_row.full-width-content .vc_col-sm-12 .nectar-category-grid[data-grid-spacing="10px"] {
	margin: 10px;
}

.wpb_row.full-width-content .vc_col-sm-12 .nectar-category-grid[data-grid-spacing="15px"] {
	margin: 15px;
}

.wpb_row.full-width-content .vc_col-sm-12 .nectar-category-grid[data-grid-spacing="25px"] {
	margin: 25px;
}

@media only screen and (min-width:1000px) {
	body[data-body-border="1"] .wpb_row.full-width-content .vc_col-sm-12 .nectar-category-grid[data-grid-spacing="5px"] {
		margin: 5px -4px;
	}
	
	body[data-body-border="1"] .wpb_row.full-width-content .vc_col-sm-12 .nectar-category-grid[data-grid-spacing="10px"] {
		margin: 10px -9px;
	}
	
	body[data-body-border="1"] .wpb_row.full-width-content .vc_col-sm-12 .nectar-category-grid[data-grid-spacing="15px"] {
		margin: 15px -14px;
	}
	
	body[data-body-border="1"] .wpb_row.full-width-content .vc_col-sm-12 .nectar-category-grid[data-grid-spacing="25px"] {
		margin: 25px -24px;
	}
}

.nectar-category-grid[data-columns="4"][data-grid-spacing="5px"] .nectar-category-grid-item {
	width: calc(25% - 10px);
	padding-bottom: calc(25% - 10px);
}

.nectar-category-grid[data-columns="3"][data-grid-spacing="5px"] .nectar-category-grid-item {
	width: calc(33.32% - 10px);
	padding-bottom: calc(33.32% - 10px);
}

.nectar-category-grid[data-columns="2"][data-grid-spacing="5px"] .nectar-category-grid-item {
	width: calc(50% - 10px);
	padding-bottom: calc(50% - 10px);
}

.nectar-category-grid[data-grid-spacing="10px"] {
	margin-left: -10px;
	margin-right: -10px;
}

.nectar-category-grid[data-grid-spacing="10px"] .nectar-category-grid-item {
	margin: 10px;
}

.nectar-category-grid[data-columns="4"][data-grid-spacing="10px"] .nectar-category-grid-item {
	width: calc(25% - 20px);
	padding-bottom: calc(25% - 20px);
}

.nectar-category-grid[data-columns="3"][data-grid-spacing="10px"] .nectar-category-grid-item {
	width: calc(33.32% - 20px);
	padding-bottom: calc(33.32% - 20px);
}

.nectar-category-grid[data-columns="2"][data-grid-spacing="10px"] .nectar-category-grid-item {
	width: calc(50% - 20px);
	padding-bottom: calc(50% - 20px);
}

.nectar-category-grid[data-grid-spacing="15px"] {
	margin-left: -15px;
	margin-right: -15px;
}

.nectar-category-grid[data-grid-spacing="15px"] .nectar-category-grid-item {
	margin: 15px;
}

.nectar-category-grid[data-columns="4"][data-grid-spacing="15px"] .nectar-category-grid-item {
	width: calc(25% - 30px);
	padding-bottom: calc(25% - 30px);
}

.nectar-category-grid[data-columns="3"][data-grid-spacing="15px"] .nectar-category-grid-item {
	width: calc(33.32% - 30px);
	padding-bottom: calc(33.32% - 30px);
}

.nectar-category-grid[data-columns="2"][data-grid-spacing="15px"] .nectar-category-grid-item {
	width: calc(50% - 30px);
	padding-bottom: calc(50% - 30px);
}

.nectar-category-grid[data-grid-spacing="25px"] {
	margin-left: -25px;
	margin-right: -25px;
}

.nectar-category-grid[data-grid-spacing="25px"] .nectar-category-grid-item {
	margin: 25px;
}

.nectar-category-grid[data-columns="4"][data-grid-spacing="25px"] .nectar-category-grid-item {
	width: calc(25% - 50px);
	padding-bottom: calc(25% - 50px);
}

.nectar-category-grid[data-columns="3"][data-grid-spacing="25px"] .nectar-category-grid-item {
	width: calc(33.32% - 50px);
	padding-bottom: calc(33.32% - 50px);
}

.nectar-category-grid[data-columns="2"][data-grid-spacing="25px"] .nectar-category-grid-item {
	width: calc(50% - 50px);
	padding-bottom: calc(50% - 50px);
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.nectar-category-grid[data-columns="4"][data-grid-spacing=none]:not([data-masonry=yes]) .nectar-category-grid-item {
		width: 50%;
		padding-bottom: 50%;
	}
	
	body .nectar-category-grid[data-columns][data-grid-spacing="25px"] .nectar-category-grid-item {
		width: calc(50% - 50px);
		padding-bottom: calc(50% - 50px);
	}
	
	body .nectar-category-grid[data-columns][data-grid-spacing="15px"] .nectar-category-grid-item {
		width: calc(50% - 30px);
		padding-bottom: calc(50% - 30px);
	}
	
	body .nectar-category-grid[data-columns][data-grid-spacing="10px"] .nectar-category-grid-item {
		width: calc(50% - 20px);
		padding-bottom: calc(50% - 20px);
	}
	
	body .nectar-category-grid[data-columns][data-grid-spacing="5px"] .nectar-category-grid-item {
		width: calc(50% - 10px);
		padding-bottom: calc(50% - 10px);
	}
}

@media only screen and (max-width:690px) {
	body .nectar-category-grid[data-columns][data-grid-spacing]:not([data-style=mouse_follow_image]) .nectar-category-grid-item {
		width: 100%;
		padding-bottom: 75%;
	}
}

.nectar-category-grid .nectar-category-grid-item {
	position: relative;
}

.nectar-category-grid .nectar-category-grid-item .inner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .1);
}

body.material .nectar-category-grid .bg-overlay, body.material .nectar-category-grid .nectar-category-grid-item .inner {
	border-radius: 5px;
}

body.material .nectar-category-grid[data-grid-spacing=none] .bg-overlay, body.material .nectar-category-grid[data-grid-spacing=none] .nectar-category-grid-item .inner {
	border-radius: 0;
}

.nectar-category-grid .nectar-category-grid-item .content {
	position: absolute;
	width: calc(100% - 60px);
	z-index: 5;
}

.nectar-category-grid[data-shadow-hover=yes] .nectar-category-grid-item:after {
	box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
	opacity: 0;
	display: block;
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity .35s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-category-grid[data-shadow-hover=yes] .nectar-category-grid-item:hover:after {
	opacity: 1;
}

.nectar-category-grid[data-alignment=top_left] .content, .nectar-category-grid[data-alignment=top_middle] .content, .nectar-category-grid[data-alignment=top_right] .content {
	top: 30px;
	left: 30px;
}

.nectar-category-grid[data-alignment=bottom_left] .content, .nectar-category-grid[data-alignment=bottom_middle] .content, .nectar-category-grid[data-alignment=bottom_right] .content {
	bottom: 30px;
	left: 30px;
}

.nectar-category-grid[data-alignment=middle] .content {
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nectar-category-grid[data-alignment*=middle] .content {
	text-align: center;
}

.nectar-category-grid[data-alignment*="_right"] .content {
	text-align: right;
}

.nectar-category-grid .nectar-category-grid-item .content .cat-heading {
	margin: 0;
	transition: all .45s cubic-bezier(.15, .75, .5, 1) 0s;
	line-height: 1.2em;
	max-width: 70%;
}

.nectar-category-grid[data-alignment*=right] .nectar-category-grid-item .content .cat-heading {
	max-width: 100%;
	padding-left: 30%;
}

.nectar-category-grid[data-alignment*=middle] .nectar-category-grid-item .content .cat-heading {
	margin: 0 auto;
}

.nectar-category-grid .nectar-category-grid-item .content .subtext {
	font-size: 14px;
	line-height: 1em;
	transition: opacity .25s cubic-bezier(.15, .75, .5, 1) 0s;
	position: relative;
}

.nectar-category-grid .nectar-category-grid-item:hover .content .subtext {
	transition: opacity .5s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-category-grid .nectar-category-grid-item .content[data-subtext-vis=always] .subtext {
	transition: all .45s cubic-bezier(.15, .75, .5, 1) 0s;
}

.nectar-category-grid .nectar-category-grid-item .content[data-subtext-vis=on_hover] .subtext {
	opacity: 0;
}

.nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext-vis=on_hover] .subtext {
	opacity: 1;
}

.nectar-category-grid[data-alignment*=bottom] .nectar-category-grid-item .content[data-subtext=cat_item_count][data-subtext-vis=on_hover] .cat-heading, .nectar-category-grid[data-alignment*=bottom] .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=on_hover] .cat-heading {
	transform: translateY(30px);
}

.nectar-category-grid[data-alignment*=middle] .nectar-category-grid-item .content[data-subtext=cat_item_count][data-subtext-vis=on_hover] .cat-heading, .nectar-category-grid[data-alignment*=middle] .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=on_hover] .cat-heading {
	transform: translateY(15px);
}

.nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=cat_item_count][data-subtext-vis=on_hover] .cat-heading, .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=on_hover] .cat-heading {
	transform: translateY(0);
}

.nectar-category-grid[data-text-color=dark] .content[data-subtext=custom][data-subtext-vis=always] .subtext:after {
	background-color: #000;
}

.nectar-category-grid[data-text-color=dark] .nectar-category-grid-item .content * {
	color: #000;
}

.full-width-section>.col.span_12.dark .nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *, .nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content * {
	color: #fff;
}

.nectar-category-grid[data-text-color=dark] .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after {
	background-color: #000;
}

.nectar-category-grid[data-text-color=light] .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after {
	background-color: #fff;
}

.full-width-section>.col.span_12.dark .nectar-category-grid[data-text-hover-color=dark] .nectar-category-grid-item:hover .content *, .nectar-category-grid[data-text-hover-color=dark] .nectar-category-grid-item:hover .content * {
	color: #000;
}

.nectar-category-grid[data-text-hover-color=dark] .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after {
	background-color: #000;
}

.nectar-category-grid[data-text-hover-color=light] .nectar-category-grid-item:hover .content * {
	color: #fff;
}

.nectar-category-grid .bg-overlay {
	z-index: 2;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0"] {
	opacity: 0;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.1"] {
	opacity: .1;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.2"] {
	opacity: .2;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.3"] {
	opacity: .3;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.4"] {
	opacity: .4;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.5"] {
	opacity: .5;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.6"] {
	opacity: .6;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.7"] {
	opacity: .7;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.8"] {
	opacity: .8;
}

.nectar-category-grid-item .bg-overlay[data-opacity="0.9"] {
	opacity: .9;
}

.nectar-category-grid-item .bg-overlay[data-opacity="1"] {
	opacity: 1;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0"] {
	opacity: 0;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.1"] {
	opacity: .1;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.2"] {
	opacity: .2;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.3"] {
	opacity: .3;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.4"] {
	opacity: .4;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.5"] {
	opacity: .5;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.6"] {
	opacity: .6;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.7"] {
	opacity: .7;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.8"] {
	opacity: .8;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="0.9"] {
	opacity: .9;
}

.nectar-category-grid-item:hover .bg-overlay[data-hover-opacity="1"] {
	opacity: 1;
}

.nectar-category-grid .bg-overlay, .nectar-category-grid-item .nectar-category-grid-item-bg {
	transition: opacity .45s cubic-bezier(.15, .75, .5, 1) 0s, transform .45s cubic-bezier(.15, .75, .5, 1) 0s;
	backface-visibility: hidden;
}

.nectar-category-grid-item:hover .nectar-category-grid-item-bg {
	transform: scale(1.1);
}

.nectar-category-grid .bg-overlay, .nectar-category-grid .nectar-category-grid-item-bg, .nectar-category-grid .nectar-category-grid-link {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.nectar-category-grid .nectar-category-grid-link {
	z-index: 10;
}

.nectar-category-grid .nectar-category-grid-item-bg[data-nectar-img-src] {
	opacity: 0;
}

.nectar-category-grid .nectar-category-grid-item-bg {
	-webkit-transition: opacity .55s cubic-bezier(.15, .75, .5, 1) .25s, transform .45s cubic-bezier(.15, .75, .5, 1) 0s;
	transition: transform .45s cubic-bezier(.15, .75, .5, 1) 0s, opacity .55s cubic-bezier(.15, .75, .5, 1) .25s;
	opacity: 1;
}

@supports (display:grid) {
	.nectar-category-grid[data-masonry=yes] {
		display: grid;
	}
	
	body .nectar-category-grid[data-columns][data-grid-spacing][data-masonry=yes] .nectar-category-grid-item {
		width: auto;
	}
	
	.full-width-content .vc_col-sm-12 .nectar-category-grid[data-columns="4"][data-masonry=yes] {
		grid-auto-rows: minmax(33vh, auto);
	}
	
	.nectar-category-grid[data-columns="4"][data-masonry=yes] {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-auto-rows: minmax(30vh, auto);
	}
	
	.nectar-category-grid[data-columns="4"][data-masonry=yes]>div:nth-of-type(1), .nectar-category-grid[data-columns="4"][data-masonry=yes]>div:nth-of-type(15), .nectar-category-grid[data-columns="4"][data-masonry=yes]>div:nth-of-type(8) {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
	
	.nectar-category-grid[data-columns="4"][data-masonry=yes]>div:nth-child(14), .nectar-category-grid[data-columns="4"][data-masonry=yes]>div:nth-child(16), .nectar-category-grid[data-columns="4"][data-masonry=yes]>div:nth-child(2), .nectar-category-grid[data-columns="4"][data-masonry=yes]>div:nth-child(7), .nectar-category-grid[data-columns="4"][data-masonry=yes]>div:nth-child(9) {
		grid-column-end: span 2;
	}
	
	.full-width-content .vc_col-sm-12 .nectar-category-grid[data-columns="3"][data-masonry=yes] {
		grid-auto-rows: minmax(35vh, auto);
	}
	
	.nectar-category-grid[data-columns="3"][data-masonry=yes] {
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: minmax(30vh, auto);
	}
	
	.nectar-category-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(1), .nectar-category-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(11), .nectar-category-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(13), .nectar-category-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(17), .nectar-category-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(5), .nectar-category-grid[data-columns="3"][data-masonry=yes]>div:nth-of-type(7) {
		grid-column-end: span 2;
		grid-row-end: span 2;
	}
	
	.full-width-content .vc_col-sm-12 .nectar-category-grid[data-columns="2"][data-masonry=yes] {
		grid-auto-rows: minmax(35vh, auto);
	}
	
	.nectar-category-grid[data-columns="2"][data-masonry=yes] {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(30vh, auto);
	}
	
	.nectar-category-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(1), .nectar-category-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(11), .nectar-category-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(13), .nectar-category-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(5), .nectar-category-grid[data-columns="2"][data-masonry=yes]>div:nth-of-type(7) {
		grid-row-end: span 2;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.nectar-category-grid[data-columns][data-masonry=yes] {
		grid-template-columns: 1fr 1fr;
	}
	
	body .wpb_row .nectar-category-grid[data-columns][data-masonry=yes]>div {
		grid-row-end: span 1;
		grid-column-end: span 1;
	}
	
	body .wpb_row .nectar-category-grid[data-columns][data-masonry=yes]>div:nth-child(3n+1) {
		grid-column-end: span 2;
	}
}

@media only screen and (max-width:690px) {
	.nectar-category-grid[data-shadow-hover=yes] .nectar-category-grid-item:after {
		display: none;
	}
	
	body .nectar-category-grid[data-columns][data-masonry=yes] {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		grid-template-columns: none;
		grid-auto-rows: auto;
	}
	
	body .wpb_row .nectar-category-grid[data-columns][data-masonry=yes]>div {
		grid-row-end: auto;
		width: 100% !important;
		grid-column-end: auto;
	}
	
	.nectar-category-grid .nectar-category-grid-item .nectar-category-grid-item-bg {
		-webkit-transform: none;
		transform: none;
	}
	
	body.material .main-content .nectar-category-grid .nectar-category-grid-item .inner {
		overflow: visible;
		border-radius: 0;
	}
	
	body.material .main-content .nectar-category-grid[data-grid-spacing*=px] .nectar-category-grid-item .nectar-category-grid-item-bg {
		border-radius: 5px;
	}
}

.nectar-fancy-ul ul li {
	list-style: none;
	position: relative;
	padding-left: 38px;
}

body .nectar-fancy-ul[data-list-icon=none] ul li {
	padding-left: 0;
	margin-bottom: 0;
}

.nectar-fancy-ul ul {
	margin-left: 0;
}

.nectar-fancy-ul ul li i, .nectar-fancy-ul ul li i.icon-default-style {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
}

.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
	font-size: 16px;
	height: 100%;
	line-height: 22px;
}

.nectar-fancy-ul ul li i.icon-default-style[class^=icon-].icon-salient-thin-line {
	font-size: 27px;
	height: 27px;
	line-height: 27px;
}

.container-wrap .nectar-fancy-ul[data-spacing="5px"] ul li {
	margin-bottom: 5px;
}

.nectar-fancy-ul[data-spacing="5px"] ul li ul {
	margin-top: 5px;
}

.container-wrap .nectar-fancy-ul[data-spacing="10px"] ul li {
	margin-bottom: 10px;
}

.container-wrap .nectar-fancy-ul[data-spacing="10px"] {
	line-height: 1.3em;
}

.nectar-fancy-ul[data-spacing="10px"] ul li ul {
	margin-top: 10px;
}

.container-wrap .nectar-fancy-ul[data-spacing="15px"] ul li {
	margin-bottom: 15px;
}

.container-wrap .nectar-fancy-ul[data-spacing="15px"] {
	line-height: 1.3em;
}

.container-wrap .nectar-fancy-ul[data-spacing="15px"] ul li ul {
	margin-top: 15px;
}

.container-wrap .nectar-fancy-ul[data-spacing="20px"] ul li {
	margin-bottom: 20px;
}

.container-wrap .nectar-fancy-ul[data-spacing="20px"] {
	line-height: 1.3em;
}

.nectar-fancy-ul[data-spacing="20px"] ul li ul {
	margin-top: 20px;
}

.container-wrap .nectar-fancy-ul[data-spacing="25px"] ul li {
	margin-bottom: 25px;
}

.container-wrap .nectar-fancy-ul[data-spacing="25px"] {
	line-height: 1.3em;
}

.nectar-fancy-ul[data-spacing="25px"] ul li ul {
	margin-top: 25px;
}

.nectar-fancy-ul[data-list-icon=dot] ul li {
	padding-left: 15px;
}

.nectar-fancy-ul[data-list-icon=dot] ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
}

.nectar-fancy-ul[data-animation=true] ul li {
	opacity: 0;
	left: -20px;
	margin-bottom: 5px;
}

.nectar-fancy-ul[data-alignment=center] ul, .nectar-fancy-ul[data-alignment=center] ul li {
	text-align: center !important;
}

.nectar-fancy-ul[data-alignment=right] ul, .nectar-fancy-ul[data-alignment=right] ul li {
	text-align: right !important;
}

.nectar-fancy-ul[data-alignment=center] ul li i:not(.none), .nectar-fancy-ul[data-alignment=right] ul li i:not(.none) {
	position: relative;
	margin-right: 10px;
}

@media only screen and (min-width:1000px) {
	.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-bottom, .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-top {
		transition: transform 1s cubic-bezier(.19, 1, .22, 1);
		transform: scaleX(0);
	}
	
	.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-right {
		-webkit-transition: transform 1s cubic-bezier(.19, 1, .22, 1);
		-webkit-transform: scaleY(0);
		transition: transform 1s cubic-bezier(.19, 1, .22, 1);
		transform: scaleY(0);
	}
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-bottom, .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-top {
	transform: scaleX(1);
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-top {
	transform-origin: left;
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-bottom {
	transform-origin: right;
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-left, .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-right {
	transform: scaleY(1);
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-left {
	transform-origin: bottom;
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-right {
	transform-origin: top;
}

.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>span {
	border-style: solid;
}

.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>span:after {
	position: absolute;
	border-style: solid;
	content: "";
	display: block;
}

.wpb_column[data-border-style=double][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: 4px;
	left: 5px;
	width: calc(100% - 10px);
}

.wpb_column[data-border-style=double][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: 4px;
	left: 5px;
	width: calc(100% - 10px);
}

.wpb_column[data-border-style=double][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 4px;
	top: 5px;
	height: calc(100% - 10px);
}

.wpb_column[data-border-style=double][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 4px;
	top: 5px;
	height: calc(100% - 10px);
}

.wpb_column[data-border-style=double][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: 4px;
	left: 6px;
	width: calc(100% - 12px);
}

.wpb_column[data-border-style=double][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: 4px;
	left: 6px;
	width: calc(100% - 12px);
}

.wpb_column[data-border-style=double][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 4px;
	top: 6px;
	height: calc(100% - 12px);
}

.wpb_column[data-border-style=double][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 4px;
	top: 6px;
	height: calc(100% - 12px);
}

.wpb_column[data-border-style=double][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: 4px;
	left: 7px;
	width: calc(100% - 14px);
}

.wpb_column[data-border-style=double][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: 4px;
	left: 7px;
	width: calc(100% - 14px);
}

.wpb_column[data-border-style=double][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 4px;
	top: 7px;
	height: calc(100% - 14px);
}

.wpb_column[data-border-style=double][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 4px;
	top: 7px;
	height: calc(100% - 14px);
}

.wpb_column[data-border-style=double][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: 4px;
	left: 8px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: 4px;
	left: 8px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 4px;
	top: 8px;
	height: calc(100% - 16px);
}

.wpb_column[data-border-style=double][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 4px;
	top: 8px;
	height: calc(100% - 16px);
}

.wpb_column[data-border-style=double][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: 5px;
	left: 10px;
	width: calc(100% - 20px);
}

.wpb_column[data-border-style=double][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: 5px;
	left: 10px;
	width: calc(100% - 20px);
}

.wpb_column[data-border-style=double][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 5px;
	top: 10px;
	height: calc(100% - 20px);
}

.wpb_column[data-border-style=double][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 5px;
	top: 10px;
	height: calc(100% - 20px);
}

.wpb_column[data-border-style=double][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: 6px;
	left: 12px;
	width: calc(100% - 24px);
}

.wpb_column[data-border-style=double][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: 6px;
	left: 12px;
	width: calc(100% - 24px);
}

.wpb_column[data-border-style=double][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 6px;
	top: 12px;
	height: calc(100% - 24px);
}

.wpb_column[data-border-style=double][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 6px;
	top: 12px;
	height: calc(100% - 24px);
}

.wpb_column[data-border-style=double][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: 7px;
	left: 14px;
	width: calc(100% - 28px);
}

.wpb_column[data-border-style=double][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: 7px;
	left: 14px;
	width: calc(100% - 28px);
}

.wpb_column[data-border-style=double][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 7px;
	top: 14px;
	height: calc(100% - 28px);
}

.wpb_column[data-border-style=double][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 7px;
	top: 14px;
	height: calc(100% - 28px);
}

.wpb_column[data-border-style=double][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: 8px;
	left: 16px;
	width: calc(100% - 32px);
}

.wpb_column[data-border-style=double][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: 8px;
	left: 16px;
	width: calc(100% - 32px);
}

.wpb_column[data-border-style=double][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 8px;
	top: 16px;
	height: calc(100% - 32px);
}

.wpb_column[data-border-style=double][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 8px;
	top: 16px;
	height: calc(100% - 32px);
}

.wpb_column[data-border-style=double_offset][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-style=double_offset][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-right, .wpb_column[data-border-style=double_offset][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-style=double_offset][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-right, .wpb_column[data-border-style=double_offset][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-style=double_offset][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-right, .wpb_column[data-border-style=double_offset][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-style=double_offset][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-right {
	top: 6px;
	height: calc(100% - 12px);
}

.wpb_column[data-border-style=double_offset][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-style=double_offset][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-right, .wpb_column[data-border-style=double_offset][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-style=double_offset][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-right, .wpb_column[data-border-style=double_offset][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-style=double_offset][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-right, .wpb_column[data-border-style=double_offset][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-left, .wpb_column[data-border-style=double_offset][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-right {
	top: 8px;
	height: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-top, .wpb_column[data-border-style=double_offset][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-top, .wpb_column[data-border-style=double_offset][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-top {
	top: 6px;
	left: 0;
	width: 100%;
}

.wpb_column[data-border-style=double_offset][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-top {
	top: 6px;
}

.wpb_column[data-border-style=double_offset][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-top, .wpb_column[data-border-style=double_offset][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-top, .wpb_column[data-border-style=double_offset][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-top, .wpb_column[data-border-style=double_offset][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-top {
	top: 8px;
	left: 0;
	width: 100%;
}

.wpb_column[data-border-style=double_offset][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-bottom, .wpb_column[data-border-style=double_offset][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-bottom, .wpb_column[data-border-style=double_offset][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: 6px;
	left: 0;
	width: 100%;
}

.wpb_column[data-border-style=double_offset][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: 6px;
}

.wpb_column[data-border-style=double_offset][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-bottom, .wpb_column[data-border-style=double_offset][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-bottom, .wpb_column[data-border-style=double_offset][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-bottom, .wpb_column[data-border-style=double_offset][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: 8px;
	left: 0;
	width: 100%;
}

.wpb_column[data-border-style=double_offset][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: -8px;
	left: 7px;
	width: calc(100% - 15px);
}

.wpb_column[data-border-style=double_offset][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: -8px;
	left: 7px;
	width: calc(100% - 15px);
}

.wpb_column[data-border-style=double_offset][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 6px;
	top: -7px;
	height: calc(100% - -14px);
}

.wpb_column[data-border-style=double_offset][data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 6px;
	top: -7px;
	height: calc(100% - -14px);
}

.wpb_column[data-border-style=double_offset][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: -10px;
	left: 8px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: -10px;
	left: 8px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 6px;
	top: -8px;
	height: calc(100% - -16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 6px;
	top: -8px;
	height: calc(100% - -16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: -12px;
	left: 9px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: -12px;
	left: 9px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 6px;
	top: -9px;
	height: calc(100% - -18px);
}

.wpb_column[data-border-style=double_offset][data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 6px;
	top: -9px;
	height: calc(100% - -18px);
}

.wpb_column[data-border-style=double_offset][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: -14px;
	left: 6px;
	width: calc(100% - 14px);
}

.wpb_column[data-border-style=double_offset][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: -14px;
	left: 6px;
	width: calc(100% - 14px);
}

.wpb_column[data-border-style=double_offset][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 6px;
	top: -10px;
	height: calc(100% - -20px);
}

.wpb_column[data-border-style=double_offset][data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 6px;
	top: -10px;
	height: calc(100% - -20px);
}

.wpb_column[data-border-style=double_offset][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: -18px;
	left: 8px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: -18px;
	left: 8px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 8px;
	top: -11px;
	height: calc(100% - -22px);
}

.wpb_column[data-border-style=double_offset][data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 8px;
	top: -11px;
	height: calc(100% - -22px);
}

.wpb_column[data-border-style=double_offset][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: -20px;
	left: 8px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: -20px;
	left: 8px;
	width: calc(100% - 16px);
}

.wpb_column[data-border-style=double_offset][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 8px;
	top: -11px;
	height: calc(100% - -22px);
}

.wpb_column[data-border-style=double_offset][data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 8px;
	top: -11px;
	height: calc(100% - -22px);
}

.wpb_column[data-border-style=double_offset][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: -22px;
	left: 15px;
	width: calc(100% - 30px);
}

.wpb_column[data-border-style=double_offset][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: -22px;
	left: 15px;
	width: calc(100% - 30px);
}

.wpb_column[data-border-style=double_offset][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 8px;
	top: -11px;
	height: calc(100% - -22px);
}

.wpb_column[data-border-style=double_offset][data-border-width="7px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 8px;
	top: -11px;
	height: calc(100% - -22px);
}

.wpb_column[data-border-style=double_offset][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-top:after {
	top: -24px;
	left: 16px;
	width: calc(100% - 32px);
}

.wpb_column[data-border-style=double_offset][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-bottom:after {
	bottom: -24px;
	left: 16px;
	width: calc(100% - 32px);
}

.wpb_column[data-border-style=double_offset][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-left:after {
	left: 8px;
	top: -11px;
	height: calc(100% - -22px);
}

.wpb_column[data-border-style=double_offset][data-border-width="8px"]>.vc_column-inner>.border-wrap>.border-right:after {
	right: 8px;
	top: -11px;
	height: calc(100% - -22px);
}

.wpb_column[data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-top {
	top: -1px;
	left: -1px;
	width: calc(100% - -2px);
}

.wpb_column[data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: -1px;
	left: -1px;
	width: calc(100% - -2px);
}

.wpb_column[data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-left {
	top: -1px;
	left: -1px;
	height: calc(100% - -2px);
}

.wpb_column[data-border-width="1px"]>.vc_column-inner>.border-wrap>.border-right {
	top: -1px;
	right: -1px;
	height: calc(100% - -2px);
}

.wpb_column[data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-top {
	top: -2px;
	left: -2px;
	width: calc(100% - -4px);
}

.wpb_column[data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: -2px;
	left: -2px;
	width: calc(100% - -4px);
}

.wpb_column[data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-left {
	top: -2px;
	left: -2px;
	height: calc(100% - -4px);
}

.wpb_column[data-border-width="2px"]>.vc_column-inner>.border-wrap>.border-right {
	top: -2px;
	right: -2px;
	height: calc(100% - -4px);
}

.wpb_column[data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-top {
	top: -3px;
	left: -3px;
	width: calc(100% - -6px);
}

.wpb_column[data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: -3px;
	left: -3px;
	width: calc(100% - -6px);
}

.wpb_column[data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-left {
	top: -3px;
	left: -3px;
	height: calc(100% - -6px);
}

.wpb_column[data-border-width="3px"]>.vc_column-inner>.border-wrap>.border-right {
	top: -3px;
	right: -3px;
	height: calc(100% - -6px);
}

.wpb_column[data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-top {
	top: -4px;
	left: -4px;
	width: calc(100% - -8px);
}

.wpb_column[data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: -4px;
	left: -4px;
	width: calc(100% - -8px);
}

.wpb_column[data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-left {
	top: -4px;
	left: -4px;
	height: calc(100% - -8px);
}

.wpb_column[data-border-width="4px"]>.vc_column-inner>.border-wrap>.border-right {
	top: -4px;
	right: -4px;
	height: calc(100% - -8px);
}

.wpb_column[data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-top {
	top: -5px;
	left: -5px;
	width: calc(100% - -10px);
}

.wpb_column[data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: -5px;
	left: -5px;
	width: calc(100% - -10px);
}

.wpb_column[data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-left {
	top: -5px;
	left: -5px;
	height: calc(100% - -10px);
}

.wpb_column[data-border-width="5px"]>.vc_column-inner>.border-wrap>.border-right {
	top: -5px;
	right: -5px;
	height: calc(100% - -10px);
}

.wpb_column[data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-top {
	top: -6px;
	left: -6px;
	width: calc(100% - -12px);
}

.wpb_column[data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-bottom {
	bottom: -6px;
	left: -6px;
	width: calc(100% - -12px);
}

.wpb_column[data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-left {
	top: -6px;
	left: -6px;
	height: calc(100% - -12px);
}

.wpb_column[data-border-width="6px"]>.vc_column-inner>.border-wrap>.border-right {
	top: -6px;
	right: -6px;
	height: calc(100% - -12px);
}

.wpb_column[data-border-width="1px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="1px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 1px;
}

.wpb_column[data-border-width="2px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="2px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 2px;
}

.wpb_column[data-border-width="3px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="3px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 3px;
}

.wpb_column[data-border-width="4px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="4px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 4px;
}

.wpb_column[data-border-width="5px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="5px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 5px;
}

.wpb_column[data-border-width="6px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="6px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 6px;
}

.wpb_column[data-border-width="7px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="7px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 7px;
}

.wpb_column[data-border-width="8px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="8px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 8px;
}

.wpb_column[data-border-width="9px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="9px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 9px;
}

.wpb_column[data-border-width="10px"]>.vc_column-inner>.border-wrap>span, .wpb_column[data-border-width="10px"]>.vc_column-inner>.border-wrap>span:after {
	border-width: 10px;
}

body[data-m-animate="1"] .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-bottom, body[data-m-animate="1"] .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-top {
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transform: scaleX(0);
}

body[data-m-animate="1"] .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-left, body[data-m-animate="1"] .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-right {
	-webkit-transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: scaleY(0);
	transition: transform 1s cubic-bezier(.19, 1, .22, 1);
	transform: scaleY(0);
}

body[data-m-animate="1"] .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-bottom, body[data-m-animate="1"] .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-top {
	transform: scaleX(1);
}

body[data-m-animate="1"] .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-left, body[data-m-animate="1"] .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-right {
	transform: scaleY(1);
}

body div.wpforms-container-full.nectar-inline-subscribe-form .wpforms-form input[type], body div.wpforms-container-full.nectar-inline-subscribe-form .wpforms-form select {
	border-radius: var(--nectar-border-radius);
}

body div.wpforms-container-full.nectar-inline-subscribe-form .wpforms-form input:focus {
	box-shadow: none;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	color: #fff;
	background-color: var(--nectar-accent-color);
}

#ajax-content-wrap .nectar-inline-subscribe-form form {
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: flex-end;
}

.nectar-inline-subscribe-form.wpforms-container-full .wpforms-form .wpforms-submit-container, div.wpforms-container-full.nectar-inline-subscribe-form .wpforms-form .wpforms-field {
	padding: 0;
}

body div.wpforms-container-full.nectar-inline-subscribe-form .wpforms-form input {
	max-width: 100%;
	padding: 1em;
	height: auto;
}

body div.wpforms-container-full.nectar-inline-subscribe-form .wpforms-form input {
	padding-right: 25%;
}

body .nectar-inline-subscribe-form.wpforms-container-full .wpforms-field-container {
	width: 100%;
	position: relative;
}

body .wpforms-confirmation-container-full {
	border: 0;
	background-color: var(--nectar-accent-color);
}

body .wpforms-confirmation-container-full p {
	color: #fff;
}

div.wpforms-container-full.nectar-inline-subscribe-form {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.wpforms-container-full.nectar-inline-subscribe-form .wpforms-form .wpforms-field-label {
	position: absolute;
	transform: translateY(-130%);
}

div.wpforms-container-full.nectar-inline-subscribe-form .wpforms-form em.wpforms-error {
	position: absolute;
	top: 100%;
	transform: translateY(10%);
}

.nectar-inline-subscribe-form.wpforms-container-full .wpforms-form .wpforms-submit-container {
	position: absolute;
	width: auto;
	right: 0;
	height: 100%;
	min-width: 25%;
	clip-path: inset(6px round var(--nectar-border-radius));
}

html body .nectar-inline-subscribe-form.wpforms-container-full .wpforms-form .wpforms-submit-container button {
	height: 100%;
	width: 100%;
	padding: 0 20px;
	background-color: var(--nectar-accent-color);
	color: #fff;
	transform: none !important;
}

html body .nectar-inline-subscribe-form.wpforms-container-full .wpforms-form .wpforms-submit-container button:active, html body .nectar-inline-subscribe-form.wpforms-container-full .wpforms-form .wpforms-submit-container button:hover {
	background: 0 0;
	background-color: var(--nectar-accent-color);
}

#ajax-content-wrap .nectar-transparent-fields.wpforms-container-full .wpforms-form input[type] {
	background-color: transparent;
}

.nectar-transparent-fields.wpforms-container-full .wpforms-form input[type] {
	border: 1px solid currentColor;
	box-shadow: none;
}

.nectar-transparent-fields.wpforms-container-full .wpforms-form input[type]:hover {
	border-color: currentColor !important;
}

body .nectar-transparent-fields.wpforms-container-full .wpforms-form input[type] {
	color: inherit;
}

.nectar-transparent-fields.wpforms-container-full .wpforms-form .wpforms-submit-container button {
	backdrop-filter: blur(10px);
}

.dark .nectar-transparent-fields.wpforms-container-full .wpforms-form .wpforms-submit-container button {
	background-color: rgba(0, 0, 0, .2);
	color: #000;
}

.dark .nectar-transparent-fields.wpforms-container-full .wpforms-form .wpforms-submit-container button:hover {
	color: #fff;
}

.light .nectar-transparent-fields.wpforms-container-full .wpforms-form .wpforms-submit-container button {
	background-color: rgba(255, 255, 255, .15);
	color: #fff;
}

.light .nectar-transparent-fields.wpforms-container-full .wpforms-form .wpforms-submit-container button:hover {
	background-color: rgba(255, 255, 255, .3) !important;
}

:root {
	--mobile-container-width: 88%;
}

@media only screen and (min-width:1300px) {
	.container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
		max-width: 1100px;
	}
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	#author-bio #author-info {
		width: 544px;
	}
	
	#project-meta ul li .nectar-love-wrap.fadein {
		margin-right: 11px;
		padding-right: 11px;
	}
	
	#page-header-bg .span_6 .subheader {
		font-size: 24px;
	}
	
	.portfolio-items:not(.carousel) .col .work-item.style-2 i {
		line-height: 32px;
		height: 32px;
		width: 32px;
		font-size: 14px;
	}
	
	#top nav>ul>li>a {
		padding-left: 8px;
	}
	
	.sf-sub-indicator {
		left: 6px;
	}
}

@media only screen and (min-width :691px) and (max-width :999px) {
	.span_1, .span_10, .span_11, .span_12, .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9 {
		width: 100%;
		margin-left: 0;
	}
	
	.col, body .vc_row-fluid .wpb_column {
		margin-bottom: 25px;
	}
	
	#header-outer .col {
		margin-bottom: 0;
		margin-right: 0;
	}
	
	.wpb_column {
		width: 100%;
	}
	
	body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop], body .vc_row-fluid.inner_row[data-column-margin*=px] .child_column.wpb_column[data-t-w-inherits=small_desktop] {
		margin-bottom: 0;
	}
	
	.vc_col-sm-12[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]), body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-12 {
		width: 100%;
	}
	
	body .vc_row-fluid [class*=vc_col-][data-t-w-inherits=small_desktop]:first-child:not([class*=offset]) {
		margin-left: 0;
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xs-6 {
		width: 50%;
	}
	
	body .vc_row-fluid .vc_col-xs-12[class*=vc_col-xs-] {
		width: 100%;
	}
	
	.one-fourths.span_3, .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]), .one-fourths.vc_span3 {
		width: 50%;
		margin-bottom: 2%;
	}
	
	.one-fourths.span_3.clear-both, .one-fourths.vc_col-sm-3.clear-both:not([class*=vc_col-xs-]), .one-fourths.vc_span3.clear-both {
		clear: both;
	}
	
	#footer-outer .one-fourths.span_3.right-edge, .one-fourths.span_3.right-edge, .one-fourths.vc_col-sm-3.right-edge:not([class*=vc_col-xs-]), .one-fourths.vc_span3.right-edge {
		margin-right: 0;
	}
	
	.portfolio-items .col {
		width: 100%;
		margin-left: 0;
		margin-bottom: 8px;
	}
	
	.portfolio-items:not(.carousel) div:nth-child(2n+2) {
		clear: both;
	}
	
	.portfolio-items[data-ps="6"] .col {
		padding: 2%;
	}
	
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1;
	}
	
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
	}
	
	.ascend .main-content .col.boxed:hover, .col.boxed:hover, .material .main-content .col.boxed:hover {
		margin-top: 0;
		top: 0;
		transform: none;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	}
	
	#call-to-action .container a {
		margin-top: 20px;
		margin-left: 0;
	}
	
	#ajax-content-wrap .post-area {
		padding-right: 0;
	}
	
	#ajax-content-wrap .contact-info {
		padding-left: 0;
	}
	
	.nectar-google-map {
		max-height: 425px;
	}
	
	#sidebar .recent_projects_widget div a {
		width: 90px;
	}
	
	#sidebar .recent_projects_widget div a:nth-child(3n+3) {
		margin: 2% 2% 0 0;
	}
	
	body #sidebar .recent_projects_widget div a:last-child {
		margin-right: 0;
	}
	
	#author-bio #author-info {
		width: 494px;
	}
	
	#page-header-bg .span_6 h1 {
		font-size: 32px;
		line-height: 38px;
	}
	
	#page-header-bg .span_6 {
		top: auto !important;
		float: none;
	}
	
	.page-header-no-bg #ajax-content-wrap .portfolio-filters {
		margin-top: 15px;
		float: none;
		clear: both;
		height: auto;
	}
	
	#page-header-bg[data-parallax="1"] .project-title .span_6 {
		padding-right: 70px;
	}
	
	.page-header-no-bg .portfolio-filters ul {
		position: absolute;
		width: 100%;
	}
	
	html.js #page-header-bg[data-parallax="0"].not-loaded {
		background-color: #f5f5f5;
	}
	
	#call-to-action .container span {
		display: block;
	}
	
	.main-content .col.span_2 .col.span_2, .main-content .col.span_3 .col.span_2, .main-content .col.span_4 .col.span_2, .main-content .col.span_6 .col.span_2 {
		width: 7%;
	}
	
	.main-content .col.span_2 .col.span_10, .main-content .col.span_3 .col.span_10, .main-content .col.span_4 .span_10, .main-content .col.span_6 .col.span_10 {
		width: 91%;
	}
	
	.testimonial_slider .flickity-page-dots {
		bottom: -35px;
	}
	
	#ajax-content-wrap .span_12 .col.span_6.empty-second {
		width: 49%;
	}
	
	.iosSlider.product-thumbnails .thumb {
		width: 112px;
	}
	
	#footer-widgets .container .row>div:nth-child(2).span_4 {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width :690px) {
	.material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
		top: 0;
	}
	
	body:not([data-hhun="1"]) #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
		transform: none !important;
	}
	
	.vc_row-fluid [class*=vc_span] {
		width: 100% !important;
	}
	
	body #header-outer[data-full-width=true] header>.container, body #header-secondary-outer[data-full-width=true]>.container, body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
		max-width: 100%;
		padding: 0 18px;
	}
	
	.col {
		margin-bottom: 25px;
	}
	
	.post-area {
		margin-bottom: 0;
	}
	
	.ascend .main-content .col.boxed:hover, .col.boxed:hover, .material .main-content .col.boxed:hover {
		margin-top: 0;
		top: 0;
		transform: none;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	}
	
	#header-outer .col {
		margin-bottom: 0;
	}
	
	.nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
		max-width: 100%;
	}
	
	#fp-nav ul li a, .fp-slidesNav ul li a {
		padding: 11px 11px;
	}
	
	#fp-nav ul li a span, .fp-slidesNav ul li a span {
		height: 6px;
		width: 6px;
	}
	
	#fp-nav.right {
		right: 10px;
	}
	
	.nectar_fullscreen_zoom_recent_projects .dot-nav {
		display: none;
	}
	
	.container .post .post-meta {
		display: none;
	}
	
	#ajax-content-wrap .container .post .post-content {
		padding-left: 0;
	}
	
	.container .post-header {
		font-size: 12px;
	}
	
	.post-content.classic .post-header>span:after {
		height: 9px;
	}
	
	.container .comment-list .comment>div {
		padding: 25px 25px 40px 25px;
	}
	
	#ajax-content-wrap .comment-list .children {
		padding-left: 20px;
	}
	
	.container .comment-list .comment>div img.avatar {
		display: block;
		position: relative;
		height: 40px;
		width: 40px;
		top: 0;
		left: 0;
		margin-bottom: 5px;
	}
	
	body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar {
		border-width: 2px;
	}
	
	body:not(.material) .comment-list .children {
		background-image: none;
	}
	
	body:not(.material) .comment-list .children.nitro-lazy {
		background-image: none !important;
	}
	
	body.ascend #ajax-content-wrap .comment-list .children {
		margin-left: 0;
		padding-left: 30px;
	}
	
	body.material #ajax-content-wrap .comment-list .comment>div, body.material #ajax-content-wrap .comment-list .pingback>div {
		margin-top: 2.5em;
	}
	
	body.material .comment-list .children {
		border-left: 1px solid rgba(0, 0, 0, .1);
	}
	
	body.material .container .comment-list .comment>div {
		padding: 0;
	}
	
	body.material #ajax-content-wrap .comment-list .children {
		margin-left: 0;
		padding-left: 30px;
	}
	
	body.material #ajax-content-wrap .comment-list .comment .comment>div {
		padding-left: 0;
	}
	
	.container #respond h3 {
		font-size: 18px;
	}
	
	.container .comment-list .reply {
		right: 29px;
		top: auto;
		bottom: 29px;
	}
	
	.original .container .comment-list .reply {
		right: 0;
		top: auto;
		bottom: 0;
		margin-top: 20px;
		position: relative;
	}
	
	.container .contact-info {
		padding-left: 0;
	}
	
	html.js #page-header-bg[data-parallax="0"].not-loaded {
		background-color: #f5f5f5;
	}
	
	#page-header-bg .portfolio-filters ul {
		position: absolute;
		width: 100%;
	}
	
	#page-header-bg .span_6 {
		margin-bottom: 15px;
	}
	
	#call-to-action .container a {
		display: block;
		margin-top: 20px;
		margin-left: 0;
	}
	
	#call-to-action {
		font-size: 18px;
	}
	
	#ajax-content-wrap h2 .nectar-button, #ajax-content-wrap h3 .nectar-button, #ajax-content-wrap h4 .nectar-button {
		display: block;
	}
	
	.post-area #pagination, .post-area.masonry #pagination {
		padding-left: 0;
	}
	
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1;
	}
	
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
	}
	
	.bottom_controls #portfolio-nav .controls li#next-link a i:after, .bottom_controls #portfolio-nav .controls li#prev-link a i:after {
		display: none;
	}
	
	#search-results .result, .masonry-blog-item {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 25px;
		margin-left: 0 !important;
	}
	
	.posts-container[data-load-animation=none] article .inner-wrap.animated {
		opacity: 1;
	}
	
	.gallery .gallery-item {
		width: 100% !important;
	}
	
	#author-bio img {
		margin-right: 0;
		width: 60px;
		height: 60px;
	}
	
	.row .blog-recent[data-style=list_featured_first_row].columns-3 .featured .post-featured-img {
		padding-bottom: 75%;
	}
	
	.section-down-arrow i.icon-default-style[class^=icon-] {
		font-size: 16px;
	}
	
	.section-down-arrow {
		bottom: 10px;
		right: 20px;
	}
	
	#contact-map {
		height: 270px;
	}
	
	.nectar-google-map {
		max-height: 270px;
	}
	
	.pp_pic_holder {
		left: 9px;
		width: 96%;
	}
	
	.pp_content {
		width: 100%;
		height: 290px;
	}
	
	.pp_content iframe {
		width: 100%;
	}
	
	.pp_content .pp_inline iframe {
		height: 250px;
	}
	
	.pp_content #pp_full_res img {
		width: 100%;
		height: auto;
	}
	
	#page-header-bg .span_6 h1, .single.single-post .section-title h1, body.search #page-header-bg h1, body.single.single-post .row .col.section-title.span_12 h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 4px;
	}
	
	#page-header-bg .span_6 {
		top: auto !important;
		float: none;
	}
	
	#page-header-bg .author-section .meta-author .avatar {
		display: none;
	}
	
	#ajax-content-wrap .pricing-table>div {
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	#page-header-bg #portfolio-nav ul, .section-title #portfolio-nav ul {
		margin-bottom: 0;
	}
	
	#portfolio-nav ul:first-child {
		z-index: 103;
	}
	
	#portfolio-nav .controls:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	body .container .portfolio-filters-inline.full-width-content .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	body #full_width_portfolio .project-title.parallax-effect .container, body #page-header-bg .project-title .container {
		padding-bottom: 30px;
	}
	
	body #page-header-bg .section-title {
		padding: 0;
	}
	
	.ascend #ajax-content-wrap .comment-list .reply {
		top: 0;
	}
	
	#customer_details>div {
		width: 100%;
		float: none;
	}
	
	.main-content .col.span_2 .col.span_2, .main-content .col.span_3 .col.span_2, .main-content .col.span_4 .col.span_2, .main-content .col.span_6 .col.span_2 {
		width: 15%;
	}
	
	.main-content .col.span_2 .col.span_10, .main-content .col.span_3 .col.span_10, .main-content .col.span_4 .span_10, .main-content .col.span_6 .col.span_10 {
		width: 83%;
	}
	
	.slider-pagination {
		bottom: 10px;
	}
	
	.main-content .col.span_2 .col.span_2 img, .main-content .col.span_3 .col.span_2 img, .main-content .col.span_4 .col.span_2 img, .main-content .col.span_6 .col.span_2 img {
		padding-right: 13px;
		top: -3px;
	}
	
	#buddypress .register-section {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding: 0 10% !important;
	}
	
	#header-outer[data-full-width=true] header>.container {
		padding: 0;
	}
	
	.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot {
		width: 25px;
	}
}

@media only screen and (min-width :1px) and (max-width :999px) {
	.container {
		max-width: var(--mobile-container-width);
	}
	
	.container .nectar-global-section>.container {
		max-width: 100%;
	}
	
	.n-sticky {
		width: 100%;
	}
	
	#to-top:not(.mobile-enabled) {
		display: none;
	}
	
	div[data-advanced-animation=true]:not([data-persist-animation]) {
		transform: none !important;
		opacity: 1 !important;
	}
	
	body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
		display: none;
	}
	
	body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.starting-logo.dark-version, body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.starting-logo:not(.dark-version):not(.mobile-only-logo), body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml=true] img:not(.mobile-only-logo) {
		display: none !important;
	}
	
	#page-header-bg .span_6, #page-header-bg[data-parallax="1"] .span_6 .inner-wrap, body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.mobile-only-logo.starting-logo.dark-version, body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.mobile-only-logo.starting-logo:not(.dark-version), body #header-outer:not(.transparent) #top .span_3 #logo .mobile-only-logo {
		display: block !important;
	}
	
	body #header-outer[data-permanent-transparent="1"][data-transparent-header=true].transparent #top .span_3 #logo .mobile-only-logo {
		opacity: 1 !important;
	}
	
	body[data-hhun="1"] #header-outer[data-mobile-fixed=false].invisible:not(.side-widget-open) {
		transform: none !important;
		pointer-events: auto !important;
	}
	
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo, #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 .logo-clone {
		display: none;
	}
	
	#page-header-bg[data-parallax="1"], #page-header-bg[data-parallax="1"] .span_6 {
		padding-right: 0;
		transform: translate(0) !important;
		visibility: visible !important;
	}
	
	#ajax-content-wrap .video-texture {
		display: none;
	}
	
	.full-width-content.parallax_section, .full-width-section.parallax_section {
		background-attachment: scroll !important;
		background-position: center !important;
	}
	
	#page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image, .wpb_row.parallax_section .row-bg.using-image {
		backface-visibility: hidden;
	}
	
	#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
		transition: none;
	}
	
	.material #header-outer.transparent .bg-color-stripe {
		height: 30vh;
	}
	
	img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0;
	}
	
	img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0;
	}
	
	img.img-with-animation[data-animation=fade-in-from-bottom] {
		bottom: 0;
	}
	
	.img-with-aniamtion-wrap .inner {
		margin: 0 !important;
	}
	
	body .img-with-aniamtion-wrap img {
		max-width: 100%;
	}
	
	body .img-with-aniamtion-wrap:not([data-max-width-mobile=default]) .inner {
		max-width: none !important;
	}
	
	.img-with-aniamtion-wrap[data-max-width-mobile*="%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) img {
		width: 100%;
	}
	
	.img-with-aniamtion-wrap[data-max-width="75%"] .inner {
		max-width: 75%;
	}
	
	.img-with-aniamtion-wrap[data-max-width="50%"] .inner {
		max-width: 50%;
	}
	
	.full-width-section>.col.span_12 {
		margin-bottom: 0;
	}
	
	div[data-bg-mobile-hidden=true] .row-bg.using-image {
		background-image: none !important;
	}
	
	div[data-bg-mobile-hidden=true] .row-bg.using-image.nitro-lazy {
		background-image: none !important;
	}
	
	div[data-bg-mobile-hidden=true] .row-bg.using-image picture {
		display: none;
	}
	
	.full-width-section {
		margin-top: 0;
	}
	
	#header-outer #top #logo img, #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version, body[data-bg-header=true] .full-width-content.first-section, body[data-bg-header=true] .full-width-section.first-section, body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section {
		margin-top: 0 !important;
	}
	
	.nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
		max-width: 75%;
	}
	
	body #header-outer[data-format=centered-menu-bottom-bar] #top #logo img, body #header-outer[data-format=centered-menu-under-logo] #top #logo img {
		margin: 0;
	}
	
	#header-outer[data-has-menu=false][data-format=default] #top .span_3, #header-outer[data-has-menu=true] #top .span_3, #header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3, #header-outer[data-has-menu=true][data-ptnm="1"] #top .span_3, body.material #header-outer[data-format=centered-menu-bottom-bar] #top .span_3 {
		text-align: left;
	}
	
	#header-outer[data-transparent-header=true].no-pointer-events.side-widget-open {
		pointer-events: auto;
	}
	
	.material #header-outer[data-transparent-header=true][data-mobile-fixed="1"].transparent {
		overflow: visible;
	}
	
	#header-outer[data-mobile-fixed="1"], #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
		position: fixed !important;
	}
	
	.material #header-outer[data-mobile-fixed=false][data-using-secondary="1"], .material.admin-bar #header-outer[data-mobile-fixed=false][data-using-secondary="1"] {
		top: 0;
	}
	
	body #header-outer[data-transparent-header=true][data-remove-border=true], body #header-outer[data-transparent-header=true][data-remove-border=true].transparent {
		border: none;
	}
	
	body[data-slide-out-widget-area-style=slide-out-from-right-hover][data-slide-out-widget-area=true][data-user-set-ocm=off] #header-outer header>.container {
		max-width: 100%;
		padding: 0 18px;
	}
	
	.using-mobile-browser .slide-out-hover-icon-effect a {
		pointer-events: auto;
	}
	
	.container-wrap {
		z-index: 11;
	}
	
	.work-item:not([data-custom-content=on]) .work-info-bg {
		display: none;
	}
	
	.style-3 .work-info-bg {
		display: block;
	}
	
	#header-outer[data-permanent-transparent=false] #logo .dark-version, body #top #logo img {
		height: 24px;
		margin-top: -3px;
		top: 3px;
		position: relative;
	}
	
	#header-outer #top #logo img, #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version {
		top: 0;
	}
	
	#header-outer[data-permanent-transparent=false] #logo .dark-version, body.material #header-outer[data-permanent-transparent=false] #logo .dark-version {
		position: absolute;
	}
	
	.ascend #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .ascend #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd, .material #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .material #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd, .original #header-outer:not([data-transparent-header=true]) #top #logo img.stnd, .original #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd {
		position: relative;
	}
	
	body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version, body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo {
		top: 6px;
	}
	
	.admin-bar #header-outer, .logged-in.buddypress #header-outer {
		top: 0;
	}
	
	.admin-bar.material-ocm-open #header-outer.transparent {
		top: 46px;
	}
	
	body #header-outer {
		margin-bottom: 0;
		padding: 12px 0;
	}
	
	body #header-outer:has(>div[class*=nectar_hook_before_secondary_header]) {
		padding-top: 0;
	}
	
	body #header-outer>div[class*=nectar_hook_before_secondary_header] {
		margin-bottom: 12px;
	}
	
	body.page-template-template-no-header-footer.nectar_using_pfsr #header-outer, body.page-template-template-no-header.nectar_using_pfsr #header-outer {
		padding: 0;
	}
	
	body #header-outer, body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header=true]):not(.detached), body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent=false][data-using-secondary="1"]:not([data-transparent-header=true]) {
		position: relative;
	}
	
	.ascend #header-outer[data-transparent-header=true][data-remove-border=false].transparent, .original #header-outer[data-transparent-header=true][data-remove-border=false].transparent {
		transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease;
	}
	
	#header-outer[data-permanent-transparent="1"].transparent #top .span_9>.slide-out-widget-area-toggle i {
		color: #fff;
	}
	
	body #slide-out-widget-area.slide-out-from-right-hover {
		z-index: 9999;
	}
	
	#header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
		opacity: 1;
	}
	
	#header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
		opacity: 0;
	}
	
	#slide-out-widget-area {
		top: 0 !important;
	}
	
	#header-outer #logo {
		top: 0;
		left: 0;
	}
	
	#header-space {
		display: none;
	}
	
	#header-space[data-header-mobile-fixed="1"] {
		display: block;
	}
	
	#top #mobile-cart-link, #top .mobile-search, #top .span_9>.slide-out-widget-area-toggle {
		display: inline-block;
	}
	
	#top .col.span_3 {
		left: 0;
		top: 0;
		z-index: 100;
		width: 100%;
	}
	
	#header-outer[data-format=centered-logo-between-menu] #top .span_3, #header-outer[data-format=centered-menu] #top .span_3, #top .col.span_3 {
		position: relative;
	}
	
	#header-outer #top .col.span_3 {
		line-height: 0;
	}
	
	#header-outer #top .col.span_3 #logo {
		vertical-align: middle;
	}
	
	#top .col.span_9 {
		margin-left: 0;
		margin-bottom: 0;
		width: 100% !important;
		float: none;
		z-index: 100;
		position: static;
		display: flex;
		align-items: center;
	}
	
	#header-outer[data-format=centered-logo-between-menu] .row .col.span_9, #header-outer[data-format=centered-menu] #top .span_9 {
		position: static;
	}
	
	#header-outer[data-format=centered-menu-bottom-bar] #top .span_9, #top .col.span_9 {
		min-height: 0;
		width: auto !important;
		position: absolute !important;
		right: 0;
		top: 0;
		z-index: 2000;
		height: 100%;
	}
	
	#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container, .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6, body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) .span_6>.inner-wrap, body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6>.inner-wrap, body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-bottom], body[data-slide-out-widget-area=true] #top #logo {
		transform: none !important;
	}
	
	body[data-slide-out-widget-area=true] #top .span_9>.slide-out-widget-area-toggle.std-menu {
		left: 0 !important;
		right: auto !important;
		text-align: left;
		z-index: 10000;
	}
	
	body[data-slide-out-widget-area=true] #top .span_3 {
		text-align: center;
	}
	
	body[data-slide-out-widget-area=true] #header-outer[data-has-menu=false] #top .span_3 {
		text-align: left;
	}
	
	#header-outer .slide-out-widget-area-toggle .lines, #header-outer .slide-out-widget-area-toggle .lines-button, #header-outer .slide-out-widget-area-toggle .lines:after, #header-outer .slide-out-widget-area-toggle .lines:before {
		width: 22px;
	}
	
	#header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
		top: -6px;
	}
	
	body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
		top: 6px;
	}
	
	#header-outer[data-mobile-fixed="1"] #top #logo, body[data-slide-out-widget-area=true] #top #logo {
		display: inline-block;
	}
	
	body[data-slide-out-widget-area=true]:not(.material) [data-transparent-header=true][data-mobile-fixed=false] #top #logo {
		position: relative;
	}
	
	body[data-slide-out-widget-area=true] #top .col.span_3 {
		width: 100%;
	}
	
	body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
		display: block;
	}
	
	#slide-out-widget-area .widget_nav_menu {
		overflow-y: hidden;
		overflow-x: hidden;
	}
	
	#header-outer #top nav>ul {
		width: auto;
		padding: 15px 0 25px 0;
		margin: 0 auto 0 auto;
		z-index: 100000;
		position: relative;
	}
	
	#header-outer #top nav>ul>li>ul>li {
		opacity: 1;
		transform: none;
	}
	
	#header-outer #top nav>ul>.megamenu>ul>li, #top nav>ul li {
		display: block;
		width: auto;
		margin-left: 0;
	}
	
	#top nav>ul>.megamenu>.sub-menu {
		width: auto !important;
		opacity: 1;
		display: block;
	}
	
	#top nav>ul ul {
		position: relative;
		width: auto;
		top: 0;
		left: 0;
		padding: 0;
		opacity: 1;
		visibility: visible;
		box-shadow: 0 0 0 #fff;
		background-color: transparent;
		float: none;
	}
	
	#top nav>ul ul li {
		padding-left: 20px;
	}
	
	#top nav .sf-menu .sfHover>a {
		color: #ffbaaf;
	}
	
	a>.sf-sub-indicator {
		right: 0;
		position: absolute;
		padding: 16px;
		left: auto;
		top: 0;
		height: auto;
		width: auto;
	}
	
	#ajax-content-wrap .mejs-controls {
		display: flex;
		visibility: visible;
	}
	
	#ajax-content-wrap .post-area {
		padding-right: 0;
		margin-bottom: 0;
	}
	
	.slider-nav {
		position: relative;
		max-width: 600px;
		margin: -40px auto 0 auto;
	}
	
	body .slider-nav>span {
		height: 25px;
		width: 25px;
	}
	
	body .slider-nav>.left {
		left: 0;
	}
	
	body .slider-nav>.right {
		left: 30px;
	}
	
	#header-outer #top nav, .slider-nav span span {
		display: none !important;
	}
	
	#pagination {
		margin-bottom: 40px;
	}
	
	.portfolio-items .col .work-item .work-info .custom-content .nectar-button {
		width: auto;
	}
	
	#page-header-bg, #page-header-wrap, body .nectar-button.see-through-2, body .nectar-button.see-through-3 {
		transition: none !important;
	}
	
	#ajax-content-wrap .wp-caption {
		width: 100%;
	}
	
	.main-content>div {
		padding-bottom: 0;
	}
	
	#single-meta {
		display: block;
		clear: both;
		margin-bottom: 10px;
	}
	
	#page-header-bg[data-parallax="1"], body #page-header-bg:not(.fullscreen-header) .row, body.single-post #page-header-bg:not(.fullscreen-header) .row, body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6>.inner-wrap, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
		top: 0 !important;
	}
	
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
		padding-top: 10%;
		padding-bottom: 10%;
	}
	
	body:not(.single-post) #page-header-bg[data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	body:not(.single-post) #page-header-bg[data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 13%;
		padding-bottom: 13%;
	}
	
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
		min-height: 40px;
	}
	
	body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
		min-height: 80px;
	}
	
	#page-header-bg[data-parallax="1"], #single-meta, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6>.inner-wrap:first-child, body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6, body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6 .inner-wrap, body[data-header-format] #header-secondary-outer {
		position: relative !important;
	}
	
	body:not(.single-post) .nectar-particles svg {
		display: none;
	}
	
	#header-outer:not([data-permanent-transparent="1"]), #page-header-wrap, #top, .full-page-inner-wrap[data-content-pos=full_height] .full-page-inner>.span_12, .vc_text_separator, body:not(.single-post) #page-header-bg:not(.fullscreen-header), body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header), body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
		height: auto !important;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) {
		padding-top: 16%;
		padding-bottom: 4%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 10%;
		padding-bottom: 2%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 20%;
		padding-bottom: 6%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
		padding-top: 4%;
		padding-bottom: 16%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=low]:not(.fullscreen-header) {
		padding-top: 2%;
		padding-bottom: 10%;
	}
	
	body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=high]:not(.fullscreen-header) {
		padding-top: 6%;
		padding-bottom: 20%;
	}
	
	.related-posts.columns-3 .span_4 {
		margin-right: 0;
	}
	
	#single-meta ul {
		margin-left: 0;
	}
	
	.page-template-template-portfolio-php .portfolio-filters {
		margin-bottom: 0;
	}
	
	#footer-outer #social li {
		width: 33px;
		margin-top: 9px;
		margin-bottom: 9px;
	}
	
	.nectar-recent-posts-slider .recent-post-container {
		max-width: none;
	}
	
	.nectar-recent-posts-slider .flickity-page-dots, .nectar-recent-posts-slider .recent-post-container {
		padding: 0 40px;
	}
	
	.nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button {
		display: none;
	}
	
	.nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
		width: 60%;
		margin-right: 7%;
	}
	
	.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
		max-width: 100%;
	}
	
	.span_9 .carousel-heading {
		padding-right: 0 !important;
	}
	
	#page-header-wrap {
		margin-top: 0;
		overflow: visible;
	}
	
	#page-header-bg .span_6, #page-header-bg[data-parallax="1"] .span_6 .inner-wrap {
		opacity: 1 !important;
	}
	
	body #header-outer[data-using-secondary="1"], body.admin-bar #header-outer[data-using-secondary="1"] {
		top: 0;
	}
	
	h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
		display: inline-block;
		margin-top: 20px;
	}
	
	body .clients.no-carousel:not(.fade-in-animation)>div {
		opacity: 1;
	}
	
	#page-header-bg[data-parallax="1"] .span_6 .inner-wrap {
		transform: none !important;
	}
	
	.owl-carousel[data-enable-animation=true] .owl-controls, .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, .post-area.masonry:not(.meta_overlaid) {
		opacity: 1 !important;
	}
	
	.col.has-animation[data-animation=fade-in-from-bottom], .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom], .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
		bottom: 0 !important;
	}
	
	.post-area.col_last:not(.auto_meta_overlaid_spaced) {
		padding-left: 0 !important;
	}
	
	.col.centered-text ul, .col.centered-text ul li, .wpb_column.centered-text ul, .wpb_column.centered-text ul li {
		text-align: left;
		margin-left: 0 !important;
	}
	
	.col.centered-text ul, .wpb_column.centered-text ul {
		margin: 0 !important;
		display: block !important;
	}
	
	#ajax-content-wrap .nectar-fancy-ul[data-animation=true] ul li, .nectar-fancy-ul[data-animation=true] ul li {
		left: 0;
	}
	
	.testimonial_slider .controls ul {
		text-align: center !important;
	}
	
	#page-header-bg[data-parallax="0"] {
		margin-top: -1px;
	}
	
	.wpb_tabs_nav .cta-button {
		top: 0;
		transform: translateY(-100%);
		left: 0;
		right: auto;
	}
	
	#footer-widgets .container .row>div:last-child {
		margin-bottom: 0 !important;
	}
	
	.woocommerce .pp_gallery, body .pp_gallery {
		display: none;
	}
	
	.material .span_9 #author-bio {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width:479px) {
	.full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
		width: 320px;
	}
}

@media only screen and (min-width:480px) and (max-width:690px) {
	.iosSlider.product-thumbnails .thumb {
		width: 98px;
	}
}

@media screen and (max-width:782px) {
	.admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], .admin-bar #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"], .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], .logged-in.buddypress #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"], body.admin-bar #header-outer[data-transparent-header=true][data-mobile-fixed=false] {
		top: 47px;
	}
	
	#header-secondary-outer[data-permanent-transparent="1"] {
		margin-top: 0;
	}
	
	body {
		position: static;
	}
	
	#fp-nav.tooltip_alt {
		display: none;
	}
}

@media only screen and (min-width:481px) and (max-width:1025px) and (orientation:landscape) {
	#header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a:hover .menu-title-text:after {
		display: none;
	}
	
	#to-top {
		display: none;
	}
	
	body .slide-out-hover-icon-effect a {
		pointer-events: auto;
	}
	
	#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
		transition: none;
	}
	
	#page-header-bg[data-parallax="1"], #page-header-bg[data-parallax="1"] .span_6 {
		position: relative !important;
	}
	
	#page-header-bg[data-parallax="1"] {
		top: 0 !important;
	}
	
	#page-header-bg .span_6 {
		display: block !important;
		opacity: 1 !important;
	}
	
	.swiper-container .slider-right {
		right: 0 !important;
	}
	
	.video-texture {
		display: none;
	}
	
	img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0;
	}
	
	img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0;
	}
	
	.col.has-animation[data-animation=fade-in-from-bottom], .wpb_column.has-animation[data-animation=fade-in-from-bottom], img.img-with-animation[data-animation=fade-in-from-bottom] {
		bottom: 0;
	}
	
	#full_width_portfolio .project-title.parallax-effect, .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, .parallax_slider_outer.first-section .nectar-slider-wrap, .parallax_slider_outer.first-section .swiper-slide .content {
		transform: none !important;
	}
	
	.owl-carousel[data-enable-animation=true] .owl-controls, .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, .parallax_slider_outer.first-section .swiper-slide .content {
		opacity: 1 !important;
	}
	
	.col.has-animation[data-animation=grow-in], .img-with-animation[data-animation=grow-in], .wpb_column.has-animation[data-animation=grow-in] {
		visibility: visible;
	}
	
	.portfolio-items .col .work-item .work-info a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
	}
	
	.portfolio-items .col .work-item .work-info .custom-content .nectar-button {
		width: auto;
	}
	
	body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
		opacity: 1;
	}
	
	body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner, body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
		opacity: 1;
		transform: scale(1);
	}
	
	.portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
		height: 100%;
		top: 0;
		transform: none;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (hover:none) and (pointer:coarse) {
	body .parallax_section .row-bg[data-parallax-speed=fixed] {
		background-attachment: scroll !important;
	}
}

@media only screen and (max-width:2600px) {
	body[data-ajax-transitions=true].using-mobile-browser #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
		display: none;
	}
	
	body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
		overflow-y: scroll;
	}
	
	body.using-mobile-browser .parallax_section .row-bg[data-parallax-speed=fixed] {
		background-attachment: scroll !important;
	}
	
	body.using-mobile-browser .cp-modal-popup-container {
		position: relative;
		z-index: 100000;
	}
	
	body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video, body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video {
		display: none;
	}
	
	body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
		display: block;
	}
	
	.using-mobile-browser img.img-with-animation[data-animation=fade-in-from-right] {
		padding-left: 0;
	}
	
	.using-mobile-browser img.img-with-animation[data-animation=fade-in-from-left] {
		padding-right: 0;
	}
	
	.using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom], .using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom], .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-bottom] {
		bottom: 0;
	}
	
	.using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, .using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=zoom-out].loaded .slide-bg-wrap, .using-mobile-browser .portfolio-items .style-5 .parallaxImg-rendered-layer {
		transform: none !important;
	}
	
	.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6, .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-controls, .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item, body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
		opacity: 1 !important;
	}
	
	.using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
		top: 50%;
		left: 50%;
	}
	
	.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
		display: block !important;
	}
	
	.using-ios-device .slide-out-hover-icon-effect a, .using-mobile-browser .slide-out-hover-icon-effect a, .using-touch-device .slide-out-hover-icon-effect a {
		pointer-events: auto;
	}
	
	.using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
		backface-visibility: hidden;
	}
	
	body.using-mobile-browser .nectar-video-wrap {
		height: 100%;
	}
	
	body.using-mobile-browser .blurred-wrap.blurred {
		filter: blur(0);
	}
}

@media only screen and (min-width:1600px) {
	.full-width-content .post-area .masonry-blog-item, .post-area.full-width-content .masonry-blog-item {
		width: 18%;
	}
	
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide {
		width: 50%;
	}
	
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
		width: 50%;
	}
	
	body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall, body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular {
		width: 25%;
	}
}

@media only screen and (min-width:1300px) and (max-width:1600px) {
	body .default-style .portfolio-items .col.elastic-portfolio-item {
		width: 22.43% !important;
	}
	
	.full-width-content .post-area .masonry-blog-item, .post-area.full-width-content .masonry-blog-item {
		width: 23%;
	}
	
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding-left: 2.8% !important;
	}
}

@media only screen and (min-width:990px) and (max-width:1300px) {
	body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
		width: 25%;
	}
}

@media only screen and (min-width:470px) and (max-width:990px) {
	.portfolio-items .elastic-portfolio-item {
		width: 50%;
	}
}

@media only screen and (max-width:690px) and (min-width:470px) {
	.format-status .post-content .status-inner, .post.format-aside .aside-inner, .post.link .post-content .link-inner, .post.quote .post-content .quote-inner {
		padding: 50px 10%;
	}
}

@media only screen and (max-width:690px) {
	body[data-remove-m-video-bgs="1"] .nectar-video-wrap video, body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video {
		display: none;
	}
	
	body[data-remove-m-video-bgs="1"] .mobile-video-image {
		display: block;
	}
	
	.posts-container[data-load-animation=fade_in] article .inner-wrap, .posts-container[data-load-animation=fade_in] article .inner-wrap.animated, .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap, .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap.animated, .posts-container[data-load-animation=perspective] article .inner-wrap, .posts-container[data-load-animation=perspective] article .inner-wrap.animated {
		opacity: 1;
		transform: translateY(0);
	}
	
	.post-area.masonry.classic .posts-container:not(.meta-moved) .post-content>.post-meta {
		opacity: 0;
		position: absolute !important;
	}
	
	.material .related-post-wrap h3.related-title {
		padding-top: 60px;
	}
	
	.nectar-recent-posts-slider .inner-wrap {
		max-width: 80%;
	}
	
	.arhchive #page-header-wrap #page-header-bg .subheader {
		display: none;
	}
}

@media only screen and (max-width:470px) {
	.format-status .post-content .status-inner, .post.format-aside .aside-inner, .post.link .post-content .link-inner, .post.quote .post-content .quote-inner {
		padding: 50px 10%;
	}
	
	.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
		padding: 0 10% !important;
	}
	
	body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
		margin: 0;
	}
	
	body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
		padding-left: 0;
		padding-right: 0;
	}
}

body .products li.product.minimal .product-add-to-cart a {
	font-size: 12px;
}

.nectar-ajax-search-results ul.products li.product.minimal .price, .woocommerce ul.products li.product.minimal .price, .woocommerce-page ul.products li.product.minimal .price {
	color: #000 !important;
}

.woocommerce ul.products li.product.minimal .price, .woocommerce-page ul.products li.product.minimal .price {
	padding-top: 4px;
	margin-bottom: 0;
}

.minimal.product .product-wrap .normal.icon-salient-cart[class*=" icon-"], .minimal.product .product-wrap .normal.icon-salient-m-eye[class*=" icon-"] {
	background-color: transparent;
	width: auto;
	padding-right: 5px;
	font-size: 16px;
}

.minimal.product .product-wrap .normal.icon-salient-m-eye[class*=" icon-"] {
	padding-right: 4px;
}

.woocommerce ul.products .minimal.product span.onsale, .woocommerce-page ul.products .minimal.product span.onsale {
	top: 22px;
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	min-width: 0;
	right: auto;
	left: 22px;
	margin: 0;
	width: auto;
	font-size: 12px !important;
	line-height: 20px;
	font-family: inherit;
	font-weight: 400;
}

li.product.minimal .woocommerce-loop-product__title {
	width: calc(100%);
	padding-bottom: 2px !important;
	display: inline;
}

#ajax-content-wrap ul.products li.minimal.product span.onsale, .nectar-ajax-search-results ul.products li.minimal.product span.onsale, .nectar-woo-flickity ul.products li.minimal.product span.onsale, body.woocommerce #ajax-content-wrap ul.products li.minimal.product span.onsale {
	border-radius: 4px;
	z-index: 100;
}

.span_12.light li.product.minimal .woocommerce-loop-product__title, .span_12.light li.product.minimal div.product-add-to-cart {
	color: #333;
}

ul.products li.minimal.product .product-wrap {
	overflow: visible;
}

ul.products li.minimal.product .product-wrap>a {
	position: relative;
	display: block;
}

.products li.product.minimal .product-meta {
	position: relative;
}

@media only screen and (max-width:1250px) and (min-width:1000px) {
	.full-width-content .vc_col-sm-6 .products.columns-2.flickity-enabled li.product.minimal [data-nectar-quickview=true] a i.normal, .products.columns-4 li.product.minimal [data-nectar-quickview=true] a i.normal, .products.columns-dynamic.flickity-enabled li.product.minimal [data-nectar-quickview=true] a i.normal {
		display: none;
	}
}

.products li.product.minimal [data-nectar-quickview=true] .nectar_quick_view {
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	border-radius: 3px;
	color: inherit;
	letter-spacing: 0;
}

.products li.product.minimal [data-nectar-quickview=true] .button.product_type_simple:not(.added), .products li.product.minimal [data-nectar-quickview=true] .button.product_type_variable {
	margin-right: 14px;
}

.products li.product.minimal .product-add-to-cart .added_to_cart, .products li.product.minimal [data-nectar-quickview=true] .add_to_cart_button {
	display: inline-block;
	margin-right: 15px;
	letter-spacing: 0;
	color: inherit;
	line-height: 20px;
}

.products li.product.minimal .product-add-to-cart .loading:after {
	right: auto !important;
	left: 2px;
}

.products li.product.minimal .product-add-to-cart .loading .icon-salient-cart {
	visibility: hidden;
}

.products li.product.minimal:hover .product-add-to-cart a.added_to_cart {
	transition: transform .55s cubic-bezier(.2, .75, .5, 1), opacity .55s cubic-bezier(.2, .75, .5, 1), background-size .55s cubic-bezier(.2, .75, .5, 1);
}

.products li.product.minimal .product-add-to-cart a.added {
	margin-right: 0;
}

.products li.product.minimal .product-add-to-cart a.added span {
	display: none;
}

.products li.product.minimal .product-add-to-cart .added_to_cart {
	text-indent: 0;
	position: relative !important;
	font-size: 12px;
}

.products li.product.minimal .product-add-to-cart a, .products li.product.minimal .product-add-to-cart[data-nectar-quickview=true] a {
	background-color: transparent !important;
	padding: 0 !important;
	color: inherit;
	margin-top: 0;
}

li.product.minimal .product-wrap img {
	margin-bottom: 0 !important;
	border-radius: 6px 6px 0 0;
	transition: border-radius .5s cubic-bezier(.2, .75, .5, 1);
}

.woocommerce ul.products .minimal.product span.onsale, .woocommerce-page ul.products .minimal.product span.onsale {
	left: 20px;
	top: 20px;
	padding: 3px 11px;
}

.products li.product.minimal .product-meta {
	padding: 25px 25px 25px 25px;
}

.products li.product.minimal .product-meta h2 {
	padding-top: 0;
	margin-top: 0 !important;
}

.products li.product.minimal .product-add-to-cart {
	position: absolute;
	width: 100%;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.products li.product.minimal .price-hover-wrap .price {
	margin-bottom: 0;
}

.products li.product.minimal .price-hover-wrap {
	position: relative;
	min-height: 26px;
	width: calc(100% + 40px);
}

.products li.product.minimal .product-add-to-cart a {
	opacity: 0;
	transition: none;
}

.products li.product.minimal:hover .product-add-to-cart a {
	pointer-events: all;
}

.products li.product.minimal .product-meta, .products li.product.minimal .product-meta .price, .products li.product.minimal .product-meta>a h2 {
	display: block;
	transition: opacity .55s cubic-bezier(.2, .75, .5, 1), transform .55s cubic-bezier(.2, .75, .5, 1);
}

.products li.product.minimal:hover .product-meta .price {
	transition: opacity .15s cubic-bezier(.2, .75, .5, 1), transform .15s cubic-bezier(.2, .75, .5, 1);
}

.products li.product.minimal:hover .product-meta>a h2 {
	transform: translateY(0);
}

.products li.product.minimal .product-add-to-cart a {
	transform: translateY(0);
	transition: transform .25s cubic-bezier(.2, .75, .5, 1), opacity .25s cubic-bezier(.2, .75, .5, 1);
}

.products li.product.minimal:hover .product-add-to-cart a {
	transition: transform .55s cubic-bezier(.2, .75, .5, 1), opacity .55s cubic-bezier(.2, .75, .5, 1);
}

.products li.product.minimal.hover-bound:hover .product-meta {
	transform: translateY(9px) translatex(-10px);
}

.products li.product.minimal:hover .product-meta .price {
	opacity: 0;
}

.products li.product.minimal:hover .product-add-to-cart a {
	opacity: 1;
	transform: translateY(0);
}

li.product.minimal:hover .product-wrap img {
	border-radius: 0;
}

.products li.product.minimal .background-color-expand, .products li.product.minimal .background-color-expand:before {
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	transition: transform .55s cubic-bezier(.2, .75, .5, 1);
	pointer-events: none;
	z-index: -1;
}

.products li.product.minimal .background-color-expand:before {
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform-origin: center;
	background-color: transparent;
	box-shadow: none;
	background-color: transparent;
	opacity: 0;
	box-shadow: 0 50px 95px -15px rgba(0, 0, 0, .15);
	transition: opacity .55s cubic-bezier(.2, .75, .5, 1);
}

.products[data-product-style=minimal] {
	width: calc(100% + 15px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

body .woocommerce ul.products[data-product-style=minimal]:not([data-n-desktop-columns=default]):not(.nectar-woo-flickity>ul.products):not(.full-width-content>ul.products), body.woocommerce ul.products[data-product-style=minimal]:not([data-n-desktop-columns=default]):not(.nectar-woo-flickity>ul.products):not(.full-width-content>ul.products) {
	width: calc(100% + 15px);
}

@media only screen and (max-width:690px) {
	body .woocommerce ul.products[data-product-style=minimal][data-n-phone-columns="1"]:not(.nectar-woo-flickity>ul.products):not(.full-width-content>ul.products), body.woocommerce ul.products[data-product-style=minimal][data-n-phone-columns="1"]:not(.nectar-woo-flickity>ul.products):not(.full-width-content>ul.products) {
		width: 100%;
	}
	
	.full-width-content>.products[data-product-style=minimal][data-n-phone-columns="1"] {
		padding-right: 15px;
	}
}

@media only screen and (min-width:1000px) {
	.woocommerce .products.related ul.products[data-product-style=minimal], .woocommerce .products.upsells ul.products[data-product-style=minimal] {
		width: 100%;
	}
}

.full-width-content>.products[data-product-style=minimal] {
	width: 100%;
	padding-left: 15px;
}

.products li.product.minimal.hover-bound:hover .background-color-expand:before {
	opacity: 1;
	pointer-events: all;
}

.products li.product.minimal:hover .background-color-expand {
	pointer-events: all;
}

.products li.product.minimal .product-wrap {
	background-color: #fff;
	border-radius: 6px;
}

.woocommerce .span_9 ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page .span_9 ul.products[data-product-style=minimal] li.product.minimal {
	width: calc(33.25% - 15px);
}

.woocommerce ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page ul.products[data-product-style=minimal] li.product.minimal {
	width: calc(25% - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
	clear: none;
}

@media only screen and (min-width:1000px) {
	body .woocommerce.columns-4 ul[data-product-style=minimal].products li.product {
		width: calc(24.9% - 15px);
	}
}

@media only screen and (min-width:691px) {
	body .woocommerce.columns-2 ul[data-product-style=minimal].products li.product {
		width: calc(49.9% - 15px);
	}
	
	body .woocommerce.columns-3 ul[data-product-style=minimal].products li.product {
		width: calc(33.3% - 15px);
	}
}

body .woocommerce.columns-1 ul[data-product-style=minimal].products li.product {
	width: calc(100%);
}

.woocommerce .cart-collaterals .cross-sells ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page .cart-collaterals .cross-sells ul.products[data-product-style=minimal] li.product.minimal {
	width: calc(50% - 15px);
}

.full-width-content ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page .full-width-content ul.products[data-product-style=minimal] li.product.minimal {
	margin-left: 0 !important;
}

@media only screen and (max-width:1500px) and (min-width:1000px) {
	.full-width-content ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page .full-width-content ul.products[data-product-style=minimal] li.product.minimal {
		width: calc(24.9% - 15px);
	}
}

@media only screen and (min-width:1500px) {
	.full-width-content .vc_span12 ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page .full-width-content ul.products[data-product-style=minimal] li.product.minimal {
		width: calc(20% - 15px);
	}
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.woocommerce ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page ul.products[data-product-style=minimal] li.product.minimal {
		width: calc(33.3% - 15px);
	}
}

@media only screen and (max-width:1300px) and (min-width:691px) {
	.woocommerce .span_9 ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page .span_9 ul.products[data-product-style=minimal] li.product.minimal {
		width: calc(49.9% - 15px);
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	body.woocommerce-page .full-width-content ul.products[data-n-tablet-columns=default][data-product-style=minimal] li.product:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media only screen and (max-width:999px) {
	body.woocommerce .span_9 ul.products[data-product-style=minimal] li.product.minimal, body.woocommerce ul.products[data-product-style=minimal] li.product.minimal, body.woocommerce-page .span_9 ul.products[data-product-style=minimal] li.product.minimal, body.woocommerce-page ul.products[data-product-style=minimal] li.product.minimal {
		margin-right: 15px;
		width: calc(49.9% - 15px);
	}
}

@media only screen and (max-width:690px) {
	.woocommerce .span_9 ul.products[data-product-style=minimal] li.product.minimal, .woocommerce ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page .span_9 ul.products[data-product-style=minimal] li.product.minimal, .woocommerce-page ul.products[data-product-style=minimal] li.product.minimal {
		width: 100%;
	}
}

.woocommerce ul.products[data-product-style=minimal] li.product.minimal.last, .woocommerce-page ul.products[data-product-style=minimal] li.product.minimal.last {
	margin-right: 15px;
}

.woocommerce-page .woocommerce p.cart-empty {
	font-size: 54px;
	font-family: "Open Sans";
	font-weight: 700;
}

#header-outer .woocommerce-page .cart-notification .item-name, .woocommerce #header-outer .cart-notification .item-name {
	color: #999;
}

.sf-menu .nectar-woo-cart .open ul {
	pointer-events: all;
}

#header-outer .open.widget_shopping_cart {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	top: 100%;
	pointer-events: auto;
}

#header-outer .cart-outer .cart-notification {
	top: 100%;
}

#header-outer .widget_shopping_cart {
	-webkit-transition: none;
	transition: none;
	opacity: 0;
	pointer-events: none;
}

#header-outer .cart-notification, #header-outer .widget_shopping_cart .cart_list li, #header-outer .widget_shopping_cart_content {
	background-color: #fff;
}

#header-outer .cart-outer .widget_shopping_cart>.widgettitle {
	display: none;
}

#header-outer .cart-notification, #header-outer .widget_shopping_cart, .woocommerce .cart-notification {
	box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
}

#header-outer .cart-notification, #header-outer .product_list_widget li dl dd, #header-outer .total, #header-outer .total strong, #header-outer .widget_shopping_cart .cart_list li, #header-outer .widget_shopping_cart .quantity {
	color: #999;
}

#header-outer .cart-menu .cart-icon-wrap i {
	line-height: 18px;
}

#header-outer:not([data-format=left-header]) .cart-menu .cart-icon-wrap {
	width: auto;
	height: 20px;
}

#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart {
	opacity: 1;
}

.text_on_hover.product .add_to_cart_button, .text_on_hover.product a.added_to_cart {
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
}

.text_on_hover.product a.added_to_cart {
	border-radius: 2px;
}

.text_on_hover.product .add_to_cart_button {
	box-shadow: none;
	opacity: 1;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
	border-radius: 2px;
	border: 2px solid rgba(255, 255, 255, .75);
}

.woocommerce nav.woocommerce-pagination ul li a, body nav.woocommerce-pagination ul li span.page-numbers.dots, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next, body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
	color: inherit !important;
}

#ajax-content-wrap nav.woocommerce-pagination .page-numbers.next, #ajax-content-wrap nav.woocommerce-pagination .page-numbers.prev, body nav.woocommerce-pagination .page-numbers.next, body nav.woocommerce-pagination .page-numbers.prev {
	width: auto;
}

.container-wrap nav.woocommerce-pagination ul li span, .woocommerce .container-wrap nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
	line-height: 11px !important;
}

@media only screen and (min-width:691px) and (max-width:999px) {
	body.woocommerce .container #content div.product div.images div.thumbnails a, body.woocommerce .container div.product div.images div.thumbnails a, body.woocommerce-page .container #content div.product div.images div.thumbnails a, body.woocommerce-page .container div.product div.images div.thumbnails a {
		width: 16.9%;
		margin-right: 3.8%;
	}
	
	.woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
		margin-right: 0;
	}
	
	body .woocommerce .full-width-content>ul.products[data-product-style=material] li:nth-child(3n+3), body.woocommerce-page .full-width-content>ul.products[data-product-style=material] li:nth-child(3n+3) {
		margin-right: 0 !important;
	}
	
	body .woocommerce .full-width-content>ul.products[data-product-style=material] li:nth-child(2n+2), body.woocommerce-page .full-width-content>ul.products[data-product-style=material] li:nth-child(2n+2) {
		margin-right: 2% !important;
	}
}

@media only screen and (max-width:690px) {
	body.woocommerce .post-area .woocommerce-ordering, body.woocommerce .post-area .woocommerce-result-count {
		float: none;
	}
	
	body.woocommerce .post-area .woocommerce-ordering {
		right: 0;
	}
	
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		float: none;
		border-right: 0;
		width: 100%;
	}
	
	.woocommerce .shop_table .coupon {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	.woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last, .woocommerce-page #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-2, .woocommerce-page form.login .form-row-first, .woocommerce-page form.login .form-row-last {
		width: 100% !important;
	}
	
	.woocommerce .shop_table .actions>input {
		float: left !important;
	}
	
	.iosSlider.product-thumbnails .thumb {
		width: 93px;
	}
	
	.woocommerce .woocommerce-result-count {
		padding-bottom: 0;
	}
	
	.woocommerce #ajax-content-wrap .woocommerce-ordering, body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering {
		position: relative;
		right: 0;
		top: 0;
		margin-left: 0;
		float: none;
	}
	
	.woocommerce .product-subtotal {
		display: none;
	}
}

@media only screen and (min-width:1px) and (max-width:999px) {
	.woocommerce .products.related .product, .woocommerce .products.upsells .product, .woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product, body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product, body.woocommerce .span_9 ul.products li.product, body.woocommerce ul.products li.product, body.woocommerce-page .span_9 ul.products li.product, body.woocommerce-page ul.products li.product {
		width: 47.8%;
		margin: 0 4% 25px 0;
	}
	
	.woocommerce .span_9 ul.products li.product.material, .woocommerce-page .span_9 ul.products li.product.material, body .woocommerce ul.products li.product.material, body .woocommerce.columns-1 ul.products li.product.material, body.woocommerce-page ul.products li.product.material {
		width: 48.8%;
		margin: 0 2% 2% 0;
	}
	
	body .wpb_wrapper>.woocommerce.columns-1 ul.products.columns-1 li.product {
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0;
	}
	
	body .woocommerce ul.products[data-product-style=minimal] li.product.minimal {
		width: calc(49.9% - 15px);
	}
	
	body .woocommerce ul.products[data-product-style=material] li:nth-child(2n+1), body.woocommerce-page ul.products[data-product-style=material] li:nth-child(2n+1) {
		margin-right: 2% !important;
	}
	
	.woocommerce .products.related .product, .woocommerce .products.upsells .product {
		width: 48% !important;
	}
	
	.woocommerce .span_9 ul.products li.product:nth-child(2n+2), .woocommerce-page .span_9 ul.products li.product:nth-child(2n+2), body .woocommerce ul.products li.product:nth-child(2n+2), body .woocommerce-page ul.products li.product:nth-child(2n+2), body.woocommerce .main-content>.row>ul.products[data-n-tablet-columns=default][data-n-phone-columns=default][data-product-style=classic] li:nth-child(2n+2), body.woocommerce .main-content>.row>ul.products[data-n-tablet-columns=default][data-n-phone-columns=default][data-product-style=text_on_hover] li:nth-child(2n+2), body.woocommerce ul.products li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.woocommerce .related ul.products li:nth-child(2n+2), .woocommerce .upsells.products ul li.product:nth-child(2n+2), body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style=material] li:nth-child(2n+1), body .woocommerce ul.products[data-product-style=material] li:nth-child(2n+2), body.woocommerce-page ul.products[data-product-style=material] li:nth-child(2n+2) {
		margin-right: 0 !important;
	}
	
	body.woocommerce .span_9 ul.products li.product, body.woocommerce-page .span_9 ul.products li.product {
		clear: none;
	}
	
	.single-product .product_title {
		padding-right: 0 !important;
	}
	
	.woocommerce .span_9 .woocommerce-ordering {
		right: 0;
	}
	
	.cart-outer {
		display: none;
	}
	
	.woocommerce .post-area .woocommerce-ordering {
		float: none !important;
		display: block;
	}
}

@media only screen and (max-width:470px) {
	.woocommerce .span_9 ul.products li.product.material, .woocommerce-page .span_9 ul.products li.product.material, body .woocommerce ul.products[data-product-style=material] li.product.material, body .woocommerce.columns-1 ul.products li.product.material, body.woocommerce-page ul.products[data-product-style=material] li.product.material {
		margin-right: 0 !important;
		width: 100%;
	}
	
	.woocommerce .products.related .product.material, .woocommerce .products.upsells .product.material {
		width: 100% !important;
	}
}

.post-type-archive.post-type-archive-product .post-area .nectar-global-section {
	margin-bottom: 2%;
}

.post-type-archive.post-type-archive-product .post-area .nectar-global-section>.container {
	padding: 0;
}

.single-product .entry-summary .nectar-global-section {
	padding-bottom: 1.5em;
}

.woocommerce .checkout .nectar-global-section, .woocommerce-cart .woocommerce .nectar-global-section {
	margin: 20px 0;
}

body[data-smooth-scrolling="0"] #header-outer .cart-menu {
	padding-right: 0;
}

body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart {
	right: 0;
}

#header-outer .icon-shopping-cart {
	font-size: 20px;
	height: auto;
	line-height: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-color: transparent;
}

#add_payment_method #payment, .woocommerce #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, .woocommerce-page #payment {
	background-color: transparent;
}

.woocommerce #order_review #payment #place_order {
	float: none;
}

body.original #top nav ul .nectar-woo-cart>div {
	padding-left: 0;
}

body.original .buttons .nectar-woo-cart {
	pointer-events: none;
	width: 0;
	padding-left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

body.original .buttons.product_added .nectar-woo-cart {
	pointer-events: all;
	width: 45px;
	padding-left: 19px;
}

body.original #header-outer .cart-menu-wrap {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .4s ease .2s;
	transition: transform .4s ease .2s;
}

body.original #header-outer .cart-menu-wrap.has_products {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}

#header-outer .cart-menu-wrap {
	top: 0;
	height: 100%;
}

#header-outer .cart-outer .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
	padding: 20px;
	width: 240px;
	font-size: 14px;
	line-height: 22px;
}

#header-outer .cart-outer .blockUI.blockOverlay {
	opacity: .2 !important;
}

.nectar-slide-in-cart:not(.style_slide_in_click) .blockUI.blockOverlay {
	opacity: .7 !important;
	background-color: #fff !important;
}

html:not(.js) #header-outer .cart-menu-wrap {
	visibility: visible;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 6px 0;
}

#header-outer .cart-menu {
	z-index: 10000;
	right: 0;
	top: 0;
}

#header-outer .cart-menu .icon-shopping-cart {
	left: 0;
	margin-top: -1px;
	top: auto;
	position: absolute;
	width: 24px;
}

#header-outer .cart-menu .cart-icon-wrap {
	margin-left: 0;
	height: 24px;
	line-height: 18px;
	position: relative;
}

#header-outer .cart-menu .cart-icon-wrap i {
	background-color: transparent;
	border-radius: 0;
	line-height: 18px;
	height: 21px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	color: rgba(0, 0, 0, .4);
}

#header-outer .cart-menu .cart-contents {
	padding-left: 0;
	position: relative;
}

#header-outer .cart-notification, #header-outer .widget_shopping_cart, .woocommerce .cart-notification {
	display: none;
	position: absolute;
	right: 16px;
	z-index: 100000;
}

body[data-smooth-scrolling="0"] #header-outer .cart-notification, body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart, body[data-smooth-scrolling="0"] .woocommerce .cart-notification {
	right: 0;
}

.cart-outer .cart-notification {
	width: 240px;
	display: none;
	margin-top: 0;
	line-height: 20px;
}

#header-outer .cart-outer .cart-notification {
	padding: 20px;
	font-size: 12px;
}

#header-outer .cart-notification .item-name:before, .woocommerce .cart-notification .item-name:before {
	content: "\"";
}

#header-outer .cart-notification .item-name:after, .woocommerce .cart-notification .item-name:after {
	content: "\"";
}

#header-outer .cart-notification img, .woocommerce .cart-notification img {
	float: right;
	width: 55px;
	height: auto;
	margin-left: 14px;
}

.single-product #ajax-content-wrap [data-sold-individually=true] .cart div.quantity {
	width: auto;
	border: none;
	margin: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.quantity .minus~input[type=number]::-webkit-inner-spin-button, .quantity .minus~input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity .minus~input[type=number] {
	-moz-appearance: textfield;
	margin: 0;
}

#header-outer .total, .nectar-slide-in-cart .total {
	clear: both;
	color: #ccc;
	padding: 17px 20px;
	border: 0;
}

#header-outer .total, #header-outer .total strong, .nectar-slide-in-cart .total, .nectar-slide-in-cart .total strong {
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: 600;
	font-weight: 400;
	letter-spacing: -1px;
}

.nectar-quick-view-box a.button, .woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
	background-color: #333;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	border: none;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 10px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	font-weight: 400;
	transition: all .25s ease 0s;
}

.nectar-quick-view-box a.button.nitro-lazy, .woocommerce #content input.button.nitro-lazy, .woocommerce #respond input#submit.nitro-lazy, .woocommerce a.button.nitro-lazy, .woocommerce button.button.nitro-lazy, .woocommerce input.button.nitro-lazy, .woocommerce-page #content input.button.nitro-lazy, .woocommerce-page #respond input#submit.nitro-lazy, .woocommerce-page a.button.nitro-lazy, .woocommerce-page button.button.nitro-lazy, .woocommerce-page input.button.nitro-lazy {
	background-image: none !important;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], body #top nav .widget_shopping_cart a.button {
	color: #fff;
}

.woocommerce #respond input#submit, .woocommerce-page #respond input#submit {
	padding: 15px 22px;
}

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th {
	padding-bottom: 10px;
}

@media only screen and (min-width:1000px) {
	.woocommerce-cart .span_8 {
		padding-right: 30px;
	}
}

body .cart-collaterals .order-total {
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce li[class*=fa-].product {
	height: auto;
}

.checkout input[type=submit]#place_order, .woocommerce .span_4 input[type=submit].checkout-button {
	width: 100% !important;
	margin-top: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a {
	padding: 10px;
}

.woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
	font-size: 16px;
	padding: 20px 45px !important;
	transition: all .2s ease;
}

.woocommerce-page .woocommerce p.return-to-shop a.wc-backward {
	padding: 20px 45px;
	transition: all .2s ease;
}

.woocommerce-page .woocommerce p.cart-empty {
	padding-bottom: 25px;
	padding-top: 10%;
	color: #000;
	background-color: transparent !important;
	text-align: center;
	margin-bottom: 20px;
}

.woocommerce-page.woocommerce-cart .woocommerce p.cart-empty {
	padding-left: 2em !important;
	padding-right: 2em !important;
}

@media only screen and (max-width:690px) {
	.woocommerce-page.woocommerce-cart .woocommerce p.cart-empty {
		padding: 0 !important;
		line-height: 1.4;
		font-size: 30px;
	}
}

.woocommerce-page .woocommerce p.return-to-shop {
	padding-bottom: 10%;
	text-align: center;
}

.woocommerce-page .woocommerce p.return-to-shop a.button.wc-backward {
	display: inline-block;
}

.woocommerce .cart .quantity {
	position: relative;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity:has(input[type=hidden][min="1"][max="1"]) .minus, .woocommerce-cart .woocommerce-cart-form .product-quantity:has(input[type=hidden][min="1"][max="1"]) .plus {
	display: none;
}

.cart .quantity:has(input[type=hidden][min="1"][max="1"]), .style_slide_in_click .product-meta .modify>.quantity:has(input[type=hidden][min="1"][max="1"]) {
	display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background-image: none;
	display: inline-block;
	vertical-align: middle;
	border: none;
	position: relative;
	transition: all .25s ease;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	border-radius: 50px !important;
	background-color: #fff;
	-webkit-appearance: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger.nitro-lazy {
	background-image: none !important;
}

.woocommerce-mini-cart li .product-details>a {
	font-size: 16px;
}

.woocommerce-mini-cart li .modify>.quantity {
	margin: 15px 0;
}

.widget_shopping_cart li {
	display: flex;
	padding: 15px 0;
	align-items: center;
}

#header-outer .widget_shopping_cart li {
	align-items: flex-start;
}

.nectar-slide-in-cart.style_slide_in .widget_shopping_cart li {
	display: block;
}

#sidebar .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
	padding: 15px 0;
}

#sidebar .widget_shopping_cart .woocommerce-mini-cart>li:first-child {
	padding-top: 0;
}

.woocommerce .cart .quantity label.screen-reader-text {
	display: none;
}

.woocommerce .cart .quantity.hidden input.minus, .woocommerce .cart .quantity.hidden input.plus {
	visibility: hidden;
	pointer-events: none;
}

#header-outer a.cart-contents .cart-wrap span {
	border-radius: 99px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	line-height: 17px;
	right: 7px;
	margin-left: 4px;
	text-align: center;
	width: 17px;
	height: 17px;
}

#header-outer .cart-wrap {
	position: relative;
	right: -7px;
	top: -7px;
	font-size: 12px;
	margin-right: 0;
	z-index: 10;
	float: right;
}

#header-outer nav.cart-active #search-btn {
	margin-left: 10px;
}

#header-outer nav.cart-active #search-btn>div {
	padding-left: 10px;
}

.woocommerce ul.products li.product .product-wrap img, .woocommerce-page ul.products li.product .product-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce ul.products li.product .product-wrap img.hover-gallery-image, .woocommerce ul.products li.product .product-wrap picture.hover-gallery-image {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s cubic-bezier(.21, .6, .35, 1);
	transform: translateZ(0) scale(1, 1);
}

.woocommerce div.product div.images.woocommerce-product-gallery .product-slider img, .woocommerce div.product div.images.woocommerce-product-gallery.default-woo-gallery img {
	margin-bottom: 0;
}

.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce ul.products li.product img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page ul.products li.product img {
	box-shadow: none;
}

.woocommerce ul.products li.product h2, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h2, .woocommerce-page ul.products li.product h3 {
	font-weight: 400;
	line-height: 23px;
	font-size: 18px;
	margin-top: 10px;
	text-transform: none;
	letter-spacing: 0;
	padding: .5em 0 .3em 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	line-height: 23px;
	font-size: 18px;
	margin-top: 10px;
}

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product[data-tab-pos=in_sidebar] div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product[data-tab-pos=in_sidebar] div.summary {
	width: 100% !important;
	margin-bottom: 0 !important;
}

#ajax-content-wrap .component .composited_product_images, .woocommerce-page #ajax-content-wrap div.product div.composited_product_images {
	width: 20% !important;
}

.product[data-tab-pos*=fullwidth] .summary.entry-summary {
	width: 57.5%;
}

@media only screen and (max-width:999px) {
	.product[data-tab-pos*=fullwidth] .summary.entry-summary {
		width: 100%;
	}
	
	.woocommerce div.product div.summary {
		width: 100%;
	}
}

.product[data-hide-product-sku="1"] .product_meta .sku_wrapper {
	display: none;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
	float: none !important;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
}

.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
	margin-right: 20px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 23.45%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.woocommerce .span_9 ul.products li.product, .woocommerce-page .span_9 ul.products li.product {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

nav.woocommerce-pagination {
	margin-top: 50px;
}

@media only screen and (min-width:1000px) {
	.woocommerce.columns-4 ul.products.columns-4 li.classic, .woocommerce.columns-4 ul.products.columns-4 li.text_on_hover {
		margin-right: 2%;
		clear: none;
	}
	
	.woocommerce.columns-4 ul.products.columns-4 li.classic:nth-child(4n+4), .woocommerce.columns-4 ul.products.columns-4 li.text_on_hover:nth-child(4n+4) {
		margin-right: 0;
	}
	
	.woocommerce.columns-4 ul.products.columns-4 li.classic:nth-child(4n+5), .woocommerce.columns-4 ul.products.columns-4 li.text_on_hover:nth-child(4n+5) {
		clear: both;
	}
	
	.woocommerce.columns-3 ul.products.columns-3 li.classic, .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover {
		margin-right: 2%;
		clear: none;
		width: 32%;
	}
	
	.woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+3), .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+4), .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+4) {
		clear: both;
	}
	
	.woocommerce.columns-2 ul.products.columns-2 li.classic, .woocommerce.columns-2 ul.products.columns-2 li.text_on_hover {
		margin-right: 2%;
		clear: none;
	}
	
	.woocommerce.columns-2 ul.products.columns-2 li.classic:nth-child(2n+2), .woocommerce.columns-2 ul.products.columns-2 li.text_on_hover:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.woocommerce.columns-2 ul.products.columns-2 li.classic:nth-child(2n+3), .woocommerce.columns-2 ul.products.columns-2 li.text_on_hover:nth-child(2n+3) {
		clear: both;
	}
}

@media only screen and (min-width:1000px) {
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic, .full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover {
		margin-left: 0;
		width: 30.75%;
	}
	
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(1), .full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+4), .full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(1), .full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+4) {
		margin-left: 2%;
	}
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	clear: none;
}

@media only screen and (max-width:1500px) and (min-width:1000px) {
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: both;
	}
	
	.full-width-content ul.products li.product, .woocommerce-page .full-width-content ul.products li.product {
		width: 22.45%;
	}
	
	.full-width-content ul.products li:nth-child(4n+1), .woocommerce-page .full-width-content ul.products li:nth-child(4n+1) {
		margin-left: 2%;
	}
	
	.full-width-content .columns-2 ul.products li:nth-child(4n+1), .woocommerce-page .full-width-content .columns-2 ul.products li:nth-child(4n+1) {
		margin-left: 0;
	}
	
	.full-width-content ul.products li.product.last, .woocommerce-page .full-width-content ul.products li.product.last {
		margin-right: 2%;
	}
}

@media only screen and (min-width:1500px) {
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: both;
	}
	
	.full-width-content .vc_span12 ul.products li.product, .woocommerce-page .full-width-content ul.products li.product {
		width: 17.54%;
	}
	
	.woocommerce-page .full-width-content .vc_span12 ul.products li.product.last, .woocommerce-page .full-width-content ul.products li.product.last, body .full-width-content .vc_span12 ul.products li.product.last {
		margin-right: 2%;
	}
	
	.full-width-content .vc_span12 ul.products li.first, .woocommerce-page .full-width-content ul.products li.first {
		clear: none !important;
	}
	
	.full-width-content .vc_span12 ul.products li:nth-child(5n+6), .woocommerce-page .full-width-content ul.products li:nth-child(5n+6) {
		clear: both;
	}
	
	.full-width-content .vc_span12 ul.products li:nth-child(5n+1), .woocommerce-page .full-width-content .vc_span12 ul.products li:nth-child(5n+1), .woocommerce-page .full-width-content ul.products li:nth-child(5n+1) {
		margin-left: 2%;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.woocommerce .full-width-content>ul.products[data-product-style=classic], .woocommerce .full-width-content>ul.products[data-product-style=text_on_hover], .woocommerce-page .full-width-content>ul.products[data-product-style=classic], .woocommerce-page .full-width-content>ul.products[data-product-style=text_on_hover] {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px;
	}
	
	.woocommerce .full-width-content>ul.products[data-product-style=classic] li.product, .woocommerce .full-width-content>ul.products[data-product-style=text_on_hover] li.product, .woocommerce-page .full-width-content>ul.products[data-product-style=classic] li.product, .woocommerce-page .full-width-content>ul.products[data-product-style=text_on_hover] li.product {
		float: none;
		margin: 0 !important;
		width: 33.3%;
		padding: 15px;
	}
	
	.woocommerce-page .full-width-content ul.products li.product, body .full-width-content .vc_span12 ul.products li.product {
		width: 27.7%;
	}
	
	.woocommerce-page .full-width-content ul.products li:nth-child(3n+1), body .full-width-content .vc_span12 ul.products li:nth-child(3n+1) {
		margin-left: 4%;
		margin-right: 4%;
	}
	
	.woocommerce-page .full-width-content ul.products li.product.last, body .full-width-content .vc_span12 ul.products li.product.last {
		margin-right: 4%;
	}
	
	.woocommerce-page .full-width-content ul.products li:nth-child(3n+4), body .full-width-content .vc_span12 ul.products li:nth-child(3n+4) {
		clear: both !important;
	}
	
	.woocommerce-page .full-width-content ul.products li.first, body .full-width-content .vc_span12 ul.products li.first {
		clear: none;
	}
	
	.woocommerce-page .full-width-content ul.products li:nth-child(3n+3), body .full-width-content .vc_span12 ul.products li:nth-child(3n+3) {
		clear: none;
	}
	
	body .full-width-content .vc_span12 .woocommerce ul.products li:nth-child(2n+2), body .full-width-content .vc_span12 ul.products li:nth-child(2n+2), body.woocommerce-page .full-width-content ul.products li.product:nth-child(2n+2) {
		margin-right: 4%;
	}
	
	.full-width-content .woocommerce-breadcrumb, .woocommerce .full-width-content .woocommerce-result-count, body .full-width-content .page-title {
		padding-left: 4%;
	}
	
	.full-width-content .woocommerce-ordering {
		right: 4%;
	}
	
	.woocommerce-page .full-width-content ul.products li.product:nth-child(2n), body .full-width-content .vc_span12 ul.products li.product:nth-child(2n) {
		float: left;
	}
	
	.full-width-content .vc_span12 ul.products li.product, .woocommerce-page .full-width-content ul.products li.product {
		clear: none;
	}
	
	.woocommerce ul.products li.first.classic, .woocommerce-page ul.products li.first.classic {
		clear: none;
	}
}

@media only screen and (max-width:690px) {
	.woocommerce-page .full-width-content ul.products li:nth-child(4n+1), body .full-width-content .vc_span12 ul.products li:nth-child(4n+1) {
		margin-left: 5%;
	}
	
	.woocommerce-page .full-width-content ul.products li.product.last, body .full-width-content .vc_span12 ul.products li.product.last {
		margin-right: 5%;
	}
	
	.full-width-content .woocommerce-result-count, body .full-width-content .page-title, body .full-width-content .woocommerce-ordering {
		padding-left: 5%;
		padding-right: 5%;
		right: 0;
	}
	
	.woocommerce-page .full-width-content ul.products li:nth-child(2n+2), body .full-width-content .vc_span12 .woocommerce ul.products li:nth-child(2n+2), body .full-width-content .vc_span12 ul.products li:nth-child(2n+2) {
		margin-right: 5%;
	}
	
	.woocommerce-page .full-width-content ul.products li:nth-child(2n+3), body .full-width-content .vc_span12 ul.products li:nth-child(2n+3) {
		margin-left: 5%;
	}
	
	body .full-width-content .vc_span12 ul.products li.product, body.woocommerce-page .full-width-content ul.products li.product {
		width: 42.5%;
	}
	
	.text_on_hover.product a.added_to_cart, .woocommerce ul.products .text_on_hover.product .add_to_cart_button {
		padding: 10px 13px;
		width: 100%;
		margin-top: 10px;
	}
}

.woocommerce .full-width-content .page-title, .woocommerce .full-width-content .woocommerce-result-count, body .full-width-content .woocommerce-breadcrumb {
	padding-left: 2%;
}

.woocommerce .full-width-content .woocommerce-ordering {
	right: 2%;
}

.woocommerce .full-width-content .woocommerce-result-count {
	margin-right: 2%;
}

.woocommerce .full-width-content {
	position: relative;
}

.woocommerce-page .full-width-content {
	margin-top: 0 !important;
}

.woocommerce mark {
	background-color: transparent !important;
}

@media only screen and (max-width:690px) {
	.woocommerce .shop_table .coupon {
		border: none;
		margin-top: 30px;
		padding: 0;
	}
	
	.woocommerce table.cart td.actions {
		padding: 20px;
	}
	
	.woocommerce table.cart td.actions button[type=submit] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.woocommerce .shop_table .coupon input, .woocommerce .shop_table .coupon input#coupon_code {
		width: 100% !important;
		margin-top: 10px;
	}
}

#ajax-content-wrap #comments h2, #ajax-content-wrap #review_form h3, #ajax-content-wrap .cart-collaterals>h2, #ajax-content-wrap .cart_totals h2, #ajax-content-wrap .cross-sells>h2, #ajax-content-wrap .related.products>h2, #ajax-content-wrap .shipping_calculator h2, #ajax-content-wrap .upsells.products>h2 {
	font-size: 30px;
	line-height: 40px;
}

.woocommerce ul.products li.product.last, .woocommerce-page ul.products li.product.last {
	margin-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 12px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-size: 18px;
}

body[data-fancy-form-rcs="1"] .cart_totals #shipping_method li, body[data-fancy-form-rcs="1"] .order-review #shipping_method li {
	text-indent: 0;
	position: relative;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	padding-bottom: 1.5em;
}

.wc-proceed-to-checkout .button.checkout-button, .woocommerce #order_review #payment #place_order, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 1.25em;
	padding: 25px !important;
	display: block;
	text-align: center;
	width: 100%;
}

.woocommerce .products.related, .woocommerce .products.upsells {
	clear: both;
}

.woocommerce ul.products li.product .text-on-hover-wrap .price del, .woocommerce-page ul.products li.product .text-on-hover-wrap .price del {
	color: rgba(0, 0, 0, .7) !important;
}

.woocommerce .pp_gallery {
	opacity: 1;
	display: block;
}

.woocommerce .product-wrap {
	overflow: hidden;
	position: relative;
}

.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button.product_type_external {
	margin-left: 10px;
	padding: 13px 15px !important;
}

.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button.product_type_external i {
	display: none;
}

div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_contract:before, div.pp_woocommerce a.pp_expand, div.pp_woocommerce a.pp_expand:before {
	display: none !important;
}

.nectar-quick-view-box .variations, .woocommerce .nectar-quick-view-box div.product form.cart .variations, .woocommerce .variations, .woocommerce div.product form.cart .variations {
	position: relative;
	width: auto;
	background-color: transparent;
	margin-bottom: 40px;
}

.nectar-quick-view-box .variations td, .woocommerce .variations td {
	vertical-align: middle !important;
}

.nectar-quick-view-box .variations td, .nectar-quick-view-box .variations th, .woocommerce .variations td, .woocommerce .variations th, .woocommerce .variations tr {
	background-color: transparent !important;
	border: none !important;
}

.woocommerce .variations th.label {
	padding-left: 0;
}

div.product .single_variation .price {
	display: block;
	margin-top: 0;
}

body:not([data-fancy-form-rcs="1"]).woocommerce .reset_variations {
	display: none !important;
}

.woocommerce[data-fancy-form-rcs="1"] select+.reset_variations {
	display: none;
}

.nectar-quick-view-box .reset_variations, .woocommerce .reset_variations {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	vertical-align: middle;
}

.woocommerce a.reset_variations:before {
	display: inline-block;
	font-size: inherit;
	position: relative;
	top: 1px;
	content: "";
	margin-right: .5407911001em;
	font-family: icomoon;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce div.product form.cart .variations td .fancy-select-wrap {
	display: inline-block;
	padding-top: 0;
}

.woocommerce .product-wrap .add_to_cart_button.added:after, .woocommerce .product-wrap .add_to_cart_button.added:before {
	background-image: none;
	content: none !important;
}

.woocommerce .product-wrap img.attachment-shop_catalog {
	position: relative;
	display: block;
	transition: all .2s linear;
	margin-bottom: 0 !important;
}

.classic a.added_to_cart, a.added_to_cart {
	display: none;
	position: absolute !important;
	text-indent: -9999px;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price ins .amount {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.nectar-quick-view-box .summary .price ins, .woocommerce .price ins, .woocommerce ul.products li.product .price ins, body.woocommerce div.product .price ins {
	font-weight: 400;
	text-decoration: none;
}

.nectar-quick-view-box .summary .price ins {
	font-weight: 700;
}

.nectar-quick-view-box .summary .price del {
	color: rgba(145, 145, 145, .5);
	font-size: .67em;
}

.woocommerce .woocommerce-ordering {
	position: absolute;
	right: 0;
	bottom: 13px;
	margin-bottom: 0;
}

.woocommerce .span_9 .woocommerce-ordering {
	right: 20px;
}

.woocommerce .span_9.col_last .woocommerce-ordering {
	right: 0 !important;
}

.woocommerce .post-area .woocommerce-ordering {
	float: right !important;
}

.woocommerce .post-area .woocommerce-result-count {
	float: left !important;
}

.nectar-shop-header {
	position: relative;
}

.nectar-shop-header .woocommerce-breadcrumb {
	padding: 13px 0;
	line-height: 40px;
	margin-bottom: 40px;
}

.nectar-shop-header .woocommerce-breadcrumb .fa.fa-angle-right {
	font-size: 14px;
}

.nectar-shop-filters {
	display: flex;
	align-items: center;
}

.nectar-shop-filters .nectar-shop-filter-trigger {
	height: 100%;
	align-items: center;
	display: flex;
}

.woocommerce-breadcrumb [class*=fa-] {
	line-height: 32px;
	top: -1px;
	width: 20px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .fancy-select-wrap {
	padding-top: 0;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none;
	margin-bottom: 5px;
	padding-bottom: 15px;
	position: absolute;
	bottom: 13px;
	padding: 0;
	right: 230px;
}

.woocommerce .woocommerce-breadcrumb {
	color: inherit;
}

.woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb i {
	color: #000;
}

.woocommerce .woocommerce-breadcrumb span a, .woocommerce div.product .woocommerce-review-link, .woocommerce.single-product div.product_meta a {
	padding: 1px 0;
}

.woocommerce .woocommerce-breadcrumb span:last-child {
	opacity: .55;
}

body[data-fancy-form-rcs="1"].woocommerce .woocommerce-result-count, body[data-fancy-form-rcs="1"].woocommerce-page .woocommerce-result-count {
	right: auto;
	position: relative;
	float: right;
	bottom: auto;
	margin-bottom: 0;
	margin-top: 13px;
	line-height: 40px;
	display: inline-block;
}

body[data-fancy-form-rcs="1"].woocommerce.woocommerce .woocommerce-ordering {
	position: relative;
	float: right;
	bottom: auto;
	margin-left: 20px;
	margin-top: 13px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--open:not(.select2-container--below):not(.select2-container--above) {
	top: 100% !important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
	min-width: 100px;
	width: auto !important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single {
	border: none !important;
	box-sizing: content-box;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-weight: 600;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
}

.select2-results {
	padding: 4px;
}

.woocommerce .cart-notification {
	display: none;
}

.woocommerce span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce-page span.onsale, .woocommerce-page ul.products li.product .onsale {
	z-index: 1000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	line-height: 29px;
	padding: 7px;
	right: 15px;
	width: 44px;
	margin-top: -8px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
	text-shadow: none;
	left: auto;
	font-family: "Open Sans";
	font-weight: 300;
}

.woocommerce span.onsale.nitro-lazy, .woocommerce ul.products li.product .onsale.nitro-lazy, .woocommerce-page span.onsale.nitro-lazy, .woocommerce-page ul.products li.product .onsale.nitro-lazy {
	background-image: none !important;
}

.woocommerce-page .single-product-main-image .onsale {
	display: none;
}

.woocommerce #pp_full_res .pp_inline p {
	display: block;
}

.woocommerce .products .classic .star-rating, .woocommerce .products .material .star-rating, .woocommerce .products .minimal .star-rating, .woocommerce-page .products .classic .star-rating, .woocommerce-page .products .material .star-rating {
	display: none !important;
}

.woocommerce div.product .summary p.price {
	display: block;
	color: inherit;
	font-size: 30px;
	line-height: 30px;
	margin-top: .5em;
	padding-bottom: 1.3em;
}

.woocommerce .summary ins .price {
	color: #444;
}

.woocommerce .quick_rating .star-rating {
	float: none;
	position: relative;
	top: 2px;
}

.woocommerce .review_num {
	float: left;
	margin-right: 5px;
}

.woocommerce .quick_rating:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.woocommerce .quick_rating {
	margin-bottom: 0;
}

.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title {
	margin-bottom: 3px;
}

.woocommerce div.product .woocommerce-product-rating {
	line-height: 1;
	display: flex;
	margin-top: 15px;
	margin-bottom: 1em;
	align-items: center;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin-right: 10px;
	margin-top: 0;
}

.woocommerce .star-rating, html .woocommerce ul.products li.product .star-rating {
	height: 1.1em !important;
	width: 90px;
	letter-spacing: 4px;
	font-size: 14px;
}

.woocommerce p.stars a.star-1, .woocommerce-page p.stars a {
	width: 1.1em;
}

.woocommerce div.product .woocommerce-review-link {
	font-size: 14px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
}

.nectar-quick-view-box div.product form.cart .variations td, .nectar-quick-view-box div.product form.cart .variations th, .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	display: block;
	line-height: 1em;
}

.woocommerce div.product form.cart .variations td.label {
	padding-bottom: 6px;
}

.woocommerce div.product form.cart .variations td.label label {
	line-height: 1;
}

.woocommerce div.product form.cart .variations tbody>tr:first-child>td.label {
	padding-top: 0;
}

.woocommerce-page button[type=submit].single_add_to_cart_button {
	margin-top: 30px;
}

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes, body:not(.woocommerce-cart) .main-content table.shop_attributes {
	margin-top: 20px;
}

.woocommerce div.product_meta>span {
	display: block;
	line-height: 1.4;
	margin-bottom: 10px;
}

.woocommerce div.product_meta>span:last-child {
	margin-bottom: 0;
}

.woocommerce div.product_meta {
	font-size: 14px;
}

.woocommerce div[itemprop=description] ul {
	margin-left: 0;
}

.woocommerce #content div.product div.images div.thumbnails a, .woocommerce div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a {
	width: 22.1% !important;
}

.woocommerce #content div.product div.images div.thumbnails a.first, .woocommerce div.product div.images div.thumbnails a.first, .woocommerce-page #content div.product div.images div.thumbnails a.first, .woocommerce-page div.product div.images div.thumbnails a.first {
	clear: none !important;
}

.woocommerce #content div.product div.images div.thumbnails a.last, .woocommerce div.product div.images div.thumbnails a.last, .woocommerce-page #content div.product div.images div.thumbnails a.last, .woocommerce-page div.product div.images div.thumbnails a.last {
	margin-right: 3.8% !important;
}

.woocommerce div.product div.images div.thumbnails a:nth-child(4n+4) {
	margin-right: 0 !important;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th, .woocommerce-page table.shop_attributes th {
	background-color: transparent !important;
}

.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
	font-weight: 400;
	font-style: normal;
	background-color: transparent;
}

.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
	color: #333;
}

.woocommerce #tab-reviews #reviews #comments div[itemprop=aggregateRating] .star-rating {
	display: none !important;
}

.woocommerce .commentlist li {
	list-style: none;
}

.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li {
	margin: 1px !important;
}

.woocommerce-pagination {
	padding-bottom: 20px;
}

.woocommerce #content nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul li {
	border: 0 !important;
}

div.pp_woocommerce .pp_content_container {
	background-color: transparent !important;
	padding: 0 !important;
}

.woocommerce #pp_full_res .pp_inline p:empty, div.pp_woocommerce .pp_close:before, div.pp_woocommerce .pp_details .pp_description {
	display: none;
}

.pp_woocommerce .pp_content_container .pp_left {
	padding-left: 40px;
}

.pp_woocommerce .pp_content_container .pp_right {
	padding-right: 40px;
}

div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before {
	background-image: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	color: #fff;
	font-size: 36px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-weight: 400;
}

.woocommerce #pp_full_res .pp_inline p {
	padding-bottom: 6px;
}

.woocommerce #pp_full_res .pp_inline #reply-title {
	margin-bottom: 18px;
}

.woocommerce #pp_full_res .comment-form-comment, .woocommerce .comment-form-comment {
	margin-top: 25px !important;
}

.woocommerce #pp_full_res .comment-form-comment textarea {
	margin: 9px 0;
}

.after-product-summary-clear {
	clear: both;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	padding-left: 15px;
	-webkit-border-radius: 0;
	background-image: none;
	color: #fff;
	border: none;
	text-shadow: none;
	-webkit-text-shadow: none;
}

.woocommerce .woocommerce-error.nitro-lazy, .woocommerce .woocommerce-info.nitro-lazy, .woocommerce .woocommerce-message.nitro-lazy, .woocommerce-page .woocommerce-message.nitro-lazy {
	background-image: none !important;
}

.woocommerce .row .col .woocommerce-info, .woocommerce .row .col .woocommerce-message {
	padding-bottom: 1em;
}

.woocommerce-message a {
	color: #fff;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	box-shadow: none;
	-webkit-box-shadow: none;
	content: none;
}

.woocommerce .container .woocommerce-error a.button, .woocommerce .container .woocommerce-info a.button, .woocommerce .container .woocommerce-message a.button, .woocommerce-page .container .woocommerce-error a.button, .woocommerce-page .container .woocommerce-info a.button, .woocommerce-page .container .woocommerce-message a.button {
	padding: 0;
	line-height: inherit;
	height: 1.5em;
	vertical-align: middle;
	background-color: transparent;
}

.container .woocommerce-message .button.wc-forward {
	margin-left: 25px;
}

.woocommerce-message:before {
	box-shadow: none;
	-webkit-box-shadow: none;
	content: "";
	background-color: transparent;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 10px;
	width: 20px;
	height: 16px;
}

.woocommerce input#coupon_code {
	width: 50%;
	font-size: 14px;
	line-height: 18px;
	float: none;
}

.woocommerce .checkout_coupon input#coupon_code {
	width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	margin-bottom: 20px;
}

.woocommerce-shipping-calculator p {
	padding-bottom: 0;
}

.woocommerce-shipping-calculator p a {
	margin-top: 3px;
	display: block;
}

@media only screen and (min-width:770px) {
	.coupon .minimal-form-input {
		width: 54%;
	}
}

@media only screen and (max-width:770px) {
	body.woocommerce .cart-collaterals .cross-sells ul.products li, body.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: 100%;
		margin-bottom: 3em;
	}
	
	.woocommerce table.shop_table {
		margin-bottom: 4em;
	}
}

@media only screen and (max-width:770px) {
	.woocommerce table.cart tbody td {
		padding: 10px 20px;
		border: none;
	}
	
	.woocommerce table.cart tr td:last-child {
		padding-right: 20px;
	}
	
	table.cart tr {
		margin-bottom: 15px;
	}
	
	table.cart td.product-remove a.remove {
		position: absolute;
		font-size: 1.4em;
		top: 20px;
		right: 20px;
	}
	
	.woocommerce table.cart td.product-thumbnail {
		padding-top: 20px;
	}
	
	table.cart td.product-remove {
		padding: 0 !important;
		border-top: 1.6em solid;
		position: relative;
	}
	
	.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
		padding-top: 1.5em;
	}
	
	.cart-collaterals .cart_totals table {
		font-size: 14px;
	}
	
	.woocommerce table.shop_table_responsive tr td::before {
		margin-right: 10px;
	}
}

.main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items, body .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items td, body .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items th {
	border: none;
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, body .is-large.wc-block-cart .wc-block-cart__totals-title, body table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: inherit;
	text-transform: inherit;
}

body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, body .wc-block-components-product-metadata, body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	font-size: .85em;
}

body .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items .wc-block-components-product-details li {
	list-style: none;
	line-height: 1.8;
}

body .main-content .wp-block-woocommerce-cart-items-block table.wc-block-cart-items tr {
	background-color: inherit;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 20px;
	border: none;
}

.woocommerce-cart .woocommerce table.shop_table tbody th, .woocommerce-cart .woocommerce table.shop_table td {
	border: none;
}

.woocommerce-cart .woocommerce table.shop_table .product-name a {
	color: inherit;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
	font-size: 14px;
}

.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th, .woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions), .woocommerce-cart table tbody tr:nth-child(1n) th:not(.actions) {
	background-color: rgba(0, 0, 0, .01);
}

.woocommerce-cart .cart-collaterals table tr:nth-child(2n) th, .woocommerce-cart table tbody tr:nth-child(2n) td:not(.actions), .woocommerce-cart table tbody tr:nth-child(2n) th:not(.actions) {
	background-color: rgba(0, 0, 0, .03);
}

.woocommerce-cart[data-bg-header=true] .container-wrap {
	padding-top: 40px !important;
}

.coupon .minimal-form-input input#coupon_code {
	width: 100%;
}

.woocommerce-page table.cart td.actions .coupon {
	min-width: 50%;
	text-align: left;
}

.woocommerce .woocommerce-cart-form__contents .actions .button {
	height: auto;
}

.woocommerce .actions .button {
	padding: 5px 8px 5px 8px;
	height: 29px;
	line-height: 20px;
}

body[data-form-submit=default] .woocommerce .actions button[type=submit], body[data-form-submit=default] .woocommerce .actions input[type=submit] {
	padding: 15px 22px;
}

body:not(.ascend) .actions .coupon .button {
	height: auto;
}

.woocommerce .actions {
	padding: 12px;
}

#add_payment_method table.cart img, .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-cart table.cart img, .woocommerce-cart table.cart img:not([srcset]), .woocommerce-checkout table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width: 90px;
	margin-bottom: 0;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
}

.woocommerce table.cart td {
	padding: 25px 20px;
}

@media only screen and (min-width:999px) {
	.woocommerce table.cart td.product-name {
		width: 32%;
	}
}

@media only screen and (max-width:999px) and (min-width:770px) {
	.woocommerce table.cart td {
		padding: 20px 10px 20px 20px;
	}
	
	.woocommerce table.cart td img {
		height: auto;
	}
	
	.woocommerce table.cart td.product-name a {
		width: 23%;
		font-size: 14px;
		line-height: 1.3;
	}
}

.woocommerce table.cart td.product-remove {
	padding-right: 0;
}

.woocommerce table.cart td.actions, body .woocommerce table.cart td.actions {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce table.cart td.actions {
	background-color: transparent;
}

.woocommerce-cart[data-form-style=default] table.cart td.actions .coupon .input-text {
	padding: 16px;
}

body[data-form-style=minimal].woocommerce-cart table.cart .minimal-form-input {
	margin-top: -30px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: auto;
	left: auto;
	position: relative;
	right: auto;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	font-size: 20px;
	height: 20px;
	line-height: 17px;
	padding: 0;
	transition: all .2s linear 0s;
	width: 10px;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove.with_text {
	font-size: 12px;
	width: auto;
	color: inherit !important;
	float: none;
	text-align: left;
	margin-top: 7px;
	margin-left: 0;
}

.widget_shopping_cart .nectar-inactive {
	display: none;
}

.nectar-slide-in-cart .widget_shopping_cart .nectar-inactive {
	display: block;
}

.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce-page table.cart a.remove {
	transition: all .2s linear;
	font-size: 24px;
	padding: 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
	transition: color .2s ease, background-color .2s ease;
	color: rgba(0, 0, 0, .7) !important;
	margin: 0 auto;
}

table.cart a.remove {
	font-family: "Open Sans";
	font-weight: 400;
}

.woocommerce table.cart td.product-quantity {
	min-width: 157px;
}

.woocommerce div.product form.cart .group_table td:first-child {
	min-width: 180px;
}

.woocommerce table.cart .product-thumbnail a, .woocommerce table.cart .product-thumbnail a img {
	display: block;
}

.woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button {
	padding: 24px;
}

@media only screen and (max-width:768px) {
	.woocommerce table.cart .product-thumbnail a {
		display: inline-block;
	}
	
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
		text-align: left !important;
	}
	
	.woocommerce-page table.cart a.remove {
		color: #fff !important;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 18px !important;
	}
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
	margin-top: 0 !important;
}

.woocommerce p.woocommerce-info {
	padding-left: 1em !important;
}

.woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a {
	color: #fff !important;
	line-height: 1.5em;
	display: inline-block;
}

.woocommerce-message a {
	line-height: 1.5em;
	display: inline-block;
}

.woocommerce .woocommerce-info:before {
	background-color: transparent !important;
	content: " " !important;
}

.shipping_address .clear, .woocommerce-billing-fields .clear {
	padding-bottom: 0;
}

.woocommerce .payment_methods li {
	list-style: none;
}

.woocommerce .payment_methods .wc_payment_method.payment_method_stripe img {
	max-width: 40px;
}

.woocommerce .payment_box p {
	padding-bottom: 0;
	padding-left: 10px;
	line-height: inherit;
	font-size: inherit;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	line-height: inherit;
	font-size: inherit;
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	border: none;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin-right: 10px;
}

#footer-outer .product-categories .children, .product-categories .children {
	margin-left: 20px !important;
	margin-top: 10px;
	margin-bottom: 0 !important;
}

.select2-drop-active {
	z-index: 10000000 !important;
}

.cat-parent {
	border-bottom: 0 !important;
}

body.woocommerce-checkout {
	position: static;
}

.checkout #order_review {
	margin-top: 34px;
}

.checkout #order_review .order-review {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.checkout #order_review .order-review tbody tr:first-child {
	padding-top: 20px;
}

.checkout #order_review .order-review tbody tr:last-child {
	padding-bottom: 20px;
}

.checkout #order_review .order-review tbody tr {
	display: flex;
}

.checkout #order_review .order-review tbody tr td {
	margin-left: auto;
	font-size: 16px;
}

.checkout #order_review .order-review tbody tr.order-total td .woocommerce-Price-amount {
	font-size: 22px;
}

@media only screen and (max-width:1300px) {
	.checkout #order_review .order-review tbody tr.order-total td .woocommerce-Price-amount {
		font-size: inherit;
	}
	
	.woocommerce-checkout-review-order-table .product-info .tax_label {
		font-size: 12px;
		margin-left: 5px;
		line-height: 1.2;
	}
}

@media only screen and (max-width:999px) {
	.checkout #order_review .order-review tbody tr td {
		font-size: 14px;
		padding-left: 15px;
	}
}

.checkout #order_review .order-review tbody tr.order-total>* {
	padding-bottom: 0;
}

.checkout #order_review .order-review #shipping_method label span {
	color: inherit;
}

.checkout #order_review .order-review td, .checkout #order_review .order-review tr th {
	border: none;
}

.checkout #order_review tr:nth-child(2n+1) {
	background-color: transparent;
}

.checkout .col2-set .col-1 {
	width: 58%;
}

.checkout .col2-set .col-2 {
	width: 39%;
}

@media only screen and (max-width:999px) and (min-width:769px) {
	.checkout .col2-set .col-1 {
		width: 50%;
	}
	
	.checkout .col2-set .col-2 {
		width: 47%;
	}
	
	body .checkout .woocommerce-additional-fields, body .checkout .woocommerce-billing-fields, body .checkout .woocommerce-shipping-fields {
		padding-right: 25px;
	}
	
	.woocommerce-checkout #payment p, body .woocommerce-checkout-review-order-table .product-info h4 {
		font-size: 14px;
	}
}

.woocommerce .payment_box {
	margin: 0;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.woocommerce .payment_box.nitro-lazy {
	background-image: none !important;
}

.checkout .woocommerce-additional-fields, .checkout .woocommerce-billing-fields, .checkout .woocommerce-shipping-fields {
	padding-right: 45px;
}

.checkout .woocommerce-account-fields label span, .checkout .woocommerce-shipping-fields label span {
	color: inherit;
}

@media only screen and (max-width:999px) {
	.checkout .woocommerce-additional-fields, .checkout .woocommerce-billing-fields, .checkout .woocommerce-shipping-fields {
		border: none;
	}
}

@media only screen and (max-width:768px) {
	.checkout .woocommerce-additional-fields, .checkout .woocommerce-billing-fields, .checkout .woocommerce-shipping-fields {
		border: none;
		padding-right: 0;
	}
}

.checkout .woocommerce-billing-fields {
	padding-bottom: 20px;
}

.woocommerce .payment_box:after {
	border: none;
}

.woocommerce div.product_meta {
	margin-bottom: 20px;
}

body[data-bg-header=true].woocommerce-cart .container-wrap .woocommerce, body[data-bg-header=true].woocommerce-checkout .container-wrap .woocommerce {
	padding-top: 45px;
}

.woocommerce-checkout-review-order-table .product-container {
	background-color: rgba(0, 0, 0, .02);
	padding: 20px;
	max-height: 456px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table .product-image {
	float: left;
	line-height: 1px;
	width: 20%;
}

.woocommerce-checkout-review-order-table .product-info {
	padding-right: 30px;
	float: right;
	width: 75%;
}

.woocommerce-checkout-review-order-table .product-info dl {
	line-height: 1.7;
}

.woocommerce-checkout-review-order-table .product-info dl dt {
	font-weight: 700;
	padding: 0;
	margin: 0 4px 0 0;
	display: inline-block;
	clear: left;
	float: left;
}

.woocommerce-checkout-review-order-table .product-info dl dd {
	padding: 0;
}

.woocommerce-checkout-review-order-table .product-info dl::after {
	clear: both;
	content: " ";
	display: table;
}

.woocommerce-checkout-review-order-table .product-container .cart_item {
	display: flex;
	align-items: center;
}

.woocommerce-checkout-review-order-table .product-info {
	display: flex;
	align-items: center;
	margin-left: auto;
	padding-right: 0;
}

.woocommerce .woocommerce-checkout-review-order-table table.order-review tr td, .woocommerce .woocommerce-checkout-review-order-table table.order-review tr th {
	padding: 4px 0;
	line-height: 1.6;
}

.woocommerce .woocommerce-checkout-review-order-table table.order-review ul#shipping_method li {
	margin-bottom: 0;
}

.checkout #order_review p {
	line-height: 1.7;
}

.woocommerce-checkout-review-order-table .product-info .woocommerce-Price-amount {
	margin-left: auto;
}

.woocommerce-checkout-review-order-table .product-info .product-quantity {
	display: block;
}

.woocommerce-checkout-review-order-table .product-info h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .product-info .amount, .woocommerce-checkout-review-order-table .product-info h4 a {
	color: inherit;
}

.woocommerce-checkout-review-order-table .product-info .tax_label {
	margin-left: 7px;
}

.woocommerce-checkout-review-order-table .product-info .amount {
	font-size: 14px;
}

.woocommerce-checkout-review-order-table .product-container>div:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .cart_item {
	margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table .cart_item:after {
	clear: both;
	display: block;
	content: " ";
}

.woocommerce-cart[data-form-style=minimal] table.cart td.actions .coupon .input-text {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 2px;
	padding: 14px;
}

body[data-form-style=minimal] .woocommerce-invalid-required-field:not(.woocommerce-validated) .minimal-form-input label:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-color: #ff2929 !important;
}

body[data-form-style=minimal].woocommerce form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required, body[data-form-style=minimal].woocommerce-page form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required {
	color: #ff2929 !important;
}

body[data-fancy-form-rcs="1"] .woocommerce-billing-fields .fancy-select-wrap, body[data-fancy-form-rcs="1"] .woocommerce-shipping-fields .fancy-select-wrap {
	padding-top: 0;
}

body[data-fancy-form-rcs="1"].woocommerce-page #billing_state_field .select2-container--default .select2-selection--single {
	min-height: 40px;
}

.woocommerce .chosen-container-single .chosen-single, .woocommerce .chzn-container-single .chzn-single {
	background-image: none !important;
	border: none;
	padding: 4px 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
	border-radius: 0;
	-webkit-border-radius: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.woocommerce .chosen-container-single .chosen-single.nitro-lazy, .woocommerce .chzn-container-single .chzn-single.nitro-lazy {
	background-image: none !important;
}

.nectar-quick-view-box .variations td label, .woocommerce .variations td label {
	font-size: 14px;
}

.nectar-quick-view-box .variations td, .woocommerce .variations td {
	padding: 7px 0;
}

.nectar-quick-view-box .variations td.value, .woocommerce .variations td.value {
	padding-top: 0;
	padding-bottom: 20px;
}

.nectar-quick-view-box .variations tr:last-child td.value, .woocommerce .variations tr:last-child td.value {
	padding-bottom: 0;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-results>.select2-results__options {
	max-height: 250px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering select {
	opacity: 0;
	width: 125px;
}

@media only screen and (min-width:691px) {
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-dropdown {
		width: 250px !important;
		right: 0;
		left: auto;
	}
	
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
		left: auto !important;
		right: 0;
	}
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-results__option {
	line-height: 1.3;
}

body[data-fancy-form-rcs="1"] .variations_form.cart .variations .select2-container {
	min-width: 200px;
	width: auto !important;
}

body[data-fancy-form-rcs="1"].woocommerce div.product form.cart .variations select {
	min-width: 200px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
	width: auto !important;
}

.woocommerce form .form-row {
	margin: 0 0 8px;
}

.woocommerce form .form-row textarea {
	height: 5em;
}

body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single, body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow, body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single .select2-selection__rendered, body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single, body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__arrow, body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 48px;
	line-height: 48px;
}

.woocommerce .chosen-container .chosen-results .highlighted, .woocommerce .chzn-container .chzn-results .highlighted {
	background-image: none;
}

.woocommerce .chosen-container .chosen-results .highlighted.nitro-lazy, .woocommerce .chzn-container .chzn-results .highlighted.nitro-lazy {
	background-image: none !important;
}

.woocommerce .chosen-container-single .chosen-search input[type=text] {
	background: 0 0 !important;
}

.woocommerce .chosen-container-active .chosen-single-with-drop, .woocommerce .chzn-container-active .chzn-single-with-drop {
	background-color: #fff;
}

.woocommerce .chosen-container .chosen-drop, .woocommerce .chzn-container .chzn-drop {
	border: none;
}

.woocommerce table.order-review tfoot td, .woocommerce table.order-review tfoot th, .woocommerce table.order-review th, .woocommerce-page table.order-review th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-family: "Open Sans";
	font-weight: 600;
	color: #333;
}

.woocommerce table.order-review td {
	padding: 8px;
}

.woocommerce table.order-review td p {
	padding-bottom: 0;
}

.woocommerce table.order-review .order-total td, .woocommerce table.order-review th {
	font-size: 16px;
	padding: 6px;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
	padding: 15px 0 !important;
}

.woocommerce .form-row.terms {
	float: left;
	padding-left: 0;
}

.woocommerce .form-row.terms #terms {
	margin-top: -2px;
	margin-left: 5px;
}

.container-wrap .woocommerce-error {
	margin-left: 0;
	padding-left: 10px;
}

.woocommerce-error strong {
	color: #fff !important;
}

.woocommerce-error:before {
	content: "";
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}

.woocommerce-cart .shipping-calculator-form button[name=calc_shipping] {
	margin-top: 10px;
}

.woocommerce .order_details li {
	list-style: none;
}

.woocommerce .customer_details {
	margin-bottom: 20px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 49%;
	padding: 1px;
}

.woocommerce .products {
	margin-bottom: 0 !important;
}

.woocommerce a.woocommerce-main-image img {
	margin-top: 9px;
}

.woocommerce .price_slider_amount .clear {
	padding: 0 !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 10px;
	background-color: #ebebeb;
	height: 10px;
	background-image: none;
	border-radius: 300px 300px 300px 300px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .12) inset;
	border-bottom: 1px solid #fff;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content.nitro-lazy, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content.nitro-lazy {
	background-image: none !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	height: 10px;
	border: none;
	box-shadow: none;
	background-image: none;
	border-radius: 300px 300px 300px 300px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .16) inset;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range.nitro-lazy, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range.nitro-lazy {
	background-image: none !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #f5f5f5;
	background-image: none;
	height: 20px;
	width: 20px;
	top: -5px;
	border: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25), 0 9px 8px rgba(0, 0, 0, .035), 0 1px 0 #fff inset;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.nitro-lazy, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.nitro-lazy {
	background-image: none !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 12px;
}

.woocommerce .price_slider_amount .price_label, .woocommerce .price_slider_amount button.button, .woocommerce.ascend .price_slider_amount .price_label, .woocommerce.ascend .price_slider_amount button.button[type=submit] {
	background-color: rgba(0, 0, 0, .045);
	background-repeat: repeat-x;
	line-height: 14px;
	padding: 5px 8px;
	border-radius: 0;
	margin-top: 9px;
	font-size: 12px;
	color: #000;
}

.woocommerce.ascend .price_slider_amount .price_label, .woocommerce.ascend .price_slider_amount button.button[type=submit] {
	padding: 5px 8px !important;
}

.woocommerce.widget_price_filter .price_slider_amount input[type=text] {
	opacity: 0;
	position: absolute;
}

body:not(.original) .woocommerce.widget_price_filter .price_slider:not(.ui-slider) {
	display: block !important;
}

.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after, .woocommerce.widget_price_filter .price_slider:not(.ui-slider):before {
	height: 20px;
	width: 20px;
	display: block;
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	border-radius: 100px;
}

.woocommerce.widget_price_filter .price_slider:not(.ui-slider) {
	height: 3px;
	overflow: visible;
	position: relative;
}

.ascend .woocommerce.widget_price_filter .price_slider:not(.ui-slider) {
	height: 6px;
}

.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	right: -4px;
	left: auto;
}

.ascend .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	right: -2px;
}

.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	height: 6px;
	box-shadow: none;
}

.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .ascend.woocommerce .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after, .ascend.woocommerce .woocommerce.widget_price_filter .price_slider:not(.ui-slider):before, .ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	top: -6px;
	height: 18px;
	width: 18px;
	background-color: #fff;
	box-shadow: 0 3px 12px 0 rgba(43, 43, 49, .09), 0 5px 17px 0 rgba(43, 43, 49, .11);
}

.ascend.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .ascend.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	box-shadow: none;
	border-bottom: none;
}

.ascend.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .ascend.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 6px;
	background-color: rgba(0, 0, 0, .07) !important;
}

.woocommerce.ascend .price_slider_amount .price_label, .woocommerce.material .price_slider_amount .price_label {
	border: none;
	background-color: transparent;
	padding-right: 0;
}

.woocommerce.material .price_slider_amount .price_label {
	padding-left: 0 !important;
}

body[data-form-submit=regular].material .container-wrap .widget_price_filter button[type=submit], body[data-form-submit].material .container-wrap .widget_price_filter button[type=submit] {
	padding: 7px 15px !important;
}

.woocommerce.ascend .price_slider_amount button.button[type=submit] {
	background-color: transparent !important;
	border: none !important;
	padding-left: 0 !important;
}

.woocommerce.material .price_slider_amount button.button[type=submit] {
	float: right;
}

.woocommerce.material .price_slider_amount .price_label {
	float: left;
}

.ascend #sidebar .widget.woocommerce.widget_price_filter>form {
	padding-top: 15px;
}

.woocommerce .price_slider_amount .price_label {
	float: right;
	position: relative;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
	font-weight: 400;
}

.woocommerce .product_list_widget, .woocommerce .product_list_widget span, .woocommerce.ascend .product_list_widget .star-rating:before {
	font-size: 12px;
}

.widget_top_rated_products .product_list_widget .star-rating span, .woocommerce .widget_top_rated_products .product_list_widget .star-rating span {
	font-size: 13px;
}

.woocommerce .widget_recent_reviews .product_list_widget li, .woocommerce .widget_top_rated_products .product_list_widget li {
	line-height: 26px;
}

.woocommerce .widget_layered_nav ul li a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce-page .widget_layered_nav ul li a {
	padding-left: 25px;
}

#sidebar .woocommerce-widget-layered-nav ul li.select2-selection__choice {
	padding: 4px 8px;
}

.ascend #sidebar .woocommerce-widget-layered-nav ul li.select2-selection__choice {
	padding: 4px 8px !important;
}

#sidebar .woocommerce-widget-layered-nav ul li.select2-search--inline {
	padding: 0;
}

#sidebar .woocommerce-widget-layered-nav ul li.select2-search--inline input {
	padding: 4px !important;
}

.ascend.woocommerce #sidebar .woocommerce-widget-layered-nav ul {
	margin-top: 0;
}

div.widget.woocommerce.widget_product_search, div.widget.woocommerce.widget_product_search form {
	position: relative;
}

div.widget.woocommerce.widget_product_search button[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 15px 22px;
}

body[data-form-submit=see-through] div.widget.woocommerce.widget_product_search button[type=submit] {
	padding: 12px 22px !important;
}

.ascend div.widget.woocommerce.widget_product_search button[type=submit], body[data-form-submit=see-through].ascend div.widget.woocommerce.widget_product_search button[type=submit] {
	padding: 18px 22px !important;
}

div.widget.woocommerce.widget_product_search input[type=search] {
	padding-right: 100px;
}

body[data-form-style=minimal] div.widget.woocommerce.widget_product_search input[type=search] {
	padding-right: 100px;
}

body[data-form-style=minimal] div.widget.woocommerce.widget_product_search .minimal-form-input .screen-reader-text {
	clip: auto;
}

body[data-form-style=minimal] div.widget.woocommerce.widget_product_search {
	position: relative;
}

body[data-form-style=minimal] div.widget.woocommerce.widget_product_search button[type=submit] {
	top: auto;
	bottom: 0;
}

.woocommerce .widget_layered_nav ul li a:before, .woocommerce-page .widget_layered_nav ul li a:before {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: transparent !important;
	border: 1px solid rgba(0, 0, 0, .15);
	position: absolute;
	left: 0;
	top: 4px;
	content: " " !important;
	display: block;
}

.woocommerce .widget_layered_nav ul li.chosen a:after, .woocommerce-page .widget_layered_nav ul li.chosen a:after {
	content: "";
	width: 13px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 4px;
	font-family: icomoon;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	display: block;
}

.ascend.woocommerce #sidebar div ul li {
	padding: 0 0 12px 0;
	font-size: 15px;
	line-height: 20px;
}

.ascend.woocommerce #sidebar div ul li a {
	color: inherit;
}

.woocommerce #sidebar .wc-block-product-categories-list-item:hover>.wc-block-product-categories-list-item-count, .woocommerce #sidebar div ul .current-cat>.count, .woocommerce #sidebar div ul li a:hover~.count, .woocommerce #sidebar div ul li.chosen>a~.count {
	color: #fff;
}

.ascend.woocommerce #sidebar h4 {
	color: #000;
}

.ascend.woocommerce #sidebar div ul {
	margin-top: 12px;
}

.ascend.woocommerce #sidebar div ul>li:last-child {
	padding-bottom: 0 !important;
}

.widget.woocommerce .product-categories li, .widget.woocommerce .wc-layered-nav-term, .woocommerce .wc-block-product-categories-list-item, .woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
	position: relative;
}

#ajax-content-wrap #sidebar .wc-block-grid__product .wp-block-button .wp-block-button__link, .wc-block-grid__product .wp-block-button .wp-block-button__link {
	color: #fff;
}

@media only screen and (max-width:999px) {
	.ascend.woocommerce #sidebar div ul.yith-wcan-color li {
		padding-bottom: 0 !important;
	}
	
	.woocommerce-result-count {
		display: none;
	}
}

@media only screen and (min-width:691px) {
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .fancy-select-wrap a.select2-choice {
		border: none;
	}
	
	body .woocommerce-ordering .select2-container .select2-choice>.select2-chosen {
		font-size: 14px !important;
	}
	
	body[data-fancy-form-rcs="1"] .bigdrop {
		min-width: 200px;
	}
}

@media only screen and (max-width:690px) {
	.woocommerce .container-wrap .woocommerce-ordering {
		margin-bottom: 20px;
	}
}

.widget.yith-woocommerce-ajax-product-filter .clear {
	padding-bottom: 0;
}

#sidebar .wc-block-product-categories-list-item-count, .widget.woocommerce .product-categories li .count, .widget.woocommerce .wc-layered-nav-term .count, .widget.yith-woocommerce-ajax-product-filter .count {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	transition: background-color .2s ease, color .2s ease;
}

#sidebar .wc-block-product-categories-list-item-count {
	top: 10px;
}

#sidebar [data-is-hierarchical=false] .wc-block-product-categories-list-item-count {
	transform: translateY(-50%);
	top: 50%;
}

body:not(.ascend) .widget.woocommerce .product-categories li .count, body:not(.ascend) .widget.woocommerce .wc-layered-nav-term .count {
	top: 12px;
}

body:not(.ascend) #sidebar .widget.woocommerce li:first-child>.count {
	top: 6px;
}

body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:before, body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:before {
	top: 17px;
}

body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:before {
	top: 8px;
}

body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:after, body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:after {
	top: 17px;
}

body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:after {
	top: 8px;
}

.widget_shopping_cart ul.product_list_widget li img {
	height: auto;
	width: 75px;
	margin-left: 0;
	margin-right: 15px;
	float: left;
	margin-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.widget_shopping_cart ul.product_list_widget li img:not([srcset]) {
	width: 75px;
}

#footer-outer .widget_shopping_cart .woocommerce-mini-cart__buttons a {
	color: #fff !important;
}

.material #header-outer ul.product_list_widget li img, .material.woocommerce-page ul.product_list_widget li img {
	border-radius: 4px;
}

.row .widget_top_rated_products ul.product_list_widget li img, .woocommerce-page #sidebar .widget_top_rated_products ul.product_list_widget li img, .woocommerce-page .widget_top_rated_products ul.product_list_widget li img {
	width: 32px;
}

.material #ajax-content-wrap #sidebar .widget_layered_nav_filters ul li a, .woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
	border: 1px solid rgba(0, 0, 0, .1);
	transition: all .2s ease;
	padding: 10px 15px !important;
	display: block;
	color: inherit;
	line-height: 1;
}

body[data-button-style^=rounded] .widget_layered_nav_filters ul li a {
	border-radius: 200px;
}

.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li a:before {
	line-height: inherit;
	vertical-align: top;
	margin-top: 0;
}

.woocommerce #sidebar .widget_layered_nav_filters ul {
	margin-top: -10px;
}

.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li {
	margin-right: 10px;
	margin-top: 10px;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
	color: inherit;
	margin-top: 3px;
	display: inline-block;
}

.woocommerce-page .widget_layered_nav_filters ul li {
	padding: 0 1px 1px 0 !important;
	border-bottom: 0 !important;
}

.woocommerce .ppt {
	text-indent: -9999px !important;
}

.woocommerce .yith-wcan-reset-navigation.button {
	padding: 13px 15px !important;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li a, .woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
	background-color: transparent;
	margin: 0;
	transition: background-color .2s ease;
}

.widget_layered_nav ul.yith-wcan-label li a:after, .widget_layered_nav ul.yith-wcan-label li a:before {
	display: none !important;
}

.widget_layered_nav ul.yith-wcan-label li, .woocommerce #sidebar .widget_layered_nav ul.yith-wcan-label li {
	padding: 0 !important;
	margin: -1px -1px 0 0;
	background-color: #fff;
}

.material .widget_layered_nav ul.yith-wcan-label li, .woocommerce.material #sidebar .widget_layered_nav ul.yith-wcan-label li {
	border: 1px solid rgba(0, 0, 0, .1);
}

body #sidebar .widget_layered_nav ul.yith-wcan-label li.chosen a, body .widget_layered_nav ul.yith-wcan-label li.chosen a {
	color: #fff !important;
	border-color: transparent;
}

.widget_layered_nav ul.yith-wcan-label li a, body #sidebar .widget_layered_nav ul.yith-wcan-label li a, body.material .widget_layered_nav ul.yith-wcan-label li a {
	padding: 10px 20px !important;
	line-height: 1em;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li {
	margin: 0;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select {
	margin-bottom: 0;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li {
	border: none;
	box-shadow: none;
}

.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li:not(.chosen) {
	opacity: .3;
}

.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen {
	box-shadow: none;
}

.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a {
	background-image: none;
}

.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a.nitro-lazy {
	background-image: none !important;
}

@media only screen and (min-width:1000px) {
	.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color {
		margin-bottom: -14px;
	}
}

.wc-blocks-filter-wrapper .wc-block-components-checkbox span {
	color: inherit;
}

#sidebar .widget .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	line-height: 1;
	padding: 6px;
}

.wc-blocks-filter-wrapper .wc-block-components-checkbox {
	margin-top: .5em;
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-checkbox__label {
	flex: 1;
	display: flex;
	align-items: center;
}

.wp-block-woocommerce-filter-wrapper .wc-filter-element-label-list-count {
	margin-left: auto;
	line-height: 1;
	position: relative;
	font-size: .8em;
	padding: 4px;
	transition: color .2s ease;
}

.wp-block-woocommerce-filter-wrapper .wc-filter-element-label-list-count:before {
	height: 100%;
	border-radius: 50px;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	content: "";
	background-color: rgba(0, 0, 0, .08);
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	transition: background-color .2s ease;
}

#sidebar .wc-block-product-categories-list-item-count {
	background-color: rgba(0, 0, 0, .08);
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-checkbox:hover .wc-filter-element-label-list-count, .wp-block-woocommerce-filter-wrapper .wc-block-components-checkbox__input:checked~.wc-block-components-checkbox__label .wc-filter-element-label-list-count {
	color: #fff;
}

.wp-block-woocommerce-filter-wrapper .wc-block-components-checkbox:hover .wc-filter-element-label-list-count:before, .wp-block-woocommerce-filter-wrapper .wc-block-components-checkbox__input:checked~.wc-block-components-checkbox__label .wc-filter-element-label-list-count:before {
	background-color: var(--nectar-accent-color);
}

.wc-block-product-categories-list-item-count:after, .wc-block-product-categories-list-item-count:before, .wp-block-woocommerce-filter-wrapper .wc-filter-element-label-list-count:after {
	display: none;
}

#sidebar .wc-block-product-categories-list ul {
	margin-left: 15px;
}

.original #sidebar .wc-block-product-categories-list ul li {
	border-bottom: 0;
	padding: 4px 0;
}

.woocommerce #sidebar .wc-block-product-categories-list ul li:last-child {
	padding-bottom: 0;
}

.wc-block-components-price-slider .wc-block-formatted-money-amount {
	background: 0 0;
}

body .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button:hover {
	background-color: transparent !important;
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link), .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:not(.is-link) {
	background: var(--nectar-accent-color, #000);
	border-radius: var(--nectar-border-radius, 0);
	color: #fff;
	transition: all .25s ease;
	font-size: 1em;
	line-height: 1;
	font-family: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	text-transform: inherit;
	border: 0;
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link):hover, .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:not(.is-link):hover {
	filter: brightness(.92);
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link):focus, .wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button.wc-block-components-button:not(.is-link):focus {
	box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px var(--nectar-accent-color, #000);
}

.wc-block-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow: none;
}

.wc-block-cart-items .wc-block-cart-item__image img, .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
	border-radius: min(var(--nectar-border-radius, 0), 6px);
}

.wc-block-components-order-summary .wc-block-components-product-details.wc-block-components-product-details li {
	list-style-position: inside;
}

.is-large.wc-block-cart .wc-block-cart-items td {
	padding: 20px 0 20px 20px;
}

body .is-large.wc-block-cart .wc-block-cart-items td:first-child {
	padding-left: 0;
}

body .is-large.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 0;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width:1000px) {
	body.woocommerce-checkout:has(.wp-block-woocommerce-checkout-order-summary-block) {
		overflow: visible;
	}
	
	body .wc-block-checkout__sidebar {
		position: sticky;
		top: var(--nectar-sticky-top-distance, 100px);
	}
}

#ajax-content-wrap .wc-block-checkout__payment-method img {
	width: auto;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a {
	border-radius: 100px;
	height: 32px;
	width: 32px;
	position: relative;
	border: none;
	margin: 0 14px 14px 0;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
	transition: box-shadow .25s ease, transform .25s ease;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
	display: none;
}

.woocommerce.original #sidebar .widget_layered_nav ul.yith-wcan-color li {
	border: none;
	padding: 0;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:before, .woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li a:after, .woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li a:before {
	display: none;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a {
	padding-left: 0 !important;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-1 {
	border-width: 32px 32px 0 0;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-2 {
	border-width: 0 0 32px 32px;
}

#customer_details p.create-account {
	padding-left: 0;
	margin-top: 30px;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: none;
}

body[data-form-style=minimal] .create-account>p:first-child {
	padding-bottom: 0;
}

.products li.product .nectar_quick_view {
	cursor: pointer;
}

@media only screen and (max-width:999px) {
	.products li.product .nectar_quick_view {
		display: none !important;
	}
}

#header-outer .widget_shopping_cart .cart_list li {
	text-align: left;
}

body .nectar-quick-view-box h1.product_title.entry-title {
	padding-right: 30px;
}

.nectar-quick-view-box .single_add_to_cart_button_wrap a span, .products li.product.minimal .product-add-to-cart a span {
	padding: 4px 0;
}

.nectar-quick-view-box .single_add_to_cart_button_wrap a:hover span, .products li.product.minimal .product-add-to-cart .added_to_cart:hover, .products li.product.minimal .product-add-to-cart a:hover span, .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-error a:hover, .woocommerce .woocommerce-info a:hover, .woocommerce div.product .woocommerce-review-link:hover, .woocommerce-MyAccount-content .woocommerce-message a.button:hover, .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control.active, .woocommerce-message a:hover, .woocommerce-tabs .full-width-content[data-tab-style=fullwidth] ul.tabs li.active a, .woocommerce.single-product div.product_meta a:hover {
	background-size: 100% 2px;
}

.nectar-shop-header>.woocommerce-ordering .select2-container--default.select2-container--open .select2-selection__rendered, .nectar-shop-header>.woocommerce-ordering .select2-container--default:hover .select2-selection__rendered {
	background-position: right bottom;
	background-size: 0 2px;
}

.nectar-quick-view-box .single_add_to_cart_button_wrap a span, .nectar-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered, .products li.product.minimal .product-add-to-cart .added_to_cart, .products li.product.minimal .product-add-to-cart a span, .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce div.product .woocommerce-review-link, .woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control, .woocommerce-message a, .woocommerce-tabs .full-width-content[data-tab-style=fullwidth] ul.tabs li a, .woocommerce.single-product div.product_meta a {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: left bottom;
	background-image: linear-gradient(to right, #000 0, #000 100%);
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
}

.nectar-shop-header>.woocommerce-ordering .select2-container--default .select2-selection__rendered {
	background-size: 100% 2px;
	padding-top: 0;
	padding-bottom: 0;
}

.nectar-quick-view-box .single_add_to_cart_button_wrap a.single_add_to_cart_button span, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce-MyAccount-content .woocommerce-message a.button, .woocommerce-message a {
	background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

.nectar-quick-view-box .single_add_to_cart_button_wrap a, .woocommerce .woocommerce-info a, .woocommerce-message a, .woocommerce-tabs .full-width-content[data-tab-style=fullwidth] ul.tabs li a {
	position: relative;
}

.nectar-quick-view-box .summary-content>.nectar-full-product-link {
	display: none !important;
}

.nectar-quick-view-box .nectar-full-product-link a {
	color: #000;
	padding-bottom: 4px;
}

.woocommerce.add_to_cart_inline a.button.add_to_cart_button .icon-salient-cart, .woocommerce.add_to_cart_inline a.button.add_to_cart_button span.price {
	display: none;
}

p.woocommerce.add_to_cart_inline {
	text-align: center;
}

body p.woocommerce.add_to_cart_inline ins>span.woocommerce-Price-amount, body p.woocommerce.add_to_cart_inline>span.woocommerce-Price-amount {
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
}

body p.woocommerce.add_to_cart_inline {
	padding: 0 0 40px !important;
	border: none !important;
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button {
	padding: 22px 45px;
	display: inline-block;
	font-size: 14px;
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.added:after {
	margin-left: 10px;
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.loading {
	opacity: .5;
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.loading:after {
	display: none;
}

li.product.no-trans * {
	visibility: hidden !important;
}

ul.products li.product.no-trans, ul.products li.product.no-trans *, ul.products li.product.no-trans .background-color-expand:before {
	transition: none !important;
	transition-delay: 0s !important;
	box-shadow: none;
}

.nectar-quick-view-box-backdrop {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: opacity .3s ease;
	background-color: rgba(0, 0, 0, .45);
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}

.nectar-quick-view-box {
	display: block;
	position: fixed;
	max-width: 1050px;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left, top, width;
	pointer-events: none;
	z-index: 20000;
	min-width: 200px;
	min-height: 200px;
}

.nectar-slide-in-cart-bg {
	position: fixed;
	z-index: -9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, .45);
	pointer-events: none;
	transition: opacity .4s cubic-bezier(0, .8, 1, 1);
}

.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
	margin-top: 30px;
}

.nectar-quick-view-box div.product .stock, .woocommerce div.product .stock {
	padding-bottom: 15px;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
	font-size: .67em;
	color: rgba(145, 145, 145, .5);
	opacity: 1;
	display: inline;
}

.woocommerce #content div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page div.product span.price del {
	color: rgba(145, 145, 145, .5);
	font-size: .67em;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
	right: -20px !important;
	top: 0 !important;
}

.classic.product .link-overlay, .text_on_hover.product .link-overlay {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

body #amazon_customer_details.wc-amazon-payments-advanced-populated+#customer_details {
	display: block;
}

body #amazon_customer_details.wc-amazon-payments-advanced-populated+#customer_details .col-1 {
	display: none;
}

.wc-forward a:after, .wc-forward:after {
	content: "" !important;
	margin: 0 !important;
}

.easyzoom {
	display: block;
	position: relative;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom-flyout img {
	max-width: none !important;
	width: auto !important;
	transition: none !important;
}

.easyzoom-flyout {
	background-color: #fff;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: opacity .25s ease 0s !important;
}

.cart_item dd p {
	padding-bottom: 0;
}

.woocommerce .cart_item dt {
	font-family: inherit;
	color: inherit;
	font-weight: 700;
}

.woocommerce .cart_item dl, body .woocommerce-checkout-review-order-table .product-info .product-quantity {
	font-size: 14px;
}

@media only screen and (max-width:768px) {
	body .woocommerce table.cart .product-thumbnail:before {
		display: none;
	}
	
	body .woocommerce table.cart .product-thumbnail {
		display: block;
	}
}

.woocommerce-account[data-fancy-form-rcs="1"] .login-btn-row {
	margin-top: 40px;
}

.woocommerce-account .woocommerce>#customer_login form {
	display: block;
	opacity: 0;
	transition: opacity .5s ease;
}

.woocommerce-account .woocommerce>#customer_login .visible form {
	opacity: 1;
}

@media only screen and (min-width:768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding-right: 30px;
	}
}

.woocommerce-MyAccount-navigation ul {
	margin-left: 0;
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	position: relative;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li.is-active a:before, .woocommerce-MyAccount-navigation ul li:hover a {
	opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: .857em 0;
	display: block;
	color: inherit;
	opacity: .4;
}

.woocommerce-MyAccount-navigation ul li a:before {
	display: inline-block;
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	line-height: 1.618;
	line-height: inherit;
	margin-right: 15px;
	text-align: right;
	float: left;
	opacity: .4;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
	content: "";
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: block;
}

.woocommerce div.woocommerce-product-gallery__wrapper, .woocommerce figure.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce form .shipping-calculator-form .form-row .select2-container {
	width: 100% !important;
}

body .pswp {
	z-index: 1000001;
}

.woocommerce ul.products[data-product-style=text_on_hover] li.product .woocommerce-loop-product__title {
	padding-bottom: 0;
}

.woocommerce ul.products[data-product-style=text_on_hover] li.product img {
	margin-bottom: 0;
}

.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-phone-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-tablet-columns=default]) {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns=default]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns=default]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-phone-columns=default]) li.product, .woocommerce ul.products[data-product-style]:not([data-n-tablet-columns=default]) li.product {
	float: none !important;
	clear: none !important;
}

@media only screen and (min-width:1300px) {
	body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="2"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="3"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="4"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="5"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-columns="6"] {
		padding: 1.5%;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"], body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"], body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"] {
		width: 101.5% !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="2"], body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] {
		width: 102% !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"] li.product {
		width: 15.14% !important;
		margin: 0 1.5% 1.5% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"] li.product {
		width: 18.44% !important;
		margin: 0 1.5% 1.5% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.product {
		width: 23.49% !important;
		margin: 0 1.5% 1.5% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product {
		width: 31.29% !important;
		margin: 0 2% 2% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="2"] li.product {
		width: 47.9% !important;
		margin: 0 2% 2% 0 !important;
	}
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="2"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="3"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="4"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="5"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-desktop-small-columns="6"] {
		padding: 1.5%;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="4"], body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="5"], body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="6"] {
		width: 101.5% !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="2"], body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"] {
		width: 102% !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="6"] li.product {
		width: 15.14% !important;
		margin: 0 1.5% 1.5% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="5"] li.product {
		width: 18.4% !important;
		margin: 0 1.5% 1.5% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="4"] li.product {
		width: 23.49% !important;
		margin: 0 1.5% 1.5% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"] li.product {
		width: 31.29% !important;
		margin: 0 2% 2% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="2"] li.product {
		width: 47.9% !important;
		margin: 0 2% 2% 0 !important;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-tablet-columns="2"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-tablet-columns="3"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-tablet-columns="4"] {
		padding: 1.5%;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="4"] {
		width: 101.5% !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"], body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"] {
		width: 102% !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="4"] li.product {
		width: 23.49% !important;
		margin: 0 1.5% 1.5% 0 !important;
		padding: 0;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"] li.product {
		width: 31.29% !important;
		margin: 0 2% 2% 0 !important;
		padding: 0;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"] li.product {
		width: 47.9% !important;
		margin: 0 2% 2% 0 !important;
		padding: 0;
	}
}

@media only screen and (max-width:690px) {
	body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-phone-columns="2"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-phone-columns="3"], body.woocommerce:not(.single-product) .full-width-content>ul.products[data-n-phone-columns="4"] {
		padding: 1.5%;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] {
		width: 101.5% !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"], body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] {
		width: 102% !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] li.product, body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] li.product.material {
		width: 23.49% !important;
		margin: 0 1.5% 1.5% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] li.product, body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] li.product.material {
		width: 31.29% !important;
		margin: 0 2% 2% 0 !important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] li.product, body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] li.product.material {
		width: 47.8% !important;
		margin: 0 2% 2% 0 !important;
	}
	
	.woocommerce ul.products[data-n-phone-columns="1"] li.product, .woocommerce ul.products[data-n-phone-columns="1"] li.product.material, body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product, body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product.material {
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}
	
	#ajax-content-wrap #comments h2, #ajax-content-wrap #review_form h3, #ajax-content-wrap .cart-collaterals>h2, #ajax-content-wrap .cart_totals h2, #ajax-content-wrap .cross-sells>h2, #ajax-content-wrap .related.products>h2, #ajax-content-wrap .shipping_calculator h2, #ajax-content-wrap .upsells.products>h2 {
		font-size: 24px;
		line-height: 34px;
	}
}

.full-width-content>.woocommerce-products-header .term-description {
	padding: 0 35px;
}

.row .woocommerce-products-header .term-description p {
	padding-bottom: 1.5em;
}

.woocommerce form.login, .woocommerce form.register {
	border: none;
	padding: 0;
}

.woocommerce-account .woocommerce>#customer_login {
	padding: 6% 0;
}

.woocommerce-account h2.n-disable-reg {
	margin-top: 6%;
	margin-bottom: 40px;
}

body.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg {
	margin-bottom: 6%;
}

.woocommerce-account .woocommerce>#customer_login .nectar-form-controls {
	text-align: center;
}

.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control {
	cursor: pointer;
	display: inline-block;
	margin: 10px 30px;
	line-height: 1.3em !important;
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1), opacity .25s ease, color .25s ease;
	opacity: .25;
	background-image: linear-gradient(to right, #000 0, #000 100%);
}

@media only screen and (max-width:690px) {
	.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control {
		margin: 10px 15px;
	}
}

.woocommerce-account .woocommerce>#customer_login .nectar-form-controls .control.active {
	opacity: 1;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg, .woocommerce-account .woocommerce>#customer_login>.col-1, .woocommerce-account .woocommerce>#customer_login>.col-2 {
	max-width: 550px;
	width: 100%;
	float: none;
	margin: 0 auto;
}

.woocommerce-account .woocommerce>#customer_login>.col-1 form>p:nth-child(3) {
	margin-top: 15px;
}

#customer_login .woocommerce-LostPassword.lost_password, .woocommerce-account h2.n-disable-reg {
	text-align: center;
	position: relative;
}

.woocommerce-account .woocommerce>#customer_login .col-2 {
	display: none;
}

.woocommerce-account .woocommerce>#customer_login .col-1 h2, .woocommerce-account .woocommerce>#customer_login .col-2 h2 {
	display: none;
}

.nectar-quick-view-box p.stock.out-of-stock, .single-product .entry-summary p.stock.out-of-stock {
	padding: 10px 20px;
	color: #888 !important;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	display: inline-block;
}

body[data-button-style*=slightly_rounded] .nectar-quick-view-box p.stock.out-of-stock, body[data-button-style*=slightly_rounded].single-product .entry-summary p.stock.out-of-stock {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

body[data-button-style^=rounded] .nectar-quick-view-box p.stock.out-of-stock, body[data-button-style^=rounded].single-product .entry-summary p.stock.out-of-stock {
	border-radius: 200px;
	-webkit-border-radius: 200px;
}

.woocommerce-account .woocommerce-form-login button.button, .woocommerce-account .woocommerce-form-register button.button {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
}

.woocommerce-account[data-form-submit=see-through] .woocommerce-form-login button.button, .woocommerce-account[data-form-submit=see-through] .woocommerce-form-register button.button {
	border: 2px solid #000;
}

@media only screen and (max-width:768px) {
	#customer_details>div {
		width: 100%;
	}
	
	#customer_details #order_review_heading {
		margin-top: 40px;
	}
	
	.checkout .woocommerce-billing-fields {
		padding-right: 0;
	}
	
	.woocommerce table.shop_table_responsive tr td.actions, .woocommerce-page table.shop_table_responsive tr td.actions {
		background-color: transparent;
	}
}

ul.products[data-n-lazy="1"] li.product .product-wrap>a {
	display: block;
	position: relative;
}

.single-product .product[data-gallery-style=left_thumb_sticky][data-n-lazy="1"] .product-slider .slide, .single-product .product[data-n-lazy="1"] .product-slider .slide, .single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner {
	position: relative;
}

.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner {
	line-height: 0;
}

.single-product .product[data-gallery-style=left_thumb_sticky][data-n-lazy="1"] .product-slider .slide:before, .single-product .product[data-n-lazy="1"] .default-woo-gallery .slide:before, .single-product .product[data-n-lazy="1"] .product-slider .slide:before, .single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner:before, ul.products[data-n-lazy="1"] li.product .product-wrap>a:before {
	background-color: rgba(0, 0, 0, .035);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	pointer-events: none;
	z-index: -1;
	transition: opacity .5s ease;
}

.single-product .product[data-gallery-style=ios_slider][data-n-lazy="1"] .product-thumbs .slider .thumb .thumb-inner:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.single-product .product[data-gallery-style=ios_slider][data-n-lazy="1"] .product-thumbs .slider.flickity-enabled .thumb .thumb-inner:before {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	left: 2px;
	top: 2px;
}

.single-product .product[data-gallery-style=left_thumb_sticky][data-n-lazy="1"] .product-thumbs .thumb-inner:before {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	left: 2px;
	top: 2px;
}

@media only screen and (max-width:999px) {
	.single-product .product[data-gallery-style=left_thumb_sticky][data-n-lazy="1"] .product-thumbs .thumb-inner:before {
		height: calc(100% - 4px);
	}
}

.single-product .product[data-gallery-style=left_thumb_sticky][data-n-lazy="1"] .product-slider .slide.img-loaded:before, .single-product .product[data-n-lazy="1"] .product-slider .slide.img-loaded:before, .single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner.img-loaded:before, ul.products[data-n-lazy="1"] li.product .product-wrap>a.img-loaded:before {
	opacity: 0;
}

ul.products li.product img.nectar-lazy {
	min-height: 100px;
	background-color: rgba(0, 0, 0, .03);
	transition: border-color .1s ease, opacity .5s ease;
}

.single-product .product[data-n-lazy="1"] img.nectar-lazy, ul.products li.product img.nectar-lazy {
	opacity: 0;
}

.single-product .product[data-n-lazy="1"] img.nectar-lazy.loaded, ul.products li.product img.nectar-lazy.loaded {
	opacity: 1;
	min-height: 0;
}

@media only screen and (max-width:999px) {
	.products[data-rm-m-hover="1"] li.product, .products[data-rm-m-hover="1"] li.product * {
		transition: none !important;
	}
	
	.products[data-rm-m-hover="1"] li.product img.nectar-lazy {
		transition: opacity .5s ease !important;
	}
	
	.products[data-rm-m-hover="1"] li.product.material {
		box-shadow: none;
	}
	
	.woocommerce .products[data-rm-m-hover="1"] .classic.product .product-wrap a {
		transform: translateY(0);
	}
	
	.woocommerce ul.products li.product.minimal .product-wrap img {
		transform: none !important;
	}
	
	.products[data-rm-m-hover="1"] .material.product:before {
		opacity: 0;
	}
	
	.products[data-rm-m-hover="1"] .material.product .product-wrap .product-add-to-cart {
		pointer-events: none;
	}
	
	.products[data-rm-m-hover="1"] li.product.minimal .background-color-expand, .products[data-rm-m-hover="1"] li.product.minimal .product-add-to-cart {
		display: none !important;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: var(--wc-form-color-background, #fff);
	color: var(--wc-form-color-text, #000);
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

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

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
	content: "";
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #0073aa;
}

p {
	padding-bottom: 1.5em;
}

.material .wpb_content_element, .material .wpb_row {
	margin-bottom: 1.5em;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 1.5rem;
}

.material .vc_row-fluid[data-column-margin=none] {
	margin-bottom: 0;
}

#header-space {
	background-color: #fff;
}

body[data-header-color=dark] #header-space {
	background-color: #000;
}

#sidebar .widget.widget_categories li, #sidebar .widget.widget_nav_menu li, #sidebar .widget.widget_pages li, #sidebar div ul li {
	border: none;
	padding: 4px 0;
}

.material #footer-outer #footer-widgets .col ul li {
	padding: 4px 0 !important;
	border: none;
}

@media only screen and (min-width:1000px) {
	body #footer-outer .row {
		padding: 75px 0;
	}
}

#page-header-wrap, .container-wrap, .material .vc_text_separator div, .ocm-effect-wrap, .page-header-no-bg, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4, .portfolio-items .col, .project-title {
	background-color: #fff;
}

#call-to-action .triangle {
	color: #fff;
}

#footer-outer #footer-widgets .col ul li, #sidebar .widget.widget_categories li, #sidebar .widget.widget_nav_menu li, #sidebar .widget.widget_pages li, #sidebar div ul li {
	border: none;
	padding: 4px 0;
}

#footer-outer .widget.widget_categories li, #footer-outer .widget.widget_nav_menu li, #footer-outer .widget.widget_pages li, #sidebar .widget.widget_categories li, #sidebar .widget.widget_nav_menu li, #sidebar .widget.widget_pages li {
	padding: 4px 0 !important;
}

.material #footer-outer .widget li a, .material #sidebar .widget li a, .material .widget li a {
	padding: 0 !important;
	border: none;
	color: inherit;
}

body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
	margin-top: 0;
	padding-top: 40px;
}

body.search-results.material .container-wrap {
	margin-top: 0;
}

body[data-header-resize="1"] #page-header-wrap {
	margin-top: 0;
}

body.material .page-header-no-bg {
	padding-top: 35px;
	margin-top: 0;
}

.nectar-slider-wrap.first-section .swiper-slide .content, .parallax_slider_outer.first-section, .parallax_slider_outer.first-section .swiper-slide .content {
	margin-top: 0 !important;
}

body.material #header-outer[data-header-resize="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu), body.material #header-outer[data-header-resize="1"]:not([data-format=left-header]):not(.scrolled-down):not(.small-nav), body[data-hhun="1"].material #header-outer[data-header-resize="0"][data-remove-fixed="0"]:not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu).invisible {
	box-shadow: none;
}

body.material #header-outer[data-box-shadow=large-line][data-header-resize="0"]:not(.transparent):not([data-format=left-header]):not(.scrolled-down):not(.fixed-menu), body.material #header-outer[data-box-shadow=large-line][data-header-resize="1"]:not(.transparent):not([data-format=left-header]):not(.scrolled-down):not(.small-nav) {
	box-shadow: 0 1px 0 rgba(0, 0, 0, .08), 0 18px 40px transparent;
}

@media only screen and (max-width:999px) {
	body.material #header-outer[data-header-resize="1"]:not([data-box-shadow=none]):not(.transparent):not([data-format=left-header]) {
		transition: all .25s ease;
	}
}

@media only screen and (min-width:1000px) {
	body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines-button:after, body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after, body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
		height: 2px !important;
	}
	
	.slide-out-hover-icon-effect:not(.small) {
		width: 32px;
		overflow: hidden;
	}
	
	#top .slide-out-widget-area-toggle:not(.small) a .close-wrap {
		height: 28px;
		width: 22px !important;
	}
	
	#top .slide-out-widget-area-toggle:not(.small) a.using-label .close-wrap {
		height: 22px;
	}
	
	.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after {
		top: -8px;
	}
	
	.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
		top: 8px;
	}
	
	.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
		width: 1.4rem;
	}
}

#top .slide-out-widget-area-toggle a span {
	overflow: hidden;
	width: var(--nectar-ocm-icon-width, 22px);
}

#top .slide-out-widget-area-toggle a>span {
	position: relative;
}

#top .slide-out-widget-area-toggle a span .lines-button.hover-effect {
	left: calc(( var(--nectar-ocm-icon-width, 22px) + 8px ) * -1);
	margin-top: -2px;
}

#top .slide-out-widget-area-toggle a .lines-button:after {
	transition: transform var(--nectar-header-hover-timing, .65s) var(--nectar-cubic-bezier-out, cubic-bezier(.3, 1, .3, 1)) 40ms, background-color .2s ease, opacity .2s ease !important;
}

body .slide-out-widget-area-toggle a:hover .lines:before {
	transition: transform var(--nectar-header-hover-timing, .65s) var(--nectar-cubic-bezier-out, cubic-bezier(.3, 1, .3, 1)) 80ms, background-color .2s ease, opacity .2s ease !important;
}

body .slide-out-widget-area-toggle a:hover .lines:after {
	transition: transform var(--nectar-header-hover-timing, .65s) var(--nectar-cubic-bezier-out, cubic-bezier(.3, 1, .3, 1)) 0s, background-color .2s ease, opacity .2s ease !important;
}

body .lines:before {
	transition: transform var(--nectar-header-hover-timing, .65s) var(--nectar-cubic-bezier-out, cubic-bezier(.3, 1, .3, 1)) 0s, background-color .2s ease, opacity .2s ease !important;
}

body .lines:after {
	transition: transform var(--nectar-header-hover-timing, .65s) var(--nectar-cubic-bezier-out, cubic-bezier(.3, 1, .3, 1)) 80ms, background-color .2s ease, opacity .2s ease !important;
}

#top a.no-trans .lines-button:after, #top a.no-trans .lines:after, #top a.no-trans .lines:before {
	transition: none !important;
}

body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines-button:after, body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines:after, body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines:before, body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines-button:after, body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines:after, body[data-slide-out-widget-area-style=simple] #top .menu-push-out .lines:before {
	transform: translateX(calc(var(--nectar-ocm-icon-width, 22px) + 8px)) !important;
}

@media only screen and (min-width:1000px) {
	body #top .effect-shown .lines-button:after, body #top .effect-shown .lines:after, body #top .effect-shown .lines:before, body #top .slide-out-widget-area-toggle a:hover .lines-button:after, body #top .slide-out-widget-area-toggle a:hover .lines:after, body #top .slide-out-widget-area-toggle a:hover .lines:before {
		transform: translateX(calc(var(--nectar-ocm-icon-width, 22px) + 8px));
	}
	
	body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines-button:after, body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines:after, body[data-slide-out-widget-area-style*=fullscreen] #top .menu-push-out .lines:before {
		transform: translateX(calc(( var(--nectar-ocm-icon-width, 22px) + 8px ) * 2)) !important;
	}
	
	body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines-button:after, body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines:after, body[data-slide-out-widget-area-style=simple] #top .slide-out-widget-area-toggle a:hover .lines:before {
		transform: none;
	}
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
	margin: 0 14px;
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li.menu-item {
	margin: 0;
}

body.material #header-outer[data-transparent-header=true].transparent nav>ul>li>a {
	margin-bottom: 0;
}

body.material #header-outer #top nav>.buttons>li:last-child, body.material #header-outer[data-format=centered-menu-bottom-bar] #top nav>.buttons>.slide-out-widget-area-toggle {
	margin-right: 0 !important;
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>.slide-out-widget-area-toggle {
	margin-right: 0;
}

#header-outer .sf-menu>li>a>.sf-sub-indicator {
	height: auto;
}

body.material #header-outer #top nav>.buttons>li:first-child {
	margin-left: 0;
}

body.material #header-outer .cart-menu, body.material #top nav ul #nectar-user-account>div, body.material #top nav ul #search-btn>div {
	padding-left: 0;
	border-left: none !important;
}

#top nav ul #nectar-user-account a, #top nav ul #nectar-user-account a span, #top nav ul #search-btn a, #top nav ul #search-btn a span, #top nav ul .slide-out-widget-area-toggle a {
	height: 21px;
	line-height: 21px;
}

#header-outer[data-format=left-header] .sf-menu li {
	opacity: 1;
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, body.material #top nav ul #search-btn a span {
	font-size: 20px;
}

body.material #top nav ul #nectar-user-account a span {
	font-size: 20px;
	width: 26px;
	max-width: 26px;
}

body #header-outer[data-transparent-header=true] #top nav ul #nectar-user-account>div, body.material #header-outer .cart-menu {
	border-left: none;
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons {
	margin-left: 30px;
}

body.material #header-outer[data-full-width=true][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons, body.material #header-outer[data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
	margin-left: 0;
}

body.material #header-outer[data-has-buttons=no][data-full-width=false][data-format=default]:not([data-lhe=button_bg]) #top nav>.sf-menu>li:not([class*=button_]):last-child a {
	padding-right: 0;
}

body.material #header-outer[data-has-buttons=no][data-full-width=false][data-format=default] #top nav>.sf-menu>li[class*=button_]:last-child a {
	margin-right: 0;
}

body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons {
	margin-left: 28px;
}

.material #top nav>.buttons, .material #top nav>.product_added.buttons {
	padding-right: 0 !important;
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
	z-index: 100;
}

#footer-outer #footer-widgets .col ul li a, #sidebar div ul li a {
	display: block;
}

#footer-outer .widget h4, #sidebar h4 {
	margin-bottom: 15px;
}

body #footer-outer #copyright {
	font-size: 14px;
	background-color: transparent;
}

#footer-outer[data-copyright-line=true] #copyright {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button) {
	transition: all .2s ease;
}

#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):focus, #footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):hover {
	opacity: .65;
}

#footer-outer[data-custom-color=true] #footer-widgets .tagcloud a:not(.nectar-button):hover {
	opacity: 1;
}

#footer-outer[data-using-widget-area=false] #copyright {
	border: none;
}

.material #sidebar .widget .tagcloud a, .material .widget .tagcloud a, .single .post-area .content-inner>.post-tags a {
	border-radius: 0 !important;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	transition: all .4s cubic-bezier(.25, 1, .2, 1);
	background-color: transparent;
}

.material #sidebar .widget .tagcloud a:before, .material .widget .tagcloud a:before, .single .post-area .content-inner>.post-tags a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	opacity: .06;
}

.material[data-button-style*=rounded] #sidebar .widget .tagcloud a, .material[data-button-style*=rounded] #sidebar .widget .tagcloud a:before, .material[data-button-style*=rounded] .widget .tagcloud a, .material[data-button-style*=rounded] .widget .tagcloud a:before, .single[data-button-style*=rounded] .post-area .content-inner>.post-tags a, .single[data-button-style*=rounded] .post-area .content-inner>.post-tags a:before {
	border-radius: 50px !important;
}

.material #sidebar .widget .tagcloud a:hover, .material .widget .tagcloud a:hover, .sharing-default-minimal .nectar-social a:hover, .single .post-area .content-inner>.post-tags a:hover {
	box-shadow: 0 10px 24px rgba(0, 0, 0, .15);
}

.material #sidebar .widget .recentcomments {
	background-color: transparent;
	padding: 0;
	margin-bottom: 8px;
}

#header-outer.light-text #search-outer input[type=text], .material #sidebar .widget .tagcloud a:hover, .material .span_12.light #sidebar .widget .tagcloud a, .material .span_12.light .widget .tagcloud a, .single.material .post-area .content-inner>.post-tags a:hover, body.mobile.material[data-header-color=light] #header-outer[data-permanent-transparent="1"].transparent .slide-out-widget-area-toggle a .close-line, body[data-header-color=dark] #header-outer #search-outer input[type=text] {
	color: #fff !important;
}

body.single-post .content-inner>.post-tags {
	margin-top: 60px;
}

#to-top, .nectar-button, .nectar-button.see-through, .swiper-slide .button a, body .nectar-button.see-through, body .nectar-button.see-through-2 {
	border-radius: 0 !important;
	box-shadow: none;
}

body.material .nectar-button.large {
	padding-left: 35px;
	padding-right: 35px;
}

body.material .nectar-button.jumbo {
	padding-left: 50px;
	padding-right: 50px;
}

body.material .nectar-button.jumbo:not([class*=see-through]) {
	padding: 23px 50px;
}

body.material .nectar-button.regular[class*=m-extra-color-gradient-]:before, body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:after, body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:before, body.material .nectar-button.see-through[data-color-override=false] i:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
}

body.material[data-button-style*=slightly_rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:before {
	border-radius: 5px;
}

body.material[data-button-style*=slightly_rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
	border-radius: 3px;
}

body.material[data-button-style=default] .nectar-button.see-through[class*=m-extra-color-gradient-]:after, body.material[data-button-style=default] .nectar-button.see-through[class*=m-extra-color-gradient-]:before {
	border-radius: 0;
}

body.material[data-button-style=default] .nectar-button {
	box-shadow: none;
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:before {
	border-radius: 50px;
	z-index: -2;
	backface-visibility: hidden;
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:after {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	border-radius: 50px;
	background-color: #fff;
	z-index: -1;
	backface-visibility: hidden;
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:hover:after {
	opacity: 0;
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-] {
	backface-visibility: hidden;
	border: none !important;
}

body.material .nectar-button.see-through:hover i, body.material .nectar-button.see-through[data-color-override=false] i, body.material .nectar-button.see-through[data-color-override=false]:hover i:after {
	box-shadow: none !important;
}

body.material[data-button-style=default] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
	border-radius: 0;
}

body.material[data-button-style*=rounded] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
	border-radius: 100px;
}

body.material[data-button-style*=slightly_rounded] .nectar-button.regular[class*=m-extra-color-gradient-]:before {
	border-radius: 5px;
}

body.material .nectar-button.regular[class*=m-extra-color-gradient-]:before {
	opacity: 0;
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-].has-icon:not(:hover) span {
	transform: none !important;
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-].has-icon:not(:hover) i {
	transform: translateX(-5px) translateY(-50%) !important;
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:not(:hover) i {
	opacity: 0 !important;
	background-color: transparent !important;
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:hover i {
	opacity: 1 !important;
}

body.material .nectar-button.regular[class*=m-extra-color-gradient-]:hover:before {
	opacity: 1;
}

body.material[data-button-style^=rounded] .nectar-button.see-through-2[data-color-override="#ffffff"]:not(:hover) i, body.material[data-button-style^=rounded] .nectar-button.see-through-3[data-color-override="#ffffff"]:not(:hover) i, body.material[data-button-style^=rounded] .nectar-button.see-through[data-color-override="#ffffff"] i, body.material[data-button-style^=rounded] .span_12.light .nectar-button.see-through-2[data-color-override=false]:not(:hover) i {
	color: #000 !important;
}

body.material[data-button-style^=rounded] .nectar-button.see-through-2[data-hover-color-override="#ffffff"]:hover i, body.material[data-button-style^=rounded] .nectar-button.see-through-3[data-hover-color-override="#ffffff"]:hover i {
	background-color: rgba(0, 0, 0, .07) !important;
}

body.material .nectar-button.see-through[class*=m-extra-color-gradient-]:hover, body.material[data-button-style^=rounded] .nectar-button.see-through i, body.material[data-button-style^=rounded] .nectar-button.see-through-2:not(:hover) i, body.material[data-button-style^=rounded] .nectar-button.see-through-3:not(:hover) i {
	color: #fff !important;
}

body.material .nectar-button.large i {
	font-size: 16px;
}

body.material .nectar-button.jumbo i {
	font-size: 20px;
}

body.material[data-button-style^=rounded] .nectar-button.large i {
	font-size: 14px;
}

body.material[data-button-style^=rounded] .nectar-button.jumbo i {
	font-size: 18px;
}

body.material .nectar-button.jumbo.see-through, body.material .nectar-button.jumbo.see-through-2, body.material .nectar-button.jumbo.see-through-3 {
	border-width: 2px;
}

.nectar-button.has-icon.see-through[class*=m-extra-color-gradient-] .im-icon-wrap svg path {
	fill: #000;
	transition: all .2s ease;
}

.nectar-button.has-icon.see-through[class*=m-extra-color-gradient-]:hover .im-icon-wrap svg path {
	fill: #fff;
}

body.material .nectar-button.has-icon, body.material .nectar-button.tilt.has-icon {
	padding-right: 46px;
}

body.material .nectar-button.has-icon.large {
	padding-right: 44px;
	padding-left: 46px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.large[class*=m-extra-color-gradient-] {
	padding-top: 15px;
	padding-bottom: 15px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.large {
	padding-right: 37px;
	padding-left: 46px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo {
	padding-right: 56px;
	padding-left: 54px;
	padding-top: 20px;
	padding-bottom: 20px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.large:not(.see-through):not(.see-through-2):not(.see-through-3) {
	padding-right: 39px;
	padding-left: 46px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3), body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo[class*=m-extra-color-gradient-] {
	padding-right: 56px;
	padding-left: 54px;
	padding-top: 22px;
	padding-bottom: 22px;
}

body.material .nectar-button.has-icon.jumbo {
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 66px;
	padding-left: 54px;
}

body.material[data-button-style^=rounded] .nectar-button.has-icon:not([class*=see-through]) i, body.material[data-button-style^=rounded] .nectar-button.has-icon[class*=see-through]:hover i {
	background-color: rgba(255, 255, 255, .22);
}

body.material[data-button-style^=rounded] .nectar-button.see-through[class*=m-extra-color-gradient-]:hover i {
	background-color: rgba(255, 255, 255, .22) !important;
}

body.material[data-button-style^=rounded] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button i, body.material[data-button-style^=rounded] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button:hover i {
	background-color: rgba(0, 0, 0, .04);
}

body.material .nectar-button.has-icon i {
	right: 14px;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	line-height: 32px;
	height: 32px;
	width: 32px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon i {
	transition: none;
}

body.material:not([data-button-style^=rounded]) .nectar-button.see-through-2.has-icon i, body.material:not([data-button-style^=rounded]) .nectar-button.see-through-3.has-icon i, body.material:not([data-button-style^=rounded]) .nectar-button.see-through.has-icon[data-color-override=false] i {
	color: inherit !important;
}

body.material[data-button-style^=rounded] .nectar-button.has-icon i {
	background-color: rgba(0, 0, 0, .2);
}

body.material .nectar-button.has-icon.large i {
	transform: translateY(-50%) translateX(6px);
}

body.material .nectar-button.has-icon.large:not([class*=see-through]) i {
	transform: translateY(-50%) translateX(4px);
}

body.material .nectar-button.has-icon.jumbo i {
	transform: translateY(-50%) translateX(2px);
	height: 44px;
	width: 44px;
	line-height: 44px;
}

body.material .nectar-button.has-icon.jumbo:not([class*=see-through]) i {
	transform: translateY(-50%) translateX(3px);
	height: 44px;
	width: 44px;
	line-height: 44px;
}

body.material .nectar-button.has-icon.small {
	padding-right: 36px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.small {
	padding-right: 28px;
}

body.material .nectar-button.has-icon.small i {
	transform: translateY(-50%) translateX(8px);
	height: 24px;
	width: 24px;
	line-height: 24px;
}

body.material .nectar-button.has-icon.small:not([class*=see-through]) i {
	transform: translateY(-50%) translateX(7px);
	height: 24px;
	width: 24px;
	line-height: 24px;
}

body.material .nectar-button.medium, body.material .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
	padding-left: 24px;
	padding-right: 24px;
}

body.material .nectar-button.medium i {
	font-size: 16px;
}

body.material[data-button-style^=rounded] .nectar-button.medium i {
	font-size: 14px;
}

body.material .nectar-button.has-icon.medium, body.material .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
	padding-right: 38px;
	padding-left: 46px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium {
	padding-right: 32px;
	padding-left: 46px;
}

body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
	padding-right: 34px;
	padding-left: 46px;
}

body.material .nectar-button.has-icon.medium i {
	transform: translateY(-50%) translateX(7px);
	height: 28px;
	width: 28px;
	line-height: 28px;
}

body.material .nectar-button.has-icon.medium:not([class*=see-through]) i {
	transform: translateY(-50%) translateX(4px);
	height: 28px;
	width: 28px;
	line-height: 28px;
}

body.material .nectar-button.has-icon.extra_jumbo[class*=see-through] {
	border-width: 6px;
	padding-top: 31px;
	padding-bottom: 31px;
}

body.material .nectar-button.has-icon.extra_jumbo[class*=see-through] i {
	transform: translateY(-50%) translateX(-3px);
}

body.material .nectar-button.has-icon.extra_jumbo {
	padding-top: 36px;
	padding-bottom: 36px;
	padding-right: 142px;
	padding-left: 80px;
}

body.material .nectar-button.has-icon.extra_jumbo:hover span {
	transform: translateX(-18px);
}

body.material .nectar-button.has-icon.extra_jumbo i {
	transform: translateY(-50%) translateX(-6px);
	height: 94px;
	width: 94px;
	margin-top: 0;
	line-height: 94px;
}

#header-outer[data-full-width=true] #top nav ul #nectar-user-account>div, body #header-outer[data-transparent-header=true].transparent #top nav ul #nectar-user-account>div {
	border: none !important;
}

#header-outer .sf-menu ul li a {
	border-bottom: none;
}

#top #mobile-cart-link i {
	height: 20px;
	line-height: 20px;
}

#header-outer header {
	transition: all .2s;
}

#header-outer:not([data-format=left-header]).material-search-open header {
	opacity: 0;
	transition: all .2s;
	pointer-events: none;
}

#header-outer:not([data-format=left-header]).material-search-open header .span_3 {
	pointer-events: none !important;
}

#header-outer.material-search-open {
	box-shadow: none;
}

.material #header-outer.no-material-transition #search-outer, body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap.material-ocm-open.no-material-transition, body[data-slide-out-widget-area-style=slide-out-from-right].material .ocm-effect-wrap-shadow.no-material-transition, body[data-slide-out-widget-area-style=slide-out-from-right]>a.slide_out_area_close.no-material-transition {
	transition: none;
}

body[data-header-color=dark] #ajax-content-wrap:after {
	background-color: rgba(255, 255, 255, .55);
}

#ajax-content-wrap:after {
	background-color: rgba(0, 0, 0, .45);
	content: "";
	position: fixed;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	pointer-events: none;
	transform: translateZ(0);
	backface-visibility: hidden;
	transition: opacity .7s cubic-bezier(.15, .2, .1, 1);
}

#ajax-content-wrap.material-open:after {
	opacity: 1;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	#ajax-content-wrap:after {
		display: none;
	}
}

#header-secondary-outer, #header-secondary[data-using-secondary="1"] {
	transition: transform .32s ease;
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .menu li small {
	display: block;
	margin: 5px 0;
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .menu>li>small {
	margin: 5px 0;
}

#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
	display: none;
}

#slide-out-widget-area .mobile-only .menu.secondary-header-items {
	margin-top: 25px;
}

#slide-out-widget-area .mobile-only .menu.secondary-header-items li a {
	font-size: 18px;
}

body.material #slide-out-widget-area .mobile-only.off-canvas-menu-container .menu.secondary-header-items li {
	margin-bottom: 5px;
}

.nectar-video-box a.nectar_video_lightbox:not(.play_button_mouse_follow):before {
	opacity: .8;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	border: none;
}

.nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
	background-color: transparent !important;
}

.nectar-video-box:not([data-mouse-style=see_through_contrast]) a.nectar_video_lightbox {
	box-shadow: 0 20px 45px rgba(0, 0, 0, .25);
}

.nectar_video_lightbox.play_button:before, .span_12.dark .nectar_video_lightbox.play_button:before {
	border-width: 3px;
}

.nectar_video_lightbox svg {
	width: 18px;
	height: 18px;
}

#header-outer #top #mobile-cart-link i, #header-outer .mobile-search .icon-salient-search, #header-outer .mobile-user-account .icon-salient-m-user {
	background-color: transparent !important;
	vertical-align: middle;
	font-size: 18px;
}

#header-outer .mobile-user-account .icon-salient-m-user {
	font-size: 19px;
	width: 21px;
}

#header-outer #top #mobile-cart-link i {
	font-size: 19px;
	width: 19px;
}

#header-outer .mobile-search .icon-salient-search, #header-outer .mobile-user-account .icon-salient-m-user {
	transition: color .3s ease;
}

.sf-menu li ul li a .menu-title-text:after, body #header-outer .mobile-header li:not([class*=button_])>a .menu-title-text:after, body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after, body #header-outer[data-lhe=animated_underline] .nectar-header-text-content a:after, body #header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li:not([class*=button_])>a .menu-title-text:after {
	transform-origin: 0 0;
	transition: transform .35s cubic-bezier(.52, .01, .16, 1);
	bottom: -3px;
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
	transition: transform .35s cubic-bezier(.52, .01, .16, 1), border-color .35s cubic-bezier(.52, .01, .16, 1);
}

body #header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li:not([class*=button_])>a .menu-title-text:after {
	bottom: 0;
	border-width: 1px;
}

#search-outer #search #close a:before, .slide_out_area_close:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 46px;
	height: 46px;
	margin: -23px 0 0 -23px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .05);
	content: "";
	transform: scale(1) translateZ(0);
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

#search-outer #search #close a:before {
	width: 42px;
	height: 42px;
	margin: -21px 0 0 -21px;
}

.nectar-close-btn:hover:not(:focus):before, body[data-is].material #search-outer #search #close a:hover:not(:focus):before, body[data-is].material .slide_out_area_close:hover:not(:focus):before {
	transform: scale(1.2) translateZ(0);
}

blockquote::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	content: "";
	border-left: 4px solid rgba(0, 0, 0, .1);
}

blockquote.tiktok-embed {
	padding-left: 0;
}

blockquote.tiktok-embed:before {
	display: none;
}

blockquote.wp-block-quote.has-text-align-center.is-style-large {
	padding: 1em 1em;
}

.testimonial_slider blockquote:before {
	border: none;
}

blockquote {
	position: relative;
	padding-left: 1.8em;
}

body #search-results .result .bottom-line, body .masonry-blog-item .bottom-line, body .masonry-blog-item .more-link {
	display: none;
}

body.material .masonry-blog-item .inner-wrap, body.material .masonry-blog-item .mejs-container .mejs-controls {
	box-shadow: none;
}

.masonry-blog-item .post-meta {
	padding: 0 18px 18px;
}

.post .nectar-love-wrap {
	line-height: 20px;
}

.masonry-blog-item .inner-wrap {
	padding: 0;
}

.masonry-blog-item .content-inner .post-featured-img img, .masonry-blog-item .more-link, .post-area.masonry .post .aside-inner, .post-area.masonry .post .link-inner, .post-area.masonry .post .quote-inner, .post-area.masonry .post .status-inner {
	margin-bottom: 0 !important;
}

@media only screen and (min-width:1000px) {
	.post-area.masonry.span_9, .post-area.span_9, .single-portfolio .post-area.span_9, body.search.material .container-wrap .span_9, body[data-ext-responsive=true] .post-area.masonry.span_9, body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
		padding-right: 0;
		margin-right: 4%;
		width: 68.5%;
	}
	
	.post-area.span_9.col_last, body.search.material.woocommerce .span_9 {
		margin-right: 0;
	}
	
	.material.single-portfolio .post-area.span_9 {
		margin-right: 4% !important;
	}
	
	.post-area.masonry.span_9 .masonry-blog-item {
		width: 47.2%;
	}
	
	.post-area.masonry.span_9.material .masonry-blog-item {
		width: 47.2%;
	}
	
	#sidebar.span_3 {
		width: 27.5%;
		backface-visibility: hidden;
	}
	
	.masonry-blog-item {
		width: 31.1%;
	}
}

body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic, body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced, body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material {
	padding-top: 35px;
}

@media only screen and (min-width:1000px) {
	body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic, body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced, body.blog[data-bg-header=false] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material {
		padding-top: 2%;
	}
}

.single-post[data-bg-header=true] .container-wrap:not(.no-sidebar)>.main-content {
	padding-top: 35px;
}

.material .masonry-blog-item .content-inner {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 0;
}

.masonry-blog-item .article-content-wrap {
	padding: 16px 18px 18px;
}

.main-content>.row>.wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured.multiple_featured>div, .main-content>.row>.wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured>div {
	border-radius: 5px;
	overflow: hidden;
}

.post-area.masonry .format-status .post-content .post-meta, .post-area.masonry .post.format-aside .post-meta, .post-area.masonry .post.link .post-content .post-meta, .post-area.masonry .post.quote .post-content .post-meta {
	display: none !important;
}

body.material .post .content-inner {
	border: none;
}

#sidebar .widget {
	margin-bottom: 60px;
}

#sidebar>div:last-child {
	margin-bottom: 0;
}

#author-bio {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}

#author-bio img {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.blog_next_prev_buttons {
	margin-top: 80px;
}

#author-bio h3 span, .comments-section .comment-wrap.full-width-section>h3 span, .container-wrap #author-bio #author-info p {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: none;
}

.container-wrap #author-bio #author-info p {
	line-height: 1.8em;
	font-size: 16px;
}

.container-wrap #author-bio #author-info h3 {
	margin-bottom: 0;
	line-height: 1.6em;
}

#author-bio[data-has-tags=true] {
	padding-top: 0;
}

.container-wrap #author-bio #author-info a {
	color: inherit;
}

.container-wrap #author-bio #author-info {
	width: 75% !important;
	vertical-align: middle;
	display: inline-block;
	padding-left: 30px;
}

.container-wrap #author-bio #author-info p {
	max-width: 70%;
	opacity: .7;
}

#author-bio .nectar-button {
	margin-top: 20px;
}

#author-bio .avatar {
	border-radius: 100%;
}

.single .post-area .content-inner>.post-tags>h4 {
	display: none;
}

.material .comment-list .reply {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 1em;
	bottom: auto;
}

.material .comment-list .reply a {
	font-size: 14px;
	background-color: transparent;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
	padding: 0;
}

.material .comment-list .reply .nectar-cta {
	line-height: 0;
}

.comment-list .comment-meta {
	font-size: 13px;
}

.comment-list .comment-meta a {
	transition: opacity .2s ease;
}

.material .comment-list .comment-meta a:hover {
	color: inherit;
	opacity: .65;
}

body .comment-list .reply a:focus, body .comment-list .reply a:hover {
	background-color: transparent !important;
}

#respond {
	margin-top: 80px;
}

body[data-ext-responsive=true].single-post.material .comment-wrap .comment #respond {
	margin: 40px auto 0 auto !important;
}

body.material .comment-list .comment>div, body.material .comment-list .pingback>div {
	background-color: transparent;
	box-shadow: none;
	padding-left: 85px;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 2.5em;
	overflow: visible;
}

@media only screen and (min-width:1000px) {
	#ajax-content-wrap .comment-list .comment #respond {
		padding-left: 85px;
	}
	
	#ajax-content-wrap .comment-list .comment .comment #respond {
		padding-left: 65px;
	}
}

body.material .comment-list .comment>div img.avatar, body.material .comment-list .pingback>div img.avatar {
	left: 0;
	border-radius: 100%;
	top: 0;
}

.comment-list .comment .comment img.avatar, .comment-list .pingback .pingback img.avatar {
	width: 40px;
	height: 40px;
}

body.material .comment-list .comment .comment>div, body.material .comment-list .pingback .pingback>div {
	padding-left: 65px;
}

.comment-list .comment>div p, .comment-list .pingback>div p {
	margin-top: 1em;
}

.comment-list .children {
	border-left: none;
	background-position: left 30px;
	margin-left: 26px;
	padding-left: 60px;
}

.comment-list .says {
	display: none;
}

#reply-title {
	margin-bottom: 25px;
}

.single-product.material #commentform .form-submit, .single-product.material #reply-title {
	text-align: left;
}

.material .comment #reply-title {
	text-align: left;
}

#respond #cancel-comment-reply-link {
	padding-left: 15px;
}

body.material .comment-wrap {
	margin-top: 0;
	padding-top: 8%;
	padding-bottom: 8%;
}

body.material .comment-wrap[data-comments-open=false] {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

body.material.single-portfolio .comment-wrap {
	margin-top: 30px;
}

#author-bio.no-pagination {
	border-top: 1px solid #999;
}

.comments-section[data-author-bio=false] .comment-wrap {
	border: none;
}

.comment-list {
	padding-bottom: 80px;
}

#author-bio.no-pagination.lighter-grey, .comment-wrap.lighter-grey {
	border-color: #ddd;
}

#author-bio, .comment-wrap {
	padding-top: 30px;
}

body.material .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
	box-shadow: 0 45px 85px rgba(0, 0, 0, .08);
}

#header-outer .widget_shopping_cart a.button, #pagination .next.inactive, #pagination .prev.inactive, #pagination a, #pagination span, .blog-recent .more-link span, .flex-direction-nav a, .post .more-link span, .tagcloud a {
	border-radius: 0 !important;
}

.material .col.boxed:not(.wpb_column) {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 25px 15px 15px;
	position: relative;
	transition: transform .2s ease, box-shadow .2s ease;
	top: 0;
}

.material .col.boxed:not(.wpb_column):hover {
	transform: translateY(-4px);
	box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
}

.material .mfp-arrow-left, .material .mfp-arrow-right, .material .pp_arrow_next, .material .pp_arrow_previous, .woocommerce .pswp__button--arrow--left, .woocommerce .pswp__button--arrow--right {
	overflow: visible;
	height: 40px;
	width: 40px;
	border-radius: 100px;
	border: 2px solid rgba(255, 255, 255, .3);
}

.material.woocommerce .pswp__button--arrow--left:before, .material.woocommerce .pswp__button--arrow--right:before {
	background-image: none;
	line-height: 40px;
	height: 40px;
	width: 36px;
}

.mfp-arrow-left:before, .woocommerce .pswp__button--arrow--left:before {
	transform: translateX(-5px);
}

.pp_arrow_previous {
	left: 30px;
}

.pp_arrow_next {
	right: 30px;
}

.mfp-arrow-left:hover, .mfp-arrow-right:hover, .pp_arrow_next:hover, .pp_arrow_previous:hover, .woocommerce .pswp__button--arrow--left:hover, .woocommerce .pswp__button--arrow--right:hover {
	border: 2px solid rgba(255, 255, 255, 0);
}

.pp_arrow_previous .icon-default-style {
	border-radius: 0;
	width: 20px;
	height: 40px;
	line-height: 39px;
	font-size: 24px;
	font-family: icomoon;
	margin-top: 0;
	left: -1px;
	transition: all .35s cubic-bezier(.12, .75, .4, 1);
}

body.material .mfp-arrow-left, body.material.woocommerce .pswp__button--arrow--left {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: icomoon;
	margin-top: 0;
	opacity: 1;
	left: 40px;
	transition: all .35s cubic-bezier(.12, .75, .4, 1);
}

.pp_arrow_next .icon-default-style {
	border-radius: 0;
	width: 20px;
	line-height: 39px;
	height: 40px;
	font-size: 24px;
	margin-top: 0;
	font-family: icomoon;
	left: 1px;
	transition: all .35s cubic-bezier(.12, .75, .4, 1);
}

body.material .mfp-arrow-right, body.material.woocommerce .pswp__button--arrow--right {
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	margin-top: 0;
	font-family: icomoon;
	opacity: 1;
	right: 40px;
	transition: all .35s cubic-bezier(.12, .75, .4, 1);
}

.mfp-arrow-left:after, .mfp-arrow-right:after, .pp_arrow_next .icon-default-style:after, .pp_arrow_previous .icon-default-style:after, .woocommerce .pswp__button--arrow--left:after, .woocommerce .pswp__button--arrow--right:after {
	display: block;
	content: " ";
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #fff;
	top: 19px;
	opacity: 0;
	left: -6px;
	cursor: pointer;
	transform: translateX(-37px);
	transition: all .35s cubic-bezier(.12, .75, .4, 1);
	pointer-events: none;
}

.mfp-arrow-left:after, .mfp-arrow-right:after, .woocommerce .pswp__button--arrow--left:after, .woocommerce .pswp__button--arrow--right:after {
	top: 16px;
	transform-origin: right;
	opacity: 1;
	transform: translateX(13px) scaleX(.9);
}

.mfp-arrow-left:after, .woocommerce .pswp__button--arrow--left:after {
	left: 65px;
	transform-origin: left;
	opacity: 1;
	transform: translateX(-54px) scaleX(.9);
}

.pp_arrow_previous .icon-default-style:after {
	left: 59px;
}

.mfp-arrow-left:before, .pp_arrow_previous .icon-default-style:before, .woocommerce .pswp__button--arrow--left:before {
	content: "";
	color: #fff;
}

.mfp-arrow-left:before, .woocommerce .pswp__button--arrow--left:before {
	top: -4px;
	left: -1px;
	display: block;
	position: relative;
	transition: all .35s cubic-bezier(.12, .75, .4, 1);
}

.mfp-arrow-right:before, .pp_arrow_next .icon-default-style:before, .woocommerce .pswp__button--arrow--right:before {
	content: "";
	color: #fff;
}

.mfp-arrow-right:before, .woocommerce .pswp__button--arrow--right:before {
	top: -4px;
	right: -1px;
	display: block;
	transition: all .35s cubic-bezier(.12, .75, .4, 1);
	transform: translateX(5px);
	position: relative;
}

.mfp-arrow-right:hover:after, .pp_arrow_next:hover .icon-default-style:after, .woocommerce .pswp__button--arrow--right:hover:after {
	opacity: 1;
	transform: translateX(-18px);
}

.mfp-arrow-right:hover:before, .woocommerce .pswp__button--arrow--right:hover:before {
	transform: translateX(8px);
}

.mfp-arrow-left:hover:before, .woocommerce .pswp__button--arrow--left:hover:before {
	transform: translateX(-9px);
}

.mfp-arrow-right:hover:after, .woocommerce .pswp__button--arrow--right:hover:after {
	transform: translateX(16px) scaleX(1.2);
}

.pp_arrow_next:hover .icon-default-style {
	transform: translateX(7px);
}

.mfp-arrow-left:hover:after, .pp_arrow_previous:hover .icon-default-style:after, .woocommerce .pswp__button--arrow--left:hover:after {
	opacity: 1;
	transform: translateX(-51px);
}

.mfp-arrow-left:hover:after, .woocommerce .pswp__button--arrow--left:hover:after {
	transform: translateX(-58px) scaleX(1.2);
}

.pp_arrow_previous:hover .icon-default-style {
	transform: translateX(-7px);
}

.nectar_team_member_overlay .inner-wrap {
	padding-top: 0 !important;
}

.nectar_team_member_overlay {
	z-index: 10000;
}

#commentform .form-submit {
	margin-top: 25px;
}

.container-wrap button[type=submit], .container-wrap input[type=submit], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 16px !important;
	border-radius: 0 !important;
}

body[data-button-style=rounded] .container-wrap button[type=submit], body[data-button-style=rounded] .container-wrap input[type=submit] {
	padding: 16px 23px !important;
}

body[data-button-style=rounded][data-form-submit=see-through] .container-wrap .widget_search button[type=submit], body[data-button-style=rounded][data-form-submit=see-through] .container-wrap .widget_search input[type=submit] {
	padding: 12px 23px !important;
}

.cart .quantity input.minus, .cart .quantity input.plus {
	font-weight: 400;
	font-size: 16px;
}

.newsletter-widget form input[type=submit], .widget_search .search-form input[type=submit] {
	line-height: 24px;
}

.span_12.light input[type=date]::placeholder, .span_12.light input[type=email]::placeholder, .span_12.light input[type=password]::placeholder, .span_12.light input[type=search]::placeholder, .span_12.light input[type=tel]::placeholder, .span_12.light input[type=text]::placeholder, .span_12.light input[type=url]::placeholder, .span_12.light textarea::placeholder {
	color: var(--nectar-font-light-color);
	opacity: .5;
}

.span_12.light .select2-container--default .select2-selection--single, .span_12.light input[type=date], .span_12.light input[type=email], .span_12.light input[type=password], .span_12.light input[type=search], .span_12.light input[type=tel], .span_12.light input[type=text], .span_12.light input[type=url], .span_12.light select, .span_12.light textarea, .span_12.light textarea.ff-el-form-control, body[data-fancy-form-rcs="1"] .span_12.light .select2-container--default .select2-selection--single {
	background-color: rgba(255, 255, 255, .07);
	border-color: rgba(255, 255, 255, 0);
	color: var(--nectar-font-light-color);
}

.span_12.light input[type=date]:focus, .span_12.light input[type=email]:focus, .span_12.light input[type=password]:focus, .span_12.light input[type=search]:focus, .span_12.light input[type=tel]:focus, .span_12.light input[type=text]:focus, .span_12.light input[type=url]:focus, .span_12.light select:focus, .span_12.light textarea.ff-el-form-control:focus, .span_12.light textarea:focus {
	border-color: var(--nectar-font-light-color);
	box-shadow: none;
}

[data-form-style=default] .span_12.light input[type=email]:hover:not(:focus), [data-form-style=default] .span_12.light input[type=text]:hover:not(:focus), [data-form-style=default] .span_12.light textarea:hover:not(:focus) {
	border-color: transparent;
}

.span_12.light .wpcf7-form .wpcf7-not-valid-tip {
	background-color: transparent;
	box-shadow: none;
	padding-left: 0;
	color: var(--nectar-font-light-color);
}

.container-wrap .span_12.light input[type=submit]:hover {
	background-color: #333;
	opacity: .8;
}

body[data-button-style*="_shadow"] .container-wrap .span_12.light input[type=submit]:hover {
	opacity: 1;
}

.mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
	max-width: 1280px;
}

#slide-out-widget-area.slide-out-from-right {
	min-width: 360px;
	padding-left: 60px;
	padding-right: 60px;
	z-index: 5;
	overflow: hidden;
	transform: none;
}

#ajax-content-wrap #slide-out-widget-area.slide-out-from-right {
	z-index: -1;
}

#search-outer #search #close a:before, .slide_out_area_close:before {
	transform: scale(0);
}

#search-outer.material-open #search #close a:before, .material-ocm-open.slide_out_area_close:before {
	transform: scale(1);
}

#search-outer .close-wrap, .nectar-close-btn .close-wrap, .slide-out-widget-area-toggle a .close-wrap, .slide_out_area_close .close-wrap, .style_slide_in_click .close-cart .close-wrap {
	-webkit-font-smoothing: subpixel-antialiased;
	transform-style: preserve-3d;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	transition: margin .2s ease, transform .2s ease 1s, opacity .3s ease;
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
}

.nectar-close-btn.small .close-wrap, .style_slide_in_click .close-cart .close-wrap {
	height: 15px;
}

#top .slide-out-widget-area-toggle a .close-wrap {
	width: 22px;
	height: 22px;
	opacity: 0;
}

@media only screen and (max-width:999px) {
	#top .slide-out-widget-area-toggle a .close-wrap {
		height: 20px;
	}
}

#top .slide-out-widget-area-toggle .animating .close-wrap, #top .slide-out-widget-area-toggle .open .close-wrap {
	opacity: 1;
}

#search-outer.material-open .close-line1, .material-ocm-open.slide_out_area_close .close-line1, .slide-out-widget-area-toggle .open .close-line1 {
	animation-name: crossRight;
	animation-delay: .29s;
}

.nectar-close-btn-wrap.open .nectar-close-btn .close-line1, .style_slide_in_click.open .close-cart .close-line1 {
	animation-name: crossRight;
	animation-delay: .14s;
}

#search-outer.material-open .close-line2, .material-ocm-open.slide_out_area_close .close-line2, .slide-out-widget-area-toggle .open .close-line2 {
	animation-name: crossLeft;
	animation-delay: .15s;
}

.nectar-close-btn-wrap.open .nectar-close-btn .close-line2, .style_slide_in_click.open .close-cart .close-line2 {
	animation-name: crossLeft;
}

#search-outer:not(.material-open) .close-line1, .nectar-close-btn-wrap:not(.open) .nectar-close-btn .close-line1, .slide-out-widget-area-toggle a:not(.open) .close-line1, .slide_out_area_close .close-line1, .style_slide_in_click:not(.open) .close-cart .close-line1 {
	transform: translateY(0) translateX(0) rotate(-45deg);
	animation-name: crossLeftClose;
	animation-delay: 0s;
	animation-duration: .15s;
}

.slide-out-widget-area-toggle a:not(.open) .close-line1 {
	animation-duration: .4s;
}

#header-outer.transparent .slide-out-widget-area-toggle a .close-wrap:not(.loaded) {
	opacity: 0 !important;
}

#search-outer:not(.material-open) .close-line2, .nectar-close-btn-wrap:not(.open) .nectar-close-btn .close-line2, .slide-out-widget-area-toggle a:not(.open) .close-line2, .slide_out_area_close .close-line2, .style_slide_in_click:not(.open) .close-cart .close-line2 {
	transform: translateY(0) translateX(0) rotate(45deg);
	animation-name: crossRightClose;
	animation-delay: .06s;
	animation-duration: .15s;
}

.slide-out-widget-area-toggle a:not(.open) .close-line2 {
	animation-duration: .4s;
	animation-delay: .1s;
}

#search-outer .close-line, .nectar-close-btn .close-line, .slide-out-widget-area-toggle a .close-line, .slide_out_area_close .close-line, .style_slide_in_click .close-cart .close-line {
	animation-duration: .4s;
	animation-timing-function: cubic-bezier(.52, .01, .16, 1);
	animation-fill-mode: forwards;
}

#search-outer.material-open .close-wrap .close-line1, .material-ocm-open.slide_out_area_close .close-wrap .close-line1, .nectar-close-btn-wrap.open .nectar-close-btn .close-line1, .slide-out-widget-area-toggle .open .close-line1, .style_slide_in_click.open .close-cart .close-line1 {
	transform: translateY(-30px) translateX(30px) rotate(45deg);
}

#search-outer.material-open .close-wrap .close-line2, .material-ocm-open.slide_out_area_close .close-wrap .close-line2, .nectar-close-btn-wrap.open .nectar-close-btn .close-line2, .slide-out-widget-area-toggle .open .close-line2, .style_slide_in_click.open .close-cart .close-line2 {
	transform: translateY(-30px) translateX(-30px) rotate(-45deg);
}

#search-outer .close-wrap .close-line, #top .slide-out-widget-area-toggle .close-line, .nectar-close-btn .close-line, .slide_out_area_close .close-wrap .close-line, .style_slide_in_click .close-cart .close-line {
	height: 100%;
	width: 2px;
	background: #fff;
	backface-visibility: hidden;
	position: absolute;
	border-radius: 5px;
	left: 9px;
	transition: opacity .2s ease, background-color .2s ease;
}

.nectar-close-btn {
	position: relative;
	display: block;
	width: 30px;
}

.nectar-close-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 34px;
	width: 34px;
	margin: -17px 0 0 -17px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .05);
	content: "";
	transform: scale(1) translateZ(0);
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
	background-color: #666;
}

#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap, #slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap, #slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap {
	display: none;
}

body[data-slide-out-widget-area-style*=fullscreen][data-header-color=light] #header-outer.side-widget-open:not(.transparent):not(.light-text) header .slide-out-widget-area-toggle .close-line {
	background-color: #888;
}

#slide-out-widget-area-bg.fullscreen-alt {
	padding: 0 !important;
}

#search-outer .close-wrap .close-line, .nectar-close-btn .close-line, .slide-out-widget-area-toggle a .close-line, .style_slide_in_click .close-cart .close-line {
	background-color: #000;
}

body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line, body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
	background-color: #999 !important;
}

@keyframes crossLeft {
	100% {
		transform: translateY(0) translateX(0) rotate(-45deg);
	}
}

@keyframes crossLeftClose {
	100% {
		transform: translateY(22px) translateX(22px) rotate(-45deg);
	}
}

@keyframes crossRight {
	100% {
		transform: translateY(0) translateX(0) rotate(45deg);
	}
}

@keyframes crossRightClose {
	100% {
		transform: translateY(22px) translateX(-22px) rotate(45deg);
	}
}

#slide-out-widget-area.slide-out-from-right .inner>.off-canvas-menu-container {
	margin-top: 0;
}

#slide-out-widget-area.slide-out-from-right:has(.bottom-meta-wrap:empty) .inner>div:last-child {
	margin-bottom: 0;
}

#slide-out-widget-area.slide-out-from-right .bottom-meta-wrap:empty {
	display: none;
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container {
	position: relative;
	top: auto;
}

#slide-out-widget-area[class*=slide-out-from-right] .inner-wrap>.inner {
	height: auto;
}

#slide-out-widget-area[class*=slide-out-from-right] .bottom-meta-wrap, #slide-out-widget-area[class*=slide-out-from-right] .menuwrapper, #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container, #slide-out-widget-area[class*=slide-out-from-right] .widget.widget_nav_menu>div {
	display: inline-block;
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container {
	min-width: 190px;
}

@media only screen and (min-width:1000px) {
	#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container.mobile-only {
		display: none;
	}
}

#slide-out-widget-area[class*=slide-out-from-right] .widget.widget_nav_menu li a {
	padding-left: 0;
	padding-right: 0;
}

#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner>.off-canvas-menu-container, #slide-out-widget-area[class*=slide-out-from-right] .inner-wrap {
	margin: auto 0;
	position: relative;
}

#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner, #slide-out-widget-area[class*=slide-out-from-right] {
	display: flex;
}

#slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner {
	flex-wrap: wrap;
}

#fp-nav li {
	transition: transform .3s ease;
}

#slide-out-widget-area.slide-out-from-right, #slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen) {
	background-color: transparent !important;
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a {
	font-size: 22px;
	line-height: 28px;
	font-family: "Open Sans";
	font-weight: 400;
}

#slide-out-widget-area-bg.slide-out-from-right {
	opacity: 1;
	height: 100%;
	width: 100%;
	z-index: 1;
	visibility: hidden;
}

.material-ocm-open #slide-out-widget-area-bg.slide-out-from-right {
	visibility: visible;
}

#ajax-content-wrap>#slide-out-widget-area-bg.slide-out-from-right {
	visibility: hidden;
}

body[data-slide-out-widget-area-style=slide-out-from-right] #slide-out-widget-area.slide-out-from-right {
	transform: none;
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide-out-widget-area-toggle {
	z-index: 100;
}

body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 8;
	display: block;
}

#slide-out-widget-area.slide-out-from-right .inner-wrap, #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container {
	width: 100%;
}

body:not(.material-ocm-open) #slide-out-widget-area.slide-out-from-right {
	visibility: hidden;
}

@media only screen and (min-width:1000px) {
	body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close {
		opacity: 0;
		transition: transform .8s cubic-bezier(.15, .2, .1, 1);
		position: fixed;
		right: -100px;
		top: 50%;
		transform: translateY(-50%) translateX(100%);
		z-index: 10000;
	}
	
	body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before {
		background-color: #f91b39;
		box-shadow: 0 16px 44px rgba(0, 0, 0, .3);
	}
}

body[data-slide-out-widget-area-style=slide-out-from-right] .ocm-effect-wrap {
	transition: transform .8s cubic-bezier(.15, .2, .1, 1);
	transform-origin: center;
	position: relative;
	z-index: 10;
}

body[data-slide-out-widget-area-style=slide-out-from-right].material-ocm-open .ocm-effect-wrap {
	overflow: hidden;
}

@media not all and (min-resolution:.001dpcm) {
	@media {
		body[data-slide-out-widget-area-style=slide-out-from-right].admin-bar:not(.material-ocm-open):not(.nectar_box_roll) .ocm-effect-wrap {
			position: static;
		}
		
		body[data-slide-out-widget-area-style=slide-out-from-right][data-footer-reveal="1"].material.admin-bar #footer-outer {
			z-index: 2;
		}
		
		body[data-slide-out-widget-area-style=slide-out-from-right][data-footer-reveal="1"].material.admin-bar #page-header-wrap {
			z-index: 3;
		}
	}
}

@media only screen and (max-width:600px) {
	body[data-slide-out-widget-area-style=slide-out-from-right].admin-bar:not(.material-ocm-open):not(.nectar_box_roll) .ocm-effect-wrap {
		position: static;
	}
	
	body[data-slide-out-widget-area-style=slide-out-from-right][data-footer-reveal="1"].material.admin-bar #footer-outer {
		z-index: 2;
	}
}

body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner, body[data-slide-out-widget-area-style=slide-out-from-right]:not(.nectar-no-flex-height) .ocm-effect-wrap {
	height: auto !important;
}

.nectar-no-flex-height .ocm-effect-wrap-inner, body[data-slide-out-widget-area-style=slide-out-from-right].nectar-no-flex-height .ocm-effect-wrap {
	height: 100%;
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:after, .slide-out-widget-area-toggle .lines-button.x2 .lines:before {
	transition: top .4s .45s ease, width .3s ease, transform .3s ease, background-color .2s ease, opacity .2s ease;
}

.lines:after, body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after {
	top: -7px;
}

.lines:before, body[data-slide-out-widget-area-style=slide-out-from-right-hover] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before {
	top: 7px;
}

.slide-out-widget-area-toggle .lines-button.close .lines:before {
	transform: translateY(-7px) rotateZ(-45deg);
	width: 1.5rem;
}

.slide-out-widget-area-toggle .lines-button.close .lines:after {
	transform: translateY(7px) rotateZ(45deg);
	width: 1.5rem;
}

.material .lines-button.close {
	transform: none;
}

body #header-outer .icon-salient-search:before, body.material #header-outer .icon-salient-search:before {
	content: "";
}

.admin-bar[class*=bp-] .ocm-effect-wrap, .admin-bar[class*=bp-] .ocm-effect-wrap-inner {
	border-radius: initial;
}

@media only screen and (max-width:450px) {
	#slide-out-widget-area.slide-out-from-right {
		min-width: 85vw;
		width: 85vw;
		padding-left: 40px;
		padding-right: 40px;
		transition: transform .8s cubic-bezier(.15, .2, .1, 1);
	}
}

@media only screen and (min-width:1000px) {
	#slide-out-widget-area.slide-out-from-right {
		min-width: 33.3vw;
		padding-left: 4%;
		padding-right: 4%;
	}
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
	margin-bottom: 12px;
	line-height: 1.2;
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .sub-menu .nectar-extra-menu-item-spacing {
	margin-bottom: 10px;
	margin-top: 10px;
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .sub-menu {
	display: flex;
	flex-direction: column;
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .open-submenu .sub-menu {
	transform: translateZ(0);
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
	position: relative;
	display: inline-block;
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container>.menu>li a {
	opacity: 1;
	transition: color .37s cubic-bezier(.52, .01, .16, 1);
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after {
	transform-origin: left;
	pointer-events: none;
	bottom: -2px;
	transition: transform .37s cubic-bezier(.52, .01, .16, 1);
	border-color: #fff;
}

body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap>.inner .off-canvas-menu-container li a {
	color: #fff;
}

.material.woocommerce-page[data-form-style=default] input#coupon_code, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	background-color: rgba(0, 0, 0, .04);
	border-radius: 4px;
	border: 2px solid transparent;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, .11);
}

select {
	box-shadow: none;
}

#header-outer .nectar-ext-menu-item .image-layer-outer, #header-outer .nectar-ext-menu-item .image-layer, #header-outer .nectar-ext-menu-item .color-overlay, #slide-out-widget-area .nectar-ext-menu-item .image-layer-outer, #slide-out-widget-area .nectar-ext-menu-item .color-overlay, #slide-out-widget-area .nectar-ext-menu-item .image-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nectar-ext-menu-item .inner-content {
	position: relative;
	z-index: 10;
	width: 100%;
}

.nectar-ext-menu-item .image-layer {
	background-size: cover;
	background-position: center;
	transition: opacity .25s ease .1s;
}

.nectar-ext-menu-item .image-layer video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#header-outer nav .nectar-ext-menu-item .image-layer:not(.loaded) {
	background-image: none !important;
}

#header-outer nav .nectar-ext-menu-item .image-layer:not(.loaded).nitro-lazy {
	background-image: none !important;
}

#header-outer nav .nectar-ext-menu-item .image-layer {
	opacity: 0;
}

#header-outer nav .nectar-ext-menu-item .image-layer.loaded {
	opacity: 1;
}

.nectar-ext-menu-item span[class*="inherit-h"] + .menu-item-desc {
	margin-top: .4rem;
}

#mobile-menu .nectar-ext-menu-item .title, #slide-out-widget-area .nectar-ext-menu-item .title, .nectar-ext-menu-item .menu-title-text, .nectar-ext-menu-item .menu-item-desc {
	position: relative;
}

.nectar-ext-menu-item .menu-item-desc {
	display: block;
	line-height: 1.4em;
}

body #slide-out-widget-area .nectar-ext-menu-item .menu-item-desc {
	line-height: 1.4em;
}

#mobile-menu .nectar-ext-menu-item .title, #slide-out-widget-area .nectar-ext-menu-item:not(.style-img-above-text) .title, .nectar-ext-menu-item:not(.style-img-above-text) .menu-title-text, .nectar-ext-menu-item:not(.style-img-above-text) .menu-item-desc, .nectar-ext-menu-item:not(.style-img-above-text) i:before, .nectar-ext-menu-item:not(.style-img-above-text) .svg-icon {
	color: #fff;
}

#mobile-menu .nectar-ext-menu-item.style-img-above-text .title {
	color: inherit;
}

.sf-menu li ul li a .nectar-ext-menu-item .menu-title-text:after {
	display: none;
}

.menu-item .widget-area-active[data-margin="default"] > div:not(:last-child) {
	margin-bottom: 20px;
}

.nectar-ext-menu-item__button {
	display: inline-block;
	padding-top: 2em;
}

#header-outer nav li:not([class*="current"]) > a .nectar-ext-menu-item .inner-content.has-button .title .menu-title-text {
	background-image: none;
}

#header-outer nav li:not([class*="current"]) > a .nectar-ext-menu-item .inner-content.has-button .title .menu-title-text.nitro-lazy {
	background-image: none !important;
}

.nectar-ext-menu-item__button .nectar-cta:not([data-color="transparent"]) {
	margin-top: .8em;
	margin-bottom: .8em;
}

.nectar-ext-menu-item .color-overlay {
	transition: opacity .5s cubic-bezier(.15, .75, .5, 1);
}

.nectar-ext-menu-item:hover .hover-zoom-in-slow .image-layer {
	transform: scale(1.15);
	transition: transform 4s cubic-bezier(.1, .2, .7, 1);
}

.nectar-ext-menu-item:hover .hover-zoom-in-slow .color-overlay {
	transition: opacity 1.5s cubic-bezier(.15, .75, .5, 1);
}

.nectar-ext-menu-item .hover-zoom-in-slow .image-layer {
	transition: transform .5s cubic-bezier(.15, .75, .5, 1);
}

.nectar-ext-menu-item .hover-zoom-in-slow .color-overlay {
	transition: opacity .5s cubic-bezier(.15, .75, .5, 1);
}

.nectar-ext-menu-item:hover .hover-zoom-in .image-layer {
	transform: scale(1.12);
}

.nectar-ext-menu-item .hover-zoom-in .image-layer {
	transition: transform .5s cubic-bezier(.15, .75, .5, 1);
}

.nectar-ext-menu-item {
	display: flex;
	text-align: left;
}

.rtl .nectar-ext-menu-item {
	text-align: right;
}

#header-outer .nectar-ext-menu-item.style-img-above-text .image-layer-outer, #slide-out-widget-area .nectar-ext-menu-item.style-img-above-text .image-layer-outer {
	position: relative;
}

#header-outer .nectar-ext-menu-item.style-img-above-text, #slide-out-widget-area .nectar-ext-menu-item.style-img-above-text {
	flex-direction: column;
}

.fs-free-shipping-notice-and-button-wrapper {
	align-content: start;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fs-free-shipping-notice-continue-shopping-button-wrapper, .fs-free-shipping-notice-text-and-progress-bar-wrapper {
	flex: 0 1 auto;
	margin: 0 .5em;
}

.fs-free-shipping-notice-progress-bar-wrapper {
	align-items: center;
	display: flex;
	flex-direction: row;
}

.fs-free-shipping-notice-progress-bar {
	border: 1px solid #fff;
	border-radius: 10px;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 100%;
}

.fs-free-shipping-notice-progress-bar>span {
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.button.flexible-shipping-free-shipping-button {
	margin-left: 0;
}

#sidebar div .nectar_widget[class*=nectar_blog_posts_] li, .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_] li, .nectar_widget[class*=nectar_blog_posts_]>li {
	counter-increment: step-counter;
	position: relative;
	min-height: 40px;
	border-bottom: 0;
	line-height: 40px;
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] li, .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] li, .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li {
	margin-bottom: 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	padding: 25px;
	transition: border-color .4s cubic-bezier(.25, 1, .2, 1);
	overflow: hidden;
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .15) !important;
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li:first-child, #footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li:hover, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] .has-img:hover, .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image] li:hover, .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>.has-img:hover, .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li:first-child {
	border-color: transparent !important;
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-date {
	color: #000;
	-webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1);
	transition: color .4s cubic-bezier(.25, 1, .2, 1);
}

.widget .nectar_widget[class*=nectar_blog_posts_]>li:last-child {
	margin-bottom: 0;
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li a, .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li a, .widget .nectar_widget[class*=nectar_blog_posts_]>li a {
	display: block;
	line-height: 26px;
	vertical-align: middle;
}

.widget-area-active .widget .nectar_widget[data-style=hover-featured-image-gradient-and-counter]>li a, .widget-area-active .widget .nectar_widget[data-style=hover-featured-image]>li a, .widget-area-active .widget .nectar_widget[data-style=minimal-counter]>li a {
	position: static !important;
}

.widget .nectar_widget[class*=nectar_blog_posts_]>li a, .widget .nectar_widget[class*=nectar_blog_posts_]>li:not(.has-img) .post-title, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li .post-title {
	-webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1);
	transition: color .4s cubic-bezier(.25, 1, .2, 1);
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:not(.has-img) .post-title {
	-webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1);
	transition: color .4s cubic-bezier(.25, 1, .2, 1);
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:not(.has-img) a {
	-webkit-transition: none;
	transition: none;
}

#footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li::before {
	border: 2px solid rgba(255, 255, 255, .15);
}

#footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child::before, #footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:hover::before {
	border: 2px solid #fff;
}

#footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter]>li::before {
	border: 2px solid rgba(255, 255, 255, .15);
}

body .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li::before {
	top: auto;
	transform: none;
	-webkit-transform: none;
}

body .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child::before, body .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:hover::before {
	color: #fff;
	border-color: #fff;
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li, .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li, body #footer-outer #footer-widgets .row .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li {
	padding-left: 85px !important;
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li a .popular-featured-img:after, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child a .popular-featured-img:after, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child a .popular-featured-img:after {
	opacity: .7;
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li:first-child, #footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li:first-child {
	padding-top: 100px !important;
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li:first-child, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li:first-child, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li:first-child, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li:first-child {
	padding-top: 100px;
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter]>li, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter]>li, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter]>li {
	padding-left: 55px;
	margin-bottom: 25px;
	position: relative;
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li .popular-featured-img {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	-webkit-transition: opacity .4s cubic-bezier(.25, 1, .2, 1);
	transition: opacity .4s cubic-bezier(.25, 1, .2, 1);
	border-radius: 5px;
}

.widget .nectar_widget[class*=nectar_blog_posts_]>li .post-date, .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-title {
	z-index: 10;
	position: relative;
	display: block;
}

body .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-title {
	font-size: 16px;
	line-height: 22px;
}

body .widget .nectar_widget[class*=nectar_blog_posts_]>li .post-date {
	font-size: 13px;
	line-height: 14px;
	margin-top: 6px;
}

#header-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>.has-img a:hover span, #header-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li:first-child a span, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>.has-img a:hover, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li a:hover, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child a, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child a, .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>.has-img a:hover, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li a:hover, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child a, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child a {
	color: #fff;
}

#footer-outer .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child a, #footer-outer .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child a, #footer-outer .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>.has-img a:hover, #slide-out-widget-area .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>.has-img a:hover span, #slide-out-widget-area .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li:first-child a span, .material #sidebar .widget [data-style=hover-featured-image-gradient-and-counter] li:not(.has-img) a:hover .post-title, .material .widget [data-style=hover-featured-image-gradient-and-counter] li:not(.has-img) a:hover .post-title {
	color: #fff !important;
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>.has-img a:hover .post-date, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li a:hover .post-date, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child a .post-date, #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child a .post-date, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child a .post-date, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child a .post-date {
	color: rgba(255, 255, 255, .75);
}

.widget .nectar_widget[class*=nectar_blog_posts_]>.has-img:hover {
	border-color: transparent;
}

.widget .nectar_widget[class*=nectar_blog_posts_]>.has-img a:hover .popular-featured-img, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li a:hover .popular-featured-img, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:first-child a .popular-featured-img, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child a .popular-featured-img {
	opacity: 1;
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li a .popular-featured-img:after {
	position: absolute;
	content: "";
	z-index: 10;
	pointer-events: none;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	border-radius: 5px;
}

.widget .nectar_widget[class*=nectar_blog_posts_] a:hover .arrow-circle svg circle {
	stroke-dashoffset: 287;
}

.widget .nectar_widget[class*=nectar_blog_posts_] .arrow-circle {
	position: absolute;
	width: 36px;
	height: 36px;
	backface-visibility: hidden;
	display: block;
	left: 0;
	top: 50%;
	margin-top: -1px;
	margin-left: -1px;
	-ms-transform-origin: left;
	-webkit-transform-origin: left;
	transform-origin: left;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget .nectar_widget[class*=nectar_blog_posts_] svg {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	backface-visibility: hidden;
	display: block;
}

.widget .nectar_widget[class*=nectar_blog_posts_] .arrow-circle svg circle {
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-dasharray: 133;
	stroke-dashoffset: 399;
	-ms-transition: all .47s cubic-bezier(.25, 0, .2, 1);
	-webkit-transition: all .47s cubic-bezier(.25, 0, .2, 1);
	transition: all .47s cubic-bezier(.25, 0, .2, 1);
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .popular-featured-img, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img) a:before, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img):after {
	overflow: hidden;
	border-radius: 5px;
	height: 65px;
	width: 65px;
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 50%;
	z-index: 10;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img) a:before {
	background-color: rgba(0, 0, 0, .35);
}

.main-content #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child:hover:not(.has-img), .main-content #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child:not(.has-img) {
	border: 1px solid #e6e6e6 !important;
	padding-top: 25px;
}

.main-content #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child:not(.has-img) .post-date {
	color: #000;
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li:first-child:not(.has-img) a {
	color: inherit;
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .meta-wrap {
	width: calc(100% - 71px);
	padding-left: 25px;
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li {
	min-height: 55px;
	padding-top: 0;
	padding-bottom: 0;
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .popular-featured-img img {
	width: 100%;
}

#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li {
	margin-bottom: 28px;
}

#footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li {
	margin-bottom: 15px;
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .meta-wrap, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .popular-featured-img, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img) a:before {
	position: relative;
	-webkit-transform: none;
	transform: none;
	top: 0;
	display: inline-block;
	vertical-align: middle;
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li::before, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter]>li::before {
	content: counter(step-counter);
	margin-right: 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	font-weight: 700;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	line-height: 34px;
	font-size: 12px;
	pointer-events: none;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: color .4s cubic-bezier(.25, 1, .2, 1), border-color .4s cubic-bezier(.25, 1, .2, 1);
	transition: color .4s cubic-bezier(.25, 1, .2, 1), border-color .4s cubic-bezier(.25, 1, .2, 1);
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img):after {
	border-radius: 0;
	text-align: center;
	color: #fff;
	font: normal normal normal 18px/60px icomoon;
	content: "";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li::before {
	left: 25px;
	border-width: 2px;
	z-index: 20;
}

.material #footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter]>li {
	padding-left: 55px !important;
}

.material #footer-outer #footer-widgets .widget .nectar_widget[class*=nectar_blog_posts_][data-style*=hover-featured-image]>li {
	padding: 20px !important;
}

@media only screen and (min-width :1px) and (max-width :999px) {
	#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li, .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image] li, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image]>li {
		padding: 30px;
	}
	
	#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li, .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter] li, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li {
		padding: 30px 30px 30px 80px;
	}
	
	.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .popular-featured-img, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img) a:before, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img):after, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img):before {
		width: 80px;
		height: 80px;
	}
	
	#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li {
		min-height: 80px;
		line-height: 80px;
	}
	
	#sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li a, .ascend #sidebar .widget .nectar_widget[class*=nectar_blog_posts_]>li a, .widget .nectar_widget[class*=nectar_blog_posts_]>li a {
		display: inline-block;
	}
	
	.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img):after {
		line-height: 80px;
	}
	
	#sidebar .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a, .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a {
		display: block;
	}
	
	.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li a .meta-wrap {
		width: calc(100% - 90px);
	}
}

.vc_parallax-inner iframe, .vc_video-bg iframe, .vc_video-bg--nectar iframe {
	max-width: 1000%;
}

.vc_clearfix:after, .vc_column-inner::after, .vc_el-clearfix, .vc_row:after {
	clear: both;
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .modal-footer:after, .modal-footer:before, .row:after, .row:before, .vc_row:after, .vc_row:before {
	content: " ";
	display: table;
}

.container-fluid:after, .container:after, .row:after, .vc_row:after {
	clear: both;
}

.vc-composer-icon, [class*=" vc_arrow-icon-"], [class^=vc_arrow-icon-] {
	speak: none;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vc_row:after, .vc_row:before {
	content: " ";
	display: table;
}

@media (max-width:690px) {
	.vc_hidden-xs {
		display: none !important;
	}
	
	.vc_el-clearfix-xs {
		clear: both;
	}
}

@media (min-width:691px) and (max-width:999px) {
	.vc_hidden-sm {
		display: none !important;
	}
	
	.vc_el-clearfix-sm {
		clear: both;
	}
}

@media (min-width:1000px) and (max-width:1299px) {
	.vc_hidden-md {
		display: none !important;
	}
	
	.vc_el-clearfix-md {
		clear: both;
	}
}

@media (min-width:1300px) {
	.vc_hidden-lg {
		display: none !important;
	}
}

.vc_row-fluid::after, .vc_row-fluid::before {
	content: "";
	display: table;
}

.vc_row-fluid::after {
	clear: both;
}

.vc_pull-right {
	float: right !important;
}

.vc_pull-left {
	float: left !important;
}

.vc_clearfix:after, .vc_clearfix:before {
	content: " ";
	display: table;
}

.vc_clearfix:after {
	clear: both;
}

.vc_clearfix:after, .vc_clearfix:before {
	content: " ";
	display: table;
}

.vc_clearfix:after {
	clear: both;
}

.vc_el-clearfix {
	clear: both;
}

.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5, .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5, .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5, .vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 2.1%;
}

.vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
	float: left;
}

@media only screen and (max-width:1000px) and (min-width:690px) {
	body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
		width: calc(80%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
		width: calc(60%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
		width: calc(40%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
		width: calc(20%);
	}
}

@media (max-width:690px) {
	body .vc_row-fluid .vc_col-xs-5\/5 {
		width: 100%;
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
		width: calc(80%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
		width: calc(60%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
		width: calc(40%);
	}
	
	body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
		width: calc(20%);
	}
}

@media (min-width:1000px) and (max-width:1300px) {
	.vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5 {
		float: left;
	}
	
	body .vc_row-fluid .vc_col-md-5\/5 {
		width: 100%;
	}
	
	body .vc_row-fluid .vc_col-md-4\/5 {
		width: 80%;
	}
	
	body .vc_row-fluid .vc_col-md-3\/5 {
		width: 60%;
	}
	
	body .vc_row-fluid .vc_col-md-2\/5 {
		width: 40%;
	}
	
	body .vc_row-fluid .vc_col-md-1\/5 {
		width: 20%;
	}
}

@media (min-width:1300px) {
	.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5 {
		float: left;
	}
	
	body .vc_row-fluid .vc_col-lg-5\/5 {
		width: 100%;
	}
	
	body .vc_row-fluid .vc_col-lg-4\/5 {
		width: 80%;
	}
	
	body .vc_row-fluid .vc_col-lg-3\/5 {
		width: 60%;
	}
	
	body .vc_row-fluid .vc_col-lg-2\/5 {
		width: 40%;
	}
	
	body .vc_row-fluid .vc_col-lg-1\/5 {
		width: 20%;
	}
}

@media (max-width:767px) {
	.vc_el-clearfix-xs {
		clear: both;
	}
}

@media (min-width:768px) and (max-width:1000px) {
	.vc_el-clearfix-sm {
		clear: both;
	}
}

@media (min-width:1000px) and (max-width:1199px) {
	.vc_el-clearfix-md {
		clear: both;
	}
}

@media (min-width:1200px) {
	.vc_el-clearfix-lg {
		clear: both;
	}
}

.vc_visible {
	display: block;
}

.vc_table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.vc_button-2-wrapper, .vc_pixel_icon {
	display: inline-block;
	vertical-align: middle;
}

.vc-composer-icon {
	font-family: vcpb-plugin-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vc-c-icon-minimize:before {
	content: "";
}

.vc-c-icon-close:before {
	content: "";
}

.vc-c-icon-1-6_4-6_1-6:before {
	content: "";
}

.vc-c-icon-add_template:before {
	content: "";
}

.vc-c-icon-arrow_back:before {
	content: "";
}

.vc-c-icon-arrow_drop_down:before {
	content: "";
}

.vc-c-icon-arrow_drop_up:before {
	content: "";
}

.vc-c-icon-arrow_forward:before {
	content: "";
}

.vc-c-icon-check:before {
	content: "";
}

.vc-c-icon-arrow_upward:before {
	content: "";
}

.vc-c-icon-arrow_downward:before {
	content: "";
}

.vc-c-icon-sync:before {
	content: "";
}

.vc-c-icon-search:before {
	content: "";
}

.vc-c-icon-1-1:before {
	content: "";
}

.vc-c-icon-1-2_1-2:before {
	content: "";
}

.vc-c-icon-1-3_1-3_1-3:before {
	content: "";
}

.vc-c-icon-1-4_1-2_1-4:before {
	content: "";
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
	content: "";
}

.vc-c-icon-1-4_3-4:before {
	content: "";
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
	content: "";
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
	content: "";
}

.vc-c-icon-l_15_15_15_15_15:before {
	content: "";
}

.vc-c-icon-1-6_2-3_1-6:before {
	content: "";
}

.vc-c-icon-2-3_1-3:before {
	content: "";
}

.vc-c-icon-5-6_1-6:before {
	content: "";
}

.vc-c-icon-add_element:before {
	content: "";
}

.vc-c-icon-add:before {
	content: "";
}

.vc-c-icon-cog:before {
	content: "";
}

.vc-c-icon-content_copy:before {
	content: "";
}

.vc-c-icon-delete_empty:before {
	content: "";
}

.vc-c-icon-dragndrop:before {
	content: "";
}

.vc-c-icon-fullscreen_exit:before {
	content: "";
}

.vc-c-icon-fullscreen:before {
	content: "";
}

.vc-c-icon-arrow_drop_right:before {
	content: "";
}

.vc-c-icon-layout_default:before {
	content: "";
}

.vc-c-icon-layout_landscape-smartphones:before {
	content: "";
}

.vc-c-icon-layout_landscape-tablets:before {
	content: "";
}

.vc-c-icon-layout_portrait-smartphones:before {
	content: "";
}

.vc-c-icon-layout_portrait-tablets:before {
	content: "";
}

.vc-c-icon-mode_edit:before {
	content: "";
}

.vc-c-icon-row_default_fe:before {
	content: "";
}

.vc-c-icon-text-block:before {
	content: "";
}

.vc_txt_align_left {
	text-align: left;
}

.vc_txt_align_right {
	text-align: right;
}

.vc_txt_align_center {
	text-align: center;
}

.vc_txt_align_justify {
	text-align: justify;
	text-justify: inter-word;
}

.vc_el_width_50 {
	width: 50%;
}

.vc_el_width_60 {
	width: 60%;
}

.vc_el_width_70 {
	width: 70%;
}

.vc_el_width_80 {
	width: 80%;
}

.vc_el_width_90 {
	width: 90%;
}

.vc_el_width_100 {
	width: 100%;
}

i.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	margin-left: 5px;
}

.wpb_btn-large i.icon {
	height: 19px;
	margin-left: 9px;
}

.wpb_btn-small i.icon {
	height: 15px;
}

.wpb_btn-mini i.icon {
	display: none;
}

.vc_column_container .vc_btn, .vc_column_container .wpb_button {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .wpb_alert p:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column:last-child, .vc_message_box>p:last-child, .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column:last-child {
	margin-bottom: 0;
}

.vc_message_box-icon>*, .vc_message_box-icon>.fa {
	font-size: 1.7em;
	line-height: 1;
}

.vc_message_box-icon>*, .vc_toggle_simple .vc_toggle_icon::after, .vc_toggle_simple .vc_toggle_icon::before {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 35px;
}

.entry-content .twitter-share-button, .fb_like, .twitter-share-button, .wpb_googleplus, .wpb_pinterest, .wpb_tab .wpb_content_element {
	margin-bottom: 21.74px;
}

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

.vc_parallax>* {
	position: relative;
	z-index: 1;
}

.vc_parallax .vc_parallax-inner {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: inherit;
	background-size: cover;
	z-index: 0;
	background-position: 50% 0;
}

.vc_video-bg-container {
	position: relative;
}

.vc_video-bg, .vc_video-bg--nectar {
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.nectar-youtube-bg__source {
	display: none;
}

.vc_row[data-vc-full-width] {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	overflow: hidden;
}

.vc_row[data-vc-full-width].vc_hidden {
	opacity: 0;
}

.vc_empty-element>.vc_column-inner {
	min-height: 100px;
}

iframe.twitter-share-button {
	margin: 0;
}

.wpb_widgetised_column .wpb_wrapper>ul {
	margin: 0;
}

.wpb_widgetised_column .wpb_wrapper>ul>li {
	margin-left: 0;
	background-image: none;
	list-style: none !important;
}

.wpb_widgetised_column .wpb_wrapper>ul>li.nitro-lazy {
	background-image: none !important;
}

.wpb_widgetised_column .wpb_wrapper>ul>li:after, .wpb_widgetised_column .wpb_wrapper>ul>li:before {
	display: none !important;
}

.wpb_button {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: rgba(0, 0, 0, .1);
}

.wpb_button.active, .wpb_button.disabled, .wpb_button:active, .wpb_button:hover, .wpb_button[disabled] {
	background-color: #eaeaea;
}

.wpb_button:hover {
	color: #333;
	background-color: #e6e6e6;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
	background-image: none;
}

.wpb_button:hover.nitro-lazy {
	background-image: none !important;
}

.wpb_button:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

.wpb_button.active, .wpb_button:active {
	background-color: #e6e6e6;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.wpb_button.active.nitro-lazy, .wpb_button:active.nitro-lazy {
	background-image: none !important;
}

button.wpb_btn-large, span.wpb_btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

button.wpb_btn-large [class^=icon-], span.wpb_btn-large [class^=icon-] {
	margin-top: 1px;
}

button.wpb_btn-small, span.wpb_btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}

button.wpb_btn-small [class^=icon-], span.wpb_btn-small [class^=icon-] {
	margin-top: -1px;
}

button.wpb_btn-mini, span.wpb_btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}

button.wpb_button::-moz-focus-inner, input[type=submit].wpb_button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a.wpb_button_a {
	border: none;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a, .wpb_gallery .wpb_flexslider .flex-caption {
	cursor: default;
}

.wpb_call_to_action, .wpb_call_to_action .wpb_button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.vc_custom_heading a, .vc_custom_heading a:focus, .vc_custom_heading a:hover, .vc_custom_heading a:visited {
	border: none;
	text-decoration: inherit;
	color: inherit;
}

.vc_custom_heading a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 1;
}

.vc_custom_heading a:hover {
	opacity: .85;
}

#content .wpb_call_to_action .wpb_call_text, .wpb_call_to_action .wpb_call_text {
	margin: 0;
	padding-top: 0;
}

.cta_align_bottom {
	text-align: center;
}

.cta_align_bottom .wpb_button {
	position: static;
	margin-top: 21.74px;
	display: inline-block;
}

.cta_no_button .wpb_call_text {
	width: auto;
	float: none;
}

.wpb_gmaps_widget .wpb_wrapper {
	background-color: #f7f7f7;
	padding: 5px;
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
	margin-bottom: 0;
	padding: 0;
	display: block;
	width: 100%;
	border: none;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.wpb_content_element .wpb_tabs_nav li a:focus, .wpb_tour_next_prev_nav a:focus {
	outline: 0;
}

.wpb_content_element .wpb_tabs_nav, .wpb_content_element .wpb_tour_tabs_wrapper {
	padding: 0;
}

.wpb_content_element .wpb_tabs_nav {
	margin: 0;
	padding-left: 0 !important;
	text-indent: inherit !important;
}

#content .wpb_content_element .wpb_tabs_nav {
	margin: 0;
}

.wpb_content_element .wpb_tabs_nav li {
	background-color: #fff;
	white-space: nowrap;
	padding: 0;
	background-image: none;
	list-style: none !important;
}

.wpb_content_element .wpb_tabs_nav li.nitro-lazy {
	background-image: none !important;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: #f7f7f7;
}

.wpb_content_element .wpb_tabs_nav li:after, .wpb_content_element .wpb_tabs_nav li:before {
	display: none !important;
}

.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child, .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
	margin-bottom: 0;
}

.wpb_tabs .wpb_tabs_nav li {
	float: left;
	margin: 0 1px 0 0;
}

.grid_layout-thumbnail .post-thumb, body ul.wpb_thumbnails-fluid li .entry-content:last-child {
	margin-bottom: 0;
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
	float: none;
}

body ul.wpb_thumbnails-fluid li {
	padding: 0;
	margin-left: 0;
	background-image: none;
	list-style: none !important;
}

body ul.wpb_thumbnails-fluid li.nitro-lazy {
	background-image: none !important;
}

body ul.wpb_thumbnails-fluid li:after, body ul.wpb_thumbnails-fluid li:before {
	display: none !important;
}

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
	padding: 0;
	overflow: visible !important;
}

.wpb_image_grid .wpb_image_grid_ul a {
	display: block;
}

.wpb_image_grid .wpb_image_grid_ul img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wpb_gallery .theme-default .nivoSlider {
	margin-bottom: 0;
}

.wpb_gallery .theme-default .nivo-controlNav {
	padding: 10px 0 3px;
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom: auto;
	top: 100%;
	margin-top: 15px;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
	line-height: 1;
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
	z-index: 10;
}

#content .wpb_gallery_slides ul.flex-direction-nav, #content .wpb_gallery_slides ul.slides, .content .wpb_gallery_slides ul.flex-direction-nav, .content .wpb_gallery_slides ul.slides, .wpb_content_element .wpb_gallery_slides ul li, .wpb_gallery_slides ul.flex-direction-nav, .wpb_gallery_slides ul.slides, body .wpb_gallery_slides ul li {
	list-style: none;
	padding: 0;
	background-image: none;
	margin: 0;
}

#content .wpb_gallery_slides ul.flex-direction-nav.nitro-lazy, #content .wpb_gallery_slides ul.slides.nitro-lazy, .content .wpb_gallery_slides ul.flex-direction-nav.nitro-lazy, .content .wpb_gallery_slides ul.slides.nitro-lazy, .wpb_content_element .wpb_gallery_slides ul li.nitro-lazy, .wpb_gallery_slides ul.flex-direction-nav.nitro-lazy, .wpb_gallery_slides ul.slides.nitro-lazy, body .wpb_gallery_slides ul li.nitro-lazy {
	background-image: none !important;
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
	width: 10%;
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
	width: 20%;
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
	width: 30%;
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
	width: 40%;
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
	width: 50%;
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
	width: 60%;
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
	width: 70%;
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
	width: 80%;
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
	width: 90%;
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
	width: 100%;
}

.wpb_video_widget .wpb_video_wrapper {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.wpb_video_widget .wpb_video_wrapper>div {
	padding-top: 0 !important;
	position: static;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
	padding-top: 56.25%;
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
	padding-top: 75%;
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
	padding-top: 42.55319149%;
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
	float: left;
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
	margin: 0 auto;
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
	float: right;
}

.wpb_video_widget .wpb_wrapper {
	position: relative;
}

.wpb_video_widget .wpb_wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpb_video_wrapper .fluid-width-video-wrapper {
	padding-top: 0 !important;
	position: static;
}

.vc_pie_chart {
	z-index: 0;
	opacity: 0;
}

.vc_pie_chart.vc_ready {
	opacity: 1;
}

.vc_pie_chart .vc_pie_wrapper {
	position: relative;
	margin: 0 auto;
}

.vc_pie_chart canvas {
	position: relative;
	z-index: 1;
}

.vc_pie_chart .vc_pie_chart_value, .vc_pie_chart_back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.vc_pie_chart .vc_pie_chart_value {
	font-size: 200%;
	text-align: center;
}

.vc_pie_chart_back {
	border: 6px solid #f7f7f7;
	border-radius: 50%;
	opacity: .3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vc_text_separator, .wpb_separator {
	border-bottom: 1px solid #ebebeb;
	clear: both;
	height: 1px;
}

.vc_sep_width_100, .wpb_single_image img.vc_img-placeholder {
	width: 100%;
}

.vc_chart .vc_chart-legend {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.vc_chart .vc_chart-legend li {
	line-height: 1.3em;
	list-style: none;
	margin: 0 0 .3em;
	min-height: 1.3em;
}

.vc_chart .vc_chart-legend span {
	border-radius: .3em;
	display: inline-block;
	height: 1.3em;
	left: 0;
	margin-right: .5em;
	vertical-align: middle;
	width: 1.3em;
}

@media (min-width:768px) {
	.vc_chart .vc_chart-legend {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
	}
	
	.vc_chart .vc_chart-legend li {
		margin-left: 1em;
	}
	
	.vc_chart .vc_chart-with-legend {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
	}
}

.vc_line-chart .vc_chart-with-legend {
	width: 75%;
}

.vc_line-chart .vc_chart-legend {
	width: 25%;
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
	border-radius: 0;
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
	border-radius: 50%;
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
	border-radius: 4px;
}

.owl-carousel .owl-animated-out {
	z-index: 0;
}

.owl-carousel .owl-animated-in {
	z-index: 1;
}

[class*=" vc_arrow-icon-"], [class^=vc_arrow-icon-] {
	font-family: vc_grid_v1;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}

.vc_arrow-icon-minus:before {
	content: "";
}

.vc_arrow-icon-plus:before {
	content: "";
}

.vc_arrow-icon-arrow_down:before {
	content: "";
}

.vc_arrow-icon-arrow_up:before {
	content: "";
}

.vc_arrow-icon-arrow_01_left:before {
	content: "";
}

.vc_arrow-icon-arrow_01_right:before {
	content: "";
}

.vc_arrow-icon-arrow_02_left:before {
	content: "";
}

.vc_arrow-icon-arrow_02_right:before {
	content: "";
}

.vc_arrow-icon-arrow_03_left:before {
	content: "";
}

.vc_arrow-icon-arrow_03_right:before {
	content: "";
}

.vc_arrow-icon-arrow_04_left:before {
	content: "";
}

.vc_arrow-icon-arrow_04_right:before {
	content: "";
}

.vc_arrow-icon-arrow_05_left:before {
	content: "";
}

.vc_arrow-icon-arrow_05_right:before {
	content: "";
}

.vc_arrow-icon-arrow_06_left:before {
	content: "";
}

.vc_arrow-icon-arrow_06_right:before {
	content: "";
}

.vc_arrow-icon-arrow_07_left:before {
	content: "";
}

.vc_arrow-icon-arrow_07_right:before {
	content: "";
}

.vc_arrow-icon-arrow_08_left:before {
	content: "";
}

.vc_arrow-icon-arrow_08_right:before {
	content: "";
}

.vc_arrow-icon-arrow_09_left:before {
	content: "";
}

.vc_arrow-icon-arrow_09_right:before {
	content: "";
}

.vc_arrow-icon-arrow_10_left:before {
	content: "";
}

.vc_arrow-icon-arrow_10_right:before {
	content: "";
}

.vc_arrow-icon-arrow_11_left:before {
	content: "";
}

.vc_arrow-icon-arrow_11_right:before {
	content: "";
}

.vc_arrow-icon-arrow_12_left:before {
	content: "";
}

.vc_arrow-icon-arrow_12_right:before {
	content: "";
}

.vc_arrow-icon-navicon:before {
	content: "";
}

.wpb_animate_when_almost_visible {
	opacity: 0;
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
	animation: none;
}

.top-to-bottom, .wpb_top-to-bottom {
	animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
}

.bottom-to-top, .wpb_bottom-to-top {
	animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
}

.left-to-right, .wpb_left-to-right {
	animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
}

.right-to-left, .wpb_right-to-left {
	animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
}

.appear, .wpb_appear {
	animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
	transform: scale(1);
}

.wpb_start_animation {
	opacity: 1;
}

@keyframes wpb_ttb {
	0% {
		transform: translate(0, -10%);
		opacity: 0;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes wpb_btt {
	0% {
		transform: translate(0, 10%);
		opacity: 0;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes wpb_ltr {
	0% {
		transform: translate(-10%, 0);
		opacity: 0;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes wpb_rtl {
	0% {
		transform: translate(10%, 0);
		opacity: 0;
	}
	
	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes wpb_appear {
	0% {
		transform: scale(.5);
		opacity: .1;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.vc_row.vc_row-flex>.span_12 {
	flex-wrap: wrap;
}

@media only screen and (max-width:999px) {
	.vc_row.vc_row-flex>.span_12, .vc_row.vc_row-flex>.span_12>.vc_column_container {
		flex-wrap: wrap;
	}
}

.vc_row.vc_row-flex>.span_12, .vc_row.vc_row-flex>.span_12>.vc_column_container {
	display: flex;
}

.vc_row.vc_row-flex>.span_12>.vc_vc_column, .vc_row.vc_row-flex>.span_12>.vc_vc_column_inner {
	display: flex;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
	display: flex;
	flex-direction: column;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
		min-height: 1em;
	}
}

.vc_row.vc_row-flex>.span_12>.vc_vc_column>.vc_column_container, .vc_row.vc_row-flex>.span_12>.vc_vc_column_inner>.vc_column_container {
	display: flex;
	width: 100%;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner, .vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap, .vc_row.vc_row-o-equal-height>.span_12>.vc_column_container {
	align-items: stretch;
}

.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row.vc_row-o-content-top>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	align-items: flex-start;
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	align-items: flex-end;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner, .vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.vc_column-inner {
	justify-content: center;
	width: 100%;
}

.vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.vc_column-inner {
	justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	align-items: center;
}

@media screen and (max-width:999px) {
	.vc_row.vc_row-flex>.span_12, .vc_row.vc_row-flex>.span_12>.vc_column_container, .vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner, .vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner {
		display: block;
	}
}

@media only screen and (max-width:999px) and (min-width:690px) {
	.vc_row.vc_row-flex>.span_12, .vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths, .vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths>.vc_column-inner {
		display: flex;
	}
}

.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height>.span_12 {
	align-content: stretch;
}

.vc_row.vc_row-o-columns-top.vc_row-o-full-height>.span_12 {
	align-content: flex-start;
}

.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height>.span_12 {
	align-content: flex-end !important;
}

.vc_row.vc_row-o-columns-middle.vc_row-o-full-height>.span_12 {
	align-content: center;
}

.vc_row.vc_row-o-columns-bottom>.span_12::after, .vc_row.vc_row-o-columns-middle>.span_12::after, .vc_row.vc_row-o-columns-top>.span_12::after {
	content: "";
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.vc_row.vc_row-flex.vc_row-o-full-height>.span_12 {
	display: flex !important;
}

.nectar-color-accent-color, body a, label span, body [class^="icon-"].icon-default-style, .blog-recent[data-style*="classic_enhanced"] .post-meta a:hover i, .masonry.classic_enhanced .post .post-meta a:hover i, .comment-list .comment-meta a:hover, .comment-list .comment-meta a:focus, .comment-author a:hover, .comment-author a:focus, .post .post-header h2 a, .post .post-header a:hover, .post .post-header a:focus, #single-below-header a:hover, #single-below-header a:focus, .comment-list .pingback .comment-body > a:hover, [data-style="list_featured_first_row"] .meta-category a, [data-style="list_featured_first_row"] .meta-category a, .nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"] .icon-default-style, div[data-style="minimal"] .toggle:hover > .toggle-title a, div[data-style="minimal"] .toggle.open > .toggle-title a, #footer-outer #copyright li a i:hover, .ascend .comment-list .reply a, body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, #top nav .sf-menu .current_page_item > a .sf-sub-indicator i, #top nav .sf-menu .current_page_ancestor > a .sf-sub-indicator i, .sf-menu > .current_page_ancestor > a > .sf-sub-indicator i, .material .widget .tagcloud a, #single-below-header a:hover [class^="icon-"], .wpcf7-form .wpcf7-not-valid-tip, #header-outer .nectar-menu-label {
	color: #000;
}

#header-outer #top nav > ul > .button_bordered > a:hover, #header-outer:not(.transparent) #social-in-menu a i:after, #header-outer:not(.transparent) #social-in-menu a .nectar-dynamic-social-icon--hover, .sf-menu > li > a:hover > .sf-sub-indicator i, .sf-menu > li > a:active > .sf-sub-indicator i, .sf-menu > .sfHover > a > .sf-sub-indicator i, .sf-menu .megamenu > ul > li:hover > a, #header-outer nav > ul > .megamenu > ul > li > a:hover, #header-outer nav > ul > .megamenu > ul > .sfHover > a, #header-outer nav > ul > .megamenu > ul > li > a:focus, #top nav ul #nectar-user-account a:hover span, #top nav ul #search-btn a:hover span, #top nav ul .slide-out-widget-area-toggle a:hover span, body.material:not([data-header-color="custom"]) #header-outer:not([data-format="left-header"]) #top ul.cart_list a:hover, body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart, #header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-item.has-ul > a, #header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a, body #header-secondary-outer #social a:hover i, body #header-secondary-outer #social a:focus i, #footer-outer a:focus, #footer-outer a:hover, .recent-posts .post-header a:hover, .result a:hover, .post-area.standard-minimal .post .post-meta .date a, .post-area.standard-minimal .post .post-header h2 a:hover, .post-area.standard-minimal .post .more-link:hover span, .post-area.standard-minimal .post .more-link span:after, .post-area.standard-minimal .post .minimal-post-meta a:hover, .single .post .post-meta a:hover, .single .post .post-meta a:focus, .single #single-meta div a:hover i, .single #single-meta div:hover > a, .single #single-meta div:focus > a, .result .title a, .circle-border, .project-attrs li i, .nectar-milestone .number.accent-color, body #portfolio-nav a:hover i, span.accent-color, .portfolio-items .nectar-love:hover i, .portfolio-items .nectar-love.loved i, body .hovered .nectar-love i, body:not(.material) #search-outer #search #close a span:hover, .carousel-wrap[data-full-width="true"] .carousel-heading a:hover i, #search-outer .ui-widget-content li:hover *, #search-outer .ui-widget-content .ui-state-focus *, .portfolio-filters-inline .container ul li .active, .svg-icon-holder[data-color="accent-color"], .team-member .accent-color:hover, .blog-recent[data-style="minimal"] .col > span, .blog-recent[data-style="title_only"] .col:hover .post-header .title, body #pagination .page-numbers.prev:hover, body #pagination .page-numbers.next:hover, body #pagination a.page-numbers:hover, body #pagination a.page-numbers:focus, body[data-form-submit="see-through"] input[type=submit], body[data-form-submit="see-through"] button[type=submit], .nectar_icon_wrap[data-color="accent-color"] i, .nectar_team_member_close .inner:before, body:not([data-header-format="left-header"]) nav > ul > .megamenu > ul > li > ul > .has-ul > a:hover, body:not([data-header-format="left-header"]) nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus, .masonry.material .masonry-blog-item .meta-category a, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section a:hover, .material .comment-list .reply a:hover, .material .comment-list .reply a:focus, .material .widget li:not(.has-img) a:hover .post-title, .material #sidebar .widget li:not(.has-img) a:hover .post-title, .material #sidebar .widget ul[data-style="featured-image-left"] li a:hover .post-title, .material #sidebar .widget .tagcloud a, .single.material .post-area .content-inner > .post-tags a, .post-area.featured_img_left .meta-category a, .post-meta .icon-salient-heart-2.loved, body.material .nectar-button.see-through.accent-color[data-color-override="false"], div[data-style="minimal_small"] .toggle.accent-color > .toggle-title a:hover, div[data-style="minimal_small"] .toggle.accent-color.open > .toggle-title a, .testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before, .nectar_single_testimonial[data-color="accent-color"] p .open-quote, .nectar-quick-view-box .star-rating, .widget_search .search-form button[type=submit] .icon-salient-search, body.search-no-results .search-form button[type=submit] .icon-salient-search {
	color: #000 !important;
}

.nectar-bg-accent-color, .nectar-bg-hover-accent-color:hover, #ajax-content-wrap .nectar-bg-pseudo-accent-color:before, [data-style="list_featured_first_row"] .meta-category a:before, .tabbed > ul li .active-tab, .tabbed > ul li .active-tab:hover, .wpb_row .nectar-post-grid-filters[data-active-color="accent-color"] a:after, .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p, .nectar_video_lightbox.nectar-button[data-color="default-accent-color"], .nectar_video_lightbox.nectar-button[data-color="transparent-accent-color"]:hover, .nectar-cta[data-color="accent-color"]:not([data-style="material"]) .link_wrap, .flex-direction-nav a, .carousel-prev:hover, .carousel-next:hover, .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls="default"][data-control-color="accent-color"] .flickity-page-dots .dot:before, .nectar-flickity[data-controls="touch_total"][data-control-color="accent-color"] .visualized-total span, [class*=" icon-"], .toggle.open > .toggle-title a, div[data-style="minimal"] .toggle.open > .toggle-title i:after, div[data-style="minimal"] .toggle:hover > .toggle-title i:after, div[data-style="minimal"] .toggle.open > .toggle-title i:before, div[data-style="minimal"] .toggle:hover > .toggle-title i:before, div[data-style="minimal_small"] .toggle.accent-color > .toggle-title:after, .main-content .widget_calendar caption, #footer-outer .widget_calendar caption, .post .more-link span:hover, .post.format-quote .post-content .quote-inner, .post.format-link .post-content .link-inner, .nectar-post-grid-wrap[data-load-more-color="accent-color"] .load-more:hover, .format-status .post-content .status-inner, .nectar-post-grid-item.nectar-new-item .inner:before, input[type=submit]:hover, input[type="button"]:hover, body[data-form-submit="regular"] input[type=submit], body[data-form-submit="regular"] button[type=submit], body[data-form-submit="regular"] .container-wrap .span_12.light input[type=submit]:hover, body[data-form-submit="regular"] .container-wrap .span_12.light button[type=submit]:hover, #slide-out-widget-area, #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right, .widget .material .widget .tagcloud a:before, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"] .nectar-list-item-btn:hover, #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice, .woocommerce #review_form #respond .form-submit #submit, #header-outer .nectar-menu-label:before {
	background-color: #000;
}

.orbit-wrapper .slider-nav .right, .orbit-wrapper .slider-nav .left, .progress li span, .nectar-progress-bar span, #footer-outer #footer-widgets .col .tagcloud a:hover, #sidebar .widget .tagcloud a:hover, #fp-nav.tooltip ul li .fp-tooltip .tooltip-inner, #pagination .next a:hover, #pagination .prev a:hover, .comment-list .reply a:hover, .comment-list .reply a:focus, .icon-normal, .bar_graph li span, .nectar-button[data-color-override="false"].regular-button, .nectar-button.tilt.accent-color, body .swiper-slide .button.transparent_2 .primary-color:hover, #footer-outer #footer-widgets .col input[type="submit"], .blog-recent .more-link span:hover, .post-tags a:hover, #to-top:hover, #to-top.dark:hover, body[data-button-style*="rounded"] #to-top:after, #pagination a.page-numbers:hover, #pagination span.page-numbers.current, .portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg, .portfolio-items .col[data-default-color="true"] .bottom-meta, .portfolio-items .col.nectar-new-item .inner-wrap:before, .portfolio-filters-inline[data-color-scheme="accent-color-underline"] a:after, .portfolio-filters a, .portfolio-filters #sort-portfolio, .project-attrs li span, .portfolio-filters, .portfolio-filters-inline[data-color-scheme="accent-color"], .bottom_controls #portfolio-nav .controls li a i:after, .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i, .single-portfolio .facebook-share a:hover, .single-portfolio .twitter-share a:hover, .single-portfolio .pinterest-share a:hover, .single-post .facebook-share a:hover, .single-post .twitter-share a:hover, .single-post .pinterest-share a:hover, .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .post.quote .content-inner .quote-inner .whole-link, .masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner, .masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner, .iosSlider .prev_slide:hover, .iosSlider .next_slide:hover, #header-outer .widget_shopping_cart a.button, #header-outer a.cart-contents .cart-wrap span, #header-outer #mobile-cart-link .cart-wrap span, #top nav ul .slide-out-widget-area-toggle a:hover .lines, #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, #header-outer .widget_shopping_cart a.button, body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav ul li:not([class*="button_"]) > a span:after, #buddypress a.button:focus, .swiper-slide .button.solid_color a, .swiper-slide .button.solid_color_2 a, .select2-container .select2-choice:hover, .select2-dropdown-open .select2-choice, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single, #top nav > ul > .button_solid_color > a:before, #header-outer.transparent #top nav > ul > .button_solid_color > a:before, .twentytwenty-handle, .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after, .masonry.classic_enhanced .posts-container article .meta-category a:hover, .blog-recent[data-style*="classic_enhanced"] .meta-category a:hover, .masonry.classic_enhanced .posts-container article .video-play-button, .masonry.material .masonry-blog-item .meta-category a:before, .material.masonry .masonry-blog-item .video-play-button, .masonry.material .quote-inner:before, .masonry.material .link-inner:before, .nectar-recent-posts-slider .container .strong span:before, #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:hover, #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:focus, .single .heading-title[data-header-style="default_minimal"] .meta-category a:hover, .single .heading-title[data-header-style="default_minimal"] .meta-category a:focus, .nectar-fancy-box:after, .divider-small-border[data-color="accent-color"], .divider-border[data-color="accent-color"], .nectar-animated-title[data-color="accent-color"] .nectar-animated-title-inner:after, #fp-nav:not(.light-controls).tooltip_alt ul li a span:after, #fp-nav.tooltip_alt ul li a span:after, .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox, body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .nectar_video_lightbox:after, .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play > .inner-wrap:before, .span_12.dark .owl-theme .owl-dots .owl-dot.active span, .span_12.dark .owl-theme .owl-dots .owl-dot:hover span, .nectar-recent-posts-single_featured .strong a, .post-area.standard-minimal .post .more-link span:before, .nectar-slide-in-cart .widget_shopping_cart a.button, .related-posts[data-style="material"] .meta-category a:before, .post-area.featured_img_left .meta-category a:before, body.material #page-header-bg.fullscreen-header .inner-wrap >a, .nectar-hor-list-item[data-color="accent-color"]:before, .material #sidebar .widget .tagcloud a:before, .single .post-area .content-inner > .post-tags a:before, .auto_meta_overlaid_spaced .post.quote .n-post-bg:after, .auto_meta_overlaid_spaced .post.link .n-post-bg:after, .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button, .post-area.featured_img_left .post .quote-inner:before, .post-area.featured_img_left .link-inner:before, .nectar-recent-posts-single_featured.multiple_featured .controls li:after, .nectar-recent-posts-single_featured.multiple_featured .controls .active:before, .nectar-fancy-box[data-color="accent-color"]:not([data-style="default"]) .box-bg:after, body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i, body.material .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox:before, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after, .fancybox-navigation button:hover:before, button[type=submit]:hover, button[type=submit]:focus, body[data-form-submit="see-through"] input[type=submit]:hover, body[data-form-submit="see-through"].woocommerce #respond input#submit:hover, html body[data-form-submit="see-through"] button[type=submit]:hover, body[data-form-submit="see-through"] .container-wrap .span_12.light input[type=submit]:hover, body[data-form-submit="see-through"] .container-wrap .span_12.light button[type=submit]:hover, body.original .bypostauthor .comment-body:before, .widget_layered_nav ul.yith-wcan-label li a:hover, .widget_layered_nav ul.yith-wcan-label .chosen a, .nectar-next-section-wrap.bounce a:before, body .nectar-button.see-through-2[data-hover-color-override="false"]:hover {
	background-color: #000 !important;
}

.tabbed > ul li .active-tab, body.material input[type=text]:focus, body.material textarea:focus, body.material input[type=email]:focus, body.material input[type=search]:focus, body.material input[type=password]:focus, body.material input[type=tel]:focus, body.material input[type=url]:focus, body.material input[type=date]:focus, body.material input[type=number]:focus, body.material select:focus, .row .col .wp-caption .wp-caption-text, .material.woocommerce-page input#coupon_code:focus, .material #search-outer #search input[type="text"], #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after, div[data-style="minimal"] .toggle.default.open i, div[data-style="minimal"] .toggle.default:hover i, div[data-style="minimal"] .toggle.accent-color.open i, div[data-style="minimal"] .toggle.accent-color:hover i, .single #single-meta div a:hover, .single #single-meta div a:focus, .single .fullscreen-blog-header #single-below-header > span a:hover, .blog-title #single-meta .nectar-social.hover > div a:hover, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover, .material.woocommerce-page[data-form-style="default"] div input#coupon_code:focus {
	border-color: #000;
}

body[data-form-style="minimal"] label:after, body .recent_projects_widget a:hover img, .recent_projects_widget a:hover img, #sidebar #flickr a:hover img, body .nectar-button.see-through-2[data-hover-color-override="false"]:hover, #footer-outer #flickr a:hover img, #featured article .post-title a:hover, body #featured article .post-title a:hover, div.wpcf7-validation-errors, .select2-container .select2-choice:hover, .select2-dropdown-open .select2-choice, body:not(.original) .bypostauthor img.avatar, .material blockquote::before, blockquote.wp-block-quote:before, #header-outer:not(.transparent) #top nav > ul > .button_bordered > a:hover:before, .single #project-meta ul li:not(.meta-share-count):hover a, body[data-button-style="rounded"] #pagination > a:hover, body[data-form-submit="see-through"] input[type=submit], body[data-form-submit="see-through"] button[type=submit], .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:after, #header-secondary-outer[data-lhe="animated_underline"] nav > .sf-menu >li >a .menu-title-text:after, body.material .nectar-button.see-through.accent-color[data-color-override="false"], .woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle, body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn), .woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button, .woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button, body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single, .gallery a:hover img {
	border-color: #000 !important;
}

.woocommerce div.product .woocommerce-variation-price span.price, .woocommerce div.product .entry-summary .stock {
	color: #000;
}

#header-outer .widget_shopping_cart .cart_list a, #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, .woocommerce .star-rating, .woocommerce form .form-row .required, .woocommerce-page form .form-row .required, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce-pagination a.page-numbers:hover, .woocommerce p.stars a:hover, .woocommerce .material.product .product-wrap .product-add-to-cart a:hover, .woocommerce .material.product .product-wrap .product-add-to-cart a:hover > span, .woocommerce-MyAccount-navigation ul li.is-active a:before, .woocommerce-MyAccount-navigation ul li:hover a:before, .woocommerce.ascend .price_slider_amount button.button[type="submit"], .ascend.woocommerce #sidebar div ul li a:hover, .ascend.woocommerce #sidebar div ul .current-cat > a, .woocommerce .widget_layered_nav ul li.chosen a:after, .woocommerce-page .widget_layered_nav ul li.chosen a:after, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control.active, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control:hover, .woocommerce #review_form #respond p.comment-notes span.required, .nectar-slide-in-cart:not(.style_slide_in_click) .widget_shopping_cart .cart_list a, #sidebar .widget_shopping_cart .cart_list li a.remove:hover, .text_on_hover.product .add_to_cart_button, .text_on_hover.product > .button, .minimal.product .product-wrap .normal.icon-salient-cart[class*=" icon-"], .minimal.product .product-wrap i, .minimal.product .product-wrap .normal.icon-salient-m-eye, .products li.product.minimal .product-add-to-cart .loading:after, .ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart {
	color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #000;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce .product-wrap .add_to_cart_button.added, .single-product .facebook-share a:hover, .single-product .twitter-share a:hover, .single-product .pinterest-share a:hover, .woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce .chzn-container .chzn-results .highlighted, .woocommerce .chosen-container .chosen-results .highlighted, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce #sidebar div ul li a:hover ~ .count, .woocommerce #sidebar div ul li.chosen > a ~ .count, .woocommerce #sidebar div ul .current-cat > .count, .woocommerce #sidebar .wc-block-product-categories-list-item:hover > .wc-block-product-categories-list-item-count, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-account .woocommerce-form-login button.button, .woocommerce-account .woocommerce-form-register button.button, .woocommerce.widget_price_filter .price_slider:not(.ui-slider):before, .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after, .woocommerce.widget_price_filter .price_slider:not(.ui-slider), body .woocommerce.add_to_cart_inline a.button.add_to_cart_button, .woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, .woocommerce-page .woocommerce p.return-to-shop a.wc-backward, .woocommerce .yith-wcan-reset-navigation.button, ul.products li.minimal.product span.onsale, .span_12.dark .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top a:after, .woocommerce-page button.single_add_to_cart_button, .woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #order_review #payment #place_order, .woocommerce .span_4 input[type="submit"].checkout-button, .woocommerce .material.product .add_to_cart_button, body nav.woocommerce-pagination span.page-numbers.current, .woocommerce span.onsale .nectar-quick-view-box .onsale, .nectar-quick-view-box .onsale, .woocommerce-page .nectar-quick-view-box .onsale, .cart .quantity input.plus:hover, .cart .quantity input.minus:hover, .woocommerce-mini-cart .quantity input.plus:hover, .woocommerce-mini-cart .quantity input.minus:hover, body .nectar-quick-view-box .single_add_to_cart_button, .woocommerce .classic .add_to_cart_button, .woocommerce .classic .product-add-to-cart a.button, body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order:hover, body .products-carousel .carousel-next:hover, body .products-carousel .carousel-prev:hover, .text_on_hover.product .nectar_quick_view, .text_on_hover.product a.added_to_cart {
	background-color: #000 !important;
}

.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .flickity-slider .thumb.is-nav-selected img, .single-product:not(.mobile) .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb a.active img {
	border-color: #000 !important;
}

.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle:before, .material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
	box-shadow: 0 0 0 10px #000 inset;
}

.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before, .material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before {
	box-shadow: 0 0 0 2px #000 inset;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li.chosen a {
	box-shadow: 0 0 0 2px #000, inset 0 0 0 3px #fff;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:hover {
	box-shadow: 0 0 0 2px #000, 0px 8px 20px rgba(0, 0, 0, .2), inset 0 0 0 3px #fff;
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
	background-image: linear-gradient(to right, #000 0, #000 100%);
}

@media only screen and (max-width:768px) {
	.woocommerce-page table.cart a.remove {
		background-color: #000 !important;
	}
}

.nectar-highlighted-text[data-using-custom-color="false"]:not([data-style="text_outline"]) em {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 100%);
}

.nectar-highlighted-text[data-using-custom-color="false"][data-style="regular_underline"] a em, .nectar-highlighted-text[data-using-custom-color="false"][data-style="regular_underline"] em.has-link {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 100%), linear-gradient(to right, #000 0, #000 100%);
}

.nectar_icon_wrap .svg-icon-holder[data-color="accent-color"] svg path {
	stroke: #000 !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i:after {
	box-shadow: #000 0px 8px 15px;
	opacity: .24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"]:before {
	box-shadow: 0 30px 90px #000;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 100%);
}

#footer-outer[data-link-hover="underline"][data-custom-color="false"] #footer-widgets ul:not([class*="nectar_blog_posts"]):not(.cart_list) a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #000 0, #000 100%);
}

#search-results .result .title a {
	background-image: linear-gradient(to right, #000 0, #000 100%);
}

.container-wrap .bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i {
	box-shadow: -.6em 0 #000, -.6em .6em #000, .6em 0 #000, .6em -.6em #000, 0 -.6em #000, -.6em -.6em #000, 0 .6em #000, .6em .6em #000;
}

#fp-nav:not(.light-controls).tooltip_alt ul li a.active span, #fp-nav.tooltip_alt ul li a.active span {
	box-shadow: inset 0 0 0 2px #000;
	-webkit-box-shadow: inset 0 0 0 2px #000;
}

.default-loading-icon:before {
	border-top-color: #000 !important;
}

#header-outer a.cart-contents span:before, #fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after {
	border-color: transparent #000 !important;
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after, .portfolio-items[data-ps="6"] .bg-overlay, .portfolio-items[data-ps="6"].no-masonry .bg-overlay, .nectar_team_member_close .inner, .nectar_team_member_overlay .team_member_details .bio-inner .mobile-close {
	border-color: #000;
}

.widget .nectar_widget[class*="nectar_blog_posts_"] .arrow-circle svg circle, .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle.time {
	stroke: #000;
}

.im-icon-wrap[data-color="accent-color"] path {
	fill: #000;
}

@media only screen and (min-width :1px) and (max-width :1000px) {
	body #featured article .post-title > a {
		background-color: #000;
	}
	
	body #featured article .post-title > a {
		border-color: #000;
	}
}

#header-outer .widget_shopping_cart .cart_list li a.remove, .original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, .stock.out-of-stock, #header-outer #top nav > ul > .button_bordered_2 > a:hover, #header-outer[data-lhe="default"] #top nav > ul > .button_bordered_2 > a:hover, #header-outer[data-lhe="default"] #top nav .sf-menu .button_bordered_2.current-menu-item > a {
	color: #ffb349 !important;
}

#top nav > ul > .button_solid_color_2 > a:before, #header-outer.transparent #top nav > ul > .button_solid_color_2 > a:before, body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before, #header-outer .widget_shopping_cart a.button, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale {
	background-color: #ffb349;
}

#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, #header-outer:not(.transparent) #top nav > ul > .button_bordered_2 > a:hover:before {
	border-color: #ffb349;
}

.nectar-color-extra-color-1, .testimonial_slider[data-rating-color="extra-color-1"] .star-rating .filled:before, div[data-style="minimal"] .toggle.extra-color-1:hover > .toggle-title a, div[data-style="minimal"] .toggle.extra-color-1.open > .toggle-title a, div[data-style="minimal_small"] .toggle.extra-color-1 > .toggle-title a:hover, div[data-style="minimal_small"] .toggle.extra-color-1.open > .toggle-title a {
	color: #ffb349;
}

.nectar-milestone .number.extra-color-1, span.extra-color-1, .team-member .social.extra-color-1 li a, body [class^="icon-"].icon-default-style.extra-color-1, body [class^="icon-"].icon-default-style[data-color="extra-color-1"], .team-member .extra-color-1:hover, .svg-icon-holder[data-color="extra-color-1"], .nectar_icon_wrap[data-color="extra-color-1"] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-1[data-color-override="false"], .nectar_single_testimonial[data-color="extra-color-1"] p .open-quote, .no-highlight.extra-color-1 h3 {
	color: #ffb349 !important;
}

.nectar-bg-extra-color-1, #ajax-content-wrap .nectar-bg-pseudo-extra-color-1:before, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-1"] a:after, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color="default-extra-color-1"], .nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-1"]:hover, .nectar-cta[data-color="extra-color-1"]:not([data-style="material"]) .link_wrap, .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-1"] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls="default"][data-control-color="extra-color-1"] .flickity-page-dots .dot:before, .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-1"] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color="extra-color-1"] .load-more:hover, [class*=" icon-"].extra-color-1.icon-normal, div[data-style="minimal"] .toggle.extra-color-1.open i:after, div[data-style="minimal"] .toggle.extra-color-1:hover i:after, div[data-style="minimal"] .toggle.open.extra-color-1 i:before, div[data-style="minimal"] .toggle.extra-color-1:hover i:before, div[data-style="minimal_small"] .toggle.extra-color-1 > .toggle-title:after, .toggle.open.extra-color-1 > .toggle-title a, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"] .nectar-list-item-btn:hover {
	background-color: #ffb349;
}

.nectar-button.regular-button.extra-color-1, .nectar-button.tilt.extra-color-1, body .swiper-slide .button.transparent_2 .extra-color-1:hover, #sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style), .portfolio-filters-inline[data-color-scheme="extra-color-1"], .portfolio-filters[data-color-scheme="extra-color-1"] #sort-portfolio, .portfolio-filters[data-color-scheme="extra-color-1"] a, .nectar-fancy-box[data-color="extra-color-1"]:after, .divider-small-border[data-color="extra-color-1"], .divider-border[data-color="extra-color-1"], .nectar-animated-title[data-color="extra-color-1"] .nectar-animated-title-inner:after, .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"] a:after, .nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox, body .nectar-video-box[data-color="extra-color-1"][data-hover="zoom_button"] .nectar_video_lightbox:after, .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"]:not([data-style="small"]) .play > .inner-wrap:before, body.material .nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox:before, .nectar-hor-list-item[data-color="extra-color-1"]:before, .nectar-fancy-box[data-color="extra-color-1"]:not([data-style="default"]) .box-bg:after, body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-1"] li:after, .extra-color-1.icon-normal, .bar_graph li .extra-color-1, .nectar-progress-bar .extra-color-1, .swiper-slide .button.solid_color .extra-color-1, .swiper-slide .button.solid_color_2 .extra-color-1 {
	background-color: #ffb349 !important;
}

.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-1"] svg path {
	stroke: #ffb349 !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i:after {
	box-shadow: #ffb349 0px 8px 15px;
	opacity: .24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-1"]:before {
	box-shadow: 0 30px 90px #ffb349;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-1"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ffb349 100%);
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after, div[data-style="minimal"] .toggle.open.extra-color-1 i, div[data-style="minimal"] .toggle.extra-color-1:hover i, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:after, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"]:hover {
	border-color: #ffb349;
}

body.material .nectar-button.see-through.extra-color-1[data-color-override="false"] {
	border-color: #ffb349 !important;
}

.im-icon-wrap[data-color="extra-color-1"] path {
	fill: #ffb349;
}

.nectar-color-extra-color-2, .testimonial_slider[data-rating-color="extra-color-2"] .star-rating .filled:before, div[data-style="minimal"] .toggle.extra-color-2:hover > .toggle-title a, div[data-style="minimal"] .toggle.extra-color-2.open > .toggle-title a, div[data-style="minimal_small"] .toggle.extra-color-2 > .toggle-title a:hover, div[data-style="minimal_small"] .toggle.extra-color-2.open > .toggle-title a {
	color: #fff;
}

.nectar-milestone .number.extra-color-2, span.extra-color-2, .team-member .social.extra-color-2 li a, body [class^="icon-"].icon-default-style.extra-color-2, body [class^="icon-"].icon-default-style[data-color="extra-color-2"], .team-member .extra-color-2:hover, .svg-icon-holder[data-color="extra-color-2"], .nectar_icon_wrap[data-color="extra-color-2"] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-2[data-color-override="false"], .nectar_single_testimonial[data-color="extra-color-2"] p .open-quote, .no-highlight.extra-color-2 h3 {
	color: #fff !important;
}

.nectar-bg-extra-color-2, #ajax-content-wrap .nectar-bg-pseudo-extra-color-2:before, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-2"] a:after, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color="default-extra-color-2"], .nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-2"]:hover, .nectar-cta[data-color="extra-color-2"]:not([data-style="material"]) .link_wrap, .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-2"] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls="default"][data-control-color="extra-color-2"] .flickity-page-dots .dot:before, .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-2"] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color="extra-color-2"] .load-more:hover, [class*=" icon-"].extra-color-2.icon-normal, div[data-style="minimal"] .toggle.extra-color-2.open i:after, div[data-style="minimal"] .toggle.extra-color-2:hover i:after, div[data-style="minimal"] .toggle.open.extra-color-2 i:before, div[data-style="minimal"] .toggle.extra-color-2:hover i:before, div[data-style="minimal_small"] .toggle.extra-color-2 > .toggle-title:after, .toggle.open.extra-color-2 > .toggle-title a, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"] .nectar-list-item-btn:hover {
	background-color: #fff;
}

.nectar-button.regular-button.extra-color-2, .nectar-button.tilt.extra-color-2, body .swiper-slide .button.transparent_2 .extra-color-2:hover, #sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style), .portfolio-filters-inline[data-color-scheme="extra-color-2"], .portfolio-filters[data-color-scheme="extra-color-2"] #sort-portfolio, .portfolio-filters[data-color-scheme="extra-color-2"] a, .nectar-fancy-box[data-color="extra-color-2"]:after, .divider-small-border[data-color="extra-color-2"], .divider-border[data-color="extra-color-2"], .nectar-animated-title[data-color="extra-color-2"] .nectar-animated-title-inner:after, .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"] a:after, .nectar-video-box[data-color="extra-color-2"] .nectar_video_lightbox, body .nectar-video-box[data-color="extra-color-2"][data-hover="zoom_button"] .nectar_video_lightbox:after, .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"]:not([data-style="small"]) .play > .inner-wrap:before, body.material .nectar-video-box[data-color="extra-color-2"] .nectar_video_lightbox:before, .nectar-hor-list-item[data-color="extra-color-2"]:before, .nectar-fancy-box[data-color="extra-color-2"]:not([data-style="default"]) .box-bg:after, body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-2[data-color-override="false"] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-2"] li:after, .extra-color-2.icon-normal, .bar_graph li .extra-color-2, .nectar-progress-bar .extra-color-2, .swiper-slide .button.solid_color .extra-color-2, .swiper-slide .button.solid_color_2 .extra-color-2 {
	background-color: #fff !important;
}

.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-2"] svg path {
	stroke: #fff !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-2[data-color-override="false"] i:after {
	box-shadow: #fff 0px 8px 15px;
	opacity: .24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-2"]:before {
	box-shadow: 0 30px 90px #fff;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-2"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #fff 100%);
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after, div[data-style="minimal"] .toggle.open.extra-color-2 i, div[data-style="minimal"] .toggle.extra-color-2:hover i, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:after, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"]:hover {
	border-color: #fff;
}

body.material .nectar-button.see-through.extra-color-2[data-color-override="false"] {
	border-color: #fff !important;
}

.im-icon-wrap[data-color="extra-color-2"] path {
	fill: #fff;
}

.nectar-color-extra-color-3, .testimonial_slider[data-rating-color="extra-color-3"] .star-rating .filled:before, div[data-style="minimal"] .toggle.extra-color-3:hover > .toggle-title a, div[data-style="minimal"] .toggle.extra-color-3.open > .toggle-title a, div[data-style="minimal_small"] .toggle.extra-color-3 > .toggle-title a:hover, div[data-style="minimal_small"] .toggle.extra-color-3.open > .toggle-title a {
	color: #333;
}

.nectar-milestone .number.extra-color-3, span.extra-color-3, .team-member .social.extra-color-3 li a, body [class^="icon-"].icon-default-style.extra-color-3, body [class^="icon-"].icon-default-style[data-color="extra-color-3"], .team-member .extra-color-3:hover, .svg-icon-holder[data-color="extra-color-3"], .nectar_icon_wrap[data-color="extra-color-3"] i, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section .active, body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section a:hover, body.material .nectar-button.see-through.extra-color-3[data-color-override="false"], .nectar_single_testimonial[data-color="extra-color-3"] p .open-quote, .no-highlight.extra-color-3 h3 {
	color: #333 !important;
}

.nectar-bg-extra-color-3, #ajax-content-wrap .nectar-bg-pseudo-extra-color-3:before, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-3"] a:after, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] .flickity-page-dots .dot.is-selected:before, .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote.is-selected p, .nectar-button.nectar_video_lightbox[data-color="default-extra-color-3"], .nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-3"]:hover, .nectar-cta[data-color="extra-color-3"]:not([data-style="material"]) .link_wrap, .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-3"] .flickity-prev-next-button:hover:before, .nectar-flickity[data-controls="default"][data-control-color="extra-color-3"] .flickity-page-dots .dot:before, .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-3"] .visualized-total span, .nectar-post-grid-wrap[data-load-more-color="extra-color-3"] .load-more:hover, [class*=" icon-"].extra-color-3.icon-normal, div[data-style="minimal"] .toggle.extra-color-3.open i:after, div[data-style="minimal"] .toggle.extra-color-3:hover i:after, div[data-style="minimal"] .toggle.open.extra-color-3 i:before, div[data-style="minimal"] .toggle.extra-color-3:hover i:before, div[data-style="minimal_small"] .toggle.extra-color-3 > .toggle-title:after, .toggle.open.extra-color-3 > .toggle-title a, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"] .nectar-list-item-btn:hover {
	background-color: #333;
}

.nectar-button.regular-button.extra-color-3, .nectar-button.tilt.extra-color-3, body .swiper-slide .button.transparent_2 .extra-color-3:hover, #sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style), .portfolio-filters-inline[data-color-scheme="extra-color-3"], .portfolio-filters[data-color-scheme="extra-color-3"] #sort-portfolio, .portfolio-filters[data-color-scheme="extra-color-3"] a, .nectar-fancy-box[data-color="extra-color-3"]:after, .divider-small-border[data-color="extra-color-3"], .divider-border[data-color="extra-color-3"], .nectar-animated-title[data-color="extra-color-3"] .nectar-animated-title-inner:after, .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"] a:after, .nectar-video-box[data-color="extra-color-3"] .nectar_video_lightbox, body .nectar-video-box[data-color="extra-color-3"][data-hover="zoom_button"] .nectar_video_lightbox:after, .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"]:not([data-style="small"]) .play > .inner-wrap:before, body.material .nectar-video-box[data-color="extra-color-3"] .nectar_video_lightbox:before, .nectar-hor-list-item[data-color="extra-color-3"]:before, .nectar-fancy-box[data-color="extra-color-3"]:not([data-style="default"]) .box-bg:after, body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-3[data-color-override="false"] i, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-3"] li:after, .extra-color-3.icon-normal, .bar_graph li .extra-color-3, .nectar-progress-bar .extra-color-3, .swiper-slide .button.solid_color .extra-color-3, .swiper-slide .button.solid_color_2 .extra-color-3 {
	background-color: #333 !important;
}

.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-3"] svg path {
	stroke: #333 !important;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-3[data-color-override="false"] i:after {
	box-shadow: #333 0px 8px 15px;
	opacity: .24;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-3"]:before {
	box-shadow: 0 30px 90px #333;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-3"] .box-bg:after {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #333 100%);
}

body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after, body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after, div[data-style="minimal"] .toggle.open.extra-color-3 i, div[data-style="minimal"] .toggle.extra-color-3:hover i, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:before, .span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:after, .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"]:hover {
	border-color: #333;
}

body.material .nectar-button.see-through.extra-color-3[data-color-override="false"] {
	border-color: #333 !important;
}

.im-icon-wrap[data-color="extra-color-3"] path {
	fill: #333;
}

.widget .nectar_widget[class*="nectar_blog_posts_"][data-style="hover-featured-image-gradient-and-counter"] > li a .popular-featured-img:after {
	background: #5694ff;
	background: linear-gradient(to right, #5694ff, #ff5433);
}

:root {
	--nectar-extra-color-gradient-1: linear-gradient(to right, #ff5433, #5694ff);
}

.nectar-bg-extra-color-gradient-1, #ajax-content-wrap .nectar-bg-pseudo-extra-color-gradient-1:before, .divider-small-border[data-color="extra-color-gradient-1"], .divider-border[data-color="extra-color-gradient-1"], .nectar-progress-bar .extra-color-gradient-1, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-gradient-1"] a:after, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-1"] li:after, .nectar-fancy-box[data-style="default"][data-color="extra-color-gradient-1"]:after {
	background: #ff5433;
	background: linear-gradient(to right, #ff5433, #5694ff);
}

.icon-normal.extra-color-gradient-1, body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-1, .nectar-button.extra-color-gradient-1:after, .nectar-cta[data-color="extra-color-gradient-1"]:not([data-style="material"]) .link_wrap, .nectar-button.see-through-extra-color-gradient-1:after, .nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"] .box-bg:after, .nectar-post-grid-wrap[data-load-more-color="extra-color-gradient-1"] .load-more:before {
	background: #ff5433;
	background: linear-gradient(to bottom right, #ff5433, #5694ff);
}

body.material .nectar-button.regular.m-extra-color-gradient-1, body.material .nectar-button.see-through.m-extra-color-gradient-1:before, .swiper-slide .button.solid_color .extra-color-gradient-1, .swiper-slide .button.transparent_2 .extra-color-gradient-1:before {
	background: #ff5433;
	background: linear-gradient(125deg, #ff5433, #5694ff);
}

body.material .nectar-button.regular.m-extra-color-gradient-1:before {
	background: #5694ff;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"]:before {
	box-shadow: 0px 30px 90px #5694ff;
}

.nectar-color-extra-color-gradient-1, .testimonial_slider[data-rating-color="extra-color-gradient-1"] .star-rating .filled:before {
	color: #ff5433;
	background: linear-gradient(to right, #ff5433, #5694ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.nectar-button.extra-color-gradient-1, .nectar-button.see-through-extra-color-gradient-1 {
	border-width: 3px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(top right, #ff5433 0, #5694ff 100%);
	-webkit-border-image: -webkit-linear-gradient(top right, #ff5433 0, #5694ff 100%);
	border-image: linear-gradient(to bottom right, #ff5433 0, #5694ff 100%);
	border-image-slice: 1;
}

[class^="icon-"][data-color="extra-color-gradient-1"]:before, [class*=" icon-"][data-color="extra-color-gradient-1"]:before, [class^="icon-"].extra-color-gradient-1:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before, .nectar_icon_wrap[data-color="extra-color-gradient-1"]:not([data-style="shadow-bg"]) i {
	color: #ff5433;
	background: linear-gradient(to bottom right, #ff5433, #5694ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: initial;
}

.nectar-button.extra-color-gradient-1 .hover, .nectar-button.see-through-extra-color-gradient-1 .start {
	background: #ff5433;
	background: linear-gradient(to bottom right, #ff5433, #5694ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: initial;
}

.nectar-button.extra-color-gradient-1.no-text-grad .hover, .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start {
	background: transparent !important;
	color: #ff5433 !important;
}

:root {
	--nectar-extra-color-gradient-2: linear-gradient(to right, #5694ff, #ff5433);
}

.nectar-bg-extra-color-gradient-2, #ajax-content-wrap .nectar-bg-pseudo-extra-color-gradient-2:before, .divider-small-border[data-color="extra-color-gradient-2"], .divider-border[data-color="extra-color-gradient-2"], .nectar-progress-bar .extra-color-gradient-2, .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-gradient-2"] a:after, .nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-2"] li:after, .nectar-fancy-box[data-style="default"][data-color="extra-color-gradient-2"]:after {
	background: #5694ff;
	background: linear-gradient(to right, #5694ff, #ff5433);
}

.icon-normal.extra-color-gradient-2, body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-2, .nectar-button.extra-color-gradient-2:after, .nectar-cta[data-color="extra-color-gradient-2"]:not([data-style="material"]) .link_wrap, .nectar-button.see-through-extra-color-gradient-2:after, .nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"] .box-bg:after, .nectar-post-grid-wrap[data-load-more-color="extra-color-gradient-2"] .load-more:before {
	background: #5694ff;
	background: linear-gradient(to bottom right, #5694ff, #ff5433);
}

body.material .nectar-button.regular.m-extra-color-gradient-2, body.material .nectar-button.see-through.m-extra-color-gradient-2:before, .swiper-slide .button.solid_color .extra-color-gradient-2, .swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
	background: #5694ff;
	background: linear-gradient(125deg, #5694ff, #ff5433);
}

body.material .nectar-button.regular.m-extra-color-gradient-2:before {
	background: #ff5433;
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"]:before {
	box-shadow: 0px 30px 90px #ff5433;
}

.nectar-color-extra-color-gradient-2, .testimonial_slider[data-rating-color="extra-color-gradient-2"] .star-rating .filled:before {
	color: #5694ff;
	background: linear-gradient(to right, #5694ff, #ff5433);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.nectar-button.extra-color-gradient-2, .nectar-button.see-through-extra-color-gradient-2 {
	border-width: 3px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(top right, #5694ff 0, #ff5433 100%);
	-webkit-border-image: -webkit-linear-gradient(top right, #5694ff 0, #ff5433 100%);
	border-image: linear-gradient(to bottom right, #5694ff 0, #ff5433 100%);
	border-image-slice: 1;
}

[class^="icon-"][data-color="extra-color-gradient-2"]:before, [class*=" icon-"][data-color="extra-color-gradient-2"]:before, [class^="icon-"].extra-color-gradient-2:not(.icon-normal):before, [class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before, .nectar_icon_wrap[data-color="extra-color-gradient-2"]:not([data-style="shadow-bg"]) i {
	color: #5694ff;
	background: linear-gradient(to bottom right, #5694ff, #ff5433);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: initial;
}

.nectar-button.extra-color-gradient-2 .hover, .nectar-button.see-through-extra-color-gradient-2 .start {
	background: #5694ff;
	background: linear-gradient(to bottom right, #5694ff, #ff5433);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	display: initial;
}

.nectar-button.extra-color-gradient-2.no-text-grad .hover, .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
	background: transparent !important;
	color: #5694ff !important;
}

:root {
	--nectar-accent-color: #000;
	--nectar-extra-color-1: #ffb349;
	--nectar-extra-color-2: #fff;
	--nectar-extra-color-3: #333;
}

:root {
	--nectar-bg-color: #fff;
}

body, .container-wrap, .material .ocm-effect-wrap, .project-title, .ascend .container-wrap, .ascend .project-title, body .vc_text_separator div, .carousel-wrap[data-full-width="true"] .carousel-heading, .carousel-wrap .left-border, .carousel-wrap .right-border, .single-post.ascend #page-header-bg.fullscreen-header, .single-post #single-below-header.fullscreen-header, #page-header-wrap, .page-header-no-bg, #full_width_portfolio .project-title.parallax-effect, .portfolio-items .col, .page-template-template-portfolio-php .portfolio-items .col.span_3, .page-template-template-portfolio-php .portfolio-items .col.span_4, body .nectar-quick-view-box div.product .product div.summary, .nectar-global-section.before-footer, .nectar-global-section.after-nav, body.box-rolling, body[data-footer-reveal="1"].ascend.box-rolling, body[data-footer-reveal="1"].box-rolling, .wpml-ls-statics-footer {
	background-color: var(--nectar-page-background-color, #fff);
}

body.has-color-change-section-bg-color, body.has-color-change-section-bg-color .container-wrap, body.has-color-change-section-bg-color .nectar-global-section.before-footer, body.has-color-change-section-bg-color .nectar-global-section.after-nav, body.has-color-change-section-bg-color #page-header-wrap, body.has-color-change-section-bg-color .page-header-no-bg, body.has-color-change-section-bg-color .single-post.ascend #page-header-bg.fullscreen-header, body.has-color-change-section-bg-color .single-post #single-below-header.fullscreen-header, body.has-color-change-section-bg-color .project-title {
	transition: background-color .8s;
}

body.has-color-change-section-bg-color .container-wrap {
	background-color: transparent;
}

body.material.has-color-change-section-bg-color .ocm-effect-wrap {
	transition: background-color .8s, transform .8s cubic-bezier(.15, .2, .1, 1);
}

body, body h1, body h2, body h3, body h4, body h5, body h6, .woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a, .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb i, body:not(.original) .comment-list .comment-author, body:not(.original) .comment-list .pingback .comment-body > a, .post-area.standard-minimal .post .more-link span, #sidebar .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-date {
	color: var(--nectar-page-text-color, #000);
}

body.has-color-change-section-bg-color h1, body.has-color-change-section-bg-color h2, body.has-color-change-section-bg-color h3, body.has-color-change-section-bg-color h4, body.has-color-change-section-bg-color h5, body.has-color-change-section-bg-color h6, body.has-color-change-section-bg-color p {
	transition: color var(--page-color-change-section-transition-time), background-size .55s cubic-bezier(.2, .75, .5, 1);
}

body.has-color-change-section-bg-color {
	transition: color var(--page-color-change-section-transition-time), background-color var(--page-color-change-section-transition-time);
}

:root {
	--nectar-font-color: #000;
}

.comment-list .comment-meta a:not(:hover), .material .comment-list .reply a:not(:hover) {
	color: #000;
}

.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a, .woocommerce .woocommerce-breadcrumb a, .nectar-shop-header > .woocommerce-ordering .select2-container--default .select2-selection__rendered, .woocommerce div.product .woocommerce-review-link, .woocommerce.single-product div.product_meta a {
	background-image: linear-gradient(to right, #000 0, #000 100%);
}

#sidebar .price_slider_amount .price_label, #sidebar .price_slider_amount button.button[type="submit"]:not(:hover), #sidebar .price_slider_amount button.button:not(:hover) {
	color: #000;
}

#sidebar h4, .ascend.woocommerce #sidebar h4, body .row .col.section-title span {
	color: #000;
}

#ajax-content-wrap ul.products li.product.minimal .price {
	color: #000 !important;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category a {
	color: #000;
	border-color: #000;
}

:root {
	--nectar-font-light-color: #fff;
}

body #header-outer, body #search-outer, body.ascend #search-outer, body[data-header-format="left-header"].ascend #search-outer, .material #header-space, #header-space, .material #header-outer .bg-color-stripe, .material #search-outer .bg-color-stripe, .material #header-outer #search-outer:before, .material #search-outer .nectar-ajax-search-results, body[data-header-format="left-header"].material #search-outer, body.material[data-header-format="centered-menu-bottom-bar"] #page-header-wrap.fullscreen-header, body #header-outer #mobile-menu:before, .nectar-slide-in-cart.style_slide_in_click {
	background-color: #fff;
}

body .nectar-slide-in-cart:not(.style_slide_in_click) .blockUI.blockOverlay {
	background-color: #fff !important;
}

body #header-outer, body[data-header-color="dark"] #header-outer {
	background-color: rgba(255, 255, 255, 100);
}

.material #header-outer:not(.transparent) .bg-color-stripe {
	display: none;
}

#header-outer #top nav > ul > li > a, #header-outer .slide-out-widget-area-toggle a i.label, #header-outer:not(.transparent) #top #logo, #header-outer:not(.transparent) #top .logo-clone, #header-outer #top .span_9 > .slide-out-widget-area-toggle i, #header-outer #top .sf-sub-indicator i, body[data-header-color="custom"].ascend #boxed #header-outer .cart-menu .cart-icon-wrap i, #header-outer #top nav ul #nectar-user-account a span, #header-outer #top #toggle-nav i, .material #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search, #header-outer:not([data-permanent-transparent="1"]) .mobile-user-account .icon-salient-m-user, #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search, #header-outer #top #mobile-cart-link i, #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, body[data-header-format="left-header"] #header-outer #social-in-menu a, #header-outer #top nav ul #search-btn a span, #search-outer #search input[type="text"], #search-outer #search .search-box__button, #search-outer #search #close a span, body.ascend #search-outer #search #close a span, body.ascend #search-outer #search input[type="text"], .material #search-outer #search .span_12 span, .style_slide_in_click .total, .style_slide_in_click .total strong, .nectar-slide-in-cart.style_slide_in_click h4, .nectar-slide-in-cart.style_slide_in_click .header > span, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list.woocommerce-mini-cart .mini_cart_item a, .style_slide_in_click .woocommerce-mini-cart__empty-message h3 {
	color: #000 !important;
}

body #header-outer .nectar-header-text-content, .nectar-ajax-search-results .search-post-item, .nectar-ajax-search-results ul.products li.product, #header-outer:not(.transparent) .nectar-mobile-only.mobile-header {
	color: #000;
}

.material #header-outer #search-outer input::-webkit-input-placeholder, body[data-header-format="left-header"].material #search-outer input::-webkit-input-placeholder {
	color: #000 !important;
}

#header-outer #top .slide-out-widget-area-toggle a .lines:after, #header-outer #top .slide-out-widget-area-toggle a .lines:before, #header-outer #top .slide-out-widget-area-toggle a .lines-button:after, body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, #search-outer .close-wrap .close-line, #header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line, .nectar-slide-in-cart.style_slide_in_click .close-cart .close-line, .nectar-ajax-search-results h4 a:before {
	background-color: #000;
}

#top nav > ul > .button_bordered > a:before, #header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
	border-color: #000;
}

#header-outer .slide-out-widget-area-toggle a:hover i.label, body #header-outer:not(.transparent) #social-in-menu a i:after, body #header-outer:not(.transparent) #social-in-menu a .nectar-dynamic-social-icon--hover, .ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart, body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart, body #top nav .sf-menu > .current_page_ancestor > a .sf-sub-indicator i, body #top nav .sf-menu > .current_page_item > a .sf-sub-indicator i, #header-outer #top .sf-menu > .sfHover > a .sf-sub-indicator i, #header-outer #top .sf-menu > li > a:hover .sf-sub-indicator i, #header-outer #top nav ul #search-btn a:hover span, #header-outer #top nav ul #nectar-user-account a:hover span, #header-outer #top nav ul .slide-out-widget-area-toggle a:hover span, body:not(.material) #search-outer #search #close a span:hover {
	color: #000 !important;
}

#top .sf-menu > li.nectar-regular-menu-item > a:hover > .nectar-menu-icon, #top .sf-menu > li.nectar-regular-menu-item.sfHover > a > .nectar-menu-icon, #top .sf-menu > li.nectar-regular-menu-item[class*="current-"] > a > .nectar-menu-icon, #header-outer[data-lhe="default"]:not(.transparent) .nectar-header-text-content a:hover {
	color: #000;
}

.nectar-ajax-search-results .search-post-item h5 {
	background-image: linear-gradient(to right, #000 0, #000 100%);
}

#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, #header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, #header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav > ul > li:not([class*="button_"]) > a > span:after, #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after {
	background-color: #000 !important;
}

#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after, body.material #header-outer #search-outer #search input[type="text"], body[data-header-format="left-header"].material #search-outer #search input[type="text"] {
	border-color: #000;
}

#top .sf-menu > li.nectar-regular-menu-item > a > .nectar-menu-icon {
	color: #000;
}

#search-outer .ui-widget-content, body:not([data-header-format="left-header"]) #top .sf-menu li ul, #header-outer nav > ul > .megamenu > .sub-menu, #header-outer .nectar-global-section-megamenu, body #header-outer nav > ul > .megamenu > .sub-menu > li > a, #header-outer .widget_shopping_cart .cart_list a, #header-outer .widget_shopping_cart .cart_list li, #header-outer .widget_shopping_cart_content, .woocommerce .cart-notification, #header-secondary-outer ul ul li a, #header-secondary-outer .sf-menu li ul {
	background-color: #fff;
}

body[data-header-format="left-header"] #header-outer .cart-outer .cart-notification:after {
	border-color: transparent transparent #fff transparent;
}

#search-outer .ui-widget-content li:hover, #search-outer .ui-widget-content .ui-state-hover, #search-outer .ui-widget-header .ui-state-hover, #search-outer .ui-widget-content .ui-state-focus, #search-outer .ui-widget-header .ui-state-focus {
	background-color: #fff !important;
}

#search-outer .ui-widget-content li a, #search-outer .ui-widget-content i, #top .sf-menu li ul li.menu-item a, body #header-outer .widget_shopping_cart .cart_list a, #header-secondary-outer ul ul li a, .woocommerce .cart-notification .item-name, .cart-outer .cart-notification, .woocommerce-mini-cart__empty-message, #header-outer #top .sf-menu li ul .sf-sub-indicator i, #header-outer .widget_shopping_cart .quantity, #header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a, #header-outer .cart-notification .item-name, #header-outer #top nav > ul > .nectar-woo-cart .cart-outer .widget ul a:hover, #header-outer .cart-outer .total strong, #header-outer .cart-outer .total, #header-outer ul.product_list_widget li dl dd, #header-outer ul.product_list_widget li dl dt {
	color: #000 !important;
}

.sf-menu .widget-area-active .widget *, .sf-menu .widget-area-active:hover .widget * {
	color: #000;
}

#top .sf-menu > li li > a > .nectar-menu-icon {
	color: #000;
}

#search-outer .ui-widget-content li:hover *, #search-outer .ui-widget-content .ui-state-focus *, body nav .sf-menu ul .sfHover > a .sf-sub-indicator i, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li:hover > a {
	color: #000 !important;
}

body #header-outer #top nav .sf-menu ul li > a .item_desc {
	color: #707070 !important;
}

body #header-outer #top nav .sf-menu ul .sfHover > a .item_desc, body #header-outer #top nav .sf-menu ul li:hover > a .item_desc, body #header-outer #top nav .sf-menu ul .current-menu-item > a .item_desc, body #header-outer #top nav .sf-menu ul .current_page_item > a .item_desc, body #header-outer #top nav .sf-menu ul .current_page_ancestor > a .item_desc, body #header-outer nav > ul > .megamenu > ul ul li a:focus .item_desc {
	color: #707070 !important;
}

body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a, #header-outer[data-lhe="default"] nav .sf-menu .megamenu ul .current_page_ancestor > a, #header-outer[data-lhe="default"] nav .sf-menu .megamenu ul .current-menu-ancestor > a, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a {
	color: #000 !important;
}

body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li:hover > a, body:not([data-header-format="left-header"]) #header-outer #top nav > ul > .megamenu > ul > li:hover > a, body:not([data-header-format="left-header"]) #header-outer #header-secondary-outer nav > ul > .megamenu > ul > li:hover > a, #header-outer:not([data-format="left-header"]) nav > ul > .megamenu > ul > .current-menu-ancestor.menu-item-has-children > a, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > .current-menu-item > a, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul:hover > a, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a:focus, #header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-item.has-ul > a, #header-outer:not([data-format="left-header"]) nav > ul > .megamenu ul ul .current-menu-ancestor.has-ul > a {
	color: #000 !important;
}

#search-outer .ui-widget-content, body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul, #header-outer nav > ul > .megamenu > .sub-menu, body #header-outer nav > ul > .megamenu > .sub-menu > li > a, #header-outer .widget_shopping_cart .cart_list a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list li, .woocommerce .cart-notification, #header-outer .widget_shopping_cart_content {
	background-color: rgba(255, 255, 255, 100) !important;
}

#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-inline-images .nectar-ocm-image-wrap-outer, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right {
	background-color: #ff7747;
}

body:not(.material) #slide-out-widget-area.slide-out-from-right, #slide-out-widget-area.slide-out-from-right-hover, #slide-out-widget-area-bg.fullscreen, #slide-out-widget-area-bg.fullscreen-split, #slide-out-widget-area-bg.fullscreen-alt .bg-inner, body.material #slide-out-widget-area-bg.slide-out-from-right {
	background: linear-gradient(145deg, #ff7747, #ff7747);
}

body #slide-out-widget-area, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i:before, body #slide-out-widget-area a, body #slide-out-widget-area.fullscreen-alt .inner-wrap > .inner .widget.widget_nav_menu li a, body #slide-out-widget-area.fullscreen-alt .inner-wrap > .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-split .inner-wrap > .inner .widget.widget_nav_menu li a, #slide-out-widget-area.fullscreen-split .inner-wrap > .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-inline-images .inner-wrap > .inner .off-canvas-menu-container li a, body #slide-out-widget-area.fullscreen .menuwrapper li a, body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap > .inner .off-canvas-menu-container li a, body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"], body #slide-out-widget-area .nectar-menu-label {
	color: #fff;
}

body #slide-out-widget-area .nectar-menu-label:before {
	background-color: #fff;
}

#slide-out-widget-area .tagcloud a, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li > a:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li > a:after {
	border-color: #fff;
}

body #slide-out-widget-area .widget h1, body #slide-out-widget-area .widget h2, body #slide-out-widget-area .widget h3, body #slide-out-widget-area .widget h4, body #slide-out-widget-area .widget h5, body #slide-out-widget-area .widget h6 {
	color: #fff;
}

body #slide-out-widget-area[class*="fullscreen"] .current-menu-item > a, body #slide-out-widget-area.fullscreen a:hover, body #slide-out-widget-area.fullscreen-split a:hover, body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .current-menu-item > a, #slide-out-widget-area.slide-out-from-right-hover a:hover, body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after, body #slide-out-widget-area.slide-out-from-right a:hover, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover, #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.current-menu-item > a, #slide-out-widget-area.slide-out-from-right-hover.no-text-effect .inner .off-canvas-menu-container li a:hover, body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"], body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item > a, #slide-out-widget-area .widget .nectar_widget[class*="nectar_blog_posts_"] li:not(.has-img) a:hover .post-title {
	color: #fff !important;
}

body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after, #slide-out-widget-area .tagcloud a:hover {
	border-color: #fff;
}

#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button), #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

#slide-out-widget-area ul .menu-item .nectar-ext-menu-item .menu-title-text {
	background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
	background-color: #fff;
}

@media only screen and (min-width:1000px) {
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close .close-line {
		background-color: #000;
	}
}

#footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
	background-color: #111 !important;
}

#footer-outer #footer-widgets {
	border-bottom: none;
}

body.original #footer-outer #footer-widgets .col ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.original #footer-outer #footer-widgets .col .widget_recent_comments ul li, #footer-outer #footer-widgets .col .widget_recent_comments ul li {
	background-color: rgba(0, 0, 0, .07);
	border-bottom: 0px;
}

#footer-outer, #footer-outer a:not(.nectar-button) {
	color: #fff !important;
}

#footer-outer[data-link-hover="underline"][data-custom-color="true"] #footer-widgets ul:not([class*="nectar_blog_posts"]) a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #fff 0, #fff 100%);
}

#footer-outer #footer-widgets .widget h4, #footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
	color: #fff !important;
}

body #footer-outer #copyright, .ascend #footer-outer #copyright {
	border: none;
	background-color: #111;
}

body #footer-outer #copyright .widget h4, body #footer-outer #copyright li a i, body #footer-outer #copyright p {
	color: #fff;
}

#footer-outer #copyright a:not(.nectar-button) {
	color: #fff !important;
}

body #footer-outer[data-cols="1"] #copyright li a i:after {
	border-color: #fff;
}

body #footer-outer #copyright li a:hover i, body #footer-outer[data-cols="1"] #copyright li a:hover i, body #footer-outer[data-cols="1"] #copyright li a:hover i:after {
	border-color: #fff;
	color: #fff;
}

#footer-outer #copyright a:hover:not(.nectar-button) {
	color: #fff !important;
}

#ajax-content-wrap #footer-outer #copyright {
	border-top: 1px solid #2b2b2b;
}

body #slide-out-widget-area-bg {
	background-color: rgba(0, 0, 0, .8);
}

.single-post #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image:after {
	background-color: #ffae23;
	opacity: .4;
}

.single-post #page-header-bg[data-post-hs="default_minimal"] {
	background-color: #ffae23;
}

:root {
	--header-nav-height: 110px;
}

@media only screen and (max-width:999px) {
	:root {
		--header-nav-height: 89px;
	}
}

@media only screen and (min-width:1000px) {
	:root {
		--nectar-menu-padding: 15px;
	}
	
	#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo, #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 .logo-clone {
		margin-top: -7.5px;
	}
	
	#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav >ul >li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
		margin-bottom: 15px;
	}
	
	#header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
		margin-top: 15px;
		margin-bottom: 15px;
		position: relative;
	}
	
	#header-outer.small-nav #logo, #header-outer.small-nav .logo-clone, #header-outer.small-nav .logo-spacing {
		margin-top: 8.3333333333333px;
		margin-bottom: 8.3333333333333px;
	}
	
	#header-outer.small-nav .logo-clone img, #header-outer.small-nav #logo img, #header-outer.small-nav .logo-spacing img {
		height: 74px;
	}
}

#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
	height: 80px;
}

@media only screen and (min-width:1000px) {
	#header-outer[data-format="centered-menu-bottom-bar"] #top .span_3 {
		margin-bottom: 15px;
	}
	
	#header-outer[data-format="centered-menu-bottom-bar"] #top .span_3:before {
		margin-left: -50vw;
		left: 50%;
		bottom: 0;
		width: 100vw;
		height: 1px;
		content: "";
		z-index: 100;
		background-color: rgba(0, 0, 0, .08);
		position: absolute;
	}
	
	#header-outer[data-format="centered-menu-bottom-bar"].transparent.dark-slide #top .span_3:before {
		background-color: rgba(0, 0, 0, .1);
	}
	
	body.material #header-outer[data-box-shadow="large-line"].transparent:not(.scrolled-down):not(.fixed-menu) {
		box-shadow: 0 1px 0 rgba(255, 255, 255, .25), 0 18px 40px rgba(0, 0, 0, 0);
	}
	
	body.material #header-outer[data-box-shadow="large-line"].transparent.dark-slide:not(.scrolled-down):not(.fixed-menu) {
		box-shadow: 0 1px 0 rgba(0, 0, 0, .1), 0 18px 40px rgba(0, 0, 0, 0);
	}
	
	#header-outer[data-format="centered-menu-bottom-bar"].transparent:not(.dark-slide) #top .span_3:before, body[data-header-color="dark"] #header-outer[data-format="centered-menu-bottom-bar"] #top .span_3:before {
		background-color: rgba(255, 255, 255, .25);
	}
}

:root {
	--nectar-menu-item-spacing: 15px;
}

#header-outer[data-lhe="text_reveal"] #top nav >ul >li[class*="menu-item-btn"] >a, #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a, #top nav > ul > li[class*="button_solid_color"] > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_solid_color"] > a:hover, #header-outer[data-lhe="animated_underline"] #top nav > .sf-menu > li[class*="button_bordered"] > a, #top nav > ul > li[class*="button_bordered"] > a, body #header-outer.transparent #top nav > ul > li[class*="button_bordered"] > a, body #header-outer[data-lhe="default"] #top nav .sf-menu > li[class*="button_bordered"] > a:hover, body #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a, #header-outer[data-lhe="animated_underline"] #top nav > ul > li[class*="button_solid_color"] > a {
	margin-left: 15px;
	margin-right: 15px;
}

#header-outer[data-lhe="default"] #top nav > ul > li > a, #header-outer[data-lhe="text_reveal"] #top nav > ul > li:not([class*="menu-item-btn"]) > a, #header-outer .nectar-header-text-content, body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] .nectar-header-text-content {
	padding-left: 15px;
	padding-right: 15px;
}

#header-outer[data-lhe="animated_underline"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav > ul > li > a {
	margin-left: 11px;
	margin-right: 11px;
}

#header-outer[data-lhe="default"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav > ul > li > a {
	padding-left: 11px;
	padding-right: 11px;
}

#top nav >ul >li >ul >li, #header-outer[data-format="centered-menu"] #top nav >ul >li >ul >li, #header-secondary-outer .sf-menu > li > ul > li, #header-outer .widget_shopping_cart .cart_list, #header-outer .widget_shopping_cart .total, #header-outer .widget_shopping_cart .buttons, #header-outer nav .nectar-global-section-megamenu > .inner {
	transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
}

#header-outer #top .sf-menu > li ul, body #header-outer nav .nectar-global-section-megamenu {
	box-shadow: none;
}

.sf-menu li ul li a .menu-title-text {
	position: relative;
}

.sf-menu li ul li a .menu-title-text:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	display: block;
	content: "";
	transition: transform .35s cubic-bezier(.52, .01, .16, 1);
	transform: scaleX(0);
	transform-origin: 0 0;
	background-color: #000;
}

nav > ul > .megamenu > ul > li > a > .menu-title-text:after, nav > ul > .megamenu > ul > li > ul > .has-ul > a > .menu-title-text:after {
	display: none;
}

.sf-menu li ul li a:focus .menu-title-text:after, .sf-menu li ul li a:hover .menu-title-text:after, .sf-menu li ul li.sfHover > a .menu-title-text:after, .sf-menu li ul li[class*="current-"] > a .menu-title-text:after, .sf-menu ul .open-submenu > a .menu-title-text:after {
	transform: scaleX(1);
}

.nectar-ext-menu-item .menu-title-text {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-image: linear-gradient(to right, #000 0, #000 100%);
	-webkit-transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
	background-position: left bottom;
}

a:hover > .nectar-ext-menu-item .menu-title-text, a:focus > .nectar-ext-menu-item .menu-title-text, li[class*="current"] > a > .nectar-ext-menu-item .menu-title-text {
	background-size: 100% 2px;
}

#header-space {
	height: calc(154px + var(--nectar_hook_before_nav_content_height, 0px));
}

@media only screen and (max-width:999px) {
	#header-space {
		height: calc(89px + var(--nectar_hook_before_nav_content_height, 0px));
	}
}

#header-outer #logo .mobile-only-logo, #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] .span_9 .logo-clone img {
	height: 65px;
}

@media only screen and (max-width:999px) {
	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
		height: 65px !important;
	}
}

#header-outer #social-in-menu .fa-twitter:after, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-twitter:after {
	content: "";
}

#header-outer #social-in-menu .fa-facebook:after, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-facebook:after {
	content: "";
}

#header-outer #social-in-menu .fa-instagram:after, .material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links .fa-instagram:after {
	content: "";
}

#search-outer .ui-widget-content {
	background-color: #1f1f1f;
	border: none;
	border-radius: 0;
	background-image: none;
}

#search-outer .ui-widget-content.nitro-lazy {
	background-image: none !important;
}

#search-outer .ui-widget-content li:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-color: #272727;
	cursor: pointer;
}

#search-outer .ui-widget-content li:hover a {
	background-image: none;
}

#search-outer .ui-widget-content li:hover a.nitro-lazy {
	background-image: none !important;
}

#search-outer .ui-widget-content li:last-child a {
	border: none;
}

#search-outer .ui-widget-content li a {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#search-outer .ui-widget-content img, #search-outer .ui-widget-content i {
	width: 40px;
	height: auto;
	float: left;
	margin-right: 15px;
}

#search-outer .ui-widget-content i {
	line-height: 40px;
	font-size: 22px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 0;
}

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

.ui-menu {
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 2px;
}

.ui-autocomplete {
	cursor: default;
	position: absolute;
}

.ui-menu .ui-menu-item a {
	display: block;
	line-height: 1.5;
	padding: .2em .4em;
	text-decoration: none;
}

#search-outer .ui-widget-content {
	width: 100% !important;
	left: 0 !important;
}

#search-outer .ui-widget-content li {
	line-height: 14px;
	clear: left;
	width: 100%;
	display: block;
	float: left;
	margin: 0;
}

#search-outer .ui-widget-content li .desc {
	position: relative;
	line-height: 14px;
	font-size: 11px;
}

#search-outer .ui-widget-content li a {
	color: #ccc;
	line-height: 1.4em;
	transition: none;
	-webkit-transition: none;
	padding: 15px 15px;
}

#header-outer[data-header-button_style*="hover_scale"] #top nav >ul >li[class*="button_solid_color"] >a:before, #header-outer[data-header-button_style*="hover_scale"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
	transform-origin: top;
}

#header-outer li[class*="menu-item-btn-style"] > a:hover:before {
	transform: scale(1.065) translateY(-50%) !important;
}

#header-outer li[class*="menu-item-btn-style"] > a:hover:after {
	transform: scale(1.07) translateY(-50%) !important;
}

#header-outer[data-header-button_style*="hover_scale"]:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav li[class*="button_solid_color"] >a:hover:before, #header-outer[data-header-button_style*="hover_scale"]:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a:hover:before {
	-webkit-transform: scale(1.07) translateY(-50%);
	transform: scale(1.07) translateY(-50%);
}

#header-outer[data-header-button_style*="hover_scale"][data-format="centered-menu-bottom-bar"] #top nav >ul >li[class*="button_"] >a:hover:before, #header-outer[data-header-button_style*="hover_scale"][data-format="centered-menu-bottom-bar"] #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a:hover:before {
	-webkit-transform: scale(1.07) translateY(-9px);
	transform: scale(1.07) translateY(-9px);
}

@media only screen and (max-width:999px) {
	body {
		--nectar-ocm-icon-width: 1.4rem;
	}
	
	body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.mobile-only-logo.starting-logo {
		transform: translateX(-50%);
		left: 50%;
	}
	
	#header-outer[data-has-menu][data-format] #top .row:not(.menu-items-wrap) {
		display: flex;
		justify-content: center;
	}
	
	#header-outer[data-format="centered-menu-under-logo"] .row, #header-outer[data-format="centered-menu-bottom-bar"] .row {
		flex-direction: row;
	}
	
	#header-outer[data-has-menu][data-format] #top .row .span_3, body[data-header-format] #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3 {
		margin: 0;
		float: none;
		z-index: 30000;
		width: auto !important;
		position: relative;
		left: 0;
	}
	
	#header-outer[data-has-menu][data-format].material-search-open #top .row .span_3 #logo {
		pointer-events: none;
	}
	
	#header-outer #top .row .col.span_9, body[data-header-format] #header-outer[data-format="centered-menu-bottom-bar"] #top .row .span_9, body[data-header-format] #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9 {
		width: 100% !important;
		display: flex !important;
		flex-direction: row;
		align-items: center;
	}
	
	#header-outer #top .row .col.span_9 .slide-out-widget-area-toggle {
		order: 1;
		padding: 0 10px 0 0;
	}
	
	#header-outer #top .col.span_9 .mobile-search {
		order: 2;
	}
	
	#header-outer #top .col.span_9 .nectar-mobile-only.mobile-header {
		order: 5;
		margin-left: 8px;
	}
	
	#header-outer #top .col.span_9 .mobile-user-account {
		order: 3;
		margin-left: auto;
	}
	
	#header-outer #top .col.span_9 #mobile-cart-link {
		order: 4;
		padding-right: 0;
	}
	
	#header-outer #mobile-cart-link .cart-wrap {
		right: -9px;
	}
	
	body[data-cart="false"] #header-outer #top .col.span_9 .mobile-user-account {
		padding-right: 0;
	}
	
	body:not([data-user-account-button="true"])[data-cart="false"] #header-outer #top .col.span_9 .mobile-search, body[data-cart="false"][data-user-account-button="false"][data-header-search="false"] #header-outer #top .col.span_9 .nectar-mobile-only.mobile-header {
		padding-right: 0;
		margin-left: auto;
	}
	
	#header-outer #top .col.span_9 .nectar-mobile-only.mobile-header ul > li:last-child {
		margin-right: 0;
	}
	
	body:not([data-user-account-button="true"]) #header-outer #top .col.span_9 #mobile-cart-link {
		margin-left: auto;
	}
	
	#header-outer .logo-spacing {
		display: none;
	}
}

.off-canvas-menu-container .nectar-menu-icon-img, #header-outer #mobile-menu .nectar-menu-icon-img {
	display: none;
}

body.original #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn {
	margin-left: 22px;
}

@media only screen and (max-width:999px) {
	#search-outer #search #close a:before, body[data-header-format="left-header"] #search-outer #search #close a:before, body.material #header-outer #search-outer #search #close a:before {
		height: 28px;
		width: 28px;
		margin: -14px 0 0 -14px;
	}
	
	.material #search-outer #search #close a span {
		font-size: 13px;
		height: 13px;
		line-height: 13px;
		top: 6px;
	}
	
	#search-outer #search #close a span {
		font-size: 16px;
		height: 16px;
		line-height: 16px;
	}
	
	.ascend #search-outer #search #close a span {
		top: 0;
	}
	
	.ascend #search-outer #search #close a {
		height: 20px;
	}
	
	#search-outer #search #close a {
		height: 14px;
	}
	
	#search-outer #search #close, body.material #header-outer #search-outer #search #close {
		top: 0;
		right: -5px;
	}
	
	#search-outer #search #close a, body.material #header-outer #search-outer #search #close a {
		right: 8px;
		top: 9px;
	}
	
	body.original #search-outer #search #close a {
		top: 50%;
		transform: translateY(-50%);
	}
}

body[data-bg-header="true"][data-header-search="true"].ascend #header-outer.transparent[data-has-menu="false"] #top nav ul #search-btn a:after, body[data-bg-header="true"][data-header-search="true"].ascend #header-outer[data-has-menu="false"] #top nav ul #search-btn a:after, body[data-bg-header="true"][data-header-search="true"] #header-outer[data-has-menu="false"] #top nav ul #search-btn a:after {
	border: none;
	display: none;
}

#search-outer {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
	overflow: visible;
	display: none;
	background-color: #fff;
}

#search-box .search-box__button {
	opacity: 0;
	position: absolute;
	top: 50%;
	height: 42px;
	margin-top: -3px;
	transform: translateY(-50%);
	right: 55px;
	background-color: rgba(0, 0, 0, .05) !important;
	color: inherit;
	pointer-events: none;
	padding: 5px 15px;
	border: none;
}

@media only screen and (min-width:1000px) {
	#search-box .search-box__button:focus {
		pointer-events: auto;
		outline: 2px solid var(--nectar-accent-color);
		opacity: 1;
	}
}

#search-box {
	position: relative;
}

#search-outer .container {
	overflow: visible;
	width: 100%;
}

#search-outer #search input[type=text] {
	width: 100%;
	color: #888;
	font-size: 43px;
	line-height: 43px;
	position: relative;
	padding: 0;
	background-color: transparent;
	border: 0;
	transition: none;
	box-shadow: none;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#search-outer >#search form {
	width: 92%;
	float: left;
}

#search-outer #search #close {
	list-style: none;
}

#search-outer #search #close a {
	position: absolute;
	right: 0;
	top: 24px;
	display: block;
	width: 24px;
	height: 17px;
	line-height: 22px;
	z-index: 10;
}

#search-outer #search #close a span:not(.close-line) {
	color: #a0a0a0;
	font-size: 18px;
	height: 20px;
	line-height: 19px;
	background-color: transparent;
	transition: color .2s ease;
}

#search-outer >#search #close a:hover span {
	color: #000;
}

#header-outer #search {
	position: relative;
}

body #search-outer #search #close a span {
	font-size: 20px;
}

@media only screen and (min-width :1px) and (max-width :999px) {
	.original #search-outer #search input[type="text"], body[data-header-format="left-header"]:not(.material) #search-outer #search input[type="text"] {
		font-size: 24px;
		border-bottom-width: 2px;
	}
	
	.original #search-outer .container {
		width: 100%;
	}
	
	body.material #search-outer #search form input[type="text"][name] {
		font-size: 16px;
		line-height: 40px;
		border-bottom-width: 2px;
		padding-right: 50px;
	}
	
	body.material #search-outer, .material #search-outer .bg-color-stripe {
		height: 30vh;
	}
	
	body.material #search-outer {
		min-height: 200px;
	}
	
	body.material #search-outer .col {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:2600px) {
	.ascend.using-mobile-browser #search {
		height: 100%;
	}
	
	.ascend.using-mobile-browser #search #search-box {
		top: 20px;
	}
}

@media screen and (max-width:999px) {
	.material #header-outer.transparent .bg-color-stripe, .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe, .material #header-outer[data-transparent-header].transparent .bg-color-stripe, .material #header-outer[data-transparent-header]:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
		height: 200px;
		top: 0;
	}
	
	body.material #search-outer, body.material #header-outer #search-outer {
		height: 200px;
		transform: translate3d(0, -200px, 0);
	}
	
	body.material #header-outer[data-using-secondary="1"] #search-outer {
		top: auto;
		margin-top: -13px;
	}
	
	html.material #search-outer .bg-color-stripe {
		height: 200px;
		top: 0;
	}
	
	#search-outer #search-box, #search-outer #search #close, #header-outer #search-outer #search-box, #header-outer #search-outer #search #close {
		transform: translate3d(0, 200px, 0);
	}
}

body.material #search-outer {
	background-color: transparent;
	height: 35vh;
	position: absolute;
	transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
	transform: translate3d(0, -35vh, 0);
	z-index: 2000 !important;
	padding: 0;
	top: -1px;
}

body.material[data-header-search="false"] #search-outer {
	visibility: hidden;
}

body.material #search-outer.perma-trans {
	position: fixed;
}

body.material.admin-bar #search-outer.perma-trans {
	top: 32px;
}

body.material #search-outer #search .container {
	height: auto !important;
	float: none;
	width: 100%;
}

.material #header-outer.transparent .bg-color-stripe, .material #search-outer .bg-color-stripe {
	height: 35vh;
	top: 0;
}

body[data-header-color="dark"] #header-outer .bg-color-stripe, body[data-header-color="dark"].material #header-outer #search-outer:before {
	background-color: #000;
}

#header-outer .bg-color-stripe, #search-outer .bg-color-stripe, #header-outer #search-outer:before {
	transition: transform .8s cubic-bezier(.2, 1, .3, 1);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: block;
	background-color: #fff;
	transform: scaleY(0);
	transform-origin: top;
}

.material #header-outer #search-outer:before {
	content: "";
	transform: none;
	backface-visibility: hidden;
}

body.material[data-header-inherit-rc="true"] #header-outer #search-outer:before {
	display: none;
}

body.material[data-header-inherit-rc="true"] #search-outer {
	background-color: inherit;
}

#header-outer.material-search-open .bg-color-stripe, #search-outer.material-open .bg-color-stripe {
	transform: scaleY(1);
}

.material #search-outer {
	display: block;
	overflow: hidden;
}

#search-outer #search {
	max-width: 1200px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
}

.material #search-outer #search, .material #header-outer #search-outer #search {
	padding: 0;
}

#search-outer #search-box, #search-outer #search #close {
	transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
	transform: translate3d(0, 35vh, 0);
	opacity: 0;
}

body.material #search-outer.material-open, body.material #header-outer #search-outer.material-open {
	transform: translate3d(0, 0vh, 0);
}

#search-outer.material-open #search-box, #search-outer.material-open #search #close, #header-outer #search-outer.material-open #search-box, #header-outer #search-outer.material-open #search #close {
	transform: translate3d(0, 0vh, 0);
	opacity: 1;
}

body #search-outer #search input[type="text"] {
	height: auto !important;
	text-transform: none;
	color: #000;
	border-radius: 0;
	border-bottom: 2px solid #3452ff;
}

body #search-outer #search input[type="text"], body.material #search-outer #search form input[type="text"] {
	font-size: 60px;
}

body.material #search-outer #search input[type="text"] {
	line-height: 60px;
}

@media only screen and (min-width:1000px) {
	body #search-outer #search input[type="text"] {
		height: 90px !important;
	}
	
	body.material #search-outer #search #search-box input[type="text"] {
		line-height: 90px;
	}
}

body[data-header-color="custom"] #search-outer #search .span_12 span {
	opacity: .7;
}

body[data-header-color="light"] #header-outer #search-outer input::-webkit-input-placeholder {
	color: #000;
}

body[data-header-color="dark"] #header-outer #search-outer input::-webkit-input-placeholder {
	color: #fff;
}

#header-outer #search-outer input::-webkit-input-placeholder, #header-outer #search-outer input::-moz-placeholder {
	color: #888;
}

body.material #search-outer > #search form {
	width: 100%;
	float: none;
}

#header-outer.light-text #search-outer input[type="text"], body[data-header-color="dark"] #header-outer #search-outer input[type="text"] {
	border-color: #fff;
}

#header-outer.light-text #search-outer #search .span_12 span, body[data-header-color="dark"] #header-outer #search-outer #search .span_12 span {
	color: rgba(255, 255, 255, .6);
}

#header-outer.light-text #search-outer #search #close a span, body[data-header-color="dark"] #header-outer #search-outer #search #close a span, body[data-header-color="dark"] .nectar-ajax-search-results .search-post-item, body[data-header-color="dark"] .nectar-ajax-search-results ul.products li.product {
	color: #fff;
}

#header-outer.light-text #search-outer input::-webkit-input-placeholder, body[data-header-color="dark"] #header-outer #search-outer input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

#header-outer.light-text #search-outer input::-moz-placeholder, body[data-header-color="dark"] #header-outer #search-outer input::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

#search-outer #search #close {
	position: absolute;
	right: 40px;
}

body[data-ext-responsive="false"].material #search-outer #search #close {
	right: 0;
}

body[data-ext-responsive="false"].material #search-outer #search #close a {
	right: 15px;
}

body.material #search-outer #search input[type="text"] {
	padding-right: 70px;
}

body.material #search-outer #search #close a {
	right: 64px;
	top: 16px;
}

[data-header-color="dark"] #search-outer #search #close a:before {
	background-color: rgba(255, 255, 255, .1);
}

#search-outer #search .span_12 span {
	display: block;
	color: rgba(0, 0, 0, .4);
	margin-top: 15px;
}

@media only screen and (max-width:999px) {
	#search-outer #search .span_12 span {
		display: none;
	}
}

body.material #search-outer #search #close a span {
	color: #000;
}

body #search-outer .ui-widget-content {
	top: 90px;
}

@media only screen and (min-width:1000px) {
	.material #header-outer.transparent .bg-color-stripe {
		top: 0px;
		height: 225px;
	}
	
	.material #header-outer:not(.transparent) .bg-color-stripe {
		top: 154px;
		height: calc(225px - 154px);
	}
	
	.material #header-outer:not(.transparent).fixed-menu .bg-color-stripe {
		top: 154px;
		height: calc(225px - 44px);
	}
	
	body.material [data-format="centered-menu-bottom-bar"][data-condense="true"].fixed-menu #search-outer {
		top: 110px;
	}
}

@media only screen and (max-width:999px) {
	.material #header-outer.transparent .bg-color-stripe, .material #header-outer[data-transparent-header].transparent .bg-color-stripe, .material #header-outer[data-transparent-header]:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
		top: 0px;
		height: 100px;
	}
	
	.material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe {
		top: 89px;
		height: calc(100px - 89px);
	}
}

body.material[data-header-inherit-rc="true"] #search-outer {
	background-color: transparent;
}

.material:not([data-header-format="left-header"]) #header-outer:not(.transparent) .bg-color-stripe {
	display: block;
}

.material #header-outer #search-outer:not(.material-open):before {
	transform: scaleY(0);
}

.material #header-outer #search-outer:before {
	transition: transform .8s cubic-bezier(.2, 1, .3, 1);
}

#search-outer:not(.material-open) {
	pointer-events: none;
}

body.material #search-outer {
	min-height: 225px;
	height: auto;
}

body.material #header-outer:not([data-format="left-header"]) #search-outer {
	transform: none;
	-webkit-transform: none;
}

body[data-header-format="left-header"].material #search-outer, body.material #header-outer #search-outer {
	height: auto;
}

@media only screen and (min-width:1000px) {
	body[data-header-format="left-header"] #search-outer:not(.material-open) #search {
		transform: translate3d(0, 225px, 0);
		-webkit-transform: translate3d(0, 225px, 0);
	}
}

#search-outer #search {
	overflow: hidden;
	-webkit-transition: transform .8s cubic-bezier(.2, 1, .3, 1);
	transition: transform .8s cubic-bezier(.2, 1, .3, 1);
	transform: translate3d(0, -225px, 0);
	-webkit-transform: translate3d(0, -225px, 0);
}

#search-outer #search-box, #search-outer #search #close {
	transform: translate3d(0, 225px, 0);
	-webkit-transform: translate3d(0, 225px, 0);
}

#search-outer.material-open #search {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

#search-outer #search {
	height: 225px;
}

#search-outer .nectar-ajax-search-results {
	background-color: #fff;
	max-height: 0;
}

#search-outer.material-open .nectar-ajax-search-results {
	transition: transform .8s cubic-bezier(.2, .6, .4, 1), max-height .8s cubic-bezier(.2, .6, .4, 1);
}

#header-outer.material-search-open .bg-color-stripe {
	transition: transform .8s cubic-bezier(.2, 1, .3, 1);
}

[data-header-inherit-rc="true"] #header-outer.material-search-open .bg-color-stripe {
	transition: transform .8s cubic-bezier(.2, 1, .3, 1), background-color .3s;
}

.results-shown #search-outer #search, .results-shown #search-outer #search-box, .results-shown #search-outer #search #close {
	-webkit-transition: transform .4s cubic-bezier(.2, .6, .4, 1) 0s, opacity .4s cubic-bezier(.2, .6, .4, 1) .2s;
	transition: transform .4s cubic-bezier(.2, .6, .4, 1) .2s, opacity .4s cubic-bezier(.2, .6, .4, 1) .2s;
}

#header-outer:not([data-format="left-header"]).results-shown header {
	transition: all .2s ease .3s;
}

.results-shown #search-outer .nectar-ajax-search-results {
	transition: transform .3s cubic-bezier(.68, .01, 1, 1), max-height .3s cubic-bezier(.68, .01, 1, 1);
}

#header-outer.results-shown .bg-color-stripe {
	transition: transform .4s cubic-bezier(.16, .46, .3, 1) .3s;
}

#search-outer .nectar-ajax-search-results .inner {
	max-height: calc(100vh - 225px);
	padding-bottom: 30px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.admin-bar #search-outer .nectar-ajax-search-results .inner {
	max-height: calc(100vh - 282px);
}

@media screen and (max-width:999px) {
	#header-outer[data-format="left-header"].material-search-open header {
		opacity: 0;
	}
	
	body[data-header-format="left-header"].admin-bar.material #search-outer {
		top: 32px;
	}
	
	body[data-header-format="left-header"].material #search-outer, body[data-header-format="left-header"].material[data-header-inherit-rc="true"] #search-outer {
		background-color: transparent;
	}
	
	body[data-header-format="left-header"] #search-outer, body.material #header-outer #search-outer {
		min-height: 100px;
		height: auto;
		transform: none;
		-webkit-transform: none;
	}
	
	#header-outer #search-outer #search-box, #header-outer #search-outer #search #close {
		transform: translate3d(0, 100px, 0);
		-webkit-transform: translate3d(0, 100px, 0);
	}
	
	#search-outer #search {
		height: 100px;
		transform: translate3d(0, -100px, 0);
		-webkit-transform: translate3d(0, -100px, 0);
	}
	
	#search-outer .nectar-ajax-search-results .inner {
		max-height: calc(100vh - 100px);
	}
	
	.admin-bar #search-outer .nectar-ajax-search-results .inner {
		max-height: calc(100vh - 152px);
	}
}

#search-outer .nectar-ajax-search-results .inner::-webkit-scrollbar {
	width: 10px;
}

#search-outer .nectar-ajax-search-results .inner::-webkit-scrollbar {
	background-color: rgba(0, 0, 0, .07);
}

#search-outer .nectar-ajax-search-results .inner::-webkit-scrollbar:hover {
	background-color: rgba(0, 0, 0, .09);
}

#search-outer .nectar-ajax-search-results .inner::-webkit-scrollbar:hover {
	background-color: rgba(0, 0, 0, .11);
}

#search-outer .nectar-ajax-search-results .inner::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .25);
	background-clip: padding-box;
	min-height: 10px;
}

#search-outer .products li.product.minimal:hover {
	box-shadow: rgba(0, 0, 0, .08) 0 0 0 1px, rgba(0, 0, 0, .05) 0 3px 8px;
}

#search-outer .background-color-expand {
	display: none;
}

#search-outer .products li.product.minimal {
	border-radius: 6px;
	transition: box-shadow .25s ease, opacity .6s cubic-bezier(.2, .6, .4, 1), transform .6s cubic-bezier(.2, .6, .4, 1);
}

#search-outer ul.products li.minimal.product .product-wrap {
	overflow: hidden;
}

#search-outer .products li.product.minimal:hover .product-meta .price {
	opacity: 1;
}

#search-outer .products li.product.minimal.hover-bound:hover .product-meta {
	transform: none;
}

#search-outer .products li.product.minimal:hover .product-add-to-cart a {
	display: none;
}

#search-outer .woocommerce ul.products .text_on_hover.product .add_to_cart_button, #search-outer .products li.product .nectar_quick_view {
	display: none;
}

.nectar-ajax-search-results li.product .woocommerce-loop-product__title {
	color: inherit;
}

@media only screen and (min-width:1000px) {
	#search-outer ul.products {
		width: 101.5%;
		padding: 3px;
	}
	
	#search-outer ul.products > li:nth-child(6) {
		display: none;
	}
	
	#search-outer ul.products li.product {
		width: 18.4%;
		margin: 0 1.5% 1.5% 0;
	}
}

.nectar-ajax-search-results h5 {
	color: inherit;
	display: inline;
}

.nectar-ajax-search-results h5 a {
	position: relative;
}

@media only screen and (min-width:1000px) {
	body.material #search-outer #search #search-box input[type="text"] {
		font-size: 32px;
		line-height: 1;
		height: 60px !important;
	}
	
	#search-outer #search .span_12 form > span {
		position: absolute;
		bottom: -40px;
		left: 0;
	}
	
	#search-outer #search #close {
		top: 50%;
		margin-top: -28px;
	}
}

#header-outer[data-box-shadow="large"], body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="0"]:not(.transparent):not(.invisible), body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="1"]:not(.transparent) {
	box-shadow: 0 3px 45px rgba(0, 0, 0, .15);
}

#header-outer[data-transparent-header="true"] #logo img {
	transition: height .32s ease;
}

@media only screen and (max-width:999px) {
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close {
		right: auto;
		left: 340px;
	}
	
	html body[data-slide-out-widget-area-style="slide-out-from-right"].material .ocm-effect-wrap {
		-webkit-transform-origin: left;
		transform-origin: left;
	}
	
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .ocm-effect-wrap.material-ocm-open {
		-webkit-transform: scale(.835) translateX(465px) translateZ(0) !important;
		transform: scale(.835) translateX(465px) translateZ(0) !important;
	}
}

@media only screen and (max-width:999px) {
	body #slide-out-widget-area.slide-out-from-right {
		right: auto;
		left: 0;
	}
	
	body #slide-out-widget-area.slide-out-from-right-hover {
		transform: translate3d(-101%, 0, 0);
		-webkit-transform: translate3d(-101%, 0, 0);
		-ms-transform: translate3d(-101%, 0, 0);
		right: auto;
		left: 0;
		opacity: 0;
		transition: transform .7s cubic-bezier(.25, 1, .2, 1), opacity .2s ease .3s;
	}
	
	body #slide-out-widget-area.slide-out-from-right-hover.open {
		transition: transform .7s cubic-bezier(.25, 1, .2, 1), opacity .1s ease 0s;
	}
	
	body .slide-out-hover-icon-effect.small {
		left: 27px;
		right: auto;
	}
}

@media only screen and (max-width:450px) {
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close {
		display: none;
	}
	
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .ocm-effect-wrap.material-ocm-open {
		-webkit-transform: scale(.835) translateX(93vw) translateZ(0) !important;
		transform: scale(.835) translateX(93vw) translateZ(0) !important;
	}
}

body:not(.material) #slide-out-widget-area.slide-out-from-right:not(.open) {
	-webkit-transform: translate(301px, 0px) !important;
	transform: translate(301px, 0px) !important;
}

body #slide-out-widget-area.slide-out-from-right-hover {
	opacity: 0;
	transition: transform .7s cubic-bezier(.25, 1, .2, 1), opacity .2s ease .3s;
}

body #slide-out-widget-area.slide-out-from-right-hover.open {
	opacity: 1;
	transition: transform .7s cubic-bezier(.25, 1, .2, 1), opacity .1s ease 0s;
}

#header-outer:not(.transparent) {
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.lines:before, body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before {
	width: calc(var(--nectar-ocm-icon-width, 22px) * .75);
}

body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-widget-area-toggle.mobile-icon .lines:before, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before, #header-outer .left-aligned-ocm .lines:before {
	width: calc(var(--nectar-ocm-icon-width, 22px) * .75) !important;
}

@media only screen and (max-width:999px) {
	.slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
		width: calc(var(--nectar-ocm-icon-width, 22px) * .75);
	}
}

:root {
	--nectar-ocm-icon-width: 22px;
}

@media only screen and (max-width:999px) {
	:root {
		--nectar-ocm-icon-width: 1.4rem;
	}
}

.nectar-skip-to-content:focus {
	position: fixed;
	left: 6px;
	top: 7px;
	height: auto;
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 23px 14px;
	background: #f1f1f1;
	color: #000;
	z-index: 100000;
	line-height: normal;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav > ul > li:not([class*="button_"]) > a .menu-title-text:after, body #header-outer .mobile-header li:not([class*="button_"]) > a .menu-title-text:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a .menu-title-text:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li > a:after, #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li a span:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after, body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after, .masonry.material .masonry-blog-item .meta-category a:before, .post-area.featured_img_left .meta-category a:before, .related-posts[data-style="material"] .meta-category a:before, .nectar-recent-posts-single_featured .grav-wrap .text a:before, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before, [data-style="list_featured_first_row"] .meta-category a:before, body #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after, .sf-menu li ul li a .menu-title-text:after, #ajax-content-wrap .portfolio-filters-inline[data-color-scheme*="-underline"] ul li a:after, .nectar-post-grid-filters a:after, .nectar-post-grid .meta-category a:before {
	transform-origin: right;
	transition: transform .3s cubic-bezier(.25, 0, .4, 1), border-color .35s cubic-bezier(.52, .01, .16, 1);
}

body #header-outer .mobile-header li:not([class*="button_"]) > a:hover .menu-title-text:after, #header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav > ul > li:not([class*="button_"]) > a:hover .menu-title-text:after, #header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav > ul > li.sfHover:not([class*="button_"]) > a .menu-title-text:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:hover:after, #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a:hover .menu-title-text:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:hover:after, #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li a:hover span:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .nectar-menu-item-with-icon:hover .menu-title-text:after, body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon:hover .menu-title-text:after, .masonry.material .masonry-blog-item .meta-category a:hover:before, .related-posts[data-style="material"] .meta-category a:hover:before, .post-area.featured_img_left .meta-category a:hover:before, .nectar-recent-posts-single_featured .grav-wrap .text a:hover:before, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before, [data-style="list_featured_first_row"] .meta-category a:hover:before, .masonry.material .masonry-blog-item .meta-category a:focus:before, .related-posts[data-style="material"] .meta-category a:focus:before, .post-area.featured_img_left .meta-category a:focus:before, .nectar-recent-posts-single_featured .grav-wrap .text a:focus:before, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before, [data-style="list_featured_first_row"] .meta-category a:focus:before, body #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:hover:after, .sf-menu li ul li a:hover .menu-title-text:after, .sf-menu li ul li.sfHover > a .menu-title-text:after, #ajax-content-wrap .portfolio-filters-inline[data-color-scheme*="-underline"] ul li a:hover:after, .nectar-post-grid-filters a:hover:after, .nectar-post-grid-filters a.active:after, .nectar-post-grid .meta-category a:hover:before {
	transform-origin: left;
}

#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button), #slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button), #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button), .nectar-quick-view-box .single_add_to_cart_button_wrap a span, .products li.product.minimal .product-add-to-cart a span, .products li.product.minimal .product-add-to-cart .added_to_cart, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-error a, .woocommerce-message a, .woocommerce-MyAccount-content .woocommerce-message a.button, #search-results .result .title a, a > .nectar-ext-menu-item .menu-title-text, .nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta a:not(.remove), body .woocommerce-checkout-review-order-table .product-info h4 a, body.woocommerce-cart .product-name a, .woocommerce .woocommerce-breadcrumb a, .nectar-ajax-search-results .search-post-item h5, .nectar-category-grid[data-style="mouse_follow_image"] .nectar-category-grid-item .cat-heading, .nectar-underline h1, .nectar-underline h2, .nectar-underline h3, .nectar-underline h4, .nectar-underline h5, .nectar-underline .post-heading, .nectar-underline-target-paragraph .nectar-underline-target-paragraph__target, .nectar-link-underline a span, .nectar-shop-header > .woocommerce-ordering .select2-container--default:hover .select2-selection__rendered, .nectar-shop-header > .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection__rendered, .variations_form .variations .select2-container--default:hover .select2-selection__rendered, .variations_form .variations .select2-container--default.select2-container--open .select2-selection__rendered, body .variations_form .variations select:hover, .woocommerce div.product .woocommerce-review-link, .woocommerce.single-product div.product_meta a {
	background-position: right bottom;
}

#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button):hover, #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button):hover, #slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button):hover, #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button):hover, .nectar-quick-view-box .single_add_to_cart_button_wrap a:hover span, .products li.product.minimal .product-add-to-cart a:hover span, .products li.product.minimal .product-add-to-cart .added_to_cart:hover, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control.active, .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a, .woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-error a:hover, .woocommerce-message a:hover, .woocommerce-MyAccount-content .woocommerce-message a.button:hover, #search-results .result .title a:hover, a:hover > .nectar-ext-menu-item .menu-title-text, a:focus > .nectar-ext-menu-item .menu-title-text, li[class*="current"] > a > .nectar-ext-menu-item .menu-title-text, .nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta a:hover:not(.remove), body .woocommerce-checkout-review-order-table .product-info h4 a:hover, body.woocommerce-cart .product-name a:hover, .woocommerce .woocommerce-breadcrumb a:hover, .nectar-ajax-search-results .search-post-item:hover h5, .nectar-category-grid[data-style="mouse_follow_image"] .nectar-category-grid-item:hover .cat-heading, .nectar-underline:hover h1, .nectar-underline:hover h2, .nectar-underline:hover h3, .nectar-underline:hover h4, .nectar-underline:hover h5, .nectar-underline:hover .post-heading, .nectar-underline-target-paragraph:hover .nectar-underline-target-paragraph__target, .nectar-link-underline a:hover span, .active-tab .nectar-link-underline a span, .nectar-link-underline a[class*="active"] span, .nectar-post-grid-item:hover .nectar-link-underline span, .nectar-shop-header > .woocommerce-ordering .select2-container--default .select2-selection__rendered, .woocommerce-ordering .select2-container--default .select2-selection__rendered, .variations_form .variations .select2-container--default .select2-selection__rendered, body .variations_form .variations select, .woocommerce div.product .woocommerce-review-link:hover, .woocommerce.single-product div.product_meta a:hover {
	background-position: left bottom;
}

body #header-outer .mobile-header li:not([class*="button_"]) > a .menu-title-text:after, #header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) nav > ul > li:not([class*="button_"]) > a .menu-title-text:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after, body #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .nectar-menu-item-with-icon .menu-title-text:after, #header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li >a .menu-title-text:after, #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li > a:after, #slide-out-widget-area.fullscreen-inline-images .inner .off-canvas-menu-container li > a span:after {
	border-top-width: 1px;
}

.nectar-cta[data-style="underline"] .link_wrap .link_text:after {
	border-bottom-width: 1px;
}

:root {
	--nectar-border-thickness: 1px;
}

.masonry.material .masonry-blog-item .meta-category a:before, .post-area.featured_img_left .meta-category a:before, .related-posts[data-style="material"] .meta-category a:before, .nectar-recent-posts-single_featured .grav-wrap .text a:before, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before, [data-style="list_featured_first_row"] .meta-category a:before, #header-outer[data-lhe="animated_underline"] .nectar-header-text-content a:after, .sf-menu li ul li a .menu-title-text:after, #ajax-content-wrap .portfolio-filters-inline[data-color-scheme*="-underline"] ul li a:after, .nectar-post-grid-filters a:after, .nectar-post-grid .meta-category a:before {
	height: 1px;
}

#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button), #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button), #slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button), #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button), .nectar-quick-view-box .single_add_to_cart_button_wrap a span, .products li.product.minimal .product-add-to-cart a span, .products li.product.minimal .product-add-to-cart .added_to_cart, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-error a, .woocommerce-message a, .woocommerce-MyAccount-content .woocommerce-message a.button, #search-results .result .title a, a > .nectar-ext-menu-item .menu-title-text, .nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta a:not(.remove), body .woocommerce-checkout-review-order-table .product-info h4 a, body.woocommerce-cart .product-name a, .woocommerce .woocommerce-breadcrumb a, .nectar-ajax-search-results .search-post-item h5, .nectar-category-grid[data-style="mouse_follow_image"] .nectar-category-grid-item .cat-heading, .nectar-underline h1, .nectar-underline h2, .nectar-underline h3, .nectar-underline h4, .nectar-underline h5, .nectar-underline .post-heading, .nectar-underline-target-paragraph .nectar-underline-target-paragraph__target, .nectar-shop-header > .woocommerce-ordering .select2-container--default:hover .select2-selection__rendered, .nectar-shop-header > .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection__rendered, .variations_form .variations .select2-container--default:hover .select2-selection__rendered, .variations_form .variations .select2-container--default.select2-container--open .select2-selection__rendered, body .variations_form .variations select:hover, .woocommerce div.product .woocommerce-review-link, .woocommerce.single-product div.product_meta a, .nectar-link-underline a span {
	background-size: 0 1px;
}

#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button):hover, #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button):hover, #slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button):hover, #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button):hover, .nectar-quick-view-box .single_add_to_cart_button_wrap a:hover span, .products li.product.minimal .product-add-to-cart a:hover span, .products li.product.minimal .product-add-to-cart .added_to_cart:hover, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control.active, .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a, .woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-error a:hover, .woocommerce-message a:hover, .woocommerce-MyAccount-content .woocommerce-message a.button:hover, #search-results .result .title a:hover, a:hover > .nectar-ext-menu-item .menu-title-text, a:focus > .nectar-ext-menu-item .menu-title-text, li[class*="current"] > a > .nectar-ext-menu-item .menu-title-text, .nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta a:hover:not(.remove), body .woocommerce-checkout-review-order-table .product-info h4 a:hover, body.woocommerce-cart .product-name a:hover, .woocommerce .woocommerce-breadcrumb a:hover, .nectar-ajax-search-results .search-post-item:hover h5, .nectar-category-grid[data-style="mouse_follow_image"] .nectar-category-grid-item:hover .cat-heading, .nectar-underline:hover h1, .nectar-underline:hover h2, .nectar-underline:hover h3, .nectar-underline:hover h4, .nectar-underline:hover h5, .nectar-underline:hover .post-heading, .nectar-underline-target-paragraph:hover .nectar-underline-target-paragraph__target, .active-tab .nectar-link-underline a span, .nectar-shop-header > .woocommerce-ordering .select2-container--default .select2-selection__rendered, .woocommerce-ordering .select2-container--default .select2-selection__rendered, .variations_form .variations .select2-container--default .select2-selection__rendered, body .variations_form .variations select, .woocommerce div.product .woocommerce-review-link:hover, .woocommerce.single-product div.product_meta a:hover, .nectar-post-grid-item:hover .nectar-link-underline span, .nectar-link-underline a:hover span, .nectar-link-underline a[class*="active"] span {
	background-size: 100% 1px;
}

.nectar-link-underline-effect a {
	background-size: 100% 1px;
}

@keyframes nectar_ltr_line_animation_start {
	0% {
		background-size: 0 1px;
	}
	
	100% {
		background-size: 100% 1px;
	}
}

@keyframes nectar_ltr_line_animation {
	0% {
		background-size: 100% 1px;
	}
	
	100% {
		background-size: 0 1px;
	}
}

#header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) nav > ul > li:not([class*="button_"]) > a .menu-title-text:after {
	bottom: -4px;
}

.span_12.light .wpb_text_column a {
	transition: .3s ease opacity, .3s ease color;
}

.span_12.light .wpb_text_column a:not(:hover) {
	opacity: .7;
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2, .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2, .full-width-content .vc_span12 .swiper-slide .content h2 {
		font-size: 45px !important;
		line-height: 51px !important;
	}
	
	.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p, .full-width-content .vc_span12 .swiper-slide .content p {
		font-size: 18px !important;
		line-height: 31.2px !important;
	}
}

@media only screen and (min-width :691px) and (max-width :999px) {
	.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2, .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2, .full-width-content .vc_span12 .swiper-slide .content h2 {
		font-size: 33px !important;
		line-height: 39px !important;
	}
	
	.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p, .full-width-content .vc_span12 .swiper-slide .content p {
		font-size: 13.2px !important;
		line-height: 24px !important;
	}
}

@media only screen and (max-width :690px) {
	.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, .full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2, .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
		font-size: 15px !important;
		line-height: 21px !important;
	}
	
	.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
		font-size: 10px !important;
		line-height: 17.52px !important;
	}
}

:root {
	--wp--style--root--padding-left: 70px;
	--wp--style--root--padding-right: 70px;
	--container-padding: 70px;
	--nectar-resp-container-padding: 70px;
}

@media only screen and (min-width:1000px) {
	.container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
		max-width: 1425px;
		width: 100%;
		margin: 0 auto;
		padding: 0px 70px;
	}
	
	body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container), .nectar-recent-posts-slider .flickity-page-dots, #nectar_fullscreen_rows[data-footer="default"] #footer-widgets .container, #nectar_fullscreen_rows[data-footer="default"] #copyright .container {
		padding: 0px 70px !important;
	}
	
	.swiper-slide .content {
		padding: 0px 70px;
	}
	
	body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
		width: 100% !important;
		padding: 0 !important;
	}
	
	body .carousel-heading .container .carousel-next {
		right: 10px;
	}
	
	body .carousel-heading .container .carousel-prev {
		right: 35px;
	}
	
	.carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link {
		left: 70px;
	}
	
	.carousel-wrap[data-full-width="true"] .carousel-heading {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-next {
		right: 70px;
	}
	
	#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-prev {
		right: 95px;
	}
	
	.carousel-wrap[data-full-width="true"] {
		padding: 0;
	}
	
	.carousel-wrap[data-full-width="true"] .caroufredsel_wrapper {
		padding: 20px;
	}
	
	#search-outer #search #close a {
		right: 70px;
	}
	
	body.material #search-outer #search #close {
		right: 70px;
	}
	
	body.material #search-outer #search #close a {
		right: 12px;
	}
}

@media only screen and (min-width:1000px) {
	.container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
		max-width: 2000px;
	}
}

:root {
	--container-width: 2000px;
}

html body {
	--wp--style--global--content-size: 2000px;
	--wp--style--global--wide-size: 2300px;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	padding: 4px;
}

body[data-fancy-form-rcs="1"] .variations select {
	padding: 8px;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
	height: auto;
	background-color: transparent;
	border-color: #e0e0e0;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98);
	transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98);
}

body[data-fancy-form-rcs="1"].woocommerce-checkout .select2-container--default .select2-selection--single {
	color: #555;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover .select2-arrow b:after {
	-webkit-transition: border-color .15s cubic-bezier(.39, .71, .56, .98);
	transition: border-color .15s cubic-bezier(.39, .71, .56, .98);
}

body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-dropdown {
	border: none;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-dropdown {
	box-shadow: 0 6px 28px rgba(0, 0, 0, .08);
}

body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input {
	font-size: 14px;
}

body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after, body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b, body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection__arrow b {
	border-top-color: #fff;
}

body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice .select2-arrow b:after, body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b, body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: #fff;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	width: 30px;
	top: 0;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 10px;
	padding-right: 30px;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-dropdown {
	color: #000;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 20px;
	line-height: 1.9;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 12px;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option[aria-selected=true], body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f0f0f0 !important;
}

body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-above .select2-search input, body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-below .select2-search input, body[data-fancy-form-rcs="1"] .select2-drop .select2-search input[type="text"] {
	padding: 0 4px !important;
	margin-top: 7px !important;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover, body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover >.select2-chosen, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice, body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice >.select2-chosen {
	color: #fff !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

body[data-fancy-form-rcs="1"].admin-bar .select2-drop.select2-drop-above.select2-drop-active {
	margin-top: -33px;
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
	padding-top: 12px;
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap label {
	padding-bottom: 0;
	font-size: 12px;
	display: inline-block;
	color: #acacac !important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering select, body[data-fancy-form-rcs="1"] select {
	color: inherit;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected], body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default:hover .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	color: inherit !important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow b, body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default:hover .select2-selection--single .select2-selection__arrow b {
	border-top-color: inherit;
	transition: transform .3s ease;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: inherit transparent transparent transparent;
	border-width: 5px 4px 0 4px;
	transform: rotate(180deg);
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-bottom-color: inherit;
}

body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
	color: #fff !important;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
	color: #fff;
}

body {
	--wc-form-border-color: #aaa;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], input[type=number], textarea, .woocommerce input#coupon_code {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1em;
}

body[data-fancy-form-rcs="1"] .variations select, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
	padding-top: 15px;
	padding-bottom: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.2em;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1em;
}

body[data-fancy-form-rcs="1"] .checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

body[data-fancy-form-rcs="1"] .checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}

body[data-fancy-form-rcs="1"] .checkout .select2-container .select2-selection--single .select2-selection__arrow b {
	margin: 0;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

body[data-form-submit="default"] .container-wrap input[type=submit], body[data-form-submit="regular"] .container-wrap input[type=submit], body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn), body[data-form-submit="see-through"] .container-wrap input[type=submit], body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn), body[data-button-style="rounded"].ascend .container-wrap input[type="submit"], body[data-button-style="rounded"].ascend .container-wrap button[type="submit"]:not(.search-widget-btn), .wc-proceed-to-checkout .button.checkout-button, .woocommerce #order_review #payment #place_order, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button, .nectar-post-grid-wrap .load-more, .row .wpforms-form button[type="submit"], .fluentform button[type=submit] {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-right: 35px !important;
	padding-left: 35px !important;
	line-height: 1.2em;
}

span.wpcf7-not-valid-tip, .woocommerce input#coupon_code, body[data-fancy-form-rcs="1"] .select2-container, body[data-fancy-form-rcs="1"] .select2-drop, body[data-fancy-form-rcs="1"] .select2-search, .select2-search input, body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"] {
	font-size: 16px;
}

.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=password], .container-wrap input[type=tel], .container-wrap input[type=url], .container-wrap input[type=search], .container-wrap input[type=date], .container-wrap input[type=number], .container-wrap textarea, .container-wrap select, body input[type=text], body input[type=email], body input[type=password], body input[type=tel], body input[type=url], body input[type=search], body input[type=date], body input[type=number], body textarea, body select, body > #review_form_wrapper.modal input[type=text], body > #review_form_wrapper.modal textarea, body > #review_form_wrapper.modal select, body > #review_form_wrapper.modal input[type=email], .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single, .woocommerce input#coupon_code, .material.woocommerce-page[data-form-style="default"] input#coupon_code, body[data-form-style="minimal"] input[type="text"], body[data-form-style="minimal"] textarea, body[data-form-style="minimal"] input[type="email"], body[data-form-style="minimal"] input[type=password], body[data-form-style="minimal"] input[type=tel], body[data-form-style="minimal"] input[type=url], body[data-form-style="minimal"] input[type=search], body[data-form-style="minimal"] input[type=date], body[data-form-style="minimal"] input[type=number], body[data-form-style="minimal"] select {
	background-color: #fff;
	border-color: #aaa;
	font-size: 16px;
	border-width: 1px;
}

.container-wrap input[type=text]:hover, .container-wrap input[type=email]:hover, .container-wrap input[type=password]:hover, .container-wrap input[type=tel]:hover, .container-wrap input[type=url]:hover, .container-wrap input[type=search]:hover, .container-wrap input[type=date]:hover, .container-wrap input[type=number]:hover, .container-wrap textarea:hover, .container-wrap select:hover, body > #review_form_wrapper.modal input[type=text]:hover, body > #review_form_wrapper.modal textarea:hover, body > #review_form_wrapper.modal select:hover, body > #review_form_wrapper.modal input[type=email]:hover, .select2-container--default .select2-selection--single:hover, .woocommerce input#coupon_code:hover, .material.woocommerce-page[data-form-style="default"] input#coupon_code:hover, body[data-form-style="minimal"] input[type="text"]:hover, body[data-form-style="minimal"] textarea:hover, body[data-form-style="minimal"] input[type="email"]:hover, body[data-form-style="minimal"] input[type=password]:hover, body[data-form-style="minimal"] input[type=tel]:hover, body[data-form-style="minimal"] input[type=url]:hover, body[data-form-style="minimal"] input[type=search]:hover, body[data-form-style="minimal"] input[type=date]:hover, body[data-form-style="minimal"] input[type=number]:hover, body[data-form-style="minimal"] select:hover {
	border-color: #0a0a0a;
}

.blog-archive-header .col.section-title, .blog-archive-header .inner-wrap {
	text-align: center;
}

@media only screen and (min-width:1000px) {
	.blog-archive-header .col.section-title p, .blog-archive-header .inner-wrap p {
		padding: 0 22%;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.blog-archive-header .col.section-title p, .blog-archive-header .inner-wrap p {
		padding: 0 15%;
	}
}

.comment-list .bypostauthor .comment-author cite.fn {
	--nectar-author-text: "Author";
}

.comment-list .bypostauthor .comment-author cite.fn:after {
	display: inline-block;
	padding: 4px 8px;
	margin-left: 5px;
	line-height: 1;
	font-size: 11px;
	color: #fff;
	border-radius: 15px;
	content: var(--nectar-author-text);
	background-color: var(--nectar-accent-color);
}

.comment-list .bypostauthor .comment-author cite.fn, .comment-list .bypostauthor .comment-author cite.fn a {
	display: flex;
	align-items: center;
}

.comment-list .says {
	display: none;
}

body.original .bypostauthor .comment-body:before {
	display: none;
}

body .comment-list .comment-meta {
	line-height: 20px;
	font-size: 12px;
}

#ajax-content-wrap .bypostauthor > .comment-body > .comment-author > img.avatar {
	border: none;
}

#ajax-loading-screen .reveal-1 {
	background-color: #fff;
}

#ajax-loading-screen .reveal-2 {
	background-color: #fff;
}

@keyframes nectar_material_loader_colors {
	0% {
		stroke: #3452ff;
	}
	
	50% {
		stroke: #3452ff;
	}
	
	100% {
		stroke: #3452ff;
	}
}

.nectar-inherit-border-radius, body[data-button-style^="rounded"] .nectar-cta:not([data-style="material"]) .link_wrap, body[data-button-style^="rounded"] .nectar-button.see-through, body[data-button-style^="rounded"] .nectar-button.see-through-2, body[data-button-style^="rounded"] .nectar-button.see-through-3, body[data-button-style^="rounded"] .portfolio-filters-inline .container ul li a, body[data-button-style^="rounded"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before, body[data-button-style^="rounded"] #to-top, body[data-button-style^="rounded"] .flex-direction-nav a, body[data-button-style^="rounded"] #pagination span, body[data-button-style^="rounded"] #pagination a, body[data-button-style^="rounded"] #pagination .next.inactive, body[data-button-style^="rounded"] #pagination .prev.inactive, body[data-button-style^="rounded"].woocommerce nav.woocommerce-pagination ul li a, body[data-button-style^="rounded"].woocommerce .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style^="rounded"] .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style^="rounded"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body[data-button-style^="rounded"] #infscr-loading, body[data-button-style^="rounded"] input[type=submit], body[data-button-style^="rounded"] button[type=submit], body[data-button-style^="rounded"] input[type="button"], body[data-button-style^="rounded"] button, body[data-button-style^="rounded"] .nectar-button, body[data-button-style^="rounded"] .swiper-slide .button a, body[data-button-style^="rounded"] #top nav > ul > li[class*="button_solid_color"] > a:before, body[data-button-style^="rounded"] #top nav > ul > li[class*="button_bordered"] > a:before, body[data-button-style^="rounded"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button, body[data-button-style^="rounded"] #header-outer .widget_shopping_cart a.button, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button, li[class*="menu-item-btn-style"] > a:before, li[class*="menu-item-btn-style"] > a:after {
	border-radius: 200px !important;
	-webkit-border-radius: 200px !important;
	box-shadow: none;
	-ms-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
	transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1);
}

.nectar-shop-filters .nectar-shop-filter-trigger, body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering .select2-selection--single, body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select, .nectar-menu-label:before, #slide-out-widget-area.fullscreen-inline-images .menuwrapper li.back >a, .nectar-ext-menu-item__button, .nectar-post-grid .meta-category .style-button {
	border-radius: 200px;
}

.wp-block-search__inside-wrapper {
	gap: 10px;
}

:root {
	--nectar-border-radius: 200px;
}

body[data-button-style*="rounded_shadow"] .wp-block-button > .wp-block-button__link:hover, body[data-button-style*="rounded_shadow"] .nectar-button:hover, body[data-button-style*="rounded_shadow"] .nectar-button:focus, body[data-button-style*="rounded_shadow"].ascend .nectar-button.see-through:hover, body[data-button-style*="rounded_shadow"] input[type="submit"]:hover, body[data-button-style*="rounded_shadow"] input[type="submit"]:focus, body[data-button-style*="rounded_shadow"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body[data-button-style*="rounded_shadow"] .swiper-slide .button a:hover, body[data-button-style="rounded_shadow"].ascend .nectar-button.see-through-2:hover, body[data-button-style*="rounded_shadow"].ascend .nectar-button:hover, body[data-button-style*="rounded_shadow"] .sharing-default-minimal .nectar-love:hover, body[data-button-style="rounded_shadow"] .sharing-default-minimal .nectar-social-inner > a:hover, body[data-button-style*="rounded_shadow"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover, body[data-button-style*="rounded_shadow"] .container-wrap input[type="submit"]:hover, body[data-button-style="rounded_shadow"] .container-wrap button[type="submit"]:hover, body[data-button-style="rounded_shadow"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

@media only screen and (min-width:1000px) {
	#footer-widgets[data-cols="5"] .container .row >div {
		width: 19.5%;
	}
	
	#footer-widgets[data-cols="5"] .container .row >div:first-child {
		width: 35%;
	}
}

body[data-col-gap="50px"] .wpb_row:not(.full-width-section):not(.full-width-content):not(:last-child) {
	margin-bottom: 50px;
}

@media only screen and (min-width:691px) and (max-width:999px) {
	.col, body .vc_row-fluid .wpb_column {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width:690px) {
	.wpb_column:not([class*="vc_col-xs"]) {
		margin-bottom: 50px;
	}
}

body[data-col-gap="50px"] .vc_row-fluid .span_12 {
	margin-left: -25px;
	margin-right: -25px;
}

body[data-col-gap="50px"] .vc_row-fluid .wpb_column {
	padding-left: 25px;
	padding-right: 25px;
}

@media only screen and (max-width:999px) and (min-width:691px) {
	body[data-col-gap="50px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) > .span_12 > .one-fourths:not([class*="vc_col-xs-"]), body[data-col-gap="50px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row > .span_12 > .one-fourths:not([class*="vc_col-xs-"]) {
		margin-bottom: 50px;
	}
}

.nectar-waypoint-el {
	transition: transform 1500ms cubic-bezier(.25, 1, .5, 1), opacity 450ms ease;
}

.woocommerce #sidebar .widget_layered_nav ul li a {
	padding-left: 25px !important;
}

body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:before, body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:before, body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:before {
	top: 14px;
}

body.material #header-outer[data-transparent-header="true"] .cart-outer .cart-notification, body.material #header-outer[data-transparent-header="true"] .cart-outer .widget_shopping_cart {
	margin-top: 0;
}

#header-outer .nectar-woo-cart .widget_shopping_cart, #header-outer .nectar-woo-cart .cart-notification {
	top: 100%;
}

#header-outer .nectar-woo-cart .cart-menu-wrap {
	position: relative;
	width: auto;
	overflow: visible;
	right: auto !important;
}

.woocommerce #sidebar div ul li, .material.woocommerce #sidebar div ul li {
	padding: 3px 0;
}

body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li:first-child a:before, body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li a:before, body:not(.ascend).woocommerce-page.material #sidebar .widget_layered_nav ul li a:before, body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li a:after, body:not(.ascend).woocommerce-page.material #sidebar .widget_layered_nav ul li a:after {
	top: 50%;
	margin-top: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

body:not(.ascend).material #sidebar .widget.woocommerce li:first-child > .count {
	top: 6px;
}

body:not(.ascend) #sidebar .widget.woocommerce li .count {
	top: 6px;
}

body.woocommerce-page.material .product-categories .children {
	margin-top: 3px;
}

#header-outer:not([data-format="left-header"]) .cart-menu .cart-icon-wrap {
	height: 22px;
	line-height: 22px;
}

body.material #header-outer:not([data-format="left-header"]) .cart-menu {
	position: relative;
	right: auto;
	padding: 0;
	background-color: transparent;
	top: auto;
}

body[data-header-format="left-header"] #header-outer .cart-outer {
	-webkit-transition: opacity .35s cubic-bezier(.12, .75, .4, 1);
	transition: opacity .35s cubic-bezier(.12, .75, .4, 1);
}

body[data-header-format="left-header"] #header-outer.material-search-open .cart-outer {
	opacity: 0;
	pointer-events: none;
}

body.material #header-outer[data-format="left-header"] .cart-menu > a, body[data-header-format="left-header"].material #header-outer nav ul li .cart-menu > a {
	padding: 0;
}

body.material #header-outer:not([data-format="left-header"]) .cart-wrap {
	margin-right: 0;
	top: -5px;
	right: -9px;
	color: #fff;
}

@media only screen and (max-width:999px) {
	body.material #header-outer[data-format="left-header"] .cart-wrap {
		margin-right: 0;
		top: -5px;
		right: -9px;
		color: #fff;
	}
}

#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
	left: 0;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
	font-size: 20px;
}

.icon-salient-cart:before, body.material .icon-salient-cart:before {
	content: "";
}

.material #header-outer a.cart-contents .cart-wrap span:before {
	display: none;
}

#header-outer .cart-wrap {
	font-size: 11px;
}

#header-outer a.cart-contents .cart-wrap span {
	visibility: hidden;
}

body.material #header-outer a.cart-contents .cart-wrap span {
	border-radius: 99px;
	font: bold 11px/16px Arial;
	line-height: 18px;
	width: 18px;
	padding: 0 1px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
}

#header-outer .static a.cart-contents span {
	visibility: visible;
}

#header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

body.material #header-outer .cart-menu {
	border-left: 1px solid rgba(0, 0, 0, .07);
	background-color: transparent;
}

@media only screen and (min-width:1000px) {
	.woocommerce.archive #sidebar.span_3, .woocommerce.single #sidebar.span_3 {
		width: 21%;
	}
	
	.woocommerce.archive #sidebar.span_3.col_last {
		width: 20%;
	}
	
	.woocommerce.archive .post-area.span_9, .woocommerce.single .post-area.span_9 {
		width: 75.5%;
	}
	
	.woocommerce.single .post-area.span_9:not(.col_last) {
		margin-right: 0;
		padding-right: 20px;
	}
	
	.woocommerce.single #sidebar.span_3.col_last {
		margin-left: 2%;
	}
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce .container-wrap nav.woocommerce-pagination ul li span {
	border-radius: 0 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	top: -7px !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	transition: transform .2s ease, box-shadow .2s ease;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	box-shadow: 0 0 0 10px #000 inset;
	transition: box-shadow .2s ease;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	transform: scale(1.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, .2) !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	box-shadow: none !important;
	border: 0 !important;
}

.woocommerce .actions .button {
	height: auto !important;
	padding: 14px !important;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li {
	padding: 20px 20px;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity {
	line-height: 12px;
}

.nectar-slide-in-cart:not(.style_slide_in_click) .widget_shopping_cart .cart_list li span.quantity {
	display: block;
}

.nectar-slide-in-cart {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 100000;
	-ms-transform: translateX(107%);
	transform: translateX(107%) translateZ(0);
	-webkit-transform: translateX(107%) translateZ(0);
}

.nectar-slide-in-cart, .nectar-slide-in-cart.style_slide_in_click > .inner {
	-webkit-transition: all .8s cubic-bezier(.2, 1, .3, 1);
	transition: all .8s cubic-bezier(.2, 1, .3, 1);
}

.nectar-slide-in-cart.open {
	-ms-transform: translateX(0%);
	transform: translateX(0%) translateZ(0);
	-webkit-transform: translateX(0%) translateZ(0);
}

.nectar-slide-in-cart .widget_shopping_cart {
	position: relative;
	height: 100%;
	left: 0;
	top: 0;
	display: block !important;
	opacity: 1 !important;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list > li:first-child {
	padding-top: 0;
	min-height: 98px;
}

.nectar-slide-in-cart .widgettitle {
	display: none;
}

.nectar-slide-in-cart .total, .nectar-slide-in-cart .woocommerce.widget_shopping_cart .total {
	padding: 20px 0 20px;
}

.nectar-slide-in-cart.style_slide_in_click .total .tax_label {
	margin-left: 7px;
}

body .nectar-slide-in-cart ul.product_list_widget li dl dd {
	color: inherit;
}

body .nectar-slide-in-cart ul.product_list_widget li dl {
	width: 220px;
}

body .nectar-slide-in-cart .total, body .nectar-slide-in-cart .total strong {
	color: #000;
}

.nectar-slide-in-cart {
	background-color: #fff;
}

.nectar-slide-in-cart:not(.style_slide_in_click) {
	box-shadow: 0 3px 20px rgba(0, 0, 0, .09);
}

.nectar-slide-in-cart:not(.style_slide_in_click) .widget_shopping_cart_content {
	height: 100%;
	padding: 35px;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item > a {
	font-size: 18px;
	line-height: 24px;
}

.nectar-slide-in-cart .widget_shopping_cart .buttons a {
	display: block;
	padding: 20px;
	font-size: 16px;
	margin-top: 8px;
	margin-left: 0;
}

body .nectar-slide-in-cart:not(.style_slide_in_click) .woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	right: 0;
	height: 23px;
	width: 23px;
	padding: 3px !important;
	line-height: 14px;
	margin: 0;
	font-size: 24px;
	transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
	-webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
}

.nectar-slide-in-cart:not(.style_slide_in_click) .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
	transform: rotate(90deg) translateZ(0);
	-webkit-transform: rotate(90deg) translateZ(0);
}

body .nectar-slide-in-cart .widget_shopping_cart .cart_list a img {
	width: 75px;
	height: auto;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list {
	display: block !important;
	max-height: 65%;
	overflow-y: auto;
	overflow-x: hidden;
	width: 300px;
}

.nectar-slide-in-cart:not(.style_slide_in_click) .widget_shopping_cart .cart_list a img, .nectar-slide-in-cart:not(.style_slide_in_click) .widget_shopping_cart .cart_list .no-permalink img {
	position: absolute;
	left: 0;
	float: none;
}

.nectar-slide-in-cart:not(.style_slide_in_click) .widget_shopping_cart .cart_list li {
	padding-left: 100px;
	min-height: 112px;
	border-bottom: 1px solid #eee;
}

body .nectar-slide-in-cart ul.product_list_widget li dl {
	clear: none;
	float: none;
	margin-bottom: 10px;
}

body.admin-bar .nectar-slide-in-cart .widget_shopping_cart {
	top: 32px;
}

.nectar-slide-in-cart:not(.style_slide_in_click) .woocommerce.widget_shopping_cart .total {
	border: 0;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list {
	width: 100%;
}

.nectar-slide-in-cart.style_slide_in .widget_shopping_cart .cart_list {
	max-width: 300px;
}

@media only screen and (max-width:850px) and (-webkit-min-device-pixel-ratio:2) {
	body .nectar-slide-in-cart {
		transform: translateX(50%);
		opacity: 0;
		pointer-events: none;
	}
	
	body .nectar-slide-in-cart.open {
		opacity: 1;
		pointer-events: all;
		transform: translateX(0%);
	}
	
	body .nectar-slide-in-cart.style_slide_in_click > .inner {
		-webkit-transform: none;
		transform: none;
	}
}

.nectar-slide-in-cart .widget_shopping_cart_content {
	height: 100%;
	padding: 40px;
}

.nectar-slide-in-cart.style_slide_in_click .close-cart {
	transition: opacity .2s ease;
}

body:not(.material) .nectar-slide-in-cart.style_slide_in_click .close-cart:hover {
	opacity: .55;
}

.nectar-slide-in-cart.style_slide_in_click .woocommerce.widget_shopping_cart .total {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

body .nectar-slide-in-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
	float: none;
	margin-left: 0;
	margin-bottom: 0;
	border: none;
	font-size: inherit;
	height: auto;
	line-height: 17px;
	width: auto;
	transition: opacity .2s ease;
}

body .nectar-slide-in-cart .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
	opacity: .55;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list {
	max-height: none;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li {
	padding: 20px 0;
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li:first-child {
	border-top: none;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
	width: 600px;
}

body .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list a img {
	float: left;
}

.nectar-slide-in-cart.style_slide_in_click {
	overflow: hidden;
}

.nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta .product-details > a:not(.remove) {
	display: inline;
}

.nectar-slide-in-cart.style_slide_in_click .buttons a {
	margin-right: 0;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list {
	flex: 1;
}

.nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__total, .nectar-slide-in-cart.style_slide_in_click .nectar-inactive {
	margin-top: auto;
}

.nectar-slide-in-cart.style_slide_in_click .nectar-inactive {
	cursor: not-allowed;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content .nectar-inactive a {
	opacity: .3;
	pointer-events: none;
	filter: grayscale(1);
}

.nectar-slide-in-cart.style_slide_in_click > .inner {
	-webkit-transform: translateX(-107%);
	transform: translateX(-107%);
	height: 100%;
}

.style_slide_in_click .cart_list .product-meta a:not(.remove) {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-image: linear-gradient(to right, #000 0, #000 100%);
	-webkit-transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
	transition: background-size .55s cubic-bezier(.2, .75, .5, 1);
	background-position: left bottom;
}

.style_slide_in_click .cart_list .product-meta a:hover:not(.remove) {
	background-size: 100% 2px;
}

.nectar-slide-in-cart.style_slide_in_click.open > .inner {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.style_slide_in_click .product-meta {
	display: flex;
	position: relative;
	flex: 1;
}

.style_slide_in_click .product-meta > .product-details {
	width: 50%;
	padding-right: 30px;
	line-height: 1.5;
	align-self: center;
}

.style_slide_in_click .product-meta > .quantity {
	flex: 1;
	display: flex;
	align-items: center;
}

.style_slide_in_click .product-meta .modify > .quantity {
	margin: 0;
}

.style_slide_in_click .product-meta > .quantity > * {
	display: inline-block;
}

.style_slide_in_click .product-meta > .quantity .product-price {
	margin-left: auto;
}

.style_slide_in_click .product-meta > .quantity .product-price > * {
	display: block;
	line-height: 1 !important;
}

.style_slide_in_click .product-meta > .quantity .amount bdi {
	font-size: 16px;
}

.style_slide_in_click .product-meta > .quantity .modify {
	min-width: 100px;
}

body .nectar-slide-in-cart ul.product_list_widget li dl {
	width: auto;
	line-height: 1.5;
	margin: 5px 0 0 0;
	padding-left: 0;
	border-left: none;
}

.nectar-slide-in-cart.nectar-slide-in-cart .widget_shopping_cart {
	height: calc(100% - 45px);
	top: 38px;
}

body.admin-bar .nectar-slide-in-cart.nectar-slide-in-cart .widget_shopping_cart {
	top: 70px;
	height: calc(100% - 75px);
}

#slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta .product-details {
	line-height: 1.4;
}

body #slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta .product-details > a {
	max-width: 100%;
	margin-bottom: 0;
	display: inline;
}

body #slide-out-widget-area .widget_shopping_cart .cart_list li {
	padding-bottom: 35px;
}

body #slide-out-widget-area ul.product_list_widget li img {
	width: 75px;
}

#slide-out-widget-area .widget_shopping_cart .qty {
	color: inherit;
}

body #slide-out-widget-area .widget_shopping_cart .woocommerce-Price-amount {
	display: block;
}

#slide-out-widget-area .woocommerce.widget_shopping_cart .cart_list li a.remove.with_text {
	margin-bottom: 10px;
}

@media only screen and (max-width:690px) {
	.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content {
		width: 90vw;
	}
	
	.style_slide_in_click .product-meta > .product-details {
		width: 57%;
	}
	
	.nectar-slide-in-cart .widget_shopping_cart_content {
		padding: 30px;
	}
	
	.nectar-slide-in-cart.style_slide_in_click .inner > .header {
		left: 30px;
		width: calc(100% - 60px);
	}
	
	.style_slide_in_click .product-meta > .quantity {
		align-items: flex-end;
		flex-direction: column-reverse;
	}
	
	.style_slide_in_click .product-meta > .quantity .modify {
		margin-top: 25px;
	}
}

.ascend .cart .quantity input.qty {
	height: 46px;
	width: 46px;
}

.woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
	width: auto !important;
}

.woocommerce div.product form.cart div.quantity {
	width: auto;
}

.cart .quantity input.plus, .cart .quantity input.minus, .woocommerce-mini-cart .quantity input.plus, .woocommerce-mini-cart .quantity input.minus {
	color: #666;
	width: 35px;
	height: 35px;
	text-shadow: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	border: none;
	position: relative;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	transition: all .25s ease;
	border-radius: 50px !important;
	line-height: 24px !important;
	font-size: 18px;
	background-color: #fff;
	-webkit-appearance: none;
	font-family: "Open Sans";
	font-weight: 400;
}

#slide-out-widget-area .woocommerce-mini-cart .quantity input.plus, #slide-out-widget-area .woocommerce-mini-cart .quantity input.minus {
	width: 30px;
	height: 30px;
}

.cart .quantity input.plus:hover, .cart .quantity input.minus:hover, .woocommerce-mini-cart .quantity input.plus:hover, .woocommerce-mini-cart .quantity input.minus:hover {
	box-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}

.cart .quantity input.plus:hover, .cart .quantity input.minus:hover, .woocommerce-mini-cart .quantity input.plus:hover, .woocommerce-mini-cart .quantity input.minus:hover {
	color: #fff !important;
}

.cart .quantity input.qty, .woocommerce-mini-cart .quantity input.qty {
	border: none;
	margin: 0 10px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0;
	font-size: 20px;
	font-family: "Open Sans";
	font-weight: 700;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	width: 46px;
	position: relative;
}

.cart .quantity input.qty.nitro-lazy, .woocommerce-mini-cart .quantity input.qty.nitro-lazy {
	background-image: none !important;
}

.cart .quantity input.qty, body[data-form-style="minimal"] .woocommerce-mini-cart .quantity input.qty {
	color: inherit;
}

.entry-summary .cart .quantity input.qty {
	color: #000;
}

@media only screen and ( max-width:690px ) {
	.style_slide_in_click .woocommerce-mini-cart .quantity input.plus, .style_slide_in_click .woocommerce-mini-cart .quantity input.minus {
		height: 22px;
		width: 22px;
	}
}

@media only screen and (max-width:770px) {
	.woocommerce .cart .quantity {
		width: auto !important;
	}
}

@media only screen and (min-width:1000px) {
	.woocommerce #sidebar .widget.woocommerce > ul, .woocommerce #sidebar .widget.widget_product_tag_cloud > div, .woocommerce #sidebar .widget.woocommerce-widget-layered-nav > .woocommerce-widget-layered-nav-dropdown {
		display: block !important;
	}
}

@media only screen and (max-width:999px) {
	.woocommerce #sidebar > div, .woocommerce #sidebar > div.widget, .woocommerce #sidebar .inner > div.widget {
		margin-bottom: 0;
	}
	
	.woocommerce #sidebar .widget.woocommerce {
		margin-top: 8px;
		position: relative;
	}
	
	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4 {
		margin-bottom: 0;
	}
	
	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4 {
		cursor: pointer;
		line-height: 34px;
		padding-left: 35px;
		font-size: 14px;
	}
	
	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:before {
		content: " ";
		top: 10px;
		left: 14px;
		width: 2px;
		margin-left: -2px;
		height: 14px;
		position: absolute;
		background-color: #888;
		-ms-transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
		transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
		-webkit-transition: -webkit-transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
	}
	
	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:after {
		content: " ";
		top: 18px;
		left: 6px;
		margin-top: -2px;
		width: 14px;
		height: 2px;
		position: absolute;
		background-color: #888;
		-ms-transition: background-color .15s ease;
		transition: background-color .15s ease;
		-webkit-transition: background-color .15s ease;
	}
	
	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter).open-filter h4:before {
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
	}
	
	.woocommerce #sidebar .widget.woocommerce:not(.no-widget-title) > ul, .woocommerce #sidebar .widget.widget_product_tag_cloud > div, .woocommerce #sidebar .widget.woocommerce-widget-layered-nav > .woocommerce-widget-layered-nav-dropdown {
		display: none;
		padding-left: 35px;
	}
}

@media only screen and (min-width:1000px) {
	.single-product .nectar-prod-wrap {
		display: flex;
	}
	
	.single-product .row > .product[data-gallery-style][data-tab-pos] .single-product-summary, .single-product .row > .product[data-gallery-style][data-tab-pos] .summary.entry-summary, .single-product .product[data-tab-pos] .summary.entry-summary {
		flex: 1;
		min-width: 340px;
		width: auto;
	}
	
	.single-product .row > .product[data-gallery-style] .single-product-main-image, .single-product .product[data-gallery-style] .single-product-main-image {
		width: 35%;
		margin-right: 5%;
	}
	
	.woocommerce-tabs[data-tab-style="fullwidth"] #reviews #comments {
		margin-right: 5%;
	}
	
	.woocommerce-tabs[data-tab-style="fullwidth"] #reviews #comments, .woocommerce-tabs[data-tab-style="fullwidth"] #reviews #review_form_wrapper {
		width: 47.5%;
	}
}

.woocommerce div.product .nectar-prod-wrap form.cart div.quantity {
	display: flex;
	margin-right: 30px;
	align-items: center;
}

.nectar-prod-wrap .cart .flex-break {
	flex-basis: 100%;
	height: 0;
}

.woocommerce-page .nectar-prod-wrap button.single_add_to_cart_button {
	margin-top: 0;
	flex: 1;
}

.nectar-prod-wrap .woocommerce-variation-add-to-cart, .woocommerce div.product .nectar-prod-wrap form.cart:not(.variations_form):not(.grouped_form), .woocommerce div.product .nectar-prod-wrap form.cart.cart_group.bundle_form .cart.bundle_data .bundle_button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.nectar-prod-wrap form.cart.grouped_form .single_add_to_cart_button, .woocommerce div.product .nectar-prod-wrap form.cart.cart_group.bundle_form .cart.bundle_data {
	width: 100%;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button, body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.single-product[data-header-format="left-header"] div.product .cart div.quantity, .single-product[data-header-format="left-header"] .container-wrap button[type=submit].single_add_to_cart_button {
	margin-top: 10px;
}

.woocommerce div.product .nectar-prod-wrap .cart div.quantity.hidden {
	width: 0px;
	margin: 0;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single:hover, body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection--single, body[data-fancy-form-rcs="1"] .woocommerce-ordering select {
	background-color: transparent !important;
	border: none !important;
}

.woocommerce.archive #page-header-wrap + .container-wrap {
	padding-top: 20px;
}

.woocommerce.archive #page-header-wrap + .container-wrap .woocommerce-breadcrumb {
	margin-bottom: 20px;
}

.woocommerce.archive #page-header-wrap .inner-wrap {
	max-width: 300px;
}

.woocommerce.archive #page-header-bg[data-alignment="center"] .inner-wrap {
	margin: 0 auto;
}

.woocommerce.archive #page-header-bg[data-alignment="right"] .span_6 {
	display: flex;
	justify-content: flex-end;
}

.woocommerce.archive #page-header-wrap, .woocommerce.archive #page-header-bg {
	height: auto !important;
}

.woocommerce.archive #page-header-bg[data-bg-pos="top"] .page-header-bg-image {
	background-position: center;
}

.woocommerce.archive #page-header-bg {
	padding: 8% 0;
}

.woocommerce.archive #page-header-bg .span_6 {
	-webkit-transform: none;
	transform: none;
	top: 0;
}

#page-header-wrap.align-content-right .span_6 {
	display: flex;
	justify-content: flex-end;
}

#page-header-wrap.align-content-center .span_6 {
	display: flex;
	justify-content: center;
}

#page-header-wrap.align-content-left .span_6 {
	display: flex;
	justify-content: flex-start;
}

#page-header-wrap.align-text-right .span_6 {
	text-align: right;
}

#page-header-wrap.align-text-center .span_6 {
	text-align: center;
}

#page-header-wrap.align-text-left .span_6 {
	text-align: left;
}

.single-product-main-image.col {
	float: none;
}

.woocommerce.single-product div.product div.summary {
	margin-bottom: 0;
	float: none;
}

.woocommerce.single-product [data-tab-pos*="full"] div.product_meta:last-child {
	margin-bottom: 3px;
}

.woocommerce div.product .single-product-main-image div.images .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image img {
	margin-bottom: 0;
}

.woocommerce.single-product div.product .single-product-main-image div.images .woocommerce-product-gallery__image a {
	display: block;
	padding: 3px;
	cursor: zoom-in;
}

.woocommerce.single-product div.product .single-product-main-image div.images .woocommerce-product-gallery__image {
	width: 50%;
}

.woocommerce.single-product div.product div.woocommerce-product-gallery-with-single-image.images .woocommerce-product-gallery__image {
	width: 100%;
}

@media only screen and (max-width:999px) {
	.woocommerce div.product .single-product-main-image div.images .woocommerce-product-gallery__wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		flex-wrap: nowrap;
	}
	
	.woocommerce div.product .single-product-main-image div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		flex: 0 0 auto;
		width: 66.6%;
	}
	
	.woocommerce div.product .single-product-main-image .images.woocommerce-product-gallery-with-single-image .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		width: 100%;
	}
	
	.single-product-main-image.col {
		margin-bottom: 35px;
		margin-left: -50vw;
		margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
		left: 50%;
		width: 100vw;
		width: calc(100vw - var(--scroll-bar-w));
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	#boxed .single-product-main-image.col {
		margin-left: -7%;
		width: 114%;
		left: 0;
	}
}

@media only screen and (max-width:690px) {
	.woocommerce div.product .single-product-main-image div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		width: 75%;
	}
}

.products li.product.minimal .background-color-expand, .products li.product.minimal .background-color-expand:before, .products li.product.minimal .product-wrap, #search-outer .products li.product.minimal, .products li.product.minimal .product-image-wrap, body .widget_shopping_cart ul.product_list_widget li img, body.material .widget_shopping_cart ul.product_list_widget li img, body .nectar-quick-view-box .inner-wrap {
	border-radius: 15px;
}

li.product.minimal .product-wrap img, li.product.minimal:hover .product-wrap img, body.woocommerce #ajax-content-wrap ul.products li.minimal.product span.onsale, #ajax-content-wrap ul.products li.minimal.product span.onsale, .nectar-woo-flickity ul.products li.minimal.product span.onsale, .nectar-ajax-search-results ul.products li.minimal.product span.onsale {
	border-radius: 15px;
}

body .products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

body .products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.products li.product.minimal.hover-bound:hover .product-meta {
	transform: translateY(6px) translateX(-6px);
}

body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell {
	padding: 10px;
}

body .nectar-woo-flickity > ul.products[data-product-style] > li.product, body .full-width-content .nectar-woo-flickity > ul.products[data-product-style] > li.product {
	margin: 0 10px !important;
}

.wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity, .related-upsell-carousel.nectar-woo-flickity {
	width: calc(100% + 20px);
	margin-left: -10px;
	padding: 10px 0;
}

.related-upsell-carousel.nectar-woo-flickity h2 {
	margin-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width:1600px) and (min-width:1000px) {
	.nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product {
		width: calc(25% - 20px) !important;
	}
}

@media only screen and (min-width:1600px) {
	.nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product {
		width: calc(20% - 20px) !important;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.nectar-woo-flickity > ul.products[data-product-style].columns-dynamic > li.product {
		width: calc(33% - 20px) !important;
	}
}

@media only screen and (min-width:1000px) {
	.nectar-woo-flickity > ul.products[data-product-style].columns-4 > li.product {
		width: calc(25% - 20px) !important;
	}
	
	.nectar-woo-flickity > ul.products[data-product-style].columns-3 > li.product {
		width: calc(33.3% - 20px) !important;
	}
}

@media only screen and (min-width:691px) and (max-width:999px) {
	.nectar-woo-flickity > ul.products[data-product-style].columns-3 > li.product {
		width: calc(50% - 20px) !important;
	}
}

@media only screen and (min-width:691px) {
	.nectar-woo-flickity > ul.products[data-product-style].columns-2 > li.product {
		width: calc(50% - 20px) !important;
	}
}

body .woocommerce .nectar-woo-flickity[data-controls="arrows-overlaid"]:not(.related-upsell-carousel) .nectar-woo-carousel-top {
	top: calc(50% - 50px);
}

.products li.product.minimal:hover .product-meta .price {
	opacity: 1;
	width: 100%;
}

.products li.product.minimal .background-color-expand, .products li.product.minimal .product-meta > a h2, .products li.product.minimal .product-meta, .products li.product.minimal .product-meta .price, .products li.product.minimal .background-color-expand:before {
	transition: opacity .4s cubic-bezier(.2, .75, .5, 1), transform .4s cubic-bezier(.2, .75, .5, 1);
}

.nectar-quick-view-box.visible:before {
	transition: opacity .8s ease .65s;
}

.products li.product.minimal .background-color-expand:before {
	box-shadow: 0px 5px 75px -10px rgba(0, 0, 0, .12);
}

.products li.product.minimal.no-trans .background-color-expand:before {
	box-shadow: none;
}

.products li.product.minimal .product-image-wrap .product-add-to-cart a {
	transition: opacity .4s cubic-bezier(.2, .75, .5, 1), background-color .4s cubic-bezier(.2, .75, .5, 1), background-size .55s cubic-bezier(.2, .75, .5, 1);
}

.woocommerce ul.products li.product .product-wrap img.hover-gallery-image, .woocommerce ul.products li.product .product-wrap picture.hover-gallery-image {
	transition: opacity .4s cubic-bezier(.2, .75, .5, 1);
}

.products li.product.minimal .product-image-wrap {
	position: relative;
}

ul.products li.minimal.product .product-wrap {
	height: 100%;
}

.products li.product.minimal .product-image-wrap .product-add-to-cart {
	display: flex;
	-webkit-transform: none;
	transform: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	top: auto;
	-webkit-transform: none;
	transform: none;
	padding: 10px;
}

.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a {
	width: 50%;
	flex: 1;
	background-color: rgba(255, 255, 255, .93) !important;
	padding: 10px 5px !important;
	color: #000;
	border-radius: 0;
	text-align: center;
	line-height: 20px;
}

.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a:hover {
	background-color: rgba(255, 255, 255, 1) !important;
}

.products li.product.minimal [data-nectar-quickview="true"] .nectar_quick_view, body .products li.product.minimal .product-add-to-cart a {
	font-size: 14px;
}

.products li.product.minimal .product-add-to-cart .loading:after {
	display: none;
}

.products li.product.minimal .product-add-to-cart .loading:before {
	font-family: WooCommerce;
	content: "";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-right: 7px;
	color: inherit;
	font-size: 11px;
	height: 18px;
	position: relative;
	display: inline-block;
	right: 0;
	top: 1px;
}

.products li.product.minimal .product-add-to-cart a.added span {
	display: inline;
}

.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart .added_to_cart, .products li.product.minimal .product-add-to-cart .loading i {
	display: none;
}

.products li.product.minimal .product-add-to-cart .button i, .products li.product.minimal .product-add-to-cart .nectar_quick_view i {
	display: none;
}

.products li.product.minimal .product-wrap .product-image-wrap [data-nectar-quickview="true"] a:first-child, .products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart .added_to_cart {
	margin-right: 0;
}

.products li.product.minimal .product-wrap .product-image-wrap [data-nectar-quickview="true"] .nectar_quick_view {
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce ul.products .minimal.product span.onsale, .woocommerce-page ul.products .minimal.product span.onsale {
	left: 10px;
	top: 10px;
}

.products li.product.minimal .product-image-wrap .product-add-to-cart a i.normal {
	top: 0;
	font-size: 14px;
	color: #000 !important;
}

.related-upsell-carousel.nectar-woo-flickity section > h2 {
	display: flex;
	align-items: center;
}

.woocommerce .related-upsell-carousel.nectar-woo-flickity section > h2 .woo-flickity-count {
	margin-left: auto;
	padding-left: 20px;
	font-size: 16px !important;
}

@media only screen and (min-width:1000px) {
	.related-upsell-carousel.nectar-woo-flickity.desktop-controls-hidden h2 .woo-flickity-count {
		display: none;
	}
}

.single-product .pswp__bg {
	background-color: #fff;
}

.single-product .pswp__caption__center {
	color: #fff;
}

.single-product .pswp__top-bar, .single-product .pswp__caption {
	background-color: transparent;
}

.single-product .pswp__button, .single-product .pswp__caption, .single-product .pswp__top-bar {
	mix-blend-mode: difference;
}

.woocommerce-tabs #review_form_wrapper {
	display: none;
}

.woocommerce-tabs[data-tab-style] #tab-reviews #comments {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-tabs[data-tab-style="in_sidebar"] #tab-reviews #comments {
	flex-direction: column;
}

body > #review_form_wrapper.modal, body > #review_form_wrapper.modal #review_form {
	-webkit-transition: all .8s cubic-bezier(.2, 1, .3, 1);
	transition: all .8s cubic-bezier(.2, 1, .3, 1);
}

body > #review_form_wrapper.modal {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 100000;
	-ms-transform: translateX(107%);
	transform: translateX(107%);
	-webkit-transform: translateX(107%);
	position: fixed;
	top: 0;
	overflow: hidden;
	background-color: #fff;
	max-width: 80%;
}

body > #review_form_wrapper.modal #review_form {
	-webkit-transform: translateX(-107%);
	transform: translateX(-107%);
	height: 100%;
	padding: 40px;
	min-height: calc(100vh - 80px);
	overflow-y: auto;
}

body > #review_form_wrapper.modal #review_form::-webkit-scrollbar {
	display: none;
}

body.admin-bar > #review_form_wrapper.modal #review_form {
	padding-top: 70px;
}

body > #review_form_wrapper.modal.open, body > #review_form_wrapper.modal.open #review_form {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

body > #review_form_wrapper.modal .comment-form {
	display: flex;
	flex-wrap: wrap;
}

body > #review_form_wrapper.modal #respond .comment-form > * {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 !important;
}

body > #review_form_wrapper.modal #respond .comment-form > * p {
	padding-bottom: 0;
	margin-bottom: 0;
}

body > #review_form_wrapper.modal #respond #reply-title {
	display: block;
	padding-right: 60px;
}

body.material > #review_form_wrapper.modal #respond input#submit {
	padding-left: 35px;
	padding-right: 35px;
}

body > #review_form_wrapper.modal .nectar-close-btn-wrap {
	position: absolute;
	right: 40px;
	top: 48px;
}

body.admin-bar > #review_form_wrapper.modal .nectar-close-btn-wrap {
	top: 78px;
}

@media only screen and (min-width:691px) {
	body > #review_form_wrapper.modal #respond .comment-form > .comment-form-author {
		padding-right: 20px;
		width: 50%;
	}
	
	body > #review_form_wrapper.modal #respond .comment-form > .comment-form-email {
		padding-left: 20px;
		width: 50%;
	}
}

@media only screen and (min-width:1000px) {
	body > #review_form_wrapper.modal {
		max-width: 50%;
	}
	
	body > #review_form_wrapper.modal textarea {
		height: 150px;
	}
}

@media only screen and (min-width:1000px) {
	.woocommerce-tabs[data-tab-style] #reviews #comments ol.commentlist {
		padding-left: 7.5%;
		flex: 1;
	}
	
	.woocommerce-tabs:not([data-tab-style="in_sidebar"]) #reviews .woocommerce-Reviews-title {
		padding-right: 7.5%;
		width: auto;
		border-right: 1px solid rgba(0, 0, 0, .1);
	}
}

.woocommerce [data-tab-pos="fullwidth_stacked"] .commentlist > li .comment_container {
	margin-top: 7.5%;
}

@media only screen and (min-width:1350px) {
	.woocommerce-tabs[data-tab-style] #reviews #comments ol.commentlist {
		padding-left: 5.5%;
	}
	
	.woocommerce-tabs[data-tab-style] #reviews .woocommerce-Reviews-title {
		padding-right: 5.5%;
	}
	
	.woocommerce [data-tab-pos="fullwidth_stacked"] .commentlist > li .comment_container {
		margin-top: 5.5%;
	}
	
	.woocommerce-tabs[data-tab-style] #tab-reviews .woocommerce-pagination {
		padding-left: calc(160px + 5.5%);
		margin-top: 5.5%;
	}
}

.woocommerce-tabs[data-tab-style="fullwidth"] #tab-reviews > #reviews #comments {
	width: 100%;
	flex-direction: row;
}

.woocommerce-tabs[data-tab-style="fullwidth"] #reviews p.woocommerce-noreviews {
	border: none;
	align-items: center;
	padding: 0;
	justify-content: flex-start;
}

.woocommerce .woocommerce-tabs[data-tab-style] .commentlist li .comment_container {
	border: none;
}

.woocommerce-tabs[data-tab-style] #reviews .commentlist li .star-rating {
	float: none;
}

.woocommerce-tabs[data-tab-style] #reviews #comments ol.commentlist li img.avatar {
	left: 0;
	top: 0;
}

.woocommerce-tabs[data-tab-style] #reviews #comments ol.commentlist li .comment-text .description p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce-tabs[data-tab-style] #reviews #comments ol.commentlist li .comment-text {
	margin-left: 90px;
	padding: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
}

.woocommerce-tabs[data-tab-style] #comments li .comment-text .meta {
	padding-top: 10px;
}

.woocommerce-tabs[data-tab-style] .woocommerce-noreviews, .woocommerce-tabs[data-tab-style] .nectar-no-reviews {
	display: block;
	margin: 0 0 20px;
	min-width: 100%;
	padding-bottom: 0;
}

@media only screen and (min-width:1000px) {
	.woocommerce-tabs[data-tab-style] #tab-reviews .woocommerce-pagination {
		padding-left: calc(160px + 7.5%);
		margin-top: 7.5%;
	}
}

.woocommerce-tabs[data-tab-style] #tab-reviews .woocommerce-pagination {
	width: 100%;
}

.woocommerce-tabs #reviews .woocommerce-Reviews-title .nectar-average {
	line-height: 1.1;
}

.woocommerce-tabs #reviews .woocommerce-Reviews-title .star-rating {
	width: 133px;
	font-size: 22px;
	float: none;
}

.woocommerce-tabs #reviews .woocommerce-Reviews-title .nectar-average-count {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 30px;
	display: block;
}

.woocommerce-tabs[data-tab-style="fullwidth_stacked"] #reviews .star-rating {
	margin-bottom: 0;
}

.woocommerce-tabs #reviews .woocommerce-Reviews-title .nectar-average-count-wrap .total-num {
	font-size: 14px;
}

.woocommerce-tabs #reviews .woocommerce-Reviews-title .nectar-button {
	margin-top: 40px;
}

.woocommerce-verification-required {
	margin-top: 50px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .1);
}

@media only screen and (max-width:999px) {
	.woocommerce-tabs[data-tab-style] #reviews .woocommerce-Reviews-title {
		margin: 0 auto 40px auto;
		text-align: center;
	}
	
	.woocommerce-tabs[data-tab-style] #reviews .woocommerce-Reviews-title .star-rating {
		margin: 0 auto;
	}
	
	.woocommerce-tabs #reviews .woocommerce-Reviews-title .nectar-average-count {
		margin-bottom: 15px;
	}
	
	.woocommerce-tabs #reviews .woocommerce-Reviews-title .nectar-button {
		margin-top: 25px;
	}
	
	.woocommerce .woocommerce-tabs[data-tab-style] .commentlist > li .comment_container {
		margin-top: 50px;
	}
}

body, .toggle h3 a, body .ui-widget, table, select, .bar_graph li span strong, #slide-out-widget-area .tagcloud a, body .container .woocommerce-message a.button, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .row .col.section-title .nectar-love span, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .sharing-default-minimal .nectar-social .social-text, body .sharing-default-minimal .nectar-love, .widget ul.nectar_widget[class*="nectar_blog_posts_"] > li .post-date, .single [data-post-hs="default_minimal"] #single-below-header span, .single .heading-title[data-header-style="default_minimal"] #single-below-header span, #header-outer .nectar-image-link-widget .image-link-content span, #slide-out-widget-area.fullscreen .nectar-image-link-widget .image-link-content span, #slide-out-widget-area.fullscreen-alt .nectar-image-link-widget .image-link-content span, .nectar-header-text-content, #slide-out-widget-area .nectar-ext-menu-item .menu-item-desc, .woocommerce-checkout-review-order-table .product-info .product-quantity, #ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a, #ajax-content-wrap .nectar-sticky-tabs .wpb_tabs_nav li .menu-content > a {
	font-family: Work Sans;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}

.bold, strong, b {
	font-family: Work Sans;
	font-weight: 600;
}

.single #single-below-header span {
	font-family: Work Sans;
}

:root {
	--nectar-body-line-height: 25px;
}

:root {
	--nectar-body-font-size: 16px;
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
	line-height: 25px;
}

#ajax-content-wrap .nectar-shop-header-bottom .widget_layered_nav_filters ul li a, .nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select {
	font-weight: 400 !important;
}

.nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered, body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering select {
	font-family: Work Sans !important;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body {
		font-size: 16px;
		line-height: 25px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	body {
		font-size: 16px;
		line-height: 25px;
	}
}

@media only screen and (max-width:690px) {
	body {
		font-size: 16px;
		line-height: 25px;
	}
}

#header-outer #logo.no-image, #header-outer .logo-clone.no-image, #header-outer[data-format="centered-menu"] .logo-spacing[data-using-image="false"], #header-outer[data-format="centered-logo-between-menu"] .logo-spacing[data-using-image="false"] {
	font-family: Gloock;
	text-transform: none;
	letter-spacing: .01px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
}

#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo.no-image, #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 .logo-clone.no-image {
	font-size: 16px;
}

@media only screen and (max-width:999px) {
	#header-outer[data-format="centered-menu-bottom-bar"] .logo-clone.no-image, #header-outer[data-format="centered-menu-bottom-bar"] #logo.no-image {
		font-size: 16px;
	}
}

#top nav > ul > li > a, .span_3 .pull-left-wrap > ul > li > a, body.material #search-outer #search input[type="text"], #top ul .slide-out-widget-area-toggle a i.label, #top .span_9 > .slide-out-widget-area-toggle a.using-label .label, #header-secondary-outer .nectar-center-text, #slide-out-widget-area .secondary-header-text, #header-outer #mobile-menu ul li > a, #header-outer #mobile-menu .secondary-header-text, .nectar-mobile-only.mobile-header a {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

#top nav > ul > li[class*="button_solid_color"] > a:before, #header-outer.transparent #top nav > ul > li[class*="button_solid_color"] > a:before, #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
	height: 25px;
}

#top nav > ul > li[class*="button_bordered"] > a:before, #header-outer.transparent #top nav > ul > li[class*="button_bordered"] > a:before {
	height: 35px;
}

#top .sf-menu li ul li.menu-item a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer .sf-menu li ul li a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a, .nectar-slide-in-cart.style_slide_in_click .close-cart {
	text-transform: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

#page-header-bg h1, body h1, body .row .col.section-title h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, body #error-404 h1, [data-inherit-heading-family="h1"] {
	font-family: Gloock;
	text-transform: none;
	font-size: 62px;
	line-height: 68px;
	font-weight: 400;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body .row .col.section-title h1, body h1, .full-width-content .recent-post-container .inner-wrap h2, [data-inherit-heading-family="h1"] {
		font-size: 47px;
		line-height: 51px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, #page-header-bg .span_6 h1, #page-header-bg.fullscreen-header .span_6 h1, body .featured-media-under-header h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, [data-inherit-heading-family="h1"] {
		font-size: 41px;
		line-height: 45px;
	}
	
	.full-width-content .recent-post-container .inner-wrap h2 {
		font-size: 41px;
		line-height: 45px;
	}
	
	.wpb_wrapper h1.vc_custom_heading {
		font-size: 41px !important;
		line-height: 45px !important;
	}
}

@media only screen and (max-width:690px) {
	body .row .col.section-title h1, body h1, html body .row .col.section-title.span_12 h1, body.single.single-post .row .col.section-title.span_12 h1, #page-header-bg .span_6 h1, #page-header-bg.fullscreen-header .span_6 h1, body .featured-media-under-header h1, .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, [data-inherit-heading-family="h1"] {
		font-size: 35px;
		line-height: 38px;
	}
	
	.wpb_wrapper h1.vc_custom_heading {
		font-size: 35px !important;
		line-height: 38px !important;
	}
}

#page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2, .nectar_single_testimonial[data-style="bold"] p, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, body #error-404 h2, .woocommerce-page .woocommerce p.cart-empty, .nectar-ext-menu-item .inherit-h2 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #mobile-menu .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2, #header-outer .nectar-inherit-h2, [data-inherit-heading-family="h2"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h2 {
	font-family: Gloock;
	text-transform: none;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
}

.single-product div.product h1.product_title, .nectar-shop-header .page-title {
	font-size: 26px;
	line-height: 36px;
}

.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content {
	font-size: 26px;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, #ajax-content-wrap .nectar-inherit-h2, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content, [data-inherit-heading-family="h2"] {
		font-size: 23px;
		line-height: 31px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.col h2, body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, .nectar_single_testimonial[data-style="bold"] p, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #mobile-menu .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content, [data-inherit-heading-family="h2"] {
		font-size: 21px;
		line-height: 29px;
	}
	
	.wpb_wrapper h2.vc_custom_heading {
		font-size: 21px !important;
		line-height: 29px !important;
	}
}

@media only screen and (max-width:690px) {
	.col h2, body h2, .single-product div.product h1.product_title, .nectar-shop-header .page-title, .woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control, .nectar_single_testimonial[data-style="bold"] p, #slide-out-widget-area .nectar-ext-menu-item .inherit-h2, #ajax-content-wrap .nectar-inherit-h2, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h2"] .content, [data-inherit-heading-family="h2"] {
		font-size: 19px;
		line-height: 26px;
	}
	
	.wpb_wrapper h2.vc_custom_heading {
		font-size: 19px !important;
		line-height: 26px !important;
	}
}

body h3, .row .col h3, .toggle > h3.toggle-title a, .ascend #respond h3, .ascend h3#comments, .woocommerce ul.products li.product.text_on_hover h3, .masonry.classic_enhanced .masonry-blog-item h3.title, .woocommerce ul.products li.product.material h3, .woocommerce-page ul.products li.product.material h3, .portfolio-items[data-ps="8"] .col h3, .nectar-hor-list-item[data-font-family="h3"], .woocommerce ul.products li.product h2, .nectar-quick-view-box h1, .nectar-ext-menu-item .inherit-h3 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #mobile-menu .nectar-ext-menu-item .inherit-h3, #ajax-content-wrap .nectar-inherit-h3, #header-outer .nectar-inherit-h3, [data-inherit-heading-family="h3"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h3, .nectar-quick-view-box div.product .summary p.price.nectar-inherit-h3, body.woocommerce div.product p.price.nectar-inherit-h3 ins {
	text-transform: none;
	letter-spacing: -.01px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
}

@media only screen and (min-width:1000px) {
	.ascend .comments-section .comment-wrap.full-width-section > h3#comments, .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col h3 {
		font-size: 43px;
		line-height: 68px;
	}
	
	#ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
		font-size: 38px;
		line-height: 53px;
	}
}

@media only screen and (min-width:1300px) and (max-width:1500px) {
	body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
		font-size: 22px;
		line-height: 30px;
	}
}

.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
	font-size: 25px;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #ajax-content-wrap .nectar-inherit-h3, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
		font-size: 24px;
		line-height: 34px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #ajax-content-wrap .nectar-inherit-h3, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content, [data-inherit-heading-family="h3"] {
		font-size: 20px;
		line-height: 28px;
	}
	
	.wpb_wrapper h3.vc_custom_heading {
		font-size: 20px !important;
		line-height: 28px !important;
	}
}

@media only screen and (max-width:690px) {
	.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #mobile-menu .nectar-ext-menu-item .inherit-h3, #ajax-content-wrap .nectar-inherit-h3, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content, [data-inherit-heading-family="h3"] {
		font-size: 18px;
		line-height: 25px;
	}
	
	.wpb_wrapper h3.vc_custom_heading {
		font-size: 18px !important;
		line-height: 25px !important;
	}
}

@media only screen and (min-width:1300px) {
	.nectar-post-grid[data-columns="2"][data-masonry="yes"] > div:nth-of-type(3n + 1) h3 {
		font-size: 35px;
	}
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.nectar-post-grid[data-columns="2"][data-masonry="yes"] > div:nth-of-type(3n + 1) h3 {
		font-size: 34px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.nectar-post-grid[data-columns="2"][data-masonry="yes"] > div:nth-of-type(3n + 1) h3 {
		font-size: 28px;
	}
}

body h4, .row .col h4, .portfolio-items .work-meta h4, .list-icon-holder[data-icon_type="numerical"] span, .portfolio-items .col.span_3 .work-meta h4, #respond h3, .blog-recent.related-posts h3.title, h3#comments, .portfolio-items[data-ps="6"] .work-meta h4, .nectar-hor-list-item[data-font-family="h4"], .toggles[data-style="minimal_small"] .toggle > h3 a, .woocommerce #reviews #reply-title, p.woocommerce.add_to_cart_inline > span.woocommerce-Price-amount, p.woocommerce.add_to_cart_inline ins > span.woocommerce-Price-amount, #header-outer .total, #header-outer .total strong, .nectar-ext-menu-item .inherit-h4 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4, #mobile-menu .nectar-ext-menu-item .inherit-h4, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove), .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, #header-outer .nectar-inherit-h4, .archive.woocommerce .container-wrap > .main-content #sidebar > .header h4, [data-inherit-heading-family="h4"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h4, .nectar-quick-view-box div.product .summary p.price.nectar-inherit-h4, body.woocommerce div.product p.price.nectar-inherit-h4 ins {
	text-transform: none;
	letter-spacing: -.01px;
	font-weight: 600;
}

.nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content {}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .col h4, body h4, .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content, [data-inherit-heading-family="h4"] {
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.row .col h4, body h4, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove), .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content, [data-inherit-heading-family="h4"] {
		font-size: 17px;
		line-height: 26px;
	}
}

@media only screen and (max-width:690px) {
	.row .col h4, body h4, #slide-out-widget-area .nectar-ext-menu-item .inherit-h4, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .product-meta a:not(.remove), .woocommerce-cart .product-name a, #ajax-content-wrap .nectar-inherit-h4, .archive.woocommerce .container-wrap > .main-content #sidebar > .header h4, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h4"] .content, [data-inherit-heading-family="h4"] {
		font-size: 17px;
		line-height: 26px;
	}
}

body h5, .row .col h5, .portfolio-items .work-item.style-3-alt p, .nectar-hor-list-item[data-font-family="h5"], .nectar-ext-menu-item .inherit-h5 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h5, #ajax-content-wrap .nectar-inherit-h5, #header-outer .nectar-inherit-h5, [data-inherit-heading-family="h5"], .nectar-quick-view-box div.product h1.product_title.nectar-inherit-h5, .nectar-quick-view-box div.product .summary p.price.nectar-inherit-h5, body.woocommerce div.product p.price.nectar-inherit-h5 ins {
	letter-spacing: 0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}

body .wpb_column > .wpb_wrapper > .morphing-outline .inner > h5 {
	font-size: 27px;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .col h5, body h5, #ajax-content-wrap .nectar-inherit-h5 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.row .col h5, body h5, #ajax-content-wrap .nectar-inherit-h5, [data-inherit-heading-family="h5"] {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width:690px) {
	.row .col h5, body h5, #slide-out-widget-area .nectar-ext-menu-item .inherit-h5, #ajax-content-wrap .nectar-inherit-h5, [data-inherit-heading-family="h5"] {
		font-size: 20px;
		line-height: 30px;
	}
}

body h6, .row .col h6, .nectar-hor-list-item[data-font-family="h6"], .nectar-ext-menu-item .inherit-h6 .menu-title-text, #slide-out-widget-area .nectar-ext-menu-item .inherit-h6, #ajax-content-wrap .nectar-inherit-h6, #header-outer .nectar-inherit-h6, [data-inherit-heading-family="h6"], .nectar-quick-view-box div.product .summary p.price.nectar-inherit-h6, body.woocommerce div.product p.price.nectar-inherit-h6 ins {
	letter-spacing: 0px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	.row .col h6, body h6, #ajax-content-wrap .nectar-inherit-h6, [data-inherit-heading-family="h6"] {
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	.row .col h6, body h6, #ajax-content-wrap .nectar-inherit-h6, [data-inherit-heading-family="h6"] {
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width:690px) {
	.row .col h6, body h6, #ajax-content-wrap .nectar-inherit-h6, [data-inherit-heading-family="h6"] {
		font-size: 18px;
		line-height: 28px;
	}
}

#ajax-content-wrap .related.products > h2, #ajax-content-wrap .upsells.products > h2, #ajax-content-wrap #tab-reviews #reviews #comments h2, .woocommerce .woocommerce-tabs #tab-additional_information h2, #ajax-content-wrap #reviews #reply-title, .woocommerce-tabs #reviews .nectar-average-count, #review_form_wrapper.modal .comment-reply-title, .woocommerce-tabs[data-tab-style="fullwidth_stacked"] p.woocommerce-noreviews {
	text-transform: none;
	letter-spacing: -.01px;
	font-weight: 600;
}

@media only screen and (max-width:999px) and (min-width:691px) {
	#ajax-content-wrap .related.products > h2, #ajax-content-wrap .upsells.products > h2, #ajax-content-wrap #tab-reviews #reviews #comments h2, .woocommerce .woocommerce-tabs #tab-additional_information h2, #ajax-content-wrap #reviews #reply-title, #review_form_wrapper.modal .comment-reply-title, .woocommerce-tabs[data-tab-style="fullwidth_stacked"] p.woocommerce-noreviews {
		font-size: 17px;
		line-height: 24px;
	}
}

@media only screen and (max-width:690px) {
	#ajax-content-wrap .related.products > h2, #ajax-content-wrap .upsells.products > h2, #ajax-content-wrap #tab-reviews #reviews #comments h2, .woocommerce .woocommerce-tabs #tab-additional_information h2, #ajax-content-wrap #reviews #reply-title, #review_form_wrapper.modal .comment-reply-title, .woocommerce-tabs[data-tab-style="fullwidth_stacked"] p.woocommerce-noreviews {
		font-size: 17px;
		line-height: 24px;
	}
}

body i, body em, .masonry.meta_overlaid article.post .post-header .meta-author > span, .post-area.masonry.meta_overlaid article.post .post-meta .date, .post-area.masonry.meta_overlaid article.post.quote .quote-inner .author, .post-area.masonry.meta_overlaid article.post.link .post-content .destination, body .testimonial_slider[data-style="minimal"] blockquote span.title, #ajax-content-wrap .nectar-inherit-italic {
	font-weight: 400;
}

body b, body strong, body .bold {
	font-weight: 600;
}

form label, .woocommerce-checkout-review-order-table .product-info .amount, .nectar-progress-bar p, .nectar-progress-bar span strong i, .nectar-progress-bar span strong, body.material .nectar_single_testimonial[data-style="basic"] span.wrap, body.material .nectar_single_testimonial[data-style="basic_left_image"] span.wrap, .testimonial_slider:not([data-style="minimal"]) blockquote span, .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-ordering .select2-container .select2-choice>.select2-chosen, body[data-fancy-form-rcs="1"] .woocommerce-ordering select, .tabbed[data-style="minimal_alt"] > ul li a, .material .widget .nectar_widget[class*="nectar_blog_posts_"] > li .post-title, body.material .tagcloud a, .material .main-content .widget li a, .material #footer-outer .widget li a, .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a, .material .recentcomments .comment-author-link, .single .post-area .content-inner > .post-tags a, .masonry.material .masonry-blog-item .grav-wrap a, .masonry.material .masonry-blog-item .meta-category a, .post-area.featured_img_left article .meta-category a, .post-area.featured_img_left article .grav-wrap .text a, .related-posts[data-style="material"] .meta-category a, .masonry.auto_meta_overlaid_spaced article.post.quote .author, .masonry.material article.post.quote .author, .nectar-post-grid-wrap[data-style="vertical_list"] .nectar-link-underline, .nectar-post-grid.vert_list_counter .item-main:before, body.search-results #search-results[data-layout="list-no-sidebar"] .result .inner-wrap h2 span, .material .tabbed >ul li a, .post-area.featured_img_left article.post.quote .author, .single .post.format-quote .author, .related-posts[data-style="material"] .grav-wrap .text a, .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a, [data-style="list_featured_first_row"] .meta-category a, .nectar-recent-posts-single_featured .strong a, .nectar-recent-posts-single_featured.multiple_featured .controls li .title, body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .woo-flickity-count, body.woocommerce ul.products li.minimal.product span.onsale, .nectar-ajax-search-results ul.products li.minimal.product span.onsale, .nectar-woo-flickity ul.products li.minimal.product span.onsale, .nectar-quick-view-box span.onsale, .nectar-quick-view-box .nectar-full-product-link a, body .nectar-quick-view-box .single_add_to_cart_button, .nectar-quick-view-box .single_add_to_cart_button, body .cart .quantity input.qty, body .cart .quantity input.plus, body .cart .quantity input.minus, body .woocommerce-mini-cart .quantity input.qty, body .woocommerce-mini-cart .quantity input.plus, body .woocommerce-mini-cart .quantity input.minus, .style_slide_in_click .product-meta > .quantity .amount, .pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close, .woocommerce-account .woocommerce-form-login .lost_password, .woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a, .woocommerce div.product_meta, .woocommerce table.shop_table th, #header-outer .widget_shopping_cart .cart_list a, .woocommerce .yith-wcan-reset-navigation.button, .single-product .entry-summary p.stock.out-of-stock, .nectar-post-grid.layout-stacked[data-text-layout="all_middle"] .nectar-post-grid-item__meta-wrap, .nectar-post-grid .nectar-post-grid-item .content .meta-category a, .nectar-post-grid-item .item-main > .meta-author .meta-author-name, .nectar-post-grid-item .post-heading-wrap .meta-author-name, .nectar-slide-in-cart.style_slide_in_click ul.product_list_widget li dl dt, .woocommerce-tabs ol.commentlist li .comment-text p.meta strong, #ajax-content-wrap .nectar-inherit-label {
	font-family: DM Sans;
	letter-spacing: .1px;
	font-size: 14px !important;
	line-height: 18px;
	font-weight: 500 !important;
}

.material .comment-list .reply a, .nectar-recent-posts-single_featured .grav-wrap a, .wc-blocks-filter-wrapper .wc-block-components-checkbox, .wc-block-product-categories-list-item-count, .comment-list .comment-author, .comment-list .pingback .comment-body > a, .netar-inherit-label-font--simple {
	font-family: DM Sans;
	letter-spacing: .1px;
	font-weight: 500 !important;
}

.single-post .post-area .post-content {
	font-size: 20px;
	line-height: 30px;
}

@media only screen and (max-width:690px) {
	.single-post .post-area .post-content {
		font-size: 18px;
		line-height: 1.55;
	}
}

body #sidebar h4, body .widget h4, body #footer-outer .widget h4 {
	letter-spacing: 0px;
	font-size: 16px !important;
	line-height: 22px;
	font-weight: 400 !important;
}

body #page-header-bg h1, html body .row .col.section-title h1, .nectar-box-roll .overlaid-content h1, .featured-media-under-header h1 {
	font-size: 46px;
	line-height: 50px;
}

@media only screen and (min-width:691px) and (max-width:999px) {
	.overlaid-content h1 {
		font-size: 33px !important;
		line-height: 39px !important;
	}
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	#page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1, body .featured-media-under-header h1 {
		font-size: 40px;
		line-height: 43px;
	}
}

@media only screen and (min-width:1300px) and (max-width:1500px) {
	#page-header-bg .span_6 h1, .nectar-box-roll .overlaid-content h1 {
		font-size: 42px;
		line-height: 45px;
	}
}

@media only screen and (max-width:690px) {
	.overlaid-content h1 {
		font-size: 21px !important;
		line-height: 23px !important;
	}
}

body #page-header-bg .span_6 span.subheader, #page-header-bg span.result-num, body .row .col.section-title > span, .page-header-no-bg .col.section-title h1 > span, body .nectar-box-roll .overlaid-content .subheader {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
	body #page-header-bg:not(.fullscreen-header) .span_6 span.subheader, body .row .col.section-title > span {
		font-size: 17px;
		line-height: 26px;
	}
}

@media only screen and (min-width:691px) and (max-width:999px) {
	body #page-header-bg.fullscreen-header .span_6 span.subheader, .overlaid-content .subheader {
		font-size: 15px !important;
		line-height: 23px !important;
	}
}

@media only screen and (max-width:690px) {
	body #page-header-bg.fullscreen-header .span_6 span.subheader, .overlaid-content .subheader {
		font-size: 13px !important;
		line-height: 20px !important;
	}
	
	#page-header-bg .span_6 span.subheader {
		font-size: 16px !important;
		line-height: 1.6 !important;
	}
}

body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li > a, body #slide-out-widget-area.fullscreen .inner-wrap > .inner .off-canvas-menu-container li > a, body #slide-out-widget-area.fullscreen-alt .inner-wrap > .inner .off-canvas-menu-container li > a, body #slide-out-widget-area.slide-out-from-right-hover .inner-wrap > .inner .off-canvas-menu-container li > a, body #nectar-ocm-ht-line-check {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

@media only screen and (min-width:691px) and (max-width:999px) {
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
		font-size: 22px !important;
		line-height: 27px !important;
	}
}

@media only screen and (max-width:690px) {
	body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
		font-size: 17px !important;
		line-height: 21px !important;
	}
}

body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li li a, #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li li a {
	font-size: 17px;
	line-height: 17px;
}

body #slide-out-widget-area .menuwrapper li small, #header-outer .sf-menu li ul li.menu-item a .item_desc, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container li small, #slide-out-widget-area .off-canvas-menu-container .nectar-ext-menu-item .item_desc, #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .menu li small, .material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .menu li small, #header-outer #mobile-menu ul ul > li > a .item_desc, .nectar-ext-menu-item .menu-item-desc, #slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc {
	text-transform: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

@media only screen and (min-width:691px) and (max-width:999px) {
	#slide-out-widget-area .menuwrapper li small {
		font-size: 13px;
		line-height: 18px;
	}
}

@media only screen and (max-width:690px) {
	#slide-out-widget-area .menuwrapper li small {
		font-size: 10px;
		line-height: 14px;
	}
}

blockquote, .testimonial_slider blockquote, .testimonial_slider blockquote span, .testimonial_slider[data-style="minimal"] blockquote span:not(.title), .testimonial_slider[data-style="minimal"] blockquote, .testimonial_slider[data-style="minimal"] .controls {
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
	blockquote, .testimonial_slider blockquote, .testimonial_slider blockquote span, .testimonial_slider[data-style="minimal"] blockquote, .testimonial_slider[data-style="minimal"] blockquote span:not(.title) {
		font-size: 22px;
		line-height: 32px;
	}
}

@media only screen and (max-width:999px) and (min-width:691px) {
	blockquote, .testimonial_slider blockquote, .testimonial_slider blockquote span, .testimonial_slider[data-style="minimal"] blockquote, .testimonial_slider[data-style="minimal"] blockquote span:not(.title) {
		font-size: 22px;
		line-height: 32px;
	}
}

@media only screen and (max-width:690px) {
	blockquote, .testimonial_slider blockquote, .testimonial_slider blockquote span, .testimonial_slider[data-style="minimal"] blockquote, .testimonial_slider[data-style="minimal"] blockquote span:not(.title) {
		font-size: 22px;
		line-height: 32px;
	}
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2, .woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
	letter-spacing: 0px;
	font-size: 15px !important;
	line-height: 18px;
	font-weight: 500 !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart .price .amount, .woocommerce .material.product .product-wrap .product-add-to-cart a, .woocommerce .material.product .product-wrap .product-add-to-cart a > span, .woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart, html .woocommerce ul.products li.product.material .price, .woocommerce ul.products li.product.material .price ins, .woocommerce ul.products li.product.material .price ins .amount, .woocommerce-page ul.products li.product.material .price ins span, .material.product .product-wrap .product-add-to-cart a span, html .woocommerce ul.products .text_on_hover.product .add_to_cart_button, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price ins .amount, html .woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart, body .material.product .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a span, .woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart, .text_on_hover.product a.added_to_cart, .products li.product.minimal .product-meta .price, .products li.product.minimal .product-meta .amount {
	letter-spacing: 0px;
	font-size: 18px !important;
	line-height: 18px;
	font-weight: 400 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .single_add_to_cart_button, .woocommerce-page #respond input#submit, .woocommerce nav.woocommerce-pagination ul li a, html body nav.woocommerce-pagination ul li a, html body nav.woocommerce-pagination ul li span, .woocommerce-account .woocommerce-form-login button.button, .woocommerce-account .woocommerce-form-register button.button, .text_on_hover.product .add_to_cart_button, .text_on_hover.product > .button, .nectar-slide-in-cart .widget_shopping_cart .buttons a, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart_content .nectar-inactive a, .material.product .product-wrap .product-add-to-cart a .price .amount, .material.product .product-wrap .product-add-to-cart a span, ul.products li.material.product span.onsale, .woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart, .woocommerce-page ul.products li.product.material .price, .woocommerce-page ul.products li.product.material .price ins span, body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top, .products li.product.minimal .product-add-to-cart a, .woocommerce div.product form.cart .button, .nectar-quick-view-box .nectar-full-product-link, .woocommerce-page .nectar-quick-view-box button[type="submit"].single_add_to_cart_button, #header-outer .widget_shopping_cart a.button, .woocommerce .classic .product-wrap .product-add-to-cart .add_to_cart_button, .woocommerce .classic .product-wrap .product-add-to-cart .button, .text_on_hover.product .nectar_quick_view, .woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_variable, .woocommerce.add_to_cart_inline a.button.add_to_cart_button, .woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_grouped, .woocommerce-page .woocommerce p.return-to-shop a.wc-backward, .nectar-slide-in-cart.style_slide_in_click .woocommerce-mini-cart__empty-message a.button {
	text-transform: capitalize !important;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 500;
}

#footer-outer .widget h4, #sidebar h4, #call-to-action .container a, .uppercase, .nectar-post-grid-wrap .load-more, .nectar-button, .nectar-button.medium, .nectar-button.small, .nectar-view-indicator span, .nectar-3d-transparent-button, .swiper-slide .button a, .play_button_with_text span[data-font*="btn"], body .widget_calendar table th, body #footer-outer #footer-widgets .col .widget_calendar table th, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a, .carousel-heading h2, body .gform_wrapper .top_label .gfield_label, body .vc_pie_chart .wpb_pie_chart_heading, #infscr-loading div, #page-header-bg .author-section a, .ascend input[type="submit"], .ascend button[type="submit"], .material input[type="submit"], .material button[type="submit"], .original .checkout_coupon button[type="submit"], .original.woocommerce-cart .actions button[type="submit"], .ascend .checkout_coupon button[type="submit"], .ascend.woocommerce-cart .actions button[type="submit"], body.material #page-header-bg.fullscreen-header .inner-wrap >a, body #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a, .widget h4, .text-on-hover-wrap .categories a, .meta_overlaid article.post .post-header h3, .meta_overlaid article.post.quote .post-content h3, .meta_overlaid article.post.link .post-content h3, .meta_overlaid article .meta-author a, .pricing-column.highlight h3 .highlight-reason, .blog-recent[data-style="minimal"] .col > span, body .masonry.classic_enhanced .posts-container article .meta-category a, body .masonry.classic_enhanced .posts-container article.wide_tall .meta-category a, .blog-recent[data-style*="classic_enhanced"] .meta-category a, .nectar-recent-posts-slider .container .strong, .single .heading-title[data-header-style="default_minimal"] .meta-category a, .nectar-fancy-box .link-text, .post-area.standard-minimal article.post .post-meta .date a, .post-area.standard-minimal article.post .more-link span, body[data-button-style="rounded"] #pagination > a, html body #pagination > span, body[data-form-submit="see-through-2"] input[type=submit], body[data-form-submit="see-through-2"] button[type=submit], body[data-form-submit="see-through"] input[type=submit], body[data-form-submit="see-through"] button[type=submit], body[data-form-submit="regular"] input[type=submit], body[data-form-submit="regular"] button[type=submit], .nectar_team_member_overlay .team_member_details .title, body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > li.has-ul > a, .nectar_fullscreen_zoom_recent_projects .project-slide .project-info .normal-container > a, .nectar-hor-list-item .nectar-list-item-btn, .nectar-category-grid-item .content span.subtext, .yikes-easy-mc-form .yikes-easy-mc-submit-button, .nectar-cta .nectar-button-type, .nectar-post-grid-wrap .nectar-post-grid-filters h4, .nectar-inherit-btn-type {
	text-transform: capitalize !important;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 500;
}
