@charset "UTF-8";
/*!
Theme Name: The Copywriter Club
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 */
/***************************************
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: 0 auto 70px;
  max-width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    img.aligncenter {
      margin-bottom: 5%; } }

img.alignright {
  display: inline-block;
  margin: 0 0 0 70px;
  float: right;
  max-width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    img.alignright {
      margin-bottom: 5%; } }

img.alignleft {
  display: inline-block;
  margin: 0 70px 0 0;
  float: left;
  max-width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    img.alignleft {
      margin-bottom: 5%; } }

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

.center {
  text-align: center;
  margin: 0 auto; }

/* 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 {
  list-style-position: outside;
  margin-bottom: 6%; }

.check-list ul {
  list-style: none;
  margin-left: 1em; }
  @media (max-width: 1199px) {
    .check-list ul {
      margin-left: 2em !important; } }
  .check-list ul li:before {
    margin-left: -1.5em;
    padding-right: 15px;
    content: "\f00c";
    font-size: 22px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900; }

/* 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 {
  /* 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.5;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  color: #000000;
  font-family: "Source Serif Pro", serif;
  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-top: 0; }

h1.entry-title, h1 span.font-highlight {
  letter-spacing: .05em;
  background-image: linear-gradient(transparent 50%, #f3e836 55%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 50%, #f3e836 55%);
  margin: 0 auto 4%;
  padding: 0 10px;
  /*display: inline-block;*/
  width: fit-content;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }
  @media (max-width: 991px) {
    h1.entry-title, h1 span.font-highlight {
      padding: 0; } }

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

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

span.color-blue {
  color: #28a7e4; }

span.color-yellow {
  color: #f3e836; }

span.color-red {
  color: #cc4856; }

span.font-montserrat {
  font-family: "Montserrat", sans-serif; }

span.font-sans {
  font-family: "Source Sans Pro", sans-serif; }

span.font-serif {
  font-family: "Source Serif Pro", serif; }

span.font-roboto {
  font-family: "Roboto Condensed", sans-serif; }

span.font-oswald {
  font-family: "Oswald", sans-serif; }

span.font-highlight {
  letter-spacing: .05em;
  background-image: linear-gradient(transparent 50%, #f3e836 55%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 50%, #f3e836 55%);
  margin: 0 auto 4%;
  padding: 0 10px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }

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

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

a:hover {
  color: #28a7e4;
  text-decoration: none; }

/* 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-semi {
  font-weight: 600; }

.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-wrapper {
  margin-top: 90px; }
  @media (max-width: 991px) {
    #content-wrapper {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    #content-wrapper {
      margin-top: 25px; } }

.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: 1150px; } }
  @media (max-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 576px) {
    .container {
      max-width: 540px; } }

.container.smaller-container {
  max-width: 875px; }

/*-----------------------------------------------------------------------------------*/
/*  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% - 64.169px); }
    .grid.grid-12-col .cell.span-1 {
      flex: 0 0 calc( 10% - 63px); }
    .grid.grid-12-col .cell.span-2 {
      flex: 0 0 calc( 16.6% - 58.38px); }
    .grid.grid-12-col .cell.span-3 {
      flex: 0 0 calc( 25% - 52.5px); }
    .grid.grid-12-col .cell.span-4 {
      flex: 0 0 calc( 33.3% - 46.69px); }
    .grid.grid-12-col .cell.span-5 {
      flex: 0 0 calc( 41.6% - 40.88px); }
    .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc( 50% - 35px); }
    .grid.grid-12-col .cell.span-7 {
      flex: 0 0 calc( 58.3% - 29.19px); }
    .grid.grid-12-col .cell.span-8 {
      flex: 0 0 calc( 66.6% - 23.38px); }
    .grid.grid-12-col .cell.span-9 {
      flex: 0 0 calc( 75% - 17.5px); }
    .grid.grid-12-col .cell.span-10 {
      flex: 0 0 calc( 83.3% - 11.69px); }
    .grid.grid-12-col .cell.span-11 {
      flex: 0 0 calc( 90% - 7px); }
    .grid.grid-12-col .cell.span-12 {
      flex: 0 0 100%; }
  .grid.grid-2-col .cell {
    flex: 0 0 calc( 50% - 35px); }
    .grid.grid-2-col .cell.span-2 {
      flex: 0 0 100%; }
  .grid.grid-3-col .cell {
    flex: 0 0 calc( 33.33% - 46.669px); }
    .grid.grid-3-col .cell.span-2 {
      flex: 0 0 calc( 66.66% - 23.338px); }
    .grid.grid-3-col .cell.span-3 {
      flex: 0 0 100%; }
  .grid.grid-4-col .cell {
    flex: 0 0 calc( 25% - 52.5px); }
    .grid.grid-4-col .cell.span-2 {
      flex: 0 0 calc( 50% - 35px); }
    .grid.grid-4-col .cell.span-3 {
      flex: 0 0 calc( 75% - 17.5px); }
    .grid.grid-4-col .cell.span-4 {
      flex: 0 0 100%; }
  .grid.grid-5-col .cell {
    flex: 0 0 calc( 20% - 56px); }
    .grid.grid-5-col .cell.span-2 {
      flex: 0 0 calc( 40% - 42px); }
    .grid.grid-5-col .cell.span-3 {
      flex: 0 0 calc( 60% - 28px); }
    .grid.grid-5-col .cell.span-4 {
      flex: 0 0 calc( 80% - 14px); }
    .grid.grid-5-col .cell.span-5 {
      flex: 0 0 100%; }
  .grid.grid-6-col .cell {
    flex: 0 0 calc( 16.66% - 58.338px); }
    .grid.grid-6-col .cell.span-2 {
      flex: 0 0 calc( 40% - 42px); }
    .grid.grid-6-col .cell.span-3 {
      flex: 0 0 calc( 60% - 28px); }
    .grid.grid-6-col .cell.span-4 {
      flex: 0 0 calc( 80% - 14px); }
    .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% - 35px); }
    .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% - 46.669px); }
    .grid-mobile.grid-mobile-3-col .cell.span-2 {
      flex: 0 0 calc( 66.66% - 23.338px); }
    .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% - 52.5px); }
    .grid-mobile.grid-mobile-4-col .cell.span-2 {
      flex: 0 0 calc( 50% - 35px); }
    .grid-mobile.grid-mobile-4-col .cell.span-3 {
      flex: 0 0 calc( 75% - 17.5px); }
    .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% - 56px); }
    .grid-mobile.grid-mobile-5-col .cell.span-2 {
      flex: 0 0 calc( 40% - 42px); }
    .grid-mobile.grid-mobile-5-col .cell.span-3 {
      flex: 0 0 calc( 60% - 28px); }
    .grid-mobile.grid-mobile-5-col .cell.span-4 {
      flex: 0 0 calc( 80% - 14px); }
    .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% - 58.338px); }
    .grid-mobile.grid-mobile-6-col .cell.span-2 {
      flex: 0 0 calc( 40% - 42px); }
    .grid-mobile.grid-mobile-6-col .cell.span-3 {
      flex: 0 0 calc( 60% - 28px); }
    .grid-mobile.grid-mobile-6-col .cell.span-4 {
      flex: 0 0 calc( 80% - 14px); }
    .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 {
  color: #fff; }

/* 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 {
    display: none !important; } }

@media (max-width: 960px) {
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after .cls-mobile-image {
    margin-top: 2em; }
  .layout-section.background_style-image .cls-background.background_mobile-mobile-image-after {
    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 {
    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 {
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
  height: 45px;
  text-indent: 20px;
  line-height: 20px;
  letter-spacing: .05em;
  padding: 12px 12px;
  background-color: #fff;
  border: 1px solid #ecedeb;
  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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjhBN0U0O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMGg2MEwzMCw0MEwwLDB6Ii8+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: #000000; }

:focus::placeholder {
  opacity: 1;
  color: #000000; }

form br {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  color: #000000;
  line-height: 50px;
  letter-spacing: .17em;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #28a7e4;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0; }
  @media (max-width: 575px) {
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
      letter-spacing: .10em; } }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #fff;
    background-color: #28a7e4;
    outline: 0; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #fff;
    background-color: #28a7e4;
    outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #28a7e4;
  border-color: #28a7e4; }
  .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: #000000;
    background-color: #f3e836;
    border-color: #f3e836; }
  .button.button-primary:focus,
  button.button-primary:focus,
  input[type="submit"].button-primary:focus,
  input[type="reset"].button-primary:focus,
  input[type="button"].button-primary:focus {
    color: #000000;
    background-color: #f3e836;
    border-color: #f3e836; }

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 18px 0;
  top: 0;
  position: relative;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #c2c3c4;
  z-index: 1; }

header {
  text-align: center; }

.logo {
  height: auto;
  width: 64px;
  float: left;
  pointer-events: all; }

.form-search {
  background-color: #28a7e4;
  box-sizing: border-box;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .form-search form {
    margin-bottom: 0;
    position: relative; }
    .form-search form input {
      margin-bottom: 0;
      width: 100%;
      border: none;
      background: transparent;
      border-bottom: 1px solid #fff;
      color: #fff;
      text-transform: none;
      letter-spacing: .05em;
      text-indent: 30px;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 30px; }
    .form-search form svg {
      color: #fff;
      position: absolute;
      top: 25%;
      font-size: 30px; }

.search-active .form-search {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.search-active #header-wrapper {
  top: 4.7em;
  position: relative;
  background-color: #fff !important; }

.home.search-active #linkbar a {
  color: #000000 !important; }

.home.search-active .logo {
  filter: brightness(1) invert(0); }

.home.search-active #slideout-bar, .home.search-active #slideout-bar:before, .home.search-active #slideout-bar:after {
  background-color: #000000; }

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar {
  transform: translateY(100%); }
  #linkbar .nav-menu {
    float: none; }
  #linkbar a {
    padding: 0;
    color: #000000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .100em;
    display: inline-block;
    transition: all 0.3s ease; }
    #linkbar a:hover {
      color: #28a7e4; }
  @media (max-width: 768px) {
    #linkbar nav {
      display: none; } }
  #linkbar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    #linkbar ul li {
      display: inline;
      margin: 0px;
      padding: 0 15px;
      position: relative; }
      @media (max-width: 991px) {
        #linkbar ul li {
          padding: 0 10px; } }
      #linkbar ul li:hover ul {
        display: block; }
      #linkbar ul li ul {
        display: none; }
        #linkbar ul li ul li {
          display: block;
          margin: 20px 0; }
  #linkbar .current-menu-item a {
    color: #000000 !important;
    font-weight: 800; }

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

.nav-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -2px;
  border: 4px solid transparent;
  border-bottom-width: 0;
  border-top-color: #000000;
  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 {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 20px 20px;
  min-width: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  margin: -5px 0 0;
  background: #fff;
  transform: translateX(-50%);
  animation: submenuHide 0.5s ease;
  animation-fill-mode: forwards; }

.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; }

/* -------------------------------- 
			Mobile Nav 
-------------------------------- */
@media (max-width: 575px) {
  #slideout-menu.open {
    min-width: 100%; } }

#slideout-menu {
  position: fixed;
  padding: 75px 50px 100px;
  min-width: 150px;
  top: 0;
  right: -450px;
  min-height: 100vh;
  z-index: 10000;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  background-color: #28a7e4; }
  #slideout-menu .mobile-menu-links {
    display: none; }
    @media (max-width: 991px) {
      #slideout-menu .mobile-menu-links {
        display: block; } }
  @media (max-width: 991px) {
    #slideout-menu .side-menu-links {
      display: none; } }
  #slideout-menu .side-menu-logo {
    clear: both;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 250px;
    margin: 0 auto; }
    #slideout-menu .side-menu-logo .logo {
      width: 250px;
      filter: brightness(0) invert(1);
      margin-bottom: 15%; }
  #slideout-menu .social-links a {
    font-size: 20px;
    margin: 0 2%; }
  #slideout-menu .widget_search {
    margin-top: 10%; }
    #slideout-menu .widget_search svg {
      color: #fff; }
    #slideout-menu .widget_search input {
      background: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      padding: 12px 0;
      width: 90%;
      text-align: center;
      text-indent: 0;
      text-transform: none;
      font-weight: 400;
      font-style: italic; }
  #slideout-menu a {
    color: #fff;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif; }
    #slideout-menu a:hover {
      text-decoration: none; }
  #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: #fff;
    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: center;
    list-style: none; }
    #slideout-menu ul li {
      margin-bottom: .5em;
      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: #fff;
        transition: transform 0.2s ease;
        background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
        background-position: 97% 50%;
        background-repeat: no-repeat;
        background-size: 10px; }
  #slideout-menu ul.sub-menu {
    display: none;
    margin: 2em 0; }
  #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: 45px;
  height: 20px;
  right: 20px;
  top: 0; }
  @media (max-width: 991px) {
    a#slideout-trigger {
      top: 10%; } }
  @media (max-width: 768px) {
    a#slideout-trigger {
      top: 20px; } }

#slideout-bar {
  width: 45px;
  height: 2px;
  top: 12px;
  position: relative;
  background-color: #28a7e4; }
  #slideout-bar:before, #slideout-bar:after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    position: relative;
    background-color: #28a7e4; }
  #slideout-bar:before {
    bottom: 6px; }
  #slideout-bar:after {
    top: 4px; }

/* -------------------------------- 
			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
/*-----------------------------------------------------------------------------------*/
footer {
  padding: 20px 0 0;
  margin-top: 50px; }
  footer .ig-feed {
    text-align: center; }
    footer .ig-feed a {
      font-size: 28px;
      font-family: "Source Serif Pro", serif; }
  footer .footer-opt-in {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    margin: 0 auto 50px; }
    footer .footer-opt-in .image {
      width: 36.5%;
      height: 100%;
      top: 0px;
      bottom: 0px;
      left: 0px;
      background-size: cover;
      background-position: center bottom;
      position: absolute; }
      @media (max-width: 991px) {
        footer .footer-opt-in .image {
          padding-top: 78vw;
          position: relative;
          width: 100%; } }
    footer .footer-opt-in .item-content {
      width: 63.5%;
      float: right;
      min-height: 34.25vw;
      border-top: 1px solid #c2c3c4;
      border-bottom: 1px solid #c2c3c4;
      padding: 90px 98px 60px;
      box-sizing: border-box; }
      @media (max-width: 991px) {
        footer .footer-opt-in .item-content {
          float: none;
          padding: 30px 20px;
          width: 100%; } }
      footer .footer-opt-in .item-content h1 {
        letter-spacing: .04em;
        margin-bottom: 30px; }
      footer .footer-opt-in .item-content p {
        margin-bottom: 30px;
        font-size: 22px; }
      footer .footer-opt-in .item-content .button {
        margin-bottom: 0; }
  footer .footer-nav {
    text-align: center;
    margin: 0 auto 40px; }
    @media (max-width: 991px) {
      footer .footer-nav {
        display: none; } }
    footer .footer-nav .container {
      max-width: 1100px; }
    footer .footer-nav .logo {
      float: none;
      filter: brightness(1) invert(0); }
    footer .footer-nav li {
      padding: 0 15px; }
      footer .footer-nav li a {
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: .100em;
        display: inline-block;
        transition: all 0.3s ease;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600; }
    footer .footer-nav .menu-footer-menu-left-container {
      float: left;
      margin-top: 2%; }
      footer .footer-nav .menu-footer-menu-left-container li {
        display: inline-block; }
    footer .footer-nav .menu-footer-menu-right-container {
      float: right;
      margin-top: 2%; }
      footer .footer-nav .menu-footer-menu-right-container li {
        display: inline-block; }
  footer #credits {
    background-color: #f6f6f6;
    padding: 25px 0;
    box-sizing: border-box;
    text-transform: none;
    text-align: center;
    color: #000000;
    font-size: 11px;
    font-family: "Montserrat", sans-serif; }
    footer #credits a {
      color: #000000; }
      footer #credits a:hover {
        color: #28a7e4; }
    footer #credits .social-links a {
      text-decoration: none; }
      footer #credits .social-links a svg {
        color: #28a7e4;
        font-size: 22px; }
    @media (max-width: 991px) {
      footer #credits .footer-center {
        margin: 0 auto; } }
    footer #credits .footer-left {
      text-align: left; }
      @media (max-width: 1199px) {
        footer #credits .footer-left {
          flex: 0 0 calc( 20% - 50px); } }
      @media (max-width: 991px) {
        footer #credits .footer-left {
          display: none; } }
      footer #credits .footer-left svg {
        margin-right: 25px; }
      @media (max-width: 768px) {
        footer #credits .footer-left {
          width: 100%;
          text-align: center; } }
      footer #credits .footer-left .fa-camera-retro, footer #credits .footer-left .fa-pinterest {
        display: none; }
    footer #credits .footer-right {
      text-align: right; }
      @media (max-width: 1199px) {
        footer #credits .footer-right {
          flex: 0 0 calc( 20% - 50px); } }
      @media (max-width: 991px) {
        footer #credits .footer-right {
          flex: 0 0 calc( 100% - 0px);
          margin: 2% auto;
          text-align: center; } }
      footer #credits .footer-right svg {
        margin-left: 25px; }
        @media (max-width: 991px) {
          footer #credits .footer-right svg {
            margin: 2% 12px; } }
      @media (max-width: 768px) {
        footer #credits .footer-right {
          width: 100%;
          text-align: center; } }
      footer #credits .footer-right .fa-facebook-f, footer #credits .footer-right .fa-twitter {
        display: none; }
        @media (max-width: 991px) {
          footer #credits .footer-right .fa-facebook-f, footer #credits .footer-right .fa-twitter {
            display: inline-block; } }
  footer .social-links a {
    font-size: 14px; }
    footer .social-links a i, footer .social-links a svg {
      width: 32px !important; }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.podcast.hero-header {
  min-height: 669px;
  margin-bottom: 80px;
  background-size: 88.75%;
  background-position: bottom right;
  background-color: #f3f3f3; }
  @media (max-width: 1199px) {
    .podcast.hero-header {
      background-size: 115%;
      background-position: 70% bottom; } }
  @media (max-width: 991px) {
    .podcast.hero-header {
      min-height: 500px;
      background-size: 105%;
      background-position: 10% bottom; } }
  @media (max-width: 575px) {
    .podcast.hero-header {
      margin-bottom: 50px;
      background-size: 200%;
      background-position: 80% bottom; } }
  .podcast.hero-header .hero-text-outer {
    min-height: 669px;
    max-width: 60%; }
    @media (max-width: 991px) {
      .podcast.hero-header .hero-text-outer {
        min-height: 500px; } }
    .podcast.hero-header .hero-text-outer .hero-text {
      margin-top: 10%; }
      @media (max-width: 991px) {
        .podcast.hero-header .hero-text-outer .hero-text {
          margin-top: 18%; } }
      @media (max-width: 767px) {
        .podcast.hero-header .hero-text-outer .hero-text {
          margin-top: 25%; } }
      @media (max-width: 575px) {
        .podcast.hero-header .hero-text-outer .hero-text {
          margin-top: 50%; } }
      .podcast.hero-header .hero-text-outer .hero-text h3 {
        letter-spacing: .2em; }
      .podcast.hero-header .hero-text-outer .hero-text a {
        text-decoration: none;
        letter-spacing: .075em;
        margin-top: 50px;
        display: block; }
        @media (max-width: 575px) {
          .podcast.hero-header .hero-text-outer .hero-text a {
            margin-top: 25px; } }

.blog.hero-header {
  min-height: 669px;
  margin-bottom: 80px;
  background-size: cover;
  background-position: bottom left;
  background-color: #f8d174; }
  @media (max-width: 1199px) {
    .blog.hero-header {
      background-size: 150%;
      background-position: 5% bottom; } }
  @media (max-width: 991px) {
    .blog.hero-header {
      min-height: 500px; } }
  @media (max-width: 767px) {
    .blog.hero-header {
      margin-bottom: 25px; } }
  @media (max-width: 575px) {
    .blog.hero-header {
      background-size: cover;
      background-position: 15% bottom; } }
  .blog.hero-header .hero-text-outer {
    min-height: 669px;
    max-width: 60%;
    margin: 0 0 0 40%; }
    @media (max-width: 991px) {
      .blog.hero-header .hero-text-outer {
        min-height: 500px; } }
    @media (max-width: 575px) {
      .blog.hero-header .hero-text-outer {
        max-width: 100%;
        margin: 0; } }
    .blog.hero-header .hero-text-outer .hero-text {
      margin-top: 12%; }
      @media (max-width: 1199px) {
        .blog.hero-header .hero-text-outer .hero-text {
          margin-top: 12%; } }
      @media (max-width: 991px) {
        .blog.hero-header .hero-text-outer .hero-text {
          margin-top: 20%; } }
      @media (max-width: 767px) {
        .blog.hero-header .hero-text-outer .hero-text {
          margin-top: 30%; } }
      @media (max-width: 575px) {
        .blog.hero-header .hero-text-outer .hero-text {
          margin-top: 33%; } }
      .blog.hero-header .hero-text-outer .hero-text h3 {
        letter-spacing: .2em; }
      .blog.hero-header .hero-text-outer .hero-text form {
        max-width: 360px;
        margin: 0 auto; }
        .blog.hero-header .hero-text-outer .hero-text form .formkit-field {
          width: 100%;
          padding: 0; }
          @media (max-width: 991px) {
            .blog.hero-header .hero-text-outer .hero-text form .formkit-field {
              margin: 0; } }
        .blog.hero-header .hero-text-outer .hero-text form button {
          background: transparent !important;
          border: 2px solid #28a7e4;
          font-size: 15px !important;
          font-weight: 700 !important; }
          .blog.hero-header .hero-text-outer .hero-text form button:hover {
            background-color: #28a7e4 !important; }
          .blog.hero-header .hero-text-outer .hero-text form button:hover span, .blog.hero-header .hero-text-outer .hero-text form button:hover:after {
            color: #fff !important; }
          .blog.hero-header .hero-text-outer .hero-text form button span, .blog.hero-header .hero-text-outer .hero-text form button:after {
            color: #000000 !important; }
          @media (max-width: 575px) {
            .blog.hero-header .hero-text-outer .hero-text form button {
              white-space: normal;
              height: auto;
              line-height: 1.5;
              padding: 10px 30px; } }

.search-results.hero-header {
  min-height: 669px;
  margin-bottom: 80px;
  background-size: cover;
  background-position: bottom center; }
  @media (max-width: 991px) {
    .search-results.hero-header {
      min-height: 500px; } }
  @media (max-width: 767px) {
    .search-results.hero-header {
      margin-bottom: 25px; } }
  .search-results.hero-header .hero-text-outer {
    min-height: 669px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .search-results.hero-header .hero-text-outer {
        min-height: 500px; } }
    .search-results.hero-header .hero-text-outer .hero-text {
      margin-top: 0; }
      @media (max-width: 991px) {
        .search-results.hero-header .hero-text-outer .hero-text {
          margin-top: 12%; } }
      @media (max-width: 767px) {
        .search-results.hero-header .hero-text-outer .hero-text {
          margin-top: 15%; } }
      @media (max-width: 575px) {
        .search-results.hero-header .hero-text-outer .hero-text {
          margin-top: 30%; } }
      .search-results.hero-header .hero-text-outer .hero-text h3 {
        letter-spacing: .2em; }

.post-list {
  box-sizing: border-box;
  padding: 70px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto; }
  .post-list .post {
    width: 31%;
    border: 1px solid #828181;
    min-height: 611px;
    position: relative;
    margin-bottom: 8%; }
    @media (max-width: 991px) {
      .post-list .post {
        width: 48%; } }
    @media (max-width: 575px) {
      .post-list .post {
        width: 100%;
        margin-bottom: 15%; } }
    .post-list .post .post-txt {
      box-sizing: border-box;
      padding: 25px; }
      .post-list .post .post-txt .post-title {
        text-transform: uppercase;
        text-align: center;
        letter-spacing: .02em;
        font-size: 25px;
        font-family: "Roboto Condensed", sans-serif; }
        .post-list .post .post-txt .post-title a {
          text-decoration: none; }
        .post-list .post .post-txt .post-title .starring {
          color: #cc4856;
          text-transform: none;
          margin: 3% auto;
          display: block;
          font-size: 20px;
          font-family: "Source Sans Pro", sans-serif; }
      .post-list .post .post-txt .post-excerpt {
        text-align: center;
        font-size: 17px; }
    .post-list .post .button {
      position: absolute;
      bottom: -25px;
      margin: 0 auto;
      left: 0;
      right: 0;
      text-align: center;
      max-width: 70%; }

.blog-list {
  box-sizing: border-box;
  padding: 25px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto; }
  .blog-list .post, .blog-list .type-page {
    width: 47.3%;
    border: 1px solid #828181;
    position: relative;
    margin-bottom: 8%; }
    @media (max-width: 575px) {
      .blog-list .post, .blog-list .type-page {
        width: 100%;
        margin-bottom: 15%; } }
    .blog-list .post .post-txt, .blog-list .type-page .post-txt {
      box-sizing: border-box;
      padding: 50px 20px; }
      .blog-list .post .post-txt .post-title, .blog-list .type-page .post-txt .post-title {
        text-transform: uppercase;
        text-align: center;
        line-height: 48px;
        letter-spacing: .02em;
        margin-bottom: 6%;
        font-size: 36px;
        font-family: "Roboto Condensed", sans-serif; }
      .blog-list .post .post-txt a, .blog-list .type-page .post-txt a {
        text-decoration: none; }
      .blog-list .post .post-txt .post-excerpt, .blog-list .type-page .post-txt .post-excerpt {
        text-align: center;
        font-size: 20px; }
    .blog-list .post .button, .blog-list .type-page .button {
      position: absolute;
      bottom: -25px;
      margin: 0 auto;
      left: 0;
      right: 0;
      text-align: center;
      max-width: 62%; }

.category-blog #content-wrapper .container, .search-results #content-wrapper .container {
  max-width: 1030px; }

.category-podcast #content-wrapper .container {
  max-width: 1150px; }

.category-podcast h3.share-txt:first-of-type {
  display: none; }

.category-podcast .share-buttons {
  margin-bottom: 50px; }

.cat-desc {
  display: inline; }

.post {
  margin-bottom: 2%; }

.entry-meta {
  margin-bottom: 3%; }
  .entry-meta .meta-category ul.post-categories {
    list-style: none;
    display: inline; }
    .entry-meta .meta-category ul.post-categories li {
      display: inline; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
.single ul {
  margin-left: 1em; }
  .single ul li {
    margin-bottom: 2%; }

.single .category-podcast .entry-title {
  display: inline; }

.category-blog .ck_form_container {
  display: none; }

.single-post #content-wrapper .container {
  max-widtH: 940px; }
  .single-post #content-wrapper .container .entry-image {
    margin-bottom: 4%; }
  .single-post #content-wrapper .container .show-more-snippet {
    height: 450px;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden; }
  .single-post #content-wrapper .container .show-more:after {
    margin-left: 5px;
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free'; }
  .single-post #content-wrapper .container .entry-header .font-highlight {
    display: block; }
  .single-post #content-wrapper .container .entry-header .title-plain {
    margin-bottom: 4%;
    display: block;
    font-size: 32px;
    font-family: "Source Serif Pro", serif; }
  .single-post #content-wrapper .container h1, .single-post #content-wrapper .container h2, .single-post #content-wrapper .container h3, .single-post #content-wrapper .container h4, .single-post #content-wrapper .container h5, .single-post #content-wrapper .container h6, .single-post #content-wrapper .container p {
    margin-bottom: 4%; }
  .single-post #content-wrapper .container h2.post-title {
    text-align: center;
    margin-bottom: 5%;
    font-size: 34px; }
  .single-post #content-wrapper .container h4 {
    line-height: 36px; }

.single-post footer {
  margin-top: 0; }

blockquote {
  margin: 0;
  padding: 0;
  line-height: 36px;
  font-size: 24px;
  font-family: "Source Serif Pro", serif;
  font-weight: 600; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
h3.share-txt {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 3%;
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif; }

.share-buttons {
  text-align: center; }
  .share-buttons div {
    display: inline;
    padding: 0 22px; }
    .share-buttons div a {
      color: #28a7e4;
      font-size: 22px; }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#navigation {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  text-align: center; }
  #navigation .pagination {
    margin-top: 50px; }
    #navigation .pagination .nav-link {
      text-decoration: none;
      font-size: 18px;
      font-weight: 600; }
      #navigation .pagination .nav-link svg {
        color: #28a7e4; }
    #navigation .pagination .nav-previous {
      float: left; }
      @media (max-width: 575px) {
        #navigation .pagination .nav-previous {
          float: none; } }
      #navigation .pagination .nav-previous svg {
        margin-right: 5px; }
    #navigation .pagination .nav-next {
      float: right; }
      @media (max-width: 575px) {
        #navigation .pagination .nav-next {
          float: none; } }
      #navigation .pagination .nav-next svg {
        margin-left: 5px; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author {
  border: 2px solid #28a7e4;
  box-sizing: border-box;
  padding: 60px;
  margin: 75px 0; }
  @media (max-width: 991px) {
    #about_author {
      padding: 40px; } }
  @media (max-width: 5751px) {
    #about_author {
      padding: 25px; } }
  #about_author .col-1 {
    width: 28%; }
    @media (max-width: 991px) {
      #about_author .col-1 {
        width: 100%;
        text-align: center; } }
    #about_author .col-1 img {
      height: 190px;
      width: 190px;
      border-radius: 50%;
      padding: 10px; }
  #about_author .col-2 {
    width: 72%; }
    @media (max-width: 991px) {
      #about_author .col-2 {
        width: 100%; } }
    #about_author .col-2 h3 {
      letter-spacing: .05em;
      text-transform: uppercase;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 28px; }
    #about_author .col-2 p {
      margin-top: 40px;
      line-height: 30px;
      font-size: 18px;
      font-weight: 600; }
    #about_author .col-2 .auth-meta {
      letter-spacing: .075em;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      font-weight: 600; }
      #about_author .col-2 .auth-meta a {
        text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	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 #f3e836; }
  #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: #f3e836; }

#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
/*-----------------------------------------------------------------------------------*/
#related_posts h3 {
  font-size: 20px; }

#related_posts ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #related_posts ul li {
    text-align: center;
    box-sizing: border-box;
    width: 32.26%;
    margin-right: 1.6%; }
    #related_posts ul li:last-child {
      margin-right: 0; }

#related_posts .relatedcontent h3 {
  text-transform: none;
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 0; }
  #related_posts .relatedcontent h3 a {
    color: #000; }
    #related_posts .relatedcontent h3 a:hover {
      text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
  clear: both;
  border-top: thin solid #f3e836;
  padding-top: 30px;
  margin-top: 50px; }
  #comments h4 {
    margin: 0 0 20px;
    letter-spacing: .05em;
    line-height: 1.4em;
    font-size: 28px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center; }
  #comments ul#comment-block {
    margin: 0;
    padding-bottom: 10px; }
    #comments ul#comment-block li.comment {
      padding: 15px 0;
      list-style: none;
      overflow: hidden;
      border-bottom: 1px solid #f3e836; }
      #comments ul#comment-block li.comment ul.children {
        margin: 0 0 0 15%; }
        #comments ul#comment-block li.comment ul.children li.comment {
          border-bottom: none;
          padding-bottom: 0;
          margin-top: 15px;
          border-top: 1px solid #f3e836; }
      #comments ul#comment-block li.comment .user {
        float: left;
        width: 75px;
        height: 75px;
        margin-right: 20px; }
        #comments ul#comment-block li.comment .user img {
          border-radius: 50%; }
      #comments ul#comment-block li.comment .message {
        overflow: hidden;
        padding: 0 20px 0 20px;
        position: relative; }
        #comments ul#comment-block li.comment .message .reply-link {
          position: absolute;
          right: 20px;
          top: 20px;
          line-height: 1;
          font-size: 14px;
          text-transform: lowercase; }
        #comments ul#comment-block li.comment .message .info {
          margin-bottom: 12px; }
      #comments ul#comment-block li.comment .comment-author {
        font-size: 15px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        letter-spacing: .075em; }
        #comments ul#comment-block li.comment .comment-author a {
          text-decoration: none; }
      #comments ul#comment-block li.comment .comment-time {
        letter-spacing: 0.1px;
        font-size: 14px; }
        #comments ul#comment-block li.comment .comment-time a {
          color: #000000;
          text-decoration: none; }
          #comments ul#comment-block li.comment .comment-time a:hover {
            color: #28a7e4; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENT FORM
/*-----------------------------------------------------------------------------------*/
#respond {
  padding: 30px 0 0;
  clear: both;
  overflow: hidden; }
  #respond .span-6 {
    flex: 0 0 calc( 50% - 7px); }
  #respond textarea {
    min-height: 165px; }
  #respond input[type="submit"] {
    float: right; }

/* HERO HEADER */
.home .hero-header {
  margin: -10.5em auto -7.5em;
  min-height: 600px; }
  @media (max-width: 991px) {
    .home .hero-header {
      min-height: 580px;
      margin: -10.5em auto 0; } }
  @media (max-width: 767px) {
    .home .hero-header {
      min-height: 500px;
      margin: -10.5em auto -7.5em; } }

.home .hero-text-outer {
  min-height: 600px !important; }
  @media (max-width: 991px) {
    .home .hero-text-outer {
      min-height: 580px; } }
  @media (max-width: 767px) {
    .home .hero-text-outer {
      min-height: 500px; } }
  .home .hero-text-outer .hero-text img {
    -webkit-filter: drop-shadow(2px 2px 5px #555);
    filter: drop-shadow(2px 2px 5px #555); }
  @media (max-width: 991px) {
    .home .hero-text-outer .hero-text {
      margin-top: 10% !important; } }
  @media (max-width: 767px) {
    .home .hero-text-outer .hero-text {
      margin-top: 0% !important; } }

.hero-header {
  box-sizing: border-box;
  min-height: 710px;
  margin: -10.5em auto 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .hero-header {
      min-height: 500px; } }
  .hero-header .hero-text-outer {
    min-height: 710px;
    position: relative;
    max-width: 100%; }
    @media (max-width: 991px) {
      .hero-header .hero-text-outer {
        min-height: 500px; } }
    .hero-header .hero-text-outer .hero-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      @media (max-width: 991px) {
        .hero-header .hero-text-outer .hero-text {
          margin-top: 15%; } }
      @media (max-width: 575px) {
        .hero-header .hero-text-outer .hero-text {
          margin-top: 30%; } }
      .hero-header .hero-text-outer .hero-text img {
        margin: 0 auto; }

/* PRIVACY & TERMS */
.page-privacy-policy .entry-content, .page-terms-of-service .entry-content {
  max-width: 1020px;
  margin: 0 auto; }
  .page-privacy-policy .entry-content h4, .page-terms-of-service .entry-content h4 {
    margin-top: 4%; }
  .page-privacy-policy .entry-content h3, .page-terms-of-service .entry-content h3 {
    line-height: 44px; }

/*404 PAGE*/
.error404 #content-wrapper .container {
  max-width: 1030px; }

.error404 h3 {
  margin-bottom: 6%; }

.error404 p {
  margin-bottom: 3.5%; }

/* FLEX LAYOUT SECTIONS */
.flex-sections ul {
  margin-left: 1em; }

.flex-sections .posts-list {
  margin-left: 0; }

.flex-sections .entry-header {
  margin: 0 auto 3%; }

.flex-sections h1.entry-title {
  padding: 0 30px;
  margin: 0 auto 6%;
  display: inline; }
  @media (max-width: 991px) {
    .flex-sections h1.entry-title {
      padding: 0; } }

.section-content .cls-background {
  box-sizing: border-box;
	border: none;
  padding: 25px 0; }

.section-two-column-content .cls-background {
  box-sizing: border-box;
  padding: 25px 0 50px; }
  .section-two-column-content .cls-background .entry-header {
    display: block;
    padding: 0 0 25px; }
    .section-two-column-content .cls-background .entry-header h1.entry-title {
      display: inline;
      line-height: 2; }

.section-tiles {
  box-sizing: border-box;
  padding: 25px 0;
  position: relative;
  z-index: 1; }
  .section-tiles:after {
    position: absolute;
    background-color: #f3f3f2;
    display: block;
    height: 400px;
    width: 100%;
    content: '';
    top: 54.25%;
    z-index: -1; }
    @media (max-width: 1199px) {
      .section-tiles:after {
        top: 49.5%; } }
    @media (max-width: 991px) {
      .section-tiles:after {
        top: 29.25%;
        height: 100vh; } }
    @media (max-width: 767px) {
      .section-tiles:after {
        top: 28.75%;
        height: 260vh; } }
    @media (max-width: 575px) {
      .section-tiles:after {
        top: 20%;
        height: 250vh; } }
  .section-tiles .tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .section-tiles .tiles {
        justify-content: center; } }
    .section-tiles .tiles .tile {
      width: 31%;
      position: relative; }
      @media (max-width: 991px) {
        .section-tiles .tiles .tile {
          width: 45%;
          margin: 0 2%; } }
      @media (max-width: 575px) {
        .section-tiles .tiles .tile {
          width: 100%;
          margin: 0; } }
      .section-tiles .tiles .tile .tile-bg {
        background-color: #fff;
        box-sizing: border-box;
        padding: 45px 15px 25px;
        margin-top: -.4em;
        min-height: 275px; }
        @media (max-width: 1199px) {
          .section-tiles .tiles .tile .tile-bg {
            min-height: 300px; } }
        .section-tiles .tiles .tile .tile-bg h3 {
          margin-bottom: 4%;
          letter-spacing: .04em; }
        .section-tiles .tiles .tile .tile-bg p {
          letter-spacing: -.01em;
          line-height: 28px; }
        .section-tiles .tiles .tile .tile-bg a {
          text-decoration: none; }
      .section-tiles .tiles .tile .button {
        position: relative;
        top: -1.5em; }

.section-podcasts {
  box-sizing: border-box;
  padding: 90px 0 0; }
  @media (max-width: 991px) {
    .section-podcasts {
      padding: 40px 0 0; } }
  .section-podcasts .container {
    max-width: 1150px; }
  .section-podcasts .entry-header {
    z-index: 1;
    position: relative;
    margin: 0 auto; }
  .section-podcasts .columns {
    position: relative;
    margin-bottom: 60px; }
  .section-podcasts .col-1 {
    max-width: 53%; }
    @media (max-width: 991px) {
      .section-podcasts .col-1 {
        max-width: 100%; } }
  .section-podcasts .col-2 {
    position: absolute;
    right: 0;
    top: -23%;
    max-width: 53%; }
    @media (max-width: 991px) {
      .section-podcasts .col-2 {
        max-width: 100%;
        position: relative;
        text-align: center; } }
  .section-podcasts .podcast-header {
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif; }
  .section-podcasts .podcast-list {
    margin: -1% auto 0; }
    .section-podcasts .podcast-list li {
      list-style: none;
      letter-spacing: .04em;
      padding: 50px;
      position: relative;
      margin-left: 25px;
      line-height: 30px;
      text-transform: uppercase;
      text-align: center;
      font-size: 26px; }
      .section-podcasts .podcast-list li .play-btn {
        background-image: url(../png/play-btn.png);
        background-size: contain;
        height: 66px;
        width: 66px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        left: -25px;
        top: 50%;
        transform: translateY(-50%); }
      .section-podcasts .podcast-list li .starring {
        text-transform: none;
        letter-spacing: normal;
        font-size: 17px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600; }
      .section-podcasts .podcast-list li:nth-child(odd) {
        background-color: #f3f3f2; }
      .section-podcasts .podcast-list li a {
        text-decoration: none; }

.section-testimonials_slider {
  box-sizing: border-box;
  margin-top: 80px; }
  .section-testimonials_slider .cls-inner {
    padding: 95px 0 80px; }
    .section-testimonials_slider .cls-inner .entry-header {
      margin: 0 auto 3%; }
      @media (max-width: 575px) {
        .section-testimonials_slider .cls-inner .entry-header {
          margin: 0 auto 10%; } }
    .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt {
      text-align: center; }
      .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote {
        text-align: center;
        line-height: 48px;
        box-sizing: border-box;
        padding: 20px 50px;
        font-size: 32px;
        font-family: "Source Serif Pro", serif;
        font-weight: 400; }
        @media (max-width: 991px) {
          .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote br {
            display: none; } }
        @media (max-width: 767px) {
          .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote {
            font-size: 26px; } }
        .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote:before, .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote:after {
          color: #28a7e4;
          display: inline-block;
          vertical-align: bottom;
          top: .2em;
          position: relative;
          font-family: "Playfair Display", serif;
          font-size: 140px; }
          @media (max-width: 767px) {
            .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote:before, .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote:after {
              font-size: 100px; } }
        .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote:before {
          content: open-quote;
          left: -40px; }
        .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt blockquote:after {
          content: close-quote;
          right: -40px; }
      .section-testimonials_slider .cls-inner .testimonials .testimonial .testimonial-txt .auth-name {
        text-transform: uppercase;
        letter-spacing: .075em;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 15px; }

.section-posts .cls-background {
  box-sizing: border-box;
  padding: 90px 0 0; }
  @media (max-width: 575px) {
    .section-posts .cls-background {
      padding: 50px 0 0; } }
  .section-posts .cls-background .cls-inner .entry-header {
    margin: 0 auto 5%; }
  .section-posts .cls-background .cls-inner ul.posts-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .section-posts .cls-background .cls-inner ul.posts-list {
        justify-content: center; } }
    .section-posts .cls-background .cls-inner ul.posts-list li {
      width: 31%;
      position: relative;
      margin: 0 auto; }
      @media (max-width: 991px) {
        .section-posts .cls-background .cls-inner ul.posts-list li {
          width: 45%;
          margin: 0 2%; } }
      @media (max-width: 575px) {
        .section-posts .cls-background .cls-inner ul.posts-list li {
          width: 100%;
          margin: 0; } }
      .section-posts .cls-background .cls-inner ul.posts-list li .post-panel {
        background-color: #f3f3f2;
        box-sizing: border-box;
        padding: 30px;
        margin-top: -.4em;
        min-height: 190px;
        text-align: center; }
        @media (max-width: 1199px) {
          .section-posts .cls-background .cls-inner ul.posts-list li .post-panel {
            min-height: 225px; } }
        .section-posts .cls-background .cls-inner ul.posts-list li .post-panel h3 {
          text-transform: uppercase;
          letter-spacing: .04em;
          font-family: "Roboto Condensed", sans-serif; }
          .section-posts .cls-background .cls-inner ul.posts-list li .post-panel h3 a {
            text-decoration: none; }
      .section-posts .cls-background .cls-inner ul.posts-list li .button {
        position: relative;
        top: -1.9em; }

.section-testimonial .cls-background, .section-testimonial_image_slider .cls-background {
  box-sizing: border-box;
  padding: 90px 0; }
  .section-testimonial .cls-background .entry-header, .section-testimonial_image_slider .cls-background .entry-header {
    margin: 0 auto 5%; }
    @media (max-width: 991px) {
      .section-testimonial .cls-background .entry-header h1, .section-testimonial_image_slider .cls-background .entry-header h1 {
        line-height: 2; } }
  .section-testimonial .cls-background .testimonial-single, .section-testimonial_image_slider .cls-background .testimonial-single {
    max-width: 990px;
    margin: 0 auto; }
    .section-testimonial .cls-background .testimonial-single .mobile-hide, .section-testimonial_image_slider .cls-background .testimonial-single .mobile-hide {
      display: block; }
      @media (max-width: 991px) {
        .section-testimonial .cls-background .testimonial-single .mobile-hide, .section-testimonial_image_slider .cls-background .testimonial-single .mobile-hide {
          display: none; } }
    .section-testimonial .cls-background .testimonial-single .mobile-only, .section-testimonial_image_slider .cls-background .testimonial-single .mobile-only {
      display: none; }
      @media (max-width: 991px) {
        .section-testimonial .cls-background .testimonial-single .mobile-only, .section-testimonial_image_slider .cls-background .testimonial-single .mobile-only {
          display: block; } }
    .section-testimonial .cls-background .testimonial-single .col-1, .section-testimonial_image_slider .cls-background .testimonial-single .col-1 {
      width: 30%; }
      @media (max-width: 991px) {
        .section-testimonial .cls-background .testimonial-single .col-1, .section-testimonial_image_slider .cls-background .testimonial-single .col-1 {
          width: 100%; } }
    .section-testimonial .cls-background .testimonial-single .col-2, .section-testimonial_image_slider .cls-background .testimonial-single .col-2 {
      width: 68%; }
      @media (max-width: 991px) {
        .section-testimonial .cls-background .testimonial-single .col-2, .section-testimonial_image_slider .cls-background .testimonial-single .col-2 {
          width: 100%; } }
  .section-testimonial .cls-background .testimonial-img, .section-testimonial_image_slider .cls-background .testimonial-img {
    max-width: 250px;
    max-height: 250px;
    text-align: center; }
    @media (max-width: 991px) {
      .section-testimonial .cls-background .testimonial-img, .section-testimonial_image_slider .cls-background .testimonial-img {
        max-width: 100%;
        max-height: 460px;
        margin-bottom: 3%; } }
    .section-testimonial .cls-background .testimonial-img img, .section-testimonial_image_slider .cls-background .testimonial-img img {
      border-radius: 50%;
      max-width: 250px;
      max-height: 250px; }
      @media (max-width: 991px) {
        .section-testimonial .cls-background .testimonial-img img, .section-testimonial_image_slider .cls-background .testimonial-img img {
          max-width: 100%;
          max-height: inherit;
          display: inline-block; } }
  .section-testimonial .cls-background .testimonial-txt h4, .section-testimonial_image_slider .cls-background .testimonial-txt h4 {
    line-height: 40px;
    margin-bottom: 4%;
    letter-spacing: .01em;
    font-size: 26px; }
  .section-testimonial .cls-background .testimonial-txt p, .section-testimonial_image_slider .cls-background .testimonial-txt p {
    line-height: 32px;
    font-size: 20px; }
  .section-testimonial .cls-background .testimonial-txt h6, .section-testimonial_image_slider .cls-background .testimonial-txt h6 {
    text-transform: uppercase;
    letter-spacing: .075em;
    margin-bottom: 0;
    font-size: 15px; }
    .section-testimonial .cls-background .testimonial-txt h6 a, .section-testimonial_image_slider .cls-background .testimonial-txt h6 a {
      text-decoration: none; }

.section-bios {
  /*border-top:1px solid #c2c3c4; */ }
  .section-bios .cls-background {
    box-sizing: border-box;
    padding: 50px 0 20px; }
    .section-bios .cls-background .bios {
      max-width: 990px;
      margin: 0 auto; }
      .section-bios .cls-background .bios h1.entry-title {
        margin: 0 auto 4%; }
      .section-bios .cls-background .bios h3 {
        text-align: center;
        margin: 0 auto 4.5%; }
      .section-bios .cls-background .bios .bio {
        margin: 0 auto 3%; }
        .section-bios .cls-background .bios .bio .mobile-hide {
          display: block; }
          @media (max-width: 991px) {
            .section-bios .cls-background .bios .bio .mobile-hide {
              display: none; } }
        .section-bios .cls-background .bios .bio .mobile-only {
          display: none; }
          @media (max-width: 991px) {
            .section-bios .cls-background .bios .bio .mobile-only {
              display: block; } }
        .section-bios .cls-background .bios .bio .col-1 {
          width: 30%; }
          @media (max-width: 991px) {
            .section-bios .cls-background .bios .bio .col-1 {
              width: 45%;
              margin-bottom: 3%; } }
          @media (max-width: 767px) {
            .section-bios .cls-background .bios .bio .col-1 {
              width: 100%; } }
        .section-bios .cls-background .bios .bio .col-2 {
          width: 65%; }
          @media (max-width: 991px) {
            .section-bios .cls-background .bios .bio .col-2 {
              width: 49.2%; } }
          @media (max-width: 767px) {
            .section-bios .cls-background .bios .bio .col-2 {
              width: 100%; } }
        .section-bios .cls-background .bios .bio:last-of-type .divider {
          display: none; }
        .section-bios .cls-background .bios .bio h4 {
          line-height: 36px;
          margin: 0 auto 5%; }
        .section-bios .cls-background .bios .bio p {
          line-height: 32px;
          margin: 0 auto 5%; }
        .section-bios .cls-background .bios .bio .divider {
          border-top: 1px solid #c2c3c4;
          width: 257px;
          margin: 50px auto;
          box-sizing: border-box; }

.section-content_slider {
  border-top: 1px solid #c2c3c4; }
  .section-content_slider .cls-background {
    box-sizing: border-box;
    padding: 50px 0; }
    @media (max-width: 991px) {
      .section-content_slider .cls-background {
        padding: 50px 0 0; } }
    @media (max-width: 575px) {
      .section-content_slider .cls-background {
        padding: 25px 0 0; } }
    @media (max-width: 767px) {
      .section-content_slider .cls-background .slick-dotted.slick-slider {
        margin-bottom: 40px; } }
    .section-content_slider .cls-background .slide {
      padding: 125px 0 0; }
      @media (max-width: 991px) {
        .section-content_slider .cls-background .slide {
          padding: 100px 0 0; } }
      @media (max-width: 575px) {
        .section-content_slider .cls-background .slide {
          padding: 0; } }
      .section-content_slider .cls-background .slide .slide-txt {
        max-width: 900px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 25px;
        position: relative;
        text-align: center; }
        .section-content_slider .cls-background .slide .slide-txt .number {
          position: absolute;
          color: #f3e836;
          top: -40%;
          left: 0;
          right: 0;
          z-index: -1;
          text-align: center;
          font-size: 180px;
          font-family: "Oswald", sans-serif;
          font-weight: 700; }
          @media (max-width: 575px) {
            .section-content_slider .cls-background .slide .slide-txt .number {
              position: relative; } }
        .section-content_slider .cls-background .slide .slide-txt h3 {
          font-size: 28px;
          font-weight: 700;
          font-family: "Source Sans Pro", sans-serif; }
        .section-content_slider .cls-background .slide .slide-txt p {
          font-size: 23px;
          font-family: "Source Sans Pro", sans-serif; }
        .section-content_slider .cls-background .slide .slide-txt h5 {
          font-size: 18px;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 700; }
        .section-content_slider .cls-background .slide .slide-txt .reveal-link {
          cursor: pointer;
          transition: 0.4s;
          font-size: 18px;
          font-weight: 700; }
        .section-content_slider .cls-background .slide .slide-txt .fa-caret-down {
          color: #28a7e4; }
        .section-content_slider .cls-background .slide .slide-txt .panel {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.2s ease-out; }

.section-form .cls-background {
  box-sizing: border-box;
  padding: 90px 0; }
  @media (max-width: 767px) {
    .section-form .cls-background {
      padding: 50px 0; } }
  .section-form .cls-background .container {
    max-width: 980px; }

.section-featured_logos .cls-background {
  box-sizing: border-box;
  padding: 70px 0; }
  .section-featured_logos .cls-background .container {
    max-width: 1030px; }
  .section-featured_logos .cls-background .logos {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .section-featured_logos .cls-background .logos {
        flex-wrap: wrap;
        justify-content: center; } }
    .section-featured_logos .cls-background .logos .featured-logo {
      max-height: 85px;
      width: 100%;
      text-align: center; }
      @media (max-width: 767px) {
        .section-featured_logos .cls-background .logos .featured-logo {
          margin: 2%; } }
      .section-featured_logos .cls-background .logos .featured-logo .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      .section-featured_logos .cls-background .logos .featured-logo img {
        vertical-align: middle; }

.section-photo_gallery .cls-background {
  box-sizing: border-box;
  padding: 90px 0; }
  @media (max-width: 767px) {
    .section-photo_gallery .cls-background {
      padding: 50px 0; } }
  .section-photo_gallery .cls-background .container {
    max-width: 1030px; }
    .section-photo_gallery .cls-background .container h1 span.font-highlight {
      margin-bottom: 4%;
      display: block; }
    .section-photo_gallery .cls-background .container p {
      max-width: 830px;
      margin: 0 auto 50px; }
    .section-photo_gallery .cls-background .container .gallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .section-photo_gallery .cls-background .container .gallery .gallery-img {
        width: 32%;
        margin-bottom: 2%;
        position: relative; }
        @media (max-width: 767px) {
          .section-photo_gallery .cls-background .container .gallery .gallery-img {
            width: 49%; } }
        @media (max-width: 575px) {
          .section-photo_gallery .cls-background .container .gallery .gallery-img {
            width: 100%; } }
        .section-photo_gallery .cls-background .container .gallery .gallery-img:hover .overlay {
          opacity: 1; }
        .section-photo_gallery .cls-background .container .gallery .gallery-img .image {
          width: 100%;
          height: auto;
          display: block; }
        .section-photo_gallery .cls-background .container .gallery .gallery-img .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 100%;
          width: 100%;
          opacity: 0;
          transition: .3s ease;
          background-color: #28a7e4; }
          .section-photo_gallery .cls-background .container .gallery .gallery-img .overlay .download-txt {
            text-align: center;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 700;
            font-family: "Oswald", sans-serif; }
          .section-photo_gallery .cls-background .container .gallery .gallery-img .overlay .icon {
            color: #fff;
            font-size: 50px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
            text-decoration: none;
            line-height: .75; }
            .section-photo_gallery .cls-background .container .gallery .gallery-img .overlay .icon .fa-file-download:hover {
              color: #eee; }

.section-numbered_content .cls-background {
  box-sizing: border-box;
  padding: 25px 0; }
  .section-numbered_content .cls-background .container {
    max-width: 940px; }
    .section-numbered_content .cls-background .container .number-block {
      position: relative;
      padding: 100px 0 50px; }
      .section-numbered_content .cls-background .container .number-block h3 {
        margin-bottom: 5%; }
      .section-numbered_content .cls-background .container .number-block .number {
        position: absolute;
        color: #f3e836;
        top: -3%;
        left: 0;
        right: 0;
        z-index: -1;
        text-align: center;
        font-size: 180px;
        font-family: "Oswald", sans-serif;
        font-weight: 700; }
      .section-numbered_content .cls-background .container .number-block .asterisk {
        line-height: 0;
        margin-bottom: -4%; }
      .section-numbered_content .cls-background .container .number-block .divider {
        max-width: 360px;
        border-top: 1px solid #c2c3c4;
        margin: 75px auto 0; }
      .section-numbered_content .cls-background .container .number-block:last-child .divider {
        display: none; }

.section-divider .divider {
  border-top: 1px solid #c2c3c4;
  width: 257px;
  margin: 0 auto;
  box-sizing: border-box; }

.section-buttons .cls-background {
  box-sizing: border-box;
  padding: 25px 0; }

.section-buttons .buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .section-buttons .buttons .btn {
    margin: 0 15px; }
    @media (max-width: 575px) {
      .section-buttons .buttons .btn .button {
        width: 100%;
        display: block; } }

.section-video .cls-background {
  box-sizing: border-box;
  padding: 25px 0 0; }
  .section-video .cls-background .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin-bottom: 25px;
    height: 0;
    clear: both; }
    .section-video .cls-background .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#latest-podcasts {
  margin-top: 50px; }

#intro-cta {
  max-width: 945px;
  margin: 0 auto; }
  #intro-cta .cls-background {
    padding: 0; }
    #intro-cta .cls-background .cls-inner {
      box-sizing: border-box;
      padding: 60px 40px 0; }
      @media (max-width: 991px) {
        #intro-cta .cls-background .cls-inner h1 br, #intro-cta .cls-background .cls-inner h4 br {
          display: none; } }

@media (max-width: 991px) and (max-width: 575px) {
  #intro-cta .cls-background .cls-inner {
    padding: 25px; } }
      #intro-cta .cls-background .cls-inner h4 {
        line-height: 36px; }
      #intro-cta .cls-background .cls-inner .button {
        padding: 0 60px;
        margin-top: 2%; }

@media (max-width: 991px) {
  #do-you-have-a-pencil .cls-background {
    padding-bottom: 0; } }

#do-you-have-a-pencil h3 {
  line-height: 46px; }

#do-you-have-a-pencil h4 {
  margin-bottom: 1%; }

#do-you-have-a-pencil h5 {
  margin: 0 auto 5%; }

#do-you-have-a-pencil p {
  margin-bottom: 5%;
  line-height: 36px; }

#do-you-have-a-pencil .col-two {
  position: relative;
  z-index: 1; }
  #do-you-have-a-pencil .col-two:after {
    position: absolute;
    background-color: #f3f3f2;
    display: block;
    height: 900px;
    width: 620px;
    content: '';
    top: 50px;
    z-index: -1; }
    @media (max-width: 1199px) {
      #do-you-have-a-pencil .col-two:after {
        top: 13.5%; } }
    @media (max-width: 767px) {
      #do-you-have-a-pencil .col-two:after {
        display: none; } }

#whats-your-copywriting-super-power, #quiz {
  margin-top: .65em;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    #whats-your-copywriting-super-power, #quiz {
      margin-top: 0; } }
  #whats-your-copywriting-super-power .cls-background .cls-inner, #quiz .cls-background .cls-inner {
    box-sizing: border-box;
    padding: 90px 0 110px; }
    #whats-your-copywriting-super-power .cls-background .cls-inner h1, #quiz .cls-background .cls-inner h1 {
      margin-bottom: 3%; }
    #whats-your-copywriting-super-power .cls-background .cls-inner p, #quiz .cls-background .cls-inner p {
      margin-bottom: 3.5%; }
      @media (max-width: 767px) {
        #whats-your-copywriting-super-power .cls-background .cls-inner p br, #quiz .cls-background .cls-inner p br {
          display: none; } }

#how-can-we-help-you {
  margin: 0 auto -60px; }
  #how-can-we-help-you .cls-inner {
    box-sizing: border-box;
    padding: 70px 0; }
    @media (max-width: 575px) {
      #how-can-we-help-you .cls-inner {
        padding: 25px 0; } }
    #how-can-we-help-you .cls-inner .entry-header {
      margin: 0 auto 6%; }

@media (max-width: 767px) {
  #about-intro img {
    float: none;
    width: 100%; } }

#about-intro h1 span.font-highlight {
  margin-bottom: 4%;
  display: block; }
  @media (max-width: 575px) {
    #about-intro h1 span.font-highlight {
      display: inline; } }

#about-intro h3 {
  line-height: 44px;
  margin-bottom: 6%; }
  @media (max-width: 767px) {
    #about-intro h3 br {
      display: none; } }

#about-intro h4 {
  line-height: 42px; }
  @media (max-width: 991px) {
    #about-intro h4 br {
      display: none; } }

#about-intro p {
  line-height: 36px;
  margin-bottom: 3.5%; }

#tinder {
  margin-top: 95px; }
  #tinder img {
    margin: -110px auto 4%; }
  #tinder h3 {
    line-height: 44px;
    margin: 4% auto; }
  #tinder p {
    line-height: 36px;
    margin: 0 auto 3.5%;
    max-width: 875px; }

#three-things .cls-background {
  box-sizing: border-box;
  padding: 100px 0; }
  @media (max-width: 767px) {
    #three-things .cls-background {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    #three-things .cls-background br {
      display: none; } }
  #three-things .cls-background h4 {
    letter-spacing: .07em;
    margin-bottom: 5%; }
  #three-things .cls-background h3 {
    line-height: 46px;
    margin-bottom: 4%; }
    @media (max-width: 767px) {
      #three-things .cls-background h3 br {
        display: none; } }

/*CONTACT PAGE*/
.page-contact footer {
  margin-top: 0;
  padding: 0; }

.page-contact #contact-intro h1 span.font-highlight {
  margin-bottom: 4%;
  display: block; }

.page-contact #contact-intro h3 {
  line-height: 44px;
  margin-bottom: 6%; }

.page-contact #contact-intro p {
  line-height: 36px;
  margin-bottom: 3.5%; }

.page-contact #best-way-to-contact p {
  line-height: 36px;
  margin-bottom: 3.5%; }

.page-contact #best-way-to-contact img {
  margin-bottom: 5%; }
  @media (max-width: 767px) {
    .page-contact #best-way-to-contact img {
      margin-bottom: 5%;
      width: 100%; } }

.page-contact #contact-intro .container, .page-contact #best-way-to-contact .container {
  max-width: 1030px; }

/*SPEAKING & MEDIA */
.page-speaking footer {
  margin-top: 0;
  padding: 0; }

#speaking-intro .cls-background {
  padding: 0 0 100px; }
  @media (max-width: 991px) {
    #speaking-intro .cls-background {
      padding: 0 0 50px; } }
  @media (max-width: 767px) {
    #speaking-intro .cls-background {
      padding: 0 0 25px; } }

#speaking-intro .container {
  max-width: 1030px; }
  #speaking-intro .container h1 span.font-highlight {
    margin-bottom: 4%;
    display: block; }
  #speaking-intro .container h3 {
    line-height: 44px;
    margin-bottom: 6%; }
  #speaking-intro .container h4 {
    line-height: 36px;
    margin-bottom: 3.5%; }

#talk-about .cls-background {
  padding: 100px 0 80px; }
  @media (max-width: 767px) {
    #talk-about .cls-background {
      padding: 50px 0 40px; } }

#talk-about .container {
  max-width: 1030px; }
  #talk-about .container h1.standard-header {
    color: #fff;
    margin-bottom: 5%;
    font-size: 32px; }
  #talk-about .container ul {
    margin-bottom: 0; }
    #talk-about .container ul li {
      margin-bottom: 6%; }

#bio-intro .cls-background {
  padding: 100px 0 0; }
  @media (max-width: 767px) {
    #bio-intro .cls-background {
      padding: 50px 0 0; } }

#bio-intro .container {
  max-width: 940px; }
  #bio-intro .container h1 span.font-highlight {
    margin-bottom: 4%;
    display: block; }
  #bio-intro .container h3 {
    line-height: 46px; }

.page-speaking .section-bios {
  border-top: none; }
  .page-speaking .section-bios .cls-background {
    padding: 0; }
    .page-speaking .section-bios .cls-background .bios .bio:last-of-type .divider {
      /*display:block;*/
      margin-bottom: 0; }

#erase-your-past .cls-background {
  padding: 25px 0 50px; }
  #erase-your-past .cls-background .container {
    max-width: 880px; }
    #erase-your-past .cls-background .container h3 {
      margin-bottom: 5%; }
    #erase-your-past .cls-background .container h4 {
      line-height: 36px; }

/*FULL SCREEN PAGE */
.page-template-template_full_screen_page #content-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
	width: 900px;
  margin-top: 0; }
  @media (max-width: 800pxpx) {
    .page-template-template_full_screen_page #content-wrapper {
      height: auto;
      padding-top: 50px; } }
  .page-template-template_full_screen_page #content-wrapper .panel-outer {
    min-height: 100vh;
    position: relative;
    max-width: 100%; }
    .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 900px;
      background-color: #fff;
      box-sizing: border-box;
      padding: 70px 100px; }
      @media (max-width: 991px) {
        .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text {
          padding: 50px;
          top: 15%;
          left: 0%;
          transform: translate(0%, 0%); } }
      @media (max-width: 800px) {
        .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text {
          position: relative; } }
      @media (max-width: 800px) {
        .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text {
          margin-bottom: 50px; } }
      .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text h1 {
        margin-bottom: 6%; }
        .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text h1 span.font-highlight {
          display: inline; }
      .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text h3 {
        line-height: 42px; }
        @media (max-width: 991px) {
          .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text h3 br {
            display: none; } }
      @media (max-width: 991px) {
        .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text p br {
          display: none; } }
      .page-template-template_full_screen_page #content-wrapper .panel-outer .panel-text .button {
        margin: 2% auto 0; }

.page-template-template_full_screen_page footer {
  margin: 0;
  padding: 0; }

/* PROGRAMS */
.programs-page {
  border-bottom: 1px solid #c2c3c4; }

.page-programs .hero-text h3 {
  letter-spacing: .2em; }

.programs {
  box-sizing: border-box;
  padding: 50px 0 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .programs {
      justify-content: center; } }
  @media (max-width: 767px) {
    .programs {
      padding: 25px 0; } }
  .programs .program {
    width: 31%;
    border: 1px solid #828181;
    min-height: 611px;
    position: relative; }
    @media (max-width: 991px) {
      .programs .program {
        width: 45%;
        margin: 0 2% 50px; } }
    @media (max-width: 575px) {
      .programs .program {
        width: 100%;
        margin: 0 0 50px; } }
    .programs .program .program-txt {
      box-sizing: border-box;
      padding: 25px; }
    .programs .program .button {
      position: absolute;
      bottom: -25px;
      margin: 0 auto;
      left: 0;
      right: 0;
      text-align: center;
      max-width: 70%; }
      @media (max-width: 767px) {
        .programs .program .button {
          padding: 0 15px; } }

/* PAGE UNDERGROUND */
.page-copywriter-underground .hero-text h3 {
  letter-spacing: .2em; }

.page-copywriter-underground .hero-text .member-link {
  position: relative;
  top: -130px;
  right: 20px; }
  @media (max-width: 991px) {
    .page-copywriter-underground .hero-text .member-link {
      top: -90px; } }
  @media (max-width: 767px) {
    .page-copywriter-underground .hero-text .member-link {
      top: -50px;
      margin: 0; } }
  .page-copywriter-underground .hero-text .member-link a {
    color: #28a7e4; }

.page-copywriter-underground #underground-intro {
  border-bottom: 1px solid #c2c3c4; }
  .page-copywriter-underground #underground-intro .cls-background {
    padding: 75px 0; }
    @media (max-width: 767px) {
      .page-copywriter-underground #underground-intro .cls-background {
        padding: 50px 0; } }
    .page-copywriter-underground #underground-intro .cls-background .container {
      max-width: 940px; }
      @media (max-width: 991px) {
        .page-copywriter-underground #underground-intro .cls-background .container h1 br {
          display: none; } }

.page-copywriter-underground #stop-wasting-time .cls-background {
  padding: 75px 0; }
  .page-copywriter-underground #stop-wasting-time .cls-background .container {
    max-width: 1030px; }
    @media (max-width: 767px) {
      .page-copywriter-underground #stop-wasting-time .cls-background .container img {
        float: none;
        margin: 0 0 2% 0;
        width: 100%; } }

.page-copywriter-underground #opt-in, .page-copywriter-underground #opt-in-two {
  max-width: 1030px;
  border: 2px solid #28a7e4;
  margin: 0 auto 75px; }
  @media (max-width: 1199px) {
    .page-copywriter-underground #opt-in, .page-copywriter-underground #opt-in-two {
      max-width: 95%; } }
  .page-copywriter-underground #opt-in .cls-background, .page-copywriter-underground #opt-in-two .cls-background {
    padding: 60px 75px; }
    @media (max-width: 991px) {
      .page-copywriter-underground #opt-in .cls-background, .page-copywriter-underground #opt-in-two .cls-background {
        padding: 25px; } }
    @media (max-width: 767px) {
      .page-copywriter-underground #opt-in .cls-background, .page-copywriter-underground #opt-in-two .cls-background {
        padding: 25px 0; } }
    .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked {
      max-width: 100%;
      margin: 0 auto; }
      .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked .ck_form_fields, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked .ck_form_fields {
        padding: 0; }
        .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked .ck_form_fields input, .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked .ck_form_fields button, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked .ck_form_fields input, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked .ck_form_fields button {
          height: 50px;
          letter-spacing: .075em; }
        .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked .ck_form_fields input, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked .ck_form_fields input {
          font-size: 15px;
          font-weight: 400;
          font-family: "Montserrat", sans-serif; }
          @media (max-width: 767px) {
            .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked .ck_form_fields input, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked .ck_form_fields input {
              text-indent: inherit; } }
        .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked .ck_form_fields button, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked .ck_form_fields button {
          background-color: #28a7e4;
          padding: 0;
          font-size: 15px; }
          .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked .ck_form_fields button:hover, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked .ck_form_fields button:hover {
            background-color: #f3e836 !important;
            color: #000000; }
          .page-copywriter-underground #opt-in .cls-background .ck_form.ck_naked .ck_form_fields button:after, .page-copywriter-underground #opt-in-two .cls-background .ck_form.ck_naked .ck_form_fields button:after {
            margin-left: 2px;
            content: "\f0da";
            font-family: 'Font Awesome\ 5 Free'; }

.page-copywriter-underground #opt-in .button {
  margin-bottom: 0; }

.page-copywriter-underground #growing .cls-background {
  padding: 75px 0; }
  @media (max-width: 767px) {
    .page-copywriter-underground #growing .cls-background {
      padding: 50px 0; } }
  .page-copywriter-underground #growing .cls-background .container {
    max-width: 1030px; }
    .page-copywriter-underground #growing .cls-background .container h2 {
      color: #fff;
      margin-bottom: 6%; }
      @media (max-width: 991px) {
        .page-copywriter-underground #growing .cls-background .container h2 br {
          display: none; } }

.page-copywriter-underground #truth .cls-background {
  padding: 75px 0; }
  @media (max-width: 767px) {
    .page-copywriter-underground #truth .cls-background {
      padding: 50px 0; } }
  .page-copywriter-underground #truth .cls-background .container {
    max-width: 1030px; }
    .page-copywriter-underground #truth .cls-background .container h3 {
      margin: 6% auto; }

.page-copywriter-underground #got-you-here .cls-background {
  padding: 75px 0 180px; }
  @media (max-width: 991px) {
    .page-copywriter-underground #got-you-here .cls-background {
      padding: 75px 0 100px; } }
  @media (max-width: 767px) {
    .page-copywriter-underground #got-you-here .cls-background {
      padding: 50px 0; } }
  .page-copywriter-underground #got-you-here .cls-background .container {
    max-width: 1030px; }
    .page-copywriter-underground #got-you-here .cls-background .container .entry-header h1.entry-title {
      padding: 0; }
      @media (max-width: 767px) {
        .page-copywriter-underground #got-you-here .cls-background .container .entry-header h1.entry-title br {
          display: none; } }
    @media (max-width: 991px) {
      .page-copywriter-underground #got-you-here .cls-background .container img {
        width: 100%;
        margin-bottom: 2%; } }

.page-copywriter-underground #introducing {
  margin: -10% auto 0; }
  @media (max-width: 575px) {
    .page-copywriter-underground #introducing {
      margin: -18% auto 0; } }
  .page-copywriter-underground #introducing h3 {
    line-height: 46px; }
    @media (max-width: 991px) {
      .page-copywriter-underground #introducing h3 br {
        display: none; } }

.page-copywriter-underground #access .cls-background {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-copywriter-underground #access .cls-background {
      padding: 50px 0; } }
  .page-copywriter-underground #access .cls-background .container {
    max-width: 940px; }
    .page-copywriter-underground #access .cls-background .container h3 {
      line-height: 46px; }

.page-copywriter-underground #join .cls-background {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-copywriter-underground #join .cls-background {
      padding: 50px 0; } }
  .page-copywriter-underground #join .cls-background .container {
    max-width: 1030px; }
    .page-copywriter-underground #join .cls-background .container h3 {
      margin-bottom: 4%;
      line-height: 1.5; }
    @media (max-width: 575px) {
      .page-copywriter-underground #join .cls-background .container img {
        float: none;
        width: 100%;
        margin: 0 0 2%; } }

.page-copywriter-underground #brains-behind .cls-background {
  padding: 100px 0 75px; }
  @media (max-width: 991px) {
    .page-copywriter-underground #brains-behind .cls-background {
      padding: 50px 0 25px; } }
  .page-copywriter-underground #brains-behind .cls-background .container {
    max-width: 1015px; }
    .page-copywriter-underground #brains-behind .cls-background .container h3 {
      margin: 50px auto; }
      .page-copywriter-underground #brains-behind .cls-background .container h3 span.font-highlight {
        line-height: 2; }
      @media (max-width: 767px) {
        .page-copywriter-underground #brains-behind .cls-background .container h3 br {
          display: none; } }

@media (max-width: 767px) {
  .page-copywriter-underground #justin-blackman .cls-background {
    padding: 50px 0; } }

.page-copywriter-underground #chantelle-zakariasen .cls-background {
  padding: 90px 0 50px; }
  @media (max-width: 767px) {
    .page-copywriter-underground #chantelle-zakariasen .cls-background {
      padding: 50px 0; } }

.page-copywriter-underground #ready .cls-background {
  padding: 25px 0 50px; }
  @media (max-width: 575px) {
    .page-copywriter-underground #ready .cls-background p br {
      display: none; } }

.page-copywriter-underground #perfect-for-you .cls-background {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-copywriter-underground #perfect-for-you .cls-background {
      padding: 50px 0; } }
  .page-copywriter-underground #perfect-for-you .cls-background .container {
    max-width: 1030px; }
    .page-copywriter-underground #perfect-for-you .cls-background .container .standard-header {
      color: #fff;
      margin-bottom: 5%;
      font-size: 34px;
      font-weight: bold; }
    .page-copywriter-underground #perfect-for-you .cls-background .container ul {
      margin-bottom: 0; }

.page-copywriter-underground #isnt-for-you .cls-background {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-copywriter-underground #isnt-for-you .cls-background {
      padding: 50px 0; } }
  .page-copywriter-underground #isnt-for-you .cls-background .container {
    max-width: 1030px; }
    .page-copywriter-underground #isnt-for-you .cls-background .container .standard-header {
      margin-bottom: 5%;
      color: #28a7e4;
      font-size: 34px;
      font-weight: bold; }
    .page-copywriter-underground #isnt-for-you .cls-background .container ul {
      margin-bottom: 0; }
      .page-copywriter-underground #isnt-for-you .cls-background .container ul li:before {
        color: #28a7e4; }

.page-copywriter-underground #guarantee .cls-background {
  padding: 100px 0; }
  @media (max-width: 991px) {
    .page-copywriter-underground #guarantee .cls-background {
      padding: 50px 0; } }
  .page-copywriter-underground #guarantee .cls-background p {
    margin-bottom: 6%; }

.page-copywriter-underground #book {
  margin: -8% auto 0; }
  @media (max-width: 575px) {
    .page-copywriter-underground #book {
      margin: 25px auto 0; } }
  .page-copywriter-underground #book .container {
    max-width: 1030px; }
    .page-copywriter-underground #book .container h3 .font-highlight {
      line-height: 2; }
    @media (max-width: 767px) {
      .page-copywriter-underground #book .container h3 br {
        display: none; } }

.page-privacy-policy ol {
  margin-left: 1em; }
  .page-privacy-policy ol li {
    margin-bottom: 2%; }

.page-ultimate-copywriter-book-resource-list .ck_form.ck_minimal h3.ck_form_title {
  font-size: 36px; }

.page-member-login-page .panel-text {
  max-width: 500px !important;
  padding: 50px !important; }
  .page-member-login-page .panel-text .pal-login-table, .page-member-login-page .panel-text td, .page-member-login-page .panel-text tr {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border: none;
    padding: 0; }
    .page-member-login-page .panel-text .pal-login-table a, .page-member-login-page .panel-text td a, .page-member-login-page .panel-text tr a {
      text-decoration: none;
      color: #28a7e4;
      font-size: 16px; }
      .page-member-login-page .panel-text .pal-login-table a:hover, .page-member-login-page .panel-text td a:hover, .page-member-login-page .panel-text tr a:hover {
        text-decoration: underline; }
    .page-member-login-page .panel-text .pal-login-table input[type=password], .page-member-login-page .panel-text .pal-login-table input[type=text], .page-member-login-page .panel-text td input[type=password], .page-member-login-page .panel-text td input[type=text], .page-member-login-page .panel-text tr input[type=password], .page-member-login-page .panel-text tr input[type=text] {
      width: 100%;
      height: 50px;
      letter-spacing: .05em;
      border: 1px solid #d6d6d6;
      font-size: 15px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif; }
    .page-member-login-page .panel-text .pal-login-table .pal-login-rememberme-box, .page-member-login-page .panel-text td .pal-login-rememberme-box, .page-member-login-page .panel-text tr .pal-login-rememberme-box {
      font-size: 14px;
      font-weight: 400;
      font-family: "Montserrat", sans-serif; }
      .page-member-login-page .panel-text .pal-login-table .pal-login-rememberme-box input[type=checkbox], .page-member-login-page .panel-text td .pal-login-rememberme-box input[type=checkbox], .page-member-login-page .panel-text tr .pal-login-rememberme-box input[type=checkbox] {
        margin-right: 5px; }
    .page-member-login-page .panel-text .pal-login-table input[type=submit], .page-member-login-page .panel-text td input[type=submit], .page-member-login-page .panel-text tr input[type=submit] {
      color: #fff;
      width: 100%;
      height: 50px;
      background-color: #28a7e4;
      font-size: 15px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif; }
      .page-member-login-page .panel-text .pal-login-table input[type=submit]:hover, .page-member-login-page .panel-text td input[type=submit]:hover, .page-member-login-page .panel-text tr input[type=submit]:hover {
        background-color: #f3e836;
        border-color: #f3e836;
        color: #000; }
      .page-member-login-page .panel-text .pal-login-table input[type=submit]:after, .page-member-login-page .panel-text td input[type=submit]:after, .page-member-login-page .panel-text tr input[type=submit]:after {
        margin-left: 2px;
        content: "\f0da";
        font-family: 'Font Awesome\ 5 Free'; }
    .page-member-login-page .panel-text .pal-login-table .accessally-login-label-col, .page-member-login-page .panel-text td .accessally-login-label-col, .page-member-login-page .panel-text tr .accessally-login-label-col {
      display: none; }

.page-member-account #footer-opt-in, .page-member-account .ig-feed, .page-member-account .footer-nav {
  display: none; }

.page-member-account .pal-login-table, .page-member-account td, .page-member-account tr {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  border: none;
  padding: 0; }
  .page-member-account .pal-login-table a, .page-member-account td a, .page-member-account tr a {
    text-decoration: none;
    color: #28a7e4;
    font-size: 16px; }
    .page-member-account .pal-login-table a:hover, .page-member-account td a:hover, .page-member-account tr a:hover {
      text-decoration: underline; }
  .page-member-account .pal-login-table input[type=password], .page-member-account .pal-login-table input[type=text], .page-member-account td input[type=password], .page-member-account td input[type=text], .page-member-account tr input[type=password], .page-member-account tr input[type=text] {
    width: 100%;
    height: 50px;
    letter-spacing: .05em;
    border: 1px solid #d6d6d6;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
  .page-member-account .pal-login-table .pal-login-rememberme-box, .page-member-account td .pal-login-rememberme-box, .page-member-account tr .pal-login-rememberme-box {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
    .page-member-account .pal-login-table .pal-login-rememberme-box input[type=checkbox], .page-member-account td .pal-login-rememberme-box input[type=checkbox], .page-member-account tr .pal-login-rememberme-box input[type=checkbox] {
      margin-right: 5px; }
  .page-member-account .pal-login-table input[type=submit], .page-member-account td input[type=submit], .page-member-account tr input[type=submit] {
    color: #fff;
    width: 100%;
    height: 50px;
    background-color: #28a7e4;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif; }
    .page-member-account .pal-login-table input[type=submit]:hover, .page-member-account td input[type=submit]:hover, .page-member-account tr input[type=submit]:hover {
      background-color: #f3e836;
      border-color: #f3e836;
      color: #000; }
    .page-member-account .pal-login-table input[type=submit]:after, .page-member-account td input[type=submit]:after, .page-member-account tr input[type=submit]:after {
      margin-left: 2px;
      content: "\f0da";
      font-family: 'Font Awesome\ 5 Free'; }
  .page-member-account .pal-login-table .accessally-login-label-col, .page-member-account td .accessally-login-label-col, .page-member-account tr .accessally-login-label-col {
    display: none; }

.page-member-account .accessally-profile-image-update {
  background-color: #28a7e4;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  line-height: 50px;
  letter-spacing: .17em;
  white-space: nowrap;
  border: 2px solid #28a7e4;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0; }
  .page-member-account .accessally-profile-image-update:hover {
    color: #000;
    background-color: #f3e836;
    border-color: #f3e836;
    outline: 0; }
  .page-member-account .accessally-profile-image-update:focus {
    color: #000;
    background-color: #f3e836;
    border-color: #f3e836;
    outline: 0; }

.page-member-dashboard #footer-opt-in, .page-member-dashboard .ig-feed, .page-member-dashboard .footer-nav {
  display: none; }

/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
/*Instagram Feed*/
@media (max-width: 991px) {
  /* Make 6 cols into 4 cols */
  #sb_instagram.sbi_col_6 #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 5 cols into 3 col */
  #sb_instagram.sbi_col_6 #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: 100% !important; }
  /* Only show 2 */
  #sb_instagram #sbi_images .sbi_item:nth-child(n+3), #sb_instagram #sbi_images .sbi_item:nth-child(n+2) {
    display: none; } }

/* CONVERTKIT */
#opt-in .seva-form, #opt-in-two .seva-form {
  max-width: 100%; }
  #opt-in .seva-form input[type="email"], #opt-in .seva-form input[type="Input"], #opt-in-two .seva-form input[type="email"], #opt-in-two .seva-form input[type="Input"] {
    margin: 0 10px 0 0 !important; }
    @media (max-width: 767px) {
      #opt-in .seva-form input[type="email"], #opt-in .seva-form input[type="Input"], #opt-in-two .seva-form input[type="email"], #opt-in-two .seva-form input[type="Input"] {
        margin: 0 auto 2% !important; } }
  #opt-in .seva-form button, #opt-in-two .seva-form button {
    width: auto;
    margin: 0;
    border-radius: 0px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    background-color: #28a7e4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif !important; }
    #opt-in .seva-form button:after, #opt-in-two .seva-form button:after {
      margin-left: 2px;
      content: "\f0da";
      font-family: 'Font Awesome\ 5 Free'; }
    #opt-in .seva-form button:hover, #opt-in-two .seva-form button:hover {
      background-color: #f3e836 !important;
      color: #000000; }
    #opt-in .seva-form button:hover:after, #opt-in .seva-form button:hover span, #opt-in-two .seva-form button:hover:after, #opt-in-two .seva-form button:hover span {
      color: #000000; }

.seva-form * {
  font-family: "Montserrat", sans-serif !important; }

.seva-form [data-element="submit"] > span {
  padding: 0 !important;
  display: contents !important;
  margin-right: 5px; }

.seva-form {
  margin-bottom: 0; }
  .seva-form input[type="email"] {
    margin: 0 0 10px 5px !important; }
    @media (max-width: 767px) {
      .seva-form input[type="email"] {
        margin: 0 auto 2% !important; } }
  .seva-form input[type="Input"] {
    margin: 0 5px 10px 0 !important; }
    @media (max-width: 767px) {
      .seva-form input[type="Input"] {
        margin: 0 auto 2% !important; } }
  .seva-form input[type="text"], .seva-form input[type="email"], .seva-form input[type="Input"] {
    letter-spacing: .075em;
    border-radius: 0px !important;
    height: 50px !important;
    text-indent: 20px;
    color: #000000;
    font-size: 15px !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 767px) {
      .seva-form input[type="text"], .seva-form input[type="email"], .seva-form input[type="Input"] {
        width: 100%; } }
  .seva-form ::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important; }
  .seva-form button {
    width: 100%;
    border-radius: 0px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    background-color: #28a7e4 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif !important; }
    .seva-form button:after {
      margin-left: 2px;
      content: "\f0da";
      font-family: 'Font Awesome\ 5 Free'; }
    .seva-form button:hover {
      background-color: #f3e836 !important;
      color: #000000; }
    .seva-form button:hover:after, .seva-form button:hover span {
      color: #000000; }
  .seva-form a {
    display: none !important; }

#footer-opt-in .ck_form.ck_naked {
  max-width: 100%;
  text-align: center;
  padding: 0;
  margin: 0 auto; }
  #footer-opt-in .ck_form.ck_naked .ck_form_fields {
    padding: 0; }
    #footer-opt-in .ck_form.ck_naked .ck_form_fields input[type="text"], #footer-opt-in .ck_form.ck_naked .ck_form_fields input[type="email"] {
      width: 49%;
      border-radius: 0px !important;
      height: 50px !important;
      font-size: 15px !important;
      font-weight: 400;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 767px) {
        #footer-opt-in .ck_form.ck_naked .ck_form_fields input[type="text"], #footer-opt-in .ck_form.ck_naked .ck_form_fields input[type="email"] {
          width: 100%;
          margin-bottom: 2%; } }
    #footer-opt-in .ck_form.ck_naked .ck_form_fields .ck_subscribe_button {
      margin: 2% auto 0;
      width: auto;
      float: none;
      border-radius: 0px !important;
      height: 50px !important;
      line-height: 50px !important;
      padding: 0 30px !important;
      background-color: #28a7e4 !important;
      font-size: 15px !important;
      font-weight: 600;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 767px) {
        #footer-opt-in .ck_form.ck_naked .ck_form_fields .ck_subscribe_button {
          width: 100%;
          margin: 0 auto; } }
      #footer-opt-in .ck_form.ck_naked .ck_form_fields .ck_subscribe_button:after {
        margin-left: 2px;
        content: "\f0da";
        font-family: 'Font Awesome\ 5 Free'; }
      #footer-opt-in .ck_form.ck_naked .ck_form_fields .ck_subscribe_button:hover {
        background-color: #f3e836 !important;
        color: #000000; }

.page .ck_form.ck_minimal {
  max-width: 900px !important; }

.ck_form.ck_minimal {
  background-color: #fff !important;
  border: 2px solid #28a7e4 !important;
  padding: 70px 70px 20px;
  margin: 50px auto 70px !important; }
  @media (max-width: 575px) {
    .ck_form.ck_minimal {
      padding: 40px 40px 20px; } }
  .ck_form.ck_minimal .ck_form_fields {
    padding: 0 !important; }
  .ck_form.ck_minimal h3 {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px; }
  .ck_form.ck_minimal p {
    color: #000000;
    line-height: 30px;
    font-size: 18px !important;
    font-weight: 600; }
  .ck_form.ck_minimal input[type="email"] {
    border-radius: 0px !important;
    height: 50px !important;
    font-size: 15px !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif; }
  .ck_form.ck_minimal .ck_subscribe_button {
    border-radius: 0px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    background-color: #28a7e4 !important;
    font-size: 15px !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif; }
    .ck_form.ck_minimal .ck_subscribe_button:after {
      margin-left: 2px;
      content: "\f0da";
      font-family: 'Font Awesome\ 5 Free'; }
    .ck_form.ck_minimal .ck_subscribe_button:hover {
      background-color: #f3e836 !important;
      color: #000000; }
  .ck_form.ck_minimal .ck_guarantee {
    padding: 25px 0 0 !important; }
  .ck_form.ck_minimal .ck_guarantee, .ck_form.ck_minimal .ck_powered_by {
    text-transform: uppercase;
    color: #333 !important;
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 600; }
    .ck_form.ck_minimal .ck_guarantee a:hover, .ck_form.ck_minimal .ck_powered_by a:hover {
      color: #28a7e4 !important; }
  .ck_form.ck_minimal .ck_powered_by {
    display: none; }

/* POWER PRESS */
.powerpress_links_mp3 {
  text-align: center;
  box-sizing: border-box;
  padding: 25px 0 0;
  text-transform: uppercase;
  color: #28a7e4;
  letter-spacing: .075em;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }
  .powerpress_links_mp3 a {
    color: #28a7e4;
    text-decoration: none; }
    .powerpress_links_mp3 a:hover {
      text-decoration: underline;
      color: #000000; }

.powerpress_subscribe_links {
  text-align: center;
  box-sizing: border-box;
  padding: 25px 0;
  border: solid 2px #28a7e4;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 28px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif; }
  .powerpress_subscribe_links a {
    color: #28a7e4;
    text-decoration: none;
    font-weight: 700; }
    .powerpress_subscribe_links a:hover {
      text-decoration: underline;
      color: #000000; }

/* WP-PAGE NAVI */
.wp-pagenavi span.extend {
  padding: 0;
  margin: 0; }
  .wp-pagenavi span.extend:last-of-type {
    display: none; }

.wp-pagenavi a, .wp-pagenavi span {
  padding: 2px;
  border: none;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }
  .wp-pagenavi a svg, .wp-pagenavi span svg {
    color: #28a7e4;
    margin: 0 5px; }

.wp-pagenavi span.pages {
  margin-right: 13px; }

/* GRAVITY FORMS */
.gform_wrapper form {
  margin-left: 1em !important; }
  @media (max-width: 575px) {
    .gform_wrapper form {
      margin-left: 0 !important; } }

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center; }
  .gform_wrapper .gform_footer .button {
    background-color: #28a7e4;
    color: #fff;
    padding: 0 70px;
    font-size: 16px !important; }
    .gform_wrapper .gform_footer .button:hover {
      background-color: #f3e836;
      border-color: #f3e836;
      color: #000000; }

.gform_body li {
  margin-bottom: 0; }
  .gform_body li .ginput_container_email {
    margin-top: 2% !important; }
  .gform_body li textarea {
    text-indent: 17px;
    padding: 8px !important;
    min-height: 200px; }
  .gform_body li input, .gform_body li textarea, .gform_body li select {
    letter-spacing: .05em !important;
    font-size: 16px !important; }
    @media (max-width: 575px) {
      .gform_body li input, .gform_body li textarea, .gform_body li select {
        text-indent: inherit; } }
  .gform_body li select {
    margin-bottom: 2%; }
  @media (max-width: 575px) {
    .gform_body li input {
      text-indent: 5px; } }

/*STICKY NAV*/
.search-active #mysticky-nav.wrapfixed {
  background: none !important; }
  .search-active #mysticky-nav.wrapfixed .myfixed {
    top: 4.75em !important; }

#mysticky-nav .myfixed {
  border-bottom: 1px solid #c2c3c4 !important; }
  #mysticky-nav .myfixed #linkbar a {
    color: #000000 !important; }
    #mysticky-nav .myfixed #linkbar a:hover {
      color: #28a7e4 !important; }
  #mysticky-nav .myfixed .logo {
    filter: brightness(1) invert(0); }
  #mysticky-nav .myfixed #slideout-bar, #mysticky-nav .myfixed #slideout-bar:before, #mysticky-nav .myfixed #slideout-bar:after {
    background-color: #28a7e4; }

/*SLICK SLIDER*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../gif/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: 20px;
  height: 20px;
  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; }

.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: 32px;
  height: 46px;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: .75;
  color: #28a7e4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }

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

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

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

.slick-next {
  right: 0; }

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

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

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

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

.slick-dots, #content-wrapper ul.slick-dots {
  position: absolute;
  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:before {
    content: '•';
    color: #ced0ca;
    font-size: 35px;
    padding-right: 0; }

.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.slick-active:before {
  opacity: 1;
  color: #f3e836; }

/* 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; }

/*Events Calendar Pro*/
h1.tribe-events-page-title, h3.tribe-events-list-event-title, h2.tribe-events-page-title, h1.tribe-events-single-event-title {
  letter-spacing: .05em;
  background-image: linear-gradient(transparent 50%, #f3e836 55%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 50%, #f3e836 55%);
  margin: 0 auto 4%;
  padding: 0 10px;
  width: fit-content;
  text-transform: uppercase !important;
  line-height: 1.5;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important; }
  @media (max-width: 991px) {
    h1.tribe-events-page-title, h3.tribe-events-list-event-title, h2.tribe-events-page-title, h1.tribe-events-single-event-title {
      padding: 0; } }

h1.tribe-events-single-event-title {
  display: block;
  margin: 0 auto !important;
  text-align: center; }

.tribe-events-schedule, .single-tribe_events .tribe-events-event-image, .tribe-events-cal-links {
  text-align: center; }

.single-tribe_events #tribe-events-pg-template, .single-tribe_events .tribe-events-pg-template {
  max-width: 940px; }

.tribe-events-schedule h2 {
  display: block;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

#tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-events .tribe-events-button {
  background-color: #28a7e4;
  border-color: #28a7e4; }
  #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, #tribe-events .tribe-events-button:hover {
    color: #000000;
    background-color: #f3e836;
    border-color: #f3e836;
    transition: all 0.3s ease; }

#tribe-events .tribe-events-button {
  border-radius: 0;
  font-size: 16px;
  padding: 10px 30px;
  transition: all 0.3s ease; }

.tribe-bar-views-inner, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background-color: #f3e836; }

#tribe-bar-form input[type=text], .tribe-bar-views-list span.tribe-icon-month, .tribe-bar-views-list span {
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase; }

#tribe-bar-form input[type=text]::placeholder {
  opacity: 1;
  color: #000000;
  font-style: normal;
  font-size: 15px;
  font-weight: 400; }

#tribe-bar-form input[type=text]:focus::placeholder {
  opacity: 1;
  color: #000000;
  font-style: normal;
  font-size: 15px;
  font-weight: 400; }

.tribe-events-calendar thead th, .tribe-grid-header, .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column {
  background-color: #28a7e4;
  border-color: #28a7e4; }

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  background-color: #28a7e4;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important; }

.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details {
  text-align: center; }

.tribe-events-list #tribe-events-photo-events .tribe-events-event-details h2 {
  font-size: 30px;
  margin-bottom: 0; }

.tribe-events-list .tribe-events-loop .tribe-events-content {
  font-size: 17px;
  margin-top: 20px; }

.tribe-events-photo #tribe-events-footer, .single-tribe_events #tribe-events-footer {
  border-top: 0; }

.tribe-events-grid .tribe-grid-header .tribe-week-today {
  background-color: #f3e836 !important; }

.tribe-events-grid .tribe-grid-header .tribe-week-today span {
  color: #000000 !important; }

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #28a7e4; }

.tribe-events-list-separator-month span {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: 400; }

.tribe-events-read-more, .tribe-events-back a {
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  color: #000000;
  line-height: 50px;
  letter-spacing: .17em;
  white-space: nowrap;
  background-color: transparent;
  border: 2px solid #28a7e4;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0; }
  @media (max-width: 575px) {
    .tribe-events-read-more, .tribe-events-back a {
      letter-spacing: .10em; } }
  .tribe-events-read-more:hover, .tribe-events-back a:hover {
    color: #fff;
    background-color: #28a7e4;
    outline: 0; }
  .tribe-events-read-more:focus, .tribe-events-back a:focus {
    color: #fff;
    background-color: #28a7e4;
    outline: 0; }

.tribe-event-schedule-details span, .tribe-events-venue-details {
  font-size: 16px; }



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