.clearfix,
.row {
  zoom: 1;
}

.clearfix:before,
.row:before,
.clearfix:after,
.row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after,
.row:after {
  clear: both;
}

img {
  /* max-width: 100%; */
  vertical-align: middle;
  display: inline-block;
}

.footer-row {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

[class^="col"] {
  float: left;
  width: 100%;
  padding: 0 20px;
}

.col-1 {
  width: 8.33% !important;
}

.col-2 {
  width: 16.67% !important;
}

.col-3 {
  width: 25% !important;
}

.col-4 {
  width: 33.3% !important;
}

.col-5 {
  width: 41.67% !important;
}

.col-6 {
  width: 50% !important;
}

.col-7 {
  width: 58.33% !important;
}

.col-8 {
  width: 66.7% !important;
}

.col-9 {
  width: 75% !important;
}

.col-10 {
  width: 83.33% !important;
}

.col-11 {
  width: 91.67% !important;
}

@media (min-width: 480px) {
  .col-small-1 {
    width: 8.33% !important;
  }

  .col-small-2 {
    width: 16.67% !important;
  }

  .col-small-3 {
    width: 25% !important;
  }

  .col-small-4 {
    width: 33.3% !important;
  }

  .col-small-5 {
    width: 41.67% !important;
  }

  .col-small-6 {
    width: 50% !important;
  }

  .col-small-7 {
    width: 58.33% !important;
  }

  .col-small-8 {
    width: 66.7% !important;
  }

  .col-small-9 {
    width: 75% !important;
  }

  .col-small-10 {
    width: 83.33% !important;
  }

  .col-small-11 {
    width: 91.67% !important;
  }
}

@media (min-width: 640px) {
  .col-medium-1 {
    width: 8.33% !important;
  }

  .col-medium-2 {
    width: 16.67% !important;
  }

  .col-medium-3 {
    width: 25% !important;
  }

  .col-medium-4 {
    width: 33.3% !important;
  }

  .col-medium-5 {
    width: 41.67% !important;
  }

  .col-medium-6 {
    width: 50% !important;
  }

  .col-medium-7 {
    width: 58.33% !important;
  }

  .col-medium-8 {
    width: 66.7% !important;
  }

  .col-medium-9 {
    width: 75% !important;
  }

  .col-medium-10 {
    width: 83.33% !important;
  }

  .col-medium-11 {
    width: 91.67% !important;
  }
}

@media (min-width: 992px) {
  .col-large-1 {
    width: 8.33% !important;
  }

  .col-large-2 {
    width: 16.67% !important;
  }

  .col-large-3 {
    width: 25% !important;
  }

  .col-large-4 {
    width: 33.3% !important;
  }

  .col-large-5 {
    width: 41.67% !important;
  }

  .col-large-6 {
    width: 50% !important;
  }

  .col-large-7 {
    width: 58.33% !important;
  }

  .col-large-8 {
    width: 66.7% !important;
  }

  .col-large-9 {
    width: 75% !important;
  }

  .col-large-10 {
    width: 83.33% !important;
  }

  .col-large-11 {
    width: 91.67% !important;
  }
}

.o-grid {
  width: 100%;
}

.main-box {
  color: #d7d7d7;
  background: #2d353c;
  line-height: 1.5;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
  padding: 4em 0 2em 0;
  overflow: clip;
}


.main-box .flex-box {
  padding: 0 16px;
  gap: 1em 2em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.main-box .flex-box h3 {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 0.5em 0 0.8em 0;
}

.main-box .flex-box h3.weddy-place {
  font-size: 14px;
  flex-direction: row;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-family: "Josefin Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.main-box .flex-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-box .flex-box ul li {

}

.main-box .flex-box ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #d7d7d7;
  margin: 0 0 0.6em 0;
}

.main-box .flex-box ul li a.privacy-policy {
  line-height: 20px !important;
}

.main-box .flex-box ul li:hover a {
  text-decoration: underline;
}

.main-box .flex-box ul li img {
  width: 130px;
  margin-bottom: 12px;
  height: 45px;
}

.main-box .flex-box .link-container {
  
}

.main-box .flex-box .link-container.container-right {
  margin-left: auto;
}

.main-box .flex-box .link-container.container-right ul li a {
  text-decoration: none;
}

.main-box .flex-box .link-container .social-links {
  display: flex;
  gap: 0.5em 1.5em;
}


.main-box .flex-box .link-container .social-links > a {
  display: inline-block;
  transition: opacity 0.4s;
  opacity: 0.8;
  color: #d7d7d7;
}

.main-box .flex-box .link-container .social-links > a svg .a {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.main-box .flex-box .link-container .social-links > a:hover {
  color: #5b9da8;
  text-decoration: none;
}

.main-box .madewith-box {
  padding: 0 20px;
}

.main-box .u-font-size-tiny {
  font-size: 12px;
  line-height: 19px;
  color: #fff;
}
.main-box .u-font-size-tiny a {
  color: #fff;
}

@media (max-width: 640px) {

  .main-box {
    padding-bottom: 6em;
  }

  .main-box .flex-box .link-container {
    width: 100%;
  }

  .main-box .flex-box ul li a {
    margin: 0;
  }  
}
