/*!
Theme Name: Ghafla
Theme URI: http://underscores.me/
Author: CMITEXPERTS
Author URI: http://cmitexperts.com
Description: Description
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ghafla
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Ghafla is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.gfl-social-shares {
    display: flex;
    align-items: center;
}
.gfl-social-shares a {
    color: #58b80a;
    margin-left: 10px;
    font-size: 18px;
}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/*custom-css-start-here*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
	font-size: 16px;
	color: #000;
	font-family: 'Roboto', sans-serif !important;
	background-color: #CCCCCC !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif !important;
}
body.logged-in .fixed-top {
    top: 32px;
}
a, a:hover, a:focus {
	transition: 0.3s;
	outline: unset;
}
ul {
    padding: 0 !important;
    margin: 0;
    list-style: none;
}
section {
    padding: 50px 0px;
}
.bg-light-gfl {
    background-color: #ffffff;
}
input[type="text"]:focus {
    outline: unset;
    box-shadow: unset;
    border-color: #58b80a;
}
header#gfl-header .container-fluid {
    width: 66.66666667%;
    margin: 0 auto;
    padding: 0 1.3rem;
}
.fixed-top {
    box-shadow: 0px 0px 5px #979797;
}
.gfl-site-header .row {
    max-width: 100%;
}
.glf-latest-posts ul {
    margin-bottom: 0;
}
.gfl-trending-posts ul {
    margin-bottom: 0;
}
.stories.snapgram .story > .item-link > .item-preview {
    background: radial-gradient(ellipse at 70% 70%, #58b80a 8%, #58b80a 42%, #67e500 58%);
}
.add {
    /* background-color: #f5f5f5; */
    display: flex;
    /* height: 100%; */
    align-items: center;
    justify-content: center;
    /* font-size: 24px; */
    /* min-height: 100px; */
    /* border-radius: 10px; */
    font-size: 0;
}
#zuck-modal-content .story-viewer .head .right .close {
    color: #58b80a;
    text-decoration: unset;
}
#zuck-modal.with-cube .slider>.viewing {
    transform: unset;
}
#zuck-modal-content .story-viewer .tip {
    background-color: #58b80aab;
}
#zuck-modal-content .story-viewer .tip:hover {
    background-color: #58b80a;
}
ul.glf-Sponsered-posts-wrap li .glf-story-thumbnail {
    margin-bottom: 7px;
}
ul.glf-Sponsered-posts-wrap li .glf-story-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}
ul.glf-Sponsered-posts-wrap li .glf-story-content a:hover, ul.glf-Sponsered-posts-wrap li .glf-story-content a:focus {
    color: #58b80a;
    text-decoration: unset;
}
.gfl-site-header {
	padding: 12px 0px;
}
.gfl-featured-category-large h2.gfl-ribbon {
    font-size: 16px;
    position: absolute;
    background: #58b80a;
    color: #fff;
    text-align: center;
    z-index: 2;
    padding: 0.8em 1em;
    top: 30px;
    right: -16px;
}
#bw_wpstories .slick-next, .slick-prev {
    top: 18px;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
}
#bw_wpstories .slick-next:before, #bw_wpstories .slick-prev:before {
    font-size: 26px;
    font-weight: 300;
}
#bw_wpstories .slick-next {
    right: 0;
}
#bw_wpstories .slick-prev {
    left: 0px;
}
#bw_wpstories .slick-prev:before {
    content: "";
    background: url(/ghafla/wp-content/themes/ghafla/assets/images/prev.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    display: block;
}
#bw_wpstories .slick-next:before {
    content: "";
    background: url(/ghafla/wp-content/themes/ghafla/assets/images/next.png) no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    display: block;
}
#bw_wpstories .slick-next:focus, #bw_wpstories .slick-next:hover, #bw_wpstories .slick-prev:focus, #bw_wpstories .slick-prev:hover {
    background-color: #ffffffd9;
}
.single-post .gfl-stories-sec {
    margin-bottom: 20px;
}
.single-post .gfl-single-post-content {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}
.single-post .gfl-single-post-content .gfl-post-content {
    font-size: 16px;
    margin-top: 10px;
    color: #444;
}
.single-post .gfl-single-post-content .gfl-post-content p {
    margin-bottom: 0;
}
.single-post .gfl-single-post-content .gfl-post-thumbnail img {
    border-radius: 10px;
    height: 340px;
    object-fit: cover;
}
.gfl-grid-item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
}
.single-post .gfl-single-post-content .gfl-post-title h1 {
    font-size: 32px;
}
.gfl-featured-category-large strong.ribbon-content:before {
    content: "";
    position: absolute;
    display: block;
    border-style: solid;
    border-color: transparent transparent #398000 transparent;
    bottom: -16px;
    right: 0px;
    border-width: 0em 1em 1em 0em;
    transform: rotate(90deg);
}
.gfl-site-header nav#site-navigation {
    padding: 0px;
}
.gfl-site-header ul#primary-menu {
    margin: 0 auto;
}
.gfl-site-header ul#primary-menu li a {
    text-transform: uppercase;
    margin: 0px 10px;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto Slab', serif !important;
}
.gfl-site-header span#addon-wrapping {
    background-color: #58b80a;
    padding: 8px 10px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: #58b80a !important;
}
.gfl-site-header span#addon-wrapping img {
    filter: brightness(0) invert(1);
    max-width: 90%;
    margin: auto;
}
.gfl-site-header input.form-control {
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 500;
	width: 170px;
    font-family: 'Roboto Slab', serif !important;
}
.gfl-featured-category-large.small h3 {
    font-size: 32px;
    color: #fff;
    position: relative;
    width: auto;
}
.gfl-featured-category-large.small a {
    border-radius: 10px !important;
}
.gfl-featured-category-large.small a:before {
    border-radius: 10px;
}
.gfl-featured-category-large.small {
    margin-bottom: 20px;
}
.gfl-featured-category-large a {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    text-align: left;
    background-position: 100% 100%;
    text-decoration: unset;
    border-radius: 0px;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
}
.gfl-latest-stories span.gfl-post-shares {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #58b80a;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    position: relative;
}
.gfl-latest-stories span.gfl-post-shares img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.gfl-trending-posts span.gfl-post-shares {
    font-size: 16px;
    margin-top: 5px;
}
.gfl-trending-posts span.gfl-post-shares img {
    width: 16px;
}
.gfl-featured-category-large a:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
    width: 100%;
    height: 55%;
    left: 0;
    bottom: 0;
}
.gfl-featured-category-large a h1 {
    font-size: 270%;
    color: #fff;
    width: 100%;
    font-weight: bold;
    position: relative;
    font-family: 'Roboto Slab', serif !important;
}
.gfl-featured-category-large {
    margin-bottom: 20px;
}
.gfl-latest-stories {
    padding-top: 10px;
}
#bw_wpstories {
    padding-top: 10px;
    padding-bottom: 0px;
}
.stories.carousel .story>.item-link>.info .name {
    font-family: 'Roboto Slab', serif !important;
    font-size: 14px;
    font-weight: 500;
}
.wpstory-slider-wrapper .wpstory-slider-item .wpstory-circle-title {
    font-family: 'Roboto Slab', serif !important;
    font-size: 14px;
    font-weight: 500;
}
.gfl-stories-sec .wpstory-shortcode-wrapper {
    margin-bottom: 0;
    padding: 10px 5px;
}
.gfl-stories-sec section {
    padding: 0;
}
.wpstory-shortcode.wpstory-slider-container-initialized .wpstory-slider-nav {
    top: 44% !important;
}
.gfl-stories-sec {
    background-color: #ffffff;
    padding-right: 0;
    border-radius: 0;
    margin-bottom: 0;
}
#bw_wpstories .slick-slider {
    margin-bottom: 0;
}
.gfl-latest-stories .stories.carousel {
    overflow-x: hidden;
}
.stories.carousel .story {
    width: 8vw;
    max-width: 80px;
}
.stories.carousel .story>.item-link>.item-preview {
    max-height: 80px;
    height: 8vw;
}
.gfl-site-header ul#primary-menu li a:hover {
    color: #58b80a;
}
.gfl-site-header ul#primary-menu li a:focus {
    outline: unset;
}
.gfl-latest-stories h4 {
    font-size: 129%;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid;
    position: relative;
    padding-bottom: 10px;
    padding-left: 26px;
}
.gfl-latest-stories ul li a {
    text-decoration: unset;
    color: #444;
    font-weight: bold;
}
.gfl-latest-stories ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
}
.glf-latest-posts {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}
.glf-latest-posts ul li a {
    font-size: 120%;
    line-height: normal;
}
.gfl-trending-posts {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    margin-top:90px;
}
.gfl-latest-stories ul li a:hover {
    text-decoration: underline;
}
footer#colophon {
    background-color: #f5f5f5;
    text-align: center;
    padding: 24px 0;
    font-size: 14px;
}
footer#colophon a {
    color: #000000;
    text-decoration: unset;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
}
footer#colophon a:hover {
    color: #58b80a;
}
.gfl-latest-stories h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    bottom: 0;
    background-color: #58b80a;
    width: 16px;
    height: 16px;
    margin: auto;
    display: block;
}
div#loom-companion-mv3 {
    display: none;
}
ul.glf-latest-posts-wrap li {
    display: flex;
}
ul.glf-latest-posts-wrap li .glf-story-thumbnail {
    width: 50%;
}
ul.glf-latest-posts-wrap li .glf-story-content {
    width: 50%;
    padding-left: 20px;
}
ul.glf-latest-posts-wrap li .glf-story-thumbnail img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.glf-latest-posts ul li p a {
    color: #58b80a;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
}
.glf-latest-posts ul li p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 3px;
}
ul.glf-latest-posts-wrap li .glf-story-content a.glf-story-category {
    font-size: 12px;
    color: #58b80a;
    border: 1px solid #58b80a;
    padding: 5px;
    border-radius: 3px;
    font-family: 'Roboto Slab', serif;
    text-decoration: unset;
    text-transform: uppercase;
}
ul.glf-latest-posts-wrap li .glf-story-content a.glf-story-category:hover, ul.glf-latest-posts-wrap li .glf-story-content a.glf-story-category:focus {
    background-color: #58b80a;
    color: #fff;
}
ul.glf-trending-posts-wrap li .glf-story-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}
ul.glf-trending-posts-wrap li 
 .glf-story-thumbnail {
    margin-bottom: 7px;
}
ul.glf-trending-posts-wrap li {
    margin-bottom: 7px;
}
ul.glf-trending-posts-wrap li a:hover {
    text-decoration: unset;
    color: #58b80a;
}
button.navbar-toggler:focus {
    outline: unset !important;
    box-shadow: unset !important;
}
.gfl-site-header .row {
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
header#gfl-header .container-fluid {
    padding: 0;
}
.gfl-related-posts-grid {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}
.gfl-related-posts-grid .gfl-grid-item {
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
}
.gfl-related-posts-grid .gfl-grid-item a img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.gfl-post-social-sec {
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
    padding: 5px 0px;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.single-post .gfl-post-content img {
    height: 400px !important;
}
span.at-icon-wrapper .at-icon {
    border: 0;
    width: 26px !important;
    height: 26px !important;
}
a.at-icon-wrapper {
    background-color: transparent !important;
}
a.at-icon-wrapper .at-icon-addthis {
    fill: #444 !important;
}
a.at-icon-wrapper .at-icon-addthis:hover, a.at-icon-wrapper .at-icon-addthis:focus {
    fill: #58b80a !important;
}
.gfl-likes a {
    color: #565353;
}
.pld-like-dislike-wrap {
    margin-bottom: 0;
}
.gfl-post-content .pld-like-dislike-wrap {
    display: none;
}
.addthis_inline_share_toolbox {
    display: flex;
    align-items: center;
}
.addthis_inline_share_toolbox svg.at-icon {
    fill: #58b80a !important;
}
.pld-like-wrap, .pld-dislike-wrap {
    padding: 5px 10px;
    border-radius: 3px;
}
.pld-like-wrap:hover, .pld-like-wrap:focus {
    background-color: #58b80a;
}
.pld-dislike-wrap:hover, .pld-dislike-wrap:focus {
    background-color: red;
}
.template-two .gfl-single-post-content .gfl-post-title:before {
    display: none;
}
.template-two .gfl-single-post-content .gfl-post-title h1 {
    color: #444;
}
.template-two .gfl-single-post-content .gfl-post-title {
    height: auto;
    padding: 0;
    width: 70%;
    float: left;
    padding-right: 15px;
    margin-bottom: 12px;
    word-break: break-all;
}
.template-two .gfl-single-post-content .gfl-post-thumbnail {
    width: 30%;
    float: left;
    margin-bottom: 10px;
}
.single-post .gfl-single-post-content .gfl-post-content p {
    margin-bottom: 0;
    width: 100%;
    clear: both;
}
.template-two .gfl-single-post-content .gfl-post-thumbnail img {
    height: auto;
}
.template-two .gfl-single-post-content .gfl-post-content {
    width: 100%;
}
.template-two .gfl-single-post-content {
    position: relative;
}
.gfl-single-post-content .gfl-post-title {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    text-align: left;
    background-position: 100% 100%;
    text-decoration: unset;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
}
.gfl-single-post-content .gfl-post-title:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
    width: 100%;
    height: 55%;
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.gfl-single-post-content .gfl-post-title h1 {
    color: #fff;
    width: 100%;
    font-weight: bold;
    position: relative;
    font-family: 'Roboto Slab', serif !important;
    font-size: 32px !important;
}
span.at-icon-wrapper {
    line-height: normal !important;
    width: 28px !important;
    height: 28px !important;
}
.at-share-tbx-element .at-share-btn {
    margin: 0 !important;
}
.addthis_inline_share_toolbox_i4j9 {
    display: flex;
    align-items: flex-end;
}
.at-share-btn-elements {
    text-align: center;
}
.likes {
    display: flex;
}
.likes__item {
	list-style: none;
}
.likes__item:not(:last-child) {
	margin-right: 10px;
}
.likes__item a {
	padding: 8px 10px;
	display: inline-block;
	border-bottom: unset;
	border-radius: 3px;
	box-shadow: none;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
	text-decoration: unset;
}
.likes__item a:hover {
	color: #fff;
}
.likes__item--like a {
    border-bottom-color: transparent;
    color: #444;
    text-decoration: unset;
}
.likes__item--dislike a {
	border-bottom-color: transparent;
	color: #444;
}
.likes__item--like a:hover {
	background: #58b80a;
}
.likes__item--dislike a:hover {
	background: #ff4300;
}
.gfl-related-posts-grid .gfl-grid-item h5 {
    font-size: 1rem;
    line-height: normal;
    text-decoration: unset;
    color: #444;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 0;
}
.gfl-related-posts-grid .gfl-grid-item a {
    text-decoration: unset;
    color: #444;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 7px;
    display: block;
}
.gfl-related-posts-grid .gfl-grid-item h5 a {
    margin-bottom: 0;
    text-decoration: unset;
    color: #444;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    display: block;
}
.gfl-related-posts-grid .gfl-grid-item h5 a:hover, .gfl-related-posts-grid .gfl-grid-item h5 a:focus {
    text-decoration: underline;
}
.gfl-post-content h1, .gfl-post-content h2, .gfl-post-content h3,.gfl-post-content  h4, .gfl-post-content h5, .gfl-post-content h6 {
    color: #444;
    font-family: 'Roboto', sans-serif !important;
}
.gfl-post-content h1 {
    font-size: 32px;
}
.gfl-post-content h2 {
    font-size: 28px;
}
.gfl-post-content h3 {
    font-size: 24px;
}
.gfl-post-content h4 {
    font-size: 22px;
}
.gfl-post-content h5 {
    font-size: 18px;
}
.gfl-post-content h6 {
    font-size: 16px;
}
.gfl-single-post-content .gfl-post-content h4:before {
    display: none;
}
.gfl-single-post-content .gfl-post-content h4 {
    border: unset;
    padding: 0;
    font-size: 20px;
    text-transform: unset;
    color: #444;
    font-weight: 500;
}
.gfl-post-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px !important;
}
.gfl-post-content img {
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}
.gfl-post-content a {
    color: #444;
}
.gfl-post-content a:hover {
    text-decoration: unset;
}
span.gfl-caption {
    color: #999;
    font-size: 12px;
    text-align: left;
    width: 100%;
    position: relative;
    font-style: italic;
}
.gfl-post-content ul {
    padding-left: 15px !important;
    list-style: disc;
}
.gfl-post-content ul li {
    border: unset;
    padding-bottom: 0;
}
.gfl-post-content a {
    color: #444;
    word-break: break-all;
}
.gfl-post-content blockquote {
    border-left: 5px solid #58b80a;
    padding: 1.5em 1em 1.5em 2em;
    margin: 1em 0;
    position: relative;
    word-break: break-all;
    font-style: italic;
}
.gfl-post-content blockquote:before {
    content: "";
    background: url(./assets/images/quote.png) no-repeat;
    width: 22px;
    height: 22px;
    left: 10px;
    top: 5px;
    position: absolute;
    background-size: contain;
}
.gfl-post-content blockquote:after {
    content: "";
    background: url(./assets/images/quote.png) no-repeat;
    width: 22px;
    height: 22px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    background-size: contain;
    transform: rotate(180deg);
}
.search-results .site-main {
    margin-top: 20px;
}
.search-results .site-main .row {
    margin: 0px;
}
.search-results .site-main .row .gfl-trending-posts ul li a {
    color: #444;
    font-weight: bold;
    text-decoration: unset;
}
.search-results .site-main .row .gfl-trending-posts ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 7px;
}
.search-results .site-main .row .gfl-trending-posts ul li span.gfl-post-shares {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #58b80a;
    font-family: 'Roboto Slab', serif;
    position: relative;
    font-size: 16px;
}
.search-results .site-main .row .gfl-trending-posts ul li span.gfl-post-shares img {
    margin-right: 5px;
}
.search-results .site-main .row .gfl-trending-posts ul li a:hover, .search-results .site-main .row .gfl-trending-posts ul li a:focus {
    color: #58b80a;
}
.template-three .gfl-post-title {
    height: 750px;
}
.template-three .gfl-post-title h1 {
    font-size: 56px !important;
}
.gfl-post-content blockquote p {
    margin-bottom: 0 !important;
}
.search-results .site-main .gfl-grid-item-wrap .gfl-grid-item a img {
    width: 100%;
    margin-bottom: 10px;
}
.search-results .site-main .gfl-grid-item-wrap {
    grid-template-columns: 1fr;
}
.search-results .site-main .gfl-grid-item-wrap a img {
    height: 400px;
    object-fit: cover;
}
.search-results .site-main .gfl-grid-item-wrap a:hover h5, .search-results .site-main .gfl-grid-item-wrap a:focus h5 {
    color: #58b80a;
}
.search-results .gfl-related-posts-grid h3 span {
    color: #58b80a;
}
nav.posts-navigation .nav-links a {
    background-color: #58b80a;
    padding: 10px;
    text-decoration: unset;
    color: #fff;
    border-radius: 7px;
    border: 1px solid #58b80a;
}
nav.posts-navigation {
    margin-top: 20px !important;
    display: block;
}
nav.posts-navigation .nav-links a:hover {
    color: #58b80a;
    background-color: transparent;
}
.search-results .gfl-related-posts-grid .gfl-grid-item a {font-size: 14px !important;font-weight: 400;}
.search-results .gfl-related-posts-grid .gfl-grid-item h5 {
    margin-bottom: 7px;
}
.no-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    height: 63.5vh;
    max-width: max-content;
    margin: 30px auto;
    border-radius: 15px;
}
.no-results input.search-field:focus {
    box-shadow: unset;
    outline: unset;
    border: 1px solid #58b80a;
}
.no-results p {
    max-width: 460px;
}
.no-results input.search-field {
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 500;
    width: 240px;
    font-family: 'Roboto Slab', serif !important;
    height: 48px;
}
.no-results input.search-submit {
    background-color: #58b80a;
    padding: 10px 20px !important;
    border-radius: 10px;
    font-weight: 500;
    font-family: 'Roboto Slab', serif !important;
    height: 48px;
    color: #fff;
}
.no-results input.search-submit:hover, .no-results input.search-submit:focus {
    opacity: .8;
}
.no-results h1.page-title {
    margin-bottom: 0;
}
body.page {
    margin-bottom: 0;
}

.template-cat .gfl-featured-category-large h2.gfl-ribbon {
    left: -16px;
    right: unset;
}
.template-cat .gfl-featured-category-large strong.ribbon-content:before {
    left: 0px;
    transform: rotate(-180deg);
    right: unset;
}
.template-cat .gfl-single-post-content {
    margin-bottom: 20px;
}

.template-cat .gfl-single-post-content a {
    text-decoration: none;
}
.template-cat .gfl-grid-item-wrap .gfl-grid-item p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 3px;
    display: flex;
}
.template-cat .gfl-grid-item-wrap .gfl-grid-item p a {
    color: #58b80a;
    font-family: 'Roboto Slab', serif !important;
    font-size: 12px;
    margin: 0px 2px;
    font-weight: bold;
}
.template-cat .gfl-grid-item-wrap .gfl-grid-item p a:hover, .template-cat .gfl-grid-item-wrap .gfl-grid-item p a:focus {
    text-decoration: underline;
}
.sponsored-posts {
    background-color: #58b80a;
}
.sponsored-posts h4:before {
    background-color: #fff;
}
.sponsored-posts h4 {
    color: #fff;
}
.sponsored-posts ul.glf-Sponsered-posts-wrap li a .glf-story-content {color: #fff !important;}
.sponsored-posts ul.glf-Sponsered-posts-wrap li a:hover, .sponsored-posts ul.glf-Sponsered-posts-wrap li a:focus {
    text-decoration-color: #fff !important;
}
.sponsored-posts ul.glf-Sponsered-posts-wrap li a {
    color: #fff !important;
}
#bw_wpstories .slick-track {
    margin-left: 5px !important;
}
.gfl-ad-sec section {
    padding: 0;
    margin: 0;
    text-align: center;
    padding-top: 1rem;
}
.gfl-story-grid .wpstory-slider-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 10px;
    place-items: center;
}
.gfl-story-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.gfl-story-pagination .page-numbers {
    font-size: 16px;
    margin-right: 10px;
    text-decoration: unset;
}
.gfl-story-pagination .page-numbers {
    background-color: #f5f5f5;
    padding: 8px 10px;
    border-radius: 7px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.gfl-story-pagination .page-numbers.current {
    background-color: #58b80a;
    color: #fff;
}
.gfl-story-pagination .page-numbers:hover, .gfl-story-pagination .page-numbers:focus {
    background-color: #58b80a;
    color: #fff;
}
.gfl-author-date p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.gfl-author-date p a {
    color: #58b80a;
    font-family: roboto slab,serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: unset;
}
.gfl-author-date {
    margin-top: 7px;
}
.gfl-author-date p a:hover {
    text-decoration: underline;
}
footer {
    width: 100%;
    display: flex;
    align-items: baseline;
}

footer .gfl-footers {
    width: 33.33%;
}

.gfl-footers ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.gfl-countries .dropdown-menu.show {background: #58b80a;}
.gfl-countries .dropdown-menu.show li a img{ height: 30px;
    object-fit: contain;
    aspect-ratio: 1;
    margin-right: 5px;
}
.gfl-countries > a img{    
    height: 30px;
    aspect-ratio: 1;
    margin-right: 5px;
}
.gfl-countries ul.dropdown-menu.show > li a {min-width:auto !important}
.dropdown.gfl-countries > a {background:#58b80a;}
.gfl-countries .dropdown-menu{min-width:auto !important}
.gfl-countries .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.gfl-countries .flag-icon:before {
    content: "\00a0";
}
/* 05-06-2023-css-start */
.ghafla-banner {
    background-color: #252A2D;
}
.ghafla-banner h1 {
    font-size: 65px;
    text-transform: uppercase;
    text-align: center;
    padding: 70px 10px;
    color: #fff;
}
.select-country {
    padding: 50px 0px 80px 0px;
}
.select-country h3 {
    text-align: center;
    margin-bottom: 20px;
    width:100%;
}
.select-country ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -10px;
    
}
.select-country ul li a {
    background-color: #fff;
    padding: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s;
}
.select-country ul li a:hover {
    background-color: #5cc00a; 
    transition: 0.3s;
}
.select-country ul li a:hover h4 {
    color: #fff;
    transition: 0.3s;
}
.select-country ul li {
    width: 25%;
    padding: 10px;
}
.select-country ul li a h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #322B29;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto Slab', serif !important;
}
.select-country ul li a img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.ghafla-banner .container-fluid {
    text-align: left;
}


/*custom-css-end-here*/

/* custom-media-start-here */
@media (max-width: 1399px) {
    .gfl-single-post-content .gfl-post-title {
      background-size: 100% 100%;
      height: 640px;
    }
    .gfl-related-posts-grid .gfl-grid-item a img {
        height: 150px;
    }
    ul.glf-trending-posts-wrap li .glf-story-thumbnail img,
    ul.glf-Sponsered-posts-wrap li .glf-story-thumbnail img, 
    ul.glf-latest-posts-wrap li .glf-story-thumbnail img {
        height: 200px;
    }
}
@media (max-width: 1199px) {
    .gfl-single-post-content .gfl-post-title {
        background-size: 100% 100%;
        height: 540px;
    }
}
@media (max-width: 1024px) {
.stories.carousel .story>.item-link>.item-preview {
	max-height: 54px;
	height: 54px;
}
.stories.carousel .story>.item-link>.info {
	margin-top: 0.2em;
}
.select-country ul li {
    width: 33.33%;
    padding: 10px;
}
}
@media (max-width: 991px) {
    .gfl-single-post-content .gfl-post-title {
        background-size: 100%;
        height: 400px;
    }
    .gfl-site-header nav#site-navigation {
        justify-content: end;
    }
}
@media (max-width: 768px) {
    .gfl-site-header .col-md-1 {
        order: 2;
        z-index: 999;
    }
    .gfl-story-grid .wpstory-slider-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .search-results .site-main .gfl-grid-item-wrap a img {
        height: 250px;
    }
	.stories.carousel .story>.item-link>.item-preview {
		max-height: 80px;
		height: 80px;
		width: 80px;
	}
	.gfl-latest-stories h4 {
		word-break: break-all;
	}
	.gfl-featured-category-large a h1 {
		font-size: 160%;
		word-break: break-all;
	}
	.gfl-latest-stories h4 {
		font-size: 110%;
	}
    .gfl-navigation form.gfl-mobile-search {
		display: block !important;
	}
	form.gfl-desktop-search {
		display: none !important;
	}
	form.gfl-mobile-search span.searchbar-icon img {
		filter: brightness(0) invert(1);
	}
	span.searchbar-icon {
		background-color: #58b80a;
		padding: 11px 8px;
		border-radius: 7px;
		display: block !important;
		margin-left: auto;
		margin-right: 0;
	}
	.gfl-mobile-search.searchbar-open input.searchbar-input, .gfl-mobile-search.searchbar-open input.searchbar-input input.searchbar-submit {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 118px;
		width: 64%;
		margin: 0 auto;
		height: 50px;
		z-index: 999;
		border: 1px solid #58b80a;
		padding: 10px 15px;
		font-family: 'Roboto Slab', serif !important;
	}
	.gfl-mobile-search input.searchbar-input, .gfl-mobile-search input.searchbar-submit {
		display: none;
	}
	.gfl-navigation a.custom-logo-link.navbar-brand {
		margin: 0;
	}
	.gfl-navigation a.custom-logo-link.navbar-brand img {
		max-width: 70%;
		display: block;
		margin: auto;
	}
	header#gfl-header .container-fluid {padding: 0px 12px;}
	.gfl-site-header .row {
		margin: 0;
	}
	.gfl-site-header .col-md-6 {width: 25%;padding-left: 0;}
	.gfl-site-header .col-md-3 {
        width: 50%;
        text-align: left;
        padding-left: 0;
    }
	.gfl-site-header .row {
		flex-direction: row;
		flex-wrap: unset;
		align-items: center;
		justify-content: space-between;
	}
	.gfl-site-header .col-md-3:last-child {
        padding-right: 0;
        WIDTH: 10%;
    }
	.gfl-site-header .col-md-3:last-child span.searchbar-icon {
		max-width: max-content;
	}
	header#gfl-header .container-fluid .navbar-brand img {
		max-width: 80%;
	}
	form.gfl-mobile-search {
		display: block !important;
	}
	div#gfl-nav-toggle {
		position: fixed;
		background-color: #fff;
		width: 100%;
		height: 100%;
		top: 100px;
		z-index: 99;
		left: 0;
		top: 0;
		text-align: center;
		overflow: hidden;
	}
	button.navbar-toggler {
		z-index: 9999;
	}
	div#gfl-nav-toggle ul#primary-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
	}
	header#gfl-header .container-fluid .navbar-brand {
	}
	.gfl-site-header .col-md-3 {
		z-index: 999;
	}
	.gfl-site-header .col-md-3:last-child span.searchbar-icon {
		padding: 6px 5px;
	}
	.gfl-site-header .col-md-3:last-child span.searchbar-icon img {
		max-width: 80%;
	}
	.gfl-site-header .col-md-3:last-child span.searchbar-icon {
        padding: 6px 5px;
        width: 40px;
        height: 40px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
	button.navbar-toggler {
		z-index: 9999;
		padding: 3px 5px;
		border-color: #58b80a;
	}
}
@media (max-width: 767px) {
    .gfl-featured-category-large a h1 {
        word-break: break-word;
    }
    .gfl-story-grid .wpstory-slider-wrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .gfl-story-grid .wpstory-feed-item {
        width: 100% !important;
    }
    .template-cat .gfl-single-post-content a.gfl-featured-category-large.full h1 {
        font-size: 160% !important;
    }
    .template-cat .gfl-single-post-content {
        margin-top: 10px;
    }
    .no-results {
        height: 65.5vh;
        margin: 50px auto;
    }
    .no-results input.search-field {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
	.gfl-grid-item-wrap {
		grid-template-columns: 1fr;
	}
	.single-post .gfl-single-post-content .gfl-post-title h1 {
		font-size: 28px !important;
	}
	.gfl-latest-stories span.gfl-post-shares {
		font-size: 16px;
	}
	.gfl-latest-stories span.gfl-post-shares img {
		width: 16px;
	}
.gfl-featured-category-large h2.gfl-ribbon {
    right: -8px;
}
.gfl-featured-category-large strong.ribbon-content:before {
    right: 0px;
    border-width: 0em 0.6em 0.6em 0em;
    bottom: -8px;
    right: 0px;
}
.gfl-featured-category-large h2.gfl-ribbon {
    padding: 5px 10px;
    font-size: 14px;
}
body.logged-in .fixed-top {
    top: 0;
}
ul.glf-latest-posts-wrap li .glf-story-thumbnail img {
    width: 100%;
}
ul.glf-latest-posts-wrap li .glf-story-thumbnail {
    margin-bottom: 10px;
    width: 100%;
}
ul.glf-latest-posts-wrap li {
    flex-direction: column;
}
ul.glf-latest-posts-wrap li .glf-story-content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}
.glf-latest-posts ul li a {
    font-size: 100%;
}
.gfl-featured-category-large.small h3 {
    font-size: 22px;
}
footer#colophon .site-info {
    padding: 0px 15px;
}
section {
    padding-bottom: 40px;
}
header#gfl-header .container-fluid {
    max-width: 100%;
    width: 100%;
    padding: 0px 12px !important;
}
.gfl-site-header .row {
    margin: 0;
}
header#gfl-header .container-fluid .navbar-brand {
    margin: 0px;
}
header#gfl-header .container-fluid .navbar-brand img {
    max-width: 80%;
}
.gfl-site-header .col-md-5 {
    width: 10%;
    order: 3;
    padding-right: 0;
    padding-left: 0;
}
.gfl-site-header .col-md-1 {
    width: 20%;
    z-index: 999;
    padding-right: 0;
    padding-left: 5px;
}
.gfl-mobile-search.searchbar-open input.searchbar-input, .gfl-mobile-search.searchbar-open input.searchbar-input input.searchbar-submit {
    width: 95%;
}
.gfl-mobile-search.searchbar-open input.searchbar-input, .gfl-mobile-search.searchbar-open input.searchbar-input input.searchbar-submit {
    top: 63px;
}
.gfl-latest-stories {
    padding-top: 5px;
}
.gfl-social-sharing-mobile {
    display: block!important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding: 0 !important;
}
.gfl-social-sharing-mobile .at-share-btn-elements svg {
    fill: #fff !important;
}
.gfl-social-sharing-mobile .at-share-btn-element .addthis_inline_share_toolbox {
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.gfl-social-sharing-mobile .at-share-btn-element .addthis_inline_share_toolbox div#atstbx2 {
    min-width: 100%;
}
.gfl-social-sharing-mobile div#atstbx2 {
    min-width: 100%;
    display: flex !important;
    justify-content: space-between !important;
}
.gfl-social-sharing-mobile .at-share-btn-elements {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
}
.gfl-social-sharing-mobile a.at-svc-facebook {
    background: #3b5999 !important;
}
.gfl-social-sharing-mobile 
a.at-svc-twitter {
    background: #00acee !important;
}

.gfl-social-sharing-mobile a.at-svc-whatsapp {
    background: #4ec247 !important;
}

.gfl-social-sharing-mobile a.at-svc-email {
    background: #007ee5 !important;
}

.gfl-social-sharing-mobile a.at-svc-telegram {
    background: #28a8e9 !important;
}

.gfl-social-sharing-mobile a.at-share-btn {
    width: 25%;
    padding: 10px;
}
.dropdown.gfl-countries a.dropdown-toggle {
    border: 0;
    height: 40px;
}
.template-one .gfl-single-post-content .gfl-post-title h1 {
    font-size: 18px !important;
}
section.gfl-latest-stories.template-one .gfl-single-post-content .gfl-post-title {
    height: 220px !important;
}
.select-country ul li {
    width: 50%;
    padding: 10px;
}
.select-country ul li a img {
    width: 45px;
    height: 45px;
}
.select-country ul li a {
    padding: 15px;
}
.ghafla-banner h1 {
    font-size: 45px;
    padding: 30px 10px;
}
.gfl-single-post-content .gfl-post-title {
    background-size: 100% 100%;
    height: 290px;
}
.single-post .gfl-single-post-content .gfl-post-content {
    padding: 10px !important;
}
.gfl-social-shares {
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}
.gfl-social-shares a {
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    background-color: blue;
    padding: 15px 10px;
    margin: 0;
    min-height: 60px;
}
.gfl-social-shares a i {
    font-size: 24px;
}
.gfl-social-shares a:first-child {
    background-color: #3b5999;
}
.gfl-social-shares a:nth-child(2) {
    background-color: #00acee;
}
.gfl-social-shares a:nth-child(3) {
    background-color: #4ec247;
}
.gfl-social-shares a:nth-child(4) {
    background-color: #007ee5;
}

}
@media (max-width: 600px) {
    .template-three .gfl-post-title {
        height: auto !important;
        padding: 150px 20px 30px 20px;
        background-size: 100% 100%;
    }
}

@media (max-width: 480px) {
    footer#colophon .site-info {
        width: 100%;
    }
    .ghafla-banner .container {
        text-align: center;
    }
    .ghafla-banner img.landing-logo {
        max-width: 150px;
    }
    .select-country ul li a img {
        width: 38px;
        height: 38px;
    }
    .select-country ul li a h4 {
        font-size: 16px;
    }
    .gfl-related-posts-grid .gfl-grid-item a img {
        height: 200px;
    }
    .gfl-featured-category-large a {
        background-position: 42% 58%;
    }
}
/* custom-media-end-here */