*
 *
 */

/**
 * COMMON STYLE
 */
#eb select,
#eb input[type="text"],
#eb input[type="password"],
#eb input[type="url"],
#eb input[type="email"] {
	border-radius: 0 !important;
	height: 38px !important;
	padding: 6px 12px !important;
}

#eb h3,
#eb h5 {
	font-weight: 400;
}

#eb .eb-page-header h2 {
	color: #555;
	font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}

#eb img {
	border-radius: 0 !important;
	padding: 0 !important;
}

#eb .eb-post-thumb {
	border: none;
	border-radius: 0;
	overflow: hidden;
}

#eb .eb-post-thumb .eb-post-image {
	transition: all .2s;
}

#eb .eb-post-thumb .eb-post-image:hover {
	transform: scale(1.1) rotate(-2.5deg);
	opacity: .85;
}

#eb .eb-navbar.has-footer .eb-navbar__body,
#eb .eb-navbar__footer,
#eb .eb-navbar__search,
#eb .eb-navbar__search-input,
#eb .btn,
#eb .eb-category,
#eb .eb-comment-form,
#eb .eb-tags-item,
#eb .eb-author,
#eb textarea,
#eb .eb-head,
#eb .eb-quick-content,
#eb .eb-quick-post .eb-quick-tabs,
#eb .alert {
	border-radius: 0 !important;
}


/**
 * NAVBAR
 */
#eb .eb-navbar {
	margin: 36px 0 36px 0;
}

#eb input.eb-navbar__search-input {
	height: auto !important;
	padding: 2px 20px !important;
}

#eb #eb-toolbar-search {
	margin-top: 3px;
	margin-bottom: 3px;
}

#eb .o-nav__link {
	padding-top: 6px;
	padding-bottom: 6px;
	opacity: .8;
}

#eb .o-nav__item:hover .o-nav__link {
	opacity: 1;
}

#eb .is-active > .eb-navbar__footer-link,
#eb .eb-navbar__footer-link:hover,
#eb .reset-heading a:hover,
#eb .eb-post-headline-source {
	color: #d82731;
}

#eb .is-active .eb-navbar__footer-link::before {
	background-color: #d82731;
}


/**
 * HEADER
 */
#eb .eb-brand-name {
	font-size: 44px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	margin: 0 0 32px;
}


/**
 * CONTENT
 */
#eb .eb-tags-finder .form-control,
#eb .eb-authors-finder .form-control {
	padding-left: 40px !important;
}

#eb .eb-post-title,
#eb .eb-showcase-title {
	font-size: 20px;
	line-height: 1.2;
}

#eb .eb-post-title a,
#eb .eb-showcase-title a {
	color: inherit;
}

#eb .eb-section-heading {
	border-bottom: 0;
	border-top: 1px solid #e5e5e5;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	margin: 50px 0 15px;
	padding: 52px 0 0;
}

#eb .eb-showcase-meta,
#eb .eb-post-meta {
	color: inherit;
}

#eb .eb-showcase-meta a,
#eb .eb-post-meta a {
	color: #999;
}

#eb .eb-tags span::after {
	content: "";
}

#eb .eb-tags span a {
	background: url('../html/com_easyblog/images/blog-taglist_black.png') repeat-x right -23px;
	color: #eee;
	font-size: 11px;
	height: 23px;
	padding: 0 8px 0 0;
	line-height: 22px;
	position: relative;
	margin-left: 20px;
}

#eb .eb-tags span a:hover {
	color: #bbb;
}

#eb .eb-tags span a:before {
	content: "";
	background: url('../html/com_easyblog/images/blog-taglist_black.png') no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -20px;
	height: 23px;
	width: 20px;
}


/* Quote - Link */
#eb .eb-post-headline {
	border-left: 0;
	padding: 0;
}

#eb .eb-placeholder-quote-title,
#eb .eb-placeholder-quote-text,
#eb .eb-placeholder-quote-source {
	position: relative;
	padding-left: 60px;
	overflow: visible;
}

#eb .eb-placeholder-quote-title:before,
#eb .eb-placeholder-quote-text:before {
	content: "\f10d";
	color: #e5e5e5;
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#eb .eb-type-link,
#eb .eb-entry-article .eb-post-headline-source {
	padding-left: 66px;
	position: relative;
}

#eb .type-like {
	margin-top: 15px;
}

#eb .eb-type-link:before,
#eb .eb-entry-article .eb-post-headline-source:before {
	content: "\f0c1";
	display: block;
	color: #e5e5e5;
	font-family: FontAwesome;
	font-size: 32px;
	position: absolute;
	left: 0;
	top: -8px;
}


/* Featured */
#eb .eb-showcases {
	border: none;
	border-radius: 0;
	padding: 10px;
}

#eb .eb-showcase {
	padding: 0;
	min-height: 260px;
}

#eb .eb-showcase-thumb,
#eb .featured-item .eb-post-thumb {
	padding-top: 2px;
	position: relative;
}

#eb .eb-showcase-thumb:before,
#eb .featured-item .eb-post-thumb:before {
	content: "Featured";
	background: #d82731;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 22px;
	height: 28px;
	padding: 2px 12px;
	position: absolute;
	right: -10px;
	text-transform: uppercase;
	top: 26px;
	z-index: 1;
	transform: rotate(90deg);
}

#eb .eb-showcase-content {
	margin: 0 0 0 350px;
}

#eb .eb-showcase-meta {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 50px;
}

#eb .eb-showcase-more {
	margin-top: 35px;
}

#eb .eb-showcase-control {
	display: none;
}

#eb .eb-showcase-bottom-navigation {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	position: relative;
}

#eb .eb-showcase-bottom-navigation .eb-featured-more {
	background: url('../html/com_easyblog/images/featured-more.png') center no-repeat;
	display: block;
	font-size: 0;
	position: absolute;
	right: 7px;
	top: 7px;
	text-indent: -9999px;
	text-decoration: none !important;
	opacity: .8;
	height: 22px;
	width: 20px;
}

#eb .eb-showcase-bottom-navigation .eb-featured-more:hover {
	opacity: 1;
}

#eb .eb-showcase-indicators {
	display: block;
	position: unset;
}

#eb .eb-showcase-indicators > li,
#eb .eb-showcase-indicators > li.active {
	background: url('../html/com_easyblog/images/featured-bullets.png') top;
	text-indent: -9999px;
	margin: 0;
	opacity: 0.7;
	height: 22px;
	width: 22px;
}

#eb .eb-showcase-indicators > li.active {
	background-position: bottom;
}

/* Posts */
#eb .eb-post-featured {
	background: #d82731;
	color: #fff;
	display: inline-block;
	font-family: 'Bitter', Arial, sans-serif;
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
	padding: 3px;
	vertical-align: text-top;
	text-shadow: none;
	text-transform: uppercase;
}

#eb .eb-post-meta {
	font-size: 13px;
	line-height: 1.3;
}

#eb .eb-post {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 36px;
	padding: 0 0 36px;
}

#eb .eb-post + .eb-post {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

#eb .eb-post .eb-post-content {
	width: auto;
}

#eb .eb-post .eb-post-content.has-images {
	margin: 0 0 0 170px;
}

#eb .eb-post-title {
	margin: 0 0 20px 0;
}

#eb .eb-post .eb-post-body {
	margin: 0 0 15px 0;
}

#eb .eb-post-meta {
	margin: 15px 0;
}

#eb .eb-post .type-photo .eb-post-thumb.is-left {
	float: none;
	margin-right: 0;
}

#eb .eb-post .type-photo .eb-post-image {
	width: 100% !important;
}

#eb .eb-post .eb-post-headline-source {
	margin: 40px 0 50px;
}

/**
 * ENTRIES
 */
#eb .eb-placeholder-quote {
	margin: 60px 0;
}

#eb .eb-entry-title {
	font-size: 38px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

#eb .eb-entry-meta {
	color: #aaa;
	font-size: 12px;
	margin: 0 0 32px;
	padding: 0;
}

#eb .eb-entry-share-rating {
	border: 1px solid #e5e5e5;
	margin: 24px 0;
	padding: 20px;
	overflow: hidden;
}

#eb .eb-entry-share-rating .eb-share {
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 60%;
}

#eb .eb-entry-share-rating .eb-entry-ratings {
	box-sizing: border-box;
	border-left: 1px solid #e5e5e5;
	float: right;
	padding: 10px 0 25px 36px;
	width: 40%;
}

#eb .eb-entry-author-bio {
	background: #fffef5;
	border: 1px solid #ecead8;
	overflow: hidden;
	padding: 24px;
}

#eb .eb-entry-author-bio .col-cell + .col-cell {
	padding-left: 40px;
}

#eb .eb-entry-author-meta > span a {
	opacity: .8;
}

#eb .eb-entry-author-meta > span a:hover {
	opacity: 1;
}

#eb .eb-entry-article .eb-post-headline {
  margin: 40px 0;
}


/**
 * CATEGORIES
 */
#eb .eb-category-name {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}

#eb .eb-category-name a {
	color: #d82731;
}

#eb .eb-category-subscription:before {
	content: "\f06e";
	color: #bcbcbc;
	font-family: "FontAwesome";
	margin: 0 6px 0 0;
	transition: color .2s;
}

#eb .eb-category-rss:before {
	content: "\f09e";
	color: #bcbcbc;
	font-family: "FontAwesome";
	margin: 0 6px 0 0;
	transition: color .2s;
}

#eb .eb-category-subscription .link-subscribe,
#eb .eb-category-rss .link-rss {
	color: #666;
	font-size: 12px;
}

#eb .eb-category-subscription .link-subscribe:hover,
#eb .eb-category-rss .link-rss:hover,
#eb .eb-category-subscription:hover:before,
#eb .eb-category-rss:hover:before {
	color: #000;
}

#eb .eb-category-subscribe > span + span {
	border: none;
	padding-left: 8px;
	margin-left: 8px;
}


/**
 * TAGS PAGE
 */


/**
 * AUTHORS PAGE
