body {
	background-color: #fff;
}
.wp-block-quote {
	padding: 1em 0 15px 0;
	background: #ddd;
}
.site-title {
	margin-top: 0px;
}
.mainmenu li:hover a, 
.mainmenu li.active a {
	color: #F84923;
}
.mainmenu ul li ul li ul{
  left:220px;
}
.mainmenu ul li:hover ul li ul{
  opacity: 0;
  visibility: hidden;
  left:220px;
}
.mainmenu ul li:hover > ul li:hover > ul{
  left: 220px;
  opacity: 1;
  visibility: visible;
}
.mainmenu ul li:hover > ul li:hover > ul li:hover > ul{
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.search-area article.page, 
article.post {
	border: 0px solid #F0F8FF;
}
.search-area article.page::before, 
article.post::before {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.blog-area article.post:hover {
	transform: translateY(0px);
	box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
}
.blog-post {
	overflow: hidden;
	position: relative;
	transition: all .4s ease-in;
}
.blog-post a.post-thumbnail {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}
.blog-post a.post-thumbnail img {
	height: 100%;
	transition: .3s;
	width: 100%;
}
.blog-post img:hover {
	transform: scale(1.1);
}
.blog-post span.date-time {
	background-color: #171b22;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 400;
	left: 15px;
	line-height: 1;
	padding: 8px 15px;
	position: absolute;
	top: 15px;
}
.blog-post span.date-time a{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}
.blog-post .blog-post-content {
	background-color: #171b22;
	box-shadow: 0 0 15px #282a361a;
	margin: -125px 30px 5px;
	padding: 30px;
	position: relative;
	text-align: center;
	transition: all .4s ease-in;
}
.no-thumbnail {
	padding: 30px;
	text-align: center;
	transition: all .4s ease-in;
	background-color: #171b22;
}
.blog-post:hover .blog-post-content {
	transform: translateY(-10px);
}
.no-thumbnail a.blog-title,
.blog-post .blog-post-content a.blog-title {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
}
.no-thumbnail p,
.blog-post .blog-post-content p {
	color: #999;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}
.btn-style2 {
	border-radius: 0;
	color: #ffdb59 !important;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}
.blog-post .blog-post-content a.btn {
	margin-top: 22px;
}
article.sticky .no-thumbnail{
	background-color: #ddd;
}
article.sticky .no-thumbnail a.btn-style2 {
	color: #000 ! important;
}
article.sticky .no-thumbnail p,
article.sticky .no-thumbnail a.blog-title {
	color: #000;
}
.widget {
	background-color: #FFF;
}
.wp-block-search .wp-block-search__input {
	border: 0px solid #ddd;
}
.wp-block-search .wp-block-search__button {
	border: 0px solid #ddd;
}
.widget ul.wp-block-latest-posts li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.2s ease-in-out;
	border: 1px solid #EAECEE;
	padding: 25px;
	border-radius: 5px;
}
.widget ul.wp-block-latest-posts li:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 60px 0 rgba(0,0,0,0.2);
}
.single .post-thumbnail {
	margin: 15px 0;
}
.wp-block-image {
	margin-top: 10px;
}
.comment-list li.comment {
	border: 1px solid #ddd;
	background-color: transparent;
}
.comment-list li.comment:last-child {
	border-bottom: 1px solid #ddd;
}
.footer-area {
	background-color: #F7F8F9;
	text-align: left;
	border-top: 0px solid #ddd;
}
/* tablet Layout*/
@media (min-width: 768px) and (max-width: 991px) {
	.nav-previous {
    margin-bottom: 15px;
    font-size: inherit;
  }
  .nav-next {
		font-size: inherit;
	}
}
/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
	.nav-previous {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .nav-next {
    text-align: center;
    width: 100%;
    float: none;
  }
}