/*
 Theme Name:   The Airport 77s
 Theme URI:    http://airport77s.com/
 Description:  Airport 77s Style
 Author:       Chuck Dolan
 Author URI:   http://airport77s.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  airport77s
*/

@font-face {
    font-family: airport_font;
    src: local(airport_font), url('http://airport77s.dolanbrau.com/wp-content/themes/airport77s/fonts/obbsidda.ttf') format('opentype');
}

.site-content {
    background-color: #F0F1F4;
    padding: 3em 0 0;
}

.site-title {
	font-family: "airport_font";
    text-shadow: 2px 2px 2px black;
	text-transform: none;
    font-size: 42px;
}

.site-footer {
    margin-top: 0;
}


.panel-content .wrap {
    padding: 3em 0;
}


.custom-logo {
    border-radius: 25%;
}

.a77s-gig-widget-title {
    font-size: 18px;
    margin: 0.5em 0;
}

.a77s-gig-widget-list {
	font-size: 13px;
	padding-bottom: .75em;
}

.a77s-gig-widget-upcoming-link > a {
	box-shadow: none;
}

/* trying to lose the label on the front page */
.entry-title {
    display: none;
}

/* Can't find the source of that front-page hr */
.entry-header > hr {
    display: none;
}

#upcoming-gigs {
	table-layout: fixed;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

#upcoming-gigs tr td {
    background-color: #ddd; /*#CCD0BE;*/
}

td.gig-date {
	font-weight: bold;
	padding-left: 2px;
}

#past-gigs-panel {
	/*background-color: #f00;*/
	padding: 40px 0px 0px 0px;
}
 
#past-gigs {
	table-layout: fixed;
/*	width: 700px;*/
    width: 95%;
	margin-left:auto;
	margin-right:auto;
}

#past-gigs tr td {
	padding: 1px 5px;
	overflow:hidden;
    background-color: #ccc;
}

#past-gigs .gig-year {
	padding: 4px 5px;
	font-weight: bold;
	background-color: #bbb;
}

.set-list {
    list-style: none;
}

/* surrender to the gremlins */
.about-page .page .entry-content {
    width: 100% !important;
}

.buzzer-img {
    float: right;
}

.power-poplink a {
    text-decoration: none;   
}

.social-box {
    position:relative;
}

.footer-follow-text {
    float: left;
}