/**
 * Theme Name:  Muko
 * Theme URI:   https://lillemuko.dk
 * Description: Muko website
 * Author:      muko
 * Author URI:  https://lillemuko.dk
 * Version:     0.1.0
 * Tags:
 * Text Domain: mukoclassic
 */

/*
    Beige-100: #F2E2D4 
    Red-100: #6D2934;
*/

:root {
    --beige-100: #F2E2D4;
    --red-100: #6D2934;
    --brown-100: #33241F;
    --page: #F5F5F5;
}

* {
    box-sizing:border-box;
    margin:0;
    padding:0;
}

html {
    font-family: var(--wp--preset--font-family--karla);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
    background-color: var(--beige-100);
}

.button {
    display: inline-block;
    padding: 0.8125rem 3.1875rem;
    color: var(--beige-100);
    background-color: var(--red-100);
    border-radius: 1.875rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-family: 'Outfit';
    border: none;
}

.section .button a {
    color: var(--beige-100);
}

body {
    font-size: 1.125rem;
}

ul li {
    margin-left: 1.25rem;
}

.header-item ul li {
    margin-left: 1em;
}

.logo-header {
    width: 5.625rem;
    height: 5.625rem;
    margin-right: auto;
    display: grid;
}

header {
    margin-inline: auto;
    border-bottom: 1px solid var(--red-100);
    gap: 3.125rem;
    margin-bottom: 3.125rem;
    width: 100%;
}

header > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .header-items {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 3.75rem;
}

header a {
    color: var(--brown-100);
}

header .header-item {
    flex: 1;
    flex-grow: 0;
    flex-basis: content;
    text-align: right;
    color: var(--brown-100);
    position: relative;
}

header .header-item:hover .arrow_dark__down {
    background-image: url('assets/dark-up.svg');
    background-size: 100% 100%;
}

header .menu-spacer {
    flex: 1;
    flex-grow: 1;
}

header .submenu {
    display: none;
}

header .submenu li {
    list-style: none;
    font-family: 'Outfit';
    font-size: 1rem;
    padding-top: 1.25rem;
}

.section a {
    color: var(--red-100);
    text-decoration: none;
}

.section a.button {
    color: var(--beige-100);
}

.section a.button:hover {
    color: var(--beige-100);
}

.section a:hover {
    color: black;
    cursor: pointer;
}

.concerts-list a {
    color: var(--beige-100);
}

.concerts-list a:hover {
    color: white;
    cursor: pointer;
}


.section-red {
    background-color: var(--red-100);
    color: var(--beige-100);
}

.section-red a {
    color: var(--beige-100);
    text-decoration: none;
    cursor: pointer;
}

.section-red a:hover {
    color: white;
}

.section-red h1, .section-red h2, .section-red h3, .section-red h4, .section-red h5, .section-red h6 {
    color: var(--beige-100);
}

footer {
    width: 100%;
}

footer > div {
    color: var(--beige-100);
    font-size: 1.25rem;
    line-height: 1.8125rem;
    display: flex;
    gap: 3.875rem;
}

.footer-buttons {
    vertical-align: top;
    display: inline-block;
    flex-grow: 0;
    flex: 0;
}

.footer-social {
    display: inline-block;
    text-align: right;
    flex-grow: 1;
}

.footer-social img {
    width: 2.5625rem;
    height: 2.5625rem;
    margin-left: 1.1875rem;
}

.footer-buttons a {
    color: var(--beige-100);
    text-decoration: none;
}

.footer-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Outfit';
    font-weight: 400;
}

.footer-buttons li {
    padding-bottom: 0.8125rem;
    white-space: nowrap;
}

.hero img {
    width: 100%;
    border-radius: 1.25rem;
}

.wp-block-group.is-style-red {
    background-color: var(--red-100);
    border-radius: 1.25rem;
    padding: 4rem;
    color: var(--beige-100);
}

.wp-block-group.is-style-red h4 {
    color: var(--beige-100);
}

.wp-block-group.is-style-red h6 {
    color: var(--beige-100);
}

.concerts-small {
    background-color: var(--red-100);
    border-radius: 1.25rem;
    padding: 4rem;
    color: var(--beige-100);
}

.concerts-small li a {
    color: var(--beige-100);
    text-decoration: underline;
}

.concerts-small a:hover {
    color: white;
    cursor: pointer;
}

.concerts-small h4 {
    color: var(--beige-100);
}

.concerts-small h6 {
    color: var(--beige-100);
    margin-bottom: 0;
}

.concerts-small ul.concert-list {
    padding-top: 0.78125rem;
}

.concerts-small ul.concert-list li {
    list-style: none;
    padding: 0 0 0.78125rem 2.35375rem;
    background-image: url('assets/light-right.svg');
    background-repeat: no-repeat;
    background-position: 0 0.35rem;
    background-size: 0.54125rem 0.94rem;
}

.concerts-small h6 a, .concerts-small h6 a:hover {
    color: var(--beige-100);
}

.concert-item h5, .concert-item h6 {
    color: var(--beige-100);
}

.concerts-small ul.concert-list li:last-child {
    padding-bottom: 1.5625rem;
}

.next_button {
    width: 1.2rem;
    height: 1.2rem;
}

.concerts-list {
    color: var(--beige-100);
    background-color: var(--red-100);
    border-radius: 1.25rem;
    padding: 4rem;
}

.concerts-list h3 {
    color: var(--beige-100);
    margin-bottom: 4.375rem;
}

.concerts-list h5, h6 {
    margin-bottom: 1rem;
}

.concerts-list .list {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(33% - 2.5833rem));
    column-gap: 3.875rem;
    row-gap: 2rem;
}

.concerts-list hr {
    height: 1px;
    /* color: #ed1d61;
    background: #ed1d61; */
    background-color: var(--beige-100);
    width: 16.25rem;
    font-size: 0;
    border: 0;
}

.concerts-list .button, .concerts-list a.button {
    background-color: var(--beige-100);
    color: var(--red-100);
}

.concerts-list a.button:hover {
    color: black;
}

.concerts-list p {
    margin: 1.5rem 0;
}

.album-tracks strong {
    font-weight: 400;
    font-size: 1.125rem;
}

.album-tracks p {
    font-size: 1rem;
}

.album-about h6 {
    margin-top: 1rem;
    margin-bottom: 0.2rem;
}

.next_button {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url('assets/next_button.svg');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -1px;
}

.next_button_red__left {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url('assets/next_button_red_left.svg');
    background-size: 100% 100%;
}

.next_button_red__right {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url('assets/next_button_red_right.svg');
    background-size: 100% 100%;
}

.section-red button, .section-red .button {
    background-color: var(--beige-100);
    color: var(--red-100);
}

.section-red .button a {
    color: var(--red-100);
}

.carrousel {
    padding-top: 3.125rem;
}

.glide button {
    text-decoration: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.glide__arrow--disabled {
    opacity: 0.50;
}

.glide__slides {
    overflow: visible;
}

.wp-block-file a {
    font-size: 1.125rem;
}

a.wp-block-file__button {
    display: none;    
}

.arrow_light__right {
    display: inline-block;
    width: 0.54125rem;
    height: 0.94rem;
    background-image: url('assets/light-right.svg');
    background-size: contain;
}

.arrow_light__left {
    display: inline-block;
    width: 0.54125rem;
    height: 0.94rem;
    background-image: url('assets/light-left.svg');
    background-size: contain;
}

.arrow_light__up {
    display: inline-block;
    height: 0.54125rem;
    width: 0.94rem;
    background-image: url('assets/light-up.svg');
    background-size: contain;
}

.arrow_light__down {
    display: inline-block;
    height: 0.54125rem;
    width: 0.94rem;
    background-image: url('assets/light-down.svg');
    background-size: contain;
}

.arrow_dark__right {
    display: inline-block;
    width: 0.54125rem;
    height: 0.94rem;
    background-image: url('assets/dark-right.svg');
    background-size: contain;
}

.arrow_dark__left {
    display: inline-block;
    width: 0.54125rem;
    height: 0.94rem;
    background-image: url('assets/dark-left.svg');
    background-size: contain;
}

.arrow_dark__up {
    display: inline-block;
    height: 0.54125rem;
    width: 0.94rem;
    background-image: url('assets/dark-up.svg');
    background-size: contain;
}

.arrow_dark__down {
    display: inline-block;
    height: 0.54125rem;
    width: 0.94rem;
    background-image: url('assets/dark-down.svg');
    background-size: contain;
}

.language-toggle__da {
    display: inline-block;
    height: 1.8125rem;
    width: 6.6875rem;
    background-image: url('assets/language-da.svg');
    background-size: 100% 100%;
}

.language-toggle__en {
    display: inline-block;
    height: 1.8125rem;
    width: 6.6875rem;
    background-image: url('assets/language-en.svg');
    background-size: 100% 100%;
}

.page-contents .mejs-container, .page-contents .mejs-container .mejs-controls, .page-contents .mejs-controls .mejs-embed, .page-contents .mejs-controls .mejs-embed body {
    background-color: var(--red-100);
}

.page-contents .mejs-container {
    max-width: var(--wp--style--global--content-size);
}

.page-contents .mejs-container, .page-contents .mejs-controls {
    border-radius: 20px;
}

.page-contents .mejs-button > button {
    background-image: url("./assets/mejs-controls-beige.svg");
}

.page-contents .mejs-time {
  color: var(--beige-100);
  opacity: 100%;
}

.page-contents .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: #fff;
}

.page-contents .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(219, 78, 136, 0.075);
}

.page-contents .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.page-contents .mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--beige-100);
  border-radius: 2px;
  height:inherit;
}

.page-contents .mejs-time-buffering,
.page-contents .mejs-time-current,
.page-contents .mejs-time-float,
.page-contents .mejs-time-float-corner,
.page-contents .mejs-time-float-current,
.page-contents .mejs-time-loaded,
.page-contents .mejs-time-total,
.page-contents .mejs-horizontal-volume-total,
.page-contents .mejs-time-handle-content {
  height: 4px;
}

.page-contents .mejs-time-buffering,
.page-contents .mejs-time-hovered,
.page-contents .mejs-time-marker,
.page-contents .mejs-time-float,
.page-contents .mejs-time-float-corner,
.page-contents .mejs-time-float-current,
.page-contents .mejs-time-loaded,
.page-contents .mejs-time-handle-content {
    display: none;
}

.page-contents .mejs-time-rail .mejs-time-float {
    opacity: 0%;
}

.page-contents .mejs-time-rail .mejs-time-total {
    background-color: #b7959a;
    border-radius: 2px;
}


.page-contents .mejs-time-handle-content {
  top: -6px;
}

.page-contents .mejs-time-total {
  margin-top: 8px;
}

.page-contents .mejs-horizontal-volume-total {
  top: 19px;
}

.reviews-table th {
    color: var(--red-100)
}

.reviews-table th, .reviews-table td {
    border: none;
    padding-left: 0;
    padding-right: 1rem;
}

.review {
    border-top: 1px solid var(--red-100);
    margin-top: 2rem;
    padding-top: 1.5625rem;
}

.review img {
    padding-bottom: 1rem;
}

.audio-samples {
    margin-top: 3rem;
}

.audio-samples p {
    margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 11.264px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    html {
        font-size: 1.1vw;
    }
}

@media screen and (min-width: 850px) {
    .row {
        flex-direction: row;
    }

    .section {
        padding: 0 10rem 3.125rem 10rem;
    }

    .section-red {
        padding-top: 3.125rem;
    }

    header {
        padding: 1.25rem 10rem;
    }

    header .header-items {
        display: flex;
    }

    header .mobile-menu-toggle {
        display: none;
    }

    header .header-item:hover > .submenu {
        display: block;
        position: absolute;
        right: 0;
        /* width: 10rem; */
        width: max-content;
        text-align: right;
        background-color: #F2E2D4EA;
        padding: 0 0.5rem 1rem 1rem;
	z-index: 1;
    }
}

@media screen and (max-width: 850px) {
    .row {
        flex-direction: column;
    }

    .section {
        padding: 0 2rem 3.125rem 2rem;
    }

    .section-red {
        padding-top: 3.125rem;
    }

    header {
        padding: 1.25rem 2rem;
    }

    header .header-menu {
        display: relative;
    }

    header .header-items {
        display: none;
    }

    header .mobile-menu-toggle {
        display: block;
    }

    .mobile-menu-toggle > span {
        width: 71px;
        height: 51px;
        background-image: url('./assets/collapsed.svg');
    }

    #mobile-menu-toggle:checked ~ .header-items {
        position: absolute;
        display: block;
        right: 2rem;
        padding: 1rem;
        background-color: var(--beige-100);
        z-index: 100;
    }

    #mobile-menu-toggle:checked ~ .mobile-menu-toggle > span {
        background-image: url('./assets/expanded.svg');
    }

    header .submenu {
        display: block;
        position: relative;
        background-color: var(--beige-100);
    }

    header .header-items li {
        padding-top: 1rem;
        padding-left: 1rem;
    }

    header .header-items .header-item {
        text-align: left;
        padding-bottom: 1rem;
    }

    .column-picture {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }

    .concerts-list .list {
        grid-template-columns: repeat(auto-fill, minmax(18rem, calc(50% - 1.9375rem)));
    }

    h1 {
        font-size: 4rem;
    }

    p {
        text-align: justify;
        hyphens: auto;
    }

    footer > div {
        gap: 2.5rem;
    }

    .footer-social img {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .concerts-list .list {
        grid-template-columns: repeat(auto-fill, 100%);
    }
}
