/* Svea Cater AB/ Restaurang Pocket Skycity */

@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css");

/* Typsnitt */
@font-face {
    font-family: "Futura";
    src: url("/assets/fonts/futura-book.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Futura";
    src: url("/assets/fonts/futura-bold.otf");
    font-weight: 700;
}

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;
    --section-width: 150rem;

    /* 	Colors */
    /* --primary-color: 254, 237, 0; */
    --primary-color: 255, 206, 0;
    --secondary-color: 234, 211, 0;
    --nordrest-blue: 43, 123, 205;

    --black-color: 0, 0, 0;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 157, 157, 156;
    --gray-light-color: 242, 242, 242;
    --white-color: 255, 255, 255;

    /* 	Typography */
    --base-size: 2.2rem;

    /* 	Mobile nav */
    --activate-mobile-menu: 1000;
    --mobile-menu-height: 7rem;
    --mobile-menu-bg: var(--white-color);
    --menu-color: rgb(var(--black-color));
}

/* Layout
========================================================================== */
.section-block {
    padding: 10rem 5rem;
}

.section-block-wrapper {
    max-width: var(--section-width);
}

/* Paddings */
.p-3 {
    padding: 3rem;
}

.pl-0 .section-block {
    padding-left: 0;
}

.pb-0 .section-block {
    padding-bottom: 0;
}

.pb-5 .section-block {
    padding-bottom: 5rem;
}

.pt-2,
.pt-2 .section-block {
    padding-top: 2rem;
}

.pt-5 .section-block {
    padding-top: 5rem;
}

/* Margins */
.mt-3 {
    margin-top: 3rem;
}

/*bredder*/
.mw-1000 .section-block-wrapper {
    max-width: 100rem;
}

@media only screen and (max-width: 1024px) {
    .section-block {
        padding: 8rem 3rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-block {
        padding: 5rem 2rem;
    }
}

/* Text och typsnitt
========================================================================== */
body {
    font-family: "Futura", sans-serif;
}

/* Rubriker */
.text-label {
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 1em;
}

.section-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 0.5em;
}

.small-title {
    font-size: 2.5rem;
    line-height: 1.4;
    text-transform: uppercase;
    padding-bottom: 0.7em;
}

.text-title {
    font-size: var(--base-size);
    font-weight: 700;
}

/* Brodtext och lankar */
p,
li {
    font-weight: 400;
    color: rgb(var(--gray-dark-color));
}

a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

/* Ovriga klasser */
.text-block {
    max-width: 80rem;
}

.text-block-center {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

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

@media only screen and (max-width: 1200px) {
    .section-title {
        font-size: 3.8rem;
    }

    .small-title {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 580px) {
    .section-title {
        font-size: 2.3rem;
    }

    .small-title {
        font-size: 2rem;
    }

    :root {
        --base-size: 1.6rem;
    }
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
    margin-top: 2rem;
}

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

/* Knappar */
.btn {
    min-width: 15rem;
    padding: 1.4rem 2rem;
    margin: 3px;
    font-size: 1.8rem;
    font-weight: 400;
    border-radius: 3px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease;
}

.btn-primary-filled {
    color: rgb(var(--black-color));
    background-color: rgb(var(--primary-color));
}

.btn-primary-filled:hover {
    background-color: rgb(var(--secondary-color));
}

.btn-black-filled {
    color: rgb(var(--white-color));
    background-color: rgb(var(--black-color));
}

.btn-black-filled:hover {
    background-color: rgb(var(--gray-dark-color));
}

@media only screen and (max-width: 480px) {
    .btn {
        display: block;
        width: 100%;
    }
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-primary {
    background-color: rgb(var(--primary-color));
}

.bg-black {
    background-color: rgb(var(--black-color));
}

.bg-gray-light {
    background-color: rgb(var(--gray-light-color));
}

/* Text */
.text-primary {
    color: rgb(var(--primary-color));
}

.text-white {
    color: rgb(var(--white-color));
}

/* Grafiska element
========================================================================== */
/* Patterns */
.pattern-bg::after {
    position: absolute;
    pointer-events: none;
    content: "";
    display: block;
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
    background-image: url(/assets/images/graphics/monster-botten-vit-gul.svg);
    background-size: 25%;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.pattern-bg.pattern-black::after {
    background-image: url(/assets/images/graphics/monster-botten-vit-svart.svg);
}

/* Bakgrundsbild
========================================================================== */
.bg-image {
    position: relative;
    overflow: hidden;
}

.bg-image-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cards-wrapper a.card-item {
    text-decoration: none;
}

/* Specifika bredder */
.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}

@media only screen and (max-width: 1050px) {
    .cards-wrapper.w-33 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 750px) {
    .cards-wrapper.w-33 .card-item {
        width: 100%;
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 480px) {
    /* Paddings */
    .card-item.p-3,
    .card-item .p-3 {
        padding: 2rem;
    }
}

/* Card 2-2 */
.card-2-2 .card-item {
    position: relative;
}

.card-2-2 .card-header {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 7rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
}

.card-2-2 .card-header i {
    font-size: 3rem;
}

.card-2-2 p {
    word-break: break-all;
    transition: 0.3s ease;
}

.card-2-2 a.card-item:hover p {
    color: rgb(var(--primary-color));
}

/* Split wrapper
========================================================================== */
.split-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
    flex-direction: row-reverse;
}

.split-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 50%;
    padding: 15rem 5rem;
}

.split-image {
    width: 50%;
    position: relative;
    z-index: 1;
}

/* Centrera content */
.split-wrapper .align-center {
    align-self: center;
}

/* Speciella bredder */
.split-wrapper .w-60 {
    width: 60%;
}

.split-wrapper .w-40 {
    width: 40%;
}

@media screen and (max-width: 1000px) {
    .split-content,
    .split-wrapper .w-60,
    .split-wrapper .w-40 {
        width: 100%;
    }

    .split-content {
        padding: 10rem 5rem 20rem;
    }

    .split-image {
        width: 100%;
        min-height: 20rem;
    }
}

@media screen and (max-width: 580px) {
    .split-content {
        padding: 4rem 2rem 10rem;
    }
}

/* Modal
========================================================================== */
.modal {
    max-width: 75rem;
    width: 100%;
    max-height: 75vh;
    padding: 4rem;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
}

.blocker {
    z-index: 100;
}

.modal a.close-modal {
    display: none;
}

.modal .custom-close-modal {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 3rem;
}

@media only screen and (max-width: 450px) {
    .modal {
        padding: 3rem 2rem;
    }

    .blocker {
        padding: 1rem;
    }
}

/* Header / Navigation
========================================================================== */
/* Top header */
.top-header {
    z-index: 2;
    position: relative;
    width: 100%;
    background: rgb(var(--black-color));
    overflow: hidden;
    height: 4rem;
    transition: 0.3s ease;
}

.top-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header li {
    padding: 1rem;
    font-size: 1.4rem;
    color: rgb(var(--white-color));
}

/* Header */
header .container {
    padding: 0 5rem;
}

/* Logo */
.header-logo {
    margin: 0 auto 0 0;
}

.header-logo a {
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

/* Nav */
.TemplateMenu a,
.TemplateMenu li.active > a,
.TemplateMenu ul a:hover {
    font-weight: 400;
    font-size: 1.5rem;
    color: rgb(var(--gray-dark-color));
}

/* Hover effect */
header:not(.mobile-menu) .TemplateMenu li.active > a,
header:not(.mobile-menu) .TemplateMenu ul a:hover {
    color: rgb(var(--primary-color));
    text-decoration: none;
}

header:not(.mobile-menu) .TemplateMenu > li > a:hover:before,
header:not(.mobile-menu) .TemplateMenu > li.active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

header:not(.mobile-menu) .TemplateMenu > li > a:before {
    visibility: hidden;
    position: absolute;
    content: "";
    height: 3px;
    top: 60px;
    width: 50%;
    left: 25%;
    background-color: rgb(var(--primary-color));
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

/* Mobilmeny */
.mobile-menu .container {
    height: var(--mobile-menu-height);
    background-color: rgb(var(--white-color));
}

.mobile-menu .hamburger {
    margin: 0 -1rem 0 1rem;
}

@media only screen and (max-width: 1024px) {
    header .container {
        padding: 0 3rem;
    }
}

@media only screen and (max-width: 580px) {
    header .container {
        padding: 0 2rem;
    }
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 95vh;
    background-color: rgb(var(--black-color), 0.3);
    text-align: center;
}

.top-section .bg-image-wrapper {
    z-index: -2;
}

.top-section::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 18rem;
    left: 0;
    bottom: -1px;
}

.top-section::after {
    background-color: rgb(var(--white-color));
    clip-path: polygon(50% 53%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.top-section::before {
    content: "";
    position: absolute;
    right: 0rem;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/graphics/monster-gul-vit.svg");
    background-repeat: no-repeat;
    background-size: 40rem;
    background-position: bottom right;
    opacity: 0.7;
}

.topsection-logo {
    display: block;
    max-width: 15rem;
    margin: 0 auto 5rem;
}

.top-section .section-title {
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 1200px) {
    .top-section .section-title {
        font-size: 4.5rem;
    }

    .top-section::after {
        clip-path: polygon(50% 23%, 100% 0, 100% 100%, 0 100%, 0 0);
        height: 10rem;
    }
}

@media only screen and (max-width: 580px) {
    .top-section .section-title {
        font-size: 3rem;
    }

    .top-section {
        min-height: 100vh;
    }
}

/* Sektion logga och hr
========================================================================== */
.logo-pattern {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}

.logo-pattern div {
    flex: 1 1 30rem;
}

.logo-pattern hr {
    height: 2px;
    border: 0;
    background: rgb(var(--primary-color));
    transform: rotate(180deg);
}

.logo-pattern img {
    margin: 0 4rem;
    width: 10rem;
}

/* Sektion Dinner
========================================================================== */
.section-dinner .split-image {
    overflow: unset;
}

.section-dinner .split-image::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: -15.2%;
    background-image: url(/assets/images/graphics/romber-botton.svg);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
    .section-dinner {
        overflow: hidden;
    }
}

/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.popup-wrapper {
    z-index: 8;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: rgb(var(--primary-color));
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, 0.3);
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%, -50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%, -50%) scale(0);
}

/* Innehall */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 0;
    bottom: 6rem;
    max-width: 45rem;
    max-height: calc(100vh - 12rem);
    padding: 2rem;
    margin: 0 2rem;
    background: rgb(var(--white-color));
    border-radius: 3px;
    box-shadow: 0 0 3rem rgba(15, 36, 47, 0.3);
    overflow: auto;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.icon-close-popup {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

.popup-window .small-title {
    padding: 0 2rem 1rem 0;
}

.popup-window p,
.popup-window a {
    font-size: 1.7rem;
}

.popup-window img {
    width: 100%;
    margin-top: 1rem;
    border-radius: 3px;
}

@media only screen and (max-width: 450px) {
    .popup-window {
        padding: 2rem 3rem 2rem 2rem;
    }

    .icon-close-popup {
        top: 1rem;
    }
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero 
========================================================================== */
.hero {
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 50rem;
    background: rgb(var(--black-color), 0.3);
    position: relative;
}

.hero .section-block {
    width: 100%;
    text-align: center;
}

.hero::before {
    content: "";
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-image: url(/assets/images/graphics/monster-gul-vit.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40rem;
    opacity: 0.5;
}

.hero .bg-image-wrapper {
    z-index: -2;
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 9rem;
    background-color: rgb(var(--white-color));
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.hero .logo {
    max-width: 14rem;
    margin-bottom: 3rem;
}

.hero .section-title {
    color: rgb(var(--white-color));
}

@media only screen and (max-width: 1200px) {
    .hero::after {
        clip-path: polygon(50% 28%, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

@media only screen and (max-width: 580px) {
    .hero .section-block {
        min-height: 40rem;
    }
}

/* ==========================================================================
Undersida: Vara menyer
========================================================================== */
.section-menus {
    background-image: url(/assets/images/graphics/romber-botton.svg),
        url(/assets/images/graphics/romber-topp.svg);
    background-size: 75%;
    background-position: left bottom, right top;
    background-repeat: no-repeat;
}

/* Tabbar */
.tags-list {
    justify-content: center;
    margin: 0 auto 3rem;
}

.tags-list .btn {
    margin: 0.5rem;
}

/* Menyn */
.menu-container {
    max-width: 110rem;
    padding: 5rem 5rem 10rem;
    margin: 0 auto 5rem;
    background-color: rgb(var(--white-color));
    border: 1px solid rgb(var(--gray-light-color));
}

.menu-content {
    --base-size: 1.6rem;
    position: relative;
    padding: 3rem 4rem 0;
    border: 2px solid rgb(var(--primary-color));
}

.menu-col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.menu-col-three-course {
    text-align: center;
    justify-items: center;
    margin-bottom: 5rem;
}

.menu-item {
    padding: 1rem 2rem;
    width: 50%;
}

.menu-item.w-100 {
    width: 100%;
}

.menu-item-desc {
    font-size: 1.3rem !important;
    margin-top: .5rem;
    padding-bottom: 1rem;
}

.small-description {
    font-size: 1.3rem !important;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted rgb(var(--black-color), 0.2);
}

.menu-container .small-title {
    font-size: 2.2rem;
    width: 100%;
    text-align: center;
}

.has-price .menu-col .text-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted rgb(var(--black-color), 0.2);
}

.has-price .menu-col-three-course .text-title {
    border-bottom: 1px dotted rgb(var(--black-color), 0.2);
}

.has-price .menu-item-desc .menu-add-on {
    display: flex;
    justify-content: space-between;
}

.menu-logo img {
    position: relative;
    display: block;
    width: 14rem;
    background-color: rgb(var(--white-color));
    margin: 0 auto;
    padding: 0 2rem;
    transform: translateY(50%);
}

.text-title span {
    margin-left:1rem;
}

.en-title{
    font-size: 1.3rem;
}
@media only screen and (max-width: 1300px) {
    .menu-container {
        padding: 3rem 3rem 6rem;
    }

    .menu-content {
        padding: 4rem 2rem 0;
    }

    .menu-item {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .section-menus {
        background: rgb(var(--white-color));
    }

    .menu-container {
        padding: 0;
        --base-size: 1.4rem;
    }

    .tags-list {
        padding: 0 2rem;
    }

    .has-price .text-title {
        margin-bottom: 0rem;
    }

    .text-title {
        font-weight: 600;
        font-size: 1.4rem;
    }

    .menu-content {
        padding: 4rem 0rem 0;
    }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
    background-color: rgb(var(--white-color));
    padding: 0 5rem;
    --base-size: 1.6rem;
}

.footer-container {
    max-width: none;
    margin: 0 auto;
}

/* Footer Logo */
.footer-logo {
    width: 16rem;
    padding: 1.5rem 2rem;
    text-align: center;
    border-radius: 0 0 2px 2px;
    background-color: rgb(var(--white-color));
}

.footer-logo img {
    max-height: 5rem;
}

/* Footer top */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem 0 5rem;
    border-bottom: 1px solid rgb(var(--black-color), 0.5);
}

.pocketlogo {
    width: 15rem;
    filter: invert();
}

.footer-menu {
    width: 20%;
    margin: 0 0 3rem;
}

.footer-menu-large {
    width: 25%;
}

.footer .text-label {
    color: rgb(var(--black-color));
}

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

.footer-top li,
.footer-top p,
.footer-top a {
    color: rgb(var(--black-color));
}

/* Footer bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgb(var(--black-color));
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.webbess-stamp img {
    width: 2.5rem;
    margin-left: 1rem;
}

@media only screen and (max-width: 1224px) {
    .footer {
        padding: 0 3rem;
    }

    /* Footer Logo */
    .footer-logo {
        width: 12rem;
        padding: 1rem;
    }

    /* Footer top */
    .footer-menu {
        width: 48%;
    }

    .footer-menu-large {
        width: 100%;
    }

    .footer-menu-large p {
        max-width: 55rem;
    }
}

@media only screen and (max-width: 750px) {
    /* Footer top */
    .footer-menu,
    .footer-menu-large {
        width: 100%;
    }
}

@media only screen and (max-width: 580px) {
    .footer {
        padding: 0 2rem;
    }

    /* Footer Logo */
    .footer-logo {
        width: 10rem;
        padding: 0.5rem 0.5rem 1rem;
    }

    .pocketlogo {
        width: 10rem;
    }
}
