html, body, *, input, textarea {
  -webkit-font-smoothing: antialiased; }

html {
  position: relative;
  min-height: 100%; }

html, body {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body, form, input {
  font-family: 'Century Gothic W01'; }

a, img {
  border: 0; }

article h1:first-child {
  margin-top: 0;
  padding-top: 0; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    article h1:first-child {
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    article h1:first-child {
      margin-top: 0px;
      margin-bottom: 15px; } }

h1, h2, h3, h4, h5, h6, p, ul, li, ol, a, pre {
  color: #FFF; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Century Gothic W01 Bold';
  font-weight: normal; }

h1 {
  font-size: 33px;
  line-height: 42px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 20px;
      line-height: 28px; } }

h2 {
  font-size: 28px;
  line-height: 38px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    h2 {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 20px;
      line-height: 30px; } }

h3 {
  font-size: 23px;
  line-height: 33px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    h3 {
      font-size: 22px;
      line-height: 32px; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 18px;
      line-height: 28px; } }

h4 {
  font-size: 20px;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 17px;
      line-height: 27px; } }

h5 {
  font-size: 18px;
  line-height: 28px; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 16px;
      line-height: 26px; } }

h6 {
  font-size: 16px;
  line-height: 25px; }
  @media screen and (max-width: 767px) {
    h6 {
      font-size: 15px;
      line-height: 25px;
      margin: 0; } }

p {
  font-size: 16px;
  line-height: 25px; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 22px; } }
  p.back {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0; }

pre {
  white-space: normal;
  font-family: "Courier new", Courier, "Andale Mono", monospace;
  border: dashed 1px #CCC;
  padding: 10px;
  margin-bottom: 25px; }

address {
  white-space: normal;
  padding: 15px 20px;
  color: #FFF;
  font-style: italic;
  display: inline-block; }
  address strong {
    color: #FFF;
    font-weight: bold; }

table {
  color: #FFF;
  width: 100%;
  border-spacing: 0; }
  table td {
    border: 1px solid #FFF;
    padding: 10px;
    margin: 0; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input, textarea {
  font-family: 'Century Gothic W01'; }

::-webkit-input-placeholder {
  font-family: 'Century Gothic W01'; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Century Gothic W01'; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Century Gothic W01'; }

:-ms-input-placeholder {
  font-family: 'Century Gothic W01'; }

.red_block a {
  text-decoration: none;
  background: #740120;
  background: rgba(116, 1, 32, 0.75);
  display: inline-block;
  padding: 18px; }
  @media screen and (max-width: 767px) {
    .red_block a {
      width: 100%;
      text-align: center;
      margin-bottom: 50px;
      padding: 18px;
      font-size: 1rem;
      background: #740120; } }

body {
  background-color: #000; }

body, html {
  height: 100%; }

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.fade_out {
  transition: 0.7s; }
  .fade_out img {
    opacity: 0.25;
    transition: 0.7s; }

.outer {
  padding-left: 250px;
  padding-right: 250px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    .outer {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .outer {
      padding: 0; } }

.left-and-middle-wrap {
  float: left;
  margin-left: -250px;
  width: 100%;
  position: relative;
  z-index: 9997; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    .left-and-middle-wrap {
      float: none;
      margin: 0;
      width: 100%;
      position: inherit;
      z-index: auto; } }
  @media screen and (max-width: 767px) {
    .left-and-middle-wrap {
      float: none;
      margin: 0;
      width: 100%; } }

.left {
  float: left;
  width: 250px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    .left {
      display: none; } }
  @media screen and (max-width: 767px) {
    .left {
      width: 100%;
      position: relative; } }

.middle {
  float: right;
  margin-right: -250px;
  width: 100%;
  padding-left: 2px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    .middle {
      float: none;
      margin: 0;
      padding: 0;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .middle {
      float: none;
      margin: 0;
      padding: 0;
      width: 100%; } }

.right {
  float: right;
  width: 250px;
  position: relative;
  padding: 0px;
  min-height: 250px;
  margin-right: -250px;
  position: fixed;
  top: 0;
  right: 250px;
  z-index: 9999; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    .right {
      display: none; } }
  @media screen and (max-width: 767px) {
    .right {
      display: none; } }

a.toggle-reservations {
  float: right; }

a.toggle-mobile-reservations {
  max-height: 78px; }

a.toggle-reservations, a.toggle-mobile-reservations {
  display: block;
  background-repeat: repeat;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  height: 80px;
  line-height: 80px;
  z-index: 9999;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    a.toggle-reservations, a.toggle-mobile-reservations {
      width: auto;
      float: right; } }
  @media screen and (max-width: 767px) {
    a.toggle-reservations, a.toggle-mobile-reservations {
      width: auto;
      height: auto;
      position: relative;
      background: none;
      top: 0;
      right: 0;
      font-size: 15px; } }

section.featured-links {
  display: block;
  height: 80px;
  width: 100%;
  background: #740120;
  background: rgba(116, 1, 32, 0.5);
  background-repeat: repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  @media screen and (max-width: 767px) {
    section.featured-links {
      height: auto;
      display: none; } }
  section.featured-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    section.featured-links ul li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      text-align: center; }
      section.featured-links ul li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        section.featured-links ul li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%;
          margin-bottom: 1px; }
          section.featured-links ul li:last-child {
            margin-right: 0; }
          section.featured-links ul li:nth-child(2n) {
            margin-right: 0; }
          section.featured-links ul li:nth-child(2n+1) {
            clear: left; } }
      section.featured-links ul li a {
        line-height: 80px;
        text-decoration: none;
        display: block;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        font-size: 19px; }
        section.featured-links ul li a:hover {
          background: #740120;
          background: rgba(116, 1, 32, 0.5); }
        @media screen and (max-width: 767px) {
          section.featured-links ul li a {
            line-height: 50px;
            font-size: 16px; } }

section.reservations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("/wp-content/themes/deluca/static/img/article-bg.png");
  background-repeat: repeat;
  display: none;
  height: 100%;
  width: 100%;
  min-height: 100%;
  z-index: 9996; }
  @media screen and (max-width: 767px) {
    section.reservations {
      height: auto !important; } }

.tab {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 100%; }

.valign {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  min-height: 100%;
  text-align: center; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

body.listing-template, body.downloads-template, body.grid-template {
  background: url("/wp-content/themes/deluca/static/img/bg/bg-2-dark.jpg");
  background-size: cover;
  background-color: #000; }
  body.listing-template div.backstretch, body.downloads-template div.backstretch, body.grid-template div.backstretch {
    display: none !important; }
  body.listing-template div.promo, body.downloads-template div.promo, body.grid-template div.promo {
    display: none !important; }

@media screen and (max-width: 767px) {
  div.backstretch {
    display: none !important; } }

header[role="tablet"] {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    header[role="tablet"] {
      display: block; } }

header[role="mobile"] {
  display: none; }
  @media screen and (max-width: 767px) {
    header[role="mobile"] {
      display: table;
      margin: auto;
      position: relative;
      z-index: 9999; }
      header[role="mobile"] div.row {
        display: table-row; }
      header[role="mobile"] div.col {
        display: table-cell; } }

header a.logo {
  float: left;
  display: block;
  height: 80px;
  width: 170px; }
  @media screen and (max-width: 767px) {
    header a.logo {
      display: none; } }
  header a.logo img {
    max-width: none;
    width: auto;
    height: auto; }
  @media screen and (max-width: 767px) {
    header a.logo {
      height: 78px;
      width: 121px;
      overflow: hidden; } }

a#nav-toggle {
  float: left;
  display: block;
  height: 80px;
  width: 80px;
  background: url("/wp-content/themes/deluca/static/img/toggle-nav.png");
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    a#nav-toggle {
      background: none;
      float: none;
      height: auto;
      width: auto; } }

.nav-open {
  background-image: url("/wp-content/themes/deluca/static/img/x.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: rgba(0, 0, 0, 0.75) !important; }

nav {
  clear: both;
  display: none;
  background: url("/wp-content/themes/deluca/static/img/nav-bg.png");
  background-repeat: repeat;
  padding: 20px 0;
  position: relative;
  z-index: 9999; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    nav {
      position: absolute;
      top: 80px;
      width: 250px; } }
  @media screen and (max-width: 767px) {
    nav {
      width: 100%;
      position: fixed;
      top: 0px;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 110px; } }
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    nav ul li.current_page_item a, nav ul li.current_page_parent a {
      background: url("/wp-content/themes/deluca/static/img/nav-active.png");
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        nav ul li.current_page_item a, nav ul li.current_page_parent a {
          background: none; } }
    nav ul li a {
      display: block;
      font-size: 16px;
      text-decoration: none;
      height: 35px;
      line-height: 35px;
      padding-left: 35px; }
      nav ul li a:hover {
        background: url("/wp-content/themes/deluca/static/img/nav-active.png");
        background-repeat: no-repeat; }
        @media screen and (max-width: 767px) {
          nav ul li a:hover {
            background: none; } }
      @media screen and (max-width: 767px) {
        nav ul li a {
          text-align: center;
          font-weight: bold;
          font-size: 17px;
          padding-left: 0;
          margin-bottom: 5px; } }

div.article_tophalf {
  height: 80px; }
  @media screen and (max-width: 767px) {
    div.article_tophalf {
      height: auto; } }

a#toggle-article {
  display: inline-block;
  float: left;
  height: 80px;
  width: 80px;
  background: url("/wp-content/themes/deluca/static/img/nav-bg.png");
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    a#toggle-article {
      margin: auto;
      margin-left: 2px; } }
  @media screen and (max-width: 767px) {
    a#toggle-article {
      display: none; } }

a#toggle-article-mobile {
  display: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem; }
  @media screen and (max-width: 767px) {
    a#toggle-article-mobile {
      display: none;
      margin: -1px auto 0;
      -webkit-tap-highlight-color: transparent; }
      a#toggle-article-mobile div.row {
        display: table-row; }
      a#toggle-article-mobile div.col {
        display: table-cell; } }
  @media screen and (max-width: 412px) {
    a#toggle-article-mobile img {
      position: relative;
      left: -0.5px; } }
  a#toggle-article-mobile div.toggle_bg {
    background: url("/wp-content/themes/deluca/static/img/nav-bg.png");
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px; }

.social_link {
  background: url("/wp-content/themes/deluca/static/img/nav-bg.png");
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  text-align: center;
  line-height: 80px; }
  .social_link img {
    padding-top: 5px;
    margin: auto; }
  @media screen and (max-width: 767px) {
    .social_link {
      display: none !important; } }

.social_link_align_right {
  float: right;
  margin-right: 2px; }

article {
  display: block;
  background: url("/wp-content/themes/deluca/static/img/article-bg.png");
  background-repeat: repeat;
  padding: 30px 30px 30px 30px;
  margin-right: 2px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    article {
      margin-right: 0;
      padding: 20px 35px 85px 35px; } }
  @media screen and (max-width: 767px) {
    article {
      margin-right: 0;
      padding: 25px 31px 85px 31px; } }
  article.home {
    display: none; }
    @media screen and (max-width: 767px) {
      article.home {
        display: block; } }
  article.promotions {
    background: none;
    padding: 30px 0 0 0; }
    @media screen and (max-width: 767px) {
      article.promotions {
        padding: 20px 0 30px 0; } }
    article.promotions ul.promo-blocks {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden; }
      article.promotions ul.promo-blocks li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        margin-bottom: 20px; }
        article.promotions ul.promo-blocks li:last-child {
          margin-right: 0; }
        article.promotions ul.promo-blocks li:nth-child(4n) {
          margin-right: 0; }
        article.promotions ul.promo-blocks li:nth-child(4n+1) {
          clear: left; }
        @media screen and (max-width: 767px) {
          article.promotions ul.promo-blocks li {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 48.82117%;
            margin-bottom: 7px; }
            article.promotions ul.promo-blocks li:last-child {
              margin-right: 0; }
            article.promotions ul.promo-blocks li:nth-child(2n) {
              margin-right: 0; }
            article.promotions ul.promo-blocks li:nth-child(2n+1) {
              clear: left; } }
    @media screen and (min-width: 768px) and (max-width: 1169px) {
      article.promotions {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      article.promotions {
        padding-left: 10px;
        padding-right: 10px; } }

article.halves {
  display: table;
  overflow: auto;
  zoom: 1;
  width: auto;
  height: 100%;
  padding: 0;
  margin-right: 2px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    article.halves {
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    article.halves {
      margin-right: 0; } }
  article.halves section.leftHalf {
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    padding: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1169px) {
      article.halves section.leftHalf {
        height: 100%; } }
    @media screen and (max-width: 767px) {
      article.halves section.leftHalf {
        width: 100%;
        height: 100%;
        overflow: visible; } }
  article.halves section.rightHalf {
    width: 50%;
    height: 100%;
    height: auto;
    display: table-cell;
    vertical-align: top; }
    article.halves section.rightHalf img {
      max-width: 100%;
      min-height: 100%;
      height: 100%;
      width: 100%; }
    article.halves section.rightHalf div.featured-image {
      height: 100%;
      width: 100%;
      -ms-behavior: url(/backgroundsize.min.htc);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      display: block; }
    @media screen and (max-width: 767px) {
      article.halves section.rightHalf {
        display: none; } }

p.credit {
  display: none;
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 14px; }
  p.credit a {
    text-decoration: none; }
  @media screen and (min-width: 1170px) {
    p.credit {
      display: block; } }

div.promo {
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  margin-top: 10px;
  color: #FFF;
  padding: 20px 25px 20px 35px; }
  div.promo h1, div.promo h2, div.promo h3, div.promo h4, div.promo h5, div.promo h6 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin: 0;
    padding: 0 0 10px 0; }
  div.promo p {
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding: 0;
    margin: 0; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  display: block;
  margin: 5px 0 20px 0; }
  .alignnone img {
    margin: 0 auto; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px 0 20px 0; }
  .aligncenter img, div.aligncenter img {
    margin: 0 auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #ddd;
  border: solid 1px #ccc;
  color: #000;
  width: auto !important;
  padding: 5px;
  text-align: center; }
  .wp-caption .wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0 7px 0;
    padding: 0;
    color: #000; }

div.gradientOverlay {
  background: url("/wp-content/themes/deluca/static/img/gradientOverlay.png");
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

div.latest_news_mobile {
  display: none; }
  @media screen and (max-width: 767px) {
    div.latest_news_mobile {
      display: block; } }
  div.latest_news_mobile a {
    text-decoration: none;
    font-style: italic; }

div.strapline {
  text-align: center;
  padding-top: 180px;
  display: none; }
  div.strapline h1 {
    font-size: 3.9rem;
    line-height: 5rem; }

section.latest_news {
  display: block;
  position: fixed;
  bottom: 80px;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    section.latest_news {
      padding-right: 140px;
      padding-left: 140px; } }
  @media screen and (max-width: 767px) {
    section.latest_news {
      display: none; } }
  section.latest_news header h2 {
    font-size: 1.5rem;
    line-height: 1.3rem;
    margin: 0;
    padding: 0 0 25px 0; }
  section.latest_news header span.line {
    display: block;
    margin: auto;
    height: 3px;
    background: #FFF;
    width: 23px; }
  section.latest_news div.cycle-slideshow {
    margin: auto;
    text-align: center;
    width: 100%;
    display: inline-block;
    overflow: hidden; }
    section.latest_news div.cycle-slideshow div.slide {
      margin: auto;
      display: inline-block;
      text-align: center;
      padding: 0 10px;
      display: none;
      width: 100%; }
      section.latest_news div.cycle-slideshow div.slide p, section.latest_news div.cycle-slideshow div.slide a {
        text-decoration: none;
        text-align: center;
        font-style: italic;
        font-size: 1.4rem; }

section.reservations p {
  font-size: 12px; }
  @media screen and (min-width: 1170px) {
    section.reservations p {
      font-size: 14px; } }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    section.reservations p {
      font-size: 13px;
      line-height: 21px; } }
  @media screen and (max-width: 767px) {
    section.reservations p {
      font-size: 13px;
      line-height: 21px; } }

section.halves {
  width: 100%;
  display: table;
  padding-left: 110px;
  padding-right: 110px;
  overflow: auto; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    section.halves {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    section.halves {
      padding-left: 0;
      padding-right: 0;
      margin-top: 90px;
      display: block; } }
  section.halves ul.social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: inline-block; }
    section.halves ul.social li {
      float: left;
      margin: 0 12px; }
  section.halves h1 {
    margin-top: 0;
    font-size: 18px !important;
    margin-bottom: 0; }
    @media screen and (min-width: 1170px) {
      section.halves h1 {
        font-size: 1.3rem !important; } }
    @media screen and (min-width: 768px) and (max-width: 1169px) {
      section.halves h1 {
        font-size: 24px;
        line-height: 28px; } }
  section.halves div.row {
    display: table-row;
    overflow: auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      section.halves div.row {
        display: block; } }
  section.halves div.white-line {
    display: block;
    height: 2px;
    width: 200%;
    background: rgba(255, 255, 255, 0.3); }
    @media screen and (max-width: 767px) {
      section.halves div.white-line {
        display: none; } }
  section.halves div.leftHalf {
    display: table-cell;
    vertical-align: middle;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    width: 50%;
    padding: 40px 40px 50px 40px; }
    @media screen and (max-width: 767px) {
      section.halves div.leftHalf {
        width: 100%;
        display: block;
        padding: 0;
        border: none; } }
    section.halves div.leftHalf h1 {
      margin-bottom: 2px; }
  section.halves div.rightHalf {
    display: table-cell;
    width: 50%;
    padding: 40px 40px 50px 40px; }
    section.halves div.rightHalf div.form {
      display: block;
      height: 50px;
      width: 240px;
      border: 2px solid #FFF;
      margin: 30px auto; }
    @media screen and (max-width: 767px) {
      section.halves div.rightHalf {
        width: 100%;
        display: block;
        padding: 15px 25px 50px 25px; } }

form label {
  font-size: 14px; }
  @media screen and (min-width: 1170px) {
    form label {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    form label {
      font-size: 13px;
      line-height: 18px; } }

form[role="newsletter-signup"] {
  margin-top: 25px; }
  form[role="newsletter-signup"] input[type="email"] {
    border: 1px solid #FFF;
    color: #000;
    height: 39px;
    width: 180px;
    padding-left: 10px; }
    form[role="newsletter-signup"] input[type="email"]:focus {
      outline: none; }
  form[role="newsletter-signup"] input[type="submit"] {
    position: relative;
    top: 1px;
    border: 1px solid #5b051b;
    background: #5b051b;
    color: #FFF;
    height: 40px;
    width: 100px;
    font-size: 15px; }
    form[role="newsletter-signup"] input[type="submit"]:hover {
      cursor: pointer; }
    form[role="newsletter-signup"] input[type="submit"]:focus {
      outline: none; }

ul.grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  ul.grid li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 20px; }
    ul.grid li:last-child {
      margin-right: 0; }
    ul.grid li:nth-child(4n) {
      margin-right: 0; }
    ul.grid li:nth-child(4n+1) {
      clear: left; }
    @media screen and (max-width: 767px) {
      ul.grid li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 7px; }
        ul.grid li:last-child {
          margin-right: 0; }
        ul.grid li:nth-child(1n) {
          margin-right: 0; }
        ul.grid li:nth-child(1n+1) {
          clear: left; } }
    ul.grid li figure {
      width: 100%;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        ul.grid li figure {
          margin-bottom: 10px; } }
      ul.grid li figure img {
        width: 100%;
        height: 100%; }
      ul.grid li figure:hover figcaption {
        background: #780724; }
      ul.grid li figure figcaption {
        background: #5b051b;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        transition: 0.3s; }
        ul.grid li figure figcaption h4 {
          margin: 0;
          padding: 0;
          font-size: 1rem; }
          ul.grid li figure figcaption h4 a {
            color: #FFF; }
        ul.grid li figure figcaption p {
          padding: 5px 10px; }

ul.downloads-repeater {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  ul.downloads-repeater li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 20px; }
    ul.downloads-repeater li:last-child {
      margin-right: 0; }
    ul.downloads-repeater li:nth-child(4n) {
      margin-right: 0; }
    ul.downloads-repeater li:nth-child(4n+1) {
      clear: left; }
    @media screen and (max-width: 767px) {
      ul.downloads-repeater li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 7px; }
        ul.downloads-repeater li:last-child {
          margin-right: 0; }
        ul.downloads-repeater li:nth-child(1n) {
          margin-right: 0; }
        ul.downloads-repeater li:nth-child(1n+1) {
          clear: left; } }
    ul.downloads-repeater li figure {
      width: 100%;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        ul.downloads-repeater li figure {
          margin-bottom: 10px; } }
      ul.downloads-repeater li figure img {
        width: 100%;
        height: 100%; }
      ul.downloads-repeater li figure:hover figcaption {
        background: #780724; }
      ul.downloads-repeater li figure figcaption {
        background: #5b051b;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        transition: 0.3s; }
        ul.downloads-repeater li figure figcaption h4 {
          margin: 0;
          padding: 0;
          font-weight: 400;
          font-size: 1rem; }
          ul.downloads-repeater li figure figcaption h4 a {
            color: #FFF;
            font-weight: normal; }
        ul.downloads-repeater li figure figcaption p {
          padding: 5px 10px; }

article[role="post"] {
  background: none;
  padding: 10px 0 0px 0; }
  article[role="post"] header h1, article[role="post"] header h2 {
    margin-bottom: 0; }
    article[role="post"] header h1 a, article[role="post"] header h2 a {
      text-decoration: none; }
  article[role="post"] header p.date {
    margin-top: 5px; }

article[role="news"] header h1 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px; }
article[role="post_single"] {
  background: none;
  padding: 10px 0 0px 0; }
  article[role="post_single"] header h1 {
    margin-bottom: 0;
    padding-bottom: 10px; }
  article[role="post_single"] header p.date {
    margin-top: 0; }

body.downloads-template section[role="header"], body.listing-template section[role="header"], body.grid-template section[role="header"] {
  display: none !important; }
  body.downloads-template section[role="header"] header, body.listing-template section[role="header"] header, body.grid-template section[role="header"] header {
    display: none !important; }
body.downloads-template .outer, body.listing-template .outer, body.grid-template .outer {
  padding: 0; }
@media screen and (max-width: 767px) {
  body.downloads-template .toggle-reservations, body.listing-template .toggle-reservations, body.grid-template .toggle-reservations {
    display: none; } }
body.downloads-template #social_link_twitter, body.listing-template #social_link_twitter, body.grid-template #social_link_twitter {
  display: block;
  float: right;
  margin-right: 2px; }
body.downloads-template header[role="tablet"], body.listing-template header[role="tablet"], body.grid-template header[role="tablet"] {
  display: block; }
  body.downloads-template header[role="tablet"] header, body.listing-template header[role="tablet"] header, body.grid-template header[role="tablet"] header {
    position: relative;
    z-index: 9999; }
body.downloads-template article.promotions, body.listing-template article.promotions, body.grid-template article.promotions {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
body.downloads-template .middle, body.listing-template .middle, body.grid-template .middle {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%; }
body.downloads-template .left-and-middle-wrap, body.listing-template .left-and-middle-wrap, body.grid-template .left-and-middle-wrap {
  float: none;
  margin: 0;
  width: 100%;
  z-index: auto; }
body.downloads-template a#toggle-article, body.listing-template a#toggle-article, body.grid-template a#toggle-article {
  margin: auto auto auto 2px;
  float: left; }
body.downloads-template .right, body.listing-template .right, body.grid-template .right {
  display: none; }
body.downloads-template nav, body.listing-template nav, body.grid-template nav {
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px; }
body.downloads-template ul.grid li a img, body.listing-template ul.grid li a img, body.grid-template ul.grid li a img {
  width: 100%; }

div.alertBox {
  display: none;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 31%;
  right: 0;
  margin: auto;
  width: auto;
  height: 260px;
  text-align: center;
  padding: 0;
  z-index: 9999; }
  div.alertBox div.innerAlertBox {
    position: relative; }
    div.alertBox div.innerAlertBox a.closeAlertBox {
      position: absolute;
      top: -30px;
      right: 10px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1rem; }
    div.alertBox div.innerAlertBox a {
      text-decoration: none; }
    div.alertBox div.innerAlertBox div.title {
      background: #5b051b;
      padding: 10px; }
      div.alertBox div.innerAlertBox div.title h3 {
        padding: 0;
        margin: 0;
        font-weight: normal;
        font-size: 18px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    div.alertBox {
      display: none; } }
  @media screen and (max-width: 767px) {
    div.alertBox {
      display: none; } }

.cff-meta-wrap {
  display: none; }

.fb-like {
  color: #FFF !important; }
  .fb-like span#u_0_3 {
    color: #FFF !important; }

.twitter-feed-wrapper {
  max-width: 450px;
  margin: auto;
  color: #FFF; }
  .twitter-feed-wrapper iframe {
    display: none; }

.facebook-feed-wrapper {
  max-width: 400px;
  margin: auto; }

.cff-likebox {
  display: none; }

#cff .cff-item {
  border-bottom: none !important; }

.cff-text {
  font-size: 1.1rem; }

.cff-post-links {
  text-align: center;
  margin: 15px auto !important;
  float: none !important; }

.social_device_only {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    .social_device_only {
      display: block;
      float: right;
      margin-right: 2px; } }
  @media screen and (max-width: 767px) {
    .social_device_only {
      display: block; } }

a#social_link_twitter, a.social_link_facebook {
  position: relative;
  z-index: 9998; }
  a#social_link_twitter img, a.social_link_facebook img {
    transition: 0.7s; }
    a#social_link_twitter img.close, a.social_link_facebook img.close {
      display: none; }

.twitter-open img, .facebook-open img {
  transition: 0.7s; }
  .twitter-open img.default, .facebook-open img.default {
    display: none; }
  .twitter-open img.close, .facebook-open img.close {
    display: block !important;
    padding-top: 27px; }

section.social-overlay {
  background: url("/wp-content/themes/deluca/static/img/article-bg.png");
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none; }
  section.social-overlay h1, section.social-overlay h2, section.social-overlay h3, section.social-overlay h4, section.social-overlay h5, section.social-overlay h6 {
    margin-top: 0;
    padding-top: 0; }
  section.social-overlay h2 {
    margin-bottom: 40px; }
  section.social-overlay img {
    margin: 0 auto; }
  section.social-overlay span.line {
    width: 30px;
    height: 2px;
    background: #FFF;
    display: block;
    margin: 40px auto 0; }
  section.social-overlay a {
    text-decoration: none;
    font-weight: bold; }
  section.social-overlay div.tweet, section.social-overlay div.facebook_post {
    max-width: 530px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px; }
    section.social-overlay div.tweet p, section.social-overlay div.facebook_post p {
      font-style: italic;
      font-size: 1.1rem;
      line-height: 1.7rem;
      margin-bottom: 0;
      margin-top: 0; }

.contact-template article {
  padding: 0; }

#contactmap {
  display: block;
  height: 610px;
  width: 100%; }
  #contactmap img {
    max-width: none; }

form.ninja-forms-form {
  color: #FFF;
  text-align: left;
  max-width: 540px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1169px) {
    form.ninja-forms-form {
      padding-right: 0;
      padding-left: 0; } }
  form.ninja-forms-form div.ninja-forms-required-items {
    display: none; }
  form.ninja-forms-form textarea {
    max-height: 110px; }
    @media screen and (min-width: 1170px) {
      form.ninja-forms-form textarea {
        max-height: 150px; } }
    @media screen and (max-width: 767px) {
      form.ninja-forms-form textarea {
        max-height: 80px; } }
  form.ninja-forms-form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin-bottom: 0px; }
  form.ninja-forms-form input[type="text"], form.ninja-forms-form textarea {
    background: #FFF;
    border: 1px solid #FFF;
    outline: none;
    padding: 7px;
    margin-bottom: 0px;
    font-size: 1rem; }
    @media screen and (min-width: 1170px) {
      form.ninja-forms-form input[type="text"], form.ninja-forms-form textarea {
        padding: 12px; } }
    @media screen and (min-width: 768px) and (max-width: 1169px) {
      form.ninja-forms-form input[type="text"], form.ninja-forms-form textarea {
        font-size: 0.9rem; } }
    @media screen and (max-width: 767px) {
      form.ninja-forms-form input[type="text"], form.ninja-forms-form textarea {
        padding: 5px;
        font-size: 0.9rem; } }
  form.ninja-forms-form input[type="submit"] {
    background: #5b051b;
    border: 1px solid #5b051b;
    color: #FFF;
    font-size: 1.2rem;
    padding: 10px 35px;
    cursor: pointer; }
    @media screen and (min-width: 768px) and (max-width: 1169px) {
      form.ninja-forms-form input[type="submit"] {
        font-size: 1rem;
        padding: 10px 30px; } }
    @media screen and (max-width: 767px) {
      form.ninja-forms-form input[type="submit"] {
        font-size: 1rem;
        padding: 10px 30px; } }

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