/*
Theme Name:ebiaali-org
Description:این قالب طراحی اختصاصی رسانه ابی عالی میباشد
Version: 1
Author:ART RTL
*/
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
}
@font-face {
	font-family: sans;
	font-style: normal;
    font-display: swap;
	font-weight: 400;
	src: url('fonts/IRANSansX.woff') format('woff'),
	url('fonts/IRANSansX.woff2') format('woff2');
}
a{
    text-decoration: none;
    color: #161616;
    transition: all 300ms ease;
}
ul,li{
    list-style: none;
}
input,
button,
textarea {
    font-family: sans;
    font-size:14px;
    background:none;
    outline:0;
    color:RGBA(0,0,0,0.9)
}
.hidden{
    display: none;
    width: 0;
    height: 0;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 400;
}
button,
label {
 cursor:pointer
}
:before,
:after {
 transition:all .3s ease-out
}
strong,
b {
 font-weight:400;
 color:#F0A500;
}
audio,video{
    width: 100%;
}
img{
    max-width: 100%;
    height: auto;
}
:root{
    --bgorc:#F0A500;
}
body{
    font-size: 14px;
    direction: rtl;
    background:#424242;
    cursor:default;
    font-family:sans;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}
.flexroot{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bgmusic{
    background:#1B1A17;
    justify-content: space-between;
    padding: 1em;
    border-radius: 0 0 14px 14px;
    z-index: 3;
    position: relative;
}
.logo{
    width: 185px;
    height: 48px;
    overflow: hidden;
}
.logom{
    width: 129px;
    height: 27px;

}
.bgmusic form{
    background: #333333;
    border-radius: 14px;
    height: 48px;
    width: 650px;
    overflow: hidden;
    position: relative;
}
.bgmusic form input{
    height: 48px;
    color: #F8F8F8;
    padding: 0 1.5em 0 4em;
    width: 100%;
    font-size: 13px;
    cursor:auto;
}
.bgmusic form button{
    position: absolute;
    top: 50%;
    left: 1em;
    cursor: pointer;
    transform: translate(0,-40%);
}
.bgmuno{
    background: #212121;
    justify-content: space-between;
    padding: 2em 1em 1em;
    border-radius: 0 0 14px 14px;
    z-index: 2;
    position: relative;
    margin-top: -1em;
}
.bgmuno li {
    display: flex;
    align-items: center;
}
.bgmuno li a {
    color: #f8f8f8;
    display: flex;
    border-radius: 1em;
    font-size: 15px;
    align-items: center;
    position: relative;
}
.bgmuno li a::after{
    content: "";
    width: 1px;
    height: 26px;
    background: #343434;
    margin: 0 1em;
}
.bgmuno li:last-child a:after{
    background: 0;
}
.bgmuno li a:hover{
    color: var(--bgorc);
}
.bgmuno li:first-child {
    margin-right:0;
}
.bgmuno li:last-child {
    margin-left:0;
    padding:0;
    border:0
}
.bgmuno span{
    border: 3px solid #313030;
    padding:1em;
    border-radius: 14px;
    font-size: 13px;
    color: #f6f6f6;
}
.bgmuno span i{
    font-style: normal;
    color: var(--bgorc);
}
.bgvipmusic{
    background: #313030;
    border-radius: 0 0 14px 14px;
    padding: 1.5em .5em .5em .5em;
    z-index: 1;
    position: relative;
    margin-top: -1em;
}
.bgvipmusic li{
    width: 16.66%;
    padding: .5em;
}
.bgvipmusic li a{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 14px;
}
.bgvipmusic li a img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-out;
}
.bgvipmusic li a span{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    flex-direction: column;
    color: #FFF;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    background: linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 90%);
    transition: all 300ms ease-out;
    height: 100px;
}
.bgvipmusic li a:hover span{
    height: 100%;
}
.bgvipmusic li a span strong{
    font-size: 15px;
    font-weight: 400;
    color: #e0e0e0;
}
.bgvipmusic li a span i{
    font-style: normal;
    color: #F8F8F8;
    font-size: 13px;
}
.musicrow{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.5em;
}
.rtlmusic{
    width: 22%;
}
.centerpost{
    width: 68%;
}
.ltrmusic{
    width: 30%;
}
.catlistmo{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.catlistmo a {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin: 0 0 1em;
    color: var(--bgorc);
    padding: 0.7em;
    width: 32%;
    background: #212121;
    border-radius: 12px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.catlistmo a svg{
    margin: 0 0 0.8em;
    fill: var(--bgorc);
}
.catglist{
    background: #212121;
    border-radius: 14px;
    overflow: hidden;
    border: 3px solid var(--bgorc);
    flex-direction: column;
    display: flex;
    margin: 0 0 1.5em;
}
.catglist a{
    display: flex;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px solid #161616;
    color: #C0C0C0;
    padding: 1em;
    position: relative;
}
.catglist a:last-child {
  border: 0;
}
.catglist a::after {
    content: "";
    left: 1em;
    top: 50%;
    position: absolute;
    width: .4em;
    height: .4em;
    border-left: .1em solid #C0C0C0;
    border-bottom: .1em solid #C0C0C0;
    transform: rotate(45deg) translate(0,-50%);
}
.catglist a svg {
    margin-left: .7em;
    width: 20px;
    height: 20px;
    fill: var(--bgorc);
}
.catglist a:hover{
    color: #fff;
}
.cominganime{
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {transform:rotate(0deg)}
    100% {transform:rotate(360deg)}
}
.singersid{
    overflow: hidden;
    background: #212121;
    border-radius: 14px;
    border: 3px solid var(--bgorc);
    margin-bottom:1.5em;
}
.haederbar{
    padding: 1em;
    border-bottom: 2px solid #161616;
    display: flex;
    align-items: center;
}
.haederbar span{
    display: flex;
    align-items: center;
    margin-left: .7em;
    fill: #ccc;
}
.barltr span{
    fill: var(--bgorc);
}
.haederbar h4{
    font-size: 16px;
    color: #ccc;
}
.singersid ul{
    padding: 1em;
    line-height: 2.4;
}
.singersid ul li{
    width: 49%;
    display: inline-flex;
}
.singersid ul li a{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #F8F8F8;
}
.singersid ul li a::before{
    content: "";
    width: 5px;
    height: 11px;
    background: #303030;
    margin-left: .5em;
    border-radius: 14px;
}
.singersid ul li a:hover{
    color: var(--bgorc);
}
.postcenter,.ltrsidbar,.topinfopost,.singelartis,.loctshn,.comments>ul{
    overflow: hidden;
    border-radius: 14px;
    background: #212121;
    margin: 0 0 1.5em;
}
.topinfopost{
    text-align: center;
    color: #f8f8f8;
}
.topinfopost p{
    padding: 1em;
    line-height: 2;
    font-size: 12px;
}
.topinfopost h1{
    font-size: 16px;
    padding: 1em;
    background: #1B1A17;
}
.topinfopost h1 a{
    color: var(--bgorc);
}
.comingsonpost .hedpost{
    justify-content: space-between;
}
.comingsonpost .titpos{
    display: flex;
}
.comingsonpost .hedpost i{
    font-style: normal;
    background: #EE2B47;
    color: #1B1A17;
    font-size: 12px;
    padding: .2em .7em;
    border-radius: 12px;
    margin-right: 1em;
}
.page404 .hedpost{
    justify-content: center;
    color: #f8f8f8;
    font-size: 15px;
}
.page404 svg{
    fill: var(--bgorc);
    max-width: 100%;
}
.hedpost{
    padding: 1em;
    display: flex;
    background: #1B1A17;
    align-items: center;
}
.hedpost h2 a{
    font-size: 16px;
    color: #F8F8F8;
}
.hedpost h2 a:hover{
    color: var(--bgorc);
}
.comingsonpost .hedpost span,.comingsonpost .ftrpost a{
    background: #EE2B47;
}
.hedpost span{
    width: 35px;
    margin-left: .7em;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bgorc);
    border-radius: 10px;
}
.hedpost span svg{
    width: 18px;
    height: 20px;
    fill: #000;
}
.postcenter .infocarg{
    border-bottom: 1px solid #161616;
    display: flex;
    align-items: center;
}
.infocarg ul{
    display: flex;
    padding: .5em 1em;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.infocarg ul li{
    display: flex;
    align-items: center;
    color: #C0C0C0;
    font-size: 13px;
    margin-left: 1em;
}
.infocarg ul li a{
    color: #f8f8f8;
}
.infocarg ul li svg{
    width: 16px;
    fill: #C0C0C0;
    margin-left: .5em;
    height: 16px;
}
.contmusi {
    padding: 1em;
    text-align: center;
    line-height: 2.1;
    color: #f8f8f8;
}
.contmusi  img {
    margin: .7em auto;
    border-radius: 1em;
    display: inherit;
}
.cmisoon{
    background: #1b1a17;
    margin: 0 auto 1em;
    padding: 1em 1em;
    border-radius: 14px;
    text-align: center;
    width: 95%;
}
.cmisoon svg {
    margin: 0 0 1em;
    fill: #EE2B47;
    width: 80px;
    height: 80px;
}
.cmisoon p {
    color:#f8f8f8
}
.cmisoon p span {
    color:#EE2B47
}
.mp3dl{
    margin:0 auto;
    width:95%;
}
.mp3dl .nametrk{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .7em;
    border-radius: 14px 14px  0 0;
    width: 100%;
    background: #1B1A17;
    color: #ccc;
    border: 2px solid #1B1A17;
    font-size: 13px;
    margin: 1em 0 0;
}
.nametrk svg{
    width: 16px;
    height: 16px;
    fill: #ccc;
    margin-left: .7em;
}
.mp3dl audio,.mp3dl video{
    margin: 1em 0 0;
}
.musicdlmp,.stelinsr{
    justify-content:space-between;
    width:100%
}
.musicdlmp a,.stelinsr a {
    width:49%;
    margin:1em 0 0
}
.musicdlmp a {
    background:var(--bgorc);
    color: #1B1A17;
    padding: .8em;
    display: inline-flex;
    border-radius: .7em;
    margin: 1em 0 0;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.stelinsr a {
    padding: .8em;
    display: inline-flex;
    border-radius: .7em;
    margin: 1em 0 0;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}
.musicdlmp a:hover,.stelinsr a:hover {
    background:#0f0f0f;
    color: var(--bgorc);
}
.telgrm{
    background: #2eaef7;
    color: #fff;
}
.instag{
    background: #f9072b;
    color: #fff;
}
.wtsp,.stelgrm{
    background: #533E85;
    color: #f8f8f8;
}
.musicdlmp a span {
    background:#1B1A17;
    line-height:1;
    color: var(--bgorc);
    padding:4px 6px 2px;
    border-radius:.5em;
    margin-right:.5em;
    font-size:13px
}
.singerartistall{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgorc);
    padding: .8em;
    border-radius: 1em;
    color: #fff;
    margin: 1em 0 ;
    width: 100%;
    flex-wrap: wrap;
    font-size: 15px;
}
.singerartistall a{
    display: flex;
    align-items: center;
}
.singerartistall svg{
    width: 22px;
    height: 22px;
    margin-left: .3em;
}
.allsinger{
    margin-bottom: 1em;
}
.allsinger h4{
    background: #212121;
    display: flex;
    padding: .8em 1em;
    border-radius: 14px;
    align-items: center;
    margin-bottom: .5em;
    color: #f8f8f8;
    font-size: 14px;
}
.comments>span{
    background: #212121;
    display: flex;
    padding: .8em 1em;
    border-radius: 14px;
    align-items: center;
    margin-bottom: .5em;
    color: #f8f8f8;
    font-size: 14px;
    justify-content: space-between;
}
.comments span i{
    font-style: normal;
    font-size: 13px;
    display: inline-block;
}
.comments span h4{
    display: flex;
    align-items: center;
}
.comments span svg{
    width: 18px;
    height: 18px;
    fill: var(--bgorc);
    margin-left: .5em;
}
.comments form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0;
}
.inputcomenys{
    width: 30%;
    flex-direction: column;
    display: flex;
}
.comments input{
    width: 100%;
    margin: 0 0 1em;
}
.comments input:last-child {
    margin: 0;
}
.comments form textarea,.comments form input {
    padding: .9em 1em;
    border-radius: 1em;
    font-size: 13px;
    transition: all 300ms ease-out;
    background: #161616;
    color:#ccc;
    border: 1px solid #111;
}
.comments form input:focus, .comments form textarea:focus {
    border-color: var(--bgorc);
}
.comments form button {
    position: absolute;
    left: 1em;
    bottom: 1em;
    background: var(--bgorc);
    height: 40px;
    border-radius: .7em;
    transition: all 300ms ease-out;
    padding: 0 1em;
}
.inptexra{
    position: relative;
    width: 68%;
}
.wt100{
    width: 100% !important;
}
.combgt{
    padding:.7em 1em;
    text-align: center;
    border-radius: 14px;
    margin: 1em 0 0;
    width: 100%;
    background: #1c1c1c;
    color: var(--bgorc);
}
.combgt a{
    color: var(--bgorc);
}
.comments form textarea {
    display: flex;
    width: 100%;
    resize: none;
    height: 100px;
}
.texcomn{
    padding:.7em 1em;
    text-align: center;
    border-radius: 14px;
    margin: 0 0 1em;
    background: var(--bgorc);
}
.comments>ul{
    padding: 1em 1em .1em;

}
.comments ul li > span {
    display: flex;
    flex-direction: column;
    border-radius: .7em;
    padding: .5em .8em;
    line-height: 2;
    margin: 0 0 1em;
    background: #1B1A17;
}
.comments ul li p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: justify;
    flex-wrap: wrap;
    position: relative;
}
.comments ul li p span b::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 194.438 194.43'%3e%3cg id='Group_11591' data-name='Group 11591' transform='translate(6 6)'%3e%3cg id='profile-user' transform='translate(0 0)'%3e%3cpath id='Path_23422' data-name='Path 23422' d='M91.219,0a91.215,91.215,0,1,0,91.219,91.215A91.22,91.22,0,0,0,91.219,0Zm0,27.274A30.171,30.171,0,1,1,61.052,57.446,30.173,30.173,0,0,1,91.219,27.275ZM91.2,158.582a66.946,66.946,0,0,1-43.594-16.075,12.857,12.857,0,0,1-4.512-9.773,30.428,30.428,0,0,1,30.576-30.42h35.108a30.384,30.384,0,0,1,30.528,30.42A12.825,12.825,0,0,1,134.8,142.5,66.922,66.922,0,0,1,91.2,158.582Z' transform='translate(0 -0.001)' fill='none' stroke='%23F0A500' stroke-width='12'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    float: right;
    margin: 4px 0 0 7px;
}
.comments ul li p span {
    overflow-wrap: break-word;
    width: 100%;
    color: #f6f6f6;
}
.comments ul li p span b {
    color: var(--bgorc);
}
.comments ul li p em {
    color: var(--bgorc);
    display: flex;
    font-size: 13px;
    font-style: normal;
}
.allsinger h4 svg{
    fill: var(--bgorc);
    margin-left: .5em;
}
.ftrpost{
    padding: 1em;
    border-top: 1px solid #161616;
}
.ftrpost a{
    width: 100%;
    background: var(--bgorc);
    display: flex;
    text-align: center;
    font-size: 16px;
    justify-content: center;
    border-radius: 14px;
    padding:.7em 1em;
}
.ftrpost a:hover{
    background: #1B1A17;
    color: #f8f8f8;
}
.pagebar{
    justify-content: center;
    margin-bottom: 1.5em;
}
.pagebar .current, .pagebar a:hover {
    color: #212121;
    background: var(--bgorc);
}
.pagebar a, .pagebar span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 15px;
    color: #f8f8f8;
    height: 40px;
    border-radius: 12px;
    background: #ffffff;
    padding: 1em;
}
.ltrsidbar ul{
    line-height: 2.4;
}
.ltrsidbar ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #161616;
    padding: .5em 1em;
}
.ltrsidbar ul li a{
    color: #f8f8f8;
    display: flex;
    align-items: center;
}
.ltrsidbar ul li a::before{
    content: "";
    width: 5px;
    height: 11px;
    background: #303030;
    margin-left: .5em;
    border-radius: 14px;
}
.ltrsidbar ul li a:hover{
    color: var(--bgorc);
}
.ltrsidbar ul li:last-child {
    border: 0;
}
.bgtfr{
    background: #212121;
    padding: 1.5em 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px 14px  0 0;
}
.frtcop{
    display: flex;
    align-items: center;
    color: #f8f8f8;
    flex-wrap: wrap;
}
.frtcop svg{
    fill: var(--bgorc);
    margin-left: .7em;
}
.frtcop a{
    color:var(--bgorc);
    margin: 0 5px;
}
.shoilme a{
    color: #f8f8f8;
    background: #1e1e1e;
    padding: .7em 1em;
    border-radius: 12px;
    margin-right: .7em;
}
.shoilme a:hover{
    color: var(--bgorc);
}
.singelartis{
    padding: .5em;
}
.singelartis li,.allsinger li{
    width: 25%;
    padding: .5em;
}
.singelartis li a,.allsinger li a{
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
}
.singelartis li a img,.allsinger li a img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 300ms ease-out;
}
.singelartis li a span,.allsinger li a span{
    display: flex;
    flex-direction: column;
    background: #1B1A17;
    line-height: 1.8;
    justify-content: center;
    text-align: center;
    padding: .5em;
}
.singelartis li a span strong,.allsinger li a span strong{
    color:#f8f8f8;
    transition: all 300ms ease;
    font-size: 15px;
    font-weight: 400;
}
.singelartis li a img {
    display: block;
    width: 100%;
    height: auto;
}
.singelartis li a:hover span strong,.allsinger li a:hover span strong{
    color:var(--bgorc);
}
.mysb,
.mystw {
    position: fixed;
    height: 86px;
    top: 60%;
    text-decoration: none;
    z-index: 9;
    cursor: pointer;
    transform: translate(0, -50%);
    width: 35px;
    right: 1em;
    border-radius: 12px;
    background:var(--bgorc);
    color: #000 !important
}
.mystw {
    right: initial;
    left: 1em
}
.mysb span,
.mystw span {
    transform: rotate(-90deg) translate(-50%, 0);
    position: absolute;
    width: 67px;
    text-align: center;
    font-size: 12px
}
.mysb span {
    left: -17px
}
.mystw span {
    right: -15px
}
.singelartis li a span i,.allsinger li a span i{
    font-weight: 400;
    color: #8a8a8a;
    font-size: 13px;
    font-style: normal;
}
.loctshn{
    padding: 1em;
    display: flex;
    align-items: center;
    color: #f8f8f8;
}
.loctshn a{
    color: var(--bgorc);
}
.loctshn svg {
    width: 22px;
    height: 22px;
    transform: rotate(25deg);
    fill: var(--bgorc);
    margin: 3px 0 0 5px;
}
@media screen and (max-width: 980px) {
    .bgmuno{
        justify-content: center;
        flex-direction: column;
    }
    .bgmusic form{
        width: auto;
        margin-right: 1em;
        flex: 1;
    }
    .bgmuno nav{
        margin-bottom: 1em;
    }
    .bgmuno ul{
        justify-content: center;
    }
    .bgmuno span{
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    .rtlmusic{
        width: 100%;
        order: 2;
    }
    .centerpost{
        width: 100%;
        order: 1;
    }
    .ltrmusic{
        width:100%;
        order:3;
    }
    .bgtfr{
        flex-direction: column;
    }
    .frtcop{
        justify-content: center;
        text-align: center;
        margin-bottom: 1.5em;
    }
    .shoilme a{
        margin-right: 0;
    }
}
@media screen and (max-width: 645px) {
    .bgmusic{
        justify-content: center;
    }
    .bgmusic form{
        width: 100%;
    }
    .shoilme{
        display: flex;
        flex-direction: column;
    }
    .shoilme a{
        margin-top: .5em;
        text-align: center;
    }
}
@media screen and (max-width: 580px) {
    .bgvipmusic li {
        width: 33.3%;
    }
    .musicdlmp a,.stelinsr a{
        width: 100%;
    }
    .singelartis li, .allsinger li{
        width: 50%;
    }
}
@media screen and (max-width: 350px) {
    .bgvipmusic li {
        width: 50%;
    }
}