﻿/*
Theme Name: Nokaj
Theme URI: http://neowebny.com
Author: Steve Tsividakis
Author URI: http://neowebny.com

*/








.wpcf7 label{
font-family: "MarkWebPro-Black W01 Regular",Helvetica,Arial,Sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.2; padding-top:15px;
}

.wpcf7-form {padding: 0;}
.wpcf7-text { 
    margin-top: 16px;
    margin-top: 1.6rem;
    outline: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px;
    padding: 1.2rem;
    transition: all 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    border: 2px solid #ACACA8;
    vertical-align: top;
    background: transparent;
}
.wpcf7-select { 
width:90%;margin: 0 0 5px 0;padding: 8px 5px;border: solid 1px #999;
}
.wpcf7-submit{
cursor: pointer; padding: 10px 35px;  font-size:18px; line-height:26px; background:#003565; color:#fff;border:none;font-size:18px;
}
.wpcf7-form textarea{
    margin-top: 16px;
    margin-top: 1.6rem;
    outline: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px;
    padding: 1.2rem;
    transition: all 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    border: 2px solid #ACACA8;
    vertical-align: top;
    background: transparent;
}
div.wpcf7-validation-errors {border: none;}
span.wpcf7-not-valid-tip {font-size: 14px;margin-top: -5px;}




.site-header__logo {
    padding: 16px 0;
    display: block;
}

@media (max-width: 690px) {
.site-header__logo {
    padding: 26px 0;
}
}