/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.wpptp-wrapper .wpptp-header-wrapper button,
.wpptp-wrapper .wpptp-header-wrapper button[disabled]:hover,
.wpptp-wrapper .wpptp-header-wrapper button[disabled]:focus,
.wpptp-wrapper .wpptp-header-wrapper input[type="button"],
.wpptp-wrapper .wpptp-header-wrapper input[type="button"][disabled]:hover,
.wpptp-wrapper .wpptp-header-wrapper input[type="button"][disabled]:focus,
.wpptp-wrapper .wpptp-header-wrapper input[type="reset"],
.wpptp-wrapper .wpptp-header-wrapper input[type="reset"][disabled]:hover,
.wpptp-wrapper .wpptp-header-wrapper input[type="reset"][disabled]:focus,
.wpptp-wrapper .wpptp-header-wrapper input[type="submit"],
.wpptp-wrapper .wpptp-header-wrapper input[type="submit"][disabled]:hover,
.wpptp-wrapper .wpptp-header-wrapper input[type="submit"][disabled]:focus {
	font-family: fontawesome;
}

.wpptp-wrapper h3.wpptp-post-title {
  font-weight: normal;
}

h3.wpptp-post-title a:hover {
  opacity: .8;
}
 
.wpptp-wrapper .wpptp-thumbnail-wrapper {
  overflow: hidden;
	position: relative;
	display: inline-block;
}
.wpptp-wrapper .wpptp-content {
	display: inline-block;
	position: relative;
}
.wpptp-wrapper .wpptp-content-full {
	display: inline-block;
	position: relative;
}
.wpptp-wrapper ul.wpptp-post-container{
	margin:0;
	padding:0;
}
.wpptp-wrapper .wpptp-header-wrapper {
  width: 100%;
}
.wpptp-wrapper .wpptp-clear-section {
	clear: both;
}

.wpptp-wrapper .wpptp-post-wrapper .wpptp-post-container li.wpptp-post {
	list-style:none;
  clear: both;
  box-sizing: content-box!important;
}

.wpptp-content > div {
  margin-bottom: 5px;
}
.wpptp-content-full > div {
  margin-bottom: 5px;
}

.wpptp-star::before {
  content: "\f005";
  font-family: fontawesome;
	color: #e3cf7a;
}

.wpptp-post-rating-1 .wpptp-star:nth-child(5)::before,
.wpptp-post-rating-1 .wpptp-star:nth-child(4)::before,
.wpptp-post-rating-1 .wpptp-star:nth-child(3)::before,
.wpptp-post-rating-1 .wpptp-star:nth-child(2)::before {
  content: "\f006";
}

.wpptp-post-rating-2 .wpptp-star:nth-child(5)::before,
.wpptp-post-rating-2 .wpptp-star:nth-child(4)::before,
.wpptp-post-rating-2 .wpptp-star:nth-child(3)::before {
  content: "\f006";
}

.wpptp-post-rating-3 .wpptp-star:nth-child(5)::before,
.wpptp-post-rating-3 .wpptp-star:nth-child(4)::before {
  content: "\f006";
}

.wpptp-post-rating-4 .wpptp-star:nth-child(5)::before {
  content: "\f006";
}

.wpptp-wrapper .wpptp-navigation i:hover {
  cursor: pointer;
}