/*
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.   ***************/
body {
	color: #666666!important;
}
@media only screen and (max-width: 950px) {
    .header-bg-image {
    	background-size: contain!important;
	}
	.header-main {
		height: 130px!important;
	}
}
@media only screen and (max-width: 850px) {
	.header-main {
		height: 125px!important;
	}
}
@media only screen and (max-width: 750px) {
	.header-main {
		height: 110px!important;
	}
}
@media only screen and (max-width: 650px) {
	.header-main {
		height: 95px!important;
	}
}
@media only screen and (max-width: 550px) {
	.header-main {
		height: 82px!important;
	}
}
#
.header-bottom {
    background-color: #cc3b3b;
}
.header-bottom {
    min-height: 37px;
}
.nav>li>a,
.header-vertical-menu__opener {
    font-size: .9em;
}
#header .header-bg-color {
	background-color: none;
}
input[type=search].search-field {
	border: 1px solid #44A9D5;
    box-shadow: none;
    border-radius: 5px;
}
.searchform  .submit-button {
	position: relative;
	left: -33px;
}

#footer, #footer a, #footer .absolute-footer {
	color: #FFF;
}

#footer .absolute-footer {
    background-color: #5b5b5b;
	padding: 10px 18px 8px;
}
.footer-secondary {
	display: none;
}
#header-contact {
	position: relative;
    right: 210px;
    bottom: -68px;
}
#header-contact a {
	color: #E74B3E;
    text-shadow: 1px 1px 1px #fff;
    font-size: 16px;
}
.widget {
	border: 1px #ebebeb solid;
    border-radius: 15px;
	padding: 8px;
}
.widget-title  {
	border-radius: 8px;
    background: #C23232;
    padding: 9px 16px 7px;
    margin: 0 0 10px;
    color: #FFF;
    font-size: 13px;
    width: 100%;
    display: block;
}
.is-divider {
	display: none;
}
.widget ul {
	padding: 0 8px;
}
.box-text-products {
	text-align: center;
}
.product-title a {
	font-weight: bold;
	color: #4D363E;
}
.add-to-cart-button a.button.is-outline,
.secondary, .checkout-button, .button.checkout, .button.alt {
	background: #44A9D5;
    border: none;
    color: #FFF;
	border-radius: 4px;
}
.add-to-cart-button a.button.is-outline {
	line-height: 28px;
}
.checkout-button, .button.checkout {
	line-height: 40px;
}
.badge-container {
	display: none;
}
.price span.amount {
	color: #CC3B3B;
}
div.box.product-small {
	border: 1px #44A9D5 solid;
	border-radius: 15px;
}
div.box.product-small .box-image {
	border-radius: 15px;
	overflow: hidden;
	margin: 2px;
}
.product_list_widget {
	margin: 0 12px;
}
.shome .widget_recent_entries {
	display: none;
}
.image-cover {
	border-radius: 15px;
	overflow: hidden;
}
.widget_product_categories>ul>li>a {
	font-weight: bold;
}