/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*
@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(/wp-content/themes/multiwebmarketing/fonts/InterPTLight.otf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(/wp-content/themes/multiwebmarketing/fonts/InterPTMedium.otf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(/wp-content/themes/multiwebmarketing/fonts/InterPTBold.otf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    src: url(/wp-content/themes/multiwebmarketing/fonts/InterPTExtraBold.otf) format("truetype");
    font-weight: 700;
    font-style: normal
}
*/
.cat-description {
    padding: 0px 0px;
    margin: 60px 0px;
    background: white;
}

.cat-description *:last-child {
    margin: 0;
}

/*== == Generic == == */
body {
    margin: 0px;
	background: white;
    font-family: "Arial";
    --green: #1d602e;
}

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

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

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

.title {
    display: block;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    font-family: "Inter";
}

.subtitle {
    display: block;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Inter";
    color: var(--green);
}


.smalltitle {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    font-family: "Inter";
}

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

p {
    font-size: 16px;
    line-height: 28px;
    margin: 0px 0px 10px 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;
    text-align: center;
    line-height: 14px;
    letter-spacing: 0px;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

.readmore:hover {
    /* letter-spacing: 1px; */
}

::before, ::after {
    pointer-events: none;
}

.product-radio-button:has(input:checked) {
    border-color: var(--green);
    background:whitesmoke;
}

.product-radio-button.contact-block > input {
    visibility: hidden;
    height: 0px;
}

.product-radio-button img {
    transform: scale(0.925);
    width: 70px;
    margin: 0px auto 10px;
}

.popup-form-wrapper .contact-block label {
    font-size: 12px;
    display: flex;
    flex-direction: column-reverse;
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
}

.product-radio-button {
    flex: 0 0 calc(100% / 4 - 10px);
    text-align: center;
    border: solid 2px transparent;
    cursor: pointer;
    transition:all 300ms ease;
}

@media (max-width:540px) {

.product-radio-button {
    flex: 0 0 calc(100% / 3 - 10px);
}
    
}

@media (max-width:440px) {

.product-radio-button {
    flex: 0 0 calc(100% / 2 - 10px);
}
    
}

.product-radio-button img {
    transition: all 500ms ease;
}

.product-radio-button:hover img {
    opacity: 0.5;
}

/*== == FOOTER SLIDER == ==*/

.footer-slider-img {
    max-width: 120px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-slider .splide__slide {
    display: flex;
    align-items: center;
}

.footer-slider-splide {
    padding: 20px 0px;
}

	/*== == FOOTER SLIDER END == ==*/

/* == == Generic END == == */
/* == == HEADER == == */
.menu-top {
    padding: 25px 0px;
    transition: all .5s ease;
}

.navbar-fixed-top .menu-top {
    padding: 10px 0px;
}

.menu-top-left {
    display: flex;
    align-items: center;
}

.menu-top p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-top .socials {
    display: flex;
    gap: 20px;
}

.menu-top .socials a {
    color: var(--green);
    font-size: 30px;
}

.menu-top .row-container {
    display: flex;
    justify-content: space-between;
}

.menu-top .row-container > * {
    flex: 0 0 calc(100% / 3);
}

.menu-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}

.menu-top-right  * {
    margin: 0;
}

div.logo {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.logo * {
    object-fit: contain;
    display: block;
    width: 200px;
    height: 75px;
}

#page {
    /* overflow-x: hidden; */
    padding-top: 161px;
}

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

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

#masthead > .row-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

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

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

.menu-top-right a {
    color: var(--green);
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-top-right-inner, .menu-top-left-inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: flex-end;
    gap: 10px;
}

.menu-right {
    width: 100%;
    position: relative;
    background: var(--green);
    padding: 10px 0px;
}

ul.sub-menu {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition:
        all .5s ease;
    background: white;
    list-style: none;
    padding: 0px;
}

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

.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;
    margin: 0;
    max-width: 1200px;
    margin: 0px auto;
}

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

ul#primary-menu > li > a {
    color: white;
    font-size: 14px;
    line-height: 20px;
    /* text-transform: uppercase; */
    font-weight: 600;
}

ul#primary-menu > li.current-menu-item > a {
    font-weight: 600;
}

ul.splide__pagination {
    display: flex;
    gap: 10px !important;
    margin-top: 40px;
    justify-content: center;
    padding: 0;
}

ul.splide__pagination button {
    border-radius: 0;
    background: #f1f1f1;
    background: var(--green);
    cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.4;
    box-sizing: border-box;
    display: block;
    transition: all .5s ease;
    padding: 7px;
    border-style: none;
}

ul.splide__pagination button.is-active, ul.splide__pagination button:hover {
    background: var(--green);
    opacity: 1;
}

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

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

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

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

.ebook-form .wpcf7-spinner {
    position: absolute;
}

.ebook-form .readmore {
    margin: 10px 0px;
}

input.readmore {
    margin: 0px;
}

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

div#ebook-fold .ebook-form input.wpcf7-text {
    background: whitesmoke;
    border: solid 2px #ccc;
    padding: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Inter';
    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: 100px 0px;
    width: 100%;
    overflow: hidden;
    background: #dbdbdb;
    position: relative;
    z-index: 3;
}

.ebook-fold-inner {
    display: flex;
    justify-content: space-between;
    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: var(--green);
    font-weight:500;
}

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

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
  .footer-block {
      padding: 30px 0;
      position: relative;
      background: #227b3b;
      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: 25%;
      margin-right: 0%;
      position: relative;
      z-index: 2;
  }
  
  
  .footer-block .footer-block-item li {
      float: left;
      width: 100%;
      padding: 7px 0px;
      list-style-type: none;
      color: white;
      font-size: 14px;
      line-height: 14px;
  }
  
  .footer-block .footer-block-item li a {
    color: #fff;
      list-style-type: none;
      position: relative;
      transition: all .33s ease;
  }
  .footer-block .footer-block-item:last-of-type {
      margin-right: 0;
  }

.footer-block p.smalltitle {
    text-transform: uppercase;
}

  .footer-block .footer-block-item p {
      color: #fff;
      margin-bottom: 0px;
      line-height: 28px;
  }

  .footer-block ul {
      margin: 0;
      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 .socials {
    display: flex;
    margin-top: 10px;
    color: white;
    justify-content: space-between;
    max-width: 120px;
}

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

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

/* == == == MWM FOOTER == == == */
#footer {
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
    background: var(--green);
    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: 'Inter';
}

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

#footer .row-container > .privacy-text {
    width: 260px;
    line-height: 20px;
    top: 24px;
}

#footer .row-container > .privacy-text > a {
    display: inline-block;
    margin-bottom: 0px;
    transition: all 300ms ease;
}

#footer .row-container > .privacy-text > a:hover {
    opacity:.7;
}

#footer .row-container > p.date-sitename {
    top: -9px;
}

/* == == == == 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: 0px;
    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-style: solid;
    border-color: #ccc;
    border-width: 2px;
    font-size: 18px;
    box-sizing: border-box;
    margin-top: 10px;
    background: whitesmoke;
    font-family: inherit;
}

.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;
    gap: 9px;
}

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;
    font-family: 'Inter';
    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;
}

#primary a:not([class]){
    color: inherit;
    text-decoration: underline !important;
}

ul.service-list li {
    text-align: left;
    margin: 0px auto;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    gap: 5px;
    padding: 5px 0px;
}

ul.service-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0;
    width: fit-content;
    margin: 10px auto;
}

ul.service-list li::before {
      content: "\f054";
      position: relative;
      color: var(--green);
      font-size: 12px;
    line-height: 12px;
      font-family: fontawesome;
  }

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

/**SERVICES**/

.horse-img {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service-fold {
    padding: 70px 20px;
    text-align: center;
    background: whitesmoke;
    position: relative;
}

.service-fold:nth-child(5){
    padding-bottom: 110px;
}


.service-fold .line::before, .service-fold .line::after {
    background: #333;
}

.service-fold .line {
    margin: 20px auto 30px;
}

.service-fold .diamond {
    border-color: #333;
}


.service-fold-content {
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 40px;
}


.service-fold .splide li {
    padding: 10px;
}

.splide__pagination li{
    padding: 0px !important;
}

.service-item p:not(.subtitle) {
    flex-grow: 1;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    height: 100%;
}

.service-img {
    width: 100%;
    margin-bottom: 20px;
}

.service-img img {
    width: 100%;
}

.review-stars {
    color: var(--green);
    margin-bottom: 20px;
}

.line {
    position: relative;
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.line::before, .line::after {
    content: '';
    height: 1px;
    width: 100%;
    background: white;
    display: block;
    flex: 1 1 100%;
    position: relative;
}

.diamond {
    width: 5px;
    height: 5px;
    border: solid 1px white;
    flex: 0 0 5px;
    transform: rotate(45deg);
}

/*== == PRODUCT FOLDB == ==*/

.product-itemb {
    display: flex;
    justify-content: center;
}

.products-itemb-content-img {
    max-width: 105px;
}

.product-itemb-content-details-block-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-itemb-img {
    flex: 0 0 200px;
    display: flex;
    transform: scale(1.15);
}

.product-itemb-right-padding {
    padding: 20px 30px 15px;
    text-align: center;
}

.product-itemb-content-info {
    display: flex;
    justify-content: center;
    padding: 15px 0px;
    border-top: solid 2px var(--green);
    border-bottom: solid 2px var(--green);
    gap: 40px;
}

.product-itemb-content-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
}

.product-itemb-content-details-block {
    display: flex;
    justify-content: space-between;
    background: #ededed;
    padding: 0px;
}

.team-fold-content {
    text-align: center;
}

.product-itemb-right {
    background: whitesmoke;
    flex: 1;
}

.product-itemb-content-info-block p {
    margin: 0px;
    text-transform: capitalize;
    line-height: 20px;
}

.product-itemb-content-info-block p:first-child {
    font-weight: 600;
    text-transform: uppercase;
}

.product-itemb-content-details-block p {
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

.product-itemb-content-details-block-info {
    background: #ccc;
    width: 60px;
}

.product-itemb-content-details-block-info p {
    font-size: 14px;
}

div#product-splideb {
    width: calc(100% - 40px);
    margin: 0px auto;
}

.product-foldb {
    padding: 70px 0px;
    background: white;
    overflow: hidden;
}

.product-foldb .splide__track {
    overflow: visible;
}

.product-itemb-readmore .readmore {
    margin: 0px;
}

.product-itemb-readmore {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.product-itemb-content-details-block-subtext-padding, .product-itemb-content-details-block-info-padding {
    padding: 5px;
}

.product-foldb .team-fold-content {
    margin-bottom: 60px;
}

.product-foldb .line::before, .product-foldb .line::after {
    background: #333;
}

.product-foldb .diamond {
    background: #333;
}

.product-foldb .line {
    margin: 20px 0px;
}

    /*== == PRODUCT FOLDB END == ==*/

    .line, .diamond {
        display: none;
    }
    
    .horse-img {
        display: none;
    }

    .banner-fold-content .subtitle {
        color: white;
    }

    /**DOWNLOADS**/
.download-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .gallery-item.download {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        box-sizing: border-box;
        flex: 0 0 calc(50% - 15px);
        background: whitesmoke;
        gap: 10px;
    }
    
    .gallery-item.download * {
        margin: 0;
    }
    
    .gallery-fold {
        padding: 70px 0px;
    }
    
    .gallery-wrapper {
        display: flex;
        flex-direction: row;
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .gallery-item.download img {
        width: 100px;
    }
    
    .gallery-item.download p {
        flex-grow: 1;
        font-size: 20px;
        line-height: 20px;
        font-family: 'Inter';
    }

    span.wpcf7-spinner {
        display: none;
    }

    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;
        box-sizing: border-box;
        font-family: "Inter";
    }
    .video-wrapper iframe {
        width: 100%;
        height: 100%;
    }
    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: #227b3b;
      
        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;
    }

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

    .product-itemb-content-details-block-subtext-padding p {
        text-align: left;
    }

    a.product-link {
        color: var(--g);
    }
    #primary nav.woocommerce-breadcrumb a {
        /* text-decoration: none !important; */
        color: var(--green);
        font-family: 'Inter';
    }
    
    #primary nav.woocommerce-breadcrumb p{
        font-family: "Inter";
    }
    
    nav.woocommerce-breadcrumb {
        font-family: 'Inter';
    }

    .logos {
        display: flex;
        align-items: center;
        margin-top: 20px;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .logos img {
        max-width: 100px;
        max-height: 80px;
    }
    
    .logos img:last-child{
        background: white;
    }

    div#fold1-splide .splide__pagination {
        margin-top: -40px;
        z-index: 3;
        position: relative;
        padding-bottom: 20px;
    }
    
    div#fold1-splide .splide__pagination button {
        background: white;
    }

    .downloads-description-inner{
        margin: 40px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }