/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

 .dt_content_details {
   text-align: left;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
 }
.dt_post_title {
	color: #202020;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 400 !important;
}
/*breadcrumb css starts here*/
.dt_bread_cum {
	margin-top: 30px;
    color: #202020;
   font-size: 12px;
}
.dt_bread_cum span {
    font-family: Roboto, sans-serif;
}
.breadcrumbs {
	width: 100%;
    max-width: 1190px;
    margin: auto;
}
 
.current-item {
    color: #202020 !important;
}
.current-item:hover {
  color: #202020 !important;
}
.dt_bread_cum a {
    color: #f59000;
}
.dt_bread_cum a:hover {
    color: #f59000;
}
.dt_bread_cum span[property=itemListElement] {
    margin-left: 4px;
    margin-right: 4px;
}
.dt_bread_cum span:first-child {
    margin-left: 0px !important;
}
@media screen and (max-width: 1140px) {
  .breadcrumbs {
    padding-left: 25px;
  }
}
/*css for breadcrumb ends here*/