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

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

.lava-page-content>section, .section-content-wrap {
	padding: 75px 0;
}

.lava-page-content>section {
	background-color: white;
}

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

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

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

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

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

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

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

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

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

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

.plain-text {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.2;
	color: #444;
}

.main-link {
	position: relative;
	padding: 15px 25px;
	display: inline-flex;
	align-items: center;
	align-self: center;
	background-color: white;
	color: #444;
	font-size: 1.1em;
	border-radius: 50px;
}

.main-link::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 50px;
	transition: all .25s linear;
}

.main-link:hover {
	text-decoration: none;
	color: #444;
}

.main-link:hover::after {
	background-color: rgba(0, 0, 0, .15);
}

.main-link span {
	margin-right: 20px;
}

.main-link-blue {
	background-color: #3f86c4;
	color: white;
}

.main-link-blue:hover {
	color: white;
}

.lava-link {
	position: relative;
	padding: 0 12px 0 0;
	width: max-content;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	background: #444;
	color: white;
	border-radius: 10px;
	transition: transform .25s linear;
	font-weight: 300;
	font-size: 1em;
}

.lava-link.lava-link-with-right-icon {
	padding-left: 20px;
}

.lava-link:hover {
	cursor: pointer;
	transform: scale(1.01);
	text-decoration: none;
	color: white;
}

.lava-link::after {
	position: absolute;
	bottom: -.5%;
	left: -.5%;
	width: 101%;
	height: 101%;
	content: "";
	background: transparent;
	transition: all .25s linear;
	border-radius: 8px;
}

.lava-link:hover::after {
	background: rgba(0, 0, 0, .05);
}

.lava-link .lava-link-icon {
	margin-right: 10px;
	padding: 10px 15px 10px 10px;
	display: block;
	background-color: rgba(0, 0, 0, .05);
	line-height: 1.8;
}

.lava-link .lava-link-icon-right {
	margin-left: auto;
	margin-right: 0;
	padding: 10px;
}

.lava-link .lava-link-with-right-icon__text {
	margin-right: 10px;
}

.lava-link-pink {
	background-color: #ed0281;
}

.lava-link-dark-blue {
	background-color: #3f86c4;
}

.lava-link-white {
	background-color: white;
	color: #444;
}

.lava-link-outline-pink {
	background-color: transparent;
	color: #ed0281;
	border: solid 1px #ed0281;
}

.lava-link-outline-pink:hover {
	color: #ed0281;
}

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

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

sup {
	font-size: .6rem;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.divider {
	margin: 0 auto 25px;
	width: 25%;
	min-width: 50px;
	max-width: 100px;
	height: 1px;
	background: white;
}

.divider-dark {
	background-color: #444;
}

.lava-e-family-text {
	color: #33abe3 !important;
}

.lava-n-family-text {
	color: #e8001b !important;
}

.lava-u-family-text {
	color: #05a859 !important;
}

.lava-e-family-bg {
	background-color: #33abe3 !important;
}

.lava-n-family-bg {
	background-color: #e8001b !important;
}

.lava-u-family-bg {
	background-color: #05a859 !important;
}

#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;
}

.dropdown .dropdown-header {
	cursor: pointer;
}

.dropdown .dropdown-body {
	height: 0;
	transition: all .25s linear;
	overflow: hidden;
}

.dropdown .dropdown-body-content {
	opacity: 0;
	transition: opacity .05s linear .1s;
}

.dropdown.active .dropdown-body-content {
	opacity: 1;
}

@media screen and (max-width: 1239px) {
	.section-content {
		max-width: 940px;
	}
	
	.section-content-wide {
		max-width: 1100px;
	}
	
	.section-content-full {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 959px) {
	.lava-page-content {
		font-size: 13px;
	}
	
	.lava-page-content>section, .section-content-wrap {
		padding: 50px 0;
	}
	
	.section-content {
		max-width: 708px;
	}
	
	.section-content-wide {
		max-width: 800px;
	}
	
	.section-content-full {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.widgets_wrapper>.container {
		display: flex;
		flex-wrap: wrap;
	}
	
	.widgets_wrapper>.container .column.one-fifth {
		width: 50%;
	}
	
	.widgets_wrapper>.container .column.one-fifth:first-child {
		width: 100%;
	}
	
	.widgets_wrapper>.container .column.one-fifth:not(:first-child) .widget.widget_block {
		margin: 0;
	}
	
	.lava-page-content {
		margin-top: 0;
		font-size: 11px;
	}
	
	.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;
	}
	
	.plain-text {
		font-size: 1.3em;
	}
	
	.section-content {
		max-width: 480px;
	}
	
	.section-content-wide {
		max-width: 600px;
	}
	
	.section-content-full {
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.widgets_wrapper>.container .column.one-fifth {
		width: 100%;
	}
	
	.widgets_wrapper>.container .column.one-fifth .widget.widget_block {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 50%;
	}
	
	.widgets_wrapper>.container .column.one-fifth .widget.widget_block p, .widgets_wrapper>.container .column.one-fifth .widget.widget_block h5 {
		width: max-content;
	}
	
	.widgets_wrapper>.container .column.one-fifth .widget.widget_block .main-form {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.lava-page-content {
		font-size: 10px;
	}
	
	.lava-page-content>section, .section-content-wrap {
		padding: 35px 0;
	}
	
	.section-content {
		max-width: 400px;
	}
	
	.section-content-full {
		max-width: 100%;
		width: 100%;
	}
	
	.main-link {
		font-size: 1.4em;
	}
	
	.main-link span {
		margin-right: 15px;
	}
	
	.lava-link {
		font-size: 1.2em;
	}
}
