/*
Theme Name: Newzpaper
Theme URI: https://themepalace.com/downloads/newzpaper/
Author: Theme Palace
Author URI: https://themepalace.com
Description: Newzpaper is based on the WordPress News theme, excellent for the news site. It is uncluttered with a clean layout and easy-to-use interface. The theme is simple to install, and anyone with little or no programming experience may create a professional-looking website. Thanks to its powerful customization capabilities, you may change the design look by changing the color, adding widgets, and more. It is also fast and responsive. It works and looks well from the reader’s perspective. Users can easily access the news from mobile devices, laptops, or any device regardless of their sizes and browsers.
Version: 1.0.2
Requires PHP: 5.6
Tested up to: 6.7
Requires at least: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: newzpaper
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, left-sidebar, editor-style, right-sidebar, full-width-template, two-columns, three-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blog is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Layouts and Titles
# Media
	## Captions
	## Galleries
# Social Icons
# Breadcrumb List
# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:9999;
}

.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
	text-transform: uppercase;
}

.loader-container svg {
	width: 70px;
	height: 70px;
	fill: #121212;
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.blog-loader {
    text-align: center;
    margin-top: 50px;
}
.blog-loader svg {
    width: 30px;
    height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
    margin-left: 15px;
    animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
	100%{transform: rotate(180deg);}
}

#preloader {
	position:relative;
	margin:auto;
	width:100px;
}

#preloader span {
	display:block;
	bottom:0px;
	width: 9px;
	height: 5px;
	background:#fff;
	position:absolute;
	animation: preloader 1.5s  infinite ease-in-out;
}
 
#preloader span:nth-child(2) {
	left:11px;
	animation-delay: .2s;
}
#preloader span:nth-child(3) {
	left:22px;
	animation-delay: .4s;
}
#preloader span:nth-child(4) {
	left:33px;
	animation-delay: .6s;
}
#preloader span:nth-child(5) {
	left:44px;
	animation-delay: .8s;
}

@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #0bb3e4;}
    25% {height:30px;transform:translateY(15px);background: #0bb3e4;}
    50% {height:5px;transform:translateY(0px);background: #0bb3e4;}
    100% {height:5px;transform:translateY(0px);background: #0bb3e4;}
}

.backtotop {
    background-color: #121212;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
.backtotop:hover {
	background-color: #898989;
}
.backtotop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
}

#page {
    position: relative;
}

.boxed-layout,
.frame-layout {
    background-image: url('assets/images/pattern.png');
}

#content {
    position: relative;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #121212;
	margin: 16px 0;
	line-height: 1.35;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

h1 {
	margin: 0 0 16px;
}

mark {
	background: #ff0;
	color: #121212;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 70%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
tbody {
    text-align: left;
}
tr {
    border: 1px solid #e4e4e4;
}
td,
th {
	padding: 5px;
    font-weight: 400;
}

th {
	color: #121212;
}

td#next {
    text-align: right;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #121212;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
    word-wrap: break-word;
}
p {
	margin: 0 0 1em;
}
p:last-child {
	margin-bottom: 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #121212;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
    text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    padding: 0 60px 0 40px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    position: relative;
    margin: 0 0 21px;
}
blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 21px;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
    margin-bottom: 1em;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

figure {
	margin: 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table#wp-calendar {
    display: table;
    width: 100%;
    overflow: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 12px 20px;
    display: inline-block;
    text-align: center;
    background-color: #121212;
    border: 1px solid #121212;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #898989;
	border-color: #898989;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #898989;
	border-color: #898989;
	color: #fff;
}

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: #121212;
	width: 100%;
	border: 1px solid #ccc;
	padding: 12px 20px;
	background-color: #eee;
}

select {
	border: 1px solid #ccc;
}

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: #121212;
	outline: thin dotted;
}

p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    color: #273238;
    margin-bottom: 5px;
    display: block;
}
#commentform p {    
    margin-bottom: 21px;
}
.customize-support #commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
	margin: 21px 0 0;
}
#comments {
    margin: 60px 0 0;
}
#respond {
    margin-top: 50px;
}
#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: auto;
    min-height: auto;
    margin-right: 10px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #121212;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #898989;
}

a:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: transparent;
}
#masthead.header-two,
#masthead.header-three {
	position: relative;
}
/*.menu-sticky #masthead {
    position: sticky;
    top: 0;
}*/
.site-branding {
    float: left;
    padding: 20px 0;
    display: flex;
    align-items: center;
    min-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-two .site-branding  {
	display: block;
}
.site-title {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
}
.site-title a {
    color: #fff;
    text-decoration: none;
}
.header-two .site-title a,
.header-two .site-description  {
	color: #121212;
}
.site-title a:hover,
.site-title a:focus,
.header-two .site-title a:hover,
.header-two .site-title a:focus {
    color: #898989;
}
.site-description {
    margin: 0;
    color: #898989;
}
.site-logo {
    margin-right: 20px;
}
.site-logo img {
    max-height: 75px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-navigation {
	display: block;
    position: relative;
    float: right;
}
#top-navigation .main-navigation,
.header-two .main-navigation,
.header-three .main-navigation {
	float: none;
}
.main-navigation ul.nav-menu li.current-menu-item > a,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li:focus > a {
    color: #121212;
}
.main-navigation ul.nav-menu li:hover > svg,
.main-navigation ul.nav-menu li:focus > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation li.menu-item-has-children > a:focus > svg,
.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
    fill: #121212;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
    color: #121212;
    border-bottom: 1px solid #eee;
    border-left: 1px solid rgba(238, 238, 238, 0.5);
}
.main-navigation ul.sub-menu a:after {
	float: right;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul.nav-menu > li > a {
    padding: 10px 0;
    color: #121212;
}
.user-logged-in > a > img {
    width: 40px;
    object-fit: cover;
    height: 40px;
    border-radius: 40px;
}
.main-navigation ul.nav-menu > li {
	padding: 0 15px;
}
.main-navigation form.search-form input {
    background-color: #121212;
    border-color: #121212;
    color: #121212;
    font-weight: 400;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
	fill: #121212;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus {
    color: #121212;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #121212;
    position: relative;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #121212;
}
#top-navigation .posted-on{
	color: #fff;
}

.main-navigation .social-icons ul li a {
    width: 40px;
    padding: 0;
}
#masthead .main-navigation .social-icons ul li a svg {
    transform: none;
}
.main-navigation .social-icons ul {
    position: relative;
    float: none;
    left: auto;
    background-color: transparent;
    z-index: 1;
    display: inline-block;
    top: auto;
}
.header-two .main-navigation ul.nav-menu > li.home-icon > a > svg {
    fill: #121212;
    width: 24px;
    height: 24px;
    margin-top: -6px;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.main-navigation form.search-form {
    min-width: 320px;
}
input.search-field {
    height: 48px;
    border-radius: 0;
    padding: 0 50px 0 15px;
    width: 100%;
}
.main-navigation svg.icon-close {
    display: none;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
svg.icon-search,
svg.icon-close {
    width: 15px;
    height: 15px;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    fill: #121212;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #121212;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
#top-navigation .icon-wrapper {
    display: none;
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    padding: 10px 25px;
    margin: 7px 0;
    min-width: 135px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-toggle:hover,
.menu-toggle:focus,
.second-design .menu-toggle:hover,
.second-design .menu-toggle:focus,
.third-design .menu-toggle:hover,
.third-design .menu-toggle:focus {
	background-color: #898989;
	border-color: #898989;
}
.second-design .menu-toggle,
.third-design .menu-toggle {
	background-color: #121212;
	width: 100%;
}
.main-navigation .menu-toggle svg {
	fill: #fff;
	margin-right: 10px;
}
.menu-label {
    color: #fff;
}
svg.icon-menu {
    fill: #121212;
    width: 30px;
    height: 30px;
    vertical-align: baseline;
}
.menu-open svg.icon-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
    margin: 5px;
}
.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #121212;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 50px 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	position: relative;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
	position: relative;
}
.post-navigation a, 
.posts-navigation a {
    font-weight: 400;
    color: #121212;
    text-decoration: none;
}
.navigation.pagination a {
    text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
	color: #121212;
}
.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: #121212;
    background-color: #eee;
    border: 1px solid #eee;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
    color: #fff;
    border-color: #121212;
    background-color: #121212;
}
.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination img {
	opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pagination a:hover img,
.pagination a:focus img {
	opacity: 1;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.navigation .nav-previous svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 5px;
}
.navigation .nav-next svg {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    margin-left: 5px;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
    background-color: #eee;
}
.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
	padding: 30px;
}
.navigation.post-navigation a,
.navigation.posts-navigation a {
	font-size: 18px;
	color: #121212;
}
.navigation.post-navigation a:hover,
.navigation.posts-navigation a:hover,
.navigation.post-navigation a:focus,
.navigation.posts-navigation a:focus {
	color: #898989;
}
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg {
	fill: #898989;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3em;
}
.widget:last-child {
    margin-bottom: 0;
}
#colophon .widget {
	margin: 0 0 40px;
}

#colophon .widget.widget_text {
	margin-bottom: 20px;
}
#colophon .widget:last-child {
    margin-bottom: 0;
}
#secondary .widget {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #E7E7E7;
}
#secondary .widget:last-child {
    margin-bottom: 0;
}
.second-design #secondary .widget:not(:last-child),
.third-design #secondary .widget:not(:last-child) {
	margin-bottom: 50px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
    background-color: #f6f6f6;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 300px;
}
.widget select:focus {
    outline: thin dotted;
}

.widget input {
    height: 40px;
    border-radius: 0;
    padding: 0 15px;
    border: none;
}

form.search-form button.search-submit {
	padding: 0;
    height: 48px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    border-radius: 0;
}
form.search-form button.search-submit svg {
	fill: #fff;
}
.widget_search form.search-form button.search-submit {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 1;
}
.widget_search form.search-form button.search-submit svg {
	fill: #fff;
	width: 16px;
    height: 16px;
}
.widget_search form.search-form button.search-submit:hover svg,
.widget_search form.search-form button.search-submit:focus svg {
	fill: #898989;
}
.widget_search form.search-form input {
	border: none;
}
.widget_search form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: #f5f5f3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar caption {
    margin-bottom: 15px;
}
#secondary .widget-header {
    margin-bottom: 25px;
}
#secondary .widget-subtitle {
    color: #121212;
    text-transform: uppercase;
    margin: 0;
}

#left-sidebar .widget-title,
#right-sidebar .widget-title{
	margin: 0 0 40px;
}

#secondary .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 40px;
    word-wrap: break-word;
    position: relative;
    color: #121212;
    text-transform: uppercase;
}

.widget li:not(:last-child) {
    margin-bottom: 20px;
}

#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input {
	background-color: #fff;
	color: #121212;
}
#secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#secondary .cat-links a,
#secondary ul li a {
	color: #121212;
	text-decoration: none;
}
#secondary ul li a:hover,
#secondary ul li a:focus {
	color: #898989;
}
#secondary .widget_print_newspaper,
#secondary .widget_popular_news,
#secondary .widget_business_news,
#secondary .widget_recent_news,
#secondary .widget_advertisement,
#secondary .widget_editors_choice,
#secondary .widget_most_read_news,
#secondary .widget_post_list_three,
#secondary .widget_post_slider,
#secondary .widget_social_media {
	background-color: unset !important;
	padding: unset;
}
.widget_print_newspaper .print-newspaper-title  {
	font-weight: 600;
	line-height: 40px;
	font-size: 32px;
}
.widget_print_newspaper .featured-image {
	margin: 30px 0 20px 0;
}
.widget_print_newspaper .featured-image img {
	width: 100%;
}
#secondary .widget_print_newspaper .btn {
	color: #fff;
	width: 100%;
}
#secondary .widget_print_newspaper .btn:hover,
#secondary .widget_print_newspaper .btn:focus {
	background-color: #898989;
}
#right-sidebar .widget_popular_news ul li:not(:last-child),
#left-sidebar .widget_popular_news ul li:not(:last-child),
#secondary .widget_popular_news ul li:not(:last-child) {
    border-bottom: 1px solid #121212;
    padding-bottom: 40px;
    margin-bottom: 0;
}
#right-sidebar .widget_popular_news ul li:not(:first-child),
#left-sidebar .widget_popular_news ul li:not(:first-child),
#secondary .widget_popular_news ul li:not(:first-child) {
    padding-top: 40px;
}
.widget_popular_news .entry-container {
	display: table-row;
}
.widget_popular_news .post-number {
    float: left;
    margin-right: 30px;
    position: relative;
    font-size: 24px;
    color: #121212;
    font-weight: 600;
}
.widget_popular_news .entry-title {
	font-size: 24px;
}
#secondary .widget_popular_news .widget-title {
	margin-bottom: 50px;
}
.widget_subscribe .section-subtitle {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.widget_subscribe input {
	height: 60px;
	background-color: #fff !important;
	color: #121212 !important;
}
.widget_subscribe .jetpack_subscription_widget button {
	width: 100%;
	background-color: #121212;
	height: 60px;
}
.widget_subscribe .jetpack_subscription_widget button:hover,
.widget_subscribe .jetpack_subscription_widget button:focus {
	background-color: #898989;
	border-color: #898989;
}
.widget_business_news .featured-image,
.widget_recent_news .featured-image,
.widget_editors_choice .featured-image,
.widget_most_read_news .featured-image {
    padding: 135px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 15px;
}
.widget_business_news .entry-content {
	margin-bottom: 10px;
}
.widget_business_news .slick-prev {
    right: 42px;
    left: auto;
}
.widget_business_news .slick-arrow {
	top: -45px;
}
.widget_business_news .slick-next {
    right: 0;
}
.widget_recent_news .recent-news-wrapper,
.widget_most_read_news .most-read-news-wrapper,
.widget_post_slider .post-slider-wrapper,
.widget_editors_choice > ul > li:not(:first-child) .editors-choice-wrapper {
    display: table;
    position: relative;
    align-items: center;
    width: 100%;
}
.widget_recent_news .featured-image,
.widget_most_read_news .featured-image,
.widget_post_slider .featured-image,
.widget_editors_choice > ul > li:not(:first-child) .featured-image {
    width: 30%;
    position: absolute;
    display: table-cell;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
.widget_recent_news .entry-container,
.widget_most_read_news .entry-container,
.widget_post_slider .entry-container,
.widget_editors_choice > ul > li:not(:first-child) .entry-container {
    text-align: unset;
    width: 70%;
    display: table-cell;
    padding: 10px 0 10px 20px;
}
.widget_recent_news .entry-title,
.widget_post_slider .entry-title {
	margin-bottom: 8px;
}
.widget_advertisement .featured-image img {
	width: 100%;
}
.widget_about_us > ul {
	text-align: center;
	list-style: none;
}
.widget_about_us .featured-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.widget_about_us .featured-image {
    margin-bottom: 10px;
}
.widget_about_us .entry-title {
    font-size: 22px;
    margin-bottom: 8px;
}
.widget_about_us .entry-content {
	margin-bottom: 15px;
}
.widget_about_us .social-icons li {
	margin-bottom: 0;
}
.widget_editors_choice .entry-title,
.widget_most_read_news .entry-title {
	margin: 5px 0;
}
.widget_editors_choice > ul > li:nth-child(1) .entry-title {
	font-size: 22px;
}
.widget_editors_choice > ul > li:not(:first-child) .entry-content {
	display: none;
}
.widget_post_list_three li {
	position: relative;
}
.widget_post_list_three .featured-image {
	position: relative;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.widget_post_list_three .entry-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}
.widget_post_list_three .entry-title {
	margin-top: 5px;
}
.widget_post_slider .tabs li .widget-title {
	cursor: pointer;
}
.widget_post_slider .tabs li:not(:last-child) {
	padding-right: 5px;
}
#secondary .widget_post_slider .tabs li.active .widget-title {
	background-color: #898989;
}
.widget_post_slider .featured-image {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.tab-content {
	display: none;
}
.tab-content.active {
	display: block;
}
.widget_social_media .social-icons li a svg {
	fill: #fff;
}
.widget_social_media ul.social-icons {
	display: flex;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -8px !important;
}
.widget_social_media ul li {
	width: 33.33%;
	padding: 0 0 0 8px !important;
    margin-bottom: 8px !important;
}
.widget_social_media .social-icons li a {
	height: auto;
	width: auto;
	padding: 6px 12px;
	border-radius: 0;
}
.widget_social_media .social-icons li a .screen-reader-text {
    clip: inherit;
    clip-path: inherit;
    height: auto;
    width: auto;
    margin: 0;
    position: relative !important;
    overflow: visible;
    top: inherit;
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #fff;
}
.third-design .recent-news-wrapper,
.third-design .widget_post_slider .post-slider-wrapper,
.third-design .double-column-post-wrapper,
.third-design .single-column-post-wrapper,
.third-design .breaking-news-wrapper,
.third-design #newzpaper_you_may_have_missed .have-missed-wrapper {
	background-color: #f2f2f2;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-header span.posted-on {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header small {
    font-size: 12px;
    color: #121212;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
	text-align: center;
}
.no-sidebar-content #inner-content-wrapper {
    margin: 0 auto;
}
.navigation.pagination svg {
    fill: #121212;
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    left: -1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation.pagination .next svg {
	left: auto;
    right: -1px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
	fill: #fff;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 14px;
    height: 14px;
    fill: #121212;
}
.navigation.posts-navigation .nav-previous svg.icon-up, 
.navigation.post-navigation .nav-previous svg.icon-up {
	margin-right: 10px;
}
.navigation.posts-navigation .nav-next svg.icon-up, 
.navigation.post-navigation .nav-next svg.icon-up {
	margin-left: 10px;
}
.single-wrapper .entry-title {
    font-size: 32px;
    font-weight: 700;
}
.single-wrapper .post-categories {
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}
.single-wrapper article p {
    margin-top: 0;
    margin-bottom: 28px;
}
.single-wrapper article blockquote p {
    margin-bottom: 0;
}
.single-wrapper article img {
    margin-bottom: 30px;
}
.single-wrapper article .author-image img {
    margin-bottom: 0;
    border-radius: 50%;
}
.single-wrapper article p.first-letter:first-letter {
    display: inline-block;
    float: left;
    font-size: 90px;
    line-height: 0.6;
    margin: 16px 16px 0 0;
}
.posted-on a,
#secondary .posted-on a {
    text-decoration: none;
    color: #121212;
}
.single #primary .entry-meta {
	margin: 20px 0px;
}
.single .entry-meta > span {
	display: inline-block;
}

.tags-title {
    color: #121212;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.tags-links {
    display: inline-block;
}
.tags-links a {
    color: #865FC1;
    display: inline-block;
    text-decoration: none;
}
.tags-links a:hover,
.tags-links a:focus {
	color: #898989;
}
.single-wrapper .entry-meta {
    margin-bottom: 25px;
}
.single-wrapper .entry-meta .date {
    font-size: 49px;
    color: #121212;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.single-wrapper .entry-meta .month {
    font-size: 14px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    padding-left: 5px;
    margin-bottom: 28px;
    font-weight: bold;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
	margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}
.no-sidebar .single-wrapper .featured-image {
	text-align: center;
}
span.next-article {
    padding-right: 65px;
    display: inline-block;
}
#author-section {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 35px 0;
    margin-bottom: 35px;
}
.author-image {
    float: left;
    margin-right: 30px;
}
.author-content {
    display: table;
}
.author-name {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.author-name:after {
    content: "";
    background-color: #121212;
    width: 29px;
    height: 3px;
    display: block;
    margin-top: 30px;
}
.author-name span {
    color: #5e5e5e;
    padding-left: 5px;
    font-weight: 400;
}
.author-content .social-icons li a {
	background-color: #171717;
}
.author-content .social-icons li a svg {
	fill: #fff;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#reply-title,
.comments-title {
    font-size: 32px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 40px;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
	padding-top: 35px;
	position: relative;
    overflow: hidden;
}
#comments ol.children .reply {
    padding-left: 12px;
}
.says {
    display: none;
}
.comment-meta img {
    width: 65px;
    height: 65px;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    margin-top: -20px;
}
#comments time:before {
    display: none;
}
.comment-body {
    position: relative;
}
.reply {
    padding-bottom: 25px;
    text-align: right;
    padding-right: 10px;
}
#comments article {
    margin-bottom: 30px;
    clear: both;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
	border-bottom: none;
}
#comments ol.comment-list > li {
    padding-top: 18px;
}
#comments ol.comment-list > li:first-child {
    padding-top: 0;
}
#comments ol.comment-list > li article:last-child .reply {
	border-bottom: none;
    padding-bottom: 0;
}
.reply a {
    padding: 10px 25px;
    display: inline-block;
    text-align: center;
    background-color: #121212;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
    background-color: #898989;
	color: #fff;
}
.comment-meta .url,
.comment-meta .fn {
    color: #121212;
    display: inline-block;
    text-decoration: none;
}
.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-metadata a {
    text-decoration: none;
    color: #121212;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-meta .url:hover,
.comment-meta .url:focus {
	color: #898989;
}
.comment-content {
    margin-bottom: 13px;
    padding: 57px 25px 7px;
    margin-top: -50px;
    background-color: #eee;
    margin-left: 120px;
    position: relative;
    right: 10px;
    clear: both;
}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -18px;
    top: 30px;
}
.comment-content p {
    margin-bottom: 1em;
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.comment-meta .comment-author .fn {
	font-weight: bold;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
	position: relative;
}
.relative {
	display: block;
	position: relative;
}
.relative:before,
.relative:after {
	content: "";
	display: table;
	clear: both;
}
.entry-content {
	margin-top: 0;
}
.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.page-section,
#newzpaper_subscribe .wrapper,
.footer-widgets-area  .wrapper {
    padding: 60px 0;
}
.second-design .page-section,
.third-design .page-section {
	padding: 50px 0;
}
.second-design .same-background,
.third-design .same-background {
	padding-top: 0;
}
.section-header {
    max-width: 900px;
    margin: 0 0 70px;
}
.second-design .section-header,
.third-design .section-header {
	max-width: unset;
	margin: 0 0 25px;
}
.section-subtitle {
	color: #121212;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.section-title {
    font-size: 42px;
    font-weight: 600;
    margin: 0;
    word-wrap: break-word;
    position: relative;
    text-transform: uppercase;
}
.section-title a {
	text-decoration: none;
    color: #121212;
}

.byline a {
	text-decoration: none;
}
.section-title a:hover,
.section-title a:focus {
	color: #121212;
}
.second-design .section-title,
.third-design .section-title,
.second-design #secondary .widget-title,
.third-design #secondary .widget-title,
#newzpaper_breaking_news .news-title {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0;
    background-color: #121212;
    padding: 8px 18px;
    line-height: 30px;
}
.entry-title {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 600;
}

.entry-title a {
	color: #121212;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus {
	color: #898989;
}
.overlay {
    background-color: #121212;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.btn {
    padding: 12px 25px;
    display: inline-block;
    text-align: center;
    background-color: #121212;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
	background-color: #121212;
	color: #fff;
}
.read-more {
    text-align: center;
}
.same-background {
    padding-top: 0;
}
.col-1 article, 
.col-2 article, 
.col-3 article, 
.col-4 article,
.col-5 article,
.col-6 article {
	margin-bottom: 30px;
	width: 100%;
}
.col-1 article:last-child, 
.col-2 article:last-child, 
.col-3 article:last-child, 
.col-4 article:last-child,
.col-5 article:last-child,
.col-6 article:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: -5px;
    clear: both;
    display: table;
    width: 100%;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
    float: left;
    padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Social Icons
--------------------------------------------------------------*/
.social-icons li {
    display: inline-block;
    height: auto;
    text-align: center;
    position: relative;
    list-style: none;
}
.social-icons,
.social-icons ul {
    margin: 0;
    padding: 0;
}
.social-icons li a {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    border-radius: 40px;
    border-bottom: none;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
	fill: #fff;
}
.social-icons li a svg {
    fill: #121212;
}
/*--------------------------------------------------------------
## Social Icons Hover Color
--------------------------------------------------------------*/
.social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.widget_social_media .social-icons li a[href*="facebook.com"] {
 	background-color: #3c5798 !important;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus,
.widget_social_media .social-icons li a[href*="twitter.com"] {
 	background-color: #1ea0f1 !important;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus,
.widget_social_media .social-icons li a[href*="linkedin.com"] {
 	background-color: #0077B5 !important;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus,
.widget_social_media .social-icons li a[href*="plus.google.com"] {
 	background-color: #ec7161 !important;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus,
.widget_social_media .social-icons li a[href*="slack.com"] {
	background-color: #E60264;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus,
.widget_social_media .social-icons li a[href*="youtube.com"] {
 	background-color: #cc181e !important;
}

.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus,
.widget_social_media .social-icons li a[href*="dribbble.com"] {
 	background-color: #f4a09c !important;
}

.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus,
.widget_social_media .social-icons li a[href*="pinterest.com"] {
 	background-color: #bd081b !important;
}

.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus,
.widget_social_media .social-icons li a[href*="bitbucket.com"] {
 	background-color: #205081 !important;
}

.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus,
.widget_social_media .social-icons li a[href*="github.com"] {
 	background-color: #323131 !important;
}

.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus,
.widget_social_media .social-icons li a[href*="codepen.com"] {
 	background-color: #000 !important;
}

.social-icons li a[href*="flickr.com"]:hover,
.social-icons li a[href*="flickr.com"]:focus,
.widget_social_media .social-icons li a[href*="flickr.com"] {
 	background-color: #025FDF !important;
}

.social-icons li a[href$="/feed/"]:hover,
.social-icons li a[href$="/feed/"]:focus,
.widget_social_media .social-icons li a[href*="feed.com"] {
 	background-color: #089DE3 !important;
}

.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus,
.widget_social_media .social-icons li a[href*="foursquare.com"] {
 	background-color: #F94877 !important;
}

.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus,
.widget_social_media .social-icons li a[href*="instagram.com"] {
 	background-color: #cd42e7 !important;
}

.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus,
.widget_social_media .social-icons li a[href*="tumblr.com"] {
 	background-color: #56BC8A !important;
}

.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus,
.widget_social_media .social-icons li a[href*="reddit.com"] {
 	background-color: #FF4500 !important;
}

.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus,
.widget_social_media .social-icons li a[href*="vimeo.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus,
.widget_social_media .social-icons li a[href*="digg.com"] {
 	background-color: #00ADEF !important;
}

.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus,
.widget_social_media .social-icons li a[href*="twitch.tv"] {
 	background-color: #0E9DD9 !important;
}

.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus,
.widget_social_media .social-icons li a[href*="stumbleupon.com"] {
 	background-color: #EB4924 !important;
}

.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus,
.widget_social_media .social-icons li a[href*="delicious.com"] {
 	background-color: #0076E8 !important;
}

.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus,
.widget_social_media .social-icons li a[href*="mailto:"] {
 	background-color: #4169E1 !important;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus,
.widget_social_media .social-icons li a[href*="soundcloud.com"] {
 	background-color: #FF5500 !important;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus,
.widget_social_media .social-icons li a[href*="wordpress.org"] {
 	background-color: #0073AA !important;
}
.social-icons li a[href*="wordpress.com"]:hover,
.widget_social_media .social-icons li a[href*="wordpress.com"] {
 	background-color: #00AADC !important;
}

.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus,
.widget_social_media .social-icons li a[href*="jsfiddle.net"] {
 	background-color: #396AB1 !important;
}

.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus,
.widget_social_media .social-icons li a[href*="tripadvisor.com"] {
 	background-color: #FFE090 !important;
}

.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus,
.widget_social_media .social-icons li a[href*="angel.co"] {
 	background-color: #000 !important;
}

#contact-section .social-icons li a,
#secondary .widget_social_icons li a {
 	background-color: transparent !important;
    margin-right: 20px;
}
#contact-section .social-icons li:last-child a,
#secondary .widget_social_icons li:last-child a {
	margin-right: 0;
}
#contact-section .social-icons li a svg,
#secondary .widget_social_icons li a svg {
 	fill: #3c5798;
 	width: 22px;
    height: 22px;
}
#contact-section .social-icons li a[href*="facebook.com"] svg,
#contact-section .social-icons li a[href*="fb.com"] svg,
#secondary .widget_social_icons li a[href*="facebook.com"] svg,
#secondary .widget_social_icons li a[href*="fb.com"] svg {
 	fill: #3c5798;
}
#contact-section .social-icons li a[href*="twitter.com"] svg,
#secondary .widget_social_icons li a[href*="twitter.com"] svg {
 	fill: #1ea0f1;
}
#contact-section .social-icons li a[href*="linkedin.com"] svg,
#secondary .widget_social_icons li a[href*="linkedin.com"] svg {
 	fill: #0077B5;
}
#contact-section .social-icons li a[href*="plus.google.com"] svg,
#secondary .widget_social_icons li a[href*="plus.google.com"] svg {
 	fill: #ec7161;
}
#contact-section .social-icons li a[href*="slack.com"] svg,
#secondary .widget_social_icons li a[href*="slack.com"] svg {
	background-color: #E60264;
}
#contact-section .social-icons li a[href*="youtube.com"] svg,
#secondary .widget_social_icons li a[href*="youtube.com"] svg {
 	fill: #cc181e;
}

#contact-section .social-icons li a[href*="dribbble.com"] svg,
#secondary .widget_social_icons li a[href*="dribbble.com"] svg {
 	fill: #f4a09c;
}

#contact-section .social-icons li a[href*="pinterest.com"] svg,
#secondary .widget_social_icons li a[href*="pinterest.com"] svg {
 	fill: #bd081b;
}

#contact-section .social-icons li a[href*="bitbucket.org"] svg,
#secondary .widget_social_icons li a[href*="bitbucket.org"] svg {
 	fill: #205081;
}

#contact-section .social-icons li a[href*="github.com"] svg,
#secondary .widget_social_icons li a[href*="github.com"] svg {
 	fill: #323131;
}

#contact-section .social-icons li a[href*="codepen.io"] svg,
#secondary .widget_social_icons li a[href*="codepen.io"] svg {
 	fill: #000;
}

#contact-section .social-icons li a[href*="flickr.com"] svg,
#secondary .widget_social_icons li a[href*="flickr.com"] svg {
 	fill: #025FDF;
}

#contact-section .social-icons li a[href$="/feed/"] svg,
#secondary .widget_social_icons li a[href$="/feed/"] svg {
 	fill: #089DE3;
}

#contact-section .social-icons li a[href*="foursquare.com"] svg,
#secondary .widget_social_icons li a[href*="foursquare.com"] svg {
 	fill: #F94877;
}

#contact-section .social-icons li a[href*="instagram.com"] svg,
#secondary .widget_social_icons li a[href*="instagram.com"] svg {
 	fill: #cd42e7;
}

#contact-section .social-icons li a[href*="tumblr.com"] svg,
#secondary .widget_social_icons li a[href*="tumblr.com"] svg {
 	fill: #56BC8A;
}

#contact-section .social-icons li a[href*="reddit.com"] svg,
#secondary .widget_social_icons li a[href*="reddit.com"] svg {
 	fill: #FF4500;
}

#contact-section .social-icons li a[href*="vimeo.com"] svg,
#secondary .widget_social_icons li a[href*="vimeo.com"] svg {
 	fill: #00ADEF;
}

#contact-section .social-icons li a[href*="digg.com"] svg,
#secondary .widget_social_icons li a[href*="digg.com"] svg {
 	fill: #00ADEF;
}

#contact-section .social-icons li a[href*="twitch.tv"] svg,
#secondary .widget_social_icons li a[href*="twitch.tv"] svg {
 	fill: #0E9DD9;
}

#contact-section .social-icons li a[href*="stumbleupon.com"] svg,
#secondary .widget_social_icons li a[href*="stumbleupon.com"] svg {
 	fill: #EB4924;
}

#contact-section .social-icons li a[href*="delicious.com"] svg,
#secondary .widget_social_icons li a[href*="delicious.com"] svg {
 	fill: #0076E8;
}

#contact-section .social-icons li a[href*="mailto:"] svg,
#secondary .widget_social_icons li a[href*="mailto:"] svg {
 	fill: #4169E1;
}
#contact-section .social-icons li a[href*="soundcloud.com"] svg,
#secondary .widget_social_icons li a[href*="soundcloud.com"] svg {
 	fill: #FF5500;
}
#contact-section .social-icons li a[href*="wordpress.org"] svg,
#secondary .widget_social_icons li a[href*="wordpress.org"] svg {
 	fill: #0073AA;
}
#contact-section .social-icons li a[href*="wordpress.com"] svg,
#secondary .widget_social_icons li a[href*="wordpress.com"] svg {
}

#contact-section .social-icons li a[href*="jsfiddle.net"] svg,
#secondary .widget_social_icons li a[href*="jsfiddle.net"] svg {
 	fill: #396AB1;
}

#contact-section .social-icons li a[href*="tripadvisor.com"] svg,
#secondary .widget_social_icons li a[href*="tripadvisor.com"] svg {
 	fill: #FFE090;
}

#contact-section .social-icons li a[href*="angel.co"] svg,
#secondary .widget_social_icons li a[href*="angel.co"] svg {
 	fill: #000;
}
/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 250px 0;
    text-align: center;
    position: relative;
    background-color: #333;
    background-size: cover;
    background-position: 50%;
}
#page-site-header .wrapper {
    position: relative;
}
#page-site-header .page-title {
	font-size: 52px;
	color: #fff;
    margin: 0;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.error-404.not-found {
    position: relative;
    text-align: center;
}
.error-404.not-found .page-content {
    text-align: center;
    max-width: 550px;
    margin: 50px auto 0;
}
.error-404.not-found .page-content .read-more {
	margin-top: 25px;
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
#breadcrumb-list {
    margin-top: 5px;
}
.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
}
.trail-items li:not(:last-child):after {
	content: "/";
	padding-left: 4px;
	padding-right: 1px;
}
.trail-items li a {
    color: #fff;
    text-decoration: none;
}
.trail-items li a:hover,
.trail-items li a:focus {
    opacity: 1;
    text-decoration: underline;
}

/*--------------------------------------------------------------
#  Slick Pagination
--------------------------------------------------------------*/
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-slide {
    outline: none;
}
.slick-prev:before, 
.slick-next:before {
    content: "";
	background-image: url('assets/images/right-arrow-angle.svg');
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.slick-prev:before {
	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.slick-prev,
.slick-next {
	background-color: #121212;
    width: 40px;
    height: 40px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
	opacity: 1;
	background-color: #898989;
}
.slick-prev {
	left: 50px;
}
.slick-next {
	right: 50px;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 1px solid #121212;
}
.slick-dots li.slick-active button {
	background-color: #121212;
}
.slick-dots li button:focus {
	outline: thin dotted #121212;
}
.slick-dots li button:before {
	display: none;
}

/*--------------------------------------------------------------
#  Hightlights Section
--------------------------------------------------------------*/

.entry-meta span,
.post-meta span {
	font-size: 16px;
	display: inline-block;
}
.entry-meta a {
	text-decoration: none;
}
.entry-content p {
	font-size: 18px;
}
.entry-meta-text {
	font-weight: 600;
}
/*.entry-meta > span {
	font-weight: 600;
}
.entry-meta > span span {
	font-weight: 400;
}*/

#newzpaper_highlights,
#newzpaper_hero_post {
	background-color: #121212;
}
#newzpaper_highlights .section-header {
	max-width: unset;
}
#newzpaper_highlights .section-title {
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	line-height: 44px;
	padding: 0;
}
#newzpaper_highlights .highlights-wrapper {
	background-color: #fff;
	margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
#newzpaper_highlights .news-title {
	float: left;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 30px;
	position: relative;
}
#newzpaper_highlights .news-title:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #13AA3A;
	position: absolute;
	left: -18px;
	top: 8px;
}
.marquee-content ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    overflow: hidden;
}
.marquee-content ul li {
    display: inline-block;
}
.marquee-content ul li:not(:last-child) {
	margin-right: 20px;
}
.js-marquee-wrapper {
    display: flex;
}
#newzpaper_highlights .featured-image,
#newzpaper_highlights .entry-container {
    display: table-cell;
    vertical-align: middle;
}
#newzpaper_highlights .featured-image img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 5px;
}
#newzpaper_highlights .entry-title {
	font-size: 18px;
	margin: 0;
}
#newzpaper_highlights .highlights-content {
    display: flex;
    align-items: center;
}
#newzpaper_highlights .wrapper {
	padding-top: 50px;
	border-top: 1px solid #414141;
}


/*--------------------------------------------------------------
#  Hero Post Section
--------------------------------------------------------------*/
#newzpaper_hero_post .entry-title a,
#newzpaper_hero_post .entry-content p,
#newzpaper_hero_post .entry-meta span,
#newzpaper_hero_post .entry-meta span a {
	color: #fff;
}
#newzpaper_hero_post .entry-title a:hover,
#newzpaper_hero_post .entry-title a:focus,
#newzpaper_hero_post .entry-meta span a:hover,
#newzpaper_hero_post .entry-meta span a:focus {
	color: #898989;
}
#newzpaper_hero_post ul.post-categories li a {
	border-color: #fff;
}
#newzpaper_hero_post ul.post-categories li a:hover,
#newzpaper_hero_post ul.post-categories li a:focus {
	color: #fff;
	background-color: #898989;
	border-color: #898989;
}
#newzpaper_hero_post .featured-image img {
	width: 100%;
}
#newzpaper_hero_post .entry-title {
	margin: 0;
	text-transform: uppercase;
}
#newzpaper_hero_post .entry-content {
	margin: 15px 0;
}
#newzpaper_hero_post .entry-meta > span {
	display: inline-block;
}
.entry-meta > span:not(:last-child) {
	margin-right: 20px;
}
.second-design .entry-meta > span,
.third-design .entry-meta > span {
	position: relative;
	display: inline-block;
}
.second-design .entry-meta > span:not(:last-child),
.third-design .entry-meta > span:not(:last-child) {
	margin-right: 20px;
}
.second-design .entry-meta > span:not(:first-child):before,
.third-design .entry-meta > span:not(:first-child):before {
    content: "-";
    margin: 0;
    color: #121212;
    position: absolute;
    left: -15px;
    bottom: 1px;
}
ul.post-categories li a {
	padding: 4px 16px;
	color: #121212;
	border: 1px solid #121212;
	background-color: transparent;
	border-radius: 50px;
	text-decoration: none;
}
ul.post-categories li a:hover,
ul.post-categories li a:focus {
	background-color: #121212;
	color: #fff;
}
.second-design ul.post-categories li a,
.third-design ul.post-categories li a {
	padding: 0;
	border: unset;
	background-color: unset;
}
.second-design ul.post-categories li a:hover,
.second-design ul.post-categories li a:focus,
.third-design ul.post-categories li a:hover,
.third-design ul.post-categories li a:focus {
	color: #898989;
	background-color: unset !important;
}
#newzpaper_hero_post .entry-content p {
	margin-bottom: 15px;
}
#newzpaper_hero_post .entry-container {
	margin-bottom: 40px;
}



/*--------------------------------------------------------------
#  Magazine Section
--------------------------------------------------------------*/
.tabs {
	margin: 0;
	padding: 0;
}
.tabs li {
    list-style: none;
    display: inline-block;
}
.tabs li a {
	list-style: none;
	text-decoration: none;
	padding: 4px 16px;
	border: 1px solid #121212;
	background-color: transparent;
	border-radius: 50px;
	color: #121212;
}
.tabs li.active a {
	background-color: #121212;
	color: #fff;
}
#newzpaper_magazine .section-tabs span {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #121212;
	font-family: 'Poppins', sans-serif;
	margin-right: 30px;
}
#newzpaper_magazine .tabs li:not(:last-child) {
	margin-right: 10px;
}
#newzpaper_magazine .section-content {
	margin-top: 50px;
}
#newzpaper_magazine .magazine-post-wrapper .featured-image {
	padding: 150px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
#newzpaper_magazine .entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
#newzpaper_magazine .entry-meta span {
	display: inline-block;
}
#newzpaper_magazine .post-meta {
	margin-top: 35px;
}
#newzpaper_magazine .post-meta > span:not(:last-child) {
	margin-right: 40px;
}
#newzpaper_magazine .col-3 {
	margin: 0;
}
#newzpaper_magazine article {
	border: 1px solid #121212;
	margin-bottom: 0;
	padding: 0;
}
#newzpaper_magazine .entry-container {
	margin-top: 50px;
}
#newzpaper_magazine .magazine-post-wrapper {
	padding: 50px 40px;
}
.view-all a {
	position: relative;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
.view-all a i {
	margin-left: 10px;
}
#newzpaper_magazine .wrapper {
	position: relative;
}
#newzpaper_magazine .tab-content {
	display: none;	
}
#newzpaper_magazine .tab-content.active {
	display: block;	
}


/*--------------------------------------------------------------
#  Video News Section
--------------------------------------------------------------*/
#newzpaper_video_news .entry-meta,
.archive-blog-wrapper .entry-meta {
	margin-top: 40px;
}
#newzpaper_video_news .entry-meta > span,
.archive-blog-wrapper .entry-meta > span {
    display: inline-block;
}
#newzpaper_video_news .entry-meta span.cat-links,
.archive-blog-wrapper .entry-meta span.cat-links {
	float: right;
}
#newzpaper_video_news .featured-image,
.archive-blog-wrapper .featured-image {
	padding: 150px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 20px;
	position: relative;
}

.video-button{
	text-align: center;
}

#newzpaper_sports_news ul.post-categories li a,
#newzpaper_post_carousel ul.post-categories li a,
#newzpaper_slider_news ul.post-categories li a{
	border-color: #fff;
}

#newzpaper_latest_news article:not(:first-child) .video-button,
#newzpaper_latest_news article:not(:nth-child(2)) .video-button,
#newzpaper_popular_news article:not(:first-child) .video-button,
#newzpaper_you_may_have_missed .video-button,
#newzpaper_sports_news .video-button,
#newzpaper_featured_news .video-button,
#newzpaper_post_express_list .video-button,
#newzpaper_trending_news .video-button,
#newzpaper_two_col_section .video-button,
#newzpaper_video_news .video-button,
.archive-blog-wrapper .video-button {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.video-button a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	display: inline-block;
}
.video-button a i {
	font-size: 22px;
	color: #121212;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#newzpaper_video_news article:not(:last-child),
.archive-blog-wrapper article:not(:last-child) {
	border-bottom: 1px solid #121212;
	padding-bottom: 50px;
}
#newzpaper_video_news article:not(:first-child),
.archive-blog-wrapper article:not(:first-child) {
	padding-top: 50px;
}
#newzpaper_video_news .view-all {
	margin-top: 90px;
}


/*--------------------------------------------------------------
#  Podcasts Section
--------------------------------------------------------------*/
#newzpaper_podcasts .featured-image {
	position: relative;
	padding: 202px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	margin-bottom: 50px;
}
#newzpaper_podcasts .col-3 {
	margin: 0;
}
#newzpaper_podcasts article {
	border: 1px solid #121212;
	padding: 0;
	margin-bottom: 0;
}
#newzpaper_podcasts .podcasts-post-wrapper {
	padding: 40px 40px 50px 40px;
}
#newzpaper_podcasts .entry-title {
	margin-bottom: 30px;
}
#newzpaper_podcasts .video-button a {
	width: 40px;
	height: 40px;
}
#newzpaper_podcasts .video-button a i {
	font-size: 15px;
}
#newzpaper_podcasts .podcast,
#newzpaper_podcasts .episode {
	position: absolute;
	top: 40px;
	left: 30px;
}
#newzpaper_podcasts .podcast span,
#newzpaper_podcasts .episode span {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
#newzpaper_podcasts .episode {
	top: unset;
	bottom: 30px;
	display: flex;
	align-items: center;
	width: 70%;
	justify-content: space-between;
}
#newzpaper_podcasts .podcast span {
	font-size: 32px;
	display: block;
	line-height: 36px;
}
#newzpaper_podcasts .podcast span:nth-child(2),
#newzpaper_podcasts .episode span {
	font-size: 24px;
}
#newzpaper_podcasts .wrapper {
    position: relative;
}


/*--------------------------------------------------------------
#  Top Authors Section
--------------------------------------------------------------*/
#newzpaper_top_authors col-2 {
	margin: 0;
}
#newzpaper_top_authors article {
	padding: 0;
	border: 1px solid #121212;
	margin-bottom: 0;
	width: 100%;
}
#newzpaper_top_authors .top-authors-wrapper {
	padding: 30px;
	display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}
#newzpaper_top_authors .featured-image img {
	width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 50px;
}
#newzpaper_top_authors .authors-arrow {
	position: absolute;
    right: 30px;
    bottom: 30px;
}
#newzpaper_top_authors .authors-arrow a {
	position: relative;
}
#newzpaper_top_authors .authors-arrow a:after {
	content: "";
	background-image: url('assets/images/arrow.png');
    width: 45px;
    height: 45px;
    display: inline-block;
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
#newzpaper_top_authors .authors-arrow a:hover:after,
#newzpaper_top_authors .authors-arrow a:focus:after {
	-webkit-filter: invert(.5);
   filter: invert(.5);
}

/*--------------------------------------------------------------
#  Subscribe Section
--------------------------------------------------------------*/
#newzpaper_subscribe .wrapper,
.footer-widgets-area  .wrapper {
	border-bottom: 1px solid #414141;
}
#newzpaper_subscribe .entry-header {
	max-width: 735px;
}
#newzpaper_subscribe .entry-title {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
#newzpaper_subscribe .jetpack_subscription_widget form {
	display: flex;
	align-items: center;
}
#newzpaper_subscribe .jetpack_subscription_widget form p {
	margin-bottom: 0;
}
#newzpaper_subscribe #subscribe-submit {
	width: 30%;
}
#newzpaper_subscribe #subscribe-email {
	width: 70%;
	margin-right: 15px;
}
.jetpack_subscription_widget button {
	background-color: transparent;
	border-color: #414141;
}
.jetpack_subscription_widget button:hover,
.jetpack_subscription_widget button:focus {
	background-color: #414141;
}
.jetpack_subscription_widget h2 {
	display: none;
}
#newzpaper_subscribe .jetpack_subscription_widget input[type="email"] {
	background-color: #eee;
	color: #121212;
}



/*--------------------------------------------------------------
#  Featured News Section
--------------------------------------------------------------*/
#newzpaper_featured_news article {
	width: 100%;
	margin-bottom: 10px;
}
#newzpaper_featured_news .featured-image {
	padding: 200px 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
#newzpaper_featured_news .featured-news-wrapper {
	position: relative;
}
#newzpaper_featured_news .entry-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 40px;
}
#newzpaper_featured_news .entry-header {
	margin-top: 10px;
}
#newzpaper_featured_news ul.post-categories li a {
	color: #fff;
	border-color: #fff;
}
#newzpaper_featured_news ul.post-categories li a:hover,
#newzpaper_featured_news ul.post-categories li a:focus {
	border-color: #121212;
}
#newzpaper_featured_news .entry-title a,
#newzpaper_featured_news .posted-on a,
#newzpaper_featured_news .entry-meta span,
#newzpaper_featured_news .entry-meta > span:not(:first-child):before {
	color: #fff;
}
#newzpaper_featured_news .entry-title a:hover,
#newzpaper_featured_news .entry-title a:focus,
#newzpaper_featured_news .posted-on a:hover,
#newzpaper_featured_news .posted-on a:focus {
	color: #898989;
}


/*--------------------------------------------------------------
#  Popular News Section
--------------------------------------------------------------*/
#newzpaper_popular_news article:nth-child(1) {
	width: 100%;
}
#newzpaper_popular_news article:nth-child(1) .entry-title {
	font-size: 24px;
}
#newzpaper_popular_news article .featured-image,
#newzpaper_political_news article .featured-image {
	padding: 135px 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	margin-bottom: 20px
}
#newzpaper_popular_news article .entry-header {
	margin-top: 10px;
}
#newzpaper_popular_news article:not(:first-child) .popular-news-wrapper,
#newzpaper_political_news article .political-news-wrapper {
	display: table;
    position: relative;
    align-items: center;
    width: 100%;
}
#newzpaper_popular_news article:not(:first-child) .featured-image,
#newzpaper_political_news article .featured-image {
    width: 30%;
    position: absolute;
    display: table-cell;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
#newzpaper_popular_news article:not(:first-child) .entry-container,
#newzpaper_political_news article .entry-container {
    text-align: unset;
    width: 70%;
    display: table-cell;
    padding: 15px 20px;
}
#newzpaper_popular_news article:not(:first-child) .entry-content,
#newzpaper_popular_news article:not(:first-child) .posted-on {
	display: none;
}
#newzpaper_popular_news article:not(:first-child) .entry-title {
	font-size: 20px;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
#  Political News Section
--------------------------------------------------------------*/
#newzpaper_political_news .entry-title {
	margin-top: 5px;
}

/*--------------------------------------------------------------
#  Educational News Section
--------------------------------------------------------------*/
#newzpaper_educational_news .featured-image {
    padding: 165px 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
#newzpaper_educational_news .entry-title,
#newzpaper_sports_news .entry-title,
#newzpaper_slider_news .entry-title {
	margin-top: 5px;
	font-size: 22px;
}



/*--------------------------------------------------------------
#  Sports News Section
--------------------------------------------------------------*/
#newzpaper_sports_news .featured-image,
#newzpaper_slider_news .featured-image,
#newzpaper_latest_news .featured-image {
	position: relative;
	padding: 180px 0;
	background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
#newzpaper_sports_news .sports-news-wrapper,
#newzpaper_slider_news .slider-news-wrapper {
	position: relative;
}
#newzpaper_sports_news .entry-container,
#newzpaper_slider_news .entry-container {
	position: absolute;
	left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
}

#newzpaper_post_carousel ul.post-categories li a,
#newzpaper_post_carousel .entry-title a,
#newzpaper_post_carousel .entry-meta span,
#newzpaper_post_carousel .entry-meta span a,
#newzpaper_post_carousel .entry-meta > span:not(:first-child):before,
#newzpaper_sports_news ul.post-categories li a,
#newzpaper_sports_news .entry-title a,
#newzpaper_sports_news .entry-meta span,
#newzpaper_sports_news .entry-meta span a,
#newzpaper_sports_news .entry-meta > span:not(:first-child):before,
#newzpaper_slider_news ul.post-categories li a,
#newzpaper_slider_news .entry-title a,
#newzpaper_featured_news .entry-meta a,
#newzpaper_slider_news .entry-meta span,
#newzpaper_slider_news .entry-meta span a,
#newzpaper_slider_news .entry-meta > span:not(:first-child):before,
#secondary .widget_post_list_three ul.post-categories li a,
#secondary .widget_post_list_three .entry-title a,
#secondary .widget_post_list_three .entry-meta span,
#secondary .widget_post_list_three .entry-meta span a,
#secondary .widget_post_list_three .entry-meta > span:not(:first-child):before,
#newzpaper_post_carousel ul.post-categories li a,
#newzpaper_post_carousel .entry-title a {
	color: #fff;
}
#newzpaper_sports_news ul.post-categories li a:hover,
#newzpaper_sports_news ul.post-categories li a:focus,
#newzpaper_sports_news .entry-title a:hover,
#newzpaper_sports_news .entry-title a:focus,
#newzpaper_sports_news .entry-meta span a:hover,
#newzpaper_sports_news .entry-meta span a:focus,
#newzpaper_slider_news ul.post-categories li a:hover,
#newzpaper_slider_news ul.post-categories li a:focus,
#newzpaper_slider_news .entry-title a:hover,
#newzpaper_slider_news .entry-title a:focus,
#newzpaper_slider_news .entry-meta span a:hover,
#newzpaper_slider_news .entry-meta span a:focus,
#secondary .widget_post_list_three ul.post-categories li a:hover,
#secondary .widget_post_list_three ul.post-categories li a:focus,
#secondary .widget_post_list_three .entry-title a:hover,
#secondary .widget_post_list_three .entry-title a:focus,
#secondary .widget_post_list_three .entry-meta span a:hover,
#secondary .widget_post_list_three .entry-meta span a:focus,
#newzpaper_post_carousel ul.post-categories li a:hover,
#newzpaper_post_carousel ul.post-categories li a:focus,
#newzpaper_post_carousel .entry-title a:hover,
#newzpaper_post_carousel .entry-title a:focus {
	color: #898989;
}



/*--------------------------------------------------------------
#  Latest News Section
--------------------------------------------------------------*/
#newzpaper_latest_news .latest-news-wrapper {
	display: table;
    position: relative;
    align-items: center;
    width: 100%;
}
#newzpaper_latest_news .featured-image {
	width: 30%;
    position: absolute;
    display: table-cell;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
#newzpaper_latest_news .entry-container {
	text-align: unset;
    width: 70%;
    display: table-cell;
    padding: 15px 20px;
}

#newzpaper_latest_news article:nth-child(1) .latest-news-wrapper,
#newzpaper_latest_news article:nth-child(2) .latest-news-wrapper,
#newzpaper_latest_news article:nth-child(1) .featured-image,
#newzpaper_latest_news article:nth-child(2) .featured-image,
#newzpaper_latest_news article:nth-child(1) .entry-container,
#newzpaper_latest_news article:nth-child(2) .entry-container {
	display: block;
	position: relative;
	padding: 0;
	width: unset;
}
#newzpaper_latest_news article:nth-child(1) .featured-image,
#newzpaper_latest_news article:nth-child(2) .featured-image {
	padding: 180px 0;
	margin-bottom: 20px;
}
#newzpaper_latest_news .entry-title {
	font-size: 20px;
	margin: 5px 0;
}


/*--------------------------------------------------------------
#  Trending News Section
--------------------------------------------------------------*/
#newzpaper_trending_news article:not(:last-child) {
	margin-bottom: 30px;
}
#newzpaper_trending_news .featured-image,
#newpaper_pro_single_column_post .featured-image {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 20px;
    position: relative;
}
#newzpaper_trending_news .entry-title {
	margin-top: 5px;
}


/*--------------------------------------------------------------
#  Hero Banner Section
--------------------------------------------------------------*/
#newzpaper_banner article {
	padding: 300px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
#newzpaper_banner .wrapper {
	position: relative;
}
#newzpaper_banner .entry-container {
	max-width: 800px;
	margin-bottom: 50px;
}
#newzpaper_banner .entry-title a,
#newzpaper_banner .entry-meta span a,
#newzpaper_banner .entry-content p,
#newzpaper_banner .entry-meta span,
#newzpaper_banner .entry-meta > span:not(:first-child):before  {
	color: #fff;
}
#newzpaper_banner .entry-title a:hover,
#newzpaper_banner .entry-title a:focus,
#newzpaper_banner .entry-meta span a:hover,
#newzpaper_banner .entry-meta span a:focus {
	color: #898989;
}
#newzpaper_banner .entry-title {
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#newzpaper_banner .entry-meta {
	margin-top: 40px;
}


/*--------------------------------------------------------------
#  Breaking News Section
--------------------------------------------------------------*/
#newzpaper_breaking_news .breaking-news-wrapper {
    display: table;
    position: relative;
    align-items: center;
    width: 100%;
}
#newzpaper_breaking_news .featured-image,
#newzpaper_breaking_news .entry-container {
    display: table-cell;
    vertical-align: middle;
}
#newzpaper_breaking_news .entry-container {
	padding: 0 35px 0 15px;
}
#newzpaper_breaking_news .featured-image img {
	width: 110px;
	height: 80px;
	object-fit: cover;
}
#newzpaper_breaking_news .entry-title {
	font-size: 18px;
	margin-bottom: 0;
}
#newzpaper_breaking_news .marquee-content {
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
#newzpaper_breaking_news .marquee-content {
	background-color: #fff;
	padding: 15px;
}
#newzpaper_breaking_news .wrapper {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
#newzpaper_breaking_news .marquee-content ul {
	padding: 0;
}



/*--------------------------------------------------------------
#  Slider News Section
--------------------------------------------------------------*/
#newzpaper_slider_news .featured-image {
	padding: 220px 0;
	margin-bottom: 0;
}
#newzpaper_slider_news .entry-container {
	padding: 60px;
}
#newzpaper_slider_news .slick-prev {
	left: 5px;
}
#newzpaper_slider_news .slick-next {
	right: 5px;
}



/*--------------------------------------------------------------
#  Post Express List Section
--------------------------------------------------------------*/
#newzpaper_post_express_list .featured-image,
#newzpaper_post_carousel .featured-image,
#newzpaper_double_column_post .featured-image {
	padding: 200px 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 20px;
}
#newzpaper_post_express_list article:nth-child(1) {
	width: 100%;
}
#newzpaper_post_express_list article:nth-child(1) .entry-title {
	font-size: 28px;
}
#newzpaper_post_express_list article:not(:first-child) .entry-content {
	display: none;
}
#newzpaper_post_express_list article:not(:first-child) .post-express-list-wrapper,
#newzpaper_double_column_post .double-column-post-wrapper {
    display: table;
    position: relative;
    align-items: center;
    width: 100%;
}
#newzpaper_post_express_list article:not(:first-child) .featured-image,
#newzpaper_double_column_post .featured-image {
    width: 30%;
    position: absolute;
    display: table-cell;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
}
#newzpaper_post_express_list article:not(:first-child) .entry-container,
#newzpaper_double_column_post .entry-container {
    text-align: unset;
    width: 70%;
    display: table-cell;
    padding: 5px 0 5px 15px;
}
#newzpaper_post_express_list .entry-title,
#newzpaper_double_column_post .entry-title {
	margin: 5px 0;
}


/*--------------------------------------------------------------
#  Post Carousel Section
--------------------------------------------------------------*/
#newzpaper_post_carousel .featured-image {
	padding: 150px 0;
	margin-bottom: 0;
}
#newzpaper_post_carousel .entry-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}
#newzpaper_post_carousel .post-carousel-wrapper {
	position: relative;
}
#newzpaper_post_carousel .entry-title {
	margin: 5px 0 0 0;
}
#newzpaper_post_carousel article {
	padding: 0 10px;
}
#newzpaper_post_carousel .post-carousel-slider {
	margin: 0 -10px;
}
#newzpaper_post_carousel .slick-prev {
	left: 15px;
}
#newzpaper_post_carousel .slick-next {
	right: 15px;
}


/*--------------------------------------------------------------
#  Advertisement Section
--------------------------------------------------------------*/
#newzpaper_adverstisement img,
#newzpaper_adverstisement_two img {
	width: 100%;
}


/*--------------------------------------------------------------
#  Single Column Post Section
--------------------------------------------------------------*/
#newpaper_pro_single_column_post .entry-meta {
	margin-top: 20px;
}
#newpaper_pro_single_column_post article:not(:last-child) {
	margin-bottom: 25px;
}

.widget ul a{
	text-decoration: none;
}


/*--------------------------------------------------------------
#  You May Have Missed Section
--------------------------------------------------------------*/
#newzpaper_you_may_have_missed .have-missed-wrapper	{
	position: relative;
}
#newzpaper_you_may_have_missed .featured-image {
	padding: 150px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: relative;
}

#newzpaper_you_may_have_missed .entry-container {
	padding: 30px;
	background: #f1f1f1;
}

.dark-version #newzpaper_you_may_have_missed .entry-container {
    padding: 30px;
    background: #111;
}



/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/
#inner-content-wrapper {
    position: relative;
}
.single-wrapper .entry-meta span svg {
    fill: #82868b;
    margin-right: 10px;
}
.single-wrapper .entry-meta span.cat-links svg {
    margin-right: 7px;
}
.single-wrapper .featured-image {
    margin-bottom: 30px;
}
.single-wrapper .entry-meta {
	margin-bottom: 15px;
}
.single-wrapper .entry-meta a, 
.single-wrapper .entry-meta i {
	font-size: 16px;
	font-weight: 400;
}
.single-wrapper .entry-meta > span:not(:last-child):after {
    content: "/";
}
.single-wrapper .entry-meta > span.post-categories:after,
.single-wrapper .entry-meta > span.tags-links:after {
	display: none;
}
.single-wrapper .post-categories + .tags-links {
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
}
.single-wrapper .entry-meta > span.tags-links a:hover,
.single-wrapper .entry-meta > span.tags-links a:focus {
    background-color: #121212;
    color: #fff;
    border-color: #121212;
}
.single-wrapper .comment-respond {
	background-color: transparent;
	border: none;
}
#commentform .comment-form-url,
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.post-categories li {
	display: inline-block;
}


/*--------------------------------------------------------------
# 					Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #121212;
    color: #fff;
}
.footer-widgets-area a {
    color: #fff;
}
#colophon li a {
	text-decoration: none;
}
#colophon a:hover,
#colophon a:focus {
    color: #898989;
}
#colophon .widget-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 35px;
    color: #fff;
}
.site-info {
	padding: 30px 0;
}
.site-info span {
	display: block;
	text-align: center;
    padding: 5px 0;
    color: #fff;
}
.site-info,
.site-info a {
	margin: 0;
}
.site-info .social-icons {
	text-align: center;
	line-height: 44px;
}
#colophon .site-info a {
	color: #fff;
	text-decoration: none;
}
#colophon .site-info a:hover,
#colophon .site-info a:focus {
	color: #898989;
}
#colophon .textwidget {
	padding-right: 50px;
}
#colophon .textwidget img {
    margin-bottom: 40px;
    display: block;
}
.footer-widgets-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets-area .widget ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
	margin-bottom: 0;
}
.footer-widgets-area .hentry {
	margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
    text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
	margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
    margin-left: auto;
    margin-right: auto;
}
.footer-widgets-area.page-section.col-1 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#colophon .social-icons li {
	display: inline-block;
    width: auto;
    margin-right: 10px;
}
#colophon .social-icons li a svg {
	fill: rgb(255 255 255 / 80%);
}
#colophon .social-icons li a:hover svg,
#colophon .social-icons li a:focus svg {
	fill: #fff;
}



#secondary-navigation .entry-meta {
    margin-bottom: 0px;
}

#masthead .header-image{
	position: relative;
}

#masthead .header-image .wrapper{
	position: relative;
}


.header-two .header-overlay{
	position: absolute;
	top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

#newzpaper_magazine .posted-on span{
	display: none;
}

.second-design #newzpaper_magazine .entry-meta span{
	display: flex; 
}


.second-design #newzpaper_magazine .posted-on span {
     display: block; 
     margin-right: 5px;
}


.single .entry-content,
#newzpaper_post_express_section .entry-content,
#newzpaper_trending_post_section .entry-content,
#newzpaper_post_grid_section .entry-content{
	margin-bottom: 15px;
}

.single .section-header{
	margin: 30px 0px;
}

.single #related-post .entry-title{
	margin-top: 20px;
}

.home-section:not(:first-child){
	padding-top: 30px;
}

.widget ul{
	list-style: none;
}

.widget ul{
	padding-left: 0px;
}

#sidebar-filter .video-button {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.third-design #sidebar-filter .section-title,
.second-design #sidebar-filter .section-title{
	background-color: transparent;
	padding: 8px 0px;
}

.sidebar-tab li{
	cursor: pointer;
}

.sidebar-tab li .section-title{
	color: 	#000;
}

.dark-version .sidebar-tab li .section-title{
	color: 	#fff;
}

.third-design .sidebar-tab li,
.second-design .sidebar-tab li{
	margin-bottom: 0px;
}

#sidebar-filter.widget .sidebar-post li:not(:last-child) {
    margin-bottom: 40px;
}

.third-design .widget ul.post-categories li a,
.second-design .widget ul.post-categories li a{
	border: none;
}

.widget ul.tabs .section-title{
	font-size: 22px;
	line-height: 30px;
}

.widget ul.tabs li:not(:last-child) .section-title:after{
	content: "|";
	padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.widget_post_list_three .post-categories::before{
	color: #fff;
}

.lite-version .widget ul.tabs li:not(:last-child) .section-title:after{
    color: #000;
}

.widget_sidebar_filter .entry-title{
	margin-top: 15px;
}

.widget ul .entry-title{
	font-size: 18px;
}

.widget_post_list_three ul.post-categories li a,
.widget_post_list_three .min-read,
.widget_post_list_three .posted-on a,
.widget_post_list_three .entry-title a{
	color: #fff;
}

.widget_post_list_three ul.post-categories li a{
	border: 1px solid #fff;
}

.widget_post_list_three ul.post-categories li a:hover{
	border: 1px solid #000;
	background-color: #000;
}

.widget_post_list_three .trending-slider button{
	display: none !important;
}

.widget_post_list_three .trending-slider:hover button{
	display: block !important;
}

#newzpaper_highlights .marquee{
	line-height: 0px;
}

#newzpaper_top_authors .overlay{
	width: 150px;
	border-radius: 50%;
}

body:not(.second-design) ul.post-categories li:after {
    content: "";
}

.entry-meta.foot {
    margin-top: 15px;
}

.meta-label{
	font-weight: bold;
	margin-right: 5px;
}

.taglist{
	margin-bottom: 30px;
}

.second-design #inner-content-wrapper #related-post .section-title{
	padding: 0px 0px;
	background-color: transparent;
}

.mfp-iframe-holder .mfp-close {
    top: -47px;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    width: 3%;
}

body:not(.dark-version).second-design #inner-content-wrapper #related-post .section-title{
	color: #000;
}

#newzpaper_hero_post .video-button {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 50%;
    z-index: 1;
}

.dark-version input[type="search"]{
	background-color: #000;
}

#colophon .wp-block-image {
    margin: 0em 0;
}

.single-post .featured-image img{
	width: 100%;
}

.single-post #related-post .featured-image img{
	object-fit: cover;
    width: 100%;
    height: 200px;
}


.single-post .post-content .entry-title{
	font-size: 30px;
}

#secondary.sticky-sidebar{
	overflow: hidden !important;
}

/*--------------------------------------------------------------
# Dark Version
--------------------------------------------------------------*/
.dark-version {
    background-color: #000;
}


.dark-version .archive-blog-wrapper .post-wrapper,
.dark-version .pagination .page-numbers, 
.dark-version .pagination .page-numbers.prev, 
.dark-version .pagination .page-numbers.next,
.dark-version #featured-posts-section .entry-title a,
.dark-version #secondary .widget,
.dark-version .navigation.post-navigation, 
.dark-version .navigation.posts-navigation,
.dark-version .comment-content,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version.third-design .recent-news-wrapper, 
.dark-version.third-design .widget_post_slider .post-slider-wrapper, 
.dark-version.third-design .double-column-post-wrapper, 
.dark-version.third-design .single-column-post-wrapper, 
.dark-version.third-design .breaking-news-wrapper ,
.dark-version.third-design #newzpaper_you_may_have_missed .have-missed-wrapper{
	background-color: #111;
}


.dark-version .pagination .page-numbers.current, 
.dark-version .pagination .page-numbers:hover, 
.dark-version .pagination .page-numbers:focus {
    border-color: #898989;
    background-color: #898989;
}

.dark-version,
.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version p,
.dark-version a,
.dark-version figcaption,
.dark-version cite,
.dark-version blockquote,
.dark-version pre,
.dark-version .pagination .page-numbers, 
.dark-version .pagination .page-numbers.dots:hover, 
.dark-version .pagination .page-numbers.dots:focus, 
.dark-version .pagination .page-numbers.prev, 
.dark-version .pagination .page-numbers.next,
.dark-version ul.post-categories li a,
.dark-version #secondary ul li a,
.dark-version #respond label,
.dark-version .navigation.post-navigation a, 
.dark-version .navigation.posts-navigation a,
.dark-version .comment-meta .url, 
.dark-version .comment-meta .fn,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea,
.dark-version #newzpaper_magazine .section-tabs span,
.dark-version .tabs li a,
.dark-version .header-two .site-title a, 
.dark-version .header-two .site-description,
.dark-version.second-design .entry-meta > span:not(:first-child):before, 
.dark-version.third-design .entry-meta > span:not(:first-child):before,
.dark-version #secondary .widget-title,
.dark-version .widget_popular_news .post-number {
    color: #fff;
}


.dark-version .navigation.pagination svg,
.dark-version .navigation.posts-navigation svg, 
.dark-version .navigation.post-navigation svg,
.dark-version .navigation.post-navigation a:hover svg, 
.dark-version .navigation.posts-navigation a:hover svg, 
.dark-version .navigation.post-navigation a:focus svg, 
.dark-version .navigation.posts-navigation a:focus svg,
.dark-version .widget_about_us .social-icons li a svg {
	fill: #fff;
}

.dark-version .pagination .page-numbers, 
.dark-version .pagination .page-numbers.dots:hover, 
.dark-version .pagination .page-numbers.dots:focus, 
.dark-version .pagination .page-numbers.prev, 
.dark-version .pagination .page-numbers.next,
.dark-version input[type="text"], 
.dark-version input[type="email"], 
.dark-version input[type="url"], 
.dark-version input[type="password"], 
.dark-version input[type="search"], 
.dark-version input[type="number"], 
.dark-version input[type="tel"], 
.dark-version input[type="range"], 
.dark-version input[type="date"], 
.dark-version input[type="month"], 
.dark-version input[type="week"], 
.dark-version input[type="time"], 
.dark-version input[type="datetime"], 
.dark-version input[type="datetime-local"], 
.dark-version input[type="color"], 
.dark-version textarea {
	border-color: #111;
}

.dark-version .comment-content:before {
	border-right-color: #111;
}


.dark-version #newzpaper_magazine article,
.dark-version ul.post-categories li a,
.dark-version #newzpaper_video_news article:not(:last-child), 
.dark-version .archive-blog-wrapper article:not(:last-child),
.dark-version #newzpaper_top_authors article,
.dark-version .tabs li a {
	border-color: #fff;
}
.dark-version #newzpaper_highlights a,
.dark-version #newzpaper_highlights .news-title,
.dark-version .reply a:hover,
.dark-version .reply a:focus {
	color: #121212;
}
.dark-version #newzpaper_highlights a:hover,
.dark-version #newzpaper_highlights a:focus,
.dark-version a:hover,
.dark-version a:focus,
.dark-version .header-two .site-title a:hover,
.dark-version .header-two .site-title a:focus,
.dark-version #secondary ul li a:hover,
.dark-version #secondary ul li a:focus,
.dark-version .navigation.post-navigation a:hover,
.dark-version .navigation.post-navigation a:focus,
.dark-version .comment-meta .url:hover,
.dark-version .comment-meta .url:focus {
	color: #898989;
}
.dark-version .navigation.post-navigation a:hover svg,
.dark-version .navigation.post-navigation a:focus svg {
	fill: #898989;
}
.dark-version ul.post-categories li a:hover,
.dark-version ul.post-categories li a:focus,
.dark-version .tabs li.active a {
	background-color: #898989;
	border-color: #898989;
}
.dark-version #newzpaper_top_authors .authors-arrow a:after {
	-webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dark-version #newzpaper_top_authors .authors-arrow a:hover:after, 
.dark-version #newzpaper_top_authors .authors-arrow a:focus:after {
    -webkit-filter: invert(.5);
    filter: invert(.5);
}
.dark-version.second-design ul.post-categories li a,
.dark-version.third-design ul.post-categories li a {
	background-color: unset;
}
.dark-version #masthead.header-three .site-logo img {
	filter: unset;
}



/*--------------------------------------------------------------
# Typography Options
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1 button,
.header-font-1 input[type="button"],
.header-font-1 input[type="reset"],
.header-font-1 input[type="submit"],
.header-font-1 .site-title,
.header-font-1 .main-navigation a,
.header-font-1 .reply a,
.header-font-1 .section-subtitle,
.header-font-1 .btn,
.header-font-1 #service-section .read-more a,
.header-font-1 #course-section .read-more a,
.header-font-1 #cause-section .read-more a,
.header-font-1 #faq-section .faq-trigger,
.header-font-1 .progress-bar div span,
.header-font-1 #contact-section .contact-information li,
.header-font-1 ul.post-categories li a {
    font-family: 'Rajdhani', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2 button,
.header-font-2 input[type="button"],
.header-font-2 input[type="reset"],
.header-font-2 input[type="submit"],
.header-font-2 .site-title,
.header-font-2 .main-navigation a,
.header-font-2 .reply a,
.header-font-2 .section-subtitle,
.header-font-2 .btn,
.header-font-2 #service-section .read-more a,
.header-font-2 #course-section .read-more a,
.header-font-2 #cause-section .read-more a,
.header-font-2 #faq-section .faq-trigger,
.header-font-2 .progress-bar div span,
.header-font-2 #contact-section .contact-information li,
.header-font-2 ul.post-categories li a {
    font-family: 'Cherry Swash', sans-serif;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3 button,
.header-font-3 input[type="button"],
.header-font-3 input[type="reset"],
.header-font-3 input[type="submit"],
.header-font-3 .site-title,
.header-font-3 .main-navigation a,
.header-font-3 .reply a,
.header-font-3 .section-subtitle,
.header-font-3 .btn,
.header-font-3 #service-section .read-more a,
.header-font-3 #course-section .read-more a,
.header-font-3 #cause-section .read-more a,
.header-font-3 #faq-section .faq-trigger,
.header-font-3 .progress-bar div span,
.header-font-3 #contact-section .contact-information li,
.header-font-3 ul.post-categories li a {
    font-family: 'Philosopher', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4 button,
.header-font-4 input[type="button"],
.header-font-4 input[type="reset"],
.header-font-4 input[type="submit"],
.header-font-4 .site-title,
.header-font-4 .main-navigation a,
.header-font-4 .reply a,
.header-font-4 .section-subtitle,
.header-font-4 .btn,
.header-font-4 #service-section .read-more a,
.header-font-4 #course-section .read-more a,
.header-font-4 #cause-section .read-more a,
.header-font-4 #faq-section .faq-trigger,
.header-font-4 .progress-bar div span,
.header-font-4 #contact-section .contact-information li,
.header-font-4 ul.post-categories li a {
    font-family: 'Slabo 27px', sans-serif;
}

.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5 button,
.header-font-5 input[type="button"],
.header-font-5 input[type="reset"],
.header-font-5 input[type="submit"],
.header-font-5 .site-title,
.header-font-5 .main-navigation a,
.header-font-5 .reply a,
.header-font-5 .section-subtitle,
.header-font-5 .btn,
.header-font-5 #service-section .read-more a,
.header-font-5 #course-section .read-more a,
.header-font-5 #cause-section .read-more a,
.header-font-5 #faq-section .faq-trigger,
.header-font-5 .progress-bar div span,
.header-font-5 #contact-section .contact-information li,
.header-font-5 ul.post-categories li a {
    font-family: 'Dosis', sans-serif;
}

.body-font-1 {
    font-family: 'News Cycle', sans-serif;
}

.body-font-2 {
    font-family: 'Pontano Sans', sans-serif;
}

.body-font-3 {
    font-family: 'Gudea', sans-serif;
}

.body-font-4 {
    font-family: 'Quattrocento Sans', sans-serif;
}

.body-font-5 {
    font-family: 'Khand', sans-serif;
}

/*--------------------------------------------------------------
# 					RESPONSIVE
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6 {
		margin: 0 -15px;
		display: flex;
		flex-wrap: wrap;
	}
	.col-2 article,
	.col-3 article,
	.col-4 article,
	.col-5 article,
	.col-6 article,
	.col-5 .hentry {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.col-2 article:nth-last-child(-n+2),
	.col-3 article:nth-last-child(-n+2),
	.col-4 article:nth-last-child(-n+2),
	.col-5 article:nth-last-child(-n+2),
	.col-5 .hentry:nth-last-child(-n+2),
	.col-6 article:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#newzpaper_highlights .section-title {
		font-size: 88px;
	}
	#newzpaper_hero_post .entry-title,
	#newzpaper_subscribe .entry-title,
	.widget_print_newspaper .print-newspaper-title {
		font-size: 32px;
	}
	.archive-blog-wrapper .post-footer-meta {
	    display: flex;
	    justify-content: space-between;
	}
	#newzpaper_featured_news .grid {
		margin: 0 -5px;
	}
	#newzpaper_featured_news article {
		padding: 0 5px;
	}
	#newzpaper_top_authors .col-2 {
		margin: 0;
	}
	#newzpaper_featured_news article:not(:first-child) {
		width: 50%;
	}
	#newzpaper_featured_news article .entry-title {
		font-size: 28px;
	}
		#newzpaper_featured_news article:not(:first-child) .entry-title {
		font-size: 22px;
	}
	#newzpaper_featured_news article:not(:first-child) .cat-links,
	#newzpaper_featured_news article:not(:first-child) .entry-meta {
		display: none;
	}
	#reply-title, 
	.comments-title {
		font-size: 42px;
	}
	#comments ol.children {
	    padding-left: 110px;
	}

	#secondary .widget_social_icons li a svg {
		width: 30px;
		height: 30px;
	}
	.footer-widgets-area.col-2 .hentry,
	.footer-widgets-area.col-4 .hentry {
		width: 50%;
		float: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
		clear: left;
	}
	.footer-widgets-area.col-2 .hentry:nth-child(odd),
	.footer-widgets-area.col-4 .hentry:nth-child(odd) {
		padding-right: 40px;
	}
	.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 767px) {
    .col-1 .hentry {
        width: 100%;
    }
    #colophon .col-1 .hentry {
        max-width: 700px;
	    left: 0;
	    right: 0;
	    margin: auto;
    }
    .col-2 .hentry {
        width: 50%;
        float: left;
    }
    .col-3 .hentry {
        width: 33.33%;
        float: left;
    }
    .col-4 .hentry {
        width: 50%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-6 .hentry {
        width: 16.66%;
        float: left;
    }
	.col-5 article,
	.col-6 article {
		width: 33.33%;
	}
	.col-5 article:nth-child(2n+1),
	.col-6 article:nth-child(2n+1) {
		clear: none;
	}
	.col-5 article:nth-child(3n+1),
	.col-6 article:nth-child(3n+1) {
		clear: left;
	}
	.col-5 article:nth-last-child(-n+3),
	.col-6 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
    blockquote.alignright {
	    width: -webkit-calc(50% - 0.736842105em);
	    width: calc(50% - 0.736842105em);
        margin-top: 10px;
        margin-bottom: 25px;
	}
	#newzpaper_magazine .view-all,
	#newzpaper_podcasts .view-all {
		position: absolute;
		top: 18px;
		right: 15px;
	}
	#newzpaper_podcasts .view-all {
		top: 85px;
	}
	#newzpaper_podcasts .view-all{
		top: 15px;
	}
	#newzpaper_highlights .section-title {
		font-size: 122px;
		line-height: 80px;
	}
	#newzpaper_hero_post .entry-title,
	#newzpaper_subscribe .entry-title,
	.widget_print_newspaper .print-newspaper-title {
		font-size: 42px;
	}
	#newzpaper_magazine .section-tabs {
		display: flex;
		justify-content: space-between;
	}
	#newzpaper_video_news .video-news-wrapper,
	#newzpaper_trending_news .trending-news-wrapper,
	#newpaper_pro_single_column_post .single-column-post-wrapper,
	.archive-blog-wrapper .video-news-wrapper {
		display: table;
		position: relative;
		align-items: center;
		width: 100%;
	}
	#newzpaper_video_news .featured-image,
	#newzpaper_trending_news .featured-image,
	#newpaper_pro_single_column_post .featured-image,
	.archive-blog-wrapper .featured-image {
		width: 25%;
		position: absolute;
		display: table-cell;
		left: 0;
		bottom: 0;
		right: 0;
		top: 0;
		padding: 0;
		margin: 0;
	}
	#newzpaper_video_news .entry-container,
	#newzpaper_trending_news .entry-container,
	#newpaper_pro_single_column_post .entry-container,
	.archive-blog-wrapper .entry-container {
		text-align: unset;
		width: 75%;
		display: table-cell;
		padding: 10px 0 10px 50px;
	}
	#newzpaper_trending_news .featured-image {
		width: 35%;
	}
	#newzpaper_trending_news .entry-container {
		width: 65%;
		padding: 40px 0 40px 50px;
	}
	#newpaper_pro_single_column_post .featured-image {
		width: 30%;
	}
	#newpaper_pro_single_column_post .entry-container {
		width: 70%;
		padding: 20px 10px 20px 30px;
	}
	#newzpaper_hero_post .entry-meta span.cat-links {
		float: right;
	}
	#newzpaper_popular_news article:nth-child(1) {
		width: 33.33%;
	}
	#newzpaper_banner .entry-title {
		font-size: 42px;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous {
	    padding-right: 25px;
	}
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		padding-left: 25px;
	}
	.footer-logo-wrapper {
	    display: flex;
	    flex-wrap: wrap;
        align-items: center;
	}
	.footer-logo-wrapper > div, 
	.footer-logo-wrapper > ul {
		width: 50%;
	    text-align: left;
	    padding: 40px 0;
	}
	.footer-logo-wrapper > ul {
	    text-align: right;
	}
	.footer-logo-wrapper > div + ul {
	    padding: 40px 0;
	}
	.footer-widgets-area.col-3 .hentry {
		margin-bottom: 0;
	}
	.footer-widgets-area.col-3 .hentry:not(:last-child) {
		padding-right: 40px;
	}
	.site-info.col-2 span {
		float: left;
		width: 50%;
		text-align: left;
	}
	.site-info.col-2 span:nth-child(2) {
		float: right;
		text-align: right;
	}
	.site-info.col-2 .social-icons {
		text-align: right;
		float: right;
	}
}
@media screen and (min-width: 992px) {
	.col-4 .hentry  {
        width: 25%;
        float: left;
    }
    .col-5 .hentry {
        width: 20%;
        float: left;
    }
    .col-4 article {
		width: 25%;
	}
	.col-5 article {
		width: 20%;
	}
	.col-6 article {
		width: 16.66%;
	}
	.col-4 article:nth-last-child(-n+4),
	.col-5 article:nth-last-child(-n+5),
	.col-6 article:nth-last-child(-n+6) {
		margin-bottom: 0;
	}
    #reply-title, 
	.comments-title {
    	font-size: 42px;
    }
    #page-site-header .page-title {
		font-size: 54px;
	}
	#newzpaper_highlights .section-title {
		font-size: 160px;
	}
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url {
	    width: 33.33%;
	    float: left;
	}
	.footer-widgets-area.col-4 .hentry {
	    width: 25%;
		padding-right: 40px;
	}
	.footer-widgets-area.col-5 .hentry {
		padding-right: 40px;
		width: 17%;
	}
	.footer-widgets-area.col-5 .hentry:first-child {
		width: 32%;
	}
	.footer-widgets-area.col-4 .hentry:last-child,
	.footer-widgets-area.col-5 .hentry:last-child {
		padding-right: 0;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
	    clear: none;
	}
	.footer-widgets-area.col-4 .hentry:nth-child(4n+1) {
	    clear: left;
	}
	.footer-widgets-area.col-4 .hentry:nth-last-child(-n+4),
	.footer-widgets-area.col-5 .hentry:nth-last-child(-n+5) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1024px) {

	.col-3 article{
		width: 33.33%;
	}
	.col-3 article:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	#newzpaper_featured_news .col-3 article:nth-last-child(-n+3) {
		margin-bottom: 10px;
	}
	#newzpaper_popular_news .col-3 article:nth-last-child(-n+3) {
		margin-bottom: 30px;
	}
	#masthead {
	    position: absolute;
	    top: 0;
	    background-color: transparent;
	}
	#masthead.header-two,
	#masthead.header-three {
		position: relative;
	}
	.site-title a, 
	.site-description {
		color: #fff;
	}
	.main-navigation a:hover, 
	.main-navigation a:focus, 
	.main-navigation ul.nav-menu > li > a:hover, 
	.main-navigation ul.nav-menu > li > a:focus {
	    color: #898989;
	}
	.main-navigation ul.nav-menu > li.current-menu-item > a,
	.main-navigation ul.nav-menu > li:hover > a,
	.main-navigation ul.nav-menu > li:focus > a {
		color: #898989;
	}
	.main-navigation ul.nav-menu li:hover > svg, 
	.main-navigation ul.nav-menu li:focus > svg, 
	.main-navigation li.menu-item-has-children:hover > a > svg, 
	.main-navigation li.menu-item-has-children > a:hover > svg, 
	.main-navigation li.menu-item-has-children > a:focus > svg, 
	.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
		fill: #898989;
	}
	.main-navigation ul.nav-menu > li > a {
		color: #fff;
	}
	.header-two .main-navigation svg.icon-down,
	.header-two .main-navigation ul.nav-menu > li.home-icon > a > svg ,
	.header-three .main-navigation svg.icon-down,
	.header-three .main-navigation ul.nav-menu > li.home-icon > a > svg {
		fill: #fff;
	}
	.header-two .site-branding {
		width: 30%;
		float: left;
		text-align: left;
	}
	.header-two .site-advertisement {
    	width: 70%;
    	float: right;
    	text-align: right;
	}
	.header-two form.search-form button.search-submit {
		background-color: transparent;
	}
	/*#top-navigation .main-navigation ul.nav-menu > li > a {
		color: #121212;
	}*/
	#top-navigation,
	.header-two #site-navigation.main-navigation {
		background-color: #121212;
	}
	#top-navigation.topbar-two {
		background-color: transparent;
	}
	.main-navigation ul.nav-menu > li.search-menu > a {
		border-bottom: none;
	}
	.main-navigation ul.nav-menu > li.search-menu > a > svg {
		fill: #fff;
	}
	.header-two .main-navigation ul.nav-menu li.main-navigation-search {
		padding-right: 0;
		float: right;
	}
	.topbar-two .site-branding-wrapper {
		display: block;
	}
	.topbar-two .site-branding {
		padding: 0;
	}
	#masthead .main-navigation {
    	margin: 30px 0;
	}
	#masthead.header-two .main-navigation {
    	margin: 0;
    	padding: 15px 0;
	}
	#masthead.header-three .main-navigation {
		float: none;
		text-align: center;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 20px 0;
		margin: 0;
	}
	#masthead.header-three.nav-shrink .main-navigation {
		border: unset;
		padding: 15px 0;
	}
	.main-navigation ul.nav-menu {
		display: block !important;
	    height: auto !important;
	}
	.nav-shrink .main-navigation ul.nav-menu > li.current-menu-item > a:after,
	.nav-shrink .main-navigation ul.nav-menu > li:hover > a:after {
		bottom: 0;
	}
	#masthead.nav-shrink {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #1a1a1a;
		z-index: 3000;
		box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
		padding: 0;
	}
	.main-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: transparent;
		z-index: 1;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation ul ul ul {
		top: 0;
	}
	.main-navigation ul.sub-menu li a {
	    color: #fff;
	    border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.main-navigation ul.nav-menu > li.user-logged-in > a {
	    padding: 29px 0;
	}
	.main-navigation .menu-item-has-children > a:after {
		float: none;
	}
	.main-navigation ul.sub-menu li:hover > a,
	.main-navigation ul.sub-menu li:focus > a {
		color: #898989;
	}
	.main-navigation .sub-menu svg {
		fill: #fff;
		right: 0;
	    margin-top: 5px;
	}
	.main-navigation ul.sub-menu > li:last-child > a {
		border-bottom: none;
	}
	#masthead .main-navigation .social-icons ul li a svg {
	    fill: #898989;
	}
	.main-navigation ul.nav-menu > li.social-menu {
	    margin-left: 20px;
	    position: relative;
	}
	.main-navigation ul.nav-menu > li.social-menu:before {
		content: "";
		width: 20px;
		height: 1px;
		background-color: #898989;
		position: absolute;
		left: -15px;
		top: 20px;
	}
	#search {
	    position: absolute;
	    z-index: 30;
	    right: -11px;
	    top: 100%;
	    display: none;
	}
	.main-navigation .search-active .icon-search {
		display: none;
	}
	.main-navigation .search-active .icon-close {
		display: inline-block;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:before {
	    content: "";
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-bottom: 10px solid #111;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: 10px;
	    height: 10px;
	    margin: auto;
	}
	.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:after {
		display: none;
	}	
	#masthead .main-navigation ul ul li a svg {
	    display: inline-block;
	    top: 14px;
	    right: 15px;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.main-navigation ul ul {
	    background-color: #121212;	
	}
	.main-navigation ul ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
	.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
		fill: #fff;
	}
	.header-two .site-branding-wrapper {
		padding: 20px 0;
	}
	.header-two.nav-shrink .header-image,
	.header-three .site-branding-wrapper {
		display: none;
	}
	#search:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    border-bottom: 9px solid #121212;
	    position: absolute;
	    top: -9px;
	    right: 20px;
	}
	button.dropdown-toggle {
		display: none;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li {
	    display: inline-block;
	}
	.main-navigation .left-menu {
	    padding-left: 50px;
	}
	.main-navigation ul.nav-menu > li.left-menu > a,
	.main-navigation ul.nav-menu > li.right-menu > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.main-navigation li.left-menu + li.right-menu:before {
	    content: "/";
	    position: absolute;
	    top: 50%;
	    margin-left: -6px;
	    color: #fff; 
	    margin-top: -1px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	/*.main-navigation form.search-form {
	    border: 20px solid #121212;
	}*/
	.main-navigation form.search-form input {
	    background-color: #000;
	    color: #fff;
	}
	.main-navigation ul ul a:hover,
	.main-navigation ul ul a:focus {
		background-color: #121212;
		color: #898989;
	}
	#top-navigation .main-navigation ul#secondary-menu {
    	width: 50%;
    	float: left;
    	padding: 6px 0;
	}
	#top-navigation.topbar-two .main-navigation {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top-navigation.topbar-two .main-navigation ul#secondary-menu {
		width: unset;
	}
	#top-navigation .main-navigation ul.nav-menu .contact-info, 
	#top-navigation .main-navigation ul.nav-menu .social-icons {
    	display: none;
	}
	#top-navigation .icon-wrapper {
		display: inline-block;
		text-align: right;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 10px 0;
	}
	#top-navigation .posted-on a {
		color: #fff;
	}
	#top-navigation .social-icons li a svg {
		fill: #fff;
	}
	#top-navigation .main-navigation .nav-menu > li a {
		position: relative;
		padding: 11px 18px;
	}
	#top-navigation .main-navigation .nav-menu > li:nth-child(1) a {
		padding-left: 0;
	}
	.icon-wrapper .entry-meta {
		position: relative;
	}
	#top-navigation .main-navigation .nav-menu li:not(:first-child):after, 
	.icon-wrapper .entry-meta:after {
		content: "";
		background-color: #fff;
		position: absolute;
		width: 1px;
		height: 18px;
		top: 16px;
	}
	.icon-wrapper .entry-meta:after {
    	margin: 0 20px;
    	top: 6px;
	}
	#top-navigation .main-navigation ul.nav-menu > li {
		padding: 0;
	}
	#top-navigation .main-navigation .social-icons {
    	padding-left: 28px;
	}
	.page-section,
	#newzpaper_subscribe .wrapper,
	.footer-widgets-area  .wrapper {
		padding: 90px 0;
	}
	.same-background {
		padding-top: 0;
	}
	.section-title {
		font-size: 72px;
	}

	.single .section-title {
		font-size: 42px;
	}
	#newzpaper_magazine .view-all {
		top: 32px;
	}
	#newzpaper_podcasts .view-all {
		top: 105px;
	}

	#newzpaper_podcasts .view-all{
		top: 15px;
	}

	#newzpaper_highlights .section-title {
		font-size: 172px;
		line-height: 125px;
	}
	#newzpaper_hero_post .entry-title,
	#newzpaper_subscribe .entry-title,
	.widget_print_newspaper .print-newspaper-title {
		font-size: 52px;
	}
	#newzpaper_hero_post .entry-header,
	#newzpaper_hero_post .entry-content {
		width: 50%;
		float: left;
		margin: 0;
	}
/*	#newzpaper_magazine article:nth-last-child(-n+3) {
		border-top: unset;
	} 
	#newzpaper_magazine article:not(:nth-child(3n)) {
		border-right: unset;
	} */
	#newzpaper_magazine article:nth-child(4),
	#newzpaper_magazine article:nth-child(5),
	#newzpaper_magazine article:nth-child(6) {
		border-top: unset;
	} 
	#newzpaper_magazine article:nth-child(2),
	#newzpaper_magazine article:nth-child(3),
	#newzpaper_magazine article:nth-child(5),
	#newzpaper_magazine article:nth-child(6),
	#newzpaper_podcasts article:nth-child(2),
	#newzpaper_podcasts article:nth-child(3) {
		border-left: unset;
	} 

	#newzpaper_subscribe .subscribe-wrapper {
		display: flex;
		align-items: center;
	}
	#newzpaper_subscribe .entry-header {
		padding-right: 30px;
		width: 50%;
	}
	#newzpaper_subscribe .subscribe-form-wrapper {
		width: 50%;
		padding-left: 30px;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail {
		position: relative;
		display: table;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail .featured-image {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 50%;
	    display: table-cell;
	    padding: 0;
	    height: 100%;
	}
	.archive-blog-wrapper.list-view article.has-post-thumbnail .entry-container {
	    width: 50%;
	    display: table-cell;
	    float: right;
	    text-align: left;
	    padding: 30px;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
    	width: 70%;
    	float: left;
    	padding-right: 60px;
    }
    .right-sidebar#secondary,
    .left-sidebar#secondary {
    	width: 30%;
    	float: right;
    	margin-top: 0;
    }
    .second-design .right-sidebar #primary,
	.second-design .left-sidebar #primary {
		width: 70%;
	}
	.second-design #secondary.right-sidebar,
    .second-design #secondary.left-sidebar {
    	width: 30%;
    }
    .left-sidebar #primary { 
    	float: right;
    	padding-right: 0;
    	padding-left: 60px;
    }
    .left-sidebar#secondary  {
    	float: left;
    }
    .right-sidebar.left-sidebar #primary {
    	width: 50%;
    	padding: 0 30px;
    	float: left;
    }
    .no-sidebar #primary {
    	width: 100%;
    	float: none;
    	padding: 0;
    }
    .no-sidebar-content.single-itineraries #inner-content-wrapper {
    	max-width: 100%;
    }
    .boxed-layout #page {
	    max-width: 1250px;
	    margin-left: auto;
	    margin-right: auto;
        background-color: #fff;
	}
	.frame-layout {
	    max-width: 100%;
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
	    margin: 50px auto;
	}
	.frame-layout #page {
        background-color: #fff;
	}

	.frame-layout.dark-version #page,
	.boxed-layout.dark-version #page{
		background-color: #000;
	}
}

@media screen and (min-width: 1200px) {
	#newzpaper_highlights .section-title {
		font-size: 221px;
		line-height: 160px;
	}
	#newzpaper_hero_post .entry-title,
	#newzpaper_subscribe .entry-title,
	.widget_print_newspaper .print-newspaper-title {
		font-size: 62px;
	}
	#newzpaper_podcasts .episode {
		width: 80%;
	}
	#newzpaper_top_authors article {
		width: 50%;
	}
	#newzpaper_top_authors article:nth-child(3),
	#newzpaper_top_authors article:nth-child(4),
	#newzpaper_top_authors article:nth-child(5),
	#newzpaper_top_authors article:nth-child(6) {
		border-top: unset;
	}
	#newzpaper_top_authors article:nth-child(2),
	#newzpaper_top_authors article:nth-child(4),
	#newzpaper_top_authors article:nth-child(6) {
		border-left: unset;
	}
	#newzpaper_featured_news article {
		width: 50%;
	}
	#newzpaper_featured_news article:not(:first-child) {
		width: 25%;
	}
	#newzpaper_featured_news article .featured-image {
		padding: 305px 0;
	}
	#newzpaper_featured_news article:not(:first-child) .featured-image {
		padding: 150px 0;
	}
	#newzpaper_banner .entry-title {
		font-size: 52px;
	}
	.main-navigation ul.nav-menu > li {
		padding: 0 20px;
	}
	.main-navigation ul.nav-menu > li:nth-child(1) {
		padding-left: 0;
	}
	.main-navigation ul.nav-menu > li.social-menu {
		padding-right: 0;
	}
	#newzpaper_top_authors .authors-arrow a:after {
		width: 30px;
		height: 30px;
	}
	#newzpaper_banner article {
		padding: 350px 0;
	}
	#colophon .textwidget {
		padding-right: 80px;
	}
}

@media screen and (min-width: 1900px) {
	.wrapper {
		max-width: 1430px;
	}
	.entry-title {
		font-size: 22px;
	}

	.video-news-wrapper .entry-title,
	.trending-news-wrapper .entry-title,
	.archive-blog-wrapper .entry-title{
		font-size: 30px;
	}
	.entry-meta > span:not(:last-child) {
		margin-right: 40px;
	}
	.page-section,
	#newzpaper_subscribe .wrapper{
		padding: 105px 0;
	}
	.same-background {
		padding-top: 0;
	}
	.section-title {
    	font-size: 100px;
    	line-height: 80px;
	}
	#newzpaper_highlights .section-title {
		font-size: 270px;
		line-height: 195px;
	}
	#newzpaper_hero_post .entry-title,
	#newzpaper_subscribe .entry-title{
		font-size: 70px;
		line-height: 80px;
	}
	.widget_print_newspaper .print-newspaper-title {
		font-size: 70px;
	}
	#newzpaper_hero_post .entry-content p {
		margin-bottom: 25px;
	}
	#newzpaper_hero_post .entry-container {
		margin-bottom: 60px;
	}
	#newzpaper_hero_post .cat-links {
    	margin-left: 20px;
	}
	#newzpaper_magazine .entry-title {
		font-size: 30px;
	}
	#newzpaper_magazine .section-content,
	#newzpaper_video_news .entry-meta,
	.archive-blog-wrapper .entry-meta {
		margin-top: 70px;
	}
	#newzpaper_podcasts .podcast span {
		font-size: 50px;
		line-height: 42px;
	}
	#newzpaper_podcasts .episode {
		width: 84%;
	}
	#newzpaper_top_authors .authors-arrow a:after {
		width: 45px;
		height: 45px;
	}
	#newzpaper_subscribe .entry-header {
		padding-right: 60px;
	}
	#newzpaper_subscribe .subscribe-form-wrapper {
		padding-left: 80px;
	}
	#newzpaper_banner .entry-title {
		font-size: 62px;
	}
	#colophon .textwidget {
		padding-right: 115px;
	}
	.footer-widgets-area.page-section.col-4 .hentry {
	    width: 24%;
	}
	.footer-widgets-area.page-section.col-4 .hentry:first-child {
	    width: 28%;
	}
	.boxed-layout #page {
	    max-width: 1500px;
	    width: 90%;
	}
	.frame-layout {
	    padding-left: 70px;
	    padding-right: 70px;
	    margin: 70px auto;
	    max-width: 1600px;
	}
}
@media screen and (max-width: 1023px) {
	#top-navigation {
		z-index: 1111;
	}
	.site-logo img {
	    max-height: 60px;
	}
	.site-branding {
		min-height: auto;
	}
	.site-title {
		font-size: 26px;
	}
	.main-navigation a {
	    border-bottom: 1px solid #eee;
	}
	.main-navigation ul.nav-menu > li {
		padding: 0;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
	.main-navigation ul.nav-menu li.current-menu-item > a, 
	.main-navigation ul.nav-menu li:hover > a, 
	.main-navigation ul.nav-menu li:focus > a,
	.main-navigation ul.nav-menu > li > a:hover,
	.main-navigation ul.nav-menu > li > a:focus {
		color: #898989;
	}
	.main-navigation ul ul,
	.main-navigation ul ul ul {
	    box-shadow: none;
	    float: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    display: none;
	}
	.main-navigation ul.sub-menu li {
	    padding-right: 0;
	}
	.main-navigation .menu-item-has-children > a:before {
	    content: "";
	    float: right;
	    position: relative;
	    right: 25px;
	    background-color: #ccc;
	    width: 1px;
	    height: 25px;
	}
	.main-navigation .menu-item-has-children > a:after {
	    padding-top: 3px;
	}
	.main-navigation ul.nav-menu > li > a,
	.main-navigation ul.sub-menu li a,
	.main-navigation ul.nav-menu > li.contact-info .entry-meta a {
	    padding: 15px 15px 15px 25px;
	}
	.main-navigation .social-icons,
	#top-navigation .main-navigation .social-icons {
		padding: 10px 10px 10px 20px;
	}
	.main-navigation ul.sub-menu li a {
		padding-left: 50px;
	}
	.main-navigation ul.sub-menu ul li a {
		padding-left: 75px;
	}
	.main-navigation ul.sub-menu ul ul li a {
		padding-left: 100px;
	}
	.main-navigation ul.sub-menu ul ul ul li a {
		padding-left: 125px;
	}
	.main-navigation .menu-item-has-children a svg {
		display: none;
	}
	.main-navigation ul.sub-menu li a {
		border-left: none;
	}
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    background-color: #fff;
	    margin-top: 25px;
	}
	.main-navigation {
		position: static;
	}
	.main-navigation a {
		color: #121212;
	}
	.main-navigation svg.icon-search,
	.main-navigation svg.icon-down {
		fill: #fff;
	    margin-top: -5px;
	}
	.main-navigation ul.sub-menu {
		border: none;
	}
	.menu-open .menu-toggle .icon-close {
		display: block;
		width: 20px;
    	height: 20px;
	}
	.main-navigation ul.nav-menu {
	    margin-top: 0;
	    position: absolute;
	    top: 100%;
	    left: auto;
	    right: 0;
	    width: 100%;
	}
	.main-navigation .search-menu a {
	    display: none;
	}
	.main-navigation form.search-form input {
	    background-color: #fff;
	    border: none;
	    min-height: 55px;
	}
	.main-navigation form.search-form button.search-submit {
		height: 55px;
	}
	.menu-open #search {
	    display: block !important;
	}
	.main-navigation form.search-form input {
		padding-left: 25px;
	}
	.main-navigation .sub-menu svg {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	.main-navigation button.dropdown-toggle:hover svg,
	.main-navigation button.dropdown-toggle:focus svg {
		fill: #fff;
	}
	#masthead {
		padding: 20px 0;
	}
	.topbar-two .site-branding-wrapper {
		display: none;
	}
	#masthead.header-three {
		padding-top: 0;
	}
	#masthead.header-three .site-branding {
		float: none;
		justify-content: center;
	}
	#masthead.header-three .site-logo img {
		-webkit-filter: brightness() invert(1);
		-moz-filter: brightness() invert(1);
		-ms-filter: brightness() invert(1);
		-o-filter: brightness() invert(1);
		filter: brightness() invert(1);
	}
}

@media screen and (max-width: 992px) {
	.single-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 28px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	#masthead.site-header .main-navigation ul.nav-menu {
		max-width: 100%;
	}
	#top-navigation .col-2 {
	    display: block;
	    text-align: center;
	}
	#top-navigation .col-2 > div {
	    display: inline-block;
	}
	.comment-navigation .nav-previous, 
	.posts-navigation .nav-previous, 
	.post-navigation .nav-previous,
	.comment-navigation .nav-next, 
	.posts-navigation .nav-next, 
	.post-navigation .nav-next {
		width: 100%;
	}
	.post-navigation span.previous-article b, 
	.post-navigations span.previous-article b, 
	.post-navigation span.next-article b, 
	.post-navigations span.next-article b {
		font-size: 18px;
	}
	.pagination .page-numbers,
	.pagination .page-numbers.dots:hover,
	.pagination .page-numbers.dots:focus,
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		margin-bottom: 7px;
	}
	.navigation.post-navigation a, 
	.navigation.posts-navigation a {
		font-size: 16px;
	}
	#respond {
		margin-top: 0;
	}
	#commentform p.comment-form-comment,
	#commentform p.form-submit {
		margin-top: 21px;
	}
	nav.navigation.pagination,
	#secondary {
		margin-top: 30px;
	}
	.single-wrapper .entry-title,
	.comments-title, 
	#reply-title {
	    font-size: 26px;
	}
	#comments {
	    margin-top: 40px;
	}
	.navigation.post-navigation .nav-previous + .nav-next, 
	.navigation.posts-navigation .nav-previous + .nav-next {
		padding-top: 0;
	}
	.navigation.post-navigation .nav-previous + .nav-next svg, 
	.navigation.posts-navigation .nav-previous + .nav-next svg {
		top: 10px;
	}
	#newzpaper_magazine .tabs li:not(:last-child) {
		margin-bottom: 10px;
	}
	#newzpaper_magazine .view-all,
	#newzpaper_podcasts .view-all {
		margin-top: 30px;
	}

	#newzpaper_podcasts .view-all{
		top: 15px;
	}
}
@media screen and (max-width: 567px) {
	.menu-toggle svg.icon-menu {
	    width: 25px;
	    height: 25px;
	}
	.menu-toggle {
	    position: relative;
	    top: 0;
	    left: 0;
	    z-index: 3000;
	    text-align: center;
	    float: none;
		top: 0;
		width: 70px;
	    min-width: 70px;
	    padding: 0;
		transform: none;
	}
	.menu-toggle span {
		display: none;
	}
	.main-navigation .menu-toggle svg {
		margin-right: 0;
	}
	.site-logo img {
	    margin-right: 10px;
	}
	.site-description {
	    font-size: 14px;
	}
	.menu-toggle svg.icon-close {
	    width: 16px;
	    height: 16px;
	}
	.site-title {
	    font-size: 22px;
	}
	#page-site-header {
	    padding: 200px 0;
	}
	#page-site-header .page-title {
		font-size: 32px;
	}
	.pagination .page-numbers.prev, 
	.pagination .page-numbers.next {
		top: 0;
	}
	.pagination .prev.page-numbers:before, 
	.pagination .next.page-numbers:before {
		width: 35px;
		height: 10px;
	}
	.site-main .comment-navigation, 
	.site-main .posts-navigation, 
	.site-main .post-navigation {
		margin-top: 25px;
	}
	.single-wrapper .comments-title {
	    margin-bottom: 0;
	}
	.single-wrapper #reply-title {
	    margin-bottom: 25px;
	}
	.comment-metadata {
	    float: none;
	    padding-right: 0;
	}
	.comment-content {
	    padding: 25px;
	    margin-left: 20px;
        margin-top: 30px;
	}
	.comment-meta .fn {
		padding-left: 0;
	}
	.comment-meta img {
		margin-top: 0;
	}
	#comments ol.children .comment-metadata {
	    padding-right: 90px;
	}
	#comments ol.children .comment-content {
		margin-right: 0;
	}
	.comment-content:before {
	    border-right-color: transparent;
	    border-bottom-color: #f5f5f3;
	    left: 20px;
	    top: -18px;
	}
	#comments ol.children .comment-content:before {
	    border-right-color: transparent;
    	border-bottom-color: #f5f5f3;
	}
	blockquote.alignright {
		margin-left: 0;
	}
	.footer-widgets-area .hentry:last-child,
	.footer-widgets-area.col-3 .hentry:last-child {
		margin-bottom: 0;
	    padding-right: 0;
	}
	.footer-widgets-area {
	    text-align: center;
	}
	#colophon .textwidget img {
		margin: 0 auto 40px;
	}
}
