/**
 * Theme Name:     BrasilMotoresVGT
 * Author:         VGT
 * Template:       kadence
 * Text Domain:	   brasilmotoresvgt
 * Description:    BrasilMotoresVGT
 */

html {
  scroll-behavior: smooth;
}



#primary-menu li a{
    font-size: 14px !important;
    font-weight: bold !important;
    color:#573775
}

#primary-menu:hover li a:hover{
    color:#7f6994

}

.wpcf7-form label{
    text-transform: uppercase;
    font-weight: bold;
    font-size:0.8rem
}

.wpcf7-form-control-wrap input{
    height: 30px;
    background-color: white !important;
    border: solid #d9c3ee 1px !important;
    border-radius: 0 !important;
}

.wpcf7-form-control.wpcf7-textarea{
    max-height: 100px !important;
    background-color: white !important;
    border: solid #d9c3ee 1px !important;
    border-radius: 0 !important;
}


