/* Increase width of submenus */
.sub-menu {
  width: 300px;
}
/** WPFORMS Input Textarea **/
.wpforms-form input, .wpforms-form textarea{
background-color:#dddddd !important;
}

/** WPFORMS SUBMIT BUTTON **/
button.wpforms-submit{
color:#FFFFFF!important;
background-color:#169454 !important;
}

/** WPFORMS SUBMIT BUTTON Hover **/
button.wpforms-submit:hover{
color:#FFFFFF !important;
background-color:#46E845 !important;
}
/** MENU SEARCH  **/
@media only screen and (min-width: 992px ){
    .add-search-icon .fl-module-content .menu {
        margin-right: 10px;
    }
 
    .fl-row-content-wrap .fl-page-nav-search {
        margin-top: 42px;
    }
 
    .fl-row-content-wrap .fl-page-nav-search a {
        color: #fff;
    }
}
/** Change SEARCH box color  **/
.fl-page-nav-search form {
 background-color: #FFFDD0 !important;
 border-top: 3px solid #67112E !important;
}
/** Change SEARCH icon color  **/
.fa.fa-search {
  color: #67112E !important;
}
/** Change SEARCH box text  **/
  .fl-page-nav-search form input.fl-search-input {
    background-color: #ffffff !important;
    border-color: #67112E !important;
    color: #67112E !important;
}
