/*Receptor Work*/
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.05); }

body.page-id-580, body.page-id-540 {
  background-color: #000000 !important;
}
.challenge-submit-wrapper {
  text-align: center;
}
.challenge__cta {
  background-color: #000;
  color: #9cbc7c;
  padding: 8px 24px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #9cbc7c;
  display: inline-block;
}
.challenge__cta:focus,
.challenge__cta:hover {
  border-color: #000;
  background-color: #9cbc7c;
  color: #000000;
}

.ri-submit a.fl-button:hover {
  border: 1px solid #000000 !important;
}
.ri-title h1.fl-heading,
.ri-title .entry-content h1  {
  color: #ffffff;
  text-transform: none !important;
}
.page-id-540 .ri-title h1.fl-heading {
  font-size: 60px !important;
  padding-top: 140px !important;
}
.ri-subtitle h3.fl-heading {
  color: #ffffff;
  text-transform: none !important;
}
.title-emphasis {
  color: #9cbc7c !important;
}
.ri-footer-item {
  margin-top: -78px;
}

.ri-footer-contact {
  color: #eeeeee;
  margin-top: 10px;
}
.ri-footer-contact a {
  font-weight: 700;
  color: #ffffff;
} 

.ri-contact a {
  font-weight: 700;
  color: #ffffff;
}



@media (max-width: 992px) {
  .ri-hero .fl-photo img {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .ri-title h1.fl-heading,
  .ri-subtitle h3.fl-heading {
    text-align: center !important;
  }
  .ri-footer-contact .fl-rich-text {
    text-align: center !important;
  }
  .page-id-540 .ri-title h1.fl-heading {
    padding-top: 0 !important;
    font-size: 50px !important;
  }
  .ri-footer-contact {
    margin-top: 40px;
  }

}

@media (max-width: 767px) {


  .ri-footer-item {
    margin-top: inherit;
  }
 
 
  .ri-title h1.fl-heading {
    font-size: 22px !important;
    line-height: 32px;
  }
  .ri-title h1.fl-heading a {
    color: #ffffff;
  }
  .ri-subtitle h3.fl-heading {
    font-size: 16px !important;
  }
  .ri-footer-logo .fl-photo-content img {
    max-width: 80px;
  }
  .ri-footer-contact {
    margin-top: 20px;
  }

  h4.fl-heading {
    font-size: 24px !important;
    font-weight: 700;
  }

  .challenge__cta {  
    font-size: 18px;
  }


  /* .ri-main {
    transform: translate(-50%, -80%);
  } */

}


