/*
Theme Name: OEX Cursor - Wsparcie Sprzedaży
Author: Maciej Noworyta (Vestigio Agency)
Author URI: https://vestigio.agency
*/

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, time, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
    display: block;
}

a, ins, del {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

strong {
    font-weight: 700;
}

caption, th {
    text-align: left;
}

q:after, q:before {
    content: "";
}

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

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

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

* {
    outline: none;
    margin: 0;
    padding: 0;
}

a {
    color: #484848;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}

a:hover, a:focus {
    color: #0065e0;
    text-decoration: none;
    outline: none;
}

@font-face {
    font-family: ProximaNova;
    src: url("assets/fonts/2EB374_11_0.eot");
    src: url("assets/fonts/2EB374_11_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/2EB374_11_0.woff2") format("woff2"), url("assets/fonts/2EB374_11_0.woff") format("woff"), url("assets/fonts/2EB374_11_0.ttf") format("truetype");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: ProximaNova;
    src: url("assets/fonts/2EB374_12_0.eot");
    src: url("assets/fonts/2EB374_12_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/2EB374_12_0.woff2") format("woff2"), url("assets/fonts/2EB374_12_0.woff") format("woff"), url("assets/fonts/2EB374_12_0.ttf") format("truetype");
    font-weight: 800;
    font-display: swap
}

@font-face {
    font-family: ProximaNova;
    src: url("assets/fonts/2EB374_15_0.eot");
    src: url("assets/fonts/2EB374_15_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/2EB374_15_0.woff2") format("woff2"), url("assets/fonts/2EB374_15_0.woff") format("woff"), url("assets/fonts/2EB374_15_0.ttf") format("truetype");
    font-weight: 400;
    font-display: swap
}

html, body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'ProximaNova', sans-serif;
    padding: 0;
    margin: 0;
    color: #303745;
    line-height: 1.5;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.transition {
    opacity: 0.85;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.transition:hover {
    opacity: 1;
}

.container {
    max-width: 1352px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

p {
    padding: 5px 0;
    margin: 0 0 10px;
    line-height: 1.45;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}

.btn {
    font-size: 14px;
    color: #fff;
    padding: 18px 30px 18px 70px;
    border: 1px solid #0065e0;
    background: #0065e0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    transition: all 300ms ease-out 0s;
}


.btn:hover {
    color: #fff;
    border: 1px solid #1c1c1c;
    background: #1c1c1c;
    padding-left: 75px;
}

/* Header */
.logged-in #header {
    top: 32px;
}

.logged-in #header.sticky {
    top: 32px;
}

.slicknav_menu {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#header .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 75px;
}

#header.sticky {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

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

#header .header__logo span {
    color: #303745;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
}

#header .header__logo img {
    width: auto;
    max-height: 50px;
}

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

#header .header__navigation-menu li {
    position: relative;
}

#header .header__navigation-menu  ul {
    display: flex;
    gap: 15px;
    align-items: center;
}

#header .header__navigation-menu ul li a {
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    font-weight: 700;
    color: #303745;
    padding: 5px 10px;
    -webkit-transition: .3s;
    transition: all .3s;
    text-transform: uppercase;
    display: block;
}

#header .header__navigation-menu ul li  a:hover,
#header .header__navigation-menu ul li.current-menu-item a {
    color: #fff;
    background: #0065e0;
}

#header .header__navigation-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
}

#header .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    margin-top: -5px;
}

#header .wpml-ls-legacy-list-horizontal a {
    font-size: 14px;
    font-family: "ProximaNova", sans-serif;
    font-weight: 700;
    color: #303745;
    line-height: 1;
    padding: 0;
    display: block;
}

#header .wpml-ls-legacy-list-horizontal a:hover {
    color: #0065e0;
}

#header .header__navigation-meta * {
    line-height: 1;
}

#header .header__navigation-meta .choose-contrast {
    display: block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: all .3s;
}

#main:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.home #main {
    min-height: 400px;
}

.home #main:before {
    background: none;
}

.home #main .main-content h1 {
    color: #fff;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}

#main {
    background: url(assets/images/oex-main-background.jpg) no-repeat;
    background-size: cover;
    height: calc(100vh - 140px);
    position: relative;
    padding-top: 75px;
    /*overflow-y: hidden;*/
}

.logged-in #main .main-content {
    height: calc(100vh - 173px);
}

#main .main-content {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 80px;
    height: calc(100vh - 140px);
    z-index: 99;
    align-items: center;
}

#main .main-content > * {
    flex: 1 1 0;
    padding: 60px 0;
}

#main .main-content form p {
    display: flex;
    align-items: center;
    gap: 10px;
}

#main .main-content form input {
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #0065e0;
}

#main .main-content form input[type="password"] {
    margin-left: 10px;
    min-width: 320px;
}

#main .main-content form input[type="submit"] {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #0065e0;
    cursor: pointer;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;;
}

#main .main-content form input[type="submit"]:hover {
    background: #004490;
}

#main .scrolled-content {
    height: 200px;
    margin-top: 30px;
}

#main .scrolled-content .privacy {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 25px;
}

#main .main-content .files {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    padding-right: 20px;
}

#main .main-content .file {
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    background: rgba(255, 255, 255, 0.45);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#main .main-content .file:hover {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#main .main-content .file a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

#main .main-content .file img {
    max-width: 20px;
}

#main .main-content address strong {
    font-size: 24px;
    font-weight: 700;
}

#main .main-content a:hover {
    color: #0065e0;
    text-decoration: underline;
}

.logged-in #main {
    height: calc(100vh - 173px);
}

#main .main-content h1 {
    font-size: 70px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
	line-height: 1;
}

#main .main-content h1 span {
    display: block;
}

#main .main-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}

#main.page-default,
.logged-in #main.page-default {
    height: auto;
    background-attachment: fixed;
}

#main .page-default__content {
    position: relative;
    z-index: 98;
    padding: 60px;
}

#main ul,
#main ol {
    padding: 0 16px;
    margin: 0;
}

#main ul {
    list-style: disc;
}

#main ul li,
#main ol li {
    padding: 5px 0;
}

#main ol {
    list-style: decimal;
}

#main .page-default__content table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
    margin: 15px 0;
}

#main .page-default__content table td {
    border: 1px solid #dededf;
    color: #000000;
    padding: 5px;
}

#footer {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(215, 217, 219, .4);
    background: #303745;
    padding: 20px 0;
}

#footer .footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#footer ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

#footer a {
    color: rgba(215, 217, 219, .4);
}

#footer a:hover,
#footer .current-menu-item a {
    text-decoration: underline;
}

/* Dark mode */
.highcontrast #header .header__navigation-meta .choose-contrast {
    fill: #fff;
    transform: rotate(180deg);
}

.highcontrast #header {
    background: #303745;
}

.highcontrast body, .highcontrast a,
.highcontrast #header .header__logo span, .highcontrast #main,
.highcontrast #header .header__navigation-menu ul li a,
.highcontrast #header .wpml-ls-legacy-list-horizontal a,
.highcontrast #main .main-content .file a:hover {
    color: #fff;
}

.highcontrast #main:before {
    background: rgba(0, 0, 0, 0.65);
}

.home.highcontrast #main:before {
    background: none;
}

.highcontrast #main .scrolled-content .privacy {
    background: rgba(0, 0, 0, 0.5);
}

.highcontrast #main .main-content .file {
    border: 1px solid #000000;
    background: rgba(0, 0, 0, 0.45);
}

.highcontrast #main .main-content .file:hover {
    background: #000;
}

@media (max-width: 1280px) {
    #main .main-content form input[type="password"] {
        min-width: auto
    }

    #main .scrolled-content {
        height: 100px;
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .slicknav_menu {
        display: block;
    }

    .slicknav_btn {
        position: absolute;
        top: 13px;
        right: 15px;
    }

    .slicknav_icon {
        width: 30px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
    }

    .slicknav_icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #0065e0;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .slicknav_icon span:nth-child(1) {
        top: 1px;
    }

    .slicknav_icon span:nth-child(2) {
        top: 8px;
    }

    .slicknav_icon span:nth-child(3) {
        top: 16px;
    }

    .slicknav_open .slicknav_icon span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slicknav_open .slicknav_icon span:nth-child(2) {
        opacity: 0;
        left: -30px;
    }

    .slicknav_open .slicknav_icon span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .slicknav_nav {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0;
        top: 60px;
        padding-top: 0;
    }

    .slicknav_nav a {
        color: #0065e0;
        font-weight: 700;
        display: block;
        padding: 10px 15px;
        text-align: center;
        border-top: 1px solid #eaeaea;
    }

    .slicknav_nav .current-menu-item a,
    .slicknav_nav a:hover {
        color: #fff;
        background: #0065e0;
    }

    .slicknav_item {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .slicknav_arrow {
        position: absolute;
        top: 0;
        right: 15px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #main .main-content {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    #header .header__navigation-menu {
        display: none;
    }

    #header .header__wrapper {
        min-height: 55px;
    }

    #header .header__navigation-meta {
        margin-left: 0;
    }

    #header .header__logo img {
        max-width: 85px;
    }

    #header .header__logo span {
        font-size: 10px;
        max-width: 85px;
    }

    #header .header__navigation-meta {
        margin-left: 0;
        margin-right: 50px;
        gap: 8px;
    }

    .highcontrast .slicknav_icon span {
        background: #fff;
    }

    .highcontrast .slicknav_nav {
        background: #303745;
    }

    .highcontrast .slicknav_nav a {
        color: #fff;
        border-top: 1px solid #4c566a;
    }

    #main .main-content {
        flex-direction: column;
        text-align: center;
    }

    #main .main-content > * {
        flex: 1 1 0;
        padding: 30px 0;
    }

    #main .main-content .main-left {
        padding-bottom: 0;
    }

    .logged-in #main, #main,
    .logged-in #main .main-content, #main .main-content {
        height: auto;
    }

    #main .main-content h1 {
        font-size: 42px;
    }

    #main .main-right {
        height: auto;
    }

    #main .main-content .files {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #main .main-content form p {
        flex-direction: column;
    }

    #main .main-content form input[type="submit"] {
        width: 100%;
    }


    #main .page-default__content {
        padding: 30px 0;
    }

    #footer .footer__wrapper {
        flex-direction: column;
        gap: 15px;
    }
}

/* Pomocniczne */
.aligncenter,
div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}

.alignright {
    float: right;
    margin: 15px 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
}


a img.alignright {
    float: right;
    margin: 30px 0 30px 30px;
}

a img.alignnone {
    margin: 30px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 30px 30px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
}