/*
Theme Name: Qalam
Theme URI: https://stylothemes.com/shop/product/qalam-stylish-wordpress-urdu-theme/
Author: StyloThemes
Author URI: https://stylothemes.com/
Description: Stylish Urdu Theme for Writers and Poets.
Version: 2.0
License: Split License
License URI: http://stylothemes.com/split-licensing-gpl/
Tags: urdu-blog, urdu
Text Domain: urdu-news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	direction: rtl;
    unicode-bidi: embed;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Lateef', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    direction: rtl;
    unicode-bidi: embed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    margin: 10px 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: url(images/body_bg.png) repeat #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
@media all and (max-width: 768px) {
	body {
		padding-top: 30px;
	}
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #5f3115;
	border-radius: 3px;
	background: #5f3115;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: 'Mirza', serif;
	line-height: 1;
	padding: 10px 10px 15px 10px;
	display: inline-block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #000;
    background: #333;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #000;
    background: #333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
    outline: none;
}

textarea {
	width: 100%;
}
.widget .search-form {

}
.widget .search-form label {
    width: 100%;
}
.widget .search-form label img {
    display: none;
}
.widget .search-form label input {
    width: 100%;
    padding: 15px 10px;
}
.widget .search-form .search-submit {
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    background: #56280b;
    font-size: 18px;
}
.widget .search-form .search-submit:hover {
    background: #333;
}
/*--------------------------------------------------------------
# Margins and Paddings
--------------------------------------------------------------*/
.pl-0 {padding-left: 0 !important}
.pr-0 {padding-right: 0 !important}
.pt-0 {padding-top: 0 !important}
.pb-0 {padding-bottom: 0 !important}


.pl-5 {padding-left: 5px !important}
.pr-5 {padding-right: 5px !important}
.pt-5 {padding-top: 5px !important}
.pb-5 {padding-bottom: 5px !important}

.pl-10 {padding-left: 10px !important}
.pr-10 {padding-right: 10px !important}
.pt-10 {padding-top: 10px !important}
.pb-10 {padding-bottom: 10px !important}

.ml-0 {margin-left: 0 !important}
.mr-0 {margin-right: 0 !important}
.mt-0 {margin-top: 0 !important}
.mb-0 {margin-bottom: 0 !important}

.ml-5 {margin-left: 5px !important}
.mr-5 {margin-right: 5px !important}
.mt-5 {margin-top: 5px !important}
.mb-5 {margin-bottom: 5px !important}

.ml-10 {margin-left: 10px !important}
.mr-10 {margin-right: 10px !important}
.mt-10 {margin-top: 10px !important}
.mb-10 {margin-bottom: 10px !important}

.ml-15 {margin-left: 15px !important}
.mr-15 {margin-right: 15px !important}
.mt-15 {margin-top: 15px !important}
.mb-15 {margin-bottom: 15px !important}

.ml-20 {margin-left: 20px !important}
.mr-20 {margin-right: 20px !important}
.mt-20 {margin-top: 20px !important}
.mb-20 {margin-bottom: 20px !important}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
	text-decoration:none;
	transition: 0.3s all;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #56280b;
    text-decoration: none !important;
    cursor: pointer;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{
	background: transparent
}
.single .site-content, .page .site-content {
	margin-top: 30px;
}
.desktop-header {
	display: block;
}
.header-main-row {
	height: 250px;
	position: relative;
}
.header-main-row .container, .header-main-row  .header-social-col, .header-main-row  .header-search-col {
	height: 100%;
}
.mobile-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.header-logo {
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 0 0 20px 0;
}
.logo-container {
	width: 370px;
	height: 250px;
	margin: 0 auto;
	background: url(images/logo-frame.png) no-repeat;
	background-position: center center;
	background-size: contain;
}
.mobile-logo {
	text-align: center;
}
.logo-container a {
    display: inline-block;
    width: 280px;
    height: 110px;
    margin: 70px auto;
}
.mobile-logo a {
	display: inline-block;
	width: 150px;
}
.mobile-logo a {
	width: 100%;
	text-align: center;
}
.header-logo a img {
	max-height: 100%;
}
.mobile-logo a img {
	max-height: 50px;
	padding: 5px 0;
}
.mobile-left-col {
	text-align: left;
}
.mobile-right-col {
	text-align: right;
}
.head-top {
	padding:10px 0;
}
.header-banner {
    text-align: left;
}
.header-date {
	position: absolute;
	width: 200px;
	bottom: -20px;
	border-radius: 10px 10px 0 0;
	left: 50%;
	margin-left: -100px;
	height: 40px;
	background-color: #ffffff;
	text-align: center;
	font-family: "Nafees Nastaleeq", Lateef, serif;
	font-size: 16px;
	line-height: 40px;
	z-index: 10;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.header-date span {
	display: inline-block;
	margin: 0 2px;
}
.header-social-icons {
	text-align: left;
}
.social-icons-container, .header-search-container {
	width: 100%;
	height: 60px;
	top: 50%;
	position: relative;
	margin-top: -30px;
}
.header-search-container {
	height: 50px;
	background-position: center center;
	background-size: contain;
}
.header-mobile-search {
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0;
	height: 80px;
	background-color: #ffffff;
	display: none;
	z-index: 999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.small-header-meta .header-date {
	text-align: right;
}
.header-social-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: auto;
	padding: 5px 10px;
	max-width: 400px;
	float: left;
	border-radius: 0 0 5px 5px;
	height: 100%;
	direction: ltr;
}
.header-social-icons ul li {
	display: inline-block;
	margin: 0 5px;
}
.header-social-icons ul li a {
	display: inline-block;
	padding: 5px;
	font-size: 25px;
	text-align: center;
	line-height: 55px;
	color: #5f3115;
	width: 60px;
	height: 60px;
	background: url(images/social_bg.png) no-repeat;
	background-position: center center;
	background-size: contain;
}
.header-social-icons ul li a i {
	position: relative;
	top: 3px;
}
.header-social-icons ul li a:hover {
	color: #ffa600;
}
.small-header-meta .hijri-date {
	float: right;
	padding: 5px 20px;
	max-width: 300px;
	background-color: #5f3115;
	border-radius: 0 0 5px 5px;
	color: #ffffff;
	height: 100%;
}
.small-header-meta .hijri-date span {
	font-family: "Nafees Nastaleeq", serif !important;
	display: inline-block;
	margin: 0 3px;
}
.mobile-header-row {
	background-color: #5f3115;
	height: 50px;
}

.search-form {
	display: block;
	width: 100%;
	padding: 10px;
	background: transparent;
	height: auto;
	overflow: hidden;
}
.search-form .search-field-col img{
	display: none;
}
.search-form .search-field-col .search-field{
	padding: 15px 10px;
	width: 100%;
	border-radius: 50px;
	border: 2px solid #5f3115;
	position: relative;
	top: 5px;
}
.search-form .search-submit {
	text-align: center;
	line-height: 45px;
	color: #5f3115;
	width: 60px;
	height: 60px;
	background: url(images/social_bg.png) no-repeat;
	background-position: center center;
	background-size: contain;
	border: none;
	outline: none;
	font-size: 25px;
}
.search-form .search-submit:hover {
	color: #ffa600;
}
.actiavtion-notice {
	text-align: center;
	font-family: "Roboto", serif;
	padding: 10px;
	background: #c10000;
	color: #ff0;
	font-size: 18px;
}
@media all and (max-width: 768px){
	.desktop-header, .main-navigation .desktop-search-btn {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	.mobile-toggle {
		display: inline-block;
		width: 50px;
		height: 49px;
		text-align: center;
		font-size: 28px;
		color: #ffffff !important;
		line-height: 60px;
		background-color: #56280b;
	}
	.mobile-toggle:hover, .mobile-toggle:visited {
		color: #ffffff !important;
	}
	.header-search {
		position: fixed;
		top: 50px;
		width: 100%;
		z-index: 999;
		background-color: #ffffff;
	}
	.main-navigation .menu-main-menu-container {
		float: none !important;
		width: 100% !important;
	}
	.header-search .container {
		padding: 0 !important;
	}
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-menu {
	position: relative;
	z-index: 99;
	display: block;
}
.main-navigation {
    clear: both;
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	background-color: #5f3115;
	border-radius: 50px;
	position: relative;
}

.main-navigation::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: -45px;
    width: 60px;
    height: 100px;
    background: url(images/nav-left-angle.png) no-repeat;
    background-position: top left;
    background-size: contain;
}
.main-navigation::after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: -45px;
    width: 60px;
    height: 100px;
    background: url(images/nav-right-angle.png) no-repeat;
    background-position: top right;
    background-size: contain;
}
.main-navigation li {
	display: inline-block;
	position: relative;
    padding: 5px 0 8px 0;
    text-align: center;
    padding: 0;
	position: relative;
	margin-right: -3px;
}
.main-navigation li:first-child {
    padding-right: 0;
}
@keyframes animate-border {
	from {
		transform: scale(0);
		width: 0%;
	}
	to {
		transform: scale(1);
		width: 100%;
	}
}
@keyframes animate-border-color {
	from {
		background-color: #dddddd;
	}
	to {
		background-color: #ffa600;
	}
}
.main-navigation li a {
	display: block;
	text-decoration: none;
	font-size:22px;
	color: #ffffff;
    padding: 10px 20px 18px 20px;
    line-height: 35px;
	font-family: 'Katibeh', sans-serif;
	width: 100%;
	transition: 0.5s all;
	position: relative;
	direction: rtl;
}
.main-navigation li a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #ffa600;
	width: 0%;
	direction: rtl;
}
.main-navigation li a:hover::after, .main-navigation li a:focus::after {
	animation-name: animate-border;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.main-navigation li a:hover, .main-navigation li.current-menu-item a, .main-navigation li a:focus, .main-navigation li a:visited:hover {
	color: #ffa600;
}
.main-navigation .sub-menu {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    background: #f8f8f8;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1;
    display: none;
	padding: 0;
	width: 180px;
	border-radius: 0;
}
.main-navigation .sub-menu .sub-menu {
	top: 0;
	right: 100%;
}
.main-navigation li:hover .sub-menu {
    display: block;
}
.main-navigation li:hover .sub-menu .sub-menu {
    display: none;
}
.main-navigation li .sub-menu:hover .sub-menu {
    display: block;
}
.main-navigation li .sub-menu li {
    float: none;
    width: 100%;
    border-top: none;
	padding: 0;
	border: none;
	margin: 0;
}
.main-navigation li .sub-menu li a {
	width: 100%;
	text-align: right;
	padding: 10px 10px 15px 10px;
	color: #333333;
}
.main-navigation li .sub-menu li a::after {
	width: 100%;
	background-color: #dddddd;
	height: 1px;
}
.main-navigation .sub-menu li a:hover {
	color: #5f3115;
}

.main-navigation li .sub-menu li::after {
    display: none;
}
.main-navigation ul ul ul {
	right: 100%;
	top: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #ffa600;
}

/* Small menu. */
@media screen and (max-width: 768px) {
	.main-menu {
		display: none;
		position: fixed;
		top: 49px;
		left: 0;
		background: #ffffff;
		width: 100%;
		z-index: 999;
		height: 100%;
		overflow: scroll;
	}
	.main-menu .container {
		padding-left: 0;
		padding-right: 0;
	}
	.main-navigation ul {
		display: block;
		border-radius: 0;
		height: 100%;
		width: 100%;
		overflow-y: scroll;
	}
    .main-navigation li {
        float: none;
        width: 100%;
		border-left: none;
		margin: 0;
        padding-right: 0;
        border-bottom: 1px solid #56280b;
	}
	.main-navigation::before, .main-navigation::after {
		display: none;
	}
    .main-navigation .sub-menu {
        display: none !important;
    }
    .main-navigation li::after {
        display: none;
    }
    .main-navigation li:hover, .main-navigation li.current-menu-item {
        border-top: none;
    }
    .main-navigation li:hover::after, .main-navigation li.current-menu-item::after {
        display: none;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.related-posts {
    background: #f0f0f0;
}
.wpcf7 {
    direction: rtl;
    padding-right: 20px !important;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="phone"] {
    padding: 10px;
    text-align: right;
    font-family: sans-serif;
    font-size: 16px;
}
.wpcf7 textarea {
    width: 90%;
    padding: 10px;
    font-size: 16px;
}
.wpcf7 p {
    text-shadow: none !important;
    font-family: sans-serif !important;
}
.wpcf7 label {
    width: 100%;
}
.wpcf7-submit {
    font-size: 20px !important;
    padding: 10px 20px !important;
}
.entry-share-box {
    display: none;
}
.social-share-box ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
	display: flex;
	align-items: center;
}
.social-share-box ul li {
    flex: 1;
    margin-right: 10px;
}
.social-share-box ul li a {
    padding: 10px;
    display: inline-block;
    font-size: 22px;
	background: #f0f0f0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}
.social-share-box ul li a.fb {background-color: #3B5998;}
.social-share-box ul li a.tw {background-color: #2EA6DE;}
.social-share-box ul li a.wa {background-color: #57BB63;}
.social-share-box ul li a.em {background-color: #DA4636;}

.social-share-box ul li a:hover {
	color: #ffffff !important;
	transform: scale(1.1);
	z-index: 99;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 768px) {
	.social-share-box ul {
		padding: 0;
		height: 100%;
		direction: ltr;
	}
	.social-share-box ul li {
		margin: 0;
	}
	#main .container {
		padding-right: 0;
		padding-left: 0;
	}
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.site-main{
	padding-top:20px;
    margin-top: 0px;
}
.featured-row {
	padding: 15px 10px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px;
	direction: rtl;
}

.featured-block-post {
	position: relative;
}
.featured-block-post:nth-child(5), .featured-block-post:nth-child(6), .featured-block-post:nth-child(7), .featured-block-post:nth-child(8), .featured-block-post:nth-child(9), .featured-block-post:nth-child(10), .featured-block-post:nth-child(11), .featured-block-post:nth-child(12) {
	margin-top: 15px;
}
.featured-inner-conrainer {
	width: 100%;
	height: 420px;
	position: relative;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
}
.featured-title-overlay {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100,1+100,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.featured-title-overlay span {
	display: inline-block;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding: 5px 15px;
	font-family: "Nafees Nastaleeq", Mirza, serif;
}
.posted-date-featured {
	height: 30px;
	bottom: 10px;
	right: 0;
	font-size: 14px;
}
.featured-post-title {
	bottom: 40px;
	right: 0;
	font-size: 22px;
	line-height: 2;
}
.home-latest-post-row {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.6);
	padding: 12px;
	border-radius: 5px;
	position: relative;
}
.home-post-content-container {
	padding-left: 10px;
}
.home-latest-post-row  .post-desc {
	min-height: 242px;
}
.home-featured-img-container {
	position: relative;
}
.home-featured-img-container::before {
	content:"";
	width: 125px;
	height: 120px;
	display:block;
	position: absolute;
	top: -16px;
	right: -16px;
	background: url(images/thumbnail_border_right.png) no-repeat;
	background-position: top right;
	background-size: contain;
}
/* .home-featured-img-container::after {
	content:"";
	width: 125px;
	height: 120px;
	display:block;
	position: absolute;
	bottom: -16px;
	right: -16px;
	background: url(images/thumbnail_border_right_2.png) no-repeat;
	background-position: top right;
	background-size: contain;
} */
.home-featured-img-container img {
	width: 100%;
	border-radius: 5px 50px 5px 5px;
}
.home-post-content-container h3 {
	font-weight: bold;
	font-size: 36px;
}
.home-post-content-container h3 a {
	color: #5f3115;
}
.home-post-content-container .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: "Lateef", serif;
	display: inline-block;
	padding: 5px 10px 10px 10px;
	background-color: #5f3115;
	border-radius: 5px;
	color: #ffffff;
	line-height: 1;
	font-size: 24px;
}
.home-post-content-container .read-more:hover {
	background-color: #af5b27;
}
.home-post-content-container p {
	font-size: 18px;
	text-shadow: 0px 0px 1px #555555;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
    .featured-inner-conrainer {
		height: 280px;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	.featured-title-overlay {
		border-radius: 5px;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}
.archive .hentry {
    border-bottom: 1px solid #ccc;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-header, .page-title {
	margin-top: 0;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
	padding: 15px;
	background-color: #ffffff;
	border-radius: 5px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header{
	padding-bottom: 5px;
}
.entry-header .entry-title {
	font-size: 40px;
	line-height: 1;
	padding:10px 10px 25px 10px;
	margin-bottom: 0;
	margin-top: 0;
	display: block;
	width: 100%;
	background-color: #56280b;
	color: #ffffff;
	border-radius: 0 0 5px 5px;
}
.entry-header .entry-image img {
	border-radius: 5px 5px 0 0;
}
.entry-meta {
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-top: 15px;
	background-color: #fff;
	border-radius: 5px;
}
.entry-meta .post-info span, .entry-meta .post-info time {
	font-size: 16px;
	font-family: "Nafees Nastaleeq", serif;
}
.archive .entry-header .entry-meta {
    border-bottom: none;
    border-top: none;
}
.entry-meta a {
    color: #666;
}
.entry-meta .fa{
    color: #333;
}
.entry-meta .text-zoom-controls a .fa {
    color: #666;
}
.post-info span {
    display: inline-block;
    font-size: 15px;
    color: #666;
}
.posted-on {
	font-size:14px;
    direction: rtl;
}
.entry-share-box {
    width: 100%;
}
.entry-controls {
    width: 100%;
    padding: 5px;
    height: 40px;
}
.entry-controls a {
    font-size: 20px;
    color: #666;
    margin-right: 10px;
}
.entry-image img {
    width: 100%;
}
.entry-content p {
	color: #404040;
    line-height: 2.5 !important;
    font-size:20px;
    text-shadow:0 0 0.1px #8f8f8f;
}
.archive .entry-content p {
    font-size: 12px;
}
.read-more {
    color: #56280b;
}
.pagination {
	padding: 10px;
	background: transparent;
	border-radius: 10px;
	text-align: center;
}
.pagination ul {
	margin:0;
	padding: 0;
	list-style: none;
}
.pagination ul li {
	display: inline;
	margin-right: 5px;
}

.pagination ul li a, .pagination ul li .current, .posts-pagination .page-numbers {
	display: inline-block;
	padding: 3px;
	width:35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #ffffff;
	border-radius: 5px;
	line-height: 30px;
	font-family: "Amiri", serif;
}
.posts-pagination .page-numbers {
	width: auto;
	min-width: 35px;
	font-weight: 500;
	margin: 0 2px;
	padding: 3px 5px;
}
.posts-pagination .page-numbers.next, .posts-pagination .page-numbers.prev {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination ul li a, .posts-pagination .page-numbers {
	color: #333333;
}
.pagination ul li .current, .pagination ul li a:hover, .posts-pagination .page-numbers.current {
	background: #56280b;
    color: #fff !important;
}
.related-posts-container .post-title {
	text-align: center;
}
@media all and (max-width: 768px) {
    .post-thumbnail img {
        width: 100%;
    }
    .related-block-post-grid {
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    .related-block-post-grid .post-title h5 {
        font-size: 2.2rem;
        text-align: center;
        padding: 10px;
    }
    .entry-header h1 {
        font-size: 28px;
    }
    .cat-block h2, .gallery-block h2, .feature-block h2 {
        text-align: center;
        font-size: 2.5rem;
        background: #f0f0f0;
    }
}
@media all and (max-width: 480px) {
    .post-thumbnail img {
        width: 100%;
    }
    .related-block-post-grid .post-title h5 {
        font-size: 1.95rem;
        padding: 5px;
        text-align: center;
    }
    .post-title h2 {
        font-size: 28px !important;
    }
    .widget-title {
        font-size: 2.3rem !important;
        margin-top: 10px;
    }
    .post-title-small h4 a {
        margin-top: 10px;
    }
    .feature-block-post .post-thumb {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .post-info span {
        font-size: 12px;
    }
    .post-info span:last-child {
        margin-right: 0 !important;
    }
    .post-info span.share-btn-pull {
        float: none !important;
        width: 100%;
        padding: 10px;
        background: #f0f0f0;
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comments-area p {
    font-family: sans-serif;
}
.logged-in-as {
    direction: ltr;
}
.logged-in-as a {
    font-size: 14px;
    font-weight: normal;
}
.comments-area .reply {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}
.comment-list {
	margin: 0;
	padding: 0;
}
.comment-list li {
	margin-top: 10px;
}
.comment-list .children {
	margin-left: 0;
}
.comment-list .comment-body {
	padding: 15px;
	background-color: #ffffff;
	border-radius: 5px;
}
.comment-list .comment-body .comment-content {
	margin-top: 10px;
}
.comment-list .comment-body .comment-content p {
	font-family: "Nafees Nastaleeq", Lateef, serif;
	font-size: 20px;
	font-weight: normal;
}
.post-navigation {
    clear: both;
    height: auto;
    overflow: hidden;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-author {
	margin: 5px 0 5px 0;
}
.comment-author .says {
	display: none;
}
.bypostauthor {
	display: block;
}
.comment-reply-title {
	padding-top: 15px;
}
.comment-form-field {
	margin:5px 0;
}
.comment-form-field label {
	font-size:22px;
	font-weight: normal;
	width:100%;
	display: block;
}
.comment-form-field .field {
	padding:10px;
	border:2px solid #f0f0f0;
	border-radius:5px;
	font-size: 18px!important;
	font-family: "nafeesnastaleeq" !important;
    width: 100%;
}
.comment-form-field .field:focus {
	border:2px solid #d00000;
	outline:none;
}
.comment-meta {
	font-size:16px;
	padding: 10px;
    background: #f0f0f0;
    margin-top: 15px;
    border-radius: 10px;
	font-family: "Roboto", serrif;
	position: relative;
}
.comment-metadata {
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.comment-metadata a, .comment-metadata span {
	display: inline-block;
}
.email-note {
	padding-top:15px;
	padding-bottom:5px;
	color:#d00000;
}
.form-submit .submit {
	padding:10px 20px 20px 20px;
	font-size:22px;
}
.logged-in-as, .logged-in-as a {
	direction: ltr;
	font-family: "Roboto", sans-serif !important;
	font-size: 14px;
}
.comment-control {
	width: 100%;
	margin-bottom: 10px;
}
.recentcomments .comment-author-link, .recentcomments .comment-author-link a {
	color: #5f3115;
}
#comment-toggle {
	padding: 10px 5px;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	background: #f0f0f0;
	border-radius: 5px;
	border:1px solid #ccc;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.comment-reply-link {
	padding: 5px 10px;
	background: #f0f0f0;
	font-size: 16px;
	border:1px solid #ccc;
}
#comment-box {
	width: 100%;
	overflow: hidden;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
    padding-bottom: 10px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget-title{
	margin:0;
	padding:10px 20px 10px 10px;
    background: #5f3115;
	font-size: 32px;
	color: #ffffff;
	border-radius: 50px;
	position: relative;
	z-index: 10;
	text-align: center;
}
.widget .widget-body, .widget-content {
	padding: 40px 10px 20px 10px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-top: -20px;
}
.stylo-urdu-social {
    background: #ededed;
}
.stylo-urdu-social {
    padding: 10px;
}
.textwidget.custom-html-widget {
	text-align: center;
}
.upress-cat-posts .urdu-post-title a {
    font-size: 24px;
    font-family: "Lateef", sans-serif;
    color: #333;
	font-weight: normal;
	width: 100%;
	display: block;
	line-height: 1.3;
	height: 2.6em;
	overflow: hidden;
}
.widget .urdu-post-thumb {
    margin-top: 10px;
}
.widget .urdu-post-thumb img {
	width: 100%;
}
.upress-views-posts .upress-post-title h4 {
    font-size: 24px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.upress-views-posts .upress-post-title h4 a {
    color: #333;
}
.widget ul{
	list-style:none;
	margin:0;
	padding:0 20px;
}
.widget ul li{
	padding:5px 0;
	font-size: 16px;
}
.widget ul li a{
	font-size:22px;
	font-weight:bold;
}
.archive-header h2{
	font-size:30px;
	line-height:1.2;
	margin:0;
	font-weight:bold;
}
.urdu-post-title{
	margin:10px 0;
}
.urdu-post-title a{
	font-size:16px;
	font-weight:bold;
}
.box-widget-small{
	padding:10px 0;
}
.footer_widgets{
	display:block;
	overflow:hidden;
}
.footer-widget p{
	float: right;
    width: 50%;
    color: #000;
}
.add-widget {
	margin:0;
	padding:0;
	background:transparent;
	border:none;
}
.social-icons-widget {
    height: auto;
    overflow: hidden;
}
.social-icons-widget ul {
	padding: 0 10px;
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.social-icons-widget ul li {
    display: inline-block;
    width: 45%;
    margin: 0 2%;
}
.social-icons-widget ul li a {
    font-weight: normal;
    display: inline-block;
    width:100%;
    text-align: center;
    padding: 12px 10px;
    background: #fff;
    vertical-align: baseline;
    line-height: 1;
    border-bottom: 3px solid #ddd;
    font-size: 16px;
    color: #444;
}
.social-icons-widget ul li a#fburl {
    border-color: #3c5a98;
}
.social-icons-widget ul li a#fburl i, .social-icons-widget ul li a#fburl:hover {
    color: #3c5a98 !important;
}
.social-icons-widget ul li a#twurl {
    border-color: #47c7fa;
}
.social-icons-widget ul li a#twurl i, .social-icons-widget ul li a#twurl:hover {
    color: #47c7fa !important;
}
.social-icons-widget ul li a#gpurl {
    border-color: #dc4b38;
}
.social-icons-widget ul li a#gpurl i, .social-icons-widget ul li a#gpurl:hover {
    color: #dc4b38 !important;
}
.social-icons-widget ul li a#yturl {
    border-color: #b31217;
}
.social-icons-widget ul li a#yturl i, .social-icons-widget ul li a#yturl:hover {
    color: #b31217 !important;
}
.social-icons-widget ul li a#insturl {
    border-color: #406e95;
}
.social-icons-widget ul li a#insturl i, .social-icons-widget ul li a#insturl:hover {
    color: #406e95 !important;
}
.social-icons-widget ul li a#liurl {
    border-color: #0a8dd1;
}
.social-icons-widget ul li a#liurl i, .social-icons-widget ul li a#liurl:hover {
    color: #0a8dd1 !important;
}
.social-icons-widget ul li a#rdurl {
    border-color: #ddd;
}
.social-icons-widget ul li a#rdurl i, .social-icons-widget ul li a#rdurl:hover {
    color: #ddd !important;
}
.social-icons-widget ul li a#pin {
    border-color: #5f3115;
}
.social-icons-widget ul li a#pin i, .social-icons-widget ul li a#pin:hover {
    color: #5f3115 !important;
}
.wpac-buttons-container, .wpac-reactions-container, .wpac-vs-bar-container {
	direction: ltr;
}
.wpac-vs-bar-container {
	padding: 0 10px;
}
.wpac-social-bar {
	display:none !important;
}
/*************************************************
 Footer
**************************************************/
.site-footer {
	margin: 50px 0 0 0;
	padding: 50px 0 80px 0;
	background: url(images/footer_bg.png) repeat-x;
	background-position: bottom center;
	background-size: auto;
	color: #56280b;
}
.footer-menu {
	margin: 50px 0;
}
.footer-menu .container {
	background-color: #56280b;
	border-radius: 50px;
}
.footer-social {
	margin-top: 10px;
	margin-bottom: 25px;
}
.footer-menu-top {
	padding: 10px 10px 15px 10px;
}
.footer-menu-top ul, .footer-social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: center;
	direction: ltr;
}
.footer-menu-top ul li, .footer-social-icons ul li {
	display: inline-block;
	margin: 0 5px;
}
.footer-menu-top ul li a{
	padding: 5px 5px 10px 5px;
	color: #cccccc;
	font-family: "Katibeh", serif;
	font-size: 18px;
	font-weight: normal;
}
.footer-menu-top ul li a:hover, .footer-social-icons ul li a:hover {
	color: #ffffff !important;
}
.footer-social-icons ul li a:hover {
	background: #af5b27;
	transform: scale(1.3);
}
.footer-copyrights {
	margin-top:20px;
}
.footer-copyrights a {
	color: #af5b27;
	font-weight: 500;
}
.footer-copyrights p {
	color:#56280b;
    font-family: sans-serif;
    text-align: center;
    font-size: 14px;
}
