a:active, a:link, a:visited {
color: rgb(23,23,23);
text-decoration: none;
outline: 0;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: rgb(169, 132, 103);
}
    
#wedding_photo {
  position: relative;
  background-color: #E9D1CA;
  padding-bottom: 100px;
}

#wedding_photo .photo {
  max-width: 1450px;
}
	
#main_video {
  max-width: 800px;
  max-height: 450px;
}

#wedding_photo .moto {
  position: absolute;
  right: -40px;
  top: 40%;
  transform: rotate(90deg);
  font-size: 104px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

#youtube_video .video {
  min-height: 486px;
  height: auto;
  margin: -300px auto 0;
  position: relative;
  z-index: 1;
}

#description .abw_text {
  background-color: #fff;
  padding: 15px;
  position: relative;
  margin-top: -60px;
  z-index: 1;
  font-size: 18px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#description .abw_text img {
  margin-bottom: 10px;
}

#dream_wedding_dress {
  background: rgb(233, 209, 202);
  background: -moz-linear-gradient(0deg, rgba(233, 209, 202, 1) 0%, rgba(233, 209, 202, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(233, 209, 202, 1) 0%, rgba(233, 209, 202, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(233, 209, 202, 1) 0%, rgba(233, 209, 202, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9d1ca", endColorstr="#ffffff", GradientType=1);
  padding-bottom: 50px;
}

#dream_wedding_dress .title {
  font-size: 40px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #E9D1CA;
  margin: 20px auto;
}

#dream_wedding_dress .editorial_phrase {
  font-size: 40px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: italic;
  padding: 0 100px 30px;
  line-height: 1;
}

#dream_wedding_dress .caption {
  margin-bottom: 15px;
  margin-top: 100px;
}

#dream_wedding_dress .mini_slide_description {
  font-size: 44px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}

#mini_photo_slideshow {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 1800px) {
  #wedding_photo .moto {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  #wedding_photo .moto {
    right: -82px;
    top: 50%;
    font-size: 5vw;
  }

  #wedding_photo .photo img {
    width: 96%
  }
}

#wedding_photo .row > * {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 567px) {
  #wedding_photo .photo img {
    width: 92%
  }

  #wedding_photo .moto {
    right: -100px;
    top: 38%;
    font-size: 32px;
    line-height: 1;
  }

  #description .abw_text {
    margin-top: 0;
  }
}

#instagram_reel {
  position: relative;
}

#reel_video {
  width: 100%;
  height: auto;
}

.instagram_logo {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 15px;
  left: 25px;
  z-index: 1;
}

.swipe_more {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 1;
}

#grid_gallery {
  padding: 50px 0 40px;
}

#grid_gallery .row > * {
  padding-right: 5px;
  padding-left: 5px;
}

#grid_gallery .item {
  margin-bottom: 10px;
}

#grid_gallery .image {
  border: 1px solid #707070;
  text-align: center;
  position: relative;
}

#grid_gallery .item .data {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1;
  top: 0;
  left: 0;
  padding: 50px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  opacity: 0;
}

#grid_gallery .item:hover .data {
  opacity: 1;
}

#grid_gallery .item .data .title {
  font-size: 40px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 30px;
}

#grid_gallery .item .data .title span {
  display: block;
}

#grid_gallery .item .data .description {
  font-size: 20px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 30px;
}

#grid_gallery .item .data .more a {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .order-1 {
    padding-top: 4rem;
  }
  #dream_wedding_dress {
    background: rgb(233, 209, 202);
    background: -moz-linear-gradient(180deg, rgba(233, 209, 202, 1) 0%, rgba(239, 222, 217, 1) 14%, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 1) 36%, rgba(239, 222, 217, 1) 36%, rgba(239, 222, 217, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(233, 209, 202, 1) 0%, rgba(239, 222, 217, 1) 14%, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 1) 36%, rgba(239, 222, 217, 1) 36%, rgba(239, 222, 217, 1) 100%);
    background: linear-gradient(180deg, rgba(233, 209, 202, 1) 0%, rgba(239, 222, 217, 1) 14%, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, 1) 36%, rgba(239, 222, 217, 1) 36%, rgba(239, 222, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9d1ca", endColorstr="#efded9", GradientType=1);
  }

  #dream_wedding_dress .title {
    color: #fff;
    padding: 14px 10px 0;
  }

  #dream_wedding_dress .mini_slide_description {
    font-size: 32px;
    margin-bottom: 20px;
  }

  #dream_wedding_dress .video_container {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(239, 222, 217, 1) 25%, rgba(239, 222, 217, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(239, 222, 217, 1) 25%, rgba(239, 222, 217, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(239, 222, 217, 1) 25%, rgba(239, 222, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efded9", GradientType=1);
  }

  #dream_wedding_dress .caption {
    margin-top: 20px;
    padding: 0 14px;
  }

  #dream_wedding_dress .editorial_phrase {
    font-size: 32px;
    padding: 15px 15px 25px;
    line-height: 1;
  }

  #youtube_video .video {
    min-height: auto;
    height: auto;
    margin: -120px auto 0;
  }

  #grid_gallery {
    background: rgb(239, 222, 217);
    background: -moz-linear-gradient(180deg, rgba(239, 222, 217, 1) 0%, rgba(239, 222, 217, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 30%, rgba(239, 222, 217, 1) 30%, rgba(239, 222, 217, 1) 45%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 60%, rgba(239, 222, 217, 1) 60%, rgba(239, 222, 217, 1) 75%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 90%, rgba(239, 222, 217, 1) 90%, rgba(239, 222, 217, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(239, 222, 217, 1) 0%, rgba(239, 222, 217, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 30%, rgba(239, 222, 217, 1) 30%, rgba(239, 222, 217, 1) 45%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 60%, rgba(239, 222, 217, 1) 60%, rgba(239, 222, 217, 1) 75%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 90%, rgba(239, 222, 217, 1) 90%, rgba(239, 222, 217, 1) 100%);
    background: linear-gradient(180deg, rgba(239, 222, 217, 1) 0%, rgba(239, 222, 217, 1) 15%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 30%, rgba(239, 222, 217, 1) 30%, rgba(239, 222, 217, 1) 45%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 60%, rgba(239, 222, 217, 1) 60%, rgba(239, 222, 217, 1) 75%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 90%, rgba(239, 222, 217, 1) 90%, rgba(239, 222, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efded9", endColorstr="#efded9", GradientType=1);
    padding: 20px;
  }

  #grid_gallery .image {
    position: relative;
    border: none;
  }

  #grid_gallery .image img {
    width: 100%;
  }

  #grid_gallery .item {
    margin: 0 auto 15px;
  }

  #grid_gallery .item .data {
    height: auto;
    background-color: rgba(255, 255, 255, .75);
    padding: 10px;
    top: unset;
    bottom: 0;
    opacity: 1;
  }

  #grid_gallery .item .data .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #grid_gallery .item .data .title span {
    display: inline-block;
  }

  #grid_gallery .item .data .description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #grid_gallery .item .data .more {
    margin-bottom: 10px;
  }

  .instagram_logo,
  .swipe_photos {
    width: 32px;
    height: 32px;
  }
}

.btn-read-more {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 20px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 15px 60px;
}

@media screen and (max-width: 767px) {
  .btn-read-more {
    background-color: #000 !important;
    color: #E9D1CA !important;
    border: 1px solid #000 !important;
  }
}

.btn-read-more:hover {
  background-color: #000;
  color: #E9D1CA;
  border: 1px solid #000;
}
