/*
Theme Name: Bacata
Theme URI: http://estudio89.com/bacata
Author: estudio89 team
Author URI: http://estudio89.com
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: estudio89
*/




.e89-loop-container {
	margin-bottom: 20px;
	position: relative;
}
.e89-loop-container .e89-load-box {
	position: relative;
	display: block;
	min-height: 3em;
	text-align: center;
}
.e89-loop-container .e89-loop-spiner {
	position: absolute;
	top: 0; left: 0; right: 0;
	margin-left: auto;
	margin-right: auto;
}

.post-featured {
	position: relative;
	display: block;
	text-align: center;
}
.post-featured blockquote {
	padding: 80px 40px;
}
.post-featured blockquote * {
	position: relative;
	z-index: 2;
	font-size: 200%;
}
.post-featured blockquote p.author {
	margin-top: 20px;
	font-size: 120%;
}
.post-featured blockquote p.author:before {
	content: '';
	border-top: 1px solid #ddd;
	display: block;
	max-width: 25px;
	margin: 0 auto 10px auto;
}
.post-featured blockquote.cover {
	background-size: cover;
	background-position: center;
	background-color: transparent;
	color: #fff;
}
.post-featured blockquote.cover:after {
	content: '';
	background: #000;
	opacity: .2;
	position: absolute;
	z-index: 1;
	top: 0; left: 0; right: 0; bottom: 0;
}
.post-featured blockquote.e89-svg svg {
	display: block;
	margin: 0 auto 10px auto;
	font-size: 50px;
}

.post-featured blockquote.featured, .post-featured blockquote.featured a {
	color: inherit;
}
.post-featured blockquote.featured a:hover {
	opacity: .8;
}
.post-featured blockquote.cover.featured, .post-featured blockquote.cover.featured a {
	color: #fff;
}

.e89-post-content .post-pages {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.single .post-featured {
	margin-bottom: 20px;
}

.post-related {
	border-top: 1px solid #ddd;
	margin-top: 40px;
	padding-top: 40px;
}
.post-related .rel-container{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	text-align: center;
}
.post-related .rel-box {
	display: flex;
	flex-direction: column;
	flex: 0 0 auto;
	width: 50%;
	padding: 10px;
   
}
.post-related .featured-animate, .post-related img {
	width: 100%;
}
.post-related .rel-title {
	flex: 1;
	display: block;
	padding: 10px;
	background: #f7f7f7;
}

.post-share {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.post-share:before {
	content: '';
	display: block;
	border-top: 1px solid #ddd;
	margin: 0 auto 20px auto;
	max-width: 200px;
}
.post-share .label {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
}
.post-share a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding: 0 5px;
}
.post-share .icon {
	font-family: "Font Awesome 6 Brands";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;

}
.post-share .icon-facebook:before { content: "\f39e"; }
.post-share .icon-twitter:before { content: "\f099"; }
.post-share .icon-linkedin:before { content: "\f0e1"; }
.post-share .icon-pinterest:before { content: "\f0d2"; }
.post-share .icon-whatsapp:before { content: "\f232"; }

.post-tags {
	display: block;
	margin: 40px 0;
	line-height: 1.3em;
	text-align: center;
}
.post-tags a {
	display: inline-block;
	vertical-align: middle;
	margin:0 5px;
	padding: 0 5px;
}

.section-title {
	line-height: 1.3em;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.e89-author {
	display: table;
	width: 100%;
	margin-top: 40px;
	padding: 40px;
   
}
.e89-author .author-avatar {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	white-space: nowrap;
}
.e89-author .author-info {
	display: table-cell;
	vertical-align: top;
}
.e89-author .author-avatar img {
	border-radius: 50%;
	border: 2px solid #fff;
	background: #fff;
	margin-right: 20px;
}
.e89-author .name {
	display: block;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.e89-author .desc {
	display: block;
	font-size: 90%;
}
.e89-author .links {
	display: block;
	margin-top: 10px;
}
.e89-author .links a {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
}

/* ------------------------------------------------------
   LOOP
   ------------------------------------------------------ */
.e89-loop-container.list .e89-post-loop {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.e89-loop-container.list .post-featured {
	margin: 20px 0;
}

.post-excerpt .more-link {
	display: block;
    max-width: max-content;
    line-height: 1.3em;
    margin-top: 20px;
}

/* isotope */
.e89-isotope {
	margin-left: -10px;
	margin-right: -10px;
}
.e89-isotope-item,
.e89-isotope-sizer {
	width: 100%;
}
.e89-isotope-item {
	padding: 0 10px 20px 10px;
	overflow: hidden;
}
.e89-isotope-text {
	background: #f7f7f7;
	padding: 20px;
	text-align: left;
	word-break: break-word;
}
.e89-isotope .post-title {
	font-size: 1.1em;
}
.e89-isotope .post-meta >span {
	font-size: 12px;
	margin-top: 5px;
}
.e89-isotope .post-excerpt {
	margin: 10px 0 0 0;
	font-size: .9em;
}

/* grid */
.e89-loop-container.grid {
    display: flex;
    flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.e89-loop-container.grid .e89-post-loop {
	display: flex;
	flex-direction: column;
	padding: 0 10px 20px 10px;
	width: 100%;
}
.e89-grid-text {
	flex: 1;
	background: #f7f7f7;
	padding: 20px;
	text-align: left;
	word-break: break-word;
}
.e89-loop-container.grid .post-title {
	font-size: 1.1em;
}
.e89-loop-container.grid .post-excerpt {
	margin: 10px 0 0 0;
	font-size: .9em;
}

@media (min-width: 576px) {

	.e89-loop-container.masonry:not(.columns-1) .e89-isotope-item,
	.e89-loop-container.masonry:not(.columns-1) .e89-isotope-sizer,
	.e89-loop-container.grid:not(.columns-1) .e89-post-loop {
		width: 50%;
	}
	
	.e89-loop-container.masonry:not(.columns-1) .e89-isotope-item.e89-sticky {
		width: 100%;
	}

}

@media (min-width: 768px) {

	.e89-loop-container.masonry.columns-3 .e89-isotope-item,
	.e89-loop-container.masonry.columns-3 .e89-isotope-sizer,
	.e89-loop-container.masonry.columns-4 .e89-isotope-item,
	.e89-loop-container.masonry.columns-4 .e89-isotope-sizer,
	.e89-loop-container.masonry.columns-5 .e89-isotope-item,
	.e89-loop-container.masonry.columns-5 .e89-isotope-sizer,
	.e89-loop-container.masonry.columns-6 .e89-isotope-item,
	.e89-loop-container.masonry.columns-6 .e89-isotope-sizer,
	.e89-loop-container.grid.columns-3 .e89-post-loop,
	.e89-loop-container.grid.columns-4 .e89-post-loop,
	.e89-loop-container.grid.columns-5 .e89-post-loop,
	.e89-loop-container.grid.columns-6 .e89-post-loop {
		width: 33.333%;
	}

	.e89-loop-container.masonry.columns-3 .e89-isotope-item.e89-sticky,
	.e89-loop-container.masonry.columns-4 .e89-isotope-item.e89-sticky,
	.e89-loop-container.masonry.columns-5 .e89-isotope-item.e89-sticky,
	.e89-loop-container.masonry.columns-6 .e89-isotope-item.e89-sticky {
		width: 66.666%;
	}

}

@media (min-width: 1024px) {

	.e89-loop-container.masonry.columns-4 .e89-isotope-item,
	.e89-loop-container.masonry.columns-4 .e89-isotope-sizer,
	.e89-loop-container.grid.columns-4 .e89-post-loop {
		width: 25%;
	}
	.e89-loop-container.masonry.columns-4 .e89-isotope-item.e89-sticky {
		width: 50%;
	}

	.e89-loop-container.masonry.columns-5 .e89-isotope-item,
	.e89-loop-container.masonry.columns-5 .e89-isotope-sizer,
	.e89-loop-container.grid.columns-5 .e89-post-loop {
		width: 20%;
	}
	.e89-loop-container.masonry.columns-5 .e89-isotope-item.e89-sticky {
		width: 40%;
	}

	.e89-loop-container.masonry.columns-6 .e89-isotope-item,
	.e89-loop-container.masonry.columns-6 .e89-isotope-sizer,
	.e89-loop-container.grid.columns-6 .e89-post-loop {
		width: 16.666%;
	}
	.e89-loop-container.masonry.columns-6 .e89-isotope-item.e89-sticky {
		width: 33.333%;
	}

	.post-related .rel-box {
		width: 25%;
	}

}


/* ------------------------------------------------------
   PAGINATION
   ------------------------------------------------------ */
#e89-pagination {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#e89-pagination ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#e89-pagination ul li {
	display: inline-block;
	vertical-align: middle;
}
#e89-pagination ul li a, #e89-pagination ul li span {
	display: block;
	text-decoration: none;
	padding: .5em;
	line-height: 1;
	min-width: 2em;
}

/* ------------------------------------------------------
   RESPONSIVE VIDEOS
   ------------------------------------------------------ */

/* Embedded resposive */
.e89-embed, .wp-video { width: 100%!important; }
.e89-embed iframe, .e89-embed video { width: 100%; height: auto; display: block; }

/* Embedded audio */
.featured-content >iframe {
	width: 100%;
}

/* WP Audio post format */
.e89-audio-content.has-cover {
	padding-left: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #222;
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode {
	height: 150px!important;
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls {
	background: transparent;
	height: 50px;
	top: 50%;
	margin-top: -25px;
   
	padding: 0 20px;
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls >div, .e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls >a {
	margin-top: 10px;
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-playpause-button {
	width: 50px;
	height: 50px;
	margin-top: 0;
	margin-right: 10px;
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-playpause-button button {
	width: 50px;
	height: 50px;
	margin: 0;
	background: transparent;
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-playpause-button button:after, .e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-playpause-button button:before {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-playpause-button button:after { opacity: 0; }
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-playpause-button button:hover:after { opacity: 1; }
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-playpause-button button:hover:before { opacity: 0; }

.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-play button:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8,0.5C3.858,0.5,0.5,3.857,0.5,8c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5C15.5,3.857,12.143,0.5,8,0.5z M6.864,10.5v-5l4,2.5L6.864,10.5z'/%3E%3C/svg%3E");
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-play button:before {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8,0.5C3.858,0.5,0.5,3.857,0.5,8c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5C15.5,3.857,12.143,0.5,8,0.5z M8,14.812c-3.763,0-6.813-3.054-6.813-6.812c0-3.763,3.051-6.813,6.813-6.813c3.764,0,6.812,3.05,6.812,6.813 C14.812,11.764,11.764,14.812,8,14.812z M6.864,5.5l4,2.5l-4,2.5V5.5z'/%3E%3C/svg%3E");   
}

.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-pause button:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8,0.5C3.858,0.5,0.5,3.857,0.5,8c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5C15.5,3.857,12.143,0.5,8,0.5z M7.5,10h-1V6h1V10z M9.5,10h-1V6h1V10z'/%3E%3C/svg%3E");
}
.e89-audio-content .e89-mejs-container.wp-audio-shortcode .mejs-controls .mejs-pause button:before {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8,0.5C3.858,0.5,0.5,3.857,0.5,8c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5C15.5,3.857,12.143,0.5,8,0.5z M8,14.812c-3.763,0-6.813-3.054-6.813-6.812c0-3.763,3.051-6.813,6.813-6.813c3.764,0,6.812,3.05,6.812,6.813 C14.812,11.764,11.764,14.812,8,14.812z M6.5,10h1V6h-1V10z M8.5,6v4h1V6H8.5z'/%3E%3C/svg%3E");
}



/* ------------------------------------------------------
   FEATURED ANIMATIONS
   ------------------------------------------------------ */
.featured-animate {
	position: relative;
	display: block;
}
.featured-animate .ft-image {
	display: block;
	overflow: hidden;
}
.featured-animate img,
.featured-animate .img {
	display: block;
	width: 100%;
	transition: all .5s ease;
}
.featured-animate .img {
	height: 0;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}
.featured-animate:hover img,
.featured-animate:hover .img {
	transform: scale(1.1);
}
.featured-animate .ft-image:after{
	content: '';
	position: absolute;
	z-index: 1;
	background: #000;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;    
}
.featured-animate:hover .ft-image:after{
	opacity: .2;
}

.featured-animate .ft-buttons {
	position: absolute;
	z-index: 2;
	opacity: 0;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.featured-animate:hover .ft-buttons {
	opacity: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.featured-animate .ft-buttons a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	padding: 5px;
	font-size: 0;
	line-height: 0;
	color: transparent;
}
.featured-animate .ft-buttons a:before, .featured-animate .ft-buttons a:after {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.featured-animate .ft-buttons a:after { opacity: 0; }
.featured-animate .ft-buttons a:hover:after { opacity: 1; }
.featured-animate .ft-buttons a:hover:before { opacity: 0; }
.featured-animate .ft-buttons a.ft-btn-more:before {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8,0.5C3.858,0.5,0.5,3.857,0.5,8c0,4.142,3.358,7.5,7.5,7.5c4.143,0,7.5-3.358,7.5-7.5C15.5,3.857,12.143,0.5,8,0.5z M8,14.813c-3.763,0-6.813-3.051-6.813-6.813c0-3.763,3.051-6.813,6.813-6.813c3.764,0,6.813,3.05,6.813,6.813 C14.813,11.763,11.764,14.813,8,14.813z M11.75,7.998L9.686,5.281H9.029l1.809,2.38H4.267v0.678h6.569l-1.807,2.378h0.656 L11.75,7.998z'/%3E%3C/svg%3E");
}
.featured-animate .ft-buttons a.ft-btn-more:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8,0.5C3.858,0.5,0.5,3.857,0.5,8c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5C15.5,3.857,12.143,0.5,8,0.5z M9.686,10.717H9.029l1.807-2.378H4.267V7.661h6.571l-1.809-2.38h0.656l2.064,2.717L9.686,10.717z'/%3E%3C/svg%3E");
}
.featured-animate .ft-buttons a.ft-btn-zoom:before {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8,0.5C3.858,0.5,0.5,3.857,0.5,8c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5C15.5,3.857,12.143,0.5,8,0.5z M8,14.812c-3.763,0-6.813-3.053-6.813-6.812c0-3.763,3.051-6.813,6.813-6.813c3.764,0,6.812,3.05,6.812,6.813 C14.812,11.764,11.764,14.812,8,14.812z M4.937,4.258h1.611v0.678H4.937v1.611H4.259V4.936V4.258H4.937z M4.937,11.064h1.611v0.678 H4.937H4.259v-0.678V9.453h0.678V11.064z M11.063,9.454h0.678v1.61v0.678h-0.678H9.452v-0.678h1.611V9.454z M11.062,4.936H9.453 V4.258h1.609h0.678v0.678v1.611h-0.678V4.936z'/%3E%3C/svg%3E");
}
.featured-animate .ft-buttons a.ft-btn-zoom:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='50px' height='50px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M8,0.5C3.858,0.5,0.5,3.857,0.5,8c0,4.143,3.358,7.5,7.5,7.5c4.143,0,7.5-3.357,7.5-7.5C15.5,3.857,12.143,0.5,8,0.5z M4.937,4.258h1.611v0.678H4.937v1.611H4.259V4.936V4.258H4.937z M4.937,11.064h1.611v0.678H4.937H4.259v-0.678V9.453h0.678V11.064z M11.063,9.454h0.678v1.61v0.678h-0.678H9.452v-0.678h1.611V9.454z M11.062,4.936H9.453V4.258h1.609h0.678v0.678v1.611h-0.678V4.936 z'/%3E%3C/svg%3E");
}



/* ------------------------------------------------------
   WIDGETS
   ------------------------------------------------------ */
.tagcloud a {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
	padding: 0 3px;
	line-height: 1.3em;
}
.e89_widget_lastpost .e89_lastpost_box {
	line-height: 1.3em;
	text-align: center;
}
.e89_widget_lastpost a {
	display: inline-block;
}
.e89_widget_lastpost img {
	width: 100%;
	max-width: 150px;
	border: 3px solid #ddd;
	border-radius: 50%;
}
.e89_widget_lastpost span:before {
	content: '';
	display: block;
	border-top: 1px solid #ddd;
	width: 50px;
	margin: 10px auto;
}






/* Contact form 7 */
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form p {
	line-height: 1;
	margin-bottom: 10px;
}
span.wpcf7-not-valid-tip {
	color: #ad0204;
	font-size: 80%;
	line-height: 1.3em;
	margin-top: 3px;
}
div.wpcf7-response-output {
	margin: 0;
	padding: 5px 10px;
	font-size: 90%;
	line-height: 1.3em;
}
div.wpcf7-mail-sent-ok {
	background: #31a500;
	color: #fff;
	border: 0;
}
div.wpcf7-validation-errors {
	background: #ad0204;
	color: #fff;
	border: 0;
}





/* ------------------------------------------------------
   COMMENTS
   ------------------------------------------------------ */
.comments-area {
	margin-top: 40px;
	border-top-width: 1px; /*temporal: es border-top*/
    border-top-style: solid; /*temporal: es border-top*/
	padding-top: 40px;
}

.comments-area .comment-list, .comments-area .comment-list ul {
	padding: 0; margin: 0;
}

.comments-area .comment-list {
	padding: 40px;
	margin-bottom: 20px;
}

.comments-area .comment-list li {
	list-style: none;
	position: relative;
}

.comments-area .comment-list >li, .comments-area .comment-list >.comment-respond {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.comments-area .comment-list >li:last-child, .comments-area .comment-list >div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.comments-area .comment-list ul li {
	margin-top: 20px;
	padding: 20px 0 0 5%;
	border-top: 1px solid #ddd;
}

.comments-area .comment-list ul #reply-title:before{
	content: '';
	display: block;
	border-top: 1px solid #ddd;
	margin: 20px auto;
}
.comments-area .comment-list p:last-of-type {
	margin: 0;
}

.comments-area .comment-avatar {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.comments-area .comment-avatar .avatar {
	display: block;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #fff;
}

.comments-area .comment-data {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3em;
}
.comments-area .comment-author {
	display: inline-block;
	margin-right: 100px;
}
.comments-area .bypostauthor >.comment-data .comment-author {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.comments-area .comment-entry {
	display: block;
	margin-top: 10px;
	clear: both;
}
.comments-area .comment-moderation {
	display: inline-block;
	padding-top: 10px;
	margin-top: 20px;
	font-style: italic;
	border-top: 1px solid #ddd;
}
.comments-area .comment-moderation i {
	margin-right: 5px;
}
.comments-area .comment-reply,
.comments-area .comment-reply-cancel {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.3em;
	text-align: right;
}
.comments-area ul .comment-reply,
.comments-area ul .comment-reply-cancel {
	top: 20px;
}
.comments-area .comment-time, .comments-area .comment-reply-link, .comments-area .comment-edit-link, #cancel-comment-reply-link {
	display: block;
	font-size: 80%;
}
.comments-area .comment-navigation {
	line-height: 2em;
	padding: 0 40px;
	margin-bottom: 20px;
	overflow: hidden;
}
.comments-area .comment-navigation .screen-reader-text {
	display: none;
}
.comments-area .comment-navigation .nav-previous {
	float: left;
}
.comments-area .comment-navigation .nav-next {
	text-align: right;
	float: right;
}
.comments-area .comments-closed {
	margin: 0;
}
#respond {
	position: relative;
}
#commentform .comment-form-msg {
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 20px;
}
#commentform .comment-form-comment {
	margin-bottom: 10px;
}
#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
	float: left;
	width: 33.333%;
   
	padding-right: 10px;
	margin-bottom: 20px;
}
#commentform .comment-form-url {
	padding-right: 0;
}
#commentform .form-submit {
	clear: both;
	margin-bottom: 0;
}





a.e89-image-popup:focus {
	outline: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  max-width: 1000px; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
	color: #CCC; }
	.mfp-preloader a:hover {
	  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
	opacity: 1; }
  .mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
  top:-44px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
	margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
	opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
  .mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
  .mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
  .mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
  .mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
  .mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
  .mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
	padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
	  padding: 0; }
  .mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px; }
  .mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75); }
  .mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0; }
  .mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%; }
  .mfp-container {
	padding-left: 6px;
	padding-right: 6px; } }


/* Slick */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}
.slick-initialized .slick-slide >div,
.slick-initialized .slick-slide >div >div {
	vertical-align: middle;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */
.slick-prev, .slick-next {
	z-index: 1;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	margin: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
	border: 0;
}

.slick-prev {
	left: 10px;
}

[dir='rtl'] .slick-prev {
	right: 10px;
	left: auto;
}

.slick-next {
	right: 10px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 10px;
}

.slick-prev:before,
.slick-next:before {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.slick-prev:hover:before, .slick-next:hover:before,
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .75; }

.slick-prev:before,
[dir='rtl'] .slick-next:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36.7 66.6' style='enable-background:new 0 0 36.7 66.6;' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M33.2,66.6c-0.9,0-1.8-0.4-2.5-1.1L1,35c-1.3-1.4-1.3-3.6,0.1-4.9L30.8,1c1.4-1.3,3.6-1.3,4.9,0.1 c1.4,1.4,1.3,3.6-0.1,4.9c0,0,0,0,0,0L8.4,32.6l27.3,28c1.3,1.4,1.3,3.6-0.1,4.9c0,0,0,0,0,0C35,66.2,34.1,66.6,33.2,66.6z'/%3E%3C/svg%3E%0A");
}
.slick-next:before,
[dir='rtl'] .slick-prev:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36.7 66.6' style='enable-background:new 0 0 36.7 66.6;' xml:space='preserve'%3E%3Cpath style='fill:%23FFFFFF;' d='M3.5,0C4.4,0,5.3,0.4,6,1.1l29.7,30.6c1.3,1.4,1.3,3.6-0.1,4.9l-29.7,29c-1.4,1.3-3.6,1.3-4.9-0.1 c-1.4-1.4-1.3-3.6,0.1-4.9c0,0,0,0,0,0L28.3,34L1,5.9C-0.4,4.6-0.3,2.3,1.1,1c0,0,0,0,0,0C1.7,0.4,2.6,0,3.5,0z'/%3E%3C/svg%3E%0A");
}


/* Dots */
.slick-dotted {
	padding-bottom: 30px;
}
ul.slick-dots {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	letter-spacing: normal;
	display: block;
	padding: 5px;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #000;
	opacity: .5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.slick-dots li.slick-active button, .slick-dots li button:hover {
	outline: none;
	opacity: 1;
}

/* bug fix */
.slick-slide, .slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}



/****************** 1024 - 778 - 480 - 320? *****************************/
/****************** wp max-w 782 - 600 - 400 *****************************/
/* <= 1024px */
@media all and (max-width: 1024px) {
	#commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
		width: 100%; padding: 0; margin-bottom: 10px;
	}
}
/* <= 778px */
@media all and (max-width: 778px) {
	body.float-header-all #wpadminbar {position: fixed;}
}
/* <= 480px */
@media all and (max-width: 480px) {
	.e89-audio-content.has-cover { padding-left: 0; background-size: cover; background-position: center; }
	.e89-audio-content .e89-mejs-container.wp-audio-shortcode { background: rgba(0, 0, 0, 0.7); }

	.comments-area .comment-list {
		padding: 20px;
	}
	.comments-area .comment-reply-link, .comments-area .comment-edit-link, #cancel-comment-reply-link {
		display: inline-block;
		margin-left: 10px;
	}
	.comments-area .comment-avatar, .comments-area .comment-data, .comment-list >.comment-respond, .comments-area .comment-list ul #reply-title:before {
		padding-top: 30px;
	}
	.comments-area .comment-author {
		margin-right: 0;
	}
	.comments-area .comment-navigation {
		padding: 0;
	}
}