/*
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.   ***************/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');

.oswald {
  font-family: 'Oswald', sans-serif;
}
.blue {
	color: #1eb2ac !important;
}
.stuck #masthead {
	background: #fff;
}
.topbar-intro {
	font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
	text-align: center;
}
.nav > li > a {
	font-weight: 400 !important;
    font-size: 20px;
    color: #1eb2ac !important;
}

.nav > li.blue-bg a {
	background: #1eb2ac;
	color: #ffffff !important;
	padding: 10px 30px;
    line-height: 1.3em;
}
.nav > li.blue-bg a:hover {
	background: #434343;
}
#top-bar .nav > li > a {
	 color: #ffffff !important;
}
.header-cart-title, 
.section-header {
    font-size: 36px;
	letter-spacing: 2px;
	font-weight: 400;
}
.home-products-title {
    text-align: center;
    padding: 80px 10px 0px;
    background: #f8f8f8;
    margin-bottom: 0;
}
.home-products .bg-loaded {
	/*background-size: 95% !important;*/
}
.home-product-title {
	font-size: 36px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
	line-height: 1.2em !important;
}
.home-products a.button {
	margin-bottom: 0 !important;
    display: inline-block;
    padding: 10px 20px;
}
.home-products a span {
	line-height: 1.6em;
}
a.button.primary {
    font-size: 24px !important;
    font-weight: 400;
	background: #1eb2ac;
	color: #fff !important;
    font-family: Quicksand !important;
    cursor: pointer;
}
a.button.primary:hover {
	background: #434343 !important;
}
.home .banner-grid-wrapper {
	padding-top: 40px;
	padding-bottom: 80px;
	background: #f8f8f8;
}
.home-products {
	border: 0 !important;
}
.home .banner-grid-wrapper .col-inner {
	box-shadow: 0 0 0;
}
.home-about {
	padding-bottom: 30px !important;
}
.home-instagram {
	padding-bottom: 0 !important;
}
.section-subheader {
	font-size: 20px;
    letter-spacing: 2px;
}

.social-icons a {
	border-color: #1eb2ac;
	color: #1eb2ac;
}
.woocommerce-page .page-header-excerpt {
	margin-bottom: 60px;
}
.page-header/*, .single-product .page-title-inner h1 */{
	font-size: 60px !important;
    line-height: 70px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    font-family: Oswald;
    text-align: center;
    letter-spacing: 4px;
	text-transform: uppercase;
}
/*.single-product .shop-page-title {
	min-height: 450px;
}

.single-product .woocommerce-breadcrumb {
	display: none !important;
}
*/
.mc4wp-response {
	clear: both;
}
.footer-widgets {
	padding: 80px 0;
}
.footer-widgets h3.widget-title {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}
.footer-widgets .is-divider {
	background-color: #23d5cf;
	width: 60px;
	height: 5px;
}

.copyright-footer {
	color: #fff;
    letter-spacing: 1px;
}
.copyright-footer a {
	color: #fff;
}
.copyright-footer a:hover {
	color: #434343;
}
.footer-widgets .button.icon i {
	font-size: 24px;
    padding: 0;
}
.footer-widgets .button.icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.footer-widgets .mc4wp-form {
	margin-top: 30px;
}
.footer-widgets .mc4wp-form input[type=text], .footer-widgets .mc4wp-form input[type=email] {
	border: 2px solid #1eb2ac;
    background: none;
    padding: 10px !important;
    font-style: italic;
}
.footer-widgets .mc4wp-form input[type=submit] {
	float: right;
    margin: 0;
	font-size: 20px;
    font-weight: 300;
	opacity: 1 !important; 
}
.footer-widgets .mc4wp-form input[type=submit]:hover {
	background: #434343 !important;
}
.gform_wrapper .button {
	font-size: 20px !important;
	opacity: 1 !important;
}
.gform_wrapper .button:hover {
	background: #434343 !important;
}
.gform_wrapper input {
	margin-bottom: 0 !important;
}
.nolabel label {
	display: none !important;
}

ol { list-style-position: outside; }
ol.privacy { margin-left: 5px; position: relative; padding-left: 40px; }
ol.privacy { counter-reset: item }
ol.privacy > li { display: block }
ol.privacy > li:before { content: ""; left:0; position:absolute; counter-increment: item }

ol.privacy-1 > li:before { content: "1." counters(item, ".") " "; }
ol.privacy-2 > li:before { content: "2." counters(item, ".") " "; }
ol.privacy-3 > li:before { content: "3." counters(item, ".") " "; }
ol.privacy-4 > li:before { content: "4." counters(item, ".") " "; }
ol.privacy-5 > li:before { content: "5." counters(item, ".") " "; }
ol.privacy-6 > li:before { content: "6." counters(item, ".") " "; }
ol.privacy-7 > li:before { content: "7." counters(item, ".") " "; }
ol.privacy-8 > li:before { content: "8." counters(item, ".") " "; }
ol.privacy-9 > li:before { content: "9." counters(item, ".") " "; }
ol.privacy-10 > li:before { content: "10." counters(item, ".") " "; }
ol.privacy-11 > li:before { content: "11." counters(item, ".") " "; }
ol.privacy-12 > li:before { content: "12." counters(item, ".") " "; }

ol.privacy ol li { list-style-type: lower-alpha; }
ol.privacy ol ol li { list-style-type: lower-roman; }

.product-small .box-image img {
	max-width: 247px;
	max-height: 247px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	header#header {
		position: relative !important;
	}
	.page-header, .single-product .page-title-inner h1 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
}