body {
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.2px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 5px;
}

.page-wrapper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.top-notch-logo {
  width: 250px;
}

.homepage-slider {
  width: 900px;
  height: 600px;
  margin-top: 25px;
  background-color: transparent;
}

.homepage-gallery-image {
  width: 100%;
}

.hide-slidenamv {
  display: none;
}

.tab-book-now-button {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 50% 50%;
  background-size: 300px;
  text-decoration: none;
  cursor: pointer;
}

.tab-book-now-button.footer {
  position: static;
}

.page-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-now-text {
  margin-right: 15px;
  margin-bottom: -2px;
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.book-now-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, .35);
}

.homepage-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-nav-link {
  position: relative;
  height: 41px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 18px;
  -webkit-transition: color 200ms cubic-bezier(.86, 0, .07, 1);
  transition: color 200ms cubic-bezier(.86, 0, .07, 1);
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.menu-nav-link:hover {
  color: #fff;
}

.booking-pullout {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  overflow: hidden;
  width: 500px;
  height: 100vh;
  padding-top: 94px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: -10px 0 35px -4px rgba(0, 0, 0, .1);
  color: rgba(75, 66, 66, .95);
}

.x-button {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 0px 0px;
  background-size: 300px;
  cursor: pointer;
}

.x-icon {
  width: 25px;
}

.dummy-book-now-button {
  position: absolute;
  left: 170px;
  top: 350px;
  z-index: 3;
  display: none;
  width: 160px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.dummy-book-now-button.display-none {
  display: none;
}

.top-notch-home-script {
  width: 400px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footers-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text-link {
  margin-bottom: 5px;
  padding: 4px 7px;
  color: #000;
  text-decoration: none;
}

.foot-book {
  padding: 6px 12px;
  cursor: pointer;
}

.subpage-header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.subpage-header-wrapper.editoriales {
  height: 600px;
}

.subpage-header-wrapper.wedding {
  height: 800px;
}

.subpage-header-wrapper.contact.no-gray {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.subpage-header-wrapper.about {
  height: 800px;
}

.subpage-header-wrapper.services {
  height: 700px;
}

.subpage-header-wrapper.inner-editorials {
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 0px 0px;
  background-size: 300px;
}

.subpage-content-wrapper {
  width: 100%;
  max-width: 700px;
  padding-right: 30px;
  padding-left: 30px;
}

.subpage-title-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -36px;
  margin-bottom: 90px;
  padding-right: 30px;
  padding-bottom: 4px;
  padding-left: 30px;
  background-color: #fff;
}

.nav-link-hover-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 0px;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 50% 50%;
  background-size: 300px;
}

.nav-link-text {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.services-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.services-block-wrapper.last {
  margin-bottom: 100px;
}

.services-block-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  padding: 2px 12px 2px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 0px -14px;
  background-size: 308px;
  color: #fff;
  cursor: pointer;
}

.services-block-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-book-now-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 35px;
  margin-top: 13px;
  margin-bottom: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .13);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/content-quote-marble.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/content-quote-marble.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
  letter-spacing: 1px;
  cursor: pointer;
}

.services-arrow {
  width: 8px;
  margin-top: -1px;
  margin-left: 12px;
}

.input-field {
  height: 50px;
  padding-top: 7px;
  border: 1px solid #999;
  -webkit-transition: background-color 200ms cubic-bezier(.86, 0, .07, 1);
  transition: background-color 200ms cubic-bezier(.86, 0, .07, 1);
  font-size: 16px;
  text-align: center;
}

.input-field:focus {
  border-color: #000;
  background-color: #f8f8f8;
}

.input-field::-webkit-input-placeholder {
  color: #7c7c7c;
}

.input-field:-ms-input-placeholder {
  color: #7c7c7c;
}

.input-field::placeholder {
  color: #7c7c7c;
}

.input-field.textarea {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.password-enter-button {
  width: 100%;
  height: 70px;
  margin-top: 20px;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 100% 0px;
  background-size: 400px;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form-block {
  display: block;
  width: 500px;
  margin: 30px auto 35px;
}

.editorial-images-grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.editorial-col {
  width: 33.33333333%;
}

.editorial-image {
  width: 100%;
}

.center-content {
  text-align: center;
}

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 60px;
  padding-top: 9px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/content-quote-marble.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/content-quote-marble.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.fixed-nav.home-zindex-up {
  z-index: 1001;
}

.fixed-nav-logo {
  width: 120px;
  height: 41px;
}

.fixed-nav-container {
  display: block;
  height: 41px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 30px;
}

.fixed-nav-container.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-nav-menu-links-wraooer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-master-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrapper-black-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: #000;
}

.pdf-box-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pdf-box-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-top-bride-pricing-text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.wrong-password-text {
  color: #818181;
}

.intro-screen {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/content-quote-marble.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/content-quote-marble.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.intro-logo-wrapper {
  position: relative;
  width: 400px;
  height: 150px;
  margin-left: 0px;
}

.intro-script-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 400px;
}

.intro-plain-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 270px;
  margin-top: 52px;
  margin-left: 67px;
  opacity: 0;
}

.intro-logo-embed {
  height: 100%;
}

.book-now-dummy-remover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-top: 75px;
}

.html-embed {
  z-index: 1;
}

.html-embed-2 {
  z-index: 2;
  display: none;
}

.book-now-button {
  width: 50px;
  height: 50px;
}

.image-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-grid.spacing-top {
  margin-top: 105px;
}

.image {
  width: 100%;
}

.image.pdf-image {
  -webkit-filter: saturate(0%) contrast(170%);
  filter: saturate(0%) contrast(170%);
}

.editoriales-hover-pics-message {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-top: 103px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .85);
  color: #fff;
  font-size: 20px;
}

.book-div {
  display: block;
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 15%, 83%, .35);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/content-quote-marble.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/content-quote-marble.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 1000px;
}

.booking-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 15%, 83%, .35);
  font-size: 22px;
}

.book-now-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.book-btn {
  position: relative;
  left: 50%;
  top: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 13px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 29% 53%;
  background-size: 300px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.embed-booking {
  height: 100vh;
}

.html-embed-3 {
  height: 100%;
}

.image-col {
  width: 49%;
  margin-right: 0.5%;
  margin-left: 0.5%;
}

.image-col._100 {
  width: 100%;
}

.image-wrapper {
  position: relative;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 2%;
  padding: 10px;
  border: 1px solid #000;
}

.image-wrapper.editorials {
  margin: 0px;
  padding-bottom: 0px;
  border-width: 0px;
}

.image-wrapper._100 {
  margin-right: 0px;
  margin-left: 0px;
}

.image-wrapper._100.top-bride {
  margin-top: 0px;
}

.subpage-graphic-move {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/662A0841.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 50% 100% 0px;
  -ms-transform-origin: 50% 100% 0px;
  transform-origin: 50% 100% 0px;
}

.subpage-graphic-move.editorials {
  background-image: url('../images/_MG_3216-1.jpg');
  background-position: 50% 0px;
  background-size: contain;
}

.subpage-graphic-move.editorials-runway {
  background-image: url('../images/IMG_2571-Editar.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.subpage-graphic-move.contacto {
  background-image: url('../images/662A0319.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.subpage-graphic-move.services {
  background-image: url('../images/662A0428-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.subpage-graphic-move.wedding {
  background-image: url('../images/DA_9499.jpg');
  background-size: 1200px;
}

.editorial-hover-wrapper {
  position: relative;
  top: -45px;
  display: inline-block;
  padding: 15px 24px 11px;
  background-color: #000;
  background-image: url('../images/texture-1.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/intro_infinite.svg');
  background-image: url('../images/texture-1.png'), linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/intro_infinite.svg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: 358px, auto, cover;
  color: #fff;
  text-transform: uppercase;
}

.editorials-header-text {
  margin-top: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

.back-to-editorials-wrapper {
  padding-top: 79px;
  padding-bottom: 79px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  padding: 4px 12px 4px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 0px -14px;
  background-size: 308px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.button._404 {
  margin-top: 45px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.top-bride-video {
  margin-bottom: 0px;
  text-decoration: none;
}

.editorial-grid-title {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 700;
}

.editorial-credit {
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.h2-styling {
  font-size: 32px;
  line-height: 36px;
}

.book-now-wrap-master {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1999;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.book-now-wrap-master.footer {
  position: static;
}

.whatsapp-booking {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 991;
  display: none;
  overflow: auto;
  width: 105%;
  height: 100%;
  padding-bottom: 90px;
  background-color: #fff;
  opacity: 0;
}

.close-booking {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-size: 300px;
  text-decoration: none;
  cursor: pointer;
}

.close-booking.footer {
  position: static;
}

.whatsp-app-bookin-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whasapp-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 700px;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whasapp-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 170px;
  margin-bottom: 22px;
  padding: 63px 174px 63px 97px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-image: url('../images/content-quote-marble.jpg');
  background-position: 0px 0px;
  background-size: 1000px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.top-nothc-booking {
  width: 400px;
  margin-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.whatsapp-start-convo {
  position: absolute;
  top: 65px;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px 10px 10px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #000;
  background-image: url('../images/texture-1.png');
  background-position: 50% 49%;
  background-size: 600px;
}

.whatsapp-book-0-height {
  width: 100%;
}

.whatsapp-button-icon {
  width: 35px;
  margin-top: 3px;
  margin-right: 10px;
  margin-left: -12px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.editorials-year {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 6px;
}

.success-wrapper {
  background-color: #000;
  color: #fff;
}

.top-bride-video-link {
  color: #000;
  text-decoration: none;
}

.play-video-button {
  width: 25px;
  margin-left: 10px;
}

.wedding-lightbox-link {
  position: relative;
  width: 400px;
  margin-top: -30px;
  margin-bottom: 70px;
  text-decoration: none;
}

.play-video-button-big {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 100px;
  opacity: 0.54;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

html.w-mod-js *[data-ix="intro-page"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="page-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="f-menu-fixed-manu-intiial"] {
  display: none;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="services-intiial-content"] {
  opacity: 0;
  height: 0px;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="title-wrapper-interaction"] {
  height: 0px;
}

html.w-mod-js *[data-ix="view-pricing-content-initial"] {
  display: none;
}

@media (max-width: 991px) {
  .homepage-slider {
    width: 100%;
    height: auto;
  }
  .homepage-gallery-slide {
    height: 500px;
  }
  .tab-book-now-button {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .page-content-wrapper {
    padding-bottom: 120px;
  }
  .menu-nav-link:hover {
    color: #000;
  }
  .foot-book {
    display: none;
  }
  .subpage-header-wrapper.editoriales {
    height: 500px;
  }
  .subpage-header-wrapper.wedding {
    height: 700px;
  }
  .subpage-header-wrapper.about {
    height: 500px;
  }
  .subpage-header-wrapper.services {
    height: 500px;
  }
  .subpage-title-wrapper {
    margin-bottom: 80px;
  }
  .nav-link-hover-block {
    display: none;
  }
  .fixed-nav {
    height: 65px;
    padding-top: 0px;
  }
  .fixed-nav-logo {
    width: 150px;
    height: 65px;
  }
  .fixed-nav-container {
    height: 65px;
  }
  .fixed-nav-menu-links-wraooer {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    background-color: #fff;
  }
  .fixed-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    padding-top: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed-menu-button.w--open {
    background-color: #ececec;
  }
  .menu-icon {
    width: 40px;
  }
  .menu-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-icon-line-2 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .subpage-graphic-move {
    background-size: cover;
    background-attachment: scroll;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .subpage-graphic-move.editorials {
    background-size: cover;
  }
  .subpage-graphic-move.contacto {
    background-size: cover;
  }
  .subpage-graphic-move.wedding {
    background-size: cover;
  }
  .editorials-header-text {
    font-size: 60px;
  }
  .book-now-wrap-master {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .whatsapp-booking {
    width: 100%;
  }
  .close-booking {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .wedding-lightbox-link {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  .homepage-slider {
    width: 100%;
  }
  .homepage-gallery-slide {
    height: 450px;
  }
  .page-content-wrapper {
    padding-top: 27px;
    padding-bottom: 110px;
  }
  .homepage-links-wrapper {
    display: none;
  }
  .homepage-links-wrapper.homepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .menu-nav-link {
    width: 100%;
    height: 55px;
    padding-top: 18px;
  }
  .booking-pullout {
    width: 100%;
  }
  .footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subpage-header-wrapper.editoriales {
    height: 400px;
    background-image: none;
  }
  .subpage-header-wrapper.wedding {
    height: 500px;
  }
  .subpage-header-wrapper.contact {
    height: 300px;
  }
  .subpage-header-wrapper.about {
    height: 400px;
  }
  .subpage-header-wrapper.services {
    height: 350px;
  }
  .subpage-content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .subpage-title-wrapper {
    margin-bottom: 60px;
  }
  .form-block {
    width: 100%;
  }
  .fixed-nav-container {
    padding-left: 15px;
  }
  .fixed-nav-menu-links-wraooer {
    padding-bottom: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-grid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .editorials-header-text {
    font-size: 40px;
  }
  .whatsp-app-bookin-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .whasapp-buttons-wrapper {
    min-width: 0px;
  }
  .whasapp-button {
    padding-right: 122px;
    padding-left: 40px;
  }
  .top-nothc-booking {
    width: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 479px) {
  .top-notch-logo {
    width: 200px;
  }
  .homepage-gallery-slide {
    height: auto;
  }
  .tab-book-now-button {
    text-align: left;
  }
  .book-now-text {
    margin-left: 7px;
  }
  .homepage-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-nav-link {
    height: auto;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .subpage-header-wrapper.editoriales {
    height: 350px;
  }
  .subpage-header-wrapper.wedding {
    height: 400px;
  }
  .subpage-header-wrapper.contact {
    height: 200px;
  }
  .subpage-header-wrapper.about {
    height: 300px;
  }
  .subpage-header-wrapper.services {
    height: 300px;
  }
  .subpage-header-wrapper.inner-editorials {
    height: auto;
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .nav-link-text {
    font-size: 16px;
  }
  .form-block {
    margin-top: 0px;
  }
  .form-block.contact {
    margin-top: 30px;
  }
  .pdf-box-2 {
    position: relative;
  }
  .view-top-bride-pricing-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-grid {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-col {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .image-wrapper {
    margin-bottom: 0.5%;
    padding: 5px;
  }
  .image-wrapper.editorials {
    padding-right: 0px;
    padding-left: 0px;
  }
  .editorials-header-text {
    font-size: 35px;
  }
  .whatsp-app-bookin-content {
    padding-top: 23px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .whasapp-buttons-wrapper {
    margin-top: 22px;
  }
  .whasapp-button {
    height: auto;
    margin-bottom: 14px;
    padding: 38px 15px 38px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
  }
  .top-nothc-booking {
    width: 250px;
    margin-right: 0px;
    margin-left: -30px;
  }
  .whatsapp-start-convo {
    position: static;
    right: 20px;
    width: 35px;
    height: 35px;
    margin-left: 21px;
    padding-left: 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .whatsapp-button-icon {
    margin-right: 0px;
  }
  .wedding-lightbox-link {
    width: 100%;
  }
}

