html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input[type=submit] {
	-webkit-appearance: none;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	max-width: 100%;
}

body {
	max-width: 100%;
	overflow-x: hidden;
	background: white;
	font-family: "Open Sans", sans-serif;
	color: #676767;
	position: relative;
}

ol, ul {
	list-style: none;
}

input[type=text]::-ms-clear {
	display: none;
}

p:empty {
	display: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
	margin: 0 auto;
	position: relative;
}

.container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
	max-width: 880px;
}

.row {
	position: relative;
}

.row:after, .col:after, .clr:after, .group:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.row, div.clear {
	padding-bottom: 24px;
}

@media (min-width: 690px) {
	.span_1 {
		width: 6.5%;
	}
	
	.span_2 {
		width: 15%;
	}
	
	.span_3 {
		width: 23.5%;
	}
	
	.span_4 {
		width: 32%;
	}
	
	.span_5 {
		width: 40.5%;
	}
	
	.span_6 {
		width: 49%;
	}
	
	.span_7 {
		width: 57.5%;
	}
	
	.span_8 {
		width: 66%;
	}
	
	.span_9 {
		width: 74.5%;
	}
	
	.span_10 {
		width: 83%;
	}
	
	.span_11 {
		width: 91.5%;
	}
	
	.span_12 {
		width: 100%;
	}
}

body {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans";
	font-weight: 400;
	line-height: 26px;
}

body:not(.nectar-no-flex-height) {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body:not(.nectar-no-flex-height) .container-wrap {
	flex-grow: 1;
}

p {
	-webkit-font-smoothing: antialiased;
}

.side-box a:link, .side-box a:visited {
	font-weight: normal;
	color: #06c55b;
	font-size: 12px;
}

div[id="wpadminbar"] {
	z-index: 1000000 !important;
}

.container-wrap, .project-title {
	background-color: #f8f8f8;
	position: relative;
	z-index: 10;
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
	margin-top: 0;
	padding-top: 40px;
}

body[data-smooth-scrolling="0"] {
	overflow: hidden;
}

.subheader {
	color: #6f6f6f;
	margin-bottom: 15px;
}

a {
	color: #3555ff;
	text-decoration: none;
	transition: color .3s;
	-webkit-transition: color .3s;
}

a:hover {
	color: inherit;
}

h1 {
	font-size: 54px;
	line-height: 62px;
	margin-bottom: 7px;
}

h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 7px;
}

h4 {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 7px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans";
	font-weight: 600;
}

p {
	padding-bottom: 27px;
}

.row .col p:last-child {
	padding-bottom: 0;
}

.container .row:last-child, .wpb_wrapper .clear {
	padding-bottom: 0;
}

ul, ol {
	margin-left: 30px;
	margin-bottom: 30px;
}

li ul, li ol {
	margin-bottom: 0;
}

ul li {
	list-style: disc;
	list-style-position: outside;
}

.main-content img {
	max-width: 100%;
	height: auto;
}

.row .col h3, .row .col h4 {
	margin-bottom: 8px;
}

.row .col img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}

.row .col img:not([srcset]) {
	width: auto;
}

@-webkit-keyframes nectar-anim-effect-2-1 {
	0% {
		-ms-transform: translateX(0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	30%, 100% {
		-ms-transform: translateX(-100%);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
		animation-timing-function: cubic-bezier(.67, 0, .3, 1);
	}
}

@keyframes nectar-anim-effect-2-1 {
	0% {
		-ms-transform: translateX(0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	30%, 100% {
		-ms-transform: translateX(-100%);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
		animation-timing-function: cubic-bezier(.67, 0, .3, 1);
	}
}

@-webkit-keyframes nectar-anim-effect-2-2 {
	0%, 14.5% {
		-ms-transform: translateX(0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	34.5%, 100% {
		-ms-transform: translateX(-100%);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
		animation-timing-function: cubic-bezier(.67, 0, .3, 1);
	}
}

@keyframes nectar-anim-effect-2-2 {
	0%, 14.5% {
		-ms-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	34.5%, 100% {
		-ms-transform: translate3d(-100%, 0, 0);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.67, 0, .3, 1);
		animation-timing-function: cubic-bezier(.67, 0, .3, 1);
	}
}

@keyframes material-rotate-left {
	to {
		transform: rotate(30deg);
	}
	
	from {
		transform: rotate(175deg);
	}
}

@keyframes material-rotate-right {
	from {
		transform: rotate(-175deg);
	}
	
	to {
		transform: rotate(-30deg);
	}
}

@keyframes material-rotate-all {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(-360deg);
	}
}

@keyframes material-fade-in-first {
	from {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes material-fade-in-second {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes spinning_animation {
	0% {
		transform: scale(1) rotate(0deg);
	}
	
	50% {
		transform: scale(.8) rotate(360deg);
	}
	
	100% {
		transform: scale(1) rotate(720deg);
	}
}

@-webkit-keyframes spinning_animation {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
	}
	
	50% {
		-webkit-transform: scale(.8) rotate(360deg);
	}
	
	100% {
		-webkit-transform: scale(1) rotate(720deg);
	}
}

@keyframes bounce_in_animation {
	0% {
		transform: scale(0, 0);
	}
	
	20% {
		transform: scale(1.4, 1.4);
	}
	
	50% {
		transform: scale(.8, .8);
	}
	
	85% {
		transform: scale(1.1, 1.1);
	}
	
	100% {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes bounce_in_animation {
	0% {
		-webkit-transform: scale(0, 0);
	}
	
	20% {
		-webkit-transform: scale(1.4, 1.4);
	}
	
	50% {
		-webkit-transform: scale(.8, .8);
	}
	
	85% {
		-webkit-transform: scale(1.1, 1.1);
	}
	
	100% {
		-webkit-transform: scale(1, 1);
	}
}

@keyframes grow_in_animation {
	0% {
		transform: scale(0, 0);
	}
	
	100% {
		transform: scale(1, 1);
	}
}

@-webkit-keyframes grow_in_animation {
	0% {
		-webkit-transform: scale(0, 0);
	}
	
	100% {
		-webkit-transform: scale(1, 1);
	}
}

body[data-bg-header="true"] .container-wrap, body.single-portfolio .container-wrap, body.page-template-template-portfolio-php .container-wrap, body.tax-project-type .container-wrap {
	padding-top: 25px;
	margin-top: 0 !important;
	padding-bottom: 40px;
}

.sub-menu {
	z-index: 3;
}

body .no-transition, #header-outer[data-megamenu-rt="1"].no-transition, #header-outer[data-megamenu-rt="1"].no-transition a:not(#logo), #header-outer[data-megamenu-rt="1"].no-transition img, #header-outer[data-megamenu-rt="1"].no-transition .icon-salient-search, #header-outer[data-megamenu-rt="1"].no-transition .icon-salient-m-user, #header-outer[data-megamenu-rt="1"].no-transition .icon-salient-cart, .ascend #header-outer[data-megamenu-rt="1"].no-transition .has_products .cart-menu .cart-icon-wrap .icon-salient-cart, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:before, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:after, #header-outer[data-megamenu-rt="1"].no-transition .lines-button:after, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul li a > .sf-sub-indicator i, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul #search-btn a:after, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul #nectar-user-account a:after, #header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a:after, #header-outer[data-megamenu-rt="1"].no-transition .cart-menu:after, #header-outer[data-megamenu-rt="1"].no-transition #top nav >ul >li[class*="button_bordered"] >a:not(:hover):before, #header-outer[data-megamenu-rt="1"].no-transition.transparent #top nav >ul >li[class*="button_bordered"] >a:not(:hover):before, body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition, body #slide-out-widget-area-bg.fullscreen-alt.no-transition, .page-submenu.no-trans, .sf-menu >.no-trans >ul, body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open), .posts-container article.ajax-loaded, body[data-button-style="slightly_rounded_shadow"] .nectar-button.wpb_start_animation, body[data-button-style="rounded_shadow"] .nectar-button.wpb_start_animation, .post-area.masonry {
	-webkit-transition: none !important;
	transition: none !important;
}

.nectar-shape-divider-wrap[data-style="waves_opacity"] svg path:first-child {
	opacity: .6;
}

.nectar-shape-divider-wrap[data-style="fan"] svg {
	width: 102%;
	left: -1%;
}

.nectar-shape-divider-wrap[data-style="fan"] svg polygon:nth-child(2) {
	opacity: .15;
}

.nectar-shape-divider-wrap[data-style="fan"] svg rect {
	opacity: .3;
}

.nectar-shape-divider-wrap[data-style="mountains"] svg path:first-child {
	opacity: .1;
}

.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(2) {
	opacity: .12;
}

.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(3) {
	opacity: .18;
}

.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(4) {
	opacity: .33;
}

.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(1), .nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(1) {
	opacity: .15;
}

.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(2), .nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(2) {
	opacity: .3;
}

.col {
	position: relative;
	float: left;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

iframe.iframe-embed, iframe {
	max-width: 100%;
}

@keyframes colorStripReveal {
	0% {
		transform: scale(0, 1) translateZ(0);
	}
	
	100% {
		transform: scale(1, 1) translateZ(0);
	}
}

.nectar-button .im-icon-wrap svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.nectar-button.extra_jumbo .im-icon-wrap svg {
	width: 40px;
	height: 40px;
}

.material .nectar-button .im-icon-wrap svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

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"].ascend .nectar-button.see-through, body[data-button-style^="rounded"] .nectar-button.see-through-2, body[data-button-style^="rounded"].ascend .nectar-button.see-through-2, body[data-button-style^="rounded"] .nectar-button.see-through-3, body[data-button-style^="rounded"].ascend .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"].ascend .container-wrap input[type="submit"], body[data-button-style^="rounded"].ascend .container-wrap button[type="submit"], 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 {
	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);
}

body[data-button-style*="slightly_rounded"] .nectar-cta:not([data-style="material"]) .link_wrap, body[data-button-style*="slightly_rounded"] .nectar-button.see-through, body[data-button-style*="slightly_rounded"].ascend .nectar-button.see-through, body[data-button-style*="slightly_rounded"] .nectar-button.see-through-2, body[data-button-style*="slightly_rounded"].ascend .nectar-button.see-through-2, body[data-button-style*="slightly_rounded"] .nectar-button.see-through-3, body[data-button-style*="slightly_rounded"].ascend .nectar-button.see-through-3, body[data-button-style*="slightly_rounded"] .portfolio-filters-inline .container ul li a, body[data-button-style*="slightly_rounded"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before, body[data-button-style*="slightly_rounded"] #infscr-loading, body[data-button-style*="slightly_rounded"] .flex-direction-nav a, body[data-button-style*="slightly_rounded"] #pagination span, body[data-button-style*="slightly_rounded"] #pagination a, body[data-button-style*="slightly_rounded"] #pagination .next.inactive, body[data-button-style*="slightly_rounded"] #pagination .prev.inactive, body[data-button-style*="slightly_rounded"].woocommerce nav.woocommerce-pagination ul li a, body[data-button-style*="slightly_rounded"].woocommerce .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style*="slightly_rounded"] .container-wrap nav.woocommerce-pagination ul li span, body[data-button-style*="slightly_rounded"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body[data-button-style*="slightly_rounded"] input[type=submit], body[data-button-style*="slightly_rounded"] button[type=submit], body[data-button-style*="slightly_rounded"] input[type="button"], body[data-button-style*="slightly_rounded"] button, body[data-button-style*="slightly_rounded"].ascend .container-wrap input[type="submit"], body[data-button-style*="slightly_rounded"].ascend .container-wrap button[type="submit"], body[data-button-style*="slightly_rounded"] .nectar-button, body[data-button-style*="slightly_rounded"] .swiper-slide .button a, body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_solid_color"] > a:before, body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_bordered"] > a:before, body[data-button-style*="slightly_rounded"] #header-outer .widget_shopping_cart a.button, body[data-button-style*="slightly_rounded"] .comment-list .reply a, body[data-button-style*="slightly_rounded"].material #page-header-bg.fullscreen-header .inner-wrap >a, body[data-button-style*="slightly_rounded"] .sharing-default-minimal .nectar-social-inner >a, body[data-button-style*="slightly_rounded"] .sharing-default-minimal .nectar-love, body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a, body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a, body[data-button-style*="slightly_rounded"] .masonry.classic_enhanced .posts-container article .meta-category a, body[data-button-style*="slightly_rounded"] .blog-recent[data-style*="classic_enhanced"] .meta-category a, .ascend[data-button-style="slightly_rounded"] .container-wrap input[type="submit"], .ascend[data-button-style*="slightly_rounded"] .container-wrap button[type="submit"], body[data-button-style*="slightly_rounded"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	box-shadow: none;
	-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);
}

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);
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover, body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus, body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a:hover, body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:hover, body[data-button-style="slightly_rounded_shadow"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, body[data-button-style="slightly_rounded_shadow"] .swiper-slide .button a:hover, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through-2:hover, body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button:hover, body[data-button-style="slightly_rounded_shadow"].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover, body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .nectar-love:hover, body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .nectar-social-inner > a:hover, body[data-button-style="slightly_rounded_shadow"] .container-wrap input[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover, body[data-button-style="slightly_rounded_shadow"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	box-shadow: 0 20px 38px rgba(0, 0, 0, .16) !important;
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

body[data-button-style="slightly_rounded_shadow"] .widget_search input[type="submit"]:hover {
	-webkit-transform: none !important;
	transform: none !important;
}

.nectar-3d-transparent-button .back-3d svg, .nectar-3d-transparent-button .front-3d svg {
	display: block;
}

@keyframes portSliderLine {
	0% {
		transform: scaleX(0);
		transform-origin: left;
	}
	
	100% {
		transform: scaleX(1);
		transform-origin: left;
	}
}

@keyframes portSliderLine2 {
	0% {
		transform: scaleX(1);
		transform-origin: right;
	}
	
	100% {
		transform: scaleX(0);
		transform-origin: right;
	}
}

.nectar-cta[data-style="arrow-animation"] svg, .nectar-cta[data-style="arrow-animation"] svg polyline {
	stroke: currentColor;
}

.team-meta .nectar-cta[data-style="arrow-animation"] svg polyline {
	stroke-dashoffset: 0;
	stroke-dasharray: 0;
}

.nectar-cta[data-style="arrow-animation"] svg polyline {
	stroke-dashoffset: 140px;
	stroke-dasharray: 140px;
}

.nectar-cta[data-style="arrow-animation"] svg {
	position: absolute;
	left: 25px;
	top: 50%;
	width: 6px;
}

.team-meta nectar-cta[data-style="arrow-animation"] svg {
	left: 24px;
}

@keyframes ctaArrowSVGStart {
	0% {
		transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0);
	}
	
	100% {
		transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0);
	}
}

@keyframes ctaArrowSVGEnd {
	0% {
		transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0);
	}
	
	100% {
		transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0);
	}
}

@keyframes ctaArrowTextStart {
	0% {
		transform: translateX(6px);
	}
	
	100% {
		transform: translateX(0);
	}
}

@keyframes ctaArrowTextEnd {
	0% {
		transform: translateX(0);
	}
	
	100% {
		transform: translateX(6px);
	}
}

@keyframes ctaArrowStart {
	0% {
		stroke-dashoffset: 140px;
		stroke-dasharray: 140px;
	}
	
	100% {
		stroke-dasharray: 140px;
		stroke-dashoffset: 10px;
	}
}

@keyframes ctaArrowStartTeam {
	0% {
		stroke-dashoffset: 0px;
		stroke-dasharray: 0px;
	}
	
	50% {
		stroke-dashoffset: 140px;
		stroke-dasharray: 140px;
	}
	
	100% {
		stroke-dasharray: 140px;
		stroke-dashoffset: 10px;
	}
}

@keyframes ctaArrowEnd {
	0% {
		stroke-dashoffset: 10px;
		stroke-dasharray: 150px 150px;
	}
	
	40% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		stroke-dashoffset: -53px;
		stroke-dasharray: 1px 150px;
	}
}

@keyframes ctaArrowLineStart {
	0% {
		transform-origin: left;
		transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
	}
	
	100% {
		transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0);
	}
}

@keyframes ctaArrowLineEnd {
	0% {
		transform-origin: right;
		transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0);
	}
	
	50% {
		transform-origin: right;
		transform: scaleX(0) translateY(calc(-50% + .5px)) translateZ(0);
	}
	
	51% {
		transform-origin: left;
	}
	
	100% {
		transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
		transform-origin: left;
	}
}

.nectar-cta[data-style="arrow-animation"] svg polyline {
	animation: ctaArrowEnd .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.nectar-cta[data-style="arrow-animation"] svg {
	animation: ctaArrowSVGStart .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

.nectar-cta[data-style="arrow-animation"] .link_wrap:hover svg, .team-member:hover .nectar-cta[data-style="arrow-animation"] .link_wrap svg {
	animation: ctaArrowSVGEnd .45s cubic-bezier(.23, .46, .4, 1) forwards;
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .row .nectar_cascading_images .cascading-image img:not([srcset]) {
		width: 100%;
	}
}

i[class*="fa-"], span[class*="fa-"] {
	display: inline-block;
	word-spacing: 1px;
	position: relative;
	text-align: center;
	top: -2px;
	vertical-align: middle;
	max-width: 100%;
}

[class^="icon-"], i[class*=" icon-"] {
	display: inline-block;
	max-width: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	top: -2px;
	word-spacing: 1px;
}

h3 [class^="icon-"], h2 [class^="icon-"], h4 [class^="icon-"], h5 [class^="icon-"] {
	margin-right: 5px;
}

body .svg-icon-holder[data-color="white"] svg path {
	stroke: #fff;
}

body .svg-icon-holder[data-color="black"] svg path {
	stroke: #000;
}

body .svg-icon-holder[data-color="grey"] svg path {
	stroke: #c8c8c8;
}

@-webkit-keyframes pulsate {
	from {
		opacity: 1;
		transform: scale(1);
	}
	
	to {
		opacity: 0;
		transform: scale(3);
	}
}

@keyframes pulsate {
	from {
		opacity: 1;
		transform: scale(1);
	}
	
	to {
		opacity: 0;
		transform: scale(3);
	}
}

@keyframes nectarBounceIn {
	0% {
		transform: translateY(80px);
		opacity: 0;
	}
	
	33% {
		transform: translateY(-13px);
		opacity: 1;
	}
	
	66% {
		transform: translateY(4px);
		opacity: 1;
	}
	
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes nectarBounceIn {
	0% {
		transform: translateY(80px);
		opacity: 0;
	}
	
	33% {
		transform: translateY(-13px);
		opacity: 1;
	}
	
	66% {
		transform: translateY(4px);
		opacity: 1;
	}
	
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@-webkit-keyframes animationSignal {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	1% {
		opacity: .25;
	}
	
	20% {
		opacity: .25;
	}
	
	60% {
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes animationSignal2 {
	0% {
		opacity: 0;
	}
	
	1% {
		opacity: .2;
	}
	
	20% {
		opacity: .17;
	}
	
	60% {
		opacity: 0;
	}
}

@keyframes animationSignal {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	1% {
		opacity: .25;
	}
	
	20% {
		opacity: .25;
	}
	
	60% {
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes animationSignal2 {
	0% {
		opacity: 0;
	}
	
	1% {
		opacity: .2;
	}
	
	20% {
		opacity: .17;
	}
	
	60% {
		opacity: 0;
	}
}

.nectar_video_lightbox svg, .masonry-blog-item .video-play-button svg, .auto_meta_overlaid_spaced article .content-inner > .play svg {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 2px;
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.nectar-video-box .play_button_mouse_follow svg {
	width: 12px;
}

@media only screen and (max-width: 690px) {
	.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox svg {
		width: 10px;
	}
}

@-webkit-keyframes pulse-1 {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

@keyframes pulse-1 {
	0% {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}
	
	100% {
		transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-2 {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: .5;
	}
	
	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

@keyframes pulse-2 {
	0% {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: .5;
	}
	
	100% {
		transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

.nectar_video_lightbox.play_button_with_text svg {
	width: 14px;
	height: 14px;
	z-index: 100;
}

.nectar_video_lightbox.play_button_with_text[data-style="small"] svg, .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] svg {
	height: 10px;
	width: 10px;
}

@keyframes nectar-scrolling-text-animation {
	to {
		transform: translateX(-120%) translateZ(0);
	}
}

.row .col.section-title {
	margin: 0 0 0 0;
	padding: 0 0 36px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.row .col.section-title h1, .row .col.section-title h2 {
	margin-bottom: 0;
	font-family: "Open Sans";
	font-weight: 600;
	letter-spacing: -1px;
	position: relative;
}

.row .col.section-title h1 {
	top: 3px;
}

.row .col.section-title span {
	font-size: 20px;
	line-height: 20px;
	color: rgba(0, 0, 0, .45);
	top: 0;
	position: relative;
	text-transform: none;
	font-family: "Open Sans";
	padding-left: 10px;
}

.archive.author .row .col.section-title span, .archive.category .row .col.section-title span, .archive.tag .row .col.section-title span, .archive.date .row .col.section-title span {
	padding-left: 0;
}

.row .col.section-title h1 {
	margin-bottom: 0;
}

@keyframes pageHeaderFadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes pageHeaderFadeInText {
	0% {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

body[data-bg-header="true"] .container-wrap, html.fp-enabled .container-wrap {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.page-header-no-bg {
	padding-bottom: 0;
	padding-top: 35px;
	background-color: #f8f8f8;
}

.page-header-no-bg {
	z-index: 1000;
}

#page-header-bg[data-alignment="center"], .page-header-no-bg[data-alignment="center"] {
	text-align: center;
}

#page-header-bg[data-alignment="right"], .page-header-no-bg[data-alignment="right"] {
	text-align: right;
}

body[data-bg-header="true"].archive .container-wrap, body[data-bg-header="true"].category .container-wrap, body[data-bg-header="true"].blog .container-wrap {
	padding-top: 4.1em !important;
}

#page-header-bg[data-text-alignment="center"], .page-header-no-bg[data-text-alignment="center"], .nectar-box-roll .overlaid-content[data-text-alignment="center"] {
	text-align: center;
}

#page-header-bg[data-text-alignment="right"], .page-header-no-bg[data-text-alignment="right"], .nectar-box-roll .overlaid-content[data-text-alignment="right"] {
	text-align: right;
}

#page-header-bg[data-text-alignment="center"] .span_6, .page-header-no-bg[data-text-alignment="center"] .span_6, .nectar-box-roll .overlaid-content[data-text-alignment="center"] .span_6 {
	left: 0;
	width: 100% !important;
}

@media only screen and (max-width:690px) {
	.overlaid-content svg {
		display: none;
	}
}

@keyframes ctaMinimaLArrowOuter {
	0% {
		transform: translateY(0);
	}
	
	20% {
		transform: translateY(12px);
	}
	
	50% {
		transform: translateY(0);
	}
	
	100% {
		transform: translateY(0);
	}
}

@keyframes ctaMinimaLArrowLine {
	0% {
		transform-origin: bottom;
		transform: scaleY(1);
	}
	
	50% {
		transform-origin: bottom;
		transform: scaleY(0);
	}
	
	51% {
		transform-origin: top;
	}
	
	100% {
		transform: scaleY(1);
		transform-origin: top;
	}
}

@keyframes ctaMinimaLArrow {
	0% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 0px;
	}
	
	50% {
		stroke-dasharray: 45px;
		stroke-dashoffset: -45px;
	}
	
	51% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 45px;
	}
	
	100% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 0px;
	}
}

.nectar-next-section-wrap.minimal-arrow svg {
	animation: ctaMinimaLArrowOuter 2.5s cubic-bezier(.55, 0, .45, 1) infinite;
}

.nectar-next-section-wrap.minimal-arrow a:hover svg path {
	animation: ctaMinimaLArrowLine .6s cubic-bezier(.25, 0, .45, 1) forwards;
}

.nectar-next-section-wrap.minimal-arrow a:hover svg polyline {
	stroke-dashoffset: 0px;
	stroke-dasharray: 45px;
	animation: ctaMinimaLArrow .6s cubic-bezier(.25, 0, .45, 1) forwards .1s;
}

.nectar-next-section-wrap.minimal-arrow svg {
	display: block;
	width: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

@keyframes down_arrow_bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	
	40% {
		transform: translateY(-14px);
	}
	
	60% {
		transform: translateY(-7px);
	}
}

@-webkit-keyframes mouse-scroll-btn-roll-over {
	0% {
		stroke-dashoffset: 120;
	}
	
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes mouse-scroll-btn-roll-over {
	0% {
		stroke-dashoffset: 120;
	}
	
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes mouse-scroll-btn-roll-out {
	0% {
		stroke-dashoffset: 0;
	}
	
	100% {
		stroke-dashoffset: -120;
	}
}

@keyframes mouse-scroll-btn-roll-out {
	0% {
		stroke-dashoffset: 0;
	}
	
	100% {
		stroke-dashoffset: -120;
	}
}

@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px);
	}
	
	45% {
		opacity: 0;
		-webkit-transform: scaleY(.5) translateY(13px);
		transform: scaleY(.5) translateY(13px);
	}
	
	46% {
		opacity: 0;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px);
	}
	
	65%, 100% {
		opacity: 1;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px);
	}
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px);
	}
	
	45% {
		opacity: 0;
		-webkit-transform: scaleY(.5) translateY(13px);
		transform: scaleY(.5) translateY(13px);
	}
	
	46% {
		opacity: 0;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px);
	}
	
	65%, 100% {
		opacity: 1;
		-webkit-transform: scaleY(1) translateY(-10px);
		transform: scaleY(1) translateY(-10px);
	}
}

@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	45% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	65%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	45% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	65%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes portRightLineStart {
	0% {
		transform: translateY(-50%) translateX(-25px) scaleX(0);
	}
	
	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
}

@keyframes rightLineStart {
	0% {
		transform: translateY(-50%) translateX(-88px) scaleX(0);
	}
	
	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
}

@keyframes rightLineEnd {
	0% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
	
	100% {
		transform: translateY(-50%) translateX(28px) scaleX(0);
	}
}

@keyframes rightLineStart2 {
	0% {
		transform: translateY(-50%) translateX(88px) scaleX(0);
	}
	
	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
}

@keyframes rightLineEnd2 {
	0% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
	
	100% {
		transform: translateY(-50%) translateX(-28px) scaleX(0);
	}
}

@keyframes rightArrowStart {
	0% {
		transform: translateX(-50px);
	}
	
	100% {
		transform: translateX(42px);
	}
}

@keyframes rightArrowEnd {
	0% {
		transform: translateX(42px);
	}
	
	100% {
		transform: translateX(75px);
	}
}

@keyframes rightArrowStart2 {
	0% {
		transform: translateX(50px) rotate(180deg);
	}
	
	100% {
		transform: translateX(-42px) rotate(180deg);
	}
}

@keyframes rightArrowEnd2 {
	0% {
		transform: translateX(-42px) rotate(180deg);
	}
	
	100% {
		transform: translateX(-75px) rotate(180deg);
	}
}

@keyframes rightArrowLineStart {
	0% {
		stroke-dashoffset: 30px;
	}
	
	100% {
		stroke-dashoffset: 40px;
	}
}

@keyframes rightArrowLineEnd {
	0% {
		stroke-dashoffset: 40px;
	}
	
	100% {
		stroke-dashoffset: 50px;
	}
}

.post-area.masonry {
	width: 1125px;
	margin-bottom: 20px;
	margin-top: 0;
	overflow: visible;
}

body[data-ext-responsive="true"] .post-area.masonry {
	width: 100%;
}

.post-area.masonry.span_9 {
	width: 834px;
	margin-right: 5px;
}

body[data-ext-responsive="true"] .post-area.masonry.span_9, body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
	width: 76.5%;
	margin-right: 0;
}

.post-area.masonry .post .post-content, .post-area.featured_img_left .post .post-content {
	padding-left: 0 !important;
}

.post-area.masonry .post .post-meta {
	display: block;
	margin-bottom: 0;
}

.post.masonry-blog-item .post-meta {
	position: relative;
}

body .post.masonry-blog-item .post-meta .date {
	border-bottom: 0;
	line-height: 22px;
	padding-bottom: 0;
	float: left;
	margin-bottom: 0;
}

.post.masonry-blog-item .content-inner {
	padding-bottom: 0;
	margin-bottom: 18px;
}

.masonry.classic .post.masonry-blog-item h3.title {
	font-size: 20px;
	line-height: 30px;
}

.post.masonry-blog-item .more-link {
	margin-bottom: 10px;
}

.post.masonry-blog-item .post-meta:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#search-results .result, .masonry-blog-item {
	width: 31%;
	display: inline-block;
	margin-bottom: 2.5%;
	position: relative;
	color: #676767;
}

.masonry-blog-item .inner-wrap, #search-results .result .inner-wrap {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	background-color: #fff;
	padding: 18px;
}

.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 {
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: "";
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: transform .37s cubic-bezier(.52, .01, .16, 1);
	transition: transform .37s cubic-bezier(.52, .01, .16, 1);
}

.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 {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.material.masonry .masonry-blog-item .video-play-button svg, .post-area.featured_img_left .video-play-button svg {
	height: 14px;
	width: 14px;
}

.post-area.featured_img_left .video-play-button svg {
	margin-right: -2px;
}

.masonry-blog-item {
	margin-bottom: 0;
}

.masonry-blog-item {
	width: 31.1%;
}

.post-area.masonry.span_9 .masonry-blog-item {
	width: 46.8%;
}

#search-results .result .bottom-line, .masonry-blog-item .bottom-line {
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: #eaeaea;
}

.posts-container article .inner-wrap.animated, .posts-container[data-load-animation="fade_in"] article .inner-wrap.animated {
	opacity: 0;
	transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
}

.posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap, .posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap.animated {
	transition: opacity .3s cubic-bezier(.3, .58, .55, 1), transform .3s cubic-bezier(.3, .58, .55, 1);
	-webkit-transition: opacity .3s cubic-bezier(.3, .58, .55, 1), -webkit-transform .3s cubic-bezier(.3, .58, .55, 1);
}

.posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap {
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
}

.posts-container[data-load-animation="perspective"] {
	perspective: 2000px;
	-webkit-perspective: 2000px;
	perspective-origin: 50% 0px;
	-webkit-perspective-origin: 50% 700px;
}

.posts-container[data-load-animation="perspective"] article {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.posts-container[data-load-animation="perspective"] article .inner-wrap, .posts-container[data-load-animation="perspective"] article .inner-wrap.animated {
	transition: opacity .3s cubic-bezier(.1, .3, .2, 1), transform .72s cubic-bezier(.1, .3, .27, 1);
	-webkit-transition: opacity .3s cubic-bezier(.1, .3, .2, 1), -webkit-transform .72s cubic-bezier(.1, .3, .27, 1);
}

.posts-container[data-load-animation="perspective"] article .inner-wrap {
	transform: translateY(450px) rotateX(24deg);
	-webkit-transform: translateY(450px) rotateX(24deg);
}

.posts-container article .inner-wrap {
	height: 100%;
}

.post-area {
	padding-right: 30px;
	margin-top: 4px;
}

.post .more-link, .blog-recent .more-link {
	display: block;
	margin-top: 25px;
	cursor: default;
	color: #fff;
}

.post .content-inner {
	padding-bottom: 80px;
}

.post .more-link span, .blog-recent .more-link span {
	background-color: #333;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
	width: auto;
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

body[data-button-style*="slightly_rounded"] .post .more-link span, body[data-button-style*="slightly_rounded"] .blog-recent .more-link span {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.post .more-link span:hover, .blog-recent .more-link span:hover {
	background-color: #000;
}

.post .post-meta {
	position: absolute;
	left: 0;
	top: 0;
}

.post.masonry-blog-item .post-meta {
	border-right: 0;
}

.post-header, #single-below-header {
	margin-bottom: 12px;
	color: #888;
}

.post .post-header a, .result a, #single-below-header a, #page-header-bg #single-below-header a {
	color: inherit;
}

.post .post-content.classic .content-inner {
	border-bottom: 1px solid #ddd;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.original .post-area.masonry .post .post-content.classic .content-inner {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.masonry .post-content.classic .post-header {
	font-size: 12px;
}

.post .post-content {
	position: relative;
	min-height: 98px;
}

.post-content {
	padding-left: 95px;
}

.post .content-inner {
	position: relative;
}

.post-content.classic .post-header > span:after {
	background-color: #888;
	width: 1px;
	margin: 0 4px;
	height: 11px;
	content: "";
	display: inline-block;
}

.masonry .post-content.classic .post-header > span:after {
	height: 10px;
	margin: 0 6px;
}

.post-content.classic .post-header > span:last-of-type:after {
	display: none;
}

.post h3.title {
	margin-bottom: 4px;
}

.post .post-meta {
	display: block;
	margin-bottom: 20px;
	border-right: 1px solid #e6e6e6;
}

.post .content-inner .post-featured-img img {
	max-width: none;
	margin-bottom: 15px;
	width: 100%;
}

.post .post-meta .date {
	font-size: 12px;
	padding-bottom: 2px;
	margin-bottom: 12px;
	position: relative;
	transition: all .2s linear 0s;
}

.post .post-meta .date {
	padding-bottom: 17px;
	border-bottom: 1px solid #e6e6e6;
}

.post-content.classic .post-meta[data-love="false"] .date {
	border-bottom: 0;
}

.post-content.classic .post-meta[data-love="false"] {
	border-right: 0;
}

.hentry .updated.rich-snippet-hidden, #page-header-bg[data-post-hs="default_minimal"] #single-below-header .updated.rich-snippet-hidden, .post-area[data-remove-post-date="1"] article .date, .post-area[data-remove-post-date="1"].masonry.classic_enhanced .post-header > span, .post-area[data-remove-post-date="1"].masonry.material .masonry-blog-item .grav-wrap .text > span, .post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span, .blog-recent[data-style*="classic_enhanced"][data-remove-post-date="1"] .post-header > span, .blog-recent[data-style="title_only"][data-remove-post-date="1"] .post-header > span, .blog-recent[data-style="minimal"][data-remove-post-date="1"] .post-header > .meta > span {
	display: none;
}

.post-area[data-remove-post-author="1"] article .meta-author, .post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap .text a, .post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap > a, .post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a, .post-area[data-remove-post-author="1"].featured_img_left .grav-wrap > a, .post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap, .blog-recent[data-style="default"][data-remove-post-author="1"] .meta-author, .blog-recent[data-style*="classic_enhanced"][data-remove-post-author="1"] .meta-author, .nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap > a, .nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap .text > span {
	display: none;
}

.auto_meta_overlaid_spaced article .content-inner > .play svg {
	width: 14px;
	height: 14px;
}

.auto_meta_overlaid_spaced article .content-inner > .play svg path {
	fill: #fff;
}

.masonry.classic_enhanced .posts-container article .video-play-button svg {
	width: 16px;
	height: 16px;
	display: block;
}

@media only screen and (min-width : 690px) and (max-width : 999px) {
	.container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
		max-width: 600px;
	}
}

body[data-footer-reveal="1"] .container-wrap {
	margin-bottom: 280px;
}

body[data-footer-reveal="1"][data-footer-reveal-shadow="small"] .container-wrap {
	box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2);
}

body[data-footer-reveal="1"][data-footer-reveal-shadow="large"] .container-wrap {
	box-shadow: 0 27px 25px -2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 27px 25px -2px rgba(0, 0, 0, .3);
}

body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] .container-wrap {
	box-shadow: 0 70px 110px -30px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 70px 110px -30px rgba(0, 0, 0, 1);
}

@-webkit-keyframes MenuAnimOut5 {
	0% {}
	
	100% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% {}
	
	100% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		transform: rotateY(-25deg) translateX(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(-25deg) translateX(-300px);
		transform: rotateY(-25deg) translateX(-300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		transform: rotateY(0deg) translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		transform: rotateY(25deg) translateX(300px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		transform: rotateY(0deg) translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: rotateY(0deg) translateX(0px);
		transform: rotateY(0deg) translateX(0px);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: rotateY(25deg) translateX(300px);
		transform: rotateY(25deg) translateX(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% {}
	
	100% {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% {}
	
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: scale(.8);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(.8);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0;
	}
}

#sidebar div ul {
	margin-left: 0;
}

#sidebar div ul li {
	padding: 8px 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
}

#sidebar >div {
	margin-bottom: 50px;
}

#sidebar >div:last-child {
	margin-bottom: 0;
}

#sidebar h4 {
	color: #000;
	opacity: .7;
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 15px;
}

#sidebar .widget li:first-child {
	padding-top: 0;
}

#sidebar .widget input[type=text], #sidebar .widget input[type=email] {
	padding: 10px;
	width: 100%;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea {
	padding: 10px;
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	line-height: 24px;
	color: #555;
	background-color: #f1f1f1;
	border: none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}

input:focus, select:focus, textarea:focus {
	outline: 0;
}

.original[data-form-style="default"] input[type=text]:focus, .original[data-form-style="default"] textarea:focus, .original[data-form-style="default"] input[type=email]:focus, .original[data-form-style="default"] input[type=search]:focus, .original[data-form-style="default"] input[type=password]:focus, .original[data-form-style="default"] input[type=tel]:focus, .original[data-form-style="default"] input[type=url]:focus, .original[data-form-style="default"] input[type=date]:focus {
	background-color: #ebebeb;
}

input[type=submit], button[type=submit], input[type="button"] {
	background-color: #333;
	padding: 7px 11px;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: all .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
	width: auto;
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

input[type=submit]:hover, button[type=submit]:hover, input[type="button"]:hover {
	background-color: #000;
}

body[data-form-submit="regular"] .container-wrap input[type=submit], body[data-form-submit="regular"] .container-wrap button[type=submit], 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) {
	padding: 15px 22px !important;
}

body[data-form-submit="regular"] input[type=submit]:hover, body[data-form-submit="regular"] button[type=submit]:hover {
	opacity: .85;
}

body[data-form-submit="see-through"] input[type=submit], body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn), body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order {
	background-color: transparent !important;
	border: 2px solid #000 !important;
}

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"] .container-wrap .span_12.light 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] {
	background-color: rgba(0, 0, 0, .035);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	position: relative;
	margin: 0;
	font-size: 14px;
	border-bottom: 2px solid #e0e0e0;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	border-radius: 0;
}

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, body[data-form-submit="see-through"] input[type=submit]:hover, body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn):hover, .nectar_icon_wrap[data-style="shadow-bg"]:not([data-color="white"]) .nectar_icon i {
	color: #fff !important;
}

@keyframes fadebottom {
	0% {
		opacity: 1;
		transform: translateY(0px);
	}
	
	25% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	30% {
		opacity: 0;
		transform: translateY(0px);
	}
	
	45% {
		opacity: 1;
		transform: translateY(0px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@-webkit-keyframes fadebottom {
	0% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	25% {
		opacity: 0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
	}
	
	30% {
		opacity: 0;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	45% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@font-face {
	font-family: "icomoon";
	src: url("/wp-content/themes/salient/css/fonts/icomoon.eot");
	src: url("/wp-content/themes/salient/css/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/salient/css/fonts/icomoon.woff") format("woff"), url("/wp-content/themes/salient/css/fonts/icomoon.ttf") format("truetype"), url("/wp-content/themes/salient/css/fonts/icomoon.svg#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: linecons;
	src: url("/wp-content/themes/salient/css/fonts/linecons.eot");
	src: url("/wp-content/themes/salient/css/fonts/linecons.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/salient/css/fonts/linecons.ttf") format("truetype"), url("/wp-content/themes/salient/css/fonts/linecons.woff") format("woff"), url("/wp-content/themes/salient/css/fonts/linecons.svg#linecons") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

[class*=" linecon-icon-"], [class^=linecon-icon-] {
	font-family: linecons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: steadysets;
	src: url("/wp-content/themes/salient/css/fonts/steadysets.eot");
	src: url("/wp-content/themes/salient/css/fonts/steadysets.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/salient/css/fonts/steadysets.ttf") format("truetype"), url("/wp-content/themes/salient/css/fonts/steadysets.woff") format("woff"), url("/wp-content/themes/salient/css/fonts/steadysets.svg#icomoon") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

[class*=" steadysets-icon-"], [class^=steadysets-icon-] {
	font-family: steadysets !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}