/* =================================== */
@import 'bootstrap.css';
@import 'font-awesome.css';
header {
  height: 88px;
  background: #85754E;
  padding: 15px 0;
}
header .col-6 {
  padding: 0;
  z-index: 9;
}
header .col-6 a {
  display: inline-block;
  height: initial;
}

.mt-110 {
  margin: 110px auto 30px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.myClass {
  overflow: hidden;
}

/* Lauren Changes */

.image-strapline {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.image-strapline .strapline-content {
  padding: 40px 0;
  color: #ffffff;
      z-index: 100;
    position: relative;
}
.image-strapline .strapline-content .button {
	margin: 40px 0;
    float: right;
    }
.image-strapline .overlay {
	position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #042a4a 60%, #ffffff 30%);
    opacity: 0.6;
}

.button.white {
    padding: 15px 60px;
    border: none;
    background-color: #ffffff;
    color: #85754e;
    font-family: "Helvet-reg";
    font-size: 14px;
    margin-left: auto;
    margin-top: 10px
}
.button.accent {
    padding: 15px 60px;
    border: none;
    background-color: #85754e;
    color: #ffffff;
    font-family: "Helvet-reg";
    font-size: 14px;
    margin-left: auto;
    margin-top: 10px
}

.text-accent {
  color: #85754e!important;
}

.menu-icon {
  height: 30px;
  width: 30px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 20px;
  cursor: pointer;
}
.menu-icon__line {
  height: 2px;
  width: 15px;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
  background: white;
  float: right;
}
.menu-icon__line-left {
  width: 44px;
}
.menu-icon__line-right {
  width: 30px;
  float: right;
}

.sidenav {
  height: calc(100vh - 88px);
  width: 0;
  position: fixed;
  z-index: 1;
  top: 88px;
  right: -100%;
  width: 100%;
  background-color: #85754E;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
      grid-template-areas: ". . . .";
  z-index: 99;
}
.sidenav .menu_item {
  padding: 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidenav .menu_item::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 42, 74, 0.84)), to(rgba(4, 42, 74, 0.84)));
  background: -o-linear-gradient(bottom, rgba(4, 42, 74, 0.84), rgba(4, 42, 74, 0.84));
  background: linear-gradient(0deg, rgba(4, 42, 74, 0.84), rgba(4, 42, 74, 0.84));
  width: 100%;
  left: 0;
  top: 0;
  height: calc(100vh - 88px);
  z-index: -1;
}
.sidenav .menu_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 88px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.sidenav .menu_item .menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 165px;
}
.sidenav .menu_item .menus h3 {
  font-weight: normal;
  line-height: 40px;
  font-size: 30px;
  letter-spacing: 1.5px;
  text-align: center;
  font-family: "Playfair Display SC", serif;
  color: white;
}
.sidenav .menu_item .menus a.main_btndwa {
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  font-family: "Helvet-reg", serif;
  color: white;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.closebtn {
  position: absolute;
  top: -8px;
  right: 0px;
  font-size: 40px;
  margin-left: 50px;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none !important;
}
.closebtn:hover {
  color: black;
}

.showbtn {
  display: block !important;
}

.nonebtn {
  display: none !important;
}

.banner {
  height: calc(100vh - 143px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 57, 81, 0.84)), to(rgba(28, 57, 81, 0.84))), url("../img//banner1.png");
  background: -o-linear-gradient(bottom, rgba(28, 57, 81, 0.84), rgba(28, 57, 81, 0.84)), url("../img//banner1.png");
  background: linear-gradient(0deg, rgba(28, 57, 81, 0.84), rgba(28, 57, 81, 0.84)), url("../img//banner1.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.banner .container {
  height: 100%;
}
.banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
}
.banner .row img {
  max-width: 230px;
  height: 155px;
}
.banner .row h1 {
  max-width: 350px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1.5px;
  color: white;
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  position: absolute;
  bottom: 55px;
  left: 0;
}

.blue_block {
  height: 450px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 42, 74, 0.84)), to(rgba(4, 42, 74, 0.84)));
  background: -o-linear-gradient(bottom, rgba(4, 42, 74, 0.84), rgba(4, 42, 74, 0.84));
  background: linear-gradient(0deg, rgba(4, 42, 74, 0.84), rgba(4, 42, 74, 0.84));
}
.blue_block .blue_img {
  height: 450px;
  width: 530px;
  position: relative;
  float: left;
}
.blue_block .blue_img::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 42, 74, 0.84)), to(rgba(4, 42, 74, 0.84)));
  background: -o-linear-gradient(bottom, rgba(4, 42, 74, 0.84), rgba(4, 42, 74, 0.84));
  background: linear-gradient(0deg, rgba(4, 42, 74, 0.84), rgba(4, 42, 74, 0.84));
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.blue_block .blue_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blue_block .blue_text {
  width: calc(100% - 530px);
  height: 100%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blue_block .blue_text h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1.5px;
  color: white;
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  max-width: 250px;
  text-align: center;
}

.links {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
      grid-template-areas: ". . . .";
  height: 55px;
}
.links .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.links .link-item:nth-child(3n+1) {
  background-color: #85754E;
}
.links .link-item:nth-child(2) {
  background-color: #74550A;
}
.links .link-item:nth-child(3) {
  background-color: #A77604;
}
.links .link-item a {
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  font-family: "Playfair Display SC", serif;
  font-weight: 500;
}

.wedding-1-block-left {
  position: relative;
  height: 100%;
}

.main_btn {
  font-family: "Helvet-reg";
  font-size: 14px;
  line-height: 25px;
  color: white;
  padding: 10px 32px;
  background-color: #85754E;
  text-decoration: none;
}
.main_btn:hover {
  background-color: #85754E !important;
  color: white;
}

.wedding-1-block .col-md-5 {
  padding: 0;
}

.mt-120 {
  margin: 140px auto 50px;
}

.title .top-title {
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 50px !important;
}
.title .top-title .left {
  margin-right: 34px;
  margin-left: 34px;
}

.gallery {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 0px;
      grid-template-areas: ". . .";
}
.gallery .gallery-item {
  margin-bottom: -3px;
  border-bottom: 12px solid #85754E;
}
.gallery .gallery-item img {
  width: 100%;
  display: block;
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  width: 100%;
  background: #85754E;
  padding: 110px 0 90px;
  margin-top: 80px;
}
footer .footer_logo {
  padding: 0;
}
footer .footer_logo a {
  display: inline-block;
}
footer .footer_logo a img {
  width: 235px;
  height: 160px;
}
footer .footer_cont {
  padding: 0 0 0 100px;
  position: relative;
}
footer .footer_cont ul {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_cont ul li {
  list-style: none;
}
footer .footer_cont ul li a {
  font-size: 14px;
  line-height: 12px;
  color: white;
  font-family: "sanspro";
}
footer .footer_text {
  margin-top: 50px;
  border-top: 1px solid white;
  padding-top: 25px;
}
footer .footer_text p {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  color: white;
  font-family: "sanspro";
  max-width: 485px;
}
footer .social {
  position: absolute;
  bottom: -65px;
  right: -35px;
  width: 130px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .social li {
  list-style: none;
}
footer .social li a {
  display: inline-block;
}
footer .copyright {
	position: absolute;
    bottom: -65px;
    color: #FFFFFF;
    font-size: 12px;
}
footer .copyright a {
	color: #FFFFFF;
}

.banner.just_text {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner.just_text h1 {
  position: static;
  text-align: center;
  max-width: initial;
}
.banner.just_text img {
  position: absolute;
  bottom: -50px;
  right: -15px;
  max-width: 545px !important;
  height: 190px !important;
  z-index: 1;
}

.plan img {
  width: 100%;
}

.description {
  max-width: 1015px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.description h2 {
  font-size: 32px;
  line-height: 25px;
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  text-align: center;
  width: 100%;
  color: #85754E;
  letter-spacing: 1.5px;
}
.description .lines {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
.description .lines hr {
  width: 295px;
  background-color: #707070;
}
.description .text_info {
  width: 100%;
  margin-top: 25px;
  border-top: 2px solid #707070;
}
.description .text_info .info {
  padding: 20px 0;
  border-bottom: 2px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.description .text_info .info:last-child {
  border-bottom: none;
}
.description .text_info .info span {
  font-family: "sanspro_b";
  font-size: 10px;
  line-height: 11px;
  max-width: 120px;
  display: block;
  position: absolute;
  left: 0;
}
.description .text_info .info ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px !important;
  margin-bottom: 0;
  margin-left: 150px;
}
.description .text_info .info ul li {
  display: inline-block;
  font-family: "sanspro_l";
  font-size: 10px;
  line-height: 11px;
  width: calc(100%/4);
}

.description.price .text_info {
  border-top: none;
}
.description.price .text_info .info h6 {
  position: absolute;
  right: 0;
  font-family: "Playfair Display SC", serif;
  color: #85754E;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1.5px;
  font-weight: normal;
  margin: 0;
}

@font-face {
  font-family: "Helvet-reg";
  src: url(../fonts/HelveticaNeue-Roman.ttf) format("truetype"), url(../fonts/HelveticaNeue-Roman.woff2) format("woff2");
}
.img-wrap-w img {
  max-width: 100%;
}

.w-menu-title {
  position: relative;
  max-width: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -31px;
  margin-bottom: 40px;
}

.top-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -31px;
  margin-bottom: 53px;
}

.w-menu-title .left,
.top-title .left {
  font-size: 60px;
  color: #85754e;
  margin-left: 15px;
  font-family: "Source Sans Pro", sans-serif;
}

.vl {
  content: " ";
  height: 35px;
  width: 2px;
  background-color: #85754e;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-41%);
      -ms-transform: translateY(-41%);
          transform: translateY(-41%);
  color: #85754e;
}

.w-menu-title .right,
.top-title .right {
  margin-left: 30px;
  margin-top: 0.1em;
  font-size: 32px;
  color: #85754e;
  font-weight: 900;
  letter-spacing: 4.8px;
  font-family: "Playfair Display SC", serif;
}

.wed-block-1-wrap .container {
  max-width: 1366px;
}

.wedding-1-block-left {
  max-width: 380px;
  margin-left: auto;
  margin-right: 122px;
}

.wedding-1-block-left p {
  max-width: 336px;
  color: #85754e;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 25px;
}

.wedding-1-block-img {
  padding-left: 0;
  padding-right: 0;
}

.w-menu-left {
  position: relative;
}

.w-menu-top-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.w-menu-top-img-wrap img {
  max-width: 100%;
}

.w-menu-bottom-img-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
.w-menu-bottom-img-wrap img {
  max-width: 100%;
}

.w-menu-logo-wrap {
  position: absolute;
  bottom: 20px;
  right: 18px;
}

.w-menu-right p {
  color: #85754e;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  max-width: 335px;
  margin-bottom: 45px;
}

.wed-menu-block {
  max-width: 1366px;
  margin: 0 auto;
}

.download-menu-button {
  color: #fff;
  font-family: "Helvet-reg";
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 175px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #85754e;
  text-align: center;
}

.inquiry-button {
  color: #fff;
  font-family: "Helvet-reg";
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 175px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #85754e;
  text-align: center;
  border: 1px solid #fff;
}

.w-slider-top {
  background-color: #85754e;
  padding-bottom: 10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-slider-top .con-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-slider-bottom {
  background-color: #85754e;
}

.w-slider-bottom .con-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-slider-bottom .con-slider span {
  color: #ffffff;
  font-family: "Playfair Display SC", serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 4.8px;
  line-height: 25px;
  margin: 60px auto;
  display: inline-block;
}

.w-slider-top span {
  color: #ffffff;
  font-family: "Playfair Display SC", serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 25px;
}

.slider-img-wrap img {
  width: 100%;
}

.form-section .g-title,
.galleryclass .g-title,
.section-title.g-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
  margin-bottom: 70px;
}

.form-section h3,
.galleryclass h3,
.section-title.g-title h3 {
  color: #85754e;
  font-family: "Playfair Display SC", serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 25px;
  margin-left: 5%;
  margin-right: 5%;
}

.form-section span,
.galleryclass span,
.section-title.g-title span {
  border-bottom: 1px solid #85754e;
  width: 130px;
  display: block;
  margin-bottom: 5px;
}

.form-section .g-title {
  margin-bottom: 50px;
  margin-top: 60px;
}

.section-title.g-title {
  width: 100%;
  margin-top: 0;
}

.g-img-wrap {
  max-width: 1065px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-img-wrap img {
  width: 100%;
}

.content-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.short-input {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
}

.short-input.addr {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
}

.short-input input,
.email-wrap input,
textarea {
  width: 100%;
}
.short-input input:focus,
.email-wrap input:focus,
textarea:focus {
  outline: none;
}

.email-wrap,
.textarea-wrap {
  width: 100%;
}

.form-wrap textarea {
  height: 185px;
  margin-bottom: 10px;
  resize: none;
  border: 1px solid #85754e;
}

.form-wrap input {
  padding: 19px;
  border: 1px solid #85754e;
  margin-bottom: 0px;
}

.form-wrap label {
  color: #85754e;
  font-family: "Playfair Display SC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 50px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.email-wrap label {
  margin-top: 5px;
}

.textarea-wrap label {
  margin-top: 8px;
}

.form-submit:focus {
  outline: none;
}

input.form-submit {
  padding: 9px 60px;
  border: none;
  background-color: #85754e;
  color: #ffffff;
  font-family: "Helvet-reg";
  font-size: 14px;
  margin-left: auto;
  margin-top: 10px;
}

.slider-img-wrap {
  position: relative;
}

.slider-img-wrap:after {
  content: "";
  position: absolute;
  background-color: #042a4a;
  opacity: 0.85;
  top: 0;
  left: 0;
  height: 100%;
  width: 65%;
}

.slider-content-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.slider-content {
  color: #fff;
}

.slider-content h3 {
  color: #ffffff;
  font-family: "Playfair Display SC";
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: 4.8px;
}

.slider-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 45px;
  letter-spacing: 1.8px;
  line-height: 25px;
  max-width: 730px;
}

.slick-slide {
  padding: 1px;
}

.slider-wrap {
  max-width: 750px;
}

.meeting-wrap .w-menu-title {
  margin-top: -27px;
}

.meeting-wrap .w-menu-right {
  max-width: 430px;
  margin-left: 50px;
}

.meeting-wrap .w-menu-right p {
  margin-bottom: 25px;
}

.meeting-wrap .download-menu-button {
  margin-top: 30px;
}

.meeting-menu .w-menu-top-img-wrap {
  left: 0;
}

.meeting-menu .w-menu-bottom-img-wrap {
  left: auto;
  right: 0;
}

.meeting-menu .w-menu-logo-wrap {
  right: auto;
  left: 0;
}

.meeting-menu .w-menu-logo-wrap img {
  margin-left: 52px;
}

.meeting-menu .w-menu-left {
  margin-left: auto;
}

.meeting-menu .w-menu-title .right {
  margin-left: 50px;
}

.meeting-menu .w-menu-title {
  margin-top: -27px;
}

.meeting-menu .w-menu-left-wrap,
.wedding-menu .w-menu-left-wrap {
  background-image: url(../img/bg_img.svg);
  background-size: cover;
}

@media only screen and (min-width: 567px) {
  .w-menu-left {
    width: 390px;
    height: 390px;
  }
}
@media only screen and (min-width: 768px) {
  .meeting-2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .w-menu-left {
    width: 500px;
    height: 500px;
  }

  .inquiry-button {
    margin-right: 4%;
  }

  .w-slider-top {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .wedding-menu {
    max-width: 1240px;
  }

  .con-slider {
    max-width: 1200px;
  }

  .slider-content {
    max-width: 1250px;
  }

  .w-menu-left {
    width: 603px;
    height: 603px;
  }

  .wed-menu-block {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .g-img-wrap div {
    width: 22.5%;
    margin-bottom: 3%;
  }

  .w-slider-top {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .slick-dots {
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .slider-img-wrap {
    max-height: 700px;
    overflow: hidden;
  }
  .slider-img-wrap img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1200px) {
  .g-img-wrap div {
    width: 31%;
    margin-bottom: 3.5%;
  }

  .w-menu-top-img-wrap {
    width: 55%;
  }

  .w-menu-bottom-img-wrap {
    width: 60%;
  }

  .w-menu-logo-wrap {
    position: absolute;
    bottom: 15px;
    right: 0px;
  }
  .w-menu-logo-wrap img {
    width: 80%;
    margin-left: 10%;
  }

  .wed-menu-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .w-menu-title .left,
.top-title .left {
    font-size: 40px;
  }

  .w-menu-title .right,
.top-title .right {
    font-size: 26px;
    letter-spacing: 4px;
  }

  .top-title,
.w-menu-title {
    margin-bottom: 25px;
    margin-top: -20px;
  }

  .top-title {
    max-width: 265px;
  }

  .wedding-1-block-left {
    max-width: 450px;
  }

  .vl {
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-41%);
        -ms-transform: translateY(-41%);
            transform: translateY(-41%);
  }

  .w-menu-title .right,
.top-title .right {
    letter-spacing: 2.3px;
    margin-left: 10px;
  }

  .w-slider-bottom .con-slider span {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 3.5px;
    line-height: 25px;
    margin: 40px auto;
  }

  .slider-img-wrap:after {
    width: 100%;
  }

  .meeting-wrap .w-menu-title {
    margin-top: -20px;
  }

  .meeting-menu .w-menu-title {
    margin-top: -18px;
  }

  .meeting-menu .w-menu-logo-wrap img {
    margin-left: 20px;
  }

  .meeting-menu .w-menu-title .right {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991.9px) {
  .wedding-1-block-left {
    max-width: 330px;
  }

  .w-menu-logo-wrap img {
    max-width: 60%;
    margin-left: 20%;
  }

  .w-menu-title .right,
.top-title .right {
    letter-spacing: 3.5px;
  }

  .v1 {
    height: 20px;
  }

  .wed-menu-block {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .w-slider-top span {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .meeting-wrap .w-menu-right {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.9px) {
  .form-section h3,
.galleryclass h3 {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .short-input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .short-input.addr {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .img-wrap-w {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }

  .wedding-1-block-left {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }

  .w-menu-title .left,
.top-title .left {
    font-size: 30px;
    margin-left: 10px;
  }

  .w-menu-title .right,
.top-title .right {
    font-size: 20px;
    letter-spacing: 3px;
    margin-left: 20px;
  }

  .vl {
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-41%);
        -ms-transform: translateY(-41%);
            transform: translateY(-41%);
  }

  .top-title,
.w-menu-title {
    margin-bottom: 15px;
    margin-top: 0;
  }

  .w-slider-top span {
    display: none;
  }

  .inquiry-button {
    margin-left: auto;
  }

  .w-slider-bottom .con-slider span {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2.5px;
    line-height: 25px;
    margin: 20px auto;
  }

  .meeting-wrap .w-menu-title {
    margin-top: 0px;
  }

  .meeting-menu .w-menu-title {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .g-img-wrap div {
    width: 48%;
    margin-bottom: 3.5%;
  }

  .form-section span {
    width: 13%;
  }

  .form-wrap input {
    padding: 10px;
    border: 1px solid #85754e;
    margin-bottom: 0px;
  }

  input.form-submit {
    padding: 9px 60px;
  }

  .form-wrap textarea {
    height: 100px;
  }

  .form-section .g-title,
.galleryclass .g-title {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .wed-menu-block {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .w-menu-left {
    margin-bottom: 50px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .w-menu-right p {
    margin-bottom: 30px;
  }

  .w-menu-logo-wrap {
    width: 37%;
  }

  .slider-img-wrap {
    height: 400px;
    overflow: hidden;
  }
  .slider-img-wrap img {
    width: auto;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .slider-content h3 {
    font-size: 20px;
  }

  .slider-content p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 340px) {
  .w-menu-title .right,
.top-title .right {
    letter-spacing: 2.3px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199.9px) {
  .wedding-1-block-left {
    padding-left: 0;
    margin-right: 0px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  .w-menu-left {
    width: 330px;
    height: 330px;
  }

  .w-menu-title .right,
.top-title .right {
    letter-spacing: 3px;
    font-size: 22px;
  }

  .w-menu-title .left,
.top-title .left {
    font-size: 34px;
  }

  .top-title,
.w-menu-title {
    margin-top: -15px;
  }

  .w-menu-logo-wrap img {
    margin-left: 40%;
    width: 50%;
  }

  .vl {
    height: 20px;
    top: 49%;
  }
}
.br {
  border: 1px solid red;
}

.bt {
  border: 1px solid blue;
}

.tt {
  margin-bottom: 100px;
}
.tt .pd {
  text-align: right;
}

.slick-dots {
  list-style: none;
  margin: 0 auto 20px;
  text-align: center;
  padding-left: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  -webkit-transition: 0.2s background-color ease-in-out 0s;
  -o-transition: 0.2s background-color ease-in-out 0s;
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin-right: 11px;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background-color: #999;
}
.slick-dots li.slick-active button:focus {
  outline: none;
}

@font-face {
  font-family: "Helvet-reg";
  src: url(../fonts/HelveticaNeue-Roman.ttf) format("truetype"), url(../fonts/HelveticaNeue-Roman.woff2) format("woff2");
}
@font-face {
  font-family: "sanspro";
  src: url(../fonts/SourceSansPro-Regular.ttf) format("truetype"), url(../fonts/SourceSansPro-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "sanspro_b";
  src: url(../fonts/SourceSansPro-Bold.ttf) format("truetype"), url(../fonts/SourceSansPro-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "sanspro_l";
  src: url(../fonts/SourceSansPro-Light.ttf) format("truetype"), url(../fonts/SourceSansPro-Light.woff2) format("woff2");
}
/* =================================== */
body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .title .top-title {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .description h2 {
    font-size: 30px;
  }

  .sidenav .menu_item .menus {
    height: 200px;
  }
  .sidenav .menu_item .menus h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .banner .row h1 {
    font-size: 26px;
    line-height: 36px;
  }

  footer .social {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title .top-title {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .banner.just_text img {
    bottom: -50px;
    right: -15px;
    max-width: 400px !important;
    height: 150px !important;
  }

  .description h2 {
    font-size: 26px;
  }

  .blue_block {
    position: relative;
  }
  .blue_block .blue_img {
    width: 100%;
  }
  .blue_block .blue_text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sidenav .menu_item .menus {
    height: 200px;
  }
  .sidenav .menu_item .menus h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .banner .row h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner .row img {
    max-width: 200px;
    height: 150px;
  }

  footer .social {
    right: 0;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
.image-strapline .overlay {
linear-gradient(to right, #042a4a 100%, #ffffff 30%)
}
  .title .top-title {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .banner.just_text img {
    bottom: -50px;
    right: -15px;
    max-width: 400px !important;
    height: 150px !important;
  }

  .description .lines hr {
    width: 200px;
  }
  .description h2 {
    font-size: 24px;
  }

  .blue_block {
    height: 400px;
    position: relative;
  }
  .blue_block .blue_img {
    height: 400px;
    width: 100%;
  }
  .blue_block .blue_text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sidenav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
        grid-template-areas: ". ." ". .";
  }
  .sidenav .menu_item {
    height: auto !important;
  }
  .sidenav .menu_item .menus {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100% !important;
    padding: 0 15px;
  }
  .sidenav .menu_item .menus h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .banner .row h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner .row img {
    max-width: 160px;
    height: 130px;
  }

  footer {
    padding: 40px 15px 110px;
  }
  footer .footer_logo {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer_logo a img {
    width: 150px;
    height: 100px;
  }
  footer .footer_cont {
    padding: 0;
  }
  footer .footer_cont ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_cont ul li {
    margin: 10px 0;
  }
  footer .footer_cont ul li a {
    font-size: 18px;
  }
  footer .footer_cont .footer_text p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
  }
  footer .social {
    right: 0;
    left: 0;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 200px !important;
    margin: 0 auto;
  }
  footer .social li {
    margin: 0 !important;
  }
  footer .social li a img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 576px) {
footer .copyright {
	position: relative;
    bottom: 0;
    top: 20px;
}
  .title .top-title {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .plan .row {
    padding: 0 15px !important;
  }

  .banner.just_text img {
    bottom: -50px;
    right: -15px;
    max-width: 300px !important;
    height: 150px !important;
  }

  .description .lines hr {
    width: 150px;
  }
  .description h2 {
    font-size: 22px;
  }

  .blue_block {
    height: 300px;
    position: relative;
  }
  .blue_block .blue_img {
    height: 300px;
    width: 100%;
  }
  .blue_block .blue_text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  header {
    padding: 15px 15px;
  }
  .links {
    height: 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
        grid-template-areas: ". ." ". .";
  }

  .sidenav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
        grid-template-areas: "." "." "." ".";
  }
  .sidenav .menu_item {
    height: auto !important;
  }
  .sidenav .menu_item .menus {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100% !important;
    padding: 0;
  }
  .sidenav .menu_item .menus h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .sidenav .menu_item .menus a.main_btn {
    padding: 6px 18px;
  }

  .mt-110 {
    margin: 60px auto 30px;
  }

  header .col-6.header_logo {
    z-index: 9999;
  }

  header .col-6 {
    z-index: 999999;
  }

  #mySidenav {
    height: 100%;
    top: 0;
    overflow: hidden;
    z-index: 9999;
  }

  #closebtn {
    z-index: 9999999 !important;
  }

  .banner {
    height: calc(100vh - 208px);
    padding: 0 15px;
    min-height: auto;
  }
  .banner .row {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: center;
  }
  .banner .row h1 {
    font-size: 22px;
    line-height: 32px;
    position: static;
  }
  .banner .row img {
    max-width: 130px;
    height: 100px;
  }

  .gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
        grid-template-areas: "." "." ".";
  }
  .gallery .gallery-item img {
    height: 200px;
  }

  .mt-120 {
    margin: 60px auto 10px;
  }

  .title .top-title {
    text-align: center !important;
    width: 100% !important;
    padding: 0 15px;
  }
  .title .left {
    margin: 0 10px !important;
  }
  .title .right {
    margin-left: 0 !important;
  }

  footer {
    padding: 40px 15px 110px;
  }
  footer .footer_logo {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer_logo a img {
    width: 150px;
    height: 100px;
  }
  footer .footer_cont {
    padding: 0;
  }
  footer .footer_cont ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_cont ul li {
    margin: 10px 0;
  }
  footer .footer_cont ul li a {
    font-size: 18px;
  }
  footer .footer_cont .footer_text p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
  }
  footer .social {
    right: 0;
    left: 0;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 200px !important;
    margin: 0 auto;
  }
  footer .social li {
    margin: 0 !important;
  }
  footer .social li a img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .description .lines hr {
    width: 120px;
  }
  .description h2 {
    font-size: 22px;
  }

  .plan {
    padding: 0 15px;
  }

  html {
    overflow-x: hidden;
  }

  .sidenav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
        grid-template-areas: "." "." "." ".";
  }
  .sidenav .menu_item {
    height: auto !important;
  }
  .sidenav .menu_item .menus {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    height: 100% !important;
    padding: 0;
  }
  .sidenav .menu_item .menus h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .sidenav .menu_item .menus a.main_btn {
    padding: 6px 18px;
  }

  .mt-110 {
    margin: 60px auto 30px;
  }

  #mySidenav {
    height: 100%;
    top: 0;
    overflow: hidden;
    z-index: 9999;
  }
}

/* Blog */
.post .blog-image {
    height: 250px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.post .blog-image img {
    width: 100%;
}
.blog .sidebar-content .side-nav {

}
.blog .post {
  margin-bottom: 60px;
}
.blog .sidebar-content .side-nav h3,
.single-post .sidebar-content .side-nav h3 {
    font-size: 32px;
    color: #85754e;
    font-weight: 900;
    letter-spacing: 4.8px;
    font-family: "Playfair Display SC", serif;
    margin-bottom: 20px;
}
.blog .sidebar-content .side-nav ul,
.single-post .sidebar-content .side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog .sidebar-content .side-nav ul li > a,
.single-post .sidebar-content .side-nav ul li > a {
  color: #85754e;
}
.blog .post .post-content h3,
.page-template-all-posts .post .post-content h3 {
    color: #85754e;
    font-family: "Playfair Display SC", serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 25px;
    margin: 20px 0;
}
.blog .post .post-content .main_btn,
.page-template-all-posts .post .post-content .main_btn {
    padding: 15px 32px;
    float: left;
    margin-top: 10px;
    background: none;
    border: 2px solid #85754E;
    color: #85754E;
}
.blog .post .post-content .main_btn:hover,
.page-template-all-posts .post .post-content .main_btn:hover {
  color: #ffffff;
}

.blog .show-all,
.page-template-all-posts .show-all {
  display: table;
  margin: auto;
  padding: 15px 32px;
}

.col-md-4.post{
    margin-bottom:50px;
}

/*# sourceMappingURL=main.css.map */