a:hover {
	color: #D1143E;
}
body {
	background: #FFFFFF;
}
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: #D1143E;
}
.mainmenu ul li ul li {
	width: 150px;
}
.mainmenu ul li ul {
	width: 150px;
	border-top: 0px solid #ddd;
}
ul.children {
	padding-left: 0px;
}
.mainmenu li ul.sub-menu li a:hover {
	background-color: #FDF6F7;
}
.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;
}
.single-blog-style1 {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.single-blog-style1 .img-holder {
	position: relative;
	display: block;
}
.single-blog-style1 .img-holder .inner {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #17345A;
}
.single-blog-style1 .img-holder .inner::before {
	position: absolute;
	top: 0%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	content: "";
	background-color: rgba(18,18,18, .90);
	transform: scaleY(1.0);
	opacity: 0;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
	z-index: 2;
}
.single-blog-style1 .img-holder img {
	width: 100%;
	transform: scale(1.0);
	transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}
img {
	max-width: 100%;
	height: auto;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}
.single-blog-style1:hover .img-holder img {
	transform: scale(1.1) rotate(1deg);
}
.single-blog-style1 .category-box {
	position: absolute;
	left: 30px;
	bottom: -20px;
	display: flex;
	align-items: center;
	background-color: #D1143E;
	padding: 0 20px;
	z-index: 3;
}
.single-blog-style1 .category-box .dot-box {
	position: relative;
	display: block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	transform: rotate(45deg);
}
.single-blog-style1 .category-box p {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
}
.single-blog-style1 .text-holder {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 44px 30px 0px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}
.single-blog-style1 .text-holder h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.single-blog-style1 .text-holder h3 a {
	color: #121212;
	text-decoration: none;
}
.single-blog-style1 .text-holder h3 a:hover {
	color: #D1143E;
}
.single-blog-style1 .text-holder .text {
	position: relative;
	display: block;
	padding-bottom: 22px;
}
.single-blog-style1 .text-holder .text p {
	margin: 0;
}
.single-blog-style1 .text-holder .text a {
	color: #fff;
	text-decoration: none;
}
.single-blog-style1 .text-holder .text a:hover {
	color: #fff;
}
.cat-links a {
	color: #fff;
	text-decoration: none;
}
.cat-links a:hover {
	color: #fff;
}
.single-blog-style1 .text-holder .bottom-box {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0 15px;
}
.single-blog-style1 .text-holder .bottom-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	right: -30px;
	height: 1px;
	background: #ede8e6;
}
.single-blog-style1 .text-holder .btn-box {
	position: relative;
	display: block;
}
.single-blog-style1 .text-holder .btn-box a {
	position: relative;
	display: inline-block;
	color: #121212;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.single-blog-style1 .text-holder .btn-box i {
	font-size: 14px;
	line-height: 20px;
	color: #D1143E;
	margin-right: 5px;
}
.single-blog-style1 .text-holder .btn-box a:hover {
	color: #D1143E;
}
.single-blog-style1 .text-holder .meta-info {
	position: relative;
	display: block;
}
.single-blog-style1 .text-holder .meta-info ul {
	position: relative;
	display: flex;
	align-items: center;
}
.single-blog-style1 .text-holder .meta-info ul li:last-child {
	margin-right: 0;
}
.single-blog-style1 .text-holder .meta-info ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
	line-height: 30px;
}
.single-blog-style1 .text-holder .meta-info ul li a {
	color: #777777;
	font-size: 14px;
	font-weight: 700;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	text-decoration: none;
}
.single-blog-style1 .text-holder .meta-info ul li a:hover {
	color: #D1143E;
}
.single-blog-style1 .text-holder .meta-info ul li i{
	color: #D1143E;
	margin-right: 5px;
}
.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: #D1143E;
	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: #D1143E;
}
.entry-title a:hover, 
.entry-footer span a:hover, 
.entry-meta a:hover {
	color: #D1143E;
}
.comment-form input[type="submit"]:hover {
	background: #D1143E;
	color: #fff;
	transition: 0.5s;
	border-color: #D1143E;
}
.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 #D1143E;
}
.nav-links a {
	border: 1px solid #ddd;
	text-decoration: none;
}
.nav-links a:hover {
	border: 1px solid #D1143E;
	background: #D1143E;
}
/* 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%;
	}
}