a#inifiniteLoader{
    position: fixed;  
    z-index: 2;  
    bottom: 15px;   
    right: 10px; 
    display:none;
}
.page-template-page_blog_post a {
	/*color: #000;*/
	font-weight:bold;
}
.page-template-page_blog_post a:hover{
	color: #21759b;
}
.page-template-page_blog_post .social_btns iframe {
	display: block !important;
	max-width: none !important;
}
.page-template-page_blog_post .social_btns {
	margin: 20px 0 0 0;
}

.page-template-page_blog_post #masthead_blog{
	position: relative;
	width:100%;
}
.page_tdr_blog #masthead_blog{
	background-image: url("../images/main-tdr-blog-bg.png");
	background-position: left center;
}
.page-template-page_blog_post #masthead_blog::after,
.page-template-page_blog_post #masthead_blog::before {
    content: "";
    display: table;
}
.page-template-page_blog_post .site-branding, 
.page-template-page_blog_post .social-links {
    max-width: 9999px;
    padding: 0;
    text-align: center;
}

.page-template-page_blog_post .site-title {
    font-variant-ligatures: common-ligatures;
    font-weight: normal;
    text-rendering: optimizelegibility;
    text-transform: none;
	line-height: 1.2 !important;
    margin: 0 auto 30px !important;
	text-align:center !important;
}

.page-template-page_blog_post .site-title a{
	font-size:27px;
	color: white !important;
	display: block !important;
}
.page-template-page_blog_post h1.site-title{
	padding: 0 3% !important;
	margin:0 auto;
}
.page-template-page_blog_post h1.site-title a img{
	 max-width: 660px;
	 display: inline-block;
}
.page-template-page_blog_post .social-links ul a
{
	position: relative;
	width:34px !important;
	height:34px !important;
	background:#CEE1E0;
	border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   border: 0px solid #000000;
}
.page-template-page_blog_post .social-links ul a:hover
{
	background:#FFF;
}	
.page-template-page_blog_post .social-links ul a span{
	text-indent:-9999;
	font-size:0;
	position:absolute;
	top:8px;
	left:8px;
}
.page-template-page_blog_post .social-links ul a .twitter	{
	background:url(../images/twitter.png) no-repeat center center;
	display:block;
	width:16px;
	height:16px;
}	
.page-template-page_blog_post .social-links ul a .facebook{
	background:url(../images/facebook.png) no-repeat center center;
	display:block;
	width:16px;
	height:16px;
}	
.page-template-page_blog_post .social-links ul a .dribbble{
	background:url(../images/dribbble.png) no-repeat center center;
	display:block;
	width:16px;
	height:16px;
}	
.page-template-page_blog_post .social-links ul a .youtube	{
	background:url(../images/youtube.png) no-repeat center center;
	display:block;
	width:16px;
	height:16px;
}
.page-template-page_blog_post .social-links ul a .email{
	background:url(../images/email.png) no-repeat center center;
	display:block;
	width:16px;
	height:16px;
}	
.link_home_banner {
	margin: 0 0 20px 0;
}
.link_home_banner a {
	display: block;
}
.link_home_banner img {
	display: inline-block;
}

/*--------------------------------------------------------------
13. Social Links
--------------------------------------------------------------*/
.page-template-page_blog_post .social-links {
    clear: both;
    margin: 40px auto 0 auto;
    padding: 0 1.5em;
    width: 100%;
	position: absolute;
	bottom: 20px;
}
.page-template-page_blog_post .social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-template-page_blog_post .social-links ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
	padding:0 5px;
}
.page-template-page_blog_post .social-links ul a {
    display: inline-block;
    text-decoration: none;

}
.page-template-page_blog_post .screen-reader-text {
    left: -99999px;
    position: absolute;
}
.page-template-page_blog_post #secondary_blog {
	max-width: 230px;
	position: relative;
	float: left;
}
.page-template-page_blog_post .blog_archives_title {
	font-size: 25px;
	text-align: center;
	line-height: 30px;
	padding: 00px 0 25px 0;
}
.page-template-page_blog_post .popular_title {
	padding: 0 0 25px 0;
}
.page-template-page_blog_post .recent_blog_tmb {
	width: 25%;
	float: left;
	padding: 0 5% 0 0;
}
.page-template-page_blog_post .recent-entry-title {
	float: left;
	width: 70%;
	clear: none;
	font-size: 12px;
}
.page-template-page_blog_post #secondary_blog .hentry {
	padding: 0 0 20px 0;
}
.page-template-page_blog_post #content_blog{
	margin:30px auto 0 auto;
	position: relative;
}
.page-template-page_blog_post .content-area-blog {
    max-width: 660px;
	margin: 0 auto;
	float: right;
}
.page-template-page_blog_post .blog_post_article{
	margin:0 0 65px 0;
	padding-bottom: 15px;
    width: 100%;
    z-index: 0;
}
.page-template-page_blog_post .entry-header-blog {
	text-align: center;
	position: relative;
}

.page-template-page_blog_post .has-no-title .entry-header-blog:before {
	display: none;
}
.page-template-page_blog_post .entry-title-blog {
	background-color: rgb(254, 221, 0);
	box-sizing: border-box;
	color: #488c91;
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
	max-width: 90%;
	position: relative;
	padding-left: .5em;
	padding-right: .5em;
	text-transform: none;
	line-height: 1;
}
.page-template-page_blog_post h3.entry-title-blog a{
	color: #000 !important;
}
.page-template-page_blog_post .entry-title-blog a,
.page-template-page_blog_post .entry-title-blog a:visited {
	color: #488c91;
	font-size:25px;
	
    line-height: 1.2;
    margin-bottom: 0.75em;
    text-decoration: none;
}
.page-template-page_blog_post .entry-title-blog a:hover,
.page-template-page_blog_post .entry-title-blog a:focus,
.page-template-page_blog_post .entry-title-blog a:active {
	color: #296666;
}

.page-template-page_blog_post .byline, 
.page-template-page_blog_post .updated:not(.published) {
    display: none;
}
.page-template-page_blog_post .posted-on time{
	display:inline-block;
	text-decoration:underline;
}
.page-template-page_blog_post .entry_meta_blog {
    border-right: 0 none;
    left: auto;
    padding-right: 0;
    position: static;
    text-align: center;
    top: auto;
    width: auto;
	padding:5px 0;
}
.page-template-page_blog_post .entry_meta_blog > span {
    clear: none;
    display: inline;
    margin: 0;
    width: auto;
}
.page-template-page_blog_post .entry_meta_blog a {
	color: #488c91;
	text-decoration:underline;
}
.page-template-page_blog_post .entry_meta_blog > span::after {
    display: inline;
}

.page-template-page_blog_post .entry_meta_blog > span::after {
    content: "•";
    margin: 0 7px;
	font-size:15px;
	color: #a1dbdb;
}
.page-template-page_blog_post .entry_meta_blog > span:last-of-type::after {
    display: none;
}
.page-template-page_blog_post .posted-on a {
	text-decoration: underline;
}
.page-template-page_blog_post .entry_content_blog{
	 font-size: 16px;
	 margin: 20px 0 0;
}

.page-template-page_blog_post footer.site-footer-blog{
    color: rgb(254, 221, 0);
	background:#000;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 36px 0;
    text-align: center;
    text-transform: uppercase;
	position: inherit !important;
}

.page-template-page_blog_post .site-footer-blog .sep {
    clear: none;
    display: inline-block;
    height: auto;
    visibility: visible;
    width: auto;
	margin: 0 0.5em;
}
.page-template-page_blog_post .nav-links a[rel="prev"]{
    float: left;
    width: 50%;
}
.page-template-page_blog_post .nav-links a[rel="next"] {
    float: right;
    text-align: right;
    width: 50%;
}
.page-template-page_blog_post #nav-below{
	display:none;
}
.page-template-page_blog_post #main_blog{
	position:relative;
	display:block;
	padding:0;
}
.page-template-page_blog_post #main_blog #infscr-loading{
	position:absolute;
	bottom: -30px;
	left:50%;
	display:block;
	margin-left: -110px;
}
.page-template-page_blog_post .cat_post a::after{
	 color: #a1dbdb;
    content: ",";
    font-size: 15px;
    margin: 0 7px;
}
.page-template-page_blog_post .cat_post a:last-child::after{
	color: #a1dbdb;
    content: "";
    font-size: 15px;
    margin: 0 0px;
}
.page-template-page_blog_post .entry_content_blog {
	line-height: 30px;
}
.page-template-page_blog_post #page{
	margin:0 !important;
}
.fb_iframe_widget span {
	vertical-align: top !important;
}
.page-template-page_blog_post .wpp-list a {
    display: block;
    padding: 0 5% 0 0;
    width: 25%;
	float: left;
}
.page-template-page_blog_post .wpp-post-title {
    font-weight: bold;
    padding: 0 !important;
    width: 70% !important;
}
.page-template-page_blog_post .wpp-list li {
	padding: 0 0 20px 0;
}

.page-template-page_blog_post button.alm-load-more-btn{	
   font-size:16px;
   font-weight: 600;
   width:auto;   
   height: 42px;
   line-height: 40px;
   background: #ed7070;
   color:#fff;
   border: none;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   margin: 0 0 4px;
   padding:0 20px;
   display: inline-block;		
   position: relative;
   -webkit-transition: padding 0.25s ease-in-out;
   -moz-transition: padding 0.25s ease-in-out;
   transition: padding 0.25s ease-in-out;
   text-align: center;	
   text-decoration: none;
   -webkit-appearance: none; 
   -moz-appearance: none;   
   appearance: none;      
   /* Prevents text selection */
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: -moz-none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
   cursor: pointer;
}
.page-template-page_blog_post button.alm-load-more-btn:hover{
		background-color: #d34646;
		color: #fff;
		text-decoration: none;
	}
.page-template-page_blog_post button.alm-load-more-btn:active{
		-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}	
	
	/* Loading */
.page-template-page_blog_post button.alm-load-more-btn.loading{
    	padding-left: 44px;
   }
    
   /* Loaded / Done */
.page-template-page_blog_post button.alm-load-more-btn.done{
		cursor: default;
		opacity: 0.2;
		filter: alpha(opacity=20); 
		background-color: #ed7070; 
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
   }  
      
   /* Loading Icon */
.page-template-page_blog_post button.alm-load-more-btn:before,
.page-template-page_blog_post button.alm-load-more-btn.done:before{                
		background: none;
		width: 0;
	}
	
	/* Loading :before */
.page-template-page_blog_post button.alm-load-more-btn.loading:before {
      background: #fff url("../img/loading.gif") no-repeat center center;
      width: 30px;
      height: 30px;
      margin: 6px;		
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      display: inline-block;
      z-index: 0;
      content: '';
      position: absolute;
      left: 0;
      overflow: hidden;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
	}
	
.page-template-page_blog_post .alm-btn-wrap{
	text-align: center;
	padding: 10px 10px 30px;
	overflow: hidden;
	display: block;
}
.item_footer_left{
	float:left;
	width:49%;
	font-size:11px;
}
.item_footer_right{
	float:right;
	width:49%;
	font-size:11px;
}
#page{
margin:0px;
padding:0px;
overflow: hidden;
}

@media screen and (max-width:1280px){
	.page-template-page_blog_post #content_blog {
		word-wrap: break-word;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
	}
	.page-template-page_blog_post #secondary_blog {
		position: relative;
		float: left;
	}
	.page-template-page_blog_post #primary_blog {
		float: right;
	}
}

@media screen and (max-width:950px){
	.page-template-page_blog_post #content_blog {
		padding: 0 3%;
	}
	.page-template-page_blog_post .content-area-blog {
		max-width: 71%;
	}
	.page-template-page_blog_post #secondary_blog {
		max-width: 25%;
	}
}

@media screen and (max-width:767px){
	.item_footer_left{
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	.item_footer_right{
		float:none;
		width:100%;
	}

	.link_home_banner {
		text-align: center;
	}
	.page-template-page_blog_post .site-header h1{
		padding:0 !important;
		width:100%;
		margin:0 auto !important;
	}
	.page-template-page_blog_post .site-title a{
		font-size:11px;
	}
	.page-template-page_blog_post #primary_blog{
		max-width:100%;
		margin:0 auto;
		float: none;
	}
	.page-template-page_blog_post h1.site-title a img{
	 max-width: 100%;
	}
	.page-template-page_blog_post .social-links {
		margin-top: 10px !important;
	}
	.page-template-page_blog_post .fb_iframe_widget iframe, .twitter_btn iframe {
		/*max-width: 90px !important;*/
	}
	.page-template-page_blog_post #secondary_blog {
		float: none;
		max-width: 100%;
		position: relative;
		margin-top: -30px;
	}
}