/*
*    Theme Name: Niko-theme
*    Version:    1.0.22042025.5
*    Created on: 2025-04-22, 12:00
*    Author:     Nikograf - Patryk Siuta
*    Author URI: http://www.nikoraf.pl
*    E-mail:     kontakt@nikograf.pl
*/

:root {
    --blue:         #003a60;
    --dark-blue:    #17232b;
    --red:          #bc1013;
    --orange:       #ff7a01;
    --grey:         #d9d9d9;
    --grey2:        #efefef;
    --light-grey-a: rgba(230, 230, 230, .65);
    --light-grey-b: rgba(230, 230, 230, .35);
}

@import url(https://fonts.bunny.net/css?family=montserrat:400,500,700);

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a {
    img {
        &.alignright {
            float: right;
            margin: 5px 0 20px 20px;
        }
        &.alignnone {
            margin: 5px 20px 20px 0;
        }
        &.alignleft {
            float: left;
            margin: 5px 20px 20px 0;
        }
        &.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    }
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;

    &.alignnone {
        margin: 5px 20px 20px 0;
    }

    &.alignleft {
        margin: 5px 20px 20px 0;
    }

    &.alignright {
        margin: 5px 0 20px 20px;
    }

    img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    p {
        &.wp-caption-text {
            font-size: 11px;
            line-height: 17px;
            margin: 0;
            padding: 0 4px 5px;
        }
    }
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    &:focus {
        background-color: #eee;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
}
/* -------------------------------------------------------------- */

* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
html,
body {
    padding: 0;
    margin: 0;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
strong {
    font-weight: 700;
}
a {
    text-decoration: none;
}
svg {
    &.menu-bars,
    &.menu-close {
        width: 23px;
        height: auto;
        display: none;
    }
    &.active {
        display: block;
    }
}

input {
    &[type="text"],
    &[type="tel"],
    &[type="email"] {
        min-height: 50px;
        font-size: 18px;
        padding: 5px 10px;
        width: 100%;
    }
    &[type="submit"] {
        background-color: #000000;
        text-align: center;
        min-height: 46px;
        font-size: 18px;
        padding: 5px 10px;
        color: #FFFFFF;
        width: 95%;
        margin: auto;
        display: block;
        border: 2px solid #000;
        transition: all .4s;
        cursor: pointer;
        text-transform: uppercase;
        &:hover {
            background-color: #FFF;
            color: #000;
        }
    }
}
textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
}
ul {
    &.lang-switcher {
        list-style-type: none;
        margin: 0;
        padding: 0 17px 0 0;
        position: absolute;
        background-color: #FFF;
        right: 50px;
        top: -3px;
        cursor: pointer;
        transition: all .3s;
        display: flex;
        flex-direction: column;
        li {
            a {
                display: block;
                padding: 5px 10px;
                img {
                    border: 1px solid var(--blue);
                }
            }
            padding: 5px 10px;
            &:not(.current-lang) {
                display: none;
                order: 1;
                &:hover {
                    background-color: #FFF;
                }
            }
            &.current-lang {
                order: 0;
                a {
                    pointer-events: none;
                }
            }
        }
        &:after {
            content: "";
            display: block;
            border-bottom: 2px solid #000;
            border-right: 2px solid #000;
            transform: rotate(45deg);
            position: absolute;
            top: 14px;
            right:6px;
            width:5px;
            height: 5px;
            transition: all .3s;
        }
        &:hover {
            background-color: var(--blue);
            &:after {
                border-bottom-color: #FFF;
                border-right-color: #FFF;
                transform: rotate(-135deg);
            }
            li {
                &:not(.current-lang) {
                    display: block;
                }
            }
        }
    }
    &.employers-list,
    &.posts-list {
        list-style-type: none;
        padding: 0;
        margin: 50px 0 100px 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
        li {
            width: 100%;
            text-align: center;
            flex-grow: 1;
            padding-bottom: 40px;
            img {
                display: block;
                width: 180px;
                height: auto;
                margin: 0 auto 20px;
                aspect-ratio: 1 / 1;
                object-fit: cover;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                box-shadow: 4px 10px 15px -5px rgba(0, 0, 0, .49);
            }
            .img-placeholder {
                background-color: var(--blue);
                display: block;
                width: 180px;
                height: 180px;
                aspect-ratio: 1 / 1;
                margin: 0 auto 20px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                box-shadow: 4px 10px 15px -5px rgba(0, 0, 0, .49);
            }
            h2 {
                color: var(--red);
                display: block;
                text-align: center;
                text-transform: uppercase;
                margin-top: 0;
                margin-bottom: 5px;
            }
            h3 {
                font-weight: 700;
                margin-top: 0;
                margin-bottom: 5px;
            }
            a {
                display: block;
                text-align: center;
                transition: all .3s;
                &:hover {
                    color: var(--red);
                }
            }
        }
    }
    &.posts-list {
        li {
            .post-dummy-image {
                background-color: var(--blue);
                width: 180px;
                height: 180px;
                aspect-ratio: 1 / 1;
                margin: 0 auto 20px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                box-shadow: 4px 10px 15px -5px rgba(0, 0, 0, .49);
            }
            h2 {
                font-size: 24px;
            }
            span {
                color: var(--red);
                display: block;
                font-size: 16px;
                width: fit-content;
                padding: 5px 10px;
                border-radius: 3px;
                background-color: #fff;
                margin: 10px auto;
            }
        }
    }
}

header {
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .25);
    transition: min-height .3s;
    padding-left: 2%;
    padding-right: 2%;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 100;
    .custom-logo {
        max-width: 160px;
        max-height: 30px;
    }
    & > div {
        display: flex;
        justify-content: space-between;
        align-content: center;
    }
    nav {
        visibility: hidden;
        opacity: 0;
        top: 50px;
        left:50%;
        transform: translateX(-50%);
        background-color: #FFF;
        padding: 40px 40px 80px;
        transition: all .3s;
        position: absolute;
        height: auto;
        width: 100vw;
        ul {
            list-style-type: none;
            &.header-menu {
                padding: 0;
                margin: 0;
                li {
                    font-size: 22px;
                    position: relative;
                    text-align: center;
                    margin: 7px 0;
                    line-height: 1.6;
                    &.menu-item-has-children {
                        &:after {
                            content: "";
                            display: inline-block;
                            width: 7px;
                            height: 7px;
                            border-bottom: 2px solid var(--blue);
                            border-right: 2px solid var(--blue);
                            position: absolute;
                            top: 10px;
                            right: 5px;
                            margin-left: 10px;
                            transform: rotate(45deg);
                            transition: all .3s;
                        }
                        &:hover {
                            &:after {
                                transform: rotate(225deg);
                                top: 14px;
                            }
                            .sub-menu {
                                opacity: 1;
                                visibility: visible;
                                top: 100%;
                                display: block;
                            }
                        }
                    }
                    &.current-menu-item,
                    &.current-menu-parent {
                        & > a {
                            width:fit-content;
                            display: inline-block;
                            &:after {
                                content: "";
                                height: 2px;
                                background-color: var(--red);
                                bottom:  0;
                                left: 0;
                                display: block;
                                width: 100%;
                            }
                        }
                    }
                }
            }
            &.sub-menu {
                padding-left: 0;
                opacity: 0;
                visibility: hidden;
                display: none;
                li {
                    font-size: 17px;
                }
            }
        }
        &.active {
            display: block;
            top: 50px;
            visibility: visible;
            opacity: 1;
        }
    }
    a {
        color: var(--blue);
        transition: all .3s;
        &:hover {
            color: var(--red);
        }
    }
    & + section {
        padding-top: 75px;
        min-height: calc(100vh - 233px);
        background-image: url('https://necks.nikograf.pl/wp-content/uploads/2025/04/bg-on-white.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        &.posts,
        &.page,
        &.post,
        &.front-page {
            & > .page-thumbnails {
                position: relative;
                height: 500px;
                width: 100%;
                background-color: var(--blue);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                color: #FFF;
                &:before,
                &:after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    opacity: .5;
                }
                &:before {
                    background-color: var(--dark-blue);
                }
                &:after {
                    background-color: var(--blue);
                }
                .page-title {
                    position: absolute;
                    left: 5%;
                    top: 50%;
                    width: 90%;
                    transform: translateY( -50% );
                    z-index: 10;
                    text-align: center;
                    max-width: 720px;
                }
                h1 {
                    font-size: 18px;
                    font-weight: 400;
                    text-transform: uppercase;
                    margin-top: 0;
                }
                .headline {
                    font-size: 38px;
                    margin-top: 10px;
                    margin-bottom: 0;
                    text-transform: uppercase;
                    font-weight: 500;
                }
            }
        }
        &.page {
            p {
                font-size: 18px;
            }
            & > h1 {
                text-align: center;
                text-transform: uppercase;
                margin: 30px auto;
            }
        }
        &.post,
        &.posts {
            & > .page-thumbnails {
                min-height: 200px;
                height: 25vh;
            }
        }
    }
    &>.container {
        position: relative;
    }
}
section {
    &.post,
    &.posts,
    &.page,
    &.front-page {
        & > .container {
            padding-left: 4%;
            padding-right: 4%;
            p, ul {
                line-height: 26px;
                font-size: 16px;
                margin-bottom: 36px;
            }
            h3 {
                font-size: 16px;
            }
            h2 {
                font-weight: 400;
            }
            a {
                color: #000;
                text-decoration: none;
                transition: all .4s;
                &:hover {
                    color: var(--red);
                }
            }
            .last-blocks {
                gap: 0;
                p {
                    line-height: 47px;
                }
            }
            ul {
                &.employers-list {
                    li {
                        h2 {
                            font-size: 18px;
                            font-weight: 700;
                        }
                        h3 {
                            font-size: 17px;
                        }
                    }
                }
            }
        }
        .page-thumbnails {
            margin-bottom: 60px;
        }
    }
    &.front-page {
        .video-block {
            min-height: calc(100dvh - 60px) !important;
        }
        h1 {
            font-weight: 500;
        }
        a {
            &.wp-block-button__link {
                position: relative;
                padding-right: 40px !important;
                display: block;
                transition: all .3s;
                &:after,
                &:before {
                    content: "";
                    top: 50%;
                    display: block;
                    position: absolute;
                    transition: all .3s;
                }
                &:after {
                    right: 11px;
                    width: 18px;
                    height: 3px;
                    background-color: #000;
                    transform: translateY(-50%);
                }
                &:before {
                    right: 10px;
                    width: 0;
                    height: 0;
                    border-top: 5px solid transparent;
                    border-bottom: 5px solid transparent;
                    border-left: 5px solid #000;
                    transform:  translateY(-50%);
                }
                &.has-white-color {
                    &:after {
                        background-color: #FFF;
                    }
                    &:before {
                        border-left: 5px solid #FFF;
                    }
                }
                &:hover {
                    color: var(--red) !important;
                    &:after {
                        background-color: var(--red);
                        right: 1px;
                    }
                    &:before {
                        border-left: 5px solid var(--red);
                        right: 0;
                    }
                }


            }
        }
        .certificate-block {
            .nk-awb-inner {
                img {
                    object-position: 35% 50% !important;
                }
            }
        }
        .quality-box {
            .nk-awb-inner {
                img {
                    object-position: 50% 50% !important;
                }
            }
        }
    }
}
footer {
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    padding: 60px 2% 30px;
    a {
        color: #FFF;
        transition: color .3s;
        &:hover {
            color: var(--red);
        }
        &.niko-link {
            font-weight: 700;
            &:hover {
                color: var(--orange);
            }
        }
    }
    .copy {
        font-size: 14px;
        position: relative;
        z-index: 20;
        text-align: center;
        span {
            display: block;
            margin-top: 10px;
        }
    }
    .widgets {
        position: relative;
        z-index: 20;
    }
    &:before,
    &:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 12;
        content: "";
        backdrop-filter: blur(20px);
        display: block;
        background-color: var(--blue);
        opacity: .5;
    }
    &:before {
        background-color: var(--dark-blue);
    }
    .footer-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('https://necks.nikograf.pl/wp-content/uploads/2025/04/footer-bg_720_0_1_thumb.webp');
        background-size: cover;
        filter: blur(20px);
        z-index: 10;
    }
    .widgets {
        display: flex;
        flex-direction: column;
        margin-bottom: 7px;
        .widgets-column {
            width: 100%;
            text-align: center;
        }
        .widget-block {
            padding-top: 8px;
        }
        & > h2 {
            text-align: center;
            font-size:28px;
            margin-top: 0;
            font-weight: 400;
            display:block;
            width:100%;
            text-transform: uppercase;
        }
        p, span, li {
            font-size: 14px;
            line-height: 29px;
            margin-top: 0;
        }
        a {
            transition: .3s;
            &:hover {
                color: var(--red);
            }
        }
    }
}
span {
    &.wpcf7-not-valid-tip {
        font-weight: 700;
        font-size: 14px;
        display: block;
        margin-top: 7px;
    }
}
.form-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:start;
    p {
        width: 100%;
    }
    .first-cell,
    .last-cell {
        width: 49%;
        label {
            display: block;
            position: relative;
            top: 28px;
            left: 10px;
            z-index: 1;
            width: fit-content;
            transition: all .4s;
            line-height: 5px;
            &.active {
                font-size: 12.6px;
                top: 15px;
            }
        }
    }
    .full-cell {
        width: 100%;
        label {
            display: block;
            position: relative;
            top: 28px;
            left: 10px;
            z-index: 1;
            width: fit-content;
            transition: all .4s;
            line-height: 5px;
            &.active {
                font-size: 12.6px;
                top: 15px;
            }
        }
    }
    input {
        &[type="text"],
        &[type="tel"],
        &[type="email"] {
            padding: 15px 10px 5px;
        }
    }
    textarea {
        padding: 20px 10px 5px;
    }
}
.front-links-block {
    a {
        display: block;
        &:hover {
            figure {
                &:after,
                &:before {
                    opacity: .25;
                }
            }
            figcaption {
                &:after {
                    background-color: var(--red);
                    right: 21px;
                }
                &:before {
                    border-left: 5px solid var(--red);
                    right: 20px;
                }
            }
        }
        figcaption {
            position: relative;
            &:after,
            &:before {
                content: "";
                top: 50%;
                display: block;
                position: absolute;
                transition: all .3s;
            }
            &:after {
                right: 11px;
                width: 18px;
                height: 3px;
                background-color: #000;
                transform: translateY(-50%);
            }
            &:before {
                right: 10px;
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-left: 5px solid #000;
                transform:  translateY(-50%);
            }
        }
    }
    img {
        aspect-ratio: 3 / 1;
        object-fit: cover;
        width: 100%;
        height: auto;
        filter: grayscale(100%);
    }
    figure {
        position: relative;
        margin-bottom: 0;
        &:after,
        &:before {
            transition: all .3s;
            opacity: .35;
            z-index: 10;
            content: "";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            aspect-ratio: 3 / 1;
            background-color: var(--blue);
        }
        &:after {
            mix-blend-mode: overlay;
        }
        &:before {
            mix-blend-mode: color;
        }
    }
    figcaption {
        background-color: var(--grey2);
        padding: 15px 20px;
        font-weight: bold;
        font-size: 18px;
        margin: 0;
        border-top: 4px solid var(--red);
    }
    .wp-block-column {
        box-shadow: 0 1px 14px 3px rgba(0, 0, 0, .22);
        transition: all .3s;
        position: relative;
        top: 0;
        &:hover {
            top: -10px;
        }
    }
}
figure {
    &.wp-block-gallery {
        &.columns-default {
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 0;
            a {
                display: block;
                width: 100%;
                margin-bottom: 20px;
            }
        }
        &.has-nested-images {
            figure.wp-block-image:not(#individual-image) {
                width: 100%;
            }
        }
    }
}


.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left:  calc(50vw - 50%);
    padding-right:  calc(50vw - 50%);
    max-width: 100vw;
    box-sizing: border-box;
}
.alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.grecaptcha-badge {
       visibility: collapse !important;
   }
@media only screen and (max-width: 600px) {
    header {
        & > div {
            width: 100%;
        }
    }
}
@media only screen and (min-width: 600px) {
    header {
        & > div {
            width: 100%;
        }
    }
}
@media only screen and (min-width: 768px) {
    ul {
        &.lang-switcher {
            right: 0;
        }
        &.employers-list {
            flex-direction: row;
            flex-wrap: wrap;
            li {
                flex: 1 1 calc((100% - 80px) / 3); /* 80px = 2 przerwy po 40px */
                box-sizing: border-box;
                max-width: calc((100% - 80px) / 3);
            }
        }
        &.posts-list {
            flex-direction: row;
            flex-wrap: wrap;
            li {
                max-width: calc( ( 100% - 80px ) / 3 );
            }
        }
    }
    header {
        nav {
            visibility: visible;
            opacity: 1;
            padding: 0;
            position: static;
            margin-right: 65px;
            transform: none;
            width: auto;
            ul {
                &.header-menu {
                    li {
                        &.menu-item-has-children {
                            &:hover {
                                &:after {
                                    top: 15px;
                                }
                            }
                        }
                    }
                }
                &.sub-menu {
                  display: block;
                  li {
                      text-align: left;
                  }
              }
            }
        }
    }
    footer {
        padding: 122px 2% 75px;
        background-color: var(--blue);
        .widgets {
            flex-direction: row;
            flex-wrap: wrap;
            & > h2 {
                text-align: left;
            }
            p, span, li {
                font-size: 18px;
            }
            .widgets-column {
                width: 25%;
                text-align: left;
            }
        }
    }
    .form-container {
        max-width: 960px;
        margin: auto;
    }
    figure {
        &.wp-block-gallery {
            &.columns-default {
                a {
                    width: calc( ( 100% - 40px ) / 3 );
                    transition: all .3s;
                    position: relative;
                    top: 0;
                    &:not(:nth-child(3n)) {
                        margin-right: 20px;
                    }
                    &:hover {
                        top: -10px;
                        -webkit-box-shadow: 0px 22px 40px -11px rgba(66, 68, 90, 0.3);
                        box-shadow: 0px 22px 40px -11px rgba(66, 68, 90, 0.3);
                        z-index: 10;
                    }
                }
            }
            &.is-cropped {
                figure {
                    img {
                        aspect-ratio: 1 / 1;
                        object-fit: cover;
                    }
                }
            }
        }
    }
}
@media only screen and (min-width: 992px) {
    header {
        nav {
            display: block;
            ul {
                &.header-menu {
                    display: flex;
                    flex-direction: row;
                    align-content: center;
                    & > li {
                        white-space: nowrap;
                    }
                    li {
                        margin: 0 15px;
                        line-height: 34px;
                        a {
                            display: block;
                            font-size: 17px;
                        }
                        &.menu-item-has-children {
                            padding-right: 20px;
                            &:after {
                                position: absolute;
                                top: 10px;
                                right: 0;
                            }
                        }
                        &.current-menu-item,
                        &.current-menu-parent {
                            width: fit-content;
                            &:before {
                                content: "";
                                width:100%;
                                height: 2px;
                                background-color: var(--red);
                                bottom:  0;
                                left: 0;
                                display: block;
                                position: absolute;
                            }
                            a{
                                width: fit-content;
                                &:after {
                                    display: none;
                                }
                            }
                        }
                    }
                }
                &.sub-menu {
                    opacity: 0;
                    visibility: hidden;
                    background-color: #FFFFFF;
                    position: absolute;
                    top: calc(100% + 20px);
                    left: 0;
                    transition: all .3s;
                    list-style-type: none;
                    padding: 25px 15px 15px 15px;
                    border-bottom: 3px solid var(--red);
                }
            }
        }
        svg {
            &.menu-bars,
            &.menu-close {
                display: none;
            }
        }
        & + section {
            &.posts,
            &.page,
            &.post,
            &.front-page {
                .video-block {
                    min-height: 820px !important;
                }
                & > .page-thumbnails {
                    margin-bottom: 100px;
                    .page-title {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        transform: translate( -50%, -50% );
                        z-index: 10;
                    }
                }
            }
            &.post,
            &.posts {
                & > .page-thumbnails {
                    min-height: 300px;
                    height: 30vh;
                }
            }
        }
    }
    section {
        &.posts,
        &.page,
        &.post,
        &.front-page {
            & > .container {
                padding-left: 20px;
                padding-right: 20px;
                h3 {
                    font-size: 18px;
                }
                h2 {
                    font-size: 34px;
                }
                p, ul {
                    line-height: 29px;
                    font-size: 18px;
                }
                ul {
                    &.employers-list {
                        li {
                            h2 {
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
        &.front-page {
            .video-block {
                h1 {
                    display: block;
                    max-width: 1100px;
                    margin: auto;
                    line-height: 53px;
                }
            }
            h1 {
                font-size: 38px;
            }
            .certificate-block {
                .nk-awb-inner {
                    img {
                        object-position: 0% 50% !important;
                    }
                }
            }
            .quality-box {
                .nk-awb-inner {
                    img {
                        object-position: 100% 50% !important;
                    }
                }
            }
        }
    }
    footer {
        .copy {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
        }
    }
    .form-container {
        input {
            &[type="submit"] {
                max-width: 260px;
                margin-left: 0;
                display: block;
            }
        }
    }
    .container {
        &.small {
            max-width:1000px;
        }
    }
}
@media only screen and (min-width: 1200px) {
    header {
        padding-left: 0;
        padding-right: 0;
        & + section {
            &.posts,
            &.page,
            &.post,
            &.front-page {
                & > .page-thumbnails {
                    height: 700px;
                }
            }
            &.post,
            &.posts {
                & > .page-thumbnails {
                    min-height: 300px;
                    height: 30vh;
                }
            }
        }
    }
    .container {
        width: 100%;
        max-width: 1420px;
        margin-left: auto;
        margin-right: auto;
    }
}