.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
} audio,
canvas,
img,
video {
vertical-align: middle;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden] {
display: none;
}  html {
font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } html,
button,
input,
select,
textarea {
font-family: sans-serif;
} body {
margin: 0;
}  a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2 {
font-size: 1.5em;
margin: 0.83em 0;
}
h3 {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
font-size: 1em;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.67em;
margin: 2.33em 0;
} abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
} dfn {
font-style: italic;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} mark {
background: #ff0;
color: #000;
} p,
pre {
margin: 1em 0;
} code,
kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
} pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
} q {
quotes: none;
} q:before,
q:after {
content: '';
content: none;
} 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;
}  dl,
menu,
ol,
ul {
margin: 1em 0;
}
dd {
margin: 0 0 0 40px;
} menu,
ol,
ul {
padding: 0 0 0 40px;
} nav ul,
nav ol {
list-style: none;
list-style-image: none;
}  img {
border: 0; -ms-interpolation-mode: bicubic; } svg:not(:root) {
overflow: hidden;
}  figure {
margin: 0;
}  form {
margin: 0;
} fieldset {
border: 0;
margin: 0;
padding: 0;
} legend {
border: 0; padding: 0;
white-space: normal; *margin-left: -7px; } button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } button,
input {
line-height: normal;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; *overflow: visible; } button[disabled],
html input[disabled] {
cursor: default;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto; resize: vertical;
vertical-align: top; }  table {
border-collapse: collapse;
border-spacing: 0;
} hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
} menu,
ol,
ul {    padding: 0 0 0 20px }
ul ul,
ol ol,
ul ol,
ol ul {    margin: 0 }
li {    margin-top: 3px } iframe {    max-width: 100% } table {
margin: 40px 0;
text-align: center;
width: 100%;
}
caption {
font-weight: 700;
padding: 0 0 24px;
}
tr { }
thead th {
border: 1px solid #aba69b;
border-bottom: 2px solid #aba69b;
}
th,
tfoot td {    font-weight: 700 }
th,
td {
border: 1px solid #aba69b;
padding: 12px 12px;
}
th > *:first-child,
td > *:first-child {    margin-top: 0 } .content-padding form {    margin-top: 40px }
.wrapper label {
cursor: pointer;
display: inline-block;
font-weight: 700;
margin: 20px 0 10px;
}
.wrapper p label {    margin-top: 0 }
.wrapper input[type="text"],
.wrapper input[type="email"],
.wrapper input[type="search"],
.wrapper input[type="url"],
.wrapper input[type="tel"],
.wrapper input[type="password"],
.wrapper input[type="datetime"], 
.wrapper input[type="date"], 
.wrapper input[type="month"], 
.wrapper input[type="week"], 
.wrapper input[type="time"], 
.wrapper input[type="datetime-local"], 
.wrapper input[type="number"]{    line-height: 1em }
.wrapper input[type="text"],
.wrapper input[type="email"],
.wrapper input[type="search"],
.wrapper input[type="url"],
.wrapper input[type="tel"],
.wrapper input[type="password"],
.wrapper input[type="datetime"], 
.wrapper input[type="date"], 
.wrapper input[type="month"], 
.wrapper input[type="week"], 
.wrapper input[type="time"], 
.wrapper input[type="datetime-local"], 
.wrapper input[type="number"],
.wrapper textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.wrapper input[type="text"],
.wrapper input[type="email"],
.wrapper input[type="search"],
.wrapper input[type="url"],
.wrapper input[type="tel"],
.wrapper input[type="password"],
.wrapper input[type="datetime"], 
.wrapper input[type="date"], 
.wrapper input[type="month"], 
.wrapper input[type="week"], 
.wrapper input[type="time"], 
.wrapper input[type="datetime-local"], 
.wrapper input[type="number"], 
.wrapper textarea,
.wrapper select {
background-color: #FFFFFF;
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #747474;
display: block;
margin-top: 5px;
padding: 20px;
width: 100%;
}
.page-content > .sidebar input[type="text"],
.page-content > .sidebar input[type="email"],
.page-content > .sidebar input[type="search"],
.page-content > .sidebar input[type="url"],
.page-content > .sidebar input[type="tel"],
.page-content > .sidebar input[type="password"],
.page-content > .sidebar input[type="datetime"], 
.page-content > .sidebar input[type="date"], 
.page-content > .sidebar input[type="month"], 
.page-content > .sidebar input[type="week"], 
.page-content > .sidebar input[type="time"], 
.page-content > .sidebar input[type="datetime-local"], 
.page-content > .sidebar input[type="number"], 
.page-content > .sidebar input[type="range"],
.page-content > .sidebar input[type="color"],
.page-content > .sidebar textarea,
.page-content  > .sidebar select {
background-color: #FFFFFF;
color: #747474;
}
.wrapper select {
cursor: pointer;
line-height: 60px;
position: relative;
}
.wrapper textarea {
height: 120px;
resize: none;
}
.wrapper input[type="text"]:focus,
.wrapper input[type="email"]:focus,
.wrapper input[type="search"]:focus,
.wrapper input[type="url"]:focus,
.wrapper input[type="tel"]:focus,
.wrapper input[type="password"]:focus,
.wrapper input[type="datetime"]:focus, 
.wrapper input[type="date"]:focus, 
.wrapper input[type="month"]:focus, 
.wrapper input[type="week"]:focus, 
.wrapper input[type="time"]:focus, 
.wrapper input[type="datetime-local"]:focus, 
.wrapper input[type="number"]:focus, 
.wrapper textarea:focus,
.wrapper select:focus {    background: rgba(0,0,0,0.03) }
.wrapper input[type="radio"] {    margin: 0 16px 10px 0 }
.wrapper input[type="checkbox"] {
height: auto;
margin: 8px 8px 0 0;
width: auto;
}
.wpcf7-checkbox > span { display: block; }    
.wrapper input[type="range"] { width: 100%; }
.wrapper input[type="color"] {
background-color: #FFF;
height: 60px;
padding: 0 2px;
}
::-webkit-input-placeholder {    text-overflow: ellipsis }
::-moz-placeholder {    text-overflow: ellipsis }
::-moz-placeholder {    text-overflow: ellipsis }
:-ms-input-placeholder {    text-overflow: ellipsis }
.funky-button,
.funky-button:visited,
.wrapper input[type="button"],
.wrapper input[type="submit"],
.wrapper button,
.wrapper button[type="submit"],
.wrapper input[type="reset"],
.tagcloud a,
.post-navigation a,
a.ot-button,
a.ot-button:hover
{
background: #BF301A;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #FFF;
display: inline-block;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1em;
margin: 20px 0 0;
padding: 24px;
text-align: center;
text-transform: uppercase;
text-shadow: none;
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
} .funky-button[style*="background-color"],
.funky-button[style*="background-color"]:visited,
.funky-button:hover[style*="background-color"],
.funky-button:visited:hover[style*="background-color"] {
border: none !important;
color: #FFF;
}
.funky-button:hover,
.funky-button:visited:hover,
.funky-button:hover[style*="background-color"],
.wrapper input[type="button"]:hover,
.wrapper input[type="submit"]:hover,
.wrapper button:hover,
.wrapper button[type="submit"]:hover,
.wrapper input[type="reset"]:hover
.tagcloud a:hover,
.post-navigation a:hover,
a.ot-button:hover {
color: #FFF;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: 0.75;
}
span.required {    color: #BF301A } html {    font-size: 100% }
body,
textarea,
label,
.widget
{
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0;
text-transform: none;
}
body,
textarea,
label,
.funky-dropcap:first-letter,
.widget
{ color: #7A7A7A; }
body,
textarea,
label,
.widget {    line-height: 27px }
.widget
{    line-height: 1em }
a {
color: #BF301A;
text-decoration: none;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
a:hover {    color: #999 }
p {    margin: 20px 0 0 }
h1,
h2,
h3,
h4,
h5,
h6 {
color: #222;
font-family: 'Montserrat', helvetica, arial, sans-serif;
margin: 40px 0 0;
text-transform: none;
}
h1 {
font-size: 55px;
font-weight: 700;
letter-spacing: -2px;
line-height: 59px;
text-transform: uppercase;
}
h2,
.text-logo {
font-size: 27px;
font-weight: 700;
letter-spacing: -1px;
line-height: 37px;
text-transform: none;
}
h3 {
color: #BF301A;
font-size: 27px;
font-weight: 400;
letter-spacing: -1px;
line-height: 37px;
text-transform: none;
}
h4
{
font-size: 20px;
font-weight: 700;
letter-spacing: 0;
line-height: 27px;
text-transform: none;
}
h5,
.post-subtitle {
font-size: 20px;
font-weight: 400;
letter-spacing: 0;
line-height: 27px;
text-transform: none;
}
h6 {
font-size: 15px;
font-weight: 700;
letter-spacing: 0;
line-height: 27px;
text-transform: none;
}
blockquote {
margin: 40px;
text-align: center;
text-transform: none;
}
blockquote p {
color: #BF301A;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 0;
line-height: 27px;
}
blockquote > cite {
display: block;
margin: 20px 0 0;
}
cite {    font-style: normal }
pre {
border: 1px solid #aba69b;
padding: 20px;
} @font-face {
font-family: 'funky-icons';
src: url(//www.realjunkfoodbrighton.co.uk/wp-content/themes/munch/fonts/funky-icons.eot);
src: url(//www.realjunkfoodbrighton.co.uk/wp-content/themes/munch/fonts/funky-icons.eot?#iefix) format('embedded-opentype'),
url(//www.realjunkfoodbrighton.co.uk/wp-content/themes/munch/fonts/funky-icons.woff) format('woff'),
url(//www.realjunkfoodbrighton.co.uk/wp-content/themes/munch/fonts/funky-icons.ttf) format('truetype'),
url(//www.realjunkfoodbrighton.co.uk/wp-content/themes/munch/fonts/funky-icons.svg#funky-icons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="funky-icon-"],
[class*=" funky-icon-"] {
font-family: 'funky-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.funky-icon-search:before {    content: "\f002" }
.funky-icon-mail:before {    content: "\f003" }
.funky-icon-address:before {    content: "\f041" }
.funky-icon-phone:before {    content: "\e60c" }
.funky-icon-clock:before {    content: "\e60d" }
.funky-icon-googleplus:before {    content: "\e600" }
.funky-icon-facebook:before {    content: "\e601" }
.funky-icon-instagram:before {    content: "\e602" }
.funky-icon-twitter:before {    content: "\e603" }
.funky-icon-youtube:before {    content: "\e604" }
.funky-icon-vimeo:before {    content: "\e605" }
.funky-icon-flickr:before {    content: "\e606" }
.funky-icon-dribbble:before {    content: "\e607" }
.funky-icon-foursquare:before {    content: "\e613" }
.funky-icon-minus:before {    content: "\e611" }
.funky-icon-plus:before {    content: "\e612" }
.funky-icon-menu:before {    content: "\e610" }
.funky-icon-arrow-left:before {    content: "\e60b" }
.funky-icon-arrow-down:before {    content: "\e60f" }
.funky-icon-arrow-up:before {    content: "\e60a" }
.funky-icon-arrow-right:before {    content: "\e60e" }
.funky-icon-pinterest:before {    content: "\e608" }
.funky-icon-behance:before {    content: "\e609" } body {
background-attachment: fixed;
background-color: #070707;
background-size: cover;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
#preloader {
background: url(//www.realjunkfoodbrighton.co.uk/wp-content/themes/munch/images/spacer.png) no-repeat;
position: fixed;
width: 100%;
z-index: 9999;
}
.no-js #preloader {    display: none }
#percent-bar {
background-color: #BF301A;
height: 4px;
-webkit-transition: width 0.5s;
-moz-transition: width 0.5s;
-ms-transition: width 0.5s;
-o-transition: width 0.5s;
transition: width 0.5s;
width: 0;
}
#preloader .text-logo {    color: #FFF }
.js .wrapper,
.js .site-footer-wrapper { display: none; }
.wrapper {
border-left: 0 solid #070707;
border-right: 0 solid #070707;
margin: 0 auto 0;
padding-top: 200px;
position: relative;
z-index: 1;
}
.no-js .wrapper {    padding: 0 } .site-header,
.site-header .site-width,
.header-logo,
.header-contact-info {    height: 200px }
.site-header {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;   
font-size: 13px;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-weight: 700;
left: 0;
letter-spacing: 0;
line-height: 22px;	
position: fixed;
text-align: center;
text-transform: uppercase;
top: 0;
width: 100%;
z-index: 999;
}
.site-header {    color: #747474; }
.no-js .site-header {    position: relative }
.admin-bar .site-header {    top: 32px }
.admin-bar.open-house .site-header {    top: 0 }
.no-js .admin-bar .site-header {    top: auto }
.site-header  .site-width {
background: #070707;
position: relative;
}
.header-logo,
.header-contact-info {
border-top: 0 solid transparent;
border-bottom: 0 solid transparent;
}
.header-logo,
.header-contact-info,
.header-navigation {
display: block;
float: left;
width: 25%;
} .header-logo {
position: relative;
text-align: center;
}
.image-logo {
height: auto;
max-height: 100%;
max-width: 100%;
width: auto;
}
.text-logo {
display: block;
margin: 0 20px;
}
.header-logo .text-logo {    color: #FFF; }
.text-tagline {
display: block;
margin: 5px 20px 0;
text-align: center;
}
.header-logo:after {
background: #222222;
content: "";
display: block;
height: 100%;
position: absolute;
right: -1px;
top: 0;
width: 1px;
} .header-contact-info {
position: relative;
text-align: center;
}
.header-contact-info span {
display: block;
margin: 0 20px;
}
.header-contact-info span + span {    margin-top: 14px }
.header-contact-info .telephone {
font-size: 27px;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-weight: 700;
letter-spacing: 0;
line-height: 27px;
text-transform: uppercase;
}
.text-tagline,
.header-contact-info .telephone {    color: #FFF }
.map-link {
background: #BF301A;
line-height: 1em;
left: 1px;
opacity: 0;
padding: 86px 0;
position: absolute;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
top: 0;
width: 100%;
z-index: 2;
}
.map-link:hover {
color: #FFF;
opacity: 1;
}
.header-contact-info:after {
background: #222222;
content: "";
display: none;
height: 100%;
position: absolute;
right: -1px;
top: 0;
width: 1px;
} .header-navigation {
float: right;
width: 50%;
}
#primary-nav {
border-right: 0 solid #222222;
display: table;
margin: 0;
padding: 0;
text-align: right;	
width: 100%; word-spacing: -4px;
}
#primary-nav > li {
border: 0 solid #222222;
display: inline-block;
margin: 0;
padding: 0;
position: relative;
text-align: center;
width: 25%;
word-spacing: 0;
}
#primary-nav > li:hover {    background: #BF301A }
.navigation-rows-1 #primary-nav > li,
.navigation-rows-2 #primary-nav > li {    display: none } .navigation-rows-1 #primary-nav > li:nth-of-type(1),
.navigation-rows-1 #primary-nav > li:nth-of-type(2),
.navigation-rows-1 #primary-nav > li:nth-of-type(3),
.navigation-rows-1 #primary-nav > li:nth-of-type(4) {    display: inline-block }
.navigation-rows-1 #primary-nav > li > a {    padding: 93px 0 92px } .navigation-rows-2 #primary-nav > li:nth-of-type(1),
.navigation-rows-2 #primary-nav > li:nth-of-type(2),
.navigation-rows-2 #primary-nav > li:nth-of-type(3),
.navigation-rows-2 #primary-nav > li:nth-of-type(4),
.navigation-rows-2 #primary-nav > li:nth-of-type(5),
.navigation-rows-2 #primary-nav > li:nth-of-type(6),
.navigation-rows-2 #primary-nav > li:nth-of-type(7),
.navigation-rows-2 #primary-nav > li:nth-of-type(8) {    display: inline-block }
#primary-nav > li:last-of-type {    margin-right: 0 }
#primary-nav > li:nth-of-type(8) {    border-right: none }
#primary-nav a {
color: #747474;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0;
line-height: 13px;
text-transform: uppercase;
display: block;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
#primary-nav a:hover {    opacity: 0.5 }
#primary-nav > li > a {
border: 1px solid transparent;
border-right-width: 0;
border-top-width: 0;
padding: 43px 0;
}
.navigation-rows-2 #primary-nav > li:nth-of-type(5) a,
.navigation-rows-2 #primary-nav > li:nth-of-type(6) a,
.navigation-rows-2 #primary-nav > li:nth-of-type(7) a,
.navigation-rows-2 #primary-nav > li:nth-of-type(8) a {    border-bottom-width: 0; }
#primary-nav ul {
background: #BF301A;
display: none;
margin: 0;
position: absolute;
padding: 0 0 15px;
top: 99%;
width: 100%;
z-index: 999;
}
#primary-nav li:hover ul {    display: block }
#primary-nav ul li {    margin: 15px }
#primary-nav ul li:first-child {    margin-top: 0 }
#primary-nav > li:hover > a,
#primary-nav ul a {    color: #FFF }
#primary-nav ul a {
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0;
line-height: 22px;
text-transform: uppercase;
} .site-header .toggle {
border-left: 0 solid #222;
border-top: 0 solid #222;
border-bottom: 0 solid #222;
display: none;
position: absolute;
text-align: center;
right: 0;
width: 100px;
}
.header-small .site-header,
.header-small .site-header .site-width,
.header-small .header-logo,
.header-small .header-contact-info,
.header-small .header-navigation,
.header-small .toggle {    height: 100px }
.header-small .header-logo,
.header-small .header-contact-info {    border-bottom-width: 0 }
.header-small .header-logo {
margin-left: 40px;
text-align: left;
}
.header-small .header-logo:after {    display: none }
.header-small .site-header .text-logo { margin: 0 40px; }
.header-small .site-header .text-tagline {    display: none }
.header-small .header-contact-info,
.header-small .header-navigation {    display: none }
.header-small .toggle {
border-left-width: 1px;
display: block;
}
.header-small .toggle + .toggle {    right: 100px }
.site-header .toggle,
.site-header .toggle a,
.site-header .toggle a:hover {
color: #747474;
opacity: 1;
}
.toggle span {
cursor: pointer;
height: 100%;
display: block;
line-height: 100px;
opacity: 0.5;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
width: 100%;
}
.site-header .toggle:hover  span {    opacity: 1 }
.site-header .funky-icon-address {    font-size: 28px }
.site-header .funky-icon-menu {    font-size: 40px } .page-content {
background: #d4d1c9;
position: relative;
width: 100%;
}
.page-content > * {
position: relative;
z-index: 1;
}
.page-header,
.parallax-section {
background: #171717;
color: #747474;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 27px;
position: relative;
text-align: center;
text-transform: none;
}
.page-header { padding: 100px 0; }
.page-header h1,
.parallax-section h1 {
color: #FFF;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 55px;
font-weight: 700;
letter-spacing: -3px;
line-height: 59px;
margin: 0;
text-transform: none;
}
.post-title small,
.page-header small,
.parallax-section small {
display: block;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 36px;
font-weight: 700;
letter-spacing: -1px;
line-height: 36px;
text-transform: none;
display: block; 
}
.page-header small,
.parallax-section small { color: #FFF; }
.page-header .funky-button,
.parallax-section .funky-button {
background: none;
border: 2px solid #FFF;
color: #FFF;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wrapper .page-header .funky-button:hover,
.wrapper .parallax-section .funky-button:hover {
background: none;
border: 2px solid #171717;
color: #171717;
}
.large-page-header {    
padding: 200px 0;
}
.fill-background {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.page-header h1 + p,
.parallax-section h1 + p,
.page-header p:first-child,
.parallax-section p:first-child {    margin-top: 20px }
.content-padding > *:first-child,
.entry-body > *:first-child {    margin-top: 0 }
.content-padding {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
max-width: 980px;
padding: 60px 80px;
}
.page .entry-body {
float: none;
margin: 40px 0 0;
width: auto;
}
.entry-body:first-child {    margin: 0 }
.sidebar-25 .content-padding,
.sidebar-50 .content-padding {    max-width: 100% }
.sidebar-25,
.sidebar-50 {
float: left;
max-width: 100%;
} .sidebar-25 {    width: 75% } .sidebar-50 {    width: 50% }
.content-padding > h1:first-child + p {    margin-top: 5px }
.post-title {    margin-top: 0 }
.post-subtitle {
display: block;
margin-top: 10px;
}
.post-title + hr,
.post-subtitle + hr {    margin: 40px 0 }
.archive .post-title + hr,
.blog .post-title + hr,
.single .post-title + hr {    margin-bottom: 0 } .sidebar-background {
bottom: 0;
position: absolute;
top: 0;
width: 25%;
z-index: 0;
}
.sidebar {
float: left;
width: 25%;
}
.sidebar img {
display: block;
height: auto;
max-width: 100%;
}
.sidebar-links {
height: 100%;
position: relative;
z-index: 1;
}
.sidebar-background.links,
.sidebar-links,
.sidebar-links .sidebar-links-toggle {    background: #272727 }
.sidebar-background.links {    left: 0 }
.sidebar-links .sidebar-links-toggle span {
border-bottom: 1px solid #373737;
display: block;
font-size: 40px;
line-height: 200px;
height: 200px;
cursor: pointer;
text-align: center;
}
.sidebar-links > ul {
border-bottom: 1px solid #373737;
border-left: none;
border-right: none;
}
.sidebar-links ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar-links li {
border-top: 1px solid #373737;
margin: 0;
position: relative;
}
.sidebar-links > ul > li:first-child {    border: none }
a.map-link,
a.map-link:hover,
.sidebar-links,
.sidebar-links a,
.sidebar-links a:hover {    color: #FFF }
a.map-link,
.sidebar-links,
.sidebar-links a {
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 27px;
font-weight: 700;
letter-spacing: -1px;
line-height: 27px;
text-align: center;
text-transform: uppercase;
}
.sidebar-links a {
display: block;
padding: 16px 30px;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sidebar-links a:hover {    background: #373737 }
.sidebar-links .current_page_item:after {
border-style: solid;
border-width: 30px 30px 30px 0;
border-color: transparent #d4d1c9 transparent transparent;
content: "";
height: 0px;
position: absolute;
right: 0;
top: 0;
width: 0px;
z-index: 1;
}
.sidebar-widgets {
float: right;
padding-bottom: 60px;
position: relative;
z-index: 1;
}
.sidebar-widgets,
.sidebar-background.widgets {    background: #c9c4b7 }
.content-padding .sidebar-widgets {    background: none }
.sidebar-background.widgets {
right: 0;
left: auto;
}
.content-padding .sidebar-widgets .widget:first-child {    margin-top: 40px }
.content-padding .sidebar-widgets .widget {    margin: 0 0 40px } .sidebar-widgets .widget {
color: #747474;
font-family: Montserrat;
font-size: 15px;
font-weight: 400;
letter-spacing: 0px;
line-height: 27px;
text-transform: none;
}
.sidebar-widgets > .widget {    margin: 40px 40px 0 }
.sidebar-widgets > .widget:first-child {    margin-top: 60px }
.sidebar-widgets .widget + .widget {
border-top: 1px dotted #aba69b;
margin-top: 40px;
}
.content-padding .sidebar-widgets .widget + .widget {    border-color: #aba69b }
.widget > *:first-child {    margin-top: 40px }
.widget-title {
color: #222;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 0px;
line-height: 27px;
text-transform: none;
margin: 40px 0 20px;
}
.widget ul,
.widget ol {
margin: 0;
padding: 0;
}
.widget li {    list-style-type: none }
.widget li > ul {
margin: 6px 0 0;
padding-left: 30px;
} .widget_rss li + li {    margin-top: 20px }
.post-date,
.rss-date,
.widget_rss cite {    margin: 0 0 10px }
.post-date,
.rss-date,
.rssSummary,
.widget_rss cite {    display: block }
.rss-date,
.rssSummary,
.widget_rss cite {    margin-top: 5px } .searchform fieldset {    position: relative }
.searchform .s {    padding-right: 55px }
.searchsubmit {
color: #747474;
height: 100%;
position: absolute;
right: 0;
text-align: center;
top: 0px;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
width: 55px;
}
.searchsubmit:hover {    color: #999999 }
.searchsubmit span {
font-size: 18px;
left: 0;
margin-top: 21px;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.searchsubmit input[type="submit"] {
background: none !important;
border: none;
border-radius: 0;
color: #070707;
height: 100%;
margin: 0;
text-indent: -999px;
padding: 0;
position: relative;
width: 100%;
z-index: 2;
}
.searchsubmit input[type="submit"]:hover {    background: transparent !important }
.tagcloud a {
font-size: 12px !important;
margin: 0 0 4px;
padding: 15px;
} .back-to-top {
background: #bf301a;
bottom: -25px;
color: #FFF;
display: block;
font-size: 22px;
font-weight: 700;
height: 50px;
left: 50%;
line-height: 50px;
margin-left: -25px;
position: absolute;
text-align: center;
text-transform: uppercase;
width: 50px;
z-index: 2;
}
.back-to-top:hover {    color: rgba(255,255,255,0.5) }
.site-footer-wrapper {
margin: 0 auto;
position: relative;
z-index: 0;
}
.site-footer .site-width {
background: #171717;
border: 0 solid #070707;
border-top: none;
padding: 0;
}
.site-footer {
bottom: 0;
overflow: hidden;
position: fixed;
width: 100%;
z-index: -1;
}
.site-footer,
.copyright,
.site-footer a,
.site-footer a:hover {
color: #747474;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 15px;
font-weight: 400;
letter-spacing: 0;
line-height: 24px;
text-transform: none;
}
.site-footer a {
text-decoration: underline;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.site-footer a:hover {    text-decoration: none }
.footer-content {
overflow: hidden;
padding: 70px 80px 40px;
}
.footer-content > * { 
box-sizing: border-box; 
padding-right: 30px;
}
.footer-content > *:last-child { padding-right: 0; }
.footer-content h4 {
color: #FFFFFF;
margin: 0;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 15px;
font-weight: 700;
letter-spacing: 0;
line-height: 24px;
text-transform: none;
}
.footer-logo {
float: left;
min-height: 10px;
width: 25%;
}
.site-footer .footer-logo { text-decoration: none; }
.footer-logo > * { margin: 0; }
.footer-contact-info {
float: left;
width: 37.5%;
}
.footer-contact-info .hours {
color: #FFFFFF;
font-weight: 700;
}
.footer-contact-info span + .hours {    margin-top: 20px; }
.footer-contact-info .address,
.footer-contact-info .hours,
.footer-contact-info .telephone,
.footer-contact-info .email {
display: block;
line-height: 1.6em;
}
.footer-contact-info .address + .telephone,
.footer-contact-info .hours + .telephone,
.footer-contact-info .address + .email,
.footer-contact-info .hours + .email { margin-top: 20px; }
.footer-contact-info .telephone,
.footer-contact-info .email {
padding-left: 30px;
position: relative;
margin: 0 0 4px;
}
.footer-contact-info .telephone:before,
.footer-contact-info .email:before {    
left: 0;
position: absolute;    
}
.footer-navigation {
float: right;
overflow: hidden;
width: 37.5%;
}
#footer-links {
margin: 0;
overflow: hidden;
padding: 0;
}
#footer-links li {
display: inline-block;
margin: 10px 20px 0 0;
}
#footer-links + h4 {    margin: 40px 0 0 }
.site-footer .social-button,
.site-footer .social-button:hover {
display: inline-block;
font-size: 18px;
line-height: 28px;
margin: 10px 10px 0 0;
text-decoration: none;
}
.copyright {
clear: both;
padding: 0 80px 40px;
}
.copyright-content { margin-left: 25% } .language-menu {
position: fixed;
bottom: 0;
z-index: 99;
left: 100px;
list-style: none;
margin: 0;
padding: 0;
}
.language-menu, 
.language-menu ul { background: #BF301A; }
.language-menu li {
cursor: pointer;
position: relative;
margin: 0;
}
.language-menu span,
.language-menu a {
color: #FFF;
display: block;
padding: 10px 20px;		
}
.language-menu > li > span {
z-index: 1;
}
.language-menu ul {
opacity: 0;
position: absolute;
transform: translate(0,100%);
transition: all 0.3s ease 0s;
bottom: 100%;
list-style: none;
padding: 0;
margin: 0;
z-index: 0;
}
.language-menu > li:hover ul {
opacity: 1;
transform: translate(0,0); 
}
.language-menu a {
display: block;
opacity: 1;
padding: 10px 20px;
transition: opacity 0.3s;
}
.language-menu a:hover { opacity: 0.5; } .entry-body article + article {
border-top: 1px dotted #aba69b;
margin-top: 40px;
}
.entry-body .sticky + article { 
border-top-style: solid; 
border-top-width: 4px; 
border-color: #aba69b;
}
.post-meta,
.post-category a,
blockquote cite,
.text-tagline,
.post-date,
.rss-date,
.widget_rss cite,
.gallery-caption.wp-caption-text {
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
line-height: 13px;
text-transform: uppercase;
}
.post-meta {    margin-top: 5px; }
.post-meta > span {    display: inline-block }
.post-meta > span + span:before {    content: " | " }
.post-category a,
.post-meta span a {    color: #7A7A7A }
.post-category a,
.post-meta span a:hover {    color: #999999 }
.more-link {
display: block;
font-weight: 700;
margin-top: 20px;
}
.pagination {
margin: 60px 0 0;
text-align: center;
}
.page-numbers {
display: inline-block;
margin: 0 10px;
} .entry-body {
float: left;
margin: 40px 5% 0 0;
width: 70%;
}
.entry-body article:first-child > *:first-child {    margin-top: 0 }
.sidebar .post-meta {
font-weight: 700;
background: #F6F6F6;
margin: 0;
padding: 20px;
}
.sidebar .post-meta span {
display: block;
margin: 0;
}
.sidebar .post-meta-author:before,
.sidebar .post-meta-date:before,
.sidebar .post-comments:before {    content: "" }
.wp-post-image {
background: #171717;
margin: 40px auto;
display: block;
}
.post-feature-image .wp-post-image { margin: 0; }
.post-feature-image { margin: 40px 0 0; }
.post-feature-image + h2 { margin: 20px 0 0; }
.wp-link-pages {
margin: 40px 0;
text-align: center;
}
.post-tags,
.post-tags a {
color: #999;
margin: 40px 0 0;
font-style: italic;
}
.post-tags a:hover {    color: #999999 }
.post-navigation.widget > a:first-child {    margin-top: 0 }
.post-navigation a {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 22px;
line-height: 22px;
font-weight: 700;
margin: 0;
padding: 17px;
width: 49%;
}
.post-navigation a[rel="next"] {    float: left }
.post-navigation a[rel="prev"] {    float: right } .page .searchform {    margin-top: 40px } .page-links {
background-color: #BF301A;
clear: both;
overflow: hidden;
z-index: 0;
}
.page-links-box {
padding-bottom: 33%;
position: relative;
width: 100%;
}
.page-links-box > a {
background: #171717;
opacity: 0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.page-links-box > a:hover {    opacity: 0.5 } .page-links-col-1 .page-links-box:nth-of-type(2n-1) {    background-color: rgba(255,255,255,0) }
.page-links-col-1 .page-links-box:nth-of-type(2n) {    background-color: rgba(255,255,255,0.08) } .page-links-col-2 .page-links-box:nth-of-type(4n-3) {    background-color: rgba(255,255,255,0) }
.page-links-col-2 .page-links-box:nth-of-type(4n-2) {    background-color: rgba(255,255,255,0.08) }
.page-links-col-2 .page-links-box:nth-of-type(4n-1) {    background-color: rgba(255,255,255,0.08) }
.page-links-col-2 .page-links-box:nth-of-type(4n) {    background-color: rgba(255,255,255,0) } .page-links-col-3 .page-links-box:nth-of-type(6n-5) {    background-color: rgba(255,255,255,0) }
.page-links-col-3 .page-links-box:nth-of-type(6n-4) {    background-color: rgba(255,255,255,0.08) }
.page-links-col-3 .page-links-box:nth-of-type(6n-3) {    background-color: rgba(255,255,255,0) }
.page-links-col-3 .page-links-box:nth-of-type(6n-2) {    background-color: rgba(255,255,255,0.08) }
.page-links-col-3 .page-links-box:nth-of-type(6n-1) {    background-color: rgba(255,255,255,0) }
.page-links-col-3 .page-links-box:nth-of-type(6n) {    background-color: rgba(255,255,255,0.08) } .page-links-col-4 .page-links-box:nth-of-type(8n-7) {    background-color: rgba(255,255,255,0) }
.page-links-col-4 .page-links-box:nth-of-type(8n-6) {    background-color: rgba(255,255,255,0.08) }
.page-links-col-4 .page-links-box:nth-of-type(8n-5) {    background-color: rgba(255,255,255,0) }
.page-links-col-4 .page-links-box:nth-of-type(8n-4) {    background-color: rgba(255,255,255,0.08) }
.page-links-col-4 .page-links-box:nth-of-type(8n-3) {    background-color: rgba(255,255,255,0.08) }
.page-links-col-4 .page-links-box:nth-of-type(8n-2) {    background-color: rgba(255,255,255,0) }
.page-links-col-4 .page-links-box:nth-of-type(8n-1) {    background-color: rgba(255,255,255,0.08) }
.page-links-col-4 .page-links-box:nth-of-type(8n) {    background-color: rgba(255,255,255,0) }
.page-links-col-2 .page-links-box,
.page-links-col-3 .page-links-box,
.page-links-col-4 .page-links-box {    float: left }
.page-links-col-2 .page-links-box {    width: 50% }
.page-links-col-3 .page-links-box {    width: 33% }
.page-links-col-3 .page-links-box:nth-of-type(3n) {    width: 34% }
.page-links-col-4 .page-links-box {
padding-bottom: 25%;
width: 25%;
}
.page-links-box .cont {    padding: 60px }
.page-links-box h2 {
color: #FFF;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 55px;
font-weight: 700;
letter-spacing: 0;
line-height: 59px;
margin: 0;
text-transform: none;
}
.page-links-box h2 small {
display: block;
color: #FFF;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 27px;
font-weight: 700;
letter-spacing: -1px;
line-height: 27px;
margin: 0;
text-transform: none;
}
.page-links-box > a {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2;
} .sequence {
background: #222;
height: 0;
margin: 0;
max-width: none;
overflow: hidden;
position: relative; }
.sequence.page-header { padding: 0 0 43.75%; }
.sequence-canvas { height: 100%;
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.sequence > .sequence-canvas > li { height: 100%;
margin: 0;
position: absolute;
width: 100%;
z-index: 1;
}
.sequence > .sequence-canvas li > * { bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
} .sequence-frame {
background: #171717;
opacity: 0;
text-align: center;
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-ms-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}
.sequence-frame .cont {
padding: 0 0 10%;
-webkit-transition: padding 2s;
-moz-transition: padding 2s;
-ms-transition: padding 2s;
-o-transition: padding 2s;
transition: padding 2s;
}
.sequence-frame .funky-button {    margin-top: 20px } .animate-in .sequence-frame {    opacity: 1 }
.animate-in .cont {
padding-bottom: 0;
-webkit-transition: padding 2s;
-moz-transition: padding 2s;
-ms-transition: padding 2s;
-o-transition: padding 2s;
transition: padding 2s;
} .animate-out .sequence-frame {    opacity: 0 }
.animate-out .cont {
padding-bottom: 10%;
-webkit-transition: padding 2s;
-moz-transition: padding 2s;
-ms-transition: padding 2s;
-o-transition: padding 2s;
transition: padding 2s;
} .sequence-pagination {
bottom: 40px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
right: 0;
text-align: center;
width: 100%;
z-index: 99;
}
.sequence-pagination li {
cursor: pointer;
display: inline-block;
margin: 0;
}
.sequence-pagination li span {
border: 2px solid #FFF;
border-radius: 100%;
display: block;
height: 18px;
margin: 0 4px;
width: 18px;
}
.sequence-pagination li.current span {    background: #FFF } .parallax-section {
box-sizing: border-box;	
position: relative;
z-index: 1;
}
.fixed-background {    background-attachment: fixed }
.parallax-section .alignleft,
.parallax-section .alignright,
.parallax-section .aligncenter {
float: none;
margin: 0 10px;
}
.fill-background-content {
background: #070707;
box-sizing: border-box;
margin: 0 auto;
padding: 40px;
position: relative;
word-break: break-word;
width: 75%;
}
.parallax-section .munch-flexbox { padding: 100px 0; }
.munch-flexbox {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.munch-flexbox>.munch-flexbox-inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%; 
}
.munch-full-height { min-height: 100vh }
.munch-content-middle>.munch-flexbox-inner{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.exp_ie-flexbox-fixer {
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.exp_ie-flexbox-fixer>.munch-flexbox {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto
} .google-map {
float: left;
min-height: 540px;
overflow: visible;
position: relative;
width: 50%;
}
.google-map + script + .content-padding {
float: left;
min-height: 1px;
width: 50%;
}
.contact-info {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #FFF;
word-wrap: break-word;
}
.contact-info span {
display: inline-block;
margin: 0 45px;
position: relative;
text-align: left;
}
.contact-info span:before,
.footer-contact-info .telephone:before,
.footer-contact-info .email:before {
font-family: 'funky-icons';
font-size: 18px;
}
.contact-info span:before {
clear: both;
display: block;
float: left;
font-size: 24px;
font-weight: 400;
line-height: 34px;
margin: 0 0 0 -45px;
text-align: center;
width: 45px;
}
.contact-info .address:before {    content: "\f041" }
.contact-info .telephone:before,
.footer-contact-info .telephone:before {    content: "\e60c" }
.footer-contact-info .email:before {    content: "\f003" }
.contact-info .hours:before {    content: "\e60d" } .page-gallery,
.instagram-pics {    background: #272727 }
.page-gallery .gallery { margin-top: 0; }
.page-gallery .gallery-item .gallery-caption {    display: block } #comments-holder {
border-top: 2px solid #222;
margin: 40px auto 0;
}
#comments-holder > p {    margin-bottom: 40px }
.comments-header {    position: relative }
#comments-title {    line-height: 1em }
.comment-navigation {
margin: 40px 0;
overflow: hidden;
}
.comment-navigation > div {
float: left;
width: 50%;
}
.comment-navigation .nav-previous {
float: right;
text-align: right;
}
.comment-navigation > div:empty {    display: none }
.comment-navigation a { }
.comment-navigation a span { }
#comments {    clear: both }
#comments {
margin: 40px 0 0;
padding: 0;
}
.comment,
.pingback {
border-top: 1px dotted #aba69b;
list-style-type: none;
margin: 0;
}
#comments > .comment:first-child,
#comments > .pingback:first-child {    border: none }
.comment-holder {
clear: both;
display: block;
margin: 40px 0;
overflow: hidden;
padding: 40px;
position: relative;
}
.comment > .comment-holder {    padding: 0 0 0 80px }
.pingback footer {    display: none }
#comments > li:first-child > .comment-holder {    border: none }
.comment-holder .avatar {
left: 0;
position: absolute;
top: 0;
} .children {
margin: 0;
padding: 0;
}
.children .comment-holder {    margin-left: 50px }
.children .children .comment-holder {    margin-left: 100px }
.children .children .children .comment-holder {    margin-left: 150px }
.children .children .children .children .comment-holder {    margin-left: 200px }
.children .children .children .children .children .comment-holder {    margin-left: 250px }
.children .children .children .children .children .children .comment-holder {    margin-left: 300px }
.comment-author {
display: block;
font-size: 14px;
font-weight: 700;
line-height: 18px;
margin: 0;
word-wrap: break-word;
}
.comment-content > *:first-child {    margin-top: 0 }
.comment-reply-link {
display: block;
margin-top: 20px;
}
.comment-date {   display: block; }
.comment-date a,
.comment-reply-link {    color: #7A7A7A }
.comment-date a:hover,
.comment-reply-link:hover {    color: #999 } .comment-content {
clear: both;
margin-top: 20px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.comment-login {
border-top: 1px dotted #aba69b;
margin: 0;
padding-top: 60px;
}
#respond {    margin: 40px 0 0 }
.comment #respond {    margin: 40px 0 }
#cancel-comment-reply-link {
float: right;
font-size: 24px;
font-weight: 400;
text-decoration: none;
}
.comment-reply-title {    margin: 0 }
span.required {
color: #BF301A; }
label.error {
font-weight: 400;
color: #FF0000;
}
#respond label,
#respond label + span {    display: none }
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {    margin-top: 20px }
.comment-form-author input,
.comment-form-email input,
.comment-form-url input { float: none; }
.form-submit {    margin-top: 16px }
.form-submit input {
line-height: 1em;
margin-top: 0;
width: 100%;
} .media-wrapper > .wp-video {    width: auto !important }
.mejs-audio {    height: 51px !important }
.mejs-audio,
.wp-video {    margin-top: 40px }
.mejs-container.mejs-video {
height: auto !important;
padding-top: 56.3%;
width: 100% !important;
}
.mejs-overlay,
.mejs-poster {
height: 100% !important;
width: 100% !important;
}
.mejs-mediaelement video {
height: 100% !important;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {    background: transparent !important }
.mejs-container .mejs-overlay-play {    background: rgba(0,0,0,0.5) }
.mejs-container .mejs-overlay-button {    background: none }
.mejs-overlay-button:after {
color: #FFF;
content: "\e601";
display: block;
font-family: 'funky-icons';
font-size: 87px;
line-height: 100px;
text-align: center;
}
.mejs-container .mejs-inner .mejs-controls {    background: #171717 } .mejs-container .mejs-controls > div:last-of-type {
position: relative;
clear: both;
float: right;
top: -31px;
}
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-inner .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {    background: #999 }
.mejs-inner .mejs-controls .mejs-time-rail .mejs-time-current {    background: #FFF }
.mejs-inner .mejs-controls .mejs-volume-button .mejs-volume-slider {    background: #171717 }
.mejs-controls button {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
} .site-width {
margin: 0 auto;
max-width: 1600px;
}
.valign-middle-holder:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.31em;
width: 0px;
}
.valign-middle-holder > *:first-child {    max-width: 98% !important }
.valign-middle {
display: inline-block;
position: static;
vertical-align: middle;
max-width: 98%;
}
.element-height {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2;
}
.holder {
display: table;
position: absolute;
height: 100%;
top: 0;
left: 0;
margin: 0;
width: 100%;
z-index: 3;
}
.cont {
display: table-cell;
text-align: center;
vertical-align: middle;
z-index: 4;
}
.hidden {
display: none !important;
visibility: hidden;
}
.fourth,
.third,
.half,
.two-thirds,
.three-fourths {
float: left;
margin-right: 4%;
min-height: 1px;
}
.end {    margin-right: 0 }
.fourth {    width: 22% }
.third {    width: 30.66% }
.half {    width: 48% }
.two-thirds {    width: 65.33% }
.three-fourths {    width: 74% } .hentry img {
height: auto;
max-width: 100%;
}
img[class*="align"],
div[class*="align"] img,
figure[class*="align"] img {
display: block;
height: auto;
}
div[class*="align"],
figure[class*="align"] {    max-width: 100% }
.post-content img,
.comment img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
img.size-full,
img.size-large,
.wp-post-image {
height: auto;
max-width: 100%;
} .alignleft {    float: left }
.wp-caption.alignleft {
margin-right: 25px;
margin-top: 26px;
}
img.alignleft {    margin: 8px 25px 16px 0 } .alignright {    float: right }
.wp-caption.alignright {
margin-left: 25px;
margin-top: 26px;
}
img.alignright {    margin: 8px 0 16px 25px } .aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.aligncenter img {    margin: 0 auto }
p > a > .aligncenter {
margin-bottom: 24px;
margin-top: 24px;
}
.wp-caption {    margin-top: 10px }
p + .wp-caption {    margin-top: 24px }
.wp-caption.aligncenter,
p + .wp-caption.aligncenter {    margin-top: 40px } img.alignnone,
div.alignnone,
figure.alignnone,
.wp-caption.none {    margin: 0 }
.alignnone img {    margin: 0 }
.alignnone .wp-caption-text {    width: 100% } .wp-caption-text {
font-size: 15px;
line-height: 27px;
margin: 16px 0;
opacity: 0.5;
} .gallery {
margin: 40px 0 0 0;
overflow: hidden;
}
.gallery:last-child {    margin-bottom: 0 }
.gallery > br {    display: none }
.page-gallery .widget > *:first-child {
margin: 0; 
padding: 0;
}
.gallery .gallery-item,
.null-instagram-feed li {
float: left;
margin: 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1 .gallery-item {    width: 100% }
.gallery-columns-2 .gallery-item {    width: 50% }
.null-instagram-feed li,
.gallery-columns-3 .gallery-item {    width: 33.333% }
.gallery-columns-4 .gallery-item,
.page-gallery .null-instagram-feed li {    width: 25% }
.gallery-columns-5 .gallery-item {    width: 20% }
.gallery-columns-6 .gallery-item {    width: 16.666% }
.gallery-columns-7 .gallery-item {    width: 14.285% }
.gallery-columns-8 .gallery-item {    width: 12.5% }
.gallery-columns-9 .gallery-item {    width: 11.111% }
.gallery-item .gallery-icon {    background: #070707; }
.gallery-item a,
.null-instagram-feed li a {
display: block;
text-align: center;
}
.gallery-item img,
.null-instagram-feed li img  {
height: auto;
transition: opacity 0.3s ease-out;
width: 100%;
}
.gallery-item:hover img,
.null-instagram-feed li:hover img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
opacity: 0.25;
}
.gallery-caption {
bottom: 0;
left: 0;
margin: 0;
opacity: 0;
padding: 20px;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.gallery-item:hover .gallery-caption {    opacity: 1 }
.gallery-caption.wp-caption-text {
color: #FFF;
margin: 0;
} .main .gallery-columns-3 .gallery-caption,
.main .gallery-columns-4 .gallery-caption,
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9  .gallery-caption {    display: none }  .hr + .funky-menu-item,
hr + .funky-menu-item { margin-top: 40px; }
.funky-menu-item-label {
background: #BF301A;
font-family: 'Montserrat', helvetica, arial, sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
line-height: 13px;
padding: 24px;
text-transform: uppercase;
}
.funky-menu-item-content  {    border-top: 0 dotted #aba69b }
.funky-menu-item .funky-menu-item-image {
max-width: 25%;
margin: 0 4% 0 0;
float: left;
}
.funky-menu-item-label + .funky-menu-item-content,
.funky-menu-item + .funky-menu-item .funky-menu-item-label + .funky-menu-item-content {
border-color: #BF301A;
border-top-style: solid;
}
.has-image .funky-menu-item-title + .funky-menu-item-price + .funky-menu-item-description {
margin: 0;
width: 71%;
}
.sidebar  .widget:first-child div .funky-menu-item:first-child h4 { margin-top: 0; }
.sidebar .funky-menu-item-title,
.sidebar .funky-menu-item-description { width: 76%; }
.sidebar .funky-menu-item-price { width: 20%; } .funky-toggle-item {
background: none;
border: none;
margin: 0;
}
.funky-toggle-item + .funky-toggle-item {    border-top: 1px dotted #aba69b }
.funky-toggle-button {    padding: 40px 0 }
.funky-toggle-button h4 {
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-ms-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
text-transform: none;
}
.funky-toggle-button:hover h4 {    color: #999 }
.funky-toggle-content {
margin: -20px 0 0;
overflow: hidden;
padding: 0 0 40px;
}
.funky-toggle-content > *:first-child {    margin-top: 0 } blockquote.alignleft,
blockquote.alignright {
margin: 30px;
padding: 0;
text-align: initial;
} .funky-box {
background-color: #FFF;
border: 1px solid #DDD;
color: #070707;
font-size: 1em;
line-height: 24px;
margin: 24px 0 0;
padding: 20px;
}
.funky-box.blue-box,
.funky-box.green-box,
.funky-box.red-box {    border: none }
.funky-box > *:first-child {    margin-top: 0 }
.funky-box a {    border: none }
.funky-box p {    margin: 20px 0 0 } #wrapper .funky-button.button-small {
font-size: 0.75em;
line-height: 1em;
}
#wrapper .funky-button.button-large {
font-size: 1.25em;
line-height: 1em;
} hr,
.hr {
border-top: 1px dotted #aba69b;
border-bottom: none;
border-width: 1px;
clear: both;
margin: 40px auto 0;
position: relative;
}
hr.thick {
border-top-style: solid;
border-width: 4px;
}
.top {    width: 95% }
.top a {
height: 0;
padding: 0;
right: -5%;
text-align: right;
top: -7px;
width: 5%;
}
hr:after,
.hr:after {
content: "";
border-style: solid;
border-width: 7px 5px 0 5px;
border-color: #aba69b transparent transparent transparent;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
top: 0;
width: 0;
}
.thick:after,
.top:after,
.clearboth:after {    content: none }
.wrapper .top a,
.wrapper .top a:visited,
.wrapper .top a:hover,
.wrapper .top a:visited:hover {    color: #aba69b } .funky-dropcap:first-letter { padding: 5px 24px 0; } .funky-pages-image {    margin-top: 24px } .funky-posts {    margin-top: 40px }
.funky-posts article + article {
border: none;
margin: 10px 0 0;
} [id*="ot-widget-container"] #ot-reservation-widget
{
margin: 0 auto;
padding: 0;
}
a.ot-button {
max-width: 100%;
box-sizing: border-box;
}  .ir {
background-color: transparent;
border: 0;
overflow: hidden; *text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
} .hidden {
display: none !important;
visibility: hidden;
} .visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
} .invisible {    visibility: hidden } .clearfix:before,
.clearfix:after,
.instagram-pics:before,
.instagram-pics:after {
content: " "; display: table; }
.clearfix:after,
.instagram-pics:after {    clear: both } .clearfix,
.instagram-pics {    *zoom: 1  } @media print { 
* {
background: transparent !important;
color: #000 !important; ;
box-shadow: none !important;
text-shadow: none !important;
}
a {    text-decoration: underline }
a[href]:after {    content: " (" attr(href) ")" }
abbr[title]:after {    content: " (" attr(title) ")" } .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {    content: "" }
pre,
blockquote {    page-break-inside: avoid }
thead {
display: table-header-group; }
tr,
img {    page-break-inside: avoid }
img {    max-width: 100% !important }
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {    page-break-after: avoid }
}