/*
	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 */
.theme-header .fixed-nav:not(.just-before-sticky) {
    line-height: 35px !important;
}
q:before, blockquote:before {
    content: none !important;
}

q, blockquote {
    background-color: #f2f2f2;
    border-right: 3px solid #0b9f60;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0px;
	color: #094e19e6;
}
/*کد تبلیغات سایدبار */
/* سبک‌دهی به باکس تبلیغات */
.advertisement-box {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* سبک‌دهی به محتوای تبلیغات */
.advertisement-content {
    margin-bottom: 15px;
}

/* سبک‌دهی به دکمه تبلیغات */
.advertisement-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.advertisement-button:hover {
    background-color: #218838;
}
/* رنگ دهی به تگ h4 */
html .entry h4 {
    color: #339966;
}
html #the-post .entry-content, html #the-post .entry-content p {
    text-align: justify;
}


.wp-block-button.is-style-fill .wp-block-button__link.wp-element-button {
    background-color: #31990721; /* رنگ پس‌زمینه دکمه */
    color: #ffffff; /* رنگ متن دکمه */
    padding: 10px 20px; /* فاصله داخلی دکمه */
    border-radius: 5px; /* گردی گوشه‌های دکمه */
    text-decoration: none; /* حذف خط زیر متن */
    font-size: 16px; /* اندازه فونت */
    border: none; /* حذف حاشیه */
    cursor: pointer; /* تغییر شکل نشانگر موس به دکمه */
	margin-bottom: 10px;
}
/* فاصله اجباری از پایین در ویدیو */
#tie-wrapper .mejs-container.wp-video-shortcode.mejs-video {
    margin-bottom: 24px;
}
/* فاصله در تصاویر */
.wp-block-image img {

    margin: 10px;
}
