/*
Theme Name: Highway Displays Outdoor
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Highway Displays Outdoor theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: highwaydisplaysoutdoor
Tags: one-column
Theme URI:
*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?tkpdrh");
  src: url("fonts/icomoon.eot?tkpdrh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?tkpdrh") format("truetype"), url("fonts/icomoon.woff?tkpdrh") format("woff"), url("fonts/icomoon.svg?tkpdrh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-r:before {
  content: "\e906"; }

.icon-arrow-l:before {
  content: "\e907"; }

.icon-arrow-down:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e903"; }

.icon-arrow-left:before {
  content: "\e904"; }

.icon-arrow-up:before {
  content: "\e905"; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset, #nav .header-navigation, #nav .header-navigation > li > .drop-holder ul, #footer .footer-navigation, #footer .footer-bottom-info ul, .footer-bottom .footer-logos, .social-links, .links {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.section.comments input[type="submit"],
.section.respond input[type="submit"], .section.comments a,
.section.respond a, .btn {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 "Be Vietnam Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

.text-center {
  text-align: center; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #707070;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #707070;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #707070;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #707070; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #707070; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #707070; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #707070; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #707070; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#main {
  flex-grow: 1; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #FFCC01;
  color: #000;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    margin: 0 1.2em 4px 0;
    float: left; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  margin-bottom: 1.2em;
  position: relative;
  vertical-align: middle; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    background: #FFCC01;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    background: #FFCC01;
    color: #000;
    float: left;
    vertical-align: middle;
    max-width: 48%;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  margin-bottom: 1.2em;
  border: 1px solid #707070;
  max-width: 100%;
  clear: both;
  padding: .4em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe {
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 0; }

.navigation-single .next,
.navigation-single .prev,
.page-numbers,
.title {
  word-break: break-word; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #707070; }

.section.comments,
.section.respond {
  max-width: 730px; }
  .section.comments .comment-form textarea,
  .section.respond .comment-form textarea {
    max-width: 100%; }
  .section.comments input[type="text"],
  .section.comments input[type="email"],
  .section.comments input[type="url"],
  .section.comments textarea,
  .section.respond input[type="text"],
  .section.respond input[type="email"],
  .section.respond input[type="url"],
  .section.respond textarea {
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px; }
  .section.comments input[type="submit"],
  .section.respond input[type="submit"] {
    padding: 13px 25px;
    display: inline-block;
    height: auto; }
    .section.comments input[type="submit"]:hover,
    .section.respond input[type="submit"]:hover {
      opacity: 0.7; }
  .section.comments a,
  .section.respond a {
    text-decoration: none; }
    .section.comments a:hover,
    .section.respond a:hover {
      opacity: 0.7; }
  .section.comments .comment-form-cookies-consent,
  .section.respond .comment-form-cookies-consent {
    display: flex;
    align-items: center; }
    .section.comments .comment-form-cookies-consent input,
    .section.respond .comment-form-cookies-consent input {
      margin-right: 10px; }
    .section.comments .comment-form-cookies-consent label,
    .section.respond .comment-form-cookies-consent label {
      padding-bottom: 0; }
  .section.comments .comment-reply-title small,
  .section.respond .comment-reply-title small {
    margin-left: 5px; }

.navigation.pagination {
  padding: 50px 0; }
  .navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center; }
  .navigation.pagination .page-numbers {
    margin: 0 5px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f;
  transition: all 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

#header {
  padding: 18px 0 13px;
  position: relative;
  z-index: 100; }
  @media (min-width: 1024px) {
    #header {
      padding: 30px 0 26px; } }
  #header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px; }
    @media (min-width: 1024px) {
      #header .container {
        padding: 0 20px; } }
  #header .logo {
    width: 150px; }
    @media (min-width: 600px) {
      #header .logo {
        width: 250px; } }
    #header .logo a {
      display: block; }

@media (max-width: 1023px) {
  .nav-active .primary-nav-wrapper {
    right: 0; } }

@media (max-width: 1023px) {
  .primary-nav-wrapper {
    position: absolute;
    top: 100%;
    transition: right 0.3s;
    right: -450px;
    width: 450px;
    background: #FFCC01;
    padding: 94px 0 120px; } }

@media (max-width: 599px) {
  .primary-nav-wrapper {
    right: -375px;
    width: 375px; } }

.primary-nav-wrapper .nav-close {
  font-size: 19px;
  text-transform: uppercase;
  color: #2E3F48;
  position: absolute;
  bottom: 30px;
  left: 50px;
  border: 0;
  padding: 0;
  background: none; }
  .primary-nav-wrapper .nav-close span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 0;
    margin: 0 0 0 10px; }
    .primary-nav-wrapper .nav-close span:after {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      background: #2E3F48;
      content: "";
      height: 2px;
      transform: translateY(-50%) rotate(45deg); }
    .primary-nav-wrapper .nav-close span:before {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 2px;
      background: #2E3F48;
      content: "";
      transform: translateY(-50%) rotate(-45deg); }
  @media (min-width: 1024px) {
    .primary-nav-wrapper .nav-close {
      display: none; } }

#nav {
  width: calc(100% - 150px); }
  @media (min-width: 600px) {
    #nav {
      width: calc(100% - 250px); } }
  #nav .nav-opener {
    float: right;
    display: flex;
    align-items: center;
    border: 0;
    background: none;
    margin-top: -4px;
    padding: 0; }
    @media (min-width: 600px) {
      #nav .nav-opener {
        margin-right: 33px; } }
    #nav .nav-opener .text {
      font-size: 19px;
      color: #2E3F48;
      text-transform: uppercase;
      padding-right: 18px; }
    #nav .nav-opener .icon {
      width: 22px;
      height: 16px;
      position: relative; }
      #nav .nav-opener .icon:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        content: "";
        background: #2E3F48; }
      #nav .nav-opener .icon:after {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        height: 2px;
        content: "";
        background: #2E3F48; }
      #nav .nav-opener .icon span {
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        height: 2px;
        content: "";
        background: #2E3F48; }
    @media (min-width: 1024px) {
      #nav .nav-opener {
        display: none; } }
  #nav .header-navigation {
    display: flex;
    padding: 0 50px;
    flex-direction: column; }
    @media (min-width: 1024px) {
      #nav .header-navigation {
        padding: 0;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row; } }
    #nav .header-navigation > li {
      margin: 0 0 20px; }
      @media (min-width: 1024px) {
        #nav .header-navigation > li {
          position: relative;
          margin: 0 14px; } }
      @media (min-width: 1200px) {
        #nav .header-navigation > li {
          margin: 0 17px; } }
      #nav .header-navigation > li:last-child {
        margin-right: 16px; }
      @media (min-width: 1024px) {
        #nav .header-navigation > li:nth-last-child(-n+4) > .drop-holder {
          left: auto;
          right: 0; } }
      #nav .header-navigation > li.menu-item-has-children > a {
        min-width: 175px; }
        @media (min-width: 1024px) {
          #nav .header-navigation > li.menu-item-has-children > a {
            min-width: 0; } }
      #nav .header-navigation > li.menu-item-has-children .open-drop {
        position: relative;
        top: 3px;
        border: 0;
        padding: 0;
        background: none;
        font-size: 28px; }
        @media (min-width: 1024px) {
          #nav .header-navigation > li.menu-item-has-children .open-drop {
            display: none; } }
      #nav .header-navigation > li.menu-item-has-children.hover > .drop-holder {
        right: 0; }
      @media (min-width: 1024px) {
        #nav .header-navigation > li.menu-item-has-children:hover > a {
          position: relative; }
          #nav .header-navigation > li.menu-item-has-children:hover > a:after {
            position: absolute;
            top: calc(100% - 3px);
            height: 30px;
            width: 100%;
            left: 0;
            content: "";
            background: linear-gradient(to bottom, white 0%, white 50%, white 50%, #000 50%, #000 50%, #000 100%); }
        #nav .header-navigation > li.menu-item-has-children:hover > .drop-holder {
          display: block; } }
      @media (min-width: 1024px) {
        #nav .header-navigation > li:not(.menu-item-has-children):hover > a {
          position: relative; }
          #nav .header-navigation > li:not(.menu-item-has-children):hover > a:after {
            position: absolute;
            top: calc(100% - 3px);
            height: 30px;
            width: 100%;
            left: 0;
            content: "";
            background: linear-gradient(to bottom, white 0%, white 50%, white 50%, #000 50%, #000 50%, #000 100%); } }
      #nav .header-navigation > li > a {
        padding-top: 4px;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        color: #262E30; }
        @media (min-width: 1024px) {
          #nav .header-navigation > li > a {
            font-size: 13px;
            display: block; } }
        @media (min-width: 1200px) {
          #nav .header-navigation > li > a {
            font-size: 15px; } }
        #nav .header-navigation > li > a:hover {
          color: #000; }
      #nav .header-navigation > li > .drop-holder {
        background: #FFCC01;
        padding: 39px 43px 35px;
        position: absolute;
        top: 0;
        bottom: 50px;
        right: -375px;
        width: 375px;
        z-index: 2;
        transition: right 0.3s;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        @media (min-width: 600px) {
          #nav .header-navigation > li > .drop-holder {
            right: -450px;
            width: 450px; } }
        @media (min-width: 1024px) {
          #nav .header-navigation > li > .drop-holder {
            padding: 40px 28px 35px;
            display: none;
            width: 450px;
            position: absolute;
            top: calc(100% + 27px);
            left: 0;
            bottom: auto; } }
        #nav .header-navigation > li > .drop-holder .back {
          display: inline-block;
          border: 0;
          background: none;
          padding: 0;
          font-size: 19px;
          text-transform: uppercase;
          color: #2E3F48;
          margin-bottom: 38px; }
          #nav .header-navigation > li > .drop-holder .back:hover {
            color: #000; }
          #nav .header-navigation > li > .drop-holder .back .icon {
            font-size: 25px;
            line-height: 1;
            position: relative;
            top: 4px;
            margin-right: 4px; }
          @media (min-width: 1024px) {
            #nav .header-navigation > li > .drop-holder .back {
              display: none; } }
        #nav .header-navigation > li > .drop-holder .parent {
          display: inline-block;
          border: 0;
          background: none;
          padding: 0;
          font-size: 18px;
          text-decoration: none;
          text-transform: uppercase;
          color: #2E3F48;
          margin-left: 7px;
          margin-bottom: 26px; }
          #nav .header-navigation > li > .drop-holder .parent:hover {
            color: #000; }
          @media (min-width: 1024px) {
            #nav .header-navigation > li > .drop-holder .parent {
              display: none; } }
        #nav .header-navigation > li > .drop-holder ul {
          font-size: 18px;
          padding-left: 20px; }
          @media (min-width: 1024px) {
            #nav .header-navigation > li > .drop-holder ul {
              padding: 0; } }
          #nav .header-navigation > li > .drop-holder ul li {
            margin: 0 0 26px; }
            @media (min-width: 1024px) {
              #nav .header-navigation > li > .drop-holder ul li {
                margin: 0 0 10px; } }
            #nav .header-navigation > li > .drop-holder ul li a {
              color: #262E30;
              text-decoration: none; }
              #nav .header-navigation > li > .drop-holder ul li a:hover {
                color: #000; }
                @media (min-width: 1024px) {
                  #nav .header-navigation > li > .drop-holder ul li a:hover {
                    text-decoration: underline; } }

#footer .footer-holder {
  padding: 76px 0 60px;
  background: #000;
  text-align: center; }
  @media (min-width: 1200px) {
    #footer .footer-holder {
      padding: 87px 0 30px; } }

#footer .footer-logo {
  width: 218px;
  margin: 0 auto 57px; }
  @media (min-width: 1024px) {
    #footer .footer-logo {
      margin-bottom: 46px; } }
  #footer .footer-logo a {
    display: inline-block; }

#footer .footer-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 768px) {
    #footer .footer-navigation {
      flex-direction: row; } }
  #footer .footer-navigation li {
    margin: 0 10px 25px; }
    @media (min-width: 768px) {
      #footer .footer-navigation li {
        margin: 0 10px 35px; } }
  #footer .footer-navigation a {
    display: block;
    border: 1px solid #FFCC01;
    background: transparent;
    font: 500 13px/1 "Be Vietnam Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 24px 20px 22px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    min-width: 180px;
    color: #fff;
    letter-spacing: 1px; }
    #footer .footer-navigation a:hover {
      background: #FFCC01;
      color: #000; }

#footer .footer-contact-info {
  color: #fff;
  max-width: 720px;
  margin: 0 auto;
  font: 400 15px/1.8 "Be Vietnam Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.3px;
  padding-top: 17px; }
  @media (min-width: 768px) {
    #footer .footer-contact-info {
      padding-top: 0; } }
  #footer .footer-contact-info strong {
    font-weight: 700; }
  #footer .footer-contact-info em {
    font-style: normal;
    display: block; }
    #footer .footer-contact-info em a {
      font-weight: normal;
      color: #fff;
      text-decoration: none; }
      #footer .footer-contact-info em a:hover {
        color: #FFCC01; }
    @media (min-width: 768px) {
      #footer .footer-contact-info em {
        display: inline-block; }
        #footer .footer-contact-info em:after, #footer .footer-contact-info em:before {
          content: "|";
          margin: 0 4px; } }
  #footer .footer-contact-info a {
    font-weight: 700;
    color: #FFCC01; }
    #footer .footer-contact-info a:hover {
      color: #fff; }

#footer .footer-bottom-info {
  padding-top: 18px;
  font-size: 13px; }
  #footer .footer-bottom-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column; }
    @media (min-width: 768px) {
      #footer .footer-bottom-info ul {
        flex-direction: row; } }
    #footer .footer-bottom-info ul li {
      margin: 0 10px 12px; }
      @media (min-width: 768px) {
        #footer .footer-bottom-info ul li {
          margin: 0 10px; } }
      #footer .footer-bottom-info ul li:last-child a {
        text-decoration: underline;
        font-weight: 700;
        color: #FFCC01; }
        #footer .footer-bottom-info ul li:last-child a:hover {
          text-decoration: underline;
          color: #fff; }
    #footer .footer-bottom-info ul a {
      font-weight: 400;
      color: #fff;
      text-decoration: none; }
      #footer .footer-bottom-info ul a:hover {
        text-decoration: underline; }

.footer-bottom {
  padding: 40px 0;
  border-bottom: 10px solid #000; }
  @media (min-width: 600px) {
    .footer-bottom {
      padding: 50px 0; } }
  @media (min-width: 768px) {
    .footer-bottom {
      padding: 20px 0; } }
  @media (min-width: 1200px) {
    .footer-bottom {
      padding: 38px 0 12px; } }
  .footer-bottom .footer-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer-bottom .footer-logos {
        flex-wrap: wrap;
        flex-direction: row; } }
    .footer-bottom .footer-logos li {
      padding: 0 20px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .footer-bottom .footer-logos li {
          margin-bottom: 15px;
          width: 16.66%; } }
      @media (min-width: 1200px) {
        .footer-bottom .footer-logos li {
          padding: 0 10px; } }
  .footer-bottom img {
    max-width: 210px;
    max-height: 97px; }
    @media (min-width: 768px) {
      .footer-bottom img {
        width: 100%; } }
    @media (min-width: 1200px) {
      .footer-bottom img {
        width: auto; } }

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .social-links {
      padding-top: 0; } }
  .social-links li {
    margin: 0 10px 15px; }
  .social-links a {
    display: block;
    color: #fff;
    font-size: 28px; }
    .social-links a:hover {
      color: #FFCC01; }

.q-popup {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 320px; }
  @media (min-width: 600px) {
    .q-popup {
      width: 362px; } }
  .q-popup.hide-popup {
    right: -300px; }
    @media (min-width: 600px) {
      .q-popup.hide-popup {
        right: -334px; } }
    .q-popup.hide-popup .holder .close-q-popup:after {
      top: 9px;
      transform: translate(-50%, -50%) rotate(-30deg); }
    .q-popup.hide-popup .holder .close-q-popup:before {
      top: 16px;
      transform: translate(-50%, -50%) rotate(30deg); }
  .q-popup .holder {
    position: relative;
    padding: 28px 28px;
    color: #000;
    background: #FFCC01;
    font: 18px/24px "Be Vietnam Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .q-popup .holder:after {
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 7.5px 0 7.5px 10px;
      border-color: transparent transparent transparent #FFCC01;
      transform: rotate(0deg);
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 100%; }
    .q-popup .holder .close-q-popup {
      font-size: 0;
      line-height: 0;
      width: 25px;
      height: 25px;
      border-radius: 50px;
      border: 0;
      background: #424242;
      position: absolute;
      top: 0;
      left: -35px; }
      .q-popup .holder .close-q-popup:before {
        transition: all 0.3s;
        width: 15px;
        height: 2px;
        background: #fff;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); }
      .q-popup .holder .close-q-popup:after {
        transition: all 0.3s;
        width: 15px;
        height: 2px;
        background: #fff;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg); }
    .q-popup .holder p {
      margin-bottom: 0; }
    .q-popup .holder a {
      text-decoration: none;
      color: inherit; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }
  .container section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

#form-real-estate {
  padding: 40px 0; }
  @media (min-width: 600px) {
    #form-real-estate {
      padding: 85px 0 55px;
      max-width: 350px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    #form-real-estate {
      padding: 110px 0 12px;
      max-width: none; } }
  #form-real-estate .gform-theme--framework .gform_required_legend {
    display: none !important; }
  #form-real-estate .gform_fields {
    column-gap: 70px;
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 1024px) {
      #form-real-estate .gform_fields {
        grid-template-columns: repeat(12, 1fr); } }
    @media (min-width: 600px) {
      #form-real-estate .gform_fields > .gfield.gfield--type-submit {
        margin-top: -20px; } }
    @media (min-width: 1024px) {
      #form-real-estate .gform_fields > .gfield.gfield--type-submit {
        margin-top: 68px; } }
  #form-real-estate .wp-block-group__inner-container {
    max-width: 840px;
    padding: 0 20px;
    margin: 0 auto; }
  #form-real-estate .gfield {
    margin-top: -14px; }
  #form-real-estate .gfield--type-textarea {
    margin-bottom: 35px; }
    #form-real-estate .gfield--type-textarea textarea {
      min-height: 120px;
      max-height: 120px;
      height: 120px; }
  #form-real-estate .gfield_label {
    color: #000;
    font-size: 15px; }
  #form-real-estate .gfield_required {
    position: relative; }
    #form-real-estate .gfield_required > .gfield_required_text {
      font-size: 0; }
      #form-real-estate .gfield_required > .gfield_required_text:after {
        display: none; }
  #form-real-estate input[type="text"],
  #form-real-estate input[type="email"],
  #form-real-estate textarea {
    background: #808080;
    border: 0;
    border-radius: 0;
    padding: 30px 20px;
    color: #fff; }
  #form-real-estate input[type="button"],
  #form-real-estate input[type="submit"],
  #form-real-estate button {
    margin-left: 10px;
    background: #FFCC01;
    color: #000;
    border-radius: 0;
    padding: 24px 15px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.4px;
    font-weight: 500;
    min-width: 120px; }
    #form-real-estate input[type="button"]:before,
    #form-real-estate input[type="submit"]:before,
    #form-real-estate button:before {
      position: absolute;
      border: 2px solid #000;
      top: -10px;
      left: -10px;
      bottom: 10px;
      right: 10px;
      content: "";
      z-index: 0; }
    #form-real-estate input[type="button"]:hover,
    #form-real-estate input[type="submit"]:hover,
    #form-real-estate button:hover {
      background: #000;
      color: #fff; }

.single-post-content .holder {
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px 0; }
  @media (min-width: 600px) {
    .single-post-content .holder {
      padding: 70px 30px 105px; } }
  @media (min-width: 1024px) {
    .single-post-content .holder {
      padding: 96px 30px 130px; } }

.single-post-content .content {
  font: 500 16px/1.35 "Be Vietnam Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 600px) {
    .single-post-content .content {
      font-size: 20px; } }
  .single-post-content .content p {
    margin: 0 0 27px; }
  .single-post-content .content figure.size-full {
    margin: 40px -20px; }
    @media (min-width: 600px) {
      .single-post-content .content figure.size-full {
        margin: 63px -50px 70px; } }
    @media (min-width: 1024px) {
      .single-post-content .content figure.size-full {
        margin: 38px -52px 65px; } }
    @media (min-width: 1200px) {
      .single-post-content .content figure.size-full {
        margin: 38px -100px 65px; } }

.single-post-content .meta-info {
  font-weight: 900;
  font-size: 16px;
  color: #000;
  margin: 0 0 28px; }
  @media (min-width: 600px) {
    .single-post-content .meta-info {
      font-size: 20px; } }
  .single-post-content .meta-info a {
    color: inherit;
    text-decoration: none; }
    .single-post-content .meta-info a:hover {
      color: #000; }

.single-post-content .wp-block-media-text figure {
  margin: 20px 10px; }

.single-post-content .post-back-link {
  padding-top: 20px;
  padding-left: 10px; }
  @media (min-width: 600px) {
    .single-post-content .post-back-link {
      padding-top: 95px; } }
  @media (min-width: 1024px) {
    .single-post-content .post-back-link {
      padding-top: 88px; } }

.post-title.full-width {
  background: #000;
  color: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 72px 0 48px; }
  @media (min-width: 768px) {
    .post-title.full-width {
      text-align: center;
      padding: 88px 0 77px; } }
  .post-title.full-width h1 {
    letter-spacing: -2px;
    font: 800 50px/1.083 "Be Vietnam Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0; }
    @media (min-width: 600px) {
      .post-title.full-width h1 {
        font-size: 60px;
        padding: 0 30px; } }
    @media (min-width: 768px) {
      .post-title.full-width h1 {
        font-size: 64px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .post-title.full-width h1 {
        font-size: 72px; } }
    @media (min-width: 1200px) {
      .post-title.full-width h1 {
        font-size: 80px;
        line-height: 1.0625; } }

.search-results .container > .title,
.archive .container > .title {
  padding: 50px 0; }
  .search-results .container > .title h1,
  .archive .container > .title h1 {
    text-align: center;
    color: #000;
    letter-spacing: -2px;
    font: 800 50px/1.083 "Be Vietnam Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 600px) {
      .search-results .container > .title h1,
      .archive .container > .title h1 {
        font-size: 60px;
        padding: 0 60px;
        margin-bottom: 42px; } }
    @media (min-width: 768px) {
      .search-results .container > .title h1,
      .archive .container > .title h1 {
        font-size: 64px;
        padding: 0; } }
    @media (min-width: 1024px) {
      .search-results .container > .title h1,
      .archive .container > .title h1 {
        font-size: 72px; } }
    @media (min-width: 1200px) {
      .search-results .container > .title h1,
      .archive .container > .title h1 {
        font-size: 80px;
        line-height: 1.0625;
        margin-bottom: 77px; } }

.search-results .posts,
.archive .posts {
  margin: 0 -20px 50px; }

.search-results .block-location,
.search-results .block-post,
.archive .block-location,
.archive .block-post {
  padding: 22px 25px;
  color: #fff;
  margin: 0 0 50px; }
  .search-results .block-location:last-child,
  .search-results .block-post:last-child,
  .archive .block-location:last-child,
  .archive .block-post:last-child {
    margin: 0; }
  .search-results .block-location.no-image .col-content,
  .search-results .block-post.no-image .col-content,
  .archive .block-location.no-image .col-content,
  .archive .block-post.no-image .col-content {
    padding: 25px 25px 20px; }
    @media (min-width: 1024px) {
      .search-results .block-location.no-image .col-content,
      .search-results .block-post.no-image .col-content,
      .archive .block-location.no-image .col-content,
      .archive .block-post.no-image .col-content {
        padding: 0 26px 0 0; } }
  .search-results .block-location.has-image,
  .search-results .block-post.has-image,
  .archive .block-location.has-image,
  .archive .block-post.has-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse; }
    @media (min-width: 1024px) {
      .search-results .block-location.has-image,
      .search-results .block-post.has-image,
      .archive .block-location.has-image,
      .archive .block-post.has-image {
        flex-direction: row; } }
    .search-results .block-location.has-image .col,
    .search-results .block-post.has-image .col,
    .archive .block-location.has-image .col,
    .archive .block-post.has-image .col {
      width: 100%; }
      @media (min-width: 1024px) {
        .search-results .block-location.has-image .col,
        .search-results .block-post.has-image .col,
        .archive .block-location.has-image .col,
        .archive .block-post.has-image .col {
          width: 50%; } }
    .search-results .block-location.has-image .col-content,
    .search-results .block-post.has-image .col-content,
    .archive .block-location.has-image .col-content,
    .archive .block-post.has-image .col-content {
      padding: 37px 25px 20px; }
      @media (min-width: 1024px) {
        .search-results .block-location.has-image .col-content,
        .search-results .block-post.has-image .col-content,
        .archive .block-location.has-image .col-content,
        .archive .block-post.has-image .col-content {
          padding: 0 26px 0 0; } }
    @media (min-width: 1024px) {
      .search-results .block-location.has-image .col-image,
      .search-results .block-post.has-image .col-image,
      .archive .block-location.has-image .col-image,
      .archive .block-post.has-image .col-image {
        padding-left: 26px; } }
    .search-results .block-location.has-image .col-image a,
    .search-results .block-post.has-image .col-image a,
    .archive .block-location.has-image .col-image a,
    .archive .block-post.has-image .col-image a {
      height: 250px;
      display: block;
      position: relative; }
      @media (min-width: 600px) {
        .search-results .block-location.has-image .col-image a,
        .search-results .block-post.has-image .col-image a,
        .archive .block-location.has-image .col-image a,
        .archive .block-post.has-image .col-image a {
          height: 360px; } }
      @media (min-width: 1024px) {
        .search-results .block-location.has-image .col-image a,
        .search-results .block-post.has-image .col-image a,
        .archive .block-location.has-image .col-image a,
        .archive .block-post.has-image .col-image a {
          height: 100%; } }
      .search-results .block-location.has-image .col-image a img,
      .search-results .block-post.has-image .col-image a img,
      .archive .block-location.has-image .col-image a img,
      .archive .block-post.has-image .col-image a img {
        object-fit: cover;
        object-position: 50% 50%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
  .search-results .block-location:nth-child(odd),
  .search-results .block-post:nth-child(odd),
  .archive .block-location:nth-child(odd),
  .archive .block-post:nth-child(odd) {
    background: #000; }
    .search-results .block-location:nth-child(odd) a.btn:hover,
    .search-results .block-post:nth-child(odd) a.btn:hover,
    .archive .block-location:nth-child(odd) a.btn:hover,
    .archive .block-post:nth-child(odd) a.btn:hover {
      background: #000; }
  .search-results .block-location:nth-child(even),
  .search-results .block-post:nth-child(even),
  .archive .block-location:nth-child(even),
  .archive .block-post:nth-child(even) {
    background: #000; }
    .search-results .block-location:nth-child(even) a.btn:hover,
    .search-results .block-post:nth-child(even) a.btn:hover,
    .archive .block-location:nth-child(even) a.btn:hover,
    .archive .block-post:nth-child(even) a.btn:hover {
      background: #000; }

.search-results .block-location,
.archive .block-location {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse; }
  @media (min-width: 1024px) {
    .search-results .block-location,
    .archive .block-location {
      flex-direction: row-reverse; } }
  .search-results .block-location .text-holder,
  .search-results .block-location .image-holder,
  .archive .block-location .text-holder,
  .archive .block-location .image-holder {
    width: 100%; }
    @media (min-width: 1024px) {
      .search-results .block-location .text-holder,
      .search-results .block-location .image-holder,
      .archive .block-location .text-holder,
      .archive .block-location .image-holder {
        width: 50%; } }
  .search-results .block-location .text-holder,
  .archive .block-location .text-holder {
    padding: 37px 25px 20px; }
    @media (min-width: 1024px) {
      .search-results .block-location .text-holder,
      .archive .block-location .text-holder {
        padding: 0 26px 0 0; } }
  @media (min-width: 1024px) {
    .search-results .block-location .image-holder,
    .archive .block-location .image-holder {
      padding-left: 26px; } }
  .search-results .block-location .image-holder a,
  .archive .block-location .image-holder a {
    height: 250px;
    display: block;
    position: relative; }
    @media (min-width: 600px) {
      .search-results .block-location .image-holder a,
      .archive .block-location .image-holder a {
        height: 360px; } }
    @media (min-width: 1024px) {
      .search-results .block-location .image-holder a,
      .archive .block-location .image-holder a {
        height: 100%;
        min-height: 360px; } }
    .search-results .block-location .image-holder a img,
    .archive .block-location .image-holder a img {
      object-fit: cover;
      object-position: 50% 50%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .search-results .block-location .location,
  .archive .block-location .location {
    margin: 0 0 30px; }
    .search-results .block-location .location a,
    .archive .block-location .location a {
      text-decoration: none;
      color: #fff; }
  .search-results .block-location a.link,
  .archive .block-location a.link {
    color: #FFCC01; }

.search-results .meta-info,
.archive .meta-info {
  margin: 0 0 26px; }
  .search-results .meta-info a,
  .archive .meta-info a {
    text-decoration: none;
    color: #fff;
    font-size: 14px; }
    @media (min-width: 600px) {
      .search-results .meta-info a,
      .archive .meta-info a {
        font-size: 18px; } }
    .search-results .meta-info a:hover,
    .archive .meta-info a:hover {
      color: #FFCC01; }

.search-results h3,
.archive h3 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 22px; }
  @media (min-width: 600px) {
    .search-results h3,
    .archive h3 {
      font-size: 20px; } }
  .search-results h3 a,
  .archive h3 a {
    color: inherit;
    text-decoration: none; }
    .search-results h3 a:hover,
    .archive h3 a:hover {
      color: #FFCC01; }

.search-results .excerpt,
.archive .excerpt {
  font-size: 14px;
  line-height: 1.222;
  letter-spacing: -0.4px;
  margin: 0 0 64px; }
  @media (min-width: 600px) {
    .search-results .excerpt,
    .archive .excerpt {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .search-results .excerpt,
    .archive .excerpt {
      margin: 0 0 55px; } }
  .search-results .excerpt br,
  .archive .excerpt br {
    display: none; }

.search-results .btn,
.archive .btn {
  margin-left: 10px;
  margin-bottom: 13px;
  z-index: 0; }

.error404 #content {
  padding: 50px 0; }

.btn {
  background: #FFCC01;
  color: #000;
  border-radius: 0;
  padding: 24px 15px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.4px;
  font-weight: 500;
  min-width: 150px;
  text-align: center; }
  .btn:before {
    position: absolute;
    border: 2px solid #fff;
    top: -10px;
    left: -10px;
    bottom: 10px;
    right: 10px;
    content: "";
    opacity: 0.7; }
  .btn:hover {
    background: #000;
    color: #fff; }
  .btn.btn-primary:before {
    position: absolute;
    border: 2px solid #000;
    top: -10px;
    left: -10px;
    bottom: 10px;
    right: 10px;
    content: "";
    opacity: 0.7; }
  .btn.btn-primary:hover {
    background: #000;
    color: #FFCC01; }

.links {
  display: flex; }
  .links li {
    margin: 0 30px 0 0; }
    .links li:first-child {
      margin-left: 10px; }
  .links .btn:before {
    position: absolute;
    border: 2px solid #000;
    top: -10px;
    left: -10px;
    bottom: 10px;
    right: 10px;
    content: "";
    z-index: 0; }
  .links .btn:hover {
    background: #000;
    color: #FFCC01; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.resize-active * {
  transition: none !important; }

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