/*!
Theme Name: Our Family
Theme URI: https://starlitdevs.com/
Author: Starlit Devs
Author URI: https://starlitdevs.com/
Description: Custom Wordpress Theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: family
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Coldpoint Refrigeration is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
	--primary-color: #20503F;
	--secondery-color: #FFFCEB;
	--gray-color: #CAB18A;
	--white-color: #ffffff;
	--black-color: #233529;
	--bg-color : #FBF9F7;
	
    --body-font: "Poppins", sans-serif;
    --heading-font: "Roca One", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 10px;
	font-family: var(--body-font);
	line-height: 25px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
	color: var(--black-color);
}
.btn {
	font-size: 13px;
	padding: 25px 45px;
	font-weight: 600;
	border-radius: 10px;
	border: 1px solid #23352959;
	color: var(--black-color);
	background-color: transparent;
	transition: all .4s ease-out;
	text-transform: uppercase;
	letter-spacing: 15%;
	line-height: 1;
	font-family: var(--body-font);
}
.btn:hover, .btn-primary{
	background-color: var(--primary-color);
	color: var(--secondery-color);
	border-color: var(--primary-color);
}
.btn-primary:hover {
    color: var(--black-color);
	background-color: transparent;
	border-color: #23352959;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
	margin: 0;
	padding: 0;
	font-family: var(--heading-font);
}
.super-title h1 {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 35%;
	line-height: 100%;
	font-family: var(--body-font);
	color: var(--black-color);
	margin-bottom: 25px;
	text-transform: uppercase;
	display: inline-flex;
}
h1, .h1, h2, .h2 {
	font-size: 80px;
	line-height: 90%;
	letter-spacing: 0;
	word-break: break-word;
	font-weight: 100;
}
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong {
	font-weight: 400;
}
h3, .h3{
	font-size: 36px;
	font-weight: 100;
	line-height: 90%;
	letter-spacing: -2%;
}
h4, .h4{
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: 0;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 15px !important;
	color: var(--black-color);
	background: var(--bg-color);
	font-size: 14px !important;
	font-family: var(--body-font);
	font-weight: 300;
}
input, select {
	height: 55px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--black-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-80 {
	padding: 80px 0;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.container {
	max-width: 1140px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	transition: .4s;
}
.section-title h3, .section-title .h3{
	margin-bottom: 25px;
}
.mb-50 {
	margin-bottom: 50px;
}
.card-btn {
	margin-top: 25px;
}
.section-bg {
	background-color: var(--bg-color);
}
.pb-10 {
	padding-bottom: 10px;
}
.gap-10 {
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.rounded-10 {
	border-radius: 10px;
	overflow: hidden;
}
.rounded-20 {
	border-radius: 20px;
	overflow: hidden;
}
.row {
	--bs-gutter-x: 10px;
}
.section-title h3, .section-title .h3, .section-title h4, .section-title .h4 {
	color: var(--primary-color);
}

/* Header */
.header-sec {
	left: 10px;
	right: 10px;
	top: 0;
	z-index: 99;
	padding: 50px 0;
	position: fixed;
	transition: .2s;
	background-color: transparent;
}
.header-sec.sticky-active {
	padding: 20px 0;
	background-color: var(--white-color);
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 182px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 50px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-cover {
	max-width: 1420px;
	padding: 0 40px;
}

/* main-menu */
.menu-trigger {
	display: none;
}
.main-menu {
	flex: 1;
}
.main-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: var(--body-color);
	font-size: 14px;
	padding: 10px;
	font-weight: 300;
	display: block;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 15%;
	border-radius: 0;
	transition: .6s;
}
.main-menu ul li ul {
	position: absolute;
	width: 280px;
	background: var(--secondery-color);
	text-align: left;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-left: 0;
	border-radius: 0;
}
.main-menu ul li ul li {
	display: block;
}
.main-menu > ul > li.menu-item-has-children::before {
	content: "";
	position: absolute;
	height: 8px;
	width: 12px;
	right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
}
.main-menu > ul > li.menu-item-has-children a {
	padding-right: 30px;
}
.main-menu ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li a {
	display: block;
	padding: 15px 18px !important;
	font-size: 12px;
	color: var(--black-color);
	border-radius: 0;
}
.main-menu ul li ul li a:hover {
	background-color: var(--primary-color);
	color: var(--secondery-color);
}
.main-menu ul li ul li ul {
	left: 100%;
	top: 0;
	overflow: hidden;
}
.main-menu > ul > li ul li.menu-item-has-children::before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 10px;
	top: 50%;
	color: var(--primary-color);
	font-weight: 500;
	transform: translateY(-50%);
}

/* contact */
.contact-input textarea {
	height: 243px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 206px;
	text-transform: uppercase;
	letter-spacing: 15%;
	border-radius: 10px;
	border: 1px solid var(--primary-color);
	margin-top: 10px;
	font-size: 13px !important;
	line-height: 1 !important;
	padding: 25px 45px !important;
	height: unset;
	font-weight: 600;
	font-family: var(--body-font);
	background: var(--primary-color);
	color: var(--secondery-color);
	transition: .4s;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background: transparent;
    color: var(--black-color);
	border-color: var(--black-color);
}
.wpcf7-spinner {
	display: none;
}
.contact-shortcode p {
	margin-bottom: 0;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%237F896C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}
.contact-content {
	width: 510px;
	padding: 35px;
	margin-bottom: 72px;
}
.contact-shortcode {
	flex: 1;
}
.location-bar {
	padding: 10px;
	color: var(--black-color);
	font-weight: 400;
	box-shadow: 0px 4px 27.5px rgba(0, 0, 0, 0.07);
	margin-top: 10px;
	line-height: 1.3;
}
.contact-content .location-icon {
	background-color: var(--gray-color);
}
.contact-content .location-arrow {
	background-color: transparent;
	border: 1px solid var(--black-color);
}
.contact-content .location-bar:hover .location-arrow {
	background-color: var(--primary-color);
	color: var(--secondery-color);
}

/* default page */
.single-content h2 {
	margin-bottom: 30px;
}
.single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.single-content h4{
	font-size: 24px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.single-content img {
	width: 100%;
	object-fit: cover;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
	list-style: inside;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul, .single-content ol {
	margin-bottom: 16px;
}
.wp-block-image {
	margin: 40px 0;
}


/* banner */
.banner-area {
  padding-top: 270px;
  padding-bottom: 270px;
}
.banner-wrap {
	max-width: 1420px;
	margin: auto;
	padding: 0 40px;
}
.banner-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 75%;
}
.banner-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top right;
}
.banner-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(266.58deg, rgba(255, 255, 255, 0) 28.84%, #FBF8F6 57.1%);
	z-index: 1;
}
.banner-content {
  max-width: 774px;
}
.banner-content-wrap h2 {
  margin-bottom: 25px;
  color: var(--primary-color);
}
.price-tag {
	position: absolute;
	bottom: 0;
	right: 40px;
	background-color: var(--white-color);
	padding: 20px 25px;
	display: flex;
	gap: 50px;
	max-width: 255px;
	justify-content: space-between;
}
.price-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--primary-color);
}
.price-tag span {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color);
}
.price {
	font-size: 48px;
	font-family: var(--heading-font);
	font-weight: 400;
	color: var(--primary-color);
	line-height: 80%;
}
.container-long {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}
.location {
	background-color: var(--white-color);
	padding: 10px;
	box-shadow: 0px 4px 27.5px rgba(0, 0, 0, 0.07);
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -180px;
	color: var(--black-color);
	font-weight: 400;
	max-width: 660px;
	gap: 50px;
	line-height: 1.3;
}
.location-arrow {
	background-color: var(--gray-color);
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	transition: .4s;
}
.location:hover .location-arrow {
	background-color: var(--primary-color);
}
.location-icon {
	background-color: var(--primary-color);
	color: var(--white-color);
	border-radius: 6px;
	height: 42px;
	width: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* callouts */
.callouts {
	padding: 35px;
	box-shadow: 0px 4px 27.5px rgba(0, 0, 0, 0.07);
	margin-top: -57px;
}
.callouts-content {
	width: 33.33%;
	padding: 3px 70px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
}
.callouts-content:not(:last-child) {
	border-right: 1px solid #23352920;
}
.callouts-text {
	flex: 1;
}
.callouts-icon {
	width: 30px;
}
.callouts-icon img {
	height: 30px;
	object-fit: contain;
	width: 30px;
}
/* experience */
.experience-img {
  width: 507px;
}
.experience-content {
  flex: 1;
  padding: 40px;
}
.experience-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/.84;
}
/* conditions */
.conditions-img img {
  width: 100%;
  aspect-ratio: 1/.72;
  object-fit: cover;
}
.conditions-content {
  padding: 35px;
}
.conditions-content h4 {
  margin-bottom: 25px;
}
/* why choose */
.wc-img img {
  width: 100%;
  aspect-ratio: 1/.73;
  object-fit: cover;
}
.why-choose-content {
  position: absolute;
  bottom: 25px;
  background-color: #FBF9F7;
  width: calc(100% - 50px);
  left: 25px;
  right: 25px;
  border-radius: 6px;
  padding: 25px;
}
/* testimonials */
.testimonials-list {
  padding: 35px 42px;
}
.testimonials-content {
  margin-bottom: 25px;
}
.testimonials-star {
  width: 130px;
}
.testimonials-star img {
  width: 100%;
}
.testimonials-title h3 {
	color: var(--primary-color);
}
.name {
  font-weight: 500;
}
/*  */
.contact-bottom-form::before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(251, 249, 247, 0.76), rgba(251, 249, 247, 0.76));
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.form-bg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: grayscale(100%);
}
.form-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.contact-bottom-form .location-bar {
	background-color: #FBF9F7;
}
.contact-bottom-form .wpcf7-form-control.wpcf7-submit.has-spinner {
	background: var(--gray-color);
	border-color: var(--gray-color);
}
.contact-bottom-form .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: transparent;
	border-color: var(--black-color);
}
.contact-bottom-form textarea, .contact-bottom-form input, .contact-bottom-form select {
	background: var(--white-color);
}
/* faq */
.question {
	padding: 17px 25px;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.5;
}
.answer {
	display: none;
	padding: 35px 25px;
	border-top: 1px solid #2335291F;
}
.faq {
	max-width: 690px;
}
.answer ul {
	list-style: inside;
}
.answer ol {
	padding-left: 18px;
}
.faq-icon {
	height: 14px;
	width: 14px;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.749999L4.90147 4.90147C5.3701 5.3701 6.1299 5.3701 6.59853 4.90147L10.75 0.75' stroke='%23414753' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.faq-item.active .faq-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 5.25293L6.59853 1.10146C6.1299 0.632828 5.3701 0.632828 4.90147 1.10146L0.75 5.25293' stroke='%23414753' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.faq-item {
	margin-bottom: 10px;
}
.question span {
	display: block;
	flex: 1;
}
/* footer */
.footer-logo {
	width: 182px;
}
.footer-logo img {
	width: 100%;
}
.copyright-area {
	padding-top: 25px;
	border-top: 1px solid #2335291F;
}
.footer-area .container {
	max-width: 1372px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.website-link a {
	color: var(--black-color);
	font-weight: 500;
}
.website-link a {
  color: var(--black-color);
  font-weight: 500;
}
.footer-content {
  width: 40%;
}
.opening-hours, .footer-contact {
  width: 30%;
}
.opening-hours span, .footer-contact span {
  font-family: var(--heading-font);
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
}
.footer-text {
  font-family: var(--heading-font);
  line-height: 18px;
  margin-top: 25px;
}
.opening-time {
  line-height: 32px;
}
.contact-list a {
  display: block;
  color: var(--black-color);
  line-height: 32px;
}
.footer-mail {
  text-decoration: underline;
}
.opening-hours {
	padding-right: 20px;
}
.location-text, .location-name {
	flex: 1;
}
/* side-menu */
.canvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 804px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;

    transform: translateX(100%);
    transition: transform .4s ease;
}

.canvas-menu.active {
    transform: translateX(0);
}
.menu-close {
	color: var(--text-color);
	border: none;
	padding: 0;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 36px;
	background: none;
	font-weight: 300;
	font-size: 44px;
}
.canvas-top {
	background-color: #f5f9f9;
	padding: 12px 20px;
}
.side-menu ul {
	list-style: none;
}
.side-menu ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	text-decoration: none;
	padding: 15px 28px;
	border-bottom: 1px solid rgba(0,0,0,.06);
	transition: background .15s;
	display: block;
}
.side-menu-btns {
  text-align: center;
  padding: 20px 26px;
}
.side-menu-btns .btn-primary {
  width: 100%;
  justify-content: center;
  line-height: 1.3;
}
.default-page-area, .error-404-area {
	padding-top: 200px;
}


















/* default arrows */
.splide__arrow {
	background: transparent;
	height: 60px;
	opacity: 1;
	width: 60px;
	transition: .4s;
	border: 1px solid var(--black-color);
	border-radius: 6px;
}
.splide__arrow svg {
	fill: #151515;
	height: 18px;
	transition: .4s;
}
.splide__arrow:hover {
	background-color: var(--gray-color);
	border-color: var(--gray-color);
}
.splide__arrow:hover svg {
	fill: var(--white-color);
}
.splide__arrow--prev {
	left: -100px;
}
.splide__arrow--next {
	right: -100px;
}
.splide__pagination {
	bottom: -58px;
	gap: 11px;
}
.splide__pagination li {
	display: flex;
}
.splide__pagination__page {
	background: #D9D9D9;
	border: none;
	height: 8px;
	margin: 0;
	opacity: 1;
	width: 8px;
}
.splide__pagination__page.is-active {
	background: var(--primary-color);
	transform: scale(1);
}
.pb-138 {
	padding-bottom: 138px;
}


/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--heading-font);
}
.error-404 h3 {
	font-family: var(--body-font);
	font-size: 32px;
}

/* responsive */
@media all and (max-width: 1399.98px){
.banner-content {
	max-width: 600px;
}
.splide__arrow--prev {
	left: -20px;
}
.splide__arrow--next {
	right: -20px;
}

}

@media all and (max-width: 1199.98px){
	.main-menu {
		display: none;
	}
	.banner-content {
	max-width: 515px;
}
.callouts-content {
	padding: 3px 30px;
}
.experience-content {
	padding: 30px;
}
.splide__arrow {
	top: unset;
	bottom: -100px;
	transform: unset;
}
.splide__arrow--prev {
	left: 0;
}
.splide__arrow--next {
	right: 0;
}
.splide__pagination {
	bottom: -74px;
}
.pb-138 {
	padding-bottom: 150px;
}
.contact-content {
	width: 480px;
	padding: 28px;
}
.experience-img {
	width: 480px;
}
.cp {
	padding: 0 20px;
}
.testimonials-list {
	padding: 30px 35px;
}

}

@media all and (max-width: 991.98px){
	h1, .h1, h2, .h2 {
		font-size: 64px;
	}
.header-cover {
	padding: 0 20px;
}
.header-sec {
	padding: 30px 0;
}
.price-tag {
	right: 20px;
}
.banner-content {
	max-width: 420px;
}
.banner-wrap {
	padding: 0 20px;
}
.callouts-area {
	padding: 0 20px;
}
.callouts-content {
	padding: 3px 16px;
}
.callouts {
	padding: 30px 20px;
}
.contact-content {
	width: 100%;
	margin-bottom: 0;
}
.experience-img {
	width: 100%;
}
.wc-img img {
	aspect-ratio: 1/.85;
}
.footer-content {
	width: 34%;
}
.opening-hours, .footer-contact {
	width: 33%;
}

}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
}

@media all and (max-width: 767.98px){
	.error-404 h1 {
		font-size: 100px;
	}
	.p-80 {
		padding: 50px 0;
	}
	.pt-80 {
		padding-top: 50px;
	}
	.pb-80 {
		padding-bottom:50px;
	}
.h-btn {
	gap: 10px;
}
.header-btn {
	display: none !important;
}
br {
	display: none;
}
.menu-trigger {
	display: block;
}
.menu-trigger a {
	display: flex;
	flex-direction: column;
	row-gap: 6px;
	position: relative;
	z-index: 999;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}
.menu-trigger span {
	display: block;
	height: 3px;
	width: 27px;
	background-color: var(--black-color);
	margin-left: auto;
}
.header-logo {
	width: 150px;
}
.price-tag {
	position: unset;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-top: 90px;
}
.location {
	position: unset;
	transform: unset;
	margin-top: 10px;
	gap: 20px;
}
.banner-content {
	max-width: 100%;
}
.banner-area {
	padding-top: 180px;
	padding-bottom: 90px;
}
.banner-img {
	top: unset;
	height: 75%;
	width: 230%;
	bottom: 0;
	right: -100px;
}
.banner-area::before {
	background: linear-gradient(0.34deg, rgba(255, 255, 255, 0) 8.02%, #FBF8F6 69.21%);
}
.callouts-content:not(:last-child) {
	border-right: unset;
	border-bottom: 1px solid #23352920;
}
.callouts {
	padding: 0px 20px;
}
.callouts-content {
	width: 100%;
	padding: 30px 20px;
}
.contact-content {
	padding: 35px 10px;
}
.experience-content {
	padding: 30px 20px;
}
.mb-50 {
	margin-bottom: 40px;
}
.conditions-content {
	padding: 30px 20px;
}
.wc-img img {
	aspect-ratio: 1/1.1;
}
.testimonials-title {
	text-align: center;
}
.testimonials-list {
	padding: 30px 20px;
}
.footer-content, .opening-hours, .footer-contact {
	width: 100%;
}
.footer-content, .opening-hours {
	margin-bottom: 35px;
}
.footer-content-wrap br {
	display: block;
}
.contact-bottom-form .cp {
	padding: 0 10px;
}
.default-page-area, .error-404-area {
	padding-top: 120px;
}

}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}


@media all and (max-width: 576.98px) {
.card-btn .btn {
	width: 100%;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 100%;
}
.answer {
	padding: 30px 20px;
}
.question {
	padding: 17px 20px;
}

}
