/*!
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: #1e60fd;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scroll-snap-type: y mandatory;
	margin: 0;
	border: 0;
}
body {
	font-size: 22px;
	font-size: clamp(20px, 1.2vw, 24px);
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
.wpbf-navigation .wpbf-menu a, .wpbf-mobile-menu a {
	font-size: .8em;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.wpbf-sub-menu > .menu-item-has-children:not(.wpbf-mega-menu) .sub-menu {
	width: auto;
}
button, input, optgroup, select, textarea {
	font-size: 22px;
	font-size: clamp(20px, 1.2vw, 24px);
}
textarea {
	min-height: 170px;
}
body.scrolled .wpbf-logo img {
	min-width: 30px;
}
.wpbf-logo img {
	-webkit-transition: min-width 200ms linear;
	-ms-transition: min-width 200ms linear;
	transition: min-width 200ms linear;
}
.logo-text, .wpbf-logo {
	white-space: nowrap;
}
.wpbf-menu-right .wpbf-menu {
	float: none;
	display: flex;
	width: calc(100% - 500px);
	justify-content: center;
}
.wpbf-menu-right .wpbf-menu #menu-item-phone {
	line-height: 1.6;
	position: absolute;
	right: 20px;
}
.wpbf-menu-right .wpbf-menu #menu-item-phone.freephone {
	right: 260px;
}
.wpbf-mobile-logo a.tel {
	position: absolute;
	right: 65px;
}
.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: var(--accent-color);
	border: none;
	border-radius: 15px;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	line-height: 1;
	height: auto;
	white-space: nowrap;
}
.wpbf-menu-right .wpbf-menu #menu-item-phone .phone-icon {
	display: inline;
	vertical-align: middle;
	width: 20px;
	margin-right: 10px;
}
.wpbf-navigation .wpbf-logo-container{
	min-width: 320px;
}
.wpbf-navigation .wpbf-mobile-nav-wrapper {
	justify-content: start;
}
.wpbf-mobile-logo {
	display: flex;
	justify-content: start;
	align-items: center;
}
.wpbf-menu-toggle-container {
	position: absolute;
	right: 30px;
}
.wpbf-navigation .wpbf-mobile-nav-wrapper .wpbf-mobile-logo-container {
	width: calc(100% - 50px);
}
.wpbf-slide-anim {
	display: 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;
}
.address span {
	display: inline-block;
}
.address svg {
	vertical-align: top
}
#content {
	margin-top: 100px;
}
hr {
	border-top: 4px solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: inherit;
	margin-top: 40px;
}
.wpbf-logo img {

}
.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;
}
/*
.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;
}
*/
body.home .wpbf-mobile-menu-container {
	transition: max-height .4s ease-in-out;
	max-height: 0;
	overflow-y: hidden;
}
body.home .wpbf-mobile-menu-container.is-expanded {
	max-height: 999px;
}
body.scrolled .wpbf-navigation {
	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.search h1.page-title {
	font-size: clamp(20px, 1.2vw, 24px);
}
body.search h1.page-title span {
color: var(--accent-color);
}
.banner-widgets {
	margin-bottom: 20px;
}
.banner-widgets .wpbf-container {
	padding-left: 0;
	padding-right: 0;
}
.wpbf-navigation .wpbf-menu .current_page_parent a, .wpbf-navigation .wpbf-menu .current-menu-item a, .wpbf-navigation .wpbf-menu .current_page_item a {
	color: var(--accent-color);
}
.blog .banner-widgets, .archive .banner-widgets {
	margin-bottom: 50px;
}
svg {
	max-height: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.hero-badges .panel-grid {
	min-width: 900px;
}
.rating {
	background: #fff;
	box-shadow: -5px -5px 5px rgba(0,0,0,0.3);
	display: inline-flex;
	padding: 5px 30px;
	align-items: center;
	border-radius: 50px;
}
.rating .text {
	font-size: 20px;
	color: var(--accent-color);
	line-height: 1;
	white-space: nowrap;
	margin-right: 20px;
}
.rating .badge {
	min-width: 50px;
}
.selling-point {
	position: relative;
	left: 30px;
}
.selling-point .checkmark-icon {
	max-width: 1em;
	max-height: 1em;
	vertical-align: middle;	
	position: absolute;
	left: -30px;
	top: 5px;
}
.hero .selling-point .checkmark-icon {
	color: #f57500;
}

.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: inherit;
	font-weight: bold;
	line-height: 1;
}
h1, h2 {
	font-size: 4em;
	font-size: clamp(2.5rem, 3vw, 3.6em);
}
body.document h2 {
	font-size: 3em;
	font-size: clamp(2rem, 1.5vw, 3em);
}
.hero h1 {
	font-weight: normal;
}
.hero h1 > span {
	font-weight: bold;
}
h1 > span {
	color: #fff;
}
h2 > span {
	color: #000;
}
h3 {
	font-size: 2em;
	font-size: clamp(1.5rem, 1vw, 2em);
}
.hero hr {
	border-color: var(--accent-color);
}
table th, table td {
	vertical-align: top;
	border: 1px #c0c0c0 solid;
	background: #fff;
}
table.variations th,  table.variations td {
	vertical-align: middle;
}
p, figure {
	margin-bottom: 10px;
}
.theme-img img {
	box-shadow: -5px -5px 5px rgba(0,0,0,0.3);
	border-radius: 20px;
}
form ::placeholder {
	font-size: clamp(16px, 0.8vw, 20px);
}
.blue-ticks .checkmark-icon {
	color: var(--accent-color);
}
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;
}
.sow-cta-base {
	padding: 2em 0!important;
	font-weight: bold;
}
.wpbf-medium-1-3, .wpbf-medium-2-6 {
	width: calc(33.333% - 10px);
}
.sow-cta-base .sow-cta-text {
	margin-top: 12px;
}
form.sow-contact-form .sow-submit, .so-widget-sow-button .ow-button-base .sowb-button {
	cursor: pointer;
	line-height: 1.2;
	padding: 20px 30px !important;
	text-transform: uppercase;
	font-size: clamp(16px, 0.8vw, 20px)!important;
}
form.sow-contact-form .sow-submit {
	width: 100%;
	background: #f57500!important;
	font-weight: bold!important;
}
form.sow-contact-form .sow-submit:hover {
	background: #ef8b2d!important;
}
.ow-button-base a {

}
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: 14px 30px;
	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;
}
form.sow-contact-form .sow-form-field-checkboxes {
	font-size: .6em;
}
.wpbf-sidebar-wrapper {
	position: relative;
}
.wpbf-sidebar {
	position: absolute;
	z-index: 554;
}

#sidebar.wpbf-sidebar.is-sticky {
	top: 100px;
	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: 150px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0;
	text-align: center;
}
.logo-slider span {
	font-size: clamp(24px, 1.6vw, 32px);
	font-weight: bold;
}
.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;
}
.so-widget-sow-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* slide distance controlled by this variable */
.accordion.panel-row-style {
	--slide-move: 25%; /* default = 25% per slide */
}


/* slides container (your .panel-grid-cell element) */
.accordion.panel-row-style .panel-grid-cell {
	display: flex;
	transform: translateX(0);
	transition: transform 0.5s ease;
	will-change: transform;
}

/* disable transitions while snapping */
.accordion.panel-row-style .panel-grid-cell.no-transition {
	transition: none !important;
}

/* animate to the left (next) */
.accordion.panel-row-style .panel-grid-cell.sliding-left {
	transform: translateX(calc(-1 * var(--slide-move)));
}

/* used to set an immediate offset before animating to 0 (prev) */
.accordion.panel-row-style .panel-grid-cell.offset-left {
	transform: translateX(calc(-1 * var(--slide-move)));
}

.accordion.panel-row-style {
	position: relative;
	overflow: hidden;
}
.accordion.panel-row-style .panel-grid-cell {
	display: flex;
	width: calc(100% - 70px) !important;
	transition: transform 0.5s ease;

}
.accordion.panel-row-style .panel-grid-cell .so-panel {
	flex: 0 0 calc(25% - 10px); /* one slide = 25% */
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
	background: var(--accent-color);
	margin-bottom: 0 !important;
	padding-bottom: 60px;
	margin-right: 10px;
	transition: flex 0.5s ease;
}
.accordion.panel-row-style .panel-grid-cell .so-panel:first-child {
	flex: 0 0 50%;
}
.accordion.panel-row-style .panel-grid-cell .so-panel:first-child .so-widget-sow-editor {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);

}
.accordion.panel-row-style .panel-grid-cell .so-panel:first-child .so-widget-sow-editor .textwidget {
	opacity: 1;
}
.accordion.panel-row-style .panel-grid-cell .so-panel .so-widget-sow-editor .textwidget {
	opacity: 0;
	transition: opacity 1s 0.5s ease;
	padding: 20px;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px;
}
.accordion.panel-row-style .panel-grid-cell .so-panel .so-widget-sow-editor {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	color: #fff;	
	border-radius: 20px;
	height: 640px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 5px;

}
.accordion.panel-row-style .panel-grid-cell .so-panel .panel-widget-style {
	border-radius: 20px;
}
.accordion.panel-row-style .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
	position: absolute;
	z-index: 2;
	margin-bottom: 0;
	width: 100%;
	bottom: -60px;
	padding: 20px;
	font-weight: normal;
}
.accordion.panel-row-style .panel-grid-cell .so-panel:first-child .so-widget-sow-editor .widget-title span {
	display: inline-block;
}
.accordion.panel-row-style .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title span {
	display: none;
}
/*
.accordion.panel-row-style .panel-grid-cell .so-panel:before {
content: '';
background: var(--accent-color);
width: 100%;
display: block;
height: 60px;
bottom: 0;
position: absolute;
}
*/

.accordion .slider-button {
	position: absolute;
	right: 0;
	display: block;
	height: 100%;
	background: #fff;
}
.accordion .slider-button .btn {
	background: var(--accent-color);
	width: 60px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
	cursor: pointer;
	transform: translateY(300px);
}
.accordion .slider-button .btn svg {
	color: #fff;
	width: 50px;
	height: 50px;
}

.carousel {
	position: relative;
	width: 100%;
}

.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: 33.3%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

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

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

.carousel .items .item .slide-content {
	width: calc(100% - 40px);
	z-index: 1;
	transition: all .25s ease-in-out;
	transition-delay: .25s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	background: #fff;
	margin: 0 20px;
	text-align: left;
}
.carousel .items .item .slide-content > div:not(.meta) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	font-size: .8em;
}
.carousel .items .item .slide-content div.meta .name {
	text-transform: capitalize;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

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

.carousel .items .item .slide-content svg, .carousel .items .item .slide-content img {

}

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

.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 {
	height: 100%;
	text-align: center;
}
.wpbf-post-image-wrapper img, .wpbf-page-image-wrapper img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}

.wpbf-post-image-link {
	height: 100%;
}
.wpbf-archive-content .wpbf-post-style-plain {
	width: calc(50% - 20px);
	margin-right: 20px;
	float: left;
	border-bottom: none;
}
.wpbf-archive-content .wpbf-post p {
	font-size: .8em;
}

mark {
	background: var(--accent-color);
	color: #fff;
	padding: 0 5px;
}
.bullet {
	display: none;
}
.widget_sow-image .badge {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.widget_sow-image .badge img {
	width: 160px;
}
.scrolltop {
	z-index: 554;
}
.go-back {
	margin-bottom: 50px;
}
.gallery img:hover {
	opacity: 1;
}
.socials.follow {
	display: flex;
}
.socials.follow .social {
	margin: 0 10px;
	padding: 10px;
	border-radius: 50px;
	background-color: var(--accent-color)!important;
	line-height: 0;
width: 40px;
  height: 40px;
}
.socials.follow .social svg {
	height: 20px;
	width: 20px;
}
body.document .documents {
	margin-top: 100px;
}
body.document .documents .document-contents {
	padding: 30px;	
}
.wpbf-navigation .wpbf-menu .phone {
	position: absolute;
	right: 0;
	top: 0;
	width: 480px;
}
.wpbf-navigation .wpbf-menu-container {
	position: relative;
}
#menu-main {
	background: #fff;
}
@media only screen and (max-width:1600px){

	#sidebar.wpbf-sidebar.is-sticky {
		top: 4vw;
	}

}
@media only screen and (max-width:1450px){
	.hero-badges .panel-grid, .badges .panel-grid {
		flex-direction: column;
		align-items: start!important;
		min-width: 0;
	}
	.hero-badges .panel-grid .panel-grid-cell, .badges .panel-grid .panel-grid-cell {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.hero-badges .panel-grid .panel-grid-cell .so-panel, .badges .panel-grid .panel-grid-cell .so-panel {
		max-width: 320px;
	}	
}
@media only screen and (max-width:1280px){
	.wpbf-navigation .wpbf-menu-container nav {
		position: absolute;
		width: 100%;
		top: 0;
	}
	.wpbf-menu-right .wpbf-menu {
		width: 100%;
		justify-content: center;
		padding-top: 60px;
	}
	.wpbf-navigation .wpbf-menu > .menu-item > a {
		padding-left: 50px;
		padding-right: 50px;
	}
	.wpbf-navigation .wpbf-logo-container {
		position: absolute;
	}
	.wpbf-navigation .wpbf-3-4 {
		width: 100%;
	}
	.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;
	}
	.footer-widgets .panel-grid-cell:first-child, .footer-widgets .panel-grid-cell:last-child {
		width: 100%!important;
		width: calc(100% - ( 0.75 * 30px ) )!important;
		margin-bottom: 0;
	}
	.footer-widgets .panel-grid-cell {
		width: 50%!important;
		width: calc(50% - ( 0.75 * 30px ) )!important;
		margin-bottom: 50px;
	}
	#panel-w68b6063d7031c-0-0-0 > .panel-widget-style {
		padding: 50px 0px 50px 0px !important;
	}
	.footer-widgets .panel-has-style > .panel-row-style {
		flex-wrap: wrap;
	}
	.footer-widgets .panel-grid-cell:last-child .widget_sow-editor.panel-last-child .textwidget {
		display: flex;
		justify-content: space-around;
	}
	#content {
	  margin-top: 150px;
	}
	.widget_sow-contact-form {
	
	}
	.widget_sow-contact-form > .panel-widget-style {
		padding: 30px 20px!important;
	}
}
  .wpbf-visible-small, .wpbf-visible-medium, .wpbf-hidden-large {
    display: none !important;
  }
@media only screen and (max-width:1024px){
	body:not(.single-post) .article-header, body:not(.single-post) .article-header {
		margin-bottom: 20px;
	}	
  .wpbf-visible-small, .wpbf-visible-medium, .wpbf-hidden-large {
    display: block !important;
  }
	.wpbf-mobile-logo a.tel.free {
		right: 300px;
	}
	#content {
		margin-top: 60px;
	}
	#sidebar.wpbf-sidebar.is-sticky {
		top: 150px;
	}
	.accordion.panel-row-style .panel-grid-cell .so-panel {
		padding-bottom: 80px;
	}
	.accordion.panel-row-style .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title {
		bottom: -80px;
	}
	.accordion.panel-row-style .panel-grid-cell .so-panel:first-child .so-widget-sow-editor .widget-title span {
		display: block;
		white-space: nowrap;
	}
	.carousel .items .item {
		width: 100%;
	}
	.wpbf-inner-footer-content {
		flex-direction: column;
	}
	.wpbf-inner-footer-content span {
		width: 100%;
	}
	.wpbf-inner-footer-content span:first-child {
		text-align: center;
	}
	.wpbf-inner-footer-content span:last-child {
		text-align: center;
	}
	.gallery-columns-4 .gallery-item {
		width: 50%;
	}
	.wpbf-medium-1-3:not(.wpbf-sidebar-wrapper), .wpbf-medium-2-6 {
		width: calc(50% - 10px);
	}
	.wpbf-medium-2-3:not(.wpbf-main), .wpbf-medium-4-6 {
		width: 50%;
	}

}
@media only screen and (max-width:800px){

	.wpbf-navigation .wpbf-mobile-nav-wrapper .wpbf-mobile-logo-container {
		min-width: 100%;
	}
	.wpbf-mobile-logo {
		flex-direction: column;
	}
	.wpbf-mobile-logo a.tel, .wpbf-mobile-logo a.tel.free {
		position: relative;
		right: auto;
		margin-bottom: 10px;
	}

	#content {
		margin-top: 260px;
	}
}
@media only screen and (max-width:780px){
	.hero-badges .panel-grid {
		align-items: center!important;
	}
	.hero-badges .panel-grid .panel-grid-cell .so-panel {
		margin: 0 auto;
	}	
	.hero-badges .panel-grid {
		min-width: 0;
	}
.sow-image-container {
  justify-content: center;
}
}
@media only screen and (max-width:768px){

	.footer-widgets .panel-grid-cell {
		width: 100%!important;
	}
	.footer-widgets  .socials.follow {
		align-items: center;
		justify-content: center;
	}		
	.accordion.panel-row-style {
		--slide-move: 100%; /* on mobile each slide is 100% */
	}
	.accordion.panel-row-style .panel-grid-cell .so-panel {
		flex: 0 0 100%; /* one slide = 25% */
	}
	.accordion.panel-row-style .panel-grid-cell .so-panel:first-child {
		flex: 0 0 100%;
	}

	.accordion.panel-row-style .panel-grid-cell .so-panel .so-widget-sow-editor .widget-title span {
		display: block;
	}
	.rating {
		flex-direction: column-reverse;
		width: 100%;
	}
	.rating .text {
		text-align: center;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.rating .badge {
		min-width: 0;
		width: 30px;
		height: 30px;
		margin-bottom: 5px;
	}
	.case_studies .panels .panel.next {
		display: none;
	}
	.case_studies .panels .panel.active {
		width: 100%;
	}
	.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;
	}
	.wpbf-grid-medium {
		margin-left: 0;
	}
	main#main {
		padding-left: 20px;
		padding-right: 20px;
	}
	#sidebar.wpbf-sidebar.sticky-top {
		top: 0;
	}
	#sidebar {
		min-width: 100%;
	}
	.wpbf-archive-content .wpbf-post-style-plain {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.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;
	}
	.wpbf-sidebar {
		position: relative;
	}
	.wpbf-medium-1-3, .wpbf-medium-2-6 {
		width: 100%;
	}
}

@media only screen and (max-width:600px){
	.wpbf-navigation .wpbf-mobile-nav-wrapper {

	}

	.wpbf-container, .panel-row-style, #contact-form, .panel-widget-style {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.wpbf-inner-footer.wpbf-container {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}


	.gallery-columns-4 .gallery-item {
		width: 100%;
	}
  .footer-widgets .panel-grid-cell:last-child .widget_sow-editor.panel-last-child .textwidget {
    flex-direction: column;
  }
}