/*!
Theme Name: The Blowout Bar
Theme URI: https://theblowoutbar.com
Author: btrickett 
*/
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css";
/* line 3, ../sass/common/_bootstrap.scss */
A {
  color: #414042;
  text-decoration: underline;
}
/* line 7, ../sass/common/_bootstrap.scss */
A:hover {
  color: #414042;
  text-decoration: none;
}

/* line 13, ../sass/common/_bootstrap.scss */
.btn {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 8px 18px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 23, ../sass/common/_bootstrap.scss */
.btn:hover {
  background-color: transparent;
  color: #000;
}

@media (min-width: 400px) {
  /* line 31, ../sass/common/_bootstrap.scss */
  .btn {
    font-size: 20px;
  }
}
/* line 1, ../sass/common/_fonts.scss */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, ../sass/common/_layout-tables.scss */
TABLE.layout {
  width: 100%;
  /**
   * a brekpoint the layout table gets a 
   * max-width
   * 
   */
  /**
   * Put a rule (line) between TDs
   */
  /**
   * Two column table 50/50
   */
}
/* line 6, ../sass/common/_layout-tables.scss */
TABLE.layout TD {
  vertical-align: top;
}
@media (min-width: 768px) {
  /* line 6, ../sass/common/_layout-tables.scss */
  TABLE.layout TD {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
  /* line 13, ../sass/common/_layout-tables.scss */
  TABLE.layout TD:first-child {
    padding-left: 0;
  }
  /* line 16, ../sass/common/_layout-tables.scss */
  TABLE.layout TD:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../sass/common/_layout-tables.scss */
  TABLE.layout {
    display: block;
  }
  /* line 36, ../sass/common/_layout-tables.scss */
  TABLE.layout TBODY, TABLE.layout TR, TABLE.layout TD, TABLE.layout TD {
    display: block;
  }
  /* line 38, ../sass/common/_layout-tables.scss */
  TABLE.layout TD + TD {
    margin-top: .5em;
  }
}
@media (min-width: 768px) {
  /* line 47, ../sass/common/_layout-tables.scss */
  TABLE.layout.ruled TD + TD {
    border-left: 1px solid #f5f5f5;
  }
}
@media (min-width: 768px) {
  /* line 59, ../sass/common/_layout-tables.scss */
  TABLE.layout.two-column TD {
    width: 50%;
  }
}
@media (min-width: 768px) {
  /* line 71, ../sass/common/_layout-tables.scss */
  TABLE.layout.two-thirds TD:first-child {
    width: 66.666%;
  }
  /* line 74, ../sass/common/_layout-tables.scss */
  TABLE.layout.two-thirds TD:last-child {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  /* line 85, ../sass/common/_layout-tables.scss */
  TABLE.layout.three-column TD {
    width: 33.333%;
  }
  /* line 89, ../sass/common/_layout-tables.scss */
  TABLE.layout.three-column TD:first-child {
    padding-right: calc(1.25em + (1.25em/3));
  }
  /* line 90, ../sass/common/_layout-tables.scss */
  TABLE.layout.three-column TD:nth-child(2) {
    padding-right: calc(1.25em - (1.25em/3));
    padding-left: calc(1.25em - (1.25em/3));
  }
  /* line 91, ../sass/common/_layout-tables.scss */
  TABLE.layout.three-column TD:last-child {
    padding-left: calc(1.25em + (1.25em/3));
  }
}

/* line 2, ../sass/common/_typography.scss */
HTML, BODY {
  color: #414042;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 768px) {
  /* line 2, ../sass/common/_typography.scss */
  HTML, BODY {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 2, ../sass/common/_typography.scss */
  HTML, BODY {
    font-size: 18px;
  }
}

/* line 36, ../sass/common/_typography.scss */
H1, .h1 {
  color: #fda487;
  font-family: "Six Caps", sans-serif;
  font-size: 6em;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

/* line 53, ../sass/common/_typography.scss */
H2, .h2 {
  color: #fda487;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 77, ../sass/common/_typography.scss */
H3, .h3 {
  color: #fda487;
  text-transform: uppercase;
}
/* line 59, ../sass/common/_typography.scss */
H3::before, .h3::before {
  border-top: 2px solid #fda487;
  content: "";
  display: block;
  padding-bottom: 5px;
  width: 65px;
}

/* line 93, ../sass/common/_typography.scss */
H4, .h4 {
  color: #000;
  text-transform: uppercase;
}

/* line 112, ../sass/common/_typography.scss */
H5, .h5 {
  color: #000;
  font-size: 1.05em;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 114, ../sass/common/_typography.scss */
.lg-p {
  font-size: 22px;
  line-height: 1.25;
}

/* line 1, ../sass/global/_footer.scss */
FOOTER {
  margin-top: 4em;
  /* MAILCHIMP SIGNUP */
}
/* line 4, ../sass/global/_footer.scss */
FOOTER .upper-footer {
  background-color: #fff;
  text-align: center;
}
/* line 9, ../sass/global/_footer.scss */
FOOTER .footer-divider {
  background-image: url(.../../img/hair-dryers.svg);
  background-color: #fff;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 21vw;
}
/* line 18, ../sass/global/_footer.scss */
FOOTER .lower-footer {
  background: #f4c2b2;
  color: #000;
  padding: 2em 0;
  text-transform: uppercase;
}
/* line 24, ../sass/global/_footer.scss */
FOOTER .lower-footer H5 {
  color: #000;
}
/* line 28, ../sass/global/_footer.scss */
FOOTER .lower-footer P, FOOTER .lower-footer A {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}
/* line 36, ../sass/global/_footer.scss */
FOOTER .left-column {
  padding-bottom: 25px;
  padding-top: 25px;
}
/* line 40, ../sass/global/_footer.scss */
FOOTER .left-column .contact-links {
  line-height: 1;
}
/* line 44, ../sass/global/_footer.scss */
FOOTER .left-column .social-links A {
  font-size: 18px;
}
/* line 51, ../sass/global/_footer.scss */
FOOTER .contact-block H5:last-of-type {
  margin-top: 1rem;
}
/* line 55, ../sass/global/_footer.scss */
FOOTER .contact-block A:hover {
  color: #fff;
}
/* line 59, ../sass/global/_footer.scss */
FOOTER .contact-block .contact-links {
  line-height: 1;
}
/* line 63, ../sass/global/_footer.scss */
FOOTER .contact-block .social-links A {
  font-size: 18px;
  margin-right: 10px;
}
/* line 70, ../sass/global/_footer.scss */
FOOTER .divider:after {
  border-top: 3px solid #000;
  content: "";
  display: block;
  left: 0;
  position: relative;
  width: 100%;
}
/* line 80, ../sass/global/_footer.scss */
FOOTER .right-column {
  padding-bottom: 25px;
  padding-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
/* line 88, ../sass/global/_footer.scss */
FOOTER .logo-link {
  margin-top: 25px;
}
/* line 91, ../sass/global/_footer.scss */
FOOTER .logo-link IMG {
  width: 100%;
}
/* line 99, ../sass/global/_footer.scss */
FOOTER #mc_embed_signup INPUT {
  padding: 8px 18px;
  width: 100%;
}
/* line 103, ../sass/global/_footer.scss */
FOOTER #mc_embed_signup INPUT.email {
  border: none;
}
/* line 109, ../sass/global/_footer.scss */
FOOTER .mc-field-group {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  /* line 1, ../sass/global/_footer.scss */
  FOOTER {
    /*.footer-divider {
    	background-position-y: bottom;
    }*/
  }
  /* line 120, ../sass/global/_footer.scss */
  FOOTER .left-column P:last-of-type {
    margin-bottom: 0;
  }
  /* line 126, ../sass/global/_footer.scss */
  FOOTER .divider::after {
    border-right: 3px solid #000;
    height: 100%;
    position: absolute;
    left: 50%;
    width: auto;
  }
}
/* line 136, ../sass/global/_footer.scss */
FOOTER .copyright {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

/* line 3, ../sass/global/_header.scss */
HEADER .site-alerts {
  text-align: center;
}
/* line 6, ../sass/global/_header.scss */
HEADER .site-alerts .alert-text {
  background-color: #fda487;
  color: #fff;
  font-weight: 600;
  padding: 15px 0;
  text-transform: uppercase;
}
/* line 13, ../sass/global/_header.scss */
HEADER .site-alerts .alert-text A {
  color: #fff;
  margin-left: 10px;
}
/* line 20, ../sass/global/_header.scss */
HEADER .site-alerts .alert-detail {
  background-color: #f5f5f5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
/* line 26, ../sass/global/_header.scss */
HEADER .site-alerts .alert-detail .detail-content {
  padding: 25px 0;
}
/* line 31, ../sass/global/_header.scss */
HEADER .site-alerts .alert-detail P:last-of-type {
  margin-bottom: 0;
}
/* line 38, ../sass/global/_header.scss */
HEADER .site-alerts .open {
  max-height: 900px;
  transition: max-height 0.5s ease-in;
  visibility: visible;
}
/* line 46, ../sass/global/_header.scss */
HEADER .mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
/* line 51, ../sass/global/_header.scss */
HEADER .mobile .hdr-logo-link {
  display: block;
  line-height: 0;
  margin: 20px 0;
}
/* line 56, ../sass/global/_header.scss */
HEADER .mobile .hdr-logo-link IMG {
  width: 90%;
}
/* line 61, ../sass/global/_header.scss */
HEADER .mobile .mobile-toggle {
  display: block;
}
/* line 64, ../sass/global/_header.scss */
HEADER .mobile .mobile-toggle i.fas {
  font-size: 22px;
  transition: transform 500ms;
  transform: rotate(-180deg);
}
/* line 72, ../sass/global/_header.scss */
HEADER .mobile .mobile-toggle i.fa-bars, HEADER .mobile .open i.fa-bars {
  transform: rotate(180deg);
}
/* line 79, ../sass/global/_header.scss */
HEADER .navigation {
  max-height: 0;
  overflow: hidden;
  text-align: center;
  transition: max-height 0.25s ease-out;
}
/* line 86, ../sass/global/_header.scss */
HEADER .mobile-show {
  max-height: 900px;
  transition: max-height 0.5s ease-in;
}
/* line 91, ../sass/global/_header.scss */
HEADER .menu-container {
  border-top: 1px solid #000;
  padding-top: 25px;
}
/* line 96, ../sass/global/_header.scss */
HEADER NAV {
  margin: 0 auto 20px;
  width: 100%;
}
/* line 100, ../sass/global/_header.scss */
HEADER NAV UL {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 106, ../sass/global/_header.scss */
HEADER NAV UL LI.menu-item {
  list-style-type: none;
}
/* line 109, ../sass/global/_header.scss */
HEADER NAV UL LI.menu-item A {
  color: #000;
  position: relative;
  text-decoration: none;
}
/* line 114, ../sass/global/_header.scss */
HEADER NAV UL LI.menu-item A:hover {
  color: #000;
}
/* line 118, ../sass/global/_header.scss */
HEADER NAV UL LI.menu-item A::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
/* line 133, ../sass/global/_header.scss */
HEADER NAV UL LI.menu-item A:hover {
  color: #000;
  text-decoration: none;
}
/* line 137, ../sass/global/_header.scss */
HEADER NAV UL LI.menu-item A:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
/* line 148, ../sass/global/_header.scss */
HEADER NAV UL li.current-menu-item A::before, HEADER NAV UL li.current_page_parent A::before {
  visibility: visible;
  transform: scaleX(1);
}
/* line 156, ../sass/global/_header.scss */
HEADER NAV UL li.current-menu-item A:hover::before, HEADER NAV UL li.current_page_parent A:hover::before {
  visibility: hidden;
  transform: scaleX(0);
}
@media (min-width: 768px) {
  /* line 171, ../sass/global/_header.scss */
  HEADER .mobile {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  /* line 174, ../sass/global/_header.scss */
  HEADER .mobile .hdr-logo-link {
    margin: 20px 0 0;
  }
  /* line 177, ../sass/global/_header.scss */
  HEADER .mobile .hdr-logo-link IMG {
    width: 300px;
  }
  /* line 182, ../sass/global/_header.scss */
  HEADER .mobile .mobile-toggle {
    display: none;
  }
  /* line 187, ../sass/global/_header.scss */
  HEADER .navigation {
    max-height: 100px;
  }
  /* line 191, ../sass/global/_header.scss */
  HEADER .menu-container {
    border-top: none;
  }
  /* line 197, ../sass/global/_header.scss */
  HEADER NAV UL {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 992px) {
  /* line 205, ../sass/global/_header.scss */
  HEADER .menu-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 211, ../sass/global/_header.scss */
  HEADER .menu-container {
    max-width: 1140px;
  }
}

/* line 2, ../sass/global/_main.scss */
BODY, HTML {
  /*@mixin flex {
  	display: flex;
  	flex-wrap: wrap;
  }
  .flex { @include flex; }*/
}
/* line 36, ../sass/global/_main.scss */
BODY .simple-btn, HTML .simple-btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 15, ../sass/global/_main.scss */
BODY .simple-btn::after, HTML .simple-btn::after {
  content: '\f054';
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 3px;
  font-size: 17px;
  font-weight: 900;
  transition: transform 300ms ease;
}
/* line 31, ../sass/global/_main.scss */
BODY .simple-btn:hover::after, BODY .simple-btn:focus::after, HTML .simple-btn:hover::after, HTML .simple-btn:focus::after {
  transform: translateX(5px);
}
/* line 41, ../sass/global/_main.scss */
BODY .page-template-default HEADER::after, BODY .page-template-styles-page HEADER::after, BODY .error404 HEADER::after, BODY .blog HEADER::after, BODY .single HEADER::after, HTML .page-template-default HEADER::after, HTML .page-template-styles-page HEADER::after, HTML .error404 HEADER::after, HTML .blog HEADER::after, HTML .single HEADER::after {
  background-image: url(".../../img/texture-dots.jpg");
  background-size: contain;
  content: '';
  display: block;
  height: 35px;
}
/* line 50, ../sass/global/_main.scss */
BODY .page-template-default H1, BODY .page-template-styles-page H1, BODY .error404 H1, BODY .blog H1, BODY .single H1, HTML .page-template-default H1, HTML .page-template-styles-page H1, HTML .error404 H1, HTML .blog H1, HTML .single H1 {
  margin-top: 25px;
}

/* line 57, ../sass/global/_main.scss */
MAIN {
  /* OWL Carousel */
}
/* line 59, ../sass/global/_main.scss */
MAIN SECTION {
  padding: 2em 0;
}
/* line 62, ../sass/global/_main.scss */
MAIN SECTION:first-of-type {
  padding-top: 0;
}
/* line 66, ../sass/global/_main.scss */
MAIN SECTION:last-of-type {
  padding-bottom: 0;
}
/* line 70, ../sass/global/_main.scss */
MAIN SECTION.instagram, MAIN SECTION.primary-promo, MAIN SECTION.testimonials, MAIN SECTION.secondary-promo {
  padding: 4em 0;
}
/* line 76, ../sass/global/_main.scss */
MAIN .owl-theme .owl-dots .owl-dot.active span, MAIN .owl-theme .owl-dots .owl-dot:hover span {
  background: #f4c2b2;
  opacity: 1;
}
/* line 81, ../sass/global/_main.scss */
MAIN .owl-theme .owl-dots .owl-dot span {
  background: #f4c2b2;
  opacity: .5;
}

/*EMPLOYEE PORTAL PAGE*/
/* line 91, ../sass/global/_main.scss */
.employee-portal .ppw-post-password-container {
  text-align: center;
  margin: 35px 0;
}
/* line 95, ../sass/global/_main.scss */
.employee-portal .ppw-post-password-container .ppw-ppf-desc {
  font-size: 1.05em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto 25px;
  max-width: 600px;
}
/* line 105, ../sass/global/_main.scss */
.employee-portal .upper-footer .btn {
  display: none;
}

/* line 3, ../sass/modules/_accordion.scss */
.accordion .accordion-section {
  margin-top: 50px;
}
/* line 6, ../sass/modules/_accordion.scss */
.accordion .accordion-section:first-of-type {
  margin-top: 0;
}
/* line 11, ../sass/modules/_accordion.scss */
.accordion .accordion-block {
  margin-bottom: .5em;
}
/* line 15, ../sass/modules/_accordion.scss */
.accordion .item-title {
  background: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
/* line 25, ../sass/modules/_accordion.scss */
.accordion .item-title::after {
  content: '\f067';
  color: #fda487;
  position: absolute;
  right: 20px;
  top: 19px;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin-left: 3px;
  font-size: 17px;
  font-weight: 900;
  transition: transform 500ms;
  transform: rotate(-180deg);
}
/* line 43, ../sass/modules/_accordion.scss */
.accordion .item-title .title {
  padding-right: 25px;
}
/* line 51, ../sass/modules/_accordion.scss */
.accordion .item-title.active::after {
  content: '\f068';
  transform: rotate(180deg);
}
/* line 57, ../sass/modules/_accordion.scss */
.accordion .item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* line 62, ../sass/modules/_accordion.scss */
.accordion .item-content P {
  margin: .25em 0 0;
  padding: 20px;
}
/* line 66, ../sass/modules/_accordion.scss */
.accordion .item-content P:nth-child(n+2) {
  margin: 0;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  /* line 74, ../sass/modules/_accordion.scss */
  .accordion .item-title {
    font-size: 1em;
  }
}

/* line 3, ../sass/modules/_banner.scss */
.home #myVideo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 8, ../sass/modules/_banner.scss */
.home .jumbotron {
  /*some of these settings may need to go global to override */
  background-position: center;
  background-size: cover;
  border-radius: 0;
  margin-bottom: 0;
  padding: 4rem 1rem;
}
/* line 15, ../sass/modules/_banner.scss */
.home .jumbotron .jumbotron-flex {
  display: -ms-flexbox;
  display: flex;
}
/* line 19, ../sass/modules/_banner.scss */
.home .jumbotron .brush-text {
  font-family: "rocknessregular", sans-serif;
  font-size: 5em;
  line-height: .75;
}
/* line 25, ../sass/modules/_banner.scss */
.home .jumbotron H1 {
  font-size: 4em;
  margin: 0 auto 0.5em;
  width: 5em;
}
/* line 31, ../sass/modules/_banner.scss */
.home .jumbotron P:last-of-type {
  margin-bottom: 0;
}
/* line 35, ../sass/modules/_banner.scss */
.home .jumbotron .banner-svg {
  width: 300px;
}
@media (max-width: 768px) {
  /* line 41, ../sass/modules/_banner.scss */
  .home .jumbotron-flex {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  /* line 44, ../sass/modules/_banner.scss */
  .home .banner {
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 50, ../sass/modules/_banner.scss */
  .home .jumbotron H1 {
    font-size: 6em;
  }
  /* line 54, ../sass/modules/_banner.scss */
  .home .jumbotron .banner-svg {
    width: 400px;
  }
}
@media (min-width: 992px) {
  /* line 60, ../sass/modules/_banner.scss */
  .home .jumbotron {
    padding: 7rem 2rem;
  }
}
@media (min-width: 1400px) {
  /* line 66, ../sass/modules/_banner.scss */
  .home .jumbotron H1 {
    width: 5.5em;
  }
}
/* line 73, ../sass/modules/_banner.scss */
.home .video #myVideo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 78, ../sass/modules/_banner.scss */
.home .video .banner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}

/* line 3, ../sass/modules/_blog.scss */
BODY.blog .posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
/* line 9, ../sass/modules/_blog.scss */
BODY.blog .posts .attachment-post-thumbnail {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0 0 25px 0;
  width: 100%;
}
/* line 16, ../sass/modules/_blog.scss */
BODY.blog .posts A.title-link {
  color: #fda487;
  text-decoration: none;
}

/* line 28, ../sass/modules/_blog.scss */
.single-post .blog-title h1 {
  margin-bottom: 15px;
}
/* line 33, ../sass/modules/_blog.scss */
.single-post #breadcrumbs {
  margin-bottom: 2rem;
}
/* line 36, ../sass/modules/_blog.scss */
.single-post #breadcrumbs A {
  text-decoration: none;
}
/* line 39, ../sass/modules/_blog.scss */
.single-post #breadcrumbs A:hover {
  text-decoration: underline;
}
/* line 47, ../sass/modules/_blog.scss */
.single-post .date {
  color: #fda487;
  font-size: 1.05em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/* line 55, ../sass/modules/_blog.scss */
.single-post .attachment-post-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
}
/* line 62, ../sass/modules/_blog.scss */
.single-post .post-single {
  		/*width: 700px;
      	margin: 0 auto 170px;*/
}
/* line 66, ../sass/modules/_blog.scss */
.single-post .post-single .lg-p > P {
  font-size: 22px;
  border-top: 1px solid #fda487;
  border-bottom: 1px solid #fda487;
  padding: 25px;
}
/* line 75, ../sass/modules/_blog.scss */
.single-post .post-single .wysiwyg P {
  overflow: auto;
}
/* line 79, ../sass/modules/_blog.scss */
.single-post .post-single .wysiwyg img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
/* line 80, ../sass/modules/_blog.scss */
.single-post .post-single .wysiwyg img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
/* line 81, ../sass/modules/_blog.scss */
.single-post .post-single .wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 82, ../sass/modules/_blog.scss */
.single-post .post-single .wysiwyg a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
/* line 83, ../sass/modules/_blog.scss */
.single-post .post-single .wysiwyg a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
/* line 84, ../sass/modules/_blog.scss */
.single-post .post-single .wysiwyg a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 90, ../sass/modules/_blog.scss */
.single-post .post-single .promo-block .promo-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
/* line 96, ../sass/modules/_blog.scss */
.single-post .post-single .promo-block .promo-content IMG {
  margin-bottom: 25px;
}
/* line 103, ../sass/modules/_blog.scss */
.single-post .post-single .promo-block:nth-child(odd) .promo-content {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media (min-width: 768px) {
  /* line 118, ../sass/modules/_blog.scss */
  BODY.blog .posts {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 121, ../sass/modules/_blog.scss */
  BODY.blog .posts .attachment-post-thumbnail {
    height: 275px;
    padding: 0 25px 0 0;
    width: 300px;
  }

  /* line 137, ../sass/modules/_blog.scss */
  .single-post .post-single .promo-block .promo-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 140, ../sass/modules/_blog.scss */
  .single-post .post-single .promo-block .promo-content IMG {
    margin-bottom: 0;
  }
}
/* line 1, ../sass/modules/_gravity_forms.scss */
.gform_wrapper {
  	/*.gf_left_half {
  		padding: 0 30px 0 0!important;
  	}
  
  	.gf_right_half {
  		padding: 0 0 0 30px;
  	}*/
}
/* line 11, ../sass/modules/_gravity_forms.scss */
.gform_wrapper img {
  width: auto !important;
}
/* line 15, ../sass/modules/_gravity_forms.scss */
.gform_wrapper label.gfield_label {
  color: #fda487;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 21, ../sass/modules/_gravity_forms.scss */
.gform_wrapper .gfield_required {
  color: red !important;
}
/* line 25, ../sass/modules/_gravity_forms.scss */
.gform_wrapper input[type=text], .gform_wrapper textarea {
  border: 1px solid #ccc;
}
/* line 29, ../sass/modules/_gravity_forms.scss */
.gform_wrapper .ginput_container_fileupload {
  font-size: 12px;
}
/* line 33, ../sass/modules/_gravity_forms.scss */
.gform_wrapper #extensions_message {
  margin-top: 5px;
  display: block;
}
@media (min-width: 768px) {
  /* line 39, ../sass/modules/_gravity_forms.scss */
  .gform_wrapper .gf_left_half {
    padding: 0 30px 0 0 !important;
  }
  /* line 43, ../sass/modules/_gravity_forms.scss */
  .gform_wrapper .gf_right_half {
    padding: 0 0 0 30px;
  }
}
/* line 48, ../sass/modules/_gravity_forms.scss */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 0;
  color: #fff;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0 !important;
  padding: 8px 18px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto !important;
}
/* line 61, ../sass/modules/_gravity_forms.scss */
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: transparent;
  color: #000;
}
@media (min-width: 400px) {
  /* line 69, ../sass/modules/_gravity_forms.scss */
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px !important;
  }
}

/* line 76, ../sass/modules/_gravity_forms.scss */
.gform_confirmation_message {
  color: #fda487;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1, ../sass/modules/_instagram.scss */
.instagram {
  /* Juicer Customizations */
}
/* line 3, ../sass/modules/_instagram.scss */
.instagram H4 {
  text-align: center;
  margin-bottom: 3rem;
}
/* line 10, ../sass/modules/_instagram.scss */
.instagram h1.referral {
  display: none !important;
}
/* line 14, ../sass/modules/_instagram.scss */
.instagram .juicer-feed.image-grid li.feed-item, .instagram .juicer-feed.slider li.feed-item, .instagram .juicer-feed.hip li.feed-item {
  background: #fff;
  margin: 0 10px;
}
/* line 19, ../sass/modules/_instagram.scss */
.instagram .juicer-feed.slider .slick-prev {
  left: 10px;
}
/* line 23, ../sass/modules/_instagram.scss */
.instagram .juicer-feed.slider .slick-next {
  right: 10px;
}
/* line 27, ../sass/modules/_instagram.scss */
.instagram li.feed-item.juicer.image-post.slick-slide.slick-current.slick-active {
  display: none;
}
/* line 31, ../sass/modules/_instagram.scss */
.instagram .juicer-feed.slider .slick-prev:hover:before, .instagram .juicer-feed.slider .slick-next:hover:before {
  color: #f4c2b2;
}

/* line 3, ../sass/modules/_primary_promo.scss */
.primary-promo .row {
  -ms-flex-align: center;
      align-items: center;
}
/* line 7, ../sass/modules/_primary_promo.scss */
.primary-promo P {
  font-size: 22px;
  line-height: 1.25;
}
/* line 12, ../sass/modules/_primary_promo.scss */
.primary-promo .btn {
  margin-top: 1.25rem;
}
/* line 16, ../sass/modules/_primary_promo.scss */
.primary-promo .promo-image {
  background-position: center;
  border-radius: 50%;
  margin-bottom: 25px;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  /* line 24, ../sass/modules/_primary_promo.scss */
  .primary-promo .promo-image {
    margin-bottom: 0;
  }
}

/* line 1, ../sass/modules/_secondary_promo.scss */
.secondary-promo {
  background-color: #f5f5f5;
}
/* line 4, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
/* line 9, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-block {
  background-position: center;
  background-repeat: no-repeat;
  max-width: 670px;
  color: #000;
  line-height: 1;
  margin: 0 25px 25px;
  min-height: 250px;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
/* line 25, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-block H4 {
  font-family: "Six Caps", sans-serif;
  font-size: 3.25em;
  line-height: 1;
  margin-bottom: .25rem;
}
/* line 32, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-block P {
  line-height: 1.5;
  margin-bottom: 0;
}
/* line 37, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-block IMG {
  width: 100%;
  height: auto;
}
/* line 43, ../sass/modules/_secondary_promo.scss */
.secondary-promo A.promo-block {
  text-decoration: none;
}
/* line 46, ../sass/modules/_secondary_promo.scss */
.secondary-promo A.promo-block:hover {
  opacity: .5;
  text-decoration: none;
}
/* line 52, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-content A {
  color: #000;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
/* line 58, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-content A::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.3s ease-in-out 0s;
}
/* line 73, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-content A:hover {
  color: #000;
  text-decoration: none;
}
/* line 77, ../sass/modules/_secondary_promo.scss */
.secondary-promo .promo-content A:hover::after {
  visibility: hidden;
  transform: scaleX(0);
}
@media (min-width: 992px) {
  /* line 87, ../sass/modules/_secondary_promo.scss */
  .secondary-promo .promo-block {
    -ms-flex: 1;
        flex: 1;
    margin: 0 25px 0 0;
  }
  /* line 91, ../sass/modules/_secondary_promo.scss */
  .secondary-promo .promo-block:last-child {
    margin: 0;
  }
  /* line 95, ../sass/modules/_secondary_promo.scss */
  .secondary-promo .promo-block:only-child {
    margin: auto;
  }
}

/* line 1, ../sass/modules/_styles.scss */
.styles-block {
  text-transform: uppercase;
}
/* line 4, ../sass/modules/_styles.scss */
.styles-block .container {
  padding: 0;
}
/* line 8, ../sass/modules/_styles.scss */
.styles-block .image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
}
/* line 15, ../sass/modules/_styles.scss */
.styles-block .title {
  font-family: "Six Caps", sans-serif;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: 5px;
}
/* line 22, ../sass/modules/_styles.scss */
.styles-block .caption {
  font-size: 1em;
  font-weight: 600;
}
/* line 27, ../sass/modules/_styles.scss */
.styles-block .excerpt {
  font-size: .75em;
  font-weight: 600;
  padding-left: 10px;
  margin-top: 10px;
  text-transform: initial;
}
@media (min-width: 765px) {
  /* line 36, ../sass/modules/_styles.scss */
  .styles-block .image {
    height: 320px;
  }
}
@media (min-width: 992px) {
  /* line 42, ../sass/modules/_styles.scss */
  .styles-block .image {
    height: 250px;
  }
  /* line 45, ../sass/modules/_styles.scss */
  .styles-block .title {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  /* line 51, ../sass/modules/_styles.scss */
  .styles-block .image {
    height: 330px;
  }
  /* line 54, ../sass/modules/_styles.scss */
  .styles-block .title {
    font-size: 3.5em;
  }
}
@media (min-width: 1400px) {
  /* line 60, ../sass/modules/_styles.scss */
  .styles-block .image {
    height: 400px;
  }
}

/* line 1, ../sass/modules/_testimonials.scss */
.testimonials {
  background-color: #f5f5f5;
  text-align: center;
}
/* line 5, ../sass/modules/_testimonials.scss */
.testimonials .content {
  color: #000;
  max-width: 640px;
  margin: auto;
  padding: 0 20px;
}
/* line 12, ../sass/modules/_testimonials.scss */
.testimonials .quote {
  font-size: 22px;
  padding: 25px 0;
}
/* line 16, ../sass/modules/_testimonials.scss */
.testimonials .quote::before, .testimonials .quote::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
/* line 21, ../sass/modules/_testimonials.scss */
.testimonials .quote::before {
  content: '\f10d';
  padding-right: 20px;
  position: relative;
  top: -8px;
}
/* line 28, ../sass/modules/_testimonials.scss */
.testimonials .quote::after {
  content: '\f10e';
  padding-left: 20px;
}
/* line 35, ../sass/modules/_testimonials.scss */
.testimonials .attribute {
  font-family: "Six Caps", sans-serif;
  font-size: 3.5em;
  text-transform: uppercase;
}

/* line 3, ../sass/modules/_the-menu.scss */
.the-menu .container {
  padding: 0;
}
/* line 7, ../sass/modules/_the-menu.scss */
.the-menu .menu-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 12, ../sass/modules/_the-menu.scss */
.the-menu .price {
  margin-right: 15px;
}
/* line 18, ../sass/modules/_the-menu.scss */
.the-menu .item-section:last-of-type .item-options {
  margin-bottom: 0;
}
/* line 24, ../sass/modules/_the-menu.scss */
.the-menu .item-options {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
/* line 28, ../sass/modules/_the-menu.scss */
.the-menu .item-options:last-of-type {
  margin-bottom: 45px;
}

/* line 3, ../sass/modules/_wysiwyg.scss */
.wysiwyg img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 9, ../sass/modules/_wysiwyg.scss */
.wysiwyg img.aligncenter {
  width: auto;
}
/* line 13, ../sass/modules/_wysiwyg.scss */
.wysiwyg img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
  width: auto;
}
/* line 19, ../sass/modules/_wysiwyg.scss */
.wysiwyg img.alignright {
  float: right;
  margin: 0 0 10px 20px;
  width: auto;
}
/* line 26, ../sass/modules/_wysiwyg.scss */
.wysiwyg .hr-spacer {
  border: none;
  margin: 0;
  padding: 1em 0;
}
