/*
Theme Name hh
Theme URI:
Description: A clean, minimalist theme for hh
Version: 3.0
Author: Howl & Bray
Author URI: https://howlbray.com
*/
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; vertical-align: top; }

.clearfix::after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

/* ==================  Theme CSS  ================== */
h1, h2, h3, h4, h5 { font-weight: normal; margin: 0; padding: 0; }

@font-face { font-family: 'MaisonNeueExtendedWEB-Bold'; src: url("assets/fonts/MaisonNeueExtendedWEB-Bold.woff2") format("woff2"), url("assets/fonts/MaisonNeueExtendedWEB-Bold.woff") format("woff"); font-weight: normal; font-style: normal; font-stretch: normal; }

@font-face { font-family: 'MaisonNeueExtendedWEB-Book'; src: url("assets/fonts/MaisonNeueExtendedWEB-Book.woff2") format("woff2"), url("assets/fonts/MaisonNeueExtendedWEB-Book.woff") format("woff"); font-weight: normal; font-style: normal; font-stretch: normal; }

@font-face { font-family: 'MaisonNeueExtendedWEB-Light'; src: url("assets/fonts/MaisonNeueExtendedWEB-Light.woff2") format("woff2"), url("assets/fonts/MaisonNeueExtendedWEB-Light.woff") format("woff"); font-weight: normal; font-style: normal; font-stretch: normal; }

/* ==================  Site Fonts  ================== */
/* Font Name: Cormorant Garamond - Light Example: // @include font-cormorant-light(70px, 70px, 0px); */
/* Font Name: Cormorant Garamond - Medium Example: // @include font-cormorant-med(50px, 50px, 0px); */
/* Font Name: Gill Sans - Light Example: // @include font-gill-light(16px, 26px, 0px); */
/* Font Name: Gill Sans - Regular Example: // @include font-gill-regular(16px, 16px, 1px); */
/* Font Name: Fraunces - Regular Example: // @include font-bon-regular(128px, 115px, -1px); */
/* ==================  Site Animations  ================== */
/* ==================  Responsive Grid Col Settings  ================== */
/* Generates classes for a grid of columns, prefixed by size. The result will be .col-[size]-[col]-[total-columns] E.g. .col-xs-6-12 @param {string}	$size			The name of the size target (e.g. xs, sm, md, lg, xl, etc.) @param {int}		$grid-columns	Amount of columns */
/* A mixin targeting a specific device width and larger. These are the available targets: 'xs', 'sm', 'md', 'lg', 'xl' @param {string} $media The target media */
.col-xs-1-12 { width: 8.3333333333%; }

.col-xs-2-12 { width: 16.6666666667%; }

.col-xs-3-12 { width: 25%; }

.col-xs-4-12 { width: 33.3333333333%; }

.col-xs-5-12 { width: 41.6666666667%; }

.col-xs-6-12 { width: 50%; }

.col-xs-7-12 { width: 58.3333333333%; }

.col-xs-8-12 { width: 66.6666666667%; }

.col-xs-9-12 { width: 75%; }

.col-xs-10-12 { width: 83.3333333333%; }

.col-xs-11-12 { width: 91.6666666667%; }

.col-xs-12-12 { width: 100%; }

.col-xs-1-10 { width: 10%; }

.col-xs-2-10 { width: 20%; }

.col-xs-3-10 { width: 30%; }

.col-xs-4-10 { width: 40%; }

.col-xs-5-10 { width: 50%; }

.col-xs-6-10 { width: 60%; }

.col-xs-7-10 { width: 70%; }

.col-xs-8-10 { width: 80%; }

.col-xs-9-10 { width: 90%; }

.col-xs-10-10 { width: 100%; }

.col-xs-1-9 { width: 11.1111111111%; }

.col-xs-2-9 { width: 22.2222222222%; }

.col-xs-3-9 { width: 33.3333333333%; }

.col-xs-4-9 { width: 44.4444444444%; }

.col-xs-5-9 { width: 55.5555555556%; }

.col-xs-6-9 { width: 66.6666666667%; }

.col-xs-7-9 { width: 77.7777777778%; }

.col-xs-8-9 { width: 88.8888888889%; }

.col-xs-9-9 { width: 100%; }

.col-xs-1-7 { width: 14.2857142857%; }

.col-xs-2-7 { width: 28.5714285714%; }

.col-xs-3-7 { width: 42.8571428571%; }

.col-xs-4-7 { width: 57.1428571429%; }

.col-xs-5-7 { width: 71.4285714286%; }

.col-xs-6-7 { width: 85.7142857143%; }

.col-xs-7-7 { width: 100%; }

.col-xs-1-6 { width: 16.6666666667%; }

.col-xs-2-6 { width: 33.3333333333%; }

.col-xs-3-6 { width: 50%; }

.col-xs-4-6 { width: 66.6666666667%; }

.col-xs-5-6 { width: 83.3333333333%; }

.col-xs-6-6 { width: 100%; }

.col-xs-1-3 { width: 33.3333333333%; }

.col-xs-2-3 { width: 66.6666666667%; }

.col-xs-3-3 { width: 100%; }

@media (min-width: 768px) { .col-sm-1-12 { width: 8.3333333333%; }
  .col-sm-2-12 { width: 16.6666666667%; }
  .col-sm-3-12 { width: 25%; }
  .col-sm-4-12 { width: 33.3333333333%; }
  .col-sm-5-12 { width: 41.6666666667%; }
  .col-sm-6-12 { width: 50%; }
  .col-sm-7-12 { width: 58.3333333333%; }
  .col-sm-8-12 { width: 66.6666666667%; }
  .col-sm-9-12 { width: 75%; }
  .col-sm-10-12 { width: 83.3333333333%; }
  .col-sm-11-12 { width: 91.6666666667%; }
  .col-sm-12-12 { width: 100%; } }

@media (min-width: 980px) { .col-md-1-12 { width: 8.3333333333%; }
  .col-md-2-12 { width: 16.6666666667%; }
  .col-md-3-12 { width: 25%; }
  .col-md-4-12 { width: 33.3333333333%; }
  .col-md-5-12 { width: 41.6666666667%; }
  .col-md-6-12 { width: 50%; }
  .col-md-7-12 { width: 58.3333333333%; }
  .col-md-8-12 { width: 66.6666666667%; }
  .col-md-9-12 { width: 75%; }
  .col-md-10-12 { width: 83.3333333333%; }
  .col-md-11-12 { width: 91.6666666667%; }
  .col-md-12-12 { width: 100%; }
  .col-md-1-10 { width: 10%; }
  .col-md-2-10 { width: 20%; }
  .col-md-3-10 { width: 30%; }
  .col-md-4-10 { width: 40%; }
  .col-md-5-10 { width: 50%; }
  .col-md-6-10 { width: 60%; }
  .col-md-7-10 { width: 70%; }
  .col-md-8-10 { width: 80%; }
  .col-md-9-10 { width: 90%; }
  .col-md-10-10 { width: 100%; }
  .col-md-1-9 { width: 11.1111111111%; }
  .col-md-2-9 { width: 22.2222222222%; }
  .col-md-3-9 { width: 33.3333333333%; }
  .col-md-4-9 { width: 44.4444444444%; }
  .col-md-5-9 { width: 55.5555555556%; }
  .col-md-6-9 { width: 66.6666666667%; }
  .col-md-7-9 { width: 77.7777777778%; }
  .col-md-8-9 { width: 88.8888888889%; }
  .col-md-9-9 { width: 100%; }
  .col-md-1-7 { width: 14.2857142857%; }
  .col-md-2-7 { width: 28.5714285714%; }
  .col-md-3-7 { width: 42.8571428571%; }
  .col-md-4-7 { width: 57.1428571429%; }
  .col-md-5-7 { width: 71.4285714286%; }
  .col-md-6-7 { width: 85.7142857143%; }
  .col-md-7-7 { width: 100%; }
  .col-md-1-6 { width: 16.6666666667%; }
  .col-md-2-6 { width: 33.3333333333%; }
  .col-md-3-6 { width: 50%; }
  .col-md-4-6 { width: 66.6666666667%; }
  .col-md-5-6 { width: 83.3333333333%; }
  .col-md-6-6 { width: 100%; }
  .col-md-1-3 { width: 33.3333333333%; }
  .col-md-2-3 { width: 66.6666666667%; }
  .col-md-3-3 { width: 100%; } }

@media (min-width: 1400px) { .col-lg-1-12 { width: 8.3333333333%; }
  .col-lg-2-12 { width: 16.6666666667%; }
  .col-lg-3-12 { width: 25%; }
  .col-lg-4-12 { width: 33.3333333333%; }
  .col-lg-5-12 { width: 41.6666666667%; }
  .col-lg-6-12 { width: 50%; }
  .col-lg-7-12 { width: 58.3333333333%; }
  .col-lg-8-12 { width: 66.6666666667%; }
  .col-lg-9-12 { width: 75%; }
  .col-lg-10-12 { width: 83.3333333333%; }
  .col-lg-11-12 { width: 91.6666666667%; }
  .col-lg-12-12 { width: 100%; }
  .col-lg-1-10 { width: 10%; }
  .col-lg-2-10 { width: 20%; }
  .col-lg-3-10 { width: 30%; }
  .col-lg-4-10 { width: 40%; }
  .col-lg-5-10 { width: 50%; }
  .col-lg-6-10 { width: 60%; }
  .col-lg-7-10 { width: 70%; }
  .col-lg-8-10 { width: 80%; }
  .col-lg-9-10 { width: 90%; }
  .col-lg-10-10 { width: 100%; }
  .col-lg-1-9 { width: 11.1111111111%; }
  .col-lg-2-9 { width: 22.2222222222%; }
  .col-lg-3-9 { width: 33.3333333333%; }
  .col-lg-4-9 { width: 44.4444444444%; }
  .col-lg-5-9 { width: 55.5555555556%; }
  .col-lg-6-9 { width: 66.6666666667%; }
  .col-lg-7-9 { width: 77.7777777778%; }
  .col-lg-8-9 { width: 88.8888888889%; }
  .col-lg-9-9 { width: 100%; }
  .col-lg-1-7 { width: 14.2857142857%; }
  .col-lg-2-7 { width: 28.5714285714%; }
  .col-lg-3-7 { width: 42.8571428571%; }
  .col-lg-4-7 { width: 57.1428571429%; }
  .col-lg-5-7 { width: 71.4285714286%; }
  .col-lg-6-7 { width: 85.7142857143%; }
  .col-lg-7-7 { width: 100%; }
  .col-lg-1-6 { width: 16.6666666667%; }
  .col-lg-2-6 { width: 33.3333333333%; }
  .col-lg-3-6 { width: 50%; }
  .col-lg-4-6 { width: 66.6666666667%; }
  .col-lg-5-6 { width: 83.3333333333%; }
  .col-lg-6-6 { width: 100%; }
  .col-lg-1-3 { width: 33.3333333333%; }
  .col-lg-2-3 { width: 66.6666666667%; }
  .col-lg-3-3 { width: 100%; } }

@media (min-width: 1800px) { .col-xl-1-10 { width: 10%; }
  .col-xl-2-10 { width: 20%; }
  .col-xl-3-10 { width: 30%; }
  .col-xl-4-10 { width: 40%; }
  .col-xl-5-10 { width: 50%; }
  .col-xl-6-10 { width: 60%; }
  .col-xl-7-10 { width: 70%; }
  .col-xl-8-10 { width: 80%; }
  .col-xl-9-10 { width: 90%; }
  .col-xl-10-10 { width: 100%; }
  .col-xl-1-12 { width: 8.3333333333%; }
  .col-xl-2-12 { width: 16.6666666667%; }
  .col-xl-3-12 { width: 25%; }
  .col-xl-4-12 { width: 33.3333333333%; }
  .col-xl-5-12 { width: 41.6666666667%; }
  .col-xl-6-12 { width: 50%; }
  .col-xl-7-12 { width: 58.3333333333%; }
  .col-xl-8-12 { width: 66.6666666667%; }
  .col-xl-9-12 { width: 75%; }
  .col-xl-10-12 { width: 83.3333333333%; }
  .col-xl-11-12 { width: 91.6666666667%; }
  .col-xl-12-12 { width: 100%; } }

/* ==================  Site Flex Settings  ================== */
/* ==================  Responsive Fonts Settings  ================== */
body { font-family: sans-serif; background-color: #ffffff; color: #2c2c2c; font-size: 17px; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body, html { height: 100%; }

body.no-scrolling { width: 100%; height: 100%; overflow: hidden; -webkit-overflow-scrolling: touch; }

.wrapper { margin: 150px 0 0; padding: 0; width: 100%; }

.content { width: 100%; }

.content-block { width: 1400px; margin: auto; }

.flex-content-block { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 1400px; margin: auto; }

.one-flex-container { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 1360px; margin: 0 20px; }

.half-flex-container { display: block; position: relative; width: 560px; margin: 0 20px; }

.third-flex-container { width: 360px; margin: 0 20px; }

.full-width-flex-container { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; width: 100%; }

.full-width-container { width: 100%; }

.full-half-flex-container { width: 50%; }

.full-third-flex-container { width: 33.33%; }

.full-fourth-flex-container { width: 25%; }

header.main-header { background-color: #F0F0ED; height: 150px; position: fixed; z-index: 9999; top: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.header-fix { height: 150px; }

.logo { width: 185px; margin: 33px 20px 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

.logo img { width: 100%; height: auto; }

.top-menu-holder { width: 100%; padding: 30px 0 20px; }

.top-menu-holder ul { list-style-type: none; margin: 0; padding: 0; text-align: right; }

.top-menu-holder ul li { margin: 0; padding: 0; display: inline-block; }

.top-menu-holder ul li a { display: block; padding: 0 15px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 0px; color: #3D4E57; }

.top-menu-holder ul li a:hover { opacity: 0.5; }

.top-menu-holder ul li:last-of-type a { display: block; padding: 12px 14px; margin-top: -12px; border: 1px #3D4E57 solid; background-color: transparent; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 12px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; color: #3D4E57; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.top-menu-holder ul li:last-of-type a:hover { background-color: #3D4E57; color: #ffffff; opacity: 1; }

.main-menu-holder { width: 100%; padding: 20px 0 20px; }

.main-menu-holder ul { list-style-type: none; margin: 0; padding: 0; text-align: right; }

.main-menu-holder ul li { margin: 0; padding: 0; display: inline-block; }

.main-menu-holder ul li a { display: block; padding: 0 20px 42px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 20px; letter-spacing: 1px; color: #3D4E57; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.main-menu-holder ul li a:hover { color: #967553; }

.main-menu-holder ul li.tier-0:nth-of-type(6) a, .main-menu-holder ul li.tier-0:nth-of-type(7) a { display: block; padding: 14px 20px; margin-top: -14px; background-color: #967553; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; -webkit-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; }

.main-menu-holder ul li.tier-0:nth-of-type(6) a:hover, .main-menu-holder ul li.tier-0:nth-of-type(7) a:hover { background-color: #3D4E57; }

.main-menu-holder ul li.tier-0:hover > .sub-menu-wrap { visibility: visible; opacity: 1; padding: 0 1000em; /* trick from css-tricks comments */ margin: 0 -1000em; /* trick from css-tricks comments */ }

.main-menu-holder ul li.tier-0 > .sub-menu-wrap { visibility: hidden; opacity: 0; display: block; position: absolute; top: 54px; left: 0; padding: 0; margin: 0; background-color: #F0F0ED; z-index: 9998; -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; overflow: hidden; }

.main-menu-holder ul li.tier-0 > .sub-menu-wrap .sub-menu { width: 1360px; padding: 40px 0; margin: 0 auto 0 -330px; font-size: 0; text-align: left; }

.main-menu-holder ul li.tier-0 > .sub-menu-wrap .sub-menu li.tier-1 { display: inline-block; width: 25%; padding: 0; margin: 0; color: #967553; border-bottom: 0; }

.main-menu-holder ul li.tier-0 > .sub-menu-wrap .sub-menu li.tier-1 a { display: inline-block; padding: 20px 0; margin: 0; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 32px; line-height: 32px; letter-spacing: 0px; color: #967553; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.main-menu-holder ul li.tier-0 > .sub-menu-wrap .sub-menu li.tier-1 a:hover { opacity: 0.5; border-bottom: 0; }

.main-menu-holder ul li.tier-1 > .sub-menu-wrap .sub-menu { width: 320px; padding: 0; margin: 0; font-size: 0; text-align: left; }

.main-menu-holder ul li.tier-1 > .sub-menu-wrap .sub-menu li.tier-2 { display: block; width: 100%; padding: 0; margin: 0; color: #3D4E57; border-bottom: 0; }

.main-menu-holder ul li.tier-1 > .sub-menu-wrap .sub-menu li.tier-2 a { display: block; padding: 0; margin: 0; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 30px; letter-spacing: 1px; color: #3D4E57; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.main-menu-holder ul li.tier-1 > .sub-menu-wrap .sub-menu li.tier-2 a.main-sub-header { display: block; padding: 40px 0 20px; margin: 0; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 32px; line-height: 32px; letter-spacing: 0px; color: #967553; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.main-menu-holder.right-align ul li.tier-0 > .sub-menu-wrap { left: auto; right: 0; }

.main-menu-holder.right-align ul li.tier-0 > .sub-menu-wrap .sub-menu { text-align: left; }

/* ================== Full Menu Section ================== */
.full-menu-container { visibility: hidden; opacity: 0; position: fixed; overflow-x: scroll; width: 100%; height: 100vh; top: 0; padding: 107px 0; background-color: #F0F0ED; z-index: 9998; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; pointer-events: none; }

.full-menu-container.is-visible { opacity: 1; visibility: visible; pointer-events: all; right: 0; }

.full-menu-holder { width: 90%; margin: 80px auto 50px; }

.full-menu-holder ul { list-style: none; padding: 0; margin: 0; text-align: center; }

.full-menu-holder ul li { display: block; padding: 0; margin: 0 0 20px; }

.full-menu-holder ul li a { display: inline-block; padding: 0; margin: 0; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 30px; line-height: 30px; letter-spacing: 1px; color: #3d4e57; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.full-menu-holder ul li a:hover { color: rgba(61, 78, 87, 0.4); }

.full-menu-holder ul li a.is-active { color: #967553; }

.full-menu-holder ul li.tier-0 { opacity: 0; }

.children-dropdown-trigger { display: inline-block; position: absolute; width: 17px; height: 10px; padding: 0; margin: 15px 10px 0; background-repeat: no-repeat; background-image: url("assets/img/down-arrow-blue.png"); background-size: 17px 10px; background-position: center; cursor: pointer; opacity: 1; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.children-dropdown-trigger:hover { opacity: 0.4; }

.children-dropdown-trigger.is-active { background-image: url("assets/img/down-up-arrow-blue.png"); }

.full-menu-holder ul li.tier-0 .sub-menu-wrap { display: none; }

.full-menu-holder ul li.tier-0 .sub-menu-wrap ul.sub-menu li.tier-1 { display: block; padding: 0; margin: 15px 0 0; }

.full-menu-holder ul li.tier-0 .sub-menu-wrap ul.sub-menu li.tier-1 a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 20px; letter-spacing: 1px; color: #3d4e57; }

.full-menu-holder ul li.tier-0 .sub-menu-wrap ul.sub-menu li.tier-1 a:hover { color: rgba(61, 78, 87, 0.4); }

.main-header.is-active .logo { width: 120px !important; margin: 20px 20px 0; }

.main-header.is-active .top-menu-holder { display: none !important; }

.main-header.is-active .main-menu-holder { padding: 42px 0 20px; }

header.main-header.is-active { height: 100px; }

header.main-header.hos-head { background-color: #FBF4ED; }

header.main-header.hos-head.is-active { border-bottom: 1px solid #d2d1d1; }

header.main-header.hos-head .logo img.white-logo { display: none; }

header.main-header.hos-head.use-white-header .logo img.white-logo { display: block; }

header.main-header.hos-head.use-white-header .logo img.blue-logo { display: none; }

header.main-header.hos-head.use-white-header.is-active .logo img.white-logo { display: none; }

header.main-header.hos-head.use-white-header.is-active .logo img.blue-logo { display: block; }

body.no-scrolling header.main-header.hos-head.use-white-header .logo img.white-logo { display: none; }

body.no-scrolling header.main-header.hos-head.use-white-header .logo img.blue-logo { display: block; }

header.main-header.hos-head.use-white-header { background-color: transparent; }

header.main-header.hos-head.use-white-header.is-active { background-color: #FBF4ED; }

body.page-template-page-hospitality .full-menu-container { background-color: #FBF4ED; }

.wrapper.turn-off-spacer { margin: 0; }

.hos-main-menu-holder { width: 100%; padding: 20px 0 20px; }

.hos-main-menu-holder ul { list-style-type: none; margin: 0; padding: 0; text-align: center; }

.hos-main-menu-holder ul li { margin: 0; padding: 0; display: inline-block; }

.hos-main-menu-holder ul li a { display: block; padding: 70px 10px 10px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 20px; letter-spacing: 1px; color: #3D4E57; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.hos-main-menu-holder ul li a:hover { color: #A04B16; }

header.main-header.hos-head.use-white-header .hos-main-menu-holder ul li a { color: #ffffff; }

header.main-header.hos-head.use-white-header .hos-main-menu-holder ul li a:hover { color: #A04B16; }

header.main-header.hos-head.use-white-header.is-active .hos-main-menu-holder ul li a { color: #3D4E57; }

header.main-header.hos-head.use-white-header.is-active .hos-main-menu-holder ul li a:hover { color: #A04B16; }

.main-header.is-active .hos-main-menu-holder ul li a { padding: 20px 10px 10px; }

.hos-hp-back a { display: block; margin: 20px 0 20px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 14px; line-height: 14px; letter-spacing: 0.7px; color: #3D4E57; text-align: right; -webkit-transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out; }

.hos-hp-back a:hover { color: #A04B16; }

header.main-header.hos-head.use-white-header .hos-hp-back a { color: #ffffff; }

header.main-header.hos-head.use-white-header .hos-hp-back a:hover { color: #A04B16; }

header.main-header.nav-up { margin-top: -100px; }

.main-header.is-active .hos-hp-back { display: none !important; }

.hos-cta a { display: block; margin-left: auto; margin-right: 0; margin-top: 40px; width: 160px; height: 45px; border-radius: 22px; padding: 15px 10px; background: #A04B16; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; text-align: center; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.hos-cta a:hover { color: #A04B16; background: #ffffff; }

.main-header.is-active .hos-cta a { margin-top: 28px; }

/* ================== Reponsive Section ================== */
@media only screen and (min-width: 980px) and (max-width: 1400px) { header.main-header { height: 136px; }
  header.main-header.hos-head { height: 130px; }
  header.main-header.hos-head.is-active { height: 100px; }
  .header-fix { height: 136px; }
  .logo { width: 154px; margin: 33px 20px 0; }
  .top-menu-holder { padding: 30px 0 15px; }
  .top-menu-holder ul li a { padding: 0 10px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 13px; line-height: 13px; letter-spacing: 1px; }
  .main-menu-holder { padding: 18px 0 18px; }
  .main-menu-holder ul li a { padding: 0 15px 50px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 18px; line-height: 18px; letter-spacing: 1px; }
  .main-menu-holder ul li.tier-0:last-of-type a { margin-top: -12px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 12px; line-height: 12px; letter-spacing: 1px; }
  .main-menu-holder ul li.tier-0 > .sub-menu-wrap { top: 46px; }
  .main-menu-holder ul li.tier-0 > .sub-menu-wrap .sub-menu { width: 930px; padding: 40px 0; margin: 0 auto 0 -220px; }
  .main-menu-holder ul li.tier-0 > .sub-menu-wrap .sub-menu li.tier-1 a { padding: 15px 0; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 24px; line-height: 24px; letter-spacing: 0px; }
  .main-menu-holder ul li.tier-1 > .sub-menu-wrap .sub-menu { width: 220px; margin: 0; padding: 0; }
  .main-menu-holder ul li.tier-1 > .sub-menu-wrap .sub-menu li.tier-2 a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 24px; letter-spacing: 1px; padding: 0; margin: 0; }
  .main-menu-holder ul li.tier-1 > .sub-menu-wrap .sub-menu li.tier-2 a.main-sub-header { padding: 30px 0 15px; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 24px; line-height: 24px; letter-spacing: 0px; }
  .hos-main-menu-holder ul li a { padding: 60px 10px 10px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 14px; line-height: 20px; letter-spacing: 0.6px; }
  .hos-hp-back a { margin: 20px 0 20px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 12px; line-height: 12px; letter-spacing: 0.7px; }
  .hos-cta a { margin-top: 35px; width: 150px; height: 40px; border-radius: 20px; padding: 13px 10px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 14px; line-height: 14px; letter-spacing: 1px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { header.main-header { height: 60px; }
  header.main-header.is-active { height: 60px; }
  .header-fix { height: 60px; }
  .logo { width: 94px; margin: 10px 0 0; }
  .main-header.is-active .logo { width: 94px !important; margin: 10px 0 0 !important; }
  .hos-hp-back { display: none; }
  .hos-cta { display: none; }
  .hos-cta-mobile { position: absolute; top: 11px; right: 10px; width: 120px; height: 60px; }
  .hos-cta-mobile a { display: block; width: 120px; height: 34px; border-radius: 17px; padding: 11px 10px; background: #A04B16; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 12px; line-height: 12px; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; text-align: center; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  .hos-cta-mobile a:hover { color: #967553; background: #ffffff; }
  .header-book-mobile { position: absolute; top: 0px; right: 0px; width: 120px; height: 60px; }
  .header-book-mobile a { display: block; margin: 0; padding: 0; width: 120px; height: 60px; background-color: #967553; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 12px; line-height: 60px; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; text-align: center; }
  .header-book-mobile a:hover { background-color: #3D4E57; }
  .header-burger-container { position: absolute; width: 20px; height: 15px; right: 150px; top: 22px; cursor: pointer; }
  .header-burger-container span { display: block; position: absolute; width: 100%; height: 2px; padding: 0; margin: 0 0 5px; background-color: #3D4E57; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  header.main-header.hos-head.use-white-header .header-burger-container span { background-color: #ffffff; }
  header.main-header.hos-head.use-white-header.is-active .header-burger-container span { background-color: #3D4E57; }
  body.no-scrolling header.main-header.hos-head.use-white-header .header-burger-container span { background-color: #3D4E57; }
  .header-burger-container span:nth-child(1) { top: 0; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
  .header-burger-container span:nth-child(2) { top: 7px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
  .header-burger-container span:nth-child(3) { top: 14px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
  .header-burger-container.open span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 0px; left: 2px; }
  .header-burger-container.open span:nth-child(2) { width: 0%; opacity: 0; }
  .header-burger-container.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 14px; left: 2px; } }

.logo-footer { width: 185px; margin: 0 20px 0; }

.logo-footer img { width: 100%; height: auto; }

.footer-menu-holder span { display: block; color: #3D4E57; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 50px; line-height: 50px; letter-spacing: 0px; padding: 0 0 40px 0; }

.footer-menu-holder ul { margin: 0; padding: 0; list-style-type: none; }

.footer-menu-holder ul li { margin: 0; padding: 0; }

.footer-menu-holder ul li a { display: block; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 30px; letter-spacing: 0px; color: #3D4E57; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.footer-menu-holder ul li a:hover { opacity: 0.5; }

.footer-menu-holder ul li.mob-only a { display: none; }

.footer-bottom-links { position: absolute; bottom: 0; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 20px; letter-spacing: 0px; color: #3D4E57; }

.footer-bottom-links a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 20px; letter-spacing: 0px; color: #3D4E57; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.footer-bottom-links a:hover { opacity: 0.5; }

.footer-logos { padding: 0; }

.footer-logos img { margin-right: 10px; }

@media only screen and (min-width: 980px) and (max-width: 1400px) { .logo-footer { width: 154px; margin: 0 15px 0; }
  .footer-menu-holder span { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 32px; line-height: 32px; letter-spacing: 0px; padding: 0 0 30px 0; }
  .footer-menu-holder ul li a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 14px; line-height: 22px; letter-spacing: 0px; }
  .footer-bottom-links { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 14px; line-height: 14px; letter-spacing: 0px; }
  .footer-bottom-links a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 14px; line-height: 14px; letter-spacing: 0px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .logo-footer { width: 154px; margin: 0; }
  .footer-menu-holder span { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 32px; line-height: 32px; letter-spacing: 0px; padding: 30px 0 15px 0; }
  .footer-menu-holder ul li a { display: block; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 24px; letter-spacing: 0px; }
  .footer-bottom-links { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 24px; letter-spacing: 0px; }
  .footer-bottom-links a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 24px; letter-spacing: 0px; }
  .footer-logos { padding: 30px 0 0; }
  .footer-menu-holder ul li.mob-only a { display: block; } }

/* ==================  Page Template CSS  ================== */
.film-search-result { margin: 0 20px 40px; font-family: 'Gill Sans MT W01 Light', sans-serif; font-size: 20px; line-height: 26px; letter-spacing: 0px; color: #967553; background-color: #F0F0ED; }

.film-search-result h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 40px; line-height: 40px; letter-spacing: 0px; color: #967553; padding: 0 0 30px; }

.film-search-result img { width: 100%; height: auto; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.film-search-result-text { padding: 40px; min-height: 380px; }

.film-search-result-image { background-color: #000000; }

.film-search-result-cta { position: absolute; bottom: 40px; left: 40px; }

.film-search-result a:hover img { opacity: 0.6; }

.film-search-result a:hover .cta-button span { background-color: #3D4E57; }

.tax-title { margin: 0 20px; }

.tax-title h1 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 50px; line-height: 50px; letter-spacing: 0px; padding-bottom: 50px; color: #967553; }

.tax-property-back { margin: 0 20px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; color: #967553; }

.tax-property-back a { color: #967553; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.tax-property-back a:hover { opacity: 0.5; }

.ppw-ppf-field-container { margin-top: 50px !important; }

.ppw-ppf-field-container label { display: block; }

.ppw-post-password-container input { width: 100%; padding: 10px; margin: 0px 0px 20px 0px; border: 0px; color: #373636; background: #e2e6e4; -webkit-appearance: none; border-radius: 0px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 20px; letter-spacing: 1px; }

.ppw-post-password-container input[type="submit"] { display: block; width: 120px; text-transform: uppercase; text-align: center; margin: 0px 0px 20px 0px; padding: 14px 20px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 1px; color: #ffffff; border: 0; background-color: #967553; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.ppw-post-password-container input[type="submit"]:hover { cursor: pointer; background-color: #3D4E57; color: #ffffff; }

/* ==================  Responsive Section  ================== */
@media only screen and (min-width: 980px) and (max-width: 1400px) { .film-search-result { margin: 0 15px 30px; font-family: 'Gill Sans MT W01 Light', sans-serif; font-size: 17px; line-height: 24px; letter-spacing: 0px; }
  .film-search-result h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 30px; line-height: 30px; letter-spacing: 0px; padding: 0 0 20px; }
  .film-search-result-text { padding: 20px; min-height: 300px; }
  .film-search-result-cta { bottom: 20px; left: 20px; }
  .tax-title { margin: 0 15px; }
  .tax-title h1 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 40px; line-height: 40px; letter-spacing: 0px; padding-bottom: 40px; }
  .tax-property-back { margin: 0 15px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .film-search-result { margin: 0 0 30px; font-family: 'Gill Sans MT W01 Light', sans-serif; font-size: 18px; line-height: 24px; letter-spacing: 0px; }
  .film-search-result h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 30px; line-height: 30px; letter-spacing: 0px; padding: 0 0 30px; }
  .film-search-result-text { padding: 20px; min-height: 300px; }
  .film-search-result-cta { bottom: 20px; left: 20px; }
  .tax-title { margin: 0; }
  .tax-title h1 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 32px; line-height: 32px; letter-spacing: 0px; padding-bottom: 40px; }
  .tax-property-back { margin: 0; } }

/* ==================  Vendor CSS  ================== */
.slick-slider-banner-container { display: block; position: relative; width: 100%; padding: 0; margin: 0; }

.slick-slider-banner-container .slick-slide { width: 100%; height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: center; }

.instagram-image { display: inline-block; position: relative; width: 16.66%; padding: 0; margin: 0; }

.instagram-image img { width: 100%; height: auto; padding: 0; margin: 0; vertical-align: top; }

.twitter-feed-container { display: block; position: relative; padding: 0; margin: 0; }

.twitter-heading-holder { display: block; position: relative; padding: 0; margin: 0 0 30px; }

.twitter-heading-holder a { display: block; padding: 0; margin: 0; color: #2c2c2c; font-size: 17px; opacity: 1; }

.twitter-heading-holder a:hover { opacity: 0.4; }

.twitter-text-holder { display: block; position: relative; padding: 0; margin: 0; font-size: 17px; line-height: 22px; }

.twitter-text-holder a { padding: 0; margin: 0; color: #2c2c2c; opacity: 1; }

.twitter-text-holder a:hover { opacity: 0.4; }

.cc-window { opacity: 1; -webkit-transition: opacity 1s ease; transition: opacity 1s ease; }

.cc-window.cc-invisible { opacity: 0; }

.cc-animate.cc-revoke { -webkit-transition: -webkit-transform 1s ease; transition: -webkit-transform 1s ease; transition: transform 1s ease; transition: transform 1s ease, -webkit-transform 1s ease; }

.cc-animate.cc-revoke.cc-top { -webkit-transform: translateY(-2em); -ms-transform: translateY(-2em); transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom { -webkit-transform: translateY(2em); -ms-transform: translateY(2em); transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.cc-grower { max-height: 0; overflow: hidden; -webkit-transition: max-height 1s; transition: max-height 1s; }

.cc-link, .cc-revoke:hover { text-decoration: underline; }

.cc-revoke, .cc-window { position: fixed; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: Helvetica,Calibri,Arial,sans-serif; font-size: 16px; line-height: 1.5em; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-wrap: nowrap; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; z-index: 9999; }

.cc-window.cc-static { position: static; }

.cc-window.cc-floating { padding: 2em; max-width: 24em; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }

.cc-window.cc-banner { padding: 1em 1.8em; width: 100%; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; }

.cc-revoke { padding: .5em; }

.cc-header { font-size: 18px; font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke { cursor: pointer; }

.cc-link { opacity: .8; display: inline-block; padding: 0; }

.cc-link:hover { opacity: 1; }

.cc-link:active, .cc-link:visited { color: initial; }

.cookie-title { display: block; position: relative; margin: 0; padding: 5px 0 10px; color: #ffffff; text-transform: uppercase; font-size: 30px; }

.cc-message { text-transform: uppercase; }

.cc-btn.cc-dismiss { display: inline-block; padding: 10px 10px 9px; margin: 0; border: 0; text-transform: uppercase; text-align: center; opacity: 1; background-color: #ffffff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.cc-btn.cc-dismiss:hover { background-color: #2c2c2c !important; color: #ffffff; }

.cc-highlight .cc-btn:first-child { background-color: transparent; border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover { background-color: transparent; text-decoration: underline; }

.cc-close { display: block; position: absolute; top: .5em; right: .5em; font-size: 1.6em; opacity: .9; line-height: .75; }

.cc-close:focus, .cc-close:hover { opacity: 1; }

.cc-revoke.cc-top { top: 0; left: 3em; border-bottom-left-radius: .5em; border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom { bottom: 0; left: 3em; border-top-left-radius: .5em; border-top-right-radius: .5em; }

.cc-revoke.cc-left { left: 3em; right: unset; }

.cc-revoke.cc-right { right: 3em; left: unset; }

.cc-top { top: 1em; }

.cc-left { left: 1em; }

.cc-right { right: 1em; }

.cc-bottom { bottom: 1em; }

.cc-floating > .cc-link { margin-bottom: 1em; }

.cc-floating .cc-message { display: block; margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance { -ms-flex: 1 0 auto; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto; }

.cc-window.cc-banner { -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }

.cc-banner.cc-top { left: 0; right: 0; top: 0; }

.cc-banner.cc-bottom { left: 0; right: 0; bottom: 0; }

.cc-banner .cc-message { display: block; -ms-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; max-width: 100%; margin-right: 1em; }

.cc-compliance { display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-line-pack: justify; -webkit-align-content: space-between; align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn { -ms-flex: 1; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.cc-btn + .cc-btn { margin-left: .5em; }

@media print { .cc-revoke, .cc-window { display: none; } }

@media screen and (max-width: 900px) { .cc-btn { white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) { .cc-window.cc-top { top: 0; }
  .cc-window.cc-bottom { bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right { left: 0; right: 0; }
  .cc-window.cc-banner { -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; }
  .cc-window.cc-banner .cc-compliance { -ms-flex: 1 1 auto; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; }
  .cc-window.cc-floating { max-width: none; }
  .cc-window .cc-message { margin-bottom: 1em; }
  .cc-window.cc-banner { -ms-flex-align: unset; -webkit-box-align: unset; -webkit-align-items: unset; align-items: unset; }
  .cc-window.cc-banner .cc-message { margin-right: 0; } }

.cc-floating.cc-theme-classic { padding: 1.2em; border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance { text-align: center; display: inline; -ms-flex: none; -webkit-box-flex: 0; -webkit-flex: none; flex: none; }

.cc-theme-classic .cc-btn { border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child { min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn { display: inline-block; }

.cc-theme-edgeless.cc-window { padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message { margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn { margin: 0; padding: .8em 1.8em; height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message { margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn { margin-left: 0; }

/* ==================  Misc CSS  ================== */
/*
Hidden Classes: .hide-on-responsive,
Visible Classes: .show-on-responsive,

Misc */
textarea, input, select { outline: none; -webkit-appearance: none; -moz-appearance: none; border-radius: 0; resize: vertical; }

input[type="checkbox"] { -webkit-appearance: checkbox; -moz-appearance: checkbox; border-radius: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

div { display: block; position: relative; padding: 0; margin: 0; }

p { margin: 0; padding: 0 0 15px; }

p:nth-last-child(1) { margin: 0; padding: 0; }

img { border: 0; -webkit-backface-visibility: hidden; vertical-align: top; padding: 0; margin: 0; }

a { color: #2c2c2c; text-decoration: none; padding: 0; margin: 0; }

:focus { outline: none; }

@-webkit-keyframes fadeTrans { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeTrans { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { opacity: 0; -webkit-transform: translateY(10vh); -ms-transform: translateY(10vh); transform: translateY(10vh); visibility: hidden; -webkit-transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out; will-change: opacity, visibility; }

.fadeIn.is-visible { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; visibility: visible; }

.fadeInSeq { opacity: 0; -webkit-transform: translateY(10vh); -ms-transform: translateY(10vh); transform: translateY(10vh); visibility: hidden; -webkit-transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, -webkit-transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out; transition: opacity 0.9s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out; will-change: opacity, visibility; }

.fadeInSeq.is-visible { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; visibility: visible; }

.staggerFadeIn { opacity: 0; }

.staggerFadeIn.stag-visible { -webkit-animation-name: fadeTrans; animation-name: fadeTrans; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.fade-in-seq-animation { opacity: 0; -webkit-opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; will-change: opacity, transform, visibility; }

.fade-in-seq-animation.is-visible { opacity: 1; -webkit-opacity: 1; visibility: visible; -webkit-transform: none; -ms-transform: none; transform: none; }

.fade-in-animation { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }

.fade-in-animation.in-viewport { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.white-background { background-color: #ffffff; }

.blue-background { background-color: #3D4E57; }

.green-background { background-color: #727B6C; }

.light-grey-background { background-color: #F0F0ED; }

.cream-background { background-color: #FBF4ED; }

.blue-background-tree { background-color: #3D4E57; background-image: url("assets/img/background-blue-tree.jpg"); background-size: cover; }

.lightgrey-background-tree { background-color: #F0F0ED; background-image: url("assets/img/background-grey-tree.jpg"); background-size: cover; }

.green-background-tree { background-color: #F0F0ED; background-image: url("assets/img/background-green-tree.jpg"); background-size: cover; }

.lightgrey-background-tree-two { background-color: #F0F0ED; background-image: url("assets/img/background-grey-tree-visit.jpg"); background-size: cover; }

.ten-spacer { padding-top: 10px; }

.twenty-spacer { padding-top: 20px; }

.thirty-spacer { padding-top: 30px; }

.forty-spacer { padding-top: 40px; }

.fifty-spacer { padding-top: 50px; }

.sixty-spacer { padding-top: 60px; }

.eighty-spacer { padding-top: 80px; }

.one-hundred-spacer { padding-top: 100px; }

.hide-on-responsive { display: block !important; }

.show-on-responsive { display: none !important; }

.show-on-small-desktop { display: none !important; }

.show-on-desktop { display: block !important; }

.hide-on-desktop { display: none !important; }

.overflow-fix { overflow-x: hidden; }

.add-flex-fix { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; }

.z-index-fix { z-index: 999; }

.ios-font-fix { -webkit-text-size-adjust: 100%; }

.long-text-fix { /* These are technically the same, but use both */ overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; /* This is the dangerous one in WebKit, as it breaks things wherever */ word-break: break-all; /* Instead use this non-standard one: */ word-break: break-word; /* Adds a hyphen where the word breaks, if supported (No Blink) */ -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }

.play-button-overlay { position: absolute; width: 110px; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); z-index: 1; pointer-events: none; }

.play-button-overlay img { width: 110px; height: auto; opacity: 1 !important; }

.regfield, .regbutton, .regbuttonlong { display: block; position: relative; width: 260px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; float: left; }

.regbutton { width: 120px; margin: 0px 0px 0px 0px; }

.regbuttonlong { width: 640px; margin: 0px 10px; }

.regfield input { width: 100%; padding: 10px; margin: 0px 0px 0px 0px; border: 0px; color: #373636; background: #ffffff; -webkit-appearance: none; border-radius: 0px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 20px; letter-spacing: 1px; font-size: 16px; }

.regbutton input, .regbuttonlong input { display: block; width: 120px; height: 41px; border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -webkit-appearance: none; border-radius: 0px; text-transform: uppercase; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 1px; background: #86754d; padding-top: 2px; color: #ffffff; margin-bottom: 30px; cursor: pointer; cursor: hand; }

.regbuttonlong input { width: 640px; }

.regbutton input:hover, .regbuttonlong input:hover { background: #acc6c9; }

.regfieldlarge { display: block; position: relative; width: 640px; padding: 0px 0px 20px 0px; margin: 0px 10px; float: left; }

.regfieldlarge.twoboy { width: 310px; }

.regfieldlarge input { width: 100%; padding: 10px; margin: 0px 0px 0px 0px; border: 0px; color: #373636; background: #e2e6e4; -webkit-appearance: none; border-radius: 0px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 20px; letter-spacing: 1px; }

.regfieldlarge select { width: 100%; padding: 10px; margin: 0px 0px 0px 0px; border: 0px; color: #373636; background: #e2e6e4; -webkit-appearance: none; border-radius: 0px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 25px; letter-spacing: 1px; background-image: url(assets/img/arrow-down-gold.png); background-repeat: no-repeat; background-position: top 17px right 10px; background-size: 20px 11px; }

.regfieldlarge textarea { width: 100%; padding: 10px; margin: 0px 0px 0px 0px; border: 0px; color: #373636; background: #e2e6e4; -webkit-appearance: none; border-radius: 0px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 28px; letter-spacing: 1px; text-align: left; }

.regfieldlarge .wpcf7-acceptance .wpcf7-list-item { padding: 0; margin: 0 10px 0 0; }

.regfieldlarge .wpcf7-acceptance .wpcf7-list-item label { display: -webkit-box !important; display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; -webkit-align-items: top; -moz-align-items: top; -ms-align-items: top; -webkit-box-align: top; -ms-flex-align: top; align-items: top; -webkit-column-gap: 15px; -moz-column-gap: 15px; column-gap: 15px; }

.regfieldlarge .wpcf7-acceptance label { text-transform: none; cursor: pointer; }

.regfieldlarge .wpcf7-acceptance br { display: none; }

.regfieldlarge .wpcf7-acceptance input { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; margin: 0; padding: 0; font: inherit; width: 21px; height: 15px; border: 1px solid rgba(44, 44, 44, 0.5); border-radius: 0; -webkit-transform: translateY(-0.075em); -ms-transform: translateY(-0.075em); transform: translateY(-0.075em); cursor: pointer; margin-top: 7px; }

.regfieldlarge .wpcf7-acceptance input::before { content: ""; position: absolute; top: 2px; left: 2px; width: 9px; height: 9px; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: 0.3s -webkit-transform ease-in-out; transition: 0.3s -webkit-transform ease-in-out; transition: 0.3s transform ease-in-out; transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out; /* Windows High Contrast Mode */ background-color: #2c2c2c; }

.regfieldlarge .wpcf7-acceptance input:checked::before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.regfieldlarge .wpcf7-acceptance .wpcf7-list-item-label a { color: inherit; text-decoration: underline; text-underline-offset: 3px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.regfieldlarge .wpcf7-acceptance .wpcf7-list-item-label a:hover { opacity: 0.5; }

.wpcf7 form .wpcf7-response-output { border: 0px; pointer-events: none; }

.grid-gutters { padding-left: 20px; padding-right: 20px; }

.comp-hh-line { border-bottom: 1px solid #626262; margin: auto; margin-bottom: 20px; width: 1360px; }

@media only screen and (min-width: 980px) and (max-width: 1400px) { .regfieldlarge { width: 430px; }
  .regfieldlarge.twoboy { width: 205px; }
  .regbuttonlong input { width: 430px; }
  .regfieldlarge .wpcf7-acceptance input { width: 31px; }
  .grid-gutters { padding-left: 15px; padding-right: 15px; }
  .comp-hh-line { width: 930px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .regfield, .regbutton, .regbuttonlong, .regfieldlarge.twoboy { width: 100%; margin: 0; }
  .regbuttonlong input { width: 100%; }
  .regfieldlarge { width: 100%; margin: 0; }
  .grid-gutters { padding-left: 0px; padding-right: 0px; }
  .comp-hh-line { width: 90%; } }

.cta-button span, .cta-button a { display: inline-block; position: relative; z-index: 1; text-transform: uppercase; text-align: center; padding: 14px 20px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 1px; color: #ffffff; background-color: #967553; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.cta-button span:hover, .cta-button a:hover { background-color: #3D4E57; }

.cta-hos-button span, .cta-hos-button a { display: inline-block; position: relative; height: 45px; border-radius: 22px; padding: 15px 25px; background: #FBF4ED; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; color: #A04B16; text-align: center; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.cta-hos-button span:hover, .cta-hos-button a:hover { color: #FBF4ED; background: #A04B16; }

.cta-hos-button-sp { margin-top: 30px; }

.cta-hos-button.cta-hos-button-sand span, .cta-hos-button.cta-hos-button-sand a { background: #BEB8A5; color: #ffffff; }

.cta-hos-button.cta-hos-button-sand span:hover, .cta-hos-button.cta-hos-button-sand a:hover { color: #FBF4ED; background: #A04B16; }

.cta-hos-button.cta-hos-button-gold span, .cta-hos-button.cta-hos-button-gold a { background: #967553; color: #ffffff; }

.cta-hos-button.cta-hos-button-gold span:hover, .cta-hos-button.cta-hos-button-gold a:hover { color: #FBF4ED; background: #A04B16; }

@media only screen and (min-width: 980px) and (max-width: 1400px) { .cta-button span, .cta-button a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 12px; line-height: 12px; letter-spacing: 1px; }
  .cta-hos-button span, .cta-hos-button a { height: 40px; border-radius: 20px; padding: 13px 20px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 14px; line-height: 14px; letter-spacing: 1px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .cta-button span, .cta-button a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 12px; line-height: 12px; letter-spacing: 1px; }
  .cta-hos-button span, .cta-hos-button a { height: 34px; border-radius: 17px; padding: 12px 20px; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 12px; line-height: 12px; letter-spacing: 1px; } }

.ss-image { overflow: hidden; }

.ss-image img { width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; -webkit-transition: transform 0.3s; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; }

.ss-image:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: #779898; opacity: 0; z-index: 1; pointer-events: none; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }

.ss-image-cont a:hover .ss-image:before { opacity: 0.6; }

.ss-image-cont a:hover .ss-image img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.hh-events-month-separator { text-align: center; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 50px; line-height: 50px; letter-spacing: 0px; color: #967553; padding: 0 0 50px !important; }

.hh-events-list-cont { width: 1360px; background-color: #ffffff; margin: 0 0 50px !important; }

.hh-events-list-info { padding: 50px 150px 50px 50px !important; font-family: 'Gill Sans MT W01 Light', sans-serif; font-size: 20px; line-height: 26px; letter-spacing: 0px; color: #403E38; }

.hh-events-list-info h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 40px; line-height: 40px; letter-spacing: 0px; padding-bottom: 30px; }

.hh-events-list-info h3 a { color: #727B6C !important; }

.hh-events-list-info h3 a:hover { color: #967553 !important; border-bottom: none !important; }

.hh-events-list-date { border-top: 1px solid #F0F0ED !important; border-bottom: 1px solid #F0F0ED !important; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 30px; letter-spacing: 0px; color: #3D4E57; background-image: url("assets/img/cal-icon.png"); background-repeat: no-repeat; background-size: 24px 22px; background-position: 0 12px; margin: 20px 0 0 !important; padding: 7px 0 7px 40px !important; }

.hh-events-list-time { border-bottom: 1px solid #F0F0ED !important; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 30px; letter-spacing: 0px; color: #3D4E57; background-image: url("assets/img/clcok-icon.png"); background-repeat: no-repeat; background-size: 24px 24px; background-position: 0 10px; padding: 7px 0 7px 40px !important; }

.hh-events-list-cost { border-bottom: 1px solid #F0F0ED !important; font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 20px; line-height: 30px; letter-spacing: 0px; color: #3D4E57; background-image: url("assets/img/price-icon.png"); background-repeat: no-repeat; background-size: 24px 24px; background-position: 0 10px; padding: 7px 0 7px 40px !important; }

.hh-events-list-image { padding: 0 !important; }

.hh-events-list-image img { width: 100%; height: auto; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

.hh-events-list-image img:hover { opacity: 0.6; }

.hh-events-list-link-holder { padding-top: 30px !important; }

.hh-events-list-link-holder.cta-button a { background-color: #727B6C; color: #ffffff !important; }

.hh-events-list-link-holder.cta-button a:hover { background-color: #967553; color: #ffffff !important; }

.tribe-events-header, .tribe-events-c-subscribe-dropdown { display: none !important; }

.single-events-back { width: 100%; padding: 0; padding-bottom: 40px; }

.single-events-back a { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 0; text-transform: uppercase; color: #3D4E57; }

.single-events-back a:hover { opacity: 0.5; }

.hh-events-single-info { font-family: 'Gill Sans MT W01 Light', sans-serif; font-size: 16px; line-height: 26px; letter-spacing: 0px; color: #403E38; padding: 0 20px 0 0; }

.hh-events-single-info a { text-decoration: underline; }

.hh-events-single-info h1 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 50px; line-height: 50px; letter-spacing: 0px; color: #967553; padding: 0 0 50px !important; }

.hh-events-single-info h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 30px; line-height: 30px; letter-spacing: 0px; color: #967553; padding: 10px 0 20px !important; text-transform: capitalize; }

.hh-events-single-info h5 { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 16px; letter-spacing: 0; text-transform: uppercase; color: #3D4E57; padding-bottom: 30px !important; }

.hh-events-single-image { padding: 0 0 0 20px; }

.hh-events-single-image img { width: 100%; height: auto; }

.hh-events-single-details { position: absolute; z-index: 1; top: 400px; left: 20px; width: 440px; min-height: 320px; padding: 20px 40px; background-color: #F0F0ED; }

.hh-events-single-cont .hh-events-list-date, .hh-events-single-cont .hh-events-list-time, .hh-events-single-cont .hh-events-list-cost { border-bottom: 1px solid rgba(64, 62, 56, 0.3) !important; }

.hh-events-single-link-holder { padding-top: 30px !important; }

@media only screen and (min-width: 980px) and (max-width: 1400px) { .hh-events-month-separator { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 40px; line-height: 40px; letter-spacing: 0px; padding: 0 0 40px !important; }
  .hh-events-list-cont { width: 930px; margin: 0 0 30px !important; }
  .hh-events-list-info { padding: 30px 50px 30px 30px !important; font-family: 'Gill Sans MT W01 Light', sans-serif; font-size: 16px; line-height: 22px; letter-spacing: 0px; }
  .hh-events-list-info h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 24px; line-height: 30px; letter-spacing: 0px; padding-bottom: 20px; }
  .hh-events-list-date { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 22px; letter-spacing: 0px; background-size: 24px 22px; background-position: 0 6px; margin: 20px 0 0 !important; padding: 7px 0 7px 40px !important; }
  .hh-events-list-time { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 22px; letter-spacing: 0px; background-size: 24px 24px; background-position: 0 5px; padding: 7px 0 7px 40px !important; }
  .hh-events-list-image img { width: 100%; height: 100%; position: absolute; -o-object-fit: cover; object-fit: cover; top: 50%; left: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); }
  .hh-events-single-details { top: 290px; left: 20px; width: 400px; min-height: 260px; }
  .hh-events-list-cost { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 26px; letter-spacing: 0px; }
  .hh-events-single-info h1 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 40px; line-height: 40px; letter-spacing: 0px; padding: 0 0 40px !important; }
  .hh-events-single-info h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 26px; line-height: 26px; letter-spacing: 0px; } }

@media only screen and (min-width: 1px) and (max-width: 979px) { .hh-events-month-separator { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 40px; line-height: 40px; letter-spacing: 0px; padding: 0 0 40px !important; }
  .hh-events-list-cont { width: 100%; margin: 0 0 30px !important; }
  .hh-events-list-info { padding: 30px 50px 30px 30px !important; font-family: 'Gill Sans MT W01 Light', sans-serif; font-size: 16px; line-height: 22px; letter-spacing: 0px; }
  .hh-events-list-info h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 30px; line-height: 30px; letter-spacing: 0px; padding-bottom: 20px; }
  .hh-events-list-date { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 22px; letter-spacing: 0px; background-size: 24px 22px; background-position: 0 6px; margin: 20px 0 0 !important; padding: 7px 0 7px 40px !important; }
  .hh-events-list-time { font-family: 'Gill Sans MT W01 Medium', sans-serif; font-size: 16px; line-height: 22px; letter-spacing: 0px; background-size: 24px 24px; background-position: 0 5px; padding: 7px 0 7px 40px !important; }
  .hh-events-single-info { padding-bottom: 40px; }
  .hh-events-single-info h1 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 32px; line-height: 32px; letter-spacing: 0px; padding: 0 0 40px !important; }
  .hh-events-single-info h3 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 26px; line-height: 26px; letter-spacing: 0px; }
  .hh-events-single-image { padding: 0; }
  .hh-events-single-details { position: relative; top: auto; left: auto; width: 100%; min-height: 100px; padding: 20px; } }

/* ==================  Reponsive CSS  ================== */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 980px) and (max-width: 1400px) { .fifty-spacer { padding-top: 30px; }
  .sixty-spacer, .eighty-spacer { padding-top: 40px; }
  .one-hundred-spacer { padding-top: 60px; }
  .fifty-padding-both { padding: 0 15px; }
  .wrapper { margin: 120px 0 0; }
  .content-block { width: 960px; }
  .flex-content-block { width: 960px; }
  .one-flex-container { width: 930px; margin: 0 15px; }
  .half-block-container { width: 450px; margin: 0 15px; }
  .third-flex-container { width: 290px; margin: 0 15px; }
  .show-on-desktop { display: none !important; }
  .hide-on-desktop { display: block !important; } }

/*
Hidden Classes: .hide-on-responsive,
Visible Classes: .show-on-responsive

Tablet Portrait size to standard 960 (devices and browsers)
*/
@media only screen and (min-width: 1px) and (max-width: 979px) { /* Hide and show classes */
  .hide-on-responsive { display: none !important; }
  .show-on-responsive { display: block !important; }
  .wrapper { margin: 60px 0 0; }
  .fifty-spacer { padding-top: 30px; }
  .sixty-spacer, .eighty-spacer { padding-top: 40px; }
  .one-hundred-spacer { padding-top: 40px; }
  .fifty-padding-both { padding: 0 20px; }
  .content-block { width: 90%; }
  .flex-content-block { width: 90%; margin: auto; }
  .flex-content-block.mobile-full-fix { width: 100%; margin: auto; }
  .one-flex-container, .half-flex-container, .third-flex-container { width: 100%; padding: 0; margin: 0; }
  .full-width-container, .full-half-flex-container, .full-third-flex-container, .full-fourth-flex-container { width: 100%; padding: 0; margin: 0; }
  .show-on-desktop { display: none !important; }
  .hide-on-desktop { display: block !important; } }

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* Small Screens Height Fix */

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