[dir="rtl"],
[lang="ar-SA"] {
	direction: rtl;
	text-align: right;
}
img {
	max-width: 100%;
}
.tags {
	display: flex;
	padding: 0;
	list-style: none;
	text-transform: lowercase;
}
.tags li {
	padding: 0 7px;
	background-color: darkgreen;
	color: white;
	margin-right: 5px;
	border-radius: 5px;
}
.tags li a {
	color: white;
}
.img-responsive {
	width: 100%;
}
fieldset {
	margin-bottom: 12px;
}
#aside img {
	width: 100%;
}
.item-image {
	padding-right: 12px;
	padding-bottom: 12px;
	width: 50%;
}
.item-image img {
	width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	font-family: 'PTSansNarrowRegular', sans-serif;
}
.category-desc {
	margin-bottom: 33px;
}
.category-desc img {
	margin-bottom: 11px;
	width: 100%;
}
.category-desc p {
	text-align: left;
}
.page-header {
	margin: 40px 0 0;
	padding-bottom: 0;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: right;
	background-color: white;
}
.header {
	margin-bottom: 25px;
	justify-content: center;
}
.navbar {
	margin: 0 !important;
}
.red-color {
	color: red;
}
.ya-share2,
.ya-share2 * {
	line-height: 0 !important;
}
div[itemprop="articleBody"] p {
	/* text-indent: 1.5em; */
}
div[itemprop="articleBody"] p[dir="rtl"] {
	text-indent: 0;
	color: darkgreen;
}
h2 {
	background-color: black;
	padding: 5px 15px;
	color: white;
	text-transform: uppercase;
}
h2 a {
	color: white;
}
blockquote {
	font-size: inherit;
	border-right: 3px solid green;
	background-color: #f7f7f7;
	padding: 33px;
}
blockquote em {
	font-size: 12px;
	float: right;
}
#gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gallery img {
	width: 250px;
	margin: 5px;
	transition: all 2s;
}
#gallery img:hover {
	transform: scale(1.1);
}
.lg-outer .lg-toolbar {
	opacity: 1;
}
#bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
}
.praytime {
	display: flex;
	flex-direction: column;
}
.praytime table {
	width: 100%;
}
.praytime table tr {
	border-bottom: 1px dashed transparent;
}
.praytime table tr td {
	padding: 0 3px;
}
.praytime table tr td:first-child {
	text-align: right;
}
.praytime table tr td:last-child {
	font-weight: bold;
}
.praytime table tr:hover,
.praytime table tr:focus {
	border-bottom: 1px dashed darkgreen;
	cursor: default;
}
.praytime .dates {
	text-align: right;
	font-size: 14px;
	list-style: none;
}
.footer a {
	color: #fff;
}
.header-social i {
	font-size: 30px;
}
.element-invisible {
	display: none !important;
}
