body.author #page-header-wrap #page-header-bg, body.category #page-header-wrap #page-header-bg, body.tag #page-header-wrap #page-header-bg, body.date #page-header-wrap #page-header-bg {
	height: auto;
	padding-top: 8%;
	padding-bottom: 8%;
}

.archive #page-header-wrap {
	height: auto;
}

.archive.category .row .col.section-title p, .archive.tag .row .col.section-title p {
	margin-top: 10px;
}

body[data-bg-header="true"].archive .container-wrap.meta_overlaid_blog, body[data-bg-header="true"].category .container-wrap.meta_overlaid_blog, body[data-bg-header="true"].author .container-wrap.meta_overlaid_blog, body[data-bg-header="true"].date .container-wrap.meta_overlaid_blog {
	padding-top: 0 !important;
}

#page-header-bg[data-alignment="center"] .span_6 p {
	margin: 0 auto;
}

body.archive #page-header-bg:not(.fullscreen-header) .span_6 {
	position: relative;
	-webkit-transform: none;
	transform: none;
	top: 0;
}

.blog-archive-header .nectar-author-gravatar img {
	width: 125px;
	border-radius: 100px;
}

.blog-archive-header .container .span_12 p {
	font-size: min(max(calc(1.3vw), 16px), 20px);
	line-height: 1.5;
	margin-top: .5em;
}

body .page-header-no-bg.color-bg {
	padding: 5% 0;
}

@media only screen and (max-width:1000px) {
	body .page-header-no-bg.color-bg {
		padding: 7% 0;
	}
}

@media only screen and (max-width:690px) {
	body .page-header-no-bg.color-bg {
		padding: 9% 0;
	}
	
	.blog-archive-header .nectar-author-gravatar img {
		width: 75px;
	}
}

.blog-archive-header.color-bg .col.section-title {
	border-bottom: 0;
	padding: 0;
}

.blog-archive-header.color-bg * {
	color: inherit !important;
}

.nectar-archive-tax-count {
	position: relative;
	padding: .5em;
	transform: translateX(.25em) translateY(-.75em);
	font-size: clamp(14px, .3em, 20px);
	display: inline-block;
	vertical-align: super;
}

.nectar-archive-tax-count:before {
	content: "";
	display: block;
	padding-bottom: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100px;
	background-color: currentColor;
	opacity: .1;
}

@media only screen and (min-width:1000px) {
	body #ajax-content-wrap.no-scroll {
		min-height: calc(100vh - 160px);
		height: calc(100vh - 160px) !important;
	}
}

@media only screen and (min-width:1000px) {
	#page-header-wrap.fullscreen-header, #page-header-wrap.fullscreen-header #page-header-bg, html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header, .nectar_fullscreen_zoom_recent_projects, #nectar_fullscreen_rows:not(.afterLoaded) > div {
		height: calc(100vh - 159px);
	}
	
	.wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
		min-height: calc(100vh - 159px);
	}
	
	html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header {
		top: 160px;
	}
	
	.nectar-slider-wrap[data-fullscreen="true"]:not(.loaded), .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container {
		height: calc(100vh - 158px) !important;
	}
	
	.admin-bar .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded), .admin-bar .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container {
		height: calc(100vh - 158px - 32px) !important;
	}
}

.admin-bar[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level, .admin-bar[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
	min-height: calc(100vh - 32px);
}

body[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level, body[class*="page-template-template-no-header"] .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
	min-height: 100vh;
}

@media only screen and (max-width:999px) {
	.using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) > div {
		height: calc(100vh - 136px);
	}
	
	.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level, .using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12, [data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level, [data-permanent-transparent="1"].using-mobile-browser .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
		min-height: calc(100vh - 136px);
	}
	
	html:not(.nectar-box-roll-loaded) .nectar-box-roll > #page-header-bg.fullscreen-header, .nectar_fullscreen_zoom_recent_projects, .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded), .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container, #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) > div {
		height: calc(100vh - 83px);
	}
	
	.wpb_row.vc_row-o-full-height.top-level, .wpb_row.vc_row-o-full-height.top-level > .col.span_12 {
		min-height: calc(100vh - 83px);
	}
	
	body[data-transparent-header="false"] #ajax-content-wrap.no-scroll {
		min-height: calc(100vh - 83px);
		height: calc(100vh - 83px);
	}
}

.row .col img.img-with-animation.nectar-lazy:not([srcset]) {
	width: 100%;
}

.col.padding-3-percent > .n-sticky > .vc_column-inner {
	border: 1px solid #e2e2e2 !important;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a {
	color: #fff !important;
	background-color: #000 !important;
}

.gform_title {
	display: none !important;
}

.gform-theme--foundation .gform_fields {
	row-gap: 10px !important;
}

.gform_button {
	background-color: #f00 !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
	--gf-ctrl-outline-width-focus: 0 !important;
}

.gfield_label {
	margin-top: 10px !important;
}

.tabbed > ul li .active-tab {
	background-color: #f00 !important;
	color: #fff !important;
}

.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a:not(.active-tab):hover {
	color: #f00 !important;
	opacity: 1 !important;
}

@media only screen and (max-width: 690px) {
	.tabbed[data-style*=minimal]>ul li:not(.cta-button) .active-tab, .tabbed[data-style*=minimal]>ul li:not(.cta-button) a {
		padding: 20px 15px 20px 15px !important;
	}
	
	.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li {
		width: 100% !important;
	}
}

.nectar-icon-list-item {
	margin-bottom: 20px !important;
}