/* CSS custom changes made to different parts of the site. DO NOT DELETE */

button {
	background-color: #155379;
	border-radius: 7px;
}

/* Remove product meta on product page */
.single-product div.product .product_meta {
    display: none;
}


/* Hide "Reviews &amp; Description on single product page" */

.woocommerce-tabs {
	display: none;
}


/* Hide the socials icons on Authors pages */
.sc_team_item_socials {
	display: none;
}

.team_member_description_socials {
	display: none;
}

/* Make all testimonials texts white */
.sc_testimonials_item_content {
	color: white !important;
}

/* Make all testimonials author titles white */
.sc_testimonials_item_author_title {
	color: white !important;
}

/* Changing the color of the checkout button */
.checkout-button {
	background-color: #437d53 !important;
	border: none !important;
	border-radius: 7px !important;
}

/* Changing the hover color of the checkout-button */
.checkout-button:hover {
	background-color: #77BA99 !important;
}