/*
 Theme Name:   Blocksy Child
 Theme URI:    https://fekreziba.com/
 Description:  A child theme for Blocksy
 Author:       Fekreziba
 Author URI:   https://fekreziba.com/
 Template:     blocksy
 Version:      1.0.1
 Text Domain:  blocksy-child
*/

/* تعریف فونت اصلی (نسخه Variable) */
@font-face {
    font-family: 'YekanBakh';
    src: url('/wp-content/themes/blocksy-child/fonts/YekanBakh-VF.woff2') format('woff2');
    font-weight: 300 900; /* از 300 تا 900 (وَریِبل) */
    font-style: normal;
    font-display: swap;
}

/* همه عناصر با وزن نرمال */
body,
* {
    font-family: 'YekanBakh', sans-serif !important;
    font-weight: 400;
}

/* تیترها بولد */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

/* جداول */
table, th, td {
    font-weight: 400;
}

/* فرم‌ها */
input, textarea, select, button {
    font-weight: 400;
}

/* منوها و ناوبری */
.menu, .nav, .navigation, .menu-item, .nav-item {
    font-weight: 400;
}

/* ویجت‌ها */
.widget, .sidebar {
    font-weight: 400;
}
.widget-title {
    font-weight: 700;
}

/* محتوای پست و صفحه */
.entry-content, .post-content, .page-content {
    font-weight: 400;
}

/* کامنت‌ها */
.comment, .comment-content, .comment-meta {
    font-weight: 400;
}

/* بدنه */
body {
    font-size: 16px;
    line-height: 1.5;
}
/***کد های بخش سفارشی سازی**/


/**دکمه های فوتر**/
.button-footer-blog:hover {
	background: rgba(57, 122, 74, 1);
border-radius: 150px;
}
.button-footer-blog:hover a {
	color: #fff !important;
border: 1px solid #397a4a !important;
border-radius: 150px!important;

}

/**تصویر پاپ آپ**/
.aligncenter{
	border-radius: 12px;
}
/** دکمه مشاوره پاپ آپ**/
.click-pop-all-page{
Position: fixed; 
Bottom:30px;
z-index: 999999;
width: 150px;
}

/****تصویر کامنت ها - آواتار**/
.ct-media-container img{
border:2px solid rgba(15,23,42,.8);
padding: 2px;
background: #fff;
}