/** !
Theme Name: Reneweco Solutions
Theme URI: https://www.renewecosolutions.co.uk/
Description: Bespoke Theme for Reneweco Solutions using WordPress. Gutenberg compatible. Using Bootstrap 4 and Font Awesome 5.
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 2.0
Text Domain: elmscreative
*/

@font-face {
	font-family: "Hobo Std";
	src: url("fonts/HoboStd.woff2") format("woff2"),
		url("fonts/HoboStd.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

/* ==========================================================================
        Elements
    ========================================================================== */

html,
body {
	height: 100%;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
}
body {
	padding: 0px;
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	background: none;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0 0 1em;
	padding: 0;
	color: #349b1f;
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: 700;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}

hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 0px;
	border-top: #bfbfbf 1px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

p {
	margin: 0 0 1.6em;
	font-size: 14px;
	line-height: 1.6;
}
ol > li,
ul > li {
	font-size: 14px;
	line-height: 1.4;
}
span {
	color: #04111d;
}

label {
	margin: 0.5em auto;
	padding: 0;
	display: block;
	font-weight: 600;
	text-align: left;
	color: #000 !important;
}
input[type="text"],
input[type="url"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 6px;
	margin: 0px auto 12px;
	color: #3d3d3d;
	font-size: 1em;
	background: #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: #bfbfbf 1px solid;
	font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
}
input[type="checkbox"] {
	margin: 0;
}
input[type="file"] {
	margin: 0;
	width: 100%;
	padding: 4px 4px 6px;
	font-size: 1em;
	color: #2a2a2a;
}
select {
	width: 100%;
	padding: 4px 12px;
	margin: 0px auto 12px;
	color: #3d3d3d;
	font-size: 1em;
	height: 32px;
	font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
	-webkit-appearance: none;
	background: #fff;
	border: #bfbfbf 1px solid;
}
textarea {
	width: 100%;
	min-height: 120px;
	max-height: 120px;
	padding: 6px;
	margin: 0px auto 10px;
	font-size: 1em;
	background: #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: #bfbfbf 1px solid;
	font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
}

label > span {
	font-size: inherit;
	color: #ccc;
}
.form-control {
	padding: 6px;
}

input[type="submit"],
button {
	width: auto;
	font-size: 0.9rem;
	padding: 0.75em 2.25em;
	margin: 0 auto;
	text-decoration: none;
	color: #fff !important;
	font-weight: 700;
	text-align: center;
	background: #349b1f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #349b1f 1px solid;
}
input[type="submit"]:hover,
button:hover {
	color: #fff !important;
	background: #000000;
	border: #000000 1px solid;
}
.btn,
.simpay-btn {
	width: auto;
	font-size: 0.9rem;
	padding: 0.75em 2.25em;
	margin: 0 auto;
	text-decoration: none;
	color: #fff !important;
	font-weight: 700;
	text-align: center;
	background: #349b1f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #349b1f 1px solid;
}
.btn:hover,
.simpay-btn:hover {
	color: #fff !important;
	background: #000000;
	border: #000000 1px solid;
}
.btn-white {
	width: auto;
	font-size: 0.9rem;
	padding: 0.75em 2.25em;
	margin: 0 auto;
	text-decoration: none;
	color: #000000 !important;
	font-weight: 700;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: #fff 1px solid;
}
.btn-white:hover {
	color: #000000 !important;
	background: #fff;
	border: #fff 1px solid;
}

.simpay-form-wrap {
	text-align: center;
}
.simpay-btn > span {
	color: #fff !important;
}
.simpay-btn:hover > span {
	color: #fff !important;
}

.simpay-styled
	.simpay-form-control
	.simpay-btn.simpay-payment-btn:not(.stripe-button-el),
.simpay-styled
	.simpay-form-control
	.simpay-btn.simpay-checkout-btn:not(.stripe-button-el) {
	background: #349b1f !important;
}
.simpay-styled
	.simpay-form-control
	.simpay-btn.simpay-payment-btn:not(.stripe-button-el):hover,
.simpay-styled
	.simpay-form-control
	.simpay-btn.simpay-checkout-btn:not(.stripe-button-el):hover {
	background: #000000 !important;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
	width: auto !important;
	font-size: 0.9rem !important;
	padding: 0.75em 2.25em !important;
	margin: 0 auto !important;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-align: center !important;
	background: #349b1f !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: #349b1f 1px solid !important;
}
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
	color: #fff !important;
	background: #000000 !important;
	border: #000000 1px solid !important;
}

/* ==========================================================================
	Structure
	========================================================================== */

header {
	padding: 0.25em 0;
	position: relative;
	z-index: 10;
	background: #349b1f;
}
header .header-links > div {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
}
header .header-links > div > a {
	color: #fff;
	text-decoration: none;
}
header .header-links > div > svg {
	color: #fff;
}
header .header-links > .connect {
	padding: 0.25em 1em;
}
header .header-links > .connect > p {
	margin: 0;
	padding-left: 1em;
	border-left: #fff 1px solid;
}
header .header-links > div > a:hover {
	color: #000;
}
header .trustpilot-widget {
	height: 24px !important;
	margin-bottom: 0.25em !important;
}
header .trustpilot-widget .tp-widget-rating,
header .trustpilot-widget span {
	color: #fff !important;
}

nav {
	padding: 0.5em !important;
	position: relative;
	z-index: 20;
	background: #fff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.5);
}
nav .logo {
	max-width: 260px;
	margin: 0.5em;
}

section#hero {
	position: relative;
}
section#hero h1,
section#hero h2,
section#hero h3,
section#hero h4,
section#hero h5 {
	margin: 0px auto;
}
section#hero .border-blend {
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 5;
}
section#about {
	background: #349b1f url("img/testimonials-bg.jpg") center center;
	background-size: cover;
}

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 2.5em 0;
	position: relative;
	background: #262626 url("img/footer-bg.jpg") center no-repeat;
	background-size: cover;
}
footer p {
	font-size: 0.9rem;
	color: #fff;
}
footer .icon {
	max-width: 280px;
	margin: 0 auto 2em;
	display: block;
}
footer hr {
	border-top: #444444 1px solid;
}
footer a:active,
footer a:visited,
footer a:link,
footer a[href^="tel"] {
	color: #fff;
	text-decoration: none;
}
footer a:hover,
footer a[href^="tel"]:hover {
	color: #ccc;
}
footer .links > div {
	font-size: 0.9rem;
}
footer .links svg {
	color: #349b1f;
}

/* ==========================================================================
    Links and Navigation
    ========================================================================== */

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active,
a:visited,
a:link {
	color: #3d3d3d;
}
a:hover {
	color: #7b7b7b;
}
a[href^="tel"] {
	color: #3d3d3d;
}
a[href^="tel"]:hover {
	color: #7b7b7b;
}

.navbar-toggler {
	margin: 0;
	position: relative;
	z-index: 35;
}
.navbar-toggler:hover {
	color: #349b1f;
	background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.navbar-toggler:hover > svg {
	color: #349b1f;
}
.navbar-toggler > svg {
	color: #000;
}
.navbar-dark .navbar-toggler {
	color: #000;
	border-color: transparent;
}

#primary {
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
}
#primary > li {
	width: auto;
	margin: 0 1em;
}
#primary > li > a {
	color: #202020;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
#primary > li > a:hover,
#primary > li.active > a:hover {
	color: #7b7b7b;
	background: none;
}
#primary > li.active > a {
	color: #349b1f;
}

#primary > li.payment,
#secondary > li.payment {
	padding: 0 1em;
	background: #349b1f;
}
#primary > li.payment > a,
#secondary > li.payment > a {
	color: #fff;
}
#primary > li.payment:hover > a,
#secondary > li.payment:hover > a {
	color: #7b7b7b;
}
#primary > li.payment:hover,
#secondary > li.payment:hover {
	background: #000;
}

#primary > li.active.payment > a,
#secondary > li.active.payment > a {
	color: #7b7b7b;
}
#primary > li.active.payment,
#secondary > li.active.payment {
	background: #000;
}

#secondary {
	width: 100%;
	margin: 0 auto;
	justify-content: flex-end;
}
#secondary > li {
	width: auto;
	margin: 0 1em;
}
#secondary > li > a {
	color: #202020;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
#secondary > li > a:hover,
#secondary > li.active > a:hover {
	color: #7b7b7b;
	background: none;
}
#secondary > li.active > a {
	color: #349b1f;
}

/* ==========================================================================
    Misc
    ========================================================================== */

.section {
	padding: 5em 0;
	position: relative;
	z-index: 5;
}
.section-mini {
	padding: 2.5em 0;
	position: relative;
	z-index: 5;
}
.section-very-mini {
	padding: 1em 0;
	position: relative;
	z-index: 5;
}
.section-none {
	padding: 0;
	position: relative;
	z-index: 5;
}

.light-grey-bg {
	background-color: #f4f5f9;
}

.card.card-hero {
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.card.card-hero > .card-body {
	padding: 4em;
}

.intro-wrap {
	position: relative;
	z-index: 0;
}
.intro-wrap > img {
	position: relative;
	z-index: 1;
}
.intro-wrap > h2 {
	max-width: 6em;
	padding: 0.25em 0 0.25em 0.5em;
	position: absolute;
	right: -15px;
	bottom: -15px;
	z-index: 2;
	color: #fff;
	font-size: 2.75rem;
	background-color: #349b1f;
}

.card.card-service a {
	text-decoration: none;
}
.card.card-service a:hover,
.card.card-service a:hover .card-body .card-title,
.card.card-service a:hover .card-footer .service-titlearea svg {
	color: #000;
}
.card.card-service .card-body {
	background-color: #349b1f;
}
.card.card-service .card-body > h4 {
	color: #fff;
	text-decoration: none;
}
.card.card-service .card-body .card-title:hover {
	color: #000;
}
.card.card-service .card-body:hover .card-title,
.card.card-service .card-body:hover .card-title {
	color: #000;
}

.card.card-service .card-footer:hover,
.card.card-service .card-footer:hover .service-titlearea svg {
	color: #000;
}
.card.card-service .card-footer {
	background-color: #fff;
	font-weight: 500;
}
.card.card-service .card-footer .service-titlearea svg {
	font-size: 1.25rem;
	margin: 0;
	color: #349b1f;
}
.card.card-service .card-footer .service-titlearea svg:hover {
	color: #000;
}

ul.services > li {
	padding: 0.15em 0;
	background-color: transparent;
	border: none;
}
ul.services > li > a {
	font-size: 0.9rem;
}
ul.services > li:hover {
	background-color: transparent;
}
ul.services > li > a:hover {
	color: #ccc;
	background-color: transparent;
}

.form-wrap {
	background-color: #fff;
}
.contact-card {
	margin: 1em 2em;
}
.contact-table th {
	padding: 0.45rem;
	color: #349b1f;
	font-size: 0.9rem;
	border: none;
}
.contact-table td {
	padding: 0.45rem;
	font-size: 0.9rem;
	border: none;
}

#mapCanvas {
	min-height: 420px;
	background: grey;
}
.ms-slide-info {
	display: none !important;
}

ul.other-services > li {
	padding: 0.5em 1em;
	background-color: transparent;
}
ul.other-services > li > a {
	font-size: 0.85rem;
	text-decoration: none;
}
ul.other-services > li:hover {
	background-color: transparent;
}
ul.other-services > li > a:hover {
	background-color: transparent;
}

.ms-slide-bgcont img {
	width: 246px !important;
	height: 246px !important;
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.card-hover {
	position: relative;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	color: white;
	overflow: hidden;
	min-height: 280px;
	width: 100%;
}

.card-hover-img {
	position: absolute;
	z-index: 1;
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.card-hover-front,
.card-hover-back {
	padding: 0px 20px;
	z-index: 2;
}

.card-hover-back {
	padding-bottom: 30px;
}
.card-hover-title {
	margin: 0;
	padding: 20px 0px 20px;
	text-align: center;
	font-weight: 700;
	font-size: 1.25rem;
}

.card-hover.dark-green:hover .card-hover-container,
.card-hover.dark-green:hover .card-hover-front,
.card-hover.dark-green:hover .card-hover-back,
.card-hover.dark-green:hover .card-hover-front .card-hover-title {
	color: #fff;
	background: #077f3e;
}
.card-hover.light-green:hover .card-hover-container,
.card-hover.light-green:hover .card-hover-front,
.card-hover.light-green:hover .card-hover-back,
.card-hover.light-green:hover .card-hover-front .card-hover-title {
	color: #fff;
	background: #2da037;
}
.card-hover.lime:hover .card-hover-container,
.card-hover.lime:hover .card-hover-front,
.card-hover.lime:hover .card-hover-back,
.card-hover.lime:hover .card-hover-front .card-hover-title {
	color: #fff;
	background: #9ec542;
}
.card-hover.yellow:hover .card-hover-container,
.card-hover.yellow:hover .card-hover-front,
.card-hover.yellow:hover .card-hover-back,
.card-hover.yellow:hover .card-hover-front .card-hover-title {
	color: #202020;
	background: #f6e820;
}
.card-hover.light-orange:hover .card-hover-container,
.card-hover.light-orange:hover .card-hover-front,
.card-hover.light-orange:hover .card-hover-back,
.card-hover.light-orange:hover .card-hover-front .card-hover-title {
	color: #202020;
	background: #f5af21;
}
.card-hover.dark-orange:hover .card-hover-container,
.card-hover.dark-orange:hover .card-hover-front,
.card-hover.dark-orange:hover .card-hover-back,
.card-hover.dark-orange:hover .card-hover-front .card-hover-title {
	color: #fff;
	background: #eb6924;
}
.card-hover.red:hover .card-hover-container,
.card-hover.red:hover .card-hover-front,
.card-hover.red:hover .card-hover-back,
.card-hover.red:hover .card-hover-front .card-hover-title {
	color: #fff;
	background: #e21926;
}

.card-hover-container {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	z-index: 2;
	width: 100%;
	height: 100%;
	flex-grow: 2;
	background-color: rgba(0, 0, 0, 0.3);
}
.card-hover.card-hover-slide-scrollable .card-hover-img {
	opacity: 1;
}
.card-hover.card-hover-slide-scrollable .card-hover-container {
	background-color: #fff;
	transition: 0.3s ease-in-out;
	transform: translateY(calc(100% - 67px));
}
.card-hover.card-hover-slide-scrollable:hover .card-hover-container,
.card-hover.card-hover-slide-scrollable:target .card-hover-container,
.card-hover.card-hover-slide-scrollable:focus-within .card-hover-container {
	transform: translateY(0%);
}

/*End hover card less*/
/*Reveal Cards Hover Styles */
.card-hover-slide-scrollable .card-hover-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0px;
	left: 0;
	background-position: center;
	background-size: cover;
	transition: bottom 300ms ease;
}
.card-hover-slide-scrollable .card-hover-front h2:before {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: -40px;
	left: 48%;
	font-size: 24px;
	color: white;
	animation: shadow-pulse 1s ease-in-out alternate infinite;
}

@keyframes shadow-pulse {
	from {
		text-shadow: 0 0 5px black;
	}
	to {
		text-shadow: 0 0 15px black;
	}
}
.card-hover-slide-scrollable {
	position: relative;
	min-height: 380px;
	margin: 0;
	cursor: pointer;
	transition: transform 300ms ease;
}
.card-hover-slide-scrollable,
.card-hover-slide-scrollable:hover .card-hover-front,
.card-hover-slide-scrollable:target .card-hover-front,
.card-hover-slide-scrollable:focus-within .card-hover-front {
	transition: 0.2s ease-in-out all;
}
.card-hover-slide-scrollable .card-hover-back {
	overflow-y: auto;
}

/*- Custom Scroll Bar Styles (Within Profile Card) -*/
.card-hover-slide-scrollable .card-hover-back::-webkit-scrollbar {
	width: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.card-hover-slide-scrollable .card-hover-back::-webkit-scrollbar-track {
	border-radius: 10px;
}
.card-hover-slide-scrollable .card-hover-back::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-linear-gradient(
		left top,
		#275d38 25%,
		#4ba23f 100%
	);
}

/*- End Custom Scroll Bar Styles  -*/
.card-hover-slide-scrollable .card-hover-back::-webkit-scrollbar {
	background-color: #f5f5f5;
}
.card-hover-slide-scrollable .card-hover-back::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}
.card-hover-slide-scrollable .card-hover-front {
	background-color: white;
}
.card-hover-slide-scrollable:hover .card-hover-front h2,
.card-hover-slide-scrollable:target .card-hover-front h2,
.card-hover-slide-scrollable:focus-within .card-hover-front h2 {
	border-bottom: 1px solid #ddd;
}
.card-hover-slide-scrollable .card-hover-front h2 {
	color: black;
}
.card-hover-slide-scrollable .card-hover-back {
	background-color: white;
	color: black;
	height: 100%;
	padding: 20px;
}

.trustpilot-widget {
	margin: -2px 0 0;
}
.ratings {
	margin-bottom: 0.75em;
}
.rating-star {
	width: 22px !important;
	margin-right: 0.2em;
}

.pdf-document {
	max-width: 120px;
	margin: 0 auto;
	display: block;
}
.pdf > div > .btn {
	margin: 0 auto;
	display: block;
}

/* ==========================================================================
    Owl Carousel
    ========================================================================== */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-carousel .owl-nav {
	text-align: center;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	margin: 0 1em;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	font-size: 2.25rem;
}

/* ==========================================================================
    Cookie Consent
    ========================================================================== */

.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}
.cc-window.cc-invisible {
	opacity: 0;
}
.cc-animate.cc-revoke {
	transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0);
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
	text-decoration: underline;
}
.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
}
.cc-window.cc-static {
	position: static;
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cc-revoke {
	padding: 0.5em;
}
.cc-header {
	font-size: 18px;
	font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cc-link {
	opacity: 0.8;
	display: inline-block;
	padding: 0.2em;
}
.cc-link:hover {
	opacity: 1;
}
.cc-link:active,
.cc-link:visited {
	color: initial;
}
.cc-btn {
	display: block;
	padding: 0.4em 0.8em;
	font-size: 0.9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
	min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline;
}
.cc-close {
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 1.6em;
	opacity: 0.9;
	line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
	opacity: 1;
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset;
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset;
}
.cc-top {
	top: 1em;
}
.cc-left {
	left: 1em;
}
.cc-right {
	right: 1em;
}
.cc-bottom {
	bottom: 0;
}
.cc-floating > .cc-link {
	margin-bottom: 1em;
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1;
}
.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center;
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0;
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0;
}
.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1;
	font-size: 0.9em;
}
.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1;
}
.cc-btn + .cc-btn {
	margin-left: 0.5em;
}
.cc-message {
	color: #5d5d5d;
}
.cc-btn {
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none;
}
.cc-theme-classic .cc-btn {
	border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block;
}
.cc-theme-edgeless.cc-window {
	padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: 0.8em 1.8em;
	height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
	margin-left: 0;
}

/* ==========================================================================
    Google Recapatcha V3
    ========================================================================== */

.grecaptcha-badge {
	display: none !important;
}

/* ==========================================================================
    WP Page Navi
    ========================================================================== */

.wp-pagenavi {
	width: 100%;
	height: auto;
	margin: 1rem auto;
	text-align: center;
	clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 0.9rem;
	font-weight: 400;
	text-decoration: none;
	color: #5d5d5d;
	border: 0px solid #029bab;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #4c99ab;
}
.wp-pagenavi span.current {
	color: #5d5d5d;
	font-weight: 600;
}

/* ==========================================================================
    Media Queries: iPad
    ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
    Bootstrap Queries
    ========================================================================== */

@media (max-width: 575.98px) {
	header .header-links > .connect > p {
		border-left: #fff 0 solid;
	}
	nav .logo {
		max-width: 180px;
	}
	.card.card-hero > .card-body {
		padding: 3em;
	}
	.contact-card {
		margin: 1em 1em;
	}
	footer .links {
		flex: none !important;
		width: 100% !important;
		display: block !important;
		text-align: center;
	}
	footer .links > div {
		display: inline-block !important;
		text-align: center;
	}
	.company-details {
		text-align: center;
	}
	#primary,
	#secondary {
		text-align: right;
	}
	.section,
	.section-mini {
		padding: 2em 0;
	}
	.btn {
		padding: 0.75em 1.75em;
	}
	.card.card-service > .card-body .service-titlearea .card-title {
		font-size: 1rem;
		word-wrap: anywhere;
	}
	.intro-cta {
		flex: none !important;
		width: 100% !important;
		display: block !important;
		text-align: center;
	}
	.intro-cta > div {
		display: inline-block !important;
		text-align: center;
	}
	.pdf {
		flex: none !important;
		width: 100% !important;
		display: block !important;
	}
	.pdf > div {
		flex: none !important;
		width: 100% !important;
		display: block !important;
	}
	section#about {
		background: #349b1f;
	}
	section#about h2 {
		color: #fff;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	header .header-links > .connect > p {
		border-left: #fff 0 solid;
	}
	nav .logo {
		max-width: 180px;
	}
	.card.card-hero > .card-body {
		padding: 3em;
	}
	.contact-card {
		margin: 1em 1em;
	}
	footer .links {
		flex: none !important;
		width: 100% !important;
		display: block !important;
		text-align: center;
	}
	footer .links > div {
		display: inline-block !important;
		text-align: center;
	}
	.company-details {
		text-align: center;
	}
	#primary,
	#secondary {
		text-align: right;
	}
	.section,
	.section-mini {
		padding: 2em 0;
	}
	.btn {
		padding: 0.75em 1.75em;
	}
	.card.card-service > .card-body .service-titlearea .card-title {
		font-size: 1rem;
		word-wrap: anywhere;
	}
	.intro-cta {
		flex: none !important;
		width: 100% !important;
		display: block !important;
		text-align: center;
	}
	.intro-cta > div {
		display: inline-block !important;
		text-align: center;
	}
	.pdf {
		flex: none !important;
		width: 100% !important;
		display: block !important;
	}
	.pdf > div {
		flex: none !important;
		width: 100% !important;
		display: block !important;
	}
	section#about {
		background: #349b1f;
	}
	section#about h2 {
		color: #fff;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	nav .logo {
		max-width: 200px;
	}
	#primary > li > a,
	#secondary > li > a {
		font-size: 0.7rem;
	}
	#primary > li,
	#secondary > li {
		margin: 0 0.5em;
	}
	.contact-card {
		margin: 1em 1em;
	}
	.company-details {
		text-align: center;
	}
	.intro-cta {
		flex: none !important;
		width: 100% !important;
		display: block !important;
		text-align: center;
	}
	.intro-cta > div {
		display: inline-block !important;
		text-align: center;
	}
	.card.card-hero > .card-body {
		padding: 3em;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	nav .logo {
		max-width: 260px;
	}
	#primary > li > a,
	#secondary > li > a {
		font-size: 0.9em;
	}
	#primary > li,
	#secondary > li {
		margin: 0 0.65em;
	}
	.card.card-hero > .card-body {
		padding: 3em;
	}
}

@media (min-width: 1200px) {
}

/* ==========================================================================
    Print
    ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #202020 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
