/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.custom_button_link:hover {
    background-color: rgba(0, 0, 0, 1) !important;
}

.custom_button_link{
    background-color: rgba(96, 66, 33, 1) !important;
}
.epic-alert{
	background: #2196F3;
    color: #fff;
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.epic-alert-success{
	background: #4CAF50 !important;	
}
.epic-alert-danger{
	background: #F44336 !important;		
}