/*Hide things on product pages*/
.product-template-default .fl-post-header,
.product-template-default .fl-post-meta{display:none;}
/*position masthead on top of main nav*/
.ontop{position:relative; z-index:1000;}

/*.banner__wraper .fl-row-content-wrap {
	position: relative;
}
.banner__wraper .fl-row-content-wrap:before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2020/11/layers.png) top right no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 9;
}
.banner__wraper .fl-row-content-wrap:after{
  position: absolute;
  content: "";
  background-color: #505050;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: exclusion;
}
*/
@media(min-width: 769px) {
	#gform_1 {
		position: relative;
  }
  .gf_left_third_fourth {
    width: 65% !important;
  }
  #gform_1 .gform_footer {
  	width: 35%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 0;
  }
}

@media(max-width: 768px) {
  .banner__wraper .fl-row-content-wrap:before {
  	width: 100%;
  }
  .fl-node-5fb437d9ed7ff .uabb-gf-style .gform_wrapper .gform_footer input[type=submit], .fl-node-5fb437d9ed7ff .uabb-gf-style .gform_page .gform_page_footer input[type=button], .fl-node-5fb437d9ed7ff .uabb-gf-style .gform_page .gform_page_footer input[type=submit] {
  	width: 100%;
  }
}