body {
	background:#2B2B2B;
}
.content-bg, body.content-style-unboxed .site{
	background:none !important
}
.header-html-inner,
#site-navigation ul{
	display:flex;
	justify-content:space-between;
}
.header-html-inner p {
	font-size:13px;
	margin:0 10px;
}
#site-navigation ul li {
	padding:0 7px;
}
#site-navigation ul li a{
	color:white;
	padding:7px 15px;
	border-radius:45px;
	font-size:16px;
	display:block
}
#site-navigation ul li.current-menu-item a{
	background:#231F20;
}
.single-post #primary article.single-entry {
	background:none !important;
}
.single-post article .entry-content-wrap p a{
	color:#FD7100;
}
.single-post #primary .site-container h1 {
	text-align:center;
	font-size:30px;
	color:white;
}
.single-post #primary .site-container h2,
.single-post #primary .site-container h3,
.single-post #primary .site-container h4,
.single-post #primary .site-container h5,
.single-post #primary .site-container h6,
.single-post #primary .site-container p{
	color:white;
	text-align:center;
}
.single-post #primary .site-container .entry-meta{
	justify-content:center;
	text-transform:uppercase;
}
.post-navigation, .single-post footer .site-container, .entry-related{
	background:none;
	max-width:1320px !important;
	margin:0 auto;
}
.entry-related-title{
	text-align:center;
	color:#FD7100;
	font-size:32px;
}
.single-post #primary .entry-related ul{
	column-gap: 0;
    row-gap: 0;
	width:80%;
	margin:0 auto !important;
	display: flex;
    justify-content: center;
}
.single-post #primary .entry-related ul li {
	width:25%;
}
.single-post #primary .entry-related article {
	padding:10px;
	margin:15px;
	background:white !important;
	box-shadow:0 0 20px 0 #0000001a;
}
.single-post .entry-related .entry-content-wrap {
	padding:10px;
	text-align:center;
}
.single-post .entry-related .entry-content-wrap h3 {
	padding:10px 0;
	font-size:15px;
}
.single-post .entry-related .entry-content-wrap h3 a:hover{
	color:#FD7100;
}
.single-post .entry-related .posted-by{
	display:none
}
.single-post .entry-related .posted-on{
	color:#FD7100;
	font-weight:300;
	text-transform:uppercase;
	font-size:16px;
}
.post-navigation .nav-links>div{
	background:white;
	padding:15px;
}
.post-navigation .nav-links a{
	color:black;
	font-weight:400;
}
.post-navigation .nav-links a:hover{
	color:#FD7100;
}
.post-navigation-sub{
	color:#FD7100;
	font-family:initial;
}
footer.site-footer{
	background-color: #231f20;
	padding:25px 0;
	position:relative;
}
footer img {
	width:200px;
}
footer p {
	font-size:15px;
	line-height:33px;
}
footer h2{
	color:white !important;
	font-size:16px;
	text-align:center;
	text-transform:capitalize !important;
}
footer p{
	color:#ccc;
	font-size:14px;
}
footer p a{
	color:#cccccc !important;
	margin:0 10px;
}
footer p strong{
	color:white
}
.site-footer-wrap .social-button {
	background:none !important;
	padding:0 !important;
}
.site-footer-top-section-2{
    flex-direction: column;
    justify-content: center;
}
.site-footer-top-section-2 .footer-widget-area{
	width:100%;
	text-align:center
}
.site-footer-top-section-2 .footer-widget-area img{
	display:block;
	margin:0 auto;
}
footer a:hover{
	text-decoration:none !important;
	color:#FD7100 !important;
}
footer .site-bottom-footer-wrap p {
	display:flex;
	align-items:center;
	justify-content:center;
}
footer li a{
	color:white !important;
	text-align:center;
	font-size:14px;
}
.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
	margin-left:0 !important;
}
.footer-social-wrap .footer-social-inner-wrap {
	display: flex;
    justify-content: center;
}
.footer-social-wrap .footer-social-inner-wrap a svg{
	fill:#FD7100 !important;
}
.footer-social-wrap .footer-social-inner-wrap a:hover svg{
	fill:white !important;
}