/*
Theme Name: Reily Foods
Theme URI: http://wordpress.org/themes/reily
Author: marriner
Author URI: http://www.marriner.com/
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: reily

Reily Foods WordPress Theme © 2016 marriner
Reily Foods is distributed under the terms of the GNU GPL

CSS Reset
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.NCA-promo { 
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 999;
	margin: -180px 0 0 9%;
	background: url('/wp-content/themes/reily/elements/img/NCA_Convention_Sponsor_Host.png') no-repeat;
	background-size: 150px 150px;
	text-indent: -9999999px;
	outline: none;
}

#home_featured .stage #featured-home-content div.content h2 { 
	letter-spacing: -0.25px
}

@media (max-width: 960px) {
	.NCA-promo { 
		margin: 0;
		top: 175px;
		right: 6%;
		width: 100px;
		height: 100px;
		background-size: 100px 100px;
	}
}

@media (min-width: 1600px) {
	  .NCA-promo { 
		  margin-left: 20%
	}
}