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

html {
  scroll-behavior: smooth;
}


#primary-menu li a{
    text-transform:uppercase !important
}


.site-title-wrap{
    /* text-align: center !important; */
}

/* Footer */

.site-footer-row-container-inner .site-container{
    background-color: #f8f1eb;
    padding:0 !important;

}

.site-footer-row-container-inner .site-container p {
    margin:0px
}

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



