/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

html, body {
    font-family: Lato !important;
}

header#top nav ul li a{
    color: #000;
}

.kontakt-home{
    display: block;
}

@media screen and (min-width: 1000px){
    .kontakt-home{
        display: block;
        text-align:right;
    }
    
    .kontakt-home a{
        font-size: 24px;
        line-height: 24px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        
    }
    .kontakt-home p{
        font-size: 16px;
        line-height: 14px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #000 !important;
        padding-bottom: 10px;
    }
}

.boxs .green-box{
    color: #000;
    background-color: #b3d236;
    font-family: Montserrat;
    font-size: 11.5px;
    line-height: 16px;
    padding: 15px;
    width: 100%;
    height: auto;
    margin-top: -25px;
    text-transform: uppercase;
    font-weight: bold;
}

.boxs p{
    padding-bottom: 0px;
}

body:not(.material) header#top nav > ul > li:not(#social-in-menu) > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

html body #header-outer[data-transparent-header="true"].transparent {
    background-color: rgba(255,255,255,0.95) !important;
}

.footer-info {
    margin-top: -25px;
}

.footer-info a, .footer-info p, .footer-info-right a, .footer-info-right p {
    line-height: 1.5;
    margin-bottom: 0px;
    font-size: 14px;
    padding-bottom: 0px !important;
}

.footer-info-right a {
    display: inline-block;
    text-align: right;
}

.footer-info-right p{
    text-align: right;
}

.footer-info-right p:nth-child(2){
    padding-right: 15px;
}

.row .col .footer-info-right img{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important
}

.footer-info p:nth-child(1), .footer-info p:nth-child(2){
    color: #fff;
    text-shadow: 2px 2px #000;
}

.sf-menu ul{
    width: 20em !important
}

.sf-menu ul li a{
    line-height:1.3 !important
}

.pobierz {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #3d3c3a;
    text-align: center;
    margin: 0 auto;
    color: #b3d236;
    border: 2px solid #b3d236
}

.link {
    font-size: 16px !important;
    color: #000;
}

.kolumna-1 {
    width: 10%;
    text-align: center
}

.kolumna-2 {
    width: 70%
}

.kolumna-3 {
    width: 20%;
}

@media screen and (max-width: 768px){
    .ukryty{
        display: none;
    }
}
