/*
Theme Name: TheGem Child
Theme URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Author: Codex Themes.
Description: Multi-Purpose Wordpress Theme
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,flexible-header,full-width-template,theme-options,translation-ready
Version: 5.9.9.3.1731778446
Updated: 2024-11-16 19:34:06

*/

.breadcrumbs-container{
  background:#F1F2F4 !important;
}
.breadcrumbs > span > a > span{
  color:#000;
}
.breadcrumbs span.current{
  color:#9C1B57FF !important;
border-bottom-color:#9C1B57FF !important;
}
.breadcrumbs{
  padding:10px 0;
  margin-left:20px !important;
}
body.single-post .breadcrumbs-container{
  background:#964f08 !important;
}
body.single-post .breadcrumbs-container a,body.single-post .breadcrumbs-container span{
  color: #fff!important;
}
body .bc-devider:before {
    color: #fff!important;
}
.page-title-excerpt, 
.custom-title-excerpt {
    line-height: 28px!important;
}
.before-red-bloc:before {
    content: '';
    width: 40px;
    height: 3px;
    display: block;
    background: #9C1B57FF;
    margin-right: 10px;
}
.before-red-bloc {
    display: flex
;
    align-items: center !important;
}