/*
CTC Separate Stylesheet
Updated: 2022-12-19 22:33:36
*/
/*
#site-header .navbar .navbar-nav li a{
    text-transform: none!important;
}

.single-content ul li:before, .entry-content ul li:before {
    background: url(./assets/bullet-green.svg);
}

.single-block-content.button-list img {
    filter: grayscale(100);
}

#site-footer .widget-2 .footer-separator svg {
    filter: grayscale(100);
}

.separator .container svg g path {
    fill: black;
}*/



.megamenu div.has-submenu {
    background-color: #ffdba5;
}

.custom-button.solid a:hover {
    background-color: #222;
    color: white;
  }

  .custom-filter .content .count-tax {
    color: white;
}

.custom-filter .content .taxonomy-list .taxonomy:hover .count-tax {
    background: black;
    text-decoration: none !important;
}

.custom-filter .content .taxonomy-list .taxonomy a:hover {
    text-decoration: underline;
}

.custom-filter .content {
    background-color: white;
}


.separator .container svg g path {
    fill: rgba(234, 135, 85, 255);
  } 

  .wp-block-table td, .wp-block-table th{
    min-width: unset ; 
  }
  
#branding-logo img {
    max-width: 210px!important;
    margin-top: 10px!important;
}