/*
Theme Name: Forever Rings 2026
Author: Les Sturgeon
Version: 2.0 
*/
.box {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 5% 0;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 1400px) {
  .box {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 5% 0;
    border-radius: 20px;
  }
} 
.heading {
  font-family: "Quicksand", sans-serif;
  background-color: #8c340f;
  font-size: clamp(2rem, 4.1vw, 4rem);
  text-align: center;
  padding: 0 5px 5px 5px;
  z-index: 9999;
  color: white;
}
@media screen and (min-width: 1400px) {
  .heading {
    border-radius: 20px 20px 0 0;
  }
}
.infoButton {
  width: 80%;
  margin: 0 auto;
  background-color: #088c78;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 2% auto 0% auto;
  font-size: clamp(2rem, 4.1vw, 3rem);
  z-index: 99999;
}
.infoButton:hover {
  background-color: #01578c;
}
.standardText {
  font-size: clamp(2rem, 3.1vw, 3rem);
}
.smallText {
  font-size: clamp(1rem, 3.1vw, 2rem);
}
.padding30 {
  padding: 10px 30px;
}
.padding40 {
  padding: 10px 40px;
}
.center {
  text-align: center;
}
.rightText {
  text-align: right;
  padding-right: 20px;
}
.innerRings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.innerRings img {
  width: 100%;
  height: 100%;
  border: 10px solid white;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.innerRings .img1 {
  margin-left: 2%;
  border-radius: 20px;
}
.innerRings .img2 {
  margin: 0 2%;
  border-radius: 20px;
}
.innerRings .img3 {
  margin-right: 2%;
  border-radius: 20px;
}
.testInner {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.testInner .img img {
  width: 90%;
  height: 90%;
  max-height: 400px;
  margin: 5%;
  border-radius: 50%;
}
.testInner .commentIcon1 {
  font-size: 6rem;
  color: #00d4ff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .testInner {
    display: grid;
    grid-template-columns: 1fr;
  }
  .testInner .img img {
    width: 90%;
    height: 90%;
    margin: 5%;
    border-radius: 50%;
  }
}
.myPromiseArea .innerPromise img {
  float: left;
  width: 30%;
  margin-right: 30px;
  border-radius: 0 0 150px 0;
  border: 10px solid white;
  border-top: 0;
}
@media screen and (max-width: 600px) {
  .myPromiseArea .innerPromise img {
    float: none;
    width: 90%;
    margin: 0 5% 0 5%;
    border-radius: 0 0 50px 50px;
    border: 10px solid white;
    border-top: 0;
  }
}
.contactArea .contactInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 20px;
  font-size: clamp(2rem, 3.1vw, 4rem);
  text-align: center;
}
.contactArea .contactInner a {
  color: #01578c;
}
.contactArea .contactInner .enquiryTitle {
  background-color: #088c78;
  border-radius: 10px 0 0 10px;
  color: white;
}
.contactArea .contactInner input[type="text"],
.contactArea .contactInner input[type="email"],
.contactArea .contactInner textarea {
  border: 0;
  outline: 0;
  background-color: white;
  border: 4px solid #01578c;
  color: #000;
  width: 90%;
  font-size: 3rem;
  padding: 0 5px;
  border-radius: 10px;
}
.contactArea .contactInner .quiz99 {
  width: 3ch !important;
  text-align: center;
}
.contactArea .contactInner .submitButton {
  font-size: 3rem;
  background-color: #088c78;
  padding: 3px 20px;
  border: 2px solid #01578c;
  border-radius: 20px;
  color: white;
  margin-top: 5%;
}
.contactArea .contactInner .submitButton:hover {
  background-color: #00d4ff;
}
@media screen and (max-width: 800px) {
  .contactArea .contactInner {
    grid-template-columns: 1fr;
  }
  .contactArea .contactInner .enquiryTitle {
    border-radius: 0;
  }
}
.boxTestimonials {
  display: grid;
  grid-template-columns: 1fr 3fr;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 5%;
  border-radius: 20px;
}
.boxTestimonials .commentIcon1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxTestimonials .commentIcon1 i {
  font-size: 5rem;
  color: #01578c;
}
.boxTestimonials .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxTestimonials img {
  width: 120%;
  border-radius: 50%;
  border: 20px solid white;
  margin-left: 150px;
  z-index: 5;
}
.boxTestimonials .comment {
  background-color: white;
  padding: 30px 30px 30px 150px;
  border-radius: 0 20px 20px 0;
}
.boxTestimonials .commentAwaiting {
  background-color: white;
  padding: 30px;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 800px) {
  .boxTestimonials {
    display: grid;
    grid-template-columns: 1fr;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 5%;
    border-radius: 20px;
  }
  .boxTestimonials img {
    width: 80%;
    margin: 0 10%;
    border-radius: 50%;
    border: 20px solid white;
    margin-bottom: -150px;
    margin-top: 20px;
    z-index: 5;
  }
  .boxTestimonials .comment {
    background-color: white;
    padding: 150px 30px 30px 30px;
    border-radius: 0 0 20px 20px;
  }
  .boxTestimonials .commentAwaiting {
    background-color: white;
    padding: 30px;
    border-radius: 0 20px 20px 0;
  }
}
.getPhotoForm {
  width: 60%;
  margin: 0 auto;
  background-color: #01578c;
}
@media screen and (max-width: 800px) {
  .getPhotoForm {
    width: 100%;
    margin: 0 auto;
    background-color: #01578c;
  }
}
.photoInner {
  padding: 40px;
}
#wordpress_file_upload_block_1 {
  width: 100%;
}
#userdata_1_label_0,
#userdata_1_label_1 {
  font-size: 2rem;
  line-height: 3rem;
}
#userdata_1_field_0 {
  background-color: white;
  border: 4px solid #01578c;
  border-radius: 10px;
  font-size: 2rem;
  height: 3rem;
  padding: 0 10px;
}
#userdata_1_field_1 {
  height: 400px;
  background-color: white;
  border: 4px solid #01578c;
  border-radius: 10px;
  font-size: 2rem;
  line-height: 3rem;
  padding: 0 10px;
}
#fileName_1 {
  display: none;
  border: 0;
  outline: 0;
}
#input_1,
#input_1:hover,
#input_1:focus {
  font-size: 2rem;
  border-radius: 20px;
  border: 4px solid #01578c;
  z-index: 999;
}
#wfu_messageblock_header_1_1 {
  outline: 0;
  border: 0;
}
#wfu_messageblock_header_1_label_1 {
  font-size: 2rem;
  border: 0;
  outline: 0;
  padding: 25px 20px;
}
#progressbar_1_inner {
  background-color: red;
}
#progressbar_1_outer {
  background-color: yellow;
}
footer {
  background-color: #088c78;
  width: 100%;
  text-align: center;
  font-size: clamp(2rem, 3.1vw, 3rem);
}
