/*-- Enfold-Specific StratLab Stylesheet --*/

#header .avia-menu {
	padding: 0;
	border: none;
	margin-right: 5px;
}
#header.av_header_glassy #header_main {
		border-bottom: none;
}

#header .avia-menu-fx {
	height: 3px;
}

#header .av-hamburger-inner::before,
#header .av-hamburger-inner::after {
	background: inherit;
}

@media only screen and (min-width: 989px) {
	#header.av_header_glassy:not(.header-scrolled) .header_bg {
		background-color: transparent !important;
		background: linear-gradient(to bottom, black 20%, rgba(0,0,0,0));
		height: 150%;
		pointer-events: none;
		opacity: 0.5 !important;
	}
}

@media only screen and (max-width: 989px) {
  #header .avia-menu {
    float: right;
    margin: 0;
  }
}

#top .title_container {
	border-bottom: 5px solid currentcolor;
}
#top .title_container .main-title {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	padding: 0.25em 0;
	max-width: max-content;
     display: block;
}
#top .title_container .main-title::after {
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	background: var(--alt-color);
	bottom: -15px;
	position: absolute;
}

#top .title_container a:hover {
	color: var(--alt-color);
}

@media only screen and (max-width: 767px) {
		#top .title_container .main-title {
			position: unset;
	 }
		#top .title_container .main-title::after {
			bottom: -5px;
    }
}

#socket {
	text-transform: uppercase;
	letter-spacing: 0.025em;
	float: left;
	width: 100%;
	clear: both;
	border: none;
}
#socket .avia-menu-text {
  color: inherit !important;
}

#footer-page {
	float: left;
	width: 100%;
	clear: both;
}

#top #wrap_all .button,
#top #wrap_all .avia-button {
	transition: all 0.3s ease;
	text-decoration: none;
	font-weight: bold;
	border-radius: var(--radius);
}

#searchsubmit {
	border-radius: 0 var(--radius) var(--radius) 0 !important;
}

#top .avia-icon-list-container {
	margin-top: 10px;
	margin-bottom: -10px;
}

#top .av-iconlist-big > li {
	padding-bottom: 10px;
}

.responsive .container .av-milestone-icon-inner,
.responsive .avia-icon-list .iconlist_icon {
	background-color: var(--main-color);
}

#top .av-milestone-date  {
	padding-bottom: 0.5em;
}

.av-no-preview .avia-timeline-vertical .av-milestone-content-wrap {
	padding-bottom: 30px;
}

.responsive .iconlist_content  {
	color: inherit;
}

#top .special-heading-inner-border {
	opacity: 1;
	border-top: 3px solid currentcolor;
}

#top .heading-wrap::before {
	margin-right: 0.5em;
}

#top .heading-wrap::after {
	margin-left: 0.5em;
}

#top .heading-wrap::before,
#top .heading-wrap::after {
	border-bottom: 3px solid currentcolor;
}

#top .iconbox_content .button {
	display: block;
	max-width: max-content;
	margin: 0 auto;
}


#top .avia-caption-title sup {
	vertical-align: inherit;
	font-size: 0.75em;
	display: block;
	line-height: 1.25em;
	font-weight: normal;
}

#top.single blockquote {
	width: 100%;
	background: var(--sub-color);
	color: inherit;
	font-size: 1.15em;
	padding: 10px 15px;
}

#top.single blockquote > p:first-of-type {
	margin-top: 0;
}

#top.single blockquote > p:last-of-type {
	margin-bottom: 0;
}

#top .news-link .news-thumb {
	padding: 0;
	border: none;
	border-radius: 100%;
	overflow: hidden;
	width: 42px;
	height: 42px;
	box-shadow: 0 2px 5px inset rgba(0,0,0,0.1);
}

#top .news-link a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#top .news-link .news-thumb img {
	width: 100%;
	height: 100%;
}

#top .news-link {
	display: block;
	padding: 5px;
	transition: all 0.2s ease;
	color: var(--body-color);
	border: 1px solid transparent;
}

#top .news-link * {
	color: inherit;
}

#top .sidebar .news-content {
	padding: 0;
}

#top .widget_categories li {
	display: block;
	padding: 4px 7px;
	border: 1px solid #ddd;
	text-decoration: none;
	line-height: 1.5em;
	transition: all 0.3s ease;
	margin-bottom: 5px;
	text-align: right;
	position: relative;
}

#top .widget_categories li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
	padding: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#top .widget_categories li:hover,
#top .news-link:hover {
	color: var(--main-color);
	background: var(--sub-color);
}

#top .widget_categories .current-cat {
	color: var(--body-color);
	background: var(--sub-color);
}


#top .widget_categories .current-cat a{
	color: inherit;
	font-weight: bold;
}

@media only screen and (min-width: 767px) and (max-width: 1310px){
	#top .inner_sidebar {
		margin-left: 20px;
	}
}

#top .avia-content-slider:not(.avia-logo-element-container) .avia-content-slider-inner,#top .avia-content-slider:not(.avia-logo-element-container) {
	overflow:visible;
}

#top .team-wrap,
#top .avia-content-slider:not(.avia-logo-element-container) .slide-entry {
	background:var(--sub-color);
	transition:all 0.2s ease;
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
	border-radius: var(--radius);
	overflow:hidden;
}
#top .avia-content-slider .slide-entry-title {
	padding:5px 15px;
	margin:10px 0 0 0;
	font-size:20px;
	letter-spacing:0;
	color:var(--body-color);
}
#top .avia-content-slider .slide-entry-excerpt {
	padding:0 15px;
	font-size:14px;
	line-height:1.5em;
}

#top .avia-content-slider:not(.avia-content-slider-element-container) .slide-entry-excerpt {
	margin-bottom:15px;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	overflow:hidden;
	height:6em;
}
#top .avia-content-slider .slide-entry .slide-meta {
	padding:0 10px;
	position:absolute;
	top:0;
	margin:0;
	background:rgba(0,0,0,0.35);
	color:var(--bg-color);
	width:max-content;
	font-size:14px;
	border-bottom-right-radius: 5px;
	pointer-events:none;
}
#top .avia-content-slider .slide-entry .blog-categories {
	top:0 !important;
	padding:0 15px 10px 15px;
	width:100%;
	position:relative;
	line-height:1.5em;
	font-size:10px;
	letter-spacing:0.025em;
}
#top .avia-content-slider .slide-entry .blog-categories a:not(:hover) {
	color:var(--alt-color) !important;
}
#top .avia-content-slider:not(.avia-logo-element-container) .slide-image,#top .avia-content-slider:not(.avia-logo-element-container) .slide-image img {
	border-radius:0;
	width:100%;
	max-height:250px;
	object-fit:cover;
	transition:transform 0.5s ease;
}
#top .avia-content-slider:not(.avia-logo-element-container) .slide-entry:hover img {
	transform:scale(1.15);
}
#top .news-wrap .image-overlay,#top .avia-content-slider .image-overlay {
	display:none !important;
}

@media only screen and (max-width:989px) {
		#top .post-slider .avia-slideshow-arrows {
		position:relative;
		margin:40px 0 70px 0;
	}
	#top .post-slider .slide-entry {
		padding:0;
	}
	#top .post-slider .slide-image {
		width:400px;
	}
	#top .post-slider .slide-image img {
		float:left;
	}
	#top .post-slider .slide-content,#top .post-slider .entry-footer {
		width:100%;
		clear:both;
		float:none;
	}
}

@media only screen and (min-width:550px) and (max-width:989px) {
		#top .avia-content-slider:not(.avia-content-slider-element-container) .slide-entry,#top.archive .grid-entry {
		width:47% !important;
		float:left;
		clear:none !important;
		margin:1.5% !important;
	}
	#top .avia-content-slider:not(.avia-logo-element-container,.avia-content-slider-element-container) .slide-entry-wrap .slide-entry:first-of-type {
		width:97% !important;
		margin:15px 1.5% !important;
	}
	#top .avia-content-slider:not(.avia-logo-element-container,.avia-content-slider-element-container) .slide-entry-wrap .slide-entry:first-of-type .slide-image {
		width:48%;
		float:left;
		margin-right:2%;
		height:100%;
		position:absolute;
		max-height:unset;
	}
	#top .avia-content-slider:not(.avia-logo-element-container,.avia-content-slider-element-container) .slide-entry-wrap .slide-entry:first-of-type .slide-image img {
		height:100%;
		max-height:unset;
	}
	.avia-content-slider .slide-entry-wrap .slide-entry:first-of-type .slide-content {
		float:right;
		width:48%;
		margin-left:2%
	}
	.avia-content-slider .slide-entry-wrap .slide-entry:first-of-type .blog-categories {
		top:10px !important;
	}
}

@media only screen and (max-width:550px) {
		#top .avia-content-slider:not(.avia-logo-element-container) .slide-entry {
		width:100% !important;
		margin:0 0 30px 0 !important;
	}
}

#top .avia-logo-element-container .slide-image {
	background: transparent;
}

#top .no-logo-slider-heading .new-special-heading {
	display: none;
}

#top .avia-logo-element-container img {
	height: 150px;
	object-fit: contain;
	padding: 5px;
}

#top .avia-content-slider.av-nav-arrows-visible {
	margin-bottom: 40px;
}

#top .avia-content-slider .avia-slideshow-arrows {
	position: absolute;
	width: 100%;
	top: unset;
	bottom: -30px;
}

#top #wrap_all .avia-content-slider .avia-slideshow-arrows a {
	color: inherit;
	background: transparent;
	border: 2px solid;
	height: 30px;
	width: 30px !important;
	margin: 0;
	display: block;
	line-height: 27px;
	font-size: 20px;
	transition: all 0.3s ease;
	border-radius: var(--radius);
}

#top .avia-content-slider .avia-slideshow-arrows a::before {
	background: transparent;
	border-radius: 0;
	line-height: inherit;
	font-size: inherit;
}

/*-- GRAVITY FORMS --*/

#top .gform_button {
	font-size: 1.2em;
	font-weight: bold;
}

#top .gfield_required {
	color: var(--main-color);
}

#top .select2-selection,
#top select,
#top textarea,
#top input:not([type="button"],[type="submit"], .button) {
	color: var(--body-color) !important;
	background-color: var(--sub-color) !important;
	border-bottom-width: 3px !important;
	border-radius: var(--radius) !important;
	max-width: 100%;
}

#top .footer_color .select2-selection,
#top .footer_color select,
#top .footer_color textarea,
#top .footer_color input:not([type="button"],[type="submit"], .button) {
	background: rgba(0,0,0,0.3) !important;
	color: white !important;
}

#top .ginput_product_price_wrapper,
#top input[disabled],
#top input[readonly],
#top select[disabled],
#top textarea[disabled]{
	border: 1px solid #ccc !important;
	background: #eee !important;
	padding: 6px 8px;
	box-shadow: unset !important;
	width: 100%;
}

#top ::placeholder {
	color: inherit !important;
	opacity: 0.5 !important;
}

#top select:focus,
#top textarea:focus,
#top input:not([readonly],[disabled]):focus {
	border-bottom-color: var(--main-color) !important;
}

#top input[type="file"] {
	padding: 1em;
	border: 2px dashed #ccc !important;
	border-radius: 0 !important;
	font-family: inherit;
}

#top legend {
	font-size: inherit;
}
#top fieldset {
	margin: 0;
}

#top label {
	cursor: pointer;
	font-size: inherit;
}

#top .gsection {
	border-bottom: 3px solid #ddd;
	margin-top: 10px;
	padding: 0;
}

#top .gsection_description {
	padding: 0;
	font-size: 0.85em;
	line-height: 1.5;
}

#top .gchoice {
	position: relative;
}

#top .inline-checks .gchoice {
	display: inline;
	margin-right: 10px;
}

#top .gform_wrapper input[type="radio"] + label,
#top .gform_wrapper input[type="checkbox"] + label {
	font-weight: normal !important;
	padding-left: 1.75em;
}

#top .gform_wrapper input[type="radio"], #top .gform_wrapper input[type="checkbox"] {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
#top .gform_wrapper input[type="radio"] + label::before, #top .gform_wrapper input[type="checkbox"] + label::before {
     content: "";
     display: block;
	position: absolute;
	left: 0;
	top: 0.25em;
     vertical-align: bottom;
     width: 16px;
     height: 16px;
     margin-right: 10px;
     border-radius: 100%;
     border-style: solid;
     border-width: 2px;
     border-color: currentColor;
}
#top .gform_wrapper input[type="checkbox"] + label::before {
     border-radius: 0 !important;
}
#top .gform_wrapper input[type="radio"]:checked + label, #top .gform_wrapper input[type="checkbox"]:checked + label {
     color: var(--main-color);
	font-weight: 600 !important;
}
#top .gform_wrapper input[type="radio"]:checked + label::before {
     background: radial-gradient(var(--main-color) 0%, var(--main-color) 45%, transparent 50%, transparent);
     border-color: var(--main-color);
     background-position: center center;
}
#top .gform_wrapper input[type="checkbox"]:checked + label::before {
     background: var(--main-color);
     content: "\e812";
     font-family: 'entypo-fontello';
     line-height: 15px;
     font-size: 15px;
     text-align: center;
     color: white;
     border-color: var(--main-color);
}
#top .gform_wrapper .gfield_radio label {
     margin: 0 !important;
     font-weight: bold !important;
}

#top .gchoice input[type="text"][disabled] {
	display: none;
}

#top .inline-checks .gchoice label {
	margin-bottom: 10px !important;
	display: inline-block;
	padding-left: 0 !important;
}

#top .inline-checks label::before {
	position: relative !important;
	display: inline-block !important;
	top: -0.25em !important;
}

#top .ginput_total,
#top .ginput_product_price {
	color: var(--alt-color) !important;
	font-weight: bold;
	font-size: 1.1em;
	opacity: 1;
	border: none;
}

.contact-list {
	margin: 10px 0;
}
.contact-list li {
	margin-bottom: 3px;
}
.contact-list .av_iconlist_title a {
	display: block;
	text-decoration: none !important;
	transition: all 0.2s ease;
	padding: 2px 10px 2px 30px;
	font-weight: bold;
    margin-left: -30px;
	max-width: calc(100% + 30px);
}

.contact-list .av_iconlist_title {
	margin-left: 32px;
}

.contact-list .av_iconlist_title a:hover {
	background: rgba(255,255,255,0.1);
}
.contact-list li .iconlist_icon  {
	position: absolute;
	padding-top: 1px;
	pointer-events: none;
}
.contact-list .iconlist_content {
	margin-left: 32px;
	font-size: 0.9em;
	line-height: 1.5em;
	opacity: 0.9;
}

#top .toggler {
	font-family: var(--title-font);
	font-weight: bold;
	opacity: 1;
	transition: all 0.3s ease;
}

.toggler:hover {
	color: var(--main-color);
}

.togglecontainer .toggle_icon,
.toggle_icon span{
	border-color: var(--main-color);
}

.av-elegant-toggle .av_toggle_section {
	margin-bottom: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	border-radius: var(--radius);
	overflow: hidden;
}

#top .av-magazine-sort .text-sep {
	display: none;
}

#top .av-magazine-cats-wrap {
	display: inline-block;
	width: auto;
	line-height: 1.25em;
	float: none;
}

#top .text-sep-cats {
text-transform: lowercase;
}

#top .av-magazine-cats a {
	text-transform: none;
}

#top .av-magazine-time {
	margin-right: 0.5em;
}

#top .av-magazine-entry-big {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	min-height: 200px;
}

#top .av-magazine-thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 0;
}

#top .av-magazine-entry:not(.av-magazine-entry-big) .av-magazine-thumbnail img {
	border-radius: 100%;
}

#top .av-magazine-entry-big img {
	min-height: 200px;
	object-fit: cover;
}

#top .av-magazine-entry-big .av-magazine-content-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: white;
	background: rgba(0,0,0,0.4);
	padding: 10px 15px;
}

#top .av-magazine-entry-big .av-magazine-content-wrap * {
	color: inherit;
}

.av-elegant-toggle .toggler {
	margin-top: -1px;
}

#top .portfolio-preview-image {
	padding: 0 !important;
}

@media only screen and (min-width: 989px) {
#top .portfolio-preview-content {
	width: 70%;
	}
}

#top .portfolio-preview-content .entry-content-header h2 {
	font-size: 2em;
	color: var(--main-color);
}

#top .grid-sort-container .image-overlay {
	display: none !important;
}

#top .grid-sort-container article {
	overflow: hidden;
	border: 1px solid #ddd;
}
#top .grid-sort-container .grid-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
	opacity: 1;
	pointer-events: none;
	transition: all 0.4s ease;
	background: rgba(0,0,0,0.5);
	color: white;
}
#top .grid-sort-container article:hover .grid-content {
	opacity: 0;
	bottom: -80px;
}

#top .grid-sort-container .grid-content * {
	color: inherit;
	background: transparent;
}

#top .grid-sort-container .grid-entry-excerpt {
	font-style: normal;
	line-height: 1.5em;
	margin-top: 0.25em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#top .grid-sort-container article img {
	height: 300px;
	object-fit: cover;
	transition: all 0.4s ease;
}
#top .grid-sort-container article:hover img {
	transform: scale(1.1);
}

#top .av-masonry-entry-content {
	font-size: 14px;
	line-height: 1.5em;
}

#top .av-masonry-date {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	padding: 7px;
}

#top .av-image-copyright {
	line-height: 1.25em;
	padding: 7px;
	transform: unset;
	opacity: 0.7;
	text-shadow: 0 0.1em 0.2em rgba(0,0,0,0.75);
}

#top .av-image-copyright::before {
	content: "\e80e";
	font-family: 'entypo-fontello';
	font-weight: normal;
	margin-right: 0.25em;
}

.responsive #top .av-copyright-right {
	right: 0;
}

.responsive #top .av-copyright-left {
	left: 0;
}

#top .simple-slider img {
	height: 66vh;
	min-height: 300px;
	max-height: 500px;
	object-fit: cover;
}

#top .team-wrap {
	padding: 15px;
}

#top .team-wrap .avia-team-member {
	text-align: center;
}

#top .team-wrap .team-member-description {
	font-size: 0.85em;
	line-height: 1.5em;
}

#top .team-member-job-title {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: inherit;
	font-size: 0.85em;
	margin-top: -0.25em;
}

#top #wrap_all .team-wrap .avia-team-member .team-member-name {
	text-transform: none;
}

#top .team-img-container img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 100%;
	border: 5px solid var(--sub-color);
	border-bottom-color: var(--main-color);
	background: var(--sub-color);
}

#top .team-members .avia-team-member {
		clear: both;
		max-width: 800px;
		margin: 0 auto 30px auto;
}


@media only screen and (max-width: 767px) {
	#top .team-members {
		text-align: center;
	}
}

@media only screen and (min-width: 767px) {
	#top .team-members .team-img-container {
		float: left;
		margin-right: 30px;
		margin-bottom: 50px;
	}
	
	#top .team-members .team-member-description::after {
		content: "";
		display: block;
		height: 5px;
		width: 80px;
		background: var(--main-color);
		float: left;
	}
}

#top .avia-tooltip {
	width: auto;
	max-width: 250px;
}

#scroll-top-link {
	font-size: 30px;
}

#top .equal-height-img .image-overlay {
  display: none !important;
}

#top .equal-height-img .avia-image-container,
#top .equal-height-img .avia-image-container * {
	margin: 0 !important;
}

@media only screen and (min-width: 767px) {
	#top .equal-height-img .avia-image-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#top .equal-height-img .avia-image-container *:not(img) {
		display: contents;
	}
	#top .equal-height-img .avia-image-container img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all 0.5s ease;
		object-fit: cover;
	}
	#top .equal-height-img .avia-image-container:hover img  {
		transform: scale(1.05);
	}
}

@media only screen and (max-width: 767px) {
	#top .equal-height-img .avia-image-container-inner,
	#top .equal-height-img .avia-image-container {
		width: 100%;
		margin-bottom: 10px;
	}
	#top .equal-height-img .avia-image-container img  {
		width: 100%;
		max-height: 300px;
		object-fit: cover;
		display: block;
	}
}