/*

RED Theme

Red: # DB1F2D


PURPLE Theme

Yellow: # FFC400
Green: # 6DA800
Cyan: # 42FFC4
Purple: # 812DDB
Red: # FF531D


-------------------------------- */

body {
	background-color: #f2f2f2;
	font-size: 14pt;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.6em;
	padding-top: 61px;
}
a {
	text-decoration: none;
	color: #6F20D2
}
a:hover {
	color: #812DDB
}
.main-navbar {
	background-color: #6F20D2;
	background-image: none, -webkit-radial-gradient(closest-corner, rgba(0, 0, 0, 0) 60%, rgba(79, 0, 196, 0.3)), -webkit-linear-gradient(108deg, #812DDB, #4f00c4);
	box-shadow: 0px 0px 20px #e4e4e4;
	color: #fff;
	margin-bottom: 30px;
}
.main-navbar a {
	color: white;
}
.main-navbar .icon-link {
	display: inline-block;
	padding: 15px 10px;
	font-size: 15pt;
}
.main-navbar h1 {
	margin-top: 5px;
}
.main-navbar h1 > a > img {
	height: 40px;
}
.main-navbar .search {
	max-width: 300px;
	float: right;
	margin-top: 15px;
}
.main-navbar-left {
	display: none;
}
.main-navbar-center {
	text-align: left;
}
.main-navbar-right {
	text-align: right;
}
.main-navbar-left,
.main-navbar .icon-link.menu-close,
.main-navbar .main-menu {
	display: none;
}
.main-navbar .logo {
	height: 30px;
	margin-left: 10px;
}

nav.main-menu > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
nav.main-menu > ul > li,
nav.footer-menu > ul > li {
	display: inline-block;
	flex-grow: 1;
	position: relative;
}
nav.main-menu > ul > li > a,
nav.footer-menu > ul > li > a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 10px 0px;
	text-transform: uppercase;
}
nav.footer-menu > ul > li > a {
	color: #aaa;
	display: inline-block;
	font-size: 10pt;
	padding: 2px 15px;
	text-transform: uppercase;
}
nav.footer-menu > ul > li > a:hover {
	color: #303030;
}

nav.main-menu > ul > li > .sub-menu {
	background-color: #6F20D2;
	background-image: none, -webkit-radial-gradient(closest-corner, rgba(0, 0, 0, 0) 60%, rgba(79, 0, 196, 0.3)), -webkit-linear-gradient(108deg, #812DDB, #4f00c4);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	display: none;
	list-style: none;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.main-navbar:not(.open) nav.main-menu > ul > li:hover > .sub-menu {
	display: block;
}
nav.main-menu > ul > li > .sub-menu a {
	display: block;
	font-size: 10pt;
	letter-spacing: 1px;
	padding: 5px 15px;
	text-align: left;
	text-transform: uppercase;
}

.ad-header-dummy {
	width: 800px;
	height: 100px;
	background: #ccc;
	margin: 0 auto;
}

.entry-posts {
	margin-top: 30px;
}
.header-widget-area, .footer-widget-area {
	max-height: 150px;
	overflow: hidden;
	text-align: center;
}

/* Mobile Main Menu
-------------------------- */
.main-navbar.open .icon-link.menu {
	display: none;
}
.main-navbar.open .icon-link.menu-close,
.main-navbar.open .main-menu {
	display: inline-block;
}
.main-navbar.open nav.main-menu > ul {
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.main-navbar.open nav.main-menu > ul > li {
	flex: 1 0 50%;
}
.main-navbar.open nav.main-menu > ul > li > a {
	padding: 30px 0;
	font-size: 12pt;
	border: 1px solid #fff;
}
.main-navbar.open nav.main-menu > ul > li > a:hover {
	color: black;
	background-color: white;
	border-color: white;
}

/* Articles base
-------------------------- */
article.box, .most-popular, .authors {
	background-color: white;
	border-radius: 12px;
	box-shadow: 0px 5px 20px #e4e4e4;
	padding: 12px;
}
article {
	margin-bottom: 10px;
}
article h5 {
	font-size: 10pt;
	text-transform: uppercase;
}
article h5 > a {
	color: #812DDB;
	letter-spacing: 1px;
	margin-right: 1em;
}
/**/
article h5 > a:not(:first-child) {
	display: none;
}
/**/
article h2,
article h2 > a {
	color: #010101;
	font-size: 11pt;
	font-weight: normal;
}
article .entry-media {
	width: 80px;
	height: 80px;
	object-fit: cover;
	float: left;
	border-radius: 12px;
	margin-right: 12px;
}
article .entry-meta {
	color: #777;
	font-family: 'Oxygen', sans-serif;
	font-size: 7pt;
	line-height: 1.5em;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
article .entry-meta .author {
	display: inline;
}
article .entry-meta .comments,
article .entry-meta .author {
	margin-left: 1em;
}
article .entry-meta .author .glyphicon {
	display: none;
}
article .entry-meta a {
	color: #777;
}
article .entry-meta a:hover {
	color: #000;
	text-decoration: none;
}
article.pigeon-forecast .pigeon-forcast-label {
	color: #812DDB;
	text-transform: uppercase;
}
article.pigeon-forecast .entry-meta .author {
	margin-left: 0;
}
article.pigeon-forecast, article.article-wide {
	background-color: #D2D2D2;
}
article.pigeon-forecast .entry-meta a,
article.article-wide .entry-meta a {
	color: #333;
}
/* FRONT: Single Article
-------------------------- */
article.single {
	overflow: hidden;
	margin-bottom: 0;
}
article.single .entry-meta h5 {
	display: inline-block;
	margin-right: 1em;
	font-size: 12pt;
}
article.single .entry-meta h5 a {
	color: #812DDB;
}
article.single .entry-meta .author a {
	color: #000;
}
article.single .entry-meta .author a:hover {
	text-decoration: underline;
}
article.single > h1 {
	margin: 0.5em 0;
}
article.single > h2,
article.single > h3,
article.single > h4,
article.single > h5,
article.single > h6 {
	clear: both;
	margin: 1.2em 0 0.5em 0;
	border-radius: 12px;
}
article.single > h2 {
	font-size: 20pt;
}
article.single > h3 {
	font-size: 16pt;
}
article.single > h4,
article.single > h5,
article.single > h6 {
	font-size: 13pt;
}
article.single h1 > a,
article.single h2 > a {
	font-size: 30pt;
	color: #101010;
}
article.single img[align=left],
article.single .alignleft {
	float: left;
	margin-right: 1em;
}
article.single img[align=right],
article.single .alignright {
	float: right;
	margin-left: 1em;
}
article.single .aligncenter {
	width: 100%;
	height: auto;
}
article.single .alignnone {
	max-width: 100%;
	height: auto;
}
article.single .avatar {
	object-fit: cover;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 1em;
}
article.single > blockquote {
	background-color: white;
	color: #777;
	margin: 1em 0;
	padding: 1em;
	border-radius: 12px;
	font-style: italic;
}
article.single.category-pronostico-palomero > blockquote,
article.single.category-estrenos > blockquote {
	padding: 0.2em 0 0.2em 1em;
	background-color: transparent;
	border-left: 3px solid #aaa;
}
article.single.category-pronostico-palomero > h3,
article.single.category-estrenos > h3 {
	background-color: white;
	font-size: 18pt;
	font-weight: bold;
	padding: 0.5em;
}
article.single > blockquote > p:last-child,
article.single > blockquote > h1:last-child,
article.single > blockquote > h2:last-child,
article.single > blockquote > h3:last-child,
article.single > blockquote > h4:last-child,
article.single > blockquote > h5:last-child,
article.single > blockquote > h6:last-child {
	margin-bottom: 0;
}
article.single > blockquote p .glyphicon-star-empty,
article.single .movie-score .glyphicon-star-empty {
	color: #aaa;
}
article.single > blockquote > p .glyphicon-star,
article.single > blockquote > p .glyphicon-star-empty.half,
article.single .movie-score .glyphicon-star,
article.single .movie-score .glyphicon-star-empty.half {
	color: #812DDB;
}
article.single .movie-score .label {
	display: inline-block;
	padding: 0.5em 0;
}
article.single .movie-score .score {
	border-bottom: 5px solid #812DDB;
	margin-bottom: 1em;
	display: inline-block;
	padding: 0 0 0.5em 0;
}
article.single > .wp-caption .movie-score .score {
	display: block;
	width: auto;
}
article.single .movie-score {
	margin: 0.5em 0;
	font-size: 15pt;
	line-height: 1.5em;
}
article.single .movie-score .score > span.comment {
	color: #812DDB;
}
article.single .movie-score .score > span.comment.score-number {
	margin: 0 0.5em;
}

.tags {
	clear: both;
}
.tags > a {
	color: #aaa;
	margin-right: 0.5em;
}

/* Premieres calendar
-------------------------- */

.premieres-calendar {
	margin: 2em 0;
	font-size: 80%
}
.premieres-calendar .premieres-date {
	text-transform: uppercase;
	color: white;
	background-color: #812DDB;
	padding: 3px 10px 1px 10px;
	border-radius: 3px;
	margin: 1em 0;
}
.premieres-calendar .img-fluid {
	max-height: 120px;
	object-fit: cover;
	border-radius: 3px;
}
.premieres-calendar .movie-title {
	color: #404040;
	display: block;
	line-height: 1.3em;
	margin-top: 0.5em;
	max-height: 76px;
	overflow: hidden;
}


/* Related Articles
-------------------------- */
.related-articles, hr {
	border-top: 1px solid #aaa;
}

.related-articles > h3 {
	color: #444;
	font-family: Staatliches;
	font-size: 25pt;
	font-weight: bold;
	letter-spacing: 1pt;
	margin: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

/* Wordpress Comments
-------------------------- */
.comments ul {
	list-style: none;
}
li.comment .comment-body {
	margin-bottom: 1em;
}
li.comment .comment-author .fn {
	margin: 0 1em 0 0;
}
li.comment .comment-author img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 25px;
	margin: 0 10px 0 0;
}
li.comment .comment-meta {
	line-height: 1.5em;
}
li.comment p,
li.comment .reply {
	margin-left: 50px;
}
li.comment .comment-body .reply > a {
	color: #aaa;
}
li.comment .comment-body:hover .reply > a {
	color: #812DDB;
}
li.comment .comment-meta a:not(.url) {
	color: #aaa;
}
li.comment .comment-meta a:hover {
	color: #000;
}
.comment-respond {
	margin: 2em 0 3em 0;
	max-width: 500px;
}

/* FRONT: Most Popular
-------------------------- */
.most-popular {
	margin: 2em 0 1em 0;
	min-height: 655px;
}
.most-popular > h4 {
	text-transform: uppercase;
	margin: 0;
	line-height: 1em;
	font-size: 22pt;
	font-weight: bold;
}
.most-popular > article {
	border-top: 1px solid #ddd;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
.most-popular > article > .entry-media {
	float: left;
	height: 80px;
	margin-right: 10px;
	object-fit: cover;
	width: 80px;
}
.most-popular > article > .entry-text {
	margin-left: 95px;
}
.most-popular > article > .entry-text h5 {
	margin-bottom: 5px;
}
.most-popular > article > .entry-text h2 {
	max-height: 45px;
	overflow: hidden;
}
.most-popular > article > .entry-text h2 > a {
	font-weight: normal;
}
.most-popular > article > .entry-text .entry-meta {
	font-size: 7pt;
}

/* AUTHORS WIDGET
-------------------------- */
.authors {
	margin: 2em 0 2em 0;
}
.authors .author {
	margin-bottom: 1em;
}
.authors .author > a{
	color: #101010;
}
.authors .contributor {
	margin-bottom: 0.5em;
}
.authors .contributor > a{
	color: #a0a0a0;
}
.authors .avatar {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 25px;
	margin-right: 0.5em;
}
.authors h5 {
	margin-top: 2em;
}
.authors .open-contribution {
	font-size: 80%;
	text-align: center;
}
.authors .open-contribution > a {
	color: #a0a0a0;
}

/* SINGLE: Share article
-------------------------- */
.share-article {
	margin: 2em 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 1em;
}
.share-article > .share-label {
	margin-right: 2em;
}
.share-article > .social-media {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
}
.share-article > .social-media > iframe,
.share-article > .social-media > div {
	overflow: hidden;
	display: inline-block;
	line-height: 12px;
}
.share-label {
	color: #777;
	font-family: 'Staatliches', cursive;
	font-size: 13pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.about-author {
	margin: 2em 0;
}
.about-author .avatar,
.incrementa-partner img {
	box-shadow: 0px 5px 20px #e4e4e4;
	border-radius: 12px;
}
.about-author > h6 {
	color: #aaa;
}
.about-author > h6 > a {
	color: #101010;
}
.about-author > h6 > .nickname {
	text-transform: uppercase;
	letter-spacing: 1pt;
}
.about-author > p {
	color: #777;
}
.about-author > .author-description,
.about-author > h6 {
	margin-left: 120px;
}
.about-author-label {
	font-size: 15pt;
}

/* Other pages
-------------------------- */
.category-profile {
	text-align: center;
	margin: 2em 0 3em 0;
}
.category-title {
	color: #6F20D2;
	font-weight: normal;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
}
.tag-profile {
	text-align: center;
	margin: 2em 0 3em 0;
}
.tag-title::before {
	content: '#';
	color: #aaa;
}
.author-profile {
	text-align: center;
	margin: 1em 0 3em 0;
}
.author-profile img {
	border-radius: 12px;
	box-shadow: 0px 5px 20px #e4e4e4;
	margin: 1em 0;
}

/* FRONT: Pagination
-------------------------- */
.pagination {
	display: block;
	text-align: center;
	margin-bottom: 2em;
}
.pagination .page-numbers {
	display: inline-block;
	background-color: white;
	padding: 8px 15px 5px 15px;
	box-shadow: 0px 5px 20px #e4e4e4;
	border-radius: 12px;
}
.pagination a.page-numbers:hover {
	background-color: #6F20D2;
	color: white;
}

.pagination .page-numbers.dots + .page-numbers {
	display: none
}

/* FRONT: Footer
-------------------------- */
.footer-default {
	background-color: white;
	padding: 3em 0;
}
.footer-default .social-media {
	margin: 20px 0 15px 0;
}
.footer-default nav {
	margin: 20px 0;
}
.footer-default nav > a:not(:first-child) {
	border-left: 1px solid #ddd;
}
.footer-default p {
	color: #aaa;
	font-family: 'Oxygen', sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}
.footer-default p > a {
	color: #812DDB;
}

/* VARIOUS
-------------------------- */
.hide {
	display: none !important;
}

/* FORMS
-------------------------- */
.form-control {
	border-color: #812DDB;
}
.form-control:focus {
	border-color: #812DDB;
	box-shadow: 0 0 0 0.2rem rgba(129, 45, 219, 0.25);
}
.btn-primary {
	background-color: #812DDB;
	border-color: #812DDB;
}
.btn-primary:hover {
	background-color: #6D27B8;
	border-color: #6D27B8;
}
.btn-primary:active {
	background-color: #5E219E !important;
	border-color: #5E219E !important;
}
@media (min-width: 768px) {
	article.box, .most-popular, .authors {
		padding: 15px;
	}
	.single-sidebar {
		/* position: relative; */
	}
	.sidebar.floating {
		position: fixed;
		top: -300px;
		width: 30%;
		z-index: 100;
	}
	.sidebar.bottom {
		position: absolute;
		bottom: 1em;
		width: 100%;
		z-index: 100;
	}
	/* Mobile Navbar
	-------------------------- */
	body {
		padding-top: 0;
	}
	.main-navbar.fixed-top {
		position: relative;
	}
	.main-navbar > .main-menu {
		display: block;
	}
	.main-navbar .logo {
		height: 40px;
		margin-left: 0;
	}
	.main-navbar a {
		/*color: #000;*/
	}
	.main-navbar .icon-link.menu {
		display: none;
	}
	.main-navbar-left,
	.main-navbar .icon-link.search-button,
	.main-navbar .main-menu  {
		display: inherit;
	}
	.main-navbar-center {
		text-align: center;
	}
	.main-navbar .search-input,
	.main-navbar .form-control:focus {
		background-color: rgba(255, 255, 255, 0.2) !important;
		color: white !important;
		border-color: white !important;
	}
	.main-navbar .search-input::placeholder {
		color: #e0e0e0;
	}

	/* FRONT: Main Articles
	-------------------------- */
	article {
		margin-bottom: 30px;
	}
	article .entry-media {
		float: none;
		margin-right: 0px;
	}
	article:not(.main):not(.single):not(.popular) .entry-meta .author {
		display: block;
		margin-left: 0;
	}
	article.main,
	article.pigeon-forecast {
		height: 340px;
	}
	article.main h5 {
		margin-top: 1em;
	}
	article.main .entry-media,
	article.pigeon-forecast .entry-media {
		height: 200px;
		object-fit: cover;
		width: 100%;
	}
	article.pigeon-forecast .pigeon-forcast-label {
		color: #812DDB;
		display: block;
		font-size: 19pt;
		font-weight: bold;
		line-height: 1.2em;
		margin: 18px 0 10px 0;
		text-transform: uppercase;
	}
	article.pigeon-forecast .entry-meta .comments,
	article.pigeon-forecast .entry-meta .author {
		display: none !important;
	}
	article.pigeon-forecast .pigeon-forcast-label:hover {
		text-decoration: none;
	}
	article.box-small {
		min-height: 180px;
	}
	article.box-small .entry-text .entry-meta {
		font-size: 7pt;
	}
	article.middle h5 {
		margin-top: 1em;
	}
	.article-wide h5 {
		font-size: 16pt;
	}
	.related-articles article.middle .entry-media {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}

	/* Mobile Navbar
	-------------------------- */
	article.box-small .entry-media {
		float: right;
		height: 150px;
		margin-left: 1em;
		object-fit: cover;
		width: 150px;
	}
	.article-wide .entry-media {
		float: left;
		height: 140px;
		margin-right: 15px;
		object-fit: cover;
		width: 60%;
	}
	.articles-list article {
		min-height: 260px;
	}
	.articles-list article .entry-media {
		height: 100px;
		width: 100%;
	}
	.front-middle article.box-small {
		height: 180px;
	}
	.front-middle article.box-small h2 {
		max-height: 89px;
		overflow: hidden;
	}
	.front-middle article.middle {
		height: 390px;
	}
	.front-middle article.middle .entry-media {
		height: 212px;
		width: auto;
	}

	/* Scrolled navbar
	-------------------------- */
	.main-navbar.fixed-top .main-navbar-left,
	.main-navbar.fixed-top nav.main-menu,
	.main-navbar.fixed-top .main-navbar-center,
	.main-navbar.fixed-top .logo {
		will-change: all;
		transition: all 0.3s ease-out;
	}
	.main-navbar.fixed-top.scrolled .main-navbar-left {
		display: none;
	}
	.main-navbar.fixed-top.scrolled nav.main-menu {
		display: none;
	}
	.main-navbar.fixed-top.scrolled .main-navbar-center {
		text-align: left;
	}
	.main-navbar.fixed-top.scrolled .logo {
		height: 30px;
	}
}

@media (min-width: 768px) {
	article h2,
	article h2 > a {
		font-size: 14pt;
		font-weight: bold;
		min-height: 2.4em;
		overflow: hidden;
	}
	.articles-list article {
		min-height: 280px;
	}
	.articles-list article .entry-media {
		height: 140px;
	}
}

@media (min-width: 992px) {
	.articles-list article {
		max-height: 380px;
	}
	.articles-list article .entry-media {
		min-height: 200px;
	}
}
