/*
	Theme Name: bhtbyg
	Author: bhtbyg
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Roboto:wght@400;600;700&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}

body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
}

.clear:before,
.clear:after { content: ' '; display: table; }
.clear:after { clear: both; }
.clear { *zoom: 1; }

img { max-width: 100%; vertical-align: bottom; }

a { color: #000000; text-decoration: none; }
a:hover { color: #000000; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

input:focus { outline: 0; }

/* Flex utilities */
.flex { display: flex; }
.wrap { flex-wrap: wrap; }
.column { flex-direction: column; }
.center { align-items: center; }
.j-end { justify-content: flex-end; }
.end { align-items: flex-end; }
.baseline { align-items: baseline; }
.j-center { justify-content: center; }
.between { justify-content: space-between; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.sticky {
	position: sticky;
	top: 0;
	z-index: 999;
	background-image: url(/wp-content/uploads/2026/06/lightpaperfibers.png);
	background-position: center top;
	background-repeat: repeat;
}

.topbar {
	background: lightgray;
	padding: 9px 0;
}

.topbar__list {
	display: none;
}

.topbar-swiper {
	width: 100%;
}

.topbar__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
}

.topbar__check {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	color: #000;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
	padding: 15px 0;
	background-image: url(/wp-content/uploads/2026/06/lightpaperfibers.png);
	background-position: center top;
	background-repeat: repeat;
	height: auto;
}

.header-nav {
	display: none;
	background-color: #ffffff;
}

.logo-img {
	max-width: 250px;
}

/* Nav */
.nav > ul {
	display: inline-block;
}

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

.nav ul li {
	position: relative;
}

.nav > ul > li {
	display: inline-block;
}

.nav ul > li > a {
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	display: block;
	padding: 10px 25px;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	text-align: left;
	white-space: nowrap;
}

.nav ul li:hover > ul {
	display: block;
}

.nav ul ul ul {
	top: 0;
	left: 100%;
	width: 100%;
}

.nav ul ul li {
	border-bottom: 1px solid #000;
}

.nav ul ul li a {
    position: relative;
    padding: 9px 10px;
    display: block;
    background: #ffffff;
    text-transform: initial;
    color: #000;
    overflow: hidden;
}

.nav ul ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #045801;
    transition: width 0.3s ease;
}

.nav ul ul li a:hover {
    background: #ffffff;
    color: #000;
}

.nav ul ul li a:hover::after {
    width: 100%;
}

.menu-item-has-children > a::after {
    content: ' ▾';
    font-size: 16px;
    vertical-align: middle;
}

/* Header actions */
.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Phone — desktop */
.header-phone {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	line-height: 1.4;
	color: #000000;
}

/* Phone — mobile icon */
.phone-icon-mobile {
	display: none;
	color: #000000;
	align-items: center;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/

.top-search-form {
	width: 100%;
	max-width: 500px;
	margin: 0 40px;
}

.top-search-form form {
	width: 100%;
	position: relative;
	border: 1px solid #000;
	border-radius: 20px;
}

.top-search-form input[type="search"] {
	width: 100%;
	padding: 10px 70px 10px 16px;
	box-sizing: border-box;
	border: none;
	outline: none;
	border-radius: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: none;
}

.top-search-form input[type="search"]::placeholder {
	color: #999;
}

.top-search-form .search-submit {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}

.search-toogle {
	display: none !important;
	color: #000000;
	background: none;
	border: none;
	padding: 6px;
	cursor: pointer;
}

.mobile-search-wrap {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
	padding: 10px;
	background: #fff;
}

.mobile-search-wrap .top-search-form {
	margin: 0;
	max-width: 100%;
}

/*------------------------------------*\
    MMENU
\*------------------------------------*/

#mmenu_button { display: flex; }
#mmenu_button svg { width: 28px; }
.mm-menu_offcanvas { z-index: 9; }

/*------------------------------------*\
    BUTTONS — GLOBAL
\*------------------------------------*/

.banner-slide__btn,
.box__btn,
.image-text-section__btn,
.wpcf7 input[type="submit"],
.contact-section__content input[type="submit"],
.contact-section__content button[type="submit"] {
	border-radius: 50px;
}

/* ============================================================
   BANNER SLIDER
   ============================================================ */

.banner-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-slider .wrapper_inner {
	max-width: 300px;
}

.banner-swiper {
	width: 100%;
}

.banner-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner-slide__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 350px;
}

.banner-slide__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
}

.banner-slide__content .wrapper {
	padding: 0 20px;
}

.banner-slide__title {
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-slide__text {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-slide__text p { margin: 0; }

.banner-slide__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.banner-slide__btn {
	display: inline-block;
	padding: 10px 22px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all .3s linear;
}

.banner-slide__btn--1 {
	background: #045801;
	color: #fff;
}

.banner-slide__btn--1:hover {
	background: #00A101;
	color: #fff;
}

.banner-slide__btn--2 {
	background: lightgray;
	color: #000;
}

.banner-slide__btn--2:hover {
	background: #d4d4d4;
	color: #000;
}

/* ============================================================
   WELCOME SECTION
   ============================================================ */

.welcome-section {
	margin: 50px 0;
}

.welcome-section__headline {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	text-align: center;
}

.welcome-section__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.welcome-section__col {
	font-size: 14px;
	line-height: 22px;
}

.welcome-section__col p {
	margin: 0 0 14px;
}

.welcome-section__col p:last-child {
	margin-bottom: 0;
}

.welcome-section__col h2,
.welcome-section__col h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 7px 0 10px 0;
}

.image-text-section__text ul,
.welcome-section__col ul {
	margin: 0 0 14px;
	padding: 0 0 0 18px;
}

.image-text-section__text ul li,
.welcome-section__col ul li {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px;
}

.image-text-section__text a,
.welcome-section__col a {
	color: #000000;
	text-decoration: underline;
}

/* Contact Form 7 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	outline: none;
	display: block;
	height: 40px;
}

.wpcf7 textarea {
	height: 60px;
	resize: vertical;
}

.wpcf7 label {
	display: block;
	margin-bottom: 10px;
}

.wpcf7 input[type="submit"] {
	background: #045801;
	color: #fff;
	border: none;
	padding: 12px 40px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 4px;
	transition: background 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
	background: #00A101;
}

/* ============================================
   CONTACT SECTION (flexible content layout)
   ============================================ */

.contact-section {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
}

.contact-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 0;
}

.contact-section .wrapper {
	position: relative;
	z-index: 1;
}

.contact-section__box {
	background: #fff;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.contact-section__content a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.contact-section__content input[type="submit"],
.contact-section__content button[type="submit"] {
	background: #045801;
	color: #fff;
	border: none;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
	margin-top: 6px;
}

.contact-section__content input[type="submit"]:hover,
.contact-section__content button[type="submit"]:hover {
	background: #00A101;
}

@media (min-width: 768px) {
	.contact-section__box {
		width: 50%;
		margin-left: auto;
		padding: 40px;
	}
}

/* ============================================================
   BOXES SECTION
   ============================================================ */
 
.boxes-section {
	padding: 50px 0;
}
 
.boxes-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
 
.box {
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}
 
/* Image — no zoom, just sits naturally */
.box__img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
}
 
/* Overlay — hidden at rest, dark on hover */
.box__overlay {
	display: none; /* remove from flow */
}
 
/* Content area below image */
.box__content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 16px 0 6px;
	position: relative;
}
 
/* Image wrapper trick — wrap img + overlay together */
.box__img-wrapper {
	position: relative;
	overflow: hidden;
}
 
/* Since HTML has img + overlay as siblings without a wrapper,
   we use a ::before on .box to fake the overlay on top of the image */
.box {
	position: relative;
}
 
.box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 220px; /* same as image height */
	background: rgba(0, 0, 0, 0);
	transition: background 0.4s ease;
	pointer-events: none;
	z-index: 1;
}
 
.box:hover::before {
	background: rgba(0, 0, 0, 0.25);
}
 
.box__top {
	margin-bottom: 8px;
}
 
.box__title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 6px;
	color: #000;
}
 
.box__subtitle {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #444;
}
 
/* Hover desc — always visible (not hidden anymore) */
.box__hover {
	display: flex;
	flex-direction: column;
	flex: 1;
	max-height: none !important;
	overflow: visible !important;
	opacity: 1 !important;
	margin-top: 0 !important;
}
 
.box__desc {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin-bottom: 16px;
}
 
.box__desc p {
	margin: 0;
}
 
.box__btn {
	display: inline-block;
	padding: 10px 28px;
	background: #045801;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 50px;
	transition: background 0.2s ease;
	align-self: flex-start;
	margin-top: auto;
}
 
.box__btn:hover {
	background: #00A101;
	color: #fff;
}
 
/* ============================================================
   USPS SECTION
   ============================================================ */

.usps-section {
	background: #fff;
	padding: 30px 0;
}

.usps-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.usps-section .swiper-slide{
    display: flex;
    justify-content: center;
}

.usp {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1 1 120px;
	max-width: 160px;
	gap: 10px;
	padding: 10px 6px;
}

.usp__icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.usp__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.usp__title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #012851;
	margin: 0;
}

/* ============================================================
   GALLERY SLIDER
   ============================================================ */

.gallery-slider {
	position: relative;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.gallery-slider h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-top: 0;
}

.gallery-swiper {
	width: 100%;
}

.gallery-swiper .swiper-slide {
	padding: 0 2px;
}

.gallery-slide {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	cursor: pointer;
}

.gallery-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.4s ease;
}

.gallery-slide:hover img {
	transform: scale(1.07);
}

/* Light overlay — subtle tint at rest, fully transparent on hover */
.gallery-slide::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.4);
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.gallery-slide:hover::after {
	background-color: rgba(255, 255, 255, 0);
}

/* Nav buttons */
.gallery-swiper__prev,
.gallery-swiper__next {
	color: #fff !important;
	background: rgba(0, 0, 0, 0.4);
	width: 44px !important;
	height: 44px !important;
	border-radius: 50%;
	transition: background 0.2s ease;
}

.gallery-swiper__prev:hover,
.gallery-swiper__next:hover {
	background: rgba(0, 0, 0, 0.7);
}

.gallery-swiper__prev::after,
.gallery-swiper__next::after {
	font-size: 16px !important;
	font-weight: 700;
}

.swiper-button-disabled {
	opacity: 0 !important;
	pointer-events: none;
}

/* ============================================
   IMAGE TEXT SECTION
   ============================================ */

.image-text-section {
	padding: 60px 0;
}

.image-text-section__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.image-text-section__text-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 1;
}

.image-text-section__img-col {
	width: 100%;
	order: 2;
}

.image-text-section__text {
	margin-bottom: 24px;
}

.image-text-section__text h2,
.image-text-section__text h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #111;
}

.image-text-section__text p {
	font-size: 15px;
	line-height: 1.7;
	color: #333;
	margin: 0 0 16px;
}

.image-text-section__text p:last-child {
	margin-bottom: 0;
}

.image-text-section__btn {
	display: inline-block;
	background: #045801;
	color: #fff;
	border: none;
	padding: 12px 40px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 4px;
	transition: background 0.2s ease;
	width: max-content;
	text-decoration: none;
}

.image-text-section__btn:hover {
	background: #00A101;
	color: #fff;
}

.image-text-section__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (min-width: 768px) {
	.image-text-section__inner {
		flex-direction: row;
		align-items: stretch;
		gap: 60px;
	}

	.image-text-section__text-col {
		flex: 1;
		order: 1;
	}

	.image-text-section__img-col {
		flex: 1;
		order: 2;
	}

	.image-text-section--reversed .image-text-section__text-col {
		order: 2;
	}

	.image-text-section--reversed .image-text-section__img-col {
		order: 1;
	}
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
	position: relative;
	padding: 70px 0 50px;
	background-image: url('/wp-content/uploads/2026/06/footer_bg.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.footer::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

.footer .wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.footer .wrapper > div {
	flex: 1 1 200px;
	margin-bottom: 0;
}

.footer p,
.footer li,
.footer a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer p.h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

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

.footer ul li {
	margin-bottom: 6px;
}

.footer ul li.menu-item-34 > a {
	display: none;
}

.socials {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
}

.socials__link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px !important;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f5f5f5;
	color: #000 !important;
	text-decoration: none !important;
	transition: background 0.2s ease;
}

.socials__link:hover {
	background: rgba(255, 255, 255, 0.35);
}

.footer-bottom {
	position: relative;
	z-index: 1;
	background: rgba(0, 0, 0, 0.25);
	padding: 16px 0;
	text-align: center;
}

.footer-bottom p {
	margin: 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page-template-default h1 {
	margin-top: 40px;
}

.contact-section__col--info p {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 22px;
}

.contact-section__col--info p:last-child {
	margin-bottom: 0;
}

.contact-section__col--info a {
	color: #038700;
}

.contact-section__col--info a:hover {
	text-decoration: underline;
}

/*------------------------------------*\
    FIXED CONTACT BUTTONS
\*------------------------------------*/

.fixed-contact-buttons {
	display: none;
}

.fixed-btn {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	background-color: #00A101;
	color: #fff;
	text-decoration: none;
	padding: 17px 16px 17px 12px;
	min-width: 90px;
	border-radius: 4px 0 0 4px;
	transition: background-color 0.2s ease, transform 0.2s ease;
	box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25);
}

.fixed-btn:hover {
	background-color: #045801;
	color: #fff;
	text-decoration: none;
}

.fixed-btn__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.fixed-btn__icon svg {
	width: 32px;
	height: 32px;
}

.fixed-btn__label {
	font-size: 9px;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1;
}

/*------------------------------------*\
    PAGE CONTENT
\*------------------------------------*/

.page-content {
	padding: 60px 0;
}

.page-content--two-col {
	padding-top: 0;
}

.page-content a {
	color: #000000;
	text-decoration: underline;
}

.page-content__left h1 {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 24px;
}

.page-content__left h2,
.page-content__right h2 {
	font-size: 22px;
	margin: 7px 0 10px 0;
}

.page-content__left,
.page-content__right {
	font-size: 15px;
	line-height: 26px;
}

.page-content__left p,
.page-content__right p {
	margin: 0 0 16px;
}

.page-content__left p:last-child,
.page-content__right p:last-child {
	margin-bottom: 0;
}

/* ============================================================
   SUBPAGE GALLERY
   ============================================================ */

.subpage-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.subpage-gallery a {
	display: block;
	overflow: hidden;
	border-radius: 3px;
}

.subpage-gallery a img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.subpage-gallery a:hover img {
	transform: scale(1.04);
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		 url('fonts/font-name.woff') format('woff'),
		 url('fonts/font-name.ttf') format('truetype'),
		 url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {

}

@media (min-width: 480px) {
	.boxes-grid {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
	}
 
	.box {
		flex: 1 1 calc(50% - 10px);
	}
}

@media (min-width: 768px) {
	.banner-slider .wrapper_inner {
		max-width: 450px;
	}

	.banner-slide__title {
		font-size: 42px;
		line-height: 48px;
	}

	.welcome-section__inner {
		flex-direction: row;
		gap: 50px;
	}

	.welcome-section__col {
		flex: 1;
	}

	.welcome-section__headline {
		font-size: 30px;
	}

	.welcome-section__col h2,
	.welcome-section__col h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.box {
		flex: 1 1 calc(33.333% - 14px);
	}

	.box__title {
		font-size: 20px;
		line-height: 26px;
	}

	.gallery-slide {
		height: 320px;
	}

	.footer .wrapper > div {
		flex: 1;
	}

	.footer .wrapper > div:last-child {
		flex: 0 0 auto;
		margin-left: auto;
	}

	.fixed-contact-buttons {
		position: fixed;
		right: 0;
		top: 250px;
		z-index: 9999;
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.page-content--two-col {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 60px;
		align-items: start;
	}

	.page-content--two-col .page-content__left h1 {
		grid-column: 1;
	}

	.subpage-gallery {
		grid-template-columns: repeat(4, 1fr);
	}

	.subpage-gallery a img {
		height: 220px;
	}
}

@media only screen and (min-width: 960px) {
	.mobile-search-wrap {
		display: none !important;
	}

	.search-toogle,
	#mmenu_button,
	.phone-icon-mobile {
		display: none !important;
	}

	.desktop-search {
		display: block !important;
	}

	.header-phone {
		display: flex !important;
	}

	.header-nav {
		display: block;
	}

	.banner-slide__title {
		font-size: 54px;
		line-height: 60px;
		margin-bottom: 16px;
	}

	.banner-slide__text {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 28px;
	}

	.banner-slide__btn {
		padding: 12px 28px;
		font-size: 15px;
	}

	.banner-slider .wrapper_inner {
		max-width: 580px;
	}

	.welcome-section__headline {
		font-size: 36px;
	}

	.welcome-section__col h2,
	.welcome-section__col h3 {
		font-size: 22px;
		line-height: 29px;
	}

	.gallery-slide {
		height: 360px;
	}

	.page-template-default h1 {
		font-size: 36px;
	}
    .usps-section .swiper-wrapper{
      justify-content: space-between;
    }
}

@media only screen and (max-width: 959px) {
	.desktop-search {
		display: none !important;
	}

	.search-toogle {
		display: inline-flex !important;
		align-items: center;
	}

	.header-phone {
		display: none !important;
	}

	.phone-icon-mobile {
		display: inline-flex !important;
	}

	.mobile-search-wrap {
		display: none;
	}

	.logo-img {
		max-width: 160px;
	}
}

@media only screen and (min-width: 1024px) {

}

@media only screen and (min-width: 1140px) {

}

@media only screen and (min-width: 1280px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}
.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !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; }
}