/**
 * Theme Name: Beach Bound
 * Theme URI: https://www.visitdebeaches.com/
 * Author: Mile6, LLC
 * Author URI: https://mile6.com, mattbru.me
 * Description: Custom theme: debound, developed by Mile6, LLC | Updated by Matt Brubaker, mattbru.me
 * Version: 1.0.2
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: debound
 */

.menu-sidebar-menu-container .sidebar-cats li {
   margin-bottom: 6px;
}
.menu-sidebar-menu-container .sidebar-cats li a {
   display: inline-block !important;
}
.menu-sidebar-menu-container .sidebar-cats li a strong { 
   color: #ffc90d;
   font-weight: 600;
   font-size: 22px;
   line-height: 0;
}

.list-custom-taxonomy-widget ul {
   list-style: none;
   padding: 0;
}

.oc__info.direct-wrap .wp-block-button a.wp-block-button__link,
.widget .widget_nav_menu {
	text-transform: uppercase;
}

.list-custom-taxonomy-widget .cat-item {
   display: flex;
   justify-content: space-between;
   padding: 0.5rem 0px 0.375rem;
   border-bottom: 1px solid #dbdbdb;
   gap: 5px;
   color: #656565;
   font-weight: 600;
   font-size: 0.8125rem;
   text-transform: uppercase;
   transition: all 0.3s ease-in;
} 

.list-custom-taxonomy-widget .cat-item a {
   color: #656565;
}
.list-custom-taxonomy-widget .cat-item:hover,
.list-custom-taxonomy-widget .cat-item:hover a {
   color: #009fca;
   text-decoration: none;
}