/* 
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

/* =Base
-------------------------------------------------------------- */
html, body{
	margin: 0;
	padding: 0;
  	background-color: rgba(59,123,224,1.00);
  	background: url(http://www.mountainhighsandwichco.com/wp-content/uploads/2014/08/lake_tahoe_bkrd.jpg) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
}

body {
  	color: rgba(0,0,0,1.00); 
}


/* =Globals
-------------------------------------------------------------- */
#header {
	margin-top: -10px;
	padding-top: 0;
	color: rgba(255,255,255,1.00);
}

#logo {
	margin-top: 0px;
	margin-bottom: 3px;
}

#top-widget {
	margin-top: 65px;
	width: 65%;
}

#text-2 {
	margin-top: 20px;
}

#text-2 a {
	color: rgba(210,93,16,1.00) !important;
}

#text-2 a:hover {
	color: rgba(100,60,31,1.00) !important;
}

.large {
	font-size: 1.5em;
}

.annotation {
	margin-top: -20px;
	display: block;
}

.all_caps {
	text-transform: uppercase;
}

h2 {
	margin-bottom: 10px !important;
}

h4 {
	margin-bottom: -20px !important;
	padding: 0 !important;
}

img {
	margin: 10px;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #643c1f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#643c1f), to(#281100));
	background-image: -webkit-linear-gradient(top, #643c1f, #281100);
	background-image: -moz-linear-gradient(top, #643c1f, #281100);
	background-image: -ms-linear-gradient(top, #643c1f, #281100);
	background-image: -o-linear-gradient(top, #643c1f, #281100);
	background-image: linear-gradient(top, #643c1f, #281100);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#643c1f, endColorstr=#281100);
	text-align: center; 
	border-radius: 10px;
}

.menu a {
	border-left: 1px solid #391b05;
}

.menu a:hover {
	background-color: #d25d13;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#762f02), to(#d25d13));
	background-image: -webkit-linear-gradient(top, #762f02, #d25d13);
	background-image: -moz-linear-gradient(top, #762f02, #d25d13);
	background-image: -ms-linear-gradient(top, #762f02, #d25d13);
	background-image: -o-linear-gradient(top, #762f02, #d25d13);
	background-image: linear-gradient(top, #762f02, #d25d13);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#762f02, endColorstr=#d25d13);
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #d25d13;
	border-left: 1px solid #391b05;
}

.front-page .menu .current_page_item a:hover {
	background-color: #d25d13;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#762f02), to(#d25d13));
	background-image: -webkit-linear-gradient(top, #762f02, #d25d13);
	background-image: -moz-linear-gradient(top, #762f02, #d25d13);
	background-image: -ms-linear-gradient(top, #762f02, #d25d13);
	background-image: -o-linear-gradient(top, #762f02, #d25d13);
	background-image: linear-gradient(top, #762f02, #d25d13);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#762f02, endColorstr=#d25d13);
}

.menu li {
	display: inline-block;
	float: none;
	margin-left: -5px;
}

.menu li li {
	background: #333333;
	color: #ffffff;
	border: 1px solid #391b05;
	display: block;
	text-align: left
}

.menu li li:hover {
	background: #333333 !important;
	filter: none;
}

.menu li li a {
	color: #ffffff;
}

.menu li li a:hover {
	background: #d25d13 !important;
	color: #ffffff;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 3.5em;
	padding-top: 25px;
	color: rgba(100,60,31,1.00);
}

.featured-subtitle {
	font-size: 2.45em;
	font-style: italic;
	color: rgba(210,93,16,1.00);
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action a.button {
	border-radius: 10px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.orange {
	background-color: #d25d13;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d25d13), to(#762f02));
	background-image: -webkit-linear-gradient(top, #d25d13, #762f02);
	background-image: -moz-linear-gradient(top, #d25d13, #762f02);
	background-image: -ms-linear-gradient(top, #d25d13, #762f02);
	background-image: -o-linear-gradient(top, #d25d13, #762f02);
	background-image: linear-gradient(top, #d25d13, #762f02);
	border: 1px solid #753b01;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d25d13, endColorstr=#762f02);
	text-shadow: 0 -1px 0 #753b01;
}

a.orange:hover {
	background-color: #643c1f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#643c1f), to(#281100));
	background-image: -webkit-linear-gradient(top, #643c1f, #281100);
	background-image: -moz-linear-gradient(top, #643c1f, #281100);
	background-image: -ms-linear-gradient(top, #643c1f, #281100);
	background-image: -o-linear-gradient(top, #643c1f, #281100);
	background-image: linear-gradient(top, #643c1f, #281100);
	border: 1px solid #391b05;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#643c1f, endColorstr=#281100);
	text-shadow: 0 -1px 0 #391b05;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	display: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	color: rgba(255,255,255,1.00);
}

.to_the_top {
	text-align: center;
}

.to_the_top a {
	color: rgba(255,255,255,1.00) !important;
}

.copyright a {
	color: rgba(210,93,16,1.00) !important;
}

.copyright a:hover {
	color: rgba(100,60,31,1.00) !important;
}

/* =Featured Content
-------------------------------------------------------------- */
/* Home Page Styles */

#featured {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 5px;
	margin-bottom: -20px;
	border-radius: 10px;
	width: 95.6% !important;
        background-color: rgba(255,255,255,0.85);
}

#featured-content {
	margin-top: 0px;
	padding-top: 0px;
}

#featured-image {
	margin-top: 0px;
}

	.slideshow_container {
        	display: block;
		margin: 0 auto 0 auto;
	}

	.slideshow_content {
		border-radius: 10px;
	}

	.slideshow_content img {
		width: 100%;
        	display: block;
		margin: 0 auto 0 auto;
	}

/* End Home Page Styles */

/* Global Inner Page Styles */

#wrapper {
	border-radius: 10px;
        background-color: rgba(255,255,255,0.85);
}

#content-full {
	margin-top: 15px;
	margin-bottom: -20px;
}

#content-full a {
	color: rgba(210,93,16,1.00) !important;
}

#content-full a:hover {
	color: rgba(100,60,31,1.00) !important;
}

.entry-title {
	color: rgba(100,60,31,1.00);
}

.orange_headline {
	color: rgba(210,93,16,1.00);
}

.thanks {
	background-color: rgba(255,255,255,1.00);
	border: 1px solid rgba(210,93,16,1.00);
	border-radius: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	color: rgba(100,60,31,1.00);
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,1.00);
	box-shadow: 3px 3px 8px rgba(0,0,0,1.00); 
}

.thanks ul {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-width: 30%; /* Chrome, Safari, Opera */
	-moz-column-width: 30%; /* Firefox */
	column-width: 30%;
	font-weight: bold;
} 

/* End Global Inner Page Styles */

/* Menu Page Styles */

div.food_menu_items {
	width: 95%;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;

  	-webkit-column-width: 43%;
     	-moz-column-width: 43%;
        column-width: 43%;
}

/* End Menu Page Styles */

/* Contact Page Styles */

.contact_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}

.info_map {
	width: 40%;
	margin-left: 6%;
	position: relative;
	float: left;
}

.black_address {
	line-height: 1.25em;
}

.form_container {
	width: 40%;
	margin-left: 6%;
	position: relative;
	float: left;
}

/* End Contact Page Styles */









/*The last 29 days of the month are the hardest."- Nikola Tesla*/