/*
Theme Name: Forever Rings 2026
Author: Les Sturgeon
Version: 2.0 
*/
.navDesktop {
  display: none;
}
.navMobile {
  width: 100%;
  height: 40px;
  position: fixed;
  background-color: #01578c;
  color: white;
  z-index: 1000;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navMobile p {
  font-size: 4rem;
  text-align: center;
  color: black;
}
.navMobile .menu {
  font-size: clamp(2rem, 5.1vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-canvas {
  box-shadow: none;
  text-shadow: none;
  outline: none;
  color: white;
  border: 0;
  font-size: 25px;
  padding: 0 5px;
  margin: 0;
  position: fixed;
  top: 5px;
  right: 3px;
  background-color: #01578c;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  z-index: 1000;
}
.toggle-canvas:hover,
.toggle-canvas:focus {
  color: #AA80BD;
  text-align: right;
}
.offset-canvas {
  top: 0;
  left: 0px;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #01578c;
  z-index: 999;
  transform: translate3d(-1300px, 0, 0);
  transition: transform 0.4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.offset-canvas .scroller {
  height: 100%;
  overflow-y: scroll;
}
.offset-canvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offset-canvas ul i {
  color: #AA80BD;
}
.offset-canvas ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 2px dashed black;
  color: white;
  text-decoration: none;
  font-size: 2rem;
}
.offset-canvas ul li a:hover {
  background-color: #AA80BD;
  text-decoration: underline;
}
.offset-canvas.show-canvas {
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media screen and (min-width: 950px) {
  .navMobile {
    display: none;
  }
  .navDesktop {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #01578c;
    width: 100%;
    height: 50px;
    display: flex;
    font-size: clamp(1rem, 2.1vw, 2rem);
    z-index: 9999;
  }
  .navDesktop i {
    color: #AA80BD;
  }
  .navDesktop div {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navDesktop .active {
    background-color: #AA80BD;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navDesktop div:hover {
    background-color: #AA80BD;
  }
  .navDesktop div:hover a {
    color: white;
    text-decoration: underline;
  }
}
.logo {
  text-align: center;
}
.logo .textShadow {
  text-shadow: 4px 3px 0 #000;
}
.logo .textShadowGrey {
  text-shadow: 4px 3px 0 grey;
}
.logo .title {
  font-size: clamp(3rem, 8.1vw, 8rem);
  color: white;
  font-family: "Mogra", system-ui;
}
.logo .est {
  font-size: clamp(3rem, 6.1vw, 6rem);
  color: wheat;
  font-family: "Mogra", system-ui;
}
.logo .alignLeft {
  text-align: left;
}
.logo .alignRight {
  text-align: right;
}
.titleArea {
  text-align: center;
  background-color: rgba(124, 134, 197, 0.7);
  background-color: rgba(124, 134, 197, 0.9);
  width: 100%;
  padding: 0 20px;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}
.titleArea .heading {
  padding: 5px;
}
.titleArea .heading .title {
  font-size: clamp(1.5rem, 3.1vw, 2.4rem);
  color: white;
  font-family: "Mogra", system-ui;
}
.titleArea .heading .subTitle {
  font-size: clamp(1.3rem, 3.1vw, 2.3rem);
  color: wheat;
  font-family: "Cormorant Garamond", serif;
}
.titleArea .line {
  border-top: 3px dashed white;
  margin: 10px 0;
}
.titleArea .social {
  color: white;
  font-family: "Mogra", system-ui;
  padding-bottom: 10px;
}
.titleArea .social .innerSocialDesktop {
  display: none;
}
.titleArea .social .innerSocialMobile {
  font-size: clamp(1.3rem, 3.1vw, 2.3rem);
}
.titleArea .social .innerSocialMobile .line1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.titleArea .social .innerSocialMobile .line2 {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.titleArea .social .innerSocialMobile div {
  padding: 0 3px;
}
.titleArea .social .innerSocialMobile .facebook i {
  color: #3b5998;
  border: 2px solid white;
  border-radius: 50%;
  background-color: white;
}
@media screen and (min-width: 800px) {
  .titleArea .social .innerSocialMobile {
    display: none;
  }
  .titleArea .social .innerSocialDesktop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0.25fr;
    font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  }
  .titleArea .social .innerSocialDesktop .facebook i {
    color: #3b5998;
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
  }
}
.choices {
  margin-top: 10vh;
  display: grid;
  grid-template-columns: 1fr;
}
.choices .box {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 20px;
}
.choices .box .hand {
  width: 100%;
  height: 50%;
  background-color: rgba(124, 134, 197, 0.9);
}
.choices .box .hand img {
  width: 100%;
  height: 100%;
}
.choices .box .text {
  text-align: center;
  font-size: clamp(2rem, 2.1vw, 2.5rem);
  padding: 5px 0;
  border-radius: 20px 20px 0 0;
  color: white;
  background-color: #AA80BD;
}
.choices .box .subText {
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  color: white;
  background-color: #AA80BD;
  padding: 10px 20px;
}
.choices .box .prices {
  background-color: #92bda5;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 600px) {
  .choices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.testimonials {
  margin-top: 20vh;
  background-color: white;
  padding: 10px;
}
.seeAll {
  background-color: #AA80BD;
  text-align: center;
  font-size: clamp(2rem, 2.1vw, 2.5rem);
  padding: 5px;
}
.gridTestimonial {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.testimonialBox {
  background-color: #f6f1f9;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
}
.myPromise {
  margin-top: 20vh;
  background-color: rgba(124, 134, 197, 0.9);
  width: 100%;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}
.myPromise .img {
  padding-top: 10px;
  width: 60%;
  margin: 0 auto;
}
.myPromise .img img {
  width: 100%;
  height: 100%;
  border: 5px solid white;
  border-left: 0;
  border-right: 0;
  border-radius: 50%;
}
.myPromise p {
  padding: 5px 20px;
}
@media screen and (min-width: 600px) {
  .myPromise .img {
    padding-top: 0px;
    padding-right: 20px;
    width: 40%;
    float: left;
  }
  .myPromise .img img {
    width: 100%;
    height: 100%;
    border: 5px solid white;
    border-left: 0;
    border-top: 0;
    border-radius: 0 0 20px 0;
  }
}
.contactDetails {
  margin-top: 20vh;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  background-color: rgba(124, 134, 197, 0.9);
}
.contactDetails p {
  font-size: clamp(2.5rem, 2.1vw, 4.5rem);
  text-align: center;
}
.contactDetails .enquiryForm {
  border-top: 4px solid white;
}
.contactDetails .enquiryForm .formMargin {
  width: 80%;
  margin: 0 auto;
}
.contactDetails .messageSent {
  text-align: center;
  color: wheat;
  padding: 20px 40px;
}
.contactDetails .messageSent .signature {
  font-family: "Mogra", system-ui;
}
@media screen and (min-width: 800px) {
  .contactDetails .grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .contactDetails .grid2 .enquiryForm {
    border-top: 0;
  }
}
.cookieFixed {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background-color: #AA80BD;
  border-radius: 20px;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  z-index: 2;
}
.cookieForm {
  margin: 0;
  padding: 20px;
}
.cookieButton {
  float: right;
  width: 150px;
  margin-bottom: 20px;
  text-align: center;
  border: 0;
  outline: 0;
  font-size: clamp(1rem, 2.1vw, 1.5rem);
  padding: 3px;
  background-color: white;
  border-radius: 20px;
  border: 4px solid black;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.cookieButton a {
  color: purple !important;
}
.cookieButton:hover {
  background-color: #8c340f;
}
.cookiesText {
  font-size: clamp(1rem, 2.1vw, 3rem);
  width: 90%;
  margin: 0 auto;
}
.cookiesBold {
  font-weight: bold;
}
.cookieBox {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(124, 134, 197, 0.9);
  border-radius: 20px;
}
.cookieBox .heading {
  font-size: clamp(2.5rem, 2.1vw, 4.5rem);
  text-align: center;
  color: wheat;
}
.boxPrivacy {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 5%;
  border-radius: 20px;
  padding: 0 30px;
}
.boxPrivacy li {
  list-style: none;
}
[data-custom-class='body'],
[data-custom-class='body'] * {
  background: transparent !important;
}
[data-custom-class='title'],
[data-custom-class='title'] * {
  font-family: Arial !important;
  font-size: 26px !important;
  color: #000000 !important;
}
[data-custom-class='subtitle'],
[data-custom-class='subtitle'] * {
  font-family: Arial !important;
  color: #595959 !important;
  font-size: 14px !important;
}
[data-custom-class='heading_1'],
[data-custom-class='heading_1'] * {
  font-family: Arial !important;
  font-size: 19px !important;
  color: #000000 !important;
}
[data-custom-class='heading_2'],
[data-custom-class='heading_2'] * {
  font-family: Arial !important;
  font-size: 17px !important;
  color: #000000 !important;
}
[data-custom-class='body_text'],
[data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}
[data-custom-class='link'],
[data-custom-class='link'] * {
  color: #3030F1 !important;
  font-size: 14px !important;
  font-family: Arial !important;
  word-break: break-word !important;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
.center {
  text-align: center !important;
}
.alignRight {
  text-align: right;
}
html {
  background: url(images/frontPageRing.jpg) no-repeat left bottom fixed;
  background-size: cover;
  height: 100%;
  font-family: "Exo 2", system-ui;
  color: white;
  font-size: 16px;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: wheat;
  font-weight: 700;
}
.topSpacer {
  padding-top: 50px;
}
.sectionTitle {
  font-size: clamp(2.5rem, 2.1vw, 3.5rem);
  text-align: center;
  background-color: #AA80BD;
  font-family: "Mogra", system-ui;
  color: white;
  border-bottom: 4px solid White;
  padding: 5px 10px;
}
label {
  display: block;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
.formInput {
  background-color: white;
  border: 4px solid #92bda5;
  padding: 3px 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  border-radius: 10px;
  width: 90%;
}
.button {
  background-color: #088c78;
  border: 2px solid #92bda5;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  color: white;
}
.button:hover {
  background-color: #AA80BD;
}
.ringsArea {
  margin-top: 5vh;
  background-color: rgba(124, 134, 197, 0.9);
}
.ringsArea .ringBox {
  border-bottom: 4px solid white;
}
.ringsArea .ringBox .img {
  position: relative;
  float: left;
  padding-right: 20px;
}
.ringsArea .ringBox .boxText {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding-bottom: 10px;
}
.footer {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin: auto;
  }
  .sectionTitle {
    border-radius: 18px 18px 0 0;
  }
  .titleArea {
    border-radius: 20px;
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
  .testimonials {
    border-radius: 20px 20px 0 0;
  }
  .myPromise {
    border-radius: 20px;
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
  .myPromise .img {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    width: 40%;
    height: 100%;
    float: left;
  }
  .myPromise .img img {
    width: 100%;
    height: 100%;
    border: 5px solid white;
    border-top: 0;
    border-radius: 0 0 20px 20px;
  }
  .contactDetails {
    border-radius: 20px;
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
  .contactDetails .grid2 .enquiryForm {
    border-top: 0;
    margin-left: 10px;
  }
  .ringsArea {
    border-radius: 20px;
    border-left: 2px solid white;
    border-right: 2px solid white;
  }
}
