/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

.post-lead {
	padding: 18px 28px;
	background: #F7F7F7;
	border-radius: 9px;
	margin: 1rem 0;
}

.post-lead p {
	font-size: 18px;
    text-align: justify;
}

#news_source {
	padding: 18px 28px;
    line-height: 0;
	background: #F7F7F7;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.post-headline_shahrvand h2 {
	font-size: 21px;
    color: #666666;
	margin-top: 1rem;
}

.thumb-headline-shahrvand,
.dark-skin .post-headline_shahrvand h2 {
	color: #FFFFFF;
}

.dark-skin .post-lead {
	background: #272a2d;
}

.dark-skin #news_source {
	background: #1f2024;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.postid-75997 table td,
body.postid-75997 table th {
  white-space: nowrap;   /* جلوگیری از رفتن متن به خط بعد */
}

table td,
table th {
	white-space: nowrap;
	text-align: right !important;
}

@media (min-width: 768px) { 
	.entry table td,
	.entry table th {
  		white-space: wrap;
		text-align: center !important;
	}
}