/*!
Theme Name: Core Blog
Theme URI:
Author: blogwp
Author URI:
Description: A perect Blog Theme. Core blog is free, personal, elegent wordpress blog theme. Core blog theme having setting in customizer and can check live change of settings. Core blog having topbar header, social icons, sidebar features and many more features. Core blog is a 100% GPL and minimal WordPress blog theme. Also theme is Gutenberg ready. So it will work fie with the latest version of WordPress. Theme is compatible with all blocks and patterns of WordPress. This theme is developed based on customizer settings. You can see the live changes that you have made in customizer. Core blog also comes with added custom widgets for author, featured posts and social icons. It has top level menu, social icons, slider, promotional banner, sidebar option & Masonary layout many more other features. In addition, it has copyright text, go to the top, footer widgets, blog page options, related posts, sidebar, etc. This theme is lightweight and easy to use theme for travel blog, food blog, technology blog and fashion blog or any type of news website. You can also use this theme for personal blog and blogazine sites too. Furthermore, it comes with demo data to make the site like the demo, detailed documentation including video and text, free support via chat and forum. It is developed by the experts WordPress developers so that you will never look for alternatives after using this theme. Try this awesome and carefully crafted theme today.
Version: 1.0.6
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: core-blog
Tags: blog, news, two-columns, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, editor-style, footer-widgets, theme-options, full-width-template,sticky-post, custom-header, custom-colors, flexible-header, grid-Layout, one-column, three-columns, left-sidebar , post-formats, rtl-language-support, block-styles, wide-blocks, entertainment, featured-image-header

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

core-blog 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/
*/

 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.alignright{}
.alignleft{}
.aligncenter{}

/**
 * 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;
}


.wp-block-image {
	overflow: auto;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,

input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px 35px;
	width: 100%;
	outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.core_blog_container .blog-post p a {
	color: #2ebaae !important;
}

.plr-12 {
	padding-left: 5.5rem !important;
	padding-right: 5.5rem !important;
}

.wp-caption-text a{
	color:#2ebaae !important;
	text-decoration: underline !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

/*sidebar position*/
@media screen and (min-width: 992px) {
	.row.has-left-sidebar [class*="col-"]:first-child {
		order: 2;
	}

	.row.has-left-sidebar [class*="col-"]:last-child {
		order: 1;
	}
}

.row.no-sidebar [class*="col-"] {
	flex-basis: 100%;
	max-width: 100%;
}

.has-left-sidebar .sidebar {
	padding: 0px 40px 15px 0px;
}
/*End sidebar position*/



#header .core-blog-main-navigation {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	height: inherit;
	line-height: inherit;
	margin-left: 1.5em;
	padding-left: 1.5em;
}

@media (max-width: 992px) {

	.core-blog-main-navigation .toggle-button {
		display: block;
		background: none;
		padding: 0 0 0 60px;
		width: auto;
		box-shadow: none;
		left: 30% !important;
		position: relative;
		border: none;
		color: #000;
		text-align: left;
	}
	.core-blog-main-navigation ul.nav-menu li ul.sub-menu > li > .submenu-toggle {
		color:#999999;
	}
}

@media (max-width: 500px) {

	.breadcrumb-trail{
		display: none;
	}

	.core-blog-main-navigation .toggle-button {
		display: block;
		background: none;
		padding: 0 0 0 60px;
		width: auto;
		box-shadow: none;
		left: 0% !important;
		position: relative;
		border: none;
		color: #000;
		text-align: left;
	}

	.core-blog-main-navigation .toggle-button {
		position: relative !important;

	}
	.core-blog-main-navigation ul.nav-menu li ul.sub-menu > li > .submenu-toggle {
		color:#999999;
	}
}

/*.core-blog-main-navigation ul.nav-menu > li > .submenu-toggle {
	top: 27px;
	color: #999999;
}*/



/*.core-blog-main-navigation .nav-menu ul > li > .submenu-toggle {
	top: 22px;
	color: #999999;
}*/

.core-blog-main-navigation ul.nav-menu > li > a {
	text-decoration: none;
	color: #999999;
	font-size: 14px;
}

.core-blog-main-navigation .nav-menu ul > li > a {
   /* padding-top: 20px;
    padding-bottom: 20px;*/
	text-decoration: none;
	color: #999999;
	font-size: 14px;
}

/*======================
MAIN NAVIGATION
======================*/

.site-header {
	padding: 20px 0;
}

.site-header .nav-wrap {
	border-top: 1px solid #f2f2f2;
}

.core-blog-main-navigation .toggle-button {
	display: none;
}

.core-blog-main-navigation {
	position: relative;
	top: 0px;
	margin: auto;
}

.core-blog-main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.core-blog-main-navigation ul li {
	font-size: 0.7778em;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0;
	font-weight: 700;
}

.core-blog-main-navigation ul li a {
	color: #999999;
	padding: 0px 20px;
	display: inline-block;
}

.core-blog-main-navigation ul li a:hover {
	color: #000;
}

.core-blog-main-navigation ul ul li.menu-item-has-children > a {
	padding-right: 30px;
}

.core-blog-main-navigation ul li:hover > a, 
.core-blog-main-navigation ul li.current-menu-item > a, 
.core-blog-main-navigation ul li.current_page_item > a {
	color: #333333;
}

.core-blog-main-navigation ul li:focus > a, 
.core-blog-main-navigation ul li.current-menu-item > a, 
.core-blog-main-navigation ul li.current_page_item > a {
	color: #333333;
}


/*.core-blog-main-navigation ul li.current_page_item a:before{

  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  top: 80%;
  margin-left: 20px;
  left: 0;
  background: #2ebaae;
  transition: transform 0.5s;
  transform: scaleX(1);
  transform-origin: right;
}

.core-blog-main-navigation ul li a:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  top: 80%;
  margin-left: 20px;
  left: 0;
  background: #2ebaae;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

.core-blog-main-navigation ul li a:hover {
  color: #95a5a6;
}
.core-blog-main-navigation ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}*/


@media screen and (min-width: 1373px) {
	.core-blog-main-navigation .primary-menu-list, 
    .core-blog-main-navigation ul ul {
		display: block !important;
	}

	.primary-menu-list .close {
		display: none;
	}

	.core-blog-main-navigation ul li .submenu-toggle, 
    .core-blog-main-navigation ul li .submenu-toggle:focus {
		pointer-events: none;
		outline: none;
	}
}

.core-blog-main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: left;
	width: 230px;
	z-index: 99;
	opacity: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.core-blog-main-navigation ul li:hover > ul, 
.core-blog-main-navigation ul li.focused > ul {
	top: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	clip: unset;
}

.core-blog-main-navigation ul ul ul {
	left: 110%;
	top: 0;
	padding-left: 3px;
}

.core-blog-main-navigation ul ul li:hover > ul, 
.core-blog-main-navigation ul ul li.focused > ul {
	top: 0;
	left: 100%;
}

.core-blog-main-navigation ul.nav-menu li ul:before, 
.core-blog-main-navigation ul.nav-menu li ul:after {
	content: "";
	border-bottom: 8px solid rgba(0,0,0,0.1);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -9px;
	left: 50px;
}

.core-blog-main-navigation .nav-menu ul li ul:before, 
.core-blog-main-navigation .nav-menu ul li ul:after {
	content: "";
	border-bottom: 8px solid rgba(0,0,0,0.1);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -9px;
	left: 20px;
}

.core-blog-main-navigation ul.nav-menu li ul:after {
	border-bottom-color: #2e2e2e;
	top: -7px;
}

.core-blog-main-navigation .nav-menu ul li ul:after {
	border-bottom-color: #2e2e2e;
	top: -7px;
}

.core-blog-main-navigation ul.nav-menu ul ul:before, 
.core-blog-main-navigation ul.nav-menu ul ul:after {
	display: none;
}

.core-blog-main-navigation .nav-menu ul ul ul:before, 
.core-blog-main-navigation .nav-menu ul ul ul:after {
	display: none;
}

.core-blog-main-navigation ul ul li {
	display: block;
	background: #2e2e2e;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 0px;
	width: 230px;
	margin-left: -3px;
}

.core-blog-main-navigation ul ul li a {
	border: 1px solid rgb(255 255 255 / 20%);
	width: 100%;
	color: #fff !important;
	line-height: 2;
}

.core-blog-main-navigation ul ul li:hover > a, 
.core-blog-main-navigation ul ul li.current-menu-item > a, 
.core-blog-main-navigation ul ul li.current_page_item > a {
	color: #2ebaae;
}

.core-blog-main-navigation ul ul li:focus > a, 
.core-blog-main-navigation ul ul li.current-menu-item > a, 
.core-blog-main-navigation ul ul li.current_page_item > a {
	color: #2ebaae;
}

.core-blog-main-navigation ul li .submenu-toggle {
	font-size: 10px;
	position: absolute;
	top: 17px;
	right: 2px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	box-shadow: none;
	line-height: 20px;
	text-align: center;
	background: none;
	color: inherit;
	padding: 0;
	border: none;
}

.core-blog-main-navigation ul ul li .submenu-toggle {
	right: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.core-blog-main-navigation ul li a {
    
	text-decoration: none;
	font-size: 15px;
}

.core-blog-main-navigation ul ul li a {
   
	text-decoration: none;
}

.core-blog-main-navigation ul li .submenu-toggle {
	top: 27px;
	color: #999999;
}

.core-blog-main-navigation ul ul li .submenu-toggle {
	top: 17px;
	color: #999999;
}

@media screen and (max-width: 1372px) {
	
	/*=====================
    MAIN NAVIGATION
    =====================*/

	.core-blog-main-navigation {
		position: relative;
		margin-left: -2%;
		margin-right: -2%;
	}

	.core-blog-main-navigation .toggle-button {
		display: block;
		background: none;
		padding: 0 0 0 60px;
		width: auto;
		box-shadow: none;
		left: 40%;
		position: relative;
		border: none;
		color: #000;
		text-align: left;
	}

	.core-blog-main-navigation .toggle-button:hover {
		color: #2ebaae;
	}

	.core-blog-main-navigation .toggle-button .toggle-bar {
		background: #333;
		height: 3px;
		width: 30px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		margin: auto;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.core-blog-main-navigation .toggle-button .toggle-text + .toggle-bar {
		top: -15px;
	}

	.core-blog-main-navigation .toggle-button .toggle-bar:last-child {
		top: 15px;
	}

	.core-blog-main-navigation .toggle-button:hover .toggle-bar {
		background: #2ebaae;
	}

	.core-blog-main-navigation .close {
		color: inherit;
		position: absolute;
		right: 15px;
		width: 35px;
		border: none;
		top: 46px;
		height: 35px;
		background: #f5f5f5;
		z-index: 9999999;
		cursor: pointer;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.core-blog-main-navigation.menu-toggled .close {
		left: 20px;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
	}

	.core-blog-main-navigation .close:hover {
		background: #2ebaae;
	}

	.core-blog-main-navigation .close::before, 
    .core-blog-main-navigation .close::after {
		content: "";
		background: #2ebaae;
		width: 20px;
		height: 3px;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.core-blog-main-navigation .close::after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.core-blog-main-navigation .close:hover::before, 
    .core-blog-main-navigation .close:hover::after {
		background: #fff;
	}

	.core-blog-main-navigation .primary-menu-list {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 999999;
		overflow: auto;
		padding-top: 80px;
		box-shadow: 0px 30px 40px -15px rgba(0,0,0,0.3);
		text-align: left;
		width: 100%;
		height: 100%;
		overflow: auto;
		display: none;
	}

	.core-blog-main-navigation .mobile-menu {
		width: 100%;
	}

	.core-blog-main-navigation .mobile-menu ul li {
		display: block !important;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.core-blog-main-navigation .mobile-menu ul li ul.sub-menu li {
		width: 100%;
	}

	.core-blog-main-navigation .primary-menu-list ul {
		text-align: left;
	}

	.core-blog-main-navigation ul li {
		display: block;
	}

	.core-blog-main-navigation ul li a {
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.core-blog-main-navigation ul li.menu-item-has-children > a {
		padding-right: 30px;
	}

	.core-blog-main-navigation ul ul {
		display: none;
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		padding-left: 0;
		padding-right: 0;
		background: rgba(0,0,0,0.03);
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.core-blog-main-navigation ul.nav-menu > li > ul::before, 
    .core-blog-main-navigation ul.nav-menu > li > ul::after {
		display: none;
	}

	.core-blog-main-navigation .nav-menu ul > li > ul::before, 
    .core-blog-main-navigation .nav-menu ul > li > ul::after {
		display: none;
	}

	.core-blog-main-navigation ul ul li {
		background: none;
		margin-top: 0;
	}

	.core-blog-main-navigation ul li .submenu-toggle {
		right: 10px;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.core-blog-main-navigation ul ul li .submenu-toggle {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.core-blog-main-navigation ul li.active > .submenu-toggle {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.core-blog-main-navigation ul ul li a {
		border-width: 0 0 1px 0;
		color: #000 !important;
	}

     /*==========================
    STICKY HEADER
    ==========================*/
	.core-blog-main-navigation .toggle-button::before {
		display: none;
	}

	.core-blog-main-navigation ul.nav-menu > li > .submenu-toggle {
		top: 40px;
	}

	.core-blog-main-navigation ul.nav-menu > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

    /*=========================
    HEADER LAYOUT THREE
    =========================*/
    
	.search-wrap {
		flex: initial;
		order: 2;
	}

	.core-blog-main-navigation {
		margin: 0;
		float: right;
	}

	.core-blog-main-navigation .toggle-button::before {
		display: none;
	}

    /*==========================
    HEADER LAYOUT FOUR
    ==========================*/
	.core-blog-main-navigation .toggle-button::before {
		display: none;
	}
}

.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%;
	margin-left: 10px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* 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;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

/*@media screen and (max-width: 480px) {

	html, body {
		min-width: 320px;
	}
}*/

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background-color: #f4f4f4;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

/* Type */

body, input, select, textarea {
	color: #646464;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 400;
	line-height: 1.75;
}

@media screen and (max-width: 1680px) {

	body, input, select, textarea {
		font-size: 12pt;
	}
}

@media screen and (max-width: 1280px) {

	body, input, select, textarea {
		font-size: 12pt;
	}
}

@media screen and (max-width: 980px) {

	body, input, select, textarea {
		font-size: 12pt;
	}
}

@media screen and (max-width: 736px) {

	body, input, select, textarea {
		font-size: 12pt;
	}
}

@media screen and (max-width: 480px) {

	body, input, select, textarea {
		font-size: 12pt;
	}
}

a {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	color: inherit !important;
	text-decoration: none;
}

a:before {
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

#wrapper a:hover {
	color: #2ebaae !important;
}

#wrapper a:focus {
	color: #2ebaae !important;
	text-decoration: underline !important;
}

.footer-section a:hover {
	color: #2ebaae !important;
}

.footer-section a:focus {
	color: #2ebaae !important;
	text-decoration: underline !important;
}

a:hover:before {
	color: #2ebaae !important;
}

strong, b {
	color: #3c3b3b;
	font-weight: 700;
}

em, i {
	font-style: italic;
}

p {
	margin-bottom: 2rem !important;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
	color: #3c3b3b;
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight: 800 !important;
	letter-spacing: 0.10em;
	line-height: 2 !important;
	margin: 0 0 0em 0;
	text-transform: capitalize;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	border-bottom: 0;
	text-decoration: none;

	text-transform: capitalize;
}

.entry-title {
	font-size: 1.5em !important;
}

.widget-title {
	font-size: 1.1em !important;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 0.9em;
}

h4 {
	font-size: 0.7em;
}

h5 {
	font-size: 0.7em;
}

h6 {
	font-size: 0.7em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px rgba(160, 160, 160, 0.3);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(160, 160, 160, 0.075);
	border: solid 1px rgba(160, 160, 160, 0.3);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

.comments-area .comments-title {
	font-size: 30px;
	margin-bottom: 30px;
}

.comments-area .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments-area .comment-list .children {
	list-style: none;
}

.comments-area .comment-list .comment-body {
	position: relative;
	background-color: #fff;
	padding: 30px;
	padding-left: 110px;
	margin-bottom: 30px;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.comments-area .children .comment-body {
	position: relative;
	background-color: #fff;
	padding: 30px;
	padding-left: 110px;
	margin-bottom: 30px;
	margin-left: 40px;
}

.comments-area .comment-list li:last-child {
	margin-bottom: 0;
}

.comments-area .comment-content a {
	color: #2ebaae !important;
	text-decoration: underline;
}

.comments-area .comment-list li img {
	border-radius: 50%;
	position: absolute;
	box-shadow: 0 0 15px rgb(0 0 0 / 15%);
	max-width: 107px;
	top: 55px;
	height: 70px;
	width: 70px;
	left: 0px;
}

.comments-area .comment-author {
	margin-bottom: 10px;
}

.comments-area .comment-author .fn a {
	color: #000;
	text-transform: capitalize;
	font-size: 20px;
}

.comments-area .comment-metadata {
	margin-bottom: 10px;
}

.comments-area .comment-metadata a {
	text-decoration: none;
}

.comments-area .comment-metadata a:hover {
	color: #2ebaae;
	text-decoration: underline;
}

.comments-area .comment-metadata a:focus {
	text-decoration: underline;
	color: #2ebaae;
}

.comment-author {
	display: block !important;
}

.comments-area .comment-metadata a time {
	color: #838383;
	margin-bottom: 10px;
}

.comments-area .comment-metadata .edit-link a {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #2ebaae;
	font-weight: 700;
	transition: all 0.3s;
}

.comments-area .reply a {
	color: #2ebaae;
	font-weight: 700;
	transition: all 0.3s;
}

.says {
	display: none;
}

.comments-area .comment-content p {
	color: #838383;
}

.blog-dtls-content .comments-wrap ul li a {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #e41414;
	font-weight: 700;
	transition: all 0.3s;
}

.blog-dtls-content .comments-wrap ul li a:hover {
	color: #2ebaae;
	font-weight: bold;
}

.blog-dtls-content .comments-wrap ul li.ml-30 {
	margin-left: 30px;
}

.blog-dtls-content .comment-blog .contact-wrap {
	margin-top: 20px;
}

.blog-dtls-side {
	margin-bottom: 30px;
}

.blog-dtls-side .profile-side {
	padding: 30px;
	margin-bottom: 35px;
	background-color: #1f1f1f;
	text-align: center;
}

.blog-dtls-side .profile-side img {
	margin-bottom: 20px;
}

.blog-dtls-side .profile-side h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
}

.blog-dtls-side .profile-side p {
	color: #fff;
	margin-bottom: 20px;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.textwidget a {
	padding-left: 20px;
}


/* Author */

.vcard {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: -moz-flex-end;
	-webkit-justify-content: -webkit-flex-end;
	-ms-justify-content: -ms-flex-end;
	justify-content: flex-end;
	border-bottom: 0;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	text-transform: capitalize;
	white-space: nowrap;
}

.vcard img {
	border-radius: 50%;
	display: block;
	width: 4em;
	margin-left: 20px;
}


/* Blurb */

.blurb h2 {
	font-size: 0.8em;
	margin: 0 0 1.5em 0;
}

.blurb h3 {
	font-size: 0.7em;
}

.blurb p {
	font-size: 0.9em;
}

/* Box */

.box {
	border: solid 1px rgba(160, 160, 160, 0.3);
	margin-bottom: 2em;
	padding: 1.5em;
}

.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Button */

input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	background-color: transparent;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
	color: #3c3b3b;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 800;
	height: 4.8125em;
	letter-spacing: 0.25em;
	line-height: 4.8125em;
	padding: 0 3em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,

		button:hover,
		.button:hover {
	box-shadow: inset 0 0 0 1px #2ebaae;
	color: #2ebaae !important;
}

input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
	background-color: rgba(46, 186, 174, 0.05);
}

input[type="submit"]:before, input[type="submit"]:after,
		input[type="reset"]:before,
		input[type="reset"]:after,
		input[type="button"]:before,
		input[type="button"]:after,
		button:before,
		button:after,
		.button:before,
		.button:after {
	color: #aaaaaa;
	position: relative;
}

input[type="submit"]:before,
		input[type="reset"]:before,
		input[type="button"]:before,
		button:before,
		.button:before {
	left: -1em;
	padding: 0 0 0 0.75em;
}

input[type="submit"]:after,
		input[type="reset"]:after,
		input[type="button"]:after,
		button:after,
		.button:after {
	left: 1em;
	padding: 0 0.75em 0 0;
}

input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
	width: 100%;
}

input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
	font-size: 0.7em;
	padding: 0 3em;
}

input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
	font-size: 0.5em;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
	pointer-events: none;
	color: rgba(160, 160, 160, 0.3) !important;
}

input[type="submit"].disabled:before, input[type="submit"]:disabled:before,
			input[type="reset"].disabled:before,
			input[type="reset"]:disabled:before,
			input[type="button"].disabled:before,
			input[type="button"]:disabled:before,
			button.disabled:before,
			button:disabled:before,
			.button.disabled:before,
			.button:disabled:before {
	color: rgba(160, 160, 160, 0.3) !important;
}

/* Form */

.modal form {
	margin: 0 0 2em 0;
}

.modal form.search-form {
	text-decoration: none;
	position: relative;
}

.modal form.search-form:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.modal form.search-form:before {
	color: #aaaaaa;
	content: '\f002';
	display: block;
	height: 2.75em;
	left: 0;
	line-height: 2.75em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.5em;
}

.modal form.search-form > input:first-child {
	padding-left: 2.5em;
}

/*sidebar search form*/


#sidebar .widget ul li {
	list-style: none;
}

#sidebar form {
	margin: 0 0 2em 0;
}

#sidebar  form.wp-block-search {
	text-decoration: none;
	position: relative;
}

#sidebar form.wp-block-search:before,.footer-section form.wp-block-search:before,.modal-body form.wp-block-search:before,.widget_search .search-form:before{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#sidebar form.wp-block-search:before,.footer-section form.wp-block-search:before,.modal-body form.wp-block-search:before,.widget_search .search-form:before{
	color: #aaaaaa;
	content: '\f002';
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	position: absolute;
	text-align: center;
	width: 2.5em;
}

.blog-post .no-results .search-form:before{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.blog-post .no-results .search-form:before{
	color: #aaaaaa;
	content: '\f002';
	display: block;
	height: 2.75em;
	
	line-height: 2.75em;
	position: absolute;
	text-align: center;
	
	width: 2.5em;
}


#sidebar  form.wp-block-search > input:first-child {
	padding-left: 2.5em;
}

label {
	color: #3c3b3b;
	display: block;
	font-size: 0.9em;
	width: 100%;
	font-weight: 700;
	/*margin: 0 0 1em 0;*/
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(160, 160, 160, 0.075);
	border: none;
	border: solid 1px rgba(160, 160, 160, 0.3);
	border-radius: 0;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		select:focus,
		textarea:focus {
	border-color: #2ebaae;
	box-shadow: inset 0 0 0 1px #2ebaae;
}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.select-wrapper:before {
	color: rgba(160, 160, 160, 0.3);
	content: '\f078';
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
}

.select-wrapper select::-ms-expand {
	display: none;
}

select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(160, 160, 160, 0.3)' /%3E%3C/svg%3E");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	height: 2.75em;
	padding-right: 2.75em;
	text-overflow: ellipsis;
}

select option {
	color: #3c3b3b;
	background: #ffffff;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
	height: 2.75em !important;
}

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"],
	input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"] + label,
		input[type="radio"] + label {
	text-decoration: none;
	color: #646464;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
	background: rgba(160, 160, 160, 0.075);
	border: solid 1px rgba(160, 160, 160, 0.3);
	content: '';
	display: inline-block;
	font-size: 0.8em;
	height: 2.0625em;
	left: 0;
	line-height: 2.0625em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.0625em;
}

input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
	background: #3c3b3b;
	border-color: #3c3b3b;
	color: #ffffff;
	content: '\f00c';
}

input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
	border-color: #2ebaae;
	box-shadow: 0 0 0 1px #2ebaae;
}

input[type="radio"] + label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: #aaaaaa !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: #aaaaaa !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: #aaaaaa !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: #aaaaaa !important;
	opacity: 1.0;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon > .label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

.icon.suffix:before {
	float: right;
}

/* Image */

.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	display: block;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left img, .image.right img {
	width: 100%;
}

.image.left {
	float: left;
	padding: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	padding: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

.image.featured {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.featured img {
	width: 100%;
}

@media screen and (max-width: 736px) {

	.image.featured {
		margin: 0 0 1.5em 0;
	}
}

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
}

/*ul li {
	padding-left: 0.5em;
}*/

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px rgba(160, 160, 160, 0.3);
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: 700;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}

/* Actions */

.posts-navigation {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	padding-left: 0;
}


ul.actions li {
	list-style: none;
}

.posts-navigation .nav-links {
	padding: 0 0 0 0em;
	vertical-align: middle;
}

.posts-navigation .nav-links .nav-previous a,.posts-navigation .nav-links .nav-next a {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	-webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	background-color: transparent;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
	color: #3c3b3b !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 800;
	height: 4.8125em;
	letter-spacing: 0.25em;
	line-height: 4.8125em;
	padding: 0 3em;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	white-space: nowrap;
}

.posts-navigation .nav-links .nav-previous a:hover,.posts-navigation .nav-links .nav-next a:hover {
	box-shadow: inset 0 0 0 1px #2ebaae;
	color: #2ebaae !important;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li > * {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 480px) {

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li > * {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5em;
	}
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li > * {
	border: 0;
}

ul.icons li > * .label {
	display: none;
}

/* Posts */

ul.posts {
	list-style: none;
	padding: 0;
}

ul.posts li {
	border-top: dotted 1px rgba(160, 160, 160, 0.3);
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 0;
}

ul.posts li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

ul.posts article {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: -moz-flex-start;
	-webkit-align-items: -webkit-flex-start;
	-ms-align-items: -ms-flex-start;
	align-items: flex-start;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

ul.posts article .image {
	display: block;
	margin-right: 1.5em;
	min-width: 4em;
	width: 4em;
}

ul.posts article .image img {
	width: 100%;
}

ul.posts article header {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex: 1;
}

ul.posts article header h3 {
	font-size: 0.7em;
	margin-top: 0.125em;
}

ul.posts article header .published {
	display: block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	margin: -0.625em 0 1.7em 0;
	text-transform: capitalize;
}

ul.posts article header > :last-child {
	margin-bottom: 0;
}

/* Mini Post */

.mini-post {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background: #ffffff;
	border: solid 1px rgba(160, 160, 160, 0.3);
	margin: 0 0 2em 0;
}

.mini-post .image {
	overflow: hidden;
	width: 100%;
}

.mini-post .image img {
	-moz-transition: -moz-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 100%;
}

.mini-post .image:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.mini-post header {
	padding: 1.25em 2.25em 0.1em 1.25em;
	min-height: 4em;
	position: relative;
	-moz-flex-grow: 1;
	text-align: left;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.mini-post header h3 {
	font-size: 0.7em !important;
}

.mini-post header h3 a {
	word-wrap: break-word;
}

.mini-post header .published {
	display: block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	margin: -0.625em 0 1.7em 0;
	text-transform: capitalize;
}

.mini-post header .avatar {
	position: absolute;
	right: 0.5em;
	height: 40px;
	width: 40px;
	border-radius: 40px;
	top: 1.5em;
}

.mini-posts {
	margin: 0 0 2em 0;
}

.single-widget_style_2 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(131 131 131 / 0.2);
}

.single-widget_style_2:last-child {
	border: none;
}

.single-widget_style_2 .post-image {
	margin-right: 15px;
}

.single-widget_style_2 .post-image img {
	margin: 15px 0;
	height: auto;
	max-width: 100px;
}

.single-widget_style_2 .post-description {
	padding-top: 11px;
}

.single-widget_style_2 .post-description ul {
	padding-left: 0;
}

.single-widget_style_2 .post-description ul li.category {
	font-size: 14px;
	float: left;
	padding: 2px 7px;
	background-color: #ef4620;
	color: #fff;
}

.single-widget_style_2 .post-description ul li.dates {
	font-size: 14px;
	float: right;
}

.single-widget_style_2 .post-description .post-title h5 {
	font-size: 15px;
	margin: 0;
}

.single-widget_style_2 .post-description .post-title h5 a {
	display: block;
	word-break: break-all;
	letter-spacing: 1px;
	transition: all 0.5s;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 0.7rem;
}

.single-widget_style_2 .post-description .post-title h5 a:hover {
	color: #ef4620;
}

.single-widget_style_2 .post-description ul li {
	display: inline-block;
}

.single-widget_style_2 .post-description ul li.date {
	position: relative;
	letter-spacing: 1px;
	font-size: 14px;
	color: #838383;
}


/*style 3*/

.single-widget_style_3 {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(131 131 131 / 0.2);
}

.single-widget_style_3:last-child {
	border: none;
}

.single-widget_style_3 .post-image {
	margin-right: 15px;
}

.single-widget_style_3 .post-image img {
	margin: 15px 0;
	height: 100px;
	max-width: 100px;
	border-radius: 50%;
}

.single-widget_style_3 .post-description {
	padding-top: 11px;
}

.single-widget_style_3 .post-description ul {
	padding-left: 0;
}

.single-widget_style_3 .post-description ul li.category {
	font-size: 14px;
	float: left;
	padding: 2px 7px;
	background-color: #ef4620;
	color: #fff;
}

.single-widget_style_3 .post-description ul li.dates {
	font-size: 14px;
	float: right;
}

.single-widget_style_3 .post-description .post-title h5 {
	font-size: 15px;
	margin: 0;
}

.single-widget_style_3 .post-description .post-title h5 a {
	display: block;
	letter-spacing: 1px;
	transition: all 0.5s;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 0.7rem;
	word-break: break-all;
}

.single-widget_style_3 .post-description .post-title h5 a:hover {
	color: #ef4620;
}

.single-widget_style_3 .post-description ul li {
	display: inline-block;
}

.single-widget_style_3 .post-description ul li.date {
	position: relative;
	letter-spacing: 1px;
	font-size: 14px;
	color: #838383;
}

@media screen and (max-width: 1280px) {

	.mini-posts {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% + 2em);
	}

	.mini-posts > * {
		margin: 2em 2em 0 0;
		width: calc(50% - 2em);
	}

	.mini-posts > :nth-child(-n + 2) {
		margin-top: 0;
	}

	/*#main {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-ms-flex: 1;
		width: 100% !important;
	}*/
}

@media screen and (max-width: 480px) {

	.mini-posts {
		display: block;
		width: 100%;
	}

	.mini-posts > * {
		margin: 0 0 2em 0;
		width: 100%;
	}
}

.menu-close {
	position: absolute;
	right: 25px;
	top: 10px;
}

.menu-close i {
	font-size: 21px;
	width: 45px;
	height: 45px;
	color: #fff;
	line-height: 45px;
	background: #2ebaae;
	text-align: center;
	border-radius: 50px;
	transition: .3s;
	cursor: pointer;
}

/*--------------------------------------------------------------
#  Breadcrumb List
--------------------------------------------------------------*/
/*.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trail-items li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.trail-items li a {
	color: rgba(255, 255, 255, 0.60);
}
.trail-items li a:hover,
.trail-items li a:focus {
	color: #fff;
}
.trail-items li:not(:last-child):after {
	content: ">";
    color: rgba(255, 255, 255, 0.60);
    padding-left: 4px;
    padding-right: 2px;
}*/

.trail-items { 
  list-style: none; 
  overflow: hidden; 
  font: 18px Helvetica, Arial, Sans-Serif;
  margin-bottom: 40px;
  padding: 0;
}
.trail-items li { 
  float: left; 
}
.trail-items li a {
  color: white !important;
  text-decoration: none; 
  padding: 10px 0 10px 55px;
  
  background:#2eaabe; 
  position: relative; 
  display: block;
  float: left;
}

.trail-items .trail-end span{
  color: #000;
  text-decoration: none; 
  padding: 10px 0 10px 55px;
  background: transparent; 
  position: relative; 
  display: block;
  font-weight: 700;
  float: left;
}

.trail-items li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsl(188deg 61% 46%);
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}	
.trail-items li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}	
.trail-items li:first-child a {
  padding-left: 10px;
}
/*.trail-items li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.trail-items li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.trail-items li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.trail-items li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.trail-items li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.trail-items li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.trail-items li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.trail-items li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }*/
/*.trail-items .trail-end span {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}*/
.trail-items li.trail-end:last-child a:after { border: 0; }
.trail-items li a:hover { background: hsl(188deg 71% 26%); }
.trail-items li a:hover:after { border-left-color: hsl(188deg 71% 26%) !important; }

.trail-browse{
	display: none;
}

/* Post */

.post {
	padding: 3em 3em 2em 3em;
	background: #ffffff;
	border: solid 1px rgba(160, 160, 160, 0.3);
	margin: 0 0 3em 0;
	position: relative;
}

.post ul li {
	margin-bottom: 20px;
}

.post ul li a{
	color: #2ebaae;
}

.post > header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
	left: -3em;
	margin: -3em 0 3em 0;
	position: relative;
	width: calc(100% + 6em);
}

.post  header .title_404 {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex: 1;
	padding: 3.75em 3em 3.3em 3em;
	text-align: center;
}

.post  header .title_404 h2 {
	font-size: 5rem;
}

.post .errorpage {
	text-align: center;
	padding: 3.75em 3em 3.3em 3em;
}

.post .errorpage .button_404 {
	background: #000;
	padding: 10px 15px;
	color: #fff !important;
	border-radius: 5px;
}

.post > header .title {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex: 1;
	padding: 3.75em 3em 3.3em 3em;
}

.post > header .title h1 {
	font-weight: 900;
	font-size: 1.5em;
}

.post > header .title > :last-child {
	margin-bottom: 0;
}

.blog-post .post > header .meta {
	padding: 1.75em 5em 1.75em 3em;
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	min-width: 17em;
	text-align: right;
	width: auto;
}

@media screen and (max-width: 768px){
	.blog-post .post > header .meta {
		border-left: none !important;
	}
}

.blog-single-post .post > header .meta {
	padding: 3.75em 5em 1.75em 3em;
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	min-width: 17em;
	text-align: right;
	width: auto;
}

.post > header .meta .posted-on {
	visibility: hidden;
}

.post > header .meta .posted-on  a{
	text-decoration: none;
}

.post > header .meta .byline a{
	text-decoration: none;
}

.post > header .meta .byline {
	visibility: hidden;
}

.post > header .meta .posted-on time{
	visibility: visible;
}

.post > header .meta .byline span {
	visibility: visible;
}

.post > header .meta > * {
	margin: 0 0 1em 0;
}

.post > header .meta > :last-child {
	margin-bottom: 0;
}

.post > header .meta .posted-on time {
	color: #3c3b3b;
	display: block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 800;
	letter-spacing: 0.25em;
	margin-top: 0.5em;
	text-transform: capitalize;	
	white-space: nowrap;
}

.post > .image.featured {
	overflow: hidden;
}

.post img {
	-moz-transition: -moz-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.post img:hover{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

@media screen and (max-width: 768px) {

	.post > footer {
		display: block !important;
	}
}

.post > footer {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.post > footer .actions {
	padding-left: 0rem !important;
}

.post > footer .actions {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.post > footer .stats {
	cursor: default;
	list-style: none;
	padding: 0;
}

.post > footer .stats .cat-links {
	font-weight: 800;
	color: #000;
}
.post > footer .stats .cat-links a {
	color:#646464 !important;
	font-weight: 400;
	text-decoration: none;
}

.post .title .stats .cat-links {
	font-weight: 800;
	color: #000;
}
.post .title .stats .cat-links a {
	color:#646464 !important;
	font-weight: 400;
	text-decoration: none;
}

.post > footer .stats .cat-links {
	line-height: 2;
	padding-left: 40px;
}

.post .title .stats .cat-links {
	line-height: 2;
	padding-left: 40px;
}

.tags-links {
	display: none;
}
.post .edit-link{
	display: none;
}

.post > footer .stats .cat-links a {
	visibility: visible;
}

.post .title > footer .stats li {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	display: inline-block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1;
	margin: 0 0 0 2em;
	padding: 0 0 0 2em;
	text-transform: capitalize;
}

.post .title > footer .stats{
	padding-left: 0rem !important;
}

.post .title > footer .stats li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

.post .title > footer .stats li .icon {
	border-bottom: 0;
}

.post .title > footer .stats li .icon:before {
	color: rgba(160, 160, 160, 0.3);
	margin-right: 0.75em;
}

.post > footer .stats li {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	display: inline-block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1;
	margin: 0 0 0 2em;
	padding: 0 0 0 2em;
	text-transform: capitalize;
}

.post > footer .stats li:first-child {
	border-left: 0;
	margin-left: 0;
}

.post > footer .stats li .icon {
	border-bottom: 0;
}


.post > footer .stats li.comments-link a{
	text-decoration: none;
}

.post > footer .stats li .icon:before {
	color: rgba(160, 160, 160, 0.3);
	margin-right: 0.75em;
}



/* Go to top btn css start*/

#myBtn:focus {
	outline: 2px dotted #fff;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #2ebaae;
	color: #fff !important;
	cursor: pointer;
	height: 45px;
	width: 45px;
	text-align: center;
	padding: 8px 15px;
	border-radius: 0px;
	font-size: 21px;
	transition: all 0.5s;
}

#myBtn:hover {
	background-color: #000;
	border-radius: 10px;
}

@media screen and (max-width: 980px) {

	.vcard {
		margin-top: 0px !important;
	}

	.fn {
		margin-left: 20px;
	}

	.post {
		border-left: 0;
		border-right: 0;
	}

	.post > header {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 3.75em 3em 1.25em 3em;
		border-left: 0;
	}

	.post > header .title {
		-ms-flex: 0 1 auto;
		margin: 0 0 2em 0;
		padding: 0;
		text-align: center;
	}

	.post > header .meta {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		border-left: 0;
		margin: 0 0 2em 0;
		padding-top: 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}

	.post > header .meta > * {
		border-left: solid 1px rgba(160, 160, 160, 0.3);
		margin-left: 2em;
		padding-left: 2em;
	}

	.post > header .meta > :first-child {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

	.post > header .meta .published {
		margin-bottom: 0;
		margin-top: 0;
	}

	.post > header .meta .author {
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 0;
	}

	.post > header .meta .author .name {
		margin: 0 0 0 1.5em;
	}

	.post > header .meta .author img {
		width: 3.5em;
	}
}

@media screen and (max-width: 736px) {

	.post {
		padding: 1.5em 1.5em 0.1em 1.5em;
		left: -1.5em;
		margin: 0 0 2em 0;
		width: calc(100% + (1.5em * 2));
	}

	.post > header {
		padding: 3em 1.5em 0.5em 1.5em;
		left: -1.5em;
		margin: -1.5em 0 1.5em 0;
		width: calc(100% + 3em);
	}

	.post > header .title h2 {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {

	.post > header .meta {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.post > header .meta > * {
		border-left: 0;
		margin: 1em 0 0 0;
		padding-left: 0;
	}

	.post > header .meta .author .name {
		display: none;
	}

	.post > .image.featured {
		margin-left: -1.5em;
		margin-top: calc(-1.5em - 1px);
		width: calc(100% + 3em);
	}

	.post > footer {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		-moz-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.post > footer .stats {
		text-align: center;
	}

	.post > footer .stats li {
		margin: 0 0 0 1.25em;
		padding: 0 0 0 1.25em;
	}
}

/* Section/Article */

section.special, article.special {
	text-align: center;
}

#wrapper p {
	color: #646464;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 400;
	line-height: 1.75;
}

#wrapper ul li {
	color: #646464;
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(160, 160, 160, 0.3);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(160, 160, 160, 0.075);
}

table td {
	padding: 0.75em 0.75em;

}

table td a{
	color: #2ebaae !important;
}

table td#today {
	color: #2ebaae;
}

table th {
	color: #3c3b3b;
	font-size: 0.9em;
	font-weight: 700;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 2px rgba(160, 160, 160, 0.3);
}

table tfoot {
	border-top: solid 2px rgba(160, 160, 160, 0.3);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(160, 160, 160, 0.3);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Header */

body {
	padding-top: 3.5em;
}

.core-blog-header {
	margin-top: 32px;
}
.core-blog-customizer{
	margin-top: 0;
}


.wp-block-search__label,.wp-block-search__button{
	display: none;
}



.footer-section {
	background: #eee;
	padding-top: 50px;
	padding-bottom: 50px;
}

#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background-color: #ffffff;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
	height: auto;
	left: 0;
	align-items: center;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

#header .custom-logo-link {
	height: auto;
	width: 100%;
	margin: auto;
}

#header a {
	color: inherit;
	text-decoration: none;
}

#header ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#header ul li {
	display: inline-block;
	padding-left: 0;
}

#header .title_desc {
	height: inherit;
	padding: 0 0 0 1.5em;
	white-space: nowrap;
}

#header .site-description {
	margin-bottom: 0 !important;
	text-align: center;
	margin-top: -25px;
	font-size: 14px;
	line-height: 3;
	padding-bottom: 10px;
}

#header .site-title a {
	font-size: 0.5em;
}

#header .core-blog-main-navigation {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
}

#header .core-blog-main-navigation > ul > li {
}

#header .core-blog-main-navigation ul li a {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
}

#header .core-blog-main-navigation ul li:first-child a {
	border-left: 0;
}

#header .core-blog-main-navigation ul li {
	line-height: 1;
	margin-left: 0em;
	padding-left: 1em;
	padding-bottom: 30px;
	padding-top: 30px;
}

#header .core-blog-main-navigation ul li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#header .core-blog-main-navigation ul li a {
	border-bottom: 0;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.25em;
	text-transform: capitalize;
}

#header .core-blog-main-navigation ul li ul.sub-menu li a,#header .core-blog-main-navigation ul li ul.children li a{
	padding: 16px 20px;
	text-transform: capitalize;
}

#header .core-blog-main-navigation ul li ul.sub-menu li,#header .core-blog-main-navigation ul li ul.children li {
	padding-left: 0rem;
	padding-left: 0rem;
	padding-bottom: 0;
	padding-top: 0;
}

#header .main {
	height: inherit;
	line-height: inherit;
	text-align: right;
}

#header .main ul {
	height: inherit;
	line-height: inherit;
}

#header .main ul li {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	height: inherit;
	line-height: 4;
	margin-top: 6px;
	white-space: nowrap;
}

#header .main ul li > * {
	display: block;
	float: left;
}

#header .main ul li > a {
	text-decoration: none;
	border-bottom: 0;
	color: #aaaaaa;
	overflow: hidden;
	position: relative;
	text-indent: 4em;
	width: 4em;
}

#header .main ul li > a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#header .main ul li > a:before {
	display: block;
	height: inherit;
	left: 0;
	line-height: inherit;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 0;
	width: inherit;
}

#header form {
	margin: 0;
}

#header form input {
	display: inline-block;
	height: 2.5em;
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.search-submit{
	display: none !important;
}

#header #search {
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}

#header #search input {
	width: 12em;
}

#header #search.visible {
	max-width: 12.5em;
	opacity: 1;
	padding: 0 0.5em 0 0;
}

@media screen and (max-width: 980px) {

	#header .links {
		display: none;
	}
}

@media screen and (max-width: 736px) {

	#header {
		height: auto;
	}

	#header h1 {
		padding: 0 0 0 1em;
	}

	#header .main .search {
		display: none;
	}

	#header .main .menu {
		display: none;
	}
}

/* Wrapper */

#wrapper {
	padding: 5.5em;
}

body.is-menu-visible #wrapper {
	opacity: 0.15;
}

@media screen and (max-width: 1680px) {

	#wrapper {
		padding: 5em;
	}
}

@media screen and (max-width: 1280px) {

	#wrapper {
		display: block;
	}
}

@media screen and (max-width: 736px) {

	#wrapper {
		padding: 1.5em;
	}
}

body.single #wrapper {
	display: block;
}


/* Sidebar */

#sidebar a{
	text-decoration: none;
}

#sidebar {
	margin-right: 3em;
	min-width: 28em;
	width: 28em;
	padding-left: 3rem;
}

#sidebar > * {
	border-top: solid 1px rgba(160, 160, 160, 0.3);
	margin: 3em 0 0 0;
	padding: 3em 0 0 0;
}

#sidebar > :first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

@media screen and (max-width: 1280px) {

	#sidebar {
		margin: 0em 0 0 0;
		min-width: 0;
		padding: 0em 0 0 0;
		width: 100%;
		overflow-x: hidden;
	}
}

/* Intro */

#intro .logo {
	border-bottom: 0;
	display: inline-block;
	margin: 0 0 1em 0;
	overflow: hidden;
	position: relative;
	width: 4em;
}

#intro .logo:before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='none' zoomAndPan='disable'%3E%3Cpolygon points='0,0 100,0 100,25 50,0 0,25' style='fill:%23f4f4f4' /%3E%3Cpolygon points='0,100 100,100 100,75 50,100 0,75' style='fill:%23f4f4f4' /%3E%3C/svg%3E");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#intro .logo img {
	display: block;
	margin-left: -0.25em;
	width: 4.5em;
}

#intro header h2 {
	font-size: 2em;
	font-weight: 900;
}

#intro header p {
	font-size: 0.8em;
}

@media screen and (max-width: 1280px) {

	#intro {
		margin: 0 0 3em 0;
		text-align: center;
	}

	#intro header h2 {
		font-size: 2em;
	}

	#intro header p {
		font-size: 0.7em;
	}
}

@media screen and (max-width: 736px) {

	#intro {
		margin: 0 0 1.5em 0;
		padding: 1.25em 0;
	}

	#intro > :last-child {
		margin-bottom: 0;
	}

	#intro .logo {
		margin: 0 0 0.5em 0;
	}

	#intro header h2 {
		font-size: 1.25em;
	}

	#intro header > :last-child {
		margin-bottom: 0;
	}
}

/* Footer */

.footer {
	background: #000;
	padding: 20px 0;
}

.footer .icons {
	color: #aaaaaa;
}

.footer .copyright {
	color: #aaaaaa;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 0 !important;
	letter-spacing: 0.25em;
	text-transform: capitalize;
}

body .footer {
	text-align: center;
}

.modal{
	z-index: 10002 !important;
}


.modal-content {
	border: none !important;
	border-radius:0 !important;
}

.modal-header .close {
	background: #106b63;
	color: #fff !important;
	width: 50px;
	height: 50px;
	text-decoration: none;
	font-size: 45px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}

.modal-header .close:hover,.modal-header .close:focus {
	color: #fff !important;
}

.modal .modal-dialog {
	-moz-transform: translateX(25em);
	-webkit-transform: translateX(25em);
	-ms-transform: translateX(25em);
	transform: translateX(25em);
	-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
	-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
	-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
	transition: transform 0.5s ease, visibility 0.5s;
	-webkit-overflow-scrolling: touch;
	background: #ffffff;
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	box-shadow: none;
	height: 100%;
	max-width: 80%;
	overflow-y: hidden;
	position: fixed;
	top: 0;
	width: 25em;
	z-index: 10002;
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right .modal-body ul li {
	line-height: 2;
}

.modal.right .modal-body a{
 text-decoration: none;
}



.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}


.modal .modal-body > .widget {
	border-top: solid 1px rgba(160, 160, 160, 0.3);
}

.modal .widget ul li {
	list-style: none;
}

.modal > * > :last-child {
	margin-bottom: 0;
}

.modal .modal-body > :first-child {
	border-top: 0;
}

.modal .widget_recent_entries ul {
	list-style: none;
	padding: 0;
}

.modal .widget_recent_entries ul > li {
	border: 0;
	border-top: dotted 1px rgba(160, 160, 160, 0.3);
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 0;
}

.modal .widget_recent_entries ul > li a {
	display: block;
	border-bottom: 0;
}

.modal .widget_recent_entries ul > li a {
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
	font-weight: 800;
	font-size: 0.7em;
}

.modal .widget_recent_entries ul > li .post-date {
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: capitalize;
}

.modal .widget_recent_entries ul > li:hover a {
	color: #2ebaae;
}

.modal .widget_recent_entries ul > li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.modal .widget_tag_cloud .tagcloud .tag-cloud-link {
	padding: 10px 20px;
	line-height: 44px;
	font-weight: 600;
	font-size: 15px !important;
	background: #eee;
	letter-spacing: 1px;
	transition: all 0.3s;
	color: #000;
}

.widget_tag_cloud .wp-block-tag-cloud .tag-cloud-link{
	padding: 10px 20px;
	line-height: 44px;
	font-weight: 600;
	font-size: 15px !important;
	background: #fff;
	letter-spacing: 1px;
	transition: all 0.3s;
	color: #000;
}
.widget_tag_cloud .tagcloud .tag-cloud-link{
	background: #f4f4f4;	
}

.widget_block .wp-block-group .wp-block-tag-cloud .tag-cloud-link {
	padding: 10px 20px;
	line-height: 44px;
	font-weight: 600;
	font-size: 15px !important;
	background: #fff;
	letter-spacing: 1px;
	transition: all 0.3s;
	color: #000;
}

.modal .widget_block .wp-block-group .wp-block-tag-cloud .tag-cloud-link {
	padding: 10px 20px;
	line-height: 44px;
	font-weight: 600;
	font-size: 15px !important;
	background: #f4f4f4;
	letter-spacing: 1px;
	transition: all 0.3s;
	color: #000 !important;
}


#sidebar > .widget {
	border-top: solid 1px rgba(160, 160, 160, 0.3);
}

#sidebar > .widget ul li,.footer-section .widget ul li {
	line-height: 2;
}

#sidebar .widget_recent_comments ul li {
	margin-bottom: 20px;
}

.modal .widget_recent_comments ul li {
	margin-bottom: 20px;
}

#sidebar .widget ul li,.footer-section .widget ul li {
	list-style: none;
}

#sidebar > * > :last-child {
	margin-bottom: 0;
}

#sidebar > :first-child {
	border-top: 0;
}

#sidebar .widget_recent_entries ul {
	list-style: none;
	padding: 0;
}

#sidebar .widget_recent_entries ul > li {
	border: 0;
	border-top: dotted 1px rgba(160, 160, 160, 0.3);
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 0;
}

 .widget_recent_entries ul > li {
	border: 0;
	border-top: dotted 1px rgba(160, 160, 160, 0.3);
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 0;
}

.wp-block-group ul.wp-block-latest-posts > li {
	border: 0;
	border-top: dotted 1px rgba(160, 160, 160, 0.3);
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 0;
}


#sidebar .widget_recent_entries ul > li a {
	display: block;
	border-bottom: 0;
}

#sidebar .widget_recent_entries ul > li a {
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
	font-weight: 800;
	font-size: 0.7em;
}

#sidebar .widget_recent_entries ul > li .post-date {
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: capitalize;
}

#sidebar .widget_recent_entries ul > li:hover a {
	color: #2ebaae;
}

#sidebar .widget_recent_entries ul > li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.wp-block-group ul > li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.modal .widget_categories ul li a:before,.modal .widget_meta ul li a:before,.modal .widget_archive ul li a:before,.modal .widget_nav_menu ul li a:before,.modal .widget_pages ul li a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.modal .widget_categories ul li a:before,.modal .widget_meta ul li a:before,.modal .widget_archive ul li a:before,.modal .widget_nav_menu ul li a:before,.modal .widget_pages ul li a:before {
	content: '\f101';
	position: relative;
	top: 0px;
	right: 8px;
	color: #2ebaae;
	line-height: 18px;
	font-size: 15px;
}

#sidebar .widget_block .wp-block-group .wp-block-categories li a:before,#sidebar .widget_meta ul li a:before,#sidebar .widget_block .wp-block-group .wp-block-archives li a:before,#sidebar .widget_nav_menu ul li a:before,#sidebar .widget_pages ul li a:before,#sidebar .widget_block .wp-block-page-list li a:before{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

#sidebar .widget_block .wp-block-group .wp-block-categories li a:before,#sidebar .widget_meta ul li a:before,#sidebar .widget_block .wp-block-group .wp-block-archives li a:before,#sidebar .widget_nav_menu ul li a:before,#sidebar .widget_block .wp-block-page-list li a:before{
	content: '\f105';
	position: relative;
	top: 0px;
	right: 8px;
	color: #2ebaae;
	line-height: 18px;
	font-size: 15px;
}



.modal-body .wp-block-group .wp-block-categories li a:before,.modal-body .wp-block-group ul li a:before,.modal-body .wp-block-group .wp-block-archives li a:before,.modal-body .widget_nav_menu ul li a:before,.modal-body .widget_pages ul li a:before,.modal-body .widget_block .wp-block-page-list li a:before{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.modal-body .wp-block-group .wp-block-categories  li a:before,.modal-body .widget_meta ul li a:before,.modal-body .wp-block-group .wp-block-archives li a:before,.modal-body .widget_nav_menu ul li a:before,.modal-body .widget_block .wp-block-page-list li a:before{
	content: '\f105';
	position: relative;
	top: 0px;
	right: 8px;
	color: #2ebaae;
	line-height: 18px;
	font-size: 15px;
}


.widget_block .wp-block-group h2{
	font-size: 1.5rem;
	padding-bottom: 20px;
}

.modal .widget_block .wp-block-group h2{
	font-size: 1.5rem;
	padding-bottom: 20px;
	padding-top: 20px;
}




.footer-section a{
	text-decoration: none;
}

.footer-section .widget_categories ul li a:before,.footer-section .widget_meta ul li a:before,.footer-section .widget_archive ul li a:before,.footer-section .widget_nav_menu ul li a:before,.footer-section .widget_pages ul li a:before,.footer-section .widget_block .wp-block-page-list li a:before{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.footer-section .widget_categories ul li a:before,.footer-section .widget_meta ul li a:before,.footer-section .widget_archive ul li a:before,.footer-section .widget_nav_menu ul li a:before,.footer-section .widget_block .wp-block-page-list li a:before{
	content: '\f105';
	position: relative;
	top: 0px;
	right: 8px;
	color: #2ebaae;
	line-height: 18px;
	font-size: 15px;
}

.footer-section .widget_block .wp-block-group .wp-block-categories li a:before,.footer-section .widget_block .wp-block-group .wp-block-archives li a:before{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.footer-section .widget_block .wp-block-group .wp-block-categories li a:before,.footer-section .widget_block .wp-block-group .wp-block-archives li a:before{
	content: '\f105';
	position: relative;
	top: 0px;
	right: 8px;
	color: #2ebaae;
	line-height: 18px;
	font-size: 15px;
}



@media screen and (max-width: 736px) {

	.modal > * {
		padding: 1.5em;
	}
}