/*
Theme Name: Startup Week - Main Site
Author: Alex P. Gates
Author URI: http://alexpgates.com
Description: This theme is a port from the original Startup Week site design. Most of the HTML / CSS comes from the old CMS. The goal of this theme is to directly copy the functionality and design of the existing site in order to facilitate a migration to WordPress Multisite.
Version: 1.0
*/

/*Hello but goodbye, top orange bar. I do apologize for once removing you and breaking the fancy top nav. */
/*Welcome back, but GTFO */

.top-bar{
	height:1px;
	background-color: #ECF0F1;
}

/*Styles overrides for front-page*/

.front-body-copy p{
	margin-bottom: 20px;
}

.post-author{
	display:block;
}

/*Styles for single.php*/

.single-post-date{
	font-weight: bold;
	font-size: smaller;
}

.single-post-author{
	font-style: italic;
	font-size: smaller;
}

.single-post-info{
	margin-bottom: 15px;
}

.single-post-content ul{
    margin-top: 20px;
    margin-left: 50px;
}

.single-post-content img{
    margin-bottom:15px;
}

.single-post-content p{
	margin-bottom: 15px;
}

.news-sidebar .widgettitle{
	font-family:"Montserrat","Helvetica Neue",Helvetica,sans-serif;
	font-size: 1.4em;
}

.news-sidebar .textwidget{
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.news-sidebar ul{
	list-style-type: none;
}

.news-sidebar .post-date{
	font-size: .7em;
}

/*Page content*/

.page-content p {
	line-height: 27px;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
	margin-top: 20px;
}

.page-content h3{
	font-size: 1.575em;
}

.page-content ul{
    margin-top: 20px;
    margin-left: 50px;
}

.video-container {
	margin-top:20px;
	margin-bottom:35px;
}

/*Make embeds responsive*/
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*Fix that grid issue*/
.city-grid .city-grid-item:nth-of-type(n+5) {
    margin-top: 0;
}


/*Team contact links should be inline, not block now that they are icons*/
.team-member-item__info a {
    display: inline;
    font-size:25px;
}

.footer-logo-img {
	width: 295px;
    margin-top: -.3em;
}

#header .sticky .header__logo {
    padding: 0;
}

/*Responsive overrides*/

@media only screen and (min-width: 800px){
	.sidebar-spacer{
		display:none;
	}
}
