/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
	--maincolor: #24a959; /* Change this Color */
}


.p-5 {
    padding: 2rem !important;
}
#content .row p,
#content .row ul {font-size:1.5em;}
#content .row ul {
    list-style-position: inside;
}
.content-wrap {
    position: relative;
    padding: 3em 0;
    overflow: hidden;
}
.slider-caption h2 {
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px #000000 !important;
}
.slider-caption h2.style-2 {
  color: #fff !important;
      background: #2baa59;
      width: auto;
      display: inline;
      padding: 0.3em 1em;
      text-shadow: none !important;
}
.slider-caption p {
    font-size: 1.3em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #000000 !important;
}

.media-box.fbox-bg .fbox-content {
    position: absolute;
    bottom: 20%;
    left: 5%;
    background: transparent;
    border: 0;
}

.media-box.fbox-bg .fbox-content .button-link.color,
.button-link {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  background: #2baa59;
  color: #fff !important;
}
.button-link::after {
    content: '';
    background: none;
}
.button.button-xlarge {
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.3em 1em;
  border-radius: 0.25em;
  border: 0;
  text-shadow: none !important;
}
.button.button-large {
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: 600;
  padding: 0.3em 1em;
  border-radius: 0.25em;
  border: 0;
  text-shadow: none !important;
}
.dark .button:hover,
.button:hover {
    background-color: #444;
    text-shadow: none !important;
}

.heading-block.green h3 { color:#2baa59;}
.heading-block h3 {
    font-size: 3em;
}
.heading-block::before {
    content: attr(data-heading);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #97cc97;
    z-index: -1;
    font-family: 'poppins', sans-serif;
    font-weight: bold;
    font-size: 120px;
    line-height: 0.6;
}

.menu-item.active .menu-link { color:#2baa59}



/* LANDING */
#landing .container-fluid {
	padding:0;
}
#landing section {
	border-top:1em solid #fff;
}
#landing #landing-logo {
  position: absolute;
  top: 2em;
  left: 2em;
  z-index: 1000;
	border-top:0;
}
#landing #content,
#landing #slider {
	border-top:0;
}
#landing .bg-dark {background-color: var(--maincolor) !important;}
#landing .form-widget,
#contattaci {height:100%;}
#landing .button.button-xxlarge {
    line-height: 1.5em;
    font-size: 1.8em;
    font-weight: 700;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    border: 0;
    text-shadow: none !important;
		background-color: var(--maincolor);
}
#landing .button.button-xxlarge.reverted {
    color: var(--maincolor);
		background-color: #fff;
}
#landing .button.button-xxlarge:hover {
    color: #fff;
		background-color: #444;
}
#landing .form-group {
    margin-bottom: 1rem;
}
#landing .consent label {
	margin:0;
}
#landing .form-widget h2 {
    color: var(--maincolor);
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    margin: 0.5em 0.5em 0.75em;
}
#landing .form-widget p {
	font-size: 1em;
	margin: 0.5em 0 0;
}
#landing .form-widget p.form-note {
	color:#000;
	font-size:85%;
	display: block;
	margin: 0;
}
#landing .form-widget div.form-note {
	margin:0 0 0.5em;
}
#landing .form-widget p a {
	font-weight:bold;
	color: var(--maincolor);
	text-decoration: underline !important;
}
#slider form {
  background: #fff;
  color: var(--maincolor);
}
#slider .landing-wide-form {
    border-radius: 0;
}
#slider .form-control {
  background: #d7ead6;
  color: var(--maincolor);
	text-transform: uppercase;
	font-size: 0.9em;
}
#slider .form-control.error,
#slider .sm-form-control.error {
    border-color: #E42C3E;
    background: #f2c2c7;
		color:#fff;
}
#slider label.error {
	display: block !important;
	color: #E42C3E;
	padding: 0;
	margin-bottom: 0;
	line-height: 0;
	margin-top: 0.8em;
}
#slider .radio-box label.error,
#slider .check-box label.error {
	position:absolute;
}
.radio-box, .check-box {
		/*border-radius: 1em;
		border:1px solid var(--maincolor);*/
		float:left;
		margin-right:1em;
}
.radio-box input, .check-box input {
    margin: 0.33em 0.33em 0.33em 0.5em;
    position: relative;
    top: 1px;
		color: var(--maincolor);
}
.radio-box span, .check-box span {
	color: var(--maincolor);
	text-transform: uppercase;
	font-weight: normal;
	position:relative;
	top:-1px;
}
.checked .radio-box {
  background: #fff;
  color: var(--maincolor);
}
#landing .landing-promo h3 {
    color:#fff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px #000000 !important;
	}

#landing .block-title h4 {
	background: #fff;
	color: var(--maincolor);
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	display: inline-block;
	font-size:1.75em;
	padding:0.1em 2em 0.1em 1em;
	text-transform: uppercase;
}
#landing .block-title.revert-title h4 {
	background: var(--maincolor);
	color: #fff;
}
#what h3 {
    color: #fff;
    margin: 1.5em 0 1.5em;
    font-size: 2.25rem;
    line-height: 1.2em;
    font-weight: 700;
}
#what .card {
    border-radius: 0;
    border: 0;
    color: #fff;
    background: var(--maincolor);
}
#what .card h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  margin: 0 0 0.35em;
}
#what ul.icons-list { list-style: none; }
#what ul.icons-list li {
    margin-bottom: 0;
    font-size: 0.8em;
    padding: 0 0px;
}
#what ul.icons-list li i {
    position: relative;
    top: 2px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
}

#why {
	padding:2em 0;
}
#why h3 {
    color: var(--maincolor);
    margin: 2.25em 0 1em;
    font-size: 2.2rem;
}
#why .post-grid .entry {
    margin-bottom: 1em;
}
#why .card {
    border-radius: 0;
    border: 0;
    color: var(--maincolor);
    background: #fff;
}
#what .card h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 1.75em;
    margin: 0 0 0.5em;
    line-height: 1em;
}
#why .card p {
	margin-top:1em;
	font-size:1.4em;
	line-height: 1.11em;
}

#map .gmap { height:400px;}

.widget-contact,
.widget-contact * {
	color:#fff;
	font-size:1.1em;
}
.widget-contact h3 {
	font-size:1.4em;
	margin:0;
}
.widget-contact h5 {
	font-size:1.1em;
}
#cta {
	padding:3em 0;
}
#cta h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin: 0 0 0.5em;
	font-size: 2.2rem;
	line-height: 1em;
}
#cta h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 1.5em;
}

@media ( max-height: 760px ) and (min-width: 767.98px) {
	#landing .form-widget h2 {
	    font-size: 24px;
	    text-align: left;
	    margin-top: 0;
	    margin-left: 0;
	}
	.landing-wide-form {
    padding: 20px 25px;
	}
	#landing .form-widget p {
    font-size: 0.9em;
    margin: 0.5em 0 0;
	}
}


@media (max-width: 767.98px) {
	#landing #landing-logo {
	    position: relative;
	    border-top: 0;
	    top: 0;
	    left: 0;
			text-align: center;
	}
	#landing #landing-logo img{
		width:200px;
	}
	#landing .landing-promo h3 {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 0;
	}
	#landing .form-widget h2 {
    line-height: 1em;
    text-align: left;
    margin: 0 0 1em;
		font-size: 1.5em;
	}
	#what h3,
	#cta h3 {
		color: #fff;
		margin: 1.5em;
		font-size: 1.25rem;
		text-align: left;
		line-height: 1.2em;
		font-weight: 700;
	}
	#cta {
    padding: 1em 0;
	}
	.post-grid .entry {
		margin: 0 0.3em;
	}
}
