@charset "utf-8";
/* CSS Document */

/* Topo */
.sp-contact-info li{
	font-size: 14px;
	font-weight: 600;
}
.sp-contact-info li i {
    color: #76776E;
}
/* Menu */
#sp-header #sp-menu .sp-megamenu-parent >li.current-item.active>a,
#sp-header #sp-menu .sp-megamenu-parent>li.sp-has-child.active>a{
	color: #c8893c !important;
}
/* Menu responsivo */
#offcanvas-toggler>i {
    margin-right: -60px;
}
/* Barra de pesquisa na seção inferior */
.search:before {
    color: #28625b !important;
}
/* Botão "Enviar" dos formulários BAForms */
.custom-button .ba-btn-submit{
    width: 15% !important;
    height: 40px !important;
    background-color: rgb(255 255 255) !important;
    border: 2px solid rgb(200 137 60) !important;
    color: rgb(200 137 60) !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border-radius: 5px !important;
}
.custom-button .ba-btn-submit:hover{
    background-color: rgb(200 137 60) !important;
    border: 2px solid rgb(200 137 60) !important;
    color: rgb(255 255 255) !important;
}
.upload-file-btn {
    background: none !important;
    border: 1px #c8893c solid !important;
    color:#c8893c !important;
    border-radius: 5px !important;
}
.upload-file-btn:hover {
    background: #fff !important;
}
.search.flex-search:before{
	display:none !important;
}
/* Botão Saiba Mais em Blog */
.btn-readmore{
	border: 2px solid rgb(200 137 60) !important;
    background-color: rgb(255 255 255) !important;
    color: rgb(200 137 60) !important;
}
.btn-readmore:hover{
	border: 2px solid rgb(200 137 60) !important;
    background-color: rgb(200 137 60) !important;
    color: rgb(255 255 255) !important;
}
/* Módulo de blog no rodapé */
/*
.sp-module ul.category-module>li, .sppb-addon-module ul.category-module>li{padding-bottom: 0px;margin-bottom: 7px;}
.sp-module ul>li, .sppb-addon-module ul>li {border-bottom: none !important}
.sp-module ul.category-module >li a.mod-articles-category-title, .sppb-addon-module ul.category-module >li a.mod-articles-category-title{color:#fff !important}
*/