/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

form[data-status="init"] .wpcf7-not-valid-tip{
display: none;
}

.page-template-news .news_grid h3, .page-template-knowledge_page .news_grid h3 {
	margin-top: 5px;
    line-height: 1.2;
}

.table_of_contents--title {
	font-size: 22px;
}

a {
	text-decoration: none;
	transition: all 0.3s linear;
}

a:hover {
	text-decoration: underline 1px;
	text-underline-offset: 3px;
	/*-webkit-text-stroke-width: 0.5px;*/
}

.page-template-news .news_grid .news_desc, .page-template-knowledge_page .news_grid .news_desc {
	/*font-size: 18px;*/
}

.hero_og+.imgs_texts {
	margin-top: -207px;
	padding-top: 0;
}

.page-template-default .two_columns.sixseven_threethree {
	align-items: center;
}

.imgs_texts .mapkey_imgs img:first-of-type {
	z-index: 1;
}
/* .imgs_texts+.title_tiles {
	margin-top: 0px;
}
.title_tiles .section_title {
	margin-top: 0px;
} */

.hero+.imgs_texts {
	position: relative;
}
.imgs_texts+.title_tiles {
	position: relative;
}
.title_tiles+.title_slider {
	margin-top: 0px;
}

section.news .news_grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
}

/* Eactive 7-12-2023 */
div.front-page_slider--heading {
    margin-top: 0;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 3.88889rem;
    font-family: 'Righteous', cursive;
}

.hero .hero_main--title div.front-page_h2 {
    font-size: 2.81444rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}

.navigation .sub-menu .menu-page-content div.menu-items_h3 {
    margin-bottom: 5px;
	margin-top: 22px;
}

.navigation .sub-menu div.menu-items_h3 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.22222rem;
}

@media (max-width: 1600px){
	.navigation .sub-menu div.menu-items_h3 {
		font-size: 1.11111rem;
	}
}

@media (max-width: 1440px){
    div.front-page_slider--heading {
        font-size: 2.88889rem;
    }
	.hero .hero_main--title div.front-page_h2 {
		font-size: 2.48111rem;
	}
}

@media (max-width: 1366px){
    div.front-page_slider--heading {
        font-size: 2.55556rem;
    }
	.navigation .sub-menu div.menu-items_h3 {
		font-size: 1rem;
	}
	.hero_og+.imgs_texts {
		margin-top: -160px;
		padding-top: 0;
	}
}

@media (max-width: 1200px){
	.hero .hero_main--title div.front-page_h2 {
		font-size: 1.92556rem;
	}
	.navigation .sub-menu div.menu-items_h3 {
		font-size: 0.88889rem;
	}
}

@media (max-width: 992px){
    div.front-page_slider--heading {
        font-size: 1.77778rem;
    }
	.hero .hero_main--title div.front-page_h2 {
		font-size: 1.59222rem;
	}
	.navigation .sub-menu div.menu-items_h3 {
		font-size: 1rem;
	}
	
	.hero_og+.imgs_texts {
		margin-top: 0;
		padding-top: 0;
	}
}

@media (max-width: 768px){
	.hero .hero_main--title div.front-page_h2 {
		display: none;
	}
	.table_of_contents--title {
		font-size: 20px;
	}
}

@media (max-width: 700px){
    div.front-page_slider--heading {
        font-size: 2.66667rem;
    }
	.hero .swiper_desc {
		margin-bottom: 5%;
	}
}

@media (max-width: 568px){
    div.front-page_slider--heading {
        font-size: 2.5rem;
    }
	
	.navigation .sub-menu div.menu-items_h3 {
		font-size: 0.88889rem;
	}
	
	.page-template-news .news_grid .news_desc, .page-template-knowledge_page .news_grid .news_desc {
		font-size: 16px;
	}
}

/* Eactive 29-03-2024 */
.js_links, .js_links_newTab {
	cursor: pointer;
}

.navigation .sub-menu .sub-menu-item.no_children .child-pages .menu-page-content a, .navigation .sub-menu .sub-menu-item.children .child-pages .menu-page-content a {
	height: auto;
}