/* [ SINGLE ] */
.single_header{
    background: #202020;   
}
.single_menu{
    background: #222;   
}
.single_seo{
    display: block;
    text-align: right;
    color: #666;
    background: #252525;
    line-height: 3;
    padding: 0 10px;
}
.single_seo A{
    color: #bbb;
}
.single_post{
    text-align: justify;
    background: #202020;
    margin-bottom: 5px;
    padding-bottom: 30px;
}
.single_post h1 {
    color: #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding-top: 23px;
    display: block;
    line-height: 2;
}
.single_post h1 a{
    color: #ddd;
}
.single_img{
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 0;
}
.single .single_body{
    font-size: 13px;
    color: #999;
    padding: 0 20px;
    font-weight: normal;
}
.single .single_body a{
    color: #aaa;
}
.single .single_body a:hover{
    text-decoration: underline;
}
.single .single_body p{
    margin-top: 10px;
}
.single .single_body > table {
    width: 100%;
    margin:10px 0;
    text-align: center;
}
.single .single_body > table tr:hover{
    background:#252525;
}
.single .single_body > table tr:first-child{
    background: #393939;
    color: #ccc;
    line-height: 2.5;
}
.single .single_body > table tr:hover:first-child td{
    background: #1296DE;
    color: #fff;
}
.single .single_body > table tr{
    border-bottom:1px solid #333;
}
.single .single_body > table td{
    padding: 5px;
}
.single .single_body > table td:hover{
    background:#111;
}

.single .post_footer {
    font: normal 10px/2 LWfont;
    color: #747474;
    padding: 7px 12px;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
}
.single .post_footer:after{
	content:"";
	display:block;
	clear:both;
}
.single .post_footer SPAN{
	margin-left: 15px;
}
.single .post_footer SPAN, .post_footer A{
	display:inline-block;
    transition: 0.2s;
	color:#747474;
}
.post_footer A:hover{
	color:#bbb;
}
.single .post_footer SPAN:first-child, .post_footer A:first-child{
	margin-right:0;
}
.single .post_footer SPAN:before, .post_footer A:before{
	display:block;
	float:right;
	font-size:13px;
	margin-left:5px;
	line-height:1.4;
}
.tags{
    margin:20px 20px 0;
}
.tags a{
    color: #555;
    background: #292929;
    padding: 5px;
    border-radius: 14px;
    font-size: 10px;
    line-height: 3.2;
    transition: 0.2s;
}
.tags a:hover{
    color: #aaa;
    background: #555;
}
.single_body .lyric{
 text-align: center;
}
.single_video{
    margin: 5px 0;   
}
.single_video video{
    width: 100%;
    height: auto;
}
/* [ EVENTS ] */
.events{
    padding-right: 0;   
}
.events .single_post{
    padding: 0 20px 20px;  
}
.events .single_post h1 {
    text-align: right;
}
.events .single_img {
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 0;
    float: right;
    position: relative;
    width: 30%;
}
.events .single_img img{
    width: 100%;
    height: auto;
}
.events .single_img .buy_link{
    background: #d84949;
    font-size: 13px;
    color: #fff;
    line-height: 2.7;
    height: 34px;
    transition: 0.2s;
    display: block;
    text-align: right;
}
.events .single_img .buy_link:nth-child(2n){
    background: #c93333;
}
.events .single_img .buy_link:hover{
    background: #bf2727;
}
.events .single_img .buy_link::before{
    display: block;
    float: right;
    background: rgba(0,0,0,0.1);
    height: 34px;
    width: 40px;
    line-height: 2.6;
    transition: 0.2s;
    text-align: center;
    margin-left: 10px;
}
.events .single_body {
    display: block;
    float: right;
    padding: 0 20px 0 0;
    width: 70%;
}
.events_lable{
    margin: 15px 0;
    border-top: 1px dotted #333;
    padding: 10px 0;
    border-bottom: 1px dotted #333;
}
.events_lable > span{
    display: inline-block;
    line-height: 2.5;
    width: 49%;
    white-space: pre;
}
.events_lable > span A{
    color: #bbb;
}
.events_lable > span A:hover{
    text-decoration: underline;
}
.events_lable > span > B{
    font-weight: bold;
    color: #aaa;
    background: #1a1a1a;
    padding: 2px 15px;
    border-radius: 17px;
    margin: 0 8px;
    display: inline;
}
.events_lable > span.price B{
    background: #d84949;
    color: #fff;
}
.events_lable > span.irancell B{
    background: #edb12b;
    color: #fff;
}
.events_lable > span.hamrah1 B{
    background: #13af9d;
    color: #fff;
}
.events_lable > span.rightel B{
    background: #9b3c94;
    color: #fff;
}
.events_map{
    width: 100%;
    height: 300px;
}
.events_map::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ddd;
    width: 100%;
    height: 100%;
}
.page .single_body {
    display: block;
    float: none;
    padding: none;
    width: 100%;
}
.page .single_img {
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 0;
    float: none;
    position: relative;
    width: 300px;
}
/* [ PLAYER ] */
.singleplayer .firstplayer_list{
    margin: 10px 0;   
}
.singleplayer .player_ctrl_btn{
    margin-left: 0;
    margin-right: 6px;
}
.singleplayer .player_ctrl_btn:last-child{
    margin-right:0;
}
/* [ ARCHIVE ] */
.archive{
    background: #202020;   
    padding: 15px;
    color: #888;
}
.archive h1{
    font-size: 17px;
    font-weight: bold;
    color: rgb(204, 204, 204);
    display: block;
    margin-bottom: 5px;
}
.archive a{
    background: #252525;
    display: inline-block;
    width: 22%;
    transition: 0.2s;
    margin: 1%;
}
.archive a b{
    padding: 10px;
    color: #aaa;
    display: block;
}
.archive a:hover{
    background: #db3a3a;
}
.archive a:hover b{
    color: #fff;
}
.archive a img{
    display: block;
    width: 100%;
    height: auto;
}
/* [ COMMENT ] */
.box_cm H3{
	display:none;
}
.box_cm img.avatar {
    margin-left: 15px;
    width: 32px;
    float: right;
    height: 32px;
}
.box_cm ol.commentlist {
	display: block;
	margin:5px 2px;
	list-style: none;
	clear: both;
}
.box_cm ol.commentlist li{
    font-size: 14px;
    background-color: #333;
    padding: 15px;
    overflow: hidden;
    text-align: right;
    border-radius: 7px;
    margin-bottom: 8px;
    box-shadow: 0 0 3px #1b1b1b;
	transition:0.2s;
}
.box_cm ol.commentlist li:hover{
    box-shadow: 0 0 3px #aaa;
}
.box_cm .comment-author  {
    color: #e2bd54;
    font-family: lwfont,sans-serif;
}
.box_cm ol.commentlist .comment-author img {
    border: 0;
    padding: 0;
    border-radius: 4px;
	display:none;
}
.box_cm ol.commentlist .comment-author span.says {
	display:none;
}
.box_cm ol.commentlist a {
	color: #bbb;
	text-decoration: none;
}
.box_cm ol.commentlist li .reply{
	display:none;
}
.box_cm ol.commentlist li li {
    background: #f5f5f5;
    margin: 7px 0;
}
.box_cm ol.commentlist li p {
    font-size: 13px;
    line-height: 2;
    color: #aaa;
    letter-spacing: -0.5px;
    padding: 10px;
}
.box_cm ol.commentlist li a{
    color: #666;
    font-size: 11px;
    font-weight: 300;
}
.box_cm .comment-respond{
    text-align: right;
    padding: 10px 15px;
    background: #333;
	border-radius:10px;
}

.box_cm .comment-respond H3{
	display: block;
    font: normal 14px/2 lwfont;
    color: #e2b441;
    margin-bottom: 10px;
}

.box_cm .comment-respond P{
	position:relative;
	overflow:hidden;
}
.box_cm .comment-respond P.logged-in-as{
	padding-bottom:15px;
	color:#fbfbfb;;
}
.box_cm .comment-respond P.logged-in-as A:first-child{
	color:#666;
	margin-left:5px;
}

.box_cm .comment-respond .comment-notes{
	display: none;
}

.comment-form-author, .comment-form-email{
	background: #ddd;
    padding: 0 0;
    padding-right: 50px;
    border-radius: 3px;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.box_cm .comment-respond label{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e9e9e9;
    padding: 0 10px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    color: #888;
    font-weight: bold;
}
.box_cm .comment-respond .comment-form-comment label{
	display:none;
}

.box_cm  .comment-respond input[type=text] {
    outline: none;
    padding: 0 15px;
    border-radius: 3px 0 0 3px;
    width: 100%;
    height: 42px;
    background: #f5f5f5;
}
.box_cm  .comment-respond input[type=text]#author { 
	font-size: 16px;
	color:#333; 
} 
.box_cm  .comment-respond input[type=text]#email{ 
	direction: ltr;
    font: normal 14px calibri;
    color: #565656;
} 
.box_cm  .comment-respond textarea {
    outline: none;
    padding: 10px 15px;
    margin: 0 0 5px;
    border-radius: 3px;
    width: 100%;
    height: 100px;
    resize: vertical;
    background: #222 !important;
	transition:0.2s;
	color:#aaa;
}
.box_cm  .comment-respond input[type=text]:focus, .box_cm  .comment-respond  textarea:focus {
  background:#e9e9e9;
}
 
.box_cm #submit {
	color: #f9f9f9;
    padding: 10px 30px;
    background: #b24040;
    border-radius: 3px;
    width: 100%;
    margin-top: 3px;
    cursor: pointer;
}
.wp-pagenavi{
    margin-top: 5px;
    background: #202020;
    padding: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none !important;
	padding: 3px 5px;
	margin: 2px;
    color: #aaa;
    transition: 0.2s;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
    color: #555;
}
.wp-pagenavi span.current {
	font-weight: bold;
    color: #dd3f3f;
    font-size: 17px;
}

div.userpro {
    /*background: #1D1D1D !important;
    border: none !important;
    color: #A1A1A1 !important;*/
    max-width: 100% !important;
    margin: 20px !important;
}
/*
div.userpro-sc-bar {
    border-bottom: 1px solid #303030 !important;
}
a.userpro-count-link {
    border-right: 1px solid #333 !important;
    color: #B3B3B3 !important !important;
}
.userpro-input input, .userpro-input textarea, .userpro-input select {
    height: 40px !important;
    border-radius: 3px !important;
    background: #171717 !important;
    border: 1px solid #272727 !important;
    box-shadow: none !important;
    color: #aaa !important;
}
div.userpro-input label.userpro-radio span {
    background: #3c3c3c !important;
    border-radius: 50% !important;
}
div.userpro-input label.userpro-checkbox span {
    background: #ddd !important;
    border-radius: 50% !important;
}
div.userpro-section {
    border: none !important;
    text-shadow: none !important;
    background: #2c2c2c !important;
}
span.strength-container {
    border: none !important;
}
span.strength-plain {
    background: #0e0e0e !important;
}
div.userpro-field.userpro-submit {
    border-top: 1px solid #151515 !important;
}
input.userpro-button.secondary, a.userpro-button.secondary, div.userpro div.ajax-file-upload {
    color: #C0C0C0 !important;
    border: none !important;
    box-shadow: none !important;
    background: #414141 !important;
} */