/* 
Theme Name: Comfort Specialists Theme
Theme URI: https://apsosmedia.com/
Description: A custom theme curated for the the Comfort Specialists team. Built by Apsos Media.
Author: Apsos Media Team
Author URI: https://apsosmedia.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.event-badge{
  display:inline-flex;
  align-items:center;
  padding:.25rem .6rem;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  line-height:1;
}

.event-badge--upcoming{
  background:#e6f4ff;
  color:#005fb8;
}

.event-badge--ongoing{
  background:#e8f8ee;
  color:#1b7f4b;
}

.event-badge--past{
  background:#f2f2f2;
  color:#777;
}

/* ACF Breadcrumbs */
span.breadcrumb-sep {
    display: inline-block;
    top: 5px;
    position: relative;
}
nav.breadcrumbs span {
    color: #DB3A00;
}
nav.breadcrumbs a  {
    color: #094FA3;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.2s;
        text-decoration: underline;
}
nav.breadcrumbs a:hover, selector nav.breadcrumbs a:focus, selector nav.breadcrumbs a:active {
    color: #549BF0;

}
nav.breadcrumbs .is-current {
       color: #DB3A00;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px; 
}

/* Yoast Breadcrumbs */

#breadcrumbs span.breadcrumb-separator {
    top: 5px;
    position: relative;
}
#breadcrumbs span.breadcrumb-separator svg {
	margin: 0;
}