/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
body {
    margin: 0px;
	background: white;
}

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

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

.title {
    display: block;
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: 400;
}

.subtitle {
    display: block;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 500;
}

.subtext {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

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

p {
    font-size: 17px;
    line-height: 26px;
    margin: 0px 0px 10px 0px;
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
}

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 180px;
    padding: 15px 10px;
    background: var(--primary-color1);
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    text-transform: uppercase;
}
.readmore:hover, .readmore.alt:hover {
    background:var(--primary-color2);
}
.readmore.alt {
    background:var(--primary-color3);
}

.accordion-content ul.services-list {
    margin-bottom: 0px;
}

ul.services-list {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

ul.services-list > li {
    position: relative;
}

ul.services-list > li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    color: var(--primary-color1);
    position: absolute;
    left: -20px;
    top: 4px;
}

ul.sub-menu > li {
    flex: 0 0 50%;
}

ul.sub-menu > li > a {
    text-transform: uppercase;
    display: block;
    padding: 8px 12px;
    transition: all 500ms ease;
    color: #333;
}

ul.sub-menu > li > a:hover {
    opacity: .4;
}

ul.sub-menu > li > a::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 8px;
}

ul.sub-menu > li:nth-of-type(n) {
    flex: 0 1 43%;
}

ul.sub-menu > li:nth-of-type(2n) {
    flex: 1 0 50%;
}

ul.splide__pagination {
    padding-left: 0px;
    width: 300px;
    margin: 0px auto;
    padding-top: 20px;
    gap: 15px;
}

ul.splide__pagination > li {
    display: flex;
    flex: 1;
}

ul.splide__pagination > li > button {
    padding: 3px;
    width: 100%;
    border: none;
    background: var(--primary-color1);
    transition: all 500ms ease;
    cursor: pointer;
    opacity: .4;
}

ul.splide__pagination > li > button.is-active {
    opacity: 1;
}

.reviews-folda-slider-item-content-inner p {
    margin: 0px;
}

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

.content-header {
    text-align: center;
    padding: 75px 0px 50px;
}

.fa-user:before, .fa-shopping-cart:before, .fa-heart:before {
    font-family: 'Font Awesome 5 Pro';
}

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


/*== == == Policies Page == == ==*/

.policies-folda-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 0px;
}

.policies-folda-item {
    flex: 0 0 calc(100% / 4 - 23px);
    display: flex;
}

.policies-folda-item-img img {
    max-height: 160px;
    max-width: 230px;
    margin: 0px auto;
}

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

.policies-folda-item-img {
    flex: 1;
}

.policies-folda-item-header h2 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0px;
}

.policies-folda-item-readmore {
    display: flex;
}

.policies-folda-item-readmore .readmore {
    flex: 1;
    margin: 0px;
}

.policies-folda-item-padding {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    flex: 1;
}

.page-template-policies-template div#ebook-fold {
    background: whitesmoke;
}

	/*== == == Policies Page END == == ==*/


/*== == WISHLIST == ===*/

.module-fold-n-slider-item-wishlist .yith-wcwl-add-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.yith-wcwl-wishlistaddedbrowse {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.yith-wcwl-wishlistaddedbrowse > a {
    color: white;
    background: var(--primary-color1);
    display: block;
    padding: 5px;
    width: 140px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.yith-wcwl-wishlistaddedbrowse > span.feedback {
    color: #333;
}

.module-fold-n-slider-item-wishlist .yith-wcwl-add-button span {
    display: none;
}

.module-fold-n-slider-item-wishlist .yith-wcwl-add-button i {
    font-size: 32px;
    line-height: 1;
    color: var(--primary-color1);
    transition: all 300ms ease;
}

.module-fold-n-slider-item-wishlist .yith-wcwl-add-button:hover {
    opacity: .6;
}

	/*== == WISHLIST END == ==*/

/*== == SIDE CART == ==*/

.xoo-wsc-container a {
    color: var(--primary-color1);
}

a.xoo-wsc-ft-btn:nth-child(3) {
    background: var(--primary-color1);
    color: white;
    padding: 10px;
}

	/*== == SIDE CART END == ==*/

/*== == VIDEO == ==*/

.video-replace {
    width: 100%;
    display: flex;
}

.video-fold-container.product-video-popup {
    width: 180px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-color1);
    padding: 10px;
    margin-bottom: 15px;
    color: white;
    cursor: pointer;
    transition: all 500ms ease;
}

.video-fold-container.product-video-popup p {
    margin: 0px;
}

.video-fold-container.product-video-popup i {
    color: white;
    font-size: 32px;
}

.video-fold-container.product-video-popup:hover {
    background: var(--primary-color2);
}

	/*== == VIDEO END == ==*/

/*== == ACCORDION == ==*/

.accordion-fold {
    padding: 75px 0px;
    position: relative;
}

.accordion-fold.padding {
    padding: 50px 0px;
}

.accordion-fold .title {
    text-align: center;
    margin-bottom: 50px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    background: #f9f9f9;
}

.header-wrapper:hover {
    opacity: 0.4;
}

.accordion-btn p {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 4px;
    margin: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.accordion-btn.opened p.close-btn {
    opacity: 1;
}

.accordion-btn.closed p.open-btn {
    opacity: 1;
}

.accordion-fold-wrapper.extended{
    max-height: 2500px;
}

.accordion-fold-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: whitesmoke;
}

.accordion-content {
	padding: 20px 20px 20px 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background: none;
	color: black;
	position: relative;
	background: whitesmoke;
}

.product-folda-readmore-main {
    margin-bottom: 20px;
}

.accordion-content p:last-child {
	margin: 0px;
}

.accordion-fold-wrapper.extended 
> h3 {
    padding-top: 20px;
	border: solid 2px #333;
}

.accordion-btn i {
    font-size: 20px;
    margin-top: 10px;
    cursor: pointer;
    color: #333;
}

.accordion-header {
    padding-right: 60px;
    margin: 0px;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    gap: 15px;
    margin-top: 15px;
}

	/*== == ACCORDION END === ==*/

/*== FOLD1 ==*/

.fold-1-content-title .title {
    margin: 0px;
}

.fold-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fold-1-content-title .subtitle {
    color: var(--primary-color1);
    margin: 0px;
    font-weight: 500;
}

.fold-1-content-title .title {
    color: white;
}

.fold-1-content-readmore .readmore {
    color: white;
    border-color: white;
}

.fold-1-background::before {
    content: '';
    background: #3f3f3f;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.fold-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fold-1 {
  position: relative;
}

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

.fold-1-background img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.fold-1-content {
  padding: 60px 0 60px 0;
  text-align: center;
  max-width: 1024px;
  margin: 0px auto;
  width: 100%;
  position: relative;
}

.fold-1-content:has(.term-description) .title{
	margin-bottom:20px;
}

.fold-1-content:has(.term-description){
	color:white;
}

.fold-1-content:has(.term-description) p{
	margin:0px;
}

.fold-1-content .readmore {
  margin: 0 auto;
}

    /*== == FOLD1 END == ==*/

/*== == MODULE FOLD N == ==*/

.module-fold-n-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.module-fold-n-header-title :is(.subtext, .title) {
    margin: 0px;
}

.product-slider .splide__slide {
    display: flex;
}

.module-fold-n-header-buttons {
    display: flex;
    gap: 10px;
}

.module-fold-n-container {
    padding-top: 100px;
}

.module-fold-n-header-buttons button {
    display: block;
    width: 150px;
    font-size: 16px;
    line-height: 1.1;
    font-family: 'Poppins';
    background: whitesmoke;
    border: solid 2px transparent;
    padding: 12.5px;
    cursor: pointer;
    transition: all 500ms ease;
    text-transform: uppercase;
    color: #333;
}

.module-fold-n-header-buttons button:hover  {
    opacity:.6;
}

.module-fold-n-header-buttons button.active {
    background: var(--primary-color1);
    color: white;
    border-color: white;
    padding: 17.5px 0px;
}

.module-fold-n-header-title-top .subtext {
    color: var(--primary-color1);
}

.module-fold-n-slider-item {
    position: relative;
    transform: scale(0.95);
    background: whitesmoke;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.module-fold-n-slider-item-background img {
    width: 100%;
    height: 100%;
}

.module-fold-n-slider-item-content-inner p:last-child {
    font-weight: 600;
}

.module-fold-n-slider-item-content {
    position: relative;
    padding: 25px 25px;
    transition: all 500ms ease;
    flex: 1;
    display: flex;
}

.module-fold-n-slider-item-content-padding :is(.readmore, p, .subtext) {
    margin: 0px;
}

.module-fold-n-slider-item-content-padding {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    flex: 1;
    justify-content: flex-end;
}

.module-fold-n-slider-item-front .subtext {
    margin: 0px;
    color: white;
}

.module-fold-n-slider {
    display: none;
}

.module-fold-n-slider.active {
    display: block;
}

.module-fold-n-header-buttons button img {
    margin: 0px auto 10px;
}

.module-fold-n-header-buttons button.active img {
    filter: brightness(11);
}

.module-fold-n-slider-item-background img {
    max-height: 300px;
    object-fit: contain;
    padding: 0px 0px 0px;
    background: #eaeaea;
}

.module-fold-n-slider-item-content-readmore {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-self: flex-end;
    align-self: flex-end;
}

.module-fold-n-slider-item-content-readmore .readmore {
    font-size: 14px;
}

.module-fold-n-slider-item-content-readmore .readmore {
    width: 100%;
}

.module-fold-n-slider-item-content-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.module-fold-n-slider-item-content-header > .subtext {
	font-size:18px;
	line-height:1;
}

.module-fold-n-slider-item-content-inner p:first-child {
    font-size: 14px;
    line-height: 20px;
    color: gray;
}

.module-fold-n-slider-item-content-header img {
    margin-bottom: 14px;
    max-width: 150px;
}

.module-fold-n-slider-item-background {
    position: relative;
}

    /*== == MODULE FOLD N END == ==*/

/*== == MODULE FOLD D === ==*/

.module-fold-d {
    background: var(--primary-color1);
}

.module-fold-d .splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-fol-d .splide__track {
    flex: 1;
}

.module-fold-d-item-content p {
    margin: 0px;
}

.module-fold-d-item {
    color: white;
    flex: calc(100% / 4);
    text-align: center;
    border-right: solid 2px #ffffff94;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

.module-fold-d-wrapper {
    padding: 40px 0px;
}

.module-fold-d-item-content p:not(.subtext) {
    font-size: 14px;
    line-height: 20px;
}

    /*== == MODULE FOLD D END == ==*/

/* == == HEADER == == */
div.logo {
    float: none;
    max-width: 300px;
}

div.logo img {
    object-fit: contain;
    display: block;
    height: 100px;
}

#page {
    padding-top: 147px;
}

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

header#masthead.navbar-fixed-top {
    top: -55px;
}

#masthead > .row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0px 20px;
}

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

#masthead #site-navigation {
    max-width: 767px;
    margin-right: 0px;
    margin-left: auto;
}

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

#masthead ul.sub-menu {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition:
        all .5s ease;
    background: whitesmoke;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 12px -3px #0000005e;
    background: url('/wp-content/uploads/2024/07/fastasleep-break-background.jpg.webp');
}

#masthead ul.sub-menu > li > a::before {
    color: var(--primary-color1);
}

#masthead .small-dropdown ul.sub-menu {
    flex-direction: column;
    width: 310px;
}

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

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

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

ul#primary-menu > li > a {
    color: #333;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    transition:all 300ms ease;
}

ul#primary-menu > li.current-menu-item > a {
    color: var(--primary-color1);
}

ul#primary-menu > li > a:hover {
    color:var(--primary-color1);
}

.site-header-woocommerce-icons {
    display: flex;
    gap: 20px;
}

.site-header-woocommerce-icons a {
    font-size: 24px;
    color: #333;
    transition: all 500ms ease;
}

.site-header-woocommerce-icons a:hover {
    font-size: 24px;
    color: var(--primary-color1);
    transition: all 300ms ease;
}

.site-header-top-container {
    display: flex;
    justify-content: space-between;
}

.site-header-top-container-block p {
    margin: 0px;
}

.site-header-top-container-block {
    display: flex;
    gap: 15px;
}

.site-header-top {
    padding: 15px 20px;
    background: var(--primary-color1);
    color: white;
}

.site-header-top-container-block :is(p, a, i) {
    font-size: 20px;
    color: white;
    line-height: 1;
}

li#menu-item-14851 > ul.sub-menu > li {
    flex: 1;
}

.dropdown-menu-wrapper {
    display: flex;
    padding: 30px;
    gap: 15px;
}

.dropdown-menu-block > a > .dropdown-menu-block-content {
    background: var(--primary-color1);
    color: white;
    text-transform: uppercase;
}

li#menu-item-14851 > ul.sub-menu {
    width: 1040px;
    left: -480px;
    background: #eeeeee;
}

.dropdown-menu-block {
    flex: calc(100% / 4);
    display: flex;
    background: white;
}

.dropdown-menu-block > a {
    display: flex;
    flex-direction: column;
    transition: all 300ms ease;
}

.dropdown-menu-block > a > .dropdown-menu-block-content {
    display: flex;
    flex: 1;
    align-items: center;
}

.dropdown-menu-block-content > p {
    margin: 0px;
    flex: 1;
}

.dropdown-menu-block-content {
    padding: 10px;
    text-align: center;
}

.dropdown-menu-block-img > img {
    height: 200px;
    object-fit: cover;
}

.dropdown-menu-block > a:hover {
    opacity: .6;
}

.site-header-woocommerce-icons a p {
    position: absolute;
    top: -7px;
    right: -11px;
    margin: 0px;
    background: var(--primary-color1);
    width: 20px;
    height: 20px;
    color: white;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    border-radius: 50%;
}

.site-header-woocommerce-icons a {
    position: relative;
}

.woocommerce-message {
    color: black;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    z-index: 5;
    top: 7px;
}

.woocommerce-message a {
    color:white;
    font-weight:600;
}

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
    position: absolute;
    width: 45%;
    height: 100%;
    left: 40px;
    top: 0px;
}

.ebook-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ebook-form-text .subtitle {
    margin-bottom: 0px;
}
.ebook-form-text .title span {
    color: var(--primary-color1);
}

#ebook-fold .ebook-form-text .title ~ p {
    margin-bottom: 10px;
}

.ebook-form-fields ~ .privacy-text p {
    font-size: 14px;
    line-height: 20px;
}

.ebook-form-fields ~ .privacy-text p a {
    color: var(--primary-color1);
}

input.readmore {
    margin: 0px;
    width: 200px;
}

.ebook-form-fields ~ .privacy-text {
    margin-bottom: 10px;
}

div#ebook-fold .ebook-form input.wpcf7-text {
    background: #f2f2f2;
    border: solid 2px #ccc;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 18px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
    font-size: 18px;
    line-height: 18px;
}

div#ebook-fold .ebook-form .ebook-form-fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
    flex: 0 0 48%;
}

div#ebook-fold {
    padding: 170px 0px;
    width: 100%;
    overflow: hidden;
    background: white;
    position: relative;
    z-index: 3;
}

.ebook-fold-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    z-index: 5;
    gap: 40px;
}

.ebook-fold-inner .ebook-image, .ebook-fold-inner .ebook-form {
    flex: 0 0 calc(50% - 20px);
}

.sub-btn {
    position: relative;
}

.sub-btn::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/06/icon-button.png) no-repeat center / contain;
    top: 0;
    left: -3px;
    z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
    display: none;
}

.privacy-text a {
    color: #bd1819;
}

.brochure div#ebook-fold {
    margin-top: 0px;
}

/*== eBook Form END ==*/


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

.footer-block-socials {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.footer-block-socials-item a {
    font-size: 40px;
    color: white;
}

.footer-block-item-icon {
    display: flex;
}

.footer-block-item-list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
}

.footer-block-item-list ul li {
    flex: 0 0 50%;
    margin-bottom: 10px;
}

.footer-block-item-list ul li a {
    color: white;
    position: relative;
    display: block;
    padding-left: 20px;
    width: fit-content;
}

.footer-block .footer-block-item:first-child {
    flex: 0 1 calc(100% /3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-block-item-list ul li a::before {
    content: '\f054';
    position: absolute;
    font-family: 'Font Awesome 6 Sharp';
    left: 0px;
    top: 3px;
}

  .footer-block .row-container {
      display: flex;
      align-items: flex-start;
      gap: 60px;
      flex-wrap: wrap;
      row-gap: 0px;
  }

.footer-block-bottom-address p {
    font-size: 14px;
    line-height: 20px;
    color: white;
    margin: 0px;
}

.footer-block-bottom-address {
    max-width: 370px;
}

.footer-block .row-container .footer-block-item:nth-of-type(3) ul {
    flex-direction:column;
}

.footer-block .row-container .footer-block-item:nth-of-type(3) {
    flex: 0 0 200px;
}


.footer-block-social-logos {
    flex: 1 0 100%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-block-social-logos img {
    max-width: 80px;
    max-height: 30px;
    border-radius: 10px;
    padding: 3px;
    object-fit: contain;
}

  div#phone {
      width: 23%;
  }
  
  div#address {
      width: 43%;
  }
  
  div#opening {
      width: 33.3%;
  }
  
  .footer-block .footer-block-item {
      position: relative;
      z-index: 2;
      flex: 0 0 30%;
      color:white;
  }
  .footer-block .footer-block-item:last-of-type {
  flex: 0 1 25%;
  }
  
  .footer-block .footer-block-item p {
      margin-bottom: 10px;
      line-height: 28px;
  }

.footer-block .footer-block-item .subtext {
    color: white;
}

  .footer-block ul {
      margin: 0 0 1.5em 0em;
      float: left;
      width: 100%;
      padding-left: 0px;
  }
  
  .footer-block .footer-block-item p.subtitle{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white;
  }

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

.footer-block .footer-block-item:last-of-type p a {
    color: white;
    font-weight: 600;
}

.footer-block .footer-block-item:last-of-type p {
    margin: 0px;
}

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

.footer-block .footer-block-item a {
    transition: all 500ms ease;
}

.footer-block .footer-block-item a:hover {
    opacity: 0.6;
}

.footer-block-item-lower {
    display: flex;
    gap: 10px;
    flex-direction: column-reverse;
}

.footer-block .footer-block-item-lower-contact p {
    margin: 0px;
    font-weight: 500;
}

.footer-block-item-lower-contact p a {
    color: white;
}

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

/* == == == MWM FOOTER == == == */
#footer {
    padding: 50px 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;
}

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

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

#footer a {
    color: white;
    font-family: 'Poppins';
}

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;
}

.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 .privacy-text {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-210%);
    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;
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {
    padding: 100px 0px;
}

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

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

.address-wrap {max-width: 290px;}

.contact-card {flex: 1;}

.address-wrap ul li {
    list-style-type: none;
}

.address-wrap ul li a {
	color:var(--primary-color1);
	font-weight:500;
}

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

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    left: 10px;
    position: absolute;
    top: 0px;
    color: var(--primary-color1);
    font-size: 30px;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
    line-height: 0px !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;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    background: whitesmoke;
    font-family: 'Poppins';
}

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

.contact-card .sub-btn {
    float: right;
}
/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
    font-family: 'Poppins';
    --primary-color1: #00a9e2;
    --primary-color2: #3cc1ed;
    --primary-color3: #2488a9
}

.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-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: 10px;
    flex: 0 0 100%;
}

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

.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;
}

.pweb-title {
    background: var(--primary-color1);
    color: white;
    border-top-left-radius: 20px;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 20px;
}

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

.popup-form-wrapper input, .popup-form-wrapper textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper, .popup-form-wrapper select {
    font-family: 'Poppins';
    border-radius: 0px;
    padding: 12px;
}

.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;
}

.contact-section :is(.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea) {
    background: white;
}

.contact-card .wpcf7 textarea{
	margin-top:5px;
	margin-bottom:5px;
}

.wpcf7 .form-field textarea {
    margin-top: 0px;
}

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

.popup-form-wrapper h3 {
    background: var(--primary-color1);
    border-radius: 20px;
    border-top-right-radius: 0px;
}

.popup-form-wrapper {
    border: none;
}

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

.popup-close {
    background: var(--primary-color1);
    border: none;
}

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

section.error-404.not-found {
    padding: 100px 0px;
}

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