/*
* Frontend Css For AP Infinite Scroll Posts Plugin
*/

/*.entry-title{
	color: red !important;
	font-size: 30px !important;
}*/

#smart-ajax-loader {
  width: 60px;
  margin: 0 auto;
}

.show_no_posts {

}

.aps-field > img {
    height: 70px;
    width: 83px;
}

img.post_featured{
     height: 360px !important;
     /*object-fit: cover;*/
     width: 100%;
}

.share-buttons.infinite.affix {
  top: 92px;
}


.article-separator {
  display:block;
  width:100%;
  padding:30px 0;
  text-align:center;
  background: #f9f9f9;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.article-separator .fa {
  font-size: 50px;
  color: #ffba00;
  cursor: pointer;
}

.article-separator .fa:hover {
  color: #555;
}
