/*
Theme Name: Casablanca Resort
Author: Infogenix
Author URI: http://infogenix.com/
Description: Custom theme for Casablanca Resort
Version: 1.0
Text Domain: casablanca
*/

@import url(polyfill.object-fit.css);

/* Reset */
html { box-sizing: border-box; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
*, *:before, *:after { box-sizing: inherit; }

body { background: #000; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 300; line-height: 1.5; margin: 0; padding: 0; width: 100%; min-width: 960px; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }
a { color: #e32128; background-color: transparent; }
a:active, a:hover { outline: 0; }
p { margin: 24px 0; }
input, button, select, textarea { font: inherit; border: 0; border-radius: 0; }
input:not([type="checkbox"]) { -webkit-appearance: none; }
select { -webkit-appearance: none; -moz-appearance: none; }
button, input[type="submit"] { cursor: pointer; }
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { padding: 0; border: 0 }
ul, ol { margin: 0; padding: 0; list-style: none; }
strong { font-weight: 700; }

h1, h2, h3, h4 { font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: normal; text-transform: uppercase; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }

h2 { font-size: 60px; font-weight: bold; }
h4 { font-size: 24px; }

.img-right, .alignright { float: right; margin-left: 50px; margin-bottom: 50px; }
.img-right--50{ width: 50%;}
.img-left, .alignleft { float: left; margin-right: 50px; margin-bottom: 50px; }
.hr-h2 { width: 160px; height: 3px; background: #000; margin: 30px 0; }

.title-center { text-align: center; }
.title-divider { margin-bottom: 40px !important; }
.title-divider strong { display: -webkit-flex !important; display: flex !important; justify-content: center; align-items: center; }
.title-divider strong:before, .title-divider strong:after { content: ''; display: inline-block; height: 3px; background-color: #000 !important; flex: 1 1 auto; position: relative; margin: 0 15px; }
.title-divider strong.title-divider--none:before, .title-divider strong.title-divider--none:after { background-color: transparent !important;}
.black-tier .title-divider strong:before, .black-tier .title-divider strong:after { content: ''; display: inline-block; height: 3px; background-color: #fff !important; flex: 1 1 auto; position: relative; margin: 0 15px; }
/*.title-divider:after { content: ""; width: 160px; height: 3px; background: #000; display: block; margin: 30px auto 40px; }*/

[layout="row"], .flex-row { display: flex; display: -webkit-flex; display: -ms-flex; flex-direction: row; }
[layout="column"], .flex-column { display: flex; display: -webkit-flex; display: -ms-flex; flex-direction: column; }
[layout-align="center"], .flex-align-center { align-items: center; }
[layout-align="flex-start"], .flex-align-start { align-items: flex-start; }
[layout-justify="space-between"], .justify-space-between { justify-content: space-between; }
[flex-wrap], .flex-wrap{ flex-wrap: wrap; }
[flex="auto"], .flex-auto { flex: auto; }
[flex="none"], .flex-none { flex: none; }
[flex="10"], .flex10 { flex: 1 1 10%; max-width: 10%; }
[flex="20"], .flex20 { flex: 1 1 20%; max-width: 20%; }
[flex="25"], .flex25 { flex: 1 1 25%; max-width: 25%; }
[flex="30"], .flex30 { flex: 1 1 30%; max-width: 30%; }
[flex="33"], .flex33 { flex: 1 1 33.33%; max-width: 33.33%; }
[flex="40"], .flex40 { flex: 1 1 40%; max-width: 40%; }
[flex="50"], .flex50 { flex: 1 1 50%; max-width: 50%; }
[flex="66"], .flex66 { flex: 1 1 66.66%; max-width: 66.66%; }
[flex="75"], .flex75 { flex: 1 1 75%; max-width: 75%; }
.flex-table { display: -webkit-flex; display: flex; flex-direction: column; width: 100%; height: auto; }
.flex-row { display: -webkit-flex; display: flex; flex-direction: row; width: 100%; padding: 3px 5px; }

.container { width: 960px; margin: 0 auto; position: relative; }
#background { background: #fff; }

#header { background: #000; padding: 10px 0; }
#header #logo { float: left; }
#header-menu { float: right; font-size: 16px; font-weight: 400; text-transform: uppercase; margin-top: 12px; }
#header-menu div.menu ul { list-style: none; margin: 0; padding: 0; }
#header-menu div.menu li { float: left; position: relative;	margin: 0; padding: 0; }
#header-menu a { color: #fff; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; display: block; margin-left: 24px; text-decoration: none; line-height: 44px; }
#header-menu ul ul { background: #000; display: none; position: absolute; top: 44px; left: 0; float: left; width: 250px; z-index: 99999;  }
#header-menu ul ul a { color: #fff; height: auto; line-height: 1.2; padding: 10px 0; width: 226px; text-transform: none; }
#header-menu ul ul ul { left: 100%; top: 0; }
#header-menu ul li:hover > ul { display: block; }
#header-menu li:hover > a, #header-menu a:focus { color: #fff; }
#header-menu ul ul li:hover { background: #e32128; }
#header-menu .menu-book a { background: #e32128; font-weight: 700; padding: 0 20px; }
#header-menu .menu-book a:hover { background: #ca161d; }
#mobile-menu { display: none; visibility: hidden; }

#hp-banner { position: relative; background: #000; overflow: hidden; }
#hp-banner .container { height: 669px; }
#hp-banner-img { width: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.hp-banner-slide { width: 100%; position: relative; }
#hp-banner-img img { display: block; position: relative; /*width: 100%;*/ max-width: 1920px; left: calc(50% - (1920px / 2)); }
#banner-widget { position: absolute; width: 355px; z-index: 400; top: 50%; transform: translateY(-50%); }
#book-widget { background: #e32128; color: #fff; font-size: 16px; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; text-transform: uppercase; padding: 24px; }
#book-widget h3 { font-size: 48px; font-weight: bold; text-align: center; line-height: 1; margin: 0 0 10px 0; padding-bottom: 10px; border-bottom: 3px solid rgba(255,255,255,0.25); }
#book-widget input, #book-widget select { background-color: #fff; display: block; width: 100%; margin: 2px 0; padding: 10px; }
#book-widget select { background: #fff url(images/bg_select.gif) center right no-repeat; }
#book-widget input::-webkit-input-placeholder { color: #cacaca; }
#book-widget input:-moz-placeholder { color: #cacaca; }
#book-widget input::-moz-placeholder { color: #cacaca; }
#book-widget input:-ms-input-placeholder { color: #cacaca; }
#book-widget input[type="submit"] { background: #000; color: #fff; font-size: 24px; font-weight: bold; text-transform: uppercase; padding: 12px; }
#book-widget label { display: block; }
#arrivaldate { background: #fff url(images/icon_calendar.png) center right no-repeat;}
.book-field { width: 95px; float: left; margin: 3px 10px 5px 0; }
.book-field:last-of-type { float: right; margin: 5px 0; }
#promo-widget { background: #000; width: 100%; }
.hp-widget-slide { background: #000; padding: 24px; width: 100%; }
.hp-widget-slide img { max-width: 100%; }
.hp-widget-slide p { margin: 8px 0 0 0; }
.hp-widget-slide a.btn { font-size: 18px; display: block; text-align: center; padding: 6px 0; }
#hp-banner .pager { position: absolute; top: 50%; left: 0; width: 100%; height: 72px; margin-top: -36px; color: #fff; font-size: 72px; line-height: 1; z-index: 300; }
#hp-banner .pager .fa { position: absolute; opacity: 0.5; }
#hp-banner .pager .fa:hover { opacity: 1; cursor: pointer; }
#hp-banner .pager .prev { left: 30px; }
#hp-banner .pager .next { right: 30px; }

#footer { color: #fff; font-size: 12px; padding: 110px 0; }
#footer a { color: #fff; text-decoration: none; }
#menu-footer li { float: left; font-size: 24px; font-weight: 300; margin: 0 0 0 35px; line-height: 1.2; }
#menu-footer li:first-of-type { margin-left: 0; }
#menu-footer .sub-menu { margin-top: 24px; }
#menu-footer li li { float: none; font-size: 12px; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; text-transform: uppercase; margin: 0; padding: 1px 0; line-height: 1.5; }
#footer h5 { font-size: 24px; font-weight: 300; margin: 0 0 24px 0; }
.footer-col { float: left; margin-left: 35px; }
.footer-col:first-of-type { margin-left: 0; }
.footer-col li { font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; text-transform: uppercase; padding: 1px 0; }
#footer-newsletter { float: right; }
#footer-newsletter form { width: 100%; background: #3d3d3d; }
#footer-newsletter input { float: left; height: 38px; color: #000; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; text-transform: uppercase; }
#footer-newsletter #email_address { border: 0; background: transparent; padding: 12px; width: 80%; }
#footer-newsletter input#email_address::-webkit-input-placeholder { opacity: 1; }
#footer-newsletter input#email_address:-moz-placeholder { opacity: 1; }
#footer-newsletter input#email_address::-moz-placeholder { opacity: 1; }
#footer-newsletter input#email_address:-ms-input-placeholder { opacity: 1; }
#footer-newsletter input[type="submit"] { font-weight: 700; background: #e32128; width: 20%; }
#footer-tier2 { padding-top: 50px; display: table; width: 100%; }
#footer-tier2 p { margin: 8px 0 0 0; }
#footer-tier2 #copyright { display: table-cell; vertical-align: bottom; }
#footer #social .fa { font-size: 24px; padding: 5px 10px; }
#footer-contact { display: table-cell; text-align: right; vertical-align: bottom; }
#footer-phone { font-size: 24px; font-weight: 700; }
#footer-tier3 { padding-top: 100px; text-align: center; }
#footer-tier3 .f-logo { padding: 5px 10px; display: inline-block; }

.tier { padding: 110px 0; }
.tier h1 { font-size: 30px; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 300; text-transform: lowercase; text-align: center; line-height: 1.6; margin: 0 0 35px 0; }
.tier h1 strong { display: block; }
.tier h1 strong:after { content: ""; width: 100%; height: 3px; background: #000; display: block; position: relative; margin-top: -30px; z-index: 1; }
.tier h1 .title { background: #fff; display: inline-block; padding: 0 20px; position: relative; z-index: 3; }
.tier h2 { font-size: 36px; line-height: 1; margin: 0; }
.tier h2 strong { font-size: 200%; display: block; }
.tier h2.header-h2 strong { display: block; }
.tier h2.header-h2 strong:before, .tier h2.header-h2 strong:after { content: none; }
.tier-bg { background-color: #000; background-repeat: no-repeat !important; color: #fff; text-align: center; padding: 80px 0; background-size: cover;   max-width: 1920px; margin-right: auto; margin-left: auto;}
body.page-template-default .tier-bg { font-size: 20px; }
.tier-bg a { color: inherit; }
.tier-bg .txt-sm { font-size: 80%; }
.tier-bg h2 { text-align: center; }
.tier-bg h2 strong { display: -webkit-flex; display: flex; justify-content: center; align-items: center; }
.tier h2 strong:before, .tier h2 strong:after { content: ''; display: inline-block; height: 3px; background-color: #fff; flex: 1 1 auto; position: relative; margin: 0 15px; }
.tier-bg .container { padding: 0 140px; }
.tier-bg-black { color: #000; }
.tier-bg-black h2:after { background: #000 !important; }
.tier-bg-split { width: 100%; overflow: hidden; }
.tier-bg-split .container { padding: 0; }
.tier-bg-split-img { position: absolute; z-index: 1; margin-left: -220px; }
.tier-bg-split-text { position: relative; z-index: 2; float: right; width: 45%; }
.tier-bg-split-text strong { display: block; }
.tier-bg-split-text h2 strong:before, .tier-bg-split-text h2 strong:after { content: none; }
.tier-divider { border-top: 3px solid #000; }


.tier-content { display: table; direction: rtl; }
.tier-content hgroup, .tier-content aside, .tier-content-text { display: table-cell; vertical-align: middle; direction: ltr; }
.tier-content hgroup, .tier-content aside { width: 40%; border-left: 3px solid #000; padding-left: 40px; text-align: left; }
.tier-content hgroup h2 { font-size: 24px; }
.tier-content hgroup h2 strong { font-size: 300%; display: block; }
.tier-content hgroup h2 strong:before, .tier-content hgroup h2 strong:after { content: none; }
.tier-content-text { text-align: right; padding-right: 40px; }
.tier-content aside img { max-width: 100%; }
.tier-bg .tier-content hgroup, .tier-bg .tier-content aside { border-color: #fff; }
.tier-bg .tier-content-text { font-size: 26px; }
.tier-bg .tier-content h2 { text-align: left; }
.tier-bg .tier-content h2:after { display: none; }
body.page-template-default .tier-bg .container { padding: 0; }
.tier-features { margin-top: -100px; padding-top: 0; }
.tier-features-padding { margin-top: 0 !important; padding-top: 100px !important; }
.entry-content { padding-top: 20px; }

#tier-hpreview { background: #000 url(images/bg_review.jpg) top center no-repeat; background-size: cover; max-width: 1920px; margin-right: auto; margin-left: auto;}
.tier-review { font-size: 26px; }
.review-5star:before, .review-4star:before, .review-3star:before, .review-2star:before, .review-1star:before { font-size: 20px; font-family: 'FontAwesome'; display: block; margin-bottom: 24px; }
.review-5star:before { content: "\f005\f005\f005\f005\f005"; }
.review-4star:before { content: "\f005\f005\f005\f005\f006"; }
.review-3star:before { content: "\f005\f005\f005\f006\f006"; }
.review-2star:before { content: "\f005\f005\f006\f006\f006"; }
.review-1star:before { content: "\f005\f006\f006\f006\f006"; }
.review-author { font-size: 18px; font-weight: 600; }
#tier-golf { background: #000 url(images/bg_golf.jpg) top center no-repeat; font-size: 20px; background-size: cover;  max-width: 1920px; margin-right: auto; margin-left: auto;}
#tier-spa { background: url(images/hp-spa-tier.jpg) left center no-repeat #000; background-size: auto 100%; color: #fff;  max-width: 1920px; margin-right: auto; margin-left: auto;}

.tier-features.flex-row { margin-top: 0 !important; padding-top: 110px !important; }
.feature-box-wrapper { box-sizing: border-box; padding: 7px; flex: 1 0 auto; max-width: 33.33%; overflow: hidden; }
.feature-box { background: #e32128; float: left; margin-right: 14px; margin-bottom: 30px; position: relative; }
.feature-box a { color: #fff; text-decoration: none; }
.feature-box img { display: block; }
.feature-box-text { color: #fff; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
.feature-box-text h3 { position: absolute; bottom: 20px; left: 20px; font-size: 48px; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; margin: 0; }
.feature-box-text h6 { display: none; position: absolute; bottom: 20px; left: 20px; font-size: 16px; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; margin: 0; }
.feature-box-text h6:before { content: ""; display: block; width: 100px; height: 3px; background: #fff; margin-bottom: 8px; }
.feature-box-text h6:after { content: "\f105"; font-family: 'FontAwesome'; margin-left: 12px; }
.feature-box:hover img { opacity: 0.5; }
.feature-box:hover .feature-box-text h3 { top: 20px; }
.feature-box:hover .feature-box-text h6 { display: block; }
.feature-box:nth-child(2) {  }
.feature-box:last-child {margin: 0; }
.feature-box-static-text { color: #fff; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
.feature-box-static-text h3 { position: absolute; top: 20px; left: 20px; font-size: 48px; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; margin: 0; }
.feature-box-static-text h6 { display: block; position: absolute; bottom: 20px; left: 20px; font-size: 16px; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; margin: 0; }
.feature-box-static-text h6:before { content: ""; display: block; width: 100px; height: 3px; background: #fff; margin-bottom: 8px; }
.feature-box-static { margin-bottom: 25px; background: #000; }
.feature-box-static img, .feature-box-static:hover img { opacity: 0.9; }
.feature-box-static:nth-child(odd) { float: left; clear: both; }
.feature-box-static:nth-child(even) { float: right; margin-right: 0; }


.tier-feature-secondary { text-align: center; }
.tier-feature-secondary .feature-box:hover img { opacity: 1; }
.tier-feature-logo { text-align: center; margin: 0 auto; display: block; }
#btn-secondary-reserve { margin: 40px 0 0; }

.btn, a.btn { background: #e32128; color: #fff; font-size: 24px; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; text-decoration: none; display: inline-block; padding: 12px 40px; min-width: 210px; text-align: center; }
.btn:hover, a.btn:hover { background: #ca161d; }
.btn-sm, a.btn-sm { font-size: 16px; padding: 6px 12px; }
.btn--secondary-tab, a.btn--secondary-tab{ width: 100%; min-width: inherit}

.fb-content { display: none; background: #000; color: #fff; padding: 20px; }
.fb-content a { color: #fff; }

/* Helpers */
.fl-left { float: left; display: inline; }
.fl-right { float: right; display: inline; }
.clear { clear: both; }
.block { display: block !important; }
.relative { position: relative; }
.txt-center { text-align: center !important; }
.txt-left { text-align: left !important; }
.txt-right { text-align: right !important;; }
.txt-sm { font-size: 10px; }
.txt-underline { text-decoration: underline; }
.margin-t0 { margin-top: 0 !important; }
.margin-b0 { margin-bottom: 0 !important; }
.no-margin { margin: 0px; }
.padding-t0 { padding-top: 0; }
.padding-b0 { padding-bottom: 0; }
.negative-margin { margin-top: -110px; }
.no-padding { padding: 0; }
.no-intro { padding-bottom: 20px; }
.no-title h2 { display: none; }
.mobile-show { display: none; }
hr { color: transparent; border: 0; }
.hr1 { color: #EDEDED; background: #EDEDED; height: 1px; margin: 20px 0; }

/* Clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/* Responsive YouTube Video Embed */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.rest_banner { width: 100%; height: 620px; background-size: auto 100% !important; position: relative; background-color: #000000;}
.rest_banner_text { width: 560px; height: 360px; background: #fff; text-align: center; padding: 30px; box-sizing: border-box; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.rest_banner_text p { margin: 0; }
.rest_banner_text img { margin-top: 20px; }
.rest_banner_text h2 { font-style: italic; text-transform: none; font-weight: 100; font-family: 'Open Sans', Arial, Helvetica, sans-serif; padding: 0 40px; font-size: 32px; margin: 20px 0 30px; }

.center-header { text-align: center; font-size: 60px; font-weight: bold; display: inline-block; background: #fff; padding: 0 30px; }
.info-tier { padding: 0 0 80px; }
.info-div { width: 50%; float: left; text-align: center; }
.info-div .btn { font-size: 20px; padding: 5px 30px; }
.black-tier { background: #000; color: #fff; padding: 100px 0; }
.black-tier h2 { color: #fff; text-align: center; margin: 0; }
.black_tier_hr { width: 160px; height: 4px; background: #fff; margin: 30px auto 40px; }
.black-tier p { text-align: center; }
.black-tier img { margin-top: 60px; }

.white-tier { color: #000; padding: 100px 0; }
.white-tier h2 { color: #000; text-align: center; margin: 0; }
.white_tier_hr { width: 160px; height: 4px; background: #000; margin: 30px auto 40px; }
.white-tier p { text-align: center; }
.white-tier img { margin-top: 60px; }

.chef-bio-tier { padding: 100px 0; background-size: auto 100% !important; font-size: 14px !important; text-align: left; }
.chef-bio-tier h2 { font-size: 26px; text-align: left !important; color: #000; }
.chef-bio-tier h2 span { font-size: 60px; display: block; }
.chef_tier_hr { width: 160px; height: 3px; background: #000; margin: 30px 0 40px; }
.chef-bio-tier p { width: 55%; color: #000; }

.chef-bio-tier-2 { padding: 100px 0; font-size: 14px !important; text-align: left; }
.chef-bio-tier-2 h2 { font-size: 26px; text-align: left !important; color: #000; }
.chef-bio-tier-2 h2 span { font-size: 60px; display: block; }
.chef_tier_hr-2 { width: 160px; height: 3px; background: #000; margin: 30px 0 40px; }
.chef-bio-tier-2 p { width: 55%; color: #000; }

.header-bars { background: url(images/header-bar.jpg) repeat-x center center; text-align: center; }

.inner-banner { position: relative; background: #000000; height: 420px; overflow:hidden; }/* Changed color from  #0a0f12; It was noticeable on bg images.  If this color was suppose to be this for some reason then I guess change it back.*/
.inner-banner--short{ height: 210px;}
.inner-banner img { /*position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover;*/
    /*display: block; */
    position: absolute;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;

    overflow: hidden;
}

.page-id-1993 .inner-banner img{
    right: initial;
    margin-left: 0;
    margin-right: 0;
    left: calc(50% - (1400px / 2));
    width: auto;
}

.inner-banner .container { height: 420px; }

.script-header { font-family: 'Yellowtail', cursive; text-transform: none; font-size: 60px !important; color: #e32128; }

.dining-box { width: 31.3%; float: left; margin: 30px 1%; height: 178px; position: relative; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 36px; font-weight: bold; }
.dining-box span { position: absolute; bottom: 10px; left: 20px; }
.k-box { background: url(images/katherines-btn.jpg) center center no-repeat; background-size: 100% auto; color: #fff; }
.c-box { background: url(images/chinese-btn.jpg) center center no-repeat; background-size: 100% auto; color: #fff; }
.ir-box { background: url(images/in-room-btn.jpg) center center no-repeat; background-size: 100% auto; color: #fff; }

.katherines_tier { color: #fff; padding: 60px 0; }
.katherines_tier p { text-align: right; font-size: 24px; }

.k-tier-header-section { float: right; width: 50%; border-left: 3px solid #fff; padding-left: 35px; margin-left: 50px; box-sizing: border-box; }
.k-tier-header-section h2 { margin: 0 0 48px; font-size: 24px; font-weight: normal; }
.k-tier-header-section h2 span { font-size: 72px; font-weight: bold; line-height: 72px; display: block; }

.dd-box { width: 31.5%; float: left; margin: 0 0.91% 50px; background: #ededed; text-align: center; text-decoration: none; }
.dd-box h3 { color: #fff; background: #000; text-align: center; font-size: 28px; margin: 0; padding: 10px 0; }
.dd-box h3 a { color: inherit; text-decoration: none; }
.dd-box img { width: 100%; display: block; }
.dd-box-content { font-size: 16px; padding: 10px 25px; box-sizing: border-box; margin: 0; min-height: 170px; color: #000; position: relative;}
.dd-box-golf { width: 48%; flex: 0 1 48%; height: auto !important; position: relative; padding-bottom: 35px; }
.dd-box-golf a.btn { position: relative; /*width: 50%; margin-left: -25%; left: 50%;*/ white-space: nowrap; bottom: 10px; }
.dd-box-golf-details { padding: 15px; background: #e0e0e0;}
.dd-box-golf-details--has-content{ min-height: 165px;}
.dd-box-golf img { float: left; max-width: 200px;  margin-right: 25px; }
.dd-box-golf-details--long-image img{  max-width: initial;  height: 130px;  }
.dd-box-golf p { margin-bottom: 0; }
.dd-box-golf-details-content { float: right; text-align: right; }
.dd-box-content a.btn-sm { width: 100%; margin-bottom: 10px; }

#golf-courses .box-display { display: flex; display: -webkit-flex; flex-wrap: wrap; }

.half-boxes .dd-box { width: 48%; margin: 0 0.5% 17px; }

.header-center { text-align: center; }
.header-center h2 { font-size: 64px; }
.hr-h2-center { margin: 30px auto 40px; width: 160px; height: 3px; background: #000; }

.in-room_dining { text-align: center; margin-top: 50px; }
.in-room_dining img { float: right; border-left: 2px solid #000; padding-left: 40px; box-sizing:content-box; }
.in-room_dining h2 { font-size: 64px; }


.fairway-markers span { font-size: 10px; padding: 3px 5px; margin: 0 0 0 0; border: 1px solid #000; background: #fff; display: inline-block; }
.red-txt { color: #ff0000 }

.golf-hole { max-width: 960px; padding: 15px 0 30px; margin: 0 auto; border-bottom: 1px solid #ccc; }
.golf-hole:last-child, .golf-hole:nth-child(9) { border-bottom: 1px solid transparent; }
.golf-middle-img { width: 100%; height: auto; margin: 0 auto; }
.hole-title { font-size: 32px; }
.header-bars + .sub-header { margin: 0 0 15px; text-align: center; font-size: 40px; }

.caption { font-size: 14px; }
.golf-cta { position: relative; padding: 60px 0; color: #fff; margin: 45px auto; }
.golf-promo { position: relative; padding: 30px 15px; margin: 45px auto; border: 1px solid #000;  }
.golf-promo .caption-right { padding-left: 30px; border-left: 5px solid #000; }
.golf-promo h3 { font-size: 32px; margin: 0; font-weight: 700; }
.golf-cta .cta-title { font-size: 32px; margin-top: 0; }
.golf-cta strong { font-weight: 600; }
.golf-cta a:not(.btn) { color: #fff; text-decoration: none; }
.golf-cta:before { content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }
.golf-cta * { position: relative; z-index: 2; }
.golf-cta ul { list-style-type: disc; padding-left: 30px; font-size: 18px; }
.golf-cta .captions { max-width: 960px; margin: 0 auto; }
.golf-cta .caption-left, .golf-cta .caption-right { box-sizing: border-box; padding: 0 15px; }
.golf-cta .caption-left { padding-right: 45px; border-right: 3px solid #fff; }
.golf-cta .caption-right { padding-left: 45px; }
.golf-cta .btn { display: block; margin: 0 0 5px; padding: 5px; background-color: #e32128; color: #fff; text-align: center; }
.course-intro { font-size: 22px; }
.meta-info h3 { font-size: 20px; font-weight: 400; margin: 0; }
.meta-info > div[class^="flex"] { box-sizing: border-box; padding: 5px 10px; }
.course-intro strong { font-weight: 400; }
.course-intro a, .course-intro a:hover { text-decoration: none; }
.golf-template .meta-info { font-size: 16px; border-top: 1px solid #ccc; padding-top: 45px; }
.holes-header { font-size: 48px; text-align: center; position: relative; max-width: 960px; margin-left: auto; margin-right: auto; }
.holes-header .strike { height: 5px; background-color: #000; }
.holes-header span:not(.strike) { padding: 0 10px; box-sizing: border-box; }
.golf-feature { padding-top: 35px; }
#golf-intro { padding-bottom: 0; }

.accordion-content { padding: 45px 0; }
.accordion-content .content-row, .accordion-content .sub-content-row { margin-bottom: 15px; }
.accordion-content .content-row-header { position: relative; background: #000; color: #fff; padding: 5px 15px; cursor: pointer; margin: 0; }
.accordion-content .content-row-header.collapsed:before { position: absolute; top: 16px; right: 15px; content: ''; width: 0; height: 0; border-style: solid; border-width: 15px 15px 0 15px; border-color: #ffffff transparent transparent transparent; }
.accordion-content .content-row-header:before { position: absolute; top: 16px; right: 15px; content: ''; width: 0; height: 0; border-style: solid; border-width: 0px 15px 15px 15px; border-color: transparent transparent #ffffff transparent; }
.accordion-content .sub-content-row-header { position: relative; background: #888; color: #fff; padding: 5px 15px; cursor: pointer; margin: 0; }
.accordion-content .sub-content-row-header.collapsed:before { position: absolute; top: 13px; right: 12px; content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #ffffff transparent transparent transparent; }
.accordion-content .sub-content-row-header:before { position:absolute; top: 13px; right: 12px; content: ''; width: 0; height: 0; border-style: solid; border-width: 0px 10px 10px 10px; border-color: transparent transparent #ffffff transparent; }
.accordion-content .content-row-body, .accordion-content .sub-content-row-body { display: none; padding: 30px 15px; }
.accordion-content .content-row-body h1, .accordion-content .sub-content-row-body h1, .accordion-content .content-row-body h2, .accordion-content .sub-content-row-body h2, .accordion-content .content-row-body h3, .accordion-content .sub-content-row-body h3, .accordion-content .content-row-body h4, .accordion-content .sub-content-row-body h4, .accordion-content .content-row-body p, .accordion-content .sub-content-row-body p { margin: 0 0 24px; }

#golf-post { padding-bottom: 0; }
.tier-tabs { padding: 12px 0 40px 0; }
.tab-panel { padding-top: 60px; }
.tab-panel img { max-width: 100%; }
.tab-panel ul { list-style-type: disc; margin-left: 30px; }
.tab-panel ol { list-style-type: decimal; margin-left: 30px; }
.tab-secondary-panel { float: left; width: 70%; }
.tab-secondary-hide { display: none; }
ul.tab-menu li { float: left; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; text-transform: uppercase; }
ul.tab-menu li a { color: #fff; text-decoration: none; display: block; padding: 12px 24px; }
ul.tab-primary { background: #000; color: #fff; }
ul.tab-primary li.ui-tabs-active { background: #e32128; font-weight: 600; }
ul.tab-secondary {  background: #ededed; margin: 0 0 50px 0; list-style: none; }
ul.tab-secondary li { float: none; display: block; }
ul.tab-secondary li.ui-tabs-active { background: #E0E0E0; font-weight: 600; }
ul.tab-secondary li a { color: #000; }
.secondary-menu-container{ float: right; width: 25%;}

.dining-menu { text-align: left; }
.menu-col { width: 48%; float: left; }
.dining-menu .fl-right { float: right; }
.dining-menu h3 { background: #000; color: #fff; font-size: 28px; text-align: center; padding: 8px; }
.dining-menu table { width: 100%; }
.dining-menu td { vertical-align: top; padding-top:10px; }
.dining-menu img { max-width: 100%; }
.dining-menu hr { border-bottom: 3px solid #000; margin: 40px 0; }
.menu-price { text-align: right; padding-left: 10px; }
.menu-desc { margin: 0; padding: 0; }
.menu-disclaimer { background: #EDEDED; padding: 10px 15px; }
.menu-pepsi { display: inline-block; vertical-align: middle; }

.tier-faq-block h2 { background: #000; color: #fff; text-align: center; padding: 8px; margin-bottom: 20px; }
.faq h3 { display: inline-block; vertical-align: top; width: 30%; font-size: 36px; font-weight: 600; text-align: right; padding-right: 40px; margin: 24px 0 0 0; }
.faq-item { display: inline-block; vertical-align: middle; width: 68%; border-left: 3px solid #000; text-align: left; padding-left: 40px; }

/* Forms */
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea { background: #EDEDED; }
.gform_wrapper input[type="submit"] { background: #e32128; color: #fff; font-size: 24px; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; text-decoration: none; display: inline-block; padding: 12px 40px; border: 0; }
.gform_wrapper input[type="submit"]:hover { background: #ca161d; }
.gform_wrapper .gfield_required { color: #e32128 !important; margin: 0 !important; }

.schedule td { vertical-align: top; border-left: 1px solid #EDEDED; text-align: left; padding: 8px; }
.schedule th { background: #EDEDED; border-left: 1px solid #EDEDED; padding: 8px; text-align: left; }
.schedule .no-border { border: 0; }
.hotel-spread { overflow: hidden; margin: 24px 0; }
.hotel-spread .clear { padding: 20px 0; }
.hotel-spread img.alignleft { margin-bottom: 0; }
.hotel-col-left { width: 25%; margin-right: 5%; float: left; }
.hotel-col-right { width: 70%; float: right; }
.hotel-spread__col{ width: 225px; display: inline-block;}
.hotel-spread__col:nth-child(2){ margin-left: 15px;}
.book-now{ background: #00aae9;  font-weight: 700;  padding: 14px 20px; color: #FFF; text-decoration: none;}
.book-now--cbl{ background: #e32128; }

/* Page Specific */
/* Update feature size */
.page-id-8 .feature-box-text h3, .small-feature .feature-box-text h3 { font-size: 36px; }

.golf-banner-box { background: #e32128; padding: 1px 24px; box-sizing: border-box; text-align: center; }
.golf-banner-box .btn { background: #000; width: 100%; margin: 24px 0; }
.golf-banner-box .btn:hover { background: #000; }
.golf-banner-box h1 { color: #fff; font-weight: bold; font-size: 55px; border-bottom: 3px solid rgba(255,255,255,0.25); margin: 0; line-height: 55px; padding: 25px 0 15px; }
.golf-banner-box p { margin: 0; }

.gform_wrapper .gfield_radio li label { border: 1px solid #000; padding: 10px 20px !important; box-sizing: border-box; max-width: 100% !important; }
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label { background: #000; font-weight: 100 !important; color: #fff; }

.spa-banner-box { background: #e32128; padding: 1px 24px; box-sizing: border-box; text-align: center; }
.spa-banner-box .btn { background: #000; width: 100%; margin: 24px 0; }
.spa-banner-box .btn:hover { background: #000; }
.spa-banner-box h1 { color: #fff; font-weight: bold; font-size: 50px; border-bottom: 3px solid rgba(255,255,255,0.25); margin: 0; line-height: 50px; padding: 25px 0 15px; }
.spa-banner-box p { margin: 0; }

.dining-banner-box { background: #e32128; padding: 1px 24px; box-sizing: border-box; text-align: center; }
.dining-banner-box .btn { background: #000; width: 100%; margin: 24px 0; }
.dining-banner-box .btn:hover { background: #000; }
.dining-banner-box h1 { color: #fff; font-weight: bold; font-size: 50px; border-bottom: 3px solid rgba(255,255,255,0.25); margin: 0; line-height: 50px; padding: 25px 0 15px; }
.dining-banner-box p { margin: 0; color: #fff; }
.dining-sub-head { margin-bottom: 20px !important; font-style: italic; }
img.dining-banner-box__image{ position: relative;}

.gc-address { position: relative; /*bottom: 114px;*/ width: 100%; left: 0; display: block; margin-bottom: 30px; }

.t-header { font-size: 18px; padding: 20px 0; }
.t-grey { background: #f1f0ec; }
.rules-table { font-size: 10px; text-align: center; }

.win-results { width: 100%; }
.win-results td { font-size: 14px; padding: 5px 20px 5px 0; box-sizing: border-box; }

.weekly-results { width: 50%; }
.weekly-results td { padding: 5px 20px 5px 0; }
.weekly-results th { background: #000; color: #fff; padding: 5px 0; }

.casa-cafe-logo { position: relative !important; padding: 20px 0 14px; width: 80% !important; }

.build-your-own-img { margin: 0 !important; width: 100% !important; float: none !important; max-width: 100% !important; }

.golf-package-logo { margin: 24px auto 0 !important; text-align: center; float: none !important; }

.contact-social { font-size: 30px; margin: 0 20px 0 0; }
.contact-map { float: right; width: 50%; margin-top: 25px; margin-left: 25px; }
.contact-email { border: 1px solid #c0c0c0; padding: 5px 10px; }
.contact-go { padding: 6px 10px; }

.schedule-table td { padding: 20px; box-sizing: border-box; vertical-align: top; border: 1px solid #000; }
.award-table { width: 100%; margin-top: 40px; }
.award-table td { padding: 10px; box-sizing: border-box; vertical-align: top; border: 1px solid #000; }
.award-table td h3 { margin: 0; }

.mmm-date { text-decoration: underline; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li { float: left !important; }

.dining-menu td p:empty{display:none;}
.dd-box-content h4{font-size:20px; font-weight: 600;}
.no-title h4{margin:0px;}
.img-car-show{width: 300px; margin-left: 10px; margin-top:10px; display:inline-block; height: 169px; overflow: hidden;}
.img-car-show img{height:169px; width: 100%;}
.dd-box .btn{position: relative; bottom:10px; width: 90%; padding:12px 30px;}
.sm-font{font-size:19px !important;}
.btn-padding{margin-top:10px;}
.col-6{width:50%; float:left; padding-right:15px;}
.col-6--spacing{ width: 48%; margin-left: 2%;}
.adventures img{width:465px; height: 189px; overflow: hidden;}
.img-block{ display: block; margin-bottom: 35px;}
a[href^="tel:"], a[href^="mailto:"]{ text-decoration: none;}

/* Blog Single*/
.single-post .entry-title {
    font-size: 48px;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    text-transform: none;
}
.single-post .entry-meta{
    font-size: 20px;
    font-style: italic;
}

.comment-body{
    font-size: 16px;
}
.comment-body a{
    word-wrap: break-word;
}
.comment-form-comment label{
    display:block;
}
.comment-form-comment textarea{
    border: 1px solid #000;
    width: 100%;
}

.comment-form label{
    display: inline-block;
    width: 80px;
}

.comment-form input{
    border: 1px solid #000;
}

.comment{
    padding-bottom: 50px;
}

/* Blog Archive*/
.entry-list-item{ margin-bottom: 30px;}
.pr-header { font-size: 26px !important; text-transform: none; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif;}
.pr-date { margin: 0; border-top: 2px solid #000; display: inline-block; font-family: 'Archivo Narrow', 'Open Sans', Arial, Helvetica, sans-serif;}



/******** MEDIA QUERIES
-------------------------------------------------------------- */

@media (max-width: 1400px){

    .inner-banner img {
        height: 100%;
        width: auto;
    }
}


@media (max-width: 959px) {
    body { min-width: 300px; }
    img { max-width: 100%; }
    .container { width: 100%; }
    .mobile-hide { display: none !important; }
    .mobile-show { display: inherit; }
    .page-id-1993 .inner-banner img{ display: none}
    #header { padding: 0; }
    #header-menu { float: none; }
    #mobile-menu { display: block; width: 100%; height: 70px; padding: 0; float: none; visibility: visible;  text-align: right; }
    #mobile-menu .fa { cursor: pointer; background: #E32128; color: #fff; margin: 10px; padding: 8px 10px; }
    #header-menu div.menu { display: none; position: relative; top: 0px; left: 0px; }
    #header-menu div.menu li { display: block; width: 100%; margin: 0; padding: 0; border-top: #3D3D3D 1px solid; }
    #header-menu div.menu ul ul { box-shadow: none;  position: relative; top: 0px; left: 0px; width: 100%; border: none; padding: 0; margin: 0; }
    #header-menu div.menu ul ul li { padding: 0; margin: 0;  }
    #header-menu a, #header-menu .menu-book a { margin: 0; padding: 0 20px; }
    #header-menu ul ul{ display: block;}
    #header-menu ul ul a{ padding-left: 30px;}
    #header #logo { margin: 10px 0 0 10px; width: 190px; }
    #hp-banner, #hp-banner .container { height: auto; }
    #hp-banner-img { display: none; }
    .hp-widget-slide img { display: block; margin: 0 auto; }
    #banner-widget { position: relative; top: auto; transform: none; width: 100%; }
    #footer { color: #fff; font-size: 12px; text-align: center; padding: 20px; }
    #footer-tier2, #footer-tier2 #copyright, #footer-tier2 #footer-contact{ display: block; text-align: center; }
    #footer-newsletter { float: none; }
    #menu-footer { display: none; }
    .footer-col { float: none; display: block; margin: 0; }
    .feature-box, .feature-box:last-child, .feature-box-static:nth-child(odd), .feature-box-static:nth-child(even) { float: none; display: block; margin: 20px 0; }
    .feature-box img { width: 100%; }
    .tier-feature-secondary .feature-box { width: 33%; float: left; }
    .tier-feature-logo { margin-bottom: 0; }
    .tier, .tier-bg, .tier-content { padding: 30px 20px; }
    .tier-content { display: block; direction: ltr; }
    .tier-content hgroup, .tier-content aside, .tier-content-text { display: block; width: 100%; border-left: 0; padding: 0; text-align: center; }
    .tier-content-text { margin-top: 20px; }
    .tier-bg .container { padding: 0; }
    .tier-bg-split-text { float: none; width: 100%; }
    .tier-bg-split-img { position: relative; margin: auto; }
    .tier h2 { font-size: 24px; }
    .tier h2 strong { font-size: 120%; }
    .tier-content hgroup h2 strong { font-size: 120%; }
    .tier-features { margin-top: -80px; }
    #btn-secondary-reserve { margin: 0; }
    #banner-widget { width: 100%; }
    #book-widget { padding: 20px; }
    #book-widget h3 { display: none; }
    .book-field { width: 32%; float: left; margin: 1% 1% 1% 0; }
    .book-field:first-of-type { margin: 1% 2% 1% 0; }
    .book-field:last-of-type { float: right; margin: 1% 0 1% 1%; }
    .ui-datepicker { width: 15em !important; }

    .dining-box { font-size: 26px; background-size: auto 100% !important; }
    .katherines_tier { padding: 30px 0; }
    .katherines_tier p { font-size: 21px; }
    .k-tier-header-section h2 { margin-bottom: 20px; }

    .dd-box { width: 47%; margin: 0 1.5% 30px; }
    .dd-box p { font-size: 14px; padding: 0; min-height: 135px; }
    .dd-box h3 { font-size: 20px; }
    .dd-box-golf { width: auto; flex: 1 1 100%; }
    .dd-box-golf p { min-height: auto; }
    .dd-box-golf a.btn { width: 75%; /*margin-left: -37.5%; left: 50%;*/ }
    .dd-box-golf img { float: none; max-width: 100%;  margin: 0 0 8px 0; }
    .dd-box-golf-details-content { float: none; text-align: center; }


    .img-right { width: 50%; }


    .chef-bio-tier { padding: 50px 20px; box-sizing: border-box; }

    .golf-hole { padding: 30px 15px; }
    .golf-hole div[layout="row"] { flex-direction: column; }
    .fairway-markers span { display: inline-block; margin: 0 0 5px 0; }

    .golf-cta .captions { display: block; padding: 45px 15px; }
    .golf-cta .caption-left { border-bottom: 1px solid #fff; border-right: none; padding: 0 0 30px 0; }
    .golf-cta .caption-right { padding: 30px 0 0 0; }
    .golf-cta .btn { margin-right: 10px; }

    .menu-col, .dining-menu .fl-right { width: 100%; float: none; }
    #tier-spa { background-image: none; }
    .chef-bio-tier-2 { background-size: auto 100%; }


}
@media only screen and (min-width: 960px) {
	#header-menu div.menu { display: block !important; }
}

@media(max-width: 860px){

    .faq h3, .faq-item { display: block; width: 100%; text-align: center; }
    .faq-item { border: none; padding-left: 0;}
    .amenities .col-6{
        width: 100%;
    }
}

@media (max-width: 680px) {
    .feature-box-static-text h3 { font-size: 36px; }
	.dining-box { float: none; width: 100%; display: block; background-size: 100% auto !important; margin: 15px 0; }
	.k-tier-header-section { margin: 0; padding: 0; border: none; width: 100%; display: block; }
	.katherines_tier { padding: 20px 0; text-align: center; background-size: auto 100% !important; }
	.katherines_tier p { text-align: center; margin: 20px; }
	.katherines_tier .btn { margin-bottom: 30px; }

	.dd-box { width: 100%; margin: 0 0 30px; }
	.dd-box p { min-height: 0; }
    .dd-box-golf{width:100%;}

	.in-room_dining img { display: none; }

	.img-right, .alignright { width: 100%; float: none; margin: 0; }
	.info-div { width: 100%; float: none; }

	.chef-bio-tier p { width: 100%; }
	.chef-bio-tier { background: #fff !important; }
	.white-tier p { padding: 0 20px; box-sizing: border-box; }
	.black-tier p { padding: 0 20px; box-sizing: border-box; }

	.rest_banner_text { width: 100%; }
	.rest_banner_text h2 { font-size: 24px; }

	.black-tier h2 { font-size: 40px; }
	.white-tier h2 { font-size: 40px; }

	.meta-info.flex-row { flex-direction: column; }
	.meta-info div[class^="flex"] { flex: none; width: auto; max-width: 100%; }

	.holes-header { display: block; }
	.holes-header .strike { display: none; }
	.holes-header span:not(.strike) { display: block; text-align: center; }

	.fairway-markers { text-align: center; }
	.fairway-markers .yard-marker { width: 100%; }

	.faq h3 { display: block; width: 100%; text-align: left; padding-right: 0; }
	.faq-item { display: block; width: 100%; border: 0; text-align: left; padding-left: 0; }

    .tab-secondary-panel { float: none; width: 100%; }
    .secondary-menu-container{ float: none; width: 100%;}
    .tab-secondary-panel { padding-top: 20px; }
    .secondary-menu-container { margin-bottom: 20px; }
    .tab-panel .img-right { margin-bottom: 20px; }
    ul.tab-menu li { float: none; }
    .tier-features-padding { padding-top: 0 !important; }
    .tier-features-padding.tier-divider { border: 0; }

    .schedule td, .schedule th { display: block; width: 100%; border: 0; }
    .weekly-results { width: 100%; }

    .contact-map { float: none; width: 100%; margin-left: 0; }

    .gallery-item { width: 100% !important; }
    .col-6{width:100%; float:none; padding:0px;}
    .col-6--spacing{ width: inherit; margin-left: 0;}
}
