/*
Theme Name: Cafe on Hedges
*/

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}
/*GENERAL*/
	@font-face {
		font-family: KGTenThousandReasons;
		src: url('fonts/KGTenThousandReasons.ttf');
	}
	
	@font-face {
		font-family: Swiss;
		font-weight: normal;
		font-style: normal;
		src: url('fonts/swiss.TTF');
	}
	
	@font-face {
		font-family: Swiss;
		font-weight: bold;
		font-style: normal;
		src: url('fonts/swissb.TTF');
	}
	
	@font-face {
		font-family: Swiss;
		font-weight: bold;
		font-style: italic;
		src: url('fonts/swissbi.TTF');
	}
		
	#page {
	background-repeat: no-repeat; }
	
	.no-padding {
	padding: 0;}
/*END GENERAL*/
/*HEADER*/
	#header-main {
	padding-top: 50px;
	padding-bottom: 300px;
	position: relative;}
	
	#masthead #sns-container {
	position: absolute;
	top: 50px;
	right: 0;}
	
	#sns-container {
	float: right;}
	
	#header-main #sns-icon {
	height: 40px;}
	
	#header-logo {
	margin: 0 auto;
	display: block;
	padding-top: 20px;}
	
	#menu-header-nav {
	display: table;
	margin: 0 auto;}
	
	.header-nav li {
	display: inline;
	background-image: url(images/separator.png);
	background-repeat: no-repeat;
	background-position: 100% 40%;
	padding: 20px;}
	
	.header-nav li:last-child {
	background-image: none;}
	
	.header-nav a {
	font-family: KGTenThousandReasons;
	color: #FFF;
	font-size: 32px;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);}
	
	@media only screen and (max-width: 900px) {
		#masthead #sns-container {
		top: 10px;}
		
		.header-nav li {
		padding: 10px;}
		
		.header-nav a {
		font-size: 20px;}
	}
/*END HEADER*/
/*INDEX*/
	#icons-container a {
	padding: 5px;}
	
	#icons-container a:last-child {
	float: left;}
	
	#menu-icon {
	transition: 0.33s;
	width: 100%;}
	
	#icons-container, #menu-icon:hover {
	opacity: 0.75;}
	
	#sns-container.bottom {
	float: none;
	display: table;
	margin: 20px auto;}
	
	.bottom a img {
	border: none;
	height: 45px;
	padding: 0 5px;}
/*END INDEX*/
/*FOOTER*/
	#colophon {
	background-color: #3c1706;}
	
	#footer {
	padding-top: 30px;
	padding-bottom: 15px;}
	
	#footer-box:first-child {
	padding: 0;}
	
	#footer-box:last-child {
	padding-right: 0;}
	
	.fb_iframe_widget {
	background-color: #FFF;}
	
	#footer-box:last-child p {
	color: #9f9f9f;
	font-family: swiss;
	margin-bottom: 0;}
	
	#footer-contact input[type="text"] {
	padding: 5px;
	height: 25px;
	margin-bottom: 10px;}
	
	textarea#contact-comment {
	padding: 5px;}
	
	input#contact-submit {
	background: #602307;
	background: -moz-linear-gradient(top, #602307 0%, #421906 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#602307), color-stop(100%,#421906));
	background: -webkit-linear-gradient(top, #602307 0%,#421906 100%);
	background: -o-linear-gradient(top, #602307 0%,#421906 100%);
	background: -ms-linear-gradient(top, #602307 0%,#421906 100%);
	background: linear-gradient(to bottom, #602307 0%,#421906 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#602307', endColorstr='#421906',GradientType=0 );
	border: 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #8e8582;
	width: 100%;
	padding: 5px;
	margin-top: 10px;}
	
	#footer-box-inner img {
	width: 100%; }
	
	#footer-box-inner .ajax-loader {
	width: auto; }
	
	@media only screen and (max-width: 1127px) {
		#footer-box {
		margin-top: 10px;
		margin-bottom: 10px;}
	}	
	
	@media only screen and (max-width: 768px) {
		#footer-box .wpcf7 {
		max-width: 280px;
		margin: 0 auto;}
	}
	
	@media only screen and (max-width: 704px) {
		#footer-box-inner {
		display: table;
		margin: auto;
		position: relative;
		width: auto;}
	}
	/*FOOTER BOTTOM*/
		#footer-bottom p, #footer-bottom a {
		text-align: center;
		color: #FFF;
		font-size: 12px;
		margin: 10px 0;}
	/*END FOOTER BOTTOM*/
/*END FOOTER*/


/*MENU*/
	
	#menuicons-container{
	padding-bottom: 35px;
	margin: 0;}
	
	#menuitems-container li {
	padding-top: 0;
	}
	
	[class*="block-grid-"] > li {
	padding: 1.25rem 0.625rem 1.25rem; }
	
	.menu-title h1 {
	margin: 25px 0 12px;
	font-family: KGTenThousandReasons;
	color: #FFF;
	text-align: center;}
	
	.menu-textarea p {
	font-family: swiss;
	color: #d6d6d8;}
	
	
	#menu-scroll-top {
	text-align: center;
	position: absolute;
	bottom: 0;
	right: -70px;}
	
	#menu-scroll-top p {
	font-family: KGTenThousandReasons;
	color: #FFF;}
	
	#menu-scroll-top img{
	margin-bottom: 5px;}
	
	#menu-borderbottom-img {
	padding-top: 60px;
	text-align: center;}
	
	#menucontent .large-12.columns .end img{
		display: none;
	}
	
	#menu-item-container #content {
	display: table;
	width: 100%;}
	
	#menu-title, #menu-price {
	margin: 5px 0;
	line-height: normal;}
	
	.menu-child #menu-title, .menu-child #menu-price {
	margin: 0;}
	
	#menu-items {
	margin: 0;
	/* -webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2; */}
	
	#menu-items li, #legend-container p {
	color: #d6d6d8;
	font-family: KGTenThousandReasons;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
	margin-bottom: 8px;
	list-style: none;
	font-size: 1em;}
	
	#menu-content li::before {
	background-image: url(images/menu.png);
	display: inline-block;
	content: '';
	height: 9px;
	width: 9px;
	margin-left: -17px;
	margin-right: 10px;}
	
	#menu-items li.menu-child {
	font-size: 0.75em;
	float: left;}
	
	#menu-content {
	font-size: 0.75em;}
	
	#menu-item-mini {
	list-style: none;}
	
	#menu-content p {
	margin-bottom: 5px;}

	@media only screen and (max-width: 1024px) {
		#menu-items {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;}
		
		#menu-scroll-top {
		right: 5px;}
	}


/*END MENU*/
/*GALLERY*/
	#gallery-img-cotainer {
	float: left !important;
	transition: 0.5s;
	transition-timing-function: ease-out;}
	
	#gallery-img-inner {
	/* max-height: 165px;
	overflow: hidden; */
	/* border: 5px solid rgba(255,255,255,0.7); */
	margin: 10px 0;}
	
	@media only screen and (max-width: 704px) {
		#gallery-img-inner {
		max-height: none;}
	}
/*END GALLERY*/
/*SINGLE MENU ITEM*/
	#single-menu {
	background-color: rgba(255,255,255,0.75);
	margin: 25px 0;
	padding: 20px;}
/*END SINGLE MENU ITEM*/
/*PAGE*/
	#content.page {
	background-color: rgba(255,255,255,0.75);
	margin: 25px 0;
	padding: 20px;}
/*END PAGE*/
/*SITE MAP*/
	.page-list-ext .page-list-ext-item, .page-list-ext .page-list-ext-title {
	margin: 0px !important;}
	
	.page-list-ext-title a {
	font-size: 15px;}
/*END SITE MAP*/