/*
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.
*/
a.rs-link-active {
	margin-top: 20px;
	display: block;
}

#header-right-section {
	margin-top: 85px;
}

#header-text-nav-wrap {
	padding-top: 5px;
	padding-bottom: 3px;
}

blockquote em {
	font-style: italic;
}

.tg-one-half #text-2 {
	padding: 20px 10px 10px;
	-webkit-box-shadow: 1px 1px 3px 3px #664614;
	box-shadow: 1px 1px 3px 3px #664614;
	width: 95%;
	background: #ffffff;
/* Old browsers */
	background: -moz-radial-gradient(center,ellipse cover,#ffffff 0%,#e8e4b4 98%);
/* FF3.6+ */
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#ffffff),color-stop(98%,#e8e4b4));
/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center,ellipse cover,#ffffff 0%,#e8e4b4 98%);
/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center,ellipse cover,#ffffff 0%,#e8e4b4 98%);
/* Opera 12+ */
	background: -ms-radial-gradient(center,ellipse cover,#ffffff 0%,#e8e4b4 98%);
/* IE10+ */
	background: radial-gradient(ellipse at center,#ffffff 0%,#e8e4b4 98%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e4b4',GradientType=1);
/* IE6-9 fallback on horizontal gradient */
}

.su-spoiler-title {
	padding: 5px 0 0 30px !important;
}

.su-dropcap-style-flat {
	background: #444;
	padding: 2px 8px;
}

.su-dropcap {
	width: 2.5em !important;
	margin: .2em .5em .1em 0 !important;
}

body.custom-background {
	background: #55d2e8;
/* Old browsers */
	background: -moz-linear-gradient(top,#55d2e8 0%,#4cc926 57%,#eae24f 98%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#55d2e8),color-stop(57%,#4cc926),color-stop(98%,#eae24f));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#55d2e8 0%,#4cc926 57%,#eae24f 98%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#55d2e8 0%,#4cc926 57%,#eae24f 98%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#55d2e8 0%,#4cc926 57%,#eae24f 98%);
/* IE10+ */
	background: linear-gradient(to bottom,#55d2e8 0%,#4cc926 57%,#eae24f 98%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55d2e8',endColorstr='#eae24f',GradientType=0);
/* IE6-9 */
}

.narrow-978 #page {
	max-width: 1038px;
	-webkit-box-shadow: 1px 1px 1px 2px #C1C1C1;
	box-shadow: 1px 1px 1px 2px #C1C1C1;
}

#primary {
	width: 70%;
}

#secondary {
	width: 25%;
}

.page #primary .entry-title {
	display: none;
}

/*#header-text-nav-container {
	background-image: url(http://courtneymerino.com/wordpress/wp-content/uploads/2014/12/background_header1.png);
	background-repeat: no-repeat;
}*/
/* Mobile Style Sheet */
@media only screen and (max-width: 768px) {
	#page {
		width: 97%;
	}
	
	#header-right-section {
		margin-top: 0;
	}
	
	.inner-wrap {
		width: 95%;
	}
	
	#featured-slider {
		display: none;
	}
}

.last_minute {
	color: red;
	font-style: italic;
}

#cntctfrm_thanks {
	color: red;
	margin-bottom: 25px;
	font-style: italic;
}

.page #primary .entry-title {
	display: none;
}

.embm-beer--header > a {
	pointer-events: none;
	cursor: default;
}