/**
Theme Name: NewSong
Theme URI: https://newsong.ir
Version : 2
Author: codein
Description: Design And Development : Codein
**/
body {
	padding:0;
	margin:0;
	overflow-x:hidden;
	background-color:#f1f1f1;
	font:300 14px IRANSans;
	direction:rtl;
	text-align:right;
	padding-top: 49px;
}
body.sng {
	padding-top: 60px;
}
ul,li,ol{
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none !important;
}
b, strong {
	font-weight:500;
}
input,select,textarea,button {
	outline: none;
	font:300 13px IRANSANS;
}
ul,li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}
button {
	border:0;
	outline:0;
	padding:0;
	margin:0;
}
textarea {
	resize:none;
}
figure{
	overflow:hidden;
}
.flex{
	display:flex;
	justify-content:space-between;
	position:relative;
}
::-moz-selection { 
	background: #1FA2FF;
    color: #ffffff;
}
::selection { 
	background: #1FA2FF;
    color: #ffffff;
}
/* End Reset */
.cl {
	clear:both;
}
.margin_top{
	margin-top:10px;
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src:url('fonts/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/IRANSansWeb_Light.ttf') format('truetype');
}
.left_dir {
    direction: ltr;
    text-align: left;
}
/*start*/
.topheader {
	background:#fff;
	padding:4px 0;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
    z-index: 99;
	transition:0.3s;
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}
.topheader h1,.topheader h2 {
	display:none;
}
.topheader nav {
    margin: 17px 0;
	width: 50%;
}
.topheader ul li{
	display:inline-block;
}
.topheader ul li a{
	color:#000;
	position:relative;
	padding-right: 30px;
	font-size:13px;
}
.topheader ul li a:hover{
	color:#4c84f0;
}
.topheader ul li a.icon:before{
	content:'';
	position:absolute;
	top:0;
    right: 5px;
    background: url(images/icons.png) no-repeat 28% 2%;
	width:20px;
	height:20px;
}
.topheader ul li a.music:before{
	background-position:18.3% 2%;
}
.topheader ul li a.video:before{
	background-position:11% 2%;	
}
.topheader ul li a.album:before{
	background-position:2% 2%;	
}
.topheader ul li a:hover:before{
	background-position:28% 9%;
}
.topheader ul li a.music:hover:before{
	background-position:18% 9%;
}
.topheader ul li a.video:hover:before{
	background-position:10.8% 9%;	
}
.topheader ul li a.album:hover:before{
	background-position:2% 9%;	
}
.topheader .search ul {
	margin-top: 4px;
}
.topheader .search {
	width: 50%;
    display: flex;
    margin: 15px 0;
	justify-content: flex-end;
}
.topheader .search ul li a{
	padding:0 10px;
}
.topheader .search form{
	display:flex;
	border-right: 1px solid #cecece;
    padding: 0px 5px;
}
.topheader .search input {
    border: 1px solid transparent;
	padding-right: 31px;
	font-size:12.5px;
	font-weight:300;
}
.topheader .search label {
    background: transparent;
    border: none;
    position: relative;
	margin-bottom: 0;
}
.topheader .search label:before{
	content:'';
	position:absolute;
	top: 1px;
    right: 0;
	background: url(images/icons.png) no-repeat 33% 72%;
    width: 25px;
    height: 26px;
}
.special{
	background:#fff;
	padding:10px 0;
	box-shadow:inset -7px 18px 35px -24px rgba(0, 0, 0, 0.15), 0px 3px 11px rgba(17, 17, 17, 0.050980392156862744);
	padding-top:30px;
	margin-bottom:20px;
}
.special .title{
	color:#2c2c2c;
	position:relative;
	padding-right:35px;
}
.special .title span{
	display:block;
	font-weight:500;
}
.special .title:before{
	content:'';
	position:absolute;
	top: 3px;
    right: 0;
    background:url(images/icons.png) no-repeat 54% 2%;
	width:27px;
	height:35px;
}
.special .title span.en {
    color: #9b9b9b;
    font-size: 10px;
	font-weight:300;
	justify-content: space-between;
}
.special .posts {
    display: flex;
    padding: 5px 0;
	flex-wrap: wrap;
}
.special .post {
	display:block;
    box-shadow: 0px 2px 13px -3px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 10px;
    margin: 10px;
    border: 1px solid #e2e4e8;
	width:202px;
	position:relative;
	top:0;
	transition: top 0.3s;
}
.special .post:hover{
	top:-7px
}
.special .post figure img{
	width:100%;
	border-radius:5px;
}
.special .post .name h2 ,.special .post .name h3,.special .post .name h4{
	color:#464646;
	font-size:13px;
	font-weight:300;
	margin-bottom: 10px;
}
.special .post .name span{
	display:inline-block;
	color: #fff;
    background: #9ba2b1;
    padding: 0 10px;
    border-radius: 15px;
    margin-left: 5px;
	transition: 0.4s all ease;
	font-size:12px;
}
.special .post .name h3{
	font-weight:500;
	display:inline-block;
}
.special .post:hover .name span{
	background:#3c75ee;
}
.more-link {
	display:none;
}
.atop{
	margin:20px 0;
}
.atop .box {
	background:#fff;
	padding:15px;
	font-size:13px;
	width: 49%;
}
.atop .box.news {
	display:flex;
	justify-content:space-between;
}
.atop .box.news .dots {
	margin-top: 10px;
	display:flex;
}
.atop .box.news .dots div {
	width: 6px;
    height: 6px;
    background: #777;
    margin-right: 5px;
	cursor:pointer;
}
.atop .box.news .dots div.active {
	background:#ff6c00;
}
.atop .box p{
	position:relative;
	color:#838b99;
	padding-right:67px;
}
.atop .box a {
	position:relative;
	color:#838b99;
	padding-top:2px;
	padding-right: 15px;
	display:none;
	transition:0.3s;
}
.atop .box a:hover {
	color:#ff6c00;
}
.atop .box p:before{
	content:'';
	position:absolute;
	top:-5px;
    right: 0;
    background: url(images/icons.png) no-repeat 67% 3%;
	width:75px;
	height:35px;
}
.atop .box a:before{
	content:'';
	position:absolute;
	top:8px;
    right: 0;
    background:#ff6c00;
	width:8px;
	height:8px;
	border-radius:100%;
}
.atop .banner {
    margin: 15px 0;
}
.atop .banner img {
	width:100%;
	height:auto;
	transition:0.3s all ease;
}
.atop .banner img:hover {
	opacity:0.9;
}
.content article{
	background:#fcfcfc;
	padding:15px;
	box-shadow:0px 4px 6px -2px rgb(218, 219, 221);
    border: 1px solid #e2e5ea;
	margin-bottom:20px ;
}
.content article .title{
	display:flex;
	color:#2e2e2e;
	font-weight:500;
	position: relative;
	transition:0.3s all ease;
	font-size:16px;
	padding:5px 0;
}
.content article .title h2,.content article .title h1 {
	font-size:16px;
}
.content article .title:hover{
	color:#1c82ef;
}
.content article .title a{
	color:#2e2e2e;
	padding: 0 3px;
	transition:0.3s all ease;
}
.content article .title.hot {
	padding-right: 35px;
}
.content article .title.hot:before{
	content:'';
	position:absolute;
	top: -5px;
    right: 0;
    background: url(images/icons.png) no-repeat 81% 2%;
	width:30px;
	height:30px;
}
.content article .info{
	background:#f0f1f3;
	border-radius:4px;
	color:#73777f;
	margin: 10px 0;
    padding: 6px 15px;
}
.content article .info span {
    font-size: 12px;
	padding-right:25px;
	position:relative;
}
.content article .info span a {
	color:#73777f;
}
.content article .info span:before{
	content:'';
	position:absolute;
    top: 0;
    right: 0;
    background: url(images/icons.png) no-repeat 19% 17%;
	width: 21px;
    height: 20px;
}
.content article .info span.date:before{
	background-position: 11% 17%;
}
.content article .info span.dl:before{
	background-position: 2% 17%;
}
.content article .name p {
	margin-bottom:5px;
}
.content article .name h2,.content article .name h3,.content article .name h4,.content article .name h5,.content article .name h6 {
    font-size: 15px;
    text-align: center;
    color: #2e2e2e;
    margin-bottom: 10px;
    font-weight: 500;
}
.content article .name a{
	color: #2e2e2e;
}
.content article .name {
	text-align:center;
}
.content article img{
	max-width:100%;
	height: auto;
	margin:10px 0;
}
.content article .foot_post{
	display:flex;
	justify-content:space-between;
	padding: 15px 10px;
}
.content article .foot_post.single {
	padding: 15px 0px;
}
.content article .foot_post .more{
	background-image:linear-gradient(to right, #1FA2FF 0%, #00caec 51%, #1FA2FF 100%);
    color: #fff;
    padding: 11px 60px 10px 28px;
    border-radius: 45px;
    font-weight: 500;
    position: relative;
    box-shadow: 0px 14px 33px -15px rgba(24, 140, 242, 0.67);
    transition: 0.5s;
    background-size: 200% auto;	
}
.content article .foot_post .more:hover{
	background-position: right center;
}
.content article .foot_post .more:before{
	content:'';
	position:absolute;
    top: 4px;
    right: 19px;
    background: url(images/icons.png) no-repeat 90% 2%;
	width: 35px;
    height: 35px;
}
.content article .foot_post .shares {
    display: flex;
	z-index: 9;
	margin-top: 6px;
}
.content article .foot_post .shares .ic{
	position:relative;
	padding:6px 7px 6px 35px;
	color:#555454;
	font-weight:500;
	transition:0.3s all ease;
	margin-right:7px;
	cursor:pointer;
}
.content article .foot_post .shares .ic.like i {
	font-style:normal;
}
.content article .foot_post .shares .ic:before{
	content:'';
	position:absolute;
    top: 0;
    left: 0;
    background: url(images/icons.png) no-repeat  10% 25%;
	width: 30px;
    height: 30px;
	transition:0.3s opacity ease;
}
.content article .foot_post .shares .ic.cm:before{
	background-position:0% 25%;
}
.content article .foot_post .shares .ic.like:before{
	background-position:22% 25%;
}
.content article .foot_post .shares .ic.like.active {
	transform: perspective(1px) translateZ(0);
}
.content article .foot_post .shares .ic.like.active:before{
	background-position:31.3% 25%;
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.content article .foot_post .shares .social_post {
  	display:none;
	z-index: 99;
	position: absolute;
    top: 34px;
    left: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
}
.content article .foot_post .social_post .icon {
    display: block;
	background: url(images/icons.png) no-repeat 98% 2%;
    width: 24px;
    height: 24px;
	margin-bottom: 5px;
	transition:0.3s all ease;
}
.content article .foot_post .social_post .icon:hover {
	opacity:0.6;
}
.content article .foot_post .social_post .icon.fb{
	background-position:98% 10%;
}
.content article .foot_post .social_post .icon.tw{
	background-position:98% 18%;
}
.content article .foot_post .social_post .icon.gplus{
	background-position:98% 26%;
}
.content article .foot_post .social_post .icon.cloob{
	background-position:98% 33%;
}
.content article .foot_post .social_post .icon.whats{
	background-position:98% 43%;
}
.content .request{
	display:flex;
	justify-content:space-between;
}
.content .request a,.custom_link{
	background:linear-gradient(to right, rgb(39, 128, 237) 0%, rgb(122, 86, 240) 100%);
	color:#fff;
    padding: 60px 15px 15px;
    width:48.1%;
    text-align: center;
	position:relative;
	box-shadow:0px 0px 10px rgba(42, 127, 237, 0.51);
	transition: 0.3s all ease;
}
.custom_link {
	width: 100%;
    display: block;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}
.content .request a:before{
	content:'';
	position:absolute;
    top: 15%;
    left: 41%;
    background: url(images/icons.png) no-repeat 40% 25%;
	width: 40px;
    height: 40px;
}
.content .request a.send_music:before{
	background-position:51% 25%;
}
.content .request a:hover,.custom_link:hover{
	opacity:0.8;
}
.custom_link:hover {
	color:#fff;
}
.content aside{
	background:#fcfcfc;
	padding:15px;
    box-shadow: 0px 7px 12px -2px rgb(218, 219, 221);
    border: 1px solid #e2e5ea;
    margin: 20px 0px;
}
.content aside .title{
	position:relative;
    padding-right: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #545454;
	margin:15px 0;
}
.content aside .title span{
	display:block;
	color: #949494;
    font-weight: 300;
    font-size: 11px;
}
.content aside .title:before{
	content:'';
	position:absolute;
    top: 4px;
    right: 0;
    background: url(images/icons.png) no-repeat 2% 41%;
	width: 36px;
    height: 36px;
}
.content aside .nav-tabs {
    border-bottom: 1px solid #dbe0e9;
    display: flex;
    justify-content: center;
    padding: 6px 0 15px;
	margin-bottom:10px;
}
.content aside .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ffc440;
    border: none;
    border-radius: 20px;
}
.content aside .nav-tabs .nav-link {
    border: none;
    color: #73767a; 
    border-radius: 20px;
    padding: 2px 15px;
    margin: 4px;
    width: 55px;
    text-align: center;
	transition:0.3s;
}
.content aside .nav-tabs .nav-link:hover {
	background:#eee;
}
.content aside .nav-tabs .nav-link.active:hover {
	background:#ffc440;
}
.content aside .list a {
    color: #73767a;
	padding: 5px 8px;
	display:block;
	transition: 0.3s all ease;
}
.content aside .list li a:hover{
	background:#f4f4f4;
	border-radius: 6px;
}
.content aside .tab .tab_content {
	display:none;
}
.content aside .tab .tab_content.active {
	display:block;
}
.content aside .tab .tab_content a  h2 , .content aside .tab .tab_content a  h3 , .content aside .tab .tab_content a  h4{
	font-size:14px;
	font-weight:300;
	display:inline-block;
}
.content aside .title.catg:before{
    background-position:13% 41%;
}
.content aside .title.art:before{
    background-position: 26% 41%;
    height: 43px;
}
.content aside ul.list.scroll {
    overflow: auto;
    height: 300px;
}
.content aside ul.list li ul,.content aside ul.list li ul li ul {
	margin-right:10px;
}
.content aside ul.list li ul li a,.content aside ul.list li ul li ul li a {
	position:relative;
	padding-right: 23px;
}
.content aside ul.list li ul li a:before,.content aside ul.list li ul li ul li a:before {
	content: '';
    position: absolute;
    top: 11px;
    right: 5px;
    background: url(images/icons.png) no-repeat 28.5% 17.9%;
    width: 15px;
    height: 13px;
}
.heading_title {
    margin: 1px 0 20px;
    color: #a9a9a9;
    font-size: 15px;
    text-align: center;
	display:none;
}
.ads{
	background:#dde0e6;
	padding:15px;
	border-right:4px solid #686572;
	margin-bottom:15px;
	transition: 0.3s all ease;
	display:block;
}
.ads .ads_title{
	color:#686572;
	font-size:17px;
	font-weight:500;
}
.ads  p{
	color:#6c7585;
}
.ads:hover{
	background:#fff;
}
.loader {
	margin-left: 14px;
    margin-top: 6px;
	display:none;
}
.loader .line {
  width: 1px;
  height: 12px;
  background: #50648e;
  display: inline-block;
  padding:0;
  animation: opacity-1 1000ms infinite ease-in-out;
}
.loader .line-1 { animation-delay: 800ms; }
.loader .line-2 { animation-delay: 600ms; }
.loader .line-3 { animation-delay: 400ms; }
.loader .line-4 { animation-delay: 200ms; }
.loader .line-6 { animation-delay: 200ms; }
.loader .line-7 { animation-delay: 400ms; }
.loader .line-8 { animation-delay: 600ms; }
.loader .line-9 { animation-delay: 800ms; }

@keyframes opacity-1 { 
  0% { 
    opacity: 1;
  }
  50% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }  
}

@keyframes opacity-2 { 
  0% { 
    opacity: 1;
    height: 15px;
  }
  50% { 
    opacity: 0;
    height: 12px;
  }
  100% { 
    opacity: 1;
    height: 15px;
  }  
}
#wp_page_numbers {
	background:#fcfcfc;
	box-shadow:0px 4px 6px -2px rgb(218, 219, 221);
    border: 1px solid #e2e5ea;
	margin-bottom:20px ;
}
#wp_page_numbers ul {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
#wp_page_numbers ul li a {
	padding:20px;
	display: block;
	color: #3d4046;
	font-size: 15px;
	transition: 0.3s all ease;
	border-right: 1px solid #EEE;
	font-weight: normal;	
}
#wp_page_numbers ul li a:hover {
	background: #eee;
}
#wp_page_numbers ul li.active_page a {
	color: #d3d7de;
	cursor: no-drop;
}
#wp_page_numbers ul li.active_page a:hover {
	color: #d3d7de;
	background: transparent;
}
.pagination {
	background:#fcfcfc;
	box-shadow:0px 4px 6px -2px rgb(218, 219, 221);
    border: 1px solid #e2e5ea;
	margin-bottom:20px ;
	padding:10px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.pagination ul {
    display: flex;
    flex-direction: row-reverse;
}
.pagination a,.pagination .current {
	padding-top:4px;
	border-radius:100%;
	display: block;
	color: #3d4046;
	font-size: 15px;
	transition: 0.3s all ease;
	font-weight: normal;	
	width:30px;
	height:30px;
	text-align:center;
	margin-right:5px;
}
.pagination .current {
    color: #cecece;	
	font-size: 15px;
}
.pagination .dots {
    display: block;
    color: #3d4046;
    font-weight: normal;
    padding: 1px 10px;
}
.pagination a:hover {
	background:#00c782;
	color:#fff;
}
footer{
	background:#fff;
}
.top_foot{
	background:#5d63db;
	padding:20px 0;
}
.top_foot .call_eml div {
	color:#fff;
	position:relative;
	padding: 5px 65px 5px 10px;
}
.top_foot .call_eml div:before{
	content:'';
	position:absolute;
	top: -10px;
    right: 0;
	background: url(images/icons.png) no-repeat 19% 80%;
    width: 55px;
    height: 55px;
    background-color: #4d53c5;
    border-radius: 100%;
}
.top_foot .call_eml div.email:before{
	background-position:4% 82%;
}
.top_foot .col-md-6.flex {
    justify-content: end;
}
.top_foot .social{
	display:flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	margin: 9px;
}
.top_foot .social .icon{
	padding:0 20px;
	transition:0.3s;
	position:relative;
	width: 22px;
    height: 21px;
}
.top_foot .social .icon:hover {
	opacity:0.6;
}
.top_foot .social .icon:before{
	content:'';
	background: url(images/icons.png) no-repeat 82% 42%;
    width: 22px;
    height: 21px;
	position:absolute;
	top:0;
}
.top_foot .social .icon.you:before{
    background-position: 76% 42%;
}
.top_foot .social .icon.tel:before{
    background-position: 71% 42%;
}
.top_foot .social .icon.link:before{
    background-position: 66% 42%;
}
.top_foot .social .icon.feed:before{
    background-position: 60% 42%;
}
.top_foot .social .icon.insta:before{
    background-position: 54% 42%;
}
.top_foot .social .icon.gplus:before{
    background-position: 48% 42%;
}
.top_foot .social .icon.tw:before{
    background-position: 42% 42%;
}
.top_foot .social .icon.fb:before{
    background-position: 36% 42%;
}
.latest {
    padding: 15px 0;
}
.latest .title {
    color: #898b8f;
    font-size: 16px;
	padding: 15px 0;
    border-bottom: 1px solid #cecece;
    margin-bottom: 15px;
}
.latest ul li{
	padding:4px 0;
	color: #898b8f;
}
.latest ul li a{
	color: #898b8f;
	display:block;
	transition:0.3s;
}
.latest ul li a:hover{
	color: #5d63db;
}
.latest ul li h3 {
	font-weight: 300;
    font-size: inherit;
}
.tag_ozv {
    margin-top: 20px;
}
footer .tags {
	display:flex;
	flex-wrap: wrap;
}
footer .tags a {
    color: #898b8f;
    padding: 4px 7px;
    border: 1px solid #dee1e7;
    border-radius: 22px;
	display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
	transition:0.3s all ease;
}
footer .tags a:hover{
	color:#708de0;
	border: 1px solid #708de0;
}
.tag_ozv form{
	display:flex;
}
.tag_ozv button.btn {
    background: linear-gradient(to right, rgb(93, 99, 219) 0%, rgb(126, 70, 227) 100%);
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    box-shadow: 0px 0px 33px rgba(96, 64, 233, 0.26);
	padding: 7px 25px;
}
.tag_ozv button.btn:before{
	background:none;
}
.tag_ozv input {
    box-shadow: 0px 0px 14px rgba(150, 150, 150, 0.15);
    border: none;
    padding: 7px 15px;
    margin-right: 10px;
	text-align:left;
}
.tag_ozv input::placeholder{
	font-weight:300;
	color:#b7b7b7;
}
.tag_ozv  .text{
	color: #a6a6a6;
    padding: 20px 0px;
    font-size: 13px;
}
.copyright {
    background: #f0f1f3;
    padding: 20px;
    border-top: 1px solid #e5e6e8;
}
.copyright span {
    display: block;
    color: #535559;
}
.copyright span a{
	color: #535559;
}
.copyright h4 {
	display:inline;
}
.nextprev .icon.next,.nextprev .icon.prev  {
	position: fixed;
    width: 70px;
    height: 40px;
    opacity: .5;
    content: '';
    top: 55%;
    right: -15px;
    background: url(images/icons.png) no-repeat 47.7% 88% #fff;
    transform: rotate(90deg);
    z-index: 999;
	transition:0.3s;
}
.nextprev .icon.next:hover,.nextprev .icon.prev:hover {
	background-color:rgba(255, 255, 255, 0);
}
.nextprev .icon.prev {
	transform: rotate(-90deg);
    right: auto;
    left: -15px;
}
/*single*/
.texts {
	text-align:center;
}
.texts.page {
	text-align:right;
}
article .texts h2,article .texts h3, article .texts h4, article .texts h5, article .texts h6 {
    font-size: 15px;
    text-align: center;
    color: #2e2e2e;
    margin-bottom: 10px;
    font-weight: 500;
}
.texts a {
	color:#008eff;
	font-size:14px;
}
.texts a:hover {
	color:#000;
}
.texts .en a{
	color:#fe3e1f;
	font-size:14px;
	font-weight:300;
}
.texts .lyrics .title_lrc, .texts .lyrics .title_lrc a{
	color:#2f9110;
	font-weight: 400;
    margin: 7px 0;
}
.texts p {
	margin-bottom:5px;
}
.texts .lyrics p {
    line-height: 2;
}
.text_lrc{
	margin-bottom:10px;
}
.texts .lyrics h2, .texts .lyrics h2 a{
	color:#2e2e2e;
	font-weight: 400;
	margin-bottom:35px;
}
.single audio {
	display:none;
}
.single video {
	width:100%;
}
.single .dl_foot_post {
    background:linear-gradient(to right, #129c4c 0%, rgb(3, 198, 90) 100%);
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    box-shadow:2px 4px 17px rgba(18, 156, 76, 0.3215686274509804);
	color:#fff;
	font-weight:400;
	font-size:15px;
	position:relative;
	display:block;
	width:100%;
	margin:15px 0;
	transition:0.3s opacity ease;
}
.single .dl_foot_post:hover {
	opacity:0.9;
}
.single .dl_foot_post:before{
	content:'';
	position:absolute;
    top: 9px;
    right: 3px;
    background: url(images/icons.png) no-repeat 90% 3%;
    width: 35px;
    height: 35px;
}
.single .player {
    background: #d7dbe5;
    margin: 10px 0;
    border-radius: 5px;
}
.single .player .icon_ply{
	background: #e8ebef;
    border-radius: 5px;
	padding:15px;
	display:flex;
	justify-content:center;
}
.single .player .icon_ply .seekvol{
	background:#fff;
	width:100px;
    height: 5px;
    border-radius: 25px;
	display:flex;
	justify-content:flex-end;
	margin: 14px 3px;
	cursor:pointer;
}
.single .player .icon_ply .seekvol .seekbarvol{
	background:#4391f9;
	width:95%;
	height:100%;
	border-radius: 25px;
	cursor:pointer;
}
.single .player .icon_ply .icon{
	background: url(images/icons.png) no-repeat 89% 58%;
    width: 25px;
    height: 25px;
    margin:6px;
	cursor:pointer;
}
.single .player .icon_ply .icon.vol {
	cursor:default;
}
.single .player .icon_ply .icon.vol:hover {
    background-position:89% 58%;
}
.single .player .icon_ply .icon.forward{
	background-position:80% 58%;
}
.single .player .icon_ply .icon.play{
	background-position: 62% 58%;
    height: 30px;
	margin-top: 4px;
}
.single .player .icon_ply .icon.pause{
	background-position: 72% 58%;
    height: 30px;
	margin-top: 4px;
}
.single .player .icon_ply .icon.backward{
	background-position:53% 58%;
}
.single .player .icon_ply .icon.repeat{
	background-position:43% 58%;
}
.single .player .icon_ply .icon:hover{
	background-position: 89% 69.7%;
}
.single .player .icon_ply .icon.forward:hover{
	background-position:80% 69.7%;
}
.single .player .icon_ply .icon.play:hover{
	background-position: 62% 70%;
}
.single .player .icon_ply .icon.pause:hover{
	background-position:72% 69.9%;
}
.single .player .icon_ply .icon.backward:hover{
	background-position:53% 69.7%;
}
.single .player .icon_ply .icon.repeat:hover,.single .player .icon_ply .icon.repeat.active {
	background-position:43% 69.7%;
}
.single .player .tim_seek{
	display:flex;
	justify-content:space-between;
	padding: 15px;
}
.single .player .tim_seek .seek{
	background:#fff;
	width:80%;
    height: 5px;
    border-radius: 25px;
	display:flex;
	justify-content:flex-end;
	margin: 8px 0;
	cursor:pointer;
}
.single .player .tim_seek .seek .seekbar{
	background:#4391f9;
	width:0%;
	height:100%;
	border-radius: 25px;
	cursor:pointer;
}
.single .player .tim_seek .tm{
	color:#696f79;
}
.single .table {
	font-size:14px;
}
.single .table thead {
    background: #4391f9;
    color: #fff;
}
.single .table thead th{
	border:none;
	text-align:center;
	font-weight: 400;
}
.single .table tbody tr.active {
    background: #f5f5f5;	
}
.single .table tr td {
	text-align:center;
}
.single .table .txtright {
	text-align:right;
}
.single .table tr td,.table tr td a {
	color:#4f4f4f;
}
.single .table tr td .play {
	background: url(images/icons.png) no-repeat 98% 57.7%;
    width: 16px;
    height: 16px;
    margin: 0 auto;
	margin-top: 5px;
	cursor:pointer;
}
.single .table tr.active td .play {
	background-position:98% 69.5%;
}
.single .table tr td .play:hover {
	background-position:98% 69.5%;
}
.single .table tbody tr {
	transition:0.3s;
}
.single .table tbody tr:hover{
	background:#f0f1f3;
}
.single .table tr td.play:hover{
	background-position: 101% 71%;
}
.code_onlin .title_code {
    color: #808693;
    font-size: 13.5px;
	padding: 10px 0;
}
.code_onlin .box_code{
	background: #fff;
    border: 1px solid #ced5dd;
    padding: 6px;
    width: 100%;
    font: 300 12px IRANSANS;
    direction: ltr;
    text-align: left;
    color: #7b7b7b;
}
.single .short_link {
    color: #8e9196;
	font: 300 12px IRANSANS;
	margin-top: 14px;
}
.single .short_link input {
	color:#8e9196;
	font-weight:300;
	border:0px;
	direction: ltr;
    text-align: left;
	width: 205px;
    background: transparent;
}
.box_singl{
	box-shadow:0px 4px 6px -2px rgb(218, 219, 221);
	background:#fff;
	padding:10px;
	border:1px solid #e2e4ea;
	margin-bottom:20px;
}
.box_singl.usercomments {
    box-shadow: none;
    background: transparent;
    padding: 0;
    border: 0;
}
.box_singl ul {
	display:flex;
	flex-wrap: wrap;
}
.box_singl ul li {
	width: 100px;
}
.box_singl .title_box {
	color:#696c73;
	font-weight:500;
	margin-bottom:10px;
	padding: 5px;
    font-size: 15px;
	display: flex;
    justify-content: space-between;
}
.box_singl ul li img {
	width: 100%;
    height: auto;
}
.box_singl ul li a {
	color: #2f3031;
    font-size: 11px;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 4px;
    transition: 0.3s;
}
.box_singl ul li a .image {
	margin-bottom: 8px;
}
.box_singl ul li a .date {
	font-size: 11px;
    color: #828282;
    display: block;
    margin-top: 10px;
}
.box_singl ul li a:hover{
	background:#f0f1f3;
}
.box_singl .title_box h2{
	font-size: 15px;
}
.box_singl .title_box span{
	background:#d1d9e9;
	font-size:13px;
	font-weight:300;
	color:#748199;   
	border-radius: 5px;
    padding: 2px 10px;
}
.box_singl form textarea  {
    background: #f0f1f3;
    width: 100%;
    height: 150px;
    border: 1px solid #ced5dd;
    border-radius: 5px;
	padding:10px;
	transition:0.3s;
}
.box_singl form .inp {
    display: flex;
    justify-content: space-between;
}
.box_singl form input {
    background: #f0f1f3;
    border: 1px solid #ced5dd;
    border-radius: 5px;
    padding: 5px;
	width:49%;
	transition:0.3s;
}
.box_singl form input::placeholder ,.box_singl form textarea::placeholder{
	font-weight:300;
	color:#8f9195;
}
.box_singl form input:focus,.box_singl form textarea:focus{
	background:#fff;
	color:#383a3d;
	border:1px solid #758ab5;
}
.box_singl form .btn{
	display: flex;
    justify-content: space-between;
	margin: 15px 0;
    padding: 0;
}
.box_singl form .btn span {
    color: #828282;
    font-size: 12px;
    font-weight: 300;
	margin: 7px 0;
}
.box_singl form .btn button {
    background: #758ab5;
    color: #fff;
    font-weight: 300;
    padding: 10px 30px;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    outline: none;
	transition:0.3s;
    cursor: pointer;
}
.box_singl form .btn button:hover {
	background: #5772ab;
}
.box_singl form .btn button:before{
	background:none;
}
.box_singl form .laghv {
	display:none;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
    color: #dc4444;
}
.box_singl .comment{
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    background: #FFF;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 6%);
	width:100%;
}
.box_singl .comment.admin {
    padding-right: 17px;
    width: 100%;
}
.box_singl .children {
    margin-top: -26px;
    border-bottom: none;
    box-shadow: none;
    border-radius: 0;
}
.box_singl .children .comment {
	padding-right: 30px;
}
.box_singl .children .comment .cm_title .name {
    background: #929292;
}
.box_singl .children .comment.admin .cm_title .name {
    background: #32cc77;
}
.box_singl .comment .cm_title {
    display: flex;
	margin-bottom: 8px;
}
.box_singl .comment .cm_title .name{
	background:#5f5be9;
	color:#fff;
    border-radius: 5px;
    padding: 0px 6px;
    margin-left: 8px;
}
.box_singl .comment.admin .cm_title .name{
	background:#32cc77;
}
.box_singl .comment .cm_title span{
	color:#828282;
	font-size:13px;
	margin-left: 5px;
}
.box_singl .comment .cm_title .replay {
    position: absolute;
    left: 5%;
    border: 1px solid #a4a4a4;
    padding: 1px 11px;
    border-radius: 28px;
    cursor: pointer;
}
.box_singl .comment .cm_title .replay:hover {
	border: 1px solid #5f5be9;
    color: #5f5be9 !important;
}
.box_singl .comment p{
	word-break: break-word;
	padding:15px 0;
	color:#3e3e3e;
	font-size: 14px;
}
.tag_single .tag_title {
	color: #696c73;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 15px;
}
.tag_single{
	margin-bottom:35px;
}
.tag_single a {
	color:#696c73;
	background:#d6dae3;
	padding: 2px 8px;
    border-radius: 5px;
    margin-left: 5px;
	transition:0.3s;
	display: inline-block;
    margin-bottom: 5px;
	font-size:13px;
}
.tag_single a:hover {
	background: #b7bed0;
    color: #FFF;
}
aside.srch_art{
	background:#fff;
}
.content aside .title.search_art:before {
    background-position: 33% 91%;
    height: 43px;
    width: 50px;
    right: -7px;
}
.content aside .search form{
	border-bottom:1px solid #e4e6ea;
	display: flex;
    justify-content: space-between;
    padding: 10px;
}
.content aside .search form button:before{
	background-position: 34% 4%;
}
.content aside .search input{
    border: none;
	width:100%;
}
.content aside .search input::placeholder{
	font-weight:300;
	color:#949494;
}
.content aside .search button,.topheader .search button {
	background: url(images/icons.png) no-repeat 34% 4.5%;
    width: 25px;
    height: 26px;
    border: 0;
    cursor: pointer;
	margin-top:3px;
}
/*response*/
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0px;
    overflow-x: visible;
    transition: 0.5s;
	display:none;
}
.sidenav .layer {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
	display:none;
}
.sidenav .scroll {
	height: inherit;
    overflow-y: scroll;
    direction: rtl;
    margin-bottom: 20px;
    overflow-x: hidden;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.18);
    width: 85%;
    z-index: 2;
    position: absolute;
    right: -1000px;	
    background: #FFF;
}
.sidenav .head {
    background: #fff;
    padding: 20px;
    width: 100%;
    position: relative;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.07058823529411765);
	display: flex;
    justify-content: center;
}
.sidenav .head .logoside {
	background-image: url(images/icons.png);
    background-repeat: no-repeat;
	background-position: 0% 2%;
    width: 72px;
    height: 30px;
    padding: 25px;
}
.sidenav .head .title {
	color:#fff;
	display: inline;
}
.sidenav .head form {
	display: flex;
}
.sidenav .head form input[type=text] {
	width: 100%;
    background: #ffffff;
    border: 0;
    padding: 10px;
    color: #383838;
    font-size:14px;
}
.sidenav .head form input[type=text]::placeholder {
	color:#afaca7;
}
.sidenav .head form input[type="submit"] {
    padding: 0 13px;
    background: url(images/icons.png) no-repeat 0% 0.5% #FFF;
    width: 38px;
    height: 34px;
    position: absolute;
    left: 25px;
    top: 42px;
    cursor: pointer;
    border: 0;
}
.sidenav .head .title a {
	display:block;
	color:#FFF;
}
.sidenav .head i {
	color:#fff;
	float:left;
	padding: 3px;
	transition:0.3s all ease;
	cursor:pointer;
	font-size:18px;
}
.sidenav .head i:hover {
	color:#ac98ca;
}
.sidenav .sep {
	background:#eee;
	padding:13px;
}
.sidenav .links .menu {
    background: transparent;
    padding: 0;	
	display:block;
}
.sidenav .links .drop {
	padding:10px 13px;
	font-size:15px;
	cursor:pointer;
	border-bottom: 1px solid #dee5e7;
	color:#707070;
}
.sidenav .links .drop.active {
	background:#f1f1f1;
}
.sidenav .links .drop:hover {
	background:#f7fafb;
}
.sidenav .links .angle {
	color:#888;
	float:left;
	padding: 2px;
	transition:0.3s all ease;
	cursor:pointer;
}
.sidenav .links .under {
	display:none;
}
.sidenav .links .under.show {
	display:block;
}
.sidenav .links .under .list,.sidenav .links ul li  {
	border-bottom: 1px solid #efefef;
	direction: rtl;
    text-align: right;
	display:block;
}
.sidenav .links .under .list a,.sidenav .links ul li a {
	padding:13px 13px;
	font-size:13px;
	color:#313131;
	display:block;
}
.sidenav .links .under .list a:hover,.sidenav .links ul li a:hover {
    background: #454545;
    color: #FFF;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.18);	
}
.sidenav .login_div {
    display: flex;
}
.sidenav .login_div .avt img {
    border-radius: 100%;
}
.sidenav .login_div .uname {
    margin-top: 22px;
    margin-right: 14px;
}
.response_head {
    display: none;
    background:#fff;
    margin-bottom: 15px;
    position: fixed;
    width: 100%;
    top: 0;
	right: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 999999;
}
.response_head .reponsesearch {
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
}
.response_head .reponsesearch form {
    display: flex;
    padding: 10px;
    position: relative;
	flex-direction: row-reverse;
}
.response_head .reponsesearch input[type=submit] {
    width: 30px;
    height: 30px;
    background: url(images/icons.png) no-repeat 77% 87%;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0;
    opacity: 0.5;
	border: 0;
}
.response_head .reponsesearch form input[type=text] {
    width: 100%;
    border: 0;
    padding: 7px;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    background: transparent;
    border-bottom: 1px solid #ff0000;
}
.response_head .close,.sidenav .close,.sidenav .cls_side {
    background: url(images/icons.png) no-repeat 69% 89%;
    width: 30px;
    height: 30px;
    padding: 25px;
    position: absolute;
    left: 8px;
    top: 5px;
}
.response_head .close {
	opacity:0.6;
	display:none;
}
.response_head .imgs {
    padding: 5px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.21);
}
.response_head .img {
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding: 25px;
}
.response_head .img.nv {
    width: 145px;
    height: 30px;
    padding: 15px 5px;
    background: none;
    font-size: 13px;
    font-weight: 500;
}
.response_head .img.sc{
	background-position:80% 88%;
}
.gotop {
    background: url(images/icons.png) no-repeat 47% 90%;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    position: fixed;
    bottom: 5%;
    right: 1%;
    cursor: pointer;
    transition: 0.3s opacity ease;
	opacity:0.3;
	display:none;
}
.gotop:hover {
	opacity:1;
}
.related  {
	background: #FFF;
    padding: 9px;
    margin: 15px 0;
    border: 2px solid #EEE;
	clear: both;
}
.related li {
    display: inline-block;
}
.related li a {
    float: right;
    width: 100px;
    margin-left: 5px;
    border: 1px solid #dedede;
    padding: 1px;
    border-radius: 10px;
}
.related.index li a {
	border:0px;
}
.related li a h3 {
    font-size: 10px;
    text-align: center;	
	height: 65px;
}
.comment_message {
	display:none;
    background: #dcf3c1;
    color: #568024;
    border: 1px solid #acd47e;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}
.heading {
    margin-bottom: 10px;
    font-size: 14px;
    background: #fff;
    padding: 14px;
    box-shadow: 0 0 10px #0000000a;
    border-right: 2px solid #8BC34A;
}
.heading h1 {
	font-size: 14px;
    color: #7d7d7d;
    font-weight: 300;
}
/* Mehran Download Button */
#btndl {
    border: 1px solid #e8e8e8;
    padding: 20px;
    text-align: center;
    margin: 30px 0;
    position: relative;
}
#btndl::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "AD";
    padding: 0 5px;
    border-radius: 0 0 10px 0;
    color: #fff;
    background-color: #4db921;
    font-size: 0.8em;
}
#btndl > a {
    display: inline-block;
    padding: 10px 65px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5em;
    border-radius: 5px;
    background: linear-gradient(to right, #129c4c 0%, rgb(3, 198, 90) 100%);
    box-shadow: 2px 4px 17px rgb(18 156 76 / 32%);
    cursor: pointer;
}
/* Mehran Download Button */