/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: astra-child
Template: astra
*/

.site-primary-footer-wrap .ast-builder-social-element {
	border: 1px solid #ffffff85;
    border-radius: 0;
}

.ast-primary-header-bar {
    border-bottom: none;
    box-shadow: 0px 10px 50px 0px rgba(72.00000000000004, 11.999999999999998, 91, 0.10196078431372549);
}

.footer-logos-agromed-rwa {
	display: flex;
    align-items: center;
    justify-content: center;
}

.es-lang-text, .en-lang-text, .widget_block:has(.es-lang-text), .widget_block:has(.en-lang-text) {
	display: none;
}

html[lang="es-ES"] .es-lang-text, html[lang="es-ES"] .widget_block:has(.es-lang-text) {
	display: block;
} 

html[lang="en-US"] .en-lang-text, html[lang="en-US"] .widget_block:has(.en-lang-text) {
	display: block;
}

/* Blog */
#blog-content .ast-oembed-container {
	height: auto !important;
}

.ast-menu-toggle {
	outline: 0!important;
	border: none;!important;
}

/* Media center */
.media-center-cats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.media-center-cats .cat-box {
	border: 1px solid #ddd;
	padding: 1rem;
	border-radius: 4px;
}
.media-center-cats .cat-image {
	text-align: center;
	margin-bottom: .5rem;
}
.media-center-cats .cat-image img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}
.media-center-cats .cat-title {
	margin: 0 0 .5rem;
}
.media-center-cats .cat-desc {
	font-size: .9rem;
	color: #555;
}

.elementor-custom-embed-play svg {
	filter: none;
}

.ast-single-post .entry-content .woocommerce-breadcrumb a {
	text-decoration: none;
}

.main-header-menu .pll-parent-menu-item > .menu-link {
    text-indent: -9999px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: var(--ast-global-color-0);
    margin-left: 15px;
    background-image: url(/wp-content/uploads/2025/09/language.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.main-header-menu .pll-parent-menu-item .current-lang > a {
	color: var(--ast-global-color-1);
}

.main-header-menu .pll-parent-menu-item a[hreflang="en-US"]:before, .main-header-menu .pll-parent-menu-item a[hreflang="es-ES"]:before {
	content: '';
	position: relative;
    display: inline-block;
	width: 24px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

.main-header-menu .pll-parent-menu-item .lang-item > a {
	display: flex;
	align-items: center;
}

.main-header-menu .pll-parent-menu-item a[hreflang="en-US"]:before {
	background-image: url('/wp-content/uploads/2025/09/country-uk.svg');
}

.main-header-menu .pll-parent-menu-item a[hreflang="es-ES"]:before {
	background-image: url('/wp-content/uploads/2025/09/country-es.svg');
}

.main-header-menu .pll-parent-menu-item:hover > .sub-menu {
	right: 0;
    left: auto;
}

#newsletterForm .sib_signup_box_inside_1 p:last-child {
	margin-bottom: 0;
}

#newsletterForm .sib_signup_box_inside_2 p:last-child {
	margin-bottom: 0;
}

#newsletterForm .sib_signup_box_inside_1 .sib-default-btn, #newsletterForm .sib_signup_box_inside_2 .sib-default-btn {
	border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.ast-footer-html-2 p {
	font-weight: 500;
}

.card-product-item .product-card-content {
	height: 100%;
}

.card-product-item .product-card-content > .e-con-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.read-more-products {
	margin-top: auto;
}

.read-more-products p {
	margin-bottom: 0!important;
}

.site-content .pdfemb-viewer .pdfemb-toolbar {
    background-color: #624b78;
    padding: 10px;
	z-index: 99999;
}

.site-content .pdfemb-viewer .pdfemb-toolbar div {
	font-family: var(--e-global-typography-text-font-family);
	font-size: 14px;
	font-weight: 500;
}

.site-content .pdfemb-viewer .pdfemb-pagescontainer {
    background-color: #eeeaf3;
	overflow: hidden;
}

.site-content .pdfemb-viewer {
    border: 1px solid var(--e-global-color-64c55b6);
    border-radius: 10px;
	background-color: #eeeaf3;
}

.site-content .pdfemb-viewer .pdfemb-toolbar button, .site-content .pdfemb-viewer .pdfemb-toolbar button[disabled] {
	background-color: transparent;
	background-image: none;
	border: none;
	box-shadow: none;
}

.elementor-widget-container:has(> .pdfemb-viewer) {
	display: flex;
	justify-content: center;
}

.newsList .uael-post__bg-wrap {
	height: 100%;
}

.newsList .uael-post__bg-wrap .uael-post__inner-wrap  {
	height: 100%;
    display: flex;
    flex-direction: column;
}

.newsList .uael-post__bg-wrap .uael-post__inner-wrap .uael-post__content-wrap {
	flex: auto;
	border-radius: 10px;
}

.newsList .uael-post__bg-wrap .uael-post__thumbnail {
	box-shadow: 0px 10px 50px 0px rgba(40.78835167859109, 24.64630434782609, 45.9, 0.10196078431372549);
	border-radius: 10px;
	overflow: hidden;
}

.site-footer .attachment-woocommerce_thumbnail {
	display: none;
}

.site-footer .review-rating {
	display: none;
}

body .site-footer .product_list_widget li {
	padding-left: 0;
	padding: initial;
    min-height: initial;
    border-bottom: none;
}

body #content .subPageCards .elementor-post {
	border-radius: 40px 0px 40px 0px;
}


body #content .subPageCards .elementor-post .elementor-post__title {
	position: relative;
}

body #content .subPageCards .elementor-post .elementor-post__title:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 3px;
	background-color: var(--e-global-color-secondary);
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

body #content .productsPageCards .elementor-post, body #content .subPageCards .elementor-post {
	transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.2s);
}

body #content .productsPageCards .elementor-post:hover, body #content .subPageCards .elementor-post:hover {
	transform: translateY(-10px);
}

body #content .productsPageCards .elementor-post {
	border-radius: 40px 0px 40px 0px;
}


body #content .productsPageCards .elementor-post .elementor-post__title {
	position: relative;
}

body #content .productsPageCards .elementor-post .elementor-post__title:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 3px;
	background-color: var(--e-global-color-secondary);
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

body #content .productsPageCards .elementor-post .elementor-post__text {
	border-top: 1px solid #D8D8F552;
}

body footer .product_list_widget .product-title {
	text-transform: uppercase;
}

.product-breadcrumbs .woocommerce-breadcrumb {
	text-transform: uppercase;
}

.product-breadcrumbs .woocommerce-breadcrumb a {
	text-transform: initial;
}



.e-con-inner .wp-block-table td, .e-con-inner .wp-block-table th {
	border: 1px solid #e8ece0;;
}

.e-con-inner .wp-block-table thead {
	border-bottom: 1px solid var(--e-global-color-secondary);
}

.e-con-inner .wp-block-table > table {
	border: none;
    margin: -2px;
    width: calc(100% + 4px);
	height: calc(100% + 4px);
}

.e-con-inner .wp-block-table thead th {
	background-color: #94c01e1a;
	color: var(--ast-global-color-0);
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.e-con-inner .wp-block-table {
	border: 1px solid #a1c041;
    border-radius: 10px;
    margin-bottom: 20px;
	overflow: hidden;
}

.e-con-inner .wp-block-table tbody td {
	font-size: 14px;
	padding: 15px;
}

.e-con-inner .wp-block-table tbody td p {
	margin-bottom: 0;
}

#postNewsWrapper .elementor-widget-container:has(.pdfemb-viewer) {
	flex-wrap: wrap;
}

.main-navigation .sub-menu li {
    border-bottom: 1px solid #562e730f;
}

.main-navigation .sub-menu li:last-child {
    border-bottom: none;
}

.main-navigation .sub-menu li {
    transition: all .1s ease-in!important;
}

.main-navigation .sub-menu li:hover {
    background-color: #94c01e14;
    transition: all .1s ease-in!important;
}

.tooltipy-pop .bluet_block_container {
    background-color: #602494e6 !important;
}
.tooltipy-pop.kttg_arrow_show_top:after {
	border-top-color: #602494e6;
}

.patent-tooltip {

}

.patent-tooltip .bluet_block_container {
	box-shadow: none !important;
    border-radius: 10px;
	display: flex;
    flex-direction: column;
}

.patent-tooltip .bluet_img_in_tooltip img {
	width: 100px;
	margin-top: -30px;
    height: auto;
}

.patent-tooltip .bluet_text_content {
	padding: 10px 20px 20px 20px;
}

.patent-tooltip .bluet_img_in_tooltip {
    padding-left: 20px;
}

.patent-tooltip .bluet_text_content p {
	font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
}


/* Tablet */

@media (max-width: 921px) {
    .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        margin-bottom: 0px;
    }
	.main-header-menu .pll-parent-menu-item > .menu-link {
		text-indent: initial;
		overflow: initial;
		width: initial;
		height: initial;
		border-radius: initial;
		background-color: initial;
		margin-left: initial;
		background-image: initial;
		background-size: initial;
		background-position: initial;
		background-repeat: initial;
	}
	aside[data-section="sidebar-widgets-footer-widget-1"] .wp-block-image img  {
		width: 200px;
    	margin-bottom: 20px;
	}
		aside.footer-widget-area ul.wp-block-latest-posts__list {
		margin-bottom: 20px;
	}
	aside.footer-widget-area ul.wp-block-latest-posts__list li {
		margin: 0;
	}
}

#tooltip_blocks_to_show {
	display: none;
}




