/*
Theme Name:         East Bay Community Foundation
Theme URI:          https://www.vermilion.com/
Description:        A custom theme.
Version:            0.1.0
Author:             Vermilion Design + Digital
Author URI:         https://www.vermilion.com/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

header.banner button {
    color: #2D3A59 !important;
}
header.banner button:hover {
    color: #3DC8A5 !important;
}
.page-template-template-home div.swiper-wrapper div.swiper-slide::before, 
.template-home div.swiper-wrapper div.swiper-slide::before {
    background-image: linear-gradient(90deg,#2D3A59,#2D3A59 10%,rgba(0,0,0,.1) 50%,transparent) !important;
}
.page-header {
  background-color: #2D3A59 !important;
}
body.template-program-strategy-single.accentcolor-brown .accent-bg{
  background-color: #FF9900 !important;
}
footer.content-info a,
footer.content-info p{
  color: #3DC8A5 !important;  
}
footer.content-info a:hover {
  color: #f4bd00 !important;
}
.hide-swp.menu-item{
  display: none !important;
}
.content{
    color: #2D3A59;
}
.wp-block-media-text.is-style-media-text-alt.has-black-color .wp-block-media-text__content {
  color: #2D3A59 !important;
}
/* header a.brand svg.icon{
    color: #2D3A59 !important;
    fill:#ffffff !important;
} */
header.banner a.brand svg :not([fill]):not([stroke]) {
  fill:#2D3A59 !important;
}
/* header.banner a.brand:hover svg :not([fill]):not([stroke]):hover,
header.banner a.brand:hover svg{
  fill:#3DC8A5 !important;
} */

header.banner a.brand:hover svg :not([fill]):not([stroke]),
header.banner a.brand:hover svg :not([fill]):not([stroke]),
footer.content-info a.brand:hover svg :not([fill]):not([stroke]){
     fill:#3DC8A5 !important;
}
.swp-img-adj img{
    max-width: 120px;
    width: 100%;
    margin: auto;
}
img.swp-icon-mng{
    max-width: 120px;
}
body.template-program-strategy-single.accentcolor-gray .accent-bg,
body.template-program-strategy-single.accentcolor-blue .accent-bg,
body.template-program-strategy-single.accentcolor-brown .accent-bg,
body.template-program-strategy-single.accentcolor-green .accent-bg{
    color: #000000 !important;
}