/*
Theme Name: Kamiński Protetyka
Author: Mateusz Dzida
Version: 1.0
*/

/*
    001 - General
    002 - Header
    003 - Footer
    004 - Menus
    005 - Contact form
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900&display=swap');


/* 001 General*/
body{
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
}

img.logo{
    height: 5em;
}

a, a:hover{
    color:inherit;
}

.page-name{
    display:block;
    color: #1d94b6;
    border-bottom: 2px solid #1d94b6;
    text-transform: uppercase;
    font-weight: 600
}

/* 002 Header*/
header{
    width: 100%;
    padding: 3em 0 10em;
    color: #1d94b6;
    background: url('images/header_image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 67%;
    background-position-x: 50%;
}

header .bar{
    background: rgba(255, 255, 255, 0.9)
}

.header-contact-info{
    line-height: 1;
    padding: 1em 0;
}

.header-contact-info i{
    padding-left: 0.5em;
    padding-right: 0.2em;
    text-align: right;
}

/* 003 Footer*/
footer{
    background: #1d94b6;
    color: #ffffff;
}

footer .copyright{
    background: #057493;
    color: #ffffff;
    font-size: 0.7em;
    text-align: center;
    padding: 0.5em 0;
    margin: 0
}


/* 004 Menus*/
.navigation{
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 300;
    padding: 0 0 0 0;
    margin: 0;
}

header .navigation li{
    display: inline;
}

footer .navigation li{
    list-style-type: none;
}

header .navigation a{
    color: #1d94b6;
    font-size: 1.4em;
    padding: 0 0 0 0;
    margin: 0 0 0.5em 0.5em;
    display: inline-block;
}

header .navigation a[aria-current="page"]{
    text-decoration: underline;
}

[data-elementor-device-mode="desktop"] .nav-footer{
    border-left: 1px solid #ffffff;
    padding-left: 3em
}

footer .navigation a{
    color: #ffffff;
}

.open-menu i {
    font-size: 4em;
}
.smartphone-menu{
    display: none;
    margin: 0;
    padding: 0
}

.smartphone-menu li{
    display: block !important;
}


/* 005 Contact form */

form{
  color:inherit;  
}

form input, form textarea{
    background: #ffffff;
    border: none;
    border: 1px solid #e7e7e7;
    border-radius: 0.3em;
    padding: 0.5em;
    margin: 0;
    width: 100%;
}

form textarea{
    height: 4em;
    min-height: 4em;
}

form input[type="submit"]{
    background: #1d94b6;
    color: #ffffff;
    width: 100%
}

form input[type="submit"]:hover{
    background: #057493;
    color: #ffffff;
}


/*
:root {
    --dark-color: #1d94b6;
    --white-color: #ffffff;
    --light-gray: #e7e7e7;
    --darkest-color: #057493;
}
*/