/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.custom-hero-banner{
  height:70vh;
  background-size:cover;
  background-position:center;
  position:relative;
  display:flex;
  align-items:center;
}
.custom-hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}
.custom-hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  margin-left:8%;
}
.custom-hero-content h1{
  font-size:48px;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}