/* eric meyer minified reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* end eric meyer minified reset */

/* fonts ***************************************************/
@font-face {
  font-family: 'NT Josefine';
  src: url('../fonts/NTJosefine.eot');
  src: url('../fonts/NTJosefine.eot?#iefix') format('embedded-opentype'),
      url('../fonts/NTJosefine.woff2') format('woff2'),
      url('../fonts/NTJosefine.woff') format('woff'),
      url('../fonts/NTJosefine.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.eot');
  src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Oswald-Light.woff2') format('woff2'),
      url('../fonts/Oswald-Light.woff') format('woff'),
      url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.eot');
  src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Oswald-Medium.woff2') format('woff2'),
      url('../fonts/Oswald-Medium.woff') format('woff'),
      url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.eot');
  src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Oswald-Bold.woff2') format('woff2'),
      url('../fonts/Oswald-Bold.woff') format('woff'),
      url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}




/* Misc Styling ************************************************************************************/

strong {
  font-weight: 500;
}

.fl {
  display: flex;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 300;    
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  width: 100vw;
}

h1 {
  color: #ffffff;
  font-size: 120px;
  line-height: 115px;
  font-family: 'NT Josefine', serif;
  font-weight: bold;
}

h2 {
  color: #000000;
  font-size: 100px;
  line-height: 100px;
  font-family: 'NT Josefine', serif;
  font-weight: 700;
}

h3 {
  font-size: 65px;
  line-height: 65px;
}

h5 {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}

p {
  color: #282620;
  margin: 15px 0;
}

:focus {
  outline: none !important;
}

.wrapper {
  width: 100%;
}

#top-page:before {
display: block; 
content: " "; 
margin-top: -160px; 
height: 160px; 
visibility: hidden; 
pointer-events: none;
}



/* AGE MODAL */
#age-modal {
  /* background: rgba(0,0,0,.7); */
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
}


.age-verification {
  background-color: #ffffff;
  background-image: url(../img/Regulators-Cannabis-Modal-Background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 75%;
  height: 60%;
  min-height: 650px;
  padding: 20px 40px;
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.75); position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width .5s ease;
}

.white-bg {
  background-color: #fff;
  padding: 40px;
  width: 100%;
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9); /* Dark, slightly transparent */
  z-index: 1000; /* Ensure it is above everything */
}

.modal-header {
  flex-direction: column;
  align-items: center;
  border-bottom: none;
}

.modal-header h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.modal-header p {
  font-size: 25px;
  line-height: 28px;
  text-align: center;
}

.modal-header p.disclaim {
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 0 0 0;
  margin: 0 0 50px 0;
  border-top: 1px solid #000;
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button {
  position: relative;
  text-transform: uppercase;
  margin: 0 15px;
  width: 25%;
}

.button a {
  width: 100%;
  color: #D1925E;
  background-color: #ffffff;
  display: block;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: 7px 10%;
  border: 3px solid #D1925E;
  transition: all .5s ease;
}

.button a:hover {
  color: #fff;
  font-weight: 500;
  background-color: #D1925E;
  text-decoration: none;
}


.close-age-popup {
  cursor:pointer
}


/* Location Modal */

#location-modal {
  opacity: 0;
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  transition: opacity 0.5s ease;
}

.modal-content {
  background-color: #fff;
  border-radius: 5px;
  width: 80%;
  height: 735px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}


#age-modal .modal-content {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 95%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border: none;
}

.modal-content p strong {
  color: #674423;
}

#location-modal ul {
  list-style-type: none;
  padding: 0;
  margin: 12px 0 0 0;
}

#location-modal h1 {
  font-size: 48px;
  line-height: 50px;
  color: #A47446;
  padding: 0 10px;
  margin: 0 0 10px 0;
}

#location-modal h2 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1.25px;
}


#location-modal h2,
button#continue-btn {
  font-family: "Oswald";
  font-weight: 300;
  text-transform: uppercase;
}

#location-modal p {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  text-transform: none;
}

#location-modal .location-btn div p:not(:last-child) {
  margin: 1px 0 8px 0;
}

.location-btn p {
  text-align: left;
}

#location-modal li {
  margin: 0;
}

.location-btn {
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 135px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}

.location-btn .container {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.location-info {
  min-width: 218px;
}


#location-modal li:not(:last-of-type) .container {
  border-bottom: 1px solid #000000;
}

.location-btn:hover {
  background-color: rgba(164, 116, 70, 0.1);
}

.location-btn.selected {
  background-color: rgba(164, 116, 70, 0.4);
  color: black;
}

button#continue-btn {
  background-color: #A47446;
  color: white;
  border: none;
  padding: 8px 20px;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
  margin: 8px 0 0 0;
}

button#continue-btn:hover {
  background-color: #007bb5;
}


/* Content update section */
#selected-content {
  position: fixed;
  top: 40px;
  right: 0;
  width: 22%;
  padding: 10px 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  text-align: left;
  z-index: 250;
}


.selected-location {
  display: flex;
  align-items: center;
}


#selected-content p {
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
  border-left: 2px solid #ffffff;
}

#selected-content h2,
#selected-content p {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-family: "Oswald";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  display: flex;
  align-items: center;
}


#selected-content h2:before {
  content: url(../img/Location-Icon.png);
  margin: 0 25px 0 0 ;
}

#reopen-modal-btn {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 5px;
}

#reopen-modal-btn:hover {
  background-color: darkgray;
}


.content {
  width: 50%;
}

#location-image-container {
  width: 50%;
  height: 100%;
  background-color: lightgray;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#location-image {
  width: 100%;
  object-fit: cover;
}



/* Navigation Styling *****************************************/


.nav-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 140px;
  z-index: 200;
  -webkit-transition: background-color .5s ease, height .25s ease 1s;
  transition: background-color .5s ease, height .25s ease 1s;
}

/* hide the 'show-menu' link by default */
.nav-bar #show-menu {
  display: none;
  font-family: 'Lemon Milk';
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  width: 100%;
}

#show-menu:hover {
  cursor: pointer;
}

/* .open {
  display: block;
  z-index: -1;
  width: 415px!important;
} */


.add-background {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.regulators-logo {
  width: 275px;
  height: auto;
  padding: 20px;
  -webkit-transition: width .75s ease;
  transition: width .75s ease;
}

.regulators-logo-mobile {
  display: none;
}

.inner {
  margin: 0 auto 0 auto;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner img {
  height: 100%;
}


.navigation {
  margin: 5px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;    
}

.navigation .section-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* border-bottom: 1px solid #ffffff; */
  /* padding: 20px 0 0; */
  width: 37%;
  height: 80px;
}

.navigation .section-nav a {
  text-decoration: none;
  color: #ffffff;
  font-size: 27px;
  line-height: 27px;
  letter-spacing: .5px;
  font-weight: 200;
  height: 129px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  border-bottom: 12px solid transparent;
}

.navigation .section-nav a.nav-home.mobile {
  display: none;
}

.navigation .section-nav a:hover,
.section-nav a.current {
  border-bottom: 12px solid #D1925E;
}

.order {    
  padding: 0 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2db25e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#157a3d), to(#2db25e));
  background-image: linear-gradient(#157a3d, #2db25e);
  -webkit-transition: background-color .75s ease;
  transition: background-color .75s ease;
}

.navigation .order a:hover {
  border-bottom: none;
}

.navigation .order:hover {
  background-color: #157a3d;
  background-image: unset;
  -webkit-transition: background-color .75s ease;
  transition: background-color .75s ease;
}

.navigation .order a {
  color: #ffffff;
  font-weight: 550;
}



/* updated hero carousel */




.fade-carousel {
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.fade-carousel .carousel-inner .item {
  height: 70vh;
}

.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: 0.7;
}

.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.hero {
  /* position: absolute;
  top: 50%;
  left: 50%; */
  z-index: 3;
  color: #fff;
  /* transform: translate3d(-50%, -50%, 0); */
}

.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* Hide all hero elements inside inactive slides */
.carousel-inner .item .hero {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
  /* position: absolute;
  top: 50%;
  left: 50%; */
  /* transform: translate(-50%, -50%); */
}

/* Only show the hero for the active slide */
.carousel-inner .item.active .hero {
  opacity: 1;
  pointer-events: auto;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: 0.7;
}

.btn.btn-lg {
  padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: #1abc9c;
  border-color: #1abc9c;
  outline: none;
  margin: 20px auto;
}

.carousel .carousel-inner .slide-1,
.carousel .carousel-inner .slide-2 {
  height: 70vh;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}

.carousel .carousel-inner .slide-1 {
  background-image: url('../img/Regulators-Cannabis-Hero-Image-1920x1080.jpg');
}

.carousel .carousel-inner .slide-2 {
  background-image: url('../img/Regulators-Cannabis-Hero-Image-FootballPool-1920x1080.jpg');
}





















































/*  end her carousel styling */




/* Header styling ****************************/

.hero-content {
  height: 70vh;
  width: 100vw;
  position: relative;
  background-color: #000;
  background-image: url('../img/Regulators-Cannabis-Hero-Image-v2-1920x1080.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.carousel-inner .hero,
.hero-content .container {
  /* display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; */
  padding: 12% 0 0 12%;
  margin: 0;
}

.hero-content p {
  font-size: 32px;
  line-height: 32px;
  margin: 15px 0;
  color: #ffffff;
}

.ont-auth {
  position: absolute;
  top: 35%;
  right: 10%;
  width: 120px;
}

.shop-btn {
  padding: 10px 40px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: none;
  background-color: #A47446;
  border: 4px solid #A47446;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

.shop-btn:hover {
  color: #A47446;
  border: 4px solid #A47446;
  background: #fff;
}

.shop-btn:hover,
.shop-btn:focus {
  text-decoration: none;
}


/* ABOUT  */

.section {
  margin: 0 auto;
  padding: 0 2%;
  /* flex-direction: column; */
  justify-content: center;
}

#about {
  width: 100%;
  position: relative;
}

.about-content {
  padding: 5% 2%;
  max-width: 1300px;
  min-height: 100vh;
  flex-wrap: wrap;
  margin: 100px auto 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

}



.about-container {
  width: 50%;
  padding: 45px 3%;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.about-container,
.about-content img {
  margin: 0 0 50px 0;
}

#about img {
  max-width: 45%;
}

/* Shop ****************************************/

#shop {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#shop h2 {
  margin: 0 0 25px 20px;
}

.header {
  display: flex;
  align-items: center;
}

.header p {
  margin: 0 0 0 20px;
}

.locations {
  display: flex;
  margin: 45px 0;
}

.locations div {
  font-size: 45px;
  line-height: 45px;
  padding: 0 0 10px 0;
  color: #A47446;
  font-weight: bold;
}

.locations div:first-of-type {
  border-right: 2px solid #A47446;
  padding: 0 45px 0 0;
  margin: 0 45px 0 0;
}

.locations div:hover {
  text-decoration: underline;
  cursor: pointer;
}

.shop-content {
  margin: 0 0 30px 0;
  display: none;
}

.show {
  text-decoration: underline;
}

#welcome-location {
  width: 100%;
  min-height: 105px;
  box-sizing: border-box;
  text-transform: uppercase;
  background-color: #141414;
  padding: 35px 0;
  display: flex;
  align-items: center;
  margin: 0 0 1px 0;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

#welcome-location:hover {
  background-color:rgba(164, 116, 70, 0.75);
}

#welcome-location .contain {
  padding: 0 35px;
}


#welcome-location h3 {  
  font-family: "Oswald";
  font-weight: 500;
  font-size: 35px;
  line-height: 35px;
  max-width: 1200px;
  display: inline;
  color: #ffffff;
}


#welcome-location p,
#welcome-location h3 {
  vertical-align: middle;
} 


#welcome-location p {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  padding: 0 0 0 35px;
  letter-spacing: 1px;
  display: inline;
  margin: 10px 0;
}


#welcome-location .line {
  width: auto;
  /* flex-grow: 2; */
}


#welcome-location .line:first-of-type {
  width: 17%;
}


#welcome-location .line:last-of-type {
  flex-grow: 2;
}

.show-location {
  width: 100%;
  display: block;
}

#dutchie-menu,
#dutchie--embed__container {
  position: relative;
  min-height: 70px;
  background-color: #141414 !important;
}

#loading-message {
  padding: 0 0 0 17%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #141414 !important;
  width: 100%;
  height: 70px; /* ✅ Fully covers the area */
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: opacity 0.3s ease-out; /* ✅ Smooth fade-out */
}

@keyframes dots {
  0% { content: ""; }
  33% { content: "."; }
  66% { content: ".."; }
  100% { content: "..."; }
}

.dots::after {
  display: inline-block;
  animation: dots 1.5s steps(1, end) infinite;
  content: "..."; /* Default three dots */
}



#loading-message p {
  text-transform: uppercase;
  color: #ffffff !important;
  text-align: left !important;
}

/* Menu items *********************************************************************/


/* contact section **************************************************************/

.contact {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 250px 0 0 0;
}

.contact a {
  color: #000000;
}

.line {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.line.btm {  
  margin: 0 0 30px 0;
}

.row .col .section {
  margin: 0 0 0 30px;
  padding: 0;
}

.map {
  min-width: 250px;
  width: 55%;
  height: 350px;
  display: block;
  background-position: center right;
  background-size: cover;
}

.fg-map {
  background-image: url(../img/Regulators-Cannabis-Google-Maps-Location-3145-Forest-Glade-mobile.jpg);
}

.wy-map {
  background-image: url(../img/Regulators-Cannabis-Google-Maps-Location-Wyandotte-mobile.jpg);
}

.ls-map {
  background-image: url(../img/Regulators-Cannabis-Google-Maps-Location-Lakeshore-mobile.png);
}

.sw-map {
  background-image: url(../img/Regulators-Cannabis-Google-Maps-Location-SouthWindsor-mobile.png);
}

.contact .content {
  max-width: 1600px;
  width: 65%;
  margin: 0 auto 150px auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.contact .content h2 {
  width: 100%;
  font-size: 65px;
  line-height: 65px;
  padding: 0 0 10px 0;
}

.contact .content p {
  margin: 5px 15px 5px 0;
  letter-spacing: 1px;
  line-height: 28px;
}

.contact .section {
  flex-direction: column;
}

.location-panel {
  width: 100%;
}

.location-panel:not(:nth-last-of-type(2)) {
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #000000;
}

.location-panel:first-of-type {
  margin: 50px 0 60px 0;
}

.info {
  width: 100%;
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.info.hrs {
  flex-direction: column;
  align-items: flex-start;
}

.section .info.hrs p:first-of-type {
  margin: 0 0 15px 0;
}


.info p {
  margin: 0;
  font-size: 26px;
  line-height: 29px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}


.section .info:first-of-type {
  margin: 0 0 15px 0;
}

.section .info:last-of-type {
  margin: 15px 0 0 0;
}

.info a,
.info .hours {
  text-align: left;
  color: #000000;
  text-decoration: none;
  font-weight: 200;
  font-size: 25px;
  line-height: 27px;
}

.info a:hover {
  color:#A47446;
}

p.hours {
  text-transform: unset;
}

.img-holder {
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-holder img {
  position: relative;
}




.footer {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color:#141414;
}



/***************************************************************************************************************
************************************************************************************ MEDIA QUERIES ******************************************************************************************************
***********************************************************************************************************
****************************************************************************************************************************************************************************/

/* MAX WIDTH */


@media screen and (max-width: 1464px) {
  #location-image-container {
    width: 40%;
  }

  .content {
    width: 60%;
  }

}


@media screen and (max-width: 1240px) {
  .contact h2 {
    font-size: 8vw;
  }

  .info {
    flex-wrap: wrap;
  }

  .age-verification {
    width: 70%;
  }

  .contact {
    height:auto;
  }

  .contact .content {
    width: 90%;
    padding: 45px 5% 30px 5%;
  }

  .row {
    flex-direction: column;
  }

  .row .col {
    width: 100%;
    margin: 15px 0;
  }
}



@media screen and (max-width: 1156px){


  .about-container {
    width: 100%;
    margin: 55px 0 140px 0;
    border-top: none;
  }
}

@media screen and (max-width: 1190px) {

  .navigation .section-nav a,  
  .navigation .section-nav a:hover {
    border-bottom: 6px solid transparent !important;
  }

  #welcome-location p {
    display: block;
    padding: 0;
  }

 .section-nav a.current {
    padding: 0 0 20px;
    border-bottom: 6px solid #D1925E !important;
  }

  #nav {
    opacity: 0;
    transition: opacity 0.75s ease-in-out;
  }

  .menu-open #nav {
    opacity: 1;
  }


  /* Hamburger Menu Default State */
  #nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    transition: transform 0.3s ease-in-out;
  }

  /* Hamburger Bars */
  .bar {
    width: 100%;
    height: 3px;
    background-color: #ffffff; /* Adjust color as needed */
    border-radius: 3px;
    transition: transform 0.75s ease, opacity 0.5s ease;
  }

  /* Open State (Transforms Hamburger to X) */
  .open .bar:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
  }

  .open .bar:nth-child(2) {
    opacity: 0;
  }

  .open .bar:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
  }

  
  .about-content {
    justify-content: center;
    flex-direction: column-reverse;
  }
    
  /********* NAVBAR ********/
  .nav-bar {
    top: 0;
    left: 0;
    width: 100%;
    padding: 28px 30px;
    box-sizing: border-box;
    background-color: unset;
    transition: background-color 0.5s ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    align-items: flex-start;
  }


  .nav-bar,
  .inner {
    transition: height 1s ease-in-out;
    height: 85px;
  }


  .menu-open .nav-bar,
  .menu-open .inner {
    height: 100vh;
    transition: height 2s ease-in-out;
}

  .add-background {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .menu-close {
    display: none;
  }

  .menu-click {
    display: block;
  }

  .navigation .section-nav {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: none;
  }

  
  .navigation .section-nav a,
  #selected-content h2 {
    height: auto;
  }

  .hidden.menu-item {
    display: none;
    padding: 0;
    margin: 0;
  }

  .nav-bar .inner {
    width: 85%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 5000;
  }

  /* .inner.open {
    height: 100%;
  } */

  .hero-content .container {
    margin: 10% 0 0 12%;
}

  h1 {
    font-size: 100px;
    line-height: 95px;
  }

  .add-background .regulators-logo {
    width: 60%;
    height: auto;
  }

  /* .open {
    height: 100% !important;
    width: 85%!important;
    padding: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: height 2s ease;
    transition: height 2s ease; 
  } */

  .open li {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* Hide menu */
  .navigation {
    opacity: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation .section-nav .menu-item {
    padding: 45px 15px 25px 15px;
    width: 100%;
    text-align: center;
  }

  #selected-content {
    background-image: none;
    width: 100px;
    height: 85px; 
    top: 0;
    right: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    transition: background-color 0.5s ease;
  }

  #selected-content:hover {
    background-color:rgba(164, 116, 70, 0.75);

  }
  

  .selected-location {
    justify-content: center;
  }
  

  #selected-content h2 {
    text-decoration: none;
    color: #ffffff;
    font-size: 27px;
    line-height: 27px;
    letter-spacing: .5px;
    font-weight: 200;
    text-transform: uppercase;
    width: 26px;
    height: 40px;
    overflow: hidden;
  }


  .location-btn .container {
    width: 96%;
  }

  .navigation.menu-open {
    width: 100%;
    height: 100%;
    left: 0;
  }

  a.nav-home {
    display: none;
  }

  .navigation .section-nav a.nav-home.mobile {
    display: flex;
  }

  .open .order {
    background: unset;
    background-image: none;
    height: 50px;
  }

  .open .order a {
    color: #157b3e;
  }

  /* hide the 'hide-menu' link by default */
  .nav-bar #hide-menu{
    display: none;
  }

  /* show the 'show-menu' link by default */
  .nav-bar #show-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #show-menu:hover {
    text-decoration: none;
  }

  .add-background {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* background-color: unset !important; */
  }

  .contact {
    flex-direction: column;
  }


  .contact h2 {
    font-size: 9vw;
  }

}


@media screen and (max-width: 1035px) {
  

.carousel .carousel-inner .slide-1 {
  background-image: url('../img/Regulators-Cannabis-Hero-Image-Tablet-1055x1080.jpg');
}

.carousel .carousel-inner .slide-2 {
  background-image: url('../img/Regulators-Cannabis-Hero-Image-FootballPool-Tablet-1055x1080.jpg');
}
}


@media screen and (max-width: 1004px) {
  #location-image-container {
    display: none;
  }

  .content {
    width: 100%;
  }

  .location-btn .container {
    width: 90%;
  }

}


@media screen and (max-width: 985px) {


  .contact {
    margin: 180px 0 0 0;
  }
  .location-panel {
    flex-direction: column;
  }

  .location-panel:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .contact .section {
    margin: 25px 0 0 0;
    padding: 0;

  }

  .map {
    width: 100%;
  }


}



@media screen and (max-width: 690px) {

  
  .modal-content {
    width: 95%;
  }

  #welcome-location p {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-content .container h1 {
    font-size: 85px;
    line-height: 90px;
  }

  .location-btn .container { 
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .location-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0 0 0;
  }

  #location-modal .location-btn div p:first-child {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #000000;
  }

  #location-modal .location-btn div p:not(:last-child) {
    margin: 0;
}

  #welcome-location .line:first-of-type {
    width: 9%;
  }

  #welcome-location h3 {
    font-size: 30px;
    line-height: 30px;
  }

  #location-modal p {
    padding: 0 10px;
  }
  
  .location-btn p.crsa-number {
    text-align: center;
  }
}


@media screen and (max-width: 660px) {
  
  .carousel .carousel-inner .slide-1, .carousel .carousel-inner .slide-2 {
    background-position: center;
  }

  .carousel .carousel-inner .slide-1 {
    background-image: url('../img/Regulators-Cannabis-Hero-Image-Mobile-660x1080.jpg');
  }

  .carousel .carousel-inner .slide-2 {
    background-image: url('../img/Regulators-Cannabis-Hero-Image-FootballPool-Mobile-660x1080.jpg');
  }
}

@media screen and (max-width: 565px) {

  #location-modal h1 {
    font-size: 40px;
    line-height: 42px;
  }

  #about img {
    max-width: 70%;
  }

  .add-background .regulators-logo {
    width: 100%;
  }

  .ont-auth {
    top: 24%;
    left: 12%;
    right: unset;
    width: 90px;
  }

  .hero-content {
    background-position: right center;
  }

  .hero-content .container {
    margin: 45% 0 0 10%;
    height: 45%;
  }

  .hero-content .container h1 {
    font-size: 75px;
    line-height: 82px;
  }

  .shop-btn {
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0 0 0;
  }

  .age-verification {
    width: 85%;
  }
  
  .contact h2 {
    font-size: 13vw;
  }

  .section .info.hrs p:first-of-type {
    font-size: 28px;
    line-height: 28px;
  }

  .locations div {
    font-size: 35px;
    line-height: 35px;
    padding: 0 0 10px 0;
    color: #A47446;
    font-weight: bold;
  }

  .locations div:first-of-type {
    border-right: 2px solid #A47446;
    padding: 0 25px 0 0;
    margin: 0 25px 0 0;
  }


}


@media screen and (max-width: 505px) {
  .modal-content {
    width: 90%;
    height: 85%;
    transition: all .5s ease;
  }

  .location-info {
    /* flex-direction: column;
    align-items: center; */
  }

  #location-modal .location-btn div p:first-child {
    /* border-right: none; */
    /* margin: 0 0 5px 0; */
    /* padding: 0; */
  }

  .location-btn {
    /* height: 115px; */
  }

  #welcome-location h3 {
    font-size: 28px;
    line-height: 28px;
  }

}


@media screen and (max-width: 480px) {
 
  
  .location-btn {
    height: 145px;
  }
}


@media screen and (max-width: 440px) {
  .hero-content {
    justify-content: center;
  }

  .hero-content .container {  
    margin: 60% 0 0 10%;
  }

  .ont-auth {
    
  }
  
  .locations {
    flex-direction: column;
  }

  
  .locations div {
    text-align: center;
    margin: 20px 0;
  }

  .locations div:first-of-type {
    border-right: none;
    padding: 0;
    margin: 0;
  }

  .info.hrs {
    align-items: center;
  }

  .info {
    justify-content: center;
  }
    
  .map {
    display: none;
  }
}


@media screen and (max-width: 435px) {
  .age-verification {
    padding: 10px 20px;
  }

  h3 {
    font-size: 45px;
    line-height: 45px;
  }

  .contact .content h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-content .container {
    margin: 55% 0 0 10%;
  }


  #welcome-location h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .hero-content .container h1 {
    font-size: 65px;
    line-height: 70px;
  }

}


@media screen and (max-height: 770px) {
  .modal-content {
    height: 95%;
  }

  .content {
        overflow-y: scroll;
    height: 100%;
    padding: 40px 0;
  }

  .location-btn {
    height: 120px;
  }
}

@media screen and (max-height: 1015px) and (max-width: 480px ) {
  .modal-content {
    height: 95%;
  }
}


@media screen and (max-height: 700px) and (max-width: 1030px ) {
  
  .carousel .carousel-inner .slide-1, .carousel .carousel-inner .slide-2 {
    background-position: center;
  }

  .carousel .carousel-inner .slide-1 {
    background-image: url('../img/Regulators-Cannabis-Hero-Image-Mobile-land-950x790.jpg');
  }

  .carousel .carousel-inner .slide-2 {
    background-image: url('../img/Regulators-Cannabis-Hero-Image-FootballPool-Mobile-Land-950x790.jpg');
  }
}

@media screen and (max-height: 715px) and (max-width: 480px ) {
  .location-btn {
    height: 100px;
  }
}

@media screen and (max-height: 650px) and (max-width: 480px ) {
  #location-modal ul {
    margin: 25px 0 0 0;
  }

  #location-modal h2 {
    font-size: 28px;
    line-height: 28px;
  }
}


@media screen and (max-height: 830px) and (max-width: 450px ) {
  .navigation .section-nav .menu-item {
    padding: 30px 15px;
  }
}


@media screen and (max-height: 760px) and (max-width: 400px ) {
  .modal-content {
    height: 99%;
  }

}
