/*
Theme Name:     Text change
Description:    I would like to decrease text size by a few points.
Author:         GeraldandStewart
Template:       arabica

(optional values you can add: Theme URI, Author URI, Version)
*/

.cbp-tm-menu > li > a {
	font-size: 17px !important;
	
}

h2.widgettitle {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: .25em;
}

/*  BLOG STYLING */

.wp-caption,
.wp-caption.alignnone {
	max-width: 100% !important;
}	


/*  WHOLESALE FORM STYLE */

.wholesale {
	max-width: 90%;
	margin: 0 auto;
}

.gform_wrapper .ginput_complex {
	margin: 0 auto;
}

@media only screen and (min-width: 40.063em) { 
	
	.wholesale .quarter {
		width:50%;
	}
}
 

@media only screen and (min-width: 64.063em) { 
	.wholesale .half {
		width:50%;
	}
	
	.wholesale .quarter {
		width:25%;
	}
	
	.wholesale .clear {
		clear:left;
	}
	
	.wholesale .product img {
		max-width: 50% !important;
		float:left;
		margin-right: 2em;
	}
	
	.wholesale .gsection {
		width:100%;
		float:none;
	}
	
	.wholesale .gform_wrapper .product-info {
		max-width: 50%
		float:left;
	}
	
	.wholesale {
		max-width: 100%;
		margin: 0 auto;
	}
}




.wholesale .gform_wrapper ul li.gfield.product {
	float:left;
	clear:both;
	max-width:45%;
}







.wholesale .gform_wrapper ul li.gfield {
	clear:none;
	float:left;
	
	
}

.wholesale .product-color {
	width:150px;
	text-align:right;
}

.wholesale .product-color p {
	margin-bottom:0px;
	padding-right:1em;
	}

.wholesale .gform_wrapper input.ginput_quantity {
	background: #fff;
	border: 1px solid #444;
	border-top:none;
	margin-bottom:0px;
	padding-top:0px;
	outline-style: none;
	font-size: 16px;
	font-family: inherit;
	padding: 0px 2px 1px 2px;
	letter-spacing: normal;
	
}

.wholesale .gfield_price {
	margin-bottom: 0 !important;
}


.wholesale .ginput_product_price_label,
.wholesale .ginput_product_price,
.wholesale .ginput_quantity_label,
.wholesale .gfield_description {
	display:none;
}

.wholesale .gform_wrapper ul li.gfield.total {
	clear:both;
}

.wholesale input[type="text"], 
.wholesale input[type="password"], 
.wholesale input[type="email"], 
.wholesale textarea, 
.wholesale select {
	margin-bottom: 0px !important;
}