/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2024 | 14:13:05 */
/* Add your CSS code here.

Css Edit 2024

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.site-header:not(.sticky-header) .header-image-wrap {
    height: 65px !important;
    width: 100%;
    position: relative;
}

#bosa-consultant-contact-form .wpcf7 input[type=submit] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 15px;
    background-color: #c73604;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.main-navigation ul.menu > li > a {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    padding: 15px 8px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}