/*
 Theme Name:     Espresso Child
 Theme URI:      http://scheetzdesigns.com
 Description:    Espresso Child Theme
 Author:         Scheetz Designs
 Author URI:     http://scheetzdesigns.com
 Template:       espresso
 Version:        1.0.0
*/

@import url("../espresso/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

/* colors
ox blood: #4a0000;
ochre: #f5c52c;
dk grey: #111;
med grey: #222;
light grey: #ededed;
*/



/*******************************************************
	global
*******************************************************/
body {
	color:#ededed !important;
	font-family:'Open Sans', sans-serif !important;
	background:#222 !important;
}

h2.centered span, h1.page-title span {
	background: transparent !important;
}



header#header h1#logo a {
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 4em;
	text-shadow: 4px 4px 0px #000;
	color:#f5c52c !important;
}

/* page titles */
#page-post article.page-content h1 {
	text-transform: uppercase;
}

h1.page-title {
	border:none !important;
}

h2.centered:before, h1.page-title:before {
	background: transparent !important;
}

nav#main-nav.right > ul > li > a:hover {
	background: rgba(184,28,14,0.25);
}





/*******************************************************
	home
*******************************************************/
.widget article h3 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 auto 20px;
	text-align: center;
	font-weight: 400 !important;
}





/*******************************************************
	events
*******************************************************/
.tribe-bar-disabled, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .events-list #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer, .tribe-events-list-separator-month {
	display:none;
}



.single-tribe_events .tribe-events-event-meta {
	display: none;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a {
	color:#ededed !important;
}

a, #homepage-events article small span, #footer-widgets article.hours-block p.right, #respond span.required, section.social-search .search form input[type=submit] {
	color:#ccc !important;
}

.tribe-events-calendar td a {
	color:#4a0000 !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	color: #ededed !important;
	background:transparent !important;
}

.tribe-events-single .tribe-events-cost, .tribe-events-list .tribe-events-event-cost span {
	background: #111;
	color: #ededed;
}

#page-post article.page-content dl {
	display: none;
}

#page-post article.page-content .single-event-image {
	float: none;
	margin: 0 auto;
	text-align: center;
}

#page-post article.page-content p {
	margin: 20px auto;
	font-size: 1.25em;
	text-align: left;
}

#page-post article.page-content p#breadcrumbs, p.tribe-events-back {
	text-align: left;
}

.tribe-events-list-event-title a {
	color:#f5c52c !important;
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content #page-post article.page-content p {
	margin: 20px auto;
	font-size: 1em;
	text-align: left;
	width: auto;
}

#tribe-events-content .tribe-events-calendar td {
	background: #ededed;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"]>a, .tribe-events-calendar div[id*="tribe-events-daynum-"] a{
	background-color: #777 !important;
}

#page-post article.page-content h3 {
	color:#888 !important;
}

#tribe-events-content table.tribe-events-calendar {
width:auto;
}

.tribe-events-before-html { display:none }


/*******************************************************
	contact
*******************************************************/

#wpgmza_map {
	width:auto !important;
}



/*******************************************************
	start media queries
*******************************************************/

@media only screen and (max-width: 900px) {
	footer {
		display: block !important;
	}
}



@media only screen and (max-width: 768px) {
	header#header h1#logo a {
		font-size: 2.5em;
	}

	footer section.left {
		width:75%;
	}

	.tribe-events-sub-nav li a {
		margin-bottom:inherit;
	}
}

@media only screen and (max-device-width: 600px) {
	header#header {
		height:85px !important;
	}

	header#header h1#logo {
		line-height: 80px;
	}

	footer section.left {
		width:62%;
	}


h1.page-title span {
  padding:0;
}

#tribe-events-content table.tribe-events-calendar {
  width:100%;
  margin:0 auto;
}

.tribe-events-calendar thead th {
  padding:0;
}

.vcalendar {
  width:100%;
  margin:0 auto;
  display:table;
}

#tribe-events-content .tribe-events-calendar td {
  width:auto;
}

.tribe-events-calendar > thead {
  display:table-caption;
}

.slicknav_btn {
  top:40px;
}
	
}

@media only screen and (max-device-width: 525px) {
	header#header h1#logo {
		line-height: 70px;
	}

	header#header h1#logo a {
		font-size: 1.5em;
	}

	header#header {
		height:75px !important;
	}

	.bottom-spacer {
		height:40px;
	}

	footer {
		height:90px;
		line-height: 5px;
	}

	footer a,
 	footer p {
		font-size:12px;
	}

	footer section.left, footer section.right {
		float:none;
		width:auto;
		text-align: center;
	}

	section.social-search a.social {
		float:none;
	}

	section.social-search a.social:first-child {
		margin-left:0;
	}



}

@media only screen and (max-device-width: 320px) {
	header#header h1#logo {
		line-height: 55px;
	}

	header#header h1#logo a {
		font-size: 1em;
	}
}