#mobile-close, #mobile-logo{ display: none; }

/* RED */
@media screen and (max-width: 1200px) and (min-width: 768px){
	
	/* body{ background: #f00; } DEBUG */

	
	#blog-logo{
		height: 50px;
		width: auto;
	}
	
	/* header nav{
		margin-top: 25px;
	} */
	
	.post-list ul li{
		display: block;
	}
	
	h3.line span{
		display: block;
	}
	
	header #menu-main-nav a, header #menu-main-nav a:link, header #menu-main-nav a:active, header #menu-main-nav a:visited {
		font-weight: 800;
		letter-spacing: 0.1em;
		font-size: 0.8em;
		text-shadow: 0px 1px 4px rgba(0,0,0,.25);
	}
	
	
}


/* hot blue */
@media screen and (max-width: 1040px) and (min-width: 768px){
	
	/* body{ background: #0ff; } DEBUG */

	
	header #logo{
		width: 132px;
		height: 80px;
	}
	
	body header #menu-main-nav li{
		margin: 10px 0px 0px 5px;
	}
	
}


/* green */
@media screen and (max-width: 940px) and (min-width: 769px){
	
	/* body{ background: #0f0; } DEBUG */
	
	footer > div .col:nth-child(2n){ margin: 0px 20px; }
	
	footer .col{
		width: 25%;
	}
	
	/*
	header nav{
		display: none;
	}
	*/
	
	header #menu-main-nav a, header #menu-main-nav a:link, header #menu-main-nav a:active, header #menu-main-nav a:visited {
	    font-weight: 800;
	    letter-spacing: 0.1em;
		font-size: 0.7em;
	    text-shadow: 0px 1px 4px rgba(0,0,0,.25);
	}
	
	header #menu-main-nav li{
		line-height: 30px;
		border-radius: 15px;
	}
	
	body header #menu-main-nav a{
		padding: 0px 10px;
	}
	
	
	#scrolly-video{ display: none !important; }
}

@media screen and (max-width: 800px) and (min-width: 200px){
	
	.dswd-menu #menu-social-media li:before{
		font-size: 2.5em;
	}
	
	.dswd-menu.extra-large ul > li{
		width: calc(30% - 10px);
		margin: 0px 5px;
		height: 4em;
	}
	
	.dswd-list-people > div.person, .dswd-list-people.your-hosts > div.person{
		width: 100%;
		display: block;
		border-bottom: 1px solid #eee;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.dswd-list-people > div.person:nth-child(3n + 2), .dswd-list-people.your-hosts > div.person:nth-child(2n){
		margin: 0px;
	}
	
	#going-places-podcast-website h1 {
		font-size: 2em;
		line-height: 1em;
		margin-bottom: -30px;
	}
	
	.dswd-hero > .hero-img {
		box-shadow: inset 0px -80px 80px 4px rgba(0,0,0,0.75);
	}
	
	body.home main section > div.dswd-hero{
		margin-bottom: -20px;
	}
	
	body header #menu-main-nav a {
		font-weight: 800;
		letter-spacing: 0.1em;
		text-shadow: 0px 1px 4px rgba(0,0,0,.5);
		} /* was body.home */
	
	body header #menu-main-nav li{
		display: block;
		margin: 20px;
		text-align: left;
	} /* was body.home */
	
	#mobile-logo{
		display: block;
		height: 40px;
		width: auto;
		margin-left: 30px;
		margin-bottom: 30px;
	}
	
	#mobile-close{
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
		color: #fff;
		font-size: 30px;
		text-decoration: none;
		font-weight: bold;
	} 
	
	#mobile-menu{
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
		color: #fff;
		font-size: 30px;
	}
	
	#blog-logo{
		height: 50px;
		width: auto;
	}
	
	header nav{
		/* display: none; */
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 0%;
		margin-top: 0px;
		
		box-sizing: border-box;
		background: #0d788c;
		transition: all .25s ease .1s;
		overflow: hidden;
	}
	
	header nav.show-mobile-menu{
		padding-top: 30px;
		display: block;
		height: 100%;
		transition: all 1s ease .1s;
	}
	
	
	body.home header #logo{
		height: 40px;
		position: absolute;
		top: 20vw;
	}
	
	header #logo{
		height: 40px;
		width: 303px;
		position: absolute;
		top: -20px;
		background: url(../../images/going-places-website-wht.png) center center no-repeat;
		background-size: contain;
	}
	
	main section > div{
		padding: 20px;
	}
	
	#hero .story:nth-child(1){
		display: block;
		float: none;
		height: 60vw;
		width: 100%;
	}
	
	#hero .story:nth-child(2){
		margin-left: 0px;
		margin-top: 20px;
	}
	
	#hero .story:nth-child(3){
		margin-left: 20px;
		margin-top: 20px;
	}
	
	.post-list ul li, .two-columns, .recommended{
		display: block;
	}
	
	.post-list li > div{
		padding: 0px 20px 20px 20px;
	}
	
	.post-list img{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.rail{
		width: 100%;
	}
	.rail-block{
		padding-bottom: 60px;
		width: 100%;
	}
	
	footer > div{
		display: block;
	}
	
	footer .col, .recommended-post{
		width: 100%;
		margin: 0px 0px 30px !important;
	}
	
	
	footer{
		padding: 30px 20px;
	}
	footer > div .col:nth-child(2n){
		margin: 60px 0px;
	}
	footer .col img {
		max-width: 250px;
	}
	
	footer .col.partner-logos img{
		width: 40%;
	}
	
	footer .col{
		text-align: center;
	}
	
	footer #social li{
		margin-right: 20px;
	}
	footer #social #menu-item-31{
		margin-right: 0px;
	}
	
	h3.line:before{
		display: none;
	}
	
	
	#hero .story span{
		font-size: 12px;
		padding: 15px;
	}

	header #blog-logo{
		width: 100%;
		max-width: 475px;
		height: auto;
	}

	#scrolly-video{ display: none !important; }

	p.large-copy {
		font-size: 1.3em;
		line-height: 1.5em;
	}
	
	footer .addr{
		display: block;
		margin-top: 5px;
	}
	
	footer .bull{
		display: none;
	}
	

}


