@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prompt:400,500,600,700");
@font-face {
  font-family: 'Bebas';
  src: url("fonts/Bebas.eot");
  src: url("fonts/Bebas.eot?#iefix") format("embedded-opentype"), url("fonts/Bebas.woff2") format("woff2"), url("fonts/Bebas.woff") format("woff"), url("fonts/Bebas.ttf") format("truetype"), url("fonts/Bebas.otf") format("opentype"), url("fonts/Bebas.svg#e") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE; }

/* BASE FORM STYLING
*********************************************************** */
form, #panel {
  margin-bottom: 2em;
  width: 100%; }
  form label, #panel label {
    display: block;
    margin: 0 0 10px;
    font-size: 1.28em;
    color: #4c2923; }
  form input[type=text],
  form input[type=email],
  form input[type=date],
  form select,
  form textarea, #panel input[type=text],
  #panel input[type=email],
  #panel input[type=date],
  #panel select,
  #panel textarea {
    border: 0px none;
    margin: 0px 0px 10px;
    color: #4c2923;
    background-color: rgba(196, 190, 171, 0.4);
    border: none;
    padding: 5px 3%;
    /*** Removes Safari & FF default styling ***/
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    width: 100%; }
  form select, #panel select {
    /*** Removes FF default arrow ***/
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; }
  form textarea, #panel textarea {
    min-height: 120px; }
  form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, #panel input:-ms-input-placeholder, #panel textarea:-ms-input-placeholder {
    color: #4c2923;
    opacity: 1; }
  form input::placeholder, form textarea::placeholder, #panel input::placeholder, #panel textarea::placeholder {
    color: #4c2923;
    opacity: 1; }

.customize-options, .room-reservation {
  margin-bottom: 40px; }
  .customize-options input[type=checkbox], .room-reservation input[type=checkbox] {
    margin-top: 8px; }
  .customize-options span, .room-reservation span {
    font-size: 1.6em;
    margin-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 90%;
    vertical-align: top;
    margin-top: 0px; }

.room-reservation span {
  width: 60px;
  vertical-align: middle; }

/* SYMPHONY FORMS
*********************************************************** */
#frmContact, #formRFP {
  width: 100%;
  margin: 0 auto; }
  #frmContact input[type=text],
  #frmContact input[type=email],
  #frmContact input[type=date],
  #frmContact select,
  #frmContact textarea, #formRFP input[type=text],
  #formRFP input[type=email],
  #formRFP input[type=date],
  #formRFP select,
  #formRFP textarea {
    width: 100%; }
  #frmContact .form-entry, #frmContact .field, #formRFP .form-entry, #formRFP .field {
    margin-bottom: 10px;
    position: relative;
    overflow: auto; }
  #frmContact .one_half, #formRFP .one_half {
    width: 48%;
    float: left;
    margin-right: 3%; }
    #frmContact .one_half:last-of-type, #formRFP .one_half:last-of-type {
      margin-right: 0; }

/*** Error Handling ***/
label.error {
  color: red; }

input[type=text].error, select.error, textarea.error {
  border: 1px solid red !important; }

.errorMsg,
#email-error p {
  overflow: visible !important;
  line-height: 1.4;
  background-color: #F8F8F8;
  color: #000 !important;
  clear: both;
  font-size: 80%;
  width: 100%;
  max-width: 303px;
  margin: 0 auto 10px;
  text-align: left;
  display: inline-block;
  padding: 10px 20px; }

.errorMsg ul,
.errorMsg ul li {
  color: #fff !important;
  margin-bottom: 0;
  list-style: none; }

.errorMsg ul li:before {
  display: none; }

/*** Sucess! Message ***/
#email-error.success {
  background-color: none; }

/*** Fieldset ***/
fieldset {
  border: none;
  padding: 0;
  margin-bottom: 2em; }
  fieldset legend {
    font-size: 110%;
    margin-bottom: 15px;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 2em;
    font-weight: 600;
    letter-spacing: 1px; }

/* CONTACT
*********************************************************** */
#frmContact .form-entry.one-line label {
  float: left;
  width: 35%; }

#frmContact .form-entry.one-line input[type=text], #frmContact .form-entry.one-line .form-entry input[type=text].small, #frmContact .form-entry.one-line .form-entry select.small {
  width: auto; }

#frmContact .one_half {
  width: 49%;
  float: left;
  margin-right: 2%; }
  #frmContact .one_half:last-of-type {
    padding-left: 0;
    margin-right: 0; }

/* RFP
*********************************************************** */
#formRFP .ui-datepicker-trigger {
  left: 168px;
  position: absolute;
  top: 39px; }

#formRFP .field input.hasDatepicker {
  width: 160px; }

#formRFP .contact_type {
  width: 160px;
  float: left;
  display: inline;
  margin-top: 17px;
  padding-right: 30px;
  text-align: left;
  color: #4c2923; }

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

/* GET DIRECTIONS
*********************************************************** */
#panel {
  max-width: 500px;
  margin-top: -35px; }
  #panel .mode, #panel .startdir, #panel .enddir {
    color: #4c2923;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px; }
    #panel .mode label, #panel .startdir label, #panel .enddir label {
      width: 150px;
      margin-bottom: 15px; }
    #panel .mode input[type=text], #panel .startdir input[type=text], #panel .enddir input[type=text] {
      color: #4c2923;
      border: medium none;
      width: 100%;
      font-family: inherit;
      padding: 8px 3%; }
  #panel .mode select {
    width: 100%;
    font-family: inherit;
    display: block;
    padding: 10px 25px; }
  #panel br {
    display: none; }
  #panel p {
    clear: both; }

* {
  box-sizing: border-box; }
  *:focus {
    outline: 0 !important; }

body {
  font-family: "Prompt", sans-serif;
  color: #4c2923;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f6f2e9; }

.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%; }

a, input, button {
  color: #8c001c;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus, input:hover, input:focus, button:hover, button:focus {
    text-decoration: none; }

.btn, #panel input[type="button"] {
  padding: 10px 33px;
  display: inline-block;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: #8c001c;
  color: #fff;
  border-radius: 3px;
  font-size: 1.12em;
  transition: all 0.3s ease-in-out; }
  .btn:hover, #panel input:hover[type="button"] {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); }
  .btn.floor, #panel input.floor[type="button"] {
    background: #8c001c url("svg/icon-floor.svg") no-repeat 15px center;
    padding: 10px 15px 10px 45px; }
  .btn.btn-banquet, #panel input.btn-banquet[type="button"] {
    background: #8c001c url("svg/ico-view-menu.svg") no-repeat 15px center;
    padding: 10px 15px 10px 45px; }

.animated {
  transition: all 0.3s ease-in-out; }

.drop-border, .inset.left {
  border: 3px solid #f8f4ee;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2); }

.frame-holder {
  padding: 25px 0; }

.corner {
  background: url("images/frame-top-right.png") no-repeat;
  width: 59px;
  height: 59px;
  position: absolute;
  z-index: 2; }
  .corner.top-left {
    top: 0px;
    left: 0px;
    transform: rotate(-90deg); }
  .corner.top-right {
    top: 0px;
    right: 0px; }
  .corner.btm-right {
    bottom: 0px;
    right: 0px;
    transform: rotate(90deg); }
  .corner.btm-left {
    bottom: 0px;
    left: 0px;
    transform: rotate(180deg); }

.headline {
  color: #b98c3f;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block; }
  .headline.red {
    color: #8c001c; }

.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

#header {
  width: 100%;
  top: 0;
  position: fixed;
  background: url("images/background-noise.jpg") repeat;
  z-index: 9999;
  height: 150px;
  text-align: center;
  overflow: hidden; }
  #header .container {
    position: relative; }
  #header a.logo {
    background: url("images/logo.png") center center no-repeat;
    width: 210px;
    height: 57px;
    display: inline-block;
    text-indent: -55555px;
    position: relative;
    left: auto;
    top: 45px;
    background-size: contain; }
  #header .location {
    background: url("images/YORanchHotel-Location-Badge.png") no-repeat;
    background-size: 70px;
    opacity: 0.5;
    height: 140px;
    width: 140px;
    position: absolute;
    right: 5%;
    top: 30px; }
  #header #privary-navigation {
    width: 840px;
    position: absolute;
    left: auto;
    margin: 0 auto; }
  #header #primary-nav {
    display: inline-block;
    float: left; }
    #header #primary-nav ul li {
      list-style: none;
      display: inline-block;
      text-transform: uppercase;
      font-size: 1.12em;
      font-weight: 500;
      margin-right: 35px; }
      #header #primary-nav ul li:last-child {
        margin-right: 30px; }
      #header #primary-nav ul li a {
        color: #4c2923; }
        #header #primary-nav ul li a:hover {
          color: #b98c3f; }
        #header #primary-nav ul li a.active {
          color: #b98c3f; }
      #header #primary-nav ul li ul.submenu {
        position: absolute;
        background-color: #000;
        left: 50%;
        width: 180px;
        text-align: center;
        margin-left: -90px;
        padding: 5px 5px;
        z-index: 10;
        top: 72px;
        display: none; }
        #header #primary-nav ul li ul.submenu li {
          margin: 0;
          padding: 0;
          display: block;
          border-bottom: 1px solid #4d4133; }
          #header #primary-nav ul li ul.submenu li a {
            color: #fff;
            padding: 12px 0px;
            text-transform: capitalize; }
  #header .btn, #header #panel input[type="button"], #panel #header input[type="button"] {
    z-index: 9;
    position: relative; }

#footer {
  clear: both;
  /* Fixes clearing on Gallery template */
  margin-bottom: -25px;
  /* Removes white space from google pixels code */ }
  #footer h2 {
    color: #4c2923;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 23px;
    display: block;
    margin-top: 10px; }
  #footer #secondary-nav ul li {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 14px; }
    #footer #secondary-nav ul li a {
      color: #4c2923; }
      #footer #secondary-nav ul li a:hover {
        color: #b98c3f; }
  #footer form#email-signup {
    margin-bottom: 0px; }
    #footer form#email-signup input {
      width: 100%;
      max-width: 303px;
      display: block;
      margin: 0px 0px 14px;
      padding: 8px 3% 6px;
      background-color: rgba(196, 190, 171, 0.4);
      font-size: 1.12em;
      border: none;
      clear: both; }
    #footer form#email-signup .survey {
      padding: 0px; }
      #footer form#email-signup .survey .submitButton {
        margin: 0px; }
        #footer form#email-signup .survey .submitButton button {
          background-color: #8c001c;
          color: #fff;
          padding: 10px 33px;
          border: 0px;
          font-size: 1.12em;
          border-radius: 3px;
          text-transform: uppercase; }
      #footer form#email-signup .survey *.isMandatory.fieldBlock {
        background-position: 295px 14px; }
    #footer form#email-signup .fieldBlock {
      margin-bottom: 0px; }
    #footer form#email-signup .fieldBlockText {
      display: none; }
    #footer form#email-signup .fieldBlockInput {
      width: 100%;
      max-width: 303px; }
    #footer form#email-signup #emailSignup {
      /*margin-top: 11px;*/
      margin-top: 0; }
    #footer form#email-signup .form-label {
      display: none; }
    #footer form#email-signup .gdpr input[type=checkbox] {
      width: 20px !important;
      margin-top: 3px; }
    #footer form#email-signup .fields-wrap {
      margin-bottom: 20px; }
    #footer form#email-signup button {
      padding: 10px 33px;
      display: inline-block;
      zoom: 1;
      text-align: center;
      text-transform: uppercase;
      outline: none;
      border: none;
      border-radius: 0;
      cursor: pointer;
      background: #8c001c;
      color: #fff;
      border-radius: 3px;
      font-size: 1.12em;
      transition: all 0.3s ease-in-out;
      margin-top: -10px; }
    #footer form#email-signup label {
      font-size: 13px;
      width: 90%;
      float: left; }
    #footer form#email-signup #email-signup_first_name-error {
      position: absolute;
      top: 35px; }
    #footer form#email-signup #email-signup_email_address-error {
      position: absolute;
      top: 85px; }
  #footer .addy {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 30px; }
  #footer ul.social-media {
    display: block;
    padding-left: 0px;
    list-style-type: none !important;
    margin-bottom: 12px;
    margin-left: 0; }
    #footer ul.social-media li {
      display: inline-block;
      text-indent: -55555px;
      padding-left: 6px;
      margin-right: 25px;
      padding-right: 0;
      padding-left: 0; }
    #footer ul.social-media a {
      height: 25px;
      width: 32px;
      background: url("images/social-medias.png") no-repeat;
      display: list-item; }
    #footer ul.social-media a.facebook {
      background-position: 0px;
      width: 14px; }
    #footer ul.social-media a.twitter {
      background-position: -43px; }
    #footer ul.social-media a.google {
      background-position: -97px; }
    #footer ul.social-media a:hover {
      opacity: 0.7; }
  #footer .contact-section {
    position: relative; }
    #footer .contact-section .ta-badge {
      position: absolute;
      height: 100px;
      width: 100px;
      background-size: contain !important;
      left: 105px;
      bottom: -52px;
      background: url("images/ta-badge-branding-iron.png") no-repeat center center;
      transform: rotate(5deg); }
  #footer .bottom {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px; }
    #footer .bottom #third-nav {
      display: inline-block;
      margin-right: 30px; }
      #footer .bottom #third-nav ul {
        font-size: 0.96em; }
        #footer .bottom #third-nav ul li {
          display: inline-block;
          background: url("images/dash.png") no-repeat right;
          padding-right: 14px;
          margin-right: 4px; }
          #footer .bottom #third-nav ul li:last-child {
            background: none;
            padding-right: 0;
            margin-right: 0; }
          #footer .bottom #third-nav ul li a {
            color: #857e68; }
    #footer .bottom p {
      display: inline-block;
      margin-right: 30px;
      color: #857e68;
      font-size: 0.96em; }
    #footer .bottom a.tambourine {
      display: inline-block;
      color: #857e68;
      font-size: 0.72em;
      background: url("images/tambo-logo.png") no-repeat right;
      padding-right: 115px;
      padding-top: 4px;
      padding-bottom: 2px;
      margin-right: 35px; }
    #footer .bottom .historic-logo {
      vertical-align: text-bottom; }

.booking-widget {
  margin-top: 40px;
  z-index: 999;
  text-align: center; }
  .booking-widget .close-icon {
    height: 20px;
    width: 20px;
    top: 12px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    display: none; }
  .booking-widget #booking-form {
    width: 85%;
    margin: 0 auto 15px; }
    .booking-widget #booking-form h2 {
      text-transform: uppercase;
      color: #f1ecdc;
      font-size: 1.28em;
      margin-top: 0;
      margin-bottom: 24px;
      letter-spacing: .5px; }
    .booking-widget #booking-form .form-entry {
      margin-bottom: 0;
      display: inline; }
      .booking-widget #booking-form .form-entry input[type="text"], .booking-widget #booking-form .form-entry select {
        display: inline;
        width: 19%;
        margin: 0 5px;
        background: transparent;
        color: #6e5652;
        padding: 7px 10px;
        text-align: center;
        margin-bottom: 14px;
        letter-spacing: .25px;
        font-size: 1.12em;
        border: 1px solid #6e5652; }
        .booking-widget #booking-form .form-entry input[type="text"]::-webkit-input-placeholder, .booking-widget #booking-form .form-entry select::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #6e5652; }
        .booking-widget #booking-form .form-entry input[type="text"]::-moz-placeholder, .booking-widget #booking-form .form-entry select::-moz-placeholder {
          /* Firefox 19+ */
          color: #6e5652; }
        .booking-widget #booking-form .form-entry input[type="text"]:-ms-input-placeholder, .booking-widget #booking-form .form-entry select:-ms-input-placeholder {
          /* IE 10+ */
          color: #6e5652; }
        .booking-widget #booking-form .form-entry input[type="text"]:-moz-placeholder, .booking-widget #booking-form .form-entry select:-moz-placeholder {
          /* Firefox 18- */
          color: #6e5652; }
        .booking-widget #booking-form .form-entry input[type="text"]#CheckIn, .booking-widget #booking-form .form-entry input[type="text"]#CheckOut, .booking-widget #booking-form .form-entry select#CheckIn, .booking-widget #booking-form .form-entry select#CheckOut {
          background: url("images/booking-calendar.png") no-repeat 92% transparent;
          text-align: left;
          color: #6e5652; }
        .booking-widget #booking-form .form-entry input[type="text"]#adults, .booking-widget #booking-form .form-entry input[type="text"]#child, .booking-widget #booking-form .form-entry select#adults, .booking-widget #booking-form .form-entry select#child {
          background: url("images/booking-arrow.png") no-repeat 92% transparent;
          text-align: left;
          color: #6e5652;
          width: 15%; }
      .booking-widget #booking-form .form-entry input[type="submit"] {
        border-radius: 0;
        padding: 8px 35px; }
    .booking-widget #booking-form p.best-rate {
      margin-bottom: 0px;
      color: #6e5652;
      margin-top: 10px; }

.hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

@keyframes home-scroll {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#home img {
  max-width: 100%; }

#home .top-content-home {
  margin-top: 150px;
  position: relative; }
  #home .top-content-home .icon-badge {
    position: absolute;
    bottom: 30px;
    z-index: 9;
    left: 30px;
    visibility: hidden; }
    #home .top-content-home .icon-badge img {
      max-width: 100px; }
  #home .top-content-home .hero-img-bade {
    position: absolute;
    right: 2%;
    bottom: 5%;
    max-width: 150px; }
  #home .top-content-home .valentines-badge {
    position: absolute;
    bottom: 30px;
    right: 290px;
    z-index: 9; }
    #home .top-content-home .valentines-badge img {
      max-width: 200px; }
  #home .top-content-home .badge-30anniversary {
    background-image: url(images/30-anniversary-badge.png);
    background-repeat: no-repeat;
    width: 392px;
    height: 275px;
    position: absolute;
    z-index: 1;
    right: 10%;
    bottom: 0px; }
  #home .top-content-home .badge {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: -60px; }
    #home .top-content-home .badge img {
      margin: 0 auto; }

#home .main-content .intro-content-home {
  padding: 90px 0; }
  #home .main-content .intro-content-home h1 {
    margin-top: 0;
    font-family: "Bebas", sans-serif;
    font-size: 5.2em;
    letter-spacing: 2px;
    margin-bottom: 38px;
    z-index: 2;
    position: relative;
    text-align: center; }
  #home .main-content .intro-content-home p {
    font-size: 1.28em;
    line-height: 1.85em;
    max-width: 700px;
    margin-bottom: 50px;
    z-index: 2;
    position: relative; }
  #home .main-content .intro-content-home h2 {
    color: #8c001c;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 30px; }
  #home .main-content .intro-content-home ul {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    z-index: 2;
    position: relative; }
    #home .main-content .intro-content-home ul li {
      display: inline-block;
      margin-right: 45px;
      padding-top: 3px;
      padding-bottom: 2px; }
      #home .main-content .intro-content-home ul li[data-icon="wifi"] {
        background: url("images/icon-wifi.png") no-repeat left;
        padding-left: 40px; }
      #home .main-content .intro-content-home ul li[data-icon="parking"] {
        background: url("images/icon-free-parking.png") no-repeat left;
        padding-left: 31px; }
      #home .main-content .intro-content-home ul li[data-icon="cocktail"] {
        background: url("images/icon-cocktail.png") no-repeat left;
        padding-left: 27px;
        margin-right: 0; }
  #home .main-content .intro-content-home.container {
    position: relative; }
    #home .main-content .intro-content-home.container .deer-illustration {
      right: 0px;
      background: url("images/illustration-deer.png") no-repeat;
      width: 266px;
      height: 471px;
      bottom: -510px;
      z-index: 1;
      transition: all 9s ease;
      position: absolute; }
      #home .main-content .intro-content-home.container .deer-illustration.slide-up {
        bottom: 100px; }
    #home .main-content .intro-content-home.container .badge-private-offer {
      position: absolute;
      left: 50px;
      bottom: 45px;
      height: 150px;
      width: 145px;
      background-image: url("images/bg-po.png");
      background-repeat: no-repeat; }

#home .main-content .special-home {
  padding-top: 38px;
  padding-bottom: 60px;
  z-index: 1; }
  #home .main-content .special-home .drop-border {
    position: relative;
    height: 222px;
    width: 100%;
    max-width: 366px;
    background-size: cover !important;
    background-position: center center !important; }
    #home .main-content .special-home .drop-border .rates {
      position: absolute;
      top: 16px;
      left: 16px;
      color: #efece0;
      background: #b98c3f;
      font-family: "Bebas", sans-serif;
      font-size: 1.6em;
      padding: 3px 12px 8px; }
  #home .main-content .special-home h2 {
    font-family: "Bebas", sans-serif;
    font-size: 4em;
    margin-top: 0px;
    line-height: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2; }

#home .main-content .reasons-home {
  padding-bottom: 125px; }
  #home .main-content .reasons-home .each-reason {
    padding-top: 10px;
    padding-bottom: 10px; }
  #home .main-content .reasons-home.container {
    position: relative;
    padding-top: 125px; }
  #home .main-content .reasons-home .hat-illustration {
    background: url("images/illustration-hat.png") no-repeat;
    width: 350px;
    height: 186px;
    position: absolute;
    left: 0;
    top: 500px;
    transition: all 5s ease; }
    #home .main-content .reasons-home .hat-illustration.slide-up {
      top: 0px; }
  #home .main-content .reasons-home .headline {
    margin-bottom: 25px;
    margin-top: 25px; }
  #home .main-content .reasons-home h2 {
    font-size: 4em;
    font-family: "Bebas", sans-serif;
    margin-top: 0px;
    margin-bottom: 18px;
    line-height: 1em;
    margin-top: 10px; }
  #home .main-content .reasons-home p {
    font-size: 1.2em;
    line-height: 1.75em;
    max-width: 350px;
    margin-bottom: 35px; }
  #home .main-content .reasons-home a.btn {
    position: absolute;
    bottom: 40px; }
  #home .main-content .reasons-home ul.slick-dots {
    position: absolute;
    left: 210px;
    bottom: 58px; }

#home .main-content .weddings-meetings-home .each-wed-meet {
  position: relative; }
  #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder {
    position: absolute;
    top: 50%;
    max-width: 350px;
    left: 59%;
    margin-top: -175px; }
    #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder h2 {
      font-family: "Bebas", sans-serif;
      letter-spacing: 2px;
      font-size: 4em;
      margin-top: 0px;
      margin-bottom: 35px;
      line-height: 1.05em; }
    #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder p {
      font-size: 1.2em;
      line-height: 1.9em;
      margin-bottom: 33px; }
  #home .main-content .weddings-meetings-home .each-wed-meet ul.slick-dots {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 18px; }
    #home .main-content .weddings-meetings-home .each-wed-meet ul.slick-dots li {
      width: inherit !important;
      height: inherit !important;
      padding-right: 20px;
      margin-right: 15px;
      border-right: 3px solid #4c2923;
      line-height: .95em;
      letter-spacing: 2px; }
      #home .main-content .weddings-meetings-home .each-wed-meet ul.slick-dots li a {
        color: #4c2923; }
      #home .main-content .weddings-meetings-home .each-wed-meet ul.slick-dots li.slick-active a {
        color: #b98c3f; }
      #home .main-content .weddings-meetings-home .each-wed-meet ul.slick-dots li:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
  #home .main-content .weddings-meetings-home .each-wed-meet .meeting-active ul.slick-dots li:last-child a {
    color: #b98c3f; }

#home .main-content .restaurant-home {
  padding-top: 120px;
  position: relative; }
  #home .main-content .restaurant-home .group {
    z-index: 2; }
  #home .main-content .restaurant-home .horseshoe-illustration {
    background: url("images/illustration-horseshoe.png") no-repeat;
    transition: all 8s ease;
    position: absolute;
    bottom: -200px;
    left: 10px;
    width: 166px;
    height: 178px;
    z-index: 1; }
    #home .main-content .restaurant-home .horseshoe-illustration.slide-up {
      bottom: 200px; }
  #home .main-content .restaurant-home .group {
    padding-bottom: 15px; }
  #home .main-content .restaurant-home .img-holder {
    position: relative; }
    #home .main-content .restaurant-home .img-holder h2 {
      font-size: 4em;
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 33px;
      margin-bottom: 0px;
      margin-top: 0px;
      color: #f6f2e9;
      font-family: "Bebas", sans-serif;
      letter-spacing: 2px;
      line-height: .95em; }
  #home .main-content .restaurant-home .copy-holder {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    max-width: 445px;
    background: #FAF8F2; }
    #home .main-content .restaurant-home .copy-holder .elm-saloon {
      background: url("svg/Saloon-Badge.svg") no-repeat;
      background-size: 150px;
      height: 150px;
      width: 150px;
      right: 5%;
      top: 10%;
      position: absolute;
      transform: rotate(10deg); }
    #home .main-content .restaurant-home .copy-holder .branding-iron {
      background: url("svg/Branding-Restaurant-Badge.svg") no-repeat 95% 10% #FAF8F2;
      background-size: 150px;
      height: 150px;
      width: 150px;
      right: 5%;
      top: 10%;
      position: absolute;
      transform: rotate(10deg); }
    #home .main-content .restaurant-home .copy-holder:hover {
      opacity: 1; }
    #home .main-content .restaurant-home .copy-holder .copy {
      position: absolute;
      bottom: 35px;
      padding: 0px 75px;
      text-align: center; }
      #home .main-content .restaurant-home .copy-holder .copy p {
        font-size: 1.2em;
        line-height: 1.9em;
        text-align: left;
        margin-bottom: 25px;
        color: #4c2923; }

#home .main-content .events-home {
  padding-top: 175px;
  padding-bottom: 0px; }
  #home .main-content .events-home.container {
    position: relative; }
  #home .main-content .events-home .img-holder {
    position: relative; }
    #home .main-content .events-home .img-holder .dates {
      position: absolute;
      top: 16px;
      left: 16px;
      color: #efece0;
      background: #b98c3f;
      border-radius: 3px;
      font-family: "Bebas", sans-serif;
      font-size: 1.6em;
      padding: 3px 12px 8px; }
  #home .main-content .events-home h2 {
    font-family: "Bebas", sans-serif;
    font-size: 4em;
    margin-top: 0px;
    line-height: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 30px;
    max-width: 400px; }

#home .main-content .map-home {
  background: url("images/home-map.jpg") no-repeat 50% 50%;
  height: 797px;
  position: relative; }
  #home .main-content .map-home .copy-holder {
    max-width: 350px;
    left: 65%;
    position: absolute;
    top: 340px; }
    #home .main-content .map-home .copy-holder h2 {
      font-family: "Bebas", sans-serif;
      font-size: 4em;
      margin-top: 0px;
      line-height: 1.1em;
      letter-spacing: 1px;
      margin-bottom: 30px;
      max-width: 400px;
      color: #4c2923; }
    #home .main-content .map-home .copy-holder p {
      font-size: 1.2em;
      line-height: 1.9em;
      text-align: left;
      margin-bottom: 25px;
      color: #4c2923; }

#home .main-content .gallery-home {
  padding-bottom: 95px; }
  #home .main-content .gallery-home .zoom-icon {
    background: url("images/gallery-zoom.png") no-repeat;
    width: 18px;
    height: 14px;
    position: absolute;
    left: 14px;
    top: 10px;
    text-indent: -55555px; }
  #home .main-content .gallery-home .first-half {
    float: left;
    height: 416px;
    width: 49%;
    margin-right: 1%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative; }
  #home .main-content .gallery-home .second-half {
    width: 50%;
    float: left;
    background-size: cover !important;
    background-position: center center !important; }
    #home .main-content .gallery-home .second-half .top {
      width: 100%;
      height: 234px;
      margin-bottom: 10px;
      background-size: cover !important;
      background-position: center center !important;
      position: relative; }
    #home .main-content .gallery-home .second-half .bottom .first {
      background-size: cover !important;
      background-position: center center !important;
      width: 58.5%;
      float: left;
      margin-right: 2.5%;
      height: 172px;
      position: relative; }
    #home .main-content .gallery-home .second-half .bottom .second {
      background-size: cover !important;
      background-position: left center !important;
      width: 39%;
      float: left;
      height: 172px;
      position: relative; }

#home .main-content .testimonials-home {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 110px; }
  #home .main-content .testimonials-home h2 {
    font-family: "Bebas", sans-serif;
    font-size: 4em;
    margin-top: 0px;
    line-height: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 30px; }
  #home .main-content .testimonials-home blockquote {
    padding: 0;
    font-size: 1.2em;
    line-height: 1.9em; }
  #home .main-content .testimonials-home cite {
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 45px;
    background: url("images/trip-face.png") no-repeat left; }

/*** POST LIST ***/
.has-blog ul.posts-list li {
  margin: 2em 0;
  padding-right: 10%; }
  .has-blog ul.posts-list li img {
    width: 100%;
    height: auto; }
  .has-blog ul.posts-list li a.read-more {
    text-transform: uppercase;
    font-size: 15px !important; }

.has-blog .posts-sidebar {
  background-color: #FFF;
  padding: 3%;
  margin: 2em 0;
  text-align: center; }
  .has-blog .posts-sidebar > *:first-child {
    margin-top: 0; }
  .has-blog .posts-sidebar > *:last-child {
    margin-bottom: 0; }
  .has-blog .posts-sidebar h3, .has-blog .posts-sidebar h2 {
    text-transform: capitalize !important;
    letter-spacing: 0px;
    font-size: 130% !important; }
  .has-blog .posts-sidebar p {
    font-size: 90% !important;
    margin-bottom: 2em; }
  .has-blog .posts-sidebar ul.blog-archive {
    list-style: none;
    text-align: left;
    padding: 0 5%;
    font-size: 90%; }
    .has-blog .posts-sidebar ul.blog-archive li a.year {
      display: block;
      border-top: 1px solid #E0E0E0;
      padding: 0 5%; }
    .has-blog .posts-sidebar ul.blog-archive li:last-child a.year {
      border-bottom: 1px solid #E0E0E0; }
    .has-blog .posts-sidebar ul.blog-archive li ul.sub-blog-archive {
      margin: 10px 0; }

/*** ARTICLE VIEW ***/
.has-post article.post {
  margin-bottom: 4em; }
  .has-post article.post .intro-blog {
    margin-bottom: 40px; }
  .has-post article.post .post-content h1 {
    display: block;
    text-align: left !important;
    margin-top: 20px !important; }
  .has-post article.post .post-content .date {
    font-family: serif;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 2em;
    margin-top: -1em; }
  .has-post article.post .post-content .share-btn {
    display: inline-block;
    height: 32px;
    margin-top: 1em;
    padding-left: 40px;
    background: url(images/icon-share.png) left center no-repeat;
    background-size: 31.5px 27px;
    text-transform: uppercase;
    font-size: 90%;
    line-height: 2.2;
    color: #b98c3f !important;
    transition: all 0.3s ease-in-out; }
    .has-post article.post .post-content .share-btn:hover {
      opacity: 0.7; }
  .has-post article.post .post-img figure {
    margin-bottom: 1em;
    position: relative; }
    .has-post article.post .post-img figure img {
      width: 100%;
      height: auto; }
    .has-post article.post .post-img figure .pin-it-button {
      width: 43px;
      height: 21px;
      position: absolute;
      top: 5px;
      left: 10px;
      transition: all 0.3s ease-in-out; }
      .has-post article.post .post-img figure .pin-it-button:hover {
        opacity: 0.7; }

.has-post #share-modal {
  min-width: 500px;
  padding: 3em;
  text-align: center; }
  .has-post #share-modal h2 {
    margin: 0 0 1em 0; }

/* MAP
*********************************************************** */
.infoBox img {
  z-index: 99 !important; }

.map_popup {
  background: #FFFFFF;
  width: 220px; }
  .map_popup img {
    display: block;
    position: relative;
    top: -8px;
    margin-bottom: -8px;
    width: 220px !important;
    z-index: -99999 !important; }
  .map_popup .desc {
    padding: 10px 20px;
    box-shadow: 0 0 30px rgba(85, 85, 85, 0.5);
    background: #fff;
    width: 220px; }
    .map_popup .desc h2 {
      color: #8c001c;
      margin: 15px 0 5px;
      font-size: 17px; }
    .map_popup .desc p {
      color: #4c2923 !important;
      white-space: pre-wrap;
      line-height: 1.3em;
      margin-bottom: 18px;
      font-size: 14px; }

/* MAP CATEGORY
*********************************************************** */
body#map-category #myMap {
  max-height: 80vh; }

body#map-category #amenityMenu {
  position: absolute; }
  body#map-category #amenityMenu dl dt a {
    color: #333; }
  body#map-category #amenityMenu dl dt.open a {
    background-color: #8c001c;
    color: #fff; }
  body#map-category #amenityMenu dl dd ul {
    padding-left: 0; }
    body#map-category #amenityMenu dl dd ul li a {
      font-family: "Bebas", sans-serif;
      font-style: normal; }

body#map-category .ui-infobox .ui-infobox-content {
  width: 100%;
  padding: 0 10px 10px;
  float: none; }
  body#map-category .ui-infobox .ui-infobox-content img.thumb {
    width: 251px;
    position: static;
    margin-top: -8px;
    margin-left: -11px;
    margin-bottom: 10px;
    border-radius: 4px 4px 0 0; }
  body#map-category .ui-infobox .ui-infobox-content .title {
    color: #4c2923;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    width: 100%;
    padding: 0;
    float: none; }
  body#map-category .ui-infobox .ui-infobox-content p {
    display: block;
    float: none;
    padding: 0;
    color: #4c2923;
    margin-bottom: 10px;
    width: 100%; }

/* MAP CATEGORY SIDEBAR
*********************************************************** */
body#map-category-sidebar #myMap {
  background: #d8d8d8 !important;
  height: 100vh !important;
  width: 70%;
  float: left; }

body#map-category-sidebar #markers-sidebar {
  width: 30%;
  height: 100vh;
  max-height: 100vh !important;
  padding: 1%;
  float: right;
  overflow: scroll;
  background-color: #fff;
  color: #7c7975;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  body#map-category-sidebar #markers-sidebar header h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #16213c; }
  body#map-category-sidebar #markers-sidebar header select {
    width: 100%;
    font-size: 14px;
    padding: 10px 7%;
    -webkit-appearance: none;
    border-radius: 0;
    text-align: center;
    font-style: italic;
    -moz-appearance: none;
    border: 1px solid #ccc; }
  body#map-category-sidebar #markers-sidebar .markers-list {
    padding: 2% 4%;
    display: none; }
    body#map-category-sidebar #markers-sidebar .markers-list .marker-section h3 {
      font-size: 16px;
      margin-top: 1em;
      margin-bottom: 0.5em; }
    body#map-category-sidebar #markers-sidebar .markers-list .marker-section ul {
      margin-left: 15px; }
      body#map-category-sidebar #markers-sidebar .markers-list .marker-section ul li {
        list-style: circle;
        line-height: 1.2; }
        body#map-category-sidebar #markers-sidebar .markers-list .marker-section ul li a {
          color: #7c7975;
          font-style: italic;
          font-size: 14px;
          display: inline-block;
          padding: 5px 0; }
          body#map-category-sidebar #markers-sidebar .markers-list .marker-section ul li a:hover {
            opacity: 0.7; }
        body#map-category-sidebar #markers-sidebar .markers-list .marker-section ul li.active a {
          color: #8c001c; }
    body#map-category-sidebar #markers-sidebar .markers-list.view-all h3 {
      display: block; }

body#map-category-sidebar .ui-infobox {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
  body#map-category-sidebar .ui-infobox .ui-infobox-content {
    padding: 1em;
    width: 100%;
    color: #7c7975; }
    body#map-category-sidebar .ui-infobox .ui-infobox-content img {
      cursor: pointer;
      margin: 2px;
      position: absolute;
      top: 0;
      right: 0; }
      body#map-category-sidebar .ui-infobox .ui-infobox-content img.thumb {
        cursor: pointer;
        margin: 2px;
        position: relative;
        top: -19px;
        left: -13px;
        width: 110%; }
    body#map-category-sidebar .ui-infobox .ui-infobox-content .title {
      display: block;
      font-size: 15px;
      line-height: 1.4;
      font-family: "Prompt", sans-serif;
      text-transform: capitalize;
      margin: 10px 0;
      width: 100%; }
    body#map-category-sidebar .ui-infobox .ui-infobox-content p {
      line-height: 1.4;
      font-size: 12px;
      margin-bottom: 10px;
      width: 100%; }
      body#map-category-sidebar .ui-infobox .ui-infobox-content p a {
        text-decoration: none;
        color: #6b6a6a;
        margin-right: 10px;
        font-style: italic; }
        body#map-category-sidebar .ui-infobox .ui-infobox-content p a:hover {
          color: #8c001c; }
        body#map-category-sidebar .ui-infobox .ui-infobox-content p a.get-to-link {
          border-left: 1px solid #ddd;
          padding-left: 10px; }

/*** CALENDAR VIEW  ***/
body.has-calendar #content .filter form {
  margin-left: 20px;
  margin-bottom: 0;
  padding-left: 7%; }
  body.has-calendar #content .filter form label,
  body.has-calendar #content .filter form select {
    margin-left: 5px;
    text-transform: capitalize;
    height: 24px;
    font-family: "Prompt", sans-serif;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    -webkit-appearance: none; }
  body.has-calendar #content .filter form select {
    width: 90px;
    margin: 0 30px 0 15px;
    background-size: 20px;
    padding: 0px 10px; }
    body.has-calendar #content .filter form select:hover {
      color: #4c2923; }

body.has-calendar #content ul.upcoming-events {
  margin-top: 3em;
  clear: both; }
  body.has-calendar #content ul.upcoming-events li.event {
    margin: 0 0 4em 0;
    vertical-align: top;
    list-style: none; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner figure {
      overflow: hidden;
      width: 90%;
      margin: 0 auto;
      position: relative; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner figure img {
        width: 100%;
        transition: all 0.3s ease-in-out; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner figure figcaption {
        display: none; }
        body.has-calendar #content ul.upcoming-events li.event .event-inner figure figcaption p {
          margin: 0;
          padding: 10px 20px;
          border-radius: 2px;
          background-color: rgba(255, 255, 255, 0.9);
          display: inline-block;
          color: #222;
          text-transform: uppercase;
          font-size: 70%;
          border: 1px solid #222;
          font-family: "Bebas", sans-serif;
          transition: all 0.3s ease-in-out;
          position: relative;
          top: -20px;
          left: 0;
          z-index: 100; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy {
      padding: 0 2%; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy .event-name {
        margin: 1.5em auto 1em;
        transition: all 0.3s ease-in-out; }
        body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy .event-name * {
          font-size: 120%;
          line-height: 1.5; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy .event-date {
        transition: all 0.3s ease-in-out;
        color: #8c001c; }
      body.has-calendar #content ul.upcoming-events li.event .event-inner .event-copy p {
        margin: 5px 0 2em;
        color: #4c2923; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner:hover figure figcaption p {
      background-color: #8c001c;
      color: #fff; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner:hover figure img {
      transform: scale(1.1); }
    body.has-calendar #content ul.upcoming-events li.event .event-inner:hover .event-name {
      opacity: 0.7; }
    body.has-calendar #content ul.upcoming-events li.event .event-inner:hover .event-date {
      opacity: 0.7; }

/*** EVENT VIEW ***/
.event .event-img .pin-it-button {
  width: 43px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 10px;
  transition: all 0.3s ease-in-out; }
  .event .event-img .pin-it-button:hover {
    opacity: 0.7; }

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

.event .event-copy form {
  text-align: center; }
  .event .event-copy form fieldset {
    border: none; }
    .event .event-copy form fieldset legend {
      display: none; }

.event .event-copy .event-description {
  width: 80%;
  margin: 0 auto; }

.related-events {
  padding: 4em 0 0; }

.share-btn {
  display: inline-block;
  height: 32px;
  margin-top: 1em;
  padding-left: 40px;
  background: url(images/icon-share.png) left center no-repeat;
  background-size: 31.5px 27px;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 2.2;
  color: #a4a4a4 !important;
  transition: all 0.3s ease-in-out; }
  .share-btn:hover {
    opacity: 0.7; }

#share-modal {
  min-width: 500px;
  padding: 3em;
  text-align: center; }
  #share-modal h2 {
    margin: 0 0 1em 0; }

/* LAYOUT
*********************************************************** */
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.wrapper {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%; }

.no-gutter {
  padding-left: 0;
  padding-right: 0; }

.no-gutter-left {
  padding-left: 0; }

.no-gutter-right {
  padding-right: 0; }

.v-align {
  float: none;
  display: inline-block;
  vertical-align: middle; }

/*  Vertically centered vía CSS3 */
.v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/* Horizontally centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px; }

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

/* SCROLL MAGIC
*********************************************************** */
.animate-fade {
  opacity: 0; }
  .animate-fade.top {
    transform: translateY(0%); }
    .animate-fade.top.fade-in {
      transform: translateY(-5%); }
  .animate-fade.bottom {
    transform: translateY(-5%); }
    .animate-fade.bottom.fade-in {
      transform: translateY(0%); }
  .animate-fade.left {
    transform: translateX(-5%); }
    .animate-fade.left.fade-in {
      transform: translateX(0%); }
  .animate-fade.right {
    transform: translateX(5%); }
    .animate-fade.right.fade-in {
      transform: translateX(0%); }
  .animate-fade.fade-in {
    opacity: 1;
    transition: all 1s ease-out; }

/* MISC
*********************************************************** */
blockquote {
  margin-left: 0;
  font-size: inherit;
  border-left: none; }

.breadcrumb {
  padding: 8px 15px;
  margin-left: 20px;
  margin-bottom: 5px;
  list-style: none; }
  .breadcrumb > li {
    display: inline-block; }
  .breadcrumb li + li:before {
    padding: 0 5px;
    color: #777;
    content: "\3e";
    content: "›"; }
  .breadcrumb > .active {
    color: #777; }

/* SLICK SLIDER
*********************************************************** */
/*** Slick Dots ***/
ul.slick-dots {
  padding-left: 0;
  text-align: center;
  margin-left: 0px; }
  ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer; }
    ul.slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 18px;
      height: 18px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: url("images/slick-inactive.png") no-repeat 50% 50%;
      border-radius: 50%;
      background-color: transparent;
      border: none;
      background-clip: padding-box;
      /* Prevents border-radius causing bg color bleed in FF */ }
    ul.slick-dots li.slick-active button {
      background: url("images/slick-active.png") no-repeat 50% 50%;
      border: none; }

/*** Slick Arrows ***/
.slick-prev,
.slick-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 20; }
  .slick-prev:before,
  .slick-next:before {
    transition: all 0.3s ease-in-out; }
  .slick-prev:hover,
  .slick-next:hover {
    color: transparent;
    outline: none;
    background: transparent; }
    .slick-prev:hover:before,
    .slick-next:hover:before {
      opacity: 0.5; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

/* DATEPICKER
*********************************************************** */
#ui-datepicker-div.ui-widget-content {
  background: #FBFBFB !important;
  z-index: 10000 !important;
  border: none !important; }

#ui-datepicker-div.ui-widget-content * {
  font-family: sans-serif;
  font-weight: normal !important;
  font-size: 14px;
  text-align: center; }

#ui-datepicker-div .ui-widget-header {
  background: #ececec !important;
  border-radius: 0 !important;
  border: 0 !important; }

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div.ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: none !important;
  border: 1px solid #c5c5c5 !important;
  color: #666 !important; }

#ui-datepicker-div .ui-datepicker th {
  font-weight: normal !important; }

#ui-datepicker-div.ui-widget-content a,
#ui-datepicker-div.ui-widget-content a {
  text-align: center; }

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div.ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  background: #8c001c !important;
  border-color: #8c001c;
  color: #fff !important; }

#ui-datepicker-div .ui-datepicker th {
  padding: 5px 0 !important;
  font-size: 12px; }

#ui-datepicker-div .ui-datepicker-month, .ui-datepicker-year {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 16px !important; }

#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div.ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-datepicker .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-datepicker .ui-state-focus,
#ui-datepicker-div .ui-datepicker .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-datepicker .ui-widget-header .ui-state-focus {
  color: #fff !important;
  background: #8c001c !important; }

#ui-datepicker-div .ui-accordion-content {
  height: auto !important; }

/* SITEMAP
*********************************************************** */
ul.global-sitemap {
  position: relative; }
  ul.global-sitemap li {
    line-height: 1.6;
    margin-bottom: 10px;
    list-style: none; }
    ul.global-sitemap li ul {
      border-left: 1px solid #EAEAEA;
      margin-left: 0px;
      margin-bottom: 10px; }
      ul.global-sitemap li ul li {
        padding: 10px 5px 3px 5px;
        list-style: none !important;
        line-height: 1.2;
        font-size: 90%;
        margin-bottom: 0px; }
        ul.global-sitemap li ul li a {
          text-decoration: none !important;
          color: grey;
          padding-left: 10px; }
        ul.global-sitemap li ul li ul {
          margin: 10px 0 0 10px; }
          ul.global-sitemap li ul li ul li ul li {
            padding: 0;
            margin-bottom: 3px; }
            ul.global-sitemap li ul li ul li ul li a {
              opacity: 0.7; }
      ul.global-sitemap li ul li:before {
        display: none; }

#myGallery {
  margin-top: 192px;
  margin-bottom: 10px; }

.fancybox-overlay {
  z-index: 999999; }

.backto {
  position: fixed;
  padding: 5px 5px;
  background: #fff;
  top: 220px;
  left: 20px;
  z-index: 999;
  font-size: 14px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15); }

/* ALL PAGES
*********************************************************** */
.wrapper.main {
  background: url("images/mountains.jpg") center bottom no-repeat, url("images/background-noise.jpg") left top repeat; }

#content .content {
  padding-bottom: 120px;
  /*** Rooms & Suites ***/
  /*** Dining and Events ***/
  /*** Specials ***/
  /*** Blogs ***/ }
  #content .content img {
    max-width: 100%; }
  #content .content #header-img {
    margin-top: 150px; }
    #content .content #header-img .container {
      position: relative; }
    #content .content #header-img .icon-badge {
      position: absolute;
      bottom: 30px;
      z-index: 9;
      left: 30px;
      visibility: hidden; }
      #content .content #header-img .icon-badge img {
        max-width: 100px; }
  #content .content .intro-p {
    margin-bottom: 60px; }
  #content .content h1 {
    font-family: "Bebas", sans-serif;
    font-size: 5.2em;
    color: #4c2923;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1em;
    margin-bottom: 45px;
    margin-top: 40px; }
  #content .content h2 {
    font-family: "Bebas", sans-serif;
    font-size: 3.6em;
    margin-bottom: 25px;
    letter-spacing: 1px; }
    .services-amenities #content .content h2 {
      font-size: 3.2em; }
    #content .content h2.private-offer-title {
      text-align: center;
      margin-bottom: 10px; }
  #content .content h3 {
    font-family: "Bebas", sans-serif;
    text-align: center;
    margin-top: 80px; }
    #content .content h3.post-title {
      margin-top: 0px;
      text-align: left;
      letter-spacing: 1px; }
    #content .content h3.private-offer-subtitle {
      margin-top: 0px; }
  #content .content p {
    color: #4c2923;
    font-size: 1.28em;
    line-height: 1.9em;
    margin-bottom: 40px; }
    #content .content p strong {
      font-weight: 600; }
    #content .content p.center {
      text-align: center; }
    #content .content p a.btn {
      font-size: 14px;
      line-height: 1.5em;
      margin: 5px 0;
      position: relative;
      z-index: 2; }
  #content .content .select-month {
    text-align: center; }
  #content .content .each-month .each-event {
    margin-bottom: 50px; }
    #content .content .each-month .each-event p {
      margin-bottom: 0; }
  #content .content .each-month h2 {
    margin-bottom: 50px; }
  #content .content .each-month h3 {
    text-align: left;
    margin-top: 0;
    font-family: "Prompt", sans-serif;
    font-size: 1.28em;
    font-weight: 600; }
  #content .content ul {
    list-style: none; }
    #content .content ul.sym-inline-list {
      padding-left: 15px;
      font-size: 1.28em;
      margin-bottom: 30px; }
      #content .content ul.sym-inline-list li {
        list-style: disc;
        margin-bottom: 8px; }
  #content .content .section-title {
    cursor: pointer;
    font-family: "Bebas", sans-serif;
    font-size: 3.6em;
    padding: 5px 0 15px;
    margin-bottom: 25px;
    background: url("images/toggle-open.png") no-repeat 80% rgba(204, 197, 182, 0.25); }
    #content .content .section-title.open {
      background: url("images/toggle-close.png") no-repeat 80% rgba(204, 197, 182, 0.25); }
    #content .content .section-title .icon {
      display: inline-block;
      width: 20%;
      margin-right: 3%;
      height: 32px; }
      #content .content .section-title .icon.outdoor-activities {
        background: url("svg/Outdoor.svg") right center no-repeat;
        background-size: 40px; }
      #content .content .section-title .icon.golf {
        background: url("svg/Golf.svg") right center no-repeat;
        background-size: 38px; }
      #content .content .section-title .icon.hunting--shooting {
        background: url("svg/Hunting.svg") right center no-repeat; }
      #content .content .section-title .icon.ranching-horseback-riding {
        background: url("svg/Ranching.svg") right center no-repeat;
        height: 38px;
        background-size: 33px;
        width: 19.5%;
        margin-right: 3.5%; }
      #content .content .section-title .icon.museums-art--culture {
        background: url("svg/Art.svg") right center no-repeat; }
  #content .content .description {
    display: none; }
    #content .content .description.default {
      display: block; }
  #content .content .headline.amenities {
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px; }
  #content .content ul.amenities {
    text-align: center;
    margin-bottom: 75px; }
    #content .content ul.amenities li {
      display: inline-block;
      font-weight: 600;
      display: inline-block;
      font-size: 15px;
      margin-right: 33px;
      padding-left: 32px; }
      #content .content ul.amenities li:first-child {
        background: url("images/amenities-wifi.png") no-repeat left; }
      #content .content ul.amenities li:nth-child(2) {
        background: url("images/amenities-flat-screen.png") no-repeat left; }
      #content .content ul.amenities li:nth-child(3) {
        background: url("images/amenities-table.png") no-repeat left;
        padding-left: 36px; }
      #content .content ul.amenities li:last-child {
        margin-right: 0;
        background: url("images/amenities-patio.png") no-repeat left;
        padding-left: 38px; }
  #content .content .all-rooms .each-room {
    margin-bottom: 50px; }
    #content .content .all-rooms .each-room:last-of-type {
      margin-bottom: 0; }
  #content .content .all-rooms .all-images {
    position: relative; }
    #content .content .all-rooms .all-images .zoom-rooms {
      position: absolute;
      background: url("images/rooms-zoom.png") no-repeat 50% 50%;
      height: 30px;
      width: 30px;
      right: 10px;
      top: 12px;
      cursor: pointer;
      text-indent: -55555px; }
  #content .content .all-rooms h2 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 22px;
    font-size: 4em;
    letter-spacing: 1px;
    line-height: 1em; }
  #content .content h2.restaurant-title {
    text-align: center;
    margin-top: 70px; }
  #content .content .each-dining {
    padding-bottom: 60px;
    /* Events and Weddings */ }
    #content .content .each-dining.a-nod-to-the-chef .trip-winner {
      background: url("svg/Branding-Restaurant-Badge.svg") no-repeat;
      width: 160px;
      height: 159px;
      position: absolute;
      left: -135px;
      top: -62px;
      transform: rotate(-7deg); }
    #content .content .each-dining.a-nod-to-the-chef p {
      max-width: 470px; }
    #content .content .each-dining.elm-waterhole h2 {
      text-align: center; }
    #content .content .each-dining.a-toast-to-old-time-fun .live-band {
      background: url("svg/Saloon-Badge.svg") no-repeat;
      width: 170px;
      height: 170px;
      position: absolute;
      right: -72px;
      top: -17px;
      transform: rotate(7deg); }
    #content .content .each-dining.a-toast-to-old-time-fun h2 {
      margin-top: 0; }
    #content .content .each-dining.second-meeting p {
      max-width: 470px; }
    #content .content .each-dining.weddings {
      padding-top: 40px; }
      #content .content .each-dining.weddings h2 {
        text-align: center; }
    #content .content .each-dining.second-wedding {
      padding-top: 55px; }
      #content .content .each-dining.second-wedding h2 {
        margin-top: 0; }
  #content .content .menu-block.each-menu {
    text-align: center;
    height: 430px;
    padding-bottom: 40px; }
    #content .content .menu-block.each-menu h2 {
      color: #b98c3f;
      font-size: 1.2em;
      font-family: "Prompt", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.45em;
      margin-top: 15px; }
    #content .content .menu-block.each-menu h3 {
      font-size: 1.28em;
      font-weight: 600;
      margin-top: 25px;
      margin-bottom: 0px;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6em;
      font-family: "Prompt", sans-serif; }
    #content .content .menu-block.each-menu p {
      font-size: 1.28em;
      line-height: 1.55em;
      margin-bottom: 30px; }
    #content .content .menu-block.each-menu.elm-waterhole-saloon h2 {
      margin-bottom: 55px; }
    #content .content .menu-block.each-menu.elm-waterhole-saloon p {
      margin-bottom: 45px; }
  #content .content .menu-block.event-space {
    margin-top: 75px;
    padding-top: 0;
    padding-bottom: 5px; }
    #content .content .menu-block.event-space .event-spaces {
      padding-bottom: 10px; }
      #content .content .menu-block.event-space .event-spaces h2 {
        color: #b98c3f;
        font-size: 1.2em;
        font-family: "Prompt", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.45em;
        margin-top: 0px;
        text-align: center; }
      #content .content .menu-block.event-space .event-spaces p {
        font-size: 1.28em;
        line-height: 1.55em;
        margin-bottom: 30px; }
  #content .content .banquet-menu {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 0px;
    /*
			margin-top: 70px;
			margin-bottom: 80px;
			*/ }
  #content .content .rfp-section h2 {
    text-align: center; }
  #content .content .terms {
    display: inline-block;
    margin-bottom: 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 1em;
    background: url("images/toggle-open.png") no-repeat right;
    padding-right: 22px;
    background-size: 15px !important; }
    #content .content .terms.open-terms {
      background: url("images/toggle-close.png") no-repeat right; }
    #content .content .terms:hover {
      color: #8c001c; }
  #content .content .special-full {
    display: none;
    margin-bottom: 35px; }
    #content .content .special-full p {
      font-size: 14px; }
  #content .content .each-special-img {
    position: relative; }
    #content .content .each-special-img .rates {
      position: absolute;
      top: 16px;
      left: 16px;
      color: #efece0;
      background: #b98c3f;
      font-family: "Bebas", sans-serif;
      font-size: 1.6em;
      padding: 3px 12px 8px; }
    #content .content .each-special-img h2 {
      /*
				span {
					&.outstanding {
						&:nth-child(1){
							background: url('svg/start.svg') no-repeat center center;
							padding: 10px;
						}
					}
				}*/ }
  #content .content .blogs .each-post {
    margin-bottom: 75px; }
    #content .content .blogs .each-post h2 {
      margin-top: 0; }
  #content .content .blogs.specials p {
    margin-bottom: 20px; }
  #content .content .tab-content#weddings {
    display: none; }
  #content .content ul.tabs-menu {
    padding-top: 20px;
    margin-bottom: 50px; }
    #content .content ul.tabs-menu li:first-of-type {
      border-right: none;
      letter-spacing: 0;
      text-transform: none;
      margin-right: 0;
      padding-right: 12px; }

#content .event-space {
  padding-top: 50px; }
  #content .event-space span.event-space {
    color: #b98c3f;
    font-weight: bold;
    font-size: 15px;
    margin-left: 10px; }
  #content .event-space h2 {
    margin-bottom: 10px;
    margin-left: 5px; }
  #content .event-space p {
    margin-top: 30px; }
  #content .event-space .slick-dots {
    float: left;
    position: relative;
    left: -240px;
    bottom: -20px; }
  #content .event-space .slick-slider {
    margin-top: 20px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2); }

#content .border-img {
  border: 3px solid #f8f4ee; }

/******* Custom Navigation *******/
.private-offers #content .content .intro-p {
  margin-bottom: 20px; }

.private-offers h1 {
  opacity: 0;
  height: 0px;
  margin-bottom: 15px !important;
  font-size: 0px;
  color: transparent; }

.private-offers #signUpForm {
  margin: 0 auto; }
  .private-offers #signUpForm input {
    width: 100%;
    max-width: 303px;
    display: block;
    margin: 0px 0px 14px;
    padding: 8px 3% 6px;
    background-color: rgba(196, 190, 171, 0.4);
    font-size: 1.12em;
    border: none; }

/*** Custom Navigation ***/
.sub-menu {
  text-align: center; }
  .sub-menu ul {
    margin-left: 0;
    padding-left: 0;
    padding-top: 45px;
    margin-bottom: 0px; }
    .sub-menu ul li {
      display: inline-block;
      margin-right: 14px;
      padding-right: 18px;
      border-right: 3px solid #4c2923;
      text-transform: uppercase;
      font-size: 1.2em;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1em; }
      .sub-menu ul li a {
        padding: 3px 0;
        letter-spacing: 1px;
        color: #4c2923; }
        .sub-menu ul li a.active {
          cursor: default;
          color: #b98c3f; }
        .sub-menu ul li a:hover {
          color: #b98c3f; }
      .sub-menu ul li:last-child {
        border-right: 0px; }

#default .testimonials-home {
  text-align: center; }

#default blockquote {
  font-family: "Prompt",sans-serif;
  font-size: 1.28em;
  line-height: 1.9em; }

#default .main-content .testimonials-home cite {
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 20px;
  display: inline-block;
  padding-left: 45px;
  background: url(images/trip-face.png) no-repeat left; }

#default .gallery-events {
  padding-bottom: 95px; }
  #default .gallery-events .zoom-icon {
    background: url("images/gallery-zoom.png") no-repeat;
    width: 18px;
    height: 14px;
    position: absolute;
    left: 14px;
    top: 10px;
    text-indent: -55555px; }
  #default .gallery-events .first-half {
    float: left;
    height: 416px;
    width: 49%;
    margin-right: 1%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative; }
  #default .gallery-events .second-half {
    width: 50%;
    float: left;
    background-size: cover !important;
    background-position: center center !important; }
    #default .gallery-events .second-half .top {
      width: 100%;
      height: 234px;
      margin-bottom: 10px;
      background-size: cover !important;
      background-position: center center !important;
      position: relative; }
    #default .gallery-events .second-half .bottom .first {
      background-size: cover !important;
      background-position: center center !important;
      width: 58.5%;
      float: left;
      margin-right: 2.5%;
      height: 172px;
      position: relative; }
    #default .gallery-events .second-half .bottom .second {
      background-size: cover !important;
      background-position: left center !important;
      width: 39%;
      float: left;
      height: 172px;
      position: relative; }

ul.list-outstanding li:nth-child(-n+4) span.outstanding {
  background-image: url("svg/start.svg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px; }

.badge-easter-brunch {
  position: absolute;
  left: 0;
  right: 0;
  width: 180px;
  max-width: 16.6666%;
  min-width: 150px;
  margin: 0 auto;
  z-index: 999;
  top: 100%;
  transform: translateY(-50%); }
  .badge-easter-brunch a {
    display: block; }
  .badge-easter-brunch img {
    display: block; }

#default.branding-iron-restaurant .badge-easter-brunch {
  position: absolute;
  left: 0;
  right: 0;
  width: 155px;
  margin: 0 auto;
  z-index: 999;
  top: 27vw; }

.branding-iron-restaurant .intro-p {
  position: relative; }
  .branding-iron-restaurant .intro-p img {
    display: block;
    right: -118px;
    bottom: -30px;
    position: absolute; }

@media only screen and (min-width: 1400px) {
  .top-content-home .badge {
    left: 9% !important; } }

@media only screen and (max-width: 1255px) {
  #header .location {
    top: 20px; }
  #header a.logo {
    width: 170px; }
  #header #privary-navigation {
    width: 800px; }
  #header .location {
    top: 20px;
    right: 40px;
    background-size: 90px;
    height: 90px;
    width: 90px; }
  .booking-widget #booking-form {
    width: 100%;
    position: relative;
    right: -30px; }
    .booking-widget #booking-form .form-entry input[type="text"], .booking-widget #booking-form .form-entry select {
      margin: 0;
      width: 21%; }
      .booking-widget #booking-form .form-entry input[type="text"]::-webkit-input-placeholder, .booking-widget #booking-form .form-entry select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 12px; }
      .booking-widget #booking-form .form-entry input[type="text"]::-moz-placeholder, .booking-widget #booking-form .form-entry select::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px; }
      .booking-widget #booking-form .form-entry input[type="text"]:-ms-input-placeholder, .booking-widget #booking-form .form-entry select:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 12px; }
      .booking-widget #booking-form .form-entry input[type="text"]:-moz-placeholder, .booking-widget #booking-form .form-entry select:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px; }
      .booking-widget #booking-form .form-entry input[type="text"]#adults, .booking-widget #booking-form .form-entry input[type="text"]#child, .booking-widget #booking-form .form-entry select#adults, .booking-widget #booking-form .form-entry select#child {
        font-size: 12px;
        width: 19%;
        height: 36px;
        height: 36px;
        position: relative;
        top: -2px; }
    .booking-widget #booking-form .form-entry input[type="submit"] {
      padding: 11px 20px;
      font-size: 11px;
      position: relative;
      top: -2px; } }

@media only screen and (max-width: 1199px) {
  #header .container {
    width: 100%; }
  #home .main-content .intro-content-home .col-md-8.col-md-offset-2 {
    width: 100%;
    margin-left: 0; }
  #home .main-content .intro-content-home p {
    margin-left: auto;
    margin-right: auto; }
  #home .main-content .reasons-home.container {
    width: 100%; }
  #home .main-content .reasons-home a.btn {
    bottom: 0px; }
  #home .main-content .reasons-home ul.slick-dots {
    bottom: 18px; }
  #home .main-content .restaurant-home.container {
    width: 100%; }
  #home .main-content .gallery-home.container {
    width: 100%; } }

@media only screen and (max-width: 1160px) {
  #header #primary-nav ul li {
    margin-right: 22px;
    font-size: 1.05em; } }

@media only screen and (max-width: 1130px) {
  #home .main-content .reasons-home .headline {
    margin-bottom: 8px;
    margin-top: 0px; } }

@media only screen and (max-width: 1060px) {
  #home .main-content .weddings-meetings-home .each-wed-meet ul.slick-dots {
    margin-bottom: 2px; }
  #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder {
    margin-top: -140px; }
    #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder h2 {
      font-size: 3.2em;
      line-height: 1em;
      margin-bottom: 20px; }
    #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder p {
      line-height: 1.6em;
      margin-bottom: 20px; }
  #home .main-content .map-home .copy-holder {
    left: 58%; } }

@media only screen and (max-width: 1030px) {
  #header .location {
    top: 20px; }
  #header a.logo {
    width: 170px; }
  #header #privary-navigation {
    width: 670px; }
  #header .location {
    top: 20px;
    right: 40px;
    background-size: 90px;
    height: 90px;
    width: 90px; }
  .top-content-home .badge {
    width: 210px;
    margin: 0 auto; }
  .booking-widget #booking-form {
    width: 100%;
    position: relative;
    right: -30px; }
    .booking-widget #booking-form .form-entry input[type="text"], .booking-widget #booking-form .form-entry select {
      margin: 0;
      width: 21%; }
      .booking-widget #booking-form .form-entry input[type="text"]::-webkit-input-placeholder, .booking-widget #booking-form .form-entry select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 12px; }
      .booking-widget #booking-form .form-entry input[type="text"]::-moz-placeholder, .booking-widget #booking-form .form-entry select::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px; }
      .booking-widget #booking-form .form-entry input[type="text"]:-ms-input-placeholder, .booking-widget #booking-form .form-entry select:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 12px; }
      .booking-widget #booking-form .form-entry input[type="text"]:-moz-placeholder, .booking-widget #booking-form .form-entry select:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px; }
      .booking-widget #booking-form .form-entry input[type="text"]#adults, .booking-widget #booking-form .form-entry input[type="text"]#child, .booking-widget #booking-form .form-entry select#adults, .booking-widget #booking-form .form-entry select#child {
        font-size: 12px;
        width: 19%;
        height: 36px;
        height: 36px;
        position: relative;
        top: -2px; }
    .booking-widget #booking-form .form-entry input[type="submit"] {
      padding: 11px 20px;
      font-size: 11px;
      position: relative;
      top: -2px; } }

@media only screen and (max-width: 991px) {
  header .container {
    width: 100%; }
  #content .content #header-img .container {
    width: 100%; }
  #footer .container {
    width: 98%; } }

@media only screen and (max-width: 850px) {
  #home .main-content .reasons-home h2 {
    font-size: 3.4em; }
  #home .main-content .weddings-meetings-home .each-wed-meet ul.slick-dots {
    font-size: 1em; }
    #home .main-content .weddings-meetings-home .each-wed-meet ul.slick-dots li {
      margin: 5px 5px; }
  #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder {
    margin-top: -120px; }
    #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder h2 {
      font-size: 2.7em;
      margin-bottom: 18px; }
    #home .main-content .weddings-meetings-home .each-wed-meet .copy-holder p {
      line-height: 1.5em;
      margin-bottom: 15px; }
  #home .main-content .map-home .copy-holder {
    left: 55%; }
  #footer .contact-section .ta-badge {
    right: 0px; } }

@media only screen and (max-width: 795px) {
  #header #primary-nav ul li {
    margin-right: 15px;
    font-size: 1em; } }

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