#blogtitlebanner{
	background: url('../images/blog-hero.jpg');
	background-repeat: no-repeat;
	min-height: 373px;
	margin-top: 70px;
	background-position: top center;
	background-size: cover;
	white-space: nowrap;
	text-align: center;
}
#blogtitlebanner:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	overflow: hidden;
	height: 373px;
	width: 1%;
}
#blogtitlebanner > h1{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: 600;
	font-size: 53px;
	text-align: center;
	margin: auto;
	padding: 10% 0;
}

.blog-list-nav{
	display: block;
	width: 100%;
	margin: 50px auto;
	text-align: center;	
}
.blog-list-nav.mobile-top-nav{
	display: none;
}
.blog-list-nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
	border-bottom:2px solid #ebebeb;
}
.blog-list-nav ul li{
	list-style:none;
	display:inline-block;	
	margin:0px 20px;
}
.blog-list-nav ul li a{
	text-decoration:none;
	font-weight:500;
	color:#6a6a6a;	
	font-size:20px;
}
.blog-list-nav ul li.active{
	border-bottom: 3px solid #000001;
	line-height: 80px;
}
.blog-list-nav ul li.active a{
	font-weight:600;
	color:#000011;	
}
.blog-list-nav select {
	height: 60px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 60px;
	padding: 0 40px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.blog-list-nav select::-ms-expand {
    display: none;
}
.blog-list-nav .select-wrapper {
    position: relative;
}

.blog-list-nav .select-wrapper:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #00000f transparent transparent;
}
.blog-posts-grid{
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex; 
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin: -15px;
    padding: 15px 0;
}
.blog-posts-grid .single-post-row{
	width: 33.33%;
    display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex; 
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 15px;
    margin-bottom: 30px;
}

.blog-posts-grid .single-post-row .thumb-holder{
	
}
.blog-posts-grid .single-post-row .thumb-holder > a{
	
}
.blog-posts-grid .single-post-row .thumb-holder > a > img{
	
}
.blog-posts-grid .single-post-row .post-meta{
	margin-top: 30px;
}
.blog-posts-grid .single-post-row .post-meta > h4{
	margin-bottom: 18px;
}
.blog-posts-grid .single-post-row .post-meta > h4 > a{
	font-weight:500;
	color:#000000;
	text-decoration:none;
	font-size:16px;	
}
.blog-posts-grid .single-post-row .post-meta > span{
	font-size: 12px;
	color: #000;
}
.post-navigations-wrapper{
	text-align: center;	
    width: 100%;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    position: relative;
}
.post-navigations-wrapper nav.navigation.pagination {
	margin: 50px 0;
}
.post-navigations-wrapper nav.navigation.pagination ul {
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex; 
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-self: center;
	-webkit-align-self: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-navigations-wrapper nav.navigation.pagination ul > li {
	list-style: none;
	display: inline-block;
	padding: 0 12.5px;
}

.post-navigations-wrapper nav.navigation.pagination ul > li > a{
	display: block;
	color: rgba(0,0,0,0.3);
	font-weight: 600;
	cursor:pointer;
	text-decoration:none;
}
.post-navigations-wrapper nav.navigation.pagination ul > li.currentpagelink a {
    color: rgba(0,0,0,1);
}
.post-navigations-wrapper nav.navigation.pagination ul > li.currentpagelink a:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 138px;
    height: 2px;
    background: #b2b2b2;
    margin: 0 0 0 25px;
}
.post-navigations-wrapper nav.navigation.pagination ul > li:last-child.currentpagelink a:after {
	display: none;
}
.post-navigations-wrapper nav.navigation.pagination ul > li:last-child.currentpagelink a:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 138px;
    height: 2px;
    background: #4d4d59;
    margin: 0 25px 0 0;
}

nav.navigation.pagination .prevlinkwrap a,
nav.navigation.pagination .nextlinkwrap a {
	background-color: transparent;
    border: none;
    color: #fff;
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 10px;
    height: 17px;
    object-fit: contain;
    opacity: 0.5;
    font-size: 24px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-indent: -99999px;
    padding: 0;
    background-size: 10px 17px;
    background-position: center;
    background-repeat: no-repeat;
}
nav.navigation.pagination .prevlinkwrap a {
    left: 20%;
    background-image: url(../images/pagination-arrow-left.png);
}
nav.navigation.pagination .nextlinkwrap a {
    right: 20%;
    background-image: url(../images/pagination-arrow-right.png);
}
nav.navigation.pagination .prevlinkwrap a:hover, nav.navigation.pagination .prevlinkwrap a:focus,
nav.navigation.pagination .nextlinkwrap a:hover, nav.navigation.pagination .nextlinkwrap a:focus {
    opacity: 1;
}
/*
.post-navigations-wrapper nav.navigation.pagination{
	
}
.post-navigations-wrapper nav.navigation.pagination .nav-links{
	
}
.post-navigations-wrapper nav.navigation.pagination .nav-links a{
	margin: 0px 12.5px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.3);	
}
.post-navigations-wrapper nav.navigation.pagination .nav-links a.prev.page-numbers,
.post-navigations-wrapper nav.navigation.pagination .nav-links a.next.page-numbers{
	margin-right:35px;
	color: #7f7f7f;
	font-size: 28px;
	vertical-align: middle;
	font-weight: normal;
	text-indent: -99999px;
	padding: 0;
	text-decoration: none;
	position: relative;
}
.post-navigations-wrapper nav.navigation.pagination .nav-links a.next.page-numbers{
	margin-left:35px;
}
.post-navigations-wrapper nav.navigation.pagination .nav-links a.next.page-numbers:after,
.post-navigations-wrapper nav.navigation.pagination .nav-links a.prev.page-numbers:after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	height: 16px;
	background-image: url(../images/pagination-arrow-left.png);
    background-size: 10px 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.post-navigations-wrapper nav.navigation.pagination .nav-links a.next.page-numbers:after {
	left: auto;
	right: 0;
	background-image: url(../images/pagination-arrow-right.png);
    background-size: 10px 16px;
}
.post-navigations-wrapper nav.navigation.pagination .nav-links span.page-numbers.current{
	margin: 0px 12.5px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}
.post-navigations-wrapper nav.navigation.pagination .nav-links span.page-numbers.current:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 138px;
    background: #b2b2b2;
    height: 2px;
    margin-left: 25px;
}*/
#singleblogposttitleimage{
	margin-top: 70px;	
}
#singleblogposttitleimage > img{
	width: 100%;
}
#single-post-content{
	margin-top:35px;
}
.single-blog-content-box h1{
	font-size:26px;
	color:#000011;
	font-weight:600;
	margin: 15px 0px 30px 0px;
}
.single-blog-content-box p{
  font-size: 16px;
  color: #393939;	
}
.single-blog-content-box h3{
	font-size: 18px;
	font-weight: 500;
	color: #121115;
}
.single-blog-content-box ul{
	padding:0px 0px 0px 15px;
	margin:0px;
}
.single-blog-content-box ul li{
	font-size: 16px;
	color: #121115;
	line-height: 25px;
	margin: 15px 0px;
}
.single-blog-content-box ol{
	padding:0px 0px 0px 15px;
	margin:0px;
}
.single-blog-content-box ol li{
	font-size: 16px;
	color: #121115;
	line-height: 25px;
	margin: 15px 0px;
}
.single-blog-content-box .vc_general.vc_cta3-style-custom.vc_cta3-actions-bottom{
	background: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 5px solid #fabf1e;	
	padding: 5px 25px;
}
.single-blog-content-box .vc_general.vc_cta3-style-custom.vc_cta3-actions-bottom .vc_cta3-content p{
	font-size: 16px;
	color: #999999;	
	font-weight:400;
}
.single-blog-content-box .vc_general.vc_cta3-style-custom.vc_cta3-actions-bottom .vc_cta3-actions .vc_btn3-inline a{
	font-size: 16px;
	font-weight: 600;
	color: #222222 !important;
	background: none !important;
	padding: 0px !important;
	display: block; 
}
.post-meta-sidebar{
	max-width: 250px;
	width: 100%;	
}
.post-meta-sidebar .author-detail{
	border-bottom: 1px solid #efefef;
	padding-bottom: 40px;
	margin-top: 15px;	
}
.post-meta-sidebar .author-detail .author-image{
	float: left;
	margin-right: 10px;
}
.post-meta-sidebar .author-detail .author-image > img{
	
}
.post-meta-sidebar .author-detail .author-name-meta{
	float: left;
	margin-top: 10px;	
}
.post-meta-sidebar .author-detail .author-name-meta > span{
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1px;
	color: #000000;	
}
.post-meta-sidebar .author-detail .author-name-meta > small{
	display: block;
	font-size: 10px;
	letter-spacing: 0.1px;
	color: #8a8a8a;	
}
.social-share-wrap{
	margin-top:30px;
}
.social-share-wrap > a{
	display:block;
	border:1px solid #efefef;
	width:40px;
	height:40px;
	text-align: center;
	padding: 8px 0px;	
}
.related-posts-wrap{
	
}
.related-posts-wrap > h2{
	font-size: 22px;
	font-weight: 500;
	color: #000011;	
	border-bottom: 1px solid #efefef;
	margin: 0px;
	padding-bottom: 35px;
}
.related-posts-wrap .relatedposts.row{
	margin-top: 40px;
	margin-bottom: 40px;
}
.related-posts-wrap .relatedposts.row .singlepost-rel .post-meta > h4 > a {
	font-weight: 500;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}