/* ===== kept from previous custom css ===== */
article p a{text-decoration: none;
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #000;
color: #000!important;}

article p a:hover{text-decoration: none!important;
opacity:.5}

body.home .cb-s-5 .cb-grid-x.cb-grid-3{max-height: 500px;}

.wp-block-button__link{color: #fff!important;
border-radius: 4px!important;
border-style:solid;
border-color:#32373c;
border-width:2px;
font-weight:600;
cursor:pointer!important}

.wp-block-button__link:hover{color:#000!important;background-color:#fff;
    text-decoration:none!important;
}

.cb-byline{font-size: 16px!important;
font-family: sans-serif;
letter-spacing: normal!important;}

/* ===== footer: horizontal menu (replaces the old display:block hack) ===== */
#cb-footer .cb-footer-lower .cb-footer-links ul{font-size:15px!important;letter-spacing:2px!important}
#cb-footer .cb-footer-lower .cb-footer-links ul li{display:inline-block!important;margin:0 10px!important}
/* footer logo was rendering at 1x1px */
#cb-footer-logo img{width:220px!important;height:auto!important}
/* keep the sticky sidebar from floating over the footer */
#cb-footer{position:relative!important;z-index:60!important;background:#fff!important}

/* ===== headings: responsive scale (overrides old h1 3em!important) ===== */
h1.entry-title,h1.cb-entry-title,h1.page-title{font-size:44px!important;line-height:1.1!important}
.cb-entry-content h2{font-size:30px!important}
.cb-entry-content h3{font-size:24px!important}
.cb-entry-content h4{font-size:20px!important}
@media only screen and (max-width:767px){
  h1,h1.entry-title,.entry-title,.post-title,.page-title{font-size:32px!important;line-height:1.15!important}
  .cb-entry-content h2{font-size:25px!important}
  .cb-entry-content h3{font-size:21px!important}
  .cb-entry-content h4{font-size:18px!important}
}

/* ===== sidebar polish
.cb-sidebar .widget_categories ul{columns:2!important;column-gap:24px!important;list-style:none!import
.cb-sidebar .widget_categories li{margin:0 0 8px!important;padding:0!
.cb-sidebar .cb-sidebar-widget-title,.cb-sidebar .widget h3{text-transform:uppercase!important;letter-ze:16px!important}