@import  "http://fonts.googleapis.com/css?family=Montserrat:400,700";

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#header {
	background: #303030;
	background-image: url('http://rtrq.wpengine.com/wp-content/uploads/2013/10/binding_dark2.jpg');
	padding: 3em 0 1.618em;
}

.callout {
	position: relative;
	margin: -1.6em auto 0;
	padding: 18px 20px;
	background-color: #f1f1f1;
/* easy rounded corners for modern browsers */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 50%;
	font-size: 1.05em;
	font-family: 'Montserrat', sans-serif;
	box-shadow: 0 3px 10px rgba(0,0,0,.12);
}

.callout .notch {
	position: absolute;
	top: -10px;
	left: 48%;
	margin: 0;
	border-top: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f1f1f1;
	padding: 0;
	width: 0;
	height: 0;
/* ie6 height fix */
	font-size: 0;
	line-height: 0;
/* ie6 transparent fix */
}

#header p {
	display: none;
}

body.has-top-nav #header {
	padding-top: 5.505em;
}

#feature_subscribe {
	margin: 1em 0 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	width: 106px;
	height: 23px;
/*margin: 1em 0 0;*/
	text-indent: -9999px;
	background: url(https://s.mzstatic.com/htmlResources/8593/web-storefront/images/viewinitunes_en.png) 0 0 no-repeat;
}

#posts-timeline .timeline-post:hover {
	box-shadow: 0 0 10px 0 #00adef;
	-webkit-box-shadow: 0 0 10px 0 #00adef;
}

#posts-timeline .timeline-post:nth-child(1n):hover:after {
	background-color: #00adef;
}

span.heading {
	display: none;
}

#content.home-widgets .widget_woo_component h2.widget-title {
	margin-bottom: 0;
}

/*
.columns-1 {
	width: 100%;
}

.columns-2 {
	width: 47.35%;
}

.columns-3 {
	width: 29.8%;
}

.columns-4 {
	width: 21%;
}*/