/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* استایل‌های سفارشی شما اینجا */


.elementor-kit-103897 input:not([type="button"]):not([type="submit"]), .elementor-kit-103897 textarea, .elementor-kit-103897 .elementor-field-textual{
	color: #333;
	}

.elementor *, .elementor :after, .elementor :before {
	color: #333;
	}
.e-search-input {
    color: #000 !important;
}
/* باکس اختصاصی شورت‌کد */
.dl-box-full-wrapper {
    display: flex;
    flex-direction: column; /* همه دکمه‌ها زیر هم */
    gap: 15px;              /* فاصله بین دکمه‌ها */
    padding: 8px;
    border-radius: 10px;
}

/* دکمه‌ها */
.dl-box-full-wrapper .dl-btn {
    width: 100%;             /* دکمه‌ها تمام عرض باکس */
    padding: 12px 10px;
    border-radius: 8px;
    font-weight: bold;
	color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* فاصله بین آیکون و متن */
    font-size: 14px;
}

/* هاور افکت */
.dl-box-full-wrapper .dl-btn:hover {
    transform: scale(1.03);
    opacity: 0.9;
}

/* رنگ بندی هر کیفیت */
.dl-box-full-wrapper .dl-128 { background: #e5733a; }
.dl-box-full-wrapper .dl-320 { background: #e5733a; }
.dl-box-full-wrapper .dl-zip { background: #e5733a; }
.dl-box-full-wrapper .dl-video { background: #e5733a; }

/* موبایل */
@media (max-width: 768px) {
    .dl-box-full-wrapper {
        align-items: stretch;
    }
    .dl-box-full-wrapper .dl-btn {
        width: 100%;
    }
}

.artist-box {
    display: flex;
    flex-direction: column; /* ابتدا عکس، سپس متن */
    align-items: flex-start;
    border-radius: 10px; /* گوشه‌های ملایم */
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    gap: 15px;
}

.artist-box img {
    max-width: 100%;      /* عکس تمام عرض داخل باکس */
    height: auto;
    border-radius: 10px;  /* گوشه‌های عکس */
    display: block;
    margin-bottom: 10px;  /* فاصله عکس تا متن */
}

.artist-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.artist-bio {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
	 text-align: justify;
}

/* === Iritm Custom Audio Player RTL === */
.iritm-custom-player {
    display: flex !important;
    flex-direction: row-reverse !important; /* راست به چپ */
    align-items: center !important;
    gap: 12px;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    text-align: right;
    font-family: sans-serif;
}

/* Play Button */
.iritm-play-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff7a18;
    border: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;

    /* حذف ظاهر پیش‌فرض مرورگر */
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* حذف متن یا آیکون پیش‌فرض مرورگر */
    color: transparent;
    font-size: 0;
}

/* حذف ::after اضافی در حالت Play */
.iritm-play-btn:not(.pause)::after {
    content: none !important;
}

/* Progress Bar Wrapper */
.iritm-progress {
    flex: 1 !important;
    height: 4px;
    background: #d1d5db;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

/* Progress Filled */
.iritm-progress-bar {
    height: 100%;
    width: 0%;
    background: #ff7a18;
    border-radius: 10px;
    transition: width 0.1s linear;
}

/* Time */
.iritm-time {
    font-size: 12px;
    color: #555;
    min-width: 40px;
    text-align: center;
    flex-shrink: 0;
}

/* Hide native audio */
.iritm-custom-player audio {
    display: none !important;
}

/* === PLAY ICON === */
.iritm-play-btn::before {
    content: "";
    position: absolute;
    right: 16px; /* RTL */
    top: 11px;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

/* === PAUSE ICON === */
.iritm-play-btn.pause::before {
    border: none;
    width: 4px;
    height: 14px;
    background: #fff;
    right: 14px;
    top: 13px;
}

.iritm-play-btn.pause::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 14px;
    background: #fff;
    right: 22px;
    top: 13px;
}



.wpulike-heart .wp_ulike_general_class{
    box-shadow:0 0 0 1px #eeeeee !important;
}

/* قبل از لایک */
.wpulike-heart .image-unlike{
    color:#000 !important;
}

/* بعد از لایک */
.wpulike-heart .image-likelike,
.wpulike-heart .image-like{
    color:#ff7a00 !important;
}





.elementor-button-text{
    color:#fff !important;
}

.elementor-button-text:hover{
    color:#fff !important;
}




.category-box {
    margin: 30px auto;
    max-width: 900px; /* وسط صفحه */
    text-align: center; /* عکس وسط */
}

.category-bio img {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto 20px;
    border-radius: 10px;
}

.category-bio {
    text-align: justify; /* متن دوطرفه */
    direction: rtl;
}

.category-bio p {
    font-size: 15px;
    line-height: 2;
    color: #fff;
}

.song-box {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin: 30px 0;
  color: #333;
	text-align: center;
}

.song-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.song-box-content iframe {
  width: 100%;
  min-height: 300px;
  border-radius: 12px;
}


/* کانتینر کارت‌ها */
.related-posts-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

/* کارت */
.related-post-card {
    background: #f8f8f8;
	 color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s;
}

.related-post-card:hover {
    transform: translateY(-5px);
	color: #d3783a;
}

.related-post-card a {
    color: #333;
    text-decoration: none;
    display: block;
}

/* تصویر مربعی */
.card-thumb {
    width: 100%;
    padding-top: 100%; /* 1:1 */
    background-size: cover;
    background-position: center;
}

/* عنوان */
.card-title {
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

/* ===== دسکتاپ (6 ستون) ===== */
@media (min-width: 1025px) {
    .related-post-card {
        flex: 0 0 calc(16.666% - 17px);
        max-width: calc(16.666% - 17px);
    }
}

/* ===== تبلت (3 ستون) ===== */
@media (max-width: 1024px) and (min-width: 768px) {
    .related-post-card {
        flex: 0 0 calc(33.333% - 14px);
        max-width: calc(33.333% - 14px);
    }
}

/* ===== موبایل (2 ستون) ===== */
@media (max-width: 767px) {
    .related-post-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .card-title {
        font-size: 14px;
    }
}







/* GRID */
.tag-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* دسکتاپ: 4 ستون */
    gap: 20px;
}

/* CARD */
.tag-card {
    background: #f8f8f8;
    border-radius: 18px;
    padding: 14px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    transition: .3s;
}

.tag-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.tag-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* TITLE */
.tag-title {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
	 color: #333;
}

/* PAGINATION */
.tag-pagination {
    margin-top: 30px;
    text-align: center;
}

.tag-pagination a,
.tag-pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 7px 12px;
    border-radius: 8px;
    background: #f8f8f8;
	  color: #333;
    text-decoration: none;
    font-size: 14px;
}

.tag-pagination a:hover {
    background: #d3783a;
    color: #fff;
}
.tag-pagination a.active {
    background: #d3783a;
    color: #fff;
}

/* 📱 TABLET */
@media (max-width: 1024px) {
    .tag-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 📱 MOBILE */
@media (max-width: 600px) {
    .tag-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tag-image img {
        height: 100%;
    }
}


.tag-search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tag-search-form input {
    flex: 1;
    min-width: 220px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 16px;
    font-size: 15px;
}

.tag-search-form button {
    height: 48px;
    border: none;
    border-radius: 12px;
    padding: 0 22px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}


.elementor-kit-103897 h3{
	color: #333;
	}

.elementor *, .elementor :after, .elementor :before
.elementor-kit-103897 h2{
	color: #333;
	}

.elementor-kit-103897 input:not([type="button"]):not([type="submit"]), .elementor-kit-103897 textarea, .elementor-kit-103897 .elementor-field-textual {
	color: #333;
	}


.category-bio p {
	color: #333;
	}


.elementor-kit-103897 a {
	color: #ffffff;
	}


.elementor-kit-103897 input:not([type="button"]):not([type="submit"]), .elementor-kit-103897 textarea, .elementor-kit-103897 .elementor-field-textual {
	color: #333;
	}


/* استفاده از انتخابگر دقیق‌تر المنتور برای غلبه بر استایل‌های قبلی */
.elementor-kit-103897 textarea#comment {
    color: #000000 !important;
}

