/*
Theme Name: Urdu News
Theme URI: https://stylothemes.com/shop/product/urdunews-premium-urdu-news-blog-theme-for-wordpress/
Author: StyloThemes
Author URI: https://stylothemes.com/
Description: Premium Urdu News Blog Theme For WordPress.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: red, white, light, one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, urdu, urdu-news
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: #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: #c51818;
	border-radius: 3px;
	background: #c51818;
	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: #bb1919;
    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-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: #bb1919 !important;
    text-decoration: none !important;
    cursor: pointer;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{
	background: url(images/header-bg-overlay.png) no-repeat;
	background-position: top center;
	background-size: auto;
	background-color:#de2c2c;
}
.desktop-header {
	display: block;
}
.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 40px 0;
}
.mobile-logo {
	text-align: center;
}
.header-logo a, .mobile-logo a {
	display: inline-block;
	width: 150px;
}
.mobile-logo a {
	width: 100%;
	text-align: center;
}
.header-logo a img {
	width: 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;
}
.small-header-meta {
	display: flex;
	align-items: center;
}
.small-header-meta .header-date, .small-header-meta .header-social {
	flex: 1;
	height: 40px;
}
.header-social-icons {
	text-align: left;
}
.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;
	background-color: #c51818;
	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: 18px;
	color: #f0f0f0;
}
.header-social-icons ul li a i {
	position: relative;
	top: 3px;
}
.header-social-icons ul li a:hover {
	color: #ffa600 !important;
}
.small-header-meta .hijri-date {
	float: right;
	padding: 5px 20px;
	max-width: 300px;
	background-color: #c51818;
	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: #ff6800;
	height: 50px;
}
.header-search {
	display: none;
}
.search-form {
	display: block;
	width: 100%;
	padding: 10px;
	background: #ffffff;
	height: auto;
	overflow: hidden;
}
.search-form .search-field-col img{
	display: none;
}
.search-form .search-field-col .search-field, .search-form .search-submit {
	padding: 10px;
	width: 100%;
	border-radius: 0;
}
.search-form .search-submit {
	padding: 5px 10px 15px 10px;
	font-size: 20px;
}
.header-ticker {
	position: relative;
	margin: 20px 0 10px 0;
	height: 50px;
}
.header-ticker .container {
	position: relative;
}

@keyframes animatedDot {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.ticker-container {
	padding: 5px !important;
	background: #f8f8f8;
	height: 50px !important;
	position: relative;
	overflow: hidden;
}
.ticker-above-header {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 5px;
}
.newsTicker {
    width: 100%;
    overflow: hidden;
}
.newsTicker a {
	display: inline-block;
	padding: 5px;
	font-size: 16px;
	height: 30px;
	line-height: 2;
	margin-left: 20px;
	font-family: "Nafees Nastaleeq", serif;
}
.breaking_head {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	font-size: 20px;
	line-height: 1;
	font-size: 28px;
	z-index: 9999;
	padding: 5px 20px 20px 20px;
	color: #fff;
	font-family: "Katibeh", serif;
	text-align: center;
}
.breaking_head #left-triangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -10px;
    top: 17px;
}
#news-star-sign {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
	background: #ce252b;
}
#news-star-sign {
	animation-name: animatedDot;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.actiavtion-notice {
	text-align: center;
	font-family: "Roboto", serif;
	padding: 10px;
	background: #4dc100;
	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: #ff6800;
	}
	.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 {
    background-color: #ffffff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 99;
	display: block;
}
.main-navigation {
    clear: both;
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
}
.main-navigation .desktop-search-btn {
	width: 60px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffffff;
}
.main-navigation  .desktop-search-btn a {
	display: inline-block;
    width: 60px;
    height: 56px;
    text-align: center;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
    font-size: 25px;
	line-height: 65px;
	color: #444444;
}
.main-navigation  .desktop-search-btn a:hover {
	background: #c51818;
	color: #ffffff !important;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: right;
}

.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: #d63838;
	}
}
.main-navigation li a {
	display: block;
	text-decoration: none;
	font-size:22px;
	color: #222222 !important;
    padding: 10px 20px 18px 20px;
    border-left: 1px solid #f3f3f3;
    line-height: 1.3;
	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: #d63838;
	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{
	color: #c51818 !important;
}
.main-navigation li:first-child a {
	border-right: 1px solid #f3f3f3;
}
.main-navigation li a:hover {
    color: #fff;
}
.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;
}
.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;
}
.main-navigation li .sub-menu li a::after {
	width: 100%;
	background-color: #dddddd;
	height: 1px;
}
.main-navigation li .sub-menu li a:hover::after {
	animation-name: animate-border-color;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.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: #d63838;
}

/* Small menu. */
@media screen and (max-width: 768px) {
	.main-menu {
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		background: #ffffff;
		width: 100%;
		z-index: 999;
		height: 100%;
		overflow: scroll;
	}
	.main-navigation ul {
		display: block;
	}
    .main-navigation li {
        float: none;
        width: 100%;
		border-left: none;
		margin: 0;
        padding-right: 0;
        border-bottom: 1px solid #bb1919;
    }
    .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;
    }
}
@media all and (min-width: 769px) {
	.main-navigation ul {
		margin-left: 60px;
	}
}
.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;
	}
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.site-main{
	padding-top:20px;
    margin-top: 20px;
}
.post-title{
	margin-bottom:10px;
}
.post-title h2 {
    margin: 0;
}
.post-title h3 a {
	font-size:32px;
	color:black;
	display:block;
	margin:0;
	line-height: 1.1875;
}
.post-des p{
	font-size: 18px;
	line-height: 2;
}
.post-des p a {
    color: #c51818;
}
.post-des .read-more {
	font-family: "Amiri", serif;
	font-size: 22px;
}
.post-title-small.gallery-title h4 {
	margin-bottom: 5px;
	margin-top: 0 !important;
}
.post-title-small h4 a{
	font-size:20px;
	color: #222222;
	display:block;
	width: 100%;
	text-align: center;
	margin:0;
	padding-bottom:10px;
	line-height:1.2;
	font-family: 'Katibeh', serif;
}
.post-title-small.media-title h4 a {
	text-align: right;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
}
.post-title-small.more-news-title h4 a {
	text-align: right;
}
.home-block-small {
	padding-top:10px;
}
.home-block-small .post-des p {
    font-size: 16px;
    line-height: 2;
}
.post-des-block {
	padding-top:10px;
}
.post-title-sperater-1 h3 a {
	display:block;
	font-size:26px;
	margin:0;
	font-weight:bold;
	line-height:1.25;
}
.block-1, .feature-block, .gallery-block, .cat-block, article, .box-widget, .box-widget-small{
	display:block;
	overflow:hidden;
}
.block-1 .home-block {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
}
.home-block .post-dec p{
	font-size: 16px;
	line-height: 1.7;
}
.home-separator-1{
	border-top: 1px solid #dbdbdb;
    margin-top: 16px;
    padding-top: 24px;
	border-bottom: 1px solid #dbdbdb;
    margin-bottom: 16px;
    padding-bottom: 24px;
	display:block;
	overflow:hidden;
}
.post-refrence{
	margin-top:0px;
}
.feature-block {
	margin-top: 16px;
    padding-top: 24px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 24px;
}
.feature-block h2 {
	margin-top:0;
    font-size: 32px;
    color: #c51818;
}
.latest-box-head {
	background: #222222;
	padding-left: 15px;
	padding-right: 15px;
	transition: 0.3s all;
}
.block-1:hover .latest-box-head {
	background: #c51818;
}
.latest-box-head .post-title a {
	color: #f0f0f0;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Mirza', serif;
	display: inline-block;
	width: 100%;
	line-height: 1;
	padding-bottom: 5px;
}
.latest-box-head .post-title a:hover {
	color: #fffff0 !important;
}
.post-thumb {
	position: relative;
}
.cat-block .post-thumb {
	padding-top: 10px;
}
.post-thumb .posted-on, .post-thumb .post-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	padding: 10px;
}
.post-thumb .posted-on a {
	color: #ffffff !important;
}
.post-thumb .post-cat {
	left: auto;
	right: 0;
}
.post-thumb .post-cat a {
	color: #ffffff;
}
.gallery-title{
	padding-top:10px;
	min-height:62px;
}
.gallery-title .posted-on a {
    color: #666;
    font-size: 12px;
    direction: rtl;
}
.home-block-cat{
	margin:10px 0;
}
.gallery-block,.feature-block,.cat-block{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 24px;
}
.post-refrence span {
	font-size:12px;
}
.post-refrence span a {
    color: #666;
}
.post-cat{
	padding:0 5px;
	margin-top:10px;
}
.post-cat a{
	font-size:15px;
	color:#4e3c3c;
	font-weight:bold;
}
.cat-post-title h3 {
    margin-top: 0;
}
.media-thumb {
    position: relative;
}
.media-thumb-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px 14px;
    color: #333;
    background: #fff;
    font-size: 16px;
}
@media all and (max-width: 768px) {
    .home-content {
        padding-left: 0;
        padding-right: 0;
    }
    .home-content .post-thumb {
        padding-right: 0;
        padding-left: 0;
    }
    .home-content .post-thumb img {
        width: 100%;
	}
	.latest-box-head .post-title a {
		font-size: 28px;
		text-align: center;
	}
	.post-des {
		margin-top: 15px;
	}
	.entry-meta .post-info {
		text-align: center;
	}
	.entry-meta .post-info span {
		margin: 0 5px;
	}
	.entry-meta .post-info span i {
		font-size: 12px;
	}
	.entry-meta .post-info .share-btn-pull {
		display: none;
	}
	.entry-share-box {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 999;
		background-color: #ffffff;
	}
}
/*--------------------------------------------------------------
## 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-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 14px;
}
.entry-header h1 {
	font-size: 40px;
    line-height: 1.1875;
	margin-bottom: 30px;
	margin-top: 0;
	display: block;
	width: 100%;
}
.entry-meta {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.entry-meta .post-info span{
	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;
}
.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;
}
aside {
	background-color:#fff;
}
.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: #bb1919;
}
.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 {
	display: inline-block;
	padding: 3px;
	width:35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #ccc;
	border-radius: 5px;
	line-height: 30px;
	font-family: "Amiri", serif;
}
.pagination ul li a {
	color: #333333;
}
.pagination ul li .current, .pagination ul li a:hover {
	background: #bb1919;
    color: #fff !important;
}
@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;
    }
    .feature-block-post .feature-post-title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .feature-block-post .feature-post-title h3 a, .post-title-small h3 a, .post-title-small h4 a, .upress-views-posts .upress-post-title h4 {
        font-size: 1.9rem !important;
    }
    .widget-title {
        font-size: 2.3rem !important;
        margin-top: 10px;
    }
    .post-title-small h4 a {
        margin-top: 10px;
    }
    .feature-block-post .post-thumb, .single-post-content {
        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;
}
.post-navigation {
    clear: both;
    height: auto;
    overflow: hidden;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-author {
	margin: 20px 0 10px 0;
}
.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: 5px;
    background: #f0f0f0;
    margin-top: 15px;
    border-radius: 10px;
    font-family: "Roboto", serrif;
}
.comment-metadata {
	font-size: 12px;
}
.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;
}
#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;
    background: #fff;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget-title{
	margin:0 0 15px 0;
	padding:10px 20px 10px 10px;
    background: #ededed;
    font-size: 32px;
}
.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: #ce252b;
}
.social-icons-widget ul li a#pin i, .social-icons-widget ul li a#pin:hover {
    color: #ce252b !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:70px 0 0 0;
	padding: 50px 0 20px 0;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#111111;
	background-size: cover;
}
.footer-menu {
	margin: 20px 0;
	background-color: #ff6800;
	border-top: 10px solid #181818;
	border-bottom: 10px solid #181818;
}
.footer-social {
	margin-top: -75px;
	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;
}
.footer-menu-top ul li, .footer-social-icons ul li {
	display: inline-block;
	margin: 0 5px;
}
.footer-social-icons ul li a {
	font-size: 25px;
	color: #cccccc;
	background-color: #333333;
	display: block;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 5px solid #111111;
	box-sizing: border-box;
	transition: 0.5s all;
}
.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: #000000;
	transform: scale(1.3);
}
.footer-copyrights {
	margin-top:20px;
}
.footer-copyrights a {
    color: #bb1919;
}
.footer-copyrights p {
	color:#fff;
    font-family: sans-serif;
    text-align: center;
    font-size: 14px;
}
