/*
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
*/
@media (max-width: 670px) {
    .ezd-grid {
        grid-template-columns: 1fr !important; /* Display one column on mobile view */
		grid-column-gap: 0 !important;
    	width: 100%;    
    }
	
	.categories_guide_item {
		max-width: 100% !important;
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.titlebar {
		display:none;
	}
}

@media (min-width:671px) and (max-width:1024px) {
	.ezd-grid {
		 grid-template-columns: repeat(2, 1fr) !important;
	}
}