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

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


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


}


body,
p,
a,
input,
textarea,
select,
button {
	font-family: "Montserrat", sans-serif;
}

h1,
h2{
	font-family: "DM Serif Display", serif;
}

/* Menu */
.nav > li > a,
.header-nav a {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

/* Button */
.button,
button,
input[type="submit"] {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.ct-product-box {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.ct-product-box .box-text {
    padding: 16px 20px;
}

