.page-content a, .page-header.article-hero a{
    color: #000000;
    text-decoration: underline;
}

[type=button],
[type=submit],
button {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
}

[type=button]:hover,
[type=submit]:hover,
button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

header#site-header {
    background: #000000;
    padding-block: 0;
    padding: 80px 0 20px;
    min-height: 200px;
}

.site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

nav.site-navigation.show {
    margin-top: 40px;
}

.site-navigation ul.menu li a {
    color: white;
    text-transform: uppercase;
}

.site-navigation ul.menu li ul {
    background: #000000;
}

.site-navigation ul.sub-menu li a {
    text-transform: initial;
    min-width: 250px;
}

main#content {
    min-height: calc(100vh - 576px);
}

.single main#content {
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: 80px 0 0;
}

.article-hero {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(320px, 1fr);
    gap: 0;
    align-items: center;
    margin-bottom: 56px;
}

.article-hero__content {
    background: #efefef;
    min-height: 520px;
    padding: 72px 230px 72px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* flex: 2; */
}

.article-hero__categories {
    margin-bottom: 0px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-hero__categories a {
    text-decoration: none;
    font-weight: 400;
}

h1.article-hero__title {
    margin: 0 0 32px;
    max-width: 12ch;
    font-size: 2.6rem;
    line-height: 0.95;
    text-transform: initial;
}

.article-hero__date {
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.article-hero__media {
    position: relative;
    margin-left: -215px;
    z-index: 1;
}

.article-hero__image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.article-hero--no-image {
    grid-template-columns: 1fr;
}

.article-hero--no-image .article-hero__content {
    min-height: auto;
}

.single .page-content {
    width: min(920px, 100%);
    margin: 0 auto;
}

.single-bottom-template {
    width: 100vw;
    max-width: 100vw;
    margin: 64px calc(50% - 50vw) 0;
}

.single-bottom-template .elementor {
    width: 100%;
}

.snkv-form-row {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.snkv-form-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.snkv-form-col--left,
.snkv-form-col--right {
    flex: 1 1 0;
}

.snkv-form-row .wpcf7-form-control-wrap {
    display: block;
}

.snkv-form-row input,
.snkv-form-row select,
.snkv-form-row textarea {
    width: 100%;
    background: #F1F1F1;
    border: 1px solid #dfdfdf;
}

.snkv-form-row textarea {
    min-height: 180px;
    resize: vertical;
}

.snkv-select-wrap {
    position: relative;
}

.snkv-select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 62px;
}

.snkv-select-wrap select::-ms-expand {
    display: none;
}

.snkv-select-wrap::before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 48px;
    height: 40px;
    /* overflow: hidden; */
    border-left: 1px solid #bcbcbc;
    background: #d8d8d8;
    pointer-events: none;
    z-index: 10;
}

.snkv-select-wrap::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 37%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    z-index: 100;
}

/* Elementor fixande*/
.elementor-container .kvarnholmen-gap .elementor-column-gap-default {
    gap: 20px;
}

/* Citattecken före blockquote */
.elementor-widget-text-editor blockquote {
    position: relative;
    padding-left: 8rem;
}

.elementor-widget-text-editor blockquote::before {
    content: "“";
    position: absolute;
    left: 0;
    transform: rotate(180deg);
    top: -220px;
    font-size: 21rem;
    line-height: 1;
    color: #C5C5C5;
    font-family: "Gotham-Condensed", sans-serif;
}

.kvarnholmen-middle-line {
    background: linear-gradient(#000, #000) center center / calc(100% - 40px) 2px no-repeat;
}

/*CF7 */

.kvarnholmen-cf7-block {
    background: #f1f1f1;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.kvarnholmen-cf7-row {
    display: flex;
    gap: 60px;
    align-items: flex-end;
    padding: 10px 40px;
}

.kvarnholmen-cf7-col {
    flex: 1;
}

.kvarnholmen-cf7-block h3{
    background: black;
    color: white;
    margin-top: 0;
    padding: 50px 20px 20px;
}

.kvarnholmen-cf7-block .wpcf7-select {
    color: #969ca5;
    padding: 14px;
    width: 100%;
    border: 0;
    border-radius: 2px;
    margin-bottom: 0;
}

/** Footer */
.site-footer {
    color: #ffffff;
    padding: 0;
    max-width: 100%;
}

.single-post .site-footer {
    padding: 0;
}

.site-footer .footer-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.site-footer .site-logo {
    max-width: 320px;
}

/** För att fixa kolumners min height */
selector {
    min-height: 450px;
}

.footer-high {
    background: black;
    display: flex;
    padding: 30px 0;
    font-size: 0.9rem;
}

.footer-high .footer-inner>div {
    flex: 1;
    align-self: center;
}

.footer-high .footer-inner>div:first-child {
    flex: 2;
}

.footer-high .footer-inner div:nth-child(2) {
    align-self: flex-start;
}

.footer-low {
    display: flex;
    justify-content: space-between;
    background: #111111;
    padding: 10px 0;
    align-items: center;
}

.footer-low .footer-inner {
    align-items: center;
    color: gray;
    font-size: 0.8rem;
}

/** mobile */
@media (max-width: 767px) {
    .site-footer .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .single main#content {
        width: min(100%, calc(100% - 32px));
        padding: 24px 0 56px;
    }

    .article-hero {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }

    .article-hero__content {
        min-height: auto;
        padding: 36px 28px;
    }

}