/*
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
*/

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE
    02. HEADER STYLE
    03. SLIDER STYLE
    04. HOME PAGE STYLE
  =============================================================*/

/*
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/* start our style here */
* {
    outline: 0px !important;
  }
  
  a {
    transition: 0.5s all ease 0s;
  }
  
  .mrb10 {
    margin-bottom: 10px !important;
  }
  
  .remove-mrt {
    margin-top: 0px !important;
  }
  
  .image100,
  .image100 img {
    width: 100%;
  }
  
  .top-bar-content {
    display: flex;
    justify-content: center;
}
.top-bar-content {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.top-bar-content p {
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
}
.top-bar-content a {
    color: #fff;
    font-size: 13px;
    margin-left: 9px;
    text-decoration: unset !important;
    line-height: 19px;
}

.slider-main-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #ffffff;
    position: relative;
    z-index: 10;
    left: 5.1em;
}
.slider-main-content h1 {
    line-height: 32px !important;
    margin-bottom: 0px;
    font-size: 48px;
    text-align: left;
    text-transform: uppercase;
}
.slider-main-content p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    opacity: 0.9;
    color: #121212;
}
.slider-main-content a {
    background-color: #8cbc67;
    font-size: 15px;
    padding: 17px 28px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    border: unset;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #8cbc67;
}
.slider-main-content a:hover{
    background-color: unset;
    border: 1px solid #8cbc67;
    color: #8cbc67;
}

/************ Custom  box secton start here    ***********/

.qlwapp__container.qlwapp__container--middle-right .qlwapp__button, .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button {
   padding: 33px 22px !important;
}
.plant-subscription-section {
	position: relative;
}
.text-block h2 {
    color: #064e3b;
    margin-bottom: 20px;
    line-height: 60px !important;
}
.text-block p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 20px;
}
section.plant-subscription-section .text-block a.btn {
    margin-top: 24px;
}
.btn {
  display: inline-block;
  background-color: #047857;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #065f46;
}

/************ Custom  box secton end here    ***********/

  /* <!-- ============= ======================= ============= -->
  <!-- ============= footer style end here =============== -->
  <!-- ============= ======================= ============= --> */


  @media (max-width: 1400px) {
    
  
  }
  @media (max-width: 1330px) {
  
  
  }
  
  @media (max-width: 1200px) {
  
  
  }
  
  @media (min-width: 768px) and (max-width: 1023px) { 
  
  
  }
  
  @media (max-width: 768px) {
      
  }
  
  
  
  
  
  /* <!-- ============= ======================= ============= -->
  <!-- ========== responsive style end here ================= -->
  <!-- ============= ======================= ============= --> */
  
  
  /*
  * ----------------------------------------------------------------------------------------
  * 10. 404 PAGE STYLE
  * ----------------------------------------------------------------------------------------
  */
  body.error404 .avada-page-titlebar-wrapper {
    display: none;
  }
  
  body.error404 #post-404page {
    margin-top: 40px;
  }
  
  body.error404 #post-404page .fusion-error-page-useful-links,
  body.error404 #post-404page .fusion-error-page-search {
    display: none;
  }
  
  body.error404 #post-404page .fusion-error-page-404 {
    margin-bottom: 40px;
  }