.site-content > .page-header::before {
	content: "";
	background: rgb(255,255,255,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.site-content > .page-header .page-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3.3335em;
	font-weight: 700;
	color: #ed3149;
	line-height: 1.25em;
}

.sub-title {
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	font-size: 0.7778em;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	padding: 0 55px;
	line-height: 1;
	margin-bottom: 20px;
}

.sub-title::before, 
.sub-title::after {
	content: "";
	background: rgba(255,255,255,0.8);
	width: 35px;
	height: 2px;
	position: absolute;
	bottom: 2px;
	left: 0;
}

.top-bar {
	background: rgba(237, 49, 73, 0.9);
}

.btn-readmore:hover {
	background: rgba(237, 49, 73, 0.5);
	color: #ed3149 !important;
}

.social-list li a {
	display: inline-block;
	padding: 0 5px;
	font-size: 1.5em;
	color: #333;
}

.wp-custom-header img {
		height: 650px;
		object-fit: cover;
	  max-width: 100%;
    min-width: 300px;
    height: auto; 
}

.header-six .header-t {
  display: none;
}

.header-six .header-main {
  display: flex;
}


.error-num {
	font-size: 22.2222em;
	line-height: 1em;
	text-align: center;
	font-weight: 700;
	color: #ed3149;
	font-family: 'nunito sans';
	text-shadow: 0px -10px 
		rgba(237, 49, 73, 0.5);
	margin-bottom: 80px;
}

.breadcrumb-wrapper .current, .breadcrumb-wrapper a:hover, .page-header .breadcrumb-wrapper a:hover, .comment-author a:hover, .comment-metadata a:hover, .comment-body .reply .comment-reply-link:hover, .comment-respond .comment-reply-title a, .post-navigation .nav-links a:hover .post-title, .slider-two .item .entry-header span.category a, .trending-section li .entry-header span.cat-links a, .shop-section .item .price, span.category a, .instagram-section .profile-link:hover, .widget_bttk_contact_social_links ul.contact-list li svg, .widget_bttk_contact_social_links ul li a:hover, .widget_bttk_contact_social_links ul.social-networks li a, .post-lay-one .site-main article:not(.large-post) span.category a, .post-lay-one .site-main article:not(.large-post) .btn-readmore > svg, .post-lay-three .site-main article span.category a, .post-lay-three .site-main article .entry-footer .button-wrap .btn-readmore:hover, .post-lay-four .site-main article .entry-footer .button-wrap .btn-readmore:hover, .post-lay-three .site-main article .entry-footer .button-wrap .btn-readmore > svg, .post-lay-four .site-main article .entry-footer .button-wrap .btn-readmore > svg, .error-num, .additional-post article .entry-footer .btn-readmore:hover, .additional-post article .entry-footer .btn-readmore svg, .single .site-main .entry-footer > span.cat-tags a:hover, .single-lay-four .page-header span.category a, .single-lay-five .page-header span.category a, .single-lay-six .page-header span.category a {
    color: #000;
}

@media screen and (max-width: 750px) {
	.header-social {
	  display: none
	}
}


.site-footer {
	background: #eee;
}

.site-footer .textwidget {
	color: #000;
	font-size: 0.8888em;
}


.footer-b {
  display: none;
}

.page-header {
min-height: auto !important
}

.entry-meta .posted-on, .entry-date, .published, .updated {
color: black !important
}