@charset "UTF-8";
/*!
Theme Name: Ashley Neese Theme
Description: A Wordpress theme developed by Alchemy + Aim.
Version: 3.0
Author: Alchemy + Aim
Author URI: http://www.alchemyandaim.com
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Flex Grid Gutter Space */
/* Container Widths */
/* Flex Layout Padding */
/* Flex Layout Container Width */
/***************************************
Mixins
contains global mixins, functions, helper selectors, etc.
***************************************/
/* Simple clearfix */
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, :after, :before {
  box-sizing: border-box; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Adjust containers and rows padding for Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/* Frontend Admin Dashboard Icon
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.admin-bar #wpadminbar ul#wp-admin-bar-root-default > li#wp-admin-bar-custom_menu a:before {
  color: rgba(240, 245, 250, 0.6);
  content: "\f226";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1.25;
  vertical-align: top;
  -moz-osx-font-smoothing: grayscale;
  font-family: "dashicons";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-align: center; }

.admin-bar {
  top: 32px; }
  @media (max-width: 782px) {
    .admin-bar {
      top: 46px; } }

/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* -- MOBILE FIRST MEDIA QUERIES -- */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 8.3333333333%; }

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 16.6666666667%; }

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 25%; }

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 33.3333333333%; }

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 41.6666666667%; }

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 50%; }

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 58.3333333333%; }

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 66.6666666667%; }

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 75%; }

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 83.3333333333%; }

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 91.6666666667%; }

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.3333333333%; }

.pull-xs-2 {
  right: 16.6666666667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.3333333333%; }

.pull-xs-5 {
  right: 41.6666666667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.3333333333%; }

.pull-xs-8 {
  right: 66.6666666667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.3333333333%; }

.pull-xs-11 {
  right: 91.6666666667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.3333333333%; }

.push-xs-2 {
  left: 16.6666666667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.3333333333%; }

.push-xs-5 {
  left: 41.6666666667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.3333333333%; }

.push-xs-8 {
  left: 66.6666666667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.3333333333%; }

.push-xs-11 {
  left: 91.6666666667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.3333333333%; }

.offset-xs-2 {
  margin-left: 16.6666666667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.3333333333%; }

.offset-xs-5 {
  margin-left: 41.6666666667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.3333333333%; }

.offset-xs-8 {
  margin-left: 66.6666666667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.3333333333%; }

.offset-xs-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 8.3333333333%; }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 16.6666666667%; }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 25%; }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 33.3333333333%; }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 41.6666666667%; }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 50%; }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 58.3333333333%; }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 66.6666666667%; }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 75%; }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 83.3333333333%; }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 91.6666666667%; }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.3333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.3333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 8.3333333333%; }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 16.6666666667%; }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 25%; }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 33.3333333333%; }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 41.6666666667%; }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 50%; }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 58.3333333333%; }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 66.6666666667%; }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 75%; }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 83.3333333333%; }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 91.6666666667%; }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.3333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.3333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 8.3333333333%; }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 16.6666666667%; }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 25%; }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 33.3333333333%; }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 41.6666666667%; }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 50%; }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 58.3333333333%; }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 66.6666666667%; }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 75%; }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 83.3333333333%; }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 91.6666666667%; }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.3333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.3333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 8.3333333333%; }
  .col-xl-2 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 16.6666666667%; }
  .col-xl-3 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 25%; }
  .col-xl-4 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 33.3333333333%; }
  .col-xl-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 41.6666666667%; }
  .col-xl-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 50%; }
  .col-xl-7 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 58.3333333333%; }
  .col-xl-8 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 66.6666666667%; }
  .col-xl-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 75%; }
  .col-xl-10 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 83.3333333333%; }
  .col-xl-11 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 91.6666666667%; }
  .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.3333333333%; }
  .pull-xl-2 {
    right: 16.6666666667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.3333333333%; }
  .pull-xl-5 {
    right: 41.6666666667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.3333333333%; }
  .pull-xl-8 {
    right: 66.6666666667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.3333333333%; }
  .pull-xl-11 {
    right: 91.6666666667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.3333333333%; }
  .push-xl-2 {
    left: 16.6666666667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.3333333333%; }
  .push-xl-5 {
    left: 41.6666666667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.3333333333%; }
  .push-xl-8 {
    left: 66.6666666667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.3333333333%; }
  .push-xl-11 {
    left: 91.6666666667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin: 50px auto;
  max-width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    img.aligncenter {
      margin: 25px auto; } }

img.alignright {
  display: inline-block;
  margin-left: 95px;
  float: right;
  max-width: 100%;
  height: auto; }

img.alignleft {
  display: inline-block;
  margin-right: 95px;
  float: left;
  max-width: 100%;
  height: auto;
  clear: both; }

hr {
  margin: 4.5% auto;
  border-width: 0;
  border-top: 1px solid #f5eeea; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 2% 0 2% 4.5%;
  font-size: 100%; }

li {
  margin-bottom: 2%; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 2%; }

input,
textarea,
select,
fieldset {
  margin-bottom: 3.5%; }

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 5%; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 5px 15px;
  white-space: pre; }

html {
  outline: none !important;
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; }

body {
  line-height: 1.6;
  color: #403f41;
  font-size: 16px;
  font-weight: 400;
  font-family: "baskerville-urw"; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  color: #403f41;
  font-family: "essonnes-display";
  font-weight: 400; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

p {
  margin-bottom: 1.5%;
  letter-spacing: .04em; }

span.color-black {
  color: #000; }

span.color-white {
  color: #fff; }

span.color-gray {
  color: #403f41; }

span.color-beige {
  color: #c2a392; }

span.color-ltbeige {
  color: #f5eeea; }

span.font-baskerville {
  font-family: "baskerville-urw"; }

span.font-essonnes {
  font-family: "essonnes-display"; }

span.font-brandon {
  font-family: "brandon-grotesque"; }

span.text-caps {
  text-transform: uppercase; }

span.drop-cap {
  color: #c2a392;
  font-family: "essonnes-display";
  font-size: 46px;
  font-style: italic;
  line-height: .5; }

/* Letter Spacing, Photoshop tracking divided by 100 */
.letter_spacing-15 {
  letter-spacing: 0.015em; }

.letter_spacing-40 {
  letter-spacing: 0.04em; }

.letter_spacing-140 {
  letter-spacing: 0.14em; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #c2a392; }

a:hover {
  color: #c2a392; }

/* Colors for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.color-black {
  color: #000000; }

.color-white {
  color: #ffffff; }

/* Weights for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

.weight-bold {
  font-weight: 700; }

.weight-black {
  font-weight: 900; }

/* Underline for Visual Editor (_includes/functions/editor.php)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-underline {
  text-decoration: underline; }

/*-----------------------------------------------------------------------------------*/
/*  GENERIC
/*-----------------------------------------------------------------------------------*/
#outer-wrapper {
  overflow: hidden; }

.content-area {
  float: left;
  width: 62%;
  margin-bottom: 25px;
  word-wrap: break-word; }

.aside {
  float: right;
  width: 32.2%;
  margin-right: 10px;
  word-wrap: break-word; }

@media (max-width: 768px) {
  .content-area {
    float: none;
    width: 100%; }
  .aside {
    float: none;
    width: 98%;
    margin-top: 50px; } }

.container {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1205px; } }
  @media (max-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .container {
      max-width: 960px; } }

/*-----------------------------------------------------------------------------------*/
/*  FLEX GRID
/*-----------------------------------------------------------------------------------*/
.grid,
.grid-mobile {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.grid .cell,
.grid-mobile .cell {
  flex: 1; }

@media (min-width: 769px) {
  .grid {
    display: flex; }
  .grid.grid-12-col .cell {
    flex: 0 0 calc( 8.33% - 87.0865px); }
    .grid.grid-12-col .cell.span-1 {
      flex: 0 0 calc( 10% - 85.5px); }
    .grid.grid-12-col .cell.span-2 {
      flex: 0 0 calc( 16.6% - 79.23px); }
    .grid.grid-12-col .cell.span-3 {
      flex: 0 0 calc( 25% - 71.25px); }
    .grid.grid-12-col .cell.span-4 {
      flex: 0 0 calc( 33.3% - 63.365px); }
    .grid.grid-12-col .cell.span-5 {
      flex: 0 0 calc( 41.6% - 55.48px); }
    .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc( 50% - 47.5px); }
    .grid.grid-12-col .cell.span-7 {
      flex: 0 0 calc( 58.3% - 39.615px); }
    .grid.grid-12-col .cell.span-8 {
      flex: 0 0 calc( 66.6% - 31.73px); }
    .grid.grid-12-col .cell.span-9 {
      flex: 0 0 calc( 75% - 23.75px); }
    .grid.grid-12-col .cell.span-10 {
      flex: 0 0 calc( 83.3% - 15.865px); }
    .grid.grid-12-col .cell.span-11 {
      flex: 0 0 calc( 90% - 9.5px); }
    .grid.grid-12-col .cell.span-12 {
      flex: 0 0 100%; }
  .grid.grid-2-col .cell {
    flex: 0 0 calc( 50% - 47.5px); }
    .grid.grid-2-col .cell.span-2 {
      flex: 0 0 100%; }
  .grid.grid-3-col .cell {
    flex: 0 0 calc( 33.33% - 63.3365px); }
    .grid.grid-3-col .cell.span-2 {
      flex: 0 0 calc( 66.66% - 31.673px); }
    .grid.grid-3-col .cell.span-3 {
      flex: 0 0 100%; }
  .grid.grid-4-col .cell {
    flex: 0 0 calc( 25% - 71.25px); }
    .grid.grid-4-col .cell.span-2 {
      flex: 0 0 calc( 50% - 47.5px); }
    .grid.grid-4-col .cell.span-3 {
      flex: 0 0 calc( 75% - 23.75px); }
    .grid.grid-4-col .cell.span-4 {
      flex: 0 0 100%; }
  .grid.grid-5-col .cell {
    flex: 0 0 calc( 20% - 76px); }
    .grid.grid-5-col .cell.span-2 {
      flex: 0 0 calc( 40% - 57px); }
    .grid.grid-5-col .cell.span-3 {
      flex: 0 0 calc( 60% - 38px); }
    .grid.grid-5-col .cell.span-4 {
      flex: 0 0 calc( 80% - 19px); }
    .grid.grid-5-col .cell.span-5 {
      flex: 0 0 100%; }
  .grid.grid-6-col .cell {
    flex: 0 0 calc( 16.66% - 79.173px); }
    .grid.grid-6-col .cell.span-2 {
      flex: 0 0 calc( 40% - 57px); }
    .grid.grid-6-col .cell.span-3 {
      flex: 0 0 calc( 60% - 38px); }
    .grid.grid-6-col .cell.span-4 {
      flex: 0 0 calc( 80% - 19px); }
    .grid.grid-6-col .cell.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid.grid-6-col .cell.span-6 {
      flex: 0 0 100%; } }

@media (max-width: 768px) {
  .grid-mobile {
    display: flex; }
  .grid-mobile.grid-mobile-2-col .cell {
    flex: 0 0 calc( 50% - 47.5px); }
    .grid-mobile.grid-mobile-2-col .cell.span-2 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-3-col .cell {
    flex: 0 0 calc( 33.33% - 63.3365px); }
    .grid-mobile.grid-mobile-3-col .cell.span-2 {
      flex: 0 0 calc( 66.66% - 31.673px); }
    .grid-mobile.grid-mobile-3-col .cell.span-3 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-4-col .cell {
    flex: 0 0 calc( 25% - 71.25px); }
    .grid-mobile.grid-mobile-4-col .cell.span-2 {
      flex: 0 0 calc( 50% - 47.5px); }
    .grid-mobile.grid-mobile-4-col .cell.span-3 {
      flex: 0 0 calc( 75% - 23.75px); }
    .grid-mobile.grid-mobile-4-col .cell.span-4 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-5-col .cell {
    flex: 0 0 calc( 20% - 76px); }
    .grid-mobile.grid-mobile-5-col .cell.span-2 {
      flex: 0 0 calc( 40% - 57px); }
    .grid-mobile.grid-mobile-5-col .cell.span-3 {
      flex: 0 0 calc( 60% - 38px); }
    .grid-mobile.grid-mobile-5-col .cell.span-4 {
      flex: 0 0 calc( 80% - 19px); }
    .grid-mobile.grid-mobile-5-col .cell.span-5 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-6-col .cell {
    flex: 0 0 calc( 16.66% - 79.173px); }
    .grid-mobile.grid-mobile-6-col .cell.span-2 {
      flex: 0 0 calc( 40% - 57px); }
    .grid-mobile.grid-mobile-6-col .cell.span-3 {
      flex: 0 0 calc( 60% - 38px); }
    .grid-mobile.grid-mobile-6-col .cell.span-4 {
      flex: 0 0 calc( 80% - 19px); }
    .grid-mobile.grid-mobile-6-col .cell.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid-mobile.grid-mobile-6-col .cell.span-6 {
      flex: 0 0 100%; } }

/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
/* Background Images: Cover and center */
.layout-section.background_style-image .cls-background,
.layout-section.background_style-image .cls-background .cls-mobile-background {
  background-size: cover;
  background-position: center; }

.layout-section.text_style-light-text h1, .layout-section.text_style-light-text h2, .layout-section.text_style-light-text h3, .layout-section.text_style-light-text h4, .layout-section.text_style-light-text h5, .layout-section.text_style-light-text h6, .layout-section.text_style-light-text p, .layout-section.text_style-light-text ul {
  color: #fff; }

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px; }

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .layout-section.padding-medium .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }

.layout-section.padding-large .cls-background {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .layout-section.padding-large .cls-background {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .layout-section.padding-large .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }

/* Container Width */
.layout-section.container-small .container {
  max-width: 960px; }

.layout-section.container-full .container {
  max-width: 100%; }

/* Background images: Replace background for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background .cls-mobile-background {
    background-image: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-background {
    background-image: none !important; } }

/* Background images: Remove background and add a new image below for mobile */
@media (min-width: 961px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    display: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before .cls-mobile-image {
    margin-top: 0em; }
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image .cls-background.background_mobile-mobile-image-before {
    background-image: none !important; }
  /* Fix light text against no background */
  .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-after, .layout-section.background_style-image.text_style-light-text .cls-background.background_mobile-mobile-image-before {
    color: #000; } }

/*-----------------------------------------------------------------------------------*/
/*  FORMS AND FIELDS
/*-----------------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  color: #403f41;
  font-size: 16px;
  font-weight: 400;
  font-family: "baskerville-urw";
  line-height: 20px;
  padding: 12px 12px;
  background-color: #fff;
  border: 1px solid #c2a392;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }

textarea {
  min-height: 84px; }

select:not([multiple]) {
  padding-right: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcmV0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTIgOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7fQo8L3N0eWxlPgo8cGF0aCBpZD0iU2hhcGVfMTcyNV9jb3B5IiBjbGFzcz0ic3QwIiBkPSJNMTEuNSwxTDExLDAuNUw1LjgsN2wwLjQsMC41TDExLjUsMXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuNSwxTDEsMC41TDYuMiw3TDUuOCw3LjVMMC41LDF6Ii8+Cjwvc3ZnPgo=);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 10px; }
  select:not([multiple]):-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select:not([multiple]) option:not(:checked) {
    color: #000000; }

label,
legend {
  display: block;
  margin-bottom: 10px;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal; }

::placeholder {
  opacity: 1;
  color: #403f41; }

:focus::placeholder {
  opacity: 1;
  color: #403f41; }

form br {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 43px;
  padding: 0 40px;
  color: #403f41;
  line-height: 43px;
  letter-spacing: .14em;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #c2a392;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 700;
  font-family: "brandon-grotesque";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
  /*&:focus {
		color: $color_accent2;
		border-color: $color_accent2;
		outline: 0;
	}*/ }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #f5eeea;
    border-color: #f5eeea;
    outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #403f41;
  background-color: #f5eeea;
  border-color: #c2a392;
  /*&:focus {
		color: #fff;
		background-color: $color_accent1;
		border-color: $color_accent1;
	}*/ }
  .button.button-primary:hover,
  button.button-primary:hover,
  input[type="submit"].button-primary:hover,
  input[type="reset"].button-primary:hover,
  input[type="button"].button-primary:hover {
    color: #fff;
    background-color: #c2a392;
    border-color: #c2a392; }

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 45px 0; }
  @media (max-width: 991px) {
    #header-wrapper {
      padding: 25px 0; } }

header .top-bar {
  text-align: left;
  box-sizing: border-box;
  padding: 9px 0;
  line-height: 1em;
  background-color: #f5eeea;
  color: #403f41;
  letter-spacing: .005em;
  vertical-align: middle;
  transition: opacity 500ms;
  font-family: "ApercuRegular";
  font-size: 13px; }
  header .top-bar a {
    color: #403f41; }
  header .top-bar #close {
    float: right;
    cursor: pointer;
    font-family: "GothamRounded-Book";
    font-size: 16px; }

.logo {
  height: auto;
  width: 235px;
  max-width: 75%;
  float: left;
  position: relative;
  z-index: 2; }

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar {
  text-align: center;
  position: relative; }
  #linkbar .book-login-menu {
    margin-top: 10px;
    position: absolute;
    right: 0;
    z-index: 2; }
    #linkbar .book-login-menu li {
      padding: 0 5px; }
      #linkbar .book-login-menu li:last-child {
        padding: 0 0 0 5px; }
    #linkbar .book-login-menu .book-now {
      padding: 0; }
      #linkbar .book-login-menu .book-now:after {
        content: " |";
        color: #403f41; }
      #linkbar .book-login-menu .book-now a {
        text-transform: uppercase;
        letter-spacing: .14em;
        font-family: "brandon-grotesque";
        font-size: 11px;
        font-weight: 700; }
  #linkbar .nav-menu {
    margin-top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (max-width: 1199px) {
      #linkbar .nav-menu {
        margin-left: 100px; } }
  #linkbar a {
    padding: 0;
    color: #403f41;
    font-size: 16px;
    font-family: "baskerville-urw";
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: .04em;
    display: inline-block;
    transition: all 0.3s ease; }
    #linkbar a:hover {
      color: #c2a392; }
  @media (max-width: 768px) {
    #linkbar nav, #linkbar .book-login-menu {
      display: none; } }
  #linkbar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    #linkbar ul li {
      display: inline;
      margin: 0px;
      padding: 0 20px 55px; }
      @media (max-width: 1199px) {
        #linkbar ul li {
          padding: 0 15px 55px; } }
      #linkbar ul li ul {
        padding: 10px 0; }
        #linkbar ul li ul li {
          padding: 0 50px; }
          #linkbar ul li ul li a {
            color: #403f41;
            letter-spacing: .140em;
            text-transform: uppercase;
            font-size: 11px;
            font-family: "brandon-grotesque";
            font-weight: 700; }
  #linkbar .current-menu-item a {
    color: #c2a392 !important;
    font-weight: 400; }

.category li.blog-link a, .page-id-9793 li.blog-link a, .parent-pageid-1868 li.offerings-link a, .parent-pageid-9858 li.offerings-link a {
  color: #c2a392 !important;
  font-weight: 400; }

.parent-pageid-9858 li.workshops-link a {
  color: #c2a392 !important; }

.nav-list li.logged-in, #slideout-menu li.logged-in {
  display: none !important; }

.logged-in .nav-list li.logged-out, .logged-in #slideout-menu li.logged-out {
  display: none !important; }

.logged-in .nav-list li.logged-in, .logged-in #slideout-menu li.logged-in {
  display: inline-block !important; }

/*   NAV SUB MENUS
==========*/
.nav-menu li.menu-item-has-children > a {
  position: relative; }

.nav-menu li.menu-item-has-children > a:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #403f41;
  transition: transform 0.2s ease; }

.nav-menu li.menu-item-has-children:hover > a:after {
  transform: rotateZ(180deg); }

.nav-menu li.menu-item-has-children .sub-menu {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  margin-left: calc(50% - 50vw) !important;
  background-color: rgba(245, 238, 234, 0.9);
  transform: translateY(100%) translateY(53px);
  animation: submenuHide 0.2s ease;
  animation-fill-mode: forwards; }
  @media (max-width: 1199px) {
    .nav-menu li.menu-item-has-children .sub-menu {
      margin-left: calc(44% - 50vw) !important; } }

.nav-menu li.menu-item-has-children:hover .sub-menu {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  animation: submenuShow 0.5s ease;
  animation-fill-mode: backwards; }

@keyframes submenuShow {
  0% {
    z-index: -1;
    visibility: hidden;
    opacity: 0; }
  1% {
    z-index: 5;
    visibility: visible; }
  25% {
    opacity: 1; }
  100% {
    z-index: 5;
    opacity: 1;
    visibility: visible; } }

@keyframes submenuHide {
  0% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  99% {
    z-index: 5;
    opacity: 1;
    visibility: visible; }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden; } }

.nav-menu li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0; }

.sub-menu, .offerings-sub-menu {
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #f5eeea;
  margin-bottom: 40px; }
  @media (max-width: 575px) {
    .sub-menu, .offerings-sub-menu {
      display: none; } }
  .sub-menu .container, .offerings-sub-menu .container {
    max-width: 900px; }
  .sub-menu ul, .offerings-sub-menu ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0; }
    .sub-menu ul .current-menu-item a, .offerings-sub-menu ul .current-menu-item a {
      color: #c2a392; }
    .sub-menu ul li, .offerings-sub-menu ul li {
      margin-bottom: 0; }
      .sub-menu ul li a, .offerings-sub-menu ul li a {
        letter-spacing: .140em;
        color: #403f41;
        transition: all 0.3s ease;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 11px;
        font-family: "brandon-grotesque";
        font-weight: 700; }
        .sub-menu ul li a:hover, .offerings-sub-menu ul li a:hover {
          color: #c2a392; }

.offerings-sub-menu {
  margin: 0 auto -2.75em;
  position: relative;
  background-color: rgba(245, 238, 234, 0.9); }
  .offerings-sub-menu .container {
    max-width: 900px; }

/* -------------------------------- 
			Mobile Nav 
-------------------------------- */
#slideout-menu {
  position: fixed;
  padding: 100px 50px;
  min-width: 260px;
  top: 0;
  right: -350px;
  min-height: 100vh;
  z-index: 10000;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  background-color: #f5eeea; }
  #slideout-menu a {
    color: #403f41;
    font-weight: 400;
    letter-spacing: .04em;
    font-size: 16px;
    text-decoration: none; }
    #slideout-menu a:hover {
      text-decoration: none; }
  #slideout-menu li.book-now {
    padding-top: 50px; }
    #slideout-menu li.book-now a {
      letter-spacing: .140em;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 11px;
      font-family: "brandon-grotesque"; }
  #slideout-menu #nav-close {
    position: absolute;
    top: 3.5%;
    right: 30px;
    height: 20px;
    width: 20px; }
  #slideout-menu .close-lines1, #slideout-menu .close-lines2 {
    width: 20px;
    display: block;
    background-color: #000;
    height: 2px;
    position: relative;
    transition: transform 300ms ease;
    transition-delay: 400ms; }
  #slideout-menu .close-lines1 {
    top: 8px;
    transform: rotate(-180deg); }
  #slideout-menu .close-lines2 {
    top: 6px; }
  #slideout-menu .menu-item-has-children > a:after {
    position: relative; }
  #slideout-menu ul {
    text-align: left;
    list-style: none; }
    #slideout-menu ul li {
      margin-bottom: 1em;
      position: relative; }
      #slideout-menu ul li #submenu-link:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: -18px;
        margin-top: -2px;
        border: 4px solid transparent;
        border-bottom-width: 0;
        border-top-color: #000;
        transition: transform 0.2s ease;
        background-position: 97% 50%;
        background-repeat: no-repeat;
        background-size: 10px; }
  #slideout-menu ul.sub-menu {
    display: none;
    margin: 2em 0; }
    #slideout-menu ul.sub-menu li a {
      letter-spacing: .140em;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 11px;
      font-family: "brandon-grotesque"; }
  #slideout-menu .widget {
    border-bottom: 0;
    text-align: right; }
    #slideout-menu .widget .social-links i, #slideout-menu .widget .social-links svg {
      font-size: 16px;
      margin-left: 20px; }

#slideout-menu.open .close-lines1 {
  transform: rotate(45deg); }

#slideout-menu.open .close-lines2 {
  transform: rotate(-45deg); }

a#slideout-trigger {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 15px;
  display: none; }
  @media only screen and (max-width: 768px) {
    a#slideout-trigger {
      display: block; } }

#slideout-bar {
  width: 20px;
  height: 2px;
  top: 6px;
  position: relative;
  background-color: #403f41; }
  #slideout-bar:before, #slideout-bar:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: relative;
    background-color: #403f41; }
  #slideout-bar:before {
    bottom: 5px; }
  #slideout-bar:after {
    top: 3px; }

/* -------------------------------- 
			Breadcrumbs 
-------------------------------- */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden; }
  #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
    #breadcrumbs li a {
      text-decoration: none; }
      #breadcrumbs li a:hover {
        color: #fff; }
  #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
.browser-Chrome footer #top-footer .opt-in-form input[type="submit"], .browser-Opera footer #top-footer .opt-in-form input[type="submit"] {
  top: -27px; }

.ua-mobile footer #top-footer .opt-in-form input[type="submit"] {
  top: -26px; }

.browser-Safari footer #top-footer .opt-in-form input[type="submit"] {
  top: -29px; }

.ua-mobile footer #top-footer .opt-in-form input {
  padding: 10px 12px; }

.browser-Safari.ua-desktop footer #top-footer .opt-in-form input[type="submit"] {
  top: -27px;
  line-height: 42px; }

.browser-Safari.ua-desktop footer #top-footer .opt-in-form input {
  height: 46px;
  line-height: 42px; }

footer {
  padding: 20px 0 0; }
  footer #top-footer {
    box-sizing: border-box;
    padding: 75px 0;
    background-color: #c2a392;
    color: #fff; }
    @media (max-width: 991px) {
      footer #top-footer {
        padding: 50px 0;
        text-align: center; } }
    footer #top-footer .opt-in-txt {
      padding-right: 3em;
      font-size: 24px;
      font-family: "essonnes-display"; }
      @media (max-width: 1199px) {
        footer #top-footer .opt-in-txt {
          padding-right: 0; } }
      @media (max-width: 991px) {
        footer #top-footer .opt-in-txt {
          max-width: 75%;
          margin: 0 auto 25px; } }
    footer #top-footer .opt-in-form {
      margin: 1.5% 0 0 -2%; }
      @media (max-width: 1199px) {
        footer #top-footer .opt-in-form {
          margin-left: -5%; } }
      @media (max-width: 575px) {
        footer #top-footer .opt-in-form {
          margin-left: -11%; } }
      footer #top-footer .opt-in-form ::placeholder {
        opacity: 1;
        color: #fff; }
      footer #top-footer .opt-in-form :focus::placeholder {
        opacity: 1;
        color: #fff; }
      footer #top-footer .opt-in-form input {
        background: transparent;
        border: 1px solid #fff;
        width: 100%;
        color: #fff;
        padding: 10px 12px 14px; }
        footer #top-footer .opt-in-form input::placeholder {
          letter-spacing: .140em;
          font-size: 11px;
          font-family: "brandon-grotesque";
          font-weight: 700; }
      footer #top-footer .opt-in-form input[type="email"] {
        min-width: 270px;
        display: inline;
        margin: 0;
        border-right: none; }
        footer #top-footer .opt-in-form input[type="email"]:-webkit-autofill {
          -webkit-box-shadow: 0 0 0 30px #fff inset; }
        footer #top-footer .opt-in-form input[type="email"]:focus {
          letter-spacing: normal;
          color: #403f41;
          -webkit-box-shadow: 0 0 0 30px #fff inset;
          padding: 10px 12px 14px;
          font-family: "baskerville-urw";
          font-weight: 400;
          font-size: 16px; }
        @media (max-width: 1199px) {
          footer #top-footer .opt-in-form input[type="email"] {
            min-width: 230px; } }
        @media (max-width: 575px) {
          footer #top-footer .opt-in-form input[type="email"] {
            min-width: 270px; } }
      footer #top-footer .opt-in-form .mc-field-group:nth-of-type(2) {
        display: inline-block; }
      footer #top-footer .opt-in-form .clear {
        display: inline-block;
        position: relative; }
      footer #top-footer .opt-in-form input[type=submit] {
        position: absolute;
        top: -1.25em;
        border-left: none;
        min-width: 47px;
        margin: 0 0 0 -9px;
        height: 46px;
        padding: 0;
        display: inline;
        line-height: normal;
        font-size: 22px;
        font-family: 'arialregular';
        font-weight: 400; }
    footer #top-footer .social .social-title {
      display: block;
      text-transform: uppercase;
      letter-spacing: .140em;
      margin-bottom: 5%;
      font-size: 11px;
      font-family: "brandon-grotesque";
      font-weight: 700; }
      @media (max-width: 991px) {
        footer #top-footer .social .social-title {
          margin-bottom: 2%; } }
    footer #top-footer .social a {
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      position: relative;
      transition: all 0.3s ease;
      z-index: 1; }
      @media (max-width: 991px) {
        footer #top-footer .social a {
          margin-left: 5px; } }
      footer #top-footer .social a:before {
        border: 1px solid #fff;
        border-radius: 100%;
        content: '';
        width: 25px;
        height: 25px;
        position: absolute;
        z-index: -1; }
      footer #top-footer .social a:hover {
        color: #c2a392; }
      footer #top-footer .social a:hover:before {
        background-color: #fff; }
      footer #top-footer .social a svg {
        width: 25px !important;
        margin-right: 10px; }
        @media (max-width: 991px) {
          footer #top-footer .social a svg {
            margin-right: 5px; } }
  footer #credits {
    box-sizing: border-box;
    padding: 35px 20px;
    letter-spacing: .005em;
    color: #808184;
    font-size: 13px;
    font-family: "ApercuRegular"; }
    footer #credits #credit-trigger {
      text-decoration: underline;
      cursor: pointer; }
    footer #credits a {
      color: #808184;
      text-decoration: underline; }
      footer #credits a:hover {
        color: #c2a392;
        text-decoration: none; }
    footer #credits .footer-left {
      width: 50%;
      text-align: left; }
      @media (max-width: 768px) {
        footer #credits .footer-left {
          width: 100%;
          text-align: center; } }
    footer #credits .footer-right {
      width: 50%;
      text-align: right; }
      @media (max-width: 768px) {
        footer #credits .footer-right {
          width: 100%;
          text-align: center; } }
  footer .social-links a {
    font-size: 14px; }
    footer .social-links a i, footer .social-links a svg {
      width: 32px !important; }

#credit-close {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  font-family: "GothamRounded-Book";
  font-size: 16px; }

#creditslide {
  position: fixed;
  padding: 65px 0 70px;
  width: 100%;
  bottom: -190px;
  z-index: 9999999;
  text-align: center;
  transition: 200ms ease-in-out all;
  background-color: #f5eeea; }
  #creditslide .container > * {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 1%; }
  #creditslide .callout-std {
    letter-spacing: .005em;
    font-size: 13px;
    font-family: "ApercuRegular"; }
    #creditslide .callout-std a {
      text-decoration: none; }
      #creditslide .callout-std a:hover {
        text-decoration: underline; }
    #creditslide .callout-std span {
      display: table;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: .140em;
      color: #403f41 !important;
      font-size: 11px !important;
      font-weight: 700;
      font-family: "brandon-grotesque";
      color: #83807b;
      font-size: 9px; }

#creditslide.credit-open {
  bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.lrg-post {
  margin-bottom: 60px;
  text-align: center; }
  .lrg-post:first-of-type {
    margin-bottom: 3%; }
    @media (max-width: 575px) {
      .lrg-post:first-of-type {
        margin-bottom: 50px; } }
  .lrg-post .category {
    text-transform: uppercase;
    letter-spacing: .140em;
    font-size: 11px;
    font-family: "brandon-grotesque";
    font-weight: 700; }
    .lrg-post .category a {
      text-decoration: none; }
  .lrg-post a {
    text-decoration: none; }
    .lrg-post a:hover h1 {
      color: #c2a392; }
  .lrg-post h1.entry-title {
    margin: 20px auto 45px;
    font-size: 26px; }
  .lrg-post .lrg-post-outer {
    overflow: hidden;
    position: relative; }
    .lrg-post .lrg-post-outer #large-post-gratitude {
      min-height: 685px;
      background-color: #cfb3a7; }
      .lrg-post .lrg-post-outer #large-post-gratitude #gratitude-feature {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        color: #fff;
        line-height: 1.25em;
        font-size: 80px;
        font-style: italic;
        font-family: "essonnes-display"; }
        @media (max-width: 767px) {
          .lrg-post .lrg-post-outer #large-post-gratitude #gratitude-feature {
            font-size: 40px; } }
        .lrg-post .lrg-post-outer #large-post-gratitude #gratitude-feature span {
          text-transform: capitalize;
          display: block;
          font-style: normal;
          font-family: "essonnes-display"; }
    .lrg-post .lrg-post-outer #large-post-img {
      min-height: 685px;
      transition: all 0.5s ease;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .lrg-post .lrg-post-outer #large-post-img:hover {
        transform: scale(1.1); }
  .lrg-post .entry-read-more {
    margin-top: -21px;
    position: relative;
    z-index: 1; }
    .lrg-post .entry-read-more .button {
      padding: 0 70px; }

.category-gratitude h1.entry-title {
  text-transform: capitalize; }

.post-grid:nth-of-type(1), .alm-reveal:nth-of-type(1) {
  margin: 50px auto 0px; }

.post-grid, .alm-reveal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1205px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto; }
  .post-grid .post-grid-item, .alm-reveal .post-grid-item {
    max-width: 32.26%;
    text-align: center;
    margin-bottom: 4%;
    padding-bottom: 40px;
    position: relative; }
    @media (max-width: 768px) {
      .post-grid .post-grid-item, .alm-reveal .post-grid-item {
        max-width: 49.2%; } }
    @media (max-width: 575px) {
      .post-grid .post-grid-item, .alm-reveal .post-grid-item {
        max-width: 100%;
        margin-bottom: 50px; } }
    .post-grid .post-grid-item .post-outer, .alm-reveal .post-grid-item .post-outer {
      overflow: hidden;
      height: 258px;
      margin-bottom: 40px; }
      @media (max-width: 1199px) {
        .post-grid .post-grid-item .post-outer, .alm-reveal .post-grid-item .post-outer {
          margin-bottom: 0; } }
      .post-grid .post-grid-item .post-outer #small-post-img, .alm-reveal .post-grid-item .post-outer #small-post-img {
        max-height: 258px;
        width: 100%;
        padding-top: 68.8%;
        transition: all 0.5s ease;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        .post-grid .post-grid-item .post-outer #small-post-img:hover, .alm-reveal .post-grid-item .post-outer #small-post-img:hover {
          transform: scale(1.1); }
    .post-grid .post-grid-item #gratitude-feature, .alm-reveal .post-grid-item #gratitude-feature {
      width: 100%;
      margin-bottom: 40px;
      color: #fff;
      box-sizing: border-box;
      text-transform: capitalize;
      height: 0;
      overflow: hidden;
      position: relative;
      padding-top: 68.8%;
      font-size: 30px;
      font-family: "essonnes-display";
      font-style: italic;
      background-color: #cfb3a7; }
      .post-grid .post-grid-item #gratitude-feature .gratitude-feature-inner, .alm-reveal .post-grid-item #gratitude-feature .gratitude-feature-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .post-grid .post-grid-item #gratitude-feature .gratitude-feature-inner .flexbox-centering, .alm-reveal .post-grid-item #gratitude-feature .gratitude-feature-inner .flexbox-centering {
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
      .post-grid .post-grid-item #gratitude-feature span, .alm-reveal .post-grid-item #gratitude-feature span {
        display: block;
        line-height: 1em;
        font-style: normal; }
    .post-grid .post-grid-item .category, .alm-reveal .post-grid-item .category {
      text-transform: uppercase;
      letter-spacing: .140em;
      font-size: 11px;
      font-family: "brandon-grotesque";
      font-weight: 700; }
      .post-grid .post-grid-item .category a, .alm-reveal .post-grid-item .category a {
        text-decoration: none; }
    .post-grid .post-grid-item a, .alm-reveal .post-grid-item a {
      text-decoration: none; }
      .post-grid .post-grid-item a:hover h1, .alm-reveal .post-grid-item a:hover h1 {
        color: #c2a392; }
    .post-grid .post-grid-item h1.entry-title, .alm-reveal .post-grid-item h1.entry-title {
      margin: 20px auto 30px;
      font-size: 26px; }
    .post-grid .post-grid-item .entry-read-more, .alm-reveal .post-grid-item .entry-read-more {
      position: absolute;
      text-transform: uppercase;
      letter-spacing: .140em;
      left: 0;
      right: 0;
      bottom: 0;
      font-size: 11px;
      font-family: "brandon-grotesque";
      font-weight: 700; }
      .post-grid .post-grid-item .entry-read-more a, .alm-reveal .post-grid-item .entry-read-more a {
        text-decoration: underline; }
        .post-grid .post-grid-item .entry-read-more a:hover, .alm-reveal .post-grid-item .entry-read-more a:hover {
          text-decoration: none; }

.blog .grid-title {
  /*position: relative;
	z-index: 1;
	margin-bottom:-7%;
	
	@media(max-width:767px){
		margin-bottom: 3%;
		}*/ }
  .blog .grid-title h3.archive-header {
    /*position:absolute;
		-webkit-transform: rotate(-90deg);
		margin: 42px 0 0 50px;
    	width: 0;
		text-align: left;*/
    white-space: nowrap;
    transform-origin: bottom;
    left: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 1199px) {
      .blog .grid-title h3.archive-header {
        margin: 50px 0 0 20px; } }
    @media (max-width: 991px) {
      .blog .grid-title h3.archive-header {
        margin: 50px 0 0 25px; } }
    @media (max-width: 767px) {
      .blog .grid-title h3.archive-header {
        position: relative;
        -webkit-transform: rotate(0deg);
        margin: 0; } }

.blog .post-grid {
  padding: 0 20px;
  margin: 20px auto 50px; }
  @media (max-width: 575px) {
    .blog .post-grid {
      margin: 25px auto; } }

.grid-title {
  position: relative; }
  .grid-title h3.archive-header {
    /*position:absolute;
		-webkit-transform: rotate(-90deg);
		margin: 50px 0 0 50px;
    	width: 0;
		text-align: left;*/
    text-align: center;
    white-space: nowrap;
    transform-origin: bottom;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 34px; }
    @media (max-width: 767px) {
      .grid-title h3.archive-header {
        position: relative;
        -webkit-transform: rotate(0deg);
        /*margin:0 0 -50px;*/ } }

.category-inspiring-women h3.archive-header {
  /*margin: 145px 0 0 50px;
		
		@media(max-width:767px){
			margin:0 0 -50px;
		}*/ }

.category-relationship-realness h3.archive-header {
  /*margin: 100px 0 0 50px;
		
		@media(max-width:767px){
			margin:0 0 -50px;
		}*/ }

.post-9793 .page-header {
  display: none; }

.journal-home-footer-btn {
  text-align: center;
  margin: 50px auto 0; }
  .journal-home-footer-btn .button {
    padding: 0 60px; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
.single-post-header {
  text-align: center;
  padding-bottom: 45px; }
  .single-post-header .post-date {
    letter-spacing: .140em;
    text-transform: uppercase;
    color: #c2a392;
    font-size: 11px;
    font-weight: 700;
    font-family: "brandon-grotesque"; }
  .single-post-header h1.entry-title {
    margin: 10px auto;
    font-size: 26px; }
  .single-post-header .post-author {
    letter-spacing: .140em;
    text-transform: uppercase;
    color: #403f41;
    margin-top: 2%;
    font-size: 11px;
    font-weight: 700;
    font-family: "brandon-grotesque"; }

.single .hero-vid {
  margin-bottom: 75px; }

.single #large-post-img {
  min-height: 685px;
  margin-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.single .entry-content {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  /*max-width:85%;*/
  max-width: 1205px;
  margin: 0 auto 50px; }
  .single .entry-content .container-small {
    display: inline-block;
    max-width: 1050px;
    position: relative;
    left: 50%;
    margin-left: -525px;
    text-align: justify; }
    @media (max-width: 1199px) {
      .single .entry-content .container-small {
        left: 0;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .single .entry-content .container-small {
        padding-bottom: 0; } }
  .single .entry-content .padded-txt {
    padding: 25px 100px; }
    .single .entry-content .padded-txt blockquote {
      max-width: 100%;
      margin: -1em auto 120px; }
  .single .entry-content .col-1, .single .entry-content .col2, .single .entry-content .col-1-padding, .single .entry-content .col-2-padding {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .single .entry-content .col-1 img.aligncenter, .single .entry-content .col2 img.aligncenter, .single .entry-content .col-1-padding img.aligncenter, .single .entry-content .col-2-padding img.aligncenter {
      margin: 50px auto 0; }
  .single .entry-content .col-1-padding {
    padding: 0 0 0 80px; }
    @media (max-width: 991px) {
      .single .entry-content .col-1-padding {
        padding: 0; } }
    .single .entry-content .col-1-padding blockquote {
      max-width: 100%;
      margin: -3em auto 0; }
      @media (max-width: 767px) {
        .single .entry-content .col-1-padding blockquote {
          margin: -2em auto 2em; } }
  .single .entry-content .col-2-padding {
    padding: 0 80px 0 0; }
    @media (max-width: 991px) {
      .single .entry-content .col-2-padding {
        padding: 0; } }
    .single .entry-content .col-2-padding blockquote {
      max-width: 100%;
      margin: -3em auto 0; }
      @media (max-width: 767px) {
        .single .entry-content .col-2-padding blockquote {
          margin: -2em auto 2em; } }
  .single .entry-content .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
    display: inline-block;
    content: "";
    display: table;
    clear: both; }
    @media (min-width: 1200px) {
      .single .entry-content .full-width .inner {
        min-height: 685px;
        max-height: 745px;
        overflow: hidden; } }
    .single .entry-content .full-width img {
      width: 100%;
      height: auto;
      margin: 60px auto 0; }

.single .blog-link a {
  color: #c2a392 !important; }

blockquote {
  margin: 0 auto 60px;
  max-width: 650px;
  line-height: normal; }
  blockquote p, blockquote div {
    letter-spacing: normal;
    font-size: 28px;
    font-family: "essonnes-display";
    font-style: normal; }
  blockquote:before {
    text-align: center;
    display: block;
    content: open-quote;
    color: #f5eeea;
    line-height: 1;
    height: 60px;
    font-size: 145px;
    font-family: 'Playfair Display', serif; }

.single.gratitude .entry-content {
  text-align: center;
  line-height: 30px;
  margin-bottom: 100px;
  font-size: 18px; }
  .single.gratitude .entry-content:first-letter {
    color: #c2a392;
    font-family: "essonnes-display";
    font-size: 46px;
    font-style: italic;
    line-height: .5; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons {
  text-align: center;
  letter-spacing: .140em;
  text-transform: uppercase;
  position: absolute;
  clear: both;
  left: 0;
  right: 0;
  max-width: 500px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 700;
  font-family: "brandon-grotesque"; }
  .share-buttons div {
    display: inline;
    padding: 0; }
    .share-buttons div a:hover {
      text-decoration: none; }
  @media (max-width: 575px) {
    .share-buttons {
      position: relative;
      margin: 0 auto 50px; } }
  @media (max-width: 575px) {
    .share-buttons .share-text {
      display: block; } }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#navigation {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  #navigation .pagination {
    letter-spacing: .140em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-family: "brandon-grotesque"; }
    #navigation .pagination .nav-previous {
      float: left; }
    #navigation .pagination .nav-next {
      float: right; }
    #navigation .pagination .nav-link {
      text-decoration: underline; }
      #navigation .pagination .nav-link:hover {
        text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 30px 30px 5px;
  margin: 25px 0; }
  #about_author img {
    float: left;
    height: 106px;
    border-radius: 50%;
    margin-right: 20px;
    padding: 10px;
    width: 106px; }
  #about_author .author_text h4 {
    margin-bottom: 0; }
  #about_author .author_text a {
    text-decoration: none;
    color: #c2a392; }

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar h3 {
  letter-spacing: 0.5px;
  font-size: 20px;
  text-transform: lowercase;
  text-align: left; }

#sidebar .widget {
  margin-bottom: 30px;
  padding: 0 0 10px;
  border-bottom: thin solid #f5eeea; }
  #sidebar .widget ul {
    list-style: none; }
  #sidebar .widget:last-child {
    border-bottom: none; }

#sidebar .widget.social {
  padding-bottom: 20px; }
  #sidebar .widget.social .social-title {
    letter-spacing: 0.5px; }
  #sidebar .widget.social a {
    font-size: 18px;
    margin-left: 3%;
    text-decoration: none; }
    #sidebar .widget.social a:hover {
      color: #f5eeea; }

#sidebar #search_form {
  position: relative; }
  #sidebar #search_form input {
    letter-spacing: 0.5px;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    text-indent: 30px;
    text-transform: lowercase; }
  #sidebar #search_form .fa-search {
    position: absolute;
    top: 23%;
    left: 10px;
    font-size: 18px; }

#sidebar .widget-subtitle {
  color: #ccc;
  font-style: italic;
  margin: -20px auto 20px; }

/*-----------------------------------------------------------------------------------*/
/*	RELATED POSTS
/*-----------------------------------------------------------------------------------*/
.more-posts {
  box-sizing: border-box;
  padding: 60px 0 25px;
  background-color: #f5eeea;
  position: relative;
  margin-top: 100px; }
  .more-posts h3.archive-header {
    position: absolute;
    top: -5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 34px; }
    @media (max-width: 767px) {
      .more-posts h3.archive-header {
        top: -3%; } }
    @media (max-width: 575px) {
      .more-posts h3.archive-header {
        top: -1.5%; } }
  .more-posts .more-posts-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .more-posts .more-posts-grid article {
      width: 23.8%;
      text-align: center; }
      @media (max-width: 767px) {
        .more-posts .more-posts-grid article {
          width: 49.2%; } }
      @media (max-width: 575px) {
        .more-posts .more-posts-grid article {
          width: 100%; } }
      .more-posts .more-posts-grid article #smaller-post-gratitude {
        height: 183px;
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        background-color: #cfb3a7; }
        .more-posts .more-posts-grid article #smaller-post-gratitude #gratitude-feature {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          color: #fff;
          line-height: 1.25em;
          font-size: 24px;
          font-style: italic;
          font-family: "essonnes-display"; }
          .more-posts .more-posts-grid article #smaller-post-gratitude #gratitude-feature span {
            text-transform: capitalize;
            display: block;
            font-style: normal;
            font-family: "essonnes-display"; }
      .more-posts .more-posts-grid article #smaller-post-img {
        height: 183px;
        width: 100%;
        margin-bottom: 30px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .more-posts .more-posts-grid article .category {
        text-transform: uppercase;
        letter-spacing: .140em;
        font-size: 11px;
        font-family: "brandon-grotesque";
        font-weight: 700; }
        .more-posts .more-posts-grid article .category a {
          text-decoration: none; }
      .more-posts .more-posts-grid article a {
        text-decoration: none; }
        .more-posts .more-posts-grid article a:hover h1 {
          color: #c2a392; }
      .more-posts .more-posts-grid article h1.entry-title {
        margin: 8px auto 30px;
        font-size: 26px; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
ul.children {
  margin: 0 0 0 10%; }
  ul.children li.comment {
    padding-bottom: 15px;
    border-bottom: 1px solid #c2a392 !important; }

#comments {
  clear: both;
  padding-top: 30px;
  max-width: 890px;
  margin: 40px auto 0; }
  #comments h4 {
    margin: 0 0 20px;
    letter-spacing: .015em;
    font-size: 26px;
    text-align: center; }
    #comments h4 span {
      font-style: italic; }
  #comments .comment-link {
    text-align: center;
    letter-spacing: .140em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    font-family: "brandon-grotesque"; }
  #comments ul#comment-block {
    margin: 40px auto 0;
    padding-bottom: 10px; }
    #comments ul#comment-block .comment-author {
      text-transform: capitalize;
      letter-spacing: .015em;
      font-size: 22px;
      font-family: "essonnes-display"; }
    #comments ul#comment-block li.comment {
      padding: 15px 0;
      list-style: none;
      overflow: hidden;
      border-bottom: 1px solid #c2a392;
      margin-bottom: 0; }
      #comments ul#comment-block li.comment:last-child {
        border-bottom: none; }
      #comments ul#comment-block li.comment ul.children {
        margin: 0 0 0 10%; }
        #comments ul#comment-block li.comment ul.children li.comment {
          padding-bottom: 15px;
          border-bottom: 1px solid #c2a392; }
      #comments ul#comment-block li.comment .message {
        overflow: hidden; }
        #comments ul#comment-block li.comment .message .reply-link {
          text-transform: uppercase;
          letter-spacing: .140em;
          font-size: 11px;
          font-weight: 700;
          font-family: "brandon-grotesque"; }
        #comments ul#comment-block li.comment .message .info {
          margin-bottom: 12px; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENT FORM
/*-----------------------------------------------------------------------------------*/
#respond {
  padding: 30px 0 0;
  clear: both;
  overflow: hidden; }
  #respond h4 {
    margin-bottom: 50px; }
  #respond .col-1, #respond .col-2 {
    flex: 0 0 calc( 50% - 10px); }
  #respond input[type="submit"] {
    width: 100%; }
  #respond textarea {
    max-height: 168px; }

/*Default Styles*/
#default-hero-header .cls-background {
  height: 460px;
  margin-bottom: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 575px) {
    #default-hero-header .cls-background {
      margin-bottom: 50px; } }

span.img-shadow-right img {
  box-shadow: 20px 20px #f5eeea; }

span.img-shadow-left img {
  box-shadow: -20px 20px #f5eeea; }

span.container-small {
  display: inline-block;
  max-width: 1050px;
  position: relative;
  left: 50%;
  margin-left: -525px;
  text-align: justify; }
  @media (max-width: 1199px) {
    span.container-small {
      left: 0;
      margin-left: 0; } }
  @media (max-width: 575px) {
    span.container-small {
      padding-bottom: 0; } }

span.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
  content: "";
  display: table;
  clear: both; }
  span.full-width img {
    width: 100%;
    height: auto;
    margin: 60px auto 0; }

/*404 Page*/
.error404 #search_form, .search #search_form {
  position: relative;
  max-width: 600px; }
  .error404 #search_form svg, .search #search_form svg {
    position: absolute;
    right: 15px;
    top: 15px; }
  .error404 #search_form input, .search #search_form input {
    width: 100%; }

/*Policy Page*/
.page-terms-conditions .page-header {
  display: none; }

.page-terms-conditions .entry-content {
  max-width: 1024px;
  margin: 75px auto; }
  .page-terms-conditions .entry-content .container-small {
    padding: 0 20px; }
  .page-terms-conditions .entry-content h4 {
    margin-bottom: 3%;
    line-height: normal;
    letter-spacing: .015em; }
  .page-terms-conditions .entry-content h6 {
    margin-top: 40px; }

/*Home page*/
.home #hero-header .cls-background {
  padding: 0 !important;
  background-position: top left; }
  .home #hero-header .cls-background .cls-mobile-image {
    overflow: hidden;
    max-height: 460px; }
    @media (max-width: 575px) {
      .home #hero-header .cls-background .cls-mobile-image {
        margin-bottom: -.5em; } }
    .home #hero-header .cls-background .cls-mobile-image img {
      width: 100%; }
  .home #hero-header .cls-background .container {
    max-width: 375px;
    padding: 150px 60px;
    background-color: #c2a392;
    margin: 0 0 0 5%; }
    @media (max-width: 991px) {
      .home #hero-header .cls-background .container {
        max-width: 100%;
        margin: 0 0 50px;
        padding: 25px 60px; } }
    @media (max-width: 575px) {
      .home #hero-header .cls-background .container {
        margin: 0 0 25px; } }
    .home #hero-header .cls-background .container h2 {
      letter-spacing: .015em;
      margin-bottom: 13%; }
      @media (max-width: 991px) {
        .home #hero-header .cls-background .container h2 {
          margin-bottom: 3%; } }
    .home #hero-header .cls-background .container p {
      margin-bottom: 9%; }
      @media (max-width: 991px) {
        .home #hero-header .cls-background .container p {
          margin-bottom: 3%; } }
    .home #hero-header .cls-background .container a {
      color: #fff;
      letter-spacing: .140em; }
      .home #hero-header .cls-background .container a:hover {
        text-decoration: none; }

.home #lets-begin .cls-background {
  padding: 110px 0 120px !important; }
  @media (max-width: 575px) {
    .home #lets-begin .cls-background {
      padding: 25px 0 !important; } }

@media (max-width: 991px) {
  .home #lets-begin {
    margin: 0 auto 25px; } }

.home #about-ashley .grid {
  max-width: 960px;
  margin: 0 auto; }
  .home #about-ashley .grid .col-1 img {
    margin-left: 40px; }
    @media (max-width: 991px) {
      .home #about-ashley .grid .col-1 img {
        margin: 0 auto; } }
  .home #about-ashley .grid .col-2 {
    padding-right: 15px; }

.home #the-book .cls-background {
  padding-top: 60px !important; }
  @media (max-width: 991px) {
    .home #the-book .cls-background {
      padding-top: 0 !important; } }
  @media (max-width: 767px) {
    .home #the-book .cls-background {
      padding-top: 25px !important; } }
  .home #the-book .cls-background h2.entry-title.right {
    top: 22%; }
    @media (max-width: 991px) {
      .home #the-book .cls-background h2.entry-title.right {
        right: -5%; } }
    @media (max-width: 767px) {
      .home #the-book .cls-background h2.entry-title.right {
        right: 0; } }
  .home #the-book .cls-background .grid .col-2 {
    padding-right: 50px; }
    @media (max-width: 991px) {
      .home #the-book .cls-background .grid .col-2 {
        padding-right: 0; } }

#intro-quote .cls-background {
  padding-bottom: 0; }

#intro-quote blockquote {
  margin: 0 auto; }

/*About page*/
.page-about #hero-header .cls-background {
  height: 460px; }

.page-about #about-ashley {
  margin-top: -.5%; }
  .page-about #about-ashley .cls-background {
    padding-top: 0 !important; }
  .page-about #about-ashley .col-1 {
    flex: 0 0 calc( 43.75% - 55.48px); }
  .page-about #about-ashley .col-2 {
    flex: 0 0 calc( 56.25% - 39.615px);
    padding-right: 75px; }
    .page-about #about-ashley .col-2 h2 {
      margin: .60em 0 2%; }
    @media (max-width: 991px) {
      .page-about #about-ashley .col-2 {
        padding-right: 0; } }
    @media (max-width: 575px) {
      .page-about #about-ashley .col-2 {
        margin-top: 25px; } }

.page-about #brene-quote p {
  margin-bottom: 0; }

@media (max-width: 575px) {
  .page-about #brene-quote {
    margin-top: 40px; } }

.page-about #selected-press .cls-background {
  padding: 70px 0 !important; }
  .page-about #selected-press .cls-background .grid {
    max-width: 960px;
    margin: 0 auto; }
    .page-about #selected-press .cls-background .grid p {
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .page-about #selected-press .cls-background .grid p {
          text-align: center; } }
    .page-about #selected-press .cls-background .grid a {
      color: #403f41;
      text-decoration: none; }
      .page-about #selected-press .cls-background .grid a:hover {
        color: #c2a392; }

.page-about #manifesto .cls-background {
  padding: 30px 0 !important; }
  .page-about #manifesto .cls-background h2.entry-title.left {
    -webkit-transform: rotate(0deg);
    left: 2%;
    top: 20%; }
    @media (max-width: 767px) {
      .page-about #manifesto .cls-background h2.entry-title.left {
        text-align: center; } }
  .page-about #manifesto .cls-background .grid .col-1 img {
    margin-left: 145px; }
    @media (max-width: 1199px) {
      .page-about #manifesto .cls-background .grid .col-1 img {
        margin-left: 50px; } }
    @media (max-width: 767px) {
      .page-about #manifesto .cls-background .grid .col-1 img {
        margin: 0 auto 25px; } }
  .page-about #manifesto .cls-background .grid .col-2 ul {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    margin: 0 30px; }
    @media (max-width: 575px) {
      .page-about #manifesto .cls-background .grid .col-2 ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0; } }
    .page-about #manifesto .cls-background .grid .col-2 ul li {
      color: #403f41;
      margin-bottom: 8%; }

.page-about #offerings-button .cls-background {
  padding: 65px 0 50px !important; }
  .page-about #offerings-button .cls-background .button {
    margin-bottom: 0; }

/*Contact page*/
.page-contact #hero-header .cls-background {
  height: 460px; }

@media (max-width: 575px) {
  .page-contact #get-in-touch .cls-background {
    padding-bottom: 50px !important; } }

.page-contact #get-in-touch h2 {
  margin-bottom: 4%; }

.page-contact #get-in-touch p:first-of-type {
  margin-bottom: 0; }

.page-contact #get-in-touch p:nth-of-type(2) {
  margin-top: .5%; }

.page-contact #get-in-touch a {
  text-decoration: none; }

.page-contact #get-in-touch span.color-gray a {
  color: #403f41;
  text-decoration: none; }
  .page-contact #get-in-touch span.color-gray a:hover {
    color: #c2a392; }

.page-contact #get-in-touch .social-links {
  text-align: center;
  box-sizing: border-box;
  padding: 15px 0; }
  .page-contact #get-in-touch .social-links a {
    font-size: 15px;
    position: relative; }
    .page-contact #get-in-touch .social-links a:before {
      border: 1px solid #c2a392;
      border-radius: 100%;
      content: '';
      width: 25px;
      height: 25px;
      position: absolute;
      z-index: 0;
      transition: all 0.3s ease; }
    .page-contact #get-in-touch .social-links a:hover svg {
      color: #fff; }
    .page-contact #get-in-touch .social-links a:hover:before {
      background-color: #c2a392; }
    .page-contact #get-in-touch .social-links a svg {
      width: 25px !important;
      margin-right: 10px;
      position: relative;
      z-index: 1;
      transition: all 0.3s ease; }
  .page-contact #get-in-touch .social-links br {
    display: none; }

.page-contact #contact-form .grid {
  max-width: 1000px;
  margin: 0 auto; }
  .page-contact #contact-form .grid .cell {
    display: block; }
  @media (max-width: 991px) {
    .page-contact #contact-form .grid .col-1 {
      text-align: center; } }
  @media (max-width: 575px) {
    .page-contact #contact-form .grid .col-1 {
      margin-bottom: 50px; } }

/*Upcoming Events Page*/
#upcoming-events h2.entry-title {
  text-align: center;
  margin-bottom: 65px; }

#upcoming-events .event {
  position: relative;
  margin-bottom: 6%; }
  #upcoming-events .event .col-1 {
    flex: 0 0 calc( 45.25% - 55.48px); }
    #upcoming-events .event .col-1 img {
      margin-bottom: -.5em; }
    @media (max-width: 991px) {
      #upcoming-events .event .col-1 img {
        width: 100%;
        margin-bottom: 3%; } }
    #upcoming-events .event .col-1 a {
      text-decoration: none; }
      #upcoming-events .event .col-1 a:hover .event-no-img-panel {
        background-color: #c2a392; }
    #upcoming-events .event .col-1 .event-no-img-panel {
      background-color: #cfb3a7;
      color: #fff;
      box-sizing: border-box;
      padding: 60px 40px;
      width: 100%;
      text-align: center;
      transition: all 0.3s ease; }
      @media (max-width: 991px) {
        #upcoming-events .event .col-1 .event-no-img-panel {
          margin-bottom: 3%; } }
      @media (max-width: 575px) {
        #upcoming-events .event .col-1 .event-no-img-panel {
          margin-bottom: 8%; } }
      #upcoming-events .event .col-1 .event-no-img-panel .date, #upcoming-events .event .col-1 .event-no-img-panel .venue, #upcoming-events .event .col-1 .event-no-img-panel .loc {
        letter-spacing: .140em;
        text-transform: uppercase;
        line-height: 20px;
        font-weight: 700;
        font-size: 11px;
        font-family: "brandon-grotesque"; }
      #upcoming-events .event .col-1 .event-no-img-panel .title {
        letter-spacing: .015em;
        margin: 5px auto;
        font-size: 38px;
        font-family: "essonnes-display"; }
      #upcoming-events .event .col-1 .event-no-img-panel .time {
        letter-spacing: .040em;
        font-size: 20px;
        font-style: italic; }
      #upcoming-events .event .col-1 .event-no-img-panel .divider {
        border-bottom: 1px solid #fff;
        max-width: 25px;
        margin: 15px auto 25px; }
  #upcoming-events .event .col-2 .event-date {
    color: #c2a392;
    letter-spacing: .140em;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: -1px;
    font-weight: 700;
    font-size: 11px;
    font-family: "brandon-grotesque"; }
  #upcoming-events .event .col-2 .event-title {
    color: #403f41;
    letter-spacing: .015em;
    margin-top: 1%;
    font-size: 26px;
    font-family: "essonnes-display"; }
  #upcoming-events .event .col-2 .event-desc {
    color: #403f41; }
  #upcoming-events .event .col-2 .event-time-loc {
    margin-top: 25px;
    color: #403f41;
    letter-spacing: .140em;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
    font-size: 11px;
    font-family: "brandon-grotesque"; }
  #upcoming-events .event .col-2 .button {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding: 0 25px; }
    #upcoming-events .event .col-2 .button.sold-out:hover, #upcoming-events .event .col-2 .button.free-event:hover {
      background-color: transparent;
      border: 1px solid #c2a392;
      color: #403f41;
      cursor: default; }
    @media (max-width: 1199px) {
      #upcoming-events .event .col-2 .button {
        position: relative;
        margin-top: 50px; } }
    @media (max-width: 575px) {
      #upcoming-events .event .col-2 .button {
        margin: 25px 0 50px; } }

#past-events {
  background-color: #f5eeea;
  box-sizing: border-box;
  padding: 75px 0 40px;
  margin: 100px auto; }
  @media (max-width: 767px) {
    #past-events {
      padding: 50px 0 40px;
      margin-top: 50px; } }
  #past-events .container {
    max-width: 1080px;
    position: relative; }
    #past-events .container h2.entry-title {
      text-align: center;
      position: absolute;
      top: -37%;
      left: 0;
      right: 0; }
      @media (max-width: 767px) {
        #past-events .container h2.entry-title {
          position: relative;
          top: 0;
          margin-bottom: 3%; } }
      @media (max-width: 575px) {
        #past-events .container h2.entry-title {
          margin-bottom: 10%; } }
    #past-events .container ul.event-list {
      list-style: none;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        #past-events .container ul.event-list {
          justify-content: center; } }
      #past-events .container ul.event-list li {
        width: 25%;
        margin-bottom: 3%; }
        @media (max-width: 767px) {
          #past-events .container ul.event-list li {
            width: 49.2%; } }
        @media (max-width: 575px) {
          #past-events .container ul.event-list li {
            width: 100%;
            margin-bottom: 8%; } }
        #past-events .container ul.event-list li a {
          color: #000;
          text-decoration: none;
          transition: all 0.3s ease; }
          #past-events .container ul.event-list li a:hover {
            color: #c2a392; }
        #past-events .container ul.event-list li .event-title {
          margin-bottom: 5%;
          font-style: italic; }
          @media (max-width: 575px) {
            #past-events .container ul.event-list li .event-title {
              margin-bottom: 2%; } }
        #past-events .container ul.event-list li .event-venue {
          letter-spacing: .140em;
          text-transform: uppercase;
          color: #c2a392;
          font-weight: 700;
          font-family: "brandon-grotesque";
          font-size: 11px; }

/*Offerings Pages*/
.parent-pageid-1868 #default-hero-header .cls-background {
  margin-bottom: 30px; }

.parent-pageid-1868 #what-is-breathwork .cls-background {
  padding-bottom: 0 !important; }

.parent-pageid-1868 #what-is-breathwork h2 {
  margin-bottom: 0; }
  @media (max-width: 575px) {
    .parent-pageid-1868 #what-is-breathwork h2 {
      margin-bottom: 50px; } }

.parent-pageid-1868 #how-it-works .cls-background {
  padding: 0  !important; }

.parent-pageid-1868 #how-it-works .col-2 {
  padding-right: 90px;
  text-align: justify; }
  @media (max-width: 991px) {
    .parent-pageid-1868 #how-it-works .col-2 {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .parent-pageid-1868 #how-it-works .col-2 {
      margin-top: 25px; } }

.parent-pageid-1868 #how-it-works h2.entry-title.right {
  top: 28%; }
  @media (max-width: 991px) {
    .parent-pageid-1868 #how-it-works h2.entry-title.right {
      left: -11%;
      top: 33%;
      right: auto;
      -webkit-transform: rotate(-90deg); } }
  @media (max-width: 767px) {
    .parent-pageid-1868 #how-it-works h2.entry-title.right {
      left: 0;
      top: 0;
      right: auto;
      position: relative;
      -webkit-transform: rotate(0deg);
      margin-bottom: 0;
      margin-top: 25px; } }

.parent-pageid-1868 #how-it-feels .cls-background {
  padding: 0  !important; }

.parent-pageid-1868 #how-it-feels .grid {
  flex-direction: row-reverse; }

.parent-pageid-1868 #how-it-feels .col-2 {
  padding-left: 90px;
  text-align: justify; }
  @media (max-width: 991px) {
    .parent-pageid-1868 #how-it-feels .col-2 {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .parent-pageid-1868 #how-it-feels .col-2 {
      margin-top: 25px; } }

.parent-pageid-1868 #how-it-feels h2.entry-title.left {
  top: 26%; }
  @media (max-width: 991px) {
    .parent-pageid-1868 #how-it-feels h2.entry-title.left {
      right: -9.5%;
      top: 33%;
      left: auto;
      -webkit-transform: rotate(90deg); } }
  @media (max-width: 767px) {
    .parent-pageid-1868 #how-it-feels h2.entry-title.left {
      right: 0;
      top: 0;
      right: auto;
      position: relative;
      -webkit-transform: rotate(0deg);
      margin-bottom: 0;
      margin-top: 25px; } }

.parent-pageid-1868 #how-we-process .cls-background {
  padding: 0 0 50px  !important; }

.parent-pageid-1868 #how-we-process .col-2 {
  padding-right: 110px;
  text-align: justify; }
  @media (max-width: 991px) {
    .parent-pageid-1868 #how-we-process .col-2 {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .parent-pageid-1868 #how-we-process .col-2 {
      margin-top: 25px; } }

.parent-pageid-1868 #how-we-process h2.entry-title.right {
  top: 31%; }
  @media (max-width: 991px) {
    .parent-pageid-1868 #how-we-process h2.entry-title.right {
      left: -14%;
      top: 33%;
      right: auto;
      -webkit-transform: rotate(-90deg); } }
  @media (max-width: 767px) {
    .parent-pageid-1868 #how-we-process h2.entry-title.right {
      left: 0;
      top: 0;
      right: auto;
      position: relative;
      -webkit-transform: rotate(0deg);
      margin-bottom: 0;
      margin-top: 25px; } }

.parent-pageid-1868 #benefits .cls-background {
  padding: 75px 0 20px   !important; }

.parent-pageid-1868 #benefits .container {
  max-width: 990px; }
  .parent-pageid-1868 #benefits .container h2.entry-title {
    margin-bottom: 3%; }
  @media (max-width: 991px) {
    .parent-pageid-1868 #benefits .container p {
      text-align: center; } }
  .parent-pageid-1868 #benefits .container ul {
    margin: 15px auto;
    list-style: none; }
    @media (max-width: 991px) {
      .parent-pageid-1868 #benefits .container ul {
        text-align: center; } }
    .parent-pageid-1868 #benefits .container ul li {
      margin-bottom: 0;
      list-style-position: outside; }
      .parent-pageid-1868 #benefits .container ul li:before {
        content: '•';
        margin-left: 0;
        padding-right: 5px; }

/*Book A Session Page*/
.page-template-template_sessions_page #sessions-intro {
  box-sizing: border-box;
  padding: 30px 0 50px; }
  @media (max-width: 991px) {
    .page-template-template_sessions_page #sessions-intro {
      padding: 30px 0; } }
  .page-template-template_sessions_page #sessions-intro .container {
    max-width: 760px;
    position: relative; }
    .page-template-template_sessions_page #sessions-intro .container h4 {
      line-height: 38px; }
    .page-template-template_sessions_page #sessions-intro .container h2.entry-title.left {
      position: absolute;
      -webkit-transform: rotate(-90deg);
      left: 0;
      top: 0;
      margin: 10em 0 0 -4.75em;
      width: 0;
      text-align: left;
      white-space: nowrap;
      transform-origin: bottom; }

.page-template-template_sessions_page #sessions {
  box-sizing: border-box;
  padding: 30px 0 50px; }
  .page-template-template_sessions_page #sessions .session {
    box-sizing: border-box;
    padding: 45px 0;
    margin-bottom: 25px; }
    .page-template-template_sessions_page #sessions .session:nth-child(odd) {
      background-color: #f5eeea; }
    .page-template-template_sessions_page #sessions .session:nth-child(even) .grid {
      flex-direction: row-reverse; }
    .page-template-template_sessions_page #sessions .session .container {
      max-width: 985px; }
      .page-template-template_sessions_page #sessions .session .container .col-1 {
        flex: 0 0 calc( 39.2% - 55.48px); }
        @media (max-width: 991px) {
          .page-template-template_sessions_page #sessions .session .container .col-1 {
            text-align: center; } }
      .page-template-template_sessions_page #sessions .session .container .col-2 {
        flex: 0 0 calc( 60% - 38px); }
        .page-template-template_sessions_page #sessions .session .container .col-2 h4 {
          margin: 1em auto 0;
          font-size: 26px; }
        .page-template-template_sessions_page #sessions .session .container .col-2 p:nth-of-type(1) {
          margin: 1% auto 4%; }
        .page-template-template_sessions_page #sessions .session .container .col-2 .button {
          background-color: #faf9f7;
          min-width: 237px;
          padding: 0;
          margin-bottom: 0;
          margin-top: 40px; }
          @media (max-width: 575px) {
            .page-template-template_sessions_page #sessions .session .container .col-2 .button {
              min-width: 100%;
              margin-top: 20px; } }
          .page-template-template_sessions_page #sessions .session .container .col-2 .button:nth-of-type(1) {
            margin-right: 50px; }
            @media (max-width: 575px) {
              .page-template-template_sessions_page #sessions .session .container .col-2 .button:nth-of-type(1) {
                margin-right: 0; } }
          .page-template-template_sessions_page #sessions .session .container .col-2 .button:hover {
            background-color: #c2a392; }

/*Digital Workshops Page*/
.page-template-template_workshops_page #default-hero-header {
  margin-bottom: 100px; }
  @media (max-width: 575px) {
    .page-template-template_workshops_page #default-hero-header {
      margin-bottom: 50px; } }

.page-template-template_workshops_page #workshops {
  margin-bottom: 50px; }
  .page-template-template_workshops_page #workshops .workshop {
    margin-bottom: 50px; }
    .page-template-template_workshops_page #workshops .workshop .span-6 {
      flex: 0 0 calc( 50% - 32px);
      position: relative; }
      @media (max-width: 991px) {
        .page-template-template_workshops_page #workshops .workshop .span-6 img {
          width: 100%;
          margin-bottom: 3%; } }
      .page-template-template_workshops_page #workshops .workshop .span-6 h4 {
        margin-bottom: 0;
        font-size: 26px; }
      .page-template-template_workshops_page #workshops .workshop .span-6 p:nth-of-type(1) {
        margin: 1% auto 4%; }
      .page-template-template_workshops_page #workshops .workshop .span-6 .panel-link {
        text-transform: uppercase;
        letter-spacing: .140em;
        font-size: 11px;
        font-family: "brandon-grotesque";
        font-weight: 700; }
        .page-template-template_workshops_page #workshops .workshop .span-6 .panel-link:hover {
          text-decoration: none; }
      .page-template-template_workshops_page #workshops .workshop .span-6 .button {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 70px;
        margin-bottom: 7px; }
        @media (max-width: 1199px) {
          .page-template-template_workshops_page #workshops .workshop .span-6 .button {
            position: relative;
            padding: inherit;
            display: block;
            margin-top: 25px; } }
    .page-template-template_workshops_page #workshops .workshop .tab-panel {
      margin-top: 50px;
      background-color: #f5eeea;
      box-sizing: border-box;
      padding: 75px;
      position: relative;
      margin-bottom: 75px; }
      @media (max-width: 575px) {
        .page-template-template_workshops_page #workshops .workshop .tab-panel {
          padding: 50px; } }
      .page-template-template_workshops_page #workshops .workshop .tab-panel .close-panel {
        position: absolute;
        cursor: pointer;
        right: 25px;
        top: 25px;
        font-size: 26px;
        font-family: "GothamRounded-Light";
        font-weight: 300; }
      .page-template-template_workshops_page #workshops .workshop .tab-panel .tab-tabs .tab-link.active {
        color: #c2a392;
        font-style: italic; }
      .page-template-template_workshops_page #workshops .workshop .tab-panel .tab-tabs .tab-link {
        display: block;
        color: #000;
        margin-bottom: 1%;
        letter-spacing: .04em;
        text-align: right;
        text-decoration: none;
        font-size: 18px; }
        .page-template-template_workshops_page #workshops .workshop .tab-panel .tab-tabs .tab-link:hover {
          color: #c2a392; }
      @media (max-width: 575px) {
        .page-template-template_workshops_page #workshops .workshop .tab-panel .tab-content {
          margin-top: 25px; } }
      .page-template-template_workshops_page #workshops .workshop .tab-panel .tab-content h4 {
        margin-bottom: 5%;
        color: #403f41;
        font-size: 26px; }
      .page-template-template_workshops_page #workshops .workshop .tab-panel .tab-content p, .page-template-template_workshops_page #workshops .workshop .tab-panel .tab-content ul {
        color: #403f41; }

/*Workshop Form Page*/
#form-section .container {
  max-width: 730px; }
  #form-section .container .form-header {
    text-align: center;
    color: #c2a392;
    letter-spacing: .140em;
    margin-bottom: 30px;
    font-size: 11px;
    font-weight: 700;
    font-family: "brandon-grotesque"; }
    #form-section .container .form-header h4 {
      margin-bottom: 2%;
      letter-spacing: .015em;
      font-size: 26px; }
  #form-section .container .subheader {
    text-align: center; }
  #form-section .container li.gfield {
    padding-right: 0 !important; }
    #form-section .container li.gfield input[type="text"] {
      background-color: #fff; }
  #form-section .container .gform_footer input[type="submit"] {
    background-color: #f5eeea;
    margin: 0;
    max-width: 31.75%; }
    @media (max-width: 575px) {
      #form-section .container .gform_footer input[type="submit"] {
        max-width: 100%; } }
    #form-section .container .gform_footer input[type="submit"]:hover {
      background-color: #c2a392 !important; }
  #form-section .container .gform_confirmation_wrapper h4 {
    line-height: 38px; }

/*Thank You Page*/
#thank-you-text {
  margin-bottom: 40px; }
  #thank-you-text h4 {
    line-height: 38px; }

/*Member Login*/
.page-template-template_member_login_page footer {
  padding: 0; }

.page-template-template_member_login_page #member-login {
  box-sizing: border-box;
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-template_member_login_page #member-login h2 {
    color: #fff;
    text-align: center;
    font-size: 34px; }
  .page-template-template_member_login_page #member-login .login-panel {
    box-sizing: border-box;
    padding: 60px 80px;
    max-width: 534px;
    margin: 0 auto;
    background-color: rgba(245, 238, 234, 0.9); }
    @media (max-width: 575px) {
      .page-template-template_member_login_page #member-login .login-panel {
        padding: 25px; } }
    .page-template-template_member_login_page #member-login .login-panel input[type="text"], .page-template-template_member_login_page #member-login .login-panel input[type="password"], .page-template-template_member_login_page #member-login .login-panel input[type="submit"] {
      width: 100%;
      background: transparent;
      margin-bottom: 0; }
    .page-template-template_member_login_page #member-login .login-panel input[type="submit"]:hover {
      background-color: #c2a392; }
    .page-template-template_member_login_page #member-login .login-panel label {
      letter-spacing: .140em;
      text-transform: uppercase;
      color: #403f41;
      font-size: 11px;
      font-weight: 700;
      font-family: "brandon-grotesque"; }
    .page-template-template_member_login_page #member-login .login-panel .login-error {
      text-align: center;
      padding-bottom: 25px;
      color: #808184;
      font-family: "ApercuRegular";
      font-size: 13px;
      font-weight: 400; }
      .page-template-template_member_login_page #member-login .login-panel .login-error strong {
        color: red; }
      .page-template-template_member_login_page #member-login .login-panel .login-error a {
        color: #808184; }
    .page-template-template_member_login_page #member-login .login-panel .login-remember label {
      color: #808184;
      text-transform: none;
      letter-spacing: .005em;
      font-family: "ApercuRegular";
      font-size: 13px;
      font-weight: 400; }
      .page-template-template_member_login_page #member-login .login-panel .login-remember label input {
        margin-right: 5px; }
    .page-template-template_member_login_page #member-login .login-panel .password-reset {
      float: right;
      letter-spacing: .005em;
      position: relative;
      top: 10px;
      font-family: "ApercuRegular";
      font-size: 13px;
      font-weight: 400; }
      .page-template-template_member_login_page #member-login .login-panel .password-reset a {
        color: #808184; }
    .page-template-template_member_login_page #member-login .login-panel .login-submit {
      margin: 0 auto 35px; }
    .page-template-template_member_login_page #member-login .login-panel .join-link {
      text-align: center;
      color: #808184;
      text-transform: none;
      letter-spacing: .005em;
      font-family: "ApercuRegular";
      font-size: 13px;
      font-weight: 400; }
      .page-template-template_member_login_page #member-login .login-panel .join-link a {
        color: #808184; }

/*Member Dashboard*/
.page-template-template_member_dashboard_page footer {
  padding: 0; }

.page-template-template_member_dashboard_page #member-dashboard .aside {
  box-sizing: border-box;
  padding: 70px;
  background-color: rgba(245, 238, 234, 0.5);
  width: 23.5%;
  margin-right: 0; }
  @media (max-width: 991px) {
    .page-template-template_member_dashboard_page #member-dashboard .aside {
      width: 100%;
      padding: 50px;
      margin-top: 0; } }
  .page-template-template_member_dashboard_page #member-dashboard .aside .container {
    padding: 0; }
  .page-template-template_member_dashboard_page #member-dashboard .aside .member-top {
    text-align: center; }
    .page-template-template_member_dashboard_page #member-dashboard .aside .member-top .avatar-img img {
      border-radius: 50%;
      max-width: 97px; }
    .page-template-template_member_dashboard_page #member-dashboard .aside .member-top .avatar-welcome {
      color: #403f41;
      letter-spacing: .04em;
      margin: 15px auto 25px; }
    .page-template-template_member_dashboard_page #member-dashboard .aside .member-top a {
      text-transform: uppercase;
      letter-spacing: .140em;
      color: #403f41;
      line-height: 2.5;
      display: block;
      font-weight: 700;
      font-family: "brandon-grotesque";
      font-size: 11px; }
      .page-template-template_member_dashboard_page #member-dashboard .aside .member-top a:hover {
        text-decoration: none;
        color: #c2a392; }

.page-template-template_member_dashboard_page #member-dashboard .dashboard-content {
  width: 76.5%; }
  @media (max-width: 991px) {
    .page-template-template_member_dashboard_page #member-dashboard .dashboard-content {
      width: 100%; } }
  .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container {
    box-sizing: border-box;
    padding: 0 65px 65px; }
    .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container h1 {
      margin-bottom: 5%;
      font-size: 32px; }
    .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program {
        text-align: center;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program {
            max-width: 49.2%; } }
        @media (max-width: 575px) {
          .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program {
            max-width: 100%;
            width: 100%; } }
        .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program:hover .program-image .overlay {
          background-color: #c2a392; }
        .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program:hover .program-image .text {
          color: #fff !important; }
        .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program:hover .button {
          color: #fff;
          background-color: #c2a392;
          border-color: #c2a392; }
        .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program .program-image {
          position: relative; }
          .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program .program-image .image {
            display: block;
            width: 100%;
            height: auto; }
          .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program .program-image .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            transition: .5s ease; }
            .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program .program-image .overlay .text {
              color: #403f41;
              letter-spacing: .140em;
              position: absolute;
              top: 50%;
              left: 50%;
              width: 100%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              text-transform: uppercase;
              text-align: center;
              font-family: "brandon-grotesque";
              font-size: 11px;
              font-weight: 700; }
        .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program .button {
          padding: 0 60px;
          margin-top: 35px; }
      .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program.no-access .program-image img {
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        opacity: .8; }
      .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program.no-access .overlay {
        background-color: rgba(0, 0, 0, 0.2); }
        .page-template-template_member_dashboard_page #member-dashboard .dashboard-content .container .programs .program.no-access .overlay .text {
          color: #fff; }

/*Member Course Page*/
.page-template-template_member_course_page footer {
  padding: 0; }

.page-template-template_member_course_page #member-course .aside {
  box-sizing: border-box;
  padding: 70px;
  background-color: rgba(245, 238, 234, 0.5);
  width: 23.5%;
  margin-right: 0; }
  @media (max-width: 991px) {
    .page-template-template_member_course_page #member-course .aside {
      width: 100%;
      padding: 50px;
      margin-top: 0; } }
  @media (max-width: 575px) {
    .page-template-template_member_course_page #member-course .aside {
      padding: 50px 50px 0; } }
  @media (max-width: 991px) {
    .page-template-template_member_course_page #member-course .aside .widget {
      max-width: 50%; } }
  @media (max-width: 575px) {
    .page-template-template_member_course_page #member-course .aside .widget {
      max-width: 100%; } }
  .page-template-template_member_course_page #member-course .aside .container {
    padding: 0; }
  .page-template-template_member_course_page #member-course .aside .member-top {
    text-align: center; }
    .page-template-template_member_course_page #member-course .aside .member-top .avatar-img img {
      border-radius: 50%;
      max-width: 97px; }
    .page-template-template_member_course_page #member-course .aside .member-top .avatar-welcome {
      color: #403f41;
      letter-spacing: .04em;
      margin: 15px auto 25px; }
    .page-template-template_member_course_page #member-course .aside .member-top a {
      text-transform: uppercase;
      letter-spacing: .140em;
      color: #403f41;
      line-height: 2.5;
      display: block;
      font-weight: 700;
      font-family: "brandon-grotesque";
      font-size: 11px; }
      .page-template-template_member_course_page #member-course .aside .member-top a:hover {
        text-decoration: none;
        color: #c2a392; }
  .page-template-template_member_course_page #member-course .aside h3 {
    letter-spacing: .140em;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "brandon-grotesque";
    font-weight: 700; }

.page-template-template_member_course_page #member-course .course-content {
  width: 76.5%; }
  @media (max-width: 991px) {
    .page-template-template_member_course_page #member-course .course-content {
      width: 100%; } }
  .page-template-template_member_course_page #member-course .course-content .container {
    box-sizing: border-box;
    padding: 0 65px 65px; }
    .page-template-template_member_course_page #member-course .course-content .container h2 {
      font-size: 32px; }
    .page-template-template_member_course_page #member-course .course-content .container h4, .page-template-template_member_course_page #member-course .course-content .container h3 {
      font-size: 28px; }
    .page-template-template_member_course_page #member-course .course-content .container .mejs-audio {
      margin: 40px auto; }
    .page-template-template_member_course_page #member-course .course-content .container .downloads-section {
      box-sizing: border-box;
      padding: 40px 0 25px; }
      .page-template-template_member_course_page #member-course .course-content .container .downloads-section h3 {
        margin-bottom: 5%;
        font-size: 28px; }
      .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        @media (max-width: 991px) {
          .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads {
            justify-content: center; } }
        .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download {
          text-align: center;
          margin-bottom: 40px; }
          @media (max-width: 991px) {
            .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download {
              max-width: 49.2%;
              margin: 0 1% 3%; } }
          @media (max-width: 767px) {
            .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download {
              max-width: 48%;
              margin: 0 1% 3%; } }
          @media (max-width: 575px) {
            .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download {
              max-width: 100%;
              margin: 0 0 50px; } }
          .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download:hover .download-image .overlay {
            background-color: #c2a392; }
          .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download:hover .download-image .text {
            color: #fff !important; }
          .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download:hover .button {
            color: #fff;
            background-color: #c2a392;
            border-color: #c2a392; }
          .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download .download-image {
            position: relative; }
            .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download .download-image .image {
              display: block;
              width: 100%;
              height: auto; }
            .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download .download-image .overlay {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              height: 100%;
              width: 100%;
              transition: .5s ease; }
              .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download .download-image .overlay .text {
                color: #403f41;
                letter-spacing: .140em;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                text-transform: uppercase;
                text-align: center;
                font-family: "brandon-grotesque";
                font-size: 11px;
                font-weight: 700; }
          .page-template-template_member_course_page #member-course .course-content .container .downloads-section .downloads .download .button {
            padding: 0 60px;
            margin-top: 35px; }
    .page-template-template_member_course_page #member-course .course-content .container .accordion-section {
      box-sizing: border-box;
      padding: 0 0 50px; }
      .page-template-template_member_course_page #member-course .course-content .container .accordion-section .accordion-block .accordion {
        cursor: pointer;
        padding: 10px;
        width: 100%;
        border-bottom: 1px solid #c2a392;
        text-align: left;
        outline: none;
        transition: 0.4s; }
        .page-template-template_member_course_page #member-course .course-content .container .accordion-section .accordion-block .accordion:hover {
          color: #c2a392; }
        .page-template-template_member_course_page #member-course .course-content .container .accordion-section .accordion-block .accordion:after {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcmV0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTIgOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7fQo8L3N0eWxlPgo8cGF0aCBpZD0iU2hhcGVfMTcyNV9jb3B5IiBjbGFzcz0ic3QwIiBkPSJNMTEuNSwxTDExLDAuNUw1LjgsN2wwLjQsMC41TDExLjUsMXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuNSwxTDEsMC41TDYuMiw3TDUuOCw3LjVMMC41LDF6Ii8+Cjwvc3ZnPgo=);
          background-position: center;
          background-repeat: no-repeat;
          background-size: 10px;
          width: 12px;
          height: 8px;
          content: '';
          float: right;
          margin: 10px 0 0 5px; }
      .page-template-template_member_course_page #member-course .course-content .container .accordion-section .accordion-block .panel {
        padding: 0 30px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out; }
      .page-template-template_member_course_page #member-course .course-content .container .accordion-section .accordion-block .active {
        border-bottom: none;
        padding: 10px 10px 0 10px; }
        .page-template-template_member_course_page #member-course .course-content .container .accordion-section .accordion-block .active:after {
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcmV0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTIgOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7fQo8L3N0eWxlPgo8cGF0aCBpZD0iU2hhcGVfMTcyNV9jb3B5IiBjbGFzcz0ic3QwIiBkPSJNMC41LDdMMSw3LjVMNi4yLDFMNS44LDAuNUwwLjUsN3oiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLjUsN0wxMSw3LjVMNS44LDFsMC40LTAuNUwxMS41LDd6Ii8+Cjwvc3ZnPgo=); }
      .page-template-template_member_course_page #member-course .course-content .container .accordion-section .accordion-block .panel-active {
        border-bottom: 1px solid #c2a392; }
  .page-template-template_member_course_page #member-course .course-content #learningObjectSubPageMenu, .page-template-template_member_course_page #member-course .course-content .progress {
    display: none; }
  .page-template-template_member_course_page #member-course .course-content .module-page-pagination {
    padding: 100px 0 50px;
    text-align: center !important; }
    .page-template-template_member_course_page #member-course .course-content .module-page-pagination a:nth-of-type(2) {
      display: none; }

/*New Book Page*/
#how-to-breathe-book .cls-background {
  padding-top: 20px !important; }
  #how-to-breathe-book .cls-background .container {
    max-width: 1120px; }
    #how-to-breathe-book .cls-background .container .grid.grid-12-col .cell.span-5 {
      flex: 0 0 calc(46.5% - 55.48px); }
    #how-to-breathe-book .cls-background .container .grid.grid-12-col .cell.span-7 {
      flex: 0 0 calc(53.5% - 39.615px); }

#selected-book-press .cls-background {
  padding-top: 75px !important;
  padding-bottom: 110px !important; }
  @media (max-width: 767px) {
    #selected-book-press .cls-background {
      padding: 50px 0 !important; } }
  #selected-book-press .cls-background .container {
    max-width: 1005px; }
    @media (max-width: 991px) {
      #selected-book-press .cls-background .container .cell {
        text-align: center; } }
    #selected-book-press .cls-background .container h2.entry-title {
      margin-bottom: 40px; }
    #selected-book-press .cls-background .container a {
      text-decoration: none;
      color: #403f41; }
      #selected-book-press .cls-background .container a:hover {
        color: #c2a392; }

#get-your-copy {
  margin-bottom: 120px; }
  @media (max-width: 1199px) {
    #get-your-copy {
      margin-bottom: 50px; } }
  #get-your-copy .cls-background {
    padding: 55px 0 !important; }
  #get-your-copy h2.entry-title.left {
    margin: 2.65em 0 0 1.5em; }
    @media (max-width: 1199px) {
      #get-your-copy h2.entry-title.left {
        margin: 0; } }
  #get-your-copy .col-1 {
    flex: 0 0 calc( 46% - 38px); }
    #get-your-copy .col-1 img {
      margin-top: 2.5em; }
  #get-your-copy .col-2 {
    flex: 0 0 calc( 54% - 18px); }
    @media (max-width: 1199px) {
      #get-your-copy .col-2 {
        flex: 0 0 calc( 54% - 0px); } }

/*Flexible Content Layout Defaults*/
.section-featured_content .container {
  position: relative; }
  .section-featured_content .container h2.entry-title {
    position: absolute;
    z-index: 1; }
    @media (max-width: 767px) {
      .section-featured_content .container h2.entry-title {
        position: relative; } }
  .section-featured_content .container h2.entry-title.right {
    -webkit-transform: rotate(90deg);
    right: -4.30%;
    top: 0; }
    @media (max-width: 767px) {
      .section-featured_content .container h2.entry-title.right {
        -webkit-transform: rotate(0deg);
        right: 0; } }
  .section-featured_content .container h2.entry-title.left {
    -webkit-transform: rotate(-90deg);
    left: -4.30%;
    top: 0; }
    @media (max-width: 767px) {
      .section-featured_content .container h2.entry-title.left {
        -webkit-transform: rotate(0deg);
        left: 0; } }

.section-featured_content .boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .section-featured_content .boxes .box {
    position: relative;
    width: 32%; }
    @media (max-width: 575px) {
      .section-featured_content .boxes .box {
        width: 100%;
        margin-bottom: 25px; } }
    .section-featured_content .boxes .box .box-txt {
      position: absolute;
      left: 0;
      top: 8%; }
      @media (max-width: 1199px) {
        .section-featured_content .boxes .box .box-txt {
          left: 25px; } }
      @media (max-width: 575px) {
        .section-featured_content .boxes .box .box-txt {
          left: 0; } }
      .section-featured_content .boxes .box .box-txt h2 {
        margin-bottom: 4%;
        letter-spacing: .015em; }
      .section-featured_content .boxes .box .box-txt h4 {
        letter-spacing: .040em; }
      .section-featured_content .boxes .box .box-txt p {
        margin-bottom: 1%; }
        .section-featured_content .boxes .box .box-txt p a {
          color: #403f41;
          letter-spacing: .140em;
          font-weight: 700; }
          .section-featured_content .boxes .box .box-txt p a:hover {
            text-decoration: none; }
    .section-featured_content .boxes .box .box-img {
      text-align: right; }

.section-two_column_content .cls-background {
  padding-top: 45px !important; }
  .section-two_column_content .cls-background .container {
    position: relative; }
    .section-two_column_content .cls-background .container h2.entry-title {
      position: absolute;
      z-index: 1; }
      @media (max-width: 767px) {
        .section-two_column_content .cls-background .container h2.entry-title {
          position: relative; } }
    .section-two_column_content .cls-background .container h2.entry-title.center {
      position: relative;
      text-align: center;
      margin-bottom: 0; }
    .section-two_column_content .cls-background .container h2.entry-title.right {
      -webkit-transform: rotate(90deg);
      right: -5%;
      top: -2%; }
      @media (max-width: 1199px) {
        .section-two_column_content .cls-background .container h2.entry-title.right {
          right: -7.5%; } }
      @media (max-width: 767px) {
        .section-two_column_content .cls-background .container h2.entry-title.right {
          -webkit-transform: rotate(0deg);
          right: 0;
          top: 0; } }
    .section-two_column_content .cls-background .container h2.entry-title.left {
      -webkit-transform: rotate(-90deg);
      left: -4.30%;
      top: -2%; }
      @media (max-width: 1199px) {
        .section-two_column_content .cls-background .container h2.entry-title.left {
          left: -7.5%; } }
      @media (max-width: 767px) {
        .section-two_column_content .cls-background .container h2.entry-title.left {
          -webkit-transform: rotate(0deg);
          left: 0;
          top: 0; } }
    .section-two_column_content .cls-background .container .grid .cell {
      display: flex;
      justify-content: center;
      flex-direction: column; }

.section-latest_events {
  margin: 50px auto 70px;
  position: relative; }
  @media (max-width: 1199px) {
    .section-latest_events {
      margin: 50px auto; } }
  @media (max-width: 767px) {
    .section-latest_events {
      margin: 25px auto; } }
  .section-latest_events .cls-background {
    padding-top: 40px !important; }
    @media (max-width: 767px) {
      .section-latest_events .cls-background {
        padding-bottom: 50px !important; } }
    .section-latest_events .cls-background .container {
      position: relative; }
      .section-latest_events .cls-background .container h2.entry-title {
        position: absolute;
        z-index: 1; }
        @media (max-width: 767px) {
          .section-latest_events .cls-background .container h2.entry-title {
            position: relative; } }
      .section-latest_events .cls-background .container h2.entry-title.right {
        -webkit-transform: rotate(90deg);
        right: -7.5%;
        top: 7.5%; }
        @media (max-width: 767px) {
          .section-latest_events .cls-background .container h2.entry-title.right {
            -webkit-transform: rotate(0deg);
            right: 0;
            top: 0; } }
      .section-latest_events .cls-background .container h2.entry-title.left {
        -webkit-transform: rotate(-90deg);
        left: -7.5%;
        top: 7.5%; }
        @media (max-width: 767px) {
          .section-latest_events .cls-background .container h2.entry-title.left {
            -webkit-transform: rotate(0deg);
            left: 0;
            top: 0; } }
      .section-latest_events .cls-background .container .grid {
        max-width: 890px;
        margin: 0 auto; }
        .section-latest_events .cls-background .container .grid .cell {
          display: flex;
          justify-content: center;
          flex-direction: column; }
        @media (max-width: 1199px) {
          .section-latest_events .cls-background .container .grid .col-1 {
            padding-left: 125px; } }
        @media (max-width: 575px) {
          .section-latest_events .cls-background .container .grid .col-1 {
            padding-left: 0; } }
        @media (max-width: 991px) {
          .section-latest_events .cls-background .container .grid .col-2 img {
            margin: 0 auto; } }
        .section-latest_events .cls-background .container .grid .event-list {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          list-style: none; }
          .section-latest_events .cls-background .container .grid .event-list li {
            width: 50%;
            margin: 4% auto; }
            .section-latest_events .cls-background .container .grid .event-list li .event-title {
              letter-spacing: .04em;
              margin-bottom: 5%;
              font-style: italic;
              font-size: 16px; }
            .section-latest_events .cls-background .container .grid .event-list li .event-venue {
              letter-spacing: .140em;
              text-transform: uppercase;
              font-size: 11px;
              font-family: "brandon-grotesque";
              font-weight: 700; }
            .section-latest_events .cls-background .container .grid .event-list li .event-status {
              margin-top: 5%;
              letter-spacing: .140em;
              text-transform: uppercase;
              color: #c2a392;
              font-size: 11px;
              font-weight: 700;
              font-family: "brandon-grotesque"; }
    .section-latest_events .cls-background .more-events-btn {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -24px; }
      @media (max-width: 767px) {
        .section-latest_events .cls-background .more-events-btn {
          position: relative;
          left: 0;
          right: 0;
          text-align: center;
          -webkit-transform: translateX(0);
          transform: translateX(0); } }
      .section-latest_events .cls-background .more-events-btn .button {
        padding: 0 55px; }

.section-three_column_content .entry-title {
  text-align: center; }

.section-accordion .container {
  max-width: 730px; }
  .section-accordion .container .entry-title {
    text-align: center;
    margin-bottom: 50px; }
  .section-accordion .container .accordion-block .accordion {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #c2a392;
    text-align: left;
    outline: none;
    transition: 0.4s; }
    .section-accordion .container .accordion-block .accordion:hover {
      color: #c2a392; }
    .section-accordion .container .accordion-block .accordion:after {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcmV0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTIgOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7fQo8L3N0eWxlPgo8cGF0aCBpZD0iU2hhcGVfMTcyNV9jb3B5IiBjbGFzcz0ic3QwIiBkPSJNMTEuNSwxTDExLDAuNUw1LjgsN2wwLjQsMC41TDExLjUsMXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuNSwxTDEsMC41TDYuMiw3TDUuOCw3LjVMMC41LDF6Ii8+Cjwvc3ZnPgo=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 10px;
      width: 12px;
      height: 8px;
      content: '';
      float: right;
      margin: 10px 0 0 5px; }
  .section-accordion .container .accordion-block .panel {
    padding: 0 30px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out; }
  .section-accordion .container .accordion-block .active {
    border-bottom: none;
    padding: 10px 10px 0 10px; }
    .section-accordion .container .accordion-block .active:after {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcmV0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTIgOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7fQo8L3N0eWxlPgo8cGF0aCBpZD0iU2hhcGVfMTcyNV9jb3B5IiBjbGFzcz0ic3QwIiBkPSJNMC41LDdMMSw3LjVMNi4yLDFMNS44LDAuNUwwLjUsN3oiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLjUsN0wxMSw3LjVMNS44LDFsMC40LTAuNUwxMS41LDd6Ii8+Cjwvc3ZnPgo=); }
  .section-accordion .container .accordion-block .panel-active {
    border-bottom: 1px solid #c2a392;
    padding-bottom: 15px; }

.section-testimonial_slider .cls-background {
  padding: 75px 0 120px !important; }
  .section-testimonial_slider .cls-background .container {
    text-align: center;
    max-width: 910px; }
    .section-testimonial_slider .cls-background .container .testimonials {
      margin: 50px auto 0; }
      .section-testimonial_slider .cls-background .container .testimonials .testimonial .testimonial-txt {
        letter-spacing: .04em;
        font-size: 18px; }
        .section-testimonial_slider .cls-background .container .testimonials .testimonial .testimonial-txt .auth-name {
          color: #403f41;
          padding: 40px 0 0;
          letter-spacing: .140em;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700;
          font-family: "brandon-grotesque"; }

.section-session_block .cls-background .container {
  position: relative; }
  @media (max-width: 1199px) {
    .section-session_block .cls-background .container {
      max-width: 1150px; } }
  .section-session_block .cls-background .container h2.entry-title.left {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    left: 0;
    top: 0;
    margin: 3em 0 0 1.5em;
    width: 0;
    text-align: left;
    white-space: nowrap;
    transform-origin: bottom; }
    @media (max-width: 1199px) {
      .section-session_block .cls-background .container h2.entry-title.left {
        position: relative;
        -webkit-transform: rotate(0deg);
        margin: 0 0 25px; } }
  .section-session_block .cls-background .container .session:nth-child(odd) {
    background-color: #f5eeea; }
  .section-session_block .cls-background .container .session:nth-child(even) .grid {
    flex-direction: row-reverse; }
  .section-session_block .cls-background .container .session .container {
    max-width: 1150px; }
    @media (max-width: 1199px) {
      .section-session_block .cls-background .container .session .container {
        max-width: 100%;
        padding: 0; } }
    .section-session_block .cls-background .container .session .container .col-1 {
      flex: 0 0 calc( 39.2% - 55.48px); }
      @media (max-width: 991px) {
        .section-session_block .cls-background .container .session .container .col-1 {
          text-align: center; } }
    .section-session_block .cls-background .container .session .container .col-2 {
      flex: 0 0 calc( 60% - 38px); }
      .section-session_block .cls-background .container .session .container .col-2 h4 {
        margin: 1em auto 0;
        font-size: 26px; }
      .section-session_block .cls-background .container .session .container .col-2 p:nth-of-type(1) {
        margin: 1% auto 4%; }
      .section-session_block .cls-background .container .session .container .col-2 .button {
        background-color: #faf9f7;
        min-width: 237px;
        padding: 0;
        margin-bottom: 0;
        margin-top: 40px; }
        @media (max-width: 575px) {
          .section-session_block .cls-background .container .session .container .col-2 .button {
            min-width: 100%;
            margin-top: 20px; } }
        .section-session_block .cls-background .container .session .container .col-2 .button:nth-of-type(1) {
          margin-right: 50px; }
          @media (max-width: 575px) {
            .section-session_block .cls-background .container .session .container .col-2 .button:nth-of-type(1) {
              margin-right: 0; } }
        .section-session_block .cls-background .container .session .container .col-2 .button:hover {
          background-color: #c2a392; }

/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
/*GRAVITY FORMS*/
.browser-Firefox .gform_wrapper select {
  padding: 8px 0 9px 0 !important;
  text-indent: 4px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper li.hidden_label input {
  margin-top: 1% !important; }

.gform_wrapper li.agreement-terms, .gform_wrapper li.agreement-disclaimer, .gform_wrapper li.agreement-newsletter {
  margin: 0 !important; }

.gform_wrapper li.agreement-terms {
  margin-top: 25px !important; }

.gform_wrapper li.agreement-newsletter {
  margin-bottom: 50px !important; }

.gform_wrapper ul.gfield_checkbox {
  width: calc(100% + 0px); }
  .gform_wrapper ul.gfield_checkbox li {
    margin: -1em 0 !important; }
    .gform_wrapper ul.gfield_checkbox li input {
      margin: 0 !important; }
  .gform_wrapper ul.gfield_checkbox label {
    max-width: 100%;
    font-weight: 400;
    font-size: 14px !important; }

.gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper input {
  height: 43px;
  padding: 12px !important;
  background-color: #faf9f7;
  margin-bottom: 1% !important; }

.gform_wrapper textarea {
  padding: 12px !important;
  background-color: #faf9f7;
  margin-bottom: 1% !important; }

.gform_wrapper select {
  text-indent: 8px;
  background-color: #faf9f7;
  margin-bottom: 1% !important;
  padding: 8px 0 9px 3px !important; }

.gform_wrapper input[type=submit] {
  line-height: 1.5;
  letter-spacing: .140em;
  padding: 0 60px !important;
  font-size: 11px !important;
  font-family: "brandon-grotesque" !important; }
  .gform_wrapper input[type=submit]:hover {
    background-color: #c2a392; }

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 1em 0 0 !important;
  text-align: right; }

.gform_wrapper .coupon-code {
  position: relative;
  overflow: hidden;
  margin-bottom: .5%; }
  .gform_wrapper .coupon-code label {
    display: none !important; }
  .gform_wrapper .coupon-code input[type=text] {
    width: 65.75%;
    margin-right: .5em; }
    @media (max-width: 767px) {
      .gform_wrapper .coupon-code input[type=text] {
        width: 65.5%; } }
    @media (max-width: 575px) {
      .gform_wrapper .coupon-code input[type=text] {
        width: 100%; } }

.gform_wrapper #gf_coupon_button {
  position: relative;
  top: -2px;
  line-height: normal;
  width: 31.75%;
  background-color: #f5eeea; }
  @media (max-width: 575px) {
    .gform_wrapper #gf_coupon_button {
      width: 100%;
      top: 0;
      margin-top: 16px;
      margin-left: 0 !important; } }
  .gform_wrapper #gf_coupon_button:hover {
    background-color: #c2a392 !important; }

.gform_wrapper .gfield_price {
  display: none !important; }

/*POPUP ALLY PRO*/
#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7, #popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7 {
  border-right: none !important;
  color: #fff; }
  #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7::placeholder, #popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7::placeholder {
    letter-spacing: .140em;
    font-size: 11px;
    font-family: "brandon-grotesque";
    font-weight: 700; }
  #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7:-webkit-autofill, #popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  #popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7:focus, #popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-7:focus {
    letter-spacing: normal;
    color: #403f41;
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    padding: 10px 12px 14px;
    font-family: "baskerville-urw" !important;
    font-weight: 400 !important;
    font-size: 16px !important; }

#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-8, #popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-8 {
  border-left: none !important; }

/*SLICK SLIDER*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("_static/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  width: 30px;
  height: 58px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 1;
  width: 30px;
  height: 58px;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .75;
  color: #c2a392;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -140px;
  top: 40px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  background-image: url(_static/images/arrow-left.png); }

[dir='rtl'] .slick-prev:before {
  background-image: url(_static/images/arrow-left.png); }

.slick-next {
  right: -140px;
  top: 40px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  background-image: url(_static/images/arrow-right.png); }

[dir='rtl'] .slick-next:before {
  background-image: url(_static/images/arrow-right.png); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 45px;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #c2a392;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 28px;
  line-height: 2.67em;
  content: '○';
  color: #c2a392;
  -webkit-text-stroke: 0.0125rem #c2a392;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ua-mobile.ua-safari .slick-dots li.slick-active button:before {
  font-size: 16px;
  line-height: 5em; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*PROGRESS TRACKER*/
.ptracker_widget {
  margin: 50px auto 75px; }
  @media (max-width: 991px) {
    .ptracker_widget {
      margin: 50px auto; } }

.progress {
  border: 1px solid #c2a392 !important;
  background: transparent !important;
  height: 9px !important;
  max-width: 100% !important; }

.progress .green, .progress .red, .progress .orange {
  background: #c2a392 !important;
  border: none !important;
  height: 7px !important; }

.progress > span > span {
  top: 15px;
  position: relative;
  padding: 0 !important;
  letter-spacing: .015em;
  text-shadow: none !important;
  line-height: normal !important;
  float: left;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: italic; }

.progress > span {
  border: none !important;
  box-shadow: none !important;
  min-width: inherit !important;
  margin: auto !important; }

.progress > span:before {
  background: none !important; }

.subMenuLinkRead a, .subMenuLinkUnread a {
  padding: 0 !important;
  line-height: .5;
  opacity: 1 !important;
  letter-spacing: .140em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px !important;
  font-weight: 700 !important;
  font-family: "brandon-grotesque" !important; }

.subMenuLinkRead a:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojQzJBMzkyO30KCS5zdDF7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9Cgkuc3Qye2ZpbGw6IzQwM0Y0MTt9Cjwvc3R5bGU+CjxyZWN0IGlkPSJSZWN0YW5nbGVfM19jb3B5XzE0IiB4PSIwLjUiIHk9IjAuNSIgY2xhc3M9InN0MCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1Ii8+CjxnIGNsYXNzPSJzdDEiPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTcuOCw4LjJMMy40LDIuN2gwLjZsNCw1LjFsNC01LjFoMC42TDguNSw4LjJsNC41LDUuN2gtMC42TDguMSw4LjZsLTQuMiw1LjNIMy4zTDcuOCw4LjJ6Ii8+CjwvZz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: '';
  float: right;
  margin: 5px 0 0; }

.subMenuLinkUnread a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8bWV0YWRhdGE+PD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PjwvbWV0YWRhdGE+CjxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjYzJhMzkyOwogICAgICAgIHN0cm9rZS13aWR0aDogMXB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzNfY29weV8xNCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMyBjb3B5IDE0IiBjbGFzcz0iY2xzLTEiIHg9IjAuNSIgeT0iMC41IiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  content: '';
  float: right;
  margin: 5px 0 0; }

.pure-button {
  background-color: #f5eeea !important;
  background-image: none !important;
  border: 1px solid #c2a392 !important;
  text-transform: uppercase;
  color: #403f41 !important;
  letter-spacing: .140em;
  border-radius: 0 !important;
  padding: 0 40px !important;
  height: 43px;
  line-height: 43px !important;
  transition: all 0.3s ease;
  font-size: 11px !important;
  font-family: "brandon-grotesque" !important;
  font-weight: 700; }
  .pure-button:hover {
    color: #fff !important;
    background-color: #c2a392 !important;
    background-image: none !important; }
  @media (max-width: 575px) {
    .pure-button {
      width: 100%; } }

#ptrackerNav {
  padding: 50px 0 0; }

#ptrackerNextButtonDiv a, #ptrackerBackButtonDiv a {
  text-transform: uppercase;
  letter-spacing: .140em;
  font-size: 11px !important;
  font-family: "brandon-grotesque" !important;
  font-weight: 700; }
  #ptrackerNextButtonDiv a:hover, #ptrackerBackButtonDiv a:hover {
    text-decoration: none; }

.markAsReadWrap {
  float: none !important;
  max-width: 220px;
  margin: 0 auto !important; }
  @media (max-width: 575px) {
    .markAsReadWrap {
      max-width: 100%; } }
  .markAsReadWrap label {
    text-align: center; }
  .markAsReadWrap #isMarkedText {
    display: inline-block;
    float: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .140em;
    padding: 0 40px;
    height: 43px;
    background-color: #f5eeea;
    border: 1px solid #c2a392;
    cursor: pointer;
    height: 43px;
    line-height: 43px;
    transition: all 0.3s ease;
    white-space: nowrap;
    color: #403f41;
    font-size: 11px !important;
    font-family: "brandon-grotesque" !important;
    font-weight: 700; }
    .markAsReadWrap #isMarkedText:hover {
      color: #fff;
      background-color: #c2a392; }
    @media (max-width: 575px) {
      .markAsReadWrap #isMarkedText {
        width: 100%;
        margin-top: 50px; } }
  .markAsReadWrap .isMarked:after {
    font-family: FontAwesome;
    content: '\f00c';
    margin-left: 5px; }
  .markAsReadWrap input {
    display: none; }

/*MP3 JPLAYER (DEFAULT MEDIA PLAYER)*/
.mejs-controls {
  background: #f5eeea !important; }

.mejs-button > button {
  background: transparent url(_static/images/mejs-controls.svg) !important; }

.mejs-container * {
  font-family: "baskerville-urw" !important; }

.mejs-mute > button {
  background-position: -60px 0 !important; }

.mejs-pause > button {
  background-position: -20px 0 !important; }

.mejs-unmute > button {
  background-position: -40px 0 !important; }

.mejs-time {
  color: #403f41 !important;
  font-size: 14px !important;
  font-family: "baskerville-urw" !important;
  font-style: italic; }

.mejs-time-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  border: 1px solid #c2a392 !important;
  border-radius: 5px !important;
  height: 11px !important; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: transparent !important; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #c2a392 !important;
  border-radius: 25px; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 25px; }

.mejs-time-handle {
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #c2a392 !important;
  border: 5px solid #f5eeea !important;
  box-shadow: 1px 4px 1px #ccc;
  top: -7px; }

.mejs-time-handle-content {
  display: none !important; }

.mejs-time-float {
  background: #f5eeea !important;
  border-color: #c2a392 !important; }

.mejs-time-float-corner {
  border: 5px solid #c2a392 !important;
  border-color: #c2a392 transparent transparent !important; }

/*IG FEED*/
@media (max-width: 991px) {
  /* Make 5 cols into 4 cols */
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 25% !important; }
  /* Only show 4 */
  #sb_instagram #sbi_images .sbi_item:nth-child(n+5) {
    display: none; } }

@media (max-width: 767px) {
  /* Make 4 cols into 3 col */
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 33.3% !important; }
  /* Only show 3 */
  #sb_instagram #sbi_images .sbi_item:nth-child(n+4) {
    display: none; } }

@media all and (max-width: 575px) {
  /* Make all cols into 1 cols */
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
  #sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50% !important; }
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo {
    background-size: contain !important; }
  #sb_instagram.sbi_col_5 #sbi_images .sbi_item a {
    max-height: 160px; }
  #sb_instagram.sbi_fixed_height {
    overflow: visible !important; }
  /* Only show 2 */
  #sb_instagram #sbi_images .sbi_item:nth-child(n+3) {
    display: none; } }

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