/*
Theme Name: gd-jessieblack
Theme URI: http://gianesinidesign.com/
Description: WordPress custom for Jessie Black
Author: Francesco Gianesini / Gianesini Design, NYC
Author URI: http://gianesinidesign.com/
Version: 2.0

Tags:

License:
License URI:

*/


@charset "UTF-8";
/* CSS Document */


/* RESET
   ================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Firefox Dotted Outline Fix */
a:active { 
	outline: none; 
}
	
/* Firefox Dotted Outline Fix */
a:focus { 
	-moz-outline-style: none; 
}

a {
	text-decoration:none;
	outline:none;
}



/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/* Clearfix */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}


/* =============================================== WordPress CSS */

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}



/* REMOVE WIDTH AND HEIGHT

http://wordpress.stackexchange.com/questions/32931/removing-image-and-caption-dimension-attributes/37768#37768

*/

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}



/* =============================================== GENERAL TYPOGRAPHY + COLORS */

html {

}

body {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	
	-webkit-font-smoothing: antialiased;
	font-family: "futura-pt", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#333;
	font-size:20px;
	line-height:1.25em;	
}

p {
	margin-bottom:.625em;
	line-height:1.25em;
}

.quote {
	
}

strong {
	font-weight:500;
}

em {
	font-style:italic;
	font-weight: 400;
}

hr {
	height: 0;
	border-top: 1px solid #ddd;
	border-bottom: 0 solid #fff;
	margin-bottom:0;
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	color:#333;
	line-height:1em;
}

h1 {
	font-size:200%;
}

h2 {
	font-size: 180%;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:1em;
}

h3 {
	font-size: 140%;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:1em;
	margin-bottom:.5em;
}

h4 { /* label */
    font-size: 70%;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-weight: 500;
}

.footnote {
	font-size:75%;
	line-height:1.25em;
	text-transform:normal;
	font-weight:400;
	color:#999;
	margin-bottom: 1em;
}

a {
	color:#c2851b;
	text-decoration:none;
	font-weight:400;
}

a:hover {
	color:#333;
	text-decoration:none;
	-moz-transition: .25s ease-in-out;
   -webkit-transition: .25s ease-in-out;
}

a:focus {outline:0 !important;}

*:focus {
    outline: 0 !important;
}

ul, ol {
}

.content ul {
	list-style-type:disc;
	list-style-position:inside;
}

.content ul li {
}

.introParagraph {
	font-size:150%;
	line-height:1.125em;
	margin-bottom:.625em;
}

.disclaimer {
    font-size: 75%;
    font-weight: 400;
	line-height: 1.2em;
    color: #999;
    text-align: center;
}

/* round button */

.round-button {
	width:25%;
}
.round-button-circle {
	width: 100%;
	height:0;
	padding-bottom: 100%;
    border-radius: 50%;
	border:10px solid #cfdcec;
    overflow:hidden;
    
    background: #4679BD; 
    box-shadow: 0 0 3px gray;
}
.round-button-circle:hover {
	background:#30588e;
}
.round-button a {
    display:block;
	float:left;
	width:100%;
	padding-top:50%;
    padding-bottom:50%;
	line-height:1em;
	margin-top:-0.5em;
    
	text-align:center;
	color:#e2eaf3;
    font-family:Verdana;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
}

/* =============================================== CONTENT DIVs */

#wrapper {
	max-width:1400px;
	padding:0 4em;
	margin:0 auto;
}

.content {
	position:relative;
	min-height:400px;
	padding: 1em 0 0 0;
}

.row {
	margin-bottom: 1em;
	padding-bottom: 1em;	
}

.column {
	position:relative;
	float:right;
	padding:0 2%;
}

.innerpad {
	width: 90%;
	padding: 0 5%;
	border-left: solid 1px #ddd;
}

.full {
	width:96%;
}

.half {
	width:46%;
}

.quarter {
	width:21%;
}

.third {
	width:29.333%;
}

.threequarters {
	width:71%;
}

.twothirds {
	width: 62.666%;
}

.sixth {
	width:8.5%;
}

.page-visual {
}

.page-visual img {
	width:100%;
	height:auto;
}

/* =============================================== HEADER */

#header {
	position:relative;
	text-align:center;
	padding:0 2%;
	/*background-color:rgba(255,255,255,.8);*/
}

#logo {
    width: 300px;
    text-align: center;
    padding: 2em 0 0 0;
    margin: 0 auto;
}

#logo a {
	text-decoration:none;
	color:#000;
}

#logo img {
	width:100%;
	height:auto;
}

.description {
	display:none;
}

/* =============================================== NAV */

/* main nav */

#topNavContainer {
	margin:1em auto;
	padding:1em 0;
	text-align:center;
	text-transform:uppercase;
	color:#333;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	border-bottom:solid 1px #ddd;
}

#topNavContainer ul {
}

#topNavContainer ul li {
	display: inline-block;
	margin: 0 10px;
	letter-spacing: 1px;
}

#topNavContainer ul li a {
	color:#333;
	padding:1em 0;
	text-decoration:none;
	font-weight:500;
}

#topNavContainer ul li a:hover {
	color:#333;
	text-decoration:none;
	border-bottom:solid 1px #333;
}

#topNavContainer .current_page_item a {
	color:#333 !important;
	border-bottom:solid 1px #333;
}

#shopMenu {
	position: absolute;
    top: 1em;
    right: 2%;
    padding: .5em 1em;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    border: solid 1px #333;
}

#shopMenu ul {
}

#shopMenu ul li {
	display: inline-block;
	margin: 0 6px;
}

#shopMenu ul li a { 
	color:#333;
	padding:5px 0;
	font-weight:500;
}

#shopMenu ul li a:hover {
	color:#c2851b;
}

#shopMenu .current_page_item a {
	color:#c2851b !important;
}

/* =============================================== HOMEPAGE */

/* HOME */

.home .content {
	margin:0 auto;
	text-align:center;
	
	font-size:350%;
	font-weight:300;
	padding:12% 0;
	text-transform:uppercase;
	
	display:none !important;
}

.home .content p {
	line-height:1em;
}

.thenewblack {
	text-align:center;
	font-size:350%;
	font-weight:300;
	line-height:1em;
	padding:12% 0;
	text-transform:uppercase;
}

.thenewblack img {
	max-width:800px;
	height:auto;
}

.home #footer {
	display:none;
}

.slides {
}

.slides img {
	width:100%;
	height:auto;
}

/* =============================================== PRESS & PRAISE */

.pressQuotes {
	text-align:center;
	width: 750px;
    margin: 0 auto;
}

.quote {
    font-size: 120%;
    line-height: 1.1em;
    font-style: italic;
	margin-bottom:.5em;
}

.pressGrid {
	width: 750px;
    margin: 1em auto 0 auto;
	border-bottom: solid 1px #ccc;
}

.page-template-pagetemplate-press h4 {
	margin-bottom:1.5em;
}

.page-template-pagetemplate-press .gridCell {
	float:left;
	width:33.333%;
	margin:0;
	border-top:solid 1px #ccc;
	text-align:center;
}

.page-template-pagetemplate-press .gridCell img {
	width:85%;
	height:auto;
}

/* =============================================== GRID */

.gridCell {
	float:left;
	width:31.333%;
	margin:1%;
}

.gridCell img {
	width:100%;
	height:auto;
}

/* =============================================== FOOTER + FOOTER COMPONENTS */



#footer {
    text-align: center;
    padding: 3em 0 1em 0;
}

.footerblock {
    display: inline-block;
    margin: 0 6px;
}

.copyright {
	font-size:60%;
	color:#333;
}

.copyright a {
	color:#333;
	font-weight:300;
}

.copyright a:hover {
	color:#c2851b;
}

.social {
	font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.social a {
	margin:0 2px;
	color:#999;
}

.social a:hover {
	margin:0 2px;
	color:#333;
}

/* =============================================== PLUGINS */


/* Responsive Menu */

div#click-menu-label {
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.home #click-menu { /* full bg images */
	background:none !important;
}

/* Instagram feed */

#sb_instagram {
   padding: 1em 0 !important;
}

/* Form 7 */

input.wpcf7-form-control.wpcf7-submit {
	font-family: "futura-pt", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 60%;
    font-weight: 600;
    padding: .5em 1em;
    vertical-align: top;
    border: solid 1px #333;
}

div.wpcf7-validation-errors {
    border: none !important;
    background: black;
    color: #fff;
    font-weight: 500;
}

input.wpcf7-form-control {
    font-size: 100%;
	-webkit-font-smoothing: antialiased;
    font-family: "futura-pt", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
    line-height: 1.25em;
}

.wpcf7-text.wpcf7-email {
    width: 300px;
}


/* Woo Commerce */

/* Favorite button / heart */

.woocommerce div#favorites {
    text-align: center;
	margin-top: .5em;
}

.woocommerce h2, .woocommerce h3, .woocommerce h4 {
	padding:0 !important;
}

.archive h3, .archive h4 {
	text-align:center;
}

/* popups/alerts */

.woocommerce .woocommerce-message {
    border-top-color: #333 !important;
}

.woocommerce-message:before {
    color: #333 !important;
}


/* ------------- WOO AdvancedCustomFields ------------- */

.customWoo-productTitle {
}

.customWoo-productSubtitle {
}

/* ------------- PRODUCT - ARCHIVE ------------- */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1% 2.992em 1% !important;
    width: 31% !important;
}

.archive h3.customWoo-productTitle {
	font-weight:500 !important;
	font-size: 75% !important;
}

.archive h4.customWoo-productSubtitle {
    text-transform: none !important;
    font-size: 80% !important;
	font-weight:400 !important;
	margin: .25em 0 !important;
}

.woocommerce ul.products li.product .price {
    color: #999 !important;
    text-align: center !important;
}

.woocommerce a.button {
    font-weight: 500 !important;
    border-radius: 0 !important;
    color: #fff !important;
	background-color:#333 !important;
    display: block !important;
	text-align:center !important;
	font-size:70% !important;
	text-transform:uppercase !important;
	letter-spacing:1px !important;
	padding:1.5em 0 !important;
	border:solid 1px #333 !important;
}

.woocommerce input.button {
	font-weight: 500 !important;
    border-radius: 0 !important;
    color: #fff !important;
	background-color:#333 !important;
	font-size:70% !important;
	text-transform:uppercase !important;
	letter-spacing:1px !important;
}

.woocommerce ul.products li.product a:hover {
    background-color: #fff !important;
	color:#333 !important;
}


/* Cart buttons ('added') */

a.added_to_cart.wc-forward {
    width: 100%;
	
	font-weight: 500 !important;
    color: #666 !important;
    /*background-color: #ebe9eb !important;*/
	background-color:transparent !important;
    display: block !important;
	text-align:center !important;
	font-size:60% !important;
	text-transform:uppercase !important;
	letter-spacing:1px !important;
}

a.button.wc-forward {
	border:none !important;
}



/* ------------- PRODUCT - SINGLE ------------- */


.shop_thumb_nycimg img {
    width: 30%;
}

.shop_thumb_nyc {
    float: left;
    margin-bottom: .5em;
    margin-right: 3%;
    width: 31.333%;
    list-style-type: none;
}

.shop_thumb_nyc:nth-child(3n) {
    margin-right: 0;
}

.shop_thumb_nyc img {
    width: 30%;
	list-style-type: none;
}


.woocommerce div.product div.summary {
}

.woocommerce div.product p.price {
    color: #333 !important;
	font-weight: 400 !important;
}

.woocommerce div.product form.cart div.quantity {
	float:none !important;
	
	display: inline-block !important;
}

.woocommerce div.product form.cart .button {
	float:none !important;
	font-weight: 500 !important;
    border-radius: 0 !important;
    color: #fff !important;
    background-color: #333 !important;
    display: block !important;
	text-align:center !important;
	font-size:70% !important;
	text-transform:uppercase !important;
	letter-spacing:1px !important;
	
}

.woocommerce div.product form.cart {
    border-top: solid 1px #ccc !important;
}

.product_meta {
	display:none;
}

.woocommerce .quantity .qty {
    width: 36px !important;
    text-align: center;
    height: 2em !important;
    margin: .5em 0 1em 0 !important;
    font-size: 70% !important;
	font-family:"futura-pt", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:500;
}

button.single_add_to_cart_button.button.alt {
	font-weight: 500 !important;
    border-radius: 0 !important;
    color: #666 !important;
    background-color: #ebe9eb !important;
	text-align:center !important;
	font-size:70% !important;
	text-transform:uppercase !important;
	letter-spacing:1px !important;
}

.label {
	font-weight: 500;
    color: #666;
	font-size:70%;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top: 1em;
}


/* Woo Forms */

label {
    font-weight: 300 !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	font-size:20px !important;
	font-weight:400 !important;
	font-family:"futura-pt", 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}


/* Variable buttons - size/color */

td.label {
    display: none !important;
}

.woocommerce div.product form.cart .variations td {
    vertical-align: inherit !important;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 300 !important;
	padding: 0 !important;
}

.variationbuttons label {
    text-align: center !important;
}

.variationbuttons li {
    height: 40px !important;
	    margin: 0 5px 5px 0 !important;
}

.variationbuttons input[type="radio"]:checked + label, .Checked + label {
    background: #c2851b !important;
    color: #fff !important;
}

a.reset_variations {
    vertical-align: -webkit-baseline-middle !important;
    color: #333 !important;
    font-weight: 300 !important;
	clear:both !important;
	float: left !important;
    margin-top: .5em !important;
	
	display:none !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #333 !important;
    font-weight: 400 !important;
}

/* ------------- ALERTS ------------- */

.woocommerce .woocommerce-message .button {
	display:none !important;
}

.woocommerce div.product .stock {
    color: #666 !important;
    font-size: 70% !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
}

.woocommerce div.product .out-of-stock {
    color: #f00 !important;
}


/* ------------- CART ------------- */


.woocommerce-cart h2 {
	text-align:left !important;
}

.woocommerce table.shop_table th {
    font-weight: 500 !important;
}

.woocommerce td.product-name dl.variation dt {
    font-weight: 300 !important;
}

td.product-name a {
    color: #333 !important;
}

td.product-name a:hover {
    color: #c2851b !important;
}

p.cart-empty {
    text-align: center;
    padding: 4em 0;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 300 !important;
}

input#pa_color_v_beige .variations label {
	color:#f00 !important;
}

/* ------------- CHECKOUT ------------- */

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500 !important;
}

.woocommerce-checkout #payment {
    background: #fff !important;
	border: 1px solid rgba(0,0,0,.1) !important;
}






/* Royal Slider */

.royalSlider {
}

.royalSlider { overflow:hidden }

.royalSlider > .rsContent {
visibility: hidden; 
/* hide onload - or display:none depending on your needs... */
}

.rsContent {
background: #fff !important;
}


/* Font Awesome */

a [class^="icon-"], a [class*=" icon-"] {
  color: #999;
}

a:hover [class^="icon-"], a:hover [class*=" icon-"] {
  color: #333;
}

.iconButtons a [class^="icon-"], a [class*=" icon-"] {
  color: #fff;
}

.iconButtons a:hover [class^="icon-"], a:hover [class*=" icon-"] {
  color: #ff0000;
}

.ubermenu a [class^="icon-"] {
  color: #ffc527 !important;
}


.ubermenu i.icon-heart.fa-1x, .ubermenu i.icon-shopping-cart.fa-1x {
	color:#ffc527;
}

/* Responsive Menu */

#responsive-menu {
    background: rgba(0,0,0,.85) !important;
}

/* Share */

.single-product .ssba-wrap {
	margin:.5em 0 1em 0;
	display: inline-block;
}

.category-events .ssba_pinterest_share, .category-blog .ssba_pinterest_share, .singleblog .ssba_pinterest_share {
	display:none;
}

.ssba img {
    width: 22px !important;
	margin: 1px !important;
}



#TB_window img#TB_Image {
  border:none !important;
}

span.screen-reader-text {
	display:none !important;
}

.gallery-caption ul {
  margin-bottom: 24px;
  list-style-type: disc;
  padding-left: 30px;
  font-size: 12px;
  text-align:left;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
}


/* HACK for small screens */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width : 768px) and (max-width : 1175px) {

	#topNavContainer {
		font-size:14px;
	}
	
	#topNavContainer ul li {
		margin: 0 7px;
	}
	
	#topNavContainer ul li:first-child {
		margin-left:0;
	}
	
	#topNavContainer ul li:last-child {
		margin-right:0;
	}
}



/* IPAD PORTRAIT */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	
	body {
		overflow-y: none;
	}
	
	h2 {
		text-align:center;
	}
	
	.home #header {
		border-bottom:none;
	}
	
	#header {
		border-bottom: solid 1px #ccc;
		padding-bottom: 1em;
	}
		
	#logo {
	}
	
	#wrapper {
		max-width:750px;
		padding:0;
	}
	
	.column {
		float:none;
	}
		
	.full, .half, .quarter, .third, .threequarters, .twothirds, .sixth {
		width: 98%;
		padding: 0 1%;
	}
	
	.thenewblack {
		padding:20% 0;
	}
	
	.thenewblack img {
		max-width:700px;
	}
	
	.quote {
    font-size: 130%;
	}
	
	/* CONTACT */
	
	.page-id-18 .content {
		text-align:center;
	}
	
	span.wpcf7-form-control-wrap {
    	display: block;
		margin-bottom: .5em;
	}
	
	input.wpcf7-form-control.wpcf7-submit {
		width: 304px;
		display: block;
		margin: 0 auto;
	}
	
	input.wpcf7-form-control {
		text-align: center;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 1% 1em 1% !important;
		width: 48% !important;
	}
	
	.woocommerce-page ul.products li.first {
		clear:none !important;
	}
	
	.pressQuotes, .pressGrid {
		width: auto;
	}
	
} /* e/o IPAD CSS */





/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 767px) {
		
	body {
		overflow-y: none;
	}
	
	h2 {
		text-align:center;
		font-size:150%;
	}
	
	#header {
		border-bottom: solid 1px #ccc;
		padding-bottom: 1em;
		padding-top: 1.5em;
	}
	
	.home #header {
		border-bottom:none;
	}
		
	#logo {
		width:260px;
	}
	
	#wrapper {
		max-width:300px;
		padding:0;
	}
	
	.thenewblack {
		padding:20% 0;
	}
	
	.thenewblack img {
		max-width:300px;
	}
	
	.column {
		float:none;
	}
		
	.full, .half, .quarter, .third, .threequarters, .twothirds, .sixth {
		width: 98%;
		padding: 0 1%;
	}
	
	.introParagraph {
		font-size:120%;
	}
	
	.quote {
    	font-size: 110%;
	}
	
	/* CONTACT */
	
	.page-id-18 .content {
		text-align:center;
	}
	
	span.wpcf7-form-control-wrap {
    	display: block;
		margin-bottom: .5em;
	}
	
	.wpcf7-text.wpcf7-email {
		width: 290px;
	}
	
	input.wpcf7-form-control.wpcf7-submit {
		width: 294px;
		display: block;
		margin: 0 auto;
	}
	
	input.wpcf7-form-control {
		text-align: center;
	}
	
	
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1% 1em 1% !important;
    width: 98% !important;
	}
	
	.woocommerce-page ul.products li.first {
		clear:none !important;
	}
	
	.pressQuotes, .pressGrid {
		width: auto;
	}
	
	.pressGrid .gridCell {
		width: 100%;
	}	
	
}

