.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e66613f:#1F737C;--e-global-color-3f5f6d8:#5BA2A5;--e-global-color-ec2a37d:#104551;--e-global-color-e81ab89:#888989;--e-global-color-d2a69bb:#BBBCBC;--e-global-color-2767cc7:#E0E2E2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-e66613f );font-weight:700;}.elementor-kit-8 a:hover{color:var( --e-global-color-e81ab89 );font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==================================
   RadioMaah APlayer
================================== */

.aplayer,
.aplayer *{
    font-family:IRANSans !important;
}

/* بدنه اصلی */
.aplayer{
    background:#5BA2A5 !important;
    border-top:4px solid #104551 !important;
    box-shadow:0 -8px 30px rgba(16,69,81,.08) !important;
}

/* اطلاعات */
.aplayer .aplayer-info{
    background:#5BA2A5 !important;
}

/* عنوان */
.aplayer .aplayer-title{
    color:#fff !important;
    font-weight:700 !important;
}

/* نویسنده */
.aplayer .aplayer-author,
.aplayer .aplayer-time{
    color:#fff !important;
}

/* کاور */
.aplayer .aplayer-pic{
    border-radius:12px !important;
    overflow:hidden !important;
    background:#104551 !important;
}

/* دکمه پلی */
.aplayer .aplayer-button{
    background:transparent !important;
    box-shadow:none !important;
}

.aplayer .aplayer-button svg{
    fill:#104551 !important;
}

/* آیکون ها */
.aplayer .aplayer-icon svg{
    fill:#fff !important;
}

.aplayer .aplayer-icon:hover svg,
.aplayer .aplayer-button:hover svg{
    fill:#fff !important;
}

/* نوارها */
.aplayer .aplayer-played,
.aplayer .aplayer-thumb,
.aplayer .aplayer-volume{
    background:#104551 !important;
}

.aplayer .aplayer-loaded{
    background:#fff !important;
}

/* همیشه باز */
.aplayer-info{
    display:block !important;
}

.aplayer-miniswitcher{
    display:none !important;
}

/* پلیر */
.aplayer.aplayer-fixed{

    position:fixed;

    width:440px !important;
    max-width:440px !important;

    right:auto !important;
    margin-left:-220px !important;

    transform:none !important;

    bottom:0 !important;

    overflow:hidden !important;

    z-index:9999 !important;

    opacity:0;

    animation:radiomaahPlayerFade .35s ease forwards;
}

/* بدنه داخلی */
.aplayer.aplayer-fixed .aplayer-body{
    background:#5BA2A5 !important;
    position:relative !important;
    width:auto !important;
}

/* بک گراند زیر پلیر */
#sticky-player-bg{

    position:fixed;

    bottom:0;

    left:50%;

    margin-left:-220px;

    width:440px;

    height:8vh;

    background:#5BA2A5;

    z-index:9998;

    pointer-events:none;

    opacity:0;

    animation:radiomaahPlayerFade .35s ease forwards;
}

/* موبایل */
@media (max-width:768px){

    .aplayer.aplayer-fixed{

        width:92% !important;
        max-width:92% !important;

        left:50% !important;
        right:auto !important;

        margin-left:0 !important;

        transform:translateX(-50%) !important;
    }

    #sticky-player-bg{

        width:92%;

        left:50%;

        margin-left:0;

        transform:translateX(-50%);
    }

}

/* انیمیشن پلیر */
@keyframes radiomaahPlayerFade{

    from{
        opacity:0;
    }

    to{
        opacity:1;
    }

}

/* انیمیشن بک گراند */
@keyframes radiomaahBgFade{

    from{
        opacity:0;
    }

    to{
        opacity:1;
    }

}/* End custom CSS */