/*
Theme Name: AeonBlock
Theme URI: https://aeonwp.com/aeonblock/
Author: aeontheme
Author URI: https://aeonwp.com/
Description: Simple and clean accessibility ready blog theme. It comes with easy to use customizer based theme options, copyright text, post templates, sidebar options, meta options, featured image option, excerpt length option, read more text, sticky sidebar, font preview and many more. AeonBlock has soft green and blue colors, and many color options. This is a complete WordPress theme for bloggers. It is Schema ready theme. 
Version: 1.0.5
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aeonblock
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready, rtl-language-support, blog, news

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.

AeonBlock WordPress Theme, Copyright 2022 AeonWP
AeonBlock is distributed under the terms of the GNU General Public License v2

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:
----------------------------------------------------------------
Normalize
Typography
Elements
Forms
Navigation
	Links
	Header menu
	Responsive Header Menu
	Social menu
	Post navigation
	Pagination
	Infinite Scroll
Accessibility
Alignments
Clearings
Widgets
About
Content
	Posts and pages
	Page-header
Comments
Media
Site Header
Site Layout
	Single Post
Footer
Breadcrumbs
Search results
Sidebar Options
Blog Page Design
Go To Top
Responsive
Jetpack
Related Posts
Captions
Galleries
Blocks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* normalize.css v8.0.0 | 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: 2;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

@media (min-width: 768px) {
	html { font-size: 112.5%; }
} 


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.44em;
	margin: .5em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: 'Open Sans', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	font-size: 2.44em;
}

h2 {
	font-size: 1.944em;
}

h3 {
	font-size: 1.56em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .8em;
}

p {
	margin-bottom: 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	word-wrap: break-word;
	white-space: pre-wrap;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #111;
	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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: border-box;
}

body {
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
	padding-inline-start: 0;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
}

td {
	padding: 5px;
}

th {
	padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/* buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	vertical-align: middle;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	background: #4ea371;
	padding: 10px 12px;
	font-size: 0.778em;
	letter-spacing: 2px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
	background: #021634;
	color: #fff;
}

/* Input */
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 {
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #ccc;
	border-width: 1px;
	border-radius: 0;
}

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,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
	border: 1px solid #021634;
}

select {
	border: 1px solid #ccc;
	padding: 8px;
	max-width: 80%;
	margin: 20px 30px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active,
a:visited {
	color: blue;
}



a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

body {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #4c4d56;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}

body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  color: #090d2f;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}



a:focus {
  color: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #005de0;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*--------------------------------------------------------------
## Header menu
--------------------------------------------------------------*/
.main-navigation {
	font-size: 0.778em;
	margin: 0;
	background-color: #fff;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
	z-index: 9;
	text-align: center;
}

.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.main-navigation li {
	position: relative;
	float: left;
	margin: 0;
	text-align: center;
}

.main-navigation:not(.toggled) div > ul > li:first-of-type,
.main-navigation:not(.toggled) > ul > li:first-of-type {
	padding-left: 0;
}

.main-navigation a {
	text-decoration: none;
	transition: all 1.1s ease;
	display: inline-block;
	width: auto;
	padding: 15px 20px;
	font-family: Manrope, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #212121;
}

.main-navigation a:focus,
.main-navigation a:hover {
	text-decoration: underline;
	color: #024eb9;
}


/*first sub-menu*/
.main-navigation ul ul {
	position: absolute;
	left: 0;
	top: 110%;
	display: block;
	clip: rect(1px, 1px, 1px, 1px);
	z-index: 999;
	background: #ffffff;
	transition: all 0.3s linear;
  box-shadow: 0 2px 29px rgb(0 0 0 / 5%);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #005de0;
}

.main-navigation ul ul li {
	display: inline-block;
	width: 100%;
	min-width: 220px;
	box-sizing: border-box;
	padding: 0.1em 1em;
	background: #ffffff;
	text-align:left;
}

.main-navigation ul ul li a {
	padding: 0 0.5em;
}

.main-navigation ul ul li:hover {
	transition: all 1.1s ease;
}

.main-navigation ul ul ul {
	position: absolute;
	left: 100%;
	top: -1px;
	margin: 0;
	display: block;
	clip: rect(1px, 1px, 1px, 1px);
	z-index: 999;
	border-left: none;
}

.main-navigation ul ul li:not(:first-child) {
	border-top: none;
}

.main-navigation li:focus > ul,
.main-navigation li:hover > ul,
.keyboard-dropdown {
	clip: auto !important;
	top: 100%;
}

#main-menu {
	display: inline-block;
}

.main-navigation li.menu-item-has-children>a {
	padding-right: 35px;
}

.main-navigation li.menu-item-has-children>a:before {
	position: absolute;
	content: '\203A';
	top: 50%;
	right: 20px;
	line-height: 0;
	font-size: 1.5em;
	transform: rotate(90deg);
}

.main-navigation .sub-menu li.menu-item-has-children>a:before {
	position: absolute;
	content: '';
}
.current-menu-item > a,
.current-menu-parent > a{
	color: #024eb9 !important;
}

/*--------------------------------------------------------------
### Responsive Header Menu
--------------------------------------------------------------*/
#mobile-menu-toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	#mobile-menu-toggle {
		cursor: pointer; 
		display: inline-block;
		text-align: center;
		line-height: 1.6;
		vertical-align: top;
		margin: 12px;
		padding: 9px 20px;
		font-size: 12px;
		background:#fff;
		color: #6f6f6f;
		text-transform: uppercase;
		text-align: center;
		border: 2px solid #021634;
		display: inline-block;
		border-radius: 3px;
	}

	#mobile-menu-toggle:hover,
	#mobile-menu-toggle:focus {
		outline: none;
		box-shadow: none;
		background: #021634;
		color: #fff;
		text-decoration: none;
	}

	.main-navigation #main-menu {
		display: none;
	}

	.main-navigation.toggled #main-menu {
		display: block;
	}

	.main-navigation ul {
		display: inline-block;
		margin-left: 1em !important;
	}
	
	.main-navigation.toggled ul {
		margin-left: 0 !important;
		margin-top: 0;
		display: block;
		background:#ffffff;
		padding: 18px 0 18px 0;
	}

	.main-navigation.toggled ul.sub-menu {
		padding-top: 0;
	}

	.main-navigation.toggled li {
		display: inline-block;
		width: 100%;
		background:#ffffff;
		box-sizing: border-box;
	}

	.main-navigation li.menu-item-has-children>a {
		padding: 0 0.5em;
	}

	.main-navigation li.menu-item-has-children>a:before {
		position: absolute;
		content: '';
	}

	.main-navigation.toggled ul li:hover {
		transition: all 1.1s ease;
	}

	.toggled .nav-menu ul li:last-child,
	.toggled .nav-menu ul ul li:last-child,
	.toggled .nav-menu ul ul ul li:last-child {
		margin-bottom: 0;
	}
	
	.main-navigation.toggled ul ul li {
		border: none;
		padding-top: 7px;
		padding-bottom: 7px;
		text-align: center;
	}

	.main-navigation.toggled ul ul ul,
	.main-navigation.toggled ul ul {
		display: block;
		position: relative;
		float: none;
		clear: both;
		left: 0;
	}

	.main-navigation .menu-item-has-children a {
		margin-left: 0;
	}
}

/*---------------------------------------------------
##   Social menu
*   ----------------------------------------------------- */

.social-icons-footer {
	text-align: center;
	color: #fff;
}

.aeonblock-menu-social {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
}

.aeonblock-menu-social li {
	display: inline-block;
}

.aeonblock-menu-social li a {
	margin-right: 10px;
	padding: 10px 5px 0px 5px;
	text-align: center;
	text-decoration: none;
}

.aeonblock-menu-social .icon {
	height: 22px;
	width: 22px;
	fill: #f1f5f5;
}

.aeonblock-menu-social li a:hover,
.aeonblock-menu-social li a:focus {
	outline: 1px solid #fff;
	outline-offset: 4px;
}

/*==============================
## Post Navigation
===============================*/

.post-navigation .nav-links{
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	box-shadow: 0px 0px 70px 0px rgb(0 0 0 / 16%);
	padding: 10px 30px;
	margin-top: 80px;
	overflow: hidden;
	position: relative;
}
.nav-previous,
.nav-next{
	width: 50%;
}
.nav-previous,
.nav-previous a {
	float: left;
	display: block;
}

.nav-next,
.nav-next a {
	float: right;
}

.nav-previous a:hover,
.nav-previous a:focus,
.nav-next a:hover,
.nav-next a:focus {
	text-decoration: none;
}

/*--------------------------------------------------------
##   Pagination
*   ----------------------------------------------------- */

/* Pagination option */
.aeonblock-pagination {
	margin-top: 2.5em;
	text-align: center;
}

.aeonblock-pagination .page-numbers {
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 33px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #6c7381;
	border: 0;
	background: transparent;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s linear;
	display: inline-block;
}
.aeonblock-pagination .prev.page-numbers,
.aeonblock-pagination .next.page-numbers{
	width: auto;
	padding: 0 10px;
}
.aeonblock-pagination .page-numbers.current,
.aeonblock-pagination .page-numbers:hover {
	background: #005de0;
  color: #ffffff;
}

/* Newer and older Posts option */
.posts-navigation {
	padding: 50px 0;
}

.posts-navigation a {
	display: inline-block;
	border: 2px solid #021634;
	padding: 2px 12px;
	margin-right: 8px;
	margin-bottom: 10px;
	border-radius: 3px;
	text-decoration: none;
}

.posts-navigation a:hover,
.posts-navigation a:focus {
	color: #fff;
	background: #021634;
}

.posts-navigation .nav-previous {
	float: left;
}

.posts-navigation .nav-next {
	float: right;
}

/*--------------------------------------------------------------
## Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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.8em;
	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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	background-color: #fff;
	margin: 0 0 1.5em;
	color: #212121;
	word-break: break-word;
}

.widget:last-of-type {
	margin-bottom: 0;
}

.widget-title {
	font-size: 1.2em;
	margin: 0;
}

.calendar_wrap {
	display: block;
	width: 80%;
	margin: 20px 30px 0 30px;
	padding-bottom: 30px;
}

.calendar_wrap table {
	margin: 0;
}

.widget select {
	padding: 8px;
	max-width: 80%;
	margin: 20px 30px;
}

.widget ul {
	list-style: none;
}

.widget>ul {
	margin: 0;
}

.widget ul li {
	margin-left: 20px;
	margin-bottom: .5em;
	position: relative;
}

.widget.widget_recent_entries ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_archive ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_pages ul li:before {
	content:"\203A";
	position: absolute;
	left: -20px;
}

.widget a {
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	transition: all 0.3s linear;
}

.widget a:hover,
.widget a:focus {
	text-decoration: underline;
}

.widget_recent_entries ul li a {
	display: initial;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    transition: all 0.3s linear;
}

.widget_recent_comments ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
	word-break: break-word;
}

.widget_categories ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget .entry-meta ul li,
.widget .entry-meta ul li a {
	text-transform: capitalize;
}

.recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

.widget_search {
	position: relative;
}

.widget_search .widget-title {
	display: none;
}

.widget_search .search-form .search-field {
	height: 50px;
	padding: 6px 20px;
	border: 1px solid #eee;
	border-radius: 0;
	width: 100%;
}


.widget_search .search-field:focus,
.widget_search .search-field:hover {
	border-color: #021634;
}

.widget_nav_menu .menu {
	padding: 20px 30px;
}

.widget_rss ul li,
.widget_nav_menu ul li,
.widget_nav_menu .sub-menu {
	margin-left: 0;
}

.wp-video {
	padding: 30px;
}

.widget_rss ul li {
	margin: 0 0 1.5em 0;
}

/*-------------------------------------------------------------
# About
---------------------------------------------------------------*/

.about-me-description {
	text-align: center;
}

.about-me-description a img {
	margin: 0 auto 2em auto;
	border-radius: 50%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
	margin: 0 0 1.5em;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin:0;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-meta a:focus,
.entry-meta a:hover {
	text-decoration: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*-------------------------
## Page-header
---------------------------*/

.page-header {
	margin: 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	padding-bottom: 10px;
	margin-top: 70px;
	margin-bottom: 20px;
}
.archive .page-header .page-title{
	font-size: 0;
}
.archive .page-header .page-title span{
	font-size: 36px;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-wrapper {
	display: inline-block;
	margin-top: 2.5em;
	padding: 15px 0
	background-color: #fff;
	width: 100%;
	text-align: left;
}

.comments-wrapper a {
	text-decoration: underline;
}

.comments-wrapper a:focus,
.comments-wrapper a:hover {
	text-decoration: none;
}

.comments-wrapper .comment-notes,
.comments-wrapper .comment-awaiting-moderation {
	padding: 10px 0;
}

.comments-wrapper label {
	display: block;
}

.comments-wrapper input:not([type="checkbox"]),
.comments-wrapper textarea {
	width: 100%;
}
.comments-wrapper input[type="text"],
.comments-wrapper input[type="email"],
.comments-wrapper input[type="url"],
.comments-wrapper textarea{
	border: 1px solid transparent;
	background: #f6f7f9;
	border-radius: 0;
}

.comments-title {
	margin-top: 0;
	font-size: 20px;
}
.comment-reply-title {
    font-size: 20px;
    margin-top: 20px;
}
p[class*='comment-form-'] {
	margin-bottom: 20px;
}

p.comment-form-cookies-consent {
	margin-bottom: 1.5em;
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
	margin-right: 10px;
	width: initial;
	display: inline-block;
}

.comment-form .submit {
	padding: 20px;
	color: #fff;
	opacity: 0.7;
}
.comment-form .submit:hover,
.comment-form .submit:focus{
	opacity: 1;
}
.comments-wrapper .comment-body {
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-top: 30px;
}

.comments-wrapper .comment-body p {
	margin-bottom: 10px;
}

.comments-wrapper .comment-list {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.comment-list .children {
	margin-top: 30px;
	list-style: none;
}

.comments-wrapper .comment-author .fn {
	display: inline-block;
	padding-left: 5px;
	text-transform: capitalize;
}

.comments-wrapper .comment-author a,
.comments-wrapper .comment-author .fn {
	text-decoration: none; 
	color: #212121;
}

.comments-wrapper .comment-author a:focus,
.comments-wrapper .comment-author a:hover {
	text-decoration: underline;
}

.comments-wrapper .comment-author .avatar {
	vertical-align: middle;
}

.comments-wrapper .comment-metadata {
	font-size: 0.778em;
	padding-left: 40px;
	margin-top: 0;
	margin-bottom: 10px;
}

.comments-wrapper .comment-metadata a {
	color: #212121;
}  

.comment-metadata .edit-link {
	margin-left: 2em;
}

.comments-wrapper .reply a {
	float: right;
	padding: 0.5em;
	color: #212121;
}

@media (max-width: 600px) {
	.comment-list ol.children {
		padding: 0 !important;
	}
}

.comment-content a {
	word-wrap: break-word;
	text-decoration: underline;
}

.comment-content a:focus,
.comment-content a:hover {
	text-decoration: none;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.attr-nav {
	z-index: 999;
}

.site-branding {
	margin: 1.5em 0 1.8em 0;
	text-align: center;
	width: 100%;
}

.site-title {
	font-size: 2.44em;
	line-height: 1;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.site-title a {
	text-decoration: none;
}

.site-description {
	margin-top: 0;
}

.custom-logo-link {
	display: inline-block;
	max-width: 250px;
	max-height: 250px;
	margin-top: 0.8em;
}

.wp-custom-header img {
	display: block;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Site Layout
--------------------------------------------------------------*/
.blog-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

#primary,
.secondary {
	margin: 2.5em 0;
}

.post-wrapper {
	padding: 1.5em;
	background: #ffffff;
	box-shadow: 0px 0px 98px 0px rgb(0 0 0 / 7%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.blog .featured-wrapper,
.archive .featured-wrapper {
	position: relative;
	overflow: hidden;
}

.blog .post-wrapper .featured-wrapper,
.archive .post-wrapper .featured-wrapper {
	float: left;
	margin: 1em 1em 0 0;
	width: 320px;
}

.entry-footer {
	margin: 10px 0;
	text-align: center;
}

.entry-header .entry-meta li,
.entry-header .entry-meta li a {
	font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #212121;
}

.entry-header .entry-meta li {
	font-size: 0.889em;
	text-transform: capitalize;
	margin-right: 5px;
}
.blog-btn-link .icon.icon-arrow-right,
.entry-meta .icon.icon-user,
.entry-meta .icon.icon-clock,
.entry-meta .icon.icon-comments {
	height: 0.889em;
	width: 0.889em;
}

.entry-header .entry-meta li .posted-in a {
	background-color: #f1f5f5;
	display: inline-block;
	padding: 4px 13px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 2px;
	border-radius: 3px;
}

.entry-header .entry-meta li .posted-in a:focus,
.entry-header .entry-meta li .posted-in a:hover {
	text-decoration: none;
	background-color: #021634;
	color: #f1f5f5;
}

.entry-header .entry-title a:hover {
	text-decoration: none;
}

.entry-footer .more-link {
	display: block;
	padding: 9px 20px;
	font-size: 0.778em;
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #021634;
	display: inline-block;
	border-radius: 3px;
}

.entry-footer .more-link:hover,
.entry-footer .more-link:focus {
	background: #021634;
	color: #fff;
	text-decoration: none;
}

@media screen and (min-width: 1200px) {
	.blog .blog-content,
	.archive .blog-content {
		overflow: hidden;
	}
}

@media screen and (max-width: 1199px) {
	.blog .post-wrapper .featured-wrapper,
	.archive .post-wrapper .featured-wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/*=============================
## SINGLE POST
=============================*/

.single .post-wrapper {
	border: 0;
	padding: 0;
	margin-bottom: 2.5em;
}
.single .post .entry-content p a,
.single .post .entry-content h1 a,
.single .post .entry-content h2 a,
.single .post .entry-content h3 a,
.single .post .entry-content h4 a,
.single .post .entry-content h5 a,
.single .post .entry-content h6 a,
.single .post .entry-content ul li a, 
.single .post .entry-content ol li a{
  text-decoration: underline!important;
}
.single .entry-footer {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}

.entry-footer ul li {
	list-style: none;
}

/*==============================
# FOOTER
===============================*/

.site-footer {
	background-color: #021634;
	padding: 2.5em 0;
	color: #fff;
}

.site-footer .site-info {
	margin-top: 1.5em;
	text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.site-footer .site-info a {
	color: #fff;
	text-decoration: none;
}

.site-footer .site-info a:hover,
.site-footer .site-info a:focus {
	text-decoration: underline;
}

.author-credits, .wp-credits {
	display: inline-block;
}

.wp-credits {
	margin-right: 1em;
}

.copyright {
	margin-top: 1.5em;
	text-align: center;
}

@media screen and (max-width: 960px) {

	.site-footer {
		padding: 1.5em 0;
	}

}

/*==============================
# Breadcrumbs
===============================*/

.breadcrumb {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #f1f9ff;
}

.breadcrumb-trail {
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumbs {
	padding: 20px;
}

.breadcrumb ul {
	margin: 0;
	padding: 0;
}

.breadcrumb ul li {
	display: inline;
	list-style: none;
	position: relative;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.breadcrumb ul li a:focus,
.breadcrumb ul li a:hover {
	border-bottom: 1px solid #111;
}

.breadcrumb li+li::before {
	padding: 0 3px 0 5px;
	content: "/\00a0";
}

@media only screen and (max-width: 768px) {
	.breadcrumb {
		margin: 0 0;
	}
}

/*==============================
# Search result
===============================*/

.search-title-box {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	padding-bottom: 20px;
}
.error404 .search-form,
.no-results .search-form{
	position: relative;
	margin-top: 30px;
}
.error404 .search-field,
.no-results .search-field{
	width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    padding-right: 75px;
    background: #f8fafb;
    color: #415674;
    font-weight: 700;
    outline: none;
    overflow: hidden;
}
.error404 .search-submit, 
.no-results .search-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 65px;
    height: 50px;
    background: #005de0;
    border: 0;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s linear;
    letter-spacing: normal;
    padding: 0;
}
/*==============================
# Sidebar Options
===============================*/
#primary {
	width: 66%;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
}

.secondary {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
}

.has-right-sidebar .left-sidebar,
.has-left-sidebar .right-sidebar,
.no-sidebar .secondary,
.middle-column .secondary {
	display: none;
}

.post-template-post-right-sidebar .right-sidebar {
	display: inline-block;
}

.post-template-post-left-sidebar .left-sidebar {
	display: inline-block;
}

.post-template-post-left-sidebar .right-sidebar {
	display: none;
}

.no-sidebar #primary {
	width: 100%
}

.middle-column #primary,
.post-template-post-middle-column #primary {
	margin: 2.5em auto;
	float: none;
	display: table;
}

.post-template-post-full-width #primary{
	width: 100%;
}

/*==============================
# Blog Page Design
===============================*/

.blog .post-wrapper .featured-wrapper.blog-full-image,
.archive .post-wrapper .featured-wrapper.blog-full-image {
	width: 100%;
	float: none;
	padding-bottom: 5px;
}


.entry-header ul {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-header ul li {
	padding-right: 5px;
	padding-left: 5px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-header .entry-meta {
	margin-bottom: 10px;
}

.single .entry-header .entry-meta {
	margin-bottom: 10px;
	margin-top: 20px;
}

/*==============================
# Go To Top
===============================*/

#toTop {
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	background: #000;
  box-shadow: 0 5px 10px #002c6a;
}

#toTop:hover {
	color: #fafafa;
}

.go-to-top {
	line-height: 2;
	display: none;
	position: fixed;
	bottom: 45px;
	right: 15px;
	padding: 5px 15px 0 15px;
}

.gotop span i {
	border-radius: 3px;
}

.gotop .icon.icon-angle-double-up {
    width: 0.8em;
    height: 1em;
    margin: 5px 0;
}

/*==============================
# Responsive
===============================*/

@media screen and (max-width: 1000px) {
	#primary,
	.secondary {
		width: 100%;
	}

	.left-sidebar {
		display: none;
	}

	.has-left-sidebar .right-sidebar,
	.right-sidebar {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.site-branding {
		width: inherit;
	}

	.post-wrapper {
		padding: 20px
	}
}

/*==============================
# Jetpack Top Post Widget Image Size
===============================*/
.widget_top-posts .widgets-list-layout li > a {
	width: 40%;
}

.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
	max-width: 240px;
	width: 100%;
}

.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
	max-width: 100%;
	width: 55%;
}

@media only screen and (max-width: 1019px) {

	.widget_top-posts ul.widgets-list-layout {
		max-width: 600px;
		margin: 0 auto;
	}

	.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
		font-size: 24px;
	}
}

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/
.related-pots-block {
	display: block;
	margin-top: 2.5em;
	background: #fff;
}

.related-pots-block a:focus {
	text-decoration: none;
}

.related-pots-block h3 {
	text-align: center;
	font-size: 1.56em;
}

.related-post-entries {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.related-post-entries .entry-title a{
	font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}

.related-post-entries li {
	margin-bottom: 15px;
}
.related-pots-block  li figure{
	margin-bottom: 0;
}
.related-pots-block img{
	border-radius: 5px;
}
@media screen and (min-width: 768px) {
	.related-post-entries li {
		float: left;
		width: 31%;
		margin-left: 3.5%;
	}

	.related-post-entries li:nth-child(3n+1) {
		clear: left;
		margin-left: 0;
	}
}


/*--------------------------------------------------------------
## 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;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/

.entry-content a.wp-block-button__link {
	color:#fff;
}

.entry-content .is-style-outline a.wp-block-button__link {
	background-color: transparent;
	border: 2px solid inherit;
	color: inherit;
}

.wp-block-button,
.wp-block-pullquote,
.wp-block-media-text {
	margin-bottom: 1.5em;
}

.has-small-font-size {
	font-size: 16px;
}

.has-medium-font-size {
	font-size: 25px;
}

.has-large-font-size {
	font-size: 31px;
}

.has-huge-font-size {
	font-size: 30px;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
	color: #6f6f6f;
}

.wp-block-latest-posts.is-grid {
	padding-left: 0;
	margin-left: 0;
}

.wp-block-categories-list.aligncenter {
	text-align: center;
}

.blocks-gallery-caption {
	width: 100%;
}

.wp-block-search,
.wp-block-gallery {
	margin-bottom: 1.5em;
}
/*--
/*  12 - Blog CSS
/*----------------------------------------*/
.blog-section .blog-wrap {
  margin-top: -10px;
}

.blog-section .blog-wrap .blog-content-wrap {
  padding-top: 35px;
}

.single-blog {
  background: #ffffff;
  box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 30px;
}

.single-blog .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single-blog .blog-img a {
  display: block;
}

.single-blog .blog-img a img {
  transition: all 0.3s linear;
}


.single-blog .blog-content .blog-meta .posted-in a {
  background-color: #005de0;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  font-family: "Manrope", sans-serif;
  display: inline-block;
  text-align: center;
  padding: 4px 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
.single-blog .blog-content .blog-meta .posted-in a:hover,
.single-blog .blog-content .blog-meta .posted-in a:focus{
	opacity: 1;
}
.single-blog .blog-img .top-meta .date span {
  font-size: 28px;
  line-height: 18px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.single-blog .blog-content {
  padding: 40px;
}

@media only screen and (max-width: 991px) {
  .single-blog .blog-content {
    padding: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-content {
    padding: 35px 24px;
  }
}

.single-blog .blog-content .blog-meta span {
  font-size: 14px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #212121;
}

@media only screen and (max-width: 575px) {
  .single-blog .blog-content .blog-meta span {
    margin-right: 12px;
  }
}
.single-blog .blog-content .blog-meta .icon {
  color: #005de0;
  margin-right: 5px;
}

.single-blog .blog-content .title {
  font-size: 22px;
  line-height: 30px;
  color: #212121;
  padding-right: 15px;
  margin: 15px 0;
}
.single-blog .blog-content .title a{
	color: #212121;
}
.single-blog .blog-content p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #212121;
  margin-top: 10px;
}

.single-blog .blog-btn {
  border-top: 1px solid #ebebeb;
  padding: 15px 40px;
}

.single-blog .blog-btn .blog-btn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #005de0;
  fill: #005de0;
  transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link svg {
  transition: all 0.3s linear;
}

.single-blog .blog-btn .blog-btn-link:hover svg {
  transform: translateX(5px);
}

/*.single-blog:hover .blog-img a img {
  transform: scale(1.1);
}*/

.blog-section-2 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .blog-section-2 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-section-2 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-section-2 {
    padding-bottom: 60px;
  }
}

.blog-section-2 .blog-wrap .section-title .sub-title {
  color: #ff5538;
}

.blog-section-2 .blog-wrap .blog-content-wrap .single-blog .blog-img .top-meta .date {
  background: #ff5538;
}

.blog-section-2 .blog-wrap .blog-content-wrap .single-blog .blog-content .blog-meta span a:hover {
  color: #ff5538;
}

.blog-section-2 .blog-wrap .blog-content-wrap .single-blog .blog-content .blog-meta span i {
  color: #ff5538;
}

.blog-section-2 .blog-wrap .blog-content-wrap .single-blog .blog-content .title a:hover {
  color: #ff5538;
}

.blog-section-2 .blog-wrap .blog-content-wrap .single-blog .blog-btn .blog-btn-link {
  color: #ff5538;
}

.blog-section-3 .blog-content-wrap .single-blog {
  position: relative;
}

.blog-section-3 .blog-content-wrap .single-blog .blog-img {
  border-radius: 10px;
}

.blog-section-3 .blog-content-wrap .single-blog .blog-content {
  background: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .blog-section-3 .blog-content-wrap .single-blog .blog-content {
    padding: 35px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-section-3 .blog-content-wrap .single-blog .blog-content {
    padding: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-section-3 .blog-content-wrap .single-blog .blog-content {
    padding: 35px 25px;
  }
}

.blog-section-3 .blog-content-wrap .single-blog .blog-content .blog-meta span {
  color: #ffffff;
}

.blog-section-3 .blog-content-wrap .single-blog .blog-content .title {
  color: #ffffff;
}

.blog-grid-wrap {
  margin-top: -30px;
}

.blog-grid-wrap .pagination {
  margin-top: 70px;
}

/*--
/*  17 - Blog Standard CSS
/*----------------------------------------*/
.blog-standard-wrap {
  margin-top: -70px;
}

.blog-standard-wrap .blog-post-wrap .pagination {
  margin-top: 55px;
}

.single-blog-post {
  margin-top: 70px;
}

.blog-sidebar {
  background: #ffffff;
  box-shadow: 0px 0px 98px 0px rgb(0 0 0 / 7%);
  border-radius: 5px;
  padding: 30px;
  margin-top: 70px;
  margin-left: 65px;
  position: sticky;
  top: 0;
}

.right-sidebar .blog-sidebar{
	margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar {
    margin-left: 0px;
  }
}



.blog-sidebar .widget {
  margin-top: 45px;
}
.blog-sidebar .widget:first-child{
  margin-top: 0;
}
.sidebar-widget .search-form {
  position: relative;
}

.blog-sidebar .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 0;
  padding-right: 35px;
  background: #f8fafb;
  color: #415674;
  font-weight: 700;
  outline: none;
  overflow: hidden;
}

.blog-sidebar .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #898c94;
  font-weight: 400;
}

.blog-sidebar .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  opacity: 0.95;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #898c94;
  font-weight: 400;
}

.blog-sidebar .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  opacity: 0.95;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #898c94;
  font-weight: 400;
}

.blog-sidebar .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  color: #898c94;
  font-weight: 400;
}

.blog-sidebar .search-form .search-submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 65px;
    height: 50px;
    background: #005de0;
    border: 0;
    border-radius: 0 5px 5px 0;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s linear;
    letter-spacing: normal;
    padding: 0;
    opacity: 0.7;
}

.blog-sidebar .search-form .search-submit:hover {
  background: #024eb9;
  color: #ffffff;
}
.blog-sidebar .search-form .search-submit:focus{
	opacity: 1;
}
.blog-sidebar .widget-title {
  margin-bottom: 25px;
}

.blog-sidebar .widget-title {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #333333;
  display: inline-block;
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  min-width: 70px;
  height: 70px;
  border-radius: 10px;
  image-rendering: crisp-edges;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  transition: all 0.3s linear;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #838383;
  display: inline-block;
  margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #005de0;
  margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #005de0;
}

.sidebar-widget .category .cate-item {
  margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
  margin-top: 0;
}

.sidebar-widget .category .cate-item a {
  display: flex;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #29303c;
  transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a i {
  font-size: 10px;
  line-height: 24px;
  color: #005de0;
  margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #e4f2f8;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #005de0;
  transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
  color: #005de0;
}

.sidebar-widget .category .cate-item a:hover .post-count {
  background: #005de0;
  color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  background: #f9f9f9;
  transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
  background-color: #005de0;
  color: #ffffff;
}

/*--
/*  18 - Blog Details CSS
/*----------------------------------------*/
.blog-details-section .blog-details-wrap {
  margin-top: -70px;
}

.blog-details-post .single-blog {
  margin-top: 70px;
}



.blog-details-post .single-blog .blog-content .title {
  font-size: 24px;
  color: #333333;
}

.blog-details-post .single-blog .blog-content p {
  font-size: 16px;
  line-height: 30px;
  display: block;
  margin-bottom: 30px;
}

.blog-details-post .blog-details-content {
  background-color: none;
  position: relative;
}

.blog-details-post .blog-details-content blockquote {
  padding-left: 60px;
  padding-right: 30px;
  margin-bottom: 0;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content blockquote {
    padding-right: 0;
    margin-left: 0;
  }
}

.blog-details-post .blog-details-content blockquote::before {
	content: '\201C';
	font-size: 80px;
	line-height: 1;
	margin-right: 5px;
	position: absolute;
	top: -15px;
	left: 10px;
	color: #d4e4fa;
}

.blog-details-post .blog-details-content blockquote:not(:first-child) {
  margin-top: 25px;
}

.blog-details-post .blog-details-content blockquote:not(:last-child) {
  margin-bottom: 25px;
}

.blog-details-post .single-blog .blog-details-content blockquote p {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  color: #333333;
  line-height: 32px;
  font-weight: 600;
  margin-top: 0;
}

.blog-details-post .blog-details-content .blog-inner-img {
  padding-top: 15px;
}

.blog-details-post .blog-details-content .blog-inner-img .image {
  margin-top: 40px;
}

.blog-details-post .blog-details-content .blog-inner-img .image img {
  border-radius: 10px;
  width: 100%;
}

.blog-details-post .blog-details-content .blog-details-text p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #4c4d56;
  margin-top: 50px;
}

.blog-details-post .blog-details-content .blog-details-tag-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e5;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
  padding-top: 20px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
  font-size: 16px;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #333333;
  margin-right: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  margin-bottom: 0px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
  margin-right: 0;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
  display: inline-block;
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter {
  background: #1DA1F2;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook {
  background: #4867AA;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest {
  background: #BD081B;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-linkedin {
  background: #007BB6;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  opacity: 0.9;
}

.custom-post-pagination {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.16);
  padding: 10px 30px;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .custom-post-pagination{
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .custom-post-pagination{
    padding: 0 10px;
  }
}

.custom-post-pagination::before {
  position: absolute;
  content: '';
  width: 1px;
  background-color: #e1e1e1;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  bottom: 30px;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .custom-post-pagination::before {
    width: auto;
    height: 1px;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}

.custom-post-pagination .previous-post,
.custom-post-pagination .next-post {
  width: 50%;
}
.custom-post-pagination .next-post{
	text-align: right;
}
@media only screen and (max-width: 767px) {
  .custom-post-pagination .previous-post,
  .custom-post-pagination .next-post {
    width: 100%;
  }
}

.custom-post-pagination .blog-pagination-post {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
  .custom-post-pagination .blog-pagination-post {
    padding: 20px 0;
  }
}

.custom-post-pagination .blog-pagination-post .post-thumb {
  flex-shrink: 0;
}
.custom-post-pagination .blog-pagination-post .post-thumb a {
    display: flex;
    align-items: center;
}
.custom-post-pagination .blog-pagination-post .post-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-post-pagination .blog-pagination-post .post-thumb .icon.icon-arrow-left{
	width: 1em;
	height: 1em;
	margin-right: 10px;
	fill: blue;
}
.custom-post-pagination .blog-pagination-post .post-thumb .icon.icon-arrow-right{
	width: 1em;
	height: 1em;
	margin-left: 10px;
	fill: blue;
}
.custom-post-pagination .blog-pagination-post .post-content {
  flex-grow: 1;
  padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
  .custom-post-pagination .blog-pagination-post .post-content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .custom-post-pagination .blog-pagination-post .post-content {
    padding: 0 13px;
  }
}

.custom-post-pagination .blog-pagination-post .post-content .title a{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #212121;
}

@media only screen and (max-width: 1199px) {
  .custom-post-pagination .blog-pagination-post .post-content .title {
    font-size: 15px;
  }
}

.custom-post-pagination .blog-pagination-post .post-content .date {
  font-size: 12px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #666666;
}

.custom-post-pagination .blog-pagination-post .post-content .date i {
  color: #005de0;
  margin-right: 6px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box {
  margin-top: 50px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment {
    display: block;
  }
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author {
  flex-shrink: 0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author img {
  width: 75px;
  border-radius: 50%;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
  flex-grow: 1;
  padding-left: 30px;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .name {
  font-size: 16px;
  font-weight: 700;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .date {
  margin-right: 30px;
  color: #005de0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
  padding-left: 105px;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .blog-details-content .comment-wrap .comment-box .comment-items li .comment-reply {
    padding-left: 0;
  }
}

.blog-details-post .blog-details-content .comment-wrap .comment-form {
  margin-top: 50px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #686f7a;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
  padding-top: 10px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
  margin-top: 20px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  color: #9d9d9d;
  font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #005de0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
  height: 135px;
  padding-top: 15px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  resize: none;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
  height: 40px;
  line-height: 36px;
  margin-top: 25px;
  font-size: 16px;
  padding: 0 40px;
}

/*WP BLOCKS*/
.wp-block-cover__inner-container p {
    line-height: normal!important;
    color: #fff!important;
}






