/*
Theme Name: Whyte Weddings
Author: Adam Allaker
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

strong {
  float: none;
  font-family: inherit; }

html {
  min-height: 100%;
  height: auto;
  width: 100%; }

body {
  background: url("images/logoDevice.svg") center center/150px auto no-repeat #F7EBE0;
  background-attachment: fixed;
  position: relative;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #453634;
  min-height: 100%;
  width: 100%;
  overflow-y: scroll;
  float: left;
  font-weight: 400;
  margin: 0;
  padding: 70px 0 0;
  quotes: '\201c' '\201d';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0s ease 1s; }

section {
  float: left;
  width: 100%; }

ol, ul, li {
  list-style: disc;
  list-style-position: inside; }

a {
  transition: .5s;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-family: "Montserrat", sans-serif; }

a:hover {
  text-decoration: none; }

p {
  margin-bottom: 15px;
  font-size: 1.125em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

h1, h2, h3 {
  font-weight: 400;
  font-family: "Petit Formal Script", cursive; }

img {
  width: 100%;
  float: left;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 5px;
  float: left;
  width: 100%;
  margin: 10px 0;
  border: none; }

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border: none; }

td, th {
  display: table-cell;
  vertical-align: inherit;
  padding: 5px;
  border: 1px solid #ccc; }

div::-webkit-scrollbar {
  width: 12px; }

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px; }

div::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 26px black; }

::-webkit-input-placeholder {
  color: #453634;
  opacity: 1;
  font-size: .8em;
  font-family: "Playfair Display", serif;
  text-transform: uppercase; }

:-moz-placeholder {
  color: #453634;
  opacity: 1;
  font-size: .8em;
  font-family: "Playfair Display", serif;
  text-transform: uppercase; }

::-moz-placeholder {
  color: #453634;
  opacity: 1;
  font-size: .8em;
  font-family: "Playfair Display", serif;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #453634;
  opacity: 1;
  font-size: .8em;
  font-family: "Playfair Display", serif;
  text-transform: uppercase; }

input, textarea {
  background: transparent;
  color: #453634;
  opacity: 1;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  border: none;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus {
  outline: none; }

.desktop {
  display: block; }

.mobile {
  display: none; }

/* main styles */
#wrapper {
  background: #F7EBE0;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: opacity 1.5s ease 0s;
  opacity: 0;
  width: 100%; }

#wrapper.active {
  opacity: 1; }

header.siteHeader {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #F7EBE0; }
  header.siteHeader a {
    display: block; }
  header.siteHeader a.logo {
    position: absolute;
    width: 62px;
    height: 54px;
    top: 8px;
    left: 8px;
    z-index: 202; }
  header.siteHeader a.centerLogo {
    position: absolute;
    width: 180px;
    height: 48px;
    top: 16px;
    left: calc(50% - 90px);
    z-index: 202; }
  header.siteHeader a.menu {
    position: absolute;
    top: 15px;
    right: 20px;
    height: 30px;
    width: 30px;
    padding: 10px;
    z-index: 500; }
    header.siteHeader a.menu span {
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      border-radius: 20px;
      background: #4C4354;
      right: 10px;
      top: 15px;
      transition: .5s; }
    header.siteHeader a.menu span:nth-of-type(2) {
      top: 23px; }
    header.siteHeader a.menu span:nth-of-type(3) {
      top: 31px; }

body.navOpen header.siteHeader a.menu span {
  transition: .5s; }
body.navOpen header.siteHeader a.menu span:first-of-type {
  transform: rotate(-135deg);
  top: 23px; }
body.navOpen header.siteHeader a.menu span:nth-of-type(2) {
  right: -25px;
  opacity: 0; }
body.navOpen header.siteHeader a.menu span:nth-of-type(3) {
  transform: rotate(135deg);
  top: 23px; }

div#nav {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/navBG.jpg") center/cover no-repeat;
  position: fixed;
  z-index: 200;
  top: 0;
  left: -100%;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100vh;
  transition: left 0s ease .5s, opacity .5s ease 0s; }
  div#nav a.navLogo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60px;
    left: 60px; }
  div#nav nav {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 0 0 0 9%;
    margin: 100px 0 0;
    position: relative;
    z-index: 200; }
    div#nav nav ul {
      float: left;
      width: 100%;
      list-style: none; }
      div#nav nav ul li {
        float: left;
        width: 100%;
        margin: 0 0 2.8vh;
        list-style: none; }
        div#nav nav ul li a {
          color: #453634;
          text-transform: uppercase;
          font-family: "Playfair Display", serif;
          font-size: 1.75em;
          float: left; }
        div#nav nav ul li ul {
          float: left;
          width: 100%;
          margin: 5px 0 0; }
          div#nav nav ul li ul li {
            float: left;
            width: auto;
            margin: 0 10px 10px 0; }
            div#nav nav ul li ul li a {
              font-size: 1rem; }
      div#nav nav ul li.current_page_item a, div#nav nav ul a:hover {
        color: #000; }
  div#nav div.navDetails {
    float: left;
    width: 40%;
    box-sizing: border-box;
    margin: 220px 0 0;
    text-align: center; }
    div#nav div.navDetails a.detailsLogo {
      float: left;
      width: 40%;
      margin: 0 0 4vh 30%; }
    div#nav div.navDetails a {
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      float: left;
      width: 100%;
      margin: 0 0 3vh;
      color: #4C4354;
      font-size: 1em; }
    div#nav div.navDetails div.social {
      float: left;
      width: 100%;
      text-align: center; }
    div#nav div.navDetails a.social {
      width: 22px;
      margin: 10px 10px 0;
      float: none;
      display: inline-block; }
    div#nav div.navDetails a:hover, div#nav div.navDetails a.social:hover {
      color: #000; }
  div#nav div.branchLink {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    div#nav div.branchLink img {
      float: none;
      width: 130px;
      margin: 0 auto 20px;
      display: block; }
    div#nav div.branchLink p {
      text-align: center; }
      div#nav div.branchLink p span {
        display: inline-block;
        padding: 0 15px; }
    div#nav div.branchLink a {
      float: none;
      text-align: center;
      display: inline-block;
      margin: 0 auto 20px;
      font-family: "Playfair Display", serif;
      font-size: 1em;
      text-transform: uppercase; }

body.navOpen div#nav {
  pointer-events: auto;
  opacity: 1;
  left: 0;
  transition: left 0s ease 0s, opacity .5s ease 0s; }

div#content {
  float: left;
  width: calc(100% - 140px);
  margin: 0 70px; }

div#banner {
  background: center/cover;
  float: left;
  width: 100%;
  height: calc(100vh - 140px);
  position: relative;
  margin: 0 0 70px;
  z-index: 1; }
  div#banner h1 {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.25em;
    left: 0;
    bottom: -46px;
    font-family: "Playfair Display", serif; }
  div#banner div.promo {
    position: relative;
    margin: 28% auto 40px;
    display: table;
    max-width: 90%; }
    div#banner div.promo::before {
      content: "";
      display: block;
      background: #F6C1B0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .6;
      z-index: -1; }
  div#banner p {
    font-size: 1.875em;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    color: #453634;
    margin: 15px;
    padding: 15px;
    border: 1px solid #453634; }
  div#banner a.button {
    float: none;
    color: #453634;
    margin: 0 auto;
    display: table; }
  div#banner a.button:hover {
    color: #fff; }

div#landingBanner {
  float: left;
  width: 100%;
  height: calc(100vh - 140px);
  position: relative;
  margin: 0 0 70px;
  z-index: 1; }
  div#landingBanner h1 {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.25em;
    left: 0;
    bottom: -46px;
    font-family: "Playfair Display", serif; }
  div#landingBanner div.slide {
    background: center/cover;
    float: left;
    width: 33.3333%;
    height: calc(100vh - 140px);
    position: relative; }
    div#landingBanner div.slide div.overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #4C4354;
      opacity: .4;
      z-index: 0; }
    div#landingBanner div.slide img {
      position: absolute;
      bottom: 280px;
      left: 50%;
      transform: translateX(-50%);
      width: 41%; }
    div#landingBanner div.slide h4 {
      position: absolute;
      font-family: "Playfair Display", serif;
      font-size: 2.1em;
      letter-spacing: 5px;
      bottom: 215px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #fff;
      text-transform: uppercase; }
    div#landingBanner div.slide p {
      position: absolute;
      font-family: "Playfair Display", serif;
      font-size: 1.6em;
      letter-spacing: 3px;
      bottom: 128px;
      left: 0;
      width: 100%;
      margin: 0;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      padding-top: 30px; }
      div#landingBanner div.slide p::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        width: 60px;
        background: #fff; }
    div#landingBanner div.slide a.button {
      position: absolute;
      bottom: 47px;
      left: 50%;
      transform: translateX(-50%); }

div#banner.location::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #4C4354;
  opacity: .4; }
div#banner.location::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 190px;
  bottom: 45%;
  left: 50%;
  transform: translateX(-50%);
  background: url("images/logoFullWhite.svg") center/contain no-repeat; }
div#banner.location h2 {
  text-align: center;
  width: 100%;
  font-family: "Playfair Display", serif;
  letter-spacing: 8px;
  font-size: 3em;
  position: absolute;
  left: 0;
  bottom: 33%;
  color: #fff;
  text-transform: uppercase; }

div.bannerOffer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  background: #F6C1B0;
  color: #4C4354;
  z-index: 200; }
  div.bannerOffer em {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.125em; }
  div.bannerOffer a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    padding: 5px 10px;
    border: 1px solid #4C4354;
    color: #4C4354;
    background: #F6C1B0;
    letter-spacing: 2px;
    margin: 10px; }
  div.bannerOffer a:hover {
    color: #F6C1B0;
    background: #4C4354; }

div.topContent {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/siteBG.jpg") right top/50% auto no-repeat;
  float: left;
  width: calc(100% + 140px);
  padding: 0 0 55%;
  box-sizing: border-box;
  margin: 0 0 0 -70px; }
  div.topContent div.content {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesFull.svg") -14.5vw top/contain no-repeat;
    float: left;
    width: 42%;
    padding: 15% 0 15% 8%; }
    div.topContent div.content h3 {
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      font-size: 1.5em;
      margin: 0 0 10px; }
    div.topContent div.content h4 {
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      font-size: 1.5em;
      margin: 0 0 10px; }
    div.topContent div.content h2 {
      font-family: "Petit Formal Script", cursive;
      font-size: 2.5em;
      margin: 0 0 20px; }

div.topContent.form1 {
  background: none;
  padding: 0 0 3%; }
  div.topContent.form1 div.content {
    padding: 10% 0 15% 8%; }
  div.topContent.form1 div#contactForm {
    float: right;
    width: 42%;
    margin: 10% 3% 70px 0; }
    div.topContent.form1 div#contactForm div.form {
      float: left;
      width: 100%;
      display: none;
      margin: 0; }
      div.topContent.form1 div#contactForm div.form h3 {
        font-size: 2.5em;
        margin: 0 0 10px 2%; }
      div.topContent.form1 div#contactForm div.form div.wpcf7 label {
        float: left;
        width: 96%;
        margin: 0 2%;
        font-family: "Playfair Display", serif; }
        div.topContent.form1 div#contactForm div.form div.wpcf7 label span {
          float: left;
          width: 100%;
          margin: 0 0 4%; }
          div.topContent.form1 div#contactForm div.form div.wpcf7 label span select {
            font-family: "Playfair Display", serif;
            text-transform: uppercase;
            font-size: 1em; }
      div.topContent.form1 div#contactForm div.form form span:nth-of-type(5) {
        width: 96%;
        margin: 0 2% 20px; }
      div.topContent.form1 div#contactForm div.form form input.wpcf7-submit {
        margin: 0 2%; }
  div.topContent.form1 div#contactForm.appointment div.form.appointmentForm {
    display: block; }
    div.topContent.form1 div#contactForm.appointment div.form.appointmentForm form span:nth-of-type(5) {
      width: 46%;
      margin: 0 2% 4%; }
    div.topContent.form1 div#contactForm.appointment div.form.appointmentForm form span:nth-of-type(10) {
      width: 46%;
      margin: 0 2% 4%; }
    div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select {
      float: left;
      width: 100%;
      margin: -80px 0 0 0; }
      div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select h4 {
        font-size: 1.5em;
        margin: 0 0 10px;
        text-transform: uppercase;
        font-weight: 700; }
      div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select p a {
        font-size: 1em;
        opacity: .5;
        text-transform: uppercase;
        transition: .5s; }
      div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select p a:hover {
        opacity: 1; }
    div.topContent.form1 div#contactForm.appointment div.form.appointmentForm div.selectForm {
      float: left;
      width: 100%;
      height: auto;
      overflow: hidden; }
    div.topContent.form1 div#contactForm.appointment div.form.appointmentForm div.selectForm.chichester {
      max-height: 0;
      opacity: 0;
      transition: max-height 0s ease 1s, opacity 1s ease 0s; }
    div.topContent.form1 div#contactForm.appointment div.form.appointmentForm div.selectForm.worthing {
      max-height: 800px;
      opacity: 1;
      transition: max-height 0s ease 1s, opacity 1s ease 1s; }
    div.topContent.form1 div#contactForm.appointment div.form.appointmentForm div.selectForm.hove {
      max-height: 0;
      opacity: 0;
      transition: max-height 0s ease 1s, opacity 1s ease 1s; }
  div.topContent.form1 div#contactForm.appointment.chichester div.form.appointmentForm div.selectForm.worthing {
    max-height: 0;
    opacity: 0;
    transition: max-height 0s ease 1s, opacity 1s ease 0s; }
  div.topContent.form1 div#contactForm.appointment.chichester div.form.appointmentForm div.selectForm.hove {
    max-height: 0;
    opacity: 0;
    transition: max-height 0s ease 1s, opacity 1s ease 0s; }
  div.topContent.form1 div#contactForm.appointment.chichester div.form.appointmentForm div.selectForm.chichester {
    max-height: 800px;
    opacity: 1;
    transition: max-height 0s ease 1s, opacity 1s ease 1s; }
  div.topContent.form1 div#contactForm.appointment.hove div.form.appointmentForm div.selectForm.worthing {
    max-height: 0;
    opacity: 0;
    transition: max-height 0s ease 1s, opacity 1s ease 0s; }
  div.topContent.form1 div#contactForm.appointment.hove div.form.appointmentForm div.selectForm.hove {
    max-height: 800px;
    opacity: 1;
    transition: max-height 0s ease 1s, opacity 1s ease 1s; }
  div.topContent.form1 div#contactForm.appointment.hove div.form.appointmentForm div.selectForm.chichester {
    max-height: 0;
    opacity: 0;
    transition: max-height 0s ease 1s, opacity 1s ease 0s; }
  div.topContent.form1 div#contactForm.appointment.worthing div.form.appointmentForm div.selectForm.worthing {
    max-height: 800px;
    opacity: 1;
    transition: max-height 0s ease 1s, opacity 1s ease 1s; }
  div.topContent.form1 div#contactForm.appointment.worthing div.form.appointmentForm div.selectForm.hove {
    max-height: 0;
    opacity: 0;
    transition: max-height 0s ease 1s, opacity 1s ease 0s; }
  div.topContent.form1 div#contactForm.appointment.worthing div.form.appointmentForm div.selectForm.chichester {
    max-height: 0;
    opacity: 0;
    transition: max-height 0s ease 1s, opacity 1s ease 0s; }
  div.topContent.form1 div#contactForm.contact div.form.contactForm {
    display: block; }

div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select p a {
  font-weight: 400;
  opacity: .5; }

div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select p a:hover {
  opacity: 1; }

div.topContent.form1 div#contactForm.appointment.initial div.form.appointmentForm span.select p a.worthing {
  opacity: 1; }

div.topContent.form1 div#contactForm.appointment.worthing div.form.appointmentForm span.select p a.worthing {
  opacity: 1; }

div.topContent.form1 div#contactForm.appointment.chichester div.form.appointmentForm span.select p a.chichester {
  opacity: 1; }

div.topContent.form1 div#contactForm.appointment.hove div.form.appointmentForm span.select p a.hove {
  opacity: 1; }

section.text div.topContent {
  padding: 10% 30% 10% 6%; }
  section.text div.topContent h1 {
    font-size: 2.5em;
    text-transform: none;
    margin: 0 0 15px; }
  section.text div.topContent h2, section.text div.topContent h3 {
    float: left;
    width: 100%;
    font-size: 1.625em;
    text-transform: none;
    margin: 20px 0 10px; }
  section.text div.topContent p {
    float: left;
    width: 100%; }
    section.text div.topContent p strong {
      font-weight: 700; }

div#dressCategories {
  float: left;
  width: 100%;
  margin: -55% 0 0; }
  div#dressCategories h3 {
    text-align: center;
    font-size: 2.5em;
    padding: 70px 0 55px;
    position: relative;
    margin: 0 0 40px; }
    div#dressCategories h3::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 60px;
      height: 60px;
      left: calc(50% - 30px);
      background: url("images/logoDevice.svg") center/contain no-repeat; }
    div#dressCategories h3::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 130px;
      height: 35px;
      left: calc(50% - 65px);
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center/contain no-repeat; }
  div#dressCategories div.page-description {
    float: left;
    width: 68%;
    text-align: center;
    margin: 0 16% 40px; }

section.titleWrap {
  margin: 0;
  float: left;
  width: 100%;
  padding-bottom: 120px; }
  section.titleWrap h3.sectionTitle {
    text-align: center;
    font-size: 2.5em;
    padding: 70px 0 55px;
    position: relative;
    margin: 0; }
    section.titleWrap h3.sectionTitle::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 60px;
      height: 60px;
      left: calc(50% - 30px);
      background: url("images/logoDevice.svg") center/contain no-repeat; }
  section.titleWrap ul.switcher {
    position: relative;
    display: table;
    text-align: center;
    margin: 0 auto 50px;
    padding: 40px 0 0;
    width: auto; }
    section.titleWrap ul.switcher::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 60px;
      height: 2px;
      left: calc(50% - 30px);
      background: #4C4354; }
    section.titleWrap ul.switcher li {
      display: inline-block;
      list-style: none;
      padding: 0 35px;
      position: relative;
      margin: 0; }
      section.titleWrap ul.switcher li a {
        font-family: "Playfair Display", serif;
        position: relative;
        letter-spacing: 5px;
        font-size: 1.875em;
        padding: 0 0 6px;
        text-transform: uppercase; }
        section.titleWrap ul.switcher li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          width: 0;
          height: 2px;
          left: 50%;
          transition: .5s;
          background: #4C4354; }
      section.titleWrap ul.switcher li a:hover::after {
        left: 0;
        width: 100%; }
    section.titleWrap ul.switcher li:nth-child(2)::before {
      content: "|";
      font-family: "Playfair Display", serif;
      font-size: 1.875em;
      position: absolute;
      top: 0;
      left: -2px; }
    section.titleWrap ul.switcher li:nth-child(2)::after {
      content: "|";
      font-family: "Playfair Display", serif;
      font-size: 1.875em;
      position: absolute;
      top: 0;
      right: -2px; }
  section.titleWrap div.hoveWrap, section.titleWrap div.chichesterWrap, section.titleWrap div.worthingWrap {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    float: left;
    width: 100%;
    height: auto;
    transition: max-height 0s ease 1s, opacity 1s ease 0s; }

section.titleWrap.clearIntro1 {
  margin: -55% 0 0; }

section.titleWrap.bg1 {
  background: #E9DED3;
  width: calc(100% + 160px);
  margin: 0 0 80px -80px;
  box-sizing: border-box;
  padding: 50px 80px 120px; }

button.slick-prev.slick-arrow {
  position: absolute;
  left: -55px;
  top: 42%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  background: transparent;
  width: 60px;
  height: 80px;
  padding: 0;
  cursor: pointer; }
  button.slick-prev.slick-arrow::before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    top: 17px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 34px 20px 0;
    border-color: transparent #4C4354 transparent transparent;
    transition: .5s; }

button.slick-prev.slick-arrow:hover::before {
  border-color: transparent #F6C1B0 transparent transparent; }

button.slick-next.slick-arrow {
  position: absolute;
  right: -55px;
  top: 42%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  background: transparent;
  width: 60px;
  height: 80px;
  padding: 0;
  cursor: pointer; }
  button.slick-next.slick-arrow::before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 34px;
    border-color: transparent transparent transparent #4C4354;
    transition: .5s; }

button.slick-next.slick-arrow:hover::before {
  border-color: transparent transparent transparent #F6C1B0; }

div.tripleSlider {
  float: left;
  width: 100%;
  margin: 0;
  position: relative; }
  div.tripleSlider div.slide {
    position: relative;
    float: left;
    margin: 0 20px;
    height: auto;
    overflow: hidden; }
    div.tripleSlider div.slide div.img {
      position: relative;
      background: center/cover;
      float: left;
      width: 100%;
      padding-bottom: 128%;
      margin-bottom: 15px; }
      div.tripleSlider div.slide div.img a {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      div.tripleSlider div.slide div.img a.overlay {
        background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/imgOverlay@2x.png") center/cover no-repeat; }
    div.tripleSlider div.slide h2 {
      color: #4C4354;
      text-align: center;
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      font-size: 1.625em;
      letter-spacing: 5px;
      margin: 0 0 15px; }
    div.tripleSlider div.slide h3 {
      color: #4C4354;
      text-align: center;
      font-size: 1.875em;
      margin: 0 0 15px; }
    div.tripleSlider div.slide p {
      text-align: center;
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      font-size: 1em; }
    div.tripleSlider div.slide a.button {
      display: table;
      float: none;
      margin: 0 auto; }

section.titleWrap.worthing ul.switcher li a.filterWorthing::after, section.titleWrap.worthing ul.switcher li a.filterWorthingNew::after {
  left: 0;
  width: 100%; }
section.titleWrap.worthing div.worthingWrap {
  max-height: 1000px;
  pointer-events: auto;
  opacity: 1;
  transition: max-height 0s ease 1s, opacity 1s ease 1s; }

section.titleWrap.hove ul.switcher li a.filterHove::after, section.titleWrap.hove ul.switcher li a.filterHoveNew::after {
  left: 0;
  width: 100%; }
section.titleWrap.hove div.hoveWrap {
  max-height: 1000px;
  pointer-events: auto;
  opacity: 1;
  transition: max-height 0s ease 1s, opacity 1s ease 1s; }

section.titleWrap.chichester ul.switcher li a.filterChichester::after, section.titleWrap.chichester ul.switcher li a.filterChichesterNew::after {
  left: 0;
  width: 100%; }
section.titleWrap.chichester div.chichesterWrap {
  max-height: 1000px;
  pointer-events: auto;
  opacity: 1;
  transition: max-height 0s ease 1s, opacity 1s ease 1s; }

div.singleSlider {
  float: left;
  position: relative;
  width: 100%;
  margin: 0; }
  div.singleSlider div.slide {
    position: relative;
    float: left;
    margin: 0 10px;
    background: center/cover;
    height: 88vh;
    overflow: hidden; }
    div.singleSlider div.slide::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/largeOverlay.png") center/100% 100% no-repeat; }
    div.singleSlider div.slide div.slideContent {
      position: absolute;
      bottom: 120px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #fff; }
      div.singleSlider div.slide div.slideContent p {
        font-family: "Playfair Display", serif;
        text-transform: uppercase;
        font-size: 2.25em; }
      div.singleSlider div.slide div.slideContent h3 {
        font-family: "Playfair Display", serif;
        position: relative;
        text-transform: uppercase;
        font-size: 2.25em;
        padding: 25px 0 15px;
        margin: 25px 0 15px; }
        div.singleSlider div.slide div.slideContent h3::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: calc(50% - 30px);
          width: 60px;
          height: 2px;
          background: #fff; }
      div.singleSlider div.slide div.slideContent a.button {
        float: none;
        display: table;
        margin: 0 auto; }

div.slick-list.draggable {
  overflow: hidden; }

div.twinLinks {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px; }
  div.twinLinks div.twinLink div.img {
    background: center/cover;
    padding-bottom: 94%;
    position: relative; }
    div.twinLinks div.twinLink div.img p {
      position: absolute;
      width: 60%;
      left: 20%;
      bottom: 120px;
      text-align: center;
      text-transform: uppercase;
      font-family: "Playfair Display", serif;
      color: #fff;
      font-size: 2.25em; }
      div.twinLinks div.twinLink div.img p em {
        font-family: "Petit Formal Script", cursive;
        text-transform: none;
        font-size: 1.25em; }
    div.twinLinks div.twinLink div.img a.overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/imgOverlay@2x.png") center/100% 100% no-repeat; }
  div.twinLinks div.twinLink a.button {
    display: table;
    float: none;
    margin: 50px auto 20px; }

div.promo {
  background: center/cover;
  float: left;
  width: 100%;
  margin: 80px 0;
  padding-bottom: 46%;
  position: relative; }
  div.promo::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/largeOverlay.png") center/100% 100% no-repeat; }
  div.promo div.promoContent {
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: center;
    color: #fff; }
    div.promo div.promoContent img {
      width: auto;
      max-width: 60%;
      float: none;
      display: table;
      margin: 0 auto 30px; }
    div.promo div.promoContent h3 {
      float: left;
      width: 100%;
      position: relative;
      font-family: "Playfair Display", serif;
      font-size: 2.25em;
      letter-spacing: 5px;
      text-transform: uppercase;
      padding: 5px 0 25px;
      margin: 5px 0 25px; }
      div.promo div.promoContent h3::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: calc(50% - 30px);
        width: 60px;
        height: 2px;
        background: #fff; }
    div.promo div.promoContent a.button {
      margin: 0 auto;
      display: table;
      float: none; }

div.appointmentFormFull {
  float: left;
  width: 70%;
  margin: 0 15%; }
  div.appointmentFormFull form span:nth-of-type(7) {
    width: 96%; }
  div.appointmentFormFull form input.wpcf7-submit {
    margin: 0 2%; }

body.tax-product_cat div#dressCategories.page {
  margin: 0; }
  body.tax-product_cat div#dressCategories.page h3, body.tax-product_cat div#dressCategories.page p.woocommerce-result-count, body.tax-product_cat div#dressCategories.page form.woocommerce-ordering {
    display: none; }

body.tax-product_cat ul.products li:nth-last-of-type(2)::before, body.tax-product_cat ul.products li:last-of-type::before, body.tax-product_cat ul.products li.product a:first-of-type::after, body.tax-product_cat ul.products li.product a:first-of-type::after {
  display: none; }

div.term-description {
  float: left;
  width: 100%;
  margin: 0 0 80px; }
  div.term-description h1 {
    text-align: center;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-size: 1.4em;
    float: left;
    width: 100%;
    margin: 20px 0; }
  div.term-description img:last-of-type {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center bottom/130px auto no-repeat;
    display: block;
    width: auto;
    max-width: 50%;
    margin: 0 auto 30px;
    float: none;
    padding: 30px 0 80px; }
  div.term-description p {
    text-align: center;
    float: left;
    width: 68%;
    margin: 0 16% 15px; }

.woocommerce ul.products {
  text-align: center;
  float: none;
  display: block;
  margin: 0 auto; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: none;
  margin: 0 1% 10%;
  padding: 0;
  position: relative;
  width: 31%;
  display: inline-block; }
  .woocommerce ul.products li.product > span, .woocommerce-page ul.products li.product > span {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 20;
    opacity: 0;
    transition: .5s; }
  .woocommerce ul.products li.product a:first-of-type, .woocommerce-page ul.products li.product a:first-of-type {
    text-decoration: none;
    float: left;
    width: 100%;
    position: relative; }
    .woocommerce ul.products li.product a:first-of-type::after, .woocommerce-page ul.products li.product a:first-of-type::after {
      content: "";
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/imgOverlay@2x.png") center/cover no-repeat;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    .woocommerce ul.products li.product a:first-of-type img, .woocommerce-page ul.products li.product a:first-of-type img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0;
      box-shadow: none; }
  .woocommerce ul.products li.product h2.woocommerce-loop-category__title, .woocommerce-page ul.products li.product h2.woocommerce-loop-category__title {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0;
    font-size: 1.875em; }
    .woocommerce ul.products li.product h2.woocommerce-loop-category__title mark, .woocommerce-page ul.products li.product h2.woocommerce-loop-category__title mark {
      display: none; }
  .woocommerce ul.products li.product p, .woocommerce-page ul.products li.product p {
    font-family: "Playfair Display", serif;
    font-size: 1em;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 0 0 15px; }
  .woocommerce ul.products li.product a.button, .woocommerce-page ul.products li.product a.button {
    float: none;
    display: table;
    margin: 0 auto;
    background: #F6C1B0;
    color: #fff;
    border-radius: 0;
    padding: 12px 46px;
    font-size: .875em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }
  .woocommerce ul.products li.product a.button:hover, .woocommerce-page ul.products li.product a.button:hover {
    background: #4C4354; }

.woocommerce ul.products li.product:hover > span, .woocommerce-page ul.products li.product:hover > span {
  opacity: 1; }

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: none; }

body.tax-product_cat ul.products li.product .woocommerce-loop-category__title, body.tax-product_cat ul.products li.product .woocommerce-loop-product__title, body.tax-product_cat ul.products li.product h3 {
  margin: 10px 0;
  float: left;
  width: 100%;
  padding: 0;
  font-size: 1.875em; }

.woocommerce ul.products li.product .price {
  color: #4C4354;
  font-family: "Playfair Display", serif;
  display: block;
  font-weight: 400;
  font-size: 1.125em;
  float: left;
  width: 100%;
  margin: 0 0 15px; }

.woocommerce ul.products li.product .price span {
  font-family: "Playfair Display", serif; }

.woocommerce ul.products li.product .price del span bdi {
  font-family: "Playfair Display", serif;
  font-size: .9em;
  text-decoration: line-through; }
.woocommerce ul.products li.product .price ins span bdi {
  font-family: "Playfair Display", serif; }

nav.woocommerce-breadcrumb, ul.tabs {
  display: none; }

.woocommerce #content div.product > span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20; }

div.productGalleryWrap {
  float: left;
  width: 42%;
  position: relative; }
  div.productGalleryWrap a.popVid.open {
    color: #fff;
    position: absolute;
    font-family: "Petit Formal Script", cursive;
    top: 20px;
    right: 20px;
    height: 80px;
    width: 80px;
    line-height: 66px;
    text-align: center;
    background: #F6C1B0;
    border-radius: 50%; }
    div.productGalleryWrap a.popVid.open span {
      display: block;
      margin: -20px auto 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 14px;
      border-color: transparent transparent transparent #fff; }

div#dressVideo {
  position: fixed;
  top: 70px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 70px);
  z-index: 20;
  transition: .5s; }
  div#dressVideo::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #453634;
    opacity: 0.8;
    z-index: -1; }
  div#dressVideo a.popVid.close {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px; }
    div#dressVideo a.popVid.close span {
      position: absolute;
      display: block;
      width: 20px;
      height: 1px;
      background: #fff;
      top: 15px;
      right: 5px;
      transform: rotate(45deg); }
    div#dressVideo a.popVid.close span:last-of-type {
      transform: rotate(-45deg); }
  div#dressVideo iframe {
    float: left;
    width: 80%;
    height: 80%;
    margin: 5% 10%; }

div#dressVideo.show {
  left: 0; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 100%; }

.woocommerce div.product div.images ol.flex-control-thumbs {
  float: left;
  width: calc(100% + 10px);
  margin: 0 0 0 -5px;
  padding: 0; }

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none; }

.woocommerce div.product div.images .flex-control-thumbs li {
  width: calc(14.25% - 10px);
  float: left;
  margin: 10px 5px 0;
  list-style: none; }

.woocommerce div.product p.price, div.woocommerce-product-details__short-description, form.cart, div.product_meta {
  display: none; }

body.woocommerce div#content div.product div.summary.entry-summary {
  float: right;
  width: 48%;
  clear: none;
  margin: 2%;
  padding-top: 150px; }
  body.woocommerce div#content div.product div.summary.entry-summary h1 {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") left top/130px auto no-repeat;
    float: left;
    width: 100%;
    padding: 50px 0 0;
    font-size: 2.5em;
    margin: 0 0 10px; }
  body.woocommerce div#content div.product div.summary.entry-summary p.titlePrice {
    display: none; }
  body.woocommerce div#content div.product div.summary.entry-summary p.price {
    display: block;
    float: left;
    width: 100%;
    font-family: "Playfair Display", serif;
    color: #453634;
    font-size: 1.25em;
    margin: 0 0 20px; }
    body.woocommerce div#content div.product div.summary.entry-summary p.price bdi {
      font-family: "Playfair Display", serif; }
    body.woocommerce div#content div.product div.summary.entry-summary p.price del span bdi {
      font-family: "Playfair Display", serif;
      font-size: .8em;
      text-decoration: line-through; }
    body.woocommerce div#content div.product div.summary.entry-summary p.price ins span bdi {
      font-family: "Playfair Display", serif; }
  body.woocommerce div#content div.product div.summary.entry-summary div.woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0; }
    body.woocommerce div#content div.product div.summary.entry-summary div.woocommerce-tabs .panel h2 {
      display: none; }
  body.woocommerce div#content div.product div.summary.entry-summary div.wpcf7 {
    float: left;
    width: 100%;
    margin: 30px 0 0; }
    body.woocommerce div#content div.product div.summary.entry-summary div.wpcf7 h3 {
      font-size: 2.5em;
      float: left;
      width: 98%;
      margin: 0 0 20px 2%; }
    body.woocommerce div#content div.product div.summary.entry-summary div.wpcf7 label {
      float: left;
      width: 96%;
      margin: 0 2%;
      font-family: "Playfair Display", serif; }
      body.woocommerce div#content div.product div.summary.entry-summary div.wpcf7 label span {
        float: left;
        width: 100%;
        margin: 0 0 4%; }
        body.woocommerce div#content div.product div.summary.entry-summary div.wpcf7 label span select {
          font-family: "Playfair Display", serif;
          text-transform: uppercase;
          font-size: 1em; }
    body.woocommerce div#content div.product div.summary.entry-summary div.wpcf7 p.small {
      float: left;
      width: 100%;
      margin: 20px 0 0;
      font-size: 16px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #F6C1B0; }

body.woocommerce div#content div.product div.summary.entry-summary.maggie-sottero {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/maggiesottero+logo.png") left 50px/500px auto no-repeat; }

body.woocommerce div#content div.product div.summary.entry-summary.mori-lee {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/Morilee_Logo_330.png") left 40px/300px auto no-repeat; }

body.woocommerce div#content div.product div.summary.entry-summary.rebecca-ingram {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/rebeccaIngramLogo.png") left 10px/400px auto no-repeat; }

body.woocommerce div#content div.product div.summary.entry-summary.sophia-tolli {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/sophiaTolli+logo_r1_c1.png") left 10px/400px auto no-repeat; }

body.woocommerce div#content div.product div.summary.entry-summary.rachel-simpson-shoes {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/RS_Logo_black.png") left 40px/300px auto no-repeat; }

body.woocommerce div#content div.product div.summary.entry-summary.allure-romance {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/Allure-Romance-logo.png") left 40px/450px auto no-repeat; }

body.woocommerce div#content div.product div.summary.entry-summary.justin-alexander {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/justinAlexanderLogo.png") left 40px/450px auto no-repeat; }

body.woocommerce div#content div.product div.summary.entry-summary.madi-lane {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/madiLanelogo.png") left 40px/400px auto no-repeat; }

div#attributes {
  display: none; }

body.woocommerce section.related {
  float: left;
  width: 100%;
  margin: 5% 0 0; }
  body.woocommerce section.related > h2 {
    text-align: center;
    font-size: 2.5em;
    padding: 70px 0 55px;
    position: relative;
    margin: 0 0 40px; }
    body.woocommerce section.related > h2::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 60px;
      height: 60px;
      left: calc(50% - 30px);
      background: url("images/logoDevice.svg") center/contain no-repeat; }
    body.woocommerce section.related > h2::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 130px;
      height: 35px;
      left: calc(50% - 65px);
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center/contain no-repeat; }
  body.woocommerce section.related ul.products li:last-of-type::before, body.woocommerce section.related ul.products li:nth-last-of-type(2)::before, body.woocommerce section.related ul.products li.product a:first-of-type::after, body.woocommerce section.related ul.products li.product a:first-of-type::after {
    display: none; }
  body.woocommerce section.related ul.products li.product .woocommerce-loop-product__title {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0;
    font-size: 1.875em; }
  body.woocommerce section.related ul.products li.product {
    margin: 0 1% 5%; }
  body.woocommerce section.related div.back {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center top/130px 35px no-repeat;
    float: left;
    width: 80%;
    margin: 0 10% 70px;
    padding-top: 80px;
    position: relative; }
    body.woocommerce section.related div.back a.button {
      float: none;
      display: table;
      margin: 0 auto;
      background: #F6C1B0;
      color: #fff;
      border-radius: 0;
      padding: 12px 46px;
      font-size: .875em;
      font-family: "Montserrat", sans-serif;
      font-weight: 400; }
    body.woocommerce section.related div.back a.button:hover {
      background: #4C4354; }
    body.woocommerce section.related div.back::before, body.woocommerce section.related div.back::after {
      content: "";
      display: block;
      position: absolute;
      top: 17px;
      left: 0;
      width: calc(50% - 120px);
      height: 2px;
      background: #4C4354; }
    body.woocommerce section.related div.back::after {
      left: auto;
      right: 0; }

.woocommerce ul.products li.product .onsale {
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
  padding: 10px;
  font-family: "Petit Formal Script", cursive;
  background: #F6C1B0;
  font-size: 1.25em; }

.woocommerce #content div.product > span.onsale {
  top: 10px;
  right: 59%;
  left: auto;
  margin: 0;
  padding: 10px;
  font-family: "Petit Formal Script", cursive;
  background: #F6C1B0;
  font-size: 1.25em; }

.woocommerce #content div.product div.productGalleryWrap span.onsale {
  top: 10px;
  right: auto;
  left: 10px;
  margin: 0;
  padding: 10px;
  font-family: "Petit Formal Script", cursive;
  background: #F6C1B0;
  font-size: 1.25em; }

.woocommerce-info {
  border-top-color: #F6C1B0;
  border-top: 1px solid #F6C1B0;
  border-bottom: 1px solid #F6C1B0;
  float: left;
  width: 100%;
  margin: 20px 0 80px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  background: none;
  text-align: center;
  font-size: 1.25em;
  padding: 40px 0; }

.woocommerce-info::before {
  display: none; }

.woocommerce ul.products li.product.sold-individually::after {
  content: "New";
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
  padding: 10px;
  width: 3.236em;
  height: 3.236em;
  line-height: 3.236em;
  border-radius: 100%;
  color: #fff;
  font-family: "Petit Formal Script", cursive;
  background: #F6C1B0;
  font-size: 1.5em;
  z-index: 2; }

.woocommerce ul.products li.product.outofstock::after {
  content: "Coming Soon";
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  margin: 0;
  padding: 27px 15px 18px;
  width: 70px;
  height: 55px;
  line-height: 150%;
  border-radius: 100%;
  color: #fff;
  font-family: "Petit Formal Script", cursive;
  background: #F6C1B0;
  font-size: 1em;
  z-index: 2;
  text-align: center; }

p.stock {
  display: none; }

div#dressCategories.page {
  margin: 5% 0 0; }

div#featureLinks {
  float: left;
  width: 100%;
  margin: 0;
  position: relative; }
  div#featureLinks h3 {
    text-align: center;
    font-size: 2.5em;
    padding: 70px 0 55px;
    position: relative;
    margin: 0 0 40px; }
    div#featureLinks h3::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 60px;
      height: 60px;
      left: calc(50% - 30px);
      background: url("images/logoDevice.svg") center/contain no-repeat; }
    div#featureLinks h3::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 130px;
      height: 35px;
      left: calc(50% - 65px);
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center/contain no-repeat; }
  div#featureLinks ul {
    text-align: center;
    float: none;
    display: inline-block; }
    div#featureLinks ul li {
      float: none;
      margin: 0 1% 7%;
      padding: 0;
      position: relative;
      width: 31%;
      display: inline-block; }
      div#featureLinks ul li a:first-of-type {
        text-decoration: none;
        float: left;
        width: 100%;
        position: relative; }
        div#featureLinks ul li a:first-of-type::after {
          content: "";
          background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/imgOverlay@2x.png") center/cover no-repeat;
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
        div#featureLinks ul li a:first-of-type img {
          width: 100%;
          height: auto;
          display: block;
          margin: 0;
          box-shadow: none; }
      div#featureLinks ul li h4 {
        font-family: "Petit Formal Script", cursive;
        margin: 10px 0;
        float: left;
        width: 100%;
        padding: 0;
        font-size: 1.875em; }
      div#featureLinks ul li p {
        font-family: "Playfair Display", serif;
        font-size: 1em;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin: 0 0 15px; }
      div#featureLinks ul li a.button {
        float: none;
        display: table;
        margin: 0 auto;
        background: #F6C1B0;
        color: #fff;
        border-radius: 0;
        padding: 12px 46px;
        font-size: .875em;
        font-family: "Montserrat", sans-serif;
        font-weight: 400; }
      div#featureLinks ul li a.button:hover {
        background: #4C4354; }
    div#featureLinks ul li:first-of-type::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 35%;
      height: 45%;
      left: -27%;
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalfLeft.svg") center/contain no-repeat; }
    div#featureLinks ul li:last-of-type::before {
      content: "";
      display: block;
      position: absolute;
      top: -14%;
      width: 35%;
      height: 45%;
      right: -27%;
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalfRight.svg") center/contain no-repeat; }
    div#featureLinks ul li.sale-1::after {
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/sale.svg") center/contain no-repeat;
      content: "";
      display: block;
      position: absolute;
      top: 2%;
      right: 2%;
      width: 17%;
      padding-bottom: 17%; }

div#blocks {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesCircle.svg") center/20% auto no-repeat;
  float: left;
  width: 100%;
  margin: 0 0 140px; }
  div#blocks div.block {
    float: left;
    width: 100%; }
    div#blocks div.block div.img {
      float: left;
      width: 50%;
      height: calc(100vh - 100px);
      background: center/cover;
      position: relative; }
      div#blocks div.block div.img::after {
        content: "";
        background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/overlaySquare@2x.png") center/100% 100% no-repeat;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
    div#blocks div.block div.content {
      float: left;
      width: 50%;
      box-sizing: border-box;
      height: calc(100vh - 100px);
      padding: 0 0 0 5%;
      display: table; }
      div#blocks div.block div.content div.cell {
        display: table-cell;
        vertical-align: middle; }
        div#blocks div.block div.content div.cell h3 {
          font-size: 2.5em;
          float: left;
          width: 100%;
          margin: 0 0 10px; }
        div#blocks div.block div.content div.cell h4 {
          text-transform: uppercase;
          font-size: 1.5em;
          font-family: "Playfair Display", serif;
          float: left;
          width: 100%;
          margin: 0 0 10px; }
  div#blocks div.block:nth-of-type(even) div.img {
    float: right; }
  div#blocks div.block:nth-of-type(even) div.content {
    padding: 0 5% 0 0;
    text-align: right; }
  div#blocks div.block:nth-of-type(even) a.button {
    float: right; }

a.button {
  float: left;
  background: #F6C1B0;
  color: #fff;
  text-transform: uppercase;
  font-size: .875em;
  padding: 16px 48px;
  margin: 20px 0 0;
  letter-spacing: 3px; }

a.button:hover {
  background: #4C4354; }

form {
  float: left;
  width: 100%;
  margin: 0 0 0 -2%; }
  form div.formHalf {
    float: left;
    width: 50%; }
  form span {
    float: left;
    width: 46%;
    margin: 0 2% 4%;
    border-bottom: 2px solid #F6C1B0;
    box-sizing: border-box;
    padding: 10px 5px 5px;
    position: relative; }
  form span.Message {
    width: 96%; }
  form input, form textarea, form select {
    background: none;
    border: none;
    float: left;
    width: 100%;
    font-size: 1.375em;
    color: #453634;
    font-weight: 300;
    font-family: "Montserrat", sans-serif; }
  form option {
    font-size: 1em;
    color: #453634;
    font-weight: 300;
    font-family: "Montserrat", sans-serif; }
  form select {
    cursor: pointer; }
  form textarea {
    height: 4.7em; }
  form input.wpcf7-submit {
    float: right;
    width: auto;
    background: #F6C1B0;
    color: #fff;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: .9em;
    padding: 15px 40px;
    transition: .5s; }
  form input.wpcf7-submit:hover {
    background: #4C4354; }

div.wpcf7-response-output {
  margin: 2em 2% 1em;
  padding: 0.2em 1em;
  border: 1px solid #4C4354;
  float: right; }

div.wpcf7-mail-sent-ok {
  border: 1px solid #4C4354; }

div.wpcf7 form span.ajax-loader {
  width: 16px !important;
  height: 16px !important;
  float: right !important;
  margin: 0 15px 0 0 !important; }

span.wpcf7-not-valid-tip {
  color: #4C4354 !important;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin: -28px 0 0 !important;
  width: auto !important;
  float: right !important;
  border: none !important; }

div.videoSection {
  float: left;
  width: 100%;
  margin: 5% 0; }
  div.videoSection h3 {
    text-align: center;
    font-size: 2.5em;
    padding: 70px 0 55px;
    position: relative;
    margin: 0 0 40px; }
    div.videoSection h3::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 60px;
      height: 60px;
      left: calc(50% - 30px);
      background: url("images/logoDevice.svg") center/contain no-repeat; }
    div.videoSection h3::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 130px;
      height: 35px;
      left: calc(50% - 65px);
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center/contain no-repeat; }
  div.videoSection div.video iframe {
    float: left;
    width: 100%;
    height: 90vh; }

div.videoSection.marginTop1 {
  margin: -55% 0 0; }

div#cta {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalfLeft.svg") left center/contain no-repeat, url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalf.svg") right center/contain no-repeat;
  float: none;
  width: auto;
  padding: 60px 300px;
  margin: 5% auto;
  text-align: center;
  display: table; }
  div#cta h3 {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400; }
    div#cta h3 span {
      font-family: "Petit Formal Script", cursive;
      display: block;
      text-transform: none;
      font-size: 2.4em;
      padding: 20px 0 0;
      font-weight: 400; }
  div#cta a {
    display: table;
    font-size: 1.25em;
    font-family: "Playfair Display", serif;
    margin: 20px auto;
    text-transform: uppercase; }
  div#cta a.tel {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-size: 1.25em; }
  div#cta a.button {
    font-size: 1em;
    margin: 30px auto 0;
    float: none; }

div#faqs {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalfLeft.svg") left bottom/190px auto no-repeat, url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalf.svg") right top/190px auto no-repeat;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 200px;
  margin: 5% 0; }
  div#faqs div.faq {
    float: left;
    width: 98%;
    margin: 0 1% 2%; }
    div#faqs div.faq a.expand {
      float: left;
      width: 100%;
      border-bottom: 1px dashed #4C4354;
      font-family: "Playfair Display", serif;
      font-size: 1.75em;
      line-height: 1em;
      text-transform: uppercase;
      color: #4C4354;
      padding: 20px 0;
      position: relative; }
      div#faqs div.faq a.expand em {
        font-family: "Petit Formal Script", cursive;
        font-size: 1.5em;
        line-height: .7em;
        float: left;
        padding: 0 20px 0 0; }
      div#faqs div.faq a.expand span:first-of-type {
        display: block;
        position: absolute;
        top: 26px;
        right: 16px;
        width: 22px;
        height: 0px;
        border: 1px solid #4C4354; }
      div#faqs div.faq a.expand span:last-of-type {
        display: block;
        position: absolute;
        top: 26px;
        right: 16px;
        width: 22px;
        height: 0px;
        transform: rotate(90deg);
        border: 1px solid #4C4354;
        transition: .5s; }
    div#faqs div.faq div.content {
      float: left;
      padding: 0;
      width: 86%;
      margin: 0 7%;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: all 1s ease 0s; }
      div#faqs div.faq div.content h2, div#faqs div.faq div.content h3, div#faqs div.faq div.content h4 {
        float: left;
        width: 100%;
        margin: 20px 0;
        text-transform: uppercase;
        color: #4C4354;
        font-size: 1.875em; }
      div#faqs div.faq div.content p {
        float: left;
        width: 100%;
        margin: 0 0 15px; }
        div#faqs div.faq div.content p a {
          font-weight: 700;
          color: #4C4354; }
      div#faqs div.faq div.content p:first-of-type {
        margin: 60px 0px 15px; }
      div#faqs div.faq div.content ul {
        float: left;
        width: 100%;
        margin: 0 0 20px; }
        div#faqs div.faq div.content ul li {
          list-style: disc;
          list-style-position: inside;
          font-size: 1.125em;
          font-weight: 300;
          margin: 0 0 10px;
          color: #4C4354; }
  div#faqs div.faq.open div.content {
    max-height: 500px;
    padding: 0 0 60px;
    transition: all 1s ease 0s; }
  div#faqs div.faq.open a.expand span:last-of-type {
    transform: rotate(0deg); }

div#testimonial {
  background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/testimonialBG@2x.jpg") center/cover no-repeat;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6% 14%;
  text-align: center; }
  div#testimonial img {
    float: left;
    margin: 0 calc(50% - 40px) 30px;
    width: 80px; }
  div#testimonial p {
    font-family: "Petit Formal Script", cursive;
    font-size: 1.25em;
    float: left;
    width: 100%;
    margin: 0 0 30px; }
  div#testimonial h3 {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center bottom/130px 35px no-repeat;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 0 70px;
    float: left;
    width: 100%; }

div#pageHead {
  float: left;
  width: 90%;
  margin: 5% 5% 2%; }
  div#pageHead div.content {
    float: left;
    width: 100%; }
    div#pageHead div.content h1 {
      font-size: 2.5em;
      float: left;
      width: 100%;
      margin: 0 0 15px; }

div.instagram {
  float: left;
  width: 90%;
  margin: 2% 5% 5%; }
  div.instagram #sb_instagram .sb_instagram_header h3 {
    font-size: 2.5em;
    line-height: 50%; }

footer {
  float: left;
  width: 100%; }
  footer > p {
    font-size: 14px;
    text-align: center;
    float: left;
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 0; }

div#footer {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 3%;
  background: #4C4354;
  color: #fff;
  text-align: center; }
  div#footer img.footLogo {
    float: left;
    width: 300px;
    margin: 0 calc(50% - 150px) 30px; }
  div#footer p {
    font-family: "Playfair Display", serif;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 0 30px; }
  div#footer a {
    font-family: "Playfair Display", serif;
    font-size: 1em;
    margin: 0 0 30px;
    display: block; }
  div#footer div.store {
    width: 33.33%;
    float: left; }
    div#footer div.store h3 {
      font-family: "Playfair Display", serif;
      letter-spacing: 5px;
      margin: 0 0 20px;
      font-size: 2em; }
  div#footer div.social {
    float: left;
    width: 100%; }
    div#footer div.social a {
      display: inline-block;
      text-align: center;
      width: 20px;
      margin: 0 5px; }

div#blogList {
  float: left;
  width: 100%;
  margin: 80px 0; }
  div#blogList h1 {
    text-align: center;
    font-size: 2.5em;
    padding: 70px 0 55px;
    position: relative;
    margin: 0 0 80px; }
    div#blogList h1::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 60px;
      height: 60px;
      left: calc(50% - 30px);
      background: url("images/logoDevice.svg") center/contain no-repeat; }
    div#blogList h1::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 130px;
      height: 35px;
      left: calc(50% - 65px);
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center/contain no-repeat; }
  div#blogList div.posts {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px 40px; }
    div#blogList div.posts div.blogpost {
      float: left;
      width: 100%;
      text-align: center; }
      div#blogList div.posts div.blogpost div.blogImg {
        background: center top/cover;
        float: left;
        width: 100%;
        height: 75vh;
        margin: 0 0 20px; }
      div#blogList div.posts div.blogpost h3 {
        font-family: "Playfair Display", serif;
        font-size: 1.5em;
        text-transform: uppercase;
        margin: 0 0 10px; }
      div#blogList div.posts div.blogpost p {
        margin: 0 0 20px; }
      div#blogList div.posts div.blogpost a.button {
        float: none;
        margin: 0 auto;
        display: table; }

div#blogSingle {
  float: left;
  width: 100%;
  margin: 80px 0; }
  div#blogSingle h1 {
    text-align: center;
    font-size: 2.5em;
    padding: 70px 0 55px;
    position: relative;
    margin: 0 0 10px; }
    div#blogSingle h1::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 60px;
      height: 60px;
      left: calc(50% - 30px);
      background: url("images/logoDevice.svg") center/contain no-repeat; }
    div#blogSingle h1::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      width: 130px;
      height: 35px;
      left: calc(50% - 65px);
      background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center/contain no-repeat; }
  div#blogSingle p.date {
    text-align: center;
    margin: 0 0 20px;
    font-family: "Playfair Display", serif; }
  div#blogSingle div#banner {
    height: 75vh;
    margin: 0 0 50px; }
  div#blogSingle div.blogContent {
    float: left;
    width: 80%;
    margin: 0 10% 80px; }
    div#blogSingle div.blogContent > h2, div#blogSingle div.blogContent > h3 {
      font-size: 1.5em;
      margin: 0 0 10px; }
    div#blogSingle div.blogContent > p {
      float: left;
      width: 100%;
      margin: 0 0 15px; }
      div#blogSingle div.blogContent > p a {
        font-weight: 700;
        font-style: italic;
        text-decoration: underline; }
    div#blogSingle div.blogContent > img {
      float: none;
      display: table;
      width: auto;
      height: auto;
      max-width: 100%;
      margin: 35px auto 50px; }
    div#blogSingle div.blogContent > ul {
      float: left;
      width: 100%;
      margin: 10px 0 10px; }
      div#blogSingle div.blogContent > ul li {
        float: left;
        width: 100%;
        margin: 0 0 10px;
        list-style: disc;
        list-style-position: inside; }
    div#blogSingle div.blogContent div.blogGal {
      float: left;
      width: 100%;
      margin: 35px 0 50px;
      display: grid;
      grid-template-columns: 40% 30% 30%;
      grid-template-rows: 35vh 35vh;
      grid-gap: 10px; }
      div#blogSingle div.blogContent div.blogGal div {
        background: center top/cover;
        float: left;
        width: 100%; }
      div#blogSingle div.blogContent div.blogGal div:first-of-type {
        grid-column-start: 1;
        grid-column-end: span 1;
        grid-row-start: 1;
        grid-row-end: span 2; }
      div#blogSingle div.blogContent div.blogGal div:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: span 2;
        grid-row-start: 1;
        grid-row-end: span 1; }
      div#blogSingle div.blogContent div.blogGal div:nth-of-type(3) {
        grid-column-start: 2;
        grid-column-end: span 1;
        grid-row-start: 2;
        grid-row-end: span 1; }
      div#blogSingle div.blogContent div.blogGal div:nth-of-type(4) {
        grid-column-start: 3;
        grid-column-end: span 1;
        grid-row-start: 2;
        grid-row-end: span 1; }
  div#blogSingle a.back {
    display: table;
    float: none;
    margin: 0 auto; }

body.page-id-363 div.topContent div.content {
  padding: 15% 0 0% 8%; }

div.grecaptcha-badge {
  pointer-events: none;
  opacity: 0; }

/*************** non hd desktop Styles *****************/
@media screen and (max-width: 1700px) {
  body {
    font-size: 14px; } }
/*************** smaller display Styles *****************/
@media screen and (max-width: 1400px) {
  body {
    font-size: 12px; }

  div#banner div.promo {
    margin: 42vh auto 20px; } }
/*************** tablet landscape display Styles *****************/
@media screen and (max-width: 1100px) {
  body {
    background-size: 80px auto;
    font-size: 11px;
    padding: 60px 0 0; }

  header.siteHeader {
    height: 60px; }

  div#content {
    width: calc(100% - 120px);
    margin: 0 60px; }

  div#banner, div#landingBanner {
    height: calc(100vh - 120px);
    margin: 0 0 60px; }
    div#banner div.slide, div#landingBanner div.slide {
      height: calc(100vh - 120px); }

  div#banner h1, div#landingBanner h1 {
    bottom: -40px; }

  header.siteHeader a.centerLogo {
    width: 150px;
    height: 40px;
    top: 13px;
    left: calc(50% - 75px); }

  header.siteHeader a.logo {
    width: 50px;
    height: 50px; }

  div#nav nav {
    margin: 80px 0 0;
    padding: 0 0 0 60px; }

  div#nav nav ul li ul li a {
    font-size: 12px; }

  div.topContent div.content {
    width: 50%;
    padding: 15% 0 15% 12%;
    margin: 0 0 0 -5%; }

  div#featureLinks ul li {
    width: 35%; }

  div.topContent.form1 div#contactForm {
    float: right;
    width: 38%;
    margin: 15% 2% 70px 0; }

  div#footer img.footLogo {
    float: left;
    width: 220px;
    margin: 0 calc(50% - 110px) 30px; }

  div#footer a {
    font-size: 1.25em; }

  footer > p {
    font-size: 12px;
    height: 60px;
    line-height: 60px; }

  div.term-description {
    float: left;
    width: 100%;
    margin: 0 0 30px; }

  body.woocommerce div#content div.product div.summary.entry-summary.maggie-sottero {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/maggiesottero+logo.png") left 30px/350px auto no-repeat; }

  body.woocommerce div#content div.product div.summary.entry-summary.rebecca-ingram {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/rebeccaIngramLogo.png") left 10px/300px auto no-repeat; }

  body.woocommerce div#content div.product div.summary.entry-summary.mori-lee {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/Morilee_Logo_330.png") left 20px/250px auto no-repeat; }

  body.woocommerce div#content div.product div.summary.entry-summary.sophia-tolli {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/sophiaTolli+logo_r1_c1.png") left 20px/300px auto no-repeat; }

  body.woocommerce div#content div.product div.summary.entry-summary {
    padding-top: 100px; }

  div#faqs {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalfLeft.svg") left bottom/100px auto no-repeat, url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalf.svg") right top/100px auto no-repeat;
    padding: 80px 50px;
    margin: 5% 0; }

  div#blogList h1 {
    margin: 0 0 30px; }

  section.titleWrap {
    padding-bottom: 80px; }

  section.titleWrap.bg1 {
    padding: 50px 80px 80px; }

  section.titleWrap h3.sectionTitle {
    padding: 70px 0 40px; }

  div.tripleSlider div.slide {
    margin: 0 10px; }

  div.singleSlider div.slide {
    height: 68vh; }

  div.singleSlider div.slide div.slideContent {
    bottom: 75px; }

  div.twinLinks div.twinLink div.img {
    padding-bottom: 102%; }

  div.appointmentFormFull {
    float: left;
    width: 82%;
    margin: 0 8% 0 10%; } }
/*************** tablet portrait Styles *****************/
@media screen and (max-width: 900px) {
  body {
    font-size: 12px; }

  .desktop {
    display: none; }

  .mobile {
    display: block; }

  div#content {
    width: calc(100% - 80px);
    margin: 0 40px; }

  div#featureLinks ul li {
    width: 46%; }

  div#featureLinks ul li:first-of-type::before {
    width: 30%;
    left: -18%; }

  div#featureLinks ul li:last-of-type::before {
    top: -14%;
    width: 30%;
    right: -18%; }

  div#blocks div.block div.img {
    width: 70%;
    height: 60vh;
    margin: 5% 15% 20px; }

  div#blocks div.block div.content {
    width: 70%;
    height: auto;
    padding: 0 20px;
    margin: 0 15% 5%;
    text-align: center; }

  div#blocks div.block:nth-of-type(2n) div.content {
    padding: 0 20px;
    text-align: center; }

  div#blocks div.block div.content div.cell a.button {
    float: none;
    display: table;
    margin: 0 auto; }

  div#blocks {
    background: none;
    float: left;
    width: 100%;
    margin: 0 0 70px; }

  div.topContent div.content {
    width: 61%;
    padding: 15% 0 15% 12%;
    margin: 0 0 0 -4%; }

  div.topContent.form1 div.content {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesFull.svg") -14.5vw 30px/80% auto no-repeat;
    width: 80%;
    padding: 25% 0 15% 12%;
    margin: 0 0 0 -4%; }

  div.topContent.form1 div#contactForm {
    float: right;
    width: 80%;
    margin: -4% 10% 50px 0; }

  div.productGalleryWrap {
    width: 60%;
    margin: 10px 20%; }

  div#dressVideo iframe {
    float: left;
    width: 80%;
    height: 90%;
    margin: 8% 10%; }

  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
    margin: 0; }

  body.woocommerce div#content div.product div.summary.entry-summary {
    background-position: center 20px !important;
    float: right;
    width: 60%;
    clear: none;
    margin: 0 20% 40px;
    padding-top: 100px;
    text-align: center; }

  body.woocommerce div#content div.product div.summary.entry-summary h1 {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center top/130px auto no-repeat; }

  .woocommerce #content div.product > span.onsale, .woocommerce ul.products li.product.sold-individually::after, .woocommerce ul.products li.product.outofstock::after {
    top: 10px;
    right: 10px; }

  .woocommerce #content div.product > span {
    top: 15px;
    left: 21%; }

  div#cta {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalfLeft.svg") left center/100px no-repeat, url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalf.svg") right center/100px no-repeat;
    padding: 60px 100px;
    margin: 2% auto; }

  div.videoSection div.video iframe {
    height: 42vh; }

  div#faqs div.faq a.expand em {
    line-height: 1.25em; }

  div#faqs div.faq a.expand {
    width: 90%;
    font-size: 1.25em;
    line-height: 1.25em;
    padding: 20px 10% 20px 0; }

  div#blogList div.posts {
    grid-gap: 40px 20px; }

  div#blogList div.posts div.blogpost div.blogImg {
    height: 30vh;
    margin: 0 0 10px; }

  div#blogList div.posts div.blogpost a.button {
    padding: 10px 30px; }

  div#blogSingle {
    margin: 40px 0; }

  div#blogSingle div.blogContent {
    margin: 0 10% 30px; }

  div#blogSingle div.blogContent div.blogGal {
    grid-template-columns: 40% 30% 30%;
    grid-template-rows: 20vh 20vh;
    grid-gap: 5px; }

  a.button {
    padding: 10px 30px;
    margin: 10px 0 0; }

  div#landingBanner {
    height: calc(100vh - 120px);
    margin: 0 0 60px -40px;
    width: calc(100% + 80px); }

  div#landingBanner div.slide img {
    width: 68%; }

  div#landingBanner div.slide p {
    font-size: 1.4em; }

  button.slick-prev.slick-arrow {
    left: -40px;
    width: 45px;
    height: 60px; }

  button.slick-prev.slick-arrow::before {
    border-width: 14px 24px 14px 0; }

  button.slick-next.slick-arrow {
    right: -40px;
    width: 45px;
    height: 60px; }

  button.slick-next.slick-arrow::before {
    border-width: 14px 0 14px 24px; }

  section.titleWrap h3.sectionTitle {
    padding: 70px 0 30px; }

  section.titleWrap ul.switcher {
    margin: 0 auto 40px;
    padding: 30px 0 0; }

  section.titleWrap ul.switcher li a {
    font-size: 1.65em; }

  div.twinLinks {
    grid-gap: 30px; }

  div.twinLinks div.twinLink div.img {
    padding-bottom: 115%; }

  div.twinLinks div.twinLink div.img p {
    bottom: 60px;
    width: 70%;
    left: 15%; }

  div#footer a {
    font-size: 1em; }

  header.siteHeader a.menu {
    top: 8px; }

  .woocommerce ul.products li.product h2.woocommerce-loop-category__title, .woocommerce-page ul.products li.product h2.woocommerce-loop-category__title {
    font-size: 1.5em; }

  div.promo {
    margin: 60px 0;
    padding-bottom: 65%; }

  div.promo div.promoContent {
    bottom: 80px; } }
/***************** Mobile Portrait Styles *****************/
@media screen and (max-width: 500px) {
  body {
    font-size: 12px; }

  div#content {
    width: 100%;
    margin: 0; }

  header.siteHeader a.menu {
    top: 5px;
    right: 10px; }

  header.siteHeader a.centerLogo {
    width: 130px;
    height: 36px;
    top: 15px;
    left: calc(50% - 65px); }

  div#nav {
    background: #F7EBE0; }

  div#nav div.navDetails {
    display: none; }

  div#nav nav {
    margin: 80px 0 0;
    width: 100%;
    padding: 0 5%; }

  div#nav nav ul li:first-of-type {
    display: none; }

  div#nav nav ul li ul li:first-of-type {
    display: contents; }

  div#nav nav ul li ul li a {
    font-size: .8rem; }

  div.topContent {
    background: none;
    width: 100%;
    padding: 0 0 55%;
    margin: 0; }

  div.topContent div.content {
    width: 90%;
    padding: 15% 5%;
    margin: 0;
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesFull.svg") -58vw top/cover no-repeat; }

  div.topContent.form1 div.content {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesFull.svg") -58vw top/cover no-repeat;
    width: 90%;
    padding: 15% 5%;
    margin: 0; }

  .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 90%;
    margin: 0 5% 10%; }

  div.productGalleryWrap {
    width: 90%;
    margin: 10px 5%; }

  div.productGalleryWrap a.popVid.open {
    top: 12px;
    right: 12px;
    height: 60px;
    width: 60px;
    line-height: 50px; }

  div.productGalleryWrap a.popVid.open span {
    margin: -17px auto 0; }

  div#dressVideo iframe {
    margin: 15% 10%; }

  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
    margin: 0; }

  body.woocommerce div#content div.product div.summary.entry-summary {
    width: 90%;
    margin: 0 5% 40px;
    padding-top: 90px; }

  body.woocommerce div#content div.product div.summary.entry-summary.maggie-sottero {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/maggiesottero+logo.png") left 30px/290px auto no-repeat; }

  body.woocommerce div#content div.product div.summary.entry-summary.rebecca-ingram {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/rebeccaIngramLogo.png") left 0px/190px auto no-repeat; }

  body.woocommerce div#content div.product div.summary.entry-summary.mori-lee {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/Morilee_Logo_330.png") left 20px/200px auto no-repeat; }

  body.woocommerce div#content div.product div.summary.entry-summary.sophia-tolli {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/sophiaTolli+logo_r1_c1.png") left 20px/250px auto no-repeat; }

  .woocommerce #content div.product > span.onsale, .woocommerce ul.products li.product.sold-individually::after, .woocommerce ul.products li.product.outofstock::after {
    top: 16px;
    right: 7%; }

  .woocommerce #content div.product > span {
    top: 15px;
    left: 7%; }

  body.woocommerce div#content div.product div.summary.entry-summary h1 {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center top/100px auto no-repeat;
    padding: 35px 0 0;
    font-size: 2em; }

  body.woocommerce section.related ul.products li.product {
    margin: 0 5% 5%; }

  body.woocommerce div#content div.product div.summary.entry-summary div.wpcf7 h3 {
    font-size: 2em; }

  div.term-description p {
    width: 90%;
    margin: 0 5% 15px; }

  div.term-description img:last-of-type {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center bottom/100px auto no-repeat;
    max-width: 60%;
    margin: 0 auto 30px;
    padding: 10px 0 50px; }

  div#featureLinks ul li {
    width: 90%;
    margin: 0 5% 10%; }

  div#blocks div.block div.img {
    width: 90%;
    height: 60vh;
    margin: 5% 5% 20px; }

  div#blocks div.block div.content {
    width: 90%;
    height: auto;
    padding: 0 10px;
    margin: 0 5% 5%;
    text-align: center; }

  div#blocks div.block:nth-of-type(2n) div.content {
    padding: 0 10px;
    text-align: center; }

  div#testimonial {
    padding: 6%; }

  div#testimonial img {
    margin: 10px calc(50% - 30px) 30px;
    width: 60px; }

  div#footer {
    padding: 6%; }

  footer > p {
    font-size: 12px;
    height: auto;
    line-height: 140%;
    padding: 20px 0; }
    footer > p a:last-of-type {
      display: block; }

  div.topContent div.content h2 {
    font-size: 2em;
    margin: 0 0 15px; }

  div#dressCategories h3, div#featureLinks h3, div.videoSection h3, div#blogList h1, div#blogSingle h1, body.woocommerce section.related > h2 {
    font-size: 2em;
    padding: 60px 0 45px;
    margin: 0 0 30px; }

  div#dressCategories h3::before, div#featureLinks h3::before, div.videoSection h3::before, div#blogList h1::before, div#blogSingle h1::before, body.woocommerce section.related > h2::before {
    top: 10px;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px); }

  div#dressCategories h3::after, div#featureLinks h3::after, div.videoSection h3::after, div#blogList h1::after, div#blogSingle h1::after, body.woocommerce section.related > h2::after {
    width: 100px;
    height: 30px;
    left: calc(50% - 50px); }

  div#blocks div.block div.content div.cell h3 {
    font-size: 2em; }

  div#blocks div.block div.content div.cell h4 {
    font-size: 1.25em; }

  div#testimonial h3 {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/dark_leaves.svg") center bottom/100px 30px no-repeat;
    padding: 0 0 50px;
    margin: 0 0 10px; }

  div#dressCategories div.page-description {
    width: 90%;
    margin: 0 5% 20px; }

  div#banner h1 {
    bottom: -40px;
    font-size: 1.125em; }

  div#banner div.promo {
    margin: 42vh auto 20px; }

  div.videoSection div.video iframe {
    height: 30vh;
    width: 90%;
    margin: 0 5%; }

  div#faqs {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalfLeft.svg") left bottom/60px auto no-repeat, url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalf.svg") right top/60px auto no-repeat;
    padding: 30px 5%;
    margin: 5% 0; }

  div#faqs div.faq {
    width: 100%;
    margin: 0 0 2%; }

  div#faqs div.faq a.expand {
    width: 90%;
    font-size: 1.125em;
    line-height: 1.25em;
    padding: 25px 10% 10px 0; }

  div#faqs div.faq a.expand span:first-of-type, div#faqs div.faq a.expand span:last-of-type {
    top: 35px;
    right: 10px;
    width: 18px; }

  div#faqs div.faq.open div.content {
    padding: 0 0 20px; }

  div#faqs div.faq div.content p:first-of-type {
    margin: 30px 0px 15px; }

  div#cta {
    background: url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalfLeft.svg") left center/50px no-repeat, url("https://whyteweddings.com/wp-content/themes/whyte-weddings/images/leavesHalf.svg") right center/50px no-repeat;
    padding: 60px 30px;
    margin: 2% auto; }

  div#cta h3 {
    font-size: 1.125em; }

  div#cta h3 span {
    font-size: 2em;
    padding: 10px 0 0; }

  div#cta a {
    margin: 10px auto; }

  div#blogList {
    margin: 30px 0; }

  div#blogList div.posts {
    grid-gap: 40px 20px;
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 5% 5%; }

  div#blogSingle div.blogContent div.blogGal {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 30vh);
    grid-gap: 10px;
    margin: 15px 0 20px; }

  div#blogSingle div.blogContent div.blogGal div:first-of-type {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1; }

  div#blogSingle div.blogContent div.blogGal div:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1; }

  div#blogSingle div.blogContent div.blogGal div:nth-of-type(3) {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 3;
    grid-row-end: span 1; }

  div#blogSingle div.blogContent div.blogGal div:last-of-type {
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 4;
    grid-row-end: span 1; }

  div#blogSingle div.blogContent > img {
    float: left;
    width: 100%;
    margin: 15px 0 20px; }

  div.topContent.form1 div#contactForm {
    float: right;
    width: 90%;
    margin: 5% 5% 30px 0; }

  div.topContent.form1 div#contactForm div.form h3 {
    font-size: 2em;
    margin: 0 0 10px 2%; }

  form span {
    width: 100%;
    margin: 0 0 4%; }

  div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select {
    float: left;
    width: 100%;
    margin: 0 0 20px; }

  div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select h4 {
    font-size: 1.8em;
    margin: 0 0 15px; }

  div.topContent.form1 div#contactForm.appointment div.form.appointmentForm span.select p a {
    font-size: 1.4em; }

  div#banner, div#landingBanner {
    height: 55vh;
    margin: 0 0 60px;
    width: 100%; }

  div#banner div.slide, div#landingBanner div.slide {
    height: 55vh; }

  div#landingBanner div.slide img {
    width: 100px;
    bottom: 167px; }

  div#landingBanner div.slide:nth-of-type(2) img {
    width: 80px; }

  div#landingBanner div.slide h4 {
    font-size: 12px;
    letter-spacing: 3px;
    bottom: 132px; }

  div#landingBanner div.slide p {
    font-size: 10px;
    letter-spacing: 0px;
    bottom: 76px;
    padding-top: 20px; }

  div#landingBanner div.slide a.button {
    bottom: 30px;
    padding: 8px 12px;
    letter-spacing: 2px;
    font-size: 10px; }

  section.titleWrap h3.sectionTitle {
    padding: 70px 0 30px;
    max-width: 90%;
    margin: 0 0 0 5%;
    font-size: 2em; }

  section.titleWrap ul.switcher li {
    padding: 0 15px; }

  section.titleWrap ul.switcher li a {
    font-size: 1.25em;
    letter-spacing: 2px; }

  section.titleWrap ul.switcher li:nth-child(2)::before, section.titleWrap ul.switcher li:nth-child(2)::after {
    font-size: 1.25em; }

  div.tripleSlider {
    width: 80%;
    margin: 0 10%; }

  div.tripleSlider div.slide {
    margin: 0; }

  div.tripleSlider div.slide h3, div.tripleSlider div.slide h2 {
    margin: 0 0 10px; }

  div.singleSlider {
    width: 80%;
    margin: 0 10%; }

  div.singleSlider div.slide {
    height: 40vh;
    margin: 0; }

  div.singleSlider div.slide div.slideContent {
    bottom: 40px; }

  div.singleSlider div.slide div.slideContent p {
    font-size: 1.25em;
    text-shadow: 0 0 3px #000; }

  div.singleSlider div.slide div.slideContent h3 {
    font-size: 1.25em;
    padding: 15px 0 5px;
    margin: 15px 0 5px;
    text-shadow: 0 0 3px #000; }

  div.singleSlider div.slide div.slideContent a.button {
    padding: 5px 15px; }

  div.twinLinks {
    grid-gap: 30px;
    grid-template-columns: 1fr;
    width: 80%;
    margin: 0 10%; }

  div.twinLinks div.twinLink a.button {
    margin: 20px auto; }

  div.twinLinks div.twinLink div.img p {
    text-shadow: 0 0 3px #000; }

  div#footer div.store, div#footer div.social {
    width: 100%;
    margin: 0 0 30px; }

  div#footer a {
    font-size: 1.25em;
    margin: 0 0 10px; }

  div#footer p {
    margin: 0 0 20px; }

  div#nav nav ul li:first-of-type {
    display: block; }

  div#nav nav ul li {
    margin: 0 0 3vh; }

  div#nav nav ul li a {
    font-size: 1.5em; }

  div#nav nav ul li ul li a {
    font-size: 10px;
    margin: 0 5px 0 0; }

  div#nav div.branchLink {
    display: none; }

  div#banner.location::after {
    width: 280px;
    height: 160px;
    bottom: 35%; }

  div#banner.location h2 {
    letter-spacing: 5px;
    font-size: 2.5em;
    bottom: 23%; }

  div.promo {
    margin: 30px 5%;
    padding-bottom: 80%;
    width: 90%; }

  div.promo div.promoContent {
    bottom: 40px; }

  div.promo div.promoContent h3 {
    width: 90%;
    font-size: 1.5em;
    letter-spacing: 3px;
    padding: 5px 5% 15px;
    margin: 5px 0 15px; }

  div.promo div.promoContent a.button {
    padding: 6px 15px; }

  div.appointmentFormFull form span:nth-of-type(7) {
    width: 100%; }

  div.appointmentFormFull form input.wpcf7-submit {
    margin: 20px 0 0; }

  div.topContent.form1 div#contactForm div.form div.wpcf7 label {
    width: 100%;
    margin: 10px 0 0; }

  div.topContent.form1 div#contactForm div.form form span:nth-of-type(5) {
    width: 100%;
    margin: 0 0 20px; }

  div.topContent.form1 div#contactForm.appointment div.form.appointmentForm form span:nth-of-type(5) {
    width: 98%;
    margin: 0 2% 4%; }

  div.topContent.form1 div#contactForm.appointment div.form.appointmentForm form span:nth-of-type(10) {
    width: 98%;
    margin: 0 2% 4%; } }
/*************** Mobile Landscape Styles *****************/
@media screen and (max-width: 640px) and (max-height: 400px) {
  body {
    font-size: 10px; } }
/***************** little mobile phone Styles *****************/
@media screen and (max-width: 400px) and (max-height: 550px) {
  body {
    font-size: 12px; } }