/*
Theme Name: Docy Child
Theme URI: https://wp.spider-themes.com/docy/
Template: docy
Author: CreativeGigs
Author URI: https://themeforest.net/user/creativegigs
Description: Docy is a powerful, responsive, and high-performance online documentation WordPress theme that can assist you quickly develop your next product’s documentation. It can be used for documenting API, frameworks, plugins, templates, software, manual etc.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: docy-child
*/

.searchbar-tabs, .page-template-default .titlebar, .process_tab_shortcode .previous, .process_tab_shortcode .next, .print {
	display: none !important;
}

#post h2, #post h3, #post h4 {
    margin-bottom: 0px;
	padding-top: unset;
    margin-top: unset;
}

.single-onepage-docs #post img, .single-docs #post img {
    margin: 10px 10px 0px 10px;
}

.single-docs #post .d-items .documentation_item .icon img {
  	margin: 0px;
  	max-width: 40px !important;
}

.d-items .documentation_item .icon {
    width: 40px;
    height: 40px;
}

.d-items .documentation_item .media-body {
    align-content: center;
}

.d-items .documentation_item .media-body .title {
    margin: 0 0 3px 0;
}

.single-docs .shortcode_title {
    margin-bottom: 20px;
}

.single-docs .e-con {
	padding-right: 0px;
  	padding-left: 0px;
}

.editor-content ol:not([class]) li, .editor-content ul:not([class]) li {
    margin-bottom: 0px;
}

.body_dark .elementor-widget-text-editor {
    color: #c3c3c3;
}

.doc_left_sidebarlist .ezd-scroll:not(.op-docs-sidebar) {
    max-height: 95%;
}

.doc_left_sidebarlist {
    padding-top: 15px;
}

.doc-middle-content {
    padding: 30px 20px 0;
}

.navbar-brand>img {
    width: 200px;
}