/**
 * Theme Name:     VGTCustom
 * Author:         VGT
 * Template:       kadence
 * Text Domain:	   vgt.com.br
 * Description:    VGTCustom
 */

html {
  scroll-behavior: smooth;
}

#primary-menu{  
    gap:20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

#primary-menu li a{
    /* color:#f81c21; */
    /* color:rgb(247, 247, 247); */
    color:rgb(53, 53, 53);
    text-decoration: none !important;

}

#primary-menu:hover li a:hover{
    color:#b02b2b

}

#masthead{
    box-shadow: #00000021 0 0px 10px 10px;
}

/* .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;
} */


