/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2022 | 19:49:12 */
span.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.parallax_div_bg > .avia_codeblock_section {
  position: static !important;
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-size: cover;
  height: 100%;
}
.parallax_inner_bg {
  height: 100%;
  width: 100%;
}
.parallax_text_global {
  opacity: 0;
  text-transform: uppercase !important;
  line-height: 1em;
  font-weight: bold !important;
  color: #fff;
  text-shadow: 6px 6px 3px rgba(0,0,0,0.16);
  background-repeat: no-repeat;
  background-position: left 0px top 0px;
  background-size: cover;
  -webkit-text-stroke: 5px white;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-align: right;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: 1.75s ease opacity, 1.25s ease-in-out top, 1.25s ease-in-out left, 1.25s ease-in-out right;
  -o-transition: 1.75s ease opacity, 1.25s ease-in-out top, 1.25s ease-in-out left, 1.25s ease-in-out right;
  transition: 1.75s ease opacity, 1.25s ease-in-out top, 1.25s ease-in-out left, 1.25s ease-in-out right;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}
.parallax_text_global p {
  font-weight: bold !important;
}
.inside_header_tall.parallax_div_bg {
  height: calc(100vh - 100px);
}
.inside_header_tall.parallax_div_bg > .avia_codeblock_section,
.inside_header_tall.parallax_div_bg .parallax_text_global {
  background-image: url("/wp-content/uploads/2019/07/inside_header_left.jpg");
}
.inside_header_tall.parallax_div_bg .parallax_text_global {
  top: 30%;
  left: 0px;
}
.inside_header_tall.parallax_div_bg.in-viewport-once .parallax_text_global {
  position: absolute;
  opacity: 1;
  top: 40%;
  left: 60px;
}
.over_different {
  top: 65%;
  left: 15px;
  opacity: 0;
  font-weight: bold !important;
  font-size: 130px !important;
  line-height: 1em !important;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 1.75s ease opacity, 1.25s ease-in-out top, 1.25s ease-in-out left, 1.25s ease-in-out right;
  -o-transition: 1.75s ease opacity, 1.25s ease-in-out top, 1.25s ease-in-out left, 1.25s ease-in-out right;
  transition: 1.75s ease opacity, 1.25s ease-in-out top, 1.25s ease-in-out left, 1.25s ease-in-out right;
}
.fade_me_in {
  opacity: 1;
  top: 65%;
}
.inside_header_wide.parallax_div_bg {
  height: calc(67vh - 100px);
}
.inside_header_wide.parallax_div_bg > .avia_codeblock_section,
.inside_header_wide.parallax_div_bg .parallax_text_global {
  background-image: url("/wp-content/uploads/2019/08/about_wide_smoke.jpg");
}
.inside_header_wide.parallax_div_bg > .avia_codeblock_section {
  margin-bottom: 12%;
}
.inside_header_wide.parallax_div_bg .parallax_text_global {
  top: 75%;
  left: 0;
}
.inside_header_wide.parallax_div_bg.in-viewport-once .parallax_text_global {
  position: absolute;
  opacity: 1;
  top: 80%;
  left: 0;
  background-position: left 0px top -300px;
}
.inside_header_tagline {
  height: 30%;
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0;
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
  -webkit-transition: .75s ease-in-out opacity;
  -o-transition: .75s ease-in-out opacity;
  transition: .75s ease-in-out opacity;
}
.in-viewport-once .inside_header_tagline {
  opacity: 1;
}
