@charset "UTF-8";
/*

Theme Name: Hive Starter
Author: Chatter Buzz Media
Author URI: http://chatterbuzzmedia.com
Version: 1.0.0

Compiling all import files...

*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

/* End normalize.css */
/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .flex {
    display: -ms-flexbox;
    display: flex;
  }
}

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.animated-waves {
  animation: animatedBackgroundWaves 30s linear infinite;
  background-position: 0 bottom !important;
  background-repeat: repeat-x !important;
  background-size: 100% !important;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

@keyframes animatedBackgroundWaves {
  0% {
    background-position-x: 0;
    background-position-y: 100%;
  }
  10% {
    background-size: 103%;
  }
  20% {
    background-size: 100%;
  }
  30% {
    background-size: 103%;
  }
  40% {
    background-size: 100%;
  }
  50% {
    background-size: 103%;
  }
  60% {
    background-size: 100%;
  }
  70% {
    background-size: 103%;
  }
  80% {
    background-size: 100%;
  }
  90% {
    background-size: 103%;
  }
  100% {
    background-position-x: -1904px;
    background-size: 100%;
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 17px;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

@media (max-width: 768px) {
  html {
    font-size: 17px;
  }
}

body {
  font-size: 15px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 400;
  line-height: 27px;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) {
  body {
    font-size: calc(15px + strip-unit(2px) * ((100vw - 480px) / strip-unit(720px)));
  }
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}

.skip-link {
  position: absolute;
  top: 0;
  z-index: 999999;
  right: 100%;
  padding: 5px;
  padding: 0.5rem;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  background: #fff;
}

.skip-link:focus {
  right: auto;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto !important;
}

.container-large {
  position: relative;
  max-width: 1524px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 10px auto red !important;
  outline-offset: 2px;
}

select:focus {
  outline: 10px auto red !important;
  outline-offset: 2px;
}

::selection {
  background: #ed0000;
  color: #ffffff;
}

.fouc {
  visibility: hidden;
}

.wpb_text_column p, .wpb_text_column li {
  font-size: 1.7em;
  line-height: 1.3em;
}

.wpb_text_column li {
  list-style: none;
}

.wpb_text_column li:before {
  content: "\2022";
  color: #ed0000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (min-width: 280px) {
  .site-main {
    position: relative;
    padding-top: 100px;
  }
  .site-main::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: '';
    height: 100px;
    width: 100%;
    background-color: #000000;
  }
}

@media (min-width: 840px) {
  .site-main {
    position: relative;
    padding-top: 0;
  }
}

h1 {
  margin-top: 0;
  font-size: 4rem;
}

h2 {
  margin-top: 0;
  font-size: 2.471rem;
  font-weight: 700;
}

h3 {
  margin-top: 0;
  font-size: 2.118rem;
}

h4 {
  margin-top: 0;
  font-size: 1.882rem;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  font-size: 1.412rem;
}

h6 {
  margin-top: 0;
  font-size: 1.176rem;
}

/* button variants 1 */
.kobe-button, .tour-link a, .vc_btn3-style-custom {
  outline: none;
  margin: 0 5px;
  padding: 6px 10px;
  border: solid 5px #ffffff !important;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5) !important;
  font-size: 0.833rem;
  font-weight: 700;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4) !important;
  white-space: nowrap;
  background-color: #ed0000;
  /* button variants 1 - theme */
  /* button variants 1 - size */
}

.kobe-button:focus, .tour-link a:focus, .kobe-button:visited, .tour-link a:visited, .kobe-button:hover, .tour-link a:hover, .vc_btn3-style-custom:focus, .vc_btn3-style-custom:visited, .vc_btn3-style-custom:hover {
  color: inherit;
}

.kobe-button:focus, .tour-link a:focus, .vc_btn3-style-custom:focus {
  outline: 10px auto red !important;
  outline-offset: 2px;
}

@media (min-width: 380px) {
  .kobe-button, .tour-link a, .vc_btn3-style-custom {
    font-size: 0.833rem;
  }
}

@media (min-width: 420px) {
  .kobe-button, .tour-link a, .vc_btn3-style-custom {
    font-size: 1rem;
  }
}

@media (min-width: 1366px) {
  .kobe-button, .tour-link a, .vc_btn3-style-custom {
    font-size: 1.1rem;
  }
}

@media (min-width: 1580px) {
  .kobe-button, .tour-link a, .vc_btn3-style-custom {
    padding: 6px 25px;
    font-size: 1.353rem;
  }
}

.kobe-button--default, .vc_btn3-style-custom--default {
  background-color: #757474;
  transition: 0.3s all ease;
  position: relative;
  top: 0;
}

.kobe-button--default:hover, .vc_btn3-style-custom--default:hover {
  background-color: #ed0000;
  border: solid 5px #ed0000;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.5) !important;
  top: 4px;
}

.kobe-button--large, .vc_btn3-style-custom--large {
  padding: 5px 15px;
  font-size: 1rem;
}

@media (min-width: 380px) {
  .kobe-button--large, .vc_btn3-style-custom--large {
    padding: 5px 15px;
    font-size: 1.3rem;
  }
}

@media (min-width: 840px) {
  .kobe-button--large, .vc_btn3-style-custom--large {
    padding: 10px 25px;
    font-size: 1.541rem;
  }
}

@media (min-width: 1366px) {
  .kobe-button--large, .vc_btn3-style-custom--large {
    padding: 10px 25px;
    font-size: 1.741rem;
  }
}

@media (min-width: 1580px) {
  .kobe-button--large, .vc_btn3-style-custom--large {
    padding: 10px 25px;
    font-size: 1.941rem;
  }
}

.kobe-button--danger, .tour-link a, .vc_btn3-style-custom--danger {
  background-color: #ed0000;
  transition: 0.3s all ease;
  position: relative;
  top: 0;
}

.kobe-button--danger:hover, .tour-link a:hover, .vc_btn3-style-custom--danger:hover {
  background-color: #757474;
  border: solid 5px #757474;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.5) !important;
  top: 4px;
}

.kobe-button--wide, .vc_btn3-style-custom--wide {
  padding: 10px 100px;
}

/* button variants 2 */
.kobe-btn {
  display: inline-block;
  min-width: 150px;
  margin-top: 1em;
  padding: 5px 35px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
}

.kobe-btn--flat {
  background-color: #757474;
  transition: 0.3s all ease;
}

.kobe-btn--flat:hover {
  background-color: #ffffff;
}

.btn, .vc_btn3, .page-template-locations-map-tpl .wpgmza_sl_search_button_1, .page-template-locations-map-tpl .wpgmza_sl_reset_button_1 {
  background: #ed0000 !important;
  color: #fff !important;
  padding: 7px 35px !important;
  font-size: 1.7em !important;
  text-transform: uppercase;
  font-weight: 600;
}

.btn:hover, .vc_btn3:hover, .page-template-locations-map-tpl .wpgmza_sl_search_button_1:hover, .page-template-locations-map-tpl .wpgmza_sl_reset_button_1:hover {
  background: #919191 !important;
}

textarea {
  color: #000;
  padding: 15px;
}

.wpcf7-mail-sent-ok {
  background: #fff;
  color: #000;
}

.kobe-form__wrap {
  clear: both;
  overflow: hidden;
  padding-bottom: 1em;
}

.kobe-form__wrap label {
  position: relative;
  display: block;
  font-size: 21px;
}

.kobe-form__wrap input[type="text"],
.kobe-form__wrap input[type="email"],
.kobe-form__wrap select {
  float: left;
  width: 100%;
  height: 59px;
  padding: 16px 15px;
  border: none;
  color: #000000 !important;
  box-sizing: border-box;
}

.kobe-form__wrap textarea {
  width: 100%;
}

.kobe-form__wrap select option {
  color: #000000 !important;
}

.kobe-form__wrap .kobe-button, .kobe-form__wrap .tour-link a, .tour-link .kobe-form__wrap a {
  width: 370px;
  height: 73px;
  margin: 0;
}

.kobe-form__wrap .wpcf7-form-control-wrap {
  display: block;
}

.kobe-form__wrap br {
  display: none;
}

@media (min-width: 280px) {
  .kobe-form__wrap {
    clear: both;
    overflow: hidden;
    padding-bottom: 1em;
  }
  .kobe-form__wrap input[type="text"],
  .kobe-form__wrap input[type="email"],
  .kobe-form__wrap select {
    float: left;
    width: 100%;
    height: 59px;
    padding: 6px 10px;
    border: none;
    color: #000000 !important;
    box-sizing: border-box;
  }
  .kobe-form__wrap select option {
    color: #000000 !important;
  }
  .kobe-form__wrap .kobe-button, .kobe-form__wrap .tour-link a, .tour-link .kobe-form__wrap a {
    width: 96%;
    height: 61px;
    margin: 0;
  }
  .kobe-form__wrap .wpcf7-form-control-wrap {
    display: block;
  }
  .kobe-form__wrap br {
    display: none;
  }
}

@media (min-width: 768px) {
  .kobe-form__wrap input[type="text"],
  .kobe-form__wrap input[type="email"],
  .kobe-form__wrap select,
  .kobe-form__wrap textarea {
    max-width: 370px;
  }
}

@media (min-width: 840px) {
  .kobe-form__wrap {
    clear: both;
    overflow: hidden;
    padding-bottom: 1em;
  }
  .kobe-form__wrap input[type="text"],
  .kobe-form__wrap input[type="email"],
  .kobe-form__wrap select {
    float: left;
    width: 100%;
    height: 59px;
    padding: 16px 15px;
    border: none;
    color: #000000 !important;
    box-sizing: border-box;
  }
  .kobe-form__wrap select option {
    color: #000000 !important;
  }
  .kobe-form__wrap .kobe-button, .kobe-form__wrap .tour-link a, .tour-link .kobe-form__wrap a {
    width: 320px;
    height: 73px;
    margin: 0;
  }
  .kobe-form__wrap .wpcf7-form-control-wrap {
    display: block;
  }
  .kobe-form__wrap br {
    display: none;
  }
}

@media (min-width: 1366px) {
  .kobe-form__wrap {
    clear: both;
    overflow: hidden;
    padding-bottom: 1em;
  }
  .kobe-form__wrap label {
    top: 13px;
    float: left;
    width: 183px;
    padding-right: 10px;
    text-align: right;
  }
  .kobe-form__wrap input[type="text"],
  .kobe-form__wrap input[type="email"],
  .kobe-form__wrap select {
    float: left;
    width: 100%;
    height: 59px;
    padding: 16px 15px;
    border: none;
    color: #000000 !important;
    box-sizing: border-box;
  }
  .kobe-form__wrap select option {
    color: #000000 !important;
  }
  .kobe-form__wrap .kobe-button, .kobe-form__wrap .tour-link a, .tour-link .kobe-form__wrap a {
    width: 370px;
    height: 73px;
    margin: 0;
  }
  .kobe-form__wrap .wpcf7-form-control-wrap {
    display: block;
  }
  .kobe-form__wrap br {
    display: none;
  }
}

@media (min-width: 1580px) {
  .kobe-form__wrap {
    clear: both;
    overflow: hidden;
    padding-bottom: 1em;
  }
  .kobe-form__wrap label {
    position: relative;
    top: 13px;
    display: block;
    float: left;
    width: 183px;
    padding-right: 10px;
    font-size: 21px;
    text-align: right;
  }
  .kobe-form__wrap input[type="text"],
  .kobe-form__wrap input[type="email"],
  .kobe-form__wrap select {
    float: left;
    width: 100%;
    height: 59px;
    padding: 16px 15px;
    border: none;
    color: #000000 !important;
    box-sizing: border-box;
  }
  .kobe-form__wrap select option {
    color: #000000 !important;
  }
  .kobe-form__wrap .kobe-button, .kobe-form__wrap .tour-link a, .tour-link .kobe-form__wrap a {
    width: 370px;
    height: 73px;
    margin: 0;
  }
  .kobe-form__wrap .wpcf7-form-control-wrap {
    display: block;
  }
  .kobe-form__wrap br {
    display: none;
  }
}

.open-table-section {
  z-index: 2;
  margin: 0 -50px;
}

@media only screen and (min-width: 400px) {
  .open-table-section {
    margin: 0 auto;
  }
}

.open-table-section .ot-dtp-picker.wide {
  width: 100%;
  min-width: 100%;
  max-width: auto;
}

.open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form {
  height: 60px;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

.open-table-section .ot-dtp-picker .ot-dtp-picker-selector {
  height: 60px;
  background: #fff;
}

.open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
    width: inherit;
  }
}

.open-table-section .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
  padding: 20px 20px 20px 36px;
}

.open-table-section .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link:before {
  top: 20px;
}

.open-table-section .ot-dtp-picker .ot-dtp-picker-selector.ot-restaurant-picker .ot-dtp-picker-selector-link {
  padding: 20px 28px 20px 14px;
}

.open-table-section .ot-title {
  display: none;
}

.open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form {
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
  background-color: #ed0000;
  margin: 0;
  border: none;
  border-radius: 0;
  color: #ffffff;
  transition: 0.3s all ease;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0;
  height: 60px;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
    width: 20%;
  }
}

.open-table-section .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button:hover {
  background-color: #757474;
}

.open-table-section .ot-powered-by {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .open-table-section #ot-widget-container15 {
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: 2;
  }
}

@media only screen and (min-width: 1440px) {
  .open-table-section #ot-widget-container15 {
    top: -90px;
  }
}

.ot-dtp-picker.standard {
  width: 100%;
}

.mfp-wrap {
  z-index: 99999 !important;
}

@media (max-width: 425px) {
  .white-popup img {
    max-width: 100%;
    height: auto;
  }
}

.white-popup button.mfp-close {
  background: #ed0000;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  opacity: 1;
  line-height: 35px;
}

div.pp_pic_holder {
  z-index: 99999 !important;
}

.slider--rooms .vc_images_carousel {
  max-width: 100%;
}

@media (max-width: 960px) {
  .slider--rooms .vc_images_carousel img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 425px) {
  .slider--rooms .vc_images_carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (max-width: 425px) {
  .slider--rooms .vc_images_carousel .vc_carousel-control {
    position: relative;
    margin-top: 10px !important;
  }
}

@media (max-width: 425px) {
  .slider--rooms .vc_images_carousel .vc_left {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    left: 0 !important;
  }
}

@media (max-width: 425px) {
  .slider--rooms .vc_images_carousel .vc_right {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    margin-left: auto;
    left: 0 !important;
    top: -20px !important;
  }
}

.page-template-locations-map-tpl .wpgmza-store-locator {
  margin-bottom: 20px;
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .page-template-locations-map-tpl .wpgmza-store-locator {
    width: 250px;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 2;
    right: 60px;
    top: 10px;
    margin-bottom: 0;
  }
}

.page-template-locations-map-tpl .wpgmza-store-locator input {
  width: 100%;
}

.page-template-locations-map-tpl .wpgmza-store-locator label, .page-template-locations-map-tpl .wpgmza-directions-box label {
  display: block;
  width: auto;
  margin-bottom: 5px;
  font-weight: 600;
}

.page-template-locations-map-tpl .wpgmza-address-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.page-template-locations-map-tpl .wpgmza-radius-container, .page-template-locations-map-tpl .wpgmza_sl_radius_div {
  display: none;
}

.page-template-locations-map-tpl .wpgmza_sl_search_button_1, .page-template-locations-map-tpl .wpgmza_sl_reset_button_1 {
  margin-left: 0 !important;
  margin-top: 10px;
  font-size: 1.2rem !important;
}

@media only screen and (min-width: 768px) {
  .page-template-locations-map-tpl .wpgmza_sl_search_button_1, .page-template-locations-map-tpl .wpgmza_sl_reset_button_1 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .page-template-locations-map-tpl .wpgmza_map {
    min-height: 800px !important;
  }
}

.page-template-locations-map-tpl #wpgmza_marker_list_parent_1 {
  margin: 0 !important;
  box-shadow: none;
  border-radius: 0;
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .page-template-locations-map-tpl #wpgmza_marker_list_parent_1 {
    display: block;
    overflow-y: scroll;
  }
}

.page-template-locations-map-tpl .wpgmaps_blist_row {
  border-bottom: 0;
  padding: 20px 50px;
  cursor: pointer;
}

.page-template-locations-map-tpl .wpgmaps_blist_row:hover {
  background-color: transparent;
}

.page-template-locations-map-tpl .wpgmaps_blist_row:hover .wpgmza_div_title, .page-template-locations-map-tpl .wpgmaps_blist_row:hover .wpgmza_div_address {
  color: #ed0000;
}

.page-template-locations-map-tpl .wpgmza-basic-list-item-wrapper {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #6f6e6e;
}

.page-template-locations-map-tpl .wpgmza_div_title {
  text-transform: uppercase;
  font-weight: bold;
}

.page-template-locations-map-tpl .wpgmza_infowindow_description {
  margin-bottom: 10px;
}

.page-template-locations-map-tpl p.wpgmza_infowindow_link, .page-template-locations-map-tpl p.wpgmza_infowindow_link + p {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.page-template-locations-map-tpl .wpgmza_infowindow_address, .page-template-locations-map-tpl .wpgmza_infowindow_description p {
  font-size: 1.2rem;
}

.page-template-locations-map-tpl a.wpgmza_infowindow_link, .page-template-locations-map-tpl a.wpgmza_gd {
  background: #ed0000;
  padding: 7px 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
}

.page-template-locations-map-tpl a.wpgmza_infowindow_link:hover, .page-template-locations-map-tpl a.wpgmza_gd:hover {
  text-decoration: none;
}

.page-template-locations-map-tpl #wpgmza_marker_list_parent_1::-webkit-scrollbar {
  width: 9px;
  background-color: #e4e4e4;
}

.page-template-locations-map-tpl #wpgmza_marker_list_parent_1::-webkit-scrollbar:horizontal {
  height: 9px;
}

.page-template-locations-map-tpl #wpgmza_marker_list_parent_1::-webkit-scrollbar-track {
  border: 1px #e4e4e4 solid;
  border-radius: 0;
  box-shadow: 0 0 6px #e4e4e4 inset;
}

.page-template-locations-map-tpl #wpgmza_marker_list_parent_1::-webkit-scrollbar-thumb {
  background-color: #ed0000;
  border: 1px solid #e4e4e4;
  border-radius: 0;
}

.page-template-locations-map-tpl #wpgmza_marker_list_parent_1::-webkit-scrollbar-thumb:hover {
  background-color: #ed0000;
  border: 1px solid #e4e4e4;
}

.page-template-locations-map-tpl #wpgmza_marker_list_parent_1::-webkit-scrollbar-thumb:active {
  background-color: #ed0000;
  border: 1px solid #e4e4e4;
}

.contact-us-section .kobe-form__contact {
  margin-top: 2em;
}

.contact-us-section .kobe-form__wrap {
  text-align: center;
  margin-top: 1em;
}

.contact-us-section .wpcf7-mail-sent-ok {
  background: #fff;
}

.site-footer {
  background-color: #000000;
  color: #ffffff;
}

.site-footer .site-footer__inner {
  margin: 0 auto;
}

.site-footer .site-footer__inner .footer-content {
  padding: 40px 30px 60px;
  font-size: 1.059rem;
}

.site-footer .site-footer__inner .footer-content .widget-title {
  margin-bottom: 1em;
  font-size: 1.412rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer .site-footer__inner .footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer__inner .footer-content ul > li {
  margin-bottom: 1em;
}

.site-footer .site-footer__inner .footer-content a {
  color: inherit;
  text-decoration: none;
}

.site-footer .site-footer__inner .footer-content a:hover {
  color: #ed0000;
}

.site-footer .site-footer__inner .footer-section__first,
.site-footer .site-footer__inner .footer-section__second,
.site-footer .site-footer__inner .footer-section__third,
.site-footer .site-footer__inner .footer-section__fourth {
  margin-bottom: 3em;
}

.site-footer .site-footer__inner .footer-section__fifth {
  max-width: 65%;
}

@media (min-width: 380px) {
  .site-footer .site-footer__inner {
    max-width: 100%;
  }
  .site-footer .site-footer__inner .footer-content {
    display: block;
  }
  .site-footer .site-footer__inner .footer-section__first,
  .site-footer .site-footer__inner .footer-section__second,
  .site-footer .site-footer__inner .footer-section__third,
  .site-footer .site-footer__inner .footer-section__fourth {
    width: 100%;
    float: left;
  }
  .site-footer .site-footer__inner .footer-section__first {
    width: 100%;
  }
  .site-footer .site-footer__inner .footer-content ul > li {
    margin-bottom: 0.3em;
  }
  .site-footer .site-footer__inner .locations__selection {
    width: 100%;
  }
  .site-footer .site-footer__inner #menu-quick-links li {
    display: block;
    width: 100%;
    float: left;
  }
  .site-footer .site-footer__inner .footer-section__second,
  .site-footer .site-footer__inner .footer-section__third,
  .site-footer .site-footer__inner .footer-section__fourth {
    width: 100%;
  }
  .site-footer .site-footer__inner .footer-section__third {
    width: 100%;
  }
  .site-footer .site-footer__inner .footer-section__fifth {
    width: 260px;
    margin: 0 0;
  }
}

@media (max-width: 509px) {
  .site-footer .site-footer__inner .footer-content .widget-title {
    max-width: 100% !important;
  }
}

@media (min-width: 510px) {
  .site-footer .site-footer__inner {
    max-width: 100%;
  }
  .site-footer .site-footer__inner .footer-content {
    display: block;
  }
  .site-footer .site-footer__inner .footer-content ul > li {
    margin-bottom: 1em;
  }
  .site-footer .site-footer__inner .footer-section__first,
  .site-footer .site-footer__inner .footer-section__second,
  .site-footer .site-footer__inner .footer-section__third,
  .site-footer .site-footer__inner .footer-section__fourth {
    width: 50%;
    float: left;
  }
  .site-footer .site-footer__inner .footer-section__first {
    width: 50%;
  }
  .site-footer .site-footer__inner .locations__selection {
    width: 80%;
  }
  .site-footer .site-footer__inner #menu-quick-links li {
    display: block;
    width: 50%;
    float: left;
  }
  .site-footer .site-footer__inner .footer-section__second,
  .site-footer .site-footer__inner .footer-section__third,
  .site-footer .site-footer__inner .footer-section__fourth {
    width: 50%;
  }
  .site-footer .site-footer__inner .footer-section__third {
    width: 50%;
  }
  .site-footer .site-footer__inner .footer-section__fifth {
    width: 260px;
    margin: 0 auto;
  }
}

@media (min-width: 720px) {
  .site-footer .site-footer__inner {
    max-width: 100%;
  }
  .site-footer .site-footer__inner .footer-content {
    display: block;
  }
  .site-footer .site-footer__inner .footer-content ul > li {
    margin-bottom: 1em;
  }
  .site-footer .site-footer__inner #menu-quick-links li {
    display: block;
    width: 100%;
    float: left;
  }
  .site-footer .site-footer__inner .footer-section__first,
  .site-footer .site-footer__inner .footer-section__second,
  .site-footer .site-footer__inner .footer-section__third,
  .site-footer .site-footer__inner .footer-section__fourth {
    width: 25%;
    float: left;
  }
  .site-footer .site-footer__inner .footer-section__first {
    width: 30%;
  }
  .site-footer .site-footer__inner .locations__selection {
    width: 80%;
  }
  .site-footer .site-footer__inner .footer-section__second,
  .site-footer .site-footer__inner .footer-section__third,
  .site-footer .site-footer__inner .footer-section__fourth {
    width: 22%;
  }
  .site-footer .site-footer__inner .footer-section__third {
    width: 26%;
  }
  .site-footer .site-footer__inner .footer-section__fifth {
    width: 260px;
    margin: 0 auto;
  }
}

@media (max-width: 950px) {
  .site-footer .site-footer__inner .footer-content .widget-title {
    max-width: 160px;
  }
}

@media (min-width: 1200px) {
  .site-footer .site-footer__inner {
    max-width: 94%;
  }
  .site-footer .site-footer__inner .footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 94%;
        flex-basis: 94%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 40px 0 0;
    font-size: 1.059rem;
  }
}

@media (min-width: 1366px) {
  .site-footer .site-footer__inner {
    max-width: 1280px;
  }
  .site-footer .site-footer__inner .footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1280px;
        flex-basis: 1280px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 40px 0 0;
    font-size: 1.059rem;
  }
}

@media (min-width: 1580px) {
  .site-footer .site-footer__inner {
    max-width: 1524px;
    margin: 0 auto;
  }
  .site-footer .site-footer__inner .footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1524px;
        flex-basis: 1524px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 40px 0 0;
    font-size: 1.059rem;
  }
}

.footer-section__top {
  display: table;
  margin: 0 auto 20px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  clear: both;
  width: 100%;
}

.footer-section__top input[type="email"],
.footer-section__top input[type="submit"] {
  outline: none;
  height: 56px;
  max-height: 56px;
  margin: 0;
  padding: 10px 25px;
  border: none;
  box-sizing: border-box;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.footer-section__top input[type="email"] {
  width: 150px !important;
  background-color: #ffffff;
  text-align: left;
  transition: 0.3s all ease;
}

.footer-section__top input[type="email"]:hover,
.footer-section__top input[type="email"]:focus {
  border: 2px solid #ed0000;
  padding: 10px 23px;
}

.footer-section__top input[type="submit"] {
  background-color: #ed0000;
  margin: 0;
  border: none;
  width: 100px;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  transition: 0.3s all ease;
}

.footer-section__top input[type="submit"]:hover {
  background-color: #757474;
}

.footer-section__top .scroll-to-top {
  background: #ed0000;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-top: -40px;
  margin-right: 10px;
}

.footer-section__top .scroll-to-top:hover, .footer-section__top .scroll-to-top:focus {
  text-decoration: none;
  background: #ff0808;
}

.footer-section__top .scroll-to-top i {
  margin: 0 auto;
}

.footer-section__top .mailpoet_paragraph {
  display: block;
  position: relative;
  margin: 0;
  float: left;
}

.footer-section__top .parsley-errors-list {
  position: absolute;
  top: 125%;
  padding: 0;
  margin: 0;
  color: #ffffff;
}

.footer-section__top .parsley-errors-list li {
  font-size: 14px;
  color: #ffffff;
}

@media (min-width: 380px) {
  .footer-section__top {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-section__top input[type="email"] {
    width: 220px !important;
  }
  .footer-section__top input[type="submit"] {
    width: 100px;
  }
}

@media (min-width: 520px) {
  .footer-section__top {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-section__top input[type="email"] {
    width: 230px !important;
  }
  .footer-section__top input[type="submit"] {
    width: 200px;
  }
}

@media (min-width: 800px) {
  .footer-section__top {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-section__top input[type="email"] {
    width: 312px !important;
  }
  .footer-section__top input[type="submit"] {
    width: 259px;
  }
}

@media (min-width: 1580px) {
  .footer-section__top {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-section__top input[type="email"] {
    width: 312px !important;
  }
  .footer-section__top input[type="submit"] {
    width: 259px;
  }
}

.site-footer__copyright {
  background-color: #ed0000;
  height: 55px;
  font-size: 1.059rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 55px;
}

.site-footer__copyright p {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 15001;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(16, 16, 16, 0.8);
  transition: 0.3s background-color ease;
  height: 100px;
}

.site-header .site-header__inner {
  margin: 0 auto;
}

@media (min-width: 280px) {
  .site-header .site-header__inner {
    max-width: 94%;
  }
}

@media (min-width: 1366px) {
  .site-header .site-header__inner {
    max-width: 1280px;
  }
}

@media (min-width: 1580px) {
  .site-header .site-header__inner {
    max-width: 1524px;
  }
}

.activate-overlay .site-header {
  background-color: transparent;
  transition: 0.3s background-color ease;
}

.site-branding,
.main-navigation,
.site-header-actions {
  float: left;
}

.site-branding {
  width: 126px;
  height: 62px;
  padding: 17px 0;
}

.site-branding a {
  display: block;
  background: url("../png/logo.png") no-repeat center center;
  width: 126px;
  height: 62px;
  text-indent: -9999px;
}

.site-header-actions {
  margin: 33px 0 0;
  float: right;
  display: none;
}

@media (min-width: 580px) {
  .site-header-actions {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-header-actions {
    display: block;
    width: 360px;
  }
}

@media (min-width: 1366px) {
  .site-header-actions {
    display: block;
    width: 31%;
  }
}

@media (min-width: 1580px) {
  .site-header-actions {
    display: block;
    width: 33.79265%;
  }
}

.main-navigation {
  display: none;
}

@media (min-width: 1200px) {
  .main-navigation {
    display: none;
  }
}

@media (min-width: 1366px) {
  .main-navigation {
    display: block;
    box-sizing: border-box;
    width: 57.74278%;
  }
  .main-navigation .menu {
    margin: 45px 0 8px 20px;
    padding: 0;
    list-style: none;
  }
  .main-navigation .menu > li {
    position: relative;
    display: inline-block;
    padding: 0 5px 20px;
  }
  .main-navigation .menu > li a {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .main-navigation .menu > li a:focus {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1366px) and (min-width: 1440px) {
  .main-navigation .menu > li a {
    font-size: 0.90rem;
  }
}

@media (min-width: 1366px) {
  .main-navigation .menu > li a:hover {
    color: #ed0000;
  }
  .main-navigation .menu > .menu-item-has-children {
    position: relative;
    padding: 0 20px 20px 10px;
  }
  .main-navigation .menu > .menu-item-has-children:after {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ed0000;
  }
  .main-navigation .menu > .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .main-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 2em;
    background-color: #ed0000;
    min-width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-navigation .sub-menu li > a {
    display: block;
    background-color: #ed0000;
    padding: 0.4em 1.25em;
    transition: 0.3s all ease;
  }
  .main-navigation .sub-menu li:hover > a {
    color: #ffffff;
    background-color: #4e4d4d;
  }
}

@media (min-width: 1580px) {
  .main-navigation {
    display: block;
    box-sizing: border-box;
    width: 57.74278%;
  }
  .main-navigation .menu {
    margin: 45px 40px 8px;
    padding: 0;
    list-style: none;
  }
  .main-navigation .menu > li {
    position: relative;
    display: inline-block;
    padding: 0 8px 20px;
  }
  .main-navigation .menu > li a {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .main-navigation .menu > li a:hover {
    color: #ed0000;
  }
  .main-navigation .menu > .menu-item-has-children {
    position: relative;
    padding: 0 20px 20px 10px;
  }
  .main-navigation .menu > .menu-item-has-children:after {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ed0000;
  }
  .main-navigation .menu > .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .main-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 2em;
    background-color: #ed0000;
    min-width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-navigation .sub-menu li > a {
    display: block;
    background-color: #ed0000;
    padding: 0.4em 1.25em;
    transition: 0.3s all ease;
  }
  .main-navigation .sub-menu li:hover > a {
    color: #ffffff;
    background-color: #4e4d4d;
  }
}

#menu-social-links {
  padding: 0;
}

#menu-social-links a {
  font-size: 30px;
  transition: 0.3s all ease;
}

#menu-social-links li {
  display: inline-block;
  margin-right: 10px;
}

.mobile-hamburger {
  display: block;
  float: right;
}

.mobile-hamburger .hamburger-inner,
.mobile-hamburger .hamburger-inner:after,
.mobile-hamburger .hamburger-inner:before {
  background-color: #ed0000;
}

@media (min-width: 280px) {
  .mobile-hamburger {
    display: block;
    margin-top: 26px;
    outline: none;
  }
}

@media (min-width: 1366px) {
  .mobile-hamburger {
    display: none;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #ffffff;
}

#sidenavigation .menu-header-menu-container {
  max-width: 70%;
  margin: 7em auto 0;
  padding: 0;
  list-style: none;
}

#sidenavigation .menu-header-menu-container ul {
  padding: 1em 0;
  margin: 0;
  display: table;
  background: rgba(237, 0, 0, 0.2);
}

#sidenavigation .menu-header-menu-container .menu-item {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 0.5em 0 0;
}

#sidenavigation .menu-header-menu-container .menu-item:hover a:after {
  -ms-transform: scalex(1);
      transform: scalex(1);
}

#sidenavigation .menu-header-menu-container .menu-item a {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

#sidenavigation .menu-header-menu-container .menu-item a:after {
  width: 50px;
  margin: 0 auto 0;
  display: block;
  content: '';
  border-bottom: solid 1px #ffffff;
  -ms-transform: scalex(0);
      transform: scalex(0);
  transition: transform 250ms ease-in-out;
  z-index: 999;
}

#sidenavigation .menu-header-menu-container .menu-item a:hover {
  color: #ed0000;
}

#sidenavigation .menu-header-menu-container .menu-item .sub-menu {
  display: none;
}

#sidenavigation .widget_text {
  color: #ffffff;
  text-align: center;
  padding: 2em 0;
}

@media (min-width: 380px) {
  #sidenavigation .menu-header-menu-container {
    max-width: 70%;
    margin: 7em auto 0;
    padding: 0;
    list-style: none;
  }
  #sidenavigation .menu-header-menu-container ul {
    padding: 1em 0;
    margin: 0;
    display: table;
    background: rgba(237, 0, 0, 0.2);
  }
  #sidenavigation .menu-header-menu-container .menu-item {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0.5em 0 0;
  }
  #sidenavigation .menu-header-menu-container .menu-item:hover a:after {
    -ms-transform: scalex(1);
        transform: scalex(1);
  }
  #sidenavigation .menu-header-menu-container .menu-item a {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
  }
  #sidenavigation .menu-header-menu-container .menu-item a:after {
    width: 50px;
    margin: 0 auto 0;
    display: block;
    content: '';
    border-bottom: solid 3px #ffffff;
    -ms-transform: scalex(0);
        transform: scalex(0);
    transition: transform 250ms ease-in-out;
    z-index: 999;
  }
  #sidenavigation .menu-header-menu-container .menu-item a:hover {
    color: #ed0000;
  }
  #sidenavigation .menu-header-menu-container .menu-item .sub-menu {
    display: none;
  }
}

@media (min-width: 640px) {
  #sidenavigation .menu-header-menu-container {
    max-width: 70%;
    margin: 10em auto 0;
    padding: 0;
    list-style: none;
  }
  #sidenavigation .menu-header-menu-container ul {
    padding: 1.5em;
    margin: 0;
    display: table;
    background: rgba(237, 0, 0, 0.2);
  }
  #sidenavigation .menu-header-menu-container .menu-item {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    padding: 1.5em 0;
  }
  #sidenavigation .menu-header-menu-container .menu-item:hover a:after {
    -ms-transform: scalex(1);
        transform: scalex(1);
  }
  #sidenavigation .menu-header-menu-container .menu-item a {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
  }
  #sidenavigation .menu-header-menu-container .menu-item a:after {
    width: 50px;
    margin: 0.5em auto 0;
    display: block;
    content: '';
    border-bottom: solid 3px #ffffff;
    -ms-transform: scalex(0);
        transform: scalex(0);
    transition: transform 250ms ease-in-out;
    z-index: 999;
  }
  #sidenavigation .menu-header-menu-container .menu-item .sub-menu {
    display: none;
  }
}

@media (min-width: 980px) {
  #sidenavigation .menu-header-menu-container {
    max-width: 70%;
    margin: 10em auto 0;
    padding: 0;
    list-style: none;
  }
  #sidenavigation .menu-header-menu-container ul {
    padding: 1.5em;
    margin: 0;
    display: table;
    background: rgba(237, 0, 0, 0.2);
  }
  #sidenavigation .menu-header-menu-container .menu-item {
    display: block;
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 2em 0;
  }
  #sidenavigation .menu-header-menu-container .menu-item:hover a:after {
    -ms-transform: scalex(1);
        transform: scalex(1);
  }
  #sidenavigation .menu-header-menu-container .menu-item a {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
  }
  #sidenavigation .menu-header-menu-container .menu-item a:after {
    width: 50px;
    margin: 0.5em auto 0;
    display: block;
    content: '';
    border-bottom: solid 3px #ffffff;
    -ms-transform: scalex(0);
        transform: scalex(0);
    transition: transform 250ms ease-in-out;
    z-index: 999;
  }
  #sidenavigation .menu-header-menu-container .menu-item .sub-menu {
    display: none;
  }
}

/* banner */
.pages-banner .wpb_single_image {
  position: relative;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pages-banner .vc_column-inner {
  padding-top: 0 !important;
}

/* homepage */
.teppanyaki__section {
  padding: 49px 0;
}

@media only screen and (min-width: 768px) {
  .teppanyaki__section {
    overflow: visible !important;
  }
}

@media only screen and (min-width: 1024px) {
  .teppanyaki__section {
    margin-top: -8.5%;
  }
}

.teppanyaki__section h2 {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (min-width: 280px) {
  .teppanyaki__section {
    padding: 0 60px;
  }
  .teppanyaki__section h2 {
    font-size: 2rem;
  }
}

@media (min-width: 840px) {
  .teppanyaki__section {
    padding: 20px 60px;
  }
  .teppanyaki__section h2 {
    font-size: 2.353rem;
  }
}

@media (min-width: 1366px) {
  .teppanyaki__section {
    padding: 49px 0;
  }
  .teppanyaki__section h2 {
    font-size: 2.941rem;
  }
}

@media (min-width: 1580px) {
  .teppanyaki__section {
    padding: 49px 0;
  }
  .teppanyaki__section h2 {
    font-size: 3.529rem;
  }
}

.find-location__section h2 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.find-location__section .vc_column-inner,
.find-location__section .wpb_single_image {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 280px) {
  .find-location__section h2 {
    margin-bottom: 1em;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .find-location__section .wpb_text_column {
    padding: 3.5em 0 6em;
    margin-bottom: 0;
  }
}

@media (min-width: 840px) {
  .find-location__section h2 {
    margin-bottom: 1em;
    font-size: 2.353rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .find-location__section .wpb_text_column {
    padding: 0 0;
  }
}

@media (min-width: 1366px) {
  .find-location__section h2 {
    margin-bottom: 1em;
    font-size: 2.941rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .find-location__section .wpb_text_column {
    padding: 0 0;
  }
}

@media (min-width: 1580px) {
  .find-location__section h2 {
    margin-bottom: 1em;
    font-size: 3.529rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .find-location__section .wpb_text_column {
    padding: 0 0;
  }
}

.reward__section {
  border-bottom: 15px solid #ed0000;
  padding-left: 0 !important;
  padding-right: 10px !important;
  padding-top: 2em !important;
  padding-bottom: 3em !important;
}

.reward__section .wpb_single_image {
  position: relative;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.reward__section .vc_col-sm-4 > .vc_column-inner {
  padding-top: 0 !important;
}

@media (min-width: 380px) {
  .reward__section {
    border-bottom: 15px solid #ed0000;
    padding-left: 20px !important;
    padding-right: 60px !important;
    padding-top: 2em !important;
    padding-bottom: 0 !important;
  }
  .reward__section .wpb_single_image {
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .reward__section .vc_col-sm-4 > .vc_column-inner {
    padding-top: 0 !important;
  }
}

@media (min-width: 840px) {
  .reward__section {
    border-bottom: 27px solid #ed0000;
    padding-left: 1.5 !important;
    padding-right: 6em !important;
    padding-top: 2em !important;
    padding-bottom: 0 !important;
  }
  .reward__section .wpb_single_image {
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .reward__section .vc_col-sm-4 > .vc_column-inner {
    padding-top: 0 !important;
  }
}

.reward-box {
  display: inline-block;
  background-color: #f4c65f;
  margin: 0 5px;
  padding: 30px 20px 60px;
  border: solid 5px #ffffff;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
}

.reward-box h2 {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.3em;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.reward-box br {
  display: none;
}

.reward-box p {
  clear: both;
  margin-bottom: 1.5em;
  text-shadow: none;
  font-size: 1em;
}

@media (min-width: 380px) {
  .reward-box {
    display: inline-block;
    background-color: #f4c65f;
    margin: 0 5px;
    padding: 30px 20px 60px;
    border: solid 5px #ffffff;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .reward-box h2 {
    margin-bottom: 0.3em;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .reward-box br {
    display: none;
  }
  .reward-box p {
    clear: both;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 840px) {
  .reward-box {
    display: inline-block;
    background-color: #f4c65f;
    margin: 0 5px;
    padding: 30px 30px 60px;
    border: solid 5px #ffffff;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .reward-box h2 {
    margin-bottom: 0.3em;
    font-size: 2.353rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .reward-box br {
    display: none;
  }
  .reward-box p {
    clear: both;
    margin-bottom: 2em;
  }
}

@media (min-width: 1366px) {
  .reward-box {
    display: inline-block;
    background-color: #f4c65f;
    margin: 0 5px;
    padding: 30px 50px 80px;
    border: solid 5px #ffffff;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .reward-box h2 {
    margin-bottom: 0.3em;
    font-size: 2.941rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .reward-box br {
    display: none;
  }
  .reward-box p {
    clear: both;
    margin-bottom: 2em;
  }
}

@media (min-width: 1580px) {
  .reward-box {
    display: inline-block;
    background-color: #f4c65f;
    margin: 0 5px;
    padding: 30px 50px 80px;
    border: solid 5px #ffffff;
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .reward-box h2 {
    margin-bottom: 0.3em;
    font-size: 3.529rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .reward-box br {
    display: block;
  }
  .reward-box p {
    clear: both;
    margin-bottom: 2em;
  }
}

.showcase-box {
  position: relative;
  padding: 4em 0;
}

.showcase-box h2 {
  pointer-events: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0.25em;
  padding: 0 2em;
  font-size: 3.529rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: -1px;
}

.showcase__section {
  padding: 3em 20px 2em !important;
}

.showcase__section .wpb_single_image {
  transition: 0.3s all ease;
}

.showcase__section .wpb_single_image:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.4);
}

@media (max-width: 1080px) {
  .showcase__section .vc_col-sm-4 > .vc_column-inner {
    padding: 0 !important;
  }
}

@media (min-width: 280px) {
  .showcase__section {
    padding: 4em 20px 2em !important;
  }
}

@media (min-width: 840px) {
  .showcase__section {
    padding: 2em 2.5em 3.5em !important;
  }
}

@media (min-width: 1366px) {
  .showcase__section {
    padding: 3em 4em 4.5em !important;
  }
}

@media (min-width: 1580px) {
  .showcase__section {
    padding: 4em 7em 5.5em !important;
  }
}

.blog-blurb__section {
  padding: 3em 0;
  animation: animatedBackgroundWaves 30s linear infinite;
  background-position: 0 bottom !important;
  background-repeat: repeat-x !important;
  background-size: 100% !important;
}

@media (min-width: 840px) {
  .blog-blurb__section {
    padding: 4.5em 0;
  }
}

@media (min-width: 1366px) {
  .blog-blurb__section {
    padding: 5.5em 0;
  }
}

@media (min-width: 1580px) {
  .blog-blurb__section {
    padding: 6.5em 0;
  }
}

.blog-blurb__section--compact {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

@media (max-width: 780px) {
  .blog-blurb__section--compact {
    padding-left: 15px !important;
  }
}

@media (min-width: 840px) {
  .blog-blurb__section--compact {
    padding-top: 7.5em !important;
    padding-bottom: 5em !important;
  }
}

@media (min-width: 1580px) {
  .blog-blurb__section--compact {
    padding-top: 6.5em !important;
  }
}

.blog-blurb {
  padding-bottom: 4em;
  margin-top: -6em;
}

.blog-blurb h2 {
  margin-bottom: 0.25em;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  letter-spacing: -1px;
}

.blog-blurb p {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}

@media (min-width: 280px) {
  .blog-blurb {
    padding-bottom: 4em;
  }
  .blog-blurb h2 {
    margin-bottom: 0.25em;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
  }
  .blog-blurb p {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
  }
}

@media (min-width: 840px) {
  .blog-blurb {
    padding-bottom: 0;
  }
  .blog-blurb h2 {
    margin-bottom: 0.25em;
    font-size: 2.353rem;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
  }
  .blog-blurb p {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
  }
}

@media (min-width: 1366px) {
  .blog-blurb {
    padding-bottom: 0;
  }
  .blog-blurb h2 {
    margin-bottom: 0.25em;
    font-size: 2.941rem;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
  }
  .blog-blurb p {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.488rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
  }
}

@media (min-width: 1580px) {
  .blog-blurb {
    padding-bottom: 0;
    margin-top: -12em;
  }
  .blog-blurb h2 {
    margin-bottom: 0.25em;
    font-size: 3.529rem;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
  }
  .blog-blurb p {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.588rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
  }
}

.blog-postbox {
  position: relative;
  top: -50px;
  overflow: hidden;
  float: left;
  max-width: 100%;
  width: 96%;
  margin: 0 0 20px;
  background-color: #111111;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  transition: 0.3s all ease;
}

.blog-postbox:hover {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
}

.blog-postbox .blog-postbox__content {
  padding: 1em;
}

.blog-postbox .blog-postbox__content h3,
.blog-postbox .blog-postbox__title {
  overflow: hidden;
  height: auto;
  margin-bottom: 0.5em;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.blog-postbox .blog-postbox__content h3 a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: 0.3s all ease;
}

.blog-postbox .blog-postbox__content h3 a:hover {
  color: #ed0000;
}

.blog-postbox .blog-postbox__content p,
.blog-postbox .blog-postbox__desc {
  height: auto;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.9725rem;
  line-height: 1.3;
}

.blog-postbox .blog-postbox__content a,
.blog-postbox .blog-postbox__url {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ed0000;
}

.blog-postbox .blog-postbox__media {
  max-height: 287px;
  overflow: hidden;
  background-color: #ed0000;
}

.blog-postbox .blog-postbox__media img {
  transition: 0.3s all ease;
  width: 100%;
  height: auto;
}

.blog-postbox .blog-postbox__media img:hover {
  -ms-transform: scale(1.02);
      transform: scale(1.02);
  opacity: 0.9;
}

@media (min-width: 380px) {
  .blog-postbox {
    position: relative;
    top: -50px;
    overflow: hidden;
    float: left;
    max-width: 100%;
    width: 96%;
    margin: 0 0 20px;
    background-color: #111111;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    transition: 0.3s all ease;
  }
  .blog-postbox:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
  }
  .blog-postbox .blog-postbox__content {
    padding: 1em;
  }
  .blog-postbox .blog-postbox__content h3,
  .blog-postbox .blog-postbox__title {
    overflow: hidden;
    height: auto;
    margin-bottom: 0.5em;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .blog-postbox .blog-postbox__content h3 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .blog-postbox .blog-postbox__content h3 a:hover {
    color: #ed0000;
  }
  .blog-postbox .blog-postbox__content a,
  .blog-postbox .blog-postbox__url {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #ed0000;
  }
  .blog-postbox .blog-postbox__media {
    max-height: 287px;
    overflow: hidden;
    background-color: #ed0000;
  }
  .blog-postbox .blog-postbox__media img {
    transition: 0.3s all ease;
    width: 100%;
    height: auto;
  }
  .blog-postbox .blog-postbox__media img:hover {
    -ms-transform: scale(1.02);
        transform: scale(1.02);
    opacity: 0.9;
  }
}

@media (min-width: 520px) {
  .blog-postbox {
    position: relative;
    top: -50px;
    overflow: hidden;
    float: left;
    max-width: 100%;
    width: 46%;
    margin: 0 1% 0;
    background-color: #111111;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    transition: 0.3s all ease;
  }
  .blog-postbox:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
  }
  .blog-postbox .blog-postbox__content {
    padding: 1em;
  }
  .blog-postbox .blog-postbox__content h3,
  .blog-postbox .blog-postbox__title {
    overflow: hidden;
    height: auto;
    margin-bottom: 0.5em;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .blog-postbox .blog-postbox__content h3 a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .blog-postbox .blog-postbox__content h3 a:hover {
    color: #ed0000;
  }
  .blog-postbox .blog-postbox__content a,
  .blog-postbox .blog-postbox__url {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #ed0000;
  }
  .blog-postbox .blog-postbox__media {
    max-height: 287px;
    overflow: hidden;
    background-color: #ed0000;
  }
  .blog-postbox .blog-postbox__media img {
    transition: 0.3s all ease;
    width: 100%;
    height: auto;
  }
  .blog-postbox .blog-postbox__media img:hover {
    -ms-transform: scale(1.02);
        transform: scale(1.02);
    opacity: 0.9;
  }
}

@media (min-width: 768px) {
  .blog-postbox {
    max-width: 100%;
    width: 46%;
    margin: 0 1% 0;
  }
  .blog-postbox .blog-postbox__content h3,
  .blog-postbox .blog-postbox__title {
    height: 72px;
  }
  .blog-postbox .blog-postbox__content p,
  .blog-postbox .blog-postbox__desc {
    height: 107px;
  }
}

@media (min-width: 1366px) {
  .blog-postbox {
    max-width: 100%;
    width: 46%;
    margin: 0 1% 0;
  }
  .blog-postbox .blog-postbox__content h3,
  .blog-postbox .blog-postbox__title {
    height: 74px;
  }
  .blog-postbox .blog-postbox__content p,
  .blog-postbox .blog-postbox__desc {
    height: 107px;
  }
}

@media (min-width: 1580px) {
  .blog-postbox {
    max-width: 288px;
    width: 288px;
    margin: 0 10px 0;
  }
  .blog-postbox .blog-postbox__content {
    padding: 1em;
  }
  .blog-postbox .blog-postbox__content h3,
  .blog-postbox .blog-postbox__title {
    overflow: hidden;
    height: 74px;
    margin-bottom: 0.5em;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.882rem;
    font-weight: 700;
  }
  .blog-postbox .blog-postbox__content p,
  .blog-postbox .blog-postbox__desc {
    height: 133px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.059rem;
  }
  .blog-postbox .blog-postbox__content a,
  .blog-postbox .blog-postbox__url {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.176rem;
    color: #ed0000;
  }
}

.blogsmore-wrapper {
  clear: both;
  text-align: center;
  padding-top: 2em;
}

.blog-postbox__wrapper.wide {
  margin-top: 3em;
}

.blog-postbox__wrapper.wide .blog-postbox {
  position: static;
  top: auto;
  width: 24%;
  margin: 0 14% 4% 0;
  transition: 0.3s all ease;
}

.blog-postbox__wrapper.wide .blog-postbox:hover {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
}

.blog-postbox__wrapper.wide .blog-postbox:nth-child(3n) {
  margin-right: 0 !important;
}

@media (min-width: 280px) {
  .blog-postbox__wrapper.wide {
    margin-top: 3em;
  }
  .blog-postbox__wrapper.wide .blog-postbox {
    position: static;
    top: auto;
    width: 288px;
    margin: 0 auto 40px auto;
    float: none;
  }
  .blog-postbox__wrapper.wide .blog-postbox:nth-child(3n) {
    margin-right: auto !important;
  }
}

@media (min-width: 520px) {
  .blog-postbox__wrapper.wide {
    margin-top: 3em;
  }
  .blog-postbox__wrapper.wide .blog-postbox {
    position: static;
    top: auto;
    width: 40%;
    margin: 0 5% 5% 5%;
    float: left;
  }
  .blog-postbox__wrapper.wide .blog-postbox:nth-child(3n) {
    margin-right: 5% !important;
  }
}

@media (min-width: 992px) {
  .blog-postbox__wrapper.wide {
    margin-top: 3em;
  }
  .blog-postbox__wrapper.wide .blog-postbox {
    position: static;
    top: auto;
    width: 25%;
    margin: 0 4.166666666666667% 4% 4.166666666666667%;
  }
  .blog-postbox__wrapper.wide .blog-postbox:nth-child(3n) {
    margin-right: 4.166666666666667% !important;
  }
}

@media (min-width: 1366px) {
  .blog-postbox__wrapper.wide {
    margin-top: 3em;
  }
  .blog-postbox__wrapper.wide .blog-postbox {
    position: static;
    top: auto;
    width: 24%;
    margin: 0 14% 4% 0;
  }
  .blog-postbox__wrapper.wide .blog-postbox:nth-child(3n) {
    margin-right: 0 !important;
  }
}

@media (min-width: 1580px) {
  .blog-postbox__wrapper.wide {
    margin-top: 3em;
  }
  .blog-postbox__wrapper.wide .blog-postbox {
    position: static;
    top: auto;
    width: 24%;
    margin: 0 14% 4% 0;
  }
  .blog-postbox__wrapper.wide .blog-postbox:nth-child(3n) {
    margin-right: 0 !important;
  }
}

.instagram-promote__section {
  padding: 3em 20px !important;
  background-image: linear-gradient(to bottom, #000000, #0f0a0a);
}

.instagram-promote__section h2 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.instagram-promote__section h2 a {
  color: #fff;
}

@media (min-width: 280px) {
  .instagram-promote__section {
    padding: 3em 20px !important;
  }
  .instagram-promote__section h2 {
    margin-bottom: 0.5em;
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
}

@media (min-width: 840px) {
  .instagram-promote__section h2 {
    margin-bottom: 0.75em;
    font-size: 2.353rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
}

@media (min-width: 1366px) {
  .instagram-promote__section h2 {
    margin-bottom: 0.75em;
    font-size: 2.941rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
}

@media (min-width: 1580px) {
  .instagram-promote__section h2 {
    margin-bottom: 0.75em;
    font-size: 3.529rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
}

/* single pages content - default */
.entry-header {
  position: relative;
}

.entry-header .entry-header__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  z-index: 1250;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.entry-header .entry-header__title:after {
  content: '';
  display: block;
  background-color: #ffffff;
  width: 100px;
  height: 3px;
  margin: 0.4em auto 0;
}

@media (min-width: 380px) {
  .entry-header .entry-header__title {
    font-size: 2rem;
    top: 20%;
  }
}

@media (min-width: 840px) {
  .entry-header .entry-header__title {
    font-size: 3rem;
    top: 35%;
  }
}

@media (min-width: 1366px) {
  .entry-header .entry-header__title {
    font-size: 3.5rem;
    top: 45%;
  }
}

@media (min-width: 1580px) {
  .entry-header .entry-header__title {
    font-size: 4.118rem;
    top: 45%;
  }
}

.entry-header__banner {
  position: relative;
  max-height: 1000px;
  overflow: hidden;
}

.entry-header__banner img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.sub-title {
  margin-top: -1em;
  margin-bottom: 1.5em !important;
  font-size: 1.588rem;
  font-weight: 600;
}

.normalize__section {
  background-position: center bottom !important;
  padding: 4em 0 5.5em;
  background-size: 100%;
}

.normalize__section h2 {
  margin-bottom: 0.75em;
  font-size: 3.529rem;
  color: #ed0000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.normalize__section h4 {
  font-size: 1.647rem;
  font-weight: 600;
  line-height: 1.2;
}

.normalize__section p {
  margin-bottom: 0.75em;
}

.normalize__section strong {
  color: #ed0000;
}

.normalize__section .emphasis {
  font-size: 1.647rem;
}

@media (min-width: 280px) {
  .normalize__section {
    background-position: center bottom !important;
    padding: 2em 0 3.5em;
  }
  .normalize__section h2 {
    margin-bottom: 0.75em;
    font-size: 2rem;
    color: #ed0000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .normalize__section h4 {
    font-size: 1.647rem;
    font-weight: 600;
  }
  .normalize__section strong {
    color: #ed0000;
  }
  .normalize__section .emphasis {
    font-size: 1.647rem;
  }
}

@media (min-width: 840px) {
  .normalize__section {
    background-position: center bottom !important;
    padding: 3em 0 5.5em;
  }
  .normalize__section h2 {
    margin-bottom: 0.75em;
    font-size: 2.353rem;
    color: #ed0000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .normalize__section h4 {
    font-size: 1.647rem;
    font-weight: 600;
  }
  .normalize__section strong {
    color: #ed0000;
  }
  .normalize__section .emphasis {
    font-size: 1.647rem;
  }
}

@media (min-width: 1366px) {
  .normalize__section {
    background-position: center bottom !important;
    padding: 4em 0 5.5em;
  }
  .normalize__section h2 {
    margin-bottom: 0.75em;
    font-size: 2.941rem;
    color: #ed0000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .normalize__section h4 {
    font-size: 1.647rem;
    font-weight: 600;
  }
  .normalize__section strong {
    color: #ed0000;
  }
  .normalize__section .emphasis {
    font-size: 1.647rem;
  }
}

@media (min-width: 1580px) {
  .normalize__section {
    background-position: center bottom !important;
    padding: 4em 0 5.5em;
  }
  .normalize__section h2 {
    margin-bottom: 0.75em;
    font-size: 3.529rem;
    color: #ed0000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .normalize__section h4 {
    font-size: 1.647rem;
    font-weight: 600;
  }
  .normalize__section strong {
    color: #ed0000;
  }
  .normalize__section .emphasis {
    font-size: 1.647rem;
  }
}

.normalize__section--small {
  padding: 0.5em 0;
}

.normalize__section--dark {
  color: #ffffff;
}

.normalize__section--dark h2 {
  color: #ffffff;
}

.scroll-to-content {
  display: block;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  background-color: #ed0000;
  margin: 0 auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  transition: 0.3s all ease;
}

.scroll-to-content:hover, .scroll-to-content:active, .scroll-to-content:focus {
  color: #000000;
}

.scroll-to-content .scroll-to-content__icon {
  font-size: 16px;
}

@media (min-width: 380px) {
  .scroll-to-content {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 75%;
  }
  .scroll-to-content .scroll-to-content__icon {
    font-size: 16px;
  }
}

@media (min-width: 840px) {
  .scroll-to-content {
    width: 34px;
    height: 34px;
    line-height: 36px;
    top: 80%;
  }
  .scroll-to-content .scroll-to-content__icon {
    font-size: 18px;
  }
}

@media (min-width: 1366px) {
  .scroll-to-content {
    width: 38px;
    height: 38px;
    line-height: 42px;
    top: 80%;
  }
  .scroll-to-content .scroll-to-content__icon {
    font-size: 20px;
  }
}

@media (min-width: 1580px) {
  .scroll-to-content {
    width: 40px;
    height: 40px;
    line-height: 45px;
    top: 80%;
  }
  .scroll-to-content .scroll-to-content__icon {
    font-size: 26px;
  }
}

/* blog posts */
.blog-post article {
  background: url("../png/waves.png") no-repeat center bottom;
  padding-bottom: 28em;
}

@media (max-width: 768px) {
  .blog-post article {
    background-size: 200%;
  }
}

.blog-post article .entry-content {
  max-width: 100%;
  width: 100%;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4, .blog-post article .entry-content h5, .blog-post article .entry-content h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 400;
  color: #4e4d4d;
  text-transform: none;
}

.blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4 {
  font-weight: 700;
}

.blog-post article .entry-content h1 {
  font-size: 3.3rem;
  line-height: 1.2;
  color: #000000;
}

.blog-post article .entry-content h2 {
  font-size: 2.171rem;
  line-height: 1.2;
  color: #000000;
}

.blog-post article .entry-content h3 {
  font-size: 1.288rem;
  line-height: 1.3;
  color: #4e4d4d;
}

.blog-post article .entry-content h4 {
  font-size: 1.1rem;
  line-height: 1.4;
}

.blog-post article .entry-content h5 {
  font-size: 1.1rem;
  line-height: 1.4;
}

.blog-post article .entry-content h6 {
  font-size: 1rem;
  line-height: 1.6;
}

.blog-post article .entry-content a {
  color: #ed0000;
  text-decoration: none;
}

.blog-post article .entry-content a:hover {
  text-decoration: underline;
}

.blog-post article .entry-content p {
  margin-bottom: 1.75em;
  font-size: 0.933rem;
  font-weight: 700;
  line-height: 1.5;
}

.blog-post article .entry-content ul, .blog-post article .entry-content ol {
  margin-bottom: 1.75em;
  font-size: inherit;
}

.blog-post article .entry-content ul {
  padding-left: 25px;
}

.blog-post article .entry-content ul li {
  display: block;
  list-style: none;
  padding-left: 20px;
}

.blog-post article .entry-content ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  top: 0;
  color: #5261ac;
}

.blog-post article .entry-content ol {
  padding-left: 25px;
  counter-reset: item;
  list-style-type: none;
}

.blog-post article .entry-content ol li {
  display: block;
}

.blog-post article .entry-content ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 10px;
}

.blog-post article .entry-content li {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.blog-post article .entry-content img {
  max-width: 100%;
  height: auto;
}

.blog-post article .entry-content blockquote {
  display: block;
  position: relative;
  padding: 0 10px 0 20px;
  margin: 0 0 1em;
  border-left: 0;
  font-size: 1.212rem;
  color: #4e4d4d;
}

.blog-post article .entry-content blockquote p {
  display: inline;
  position: relative;
  font-size: 1.412rem;
}

.blog-post article .entry-content blockquote p:before {
  content: '“';
  position: absolute;
  top: 0;
  left: -20px;
}

.blog-post article .entry-content blockquote p:after {
  content: '”';
  position: absolute;
  bottom: 0;
  right: -20px;
}

.blog-post article .entry-content #blog-gallery-hightlight {
  margin-top: 0;
  margin-bottom: 1em;
}

.blog-post article .entry-content #blog-gallery-hightlight img {
  box-shadow: none;
}

.blog-post article .entry-content .blog-main__title {
  margin-bottom: 0.35em;
  font-size: 2rem;
  font-weight: 600;
  color: #ed0000;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.blog-post article .entry-content .blog-main__date {
  display: block;
  margin: 2em 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #919191;
  text-transform: uppercase;
}

.blog-post article .entry-content .blog-gallery-list {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-post article .entry-content .blog-gallery-list li {
  float: left;
  width: 33.33%;
  padding: 0 5px 5px 5px;
  box-sizing: border-box;
  list-style: none;
}

.blog-post article .entry-content .blog-gallery-list li.active img {
  opacity: 1;
}

.blog-post article .entry-content .blog-gallery-list li:before, .blog-post article .entry-content .blog-gallery-list li:after {
  display: none;
}

.blog-post article .entry-content .blog-gallery-list a {
  display: block;
}

.blog-post article .entry-content .blog-gallery-list img {
  opacity: 0.7;
  transition: 0.3s all ease;
  box-shadow: none;
}

.blog-post article .entry-content .blog-gallery-list img:hover {
  opacity: 1;
}

.blog-post .entry-featured-image {
  width: 100%;
  float: left;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 0;
  padding-right: 0;
}

.blog-post .entry-featured-image img {
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.08);
}

.blog-post figcaption {
  margin-top: 1em;
  line-height: 1.25;
}

.blog-post #blog-gallery-hightlight {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.blog-post #blog-gallery-hightlight img {
  box-shadow: none;
}

.blog-post .blog-gallery-list {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-post .blog-gallery-list li {
  float: left;
  width: 33.33%;
  padding: 0 5px 10px 5px;
  box-sizing: border-box;
}

.blog-post .blog-gallery-list li.active img {
  opacity: 1;
}

.blog-post .blog-gallery-list a {
  display: block;
}

.blog-post .blog-gallery-list img {
  opacity: 0.7;
  transition: 0.3s all ease;
  box-shadow: none !important;
}

.blog-post .blog-gallery-list img:hover {
  opacity: 1;
}

.blog-post .author-box {
  display: table;
  margin-top: 3em;
}

.blog-post .author-box .author-box__media,
.blog-post .author-box .author-box__text {
  display: table-cell;
  vertical-align: middle;
}

.blog-post .author-box .author-box__media img {
  border-radius: 50%;
}

.blog-post .author-box .author-box__text {
  padding-left: 30px;
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 840px) {
  .blog-post article {
    background: url("../png/waves.png") no-repeat center bottom;
    padding-bottom: 28em;
  }
  .blog-post article .entry-content {
    max-width: 750px;
    width: 62.5%;
    float: left;
    padding-left: 0;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4, .blog-post article .entry-content h5, .blog-post article .entry-content h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #4e4d4d;
    text-transform: none;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4 {
    font-weight: 700;
  }
  .blog-post article .entry-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h2 {
    font-size: 2.271rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h3 {
    font-size: 1.388rem;
    line-height: 1.3;
    color: #4e4d4d;
  }
  .blog-post article .entry-content h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h5 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h6 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .blog-post article .entry-content a {
    color: #ed0000;
    text-decoration: none;
  }
  .blog-post article .entry-content p {
    margin-bottom: 1.75em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .blog-post article .entry-content ul, .blog-post article .entry-content ol {
    margin-bottom: 1.75em;
    font-size: inherit;
  }
  .blog-post article .entry-content ul {
    padding-left: 25px;
  }
  .blog-post article .entry-content ul li {
    display: block;
    list-style: none;
    padding-left: 20px;
  }
  .blog-post article .entry-content ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: 0;
    color: #5261ac;
  }
  .blog-post article .entry-content ol {
    padding-left: 25px;
    counter-reset: item;
    list-style-type: none;
  }
  .blog-post article .entry-content ol li {
    display: block;
  }
  .blog-post article .entry-content ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
    font-size: 1rem;
    font-weight: 700;
    padding-right: 10px;
  }
  .blog-post article .entry-content li {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
  .blog-post article .entry-content img {
    max-width: 100%;
    height: auto;
  }
  .blog-post article .entry-content blockquote {
    display: block;
    position: relative;
    padding: 0 10px 0 20px;
    margin: 0 0 1em;
    border-left: 0;
    font-size: 1.212rem;
    color: #4e4d4d;
  }
  .blog-post article .entry-content blockquote p {
    display: inline;
    position: relative;
    font-size: 1.412rem;
  }
  .blog-post article .entry-content blockquote p:before {
    content: '“';
    position: absolute;
    top: 0;
    left: -20px;
  }
  .blog-post article .entry-content blockquote p:after {
    content: '”';
    position: absolute;
    bottom: 0;
    right: -20px;
  }
  .blog-post article .entry-content .blog-main__title {
    margin-bottom: 0.35em;
    font-size: 2.941rem;
    font-weight: 600;
    color: #ed0000;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .blog-post article .entry-content .blog-main__date {
    display: block;
    margin: 2em 0;
    font-size: 0.9412rem;
    font-weight: 700;
    color: #919191;
    text-transform: uppercase;
  }
  .blog-post .entry-featured-image {
    width: 37.5%;
    float: left;
    margin-top: 14em;
    padding-left: 30px;
    padding-right: 0;
  }
  .blog-post .entry-featured-image img {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.08);
  }
  .blog-post figcaption {
    margin-top: 1em;
    line-height: 1.25;
  }
  .blog-post #blog-gallery-hightlight {
    margin-top: 14em;
    margin-bottom: 1.5em;
  }
  .blog-post .blog-gallery-list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .blog-post .blog-gallery-list li {
    float: left;
    width: 33.33%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }
  .blog-post .blog-gallery-list li.active img {
    opacity: 1;
  }
  .blog-post .blog-gallery-list a {
    display: block;
  }
  .blog-post .blog-gallery-list img {
    opacity: 0.7;
    transition: 0.3s all ease;
  }
  .blog-post .blog-gallery-list img:hover {
    opacity: 1;
  }
  .blog-post .author-box {
    display: table;
    margin-top: 3em;
  }
  .blog-post .author-box .author-box__media,
  .blog-post .author-box .author-box__text {
    display: table-cell;
    vertical-align: middle;
  }
  .blog-post .author-box .author-box__media img {
    border-radius: 50%;
  }
  .blog-post .author-box .author-box__text {
    padding-left: 30px;
    font-weight: 700;
    text-decoration: underline;
  }
}

@media (min-width: 1040px) {
  .blog-post article {
    background: url("../png/waves.png") no-repeat center bottom;
    padding-bottom: 28em;
  }
  .blog-post article .entry-content {
    max-width: 750px;
    width: 62.5%;
    float: left;
    padding-left: 0;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4, .blog-post article .entry-content h5, .blog-post article .entry-content h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #4e4d4d;
    text-transform: none;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4 {
    font-weight: 700;
  }
  .blog-post article .entry-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h2 {
    font-size: 2.271rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h3 {
    font-size: 1.388rem;
    line-height: 1.3;
    color: #4e4d4d;
  }
  .blog-post article .entry-content h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h5 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h6 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .blog-post article .entry-content a {
    color: #ed0000;
    text-decoration: none;
  }
  .blog-post article .entry-content p {
    margin-bottom: 1.75em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .blog-post article .entry-content ul, .blog-post article .entry-content ol {
    margin-bottom: 1.75em;
    font-size: inherit;
  }
  .blog-post article .entry-content ul {
    padding-left: 25px;
  }
  .blog-post article .entry-content ul li {
    display: block;
    list-style: none;
    padding-left: 20px;
  }
  .blog-post article .entry-content ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: 0;
    color: #5261ac;
  }
  .blog-post article .entry-content ol {
    padding-left: 25px;
    counter-reset: item;
    list-style-type: none;
  }
  .blog-post article .entry-content ol li {
    display: block;
  }
  .blog-post article .entry-content ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
    font-size: 1rem;
    font-weight: 700;
    padding-right: 10px;
  }
  .blog-post article .entry-content li {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
  .blog-post article .entry-content img {
    max-width: 100%;
    height: auto;
  }
  .blog-post article .entry-content blockquote {
    display: block;
    position: relative;
    padding: 0 10px 0 20px;
    margin: 0 0 1em;
    border-left: 0;
    font-size: 1.212rem;
    color: #4e4d4d;
  }
  .blog-post article .entry-content blockquote p {
    display: inline;
    position: relative;
    font-size: 1.412rem;
  }
  .blog-post article .entry-content blockquote p:before {
    content: '“';
    position: absolute;
    top: 0;
    left: -20px;
  }
  .blog-post article .entry-content blockquote p:after {
    content: '”';
    position: absolute;
    bottom: 0;
    right: -20px;
  }
  .blog-post article .entry-content .blog-main__title {
    margin-bottom: 0.35em;
    font-size: 2.941rem;
    font-weight: 600;
    color: #ed0000;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .blog-post article .entry-content .blog-main__date {
    display: block;
    margin: 2em 0;
    font-size: 0.9412rem;
    font-weight: 700;
    color: #919191;
    text-transform: uppercase;
  }
  .blog-post .entry-featured-image {
    width: 37.5%;
    float: left;
    margin-top: 14em;
    padding-left: 30px;
    padding-right: 0;
  }
  .blog-post .entry-featured-image img {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.08);
  }
  .blog-post figcaption {
    margin-top: 1em;
    line-height: 1.25;
  }
  .blog-post #blog-gallery-hightlight {
    margin-top: 14em;
    margin-bottom: 1.5em;
  }
  .blog-post .blog-gallery-list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .blog-post .blog-gallery-list li {
    float: left;
    width: 33.33%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }
  .blog-post .blog-gallery-list li.active img {
    opacity: 1;
  }
  .blog-post .blog-gallery-list a {
    display: block;
  }
  .blog-post .blog-gallery-list img {
    opacity: 0.7;
    transition: 0.3s all ease;
  }
  .blog-post .blog-gallery-list img:hover {
    opacity: 1;
  }
  .blog-post .author-box {
    display: table;
    margin-top: 3em;
  }
  .blog-post .author-box .author-box__media,
  .blog-post .author-box .author-box__text {
    display: table-cell;
    vertical-align: middle;
  }
  .blog-post .author-box .author-box__media img {
    border-radius: 50%;
  }
  .blog-post .author-box .author-box__text {
    padding-left: 30px;
    font-weight: 700;
    text-decoration: underline;
  }
}

@media (min-width: 1280px) {
  .blog-post article {
    background: url("../png/waves.png") no-repeat center bottom;
    padding-bottom: 28em;
  }
  .blog-post article .entry-content {
    max-width: 750px;
    width: 62.5%;
    float: left;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4, .blog-post article .entry-content h5, .blog-post article .entry-content h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #4e4d4d;
    text-transform: none;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4 {
    font-weight: 700;
  }
  .blog-post article .entry-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h2 {
    font-size: 2.271rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h3 {
    font-size: 1.388rem;
    line-height: 1.3;
    color: #4e4d4d;
  }
  .blog-post article .entry-content h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h5 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h6 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .blog-post article .entry-content a {
    color: #ed0000;
    text-decoration: none;
  }
  .blog-post article .entry-content p {
    margin-bottom: 1.75em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .blog-post article .entry-content ul, .blog-post article .entry-content ol {
    margin-bottom: 1.75em;
    font-size: inherit;
  }
  .blog-post article .entry-content ul {
    padding-left: 25px;
  }
  .blog-post article .entry-content ul li {
    display: block;
    list-style: none;
    padding-left: 20px;
  }
  .blog-post article .entry-content ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: 0;
    color: #5261ac;
  }
  .blog-post article .entry-content ol {
    padding-left: 25px;
    counter-reset: item;
    list-style-type: none;
  }
  .blog-post article .entry-content ol li {
    display: block;
  }
  .blog-post article .entry-content ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
    font-size: 1rem;
    font-weight: 700;
    padding-right: 10px;
  }
  .blog-post article .entry-content li {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
  .blog-post article .entry-content img {
    max-width: 100%;
    height: auto;
  }
  .blog-post article .entry-content blockquote {
    display: block;
    position: relative;
    padding: 0 10px 0 20px;
    margin: 0 0 1em;
    border-left: 0;
    font-size: 1.212rem;
    color: #4e4d4d;
  }
  .blog-post article .entry-content blockquote p {
    display: inline;
    position: relative;
    font-size: 1.412rem;
  }
  .blog-post article .entry-content blockquote p:before {
    content: '“';
    position: absolute;
    top: 0;
    left: -20px;
  }
  .blog-post article .entry-content blockquote p:after {
    content: '”';
    position: absolute;
    bottom: 0;
    right: -20px;
  }
  .blog-post article .entry-content .blog-main__title {
    margin-bottom: 0.35em;
    font-size: 2.941rem;
    font-weight: 600;
    color: #ed0000;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .blog-post article .entry-content .blog-main__date {
    display: block;
    margin: 2em 0;
    font-size: 0.9412rem;
    font-weight: 700;
    color: #919191;
    text-transform: uppercase;
  }
  .blog-post .entry-featured-image {
    width: 37.5%;
    float: left;
    margin-top: 14em;
    padding-left: 30px;
  }
  .blog-post .entry-featured-image img {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.08);
  }
  .blog-post figcaption {
    margin-top: 1em;
    line-height: 1.25;
  }
  .blog-post #blog-gallery-hightlight {
    margin-top: 14em;
    margin-bottom: 1.5em;
  }
  .blog-post .blog-gallery-list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .blog-post .blog-gallery-list li {
    float: left;
    width: 33.33%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }
  .blog-post .blog-gallery-list li.active img {
    opacity: 1;
  }
  .blog-post .blog-gallery-list a {
    display: block;
  }
  .blog-post .blog-gallery-list img {
    opacity: 0.7;
    transition: 0.3s all ease;
  }
  .blog-post .blog-gallery-list img:hover {
    opacity: 1;
  }
  .blog-post .author-box {
    display: table;
    margin-top: 3em;
  }
  .blog-post .author-box .author-box__media,
  .blog-post .author-box .author-box__text {
    display: table-cell;
    vertical-align: middle;
  }
  .blog-post .author-box .author-box__media img {
    border-radius: 50%;
  }
  .blog-post .author-box .author-box__text {
    padding-left: 30px;
    font-weight: 700;
    text-decoration: underline;
  }
}

@media (min-width: 1366px) {
  .blog-post article {
    background: url("../png/waves.png") no-repeat center bottom;
    padding-bottom: 28em;
  }
  .blog-post article .entry-content {
    max-width: 750px;
    width: 62.5%;
    float: left;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4, .blog-post article .entry-content h5, .blog-post article .entry-content h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #4e4d4d;
    text-transform: none;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4 {
    font-weight: 700;
  }
  .blog-post article .entry-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h2 {
    font-size: 2.271rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h3 {
    font-size: 1.388rem;
    line-height: 1.3;
    color: #4e4d4d;
  }
  .blog-post article .entry-content h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h5 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h6 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .blog-post article .entry-content a {
    color: #ed0000;
    text-decoration: none;
  }
  .blog-post article .entry-content p {
    margin-bottom: 1.75em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .blog-post article .entry-content ul, .blog-post article .entry-content ol {
    margin-bottom: 1.75em;
    font-size: inherit;
  }
  .blog-post article .entry-content ul {
    padding-left: 25px;
  }
  .blog-post article .entry-content ul li {
    display: block;
    list-style: none;
    padding-left: 20px;
  }
  .blog-post article .entry-content ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: 0;
    color: #5261ac;
  }
  .blog-post article .entry-content ol {
    padding-left: 25px;
    counter-reset: item;
    list-style-type: none;
  }
  .blog-post article .entry-content ol li {
    display: block;
  }
  .blog-post article .entry-content ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
    font-size: 1rem;
    font-weight: 700;
    padding-right: 10px;
  }
  .blog-post article .entry-content li {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
  .blog-post article .entry-content img {
    max-width: 100%;
    height: auto;
  }
  .blog-post article .entry-content blockquote {
    display: block;
    position: relative;
    padding: 0 10px 0 20px;
    margin: 0 0 1em;
    border-left: 0;
    font-size: 1.212rem;
    color: #4e4d4d;
  }
  .blog-post article .entry-content blockquote p {
    display: inline;
    position: relative;
    font-size: 1.412rem;
  }
  .blog-post article .entry-content blockquote p:before {
    content: '“';
    position: absolute;
    top: 0;
    left: -20px;
  }
  .blog-post article .entry-content blockquote p:after {
    content: '”';
    position: absolute;
    bottom: 0;
    right: -20px;
  }
  .blog-post article .entry-content .blog-main__title {
    margin-bottom: 0.35em;
    font-size: 2.941rem;
    font-weight: 600;
    color: #ed0000;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .blog-post article .entry-content .blog-main__date {
    display: block;
    margin: 2em 0;
    font-size: 0.9412rem;
    font-weight: 700;
    color: #919191;
    text-transform: uppercase;
  }
  .blog-post .entry-featured-image {
    width: 37.5%;
    float: left;
    margin-top: 14em;
    padding-left: 30px;
  }
  .blog-post .entry-featured-image img {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.08);
  }
  .blog-post figcaption {
    margin-top: 1em;
    line-height: 1.25;
  }
  .blog-post #blog-gallery-hightlight {
    margin-top: 14em;
    margin-bottom: 1.5em;
  }
  .blog-post .blog-gallery-list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .blog-post .blog-gallery-list li {
    float: left;
    width: 33.33%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }
  .blog-post .blog-gallery-list li.active img {
    opacity: 1;
  }
  .blog-post .blog-gallery-list a {
    display: block;
  }
  .blog-post .blog-gallery-list img {
    opacity: 0.7;
    transition: 0.3s all ease;
  }
  .blog-post .blog-gallery-list img:hover {
    opacity: 1;
  }
  .blog-post .author-box {
    display: table;
    margin-top: 3em;
  }
  .blog-post .author-box .author-box__media,
  .blog-post .author-box .author-box__text {
    display: table-cell;
    vertical-align: middle;
  }
  .blog-post .author-box .author-box__media img {
    border-radius: 50%;
  }
  .blog-post .author-box .author-box__text {
    padding-left: 30px;
    font-weight: 700;
    text-decoration: underline;
  }
}

@media (min-width: 1580px) {
  .blog-post article {
    background: url("../png/waves.png") no-repeat center bottom;
    padding-bottom: 28em;
  }
  .blog-post article .entry-content {
    max-width: 750px;
    width: 62.5%;
    float: left;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4, .blog-post article .entry-content h5, .blog-post article .entry-content h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #4e4d4d;
    text-transform: none;
  }
  .blog-post article .entry-content h1, .blog-post article .entry-content h2, .blog-post article .entry-content h3, .blog-post article .entry-content h4 {
    font-weight: 700;
  }
  .blog-post article .entry-content h1 {
    font-size: 4rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h2 {
    font-size: 2.471rem;
    line-height: 1.2;
    color: #000000;
  }
  .blog-post article .entry-content h3 {
    font-size: 1.588rem;
    line-height: 1.3;
    color: #4e4d4d;
  }
  .blog-post article .entry-content h4 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h5 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .blog-post article .entry-content h6 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .blog-post article .entry-content a {
    color: #ed0000;
    text-decoration: none;
  }
  .blog-post article .entry-content p {
    margin-bottom: 1.75em;
    font-size: 1.059rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .blog-post article .entry-content ul, .blog-post article .entry-content ol {
    margin-bottom: 1.75em;
    font-size: inherit;
  }
  .blog-post article .entry-content ul {
    padding-left: 25px;
  }
  .blog-post article .entry-content ul li {
    display: block;
    list-style: none;
    padding-left: 20px;
  }
  .blog-post article .entry-content ul li:before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: 0;
    color: #5261ac;
  }
  .blog-post article .entry-content ol {
    padding-left: 25px;
    counter-reset: item;
    list-style-type: none;
  }
  .blog-post article .entry-content ol li {
    display: block;
  }
  .blog-post article .entry-content ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
    font-size: 1.059rem;
    font-weight: 700;
    padding-right: 10px;
  }
  .blog-post article .entry-content li {
    font-size: 1.059rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
  .blog-post article .entry-content img {
    max-width: 100%;
    height: auto;
  }
  .blog-post article .entry-content blockquote {
    display: block;
    position: relative;
    padding: 0 10px 0 20px;
    margin: 0 0 1em;
    border-left: 0;
    font-size: 1.412rem;
    color: #4e4d4d;
  }
  .blog-post article .entry-content blockquote p {
    display: inline;
    position: relative;
    font-size: 1.412rem;
  }
  .blog-post article .entry-content blockquote p:before {
    content: '“';
    position: absolute;
    top: 0;
    left: -20px;
  }
  .blog-post article .entry-content blockquote p:after {
    content: '”';
    position: absolute;
    bottom: 0;
    right: -20px;
  }
  .blog-post article .entry-content .blog-main__title {
    margin-bottom: 0.35em;
    font-size: 3.529rem;
    font-weight: 600;
    color: #ed0000;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .blog-post article .entry-content .blog-main__date {
    display: block;
    margin: 2em 0;
    font-size: 0.9412rem;
    font-weight: 700;
    color: #919191;
    text-transform: uppercase;
  }
  .blog-post .entry-featured-image {
    width: 37.5%;
    float: left;
    margin-top: 14em;
    padding-left: 30px;
  }
  .blog-post .entry-featured-image img {
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.08);
  }
  .blog-post figcaption {
    margin-top: 1em;
    line-height: 1.25;
  }
  .blog-post #blog-gallery-hightlight {
    margin-top: 14em;
    margin-bottom: 1.5em;
  }
  .blog-post .blog-gallery-list {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .blog-post .blog-gallery-list li {
    float: left;
    width: 33.33%;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
  }
  .blog-post .blog-gallery-list li.active img {
    opacity: 1;
  }
  .blog-post .blog-gallery-list a {
    display: block;
  }
  .blog-post .blog-gallery-list img {
    opacity: 0.7;
    transition: 0.3s all ease;
  }
  .blog-post .blog-gallery-list img:hover {
    opacity: 1;
  }
  .blog-post .author-box {
    display: table;
    margin-top: 3em;
  }
  .blog-post .author-box .author-box__media,
  .blog-post .author-box .author-box__text {
    display: table-cell;
    vertical-align: middle;
  }
  .blog-post .author-box .author-box__media img {
    border-radius: 50%;
  }
  .blog-post .author-box .author-box__text {
    padding-left: 30px;
    font-weight: 700;
    text-decoration: underline;
  }
}

.blog-index {
  margin: 5em 0 2em;
}

.blog-index .fa {
  font-size: 0.9412rem;
  color: #ed0000;
}

.blog-index a {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9412rem;
  font-weight: 700;
  color: #2d4c2c !important;
  text-transform: uppercase;
}

/* about page */
.core-values__section,
.about-info__section {
  padding: 5em 0 0;
}

.core-values__section .wpb_single_image,
.about-info__section .wpb_single_image {
  margin-bottom: 0 !important;
}

.core-values__section h2,
.about-info__section h2 {
  margin-bottom: 0.35em;
  font-size: 2rem;
  font-weight: 600;
  color: #ed0000;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.core-values__section h3,
.about-info__section h3 {
  font-size: 1.347rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 1em;
}

.core-values__section p,
.about-info__section p {
  font-size: 1.1rem;
  line-height: 1.4;
}

.core-values__section .wpb_text_column ul li:before,
.about-info__section .wpb_text_column ul li:before {
  content: "";
}

@media (min-width: 840px) {
  .core-values__section,
  .about-info__section {
    padding: 5em 0 0;
  }
  .core-values__section .wpb_single_image,
  .about-info__section .wpb_single_image {
    margin-bottom: 0 !important;
  }
  .core-values__section h2,
  .about-info__section h2 {
    margin-bottom: 0.35em;
    font-size: 2.353rem;
    font-weight: 600;
    color: #ed0000;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .core-values__section h3,
  .about-info__section h3 {
    font-size: 1.35rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .core-values__section p,
  .about-info__section p {
    font-size: 1.35rem;
    line-height: 1.4;
  }
}

@media (min-width: 1366px) {
  .core-values__section,
  .about-info__section {
    padding: 5em 0 0;
  }
  .core-values__section .wpb_single_image,
  .about-info__section .wpb_single_image {
    margin-bottom: 0 !important;
  }
  .core-values__section h2,
  .about-info__section h2 {
    margin-bottom: 0.35em;
    font-size: 2.941rem;
    font-weight: 600;
    color: #ed0000;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .core-values__section h3,
  .about-info__section h3 {
    font-size: 1.547rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .core-values__section p,
  .about-info__section p {
    font-size: 1.547rem;
    line-height: 1.4;
  }
}

@media (min-width: 1580px) {
  .core-values__section,
  .about-info__section {
    padding: 5em 0 0;
  }
  .core-values__section .wpb_single_image,
  .about-info__section .wpb_single_image {
    margin-bottom: 0 !important;
  }
  .core-values__section h2,
  .about-info__section h2 {
    margin-bottom: 0.35em;
    font-size: 3.529rem;
    font-weight: 600;
    color: #ed0000;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .core-values__section h3,
  .about-info__section h3 {
    font-size: 1.647rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 1em;
  }
  .core-values__section p,
  .about-info__section p {
    font-size: 1.647rem;
    line-height: 1.4;
  }
}

.about-info__section {
  padding: 5em 0;
  overflow: visible !important;
  z-index: 2;
}

.about-info__section h2 {
  margin-bottom: 0.5em;
}

.about-info__section p {
  margin-bottom: 1em;
}

.about-info__section .vc_column-inner {
  padding-top: 0 !important;
}

@media (min-width: 1366px) {
  .about-info__section {
    padding: 5em 0;
  }
  .about-info__section h2 {
    margin-bottom: 0.5em;
  }
  .about-info__section p {
    margin-bottom: 1em;
  }
  .about-info__section .vc_column-inner {
    padding-top: 0 !important;
  }
}

@media (min-width: 1580px) {
  .about-info__section {
    padding: 5em 0;
  }
  .about-info__section h2 {
    margin-bottom: 0.5em;
  }
  .about-info__section p {
    margin-bottom: 1em;
  }
  .about-info__section .vc_column-inner {
    padding-top: 0 !important;
  }
}

@media (max-width: 840px) {
  .about-intro__text {
    padding: 3em 20px 2em !important;
  }
}

.about-info__section.reverse,
.about-info__section.reverse-odd {
  padding: 14em 0 !important;
  height: auto;
}

.about-info__section.reverse p,
.about-info__section.reverse-odd p {
  font-size: 1.2rem;
}

.about-info__section.reverse.history,
.about-info__section.reverse-odd.history {
  padding: 0 0 !important;
}

.about-info__section.reverse.history .wpb_text_column,
.about-info__section.reverse-odd.history .wpb_text_column {
  background: rgba(237, 0, 0, 0.85);
  padding: 50px 5px 50px 5px;
  margin-bottom: 0 !important;
}

.about-info__section.reverse.backstory,
.about-info__section.reverse-odd.backstory {
  padding: 0 0 !important;
}

.about-info__section.reverse.backstory .wpb_text_column,
.about-info__section.reverse-odd.backstory .wpb_text_column {
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 5px 50px 5px;
  margin-bottom: 0 !important;
}

.about-info__section.reverse.technique,
.about-info__section.reverse-odd.technique {
  padding: 0 0 !important;
}

.about-info__section.reverse.technique .wpb_text_column,
.about-info__section.reverse-odd.technique .wpb_text_column {
  background: rgba(0, 0, 0, 0.85);
  padding: 50px 5px 50px 5px;
  margin-bottom: 0 !important;
}

.about-info__section.reverse.cooking-methods,
.about-info__section.reverse-odd.cooking-methods {
  padding: 0 0 !important;
}

.about-info__section.reverse.cooking-methods h2, .about-info__section.reverse.cooking-methods p,
.about-info__section.reverse-odd.cooking-methods h2,
.about-info__section.reverse-odd.cooking-methods p {
  color: #ffffff;
}

.about-info__section.reverse.cooking-methods .wpb_text_column,
.about-info__section.reverse-odd.cooking-methods .wpb_text_column {
  background: rgba(237, 0, 0, 0.85);
  padding: 50px 5px 50px 5px;
  margin-bottom: 0 !important;
}

.about-info__section.reverse.hibachi-item,
.about-info__section.reverse-odd.hibachi-item {
  padding: 0 0 !important;
}

.about-info__section.reverse.hibachi-item .wpb_text_column,
.about-info__section.reverse-odd.hibachi-item .wpb_text_column {
  background: rgba(255, 255, 255, 0.85);
  padding: 50px 5px 50px 5px;
  margin-bottom: 0 !important;
}

@media (min-width: 380px) {
  .about-info__section.reverse,
  .about-info__section.reverse-odd {
    padding: 14em 0 !important;
    height: auto;
  }
  .about-info__section.reverse p,
  .about-info__section.reverse-odd p {
    font-size: 1.2rem;
  }
  .about-info__section.reverse.history,
  .about-info__section.reverse-odd.history {
    padding: 0 0 !important;
  }
  .about-info__section.reverse.history .wpb_text_column,
  .about-info__section.reverse-odd.history .wpb_text_column {
    background: rgba(237, 0, 0, 0.85);
    padding: 50px 5px 50px 5px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.backstory,
  .about-info__section.reverse-odd.backstory {
    padding: 0 0 !important;
  }
  .about-info__section.reverse.backstory .wpb_text_column,
  .about-info__section.reverse-odd.backstory .wpb_text_column {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 5px 50px 5px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.technique,
  .about-info__section.reverse-odd.technique {
    padding: 0 0 !important;
  }
  .about-info__section.reverse.technique .wpb_text_column,
  .about-info__section.reverse-odd.technique .wpb_text_column {
    background: rgba(0, 0, 0, 0.85);
    padding: 50px 5px 50px 5px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.cooking-methods,
  .about-info__section.reverse-odd.cooking-methods {
    padding: 0 0 !important;
  }
  .about-info__section.reverse.cooking-methods h2, .about-info__section.reverse.cooking-methods p,
  .about-info__section.reverse-odd.cooking-methods h2,
  .about-info__section.reverse-odd.cooking-methods p {
    color: #ffffff;
  }
  .about-info__section.reverse.cooking-methods .wpb_text_column,
  .about-info__section.reverse-odd.cooking-methods .wpb_text_column {
    background: rgba(237, 0, 0, 0.85);
    padding: 50px 5px 50px 5px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.hibachi-item,
  .about-info__section.reverse-odd.hibachi-item {
    padding: 0 0 !important;
  }
  .about-info__section.reverse.hibachi-item .wpb_text_column,
  .about-info__section.reverse-odd.hibachi-item .wpb_text_column {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 5px 50px 5px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 920px) {
  .about-info__section.reverse,
  .about-info__section.reverse-odd {
    padding: 14em 0 !important;
    height: auto;
  }
  .about-info__section.reverse p,
  .about-info__section.reverse-odd p {
    font-size: 1.2rem;
  }
  .about-info__section.reverse.history,
  .about-info__section.reverse-odd.history {
    padding: 3em 0 !important;
  }
  .about-info__section.reverse.history .wpb_text_column,
  .about-info__section.reverse-odd.history .wpb_text_column {
    background: rgba(237, 0, 0, 0.85);
    padding: 20px 40px 20px 20px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.backstory,
  .about-info__section.reverse-odd.backstory {
    padding: 3em 0 !important;
  }
  .about-info__section.reverse.backstory .wpb_text_column,
  .about-info__section.reverse-odd.backstory .wpb_text_column {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 20px 20px 30px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.technique,
  .about-info__section.reverse-odd.technique {
    padding: 3em 0 !important;
  }
  .about-info__section.reverse.technique .wpb_text_column,
  .about-info__section.reverse-odd.technique .wpb_text_column {
    background: rgba(0, 0, 0, 0.85);
    padding: 20px 40px 20px 20px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.cooking-methods,
  .about-info__section.reverse-odd.cooking-methods {
    padding: 3em 0 !important;
  }
  .about-info__section.reverse.cooking-methods h2, .about-info__section.reverse.cooking-methods p,
  .about-info__section.reverse-odd.cooking-methods h2,
  .about-info__section.reverse-odd.cooking-methods p {
    color: #ffffff;
  }
  .about-info__section.reverse.cooking-methods .wpb_text_column,
  .about-info__section.reverse-odd.cooking-methods .wpb_text_column {
    background: rgba(237, 0, 0, 0.85);
    padding: 20px 20px 20px 30px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.hibachi-item,
  .about-info__section.reverse-odd.hibachi-item {
    padding: 3em 0 !important;
  }
  .about-info__section.reverse.hibachi-item .wpb_text_column,
  .about-info__section.reverse-odd.hibachi-item .wpb_text_column {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 40px 20px 20px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1080px) {
  .about-info__section.reverse,
  .about-info__section.reverse-odd {
    padding: 14em 0 !important;
    height: auto;
  }
  .about-info__section.reverse p,
  .about-info__section.reverse-odd p {
    font-size: 1.2rem;
  }
  .about-info__section.reverse.history,
  .about-info__section.reverse-odd.history {
    padding: 14em 0 !important;
  }
  .about-info__section.reverse.history .wpb_text_column,
  .about-info__section.reverse-odd.history .wpb_text_column {
    background: rgba(237, 0, 0, 0.85);
    padding: 20px 40px 20px 20px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.backstory,
  .about-info__section.reverse-odd.backstory {
    padding: 7em 0 9em !important;
  }
  .about-info__section.reverse.backstory .wpb_text_column,
  .about-info__section.reverse-odd.backstory .wpb_text_column {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 20px 20px 30px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.technique,
  .about-info__section.reverse-odd.technique {
    padding: 9em 0 !important;
  }
  .about-info__section.reverse.technique .wpb_text_column,
  .about-info__section.reverse-odd.technique .wpb_text_column {
    background: rgba(0, 0, 0, 0.85);
    padding: 20px 40px 20px 20px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.cooking-methods,
  .about-info__section.reverse-odd.cooking-methods {
    padding: 10em 0 !important;
  }
  .about-info__section.reverse.cooking-methods h2, .about-info__section.reverse.cooking-methods p,
  .about-info__section.reverse-odd.cooking-methods h2,
  .about-info__section.reverse-odd.cooking-methods p {
    color: #ffffff;
  }
  .about-info__section.reverse.cooking-methods .wpb_text_column,
  .about-info__section.reverse-odd.cooking-methods .wpb_text_column {
    background: rgba(237, 0, 0, 0.85);
    padding: 20px 20px 20px 30px;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.hibachi-item,
  .about-info__section.reverse-odd.hibachi-item {
    padding: 5em 0 !important;
  }
  .about-info__section.reverse.hibachi-item .wpb_text_column,
  .about-info__section.reverse-odd.hibachi-item .wpb_text_column {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 40px 20px 20px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1280px) {
  .about-info__section.reverse,
  .about-info__section.reverse-odd {
    padding: 14em 0 !important;
    height: auto;
  }
  .about-info__section.reverse p,
  .about-info__section.reverse-odd p {
    font-size: 1.2rem;
  }
  .about-info__section.reverse.history,
  .about-info__section.reverse-odd.history {
    padding: 14em 0 !important;
  }
  .about-info__section.reverse.history .wpb_text_column,
  .about-info__section.reverse-odd.history .wpb_text_column {
    background: transparent;
    padding: 0 0 0 0;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.backstory,
  .about-info__section.reverse-odd.backstory {
    padding: 7em 0 9em !important;
  }
  .about-info__section.reverse.backstory .wpb_text_column,
  .about-info__section.reverse-odd.backstory .wpb_text_column {
    background: transparent;
    padding: 0 0 0 0;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.technique,
  .about-info__section.reverse-odd.technique {
    padding: 9em 0 !important;
  }
  .about-info__section.reverse.technique .wpb_text_column,
  .about-info__section.reverse-odd.technique .wpb_text_column {
    background: transparent;
    padding: 0 0 0 0;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.cooking-methods,
  .about-info__section.reverse-odd.cooking-methods {
    padding: 10em 0 !important;
  }
  .about-info__section.reverse.cooking-methods h2, .about-info__section.reverse.cooking-methods p,
  .about-info__section.reverse-odd.cooking-methods h2,
  .about-info__section.reverse-odd.cooking-methods p {
    color: #ffffff;
  }
  .about-info__section.reverse.cooking-methods .wpb_text_column,
  .about-info__section.reverse-odd.cooking-methods .wpb_text_column {
    background: transparent;
    padding: 0 0 0 0;
    margin-bottom: 0 !important;
  }
  .about-info__section.reverse.hibachi-item,
  .about-info__section.reverse-odd.hibachi-item {
    padding: 5em 0 !important;
  }
  .about-info__section.reverse.hibachi-item .wpb_text_column,
  .about-info__section.reverse-odd.hibachi-item .wpb_text_column {
    background: transparent;
    padding: 0 0 0 0;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1366px) {
  .about-info__section.reverse,
  .about-info__section.reverse-odd {
    padding: 14em 0 !important;
    height: auto;
  }
  .about-info__section.reverse p,
  .about-info__section.reverse-odd p {
    font-size: 1.253rem;
  }
  .about-info__section.reverse.history,
  .about-info__section.reverse-odd.history {
    padding: 14em 0 !important;
  }
  .about-info__section.reverse.backstory,
  .about-info__section.reverse-odd.backstory {
    padding: 7em 0 9em !important;
  }
  .about-info__section.reverse.technique,
  .about-info__section.reverse-odd.technique {
    padding: 9em 0 !important;
  }
  .about-info__section.reverse.cooking-methods,
  .about-info__section.reverse-odd.cooking-methods {
    padding: 10em 0 !important;
  }
  .about-info__section.reverse.cooking-methods h2, .about-info__section.reverse.cooking-methods p,
  .about-info__section.reverse-odd.cooking-methods h2,
  .about-info__section.reverse-odd.cooking-methods p {
    color: #ffffff;
  }
  .about-info__section.reverse.hibachi-item,
  .about-info__section.reverse-odd.hibachi-item {
    padding: 5em 0 !important;
  }
}

@media (min-width: 1580px) {
  .about-info__section.reverse,
  .about-info__section.reverse-odd {
    padding: 14em 0 !important;
    height: auto;
  }
  .about-info__section.reverse p,
  .about-info__section.reverse-odd p {
    font-size: 1.253rem;
  }
  .about-info__section.reverse.history,
  .about-info__section.reverse-odd.history {
    padding: 14em 0 !important;
  }
  .about-info__section.reverse.backstory,
  .about-info__section.reverse-odd.backstory {
    padding: 7em 0 9em !important;
  }
  .about-info__section.reverse.technique,
  .about-info__section.reverse-odd.technique {
    padding: 9em 0 !important;
  }
  .about-info__section.reverse.cooking-methods,
  .about-info__section.reverse-odd.cooking-methods {
    padding: 10em 0 !important;
  }
  .about-info__section.reverse.cooking-methods h2, .about-info__section.reverse.cooking-methods p,
  .about-info__section.reverse-odd.cooking-methods h2,
  .about-info__section.reverse-odd.cooking-methods p {
    color: #ffffff;
  }
  .about-info__section.reverse.hibachi-item,
  .about-info__section.reverse-odd.hibachi-item {
    padding: 5em 0 !important;
  }
}

@media (min-width: 1700px) {
  .about-info__section.reverse,
  .about-info__section.reverse-odd {
    padding: 14em 0 !important;
    height: 780px;
  }
  .about-info__section.reverse p,
  .about-info__section.reverse-odd p {
    font-size: 1.353rem;
  }
  .about-info__section.reverse.history,
  .about-info__section.reverse-odd.history {
    padding: 14em 0 !important;
  }
  .about-info__section.reverse.backstory,
  .about-info__section.reverse-odd.backstory {
    padding: 7em 0 9em !important;
  }
  .about-info__section.reverse.technique,
  .about-info__section.reverse-odd.technique {
    padding: 8em 0 !important;
  }
  .about-info__section.reverse.cooking-methods,
  .about-info__section.reverse-odd.cooking-methods {
    padding: 8em 0 !important;
  }
  .about-info__section.reverse.cooking-methods h2, .about-info__section.reverse.cooking-methods p,
  .about-info__section.reverse-odd.cooking-methods h2,
  .about-info__section.reverse-odd.cooking-methods p {
    color: #ffffff;
  }
  .about-info__section.reverse.hibachi-item,
  .about-info__section.reverse-odd.hibachi-item {
    padding: 4em 0 !important;
  }
}

.about-info__section.reverse {
  background-position: -200% 100% !important;
  background-size: auto auto !important;
  color: #ffffff;
}

.about-info__section.reverse h2 {
  color: #ffffff;
}

@media (min-width: 280px) {
  .about-info__section.reverse {
    background-position: -200% 100% !important;
    background-size: auto auto !important;
  }
}

@media (min-width: 840px) {
  .about-info__section.reverse {
    background-position: center right !important;
    background-size: cover !important;
  }
}

@media (min-width: 1080px) {
  .about-info__section.reverse {
    background-position: 200% 100% !important;
    background-size: auto auto !important;
  }
}

@media (min-width: 1280px) {
  .about-info__section.reverse {
    background-position: 170% 100% !important;
    background-size: auto auto !important;
  }
}

@media (min-width: 1366px) {
  .about-info__section.reverse {
    background-position: 150% 100% !important;
    background-size: auto auto !important;
  }
}

@media (min-width: 1580px) {
  .about-info__section.reverse {
    background-position: center right !important;
    background-size: 50% 100% !important;
  }
}

@media (min-width: 1780px) {
  .about-info__section.reverse {
    background-position: center right !important;
    background-size: auto auto !important;
  }
}

.about-info__section.reverse-odd {
  background-position: 220% 100% !important;
  background-size: auto auto !important;
  color: #000000;
}

.about-info__section.reverse-odd h2 {
  color: #000000;
}

@media (min-width: 280px) {
  .about-info__section.reverse-odd {
    background-position: 220% 100% !important;
    background-size: auto auto !important;
  }
}

@media (min-width: 840px) {
  .about-info__section.reverse-odd {
    background-position: center left !important;
    background-size: cover !important;
  }
}

@media (min-width: 1080px) {
  .about-info__section.reverse-odd {
    background-position: -115% 100% !important;
    background-size: auto auto !important;
  }
}

@media (min-width: 1280px) {
  .about-info__section.reverse-odd {
    background-position: -80% 100% !important;
    background-size: auto auto !important;
  }
}

@media (min-width: 1366px) {
  .about-info__section.reverse-odd {
    background-position: -50% 100% !important;
    background-size: auto auto !important;
  }
}

@media (min-width: 1580px) {
  .about-info__section.reverse-odd {
    background-position: center left !important;
    background-size: 50% 100% !important;
  }
}

@media (min-width: 1780px) {
  .about-info__section.reverse-odd {
    background-position: center left !important;
    background-size: auto auto !important;
  }
}

.container-special {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.reverse .container-special {
  padding-right: 0;
}

.reverse-odd .container-special {
  padding-left: 0;
}

.reverse h2,
.reverse-odd h2 {
  font-size: 2rem;
}

@media (min-width: 840px) {
  .reverse .container-special {
    padding-right: 0;
  }
  .reverse-odd .container-special {
    padding-left: 0;
  }
  .reverse h2,
  .reverse-odd h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1080px) {
  .reverse .container-special {
    padding-right: 0;
  }
  .reverse-odd .container-special {
    padding-left: 0;
  }
  .reverse h2,
  .reverse-odd h2 {
    font-size: 2.353rem;
  }
}

@media (min-width: 1280px) {
  .reverse .container-special {
    padding-right: 10em;
  }
  .reverse-odd .container-special {
    padding-left: 10em;
  }
  .reverse h2,
  .reverse-odd h2 {
    font-size: 2.941rem;
  }
}

@media (min-width: 1366px) {
  .reverse .container-special {
    padding-right: 8em;
  }
  .reverse-odd .container-special {
    padding-left: 10em;
  }
  .reverse h2,
  .reverse-odd h2 {
    font-size: 2.941rem;
  }
}

@media (min-width: 1580px) {
  .reverse .container-special {
    padding-right: 8em;
  }
  .reverse-odd .container-special {
    padding-left: 8em;
  }
  .reverse h2 {
    font-size: 3.429rem;
  }
}

/* employment page */
.core-values__section {
  padding: 5em 20px 0;
}

@media (min-width: 280px) {
  .core-values__section {
    padding: 5em 20px 0;
  }
}

@media (min-width: 840px) {
  .core-values__section {
    padding: 5em 0 0;
  }
}

@media (min-width: 1366px) {
  .core-values__section {
    padding: 5em 0 0;
  }
}

@media (min-width: 1580px) {
  .core-values__section {
    padding: 5em 0 0;
  }
}

.core-values__sub {
  padding: 1.5em 0;
}

.core-values__sub a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all ease;
}

.core-values__sub a:hover, .core-values__sub a.tabination-trigger.active {
  border-bottom: 3px solid #ffffff;
}

@media (min-width: 280px) {
  .core-values__sub {
    padding: 1.5em 0;
  }
  .core-values__sub a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .core-values__sub a:hover, .core-values__sub a.tabination-trigger.active {
    border-bottom: 3px solid #ffffff;
  }
}

@media (min-width: 840px) {
  .core-values__sub {
    padding: 1.5em 0;
  }
  .core-values__sub a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .core-values__sub a:hover, .core-values__sub a.tabination-trigger.active {
    border-bottom: 3px solid #ffffff;
  }
}

@media (min-width: 1366px) {
  .core-values__sub {
    padding: 2em 0;
  }
  .core-values__sub a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    font-size: 1.525rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .core-values__sub a:hover, .core-values__sub a.tabination-trigger.active {
    border-bottom: 3px solid #ffffff;
  }
}

@media (min-width: 1580px) {
  .core-values__sub {
    padding: 2em 0;
  }
  .core-values__sub a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
    font-size: 1.625rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .core-values__sub a:hover, .core-values__sub a.tabination-trigger.active {
    border-bottom: 3px solid #ffffff;
  }
}

.tabination-item {
  display: none;
}

.tabination-item.active {
  display: block;
}

.opportunity__section {
  background-size: contain !important;
  padding-right: 0 !important;
}

.opportunity__section .vc_col-sm-12 {
  width: 100%;
}

.opportunity__section h2 {
  font-size: 2.353rem;
  margin-bottom: 0.2em;
}

.opportunity__section h3 {
  font-size: 1.52rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ed0000;
}

.opportunity__section strong {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 800px) {
  .opportunity__section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 800px) {
  .opportunity__section {
    background-size: contain !important;
    padding-right: 0 !important;
  }
  .opportunity__section .vc_col-sm-12 {
    width: 100%;
  }
  .opportunity__section h2 {
    font-size: 2.353rem;
    margin-bottom: 0.2em;
  }
  .opportunity__section h3 {
    font-size: 1.52rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ed0000;
  }
  .opportunity__section strong {
    display: inline-block;
    margin-right: 10px;
  }
}

@media (min-width: 940px) {
  .opportunity__section {
    background-size: contain !important;
    padding-right: 50em !important;
  }
  .opportunity__section .vc_col-sm-12 {
    width: 570px;
  }
  .opportunity__section h2 {
    font-size: 2.353rem;
    margin-bottom: 0.2em;
  }
  .opportunity__section h3 {
    font-size: 1.52rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ed0000;
  }
  .opportunity__section strong {
    display: inline-block;
    margin-right: 10px;
  }
}

@media (min-width: 1366px) {
  .opportunity__section {
    background-size: contain !important;
    padding-right: 50em !important;
  }
  .opportunity__section .vc_col-sm-12 {
    width: 570px;
  }
  .opportunity__section h2 {
    font-size: 2.941rem;
    margin-bottom: 0.2em;
  }
  .opportunity__section h3 {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ed0000;
  }
  .opportunity__section strong {
    display: inline-block;
    margin-right: 10px;
  }
}

@media (min-width: 1580px) {
  .opportunity__section {
    background-size: auto !important;
    padding-right: 50em !important;
  }
  .opportunity__section .vc_col-sm-12 {
    width: 570px;
  }
  .opportunity__section h2 {
    font-size: 3.429rem;
    margin-bottom: 0.2em;
  }
  .opportunity__section h3 {
    font-size: 1.647rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ed0000;
  }
  .opportunity__section strong {
    display: inline-block;
    margin-right: 10px;
  }
}

@media (max-width: 800px) {
  .benefits__section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.management__section {
  padding-bottom: 24em !important;
  background-position: center bottom !important;
}

.management__section .emphasis {
  font-size: 1.25rem;
}

@media (max-width: 780px) {
  .management__section {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .management__section .wpb_text_column {
    margin-bottom: 0 !important;
  }
  .management__section .vc_column-gap-30 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 280px) {
  .management__section {
    padding-bottom: 24em !important;
    background-position: center bottom !important;
  }
  .management__section .emphasis {
    font-size: 1.25rem;
  }
}

@media (min-width: 840px) {
  .management__section {
    padding-bottom: 19em !important;
    background-position: center bottom !important;
  }
  .management__section .emphasis {
    font-size: 1.45rem;
  }
}

@media (min-width: 1366px) {
  .management__section {
    padding-bottom: 19em !important;
    background-position: center bottom !important;
  }
  .management__section .emphasis {
    font-size: 1.547rem;
  }
}

@media (min-width: 1580px) {
  .management__section {
    padding-bottom: 19em !important;
    background-position: center bottom !important;
  }
  .management__section .emphasis {
    font-size: 1.647rem;
  }
}

.testimonial__section {
  background-position: center bottom !important;
}

.sushi-type__section {
  padding: 3em 0;
}

@media (min-width: 280px) {
  .sushi-type__section {
    padding: 4em 0;
  }
}

@media (min-width: 840px) {
  .sushi-type__section {
    padding: 5em 0;
  }
}

@media (min-width: 1366px) {
  .sushi-type__section {
    padding: 6em 0;
  }
}

@media (min-width: 1580px) {
  .sushi-type__section {
    padding: 7em 0;
  }
}

.sushi-type__section .vc_figure {
  position: relative;
}

.sushi-type__section .vc_figure figcaption {
  position: absolute;
  top: 43%;
  left: 0;
  right: -4%;
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 768px) {
  .sushi-type__section .vc_align_right, .sushi-type__section .vc_align_left {
    text-align: center !important;
  }
}

/* gallery modified */
.gallery-size-full {
  margin-left: -10px;
  padding: 0 10px;
  text-align: center;
}

.gallery-size-full .gallery-item {
  position: relative;
  text-align: center;
  max-width: 100%;
}

.gallery-size-full .gallery-item .gallery-icon {
  padding-top: 0;
  padding-bottom: 2px;
  text-align: center;
}

.gallery-size-full .gallery-item .gallery-caption {
  position: absolute;
  top: 43%;
  left: 0;
  right: -4%;
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.312rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 380px) {
  .gallery-size-full {
    margin-left: -10px;
    padding: 0 10px;
    text-align: center;
  }
  .gallery-size-full .gallery-item {
    position: relative;
    text-align: center;
    max-width: 50%;
  }
  .gallery-size-full .gallery-item .gallery-icon {
    padding-top: 0;
    padding-bottom: 2px;
    text-align: center;
  }
  .gallery-size-full .gallery-item .gallery-caption {
    position: absolute;
    top: 43%;
    left: 0;
    right: -4%;
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 1.312rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (min-width: 640px) {
  .gallery-size-full {
    margin-left: -10px;
    padding: 0 0;
    text-align: center;
  }
  .gallery-size-full .gallery-item {
    position: relative;
    text-align: center;
    max-width: 33.33%;
  }
  .gallery-size-full .gallery-item .gallery-icon {
    padding-top: 0;
    padding-bottom: 2px;
    text-align: center;
  }
  .gallery-size-full .gallery-item .gallery-caption {
    position: absolute;
    top: 43%;
    left: 0;
    right: -4%;
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 1.312rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media (min-width: 840px) {
  .gallery-size-full {
    margin-left: -10px;
    padding: 0 0;
    text-align: center;
  }
  .gallery-size-full .gallery-item {
    position: relative;
    text-align: center;
    max-width: 33.33%;
  }
  .gallery-size-full .gallery-item .gallery-icon {
    padding-top: 0;
    padding-bottom: 2px;
    text-align: center;
  }
  .gallery-size-full .gallery-item .gallery-caption {
    position: absolute;
    top: 43%;
    left: 0;
    right: -4%;
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 1.412rem;
    font-weight: 700;
    text-transform: uppercase;
  }
}

/* promotions page */
.current-promotion__section {
  padding: 6em 0;
}

.current-promotion__section h2 {
  font-size: 3.509rem !important;
  font-weight: 600;
  color: #ed0000;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (min-width: 280px) {
  .current-promotion__section {
    padding: 0 0 4em;
  }
  .current-promotion__section h2 {
    font-size: 1.765rem !important;
  }
}

@media (min-width: 840px) {
  .current-promotion__section {
    padding: 2em 0 22em;
  }
  .current-promotion__section h2 {
    font-size: 2.353rem !important;
  }
}

@media (min-width: 1366px) {
  .current-promotion__section {
    padding: 3em 0 20em;
  }
  .current-promotion__section h2 {
    font-size: 2.941rem !important;
  }
}

@media (min-width: 1580px) {
  .current-promotion__section {
    padding: 6em 0 20em;
  }
  .current-promotion__section h2 {
    font-size: 3.529rem !important;
  }
}

.white-popup {
  position: relative;
  background: transparent;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  font-weight: 700;
}

.promotion {
  float: none;
  max-width: 287px;
  width: 100%;
  margin: 1.5em auto 5em;
  border-radius: 0 0 5px 5px;
  transition: 0.3s all ease;
}

.promotion:hover {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
}

.promotion .promotion__content {
  background-color: #171616;
  padding: 1.5em 1.25em;
  border-radius: 0 0 5px 5px;
}

.promotion .promotion__media {
  max-width: 287px;
  max-height: 287px;
  overflow: hidden;
  background-color: #ed0000;
}

.promotion .promotion__media img {
  transition: 0.3s all ease;
}

.promotion .promotion__media img:hover {
  -ms-transform: scale(1.02);
      transform: scale(1.02);
  opacity: 0.9;
}

.promotion .promotion__title {
  font-size: 1.682rem;
  font-weight: 700;
  color: #ffffff;
}

.promotion .promotion__desc {
  overflow: hidden;
  height: 90px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.promotion .promotion__url {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ed0000;
}

.promotion h3 a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: 0.3s all ease;
}

.promotion h3 a:hover {
  color: #ed0000;
}

@media (min-width: 600px) {
  .promotion {
    float: left;
    width: 40%;
    margin: 2.7em 5%;
  }
  .promotion .promotion__content {
    background-color: #171616;
    padding: 1.5em 1.25em;
    border-radius: 0 0 5px 5px;
  }
  .promotion .promotion__media {
    max-width: 287px;
    max-height: 287px;
    overflow: hidden;
  }
  .promotion .promotion__title {
    font-size: 1.682rem;
    font-weight: 700;
    color: #ffffff;
  }
  .promotion .promotion__desc {
    overflow: hidden;
    height: 90px;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
  }
  .promotion .promotion__url {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ed0000;
  }
}

@media (min-width: 992px) {
  .promotion {
    float: left;
    width: 25%;
    margin: 2.7em 4.166666666666667%;
  }
  .promotion .promotion__content {
    background-color: #171616;
    padding: 1.5em 1.25em;
    border-radius: 0 0 5px 5px;
  }
  .promotion .promotion__media {
    max-width: 287px;
    max-height: 287px;
    overflow: hidden;
  }
  .promotion .promotion__title {
    font-size: 1.882rem;
    font-weight: 700;
    color: #ffffff;
  }
  .promotion .promotion__desc {
    overflow: hidden;
    height: 90px;
    font-size: 1.059rem;
    font-weight: 600;
    color: #ffffff;
  }
  .promotion .promotion__url {
    font-size: 1.176rem;
    font-weight: 600;
    color: #ed0000;
  }
}

@media (min-width: 1366px) {
  .promotion {
    float: left;
    width: 25.17544%;
    margin: 2.7em;
  }
  .promotion .promotion__content {
    background-color: #171616;
    padding: 1.5em 1.25em;
    border-radius: 0 0 5px 5px;
  }
  .promotion .promotion__media {
    max-width: 287px;
    max-height: 287px;
    overflow: hidden;
  }
  .promotion .promotion__title {
    font-size: 1.882rem;
    font-weight: 700;
    color: #ffffff;
  }
  .promotion .promotion__desc {
    overflow: hidden;
    height: 90px;
    font-size: 1.059rem;
    font-weight: 600;
    color: #ffffff;
  }
  .promotion .promotion__url {
    font-size: 1.176rem;
    font-weight: 600;
    color: #ed0000;
  }
}

@media (min-width: 1580px) {
  .promotion {
    float: left;
    width: 25.17544%;
    margin: 2.7em;
  }
  .promotion .promotion__content {
    background-color: #171616;
    padding: 1.5em 1.25em;
    border-radius: 0 0 5px 5px;
  }
  .promotion .promotion__media {
    max-width: 287px;
    max-height: 287px;
    overflow: hidden;
  }
  .promotion .promotion__title {
    font-size: 1.882rem;
    font-weight: 700;
    color: #ffffff;
  }
  .promotion .promotion__desc {
    overflow: hidden;
    height: 90px;
    font-size: 1.059rem;
    font-weight: 600;
    color: #ffffff;
  }
  .promotion .promotion__url {
    font-size: 1.176rem;
    font-weight: 600;
    color: #ed0000;
  }
}

.sign-up__section p {
  font-size: 1.882rem;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

.sign-up__section br {
  display: block;
}

@media (min-width: 280px) {
  .sign-up__section p {
    font-size: 1.35rem;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }
  .sign-up__section br {
    display: none;
  }
}

@media (min-width: 840px) {
  .sign-up__section p {
    font-size: 1.682rem;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }
}

@media (min-width: 1366px) {
  .sign-up__section p {
    font-size: 1.882rem;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }
}

@media (min-width: 1580px) {
  .sign-up__section p {
    font-size: 1.882rem;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }
}

/* menus page */
.menus-category,
#menu-tabs-menu {
  margin: 4em auto -4em;
  padding: 0;
  text-align: center;
}

.menus-category li,
#menu-tabs-menu li {
  display: inline-block;
  margin: 0 3em;
}

.menus-category li a,
#menu-tabs-menu li a {
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all ease;
}

.menus-category li a:hover,
.menus-category li.active a,
#menu-tabs-menu li a:hover,
#menu-tabs-menu li.active a {
  border-bottom: 3px solid #ffffff;
}

@media (min-width: 280px) {
  .menus-category,
  #menu-tabs-menu {
    margin: 4em auto -4em;
    padding: 0;
    text-align: center;
  }
  .menus-category li,
  #menu-tabs-menu li {
    display: inline-block;
    margin: 0 2em 1.5em;
    width: 100px;
  }
  .menus-category li a,
  #menu-tabs-menu li a {
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .menus-category li a:hover,
  .menus-category li.active a,
  #menu-tabs-menu li a:hover,
  #menu-tabs-menu li.active a {
    border-bottom: 3px solid #ffffff;
  }
}

@media (min-width: 840px) {
  .menus-category,
  #menu-tabs-menu {
    margin: 4em auto -4em;
    padding: 0;
    text-align: center;
  }
  .menus-category li,
  #menu-tabs-menu li {
    display: inline-block;
    margin: 0 2em;
    width: auto;
  }
  .menus-category li a,
  #menu-tabs-menu li a {
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .menus-category li a:hover,
  .menus-category li.active a,
  #menu-tabs-menu li a:hover,
  #menu-tabs-menu li.active a {
    border-bottom: 3px solid #ffffff;
  }
}

@media (min-width: 1366px) {
  .menus-category,
  #menu-tabs-menu {
    margin: 4em auto -4em;
    padding: 0;
    text-align: center;
  }
  .menus-category li,
  #menu-tabs-menu li {
    display: inline-block;
    margin: 0 3em;
    width: auto;
  }
  .menus-category li a,
  #menu-tabs-menu li a {
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .menus-category li a:hover,
  .menus-category li.active a,
  #menu-tabs-menu li a:hover,
  #menu-tabs-menu li.active a {
    border-bottom: 3px solid #ffffff;
  }
}

@media (min-width: 1580px) {
  .menus-category,
  #menu-tabs-menu {
    margin: 4em auto -4em;
    padding: 0;
    text-align: center;
  }
  .menus-category li,
  #menu-tabs-menu li {
    display: inline-block;
    margin: 0 3em;
    width: auto;
  }
  .menus-category li a,
  #menu-tabs-menu li a {
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease;
  }
  .menus-category li a:hover,
  .menus-category li.active a,
  #menu-tabs-menu li a:hover,
  #menu-tabs-menu li.active a {
    border-bottom: 3px solid #ffffff;
  }
}

.menus-section {
  background-position: bottom center !important;
}

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

.all-menus__section h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.882rem !important;
  font-weight: 600;
  color: #ed0000;
  line-height: 1.6;
}

.all-menus__section strong {
  font-size: 1.647rem !important;
  font-weight: 600;
  color: #000000;
}

.all-menus__section p {
  margin-bottom: 2em;
  font-size: 1.059rem;
}

@media (min-width: 280px) {
  .all-menus__section img {
    width: 100%;
    height: auto;
  }
  .all-menus__section h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.6rem !important;
    font-weight: 600;
    color: #ed0000;
    line-height: 1.6;
  }
  .all-menus__section strong {
    font-size: 1.347rem !important;
    font-weight: 600;
    color: #000000;
  }
  .all-menus__section p {
    margin-bottom: 2em;
    font-size: 1rem;
  }
}

@media (min-width: 840px) {
  .all-menus__section {
    padding: 3em 0 24em;
  }
  .all-menus__section img {
    width: 100%;
    height: auto;
  }
  .all-menus__section h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.882rem !important;
    font-weight: 600;
    color: #ed0000;
    line-height: 1.6;
  }
  .all-menus__section strong {
    font-size: 1.647rem !important;
    font-weight: 600;
    color: #000000;
  }
  .all-menus__section p {
    margin-bottom: 2em;
    font-size: 1.059rem;
  }
}

@media (min-width: 1366px) {
  .all-menus__section {
    padding: 3.5em 0 24em;
  }
  .all-menus__section img {
    width: 100%;
    height: auto;
  }
  .all-menus__section h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.882rem !important;
    font-weight: 600;
    color: #ed0000;
    line-height: 1.6;
  }
  .all-menus__section strong {
    font-size: 1.647rem !important;
    font-weight: 600;
    color: #000000;
  }
  .all-menus__section p {
    margin-bottom: 2em;
    font-size: 1.059rem;
  }
}

@media (min-width: 1580px) {
  .all-menus__section {
    padding: 4em 0 24em;
  }
  .all-menus__section img {
    width: 100%;
    height: auto;
  }
  .all-menus__section h3 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1.882rem !important;
    font-weight: 600;
    color: #ed0000;
    line-height: 1.6;
  }
  .all-menus__section strong {
    font-size: 1.647rem !important;
    font-weight: 600;
    color: #000000;
  }
  .all-menus__section p {
    margin-bottom: 2em;
    font-size: 1.059rem;
  }
}

#sushi-tab,
#teppanyaki-tab,
#drinks-tab,
#desserts-tab {
  padding: 0 20px;
}

#pdf-holder {
  position: relative;
}

#pdf-holder .tabmenu-pdf {
  position: absolute;
  right: 0;
  top: -25px;
  text-align: center;
  z-index: 400;
}

@media (min-width: 280px) {
  #pdf-holder {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
  #pdf-holder .tabmenu-pdf {
    position: absolute;
    right: 40px;
    top: -40px;
  }
}

@media (min-width: 840px) {
  #pdf-holder {
    position: relative;
  }
  #pdf-holder .tabmenu-pdf {
    position: absolute;
    right: -100%;
    top: -40px;
  }
}

@media (min-width: 1366px) {
  #pdf-holder {
    position: relative;
  }
  #pdf-holder .tabmenu-pdf {
    position: absolute;
    right: -100%;
    top: -25px;
  }
}

@media (min-width: 1580px) {
  #pdf-holder {
    position: relative;
  }
  #pdf-holder .tabmenu-pdf {
    position: absolute;
    right: -100%;
    top: -25px;
    text-align: center;
    z-index: 400;
  }
}

/* private events */
.private-event-info p {
  margin-bottom: 1.5em;
  font-size: 1.353rem;
  line-height: 1.5;
}

@media (min-width: 280px) {
  .private-event-info p {
    font-size: 1rem;
    line-height: 1.35;
  }
}

@media (min-width: 840px) {
  .private-event-info p {
    font-size: 1.059rem;
    line-height: 1.4;
  }
}

@media (min-width: 1366px) {
  .private-event-info p {
    font-size: 1.176rem;
    line-height: 1.45;
  }
}

@media (min-width: 1580px) {
  .private-event-info p {
    font-size: 1.353rem;
    line-height: 1.5;
  }
}

#rooms-control {
  margin-top: 20px !important;
}

@media only screen and (min-width: 768px) {
  #rooms-control {
    margin-top: 0 !important;
  }
}

#rooms-control ul {
  list-style: none;
  margin: 0;
}

#rooms-control ul li {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  #rooms-control ul li {
    float: left;
    width: 50%;
  }
}

#rooms-control ul li > a {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  font-size: 1.529rem;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all ease;
}

#rooms-control ul li > a:hover,
#rooms-control ul .active > a {
  border-bottom: 3px solid #ed0000;
}

.vc_carousel-control {
  display: block;
  width: 40px !important;
  height: 40px !important;
}

.vc_carousel-control span {
  display: none !important;
}

.vc_images_carousel .vc_carousel-control {
  margin-top: -20px !important;
}

.vc_left.vc_carousel-control {
  background: url("../png/arrow-left.png") no-repeat center center;
  left: -70px !important;
}

.vc_right.vc_carousel-control {
  background: url("../png/arrow-right.png") no-repeat center center;
  right: -70px !important;
}

/* rewards page */
.reward-intro__section h2 {
  margin-bottom: 0.3em;
}

@media (max-width: 780px) {
  .reward-intro__section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .reward-intro__section .wpb_content_element {
    margin-bottom: 20px !important;
  }
}

.reward-application__section {
  border-top: 23px solid #ed0000;
  color: #ffffff;
}

.reward-application__section h2 {
  color: #ffffff;
}

.reward-application__section h3,
.reward-application__section h3 > strong {
  color: #ffffff;
  font-size: 1.285rem;
  font-weight: 400;
  margin-bottom: 1.4em;
}

.reward-application__section h3 > strong {
  font-weight: 600;
}

.reward-application__section a {
  text-decoration: underline;
  color: inherit;
  transition: 0.3s all ease;
}

.reward-application__section a:hover {
  color: #ed0000;
}

.reward-application__section strong {
  color: #ffffff;
}

.reward-application__section p {
  font-size: 1.1rem;
  margin-bottom: 1em !important;
}

.reward-application__section ul {
  padding: 0;
  margin: 2em 0 1.75em 1em;
}

.reward-application__section ul li {
  margin-bottom: 0.5em;
}

.reward-application__section input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.reward-application__section input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 40px;
  height: 25px;
  display: inline-block;
  margin-bottom: 1em !important;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 1.1rem;
  vertical-align: middle;
  cursor: pointer;
}

.reward-application__section input[type="checkbox"].css-checkbox:checked + label.css-label {
  background-position: 0 -25px;
}

.reward-application__section label.css-label {
  padding-left: 40px;
  font-weight: 600;
  margin-bottom: 1em !important;
  background-image: url("../png/csscheckbox.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 780px) {
  .reward-application__section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 840px) {
  .reward-application__section {
    border-top: 23px solid #ed0000;
    color: #ffffff;
  }
  .reward-application__section h2 {
    color: #ffffff;
  }
  .reward-application__section h3,
  .reward-application__section h3 > strong {
    color: #ffffff;
    font-size: 1.582rem;
    font-weight: 400;
    margin-bottom: 1em;
  }
  .reward-application__section h3 > strong {
    font-weight: 600;
  }
  .reward-application__section a {
    text-decoration: underline;
    color: inherit;
    transition: 0.3s all ease;
  }
  .reward-application__section a:hover {
    color: #ed0000;
  }
  .reward-application__section strong {
    color: #ffffff;
  }
  .reward-application__section p {
    font-size: 1.3rem;
    margin-bottom: 1em !important;
  }
  .reward-application__section input[type="checkbox"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .reward-application__section input[type="checkbox"].css-checkbox + label.css-label {
    padding-left: 40px;
    height: 25px;
    display: inline-block;
    margin-bottom: 1em !important;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.3rem;
    vertical-align: middle;
    cursor: pointer;
  }
  .reward-application__section input[type="checkbox"].css-checkbox:checked + label.css-label {
    background-position: 0 -25px;
  }
  .reward-application__section label.css-label {
    padding-left: 40px;
    font-weight: 600;
    margin-bottom: 1em !important;
    background-image: url("../png/csscheckbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

@media (min-width: 1366px) {
  .reward-application__section {
    border-top: 23px solid #ed0000;
    color: #ffffff;
  }
  .reward-application__section h2 {
    color: #ffffff;
  }
  .reward-application__section h3,
  .reward-application__section h3 > strong {
    color: #ffffff;
    font-size: 1.582rem;
    font-weight: 400;
    margin-bottom: 1em;
  }
  .reward-application__section h3 > strong {
    font-weight: 600;
  }
  .reward-application__section a {
    text-decoration: underline;
    color: inherit;
    transition: 0.3s all ease;
  }
  .reward-application__section a:hover {
    color: #ed0000;
  }
  .reward-application__section strong {
    color: #ffffff;
  }
  .reward-application__section p {
    font-size: 1.4rem;
    margin-bottom: 1em !important;
  }
  .reward-application__section input[type="checkbox"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .reward-application__section input[type="checkbox"].css-checkbox + label.css-label {
    padding-left: 40px;
    height: 25px;
    display: inline-block;
    margin-bottom: 1em !important;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.4rem;
    vertical-align: middle;
    cursor: pointer;
  }
  .reward-application__section input[type="checkbox"].css-checkbox:checked + label.css-label {
    background-position: 0 -25px;
  }
  .reward-application__section label.css-label {
    padding-left: 40px;
    font-weight: 600;
    margin-bottom: 1em !important;
    background-image: url("../png/csscheckbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

@media (min-width: 1580px) {
  .reward-application__section {
    border-top: 27px solid #ed0000;
    color: #ffffff;
  }
  .reward-application__section h2 {
    color: #ffffff;
  }
  .reward-application__section h3,
  .reward-application__section h3 > strong {
    color: #ffffff;
    font-size: 1.882rem;
    font-weight: 400;
    margin-bottom: 1em;
  }
  .reward-application__section h3 > strong {
    font-weight: 600;
  }
  .reward-application__section a {
    text-decoration: underline;
    color: inherit;
    transition: 0.3s all ease;
  }
  .reward-application__section a:hover {
    color: #ed0000;
  }
  .reward-application__section strong {
    color: #ffffff;
  }
  .reward-application__section p {
    font-size: 1.588rem;
    margin-bottom: 1em !important;
  }
  .reward-application__section input[type="checkbox"].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .reward-application__section input[type="checkbox"].css-checkbox + label.css-label {
    padding-left: 40px;
    height: 25px;
    display: inline-block;
    margin-bottom: 1em !important;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.5rem;
    vertical-align: middle;
    cursor: pointer;
  }
  .reward-application__section input[type="checkbox"].css-checkbox:checked + label.css-label {
    background-position: 0 -25px;
  }
  .reward-application__section label.css-label {
    padding-left: 40px;
    font-weight: 600;
    margin-bottom: 1em !important;
    background-image: url("../png/csscheckbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.mobile-app__section {
  padding: 4em 0 0;
}

.mobile-app__section > .vc_col-sm-12 {
  margin-bottom: -40px;
}

@media (max-width: 780px) {
  .mobile-app__section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1200px) {
  .mobile-app__section .apple-store,
  .mobile-app__section .google-play {
    max-width: 40%;
    height: auto;
  }
  .mobile-app__section .wpb_text_column {
    padding-bottom: 6em;
  }
}

@media (max-width: 990px) {
  .mobile-app__section .vc_single_image-wrapper {
    position: relative;
    top: 105px;
  }
}

@media (max-width: 767px) {
  .mobile-app__section .wpb_text_column {
    padding-bottom: 2em;
  }
  .mobile-app__section .vc_single_image-wrapper {
    position: relative;
    top: 0;
  }
}

/* contact us */
.kobe-form__contact {
  margin-top: 5em;
}

.kobe-form__contact label {
  font-weight: bold;
}

.kobe-form__contact .kobe-form__group .half {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}

.kobe-form__contact .kobe-form__group .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  padding: 5px 5px 10px;
}

.kobe-form__contact .kobe-form__group input[type="text"],
.kobe-form__contact .kobe-form__group input[type="email"],
.kobe-form__contact .kobe-form__group select,
.kobe-form__contact .kobe-form__group textarea {
  z-index: 500;
  outline: none;
  position: relative;
  width: 100%;
  max-height: 86px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #333333;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: -10px 0 0;
}

.kobe-form__contact .kobe-form__group option {
  color: #333333;
}

.kobe-form__contact .kobe-form__group select {
  color: #757575;
  height: 50px;
}

.kobe-form__contact textarea {
  resize: none;
}

@media (min-width: 280px) {
  .kobe-form__contact {
    margin-top: 3em;
  }
  .kobe-form__contact .kobe-form__group .half {
    float: left;
    width: 50%;
    margin-bottom: 5px;
  }
  .kobe-form__contact .kobe-form__group .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    padding: 5px 5px 10px;
  }
  .kobe-form__contact .kobe-form__group input[type="text"],
  .kobe-form__contact .kobe-form__group input[type="email"],
  .kobe-form__contact .kobe-form__group select,
  .kobe-form__contact .kobe-form__group textarea {
    z-index: 500;
    outline: none;
    position: relative;
    width: 100%;
    max-height: 86px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #333333;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
  }
  .kobe-form__contact .kobe-form__group option {
    color: #333333;
  }
  .kobe-form__contact .kobe-form__group select {
    color: #757575;
  }
  .kobe-form__contact textarea {
    resize: none;
  }
}

@media (min-width: 840px) {
  .kobe-form__contact {
    margin-top: 5em;
  }
  .kobe-form__contact .kobe-form__group .half {
    float: left;
    width: 50%;
    margin-bottom: 5px;
  }
  .kobe-form__contact .kobe-form__group .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    padding: 5px 5px 10px;
  }
  .kobe-form__contact .kobe-form__group input[type="text"],
  .kobe-form__contact .kobe-form__group input[type="email"],
  .kobe-form__contact .kobe-form__group select,
  .kobe-form__contact .kobe-form__group textarea {
    z-index: 500;
    outline: none;
    position: relative;
    width: 100%;
    max-height: 86px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #333333;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
  }
  .kobe-form__contact .kobe-form__group option {
    color: #333333;
  }
  .kobe-form__contact .kobe-form__group select {
    color: #757575;
  }
  .kobe-form__contact textarea {
    resize: none;
  }
}

@media (min-width: 1366px) {
  .kobe-form__contact {
    margin-top: 5em;
  }
  .kobe-form__contact .kobe-form__group .half {
    float: left;
    width: 50%;
    margin-bottom: 5px;
  }
  .kobe-form__contact .kobe-form__group .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    padding: 5px 5px 10px;
  }
  .kobe-form__contact .kobe-form__group input[type="text"],
  .kobe-form__contact .kobe-form__group input[type="email"],
  .kobe-form__contact .kobe-form__group select,
  .kobe-form__contact .kobe-form__group textarea {
    z-index: 500;
    outline: none;
    position: relative;
    width: 100%;
    max-height: 86px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #333333;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
  }
  .kobe-form__contact .kobe-form__group option {
    color: #333333;
  }
  .kobe-form__contact .kobe-form__group select {
    color: #757575;
  }
  .kobe-form__contact textarea {
    resize: none;
  }
}

@media (min-width: 1580px) {
  .kobe-form__contact {
    margin-top: 5em;
  }
  .kobe-form__contact .kobe-form__group .half {
    float: left;
    width: 50%;
    margin-bottom: 5px;
  }
  .kobe-form__contact .kobe-form__group .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    padding: 5px 5px 10px;
  }
  .kobe-form__contact .kobe-form__group input[type="text"],
  .kobe-form__contact .kobe-form__group input[type="email"],
  .kobe-form__contact .kobe-form__group select,
  .kobe-form__contact .kobe-form__group textarea {
    z-index: 500;
    outline: none;
    position: relative;
    width: 100%;
    max-height: 86px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #333333;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
  }
  .kobe-form__contact .kobe-form__group select {
    color: #757575;
  }
  .kobe-form__contact textarea {
    resize: none;
  }
}

.location-contact__dropdown {
  max-width: 436px;
  margin-bottom: 0 !important;
}

.location-contact__dropdown .locations__selection {
  width: 100%;
  height: 49px;
  box-shadow: none;
  font-size: 1.059rem;
  font-weight: 700;
}

.location-contact__dropdown p {
  display: inline-block;
  margin: 20px auto;
  font-size: 1.059rem;
  font-weight: 700;
  color: #ffffff;
}

@media (min-width: 280px) {
  .location-contact__dropdown {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .location-contact__dropdown .locations__selection {
    width: 100%;
    height: 37px;
    box-shadow: none;
    font-size: 1.059rem;
    font-weight: 700;
  }
  .location-contact__dropdown p {
    display: inline-block;
    margin: 20px auto;
    font-size: 1.059rem;
    font-weight: 700;
    color: #ffffff;
  }
}

@media (min-width: 840px) {
  .location-contact__dropdown {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
  .location-contact__dropdown .locations__selection {
    width: 100%;
    height: 40px;
    box-shadow: none;
    font-size: 1.059rem;
    font-weight: 700;
  }
  .location-contact__dropdown p {
    display: inline-block;
    margin: 20px auto;
    font-size: 1.059rem;
    font-weight: 700;
    color: #ffffff;
  }
}

@media (min-width: 1366px) {
  .location-contact__dropdown {
    max-width: 436px;
  }
  .location-contact__dropdown .locations__selection {
    width: 100%;
    height: 49px;
    box-shadow: none;
    font-size: 1.059rem;
    font-weight: 700;
  }
  .location-contact__dropdown p {
    display: inline-block;
    margin: 20px auto;
    font-size: 1.059rem;
    font-weight: 700;
    color: #ffffff;
  }
}

@media (min-width: 1580px) {
  .location-contact__dropdown {
    max-width: 436px;
  }
  .location-contact__dropdown .locations__selection {
    width: 100%;
    height: 49px;
    box-shadow: none;
    font-size: 1.059rem;
    font-weight: 700;
  }
  .location-contact__dropdown p {
    display: inline-block;
    margin: 20px auto;
    font-size: 1.059rem;
    font-weight: 700;
    color: #ffffff;
  }
}

/* widgets */
@media (max-width: 839px) {
  .locations-list__map {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .locations-list__map > .vc_col-sm-4 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
    width: 100%;
    padding: 0 30px 0;
  }
  .locations-list__map > .vc_col-sm-8 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
    width: 100%;
    min-height: 600px;
    padding: 40px 30px 0;
  }
}

.locations__selection {
  outline: none;
  cursor: pointer;
  background-color: #ffffff;
  width: 236px;
  height: 56px;
  margin-top: 5px;
  padding: 5px 10px;
  border: solid 1px #979797;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #000000;
}

.locations__scrolled-list {
  overflow-y: scroll;
  background-color: #ffffff;
  float: right;
  width: 100%;
  max-width: 100%;
  height: 400px;
  padding: 0 0 0 0;
  margin: 3.5em 0;
}

#locations__scrolled-custom::-webkit-scrollbar {
  width: 9px;
  background-color: #e4e4e4;
}

#locations__scrolled-custom::-webkit-scrollbar:horizontal {
  height: 9px;
}

#locations__scrolled-custom::-webkit-scrollbar-track {
  border: 1px #e4e4e4 solid;
  border-radius: 0;
  box-shadow: 0 0 6px #e4e4e4 inset;
}

#locations__scrolled-custom::-webkit-scrollbar-thumb {
  background-color: #ed0000;
  border: 1px solid #e4e4e4;
  border-radius: 0;
}

#locations__scrolled-custom::-webkit-scrollbar-thumb:hover {
  background-color: #ed0000;
  border: 1px solid #e4e4e4;
}

#locations__scrolled-custom::-webkit-scrollbar-thumb:active {
  background-color: #ed0000;
  border: 1px solid #e4e4e4;
}

.locations__scrolled-metabox {
  padding-bottom: 2em;
}

.locations__scrolled-title {
  text-transform: uppercase;
}

.locations__scrolled-address {
  display: block;
  margin: 0 0 1.5em;
  padding: 0;
  text-transform: uppercase;
}

.locations__scrolled-link {
  background-color: #ed0000;
  height: 51px;
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: 0.3 all ease;
}

.locations__scrolled-link:hover, .locations__scrolled-link:focus {
  color: #ffffff;
  background-color: #919191;
}

@media (min-width: 840px) {
  .locations__selection {
    outline: none;
    cursor: pointer;
    background-color: #ffffff;
    width: 236px;
    height: 56px;
    margin-top: 5px;
    padding: 5px 10px;
    border: solid 1px #979797;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #000000;
  }
  .locations__scrolled-list {
    overflow-y: scroll;
    background-color: #ffffff;
    float: right;
    width: 100%;
    max-width: 100%;
    height: 705px;
    padding: 2em 0 2em 40px;
    margin: 3.5em 0;
  }
  #locations__scrolled-custom::-webkit-scrollbar {
    width: 9px;
    background-color: #e4e4e4;
  }
  #locations__scrolled-custom::-webkit-scrollbar:horizontal {
    height: 9px;
  }
  #locations__scrolled-custom::-webkit-scrollbar-track {
    border: 1px #e4e4e4 solid;
    border-radius: 0;
    box-shadow: 0 0 6px #e4e4e4 inset;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
    border-radius: 0;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb:hover {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb:active {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
  }
  .locations__scrolled-metabox {
    padding-bottom: 2em;
  }
  .locations__scrolled-title {
    text-transform: uppercase;
  }
  .locations__scrolled-address {
    display: block;
    max-width: 200px;
    margin: 0 0 1.5em;
    padding: 0;
    text-transform: uppercase;
  }
  .locations__scrolled-link {
    background-color: #ed0000;
    height: 51px;
    padding: 5px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.3 all ease;
  }
  .locations__scrolled-link:hover {
    color: #ffffff;
    background-color: #919191;
  }
}

@media (min-width: 1366px) {
  .locations__selection {
    outline: none;
    cursor: pointer;
    background-color: #ffffff;
    width: 236px;
    height: 56px;
    margin-top: 5px;
    padding: 5px 10px;
    border: solid 1px #979797;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #000000;
  }
  .locations__scrolled-list {
    overflow-y: scroll;
    background-color: #ffffff;
    float: right;
    width: 100%;
    max-width: 400px;
    height: 705px;
    padding: 2em 0;
    margin: 3.5em 0;
  }
  #locations__scrolled-custom::-webkit-scrollbar {
    width: 9px;
    background-color: #e4e4e4;
  }
  #locations__scrolled-custom::-webkit-scrollbar:horizontal {
    height: 9px;
  }
  #locations__scrolled-custom::-webkit-scrollbar-track {
    border: 1px #e4e4e4 solid;
    border-radius: 0;
    box-shadow: 0 0 6px #e4e4e4 inset;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
    border-radius: 0;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb:hover {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb:active {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
  }
  .locations__scrolled-metabox {
    padding-bottom: 2em;
  }
  .locations__scrolled-title {
    text-transform: uppercase;
  }
  .locations__scrolled-address {
    display: block;
    max-width: 200px;
    margin: 0 0 1.5em;
    padding: 0;
    text-transform: uppercase;
  }
  .locations__scrolled-link {
    background-color: #ed0000;
    height: 51px;
    padding: 5px 20px;
    font-size: 1.176rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.3 all ease;
  }
  .locations__scrolled-link:hover {
    color: #ffffff;
    background-color: #919191;
  }
}

@media (min-width: 1538px) {
  .locations__selection {
    outline: none;
    cursor: pointer;
    background-color: #ffffff;
    width: 236px;
    height: 56px;
    margin-top: 5px;
    padding: 5px 10px;
    border: solid 1px #979797;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    color: #000000;
  }
  .locations__scrolled-list {
    overflow-y: scroll;
    background-color: #ffffff;
    float: right;
    width: 100%;
    max-width: 450px;
    height: 705px;
    padding: 2em 0;
    margin: 3.5em 0;
  }
  #locations__scrolled-custom::-webkit-scrollbar {
    width: 9px;
    background-color: #e4e4e4;
  }
  #locations__scrolled-custom::-webkit-scrollbar:horizontal {
    height: 9px;
  }
  #locations__scrolled-custom::-webkit-scrollbar-track {
    border: 1px #e4e4e4 solid;
    border-radius: 0;
    box-shadow: 0 0 6px #e4e4e4 inset;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
    border-radius: 0;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb:hover {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
  }
  #locations__scrolled-custom::-webkit-scrollbar-thumb:active {
    background-color: #ed0000;
    border: 1px solid #e4e4e4;
  }
  .locations__scrolled-metabox {
    padding-bottom: 2em;
  }
  .locations__scrolled-title {
    text-transform: uppercase;
  }
  .locations__scrolled-address {
    display: block;
    max-width: 200px;
    margin: 0 0 1.5em;
    padding: 0;
    text-transform: uppercase;
  }
  .locations__scrolled-link {
    background-color: #ed0000;
    height: 51px;
    padding: 5px 20px;
    font-size: 1.176rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.3 all ease;
  }
  .locations__scrolled-link:hover {
    color: #ffffff;
    background-color: #919191;
  }
}

.locations-list__map .vc_column-inner {
  padding-top: 0 !important;
}

.locations-list__map .vc_col-sm-8 .wpb_wrapper,
.locations-list__map .vc_col-sm-8 .wpb_content_element,
.locations-list__map .vc_col-sm-8 .locations-map__main,
.locations-list__map .vc_col-sm-8 #kobeMapCanvas {
  width: 100%;
  height: 100%;
}

.locations-list__map .vc_col-sm-8 .wpb_content_element {
  padding: 0;
  margin: 0;
}

.locations-list__map .vc_col-sm-8 .locations-map__main {
  position: relative;
  padding-left: 0;
}

.locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  z-index: 3000;
  padding: 5px 15px;
  width: 80%;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6f6e6e;
  outline: none;
  border: 1px solid #919191;
}

.locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search:hover, .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search:focus {
  border: 1px solid #ed0000;
}

.locations-list__map .kobe-maps_content {
  max-width: 195px;
  padding: 10px;
}

.locations-list__map .kobe-maps_content h3 {
  font-size: 16px;
}

.locations-list__map .kobe-maps_content p {
  font-size: 14px;
}

@media (min-width: 840px) {
  .locations-list__map .vc_column-inner {
    padding-top: 0 !important;
  }
  .locations-list__map .vc_col-sm-8 .wpb_wrapper,
  .locations-list__map .vc_col-sm-8 .wpb_content_element,
  .locations-list__map .vc_col-sm-8 .locations-map__main,
  .locations-list__map .vc_col-sm-8 #kobeMapCanvas {
    width: 100%;
    height: 100%;
  }
  .locations-list__map .vc_col-sm-8 .wpb_content_element {
    padding: 0;
    margin: 0;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main {
    position: relative;
    padding-left: 30px;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search {
    position: absolute;
    top: 40px;
    left: 80px;
    z-index: 3000;
    padding: 5px 15px;
    width: 300px;
    height: 49px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6f6e6e;
    outline: none;
    border: 1px solid #919191;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search:hover, .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search:focus {
    border: 1px solid #ed0000;
  }
  .locations-list__map .kobe-maps_content {
    max-width: 195px;
    padding: 10px;
  }
  .locations-list__map .kobe-maps_content h3 {
    font-size: 16px;
  }
  .locations-list__map .kobe-maps_content p {
    font-size: 14px;
  }
}

@media (min-width: 1366px) {
  .locations-list__map .vc_column-inner {
    padding-top: 0 !important;
  }
  .locations-list__map .vc_col-sm-8 .wpb_wrapper,
  .locations-list__map .vc_col-sm-8 .wpb_content_element,
  .locations-list__map .vc_col-sm-8 .locations-map__main,
  .locations-list__map .vc_col-sm-8 #kobeMapCanvas {
    width: 100%;
    height: 100%;
  }
  .locations-list__map .vc_col-sm-8 .wpb_content_element {
    padding: 0;
    margin: 0;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main {
    position: relative;
    padding-left: 30px;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search {
    position: absolute;
    top: 40px;
    left: 80px;
    z-index: 3000;
    padding: 5px 15px;
    width: 300px;
    height: 49px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6f6e6e;
    outline: none;
    border: 1px solid #919191;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search:hover, .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search:focus {
    border: 1px solid #ed0000;
  }
  .locations-list__map .kobe-maps_content {
    max-width: 195px;
    padding: 10px;
  }
  .locations-list__map .kobe-maps_content h3 {
    font-size: 16px;
  }
  .locations-list__map .kobe-maps_content p {
    font-size: 14px;
  }
}

@media (min-width: 1538px) {
  .locations-list__map .vc_column-inner {
    padding-top: 0 !important;
  }
  .locations-list__map .vc_col-sm-8 .wpb_wrapper,
  .locations-list__map .vc_col-sm-8 .wpb_content_element,
  .locations-list__map .vc_col-sm-8 .locations-map__main,
  .locations-list__map .vc_col-sm-8 #kobeMapCanvas {
    width: 100%;
    height: 100%;
  }
  .locations-list__map .vc_col-sm-8 .wpb_content_element {
    padding: 0;
    margin: 0;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main {
    position: relative;
    padding-left: 30px;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search {
    position: absolute;
    top: 40px;
    left: 80px;
    z-index: 3000;
    padding: 5px 15px;
    width: 452px;
    height: 49px;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6f6e6e;
    outline: none;
    border: 1px solid #919191;
  }
  .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search:hover, .locations-list__map .vc_col-sm-8 .locations-map__main #kobeMapCanvas__search:focus {
    border: 1px solid #ed0000;
  }
  .locations-list__map .kobe-maps_content {
    max-width: 195px;
    padding: 10px;
  }
  .locations-list__map .kobe-maps_content h3 {
    font-size: 16px;
  }
  .locations-list__map .kobe-maps_content p {
    font-size: 14px;
  }
}

.ui-widget.ui-widget-content {
  border: 1px solid #ed0000;
}

.ui-menu .ui-menu-item {
  padding: 3px 15px;
}

/* Locations single */
.locations-main__content .locations-info__box h2,
.locations-main__content .locations-directions__box h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ed0000;
  word-wrap: break-word;
}

.locations-main__content .locations-info__box h3,
.locations-main__content .locations-directions__box h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

.locations-main__content .locations-info__box p,
.locations-main__content .locations-directions__box p {
  margin-bottom: 1.5em;
  font-size: 1.1rem;
}

.locations-main__content .locations-info__box .location__address,
.locations-main__content .locations-directions__box .location__address {
  display: block;
  width: 250px;
  margin-bottom: 1.5em;
  font-size: 1.1rem;
}

.locations-main__content .locations-info__box .location__phone a,
.locations-main__content .locations-directions__box .location__phone a {
  font-weight: 600;
  color: #c00000;
}

.locations-main__content .locations-info__box .location-meta__title,
.locations-main__content .locations-directions__box .location-meta__title {
  margin-top: 2em;
}

.locations-main__content .locations-info__box .kobe-button, .locations-main__content .locations-info__box .tour-link a, .tour-link .locations-main__content .locations-info__box a,
.locations-main__content .locations-directions__box .kobe-button,
.locations-main__content .locations-directions__box .tour-link a,
.tour-link .locations-main__content .locations-directions__box a {
  display: inline-block;
  width: auto;
  text-align: center;
}

.locations-main__content .locations-info__box .location-direction__button--autowidth,
.locations-main__content .locations-directions__box .location-direction__button--autowidth {
  width: auto;
}

.locations-main__content .locations-directions__box .locations-acf-map__box {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.locations-main__content .locations-directions__box .locations-acf-map__box img {
  max-width: inherit !important;
}

.locations-main__content .locations-info__footer {
  display: block;
  width: 100%;
  clear: both;
}

.locations-main__content .locations-info__footer .kobe-button, .locations-main__content .locations-info__footer .tour-link a, .tour-link .locations-main__content .locations-info__footer a {
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
}

@media (min-width: 380px) {
  .locations-main__content .locations-info__box h2,
  .locations-main__content .locations-directions__box h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #ed0000;
    word-wrap: break-word;
  }
  .locations-main__content .locations-info__box h3,
  .locations-main__content .locations-directions__box h3 {
    font-size: 1.353rem;
    font-weight: 700;
  }
  .locations-main__content .locations-info__box p,
  .locations-main__content .locations-directions__box p {
    margin-bottom: 1.5em;
    font-size: 1.353rem;
  }
  .locations-main__content .locations-info__box .location__address,
  .locations-main__content .locations-directions__box .location__address {
    display: block;
    width: 250px;
    margin-bottom: 1.5em;
    font-size: 1.353rem;
  }
  .locations-main__content .locations-info__box .location-meta__title,
  .locations-main__content .locations-directions__box .location-meta__title {
    margin-top: 2em;
  }
  .locations-main__content .locations-info__box .kobe-button, .locations-main__content .locations-info__box .tour-link a, .tour-link .locations-main__content .locations-info__box a,
  .locations-main__content .locations-directions__box .kobe-button,
  .locations-main__content .locations-directions__box .tour-link a,
  .tour-link .locations-main__content .locations-directions__box a {
    display: inline-block;
    width: auto;
    text-align: center;
  }
  .locations-main__content .locations-info__box .location-direction__button--autowidth,
  .locations-main__content .locations-directions__box .location-direction__button--autowidth {
    width: auto;
  }
  .locations-main__content .locations-directions__box .locations-acf-map__box {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }
  .locations-main__content .locations-directions__box .locations-acf-map__box img {
    max-width: inherit !important;
  }
  .locations-main__content .locations-info__footer .kobe-button, .locations-main__content .locations-info__footer .tour-link a, .tour-link .locations-main__content .locations-info__footer a {
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 840px) {
  .locations-main__content .locations-info__box h2,
  .locations-main__content .locations-directions__box h2 {
    font-size: 2.353rem;
    text-transform: uppercase;
    color: #ed0000;
  }
  .locations-main__content .locations-info__box h3,
  .locations-main__content .locations-directions__box h3 {
    font-size: 1.353rem;
    font-weight: 700;
  }
  .locations-main__content .locations-info__box p,
  .locations-main__content .locations-directions__box p {
    margin-bottom: 1.5em;
    font-size: 1.353rem;
  }
  .locations-main__content .locations-info__box .location__address,
  .locations-main__content .locations-directions__box .location__address {
    display: block;
    width: 250px;
    margin-bottom: 1.5em;
    font-size: 1.353rem;
  }
  .locations-main__content .locations-info__box .location-meta__title,
  .locations-main__content .locations-directions__box .location-meta__title {
    margin-top: 2em;
  }
  .locations-main__content .locations-info__box .kobe-button, .locations-main__content .locations-info__box .tour-link a, .tour-link .locations-main__content .locations-info__box a,
  .locations-main__content .locations-directions__box .kobe-button,
  .locations-main__content .locations-directions__box .tour-link a,
  .tour-link .locations-main__content .locations-directions__box a {
    display: inline-block;
    width: 194px;
    text-align: center;
  }
  .locations-main__content .locations-info__box .location-direction__button--autowidth,
  .locations-main__content .locations-directions__box .location-direction__button--autowidth {
    width: auto;
  }
  .locations-main__content .locations-directions__box .locations-acf-map__box {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }
  .locations-main__content .locations-directions__box .locations-acf-map__box img {
    max-width: inherit !important;
  }
  .locations-main__content .locations-info__footer .kobe-button, .locations-main__content .locations-info__footer .tour-link a, .tour-link .locations-main__content .locations-info__footer a {
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 1366px) {
  .locations-main__content .locations-info__box h2,
  .locations-main__content .locations-directions__box h2 {
    font-size: 2.941rem;
    text-transform: uppercase;
    color: #ed0000;
  }
  .locations-main__content .locations-info__box h3,
  .locations-main__content .locations-directions__box h3 {
    font-size: 1.353rem;
    font-weight: 700;
  }
  .locations-main__content .locations-info__box p,
  .locations-main__content .locations-directions__box p {
    margin-bottom: 1.5em;
    font-size: 1.353rem;
  }
  .locations-main__content .locations-info__box .location__address,
  .locations-main__content .locations-directions__box .location__address {
    display: block;
    width: 250px;
    margin-bottom: 1.5em;
    font-size: 1.353rem;
  }
  .locations-main__content .locations-info__box .location-meta__title,
  .locations-main__content .locations-directions__box .location-meta__title {
    margin-top: 2em;
  }
  .locations-main__content .locations-info__box .kobe-button, .locations-main__content .locations-info__box .tour-link a, .tour-link .locations-main__content .locations-info__box a,
  .locations-main__content .locations-directions__box .kobe-button,
  .locations-main__content .locations-directions__box .tour-link a,
  .tour-link .locations-main__content .locations-directions__box a {
    display: inline-block;
    width: 194px;
    text-align: center;
  }
  .locations-main__content .locations-info__box .location-direction__button--autowidth,
  .locations-main__content .locations-directions__box .location-direction__button--autowidth {
    width: auto;
  }
  .locations-main__content .locations-directions__box .locations-acf-map__box {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }
  .locations-main__content .locations-directions__box .locations-acf-map__box img {
    max-width: inherit !important;
  }
  .locations-main__content .locations-info__footer .kobe-button, .locations-main__content .locations-info__footer .tour-link a, .tour-link .locations-main__content .locations-info__footer a {
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 1580px) {
  .locations-main__content .locations-info__box h2,
  .locations-main__content .locations-directions__box h2 {
    text-transform: uppercase;
    color: #ed0000;
  }
  .locations-main__content .locations-info__box h3,
  .locations-main__content .locations-directions__box h3 {
    font-size: 1.353rem;
    font-weight: 700;
  }
  .locations-main__content .locations-info__box p,
  .locations-main__content .locations-directions__box p {
    margin-bottom: 1.5em;
    font-size: 1.353rem;
  }
  .locations-main__content .locations-info__box .location__address,
  .locations-main__content .locations-directions__box .location__address {
    display: block;
    width: 250px;
    margin-bottom: 1.5em;
    font-size: 1.353rem;
  }
  .locations-main__content .locations-info__box .location-meta__title,
  .locations-main__content .locations-directions__box .location-meta__title {
    margin-top: 2em;
  }
  .locations-main__content .locations-info__box .kobe-button, .locations-main__content .locations-info__box .tour-link a, .tour-link .locations-main__content .locations-info__box a,
  .locations-main__content .locations-directions__box .kobe-button,
  .locations-main__content .locations-directions__box .tour-link a,
  .tour-link .locations-main__content .locations-directions__box a {
    display: inline-block;
    width: 194px;
    text-align: center;
  }
  .locations-main__content .locations-info__box .location-direction__button--autowidth,
  .locations-main__content .locations-directions__box .location-direction__button--autowidth {
    width: auto;
  }
  .locations-main__content .locations-directions__box .locations-acf-map__box {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
  }
  .locations-main__content .locations-directions__box .locations-acf-map__box img {
    max-width: inherit !important;
  }
  .locations-main__content .locations-info__footer .kobe-button, .locations-main__content .locations-info__footer .tour-link a, .tour-link .locations-main__content .locations-info__footer a {
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
  }
}

.location-featured__images {
  position: relative;
  overflow: hidden;
}

.location-featured__images .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.location-featured__images .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.location-featured__images .slick-dots li button {
  outline: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #757474;
  border: none;
  text-indent: -9999px;
}

.location-featured__images .slick-dots li.slick-active button {
  background-color: #ed0000;
}

.location-featured__images .location-featured__image .slick-slide,
.location-featured__images .location-featured__image img {
  width: 100%;
  height: auto;
}

@media (max-width: 839px) {
  .location .entry-header .entry-header__title {
    top: 10%;
  }
}

.location-featured__images + .scroll-to-content {
  top: 72%;
}

@media (max-width: 839px) {
  .location-featured__images + .scroll-to-content {
    top: 55%;
  }
}

.location-reservation__section {
  padding: 5em 30px;
  background: url("../jpg/brick-grey.jpg") no-repeat center center;
  background-size: cover;
}

.location-reservation__section .location-reservation__inner {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  color: #ffffff;
}

@media only screen and (min-width: 1024px) {
  .location-reservation__section .location-reservation__inner {
    display: -ms-flexbox;
    display: flex;
  }
}

.location-reservation__section h2 {
  margin-bottom: 0.75em;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: center;
}

.location-reservation__section img {
  max-width: 100%;
}

.location-reservation__section .location-reservation__text {
  width: 100%;
}

.location-reservation__section .location-reservation__text p {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  margin-bottom: 1.4em;
}

.location-reservation__section .location-reservation__text a {
  color: #ffffff;
  text-decoration: underline;
}

.location-reservation__section .location-reservation__text a:hover {
  color: #ed0000;
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .location-reservation__section .location-reservation__form {
    width: 50%;
  }
}

.location-reservation__section .location-reservation__form .ot-dtp-picker {
  width: 100%;
  background: #f4c65f;
  padding: 40px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 0;
}

.location-reservation__section .location-reservation__form .ot-title {
  color: #000;
}

@media (min-width: 380px) {
  .location-reservation__section .location-reservation__inner {
    padding: 0 40px;
  }
  .location-reservation__section h2 {
    margin-bottom: 0.75em;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .location-reservation__section .location-reservation__text p {
    font-size: 1.1rem;
  }
}

@media (min-width: 840px) {
  .location-reservation__section .location-reservation__inner {
    padding: 0 40px;
  }
  .location-reservation__section h2 {
    margin-bottom: 0.75em;
    font-size: 2.353rem;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .location-reservation__section .location-reservation__form {
    display: block;
  }
  .location-reservation__section .location-reservation__text {
    display: block;
    margin-right: 3em;
  }
  .location-reservation__section .location-reservation__text p {
    font-size: 1.2rem;
  }
}

@media (min-width: 1366px) {
  .location-reservation__section h2 {
    margin-bottom: 0.75em;
    font-size: 2.941rem;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .location-reservation__section .location-reservation__form {
    display: block;
  }
  .location-reservation__section .location-reservation__text {
    display: block;
    margin-right: 3em;
  }
  .location-reservation__section .location-reservation__text p {
    font-size: 1.275rem;
  }
}

@media (min-width: 1580px) {
  .location-reservation__section h2 {
    margin-bottom: 0.75em;
    font-size: 3.529rem;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  .location-reservation__section .location-reservation__form {
    display: block;
  }
  .location-reservation__section .location-reservation__text {
    display: block;
    margin-right: 3em;
  }
  .location-reservation__section .location-reservation__text p {
    font-size: 1.3rem;
  }
}

.location-gallery__section {
  text-align: center;
  padding: 5em 0;
  background-image: linear-gradient(to bottom, #000000, #0f0a0a);
}

.location-gallery__section .location-gallery__images {
  max-width: 1240px;
  overflow: hidden;
  margin: 0 auto;
}

.location-gallery__section .location-gallery__images img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  padding: 20px;
}

@media (min-width: 280px) {
  .location-gallery__section {
    font-size: 1.1rem;
  }
  .location-gallery__section h2 {
    margin-bottom: 0.75em;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
}

@media (min-width: 840px) {
  .location-gallery__section h2 {
    font-size: 2.353rem;
  }
  .location-gallery__section .location-gallery__images img {
    max-width: 30%;
    display: inline-block;
    padding: 0 10px;
  }
}

@media (min-width: 1366px) {
  .location-gallery__section h2 {
    font-size: 2.941rem;
  }
}

@media (min-width: 1580px) {
  .location-gallery__section h2 {
    font-size: 3.529rem;
  }
}

/* FAQs */
.faq__section h2 {
  font-size: 2rem !important;
}

.faq__section h3 {
  font-size: 1.85rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em !important;
}

.faq__section p > strong {
  font-size: 1.4rem !important;
}

.faq__section p {
  font-size: 1.1rem !important;
  margin-bottom: 1em;
}

.faq__section a {
  color: #919191;
}

.faq__section a:hover {
  color: #ed0000;
}

@media (min-width: 840px) {
  .faq__section h2 {
    font-size: 2.353rem !important;
  }
  .faq__section h3 {
    font-size: 1.85rem !important;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  .faq__section p > strong {
    font-size: 1.5rem !important;
  }
  .faq__section p {
    font-size: 1.2rem !important;
    margin-bottom: 1em;
  }
}

@media (min-width: 1366px) {
  .faq__section h2 {
    font-size: 2.941rem !important;
  }
  .faq__section h3 {
    font-size: 2rem !important;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  .faq__section p > strong {
    font-size: 1.55rem !important;
  }
  .faq__section p {
    font-size: 1.275rem !important;
    margin-bottom: 1em;
  }
}

@media (min-width: 1580px) {
  .faq__section h2 {
    font-size: 3.529rem !important;
  }
  .faq__section h3 {
    font-size: 2.118rem !important;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  .faq__section p > strong {
    font-size: 1.588rem !important;
  }
  .faq__section p {
    font-size: 1.3rem !important;
    margin-bottom: 1em;
  }
}

/* WordPress override */
.gallery-item {
  position: relative;
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
}

.gallery-icon {
  overflow: hidden;
  padding: 10px;
}

/* JS Composer override */
.home .wpb_single_image .vc_figure {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.home .wpb_single_image .vc_single_image-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
}

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

.testimonial_rotator_quote {
  margin-bottom: 1em;
  font-size: 1.412rem;
  font-weight: 600;
  line-height: 1.3;
}

.testimonial_rotator_author_info {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .testimonial_rotator_img {
    margin: 0 !important;
  }
}

.testimonial_rotator_author_info strong {
  display: inline-block;
  margin-left: 20px;
  font-weight: 400;
  color: #ffffff;
}

.testimonial_rotator_author_info a {
  color: #ffffff;
}

.testimonial_rotator.template-longform .testimonial_rotator_author_info p {
  font-size: 1.7em;
}

.testimonial_rotator.template-longform .testimonial_rotator_img {
  width: 80px;
  height: 80px;
}

.testimonial_rotator.template-longform .testimonial_rotator_img img {
  width: 80px;
  height: 80px;
}

.testimonial .longform_hr {
  display: none;
}

/* CF7 override */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #ffffff;
  border: 2px solid #f7e700;
  color: #333333;
}

span.wpcf7-not-valid-tip {
  z-index: 501;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 3px 10px;
  background: #ff0000;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

@media (max-width: 840px) {
  .home #kobe-pagecontent {
    padding-top: 0;
  }
}

/* home banner */
.homebanner-text {
  position: absolute;
  top: 95px;
}

.homebanner-text h2 {
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.homebanner-text p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.homebanner-text hr {
  height: 2px !important;
  display: block;
  border: 0;
  background: #ed0000;
  width: 100px;
  margin-bottom: 20px;
}

@media (min-width: 380px) {
  .homebanner-text {
    position: absolute;
    top: 90px;
  }
  .homebanner-text h2 {
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .homebanner-text p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .homebanner-text hr {
    height: 3px !important;
    display: block;
    border: 0;
    background: #ed0000;
    width: 300px;
    margin-bottom: 35px;
  }
}

@media (min-width: 840px) {
  .homebanner-text {
    position: absolute;
    top: 120px;
  }
  .homebanner-text h2 {
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 2.353rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .homebanner-text p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .homebanner-text hr {
    height: 3px !important;
    display: block;
    border: 0;
    background: #ed0000;
    width: 300px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1366px) {
  .homebanner-text {
    position: absolute;
    top: 60px;
  }
  .homebanner-text h2 {
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 2.941rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .homebanner-text p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .homebanner-text hr {
    height: 3px !important;
    display: block;
    border: 0;
    background: #ed0000;
    width: 300px;
    margin-bottom: 53px;
  }
}

@media (min-width: 1580px) {
  .homebanner-text {
    position: absolute;
    top: 40px;
  }
  .homebanner-text h2 {
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 3.529rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .homebanner-text p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 37px;
    font-weight: 600;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .homebanner-text hr {
    height: 3px !important;
    display: block;
    border: 0;
    background: #ed0000;
    width: 300px;
    margin-bottom: 53px;
  }
}

.header__cta {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .header__cta {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .header__cta .vc_btn3-container {
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) {
  .header__cta {
    position: absolute;
    top: -20vw;
    width: 100%;
  }
}

.header__cta a.vc_btn3:hover {
  background: #757474 !important;
}

.header__cta .vc_column_container:not(:first-child) a.vc_btn3 {
  background: #757474 !important;
}

.header__cta .vc_column_container:not(:first-child) a.vc_btn3:hover {
  background: #ed0000 !important;
}

.experience-view__section {
  position: relative;
  z-index: 2;
}

.reward-boxes .wpb_single_image {
  max-height: 225px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .reward-boxes .wpb_single_image {
    max-height: 15vw;
  }
}

@media only screen and (min-width: 1248px) {
  .reward-boxes .wpb_single_image {
    max-height: 225px;
  }
}

.reward-boxes .wpb_single_image img {
  width: 100%;
}

.reward-boxes .wpb_single_image .vc_figure {
  width: 100%;
}

.reward-boxes .wpb_single_image .vc_single_image-wrapper {
  display: block;
}

@media only screen and (min-width: 768px) {
  .reward-boxes .wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
  }
}

.reward-boxes .wpb_singleimage_heading {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
  padding: 0 30px;
}

.reward-boxes .wpb_singleimage_heading a {
  color: #fff;
}

.reward-boxes .wpb_singleimage_heading a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1248px) {
  .reward-boxes .wpb_singleimage_heading {
    font-size: 2.5rem;
  }
}

.reward-boxes__button .wpb_heading a {
  background: #757474;
  padding: 6px 10px;
  color: #fff;
  font-size: 1.5rem;
  border: solid 5px #ffffff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.5);
  left: 10%;
  width: 80%;
  transition: all .2s ease-in-out;
  color: #fff;
  display: inline-block;
}

.reward-boxes__button .wpb_heading a:hover {
  background: #ed0000;
}

.not-found {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 9em 0;
}

.not-found .page-404-title {
  color: #ed0000;
  font-size: 12rem;
  font-weight: 700;
  margin: 0;
}

.not-found .page-404-explain {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 3em;
}

.not-found form label span {
  display: none;
}

.not-found form input[type="search"] {
  background: #eee;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 12px;
}

.not-found form input[type="submit"] {
  background: #eee;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 12px;
}

.template--about {
  padding: 40px 0;
}

.template--about .top-image {
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  height: 150px;
  width: 100%;
}

.page-template-default .entry-header--no-banner {
  padding: 7.5vh 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-template-default .entry-header--no-banner {
    padding: 15vh 0 0;
  }
}

.page-template-default .entry-content {
  padding: 90px 0;
}

.post-featured-image {
  background-position: center center;
  background-size: cover;
  margin: 30px 0;
  max-height: 600px;
  min-height: 200px;
  width: 100%;
}

.entry-meta {
  font-size: 14px;
}

@media only screen and (min-width: 480px) {
  .entry-meta {
    font-size: calc(14px + 1 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .entry-meta {
    font-size: 15px;
  }
}

.showcase__heading {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  right: 0;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  max-width: 60%;
  margin: 0 auto;
}

.locations-dropdown h3 {
  font-size: 2.2rem;
}

.locations-dropdown__select {
  color: #ed0000 !important;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  border-bottom: 3px solid #ed0000 !important;
  padding-bottom: 5px;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

.locations-dropdown__select:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  margin-left: 7px;
  font-size: 1.5rem;
}

.locations-dropdown__select:hover, .locations-dropdown__select:focus {
  text-decoration: none;
}

.locations-dropdown__menu {
  display: none;
  background: #fff;
  text-align: center;
  padding: 0;
}

.locations-dropdown__menu li a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.locations-dropdown__menu li a:hover {
  text-decoration: none;
  color: #ed0000;
}

.tour-link {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .tour-link {
    top: 50%;
  }
}

.location {
  width: 100%;
}

.location #reservation-section {
  background: #4A4A49;
  padding: 50px 20px;
}

.location #reservation-section .reservation-text {
  width: 100%;
  font-weight: 600;
}

.location #location-details {
  padding: 50px 20px;
  background: #000;
}

.location #location-details .location-directions-text {
  color: #ffffff;
  width: 100%;
  display: inline-block;
}

.location #location-details .location-directions-text p {
  font-size: 23px;
}

.location .location-24-heading {
  padding: 0 20px;
  background: #000;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 30px;
}

.location .location-24-heading div .entry-header_title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-shadow: 4px 2px 2px rgba(0, 0, 0, 0.6);
}

.location .location-24-heading div .location-details {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}

.location .location-24-heading div .location-details span {
  text-align: left;
  width: 100%;
}

@media (min-width: 882px) {
  .location .location-24-heading div .location-details span {
    padding-right: 20px;
    width: auto;
  }
}

.location .location-24-heading div .location-details span p, .location .location-24-heading div .location-details span a {
  text-align: left;
  font-size: 28px;
  color: #fff;
}

.location .location-24-heading div .location-details span:nth-child(1) {
  border-right: 3px solid #ed0000;
}

.location .location-24-heading div .location-details span:nth-child(2) {
  border-right: 3px solid #ed0000;
}

.location .open-table-section {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.location .open-table-section .ot-dtp-picker {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}

.location .block-50-50 {
  margin: 20px auto 0;
}

@media only screen and (min-width: 1248px) {
  .location .block-50-50 {
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}

.location .block-50-50 .description-block {
  color: #FFFFFF;
  text-align: left;
  margin: 20px 0;
}

@media only screen and (min-width: 1248px) {
  .location .block-50-50 .description-block {
    width: 50%;
  }
}

.location .block-50-50 .description-block p {
  font-size: 23px;
}

.location .block-50-50 .description-block a {
  color: #ed0000;
}

.location .block-50-50 .description-block .toggle-text {
  color: #ed0000;
  border: 0;
  background: 0;
  font-weight: 600;
  padding: 0;
  margin: 10px 0;
  cursor: pointer;
}

.location .block-50-50 .description-block .description-extra {
  display: none;
}

@media only screen and (min-width: 1248px) {
  .location .block-50-50 .image-block {
    width: 50%;
  }
}

.location .block-50-50 .image-block img {
  width: 100%;
  max-height: 25em;
  object-fit: cover;
}

.location .block-50-50 .image-block .slick-next, .location .block-50-50 .image-block .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.location .block-50-50 .image-block .slick-next:before, .location .block-50-50 .image-block .slick-prev:before {
  font-size: 40px;
  opacity: 1;
}

.location .block-50-50 .image-slide {
  position: relative;
}

.location .block-50-50 .image-slide__caption {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 30px;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 80%;
}

@media only screen and (min-width: 768px) {
  .location .block-50-50 .image-slide__caption {
    max-width: 50%;
  }
}

.location .container {
  max-width: 1525px;
  width: 100% !important;
}

.location .container .locations-info__box {
  margin-right: 0;
}

.location .container .locations-info__box h3 {
  color: #ffffff;
  font-size: 23px;
}

.location .container .locations-info__box p {
  color: #FFFFFF;
  font-size: 23px;
}

.location .container .locations-info__box a:not(.kobe-button), .location .container .locations-info__box a:not(.kobe-button):visited {
  color: #ed0000 !important;
  font-weight: bold;
}

.location .container .locations-directions__box .action-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.location .container .locations-directions__box .kobe-button, .location .container .locations-directions__box .tour-link a, .tour-link .location .container .locations-directions__box a {
  border: none !important;
  box-shadow: none !important;
  width: 360px;
  margin-bottom: 30px;
  text-shadow: none !important;
}

.location .container .locations-directions__box .kobe-button:nth-child(1), .location .container .locations-directions__box .tour-link a:nth-child(1), .tour-link .location .container .locations-directions__box a:nth-child(1) {
  background: #D9D9D9;
  color: #000000 !important;
}

.location .container .locations-directions__box p {
  color: #ffffff;
}

.location .container .locations-directions__box .map-section iframe {
  width: 100%;
}

.location-reservation__section {
  background: #000000 !important;
}

.location-reservation__section .location-reservation__inner {
  -ms-flex-flow: column;
      flex-flow: column;
  max-width: 1524px;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

.location-reservation__section .location-reservation__inner h2 {
  text-align: left;
}

.location-reservation__section .location-reservation__inner .location-reservation__text p {
  font-weight: normal;
}

.location-blog-section {
  background: url("../jpg/bg-locations-24.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.location-blog-section .wrap {
  max-width: 1524px;
  width: 100% !important;
  padding-right: 0;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.4fr 0.6fr;
      grid-template-columns: 0.4fr 0.6fr;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.location-blog-section .title {
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.location-blog-section .title h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
}

.location-blog-section .post-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.location-blog-section .blog-post {
  border: 1px solid #ffffff;
  background: #111111;
}

.location-blog-section .blog-post img {
  width: 100%;
}

.location-blog-section .blog-post .text {
  padding: 15px;
}

.location-blog-section .blog-post .text h3 {
  color: #ffffff !important;
  text-transform: capitalize;
  font-size: 32px;
}

.location-blog-section .blog-post .text h3 a, .location-blog-section .blog-post .text h3 a:visited {
  color: #ffffff;
}

.location-blog-section .blog-post .text p {
  color: #ffffff;
  font-size: 18px;
}

.location-blog-section .blog-post .text .read-more {
  color: #ed0000 !important;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 881px) {
  .location .location-24-heading {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .location .entry-header_title {
    font-size: 3rem;
  }
  .location .location-details {
    width: 100%;
    max-width: 100% !important;
    -ms-flex-flow: column;
        flex-flow: column;
    gap: 10px;
  }
  .location .location-details span:nth-child(1) {
    border-right: none !important;
  }
  .location .location-details span:nth-child(2) {
    border-right: none !important;
  }
  .block-50-50 {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column-reverse !important;
        flex-flow: column-reverse !important;
  }
  .block-50-50 .description-block {
    margin-top: 30px;
  }
  .location-blog-section {
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .location-blog-section .wrap {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .location-blog-section .wrap .post-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 10px;
  }
  .location-blog-section .wrap .post-list .blog-post {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 599px) {
  #kobe-pagecontent {
    padding-top: 30px !important;
  }
  .location-meta__title {
    margin-top: 0 !important;
  }
  .description-block {
    padding-right: 0 !important;
  }
}

.overlay-main {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 15000;
}

.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

/**************************
  VARS
**************************/
/**************************
  WP BASE BLOG STYLES
**************************/
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.hive-page-header a {
  color: #fff;
}

/**************************
  BLOG INDEX STYLES
**************************/
article.type-post:not(:last-of-type) {
  margin-bottom: 40px;
}

.blog-index__image {
  content: '';
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 150ms;
  position: relative;
}

.blog-index__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all ease 450ms;
}

.blog-index__image:hover:before {
  background: rgba(250, 144, 0, 0.5);
}

@media (max-width: 768px) {
  .blog-index__image {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .blog-index__image {
    height: 250px;
  }
}

.blog-index__meta a {
  text-decoration: none;
}

.blog-index__title {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  transition: all ease 350ms;
}

@media only screen and (min-width: 480px) {
  .blog-index__title {
    font-size: calc(24px + 4 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-index__title {
    font-size: 28px;
  }
}

.blog-index__title:hover {
  color: #fa9000;
}

.blog-index__excerpt {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (min-width: 480px) {
  .blog-index__excerpt {
    font-size: calc(14px + 2 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-index__excerpt {
    font-size: 16px;
  }
}

.blog-index__extra {
  font-size: 13px;
  padding: 5px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 20px;
}

@media only screen and (min-width: 480px) {
  .blog-index__extra {
    font-size: calc(13px + 2 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-index__extra {
    font-size: 15px;
  }
}

.blog-index__extra a {
  color: #000;
  transition: all ease 350ms;
}

.blog-index__extra a:hover {
  color: #00a1ff;
}

.blog-index__read-more {
  float: right;
}

.blog-index__read-more a {
  background: #fa9000;
  display: inline-block;
  padding: 4px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #fa9000;
  position: relative;
  top: -6px;
}

.blog-index__read-more a:hover {
  color: #fa9000;
  background: #ffffff;
}

/**************************
  BLOG SINGLE STYLES
**************************/
.blog-single__content {
  padding: 10px 0;
}

.blog-single__content h1 {
  color: #000;
  font-size: 28px;
}

.blog-single__content p,
.blog-single__content ul,
.blog-single__content ol {
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .blog-single__content p,
  .blog-single__content ul,
  .blog-single__content ol {
    font-size: calc(18px + -1 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-single__content p,
  .blog-single__content ul,
  .blog-single__content ol {
    font-size: 17px;
  }
}

.blog-single__content ol li {
  margin: 20px 0;
}

.blog-single__title {
  font-size: 26px;
  color: #fa9000;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fa9000;
}

@media only screen and (min-width: 480px) {
  .blog-single__title {
    font-size: calc(26px + 8 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-single__title {
    font-size: 34px;
  }
}

.blog-single__image {
  content: '';
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .blog-single__image {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .blog-single__image {
    height: 250px;
  }
}

/**************************
  BLOG SIDEBAR STYLES
**************************/
.blog-sidebar {
  padding-left: 40px;
}

.blog-sidebar aside section {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}

.blog-sidebar aside section h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
}

.blog-sidebar aside section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-sidebar aside section ul li {
  border-bottom: 1px solid #e7e7e7;
  margin: 10px 0;
}

.blog-sidebar aside section ul li a {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  transition: all 250ms;
}

.blog-sidebar aside section ul li a:hover {
  color: #00a1ff;
}

/**************************
  BLOG PAGINATION STYLES
**************************/
.blog-pagination a {
  color: #3d3d3d;
}

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