/*
Theme Name: eanlibya
Theme URI: https://www.eanlibya.com/
Author: Abdelhadi Touil
Author URI: http://www.haditouil.com
Description: Custom WordPress theme for eanlibya.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eanlibya
Tags:

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.

eanlibya is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Layout
# Typography
# Elements
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* Global */

.site {
	overflow: hidden; /* To fix blank width on small screen */
}
html {
		scroll-behavior: smooth;

}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
@font-face {
font-family: 'Helvetica Neue Reg';
font-display: swap;
src: url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-reg.eot");
src: url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-reg.eot?#iefix") format("embedded-opentype"),
url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-reg.woff2") format("woff2"),
url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-reg.woff") format("woff"),
url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-reg.ttf") format("truetype"),
url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-reg.svg#Helvetica Neue Reg") format("svg");
font-weight: normal;
}

@font-face {
font-family: 'Helvetica Neue Bd';
src: url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-bd.eot");
src: url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-bd.eot?#iefix") format("embedded-opentype"),
url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-bd.woff2") format("woff2"),
url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-bd.woff") format("woff"),
url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-bd.ttf") format("truetype"),
url("https://www.eanlibya.com/wp-content/themes/eanlibya/fonts/helvetica-neue-bd.svg#Helvetica Neue Bd") format("svg");
font-display: swap;
font-weight: 700;
}
.category .content-area {
	background: #fff;
	padding-top: .9375rem;
	margin-bottom: 1rem;
}

.site-content .sidebar {
	padding-left: 0;
}
.block ul li, .widget ul li, .home-from-cat li {
	margin-bottom: 1.5rem;
}
.home-from-cat {
	margin-bottom: 0;
}
.block-title, .widget-title, .comment-reply-title {
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
	position: relative;
	font-size: 1.3rem;
	color: #1b77b6;
	margin-bottom: 15px;
	overflow: hidden;
}
/*.block-title span, .widget-title span {
	display: inline-block;
    padding: 0 0 0 10px;
	border-bottom: 2px solid #1b77b6;
}
.block-title:after, .widget-title:after, .comment-reply-title:after {
    content: "";
    height: 2px;
    background: #d5d5d5;
    width: 100%;
    position: absolute;
    top: 94%;
}*/
.content-area .breadcrumb>span {
	padding: 0;
    border: none;
}
.block-title a, .widget-title a {
	color: #1b77b6;
}
.block-title a:hover, .widget-title a:hover {
	color: #000000;
}

/* Outer ADS */
.site-content {
	position: relative;
}
.outer-ads {
	position: absolute;
	top: 0;
	right: -200px;
}
.outer-ads div {
	margin-bottom: .9375rem;
}
/* Site header and top bar*/
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    transition: .3s;
	-webkit-transition: .3s;
	-moz-transform: .3s;
	-o-transform: .3s;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-menu {
	position: relative;
    display: block;
    height: auto;
    top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    left: auto;
    width: 70%;
    overflow: visible;
    float: right;
    margin-top: 27px;
    /* transition: all .3s; */
    box-shadow: none;
    color: #989898;
}
.main-menu .menu {
	font-size: 1rem;
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
}
.main-menu .menu>li:not(.menu-text)>a {
	color: #989898;
	padding: 0;
}
.main-menu .menu>li:not(.menu-text)>a:hover, .main-menu li.current-menu-item a {
	color: #000;
}
.main-menu .menu>li {
    margin: 0 38px 0 0;
    float: right;
    line-height: 25px;
    background: none;
	position: relative;
	padding-bottom: 20px;
	font-size: 22px;
}
/* Search forms */

.search-btn:hover {
	color: #414e5a;
}
#full-screen-search-shrink {
	display: none;
    position: fixed;
	z-index: 999998;
	top: 60px;
	left: 0;
	width: 100%;
	height: 60px;
	background: #e8e8e8;
	max-width: 1200px;
	margin: 0 auto;
	right: 0;
}
#full-screen-search-shrink form {
    position: relative;
    width: 100%;
    height: 100%;
}
#full-screen-search-shrink button.close {
    position: absolute;
	z-index: 999999;
	top: -35px;
	left: 20px;
	font-size: 24px;
	font-weight: 300;
	color: #000;
	cursor: pointer;
}
#full-screen-search-shrink form div {
	position: fixed;
	width: 50%;
	height: 30px;
	top: 120px;
	left: 40%;
	margin: -50px 0 0 -11%;
}
#full-screen-search form div input::-webkit-input-placeholder {
    color: #ccc;
}
#full-screen-search form div input:-moz-placeholder {
    color: #ccc;
}
#full-screen-search form div input::-moz-placeholder {
    color: #ccc;
}
#full-screen-search form div input:-ms-input-placeholder {
    color: #ccc;
}
#full-screen-search form div input {
    width: 100%;
    height: 100px;
	color: #1b77b6;
    background: #eee;
    padding: 20px;
    font-size: 40px;
    line-height: 60px;
}
#full-screen-search-container button {
	position: absolute;
	top: 35%;
	left: 1rem;
	color: #1b77b6;
}
#full-screen-search-container button:hover {
	color: #333;
}
/*--------------------------------------------------------------
## Breaking news
--------------------------------------------------------------*/
.breaking-news {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #8d1c12;
	z-index: 20;
	overflow: hidden;
}
.breaking-news p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	min-height: 41px;
	margin: 0;
	padding: 0.5rem 0;
}
.breaking-news ul.breaking-content {
	list-style: none;
	min-height: 41px;
	margin: 0;
	background-color: #d62c1b;
	overflow: hidden;
}
.breaking-news ul.breaking-content li {
	color: #fff;
	padding: 0.5rem 0.5rem 0.5rem 1.6rem;
}
.breaking-news ul.breaking-content span.close {
	position: absolute;
	left: 10px;
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer; 
}
.breaking-news ul.breaking-content li a {
	display: block;
	padding-left: 25px;
	color: #fff;
}
/* Top posts section */
.top-section, .front-videos {
	margin-bottom: 1rem;
	overflow: hidden;
}
.top-section ul {
	margin: 0;
	overflow: hidden;
}
.latest-top-post .post-item h3 a {
	font-size: 1.6rem;
}

/* Grid posts */
.front-grid ul {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	margin-bottom: 0;
}
.front-grid ul li.column-block {
	padding-right: 0.4rem;
	padding-left: 0.4rem;
}
.post-item {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	.post-item h3 {
		margin: 0;
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 1.06rem;
		width: 100%;
		padding: 30px 10px 10px;
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
		background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
	}
}
@media screen and (min-width: 600px) {
	.post-item h3, .post-item h2, .special-large h2 {
		margin: 0;
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 10px;
		background: rgba(255, 255, 255, 0.8);
	}
	.top-section .post-item h3, .top-section .post-item h2, .special-large h2 {
    background: rgba(0, 0, 0, 0.7);
	}
	.top-section .post-item h3 a, .top-section .post-item h2 a, .top-section .post-item h3 a:hover, .top-section .post-item h2 a:hover, .top-section .post-item:hover h3 a, .top-section .post-item:hover h2 a, .special-large h2 a, .special-large .post-item:hover h2 a, .special-large h2 a:hover {
    color: #fff;
	text-decoration: none;
	}
}
.post-item a {
	display: block;
}
.img-container {
	height: 0;
	padding-bottom: 68%;
	overflow: hidden;
	background-image: url(images/el-logo.gif);
	background-repeat: no-repeat;
	background-color: #dddddd;
	background-size: 35% auto;
	background-position: center;
}
.img-container-medium {
    height: 0;
    padding-bottom: 64.9%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-size: 35% auto;
    background-position: center;
}
.img-container-info {
    height: 0;
    padding-bottom: 68%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-size: 35% auto;
    background-position: center;
}
.img-container-special {
    height: 0;
    padding-bottom: 31%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-size: 35% auto;
    background-position: center;
}
.img-container-dual-ad {
    height: 0;
    padding-bottom: 12%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: center;
}
.img-container-7 {
    background-color: #fff;
}
.img-container-v {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	background-image: url(images/el-logo.gif);
	background-repeat: no-repeat;
	background-color: #dddddd;
	background-size: 35% auto;
	background-position: center;
}
.img-container-cat {
	height: 0;
	padding-bottom: 19.6%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.front-videos .post-item h3 {
    text-align: right;
}
.top-section .post-item, .front-videos .post-item {
	border: 1px solid #d4d4d4;
}
.post-item img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 599px) {
	.post-item h3 a, .post-item h2 a, .post-item:hover h3 a, .post-item:hover h2 a, .post-item h3 a:hover, .post-item h2 a:hover {
		color: #fff !important;
	}
}
@media screen and (min-width: 600px) {
	.post-item h3 a, .post-item h2 a {
		color: #000;
	}
	.post-item:hover h3 a, .post-item:hover h2 a {
		color: #1b77b6;
	}
}
.cat-label {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Helvetica Neue Bd", Tahoma;
}
.cat-label a {
	display: inline-block;
    color: #fff;
    padding: 0 10px;
	background: #1b77b6;
	border-radius: 5px;
}
}
.cat-label a:hover {
	color: #000;
	text-decoration: none;
}
.post-date, .latest-cat-post-date {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0.8rem;
	color: #fff;
	padding: 0 5px;
	background: rgba(0, 0, 0, 0.5);
}
#featured-mobile .latest-cat-post-date {
	display: none;
}
.from-cat {
	overflow: hidden;
}
.from-cat .from-cat-right {
	padding-left: 1.5rem;
}
.from-cat-s1 .from-cat-right {
	margin-bottom: 0.7rem;
}
.from-cat p {
	font-size: 0.9rem;
	margin-top: 0.5rem;
	margin-bottom: 0;
}
.from-cat-left li {
	margin-bottom: 1.5rem;
}
.from-cat-left li:last-child {
	margin-bottom: 0;
}
.from-cat-left li .post-title {
	padding-right: 0;
}
.from-cat .post-item h3 a {
	font-size: 1.2rem;
}
.from-cat-post-date, .latest-cat-post-date {
	font-size: 0.9rem;
}
.from-cat-post-date {
	margin-top: .4rem;
	color: #716363;
}
.front-grid h3 a {
    font-size: 1rem;
    line-height: 1.6rem;
}
.post-title h3 {
	font-size: 1.1rem;
}
.from-cat-s2>div:first-child {
	margin-bottom: 1.5rem;
}
.from-cat-s2 .post-img, .from-cat-s3 .post-img {
	padding-left: .9375rem;
}
.from-cat-s2>div:first-child .from-cat-post-date {
	margin-bottom: .4rem;
}
.from-cat-s2 .from-cat-s2-col1, .from-cat .cat-1 {
	padding-left: .9375rem;
}
.from-cat-s2 .from-cat-s2-col2, .from-cat .cat-2 {
	padding-right: .9375rem;
}
.from-cat-s2-col1>div, .from-cat-s2-col2>div {
	margin-bottom: 1.5rem;
}
.latest-cat {
	margin-bottom: 1.5rem;
}
/*.even-post {
	background: #eee;
}*/
/* Front tags */
.front-tags {
	margin-bottom: 1rem;
}
.front-tags a {
	font-size: 0.75rem;
	color: #fff;
	padding: 0 5px;
	margin-left: 0.5rem;
	background-color: #1b77b6;
}
.front-tags a:hover {
	color: #333;
}
/* Newsletter */
.newsletter h2 {
	font-size: 1.6rem;
	color: #1b77b6;
	margin-bottom: 1rem;
}
.mc4wp-alert p {
	color: #1ca221;
	padding: 5px 10px;
	background: #4caf5017;
}
.mc4wp-alert.mc4wp-error p {
	color: #F44336;
	padding: 5px 10px;
	background: #f4433629;
}

form.yikes-easy-mc-form label.label-inline {
	float: right;
	padding: 0;
}
form.yikes-easy-mc-form input[type=email] {
	padding: 5px;
	margin-bottom: 0;
	background-color: inherit;
	border: 1px solid #8fa7d6;
}
form.yikes-easy-mc-form .submit-button-inline-label {
	min-width: inherit;
}
form.yikes-easy-mc-form .yikes-easy-mc-submit-button {
	min-height: 39px;
}
span.edit-link {
	display: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* Site footer menu and social icons */
#colophon {
    background: #111820;
}
.site-footer, .site-footer a {
	font-size: 0.8rem;
	color: #fff;
}
.site-footer a:hover, .site-footer .footer-menu ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-top {
	background-color: #111820;
	display: flex;
}
.footer-bottom {
	padding-top: 1rem;
	background-color: #11496f;
}
.site-footer .footer-menu {
	padding: 0;
}
.site-footer .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer .footer-menu ul {
	padding: 5px 0;
}
.site-footer .footer-menu ul li a {
	float: right;
	font-size: 0.8rem;
	color: #bcdef5;
	padding: 0.2rem 0.5rem;
}
.site-footer .menu>li>a>i {
	vertical-align: inherit;
	margin: 0;
}
.site-footer .footer-social {
	margin: 0 auto;
	display: inline-block;
}
.site-footer .footer-social .menu {
	display: inherit;
	float: left;
}
.site-footer .footer-social ul li a {
	font-size: 1rem;
	color: #bcdef5;
	padding: 0.35rem 0.43rem;
}
.site-footer .footer-social li.facebook a:hover {
	color: #3b5998;
}
.site-footer .footer-social li.twitter a:hover {
	color: #55acee;
}
.site-footer .footer-social li.googleplus a:hover {
	color: #dd4b39;
}
.site-footer .footer-social li.instagram a:hover {
	color: #833ab4;
}
.site-footer .footer-social li.youtube a:hover {
	color: #e52d27;
}
.site-footer .footer-social li.telegram a:hover {
	color: #0088cc;
}
.site-footer .footer-social li.rss a:hover {
	color: #f26522;
}
.footer-logo {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.footer-webmaster {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Helvetica Neue Reg', Tahoma, serif;
}
.button {
	color: #fff !important;
	text-align: center;
	background-color: #1b77b6 !important;
}
.button:focus, .button:hover {
	background-color: #11496f !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
}
h1 {
	font-size: 1.9rem;
}
h2 {
	font-size: 1.4rem;
}
h3 {
	font-size: 1.2rem;
}
h4, h5, h6 {
	font-size: 1rem;
}
@media screen and (max-width: 599px) {
	h1 {
	font-size: 1.4rem;
	}
	h2 {
	font-size: 1.3rem;
	}
	h3 {
	font-size: 1.2rem;
	}
	h4, h5, h6 {
	font-size: 1rem;
	}
}
	
dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5rem;
}

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

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: #fff;
	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,
q {
	quotes: "" "";
}

hr {
	background-color: #e2e2e2;
	border: 0;
	height: 1px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

ol {
	list-style: decimal;
}
dl, ol, ul {
	margin-right: 2.5rem;
	font-size: 1.1rem;
}
ul ul {
	list-style: circle;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5rem;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

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

table {
	margin: 0 0 1.5rem;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	transition: background-color .25s ease-out, color .25s ease-out;
}
a:hover, a:focus {
	color: inherit;
}
/*--------------------------------------------------------------
# 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.5rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100% !important; /* Force post centered image to be always 100% width */
}
.aligncenter img {
	width: 100% !important; /* Force post centered image with caption to be always 100% width */
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	.widget .mobile-only {
		margin: 0 0 1.5rem;
	}
}
.widget ul {
	margin: 0;
}
.widget .from-cat li:last-child {
    margin-bottom: 0;
}
.widget .post-img, .home-from-cat .post-img {
	padding-right: 0;
	padding-left: 0;
}
.widget_eanlibya-recent-posts .widget-title {
	margin-bottom: 10px;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Opinions Widget */
img.photo {
	width: 100%;
}
span.post-author {
	font-size: 0.9rem;
}
/* Read for the same author Widget */
.widget_read_for_the_same_author ul li {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #d4d4d4;
}
.widget_read_for_the_same_author ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
/* Recent videos */
.widget_eanlibya-recent-video .post-item h3 a {
	font-size: 0.85rem;
}
/* Social Networks Widget */
.widget_eanlibya-social-networks ul.social-networks li {
	padding-bottom: 0;
	margin-bottom: 2px;
	border-bottom: none;
}
.social-networks li:nth-child(odd) {
	padding-left: .5rem;
}
.social-networks li:nth-child(even) {
	padding-right: .5rem;
}
.social-networks li:last-child:nth-child(odd) {
	width: 100%;
	padding-left: .9375rem;
}
.social-networks li a {
	display: block;
	font-size: 1.2rem;
	color: #333;
	text-align: center;
	width: 100%;
	padding: 4px;
}
.social-networks li.facebook a {
	background: #f2f2f2;
	border-bottom: 3px solid #3b5998;
}
.social-networks li.facebook a:hover {
	color: #fff;
	background: #3b5998;
	text-decoration: none;
}
.social-networks li.twitter a {
	background: #f2f2f2;
	border-bottom: 3px solid #55acee;
}
.social-networks li.twitter a:hover {
	color: #fff;
	background: #55acee;
	text-decoration: none;
}
.social-networks li.googleplus a {
	background: #f2f2f2;
	border-bottom: 3px solid #239bcd;
}
.social-networks li.googleplus a:hover {
	color: #fff;
	background: #239bcd;
	text-decoration: none;
}
.social-networks li.instagram a {
	background: #f2f2f2;
	border-bottom: 3px solid #e4405f;
}
.social-networks li.instagram a:hover {
	color: #fff;
	background: #e4405f;
	text-decoration: none;
}
.social-networks li.youtube a {
	background: #f2f2f2;
	border-bottom: 3px solid #e52d27;
}
.social-networks li.youtube a:hover {
	color: #fff;
	background: #e52d27;
	text-decoration: none;
}
.social-networks li.linkedin a {
	background: #f2f2f2;
	border-bottom: 3px solid #0976b4;
}
.social-networks li.linkedin a:hover {
	color: #fff;
	background: #0976b4;
	text-decoration: none;
}
.social-networks li.rss a {
	background: #f2f2f2;
	border-bottom: 3px solid #f26522;
}
.social-networks li.rss a:hover {
	color: #fff;
	background: #f26522;
	text-decoration: none;
}
/* WP Polls */
.widget_polls-widget {
	position: relative;
}
ul.wp-polls-ul li {
	margin-bottom: 0.5rem;
}
.wp-polls-ans .button {
	display: block;
	padding: .85rem 1rem;
	margin: 0 auto;
}
.vote-link {
	display: inline-block;
	margin-bottom: 0.5rem;
}
span.total-votes {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #1b77b6;
	padding: 8px 5px;
	margin: 1rem 25%;
	border: 2px solid #1b77b6;
}
.wp-polls-loading {
	position: absolute;
	top: 40%;
	right: 40%;
}
/* Weather */
#weather {
	color: #fff;
	padding: 10px;
	background-image: url('images/weather-bg.jpg');
	background-size: cover;
}
.tom-img {
	margin: -7px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1rem;
}

.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: block;
	float: right;
	margin-left: 7px;
}
.single p a, .page p a {
	color: #069ddb;
	text-decoration: underline;
}
.single p a:hover, .page p a:hover {
	color: #1b77b6;
	text-decoration: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}
.entry-meta {
	font-size: 0.9rem;
	padding: 0;
	margin: 0.3rem 0 1rem 0;
}
.cat-links {
	font-size: 1.2rem;
	margin: 0 0 0 0;
	line-height: 1em !important;
}
@media screen and (max-width: 909px) {
.cat-links {
	margin: 15px 0 0 0;
	}
}
.cat-links a {
    display: inline-block;
    line-height: 1.3em !important;
    color: #333;
    font-family: "Helvetica Neue Reg";
}
/*.cat-links a:hover {
	border-bottom: 1px solid #1a84ba;
}*/
/*.entry-header .entry-title {
	margin-top: 1rem !important;
}*/

.single span.posted-on {
	float: right;
	margin-left: 1rem;
}
.posted-on span {
	display: inline-block;
}
/*.single span.posted-date {
	font-family: 'Helvetica Neue Bd';
}*/
.post-views {
    display: inline-block;
}
.page-links {
	clear: both;
	margin: 0 0 1.5rem;
}
/* Author box */
.archive .author-box {
	margin-bottom: 1.5rem;
}
.author-box img {
	border-radius: 50%;
}
.author-box h3 {
	font-size: 1.1rem;
	margin-bottom: 0;
	overflow: hidden;
	padding-top: 1rem;
}
.author-box p {
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 0;
}
.author-box .author-meta {
	display: inline-block;
	text-align: center;
	min-width: 2.5rem;
	padding: 5px 0 2px;
	margin-bottom: 0.5rem;
	background: #bee2f4;
}
.author-box .author-facebook:hover {
	color: #fff;
	background-color: #3b5998;
}
.author-box .author-twitter:hover {
	color: #fff;
	background-color: #55acee;
}
.author-box .author-googleplus:hover {
	color: #fff;
	background-color: #dd4b39;
}
.author-box .author-rss:hover {
	color: #fff;
	background-color: #f26522;
}
/* Single post Tags */
.tags-links {
	margin-bottom: 1rem;
	line-height: 2;
}
.tags-links a {
	font-size: 0.8rem;
	color: #000;
	padding: 5px 7px;
	margin-left: 0.5rem;
	background-color: rgba(94,94,94,0.1);
	line-height: 2.5;
	white-space: nowrap;
}
/* ShareThis buttons */
.sharethis-inline-share-buttons {
	margin-bottom: 1rem;
}
/* Related Posts & Latest posts*/
.latest-posts ul li {
	margin-bottom: 1.5rem;
}
.related-posts, .related-posts ul, .latest-posts, .latest-posts ul {
	margin-bottom: 0;
	overflow: hidden;
}
.related-posts ul li .post-img, .latest-posts ul li .post-img {
	padding-right: 0;
	padding-left: 0;
}
img.crp_thumb.crp_featured {
	float: right;
	margin-left: 1rem;
	margin-bottom: 0rem;
	height: 110px;
	width: 150px;
	object-fit: cover;
}
.crp_title {
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
}
/*--------------------------------------------------------------
## Posts Archive
--------------------------------------------------------------*/
.archive h2, .category h2, .search h2 {
	font-size: 1.3rem;
}
p.excerpt {
	font-size: 1rem;
	line-height: 1.8rem;
}
.pagination .page-numbers {
	float: right;
	color: #fff;
	padding: .2rem .8rem;
	margin-left: 7px;
	background: #1b77b6;
	font-family: 'Helvetica Neue Bd', Tahoma;
	font-size: 1.1rem;
	border-radius: 3px;
}
.pagination .current, .pagination a:hover, .pagination button:hover {
    background: #333;
    color: #fff;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form, .comment-form label {
	font-size: 1rem;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-list {
	list-style: none;
	margin: 0;
}
.comment-list ul {
	list-style: none;
	margin-right: 2.5rem;
}
.comment-author {
	font-size: 1rem;
	font-weight: bold;
	color: #000;
}
.comment-metadata {
    font-size: 0.75rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.reply {
    float: left;
    font-size: 0.9rem;
    position: relative;
    bottom: 25px;
}
.comment-reply-title {
	position: relative;
	color: #1b77b6;
}
.comment-reply-title small {
	font-size: 0.8rem;
}
.comment-reply-title small a {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 1rem;
	padding: 5px 10px;
	background: #1b77b6;
}
.comment-body {
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.comment-body p {
	font-size: 0.9rem;
	line-height: 1.8rem;
}
.comments-notice {
	color: #0a0a0a;
	padding: 0 10px;
	margin: 1rem 0;
	background-color: #ffae00;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
figure {
	margin: 0;
	position: relative;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Fix Sharethis iframe horizontal scroll bar always displayed */
iframe#st_gdpr_iframe {
	display: none;
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	position: absolute;
	bottom: 0;
	font-size: 0.8rem;
	text-align: right;
	color: #fff;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	background: rgba(0, 0, 0, 0.75);
}

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

.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;
}
/* Custom CSS */
@media screen and (min-width: 600px) {
	.content-area .column:last-child:not(:first-child) {
		float: right;
	}
}
/* WordPress Popular Posts styles */
.widget .resp-tabs-list li {
	font-size: 1rem;
	display: inline-block;
	padding: 8px 10px 10px;
	margin: 0 0 0 5px;
	list-style: none;
	cursor: pointer;
	float: right;
}
.widget .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: right;
}
.widget .resp-tab-content {
	display: none;
	padding: 5px 15px 5px 5px;
	border: 1px solid #1b77b6;
	border-top-color: #1b77b6;
}
.widget .resp-tab-active {
	color: #fff;
}
.widget .resp-content-active, .resp-accordion-active {
	display: block;
}
ol.wpp-list {
	counter-reset:li; /* Initiate a counter */
	margin: 0;
	padding: 0;
}
ol.wpp-list > li {
	position:relative; /* Create a positioning context */
	margin: 0 2em 0 0; /* Give each list item a left margin to make room for the numbers */
	padding: 5px 10px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	min-height: 4.125rem;
	overflow: inherit;
}
ol.wpp-list > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top: 12px;
	right: -2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	margin-left:8px;
	padding:8px;
	color:#fff;
	background:#1b77b6;
	font-weight:bold;
	font-family:"Helvetica Neue", Tahoma, sans-serif;
	text-align:center;
}
.widget .wpp-list li a {
	font-size: 1rem;
}
.widget h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.widget h2.resp-tab-active {
	border-bottom: 0px solid #1b77b6 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}

/*--------------------------------------------------------------
## Custom Media Queries
--------------------------------------------------------------*/
/*@media screen and (max-width: 71.5625em) {
	.main-menu .menu>li:not(.menu-text)>a {
		color: #fff;
		padding: 1.3rem 0.5rem;
	}
}*/

@media screen and (max-width: 910px) {
	#secondary {
		padding-right: 0;
		margin-top: 1rem;
	}
	.header-ad {
		padding-right: 0;
		text-align: center;
	}
	/* Mobile Menu */
	body #mg-wprm-wrap *, #wprmenu_bar .menu_title, #wprmenu_bar input {
		font-family: inherit;
	}
	#wprmenu_bar .menu_title {
		float: none;
		padding: 0;
	}
	#wprmenu_bar div.menu_title {
		text-align: center;
		width: 40%;
		margin: 0 auto;
	}
	#wprmenu_bar .menu_title, #wprmenu_bar .menu_title a {
		line-height: 1;
	}
	#wprmenu_bar span.wpr-logo-wrap {
		position: relative;
		top: -4px;
		line-height: 1;
	}
	#wprmenu_bar, #wprmenu_bar * {
		text-align: center;
	}
	#wprmenu_bar span.wpr-logo-wrap img {
		height: auto;
	}
	div.wprmenu_bar .menu-bar-elements {
		float: left;
	}
	#wprmenu_bar .menu-elements .toggle-search {
		margin-left: 0 !important;
	}
	.search-btn {
	position: absolute;
	top: 2px;
	left: 10px;
	}
}
.widget .from-cat li:not(:last-child) {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 39.9375em) {
	.front-grid ul {
		padding-right: 0.2rem;
		padding-left: 0.2rem;
	}
	.from-cat .from-cat-right {
		padding-left: 0;
	}
	.from-cat-s2 h3 {
		margin-top: 0.5rem;
	}
	.from-cat-s2 .from-cat-s2-col1, .from-cat-s2 .from-cat-s2-col2, .from-cat .cat-1, .from-cat .cat-2 {
		padding-right: 0;
		padding-left: 0;
	}
	.related-posts ul li {
		padding: 0 10px;
	}
	.widget .from-cat li:not(:last-child) {
		padding-right: 0;
		padding-left: 0;
		border-bottom: 1px solid #d4d4d4;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.widget .from-cat li:last-child {
		padding-right: 0;
		padding-left: 0;
	}
	.archive h2, .category h2, .search h2, .post-title h3 {
		font-size: 1.1rem;
		font-weight: normal;
	}
	.archive .card.opinion h2, .category .card.opinion h2, .card.opinion h2.entry-title {
		font-weight: inherit !important;
		min-height: initial !important;
	}
	.footer-social .menu>li {
		width: 1%;
		text-align: center;
	}
}
@media screen and (max-width: 26.5625em) {
	.breaking-news ul.breaking-content li {
		font-size: 0.9em;
	}
}

@media screen and (min-width: 40em) {
	.from-cat-s1 .from-cat-right {
		margin-bottom: 0;
	}
}
.card.opinion h2.entry-title {
	min-height: 100px;
}
.card.opinion img.photo {
	width: auto;
}
.card.opinion {
	background: #f3f3f3;
	padding: 25px;
	margin-bottom: 25px;
	border-radius: 3px;
	border-top: 5px solid #1b77b6;
}
.card.opinion .author {
	display: inline-block;
/*    justify-content: space-between; */
}
.author-thumbnail {
    display: table-cell;
	width: 80px;
}
.card.opinion .author-meta {
    display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.card.opinion .author .author-name {
/*	justify-content: center;
    flex-direction: column;*/
	font-family: "Helvetica Neue Bd", Tahoma;
	}
.card.opinion .author .author-thumbnail img {
	border-radius: 50%;
}
.card.opinion .card-section {
	text-align: justify;
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
opacity:0 !important;
}
.dropbtn {
  background-color: white;
  color: #1a84ba;
  font-size: 14px;
  border: none;
  cursor: pointer;
	margin-right: 5px;
}
/*---Prayer Time---*/
.dropbtn:hover, .dropbtn:focus {
  background-color: white;
	color: #969696;
}

.dropdown {
  position: static;
  display: inline-block;
}

.dropdown-content {
  margin-top: 2px;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  width: 100%;
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
  z-index: 1;
  overflow: hidden;
  right: 0;
  transform: translate3d(0,-150%,0);
}
.dropdown-content table {
	margin: 15px auto;
	width: auto;
	
}
.dropdown-content table.dptNoBorder tr {
    font-size: 14px;
}
.dropdown-content table.dptNoBorder tr:first-child {
    font-size: 18px;
}
.dropdown-content table.dptNoBorder th {
    padding: 10px;
}
.dropdown-content table tbody {
    border: 0px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
display: block;
transform: translate3d(0,0,0);
} 
#myDropdown {
-webkit-transition-duration: 200ms;
-o-transition-duration: 200ms;
-moz-transition-duration: 200ms;
-ms-transition-duration: 200ms;
transition-duration: 200ms;
	
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
/* Blockquote */
blockquote:before {
	content: '\201D';
	display: block;
	font-size: 3em;
	font-weight: 700;
	right: -25px;
	top: -.2em;
	position: relative;
	height: 0;
}
blockquote {
	border-right: 0 !important;
	background: #f9f9f9;
	text-indent: 25px;
}
/* Pop Up */
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
    position: fixed;
    top: 50px !important;
    margin-top: 2px !important;
    min-width: 100% !important;
    left: auto !important;
}
.pum-theme-229254 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
position: absolute;
height: 26px;
width: 26px;
left: auto;
right: 0 !important;
bottom: auto;
top: 0 !important;
padding: 0px;
color: #ffffff;
font-family: Arial;
font-weight: 100;
font-size: 24px;
line-height: 24px;
border: 2px solid #ffffff;
border-radius: 26px;
box-shadow: none !important;
text-shadow: none !important;
background-color: #1a84ba !important;
}
.pum-theme-229254 .pum-container, .pum-theme-lightbox .pum-container {
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: 0px 6px 6px 0px rgba( 2, 2, 2, 0.2 ) !important;

}
#popmake-229254 .pum-theme-229254, #popmake-229254 .pum-theme-lightbox {
    top: 50px !important;
}
#responsive-menu-pro-header-bar-html .search-btn {
    position: relative;
    top: 0px !important;
	margin-right: 25px !important;
	margin-left: 0px !important;
}
#responsive-menu-pro-header-bar-html .fa, #responsive-menu-pro-header-bar-html .fas {
    font-weight: 900;
    font-size: 20px !important;
}
#responsive-menu-pro-header-bar-html {
    float: left;
}
@media screen and (max-width: 910px) {
	.responsive-menu-pro-label {
    display: none !important;
	}
}

#popmake-229254.pum-container.pum-responsive {
	left: 50%  !important;
	margin-left: -50% !important;
	width: 100% !important;
	height: auto;
	overflow: hidden;
}
.pum-container .pum-content > :last-child, .pum-form__message:last-child {
    margin-left: auto;
    margin-right: auto;
}
/* Hide Inline Related Posts in Opinion Category */
.category-visitors .IRPP_kangoo {
	display: none;
}

.swp_facebook {
	margin-right: 0!important;
}
/* Full screen search form mobile
.search-btn {
	position: absolute;
	top: 13px;
	left: 10px;
	font-size: 1.6rem;
	color: #fff;
}*/
.search-btn:hover {
	color: #414e5a;
}
@media screen and (min-width: 910px) {
	.mob-button {
		display: none;
	}
	#full-screen-search-shrink .search-btn-shrink {
    position: absolute;
    width: 10%;
    background: #d8d8d8;
    left: 0;
    padding: 8px;
    font-size: 21px;
    height: 2.4375rem;
    top: 0;
    color: #fff;
	}
	#full-screen-search-shrink .search-btn-shrink.search-active {
    background: #1b77b6;
	transition: background-color .25s ease-out, color .25s ease-out;
	}
	#full-screen-search-shrink .search-btn-shrink.search-active:hover {
    color: #fff;
	}
	#full-screen-search-shrink #full-screen-search-shrink-input {
    width: 90%;
	border: 0;
	}
	#full-screen-search-shrink #full-screen-search-shrink-input:focus {
	border: 0;
	box-shadow: none;
	}
}
@media screen and (max-width: 909px) {
	.search-btn-shrink {
		display: none;
	}
}
@media screen and (max-width: 909px) { 
#full-screen-search-shrink {
    display: none;
    position: fixed;
    z-index: 999998;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
}
#full-screen-search-shrink form {
    position: relative;
    width: 100%;
    height: 100%;
}
#full-screen-search-shrink button.close {
    position: fixed;
    z-index: 999999;
	right: auto;
    top: 8px;
    left: 0;
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
	background-color: transparent;
}
#full-screen-search-shrink form div {
	position: absolute;
	width: 100%;
	height: 55px;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	background-color: #fff;
}
#full-screen-search-shrink form div input::-webkit-input-placeholder { 
    color: #ccc;
}
#full-screen-search-shrink form div input:-moz-placeholder { 
    color: #ccc;
}
#full-screen-search-shrink form div input::-moz-placeholder { 
    color: #ccc;
}
#full-screen-search-shrink form div input:-ms-input-placeholder { 
    color: #ccc;
}
#full-screen-search-shrink form div input {
width: 95%;
height: 48px;
color: #1b77b6;
background: #fff;
padding: 15px;
font-size: 20px;
line-height: 30px;
border: none;
border-bottom-color: #1a84ba;
border-bottom-style: none;
border-bottom-width: medium;
border-bottom: 0;
background-color: #ffffff !important;
box-shadow: none;
margin: 0 10px;
}
#full-screen-search-shrink form .typewriter:after {
  content: "\a0";
  display: block;
	width: 95%;
	margin: auto;
  padding: 0;
  line-height: 1px;
  border-bottom: 2px solid #1a84ba; 
}
#full-screen-search-container button {
	position: absolute;
	top: 35%;
	left: 1rem;
	color: #1b77b6;
	font-size: 10px;
}
#full-screen-search-container button:hover {
	color: #333;
}
}

/* DEMO-SPECIFIC STYLES */
@media screen and (max-width: 910px) {
#full-screen-search .typewriter input {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  /* border-left: .15em solid #1a84ba;  The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  /* margin: 0 auto;  Gives that scrolling effect as the typing happens */
  letter-spacing: 0em; /* Adjust as needed */
  animation: typing 3s steps(30, end), blink-caret .5s step-end infinite;
	}
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect 
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #1a84ba }
} */

#responsive-menu-pro-container {
top: 50px !important;
}
.button-n {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    border: none;
    border-radius: 0;
    padding: 0 1em;
    margin: 0 10px;
    font-size: .9rem;
    background-color: #fff;
    color: #1a84ba !important;
	vertical-align: middle;
	height: 30px;
	line-height: normal;
}
.button-n span {
    vertical-align: middle;
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
}
.fajr tbody tr:not(:nth-child(3)) {
	display: none;
}
.sunrise tbody tr:not(:nth-child(4)) {
	display: none;
}
.dohr tbody tr:not(:nth-child(5)) {
	display: none;
}
.asr tbody tr:not(:nth-child(6)) {
	display: none;
}
.maghreb tbody tr:not(:nth-child(7)) {
	display: none;
}
.isha tbody tr:not(:nth-child(8)) {
	display: none;
}
.fajr tbody tr, .sunrise tbody tr,.dohr tbody tr,.asr tbody tr,.maghreb tbody tr,.isha tbody tr {
	font-size: 15px;
	font-weight: bold;
	margin-left: 20px;
}
.show tbody tr td:nth-child(2) {
	color: #1a84ba;
	font-size: 18px;
}
.show tbody tr td:first-child:after {
	content: ":";
}
.show .salat-title1 {
display: block;
text-align: center;
padding: 10px;
font-size: 17px;
font-weight: bold;
}
.show .salat-title2 {
display: block;
text-align: center;
padding: 5px;
font-size: 15px;
color: #000000;
}
.flex {
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;	
align-items: center;
justify-content: center;
}
.pum-content tbody tr td:nth-child(2) {
	color: #1a84ba;
	font-size: 18px;
}
.pum-content tbody tr {
	font-weight: bold;
	font-size: 15px;
}
.pum-content tbody tr:nth-child(2) {
	display: none;
}
.responsive-menu-pro-header-bar-item .button-n {
    padding: 0 0.4em;
    font-size: .8rem;
    height: auto;
}

.wp-block-image figcaption {
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
    position: absolute;
    bottom: 0;
    font-size: 1rem;
    text-align: right;
    color: #fff;
	width: 100%;
	padding: 5px 10px;
	margin: -33px 0 0 0;
	background: rgba(30, 30, 30, 0.7);
}
.single-post .featured-image img {
    min-width: 100%;
}
#post-2 .block-title {
    display: none;
}
.button-n1 {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    border: none;
    border-radius: 0;
    padding: 0 1em;
    margin: 0 10px;
    font-size: .9rem;
    background-color: #c20000;
	color: #fff !important;
    vertical-align: middle;
    height: 30px;
    line-height: normal;
}
.page-id-2 .g.g-1, .page-id-5 .g.g-1, .page-id-6984 .g.g-1, .page-id-168 .g.g-1, .page-id-158 .g.g-1, .page-id-186491 .g.g-1 {
	display: none;
}
.postid-242172 .IRPP_kangoo {
    display: none !important;
}
@media screen and (max-width: 599px) {
	#eanlibya_latest_news-2 .large-12:not(:last-child), #wpp-3 .large-12:not(:last-child), .related-posts li:not(:last-child) {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 0;
	margin-bottom: 10px;
	}
	img.crp_thumb.crp_featured {
    height: 84px;
    width: 123px;
    object-fit: cover;
	}
}
@media screen and (min-width: 600px) {
	#eanlibya_latest_news-2 .large-12:not(:last-child), #wpp-3 .large-12:not(:last-child) {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
}
#featured-mobile .block-title {
	display: none;
}
#featured-mobile .from-cat-right p {
	display: block;
	color: #fff;
	padding: 0 10px 10px;
}
@media screen and (min-width: 600px) {
	#featured-mobile {
	display: none;
	}
}
.from-cat-right .cat-label {
	display: none;
}

#featured-mobile .cat-label {
    display: block;
}
#featured-mobile .cat-label {
    top: 5px;
    right: 5px;
}
#featured-mobile .from-cat-post-date {
    display: none;
}
@media screen and (max-width: 599px) {
	.top-section  {
	display: none;
	}
}
#featured-mobile .cat-label-1 a + a:before {
    content: "|";
    color: #1b77b6;
    padding: 0 5px 0 9px;
    font-weight: 900;
}
#featured-mobile .cat-label-1 {
	display: block;
    font-size: 0.9rem;
    border-right: 3px solid #1b77b6;
    padding: 0 5px 0 10px;
    line-height: 1em !important;
    margin-bottom: 5px;
}
#featured-mobile .cat-label-1 a:not(:first-child) {
    display: none;
}
.cat-label-1 a {
    color: #716363;
}
.cat-label-1 {
	display: none;
}
#featured-mobile .from-cat-left li {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-bottom: 10px;
}
#featured-mobile .from-cat-left li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
.latest-cat-post-date {
	font-size: 0.78rem;
    left: 5px;
    top: 5px;
	background: #1b77b6;
	display: none;
	}
}
@media screen and (max-width: 599px) {
.from-cat p {
    display: none;
}
.from-cat-left li, .from-cat-s2-col1 .small-collapse  {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-bottom: 10px;
}
.latest-cat {
	margin-bottom: 0.7rem;
}
}
@media screen and (min-width: 600px) {
	.from-cat-left li:not(:last-child), .from-cat-s2-col1 .small-collapse:not(:last-child)  {
    border-bottom: 1px solid #d4d4d4;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	}
}
/* @media screen and (max-width: 599px) {
	.front-videos .more-top-posts.medium-4.column:last-child {
		display: none;
	}
} */
/* Mobile Footer */
@media screen and (max-width: 599px) {
	.no-mobile {
		display: none !important;
	}
}
@media screen and (min-width: 600px) {
	.mobile-only {
	display: none !important;
	}
}
.about {
	text-align: center;
	color: #fff;
}
.footer-title {
	color: #fff;
	margin: -16px auto 0px auto;
	background: #11496f;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
.footer-title span {
    display: inline-block;
}
.about {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #fff;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 30px;
}
footer.mobile-only .footer-menu {
	padding: 15px 0 0 0;
}
footer.mobile-only a {
    font-size: .9rem;
    color: #fff;
    line-height: 2;
}
footer.mobile-only .footer-social {
	padding: 15px 20px 0 20px;
}
footer.mobile-only .menu > li:not(.menu-text) > a {
    padding: .7rem 0.5rem;
}
.footer1-copyright {
	margin: 30px 30px 0 30px;
	border-top: 2px solid #fff;
}
.footer1-copyright p {
	padding-top: 10px;
	font-size: 0.8rem !important;
	color: #fff;
}
footer.mobile-only .yikes-easy-mc-form input[type="email"] {
	color: #fff;
	padding-right: 1rem;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0.08);
	border: 0.0625rem solid #506991;
	box-shadow: none;
}
footer.mobile-only .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    background-color: #fff !important;
	color: #11496f !important;
	width: 100% !important;;
}
footer.mobile-only .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
	border: 1px solid #fff;
}
footer.mobile-only .newsletter p {
	margin-top: 0.7rem;
}
footer.mobile-only .button:focus, .button:hover {
    background-color: #fff;
	color: #11496f;
}
footer.mobile-only i {
	font-size: 1.5rem;
}
footer.mobile-only .footer-social .menu > li > a > i {
	margin-right: 0;
}
b, optgroup, strong {
    font-family: 'Helvetica Neue Bd', Tahoma, serif;
    font-weight: normal;
}
@media screen and (max-width: 599px) {
.wp-block-image figcaption {
    font-size: 0.8rem;
}
}
@media screen and (max-width: 599px) {
.IRPP_kangoo .postTitle {
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
    font-size: 0.875rem !important;
    font-weight: normal !important;
	}
}
@media screen and (max-width: 599px) {
.IRPP_kangoo .centered-text {
	height: 80px !important;
	}
	.IRPP_kangoo, .IRPP_kangoo .postImageUrl, .IRPP_kangoo .imgUrl, .IRPP_kangoo .centered-text-area {
    min-height: 80px !important;
}
}
@media screen and (min-width: 600px) {
.IRPP_kangoo .postTitle {
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
    font-size: 1.1rem !important;
    font-weight: normal !important;
	}
}
.from-cat-s3 .block-title:before {
    content: "";
    height: 5px;
    background: #d5d5d5;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}
.from-cat-s3 .block-title span {
    padding: 0 10px;
    border-bottom: none;
    background-color: #fff;
}
.from-cat-s3 .block-title {
    text-align: center;
}
.from-cat-s3 .block-title::after {
    content: initial;
}
#wpp-2 .wpp-list li a {
    font-size: 1rem;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    top: 2px;
    height: 50px;
}
.entry-content li {
    margin: 0 0 10px 0;
}

@media screen and (max-width: 599px) {
.postid-245274 .IRPP_kangoo, .postid-245294 .IRPP_kangoo {
	display: none;
	}
}
@media screen and (max-width: 599px) {
.wp-block-image figcaption {
	margin: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	}
}
#popmake-245396.pum-container {
    margin-left: inherit;
	padding: 30px 30px 20px 30px;
}
.pum-container, .pum-content, .pum-content + .pum-close, .pum-content + .pum-close:active, .pum-content + .pum-close:focus, .pum-content + .pum-close:hover, .pum-overlay, .pum-title {
	text-align: right !important;
}
.button:focus, .button:hover {
    background-color: #11496f;
	color: #fff;
}
#popmake-245396 textarea {
    height: 100px !important;
}
#popmake-245396 hr {
    height: 1px;
    opacity: 0.5;
}
.pum-theme-229249 .pum-content + .pum-close, #popmake-245396.pum-theme-lightbox .pum-content + .pum-close {
    left: 12px !important;
    right: auto !important;
    bottom: auto !important;
    top: 12px !important;
    color: #1b77b6 !important;
	font-family: initital !important;
	font-weight: 400 !important;
	background-color: #fff !important;
}
.correction {
    background: #1b77b6;
	padding: 4px 10px;
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 3px;
	color: #fff;
	font-family: "Helvetica Neue Bd", Tahoma;
}
@media screen and (max-width: 909px) {
.category .block-title, .page .block-title {
	margin-top: 10px;
	}
}
/* Archive Dispaly Style */
@media screen and (min-width: 600px) {
.cat-mobile {
	display: none;
	}
}
@media screen and (max-width: 599px) {
	.cat-desktop {
	display: none;
	}
	.cat-links {
	display: none;
	}
}
.cat-mobile img {
	margin-bottom: 15px;
}
.cat-mobile .button {
	width: 100%;
	background-color: #d4d4d4 !important;
	color: #000 !important;
	margin-top: 10px;
}
.cat-mobile .button:hover {
	width: 100%;
	background-color: #1b77b6 !important;
	color: #fff !important;
}
.cat-mobile .img-container {
	margin-bottom: 15px;
}
.cat-mobile .hentry {
    padding: 1rem .375rem 0;
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1rem;
}
.cat-desktop {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
}
.category .entry-meta {
    color: #716363;
	position: relative;
}
/* Hide Top Ad Except Home in Mobile*/
@media screen and (max-width: 909px) {
	.category .logo-section {
		display: none;
	}
	.single .logo-section {
		display: none;
	}
	.page-template .logo-section {
		display: none;
	}
}
.pum-theme-229249 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
	font-family: arial !important;
	font-weight: 900 !important;
}
.visitors .author-meta {
	display: none;
}
.fig-badge {
    position: relative;
}
.fig-badge .cat-links {
	display: block;
    position: absolute;
    color: #fff;
	padding: 0 7px;
	background: #1b77b6;
    margin: 5px;
    font-size: .9rem;
    z-index: 1;
	float: right;
	border-radius: 5px;
}
.fig-badge .cat-links a, .fig-badge .cat-links a:hover {
    color: #fff;
}
.fig-badge-opinion .cat-links {
	display: block;
    position: absolute;
    color: #fff;
	padding: 0 7px;
	background: #1b77b6;
    margin: -25px 1.1rem;
    font-size: 1rem;
    z-index: 1;
}
.fig-badge-opinion .cat-links a, .fig-badge-opinion .cat-links a:hover {
    color: #fff;
}
.category .content-area p {
    margin-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
	.category-visitors .page-header {
			padding-left: .9375rem;
	}
}
.category-visitors .pagination {
    padding-right: .9375rem;
}
.category-visitors .essb_links_list:before {
    content: 'شاك المقال';
    display: block;
    font-family: 'Helvetica Neue Reg', Tahoma;
    font-size: 0.7rem;
    color: #a4a4a4;
}
/* Widget Title NYP Style */
@media screen and (min-width: 600px) {
	.widget_read_for_the_same_author .widget-title:before {
		content: "";
		height: 5px;
		background: #d5d5d5;
		width: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: -1;
	}
	.widget_read_for_the_same_author .widget-title span {
		padding: 0 10px;
		border-bottom: none;
		background-color: #fff;
	}
	.widget_recent-cat-posts img.photo {
		width: 80%;
	}
	.widget_read_for_the_same_author .widget-title:after {
		content: initial;
	}
	.visitors #wpp-2 .widget-title:before {
		content: "";
		height: 5px;
		background: #d5d5d5;
		width: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: -1;
	}
	.visitors #wpp-2 .widget-title span {
		padding: 0 10px;
		border-bottom: none;
		background-color: #fff;
	}
	.visitors #wpp-2 .widget-title {
		text-align: center;
	}
	.visitors #wpp-2 .widget-title:after {
		content: initial;
	}
	.widget-title:before, .widget .block-title:before, .video-section .block-title:before {
		content: "";
		height: 5px;
		background: #1b77b6;
		width: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: -1;
	}
	.widget-title span, .widget .block-title span, .video-section .block-title a {
		padding: 0 10px;
		border-bottom: none;
		background-color: #f4f4f4;
	}
	.video-section .block-title {
		text-align: center;
		font-size: 1.7rem;
		color: #000;
	}
	.widget-title, .widget .block-title, .related-posts .block-title, #fb-comments .block-title {
		font-size: 1.3rem;
		color: #000;
		padding-right: 30px;
	}
}
/* Hide Global Sidebar in Opinions */
.visitors #global-sidebar, .category-visitors #global-sidebar  {
    display: none;
}
@media screen and (max-width: 39.9375em) {
	.yikes-easy-mc-form .yikes-easy-mc-submit-button {
		width: 20% !important;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 39.9375em) {
	.wpforms-submit-container .button {
    margin-right: auto;
    margin-left: auto;
    display: block;
	}
}
#yikes_easy_mc_widget-3 .widget-title {
	text-align: center;
}
#yikes_easy_mc_widget-3 .widget-title:before {
    content: "";
    height: 5px;
    background: #d5d5d5;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}
#yikes_easy_mc_widget-3 .widget-title span {
    padding: 0 10px;
    border-bottom: none;
    background-color: #fff;
}
#yikes_easy_mc_widget-3 .widget-title:after {
    content: initial;
}
.essb_links li, .essb_links ul {
    list-style: none !important;
}
/* Resonsive Ad Banner */
@media screen and (min-width: 600px) {
	.img-responsive-mobile {
	display: none;
	}
	.code-block {
	text-align: left !important;
	}
}
@media screen and (max-width: 599px) {
  .img-responsive {
    display: none;
  }
  .img-responsive-mobile {
    margin: auto;
  }
	.code-block {
    width: 90%;
    height: 0;
	padding-bottom: 15.2%;
	overflow: hidden;
	background-image: url(images/el-logo.gif);
	background-repeat: no-repeat;
	background-color: #dddddd;
	background-size: 35% auto;
	background-position: center;
	}
}
.block-title span:nth-child(2) {
    border-bottom: 0 !important;
}
.block-title span:nth-child(2)::before {
    content: "|";
    padding-left: 5px;
}
.tab-content * {
    font-family: 'Helvetica Neue Bd', Tahoma, serif !important;
	font-size: 1rem;
}
@media screen and (max-width: 599px) {
	.correct {
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 10px;
	}
}
.featured-mobile .from-cat ul {
	margin-bottom: 0 !important;
}
#featured-mobile li:last-child {
    margin-bottom: 0px;
}
/* Facebook Comments */
@media screen and (max-width: 599px) {
	#fb-comments {
    padding-bottom: 1rem;
	}
}
/* Hide WP Comments */
#comments {
    display: none;
}
.entry-content .IRPP_kangoo:hover .imgUrl {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.tab-content select {
	cursor: pointer;
	background: #f1f1f1 url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat left 5px top 55%;
	border: 1px solid #c4c4c4;
}
select.div-toggle:hover {
    background-color: #0e2440;
	color: #fff;
}
@media screen and (max-width: 769px) {
	.sp-data-table .data-w, .sp-data-table .data-d, .sp-data-table .data-l, .sp-data-table .data-f, .sp-data-table .data-a, .sp-data-table .data-gd {
		display: none !important;
	}
}
@media screen and (max-width: 599px) {
.tab-content .gallery-columns-3 .gallery-item, .tab-content .gallery-columns-4 .gallery-item {
    max-width: 100%;
	}
}
.sp-data-table td.data-pts {
    font-weight: bold !important;
    font-size: 120% !important;
}
.sp-template-team-gallery .gallery-caption.small-3.columns {
    float: none;
    margin: auto !important;
    font-size: 1.1rem !important;
}
.sp-template-gallery .gallery-item img {
    margin: 20px auto 10px !important;
    width: 160px !important;
    min-width: initial;
}
/* Sport Club info */
@media screen and (min-width: 600px) {
.club-info {
	width: 33%;
	margin-right: 1em;
	float: left;
	}
}
.single-sp_team .essb_share {
	display: none;
}
.club-info th {
	background-color: #eae5e0;
}
.club-info tbody td, .club-info tbody th {
    border: 1px solid #d0cbc6;
}
.sp-player-details img {
	min-width: initial;
}
/* Hide Publishing Time */
.post-title .from-cat-post-date {
    display: none;
}
#wpsm_tabs_r_widget_id-3 {
    margin-bottom: 0px;
}
#tab_container_246602 .tab-content {
    padding: 20px 20px 0 20px !important;
}
@media screen and (max-width: 599px) {
	body.category, body.tag, body.tag .content-area, body.tag .breadcrumb span {
    background: #f2f2f2;
	}
	.category .page-header .block-title::after {
	content: initial;
	}
	.category .page-header .block-title span {
    border-bottom: none;
	}
	.category .page-header .block-title {
    text-align: right;
	border-right: 5px solid #1b77b6;
	padding-right: 7px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1;
	}
	body.tag .block-title:before {
	  content: "";
	  height: 2px;
	  background: #1b77b6;
	  width: 50px;
	  position: absolute;
	  bottom: 0px;
	  right: 0;
	  z-index: 2;
	  margin: 0 auto;
	  left: 0;
		top: unset;
	}
	.category .modal, .tag .modal {
		box-shadow: none;
		top: unset;
    	left: 50px;
		float: left;
	}
}
@media screen and (max-width: 599px) {
	.page .wp-block-columns {
		margin-bottom: 5px;
	}
}
#fb-comments {
    clear: both;
}
.fb-comments iframe {
    width: 100% !important;
}
.dataTables_wrapper th i.sp-icon-soccerball {
    filter: invert(1);
}
.single-sp_event .essb_links {
	display: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400 !important;
    font-family: "Helvetica Neue Bd", Tahoma, serif;
}
/* Poll */
.poll-title {
    padding: 10px;
    background-color: #ddd;
}
.p-result {
    width: 80%;
	display: table-cell;
}
.p-perc {
    width: 18%;
	display: table-cell;
	background-color: #5e646d;
	color: #fff;
	font-family: "Helvetica Neue Bd";
	border: 1px solid #fff;
	text-align: center;
	letter-spacing: 0.1rem;
}
.p-container {
	display: table;
	width: 100%;
}
.wp-polls .pollbar {
    font-size: 16px;
	padding-right: 10px;
	color: #fff;
	position: relative;
}
.p-note {
    font-size: 14px;
    color: #3a3a3a;
}
.pollbar .difference2 {
    color: #fff;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 10px;
	width: max-content;
}
.pollbar .difference1 {
    color: #1b77b6;
	visibility: hidden;
}
@media screen and (max-width: 599px) {
	.wp-polls-ans {
		padding: .5rem 0;
		background-color: #1b233d;
	}
}
.page-id-118185 .wp-polls-ans {
	padding: .5rem 0;
	background-color: #1b233d;
}
/* WPForms */
div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form select:focus {
    border-bottom: 2px solid #1b77b6 !important;
    border: 1px solid #f4f4f4;
}
/* Easy Social Share */
.essb_mailform_content .essb_mailform_content_input {
    width: 100% !important;
}
.essb_mailform_content .essb_mailform_content_label, .essb_mailform_content .essb_mailform_content_button {
    font-family: "Helvetica Neue Bd", Tahoma, serif;
}
/* Share Icons for Specific Pages*/
.page-id-118185 .essb_links {
    display: block;
}
.page-id-118185 .wp-block-column .essb_links {
    display: none;
}
.essb_links ul {
    text-align: center;
}
.page h1.entry-title::before {
    content: "";
    height: 5px;
    background: #1b77b6;
	width: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
}
.page h1.entry-title {
	text-align: center;
	color: #000;
	overflow: hidden;
	position: relative;
}
.page h1.entry-title span {
	padding: 0 10px;
	background-color: #fff;
}
.about-table th {
    color: #fff;
	background-color: #1b77b6;
    font-family: 'Helvetica Neue Bd', Tahoma, serif;
}
.single .essb_icon {
    height: 0 !important;
    padding-bottom: 78% !important;
    overflow: hidden;
    background-color: transparent;
    background-position: center;
}
.sp-template-photo {
    border: 3px solid #d4d4d4;
    border-radius: 200px;
}
.sp-template-event-list .data-home, .sp-template-event-list .data-away, .sp-template-event-list .data-time, .sp-data-table .data-results  {
    text-align: center !important;
}
@media screen and (min-width: 600px) {
	.champ-name {
		width: 30%;
	}
}
/* PlayButton over Video */
.latest-top-post .playbutton, .videos .playbutton {
    background: url('https://www.eanlibya.com/files/images/playbutton.png') center center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -35px 0 0 -35px;
    z-index: 10;
    opacity:0.6;
	transition: all 0.3s;
	background-color: #000;
	border-radius: 50px;
	border: 1px solid #fff;
}
.img-container-v:hover .playbutton { 
    opacity:1.0;
}
@media screen and (min-width: 600px) {
	.more-top-posts .playbutton {
		display: none;
	}
}
@media screen and (max-width: 599px) {
	.more-top-posts .playbutton {
		background: url('https://www.eanlibya.com/files/images/playbutton.png') center center no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60px;
		height: 60px;
		margin: -35px 0 0 -35px;
		z-index: 10;
		opacity:0.6;
		transition: all 0.3s;
	}
	.img-container-v:hover .playbutton { 
		opacity:1.0;
	}
}
/* Fix Black Bars in Videos */
.front-videos .latest-top-post .img-container-v img {
    margin-top: -9.4%;
    max-height: 383px;
    overflow: hidden;
}
.front-videos .more-top-posts .img-container-v img {
    margin-top: -24px;
}
.videos .img-container-v img {
    margin-top: -9.4%;
    max-height: 383px;
    overflow: hidden;
}
@media screen and (max-width: 599px) {
	.front-videos .latest-top-post .img-container-v img {
		margin-top: -10%;
		max-height: 383px;
		overflow: hidden;
	}
	.front-videos .more-top-posts .img-container-v img {
		margin-top: -10%;
	}
	.front-videos .more-top-posts:last-child {
		display: none;
	}
	.front-videos .more-top-posts {
		padding: 0 !important;
	}
}
/* Sidebar Thumbnails Container*/
.thumb-container {
    height: 0;
    padding-bottom: 19%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-size: 35% auto;
    background-position: center;
}
.img-container-small {
    height: 0;
    padding-bottom: 24%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 35% auto;
    background-position: center;
}
.img-container-small2 {
    height: 0;
    padding-bottom: 26.2%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 35% auto;
    background-position: center;
}
.banner-container {
    height: 0;
    padding-bottom: 13%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    background-size: 20% auto;
    background-position: center;
    margin-bottom: 1rem;
}
/* Submenu */
.main-menu ul ul {
	list-style: none;
    display: none;
	position: absolute;
	border-top: 1px solid #f2f2f2;
	top: 2em;
	right: 0;
	z-index: 99999;
	width: 180px;
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.main-menu ul li:hover > ul {
    display: block;
}
.sub-menu a {
    font-size: 1.3rem;
	color: #989898;
}
.sub-menu li:hover {
    color: #000;
	transition: background-color .25s ease-out, color .25s ease-out;
}
.sub-menu li:hover {
    transition: background-color .25s ease-out, color .25s ease-out;
}
.main-menu li > ul {
    margin-right: 0;
}
.main-menu li > ul > li {
    padding: 1rem;
}
.main-menu li > ul > li > a:hover {
    color: #000;
	text-decoration: none;
}
.menu-item-has-children::after {
    border-style: solid;
    border-color: #989898 transparent transparent;
    border-width: 8px 6px 0 6px;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    left: -20px;
    top: .3em;
	transition: transform .3s,-webkit-transform .3s;
}
.menu-item-has-children:hover::after {
    border-style: solid;
    border-color: #000 transparent transparent;
    border-width: 8px 6px 0 6px;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    left: -20px;
	transform: rotate(180deg);
    top: .3em;
}
.post .essb_links {
	display: none;
}
/* Social Sharing */
a.resp-sharing-button__link,
a.resp-sharing-button__icon {
  display: inline-block
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin-left: 0.5em;
  text-align: center;	
}
.resp-sharing-button {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	padding: 0.3em .8em 0.5em .8em;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.resp-sharing-button__icon svg {
  width: 18px;
  height: 18px;
  margin-left: 0.4em;
  vertical-align: top;
}
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}
.resp-sharing-button--twitter {
	background-color: #d4d4d4;
}
.resp-sharing-button--twitter:hover {
  background-color: #000;
}
.resp-sharing-button--facebook {
	background-color: #d4d4d4;
}
.resp-sharing-button--facebook:hover {
  background-color: #3b5998;
}
.resp-sharing-button--linkedin {
  background-color: #d4d4d4;
}
.resp-sharing-button--linkedin:hover {
  background-color: #0077b5;
}
.resp-sharing-button--email {
  background-color: #d4d4d4;
}
.resp-sharing-button--email:hover {
  background-color: #777;
}
.resp-sharing-button--whatsapp {
  background-color: #d4d4d4;
}
.resp-sharing-button--whatsapp:hover {
  background-color: #25D366;
}
.header-left {
    margin-top: 20px;
    float: left;
}
.top .header-newsletter {
	font-family: 'Helvetica Neue Bd', Tahoma, serif;
    display: inline-block;
	margin-left: 16px;
	color: #de384e;
    padding: 5px 10px 0 10px;
	background: #fff;
}
.header-newsletter {
    font-family: 'Helvetica Neue Bd', Tahoma, serif;
    display: inline-block;
    margin-left: 16px;
    color: #fff;
    background: #de384e;
    padding: 5px 10px 5px 10px;
}
.header-newsletter:hover {
	color: #000;
	text-decoration: none;
}
.desk_search {
    display: inline-block;
    width: 30px;
    margin-top: 3px;
    float: left;
    outline: none !important;
    text-decoration: none !important;
}
.desk_search-shrink {
    display: inline-block;
    width: 30px;
    margin-top: 10px;
    float: left;
    outline: none !important;
    text-decoration: none !important;
}
header.site-header .container {
    box-sizing: border-box;
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.desk_search i {
    font-size: 30px;
}
.desk_search-shrink i {
    font-size: 24px;
}
/* Full screen search form desktop*/
@media screen and (min-width: 911px) { 
#full-screen-search {
    display: none;
    position: relative;
	z-index: 999998;
	top: 0;
	right: -30px;
	width: 250px;
	height: 40px;
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	}
	#full-screen-search.shrink {
    top: 105px;
	}
#full-screen-search form {
    position: relative;
    width: 100%;
    height: 100%;

}
#full-screen-search button.close {
	position: absolute;
	z-index: 999999;
	right: 0;
	top: 9px;
	font-size: 25px;
	font-weight: 300;
	color: #000;
	cursor: pointer;
}
#full-screen-search form div {
	position: relative;
	width: 100%;
	height: initial;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	background-color: transparent;
}
#full-screen-search-form.container {
    box-sizing: border-box;
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#full-screen-search form div input::-webkit-input-placeholder { 
    color: #ccc;
}
#full-screen-search form div input:-moz-placeholder { 
    color: #ccc;
}
#full-screen-search form div input::-moz-placeholder { 
    color: #ccc;
}
#full-screen-search form div input:-ms-input-placeholder { 
    color: #ccc;
}
#full-screen-search form div input {
width: 95%;
height: 48px;
color: #000;
padding: 15px;
font-size: 18px;
line-height: 30px;
border: none;
background-color: transparent !important;
box-shadow: none;
margin: 0 10px;
}
#full-screen-search .fa-search {
    display: none;
}
#full-screen-search .container {
    box-sizing: border-box;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
#full-screen-search-container button {
	position: absolute;
	top: 35%;
	left: 1rem;
	color: #1b77b6;
	font-size: 10px;
}
#full-screen-search-container button:hover {
	color: #333;
}
.willHavePaddingTopFixedHeader {
    height: 170px;
}
}
@media screen and (max-width: 910px) {
	.header-desktop {
		display: none;
	}
}
@media screen and (max-width: 1080px) {
	.menu-item-26537 {
		display: none !important;
	}
}
@media screen and (max-width: 1000px) {
	.menu-item-26545 {
		display: none !important;
	}
}
/**
* Masthead - Shrink on Scroll
**/
.header-desktop.shrink {
	height: auto;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transform: .3s;
	-o-transform: .3s;
	padding: 0 16px 0 16px;
	clear: both!important;
}
.site-branding img {
    width: 200px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transform: .3s;
	-o-transform: .3s;
}
.shrink .branding img {
    width: 111px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transform: .3s;
	-o-transform: .3s;
}
.shrink .main-menu {
	margin-top: 15px;
}
.shrink .header-left {
	margin-top: 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transform: .3s;
	-o-transform: .3s;
}
.more-top-posts .post-item {
	margin-bottom: 12px !important;
}

.top-section .top-column {
	float: right;
}
.sharing-buttons .essb_links.essb_template_flat-retina li a {
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
}
.sharing-buttons .essb_links {
    margin: 0;
}
.sharing-buttons .essb_links.essb_template_flat-retina a:focus, .sharing-buttons .essb_links.essb_template_flat-retina a:hover {
	background: transparent !important;
}
@media screen and (min-width: 600px) {
	body {
		background: #f2f2f2;
	}
}
.sharing-buttons .essb_links li a {
    margin: 2px 0 2px 0 !important;
}
.sharing-buttons .essb_fixedwidth_70_ a {
    width: 30px !important;
}
.sharing-buttons .essb_links .essb_icon {
    width: 30px;
}
.sharing-buttons .essb_links .essb_icon::before {
    font-size: 16px !important;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 7px;
}
.sharing-buttons .essb_links li {
    padding-right: 5px !important;
    height: 35px;
}
@media screen and (min-width: 600px) {
	.right-side {
		display: none;
	}
}
.main-opinion .from-cat .post-img {
    padding-right: 0;
    padding-left: 0;
}
.most-read ul li {
    flex-grow: 1;
	width: 31%;
	margin-left: 1%;
}
.most-read ul li {
    display: flex;
    flex-wrap: nowrap;
}
.most-read .post-title {
    flex: 1 0 70%;
}
.most-read .block-title::before {
    content: "";
    height: 3px;
    background: #1b77b6;
    width: 172px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.most-read .block-title {
    padding-bottom: .3rem;
	color: #000;
}
.most-read .block-title::after {
    content: initial;
}
.home-page-sections .most-read {
    background: #fff;
    padding: 1rem;
}
.most-read .post-title h4 {
    margin-bottom: 0;
}
.most-read .post-title {
    padding: 0;
	margin-right: 1rem;
}
.most-read .most-cat .category {
    font-size: 0.9rem;
    color: #999;
    font-family: "Helvetica Neue Bd", Tahoma;
}
.most-read ul {
    margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}
li.special-small {
    border: 2px solid #888;
	display: flex;
    position: relative;
    -ms-flex: 1 32%;
    flex: 1 32%;
    -ms-flex-direction: row;
    flex-direction: row;
	background: #fff;
}
.special-small .post-title {
    position: relative;
    padding: 15px;
}
.special-small .post-title a {
	color: #444;
}
.from-cat-s5 ul {
-ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	flex-wrap: wrap;
}
li.special-small {
    margin-left: 10px;
	border-right: 4px solid #1b77b6;
}
li.special-small:nth-child(3n+3) {
    margin-left: 0;
}
li.special-small:nth-child(-n+3) {
    margin-bottom: 10px;
}
.special-small .post-title h3 {
    margin-bottom: 0;
}
.special-large {
    position: relative;
    margin-bottom: 1rem;
}
.special-large h1 {
    margin-bottom: 0;
}
.special-label {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
	font-family: "Helvetica Neue Bd";
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
.sp-label-title {
	padding: 15px;
	background: #8d1c12;
}
.sp-label-cat {
	padding: 15px;
	background: #d62c1b;
}
.sp-label-cat a {
	color: #fff;
}
/*.main-special1 {
    overflow: hidden;
} */
.section .top-column:first-child, .top-section .top-column:first-child {
    padding-left: 1rem;
}
.section .top-column {
	float: right;
}
.main-special1 .block-title {
    display: none;
}
.section, .main-special1 {
    margin-top: 1rem;
}
.section .post-item {
    border: 1px solid #d4d4d4;
	margin-left: 1px;
}
.bus-tech-section .post-item:first-child {
	margin-left: 15px;
}
.latest-cat {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
	.bus-tech-section .post-item h3, .bus-tech-section .post-item h2 {
		position: relative;
	}
}
.sport-section.large-4 {
    float: right;
    padding-right: 15px;
}
.section .latest-cat {
    margin-bottom: 0;
}
.three-sections {
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.health-section {
    padding-left: 8px;
}
.culture-section {
    padding: 0 4px;
}
.variety-section {
    padding-right: 8px;
}
.three-sections .post-item {
    margin-bottom: 12px !important;
}
.sport-section .latest-top-post {
	padding-left: 16px;
}
.video-section .more-top-posts {
    padding-right: .7rem;
}
.video-section .latest-top-post {
    padding-left: .3rem !important;
}
.video-section .front-videos {
    padding: 20px 20px 8px !important;
	background: #1c202a;
}
.video-section .post-item {
    border: 0 !important;
}
.infographic-section .more-top-posts:first-child {
    padding-left: 10px;
}
.infographic-section .more-top-posts:last-child {
    padding-right: 10px;
}
.infographic-section .more-top-posts:nth-child(2) {
    padding: 0 5px;
}
a:hover, .post-item:hover h3 a, .post-item h3 a:hover {
    color: #000;
	text-decoration: underline;
}
.post-item:hover h2 a, .post-item h2 a:hover {
    color: #000;
	text-decoration: none;
}
.ad-banner1 {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 600px) {
	.section .block-title {
	font-size: 1.7rem;
    border-right: 7px solid #1b77b6;
    padding-right: 10px;
    line-height: 1.2;
	}
	.section .block-title span, .video-section .block-title.multimedia span {
    border-bottom: 0;
	padding-top: 3px;
	}
	.section .block-title:after, .video-section .block-title.multimedia:after {
    content: initial;
	}
	.section .block-title a:hover, .video-section .block-title.multimedia a:hover {
    text-decoration: none;
	}
	.section .block-title a, .video-section .block-title.multimedia a {
    color: #000;
	}
	.video-section .block-title {
    border-right: 0;
	}
	.video-section .block-title.multimedia {
    text-align: right;
	}
	.video-section .block-title.multimedia:before {
    content: initial;
	}
	.bus-tech-section .block-title  {
    display: none !important;
	}
	.opinion li {
    padding: .9375rem;
    background: #fff;
    margin-left: .9375rem;
	border: 1px solid #d4d4d4;
	}
	.main-opinion .opinion .from-cat {
    margin-left: .5rem;
    margin-right: 0;
	}
	.main-opinion .home-from-cat li:nth-child(even) {
    margin-left: 0;
	}
	.main-opinion .home-from-cat li:nth-child(5), .main-opinion .home-from-cat li:nth-child(6) {
    margin-bottom: 0;
	}
	.textwidget {
    overflow: hidden;
	}
}
p.excerpt {
    color: #000;
}
#ajax-load-more .alm-btn-wrap .alm-load-more-btn {
    border-radius: 0;
}
.home .resp-sharing-button--twitter, .home .resp-sharing-button--twitter:hover {
	color: #2795e9;
	background-color: transparent;
}
.home .resp-sharing-button--facebook, .home .resp-sharing-button--facebook:hover {
	background-color: transparent;
	color: #3b5998;
}
.single .sharing-buttons {
    text-align: center;
    margin-bottom: 1rem;
}
.page .sharing-buttons {
	display: none;
}
.page-id-118185 .sharing-buttons {
	display: block;
	margin-bottom: 1rem;
	text-align: center;
}
.top.no-mobile {
    display: flex;
}
.top-right {
	display: flex;
	align-items: center;
	justify-content: right;
}
.top-left {
    display: flex;
	align-items: center;
	justify-content: flex-end;
}
.top-center {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.header-logo img {
    width: 200px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transform: .3s;
    -o-transform: .3s;
}
.container .main-menu {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
	border-top: 3px solid #989898;
	padding-top: 15px;
}
.head-wrap {
    max-width: 75rem;
    position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 15px 15px 0 15px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
}
.top-left img {
    transition: 0.3s all ease;
}
.shrink .top-left img {
    width: 0 !important;
    transition: 0.3s all ease;
}
.cat-ad-1 {
	margin-bottom: 1rem;
}
.no-image-sction .post-title {
	margin: .5rem 0;
}
.no-image-sction .post-title h3 {
	padding: 10px;
	border: 1px solid #d4d4d4;
	background: #fff;
}
.from-cat-s8 .post-item {
    border: 0;
    background: transparent;
}
#wpfront-scroll-top-container {
	display: none !important;
}
.footer-top .footer-title {
    color: #fff;
    margin: -16px auto 10px auto;
    margin-right: auto;
    margin-left: auto;
    background: #111820;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
.footer-top .footer-social ul li a {
    font-size: 1.3rem;
    color: #fff;
    margin: 0 10px;
}
.footer-top p, .footer-top a {
	font-size: .9rem;
}
.footer-top label.yikes-mailchimp-field-required {
    width: 100% !important;
}
.footer-top .yikes-mailchimp-field-required input {
    color: #fff !important;
	border: 1px solid #fff !important;
}
.footer-top .yikes-easy-mc-form .submit-button-inline-label {
    width: 30%;
	float: initial;
}
.footer-top .yikes-easy-mc-form .button {
    color: #fff !important;
    text-align: center;
    background-color: transparent !important;
	border: 1px solid #fff;
	margin: .5rem 0;
}
#colophon .footer1-copyright {
    margin: 0px 20px;
    border-top: 1px solid #fff;
}
.top-section {
	margin-top: 10px;
}
.main-menu .menu > li:first-child {
    margin-right: 0;
}
.shrink .container .main-menu {
    margin-top: 0;
    border-top: 0;
	width: 66%;
}
.shrink .top {
    display: none;
}
.shrink .main-menu li {
    font-size: 18px;
	margin-right: 27px;
}
.shrink .container .medium-2 {
    display: flex;
	width: 16%;
}
.container .medium-2 {
    display: none;
}
.shrink .container .top-left  {
    position: absolute;
	left: 0;
}
@keyframes myAnimation{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.shrink .container .top-left, .shrink .container .top-right {
    animation-name: myAnimation;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}
.shrink .main-menu .menu > li:not(.menu-text) > a  {
    color: #989898;
}
.main-menu .menu > li:not(.menu-text) > a:hover {
    color: #000;
	text-decoration: none;
}
.shrink .sub-menu a {
    font-size: 18px;
    color: #989898;
}
.main-menu .menu > .current-menu-item li:not(.menu-text) > a {
    color: #000;
}
@media screen and (min-width: 600px) {
	.site-content.column {
		padding-left: 0;
		padding-right: 0;
	}
}
.shrink .container .main-menu {
    display: block;
}
.three-sections .post-item img {
    border: 1px solid #d4d4d4;
}
.dual-ad.no-mobile {
    margin-top: .5rem;
}
.no-image-sction h3 a {
    display: block;
    line-height: 25px;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
}
.cat-featured .top-posts li {
    background: #fff;
	padding: 0;
}
.cat-featured .top-posts h3 {
    padding: .7rem 1rem;
	margin: 0;
}
@media screen and (min-width: 600px) {
	.single #primary, .single #secondary {
    margin-top: 1rem;
	}
	.cat-featured .top-posts li:not(:last-of-type) {
    margin-left: 1rem;
	}
	.cat-featured .top-posts {
    display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	}
	.widget_eanlibya_latest_news .post-title {
		float: right !important;
		width: 100%;
	}
	.widget_eanlibya_latest_news .post-img {
    display: none;
	}
	#secondary .widget-title span, .widget .block-title span, .related-posts .block-title span, #fb-comments .block-title span {
		padding: 0 10px;
		border-bottom: none;
		background-color: #fff;
		z-index: 1;
		position: inherit;
		width: 100%;
		display: inline-block;
	}
	#secondary .widget-title::before, .widget .block-title::before, .related-posts .block-title::before, #fb-comments .block-title::before {
		content: "";
		height: 5px;
		background: #1b77b6;
		width: 100%;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 0;
	}
	#secondary .widget .post-title {
	padding-right: 0;
	}
	#secondary .widget {
    padding: 1.5rem;
    background: #fff;
	margin-bottom: 1rem;
	}
	.cat-featured a {
		text-decoration: none;
	}
	.single .content-area {
    padding-right: 0;
	}
	.featured-caption {
    position: relative;
	font-size: 0.9rem;
	text-align: right;
	color: #fff;
	width: 100%;
	padding: 8px 5px;
	background: #111;
	margin-top: -1px;
	}
	.featured-image img {
		display: block;
		min-width: 100%;
	}
	/* .single:not(.infographic) .featured-image {
		position: relative;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		background-image: url(images/el-logo.gif);
		background-repeat: no-repeat;
		background-color: #dddddd;
		background-size: 30% auto;
		background-position: center center;
	} */
	.single:not(.infographic) .featured-image {
		position: relative;
		height: auto;
		overflow: hidden;
		background-image: url(images/el-logo.gif);
		background-repeat: no-repeat;
		background-color: #dddddd;
		background-size: 30% auto;
		background-position: center center;
	}
	.single .sharing-buttons {
		display: none;
	}
	.entry-header .entry-title {
    font-size: 2.4rem;
	}
	.single .entry-content {
    padding: 15px;
    background: #fff;
    margin-bottom: 1rem;
	}
	.single .entry-content p, .single .entry-content ol, .single .entry-content ul {
    color: #555;
	}
	.medium-text-left {
    text-align: left;
    float: left !important;
    font-size: 1.1rem !important;
	}
	.medium-text-left .column {
    float: left !important;
	}
	.single .entry-header .entry-title {
    margin-top: .5rem !important;
	}
	.posted-on span.modified-date {
    font-size: 0.9rem;
	color: #555;
	margin-bottom: 1rem;
	}
	.category-video #secondary {
		display: none;
	}
	.epyt-gallery-allthumbs .epyt-gallery-title {
    font-size: 1.3rem;
    background: #ddd;
    font-family: "Helvetica Neue Bd";
	}
	.video .video-section {
	margin-bottom: 1rem;
	padding: 15px;
	background: #fff;
	}
	.single-sharing-buttons .resp-sharing-button__link {
    text-decoration: none;
    color: #000;
    margin-right: 0.7em;
	margin-left: 0;
    text-align: center;
	}
	.single-sharing-buttons .resp-sharing-button {
    background: transparent;
	padding: 5px;
	}
	.single-sharing-buttons .resp-sharing-button__icon--solid, .single-sharing-buttons .resp-sharing-button__icon--solidcircle {
    fill: #000;
    stroke: #fff;
	}
	.single-sharing-buttons .resp-sharing-button__icon svg {
    width: 22px;
    height: 22px;
    vertical-align: top;
	}
	.single-sharing-buttons .resp-sharing-button--twitter .resp-sharing-button__icon svg, .single-sharing-buttons .resp-sharing-button--email .resp-sharing-button__icon svg {
    width: 20px;
    height: 25px;
	}
	.single-large-header .social-share .print {
    text-align: center;
    margin-top: .5rem;
	}
	.medium-text-left .social {
    width: auto;
	}
	.visitors .author-box {
	margin-bottom: 1rem;
	padding-top: 1rem;
	}
	.visitors .fig-badge-opinion {
		display: none;
	}
	.visitors .widget-title a {
    color: #000;
	}
	.cat-featured .category-visitors .author-name-grid {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: .3rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
	}
	.cat-featured .category-visitors .author-name-grid .author a {
    color: #fff;
    font-size: .9rem;
	}
	#primary-menu .current-post-parent a, #primary-menu .current-menu-item a {
    color: #000;
	}
	.related-posts .block-title, #fb-comments .block-title {
    color: #000;
	}
	#text-19 {
		display: none;
	}
	.tags-links a {
    font-size: 0.9rem;
    padding: 8px 12px;
    margin-left: 0.5rem;
    line-height: 2.5;
    border: 1px solid;
    color: #555;
	background-color: transparent;
	}
	.single .entry-content p {
    font-size: 1.2rem;
    line-height: 1.6;
	}
	.category-visitors .widget_recent-cat-posts .post-img, .visitors .widget_recent-cat-posts .post-img, .author .widget_recent-cat-posts .post-img {
		display: none;
	}
	.category-visitors .widget_recent-cat-posts .post-title, .visitors .widget_recent-cat-posts .post-title, .author .widget_recent-cat-posts .post-title {
		float: right;
		width: 100%;
	}
	.visitors .author-box, #fb-comments, .related-posts {
    padding: 15px;
    background: #fff;
    margin-bottom: 1rem;
	}
	#secondary .widget-title a {
    color: #000;
	}
	.single-large-header {
    padding: 1rem 1rem 0;
    background: #fff;
	}
	.visitors .single-large-header {
    padding: 0;
	}
	.category .page-header .block-title, .page .page-header .block-title {
    font-size: 1.9rem;
    color: #000;
	}
	.social-share {
    position: absolute;
    right: -3.2rem;
    max-width: 50px;
    background: #fff;
    padding: 1rem 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
	top: 9rem;
	}
	.three-sections .from-cat-col h3 a {
    color: #fff;
	}
	.three-sections .from-cat-col .post-item h3 {
    background: rgba(0, 0, 0, 0.7);
	}
	.author .author-box {
		padding: 1rem;
		background: #fff;
		margin-bottom: 1rem;
	}
	.author #primary {
    padding-right: 0;
    padding-left: 0;
	}
	.author .author-container {
	background: #fff;
	padding-top: .9375rem;
	margin-bottom: 1rem;
	}
	.home .epyt-gallery-list {
    width: 33%;
    float: left;
    margin: 0;
	padding-right: 1rem;
	}
	.home .epyt-video-wrapper {
	position: absolute;
    width: 65%;
    float: right;
	}
	.home .fluid-width-video-wrapper iframe {
    height: 66% !important;
	}
	.home .epyt-gallery-allthumbs .epyt-gallery-title {
    font-size: 1.3rem;
    background: #f2f2f2;
    font-family: "Helvetica Neue Bd";
    position: absolute;
    bottom: 0;
	text-align: right;
	margin-left: 8px;
	}
	.page-template-page-corona #primary {
    padding: 1rem;
    background: #fff;
	}
	.page:not(.home) .content-area {
    margin: 0 auto;
	background: #fff;
	padding: 1rem 1rem 0;
	margin-bottom: 1rem;
	}
	.page #main {
    margin: 0 auto;
	}
	.page h1.entry-title span {
    padding: 0 10px;
    background-color: #fff;
	}
	#awesomeweatherwidget-2 {
    display: none;
	}
	.entry-content .IRPP_kangoo {
    display: none;
	}
	.nl .hentry {
    margin-bottom: 0;
	}
	.note {
	background-color: #f6f6f6;
	}
	.opinion-note {
	display: table-cell;
	color: #000;
	padding: 10px;
	font-size: 1rem;
	}
	.page p {
    font-size: 1.2rem;
    }
}

@media screen and (max-width: 599px) {
	.most-read-widget .post-title {
		padding-right: 0;
	}
	.cat-title {
    position: relative;
    overflow: hidden;
	margin-top: .5rem;
	margin-bottom: 1rem;
	}
	.block-title span, .widget-title span, .cat-title span {
		display: inline-block;
		padding: 0 0 0 10px;
		border-bottom: 2px solid #1b77b6;
	}
	.block-title::after, .widget-title::after, .comment-reply-title::after, .cat-title::after {
    content: "";
    height: 2px;
    background: #d5d5d5;
    width: 100%;
    position: absolute;
    top: 94%;
	}
	.cat-featured .top-posts {
    display: block;
	}
	.cat-featured .top-posts li {
    padding: 0;
	border-bottom: 1px solid #eee;
	}
	.cat-featured h3 {
    font-size: 1.1rem;
	}
	#primary {
		padding-right: 0;
		padding-left: 0;
	}
	.category #primary {
    padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	}
	.category .post-share {
    float: left;
	}
	/* .single .featured-image {
		position: relative;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
		background-image: url(images/el-logo.gif);
		background-repeat: no-repeat;
		background-color: #dddddd;
		background-size: 30% auto;
		background-position: center center;
		margin-bottom: 0;
	} */
	.single .featured-image {
		position: relative;
		height: auto;
		overflow: hidden;
		background-image: url(images/el-logo.gif);
		background-repeat: no-repeat;
		background-color: #dddddd;
		background-size: 30% auto;
		background-position: center center;
		margin-bottom: 0;
	}
	.featured-caption {
    position: relative;
    font-size: 0.8rem;
    text-align: right;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 1rem;
    background: #111;
	margin-top: -1px;
	}
	a:hover, .post-item:hover h3 a, .post-item h3 a:hover, .post-item:hover h2 a, .post-item h2 a:hover {
    color: inherit;
    text-decoration: none;
	}
	.epyt-gallery-allthumbs .epyt-gallery-title {
    font-size: 1rem;
    background: #ddd;
    font-family: "Helvetica Neue Bd";
	}
	.video .video-section {
	margin-bottom: 1rem;
	}
	.main-opinion .opinion .from-cat {
    margin-left: -.7rem;
	}
	.single .sharing-buttons {
    margin: 1rem 0;
	}
	.cat-featured .category-visitors .author-name-grid {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: .3rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
	}
	.cat-featured .category-visitors .author-name-grid .author a {
    color: #fff;
    font-size: .9rem;
	}
	.note {
	background-color: #f6f6f6;
	}
	.opinion-note {
	display: table-cell;
	color: #000;
	padding: 10px;
	font-size: .9rem;
	}
	.author-box {
    padding: 2rem 1rem 0.5rem;
	border-right: 3px solid #1b77b6;
	background-color: #edf7fc;
	margin-bottom: 1rem;
	}
	.single p, .page p {
	font-size: 1.1rem;
	line-height: 1.6;
	}
	.block-title span, .widget-title span {
    display: inline-block;
    padding: 0 0 0 10px;
    border-bottom: 2px solid #1b77b6;
	}
	.block-title, .widget-title, .comment-reply-title {
    font-family: 'Helvetica Neue Bd', Tahoma, serif;
    position: relative;
    font-size: 1.3rem;
    color: #1b77b6;
    margin-bottom: 15px;
    overflow: hidden;
	}
	.featured-mobile .from-cat-right {
    margin-left: -.625rem;
    margin-right: -.625rem;
    width: auto;
	}
	.home .block-right div.textwidget:first-of-type {
		overflow: visible;
	}
	.home .featured-mobile .from-cat-s1 {
    overflow: visible;
	}
	.featured-mobile .from-cat-right .cat-label {
    position: absolute;
	font-size: .75rem;
	}
	.featured-mobile .from-cat-right .post-item h3 {
    position: relative;
	background: transparent;
	padding: 10px;
	}
	.featured-mobile .from-cat-right .post-item h3 a:hover, .featured-mobile .from-cat-right .post-item:hover h3 a {
    color: #fff;
	}
	.featured-mobile .post-item {
	background: #1b77b6;
	}
	.ad-banner1-mob {
		width: 90%;
		margin: 1rem auto;
		text-align: center;
	}
	.single .ad-banner1-mob {
		margin-bottom: 0;
	}
	#featured-mobile .cat-label a {
    color: #fff;
	background: #cb0001;
	text-align: center;
	border-radius: 5px;
	}
	#featured-mobile .cat-label a:hover {
    color: #fff;
	}
	.author .author-box {
		padding: 1rem;
		margin-top: 1rem;
		border: none;
	}
	.author .author-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
	}
	#secondary section {
    margin-bottom: 1rem;
	}
	.home .epyt-gallery-allthumbs .epyt-gallery-title {
    text-align: right;
	}
	.epyt-gallery {
    overflow: hidden;
	}
	.home .fluid-width-video-wrapper iframe {
    height: 100% !important;
	}
	.home .fluid-width-video-wrapper {
    	margin-bottom: 1rem;
	}
	.home .epyt-gallery-allthumbs .epyt-gallery-title {
    font-size: 1.1rem;
    background: #f2f2f2;
    font-family: "Helvetica Neue Bd";
    position: relative;
    text-align: right;
	}
	.home #home-recent-cat-posts-2 .home-from-cat li:last-child {
    margin-bottom: 0;
	}
	.featured-mobile .from-cat-left {
    overflow: hidden;
	}
	.right-side section {
    margin-bottom: 1rem;
	}
	#wpp-3 .post-title  {
    padding-left: 0;
	padding-right: .625rem;
	width: 66.66666%
	}
	.home .widget_eanlibya_latest_news {
		display: none;
	}
	#wpp-3 .post-img {
    margin-bottom: 0;
	}
	.ad-banner1-mob img {
    margin-top: 0;
	}
	.home .from-cat .post-title h3 {
    font-size: 1rem;
	}
	#home-recent-cat-posts-2 .from-cat li:not(:first-child)::before {
    position: relative;
    width: 150px;
    height: 1px;
    background-color: #e2e2e2;
    content: '';
    display: block;
    margin-bottom: 1rem;
	}
	#home-recent-cat-posts-2 .from-cat li {
    margin-bottom: 1rem;
	}
	.category-visitors .widget_recent-cat-posts .post-img, .visitors .widget_recent-cat-posts .post-img {
		display: none;
	}
	.category-visitors .widget_recent-cat-posts .post-title, .visitors .widget_recent-cat-posts .post-title {
		float: right;
		width: 100%;
		padding: 0;
	}
	.error404 .post-item h3 a, .error404 .post-item h2 a {
    color: #000;
	}
	.error404 .page-header {
    margin-top: 1rem;
	}
}
@media screen and (min-width: 600px) {
	.wpsm_nav > li {
    width: 33.333333%;
	}
}
@media screen and (max-width: 599px) {
	.wpsm_nav > li {
    width: 33.333333%;
	}
}
.author-box .author-rss {
	display: none;
}
.single.infographic figure:first-of-type, .single.infographic .entry-content img:first-of-type {
	display: block;
}
.single.infographic .entry-meta.medium-text-left {
	display: none;
}
.single.infographic .correct {
	display: none;
}
.video-section .channel-title span {
	padding: 0 10px;
	border-bottom: none;
	background-color: #fff;
	z-index: 1;
	position: inherit;
}
.video-section .channel-title::before {
    content: "";
    height: 5px;
    background: #1b77b6;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
}
.channel-title {
    position: relative;
	text-align: center;
}
.epyt-gallery-list .epyt-pagination:first-of-type {
	display: none;
}
.epyt-pagenumbers {
    background: #777;
    padding: 5px 15px !important;
    color: #fff;
    line-height: 2rem;
	max-height: 40px;
}
.epyt-pagebutton {
    background: #1b77b6;
    padding: 5px 15px !important;
    color: #fff;
    line-height: 2rem;
	max-height: 40px;
}
.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb {
    float: right;
}
.epyt-gallery-subscribe a.epyt-gallery-subbutton img {
    padding: 0 0 3px 6px !important;
}
/* Video Home */

.home .epyt-gallery-thumb {
    width: 100% !important;
}

.home .epyt-gallery-subscribe {
    display: none;
}
.home .epyt-pagination {
    display: none;
}
.home .epyt-gallery-allthumbs .epyt-gallery-title::before {
    content: "\f04b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
	padding-right: 10px;
}
.home .epyt-gallery-thumb:first-of-type {
    margin-bottom: 2rem;
}
.home .video-list {
	padding: 20px !important;
	background: #1c202a;
	overflow: hidden;
}
.visitors .single-large-meta, .visitors .single-large-header .entry-header {
	display: none;
}
.visitors .opinion-header-desktop {
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 4.2rem 1rem 1rem 1rem;
    width: auto;
    margin: 0;
    right: 0;
    left: 0;
    overflow: hidden;
	color: #fff;
	z-index: 1;
}
.visitors .opinion-header-desktop .cat-links a, .visitors .opinion-header-desktop .author a, .visitors .opinion-header-desktop .posted-date {
    color: #fff;
}
.visitors .opinion-header-desktop h1 {
    font-size: 2.7rem;
	color: #fff;
}
@media screen and (max-width: 599px) {
	.visitors .single-large-header {
		display: none;
	}
}
.story-image-copyright {
    position: absolute;
    bottom: 0;
    font-size: 0.7rem;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    width: auto;
}
.cat-featured .top-posts li {
    position: relative;
}
.info-title {
	padding: 1rem;
	background: #f4f4f4;
	height: 80px;
}
@media screen and (max-width: 599px) {
	.info-title {
		height: auto;
	}
}
.category-infographic .posts li {
    margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
	.category-infographic #secondary, .category-in-pictures #secondary, .single.in-pictures #secondary, .error404 #secondary {
		display: none;
	}
	.single.in-pictures #primary {
    	width: 100%;
		padding-left: 0;
	}
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #999;
}
::placeholder { /* Most modern browsers support this now. */
	color: #999;
	opacity: 1;
}
.visitors .related-posts {
		display: none;
}
.mobile-only .yikes-easy-mc-form label.label-inline {
    width: 64%;
    float: right;
}
.mobile-only .yikes-easy-mc-form .submit-button-inline-label {
    width: 36%;
    margin: 0;
}
.tag .content-area, .error404 .content-area, .search-results .content-area {
    background: #fff;
    padding: 1rem;
}
#error-search-container .search-botton {
	position: absolute;
	width: 20%;
	background: #f6f5f4;;
	border: 1px solid #e2e0db;
	left: 0;
	padding: 8px;
	font-size: 21px;
	height: 2.4375rem;
	top: 0;
	color: #000;
}
#error-search-container {
	position: relative;
}
#error-search-input {
    width: 80%;
    border: 1px solid #e2e0db;;
}
#error-search-container form {
    position: relative;
    width: 100%;
    height: 100%;
}
.error-image {
	max-width: 70%;
    margin: 2rem auto;
    text-align: center;
	height: 250px;
}
.error404 .error-explore-more .block-title {
	display: none;
}
.social-widget .social-networks li:nth-child(4), .social-widget .social-networks li:nth-child(5), .social-widget .social-networks li:nth-child(6) {
    margin-bottom: 0;
}
.error404 .error-explore-more .post-item h3 {
    text-align: right;
    position: relative;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
}
.error404 .error-explore-more .post-item .post-date {
	display: none;
}
.alm-btn-wrap .alm-load-more-btn {
    font-size: 15px;
    font-weight: 500;
    width: auto;
    height: 43px;
    line-height: 1;
    background: #1b77b6;
    color: #fff;
    border: none;
    margin: 0;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.alm-btn-wrap {
    display: block;
    text-align: center;
    padding: 0 0 25px;
    position: relative;
}
/* Tag Page Title */
.tag .breadcrumb span {
    padding: 0 10px;
    border-bottom: none;
    background-color: #fff;
	position: relative;
}
.tag .block-title {
    font-family: 'Helvetica Neue Bd', Tahoma, serif;
    position: relative;
    font-size: 1.3rem;
    color: #1b77b6;
    margin-bottom: 15px;
    overflow: hidden;
	text-align: center;
	padding-bottom: 10px;
}
.tag .block-title::before {
    content: "";
    height: 5px;
    background: #d5d5d5;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}
.tag .block-title::after {
    content: none;
}
/* Tooltip */
.entry-content .tooltipsall:hover {
    color: #1b77b6 !important;
}
.qtip-content {
    padding: 10px 10px;
    text-align: right;
	line-height: 1.5rem;
	font-size: 1rem;
    direction: rtl;
	background: #f6f6f6;
}

.mobile-only .yikes-easy-mc-form label.label-inline {
    width: 75%;
	float: right;
}
.mobile-only .yikes-easy-mc-form .submit-button-inline-label {
    width: 25%;
    margin: 0;
}
.mobile-only form.yikes-easy-mc-form input[type=email] {
	padding-right: 1rem;
	margin-bottom: 0;
	background-color: rgba(255,255,255,0.08);
	border: 0.0625rem solid #506991;
	box-shadow: none;
}
.mobile-only .yikes-easy-mc-submit-button {
	background-color: #fff !important;
	color: #11496f !important;
	font-family: 'Helvetica Neue bd', Tahoma, serif;
}
.mobile-only .yikes-easy-mc-submit-button:hover {
	background-color: #1b77b6 !important;
	color: #fff !important;
	font-family: 'Helvetica Neue bd', Tahoma, serif;
}
.mobile-only form.yikes-easy-mc-form input[type=email]:focus {
	box-shadow: none;
}
.slider-pro {
    margin: 0 auto 15px auto !important;
}
.pip-nav ul {
    list-style: none;
    margin: 1rem 0;
}
/*.pip-nav-next {
    list-style: disclosure-closed;
}*/
.pip-nav-prev {
    float: left;
/*    list-style: disclosure-closed; */
    direction: ltr;
}
li.pip-nav-next::before {
    content: '\f104';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
    margin-left: .5rem;
	color: #1b77b6;
}
li.pip-nav-prev::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: .5rem;
    color: #1b77b6;
}
#corona {
    margin-bottom: 1rem;
}
.ncov2019 {
    margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
	.entry-header .entry-title {
		margin-top: 1.2rem !important;
	}
}
.page-template-page-corona .entry-header {
	display: none;
}
.ncov2019 .one_fourth {
    float: right;
	background: #f4f4f4;
}
.ncov2019 .title {
    direction: initial;
	background: #e4e4e4;
	font-size: 1.2rem;
	padding: 10px 0;
	font-family: "Helvetica Neue Bd";
}
.leaflet-popup-content-wrapper {
    text-align: right !important;
}
.leaflet-control-attribution {
	display: none;
}
#cov-time {
	display: inline-block;
}
.cov-update {
    float: right;
}
.pum-content .wpforms-submit-container {
    text-align: center;
}
/*
.post figcaption {
    display: none !important;
}
*/
.cat-label a:not(:first-child) {
    display: none;
}
@media screen and (min-width: 600px) {
	#fancybox-close {
		top: 10px !important;
		right: auto !important;
		left: -45px;
	}
	#fancybox-content {
		border: 50px solid rgba(0,0,0,.8) !important;
		border-radius: 5px;
	}
}
@media screen and (max-width: 599px) {
	#fancybox-close {
		top: 0 !important;
		right: auto !important;
		left: -2px;
	}
	#fancybox-content {
		border: 20px solid rgba(0,0,0,.8) !important;
	}
}
#fancybox-outer {
		background: transparent !important;
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
}
.category-visitors .popular-posts > ul > li, .author .popular-posts > ul > li {
    list-style: none;
    counter-increment: li;
    position: relative;
    overflow: inherit;
}
.category-visitors .popular-posts > ul > li::before, .author .popular-posts > ul > li::before {
    content: counter(li);
    position: absolute;
    top: -8px;
    right: 0;
    width: 1.2em;
    margin-left: 8px;
    padding: 0px;
    color: #1b77b6;
    font-family: "Helvetica Neue Bd",Arial,sans-serif;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
}
.category-visitors .popular-posts .post-title, .author .popular-posts .post-title {
    padding-right: 50px !important;
}
.widget_read_for_the_same_author li h4 {
    margin-bottom: 0;
}
/* ًWeather Widget */
.awe_wind, .awe_highlow {
	display: none;
}
.awe_humidty {
    direction: ltr;
}
.awesome-weather-header span {
    font-family: "Helvetica Neue Bd", Tahoma;
	font-size: 1rem;
}
.awesome-weather-forecast .awesome-weather-forecast-day {
    float: right;
}
.widget_wpsm_tabs_r_widget_id #tab_container_246602 {
    margin-bottom: 0;
}
.alm-reveal .cat-desktop {
    margin-left: .9375rem;
    margin-right: .9375rem;
}
.alm-reveal .post-excerpt {
    font-size: 1rem;
}
.related-posts a:hover {
    text-decoration: none;
}
.header-left-ad {
    font-family: 'Helvetica Neue Bd', Tahoma, serif;
    display: inline-block;
    color: #fff;
    background: #8d1c12;
    padding: 5px 10px 5px 10px;
}
.header-left-ad:hover, .header-left-ad:focus {
    color: #fff;
    background: #d62c1b;
	text-decoration: none;
    padding: 5px 10px 5px 10px;
}
/* Exchange tables */
.exchange-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}
.table-responsive * {
    word-break: normal;
}
.exchange-table thead th {
    text-align: right;
    vertical-align: middle;
    height: 50px;
	font-weight: 700;
}
.exchange-table .even td {
    background-color: #fff;
}
.exchange-table tbody tr:first-child td {
    border-top: 0;
}
.exchange-table .column-4 {
    text-align: center;
}
.exchange-table thead th {
    font-size: 18px;
    color: #fff;
}
.exchange-table thead th, .exchange-table tfoot th {
    background-color: #1b77b6;
}
.exchange-table tbody td {
    text-align: right;
    vertical-align: middle;
    height: 50px;
}
.exchange-table .odd td {
    background-color: #f9f9f9;
}
.exchange-table .column-1 {
    width: 50px;
}
.exchange-table tbody td, .exchange-table tfoot th {
    border-top: 1px solid #ddd;
}
.exchange-table tbody .column-3 {
    font-weight: 700;
}
.exchange-table td, .exchange-table th {
    padding: 8px;
    float: none !important;
}
@media screen and (min-width: 600px) {
	.exchange-columns {
		flex-wrap: nowrap;
	}
	.exchange-column:not(:first-child) {
    margin-right: 32px;
	}
}
@media screen and (max-width: 599px) {
.exchange-columns {
    width: 100% !important;
}
}
.exchange-columns {
    display: block;
    margin: 0 auto 28px;
    width: 50%;
}

@media screen and (max-width: 599px) {
	.exchange-note {
		font-size: .9rem !important;
	}
}

.single .entry-content img:first-of-type {
    display: none;
}
.single .entry-content figcaption {
    display: none !important;
}
.single .entry-content figure.wp-caption {
	margin-bottom: 0 !important;
}
.entry-content .wp-block-image.size-full img {
    display: block;
	margin-bottom: 1rem;
}
/* .featured-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
} */
.featured-image img {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.entry-content img.sp-image, .entry-content img.sp-thumbnail {
    display: block !important;
}
.fas.fa-print {
    font-size: 20px;
}
@media screen and (min-width: 600px) {
	.search-total {
		line-height: 3rem;
		color:#888;
	}
	.search-results .page-header {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1rem;
		border-bottom: 1px solid #eee;
	}
}
@media screen and (max-width: 599px) {
	.search-total {
		line-height: initial;
		color:#888;
	}
	.search-results .page-header {
		display: block;
		margin-bottom: 1rem;
		border-bottom: 1px solid #eee;
	}
}

.search-title .search-phrase {
	color: #1b77b6;
}
@media screen and (min-width: 600px) {
	.content-area .page .entry-header {
		z-index: 99;
		position: relative;
		margin: 0 auto;
	}
	.content-area .page .page-title {
    margin: 0 !important;
    z-index: 0;
	}
}
/* Filtered Search */
.searchandfilter li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0 !important;
}
.widget-area .searchandfilter li, .widget-area .searchandfilter p {
    display: inline-block;
    width: 100%;
	padding-right: 0;
}
.searchandfilter ul {
    display: inline-block;
    width: 100%;
}
.searchandfilter li.cat-item {
    display: inline-block;
    width: 50% !important;
}
.searchandfilter ul li #ofcategory {
    width: 70%;
}
.searchandfilter h4 {
    width: 30%;
	display: inline-block;
}
.searchandfilter ul li ul, .searchandfilter .postform:not([type="checkbox"]) {
    width: 70%;
	display: inline-block;
}
.searchandfilter [type="submit"] {
    background: #1b77b6;
	padding: 4px 20px;
	color: #fff;
	border: 0;
	margin: 0 auto;
	display: block;
}
@media screen and (min-width: 600px) {
	.page-id-5 .wpforms-container {
		width: 100%;
		float: right;
	}
}
.editorial-table thead th, .editorial-table tfoot th {
    background-color: #1b77b6;
	color: #fff;
}
.page-content {
	margin: 0 auto;
}
#cov__map {
    z-index: 0;
}
@media screen and (max-width: 599px) {
	.widget_eanlibya_latest_news li .post-title h4 {
		font-size: 1rem;
	}
}
/* Newsletter Page */
@media screen and (min-width: 600px) {
	.nl-title {
		text-align: center;
		font-size: 50px;
	}
	.newsletter-container {
		max-width: 70%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	.nl-title {
    	text-align: center;
	}
}
.nl-title .nl-title-1 {
	color: #1b77b6;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center;
	padding-top: 0;
}
.top-section .latest-top-post .cat-label a {
	background: #cb0001;
}
/* Video */
.yrc-shell ul.yrc-core {
    margin: 0 !important;
}
@media screen and (min-width: 600px) {
	#yrc-shell-0 .yrc-item {
		width: 25% !important;
		margin-left: 0 !important;
		margin-bottom: 23px !important;
	}
	#yrc-shell-0 .yrc-item {
		padding-left: 20px;
	}
	.home .video-section #yrc-shell-0 .yrc-item:nth-child(n+6) {
		display: none;
	}
	.home .video-section #yrc-shell-0 .yrc-item:first-child {
		width: 50% !important;
		padding-left: 0;
	}
	.home .video-section #yrc-shell-0 .yrc-item:not(:first-child) {
		padding-right: 20px;
		padding-left: 0;
	}
	.home .video-section #yrc-shell-0 .yrc-item:not(:nth-child(2n)) {
		/* margin-bottom: 0 !important; */
	}
	.home .video-section #yrc-shell-0 .yrc-item {
		float: right;
	}
}
@media screen and (max-width: 599px) {
	.home .video-section #yrc-shell-0 .yrc-item:nth-child(n+3) {
		display: none;
	}
	#yrc-shell-0 .yrc-item {
		width: 100% !important;
	}
	#yrc-shell-0 .yrc-item:not(:first-child) {
		margin-bottom: 0 !important;
	}
}
.home .video-section .yrc-pagination {
	display: none;
}
.yrc-core {
    margin-left: -20px !important;
}
#yrc-shell-0 .yrc-load-more-button {
    background: #1b77b6 !important;
    margin-bottom: 1rem;
    max-width: 33%;
    margin-left: auto;
    margin-right: auto;
}
.yrc-item-open:hover .yrc-thumb, .yrc-item-adjacent:hover .yrc-thumb, .yrc-item-none:hover .yrc-thumb {
    -webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}
#yrc-shell-0 .yrc-item .yrc-thumb a.yrc-video-link::before {
    transition: all .2s ease-out, color .2s ease-out;
}
/* Video Popup */
@media screen and (min-width: 990px) {
	.pb-popup .pb-p-content {
		height: auto;
		background: transparent;
		width: 90%;
		margin: 0 auto;
	}
	.pb-popup .pb-p-shell {
    width: 100% !important;
    margin: 30px auto !important;
	}
	.pb-popup {
    position: fixed !important;
    max-width: 900px;
    height: auto !important;
    margin: 30px auto !important;
    right: 0;
	border-radius: 5px;
	}
	.pb-float-right {
    float: left !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
	}
}
.pb-float-right {
    float: left !important;
}
.category-infographic ul.posts {
    margin-bottom: 0;
}
.single .entry-content .size-medium {
    display: block !important;
}
.home .opinion .post-title h3::before {
    content: '\f10e';
	color: #888;
	margin-right: -18px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	opacity: .2;
	font-size: 14px;
	padding-left: 5px;
}
.top-section .cat-label a:hover {
    color: #fff;
}
@media screen and (max-width: 599px) {
	.single span.posted-on {
		margin-left: 0;
	}
}
 .responsive-menu-pro-header-bar-item .fas {
    vertical-align: middle;
}
.fluid-width-video-wrapper {
	margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
	.site-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 270px;            /* Footer height */
	}
	.site-content {
	padding-bottom: 270px;    /* Footer height */
	}
	#page {
    min-height: 100vh;
    position: relative;
	}
	.single:not(.visitors) .entry-meta {
    font-size: 1rem;
    color: #939598;
	}
}
#related_posts_thumbnails li {
    width: 25%;
	border-right: 0 !important;
	padding: 0 0 0 15px !important;
}
.relpost-post-image {
    width: 100%;
	height: 120px;
	object-fit: cover;
}
.relpost_content {
	font-family: "Helvetica Neue Bd";
	line-height: 21px !important;
	margin-top: 10px;
}
@media screen and (max-width: 599px) {
	#related_posts_thumbnails li {
    width: 100%;
	border-right: 0 !important;
	padding: 0 0 10px 0 !important;
	margin-bottom: 10px !important;
	}
	.relpost-post-image {
    width: 33%;
    height: 100px;
    object-fit: cover;
	float: right;
	}
	.relpost_content {
    font-size: 1rem !important;
    width: 63%;
    margin: 0 3% 0 0;
    line-height: 1.5rem !important;
    float: right;
	}
}
.wp-block-button a:hover {
	text-decoration: none;	
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.top-section {
		padding: 0 1rem !important;
	}
	.section {
		padding: 0 1rem !important;
	}
	.section .latest-top-post, .top-section .latest-top-post {
		padding: 0 !important;
		margin-bottom: 1rem;
	}
	.section .more-top-posts:not(:last-child), .top-section .more-top-posts:not(:last-child) {
		padding-left: .5rem;
		padding-right: 0;
	}
	.section .more-top-posts:last-child, .top-section .more-top-posts:last-child {
		padding-right: .5rem;
		padding-left: 0;
	}
	.most-read {
    margin-left: 1rem;
    margin-right: 0;
	padding: 1rem 1.5rem;
	}
	.opinion.section {
		margin-top: 0;
	}
	.opinion ul li:nth-child(n+5) {
		display: none;
	}
	.opinion ul li:nth-child(4) {
		margin-bottom: 0;
	}
	li.special-small {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
	margin-bottom: 1rem;
	}
	li.special-small {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
	margin-bottom: 1rem;
	}
	li.special-small:nth-child(2n+1) {
    margin-left: 1rem;
	}
	li.special-small:nth-child(2n) {
    margin-left: 0;
	}
	.from-cat .cat-1 {
    padding-left: 0;
	margin-bottom: 1rem;
	}
	.from-cat .cat-2 {
    padding-right: 0;
	}
	.from-cat .latest-cat .post-item:nth-child(2n) {
    margin-left: 0;
	margin-right: .5rem;	
	}
	.from-cat .latest-cat .post-item:nth-child(2n+1) {
    margin-left: .5rem;
	margin-right: 0;
	}
	.from-cat .latest-cat .post-item {
    flex: 1 0 45%;
	}
	.footer-top .about {
    margin: 30px 20px 0;
	}
	.footer-top .newsletter .footer-title {
    width: 70%;
	}
	.about-col1 {
		padding-right: 0;
	}
	.about-col2 {
		padding-left: 0;
	}
	.dual-ad .ad-1 {
		padding-left: .5rem;
		padding-right: 2rem;
	}
	.dual-ad .ad-2 {
		padding-right: .5rem;
		padding-left: 2rem;
	}
	.cat-featured .img-container {
    height: auto;
    padding-bottom: initial;
	}
	.cat-featured .post-item h3 {
    position: relative;
    background: #fff;
	}
	.cat-featured {
    padding-left: 1rem;
	padding-right: 1rem;
	}
	.cat-ad-1 {
    padding: 0 2rem;
	}
	.category .page-header .block-title, .author .cat-title {
    padding-right: 1rem;
	}
	.category .content-area {
		padding-left: .9375rem !important;
	}
	#eanlibya_latest_news-1, #wpsm_tabs_r_widget_id-2 {
		width: 50%;
		float: right;
		padding-bottom: 0 !important;
	}
	.widget_eanlibya_latest_news .post-img {
    display: block;
	}
	#secondary .widget_eanlibya_latest_news .post-title {
    padding-left: 0;
	padding-right: .9375rem;
	width: 66.6666%;
	}
	.single .single-ad {
		display: none;
	}
	.single .content-area {
		margin-top: 0 !important;
	}
	.page:not(.home) #primary {
    padding-left: 1rem !important;
	margin-bottom: 0 !important;
	}
	.exchange-column:last-child {
    margin-right: 0;
	}
	#secondary #wpp-1, #secondary #recent-cat-posts-4, #secondary #read_for_the_same_author-1, #secondary #recent-cat-posts-3 {
    width: 50%;
    float: right;
	}
	#secondary {
		background: #fff;
	}
}
@media screen and (min-width: 1024px) {
	.main-opinion .opinion .large-up-2 > .column {
    width: 49%;
	}
}
.from-cat-s7 .post-item {
    flex: 1 0 0;
	margin-left: 20px;
}
.from-cat-s7 .post-item:last-child {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
	.correction {
		padding: 5px 15px;
		line-height: 1.15;
		font-size: 11px;
	}
}
.page-id-31091 .polls-image {
    display: none;
}
.fig-badge-up .cat-links {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 7px;
    background: #1b77b6;
    margin: 0 0 0 5px;
    font-size: 1rem;
    z-index: 1;
    float: right;
}
.fig-badge-up .cat-links a, .fig-badge-up .cat-links a:hover {
    color: #fff;
}
@media screen and (max-width: 599px) {
	.business .block-title, .sport .block-title, .technology .block-title, .health .block-title, .culture .block-title, .varieties .block-title {
		margin-bottom: 5px;
		margin-top: 0;
	}
}
@media screen and (max-width: 909px) {
	.site-content  {
		margin-top: 50px;
	}
}
.wp-polls-ul li label {
    font-size: 1rem;
	color: #fff;
}
.hidden {
	display: none !important;
}
/* Corona Stats */
.corona-stats {
    margin-top: 1rem;
}
.cec-elementor-country-wise.alignwide {
    background-image: url("https://www.eanlibya.com/files/images/corona-bg.webp");
    background-size: cover;
    padding: 30px;
}
.cec-elementor-country .cec-elementor-country-name, .cec-elementor-country .cec-elementor-updated-time-wrapper {
    color: #fff;
}
.cec-elementor-country .cec-elementor-country-name, .cec-cn-case-wrapper .cec-cn-case-singe .cec-cn-title {
    font-family: "Helvetica Neue Bd";
}
.cec-cn-case-wrapper .cec-cn-case-singe {
    flex-basis: 24%;
    margin-right: 1%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 30px !important;
}
.cec-cn-case-wrapper .cec-cn-case-singe .cec-cn-number {
	font-family: "Helvetica Neue Bd";
}
@media screen and (max-width: 599px) {
	.cec-elementor-country-wise.alignwide {
    padding: 10px 20px;
	}
	#cecShortcode {
		margin-top: 1rem;
	}
	.cec-cn-case-wrapper .cec-cn-case-singe .cec-cn-number {
    font-size: 21px !important;
	}
	.cec-cn-case-wrapper .cec-cn-case-singe {
    flex-basis: 30% !important;
    flex: 1 0 0;
	padding: 10px !important;
    }
	.cec-cn-case-wrapper .cec-cn-case-singe .cec-cn-title {
    font-size: 13px !important;
	}
	.cec-elementor-country .cec-elementor-country-name {
    font-size: 20px !important;
	}
	.cec-elementor-country-wise-inner .cec-elementor-country {
    margin-bottom: 10px;
	}
}
.cec-elementor-updated-time-wrapper {
	display: none !important;
}
/* Night Mode */
.wpnm-button.style-2 .wpnm-button-inner-left::after {
    background: transparent;
}
.wpnm-button.style-2.active .wpnm-button-inner-left::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 34px;
    text-indent: 40px;
    height: 16px;
    width: 16px;
    margin: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 26px;
    bottom: 0px;
    background: #ffffff;
    transform: rotate(45deg);
    box-shadow: none;
}
.wpnm-button.style-2 .wpnm-button-inner-left::before {
    left: 17px;
	box-shadow: -5px 5px 0 0 white;
    background: transparent;
}

@media screen and (max-width: 910px) {
	.wp-night-mode-on #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a, .wp-night-mode-on #responsive-menu-pro-additional-content, .wp-night-mode-on #responsive-menu-pro-additional-content * {
		background-color: #292929;
	}
}
.night {
    display: inline-block;
    vertical-align: middle;
	margin-left: -10px;
    margin-right: 5px;
}
.responsive-menu-pro-button:not(.is-active) .responsive-menu-pro-inner {
    background: #fff !important;
}
.wp-night-mode-on .responsive-menu-pro-box, .wp-night-mode-on .responsive-menu-pro-header-bar-item, .wp-night-mode-on .responsive-menu-pro-header-bar-item *, .wp-night-mode-on .featured-mobile .cat-label, .wp-night-mode-on .featured-mobile a, .wp-night-mode-on .featured-mobile .post-excerpt, .wp-night-mode-on .featured-mobile .post-excerpt p, .wp-night-mode-on .post-item h3 a, .wp-night-mode-on .yikes-mailchimp-submit-button-span-text, .wp-night-mode-on .corona_counter_widget *, .wp-night-mode-on .cec-elementor-country-wise.alignwide, .wp-night-mode-on .cec-elementor-country-wise.alignwide *, .wp-night-mode-on #tab_container_246602 .wpsm_nav-tabs > li > a span, .wp-night-mode-on #awe-ajax-weather-widget, .wp-night-mode-on #awe-ajax-weather-widget *, .wp-night-mode-on .featured-caption span, .wp-night-mode-on #related_posts_thumbnails li {
    background-color: transparent !important;
}
.wp-night-mode-on .featured-mobile .post-item, .wp-night-mode-on #responsive-menu-pro-header, .wp-night-mode-on #colophon1 *, .wp-night-mode-on #featured-mobile .cat-label a {
    background-color: #292929 !important;
}
.wp-night-mode-on .post-item h3, .wp-night-mode-on .story-image-copyright {
    background-color: rgba(0,0,0,.7);
}
.wp-night-mode-on .from-cat-s3 .block-title span, .wp-night-mode-on .from-cat-s3 .block-title span a, .wp-night-mode-on .from-cat-s3 .block-title, .wp-night-mode-on .resp-sharing-button--small, .wp-night-mode-on .resp-sharing-button__icon, .wp-night-mode-on .resp-sharing-button__icon svg, .wp-night-mode-on #tab_container_246602 .wpsm_nav-tabs > li > a {
    background-color: #797979 !important;
}
.wp-night-mode-on span.yikes-mailchimp-submit-button-span-text, .wp-night-mode-on .social-networks li a {
    color: #292929 !important;
}
.wp-night-mode-on .fig-badge .cat-links, .wp-night-mode-on #tab_container_246602 .tab-content {
	background-color: #494949 !important;
}
.wp-night-mode-on .correction {
	background: #797979;
	border: 1px solid #797979;
}
.wp-night-mode-on .block-title span, .wp-night-mode-on .widget-title span {
    border-bottom: 2px solid #797979;
}
.wp-night-mode-on footer.mobile-only .yikes-easy-mc-form input[type="email"] {
    border: 0.0625rem solid #797979;
}
.wp-night-mode-on .corona_counter_widget {
	background: #1a1a1a;
}
.wpnm-button.style-2 .wpnm-button-inner-left::after {
    border: 2px solid #fff !important;
}
@media screen and (max-width: 599px) {
	.wp-night-mode-on .featured-caption {
		background-color: #292929;
	}
}
.author-box .medium-10 {
	margin-top: 13px;
}
@media screen and (min-width: 600px) {
	.opinion.section .post-title h3 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 599px) {
	.from-cat {
    overflow: unset;
	}
}
p.exchange-note {
    font-size: 1rem;
}
.special-label-mob {
    display: flex;
    font-family: "Helvetica Neue Bd";
    font-size: 13px;
    color: #fff;
    line-height: 1;
    width: 100%;
	background: #d62c1b;
}
/* Currencies */
.currencies legend {
    margin: 0 20px 0;
    padding: 5px 15px;
    vertical-align: middle;
    background-color: #1b77b6;
    border-radius: 10px;
}
.currencies {
    border: none !important;
    background-color: rgba(17, 24, 32, 0.8) !important;
    border-radius: 10px !important;
    padding: 10px 25px 25px !important;
	background-image: url("https://www.eanlibya.com/files/images/curr.webp");
	background-size: cover;
	background-blend-mode: overlay;
}
.curr-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
}
.currency {
	flex: 1;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	border: 1px solid #f2f2f2;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	flex-basis: 15%;
	margin-right: 1%;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 0 !important;
	font-family: 'Helvetica Neue Bd';
}
.curr-num .far {
    font-size: 2rem;
}
@media screen and (max-width: 599px) {
	.currency {
		flex-basis: 48%;
		margin-right: 2%;
		margin-bottom: .4rem;
		padding: 10px 5px 0 !important;
	}
	.currencies, .currency span, legend h2 {
    transform: none !important;
	}
	.currencies {
    padding: 10px 15px 10px !important;
    margin: 0 0 1rem;
	}
	.currency span:not(.curr-num) {
    font-size: .9rem;
	}
	.currency span:not(.curr-num)::after {
    content: initial !important;
	}
	.currency:nth-child(even) {
    margin-right: 0;
	}
	.currencies legend {
    margin: 0 auto;
    padding: 0;
	}
	.cur-time {
    position: relative !important;
    left: unset !important;
    top: unset !important;
    text-align: center !important;
    margin: 0 auto 10px;
	}
	.curr-wrapper {
    margin-top: 0;
	}
	.blinkin-circle {
    margin-right: 15px;
	}
}
.curr-num {
	font-size: 2rem;
}
.currency.dollar {
    margin-right: 0;
}
.currencies-title .small {
    font-size: 1rem;
}
.cur-time {
	flex-basis: 100%;
	text-align: left;
	margin-bottom: 10px;
	color: #fff;
	font-size: .8rem;
}
.dollar span:not(.curr-num)::after {
    content: '\f155';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	font-size: 1.2rem;
    margin-right: 10px;
}
.euro span:not(.curr-num)::after {
    content: '\f153';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	font-size: 1.2rem;
    margin-right: 10px;
}
.pound span:not(.curr-num)::after {
    content: '\f154';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	font-size: 1.2rem;
    margin-right: 10px;
}
.lira span:not(.curr-num)::after {
    content: '\f195';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	font-size: 1.2rem;
    margin-right: 10px;
}
.dinar span:not(.curr-num)::after {
    content: 'DT';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	font-size: 1.2rem;
    margin-right: 10px;
}
.egy span:not(.curr-num)::after {
    content: 'E\f154';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	font-size: 1.2rem;
    margin-right: 10px;
}
.curr-num::after {
    content: 'د.';
    font-size: 1rem;
    margin-right: .5rem;
}
.circle {
	background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    display: inline-block;
    margin-left: 10px;
	animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
	position: absolute;
	right:0;
}
.circle404 {
	background-color: #1b77b6;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    opacity: 0;
    display: inline-block;
	animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
	position: absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
}
.mark404 {
	color: #000;
	font-size: 100px;
	text-align: center;
    display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	margin-top: 37px;
}
@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.blinkin-circle {
    position: relative;
    top: 20px;
}
/* Post Slider */
.psac-post-slider.psac-design-1 .psac-post-image-bg {
    height: 300px;
}
.psac-post-slider.psac-design-1 .psac-post-overlay {
    border: 5px solid #1b77b6;
	background: rgba(255,255,255,0.8);
}
.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
    color: #1b77b6;
    border: 2px solid #1b77b6;
	background: rgba(255,255,255,0.8);
}
.psac-post-slider.psac-design-1 .psac-post-title {
    font-size: 20px;
    line-height: 28px;
}
.psac-post-slider-wrp {
	margin-bottom: 1rem;
}
.sport-results {
    border: none !important;
    background-color: rgba(17, 24, 32, 0.8) !important;
    border-radius: 10px !important;
    padding: 10px 25px 25px !important;
	background-image: url("https://www.eanlibya.com/files/images/sport.jpg");
	background-size: cover;
	background-blend-mode: overlay;
}
.sport-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.sp-table {
	flex: 1;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	border: 1px solid #f2f2f2;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-basis: 15%;
	margin-right: 1%;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 10px 0 !important;
	font-family: 'Helvetica Neue Bd';
}

.sp-table .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: right;
  border: none;
  outline: none;
  transition: 0.4s;
	font-family: 'Helvetica Neue Bd';
}
.sp-table .accordion:hover {
  background-color: #1b77b6;
	color: #fff;
}
.sp-table .panel {
  padding: 10px;
  background-color: white;
  display: none;
	max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.sp-table .accordion:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 18px;
  color: #777;
  float: left;
  margin-left: 5px;
}
.game-result {
    background-color: #ddd;
    font-size: 1.5rem;
	letter-spacing: .3rem;
}
.game-time {
    background-color: #ddd;
    font-size: 1.3rem;
}
.sp-table:first-child {
    margin-right: 0;
}
.ball {
    display: block;
    margin: 0 auto;
}
.game-result.anim {
	background: linear-gradient(90deg, #11192c, #1b77b6, #11192c);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: animate 3s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	background-color: #b3722c;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
@keyframes animate {
  0% {
    background-position: 500%;
  }
  100% {
    background-position: -500%;
  }
}
.bordered {
    border-collapse: separate;
    overflow: hidden;
	border: 3px solid #CCC;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
@media screen and (max-width: 599px) {
	.sport-results, .sp-table {
		margin-bottom: 1rem;
	}
	.sp-table tbody tr td {
    width: 33.333333%;
	}
	.sp-table {
		display: block;
		flex-basis: 100%;
	}
}
.game-date {
	text-align: right;	
}
.game-date::before {
	content: '\f073';
	font-family: "Font Awesome 5 Free";
	margin-left: .5rem;
}
table.bordered tbody tr td:nth-child(2) {
    width: 30%;
}
table.bordered tbody tr td:first-child, table.bordered tbody tr td:nth-child(3) {
    width: 35%;
}
.team-title {
    margin-bottom: 0;
}
.game-result.anim::before {
    content: 'مباشر';
    display: block;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0;
}
@media screen and (max-width: 599px) {
	.sp-table {
		padding: 10px !important;
	}
	.team-title {
		text-align: center;
		display: block !important;
	}
}
/* Poll */
@media screen and (min-width: 600px) {
	.home .wp-polls-ans .button {
		margin: 1rem 0 0;
		font-size: 1rem;
	}
	.home .polls-image {
		width: 45%;
		float: right;
		margin-left: 1rem;
		/* border-right: 10px solid #ffeb61; */
	}
	.home .poll-title {
		display: inline-block;
		width: 50%;
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}
	.home .poll-row {
		padding: 1rem 0;
		background: rgb(2,0,36);
		background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(24,37,76,1) 35%, rgba(27,119,182,1) 100%);
	}
	.home .wp-polls-ul li label {
    font-size: 1.2rem;
    color: #fff;
	}
	.poll-head .blinkin-circle {
    position: absolute;
    top: unset;
	}
	.poll-header {
    z-index: 1;
    position: relative;
	}
	.poll-head .circle {
    width: 40px;
    height: 40px;
	}
	.poll-hand {
    margin-top: .9rem;
	margin-right: .2rem;
	}
	.poll-head {
    padding-right: 4rem;
    padding-top: 1rem;
	}
	.poll-head-title {
		font-size: 2rem;
	}
	.home .wp-polls-ans {
    width: 50%;
    display: inline-block;
	}
	.home .p-perc {
    border: none;
	}
	.home .polls-image.img-container {
    padding-bottom: 24.6%;
	}
}
@media screen and (max-width: 599px) {
	.poll-head {
		background: rgb(2,0,36);
		background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(24,37,76,1) 35%, rgba(27,119,182,1) 100%);
		margin-bottom: .5rem;
	}
	.poll-head .blinkin-circle {
    top: 10px;
    right: -10px;
	}
	.poll-hand {
    position: absolute;
    right: 1.7rem;
    margin-top: 1rem;
	}
	.home .polls-image.img-container {
    padding-bottom: 72%;
	overflow: visible;
	}
}
.page-id-118185 .polls-image.img-container {
    padding-bottom: 56%;
}
table.bordered.fixture tbody tr td:first-child, table.bordered.fixture tbody tr td:nth-child(3) {
    width: 15%;
}
table.bordered.fixture tbody tr td:nth-child(2) {
    width: 70%;
	text-align: right;
}
.bordered.fixture .ball {
    display: inline-block;
    margin: 0;
}
.social-networks li {
    padding-right: 0.5rem !important;
    padding-left: 0 !important;
}
.social-networks {
    padding-left: .5rem;
}
.related-thumb {
    position: relative;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-size: 30% auto;
    display: inline-block;
}
@media screen and (max-width: 599px) {
	.related-posts .post-title {
		padding-right: 1rem;
		float: right;
	}
}
.page-id-188255 table.bordered tbody tr td {
    text-align: center;
}
.page-id-188255 #myTab_247273 li, .page-id-188255 #myTab_313347 li, .page-id-188255 #myTab_313349 li {
    width: 50% !important;
}
.page-id-188255 #myTab_247272 li a, .page-id-188255 #myTab_313347 li a, .page-id-188255 #myTab_313349 li a {
    background-image: none !important;
}
.page-id-188255 .wp-block-latest-posts__featured-image.alignright {
    margin-left: 0;
}
.page-id-188255 .wp-block-latest-posts__list li > a {
    padding: 10px;
    display: inline-block;
    background: #eee;
	font-weight: 700;
}
@media screen and (min-width: 600px) {
	.page-id-188255 .wp-block-latest-posts.wp-block-latest-posts__list {
		margin-right: 0;
	}
}
.page-id-188255 #tab_container_247272 {
    margin-bottom: 0;
}
.page-id-188255 #myTab_247272.wpsm_nav-tabs > li > a {
    border: 1px solid #375070 !important;
    background-color: #375070 !important;
}
.page-id-188255 #primary::before {
    content: url(https://www.eanlibya.com/files/images/football.png);
}
.page-id-188255 #main {
    margin: 47% auto 0;
}
.page-id-188255 #primary::before {
    background: url(https://www.eanlibya.com/files/images/football.png) no-repeat top center;
    max-width: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0;
    top: 0;
    -moz-background-size: 100%;
    background-size: 100%;
}
.page-id-188255 h1.entry-title span {
    background-color: transparent;
}
.page-id-188255 h1.entry-title::before {
    content: "";
    height: 5px;
    background: #1b77b6;
    width: 39%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}
.page-id-188255 h1.entry-title::after {
    content: "";
    height: 5px;
    background: #1b77b6;
    width: 39%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.block-title.sport-news {
    padding-right: 40px;
}
.block-title.sport-news::before {
    content: '';
    width: 30px;
    display: inline-block;
    background: url(https://www.eanlibya.com/files/images/ball.gif) no-repeat top center;
        background-size: auto;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0;
    top: 0;
}
@media screen and (max-width: 599px) {
	.page-id-188255 h1.entry-title::before, .page-id-188255 h1.entry-title::after {
		width: 38%;
		z-index: 0;
	}
	.page-id-188255 #main {
    margin: 50% auto 0;
	}
}
@media screen and (min-width: 600px) {
	.block-title.sport-news {
		padding-right: 40px;
		background: linear-gradient(-90deg, rgb(0, 11, 39) 0%, rgb(238, 238, 238) 100%);
		padding: 5px 40px 0 5px;
	}
	.block-title.sport-news span {
    padding: 10px 10px 5px;
    color: #fff;
	}
	.block-title.sport-news::before {
    right: 4px;
    top: 2px;
	}
}
/* iPad */
@media screen and (max-width: 1024px) and (min-width: 600px) {
	.single .content-area {
		padding-left: 0;
	}
	.home .top-section .top-column, .home .section .top-column {
    padding: 0;
	}
	.main-opinion .opinion .medium-up-2 > .column {
    	width: 49%;
		float: right;
	}
	.home .main-opinion {
	    flex-direction: column;
	}
	.opinion li {
	    margin-left: 2%;
	}
	.main-opinion .opinion .from-cat {
		margin-left: 0;
	}
	.opinion.section .post-title h3 {
    	font-size: 1rem;
	}
	.opinion .post-title {
    	padding-left: 0;
	}
	.home .most-read {
		margin-top: 1rem;
		padding: 1rem 1.5rem;
		margin-right: 0;
	}
	.home .cec-cn-case-wrapper .cec-cn-case-singe {
		flex-basis: 49%;
		margin-right: 1%;
		margin-bottom: 1%;
    }
	.cec-elementor-country-wise.alignwide {
	    padding: 15px 30px;
	}
	li.special-small {
		margin-left: 1% !important;
		margin-bottom: 1%;
	}
	li.special-small {
	    flex-basis: 48%;
	}
	.currency {
		flex-basis: 30%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.currency.dollar {
    	margin-right: 1%;
	}
	.tech-section .post-item:last-child {
	    display: none;
	}
	.home .from-cat .post-item h3 a, .home .post-title h3 {
    	font-size: 1rem;
	}
	.home .video-section #yrc-shell-0 .yrc-item:not(:first-child) {
		width: 48% !important;
		margin-left: 2% !important;
		margin-bottom: 2% !important;
		padding: 0;
	}
	.home .video-section #yrc-shell-0 .yrc-item:first-child {
		width: 100% !important;
		padding-left: 0;
		margin-bottom: 1rem !important;
	}
	.sp-table {
    	flex: 1;
	    flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 1%;
	}
	.infographic-section .more-top-posts:last-child {
    	display: none;
	}
	footer .about p {
    	font-size: 1rem;
	}
	.footer-top .footer-social ul li a {
		font-size: 1.1rem;
		margin: 0 5px;
	}
	.footer-top .about:not(:last-child) .footer-title {
    	width: 60%;
	}
	.footer-top .about:last-child .footer-title {
    	width: 80%;
	}
	.footer-top .about .about-menu .footer-menu {
    	margin-bottom: 0;
	}
	.footer-top .yikes-easy-mc-form .submit-button-inline-label {
		width: 40%;
	}
	.footer-top .about {
    margin: 30px 30px 0;
	}
	.site-content {
    	padding-bottom: 330px;
	}
	.site-footer {
	    height: 335px;
	}
	.site-content.column {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.cat-featured .top-posts li:first-child {
		width: 100%;
		margin-left: 0;
	}
	.cat-featured .top-posts li:not(:first-child) {
    	flex: 1;
	}
	.cat-featured .top-posts {
    	flex-wrap: wrap;
	}
	.entry-header .entry-title {
    	font-size: 2rem;
	}
	.related-posts ul li:last-child {
    	display: none;
	}
	.related-posts {
    	margin-bottom: 0;
	}
	#responsive-menu-pro-additional-content .site-footer.footer-social {
		position: relative;
		height: auto;
	}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
		line-height: 30px !important;
		height: 50px !important;
	}
	.video-gallery #yrc-shell-0 .yrc-item {
    	width: 50% !important;
	}
	#yrc-shell-0 .yrc-core {
    	margin-left: -5px !important;
	}
	#fancybox-close {
    	left: -20px;
	}
	#fancybox-outer {
	    left: -50%;
	}
	#fancybox-wrap {
	    left: 50% !important;
		padding: 10px !important;
	}
	#fancybox-content {
	    border: 30px solid rgba(0,0,0,.8) !important;
	}
	.exchange-column:last-child {
    	margin-right: 0;
	}
	.special-large h2 {
		font-size: 1.2rem;
	}
	.home-page-sections .libya-section .latest-top-post:last-child {
    	display: none;
	}
	.home-page-sections .opinion .from-cat li:nth-child(2n+2) {
    margin-left: 0 !important;
	}
	.home-page-sections .opinion .from-cat li {
    flex-grow: 1;
    width: 49%;
    margin-left: 1% !important;
	}
	.most-read ul li {
    width: 49%;
    margin-bottom: 1rem;
	}
}

@media screen and (min-width: 1025px) {
	.most-read ul li:last-child {
		display: none;
	}
}

.fb-video {
    margin-bottom: 1rem;
}
.single .author-description {
    font-size: 0.9rem;
}
.single .entry-content .fb-post {
    margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
	.libya-section .from-cat .latest-top-post h3 {
		font-size: 1.1rem;
		padding: .5rem;
		background-color: #fff;
		margin-bottom: 0;
	}
	.home-page-sections .libya-section .latest-top-post {
    	display: table-cell;
		background-color: #fff;
		float: none;
		padding-left: 0;
	}
	.libya-section .from-cat ul {
		margin-left: -10px;
		display: table;
		border-spacing: 10px;
		border-collapse: separate;
		margin-right: -10px;
		table-layout: fixed;
		width: calc(100% + 20px);
	}
	.opinion .from-cat li:nth-child(3n+3) {
    margin-left: 0;
	}
	.opinion .from-cat li {
    flex-grow: 1;
    width: 31%;
    margin-left: 1%;
	}
	.opinion .from-cat {
    display: flex;
    flex-wrap: wrap;
	}
	.latest-top-post .cat-label {
		position: relative;
		top: unset;
		right: unset;
		font-size: 14px;
		margin-bottom: 1rem;
	}
	.latest-top-post .cat-label a {
		font-size: 14px !important;
	}
	footer .about-text p, footer .newsletter p {
    	font-size: .9rem;
	}
	.most-read .most-cat {
    color: #fff;
	}
	.most-read .most-cat .category-14 {
    display: none;
	}
	.top-section .more-top-posts .post-title {
	margin-right: 1rem;
	align-self: center;
	}
	.top-section .more-top-posts .post-item {
	flex: 0 0 8rem;
	margin-bottom: 0 !important;
	}
	.top-section .more-top-posts {
    display: flex;
    flex-wrap: nowrap;
	margin-bottom: 12px;
	}
	.top-section .latest-top-post .img-container-top {
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    background-image: url(images/el-logo.gif);
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-size: 35% auto;
    background-position: center;
	}
	.img-container-latest {
    height: 0;
    padding-bottom: 24.8%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #dddddd;
    background-size: 15% auto;
    background-position: center;
	}
	.top-section .more-top-posts .cat-label {
    position: relative;
    top: unset;
    right: unset;
	}
	.top-section .more-top-posts .cat-label a {
    color: #777;
	padding: 0 5px;
	background: transparent;
	margin-bottom: .5rem;
	border-right: 3px solid #cb0001;
	border-radius: 0;
	line-height: 1.1;
	}
	.top-section .latest-top-post .post-item h3 {
    border-right: 5px solid #cb0001;
	}
	.about-source ul {
    margin-bottom: 0;
	}
	.page-id-5 .col-w {
	background-color: #fff;
	padding: 1rem 1rem 0;
	}
	.top-section .more-top-posts .post-title h3 {
    margin-bottom: 0;
	}
}

tbody tr:nth-child(2n) {
    background-color: transparent;
}

.page-id-5 .entry-header {
    display: none;
}
.page.page-id-5 .content-area {
    background: transparent;
    padding: 0;
    margin-top: 1rem;
}
.page-id-5 #main {
    width: 100%;
}
.page-id-5 .wp-block-columns {
    margin-bottom: 0;
}
.page-template-page-no-sidebar .type-page {
    margin-bottom: 0;
}
div.wpforms-container div.wpforms-uploader .dz-message svg {
    display: none;
}
.main-special1 .post-item.img-container-special {
    border: none;
    margin-left: 0;
}
.main-special1 .special-large h2 {
    background: rgba(0, 0, 0, 0.7);
    border-right: 5px solid #cb0001;
}
.main-special1 .wppsac-carousel-slides .wppsac-post-image-bg {
    display: none;
}
.main-special1 .wppsac-post-content-position {
    background-color: #fff;
    border-right: 5px solid #1b77b6;
    padding: 10px;
	min-height: 72px;
}
.main-special1 .wppsac-post-carousel h2.wppsac-post-title {
    margin: 0 !important;
}
@media screen and (min-width: 1025px) {
	.main-special1 .wppsac-post-carousel h2.wppsac-post-title a {
    font-size: 18px;
    line-height: 22px;
	}
	.from-cat-s5-col1 #wppsac-post-carousel-1 .slick-prev {
		margin-left: -30px !important;
	}
	.from-cat-s5-col1 #wppsac-post-carousel-1 .slick-next {
		margin-right: -30px !important;
	}
}
@media screen and (max-width: 1024px) {
	.main-special1 .wppsac-post-carousel h2.wppsac-post-title a {
		font-size: 16px;
	}
}
.cat-post-share {
	float: left;
}
 /* The Modal (background) */
.modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.modal-open .modal {
    overflow: visible;
}

.modal-dialog {
    position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
	
}
@keyframes animatetop {
  from {top: 30%; opacity: 0}
  to {top: 50%; opacity: 1}
}
@media screen and (max-width: 910px) {
	button.close {
		position: absolute;
		left: -10px;
		top: -10px;
		z-index: 13;
		font-size: 1.5rem;
		width: 40px;
		height: 40px;
		background-color: #eee;
		border-radius: 20px;
	}
}
.cat-mobile:first-of-type .img-container {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -1rem;
}
.cat-mobile:not(:first-of-type) .excerpt {
    display: none;
}
.cat-mobile .entry-meta .btn {
    float: left;
}
.cat-mobile:not(:first-of-type) .entry-meta .posted-date {
    display: none;
}
.cat-mobile:first-of-type .entry-meta .btn {
    display: none;
}
.cat-mobile:first-of-type .hentry {
    background-color: #1b77b6;
}
.cat-mobile:first-of-type .entry-title a, .cat-mobile:first-of-type .entry-meta, .cat-mobile:first-of-type .excerpt {
    color: #fff;
}
 /* Sharing buttons */
@keyframes animatetop1 {
  from {top: 0; opacity: 0}
  to {top: -52px; opacity: 1}
}
@keyframes animatetop2 {
  from {top: -52px; opacity: 0}
  to {top: -94px; opacity: 1}
}
@keyframes animatetop3 {
  from {top: -94px; opacity: 0}
  to {top: -136px; opacity: 1}
}
@keyframes animatetop4 {
  from {top: -136px; opacity: 0}
  to {top: -178px; opacity: 1}
}
.sharing-buttons .sharing-button-icon .fab, .sharing-buttons .sharing-button-icon .fas {
    font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.sharing-button {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: -10px;
	border-radius: 20px;
}
.sharing-button.facebook {
    background-color: #4267B2;
	animation-name: animatetop1;
	animation-duration: 0.4s;
	top: -52px;
}
.sharing-button.twitter {
    background-color: #1DA1F2;
	animation-name: animatetop2;
	animation-duration: 0.6s;
	top: -94px;
}
.sharing-button.email {
    background-color: #E60023;
	animation-name: animatetop3;
	animation-duration: 0.8s;
	top: -136px;
}
.sharing-button.whatsapp {
    background-color: #25D366;
	animation-name: animatetop4;
	animation-duration: 1s;
	top: -178px;
}
.game-time, .game-result {
    text-align: center;
}
@media screen and (max-width: 599px) {
	footer .footer-title {
		font-size: 1.1rem;
	}
	footer .newsletter p {
    	font-size: 1rem;
	}
	footer .footer1-copyright p {
    	font-size: 0.7rem !important;
	}
}
.most-read .most-cat .category-12719 {
    display: none;
}
/* Footnotes */
.modern-footnotes-footnote {
    background-color: #1b77b6;
    padding: 3px 7px 1px 8px;
    border-radius: 20px;
}
.single .modern-footnotes-footnote a, .single .modern-footnotes-footnote a:hover {
    color: #fff;
    text-decoration: none;
}
/* Single Match */
.single-match .game-time, .single-match .game-result {
	font-family: 'Helvetica Neue Bd', Tahoma, serif !important;
}
.single-match .ball {
    display: initial;
}
@media screen and (min-width: 768px) {
	.single-match .team-title {
		font-size: 1.5rem;
		line-height: 2;
	}
	.single-match .game-time, .single-match .game-result {
		font-size: 2rem;
		line-height: 2;
	}
	.single-match .game-date {
		position: absolute;
		top: -40px;
		left: 0;
	}
}
.single-match .game-time, .single-match .game-result, .single-match .text-center {
    padding-bottom: 0;
}
.single-match {
    position: relative;
}
.single-match .bordered {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.home .section:not(.video-section) .block-title a:after {
		content: " ";
		width: 32px;
		background-image: url(/files/images/content_go_arrow.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 13px 15px;
		margin-right: 10px;
		display: inline-block;
		height: 16px;
	}
}
.single.in-pictures .entry-content img {
    display: initial;
}
.single.in-pictures figcaption {
    display: initial !important;
}
.single.in-pictures .modified-date {
    display: none;
}
@media screen and (max-width: 767px) {
	.single.in-pictures .wp-block-gallery .blocks-gallery-item {
		margin: 0 0 1em 0;
		width: 100%;
	}
	.pictures-section .img-count, .category-in-pictures .img-count {
		color: #fff;
	}
}
.single.in-pictures .wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg,rgb(0, 0, 0),rgba(0,0,0,.5) 70%,transparent);
}
@media screen and (min-width: 768px) {
	.pictures-section .from-cat-s7 .post-item {
		flex: 0 0 calc(50% - 10px);
	}
}
.pictures-section .from-cat-s7 .post-item {
	margin-bottom: 1rem;
}
.pictures-section .img-count, .category-in-pictures .img-count {
    position: absolute;
    left: 10px;
    bottom: 7px;
}
.single.in-pictures .entry-header .entry-title {
	color: #fff;
}
.single.in-pictures .single-large-header {
    padding: 0;
}
@media screen and (min-width: 768px) {
	.single.in-pictures .entry-header {
		position: absolute;
		top: 1rem;
		z-index: 2;
		right: 0;
		background: linear-gradient(0deg,transparent,rgba(0,0,0,.5) 50%,rgb(0, 0, 0));
		padding: 1rem 2rem 5rem;
		left: 0;
	}
	.single.in-pictures .single-large-meta {
		position: absolute;
		top: 100px;
		z-index: 2;
		right: 1rem;
		left: 1rem;
		padding: 0 1rem 0 !important;
	}
	.single.in-pictures .single-large-meta .entry-meta {
		color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.single.in-pictures .entry-header {
		position: absolute;
		top: 0;
		z-index: 2;
		right: 0;
		background: linear-gradient(0deg,transparent,rgba(0,0,0,.5) 50%,rgb(0, 0, 0));
		padding: 0 1rem 5rem;
		left: 0;
	}
	.single.in-pictures .single-large-meta {
		position: absolute;
		top: 40px;
		z-index: 2;
		right: 1rem;
	}
	.single.in-pictures .single-large-meta .entry-meta {
		color: #fff;
		font-size: 0.8rem;
	}
	.single.in-pictures #primary {
		padding-left: 0;
	}
	.single.in-pictures .entry-header .entry-title {
		margin-top: .5rem !important;
	}
	.single.in-pictures .single-large-header {
		margin: 0 -.625rem;
	}
	.pictures-section .from-cat-s7 .post-item {
    	flex: 0 0 100%;
	}
}
.single.in-pictures .featured-caption {
	display: none;
}
.single.in-pictures .featured-image {
	border-bottom: 5px solid #1b77b6;
}
.exchange-table tbody .column-3 {
    font-size: 2rem;
    font-family: 'Helvetica Neue Bd';
}
.exchange-table tbody .column-3 .far {
    font-size: 2rem;
}
@keyframes flip-with-scale {
  50% {
    transform: perspective(400px) scaleX(1);
  }
  75% {
    transform: perspective(400px) scaleX(0);
  }
  100% {
    transform: perspective(400px) scaleX(1);
  }
}
.most-read .block-title::after {
    content: "";
    height: 3px;
    background: #a4a4a4;
    width: 126px;
    position: absolute;
    bottom: 0;
    right: 46px;
}
@media screen and (min-width: 911px) {
	.page-id-363894 .info-column {
		padding: 1rem;
	}
}
@media screen and (max-width: 910px) {
	.page-id-363894 .info-column {
		padding: 0;
	}
}
.page-id-363894 .site-content .content-area {
	background-color: transparent;
}
.page-id-363894 .entry-header {
	display: none;
}
@media screen and (max-width: 767px) {
	.page-id-363894 .send-info-title {
		font-size: 1.5rem !important;
		font-family: 'Helvetica Neue Bd',Tahoma,serif;
	}
	.category-visitors .cat-mobile:first-of-type .author.vcard a {
    	color: #fff;
	}
}
.send-info-title {
	font-family: 'Helvetica Neue Bd',Tahoma,serif;
}
.single:not(.visitors) #secondary #block-2, .single.visitors #secondary #block-3, .category #secondary #block-2 {
    padding: 0;
}
.single:not(.visitors) #secondary #block-2 .wp-block-image, .single.visitors #secondary #block-3 .wp-block-image, .category #secondary #block-2 .wp-block-image {
    margin-bottom: 0;
}
.wp-block-code code {
	font-family: Tahoma;
	border: none;
	background-color: transparent;
}
@media screen and (max-width: 599px) {
	.small-text-center {
		text-align: center;
	}
	.small-div-center {
		margin: 0 auto;
		float: none;
	}
}
.widget #tab_container_246602 .wpsm_nav-tabs > li {
    float: right !important;
}
.widget #tab_container_246602 .wpsm_nav-tabs > li > a.active {
    color: #fff !important;
	background-color: #1b77b6;
}
.widget #tab_container_246602 .wpsm_nav-tabs > li > a {
    font-size: 1rem !important;
    font-family: 'Helvetica Neue Reg',Arial,serif !important;
}
#tab_container_246602 .tab-content {
    color: #000 !important;
    font-size: 16px !important;
    font-family: 'Helvetica Neue Reg',Arial,serif !important;
}
#tab_container_246602 .tab-content {
    font-family: 'Helvetica Neue Reg',Arial,serif !important;
}
.tab-pane > ol {
margin-right: -20px;
}
.tab-pane > ol > li {
list-style: none;
counter-increment: li;
position: relative;
padding: 0;
min-height: 4rem;
overflow: inherit;
display: table;
height: 4rem;
}
@media screen and (max-width: 599px) {
.tab-pane > ol > li:before {
content: counter(li);
position: relative;
width: 1.4em;
color: #1b77b6;
font-family: "Helvetica Neue Bd", Tahoma, sans-serif;
text-align: center;
font-size: 1.6rem;
vertical-align: middle;
display: table-cell;
}
}
.tab-pane > ol > li .wpp-post-title {
vertical-align: middle;
display: table-cell;
}
@media screen and (min-width: 600px) {
.tab-pane > ol > li:before {
content: counter(li);
position: relative;
width: 1.4em;
color: #1b77b6;
font-family: "Helvetica Neue Bd", Tahoma, sans-serif;
text-align: center;
font-size: 1.4rem;
vertical-align: middle;
display: table-cell;
}
}
#wpsm_tabs_r_widget_id-2 h3 {
	display: none;
}
.page-id-363166 .post-excerpt p {
    font-size: 1rem;
}
.page-id-363166 #secondary {
	padding-right: 0;
}
@media screen and (max-width: 767px) {
	.page #election-stats .widget {
		border-top: 1rem solid #f2f2f2;
		margin-top: 1rem;
		flex: 0 0 100%;
	}
	.page #election-stats {
    	width: 100%;
	}
	.page-id-363166 #secondary {
    padding-left: 0;
	}
	.page #election-stats .parl-detail {
		height: 350px;
	}
	.candidate-box {
		background-color: #f2f2f2 !important;
	}
}
body.page-id-363166 {
    background: #f2f2f2;
}
.page-id-363166 .cat-featured .top-posts li {
    background-color: #f2f2f2;
}
#election-stats {
    --gap: 12px;
    display: inline-flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
}
#election-stats .widget {
	padding: 1rem;
	background-color: #fff;
	margin: var(--gap) 0 0 var(--gap);
	flex: 0 0 calc(33.333333% - var(--gap));
}
#election-stats .fa-map-marker-alt::before {
    color: #1b77b6;
}
.postid-375398 .modified-date, .postid-376168 .modified-date {
    display: none;
}
#slideshow > .mySlides {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.elect-date {
    background-color: #1b77b6;
    margin: 0 .3rem;
    color: #fff;
    border-radius: 7px;
	padding: .5rem;
}
.raseef .post-item {
  max-width: 33%;
}
.postid-391894 #fb-comments {
	display: none;
}
::selection {
  background: #d0e3fc;
}
div.highlight-and-share-wrapper div.has_twitter, div.highlight-and-share-wrapper div.has_facebook, div.highlight-and-share-wrapper div.has_linkedin, div.highlight-and-share-wrapper div.has_ok, div.highlight-and-share-wrapper div.has_vk, div.highlight-and-share-wrapper div.has_pinterest, div.highlight-and-share-wrapper div.has_email, div.highlight-and-share-wrapper div.has_xing, div.highlight-and-share-wrapper div.has_whatsapp, div.highlight-and-share-wrapper div.has_copy, div.highlight-and-share-wrapper div.has_reddit, div.highlight-and-share-wrapper div.has_telegram, div.highlight-and-share-wrapper div.has_signal {
  background: #111111 !important;
}
.highlight-and-share-wrapper:after {
	border-top-color: #111111 !important;
}
/* Slideshow */
.slideshow-container {
  max-width: 728px;
  position: relative;
  margin: auto;
	height: 90px;
}
.mySlides {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	animation: 8s autoplay1 infinite;
	box-shadow: 1px 1px 5px #ddd;
}
@keyframes autoplay1 {
  0% {visibility: visible}
  50% {visibility: hidden}
}
.mySlides:nth-child(1) {
	animation-delay: 0s
}
.mySlides:nth-child(2) {
	animation-delay: 4s
}
.slideshow-container-mob {
  position: relative;
  margin: 1rem auto 0;
  height: 60px;
	width: 90%;
}

.single.postid-456120 .entry-content img:first-of-type {
  display: block;
}
@media screen and (max-width: 767px) {
	#secondary .rpwwt-widget ul li img {
	  margin: .1em 0 .1em .75em;
	}
	.author-box h3 {
	  padding-top: 0;
	}
}
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
  padding: 10px 0 10px 0;
}
body {
  width: 100% !important;
  overflow-x: hidden !important;
}
.dz-hidden-input {
  overflow-x: hidden !important;
}

/* Custom Social Share */
.custom-social-share .css-button:not(.css-copy) {
  display: none;
}
.social.share .custom-social-share {
	margin: 0px;
}
.mobile-only .custom-social-share {
  display: inline-block;
	margin: 0;
}
.mobile-only .css-button {
  min-height: 37px;
	padding: 0 !important;
	width: 43px !important;
  height: 37px !important;
	position: absolute;
	bottom: -14px;
}
.mobile-only .css-icon {
  padding: 5px;
	width: 30px;
    height: 30px;
}
.mobile-only .css-buttons-wrapper {
  position: relative;
}
.mobile-only .sharing-buttons {
	margin-right: -10%;
}
/* Shortlinker */
.single .shortlinker-copy-btn {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
}
.single .mobile-only .shortlinker-copy-btn {
	background-color: #d4d4d4 !important;
  color: white !important;
  border: none;
  padding: 10px 16px 11px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
  border-radius: 0;
}
.single .mobile-only .shortlinker-copy-btn:hover {
    background-color: #000000 !important;
  color: white;
}