.site-header {
    background-image: url("../img/header-bg.jpg");
    background-size: cover;
    background-position: top left;
}

#logo-header img {
    width: 200px !important;
    max-height: 100% !important;
}

#header-content {
    background-image: url("../img/header-shape.svg");
    background-position: left top;
    background-position-y: -100px;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 70%;
    color: #FFFFFF;
}

#header-content a {
    color: #FFFFFF;
    text-decoration: none;
}

.sub-menu .menu-item {
    background-color: #FFF;
}

.sub-menu .menu-item a {
    color: #c3986c !important;
    padding: 14px !important;
}

#social-icons-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 75px;
}

#social-icons-header img {
    width: 21px;
    max-height: 22px;
    margin-top: -8px;
}

#social-icons-header p {
    padding: 0 8px;
}

#header-col {
    display: flex;
    align-items: center;
}

.icons a {
    padding: 0 4px;
}

#site-navigation a {
    padding: 0 0 0 48px;
    text-transform: uppercase;
}

#header-title {
    position: absolute;
    top: 38%;
    right: 5%;
    width: 55%;
}

#header-title h1 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 52px;
}

#header-title button {
    margin: 25px 0 0;
    background-color: #FFFFFF;
    color: #c3986c;
    padding: 15px 25px;
    font-size: 15px;
    text-transform: uppercase;
    border: 0;
}

.footer-bg {
    background-color: #f3f3f3;
    padding: 50px 0;
}

.footer-logo {
    width: 150px;
}

.footer-first-row, .footer-second-row {
    padding: 15px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-first-row p {
    text-transform: uppercase;
    font-size: 15px;
    color: #c3986c;
    font-weight: lighter;
}

.footer-second-row h4 {
    text-transform: uppercase;
    font-size: 17px;
    color: #c3986c;
}

.footer-second-row p {
    color: #c3986c;
    font-size: 17px;
}

#copyright {
    text-align: center;
    font-size: 16px;
    margin-top: 32px;
}

#copyright a {
    color: black;
}

.box-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #c3986c;
}

.h1-main-title h2 {
    font-weight: lighter;
}

.opis-fixed {
    position: sticky;
    background-color: #f3f3f3;
    top: 16px;
}

.opis-fixed a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #c3986c;
}

.zabiegi-container h3 {
    background-color: #c3986c;
    color: #fff;
    font-weight: normal;
    padding: 8px 8px 8px 32px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.zabiegi-container {
    text-align: justify;
}

.zabiegi-title {
    margin: 32px 16px;
    text-align: center;
}

.fixed-item {
    height: calc(100vh/7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #c3986c;
    margin: 8px 0;
}

.fixed-item > div {
    text-align: center;
}

.fixed-item h4 {
    margin: 0;
    font-size: 15px;
    color: #c3986c;
}

.czas_container {
    background-color: #c3986c;
    background-image: url("../img/czas-zabiegu.jpg");
    background-position: center right;
    color: #fff;
    height: 100px;
}

.czas_container h4 {
    font-weight: lighter;
}

.znieczulenie_container {
    background-color: #c3986c;
    background-image: url("../img/znieczulenie-zabiegu.jpg");
    background-position: center right;
    color: #fff;
    height: 100px;
}

.rekonwalesencja_container {
    background-color: #c3986c;
    background-image: url("../img/rekonwalesencja-zabiegu.jpg");
    background-position: center right;
    color: #fff;
    height: 100px;
}

#image-zabiegu img {
    width: 100%;
    margin-top: 16px;
}

.czas {
    font-size: 30px;
    line-height: 1;
}

.once_item {
    border-left: 2px solid #c3986c;
    margin: 16px;
}

.once_item h4 {
    width: 100%;
    padding: 8px;
}

.once_item a {
    color: #c3986c;
    text-decoration: none;
    font-size: 12px;
}

.once_item a > p {
    color: #888888;
    text-decoration: none;
    font-size: 12px;
}

.category h2 {
    text-align: center;
}

#medycyna-estetyczna, #medycyna-laserowa, #zabiegi-pielegnacyjne {
    cursor: pointer;
}

.wiadomosc {
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    padding: 15px;
}

.input-name {
    border: 1px solid #d7d7d7 !important;
    border-radius: 15px !important;
    padding: 15px !important;
}


.wiadomosc::placeholder, .input-name::placeholder {
    color: #a4a4a4;
}

.contact-button {
    background-color: #c3986c !important;
    border-radius: 15px !important;
    padding: 15px !important;
    width: 100% !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 15px !important;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 20px !important;
}

.entry-title {
    text-align: center;
    text-transform: uppercase;
}

/*MOBILE!!!*/
@media only screen and (max-width: 600px) {

    html {
        width: 100%;
    }

    #header-content {
        background-image: none;
        background-color: #c3986c;
        width: 100%;
    }

    .main-navigation {
        margin: 0;
    }

    #social-icons-header {
        flex-direction: column;
    }

    #header-title {
        width: 100%;
        right: -5%;
    }

    #header-title h1 {
        display: none;
    }

    .site-header {
        background: none;
    }

    .menu-toggle, .main-navigation.toggled ul {
        display: none;
    }

    #mega-menu-wrap-menu-1 {
        width: 95%;
        z-index: 10 !important;
    }

    .footer-first-row, .footer-second-row {
        flex-direction: column;
    }
}