@media (min-width: 768px) {
#order_review, #order_review_heading {
    width: 100%;
    float: left;
    margin-right: 0;
    clear: right;
}
}

section.woocommerce-order-details {
	display: none;
}

section.woocommerce-customer-details {
	display: none;
}

#site-header-cart {
display: none;
}

#customer_details {
	display: none;
}

.shop_table.woocommerce-checkout-review-order-table {
	display: none;
}

#order_review_heading {
	display: none;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: none;
}

.storefront-primary-navigation {
	background-color: #0C3972;
}

.table td {
	clear: both;
	border: none;
}

a.btn-hover {
	text-decoration: none;
}

.btn-hover h2 {
	text-align: center;
	background-color: #4e82b4;
	padding: 20px;
	font-weight: 700;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-hover h2:hover {
	background-color: #23282D;
}


.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
	margin-bottom: 0px;
}

#site-header-cart {
	display: none;
}
.opaque-btn {
 background-color: rgba(255,255,255,0.8);
}

.entry-content {
	background-color: white;
	padding: 25px;
}
.site-header {
	background-color: #fff;
}
.storefront-primary-navigation {
	background-color: #2D3540;
}
.gamma.widget-title {display:none;}
.widget.widget_metaslider_widget {padding-top:0;}

.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
	width: 153px;
}

@media only screen and (max-width: 768px) {
	.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
		width: 115px;
	}
}

.footer-widgets.row-1.col-4.fix {
	max-width: 100%;
}

.wcpt-title {
	color: black !important;
}

figcaption.blocks-gallery-item__caption {
	background: rgba(34, 69, 167, 0.9) !important;
	font-size: 1em !important;
	padding: 1em !important;
}

h1.entry-title, .entry-content h2 {color: black;}