div.omnisendForm {
  margin-top: -8px;
}
@media only screen and (max-width: 992px) {
  div.omnisendForm form div {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  div.omnisendForm form div label {
    font-family: "Moderat Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.32px !important;
    padding: 0 0 10px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  div.omnisendForm form div input {
    padding: 7px 15px 10px 15px !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    font-family: "Moderat Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.32px !important;
  }
}
@media only screen and (max-width: 992px) {
  div.omnisendForm form div button {
    padding: 14px !important;
  }
}

div.instagramFeedFooterContainer {
  position: relative;
}
@media only screen and (max-width: 992px) {
  div.instagramFeedFooterContainer div.inner {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  div.instagramFeedFooterContainer div.inner div.instagramFeed {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 992px) {
  div.instagramFeedFooterContainer div.inner div.instagramFeed div.feedContent {
    text-align: center;
    padding: 25px 0;
  }
}
@media only screen and (max-width: 992px) {
  div.instagramFeedFooterContainer div.inner div.instagramFeed div.feedContent div.titleFooter {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  div.instagramFeedFooterContainer div.inner div.instagramFeed div.feedContent div.titleFooter h4 {
    max-width: 200px;
  }
}
div.instagramFeedFooterContainer:after {
  content: "";
  background-image: url(../images/footer/marleyAfter.svg);
  width: 105px;
  display: block;
  position: absolute;
  left: -28px;
  bottom: 15px;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 992px) {
  div.instagramFeedFooterContainer:after {
    top: 85px;
  }
}
div.instagramFeedFooterContainer div.socials {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  div.instagramFeedFooterContainer div.socials {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  div.instagramFeedFooterContainer div.socials div.socialIcons {
    opacity: 1;
  }
}
div.instagramFeedFooterContainer div.socials div.instagram {
  background-image: url(../images/footer/instagram.svg);
  transition: all 0.2s;
}
div.instagramFeedFooterContainer div.socials div.instagram:hover {
  background-image: url(../images/footer/instagramHover.svg);
  opacity: 1;
}
div.instagramFeedFooterContainer div.socials div.facebook {
  background-image: url(../images/footer/facebook.svg);
  transition: all 0.2s;
}
div.instagramFeedFooterContainer div.socials div.facebook:hover {
  transition: all 0.2s;
  background-image: url(../images/footer/facebookHover.svg);
  opacity: 1;
}
div.instagramFeedFooterContainer div.socials div.twitter {
  background-image: url(../images/footer/twitter.svg);
  transition: all 0.2s;
}
div.instagramFeedFooterContainer div.socials div.twitter:hover {
  transition: all 0.2s;
  opacity: 1;
}
div.instagramFeedFooterContainer div.socials div.youtube {
  background-image: url(../images/footer/youtube.svg);
  transition: all 0.2s;
}
div.instagramFeedFooterContainer div.socials div.youtube:hover {
  transition: all 0.2s;
  background-image: url(../images/footer/youtubeHover.svg);
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  div#footer div.inner div.top {
    margin-bottom: 35px;
  }
}
div#footer div.inner h3 {
  font-family: Helvetica, Neue;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.pagebuilder-column-line {
    gap: 0;
  }
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.pagebuilder-column-line div.pagebuilder-column.mobileToggle {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.pagebuilder-column-line div.pagebuilder-column.mobileToggle:nth-child(3) h3 {
    border-bottom: none;
  }
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.pagebuilder-column-line div.pagebuilder-column.mobileToggle h3 {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    padding: 0 0 20px 0;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.pagebuilder-column-line div.pagebuilder-column.mobileToggle h3:after {
    content: "";
    background-image: url(../images/footer/right-arrow.png);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    top: 3px;
  }
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.pagebuilder-column-line div.pagebuilder-column.mobileToggle ul {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.pagebuilder-column-line div.pagebuilder-column.mobileToggle p {
    display: none;
  }
}
div#footer div.inner ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-family: "Moderat";
}
div#footer div.inner div.credits {
  display: flex;
  justify-content: center;
  padding: 15px 0 0 0;
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.credits {
    display: block;
    padding: 15px 0 20px 0;
  }
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.credits span:nth-child(7) {
    display: block;
    padding: 10px 0 15px 0;
  }
}
div#footer div.inner div.credits span,
div#footer div.inner div.credits a {
  color: white;
  text-decoration: none;
  font-family: "Moderat";
  font-size: 14px;
  font-weight: 500;
}
div#footer div.inner div.credits span.divider,
div#footer div.inner div.credits a.divider {
  padding: 0 15px;
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.credits span.divider:nth-child(2), div#footer div.inner div.credits span.divider:nth-child(6),
div#footer div.inner div.credits a.divider:nth-child(2),
div#footer div.inner div.credits a.divider:nth-child(6) {
    display: none;
  }
}
div#footer div.inner div.credits span.kopersbe,
div#footer div.inner div.credits a.kopersbe {
  position: relative;
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.credits span.kopersbe,
div#footer div.inner div.credits a.kopersbe {
    display: flex;
    padding: 0;
    justify-content: center;
    margin-bottom: -5px;
  }
}
div#footer div.inner div.credits span.kopersbe:before,
div#footer div.inner div.credits a.kopersbe:before {
  content: "";
  background-image: url(../images/footer/trustedshop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.credits span.kopersbe:before,
div#footer div.inner div.credits a.kopersbe:before {
    position: relative;
    top: -4px;
    left: -4px;
  }
}
div#footer div.inner div.credits a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.bottom {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  div#footer div.inner div.bottom img {
    margin-bottom: 15px;
    max-width: 100px;
  }
}