/*
 Theme Name:   Surfarama Merlin
 Theme URI:    http://www.merlincycles.com
 Description:  A Surfarama child theme without the nasty unapproved comments in the recent comments block
 Author:       Chris Rowbotham
 Author URI:   http://www.merlincycles.com
 Template:     surfarama
 Version:      1.0.0
*/

@import url("../surfarama/style.css");

#shop-link {
	display: inline-block;
}
#social-media a.shop-link {
	background: url('library/images/merlin-logo.png');
	height: 36px;
	width: 125px;
	display: inline-block;
	text-indent: 9999px;
	overflow: hidden;;
	vertical-align: top;
	margin-bottom: 8px;
}
#social-media a.social-tw {
	background-image: url('library/images/icon-tw.png');
	background-color: #000000;
}
#social-media {
	width:auto;
	display: inline-block;
	float:right;
	margin-top:38px;
}
#site-heading {
	width:auto;
}
@media only screen and (max-width: 824px) {
	#social-media {
		display: inline-block;
		margin-top:0;
		float:none;
		width:100%;
		text-align:center;
	}
	#social-media a.shop-link {
		width:36px;
	}
	#shop-link {
		padding-top:0;
		display: inline-block;
		float:none;
	}
	
	#site-heading {
		width:100%;
	}
}
