@charset "UTF-8";

/* FONTS */
	/* Begin font import CSS... */
	@font-face {
		font-family: 'Bitter Extra Light';
		font-style: normal;
		font-weight: 100;
		src: url("../webfonts/Bitter-ExtraLight.ttf");
		font-display: swap;
	}
		@font-face {
		font-family: 'Bitter Light';
		font-style: normal;
		font-weight: 200;
		src: url("../webfonts/Bitter-Light.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Bitter Medium';
		font-style: normal;
		font-weight: 300;
		src: url("../webfonts/Bitter-Medium.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Bitter Bold';
		font-style: normal;
		font-weight: 500;
		src: url("../webfonts/Bitter-Bold.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Bitter Extra Bold';
		font-style: normal;
		font-weight: 750;
		src: url("../webfonts/Bitter-ExtraBold.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Bitter Black';
		font-style: normal;
		font-weight: 750;
		src: url("../webfonts/Bitter-Black.ttf");
		font-display: swap;
	}
	@font-face{
		font-family: 'Hind Light';
		font-style: normal;
		font-weight: 100;
		src: url("../webfonts/Hind-Light.ttf");
		font-display: swap;
	}
	@font-face{
		font-family: 'Hind Regular';
		font-style: normal;
		font-weight: 200;
		src: url("../webfonts/Hind-Regular.ttf");
		font-display: swap;
	}
	@font-face{
		font-family: 'Hind Medium';
		font-style: normal;
		font-weight: 400;
		src: url("../webfonts/Hind-Medium.ttf");
		font-display: swap;
	}
	@font-face{
		font-family: 'Hind SemiBold';
		font-style: normal;
		font-weight: 600;
		src: url("../webfonts/Hind-SemiBold.ttf");
		font-display: swap;
	}
	@font-face{
		font-family: 'Hind Bold';
		font-style: normal;
		font-weight: 800;
		src: url("../webfonts/Hind-Bold.ttf");
		font-display: swap;
	}	
	@font-face{
		font-family: 'Architects Daughter';
		font-style: normal;
		font-weight: 350;
		src: url("../webfonts/ArchitectsDaughter-Regular.ttf");
		font-display: swap;
	} /* ...end font import CSS */

/* COLORS */
	/* Begin color variables... */
	:root{
		--typewriter-ink: #191312;
		--espresson: #491000;
		--americano: #883E24;
		--froth: #DFD9AB;
		--cherrywood: #7E0000;
	}
	/* ...end color variables */
		
/* BODY */
	/* Begin body CSS... */
	html, body{
		overflow-x: hidden;
		max-width: 100%;
	}
	body{
		font-family: 'Hind Light', sans-serif;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}

	/* ...end body CSS */


/* GLOBAL ELEMENT STYLING */
	/* Begin global element  CSS... */
	a:link{
		color: var(--americano);
		text-decoration: none;
		transition: color 0.45s;
	}
	a:visited{
		color: var(--espresson);
	}
	a:hover{
		color: var(--typewriter-ink);
	}
	a:active{
		color: var(--cherrywood);
	}
	button, #footer-newsletter-button{
		-webkit-appearance: none !important; /* REMOVE iOS Gradient */
	}
	h2{
		color: var(--typewriter-ink);
		font-family: 'Hind SemiBold', sans-serif;
		font-size: 1.25rem;
	}
	h3{
	color: var(--typewriter-ink);
	font-family: 'Hind Regular', sans-serif;
	}
	main{
		background: #FFFFFF;
		font-family: 'Hind Light', sans-serif;
		margin-right: 0px;
		margin-left: 0px;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
	main p{ 		
		display: block;
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	/* ...end global element CSS */	
	/* Begin global CLASSES... */
	.vanilla-box{
		padding: 10px 15%;
		position: relative;
		z-index: 2;
	}
	.vanilla-box h2, h3{
		text-align: center;
	}
	.deco-box{
		background: #ffffff url(../images/border-bg33.png) repeat right top; 
		background-size: 275px; 
		height: 825px; 
		overflow: hidden;
		padding-top: 10px; 
		width: 100%;
	}
	.separator-box{
		background: #ffffff url("../images/border-bg33.png") repeat right top;
		background-size: 275px;
		height: 25px;
		margin: 0px;
		overflow: hidden;
		padding: 0px;
		width: 100%;
	}
	.separator-2x{
		height: 50px !important;
	}
	.separator-0p5x{
		height: 12.5px !important;
	}
	.separator-0p25x{
		height: 6.75px !important;
	}
	.main-headings img{
		display: block;
		margin: 0px auto 50px auto;
		width: 89px;
	}
	.main-headings h2{
		font-size: 30px;
		margin: 50px 0px 0px 0px; 
		text-align: center; 
		width: 100%;
	}
	.deco-headings h2, .deco-headings h2 > a{
		color: var(--typewriter-ink);
		font-family: "Hind Bold", sans-serif;
		font-size: 28px;
		text-align: center;
	}
	.deco-headings h3, .deco-headings h3 > a{
		color: var(--espresson);
		font-family: "Hind SemiBold", sans-serif;
		font-size: 22px;
		text-align: center;
	}
	.deco-headings span{
		color: var(--americano);
		display: block;
		font-size: 12px;
		margin: 10% 0px 5% 0px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}
	.split-content_container{
		background-color: #FFFFFF;
		display: flex;
	}
	.split-content_txt p{
		font-family: "Hind Light", sans-serif;
		font-size: 17.5px;
		line-height: 2rem;
	}
	.split-content_TXT-FORMAT1 p{
		padding-bottom: 50px;
	}

	/* ...end global class CSS */
	/* Begin global Nav CSS... */
	#nav_logo{
		background: #FFFFFF;
		border-radius: 0px 0px 25% 25%;
		margin: 0px 0px 0px 15px;
		padding: 10px 5px 0px 5px;
		position: fixed;
		top: 0px;
		z-index: 10;
	}
	#nav_logo_img{
		height: 69px;
		transition: all 0.45s;
	}
	/* ...end global Nav CSS */
	/* Begin global header CSS.. */
	#nav_message{
		/*background: var(--espresson);*/
		color: var(--typewriter-ink);
		display: block;
		font-family: 'Hind Light', sans-serif;
		font-size: 14px;
		margin: 0px;
		padding: 5px 10px;
		text-align: center;
		width: 100%;
	}
	#nav_message p{
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	/* ..end global header CSS */
	/* Begin global footer CSS... */
	#footer-newsletter{
		background: url(../images/footerbg_25.jpg) no-repeat border-box center center; 
		background-size: cover; 
		padding: 50px 0;
	}
	#footer-newsletter h3{
		color: #DFD9AB; 
		font-size: 2.5rem; 
		margin: 0px;
	}
	#footer-newsletter p{
		color: #FFFFFF;
		font-size: 1.8rem;
		font-style: 'Hind SemiBold', sans-serif;
		line-height: 2.69rem;
		margin: 50px 15%;
	}
	#footer-newsletter form{
		margin: 100px auto 0px auto; 
		width: 55%;
	}
	#footer-newsletter i{
		color: #DFD9AB;
		display: inline-block;
		font-size: 2rem;
		margin: 0px 5px; 
		width: 50px;
	}
	#footer-newsletter-email{
		background: none; 
		border: none; 
		border-bottom: 1px solid #DFD9AB; 
		color: #DFD9AB;
		display: inline-block; 
	}
	#footer-newsletter-button{
		background: #491000; 
		border: 0px; 
		border-radius: 25px; 
		color: #FFFFFF; 
		cursor: pointer;
		display: inline-block;
		transition: background 0.45s;
	}
	#footer-newsletter-button:hover{
		background: #7E0000;
	}
	#footer-socialmedia{
		font-size: 35px;
		margin: 50px 0px;
		text-align: center;
		width: 100%;
	}
	#footer-socialmedia i{
		color: #491000;
		cursor: pointer;
		margin: auto 10px;
		transition: color 0.5s;
	}
	#footer-socialmedia i:visited{
		color: #883E24;
	}
	#footer-socialmedia i:hover{
		color: #7E0000;
	}
	#footer-copyright{
		color: #883E24;
		font-size: 15px;
		margin: 0px 0px 64px 0px;
		text-align: center;
		width: 100%;
	}
	/* ...end global footer CSS */
	/* Begin INDEX page styling... */
	#index-page{
		/*margin-top: 99vh;  <--Parallax Effect
		position: absolute;
		z-index: 2;*/
	}
	#index-header{
		background: #ffffff url('../images/header/honeyvanillacoffeebread.jpg') no-repeat center center;
		background-size: cover;
		height: 85vh;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
		/*position: fixed; <--Parallax Effect
		top: 0px;*/
		width: 100%;
		z-index: 0;
	}
	#index-header h2{
		color: #191312;
		font-family: 'Architects Daughter', cursive;;/*"Hind Bold", sans-serif;*/
		font-size: 50px;
		margin: 0px;
	}
	#index-header p{
		color: #232323;
		font-family: 'Hind Medium', sans-serif;;/*"Hind Bold", sans-serif;*/
		font-size: 25px;
		margin: 0px;
	}
	#index-header_message{
	background: rgba(255,255,255,0.25); box-shadow: 0 0 60px 60px rgba(255,255,255,0.25); -webkit-box-shadow: 0 0 60px 60px rgba(255,255,255,0.25); border-radius: 50%;		color: #FFFFFF;
		font-size: 1.75rem;
		position: relative;
		margin: 12.5vh auto 0px auto;
		min-width: 50%;
		max-width: 600px;
		/*position: absolute;
		right: 5vw;
		top: 18vh;*/
			}
	#index-header_message span{
		background: var(--espresson);
		border-radius: 20px;
		color: var(--typewriter-ink);
		cursor: pointer;
		display: block;
		float: none;
		font-size: 15px;
		margin: 10px auto 0px auto;
		padding: 7px 22px;
		transition: background 0.5s;
		width: 100px;
	}
	#index-header_message span:hover{
		background: #FFFFFF;
	}
	#index-header_message a{
		color: #FFFFFF;
		font-family: "Hind Bold", sans-serif;
	}
	#index-header_message a:hover{
		color: var(--espresson);
	}
	#index-header_ui-down{
		color: rgba(255,255,255,0.69);
		font-size: 50px;
		position: absolute;
		top: 77vh;
		text-align: center;
		width: 100%;
	}
	#about-summary{
		margin-bottom: 75px;
	}
	#about-offerings{
		line-height: 1.25rem;
		margin: 25px 17.5% 69px 17.5%;
		padding: 80px 0px 50px 0px;
		text-align: center;
	}
	#about-offerings i{
		color: #491000;
		font-size: 2.5rem;
		margin-bottom: 5px;
	}
	#about-icons-r1, #about-icons-r2{
		display: inline-block;
	}
	#about-icons-r1	div{
		display: inline-block;
		margin: 25px;
	}
	#about-icons-r2	div{
		display: inline-block;
		margin: 25px;
	}
	.menu-localfavs{
		background: #FFFFFF; 
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.09); 
		border-radius: 6px; 
		display: inline-block; 
		float: left; 
		min-height: 600px; 
		margin: 50px 5% 0 5%; 
		padding: 0px; 
		width: 40%;
	}
	.menu-localfavs a{
		float: right;
		margin: 0px 15px;
	}
	#blog-content{
		margin: 0px 5%;
	}
	#blog-content article{
		background: url(../images/sample/sample-blog-1_50.jpg) no-repeat border-box center center; 
		background-size: cover; 
		border-radius: 2px; 
		height: 600px; 
	}
	#blog-content h2{
		font-size: 2.5rem !important;
		padding: 2.5% 0px 0px 5% !important;
	}
	#blog-content p{
		color: #FFFFFF;
		width: 50%;
	}
	#blog-article-01{
		margin: 25px 0px 10px 0px; 
		width: 100%;
	}
	#blog-article-01 p{
		color: #FFFFFF !important;
		margin: 405px 0px 0px 47.5% !important;
		width: 50% !important;
	}
	#blog-article-02{
		float: left; 
		margin: 1% 0px 0px 0px;
		padding: 0px;
		width: 49%;
	}
	#blog-article-02 p{
		color: #FFFFFF !important;
		margin: 325px 0px 0px 47.5% !important;
		width: 50%!important;
	}
	#blog-article-03{
		float: right;
		margin: 1% 0px 0px 0px;
		padding: 0px;
		width: 49%;
	}
	#blog-article-03 p{
		color: #FFFFFF !important;
		margin: 325px 0px 0px 47.5% !important;
		width: 50% !important;
	}
	.blog-title a:link{
		color: #FFFFFF !important;
		transition: color 0.45s;
	}
	.blog-summary a:link{
		color: #DFD9AB;
		margin-left: 10px;
		transition: color 0.45s;
		white-space: nowrap;
	}
	.blog-summary a:visited, .blog-title a:visited{
		color: #717171;
	}
	.blog-summary a:hover, .blog-title a:hover{
		color: #AAAAAA;
	}
	.mobilebutton{
		background: #491000; 
		border: 0px;
		color: #FFFFFF;
		cursor: pointer;
		display: block;
		float: right;
		font-family: 'Hind SemiBold', sans-serif;
		height: auto; 
	}
	#blog-content:after, #lets-talk-form:after{
		content: "";
		clear: both;
		display: table;
	}
	#blog-readmore{
		background: var(--espresson); 
		border-radius: 50px;
		display: block;
		height: auto; 
		margin: 80px auto 150px auto; 
		padding: 0.75rem 0px 0.5rem 0px;
		width: 150px;
	}
	#blog-readmore:hover{
		background: #7E0000;
		cursor: pointer;
	}
	#blog-readmore a:link{
		color: #FFFFFF; 
		font-size: 1rem; 
		font-family: "Hind Regular", sans-serif;
		transition: color 0.5s;
	}
	#blog-readmore a:visited{
		color: #DFD9AB;
	}


	/* ...end INDEX page CSS */	
	/* Begin MENU page styling... */
	#menu-header{
		background: #ffffff url('../images/header/coffeedrinking.jpg') no-repeat center center;
		background-size: cover;
		height: 55vh;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
		/*position: fixed; <--Parallax Effect
		top: 0px;*/
		width: 100%;
		z-index: 0;
	}
	#menu-header h2{
		color: #FFFFFF;
		font-family: "Hind Bold";
		font-size: 45px;
		margin: 0px;
	}
	#menu-header p{
		color: #FFFFFF;
		font-family: "Hind Regular";
		font-size: 20px;
		margin: 0px;
	}
	#menu-header_message{
		color: #FFFFFF;
		font-size: 1.75rem;
		position: absolute;
		left: 5vw;
		top: 25vh;
	}
	.menu-section{
		display: flex;
	}
	.menu-section_alt-box{
		background-color: #F7F7F7;
	}
	.menu-section i{
		color: var(--espresson);
		font-size: 50px;
		text-align: center;
		margin: 50px 0px 0px 0px;
		width: 100%;
	}
	#menu-section_coldbev{
		display: block;
		margin: 50px auto 0px auto;
		width: 50px;
	}
	.menu-section h2{
		color: var(--espresson);
		font-family: "Hind Bold", sans-serif;
		font-size: 30px;
		margin: 5px 0px;
		text-align: center;
	}
	.menu-section ul{
		list-style-type: none;
		margin: 0px 0px 0px 5%;
		padding: 0px;
		width: 50%;
	}
	.menu-section h3{
		color: var(--americano);
		display: inline-block;
		font-family: "Hind SemiBold", sans-serif;
		margin: 1em 0px 0px 0px;
		text-align: left;
	}
	.menu-section p{
		font-family: "Hind Light", sans-serif;
		font-size: 17.5px;
	}
	.menu-section_listings{
		display: flex;
		padding: 0px 5%;
	}
	.menu-section_listings i{
		color: var(--typewriter-ink) !important;
		display: inline-block !important;
		font-size: 17.5px !important;
		margin: 0px 5px !important;
		width: 17.5px !important;
	}
	.menu-section p{
		margin: 0px !important;
		padding: 0px !important;
		width: 80% !important;
	}
	.menu-section_img{
		display: inline-block;
		width: 33%;
	}
	.menu-section_txt{
		display: inline-block;
		padding-bottom: 100px;
		width: 67%;
	}
	.menu_img-item{
		color: var(--typewriter-ink) !important;
	}
	#menu-section_hd{
		background: url(../images/menu/hot-bev.jpg) center center;
		background-size: cover;
	}
	#menu-section_cd{
		background-image: url(../images/menu/cold-bev.jpg);
		background-position: center center;
		background-size: cover;
	}
	#menu-section_bg{
		background-image: url(../images/menu/baked-goods.jpg);
		background-position: center center;
		background-size: cover;
	}
	/* ...end CONTACT page styling */
	/* Begin ABOUT page styling... */
	#about-header{
		background: #ffffff url('../images/header/teastudying.jpg') no-repeat center center;
		background-size: cover;
		height: 55vh;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
		top: 0px;*/
		width: 100%;
		z-index: 0;
	}
	#about-header h2{
		color: #FFFFFF;
		font-family: "Hind Bold";
		font-size: 45px;
		margin: 0px;
	}
	#about-header p{
		color: #FFFFFF;
		font-family: "Hind Regular";
		font-size: 20px;
		margin: 0px;
	}
	#about-header_message{
		color: #FFFFFF;
		font-size: 1.75rem;
		position: absolute;
		left: 5vw;
		top: 35vh;
	}
	#about_freshness-img{
		background-image: url(../images/about/freshness.jpg);
		background-size: cover;
		width: 40%;
	}
	#about_freshness-txt{
		min-height: 500px;
		padding-bottom: 50px;
		width: 60%;
	}
	#about_arts-img{
		background-image: url(../images/about/arts.jpg);
		background-size: cover;
		width: 40%;
	}
	#about_arts-txt{
		background-color: #F7F7F7;
		min-height: 500px;
		padding-bottom: 50px;
		width: 60%;
	}
	#about_sustainable-img{
		background-image: url(../images/about/sustainable.jpg);
		background-size: cover;
		width: 40%;
	}
	#about_sustainable-txt{
		min-height: 500px;
		padding-bottom: 50px;
		width: 60%;
	}
	/* ...end ABOUT page styling */
	/* Begin JOURNAL page styling... */
	#journal-header{
		background: #ffffff url('../images/header/audience.jpg') no-repeat center center; /*-325px;*/
		background-size: cover;
		height: 55vh;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
		width: 100%;
		z-index: 0;
	}
	#journal-header h2{
		color: #FFFFFF;
		font-family: "Hind Bold", sans-serif;
		font-size: 45px;
		margin: 0px;
	}
	#journal-header p{
		color: #FFFFFF;
		font-family: "Hind Regular", sans-serif;
		font-size: 20px !important;
		margin: 0px !important;
		width: 100% !important;
	}
	#journal-header_message{
		color: #FFFFFF;
		font-size: 1.75rem;
		position: absolute;
		left: 5vw;
		top: 20vh;
	}
	.journal-articles{
		display: flex;
		height: 450px;
		margin: 25px 2.5%;
	}
	.journal-article_thumb{
		flex: 40%;
		overflow: hidden;
	}
	.journal-article_copy{
		flex: 60%;
	}
	.journal-article_thumb img{
		transform: translate(-20%, -5%);
		max-width: 900px;
		width: 185%;
	}
	.journal-alt{
		background: #f7f7f7;
		padding: 0px 0px 0px 2.5%;
		margin: 25px 2.5% 25px 0px;
	}
	.journal-article_summary{
		font-family: "Hind Light", sans-serif;
	}
	.journalButton_OVERRIDE{
		display: block !important;
		float: none !important;
		margin: 45px auto 5px auto !important;
		transition: background 0.45s !important;
	}
	.journalButton_OVERRIDE:hover{
		background: var(--cherrywood);
	}
	#journal_article-count{
		font-family: "Hind Light", sans-serif;
		margin: 75px 0px 50px 0px;
		text-align: center;
	}
	#journal_article-count b{
		font-family: "Hind Bold", sans-serif;
	}
	/* ...end JOURNAL page styling */
	/* Begin ARTICLE page styling */
	.article-title{
	}
	.article-title h1{
		color: var(--typewriter-ink);
		font-family: "Hind Bold", sans-serif;
		font-size: 45px;
		margin: 0px;
		text-align: center;
	}
	.article-title span{
		color: var(--americano);
		margin: 10% 0px 1% 0px;
		text-align: center;
		text-transform: uppercase;
	}
	#article-summary{
		color: var(--espresson);
		font-family: "Hind regular", sans-serif;
		font-size: 14px;
		font-style: italic;
		margin: 0px auto 7.5% auto;
		width: 69%;
	}
	#article-bodycopy p{
		font-family: "Hind Light", sans-serif;
		font-size: 17.5px;
		line-height: 2rem;
	}
	#article-share{
		background: #f7f7f7;
		border-radius: 5px;
		margin: 7.5% auto;
		padding: 10px;
		width: 60%;
	}
	#article-share_osn{
		text-align: center;
		width: 100%;
	}
	#article-share_osn i{
		color: var(--espresson);
		font-size: 30px;
		margin: auto 10px;
		transition: color 0.45s;
	}
	#article-share_osn i:hover{
		color: var(--cherrywood);
	}
	#article-share p{
		font-family: "Hind Light", sans-serif;
		text-align: center;
	}

	/* ...end ARTICLE page styling */
	/* Begin CONTACT page styling... */
	#contact-page{
		margin-top: 0px;
	}
	#contact-page main{
		margin: 75px 0 0 0;
	}
	#contact-intro{
		background: linear-gradient(rgba(73,17,0,0.35), rgba(255,255,255,0.15));
		padding-top: 69px;
		padding-bottom: 0px;
	}
	.contact-method{
		color: #491000;
		display: inline-block;
		margin: 50px 0;
		width: 45%;
	}
	.contact-method i{
		display: block;
		font-size: 3rem;
		text-align: center;
		width: 100%;
	}
	.contact-method h4{
		color: #191312;
		display: block;
		font-family: 'Hind Light', sans-serif;
		font-size: 0.75rem;
		text-align: center;
	}
	.contact-method a{
		cursor: pointer;
		display: block;
		text-align: center;
	}
	.map{
		height: 250px;
		width: 250px;
	}
	.location-container{
		display: flex;
		padding: 10px 0%;
		margin: 100px 0px 125px 0px;
		width: 100%;
	}
	.location-box{
		background: #F9F9F9;
		border-radius: 5px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 10px 0 rgba(0, 0, 0, 0.05) !important;
		display: inline-block;
		margin: 0px 2.5%;
		padding: 0px;
		width: 50%;
	}
	.location-box h3{
		color: var(--espresson);
	}
	.location-box_headerimg{
		height: 400px;
		overflow: hidden;
		width: 100%;	
	}
	#loc_flagship{
		background: url(../images/loc/loc_flagship.jpg) no-repeat center center;
		background-size: cover;
	}
	#loc_popups{
			background: url(../images/loc/loc_park.jpg) no-repeat center center;
			background-size: cover;
	}
	.location-box p{
		color: var(--typewriter-ink);
		display: block;
		font-family: "Hind Light", sans-serif;
		font-size: 16px;
		padding: 0px 5%;
	}
	.location-box_info{
		color: var(--typewriter-ink);
		display: flex;
		font-size: 16px;
		margin: 15px 0px 30px 0px;
		padding: 0px 5%;
	}
	.location-box_info ul, li{
		padding: 0px;
		margin: 0px;
	}
	.location-box_info li{
		height: 30px;
	}
	.location-box_info li:nth-of-type(2){
		height: 60px;
	}
	.location-box_info i{
		color: var(--cherrywood);
		font-size: 25px !important;
		margin-right: 10px;
	}
	#lets-talk-box p{
		color: var(--typewriter-ink);
		font-size: 18x;
		padding: 0px 5%;
	}
	#lets-talk-form input, textarea, button{
		background: #FFFFFF;
		border: 1px solid #ececed;
		border-radius: 6px;
		display: inline-block;
		font-family: 'Hind Light', sans-serif;
		font-size: 1.05rem;
		margin: 5px 0;
		padding: 8px 15px;
	}
	#lets-talk-form br{
		clear: both;
	}
	.ltf-input{
		width: 45%;
	}
	.ltf-input input{
		font-size: 1.1rem;
		height: 50px;
		width: 100%;
	}
	.ltf-input label, #ltf-msg label{
		display: block;
		font-family: 'Hind Light', sans-serif;
		margin: 25px 0 5px 0;
	}
	.ltf-input:nth-of-type(odd){
		float: left;
	}
	.ltf-input:nth-of-type(even){
		float: right;
	}
	#ltf-msg{
		width: 100%;
	}
	#ltf-msg textarea{
		line-height: 1.5rem;
		width: 100%;/*calc(100% - 32px);*/
	}
	#contact-submitbtn{
		background-color: var(--cherrywood) !important;
		color: #FFFFFF;
		float: right !important;
		transition: background-color 0.45s;
		width: 50% !important;
	}
	#contact-submitbtn:hover{
		background-color: var(--americano) !important;
	}
	/* ...end CONTACT page CSS */	

 /* LOGIN */
	#admin-login-page{
		background-attachment: fixed !important;
		background-color: var(--typewriter-ink);
		background-size: cover !important;
		height: 100vh;
	}
	#admin-login{
		background: #FFFFFF; 
		border-radius: 5px; 
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.09); 
		font-family: 'Hind Light', sans-serif;
		font-size: 1.4rem;
		padding: 15px 25px; 
		position: absolute; 
		top: 50%; 
		left: 50%; 
		transform: translate(-50%, -50%);
		width: 400px;
	}
	#admin-login-logo{
		margin: 5px 125px;
		width: 150px;
	}
	#admin-login ul, li{
		list-style-type: none;
		margin: 0px;
		padding: 10px 0px 10px 0px;;
	}
	#admin-login input{
		background: #FFFFFF;
		border: 1px solid #ececed;
		border-radius: 6px;
		display: block;
		font-size: 1rem;
		margin: 5px 0;
		padding: 8px 15px;
		width: 90%;
	}
	#admin-login-submit{
		background: var(--espresson)  !important;
		color: #FFFFFF;
		font-family: 'Hind Medium', sans-serif;
		float: right !important;
		width: 50% !important;
	}
	#admin-login-submit:hover{
		background: var(--cherrywood) !important;
	}

/* ********** RESPONSIVENESS ********** */


/* SNHU PORTRAIT PHONE */
@media only screen and (min-width: 320px) and (max-width : 767px){
	/* Begin GLOBAL styling... */
	.deco-headings span{
		margin: 10% 0px 5% 0px;
	}
	.split-content_container{
		display: block;
	}
	.split-content_img-m{
		display: block;
		height: 250px;
		margin-left: -7.5%;
		overflow: hidden;
	}
	/* ...end GLOBAL styling */
	/* Begin NAV styling... */
	#nav_logo{
		position: absolute;								   
	}
	/* ...end NAV styling */   
	/* Begin INDEX styling... */
	#index-header{
		background-position-x: 75%;
		background-position-y: center;
		height: 99vh;
	}
	#index-header p{
		display: none;
   	}
	#index-header_message span{
		float: none;
    }
	index-header_ui-down{
		top: 88vh;
   	}
	#index-header_message{
		background: rgba(255,255,255,0.25);
		box-shadow:	0 0 60px 60px rgba(255,255,255,0.25);
		-webkit-box-shadow: 0 0 60px 60px rgba(255,255,255,0.25);
		border-radius: 50%;
		padding: 10px;
		margin-top: 90px;
		text-align: center;
	}
	#index-page p{
		margin: 5px 5%;
	}
	#about-offerings{
		margin: 25px 5% 69px 5%;
	}
	#about-icons-r1 div, #about-icons-r2 div{
		margin: 15px;
	}
	.menu-localfavs{
		margin: 50px 5%;
		min-height: 500px;
		width: 90%;
	}
	#blog-content article{
		height: 500px;
	}
	#blog-article-01, #blog-article-02, #blog-article-03{
		display: block;
		float: none;
		width: 100%;
	}
	.blog-summary{
		display: none !important;
	}
	.mobilebutton{
		border-radius: 50px;
		margin: 275px 15px 0px 0px; 
		padding: 5px 0px 5px 0px;
		width: 150px;
	}
	.mobilebutton a:link{
		transition: color 0.5s;
	}
	.mobilebutton:hover{
		background: #7E0000;
	}
	.mobilebutton a:visited{
		color: #DFD9AB;
	}
	#blog-readmore, #blog-readmore:hover{
		background: none;
		border: none;
		margin: 50px 12.5% 150px 12.5%;
		width: 75%;
	}
	#blog-readmore a:link{
		color: #191312;
		font-style: 'Hind Bold', sans-serif !important;
		font-size: 1.75rem !important;
	}
	#blog-readmore a:hover, #blog-readmore a:visited{
		background: none;
		color: #7E0000;
	}
	#blog-readmore::after{
		content: " >";
		font-size: 1.5rem !important;
	}
	
	
	/* ...end INDEX styling */
	/* Begin MENU styling... */
	.menu-section_listings{
		display: block;
	}
	.menu-section ul{
		margin: 0px;
		width: 100%;
	}
	.menu-section h3{
		text-align: center;
	}
	.menu-section p{
		width: 100% !important;
	}
	.menu-section_m-header{
		display: block;
		height: 250px;
		margin-left: -60%;
		overflow: hidden;
		width: 732px;
	}
	.menu-section_img{
		display: none;
	}
	.menu-section_txt{
		width: 100%;
	}
	/* ...end MENU styling */
	/* Begin ABOUT styling... */
	.about_freshness-txt, #about_freshness-txt, #about_arts-txt, #about_sustainable-txt{
		width: 100%;
	}
	/* ...end ABOUT styling */
	/* Begin JOURNAL styling... */
	.journal-articles{
		display: block;
		height: auto;
		margin: 25px 2.5% 100px 2.5%;
		padding: 0px 0px 10px 0px;
		width: calc(100% - 5%);
	}
	.journal-alt{
		margin: 25px 2.5% 0px 2.5%;
		padding-top: 10px;
		padding-bottom: 69px;
	}
	.journal-article_thumb,  .journal-article_copy{
		display: block;
		width: 100%;
	}
	.journal-article_thumb{
		height: 200px;
	}
	.journal_m-remove-el{
		display: none;
	}
	
	/* ...end JOURNAL styling */
	/* Begin ARTICLE styling... */
	#article-summary, #article-share{
		width: 100%;
	}
	#article-share{
		padding: 10px 10px 25px 10px;
		margin: 50px 0px 0px 0px;
	}
	#article-bodycopy p{
		margin: 20% 0px;
	}
	/* ..end JOURNAL styling */
	/* Begin CONTACT styling... */
	.location-container{
		display: block;
		margin: 100px 0px 0px 0px;
		padding: 10% 0px 0px 0px;
	}
	.location-box{
		box-shadow: none !important;
		margin: 0px;
		padding-bottom: 25px;
		width: 100%;
	}
	.location-box p:last-of-type{
		margin-bottom: 69px;
	}
	.location-box_headerimg{
		height: 300px;
	}
	.location-box_info{
		margin: 0px 12.5%;
		width: 75%;
	}
	.location-box_info li{
		height: 60px;
	}
	.contact-method{
		display: block;
		width: 100%;
	}
	.contact-method i{
		font-size: 3.5rem;
	}
	#lets-talk-box h2{
		margin: 0px;
	}
	.ltf-input{
		float: none;
		width: 100%;
	}
	.ltf-input input{
		width: 88%;
	}
	#ltf-msg textarea{
		width: 88%;
	}
	#contact-submitbtn{
		border: 0px;
		float: none;
		margin: 25px 0px 50px 0px;
		width: 100% !important;
	}
	/* ...end CONTACT styling */
	/* Begin FOOTER styling... */
	footer p{
		padding: 0px 5%;
	}
	#footer-newsletter form{
		margin: 100px 5px 0px 5px;
		width: 100%;
	}
	#footer-newsletter i{
		font-size: 25px;
		margin: 0px 5px 0px 10px;
		width: 25px;
	}
	#footer-newsletter-email{
		font-size: 1.25rem; 
		width: calc(100% - 65px);		
	}
	#footer-newsletter-button{
		margin: 20px 24% 0px 24%; 
		font-size: 1rem; 
		padding: 10px 0px; 
		width: 50%;
	}
	/* ...end FOOTER styling */
	/* Begin LOGIN styling... */
	#admin-login{
		font-size: 1.4rem;
		padding: 15px 5px; 
		width: 100%;
	}
	#admin-login-logo{
		margin: 5px 25%;
		width: 50%;
	}
	#admin-login ul, li{
		margin: 0px;
		padding: 10px 0px 10px 0px;;
	}
	#admin-login label{
		margin: 0px 10px;
	}
	#admin-login input{
		font-size: 1.1rem;
		margin: 5px 15px;
		padding: 8px 15px;
		width: 80%;
	}
	#admin-login-submit{
		float: none !important;
		margin-top: 25px !important;
		width: calc(80% + 32px) !important;
	}
	/* ...end LOGIN styling */
	/* Begin OTHER styling... */
	.separator-mobile{
		display: block !important;
		margin: 0px 0px 50px 0px;
		height: 50px;
	}
	/* ..end OTHER styling */
}


/* SNHU PORTRAIT TABLET */
@media only screen and (min-width: 768px) and (max-width : 1023px){
	/* Begin GLOBAL styling... */
	.split-content_img{
		display: none;
	}
	.split-content_img-m{
		display: block;
		width: 100%;
	}
	.split-content_txt{
		width: 100%;
	}
	.split-content_img-m{
		display: block;
		overflow: hidden;
		width: 100%;
	}
	/* ...end GLOBAL styling */
	/* Begin NAV styling... */
	#nav_logo{
		position: absolute;								   
	}
	/* ...end NAV styling */
	/* Begin INDEX styling... */
	#index-header{
		background-position-x: 75%;
		background-position-y: center;
		height: 99vh;
	}
	#index-header p{
		display: none;
   	}
	#index-header_message span{
		float: none;
    }
	index-header_ui-down{
		top: 88vh;
   	}
	#index-page p{
		margin: 5px 5%;
	}
	#about-offerings{
		margin: 25px 5% 69px 5%;
	}
	#about-icons-r1 div, #about-icons-r2 div{
		margin: 15px;
	}
	.menu-localfavs{
		margin: 50px 5%;
		min-height: 500px;
		width: 90%;
	}
	#blog-content article{
		height: 500px;
	}
	#blog-article-01, #blog-article-02, #blog-article-03{
		display: block;
		float: none !important;
		width: 100%;
	}
	.blog-summary{
		display: none !important;
	}
	.mobilebutton{
		border-radius: 50px;
		margin: 340px 15px 0px 0px; 
		padding: 5px 0px 5px 0px;
		width: 150px;
	}
	.mobilebutton a:link{
		transition: color 0.5s;
	}
	.mobilebutton:hover{
		background: #7E0000;
	}
	.mobilebutton a:visited{
		color: #DFD9AB;
	}
	#blog-readmore, #blog-readmore:hover{
		background: none;
		border: none;
		margin: 50px 0px 150px 0px;
		width: 75%;
	}
	#blog-readmore a:link{
		color: #191312;
		font-style: 'Hind Bold', sans-serif !important;
		font-size: 1.75rem !important;
	}
	#blog-readmore a:hover, #blog-readmore a:visited{
		background: none;
		color: #7E0000;
	}
	#blog-readmore::after{
		content: " >";
		font-size: 1.5rem !important;
	}
	
	
	/* ...end INDEX styling */
	/* Begin MENU styling... */
	.menu-section_m-header{
		display: block;
		width: 100%;
	}
	.menu-section_img{
		display: none;
	}
	.menu-section_txt{
		width: 100%;
	}
	/* ...end MENU styling */
	/* Begin ABOUT styling... */
	.about-section_m-header{
		display: block;
		width: 100%;
	}
	#about_freshness-txt, #about_arts-txt, #about_sustainable-txt{
		width: 100%;
	}
	/* ...end ABOUT styling */
	/* Begin JOURNAL styling... */
	.journal-article_thumb-mobile{
		display: none;
	}
	/* ...end JOURNAL styling */
	/* Begin ARTICLE styling... */
	#article-bodycopy p{
		margin: 10% 0px;
	}
	/* ...end ARTICLE styling */
	/* Begin CONTACT styling... */
	.location-box{
		display: block;
		width: 100%;
	}
	.contact-method i{
		font-size: 3.5rem;
	}
	.ltf-input{
		float: none;
		margin: 20px 0px;
		width: 100%;
	}
	.ltf-input input{
		width: 95%;
	}
	#ltf-msg textarea{
		width: 95%;
	}
	#contact-submitbtn{
		border: 0px;
		float: none !important;
		margin: 25px 0px 50px 0px;
		width: 100% !important;
	}
	/* ...end CONTACT styling */
	/* Begin FOOTER styling... */
	footer p{
		padding: 0px 5%;
	}
	#footer-newsletter form{
		margin: 100px 5px 0px 5px;
		width: 100%;
	}
	#footer-newsletter i{
		font-size: 25px;
		margin: 0px 5px 0px 10px;
		width: 25px;
	}
	#footer-newsletter-email{
		font-size: 1.25rem; 
		width: calc(100% - 65px);		
	}
	#footer-newsletter-button{
		margin: 20px 24% 0px 24%; 
		font-size: 1rem; 
		padding: 10px 0px; 
		width: 50%;
	}
	/* ..end FOOTER styling */
	/* Begin OTHER styling... */
	.separator-mobile{
		display: none !important;
	}
	/* ..end OTHER styling */
}


/* SNHU DESKTOP */
@media only screen and (min-width: 1024px) /*and (max-width : 1999px)*/{
	/* Begin GLOBAL styling... */
	.split-content_img-m{
		display: none;
	}
	/* ...end GLOBAL styling */
	/* Begin NAV styling... */
	nav{
		text-align: right;
		width: 100%;
	}
	#navlinks{
		background: none;
		color: #FFFFFF;
		position: fixed;
		transition: all 0.45s;
		z-index: 5;
	}
	#navlinks ul{
		list-style-type: none;
		margin: 17.5px;
	}
	#navlinks li{
		display: inline;
		margin: 0px 20px;
	}
	#navlinks li:last-of-type{
		margin-right: 30px;
	}
	#navlinks li a{
		color: #FFF;
		font-family: "Hind Regular", sans-serif;
		font-size: 14x;
		text-decoration: none;
		transition: color 0.45s;
	}
	#navlinks li a:hover{
		color: var(--cherrywood);
	}
	#navlinks.scrolldown_nav{
		background: #FFFFFF !important;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.09) !important;
	}
	#navlinks.scrolldown_nav li a{
		color: var(--typewriter-ink) !important;
	}
	#nav_logo_img.scrolldown_nav{
		height: 42px;								   
	}
	.navlinks_000 li a{
		color: var(--typewriter-ink) !important;								   
	}
	.navlinks_fff li a{
		color: #FFF !important;							   
	}
	.nav_000 li a{
		color: #000 !important;
		transition: color 0.45s;
	}	
	.nav_000 li a:hover{
		color: var(--cherrywood) !important;							   
	}								   
	/* ...end NAV CSS */
	/* Begin INDEX page styling... */
	#index-page p{
		margin: 5px 17.5%;
		width: 65%;
		
	}
	.mobilebutton{
		display: none;
	}
	/* ...end INDEX page styling */
	/* Begin MENU styling... */
	.menu-section_m-header{
		display: none;
	}
	/* ..end MENU styling */
	/* Begin JOURNAL styling... */
	.journal-article_thumb-mobile{
		display: none;
	}
	/* ...end JOURNAL styling */
	/* Begin ARTICLE styling... */
	#article-bodycopy p{
		margin: 5% 0px;
		width: 100%;
	}
	/* ...end ARTICLE styling */
	/* Begin CONTACT page styling... */
	#contact-submitbtn{
		margin: 25px 0px 100px 0px;
	}
	/* ...end CONTACT page styling */
	/* Begin FOOTER styling... */
	#footer-newsletter-email{
		font-size: 1.5rem; 
		width: calc(95% - 180px);		
	}
	#footer-newsletter-button{
		margin: 0px 5px; 
		font-size: 0.8rem; 
		padding: 10px 0px; 
		width: 100px;
	}
	/* ..end FOOTER styling */
	/* Begin OTHER styling... */
	.separator-mobile{
		display: none !important;
	}
	/* ..end OTHER styling */
}


/* OTHER DEVICES */
@media only screen and (min-width: 2000px) {
	.mobilebutton{
		display: none;
	}
}
@media screen and (max-height: 450px) {
  .nav_overlay a {font-size: 20px}
  .nav_overlay .closebtn {
	  font-size: 40px;
	  top: 15px;
	  right: 35px;
	}
}


/* NAVIGATION MENU - phone & tablet */
@media only screen and (max-width : 1023px){
	/* NAV ELEMENT */
	#navlinks{
		position: absolute;
		z-index: 9;
	}
	#nav_burgerbutton{
		z-index: 10;
		width: 100%;
	}
	#navlinks ul{
		list-style-type: none;
	}
	#navlinks li{
		display: inline;
	}	
	/* OVERLAY */
		.nav_overlay {
			background-color: rgba(0,0,0, 0.9);
			height: 100%;
			margin: 0px;
			overflow-x: hidden;
			padding: 0px;
			position: fixed !important;
			top: 0;
			left: 0;
			text-transform: lowercase;
			transition: 0.5s;
			width: 0;
			z-index: 99;
		}
		.nav_overlay-content {
			margin-top: 30px;
			position: relative;
			text-align: center;
			top: 10%;
			width: 100%;
		}
		.nav_overlay a {
			color: #818181;
			display: block;
			font-size: 36px;
			padding: 8px;
			text-decoration: none;
			transition: 0.3s;
			white-space: nowrap;
		}
		.nav_overlay a:hover, .nav_overlay a:focus {
		  color: #f1f1f1;
		}
		.nav_overlay .closebtn {
			font-size: 60px;
			position: absolute;
			top: 20px;
			right: 45px;
		}
		/* BURGER ICON */
		/* Bar Form */
		.nav-icon {
			background: #FFFFFF;
			border-radius: 50%;
			position: fixed;
			top: 1em;
			right: 1em;
			padding: 8px;
			width: 40px;
			z-index: 100;
		}
	
		.nav-icon:after, 
		.nav-icon:before, 
		.nav-icon div {
		  background-color: #7E0000;
		  border-radius: 3px;
		  content: '';
		  display: block;
		  height: 5px;
		  margin: 7px 0;
		  transition: all .2s ease-in-out;
		}
	
		/* X Form */
		.close-icon:before { /* Top */
		  transform: translateY(12px) rotate(135deg) !important;
		}
		.close-icon div { /* Middle */
		  transform: scale(0) !important;
		}
		.close-icon:after { /* Bottom */
		  transform: translateY(-12px) rotate(-135deg) !important;
		}
	}