/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada 
*/

#home-quote {
  padding-left: 50%;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  text-transform: none;
} 
#home-quote .quote {
  line-height: 35px;
  padding-top: 15%;
}
#home-quote h2 {
  margin-bottom: 0;
  padding: 0;
  line-height: 45px;
}
#home-quote .learn-more {
  display: inline-block;
  line-height: 20px;
  padding: 10px 25px;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  background-color: #812708;
}
#home-quote .learn-more:hover {
  color: #812708;
  background-color: #fff;
}

.home .videos .fusion-imageframe {
  position: relative;
}
.home .videos .fusion-imageframe .fa-play {
  position: absolute;
  left: -22px;
  top: 0px;
  z-index: 99;
  border: 0;
  margin-left: 50%;
  margin-top: 20%;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  margin-right: 7.5px;
  color: #000000;
}
.home .videos .fusion-imageframe a:hover .fa-play {
  background-color: #3b4045;
}
.home .videos p {
  margin-bottom: 0;
}
.home .videos .video-title {
  padding: 15px;
  font-family: 'Unica One', Arial, Helvetica, sans-serif;
}
.home .videos .video-title h3 {
  font-size: 20px;
  margin: 0;
  line-height: 20px;
}
.home .videos .video-title a {
  font-size: 14px;
  text-transform: uppercase;
  color: #ab8b65;
}
.home .videos .video-title a:hover {
  color: #fff;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

/* page About Us */
.page-id-903 #main {
  padding: 0;
}
.page-id-903 #wrapper .post-content h2 {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 0;
}
.page-id-903 #wrapper .post-content h3 {
  font-size: 35px;
  line-height: 35px;
  color: #ab8b65;
}
.page-id-903 #wrapper .post-content hr {
  width: 375px;
  margin-left: 0px;
  border-color: #ab8b65;
}
.page-id-903 #wrapper .post-content p {
  font-size: 14px;
  line-height: 15px;
}
.page-id-903 .fusion-one-half {
  margin-bottom: 0 !important;
}
.page-id-903 #wrapper .post-content hr.about-footer {
  width: 330px;
}


#home-carousel {
  position: fixed;
  top: 0px;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .home #sliders-container {
    position: initial;
  }
}

