/*
 * Theme Name: Primo Gusto
**/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
a{
	text-decoration:none;
	color:#fff;
}
:focus {
	outline: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a img {
	border: 0px none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
}
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}



.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 24px;
}
.alignnone {
	float: none;
	clear: both;
	margin: 0 auto 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 12px;
	line-height: 1.16em;
	text-align: center;
	font-style: italic;
	padding: 6px 15px;
	color: #444;
}
ul.gallery {
	margin: 0;
	padding: 0 !important;
	list-style: none outside;
	overflow: hidden;
	font-size: 0px;
}
ul.gallery li {
	float: left;
	width: 300px;
	margin-bottom: 15px !important;
	padding: 0;
}
ul.gallery li.gallery-new-line {
	clear: both;
}
ul.gallery li img {
	display: block;
	width: 100%;
}
ul.gallery li .caption {
	font-style: italic;
	font-size: 12px;
	line-height: 1.16em;
	color: #444;
	display: block;
	padding: 5px 0;
}
ul.gallery-columns-2 li {
	width: 46%;
	margin: 0 2%;
}
ul.gallery-columns-3 li {
	width: 31.32%;
	margin: 0 1%;
}
ul.gallery-columns-4 li {
	width: 23%;
	margin: 0 1%;
}
ul.gallery-columns-5 li {
	width: 18%;
	margin: 0 1%;
}
ul.gallery-columns-6 li {
	width: 14.65%;
	margin: 0 1%;
}
ul.gallery-columns-7 li {
	width: 13.27%;
	margin: 0 0.5%;
}
ul.gallery-columns-8 li {
	width: 11.5%;
	margin: 0 0.5%;
}
ul.gallery-columns-9 li {
	width: 10.1%;
	margin: 0 0.5%;
}


a.button {
	display: inline-block;
	height: 50px;
	padding: 0 30px;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 50px;
	color: #000;
	text-align: center;
}
a.button-blank {
	background: none;
	color: #fff;
	padding: 0;
	color: #000;
}
a.button-blank:hover {
	color: #ffc225;
}
.screen-reader-text {
	display: none;
}