@charset "UTF-8";


/*--------------------------------------------------------------
## Typography overides
--------------------------------------------------------------*/

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('Montserrat-Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('Montserrat-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('Montserrat-Light.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Georgia';
  src: url('Georgia.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.home {
  margin-top: 195px;
}

.wmlogo {
  width: 480px;
}

#page {
  visibility: hidden;
}

.anchor {
  display: block;
  position: relative;
  top: -190px;
  left: 0;
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: Montserrat-Light, sans-serif;
  font-style: normal;
  font-weight: normal;
}

p {
  clear: both;
  font-family: Montserrat-Light, sans-serif;
  font-style: normal;
  font-weight: normal;
}

#cta_btn_a {
  clear: both;
  font-family: Montserrat-Bold, sans-serif !important;
  border-radius: 0px !important;
  border-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

#cta_btn_b {
  clear: both;
  font-family: Montserrat-Bold, sans-serif !important;
  border-radius: 0px !important;
  border-color: #B39858 !important;
  border-width: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.block_titlename {
  clear: both;
  font-family: Montserrat-Regular, sans-serif !important;

}

.block_quote {
  clear: both;
  font-family: Georgia, sans-serif !important;
  line-height: 1.2;

}

.block_quote_copy {
  clear: both;
  font-family: Montserrat-Light, sans-serif !important;
}

blockquote::before {
  content: open-quote;

}
blockquote::after {
  content: close-quote;
}
blockquote {
  quotes: "“" "”" "‘" "’";
}


.accordian-body-custom {
  font-weight: 200 !important;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238C837C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.greengrad {
  background: rgb(1,42,12);
  background: linear-gradient(90deg, rgba(1,42,12,0.6) 32%, rgba(20,88,4,0.4) 71%);
}

.alpha {
  background: rgba(255,255,255,0);
}

.card {
  background-color: rgba(255,255,255, 0) !important;
}

.card-body {
  background-color: rgba(255,255,255, 0) !important;
}

.loading {
  width: 100%;
  height: 0em;
  display: block;
  position: fixed;
  transform: matrix(0.2, 0, 0, 0.2, 0, 0);
  z-index: 50;
  visibility: hidden;
}

.path {
  fill: none;
  stroke: #a4a4a4;
  stroke-width: 2;
}

/* .path1, .path2, .path3, .path4 {

} */

#circle_loader {
  width: 50%;
  height: 50%;
}

/*--------------------------------------------------------------
## Media query overides
--------------------------------------------------------------*/

#buy_now_btm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,0.75);
  height: 70px;  
}

#masthead {
  height:300px;
}

#heading {
  width:65%;
}

#item01, #item02, #item03 {
  display: inline-block;
}

.full-width-img {
  background-repeat:no-repeat; 
  background-position: center center; 
  background-size: cover;
  height:600px !important
}






@media screen and (min-width: 250px) {

  .anchor {
    top: -110px;
  }

  #masthead {
    height:150px;
  }

  #heading {
    width:95%;
  }

  #item01, #item02, #item03 {
    display: block;
  }

  .wmlogo {
    width: 280px;
  }

  .home {
    margin-top: 120px;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(0.39);
    top: -360px;
    left: -100px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 350px;
  }
  
  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.15) 80%);
  }

  .video-text {
    position: absolute; 
    top: 0px;
    transform: scale(1);
    min-width: 100%; 
    min-height:100%;

  }

  #text-holder {
    display: inline-block;
    position: relative;
    bottom: 56px;
    border-color: #B39858;
    background-color: #25262326;
    border-style: solid;
    border-width: 5px;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:240px !important
  }

  #gold_case {
    width: 122px;
    height: 102px;
  }
  
  #love_millie {
    width: 250px;
    height: 78px;
  }
  
  #mail_icon {
    width: 100px;
    height: 79px;
  }
  
}

@media screen and (min-width: 450px) {

  .anchor {
    top: -150px;
  }

  #masthead {
    height:200px;
  }

  #heading {
    width:95%;
  }

  #item01, #item02, #item03 {
    display: block;
  }

  .wmlogo {
    width: 380px;
  }

  .home {
    margin-top: 150px;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(0.46);
    top: -288px;
    left: -64px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 500px;
  }
  
  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0.15) 80%);
  }

  .video-text {
    position: absolute; 
    top: 0px;
    transform: scale(1);
    min-width: 100%; 
    min-height:100%;

  }

  #text-holder {
    display: inline-block;
    position: relative;
    bottom: 30px;
    border-color: #B39858;
    background-color: #25262326;
    border-style: solid;
    border-width: 5px;
    padding-bottom: 90px;
    padding-top: 60px;
    margin-top: 80px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:330px !important
  }

  #gold_case {
    width: 130px;
    height: 108px;
  }
  
  #love_millie {
    width: 250px;
    height: 78px;
  }
  
  #mail_icon {
    width: 110px;
    height: 79px;
  }


}

@media screen and (min-width: 768px) {

  .anchor {
    top: -195px;
  }

  #masthead {
    height:250px;
  }

  #heading {
    width:65%;
  }

  #item01, #item02, #item03 {
    display: inline-block;
  }

  .wmlogo {
    width: 480px;
  }

  .home {
    margin-top: 195px;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(0.6);
    top: -250px;
    left: 0px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 600px;
  }
  
  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.0) 65%);
  }

  .video-text {
    position: absolute; 
    top: 0px;
    transform: scale(1);
    min-width: 100%; 
    min-height:100%;

  }

  #text-holder {
    display: inline-block;
    position: relative;
    bottom: -160px;
    border-color: #B39858;
    background-color: #25262326;
    border-style: solid;
    border-width: 5px;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:400px !important
  }

  #gold_case {
    width: 150px;
    height: 125px;
  }
  
  #love_millie {
    width: 250px;
    height: 78px;
  }
  
  #mail_icon {
    width: 120px;
    height: 86px;
  }

}

@media screen and (min-width: 992px) {

  .anchor {
    top: -195px;
  }

  #masthead {
    height:300px;
  }

  #heading {
    width:64%;
  }

  #item01, #item02, #item03 {
    display: inline-block;
  }

  .wmlogo {
    width: 480px;
  }

  .home {
    margin-top: 195px;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(0.8);
    top: -160px;
    left: -120px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 750px;
  }
  
  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.0) 65%);
  }

  .video-text {
    position: absolute; 
    top: 0px;
    transform: scale(1);
    min-width: 100%; 
    min-height:100%;

  }

  #text-holder {
    display: inline-block;
    position: relative;
    bottom: -280px;
    border-color: #B39858;
    background-color: #25262326;
    border-style: solid;
    border-width: 5px;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-top: 80px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:400px !important
  }

  #gold_case {
    width: 170px;
    height: 141px;
  }
  
  #love_millie {
    width: 300px;
    height: 93px;
  }
  
  #mail_icon {
    width: 120px;
    height: 86px;
  }



}

@media screen and (min-width: 1200px) {

  .anchor {
    top: -195px;
  }

  #masthead {
    height:350px;
  }

  #heading {
    width:65%;
  }

  #item01, #item02, #item03 {
    display: inline-block;
  }

  .wmlogo {
    width: 480px;
  }

  .home {
    margin-top: 195px;
  }

  .video-holder {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
  }
  
  .video {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    transform: scale(1);
    top: -90px;
    left: 0px;
    position: relative;
  }
  
  .video-container {
    position: relative;
    overflow: hidden;
    height: 750px;
  }
  
  .video-overlay {
    position: absolute; 
    min-width: 100%; 
    min-height:100%; 
    top:0px; 
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-size: 100% 100%;
    background-position: 0px 0px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.0) 65%);
  }

  .video-text {
    position: absolute; 
    top: 0px;
    transform: scale(1);
    min-width: 100%; 
    min-height:100%;

  }

  #text-holder {
    display: inline-block;
    position: relative;
    bottom: -280px;
    border-color: #B39858;
    background-color: #25262326;
    border-style: solid;
    border-width: 5px;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-top: 80px;
    padding-left: 150px;
    padding-right: 150px;
  }

  #purche_quote {
    display: inline-block;
    position: relative;
    border-color: #B39858;
    border-style: solid;
    border-width: 5px;
    padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }


  .full-width-img {
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    height:600px !important
  }

  #gold_case {
    width: 190px;
    height: 158px;
  }
  
  #love_millie {
    width: 360px;
    height: 112px;
  }
  
  #mail_icon {
    width: 140px;
    height: 100px;
  }


}

