@font-face {
    font-family: 'Sofia Sans Extra Condensed';
    src: url('../../includes/fonts/SofiaSansExtraCondensed/SofiaSansExtraCondensed-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../includes/fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Montserrat Black';
    src: url('../../includes/fonts/Montserrat/static/Montserrat-Black.ttf');
}

@font-face {
    font-family: 'Montserrat-Extra-Light';
    src: url('../../includes/fonts/Montserrat/static/Montserrat-ExtraLight.ttf');
}

@font-face {
    font-family: 'Garamond';
    src: url('../../includes/fonts/EBGaramond/EBGaramond-VariableFont_wght.ttf');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

html, body, div, span, p, a, em, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background-color: white;
}


.mask {
	width: 100%;
	height: 100%;
	background-color: black;
    opacity: .8;
    z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	/*display: none;*/
}

.loader {
	font-size: 3.5rem;
	color: #fff;
	position: fixed;
    top: 35vh;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 9999999;
	/*animation: pulse infinite ease-in-out 1s;
	-webkit-animation: pulse infinite ease-in-out 1s;*/
}

.load_p {
	    color: #0067cc;
    text-align: center;
    margin-top: 20px;
	 font-weight: bold;
	 font-family: 'proxiima-nova', sans-serif;
	 text-shadow: none;
}

.fa-circle-notch {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



navbar {
    width: 100%;
	height: 50px;
    /* display: flex;
	flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;*/
    padding: 0 10px;
    position: fixed;
	top: 0px;
    z-index: 3000;
	opacity: 0;
    box-shadow:1px 0px 5px gray;
	padding:10px;
	background-color:white;
}

@media only screen and (max-width: 1000px) {
	navbar {
		top: 0;
	}
}

navbar textbranding {
	text-align: center;
	width: 100%;
	
}

@media only screen and (max-width: 1000px) {
	navbar textbranding {
		display: block;
		font-family: 'Garamond';
		color: white;
		font-size: 1.1rem;
	}
}

navbar leftalign, navbar rightalign {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

	navbar leftalign {
		/*justify-content: flex-start;*/
		float: left;
		
	}
	
		navbar rightalign {
		float: right;
		
	}

navbar rightalign {
	margin-right: 10px;
	
}

@media only screen and (max-width: 1000px) {
	navbar rightalign {
		margin-right: 10px;
	}
	
	#nav-home {
		padding-left: 20px;
	}
}

.pg-post-gazette {
	color: black ;
	font-size: 2.1rem;
    /*margin-right: 30px;*/
	background-color: transparent;
	cursor: pointer;
	position: fixed;
	top: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	/*border-right:1px solid black;
	padding-right:10px;*/
}

@media only screen and (max-width: 800px) {
	.pg-post-gazette {
		margin-right: -20px;
	}
}

.project {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: .4rem;
	color: black;
	padding-left: 10px;
	text-transform: uppercase;
}

.green {
	color: #27b35a;
}

.screen {
	position: relative;
	width: 100%;
	height: 100vh;
	background-color: white ;
	z-index: 3;
	overflow: hidden;
	/*background: url('../img/gray-blur.png') left top no-repeat;*/
	/*background-size: cover;*/
}

.byline, .date {
	font-size: 1rem;
    /* text-align: center; */
    text-transform: uppercase;
    letter-spacing: .08rem;
    text-shadow: none;
    font-family: 'Sofia Sans';
    font-weight: 400;
    margin-top: 0px;
    width: 100%;
	text-align: center;
	color: #3e3e3f;
	margin-top: 10px;
}

@media only screen and (max-width: 500px) {
	.byline {
		margin-left: 0;
		font-size: .9rem;
	}
}

b {
  font-weight: 800;
}

.pub-date {
  font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .08rem;
	text-shadow: none;
	font-family: 'Martel', serif;
  font-weight: 200;
	margin-top: 0px;
	margin-bottom: 60px;
}

/*------------CREDITS ------------------------------------------------------*/

/* AD STYLES----------------------------------------*/

.ad-wrapper {
	width: 100%; height: auto; position: relative; z-index:9; display:inline-block;background-color: white;
	z-index: 98;
}

.leader-ad {
    width: 728px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
		padding-bottom: 10px;
		position:relative;
		z-index:99;
}

.box-ad {
	display: none;

}

.ad-preview {
    text-align: center;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

		.leader-ad {
				display: none;
		}

		.box-ad {
				width: 300px;
				height: auto;
				display: block;
				margin: 5px auto 0 auto;
				padding-bottom: 10px;
		}
	}

/*--------------------------------------------------------*/
.mobile {
	display: none !important;
}

.desktop {
  display: block;
}

@media only screen and (max-width:1000px) {
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}
}


.height-auto {
	height: auto;
}

.social_link {
	color: white;
	font-size: 1.5rem;
	position: absolute;
	top: 10px;
	left: 20px;
	
}

.width-100 {
	width: 100%;
}

.spacer {
	width: 100%;
	height: 20px;
	background-color: transparent;
}

.spacer-10 {
	width: 100%;
	height: 10px;
}

footer {
 width: 100%;
	height: auto;
    /* display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;*/
    position: relative;
	
	margin-bottom: 30px;
	padding: 20px;
	margin-top: 30px;
	
}

footer div {
	line-height: 150%;
	font-family: 'Montserrat';
	color: black;
	z-index: 5;
	font-size: .9rem;
	text-align: center;
}

@media only screen and (max-width:1000px) {
	footer {
		/*justify-content: flex-start;
		justify-content: flex-start;
		align-content: flex-start;
		margin-left: 20px;
		padding-left: 0;*/
	}
}

.hole-story-container p, .hole-story-container ul li {
	font-family: 'Montserrat';
	margin-bottom: 15px;
	color: #515254;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 140%;
  font-style: normal;
	
}

@media only screen and (max-width:500px) {
	.hole-story-container p, .hole-story-container ul li {
		font-size: 1rem;
	}
}

.white-bg {
	background-color: white;
}

.width-80 {
	width: 80vw;
	display: block;
	margin: 0 auto;
	clear: both;
}

.width-60 {
	width: 60vw;
	display: block;
	margin: 0 auto;
	clear: both;
}

.width-90 {
	width: 90%;
	margin-left: 5%;
}

@media only screen and (max-width: 1100px) {
	
	.width-90, .width-60 {
		width: 98%;
		margin-left: 1%;
	}
	
	.storyfeed {
		width: 80vw;
	}
	
}

@media only screen and (max-width: 800px) {
	.storyfeed, .width-80, .width-90 {
		margin-left: 0;
		width: 94%;
		margin-left: 3%;
		
	}
}

@media only screen and (max-width: 500px) {
	.storyfeed {
		margin-left: 0;
		width: 100%;
		margin-left: 0px;
		margin-right: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.caption {
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: .9rem;
	margin-top: 10px;
	text-align: center;
	line-height: 140%;
	padding: 0 10px;
}

@media only screen and (max-width: 500px) {
	.caption {
		font-size: 1rem;
	}
}

@media (orientation: landscape) {
	.landscape {
		display: block;
	}
	.portrait {
		display: none;
	}
	
	
}


@media (orientation: portrait) {
	.landscape {
		display: none;
	}
	.portrait {
		display: block;
	}
	
	
}


.bold {
	font-weight: 600 !important;
}

.float-left {
	float: left;
	padding: 20px 20px 20px 0;
	max-width: 300px;
}

@media only screen and (max-width: 800px) {
	.float-left {
		float: none;
		padding: 0;
		width: 100%;
	}
	
}

a.navlink {
	color: white;
}


.italic, em {
	font-style: italic;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

@media only screen and (max-width: 500px) {
	.align-right, .align-left {
		text-align: center;
	}
}

.align-center {
	text-align: center;
}

.fa-angle-down {
	color: #e0b03e;
	font-size: 4rem;
	font-weight: 400;
	position: absolute;
	top: 90%;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}	

#screen2 {
	/*margin-top: -40vh;*/
	
	
}

@media only screen and (max-width: 1900px) {
	#screen2 {
		margin-top: 0;
	}
}
	
.social-wrapper {
	width: auto;
	position: absolute;
	top: 20px;
	right: 20px;
	/*transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
	/*text-align: center;
	width: 100%;*/
}

.social-wrapper a:link {
	color: #3e3e3f;
	font-size: 2rem;
}

a:hover {
	text-decoration: underline;
}

/*.fa-brands, .fa-facebook-f {*/
.fa-x-twitter {
	padding-left: 20px;
	
}

.fa-brands, .fa-facebook-f {
	color: black;
}

.subhead {
	font-family: "Montserrat-Extra-Light", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
   text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #686664;
    width: 50%;
    margin-left: 25%;
	letter-spacing: -.1rem;
}

@media only screen and (max-width: 1100px) {
	.subhead {
		font-size: 2.5rem;
		width: 80%;
		margin-left: 10%;
	}
}

@media only screen and (max-width: 500px) {
	.subhead {
		font-size: 1.5rem;
		width: 80%;
		margin-left: 10%;
	}
}

.dropcap {
	float: left;
    font-size: 100px;
    line-height: 90px;
    margin-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif;
    font-size: 8rem;
    color: #000; /*#a6a6a5;*/
}

.margin-top-0 {
	margin-top: 0 !important;
}

.enlarge {
	cursor: pointer;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	z-index: 30001;
	width: 100%;
	background-color: rgba(0,0,0,.9);
	height: 100%;
	display: none;
}

	.popup img {
		
  height: auto;
  width: 96vw;
  margin-top: 20px;
  position: relative;
  /*left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);*/
  display: block;
  margin: 20px auto;
  z-index: 30002;
  
  
	}
	
	@media only screen and (max-width: 500px) {
		.popup img {
			width: 90%;
			height: auto;
			margin-top: 50px;
		}
	}
	
	.popup .caption {
		position: relative;
  width: 90%;
  text-align: center;
  left: 0;
  margin-left: 5%;
 
  color: white;
		
	}

@media only screen and (max-width: 1100px) {
	.popup {
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
	}
}

.white {
	color: white !important;
}

.black {
	color: black !important;
}

.slide-top-img {
	width: 100%;
	position: relative;
	height: auto;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
}

.hole-story-container {
	width: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}

@media only screen and (max-width:1100px) {
	.hole-story-container {
		width: 80%;
		
	}
}

@media only screen and (max-width: 800px) {
	.hole-story-container {
		width: 90%;
		margin: 0 auto;
		
	}
}

.hole-story-container .story-headline {
	font-family: 'Montserrat';
	color: #65665C; /*#838377;*/
	font-size: 2.5rem;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 120%;
}

.story-image-container {
	width: 100%;
	padding: 0px 20px 20px 0;
}

@media only screen and (max-width:800px) {
	.story-image-container {
		width: 90%;
		float: none;
		padding: 20px;
		margin-left: 5%;
	}
	
}

.story-image-container img {
	width: 33%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width:800px) {
	.story-image-container img {
		width: 100%;
		
	}
	
}

.enlarge {
	cursor: pointer;
}

.slide-holder {
	position: relative;
}

.story-image-float-container {
	float: right;
	width: 33%;
	margin: 20px;
}

.story-image-float-left-container {
	float: left;
	width: 33%;
	margin: 20px;
}

@media only screen and (max-width: 1000px) {
	.story-image-float-container, .story-image-float-left-container {
		float: none;
		width: 90%;
		margin-left: 5%;
	}
}

.story-image-float-container img {
	width: 100%;
	margin-left: 0;
}

.kicker-container {
	display: flex;
  justify-content: center;
  align-items: center;
}
.kicker {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    color: #fcb12c;
    letter-spacing: .3rem;
   /*text-align: center;*/
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom: 2px solid darkgray;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	
}

@media only screen and (max-width: 500px) {
	.kicker {
		font-size: 1.5rem;
		width: 90%;
		margin-left: 5%;
		text-align: center;
	}
}

hr {
	width: 25%;
	background-color: white;
	margin-left: 35%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;	
}


.slide-img {
		padding-left: 10px;
		padding-right: 10px;
		width: 98%;
		
	}

 .fa-circle-arrow-right, .fa-solid.fa-circle-arrow-left {
	font-size: 4rem;
    color: black; 
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 3;
	
 }
 
 @media only screen and (max-width: 500px) {
	.fa-circle-arrow-right, .fa-solid.fa-circle-arrow-left {
		font-size: 3rem;
		color: black;
	}
 }
 
 .fa-solid.fa-circle-arrow-left {
	 left: -9%;
 }
 
@media only screen and (max-width: 500px) {
	.fa-solid.fa-circle-arrow-left {
		 left: -5%;
	 }
}

.fa-solid.fa-circle-arrow-right {
	right: -9%;
}

@media only screen and (max-width: 500px) {
	.fa-solid.fa-circle-arrow-right {
		right: -5%;
	}
}
 
 .fa-solid {
	 font-weight: 900;
 }
 
  @media only screen and (max-width: 1900px) {
	 .fa-angle-left {
		 left: 0px;
	 }

	  .fa-angle-right {
		 right: 20px;
		
	 } 
 }
 
  @media only screen and (max-width: 900px) {
	
	 .fas.fa-caret-circle-left, .fas.fa-caret-circle-right {
		 font-size: 2.5rem;
	 }
 }
 
 
 @media only screen and (max-width: 500px) {
	 .fa-angle-left {
		 left: -20px;
	 }

	  .fa-angle-right {
		 right: -20px;
		
	 } 
	
 }


.img-center {
	display: block;
	margin: 20px auto 30px auto;
	width: 28vw;
}

@media only screen and (max-width:1100px) {
	.img-center {
		width: 60%;
	}
}

@media only screen and (max-width: 500px) {
	.img-center {
		width: 90vw;
	}
}

.subhead2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    color: #686664;
    text-transform: uppercase;
	margin-bottom: 20px;
}

name {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

@media only screen and (max-width: 500px) {
	name {
		font-size: 1.7rem;
	}
}

cuisine, price_point {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}

address {
	clear: both;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}

address a:hover {
	text-decoration: underline;
}

.bg-black {
	background-color: black;
}

.bg-gray {
	background-color: gray;
}

.bg-white {
	background-color: white;
}

.margin-left-0 {
	margin-left: 0;
	margin-right: auto;
}

.header-container {
	position: absolute;
	top: 50vh;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	background-color: rgba(231,164,48,.8);
	    width: 70vw;
    padding: 20px;
}

@media only screen and (max-width: 500px) {
	.header-container {
		width: auto;
	}
}

.h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 5rem;
	line-height: 100%;
	text-align: center;
}

@media only screen and (max-width: 500px) {
	.h1 {
		font-size: 3rem;
	}
}

.h2 {
	font-family: "Montserrat-Extra-Light", sans-serif;
	    font-weight: 600;
    font-size: 3rem;
    line-height: 100%;
   text-align: center;
	line-height: 120%;
}

@media only screen and (max-width: 500px) {
	.h2 {
		font-size: 2rem;
	}
}

.space-before {
	margin-left: 10px;
}

iframe {
	width: 100%;
	height: 30vh;
}

.grid-container {
	display: grid;
	column-gap: 5px;
}

.cols-5-equal {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr ;
}

.margin-20 {
	margin: 20px;
}

@media only screen and (max-width: 800px) {
	.grid-container {
		/*grid-template-rows: repeat(auto, 1fr);*/
		grid-template-columns: 1fr 1fr 1fr;
		width: 100%;
		/*padding-left: 20px;
		padding-right: 20px;*/
		margin-left: 0;
		/*width: 80vw;*/
	}
}

@media only screen and (max-width: 500px) {
	.grid-container {
		/*grid-template-rows: repeat(auto, 1fr);*/
		grid-template-columns: 1fr 1fr ;
		width: 100%;
		/*padding-left: 20px;
		padding-right: 20px;*/
		margin-left: 0;
		/*width: 80vw;*/
	}
	
	.margin-20 {
		margin: 00px;
	}
}

@media only screen and (max-width: 800px) {
	.grid-container {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
}

@media only screen and (max-width: 500px) {
	.grid-container {
		width: 100%;
	}
}

.grid-item img { 
	width: 100%;
	/*padding: 5px;*/
}

.large-27 {
	position: absolute;
	left: 50%;
	top: 50vh;
	transform: translateX(-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	color: lightgray;
	font-family: 'Montserrat Black', sans-serif;
	font-size: 98vh;
	opacity: .7;
}

@media only screen and (max-width: 500px) {
	.large-27 {
		font-size: 50vh;
	}
}

.map {
	width: 100%;
	height: 20vh;
}

hr.gray {
	width: 5%;
	min-width: 100px;
	height: 1px;
	background-color: gray;
	margin: 20px auto 30px auto;
	border-bottom: 0 none;
}

.dot {
	background-color: black;
	height: 15px;
	  width: 15px;
	  border-radius: 50%;
	  display: block;
	  margin: 40px auto;
}

.padding-20 {
	padding: 20px;
}

.price-key-container {
	background-color: rgba(231,164,48,.2);/*#F8EDD8;*/
}