/*!
Theme Name: Roar Media
Author: Hamid Afzal
Author URI: http://hamidafzal.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: roar_media
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> 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.
 */

.loader {
	background: rgba(245, 249, 254,0.95);
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

body.amp-mode-mouse .loader,
body.amp-dark-mode .loader,
body.amp-mode-touch .loader {
	display: none !important;
}

body.amp-dark-mode .grid.are-images-unloaded,
body.amp-mode-mouse .grid.are-images-unloaded {
	opacity: 1;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

@font-face {
  font-family: 'roar-icons';
  src:  url('assets/fonts/roar-icons.eot?lzqy89');
  src:  url('assets/fonts/roar-icons.eot?lzqy89#iefix') format('embedded-opentype'),
    url('assets/fonts/roar-icons.ttf?lzqy89') format('truetype'),
    url('assets/fonts/roar-icons.woff?lzqy89') format('woff'),
    url('assets/fonts/roar-icons.svg?lzqy89#roar-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"],
.post-icon,
nav.drop-arrow span:after,
nav.search-menu ul .search-form > label:after,
.grid__item.post-video .post-thumbnail:after,
.grid__item.post-video-cover .post-thumbnail:after,
.site-footer .site-social-menu li a:before,
.newtab:after {
  font-family: 'roar-icons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dark:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-photo:before,
.format-image .post-icon:before,
.post-photo .post-format .post-icon:before,
.post-graphic .post-format .post-icon:before {
  content: "\e902";
	font-size: 13px;
}
.icon-collection:before,
.post-collection .post-format .post-icon:before {
  content: "\e903";
	font-size: 14px;
}
.icon-photo-story:before,
.post-photo-story .post-format .post-icon:before {
  content: "\e904";
	font-size: 14px;
}
.icon-video:before,
.format-video .post-icon:before,
.post-video .post-icon:before,
.post-video-cover .post-icon:before,
.grid__item.post-video .post-thumbnail:after,
.grid__item.post-video-cover .post-thumbnail:after {
  content: "\e905" !important;
}
.icon-update:before,
.post-update .post-format .post-icon:before {
  content: "\e906";
}
.icon-article:before,
.format-standard .post-icon:before,
.related-list .post-article .post-format .post-icon:before {
  content: "\e907";
}
.icon-user .path1:before {
  content: "\e908";
  color: rgb(242, 242, 242);
}
.icon-user .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(230, 193, 156);
}
.icon-user .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(212, 176, 140);
}
.icon-user .path4:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(242, 206, 165);
}
nav.drop-arrow span:after,
.icon-arrow_down:before {
  content: "\e90c";
}
.icon-light:before {
  content: "\e90d";
}
.icon-search:before,
nav.search-menu ul .search-form > label:after {
  content: "\e90e";
}
.icon-menu:before {
  content: "\e90f";
}
.icon-rss:before,
.rss-i a:before {
  content: "\e910";
}
.icon-twitter:before,
.twitter-i a:before {
  content: "\e911";
}
.icon-facebook:before,
.facebook-i a:before {
  content: "\e912";
}
.youtube-i a:before,
.icon-youtube:before {
  content: "\e913";
}
.instagram-i a:before,
.icon-instagram:before {
  content: "\e914";
}
.icon-whatsapp:before {
  content: "\e915";
}
.icon-newtab:before,
.newtab:after {
  content: "\e916";
	font-size: 13px;
	margin: 0 0 0 6px;
}

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: #333;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

@media screen and (min-width: 1024px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 18px;
		line-height: 28px;
	}
}

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

.single-post .entry-content h1 {
	font-size: 24px;
	line-height: 30px;
}

.single-post .entry-content h2 {
	font-size: 22px;
	line-height: 28px;
}

.single-post .entry-content h3 {
	font-size: 20px;
	line-height: 26px;
}

.single-post .entry-content h4 {
	font-size: 18px;
	line-height: 24px;
}

.single-post .entry-content h5 {
	font-size: 16px;
	line-height: 22px;
}

.single-post .entry-content h6 {
	font-size: 15px;
	line-height: 21px;
}

@media screen and (min-width: 1024px) {
	.single-post .entry-content h1 {
		font-size: 34px;
		line-height: 50px;
	}
	
	.single-post .entry-content h2 {
		font-size: 30px;
		line-height: 46px;
	}
	
	.single-post .entry-content h3 {
		font-size: 28px;
		line-height: 42px;
	}
	
	.single-post .entry-content h4 {
		font-size: 26px;
		line-height: 40px;
	}
	
	.single-post .entry-content h5 {
		font-size: 22px;
		line-height: 36px;
	}
	
	.single-post .entry-content h6 {
		font-size: 20px;
		line-height: 34px;
	}
}

p {
	margin-bottom: 28px;
}

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: #F5F9FE;
}

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: #000;
}

a:visited {
	color: #000;
}

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

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%;
	text-align: center;
	border-top: 1px solid #D7DADE;
	margin: 20px 0 0;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.main-navigation ul {
	list-style: none;
	margin: auto;
	padding: 0 0 50px;
	display: flex;
	align-items: center;
  -webkit-box-align: center;
	overflow-x: auto;
	overflow-y: hidden;
	appearance: none;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	width: fit-content;
	max-width: 100%;
}

.main-navigation:before,
.main-navigation:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
	z-index: 99;
}
.main-navigation:before {
	left: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}
.main-navigation:after {
	right: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

@media screen and (min-width: 1024px) {
	.main-navigation ul {
		/* justify-content: center; */
	}
}

.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;
	padding: 0 15px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	color: #777;
	border-bottom: 3px solid transparent;
	padding: 16px 0 13px;
}


.main-navigation .current-menu-item a,
.main-navigation a:hover {
	color: #000;
	border-bottom-color: #FFE193;
}

.main-navigation .current-menu-item a {
	font-weight: 600;
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}

.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;
}

.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;
	opacity: 0;
}

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	line-height: normal;
	text-decoration: none;
	width: auto;
	z-index: 9;
	opacity: 0;
}

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

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

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

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

.sep {
	display: inline-block;
	background: #ccc;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	margin: 2px 8px 0;
}

.navigation.posts-navigation {
	display: none !important;
}

header.site-header {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
	text-align: center;
	margin: 0 0 20px;
	padding: 20px 0 0;
	z-index: 3;
	position: relative;
}

.single-post header.site-header {
	margin: 0;
}

header.site-header > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.site-header > .container > div {
	width: 33.33%;
	display: flex;
	align-items: center;
}

header.site-header > .container > div:last-of-type {
	justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
	header.site-header,
	.single-post header.site-header {
		margin: 0 0 30px;
	}
}

.site-branding .site-title {
	margin: 0 auto;
	padding: 0;
	width: 120px;
}

@media screen and (min-width: 1024px) {
	.site-branding .site-title {
		width: 150px;
	}
}

.site-branding .site-title a {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 24px;
	background: url('assets/images/roarmedia_logo.png') no-repeat center;
	background-size: contain;
	text-indent: -99999px;
	overflow: hidden;
	display: block;
}

.container,
.grid,
.related-list {
	max-width: calc(100% - 40px);
	margin: 0 auto;
}

.related-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.related-list li {
	float: none;
	position: relative;
}

.related-list li .entry-title {
	color: #000 !important;
}

.related-list li .entry-content-wrap {
	position: static !important;
  padding: 15px 0 20px !important;
}

.related-list li:last-child {
	margin-right: 0 !important;
}

.container:after,
.clear-row:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1200px) {
	.container,
	.grid,
	.related-list {
		max-width: calc(100% - 100px);
	}
}

/* reveal grid after images loaded */
.grid.are-images-unloaded {
  opacity: 0;
}

.grid__item,
.grid__col-sizer {
  width: 100%;
}

@media screen and (min-width: 768px) {
	.grid__item,
	.grid__col-sizer {
		width: calc(50% - 10px);
	}

	.related-list li {
		margin: 0 20px 20px 0;
	}
	.related-list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1024px) {
	.grid__item,
	.grid__col-sizer {
		width: calc(33.33% - 20px);
	}

	.grid__item.size-medium {
		width: calc(66.66% - 15px) !important;
	}

	.related-list li {
		margin: 0 30px 30px 0;
	}
	.related-list li:nth-child(2n) {
		margin-right: 30px;
	}
	.related-list li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1440px) {
	.grid__item,
	.grid__col-sizer {
		width: calc(25% - 22.5px);
	}

	.grid__item.size-medium {
		width: calc(50% - 15px) !important;
	}

	.related-list li:nth-child(3n) {
		margin-right: 30px;
	}
	.related-list li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (min-width: 1600px) {
	.grid__item,
	.grid__col-sizer {
		width: calc(20% - 24px);
	}

	.grid__item.size-medium {
		width: calc(40% - 18px) !important;
	}

	.related-list li:nth-child(4n) {
		margin-right: 30px;
	}
	.related-list li:nth-child(5n) {
		margin-right: 0;
	}
}

.grid__item > .post > a,
.related-list li a {
	text-decoration: none;
}

.grid__item > .post > a:hover .post-thumbnail img {
	opacity: 0.95;
}

.grid__item .entry-header {
	padding: 0 20px 10px;
}

.grid__item .entry-content-wrap {
	padding: 15px 0 20px;
}

.grid__item .entry-header h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

.grid__item .entry-header h2 a {
	text-decoration: none;
}

.grid__item .entry-content {
	margin: 0;
	padding: 0 20px 5px;
}

.grid__item .format-video .entry-content {
	display: none;
}

.grid__item .entry-content p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 22px;
}

.grid__item.post-photo .entry-content p,
.grid__item.post-photo-story .entry-content p {
	line-height: 20px;
}

@media screen and (min-width: 768px) {
	.grid__item .entry-content p {
		font-size: 15px;
		line-height: 23px;
	}
	
	.grid__item.post-photo .entry-content p,
	.grid__item.post-photo-story .entry-content p {
		line-height: 24px;
	}
}

.grid__item .entry-footer {
	padding: 0 20px;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
}

.post .post-format,
.related-list li .post-format {
	text-transform: capitalize;
	color: #7F7F7F;
	display: flex;
	align-items: center;
}

.post .post-format .post-icon,
.related-list li .post-format .post-icon {
	color: #7F7F7F;
	margin: 0 6px 0 0;
}

.grid__item .entry-footer .post-date,
.archive .page-header .collection-date {
	color: #999;
}

.grid__item.post-collection .entry-footer .sep,
.grid__item.post-collection .entry-footer .post-category,
.grid__item.post-collection .entry-footer .post-date {
	display: none !important;
}

.grid__item.text-medium .entry-content p,
.grid__item.text-large .entry-content p {
	font-weight: 600;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.grid__item.text-medium .entry-content p {
	font-size: 18px;
  line-height: 24px;
}
.grid__item.text-large .entry-content p {
	font-size: 20px;
  line-height: 26px;
}

@media screen and (min-width: 1024px) {
	.grid__item.text-medium .entry-content p {
		font-size: 24px;
		line-height: 32px;
	}
	.grid__item.text-large .entry-content p {
		font-size: 28px;
		line-height: 36px;
	}
}

.grid__item.post-video .post-thumbnail,
.grid__item.post-video-cover .post-thumbnail {
	position: relative;
}
.grid__item.post-video .post-thumbnail:after,
.grid__item.post-video-cover .post-thumbnail:after {
	font-size: 40px;
	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.grid__item.post-video-cover .entry-content-wrap,
.grid__item.post-photo .entry-content-wrap,
.grid__item.post-photo-story .entry-content-wrap,
.grid__item.post-graphic .entry-content-wrap,
.grid__item.post-collection .entry-content-wrap {
	position: absolute;
	padding: 0 0 20px;
	bottom: 0;
	z-index: 2;
}

.grid__item.post-video-cover > .post > a:after,
.grid__item.post-photo > .post > a:after,
.grid__item.post-photo-story > .post > a:after,
.grid__item.post-graphic > .post > a:after,
.grid__item.post-collection > .post > a:after {
	content: '';
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.grid__item.post-photo-story.no-title.no-content > .post > a:after {
	height: 20%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.grid__item.post-photo > .post > a:after {
	height: 80%;
}

.grid__item.post-graphic > .post > a:after {
	height: 25%;
}

.grid__item.post-collection > .post > a:after {
	height: 35%;
}

.grid__item.post-collection > .post {
	border: 7px solid #222;
	border-radius: 20px;
	overflow: hidden;
}
.grid__item.post-collection {
	background: #222;
}

.grid__item.post-video-cover.size-medium .entry-content-wrap,
.grid__item.post-photo.size-medium .entry-content-wrap,
.grid__item.post-photo-story.size-medium .entry-content-wrap,
.grid__item.post-graphic.size-medium .entry-content-wrap,
.grid__item.post-collection.size-medium .entry-content-wrap {
	padding: 0 0 20px;
}

.grid__item.post-video-cover .entry-title,
.grid__item.post-video-cover .entry-content,
.grid__item.post-video-cover .entry-footer,
.grid__item.post-photo .entry-title,
.grid__item.post-photo .entry-content,
.grid__item.post-photo .entry-footer,
.grid__item.post-photo-story .entry-title,
.grid__item.post-photo-story .entry-content,
.grid__item.post-photo-story .entry-footer,
.grid__item.post-graphic .entry-title,
.grid__item.post-graphic .entry-content,
.grid__item.post-graphic .entry-footer,
.grid__item.post-collection .entry-title,
.grid__item.post-collection .entry-content,
.grid__item.post-collection .entry-footer {
	color: #fff;
}

.grid__item.post-video-cover .entry-footer .post-format,
.grid__item.post-video-cover .entry-footer .post-format .post-icon,
.grid__item.post-video-cover .entry-footer .post-date,
.grid__item.post-photo .entry-footer .post-format,
.grid__item.post-photo .entry-footer .post-format .post-icon,
.grid__item.post-photo .entry-footer .post-date,
.grid__item.post-photo-story .entry-footer .post-format,
.grid__item.post-photo-story .entry-footer .post-format .post-icon,
.grid__item.post-photo-story .entry-footer .post-date,
.grid__item.post-graphic .entry-footer .post-format,
.grid__item.post-graphic .entry-footer .post-format .post-icon,
.grid__item.post-graphic .entry-footer .post-date,
.grid__item.post-collection .entry-footer .post-format,
.grid__item.post-collection .entry-footer .post-format .post-icon,
.grid__item.post-collection .entry-footer .post-date {
	color: #bbb;
}

.grid__item.post-video-cover .entry-footer .sep,
.grid__item.post-photo .entry-footer .sep,
.grid__item.post-photo-story .entry-footer .sep,
.grid__item.post-graphic .entry-footer .sep,
.grid__item.post-collection .entry-footer .sep {
	background: rgba(221, 221, 221, 0.5);
}

.grid__item.post-video-cover .post,
.grid__item.post-photo .post,
.grid__item.post-photo-story .post,
.grid__item.post-graphic .post,
.grid__item.post-collection .post {
	margin: 0 !important;
}

.post-photo .post-format span,
.post-photo-story .post-format span,
.post-graphic .post-format span,
.post-collection .post-format span,
.post-update .post-format span,
.post-video .post-format span,
.post-video-cover .post-format span {
	display: none !important;
}

.post-photo-story .post-format:after {
	content: 'Photo Story';
}

.post-photo .post-format:after {
	content: 'Photo';
}

.post-graphic .post-format:after {
	content: 'Graphic';
}

.post-video .post-format:after,
.post-video-cover .post-format:after {
	content: 'Video';
}

.post-collection .post-format:after {
	content: 'Collection';
}

.post-update .post-format:after {
	content: 'Update';
}

.grid__item.post-collection .entry-header {
	padding: 0 13px 10px;
}

.grid__item.post-collection .entry-content,
.grid__item.post-collection .entry-footer {
	padding: 0 13px;
}

@media screen and (min-width: 1024px) {
	.grid__item.size-medium .entry-header {
		padding: 0 25px 10px;
	}

	.grid__item.post-collection .entry-header {
		padding: 0 13px 10px;
	}

	.grid__item.post-collection.size-medium .entry-header {
		padding: 0 18px 10px;
	}

	.grid__item.size-medium .entry-content-wrap {
		padding: 20px 0;
	}
	
	.grid__item.size-medium .entry-header h2 {
		font-size: 24px;
		line-height: 34px;
	}
	
	.grid__item.size-medium .entry-content {
		padding: 0 25px 5px;
	}
	
	.grid__item.size-medium .entry-footer {
		padding: 0 25px;
	}

	.grid__item.post-collection .entry-content,
	.grid__item.post-collection .entry-footer {
		padding: 0 13px;
	}

	.grid__item.post-collection.size-medium .entry-content,
	.grid__item.post-collection.size-medium .entry-footer {
		padding: 0 18px;
	}

	.grid__item.post-video-cover.size-medium .post-thumbnail:after {
		font-size: 60px;
	}

	.grid__item.post-video-cover.size-medium .entry-content-wrap,
	.grid__item.post-photo.size-medium .entry-content-wrap,
	.grid__item.post-photo-story.size-medium .entry-content-wrap,
	.grid__item.post-graphic.size-medium .entry-content-wrap,
	.grid__item.post-collection.size-medium .entry-content-wrap {
		padding: 0 0 25px;
	}
}

/* hide by default */
.grid.are-images-unloaded .image-grid__item {
  opacity: 0;
}

.grid__gutter-sizer { width: 30px; }

.grid__item {
  margin-bottom: 30px;
  float: left;
}

.grid__item,
.single-post article.post,
nav.drop-menu ul,
body.page article.page {
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width: 1023px) {
	.grid__gutter-sizer { width: 20px; }
	.grid__item { margin-bottom: 20px; }
}

.grid__item img {
  display: block;
  max-width: 100%;
	width: 100%;
}

.page-load-status {
  display: none;
  padding: 20px 0;
  text-align: center;
  color: #999;
	font-size: 14px;
}

.page-load-status p {
	position: relative;
	text-align: center;
}
.page-load-status p span {
	background: #F5F9FE;
	padding: 0 10px;
	display: inline-block;
}
.page-load-status p:after {
	content: '';
	width: calc(100% - 100px);
	height: 1px;
	background: #e2e2e2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.icon-loader,
.page-load-status .loader-ellips {
	width: 25px;
	height: 25px;
	background: url(assets/images/loader.png) no-repeat center;
	background-size: contain;
	margin: 0 auto;
	opacity: 0.7;
	animation: flicker 1s infinite;
}
@keyframes flicker {
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0.7;
	}
}
.icon-loader {
	width: 30px;
	height: 30px;
}

.single-post article.post,
body.page article.page {
	padding: 30px 20px 40px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.custom-page-template {
	padding: 20px 20px 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.site-content {
	padding: 30px 20px 40px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.single-post article.post,
	body.page article.page {
		border-radius: 0;
		box-shadow: none;
	}
}

@media screen and (min-width: 1024px) {
	.single-post article.post,
	body.page article.page {
		padding: 50px 100px 100px;
	}
}

.single-post article.post .entry-header h1.entry-title,
body.page article.page .entry-header h1.entry-title,
.custom-page-template .entry-content h1 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 30px;
	color: #000;
}

.single-post article.post .entry-header .post-meta {
	font-size: 13px;
	line-height: 18px;
	display: flex;
	flex-direction: column;
	margin: 0 0 30px;
	position: relative;
}

.single-post article.post .entry-header .post-meta > div > div > div {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.single-post article.post .entry-header .post-meta {
		flex-direction: row;
		align-items: center;
	}

	.single-post article.post .entry-header .post-meta > div {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	.single-post article.post .entry-header .post-meta > div:first-of-type {
		width: calc(100% + 40px);
		height: 35px;
		overflow: hidden;
		margin: 0 -20px;
		position: relative;
	}
	.single-post article.post .entry-header .post-meta > div:first-of-type > div > div {
		-webkit-box-align: center;
		overflow-x: auto;
		overflow-y: hidden;
		appearance: none;
		white-space: nowrap;
		padding: 0 20px 30px;
	}
	.single-post article.post .entry-header .post-meta > div:first-of-type:before,
	.single-post article.post .entry-header .post-meta > div:first-of-type:after {
		content: '';
		position: absolute;
		height: 100%;
		width: 50px;
		top: 0;
	}
	.single-post article.post .entry-header .post-meta > div:first-of-type:before {
		left: 0;
		background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	}
	.single-post article.post .entry-header .post-meta > div:first-of-type:after {
		right: 0;
		background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	}
}

.single-post article.post .entry-header .post-meta .sep {
	margin: 0 13px 0;
}

.single-post article.post .entry-header .post-author {
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
	border: #ddd 1px solid;
	border-radius: 50px;
	padding: 0 15px 0 0;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	flex: none;
}

@media screen and (min-width: 1024px) {
	.single-post article.post .entry-header h1.entry-title,
	body.page article.page .entry-header h1.entry-title,
	.custom-page-template .entry-content h1 {
		margin: 0 0 25px;
		font-size: 34px;
		line-height: 50px;
	}

	.single-post article.post .entry-header .post-meta {
		margin: 0 0 40px;
	}

	.single-post article.post .entry-header .post-author {
		margin: 0 30px 0 0;
	}
}

.single-post article.post .entry-header .post-author img {
	width: 33px;
	height: 33px;
	border-radius: 50px;
	margin: 0 10px 0 0;
}

.single-post article.post .entry-header .post-date {
	color: #999;
}

.single-post article.post .post-thumbnail,
.single-post article.post .entry-content > .image,
.single-post article.post .entry-content > .wp-block-columns,
.single-post article.post .entry-content > .wp-block-image,
.single-post article.post .entry-content .post-video {
	margin: 0 -20px 10px;
	width: calc(100% + 40px);
}

.single-post article.post .entry-content .post-video iframe,
.single-post article.post .entry-content .post-video video {
	width: 100%;
}

.single-post article.post .entry-content > ul,
body.page article.page .entry-content > ul,
.single-post article.post .entry-content > ol,
body.page article.page .entry-content > ol,
.custom-page-template .entry-content > ul,
.custom-page-template .entry-content > ol {
	margin-left: 0;
	padding-left: 20px;
}

@media screen and (min-width: 1024px) {
	.single-post article.post .post-thumbnail,
	.single-post article.post .entry-content > .image,
	.single-post article.post .entry-content > .wp-block-columns,
	.single-post article.post .entry-content > .wp-block-image,
	.single-post article.post .entry-content .post-video {
		margin: 0 -50px 10px;
		width: calc(100% + 100px);
	}

	.single-post article.post .post-thumbnail img,
	.single-post article.post .entry-content img,
	.single-post article.post .entry-content .post-video iframe,
	.single-post article.post .entry-content .post-video video {
		border-radius: 20px;
		width: 100%;
	}

	.single-post article.post .entry-content .post-video {
		margin-bottom: 40px;
	}

	.single-post article.post .entry-content > ul,
	body.page article.page .entry-content > ul,
	.single-post article.post .entry-content > ol,
	body.page article.page .entry-content > ol,
	.custom-page-template .entry-content > ul,
	.custom-page-template .entry-content > ol {
		margin-left: 20px;
		padding-left: 30px;
	}
}

.single-post article.post .entry-content .post-video {
	margin-bottom: 30px;
}

.single-post article.post .entry-content figcaption {
	text-align: center;
	color: #999;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 20px;
}

a.post-category {
	text-decoration: none;
}

.page-header {
	text-align: center;
	padding: 15px 0 40px;
}

body.archive.author .page-header {
	padding: 0 0 40px;
}

.page-header p {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 10px;
}

.page-header span {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4px;
}

.page-header img {
	display: block;
	margin: 0 auto 5px;
	border-radius: 50px;
	width: 75px;
	border: 4px solid #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.page-header .page-title {
	font-size: 22px;
	line-height: 28px;
	color: #000;
	margin: 0 0 15px;
}

@media screen and (min-width: 1024px) {
	.page-header .page-title {
		font-size: 30px;
		line-height: 32px;
	}

	.page-header .page-description {
		width: 70%;
		margin: 0 auto;
	}
}

nav.drop-menu {
	position: relative;
}

nav.drop-menu span {
	display: flex;
	align-items: center;
	cursor: pointer;
	border-radius: 50px;
	padding: 3px;
	background: #F2F2F2;
}

nav.drop-menu:hover span,
nav.drop-menu.is-active span {
	background: #e8e8e8;
}

nav.drop-arrow span:after {
	font-size: 10px;
	margin: 0 7px 0 10px;
	color: #134563;
}

nav.drop-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	top: 40px;
	padding: 6px;
	z-index: 999;
}

nav.drop-menu.right-drop ul {
	right: 0;
}

nav.site-menu ul {
	min-width: 220px;
}

nav.drop-menu span i,
nav.lang-menu ul li a:before,
nav.site-menu ul li a:before {
	width: 24px;
	height: 24px;
	border-radius: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav.site-menu span i {
	font-size: 20px;
}

nav.search-menu span i {
	font-size: 24px;
}

nav.search-menu {
	margin-left: 20px;
}

nav.lang-menu ul li a:before,
nav.site-menu ul li a:before {
	content: '';
	margin-right: 10px;
}

nav.site-menu ul li a:before {
	width: 16px;
	height: 16px;
	background-image: url(assets/images/loader.png);
	background-size: contain;
	opacity: 0.6;
}

nav.site-menu ul li a:hover:before {
	opacity: 1;
}

nav.drop-menu ul li {
	padding: 3px 0;
}

nav.drop-menu ul li a {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	border-radius: 50px;
	padding: 12px;
	color: #555;
}

nav.lang-menu ul li a {
	padding: 6px;
}

nav.drop-menu ul li a:hover {
	background: #F2F2F2;
	color: #000;
}

nav.lang-menu i.cur-lang,
nav.lang-menu ul li a:before {
	font-size: 11px;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-style: normal;
}

nav.lang-menu ul li a:before {
	background: #f2f2f2;
}

nav.lang-menu ul li a:hover:before,
nav.lang-menu i.cur-lang {
	background: #fff;
}

html[lang=en-US] nav.lang-menu i.cur-lang:before,
nav.lang-menu .lang-english a:before {
	content: 'En';
}
html[lang=si-LK] nav.lang-menu i.cur-lang:before,
nav.lang-menu .lang-sinhala a:before {
	content: 'Si';
}

html[lang=ta-IN] nav.lang-menu i.cur-lang:before,
nav.lang-menu .lang-tamil a:before {
	content: 'Ta';
}
html[lang=hi-IN] nav.lang-menu i.cur-lang:before,
nav.lang-menu .lang-hindi a:before {
	content: 'Hi';
}
html[lang=bn-BD] nav.lang-menu i.cur-lang:before,
nav.lang-menu .lang-bangla a:before {
	content: 'Bn';
}

html[lang=en-US] nav.lang-menu span em:before {
	content: 'English';
}
html[lang=si-LK] nav.lang-menu span em:before {
	content: 'සිංහල';
}
html[lang=ta-IN] nav.lang-menu span em:before {
	content: 'தமிழ்';
}
html[lang=bn-BD] nav.lang-menu span em:before {
	content: 'বাংলা';
}

nav.lang-menu span em {
	font-size: 13px;
	font-style: normal;
	padding-left: 8px;
}

nav.lang-menu:before {
	/* content: 'Edition'; */
	position: absolute;
	font-size: 13px;
	letter-spacing: 0.4px;
	font-weight: 600;
	color: rgb(186, 186, 186);
	left: -70px;
}

nav.lang-menu > ul.menu {
	padding: 16px 10px;
}

nav.lang-menu > ul.menu:before {
	content: 'Choose your preferred edition';
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0 0 16px;
	display: inline-block;
	border-bottom: 1px solid #f2f2f2;
}

nav.lang-menu > ul.menu li {
	width: 50%;
	float: left;
}

nav.lang-menu ul {
	min-width: 240px;
}

@media screen and (min-width: 768px) {
	nav.lang-menu ul {
		min-width: 340px;
	}

	nav.lang-menu > ul.menu li {
		padding: 6px;
	}

	nav.lang-menu > ul.menu li a {
		font-size: 16px !important;
		padding: 4px;
	}

	nav.lang-menu > ul.menu li a:before {
		width: 38px;
		height: 38px;
		font-size: 12px;
	}
}

nav.search-menu {
	position: static !important;
}

nav.search-menu ul {
	width: 100%;
	border-radius: 0 !important;
	top: 65px !important;
	left: 0 !important;
	padding: 0 !important;
	height: 56px;
	z-index: 99 !important;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.06) !important;
}

nav.search-menu ul .search-form {
	position: relative;
	width: calc(100% - 40px);
	margin: 0 auto;
}
@media screen and (min-width: 1024px) {
	nav.search-menu ul .search-form {
		width: 50%;
	}
	nav.search-menu ul {
		box-shadow: none !important;
	}
}
nav.search-menu ul .search-form > label:after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 26px;
	color: #999;
}

nav.search-menu ul input.search-field {
	border-radius: 50px;
	padding: 7px 50px 7px 20px;
	font-size: 16px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #eee;
	outline: none;
	width: 100%;
}

nav.search-menu ul input.search-submit {
	border-radius: 0 50px 50px 0;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	border: none;
	background: none;
	opacity: 0;
}

body.search-results nav.search-menu > span {
	display: none !important;
}
body.search-results nav.search-menu ul {
	display: block !important;
}
@media screen and (max-width: 1023px) {
	body.search-results header.site-header {
		margin: 0 0 70px;
	}
}

.categories-list a {
	text-decoration: none;
}

.categories-list .grid__item .entry-header {
	padding-bottom: 0;
}

.categories-list .grid__item .entry-header .collection-date {
	font-size: 13px;
	color: #999;
	margin: 0 0 -5px;
	display: block;
}
.categories-list .grid__item .entry-content-wrap {
	padding-bottom: 15px;
}

.social-share {
	display: flex;
	align-items: center;
	margin: 20px 0 -10px;
}

.social-share a {
	text-decoration: none;
	font-size: 18px;
	color: #555;
	padding: 4px;
	margin: 0 10px 0 0;
}
.social-share a.s-rss {
	font-size: 14px;
}
.social-share a:hover {
	color: #000;
}

.social-share a.s-whatsapp:hover {
	color: #25D366;
}
.social-share a.s-facebook:hover {
	color: #4267B2;
}
.social-share a.s-twitter:hover {
	color: #1DA1F2;
}
.social-share a.s-rss:hover {
	color: orange;
}

.single-post article.post .entry-footer {
	position: relative;
	padding: 30px 0;
}

.single-post article.post .entry-footer .social-share {
	position: static !important;
	right: auto !important;
	justify-content: center;
}
.single-post article.post .entry-footer .social-share a {
	margin: 0 10px !important;
}

@media screen and (min-width: 768px) {
	.social-share {
		margin: 0;
	}
	.social-share a {
		font-size: 22px;
		margin: 0 0 0 10px;
	}
	.social-share a.s-rss {
		font-size: 18px;
	}
	.social-share {
		position: absolute;
		right: 0;
	}
}

section.not-found {
	position: relative;
	width: 100%;
	min-height: 80vh;
	padding: 30px 20px;
	text-align: center;
}
section.error-404.not-found:before {
	content: '404';
	font-size: 180px;
	color: #fff;
	position: absolute;
	font-weight: 800;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

section.not-found .page-header h1 {
	font-size: 28px;
  line-height: 30px;
}
section.not-found .page-header p {
	font-size: 18px;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
	section.not-found {
		min-height: 80vh;
		padding: 30px 20px;
	}
	section.error-404.not-found:before {
		font-size: 340px;
	}
	
	section.not-found .page-header h1 {
		font-size: 40px;
		line-height: 50px;
	}
}

small.post-footnote {
	width: 100%;
	display: block;
	border-top: 1px solid #f2f2f2;
	color: #a0a0a0;
	margin: 50px 0 0;
	padding: 30px 0 0;
	font-size: 13px;
	line-height: 21px;
}
small.post-footnote p {
	margin: 0 0 8px;
}

.col-2,
.col-4 {
  width: 100%;
}

.col-2 .column,
.col-4 .column {
  width: 100%;
}

.col-4 {
  padding-bottom: 50px;
}

.col-4 .column:not(:first-of-type) {
  padding: 40px 0 0;
}

@media screen and (min-width: 1024px) {
  .col-4 .column {
    width: 25%;
    float: left;
  }

  .col-4 .column:not(:first-of-type) {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .site-footer .col-4 .column:first-of-type {
    width: 30%;
  }

	.site-footer .col-4 .column:last-of-type img {
		width: 50%;
	}

  .site-footer .col-4 .column {
    width: calc(70% / 3);
  }
}

.site-footer .site-branding .site-title {
	margin: 0 auto 25px !important;
	width: 130px;
}

@media screen and (min-width: 1024px) {
	.site-footer .site-branding .site-title {
		margin: 0 0 25px !important;
	}
}

a.footer-link {
	color: #999;
	text-decoration: none;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	margin-top: 5px;
	display: block;
}
a.footer-link:hover {
	color: #fff;
}

.site-footer .site-branding .site-title a {
	background-image: url('assets/images/roarmedia_logo_dark.png');
	height: 22px;
}

.site-footer .site-branding > p:last-of-type {
	margin-bottom: 18px !important;
}
.site-footer .site-branding > a {
	color: #999 !important;
	font-weight: 600 !important;
	text-decoration: none;
	outline: none;
}
.site-footer .site-branding > a:hover {
	color: #fff !important;
}

.site-footer {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background: #1A1A1A;
	color: #999;
	font-size: 15px;
	line-height: 24px;
  margin: 0;
	font-weight: 100;
	margin: 60px 0 0;
	display: none;
}

.site-social-menu {
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}

.site-social-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-social-menu li {
  float: left;
  margin-right: 30px;
}

.site-social-menu li:last-child {
  margin-right: 0;
}

.site-footer .site-social-menu {
  float: none;
  margin: 25px 0 0;
}

@media screen and (min-width: 1024px) {
  .site-footer .site-social-menu {
    margin: 40px 0 0;
    justify-content: left;
  }
}

.site-footer .site-social-menu li a {
  width: 24px;
  height: 26px;
}

.site-footer .site-social-menu li a:before {
  width: 24px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
	color: #999;
	font-size: 24px;
}

.site-footer .site-social-menu li.youtube-i a {
  width: 26px;
}
.site-footer .site-social-menu li.youtube-i a:before {
	width: 26px;
	font-size: 26px;
}

.site-footer .site-social-menu li.rss-i a {
  width: 20px;
}
.site-footer .site-social-menu li.rss-i a:before {
	width: 20px;
	font-size: 20px;
}

.site-footer small {
	font-size: 12px;
	font-weight: 400;
}

.site-footer .site-social-menu li a:hover:before {
	color: #fff !important;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  margin: 0 0 5px;
}

.footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-menu ul li a {
  color: #999;
  font-size: 15px;
	text-decoration: none;
	font-weight: 300;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-menu ul li:first-child a {
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .footer-menu ul {
		text-align: left;
		padding-top: 0;
  }

  .footer-menu ul li {
    margin: 0 0 15px;
	}

	.footer-menu ul li:first-child {
    margin: 0 0 22px;
	}

  .site-footer {
    text-align: left;
  }

  .site-social-menu {
    float: right;
    margin: 4px 0 0;
    display: block;
  }
}

.site-social-menu li a {
  visibility: hidden;
  display: block;
  width: 25px;
  height: 18px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
}

.site-social-menu li a:before {
  color: #999;
  visibility: visible;
  width: 25px;
  text-align: center;
  display: block;
}

.site-social-menu li a:hover:before {
  color: #fff;
}

.post-sponsored {
	display: flex;
	align-items: center;
	margin: -10px 0 30px;
}

.post-sponsored-logo {
	width: 100px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	margin: 0 0 0 15px;
	overflow: hidden;
	outline: none;
}

.post-sponsored small {
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.site-section {
	padding: 75px 0 50px;
}
.site-section .section-content {
	padding: 25px 0;
}
.site-section .section-content .title-h3 {
	text-align: center;
	font-size: 22px;
}
@media screen and (min-width: 768px) {
	.site-section .section-content .title-h3 {
		font-size: 26px;
	}
}

.pbgr-wrap.pbgr-header,
.pbgr-wrap.pbgr-post-content-1,
.pbgr-wrap.pbgr-post-content-2,
.pbgr-wrap.pbgr-post-content-3,
.pbgr-wrap.pbgr-post-content-4,
.pbgr-wrap.pbgr-post-content-5 {
	margin: 0 auto 30px;
	text-align: center;
}

.pbgr-wrap.pbgr-sidebar {
	margin: 30px auto;
	text-align: center;
}
.pbgr-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pbgr-wrap:before {
	content: 'Advertisement';
	font-size: 11px;
	color: #bbb;
	font-weight: 100;
	letter-spacing: 0.3px;
}
.pbgr-wrap.pbgr-sticky-left,
.pbgr-wrap.pbgr-sticky-right {
	position: absolute;
}
.pbgr-wrap.pbgr-sticky-left {
	left: 10px;
}
.pbgr-wrap.pbgr-sticky-right {
	right: 10px;
}
@media screen and (max-width: 1200px) {
	.pbgr-wrap.pbgr-sticky-left,
	.pbgr-wrap.pbgr-sticky-right {
		display: none !important;
	}
}

html[lang=si-LK] .site-header .site-title a,
body.parent-tech .site-header .site-title a,
body.parent-tech-e .site-header .site-title a {
	overflow: visible;
	position: relative;
}
html[lang=si-LK] .site-header .site-title a:after,
body.parent-tech .site-header .site-title a:after,
body.parent-tech-e .site-header .site-title a:after {
	content: '';
	width: 64px;
	height: 20px;
	background: url('assets/images/dialog.svg') no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 27px;
	right: 0;
}

@media screen and (max-width: 781px) {
	.is-layout-flex.wp-block-columns.no-gap {
		gap: 0 !important;
	}
	.custom-page-template .entry-content .mb-0 {
		margin-bottom: 0;
	}
	.custom-page-template .entry-content .col-block.empty {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.custom-page-template .entry-content .is-layout-flex.wp-block-columns.col-center {
	justify-content: center;
}
.custom-page-template .entry-content .wp-block-image.text-center {
	text-align: center;
}
.custom-page-template .entry-content .mb--5 {
	margin-bottom: -5px;
}
.custom-page-template .entry-content .mb-30 {
	margin-bottom: 30px;
}
.custom-page-template .entry-content .wp-block-separator {
	border: none;
	border-bottom: 2px solid #444;
	width: 100px;
	margin: 50px auto;
}
.custom-page-template .entry-content .col-block {
	border: 1px solid #dadada;
	padding: 20px 20px 10px;
}
.custom-page-template .entry-content .col-block.empty {
	border: none;
}
.custom-page-template .entry-content .col-block h3 {
	margin: 0 0 5px;
	font-size: 19px;
}
.custom-page-template .entry-content .col-block p {
	margin: 0 0 10px;
	font-size: 16px;
  line-height: 22px;
}
.custom-page-template .entry-content .col-block .wp-block-image {
	margin: 5px 0 20px;
}
.custom-page-template .entry-content .text-link {
	margin: -10px 0 20px;
}
.custom-page-template .entry-content .text-link a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	letter-spacing: 0.2px;
}
.custom-page-template .entry-content .text-link a:hover {
	color: #000;
}
.custom-page-template .entry-content .wp-block-button a,
.custom-page-template .entry-content .wp-block-button a:visited {
	font-size: 15px;
	padding: 8px 22px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.4px;
}
.custom-page-template .entry-content .wp-block-button a:hover,
.custom-page-template .entry-content .wp-block-button a:focus {
	background: #000;
	color: #fff;
}
.page-template.page-template-page-template .post-thumbnail {
	position: relative;
	overflow: hidden;
	z-index: -1;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.6);
	margin-top: -100px;
	min-height: 700px;
}
.page-template.page-template-page-template .post-thumbnail img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	max-width: fit-content;
}
.page-template.page-template-page-template .entry-content .sec-page-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 655px;
	margin: -700px auto 0;
}
@media screen and (min-width: 768px) {
	.page-template.page-template-page-template .entry-content .sec-page-hero {
		width: 70%;
	}
}
@media screen and (min-width: 1240px) {
	.page-template.page-template-page-template .entry-content .sec-page-hero {
		width: 60%;
	}
	.page-template.page-template-page-template .post-thumbnail img {
		height: auto;
		max-width: 100%;
		top: initial;
		bottom: 0;
		transform: translate(-50%, 0);
	}
}
@media screen and (min-width: 1540px) {
	.page-template.page-template-page-template .post-thumbnail {
		min-height: 800px;
	}
	.page-template.page-template-page-template .entry-content .sec-page-hero {
		min-height: 755px;
		margin: -800px auto 0;
	}
}
.page-template.page-template-page-template .entry-content .sec-page-hero .wp-block-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.archive .site-main .page-header.with-image {
	margin: -30px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: end;
	justify-content: center;
	min-height: 500px;
	position: relative;
}
.archive .site-main .page-header.with-image:after {
	content: '';
	background: linear-gradient(180deg, rgba(245, 249, 254, 0) 0%, rgba(245, 249, 254, 1) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.archive .site-main .page-header.with-image .page-cover {
	position: relative;
	z-index: 9;
}

.page.parent-login .site-footer,
.page.parent-login .site-header .container > div:not(.site-branding),
.page.parent-login .site-header .main-navigation,
.page.parent-login .entry-header,
.page.parent-password-lost .site-footer,
.page.parent-password-lost .site-header .container > div:not(.site-branding),
.page.parent-password-lost .site-header .main-navigation,
.page.parent-password-lost .entry-header,
.page.parent-password-reset .site-footer,
.page.parent-password-reset .site-header .container > div:not(.site-branding),
.page.parent-password-reset .site-header .main-navigation,
.page.parent-password-reset .entry-header {
	display: none !important;
}
.page.parent-login .site-header,
.page.parent-password-lost .site-header,
.page.parent-password-reset .site-header {
	background: none !important;
	box-shadow: none !important;
	padding-top: 100px !important;
	margin-bottom: 50px !important;
}
.page.parent-login .site-header .container,
.page.parent-password-lost .site-header .container,
.page.parent-password-reset .site-header .container {
	width: 100% !important;
	max-width: 100% !important;
}
.page.parent-login .site-header .container .site-branding,
.page.parent-password-lost .site-header .container .site-branding,
.page.parent-password-reset .site-header .container .site-branding {
	width: 100% !important;
}
.page.parent-login article.type-page.hentry,
.page.parent-password-lost article.type-page.hentry,
.page.parent-password-reset article.type-page.hentry {
	max-width: 320px !important;
	padding: 25px 30px !important;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1) !important;
    border-radius: 20px !important;
}
.page.parent-login .entry-content,
.page.parent-password-lost .entry-content,
.page.parent-password-reset .entry-content {
	margin: 0 !important;
}
.page.parent-login .entry-content form label,
.page.parent-password-lost .entry-content form label,
.page.parent-password-reset .entry-content form label {
	display: block !important;
	width: 100% !important;
	font-size: 14px !important;
}
.page.parent-login .entry-content form > p,
.page.parent-password-lost .entry-content form > p,
.page.parent-password-reset .entry-content form > p {
	margin: 0 0 15px !important;
}
.page.parent-login .entry-content form > p:not(.login-remember) input,
.page.parent-password-lost .entry-content form input,
.page.parent-password-reset .entry-content form input {
	width: 100% !important;
}
.page.parent-login .entry-content form > p.login-remember label {
	cursor: pointer !important;
	display: inline-flex !important;
	align-items: center !important;
	width: auto !important;
}
.page.parent-login .entry-content form > p.login-remember label input {
	margin-right: 8px !important;
}
.page.parent-login .login-form-container {
	display: flex !important;
	flex-direction: column !important;
}
.page.parent-login .entry-content a.forgot-password {
	font-size: 13px !important;
	text-decoration: none !important;
	color: #999 !important;
	align-self: center !important;
}
.page.parent-login .entry-content a.forgot-password:hover {
	color: #333 !important;
}
.page.parent-login .entry-content form .button.button-primary,
.page.parent-password-lost .entry-content form .lostpassword-button,
.page.parent-password-reset .entry-content form .button {
	background: #000 !important;
	border: none !important;
	border-radius: 50px !important;
	color: #fff !important;
	font-size: 16px !important;
	padding: 12px 0 !important;
	cursor: pointer !important;
}
.page.parent-login .entry-content form .button.button-primary:hover,
.page.parent-password-lost .entry-content form .lostpassword-button:hover,
.page.parent-password-reset .entry-content form .button:hover {
	background: #333 !important;
}
.page.parent-login .entry-content .login-error,
.page.parent-password-lost .entry-content .login-error,
.page.parent-password-reset .entry-content .login-error {
	font-size: 13px !important;
	background: #FFEBEB !important;
	color: #FD4B4B !important;
	border: 1px solid #FFD9D9 !important;
	border-radius: 4px !important;
	padding: 8px !important;
	line-height: 16px !important;
	margin: 0 0 15px !important;
}
.page.parent-login .entry-content .login-error a {
	color: #FD4B4B !important;
}
.page.parent-login .entry-content .login-error a:hover {
	color: #333 !important;
}
.page.parent-login .entry-content .login-info,
.page.parent-password-lost .entry-content .login-info,
.page.parent-password-reset .entry-content .login-info {
	font-size: 13px !important;
	background: #efffc0 !important;
	color: #408140 !important;
	border: 1px solid #cbffc0 !important;
	border-radius: 4px !important;
	padding: 8px !important;
	line-height: 16px !important;
	margin: 0 0 15px !important;
}
.page.parent-password-lost .entry-content #password-lost-form > p,
.page.parent-password-reset .entry-content {
	font-size: 14px !important;
	line-height: 18px !important;
}