/**
Theme Name: Imonkey
Author: Imonkey
Author URI: https://imonkey.es/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imonkey
Template: astra
*/
html, body {
    min-width: 320px;
}

a:has(img) {
  display: block;
  height: inherit;
}

.txt-lowercase {
	text-transform: lowercase;
}

.txt-uppercase {
	text-transform: uppercase;
}
.txt-capitalize {
	text-transform: capitalize;
}
@media only screen and (max-width: 921px) {
	.tb-fullwidth{
		width: 100% !important; 
		flex-basis: 100% !important
	}

}
@media only screen and (max-width: 375px) {
	.mb-fullwidth{
		width: 100% !important; 
		flex-basis: 100% !important
	}

}

/* font sizes */

.fontsize-xsmall{
	font-size: 9px !important;
	line-height: 1.2em;
}
.fontsize-small{
	font-size: 12px  !important;
	line-height: 1.2em;
}
.fontsize-snormal{
	font-size: 16px !important;
	line-height: 1.2em;
}
.fontsize-normal{
	font-size: 19px !important;
}
.fontsize-xnormal{	
	font-size: 24px !important;
	line-height: 1.2em;
}

.fontsize-large{
	font-size: 28px !important;
	line-height: 1.2em;
}
.fontsize-xlarge{
	font-size: 36px !important;
	line-height: 1.2em;
}
/* Logo */

.logo-wrapper-content {
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--e-global-color-astglobalcolor0);
	width: fit-content;
	margin-bottom: 12px;
}
.logo-wrapper-content .iso-logo{
	height: 50px;
	/*width: 50px;*/
	/*background-color: var(--e-global-color-astglobalcolor0);*/
}
.logo-wrapper-content .iso-logo.no-bg svg rect.st0 {
	fill: transparent;
}
.logo-wrapper-content .site-logo {
	font-family: 'Mulish', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 10px;
	margin-right: -10px;
}
.logo-wrapper-content .domain-logo {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 10px;
	margin-right: -10px;
}
@media only screen and (min-width: 921px) {
	.logo-wrapper-content .site-logo {
		font-size: 32px;
	}
}

/* single post */

.single-featureproduct-price{
	color: var(--ast-global-color-0);
	font-weight: bold;
	font-size: 1.4em;
}

.single article.post.type-post.format-standard.has-post-thumbnail.ast-article-single div.ast-post-format-.single-layout-1 .entry-content p:empty{
	display: none;
}

img.track {
	display: none;
}


/* Single Related post */

.site .ast-single-related-posts-container {
	margin-top: 40px;
	background: #fff;
	padding: 20px;
}
.ast-related-posts-title-section {
	padding: 12px 0;
}
.ast-related-posts-wrapper {
	padding: 20px 8px;
	background: #f2f2f2;
	display: flex;
	/*gap: 8px;*/
	flex-wrap: wrap;
	align-items: stretch;
	grid-column-gap: initial;
	grid-row-gap: initial;
}

/* Cards related post */

.ast-related-posts-wrapper article.ast-related-post, 
article.ast-related-post {
	flex-grow: 1;  
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-basis: min-content;
	box-sizing: border-box;
	padding: 8px;
	min-width: 250px;
}


.ast-related-post-content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-basis: 100%;
	background: #FFFF;
	height: 100%;
	justify-content: space-between;
}
.ast-related-post-content .ast-related-post-featured-section.post-has-thumb{padding: 8px}

.ast-related-post-content .post-thumb-img-content, .ast-related-posts-inner-section .ast-related-post-content .post-thumb-img-content {
	border-radius: 12px;
  overflow: hidden;
}

.ast-related-post-content .ast-related-posts-wrapper .ast-related-post, 
.ast-related-post-content .ast-related-post-featured-section,
.ast-related-post-content .ast-related-post-content,
.ast-related-post-content .ast-related-post-featured-section.post-has-thumb,
.ast-related-post-content .ast-related-post-featured-section.ast-related-posts-has-thumb,
.ast-related-post-content .post-thumb-img-content,
.ast-related-posts-inner-section .ast-related-post-content .post-thumb-img-content {
  height: inherit;
	flex-basis: 100%;
}


.ast-related-post-content .post-thumb-img-content > a {
	display: block;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	background: #FFF;
}

.ast-related-post-content .post-thumb-img-content > a > img{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
	height: 100%;
	width: 100%;
}
.ast-related-post-content .entry-header{
	padding: 12px 8px;
	border-top: 1px solid #f2f2f2;
	margin: 8px 0 0 0;
}

.ast-related-post-content .entry-header .ast-related-post-title,
.ast-related-post-content .entry-header .ast-related-post-title  a {
	color: var(--ast-global-color-3); 
	font-family: var(--e-global-typography-primary-font-family);
	text-transform: capitalize;
	font-size: 1em;
	display: block;        
	line-height: 1.2;
	font-size: 100%;
	font-style: inherit;
	font-weight: 300;
	list-style: none;
	min-height: 2.4em;
}
.ast-related-post-content .entry-header .ast-related-post-title  a{
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: content-box;

	@supports (-webkit-line-clamp: 2) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
.ast-related-post-content .entry-content.clear{
	display: none;
}

/* --- link viewMore in Blog ---  */

.ast-container div.ast-ajax-pagination-wrapper > #link-more-amz-wrapper{
	display: block;
	text-align: center;
}
.ast-container div.ast-ajax-pagination-wrapper > nav.ast-pagination-infinite > span.ast-load-more.active,
.ast-container div.ast-ajax-pagination-wrapper > #link-more-amz-wrapper > #link-more-amz {
	border: 1px solid var(--ast-global-color-0);
	color: var(--ast-global-color-5);
	background-color: var(--ast-global-color-0);
	padding: 15px 30px;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.93333333333333rem;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0;
	display: inline-block;
}

.ast-container div.ast-ajax-pagination-wrapper > nav.ast-pagination-infinite > span.ast-load-more.active:hover,
.ast-container div.ast-ajax-pagination-wrapper > #link-more-amz-wrapper > #link-more-amz:hover {
	border: 1px solid var(--ast-global-color-0);
	color: var(--ast-global-color-0);
	background-color: var(--ast-global-color-5);
}
.ast-container div.ast-ajax-pagination-wrapper > #link-more-amz-wrapper{
	display: none;
}
.ast-container div.ast-ajax-pagination-wrapper > nav.ast-pagination-infinite:has(span.ast-load-more.no-more.active) + #link-more-amz-wrapper,
.ast-container div.ast-ajax-pagination-wrapper > nav.ast-pagination-infinite[data-page="4"] + #link-more-amz-wrapper {
	display: block;
}
.ast-container div.ast-ajax-pagination-wrapper > nav.ast-pagination-infinite > span.ast-load-more.no-more.active,
.ast-container div.ast-ajax-pagination-wrapper > nav.ast-pagination-infinite[data-page="4"] > span.ast-load-more.active {
	display: none !important;
}

/* btn desplegable: menu-mobile*/

@media (max-width: 921px) {
	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
		position: absolute;
		width: 100%;
		text-align: end;
	}
}
/* Mega menu */

.main-header-menu .mega-menu-logos .astra-megamenu ul.sub-menu > li.menu-item > a.menu-link {
	display: flex;
	align-items: center;
}
.main-header-menu .mega-menu-logos .astra-megamenu ul.sub-menu > li.menu-item > a.menu-link .astra-mm-icon-label {
	margin-top: auto;
	margin-bottom: auto;
}
.main-header-menu .mega-menu-logos .astra-megamenu ul.sub-menu > li.menu-item > a.menu-link .astra-mm-icon-label img {
	max-width: initial;
}


/* image error */

.image-error {
    opacity: 0.5;
    transition: transform 0.2s ease-in-out;
}

a:hover .image-error {
    opacity: 1;
    transform: scale(1.2);
}

