/* Enter Your Custom CSS Here */

.blog p.no-break {
display: none;
}

/* Temporary Banner Styles */
.banner-text {
	font-family: "Lustria", Georgia, "Times New Roman", Times, serif;
  	color: #ffffff;
  	font-size: 38px;
}
.banner-text-2 {
	font-family: "Lustria", Georgia, "Times New Roman", Times, serif;
  font-weight:strong;
  	color: #000000;
  	font-size: 30px;
}

.disclaimer .container {
color: #000000;
}


/* Temporary CSS to remove the second column on the homepage */
div.home-box.home-box-one.col-md-4 {
width: 66.666%;
}
div.home-box.home-box-one.col-md-4 {
font-size: 13px;
}
div.home-box.home-box-two.col-md-4 {
display: none;
}
.home-box .box-btn {
width: 236px;
}

/* Adjusts the size of the images for the product pages */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: left;
margin: 0 3.8% 2.992em 0;
padding: 0;
position: relative;
width: 15.05%;
margin-left: 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
float: left;
width: 25%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
float: right;
width: 72%;
}

