article  .wp-post-image {
	width:100%;
}
article p{margin-top:0.75em;}

.post{
	.entry-header{
	position:relative;
	.post-caret:before{
				position:absolute;
				font-size:2em;
				bottom:17px;
				left:-10px;
				content: "\f0d9";
				font-family: "FontAwesome";
			}
			.post-heading{
				position:absolute;
				bottom: 0px;
				left:-10px;
					a{
						background:#f6e128;	
						text-transform: uppercase;
						font-size:0.50em;
						font-family: 'Arial';
						font-weight: bold;
						letter-spacing: -0.3px;
						padding:0.1em 1.5em 0.0em 1.5em;

					}
							}//.post-heading
			}//.entry-header
}
//In Single Page
.page{
	.post-heading{
		font-size: 2em;
		color:$color__theme;
	}
}
.entry-header {
	.post-single-heading{
						position:absolute;
						bottom: 35px;
						left:-10px;
						background:#f6e128;	
						text-transform: uppercase;
						font-size:1.50em;
						font-family: 'Arial';
						font-weight: bold;
						letter-spacing: -0.3px;
						padding:0.1em 1.5em 0.0em 1.5em;
							}
	.post-single-caret:before{
				position:absolute;
				font-size:2em;
				bottom:21px;
				left:-10px;
				content: "\f0d9";
				font-family: "FontAwesome";
	}
}
//Admin,Leave a Comment and Date
.head-post{
	margin-bottom:2em;
	max-width:total_site_width();
	color:#b8b8b8;
	letter-spacing:1px;
	a{color:#b8b8b8;}
	.tags-links{display:none;}
	a:hover{
		color:$color__link-hover;
	}
	.estella-post-comment:hover .comments-link:before{
		color:$color__link-hover;
	}
	li{
		float:left;
		list-style: none;

	}//li
	.icon-user{
		margin: 0em 0.7em;
		font-size: 1.3em;
				}
	.leave-comment{
		margin: 0em 0.7em;
		font-size: 1.3em;
				}
}
//entry-footer of posts
.entry-footer {
	max-width:100%;
	position:relative;
	letter-spacing:1px;
	ul{
		li{
			list-style: none;
			&:hover a{ color:$color__link-hover; transition:0.5s;} //for READ MORE 
			.read-more{
				float:right;		
						}
			.read-more:after{
				margin-left: 0.5em;
				color:#ccc;
				content: "\f178";
				font-family: "FontAwesome";

			}
			&:hover .read-more:after{ color:$color__link-hover; transition:0.5s;}

			a{
				
				// text-align: center;
				font-size: 1em;

				color:#ccc;

				// padding:$phi * 0.5rem;
				
				}
		}
		

	}	
}

//PAGINATION
.pagination {
overflow: hidden;
clear:both;
position:relative;
font-size:0.7em;
}
.pagination span:first-child{
	padding-left: 2em;
	padding-right: 2em;
	letter-spacing:2px;
	font-weight:bold;
	
	
}
.pagination {

		.page-numbers {
			display: block;
			float: left;
			margin: 2px 2px 2px 0;
			text-decoration: none;
			padding: 10px;
			width: 55px;
			height: 47px;
			border-radius: 3px;
			text-align: center;
			background: #ffffff;
			&:hover {
				border: 1px solid;
			}
		}

		.current {
		width: 55px;
		height: 47px;
		border-radius: 3px;
		text-align: center;
		background:#d6d7d8;
		color:#fff;
		border: 2px solid #d0d0d0; 
		}

		.prev, .next{
			width:100px;
			font-size: 1em;
		}
		.prev:hover, .next:hover{
			background: #d6d7d8;
			color:#fff;
			transition: 0.5s;
		}
		.dots{
			border:none;
			width:35px;
			&:hover{ border:none;}
		}


}//END .pagination

.pagination a, .pagination span {
  color: #999999;
  border: 2px solid $color__heading-border; 
}

.pagination .page-previous, .pagination .page-next, .pagination .page-last {
	padding: 10px;
	width: 75px;
	height: 47px;
}

//making the head posts responsive
@media (max-width: 65.625rem) {
	.head-post{
		.estella-post-author{
				margin-right: 10%;
	                 		 }
	            .estella-post-date{
				margin-left: 10%;
		  		}
		}
	.entry-header .post-single-heading{
				font-size: 1.3em;
			}

}
@media (max-width: 40.625rem) {
	.head-post{
		.estella-post-author{
				margin-right: 10%;
	                 		 }
	            .estella-post-date{
				margin-left: 10%;
	            		}
		}
		article {
			.entry-header .post-caret:before, .entry-header .post-single-caret:before{
				font-size: 1.8em;
						}
				}
		.entry-header .post-single-heading{
			font-size: 1em;
		}
		
}
@media (max-width: 34.375rem) {
	.head-post{
		margin-bottom: 3em;
		.estella-post-comment{
			display: none;
		                      }
		.estella-post-author{
			margin-right: 30%;
			}
		}
	
		article {
			.entry-header .post-caret:before{
				bottom:18px;
				left:-10px;
				
					}
			p{margin-top:0.50em;}
		}
}
@media (max-width: 28.125rem){
	.head-post{
		.estella-post-comment{
			display: none;
		                      }
		.estella-post-author{
			margin-right: 15%;
			}
		}
	//entry footer responsive
	.entry-footer{
		ul li a{ font-size:0.75em;}
	}
	article {
			.entry-header .post-caret:before{
				bottom:17px;
				left:-10px;
				
					}
			}
}
@media (max-width: 25rem){
	article {
			.entry-header .post-caret:before{
				bottom:11px;
				left:-10px;
				
					}
			}
}
//older Post style
#main .posts-navigation {
	background:#d6d7d8;
		a{
			color: #fff;
			text-transform: uppercase;
		      letter-spacing: 3px;
		}
		a:hover{
			color:$color__link-hover;
		}
}
