/*
 * Stylesheet : Discover Dahlonega - Kiosk
 * Created    : March 2022
 * -----------------------------------------------------------------------------------
 */
@import url("../fonts/BreeSerif.css");
@import url("../fonts/CrimsonText.css");
@import url("../fonts/MyriadPro.css");
@import url("../fonts/PoynterText.css");
/*-----------------------------------------------------------------------------------*/
/* Basic
/*-----------------------------------------------------------------------------------*/
html {
  font-size: 24px;
  line-height: 1.5;
}

body {
  font-family: "Crimson Text";
}

.site {
  width: 1080px;
  height: 1920px;
  margin: auto;
  position: relative;
  background-color: #fff;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}

.clearfix::after {
  clear: both;
}

.container {
  max-width: none !important;
}

/* Menu
/*-----------------------------------------------------------------------------------*/
.menu {
  margin: 0;
  font-family: "PoynterText";
  font-size: 1.36rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
}

.menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu li::after {
  content: "";
  height: 100%;
  width: 1px;
  margin: auto;
  border-left: 1px dotted #fff;
  position: relative;
}

.menu li:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.menu li:last-child::after {
  display: none;
}

.menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px 0;
  color: inherit;
  text-decoration: none !important;
}

/* Buttons
/*-----------------------------------------------------------------------------------*/
.goto-button {
  display: block;
  width: 145px;
  margin: 5px auto;
  padding: 8px;
  font-family: "PoynterText";
  font-size: 1.05rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  background: #fff;
  border: 3px solid #699cb3;
  border-radius: 10px;
}

.goto-button > * {
  display: block;
}

.goto-button strong {
  color: #c8161d;
  font-weight: normal;
  line-height: 0.9;
}

.goto-button small {
  color: #699cb3;
  font-size: 0.47rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 1;
}

.map-button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  text-decoration: none !important;
  color: #fff !important;
  background: #699cb3;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  outline: 0 !important;
}

.map-button::before {
  content: "";
  display: block;
  float: left;
  width: 35px;
  height: 40px;
  background: url("../images/accessible-icon.png") 50% 50% no-repeat;
  position: relative;
  top: -2px;
}

.map-button::after {
  content: "";
  display: block;
  float: right;
  margin-left: 0.5em;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 24px 12px 0;
  border-top-color: #fff;
  position: relative;
  top: 7px;
  left: -7px;
}

.close-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Bree Serif";
  font-size: 1.67rem;
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  color: #8f9090 !important;
}

.close-button span {
  width: 44px;
  height: 44px;
  margin-left: 18px;
  border: 2px solid #8f9090;
  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;
}

.close-button span::before {
  content: "X";
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  -webkit-transform: scaleY(0.9);
          transform: scaleY(0.9);
}

/*-----------------------------------------------------------------------------------*/
/* Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  margin-bottom: 10px;
}

.site-branding .logo {
  width: 272px;
  margin: 0;
}

.site-branding .logo a {
  display: block;
  height: 0;
  padding-top: 45px;
  overflow: hidden;
  background: url("../images/logo-sm.png") 50% 50%/contain no-repeat;
}

.singlepage .site-branding {
  width: 320px;
  height: 102px;
}

.singlepage .site-branding .logo {
  margin-top: 34px;
  margin-left: 12px;
}

.homepage .site-branding .logo {
  margin-top: 40px;
  margin-bottom: 22px;
  width: 600px;
}

.homepage .site-branding .logo a {
  padding-top: 100px;
  background-image: url("../images/logo-lg.png");
}

.header-menu {
  color: #fff;
  background: #2f302f;
}

.singlepage .header-menu {
  padding-top: 10px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.singlepage .header-menu::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  border-radius: 0 0 0 8px;
  background: #2f302f;
  -webkit-transform: skewX(23deg);
          transform: skewX(23deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
}

.singlepage .header-menu .menu {
  margin-left: -8px;
  font-size: 1.4rem;
}

.homepage .header-menu {
  padding: 20px 45px 18px;
}

.homepage .header-menu .menu {
  font-size: 1.83rem;
  line-height: 0.95;
}

/* Homepage
/*-----------------------------------------------------------------------------------*/
.homepage .site-header {
  margin-bottom: 0;
}

.homepage .header-left {
  width: 210px;
}

.homepage .header-right {
  width: 190px;
}

.homepage .touch-info {
  padding: 8px 12px;
  font-family: "PoynterText";
  font-size: 0.94rem;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  color: #c8161d;
}

.homepage .touch-info .icon {
  display: inline-block;
  width: 69px;
  height: 88px;
  margin-left: 15px;
  background: url("../images/touch-icon.png") 50% 50%/contain no-repeat;
}

.homepage .touch-info .text span {
  display: block;
}

.homepage .weather {
 /* margin: 10px 0;*/
  position: relative;
}

.homepage .weather .temp {
  margin-right: 8px;
  padding-right: 12px;
  font-size: 2.55rem;
  line-height: 1;
  letter-spacing: -0.06em;
  border-right: 1px dotted #8f908f;
  color: #0f394b;
}

.homepage .weather .icon {
  width: 74px;
  height: 74px;
}

.homepage .weather .icon img {
  max-width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/
.site-content .flexible-area {
  max-height: 100%;
  overflow: auto;
}

/* Map
/*-----------------------------------------------------------------------------------*/
.map {
  height: 1305px;
  margin-top: 2px;
  position: relative;
  overflow: hidden;
}

.map-area {
  background: 50% 50% / cover;
}

.map-area#Dahlonega-Map {
  background-image: url("../images/Dahlonega-Map.jpg");
}

.map-area#County-Map {
  background-image: url("../images/County-Map.jpg");
}

.map-overlay {
  width: 432px;
  height: 133px;
  background: url("../images/map-overlay.png") 50% 50%/contain no-repeat;
  position: absolute;
  top: 60px;
  left: 30px;
}

.map-navigation {
  padding: 0 25px;
  border: 0 solid #2f302f;
  border-width: 2px 0;
}

.map-controls {
  font-family: "Myriad Pro";
  font-size: 0.83rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}

.map-controls .label {
  padding: 2px 5px;
  color: #fff;
  background: #2f302f;
  border-radius: 9px;
  position: relative;
  z-index: 1;
}

.map-controls .label::before, .map-controls .label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 3px;
  border: 14px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.map-controls .label::before {
  border-left: 0;
  border-right-color: #699cb3;
  right: 100%;
}

.map-controls .label::after {
  border-right: 0;
  border-left-color: #699cb3;
  left: 100%;
}

.map-controls .label span {
  display: block;
}

.map-controls a {
  min-width: 80px;
  margin: 0 15px;
  padding: 5px;
  font-family: "Myriad Pro Cond";
  text-decoration: none !important;
  color: #2f302f;
  position: relative;
  z-index: 2;
}

.map-controls a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(105, 156, 179, 0.43);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.map-controls a.active::after {
  background: rgba(213, 173, 94, 0.43);
}

.map-controls a span {
  display: block;
}

/* Medias
/*-----------------------------------------------------------------------------------*/
.media-block {
  max-height: 230px;
  padding: 2px;
}

.instagram-area {
  max-width: 676px;
}

.video-area {
  width: 392px;
  height: 218px;
  background: #2f302f;
  position: relative;
}

.video-area > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Page
/*-----------------------------------------------------------------------------------*/
.page-header {
  padding-left: 55px;
  position: relative;
}

.page-header .close-button {
  position: absolute;
  top: 25px;
  right: 50px;
  z-index: 3;
}

.page-header .sticky-image {
  width: 340px;
  height: 305px;
  position: absolute;
  top: -5px;
  right: 235px;
}

.page-title {
  margin-bottom: 17px;
  font-family: "PoynterText";
  font-size: 3.33rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #0f394b;
  position: relative;
  z-index: 2;
}

/* Select categories
/*-----------------------------------------------------------------------------------*/
.categories {
  margin-bottom: 60px;
  padding: 25px 0 27px;
  border: 0 solid #8f9090;
  border-width: 2px 0;
}

.categories-nav {
  width: 440px;
  font-family: "PoynterText";
  position: relative;
}

.categories-menu {
  display: none;
  margin: 0;
  padding: 15px 0 10px;
  background: #e7ce9e;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  right: 0;
  z-index: 2;
}

.categories-menu li + li {
  border-top: 1px solid #e5f3ca;
}

.categories-menu li a {
  display: block;
  padding: 10px 25px;
  padding-left: 50px;
  font-size: 1.17rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  color: #3f3f3f;
}

.categories-menu li a::before {
  content: "\2022";
  float: left;
  margin-left: -20px;
  color: #c8161d;
}

.categories-button {
  display: block;
  width: 100%;
  padding: 20px 0 24px;
  padding-right: 70px;
  color: #fff;
  background: #699cb3;
  font-size: 1.67rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-align: center;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  outline: 0 !important;
  position: relative;
  z-index: 3;
}

.categories-button::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 70px;
}

.categories-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 24px 12px 0;
  border-top-color: #fff;
  position: absolute;
  top: 32px;
  right: 23px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.categories-button.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* Listings
/*-----------------------------------------------------------------------------------*/
.listing {
  padding-left: 10px;
}

.listing-wrapper {
  height: 1404px;
  padding-left: 50px;
  padding-right: 50px;
}

.listing-list {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: -38px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.listing-logo {
  margin-right: 20px;
  height: 100px;
}

.listing-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.listing-item {
  margin-bottom: 38px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid-column;
}

.listing-item:hover {
  text-decoration: none !important;
}

.listing-item > * {
  -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
}

.listing-data {
  font-family: "Bree Serif";
  font-size: 0.92rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.listing-info {
  margin: 0.5rem 0;
  color: #4d4c4c;
}

.listing-info.pin-icon::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -5px 0;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 768 768' fill='%23295e74'><path d='M384 367.5c43.5 0 79.5-36 79.5-79.5s-36-79.5-79.5-79.5-79.5 36-79.5 79.5 36 79.5 79.5 79.5zM384 64.5c124.5 0 223.5 99 223.5 223.5 0 168-223.5 415.5-223.5 415.5s-223.5-247.5-223.5-415.5c0-124.5 99-223.5 223.5-223.5z'></path></svg>") 50% 50% no-repeat;
}

.listing-info strong {
  color: #0586bc;
  font-weight: 600;
}

.listing-title {
  font-size: 1em;
  font-weight: bold;
  line-height: inherit;
  color: #698a28;
}

.listing-title small {
  font-size: 1em;
  color: #4d4c4c;
}

.page-navigation a {
  display: block;
  width: 170px;
  height: 42px;
  margin: -21px -85px;
  padding: 0.5em;
  font-family: "PoynterText";
  font-size: 0.83rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background: #bdbdbd;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 38.5%;
  z-index: 1090;
}

.page-navigation a.prev {
  left: 21px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page-navigation a.next {
  right: 21px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* Modal - popup
/*-----------------------------------------------------------------------------------*/
.modal {
  padding: 50px 0;
  background: rgba(15, 57, 75, 0.75);
}

.modal .thumbnail {
  margin-top: 70px;
  width: 400px;
}

.modal .thumbnail img {
  max-height: 400px;
}

.modal .close-button {
  position: absolute;
  top: 20px;
  right: 30px;
  top: 35px;
  right: 45px;
}

.modal .map-landing {
  width: 650px;
  height: 380px;
}

.modal .map-landing > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-dialog {
  width: 880px;
  max-width: none !important;
}

.modal-content {
  display: none;
  max-height: 100%;
  padding: 11px;
  border-width: 0;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.modal-content::before {
  content: "";
  border: 3px solid #698a28;
  border-radius: 7px;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: -1;
}

.modal-content-inner {
  max-height: 1285px;
}

.modal-header {
  padding: 25px 30px;
  font-family: "Bree Serif";
  font-size: 0.92rem;
  line-height: 1.3;
  border: 0;
  border-radius: 0;
}

.modal-header address {
  margin: 0.5rem 0;
  color: #4d4c4c;
}

.modal-header address a,
.modal-header address strong {
  color: #0586bc;
}

.modal-header address strong {
  font-weight: 600;
}

.modal-footer {
  padding-left: 30px;
  padding-right: 30px;
  padding: 15px 30px;
  border: 0;
  border-radius: 0;
}

.modal-body {
  max-height: 100%;
  padding: 0 30px;
  overflow: auto;
  letter-spacing: -0.02em;
  color: #686867;
}

.modal-body .h6 {
  color: #698a28;
}

.modal .date {
  font-family: "Roboto Condensed", sans-serif;
  width: 4rem;
}

.modal .date > * {
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.modal .date .day {
  font-size: 2.8rem;
  line-height: 0.85;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
  padding-bottom: 0.5rem;
}

.modal .date .month {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding-top: 0.5rem;
}

.modal .date .year {
  padding-top: 0.35rem;
  padding-bottom: 0.25rem;
  border-top: 1px dashed #fff;
}

/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  color: #fff;
  background: #2f302f;
  padding: 25px 0;
}

.site-footer .container {
  padding-left: 20px;
  padding-right: 20px;
}

.site-footer .container > * {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
}

.footer-menu {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-menu:not(:first-child) {
  margin-left: 30px;
  margin-right: 10px;
}


.iframeblocker {
  background-color: transparent;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


.iframemapblocker2 {
  background-color: transparent;
       bottom: 307px;
    left: 116px;
    position: absolute;
    width: 292px;
    height: 90px;
    z-index: 9999;
    display: block;
}
