/*
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;
}
.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 .boxInner .hand {
  width: 100%;
  height: 50%;
  background-color: rgba(124, 134, 197, 0.9);
}
.choices .boxInner .hand img {
  width: 100%;
  height: 100%;
}
.choices .boxInner .text {
  text-align: center;
  font-size: clamp(2rem, 2.1vw, 2.5rem);
  padding: 5px 0;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  color: white;
  background-color: #AA80BD;
}
.choices .boxInner .subText {
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  color: white;
  background-color: #AA80BD;
  padding: 10px 20px;
}
.choices .boxInner .prices {
  background-color: #92bda5;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  color: white;
  border-bottom: 5px solid white;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .choices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .choices .boxInner {
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .choices .boxInner .hand {
    width: 100%;
    height: 50%;
    background-color: rgba(124, 134, 197, 0.9);
  }
  .choices .boxInner .hand img {
    width: 100%;
    height: 100%;
  }
  .choices .boxInner .text {
    text-align: center;
    font-size: clamp(2rem, 2.1vw, 2.5rem);
    padding: 5px 0;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    border-radius: 20px 20px 0 0;
    color: white;
    background-color: #AA80BD;
  }
  .choices .boxInner .subText {
    font-size: clamp(1.2rem, 2.1vw, 1.5rem);
    color: white;
    background-color: #AA80BD;
    padding: 10px 20px;
  }
  .choices .boxInner .prices {
    background-color: #92bda5;
    font-size: clamp(1.2rem, 2.1vw, 1.5rem);
    color: white;
    border-bottom: 5px solid white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 0 0 20px 20px;
  }
}
.testimonials {
  background-color: white;
  padding: 10px;
}
.seeAll {
  background-color: #AA80BD;
  text-align: center;
  font-size: clamp(2rem, 2.1vw, 2.5rem);
  padding: 5px;
  border-bottom: 5px solid white;
}
@media screen and (min-width: 1200px) {
  .testimonials {
    border-radius: 20px 20px 0 0;
  }
  .seeAll {
    border-radius: 0 0 20px 20px;
  }
}
.myPromise {
  margin-top: 20vh;
  background-color: rgba(124, 134, 197, 0.9);
  width: 100%;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding-bottom: 10px;
}
.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: 10vh;
  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;
    margin-left: 10px;
  }
}
.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;
}
.ringsArea {
  margin-top: 5vh;
}
.ringsArea .ringBox {
  background-color: rgba(124, 134, 197, 0.9);
}
.ringsArea .floatLeft {
  position: relative;
  float: left;
  padding-right: 20px;
}
.ringsArea .boxText {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  padding: 5px 20px 20px 10px;
}
.ringsArea .img2 {
  width: 50%;
  margin: 0 auto;
}
.ringsArea .img2 img {
  width: 100%;
  height: auto;
  border: 5px solid white;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.ringsArea .inner3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ringsArea .inner3 img {
  width: 96%;
  height: 100%;
  border: 5px solid white;
  border-radius: 20px;
}
.ringsArea .inner2 {
  display: grid;
  grid-template-columns: 1fr;
}
.ringsArea .inner2 .left {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
  padding: 5px;
}
.ringsArea .inner2 .right {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
  color: lightgrey;
  padding: 0px 20px 20px 20px;
}
.ringsArea .freeEngraving {
  font-size: clamp(2rem, 2.1vw, 3.5rem);
  color: wheat;
  text-align: center;
  padding: 5px 20px;
}
.ringsArea .note {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
  padding: 5px 40px 10px 40px;
}
.ringsArea .madeFrom {
  font-size: clamp(2.5rem, 2.1vw, 3.5rem);
}
.ringsArea .madeFrom i {
  color: #3b5998;
}
.ringsArea .img5 {
  width: 50%;
  margin: 0 auto;
}
.ringsArea .img5 img {
  width: 100%;
  height: auto;
  border: 5px solid white;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.ringsArea .innerGallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ringsArea .galleryBox {
  background-color: #3f4448;
  border: 10px solid white;
  color: white;
  border-radius: 20px;
  margin: 5px 10px;
}
.ringsArea .galleryBox img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.ringsArea .galleryBox .description {
  color: white;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
.ringsArea .innerPendant {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 800px) {
  .ringsArea .ringBox {
    border-radius: 0 0 18px 18px;
  }
  .ringsArea .img2 {
    width: 30%;
    margin: 0;
    position: relative;
    float: left;
    padding-right: 20px;
  }
  .ringsArea .img2 img {
    border-left: 0;
    border-radius: 0 0 20px 0;
  }
  .ringsArea .inner2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ringsArea .inner2_1 {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .ringsArea .img5 {
    width: 100%;
  }
  .ringsArea .img5 img {
    border: 0;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    border-radius: 0 0 20px 0;
  }
  .ringsArea .innerGallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .ringsArea .innerPendant {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .ringsArea .innerGallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .ringsArea .innerPendant {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.videoMobile {
  display: none;
}
.videoDesktop {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .videoDesktop {
    display: none;
  }
  .videoMobile {
    display: block;
    text-align: center;
  }
}
.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;
}
.opalText {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
  background-color: rgba(124, 134, 197, 0.9);
}
@media screen and (min-width: 1200px) {
  .sectionTitle {
    border-radius: 18px 18px 0 0;
  }
}
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,
.tss-submit-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,
.tss-submit-button:hover {
  background-color: #AA80BD;
}
.box {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
}
@media screen and (min-width: 1200px) {
  .box {
    border-radius: 20px;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.footer {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  text-align: center;
}
.addYourOwn {
  font-size: clamp(2rem, 2.1vw, 3.5rem);
  padding: 5px;
  background-color: #92bda5;
  text-align: center;
  margin-bottom: 40px;
}
.testimonialPlugIn .single-item-wrapper {
  background-color: rgba(124, 134, 197, 0.1);
  padding: 10px;
  border-radius: 10px;
}
.testimonialPlugIn .item-content {
  background-color: rgba(255, 182, 183, 0.7) !important;
  color: black;
  padding: 5px 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .addYourOwn {
    border-radius: 10px;
  }
}
.allTestimonials {
  background-color: white;
}
#tss-submit-form {
  background-color: rgba(124, 134, 197, 0.9);
}
#tss_name {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  width: 90%;
}
#tss_testimonial {
  width: 90%;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
#tss_feature_image {
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
  border-radius: 20px;
}
.tss-submit-button {
  margin-top: 20px;
  font-size: clamp(1.5rem, 2.1vw, 2.5rem);
}
