/**
 *
 */

/**
 * COMMOM
*/
#eb * {
	border-radius: 0 !important;
}

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

#eb .eb-post-head a,
#eb .eb-tags .cell-tags a,
#eb .eb-showcase-content a,
#eb .eb-entry-head a,
#eb .eb-category-name:hover,
#eb .eb-category-subscribe .link-subscribe:hover,
#eb .eb-category-subscribe .link-rss:hover,
#eb .eb-category-subscribe .link-subscribe:hover:before,
#eb .eb-category-subscribe .link-rss:hover:before,
#eb .eb-entry-author-meta > span a:hover {
	color: #000;
}

#eb .eb-post-head a:hover,
#eb .eb-tags .cell-tags a:hover,
#eb .eb-showcase-content a:hover,
#eb .eb-entry-head a:hover,
#eb .eb-entry-author-bio h3 a:hover,
#eb .eb-related-title a:hover {
	color: #e74c3c;
}

#eb [class^="fa fa-"],
#eb [class*=" fa-"] {
	padding: 0 !important;
}

#eb .btn-primary {
	background: #e74c3c !important;
	border-color: #e74c3c !important;
}

#eb .btn-primary:hover {
	background: #000 !important;
	border-color: #000 !important;
}

#eb .eb-authors-finder input,
#eb .eb-tags-finder input,
#eb .eb-tags-finder .input-group-btn > .btn {
	height: 38px;
}

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

#eb .eb-page-header .reset-heading,
#eb .eb-section-heading {
	font-weight: 400;
	color: #222;
	font-size: 24px;
}

#eb .eb-post-head,
#eb .eb-entry-head {
	position: relative;
}

#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-right: 3px;
}

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

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

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

#eb .eb-post-meta div:first-child:before,
#eb .eb-showcase-meta div:first-child:before,
#eb .eb-entry-meta div:first-child:before,
#eb .eb-post-meta .eb-post-date:before,
#eb .eb-entry-meta div:nth-child(2):before {
	display: none;
}

#eb .eb-post-meta > .eb-post-date time,
#eb .eb-entry-meta > .eb-entry-date time {
	background: #222;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.15;
	height: 44px;
	padding: 12px 0 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 90px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	left: -200px;
}

#eb .eb-post-meta > .eb-post-date time > span {
	font-size: 16px;
	margin: 0 0 0 5px;
}

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

#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-rating {
	text-align: right;
}

#eb .eb-ratings-value {
	border-radius: 15px !important;
}

/*
 *  EB-HEADER
*/
#eb .eb-brand-name {
	font-size: 44px;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

#eb .eb-brand-bio {
	margin-bottom: 0;
}

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

/*
* 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__o-nav .o-nav__link {
	opacity: .7;
	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 {
	opacity: 1;
}

#eb .eb-navbar__footer {
	background: #e74c3c;
	border: 1px solid #ef8b80;
	border-top: 0;
	padding: 0;
}

#eb .eb-navbar__footer .eb-navbar__footer-link {
	color: #fff !important;
	font-size: 14px;
	padding: 8px 16px !important;
}

#eb .eb-navbar__footer .eb-navbar__footer-submenu > :not(:first-child) {
	padding: 0;
	margin: 0;
	border-left: 1px solid #ef8b80;
}

#eb .is-active > .eb-navbar__footer-link,
#eb .eb-navbar__footer-link:hover {
	background: #f85d4d;
}

#eb .is-active .eb-navbar__footer-link::before {
	display: none;
}

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

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

.eb-featured #eb-showcases .eb-showcase-thumb {
	margin: 0 !important;
	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: 30px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	z-index: 2;
}

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

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

.eb-featured #eb-showcases .eb-showcase-content {
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
	padding: 20px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	z-index: 0;
	transition: all .2s;
}

.eb-featured #eb-showcases:hover .eb-showcase-content {
	opacity: 1;
	z-index: 1;
}

#eb .eb-showcase-title {
	font-size: 26px;
	line-height: 1;
	font-weight: 500;
}

#eb .eb-showcase-control {
	z-index: 2;
}

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

#eb .eb-post-avatar {
	margin-top: 10px;
}

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

#eb .eb-post-thumb {
	margin-bottom: 24px;
}

#eb .eb-tags .cell-label {
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 10px 5px 0;
	line-height: 1;
	vertical-align: bottom;
}

#eb .eb-tags span {
	display: table-cell;
}

#eb .eb-tags .cell-tags a {
	font-size: 14px;
	padding: 5px;
	line-height: 1;
}

#eb .eb-tags .cell-tags a:before,
#eb .eb-tags .cell-tags span:after {
	display: none;
}

/**
* EB-CATEGORIES
*/
#eb .eb-category {
	border-radius: 0;
}

#eb .eb-category-name {
	color: #666;
	font-weight: 500;
}

#eb .eb-category-subscribe {
	margin: 0;
}

#eb .eb-category-subscribe > span + span {
	border: 0;
	padding-left: 8px;
	margin-left: 8px;
}

#eb .eb-category-subscribe .link-subscribe,
#eb .eb-category-subscribe .link-rss {
	color: #666;
	display: inline-block;
	line-height: 1.2;
	font-size: 14px;
}

#eb .eb-category-profile .link-subscribe:before {
	content: "\f06e";
	color: #bcbcbc;
	font-family: "FontAwesome";
	margin-right: 6px;
	transition: color .2s;
}

#eb .eb-category-profile .link-rss:before {
	content: "\f09e";
	color: #bcbcbc;
	font-family: "FontAwesome";
	margin-right: 6px;
	transition: color .2s;
}

#eb .eb-calendar-topbar {
	font-weight: 300;
}

#eb .eb-tags-item__link {
	display: block;
	padding-left: 20px;
	height: auto;
}

/*
* Entry
*/
#eb .eb-entry-tools a {
	font-size: 14px;
}

#eb .eb-related-title {
	font-size: inherit;
	font-weight: 500;
}

#eb .eb-entry-related .text-muted {
	font-size: 16px;
}

#eb .eb-related-thumb {
	transition: all .2s;
}

#eb .eb-related-thumb:hover {
	background-size: 120%;
	opacity: .85;
}

#eb .eb-comment-form .form-group {
	margin: 20px 0;
}

#eb .form-control {
	height: 38px;
}

#eb .eb-comment-form .cell-half {
	padding: 0 10px 0 0;
}

#eb .eb-comment-form .cell-half + .cell-half {
	padding: 0 0 0 10px;
}

#eb .eb-post-featured {
	font-size: 9px;
	background: #e74c3c;
	color: #fff;
	font-weight: 600;
	line-height: 0;
	padding: 2px 5px;
	position: absolute;
	top: -10px;
	left: -10px;
	vertical-align: text-top;
	text-shadow: none;
	text-transform: uppercase;
}