/*
Theme Name: Sphere One 
Description: Customized child theme using the powerful Avada theme framework
Author: Lighthouse Web Design, Inc. 
Author URI: https://www.lighthousewd.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-page-title-barr {
  background: #39bc99; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top,rgba(57,188,153,1),rgba(57,188,153,0.7),rgba(57,188,153,0)) !important; /*Safari 5.1-6*/
  background: -o-linear-gradient(top,rgba(57,188,153,1),rgba(57,188,153,0.7),rgba(57,188,153,0)) !important; /*Opera 11.1-12*/
  background: -moz-linear-gradient(top,rgba(57,188,153,1),rgba(57,188,153,0.7),rgba(57,188,153,0)) !important; /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(57,188,153,1),rgba(57,188,153,0.7),rgba(57,188,153,0)) !important; /*Standard*/
}

.fusion-secondary-menu a:hover { color: #888D91 !important; }
.fusion-secondary-menu .fa-exclamation-circle { color: #00aeef !important; }

.fusion-main-menu .sub-menu {
   margin-left: -20px !important;
}

.fusion-page-title-bar h1 {
  padding-top: 50px !important;
  padding-bottom: 15px !important;
  text-transform: uppercase !important;
}

.fa-envelope { margin-right: 10px !important; }

.fusion-footer-widget-area .widget-title {
    margin: 0 0 0px;
}

@media only screen and (max-width: 900px) {

.fusion-footer footer .fusion-columns .fusion-column img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fusion-footer footer .fusion-columns .fusion-column {
  text-align: center !important;
}

.home-image {
  min-height: 500px !important;
}

}

@media only screen and (max-width: 550px) {

.home-image {
  min-height: auto !important;
}

}
