header {
  position:sticky;
  top:0;
}

#hovermenu .tcb-col, #hovermenu .menu-item{
  -webkit-transition: all 200ms cubic-bezier(0, 0, 0.66, -0.03); /* Safari */
  transition: all 200ms cubic-bezier(0, 0, 0.66, -0.03);
}
#wpforms-confirmation-21{
  background-color: white;
  border-radius: 3px;
  border: 1px solid lightgrey;
  padding: 2em;
}
.site-branding{
  display:none;
}
#masthead,#colophon{
  background:#759d24;
}


#colophon .site-info a{
  color:lightgrey;
}
#site-navigation ul li a{
  color:white;
}
#menu-footer-menue li{
  float: left;
  margin-right: 1.5em;
}
#nav_menu-3{
  width:50%;
  padding-bottom:40px;
}
.footer-widget-area{
  padding-bottom: 40px;
}

.tve-post-grid-title a, .tve_pg_more a{
  text-decoration: none!important;
  font-family: "Open Sans"!important;
  font-weight: 400;
}
.tve-post-grid-title a{ 
  color: rgb(117, 157, 36)!important;
  font-size: 34px!important;
  line-height: 1.3em!important;
}

.thrv_post_grid .tve_post .tve_pg_container{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thrv_post_grid .tve_post .tve-post-grid-text, .tve_pg_more a{
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6em;
  color: rgb(92, 72, 60);
}