/*!
Theme Name:  UWP Child Theme
Author:      UWP Group
Author URI:  https://uwpgroup.co.uk/
Description: Child theme for Page Builder Framework
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/
:root {
	--accent-color: #2e8b4c;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
	scroll-padding-top: 180px;
	scroll-snap-type: y mandatory;
	margin: 0;
	border: 0;
}
body {
	font-size: 16px;
	font-size: clamp(1.2rem, 1.6vw, 1.35rem);
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
.wpbf-navigation .wpbf-menu a, .wpbf-mobile-menu a, form ::placeholder {
	font-size: 16px;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}
button, input, optgroup, select, textarea {
  font-size: 16px;
  font-size: clamp(1.2rem, 1.6vw, 1.35rem);
}
textarea {
min-height: 170px;
}
body.scrolled .wpbf-logo img {
  transform: scale(1);
}
#breadcrumbs, .gallery .gallery-caption {
  font-size: 1em;
}
.banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
}
.banner .wpbf-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.banner_title {
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 20px;
}
.banner_title + div > p {
	
}
.banner_title span {
	display: inline-block;
}
.banner .ticks {
	
}
.banner .logos {
	float: left;
	margin-top: 0;
	width: calc(100% - 300px);
	text-align: right;
	white-space: nowrap;
}
.banner .banner-footer {
	width: 300px;
	float: left;	
}


.banner .logos img {
	max-width: 100%;
	width: 150px;
}
.banner .logos img:first-child {
margin-right: 30px;
}
.banner .banner-image {
	width: 100%;
	padding: 50px;
	text-align: center;
}
.banner .banner-container {
	width: 100%;
margin-top: 60px;
  background: #fff;
	padding: 30px;
}
.banner .stars {
	color: gold;
	display: inline-block;
    vertical-align: middle;
	white-space: nowrap;
}
.banner .stars svg {
	margin: 0 3px;
	color: #ea7035;
}
.banner .review-count {
	display: flex;
	margin-bottom: 30px;
}
.banner .review-count .heading img {
	margin-right: 20px;
}
.banner .review-count .heading a {
	margin-right: 20px;
}
.banner .hexagon {
	height: 28vw;
	width: 28vw;
	min-width: 280px;
	min-height: 280px;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	background-color: transparent;
	box-shadow: 12px 12px 24px rgba(0,0,0,0.5);
	border-top-left-radius: 15vw;
	border-bottom-right-radius: 15vw;
}
.banner .review-count .heading {
	display: flex;
    align-items: center;
}
.banner .review-count .stars {
	display: flex;
	flex-direction: column;
}
.banner .review-count .rating {
	display: flex;
	align-items: center;
	height: 20px;
}
.wpbf-logo img {
  width: 150px!important;
}
.wpbf-mobile-logo img {
  width: 200px!important;
}
.wpbf-logo img {
   transform: scale(1.2);
   transform-origin: 0 0;
	-webkit-transition: transform 200ms linear;
	-ms-transition: transform 200ms linear;
	transition: transform 200ms linear;
}
.wpbf-menu-right .wpbf-menu {
	display: flex;
	justify-content: center;
	justify-content: start;
	width: 100%;
	position: relative;
	padding-top: 40px;
	
}
.wpbf-menu-right .wpbf-menu #menu-item-phone {
	line-height: 1.6;
	position: absolute;
	right: 0;
}
.wpbf-menu-right .wpbf-menu #menu-item-phone a, .wpbf-mobile-menu #menu-item-phone.menu-item a, .wpbf-mobile-logo a.tel {
	font-weight: bold;
	color: #ffffff;
	background: #ea7035;
	border: none;
	border-radius: 50px;
	padding: 12px 30px;
	display: flex;
	align-items: center;
	line-height: 1;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}
.wpbf-menu-right .wpbf-menu #menu-item-phone .phone-icon {
	display: inline;
	vertical-align: middle;
	width: 20px;
	margin-right: 10px;
}

.wpbf-mobile-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tel {
	display: inline-block;
}
.menu-item > a {
	white-space: nowrap;
}
.current-menu-item > a, .current_page_parent > a {
	font-weight: bold;
}
.wpbf-mobile-menu #menu-item-phone.menu-item {
	display: flex;
	justify-content: end;
	align-items: center;
}
.wpbf-logo img {
	padding: 10px;
}
.wpbf-navigation {
	position: fixed;
	top: 0;
	width: 100%;
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
	padding-bottom: 20px;
}
.wpbf-mobile-menu-container:before {
  background: transparent;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.wpbf-mobile-menu-container.active.is-expanded:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.wpbf-mobile-logo-container {
	width: calc(100% - 50px);
}
.wpbf-menu-toggle-container {
	width: 50px;
}
body.scrolled .wpbf-navigation {
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	background-color: #fff!important;
}
body.single-post #inner-content {
	padding-top: 40px!important;
	padding-bottom: 40px!important;
}
body.single-post #main {
	margin-top: 60px;
}
body.blog #main {
	margin-top: 100px;
}

.wpbf-archive-content .wpbf-blog-layout-beside:nth-child(even) .wpbf-grid {
  flex-direction: row-reverse;
}
.wpbf-archive-content .wpbf-blog-layout-beside .wpbf-grid header + div {
display: flex;
  flex-direction: column;
  justify-content: center;
}
svg {
	height: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
svg .start {
	stop-color: #fff;
}
svg .end {
	stop-color: #fff;
}
.icons .sow-image-container svg {
	max-height: 120px;
	max-width: 120px;
	position: relative;
	width: 50%;
}
.icons .so-widget-sow-image .sow-image-container {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 120px;
	border-bottom-right-radius: 120px;
    background: var(--accent-color);
}

.icons .secondary .so-widget-sow-image .sow-image-container {
  background: transparent;
}
.icons .secondary .so-widget-sow-image .sow-image-container svg g {
	fill: var(--accent-color);
}
.icons .secondary .so-widget-sow-image .sow-image-container {
	height: 120px;
width: auto;
  justify-content: start;
  -webkit-clip-path: view-box;
  clip-path: view-box;
}
.icons .secondary .sow-image-container svg {
	max-height: 100px;
	max-width: 100px;
}
.icons .secondary .widget-title {
  margin-top: 0;
}
.icons h3.widget-title {
  margin-top: 20px;
	  font-size: 16px;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}
.icons .widget-title a {
  color: #3e4349;
}
.icons .so-widget-sow-image .sow-image-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.icons .sow-image-container a > svg g {
	-webkit-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
/*
.icons .sow-image-container {
    margin-top: 70px;
	margin-bottom: 70px;
    width: 208px;
    height: 120px;
    position: relative;
}
.icons .sow-image-container:before, .icons .sow-image-container:after {
    content:"";
    border-left: 104px solid transparent;
    border-right: 104px solid transparent;
    position: absolute;
}
.icons .sow-image-container:before {
    top: -59px;
    border-bottom: 60px solid #013668;
}
.icons .sow-image-container:after {
    bottom: -59px;
    border-top: 60px solid #013668;
}
*/
.selling-point {

}
.selling-point .checkmark-icon {
	max-width: 1em;
	max-height: 1em;
	vertical-align: middle;	
	margin-right: 5px;
}
.logo-image {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100px;
	z-index: 2;
}

.map {
	position:relative;
	width:100%;
}
.map iframe {
	height: 500px;
}

h1, h2, h3, h4, h5, h6 {
	color: #3e4349;
	font-weight: bold;
}
table th, table td {
	vertical-align: top;
	border: 1px #c0c0c0 solid;
	background: #fff;
}
table.variations th,  table.variations td {
	vertical-align: middle;
}
.background-img h2, .background-img h3, .background-img h4 {
	color: #fff;
}
textarea, select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"] {border: 0;}
#inner-content {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
video.sow-video-widget {
	height: auto!important;
	width: auto!important;
}

.wpbf-pricing .entry-title {
	margin-top: 50px;
}
.textwidget p:last-child {
	margin-bottom: 0;
}
.widget .textwidget ul li {
	list-style: disc;
	list-style-position: inside;
}
.sow-cta-base {
	padding: 2em 0!important;
	font-weight: bold;
}
.wire .so-widget-sow-button a {
	border-radius: 0!important;
	border-width: 1px!important;
}
.wpbf-medium-1-3, .wpbf-medium-2-6 {
	width: calc(33.333% - 10px);
}
.sow-cta-base .sow-cta-text {
	margin-top: 12px;
}
.gallery .gallery-item img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  object-position: center;
}
form.sow-contact-form .sow-submit {
	cursor: pointer;
	font-weight: bold!important;
	line-height: 1.2;
	padding: 12px 30px 14px !important;
	text-transform: lowercase;
}
form.sow-contact-form .sow-submit:hover {
	color: #ffffff!important;
}
.ow-button-base a {
	font-weight: bold;
}
form.sow-contact-form input[type="text"], form.sow-contact-form input[type="email"], form.sow-contact-form textarea {

}
.wpbf-button, input[type="submit"] {
	font-weight: bold;
	padding: 12px 30px 14px;
	text-transform: lowercase;
}
form.sow-contact-form .sow-form-field .sow-field-container textarea:focus, form.sow-contact-form .sow-form-field .sow-field-container input:focus, form.sow-contact-form .sow-form-field .sow-field-container > :focus {
	box-shadow: inset 2px 2px 0 var(--accent-color), inset -2px -2px 0 var(--accent-color);
	outline: none;
}
.sow-form-field.sow-form-field-name:first-child {
  margin-right: 20px;
}
.sow-form-field.sow-form-field-name {
  width: calc(50% - 10px);
  float: left;
}
.sow-form-field-email {
	clear: both;
}
.wpbf-sidebar-wrapper {
	position: relative;
}
.wpbf-sidebar {
	position: absolute;
	z-index: 554;
}

#sidebar.wpbf-sidebar.is-sticky {
	top: 150px;
	position: fixed;
}

#sidebar.wpbf-sidebar.sticky-top {
	top: 40px;
}
#sidebar.wpbf-sidebar.sticky-bottom {
	bottom: 0;
}
#sidebar.wpbf-sidebar {

}
#sidebar.wpbf-sidebar .widget_sow-image.panel-last-child {
	padding: 0;
}
#sidebar.wpbf-sidebar .widget {
	padding-top: 0;
	padding-bottom: 0;
}
.wpbf-post.sticky {
	border: none !important;
}

#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
	font-weight: bold;
	color: #ffffff;
	border: none;
	padding: 0;
	display: inline-block;
	line-height: 1;
	height: auto;
}
#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 14px 16px;
	height: auto;
	width: 46px;
}

.widget:not(.widget_text) .list {
	display: block;
	clear: both;
	float: none;
}
.widget:not(.widget_text) .list ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.widget:not(.widget_text) .list ul {
	padding-left: 1em;
}
ul.ticks {
	list-style: none;
	padding-left: 0;
}
ul.ticks li svg {
	vertical-align: middle;
	display: inline-block;
	color: var(--accent-color);
	position: absolute;
	left: 0;
}	
ul.ticks li {
	position: relative;
	padding-left: 50px;
}
.toggle {
	display:none;
}
.steps {
	counter-reset: section;
}

.steps .question::before {
	counter-increment: section;
	content: "Step " counter(section) ": ";
	font-weight: bold;
	color: #3e4349;
}
.step {
	border-bottom: 5px solid #fff;
	padding-bottom: 20px;
}
.faq, .step {
	position: relative;
}
.faqs {
	background-color: #f5f5f7;
	padding: 20px 30px;
	position: relative;
}
.question {
	width: 100%;
	display: block;
	padding: 10px 0;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	color: #3e4349;
}

.question:after {
	content: "+";
	transform: translate(-50%, -50%);
	width: 1em;
	height: 1em;
	text-align: center;
	padding: 4px;
	position: absolute;
	top: 1.5em;
	right: -20px;
	transition: all 0.25s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--accent-color);
	font-weight: bold;
}
.steps .step .question:after {
	right: 20px;
}
.collapsible-content .answer {
	padding: 16px 0;
}
.collapsible-content .answer p {
	margin-bottom: 0;
}
.collapsible-content .answer .wpbf-button {
	margin-top: 20px;
}
.collapsible-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}

.toggle:checked + .question + .collapsible-content {
	max-height: 9999px;
}


.toggle:checked + .question:after {
	content: "-";
}

.toggle:checked + .question {
	text-decoration: underline;
}

@keyframes logo-ticker {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}
.logo-slider {
	height: 120px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.logo-slider .logo-slider-content {
	position: relative;
	transition: width 2s;
	height: 100%;
	align-items: center;
	display: flex;
}
.logo-slider .logo-slider-content .logo-set {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-slider .logo-slider-content .logo-set .logo-slider-image {
	height: 120px;
	min-width: 200px;
	align-self: flex-start;
	flex: none;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
	margin: 0 5px;
}
.logo-slider .logo-slider-content .logo-set .logo-slider-image img,
.logo-slider .logo-slider-content .logo-set .logo-slider-image svg {
	height: 60px;
	width: 80px;
	object-fit: contain;
	object-position: center;
}
.carousel {
	position: relative;
	width: 100%;
	text-align: center;
}

.carousel .items {
	user-select: none;
	position: relative;
	width: calc(100% - 80px);
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	min-height: 220px;
	transition: all 100ms ease-in-out;
}

.carousel .items .item {
	position: absolute;
	top: 0;
	min-width: 180px;
	transition: all 1000ms ease-in-out;
	z-index: -1;
	opacity: 0;
	transform: translate(-50%, 0);
	left: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.carousel .items .item.prev {
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transform: translate(-150%, 0);
}

.carousel .items .item.next {
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transform: translate(50%, 0);
}

.carousel .items .item.active {
	z-index: 9;
	opacity: 1;
}

.carousel .items .item .slide-content {
	width: 100%;
	z-index: 1;
	transition: all .25s ease-in-out;
	transition-delay: .25s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}

.carousel .items .item .slide-content div.meta .name {
	  font-size: clamp(1.2rem, 2vw, 1.4rem);
	color: #2e8b4c
	font-family: var(--heading-font);
	text-transform: capitalize;
}

.carousel .items .item .slide-content .stars {
	color: #ea7035;
}

.carousel .items .item .slide-content svg, .carousel .items .item .slide-content img {
	margin-bottom: 10px;
}

.carousel .btn {
	cursor: pointer;
	top: calc(50% - 20px);
	z-index: 554;
	color: var(--accent-color);
}

.carousel #prev {
	position: absolute;
	left: 0;
}

.carousel #next {
	position: absolute;
	right: 0;
}

body:not(.single-post) .wpbf-post-image-wrapper, body:not(.single-post) .wpbf-page-image-wrapper {
	margin-bottom: 0;
	height: 100%;
	text-align: center;
}
.wpbf-post-image-wrapper img, .wpbf-page-image-wrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
body.blog .wpbf-post-image-wrapper img {

-webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
 width: 20vw;
 height: 20vw;
	max-width: 20vw;
min-width: 250px;
	min-height: 250px;
}
.wpbf-post-image-link {
	height: 100%;
}
mark {
	background: var(--accent-color);
	color: #fff;
	padding: 0 5px;
}
.bullet {
	display: none;
}
h2, .cta p {
	 font-size: clamp(1.6rem, 2.4vw, 1.8rem);
}

.wpbf-inner-footer-content {
display: flex;
  justify-content: space-between;
}
.wpbf-inner-footer-content span {
width: 33.3%;
}
.wpbf-inner-footer-content span span {
white-space: nowrap;
}
.wpbf-inner-footer-content span:first-child, .wpbf-inner-footer-content span:last-child {
	padding-top: 2px;
}
.wpbf-inner-footer-content span:first-child {
text-align: left;
}
.wpbf-inner-footer-content span:last-child {
text-align: right;
}
.scrolltop {
  z-index: 554;
}
.go-back {
	margin-bottom: 50px;
}
.gallery img:hover {
  opacity: 1;
}
.socials.follow {
	display: inline-block;
}
.socials.follow .social {
margin: 0 5px;
  padding: 3px 5px 5px 5px;
  border-radius: 10px;
}
.socials.follow .social svg {
	width: 20px;
	height: 20px;
}
.cards {
	max-width: 200px;
}
body.document .documents {
	margin-top: 100px;
}
body.document .documents .document-contents {
	padding: 30px;	
}

@media only screen and (max-width:1600px){
	.wpbf-navigation .wpbf-menu > .menu-item > a {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	#sidebar.wpbf-sidebar.is-sticky {
	  top: 4vw;
	}
	.gallery .gallery-item {
	  width: 50%;
	}
}
@media only screen and (max-width:1280px){
  .wpbf-navigation .wpbf-menu > .menu-item > a {
    padding-left: 15px;
    padding-right: 15px;
  }
	.wpbf-container {
		max-width: 100%;
	}
	#sidebar.wpbf-sidebar.is-sticky {
	  top: 7vw;
	}
	.wpbf-sidebar > .widget {
	  padding-top: 0;
	  padding-bottom: 0;
	}
	textarea, select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"] {
	 padding: 8px 12px;
	}
.icons .so-widget-sow-image .sow-image-container {
  width: 180px;
  height: 180px;
	}
	.wpbf-inner-footer-content {
		flex-direction: column;
	}
	.wpbf-inner-footer-content span {
		width: 100%;
		display: block;
	}
	.wpbf-inner-footer-content span:first-child {
		text-align: center;
	}
	.wpbf-inner-footer-content span:last-child {
		text-align: center;
	}
}
@media only screen and (max-width:1024px){
	body:not(.single-post) .article-header, body:not(.single-post) .article-header {
		margin-bottom: 20px;
	}	
	#sidebar.wpbf-sidebar.is-sticky {
	  top: 150px;
	}
	.banner .wpbf-container {
		flex-direction: column-reverse;
	}
	.banner .banner-container {
		width: 100%;
		margin-top: 0;
	}
	.banner .banner_title {
	  font-size: 36px!important;
	}
	.banner .banner-image {
		width: 100%;
		max-width: 450px;
		padding: 20px;
		padding-top: 80px;
	}
	.banner .logos {
		float: none;
		width: 100%;
		text-align: left;
	}
	.banner .logos img {
		width: 120px;
	}
.banner .hexagon {
border-top-left-radius: 180px;
    border-bottom-right-radius: 180px;
}

	.gallery-columns-4 .gallery-item {
	  width: 50%;
	}
	.wpbf-medium-1-3, .wpbf-medium-2-6 {
		width: calc(50% - 10px);
	}
	.wpbf-medium-2-3, .wpbf-medium-4-6 {
		width: 50%;
	}
	.gallery .gallery-item {
	  width: 100%;
	}
}
@media only screen and (max-width:768px){
.banner .hexagon {
border-top-left-radius: 180px;
    border-bottom-right-radius: 180px;
}
.banner .logos {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.banner .banner-footer {
	width: 100%;
	float: none;	
}
.banner .logos img:first-child {
margin-right: auto;
}	
	.wpbf-medium-1-3, .wpbf-medium-2-6 {
		width: 100%;
	}
	.wpbf-medium-2-3, .wpbf-medium-4-6 {
		width: 100%;
	
	}
	.wpbf-sidebar-wrapper {
		padding-left: 0;
		padding-top: 50px;
	}
	main#main {
		padding-left: 20px;
		padding-right: 20px;
	}

  #sidebar.wpbf-sidebar.is-sticky {
    top: unset;
	  position: relative;
  }
#sidebar.wpbf-sidebar.sticky-bottom {
  bottom: unset;
	position: relative;
}
  #sidebar.wpbf-sidebar.sticky-top {
    top: unset;
	  position: relative;
  }
	#sidebar {
		min-width: 100%;
	}
.sow-form-field.sow-form-field-name:first-child {
  margin-right: auto;
}
.sow-form-field.sow-form-field-name {
  width: 100%;
  float: none;
}
	.logo-slider {
		height: 80px;
	}
	.qlwapp-text {
		display: none;
	}
	#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
		margin: 0 0 0 0;
	}
	#qlwapp.qlwapp-button .qlwapp-toggle {
		padding: 12px 12px;
	}
	#qlwapp .qlwapp-toggle, #qlwapp.qlwapp-bottom-left.qlwapp-button .qlwapp-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	#qlwapp .qlwapp-container {
	  align-items: end;
	}

	.bullet-point, .bullet {
		display: inline-block;
		vertical-align: middle;
	}
	.carousel .items {
		min-height: 380px;
	}


	table {
		border: 0;
	}

	#inner-content > .wpbf-main-grid {
		display: flex;
		flex-direction: column-reverse;
		margin-right: -25px;
	}
	.wpbf-sidebar {
		position: relative;
	}
	.wpbf-medium-1-3, .wpbf-medium-2-6 {
		width: 100%;
	}

.wpbf-menu-toggle-container {
  position: absolute;
  right: 20px;
	z-index: 999;
}
		.banner .banner-image {
		margin-top: 50px;
	}
 .banner .hexagon {
min-width: 240px;
  min-height: 240px;
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
  }
.wpbf-mobile-logo {
  flex-direction: column;
}
.wpbf-container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.wpbf-inner-footer.wpbf-container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
	.carousel .items {
		min-height: 600px;
	}
	.gallery-columns-4 .gallery-item {
	  width: 100%;
	}
}