/*
Theme Name: UrduPress
Theme URI: http://stylothemes.com/shop/product/urdupress-premium-urdu-theme-for-wordpress/
Author: StyloThemes
Author URI: http://stylothemes.com
Description: News/Magazine Website Theme in Urdu Language for WordPress. 16+ Pre-Loaded Urdu Fonts with Urdu Editor Included
Version: 6.4
License: Split License
License URI: http://stylothemes.com/split-licensing-gpl/
Text Domain: urdupress
Tags: news,magazine,urdu,arabic,urdu theme,urdu news

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
	--accent-color: #e74c3c;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow: hidden;
}
.site {
	background:#fff;
}
.site.boxed {
	box-shadow:0px 0px 50px 4px #cccccc;
	-moz-box-shadow: 0px 0px 50px 4px #cccccc;
	-webkit-box-shadow: 0px 0px 50px 4px #cccccc;
}
.site.container {
	padding-left:0px;
	padding-right:0px;
}
.site.fullwidth #content{
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.site.fullwidth .content-area {
	padding: 30px 15px;
}
.single-post .site.fullwidth .content-area {
	padding: 30px 0;
}
.fullwidth .container, .fullwidth .container-fluid {
	background: #ffffff;
}
.fullwidth footer .container, .fullwidth footer .container-fluid {
	background: transparent;
}
.container-fluid {
	width: 100%;
	max-width: 1400px;
	padding: 0 !important;
}
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-appearance: textfield;
	box-sizing: content-box;
	font-weight: normal;
}

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-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: Noto Nastaleeq;
	direction: rtl;
	unicode-bidi: embed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin: 0;
	text-align: right;
	unicode-bidi: embed;
}
h1 {
	font-size: 48px;
}
h1 small {font-size: 22px;}
h2 {
	font-size: 42px;
}
h2 small {font-size: 22px;}
h3 {
	font-size: 36px;
}
h3 small {font-size: 20px;}
h3 small p {display: inline;}
h4 {
	font-size: 30px;
}
h4 small {font-size: 20px;}
h5 {
	font-size: 22px;
}
h5 small {font-size: 18px;}
h6 {
	font-size: 18px;
}
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;
}
p, .textwidget {
	font-size:20px;
	unicode-bidi: embed;
}
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;
}
p {
	font-size:16px;
    padding: 10px;
}

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/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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.animated.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}
/*--------------------------------------------------------------
# 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-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}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #000;
	border-radius: 5px;
	background: #222;
	color: #fff;
	font-size: 20px;
	font-size: 1.75rem;
	line-height: 1;
	padding: 5px 10px;
	font-family: "Lateef", sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--accent-color);
	border:2px solid var(--accent-color);
}

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: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-mobile {
	display: none;
}
.header-normal {
	display: block;
}
.header {
	width: 100%;
	clear: both;
}
.small-bar {
	min-height: 40px;
	background: #f0f0f0;
	color: #222;
	font-size: 18px;
	padding: 5px 0;
	position: relative;
}
.header-top {
	height: 51px;
	border-bottom: 1px solid #ededed;
	background-color: #f8f8f8;
}
.header-top.v2 {
	background-color: #ffffff;
	border: none;
}
.header-top .container-fluid {
	height: 100%;
}
.header-top.v2 .container-fluid {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
}
.header-top .container-fluid, .header-content.style-3 .container-fluid {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.header-top .date-time-col {
	height: 100%;
}
.header-top .ticker-column {
	height: 50px;
	overflow: hidden;
	border-left: 1px solid #ededed;
}
.header .search_form {
	position: fixed;
	top: 0;
	left: 0;
	padding:10px;
	background:rgba(0,0,0,0.95);
	display: none;
	z-index: 9999999;
	width: 100%;
	height: 100%;
}
.header .search_form .search-form-inner {
	width: 800px;
	max-width: 100%;
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -400px;
}
#closeSearchBox {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	line-height: 50px;
	color: #ffffff;
	background-color: var(--accent-color);
	text-align: center;
	font-size: 30px;
}
.header .search_form .search-field {
	padding:10px 20px;
	font-size:16px;
	font-style: normal !important;
	line-height: 2.5em;
	font-family: "Noto Nastaleeq" !important;
	border-radius: 0;
	border: none;
	outline: none;
	width: 100%;
}
.header .search_form label {
	margin-bottom: 0;
	width:100%;
	display: block;
}
.header .search_form .search-submit {
	font-size: 16px !important;
    padding: 10px !important;
    position: relative;
    top: 1px;
    right: -2px;
	border-radius: 0;
	width: 20%;
	height: 50px;
	display: block;
	margin: 10px auto;
}
.mobile-bar {
	height: 50px;
	background: #ffffff;
	color: #222;
	font-size: 18px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
	box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.2);
}
.mobile-bar .logo, .mobile-bar .nav-btn, .mobile-bar .searchBtn {
    height: 100%;
    padding: 5px;
    text-align: center;
}
.mobile-bar .nav-btn, .mobile-bar .searchBtn {
    padding: 0px;
}
.mobile-menu {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
	z-index: 99999999;
	height: 100%;
	overflow: scroll;
}
.search_form_mobile {
	background:var(--accent-color);
	width: 100%;
	height: 56px;
}
.search_form_mobile .search-field {
	padding:3px 10px;
	font-size:16px;
	font-style: normal !important;
	width:250px;
	line-height: 2.5em;
	font-family: "Noto Nastaleeq" !important;
	border-radius: 0;
	border: none;
	outline: none;
	margin: 5px;
}
.search_form_mobile label {
	margin-bottom: 0;
}
.search_form_mobile .search-submit {
	font-size: 16px !important;
    padding: 9px 10px !important;
    position: relative;
    top: 1px;
    right: 0;
	border-radius: 0;
	height: 47px;
}
.login_links a:first-child{
	display: inline-block;
	margin-right: 5px;
}
.login_links a:last-child{
	display: inline-block;
	margin-left: 5px;
}
.login_links .fa {
	margin-left: 5px;
}
.news-ticker {
	padding: 0;
	background: #333;
	height: 50px;
	overflow: hidden;
}
.header-v2 .news-ticker {
	background-color: #f0f0f0;
}
.news-ticker .searchBtn {
	height: 100%;
	background: #000;
}
.header-top .searchBtn {
	background-color: var(--accent-color);
	height: 100%;
}
.news-ticker .searchBtn a, .header-top .searchBtn a {
	color: #fff;
	padding: 10px;
	display: inline-block;
	height: 100%;
	font-size: 26px;
}
.breaking_head, .breaking_body {
	padding: 10px 20px;
	height: 100%;
}
.breaking_head {
	float:right;
	font-size: 20px;
	line-height: 1em;
	font-size: 23px;
	color: #fff;
	background: var(--accent-color);
	position: relative;
}
.breaking_head .arrows {
	display: inline-block;
    background: url(images/arrows.png) center top 1px no-repeat;
    width: 22px;
    height: 30px;
    position: absolute;
    left: -25px;
    top: 10px;
}
#newsArrows {
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.breaking_body {
	float: right;
	margin-right: 25px;
	font-family: 'Noto Nastaleeq';
	line-height: 1em;
	color: #fff;
}
.TickerNews {
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 50px;
}

.ti_slide {
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}

.ti_content {
  width: 8000px;
  position: relative;
  float: left;
}
.search-form label img {
	display: none;
}
.searchBtn {
	line-height:1.5em;
	padding:2px;
}
.searchBtn .fa{
	margin-right: 5px;
	font-size:24px;
}
.header-content {
	width: 100%;
	padding: 10px 0;
	height:auto;
	overflow:hidden;
}
.header-content-row {
	padding: 15px;
}
.header-content-row .logo {
	max-width: 250px;
}
.header-content-row, .header-content-container {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}
.header-top-content {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.header-top-content .date-time-col, .header-top-content .ticker-column {
	flex: 1;
}
.header-top-content .date-time-col {
	max-width: 400px;
}
.header-top-content .ticker-column {
	width: 70%;
}
.header-content.style-3 {
	padding: 0;
}
.header-content.style-3 .header-content-container {
	padding: 10px 0 !important;
}
.nav-wrap {
	width: 100%;
}
.logo-center {
	padding: 20px 0;
}
.logo {
	text-align: right;
	float: right;
}
.logo-inner {
	max-width: 300px;
}
.logo img {
	max-width: 100%;
}
.date-time-row {
	display: flex;
	flex-direction: row-reverse;
}
.header-top .date-time-col .date-time-row{
	height: 100%;
	align-items: center;
}
.date-time-row .date-time {
	text-align: left;
}
.date-time-row .date-time .english-date {
	direction: ltr;
	font-family: "Roboto", sans-serif;
	font-size: 10px !important;
}
.date-time-row .date-time, .date-time-row .hijri-date {
	flex: auto;
	padding: 0 10px;
}
.header-top .date-time-row .date-time, .header-top .date-time-row .hijri-date {
	text-align: center;
}
.header-top .date-time-row .date-time {
	border-right: 1px solid #ededed;
}
.header-top .date-time-row .date-time .clock {
	padding-right: 0 !important;
	border: none !important;
	line-height: 1 !important;
}
.hijri-date span {
	display: inline-block;
	margin-left: 3px;
}
.hijri-date span:last-child {
	margin: 0;
}
.mobile-search-bar {
    display: none;
    padding: 5px;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 65px;
    background: var(--accent-color);
    z-index: 9999;
}
.mobile-search-bar .search_form {
	display: block;
	position: fixed;
	width: 100%;
	top: 50px;
	right: 0;
}
.mobile-search-bar label {
    width: 70%;
}
.mobile-search-bar label input {
    width: 85%;
    padding: 10px;
    font-size: 14px;
    outline: none !important;
}
.mobile-search-bar .search-submit {
    width: 29%;
    padding: 10px;
}
#mobileSearchBtn {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}
#mobileSearchBtn, .nav-btn a {
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    height: 100%;
    width: 100%;
}
#mobileSearchBtn, .nav-btn a i {
	position: relative;
	top: 4px;
}
.mobile-search-button {
    border-left: 1px solid #ccc;
}
.nav-btn {
    border-right: 1px solid #ccc;
}
.actiavtion-notice {
	text-align: center;
	font-family: "Roboto", serif;
	padding: 10px;
	background: var(--accent-color);
	color: #ff0;
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.date-time-row {
		text-align: center;
	}
	.date-time-row .clock {
		border: none;
	}
}
@media screen and (max-width: 990px) {
	.logo {
		text-align:center;
	}
	.date-time-row {
		text-align: right;
	}
	.date-time-row .clock {
		border: none;
	}
}
@media screen and (max-width: 768px){
    body {
        padding-top: 50px;
	}
	.header-normal {
		display: none;
	}
	.header-mobile {
		display: block;
	}
    .mobile-logo {
		text-align: center;
        padding: 5px 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
	}
    .mobile-logo img {
        max-height: 40px;
    }
	.header-banner {
		width:100%;
		float: none;
		margin-top:10px;
	}
    .breaking_news {
        text-align: center;
        direction: ltr;
    }
    .breaking_news div {
        display: inline-block;
        float: none !important;
    }
    .clock {
        border-right: none !important;
	}
	.header .search_form .search-submit {
		right: 2px;
		height: 47px;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: var(--accent-color);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-wrap {
	position: relative;
}
.nav-wrap.wrap-at-top {
	box-shadow: 0px 0px 10px 5px #ccc;
}
.main-menu {
	clear: both;
	display: block;
	width: 100%;
	background: #222;
	min-height: 50px;
	direction:ltr;
	border-radius: 0 !important;
	border: none !important;
}
.main-menu-v3 {
	clear: both;
	display: block;
	width: 100%;
	min-height: 60px;
	background: #222222;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	direction: ltr;
	height: auto;
	margin-bottom: 0px;
}
.nav-wrap.wrap-at-top .main-menu-v3 {
	border: none;
}
#desktop-menu {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
}
.navbar-collapse, .navbar-nav {
	padding: 0 !important;
	border-radius: 0 !important;
}
.sticknav {
	position: fixed;
	top: 0;
	z-index: 999999999;
	background: #222;
	width: 100%;
	right: 0;
}
.main-menu ul, .main-menu-v3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu li, .main-menu-v3 li {
	float: right;
	position: relative;
	background-image: url("images/sep_black.png");
    background-repeat: no-repeat;
	background-position: left top 60%;
	flex: auto;
}
.main-menu-v3 li {
	height: 60px;
	background: none;
	border-right: 1px solid #333333;
}
.main-menu-v3 li:first-child {
	border: none;
}
.main-menu li:last-child {
	background: none;
	background-image: none;
}
.main-menu li a, .main-menu-v3 li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px 5px 15px !important;
	transition: all 0.5s;
	text-align: center;
}
.main-menu-v3 li a {
	color: #ffffff;
	height: 60px;
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: 60px !important;
	padding: 0 10px !important;
}
.main-menu-v3 li.menu-item-has-children > a::before {
	content: "\F107";
	font-family: 'fontello';
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.main-menu-v3 li a span, .main-menu-v3 li a i {
	flex: auto;
}
.main-menu-v3 li a i {
	font-size: 18px !important;
	position: relative;
	top: 2px;
	margin-left: 10px !important;
}
.navbar-toggle {
	background: #222 !important;
	color: #fff !important;
	border: none !important;
}

.main-menu .current-menu-item a{
	background:var(--accent-color);
}

.main-menu ul .sub-menu, .main-menu-v3 ul .sub-menu {
	float: none;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 99999;
	display: none;
}
.main-menu-v3 ul .sub-menu{
	top: 60px;
	background-color: #222222;
}
.main-menu ul .sub-menu .sub-menu, .main-menu-v3 ul .sub-menu .sub-menu {
    position: absolute;
    display: none;
    width: 200px;
    right: 100%;
    top: 0;
	background: #333;
	z-index: 99999;
	padding-right: 0;
}
.main-menu ul .sub-menu li, .main-menu-v3 ul .sub-menu li {
	direction: rtl;
	text-align: right;
	background-image: none;
}
.main-menu-v3 ul .sub-menu li {
	border: none;
}
.main-menu ul .sub-menu li a, .main-menu-v3 ul .sub-menu li a {
	border-top: 2px solid rgba(0,0,0,0.4);
}
.main-menu-v3 ul .sub-menu li a {
	color: #ffffff;
}
.main-menu ul .sub-menu li a:hover, .main-menu-v3 ul .sub-menu li a:hover {
	background: #222 !important;
}
.main-menu ul li.hover .sub-menu, .main-menu-v3  ul li.hover .sub-menu  {
	display: block;
}
.main-menu ul li.hover .sub-menu .sub-menu, .main-menu-v3 ul li.hover .sub-menu .sub-menu {
	display: none;
}
.main-menu ul .sub-menu li.hover .sub-menu, .main-menu-v3 ul .sub-menu li.hover .sub-menu {
	display: block;
}
.main-menu ul ul ul, .main-menu-v3 ul ul ul {
	left: auto;
	top: 0;
}

.main-menu ul ul a, .main-menu-v3 ul ul a {
	width: 200px;
}

.main-menu ul li:hover > ul,
.main-menu ul li.focus > ul {
	left: auto;
}
.main-menu-v3 ul li:hover > ul,
.main-menu-v3 ul li.focus > ul {
	left: auto;
}
.main-menu ul ul li:hover > ul,
.main-menu ul ul li.focus > ul {
	left: 100%;
}
.main-menu-v3 ul ul li:hover > ul,
.main-menu-v3 ul ul li.focus > ul {
	left: 100%;
}
@media screen and (max-width: 768px) {
	.main-menu li, .main-menu-v3 li {
		float: none;
		width: 100%;
		text-align: right;
		padding-right: 0px;
	}
	#primary-menu {
		display: block;
		position: relative;
		z-index: 9999;
		background: #222;
	}
	.main-menu li a {
		padding: 15px !important;
		border-bottom: 1px solid #333333;
	}
	.sub-menu {
        display: block;
		width: 100%;
		background: #000000;
	}
	.main-menu ul .sub-menu, .main-menu-v3 ul .sub-menu {
		position: relative;
		top: 0;
	}
    .menu > li.hover > ul,
    .menu li li.hover ul{
        margin-right: 0px;
    }
    .menu > li.hover > ul li,
    .menu li li.hover ul li{
        background: none;
    }
    .menu > li ul li a,
    .menu li li ul li a{
        width: 100%;
    }
    .menu li .parent  {
        background-image: url("images/plus.png") !important;
        background-repeat: no-repeat !important;
        background-position: left 25px top 50% !important;
		background-size: 25px;
	}
	.menu .sub-menu li .parent  {
        background: none !important;
    }

}

.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%;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
/*--------------------------------------------------------------
# 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. */
}

/*--------------------------------------------------------------
# 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 10px 0;
}
.widget ul {
	list-style: none;
	margin:0;
	padding:0;
}
.upress-cat-posts .upress-widget-post-row {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.mini-sidebar {
	background: #f0f0f0;
}
.mini-sidebar .widget-title {
	text-align: center;
}
.main-sidebar .widget .textwidget, .mini-sidebar .widget .textwidget {
	text-align: center;
}
.main-sidebar .widget ul li {
	margin-bottom: 15px;
	font-size: 16px;
}
.widget .widget-title {
	padding:7px 10px;
	font-size:24px;
	border-bottom:2px solid #ccc;
	background:#f0f0f0;
	margin-bottom:10px;
	line-height: 1.8;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.widget  ul li a {
	font-size:20px;
}
.widget .wpcf7-form p {
	margin-bottom: 5px;
	direction: rtl;
	text-align: center;
	line-height: 1.6;
}
.widget .wpcf7-form input[type=text], .widget .wpcf7-form input[type=email] {
    width: 100%;
	padding: 10px;
	font-size: 20px;
	direction: rtl;
	font-family: "Roboto", sans-serif;
}
.widget .wpcf7-submit {
	width: 100%;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 0;
	font-size: 20px;
}
.advert-widget .textwidget p {
    margin-bottom: 0;
    line-height: 0;
}
.upress-post-thumb img {
	width: 100%;
}
.upress-post-title {
	padding: 5px 0;
	font-size: 18px;
	line-height: 2;
}
.upress-post-title.col-lg-16, .mini-sidebar-single .upress-post-title {
	text-align: center;
	line-height: 1.5;
	margin: 10px 0;
}
.mini-sidebar .upress-post-title {
	text-align: center;
}
.footer-widget p {
	font-size: 20px !important;
	color: #ccc !important;
	line-height: 1.5em !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	font: revert;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
	padding-top: 15px;
	height: auto;
	overflow: hidden;
	direction: rtl;
	position: relative;
}
.content-area .page-header {
	margin-top:0;
}
.error-404 h1 {
	color: #000000;
	font-weight: normal;
}
.content-search  .entry-header{
	height: auto !important;
	overflow: hidden !important;
	padding:10px 0 !important;
}
.content-search .entry-title {
	background: #fff !important;
	font-size:28px !important;
	position: relative !important;
	line-height: 2;
}
.en-full-width .entry-header {
	padding: 30px 0;
	text-align: center;
	background-color: #f0f0f0;
}
.en-full-width .entry-header .entry-title {
	text-align: center !important;
}
.archive-header {
	padding: 15px 20px;
	border-right: 5px solid var(--accent-color);
	margin-bottom: 20px;
	background-color: #f0f0f0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.archive-heading {
	font-family: 'Lateef', sans-serif;
	font-weight: bold;
	font-size: 4em;
	margin-bottom: 5px;
	color: #000000;
}
.archive-info p {
	font-family: 'Lateef', sans-serif;
	font-size: 24px;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.archive-info p .posts-count {
	padding: 2px 10px;
	margin: 0 5px;
	display: inline-block;
	color: #ffffff;
	background-color: #000000;
	border-radius: 5px;
	position: relative;
	top: 2px;
}
.archive-posts-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.archive-posts-grid.wide-layout {
	grid-template-columns: repeat(3, 1fr);
}
.archive-post-thumb img {
	width: 100%;
}
.archive-post-title-row {
	padding: 15px;
	background: #f0f0f0;
}
.archive-post-title-row h3 {
	font-size: 16px;
}
.archive-posts-grid .card-modern {
	margin-bottom: 20px;
}
.archive-posts-grid .card-modern .article-inner {
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
}
.content-search .entry-title:hover, .archive-main .entry-title:hover{
	color: var(--accent-color) !important;
}
.content-search  .entry-meta, .archive-main .entry-meta{
	text-align: right;
	padding-right: 10px;
}
.search-main h2 {
	color: var(--accent-color);
}
.featured_row, .cat_row {
	width: 100%;
	height: auto;
	overflow: hidden;
}
/* HOME */
.home-slider {
	height: auto;
	overflow: hidden;
}
#mainSlider .camera_caption {
	font-size: 24px;
	text-align: right;
}
#mainSlider .camera_caption a {
	color: #fff;
}
.featured_banner {
	float: left;
}
.box-125 {
	max-width:175px;
}
.home-category-posts {
	margin-bottom: 10px;
}
.home-cat-title {
	color: var(--accent-color);
	width: 100%;
	padding-bottom: 5px;
	border-bottom:2px solid #f0f0f0;
	margin-bottom: 10px;
}
.home-post-row {
	margin-bottom: 10px;
	padding: 5px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.home-carousel {
	position: relative;
	padding: 5px;
	background: #f0f0f0;
}
@media (min-width: 1200px) {
	.post-blocks-increased-width.col-lg-11 {
		width: 72%;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post .entry-header {
	width:100%;
	text-align: center;
	color: #fff;
	position: relative;
}
.post .entry-header h1 {
	margin-top: 10px;
	font-size: 28px;
	width:100%;
	color: #ffffff;
	background: #000000;
	padding: 10px 20px;
}
.post-head-img, .post .entry-header img {
	width: 100%;
}
.entry-meta {
	color: #000;
	font-size:20px;
	padding: 5px;
}
.entry-footer {
	height: auto;
	overflow: hidden;
	padding:5px 0;
	margin: 10px 0;
}
.entry-footer span{
	margin:0 5px;
	font-size:18px;
	float: right;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.post-content {
	margin-bottom: 15px;
}
.post-content h4{
	margin:0 0 10px 0;
}
.post-content  p{
	font-size: 20px;
	direction: rtl;
	margin:0 0 5px 0 !important;
}
.posts-blocks .block-head {
	width: 100%;
	padding: 10px;
	background: #333;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.posts-blocks .block-body {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.posts-blocks .block-head h2, .block-head .section-more-btn {
	flex: auto;
}
.posts-blocks .block-head h2 {
    color: #f8f8f8;
}
.block-head .section-more-btn {
    display: flex;
    padding: 10px 10px 15px 10px;
    position: relative;
    background: rgba(0,0,0,0.7);
	max-width: 130px;
	align-items: center;
	line-height: 1;
	text-align: center;
}
.block-head .section-more-btn span {
    display: inline-block;
}
.block-head .section-more-btn .more-icon {
    font-size: 20px;
    color: #FFF;
}
.block-head .section-more-btn .more-icon i {
	position: relative;
	top: 5px;
}
.block-head .section-more-btn .more-link {
    margin-left: 10px;
	font-family: "Lateef", sans-serif;
	font-size: 26px;
}
.block-head .section-more-btn a {
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.posts-blocks .classic-block .block-post-first{
	width: 50%;
	padding-left: 10px;
	padding-top: 10px;
}
.posts-blocks .row {
	margin-left: 0;
	margin-right: 0;
}
.block-post-row {
	margin-bottom: 10px;
}
.block-post-row h4 {
	margin-bottom: 10px;
	min-height: 56px;
    padding: 10px;
}
.block-post-row p, .archive .entry-content p{
	font-size: 16px;
	line-height: 32px;
    padding: 10px;
}
.block-post-row .post-info {
	border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
}
.block-post-row .post-info span {
    display: inline-block;
}
.block-post-smallrow {
	border-bottom: 1px solid #f0f0f0;
	clear: left;
	margin: 0 !important;
	padding: 10px 0 !important;
}
.classic-block .block-post-smallrow {
	border-bottom: 1px solid #f0f0f0;
	margin: 0 !important;
	padding: 10px 5px !important;
	width: 50%;
	float: right;
}
.block-post-smallrow.noborder, .block-post-smallrow:last-child {
	border: none;
}
.block-post-smallrow .post-content {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.block-post-first img, .block-post-smallrow img {
	width: 100%;
}
.block-body.block-large .block-post-thumbnail {
	background: #f0f0f0;
	padding: 5px;
}
.block-body.block-large .block-post-thumbnail img {
	width: 100%;
	height: 100%;
}
.posted-on a, .post-comments, .post-views, .post-author, .post-category, .post-category a {
	font-size: 20px;
	font-family: "Lateef", sans-serif;
	color: #666666 !important;
}
.single .entry-meta .post-info span i {
	font-size: 14px;
	position: relative;
	top: 1px;
}
.post-info small {
	font-family: "Roboto", sans-serif;
}
.column-block .block-post-thumbnail img {
    width: 100%;
}
.column-block .block-post-heading-row {
    background: #f0f0f0;
    padding: 10px;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-content p,
.entry-content p,
.entry-summary p {
	text-shadow:0 0 0.1px #8f8f8f;
}

.read-more, .read-more:visited {
	color: var(--accent-color);
	margin:0 10px;
}
.read-more::before {
	content:"...";
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.nav-links a {
	font-size: 24px;
	color: var(--accent-color);
}
.below-post {
	margin-left: 0;
	margin-right: 0;
}
.related-posts {
	margin-top: 20px;
}
.related-posts-header h2{
	text-align: center;
	border-top: 2px solid var(--accent-color);
	border-bottom: 2px solid var(--accent-color);
	padding-bottom: 10px;
}
.block-post-grid {
	width: 32%;
	float: right;
	margin-left: 8px;
	margin-bottom: 15px;
}
.grid-wide-inner {
	width: 100%;
	position: relative;
}
.block-post-grid-wide .post-title {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
}
.block-post-grid-wide .post-title a {
	padding: 10px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	display: inline-block;
	width: 100%;
}
.related-posts-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}
.default-posts-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.related-posts-grid .post-title h5, .default-posts-grid .post-title h5 {
	text-align: center;
}
.block-post-grid:nth-child(3), .block-post-grid:nth-child(6) {
	margin-left: 0;
}
span.term-name {
    font-family: "Lateef", sans-serif !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 1 !important;
}
.sow-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .sow-video-wrapper iframe, .sow-video-wrapper object, .sow-video-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.archive-post-thumb {
	position: relative;
}
.archive-post-thumb .entry-meta {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.8);
}
.archive-post-thumb .entry-meta .posted-on a {
	color: #f0f0f0 !important;
}
.coneblog-widget-head {
    border-bottom: 2px solid var(--accent-color);
    margin-bottom: 20px;
}
.coneblog-widget-head h3 {
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--accent-color);
    color: #222222;
    margin-bottom: 0;
    font-weight: bold;
}
.coneblog-widget-head .icon i {
	position: relative;
	bottom: -3px;
}
@media screen and (max-width: 1200px) {
	.related-posts-container .related-block-post-grid {
		width: 48%;
		margin-left: 10px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 960px) {
	.block-post-grid {
		width: 48%;
		float: left;
		margin-right: 9px;
		margin-bottom: 15px;
	}
	.posts-blocks .classic-block .block-post-first, .posts-blocks .classic-block .block-post-smallrow {
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
		clear: both;
	}
	.related-posts-container .related-block-post-grid {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.block-post-grid:nth-child(2), .block-post-grid:nth-child(4), .block-post-grid:nth-child(6) {
		margin-left: 0;
	}
	.block-post-grid:nth-child(3), .block-post-grid:nth-child(6) {
		margin-left: 10px;
	}
	.post-thumbnail img {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.block-post-grid {
		width: 100%;
		float: none;
		padding: 5px;
        margin-left: 0 !important;
        margin-bottom: 10px;
	}
	.post .entry-header {
		padding: 10px;
	}
	.post .entry-header h1 {
		font-size: 2em !important;
	}
	.related-posts-container .related-block-post-grid {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.post-view-content {
		padding-left: 0 !important;
	}
	.post-thumbnail img {
		width: 100%;
	}
	.entry-content {
		padding: 15px;
		padding-top: 0;
		margin-top: 0;
	}
	.entry-content p {
		line-height: 2.5 !important;
	}
	.block-body.block-large .block-post-thumbnail {
		height: auto;
		overflow: hidden;
	}
    .post .entry-header h1 {
        font-size: 20px;line-height: 36px;
    }
    .block-post-first {
        padding-left: 0;
    }
    .block-post-heading-row h3 {
        font-size: 22px;
        line-height: 44px;
    }
    .block-post-row h4, .block-post-smallrow h5 {
        font-size: 20px;
        line-height: 2;
    }
    .posts-blocks .block-head h2 {
        font-size: 26px;
        line-height: 1.5;
    }
    .block-post-first h4 {
        font-size: 26px;
    }
	.archive-posts-grid, .archive-posts-grid.wide-layout {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.posted-on a, .post-comments, .post-views, .post-author {
		font-size: 10px;
	}
	#incSize, #dcrSize {
		font-size: 12px;
	}
}

.block-post-grid .post-thumbnail, .block-post-grid .post-title{
	width: 100%;
}
.block-post-grid .post-thumbnail img {
	width: 100%;
}
.below-post-ad, .above-post-ad {
	margin: 5px 0;
	padding:5px;
}
.posts-404 {
	margin-top: 50px;
}

.content-search .entry-footer {
	margin-top: 10px;
}
.content-search article {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
#incSize, #dcrSize {
	color: #999 !important;
}
#incSize:hover, #dcrSize:hover {
	color: var(--accent-color) !important;
}
@media screen and (max-width: 768px) {
	.single .post-view {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
/*--------------------------------------------------------------
## Videos
--------------------------------------------------------------*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.featured-section {
	display: grid;
	grid-template-columns: 69% 29%;
	gap: 2%;
}
.popular-videos {
	position: relative;
}
.popular-videos h3 {
	padding: 10px;
	background-color: #222222;
	border-radius: 10px;
	color: #ffffff;
	border-right: 5px solid var(--accent-color);
}
.popular-videos h3 img {
	width: 32px;
}
.popular-videos .widget-body {
	border-radius: 5px;
	margin-top: 10px;
}
.upress-posts-widget.layout-Grid {
	display: grid;
	grid-template-columns: 100%;
	gap: 10px;
}
.popular-videos .video-item, .upress-posts-widget.layout-List .grid-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 5px;
	background-color: #f9f9f9;
	transition: .5s all;
	border: 2px solid #f9f9f9;
}
.popular-videos .video-item:last-child {
	margin-bottom: 0;
}
.popular-videos .video-item:hover, .upress-posts-widget.layout-List .grid-item:hover {
	border: 2px solid var(--accent-color);
	z-index: 1;
}
.popular-videos .video-item .thumb, .upress-posts-widget.layout-List .grid-item .thumb {
	width: 80px;
	margin-left: 15px;
	position: relative;
}
.overlay-icon {
	position: absolute;
	font-size: 35px;
	text-align: center;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.overlay-icon i {
	color: #ffffff;
	text-shadow: 0px 0px 5px #000000;
}
.popular-videos .overlay-icon {
	font-size: 25px;
	width: 35px;
	height: 35px;
}
.popular-videos .video-item .thumb img, .upress-posts-widget.layout-List .grid-item .thumb ing {
	border-radius: 5px;
}
.popular-videos .video-item .title {
	font-size: 14px;
	line-height: 30px;
	width: calc(100% - 95px);
}
.upress-posts-widget.layout-List .grid-item .title {
	width: calc(100% - 100px);
}
.upress-posts-widget.layout-List .grid-item .title > a {
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 10px;
}
.popular-videos .video-item .title > a {
	white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-top: 10px;
	line-height: 28px;
	padding-right: 10px;
}
.popular-videos .video-item .title a, .upress-posts-widget.layout-List .grid-item .title a {
	display: block;
	width: 100%;
}
.popular-videos .video-item .title .video-meta,.upress-posts-widget.layout-List .grid-item .post-meta {
	margin-top: 5px;
}
.popular-videos .video-item .title .video-meta span, .upress-posts-widget.layout-List .grid-item .post-meta span {
	font-size: 10px !important;
	display: inline-block;
	margin-left: 5px;
}
.popular-videos .video-item .title .video-meta span i, .upress-posts-widget.layout-List .grid-item .post-meta span i {
	font-size: 14px;
	position: relative;
	top: 3px;
}
.upress-posts-widget.layout-Grid .grid-item .thumb {
	margin-bottom: 10px;
	position: relative;
}
.upress-posts-widget.layout-Grid .grid-item .thumb img {
	width: 100%;
	border-radius: 5px;
}
.upress-posts-widget.layout-Grid .grid-item .post-meta {
	padding: 5px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 0 0 5px 5px;
	text-align: center;
}
.upress-posts-widget.layout-Grid .grid-item .post-meta > span {
	margin: 0 10px;
}
.upress-posts-widget.layout-Grid .grid-item .post-meta span, .upress-posts-widget.layout-Grid .grid-item .post-meta span a {
	font-family: "Lateef", sans-serif;
	font-size: 14px;
}
.upress-posts-widget.layout-Grid .grid-item .post-meta span, .upress-posts-widget.layout-Grid .grid-item .post-meta span a, .upress-posts-widget.layout-Grid .grid-item .post-meta i {
	color: #ffffff !important;
}
.featured-video .video-meta, .single-video-player .video-meta {
	margin-top: 10px;
}
.featured-video .video-meta h1, .single-video-player .video-meta h1 {
	padding: 10px 20px;
	background-color: #000000;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	font-family: "Lateef", sans-serif;
}
.grid-video-title h1 {
	padding: 15px;
	border: 2px solid #000000;
	border-radius: 0 0 5px 5px;
	font-size: 24px;
	color: #000000;
}
.featured-video .video-meta > div, .single-video-player .video-meta .meta-container {
	padding: 10px 20px;
	border: 2px solid #000000;
	border-radius: 0 0 5px 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.single-video-player .video-meta .meta-container {
	padding: 20px;
	justify-content: space-between;
}
.single-video-player .video-meta .meta-container .video-meta-info {
	flex-basis: 40%;
}
.single-video-player .video-meta .meta-container .video-sharing {
	flex-basis: 60%;
}
.featured-video .video-meta > div > span, .single-video-player .video-meta > div > span {
	margin-left: 10px;
}
.single-video-player .video-desc {
	margin: 30px 0;
}
.single-video-player .video-desc p {
	font-family: 14px !important;
	line-height: 2.5 !important;
}
.category-video-block {
	margin: 15px 0;
}
.vid-cat-block-header {
	border-bottom: 2px solid var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.vid-cat-block-header .heading-label {
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	background-color: var(--accent-color);
}
.vid-cat-block-header .heading-label h3 {
	color: #ffffff;
}
.cat-more-btn a {
	padding: 5px 10px;
	font-family: "Lateef", sans-serif;
	font-size: 18px;
	color: #000000;
	border: 2px solid var(--accent-color);
	border-radius: 5px;
	transition: .5s all;
}
.cat-more-btn a span {
	display: inline-block;
}
.cat-more-btn a .btn-icon {
	font-size: 14px;
	margin-right: 5px;
}
.cat-more-btn a .btn-icon i {
	position: relative;
	bottom: -3px;
}
.cat-more-btn a:hover {
	border-color: var(--accent-color);
	color: var(--accent-color);
}
.vid-cat-block-posts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	padding: 15px 0;
}
.related-videos-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.vid-cat-block-posts.layout-2 {
	grid-template-columns: 2fr 1fr 1fr;
	gap: 25px;
}
.vid-cat-block-posts.layout-2 .grid-item.item-1 {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 4;
}
.vid-cat-block-posts .grid-item .thumb, .related-videos-grid .grid-item .thumb {
	position: relative;
}
.vid-cat-block-posts .grid-item .thumb img, .related-videos-grid .grid-item .thumb img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.vid-cat-block-posts .grid-item .thumb .overlay-icon, .related-videos-grid .grid-item .thumb .overlay-icon {
	font-size: 54px;
	width: 60px;
	height: 60px;
}
.vid-cat-block-posts .grid-item .thumb .overlay-icon i, .related-videos-grid .grid-item .thumb .overlay-icon i {
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
}
.vid-cat-block-posts .grid-item .video-duration, .related-videos-grid .grid-item .video-duration {
	padding: 3px 6px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	position: absolute;
	top: 10px;
	left: 10px;
}
.vid-cat-block-posts .grid-item .meta, .related-videos-grid .grid-item .meta {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	background-color: #000000;
	justify-content: space-around;
}
.vid-cat-block-posts .grid-item.item-1 .meta {
	border-radius: 0;
}
.vid-cat-block-posts .grid-item .meta span, .vid-cat-block-posts .grid-item .meta span a, .vid-cat-block-posts .grid-item .meta span i, .related-videos-grid .grid-item .meta span, .related-videos-grid .grid-item .meta span a, .related-videos-grid .grid-item .meta span i {
	color: #f0f0f0 !important;
}
.vid-cat-block-posts .grid-item .meta span, .related-videos-grid .grid-item .meta span {
	font-family: "Lateef", sans-serif;
	font-size: 18px;
	text-align: center;
}
.vid-cat-block-posts .grid-item .meta span i, .related-videos-grid .grid-item .meta span i {
	font-size: 12px;
	position: relative;
	bottom: -2px;
}
.related-videos-header {
	padding: 10px 20px;
	background-color: #000000;
	border-radius: 5px 5px 0 0;
}
.related-videos-header h2 {
	color: #ffffff;
	text-align: center;
}
.related-videos-container {
	padding: 10px;
	background-color: #f0f0f0;
}
@media all and (max-width: 768px) {
	.featured-section {
		grid-template-columns: 100%;
	}
	.featured-video .video-meta h1 {
		font-size: 28px;
	}
	.popular-videos .video-item .title {
		font-size: 14px;
	}
	.vid-cat-block-posts, .related-videos-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.single-video-player .video-meta .meta-container {
		flex-direction: column;
		padding: 15px 10px;
		align-items: stretch;
	}
	.featured-video .video-meta h1, .single-video-player .video-meta h1 {
		font-size: 3em;
	}
	.single-video-player .video-meta .meta-container .video-meta-info {
		margin-bottom: 10px;
		text-align: center;
	}
	.single-video-player .social-bar ul li {
		height: 40px;
	}
	.single-video-player .social-bar ul li a {
		padding: 5px 10px;
	}
	.single-video-player .social-bar ul li a span {
		font-size: 16px;
	}
	.single-video-player .social-bar ul li a i {
		font-size: 18px;
	}
	.vid-cat-block-posts.layout-2, .vid-cat-block-posts {
		grid-template-columns: 100%;
	}
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-row {
	margin-top: 50px;
}
.comments-area {
	padding:20px;
	background:#f8f8f8;
	clear:both;
	margin-top:20px;
	border-radius:5px;
	border:2px solid #ccc;
}
.comments-area .reply {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.comments-title {
	font-family: "Lateef", serif;
	font-weight: 700;
	margin: 15px 0 25px 0;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list .children {
	margin: 0;
	padding-right: 25px;
	list-style: none;
}
.post-navigation {
    clear: both;
    height: auto;
    overflow: hidden;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-author {
	margin: 0;
}
.comment-author img {
	border-radius: 50%;
}
.comment-author b {
	display: block;
	margin-top: 10px;
}
.comment-author .says {
	display: none;
}
.comment-content {
	padding: 10px;
	margin-top: 0;
	width: calc( 100% - 170px);
	float: right;
}
.comment-content p {
	margin-bottom: 0;
}
.bypostauthor {
	display: block;
}
.comment-reply-title {
	padding-top: 15px;
	display: none !important;
}
.comment-body {
	padding: 15px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background-color: #ffffff;
	position: relative;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.comment-form-field {
	margin:5px 0;
}
.comment-form-field label {
	font-size:22px;
	font-weight: normal;
	width:100%;
	display: block;
	font-family: "Lateef", sans-serif;
}
.comment-form-cookies-consent label {
	margin-top: 20px;
	font-size: 12px;
	margin-right: 5px;
}
.comment-form-field .field {
	padding:10px;
	border:2px solid #f0f0f0;
	border-radius:5px;
	font-size: 18px!important;
	font-family: "Noto Nastaleeq" !important;
	width: 100%;
}
.comment-form-field #email {
	font-family: Arial, Helvetica, sans-serif !important;
}
.comment-form-field .field:focus {
	border:2px solid var(--accent-color);
	outline:none;
}
.comment-meta {
    font-size: 16px;
    padding: 20px 10px;
    background: #f0f0f0;
    border-radius: 10px;
    font-family: "Lateef", serrif;
    width: 150px;
    text-align: center;
    float: right;
    margin-left: 20px;
    margin-top: 0;
}
.comment-metadata {
	font-size: 12px;
}
.email-note {
	padding-top:15px;
	padding-bottom:5px;
	color:var(--accent-color);
	font-size: 16px;
}
.form-submit .submit {
	padding:10px 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, #comment-toggle-video {
	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: 2px 10px;
	background: #f0f0f0;
	font-size: 16px;
	border:1px solid #ccc;
	font-family: "Lateef", sans-serif;
	border-radius: 5px;
}
#comment-box {
	width: 100%;
	display: none;
}
@media all and (max-width: 768px) {
	.comments-title {
		font-size: 22px;
		text-align: center;
		line-height: 1.5;
	}
	.comment-body {
		flex-direction: column;
	}
	.comment-meta, .comment-content, .comments-area .reply {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.comments-area .reply {
		position: relative;
		margin-top: 15px;
	}
	.comment-list .children {
		padding-left: 15px;
	}
}
/*--------------------------------------------------------------
# Infinite scroll & Pagination
--------------------------------------------------------------*/
/* 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;
}
.pagination {
	padding: 10px;
	background: #f0f0f0;
	border-radius: 0px;
	text-align: center;
	width: 100%;
}
.pagination ul {
	margin:0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin:0 5px;
}
.pagination ul li a, .pagination ul li .current {
	display: inline-block;
	padding: 5px;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: #ccc;
	border-radius: 2px;
	font-family: "Roboto", sans-serif;
}
.pagination ul li .current, .pagination ul li a:hover {
	background: #222;
}
/*--------------------------------------------------------------
# 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: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
	margin-top: 50px;
	padding:10px 0 0 0;
	background: #222222;
	color: #f0f0f0;
	border-top:2px solid #222;
}
.site.fullwidth #footer {
	margin-top: 0;
	background: #f0f0f0;
	border: none;
	padding-top: 0;
}
.site.fullwidth #footer .container-fluid {
	border-top:2px solid #000000;
	padding-top:10px;
	background: #222222;
}
.footer-row {
	background-color: #222;
	margin-left: 0;
	margin-right: 0;
}
.site.fullwidth #footer .footer-row {
	background: #dddddd;
	padding: 0 0 0 0 !important;
}
.site.fullwidth #footer .footer-row .container-fluid {
	background: #222222;
}
.site.fullwidth #footer .footer-row .container-fluid.copyrights-container {
	background: #000000;	
}
.footer-main.row {
	margin-left:-10px;
	margin-right:-10px;
}
#footer a {
	color: #fff;
}
.footer-widgets {
	padding: 20px;
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}
#footer .widget-title {
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 2px solid #666;
	margin-bottom: 20px;
	padding-top: 5px;
}
.footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-widget ul li {
	margin-bottom: 10px;
}
.footer-copyrights {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.footer-copyrights p {
	font-size:12px;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif !important;
	color: #999;
	text-transform: capitalize;
	direction: ltr;
}
.footer-copyrights a {
	text-transform: uppercase;
	color: #999;
}
.footer-socil-icons {
	list-style: none;
	padding: 0 5px 0 0;
	margin:0;
}
.footer-socil-icons li {
	float: left;
	margin: 0 5px;
}
.footer-socil-icons li a {
	display: inline-block;
	font-size: 18px;
	color: #999 !important;
}
.footer-socil-icons li a:hover {
	color: #f0f0f0 !important;
}
.tagcloud a {
	display: inline-block;
	padding: 0px 15px;
	font-size: 18px !important;
	background-color: #000000;
	border-radius: 3px;
	color: #f0f0f0 !important;
	margin: 5px;
	font-family: "Lateef", sans-serif;
}
#scrollup{
    width: 50px;
    height: 45px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999999;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
	line-height: 45px;
}
.single #scrollup {
	bottom: 70px;
}
@media all and (max-width: 768px) {
	.footer-widgets {
		grid-template-columns: repeat(1, 1fr);
	}
	.footer-copyrights {
		text-align: center;
	}
	.footer-socil-icons ul {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer-socil-icons ul li {
		float: none;
		display: inline-block;
	}
}
/*----------------------------------------
Social Sharing Bar 
----------------------------------------*/
.social-bar {
	position: relative;
	padding: 0px;
	background: transparent;
	text-align: center;
}
.social-bar ul, .social-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-bar ul li {
	width: 33.3%;
	height: 50px;
	text-align: center;
	display: inline-block;
	float: right;
	padding: 0 5px;
}
.social-bar ul li:first-child {
	padding-right: 0;
}
.social-bar ul li:last-child {
	padding-left: 0;
}
.social-bar ul li a, .social-footer ul li a {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: #f0f0f0;
	color: #333;
	font-size: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	line-height: 1.6em;
}
.social-bar ul li a {
	width: 100%;
	height: 100%;
	padding: 10px;
	line-height: 1;
	position: relative;
}
.social-bar ul li a:hover {
	-ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
	transform: scale(1.05, 1.05);
	z-index: 999;
}
.social-bar ul li a span {
	font-family: "Lateef", serif;
	padding-right: 10px;
}
.social-bar ul li a i {
	position: relative;
	top: 5px;
}
.social-bar ul li #fb {background: #4862A3 !important; color: #fff;}
.social-bar ul li #tw {background: #55ACEE !important; color: #fff;}
.social-bar ul li #wa {background: #24CD63 !important; color: #fff;}

.social-footer {
	padding-top: 10px;
}
.social-footer ul li{
	width: 25px;
	display: inline;
	margin-left: 5px;
}
.social-footer ul li a {
	width:25px;
	height: 25px;
	font-size: 18px;
	text-align: center !important;
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
	.social-bar.fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-bottom: 0 !important;
		padding: 5px;
		background-color: #ffffff;
		z-index: 999;
		box-shadow: 0px 0px 5px #cccccc;
	}
	.entry-meta {
		padding: 10px;
	}
	.social-bar ul li {
		height: 40px;
	}
	.sharing-row {
		margin: 0 !important;
	}
	.social-bar ul li a {
		font-size: 18px;
		padding: 8px 10px;
	}
	.social-bar ul li a i {
		top: 3px;
	}
	.wpac-reactions-container {
		display: flex !important;
	}
}
@media screen and (min-width: 786px) {
	.social-bar ul li a i {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 50px;
		text-align: center;
		line-height: 50px;
		background: rgba(0,0,0,0.4);
	}
}
/*=============================
CLOCK
==============================*/
.clock {
    margin: 0 auto;
    padding: 0;
    color: var(--accent-color);
    direction: ltr;
    font-family: 'Roboto', sans-serif;
    font-weight: BOLD;
    font-size: 16px;
    padding: 2px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

/*
* Preloader
*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
	background:#fff;
}
#loader {
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader-message {
	position: absolute;
	top:60%;
	left:50%;
	width: 500px;
	margin-left:-250px;
	margin-top: 10px;
}
#close-loader {
	color: #999;
	position: absolute;
	right:2%;
	top:2%;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--accent-color);
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

@media (min-width: 1280px) {
	
}
 @media (max-width: 768px) {
	.home-blocks {
		padding-left: 0;
        padding-right: 0;
	}
}
/***********************************
FLEX MEDIA
***********************************/
@media screen and (max-width: 1200px) {
	.date-time-row .date-time, .date-time-row .hijri-date {
		text-align: center;
	}
}
/***********************************
English Post Styling
***********************************/
.english-post-view {
    direction: ltr !important;
}
.english-post-view .entry-content p {
    direction: ltr !important;
    font-family: "Roboto", serif !important;
    font-size: 15px;
    font-weight: normal !important;
    line-height: 1.4 !important;
    text-shadow: none !important;
}
.english-post-view .entry-meta span {
    direction: ltr !important;
    font-family: "Roboto", serif !important;
    font-weight: normal !important;
    line-height: 1.3 !important;
    text-shadow: none !important;
    display: inline-block;
}
.english-post-view .entry-header h1, .english-post-view .entry-content h2, .english-post-view .entry-content h3, .english-post-view .entry-content h4, .english-post-view .entry-content h5, .english-post-view .entry-content h6 {
    direction: ltr !important;
    font-family: "Roboto Slab", serif !important;
    line-height: 1.2 !important;
    text-align: left !important;
    font-weight: bold;
}
