/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/
pre code {
    padding: 0px !important;
}
.widget_nav_menu #menu-html-tutorial li.current-menu-item.current_page_item a{
	color:#dc7500 !important;
}
.widget_nav_menu #menu-html-tutorial li.current-menu-item.current_page_item{
	background:#fff5e1;
}
.widget_nav_menu #menu-html-tutorial li a:hover, .widget_nav_menu #menu-html-tutorial li a:focus{
	color:#dc7500 !important;
}
.widget_nav_menu #menu-html-tutorial li a{
	font-size:16px;
	color:#444 !important;
	font-weight:500 !important;
}
.widget_nav_menu #menu-html-tutorial li:first-child{
	border-top:1px solid #f9e8c5;
}
.widget_nav_menu #menu-html-tutorial li{
	border-bottom:1px solid #f9e8c5;
	padding:10px 17px;
	background:#fff5e1;
}
pre {
	border-left: 3px solid #228AC4;
}
.prismjs-okaidia pre[class*=language-] {
	border-radius: 0em;
}
/* .prismjs-okaidia :not(pre)>code[class*=language-], .prismjs-okaidia pre[class*=language-] {
    border: 5px solid #228AC4 !important;
} */
.elementor-heading-title {
	line-height: 1.2;
}
.block-head-i .heading:before {
    background: #dc7500;
}
a.post-link{
	color:#111 !important;
}
a:hover.post-link{
	color:#dc7500 !important;
}
body{
	font-size:16px;
}
h1.main-heading.the-page-heading.entry-title{
	color:#dc7500;
	font-weight:600 !important;
}
.page .post-header .featured{
	display:none !important;
}
.hvr-cs a img:hover{
	 filter: grayscale(100%) !important;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
    margin-top: 0.3em;
    margin-bottom: 0em;
    line-height: 1.3;
}
.post-content table, .textwidget table {
    margin: 0px;
}