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

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	color: #000;
}

.header-top {
	background: #949494;
}

.header-bottom {
	background: #47655b !important;
}

.header-location, .header-call-us {
	float: right;
	display: inline-block;
}

.footer-2 {
	background: #000 !important;
}

.footer .slogan {
	margin-top: -30px;
	padding-top: 30px;
	background: rgba(0, 0, 0, .3);
	margin-bottom: -24px;
	padding-bottom: 24px;
}

.cat-menu .widget-title, .recently-viewed .widget-title {
	background: #47655b;
	padding: 16px;
	color: #fff;
	display: block;
	font-size: .9em;
	margin-bottom: 0;
}

.recently-viewed .is-divider, .cat-menu .is-divider {
	display: none;
}

ul.product_list_widget li img {
	left: 16px;
	width: 50px;
	height: 50px;
}

.cat-menu .menu-product-categories-container, .recently-viewed .product_list_widget {
	background: #fff;
}

.recently-viewed li, .cat-menu li {
	padding: 0 16px 0;
	border-top: 1px solid white;
}

.cat-menu li a, .recently-viewed li a {
	color: #47655b;
}

.recently-viewed li:hover, .recently-viewed li:active, .cat-menu li:hover, .cat-menu li:active {
	background-color: #47655b;
}

.recently-viewed li:hover a, .cat-menu li:hover a {
	color: #fff;
}

.widget.contacts a {
	color: #47655b;
}

.widget.contacts a:hover, .widget.contacts a:active {
	color: #0f0f0f;
}

.wpcf7-form-control.g-recaptcha {
	margin-bottom: 1em;
}

#content ul {
	margin-left: 2em;
}

.title-wrapper h1.entry-title {
	text-shadow: 1px 1px 3px #0f0f0f;
}

@media (min-width: 420px) {
	ul.manufacturers {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2.5em;
		-moz-column-gap: 2.5em;
		column-gap: 2.5em;
	}
}

@media (min-width: 768px) {
	ul.manufacturers {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 2.5em;
		-moz-column-gap: 2.5em;
		column-gap: 2.5em;
	}
}

span.widget-title {
	text-transform: initial;
}

.uppercase {
	line-height: 1.2;
	text-transform: initial;
}

.breadcrumbs {
	text-transform: initial;
}

h1.entry-title.mb.uppercase {
	text-transform: capitalize;
}

th, span.widget-title {
	text-transform: initial;
}
