/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.dropdown-item:hover, .dropdown-item:focus {
  background-color:transparent!important;
}
/* @media (min-width:767px) {

  .container-fluid.py-5:first-of-type {
    margin-top: 35px;
    background-image: url('/media/blog-bg-6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .container-fluid.py-5:last-of-type {
    margin-top: 35px;
    background-image: url('/media/blog-bg-6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  /* .container-fluid.py-5:first-of-type .row {
    margin-top: 50px;
    padding-top: 40px;
  }
  
  .container-fluid.py-5:last-of-type { 
    margin-top: 50px;
    padding-top: 40px;
  }
   
  } */
  
  /*===========*/
  
  /* @media (max-width:767px) {
  
  .container-fluid.py-5:first-of-type {
    margin-top: 28px;
    background-image: url('/media/blog-mobile-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .container-fluid.py-5:last-of-type {
    margin-top: 28px;
    background-image: url('/media/blog-mobile-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .container-fluid.py-5:first-of-type .row {
    margin-top: 30px;
    padding-top: 30px;
  }
  
  .container-fluid.py-5:last-of-type { 
    margin-top: 30px;
    padding-top: 30px;
  }
  
  } */
  
  .warning-box {
    background-color: #FFFF00;
    color: #0D183D!important;
  }
  #gform_wrapper_6 .gform_title {
      display: none !important;
  }
  #gform_submit_button_6 {
      background-color: #cca658 !important;
      border-color: #cca658 !important;
  }
  
  #gform_submit_button_6:hover {
      background-color: #b8954d !important;
      border-color: #b8954d !important;
  }
