/*!
Theme Name: News Block
Theme URI: https://blazethemes.com/theme/news-block/
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: News Block is the multipurpose free WordPress Magazine Theme crafted beautifully with advanced features which is easy to use. Fully compatible with WordPress popular theme builder Elementor. With easy Drag & Drop you can give professional layouts to your websites. Compatible with latest WordPress version and with Few Easy Steps you can import any available demos to setup your website. Create news websites with news block template. Being multipurpose theme it is perfect for news and blog website.
Version: 1.8.0
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: news-block
Tags: news, blog, custom-colors, full-width-template, theme-options, grid-layout, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

News Block is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-family: 'Montserrat', sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2c2c2c;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Playfair Display', sans-serif;
}

p {
	margin-bottom: 0.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Montserrat', sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #f6f6f6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #2c2c2c;
}

a:visited {
	color: #191919;
}

a:hover,
a:focus,
a:active {
	color: #020202;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 90%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu-toggle {
    background-color: #a05252;
    border: 1px solid transparent;
    color: #fff;
    font-size: 1rem;
    margin: 1rem 0;
    padding: 7px 20px 5px;
    text-transform: uppercase;
}

.no-js .menu-toggle {
	display: none;
}

/* create a submenu toggle button when has children */
.dropdown-toggle {
	background-color: #464646;
	content: "";
	width: 38px;
	height: 38px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: none;	
}
.dropdown-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    color: #7d7c7c;
    font-size: 24px;
    right: 0;
    position: relative;
    width: 34px;
    border: none;
    margin: 0 auto;
    vertical-align: middle;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	opacity: 0.9;
	color: #546f90;
}
.dropdown-toggle:focus:after {
	border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
}
.menu-toggle:hover,
.menu-toggle:focus,
.dropdown-toggle:focus,
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #464646;
	outline: 0;
}

/* basic menu styling */

#site-navigation {
	height: auto;
	display: block;
	padding: 0;
	}
.site-header-menu {
	display: none;
	margin: 0;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 30px 20px;	
	font-size: 0.938rem;
}
.main-navigation .toggled-on ul {
	padding: 5px 0;
}
.main-navigation .toggled-on ul ul {
	padding: 0;
}

.main-navigation li {
	border-top: 1px solid #c2bdbd;
	position: relative;
	text-transform: none;
	text-align: left;
}
.main-navigation li:last-child {
	border-bottom: 1px solid #464646;
}
.main-navigation .sub-menu li:last-child {
	border-bottom: none;
}
/* standard style for mobile and full view */
.main-navigation a,
.main-navigation a:visited {
	display: block;
	outline-offset: -1px;
	padding: 8px 0;
	text-decoration: none;
    padding-left: 5px;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 500;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #464646;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
	padding: 0;
	font-size: 0.875rem;
}

.no-js .main-navigation ul ul,
.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
    position: relative;
	z-index: 9999;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 50px;
}

.menu-item-has-children > a:after {
	content: '';
	}

#bottom1, #bottom2, #bottom3, #bottom4 {
	padding-bottom: 20px;
}

.demo-one .loop_list_style_1 .list_style_2 .col-md-4 {
	padding-right: 0;
}

.loop_list_style_1 .post_content {
	padding: 20px;
}

/* Medium devices (tablets, 1024px and up) */
@media  (min-width: 48em) {
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}	
	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.site-header-menu {
		display: block;
	}
	.main-navigation .primary-menu {
		background-color: inherit;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
		padding: 0;
	}
	.main-navigation .primary-menu > li {
		display: inline-block;
	}
	#menu-wrapper .main-navigation ul.primary-menu {
		text-align: left;
	}	
	/* base style */
	.main-navigation a {
		outline-offset: -8px;
		padding: 12px 14px;
		white-space: nowrap;
	}
	.main-navigation li {
		text-transform: uppercase;
	}
	.main-navigation ul ul {
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		text-align: left;
	}
	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background: #f5f4f1;
    	-webkit-box-shadow: 0 0.2rem 0.3rem rgb(80 87 89 / 10%);
    	box-shadow: 0 0.2rem 0.3rem rgb(80 87 89 / 10%);
		border:none;
		border-bottom: 1px solid #c2bdbd;
		text-transform: none;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 13.5rem;
		padding: 10px 14px;
	}
	/* submenu top carat icon */
	.main-navigation ul ul:before	{
		border-style: solid;
		content: "";
		position: absolute;
	}
	.main-navigation ul ul:before	{
		border-color: #f5f4f1 transparent;
		border-width: 0 10px 10px;
		left: 9px;
		top: -9px;
	}

	/* lets float our second level to the right */
	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		right: auto;
		left: 0;
		-webkit-animation: zoomIn .3s ease-in ;
		-moz-animation: zoomIn .3s ease-in;    	
        animation: zoomIn .3s ease-in;
	}
	/* lets float our third level to the right */
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		right: auto;
		left: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}
	
	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
	}

	/* first level color and active home */
	
	.main-navigation a, 
	.main-navigation li.home a {
		color: #2c2c2c;
		text-decoration: none;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		font-weight: 500;
	}
	/* first and sub-level menu items on hover and active */
	.main-navigation li.home a:hover, 
	.main-navigation a:hover,
	.main-navigation a:focus, 
	.main-navigation .current-menu-item > a, 
	.main-navigation .current-menu-ancestor > a {
		color: #004f71;
	}

	#bottom1, #bottom2, #bottom3, #bottom4 {
		padding-bottom: 0px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 62em) {
	.main-navigation a {
		padding: 26px 12px;
	}
	.main-navigation a {
		padding: 14px 12px;
	}
	.main-navigation a {
		padding: 14px 12px;
	}
	#site-navigation.flex-item {
		flex: 1 0px;
	}
	.main-navigation a:hover,
	.main-navigation li.home a:hover,
	.main-navigation .current-menu-item > a, 
	.main-navigation .current-menu-ancestor > a {
		background-color: transparent;
	}
	.main-navigation li.home a {
		background-color: transparent;
	}

	#site-header-menu .menu-item-has-children > a:after {
		display: block;
	    font-family: "Font Awesome 5 Free";
	    font-weight: 900;
	    content: "\f107";
	    display: inline-block;
	    padding-left: 8px;
	    vertical-align: middle;
	}


	#primary-menu .menu-item:hover .sub-menu {
	    display: block;
	}

	.header-search-bar {
		position: relative;
	}

	.header-search-bar .search-button {
		position: absolute;
	    top: 0;
	    right: -5px;
	    background-color: transparent;
	    border: none;
	}

	/** hover effect menu */
	.primary-menu .menu-item > a {
	    position: relative;
	}

	.primary-menu .menu-item > a:hover {
	    color: #004f71;
	}

	.primary-menu .menu-item > a:hover::before{
	  transform: scale3d(1,1,1);
	}

	.primary-menu .menu-item > a::before{
	  	content: "";
	    width: 100%;
	    height: 2px;
	    position: absolute;
	    left: 0px;
	    bottom: 10px;
	    background: #000;
	    transition: 0.5s transform ease;
	    transform: scale3d(0,1,1);
	    transform-origin: 0 50%;
	}
	.menu_hover_1 .primary-menu .menu-item a::before{
		background: #004f71;
		transform-origin: 100% 50%;
	}
	.menu_hover_1 .primary-menu .menu-item a:hover::before{
		transform-origin: 0 50%;
	}
	.menu_hover_none .primary-menu .menu-item a::before{
		background-color: transparent;
	}

	.primary-menu .menu-item.current-menu-item > a{
	    color: #004f71;
	}

	.sub-menu .menu-item a::before{
	    content: '';
	    width: 0;
	}
	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post{
	margin: 0 0 1.5em;
}

.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/** Block Quote **/
 blockquote:before, 
 blockquote:after, 
 q:before, 
 q:after {
    content: '';
    content: none;
} 
blockquote {
    width: 95%;
    font-size: 1.063rem;
    line-height: 1.25;
    font-style: italic;
    margin: 2.25rem auto;
    margin-left: auto;
    margin-right: auto;
}

blockquote:before {
    content: "\2018""\2018";
    font-family: 'Playfair Display', sans-serif;
	letter-spacing: -4px;
    float: left;
    position: relative;
    margin-right: 0.5rem;
    font-size: 5.5rem;
    line-height: .5;
}
blockquote p {
    overflow: hidden;
}
blockquote cite {
	display: block;
	margin-top: 5px;	
	font-family: 'Playfair Display', sans-serif;
	font-size: 0.875rem;	
} 
blockquote cite:before {
	content: "\2014";
}

.footer-inner {
	padding-top: 35px;
}
.blaze-ad-banner {
	flex: 1 1 80%;
}

.blaze-ad-banner img {
    width: 100%;
}

.widget_block ul, .widget_block ol {
	margin-left: 0;

}

.wp-block-latest-posts  {

}

.wp-block-latest-posts li {
	text-decoration: none;
}

.wp-block-latest-posts li a, .wp-block-archives li a {
    text-decoration: none;
    font-weight: 400;
 }


 .blaze-sidebar-content .widget_block h2 {
 	border-bottom: 1px solid #e1e1e1;
 }

 .widget_block ul, .widget_block  ol {
 	margin-left: 5px;
 	list-style: none;
 	padding-left: 0

 }

 .widget_block ul li {
 	padding: 5px 0;
 }

 .wp-block-latest-comments__comment-meta a{
 	text-decoration: none;
 }