/*!
Theme Name: westcoast
Theme URI: Theme URI
Author: Sumit
Author URI: Author Url
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: westcoast
*/

.fbc-page .fbc-wrap ol.fbc-items {
    background: transparent;
}
.fbc-page .fbc-wrap ol.fbc-items li span {
    color: #fff!important;
    text-transform: uppercase;
}
.fbc-page .fbc-wrap ol.fbc-items li a {
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.2s;
}
.fbc-page .fbc-wrap ol.fbc-items li a:hover{
    color: #003dfe!important;
}