/*
Theme Name: Bellwether
Theme URI: http://maison.edge-themes.com
Description: A child theme of Maison Theme
Author: STATE BUILT
Author URI: http://statebuilt.com
Version: 1.0.0
Text Domain: maison
Template: maison
*/

  /*******************/
 /****** Press ******/
/*******************/

.press {
  display: table;
  overflow: hidden;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  padding: 110px 20px;
}

.press li {
  position: relative;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
  margin: 12px;
  padding: 0;
}

.press li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.press li img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  max-height: 140px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
}

nav.prev-next-posts {
  display: block;
  clear: both;
  overflow: hidden;
  max-width: 632px;
  margin: -36px auto 0;
}

nav.prev-next-posts .prev-posts-link {
  float: right;
  width: 50%;
  text-align: right;
}
nav.prev-next-posts .next-posts-link {
  float: left;
  width: 50%;
  text-align: left;
}
nav.prev-next-posts .next-posts-link a,
nav.prev-next-posts .prev-posts-link a {
  position: relative;
}

  /**************************/
 /****** Landing Page ******/
/**************************/

.border-box * {
  box-sizing: border-box;
}

/****** Landing Header ******/
header.landing-header {
  height: 720px;
  margin: 90px 0 0 0;
}
header.landing-header:after {
  visibility: hidden;
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  clear: both;
}

/* lnd title box */
header.landing-header .lnd-title-box {
  display: inline-block;
  width: 640px;
  height: 100%;
  padding: 40px 100px 40px 64px;
  background: #f7cac9;
}
header.landing-header .lnd-title-box:after {
  visibility: hidden;
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  clear: both;
}
  header.landing-header .lnd-title-box svg.b-logo {
    margin: 100px 0 20px 0;
    width: 140px;
    height: 140px;
    background-size: contain;
    fill: #fff;
  }
  header.landing-header .lnd-title-box h1 {
    margin: 0;
  }

/* lnd img box */
header.landing-header .lnd-img-box  {
  float: right;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 640px);
  height: 100%;
}
  header.landing-header .lnd-img-box .lnd-background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
  }

@media screen and (max-width: 1024px) {
  header.landing-header {
    height: auto;
    margin: 0;
  }
  header.landing-header .lnd-title-box {
    width: 100vw;
    height: auto;
  }
    header.landing-header .lnd-title-box svg.b-logo {
      margin: 20px 0;
    }
  header.landing-header .lnd-img-box {
    float: none;
    width: 100vw;
    height: 56.25vw;
  }
}

/****** Landing Body ******/
section.landing-body {
  max-width: 800px;
  padding: 0 20px;
  margin: 100px auto;
}
  section.landing-body p {
    font-size: 18px;
    margin: 0 0 32px 0;
  }
  section.landing-body h3 {
    font-size: 24px;
    line-height: 1em;
    margin: 0 0 16px 0;
  }
  section.landing-body img {
    margin: 24px 0;
    width: 100%;
    padding: 0 24px;
  }
  section.landing-body a {

  }
  section.landing-body .mw-640 {
    margin: auto;
    max-width: 680px;
    padding: 0 20px;
  }

  /* Call To Action */
  section.landing-body .call-to-action {
    margin: 32px 0;
    overflow: hidden;
  }

  section.landing-body .call-to-action .action-box {
    position: relative;
    width: calc(100% - 325px);
    height: 212px;
    border-top: 5px solid #f7cac9;
    border-bottom: 5px solid #f7cac9;
    padding: 21px;
  }
  section.landing-body .call-to-action.cta-right .action-box {
    float: right;
    margin-left: 5px;
    border-right: 5px solid #f7cac9;
  }
  section.landing-body .call-to-action.cta-left .action-box {
    float: left;
    margin-right: 5px;
    border-left: 5px solid #f7cac9;
  }
    section.landing-body .call-to-action .action-box a.cta-button {
      display: inline-block;
      position: absolute;
      bottom: 21px;
      cursor: pointer;
      padding: 0 16px;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      line-height: 42px;
      letter-spacing: 1px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background: #f7cac9;
      border-radius: 0;
      transition: background 0.3s ease-in-out,
                  color 0.3s ease-in-out,
                  border 0.3s ease-in-out;
    }
    section.landing-body .call-to-action .action-box a.cta-button:hover {
      color: #fff;
      background: #F4B4B3;
    }

  section.landing-body .call-to-action .img-box {
    display: inline-block;
    position: relative;
    width: 320px;
    height: 212px;
    overflow: hidden;
  }
    section.landing-body .call-to-action .img-box img {
      position: absolute;
      margin: 0;
      padding: 0;
    }
    section.landing-body .call-to-action .img-box img:not(.over-logo) {
      top: 50%;
      transform: translateY(-50%);
    }
      section.landing-body .call-to-action .img-box img.over-logo {
        left: 50%;
        max-width: 280px;
        transform: translateX(-50%);
      }
        section.landing-body .call-to-action.cta-right .img-box img.over-logo {
          top: 32px;
        }
        section.landing-body .call-to-action.cta-left .img-box img.over-logo {
          bottom: 32px;
        }

  /* Duo Image Row */
  section.landing-body .duo-img-row {
    margin: 48px 0;
    height: 240px;
  }
  section.landing-body .duo-img-row .bg-img {
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 50%;
    height: 100%;
  }

  @media screen and (max-width: 786px) {
    section.landing-body .call-to-action .action-box {
      width: 100%;
      border-top: none;
      border-right: 5px solid #f7cac9;
      border-bottom: none;
      border-left: 5px solid #f7cac9;
    }
      section.landing-body .call-to-action.cta-right .action-box {
        margin: 0 0 7px 0;
        border-top: 5px solid #f7cac9;
      }
      section.landing-body .call-to-action.cta-left .action-box {
        margin: 0;
        border-bottom: 5px solid #f7cac9;
      }
      section.landing-body .call-to-action .img-box {
        width: 100%;
      }

    section.landing-body .duo-img-row {
      height: auto;
      overflow: hidden;
    }
      section.landing-body .duo-img-row .bg-img {
        float: none;
        width: 100%;
        height: 320px;
      }
  }

  /********************/
 /****** Footer ******/
/********************/

.edgtf-content {
  margin-bottom: 300px !important;
}

.edgtf-page-footer {
  height: 300px !important;
  background: #000;
  padding: 60px 32px;
  line-height: initial !important;
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner.edgtf-grid {
  padding: 0 !important;
}

.edgtf-page-footer a {
  transition: opacity 300ms ease-in-out;
}
.edgtf-page-footer a:hover {
  opacity: 0.8;
}

.footer-logo {
  max-width: 282px;
  margin: 0 auto 32px;
}
.footer-logo a {
  display: block;
  text-align: center;
}

.edgtf-page-footer a.roe-photo {
  display: block;
  margin: 8px 0 0 0;
  font-weight: 400;
}

.edgtf-page-footer ul {
  list-style: none;
  margin: 16px 0 !important;
}
.edgtf-page-footer ul li {
  display: inline-block;
  margin: 0 !important;
}
.edgtf-page-footer ul li:not(:first-child) {
  margin-left: 20px !important;
}
.edgtf-page-footer ul li a {
  display: inline-block;
}
.edgtf-page-footer ul li a .fa {
  font-size: 24px;
}

img.wedding-wire-icon.icon-footer {
  width: 20.54px;
  margin-bottom: -4px;
}

  /*******************/
 /****** Popup ******/
/*******************/

.newsletter-popup {
  box-sizing: border-box;
}

/*.newsletter-popup .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  transform: translateY(0);
  opacity: 0;
  z-index: -100;
  transition: z-index 0ms ease-in-out 750ms, opacity 750ms ease-in-out;
  -moz-transition: z-index 0ms ease-in-out 750ms, opacity 750ms ease-in-out;
  -o-transition: z-index 0ms ease-in-out 750ms, opacity 750ms ease-in-out;
}
  .newsletter-popup .overlay.js--show-popup {
    transform: translateY(0);
    opacity: 0.5;
    z-index: 99998;
    transition: opacity 750ms ease-in-out;
    -moz-transition: opacity 750ms ease-in-out;
    -o-transition: opacity 750ms ease-in-out;
  }*/

.newsletter-popup .signup-box {
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 250%);
  width: 100%;
  max-width: 464px;
  padding: 32px;
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
  transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
  -moz-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
  -o-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
}
  .newsletter-popup .signup-box.js--show-popup {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

.newsletter-popup .close-popup {
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: 10px;
  color: #fb5919;
  font-size: 40px;
  cursor: pointer;
}

.newsletter-popup h3 {
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
}

.newsletter-popup p.text {
  display: inline-block;
  float: left;
  width: 45%;
  font-size: 14px;
  color: #3ab3a6;
  margin: 0 0 16px 0;
}

.newsletter-popup img {
  display: inline-block;
  float: right;
  width: 45%;
}
@media screen and (max-width: 400px) {
  .newsletter-popup img {
    display: none;
  }
  .newsletter-popup p.text {
    width: 100%;
  }
}

.newsletter-popup .wpcf7-form p {
  display: inline-block;
  width: 100%;
  color: #181818;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.newsletter-popup .mc4wp-form-fields label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.newsletter-popup .wpcf7-form-control-wrap.your-email .wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  background-color: #e6e6e6 !important;
  border: 1px solid #a7a7a7 !important
}

.newsletter-popup input.wpcf7-form-control.wpcf7-submit {
  padding: 0 32px;
  width: 100%;
  max-width: 200px;
  line-height: 46px;
  font-size: 16px;
  background-color: #3ab3a6;
}

.newsletter-popup input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #2d958b;
}

  /***********************/
 /****** Overrides ******/
/***********************/

.edgtf-main-menu>ul>li>a {
  padding: 0 12px;
}

/* makes header logo bigger */
.edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
  height: 79px !important;
}

/* fixes wonky responsiveness */
.edgtf-row-grid-section {
  width: 90% !important;
}

/* removes flash on image carousel */
.edgtf-cc-image,
.edgtf-cc-hover-image {
  transition:opacity 0ms ease-in-out !important;
}

.edgtf-mobile-header .edgtf-mobile-header-inner .edgtf-mobile-header-holder {
  padding: 0 16px;
}

.wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}

.edgtf-blog-holder.edgtf-blog-single article {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 36px !important;
  float: none;
  display: block;
}

.aligncenter {
  margin: 30px auto !important;
}

/* removes press category from blog */
aside.edgtf-sidebar .widget.widget_categories li.cat-item.cat-item-6 {
  display: none;
}
.hentry.category-press {
  display: none;
}

/* removes comment counter from blog */
.edgtf-post-info-author:after {
  content: '' !important;
}
.edgtf-post-info-comments {
  display: none;
}

/* submit button color change */
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #333 !important;
}

/* single blog post header fix */
.single-post .edgtf-page-header {
  background: #000;
  margin-bottom: 90px;
}

/* removes fetured img from single blog post */
.edgtf-blog-holder.edgtf-blog-single article .edgtf-post-heading {
  display: none;
}

/* changes blog link styles */
.edgtf-post-text-inner a {
  font-weight: 300;
  color: #666;
  text-decoration: underline;
}

.edgtf-post-text-inner img.half-width {
  width: 46%;
  float: left;
  margin: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 4% !important;
}