@charset "UTF-8";
/*
THEME NAME: Restaurant Zen 2026
THEME URI: http://
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Fredrik Öberg
AUTHOR URI:
TAGS:

Börja med att find+replace på temanamnet i hela mappen till önskat temanamn

*/
@font-face {
  font-family: 'ChronicleDisplay-Bold';
  src: url("../fonts/ChronicleDisp-Bold.woff") format("woff"); }
@font-face {
  font-family: 'ChronicleDisplay-Roman';
  src: url("../fonts/ChronicleDisp-Roman.woff") format("woff"); }
@font-face {
  font-family: 'ChronicleDisplay-BoldItalic';
  src: url("../fonts/ChronicleDisp-BoldItal.woff") format("woff"); }
@font-face {
  font-family: 'MuseoSans-300';
  src: url("../fonts/MuseoSans_300.woff") format("woff"); }
@font-face {
  font-family: 'MuseoSans-700';
  src: url("../fonts/MuseoSans_700.woff") format("woff"); }
/*
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline;}body{}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
*/
body {
  font: normal normal 100 16px 'ChronicleDisplay-Roman', sans-serif; }

/* aka Dark blue */
/* Color Options
--------------------------------------------- */
.has-colosseumblue-color {
  color: #3170B2; }

.has-colosseumblue-background-color {
  background-color: #3170B2; }

.has-orange-color {
  color: #F08138; }

.has-orange-background-color {
  background-color: #F08138; }

.has-lightorange-color {
  color: #FFF0E5; }

.has-lightorange-background-color {
  background-color: #FFF0E5; }

.has-darkorange-color {
  color: #240E00; }

.has-darkorange-background-color {
  background-color: #240E00; }

.has-midnightblue-color {
  color: #3D4B58; }

.has-midnightblue-background-color {
  background-color: #3D4B58; }

.has-midnightblue_faded-color {
  color: rgba(61, 75, 88, 0.5); }

.has-midnightblue_faded-background-color {
  background-color: rgba(61, 75, 88, 0.5); }

.has-titaniumgrey-color {
  color: #C6C6C6; }

.has-titaniumgrey-background-color {
  background-color: #C6C6C6; }

.has-white-color {
  color: #FFFFFF; }

.has-white-background-color {
  background-color: #FFFFFF; }

.has-lightblue-color {
  color: #E2F3FF; }

.has-lightblue-background-color {
  background-color: #E2F3FF; }

em {
  font-style: italic; }

.has-colosseumgradient-background {
  background: linear-gradient(251.57deg, #0090F3 4.17%, #065987 108.33%);
  color: #fff; }

body {
  color: #FFFFFF;
  letter-spacing: 0.01em;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-size: 20px; }

a, a:focus, a:visited, a:hover {
  text-decoration: none;
  color: inherit; }

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

strong, b {
  font-weight: 700; }

h1, h2 {
  font-family: 'ChronicleDisplay-Roman';
  font-style: italic; }

h1 {
  font-size: 70px; }

h2 {
  font-size: 40px; }

h4.wp-block-heading {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 100; }

h3, h4 {
  font-family: 'MuseoSans-300';
  font-style: normal; }

.museo {
  font-family: 'MuseoSans-300'; }

.slide {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  min-height: 100vh;
  --slide-overlay-color: #000;
  --slide-overlay-opacity: 0.35; }

body.page-template-default {
  background-color: #321938; }

.slide__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.slide__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slide__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--slide-overlay-color);
  opacity: var(--slide-overlay-opacity);
  pointer-events: none; }

.slide__inner {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 4vw, 72px);
  width: 100%; }

.parallax-content {
  will-change: transform;
  transform: translate3d(0, 0, 0); }

.wp-block-cover.is-light {
  color: #fff; }

.wp-block-cover p {
  max-width: 800px;
  margin: 15px auto; }

.admin-bar .reservation_link {
  top: 45px; }

.btn {
  display: inline-block;
  margin: 30px;
  padding: 15px 30px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent; }

.reservation_link {
  display: inline-block;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100; }

.btn:hover {
  color: inherit; }

.reservation_link.reservation_inline {
  position: static;
  margin: 0 auto;
  display: block; }

a.wp-block-button__link, .reservation_link {
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
  font-family: 'MuseoSans-700';
  font-style: normal;
  font-size: 14px;
  padding: 15px 30px;
  letter-spacing: 0.2em;
  border-radius: 5px;
  text-transform: uppercase; }

.footer_box {
  font-style: normal; }

footer {
  color: #000;
  font-family: 'MuseoSans-100';
  font-style: normal; }

input#mc-embedded-subscribe {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'MuseoSans-100'; }

div#mc_embed_signup * {
  font-size: 16px; }

#mc_embed_signup_scroll input {
  width: 200px;
  padding: 5px 10px;
  display: block;
  max-width: 200px; }

div#mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center; }

#mce-EMAIL {
  margin-bottom: 5px; }

.mobile_only {
  display: none; }

/* MOB FIXES DEFAULTS */
.has_mobile_bg .mob_header {
  display: none; }

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 781px) {
  .taptap-logo-wrapper {
    top: 15px !important; }

  .taptap-logo-image img {
    max-height: 40px !important; }

  h2, h2.has-large-font-size, h2.has-x-large-font-size {
    font-size: 26px !important; }

  h1 {
    font-size: 43px !important; }

  .mobile_only {
    display: block; }

  .desktop_only {
    display: none; }

  .michelin_stars_image img {
    width: 150px !important;
    height: auto !important; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 620px) {
  .slide__inner p {
    font-size: 15px !important; }

  body .splide__arrow {
    height: 1em;
    width: 1em; }

  body .splide__arrow svg {
    height: 0.6em;
    width: 0.6em; } }
/* Custom, iPhone Retina  - Uncheck only if needed 
@media only screen and (max-width : 320px) {

} */
