/** Shopify CDN: Minification failed

Line 63:0 Unexpected "}"

**/
@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Megrim);

/* HR LINE CUSTOM */
hr {
	font-family: Megrim, cursive;
	border: none;
	border-top: medium double #ffffff;
	color: #e98744;
	text-align: center;
	font-size: x-large;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 16px;
	padding-top: 16px;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 28px;
 	clear: both;
} 

hr:after {  content: "— ⩅⩅⩅ —"; display: inline-block; color: #e98744; position: relative; top: -0.95em; font-size: 1.50em; padding: 0 0.75em; clear: both;
}

/* INLINE VIDEO LEFT DISPLAY */

#inlinevid-left {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 20px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-bottom:20px;
}
/* REMOVE PAGE TITLES 
.majortitle, .title {
    margin: 0 0 6px;
    visibility: hidden;
}*/

/* BLOCK QUOTES */
blockquote::before {
    color: #FFFFFF;
    content: open-quote;
    font-size: 3em;
    line-height: .1em;
    margin-left: -20px;
    margin-right: 10px;
    vertical-align: -.48em;

}

}