/*!
Theme Name: Realnews
Theme URI: http://underscores.me/
Author: Emmanuel Afolabi
Author URI: https://afotech.com.ng/
Description: We are seasoned journalists who believe strongly in the tenets and ethics of the profession
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: realnews
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.

Realnews 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;
    transition: all 0.2s ease-in-out;
}


/**
 * 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: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.94rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}

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 {
    padding: 0px;
    margin: 0 0 1.5em 0;
}

ul,
ol {
    list-style: none;
}

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

header#masthead {
    background-color: #ff0000;
}

.site-branding {
    max-width: 240px;
}


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


/* Navigation
--------------------------------------------- */

#site-navigation-container {
    /* width: 100%;
    height: 100%; */
    /* position: relative; */
    background: #e74c3c;
    overflow: auto;
}

.icon-1,
.icon-2,
.icon-3 {
    position: absolute;
    right: 25%;
    top: 50%;
    width: 32px;
    height: 3px;
    background-color: #fff;
    transition: all 400ms cubic-bezier(.84, .06, .52, 1.8);
}

.icon-1 {
    transform: translateY(-8px);
    animation-delay: 100ms;
}

.icon-3 {
    transform: translateY(8px);
    animation-delay: 250ms;
}

#header-icon .navbar-right {
    margin-left: 60px;
}

.hamburger-icon {
    position: absolute;
    height: 60px;
    width: 60px;
    /* top: calc(32.5% - 60px);
    right: 5.5%;*/
    left: -20px;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.hamburger-icon:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.hamburger-icon span.des {
    font-size: 12px;
}

.icon-1.a {
    transform: rotate(40deg);
}

.icon-3.b {
    transform: rotate(-40deg);
}

.icon-2.c {
    opacity: 0;
}

.clear {
    clear: both;
}

@keyframes slideIn {
    0% {
        width: 0%;
        opacity: 0;
        /* transform: scale(.3); */
    }
    100% {
        width: 50%;
        opacity: 1;
        /* transform:scale(1); */
    }
}

nav#nav {
    background: #111;
    position: absolute;
    /* top: 0;
    right: 0; */
    left: 0; 
    height: 100vh;
    width: 0%;
    z-index: 9999;
    opacity: 0;
    overflow-y: scroll;
    transition: all 600ms cubic-bezier(.62, .04, .3, 1.56);
    transition-delay: 100ms;
}

nav#nav ul {
    margin: 0;
    position: absolute;
    top: 5%;
    right: 10%;
}

nav#nav ul li {
    list-style: none;
}

nav#nav ul li a {
    font-size: 22px;
    color: #fff;
    line-height: 2.2;
    text-transform: capitalize;
    letter-spacing: 1.7px;
    text-decoration: none;
}

nav#nav ul li a:hover,
nav#nav ul li.current-menu-item a {
    color: #ff0000;
}

nav#nav.show {
    width: 22%;
    opacity: 1;
    /* opacity: 0;
	animation: slideIn 0.6s cubic-bezier(.62,.04,.3,1.56);
	animation-fill-mode: forwards;
	transform:scale(1); */
}
.sticky {
    position: fixed;
    /*top: 0;*/
    width: 100%;
    z-index: 999999;
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
}

.sticky + #header-advert {
  padding-top: 145px;
}

.sticky .site-branding {
    max-width: 170px;
}

#nav-header {
    background-color: #ffffff;
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0,  0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#header-menu .menu-item a {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.1rem;
    padding-inline: 1rem;
    margin-inline: 0.5rem;
    text-decoration: none;
}

.dark-menu {
    position: absolute;
    top: 0;
    right: 0;
    background: #64B5F6;
    height: 100%;
    width: 0%;
    transition: all 500ms cubic-bezier(.62, .04, .3, 1.8);
    transition-delay: 50ms;
    z-index: 5;
    opacity: 1;
}

.dark-menu.slide {
    width: 50%;
    opacity: 1;
}

@keyframes shotup {
    0% {
        transform: translateY(300%);
        opacity: 0;
    }
    90% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

#header-icon {
    width: 110px;
    position: relative;
}

.search-form-tigger {
    cursor: pointer;
    font-size: 25px;
}

.search-form-wrapper {
    display: none;
    position: absolute;
    left: 5%;
    padding: 20px 15px;
    background: #eee;
}

.search-form-wrapper.open {
    display: block;
}

input#s {
    width: 240px;
}


/* Footer
--------------------------------------------- */

footer.site-footer a {
    color: #fff;
    text-decoration: none;
}

footer.site-footer a:hover,
footer.site-footer #footer-bottom a:hover,
footer.site-footer li.current_page_item a {
    color: #ff0000;
}

footer.site-footer .footer-header {
    /*color: #f6caca;*/
    color: #ff0000;
}

footer.site-footer .footer-social a {
    color: #ff0000;
    font-size: 20px;
    padding: 3px 8px;
    border-radius: 50px;
    border: 1px solid #ff0000;
    transition: all 500ms cubic-bezier(.62, .04, .3, 1.8);
    transition-delay: 50ms;
}

footer.site-footer .footer-social a.facebook {
    padding: 3px 12px;
}

footer.site-footer .footer-social a.instagram {
    padding: 3px 10px;
}

footer.site-footer .footer-social a:hover {
    transform: rotate(360deg);
}

footer.site-footer .footer-social a.facebook:hover {
    color: #fff;
    border-color: #3b5998;
    background-color: #3b5998;
}

footer.site-footer .footer-social a.instagram:hover {
    color: #fff;
    border-color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

footer.site-footer .footer-social a.twitter:hover {
    color: #fff;
    border-color: #00acee;
    background-color: #00acee;
}

footer.site-footer .footer-social a.youtube:hover {
    color: #fff;
    background-color: #ff0000;
}

footer.site-footer #footer-middle {
    color: #b7b9bb;
    background: #424242;
}

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

.contact-item {
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid #5c5e61;
}

.contact-item:last-of-type {
    border: none;
}

.contact-icon {
    font-size: 30px;
    margin-right: 1rem;
}

.contact-item p {
    margin-bottom: 0px;
}

#footer-bottom {
    color: #b7b9bb;
    font-size: 14px;
    padding: 1rem 0;
    background: #323232;
}

#footer-bottom p {
    font-size: 12px;
    margin-bottom: 0px;
}

#footer-bottom a {
    color: #fff;
}


/* 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;
}

.page h1.entry-title {
    text-align: center;
}

.home main header {
    display: none;
}

#header-advert .advert {
    border-bottom: 3px solid #ff0000;
}


/* Comments
--------------------------------------------- */

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

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    list-style: none;
    margin: 0 0 1.5em;
}

.home .widget {
    margin: 0;
}

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

.show-mobile {
    display: none !important;
}

.hover-zoomIn,
.hover-zoomOut {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomIn img,
.hover-zoomOut img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomIn:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hover-zoomOut:hover img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.section-title {
    text-transform: uppercase;
}

.wp-block-latest-posts__list.wp-block-latest-posts a:hover {
    overflow: hidden;
}

.widget .wp-block-latest-posts__featured-image.alignleft img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.widget .wp-block-latest-posts__featured-image.alignleft:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* Home Page */

.section-padding {
    padding: 3.5rem 0px 5rem;
}

.bg-color {
    background-color: #f5f5f5;
}

.wide-section {
    margin: 0px auto;
    max-width: 1350px;
}

.section-label {
    text-transform: uppercase;
    background-color: #ff0000;
    max-width: max-content;
    position: absolute;
    padding: 5px 15px;
    font-weight: 900;
    font-size: 12px;
    color: #fefffe;
    z-index: 99;
    right: 0;
}

#featured .signle-featured-item .feed-image {
    height: 150px;
    overflow: hidden;
}

#featured .signle-featured-item .feed-image img {
    width: 100%;
    height: 100%;
}

.banner-content {
    margin-left: 3px;
    background-color: #000;
}

.banner-content h1,
.banner-content h1 a {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: bolder;
    text-decoration: none;
    margin: 30px 0px 10px;
    transition: all 0.2s ease-in-out;
}

.banner-content h1 a:hover {
    text-decoration: underline #ff0000;
}

.banner-content .post-date {
    color: #ff0000;
}

.banner-content p {
    color: #eceaea;
}

.banner-image {
    width: 100%;
}

.banner-image img,
.banner-image .feed-image {
    width: 100%;
    height: 100%;
}


/* Slideshow container */

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.slide-container .slide {
    display: none;
    width: 100%;
}

.slide-container .slide.fade {
    animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-container .slide img {
    width: 100%;
}

.slide-container .prev,
.slide-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: all 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.slide-container .prev:hover,
.slide-container .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.slide-container .prev {
    left: 2px;
}

.slide-container .next {
    right: 2px;
}

.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.dots-container .dot {
    cursor: pointer;
    margin: 5px;
    width: 15px;
    height: 15px;
    color: #333;
    border-radius: 50%;
    background-color: #bbb;
    /* background-color: #dfd6ce; */
}

.dots-container .dot.active {
    border: 2px solid #ff0000;
}


/* The dots/bullets/indicators */

.dot-nav {
    position: absolute;
    z-index: 999;
    right: 30%;
    bottom: 3%;
}

#latest .signle-featured {
    max-height: 780px;
    overflow-y: scroll;
}

#latest .signle-featured-item .feed-image {
    border-radius: 15px;
}

#latest .signle-featured .feed-title a {
    font-size: 22px;
}

#latest .featured-item>div {
    border-bottom: 1px solid #d8d8d8;
}

#latest .featured-item>div:first-of-type {
    border-top: 1px solid #d8d8d8;
}

#latest .featured-item .feed-title,
#latest .featured-item .feed-title a,
#featured .signle-featured-item .feed-title,
#featured .signle-featured-item .feed-title a {
    font-size: 18px;
    line-height: 22px;
}

/* #most-read {
    max-height: 580px;
    overflow-y: scroll;
} */
#most-read #block-7 {
    max-height: 455px;
    overflow-y: scroll;
}

.horizontal-scroll,
.grid-horizontal-scroll {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
}

.horizontal-scroll a {
    text-decoration: none;
}

.horizontal-scroll article {
    width: 320px;
    height: 450px;
    overflow: hidden;
    margin: 0 0 0 0.6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 7px solid #fe0000;
}

.horizontal-scroll a:first-of-type article {
    margin-left: 0;
}

.horizontal-scroll article .feed-content {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0px -10px 15px 7px rgba(0, 0, 0, 0.5);
}

.horizontal-scroll article .feed-content .feed-title {
    font-size: 23px;
    color: #fff;
    line-height: 25px;
}

.horizontal-scroll article .feed-content p {
    color: #eceaea;
    margin-bottom: 0px;
}

.signle-featured-item .feed-image {
    max-height: 510px;
}

.signle-featured .feed-image img {
    width: 100%;
}

.signle-featured .feed-title a,
.grid-horizontal-scroll .feed-title a {
    color: #000;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
}

.signle-featured .feed-title:hover a,
.grid-horizontal-scroll .feed-title:hover a {
    text-decoration: underline #ff0000;
}

.grid-horizontal-scroll .feed-title a,
.signle-featured .feed-title.old-post a {
    font-size: 19px;
    font-weight: 600;
}

.grid-horizontal-scroll a {
    text-decoration: none;
}

.grid-horizontal-scroll>div {
    margin-left: 1rem;
}

.grid-horizontal-scroll>div:first-of-type {
    margin-left: 0;
}

.grid-horizontal-scroll article {
    width: 320px;
    height: 360px;
}

#video .signle-featured .feed-title a {
    color: #fff;
}

.featured-item .feed-video {
    margin-right: 20px;
}


/* About Us Page */

.page-title.text-center {
    color: #000;
    font-weight: bold;
}

.page h2,
.home h2 a {
    color: #ff0000;
    font-size: 24px;
}

.home h2.section-title a {
    font-size: 30px;
}

.home .bg-black h2:hover a {
    color: #fff;
}

.page h3 {
    font-size: 1.7rem;
}

.home #video h2.section-title a {
    font-family: 'Tahoma';
}
.home #video h2.section-title span {
    text-transform: capitalize;
}

.page #video h3 {
    font-size: 20px;
    line-height: 22px;
}

h3.feed-title.old-post {
    line-height: 21px;
}

hr.wp-block-separator.is-style-wide {
    margin: 4rem 0px 3rem;
}

.mission-list li {
    margin-bottom: 15px;
}

.mission-list li:before {
    content: "\2022";
    width: 1em;
    color: #ff0000;
    margin-left: -1em;
    font-weight: bold;
    display: inline-block;
}

.fame-label {
    color: #666;
    font-size: 15px;
    line-height: 17px;
}

.fame-name {
    color: black;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
}


/* Contact Us */

.contact-page-info {
    margin: 0px auto;
    box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 80px 80px 80px 80px;
}

.contact-page-info .contact-icon i {
    color: #ff0000;
}

.contact-page-info .contact-content h5 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.contact-page-info .contact-content a,
.contact-page-info .contact-content p {
    font-size: 17px;
}

.contact-page-info .contact-content a {
    color: #000;
    margin-bottom: 10px;
    text-decoration: underline #ff0000;
}

.contact-page-info .contact-content a:hover {
    color: #ff0000;
}

.form-group {
    margin-bottom: 35px;
}

.form-control,
.wpcf7-textarea {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
}

.wpcf7-submit {
    padding: 13px 40px !important;
}

.text-left {
    text-align: left !important;
}


/* Blog Page */

.headerTM {
    color: #fff;
    padding: 0px 10px;
    margin-right: 15px;
    font-weight: bolder;
    background-color: #ff0000;
}

.blog-item {
    transition: all 0.2s ease-in-out;
}

.blog-item:hover {
    box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.blog-item .entry-content {
    text-align: center;
    margin-top: 15px !important;
}

.blog-cat {
    margin-top: -15px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
}

.blog-cat a {
    color: #f72210;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    padding-top: 10px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.blog-cat a:after,
.single-header-cat a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ff0000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.single-header-cat a:hover,
.blog-cat a:hover {
    color: #000;
}

.single-header-cat a:hover:after,
.blog-cat a:hover:after {
    width: 100%;
    left: 0;
}

.blog-image img {
    height: 270px;
}

h2,
h2 a {
    margin-bottom: 10px;
    position: relative;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

p a:hover,
h2 a:hover,
.post .entry-meta a:hover {
    color: #000;
    text-decoration: underline #ff0000;
}


/* Single Blog Page */

.single-header-cat a {
    color: #f72210;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    margin-bottom: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    transition: all 0.2s ease-in-out;
}

h1.entry-title {
    font-size: 38px;
    line-height: 38px;
    margin: 15px 0px;
    position: relative;
    color: #000;
    font-weight: bold;
}

.post .entry-meta {
    color: #555;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 15px;
}

.post .entry-meta a {
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif;
    transition: all 0.2s ease-in-out;
}

/*.single .post-thumbnail {
    margin-bottom: 25px;
}*/

.single .post-thumbnail img {
    max-width: 100%;
    min-width: 420px;
}

.single .cat-links {
    display: none;
}

.tags-links a {
    color: #999;
    padding: 9px 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    background-color: #e5e5e5;
    transition: all 0.2s ease-in-out;
}

.tags-links a:hover {
    color: #fff;
    background-color: #ff0000;
}

.fa-2 {
    font-size: 2em;
}

.single-post .nav-links,
.single-videos .nav-links {
    padding: 20px 0px;
    border-top: 1px solid #eeeeee;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
}

.single-post .nav-links,
.single-videos .nav-links,
.single-post .nav-links>div>a,
.single-videos .nav-links>div>a {
    display: flex;
    align-items: center;
    color: #ff0000;
}

.single-post .nav-links>div,
.single-videos .nav-links>div {
    max-width: 48%;
}

.single-post .nav-links .nav-next,
.single-videos .nav-links .nav-next {
    text-align: right;
}

.single-post .nav-links>div>a span:first-child,
.single-videos .nav-links>div>a span:first-child {
    margin-right: 10px;
}

.single-post .nav-links>div>a,
.single-videos .nav-links>div>a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.single-post .nav-links>div>a:hover,
.single-videos .nav-links>div,
a:hover {
    color: #000;
    text-decoration: underline;
}

.single-post .post-navigation,
.single-videos .post-navigation {
    padding: 20px 0px 30px;
}

#comments .form-submit #submit {
    color: #fff;
    padding: 15px 30px;
    background-color: #ff0000;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
}

#comments .form-submit #submit:hover {
    border: 1px solid #000000;
    background-color: #000000;
}

.required {
    color: #ff0000;
}

.comment-form-cookies-consent label {
    font-size: 14px;
}

#comments a {
    color: #000;
    text-decoration: underline #ff0000;
}

#comments a:hover {
    color: #ff0000;
}

.widget h2 {
    margin: 0px 0px -5px;
    padding-top: 25px;
    /* border-top: 1px solid #d8d8d8; */
    color: #ff0000;
}

#block-19 {
    margin-bottom: 0px;
}

.widget_execphp .execphpwidget,
.wp-block-latest-posts.wp-block-latest-posts__list {
    max-height: 550px;
    overflow-y: scroll;
}

#block-6 {
    margin-bottom: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}

.wp-block-latest-posts__featured-image.alignleft {
    margin: 1rem 1rem 1rem 0px;
}

.wp-block-latest-posts__featured-image.alignleft img {
    border-radius: 10px;
}

.wp-block-latest-posts__list.wp-block-latest-posts a {
    color: #090909;
    font-size: 17px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.wp-block-latest-posts__list.wp-block-latest-posts a:hover {
    color: #ff0000;
}

.widget_search .wp-block-search__label {
    display: none;
}

.wpcf7-submit,
.subscription-submit,
.tnp-subscription-minimal input.tnp-submit,
.widget_search button.wp-block-search__button {
    color: #fff !important;
    background-color: #ff0000 !important;
    border: 1px solid transparent !important;
    transition: all 0.2s ease-in-out !important;
}

.wpcf7-submit:hover,
.subscription-submit:hover,
.tnp-subscription-minimal input.tnp-submit:hover,
.widget_search button.wp-block-search__button:hover {
    border: 1px solid #000000 !important;
    background-color: #000000 !important;
}

.advert .title, 
#block-21 .title,
.advert .rowfix > a,
#block-21 .rowfix > a{
    display: none;
}

.advert p {
    margin-bottom: 0px;
}

#header-advert .advert > div img {
    width: auto;
    max-height: 180px;
}
footer .advert > div img {
    width: auto;
    max-height: 250px;
}

.ads-placement .advert img {
    width: auto;
    max-height: 400px;
}
.sharedaddy.sd-sharing-enabled .sd-sharing {
    display: flex;
    margin-top: 15px;
    align-items: center;
    padding: 15px 0px 10px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #d8d8d8;
}
.sharedaddy.sd-sharing-enabled h3.sd-title {
    font-size: 1.1rem;
    margin: 0px 10px 7px 0px;
}
.sharedaddy h3.sd-title:before {
    content: none !important;
}

.single #related-stories .post-thumbnail {
    margin-bottom: 0px;
}

.single #related-stories h2 {
    font-size: 1.25rem;
}

.single #related-stories .post-thumbnail img {
    min-width: 100%;
}

.wp-block-image figcaption {
    display: block;
    font-style: italic;
    font-size: 0.815rem;
}

.wp-block-table.is-style-stripes td {
    padding-right: 20px;
}

#wp_statistics_widget-4, 
#wp_statistics_widget-4 ul {
    margin: 0px 0px 0px 3px;
}

#wp_statistics_widget-4 label,
.widget_wp_statistics_widget label,
#wp_statistics_widget-4 h2.widget-title,
.widget_wp_statistics_widget h2.widget-title {
    display: none !important;
}

.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled.monsterinsights-widget-popular-posts-columns-1 .monsterinsights-widget-popular-posts-list li {
    background: none !important;
    padding: 8px 0px 14px 0px !important;
}
.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-title {
    color: #000 !important;
}
.monsterinsights-widget-popular-posts.monsterinsights-popular-posts-styled .monsterinsights-widget-popular-posts-list a:hover .monsterinsights-widget-popular-posts-title {
    text-decoration: underline #ff0000 !important;
}

.mailpoet_form_column.mailpoet_vertically_align_center {
    margin-left: 0px !important;
}
.subscription-submit .mailpoet_submit {
    color: #fff !important;
    padding: 8px !important;
    background-color: #ff0000 !important;
    transition: all 0.2s ease-in-out !important;
}
.subscription-submit .mailpoet_submit {
    background-color: #000 !important;
}
#block-11 {
    margin-bottom: -10px;
}

/* Media Queries */

@media screen and (min-width: 768px) {
    .ml-md-5 {
        margin-left: 3rem!important;
    }
    .ml-md-4 {
        margin-left: 1.5rem!important;
    }
    .ml-md-3 {
        margin-left: 1rem!important;
    }
    .ml-md-2 {
        margin-left: 0.5rem!important;
    }
    .mr-md-5 {
        margin-right: 3rem!important;
    }
    .mr-md-4 {
        margin-right: 1.5rem!important;
    }
    .mr-md-3 {
        margin-right: 1rem!important;
    }
    .mr-md-2 {
        margin-right: 0.5rem!important;
    }
}

@media only screen and (max-width: 768px) {
    .show-desktop {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }
    .site-branding.show-mobile {
        margin: 0px auto;
    }
    .header-date {
        width: 95px;
    }
    .site-branding {
        max-width: 220px;
    }
    #header-icon {
        width: 100px;
        margin-left: 10px;
    }
    nav#nav.show {
        width: 290px;
    }
    nav#nav ul {
        right: 15%;
    }
    nav#nav ul li a {
        line-height: 2;
        font-size: 17px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }
    .blog-image img {
        height: auto;
    }
    #featured .signle-featured-item .feed-image {
        height: auto;
    }
    #featured .signle-featured-item .feed-title {
        margin-bottom: 2rem;
    }
    .dot-nav {
        position: relative;
        right: auto;
        margin: -20px 0px 20px !important;
    }
}