/*
 *
 */


/* COMMON STYLE */
#eb h1,
#eb h2 {
	font-weight: 300;
}

#eb h3,
#eb h4,
#eb h5,
#eb h6 {
	font-weight: 400;
}

#eb label.eb-filter-select-group__drop {
	padding: 0;
}

#eb .eb-post-title,
#eb .eb-showcase-title,
#eb .eb-entry-title {
	font-size: 42px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 39px;
	text-transform: uppercase;
}

#eb .eb-post-meta div:first-child:before,
#eb .eb-showcase-meta div:first-child:before,
#eb .eb-entry-meta div:first-child:before {
	display: none;
}

#eb .eb-post-thumb,
#eb .eb-post-thumb .eb-post-image {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 40px;
}

#eb .eb-post-thumb .eb-post-image-cover,
#eb .eb-post-thumb .eb-post-image img {
	background-position: top;
	border: 0;
	box-shadow: none;
	padding: 0;
	transition: all .2s;
}

#eb .eb-post-thumb .eb-post-image-cover:hover,
#eb .eb-post-thumb .eb-post-image img:hover {
	transform: scale(1.2);
	opacity: 0.85;
}

#eb .eb-brand-name {
	font-size: 46px;
	font-weight: 300;
	line-height: 1.2;
	color: #272727;
	margin: 0 0 12px;
	text-transform: uppercase;
}

#eb .eb-category,
#eb .eb-tags-item,
#eb .eb-authors-head,
#eb .eb-author,
#eb .eb-avatar img {
	border-radius: 0 !important;
}


/* NAVBAR */
#eb .eb-navbar {
	margin: 36px 0 36px 0;
}

#eb .eb-navbar.has-footer .eb-navbar__body,
#eb .eb-navbar__footer,
#eb .eb-navbar__search-input,
#eb .eb-navbar__search {
	border-radius: 0;
}

#eb .eb-navbar__search-input {
	margin: 0;
	padding: 2px 20px !important;
	display: inline-block;
	box-shadow: none;
	border: 1px solid transparent !important;
	color: #ccc !important;
	width: 100%;
	height: auto !important;
	line-height: 20px;
	background-color: #424242;
	font-size: 13px !important;
}

#eb .eb-navbar__search  {
	margin-top: 3px;
	margin-bottom: 3px;
}

#eb .eb-navbar__o-nav .o-nav__link,
#eb.is-mobile .eb-navbar__footer-toggle {
	opacity: .6;
	padding-top: 7px;
	padding-bottom: 7px;
}

#eb .eb-navbar__o-nav .o-nav__link:hover,
#eb .eb-navbar__o-nav .o-nav__link:active,
#eb .eb-navbar__o-nav .o-nav__link:focus,
#eb.is-mobile .eb-navbar__footer-toggle:hover,
#eb.is-mobile .eb-navbar__footer-toggle:active,
#eb.is-mobile .eb-navbar__footer-toggle:focus {
	opacity: 1;
}

#eb .eb-navbar__footer {
	background: #272727;
	border-color: #272727;
	border-top: 1px solid #444;
	padding-top: 0;
	padding-bottom: 0;
}

#eb .eb-navbar__footer .eb-navbar__footer-submenu > :not(:first-child) {
	border-left-color: #444;
	border-left-style: solid;
}

#eb .eb-navbar__footer li a {
	color: #969696;
	padding-top: 12px;
	padding-bottom: 12px;
}

#eb .eb-navbar__footer li a:hover,
#eb .eb-navbar__footer li a:active,
#eb .eb-navbar__footer li a:focus,
#eb .eb-navbar__footer li.is-active a {
	color: #fff;
}

#eb .is-active .eb-navbar__footer-link::before {
	height: 0;
}


/* FEATURED */
#eb .eb-showcases {
	border: 0;
	border-radius: 0;
}

#eb .eb-showcase-title,
#eb .eb-showcase-article {
	margin-bottom: 15px;
}

.eb-featured #eb-showcases .eb-showcase,
.eb-featured #eb-showcases .eb-post-image,
#eb .eb-image-top {
	position: relative;
}

#eb .eb-image-top {
	text-align: center;
	margin: 0 0 40px;
}

.eb-featured #eb-showcases .eb-showcase-thumb {
	float: none;
	margin: 0 0 30px 0;
	width: 100%;
}

.eb-featured #eb-showcases .eb-post-image {
	border: 0;
	border-radius: 0;
	width: 100% !important;
}

.eb-featured #eb-showcases .eb-post-image:before,
#eb .eb-entry-featured {
	content: "FEATURED";
	background: #e74c3c;
	color: #fff !important;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 2px 12px;
	position: absolute;
	right: -10px;
	top: 26px;
	transform: rotate(90deg);
	text-transform: uppercase;
	z-index: 2;
}

#eb .eb-entry-featured .fa {
	color: #fff;
}

#eb .eb-image-top .eb-entry-featured {
	top: 34px;
}

.eb-featured #eb-showcases .eb-post-image img {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

#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;
	margin-left: 20px;
	margin-right: 20px;
}

#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;
}


/* POST / ENTRY */
#eb .eb-post {
	margin: 0 0 38px;
	overflow: hidden;
	padding: 48px 0 0;
}

#eb .eb-post-headline {
	border: 0;
}

#eb .eb-post-headline .eb-post-title a {
	color: inherit;
}

#eb .eb-post-headline .eb-post-title a:before,
#eb .eb-placeholder-quote-text:before {
	content: "\f10d";
	color: #e5e5e5;
	font-family: "FontAwesome";
	font-size: 30px;
	margin-right: 25px;
	vertical-align: top;
}

#eb .eb-post-headline .eb-post-title a:after {
	content: "\f10e";
	color: #e5e5e5;
	font-family: "FontAwesome";
	font-size: 30px;
	margin-left: 25px;
	vertical-align: bottom;
}

#eb .eb-post-link {
	margin-bottom: 20px;
}

#eb .eb-post-link .eb-post-title a:before,
#eb .eb-post-link .eb-post-title a:after {
	display: none;
}

#eb .eb-post-link .eb-post-headline-source:before,
#eb .type-link .eb-post-headline-source:before {
	content: "\f0c1";
	color: #e5e5e5;
	font-family: "FontAwesome";
	font-size: 32px;
	margin-right: 30px;
	vertical-align: middle;
}

#eb .type-link .eb-post-headline-source,
#eb .eb-placeholder-quote-source {
	margin-bottom: 20px;
}

#eb .eb-post-headline-source a {
	color: #db4a37;
}

#eb .eb-post-headline-source a:hover,
#eb .eb-post-headline-source a:active,
#eb .eb-post-headline-source a:focus {
	color: #222;
}

#eb .eb-post-featured {
	font-size: 12px;
	line-height: 0;
}

#eb .eb-post-title:after,
#eb .eb-entry-title:after {
	content: "";
	border-bottom: 1px solid #ddd;
	display: block;
	margin: 16px 0 0;
	width: 110px;
}

#eb .eb-post-admin {
	position: relative;
}

#eb .eb-post-head,
#eb .eb-entry-head {
	margin: 0;
	position: relative;
	overflow: visible;
	padding-left: 75px;
}

#eb .eb-post .eb-post-date,
#eb .eb-entry .eb-entry-date {
	background: #db4a37;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.15;
	height: 44px;
	padding: 3px 0 0;
	position: absolute;
	left: 0;
	top: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 44px;
}

#eb .eb-post .eb-post-date {
	top: 4px;
}

#eb .eb-post .eb-post-date:before {
	display: none;
}

#eb .eb-post-meta,
#eb .eb-showcase-meta,
#eb .eb-entry-meta {
	display: inline-block;
	color: #aaa;
	font-weight: 400;
	font-size: 11px;
	line-height: 2.0;
	text-transform: uppercase;
	margin: 0 0 29px;
}

#eb .eb-post-meta .fa,
#eb .eb-showcase-meta .fa,
#eb .eb-entry-meta .fa {
	display: none;
}

#eb .eb-post-type .fa {
	display: inline-block;
}

#eb .eb-post-meta > div,
#eb .eb-showcase-meta > div,
#eb .eb-entry-meta > div {
	margin: 0;
}

#eb .eb-post-meta > div:before,
#eb .eb-showcase-meta > div:before,
#eb .eb-entry-meta > div:before {
	content: " - ";
	padding: 0 9px;
}

#eb .eb-post-body,
#eb .eb-tags,
#eb .eb-post-more,
#eb .eb-share,
#eb .eb-entry-article {
	padding-left: 75px;
}

#eb .eb-post-more {
	display: inline-block;
}

#eb .eb-post-body {
	margin-bottom: 10px;
}

#eb .eb-post-rating {
	float: right;
}

#eb .eb-entry-ratings {
	text-align: right;
}

#eb .eb-share {
	clear: both;
	margin-top: 20px;
}

#eb .eb-post-comments-pre {
	margin-top: 20px;
}

#eb .eb-section-heading {
	border: 0;
	color: #222;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 0;
	padding: 32px 0 52px;
	text-transform: uppercase;
}

#eb .eb-section-heading:before {
	border-top: 1px solid #ddd;
	content: "";
	display: block;
	margin: 0 0 16px;
	width: 110px;
}

#eb .eb-comment-form {
	margin-top: 52px;
}

/* ORTHER */
#eb .eb-tags-finder .btn,
#eb .eb-authors-finder .btn {
	height: 40px;
}

#eb .eb-table-filter .form-control {
	height: 32px;
}


/* IS MOBILE */
#eb.is-mobile .eb-featured #eb-showcases .eb-post-image::before,
#eb.is-mobile .eb-entry-featured {
	line-height: 20px;
	padding: 2px 6px;
	top: 22px;
}

#eb.is-mobile .eb-post + .eb-post {
	margin-top: 20px;
}

#eb.is-mobile .eb-post-head,
#eb.is-mobile .eb-entry-head,
#eb.is-mobile .eb-post-body,
#eb.is-mobile .eb-tags,
#eb.is-mobile .eb-post-more,
#eb.is-mobile .eb-share,
#eb.is-mobile .eb-entry-article,
#eb.is-mobile .eb-post-headline {
	padding-left: 0;
}

#eb.is-mobile .eb-post .eb-post-date,
#eb.is-mobile .eb-entry .eb-entry-date {
	display: inline-block;
	font-size: 14px;
	height: auto;
	padding: 2px 6px;
	position: unset;
	margin-bottom: 10px;
	width: auto;
}

#eb.is-mobile .eb-post-title,
#eb.is-mobile .eb-showcase-title,
#eb.is-mobile .eb-entry-title {
	font-size: 24px;
	font-weight: 400;
}

#eb.is-mobile .eb-section-heading {
	font-size: 20px;
	padding: 32px 0;
}

#eb.is-mobile .eb-comment-form .cell-half {
	padding: 0;
	width: 100% !important;
}