/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
h4.no-mobile-menu {
    display: none !important;
}

/*== == Generic == == */
body {
    margin: 0px;
    background: white;
    --primary-color1: #C19453;
    --primary-color2: #d3aa6e;
    --secondary-color1: #F5F5F5;
    --secondary-color2: #F5F5F5;
    --main-background1: #F9F4EE;
    --main-background2: #F0EFEA;
    --global-radius: 5px;
    --green: #1b2f26;
    --lightgreen: #2f4e3e;
    font-family: 'Poppins';
    background: #f9f4ee;
}

.menu-toggle {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

body img.object-fit-contain {
    object-fit: contain;
}

.title {
    display: block;
    font-size: 58px;
    line-height: 62px;
    font-weight: 200;
    font-family: "Cormorant Garamond", serif;
}

/* .title {
    display: block;
    font-size: 48px;
    line-height: 52px;
    font-weight: 200;
} */

h1.title,
h2.title {}

.subtitle {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
}

.smalltitle,
.subtext {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0px 15px 0px;
}

p {
    margin: 0px 0px 10px 0px;
}

b,
strong {
    font-weight: 500;
}

a:not(.readmore) {
    color: var(--primary-color1);
    font-weight: 500;
    word-break: break-word;
}

p,
li {
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins";
    font-weight: 200;
}

.smalltitle.gray {
    color: #808080;
}

.row-container {
    margin: 0px auto;
    max-width: 1480px;
    width: 100%;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 170px;
    padding: 15px 16px;
    color: var(--primary-color1);
    background: white;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border: solid 2px var(--primary-color1);
    overflow: hidden;
    justify-content: center;
    border-radius: var(--global-radius);
}

.readmore:hover {
    color: white;
    background: var(--primary-color1);
}

.readmore::before {
    content: '';
    background: #93703fba;
    position: absolute;
    height: 250px;
    width: 60px;
    transform: rotate(65deg);
    right: 0px;
    top: 0px;
    pointer-events: none;
    transition: all 1000ms ease;
    filter: blur(5px);
}

.readmore:hover::before {
    transform: rotate(45deg) translate(-360px, 10px);
    background: #d3d3d3bd;
}

.readmore.alt {
    background: var(--primary-color1);
    border: 3px solid white;
    width: 180px;
    color: white;
    font-weight: 300;
    padding: 13px 15px;
}

.readmore.alt.white {
    background: none;
    color: white;
    width: 210px;
}

.readmore.alt2 {
    color: white;
    background: var(--primary-color1);
    border: solid 2px var(--primary-color1);
}

.readmore.alt2:hover {
    background: white;
    color: var(--primary-color1);
}

.services-list {
    padding-left: 0px;
    list-style: none;
}

.services-list li {
    position: relative;
}

.services-list li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: var(--primary-color1);
    font-weight: 900;
}

@media (min-width:1024px) {

    li#menu-item-15051 {
        display: none;
    }

}

.main-fold-a-background::before {
    content: '';
    background: linear-gradient(0deg, rgba(211, 175, 55, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

html {
    scroll-behavior: smooth;
}

.our-range-fold-item-content-readmore .readmore::before {
    display: none;
}

.our-range-fold-wrapper.three-columns>div {
    flex: 0 0 calc(100% / 3 - 27px);
}

/* == == Generic END == == */

/*== == == Reviews Fold D == = ==*/

.reviews-fold-d-slider-item {
    display: flex;
    flex-direction: column;
    margin: 0px 15px;
    gap: 30px;
}

.reviews-fold-d-slider-item-inner {
    flex: 1;
    background: #ffffff;
    border-radius: var(--global-radius);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews-fold-d-slider-item-inner p.name {
    margin: 0px;
    color: var(--primary-color1);
    font-style: italic;
}

.reviews-fold-d .splide__slide {
    display: flex;
}

.reviews-fold-d .splide__arrows.splide__arrows--ltr {
    position: absolute;
    top: -100px;
    right: 0px;
    flex-direction: row;
}

.reviews-fold-d button.splide__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-fold-d button.splide__arrow.splide__arrow--prev svg {
    position: relative;
    left: -2px;
}

.reviews-fold-d button.splide__arrow.splide__arrow--next svg {
    position: relative;
    right: 1px;
}

.reviews-fold-d-container {
    padding: 120px 0px;
}

.reviews-fold-d-header {
    padding: 0px 0px 40px;
}

.reviews-fold-d-header .title span {
    display: block;
    color: var(--primary-color1);
}

div#reviews-fold-d-splide-track {
    width: calc(100% + 30px);
    left: -15px;
}

.animate .reviews-fold-d-header {
    clip-path: inset(0% 0% 0% 40%);
    opacity: 0;
    transition: all 750ms ease;
}

.animate.animate-complete .reviews-fold-d-header {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
    transition: all 750ms ease;
}

.animate div#reviews-fold-d-splide-track {
    opacity: 0;
    transition: all 1000ms ease;
}

.animate.animate-complete div#reviews-fold-d-splide-track {
    opacity: 1;
    transition: all 1000ms ease 500ms;
}

/*== == == Reviews Fold D END == ==+= ==*/

/*=== == == Banner Fold A == == =*/

.banner-folda {
    position: relative;
}

.banner-folda-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banner-folda-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-folda-container {
    position: relative;
    color: white;
    max-width: 1024px;
    margin: 0px auto;
    text-align: center;
}

.banner-folda-content-readmore {
    display: flex;
    justify-content: center;
}

.banner-folda-content-title>p {
    margin: 40px 0px 0px;
}

body #primary .large .readmore,
body #primary .readmore.large {
    width: fit-content;
}

.banner-folda-content-readmore .readmore {
    margin: 0px;
}

.banner-folda-content-title .title {
    margin: 0px;
}

.banner-folda-content {
    padding: 120px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banner-folda-background img {
    filter: brightness(0.5);
}

/*== == = Banner Fold A END == == ==*/

/*== == == Gallery FoldA == == ==*/

.gallery-folda {
    margin: 10px;
}

.gallery-folda .splide__slide {
    display: flex;
}

.gallery-folda .splide__slide img {
    object-fit: cover;
    max-height: 640px;
    border-radius: var(--global-radius);
}

/*== == = =Gallery FoldA END == = ===*/

/* == == HEADER == == */
#masthead .logo {
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
}

.site-header-logo {
    flex: 0 0 130px;
    position: relative;
    box-shadow: 0px 0px 30px -10px #000000a3;
    transition: all 300ms ease;
}

#masthead .logo:hover {
    opacity: .6;
}

#masthead .logo img {
    object-fit: contain;
    display: block;
    height: 80px;
    transition: all 500ms ease;
    object-position: left;
    width: 100%;
    padding: 10px 25px;
    max-width: 80px;
    width: fit-content;
}

.site-header-left,
.site-header-right {
    flex: 1;
}

#page {
    overflow: hidden;
    padding-top: 0px;
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: none;
    transition:
        all 300ms ease;
    border-top: solid 0px white;
}

ul#primary-menu ul.sub-menu li.menu-item.current-menu-item>a {
    background: var(--primary-color2);
    color: white;
}

header#masthead.navbar-fixed-top {
    background: white;
    border-top: solid 1px white;
}

.menu-icons {
    width: 300px;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.header-contactbar {
    background: var(--darkblue);
    display: flex;
    padding: 5px 0px;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
}

.header-contactbar p {
    margin: 0px;
}

.menu-icons lord-icon {
    --lord-icon-primary: var(--primary-color1);
    --lord-icon-secondary: var(--primary-color1);
    --lord-icon-tertiary: var(--primary-color1);
}

#masthead>.row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 40px;
}

#masthead>.row-container::before,
#masthead>.row-container::after {
    content: unset;
}

#masthead #site-navigation {
    display: flex;
    flex: 100;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-right {
    width: 100%;
    position: relative;
}

#masthead ul.sub-menu {
    position: absolute;
    left: -50%;
    top: 130%;
    opacity: 0;
    transition: all .3s ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 240px;
    background: var(--primary-color1);
    display: flex;
    flex-direction: column;
    z-index: 10;
}

#masthead .large-dropdown ul.sub-menu {
    width: 480px;
    left: -350%;
    flex-direction: row;
    flex-wrap: wrap;
}

#masthead .large-dropdown#menu-item-15673 ul.sub-menu {
    left: -10%;
}

#masthead .large-dropdown ul.sub-menu li.menu-item {
    flex: 0 0 calc(100% / 2);
}

#masthead li.menu-item:hover>ul.sub-menu {
    top: calc(100% - 5px);
    opacity: 1;
    pointer-events: all;
}

#masthead #menu-item-15035 ul.sub-menu {
    right: -60px;
    left: unset;
}

#masthead ul#primary-menu {
    display: flex;
    list-style-type: none;
    padding: 0px;
    flex: 1;
    justify-content: flex-end;
    gap: 20px;
}

#masthead ul#primary-menu li.menu-item {
    position: relative;
}

#masthead ul#primary-menu>li>a {
    color: rgba(18, 30, 77, 1);
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 20px;
    width: fit-content;
    position: relative;
}

#masthead ul.sub-menu>li>a {
    display: block;
    padding: 17px 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    position: relative;
    transition: all 300ms ease;
    text-align: left;
}

#masthead ul#primary-menu>li>a:hover::before {
    opacity: 1;
}

#masthead ul.sub-menu>li>a:hover {
    background: var(--primary-color2);
}

#masthead.navbar-fixed-top li.menu-item.menu-item-has-children::before {
    color: white;
}

#masthead ul#primary-menu>li.menu-item-has-children>a {
    padding: 0px 35px 0px 20px;
}

#masthead.navbar-fixed-top div.logo {
    padding: 0px;
}

#masthead .menu {
    list-style: none;
    padding: 0px;
    display: flex;
    flex: 1;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.menu-right-menu-container,
.menu-left-menu-container {
    width: 100%;
}

#masthead .menu a {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    transition: all 500ms ease;
    position: relative;
    font-weight: 400;
    z-index: 5;
}

#masthead .menu a:hover {
    opacity: .4;
}

#masthead.navbar-fixed-top .menu>.menu-item:not(.site-header-button)>a {
    color: #333;
}

.menu-left-menu-container {
    max-width: 400px;
    margin-left: auto;
}

.menu-right-menu-container {
    margin-right: auto;
}

.general-form.site-header-button {
    z-index: 3;
}

.site-header-logo-bottom {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    height: 100%;
}

.site-header-logo-bottom img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    margin: 0px auto;
}

#masthead .logo img {
    clip-path: inset(0% 0% 0% 0%);
    transition: all 1000ms ease 300ms;
}

#masthead.navbar-fixed-top .logo img {
    clip-path: inset(100% 0% 100% 0%);
    height: 40px;
}

#masthead .site-header-logo-bottom img {
    transition: all 500ms ease;
    clip-path: inset(100% 0% 100% 0%);
}

#masthead.navbar-fixed-top .site-header-logo-bottom img {
    transition: all 1000ms ease 300ms;
    clip-path: inset(0% 0% 0% 0%);
}

.site-header-right-button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translatey(-50%);
}

ul#right-menu {
    max-width: 340px;
}

.site-header-right-button a {
    font-size: 16px;
    width: 120px;
    position: relative;
    padding: 10px;
    margin: 0px;
    font-family: 'Poppins';
    transition: all 500ms ease;
}

.site-header-right-button a:hover {
    opacity: .4;
}

.site-header-right-button-icon {
    position: absolute;
    background: #b14c4c;
    width: 50px;
    left: 0px;
    padding: 10px 0px;
    top: -1px;
    transition: all 500ms ease;
    opacity: 0.5;
    z-index: -3;
    transform: scale(0.95);
    display: flex;
    justify-content: center;
    color: white;
}

.site-header-right-button-dropdown {
    position: absolute;
    background: var(--main-background1);
    width: calc(100% + 50px);
    left: -50px;
    top: 33px;
    clip-path: inset(0% 0% 100% 0%);
    transition: all 500ms ease 250ms;
    opacity: .5;
}

.site-header-right-button-dropdown-padding {
    padding: 10px;
}

.site-header-right-button-dropdown-padding p {
    color: #333;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease;
    font-weight: 400;
}

.site-header-right-button-dropdown-padding p:hover {
    color: var(--primary-color1);
}

.site-header-right-button-dropdown-padding p:first-child {
    pointer-events: none;
}

.site-header-right-button:hover .site-header-right-button-icon {
    opacity: 1;
    left: -50px;
    transform: scale(1);
}

.site-header-right-button:hover .site-header-right-button-dropdown {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
}

header#masthead::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0px;
    width: 100%;
    height: 8px;
    background: white;
    z-index: 2;
}

.navbar-fixed-top .site-header-logo {
    box-shadow: 0px 0px 20px -10px transparent;
}

.alt-header header#masthead {
    background: #333;
}

.alt-header header#masthead::before {
    background: #333;
}

.alt-header #masthead.navbar-fixed-top .menu .menu-item:not(.site-header-button)>a {
    color: white;
}

@media (min-width:1024px) {

    .alt-header main#primary {
        padding-top: 140px;
    }

}

#masthead .menu>li {
    positioN: relative;
}

#masthead ul.sub-menu>li>a::before {
    content: '\f324';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    margin-right: 7px;
    font-weight: 200;
}

#masthead li#menu-item-15024.large-dropdown ul.sub-menu {
    left: -240%;
}

/* == == HEADER END == == */

/* == == FOOTER BLOCK == == */
.footer-block {
    padding: 40px 0 20px;
    background: var(--primary-color1);
    width: 100%;
    clear: both;
}

.footer-block ul.footer-list li::before {
    content: '\e404';
    font-family: 'Font Awesome 6 Pro';
    left: -20px;
    position: absolute;
    font-size: 14px;
    top: 0%;
}

.footer-block-item.second,
.footer-block-item.third {
    width: 250px;
}

.footer-block ul li a:hover {
    opacity: .6;
}

.footer-block .row-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-block-item-subtext .subtext {
    font-size: 32px !important;
    text-transform: capitalize;
    margin-bottom: 0px !important;
}

.footer-block-item-subtext {
    margin-bottom: 30px;
}

.footer-block-icons>img {
    max-width: 140px;
}

.footer-block-item>p {
    max-width: 320px;
    font-size: 16px !important;
}

.footer-block .footer-block-item:first-child {
    width: 320px;
    margin-right: 20px;
}

div#phone {
    width: 23%;
}

div#address {
    width: 43%;
}

div#opening {
    width: 33.3%;
}

.footer-block .footer-block-item {
    width: 27%;
    margin-right: 4%;
    position: relative;
    z-index: 2;
}

.footer-block .footer-block-item .readmore {
    width: 210px;
    margin: 0px;
}

.footer-block .footer-block-item#middle {
    width: 30%;
}

.footer-block .footer-block-item#middle li {
    float: left;
    width: 50%;
    padding: 5px 0px;
    list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
    color: white;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    transition: all .33s ease;
    font-size: 14px;
}

#footer-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-block-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
}

.footer-block .footer-block-item#middle li a::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform:
        translateY(-50%);
    -webkit-transform:
        translateY(-50%);
    left: -20px;
    color: #37a9a8;
    font-size: 8px;
    font-family: fontawesome;
}

.footer-block .footer-block-item#middle li:hover a {
    letter-spacing: 1px;
}

.footer-block .footer-block-item:last-of-type {
    margin-right: 0;
    flex: 1;
}

.footer-block .footer-block-item p {}

#footer-times p {
    color: #aaa;
}

.footer-block ul {
    margin: 0 0 1.5em 0em;
    float: left;
    width: 100%;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    flex-direction: column;
}

.footer-block ul.footer-list {
    padding-left: 20px;
}

.footer-block .footer-block-item p.subtitle {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
    color: white !important;
}

.footer-block-item-icon img {
    max-width: 220px;
}

.footer-block-item-icon {
    margin-bottom: 20px;
}

.footer-block .footer-block ul li::before {
    content: '';
}

.footer-block-item.second,
.footer-block-item.third {
    width: 260px;
    margin-right: 30px;
}

.newsletter-folda-header-title {
    margin-bottom: 30px;
}

.newsletter-folda-wrapper {
    color: white;
}

.fa-tripadvisor:before {
    font-family: 'Font Awesome 5 Brands';
}

.footer-block :is(li, p, a),
.footer-block ul :is(li, p, a) {
    font-size: 15px;
    !;
    !i;
    !;
    line-height: 1.2;
}

.footer-block .footer-block-item p.subtitle {
    font-size: 26px;
}

/* == == FOOTER BLOCK END == ==*/

/*== == == Newsletter FoldA == == ==*/

.newsletter-fodla {}

.newsletter-folda-header-title p.title {
    margin: 0px;
}

.newsletter-folda-wrapper :is(label, p) {
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
}

.newsletter-folda-input {
    flex: 1;
    display: flex;
    gap: 30px;
}

.newsletter-folda-input-field-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.newsletter-folda-input-field-textbox input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    padding: 20px 20px;
    font-family: 'Poppins';
    font-size: 20px;
    margin-bottom: 20px;
}

.newsletter-folda-input-field-checkbox {
    font-family: 'Poppins';
}

.newsletter-folda-input-field-checkbox {}

.newsletter-folda-input :is(label, p) {}

.newsletter-folda-input-field-checkbox label a {
    color: white;
    font-weight: 500;
}

.newsletter-folda-input-field-textbox input::placeholder {
    text-transform: uppercase;
    font-style: italic;
}

.newsletter-folda-input-field-submit p {
    margin: 0px;
}

.newsletter-folda-input-field-submit {
    display: flex;
    padding-top: 30px;
    gap: 10px;
    transition: all 500ms ease;
}

.newsletter-folda-input-field-submit p {
    text-transform: uppercase;
    font-style: italic;
}

.newsletter-folda-input-field-submit lord-icon {
    transform: translatey(-10px);
}

.newsletter-folda-input-field-submit:hover {
    opacity: .6;
    cursor: pointer;
}

.newsletter-folda-header-title h2.title {
    margin: 0px;
}

/*== == == Newsletter FoldA END == == == =*/

/* == == == MWM FOOTER == == == */
#footer {
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    background: #333;
    clear: both;
}

#footer>.row-container {
    position: relative;
}

#footer-multi-web {
    float: none;
    text-align: center;
    margin: 0px auto;
    max-width: 350px;
    color: white;
}

#footer-multi-web p {
    font-size: 13px !important;
    padding-bottom: 0px;
    margin-top: 0px;
    z-index: 20;
    position: relative;
    margin-bottom: 10px;
}

#footer-multi-web p:last-of-type {
    margin-bottom: 0px;
}

#footer a {
    color: white;
}

span#footer-highlight {
    position: relative;
    font-weight: bold;
    z-index: -4;
    text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
    content: "";
    background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 70px;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}

.policy-wrapper {
    padding: 50px 0px;
}

.date-sitename {
    position: absolute;
    left: 0px;
    top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
    margin: 0px;
    font-size: 16px;
}

#footer .row-container>p,
.privacy-site.moduletable {
    width: 30%;
    color: white;
}

#footer .privacy-text,
#footer .socials {
    float: right;
}

.footer-block-item-list {
    width: 100%;
    height: 100%;
}

.footer-block ul li {
    width: calc(100% / 1);
    font-size: 17px;
    color: white;
    list-style: none;
    position: relative;
}

.footer-block ul li a {
    color: white;
    transition: all 0.5s ease;
}

#footer .privacy-text {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    line-height: 14px;
}

#footer .socials a {
    display: block;
    float: left;
}

#footer .socials i {
    font-size: 40px;
    margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
    font-size: 36px;
}

div#footer a:hover {
    transform: scale(0.95);
    opacity: 0.7;
}

div#footer a {
    transition: all 500ms ease;
    font-family: 'Poppins';
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0px;
    gap: 40px;
}

.address-wrap {
    max-width: 320px;
    width: 100%;
}

.contact-card {
    flex: 1;
}

.address-wrap ul li {
    list-style-type: none;
    margin-bottom: 8px;
}

.address-wrap ul :is(li, p) {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.address-wrap ul :is(li, p) a {
    color: var(--primary-color1);
    font-weight: 600;
}

.address-wrap h1,
h3.contact-title {
    font-size: 37px;
    color: var(--color1);
    margin-bottom: 0px;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 0px 0px 15px;
    position: relative;
    padding-left: 0px;
}

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    color: gray;
    font-size: 20px;
    border: solid;
    padding: 12px;
    border-radius: 50%;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    border-width: 2px;
    border-color: var(--primary-color1);
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
}

.address-wrap ul.email::before {
    content: "\f0e0";
    top: -5px;
}

.form-name,
.form-email {
    width: 49%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name {
    margin-right: 2%;
}

.form-phone {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    line-height: 0;
}



.popup-form-wrapper input,
.popup-form-wrapper textarea,
.sgpb-gdpr-info,
.sgpb-gdpr-label-wrapper,
.popup-form-wrapper select,
.wpcf7 .form-field textarea,
.wpcf7 .form-field select {
    width: 100% !important;
    background: white;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    letter-spacing: 0px;
    margin: 0;
    max-width: 100%;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    border: solid 0px #ccc;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 14px;
}

.popup-form-wrapper {
    border-color: var(--primary-color1);
    border-radius: 10px;
    background: #ececec;
}

div#popup-wedding-form {
    height: 350px;
}

@media (max-width:1024px) {

    div#popup-wedding-form {
        height: 270px;
    }

}

.popup-close {
    background: var(--primary-color1);
    border-color: white;
    border-width: 2px;
}

.pweb-title .subtext {
    margin: 0px;
}

div#popup-general-form {
    background: whitesmoke;
}

.popup-form-wrapper .wpcf7 {
    overflow: auto;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.pweb-title {
    text-align: center;
    padding: 25px 0px;
    position: relative;
    width: calc(100%);
    background: var(--primary-color1);
    color: white;
    margin-bottom: 20px;
}

.pweb-title .subtitle {
    margin: 0px;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
}

.contact-card .subtitle {
    margin-bottom: 20px;
    color: var(--primary-color1);
}

/* General form styling */
.contact-card .wpcf7-form {
    margin: 0 auto;
    border-radius: 8px;
}

.contact-card .wpcf7-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.wpcf7-form input:not(.readmore),
.wpcf7-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-width: 3px;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Poppins';
}

.contact-card :is(.wpcf7-form input:not(.readmore),
    .wpcf7-form textarea) {
    border-color: #ccc;
    border-style: solid;
}

/* Focus states */
.contact-card:is(.wpcf7-form input:focus,
    .wpcf7-form textarea:focus) {
    outline: none;
    border-color: var(--primary-color1);
}

/* Styling for the input fields */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea {
    font-size: 14px;
}

.contact-folda .wpcf7-form-control.wpcf7-textarea {
    margin-top: 3px;
}

/* Placeholder text styling */
.wpcf7-form-control::placeholder {
    color: #999;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--primary-color1);
}

/* Privacy details styling */
.privacy-details {
    font-size: 14px;
    margin-top: 10px;
}

.privacy-details a {
    color: var(--primary-color1);
    font-weight: 700;
}

/* Styling for the spinner */
.wpcf7-spinner {
    display: none;
    margin-left: 10px;
    border: 2px solid #ccc;
    border-top: 2px solid #5e92f3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
}

/* Error or success messages */
.wpcf7-response-output {
    padding: 10px;
    margin-top: 20px;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.3);
    transition:
        all .25s ease .25s;
}

.popup-form-wrapper input.wpcf7-submit {
    background: var(--primary-color1);
    border: none;
    text-align: center;
    margin-bottom: 10px;
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition:
        all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform:
        translate(-50%, -50%);
    -webkit-transform:
        translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition:
        all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition:
        all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition:
        all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input,
#sgpb-popup-dialog-main-div textarea,
.sgpb-gdpr-info,
.sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.contact-form-fields {
    padding: 0px 20px 20px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper>p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 0px;
    flex: 0 0 100%;
    display: flex;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.form-field label {
    flex: 1;
    display: flex;
}

.form-field label span {
    display: flex;
    flex: 1;
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: #bd1819;
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.contact-form-wrapper~p:nth-of-type(0n+1) {
    margin: 0px;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form>p {
    margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition:
        all 0.5s ease;
    transition:
        all 0.5s ease;
    background: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Poppins';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
    margin-top: -10px;
}

.contact-card label {
    font-size: 18px;
    margin: 0px;
}

/*== == == CONTACT FORM END == == ==*/

/*== == System Pages == ==*/
.policy-wrapper h5,
.policy-wrapper h6 {
    font-size: 22px;
}

/*== == System Pages END == ==*/

#splw-location-weather-16312.splw-main-wrapper.horizontal {
    margin-bottom: 0px !important;
}

.weather-fold {
    padding: 80px 0px;
}

.mobile-only {
    display: none;
}

@media (max-width:768px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .weather-inner {
        padding: 0px 20px !important;
    }
}

.weather-inner {
    position: relative;
    padding: 0px 40px;
}

.weather-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px 0px;
    box-sizing: border-box;
}

.weather-background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#splw-location-weather-16314.splw-main-wrapper {
    margin: -40px 0px !important;
    margin-left: auto !important;
}

.our-range-fold-wrapper>div {
    flex: 0 0 calc(50% - 40px);
    border-radius: var(--global-radius);
    overflow: hidden;
}

.our-range-fold-wrapper div.pagination {
    flex: 1 0 100%;
}