/* Custom Zoik CSS File */


.form-control {padding:6px 5px}

@media screen and (max-width: 1024px) {

#logo a.standard-logo {
    display: initial;}

}

@media screen and (max-width: 479px){

#logo a.standard-logo {
    display: initial;
    float: right;
    padding-right: 40px;}
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
{
#header.split-menu #logo a.standard-logo, #logo a.standard-logo { display: block; }
}

/* HISTORY */
.centertext {text-align: center;}
.history h5 {font-weight:300; margin-bottom: 5px;}



/* CLIENT HOME */
h1.clienthometitle {
    font-size: 26px;
    text-align: center;
    color: #31708f;
}



.btn-block {
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}

.col-xs-12-nopadding {padding-left: 3px;
      padding-right: 3px;}

#header.full-header #primary-menu>ul {
    border-right: unset;
}

@media screen and (max-width: 1024px){
#logo a.standard-logo {
    display: block;
    float: right;
    padding-right: 40px;
}}