/* IMPORT THE FRAMEWORK */
/* /////////////// MIXIN FUNCTIONS /////////////// */
/*  LINEAR GRADIENTS  */
/*  BREAKPOINTS  */
/*  VISUAL STYLES  */
.blog, .testimonial, .getmarried, .hero-wrapper .hero-cta, .hero-inner {
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1319px) {
  .blog, .testimonial, .getmarried, .hero-wrapper .hero-cta, .hero-inner {
    width: 85%;
    margin-left: 8%;
    margin-right: 8%;
  }
}

.blog, .blog-wrapper, .getmarried, .getmarried-wrapper, .divider, .about, .about-wrapper, .intro-text li, .intro, .intro-wrapper, .welcome, .hero-wrapper .hero-cta, .hero-slide {
  position: relative;
}

.intro-text li:before, .hero-wrapper .hero-cta a, .hero-wrapper {
  position: absolute;
}

.posts .content a, .hero-wrapper .hero-cta a, .welcome-text a {
  display: inline-block;
  zoom: 1;
}

.posts .content time, .posts .content, .intro-text li:before, .hero-slide:first-of-type, .about-text p, .intro-text li, .intro-text p, .intro-text a, .welcome-text p {
  display: block;
}

.testimonial, .posts article {
  box-sizing: border-box;
}

.posts, .blog-wrapper, .getmarried-wrapper {
  clear: both;
}
.posts:after, .blog-wrapper:after, .getmarried-wrapper:after {
  display: table;
  content: "";
  clear: both;
}

.intro-text {
  text-align: left;
}

.testimonial h1, .hero-slide, .welcome-text a {
  text-align: center;
}

.posts .content time, .testimonial h1, .about-text h1, .intro-text h1, .welcome-text h1, .posts .content h2, .blog h2, .getmarried h1, .welcome-text a {
  text-transform: uppercase;
}

.posts, .blog-wrapper, .getmarried-wrapper {
  padding: 40px 0;
}

.posts article {
  width: 25%;
}

.posts, .blog-wrapper, .getmarried-wrapper {
  padding: 40px 0;
}

.posts article {
  display: block;
  float: left;
}

/* LOOP TO CREATE A CLASS FOR EACH COLUMN WIDTH */
.posts article {
  width: 22%;
  margin-right: 4%;
}
.posts article:nth-of-type(4n) {
  margin-right: 0;
}
.posts article:nth-of-type(4n+1) {
  clear: both;
}

.about, .intro, .welcome {
  display: flex;
  flex-wrap: wrap;
}

.welcome {
  align-items: center;
}

.welcome-text a {
  transition: background-color 250ms, color 250ms;
  padding: 0.9em 1em;
  font-size: 0.9em;
  font-weight: normal;
  border: none;
  cursor: pointer;
  min-width: 180px;
  background-image: url("/images/global/heart.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 1em 2em 1em 3em;
}

.welcome-text a {
  color: #FFFFFF;
  background-color: #9e8846;
}
.welcome-text a:hover {
  background-color: rgb(184.0789473684, 161.7894736842, 94.9210526316);
}
.welcome-text a:active {
  background-color: rgb(122.6578947368, 105.5789473684, 54.3421052632);
}

.posts .content a {
  color: #d41a62;
}
.posts .content a:hover {
  color: rgb(230.8571428571, 58.1428571429, 125);
}

/* FORMS */
.hero-wrapper .hero-cta a {
  background-color: #9e8846;
  background-image: url("/images/global/heart.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 0.8em 2em 0.8em 3em;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff !important;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  margin: 2em 0;
}
.hero-wrapper .hero-cta a:hover {
  color: #d41a62 !important;
}
.hero-wrapper .hero-cta a:active {
  color: #ffffff;
}

/* CONTENT */
.posts .content h2, .blog h2, .getmarried h1 {
  margin-bottom: 0.5em;
  color: #64625e;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.5em;
}

.blog h1, .testimonial h1 {
  margin-bottom: 1.5em;
  color: #d41a62;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.5em;
}

.posts .content time, .posts .content p, .testimonial p, .getmarried p {
  color: #64625e;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 200;
  margin-bottom: 1.4em;
}

.posts .content a {
  color: #9e8846;
  transition: 0.1s ease-in-out;
}
.posts .content a:hover {
  color: #d41a62;
}
.posts .content a:active {
  color: #9e8846;
}

/* FORMS */
/* --------------------------------- */
/* /////// END SITE STYLES ///////// */
/* --------------------------------- */
.about-wrapper, .intro-wrapper, .welcome {
  padding-left: 8%;
  padding-right: 8%;
}
@media screen and (max-width: 1921px) {
  .about-wrapper, .intro-wrapper, .welcome {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
}
@media screen and (max-width: 960px) {
  .about-wrapper, .intro-wrapper, .welcome {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.welcome {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .welcome {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .welcome {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.about-text h2, .intro-text h2, .welcome-text h2 {
  font-size: 1.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about-text h2, .intro-text h2, .welcome-text h2 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about-text h2, .intro-text h2, .welcome-text h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 450px) {
  .about-text h2, .intro-text h2, .welcome-text h2 {
    font-size: 1.2em;
  }
}

.about-text p, .intro-text li, .intro-text p, .intro-text a, .welcome-text p, .about-text h1, .intro-text h1, .welcome-text h1 {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about-text p, .intro-text li, .intro-text p, .intro-text a, .welcome-text p, .about-text h1, .intro-text h1, .welcome-text h1 {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about-text p, .intro-text li, .intro-text p, .intro-text a, .welcome-text p, .about-text h1, .intro-text h1, .welcome-text h1 {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .about-text p, .intro-text li, .intro-text p, .intro-text a, .welcome-text p, .about-text h1, .intro-text h1, .welcome-text h1 {
    font-size: 0.95em;
  }
}

.about-text h2, .intro-text h2, .welcome-text h2 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.2em;
}

.about-text h1, .intro-text h1, .welcome-text h1 {
  margin-bottom: 0.5em;
  color: #9e8846;
  font-weight: 200;
}

.about-text p, .intro-text li, .intro-text p, .intro-text a, .welcome-text p {
  font-weight: 200;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

/* HERO */
.hero {
  background: #000;
} /* OVERALL CONTAINER */
.hero, .hero-slide, .hero-inner {
  height: 400px;
  overflow: hidden;
} /* MAIN HERO HEIGHT */
.hero-slide {
  display: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-wrapper {
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero-wrapper .hero-cta {
  padding: 20px 0;
  color: #fff;
}
.hero-wrapper .hero-cta h1 {
  width: 80%;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 300;
  padding-left: 3em;
  letter-spacing: 0.03em;
}
.hero-wrapper .hero-cta div {
  width: 20%;
  box-sizing: border-box;
}
.hero-wrapper .hero-cta a {
  right: 20px;
  top: -20px;
}

.welcome-text {
  width: 60%;
  padding-right: 10%;
}
.welcome-text h2 {
  color: #d41a62;
}
.welcome-text b {
  color: #d41a62;
}
.welcome-text .easy-wedding-award {
  float: right;
  width: 100px;
  margin-top: 0px;
}

.welcome-image {
  width: 30%;
}
.welcome-image img {
  width: 100%;
}

.intro {
  margin-bottom: 3em;
}

.intro-text {
  width: 34%;
  background: #fff;
  padding: 5% 3%;
}
.intro-text h2 {
  color: #d41a62;
}
.intro-text p, .intro-text a {
  margin-bottom: 0.4em;
}
.intro-text b {
  color: #d41a62;
}
.intro-text a {
  color: #d41a62;
  font-weight: bold;
}
.intro-text a:hover {
  color: #d41a62;
}
.intro-text li {
  padding-left: 18px;
  margin-bottom: 0.2em;
}
.intro-text li:before {
  content: " ";
  top: 10px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #d41a62;
}

.intro-image {
  width: 60%;
}
.intro-image img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.intro-image .video {
  width: 780px;
  height: 500px;
  float: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* ABOUT */
.about-text {
  width: 65%;
  padding: 5% 2.5%;
}
.about-text h2 {
  color: #d41a62;
}
.about-text b {
  color: #d41a62;
}

.about-image {
  width: 30%;
  float: left;
}
.about-image img {
  width: 100%;
  overflow: hidden;
  float: right;
  margin: 10% 2.5% 5% 0;
}
.about-image a {
  margin: 0% 10%;
}

.divider {
  width: 100%;
  display: block;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.divider .main-content {
  padding: 20px 0;
}

.getmarried-wrapper {
  padding: 100px 2.5%;
  background-color: #f1f3eb; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f6f2), to(#f1f3eb)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f5f6f2, #f1f3eb); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f5f6f2, #f1f3eb); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #f5f6f2, #f1f3eb); /* IE10 */
  background-image: -o-linear-gradient(top, #f5f6f2, #f1f3eb); /* Opera 11.10+ */
  background-image: linear-gradient(top, #f5f6f2, #f1f3eb);
}

.getmarried {
  clear: both;
}
.getmarried h1 {
  font-style: oblique;
}
.getmarried p {
  margin-left: 0px;
  margin-bottom: 1em;
}
.getmarried .phone {
  display: block;
  padding: 20px 50px 60px 0px;
  background-repeat: no-repeat;
  background-image: url("/images/home/phone.png");
  background-position: 0 0;
  background-size: 90px;
}
.getmarried .pink {
  color: #da1a62;
  font-weight: bold;
}

/* TESTIMONIAL */
.testimonial-row {
  background-color: #b4b4b4;
  background: #f5f5f5 url("/images/global/testimonial-bg.jpg") no-repeat left top;
  background-color: rgba(0, 0, 0, 0.95);
}

.testimonial {
  padding: 150px 80px;
  color: #fff;
}
.testimonial h1 {
  color: #fff;
}
.testimonial p {
  color: #fff;
  margin-bottom: 0.4em;
  font-style: oblique;
  font-size: 1.3em;
}
.testimonial .author {
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.testimonial .button {
  text-align: center;
}

/* BLOG */
.blog {
  clear: both;
  padding: 5% 0;
}
.blog h2 {
  font-size: 1em;
  width: 100%;
}

.posts {
  width: 100%;
  float: left;
}
.posts article {
  margin-top: 20px;
}
.posts .img-wrapper {
  display: block;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
.posts .img-wrapper img {
  display: block;
  width: 100%;
}
.posts .content {
  width: 100%;
  margin-bottom: 60px;
}
.posts .content h2 {
  font-size: 1em;
  width: 100%;
}
.posts .content time {
  margin: 0.3em 0;
  font-size: 0.8em;
  color: #aaa;
}
.amc {
  text-align: left;
}

.equally {
  width: 80px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 760px) {
  .hero, .hero-slide, .hero-inner {
    height: 440px;
  }
  .hero-slide {
    background-size: 1200px auto;
  }
  .hero-wrapper {
    bottom: 20px;
  }
  .hero-wrapper .hero-cta {
    padding: 0;
    text-align: center;
  }
  .hero-wrapper .hero-cta h1 {
    width: 100%;
    font-size: 1.3em;
    text-align: center !important;
    padding: 0 !important;
  }
  .hero-wrapper .hero-cta a {
    display: none;
  }
  .welcome {
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .welcome-text {
    order: 1;
    width: 100%;
    text-align: left;
    float: left;
    padding: 5% 0%;
  }
  .welcome-text h1 {
    font-size: 1.3em;
  }
  .welcome-text h2 {
    font-size: 1.2em;
  }
  .welcome-image {
    order: 2;
    width: 100%;
  }
  .intro-text {
    width: 100%;
    height: 365px;
    float: left;
    background: #fff;
    padding: 5% 0%;
  }
  .intro-text h1 {
    font-size: 1.2em;
  }
  .intro-text h2 {
    font-size: 1.1em;
  }
  .intro-image {
    width: 100%;
  }
  .intro-image img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }
  .intro-image .video {
    width: 100% !important;
    height: auto;
    float: right;
    margin-bottom: 1.5em;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .about-text {
    width: 100%;
    float: left;
    padding: 5% 2.5%;
  }
  .about-text h1 {
    font-size: 1.2em;
  }
  .about-text h2 {
    font-size: 1.1em;
  }
  .about-image {
    width: 100%;
  }
  .about-image img {
    width: 100%;
    margin: 10% 0% 5% 0;
  }
  .about-image a {
    margin: 10% 10%;
  }
  .testimonial {
    padding: 20px;
  }
  .testimonial p {
    font-size: 1em;
  }
  .blog {
    padding: 5% 0;
    display: none;
  }
  .blog h2 {
    font-size: 1em;
    width: 100%;
  }
  .posts {
    width: 100%;
    float: left;
  }
  .posts article {
    width: 100%;
    margin-top: 5px;
  }
  .posts .img-wrapper {
    display: block;
    height: 0;
    margin-bottom: 5px;
  }
  .posts .img-wrapper img {
    display: block;
    width: 80%;
  }
  .posts .content {
    width: 100%;
    margin-bottom: 60px;
  }
  .posts .content h2 {
    font-size: 1em;
    width: 100%;
  }
  .posts .content time {
    margin: 0.3em 0;
    font-size: 0.8em;
    color: #aaa;
  }
  .amc {
    text-align: center;
  }
}
