/*!
Theme Name:   Oliarson theme
Author:       DrMalus
Author URI:   https://szolgaltatasok.szklenar.com/
Description:  Custom theme for Oliarson
Version:      1.0.0
Text Domain:  oliarson
*/
@charset "UTF-8";
*, ::before, ::after {
	box-sizing: border-box;
	z-index: 1; }

html {
	font-size: 62.5%; }

body {
	font-family: 'Raleway', sans-serif;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 500;
	overflow-x: hidden;
	padding: 0;
	margin: 0; }

ul {
	list-style-type: none;
	padding: 0;
	margin: 0; }

a {
	text-decoration: none;
	color: white;
	display: inline-block; }

strong {
	font-weight: 800; }

sup {
	font-size: 1.5rem; }

p {
	margin: 0; }

h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0; }

h2 {
	font-weight: 800; }

h1 {
	font-size: 5.95rem; }

.home h2 {
	font-size: 4.3rem; }

.home h3 {
	font-size: 3.95rem; }

.home h4 {
	font-size: 3.13rem; }

h2 {
	font-size: 2.9rem; }

input, select, textarea {
	font-family: 'Raleway', sans-serif;
	color: black; }

select {
	background: url(../images/icons/arrow-down.svg) no-repeat right;
	background-position: 98% 50%;
	-webkit-appearance: none;
	appearance: none;
	background-size: 2rem; }

input:focus, select:focus, textarea:focus {
	outline: none; }

@-webkit-keyframes slide-fade {
	from {
		opacity: .4; }
	to {
		opacity: 1; } }

@keyframes slide-fade {
	from {
		opacity: .4; }
	to {
		opacity: 1; } }

.mw-1180 {
	display: block;
	max-width: 118rem;
	margin: 0 auto;
	width: 100%; }

.d-flex {
	display: flex; }

.d-flex--center-center {
	display: flex;
	justify-content: center;
	align-items: center; }

.d-flex--between-center {
	display: flex;
	justify-content: space-between;
	align-items: center; }

.d-wrap {
	flex-wrap: wrap; }

.justify-end {
	justify-content: flex-end; }

.justify-center {
	justify-content: center; }

.text-center {
	text-align: center; }

.fw-800 {
	font-weight: 800; }

.fw-600 {
	font-weight: 600; }

.bg-gray {
	background-color: #f5f6f7; }

.bg-light-blue {
	background-color: #32465a; }

.bg-dark-blue {
	background-color: #121f2c; }

.bg-darker-blue {
	background-color: #0e1822; }

.bg-blue {
	background-color: #357580; }

.bg-white {
	background-color: #ffffff; }

.bg-oliarson-blue {
	background-color: #357580; }

.text-gray {
	color: #f5f6f7; }

.text-light-blue {
	color: #32465a; }

.text-dark-blue {
	color: #121f2c; }

.text-darker-blue {
	color: #0e1822; }

.text-oliarson-blue {
	color: #357580; }

.text-white {
	color: #ffffff; }

.svg-gray {
	fill: #f5f6f7; }

.svg-light-blue {
	fill: #32465a; }

.svg-dark-blue {
	fill: #121f2c; }

.svg-darker-blue {
	fill: #0e1822; }

.svg-oliarson-blue {
	fill: #357580; }

.svg-white {
	fill: #ffffff; }

.border-gray {
	border: 0.1rem solid #f5f6f7; }

.border-light-blue {
	border: 0.1rem solid #32465a; }

.border-dark-blue {
	border: 0.1rem solid #121f2c; }

.border-darker-blue {
	border: 0.1rem solid #0e1822; }

.border-blue {
	border: 0.1rem solid #357580; }

.border-white {
	border: 0.1rem solid #ffffff; }

header {
	position: relative;
	z-index: 2; }

body.sticky {
	padding-top: 14.7rem; }
body.sticky header {
	background-color: #ffffff;
	height: 14.7rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%; }

.top-bar {
	color: #357580;
	min-height: 9.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between; }
.top-bar a,
.info-box a {
    color: #357580;
}
.top-bar a:hover,
.info-box a:hover {
    text-decoration: underline;
}
.top-bar .row {
	width: 100%; }
.top-bar .col:first-child {
	margin-right: 3.3rem; }
.top-bar .col:not(:first-child) {
	width: 23.5rem; }
.top-bar .col.mail {
	width: 26rem;
}
.top-bar .navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap; }
.top-bar .navbar-brand img {
	max-width: 26rem;
	margin-left: 1.2rem; }
.top-bar .icon-text-box {
	display: flex;
	justify-content: center;
	min-width: 23.5rem; }
.top-bar .icon-text-box svg {
	fill: #357580;
	width: 4.5rem;
	transform: translateY(-3px); }

.nav-bar {
	height: 5.2rem;
	font-weight: 600;
	z-index: 2; }
.nav-bar .menu-trigger {
	display: none;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 52px;
	padding: 0 1rem;
	height: 100%; }
.nav-bar .nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative; }
.nav-bar .nav-container .hand-drawn-arrow {
	width: 20rem;
	transform: rotate(28deg);
	position: absolute;
	top: -10rem;
	right: 13rem;
	z-index: 9; 
    pointer-events: none;
}
.nav-bar a {
	color: white; }
.nav-bar ul:not(.sub-menu) {
	height: 100%;
	font-size: 1.4rem;
	width: 87.5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 5.2rem;
	z-index: 2; }
.nav-bar li {
	position: relative;
	height: 100%;
	text-transform: uppercase;
	padding: 0 1.7rem; }
.nav-bar li.menu-item-has-children.opened .sub-menu {
	display: block;
}
.nav-bar li:hover {
	background-color: white;
	color: #121f2c; }
.nav-bar li:hover a {
	color: #121f2c; }
.nav-bar li:hover .sub-menu {
	opacity: 1;
	visibility: visible; }
.nav-bar li.current_page_item, .nav-bar li.current-menu-parent {
	background-color: white;
	color: #121f2c; }
.nav-bar li.current_page_item a, .nav-bar li.current-menu-parent a {
	color: #121f2c; }
.nav-bar li.close {
	display: none;
	top: 2rem;
	right: 10px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	font-size: 27px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	cursor: pointer;
	border-radius: 5px; }
.nav-bar .sub-menu {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	will-change: visibility, opacity, transform;
	transition: all 150ms ease;
	top: 5.2rem;
	left: 0;
	background-color: white;
	width: auto;
	white-space: nowrap;
	padding: 0; 
	box-shadow: 0 0 1rem rgb(0 0 0 / 50%);
}
.nav-bar .sub-menu li {
	text-transform: none;
	line-height: 2.5;
	padding: .5rem 3rem .5rem 1.7rem; }
.nav-bar .sub-menu li a {
	display: inline-block;
	width: 100%; }
.nav-bar .sub-menu li:hover {
	background-color: #357580; }
.nav-bar .sub-menu li:hover a {
	color: white; }
.nav-bar .sub-menu li:before {
	content: "";
	background-color: #357580;
	font-weight: bold;
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin-right: .5rem;
	border-radius: 50%;
	vertical-align: middle; }
.nav-bar .cta {
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: .3rem; }

.cta {
	cursor: pointer;
	padding: .65rem 2rem;
	border-radius: 1rem;
	will-change: background-color, color;
	transition: background-color 150ms ease, color 150ms ease; }
.cta.oliarson-blue-outline {
	border: 2px solid #357580;
	color: black; }
.cta.oliarson-blue-outline:hover {
	border: 2px solid #357580;
	background-color: #357580;
	color: #ffffff; }
.cta.blue-outline {
	border: 2px solid #32465a;
	color: black; }
.cta.white-outline {
	border: 2px solid #ffffff;
	color: white; }
.cta.bg-light-blue:hover {
	background-color: #121f2c; }

.button {
	padding: 1rem 4rem;
	border-radius: 1rem;
	border: none;
	will-change: background-color, color;
	transition: background-color 150ms ease, color 150ms ease;
	cursor: pointer; }
.button.blue {
	background-color: #357580; }
.button.blue:hover {
	background-color: #32465a;
	color: #357580; }
.button.bg-light-blue:hover {
	background-color: #357580; }
.button-big {
	font-size: 2.4rem; }

a.underline-hover-anim:after {
	display: block;
	content: '';
	border-bottom: solid 0.1rem #ffffff;
	transform: scaleX(0);
	transition: transform 150ms ease-in-out; }

a.underline-hover-anim:hover:after {
	transform: scaleX(1); }

a.underline-hover-anim.anim-black:after {
	border-bottom-color: black; }

#show-more {
	width: 27.5rem;
	display: block;
	margin: 0 auto;
	font-size: 1.7rem; }

.icon-text-box {
	display: flex;
	width: 100%; }
.icon-text-box svg {
	margin: 0 2rem 0 0; }

.hero {
	position: relative;
	height: 60rem;
	color: white;
	/* Next & previous buttons */
	/* Position the "next button" to the right */
	/* On hover, add a black background color with a little bit see-through */ }
.hero .prev, .hero .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 3.5rem;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	z-index: 2; }
.hero .next {
	right: 0;
	border-radius: 3px 0 0 3px; }
.hero .prev:hover, .hero .next:hover {
	background-color: rgba(0, 0, 0, 0.8); }
.hero .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 60rem;
	overflow: hidden; }
.hero .slide.active {
	display: block; }
.hero .slide img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); }
.hero .slide.fade {
	-webkit-animation-name: slide-fade;
	-webkit-animation-duration: 1.5s;
	animation-name: slide-fade;
	animation-duration: 1.5s; }
.hero .background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .6;
	z-index: 1; }
.hero .container {
	position: relative;
	z-index: 1;
	padding: 20rem 0 0 4.9rem; }
.hero .container h4 {
	margin: -.5rem 0 3.2rem 0; }
.hero .info-box {
	font-size: 2.4rem;
	width: 117.1rem;
	height: 18.2rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 15%); }
.hero .info-box p {
	margin: 0; }
.hero .info-box .info-top {
    display: none !important;
}
.hero .info-box .info-top,
.hero .info-box .info-bottom {
	padding: 2rem 3.5rem 2rem 5rem; 
    display: none;
}
.hero .info-box .info-top {
	border-radius: .5rem .5rem 0 0; }
.hero .info-box .info-bottom {
	border-radius: 0 0 .5rem .5rem; }
.hero .info-box .info-top p {
	max-width: 51.1rem;
	font-weight: 800; }
.hero .info-box .call-me-box {
	display: flex;
	align-items: center;
	gap: .5rem; 
	min-width: 65rem;
}
.hero .info-box .call-me-box .call-me-back-name {
	margin-right: 10px;
}
.hero .info-box .call-me-box > div[role="form"] {
	width: 100%;
}
.hero .info-box .call-me-box form > p {
	display: flex;
}
.hero .info-box .call-me-box input {
	margin: 0;
	width: 29rem;
	padding: 1.1rem 3rem 1.1rem 1.5rem;
	border: none;
	font-size: 1.8rem;
	height: 4.3rem; }
.hero .info-box .call-me-box .button {
	margin-left: -3rem;
	height: 4.5rem;
	cursor: pointer;
	font-size: 1.8rem; }
.hero .info-box .call-me-box .button:hover {
	background-color: #121f2c; }
.hero .info-box .info-bottom {
	box-shadow: 0 1.3rem 1.6rem 0 \rgb(0 0 0/10%); }
.hero .info-box .info-bottom .icon-text-box {
	height: 6.1rem;
	color: #32465a;
	font-weight: 600; }
.hero .info-box .info-bottom .icon-text-box strong {
	color: #357580; }
.hero .info-box .info-bottom .phone svg {
	width: 5rem; }
.hero .info-box .info-bottom .mobile {
	margin-left: -1rem; }
.hero .info-box .info-bottom .mobile svg {
	width: 5.4rem; }
.hero .info-box .info-bottom .truck svg {
	transform: scale(1.6) translate(-1.3rem, -0.1rem);
	height: 5rem;
	padding-top: 1rem;
	margin-right: 1rem; }

.easy-with-me {
	/*padding: 5rem 0 9.3rem 0;*/
	padding: 10rem 0 9.3rem 0;
}
.easy-with-me .container {
	padding-left: .5rem; }
.easy-with-me .image {
	/*background-position: 0 -40px;*/
	/*width: calc(44.1rem + .8rem);*/
	width: 48rem;
	height: 65rem;
	/*height: 40rem;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	/* background-position: center right; */
	/* border-right: 0.8rem solid #357580; } */
}
.easy-with-me .text {
	max-width: 61.5rem;
	padding-left: 30px;
	width: 100%; 
	/*border-left: 8px solid #357580;*/
}
.easy-with-me .text .easy-with-me-content p {
    margin-bottom: 1rem;
}
.easy-with-me .text h4 {
	font-size: 2.95rem;
	margin-top: -.5rem;
	margin-bottom: 2.5rem; }
.easy-with-me .text p {
	line-height: 1.45;
	margin: 0; }
.easy-with-me .text a {
	margin-top: 2.7rem;
	padding: .7rem 2.3rem;
	font-size: 2.4rem; }

.places-where-we-service {
	position: relative;
	background-color: #f5f6f7;
	padding: 9.9rem 0;
	background-image: url("https://www.oliarson.dk/wp-content/themes/oliarson-wp-theme/assets/images/koppenhaga-sketch.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover; }
.places-where-we-service .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
	z-index: 1;
	width: 100%;
	height: 100%; }
.places-where-we-service .content {
	position: relative;
	z-index: 1;
	min-height: 40rem; }
.places-where-we-service .content p {
	margin-bottom: 1rem;
}
.places-where-we-service h3 {
	margin-bottom: 2.3rem; }
.places-where-we-service p strong {
	font-weight: 600; }
.places-where-we-service .place-selector {
	margin-top: 3.5rem;
	margin-bottom: 6.7rem; }
.places-where-we-service .place-selector .place {
	width: 22rem;
	height: 22rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-direction: column;
	font-weight: 600;
	will-change: border;
	transition: border 150ms ease; }
.places-where-we-service .place-selector .place:hover {
	border: 2px solid #357580; }
.places-where-we-service .place-selector .place:not(:last-of-type) {
	margin-right: 7.5rem; }
.places-where-we-service .place-selector .place img {
	margin-bottom: 3.5rem; }
.places-where-we-service .place-selector .place:last-child img {
	margin-bottom: 1.35rem; }
.places-where-we-service .place-selector .place span {
	max-width: 13.2rem; }
.places-where-we-service .districts {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 114rem;
	margin: 0 auto; }
.places-where-we-service .districts .district {
	width: 17.7rem;
	display: inline-block;
	margin: 0 1.3rem 1.3rem 0;
	height: 4.2rem; }
.places-where-we-service .districts .district a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center; }
.places-where-we-service .districts .district .d-price {
	display: none; }
.places-where-we-service .districts .district:hover a {
	background-color: #32465a;
	color: #ffffff; }
.places-where-we-service .districts .district:hover .d-price {
	display: inline; }
.places-where-we-service .districts .district:hover .d-number {
	display: none; }
.places-where-we-service h4 {
	margin-top: 6.4rem; }
.places-where-we-service .phone-number {
	font-size: 3.95rem;
	font-weight: 800; }

.testimonials {
	position: relative;
	min-height: 49.3rem;
	background-image: url("https://www.oliarson.dk/wp-content/themes/oliarson-wp-theme/assets/images/testimonial-bg-1-filtered.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 30%;
	color: #ffffff;
	display: flex;
	align-items: center;
	text-align: center;
	/* Next & previous buttons */
	/* Position the "next button" to the right */
	/* On hover, add a black background color with a little bit see-through */ }
.testimonials .prev, .testimonials .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 3.5rem;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	z-index: 2; }
.testimonials .next {
	right: 0;
	border-radius: 3px 0 0 3px; }
.testimonials .prev:hover, .testimonials .next:hover {
	background-color: rgba(0, 0, 0, 0.8); }
.testimonials .quotation-mark {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 35rem;
	z-index: 0; }
.testimonials .testimonial {
	display: none;
	position: relative;
	max-width: 97rem;
	margin: 0 auto; }
.testimonials .testimonial.active {
	display: inline-block; }
.testimonials .testimonial.fade {
	-webkit-animation-name: slide-fade;
	-webkit-animation-duration: 1.5s;
	animation-name: slide-fade;
	animation-duration: 1.5s; }
.testimonials .testimonial .text {
	font-size: 2.31rem;
	margin-bottom: 5.7rem;
	line-height: 1.7;
	font-style: italic; }
.testimonials .testimonial .name {
	position: relative;
	display: inline-block; }
.testimonials .testimonial .name:after,
.testimonials .testimonial .name:before {
	content: "";
	display: block;
	width: 1.5rem;
	height: .2rem;
	background-color: #ffffff;
	position: absolute;
	top: 50%; }
.testimonials .testimonial .name:before {
	left: 0;
	transform: translate(-2.2rem, -50%); }
.testimonials .testimonial .name:after {
	right: 0;
	transform: translate(2.2rem, -50%); }

.services {
	padding: 11.5rem 0 11rem 0; }
.services > .title {
	margin-bottom: 2.3rem; }
.services .subtitle {
	margin: 2.4rem auto 6.5rem auto;
	text-align: center;
	max-width: 75rem; }
.services .image-text-block {
	max-width: 117rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap; }
.services .image-text-block .image {
	background-size: cover;
	background-position: center center;
	width: 58.9rem;
	height: 28.7rem; }
.services .image-text-block.image-left .image {
	border-right: 0.8rem solid #357580; }
.services .image-text-block.image-right .image {
	border-left: 0.8rem solid #357580; }
.services .image-text-block .text {
	line-height: 1.2;
	width: 100%;
	max-width: 51.5rem; }
.services .image-text-block .text p {
	margin-bottom: 1rem;
}
.services .image-text-block .text .title {
	font-weight: 600;
	font-size: 2.99rem;
	margin-bottom: 2rem; }
.services .image-text-block .text .cta {
	margin: 1.5rem 0 0 -.1rem; }

.faq {
	background-color: #f5f6f7;
	padding-top: 9.2rem;
	padding-bottom: 10.2rem; }
.faq .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap; }
.faq .title {
	width: 100%;
	max-width: 39rem; }
.faq .questions-container {
	width: 100%;
	max-width: 72.2rem; }
.faq .questions-container .question {
	font-weight: 600;
	display: block;
	width: 100%;
	height: 6rem;
	line-height: 6rem;
	padding: 0 2rem; }
.faq .questions-container .answer {
	display: block;
	line-height: 1.7;
	height: auto;
	max-height: 0;
	transition: all .25s ease;
	background-color: white;
	padding: 1.5rem 2rem;
	will-change: height, max-height;
	overflow: hidden; }
.faq .questions-container li {
	position: relative;
	line-height: 6rem;
	min-height: 6rem;
	border-bottom: .1rem solid #d4d4d4;
	cursor: pointer;
	margin-bottom: 1rem;
	padding: 0;
	max-height: 5rem;
	overflow: hidden; }
.faq .questions-container li:hover {
	background-color: #efefef; }
.faq .questions-container li:after {
	content: "";
	position: absolute;
	top: 1.7rem;
	right: 1rem;
	height: 2.5rem;
	width: 2.5rem;
	background: url("https://www.oliarson.dk/wp-content/themes/oliarson-wp-theme/assets/images/icons/plus.svg");
	background-repeat: no-repeat;
	background-size: 2.5rem; }
.faq .questions-container li.opened {
	max-height: 55rem;
	padding-bottom: 0;
	box-shadow: 0 0.3rem 1.6rem #d2d2d2; }
.faq .questions-container li.opened:after {
	background-image: url("https://www.oliarson.dk/wp-content/themes/oliarson-wp-theme/assets/images/icons/minus.svg"); }
.faq .questions-container li.opened .answer {
	max-height: 50rem;
	transition: all .25s ease; }

.contact-us {
	padding-top: 10.5rem;
	padding-bottom: 25rem;
	text-align: center; }
.contact-us .title {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 800; }
.contact-us .phone-number {
	font-size: 3.95rem;
	font-weight: 800;
	margin-bottom: 2rem; }
.contact-us .phone-number + p {
	font-size: 2.9rem;
	margin-bottom: 3rem; }
.contact-us .phone-number + p + h4 {
	margin-bottom: 6.5rem;
	font-size: 2.5rem; }
.contact-us .arrow-down {
	display: block;
	margin-bottom: 9rem;
	position: relative; }
.contact-us .arrow-down h4 {
	font-weight: 800;
	font-size: 3.13rem;
	display: inline-block; }
.contact-us .arrow-down h4:before {
	content: '';
	background-image: url(https://www.oliarson.dk/wp-content/themes/oliarson-wp-theme/assets/images/icons/writing.png);
	width: 10rem;
	height: 10rem;
	position: absolute;
	top: 0;
	left: auto;
	background-size: 70%;
	background-repeat: no-repeat;
	display: inline-block;
	transform: rotate(-30deg) translate(-55%, -55%); }
.contact-us .arrow-down h4:after {
	content: '';
	background-image: url(https://www.oliarson.dk/wp-content/themes/oliarson-wp-theme/assets/images/handdrawn-arrow-down.png);
	width: 10rem;
	height: 10rem;
	position: absolute;
	top: 25%;
	right: auto;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block; }
.contact-us form {
	display: block;
	margin: 0 auto;
	max-width: 80rem; }
.contact-us form .form-content {
	gap: 2rem;
	max-height: 19rem;
	margin-bottom: 2rem; }
.contact-us form .form-content label {
	flex: 1 1 auto;
	width: 100%; }
.contact-us form .form-row {
	margin-bottom: 2.5rem; }
.contact-us form input:not([type="submit"]), .contact-us form select, .contact-us form textarea {
	width: 100%;
	max-width: 100%;
	border: 0.2rem solid #bdbdbd;
	border-radius: 1rem;
	padding: 1.5rem;
	color: #757575; }
.contact-us form input:focus,
.contact-us form select:focus,
.contact-us form textarea:focus {
	border-color: #357580; }
.contact-us form textarea {
	max-width: 100%;
	height: 100%; }
.contact-us form label:not(:last-child) input,
.contact-us form label:not(:last-child) select {
	margin-right: 2rem; }
.contact-us form .row-submit {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 84rem;
	margin: 2rem auto 0 auto; }
.contact-us form label[for="call-me-back"] {
	font-size: 1.4rem; }
.contact-us form label[for="call-me-back"] input {
	width: 2rem;
	margin: 0;
	padding: 0; }
.contact-us form .button {
	font-size: 1.8rem;
	width: 100%;
	font-weight: 800; }
	
.contact-us .form-content p {
    flex: 1 1 auto;
    width: 100%;
}

footer {
	position: relative;
	background-color: #151719;
	padding-top: 7rem;
	color: white;
	font-size: 1.4rem;
	font-weight: 400; }
footer a:not(.cta):after {
	display: block;
	content: '';
	border-bottom: solid 0.1rem #ffffff;
	transform: scaleX(0);
	transition: transform 150ms ease-in-out; }
footer a:not(.cta):hover:after,
footer .active a:not(.cta):after {
	transform: scaleX(1); }
footer .footer-center-image {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -79.6%);
	width: 17rem; }
footer .main-content {
	max-width: 113rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
	flex-wrap: wrap; }
footer .main-content h4 {
	font-size: 2.3rem;
	margin-bottom: 3rem;
	margin-top: 1rem; }
footer .main-content .about {
	max-width: 32rem;
	line-height: 1.7; }
footer .main-content .about img {
	margin-bottom: 1.3rem; }
footer .main-content .information ul {
	column-count: 1;
	column-gap: 6.5rem; }
footer .main-content .information li {
	margin-bottom: 1.2rem; }
footer .main-content .cta {
	padding: 0; }
footer .main-content p {
	margin: .5rem 0; }
footer .main-content .phone-number {
	font-size: 2.8rem;
	font-weight: 800;
	padding: 0;
	margin-top: -1rem; }
footer .copyright {
	background-color: #357580;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.4rem;
	color: #ffffff; }
footer .copyright .container {
	max-width: 113rem;
	display: block;
	margin: 0 auto; }

.page-head {
	background-image: url("https://www.oliarson.dk/wp-content/themes/oliarson-wp-theme/assets/images/slider-hatter.jpg");
	background-size: cover;
	background-position: 50% 62%;
	background-repeat: no-repeat;
	color: white;
	padding-top: 3.1rem;
	height: 18.8rem;
	position: relative; }
.page-head h1 {
	font-size: 4.8rem;
	max-width: 70%; }
.page-head .background-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .6;
	z-index: 0; }
.page-head .container {
	position: relative;
	z-index: 1; }

.breadcrumb {
	height: 3rem;
	color: #696969;
	background-color: #f5f6f7;
	font-size: 1.2rem;
	display: flex;
	align-items: center; }
.breadcrumb p {
	padding-top: .1rem; }
.breadcrumb a {
	color: #696969; }
.breadcrumb a:not(.cta):after {
	display: block;
	content: '';
	border-bottom: solid .1rem #696969;
	transform: scaleX(0);
	transition: transform 150ms ease-in-out; }
.breadcrumb a:not(.cta):hover:after {
	transform: scaleX(1); }

.contact-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 8rem;
	font-weight: 300;
	padding-bottom: 8rem; }
.contact-box .container {
	display: flex;
	justify-content: space-between; }
.contact-box h2 {
	margin-bottom: 2rem; }
.contact-box .text-container {
	width: 100%;
	max-width: 38.5rem;
	border-right: .2rem solid #eaeaea;
	margin-right: 11.5rem; }
.contact-box .text-container .subtitle {
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-size: 1.75rem; }
.contact-box .text-container .info-list {
	width: 100%;
	max-width: 28.5rem;
	margin-bottom: 3.5rem; }
.contact-box .text-container .info-list li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem; }
.contact-box .text-container .info-list li span:first-child {
	font-weight: 600; }
.contact-box .text-container .info-list li span:last-child {
	width: 14rem; }
.contact-box .form-container {
	width: 100%; }
.contact-box .form-container form .button {
	font-size: 1.8rem;
}

form .form-row {
	margin-bottom: 2.5rem; }

form input, form select, form textarea {
	width: 100%;
	border: 0.2rem solid #bdbdbd;
	border-radius: 1rem;
	padding: 1rem;
	color: #757575; }

form input:focus,
form select:focus,
form textarea:focus {
	border-color: #357580; }

form textarea {
	max-width: 84rem; }

form button {
	font-weight: 800;
	font-size: 1.8rem; }

.map img {
	width: 100%;
	object-fit: contain; }

.faq-content {
	padding: 6rem 0; }
.faq-content .container {
	display: flex;
	justify-content: space-between; }
.faq-content .faq-container {
	width: 100%;
	max-width: 72.2rem; }
.faq-content .questions-container {
	margin-right: 5rem;
	width: 100%;
	max-width: 72.2rem; }
.faq-content .questions-container .question {
	font-weight: 600;
	display: block;
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	padding: 0 2rem;
	background-color: #eeeff1; }
.faq-content .questions-container .answer {
	display: block;
	font-weight: 300;
	line-height: 1.7;
	height: auto;
	max-height: 0;
	transition: all .25s ease;
	background-color: white;
	padding: 1.5rem 2rem;
	will-change: height, max-height;
	color: #525252;
	overflow: hidden; }
.faq-content .questions-container li {
	margin-bottom: 1rem;
	position: relative;
	min-height: 5rem;
	cursor: pointer;
	padding: 0;
	max-height: 5rem;
	overflow: hidden; }
.faq-content .questions-container li:hover .question, .faq-content .questions-container li.opened .question {
	color: #ffffff;
	background-color: #32465a; }
.faq-content .questions-container li:hover:after, .faq-content .questions-container li.opened:after {
	background-color: #357580;
	color: white; }
.faq-content .questions-container li:after {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	top: 0;
	right: 0;
	height: 5rem;
	width: 4.5rem;
	background-color: #f6f6f8;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform .15s ease; }
.faq-content .questions-container li.opened {
	max-height: 55rem;
	background-color: #32465a;
	padding-bottom: 0;
	box-shadow: 0 0.3rem 1.6rem #d2d2d2; }
.faq-content .questions-container li.opened:after {
	transform: rotate(180deg); }
.faq-content .questions-container li.opened .answer {
	max-height: 50rem;
	transition: all .25s ease; }

.floating-info-box {
	font-size: 2rem;
	width: 35rem;
	min-width: 30rem;
	height: 40rem;
	position: sticky;
	top: 10rem;
	margin-top: -20.5rem;
	box-shadow: 0 0 1.6rem 0 \rgb(0 0 0/20%); 
}
.floating-info-box p {
	margin: 0;
	line-height: 1.3 !important; 
    margin-bottom: 10px;
}
.floating-info-box .info-top {
    height: 100%;
}
.floating-info-box .info-top,
.floating-info-box .info-bottom {
	padding: 3rem 3rem 3.8rem 3rem;
}
.floating-info-box .info-bottom {display: none;}
.floating-info-box .info-top p {
	width: 100%;
	font-weight: 800;
	font-size: 2.5rem; }
.floating-info-box .call-me-box {
	display: block;
	margin-top: 2rem; }
.floating-info-box .call-me-box label {
	display: inline-block;
	width: 100%; }
.floating-info-box .call-me-box label[for="name"], .floating-info-box .call-me-box label[for="email"] {
	margin-bottom: 1rem; }
.floating-info-box .call-me-box input, .floating-info-box .call-me-box textarea {
	margin: 0;
	width: 100%;
	padding: 1.1rem 3rem 1.1rem 1.5rem;
	border-radius: 1rem;
	border: none;
	font-size: 1.6rem;
	height: 4.3rem; }
.floating-info-box .call-me-box textarea {
	min-height: 8rem;
	resize: vertical;
	max-height: 15rem; }
.floating-info-box .call-me-box .button {
	height: 4.5rem;
	cursor: pointer;
	width: 100%;
	margin-top: .8rem;
	font-size: 2rem; }
.floating-info-box .call-me-box .button:hover {
	background-color: #121f2c; }
.floating-info-box .info-bottom a {
	color: #32465a; }
.floating-info-box .info-bottom .icon-text-box {
	color: #32465a;
	font-weight: 600;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid lightgray; }
.floating-info-box .info-bottom .icon-text-box:hover svg {
	fill: #357580; }
.floating-info-box .info-bottom .icon-text-box:nth-child(n+2) {
	padding-top: 2.5rem; }
.floating-info-box .info-bottom .icon-text-box:last-child {
	border-bottom: none; }
.floating-info-box .info-bottom .icon-text-box strong {
	color: #357580; }
.floating-info-box .info-bottom .phone svg {
	width: 5rem; }
.floating-info-box .info-bottom .mobile svg {
	width: 5.4rem; }
.floating-info-box .info-bottom .calendar svg {
	width: 5.5rem; }

.sticky .floating-info-box {
	top: 16rem; }

.gallery {
	padding-top: 5rem;
	padding-bottom: 10.3rem; }
.gallery h2 {
	margin-bottom: 1.5rem; }
.gallery p {
	font-weight: 300;
	line-height: 1.5; }
.gallery .images-container {
	margin-top: 3.5rem;
	margin-bottom: 5rem;
	column-count: 3;
	column-gap: 4rem; }
.gallery .images-container a {
	display: inline-block;
	width: calc(33.33% - 3rem);
	margin-bottom: 4rem;
	float: left;
	transition: all .15s ease; }
.gallery .images-container a img {
	width: 100%;
	display: block; }
.gallery .images-container .hidden {
	display: none; }

@media (max-width: 767px) {
	.gallery .images-container a {
		width: calc(100% - 2rem); } }

.price-list {
	padding-top: 5rem;
	padding-bottom: 10.3rem; }
.price-list .container {
	display: flex;
	justify-content: space-between; }
.price-list h2 {
	margin-bottom: 1.5rem; }
.price-list p {
	font-weight: 300;
	line-height: 1.5; }
.price-list table {
	margin-top: 4rem;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate; }
.price-list table thead {
	background-color: #32465a;
	color: white; }
.price-list table th, .price-list table td {
	text-align: right; }
.price-list table td {
	border-bottom: .1rem solid #d4d4d4; }
.price-list table th:first-child,
.price-list table td:first-child {
	text-align: left; }
.price-list table th, .price-list table td {
	padding: 1.5rem; }
.price-list table tbody {
	font-weight: 300; }

.blog-articles {
	padding-top: 5rem;
	padding-bottom: 10.3rem; }
.blog-articles .articles-container {
	column-count: 3;
	column-gap: 4rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: 4rem; }
.blog-articles .articles-container article {
	margin-bottom: 4rem;
	float: left;
	width: calc(33.33% - 3rem);
	transition: margin-top 150ms ease, box-shadow 150ms ease, padding 150ms ease, transform 0.2s ease 0s !important;
	will-change: margin-top, box-shadow, padding;
}
.blog-articles .articles-container article:hover {
	margin-top: -2rem;
	box-shadow: 0 0 1rem rgb(53 117 128 / 23%);
	padding: 1.5rem;
	border-radius: .5rem;
}
.blog-articles .articles-container article a {color: black}
.blog-articles .articles-container article img {
	display: block;
	width: 100%; }
.blog-articles .articles-container article h2 {
	font-size: 2.5rem;
	font-weight: 800;
	margin-top: 2rem;
	cursor: pointer; }
.blog-articles .articles-container article h2 a {
	color: black; }
.blog-articles .articles-container article .excerpt {
	font-weight: 300;
	line-height: 1.7;
	cursor: pointer; }
.blog-articles .articles-container article .excerpt a {
	color: black; }

time {
	display: block;
	font-weight: 600;
	font-size: 1.4rem;
	margin: .5rem 0 2rem 0; }

.article .container, .simple-page .container {
	display: flex;
	justify-content: space-between; }

.article .main, .simple-page .main {
	max-width: 77rem; }
.article .main .title, .simple-page .main .title {
	font-size: 3.55rem;
	margin: 0 0 2rem 0; }
.article .main hr, .simple-page .main hr {
	background-color: #c1c1c1;
	height: .1rem;
	border: none; }
.article .main .top-line, .article .main .bottom-line, .simple-page .main .top-line, .simple-page .main .bottom-line {
	display: flex; }
.article .main .top-line, .simple-page .main .top-line {
	justify-content: space-between; }
.article .main .bottom-line, .simple-page .main .bottom-line {
	justify-content: flex-end; }
.article .main .sharing, .simple-page .main .sharing {
	padding-top: .5rem; }
.article .main .sharing i:not(:last-child), .simple-page .main .sharing i:not(:last-child) {
	margin-right: 1rem;
	font-size: 1.6rem; }
.article .main .cover img, .simple-page .main .cover img {
	width: 100%; }
.article .main time, .simple-page .main time {
	font-weight: 300; }
.article .main .content, .simple-page .main .content {
	line-height: 1.5;
	font-weight: 300; }
.simple-page .main .content {font-weight: 400}
.article .main .content h2, .article .main .content p, .simple-page .main .content h2, .simple-page .main .content p {
	margin: 3rem 0; }
.article .main .content h2, .simple-page .main .content h2 {
	font-size: 2rem;
	font-weight: 600; }
.article .main .content h3, .simple-page .main .content h3 {
	margin-top: 3rem; }
.article .main .content a, .simple-page .main .content a {
	color: #357580;
	text-decoration: underline; }
.article .main .content ul, .simple-page .main .content ul {
	margin-top: 2rem;
	padding-left: .5rem; }
.article .main .content ul li, .simple-page .main .content ul li {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 1rem; }
.article .main .content ul li::before, 
.simple-page .main .content ul:not(.blocks-gallery-grid) li::before {
	content: "";
	background-color: #357580;
	font-weight: bold;
	display: inline-block;
	width: .5rem;
	height: .5rem;
	display: inline-block;
	margin-right: 1rem;
	border-radius: 50%;
	vertical-align: middle; }
.article .main .content blockquote, .simple-page .main .content blockquote {
	padding: 1rem 3rem;
	font-weight: 600;
	margin: 0;
	border-left: 5px solid #357580; }
.article .main .content blockquote p, .simple-page .main .content blockquote p {
	margin: 0; }
.article .main .content figure, .simple-page .main .content figure {
	display: flex;
	flex-direction: column; }
.article .main .content figure img, .simple-page .main .content figure img {
	width: 100%; }
.article .main .content figcaption, .simple-page .main .content figcaption {
	background-color: #f5f6f7;
	font-size: 1.2rem;
	padding: 1.5rem 3rem; }

.article {
	padding-top: 5rem;
	padding-bottom: 10.3rem; }
.article .related-articles {
	margin-top: 7rem; }
.article .related-articles .title {
	margin-bottom: 3rem; }
.article .related-articles .articles-container {
	display: flex;
	justify-content: space-between;
	max-height: 52rem;
	height: 52rem;
}
.article .related-articles .articles-container article {
	padding: 1.5rem;
	max-width: 36.5rem;
	transition: all 150ms ease;
}
.article .related-articles .articles-container article:hover {
	margin-top: -1rem;
	box-shadow: 0 0 1rem rgb(53 117 128 / 23%);
	border-radius: .5rem;
}
.article .related-articles .articles-container article a {
	color: black;
}
.article .related-articles .articles-container article .cover {
	max-height: 19rem;
	overflow: hidden; }
.article .related-articles .articles-container article img {
	display: block;
	width: 100%; }
.article .related-articles .articles-container article h2 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 2.5rem;
	cursor: pointer; }
.article .related-articles .articles-container article h2 a {
	color: black; }
.article .related-articles .articles-container article .excerpt {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7;
	cursor: pointer; }
.article .related-articles .articles-container article .excerpt a {
	color: black; }

.simple-page {
	padding-bottom: 10.3rem; }
.simple-page .main .content h2 {
	font-size: 2.5rem;
	font-weight: 800; }

.simple-page {
	padding-bottom: 10.3rem; }

.simple-page .main .content h2 {
	font-size: 2.5rem;
	font-weight: 800; }

/* Contact form hack */
.wpcf7-checkbox label {
	display: flex;
	justify-content: flex-start;
	min-width: 16rem; }
.wpcf7-checkbox label input {
	max-width: 2rem;
	margin-left: -1.5rem; }

.wpcf7-checkbox label input + span {
	width: auto;
	display: block;
	font-size: 1.4rem; }

.contact-us form .row-submit {
	align-items: center; }

.hidden {
	display: none !important; }

/* Spinner */
.lds-Oliarson {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 2rem auto 0 auto; }

.lds-Oliarson div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #357580;
	animation: lds-Oliarson 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.lds-Oliarson div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s; }

.lds-Oliarson div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s; }

.lds-Oliarson div:nth-child(3) {
	left: 56px;
	animation-delay: 0; }

@keyframes lds-Oliarson {
	0% {
		top: 8px;
		height: 64px; }
	50%, 100% {
		top: 24px;
		height: 32px; } }

/* Gallery fixations */
.ngg-galleryoverview.default-view {
	column-count: 3;
	column-gap: 3rem; }

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
	float: none !important;
	margin-bottom: 3rem; }

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.8.1
*/
body.hidden-scroll {
	overflow: hidden; }

.sl-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: .7;
	display: none;
	z-index: 1035; }

.sl-wrapper {
	z-index: 1040;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed; }

.sl-wrapper * {
	box-sizing: border-box; }

.sl-wrapper button {
	border: 0 none;
	background: transparent;
	font-size: 28px;
	padding: 0;
	cursor: pointer; }

.sl-wrapper button:hover {
	opacity: 0.7; }

.sl-wrapper .sl-close {
	display: none;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	font-family: Arial,Baskerville,monospace;
	color: #fff;
	font-size: 5rem; }

.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1060;
	color: #000;
	font-size: 1rem; }

.sl-wrapper .sl-navigation {
	width: 100%;
	display: none; }

.sl-wrapper .sl-navigation button {
	position: fixed;
	top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 22px;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 10060;
	font-family: Arial,Baskerville,monospace;
	color: #000; }

.sl-wrapper .sl-navigation button.sl-next {
	right: 5px;
	font-size: 2rem; }

.sl-wrapper .sl-navigation button.sl-prev {
	left: 5px;
	font-size: 2rem; }

@media (min-width: 35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 44px; }
	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem; }
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem; } }

@media (min-width: 50em) {
	.sl-wrapper .sl-navigation button {
		width: 44px; }
	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 8rem;
		color: #fff; }
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 8rem;
		color: #fff; } }

.sl-wrapper.sl-dir-rtl .sl-navigation {
	direction: ltr; }

.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000; }

.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
	width: 100%;
	height: auto; }

@media (min-width: 35.5em) {
	.sl-wrapper .sl-image img {
		border: 0 none; } }

@media (min-width: 50em) {
	.sl-wrapper .sl-image img {
		border: 0 none; } }

.sl-wrapper .sl-image iframe {
	background: #000;
	border: 0 none; }

@media (min-width: 35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none; } }

@media (min-width: 50em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none; } }

.sl-wrapper .sl-image .sl-caption {
	display: none;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	font-size: 1rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto; }

.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #000;
	z-index: 1060; }

.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	-moz-animation: pulsate 1s ease-out infinite;
	-ms-animation: pulsate 1s ease-out infinite;
	-o-animation: pulsate 1s ease-out infinite;
	animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll; }

.sl-transition {
	transition: -moz-transform ease 200ms;
	transition: -ms-transform ease 200ms;
	transition: -o-transform ease 200ms;
	transition: -webkit-transform ease 200ms;
	transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@-moz-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@-o-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@-ms-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; }
	50% {
		opacity: 1; }
	100% {
		transform: scale(1.2);
		opacity: 0; } }

@media (max-width: 1220px) {
	.mw-1180 {
		width: 94%; }
	.services .image-text-block .image {
		width: calc(50% + 0.4rem);
		height: 40rem;
		box-sizing: border-box; }
	.services .image-text-block .text {
		width: calc(50% - 0.4rem);
		padding-left: 30px; }
	.services .image-text-block.image-right .text {
		padding-right: 30px;
		padding-left: 0px; }
	.nav-bar li {
		padding: 0 1.5rem; }
	.nav-bar li.close:hover {
		background-color: transparent; }
	.nav-bar .cta {
		margin-left: 1rem; }
	.top-bar .col:first-child {
		margin-right: 2rem; }
	.hero .info-box {
		width: 94%;
	    display: none;
	}
	.hero .info-box .info-bottom {
		text-align: center;
		font-size: 2.1rem; }
	.hero .info-box .info-bottom .icon-text-box {
		height: auto;
		display: block; }
	.hero .info-box .info-bottom svg {
		width: auto !important;
		height: 4rem !important;
		margin: 0 auto; }
	.hero .info-box .info-bottom .truck svg {
		transform: scale(1.5);
		transform-origin: center center; }
	.floating-info-box {
		margin-left: 2rem; }
	.easy-with-me {
		padding-top: 5rem; }
	.container-selection {
		padding: 8rem 0; }
	.container-selection .container-list .container-option img {
		max-width: 95%; }
	.services {
		padding: 8rem 0; }
	.faq {
		padding: 8rem 0; }
	.faq .container {
		display: block; }
	.faq .questions-container {
		max-width: 100%; }
	.faq .title {
		max-width: 100%;
		text-align: center;
		margin-bottom: 2.5rem; }
	.contact-us {
		padding-top: 8rem; }
	footer .copyright .container {
		width: 94%; } }

@media (max-width: 1023px) {
	.top-bar .col:not(:first-child) {
		width: 200px; }
	.top-bar .col:last-child {
		display: none; }
	.top-bar .logo {
		order: 1; }
	.top-bar .mail {
		order: 2; }
	.top-bar .phone {
		order: 3; }
	.hero .slide {
		text-align: center; }
	.hero .slide.active {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex; }
	.hero .container {
		padding: 8rem 4rem 14rem 4rem;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center; }
	.hero .container h4 {
		margin-top: 0px; }
	.hero .prev, .hero .next {
		top: calc(50% - 9.2rem); }
	.hero .info-box .info-top {
		display: none !important;
		text-align: center; }
	.hero .info-box .search-box {
		display: inline-flex;
		margin-top: 1.5rem; }
	.hero .info-box .info-top p {
		max-width: 100%;
		margin-bottom: 1.5rem; }
	.hero .info-box .info-bottom {
		font-size: 1.9rem; display: none; }
	.hero .info-box .info-bottom {
		padding-left: 0px;
		padding-right: 0px; }
	.hero .info-box .info-bottom .icon-text-box {
		margin-bottom: 1.2rem; }
	.easy-with-me {
		padding-bottom: 6rem; }
	.easy-with-me .container {
		display: block;
		padding-left: 0px; }
	.easy-with-me .image {
		width: 100%; }
	.easy-with-me .text {
		padding-left: 0px;
		padding-top: 3.5rem;
		max-width: 100%;
		text-align: center; }
	.places-where-we-service {
		padding: 6rem 0; }
	.places-where-we-service .place-selector {
		margin-bottom: 3.5rem; }
	.places-where-we-service .districts {
		display: inline-block; }
	.places-where-we-service h4 {
		margin-top: 4.5rem; }
	.container-selection {
		padding: 6rem 0; }
	.services {
		padding: 6rem 0; }
	.faq {
		padding: 6rem 0 4rem 0; }
	.contact-us {
		padding-top: 6rem; }
	.contact-us form input, .contact-us form select, .contact-us form textarea {
		margin: 0px !important; }
	.simple-page {
		padding-bottom: 6rem; }
	.article .container, .simple-page .container {
		display: block; }
	.article .main, .simple-page .main {
		width: 100%;
		max-width: 100%; }
	.article .main .content, .simple-page .main .content img[class*="wp-image"] {
		width: 100%; }
	.faq-content .container {
		display: block; }
	.faq-content .faq-container {
		max-width: 100%;
		width: 100%;
		padding-bottom: 0px; }
	.faq-content .questions-container {
		width: 100%;
		margin-right: 0px;
		max-width: 100%; }
	.floating-info-box {
	    display: none;
		width: 100%;
		height: auto;
		position: relative;
		top: auto !important;
		margin-top: 3rem;
		margin-left: 0;
	}
	.floating-info-box .info-bottom {
		display: none;
		padding-bottom: 1.5rem;
	}
	footer .main-content {
		display: block;
		overflow: hidden;
		position: relative; }
	footer .main-content .about {
		max-width: 100%;
		padding: 0px 0px 40px 0px; }
	footer .main-content .contact {
		width: 320px;
		float: left;
		padding-bottom: 30px; }
	footer .main-content .information {
		width: calc(100% - 320px);
		float: right; }
	footer .copyright {
		text-align: center; }
	.contact-box {
		padding: 6rem 0; }
	.contact-box .text-container {
		margin-right: 5rem; }
	.nav-bar .menu-trigger {
		display: block;
		opacity: 1;
		transition: all ease 0.4s; }
	.nav-bar ul:not(.sub-menu) {
		width: 290px;
		transform: translate3d(-100%, 0, 0) translate3d(-15px, 0, 0);
		transition: all ease 0.6s;
		line-height: 2rem;
		padding-bottom: 4rem !important;
		position: fixed;
		top: 0px;
		left: 0px;
		right: auto;
		bottom: 0px;
		background: #357580;
		display: block !important;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
		overflow: auto; }
	.nav-bar ul:not(.sub-menu):before {
		content: "MENU";
		font-weight: 800;
		color: #ffffff;
		font-size: 18px;
		background: #32465a;
		border-radius: 5px;
		padding: 1rem;
		margin: 2rem 2rem 1.5rem 2rem;
		display: inline-block; }
	.nav-bar li {
		height: auto;
		padding: 0px; }
	.nav-bar li a {
		padding: 1rem 2rem;
		display: block; }
	.nav-bar .sub-menu {
		display: none;
		position: relative;
		visibility: visible;
		opacity: 1;
		top: auto;
		margin: 0 1rem;
		padding: 0.5rem 0; }
	.nav-bar .sub-menu li {
		padding: 0px;
		white-space: normal; }
	.nav-bar .sub-menu li:before {
		margin-left: 1.5rem;
		margin-right: 0rem; }
	.nav-bar .sub-menu li a {
		padding-left: 1.2rem;
		white-space: normal;
		width: calc(100% - 2rem);
		vertical-align: middle; }
	.opened-nav .nav-bar li.close {
		display: block; }
	.opened-nav .nav-bar ul:not(.sub-menu) {
		transform: translate3d(0, 0, 0); }
	.opened-nav .menu-trigger {
		opacity: 0; } }

@media (max-width: 767px) {
	.nav-bar .nav-container .hand-drawn-arrow {
		display: none; }
	.top-bar .col:not(:first-child) {
		display: none !important; }
	.top-bar .col:first-child {
		margin-right: 0px;
		width: 100%;
		text-align: center; }
	.home h3 {
		font-size: 3rem; }
	.home h4 {
		font-size: 2.5rem; }
	.hero .container h2 {
		font-size: 2.6rem; }
	.hero .container h4 {
		margin-top: 1.2rem;
		font-size: 2rem; }
	.hero .info-box .info-top {
		padding: 2.1rem;
		font-size: 2.2rem; 
	}
	.hero .info-box .call-me-box {
		min-width: 70vw;
	}
	.hero .info-box .call-me-box form > p {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
	.hero .info-box .call-me-box .call-me-back-name {margin-right: 0;}
	.hero .info-box .call-me-box .button {margin-left: 0}
	.hero .info-box .call-me-box .ajax-loader {
		left: auto;
		transform: translateX(0);
	}

	.hero .info-box .search-box input {
		width: 100%; }
	.hero .info-box .search-box button {
		width: 100px;
		position: relative;
		top: -3px; }
	.hero .info-box .info-bottom {
		font-size: 1.5rem;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start; 
	    display: none;
	}
	.hero .info-box .info-bottom .icon-text-box {
		margin-bottom: 0px; }
	.easy-with-me {
		padding-bottom: 4rem;
		/*padding-top: 25rem;*/ }
	.container-selection {
		padding: 4rem 0; }
	.container-selection h3 {
		font-size: 2.2rem; }
	.container-selection h4 {
		margin-bottom: 2rem; }
	.container-selection p {
		line-height: 1.8; }
	.container-selection .container-list {
		display: block; }
	.container-selection .container-list .container-option {
		width: 100%;
		height: auto; }
	.container-selection .container-list .container-option .call-to-actions {
		display: block;
		padding: 1.8rem 1.2rem 3.2rem 1.2rem; }
	.container-selection .container-list .container-option + .container-option {
		margin-top: 4rem; }
	.testimonials .testimonial .text {
		font-size: 1.8rem;
		margin-bottom: 3rem; }
	.services {
		padding: 4rem 0; }
	.services .subtitle {
		margin: 2.4rem auto 3.5rem auto; }
	.services .image-text-block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; }
	.services .image-text-block .image {
		width: 100% !important;
		height: 25rem !important;
		order: 1; }
	.services .image-text-block .text {
		box-sizing: border-box;
		width: 100%;
		padding: 1.8rem 0 3rem 0 !important;
		order: 2;
		text-align: center; }
	.services .image-text-block .text .title {
		font-size: 2.3rem;
		margin-bottom: 1.5rem;
		text-align: center; }
	.services .image-text-block .text p {
		line-height: 2.3rem;
		text-align: center; }
	.services .image-text-block .text .cta {
		margin-top: 2rem;
		margin-left: auto;
		margin-right: auto;
		display: inline-block; }
	.faq {
		padding: 4rem 0; }
	.faq .questions-container .question {
		padding-left: 0; }
	.places-where-we-service {
		padding: 4rem 0; }
	.places-where-we-service .place-selector {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important; }
	.places-where-we-service .place-selector .place {
		margin-left: auto !important;
		margin-right: auto !important;
		height: auto; }
	.places-where-we-service .place-selector .place img {
		margin-bottom: 1.5rem; }
	.places-where-we-service .place-selector .place + .place {
		margin-top: 4rem; }
	.places-where-we-service .districts {
		overflow: hidden;
		position: relative; }
	.places-where-we-service .districts .district {
		width: 48%;
		margin: 0 0 1.2rem;
		float: left; }
	.places-where-we-service .districts .district:nth-child(even) {
		margin-left: 4%; }
	.article .related-articles .articles-container {
		max-height: 100%;
		height: 100%;
	}
	footer .main-content .about {
		text-align: center;
		padding: 20px 20px 30px 20px; }
	footer .main-content .contact {
		width: 100%;
		text-align: center; }
	footer .main-content .information {
		float: none;
		max-width: 100%;
		width: 84%;
		text-align: center;
		margin: 0 auto; }
	.floating-info-box {
		margin-left: 0;
	}
	.floating-info-box .info-top, .floating-info-box .info-bottom {
		padding: 2.4rem; }
	.floating-info-box .info-bottom {
		padding-bottom: 1rem; }
	.simple-page {
		padding-bottom: 4rem; }
	.page-head {
		height: auto;
		padding: 4rem 0; }
	.page-head h1 {
		font-size: 3rem;
		text-align: center;
		margin: 0;
		max-width: 100%; }
	.contact-us {
		padding-top: 4rem; }
	.contact-box {
		padding: 3.5rem 0 1rem 0; }
	.contact-box .container {
		display: block;
		max-width: 90%; }
	.contact-box .text-container {
		width: 100%;
		max-width: 100%;
		margin-bottom: 3rem;
		border-right: 0px;
		border-bottom: 0.2rem solid #eaeaea; }
	.contact-us .phone-number + p + h4 {
		margin-bottom: 3rem; }
	.gfield-left {
		width: 100%;
		float: none; }
	.gfield-right {
		width: 100%;
		float: none; }
	#gform_1 .gform_footer {
		position: relative;
		margin-top: 0px; }
	.contact-us form button {
		width: 100%; }
	.blog-articles .articles-container {
		margin-left: 0;
		margin-right: 0; }
	.blog-articles .articles-container article {
		width: 100%; }
	.simple-page .main .content .gform_wrapper {
		padding-bottom: 2rem; }
	.page-id-145 .simple-page {
		padding-bottom: 180px; }
	.hero .info-box .info-bottom .truck svg {
		padding-top: 0;
		margin-right: 0;
		max-width: 3rem; }
	.hero {
		margin-bottom: 2rem; }
	.hero .info-box .call-me-box {
		flex-direction: column;
		margin-top: 1rem;
		gap: 1rem; }
	.hero .info-box .call-me-box button {
		margin-left: 0;
		display: block;
		width: 100%; }
	.hero .info-box .call-me-box label, .hero .info-box .call-me-box input {
		width: 100%; }
	.contact-us form .form-content {
		flex-direction: column;
		max-height: 100%; }
	.contact-us form .form-content > div {
		max-width: 100%;
		width: 100%; }
	.contact-us form button {
		font-size: 1.6rem; }
	.contact-us .arrow-down {
		margin-bottom: 13rem; }
	.contact-us .arrow-down h4 {
		font-size: 3rem; }
	.contact-us .arrow-down h4:before {
		top: 170%;
		left: 55%; }
	.contact-us .arrow-down h4:after {
		top: 150%;
		right: 29%; }
	.article .related-articles .articles-container {
		display: block; } }

/* Contact form 7 */
span.wpcf7-not-valid-tip {
	color: #400000;
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	background-color: #ff6a74;
	border-radius: .5rem;
	padding: 1rem 1rem;
	position: relative;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
span.wpcf7-not-valid-tip:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	border-top: 0;
	border: 1.5rem solid transparent;
	border-bottom: 2rem solid #ff6a74;
}
textarea + .wpcf7-not-valid-tip {margin-top: -.5rem;margin-bottom: 1rem}

.wpcf7 .ajax-loader {
	display: inline-block;
	opacity: 0.75;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 1rem 0 0 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
}
.wpcf7 form.submitting .ajax-loader {
	height: 24px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	font-size: 1.8rem;
	color: #ff2d2d;
	margin-top: 0;
	background-color: white;
	border: none;
	box-shadow: 0 0 1rem #ffd4d46b;
	border-radius: .5rem;
	padding: 1rem 1.5rem;
	text-align: center;
}

.grecaptcha-badge {display: none !important}