/*   
Theme Name: Burger Heaven
Theme URI: http://burgerheaven.ca
Description: burger heaven theme.
Author: Nate Woods
Author URI: http://thinklabs.ca
Version: 1.0
*/

@font-face {
  font-family: 'VariableBlack';
  src: url('fonts/Variable_black-webfont.eot');
  src: url('fonts/Variable_black-webfont.eot@') format('embedded-opentype'), 
  url('fonts/Variable_black-webfont.woff') format('woff'), 
  url('fonts/Variable_black-webfont.ttf') format('truetype'), 
  url('fonts/Variable_black-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChunkFiveRegular';
  src: url('fonts/Chunkfive-webfont.eot');
  src: url('fonts/Chunkfive-webfont.eot@') format('embedded-opentype'), 
  url('fonts/Chunkfive-webfont.woff') format('woff'), 
  url('fonts/Chunkfive-webfont.ttf') format('truetype'), 
  url('fonts/Chunkfive-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
 }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  display: inline;
  zoom: 1;
}
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "Cambria, Georgia, Times, " Times New Roman;
}
.monospace {
  font-family: Monaco,Courier New,monospace;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
html {
  overflow-y: scroll;
  /*
	background:#ffffff;
	background: #ffffff url('img/bh.jpg') top left fixed no-repeat; 
	background-position: 0 -100px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/

  font-size: 62.5%;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Helvetica, "Cambria, Georgia, Times, " Times New Roman;
  color: #444;
  background-color: transparent;
}
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: VariableBlack, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1 {
  margin: .3em 0;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
h2 {
  margin-bottom: .75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h3 {
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
h4 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5 {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
.grid_3 h2,
.grid_5 h2,
.grid_6 h2 {
 
  margin-top: 20px;
 
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
p {
  hyphens: auto;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul, li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco,Courier New,monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  color: #ff6600;
  text-decoration: none;
}
a:visited {
  color: #ff6600;
  text-decoration: none;
}
a:hover {
  color: #00aeef;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  color: #011b35;
}
a:hover, a:active {
  outline: 0;
}
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: .75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
th, td, caption {
  padding: .1875em 10px .1875em 5px;
}
tfoot {
  font-style: italic;
}
caption {
  background-color: transparent;
}
tbody tr:nth-child(odd) td {
  background-color: #c3d9e6;
}
form {
  margin: 0;
}
fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
legend {
  margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-weight: normal;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}
button, input {
  line-height: normal;
  overflow: visible;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-webkit-selection {
  background: #ffff00;
  color: #cd4400;
  text-shadow: none;
}
::-moz-selection {
  background: #ffff00;
  color: #cd4400;
  text-shadow: none;
}
::selection {
  background: #ffff00;
  color: #cd4400;
  text-shadow: none;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: \2010;
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}
.invisible {
  visibility: hidden;
}

.container {
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
  width: 100%;
  display: block;
  clear: both;
}
.grid_5 ul li {
	margin: 0 0 10px 15px;
	font-size: 1em;
	line-height: 1.5em;
}
*[role="banner"] {
  background: url(img/banner-bg.png) top right repeat-x;
  background: url(img/banner-bg.png) top right repeat-x,url(img/main-bg.gif) repeat;
  background-position: 0 -70px;
  position: relative;
 
}

*[role="banner"] h1 {
  font-size: 1.7em;
  background:  url(img/trans-gr-bg.png) repeat;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 15px 10px 15px;
  margin: 0;
  color: #eee;
  text-shadow: 0 -1px 0 #000000;
  font-weight: normal;
  display: block;
  clear: both;
}
*[role="banner"] h1 span {
  display: block;
}
*[role="banner"] h1 b {
  display: block;
  font-size: .5em;
  color: #00aeef;
 
}

a.logo, a.foot-logo {
  background: url(img/foot-logoold.png) top center no-repeat;
  width: 150px;
  height:118px;
  text-indent: -9999px;
  display: block;
  margin:  0;
  position: relative;
  z-index: 5;
	}
a.logo {
float: left;}


/* =================================================================
	
	Home Page video
	
==================================================================== */

.bh-video {
	width: 90%;
	text-align: center;
 	margin: auto;
	padding-top: 0px;
	position: relative;
/* 	margin: 400px auto 50px; */
}


.bh-video iframe {
	margin: 30px 0 60px 0;
}
/* !NAVIGATION FEATURE__________________________________________________________________________________________________________ */

nav.upper {
  display: none;
}
*[role="banner"] span.tel { 
	float: right;
	text-align: center;
	margin: 15px auto 0;
	padding: 6px 0 0 0;
	font-family: VariableBlack;
	font-size: 1.3em;
	color: #00aeef;
	text-shadow: 1px 1px 0px #1a1a1a;
	}
*[role="banner"] span.tel b {
	display: block;
	font-family: Helvetica, arial, sans-serif;
	font-size: .8em;
	color: #fff;
	}
*[role="banner"] span.tel a {
	color: #00aeef;
}

*[role="navigation"], 
.foot-nav {
  display: block;
  margin: 0 auto 20px;
  border-radius: 10px;
  padding: 0;
  clear: both;
  overflow: hidden;
 }
*[role="navigation"] li, .foot-nav li {
   width:  49%;
   float: left;
   text-align: center;
   list-style: none;
   margin: 1px;
}
*[role="navigation"] li a, .foot-nav li a {
  padding: 10px 15px;
  display: block;
  font-size: 1.2em;
  background: url(img/trans-gr-bg.png) repeat;
  background: rgba(0, 0, 0, 0.8);
  font-family: VariableBlack, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
*[role="navigation"] li.current-menu-item a,
.foot-nav li.current-menu-item a {
  background: #ff6600;
  text-shadow: 0 -1px 1px #1a1a1a;
}
*[role="navigation"] li a:hover, .foot-nav li a:hover {
  background: url(img/trans-gr-bg.png) repeat;	
  background: #00aeef;
 
}

/* !MAIN FEATURE__________________________________________________________________________________________________________ */

*[role="main"] {
    clear: both;
    display: block;
}
*[role="main"] p.intro {
  font: 1.2em Georgia;
  font-style: italic;
  line-height: 1.4em;
}

/* !WEEKLY FEATURE__________________________________________________________________________________________________________ */

.weekly {
   	background: url(img/weekly.png) top center no-repeat;
/*    	width: 95%; */
	width: 280px;
   	padding: 90px 10px 0;
   	display: block;
   	margin: 10px auto 0 auto;
  	min-height: 205px;
  	clear: right;
	}

.weekly a img  {
	float: left;
  	margin: 0 10px 0px 0px;
 	box-shadow: 2px 2px 2px #1a1a1a;
	border: 3px solid #eee;
	background: none;
	border-radius: 4px;
	padding: 0; 
	width: 25%;
	height: auto;
/*
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-backface-visibility: hidden;
*/
}
.weekly a img:hover {
/*
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);	
	transform: scale(1.1);
*/
	border: 3px solid #00aeef;	
}
span.weekly-info {
	display: block;
  	margin: 0 auto;
  	width: 80%;
}
.weekly h3,
.weekly p {
	width: 80%;
	text-shadow: 1px 1px 0px #1a1a1a;
	}
.weekly h3 {
  color: #fff;
  margin: 0 auto 5px;
  font-family: Helvetica;
  font-size: 1em;
  font-weight: bold;
}
.weekly p {
  color: #ffffff;
  font-size: .8em;
	padding-left: 30px; 
  
}
.weekly span.price {
display: block;
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  font-size: 2.2em;
  font-family: Helvetica, arial, sans-serif;
  text-shadow: 0px -1px 0px #111;
}
.grid_3 iframe {
  border: 2px dashed #00a3d8;
  margin: 0 0 20px;
}
a.view-btn {
  width: 205px;
  height: 52px;
  background: url(img/view-btn.png) top left no-repeat;
  margin: 0 auto;
  text-indent: -9999px;
  display: block;
  clear: both;
}
a.view-btn:hover {
  cursor: pointer;
  background-position: 0 -52px;
}
a.view-btn:active {
  cursor: pointer;
  background-position: 0 -104px;
}
.content {
  background: #ffffff url(img/main-bg.gif) top left repeat;
  box-shadow: 0 -3px 6px #1a1a1a;
  display: block;
  clear: both;
  padding: 10px 0 40px 0;

}

*[role="complimentary"] h3 {
  font-family: ChunkFiveRegular ;
  text-align: center;
  margin: 20px 0 0 0;
  
}



/* !MENU__________________________________________________________________________________________________________ */

.menu h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
/*   text-transform: uppercase; */
  background: #ff6600;
  margin: 20px 0 10px 0;
  padding: 10px 6px;
  color: #fff;
  text-shadow: 0 -1px 0 #1a1a1a;
  font-size: 1.5em;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 1px 3px #1a1a1a inset;
  clear: both;
}
.menu section.item {
  border:  #ccc dotted;
  border-width: 1px 0;
  padding: 15px 10px;
  position: relative;
  margin: 5px 0;
	overflow: hidden;
  border-radius: 6px;
}
/*
.menu section.item:nth-child(odd) {
  background: #888;
}
.menu section.item:nth-child(even) {
  background: #444;
}
*/
.menu section.item.burger {
	background: #99dbf6;
	background: rgba(153,219,246,1);
	}
.menu section.item.burger:nth-child(odd) {
	background: #ccedfb;
	background: rgba(153,219,246,.5);
	}
.menu section.item.starters,
.testimony {
	background: #ffcc99;
	background: rgba(255,204,153,1);
	}
.menu section.item.starters:nth-child(odd),
.testimony:nth-child(odd) {
	background: #ffe6cc;
	background: rgba(255,204,153,.5);
	}
.menu header h1 {
  font-size: 2.2em;
}
.menu h3 {
  font-size: 1em;
  float: left;
  width: 75%;
  display: inline;
  font-family: Helvetica, arial;
  color: #444;
  font-weight: bold;
  margin: 0;
}
.menu .item p {
	clear: both;
	width: 100%;
}
.menu p.menu-info {
	font-family: Georgia, serif;
	font-style: italic;
	width: 95%;
	font-size: 1.1em;
	padding: 0 0 0 10px;
	line-height: 1.4em;
	margin: 0;
}
.menu span.price,
.menu span.dinner-price,
.menu span.appy-price {
	float: right;
	text-align: right;
    font-size: 1em;
    margin: 0;
    font-weight: bold;
    font-family: Helvetica, arial, sans-serif;
 }
.menu span.appy-price {
	clear: right;
	margin: 5px 0 10px;
	
 }
.menu .salads h3 {
	width: auto;
	}

.grid_7.food {
	margin-bottom: 25px;
}
.testimony,
.staff { 
  padding: 15px;
  position: relative;
  margin: 5px 0;
  overflow: hidden;
  border-radius: 6px;
  font-size: .9em;
}
span.test-name {
	text-align: right;
	font-family: VariableBlack, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	display: block;
}
/* !ABOUT __________________________________________________________________________________________________________ */
img.founder {
	border: solid 5px #fff;
	box-shadow: 2px 2px 5px #444;
 
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);	
	transform: rotate(-5deg);
 
}


/* !CONTACT FEATURE__________________________________________________________________________________________________________ */

.org {
	font: 1.4em VariableBlack;
	margin: 10px 0;
	border-bottom: 1px dotted #888;
	padding-bottom: 10px;
	}
.org.grande {
	margin-top: 30px;
}
.adr {
	display: block;
	margin-bottom: 20px;
	}
.adr .street-address,
.adr .locality,
.adr .postal-code,
.tel,
.email,
.website {
	display: block;
	margin: 5px 0 5px 15px
	}
.role { 
	font-weight: bold;
	margin: 15px 0;
 
	}

span.hours {
	clear: both;
	float: right;
	color: #fff;
	font: 1.4em VariableBlack;
	margin: 20px 1% 0;
	width: 100%;
	text-align: center;
	text-shadow: 0 -1px 0px #1a1a1a;
	}

#map1,
#map2 {
	width: 100%;
	height: 200px;
	margin: 20px 0;
	border-radius: 6px;
	border: 1px solid #ddd;
	}
#map1 {
	background: url(img/maps/newwest.jpg) top center no-repeat;
}
#map2 {
	background: url(img/maps/grande.jpg) top center no-repeat;
}
h1.open {
	background: #ff6600;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: .5em;
	text-shadow: 0 -1px 0 #1a1a1a;
	border-radius: 6px;
	}

/* !FOOTER__________________________________________________________________________________________________________ */

footer {
  background: url(img/trans-gr-bg.png) repeat;
  background: rgba(0, 0, 0, 0.3) /* #252324 url(img/foot-bg.gif) top left repeat */;
  min-height: 340px;
  border-top: 2px #1a1a1a solid;
  box-shadow: 0 3px 6px #1a1a1a inset;
}

footer .foot-nav {
  float: left;
  margin-top: 30px;
/*
  background: #1a1a1a;
  background: rgba(0, 0, 0, 0.8);
*/
}
footer ul.foot-nav li {
  margin: 0;
}
footer .foot-nav li a {
  font-size: 1.1em;
  margin: 0;
  padding: 10px;
}
footer .foot-nav li a:hover {
  background: #00aeef;
  color: #fff;
}
footer small {
	display: block;
  	text-align: center;
  	color: #fff;
  	margin: 5px 0 0 0;
}

.mail {
  background: url(img/mail-bg.jpg) top left repeat-x;
  height: 270px;
  box-shadow: 0 -3px 6px #1a1a1a;
	}
 .mail .foot-logo {
  background: url(img/foot-logoold.png) top center no-repeat;
  width: 145px;
  height: 127px;
  float: left;
  margin: 10px 0 0 0;
}
.mail span.tel {
	color: #00aeef;
	font-family: VariableBlack, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	text-shadow: 0 -1px 0 #1a1a1a;
 	float: right;
	margin: 20px 0 0 0;
 	}
.mail span.tel a {
	color: #00aeef;
	}
.mail span.hours {
	margin: 0;
	clear: right;
	float: right;
	width: 50%;
	text-align: right;
	font-size: 1.15em;
	}
span.follow { 
	float: right;
	width: 180px;
	margin: 20px 0 0 0;
/*
	position: absolute;
	right: 0;
	top: 30px;
*/
	}
span.follow b {
	font-family: VariableBlack, Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	margin: 4px 0;
	float: left;
	}
a.tweet,
a.fb {
	width: 38px; 
	height: 38px; 
	background: url(img/social.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	float: right;
}
a.tweet { 
	background-position: 0 0;
	margin-right: 2px;
	}
a.tweet:hover { 
	background-position: 0 -38px;
	}

a.fb {
	background-position: -38px 0px;
	}
a.fb:hover {
	background-position: -38px -38px;
	}
.mail .entry h1 {
	display: none;
	color: #ff6600;
	margin: 20px 0 0 0;
	text-shadow: 0 -1px 0 #1a1a1a;
	font-size: 1.5em;
}
.mail .entry p {
	display: none;
	color: #fff;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.5em;
}
.mail .entry .gform_wrapper .gfield { float: left; width: 75%;}
.mail .entry .gform_wrapper .gfield input { 
	background: #fff; 	
	background: rgba(255,255,255,1); 
	float: left;
	width: 75%;
	}
.mail .entry .gform_wrapper .top_label input.medium { width: 93%;}
.mail .entry .gform_wrapper .gfield	.ginput_container {}
.mail .entry .gform_wrapper .gform_footer { float: left; margin: 18px 0 0 0; padding: 0; clear: none; 	width: 20%}
.mail .entry .gform_wrapper .gform_footer .button {
	float: left;
	margin: 3px 0 0 0;

}

/* GRAVITY FORMS WORK ====================================================== */

.gform_wrapper ul 					{ margin:10px 0 0 0; padding: 0;}
.gform_wrapper .gform_body			{ margin: 0; padding: 0;}
.gform_wrapper .gform_body ul li	{ margin: 0 0 5px 0; list-style: none; background: none; padding: 0;}
.entry .gform_wrapper .gfield		{}
.entry .gform_wrapper .gfield input,		
.entry .gform_wrapper .gfield textarea		{ background: #cae7f3; 	background: rgba(153,219,246,1); width: 80%; padding: 10px 0px 10px 8px; font-size: 14px; color: #444; border: none;  border-radius: 4px; box-shadow: 1px 1px 3px #888 inset; }
.entry .gform_wrapper .top_label input.medium { width: 80%;}
.gform_wrapper .gfield textarea		{ width: 98%; padding: 8px 0 8px 8px;}
.entry .gform_wrapper .gfield label.gfield_label		{   }
.gform_wrapper .gform_footer				{ margin: 0; padding: 0;}
.gform_wrapper .gform_footer input:active 	{ background: #00aeef; cursor: pointer; color: #ffffff;  }
 
#gforms_confirmation_message	{ padding: 15px; margin-top: 20px; font-size: 20px; 	background: #ccedfb;
	background: rgba(153,219,246,.5); color: #444;   border-radius: 6px;}


.gform_wrapper li.gfield.gf_left_half {  width: 37.5%; margin: 0 1% 20px; float: left; clear: left;}
.gform_wrapper li.gfield.gf_right_half { float: right; width: 57%;}
 
.gform_wrapper .button 			{ 
	margin: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border-radius: 4px;
	border: none;
	padding: 8px 12px;
	color: #fff;
	background: #ff6600;
	text-shadow: 0px 1px 0px #7e9393;
	text-decoration: none;
	font-family: VariableBlack,sans-serif;  
	font-size: 1.6em;
	letter-spacing: 1px;
 	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	clear: both;
	float: left;
}
.gform_wrapper .button:hover 	{ background:#e24e20; cursor: pointer; }
.gform_wrapper .button:active 	{ background:#99cda0; }

.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .instruction.validation_message
{ 
color: #e24e20; 
}

.gform_wrapper .validation_error { 
	background: #2c3134;
	padding: 10px;
	color: #444;
	}

.ngg-galleryoverview .ngg-gallery-thumbnail img {
	border: 5px solid #eee;
	background: none;
	border-radius: 4px;
	padding: 0; 
	box-shadow: 1px 1px 3px #444;
}

.ngg-galleryoverview .ngg-gallery-thumbnail img:hover {
	border: 5px solid #00aeef;
	background: none;
}

/*====== Burger Poll ================================================ */

.page-template-page-burger-poll [role="banner"] h1 {
	opacity: 0;
}
.burger-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.burger-intro {
	width: 75%;
	margin: -100px auto 40px auto;
	background: #ffffff url(img/chalk.jpg) top left repeat;
	text-align: center;
	transform: rotate(5deg);
	padding: 20px 10px 30px 10px;
	border-bottom: 2px #eee solid;
}

.burger-intro h1 {
	color: #ff6600;
	font-size: 50px;
}

.burger-intro h3 {
	color: #fff;
}

.burger-intro p {
	display: none;
	color: #fff;
}
 
.burgerpoll {
	padding: 30px 0;
	width: 100%;
	margin: 0;
	float: left;
	position: relative;
	
}

	@media only screen and (min-width: 768px) {
		.burgerpoll {
			padding: 30px 0;
			width: 45%;
			margin: 0 2.5%;
/* 			 min-height: 375px; */
		}
	}

.burgerpoll h1 {
	font-size: 26px;
}
.burgerpoll h1 + p {
	font-size: 1.2em;
	color: #ff6600;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.burgerpoll figure {
	float: left;
	position: relative;
	z-index: 0;
	width: 25%;
	margin: 0 .6em 0 0 ;
	padding: 0;
	position: relative;
}
.burgerpoll figure img {
	border-radius: 50%;
	position: relative;
	z-index: 0;
	box-shadow: 0 0 4px #444;
}
.burgerpoll a[rel="lightbox"] figure {
	clear: left;
	position: relative;
	margin-top: -30px;
	z-index: 100;
	background: #fff;
	border-radius: 50%;
}
.burgerpoll a[rel="lightbox"] figure img {
	position: relative;
	z-index: 1000;
}
.burgerpoll h3 {
	margin: .6em 0 0 0; 
}
.burgerpoll h4 {
	color: #ff6600;
}
.burgerpoll span.score {
	background: #00aeef;
	padding: .6em;
	color: #fff;
	border-radius: 4px;
	float: none;
	position: absolute;
	left: -.8em;
 
	z-index: 100;
	
}
.burgerpoll a.tbio {
	float: left;
	padding: .4em .6em;
	background: #ddd;
	margin-bottom: .6em;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	border-radius: 4px;
	
}
.burgerpoll a.tbio:hover {
	background: #00aeef;
	color: #fff;
}
.burgerpoll .bio {
	clear: both;
	padding-right: 1em;
}
/*
.burgerpoll .bio {
 	display: none;
}
*/
.burgerpoll .show_hide {
 	display: none;
}
/* END Burger Poll ================= */



/* ====================================================
	
	Home Burger Poll
	
===================================================== */

.hm-poll {
	background: url(img/chalk.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 40px 0 60px 0;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
	margin: 1em 0 0 0;
	text-shadow: 0 1px 0 #111;
	text-align: center;
}

.hm-poll .burgerpoll {
	min-height: 0px;
	width: 33.3333%;
	margin: 0 10px;
	padding: 15px;
	float: none;
	display: inline-block;
	text-align: center;
}
.hm-poll .burgerpoll figure {
	width:100%;
 	text-align: center;
 }
.hm-poll .burgerpoll figure img {
	margin: 0 auto;
	width: 100%;
}
.hm-poll .burgerpoll h1 {
	font-size: 1.2em;
}
.hm-poll .burgerpoll p.company {
	font-size: .8em;
	text-align: center;
}
.hm-poll .burgerpoll span.score {
	left: 16px;
}

@media only screen and (min-width: 768px) {
	
	.hm-poll .burgerpoll {
		width: 20%;
		}
	
	}

@media only screen and (min-width: 1024px) {
	
	.hm-poll .burgerpoll {
		width: 10%;
		}
	
	}

.canidates {
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;
}
.canidates img {
	position: relative;
	display: inline;
 
}

.hm-poll header h2 {
	text-align: center;
	font-size: 3em;
	color: #ff6600;
	margin-bottom: 0;
	border-radius: 4px;
}
.hm-poll p.intro {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	margin: 1em auto 20px auto;
	text-align: center;
	width: 65%;
}
.hm-poll p.grid_5 {
	text-align: center;
	margin: 0 auto;
}
.hm-poll .grid_5.centre p {
	text-align: center;
}
.hm-poll a.btn {
	background: #00aeef;
	padding: 1em 2em;
	display: inline-block;
 	margin: 1em auto .3em auto;
	font-size: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
	color: #fff;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	border-radius: 4px;
	text-shadow: 0 1px 0 #006699;
}
.hm-poll a.btn:hover {
	background: #0099cc;
}

.page-id-139 p.intro {
	font-size: 1.4em;

}


/*480px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 400px) {

span.hours{ 
	display: inline;
	clear: right;
	float: right;
	color: #fff;
	position: relative;
 	font-size: 2em;
	margin: 50px 1% 0;
	width: 50%;
 
	text-align: right;
	text-shadow: 0 -1px 0px #1a1a1a;
	}
*[role="navigation"] li a {
	  background: rgba(0, 0, 0, 0.6);

}
.home *[role="banner"] h1 span {
	display: inline;
}
h1.open {
	font-size: .3em;
}
.mail span.hours {
	margin: 0;
	font-size: 1.8em;
	}
 }
/*/mediaquery*/

@media only screen and (min-width: 600px) {

.menu .grid_5 {
   width: 100%;
   }
.grid_5.history {
	width: 58.728395061728%;
	}
.grid_5.our-staff {
	width: 37.271604938272%;
}
*[role="banner"] {
	  background: url(img/banner-bg.png) top right repeat-x;

	}
.home *[role="banner"] h1 {
  	margin-top: 0px;
  	clear: none;
  	overflow: hidden;
  	font-size: 2em;
 } 
.home *[role="banner"] h1 span {
	display: block;
	}	
img.founder {
	margin-left: -20px;
	}
#map1,
#map2 {
	height: 300px;
	}
.mail .entry h1 {
	display: block;
	font-size: 2.6em;
	}	
.mail .entry p {
	display: inline;
	}

.mail span.follow {
	margin-top: 30px;
	clear: right;
	}
.mail span.tel {
	text-align: right;
	float: right;
	margin: 10px 0 10px 0;
 	font-size: 6em;
	clear: none;
	}
.mail span.hours {

	} 
footer small {
	float: right;
  	text-align: right;
  	margin: 25px 0 0 0;
}
footer small.rights {
	clear: right;
 	margin: 5px 0 0 0;
	}
}

@media only screen and (min-width: 768px) {

/*LAYOUT ____________________________________________________________ */ 
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6 {
   clear: none;
   
}
*[role="banner"] span.tel { 
	margin-top: 0;
	}
*[role="banner"] span.tel b {
	display: none;
}
.grid_2 {
  width: 17.647059%;
  margin: 0 .98039216%;
  float: left;
}
.grid_3 {
  width: 27.45098%;
  margin: 0 .98039216%;
  float: left;
}
.grid_4 {
	width: 40.359375%;
	margin: 0 .98039216%;
	float: left;
}
.grid_5 {
  width: 47.058824%;
  margin: 0 .98039216%;
  float: left;
}
.grid_6 {
	width: 55.640625%;
	margin: 0 .98039216%;
	float: left;
}
.grid_7 {
  width: 66.40625%;
  margin: 0 .98039216%;
  float: left;
}
grid_full {
	width: 100%;
  	margin: 0 .98039216%; 
}
.container {
   max-width: 1024px;
}

.history img { /*ABOUT PAGE */
	margin-top: 30px;
}


/*BANNER ____________________________________________________________ */ 

*[role="banner"] {
   background-position: 0 0;
  position: relative;
  min-height: 350px;
  }
*[role="banner"] h1 {
  	float: left;
  	clear: both;
  	font-size: 3.6em;
  	margin-top: 100px;
 }
 
.home *[role="banner"] h1 {
  	margin-top: 270px;
  	clear: none;
  	overflow: hidden;
  	font-size: 2.2em;
 }

*[role="banner"] h1.error {
	font-size: 12em;
	display: block;
	text-align: center;
	clear: both;
	float: none;
}
 
/*NAVIGATION ____________________________________________________________ */ 

nav.upper {
  display: inline;
  float: right;
  margin: 15px .98039216% 0 0;
  padding: 0;
}
nav.upper li {
  display: inline-block;
}
nav.upper li a {
  display: block;
  color: #eee;
  padding: 10px 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-shadow: 0 -1px 1px #000;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
nav.upper li a:hover {
   background: #00aeef;
   color: #fff;
   border-radius: 4px 4px 0 0;
   text-decoration: none;
}
nav.upper li.current-menu-item a {
    background: #ff6600;
    border-radius: 4px 4px 0 0;    
}
*[role="banner"] span.tel { 
	float: right;
	padding: 6px 0 0 0;
	font-size: 1.2em;
	margin-right: .98039216%;
 }

*[role="navigation"], 
.foot-nav {
/*  background: rgba(53, 37, 25, 0.8);*/
  float: right;
  margin: 0 .98039216%;
  border-radius: 10px;
  padding: 0;
  clear: right;
/*  box-shadow: 0 1px 3px #1a1a1a inset;*/
}
*[role="navigation"] li, 
.foot-nav li {
  	display: inline-block;
  	float: none;
  	width: auto;
	}
*[role="navigation"] li a, 
.foot-nav li a {
   	display: block;
  	font-size: 1.15em;
	}
a.logo {
  	background: url(img/logo-oldm.png) top center no-repeat;
  	width: 210px;
	height: 165px;
	margin: 23px 0 0 0;
	}
a.foot-logo {
   float: left;
   margin-top: 5px;
}
.weekly {
/*   width: 25.390625%; */
   display: inline;
   float: right;
   margin: 50px .98039216% 0;
}
 
*[role="main"] {
  /* 	width: 66.666667%; */

  width: 100%;
/*   margin: 0 1.9607843% 5%; */
  float: left;
}

.menu .grid_5{
	width: 47.058824%;
   }
.mail span.tel {	
	font-size: 2.2em;
	margin-top: 20px;
	}
.mail span.hours {
 	width: 35%;
 	font-size: 1.6em;
	}

} /* END 768 mediaquery */

@media only screen and (min-width: 820px) {
a.logo {
  	background: url(img/logo-old.png) top center no-repeat;
  	width: 242px;
	height: 190px;
	margin:8px 0 0 0;
	}
.home *[role="banner"] h1 {
  	font-size: 4em;
 }
}

@media only screen and (min-width: 900px) {

nav.upper {
  margin: 2px .98039216% 20px 0;
	}
*[role="navigation"] li a {
   	font-size: 1.5em;
   	font-size: 1.3em;
	}
*[role="banner"] h1 {
  	margin-top: 200px;
 }
	
.home *[role="banner"] h1 {
  	font-size: 4em;
 }

}


@media only screen and (min-width: 1024px) {

*[role="navigation"] li a {
/*    	font-size: 1.8em; */
   	font-size: 1.6em;
	}
	
.home *[role="banner"] h1 {
  	font-size: 3.5em;
 }

}


@media only screen and (min-width: 1200px) {

*[role="navigation"] li a {
/*    	font-size: 2em; */
   	font-size: 1.8em;
	}

}

/*IE Styles ____________________________________________________________ */ 

.ie7 *[role="banner"] {

   background-position: 0 0;
 
  
}
.ie7 *[role="banner"] h1 {
	width: 55%;
	margin-top: 200px
}
.ie7 .home *[role="banner"] h1 {
	font-size: 3.3em;

}
.ie7 span.tel 	{ 
	padding: 0; margin: 5px 0 0 0;
	}
.ie7 span.tel b {
	display: none;
	}
	
.ie7 *[role="navigation"] {
 	margin: 15px 0 30px 0;
	text-align: right;
	float: right;
	width: 600px;
}	
.ie7 *[role="navigation"] li,
.ie7 nav.upper li { 
	float: left;
/* 	background: url(img/trans-gr-bg.png) repeat; */
	width: auto;
	}
.ie7 *[role="navigation"] li a {
	font-size: 1.7em;
	}

.ie7 .weekly { 
	clear: right;
	position: relative;
	width: 240px;
   	padding: 90px 20px 0;
	}
.ie7 .weekly a img {
 
	float: left; 
	padding: 0;
	margin: 0;
	width: 75px;
	}
.ie7 .weekly h3,
.ie7 .weekly p {
 	padding: 0;
 	width: auto;
	}
.ie7 .weekly p {
	padding: 0 20px 0 30px;
}

.ie7 img.founder {	
	border: 1px solid #1a1a1a;
	border-width: 0 1px 1px 0;
	}	
.oldie h1.open { 
	font-size:2em; 
}
.ie7 #map1,
.ie7 #map2 {
	width: 100%;
	height: 300px;
	margin: 20px 0;
	border-radius: 6px;
	border: 1px solid #ddd;
	}	
.oldie .foot-nav li a {
	background: #1a1a1a;
	}
.oldie .foot-nav  {
   width:  400px;
   }
.oldie .mail .entry .gform_wrapper .button 	{
	padding: 8px;
}
.ie7 .mail .entry .gform_wrapper .button 	{
	padding: 4px;
	margin: 14px 0 0 0;
}
.ie7 .mail .entry p {
	font-size: 1.1em;
	}
.ie7 a.tweet,
.ie7 a.fb {
	margin-top: 0;
	}
.ie7 footer ul.foot-nav li  { 
	float: left;
	display: inline;
	margin-right: 2px;
	}