/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1663097797
Updated: 2022-09-13 20:36:37

*/

/* Additional CSS */

.elementor-kit-5601 .footer-links a {
	color: #ffffff;
}

.elementor-kit-5601 .footer-links a:hover {
	text-decoration: underline;
}

.fa { 
  font-family: FontAwesome, 'Font Awesome 5 Free';
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.elementor-text-editor ul {
	margin:.9rem 0;
	padding-left: .9rem;
}

.elementor-text-editor ul li {
	margin-bottom:.9rem
}

#wrap-tabbed {
  	overflow: hidden;
}

#wrap-tabbed h2 {
	font-size: 38px;
	line-height: 45px;
	font-weight: 600;
	color: #ffffff;
}

.image-tabbed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
 	background: #080d1d;
}

.image-tabbed img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: 0.4;
}

.container-tabbed > ul > li:first-child .image-tabbed {
	opacity: 1;
	visibility: visible;
}

.container-tabbed {
	position: relative;
	display: grid;	
	grid: 1fr / 1fr;
  	width: 100%;
  	height: 100%;
  	z-index: 999;
  	padding: 5% 10%;
  	align-items: center;
}

.container-tabbed > ul {
  	list-style: none;
  	width: 100%;
  	margin: 0 auto;
  	padding: 0;
}

.container-tabbed-item {
  /*padding: 15px 0;*/
}

.link-tabbed {
  position: relative;
  font-size: calc(1.5rem + 3vw);
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
 /* -webkit-text-stroke:  0.08vw #1a1a1a;*/
  transition: opacity .3s ease-in-out;
	font-size: 32px;
	font-family: Montserrat;
	text-decoration: none !important;
  /*padding: 15px 20px;
  min-height: 175px;
  margin-bottom: 10px;*/
}

.container-tabbed-item.active .link-tabbed + .image-tabbed {
	opacity: 1;
	visibility: visible;
}

.container-tabbed.hover .link-tabbed {
	opacity: .4;
	opacity: 1;
}

.container-tabbed-item.active .link-tabbed {
	opacity: 1;
	background: white;
	display: block;
	color: #085ae0;
	box-shadow: 0px 5px 5px 0px rgba(8,90,224,1);
}	

.container-tabbed-item h3 {
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	color: #ffffff !important;
}	

.container-tabbed-item.active p {
	color: #085ae0 !important;
}	

.container-tabbed-item.active h3 {
	color: #085ae0 !important;
}	

.container-tabbed-item a {
	text-decoration: none !important;
}	

.container-tabbed h2 {
	color: #ffffff;
}

.container-tabbed p.introTextBlock {
	color: #ffffff;
	font-size: 21px; 
	font-weight: 500;
	line-height:32px;	
}	

.container-tabbed p.secondaryTextBlock {
	color: #ffffff;
	font-size: 18px;
	line-height:29px;
	font-weight:400;
}	
	
.container-tabbed .tabTextBlock {
	min-height: 150px; 
	padding: 15px 20px;
}
	
.container-tabbed p.tabTextSecondary {
	color: #ffffff;
	font-size: 16px;
	line-height:24px;
	font-weight:400;
}

.summaryBlock {
	grid-column: 1; 
	width: 75%;
}

.benefitsBlock {
	grid-column: 2;
	width: 50%;
}

.menuProduct {
	font-weight: 700;
	color: #50ce17;
}

.menuComms {
	font-weight: 500;
}

.cta-block .elementor-button-wrapper {
	margin-top: 10px;
}

.cta-block p.elementor-heading-title, .cta-block p {
	font-size: 21px !important;
	line-height: 29px !important;
}

.cta-block {
	background: #50CE17 !important;
}