/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
.policy-wrapper {
    padding: 240px 0px 70px;
}

body {
    margin: 0px;
    background: white;
    font-family: "Montserrat";
    --green: #b3d335;
    --grey: #4c4b4b;
    --grey-gradient: linear-gradient(0deg, var(--grey) 0%, #767575 50%);
}

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

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

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

span.block {
    display: block;
}

span.grey {
    color: var(--grey);
}

span.bold {
    font-weight: 600;
}

span.green{
    color: var(--green);
}

.subtitle {
    display: block;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #aaa;
    margin: 0;
}

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

p {
    font-size: 15px;
    line-height: 26px;
    margin: 0px 0px 20px 0px;
}

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

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 180px;
    padding: 10px 10px;
    background: var(--green);
    color: white;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 0px;
    margin-top: 20px;
    transition: all 300ms ease;
    cursor: pointer;
    border-radius: 10px;
}
.readmore:hover {
    opacity: .5;
}
.footer-block-item > a {
    color: var(--green);
    display: block;
    margin-bottom: 20px;
}

ul.splide__pagination {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.splide__pagination li {
    display: block;
}

.splide__pagination li button {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: solid 1px #ddd;
}

.splide__pagination li button.is-active {
    background: var(--green);
}

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

.menu-lower {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}

.menu-left {
    flex: 0 0 300px;
}

.menu-right a {
    color: white;
    text-align: right;
    font-weight: 500;
}

.menu-left p {
    color: var(--green);
    font-weight: 500;
    margin: 0;
}

.socials {
    display: flex;
    gap: 10px;
}

.menu-left .socials i {
    color: white;
    font-size: 30px;
    line-height: 30px;
}

.footer-block .socials i {
    color: var(--green);
    font-size: 40px;
    line-height: 40px;
}


div.logo {
    float: none;
    max-width: 280px;
    transition: all .5s ease;
}

div.logo * {
    object-fit: contain;
    display: block;
    height: auto;
}

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

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

.navbar-fixed-top div.logo {
    max-width: 130px;
}

header#masthead.navbar-fixed-top {
    padding: 0px 0px;
    top: -92px;
}

.navbar-fixed-top .menu-upper{
    padding: 15px 20px;
}

.menu-wrapper{
    display: flex;
    flex-direction: column;
    background: var(--green);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu-upper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    background: var(--grey-gradient);
    transition: all .5s ease;
}

.menu-middle {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.readmore-wrapper{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.readmore-wrapper .readmore{
    margin: 0;
}

.menu-right .readmore {
    margin: 0;
}

#masthead #site-navigation {
    width: 100%;
    max-width: 1400px;
}

.menu-right {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 300px;
    flex-direction: column;
    gap: 5px;
}

ul.sub-menu {
    position: absolute;
    left: -20px;
    top: 50%;
    opacity: 0;
    transition:
        all .5s ease;
    background: white;
    list-style: none;
    padding: 0px;
    width: 300px;
    background: var(--grey-gradient);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  
    pointer-events: none;
}
ul.sub-menu ul.sub-menu {
    left: 100%;
}
ul.sub-menu li.menu-item:hover > ul.sub-menu {
    top: 0;
}
li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 0px);
    opacity: 1;
    pointer-events: all;
}

.top-phone a {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 10px;
    color: #333;
    width: fit-content;
    margin-right: 0px;
    margin-left: auto;
}

ul#primary-menu {
    justify-content: space-between;
    display: flex;
    list-style-type: none;
    padding: 0px;
    gap: 20px;
    width: 100%;
    margin: 0;
}

ul#primary-menu li.menu-item {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #ffffff77;
    padding: 10px 0px;
}

ul#primary-menu li.menu-item:last-child {
    border: 0;
}

ul#primary-menu > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .5s ease;
}

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

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

/* == == HEADER END == == */
/*== eBook Form ==*/


.privacy-text p {
    font-size: 14px;
    line-height: 14px;
}

.ebook-image {
    position: absolute;
    width: 50%;
    background: #d3d3d3;
    display: flex;
    align-items: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

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

.ebook-form-text .subtitle {
    margin-bottom: 0px;
}

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

input.readmore {
    margin: 0px;
}

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

div#ebook-fold .ebook-form input.wpcf7-text {
    background: whitesmoke;
    border: solid 1px #ccc;
    padding: 15px 15px;
    border-radius: 14px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    box-sizing: border-box;
}

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;
    justify-content: space-between;
    flex-direction: row;
    margin: 20px 0px;
}

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

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

.ebook-fold-inner {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row-reverse;
    z-index: 5;
    gap: 60px;
    background: var(--offwhite);
    border-radius: 50px;
    overflow: hidden;
}

.ebook-fold-inner .ebook-form {
    flex: 0 0 calc(50% - 100px);
    padding: 100px 0px 100px 0px;
}

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

p a:not([class]) {
    color: var(--green);
}

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

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
  .footer-block {
      padding: 30px 0;
      position: relative;
      background: #1e1e1e;
      width: 100%;
      clear: both;
  }
  
  .footer-block .row-container {
      display: flex;
      align-items: flex-start;
  }
  
  div#phone {
      width: 23%;
  }
  
  div#address {
      width: 43%;
  }
  
  div#opening {
      width: 33.3%;
  }
  
  .footer-block .footer-block-item {
      width: 30%;
      margin-right: 5%;
      position: relative;
      z-index: 2;
  }
  
  .footer-block .footer-block-item#middle {
      width: 55%;
      margin-right: 10%;
  }
  
  .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: #aaa;
      list-style-type: none;
      position: relative;
      font-weight: 300;
      transition: all .33s ease;
  }
  
  .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: var(--green);
      font-size: 12px;
      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;
  }
  
  .footer-block .footer-block-item p {
      color: #aaa;
      margin-bottom: 10px;
      line-height: 28px;
  }

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

.footer-block-item.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 20%;
}

.footer-block .socials {
    width: 100%;
    justify-content: space-between;
}

.footer-block-item.footer-logo img {
    width: 100%;
    height: auto;
}

  /* == == FOOTER BLOCK 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;
}

#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;
    color: white;
}

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

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

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

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

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

.address-wrap {
    width: 30%;
}

.contact-card {
    width: 65%;
}

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

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

.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(--green);
    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: 15px 20px;
    border-radius: 15px;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 15px;
    background: whitesmoke;
    font-family: 'Montserrat';
}

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

.contact-card .sub-btn {
    float: right;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
    padding: 15px 30px;
    text-align: center;
    box-sizing: border-box !important;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: var(--green);
    color: white;
    font-weight: 400;
    border: solid 1px  black;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
    -webkit-appearance: inherit;
    margin: 10px 0px;
}

/*== == 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-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;
}

#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: var(--green);
}

#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 var(--green) !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px var(--green);
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: var(--green);
    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: var(--green) !important;
    font-weight: 400;
    border: solid 1px var(--green) !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    text-align: left;
}

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

.wpcf7 textarea {
    width: 100%;
    height: 150px;
}

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

/*== == == 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 == ==*/

ul#primary-menu .sub-menu li.menu-item {
    justify-content: flex-start;
    padding: 0;
}

ul#primary-menu .sub-menu li.menu-item a {
    padding: 10px;
    color: white;
    display: block;
    width: 100%;
    transition: all .5s ease;
}

ul#primary-menu .sub-menu li.menu-item a:hover {
    background: var(--green);
}

.case_study-template-default .content-fold-j-img {
    border-radius: 0;
}

.case_study-template-default .content-fold-j-img img {
    border-radius: 20px;
}

div#cs-splide-track {
    margin-bottom: 15px;
}


/**PROCESS FOLD**/
.fold1-buttons-item {
    display: flex;
    align-items: center;
    padding: 10px 50px;
    gap: 20px;
    color: white;
    box-sizing: border-box;
    transition: all .5s ease;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
}

.fold1-buttons {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.fold1-buttons-inner ul li {
    flex: calc(100% / 3);
}

.fold1-buttons .splide__track {
    overflow: visible;
}

.fold1 {
    position: relative;
    margin-bottom: 60px;
}

.fold1-buttons-item p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

p.fold1-buttons-item-content-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 0px;
}

.fold1-buttons-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
    gap: 10px;
    justify-content: center;
}

.fold1-buttons-item-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width: 1024px){
    .fold1-buttons-item:hover, .fold1-buttons-item.active {
        transform: scale(1.05) !important;
        background: var(--green);
        /* padding: 0px 50px; */
    }   
}

.animate-done .fold1-buttons-item{
    transition-delay: 0s !important;
}

.process-fold .fold1-buttons {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    bottom: auto;
}

.fold1-buttons-inner ul {
    display: flex !important;
    background: var(--grey-gradient);
    border-radius: 20px;
    max-width: calc(100% - 60px);
    margin: 0px auto !important;
    overflow: visible;
}

.process-fold {
    padding: 60px 0px;
}