:root {
  --offcanvas-width: 270px;
  --topNavbarHeight: 45px;
}

html {
  scroll-behavior: smooth;
}
body {
  overflow-y: scroll !important; /* Show vertical scrollbar */
}
.btn,
.btn-close {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

:target {
  outline: 3px solid #9d5913;
}

.scroll_top_45 {
  scroll-margin-top: 48px;
}

.scroll_top_65 {
  scroll-margin-top: 65px;
}

@media (min-width: 360px) {
  .offcanvas.offcanvas-start {
    position: fixed;
    width: 200px;
    bottom: 0;
    z-index: 1999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    transition:
      transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    border-width: 0px;
    background-color: transparent;
    top: var(--topNavbarHeight);
    -webkit-transform: none;
    height: calc(100% - var(--topNavbarHeight));
  }

  .offcanvas_Marker {
    background-size: contain;
    background-color: transparent;
    width: 250px;
    background-image: url("../assets/images/Gold_marker_star_sm.png");
    background-repeat: no-repeat;
  }

  .btn_quick_link {
    /* to access quick modal */
    margin-left: 10vw !important;
  }

  .progress-scroll {
    height: 3px;
    position: fixed;
    top: 207px;
    left: 0px;
    z-index: 1500;
    background-color: #000;
    opacity: 25%;
  }

  .scroll_pos {
    /* 360 */
    scroll-margin-top: 202px;
  }

  .offcanvas_Xbtn {
    position: absolute;
    left: 300px;
    top: -30px;
  }

  .offcanvas_X_btn {
    position: fixed;
    top: 50px;
    left: 270px;
    z-index: 1500;
    background-color: white;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-clickable,
  .swiper-pagination-fraction {
    top: 10px;
  }

  .swiper-pagination {
    text-align: right !important;
    padding-right: 15px;
  }

  /* 360 */
}

@media (min-width: 576px) {
  .btn_so_mo_po {
    margin-top: 38px;
    /* margin-left: 40px */
    width: 16px;
    height: 50px;
  }

  .btn_quick_link {
    /* to access quick modal */
    margin-left: 30vw !important;
  }

  .offcanvas_Marker {
    background-image: none !important;
    background-color: rgb(253, 245, 230) !important;
  }

  /* 576 */
}

@media (min-width: 760px) {
  .offcanvas_Marker {
    background-image: url("../assets/images/Gold_marker_star_sm.png") !important;
    background-color: transparent !important;
  }

  .scroll_pos {
    scroll-margin-top: 140px;
  }

  .progress-scroll {
    height: 3px;
    position: fixed;
    top: 130px;
    left: 0px;
    z-index: 1500;
    background-color: #000;
    opacity: 25%;
  }

  .audio_list {
    overflow: hidden;
  }

  .imgBorder_90 {
    min-width: 50%;
  }

  /* 760 */
}

@media (min-width: 992px) {
  main {
    margin-left: var(--offcanvas-width);
  }
  .offcanvas.offcanvas-start {
    -webkit-transform: none;
    transform: none;
    visibility: visible !important;
    top: var(--topNavbarHeight);
    height: calc(100% - var(--topNavbarHeight));
    background-color: transparent;
  }
  .offcanvas-backdrop::before {
    display: none;
  }
  .offcanvas-header .btn-close {
    visibility: hidden;
  }
  #btnShowOC {
    visibility: hidden;
  }
  /* 992 */

  .btn_so_mo_po {
    display: inline-block;
  }
}

.nav-link {
  padding: 0.15rem 1rem;
}

.modal_links,
.modal_links:hover,
.modal_links:focus {
  /* main links over marker image */
  color: #655c61;
  line-height: 38px;
  text-decoration: none;
}
.modal_links:hover,
.modal_links:focus {
  /* font-weight: bold; */
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 0px 10px;
}

.img300x300 {
  max-height: 300px;
  max-width: 300px;
  background-size: auto;
  background-image: url("../assets/general/Lady_Ben_1998_checker.png");
}

.imgBorder {
  /* factoryWide Listings */
  background-color: #969494;
  text-align: center;
  display: block;
  padding: 1px;
  border: 8px #adadad;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.imgBorder_90 {
  /* factoryWide Listings */
  background-color: #969494;
  text-align: center;
  display: block;
  padding: 1px;
  border: 8px #adadad;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  min-width: 90%;
  -webkit-box-shadow: 0px 2px 10px;
  box-shadow: 0px 2px 10px;
}

.img_90 {
  min-width: 90%;
}

.img_80 {
  min-width: 80%;
}

.heritageSwiper_border {
  background-color: #969494;
  display: block;
  border: 8px #adadad;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.justified {
  text-align: justify;
}

.left_image {
  border-width: 0px;
  border-color: #e50909;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded_10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded_10_left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded_10_bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded_10_top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded_20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded_3 .alex_brush {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hovereffect {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s; /* Animation */
  /* max-width: 400px;
 max-height: 200px; 
  margin: 0 auto;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;*/
}

.hovereffect .hover {
  /* display:block */
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect:hover .hover {
  -webkit-transform: scale(110%);
  transform: scale(110%);
  position: relative;
}

.hdr_overlay {
  position: absolute;
  margin-bottom: 15px;
  margin-left: 20px;
}

.card_background {
  background-color: rgba(255, 249, 192, 0.15);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

.img_round {
  border-color: #495057;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card_round {
  border-top-left-radius: 5%;
  border-top-right-radius: 5%;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
}

/* Below is Flip card from Employee Card Youtube */

#cardcontainer {
  display: grid;
  -webkit-perspective: 400px;
  perspective: 400px;
}

div.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  /* echoed out to stop errors grid-template-area: frontAndBack; */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

#back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  grid-area: frontAndBack;
  /* removed to due v6 upgrade error -webkit-transform: rotateY; */
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

#front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  grid-area: frontAndBack;
}

.card-container:hover .card-flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.clearlink {
  text-decoration: none;
  color: inherit;
}

#object2 {
  width: 500px;
  height: 200px;
  background-color: green;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: 50px 30px;
  object-position: 50px 30px;
  /* Numeric value */
}

.coming_soon {
  font-family: "Alex Brush", cursive;
  font-size: 3rem;
  background-color: #fff;
}

.alex_brush {
  font-family: alex-brush, cursive;
}

.bkgrd_parchment {
  background-image: url("../assets/images/parchment3_sm.png");
}

.bkgrd_hdr {
  background-color: #bea68a;
}
.offcanvas_Xbtn {
  display: inline-block;
  background-color: white;
  position: relative;
  left: -5px;
  top: -140px;
}

.menu_hdg {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  margin-top: 5px;
}

.menu_item {
  margin-left: 0px;
  margin-right: 0px;
}

#locationBtnHdr {
  background-color: #bea68a;
}

#locationBtn .btn {
  padding-top: 0.01em;
  margin-top: 6px;
}

#story_btn,
#location_btn {
  padding-top: 1px;
  padding-bottom: 1px;
}
.modal-content {
  /* modal sizing override  */
  margin-top: 100px;
}

.btn_quick_link {
  /* to access quick modal */
  z-index: 1500;
  background-color: transparent;
  color: #fff;
  outline-color: transparent;
  /* changed from none, after v6 upgrade showing error */
  max-width: 200px;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 0px;
  margin-left: 20vw;
  text-decoration: none;
}

.btn_quick_link:hover {
  color: #fff;
  font-style: italic;
}

.btn_quick_link:focus {
  color: #fff;
}

.btn_quick_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 0%;
  height: 2px;
  background: #9d5913;
  -webkit-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
}

.btn_quick_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0%;
  height: 2px;
  background: #9d5913;
  -webkit-transition: all 70ms ease-in-out;
  transition: all 70ms ease-in-out;
}

.btn_quick_link:hover::before,
.btn_quick_link:hover::after {
  width: 100%;
  left: 0;
  color: #000;
}

.btn_top_anchor {
  z-index: 200;
  background-color: transparent;
  font-weight: bold;
  color: #fff;
  outline-color: transparent;
  /* changed from none, after v6 upgrade showing error */
  position: relative;
}

.map_display_block {
  max-width: 575px;
}

/* factoryHistoryList  Below */

#quick_link_nav {
  margin-left: auto;
  margin-right: auto;
}

#quick_link_nav a {
  /* used all veiwports */
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.circa {
  font-style: italic;
  font-family: Allan;
}

.left_10 {
  /* staticMap & factoryTrail */
  margin-bottom: 0px;
  margin-left: 10px;
}

.left_20 {
  margin-left: 20px;
}

.map_audio {
  /* static maps */
  color: #9d5913;
}

.top_anchor_white {
  color: #fff !important;
}

/* factory History quick links */

.two_lines {
  position: relative;
  text-decoration: none;
  color: #000;
}
.two_lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 0%;
  height: 2px;
  background: #9d5913;
  -webkit-transition: all 90ms ease-in-out;
  transition: all 90ms ease-in-out;
}

.two_lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0%;
  height: 2px;
  background: #9d5913;
  -webkit-transition: all 70ms ease-in-out;
  transition: all 70ms ease-in-out;
}

.two_lines:hover::before,
.two_lines:hover::after {
  width: 100%;
  left: 0;
  color: #000;
}

.off_canvas_item,
.off_canvas_item:hover,
.off_canvas_item:focus {
  text-decoration: none;
  color: #000;
  opacity: 100%;
}

.wide_listing_divider {
  border-bottom: 3px solid;
  border-color: #000;
  padding: 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-clickable,
.swiper-pagination-fraction {
  top: 10px;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.off_can_hdr {
  margin-top: 0px;
  padding-top: 0px;
  line-height: normal;
}

.quick_link_sticky {
  padding-top: 55px;
  position: fixed;
  z-index: 999;
  /* opacity: 80% */
  background-image: url("../assets/images/bkgrd_cube.png");
  background-repeat: repeat;
}

.quick_link_page_top {
  margin-top: 80px;
}

.btn_so_mo_po:hover,
.btn_so_mo_po:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_so_mo_po {
  content: "";
  /* background-image: url("../assets/images/SouthernMostPoint.png") */
  /* width: 36px */
  /* border-color: #000 */
  border-width: 4px;
  /* border-top-left-radius: 4px */
  /* border-top-right-radius: 4px */
  /* border-bottom-left-radius: 4px */
  /* border-bottom-right-radius: 4px */
  /* background-size: contain */
  /* background-repeat: no-repeat */
  /* position: fixed */
  /* text-decoration: none */
  margin-top: 30px;
  /* margin-left: 111px */
  /* padding: 0px 0px 0px 25px */
  /* display: block */
  /* margin-top: 16px */
  /* margin-left: 60px */
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
  width: 200px;
}

.audio_list {
  margin-bottom: 0px;
  /* -ms-flex-preferred-size: 200px */
  /* -ms-flex-preferred-size: 20% */
  /* flex-basis: 20% */
  overflow: hidden;
}

audio::-webkit-media-controls-panel {
  background-color: #e2cbb0;
}

audio {
  width: 200px;
  height: 28px;
  margin: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.map_column {
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -1.25em;
}

.bkgrd_cube {
  background-image: url("../assets/images/bkgrd_cube.png");
  background-repeat: repeat;
}

.g_rail_sticky_ad {
  position: sticky;
  top: 0px;
}

.g_rail_sticky_ad_70 {
  position: sticky;
  top: 70px;
}

.g_rail_sticky_ad_fixed {
  position: sticky;
  top: 150px;
}

.cigar_divider {
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  background-position: 99% 50%;
  background-size: contain;
}

.story_location {
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px;
}

#history {
}
