
#Header_wrapper {
	top: 0;
}

.admin-bar #Header_wrapper {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar #Header_wrapper {
		top: 46px;
	}
}

.lava-page-content, #Content {
	margin-top: 70px;
	padding-top: 0 !important;
}

.lava-body-overlay {
	position: absolute;
	top: -104px;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .35);
	height: calc(100% + 104px);
	width: 100%;
	z-index: 10000;
}

.lava-body-overlay.visible {
	display: block;
}

.woocommerce table.shop_table .product-thumbnail a img {
	width: 32px !important;
}

.section-columns {
	display: flex;
	justify-content: space-between;
}

.section-columns .column-one-second, .section-columns .column-one-third, .section-columns .column-one-fifth, .section-columns .column-two-fifth, .section-columns .column-three-fifth {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.section-columns .column-one-second {
	width: 48%;
}

.section-columns .column-one-third {
	width: 31%;
}

.section-columns .column-one-fifth {
	width: 20%;
}

.section-columns .column-two-fifth {
	width: 40%;
}

.section-columns .column-three-fifth {
	width: 60%;
}

.section-columns .column-content {
	box-sizing: border-box;
}

.lava-page-content {
	margin-top: 70px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: #f4f4f4;
}

.lava-page-content * {
	line-height: 1.1;
}

.lava-page-content>section {
	padding: 75px 0;
	background-color: white;
}

section:nth-child(2n+1) {
	background-color: #f4f4f4;
}

.lava-content-container-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
}

.lava-content-container-middle {
	max-width: 80%;
}

.section-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1220px;
	width: 90%;
}

.section-content-wide {
	max-width: 1850px;
}

.section-content-full {
	width: 100%;
	max-width: none !important;
}

.page-title {
	font-size: 4em;
	font-weight: bold;
}

.section-title {
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.1;
}

.section-title-big {
	font-size: 3.5em;
}

.section-subhead {
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.1;
}

.section-subhead-small {
	font-size: 1em;
}

.plain-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	color: #444;
}

.divider {
	margin: 0 auto 30px;
	height: 1px;
	width: 30%;
	background-color: #444;
}

.divider-vertical {
	margin: auto 30px;
	height: 30%;
	width: 1px;
	background-color: #444;
}

.divider-vertical-flex {
	width: 1px;
	background-color: #444;
}

#Footer h1, #Footer h1 a, #Footer h1 a:hover, #Footer h2, #Footer h2 a, #Footer h2 a:hover, #Footer h3, #Footer h3 a, #Footer h3 a:hover, #Footer h4, #Footer h4 a, #Footer h4 a:hover, #Footer h5, #Footer h5 a, #Footer h5 a:hover, #Footer h6, #Footer h6 a, #Footer h6 a:hover {
	color: #444 !important;
}

#Footer .footer_copy .social li a, #Footer .footer_copy .social-menu a {
	color: #444 !important;
}

#Footer .mastfoot p, #Footer .mastfoot a {
	color: #444 !important;
}

#Footer #back_to_top i {
	color: #444 !important;
}

#Subheader {
	margin-top: 30px;
}

.lava-page-content {
	padding-top: 30px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

.lava-page-content>section {
	padding: 75px 0;
	background-color: white;
}

section:nth-child(2n+1) {
	background-color: #f4f4f4;
}

.lava-content-container-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 85%;
}

.lava-content-container-middle {
	max-width: 80%;
}

.growing-btn {
	transition: all .2s linear !important;
}

.growing-btn:hover {
	transform: scale(1.1);
}

.article-tag {
	margin-right: 10px;
	margin-bottom: 8px;
	padding: 6px 20px;
	display: inline-block;
	border: solid 1px #5a5a5a;
	border-radius: 4px;
	line-height: 1.1;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	transition: all .1s linear;
}

.article-tag:last-child {
	margin-right: 0;
}

.article-tag:hover {
	background-color: #f8f8f8;
	box-shadow: 3px 3px 7px rgba(0, 0, 0, .3);
	text-decoration: none;
}

.loader-wrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 4;
}

.loader-wrap-active {
	display: block;
}

.loader {
	font-size: 12px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: fixed;
	top: calc(50vh - 10px);
	left: calc(50% - 10px);
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load5 {
	0%, 100% {
		box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .5), -1.8em -1.8em 0 0em rgba(255, 255, 255, .7);
	}
	
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .5);
	}
	
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .5), 1.8em -1.8em 0 0em rgba(255, 255, 255, .7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .5), 2.5em 0em 0 0em rgba(255, 255, 255, .7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .5), 1.75em 1.75em 0 0em rgba(255, 255, 255, .7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .5), 0em 2.5em 0 0em rgba(255, 255, 255, .7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .5), -1.8em 1.8em 0 0em rgba(255, 255, 255, .7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .5), -2.6em 0em 0 0em rgba(255, 255, 255, .7), -1.8em -1.8em 0 0em #fff;
	}
}

@keyframes load5 {
	0%, 100% {
		box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .5), -1.8em -1.8em 0 0em rgba(255, 255, 255, .7);
	}
	
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .5);
	}
	
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .5), 1.8em -1.8em 0 0em rgba(255, 255, 255, .7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .5), 2.5em 0em 0 0em rgba(255, 255, 255, .7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .5), 1.75em 1.75em 0 0em rgba(255, 255, 255, .7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, .2), -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .5), 0em 2.5em 0 0em rgba(255, 255, 255, .7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, .2), -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .5), -1.8em 1.8em 0 0em rgba(255, 255, 255, .7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, .2);
	}
	
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, .2), 1.8em -1.8em 0 0em rgba(255, 255, 255, .2), 2.5em 0em 0 0em rgba(255, 255, 255, .2), 1.75em 1.75em 0 0em rgba(255, 255, 255, .2), 0em 2.5em 0 0em rgba(255, 255, 255, .2), -1.8em 1.8em 0 0em rgba(255, 255, 255, .5), -2.6em 0em 0 0em rgba(255, 255, 255, .7), -1.8em -1.8em 0 0em #fff;
	}
}

.page-title {
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
}

.search-page-title {
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
	font-weight: bold !important;
}

.view-more-btn-container {
	padding: 30px 0;
	display: flex;
	justify-content: center;
}

.view-more-btn {
	padding: 8px 50px;
	display: inline-flex;
	border: solid 1px grey;
	border-radius: 12px;
	color: grey;
	font-size: 15px;
	font-weight: 300;
	transition: all .2s linear;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
	background-color: #f4f4f4;
}

.view-more-btn:hover {
	text-decoration: none;
	color: grey;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .5);
}

.image-placeholder {
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
}

.no-posts-message {
	margin: 0 auto;
	padding: 20px;
	width: 60%;
	background-color: #ddd;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
	font-size: 20px;
	border-radius: 30px;
}

@media screen and (max-width: 1239px) {
	.lava-page-content, #Content {
		margin-top: 66px;
	}
}

@media screen and (max-width: 767px) {
	.view-more-btn {
		padding: 8px 45px;
		font-size: 14px;
	}
	
	.no-posts-message {
		padding: 15px;
		width: 85%;
		font-size: 16px;
	}
	
	.widgets_wrapper .column>aside.widget.widget_block:first-child {
		margin: 0;
	}
	
	.widgets_wrapper .column>aside.widget.widget_block:nth-child(2) {
		margin-top: 0;
	}
	
	.widgets_wrapper .column:first-child>.widget.widget_block:nth-child(2) {
		margin-top: 30px;
	}
	
	#Footer .emailoctopus-form-wrapper .main-form {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	#Footer .emailoctopus-form-wrapper input[type="email"] {
		margin-bottom: 0 !important;
	}
}

@media screen and (max-width: 500px) {
	.no-posts-message {
		font-size: 14px;
	}
}
