/*Category page*/
#filterable_search_filters_output {
    position: relative;
    min-height: 200px;
}

#filterable_search_filters_output .loader {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#filterable_search_filters_output .loader:before {
    display: none;
}

ul#pagination-links {
    gap: 5px;
}

.filter_container {
    padding-right: 10px;
}

.filter-options {
    max-height: 230px;
    overflow-y: auto;
}

.blog .filter_container {
    max-height: 350px;
}

a.pagination-link.others {
    display: none;
}


a.pagination-link:nth-child(1), a.pagination-link:last-child {
    display: block;
}

.ellipses {
    line-height: 40px;
    margin: 0 5px;
}

div#pagination-links li {
    list-style: none;
    margin: 0 5px;
}

/*Filters loader*/
.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0099ff;
    animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}
@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.ellipses.pagination {
    background: none;
    cursor: default;
    color: #586974 !important;
}

/*Homepage*/
#site-logo {
    height: 50px;
}

#footer-logo {
    max-height: 40px;
}

#accepted-payments {
    max-height: 54px;
    object-position: left;
}

/*Homepage hero gradient*/
.home .swiper-slide {
    position: relative;
}

.home .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    opacity: 0.6;
}

/*Form styling*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {margin: 30px 0 0;border: none;text-align: center;color: red;}

.wpcf7 form.sent .wpcf7-response-output {margin: 30px 0 0;border: none;text-align: center;color: #0099ff;}

/*Single post*/
.post-content p, .content p, .old-post-content div {
    margin-bottom: 20px;
}

.post-content .wp-block-image, .post-content figure {
    margin-bottom: 40px;
}

figure iframe, .wp-block-buttons {
    float: left;
    width: 100%;
}

.wp-block-buttons, figure iframe {
    margin: 0 0 30px;
}

/*404*/
body.error404 section, body.error404 header, body.error404 footer {
    display: none;
}

body.error404 section#block-404 {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/*Stadard content*/
.content p a {
    color: #0099ff;
    box-shadow: inset 0 -0.06rem 0 0 #0099ff;
}

.content p a:hover {
    color: #0099ff;
    box-shadow: inset 0 0 0 0 #0099ff;
}

.post-content ol, .post-content ul {
    margin-bottom: 25px;
    padding-left: 40px;
}

.post-content li {
    margin-bottom: 10px;
    list-style: auto;
}

.post-content ul li {
    list-style: outside;
}

.flexible-row-block {
    margin-bottom: 50px;
}

blockquote {
    padding-left: 40px;
    border-left: 2px solid #4199ff;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

blockquote p {
    font-size: 24px;
}

blockquote >*:first-child {
    margin-top: -7px;
}

blockquote >*:last-child {
    margin-bottom: -10px;
}

.content {
    float: left;
    width: 100%;
}

.content >*:first-child {
    margin-top: -5px;
}

.content >*:last-child {
    margin-bottom: -7px;
}

.full-width-image img {
    width: 100%;
    height: auto;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .title-row > * {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #4199ff;
    float: left;
    width: 100%;
}

.content ul, .content ol {
    list-style: auto;
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    float: left;
    width: 100%;
}

.content li {
    margin: 0 0 10px;
}

.content ul {
    list-style: unset;
}

.accordion-section {
    border-bottom: 1px solid;
    float: left;
    width: 100%;
}

.acc-title {
    font-size: 18px;
    float: left;
    width: 100%;
    padding: 10px 0 10px;
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}

.acc-section {
    display: none;
    float: left;
    width: 100%;
    margin: 10px 0 20px;
}

.acc-title:after {
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 1px solid;
    position: absolute;
    right: 15px;
    border-left: 1px solid;
    transform: rotate(-45deg);
    top: 11px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc-title:hover {
    color: #429aff;
}

.accordion-section.active .acc-title:after {
    transform: rotate(135deg);
}

.checklist-block ul {
    float: left;
    width: 100%;
    margin: 0 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.checklist-block ul li {
    list-style: none;
}

.checklist-block li {
    padding-left: 50px;
    position: relative;
    width: 50%;
    padding-right: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checklist-block li:before {
    content: "\f00c";
    font-family: 'FontAwesome-Light';
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #4199ff;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery img {
    /*    height: 600px;*/
    object-fit: cover;
    object-position: center;
}

/*Product page*/
.pe-enq-btn-link, .woocommerce div.product form.cart .reset_variations {
    color: white;
}

.ui-dialog #contact-form {
    background: white;
}

.ui-dialog #contact-form .contact-bottom {
    display: none;
}

#enquiry-form .wdm-pef-form-row input, #enquiry-form .wdm-pef-form-row textarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    padding: 10px 20px;
    border: 1px solid #3a4c5833;
    line-height: 30px;
    color: #586974;
    background-color: white;
    transition: 0.3s;
    border-radius: 0;
    outline: none;
}

#enquiry-form .wdm-pef-form-row input:hover, #enquiry-form .wdm-pef-form-row input:focus, #enquiry-form .wdm-pef-form-row textarea:hover, #enquiry-form .wdm-pef-form-row textarea:focus {
    border-color: #0099ff;
}

.wdm-enquiry-action-btns {
    border: none;
}

.wdm-enquiry-action-btns .contact-button {
    border-radius: 0 !important;
    padding: 11px 30px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    letter-spacing: -0.32px;
    font-family: "Poppins", sans-serif;
    background: #0099ff !important;
}

.wdm-enquiry-action-btns .contact-button:hover {
    background: #182731 !important;
}

.ui-dialog .ui-dialog-titlebar {
    background: #182731 !important;
}

.ui-icon-closethick {
    filter: invert(1);
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 30px !important;
}

/*Map block*/
.gm-style{
    line-height: normal;
}

.gm-style .gm-style-iw-c {
    width: 296px;
    border-radius: 0;
    padding: 20px !important;
}

.gm-style .gm-style-iw-c .gm-style-iw-d, .gm-style .gm-style-iw-c .gm-style-iw-d > div {
    float: left;
    width: 100%;
}

.gm-style .title {
    float: left;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.gm-style .content {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

/*Map filters*/
.map-block #searchFilters {
    margin: -389px 0 0;
}

.map-block.active #searchFilters {
    margin: -489px 0 0;
}

.page-id-18476 .hero-block {
    padding-bottom: 139px;
}

.map-results {
    display: none;
}

/*Mobile menu*/
body.mobile-menu-open {
    overflow: hidden;
}

#burgerMenu.active span:nth-child(2) {
    opacity: 0;
}

#burgerMenu.active span:nth-child(1) {
    transform: rotate(45deg);
}

#burgerMenu.active span:nth-child(3) {
    transform: rotate(-45deg);
}

#burgerMenu.active span:nth-child(1), #burgerMenu.active span:nth-child(3) {
    position: absolute;
}

#burgerMenu span:nth-child(1), #burgerMenu span:nth-child(3), .mobile-menu, .megamenu-subtitle.toggle.active:after, .filters {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#burgerMenu.active {
    position: relative;
}

.mobile-menu.active, .filters.active {transform: translateX(0px);}

.megamenu-subtitle.toggle {
    width: 100%;
    position: relative;
    padding-right: 40px;
}

.megamenu-subtitle.toggle:after {
    content: "\f078";
    font-family: 'FontAwesome-Light';
    position: absolute;
    right: 0;
    color: #4199ff;
}

.megamenu-subtitle.toggle.active:after {
    transform: rotate(180deg);
}

.megamenu-subtitle.toggle ~ .sub-menu {
    display: none;
}

.mobile-menu ul.flex li {
    padding-right: 10px;
}

/*Mailchimp*/
body .yikes-easy-mc-form input.form-input {
    background-color: white;
    padding: 10px 20px;
    border: 1px solid #3a4c5833;
    margin: 0;
}

body .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
    background-color: #0099ff;
    margin: 0;
    padding: 11px 30px;
}

body .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button:hover {
    background-color: #182731;
}

body .yikes-easy-mc-form input.form-input:hover, body .yikes-easy-mc-form input.form-input:focus {
    border-color: #0099ff;
    outline: none;
}

body span.edit-link, div#pagination-links li.others {
    display: none !important;
}

div#pagination-links li.others:first-of-type, div#pagination-links li.others:last-of-type {
    display: block !important;
}

body .yikes-easy-mc-form label {
    margin: 0 !important;
}

body .yikes-easy-mc-form.yikes-mailchimp-form-inline {
    width: auto;
    float: right;
}

section#yikes-mailchimp-container-1 {
    float: right;
    width: auto;
    max-width: 60%;
}

.yikes-easy-mc-success-message {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

/*Basic table*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: $spacer;
    border-spacing: 2px;
    border-color: gray;
}

.table th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.layout-block article {
    float: none;
}


.page-id-19513 .blockquote:before, .page-id-19513 .blockquote:after {
    content: "";
    visibility: visible;
    background: url(/wp-content/uploads/2023/11/quote.png);
    width: 45px;
    height: 30px;
    margin: 0 -45px 0 0;
    display: inline-block;
    position: relative;
    z-index: -1;
    top: -7px;
    left: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) opacity(0.1);
}

.page-id-19513 .blockquote:after {
    margin: 0 0 0 -45px;
    top: 18px;
    left: 32px;
    transform: rotate(180deg);
}

.page-id-19513 .blockquote {
    margin: 0 0 -50px;
}

.no-filters h6, .no-filters ul, .no-filters button#reset-filter {display: none;}

ul#pagination-links li {
    display: none;
}

ul#pagination-links li:first-of-type, ul#pagination-links li:last-of-type, ul#pagination-links li:last-of-type a, ul#pagination-links li.close, ul#pagination-links li.active {
    display: flex !important;
}

ul#pagination-links a {
    display: none;
}

ul#pagination-links a:nth-child(-n+5) {
    display: flex;
}

/*Map loader*/
.map-block .loader {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff99;
}

/*Listings loader*/
.form-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: rgb(255 255 255/60%);
    backdrop-filter: blur(2px);
    z-index: 10;
    overflow: hidden
}

.form-loader .loader-inner {
    width: 170px;
    height: 92px;
    display: block;
    background: 0 0
}

.form-loader .loader-inner .position-absolute {
    bottom: 0;
    width: 100%;
    height: 0;
    display: block;
    left: 0;
    overflow: hidden;
    opacity: 0;
    animation: slidein 2s infinite alternate
}

@keyframes slidein {
    from {
        height: 0;
        opacity: 0
    }

    to {
        height: 100%;
        opacity: 1
    }
}

.form-loader .loader-inner .position-absolute img {
    float: left;
    width: 100%;
    height: auto;
    display: block
}

/*Blog content*/
p iframe {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    height: 600px;
}

.vc_button_replaced {
    color: #32373c;
    margin: 0 3px;
    font-weight: 600;
}

.old-post-content h1,.old-post-content h2,.old-post-content h3,.old-post-content h4,.old-post-content h5 {
    margin-bottom: 20px;
}

.old-post-content img {
    width: auto;
    height: auto;
    margin: 0 0 20px;
}

.old-post-content figure {
    float: left;
    width: 100%;
    height: auto;
}

header ul.contacts a i {
    min-width: 14px;
    min-height: 14px;
}

.grecaptcha-badge, .grecaptcha-logo {
    display: none !important;
    opacity: 0 !important;
}


.woocommerce div.product div.images.woocommerce-product-gallery .fme_lightbox_icon {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #848687;
    border-radius: 100%;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery .fme_lightbox_icon::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.woocommerce div.product div.images.woocommerce-product-gallery .fme_lightbox_icon::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.woocommerce div.product div.images.woocommerce-product-gallery .fme_zoom:after {
    display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery .tc_video_slide {}

.woocommerce div.product div.images.woocommerce-product-gallery .tc_video_slide iframe {
    aspect-ratio: 16 / 9;
    float: left;
    width: 100%;
    height: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery .splide__slide {
    border: 1px solid var(--Border, rgba(58, 76, 88, 0.20));
    background: #FAFAFA;
}

.woocommerce div.product div.images.woocommerce-product-gallery .fme_lightbox_icon i {
    display: none !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery div#secondary-slider .splide__slide {
    min-width: 170px;
    aspect-ratio: 1/1;
    height: auto !important;
    margin: 0 10px 0 0 !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery div#secondary-slider {
    margin-top: 10px;
}

.woocommerce div.product div.images.woocommerce-product-gallery .primary-slider .splide__slide .fme_zoom {
    display: flex;
    position: relative;
    width: 100%;
}

.woocommerce div.product div.images.woocommerce-product-gallery div#secondary-slider .splide__slide {
    display: flex;
}

.woocommerce div.product div.images.woocommerce-product-gallery div#secondary-slider .splide__slide > i {
    align-self: center;
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
}


div#beacon-container {
    display: none !important;
}