a:hover {
	color: #DF5646;
}
body {
	background: #FFF;
}
.wp-block-quote {
	border-left: 4px solid #616161;
	padding: 1em 0 10px 0;
	margin: 0 0 1em;
	background: #ddd;
}
h1.site-title a, 
p.site-title a, 
p.site-description {
	color: #030303;
}
.header-area {
	border-bottom: 0px solid #ddd;
	background-color: #FFF;
	margin: 20px 0px;
}
.blog-area {
	padding-top: 100px;
}
.site-title a {
	font-size: 25px;
}
.mainmenu-area {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	padding-top: 18px;
	background-color: #fff;
	box-shadow: 5px 0 10px rgba(5, 5, 6, 0.08);
}
.site-title {
	margin-bottom: 0px;
}
.mainmenu ul li {
  float: inherit;
	display: inline-block;
}
.mainmenu li a {
	padding-top: 0px;
}
.mainmenu .menu-item-has-children::after {
	font-family: FontAwesome;
	content: "\f107";
	font-size: 1em;
	text-shadow: none;
	opacity: .8;
	position: absolute;
	top: 2px;
	right: .2rem;
}
.mainmenu li:hover a, 
.mainmenu li.active a {
	transition: 0.5s;
	color: #DF5646;
}
.mainmenu ul li ul li {
	width: 150px;
	padding-top: 10px;
}
.mainmenu ul li ul {
	width: 150px;
	border-top: 0px solid #ddd;
}
ul.children {
	padding-left: 0px;
}
.mainmenu ul li ul li ul{
  left:30px;
}
.mainmenu ul li:hover ul li ul{
  opacity: 0;
  visibility: hidden;
}
.mainmenu ul li:hover > ul li:hover > ul{
  left: 30px;
  opacity: 1;
  visibility: visible;
}
.mainmenu ul li:hover > ul li:hover > ul li:hover > ul{
  left: auto;
  right: 30px;
}
.slicknav_icon span.slicknav_icon-bar {
	background: #000;
}
article.post {
	margin-bottom: 0px;
	border: 0px solid #ddd;
	background-color: #fff;
	padding: 0px;
}
article.post:last-child {
	margin-bottom: 30px;
	border-bottom: 0px solid #ddd;
}
.single-area article.post::after {
	display: none;
}
.single-area article.post {
	margin-bottom: 30px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 30px;
}
.list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,.06);
	margin-bottom: 30px;
}
.image {
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.image img {
	position: relative;
	min-width: 100%;
}
.details {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 23px 30px 25px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.metabox {
	width: 100%;
	margin-bottom: 6px;
}
.metabox i {
	margin-right: 10px;
}
.metabox .byline {
	margin-right: 15px;
}
.metabox a {
	text-decoration: none;
	color: #988c86;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.metabox a:hover {
	color: #DF5646;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.title {
	width: 100%;
	float: left;
}
.title h3 {
	font-size: 18px;
	line-height: 1.5;
}
.title a {
	color: #202020;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}
.title a:hover {
	color: #DF5646;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a.read-more {
	width: 37px;
	height: 37px;
	display: inline-block;
	border-radius: 100%;
	background-color: #fff;
	position: relative;
	box-shadow: 0 4px 4px #e8e8e8;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a.read-more:hover {
	background-color: #DF5646;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
a.read-more i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
a.read-more:hover i {
	color: #fff;
}
.widget {
	padding: 30px;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 0px;
	margin-bottom: 30px;
	background: transparent;
}
.widget h2 {
	font-size: 20px;
	text-align: left;
	border-bottom: 0px solid #ddd;
	padding-bottom: 0px;
}
.widget a:hover {
	color: #DF5646;
	transition: 0.5s;
}
.widget ul {
	margin-bottom: 20px;
}
.single-content {
	margin-top: 15px;
}
.footer-area {
	background-color: #fff;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #d7d7d7;
}
.footer-meta {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	font-size: 0.875rem;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-meta span {
	margin-right: 15px;
}
.footer-meta span i {
	margin-right: 5px;
	color: #000;
}
.footer-meta span.byline {
	margin-bottom: 0px;
}
.footer-meta a {
	text-decoration: none;
	color: #000;
	transition: 0.5s;
}
.footer-meta a:hover {
	transition: 0.5s;
	color: #DF5646;
}
.entry-title a:hover, 
.entry-footer span a:hover, 
.entry-meta a:hover {
	color: #DF5646;
}
.comment-form input[type="submit"]:hover {
	background: #DF5646;
	color: #fff;
	transition: 0.5s;
	border-color: #DF5646;
}
.comment-form input[type="text"]:hover, 
.comment-form input[type="text"]:focus, 
.comment-form input[type="email"]:hover, 
.comment-form input[type="email"]:focus, 
.comment-form input[type="url"]:hover, 
.comment-form input[type="url"]:focus, 
.comment-form textarea:hover, 
.comment-form textarea:focus {
	border: 1px solid #DF5646;
}
.nav-links a {
	border: 1px solid #ddd;
	text-decoration: none;
}
.nav-links a:hover {
	border: 1px solid #DF5646;
	background: #DF5646;
}
/* Tablet Layout: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.slicknav_btn {
		left: 47%;
		top: 0px;
	}
	.slicknav_menu {
		margin-top: -10px;
	}
	.post-header {
		flex: 100%;
	}
}
/* Wide Mobile Layout */
@media (min-width: 481px) and (max-width: 767px) { 
	.slicknav_btn {
		left: 45%;
		top: 0px;
	}
	.slicknav_menu {
		margin-top: -10px;
	}
	.meta .excerpt {
		display: none;
	}
	.title-wrap h3 a {
		font-size: 16px;
	}
	.post-header {
		flex: 100%;
	}
}
/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
	.slicknav_btn {
		left: 45%;
		top: 0px;
	}
	.slicknav_menu {
		margin-top: -10px;
	}
	.meta .excerpt {
		display: none;
	}
	.title-wrap h3 a {
		font-size: 15px;
		padding-top: 0px;
	}
	.post-header {
		flex: 100%;
	}
}