/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 2.9.2
Tags: WooCommerce, Responsive, Business, Page Builder
License:
License URI:
*/

/***************
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/
#top-bar .left-text {padding:0 !important;}
.wpml-ls-statics-shortcode_actions {
    background-color: #373737 !important;
    border: none !important;
}
.wpml-ls-statics-shortcode_actions a {
    background-color: #37373B !important;
}

.nav-dropdown {background-color: #37373B !important;}
.screen-reader-text { display: none !important;}
.lang_sel_sel { padding: 0 !important;}

#menu-item-3872, #menu-item-3873 { display:none;}

.entry-content ul {
	font-size: 12px;
}

.entry-content a {
	color : #980718;
}

.wc-proceed-to-checkout .button.secondary {
	background-color: #d93032;
}
.checkout_coupon input[type="submit"] {
	background-color: #d26e4b;
}



.header-wrapper form {
	display: inline-flex;
	vertical-align: middle;
	margin : 0px;
	border-bottom: 1px solid lightgray;
}
.header-wrapper [name="s"] {
	display: inline-block;
	height: 24px;
	margin : 0px;
	padding: 0px;
	color : #FFFFFF;
	line-height: 24px;
	background: transparent;
	border: 0px;
}
.header-wrapper [name="s"]:focus {
	background: transparent;
	box-shadow: unset;
}
.header-wrapper button {
	display: inline-block;
	width : 24px;
	height: 24px;
	margin : 0px;
	padding: 0px;
	line-height: 24px;
	background: transparent url('/wp-content/themes/flatsome/magnifier.svg') no-repeat;
	background-size: 22px;
}

.mobile-sidebar  form {
	display: flex;
	margin : -1.25em 0px 0px 0px;
	padding: 15px 25px;
	border-top   : 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-sidebar [name="s"] {
	display: inline-block;
	height: 24px;
	margin : 0px;
	padding: 0px;
	line-height: 24px;
	background: transparent;
	border: 0px;
}
.mobile-sidebar [name="s"]:focus {
	background: transparent;
	box-shadow: unset;
}
.mobile-sidebar button {
	display: inline-block;
	width : 24px;
	height: 24px;
	margin : 0px;
	padding: 0px;
	color : #000000;
	line-height: 24px;
	background: transparent;
}


.woo-billing p {
	margin-bottom: 20px;
}

.checkout-group {
    display: grid;
}

#shipping_country_field,
#billing_country_field {
	display: none;
}



#nav_menu-2 {
	display: none;
}
.archive_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	height: unset !important;
}
.archive_list .postentry {
	border: 1px solid #333333;
}
.archive_list .postentry_txt {
	padding: 10px;
}
.archive_list .postentry_img {
	position: relative;
	/* height: 66.875%; */
	padding-bottom: 66.875%;
}
.archive_list .postentry_img span {
	position: absolute;
	top   : 20px;
	left  : -10px;
	padding: 10px;
	color: red;
	font-size  : 13px;
	line-height: 14px;
	text-align : center;
	text-transform: uppercase;
	background: #FFFFFF;
	border: 2px solid red;
}
.archive_list .postentry_img span:first-line {
	font-size  : 17px;
	font-weight: 700;
}
.archive_list .postentry img {
	/* display: block; */
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 100%;
	height: 100%;
	object-fit: cover;
}
.archive_list .postentry_term {
	color : #999999;
	font-size  : 12px;
	text-transform: uppercase;
}
.archive_list .postentry_titl {
	font-size  : 20px;
	line-height: 28px;
}
.archive_list .postentry_titl a {
	color : #980718;
}
.archive_list .postentry_titl:after {
	display: block;
	width : 30px;
	height: 3px;
	margin : 20px 0px;
	background: #4C4C4C;
	content: '';
}
.archive_list .postentry_tags span {
	color : #999999;
	font-size  : 12px;
	text-transform: uppercase;
}
.archive_list .postentry_tags a {
	color : #980718;
	font-size  : 12px;
}
nav#nav-below {
    margin-top: 30px;
}