/* Single Post Style */


.single .post-image img {
	object-fit: cover;
	width: 100%;
}

.single .post-image .caption {
    text-align: left;
    font-size: 14px;
    font-family: 'Cairo';
    color: #666;
    margin-top: 0;
}

.single .post h1.entry-title {
    padding: 0;
    margin-top: 20px;
	margin-bottom: 18px;
	font-weight: normal;
    font-style: normal;
    display: block;
    font-size: 38px;
	word-break: break-word;
	letter-spacing: -0.04em;
	text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
	text-align: left;
}

.single .entry-header .category-container {
	text-align: left;
}

.single .entry-header span {
	width: fit-content;
}
.single .entry-header .entry-category:hover a {
    color: #abadb0;
}

.single .entry-content .article-content > p, .single .entry-content .article-content > ul li, .single .entry-content .article-content > p:first-of-type {
	font-family: 'Droid Serif';
	color: #666666;
	font-size: 16px;
	margin-top: 0;
}

.single .share-container.flex-row {
    padding: 1rem;
}

.single aside.share-article-vertical.hide-on-print.fixed-me.show-for-medium {
    margin-right: 20px;
}

.single aside ul.social-share-bar {
    margin: 0;
    padding: 0;
    position: sticky;
    top: 55px;
}

.single aside ul.social-share-bar li {
    list-style: none;
    font-size: 30px;
}

#sticky_sidebar {
    top: 55px !important;
}

blockquote {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0;
}

blockquote p {
    margin: 0;
    padding: 0;
    color: #000;
    text-transform: none;
    font-family: 'Noticia Text';
    font-size: 23px;
    line-height: 28px;
    text-align: left;
}

.single .entry-content .article-content h3, .single .entry-content .article-content h2 {
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-family: 'Noticia Text' !important;
    font-size: 23px;
    line-height: 28px;
    font-weight: normal;
    width: 100%;
}

.single .entry-content .article-content > p:first-of-type::first-letter {
	font-size: 16px;
}

.single .article-content a {
    color: rgb(0,0,0);
	text-decoration: none;
	font-weight: inherit;
}

.single .entry-header .entry-category a {
    color: rgb(0,0,0);
	font-size: 14px;
	font-family: Cairo;
    font-weight: 600;
	text-decoration: none;
}

.single .entry-header .entry-separator, .single .entry-header .date {
    color: #abadb0;
    font-size: 14px;
}

.single .entry-header a:hover, .single .entry-content a:hover {
    background-color: unset;
}

.single-related-title {
	margin: 1.33em 1rem 0;
    padding: 0 0 1.33em;
	border-bottom: 1px solid #e1e1e1;
}

.single-related-posts {
	margin-left: .5em;
    margin-right: .5em;
}

div#primary {
    border-bottom: 1px solid #e1e1e1;
}

.rating-post {
	padding-left: 95px;
}

.single .entry-content .article-content {
    position: relative;
}

.tags-links {
	padding: 0;
	margin-bottom: 0.5rem;
	text-align: left;
    margin-top: 0px;
    height: 30px;
    overflow: hidden;
    transition: height .5s ease-in-out;
}
.tags-links.active{
    /*height: 100px;*/
    height: auto;
    border-bottom: 1px solid black;
    margin-bottom: 16px;
    padding-bottom: 8px;
}
.article-content .arrow-box{
    position: absolute;
    top: 4px;
    right: -30px;
    cursor: pointer;
}
.article-content .arrow-box i.arrow{
    position: relative;
    top: -5px;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-right: 0.2em solid black;
    border-top: 0.2em solid black;
    transform: rotate(135deg);
    margin-right: 0.5em;
    margin-left: 1.0em;
    display: inline-block;
    transition: all .3s ease;
}
.article-content .arrow-box.active i.arrow{
    transform: rotate(315deg);
    top: 4px;
}

.tags-links .tag-separator {
    margin-bottom: 10px;
}

.tags-links .tag-separator a {
    font-family: 'Cairo';
    text-transform: uppercase;
	-moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
	text-decoration: none;
	padding: 0;
    font-weight: bold;
    font-size: 1em;
    color: #000;
}

.tags-links .tag-separator a:hover {
    color: #000;
}

.tags-links .tag-separator .separator {
    font-family: 'Cairo';
    text-transform: uppercase;
    color: #000;
	display: inherit;
	margin-left: 10px;
    margin-right: 10px;
    font-weight: normal !important;
}
.tags-links .tag-separator {
    color: #abadb0;
    font-weight: 400;
}

/*--------------------------------------------------------------
## Home Layout 3
--------------------------------------------------------------*/
/*Home layout 3: 1 cols, image top*/
.home-layout-3 {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 1rem .5rem;
  text-align: center;
}

.home-layout-3 .entry-title {
  order: 2;
  padding-top: 1rem;
}

.home-layout-3 .entry-title .title {
    margin: auto;
}

.home-layout-3 .post-thumbnail {
  order: 0;
}

.home-layout-3 .meta {
  order: 3;
}

.home-layout-3 .excerpt {
  order: 4;
}

.home-layout-3 .text-block {
  order: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.home-layout-3 .post-thumbnail .post-link {
    display: block;
    line-height: 0;
}

.home-layout-3 .entry-title {
    padding-top: 0.5em;
    border-top: 4px solid transparent;
}

.home-layout-3 .entry-title:hover {
    border-top: 4px solid #000;
}

.home-layout-3 .title a {
    color: #666 !important;
    font-family: 'Cairo';
    font-size: 14px !important;
    line-height: 19px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    letter-spacing: 0px !important;
}

/*--------------------------------------------------------------
## Caja de suscripción
--------------------------------------------------------------*/

.caja-contenido-restringido{
    text-align:center;
    margin-bottom: 20px;
}
.caja-contenido-restringido div{
    margin-bottom:1.5em;
}
.caja-registro{
    margin-bottom: 15px;
}
.caja-contenido-restringido-title{
    font-weight: bold;
    font-size: 22px;
    font-family: "Noticia Text";
}

.caja-contenido-restringido-caption, .caja-contenido-restringido-caption a{
    font-family: Cairo;
    text-transform: uppercase !important;
    font-size: 14px;
}

.caja-contenido-restringido a, .caja-contenido-restringido-caption a{
    background: none;
    background-color: transparent !important;
    border: none !important;
    font-family: Cairo;
    font-size: 14px;
    padding: 0 !important;
    vertical-align: unset !important;
}

.caja-registro a{
    font-weight: bold !important;
    color: #FFF !important;
    background-color: #000 !important;
    padding: 8px !important;
    font-size: 16px;
    box-shadow: 0 0.0625rem 0.25rem 0 rgba(0,0,0,.19) !important;
    text-transform: uppercase !important;
}
.caja-contenido-restringido-link{
    margin-bottom: 0 !important;
}
.caja-contenido-restringido-link a{
    background: none;
    border: none !important;
    font-size: 15px;
    padding: 0 !important;
    background-color: transparent !important;
}

.not_logged .reply {
    display: none;
}
.comments-area{
  background-color: #f8f8f8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.comments-title{
    padding: 25px;
    font-size: 18px;
}
.comment-list{
    padding: 20px;
    margin: 25px;
    background-color: #FFF;
}
.comment-list .children{
    margin-top: 25px;
    margin-left: 0px;
    padding-left: 25px;
}
.comment-respond{
    padding: 25px;
}
.comments-area li{
  list-style: none;

}
.comment-author img, .says{
    display: none;
}
.comments-area .reply a, .comments-area .submit{
    font-weight: bold !important;
    color: #FFF !important;
    background-color: #000 !important;
    padding: 0 15px 0 15px;
    border-radius: 5px !important;
    font-size: 16px;
    box-shadow: 0 0.0625rem 0.25rem 0 rgba(0,0,0,.19) !important;
    text-transform: uppercase !important;
}
.comments-area .submit{
    border:none;
    width: 200px;
    padding: 10px 15px 10px 15px;
}
.comments-area .fn{
    color:#abacb0;
}
.comment-metadata{
    font-size: 13px;
}

/*caja suscripción*/
.category-premium .mailerlite-home-form {
    display: none;
}

.category-premium .article-content > p {
    position: relative;
}

.category-premium .article-content.overlay > p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 114%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(255,255,255, 1) 10%, rgba(255,255,255, 0) 80% );
    pointer-events: none;
}

.fspf.wrap {
    padding: 15px;
}

.fspf-description {
    padding: 0;
    padding-top: 1rem;
	font-family: "Noticia Text";
	color: #666666;
	line-height: 1.4em;
}

.fspf-title {
    margin: 0 1rem;
	color: #666666;
    text-decoration-color: #000;
	line-height: 1.3em;
}

@media only screen and (max-width: 768px){
	.single aside.share-article-vertical.hide-on-print.fixed-me.show-for-medium {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.single aside ul.social-share-bar {
		position: inherit;
	}

	.single aside ul.social-share-bar li {
		float: left;
		padding: 0 10px;
	}

	.single .entry-content .article-content {
		display: block;
	}
	
}

@media screen and (min-width: 1024px) {
	.single .header-single-group img {
		max-height: 100%;
	}
}

@media only screen and (min-width: 768px){
	.single-post .post h1.entry-title {
		font-size: 30px;
	}
}

@media only screen and (min-width: 1024px){
	.single-post .post h1.entry-title {
		font-size: 38px;
	}
}

