/**handles:flatsome-style**/
/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 1.3
*/

html {
	background-color: #0d0e0f;	
}

body {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}

#wrapper {
	background-color: #000;	
}

#wrapper #top-bar {
	background-color: transparent;	
}

.dark-header #masthead ul.header-nav a.nav-top-link {
	text-transform: uppercase;
	opacity: 1;
	
}

h1, h2, h3, h4, h5, h6 {
	color: #a5a5a5;
}

h1 {
	font-size: 1.9em;
}

footer, footer .copyright-footer {
	color: #494949;
	text-transform: uppercase;
}

footer {
	border-top: 1px solid #232528;	
}

/* header */
#lang_sel_list {
	height: auto;
	position: relative;
	top: 16px;
	margin-left: 16px;
	float: left;
}

	#lang_sel_list a {
		background: none !important;
	}
	
.dark-header #masthead strong.cart-name, .dark-header span.cart-price {
	font-family: Voltaire,helvetica,arial,sans-serif!important;	
}

.dark-header #masthead .header-nav li.mini-cart .cart-icon .cart-icon-handle, .dark-header #masthead .header-nav li.mini-cart .cart-icon strong {
	border-color: #c09248;
	color: #c09248;
}

.dark-header #masthead .header-nav li.mini-cart.active .cart-icon strong {
	border-color: #c09248;
	background-color: #c09248 !important;
	color: #fff;
}

/* home */
.featured-box h4 {
	font-size: 160%;	
}

/* product categories */

.accordion .accordion-title.active a {
	background-color: transparent;
	border-bottom: 0;
	border-top-width: 1px;
}

.accordion .accordion-inner {
	padding: 0;
	line-height: 1.5em;	
}

/* woocommerce */
body .woocommerce-message:before, body .woocommerce-message:after {
	background-color: #379837 !important;	
}

body .woocommerce-message {
	color: #379837 !important;	
}

/* footer */
.copyright-footer {
	color: #fff;
	opacity: 1;	
}

.dark .widget .post-date {
	border-color: #fff;
	color: #fff;
}

.product_list_widget .wp-post-image {
	border: 3px solid #8C6A32;
}

.mc4wp-form input[type="email"] {
	display: inline-block;
	width: 68%;	
}

.mc4wp-form input[type="submit"] {
	padding: 9px;	
}

#top-link {
	background: #901010;	
}

#logo {
height: 100%;
text-transform: uppercase;
display: inline;
}

.divided.projects-gw-row {
	margin: 0!important;
	padding: 0!important;
}
.divided.projects-gw-row .columns {
	padding: 5px !important;
}


#masthead #logo a{
	max-width:none!important;
}

#logo a img {
	max-height: none!important;
}

.gallery-columns-3 img{
	height: 231px!important;
	max-width:340px!important;
	
}

.gallery-columns-2{
	width:70%!important;
	margin:auto!important;
}

.gallery-columns-2 img {
	max-height: 231px!important;
	max-width: 340px!important;
}

.entry-header {
	margin-bottom: 30px;
	text-align: center;
}

#logo a img{
	padding-top:21px!important;
}

.large-4 .ux_banner{

max-height: 231px!important;
max-width: 340px!important;
}


.gallery img {
  max-width: 100% !important;
  border: 0 !important;
  width: 100% !important;
  height: auto !important;
  display: block;
  height: 231px!important;
}

	
	/*.gallery .landscape img {
  		width: auto;
  		height: 231px!important;
	}

	.gallery .portrait img {
		height: auto;
  		width: 231px!important;
	}*/



span.button-text {
	background-color: #003D23;
	padding: 0.80em 1.5em 0.90em 1.5em;
	text-transform:uppercase;
	font-size: 12px;
	margin-right:-30px;
}


.projects-gw-row a{
	padding:0!important;
	margin:0!important;
}

.brands-gw br{
	display:none;
}


/***********Mobile***********/
@media only screen and (max-width: 48em){
	#gallery-1 .gallery-item{
		width:100%!important;
		margin:auto!important;
	}
	
	.gallery img{
		height:auto!important;
		width:100%;
	}

	.large-4 .ux_banner{
		max-height: none!important;
		max-width: none!important;
	}
	
	.gallery-columns-3 img{
		height: auto!important;
		width:100%!important;
		max-width:none!important;
	}
	
	.large-4 .ux_banner{
		width:100%!important;
	}

	.gallery-columns-1, .gallery-columns-2, .gallery-columns-3{
		width:100%!important;
	}

}