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

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

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

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

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

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

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

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

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

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

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
  max-width: 100%;
  height: auto; }

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

img.alignleft {
  display: inline-block;
  padding-right: 1.6%;
  float: left;
  max-width: 100%;
  height: auto; }

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

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style-position: outside;
  list-style: none; }

ol {
  list-style: decimal outside; }

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

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

li {
  margin-bottom: 2%; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table, .wp-block-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 2px; }
  table tr:first-child, .wp-block-table tr:first-child {
    font-weight: 700; }
  table th,
  table td, .wp-block-table th,
  .wp-block-table td {
    padding: 12px 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #e1e1e1; }
  table th:first-child,
  table td:first-child, .wp-block-table th:first-child,
  .wp-block-table td:first-child {
    padding-left: 0; }
  table th:last-child,
  table td:last-child, .wp-block-table th:last-child,
  .wp-block-table 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, .wp-block-code {
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 90%;
  white-space: nowrap;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }
  code textarea, .wp-block-code textarea {
    background-color: transparent; }

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

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

body {
  line-height: 1.5;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  font-family: "Lato", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  color: #000;
  font-family: "Playfair Display", 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; }

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

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

span.font-lato {
  font-family: "Lato", sans-serif; }

span.font-playfair {
  font-family: "Playfair Display", serif; }

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

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

span.lined-header {
  letter-spacing: .025em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif; }
  span.lined-header:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 83%;
    left: 0.5em;
    margin-right: -100%; }
    @media (max-width: 1199px) {
      span.lined-header:after {
        width: 78%; } }
    @media (max-width: 991px) {
      span.lined-header:after {
        width: 72%; } }
    @media (max-width: 776px) {
      span.lined-header:after {
        width: 68%; } }
    @media (max-width: 776px) {
      span.lined-header:after {
        width: 40%; } }

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

a:hover {
  color: #000; }

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

.color-white {
  color: #ffffff; }

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .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: 1199px) {
    .container {
      max-width: 1200px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 575px) {
    .container {
      max-width: 960px; } }

.no-sidebar .alignwide {
  margin: 25px calc(25% - 25vw); }
  @media (max-width: 991px) {
    .no-sidebar .alignwide {
      margin: 0 auto; } }

.no-sidebar .alignfull {
  margin: 25px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important; }

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

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

@media (min-width: 768px) {
  .grid, .wp-block-columns {
    display: flex; }
  .grid.grid-12-col .cell {
    flex: 0 0 calc( 8.33% - 18.334px); }
    .grid.grid-12-col .cell.span-1 {
      flex: 0 0 calc( 10% - 18px); }
    .grid.grid-12-col .cell.span-2 {
      flex: 0 0 calc( 16.6% - 16.68px); }
    .grid.grid-12-col .cell.span-3 {
      flex: 0 0 calc( 25% - 15px); }
    .grid.grid-12-col .cell.span-4 {
      flex: 0 0 calc( 33.3% - 13.34px); }
    .grid.grid-12-col .cell.span-5 {
      flex: 0 0 calc( 41.6% - 11.68px); }
    .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc( 50% - 10px); }
    .grid.grid-12-col .cell.span-7 {
      flex: 0 0 calc( 58.3% - 8.34px); }
    .grid.grid-12-col .cell.span-8 {
      flex: 0 0 calc( 66.6% - 6.68px); }
    .grid.grid-12-col .cell.span-9 {
      flex: 0 0 calc( 75% - 5px); }
    .grid.grid-12-col .cell.span-10 {
      flex: 0 0 calc( 83.3% - 3.34px); }
    .grid.grid-12-col .cell.span-11 {
      flex: 0 0 calc( 90% - 2px); }
    .grid.grid-12-col .cell.span-12 {
      flex: 0 0 100%; }
  .grid.grid-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 10px); }
    .grid.grid-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
      flex: 0 0 100%; }
  .grid.grid-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 13.334px); }
    .grid.grid-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 66.66% - 6.668px); }
    .grid.grid-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
      flex: 0 0 100%; }
  .grid.grid-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 15px); }
    .grid.grid-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 50% - 10px); }
    .grid.grid-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 75% - 5px); }
    .grid.grid-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
      flex: 0 0 100%; }
  .grid.grid-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 16px); }
    .grid.grid-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid.grid-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid.grid-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid.grid-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
      flex: 0 0 100%; }
  .grid.grid-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 16.668px); }
    .grid.grid-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid.grid-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid.grid-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid.grid-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid.grid-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
      flex: 0 0 100%; } }

@media (max-width: 767px) {
  .grid-mobile {
    display: flex; }
  .grid-mobile.grid-mobile-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 10px); }
    .grid-mobile.grid-mobile-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 13.334px); }
    .grid-mobile.grid-mobile-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 66.66% - 6.668px); }
    .grid-mobile.grid-mobile-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 15px); }
    .grid-mobile.grid-mobile-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 50% - 10px); }
    .grid-mobile.grid-mobile-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 75% - 5px); }
    .grid-mobile.grid-mobile-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 16px); }
    .grid-mobile.grid-mobile-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid-mobile.grid-mobile-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid-mobile.grid-mobile-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid-mobile.grid-mobile-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
      flex: 0 0 100%; }
  .grid-mobile.grid-mobile-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 16.668px); }
    .grid-mobile.grid-mobile-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 12px); }
    .grid-mobile.grid-mobile-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 8px); }
    .grid-mobile.grid-mobile-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4px); }
    .grid-mobile.grid-mobile-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
      flex: 0 0 calc( 100% - 0px); }
    .grid-mobile.grid-mobile-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
      flex: 0 0 100%; } }

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------------------------------*/
/*  FORMS AND FIELDS
/*-----------------------------------------------------------------------------------*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0; }
  input[type="email"]:-webkit-autofill,
  input[type="number"]:-webkit-autofill,
  input[type="search"]:-webkit-autofill,
  input[type="text"]:-webkit-autofill,
  input[type="tel"]:-webkit-autofill,
  input[type="url"]:-webkit-autofill,
  input[type="password"]:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset; }

textarea {
  min-height: 84px; }

select:not([multiple]) {
  padding-right: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iNjBweCIgaGVpZ2h0PSI0MHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigxNjEsIDE2MSwgMTYxKSIKICAgICAgICAgIGQ9Ik0wLjAwMCwwLjAwMCBMNjAuMDAwLDAuMDAwIEwzMC4wMDAsNDAuMDAwIEwwLjAwMCwwLjAwMCBaIi8+Cjwvc3ZnPg==);
  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: #000; }

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

form br {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  BUTTONS
/*-----------------------------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"], .wp-block-file__button, .wp-block-button__link {
  display: inline-block;
  height: 38px;
  padding: 0 50px;
  color: #000;
  line-height: 38px;
  letter-spacing: .025em;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover, .wp-block-file__button:hover, .wp-block-button__link:hover {
    color: #e2ebef;
    border-color: #e2ebef;
    outline: 0; }
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus, .wp-block-file__button:focus, .wp-block-button__link:focus {
    color: #e2ebef;
    border-color: #e2ebef;
    outline: 0; }
  @media (max-width: 575px) {
    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"], .wp-block-file__button, .wp-block-button__link {
      white-space: normal;
      height: auto;
      line-height: normal;
      padding: 8px 50px; } }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary, .wp-block-file__button, .wp-block-button__link {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .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, .wp-block-file__button:hover, .wp-block-button__link:hover {
    color: #000;
    background-color: #e2ebef;
    border-color: #000; }
  .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, .wp-block-file__button:focus, .wp-block-button__link:focus {
    color: #000;
    background-color: #e2ebef;
    border-color: #000; }

.learn-more {
  color: #000;
  display: inline-block;
  padding: 0 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 18px; }
  .learn-more:hover {
    color: #e2ebef;
    text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
#header-wrapper {
  width: 100%;
  padding: 25px 0; }
  #header-wrapper .header-inner.container {
    max-width: 100%;
    padding: 0 25px; }

.logo {
  height: auto;
  width: 250px;
  max-width: 75%;
  float: left; }
  @media (max-width: 575px) {
    .logo {
      width: 150px;
      margin-top: -.5em; } }

/*-----------------------------------------------------------------------------------*/
/*  NAVIGATION
/*-----------------------------------------------------------------------------------*/
#linkbar .nav-menu {
  float: right; }

#linkbar .button {
  background-color: transparent;
  padding: inherit;
  border: none; }
  #linkbar .button a {
    color: #fff;
    height: 33px;
    line-height: 33px;
    padding: 0 25px;
    background-color: #000;
    border: 1px solid #000;
    font-weight: 700; }
    #linkbar .button a:hover {
      background-color: #e2ebef;
      border-color: #000;
      color: #000;
      border-width: 1px; }

#linkbar a {
  padding: 0;
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .025em;
  display: inline-block;
  transition: all 0.3s ease; }
  #linkbar a:hover {
    color: #000;
    border-bottom: 3px solid #000; }

@media (max-width: 991px) {
  #linkbar nav {
    display: none; } }

#linkbar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
  #linkbar ul li {
    display: inline;
    margin: 0px;
    padding: 0 20px;
    position: relative; }
    #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: #000 !important;
  font-weight: 700;
  border-bottom: 3px solid #000; }

#linkbar .current-menu-item.button a {
  background-color: #e2ebef;
  border-bottom: 1px solid #000; }

/*   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: #000;
  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 
-------------------------------- */
#slideout-menu {
  position: fixed;
  padding: 100px 50px;
  min-width: 150px;
  top: 0;
  right: -350px;
  min-height: 100vh;
  z-index: 10000;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  background-color: #000; }
  #slideout-menu a {
    color: #fff;
    font-weight: 400;
    letter-spacing: .15em;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none; }
    #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: 30px;
    display: block;
    background-color: #fff;
    height: 1px;
    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: 1em;
      position: relative; }
      #slideout-menu ul li #submenu-link:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        right: -18px;
        margin-top: -2px;
        border: 4px solid transparent;
        border-bottom-width: 0;
        border-top-color: #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: 30px;
  height: 30px;
  right: 30px;
  top: 30px;
  display: none; }
  @media (max-width: 991px) {
    a#slideout-trigger {
      display: block; } }
  a#slideout-trigger:hover {
    border-bottom: none; }

#slideout-bar {
  width: 30px;
  height: 1px;
  top: 6px;
  position: relative;
  background-color: #000; }
  #slideout-bar:before, #slideout-bar:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: relative;
    background-color: #000; }
  #slideout-bar:before {
    bottom: 5px; }
  #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 {
  background-image: -moz-linear-gradient(90deg, #d0dae0 0%, #e2ebf0 100%);
  background-image: -webkit-linear-gradient(90deg, #d0dae0 0%, #e2ebf0 100%);
  background-image: -ms-linear-gradient(90deg, #d0dae0 0%, #e2ebf0 100%);
  padding: 65px 0;
  margin-top: 25px; }
  footer #credits {
    letter-spacing: .025em;
    color: #000;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400; }
    footer #credits a {
      color: #000;
      text-decoration: none; }
      footer #credits a.button {
        color: #fff;
        align-self: flex-start footer #credits a.button; }
        footer #credits a.button :hover {
          color: #000; }
      footer #credits a:hover {
        color: #000; }
    @media (max-width: 991px) {
      footer #credits .grid {
        display: block;
        flex: 1; } }
    footer #credits .grid .cell {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 991px) {
        footer #credits .grid .cell {
          display: block;
          flex: 1;
          text-align: center;
          width: 100%; } }
    footer #credits .footer-left {
      width: 50%;
      text-align: left; }
      @media (max-width: 767px) {
        footer #credits .footer-left {
          width: 100%;
          text-align: center; } }
      @media (max-width: 991px) {
        footer #credits .footer-left {
          margin-bottom: 25px; } }
    footer #credits .footer-middle {
      text-align: center; }
      footer #credits .footer-middle span {
        align-self: auto; }
    footer #credits .footer-right {
      width: 50%;
      text-align: right; }
      footer #credits .footer-right .button {
        padding: 0 20px; }
      @media (max-width: 767px) {
        footer #credits .footer-right {
          width: 100%;
          text-align: center; } }
      @media (max-width: 991px) {
        footer #credits .footer-right {
          margin-top: 25px; } }
  footer .menu {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0; }
    footer .menu li {
      display: inline-block;
      margin: 0px;
      padding: 0 15px;
      position: relative;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        footer .menu li {
          padding: 0 10px; } }
      footer .menu li a {
        transition: all 0.3s ease;
        font-size: 14px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif; }
        footer .menu li a:hover {
          border-bottom: 3px solid #000; }
  footer .social-links a {
    font-size: 26px;
    border: 1px solid #000;
    width: 44px;
    height: 44px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.3s ease; }
    footer .social-links a:hover {
      border-bottom: none !important;
      background-color: #000;
      color: #e2ebef !important; }

#credit-trigger:hover {
  cursor: pointer; }

#creditslide {
  position: fixed;
  padding: 65px 0 70px;
  width: 100%;
  bottom: -190px;
  z-index: 9999999;
  text-align: center;
  transition: 200ms ease-in-out all;
  background-color: #000; }
  #creditslide #credit-close {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 15px;
    width: 15px;
    content: '';
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8ZyBpZD0iY2xvc2UiPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IAoJCQkzNTcsMzIxLjMgMjE0LjIsMTc4LjUgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 15px; }
  @media (max-width: 575px) {
    #creditslide {
      padding: 50px 0; } }
  #creditslide .container > * {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 0 1%; }
    @media (max-width: 575px) {
      #creditslide .container > * {
        width: 100%;
        margin-bottom: 10px; } }
  #creditslide .callout-std {
    letter-spacing: .1em;
    font-size: 11px;
    font-family: "Lato", sans-serif; }
    #creditslide .callout-std a {
      text-decoration: none; }
      #creditslide .callout-std a:hover {
        text-decoration: underline;
        color: #fff; }
    #creditslide .callout-std span {
      display: table;
      margin: 0 auto;
      text-transform: uppercase;
      letter-spacing: .140em;
      color: #fff !important;
      font-size: 13px !important;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      font-size: 9px; }

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

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.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
/*-----------------------------------------------------------------------------------*/
h1.entry-title, .editor-post-title textarea {
  color: rgba(208, 218, 224, 0.5);
  letter-spacing: .025em;
  text-align: center;
  margin-bottom: -25px;
  font-size: 120px;
  font-weight: 700;
  font-family: "Playfair Display", serif; }
  @media (max-width: 991px) {
    h1.entry-title, .editor-post-title textarea {
      line-height: 120px; } }
  @media (max-width: 575px) {
    h1.entry-title, .editor-post-title textarea {
      font-size: 80px;
      line-height: 80px; } }

blockquote, .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-pullquote {
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  border: none; }
  blockquote p, blockquote .editor-rich-text p, .wp-block-quote:not(.is-large):not(.is-style-large) p, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p, .wp-block-pullquote p, .wp-block-pullquote .editor-rich-text p {
    margin-bottom: 0;
    line-height: normal;
    color: #000;
    text-align: left;
    font-size: 30px;
    font-style: italic; }
    blockquote p:before, blockquote .editor-rich-text p:before, .wp-block-quote:not(.is-large):not(.is-style-large) p:before, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p:before, .wp-block-pullquote p:before, .wp-block-pullquote .editor-rich-text p:before {
      display: block;
      content: "\201C";
      font-size: 80px;
      position: absolute;
      left: -10px;
      top: -20px; }
  blockquote cite, blockquote .wp-block-quote__citation, blockquote .wp-block-pullquote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) cite, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote .wp-block-quote__citation, .wp-block-pullquote .wp-block-pullquote__citation {
    display: block;
    margin-top: 5px;
    color: #000;
    text-transform: none;
    text-align: left;
    font-size: 14px;
    font-style: italic; }
    blockquote cite::before, blockquote .wp-block-quote__citation::before, blockquote .wp-block-pullquote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) cite::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote .wp-block-quote__citation::before, .wp-block-pullquote .wp-block-pullquote__citation::before {
      content: "\2014 \2009"; }

.post-footer {
  margin-bottom: 25px; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons {
  text-align: center; }
  .share-buttons div {
    display: inline;
    padding: 0 5px; }

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
#navigation {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  #navigation .pagination .nav-previous {
    float: right; }
  #navigation .pagination .nav-next {
    float: left; }

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

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

#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 #e1e1e1;
  padding-top: 30px; }
  #comments h4 {
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left; }
  #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 #e2ebef; }
      #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 #e2ebef; }
      #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: 18px;
        letter-spacing: 0.1px; }
      #comments ul#comment-block li.comment .comment-time {
        letter-spacing: 0.1px;
        font-size: 14px;
        text-transform: uppercase; }
        #comments ul#comment-block li.comment .comment-time a {
          color: #000; }
          #comments ul#comment-block li.comment .comment-time a:hover {
            color: #e2ebef;
            text-decoration: none; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENT FORM
/*-----------------------------------------------------------------------------------*/
#respond {
  padding: 30px 0 0;
  clear: both;
  overflow: hidden; }

/* HOME */
.home #header-wrapper {
  position: absolute; }

.home #hero-header .cls-background {
  padding: 170px 0; }
  @media (max-width: 1199px) {
    .home #hero-header .cls-background {
      background-position: 25% top; } }
  @media (max-width: 960px) {
    .home #hero-header .cls-background {
      padding: 0;
      margin-top: -2em; } }
  @media (max-width: 575px) {
    .home #hero-header .cls-background {
      padding: 0;
      margin-top: 75px; } }
  .home #hero-header .cls-background .cls-inner {
    margin-left: 50%; }
    @media (max-width: 1199px) {
      .home #hero-header .cls-background .cls-inner {
        margin-left: 48%; } }
    @media (max-width: 960px) {
      .home #hero-header .cls-background .cls-inner {
        margin-left: 0; } }
    .home #hero-header .cls-background .cls-inner h1 {
      letter-spacing: .025em;
      font-size: 72px; }
      @media (max-width: 991px) {
        .home #hero-header .cls-background .cls-inner h1 {
          font-size: 55px;
          text-align: center; }
          .home #hero-header .cls-background .cls-inner h1 br {
            display: none; } }
      @media (max-width: 575px) {
        .home #hero-header .cls-background .cls-inner h1 {
          font-size: 40px; } }
    .home #hero-header .cls-background .cls-inner h2 {
      letter-spacing: .025em;
      font-size: 60px; }
      @media (max-width: 991px) {
        .home #hero-header .cls-background .cls-inner h2 {
          font-size: 45px;
          text-align: center; }
          .home #hero-header .cls-background .cls-inner h2 br {
            display: none; } }
      @media (max-width: 575px) {
        .home #hero-header .cls-background .cls-inner h2 {
          font-size: 36px; } }

.home #the-fixer .cls-background {
  padding: 0; }

.home #the-fixer h2 {
  margin-bottom: 0;
  font-size: 48px; }
  .home #the-fixer h2 sup {
    position: relative;
    top: -1.75em; }

@media (max-width: 1199px) {
  .home #the-fixer .image-text-section.text-left .image {
    padding-top: 78vw;
    position: relative;
    width: 100%; } }

@media (max-width: 1199px) {
  .home #the-fixer .image-text-section.text-left .item-content {
    float: none;
    padding: 30px 20px;
    width: 100%; } }

.home #the-fixer .image-text-section.text-left .item-content img {
  vertical-align: middle; }

@media (max-width: 991px) {
  .home #book .col-1, .home #book .col-2, .home #book .grid {
    flex: 1;
    display: block; } }

@media (max-width: 991px) {
  .home #book .col-1 {
    text-align: center; }
    .home #book .col-1 img {
      margin-left: 13.5%; } }

.home #book .col-2 {
  align-items: flex-start; }
  .home #book .col-2 .sellers {
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .home #book .col-2 .sellers {
        text-align: center; } }
  @media (max-width: 991px) {
    .home #book .col-2 .seller-logos {
      text-align: center; } }
  .home #book .col-2 img {
    vertical-align: middle;
    padding-right: 3%;
    float: none;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .75;
    margin: 0 auto;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .home #book .col-2 img {
        max-width: 20%;
        display: inline-block; } }
    @media (max-width: 575px) {
      .home #book .col-2 img {
        max-width: 33.3%; } }
    .home #book .col-2 img:hover {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%);
      opacity: 1; }
    .home #book .col-2 img.wp-image-228 {
      position: relative;
      top: -1em; }

.home #latest-press .cls-background {
  padding: 60px 0; }

@media (max-width: 991px) {
  .home #latest-press .lined-header:after {
    width: 73%; } }

@media (max-width: 767px) {
  .home #latest-press .lined-header:after {
    width: 68%; } }

@media (max-width: 575px) {
  .home #latest-press .lined-header:after {
    width: 41%; } }

.home #featured-in .cls-background {
  padding: 25px 0 0; }

/* 404 */
.error404 article h1 {
  letter-spacing: .025em;
  margin-bottom: 10px;
  font-size: 48px; }

.error404 article p {
  margin-bottom: 40px; }
  .error404 article p .button {
    padding: 0 20px;
    min-width: 195px; }

/* ABOUT */
#about-judy-intro .grid {
  border-bottom: 1px solid #e2ebef;
  padding-bottom: 50px;
  margin-bottom: 25px; }

@media (max-width: 767px) {
  #about-judy-intro .col-1 {
    text-align: center; }
    #about-judy-intro .col-1 img {
      float: none;
      padding: 0; } }

#about-judy-intro .col-vheading {
  left: -75px;
  top: 150px; }

#about-judy-continued-one .grid .cell, #about-judy-continued-three .grid .cell {
  display: block; }

/* BOOKS */
@media (max-width: 991px) {
  #book-intro img {
    margin-left: 13.5%; } }

#book-outro img {
  margin: 0 20px;
  vertical-align: middle; }

#book-outro p:nth-of-type(5) {
  margin-bottom: 0; }

#testimonials {
  margin-bottom: 50px; }

/* CONTACT */
#contact-intro {
  margin-bottom: 110px; }
  #contact-intro .col-vheading {
    left: -100px;
    top: 175px; }
  #contact-intro .social-links {
    display: flex; }
    #contact-intro .social-links br {
      display: none; }
    #contact-intro .social-links a {
      color: #000;
      text-decoration: none;
      font-size: 20px;
      border: 1px solid #000;
      width: 34px;
      height: 34px;
      margin: 0 5px;
      display: inline-block;
      text-align: center;
      line-height: 34px;
      border-radius: 50%;
      transition: all 0.3s ease; }
      #contact-intro .social-links a:hover {
        background-color: #000;
        color: #e2ebef !important; }

/* SPEAKING */
#speaking-intro .cls-background {
  padding-bottom: 0; }

#speaking-intro .col-1 {
  margin-top: 50px; }
  @media (max-width: 991px) {
    #speaking-intro .col-1 {
      margin-top: 0; } }

@media (max-width: 1199px) {
  #speaking-intro .col-2 img {
    margin-top: 25%; } }

@media (max-width: 991px) {
  #speaking-intro .col-2 img {
    margin-top: 0%; } }

#speaking-intro .col-vheading {
  left: -100px;
  top: 240px; }

#intro-continued {
  padding-left: 100px; }
  @media (max-width: 1199px) {
    #intro-continued {
      padding-left: 80px; } }
  @media (max-width: 991px) {
    #intro-continued {
      padding-left: 0; } }

#speaking-topics .cls-background {
  padding: 40px 0 50px; }

#speaking-topics .col-2 {
  padding: 0 20px; }
  @media (max-width: 991px) {
    #speaking-topics .col-2 {
      padding: 0; } }

#speaking-topics .col-1 {
  padding-right: 20px; }
  @media (max-width: 991px) {
    #speaking-topics .col-1 {
      padding: 0; } }

#speaking-topics .col-3 {
  padding-left: 20px; }
  @media (max-width: 991px) {
    #speaking-topics .col-3 {
      padding: 20px 0 0; } }

#speaking-topics .col-1, #speaking-topics .col-2 {
  border-right: 1px solid #fff; }
  @media (max-width: 991px) {
    #speaking-topics .col-1, #speaking-topics .col-2 {
      border-right: none;
      border-bottom: 1px solid #fff;
      padding-top: 20px; } }

/* SECTIONS */
.page-template-template_flex_layout_page h1.entry-title {
  margin-bottom: -75px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .page-template-template_flex_layout_page h1.entry-title {
      margin-bottom: -55px; } }

.page-template-template_flex_layout_page .bring-front {
  z-index: 1;
  position: relative; }

.page-template-template_flex_layout_page .section-logos .logos {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .page-template-template_flex_layout_page .section-logos .logos .logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 20%;
    margin-top: 2%; }
    .page-template-template_flex_layout_page .section-logos .logos .logo img {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      opacity: .75;
      margin: 0 auto;
      transition: all 0.3s ease;
      max-height: 100px;
      text-align: center; }
      @media (max-width: 991px) {
        .page-template-template_flex_layout_page .section-logos .logos .logo img {
          max-width: 150px; } }
      .page-template-template_flex_layout_page .section-logos .logos .logo img:hover {
        -webkit-filter: grayscale(0%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
        opacity: 1; }

.page-template-template_flex_layout_page .section-logos .logo-strip {
  padding-left: 8%;
  justify-content: center; }
  @media (max-width: 1280px) {
    .page-template-template_flex_layout_page .section-logos .logo-strip {
      padding-left: 0; } }
  .page-template-template_flex_layout_page .section-logos .logo-strip .feature-label {
    position: absolute;
    letter-spacing: .025em;
    top: 38%;
    left: -1em;
    text-transform: uppercase;
    color: #777;
    font-weight: 700;
    font-size: 16px; }
    @media (max-width: 1280px) {
      .page-template-template_flex_layout_page .section-logos .logo-strip .feature-label {
        margin: 0 auto;
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
        left: 0;
        right: 0; } }
  .page-template-template_flex_layout_page .section-logos .logo-strip .logo {
    width: 15%;
    margin: 2%; }
    @media (max-width: 1199px) {
      .page-template-template_flex_layout_page .section-logos .logo-strip .logo {
        width: 20%; } }
    @media (max-width: 776px) {
      .page-template-template_flex_layout_page .section-logos .logo-strip .logo {
        width: 28%; } }
    @media (max-width: 575px) {
      .page-template-template_flex_layout_page .section-logos .logo-strip .logo {
        width: 42%;
        margin: 3%; } }

.page-template-template_flex_layout_page .section-logos .logo-cloud {
  justify-content: center; }
  .page-template-template_flex_layout_page .section-logos .logo-cloud .logo {
    width: 12%;
    margin: 1% 2%; }
    @media (max-width: 991px) {
      .page-template-template_flex_layout_page .section-logos .logo-cloud .logo {
        margin: 1% 5%; } }
    @media (max-width: 776px) {
      .page-template-template_flex_layout_page .section-logos .logo-cloud .logo {
        width: 28%;
        margin: 1% 2%; } }
    @media (max-width: 575px) {
      .page-template-template_flex_layout_page .section-logos .logo-cloud .logo {
        width: 42%;
        margin: 3%; } }

.page-template-template_flex_layout_page .section-image_text_block .image-text-section {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative; }
  .page-template-template_flex_layout_page .section-image_text_block .image-text-section.text-left .image {
    right: 0; }
  .page-template-template_flex_layout_page .section-image_text_block .image-text-section.text-left .item-content {
    float: left; }
  .page-template-template_flex_layout_page .section-image_text_block .image-text-section.text-right .image {
    left: 0; }
  .page-template-template_flex_layout_page .section-image_text_block .image-text-section.text-right .item-content {
    float: right; }
  .page-template-template_flex_layout_page .section-image_text_block .image-text-section .image {
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: top left;
    position: absolute; }
    @media (max-width: 991px) {
      .page-template-template_flex_layout_page .section-image_text_block .image-text-section .image {
        padding-top: 78vw;
        position: relative;
        width: 100%; } }
  .page-template-template_flex_layout_page .section-image_text_block .image-text-section .item-content {
    width: 50%;
    min-height: 38vw;
    border-top: 1px solid #d7d7da;
    border-bottom: 1px solid #d7d7da;
    padding: 40px 110px;
    box-sizing: border-box; }
    @media (max-width: 991px) {
      .page-template-template_flex_layout_page .section-image_text_block .image-text-section .item-content {
        float: none;
        padding: 30px 20px;
        width: 100%; } }

@media (max-width: 991px) {
  .page-template-template_flex_layout_page .section-two_column_content .grid {
    display: block; } }

@media (max-width: 991px) {
  .page-template-template_flex_layout_page .section-two_column_content .grid img {
    float: none;
    padding: 0;
    display: block;
    width: 100%; } }

.page-template-template_flex_layout_page .section-two_column_content .grid .cell {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.page-template-template_flex_layout_page .section-two_column_content_fancy_title .cell {
  position: relative; }

.page-template-template_flex_layout_page .section-two_column_content_fancy_title .col-heading {
  text-transform: uppercase;
  letter-spacing: .025em;
  position: relative;
  z-index: 1;
  font-size: 48px; }

.page-template-template_flex_layout_page .section-two_column_content_fancy_title .col-vheading {
  text-transform: uppercase;
  transform: rotate(90deg);
  letter-spacing: .6em;
  position: absolute;
  left: -125px;
  top: 210px;
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700; }
  @media (max-width: 991px) {
    .page-template-template_flex_layout_page .section-two_column_content_fancy_title .col-vheading {
      display: none; } }
  .page-template-template_flex_layout_page .section-two_column_content_fancy_title .col-vheading:after {
    content: '';
    height: 1px;
    width: 40px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #000; }

.page-template-template_flex_layout_page .section-two_column_content_fancy_title .col-pad-left {
  box-sizing: border-box;
  padding-left: 50px; }
  @media (max-width: 991px) {
    .page-template-template_flex_layout_page .section-two_column_content_fancy_title .col-pad-left {
      padding-left: 0; } }

@media (max-width: 991px) {
  .page-template-template_flex_layout_page .section-two_column_content_fancy_title .grid {
    display: block; } }

@media (max-width: 991px) {
  .page-template-template_flex_layout_page .section-two_column_content_fancy_title .grid img {
    float: none;
    padding: 0;
    display: block;
    width: 100%; } }

.page-template-template_flex_layout_page .section-testimonials_slider .testimonials {
  margin: 0 auto; }
  .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .slick-prev {
    left: -25px; }
  .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .slick-track .slick-slide {
    height: auto; }
  .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px; }
    @media (max-width: 575px) {
      .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial {
        padding: 0; } }
    .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial .testimonial-img {
      /*position: absolute;
					top:50%;
					left:100px;
					transform: translate(0%,-70%);*/
      float: left; }
      @media (max-width: 991px) {
        .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial .testimonial-img {
          /*position: relative;
						transform:translate(0%,0%);
						left:0;*/
          float: none; } }
      .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial .testimonial-img img {
        border-radius: 50%;
        max-width: 188px; }
        @media (max-width: 991px) {
          .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial .testimonial-img img {
            margin: 0 auto 25px; } }
    .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial .testimonial-txt {
      position: relative;
      max-width: 720px;
      margin-left: 250px;
      line-height: normal;
      letter-spacing: .040em; }
      @media (max-width: 991px) {
        .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial .testimonial-txt {
          max-width: 100%;
          margin-left: 0; } }
      .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial .testimonial-txt.no-img {
        max-width: 100%;
        margin-left: 0; }
      .page-template-template_flex_layout_page .section-testimonials_slider .testimonials .testimonial .testimonial-txt h6 {
        line-height: 1;
        margin-bottom: 50px; }

.page-template-template_flex_layout_page .section-tabbed_content .tabs {
  margin: -50px auto 0;
  padding: 0;
  text-align: center;
  overflow: inherit; }
  .page-template-template_flex_layout_page .section-tabbed_content .tabs.ui-tabs .ul-tabs-hide {
    position: absolute;
    left: -10000px; }
  .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 0; }
    @media (max-width: 575px) {
      .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav {
        display: block;
        width: 100vw;
        position: relative;
        margin-left: -50vw;
        left: 50%; } }
    .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav li {
      margin-bottom: 0; }
      .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav li a {
        box-sizing: border-box;
        display: inline-block;
        color: #000;
        letter-spacing: .025em;
        min-width: 278px;
        border: 3px solid #f1f1f1;
        height: 52px;
        line-height: 48px;
        transition: all 0.3s ease;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700; }
        .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav li a:hover {
          background-color: #f1f1f1; }
        @media (max-width: 1199px) {
          .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav li a {
            min-width: 220px; } }
        @media (max-width: 991px) {
          .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav li a {
            min-width: 100%;
            display: block;
            box-sizing: border-box;
            padding: 0 20px; } }
        @media (max-width: 991px) {
          .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav li a {
            min-width: 100%;
            display: block;
            box-sizing: border-box;
            padding: 0 20px; } }
    .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav .ui-tabs-selected a,
    .page-template-template_flex_layout_page .section-tabbed_content .tabs .nav .ui-tabs-active a {
      background: #f1f1f1;
      position: relative;
      z-index: 2;
      outline: none; }
  .page-template-template_flex_layout_page .section-tabbed_content .tabs .tab-content {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #f1f1f1; }
    .page-template-template_flex_layout_page .section-tabbed_content .tabs .tab-content .tab {
      background: #f1f1f1;
      padding: 75px 100px;
      box-sizing: border-box;
      margin: -3px auto 0;
      max-width: 1200px; }
      @media (max-width: 991px) {
        .page-template-template_flex_layout_page .section-tabbed_content .tabs .tab-content .tab {
          padding: 50px 10px 50px 25px; } }
      @media (max-width: 575px) {
        .page-template-template_flex_layout_page .section-tabbed_content .tabs .tab-content .tab {
          padding: 50px 25px; } }

.page-template-template_flex_layout_page .section-latest_press .container {
  max-width: 1250px; }
  @media (max-width: 1199px) {
    .page-template-template_flex_layout_page .section-latest_press .container {
      max-width: 980px; } }
  .page-template-template_flex_layout_page .section-latest_press .container .press-heading {
    padding-left: 20px; }
    @media (max-width: 1199px) {
      .page-template-template_flex_layout_page .section-latest_press .container .press-heading {
        padding-left: .4em; } }
    @media (max-width: 575px) {
      .page-template-template_flex_layout_page .section-latest_press .container .press-heading {
        padding-left: .1em; } }
    .page-template-template_flex_layout_page .section-latest_press .container .press-heading:after {
      width: 89%; }
      @media (max-width: 1199px) {
        .page-template-template_flex_layout_page .section-latest_press .container .press-heading:after {
          width: 87.5%; } }
      @media (max-width: 991px) {
        .page-template-template_flex_layout_page .section-latest_press .container .press-heading:after {
          width: 84.5%; } }
      @media (max-width: 767px) {
        .page-template-template_flex_layout_page .section-latest_press .container .press-heading:after {
          width: 82%; } }
      @media (max-width: 575px) {
        .page-template-template_flex_layout_page .section-latest_press .container .press-heading:after {
          width: 70%; } }

.page-template-template_flex_layout_page .section-latest_press .latest-press .press-item {
  width: 31.25%;
  margin: 0 1% 2%;
  float: left;
  display: inline; }
  @media (max-width: 991px) {
    .page-template-template_flex_layout_page .section-latest_press .latest-press .press-item {
      width: 48%; } }
  @media (max-width: 575px) {
    .page-template-template_flex_layout_page .section-latest_press .latest-press .press-item {
      width: 100%; } }
  .page-template-template_flex_layout_page .section-latest_press .latest-press .press-item img {
    margin-bottom: -.35em; }
  .page-template-template_flex_layout_page .section-latest_press .latest-press .press-item .press-item-info {
    background-color: #f1f1f1;
    box-sizing: border-box;
    padding: 25px; }
    .page-template-template_flex_layout_page .section-latest_press .latest-press .press-item .press-item-info .publication {
      letter-spacing: .025em;
      text-transform: uppercase;
      margin-bottom: 15px;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 300; }
    .page-template-template_flex_layout_page .section-latest_press .latest-press .press-item .press-item-info .title {
      letter-spacing: .025em;
      line-height: 1.125;
      margin-bottom: 15px;
      font-family: "Playfair Display", serif;
      font-size: 24px;
      font-weight: 700; }
    .page-template-template_flex_layout_page .section-latest_press .latest-press .press-item .press-item-info .excerpt {
      line-height: normal;
      letter-spacing: .025em;
      margin-bottom: 60px;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 300; }
    .page-template-template_flex_layout_page .section-latest_press .latest-press .press-item .press-item-info .read-more-btn {
      text-align: center;
      margin-top: 25px; }

.page-template-template_flex_layout_page .section-latest_press .alm-btn-wrap {
  display: none; }

.page-template-template_flex_layout_page .section-videos .video-heading:after {
  width: 90%; }
  @media (max-width: 1199px) {
    .page-template-template_flex_layout_page .section-videos .video-heading:after {
      width: 88%; } }
  @media (max-width: 991px) {
    .page-template-template_flex_layout_page .section-videos .video-heading:after {
      width: 84%; } }
  @media (max-width: 767px) {
    .page-template-template_flex_layout_page .section-videos .video-heading:after {
      width: 82%; } }
  @media (max-width: 575px) {
    .page-template-template_flex_layout_page .section-videos .video-heading:after {
      width: 66%; } }

.page-template-template_flex_layout_page .section-videos .multi-vids {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-template-template_flex_layout_page .section-videos .multi-vids .multi-vid {
    width: 49%; }
    @media (max-width: 991px) {
      .page-template-template_flex_layout_page .section-videos .multi-vids .multi-vid {
        width: 100%; } }

.page-template-template_flex_layout_page .section-videos .vid {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  clear: both;
  margin-bottom: 25px; }
  .page-template-template_flex_layout_page .section-videos .vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-template-template_flex_layout_page .section-photo_blocks .photo-heading:after {
  width: 89.5%; }
  @media (max-width: 1199px) {
    .page-template-template_flex_layout_page .section-photo_blocks .photo-heading:after {
      width: 86.75%; } }
  @media (max-width: 991px) {
    .page-template-template_flex_layout_page .section-photo_blocks .photo-heading:after {
      width: 83%; } }
  @media (max-width: 767px) {
    .page-template-template_flex_layout_page .section-photo_blocks .photo-heading:after {
      width: 80%; } }
  @media (max-width: 575px) {
    .page-template-template_flex_layout_page .section-photo_blocks .photo-heading:after {
      width: 63%; } }

.page-template-template_flex_layout_page .section-photo_blocks .grid, .page-template-template_flex_layout_page .section-photo_blocks .gutter {
  margin-bottom: 20px; }

.page-template-template_flex_layout_page .section-photo_blocks .photo {
  position: relative;
  width: 100%;
  margin-bottom: 11.68px; }
  .page-template-template_flex_layout_page .section-photo_blocks .photo .image {
    display: block;
    width: 100%;
    height: auto; }
  .page-template-template_flex_layout_page .section-photo_blocks .photo .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #000; }
    .page-template-template_flex_layout_page .section-photo_blocks .photo .overlay .icon {
      color: #fff;
      position: absolute;
      text-decoration: none;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      text-align: center;
      font-weight: 700;
      font-size: 20px; }
  .page-template-template_flex_layout_page .section-photo_blocks .photo:hover .overlay {
    opacity: 1; }

.page-template-template_flex_layout_page .section-three_column_content h1.heading {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400; }

@media (max-width: 991px) {
  .page-template-template_flex_layout_page .section-three_column_content .grid {
    display: block; } }

/*SHORTCODES*/
.latest-press {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }
  .latest-press .press-item {
    width: 48.5%; }
    @media (max-width: 767px) {
      .latest-press .press-item {
        width: 100%;
        margin-top: 25px; } }
    .latest-press .press-item .press-content {
      box-sizing: border-box;
      padding: 10px 0 0; }
      .latest-press .press-item .press-content h4 {
        text-transform: uppercase;
        margin-bottom: 2%;
        letter-spacing: .025em;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 20px; }
      .latest-press .press-item .press-content h3 {
        letter-spacing: .025em;
        font-weight: 700;
        font-size: 26px; }
      .latest-press .press-item .press-content .button {
        margin-bottom: 0; }

/*BULLET STYLES*/
section.section-content ul, section.section-three_column_content ul, section.section-image_text_block ul, section.section-two_column_content ul, section.section-two_column_content_fancy_title ul, section.section-tabbed_content .tab-content ul {
  list-style-position: outside;
  list-style: none; }
  section.section-content ul li:before, section.section-three_column_content ul li:before, section.section-image_text_block ul li:before, section.section-two_column_content ul li:before, section.section-two_column_content_fancy_title ul li:before, section.section-tabbed_content .tab-content ul li:before {
    content: "+";
    margin-right: .5em;
    margin-left: -1em; }

/* ACF BLOCKS BELOW THIS LINE */
/* DEFAULT GUTENBERG BLOCKS BELOW THIS LINE */
.wp-block-cover {
  position: relative;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: 50%; }
  .wp-block-cover p {
    color: #fff;
    line-height: 1.2;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 400; }
  .wp-block-cover.has-left-content {
    justify-content: flex-start; }
    .wp-block-cover.has-left-content p {
      text-align: left; }
  .wp-block-cover.has-right-content {
    justify-content: flex-end; }
    .wp-block-cover.has-right-content p {
      text-align: right; }

.wp-block-image {
  margin: 0 0 1.5em;
  padding: 0; }
  .wp-block-image figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    color: #000;
    font-size: 16px; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
  .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc((100% - 32px)/3);
    width: 30%; }
    .wp-block-gallery .blocks-gallery-item figure {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      margin: 0;
      height: 100%; }
      .wp-block-gallery .blocks-gallery-item figure figcaption {
        line-height: 1.6;
        margin: 0;
        padding: 0.5rem;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        color: #fff;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent); }
      .wp-block-gallery .blocks-gallery-item figure img {
        height: 100%;
        flex: 1;
        object-fit: cover;
        width: 100%; }

.wp-block-file .wp-block-file__button {
  margin-left: 25px; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-video video {
    width: 100%;
    max-width: 100%; }
  .wp-block-video figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
    color: #000;
    font-size: 16px; }

.wp-block-button {
  margin-bottom: 25px; }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
  margin: 25px 0;
  min-height: 250px; }
  .wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%; }
  .wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0;
    height: 100%; }
    .wp-block-media-text .wp-block-media-text__media img, .wp-block-media-text .wp-block-media-text__media video {
      max-width: unset;
      width: 100%;
      vertical-align: middle; }
    .wp-block-media-text .wp-block-media-text__media img {
      height: auto;
      max-width: 100%;
      position: relative;
      height: 100%;
      flex: 1;
      object-fit: cover;
      width: 100%; }
  .wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%; }

.wp-block-categories, .wp-block-archives, .wp-block-latest-posts, .wp-block-categories__list {
  list-style: none;
  padding-left: 0 !important; }

.wp-block-latest-comments {
  list-style: none; }
  .wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #e2ebef;
    padding: 15px 0px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment img {
      float: left;
      width: 75px;
      height: 75px;
      margin-right: 20px;
      border-radius: 50%; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
      font-size: 18px;
      letter-spacing: 0.1px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
      display: block;
      letter-spacing: 0.1px;
      font-size: 14px;
      text-transform: uppercase;
      color: #000; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
      position: relative;
      overflow: hidden; }
    .wp-block-latest-comments .wp-block-latest-comments__comment footer {
      background: transparent;
      margin: 0 0 .75em;
      padding: 0; }

.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }
  .wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%; }
  .wp-block-embed:before {
    content: "";
    display: block; }
  .wp-block-embed iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }
  .wp-block-embed figcaption {
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center; }

/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
/*SLICK SLIDER*/
.logo-slider .slick-track {
  display: flex; }

.logo-slider .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center; }

.slick-prev::before, .slick-next::before {
  content: '';
  width: 60px;
  height: 60px;
  display: block; }

.slick-prev {
  left: -60px; }
  @media (max-width: 1199px) {
    .slick-prev {
      left: -25px; } }
  @media (max-width: 991px) {
    .slick-prev {
      left: 0; } }

@media (max-width: 991px) {
  .slick-next {
    right: 0; } }

.slick-next, .slick-prev {
  width: 60px;
  height: 60px; }

.slick-next:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ3Ny4yIDQ3Ny4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMiA0NzcuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNDQ0NDQ0M7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjM2NCwyNDEuNSAxMTkuMiwtMi40IDExMy41LDMuMiAzNTIuNiwyNDEuNCAxMTkuOCw0NzQgMTI1LjUsNDc5LjYgMzYzLjcsMjQxLjggMzYzLjYsMjQxLjggIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat; }

.slick-prev:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ3Ny4yIDQ3Ny4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NzcuMiA0NzcuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNDQ0NDQ0M7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExMy41LDI0MS41IDM1OC40LC0yLjQgMzY0LDMuMiAxMjQuOSwyNDEuNCAzNTcuNyw0NzQgMzUyLjEsNDc5LjYgMTEzLjksMjQxLjggMTE0LDI0MS44ICIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat; }

.slick-dots {
  bottom: 0; }
  .slick-dots li {
    margin: 0; }
    .slick-dots li.slick-active {
      position: relative;
      left: -3px; }
      .slick-dots li.slick-active button:before {
        content: '●';
        opacity: 1;
        font-size: 26px;
        line-height: 15px; }
    .slick-dots li button:before {
      font-size: 8px;
      content: '⃝';
      opacity: 1; }

/*GRAVITY FORMS*/
.gform_wrapper ul li.gfield {
  margin: 0 !important;
  padding: 0; }
  .gform_wrapper ul li.gfield:before {
    content: none !important;
    margin: 0 !important; }
  .gform_wrapper ul li.gfield input[type='text'], .gform_wrapper ul li.gfield select {
    height: 50px; }
  .gform_wrapper ul li.gfield input, .gform_wrapper ul li.gfield select, .gform_wrapper ul li.gfield textarea {
    border: 1px solid #f1f1f1;
    text-indent: 20px;
    margin-top: 0 !important;
    font-size: 22px;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  .gform_wrapper ul li.gfield textarea {
    min-height: 265px;
    padding: 25px;
    text-indent: 0;
    margin-top: 10px; }
  .gform_wrapper ul li.gfield.full-width .name_first {
    width: 100% !important;
    padding-right: 0px; }
  .gform_wrapper ul li.gfield .address_city, .gform_wrapper ul li.gfield .datepicker {
    width: 100% !important;
    padding-right: 0px !important; }
  .gform_wrapper ul li.gfield.details {
    margin: 10px auto 25px !important; }

.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  text-align: center; }
  .gform_wrapper .gform_footer input[type=submit] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans-serif; }

/*POPUPALLY*/
#popup-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-8:hover, #popup-embedded-box-pro-gfcr-1 #popupally-fluid-1-fluid_zwgsqa-8:hover {
  border: 1px solid #000;
  color: #000; }

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