/* Single Page */
.md-inner-img {
    padding: 160px 0px;
    float: left;
    width: 100%;
	position: relative;
}
.single-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #111;
    opacity: .3;
}
.md-inner-title h1 {
    font-size: 54px;
    margin: 0px;
	font-weight: 600;
	color: #fff;
	position: relative;
}
.section-inner-page, .inner-content, .page-contact-holder {
    float: left;
    width: 100%;
	padding: 120px 0px;
	background-color: #333333;
}
.section-inner-page-blog {
	float: left;
    width: 100%;
	padding: 120px 0px;
	background-color: #333333;
}
.inner-sections-single-page section.banner-section {
	margin-top: 80px;
	margin-bottom: 120px;
	background-color: #fff;
	padding: 0px;
}
.entry-page p, .inner-sections-single-post p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
    font-weight: 400;
}
.entry-page a, .inner-sections-single-post a {
    color: #FF6333;
}
.entry-page a:hover, .inner-sections-single-post a:hover {
    color: #dd896f;
	transition: all 0.4s ease;
}
.inner-sections-single-page .banner-image-holder {
	background-color: #333333;
}
.entry-page h2:first-of-type, .inner-sections-single-post h2:first-of-type {
    margin-top: 0px;
}
/* Banner on Single Page */
.inner-sections-single-page .banner-btn {
    text-align: right;
}

/* Blog Page */
.sbb-pagination-holder.navigation {
    float: left;
    width: 100%;
    margin-top: 20px;
}
span.page-numbers.current {
    padding: 6px 12px;
    background-color: #FF6333;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
a.page-numbers {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
a.page-numbers:hover {
    color: #FF6333;
    text-decoration: none;
	transition: all .5s ease-in-out;
}
.blog-post-container {
    height: 460px;
}
.blog-post-image-container {
    float: left;
    width: 100%;
}

/* Single Post */
.sbb-blog-sidebar h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}
.sbb-blog-sidebar li, .sbb-blog-sidebar li {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 15px 0;
    border-top: 1px solid #FF6333;
}
.sbb-blog-sidebar a {
    color: #F2F2F2;
    font-size: 16px;
}
.sbb-blog-sidebar a:hover {
	color: #FF6333;
	transition: all .5s ease-in-out;
}
.sbb-blog-sidebar li:last-of-type {
    border-bottom: 1px solid #FF6333;
}
.sbb-blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation.post-navigation {
    float: left;
    width: 100%;
	margin-top: 60px;
	margin-bottom: 0px;
}
.navigation.post-navigation h2 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
	font-size: 26px;
}
.navigation.post-navigation h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 25px;
	font-size: 22px;
}
.inner-sections-single-post h2, .entry-page h2 {
    margin: 30px 0px;
    color: #fff;
    font-size: 36px;
	line-height: 43px;
}
.inner-sections-single-post h3, .entry-page h3 {
    margin: 30px 0px;
    color: #fff;
    font-size: 28px;
	line-height: 43px;
}
.inner-sections-single-post ul, .entry-page ul {
	background-color: #111;
	color: #F2F2F2;
	padding: 50px 70px;
    margin: 30px 0;
}
.inner-sections-single-post li, .entry-page li {
    margin-bottom: 10px;
    font-size: 18px;
}
.archive .sbb-pagination-holder.navigation {
	margin-bottom: 40px;
}

/* Error 404 Page */
section.error-404.not-found {
    float: left;
    width: 100%;
    padding: 100px 0px;
	background: #333333;
}
section.error-404.not-found h1 {
	font-size: 48px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 25px;
}
.image-404-wrap img {
    width: 100%;
    height: 400px;
    object-fit: none;
}

/* Contact Us Page */
.page-contact-holder .all-form-holder {
    float: left;
    width: 100%;
    background: #333333;
    padding: 0px;
}
.entry-page-contact {
	color: #fff;
}
.entry-page-contact h4 {
    font-size: 16px;
    font-weight: 600;
    display: inline-grid;
}
a.email-contact {
	margin-top: 10px;
	color: #FF6333;
}
a.email-contact:hover {
    color: #dd896f;
    transition: all 0.4s ease;
}
.contact-page-content-holder .banner-image-holder img {
    width: 100%;
    margin: 0;
	margin-bottom: 20px;
}
.entry-page-contact h2 {
    font-size: 26px;
    line-height: 35px;
}
.entry-page-contact p {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.contact-form-page-holder .all-form-holder h2 {
    color: #fff;
    font-size: 28px;
	margin-bottom: 35px;
}

@media only screen and (max-width: 1500px) {
     .md-inner-img {
		padding: 130px 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-inner-page-blog, .section-inner-page, .page-contact-holder {
		padding: 100px 0px;
	}
	.md-inner-title h1 {
		font-size: 48px;
	}
	.inner-sections-single-post h2, .entry-page h2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 992px) {
	.section-inner-page-blog .blog-post-container {
		height: 510px;
	}
	.md-inner-img {
        padding: 100px 0px;
    }
	.md-inner-title h1 {
		font-size: 42px;
	}
	.inner-sections-single-post h2, .entry-page h2 {
		font-size: 32px;
	}
	.inner-sections-single-page .banner-btn {
		text-align: center;
	}
	.inner-sections-single-page section.banner-section {
		margin-top: 75px;
		margin-bottom: 0px;
	}
	.inner-sections-single-post h3, .entry-page h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.navigation.post-navigation {
		margin: 50px 0px;
	}
	.navigation.post-navigation h2 {
		margin-bottom: 10px;
		font-size: 24px;
	}
	.navigation.post-navigation h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.sbb-blog-sidebar h2 {
		font-size: 24px;
	}
	.sbb-blog-sidebar li, .sbb-blog-sidebar li {
		font-size: 16px;
	}
	.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
		display: inline!important;
	}
	.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
		text-align: unset!important;
	}
	.sbb-single-post-inner.inner-sections-single-post, .sbb-blog-sidebar, .contact-form-page-holder, .contact-page-content-holder {
		padding: 0px!important;
	}
}

@media only screen and (max-width: 768px) {
    .section-inner-page-blog .blog-post-container {
        height: auto;
        margin-bottom: 50px;
    }
	.md-inner-title h1 {
		font-size: 36px;
	}
	p.blog-post-excerpt {
		font-size: 15px;
	}
	.section-inner-page-blog, .section-inner-page, .page-contact-holder {
        padding: 80px 0px;
    }
	.blog-post-image-container img {
		height: 225px;
	}
	.inner-sections-single-post h3, .entry-page h3 {
		margin: 25px 0px;
		font-size: 24px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 550px) {
	 .md-inner-img {
        padding: 80px 0px;
    }
	.md-inner-title h1 {
		font-size: 32px;
	}
	.blog-post-container h3, .blog-content-box a {
		color: #ffff;
		font-size: 22px;
		margin: 10px 0px;
	}
	.inner-sections-single-post h2, .entry-page h2 {
        font-size: 30px;
		line-height: 36px;
    }
	.inner-sections-single-post ul, .entry-page ul {
		padding: 40px 55px;
		margin: 30px 0;
	}
	.inner-sections-single-post li, .entry-page li {
		margin-bottom: 7px;
		font-size: 16px;
	}
	.inner-sections-single-page .banner-btn {
        margin-bottom: 10px;
    }
	.section-inner-page-blog, .section-inner-page, .page-contact-holder {
        padding: 70px 0px;
    }
	.contact-form-page-holder .all-form-holder h2 {
		font-size: 24px;
	}
	.entry-page-contact p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 420px) {
    .md-inner-img {
        padding: 70px 0px;
    }
	.inner-sections-single-post h2, .entry-page h2 {
        font-size: 28px;
        line-height: 33px;
		margin: 25px 0px;
    }
	.inner-sections-single-post ul, .entry-page ul {
		padding: 30px 42px;
		margin: 30px 0;
	}
	.inner-sections-single-post h3, .entry-page h3 {
		margin: 25px 0px;
		font-size: 22px;
		line-height: 29px;
	}
	.navigation.post-navigation {
		margin: 40px 0px;
	}
	.contact-form-page-holder .all-form-holder h2, .entry-page-contact h2 {
		font-size: 22px;
	}
}




















