/*
Theme Name: Foodior
Theme URI: http://gossipthemes.com/foodior
Author: Gossip Themes
Author URI: http://gossipthemes.com
Description: Personal Food Blog WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foodior
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/

/**** 
CSS Indexing

1. Default CSS
2. Header CSS
3. Navigation CSS
4. Footer CSS
5. Breadcrumb CSS
6. Blog CSS
7. Comments CSS
8. Widgets CSS
9. Contact & Quote Form CSS
10.Preloader CSS
11.Responsive CSS

****/

/******------------------------------
-----------Default CSS------------
------------------------------******/

body {
	font-family: 'Poppins';
	line-height: 1.40;
	font-size: 15px;
	background: #fff;
	color: #5F5F5F;
	font-weight: 400;
	border: 0;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Pathway Extreme', sans-serif;
	color: #000000;
	font-weight: 500;
	letter-spacing: -0.02em;
}

h1 {
	font-size: 36px;
	line-height: 48px;
}

h2 {
	font-size: 28px;
	line-height: 36px;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
}

h5 {
	font-size: 14px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 28px;
}

p {
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1.8;
	color: #555555;
}

p:last-child {
	margin-bottom: 0;
}


/* Global styles
================================================== */

img {
	max-width: 100%;
	height: auto;
}

* {
	margin: 0;
	padding: 0;
}


/* ==================================================
// Global styles
================================================== */

iframe {
	border: none;
}

a:link,
a:visited {
	text-decoration: none;
}

a {
	display: block;
	color: #237280;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.media>.pull-left {
	margin-right: 20px;
}

a:focus {
	outline: 0;
}

img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}

img.pull-right {
	margin-left: 20px;
	margin-bottom: 20px;
}

.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}


/* Dropcap */

.dropcap {
	font-size: 48px;
	line-height: 60px;
	padding: 0 7px;
	display: inline-block;
	float: left;
	font-weight: 400;
	margin: 5px 15px 5px 0;
	position: relative;
	text-transform: uppercase;
}

.clearfix:after {
	display: block;
	width: 100%;
	content: '';
}

body {
	border: 0;
	margin: 0;
	padding: 0;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1280px;
	}
}

/*** Pagination ***/

ul.page-pagination.theme-widget-pagination-wrapp {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.page-pagination.theme-widget-pagination-wrapp li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	min-width: 42px;
}

ul.page-pagination.theme-widget-pagination-wrapp li a,
ul.page-pagination.theme-widget-pagination-wrapp li span {
	color: #fff;
	font-size: 15px;
	background: #0518c5;
	text-align: center;
	height: auto;
	text-align: center;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Global */

.admin-bar .navbar-sticky.sticky {
	margin-top: 30px;
}

.theme-page-content {
	background: #FFFFFF;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}

.wp-caption .wp-caption-text {
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	text-align: center;
	padding: 12px 0 0;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}


/* Gallery item */

.gallery {
	margin: 30px -1.1666667% 0;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
	font-weight: 400;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* WP core style */

.alignnone {
	display: block;
	margin-bottom: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 15px auto 15px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.alignnone {
	margin: 15px auto 10px;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-caption .wp-caption-text a {
	text-decoration: underline;
	display: inline-block;
}

.wp-caption .wp-caption-text a {
	color: #237280;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	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: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.screen-reader-text {
	display: none;
}

.gallery-caption {
	z-index: 100000;
}

.bypostauthor {
	z-index: 100000;
}

@media screen and (min-width: 30em) {

	/* Gallery Columns */
	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}


/* Theme check */

code {
	overflow: auto;
	max-width: 100%;
	padding: 0 1em;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	display: inline-block;
	vertical-align: middle;
	word-wrap: break-word;
	color: #237280;
}

a code {
	color: #237280;
}

p {
	margin: 0 0 25px;
}

p img.alignleft {
	clear: both;
	margin-bottom: 30px;
}

select {
	max-width: 100%;
}

.post-password-form input[type="password"] {
	padding: 5px 15px;
	margin: 0 10px;
	height: 45px;
	padding: 5px 15px;
}

.post-password-form input[type='submit'] {
	background-color: #237280;
	border: none;
	padding: 5px 20px;
	color: #fff;
	cursor: pointer;
	height: 45px;
	font-weight: 400;
}

.post-password-form input[type='submit']:hover {
	background-color: rgb(255 53 36 / 10%);
	color: #237280;
}

.sidebar .widget.widget_media_image img {
	margin-top: 0;
}

.sidebar .widget.widget-tags ul li {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
	display: block;
	padding: 5px 20px;
	border: 1px solid #eee;
	color: #666;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
	background: #237280;
	color: #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
	margin-bottom: 0;
}

.tagcloud a,
.wp-block-tag-cloud a {
	border-color: #8392A5;
	color: #8392A5;
	border: 1px solid;
	display: inline-block;
	font-size: 17px !important;
	padding: 6px 18px !important;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 36px;
	transition: all ease 500ms;
	line-height: 29px;
	margin-right: 0px;
}

.tagcloud a:last-child,
.wp-block-tag-cloud a:last-child {
	margin-right: 0px;
}

.sidebar ul {
	border: 0;
	padding: 0;
	list-style: none;
}

.page-links .page-link {
	display: inline-block;
	color: #237280;
	margin-right: 5px;
}


/*=======================================
 Post  Comments section
 ========================================*/

.blog-post-comment .comment-title {
	font-size: 24px;
}

.blog-post-comment .comment-info [class*=col-md-] {
	margin-bottom: 15px;
	position: inherit;
}

.blog-post-comment .comment-content>h3 {
	margin-bottom: .5rem;
}

.blog-post-comment .comment-respond .comment-reply-title {
	font-size: 24px;
}

.comment-respond .comment-reply-title {
	line-height: 1;
	font-weight: bold;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}

.blog-post-comment .comment-respond .comment-form .form-control {
	border-radius: 0;
	height: 45px;
	margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
	height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #237280;
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
	display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
	font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
	margin-top: 40px;
}

.blog-post-comment .comments-list .trackback .comment-body {
	margin-left: 0;
}

.loginformuser .form-control {
	height: 100%;
	resize: none;
}

.loginformuser .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #237280;
}

.blog-post-comment .comments-list .trackback .comment-body {
	margin-left: 0;
}

.blog-post-comment .comment-respond .comment-form .btn-comments {
	display: inline-block;
	background: #237280;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	padding: 14px 28px;
	border-radius: 0px;
	width: auto;
	border: 0px solid;
	transition: all .4s ease;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
	background: rgb(255 53 36 / 10%);
	color: #237280;
}

#comments {
	clear: both;
	padding: 30px;
	list-style: none;
	background: #FAFAFA;
	overflow: hidden;
	margin-top: 32px;
	border-radius: 20px;
}

.comment-num {
	margin-bottom: 25px !important;
	font-size: 20px !important;
	line-height: 1.5;
	font-weight: 400;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 10px;
	position: relative;
}

#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-content a {
	display: inline-block;
}

.comments-area .comment-content p {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 14px;
}

p.logged-in-as a {
	display: inline-block;
}

#comments .comment-author .says {
	display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
	display: none;
}


/* Common */

.pingback p,
.pingback .says {
	display: none;
}

.comments-list {
	list-style: none;
	margin: 0;
}

.comments-list .comment-author {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 400;
	font-size: 15px;
	color: #1c1c24;
	font-style: normal;
	display: block;
	margin-bottom: 5px;
}

.comments-list .comment-author a {
	color: #1c1c24;
}

.comments-list .comment-author a:hover {
	color: #237280;
}

.comments-list .comment-date {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comments-list .comment-body {
	border-bottom: 1px solid #E4E4E4;
	margin-left: 65px;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.comments-list img.comment-avatar {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.comments-list .comment-reply-link {
	color: #252a37;
	background: #fff;
	display: inline-flex;
	padding: 11px 30px 8px;
	line-height: 1;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	border: 1px solid #ded9d9;
}

.comments-list .comment-reply-link i {
	display: none;
}

.comments-list .comment-reply-link:hover {
	background: #237280;
	color: #fff;
}

.comments-counter {
	font-size: 18px;
}

.comments-counter a {
	color: #666;
}

.comments-reply {
	list-style: none;
	margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
	float: none;
	color: #237280;
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	margin-left: 8px;
}

#cancel-comment-reply-link:hover {
	color: #000;
}

#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments .meta-data {
	margin-bottom: 1em;
}

a.comment-edit-link {
	display: none;
}


/* main page: Comments */

.blog-post-comment .comment-content h1,
.blog-post-comment .comment-content h2,
.blog-post-comment .comment-content h3,
.blog-post-comment .comment-content h4,
.blog-post-comment .comment-content h5,
.blog-post-comment .comment-content h6 {
	line-height: 1.2;
	font-weight: 400;
}

.blog-post-comment .comment-content h1 {
	font-size: 30px;
	margin-bottom: 15px;
}

.blog-post-comment .comment-content h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

.blog-post-comment .comment-content h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.blog-post-comment .comment-content h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.blog-post-comment .comment-content h5 {
	font-size: 16px;
	margin-bottom: 15px;
}

.blog-post-comment .comment-content h6 {
	font-size: 14px;
	margin-bottom: 15px;
}

.blog-post-comment .comment-content p {
	margin-bottom: 20px;
	line-height: 1.8;
	font-size: 14px;
}

.blog-post-comment .comment-content p:last-child {
	margin-bottom: 0;
}

.blog-post-comment .comment-content .entry-content a {
	text-decoration: underline;
}

.blog-post-comment .comment-content .entry-content a:hover {
	text-decoration: none;
}

.blog-post-comment .comment-content dl,
.comments-area .comment-content ol,
.comments-area .comment-content ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-post-comment .comment-content dt {
	margin-bottom: 5px;
}

.blog-post-comment .comment-content dd {
	margin: 0 1rem 1rem;
	font-size: 15px;
	line-height: 26px;
}

.blog-post-comment .comment-content ul {
	list-style: disc;
	padding-left: 20px;
}

.blog-post-comment .comment-content ul li {
	list-style: disc;
	line-height: 1.8;
	margin-bottom: 10px;
}

.blog-post-comment .comment-content ul li ul {
	margin: 10px 0 0;
	list-style-type: circle;
}

.blog-post-comment .comment-content ul li ul li {
	list-style-type: circle;
}

.blog-post-comment .comment-content ol {
	padding-left: 20px;
}

.blog-post-comment .comment-content ol li {
	line-height: 1.8;
	margin-bottom: 10px;
	list-style-type: decimal;
}

.blog-post-comment .comment-content ol li ol {
	margin: 10px 0 0;
}

.blog-post-comment .comment-content b,
.blog-post-comment .comment-content strong {
	font-weight: 600;
	color: #212529;
}

.blog-post-comment .comment-content dfn,
.blog-post-comment .comment-content cite,
.blog-post-comment .comment-content em,
.blog-post-comment .comment-content i {
	font-style: italic;
}

.blog-post-comment .comment-content code,
.blog-post-comment .comment-content kbd,
.blog-post-comment .comment-content tt,
.blog-post-comment .comment-content var {
	font-size: .88889em;
	font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.blog-post-comment .comment-content kbd {
	background-color: #fafafa;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
	background: #fff9c0;
	text-decoration: none;
	color: #000;
	padding: 0 6px;
}

.blog-post-comment .comment-content pre {
	font-size: .88889em;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.8;
	overflow: auto;
	background: #fafafa;
	color: #333333;
}

.blog-post-comment .comment-content abbr,
.blog-post-comment .comment-content acronym {
	border-bottom: 1px dotted #484848;
	cursor: help;
}

.blog-post-comment .comment-content code {
	color: #237280;
	border: 0px solid;
	background-color: transparent;
	padding: 0;
}

.blog-post-comment .comment-content mark,
.blog-post-comment .comment-content ins {
	background: #fff9c0;
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}

.blog-post-comment .comment-content kbd {
	background-color: #eee;
	color: #237280;
}

#comments .pull-right.reply {
	position: absolute;
	float: right;
	right: 0;
	top: 0;
}

#comments .comment-content a {
	color: #237280;
}

#comments .comment-content {
	color: #555555;
}

.comments-list .comment-author cite {
	font-style: normal;
}

#comments.blog-post-comment .children {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments.blog-post-comment .children {
	padding-left: 10px !important;
}

#comments.blog-post-comment .comment-content img {
	margin: 5px 0;
}

.not-found h1 {
	margin-bottom: 20px;
}

.not-found .input-group-btn {
	background: #237280;
	color: #fff;
	padding: 0 20px;
	border: none;
	cursor: pointer;
}

.not-found .input-group-btn i {
	line-height: 48px;
}

.not-found .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #237280;
}

.not-found p {
	line-height: 1.1;
	margin-bottom: 25px;
}

.not-found p small {
	display: block;
}

.blog-sidebar .widget:first-child {
	margin-top: 0;
}

.blog-sidebar .widget {
	border: 0px solid;
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
}

.site-navigation.theme_header_design__One .navbar-light {
	padding: 0;
	background: none;
	border-radius: 0px;
}

.blog-sidebar .widget {
	margin-top: 30px;
}

.blog-sidebar .widget .widget-title {
	padding-bottom: 10px;
	position: relative;
	font-weight: 400;
	font-size: 24px;
	color: #272727;
	padding-left: 0;
	letter-spacing: 0;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
}

.blog-sidebar .widget ul {
	line-height: 1.5;
	margin-bottom: 0;
}

.blog-sidebar .widget ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	font-size: 15px;
	color: #555555;
	font-weight: 500;
}

.blog-sidebar .widget ul li:last-child {
	margin-bottom: 0;
}

.blog-sidebar .widget ul li::before {
	height: 7px;
	width: 7px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	background-color: #237280;
	border-radius: 50%;
}

.blog-sidebar .widget ul li a {
	color: #555555;
	display: inline-block;
}

.blog-sidebar .widget ul li a:hover {
	color: #237280;
}

.blog-sidebar .widget ul li span {
	display: inline-block;
}

.blog-sidebar span.post-count {
	float: right;
	font-size: 15px;
}

.nice-select {
	height: 45px;
	border: 1px solid #eee;
	width: 100%;
	color: #555;
	font-size: 13.5px;
	float: none;
	white-space: normal;
}

.nice-select span.current {
	display: block;
	margin-top: 3px;
	font-size: 15px;
}

.nice-select ul.list {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	border-radius: 0;
	width: 100%;
	overflow-y: auto;
}

.nice-select ul.list li {
	list-style-type: none !important;
	font-size: 14px;
	padding: 8px 15px !important;
	line-height: 1 !important;
	margin: 0 !important;
	min-height: auto;
	text-transform: capitalize;
}

.nice-select ul.list li::before {
	display: none;
}

.blog-sidebar .calendar_wrap caption {
	padding-top: 0;
	caption-side: top;
	font-weight: 500;
	color: #565656;
	font-size: 17px;
}

table {
	margin: 0 0 2rem;
	border-collapse: collapse;
	width: 100%;
	background: #ffffff;
}

table td,
table th {
	padding: 10px 13px;
	border: 1px solid #d3dbe2;
}

.blog-sidebar .calendar_wrap table {
	text-align: center;
	margin-bottom: 0;
}

.blog-sidebar .calendar_wrap table #prev a,
.blog-sidebar .calendar_wrap table #next a {
	text-decoration: underline;
}

.blog-sidebar .calendar_wrap table #prev a:hover,
.blog-sidebar .calendar_wrap table #next a:hover {
	text-decoration: none;
}

.blog-sidebar .calendar_wrap table td,
.blog-sidebar .calendar_wrap table th {
	padding: 8px 5px;
}

.blog-sidebar .widget_categories ul li .children {
	margin-top: 10px;
}

.blog-sidebar .widget_pages ul li.page_item_has_children>a {
	margin-bottom: 10px;
	display: inline-block;
}

.blog-sidebar .widget_recent_comments .recentcomments {
	color: #484848;
}

.blog-sidebar .widget_recent_comments .recentcomments .comment-author-link {
	font-weight: bold;
	font-size: 14px;
}

.blog-sidebar .widget_rss .widget-title .rsswidget {
	display: inline-block;
}

.blog-sidebar .widget_rss ul li {
	margin-bottom: 20px;
}

.blog-sidebar .widget_rss ul li:last-child {
	margin-bottom: 0;
}

.blog-sidebar .widget_rss ul li .rsswidget {
	display: block;
	color: #222222;
	font-weight: bold;
	font-size: 15px;
}

.blog-sidebar .widget_rss ul li .rss-date {
	font-size: 13px;
	margin: 3px 0 10px;
	display: block;
}

.blog-sidebar .widget_rss ul li .rssSummary {
	color: #555;
	line-height: 25px;
	font-size: 14px;
}

.blog-sidebar .widget_rss ul li cite {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	font-style: normal;
	color: #222;
	font-size: 13.5px;
}

.blog-sidebar .widget_search form {
	position: relative;
}

.blog-sidebar .widget_search form .form-control {
	background-color: #ffffff;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #E4E4E4;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	border-radius: 0;
	font-size: 15px;
}

.blog-sidebar .widget_search form .form-control:focus {
	border-color: #237280;
	box-shadow: none;
	z-index: 1;
}

.blog-sidebar .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	border: none;
	color: #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: #237280;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 15px;
	padding: 0 20px;
	top: 0;
	cursor: pointer;
}

.blog-sidebar .widget_search form button:hover {
	background: #000;
}

.blog-sidebar .widget_search form button:before {
	position: absolute;
	right: 50%;
	top: 50%;
	font-family: fontAwesome;
	color: #fff;
	content: "\f002 ";
	margin-top: -12px;
	margin-right: -6.5px;
}

.blog-sidebar p {
	font-size: 15px;
	margin-bottom: 15px;
	color: #565656;
	line-height: 1.8;
}

.blog-sidebar .widget_text p img {
	margin: 10px 0;
}

.blog-sidebar .widget_text .wp-caption-text {
	border: none;
	text-align: center;
	font-size: 14px;
}

.post-meta.blog_meta_content_Box a {
	display: inline-block;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}

.blog-sidebar .tagcloud a {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #595959 !important;
	border-color: #D6D6D6 !important;
	border-radius: 8px !important;
	margin-right: 5px;
	padding: 8px 14px !important;
	line-height: inherit;
	display: inline-block;
	transition: all ease 500ms;
}

.blog-sidebar .tagcloud a:hover {
	background-color: #237280;
	border-color: #237280 !important;
	color: #fff !important;
}

.blog-sidebar .widget_nav_menu .sub-menu {
	margin-top: 8px;
}

table th a {
	text-decoration: underline !important;
}

table th a:hover {
	text-decoration: none !important;
}

address {
	margin: 20px 0;
	font-style: italic;
	line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: disc;
	padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
	margin: 10px 0 0;
	list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
	list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
	margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta {
	padding-left: 0;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #E4E4E4;
}

.post-layout-style2 .single-blog-content .entry-content h1 {
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 30px;
}

.post-layout-style2 .single-blog-content .entry-content h2 {
	font-size: 25px;
	margin-bottom: 15px;
	line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h3 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #272727;
}

.post-layout-style2 .single-blog-content .entry-content h4 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #272727;
}

.post-layout-style2 .single-blog-content .entry-content h5 {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.2;
}

.post-layout-style2 .single-blog-content .entry-content h6 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.blog-details-content ul li::marker {
	color: #237280;
}

blockquote,
.blockquote {
	overflow: hidden;
	background-color: #ffffff;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	border-left: 0px !important;
	border-right: 0px !important;
}

blockquote::before,
.blockquote::before {
	color: #efefef;
	content: "\f10d";
	position: absolute;
	left: 50px;
	top: -40px;
	z-index: -1;
	font-family: fontAwesome;
	font-size: 100px;
	font-weight: 900;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
	color: #333333;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
}

.single-blog-content .single-blog-inner .entry-content p a {
	text-decoration: underline;
	display: inline-block;
	color: #237280;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background: #237280;
}

table th a {
	text-decoration: underline !important;
}

table th a:hover {
	text-decoration: none !important;
}

.post-layout-style2 .single-blog-content .entry-content dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

.post-layout-style2 .single-blog-content .entry-content dt {
	margin-bottom: 5px;
	color: #333333;
}

.post-layout-style2 .single-blog-content .entry-content dd {
	margin: 0 1rem 1rem;
	font-size: 15px;
	line-height: 26px;
}

.post-layout-style2 .single-blog-content .entry-content dd a {
	text-decoration: underline;
	display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content b,
.post-layout-style2 .single-blog-content .entry-content strong {
	font-weight: 600;
	color: #212529;
}

address {
	margin: 20px 0;
	font-style: italic;
	line-height: 30px;
}

.post-layout-style2 .single-blog-content .entry-content dfn,
.post-layout-style2 .single-blog-content .entry-content cite,
.post-layout-style2 .single-blog-content .entry-content em,
.post-layout-style2 .single-blog-content .entry-content i {
	font-style: italic;
}

.post-layout-style2 .single-blog-content .entry-content code,
.post-layout-style2 .single-blog-content .entry-content kbd,
.post-layout-style2 .single-blog-content .entry-content tt,
.post-layout-style2 .single-blog-content .entry-content var {
	font-size: .88889em;
	font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

.post-layout-style2 .single-blog-content .entry-content code {
	color: #237280;
	border: 0px solid;
	background-color: transparent;
	padding: 0;
}

.post-layout-style2 .single-blog-content .entry-content mark,
.post-layout-style2 .single-blog-content .entry-content ins {
	background: #fff9c0;
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}

.post-layout-style2 .single-blog-content .entry-content kbd {
	background-color: #eee;
	color: #237280;
}

.post-layout-style2 .single-blog-content .entry-content .post-footer {
	margin-top: 20px;
	clear: both;
	border-top: 1px solid #eee;
	list-style: none;
	padding-top: 30px;
}

.wp-block-columns {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wp-block-image {
	margin-bottom: 20px;
}

.wp-block-image figcaption {
	font-size: 14px;
	margin-top: 12px;
}

.wp-block-image figcaption a {
	text-decoration: underline;
	display: inline-block;
	color: #237280;
}

.wp-block-image figcaption {
	text-align: left;
}

.wp-block-button .wp-block-button__link {
	background-color: #237280;
	font-size: 16px;
	border-radius: 5px;
}

.wp-block-button {
	margin-bottom: 1.5em;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: #000;
	color: #fff;
}

.wp-block-cover .wp-block-cover-text {
	color: #fff !important;
}

.is-style-outline .wp-block-button__link {
	background-color: transparent !important;
	font-size: 16px;
	border-radius: 5px;
}

.is-style-outline .wp-block-button__link:hover {
	background-color: transparent;
	color: #000 !important;
	border-color: #000;
}

.is-style-squared .wp-block-button__link {
	border-radius: 0 !important;
}

.wp-block-cover {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wp-block-cover p.wp-block-cover-text {
	font-weight: bold;
	margin-bottom: 20px !important;
	font-size: 31px !important;
	line-height: 1.5 !important;
}

.wp-block-cover p.wp-block-cover-text strong {
	color: #fff;
}

.wp-block-cover.has-background-dim.alignleft {
	margin-top: 0;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a {
	color: #fff;
}

.wp-block-file a {
	text-decoration: underline;
	font-size: 15px;
	color: #237280;
}

.wp-block-file a:hover {
	text-decoration: none;
}

.wp-block-file .wp-block-file__button {
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 400;
    display: table;
    margin: 10px 0 0;
    background-color: #237280 !important;
    color: #fff;
    padding: 5px 14px;
    text-decoration: none;
}

.wp-block-file .wp-block-file__button:hover {
	background-color: #000 !important;
	color: #fff;
}

blockquote cite,
.blockquote cite {
	display: none;
}

.wp-block-media-text {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.wp-block-media-text .has-large-font-size {
	font-size: 25px !important;
	margin-top: 0 !important;
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d;
	border-color: transparent;
	border-width: 2px;
	padding: 0;
	margin: 0 0 1rem;
}

.wp-block-pullquote blockquote {
	color: #111;
	border: none;
	margin-right: 0;
	padding-left: 0;
}

.wp-block-pullquote blockquote p {
	font-size: 2.25em !important;
	font-style: italic !important;
}

.wp-block-pullquote blockquote cite {
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 1.6;
	text-transform: none;
	color: #767676;
	font-size: 15px;
	font-style: normal;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
	background-color: #237280;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color p {
	color: #000000;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color cite {
	display: none;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
	max-width: 80%;
	background: transparent;
}

.has-medium-font-size {
	font-size: 20px !important;
}

.has-very-light-gray-color.has-very-light-gray-color {
	color: #fff !important;
}

.post-layout-style2 .single-blog-content .entry-content dl a,
.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
	text-decoration: underline;
	display: inline-block;
}

.post-layout-style2 .single-blog-content .entry-content ul.post-meta a {
	text-decoration: none;
	color: inherit;
}

.post-layout-style2 .single-blog-content .entry-content ol a,
.post-layout-style2 .single-blog-content .entry-content ul a {
	color: #237280;
}

.post-layout-style2 .single-blog-content .entry-content ul a .wp-block-cover__inner-container .has-large-font-size {
	color: #f8f9f9 !important;
	font-size: 36px !important;
}

.wp-block-video figcaption,
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
	font-size: 14px;
	text-align: left;
}

table td a,
table td a:hover {
	color: #237280;
}

.wp-block-table.is-style-stripes td {
	border-color: #767676;
}

.wp-block-verse {
	font-family: "Poppins", sans-serif !important;
	font-size: 16px !important;
}

.post-layout-style2 .single-blog-content .entry-content em {
	font-weight: 400;
}

.loginformuser {
	margin-top: 20px;
}

.parent .comment-respond p.form-submit,
.depth-1 .comment-respond p.form-submit {
	margin-bottom: 30px;
}

#comments {
	margin-top: 60px;
}

.pingback p,
.pingback .says {
	display: block;
}

.blog-sidebar select {
	height: 45px;
	font-size: 15px;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #eee;
	color: #272727;
	font-weight: 500;
	cursor: pointer;
}

.blocks-gallery-grid {
	margin-top: 0px !important;
}

.wp-block-gallery .blocks-gallery-caption {
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li {
	font-weight: 500;
	color: #565656;
	font-size: 14px;
	padding: 0;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content li:before {
	display: none;
}

.blog-sidebar .widget_theme_recent_posts .recent_post_Content .recent-post-meta {
	display: none;
}

.blog-sidebar .widget_media_image {
	background: #fff;
	border: 0;
	padding: 0;
}

.blog-sidebar .widget_media_image img {
	border-radius: 0px;
}

.home-tag-widgett {
	background: #FAFAFA;
	padding: 30px;
	border-radius: 15px;
}

.home-tag-widgett h5 {
	font-size: 28px;
	line-height: 1;
	color: #272727;
	font-weight: 400;
	margin-bottom: 20px;
}

.home-tag-widgett .tagcloud a {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #595959 !important;
	border-color: #D6D6D6 !important;
	border-radius: 8px !important;
	margin-right: 5px;
	padding: 8px 14px !important;
}


/*** Author Box ***/

.author_bio__Wrapper {
	clear: both;
	overflow: hidden;
	margin-top: 60px;
	padding: 30px 30px 30px;
	border-top: 0px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
	background: #FAFAFA;
	border-radius: 20px;
}

.author-thumb {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.author-thumb img {
	width: 148px;
	height: 148px;
	border-radius: 50%;
}

.theme_author_Info {
	padding-right: 20px;
}

h6.theme_author_Title {
	color: #555555;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 30px;
	display: none;
}

h4.theme_author__Name {
	color: #424242;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}

p.theme_author__Description {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 10px;
}

.theme_author_Socials a {
	display: inline-block;
	background: #237280;
	color: #fff;
	width: 36px;
	height: 36px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 3px;
}

.theme_author_Socials {
	margin-top: 15px;
}

.theme_author_Socials a:hover {
	background: #000;
	color: #fff;
}


/*** navigation ***/

.theme_blog_Nav.post_nav_Left,
.theme_blog_Nav.post_nav_Right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.prev_nav_left_Img,
.prev_nav_Right_Img {
	height: 100px;
	width: 85px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	border-radius: 10px;
}

.prev_nav_left_Img {
	margin-right: 15px;
}

.prev_nav_Right_Img {
	margin-left: 15px;
}

.theme_blog_Nav.post_nav_Left:not(.no-thumb) {
	padding-right: 15px;
}

.theme_blog_Nav.post_nav_Right:not(.no-thumb) {
	text-align: right;
	padding-left: 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.prev_nav_left_Img img,
.prev_nav_Right_Img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	border-radius: 10px;
}

.theme_blog_nav_Title {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	color: #272727;
	word-break: break-all;
}

.theme_blog_nav_Title a {
	margin-bottom: 0;
	color: #272727;
	word-break: break-word;
}

.theme_blog_nav_Label {
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.theme_blog_navigation__Wrap {
	margin-bottom: 0;
	padding: 30px;
	background: #FAFAFA;
	margin-top: 60px;
	border-radius: 20px;
}

.theme_blog_nav_Title a:hover {
	color: #237280;
}

h1.theme-breacrumb-title {
	font-size: 45px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	line-height: 1;
	text-align: center;
}

.main-container .pagination {
	margin-bottom: 0px;
	margin-top: 40px;
}

.main-container .theme-pagination-style .nav-links {
	display: block;
	width: 100%;
	text-align: left;
}

.main-container .theme-pagination-style ul.page-numbers {
	margin-bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
	width: 40px;
	height: 40px;
	line-height: 38px;
	margin-right: 6px;
	padding: 0;
	text-align: center;
	display: inline-block;
	border: 1px solid #E4E4E4;
	margin-left: auto;
	color: #272727;
	font-size: 16px;
	font-weight: 500;
	background-color: transparent;
	border-radius: 10px;
}

.main-container .theme-pagination-style ul.page-numbers li span.current {
	background: #237280;
	color: #fff;
	border-color: #237280;
}

.main-container .theme-pagination-style ul.page-numbers li i {
	line-height: 38px;
	color: #237280;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover {
	border: 1px solid #237280;
	background-color: #237280;
	color: #fff;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers:hover i {
	color: #fff;
}

.theme-tags__wrapper h4 {
	font-size: 20px !important;
	margin-bottom: 15px !important;
	line-height: 1.2 !important;
	color: #272727 !important;
	margin-right: 10px;
	display: inline-block;
}

.theme-tags__wrapper a {
	border-color: #e4e4e4;
	color: #A0A0A0;
	border: 1px solid;
	display: inline-block !important;
	font-size: 15px !important;
	padding: 5px 18px;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 36px;
	transition: all ease 500ms;
	line-height: 29px;
}

.blog-single .tag-lists a:not(:first-child) {
	margin-left: 6px;
}

.theme-tags__wrapper a:hover {
	border-color: #237280 !important;
	background: #237280 !important;
	color: #fff;
}

.theme_related_post_Grid h2 {
	margin-bottom: 22px;
}

.theme_related_post_Grid .blog-post-grid-wrapper .post-excerpt-box p {
	font-size: 14px;
	line-height: 18px;
	color: #565656;
}

.theme_related_post_Grid .blog-post-grid-wrapper .news-post-grid-thumbnail img {
	border-radius: 15px;
}

.theme_related_post_Grid .blog-post-grid-wrapper-four .post-excerpt-box {
	padding-bottom: 0px;
	margin-bottom: 5px;
}


/*==================================================
      404
 ================================================== */

.error-page .error-code {
	display: block;
	font-size: 150px;
	line-height: 1;
	color: #272727;
	margin-bottom: 25px;
}

.error-page .error-body .btn {
	margin-top: 30px;
	display: inline-block;
	background: #237280;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.01em;
	padding: 16px 30px;
	border-radius: 4px;
	width: auto;
	border: 0px solid;
}

.error-page .error-body .btn:hover,
.error-page .error-body .btn:focus,
.error-page .error-body .btn:active {
	border: none;
	outline: none;
	box-shadow: none !important;
	background: none;
}

.error-page .error-body .btn:hover {
	background: #000;
}

body.error404 .main-container {
	padding-top: 30px;
	margin-top: 0;
	padding-bottom: 80px;
}

.header-two-right .header-search-box {
	position: relative;
	right: 30px;
	top: 0px;
}

.header-bookmark-btn {
	display: inline-block;
	position: absolute;
	right: 15px;
	margin-left: 0;
	top: 10px;
}


/*** Theme New Unit CSS ***/

body.admin-bar .body-inner-content {
	margin-top: 0px;
}

.widget_calendar,
table,
.wp-block-calendar {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}

.calendar_wrap nav.wp-calendar-nav {
	position: relative;
	top: 10px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
	width: 30px;
	height: 22px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
	left: 2px;
}

.main-container.blog-spacing {
	padding-top: 80px;
	padding-bottom: 80px;
}

.widget_rss h3.widget-title a {
	color: #272727;
}

.sticky .post-list-medium-content {
	background: #f8f8f8;
	border-top: 4px solid #237280 !important;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a {
	color: #4F4F4F;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	transition: all .3s ease-in;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:hover {
	color: #237280;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:after {
	position: absolute;
	right: -5px;
	bottom: 0;
	content: ",";
	font-size: 15px;
}

.blog-new-layout.theme-layout-mainn .post-wrapper.cat-layout-main-list .category-box a:last-child:after {
	display: none;
}

.cat-layout-main-list .post-list-medium-content .post-meta-items div.author-name {
	text-transform: capitalize;
}

.blog-post-comment .comment-respond p.logged-in-as {
	line-height: 26px;
	font-size: 15px;
	margin-top: 5px;
}

.blog-post-comment .comment-respond .comment-reply-title {
	font-size: 24px;
	line-height: 25px;
}

.comment-respond p {
	margin-bottom: 0;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
	margin-top: 10px;
}

.blog-details-content p {
	font-size: 17px;
	line-height: 1.8;
	color: #555555;
	margin: 0 0 15px 0;
}

.single-meta-content h4.post-author-name a {
	text-transform: capitalize;
}

.blog-details-content ul li {
	font-size: 17px;
	line-height: 1.8;
	color: #555555;
}

.post-layout-style2 .single-blog-content .entry-content p:last-child {
	margin: 0;
}

.post-body p:last-child {
	clear: both;
	float: none;
}

.wp-block-button .wp-block-button__link {
	color: #fff !important;
}

.is-style-outline .wp-block-button__link {
	background-color: transparent !important;
	font-size: 16px;
	border-radius: 5px;
	color: #237280 !important;
	border-color: #237280;
}

.wp-block-button .wp-block-button__link:hover {
	background-color: #000;
}

.theme-blog-details .post-featured-image {
	margin-bottom: 50px;
}

.sidebar-active .alignfull {
	left: auto;
	right: auto;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

figure.wp-block-gallery ul.blocks-gallery-grid {
	padding-left: 0 !important;
}

.blog-details-content .wp-block-columns {
	margin-top: 31px;
	margin-bottom: 31px;
}

.blog-details-content .wp-block-columns figure.wp-block-image.size-full.bottom-zero-article-thumb {
	margin-bottom: 0;
}

.bottom-zero-article-thumb img {
	height: 275px;
	object-fit: cover;
	object-position: center top;
	border-radius: 20px !important;
}

.blog-details-content figure.wp-block-image.size-full.bottom-zero-article-full {
	margin-top: 35px;
	margin-bottom: 35px;
}

.bottom-zero-article-full img {
	border-radius: 24px !important;
}

blockquote,
.blockquote {
	margin-bottom: 23px !important;
	margin-top: 23px !important;
}

.single-blog-content blockquote {
	padding-bottom: 45px !important;
}

.single-blog-content blockquote,
.single-blog-content .blockquote {
	background: #FAFAFA;
	border-radius: 20px;
}

blockquote::before,
.blockquote::before {
	color: #237280;
	opacity: .2;
}

blockquote::before,
.blockquote::before {
	content: "\efcd";
	top: 5px;
	font-family: 'IcoFont' !important;
	font-size: 48px;
	line-height: 1;
}

blockquote.has-text-color.has-light-gray-color p {
	font-size: 28px !important;
	line-height: 1.2 !important;
}

blockquote.has-text-color.has-very-dark-gray-color:before {
	color: rgb(255 255 255 / 50%);
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
	color: #555;
	line-height: 1.3;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
}

.post-layout-style2 .single-blog-content .entry-content ol {
	font-size: 15px;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
	line-height: 1.8;
	margin-bottom: 10px;
	font-weight: 400;
}

.post-layout-style2 .single-blog-content .entry-content ol li ol {
	margin: 10px 0 0;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul {
	margin: 10px 0 0;
	list-style-type: circle;
}

.post-layout-style2 .single-blog-content .entry-content ul li ul li {
	list-style-type: circle;
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
	margin-bottom: 28px;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
	width: 100%;
	cursor: pointer;
	height: 45px;
	font-size: 15px;
	padding: 8px 15px;
	width: 100%;
	border: 1px solid #eee;
	color: #272727;
	font-weight: 500;
}

.wp-block-search .wp-block-search__button {
	background: #237280 !important;
	border: 1px solid #237280 !important;
	color: #fff !important;
	cursor: pointer;
}

.wp-block-calendar span.pad {
	display: none;
}

.wp-block-calendar nav.wp-calendar-nav {
	margin-bottom: 35px;
}

.page-links {
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.page-links .post-page-numbers {
	width: 35px;
	height: 35px;
	border-radius: 25px;
	background-color: #ffffff;
	border: 1px solid #eee;
	font-size: 15px;
	line-height: 35px;
	color: #0a0c19;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	text-decoration: none !important;
}

.page-links .page-link {
	display: inline-block;
	background-color: #237280;
	color: #fff;
	margin-right: 0px;
}

.blog-details-content table th a {
	color: #272727;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
	background: #eee;
}

.blog-post-comment table td {
	font-size: 14px;
	font-weight: 500;
}

.blog-post-comment p.no-comments {
	font-size: 14px;
	clear: both;
	margin-top: 0;
	line-height: 14px;
}

.post_format-post-format-image .blog-details-content figure img {
	border-radius: 10px;
}

.widget_calendar span.pad {
	display: none;
}

.widget_calendar span.wp-calendar-nav-next {
	display: block;
}

.nav-wrapper .mainmenu li ul li ul.sub-menu {
	position: absolute;
	right: 102%;
	top: 0%;
	left: auto;
	opacity: 0 !important;
	filter: Alpha(opacity=0) !important;
	visibility: hidden;
}

.nav-wrapper .mainmenu li ul.sub-menu li:hover ul {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
	margin-top: 50px;
}

.not-found form {
	position: relative;
}

.not-found form .form-control {
	background-color: #ffffff;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	border-radius: 0;
}

.not-found form .form-control:focus {
	border-color: #237280;
	box-shadow: none;
	z-index: 1;
}

.not-found form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	z-index: 1;
	border: none;
	color: #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: #237280;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	padding: 0 20px;
	top: 0;
	cursor: pointer;
}

.not-found form button:hover {
	background: #000;
}

.not-found form button:before {
	position: absolute;
	right: 50%;
	top: 50%;
	font-family: fontAwesome;
	color: #fff;
	content: "\f002 ";
	margin-top: -12px;
	margin-right: -6.5px;
}

.theme_img_cat_Itemlist span.category-btnn {
	transition: all .3s ease;
}

ul.footer-nav li a:hover {
	opacity: .80;
}

.home-tag-widgett .tagcloud a:hover {
	background: #237280 !important;
	color: #fff !important;
	border-color: #237280 !important;
}

.custom-theme-contactt label {
	font-size: 15px;
	font-weight: 500;
	color: #272727;
	line-height: 1;
	margin-bottom: 8px;
}

body.page .main-container {
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}

body.page .theme-page-spacing .entry-content ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style: disc;
	padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ul li {
	font-size: 17px;
	line-height: 1.8;
	color: #555555;
}

body.page .theme-page-spacing .entry-content ul li::marker {
	color: #237280;
}

body.page .theme-page-spacing .entry-content ul li ul {
	margin: 10px 0 0;
	list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ul li ul li {
	list-style-type: circle;
}

body.page .theme-page-spacing .entry-content ol {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

body.page .theme-page-spacing .entry-content ol {
	font-size: 17px;
}

body.page .theme-page-spacing .entry-content ol li {
	line-height: 1.8;
	margin-bottom: 10px;
	font-weight: 500;
}

body.page .theme-page-spacing .entry-content ol li ol {
	margin: 10px 0 0;
}

body.page .theme-page-spacing .entry-content p {
	font-size: 17px;
	line-height: 1.8;
	color: #555555;
	margin: 0 0 15px 0;
}

body.page .theme-page-spacing .entry-content h1 {
	margin-bottom: 15px;
	line-height: 1.2;
	font-size: 30px;
}

body.page .theme-page-spacing .entry-content h2 {
	font-size: 25px;
	margin-bottom: 15px;
	line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h3 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #000;
}

body.page .theme-page-spacing .entry-content h4 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #000;
}

body.page .theme-page-spacing .entry-content h5 {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.2;
}

body.page .theme-page-spacing .entry-content h6 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 15px;
}

body.page .theme-page-spacing .entry-content blockquote,
body.page .theme-page-spacing .entry-content .blockquote {
	background: #FAFAFA;
}

body.page .theme-page-spacing .entry-content blockquote {
	padding-bottom: 45px !important;
}

body.page .theme-page-spacing .entry-content dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

body.page .theme-page-spacing .entry-content dt {
	margin-bottom: 5px;
	color: #333333;
}

body.page .theme-page-spacing .entry-content dd {
	margin: 0 1rem 1rem;
	font-size: 15px;
	line-height: 26px;
}

body.page .theme-page-spacing .entry-content dd a {
	text-decoration: underline;
	display: inline-block;
}

body.page .theme-page-spacing .entry-content b,
body.page .theme-page-spacing .entry-content strong {
	font-weight: 600;
	color: #212529;
}

body.page .theme-page-spacing .entry-content address {
	margin: 20px 0;
	font-style: italic;
	line-height: 30px;
}

body.page .theme-page-spacing .entry-content code,
body.page .theme-page-spacing .entry-content kbd,
body.page .theme-page-spacing .entry-content tt,
body.page .theme-page-spacing .entry-content var {
	font-size: .88889em;
	font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

body.page .theme-page-spacing .entry-content code {
	color: #237280;
	border: 0px solid;
	background-color: transparent;
	padding: 0;
}

body.page .theme-page-spacing .entry-content mark,
body.page .theme-page-spacing .entry-content ins {
	background: #fff9c0;
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}

body.page .theme-page-spacing .entry-content kbd {
	background-color: #eee;
	color: #237280;
}

body.page .theme-page-spacing .entry-content blockquote p {
	color: #555;
	line-height: 1.3;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
}

body.page .theme-page-spacing .entry-content p a {
	text-decoration: underline;
	display: inline-block;
	color: #237280;
}

body.page .theme-page-spacing .entry-content table td a {
	color: #272727;
	text-decoration: underline;
	font-weight: 500;
}

body.page .theme-page-spacing .entry-content table td a:hover {
	text-decoration: none;
}

body.page .theme-page-spacing .entry-content p:last-child {
	margin: 0;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers.current {
	background: #237280;
	color: #fff;
	border-color: #237280;
	border-radius: 0px;
}

body.page .theme-page-spacing .entry-content .page-links .post-page-numbers {
	border-radius: 0;
}

body.page .theme-page-spacing .entry-content #comments {
	margin-top: 80px;
}

.single-one-bwrap {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}

.theme_related_post_Grid .blog-post-grid-wrapper.blog-post-grid-wrapper-four {
	margin-bottom: 0px;
}

.main-container.cat-page-spacing {
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}

.post-password-form input[type='submit']:hover {
	background-color: #111111;
	color: #FFFFFF;
}

p.form-submit {
	margin-bottom: 20px;
}

.blog-sidebar .widget.widget_categories ul li::before {
	top: 9px;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
	color: #237280;
	border-radius: 5px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
	color: #484848;
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.blog-sidebar .widget_block .wp-block-latest-comments {
	border: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
	margin-bottom: 0;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
	height: 7px;
	width: 7px;
	content: '';
	left: 0;
	top: 7px;
	position: absolute;
	background-color: #237280;
	border-radius: 50%;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
	color: #555555;
	display: inline;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-weight: bold;
	font-size: 14px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
	margin-bottom: 0;
}

.widget.widget_block .wp-block-group__inner-container h2 {
	padding-bottom: 0px;
	position: relative;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	padding-left: 0;
	letter-spacing: 0;
	border-bottom: 0px solid #E4E4E4;
	margin-bottom: 25px;
}

.blog-sidebar .widget_recent_comments .recentcomments a,
.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
	display: inline;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a:hover {
	color: #237280;
}

.blog-sidebar .widget ul li::before {
	top: 8px;
}

.blog-sidebar .widget.widget_categories ul li::before {
	top: 8px;
}

.blog-sidebar .widget_categories ul li .children li::before {
	top: 8px;
}

.wp-block-search .wp-block-search__inside-wrapper {
	position: relative;
}

.wp-block-search__input {
	background-color: #ffffff;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #E4E4E4;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	border-radius: 0px;
	font-size: 15px;
}

.wp-block-search .wp-block-search__label {
	padding-bottom: 10px;
	position: relative;
	font-weight: 400;
	font-size: 24px;
	color: #272727;
	padding-left: 0;
	letter-spacing: 0;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
	line-height: 1.2;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button {
	position: relative;
	width: auto;
	font-weight: 400;
	font-size: 14px;
	padding: 0 14px;
	border-radius: 0px;
}

.blog-sidebar .widget_block.widget_search .wp-block-search__button:before {
	display: none;
}

.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-webkit-input-placeholder {
	color: #272727;
}

.widget_block.widget_search .wp-block-search__inside-wrapper input[type="search"]::-moz-placeholder {
	color: #272727;
}

article.tag-pingbacks-2+.blog-post-comment .comment-body {
	margin-left: auto !important;
}

.comments-list .comment-body,
.blog-post-comment .comment-content p,
.blog-post-comment p.no-comments {
	font-size: 15px;
}

.widget_block.widget_search .wp-block-search__button:hover {
	background-color: #000 !important;
	color: #FFFFFF !important;
	border: 1px solid #000 !important;
}

.blog-sidebar .widget .widget-title,
.wp-block-search .wp-block-search__label,
.widget.widget_block .wp-block-group__inner-container h2 {
	font-size: 24px;
	line-height: 1;
}

body.page .theme-page-spacing .entry-content ul.comments-list li::marker {
	color: transparent;
}

.comments-list .comment-author cite,
.comment-author vcard cite {
	font-style: normal !important;
	text-transform: capitalize;
}

.blog-sidebar select {
	background-color: white;
	border: thin solid #237280;
	border-radius: 4px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 0.5em 3.5em 0.5em 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: 500;
}

.blog-sidebar select {
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
		linear-gradient(135deg, #fff 50%, transparent 50%),
		linear-gradient(to right, #237280, #237280);
	background-position: calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		100% 0;
	background-size: 5px 5px,
		5px 5px,
		2.5em 2.5em;
	background-repeat: no-repeat;
}


/*** Theme CSS ***/

/*** Header ***/


.theme-header-area {
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
}

.nav-menu-wrapper .mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu-wrapper .mainmenu ul li {
	display: inline-block;
	position: relative;
}

.nav-menu-wrapper .mainmenu ul li a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.search-form-main form {
	position: relative;
	display: inline-block;
	width: 235px;
}

.search-form-main form input.hsearch-input {
	border: 0px solid;
	background: #F3F3F3;
	border-radius: 126px;
	width: 100%;
	position: relative;
	text-indent: 20px;
	display: inline-block;
	padding: 8.5px 0;
}

.search-form-main form button.hsearch-button {
	border: 0px solid;
	position: absolute;
	left: inherit !important;
	right: 15px;
	top: 14px;
	background: transparent;
	color: #838383;
	line-height: 1;
	font-size: 18px;
	cursor: pointer;
}

.search-form-main form button.hsearch-button:hover {
	color: #237280;
}


.search-form-main form button.hsearch-button:focus {
	outline: none;
	border: none;
}


/*** Slider Main ***/

.post-main-slider-section.theme-main-slider-wrapper {
	position: relative;
}

.main-slide-blog-item.main-slider-post-block .blog-post-grid-thumbnail {
	position: relative;
}

.main-slide-blog-item.main-slider-post-block .blog-post-grid-thumbnail a {
	display: block;
	overflow: hidden;
}

.main-slide-blog-item.main-slider-post-block .blog-post-grid-thumbnail a img {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 683px;
	position: relative;
	object-fit: cover;
}

.post-main-slider-section.theme-main-slider-wrapper .blog-slider-inner-content {
	position: absolute;
	width: 630px;
	background: #fff;
	left: 0;
	bottom: 150px;
	border-radius: 0;
	box-shadow: 10px 10px 40px rgb(0 0 0 / 6%);
	padding: 35px 40px 40px 40px;
}

.main-slide-blog-item.main-slider-post-block {
	position: relative;
	padding-bottom: 0px;
}

.post-main-slider-section .slider-meta-items-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.post-main-slider-section .slider-category-box {
	position: relative;
	line-height: 1;
}

.post-main-slider-section .slider-category-box a {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 5px;
}

.post-main-slider-section .theme-main-slider-wrapper .blog-slider-inner-content h3.post-title a {
	color: #000000;
}

.post-main-slider-section .slider-post-meta-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.post-main-slider-section .slider-meta-left {
	display: flex;
	align-items: center;
}

.post-main-slider-section .slider-meta-left-author {
	margin-right: 10px;
	border-radius: 100%;
}

.post-main-slider-section .slider-meta-left-author img {
	width: 100%;
	border-radius: 100% !important;
}

.post-main-slider-section .slider-meta-left-content h4.post-author-name {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 2px !important;
	text-transform: capitalize;
}

.post-main-slider-section .slider-meta-left-content h4.post-author-name a {
	color: #000;
}

.post-main-slider-section .slider-meta-left ul.slider-bottom-meta-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !Important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post-main-slider-section .slider-meta-left ul.slider-bottom-meta-list li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 14px;
	margin-bottom: 0 !important;
	color: #949494;
}

.post-main-slider-section .slider-meta-left ul.slider-bottom-meta-list li:before {
	position: absolute;
	right: 4px;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #949494;
	content: "";
	border-radius: 100%;
}

.post-main-slider-section .slider-meta-left ul.slider-bottom-meta-list li:last-child:before {
	display: none;
}

.full-post-btn a {
	display: inline-block;
	background: #237280;
	color: #fff;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	padding: 16px 37px;
}

.full-post-btn a:hover {
	background: #000;
}


/*** Post Column Grid ***/

body.page .theme-page-spacing .theme-news-post-block-wrapper .post-block-title-wrapper h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.125;
	margin-bottom: 30px;
}

.post-block-item-one {
	position: relative;
}

.post-block-item-one .news-post-grid-thumbnail {
	position: relative;
}

.post-block-item-one .news-post-grid-thumbnail a {
	position: relative;
	transition: .3s ease-in;
	display: block;
	overflow: hidden;
}

.post-block-item-one .news-post-grid-thumbnail a img {
	transition: .35s ease-in;
	display: block;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
}

.post-block-col-one {
	position: relative;
}

.post-block-col-one .news-post-grid-thumbnail {
	position: relative;
	margin-bottom: 20px;
}

.post-block-col-one .news-post-grid-thumbnail a {
	position: relative;
	transition: .3s ease-in;
	display: block;
	overflow: hidden;
}

.post-block-col-one .news-post-grid-thumbnail a img {
	transition: .35s ease-in;
	display: block;
	overflow: hidden;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.post-block-col-one .news-post-grid-content.grid-content-inner {
	padding-top: 0px;
	border: 0px solid;
	border-top: 0px solid;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.post-block-col-one .post-category-box.post-block-meta-cat .news-cat_Name {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

.post-block-col-one .post-category-box.post-block-meta-cat {
	position: relative;
	line-height: 1;
	margin-bottom: 2px;
}

.post-meta-bottom-list-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.post-meta-bottom-list-wrap .post-meta-left-wrap {
	display: flex;
	align-items: center;
}

.post-meta-bottom-list-wrap .post-meta-left-author {
	margin-right: 10px;
	border-radius: 100%;
}

.post-meta-bottom-list-wrap .post-meta-left-author img {
	width: 100%;
	border-radius: 100% !important;
}

body.page .theme-page-spacing .entry-content .post-meta-bottom-list-wrap .post-meta-left-content h4.post-author-name {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 2px !important;
	text-transform: capitalize;
}

body.page .theme-page-spacing .entry-content .post-meta-bottom-list-wrap .post-meta-left-content h4.post-author-name a {
	color: #000;
}

.post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !Important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

body.page .theme-page-spacing .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 14px;
	margin-bottom: 0 !important;
	color: #949494;
}

.post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li:before {
	position: absolute;
	left: 87%;
	top: 52.5%;
	width: 8px;
	height: 1px;
	background: #989898;
	content: "";
	border-radius: 0;
	margin-top: -0.5px;
	display: block;
}

.post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li:last-child:before {
	display: none;
}

/*** Category Widget List ***/

.theme_cat_custom_list {
	position: relative;
}

.cat-custom-wrap-box.slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}

.theme_cat_custom_list a.category_image_single {
	position: relative;
	width: 100%;
	height: 268px;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.theme_cat_custom_list a.category_image_single:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgb(0 0 0 / 20%);
	z-index: 9;
}

.theme_cat_custom_list .cat-custom-wrap {
	position: relative;
}

.theme_cat_custom_list .cat-inner-list.cat-list-inner-content {
	position: absolute;
	bottom: 35px;
	text-align: center;
	width: 100%;
	height: auto;
	z-index: 99;
}

.theme_cat_custom_list span.cat-name-single {
	font-size: 24px !important;
	font-weight: 400;
	color: #fff !important;
	line-height: 1 !important;
	margin: 0 !important;
}

.theme_cat_custom_list span.category-number {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
}


/*** Post Tab 1 ***/

.theme_post_Tab__block.block-tab-item .row {
	flex-direction: row-reverse;
}

.post-tab-block-element.news_tab_Block {
	position: relative;
}

.news_tab_Block .nav-tabs {
	position: absolute;
	right: 0;
	border: 0;
	top: 0px;
	background: transparent;
	border-radius: 0px;
	padding: 0px !important;
	list-style: none !important;
	margin: 0 !important;
}

.blog-tab-wrapper.theme-tab-grid-wrapper .news_tab_Block .nav-tabs {
	top: 0px;

}

.news_tab_Block .nav-tabs li.nav-item {
	font-size: 16px !important;
	line-height: 1 !important;
	color: #838383 !important;
	margin-left: 10px;
}

.news_tab_Block .nav-tabs .nav-link {
	border: none;
	position: relative;
	display: inline-block;
	color: #838383;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	background: transparent;
	border-radius: 5px;
	padding: 10px 19px;
	line-height: 1;
	border: 1px solid #D5D5D5;
}

.news_tab_Block .nav-tabs .nav-link.active {
	background: #fff;
	color: #000;
	box-shadow: 11px 36px 50px rgb(0 0 0 / 10%);
	border-color: #fff;
}

.theme-post-tab-wrapper .post-block-item-one.post-block-col-one.tab-small-post-item {
	margin-bottom: 30px;
}

.theme-post-tab-wrapper .post-block-item-one.post-block-col-one.tab-small-post-item:last-child {
	margin-bottom: 0;
}

.post-block-item-one.post-block-col-one.tab-grid-post-item .news-post-grid-content.grid-content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding-top: 50px;
	border: 0px solid;
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0;
}

.post-block-col-one.tab-grid-post-item .news-post-grid-thumbnail a img {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-radius: 26px;
}


/*** Tab List ***/

.theme-blog-tab-list-wrapper .theme_post_Tab__block.block-tab-item {
	position: relative;
}

.tab-block-list-single {
	position: relative;
	margin-bottom: 30px;
	border-bottom: 0px solid;
	padding-bottom: 0px;
}

.tab-block-list-single:last-child {
	margin-bottom: 0;
}

.tab-block-list-single .tab-block-list-single-wrap {
	position: relative;
	display: flex;
	transition: all .3s ease-in;
	flex-direction: row;
}

.tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap {
	display: block;
	overflow: hidden;
	min-width: 312px;
	max-width: min-content;
	width: 100%;
	margin-left: 0;
	margin-right: 35px;
}

.tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap a {
	display: block;
	overflow: hidden;
	border-radius: 0px;
}

.tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap a img {
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 0px;
	transition: .5s;
}

.theme-blog-tab-list-wrapper .block-tab-item .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap {
	position: relative;
	padding-left: 55px;
}

.tab-block-list-single.post-list-wrapper-loadmore .tab-block-list-single-wrap .tab-list-content-wrap {
	position: relative;
	padding-left: 0px;
}


.recent-post-number-wrap {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
}

.recent-post-number-wrap span {
	display: block;
	font-size: 83px;
	color: #EFEFEF;
	font-weight: 400;
	line-height: 1;
	z-index: 1;
}

.tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner {
	position: relative;
	z-index: 99;
}

.theme-blog-tab-list-wrapper .tab-list-content-wrap .post-category-box.post-block-meta-cat {
	margin-bottom: 40px;
}

.theme-blog-tab-list-wrapper .tab-list-content-wrap .grid-content-inner h3.post-title {
	margin-bottom: 25px !important;
}

.theme-blog-tab-list-wrapper .block-tab-item .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner .post-meta-bottom-list-wrap {
	margin-top: 25px;
}


.tab-block-list-single.post-list-wrapper-loadmore .tab-list-content-wrap .post-category-box.post-block-meta-cat {
	margin-bottom: 10px;
}

.tab-block-list-single.post-list-wrapper-loadmore .tab-list-content-wrap .grid-content-inner h3.post-title {
	margin-bottom: 15px !important;
}

.tab-block-list-single.post-list-wrapper-loadmore .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner .post-meta-bottom-list-wrap {
	margin-top: 45px;
}

.tab-block-list-single .tab-block-list-single-wrap {
	justify-content: space-between;
}

.tab-block-list-single.post-list-wrapper-loadmore:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}


/*** Video Post ***/

.theme-post-video-block {
	position: relative;
}

.blog-post-video-thumbnailpost-item-style-one {
	position: relative;
	margin-bottom: 20px;
}

.video-meta-items-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.theme-post-video-block .blog-post-video-thumbnail a {
	position: relative;
	transition: .3s ease-in;
	display: block;
	overflow: hidden;
	border-radius: 0px;
}

.theme-post-video-block .blog-post-video-thumbnail img {
	display: block;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
	height: 443px;
	border-radius: 0px;
}

.video-play-icon-wrap {
	display: inline-block;
}

.video-play-icon-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}

.video-play-icon-wrap a {
	display: inline-block;
	background: #fff;
	color: #000000;
	width: 80px;
	height: 80px;
	border-radius: 100px !important;
	text-align: center;
	line-height: 80px;
}

.video-play-icon-wrap a i {
	font-size: 28px;
	line-height: 80px;
}

.theme-post-video-block .post-block-col-one .news-post-grid-content.grid-content-inner {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.theme-heading-title-bar.elementor-widget.elementor-widget-heading {
	margin-bottom: 15px !important;
}

body.page .theme-page-spacing .entry-content .theme-tab-grid-wrapper .tab-section-title h2 {
	margin-bottom: 30px !important;
}

.theme-tab-grid-wrapper .post-block-col-one.tab-grid-post-item .news-post-grid-thumbnail a {
	border-radius: 26px;
}

.post-block-col-one.tab-grid-post-item .post-category-box.post-block-meta-cat {
	margin-bottom: 25px;
}

.elementor-widget-container .theme-tab-grid-wrapper .block-tab-item .row .col-lg-4:nth-of-type(2) h3.post-title a {
	color: #fff !important;
}

.elementor-widget-container .theme-tab-grid-wrapper .block-tab-item .row .col-lg-4:nth-of-type(2) .post-category-box.post-block-meta-cat .news-cat_Name {
	color: #fff !important;
}

body.page .theme-page-spacing .entry-content .theme-post-tab-wrapper.blog-tab-wrapper .tab-section-title h2 {
	margin-bottom: 30px;
}

body.page .theme-page-spacing .entry-content .post-block-col-one.tab-small-post-item .grid-content-inner h3.post-title {
	margin-bottom: 0;
}

.theme-post-tab-wrapper .post-block-col-one.tab-large-post-item .news-post-grid-content.grid-content-inner {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 70px;
}

.theme-post-tab-wrapper .post-block-col-one.tab-small-post-item .news-post-grid-content.grid-content-inner {
	padding-right: 70px;
}


.theme-post-tab-wrapper .post-block-col-one.tab-large-post-item .post-category-box.post-block-meta-cat {
	margin-bottom: 25px;
}

.post-block-item-one.post-block-col-one.post-item-style-one {
	margin-bottom: 30px;
}

.post-block-item-one.post-block-col-one.post-item-style-one:last-child {
	margin-bottom: 0px;
}

.post-block-item-one.post-block-col-one.post-item-style-one .post-meta-bottom-list-wrap {
	margin-top: 15px;
}

.blog-tab-wrapper.theme-blog-tab-list-wrapper .news_tab_Block .nav-tabs {
	top: -2px;

}

.theme-post-video-block .blog-post-video-thumbnail {
	position: relative;
	margin-bottom: 30px;
}

.video-list-md .theme-post-video-block .blog-post-video-thumbnail {
	margin-bottom: 15px;
}

.post-block-col-one.post-video-block-item .grid-content-inner h3.post-title {
	margin-bottom: 0 !important;
}

.video-list-md .theme-post-video-block .slider-social-box {
	display: none;
}

.video-list-md .theme-post-video-block .video-play-icon-wrap {
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
}

.video-list-md .theme-post-video-block .video-play-icon-wrap a {
	width: 52px;
	height: 52px;
	line-height: 52px;
}

.video-list-md .theme-post-video-block .video-play-icon-wrap a i {
	font-size: 20px;
	line-height: 52px;
}

.theme-post-video-block .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li:before {
	background: #fff;
}


/*** Recent Posts Widget ***/

.elementor-widget.elementor-widget-wp-widget-theme_recent_posts {
	background: #FCF9F5;
	position: relative;
	padding: 20px;
	padding-top: 25px;
	border-radius: 0px;
}

body.page .theme-page-spacing .entry-content .elementor-widget.elementor-widget-wp-widget-theme_recent_posts h5 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}

.recent-post-blog-item.blog-latest-custom-widget {
	display: flex;
	align-items: center;
	position: relative;
	transition: all .3s ease-in;
	margin-bottom: 15px;
}

.recent-post-blog-item.blog-latest-custom-widget:last-child {
	margin-bottom: 0;
}

.recent-post-blog-item.blog-latest-custom-widget .recent-postthumb {
	max-width: min-content;
	min-width: 100px;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}

.recent-post-blog-item.blog-latest-custom-widget .recent-postthumb a {
	display: block;
	overflow: hidden;
	border-radius: 50%;
}

.recent-post-blog-item.blog-latest-custom-widget .recent-postthumb a img {
	width: 100%;
	display: block;
	overflow: hidden;
	transition: .5s;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}


.recent-post-list-inner.recent_post_Content h3 {
	font-size: 18px !important;
	line-height: 1.278 !important;
	margin-bottom: 6px !Important;
}

.recent-post-list-inner.recent_post_Content h3 a {
	color: #000;
}

.recent-post-list-inner.recent_post_Content ul.recent-posts-meta-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !Important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.recent-post-list-inner.recent_post_Content ul.recent-posts-meta-list li {
	font-size: 12px !important;
	line-height: 18px !important;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin-bottom: 0 !important;
	color: #949494 !important;
}

.recent-post-list-inner.recent_post_Content ul.recent-posts-meta-list li:before {
	position: absolute;
	right: 4px;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #949494;
	content: "";
	border-radius: 100%;
}

.recent-post-list-inner.recent_post_Content ul.recent-posts-meta-list li:last-child:before {
	display: none;
}


/*** Search ***/

.elementor-widget.elementor-widget-wp-widget-search {
	background: #FAFAFA;
	border-radius: 20px;
	padding: 30px 20px;
}

body.page .theme-page-spacing .entry-content .elementor-widget.elementor-widget-wp-widget-search h5 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}

.elementor-widget.elementor-widget-wp-widget-search form {
	position: relative;
}

.elementor-widget.elementor-widget-wp-widget-search form .input-group {
	position: relative;
}

.elementor-widget.elementor-widget-wp-widget-search form input.form-control {
	position: relative;
	width: 100%;
	background: #F3F3F3;
	border: 0px solid;
	border-radius: 15px;
	text-indent: 44px;
	display: block;
	font-size: 16px;
	padding: 12px 0;
}

.custom-social-wid {
	background: #FAFAFA;
	border-radius: 20px;
	padding: 30px 20px;
}

.custom-social-wid .elementor-widget-heading {
	margin-bottom: 5px !important;
}

.social-heading.elementor-widget {
	background: #FAFAFA;
	padding: 30px 20px;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	margin-top: 30px;
}

.social-heading.elementor-widget h2 {
	margin-bottom: 0 !important;
	padding-bottom: 20px;
}

.social-wid-home {
	background: #FAFAFA;
	padding: 30px 20px;
	padding-top: 0;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}


/*** Footer CSS ***/

footer.theme-footer-wrapper.theme_footer_Widegts {
	background: #000;
	padding-top: 0px;
}

.footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-widget ul li {
	display: block;
	position: relative;
}

.footer-widget ul li a {
	font-size: 16px;
	display: block;
	color: #4D4D4D;
	font-weight: 400;
	line-height: 1.5;
}

.footer-widget h4.widget-title {
	font-size: 21px;
	line-height: 1.334;
	font-weight: 400;
	margin-bottom: 20px;
}

.footer-middle {
	margin-top: 70px;
	margin-bottom: 28px;
}

.footer-border {
	background: #AEAEAE;
	height: 0.7px;
	max-width: 1250px;
	margin: auto;
}


.footer-social-wrap {
	display: flex;
	position: relative;
	justify-content: flex-end;
}

.footer-socials a {
	display: inline-block;
	color: #B0B0B0;
	width: 36px;
	background: #E1E1E1;
	height: 36px;
	margin-left: 2px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}

.footer-social-heading {
	color: #AFAFAF;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	margin-right: 17px;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

ul.footer-nav li {
	display: inline-block;
	position: relative;
}

ul.footer-nav li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #f8f8f8;
	padding-right: 25px;
	line-height: 1;
	text-transform: uppercase;
}

p.copyright-text {
	margin: 0;
	font-size: 16px;
	color: #f8f8f8;
	line-height: 1.286;
}

.footer-bottom {
	padding: 20px 0px;
}


/*** Blog Layout ***/

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap {
	justify-content: space-between;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner h3.post-title {
	font-size: 26px;
	line-height: 1.4em;
	color: #000;
	font-weight: 400;
	margin-bottom: 25px;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner h3.post-title a {
	color: #000;
}


.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap {
	margin-left: 0;
	margin-right: 30px;
}

.category-layout-one .tab-block-list-single .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin-bottom: 0 !important;
	color: #949494;
}

.category-layout-one .post-category-box.post-block-meta-cat {
	position: relative;
	line-height: 1;
	margin-bottom: 5px;
}

.category-layout-one .post-category-box.post-block-meta-cat .news-cat_Name {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap a img {
	height: 219px;
}

.category-layout-one .post-meta-left-content h4.post-author-name {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 2px;
}

.category-layout-one .tab-block-list-single:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

header#theme-header-one {
	box-shadow: 0px 62px 60px rgb(227 227 227 / 20%);
}

.breadcrumb-nav-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb-nav-top ul li {
	display: inline-block;
	position: relative;
	color: #585858;
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
}

.breadcrumb-nav-top ul li a {
	display: inline-block;
	color: #585858;
}

.breadcrumb-nav-top li.breadcrumb-home-menu {
	padding-left: 22px;
	padding-right: 19px;
}

.breadcrumb-nav-top li.breadcrumb-home-menu:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 16px;
	height: 18px;
	background: url(../images/home-icon.svg) no-repeat scroll left center;
	background-size: cover;
	content: "";
	margin-top: -10px;
}

.breadcrumb-nav-top li.breadcrumb-key-menu {
	padding-left: 19px;
	padding-right: 0;
}

.breadcrumb-nav-top li.breadcrumb-key-menu:before {
	background: url(../images/titlebar-arrow.svg) no-repeat scroll left center;
	position: absolute;
	left: -5px;
	top: 50%;
	width: 10px;
	height: 10px;
	background-size: cover;
	content: "";
	margin-top: -5px;
}

.breadcrumb-nav-top {
	margin-bottom: 15px;
}

.theme-breacrumb-title {
	font-size: 45px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	line-height: 1;
}

.slider-social-box a {
	display: inline-block;
	color: #606770 !important;
	font-size: 17px;
	margin-left: 5px;
}

.copy-post-custom {
	cursor: pointer;
}

.copy_text {}

/*** Back To Top ***/

.backto {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	background: #237280;
	border-radius: 30px;
	color: #FFFFFF;
	cursor: pointer;
	height: 44px;
	text-align: center;
	width: 44px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: none;
	box-shadow: none;
}

.backto:hover {
	background: #000 !important;
	color: #FFFFFF;
}

.backto:hover a {
	color: #FFFFFF;
}

.backto a {
	color: #fff;
	font-size: 24px;
	line-height: 1.84;
}


/*** Responsive Nav ***/

div.slicknav_menu {
	background: transparent;
	text-align: right;
	font-size: 15px;
	padding: 5px 15px 5px 15px;
}

.slicknav_menu .slicknav_menutxt {
	font-weight: 400;
}

.slicknav_btn {
	float: none;
	display: inline-block;
}

ul.slicknav_nav {
	background: #000;
	text-align: left;
	position: relative;
	top: -70px;
}

.slicknav_nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slicknav_nav li:last-child {
	border-bottom: 0 solid;
}

a.slicknav_btn {
	background: #237280;
	border-radius: 0;
	margin: 3px 1px 15px;
	position: relative;
	top: -71px;
	right: 9px;
	border-radius: 0px;
	box-shadow: none;
}

.slicknav_nav a {
	color: #ffffff;
	padding-left: 20px;
}

.slicknav_menu {
	display: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 10px 0px;
	margin: 0px 0px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding-left: 20px;
}

.slicknav_nav li a:hover {
	background: #000;
	border-radius: 0;
	color: #fff;
}

.slicknav_nav ul {
	margin: 0 0 0 0px;
}

.foodior-responsive-menu {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none;
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0;
	background: #000;
	color: #fff;
}

.slicknav_nav .slicknav_arrow {
	font-size: 15px;
	margin: 0;
	position: absolute;
	right: 20px;
}

.slicknav_menu .slicknav_icon {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0;
	border-radius: 0px;
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	box-shadow: none;
	top: 3px;
	position: relative;
}

.slicknav_menu .slicknav_menutxt {
	display: none;
}

ul.slicknav_nav li ul.sub-menu li a {
	padding-left: 30px;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li a {
	padding-left: 15px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	font-size: 15px;
	font-weight: 400;
}

ul.slicknav_nav {
	background: #000;
}

.slicknav_nav li:hover {
	background: #000;
}

.slicknav_nav .slicknav_row:hover {
	background: transparent;
}

.slicknav_nav li a:hover {
	background: transparent
}

ul.slicknav_nav li ul.sub-menu li a>a {
	padding-left: 0;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
	padding-left: 30px;
}

.slicknav_nav li:hover {
	background: #237280;
}


.slider-social-box a:hover {
	color: #237280 !important;
}

.post-block-col-one .news-post-grid-content.grid-content-inner {
	transition: all .25s ease-in;
}

.blog-tab-wrapper .post-block-col-one.tab-large-post-item .news-post-grid-content.grid-content-inner,
.blog-tab-wrapper .post-block-col-one.tab-small-post-item .news-post-grid-content.grid-content-inner {
	transition: all .25s ease-in;
}


.blog-tab-wrapper .post-block-col-one.tab-large-post-item:hover .news-post-grid-content.grid-content-inner,
.blog-tab-wrapper .post-block-col-one.tab-small-post-item:hover .news-post-grid-content.grid-content-inner {
	border-color: transparent;
	box-shadow: 0px 5px 55px rgb(0 0 0 / 6%);
}

.post-block-item-one.post-block-col-one.post-item-style-one .news-post-grid-content.grid-content-inner {
	transition: all .25s ease-in;
}

.single-blog-header .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 14px;
	margin-bottom: 0 !important;
	color: #949494;
}

.single-blog-header .post-meta-left-content h4.post-author-name {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 2px;
}

.single-blog-header .tab-cat-box {
	position: relative;
	line-height: 1;
	margin-bottom: 0px;
}

.single-blog-header .tab-cat-box .news-cat_Name {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
}

.single-blog-header .tab-block-list-single .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	padding-right: 14px;
	margin-bottom: 0 !important;
	color: #949494;
}

.blog_layout_one_Top {
	margin-bottom: 60px;
}

.single-blog-header .post-meta-bottom-list-wrap {
	margin-top: 0px;
}

h1.post-title.single_blog_inner__Title {
	font-size: 44px;
	line-height: 1.28;
	margin-bottom: 20px;
}

.theme-blog-details .post-featured-image img {
	border-radius: 24px;
}

.wp-block-image figcaption {
	text-align: center;
}

.author-thumb img {
	border-radius: 20px;
}

.theme_blog_nav_Title {
	font-size: 17px;
	line-height: 1.3;
}

.theme_blog_nav_Label {
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: capitalize;
}

.theme_related_posts_Wrapper {
	margin-top: 60px;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
	background: #000;
	color: #fff;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
	outline: none;
	box-shadow: none;
}


.theme_related_post_Grid .post-block-col-one .news-post-grid-thumbnail-wrap img {
	height: 232px;
}

.theme_related_post_Grid .post-block-col-one.post-item-style-one .grid-content-inner h3.post-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	min-height: 65px;
}

.theme_related_post_Grid .post-block-col-one.post-item-style-one .grid-content-inner h3.post-title a {
	color: #000000;
}

.theme_related_post_Grid .post-block-col-one.post-item-style-one .post-meta-bottom-list-wrap .post-meta-left-content h4.post-author-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
}

.theme_related_post_Grid .post-block-col-one.post-item-style-one .post-meta-bottom-list-wrap .post-meta-left-content h4.post-author-name a {
	color: #000000;
}

.theme_related_post_Grid .post-block-col-one.post-item-style-one .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #949494;
}

.category-layout-one .post-meta-left-content h4.post-author-name a {
	color: #000;
}

.single-blog-header h4.post-author-name a {
	color: #000;
}

.home-two-hero-list .tab-block-list-single.post-list-wrapper-loadmore .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner .post-meta-bottom-list-wrap {
	margin-top: 30px;
}

.home-two-hero-list .tab-block-list-single {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.home-hero-two-right .post-block-col-one.post-item-style-one .grid-content-inner h3.post-title {
	margin-bottom: 10px !Important;
}


.home-hero-three-right .post-block-col-one .news-post-grid-content.grid-content-inner {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
}

.home-hero-three-right .post-excerpt-box {
	max-width: 90%;
}

.home-hero-three-right .post-block-col-one.post-item-style-one .grid-content-inner h3.post-title {
	margin-bottom: 10px !Important;
}

button.mfp-close:focus {
	border: none;
	outline: none;
}

.footer-socials a:hover {
	background: #237280;
	color: #fff;
}

.parent-sticky .elementor-widget-wrap {
	display: block !important;
}

.titlesticky {
	position: sticky !important;
	top: 60px;
}

.theme-post-video-wrapper.theme-post-video-block .slider-social-box {
	display: none;
}


/*** Slider Arrows ***/

.slide-arrow-left.slick-arrow,
.slide-arrow-right.slick-arrow {
	position: absolute;
	z-index: 10;
	opacity: 1;
	display: inline-block !important;
	margin: 0 !important;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #F0F0F0 !important;
	text-align: center;
	color: #939393 !important;
	transition: all 0.25s ease-in 0s;
	padding: 0 !important;
	font-weight: bold;
	font-size: 20px !important;
	border-radius: 50% !important;
	cursor: pointer;
	font-family: IcoFont !important;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
	font-size: 18px !important;
	line-height: 48px;
	font-style: normal !important;
}

.slide-arrow-left.slick-arrow i,
.slide-arrow-right.slick-arrow i {
	font-size: 38px !important;
	line-height: 48px;
	font-style: normal !important;
}

.slide-arrow-right.slick-arrow {
	top: auto;
	right: 50% !important;
	left: auto;
	bottom: 88px;
	margin-left: 5px !important;
	margin-right: -24px !important;
}

.slide-arrow-left.slick-arrow {
	top: auto;
	left: 50%;
	bottom: 88px;
	margin-left: -80px !important;
	margin-right: 5px !important;
}

.slide-arrow-left.slick-arrow:hover,
.slide-arrow-right.slick-arrow:hover {
	color: #fff !important;
	background: #237280 !important;
}

.theme-main-slider-wrapper .slide-arrow-left.slick-arrow {
	top: 50%;
	right: auto;
	left: 40px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	bottom: inherit;
	margin-top: -24px !important;
}

.theme-main-slider-wrapper .slide-arrow-right.slick-arrow {
	top: 50%;
	right: 40px !important;
	left: inherit;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: -24px !important;
	bottom: inherit;
}

.category_image_wrapper .slide-arrow-left.slick-arrow {
	top: auto;
	left: 0;
	bottom: 50%;
	margin-left: -63px !important;
	margin-right: 0px !important;
	margin-bottom: -24px !important;
}

.category_image_wrapper .slide-arrow-right.slick-arrow {
	top: auto;
	right: 0% !important;
	left: auto;
	bottom: 50%;
	margin-left: 0px !important;
	margin-right: -63px !important;
	margin-bottom: -24px !important;
}


/*** Preloader ***/

.theme-preloader-style {
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -ms-flexbox;
	height: 100%;
	justify-content: center;
	-webkit-justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background: #000;
}

.preloader-close {
	position: fixed;
	z-index: 99999999;
	font-size: 18px;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	right: 15px;
	top: 15px;
	border-radius: 50%;
}

.theme-preloader-style .animation-preloader {
	position: absolute;
	z-index: 100;
}

.theme-preloader-style .animation-preloader .spinner {
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	height: 150px;
	margin: 0 auto 45px auto;
	width: 150px;
}

.theme-preloader-style .animation-preloader .preloader-text {
	text-align: center;
	user-select: none;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:before {
	animation: letters-loading 4s infinite;
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading {
	font-weight: 500;
	letter-spacing: 15px;
	display: inline-block;
	position: relative;
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(2):before {
	animation-delay: 0.2s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(3):before {
	animation-delay: 0.4s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(4):before {
	animation-delay: 0.6s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(5):before {
	animation-delay: 0.8s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(6):before {
	animation-delay: 1s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(7):before {
	animation-delay: 1.2s;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:nth-child(8):before {
	animation-delay: 1.4s;
}

.theme-preloader-style .loader-section {
	background-color: #ffffff;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
	opacity: 0;
	transition: 0.3s ease-out;
}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading {}

.theme-preloader-style .animation-preloader .preloader-text .letters-loading:before {
	color: #ffffff;
}

.theme-preloader-style .animation-preloader .spinner {
	border: 3px solid #ffffff;
	border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

@keyframes letters-loading {

	0%,
	75%,
	100% {
		opacity: 0;
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		transform: rotateY(0deg);
	}
}

@media screen and (max-width: 767px) {
	.theme-preloader-style .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}
}

@media screen and (max-width: 500px) {
	.theme-preloader-style .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	.theme-preloader-style .animation-preloader .preloader-text .letters-loading {
		font-size: 30px;
		letter-spacing: 10px;
	}
}


/*** Dropdown navigation ***/

.nav-menu-wrapper .mainmenu li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
	padding: 16px 28px 16px 28px;
	background: #fff;
	min-width: 205px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 0px;
	border: 0px solid;
	box-shadow: 0 0 15px rgb(0 0 0 / 7%);
	border-radius: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li {
	display: block;
	position: relative;
	padding: 5px 0px;
}

.nav-menu-wrapper li ul.sub-menu li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	color: #000;
	padding: 0px 0px;
	line-height: 1.2;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li a:hover {
	color: #000;
	background: transparent;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:first-child a {
	padding-left: 0px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:last-child a {
	padding-right: 0px;
}

.nav-menu-wrapper .mainmenu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) translateY(0px);
	-ms-transform: scale(1) translateY(0px);
	transform: scale(1) translateY(0px);
}

.nav-menu-wrapper .mainmenu li ul li ul.sub-menu {
	position: absolute;
	right: 118%;
	top: 0%;
	left: auto;
	opacity: 0 !important;
	filter: Alpha(opacity=0) !important;
	visibility: hidden;
	min-width: 225px;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu li:hover ul {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
	top: 105%;
}

.nav-menu-wrapper .mainmenu ul>li.menu-item-has-children>a:after {
	content: "\ea4e";
	color: #000;
	font-family: 'remixicon' !important;
	padding-left: 0px;
	opacity: 1;
	font-weight: normal;
	position: relative;
	top: 3px;
	font-size: 16px;
	left: 0px;
	vertical-align: 0;
	margin-left: 0;
	border: 0;
}

.nav-menu-wrapper .mainmenu ul li:last-child a {
	padding-right: 17px;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
	display: block !important;
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.slicknav_nav li ul.sub-menu li ul.sub-menu {
	padding-left: 30px;
	padding-right: 50px;
}

ul.slicknav_nav li ul.sub-menu li a {
	display: block;
}

.slicknav_nav li:hover {
	background: #237280;
}

ul.slicknav_nav li ul.sub-menu li a {
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 10px 0;
	padding-left: 30px;
}

.nav-menu-wrapper .mainmenu ul li a:hover {
	color: #237280;
}

.nav-menu-wrapper .mainmenu ul>li.menu-item-has-children>a:hover:after {
	color: #237280;
}

/*** Sticky header ***/


.stick-top {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s ease 0s;
}

@media (min-width: 1025px) {

	.stick-top.sticky {
		position: sticky;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 999;
		transition: all .3s ease 0s;
	}

	body.admin-bar .stick-top.sticky {
		top: 32px !important;
	}

}

.logo.theme-logo h1 {
	margin: 0;
	line-height: 1;
}

.theme_footer_Widegts.no-footer-top .footer-middle {
	display: none;
}

.theme_footer_Widegts.no-footer-top .footer-border {
	display: none;
}

.theme_footer_Widegts.no-footer-top {
	padding-top: 0 !important;
}

.theme_footer_Widegts.no-footer-top .footer-bottom {
	padding: 20px 0px;
}

.wp-block-search .wp-block-search__label {
	border-bottom: 0px solid #E4E4E4;
	font-weight: 600;
	font-family: 'Pathway Extreme', sans-serif;	
}

/*** Unit CSS ***/

.comments-list img.comment-avatar {
	float: left;
}

#comments .comment-author .says {
	display: block;
	line-height: 1.5;
}

#comments .comments-list .comment-author cite {
	display: none;
}

.comments-list .comment-author {
	margin-bottom: 10px;
}

#comments .meta-data {
	margin-bottom: 5px;
}

#comments.blog-post-comment .comment-content img {
	margin: 11px 0;
}

#comments .comment-content table a {
	color: #000;
}

.comments-list .comment-body {
	margin-bottom: 28px;
}

.blog-post-comment .comment-content pre {
	font-size: 14px;
	line-height: 1.65;
	overflow: auto;
	background: #eee;
	color: #000;
	overflow: auto;
	padding: 20px !important;
	white-space: pre-wrap !important;
	word-wrap: break-word !important;
}

.comment-num {
	font-size: 26px !important;
}

#comments .pull-right.reply {
	top: 0px;
}

body.page .theme-page-spacing .entry-content table td a,
body.page .theme-page-spacing .entry-content table th a {
	color: #000;
	font-weight: 500;
	text-decoration: none !important;
}

body.page .theme-page-spacing .entry-content table td a:hover,
body.page .theme-page-spacing .entry-content table th a:hover {
	color: #000;
}

body.page .theme-page-spacing .entry-content ul li {
	line-height: 1.5;
	color: #555555;
	margin-bottom: 10px;
}

body.page .theme-page-spacing .entry-content ol li {
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 400;
}

.blog-post-comment .comment-respond .comment-reply-title {
	margin-bottom: 20px !important;
}

body.page .theme-page-spacing .entry-content .comment-respond p.logged-in-as {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 26px;
}

.comment-respond .comment-reply-title {
	padding-bottom: 27px;
}

body.page .theme-page-spacing .entry-content .depth-1 .comment-respond p.form-submit {
	margin-bottom: 30px;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
	margin-top: 13px;
}

.comments-list .comment-author a {
	color: #000;
	display: inline-block;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:hover {
	background: #000;
	color: #fff;
}

.blog-post-comment .comment-respond .comment-form .btn-comments:focus {
	outline: none;
	box-shadow: none;
}

.error-page .error-code {
	display: block;
	font-size: 150px;
	line-height: 1;
	color: #000;
	margin-bottom: 25px;
}

.error-page .error-body .error-btn-custom {
	margin-top: 30px;
	display: inline-block;
	background: #237280;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding: 16px 30px;
	border-radius: 30px;
	width: auto;
	border: 0px solid;
}

.error-page .error-body .error-btn-custom:hover,
.error-page .error-body .error-btn-custom:focus,
.error-page .error-body .error-btn-custom:active {
	border: none;
	outline: none;
	box-shadow: none !important;
	background: #000;
}

body.error404 .main-container {
	padding-top: 60px;
	margin-top: 0;
	padding-bottom: 60px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
	color: #565656;
	position: relative;
	margin-bottom: 12px;
	padding-left: 14px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.blog-sidebar .widget_block .wp-block-latest-comments {
	border: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
	margin-bottom: 0;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::before {
	display: none;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment a {
	color: #000;
	display: inline;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author {
	font-weight: bold;
	font-size: 14px;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment::last-child {
	margin-bottom: 0;
}

.blog-sidebar .wp-block-page-list li.wp-block-pages-list__item.has-child>a {
	margin-bottom: 10px;
	display: inline-block;
}

.blog-sidebar select {
	height: 37px;
}

.post-block-wrapper-latest.post-block-style-latest .latest-post-block-content h3.post-title {
	position: relative;
}

.blog-new-layout.theme-layout-mainn .sticky {
	background: #23728014;
	border-top: 5px solid #237280;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-radius: 0px;
}

.blog-block-latest-single-item.sticky .latest-post-block-content h3.post-title:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f08d";
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000;
	font-size: 25px;
}

.post-thumbnail.latest-post-thumbnail-wrap a img {
	height: 100%;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
	color: #fff;
}

.blog-sidebar .widget_search form button {
	line-height: 1;
}

.blog-sidebar .widget_search form button:before {
	position: absolute;
	right: 50%;
	top: 50%;
	font-family: 'IcoFont';
	color: #fff;
	content: "\ed11";
	margin-top: -7px;
	margin-right: -7.5px;
	font-weight: normal;
}

.blog-sidebar .widget_search form button:hover {
	background: #000 !important;
}

.blog-sidebar .widget .widget-title {
	padding-bottom: 0;
	position: relative;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	padding-left: 0;
	letter-spacing: 0;
	border-bottom: 0px solid #E4E4E4;
	margin-bottom: 25px;
}

.blog-sidebar select#archives-dropdown--1 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog-sidebar .widget.widget_tag_cloud .widget-title {
	margin-bottom: 35px;
}

.blog-sidebar .tagcloud a,
.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a {
	background: rgba(142, 142, 142, 0.1);
	border: 0px solid !important;
	border-radius: 86px !important;
	font-size: 15px !important;
	line-height: 1;
	color: #686767 !important;
	padding: 10px 19px !important;
	margin-right: 6px;
	font-weight: 500 !important;
}

.blog-sidebar .tagcloud a:hover,
.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a:hover {
	background: rgb(255 24 78 / 10%);
	color: #237280 !important;
}

.blog-post-comment .comment-content ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-post-comment .comment-content ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-post-comment .comment-content ul li::marker {
	color: #237280;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ol li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .tag-edge-case .entry-content ul li ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post-password-form input[type='submit']:hover {
	background: #000;
}

.blog-block-latest-single-item .latest-post-block-content h3.post-title {
	word-break: break-word;
}

.single-blog-header h1.post-title.single_blog_inner__Title {
	word-break: break-word;
}

.blog-details-content .wp-block-calendar {
	margin-bottom: 20px;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments__comment-meta a,
.wp-block-latest-posts a,
.wp-block-rss__item-title a {
	color: #000 !important;
	text-decoration: none !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	list-style: none;
}

.blog-details-content .wp-block-search .wp-block-search__inside-wrapper {
	margin-bottom: 35px;
}

.blog-post-comment blockquote,
.blog-post-comment .blockquote {
	background: #efefef;
}

pre {
	background: #eeeeee !important;
	padding: 20px !important;
	overflow: auto;
	font-size: 15px !important;
	white-space: pre-wrap !important;
	word-wrap: break-word !important;
	color: #000 !important;
	font-family: "Courier 10 Pitch", Courier, monospace !important;
	margin: 20px 0 !important;
	border-radius: 20px;
}

/* WebKit, Edge */
::-webkit-input-placeholder {
	color: #9AA5B6;
	font-size: 16px;
}

/* Firefox 4-18 */
:-moz-placeholder {
	color: #9AA5B6;
	font-size: 16px;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #9AA5B6;
	font-size: 16px;
	opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder {
	color: #9AA5B6;
	font-size: 16px;
}

/* Edge */
::-ms-input-placeholder {
	color: #9AA5B6;
	font-size: 16px;
}

/* MODERN BROWSER */
::placeholder {
	color: #9AA5B6;
	font-size: 16px;
}

.blog-details-content table th a {
	color: #000;
	text-decoration: none !important;
}

.blog-details-content table th a:hover {
	color: #000;
}

.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
	margin-right: 15px;
}

.post-layout-style2 .single-blog-content .entry-content .wp-block-column ol {
	margin-top: 0;
	padding-left: 15px;
}

.single-blog-content .wp-block-column blockquote {
	margin-top: 0 !important;
	padding: 25px !important;
}

.single-blog-content .single-blog-inner .entry-content .wp-block-column blockquote p {
	font-size: 15px;
}

.single-blog-content .wp-block-columns.alignwide blockquote:before {
	content: "\efcd";
	left: 12px;
	top: 10px;
	font-family: 'IcoFont' !important;
	font-size: 24px;
}

.blog-details-content ul li {
	margin-bottom: 10px;
	font-weight: 500;
}

.post-layout-style2 .single-blog-content .entry-content ol li {
	margin-bottom: 10px;
}

.post-layout-style2 .single-blog-content .entry-content ul.wp-block-archives li a {
	color: #555555;
	text-decoration: none;
	font-weight: 500;
}

.not-found form button:before {
	font-family: 'IcoFont';
	color: #fff;
	content: "\ed11";
	margin-right: -7.5px;
	margin-top: -10.5px;
}

.not-found form button:hover {
	background: #000;
}

.nav-menu-wrapper .mainmenu li ul.sub-menu {
	min-width: 235px;
}

.blog-new-layout.theme-layout-mainn .sticky .tab-block-list-single-wrap:before {
	font-family: 'IcoFont' !important;
	content: "\f003";
	position: absolute;
	right: -4px;
	top: -4px;
	color: #237280;
	font-size: 25px;
	z-index: 99;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap {
	justify-content: flex-start;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap a img {
	height: auto;
}

.blog-sidebar .tagcloud a:hover,
.single-blog-content .single-blog-inner .entry-content .wp-block-tag-cloud a:hover {
	background: #237280;
	color: #fff !important;
}

.blog-sidebar .widget_block li.wp-block-latest-comments__comment {
	padding-left: 0;
}

.search-form-main form input.hsearch-input {
	height: 48px;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner h3.post-title {
	word-break: break-word;
}

.category-layout-one .post-category-box.post-block-meta-cat .news-cat_Name:before {
	position: absolute;
	right: -5px;
	top: 0;
	content: ",";
}

.category-layout-one .post-category-box.post-block-meta-cat .news-cat_Name:last-child:before {
	content: "";
}

.footer-widget ul li a:hover {
	color: #237280;
}

.post-main-slider-section .blog-slider-inner-content h3.post-title a {
	padding-bottom: 6px;
	background: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0px 2px;
	background-repeat: no-repeat;
	background-position: left 87%;
	display: inline;
}

.post-main-slider-section .blog-slider-inner-content h3.post-title a:hover {
	color: #000;
	background-size: 100% 2px;
	display: inline;
}

.post-block-col-one.tab-grid-post-item .grid-content-inner h3.post-title a {
	padding-bottom: 6px;
	background: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0px 2px;
	background-repeat: no-repeat;
	background-position: left 87%;
	display: inline;
}

.post-block-col-one.tab-grid-post-item .grid-content-inner h3.post-title a:hover {
	color: #000;
	background-size: 100% 2px;
	display: inline;
}

.theme-blog-tab-list-wrapper .tab-list-content-wrap .grid-content-inner h3.post-title a,
.post-block-col-one.post-video-block-item .grid-content-inner h3.post-title a,
.tab-block-list-single.post-list-wrapper-loadmore .tab-list-content-wrap .grid-content-inner h3.post-title a,
.recent-post-list-inner.recent_post_Content h3 a,
.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner h3.post-title a,
.theme-post-grid-design-one .post-block-col-one .grid-content-inner h3.post-title a,
.food-cat-wrapper h2.elementor-heading-title a,
.post-block-col-one.post-overlay-item-block .grid-content-inner h3.post-title a,
.post-block-col-one.post-item-style-one .grid-content-inner h3.post-title a {
	padding-bottom: 6px;
	background: linear-gradient(to right, currentColor 0%, currentColor 100%);
	background-size: 0px 2px;
	background-repeat: no-repeat;
	background-position: left 87%;
	display: inline;
}

.theme-blog-tab-list-wrapper .tab-list-content-wrap .grid-content-inner h3.post-title a:hover,
.post-block-col-one.post-video-block-item .grid-content-inner h3.post-title a:hover,
.tab-block-list-single.post-list-wrapper-loadmore .tab-list-content-wrap .grid-content-inner h3.post-title a:hover,
.recent-post-list-inner.recent_post_Content h3 a:hover,
.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner h3.post-title a:hover,
.theme-post-grid-design-one .post-block-col-one .grid-content-inner h3.post-title a:hover,
.food-cat-wrapper h2.elementor-heading-title a:hover,
.post-block-col-one.post-overlay-item-block .grid-content-inner h3.post-title a:hover,
.post-block-col-one.post-item-style-one .grid-content-inner h3.post-title a:hover {
	background-size: 100% 2px;
	display: inline;
}

.theme-tab-grid-wrapper .post-block-col-one.tab-grid-post-item:hover .news-post-grid-thumbnail a img {
	transform: scale(1.05);
}

.tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap a img {
	transition: .35s ease-in;
}

.tab-block-list-single:hover .tab-block-list-single-wrap .tab-list-thumbnail-wrap a img {
	transform: scale(1.05);
}

.instagram-custom-wrap .elementor-widget.elementor-widget-image img {
	transition: .35s ease-in;
}

.instagram-custom-wrap .elementor-widget.elementor-widget-image a {
	display: block;
	overflow: hidden;
	border-radius: 0px;
}

.instagram-custom-wrap .elementor-widget.elementor-widget-image:hover img {
	transform: scale(1.05);
}

.theme_cat_custom_list a.category_image_single:before {
	transition: all .35s ease-in;
}

.theme_cat_custom_list a.category_image_single:hover:before {
	background: rgb(0 0 0 / 40%);
}

.blog-style-one-template .post-featured-image img {
	max-width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	border-radius: 0px;
	margin-bottom: 30px;
}

.blog-style-one-template .slider-meta-right {
	display: flex;
	align-items: center;
}

.blog-style-one-template h1.post-title.single_blog_inner__Title {
	font-size: 44px;
	line-height: 1.28;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	max-width: 90%;
}

.blog-style-one-template .theme-blog-details {
	padding-left: auto;
	padding-right: auto;
}

.blog-style-one-template .author_bio__Wrapper,
.blog-style-one-template .theme_blog_navigation__Wrap,
.blog-style-one-template #comments {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.logo.theme-logo h1,
.footer-top-logo h1.text-logo {
	font-size: 30px;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	text-transform: inherit;
}

.logo.theme-logo h1 a,
.footer-top-logo h1 a {
	color: #000;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p {
	font-weight: 400;
	font-size: 26px;
}

blockquote p,
.single-blog-content .single-blog-inner .entry-content blockquote p,
.blockquote p {
	color: #222;
}

.author-thumb {
	margin-bottom: 0;
}

.author-thumb img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}

.theme_blog_navigation__Wrap {
	margin-bottom: 0;
	padding: 0;
	background: #ffff;
	margin-top: 60px;
	border-radius: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 55px;
	padding-bottom: 55px;
}

.theme-tags__wrapper a {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 36px;
}

.prev_nav_Right_Img,
.prev_nav_left_Img {
	display: none;
}

.theme_blog_nav_Title {
	font-size: 20px;
	line-height: 1.3;
	color: #000;
}

.comment-respond .comment-reply-title {
	border-bottom: 0px solid #E4E4E4;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#comments {
	padding: 0px;
	background: #fff;
	border-radius: 0px;
}

.author_bio__Wrapper {
	clear: both;
	overflow: hidden;
	margin-top: 60px;
	padding: 0;
	padding-top: 60px;
	border-top: 1px solid #eee;
	border-bottom: 0px solid #eaeaea;
	background: #fff;
	border-radius: 0;
}

.blog-post-comment .comment-respond .comment-form .form-control {
	border-radius: 0px;
}

.main-container .theme-pagination-style ul.page-numbers {
	-webkit-box-pack: left !important;
	-ms-flex-pack: left !important;
	justify-content: left !important;
}

.main-container .theme-pagination-style ul.page-numbers li a.page-numbers,
.main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
	border-radius: 30px;
}

.body-inner-content {
	min-height: 100vh;
}

footer.theme-footer-wrapper.theme_footer_Widegts {
	position: sticky;
	top: 100%;
}

ul.slicknav_nav li.slicknav_parent ul li.slicknav_parent a.slicknav_item.slicknav_row span.slicknav_arrow {
	display: none;
}


/*** Load More CSS ***/

.theme-post-grid-design-one .post-block-item-one.post-block-col-one {
	margin-bottom: 30px;
}

.col-readmore a {
	color: #0073FF;
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	margin-top: 20px;
}

.foodior_load_more_custom_Wrapper.load-more-btn {
	text-align: center;
	margin-top: 40px;
}

button.foodior-load-more-btn {
	background: #3858f6;
	border: 0px solid;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	padding: 12px 38px;
	border-radius: 40px;
	cursor: pointer;
	transition: all .3s ease-in;
}

button.foodior-load-more-btn:hover {
	background: #237280;
	color: #fff;
}

button.foodior-load-more-btn:focus {
	outline: none;
}

.post-medium-style-loadmore h2.post-block-title {
	margin-bottom: 30px !important;
}


/*** Review Form CSS ***/

#review_form_wrapper label {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 16px;
}

#review_form_wrapper input {
	background: #fff;
	border: 0px solid;
	outline: none;
	height: 50px;
	border-radius: 10px;
	padding: 0 20px;
	font-weight: 400;
	line-height: 28px;
	color: #495057;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #ced4da;
}

#review_form_wrapper .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

#review_form_wrapper input[type="checkbox"] {
	position: relative;
	margin-right: 10px;
	padding: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #a6a6a6;
	background: none;
	border-radius: 2px;
	margin-bottom: 0;
	line-height: 1;
	box-shadow: none;
}

#review_form_wrapper .comment-form-rating label {
	color: #000;
	display: block !important;
	margin-bottom: 8px !important;
}

#review_form_wrapper .comment-form-rating {
	margin-top: 18px !important;
	margin-bottom: 10px !important;
}


div#review_form_wrapper .comment-form-comment label {
	color: #000;
	margin-bottom: 8px;
	display: block;
}

#review_form_wrapper textarea {
	border-radius: 10px;
	background: #202020;
	border: 0px solid;
	text-indent: 20px;
	padding: 10px 0;
	color: #a6a6a6;
	border: 1px solid #ced4da;
}

.woocommerce #review_form #respond textarea {
	background: #fff !important;
	border: 1px solid #ced4da;
	border-radius: 10px !important;
	min-height: 120px;
}

#review_form_wrapper p.form-submit {
	margin-top: 20px !important;
}


#review_form_wrapper p.stars.selected {
	margin-bottom: 3px !important;
}

.woocommerce #respond input#submit {
	width: auto !important;
	display: inline-block !important;
	padding: 15px 54px !important;
	font-size: 15px !important;
	border-radius: 30px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
}

.single-blog-template-duo .blog_layout_one_Top {
	margin-bottom: 40px;
}


.cat-layout-template-duo .post-block-col-one .news-post-grid-thumbnail a img {
	height: 240px;
}

.cat-layout-template-duo .post-block-item-one.post-block-col-one.post-item-style-one {
	margin-bottom: 30px !important;
}


.cat-layout-template-duo .post-block-col-one .grid-content-inner h3.post-title {
	font-size: 24px;
	line-height: 1.2;
}

.cat-layout-template-duo .post-block-col-one .grid-content-inner h3.post-title a {
	color: #000000;
}

.cat-layout-template-duo .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #949494;
}

.cat-layout-template-duo .post-block-col-one .post-meta-bottom-list-wrap .post-meta-left-content h4.post-author-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}

.header-two-social {
	display: inline-block;
	margin-right: 35px;
}

.header-two-social a {
	display: inline-block;
	position: relative;
	color: #606770;
	font-size: 16px;
	margin-left: 7px;
}

#theme-header-two .search-form-main {
	display: inline-block;
}

a.slicknav_btn {
	border-radius: 0px;
}

.post-main-slider-section .slider-category-box a {
	color: #000 !important;
}


/*** Top Bar ***/

.top-header-area.theme-top-bar-wrap {
	background: #10424b;
	padding-top: 9px;
	padding-bottom: 9px;
}

.htop_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.htop_menu ul li {
	display: inline-block;
	position: relative;
}

.htop_menu ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	padding-right: 15px;
	text-transform: uppercase;
}

.htop_social a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 14px;
	margin-left: 18px;
	opacity: .80;
}

.htop_social a:hover {
	opacity: 1;
}


.top-right-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-date {
	margin-left: 50px;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
}

.post-category-box a {
	color: #000 !important;
}


.grid-loadmore-content .post-meta-bottom-list-wrap,
.post-block-item-one.post-block-col-one.post-item-style-one .post-meta-bottom-list-wrap {
	justify-content: flex-start;
}

.post-meta-left-wrap.cols-meta-left {
	margin-right: 12px;
	padding-right: 12px;
	position: relative;
}

.custom-meta-date-bx {
	font-size: 16px;
}

.post-meta-left-wrap.cols-meta-left:before {
	position: absolute;
	right: -4px;
	top: 50%;
	width: 8px;
	height: 1px;
	background: #989898;
	content: "";
	border-radius: 0;
	margin-top: 0px;
}

.grid-content-meta-uniq {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
}

.cutom-comment-wrapper {
	position: relative;
	line-height: 1;
	font-size: 15px;
	margin-bottom: 5px;
	margin-left: 12px;
}

.cutom-comment-wrapper i {
	color: #000;
	font-size: 13px;
}


.post-block-item-one.post-block-col-one.post-item-style-one.post-overlay-item-block {
	position: relative;
}

.post-overlay-item-block .news-post-grid-thumbnail {
	margin-bottom: 0;
}

.post-overlay-item-block .news-post-grid-content.grid-content-inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	right: 0;
	padding: 30px;
	overflow: hidden;
	max-height: 100%;
	z-index: 99;
}

.post-block-item-one.post-block-col-one.post-item-style-one.post-overlay-item-block .news-post-grid-thumbnail a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 40%);
	content: "";
	z-index: 9;
}

.post-overlay-item-block .post-category-box a,
.post-block-col-one.post-overlay-item-block .grid-content-inner h3.post-title a,
.post-overlay-item-block .post-meta-bottom-list-wrap .post-meta-left-content h4.post-author-name a {
	color: #fff !important;
}

.post-overlay-item-block .post-overlay-item-block .cutom-comment-wrapper i,
.post-overlay-item-block .cutom-comment-wrapper,
.post-overlay-item-block .custom-meta-date-bx {
	color: #fff;
}

.post-list-wrapper-loadmore .news-post-grid-content.grid-content-inner {
	margin-top: 40px;
}

.post-overlay-item-block .cutom-comment-wrapper i {
	color: #fff;
}

.post-overlay-item-block .post-meta-left-wrap.cols-meta-left:before {
	background: #fff;
}

.recent-post-list-inner.recent_post_Content ul.recent-posts-meta-list li:before {
	position: absolute;
	right: 5px;
	top: 50%;
	width: 8px;
	height: 1px;
	background: #989898;
	content: "";
	border-radius: 0;
	margin-top: -0.5px;
}

/** Recipe Newsletter **/

.custom-recipe-subscribe {
	position: relative;
	margin-top: 10px;
}

.custom-recipe-subscribe input[type="email"] {
	position: relative;
	background: #fff;
	border: 0px solid;
	padding: 15px 20px;
	font-size: 15px;
	font-weight: 300;
	display: block;
	width: 400px;
	margin: auto;
	border-radius: 0px;
}

.custom-recipe-subscribe input[type="submit"] {
	background: #237280;
	border: 0px solid;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	padding: 15px 36px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 0px;
	cursor: pointer;
}

.custom-recipe-subscribe input[type="submit"]:hover {
	background: #000;
}

.newsletter-title.elementor-widget-heading {
	margin-bottom: 0 !important;
}

.food-cat-wrapper .elementor-widget-container img {
	width: 183px !important;
	height: 183px;
	object-fit: cover;
	border-radius: 50% !important;
}


/*** Recipe details ***/

p.ingredient-item-name {
	display: inline-block;
}

.blog-style-one-template .post-featured-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.wp-block-wpzoom-recipe-card-block-recipe-card {
	max-width: 100%;
}

div#wpzoom-recipe-card {
	box-shadow: none;
	border-radius: 0;
	padding-left: 35px;
	padding-right: 35px;
	background: #FCF9F5;
	padding-top: 35px;
	border-color: #f2ede6;
}

div#wpzoom-recipe-card .recipe-card-image {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}

div#wpzoom-recipe-card .recipe-card-heading .recipe-card-title {
	font-size: 32px;
	font-weight: 400;
}

.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-details {
	margin-bottom: 30px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .details-items {
	font-size: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .details-items .detail-item {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .details-items .detail-item .detail-item-label {
	font-size: 16px;
	font-weight: bold;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading {
	margin-bottom: 20px;
}


.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .ingredients-list>li.ticked .tick-circle {
	border: 2px solid #237280 !important;
	background: #237280;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-course {
	font-size: 16px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .details-items .detail-item {
	padding-top: 10px;
	padding-bottom: 18px;
}

ul.ingredients-list,
ul.directions-list {
	margin: 0 !Important;
	padding: 0 !important;
	list-style: none !important;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .ingredients-list>li:last-child {
	margin-bottom: 0;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .direction-step img {
	margin-top: 20px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .directions-list>li {
	margin: 0px 0 30px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-video {
	margin-top: 35px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-video iframe {
	width: 100%;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-notes {
	margin-top: 20px;
	padding-top: 0;
	border-top: 0px dashed rgba(0, 0, 0, 0.1);
	margin-bottom: 0px;
}

.general-heading-title h2.elementor-heading-title {
	margin-bottom: 30px !important;
}

.food-cat-title-bar h2.elementor-heading-title {
	margin-bottom: 3px !important;
}

ul.footer-nav li a {
	color: #f8f8f8 !important;
}

.blog-post-comment .comment-respond .comment-reply-title {
	margin-bottom: 20px !important;
	font-weight: 400;
	font-size: 28px;
	line-height: 1;
}

.single-blog-header .post-meta-left-wrap.cols-meta-left:before {
	display: none;
}

.wp-block-wpzoom-recipe-card-block-jump-to-recipe,
.wp-block-wpzoom-recipe-card-block-print-recipe {
	display: inline-block;
	background: #237280;
	color: #fff;
	position: relative;
	padding: 12px 25px;
	font-size: 16px;
}


.wp-block-wpzoom-recipe-card-block-jump-to-recipe:hover,
.wp-block-wpzoom-recipe-card-block-print-recipe:hover {
	background: #000;
	color: #fff;
}

.wp-block-wpzoom-recipe-card-block-jump-to-recipe {
	padding-right: 45px;
}

.wp-block-wpzoom-recipe-card-block-print-recipe {
	padding-left: 50px;
}

a.wpzoom-recipe-snippet-button.wp-block-wpzoom-recipe-card-block-jump-to-recipe:before {
	position: absolute;
	right: 22px;
	top: 12px;
	color: #fff;
	content: "\EA4C";
	font-family: remixicon !important;
}

a.wp-block-wpzoom-recipe-card-block-print-recipe:before {
	position: absolute;
	left: 25px;
	top: 11px;
	color: #fff;
	content: "\F029";
	font-family: remixicon !important;
}

.is-layout-flex.wp-container-3.wp-block-columns {
	align-items: center !important;
	justify-content: flex-start !important;
}

.is-layout-flex.wp-container-3.wp-block-columns .is-layout-flow.wp-block-column {
	flex-basis: inherit !important;
	flex-grow: inherit !important;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-notes .recipe-card-notes-list>li {
	font-size: 17px;
	line-height: 1.6;
	color: #000;
	background: #f8eee0;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default {
	margin-bottom: 0px;
}

.breadcrumb-nav-top {
	display: none;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area {
	margin-top: 0px;
	background: url(../images/title-bgg.jpg) no-repeat scroll center center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

.theme-breadcrumb__Wrapper.theme-breacrumb-area:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: "";
	opacity: .45;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap a img {
	height: 220px;
}

.blog.main-container .post-meta-left-wrap.cols-meta-left:before {
	display: none;
}

.navigation.pagination {
	border-top: 0px solid !important;
	padding-top: 0 !important;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:not(.dots):hover {
	color: #fff;
}

.post-featured-image .embed-responsive {
	margin-bottom: 30px;
}


.custom-themee-contactt label {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 1;
	margin-bottom: 15px;
}

.custom-themee-contactt .fnamee,
.fmessage {
	background: #f9f9f9;
	border: 0px solid;
	outline: none;
	height: 50px;
	border-radius: 0px;
	padding: 0 20px;
	font-weight: 400;
	line-height: 28px;
	color: #858585;
	width: 100%;
	margin-bottom: 20px;
}

.custom-themee-contactt .fmessage {
	resize: none;
	height: 150px;
	box-sizing: border-box;
	padding: 20px;
}

.custom-themee-contactt .fsubmitt {
	display: inline-block;
	background: #FF3366;
	border: 0px solid;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	padding: 14px 48px;
	border-radius: 0px;
	margin-top: 5px;
	cursor: pointer;
	transition: all .3s ease-in;
}

.custom-themee-contactt .fsubmitt:hover {
	background: #3858f6;
	color: #fff;
}

.recent-post-list-inner.recent_post_Content ul.recent-posts-meta-list li:before {
	position: absolute;
	left: 87%;
	top: 52.5%;
	width: 8px;
	height: 1px;
	background: #989898;
	content: "";
	border-radius: 0;
	margin-top: -0.5px;
	display: block;
}

.top-header-area.theme-top-bar-wrap {
	display: none;
}

.nav-menu-wrapper .mainmenu ul li a {
    padding-left: 8px;
    padding-right: 8px;
}

.main-blog-layout .tab-block-list-single {
    margin-bottom: 60px;
}

.main-blog-layout .tab-block-list-single:last-child {
    margin-bottom: 0px;
}

.category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-thumbnail-wrap a img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.logo.theme-logo h1, .footer-top-logo h1.text-logo {
    font-size: 36px;
    font-weight: 600;
}

.full-post-btn a {
    font-weight: 300;
}

ul.footer-nav li a {
    font-size: 13px;
}

p.copyright-text {
    font-size: 14px;
}

h1.theme-breacrumb-title, .category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner h3.post-title, .blog-sidebar .widget .widget-title, .blog-style-one-template h1.post-title.single_blog_inner__Title, div#wpzoom-recipe-card .recipe-card-heading .recipe-card-title, .theme_blog_nav_Title, .theme_related_post_Grid .post-block-col-one.post-item-style-one .grid-content-inner h3.post-title, .theme_related_post_Grid h2 {
	font-weight: 600;
}

.blog-details-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    margin: 0 0 15px 0;
}

.blog-details-content ul li {
    font-size: 15px;
    font-weight: 400;
}

.theme_author_Socials {
	display: none;
}

h4.theme_author__Name {
    color: #424242;
    margin-top: 25px;
}

p.theme_author__Description {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 10px;
}

.wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-notes .recipe-card-notes-list>li {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    background: #f8eee0;
}

.slide-arrow-left.slick-arrow i, .slide-arrow-right.slick-arrow i {
    font-size: 18px !important;
}

.elementor-widget-wrap .elementor-widget-heading .elementor-heading-title {
	font-family: 'Pathway Extreme', sans-serif;
}

.elementor-widget-wrap .food-cat-wrapper .elementor-heading-title {
	font-family: 'Pathway Extreme', sans-serif;
}

.pmax-width .post-excerpt-box p {
    max-width: 85%;
}

.post-main-slider-section.theme-main-slider-wrapper .blog-slider-inner-content {
    background: linear-gradient(153deg, hsl(180deg 9.09% 97.84%), hsl(214.29deg 9.09% 84.9% / 35%));
    backdrop-filter: blur(9px);
}

.post-main-slider-section .blog-slider-inner-content .post-excerpt-box p {
    padding-right: 40px;
}

a.wpzoom-recipe-snippet-button.wp-block-wpzoom-recipe-card-block-jump-to-recipe:before, a.wp-block-wpzoom-recipe-card-block-print-recipe:before {
	display: none;
}

h4.theme_author__Name {
    font-weight: 600;
}

.theme-main-slider-wrapper .slide-arrow-left.slick-arrow {
	background: url(../images/right_Arrow.svg) no-repeat scroll center!important;
    background-size: 50%!important;
	background-color: #fff!important;
	transform: rotate(180deg)!important;
}

.theme-main-slider-wrapper .slide-arrow-right.slick-arrow {
	background: url(../images/right_Arrow.svg) no-repeat scroll center!important;
    background-size: 50%!important;
	background-color: #fff!important;
}

.slide-arrow-left.slick-arrow:hover, .slide-arrow-right.slick-arrow:hover {
    color: #fff !important;
    background-color: #d5d8dc!important;
}

.theme-main-slider-wrapper .slide-arrow-left.slick-arrow:hover, .theme-main-slider-wrapper .slide-arrow-right.slick-arrow:hover {
    color: #fff !important;
    background-color: #d5d8dc!important;
}

.post-block-col-one .news-post-grid-thumbnail a img, .theme-post-video-block .blog-post-video-thumbnail img  {
	transition: .35s ease-in;
}

.post-block-col-one:hover .news-post-grid-thumbnail a img, .theme-post-video-block:hover .blog-post-video-thumbnail img {
	transform: scale(1.05);
}

.blog-post-comment .comment-respond .comment-reply-title, .comment-num {
    font-weight: 600;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 26px;
}

.blog-sidebar .widget .widget-title, .wp-block-search .wp-block-search__label, .widget.widget_block .wp-block-group__inner-container h2 {
    font-weight: 600;
}

.blog-sidebar .widget_categories .cat-item span.post_count {
    color: #fff;
    background: #237280!important;
}

.nav-menu-wrapper .mainmenu ul li a {
    padding-left: 20px;
    padding-right: 20px;
}

.widget_nav_menu ul.sub-menu li {
    padding-left: 8px;
}

.category-layout-one .tab-block-list-single .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li.post-meta-time {
    display: block;
}

.blog.main-container .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li:before {
	display: none;
}

.comments-list .comment-author {
    font-weight: 500;
}

.top-header-area.theme-top-bar-wrap {
	display: block;
}

.header-right-content .search-form-main {
    display: inline-block;
}

/*** Dark Mode CSS ***/

body.likhun-dark {
    background: #141414;
    color: #ffffff;
}

.mode-switcher {
    display: inline-block;
    position: relative;
    font-size: 22px;
    line-height: 1;
    margin-right: 0;
    top: 1px;
    cursor: pointer;
    margin-left: 12px;
}

body.likhun-dark .top-header-area.theme-top-bar-wrap {
    background: #000;
}

body.likhun-dark .nav-menu-wrapper .mainmenu ul li a {
    color: #fff;
}

body.likhun-dark .post-main-slider-section.theme-main-slider-wrapper .blog-slider-inner-content {
    background: #141414;
}

body.likhun-dark .post-main-slider-section .blog-slider-inner-content h3.post-title a {
    color: #fff!important;
}

body.likhun-dark .post-main-slider-section .slider-category-box a {
    color: #838383!important;
}

body.likhun-dark .post-main-slider-section.theme-main-slider-wrapper .blog-slider-inner-content .post-excerpt-box p {
    color: #b0b0b0!important;
}

body.likhun-dark .post-main-slider-section .slider-meta-left-content h4.post-author-name a {
    color: #838383!important;
}

body.likhun-dark .post-main-slider-section .slider-meta-left ul.slider-bottom-meta-list li {
    color: #838383!important;
}

body.likhun-dark .nav-menu-wrapper .mainmenu ul>li.menu-item-has-children>a:after {
    color: #fff;
}

body.likhun-dark .nav-menu-wrapper .mainmenu ul li ul.sub-menu li a {
    color: #000;
}

body.likhun-dark .theme-post-grid-design-one .post-block-title-wrapper h2.post-block-title {
    color: #fff;
}

body.likhun-dark .theme-post-grid-design-one .post-block-col-one .grid-content-inner h3.post-title a {
    color: #fff!important;
}

body.likhun-dark .theme-post-grid-design-one .post-block-col-one .post-category-box.post-block-meta-cat .news-cat_Name {
    color: #838383!important;
}

body.likhun-dark .cutom-comment-wrapper i {
    color: #838383;
}

body.likhun-dark .theme-post-grid-design-one .post-block-col-one .grid-content-inner .post-excerpt-box p {
    color: #b0b0b0!important;
}

body.page.likhun-dark .theme-page-spacing .entry-content .post-meta-bottom-list-wrap .post-meta-left-content h4.post-author-name a {
    color: #838383;
}

body.likhun-dark .custom-meta-date-bx, body.likhun-dark .cutom-comment-wrapper {
	color: #838383;
}

body.likhun-dark .category-wrapper-typo {
    background: #000!important;
}

body.likhun-dark .food-cat-wrapper {
    background: #000!important;
}

body.likhun-dark .category-wrapper-typo .elementor-heading-title {
	color: #fff!important;
}

body.likhun-dark .food-cat-wrapper  h2.elementor-heading-title a {
	color: #fff!important;
}

body.likhun-dark h2.elementor-heading-title {
	color: #fff!important;
}

body.likhun-dark .post-overlay-item-block .custom-meta-date-bx, body.likhun-dark .post-overlay-item-block .cutom-comment-wrapper {
    color: #fff;
}

body.likhun-dark .post-overlay-item-block .cutom-comment-wrapper i {
    color: #fff;
}

body.likhun-dark .post-block-col-one.post-item-style-one .grid-content-inner h3.post-title a {
    color: #fff!important;
}

body.likhun-dark .post-block-col-one.post-item-style-one .grid-content-inner .post-excerpt-box p {
    color: #b0b0b0!important;
}

body.likhun-dark .post-block-col-one.post-item-style-one .post-category-box.post-block-meta-cat .news-cat_Name {
    color: #838383!important;
}

body.likhun-dark .post-block-col-one.post-overlay-item-block .post-category-box.post-block-meta-cat .news-cat_Name {
    color: #fff!important;
}

body.likhun-dark .tab-block-list-single.post-list-wrapper-loadmore .tab-list-content-wrap .grid-content-inner h3.post-title a {
    color: #fff!important;
}

body.likhun-dark .tab-block-list-single.post-list-wrapper-loadmore .tab-list-content-wrap .grid-content-inner .post-excerpt-box p {
   color: #b0b0b0!important;
}

body.likhun-dark .tab-block-list-single.post-list-wrapper-loadmore .tab-list-content-wrap .post-category-box.post-block-meta-cat .news-cat_Name {
	color: #838383!important;
}

body.likhun-dark .video-sec-wrap {
	background: #000!important;
}

body.likhun-dark .theme-post-video-block .post-block-col-one.post-video-block-item .grid-content-inner h3.post-title a {
    color: #fff!important;
}

body.likhun-dark .theme-post-video-block .post-block-col-one.post-video-block-item .post-category-box.post-block-meta-cat .news-cat_Name {
    color: #838383!important;
}

body.likhun-dark .elementor-widget-wp-widget-theme_recent_posts {
    background: #000!important;
}

body.likhun-dark .recent-post-list-inner.recent_post_Content h3 a {
    color: #fff!important;
}

body.likhun-dark .theme-page-spacing .entry-content .elementor-widget.elementor-widget-wp-widget-theme_recent_posts h5 {
    color: #fff;
    font-weight: 600;
}

body.likhun-dark .elementor-widget.elementor-widget-text-editor {
    color: #b0b0b0!important;
}

body.likhun-dark .category-layout-one .tab-block-list-single .tab-block-list-single-wrap .tab-list-content-wrap .grid-content-inner h3.post-title a {
	color: #fff!important;
}

body.likhun-dark .category-layout-one .post-category-box.post-block-meta-cat .news-cat_Name, body.likhun-dark .category-layout-one .post-meta-left-content h4.post-author-name a, body.likhun-dark .category-layout-one .tab-block-list-single .post-meta-bottom-list-wrap .post-meta-left-wrap ul.post-bottom-meta-list li.post-meta-time {
	color: #838383!important;
}

body.likhun-dark .main-container .theme-pagination-style ul.page-numbers li a.page-numbers, body.likhun-dark .main-container .theme-pagination-style ul.page-numbers li span.page-numbers {
	color: #fff;
}

body.likhun-dark .blog-sidebar .widget .widget-title, body.likhun-dark .wp-block-search .wp-block-search__label, .widget.widget_block .wp-block-group__inner-container h2 {
	color: #fff!important;
}

body.likhun-dark .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt a, body.likhun-dark .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a, body.likhun-dark .wp-block-latest-comments__comment-meta a, body.likhun-dark .wp-block-latest-posts a, body.likhun-dark .wp-block-rss__item-title a {
    color: #fff !important;
}

body.likhun-dark .blog-sidebar .widget ul li a {
    color: #fff;
}

body.likhun-dark .single-one-bwrap {
    background: #222;
}

body.likhun-dark .blog-style-one-template h1.post-title.single_blog_inner__Title {
    border-bottom: 1px solid #838383;
    color: #fff;
}

body.likhun-dark .blog-details-content p {
    color: #b0b0b0!important;
}

body.likhun-dark div#wpzoom-recipe-card {
    background: #000;
    border-color: #0c0d0e;
}

body.likhun-dark .single-blog-header .tab-cat-box .news-cat_Name, body.likhun-dark .single-blog-header h4.post-author-name a {
    color: #838383!important;
}

body.likhun-dark div#wpzoom-recipe-card .recipe-card-heading .recipe-card-title {
	color: #fff;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-course mark, body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-cuisine mark, body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-difficulty mark {
    color: #838383; 
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-ingredients {
    background-color: #23262a;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .ingredients-list>li {
    border-bottom: 1px solid #515962;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-course, body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-cuisine, body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-heading .recipe-card-difficulty {
    color: #fff;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .directions-list>li {
    color: #fff;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-ingredients .ingredients-list .ingredient-item-name {
    color: #fff!important;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .ingredients-list>li:last-child {
	border-bottom: 0px solid;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .directions-title, body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .video-title, body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .notes-title {
	color: #fff!important;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .directions-list>li::before {
	color: #fff;
}

body.likhun-dark .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-default .recipe-card-notes .recipe-card-notes-list>li {
    color: #fff;
    background: #333;
}

body.likhun-dark .author_bio__Wrapper {
    border-top: 1px solid var(--e-a-color-secondary);
    background: transparent;
}

body.likhun-dark h4.theme_author__Name {
    color: #fff;
}

body.likhun-dark p.theme_author__Description {
    color: #b0b0b0!important;
}

body.likhun-dark .theme_blog_navigation__Wrap {
    background: transparent;
    border-top: 1px solid var(--e-a-color-secondary);
    border-bottom: 1px solid var(--e-a-color-secondary);
}

body.likhun-dark .theme_blog_nav_Title a {
    color: #fff;
}

body.likhun-dark #comments {
    background: transparent;
}

body.likhun-dark #comments .form-control {
    background-color: transparent!important;
}

body.likhun-dark .blog-post-comment .comment-respond .comment-reply-title, body.likhun-dark .theme_related_post_Grid h2, body.likhun-dark .theme_related_post_Grid .post-block-col-one.post-item-style-one .post-meta-bottom-list-wrap .post-meta-left-content h4.post-author-name a {
	color: #fff;
}

body.likhun-dark .theme-page-spacing .entry-content b, body.likhun-dark .theme-page-spacing .entry-content strong {
    color: #fff;
}

body.likhun-dark .custom-themee-contactt label {
	color: #fff;
}

body.likhun-dark .custom-themee-contactt .fnamee, .fmessage {
    background: transparent;
    border: 1px solid #fff;
    color: #858585;
}

.logo-light-wrap {
	display: none;
}

body.likhun-dark .theme-logo {
	display: none;
}

body.likhun-dark .logo-light-wrap {
	display: block;
}

.theme_related_post_Grid .post-meta-left-wrap.cols-meta-left:before {
    display: none;
}

.preloader-close {
    color: #000;
}

a.load-read-more {
    display: inline-block;
    font-weight: 500;
    margin-top: 20px;
}

.post-meta-left-wrap.cols-meta-left.divider-need-no:before {
    display: none;
}

body.likhun-dark h1.text-logo a {
    color: #fff;
}

body.likhun-dark a.load-read-more:hover {
	color: #fff;
}

body.likhun-dark .stick-top.sticky {
	background: #111;
}

body.likhun-dark .video-sec-bg {
   background: #000!important;
}