/*
Theme Name: Gumby's Child Theme
Description: Child theme for the Skematik. Updated to 5.1.3 on 11-22-23 - TE 
Author: Mayecreate
Version: 1.0
Template: skematik
*/

@import url(../skematik/style.css);

/* 
NOTE: ALL OF YOUR STYLES FOR YOUR MOBILE DEVICES GO IN THIS FILE
THIS INCLUDES ALL DEVICES WITH A SCREEN WIDTH LESS THAN 768PX 
*/

html {
	background: none !important;
	font-size:62.5%;
	overflow-x: hidden !important;
}
body {
	font-size: 16px;
	font-size: 1.6rem; /* 10 ÷ $rembase */
	margin:0;
	padding:0;
	font-family: 'Actor', Arial, Helvetica, sans-serif !important;
	overflow-x: hidden !important;
}
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !important;
	}
} /* FIXES SOME STUFF FOR PRINTING A PAGE */
.container {
	max-width:1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}
#contentwrap {
	max-width:1200px;
	width:90%;
	margin:0 auto 20px auto;
	padding:0 10px 10px 10px;
	background:#fff;
	box-shadow:0 0 8px 5px rgba(0,0,0,.2);
}
.navbar .container{
	width: 95%;
	max-width:1200px;
	margin:0 auto;
}
.site.container{
	padding:10px 2.5% 20px;
	width:95%;
	background:url(img/divider2.png) bottom center repeat-x;
	position:relative;
}
.site.container:after {
	content:'';
	display:block;
	background:url(img/border.png) top center repeat-y;
	width:2px;
	height:99.75%;
	left:0;
	top:0;
	position:absolute;
}
.site.container:before {
	content:'';
	display:block;
	background:url(img/border.png) top center repeat-y;
	width:2px;
	height:99.75%;
	right:0;
	top:0;
	position:absolute;
}

/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
form {
	padding:0 !important;
	margin:0 !important;
}


/* HEADER
==========================================	*/
#pageWrapper {
	padding-top:25px;
}
#top_nav {
	display:none;
}

#mobile_menu, #drawer-menu {
	display:block;
}

#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
#logo-link-container {
	margin:0;
	width:100%;
}
#logo-link-container img {
	max-height:none;
	display:block;
	margin:0 auto;
}
#header_info {
	text-align:center;
}
.navbar-inner .container {
	background:url(img/header_bg.jpg) bottom right no-repeat;
	width:100%;
	max-width:1245px;
	position:relative;
}
.navbar-inner .container:after {
	content:'';
	width:8px;
	height:167px;
	position:absolute;
	left:0;
	bottom:0;
	background:#D11011;
}
.navbar-inner .container:before {
	content:'';
	width:8px;
	height:167px;
	position:absolute;
	right:0;
	bottom:0;
	background:#D11011;
}
.navbar-inner {
	position:relative;
}
#menu_top_callout {
	display:none;
}
#header_order_online {
	float:right;
	margin-right:15px;
	position:relative;
	z-index:9999;
	margin-bottom:-47px;
}
#header_order_online h4 {
	font-size:20px;
	padding-top:10px;
}
#header_order_online a:link, #header_order_online a:visited {
	color:#D11011 !important;
}
/* FOOTER
==========================================	*/
footer.site-footer {
	text-align:center;
	margin:0 auto !important;
	padding:15px 0 0 0 !important;
	border:0 none;
	width:100%;
}
#bottom_nav{
	display:none;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}
#credits {
	text-align:center;
	clear:both;
}
#footer_contact {
	display:block;
	margin-bottom:10px;
}
#footer_contact p {
	margin-top: 5px;
	margin-bottom:0px;
}
#footer_contact a {
	display:inline-block;
	text-indent: -999em;
	text-align:center;
	height: 32px;
	width: 32px;
}
#facebook_bottom:link, #facebook_bottom:visited {
	background:url(img/fb_bg.jpg) center center no-repeat;
}
#facebook_bottom:hover, #facebook_bottom:active {
	background:url(img/fb_bg_hover.jpg) center center no-repeat;
}
#googleplus_bottom a:link, #googleplus_bottom a:visited {
	background:url(img/gumbys_sprite.png) -35px -135px no-repeat;
}
#googleplus_bottom a:hover, #googleplus_bottom a:active {
	background:url(img/gumbys_sprite.png) -160px -135px no-repeat;
}
#twitter_bottom a:link, #twitter_bottom a:visited {
	background:url(img/gumbys_sprite.png) -75px -170px no-repeat;
}
#twitter_bottom a:hover, #twitter_bottom a:active {
	background:url(img/gumbys_sprite.png) -200px -170px no-repeat;
}

/* NAVIGATION
==========================================	*/
/* Navbar Fixes: Removes the default box shadow that is applied to the navbar by bootstrap */
#skematik-top-nav {
	display: block;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner, #skematik-top-nav {
	box-shadow:none;
	margin:0;
	background: none;
}
.navbar-inner {
	background:0 none;
	border:0 none;
	border-radius:0;
	box-shadow:none;
	filter:0 none;
	padding:0;
}
.navbar a.brand {
  	padding-left: 10px;
  	top: 0;
  	width: 75%;
  	text-align: left;
	padding: 15px;
}

/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a { text-decoration:none; }
a:link, a:visited {
	color:#006699;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active {
	color:#008FD5;
	text-decoration:none;
}


/* TYPOGRAPHY: HEADINGS
==========================================	*/
.page-header {
	margin:0;
	padding:0;
	border:0 none;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	font-weight:normal !important;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 38px;
	font-size:3.8rem;
	color: #D11011 !important;
	font-family: 'Sansita One', Arial, 'Helvetica bold', sans-serif !important;
	text-transform:uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align:center;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 24px;
	font-size:2.4rem;
	color:#007E17 !important; /* green */
	font-family: 'Actor', Arial, Helvetica, sans-serif !important;
}
h3 {
	font-size:20px;
	font-size:2.0rem;
	margin-bottom: 2px;
	line-height:120%;
	font-family: 'Actor', Arial, Helvetica, sans-serif !important;
	color:#262626 !important;
}
h3 span {
	font-size: 16px;
	font-weight:normal;
}
h4 {
	font-size: 28px;
	color:#D11011 !important;
	font-family: 'Sansita One', Arial, 'Helvetica bold', sans-serif !important;
}
h5 {
	font-size:21px;
	font-family: 'Sansita One', Arial, 'Helvetica bold', sans-serif !important;
}
h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
	color:#fff !important;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-size: 1.625em;
	font-family: 'Sansita One', Arial, 'Helvetica bold', sans-serif !important;
	color: #009219 !important;
	padding: 0;
	margin: 0;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================	*/
p {
}

/* TYPOGRAPHY: LIST ITEMS
==========================================	*/
ol, ul {
	margin:1em 0 1em 2em;
	padding:0;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position:inside;	
}
li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li {
	margin:0 0 8px 0;
	padding:0;
	list-style-image:url(img/li_image.png);
}


/* BLOG
==========================================	*/
.post {
	margin: 0;
	border-top: 1px solid #f6f6f6;
	padding: 35px 0;
}
.post:first-child {
	border-top: 0px;
}


/* img
==========================================	*/

img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width:100%;
	float:none;
	display:block;
	margin: 10px auto 16px auto;
}
.wp-caption {
	background: none;
	border: 0 none !important;
	margin: 0;
	max-width: 96%;
	padding: 0;
	text-align: left;
	box-shadow:none;
}
.wp-caption p.wp-caption-text {
	color:#A40000;
	width:100%;
	font-size:1em;
	border:0 none;
	/*margin:0;*/
}
div.alignleft {
	margin-left: 0;
	margin-top:16px;
}
div.alignright {
	margin-right: 0;
	margin-top:1em;
}
div.alignleft img, div.alignright img, div.wp-caption img {
	margin:0;
}

/* This is the code to make sure that Easy Columns works after upgrades
========================================================================*/

.two_third, .one_third, .one_half, .one_quarter, .three_quarter, .container .ezcol-one-quarter, .container .ezcol-one-half, .container .ezcol-three-quarter, .container .ezcol-one-third, .container .ezcol-two-third, .container .ezcol-one-fifth, .container .ezcol-two-fifth, .container .ezcol-three-fifth, .container .ezcol-four-fifth {
	float:none;
	width:100%;
	margin:0 0 15px 0;
}
.mobile_show {
	display:block !important;
}
.mobile_hide {
	display:none !important;
}
/* PAGE ITEMS
==========================================  */
.divider {
	background:url(img/divider.png) top left repeat-x;
	width:100%;
	height:2px;
	margin: 15px 0;
}
.center {
	color:#007E17 !important;
	text-align:center;
}
.green {
	color:#007E17 !important;
	padding-right:15px;
}
.red:link, .red:visited {
	color:#D11011 !important;
}
.red:hover, .red:active {
	color: #5E0000 !important; /* dark red */
}
.specials_social {
	float:left;
	width: 32px;
	text-indent: -999em;
	margin-right: 15px;
}
.specials_social ul {
	margin:0;
	padding:0;
}
.specials_social li {
	list-style-image:none;
}
.specials_social a {
	display: block;
	width:32px;
	height:32px;
}
#specials_facebook_bottom a:link, #specials_facebook_bottom a:visited {
	background:url(img/gumbys_sprite.png) 0 -101px no-repeat;
}
#specials_facebook_bottom a:hover, #specials_facebook_bottom a:active {
	background:url(img/gumbys_sprite.png) -125px -101px no-repeat;
}
#specials_twitter_bottom a:link, #specials_twitter_bottom a:visited {
	background:url(img/gumbys_sprite.png) -75px -170px no-repeat;
}
#specials_twitter_bottom a:hover, #specials_twitter_bottom a:active {
	background:url(img/gumbys_sprite.png) -200px -170px no-repeat;
}
.tbody {
	margin-bottom: 5px;
}	
#meteor-slideshow, #meteor-slideshow div, #meteor-slideshow img {
	width:100% !important;
	height:auto !important;
}
#meteor-slideshow {
	margin:18px 0 25px 0;
}
#demo-contentBox, #exp-col-but {
	display:none !important;
}
.page-id-7 table tr, .page-id-7 table td {
	display:block;
}
/* BUTTONS
==========================================	*/
.button {
	text-align: center;
	max-width: 274px;
	height:47px;
	margin: 5px 0;
	padding:0;
}
.button a {
	display: block;
	max-width: 274px;
	height:39px;
	padding-top: 8px;
}
.button a:link, .button a:visited {
	background:url(img/button_sprite.png) 0 0 no-repeat;
	-webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
}
.button a:hover, .button a:active {
	background:url(img/button_sprite.png) 0 -53px no-repeat;
}
.home_button {
	text-align: left;
	max-width: 307px;
	width:100%;
	height:59px;
	margin: 0;
	padding:0;
	margin-bottom:30px;
	margin-left:-1.25%;
}
.home_button a {
	display: block;
	max-width: 289px;
	width:100%;
	height:49px;
	padding-top: 10px;
	padding-left: 18px;
}
.home_button a:link, .home_button a:visited {
	background:url(img/home_button_sprite.png) top right no-repeat;
	-webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
}
.home_button a:hover, .home_button a:active {
	background:url(img/home_button_sprite.png) right -70px no-repeat;
}
.home_button h5 {
	font-size: 20px;
	font-size:2.0rem;
	color: #fff !important;
}

.home_button h5 a {
	color: #fff !important;
}

.home_button:hover h5, .home_button:hover h5 a {
	color: #000 !important;
	text-decoration: underline;
}

/* SLIDEOUT NAVIGATION CUSTOMIZATION
==========================================	*/

.nav-button{
	margin: 8px 15px -32px 5px;
	width: 32px;
	height: 32px;
	float: left;
	background: url(img/mobileNavOpen.png) center center no-repeat;
	background-size: 32px 32px;
	position:relative;
	z-index:99999;
}
.mm-opened .nav-button{
	background: url(img/mobileNavClose.png) center center no-repeat;
	background-size: 32px 32px;
}
#drawer-menu {
	display:none;
}
#drawer-menu.mm-opened {
	display:block;
}
#drawer-menu.mm-menu {
	background:#D11011;
	color:#fff !important;
	font-family: 'Actor', Arial, Helvetica, sans-serif !important;
	font-size:18px;
	font-size:1.8rem;
}
.mm-listview > li > a:link, .mm-listview > li > a:visited, .mm-listview > li > span {
	font-family: 'Actor', Arial, Helvetica, sans-serif !important;
	font-size:18px;
	font-size:1.8rem;
	border-bottom:1px solid #fff;
}
.mm-listview > li > a:hover, .mm-listview > li > a:active {
	background: #5E0000;
}

		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			/* 
			NOTE: ALL OF YOUR STYLES FOR YOUR TABLET DEVICES GO IN THIS FILE
			THIS INCLUDES ALL DEVICES WITH A SCREEN WIDTH GREATER THAN 768PX BUT LESS THAN 978PX
			*/

			/* LEFT SIDEBAR: When included in the template these styles overide 
			the standard flow of the boostrap columns.  This will allow a left sidebar 
			to be displayed while making sure the content is in the HTML 
			semantically (sidebar info after the content instaed of before it)  
			==========================================	*/
			.rightContent{
				float: right !important;
			}
			.leftContent{
				float: left !important;
			}
			.two_third {
				float:left;
				width:66%;
				margin-right:2%;
			}
			.one_third {
				float:left;
				width:32%;
				margin-right:2%;
			}
			.one_half {
				float:left;
				width:48%;
				margin-right:4%;
			}
			.one_quarter {
				float:left;
				width:23%;
				margin-right:2.6%;
			}
			.three_quarter {
				float:left;
				width:74.2%;
				margin-right:2.6%;
			}
			.last {
				margin-right:0;
			}
			.mobile_show {
				display:none !important;
			}
			.mobile_hide {
				display:block !important;
			}


			/* HEADER
			==========================================	*/
			#top_nav {
				display:block;
			}

			#mobile_menu, #drawer-menu {
				display:none;
			}
			#header_nav {
				float:left;
				width:50%;
			}
			#header_contact {
				float:left;
				width:50%;
			}
			#header_info {
				float:left;
				width:50%;
				text-align:left;
			}
			#logo-link-container {
				max-width:300px;
				float:right;
			}
			#menu_top_callout {
				float: left;
				padding:0px 55px 0px 55px;
				margin-top: 9px;
				display:block;
				position:relative;
				z-index:2;
			}
			#menu_top_callout a:link, #menu_top_callout a:visited {
				font-family: 'Sansita One', Arial, 'Helvetica bold', sans-serif;
				font-weight: normal;
				font-size: 1.625em;
				color: #fff;
				text-decoration: none;
				background:url(img/header_button_bg.png) bottom center no-repeat;
				display:block;
				padding:28px 26px 12px 26px;
			}
			#menu_top_callout a:hover, #menu_top_callout a:active {
				color: #000;
				text-decoration: underline;
				text-decoration: none;	
			}
			.navbar-inner:after {
				position:absolute;
				z-index:1;
				width:100%;
				content:'';
				max-width:1245px;
				background:url(img/header_bg.png) bottom center no-repeat;
				background-size:100%;
				height:58px;
				left:0;
				right:0;
				margin:auto;
				bottom:167px;
				display:block;
			}
			/* FOOTER
			==========================================	*/
			footer.site-footer {
				text-align:left;
			}
			#bottom_nav{
				display:block;
			}
			#credits span {
				display:inline;
				height:auto;
				overflow:hidden;
			}
			#credits {
				text-align:right;
				clear:none;
			}
			#footer_contact {
				padding-top:12px;
			}
			#footer_contact p {
				clear:both;
				display:inline;
			}
			#footer_contact a {
				margin-left:10px;
				margin-top:-12px;
			}


			/* NAVIGATION
			==========================================	*/
			.navbar a.brand {
				width: 25%;
			}
			nav {
				display:block;
			}
			nav ul {
				display:block;
				margin:0;
				padding:0;
				list-style:none;
			}
			nav ul ul {
				display:none !important;
			}
			nav li {
				list-style:none;
			}
			nav a:hover {
				text-decoration:none;
			}	
			nav a:link, nav a:visited {
				background:url(img/nav_bg.png) right center no-repeat;
				padding: 3px 12px 4px;
				float:left;
				margin:0;
				text-decoration:none;
				color: #D11011; /* red  */
				font-size:18px;
				font-size:1.8rem;
			}
			nav li:first-child a {
				padding-left:0;
			}
			nav li:last-child a {
				background:none;
			}
			/* Commented Backslash Hack hides rule from IE5-Mac \*/
				nav a span {float:none;}
			/* End IE5-Mac hack */
			nav a:hover {
				color: #5E0000; /* dark red */
				text-decoration:none;
			}
			nav a:hover span {
				color: #5E0000; /* dark red */
				text-decoration:none;
			}
			nav li.current_page_item a {
				color: #A40101; /* middle red */
				text-decoration:none;
			}
			nav li.current_page_item a span {
				color: #A40101; /* middle red */
				text-decoration:none;
			}
			footer nav ul {
				text-align:left;
			}
			footer nav ul li {
				float:none;
				display:inline-block;
				margin:0;
				padding:0;
			}

			/* img
			==========================================	*/

			img.alignleft, img.alignright, img.aligncenter, img.alignnone {

			}
			img.alignleft {
				float:left;
				display:block;
				margin:0 15px 15px 0;
			}
			img.alignright {
				float:right;
				display:block;
				margin:0 0 15px 15px;
			}
			img.aligncenter {
				float:none;
				display:block;
				margin:0 auto 15px auto;
			}

			/* PAGE ITEMS
			==========================================	*/
			h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
				font-size: 48px;
				font-size:4.8rem;
			}
			.col_border {
				background:url(img/border.png) top right repeat-y;

			}
			.border {
				background:url(img/border.png) top right repeat-y;
				margin:0;
				padding: 0 15px;
				height: 5px;
			}
			.no_border {
				margin:0;
				padding: 0 15px;
				height: 5px;
			}
			.home_button {
				margin-left:-3.5%;
			}
			h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
				text-align:left;
			}
			.page-id-7 table td {
				display:table-cell;
			}
			.page-id-7 table tr {
				display:table-row;
			}
			/* This is the code to make sure that Easy Columns works after upgrades
			========================================================================*/
			.container .ezcol>* {
				max-width: 100%;
			}
			.container .ezcol-one-quarter,
			.container .ezcol-one-half,
			.container .ezcol-three-quarter,
			.container .ezcol-one-third,
			.container .ezcol-two-third,
			.container .ezcol-one-fifth,
			.container .ezcol-two-fifth,
			.container .ezcol-three-fifth,
			.container .ezcol-four-fifth {
				float: left;
				margin-right: 4%;
				position: relative;
				word-wrap: break-word;
				hyphens: auto;
				-moz-box-sizing: border-box !important;
				-webkit-box-sizing: border-box !important;
				box-sizing: border-box !important;
				text-rendering: optimizedLegibility;
			}
			.container .ezcol-one-quarter {
				width: 22%;
			}
			.container .ezcol-one-half {
				width: 48%;
			}
			.container .ezcol-three-quarter {
				width: 74%;
			}
			.container .ezcol-one-third {
				width: 30.666%;
			}
			.container .ezcol-two-third {
				width: 65.334%;
			}
			.container .ezcol-one-fifth {
				width: 16.8%;
			}
			.container .ezcol-two-fifth{
				width: 37.6%;
			}
			.container .ezcol-three-fifth {
				width: 58.4%;
			}
			.container .ezcol-four-fifth {
				width: 79.2%;
			}
			.container .ezcol-last {
				float: right;
				clear: right;
				margin-right: 0;
			}
			.container .ezcol-last:after {
			   content: ".";
			   opacity: 0;
			   display: block;
			   height: 0;
			   clear: both;
			}
			.container .ezcol-both,
			.container .ezcol-left,
			.container .ezcol-right {
				margin: 0;
				padding: 0;
				background: none;
			}
			.container .ezcol-divider {
				clear: both !important;
				display: block !important;
				margin-bottom: 0px !important;
				padding-top: 0px !important;
				width: 100% !important;
				background: none !important;
			}
			.container .ezcol-both {
				clear: both !important;
			}
			.container .ezcol-left {
				clear: left !important;
			}
			.container .ezcol-right {
				clear: right !important;
			}
			@media all and (max-width: 1025px) {
				.container .ezcol-one-quarter,
				.container .ezcol-one-half,
				.container .ezcol-three-quarter,
				.container .ezcol-one-third,
				.container .ezcol-two-third,
				.container .ezcol-one-fifth,
				.container .ezcol-two-fifth,
				.container .ezcol-three-fifth,
				.container .ezcol-four-fifth {
					width: 48% !important;
					margin-right: 2%;
				}
				.container .ezcol-last {
					float: left;
					clear: none;
					display: block;
				}
				.container .ezcol-last:after {
					content: "";
					display: block;
					clear: none;
				}
				.container .ezcol-last + .ezcol-divider {
					clear: none !important;
					display: none !important;
					margin: 0 !important;
					padding: 0 !important;
				}
			}

			/* MENU JUMP TO SECTION
			=======================================  */
			#demo-contentBox, #exp-col-but {
				display:block !important;
			}
			#demo-contentBox{
				width:259px;
				height:71px;
				background:url(img/jump_expand_bg.png) top right no-repeat;
				padding-top:0;
				z-index:4;
				position: fixed;
				top: 330px;
				left: 0;
				overflow:hidden;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
			}
			#demo-contentBox ul {
				margin-right: 50px;
				margin-top:0px;
				padding-top: 12px;
				overflow:hidden;
				height:26px;
			}
			#demo-contentBox li {
				float: right;
				list-style-image: none;
			}
			#demo-contentBox a {
				color:#FFFFFF;
				font-size:20px;
				display:block;
			}
			.expand-div {
				background:url(img/jump_bg.png) 0 0 no-repeat;
				width: 241px;
				height: 58px;
				font-size:20px;
				color:#fff;
				font-family: 'Sansita One', Arial, 'Helvetica bold', sans-serif;
				padding: 20px 0 0 25px;
				position:fixed;
				top:325px;
				left: 0;
				z-index:5;
				cursor:pointer;
			}
			.collapse-div {
				background:url(img/jump_bg.png) 0 0 no-repeat;
				width: 716px;
				height: 58px;
				font-size:20px;
				color:#fff;
				font-family: 'Sansita One', Arial, 'Helvetica bold', sans-serif;
				padding: 20px 0 0 25px;
				position:fixed;
				top:325px;
				left:0;
				z-index:5;
				cursor:pointer;
			}
			#demo-contentBox.expanded {
				width: 716px;
			}
			footer {
			}
			#switch {
				text-align:left;
				float:left !important;
				border:none !important;
				border-radius:0 !important;
				background:none !important;
				margin:0 0 0 20px !important;
				font-size:16px !important;
				width:250px !important;
			}
			.wpcol-one-third {
				width: 30.666%;
				margin-top: 40px;
			}
			#sides, #pizza, #appetizers, #desserts, #beverages {
				padding-top:100px;
				margin-top:-100px;
			}
			@media only screen and (max-device-width: 1024px) {
				#header_info h6 {
				font-size: 15px;
				}
			}
		}

			/* Medium devices (desktops, 992px and up) */
			@media (min-width: 992px) {
				.home_button h5 {
					font-size: 28px;
					font-size:2.8rem;
				}
				#header_nav {
					float:left;
					width:65%;
				}
				#header_contact {
					float:left;
					width:35%;
				}
			}

				/* Large devices (large desktops, 1200px and up) */
				@media (min-width: 1200px) { 
					#logo-link-container {
						margin-right:-60px;
					}
				}

/* Google Maps embed hover*/

/* container style, which goes inside of figure */
.wp-block-image .google-maps-container {
	background: black;
	position: relative;
}

/* map screenshot image */
.google-maps-image {
	width: 100%;
	position: relative;
	display: inherit;
}

/* image caption to be used as text overlay on hover */
figcaption.map-caption {
	display: none;
}

.google-maps-container:hover .google-maps-image {
	opacity: 20%;
}

.google-maps-container:hover figcaption.map-caption {
	display: inline;
	position: absolute;
	text-align: center;
	margin: auto;
	top: 165px;
	left: 0;
	right: 0;
	color: white;
	/* caption button */
	border:1px solid #ffffff;
	padding:10px;
	width:30%;
}

/* hide Get Directions button on desktop */

@media screen and (min-width: 1025px) {
	.hide-mapbutton {
		display: none;	
	}}