/**handles:user-frontend**/

div#et-info {
    width:  100%!important;
}
#top-header .et-social-icons {float:  right;position:unset!IMPORTANT;}

h1.contact-us-h1 {
    color: #283139!important;
}

p.contact-us-p {
    color: #283139;
    font-weight: 600;
}

span.wpcf7-form-control-wrap input {
    border: 2px solid #283139;
    border-radius:  5px;
    padding: 15px;
    /* font-size:  15px; */
    font-family:  'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    background:  none;
    color: #283139!important;
    font-weight:600!important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 2px solid #283139;
    border-radius: 5px;
    padding: 15px;
    /* font-size: 15px; */
    font-family:  'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    background: none;
    color: #283139!important;
    font-weight:600!important;
}

input.wpcf7-form-control.wpcf7-submit {
    border: 2px solid #b3551d;
    border-radius:  5px;
    background:  none;
    
    color: #b3551d;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background:  #b3551d!important;
    color: white;
    transition: 0.8s;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::-webkit-input-placeholder {
    color: #283139;
    font-weight:  600;
}

input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
    color: #283139;
    font-weight:  600;
}

textarea.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
    color: #283139;
    font-weight:  600;
}
span.wpcf7-form-control-wrap input {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    height: 40px;
    border: none;
    background: #b3551d;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #b3551d;
    border-radius: 5px;
    background: none;
    color: #b3551d;
}
span.et_pb_image_wrap
 img {
    width:  100%!important;
}

span.et_pb_image_wrap {
    width: 100%;
}
ul.sub-menu li a {
    font-size:  12px!important;
}
nav#top-menu-nav ul li a {
    font-size: 12px;
}