/*
Theme Name: The House of Cocoa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Set font sizes for headings */
h1 {
	font-size: 2.5em; /* 2.5rem = 40px */
}

h2 {
	font-size: 2em; /* 2rem = 32px */
}

h3 {
	font-size: 1.75em; /* 1.75rem = 28px */
}

h4 {
	font-size: 1.5em; /* 1.5rem = 24px */
}

h5 {
	font-size: 1.25em; /* 1.25rem = 20px */
}

h6 {
	font-size: 1em; /* 1rem = 16px */
}

/* Set default bottom margin for all headings */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 2rem;
}

.text-white {
	color: #FFF !important;
}

.product-title {
	font-family: "Roboto Slab", sans-serif !important;
	font-weight: 600;
	color: #74367f;
}

h3, h4, h5, .uppercase {
	font-family: "Roboto Slab", sans-serif !important;
}

// Mailchimp popover
.mc-closeModal {
	min-height: 30px !important;
}

.footer-primary {
	float: none !important;
	width: 100% !important;
	text-align: center;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}