/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */
/* بهینه‌سازی ویرایشگر برای گوشی */
@media (max-width: 768px) {
    #titlediv #title { 
        font-size: 18px; 
        padding: 12px; 
    }
    
    .postbox { 
        margin-bottom: 15px; 
    }
    
    .postbox h2.hndle { 
        font-size: 15px; 
        padding: 10px 12px !important; 
    }
    
    #minimal_aparat_box input { 
        font-size: 16px !important; 
        height: 48px; 
        padding: 10px; 
    }
    
    /* مخفی کردن متاباکس‌های غیرضروری */
    #postexcerpt, #trackbacksdiv, #postcustom, #commentsdiv, 
    #slugdiv, #authordiv, #revisionsdiv, #postimagediv, 
    #formatdiv, #categorydiv { 
        display: none !important; 
    }
    
    .wp-editor-container { 
        border: 1px solid #ddd; 
    }
}