#logoicon {
	color: #000000 !important;
}

a.hfe-menu-item.elementor-button {
	border-radius: 20px;
	border: 1px solid #96b68a;
	background-color: #ffffff;
}

a.hfe-menu-item.elementor-button:hover {
	background-color: #96b68a;
	color: #ffffff !important;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
	
	.large-img {
	margin: -25px 50px -25px -25px;
}
}

@media screen and (max-width: 768px) {
#sitelogo img {
    height: 60px !important;
    width: auto !important;
}

  .testimonial h3 {
    font-size: 24px;
  }
  .testimonial p {
    font-size: 12px;
  }
	
	.testimonial-slider {
  width: 100% !important;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.testimonial {
  width: 100% !important;
  display: none;
  padding: 20px;
  box-sizing: border-box;
}
	
	.testimonial.active {
  display: block;
}

.testimonial h3 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.testimonial p {
  font-size: 14px;
  font-family: roboto;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
}

.testimonial-slider {
  width: 800px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.testimonial {
  width: 100%;
  height: 100%;
  display: none;
  padding: 20px;
}

.testimonial.active {
  display: block;
}

.testimonial h3 {
  font-size: 35px;
	letter-spacing: 1px;
  margin-bottom: 10px;
}

.testimonial p {
  font-size: 14px;
	font-family: roboto;
	font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}

footer a {
	color: #ffffff;
}

#articles .post-grid .layer-wrapper:before {
    padding-top: 0px !important;
}

#articles a {
	color: #000000;
}

#articles .read_more {
	background-color: #b8d1ae;
	color: #ffffff;
	font-family: roboto;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 2px 10px;
	border-radius: 20px;
}

#articles .post-grid .layer-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.wpcf7 input[type=submit] {
	background-color: #b8d1ae;
	font-family: "Roboto", Sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
	border-radius: 20px 20px 20px 20px;
	font-size: 15px;
}