/*-=Tablet screens=-*/
@media only screen and (max-width: 1024px) {
  /*max-width 1024px, tablet screens*/
  .header {
    font-size: 12px;
  }
  .header p {
    font-size: 15px;
  }
  .header .logo {
    width: 300px;
    height: 74px;
  }
  .header .logo img {
    margin-left: -25px;
  }
  .header .top-bar {
    margin-top: 12px;
  }
  .header .top-bar .header-menu li {
    font-size: 13px;
    padding: 0 6px;
  }
  .header .top-header-menu li {
    margin: 0 10px 0 0;
  }
  .header .reserve {
    width: auto;
  }
  .header .reserve > a {
    width: auto;
  }

  .slider-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .child-menu ul {
    text-align: center;
    padding-left: 15px;
  }
  .child-menu ul li {
    font-size: 14px;
    margin-right: 9px;
  }

  .main {
    width: 100%;
  }
  .main .content ul {
    padding-left: 20px;
  }
  .main .content-block {
    padding-left: 0;
  }

  .season-special {
    height: auto;
    background-image: none !important;
    background-color: #d1c6a9;
    border-radius: 10px;
    padding: 20px;
  }
  .season-special_content {
    float: none;
    max-width: none;
  }
  .season-special_content h2 {
    margin-top: 0;
  }
  .season-special > a {
    position: unset;
    display: inline-block;
    width: 49%;
    height: auto;
  }

  table tbody td,
  table tbody th {
    padding: 0px 20px 2px 0px;
  }

  .row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row .row {
    padding-right: 0;
    padding-left: 0;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 767px) {
  /* TOP BAR Mobile STYLING */
  .title-bar {
    background-color: transparent;
    border: 1px solid #f4e4bd;
    padding: 0;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    color: #f4e4bd;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    padding: 0;
  }

  .header .top-bar {
    display: none;
    background: #4a3024;
    /* menu list background color */
    height: auto;
    padding: 0;
    margin-top: 0;
  }
  .header .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .header .top-bar ul li {
    padding: 0 !important;
  }
  .header .top-bar ul li > a {
    display: block;
    color: #f4e4bd;
    /* menu item text color */
    background: #4d1800;
    /* menu item background color */
    font-size: 14px;
    font-family: "myriad-pro", "Arial", "Helvetica", sans-serif;
    line-height: 22px;
    border-top: 1px solid #632a10;
    padding: 7px;
  }
  .header .top-bar ul li.current-menu-item > a {
    color: white;
    background-color: #4d1800 !important;
  }
  .header .top-bar ul li.current_page_ancestor > a {
    background: #5b3b2c;
    /* current/parent menu item background color */
  }
  .header .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .header .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    background-color: #632a10;
    width: 36px;
    height: 36px;
    right: 0;
    top: 0;
    color: #f4e4bd;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .header .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header .top-bar ul li .submenu li {
    text-align: left;
  }
  .header .top-bar ul li .submenu li a {
    color: #f4e4bd;
    font-weight: normal;
    border: none;
  }
  .header .top-bar ul li .submenu li:first-of-type a {
    -webkit-box-shadow: 0px 8px 6px -7px #000000 inset;
    box-shadow: 0px 8px 6px -7px #000000 inset;
  }
  .header .top-bar ul li .submenu li.current-menu-item a {
    color: white;
    background-color: #4a3024 !important;
  }
  .header .top-bar ul li .submenu a {
    background-color: #4a3024;
    padding-left: 25px;
  }

  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }

  .header .logo {
    margin-top: 31px;
    margin-bottom: 22px;
  }
  .header .logo img {
    margin-left: 0;
  }
  .header .columns {
    text-align: center;
  }
  .header .reserve {
    float: none;
    margin-bottom: 10px;
  }
  .header .reserve > a {
    padding-bottom: 30px;
  }
  .header .top-header-menu {
    padding-top: 0;
    margin-bottom: 9px;
  }
  .header .seasons p {
    margin-bottom: 10px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .season-special {
    margin: 0;
  }

  .slick-dots {
    left: 0;
    right: 0;
  }

  .content .wp-caption-text {
    margin-bottom: 0;
  }

  table tbody td,
  table tbody th {
    padding: 0;
    padding-right: 4px;
  }

  .socials {
    display: flex;
    float: none;
    justify-content: space-around;
  }
  .socials li {
    margin-left: 0;
  }

  .sidebar {
    margin-top: 25px !important;
  }

  .footer {
    text-align: center;
  }
  .footer .footer-menu {
    text-align: center;
    margin-bottom: 20px;
  }

  .child-menu {
    display: none;
  }

  .sidebar aside {
    background-image: none;
    background: #d1c6a9;
    width: 100%;
    margin: 0 auto 16px;
    max-width: 280px;
    border-radius: 10px;
    padding: 20px 15px;
  }
  .sidebar aside > div,
  .sidebar aside > a {
    width: auto;
    height: auto;
  }
  .sidebar aside > div .rs-sc-field select,
  .sidebar aside > a .rs-sc-field select {
    width: calc(100% - 78px) !important;
  }
  .sidebar aside [type=submit] {
    line-height: unset !important;
    min-height: auto !important;
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: auto !important;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type=submit] {
    width: auto !important;
  }
  .gform_wrapper input[type=text],
  .gform_wrapper textarea,
  .gform_wrapper select {
    max-width: 100% !important;
  }
  .gform_wrapper ul.gfield_checkbox li label,
  .gform_wrapper ul.gfield_radio li label {
    width: auto !important;
  }
}
@media only screen and (max-width: 410px) {
  .content > .table {
    width: 270px;
    overflow-x: auto;
    white-space: nowrap;
    margin: auto;
  }
}
/* max-width 767px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 768px) {
  /* TOP BAR STYLING */
  .title-bar {
    display: none;
  }

  .top-bar {
    background-color: transparent;
    text-align: center;
    padding: 0;
    /* Dropdown item styling */
  }
  .top-bar ul {
    display: inline-block;
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu li {
    float: left;
    background-color: transparent;
  }
  .top-bar .header-menu li > a {
    /* Regular menu item style */
    display: block;
    color: #f4e4bd;
    background: transparent;
    font-family: "myriad-pro", "Arial", "Helvetica", sans-serif;
    line-height: 22px;
    padding: 0 0 7px;
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    color: #fff;
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 0 7px;
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
    display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Hover state for dropdown link */
  }
  .top-bar .header-menu li > a:hover {
    /* menu item style on hover */
    color: #fff;
  }
  .top-bar .header-menu:after {
    content: '';
    display: table;
    clear: both;
  }
  .top-bar ul li:hover > a {
    /* Parent link style on dropdown hover */
    color: #fff;
  }
  .top-bar .submenu {
    display: none;
    width: 165px;
    background: #4a3024;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
    border: none;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 8px 6px -7px #000000 inset;
    box-shadow: 0px 8px 6px -7px #000000 inset;
    padding: 7px 5px 18px 5px;
  }
  .top-bar .submenu.js-dropdown-active {
    display: block;
  }
  .top-bar .submenu li {
    display: block;
  }
  .top-bar .submenu li > a {
    /* Regular link in dropdown */
    color: #f4e4bd;
  }
  .top-bar .submenu li > a:hover {
    /* Dropdown link on hover */
    color: white;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }

  /* Align Menu to the right
  	 .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
  	 .top-bar .header-menu { text-align: center; }
  	 .top-bar .header-menu > li{ float: none; display: inline-block; } */
}
/* min-width 768px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* min-width 768px and max-width 1024px, use when QAing tablet-only issues */
}
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  /*min-width 1025px, large screens*/
}
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/
}
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  /* min-width 1201px and max-width 1280px, use when QAing MacBook issues */
}
