/*!
Theme Name: wildwest
Theme URI: http://underscores.me/
Author: L&P
Author URI: http://L&P
Description: Wild West Marketplace
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wildwest
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wildwest is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

/*input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}*/

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




.select-country .dropdown {
    display: inline-block;
    width: 40%;
    float: left;
    background: #633224;
    border-color: #633224;
    color: white;
    box-shadow: 0px 0px 2px 0px #633224;
    margin-top: -0.51px;
    border-radius: 0 5px 5px 0;
}

.dropdown .dropdown-list,
.dropdown .drop-down-title {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
    margin: -3px 0 0 -1px;
}

.dropdown .dropdown-list {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.dropdown .drop-down-title a {
    display: block;
    overflow: hidden;
    border: 0;
    padding: 7px 12px;
}

.dropdown .drop-down-title a span, .multiSel span {
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    line-height: 1;
}

.dropdown .dropdown-list ul {
    background-color: #1d1d1b;
    border: 0;
    color: #fff;
    display: none;
    left: 1px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 0px;
    width: 100%;
    list-style: none;
    height: 170px;
    overflow: auto;
    box-shadow: 0px 0px 2px 0px #1d1d1b;
}
.mutliSelect input {
    margin-right: 10px;
    margin-left: 8px;
}
.dropdown span.value {
  display: none;
}

.dropdown .dropdown-list ul li a {
  padding: 5px;
  display: block;
}

.dropdown .dropdown-list ul li a:hover {
  background-color: #fff;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.top-bar {
    width: 100%;
    float: left;
    background: #1d1d1b;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
}

.phone {
    float: left;
    padding-right: 15px;
    padding: 10px 15px 10px 0;
}

.phone a {
    text-decoration: none;
    color: white;
}
* {
	outline: 0 !important;
}
.bottom-header {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.logo-header {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.search-header {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 210px;
}

.bottom-header .container {
    display: table;
    position: relative;
}

.top-links {
    float: right;
    padding: 0 20px;
    overflow: hidden;
}

.out-top-link {
    display: inline-block;
    margin: 0 5px;
}
.select-categories {
    width: 100%;
    float: right;
    padding-right: 0;
}

.select-categories input {
    width: 60%;
    float: left;
    padding: 10px;
    line-height: normal;
    border-color: #633224;
    border-width: 1px;
    box-shadow: 0px 0px 2px 0px #633224;
    border-radius: 5px 0 0 5px;
    color: #633224;
    font-weight: 600;
}

.select-categories select {
    width: 260px;
    max-width: 100%;
    float: right;
    padding: 6.4px 12px;
    background: #1d1d1b;
    border-color: #1d1d1b;
    color: white;
    box-shadow: 0px 0px 2px 0px #1d1d1b;
    margin-top: -0.51px;
    border-radius: 5px;
    background-image: url(/wp-content/themes/wildwest/images/arrow-down.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-country {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.select-country > input, .select-country2 > input {
    width: 60%;
    float: left;
    padding: 10px;
    line-height: normal;
    border-color: #633224;
    border-width: 1px;
    box-shadow: 0px 0px 2px 0px #633224;
    border-radius: 5px 0 0 5px;
    color: #633224;
    font-weight: 600;
}

.select-country p {
    margin: 0;
}
.out-top-link.white-btn {
    position: relative;
}

.out-top-link.white-btn a {
    display: block;
    position: relative;
    z-index: 2;
    color: #ffffff;
    padding: 10px 25px;
    text-decoration: none;
}

.white-btn:after {
    content: "";
    background: #7c7b7b;
    padding: 10px 25px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    height: 160px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
}
.out-top-link a {
    text-decoration: none;
}

.normal-btn a {
    padding: 10px;
    color: white;
}

.yellow-btn {
    position: relative;
    margin-left: 15px;
}

.yellow-btn:after {
    content: "";
    background: #dadada;
    padding: 10px 25px;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    height: 160px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
}

.yellow-btn a {
    display: block;
    position: relative;
    z-index: 2;
    color: #633224;
    text-decoration: none;
    padding: 10px 25px;
}
.select-categories select::-ms-expand { 
    display: none;
}
.dropdown .dropdown-list, .dropdown .drop-down-title {
    margin: 0px;
    padding: 0px;
    z-index: 9999;
}
.drop-down-title {
    background-image: url(/wp-content/themes/wildwest/images/arrow-down.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    white-space: nowrap;
    overflow: hidden;
}

p.multiSel {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 13px;
    width: 240px;
}


/*----- Tabs -----*/
.tabs {
	width:100%;
	display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
	.tab-links:after {
	display:block;
	clear:both;
	content:'';
}
ul.tab-links {
    width: 100%;
    float: left;
    margin: 0;
    padding-left: 0;
    padding-right: 0px;
}


.profile-new ul.tab-links li {
    margin: 0;
    float: left;
    list-style: none;
    width: 100%;
}

.profile-new .tab-links li a {
    background: transparent;
    text-decoration: none;
    display: block;
    color: white;
    padding: 5px 0px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.profile-new .tab-links li a:hover {
    background: #dadada;
    padding: 5px 10px;
    color: #1d1d1b;
    border-radius: 5px;
}

.profile-new .tab-links {
    background: rgb(29, 29, 27);
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    color: white;
    padding: 15px;
    border-radius: 5px;
    width: 18%;
}
.normal-page-inside.tab-content {
    padding-left: 30px;
}
ul.tab-links li:nth-child(2).active a {
	margin-top: 10px;
}
ul.tab-links li:nth-child(3).active a {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.tab-links li.active a, li.active a:hover {
    background: #dadada;
    padding: 5px 10px;
    color: #1d1d1b;
    border-radius: 5px;
    margin-bottom: 10px;
}

/*----- Content of Tabs -----*/
.tab-content {

}

.tab {
	display:none;
}

.tab.active {
	display:block;
}



.select-country .dropdown {
    display: inline-block;
    width: 73%;
    float: right;
    background: #1d1d1b;
    border-color: #1d1d1b;
    color: white;
    box-shadow: 0px 0px 2px 0px #1d1d1b;
    margin-top: -0.51px;
    border-radius: 5px;
}
.search-button {
    float: right;
    width: 25%;
    margin-left: 2%;
}
.search-button input {
    background: #7c7b7b;
    display: inline-block;
    font-size: inherit;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #7c7b7b;
    border-color: #7c7b7b;
    width: 100%;
    cursor: pointer;
}
.mutliSelect li {
    cursor: pointer;
}

.mutliSelect li label {
    cursor: pointer;
}
.form-control {
    float: left;
    width: 100%;
    padding: 10px 0;
}
img#previewimg1 {
    max-height: 100px;
}
.login-content {
    padding: 30px 0;
}
div#login {
    display: block;
    border-radius: 5px;
    padding: 30px;
    background: #1d1d1b;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    color: white;
    width: 100%;
    max-width: 360px;
    float: none;
    margin: 0 auto;
}
div#login h1 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 20px;
}
div#login .input-text {
    width: 300px;
    max-width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    padding: 8px 0;
    color: white;
}

div#login .input-text::-webkit-input-placeholder, .lostPass label input::-webkit-input-placeholder, .resetPassin input::-webkit-input-placeholder, .registerIn input::-webkit-input-placeholder, .reset-password-account input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
div#login .input-text::-moz-placeholder, .lostPass label input::-moz-placeholder, .resetPassin input::-moz-placeholder, .registerIn input::-moz-placeholder, .reset-password-account input::-moz-placeholder, .registerIn input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
div#login .input-text:-ms-input-placeholder, .lostPass label input:-ms-input-placeholder, .resetPassin input:-ms-input-placeholder, .registerIn input:-ms-input-placeholder, .reset-password-account input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
div#login .input-text:-moz-placeholder, .lostPass label input:-moz-placeholder, .resetPassin input:-moz-placeholder, .registerIn input:-moz-placeholder, .reset-password-account input:-moz-placeholder { /* Firefox 18- */
  color: white;
}
div#login .input-text {
    width: 300px;
    max-width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    padding: 8px 0;
    color: white;
}

.rememberCheck input#rememberme, .filterCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid white;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.filterCheck .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: white;
    border: 2.4px solid white;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 9px;
    border-radius: 50%;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.rememberCheck input:checked ~ .checkmark:after, .filterCheck input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filterCheck .checkmark:after {
    left: 0px;
    top: 0px;
    background: transparent;
    width: 8px;
    height: 8px;
    border: solid white;
    border-width: 0;
    transform: unset !important;
}
.filterCheck input:checked ~ .checkmark {
	background-color: transparent;
}
label.rememberme, .filterCheck label {
    position: relative;
    cursor: pointer;
}
.filter-menu form .submit {
    width: 100%;
    margin-top: 10px;
}
.signbtn input, .filter-menu form .submit {
    background: #dadada;
    border: 0px;
    box-shadow: none;
    border-radius: 0;
    font-size: inherit;
    font-weight: 600;
    cursor: pointer;
}

p.lost_password {
    margin-bottom: 0;
}

p.lost_password a {
    text-decoration: none;
    color: white;
}
#login .error, .resetPassin .error, .registerIn .error {
    background: #c82a2a;
    padding: 7px 5px;
    margin: 5px 0;
}

#login .error p, .registerIn .error p {
    margin: 0;
}
#login .success, .resetPassin .success, .registerIn .success {
    background: #4CAF50;
    padding: 7px 5px;
    margin: 5px 0;
}
#login .success p, .registerIn .success p {
    margin: 0;
}
.lostPass, .resetPassin, .registerIn {
    display: block;
    border-radius: 5px;
    padding: 30px;
    background: #1d1d1b;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    color: white;
    width: 100%;
    max-width: 360px;
    float: none;
    margin: 0 auto;
}

.lostPass h1, .resetPassin h1, .registerIn h1 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 20px;
}

.lostPass label input, .resetPassin .input, .registerIn label input {
    width: 300px;
    max-width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    padding: 8px 0;
    color: white;
}
p.lostpassword-submit, .resetpass-submit, .signup-submit {
    margin-bottom: 0;
}
p.lostpassword-submit input, .resetpass-submit input, .signup-submit input {
    background: #dadada;
    border: 0px;
    box-shadow: none;
    border-radius: 0;
    font-size: inherit;
    font-weight: 600;
    cursor: pointer;
}
div#lost-out, .resetPass-out, .registerOut {
    float: left;
    width: 100%;
}
.resetPass-out p.description {
    max-width: 300px;
    width: 100%;
}
.registerOut input[type="text"]:focus, .registerOut input[type="password"]:focus {
	color: white
}
.notification {
	max-width: 300px;
}
.error-add {
    padding: 30px 0;
    text-align: center;
}

.error-add span {
    background: #7c7b7b;
    padding: 10px 20px;
    color: white;
    font-size: 19px;
    border-radius: 5px;
}

.error-add span a {
    color: #1d1d1b;
    text-decoration: none;
}

.left-banner {
    width: 18%;
    float: left;
    padding-right: 30px;
    min-height: 1px
}

.center-form-post {
    width: 64%;
    float: left;
}

.right-banner {
    width: 18%;
    float: right;
    padding-left: 30px;
    min-height: 1px;
}
.half-form {
    width: 50%;
    float: left;
    padding-right: 20px;
}

.right-form-post {
    float: left;
    width: 50%;
    padding-left: 20px;
}

.form-control input {
    width: 100%;
    border-radius: 0 3px 3px 3px;
    border: 2px solid #7c7b7b;
    padding: 8px 10px 2px 10px;
}
.form-control label {
    float: left;
    background: #7c7b7b;
    border-radius: 3px 3px 0 0;
    padding: 9px 10px 5px 10px;
    font-size: 15px;
    line-height: normal;
    color: white;
}
.form-control select {
    float: left;
    width: 100%;
    padding: 7px 10px;
    border: 2px solid #7c7b7b;
    border-radius: 0 3px 3px 3px;
    position: relative;
    background-image: url(/wp-content/themes/wildwest/images/select-arrow.png);
    background-size: 42px 100%;
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 42px;
}
.form-control input[type="checkbox"] {
    width: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    vertical-align: middle;
    float: none;
    margin-top: -2px;
    margin-right: 10px;
}
.form-control ul {
    background: #dadada;
    border-radius: 0px 3px 3px 3px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    list-style-type: none;
    border: 2px solid #7c7b7b;
}
p.map-hint {
    color: #7c7b7b;
    font-weight: 600;
    margin-bottom: 0;
}
.form-control textarea {
    width: 100%;
    border-radius: 0 3px 3px 3px;
    border: 2px solid #7c7b7b;
    padding: 8px 10px 2px 10px;
}
.form-control input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a3a3a3;
}
.form-control input::-moz-placeholder, { /* Firefox 19+ */
    color: #a3a3a3;
}
.form-control input:-ms-input-placeholder { /* IE 10+ */
    color: #a3a3a3;
}
.form-control input:-moz-placeholder { /* Firefox 18- */
    color: #a3a3a3;
}
.imagesControl, .imagescontrollprofil {
    float: left;
    width: 100%;
    border: 2px solid #7c7b7b;
    border-radius: 0 3px 3px 3px;
    display: flex;
    flex-wrap: wrap;
    background: #dadada;
}

.mainimage, .upload-gallery, .uploadmore, .uploadmoreProfil {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 10px;
    position: relative;
}

.uploadFilePlace {
    border: 2px solid #7c7b7b;
    float: left;
    width: 100%;
    padding: 20px 10px;
    line-height: normal;
    height: 100%;
    background: white;
    color: #7c7b7b;
}

.uploadFilePlace p {
    margin-bottom: 0;
}

.imagesControl input, .inputProfilImage {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    cursor: pointer;
}
.form-submit input {
    width: 100%;
    box-shadow: none;
    border-radius: 5px;
    padding: 12px;
    line-height: normal;
    background: rgb(29, 29, 27);
    color: white;
    font-size: 19px;
    cursor: pointer;
}
.form-submit {
    float: left;
    width: 100%;
    margin: 30px 0;
}
div#imagesBig .abcd {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 10px 10px;
    background: white;
    overflow: hidden;
}

div#imagesBig .abcd img:first-child {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

div#imagesBig .abcd #img {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}
* {
	outline: 0;
}
.normal-page-inside {
    width: 64%;
    float: left;
}
.normal-pageOut {
    float: left;
    width: 100%;
    padding: 30px 0;
}
div#us3, .map-drag {
    height: 300px;
    width: 100%;
}
.post-edit {
    padding: 10px 20px;
}
.market-post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    border: 1px solid #cacaca;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    border-radius: 5px;
    overflow: hidden;
}

.thubnail-each-post {
    width: 22%;
    float: left;
    background-position: center;
    background-size: cover;
}

.content-post {
    float: left;
    width: 78%;
    padding: 5px 10px 5px 20px;
}
.post-meta-post h1 {
    margin-top: 0;
    line-height: normal;
    margin-bottom: 5px;
}

.post-meta-post h1 a {
    text-decoration: none;
    color: #2c746a;
    font-size: 25px;
    line-height: normal;
    font-weight: 500;
}

.post-meta-post .cats {
    font-size: 14px;
    color: #959595;
    margin-bottom: 15px;
}

p.calendar-date {
    width: 50%;
    float: left;
    margin-bottom: 0;
    font-size: 14px;
    color: #7c7b7b;
    margin-top: 2px;
}
.price-post {
    width: 50%;
    float: right;
    margin-top: 2px;
    text-align: right;
    color: #1d1d1b;
    font-size: 25px;
    line-height: normal;
}
.post-meta-post .country-post {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    color: #5d5d5d;
    width: 100%;
}
.post-special {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.post-special img {
    float: left;
    width: 100%;
}
.images-post {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-left: -5px;
    margin-top: -5px;
}

.singleMainImage {
    width: 100%;
    float: left;
    padding: 5px;
}

.single-post-feature {
    width: 100%;
    float: left;
    height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #dadada;
}

.gallery-out {
    float: left;
    width: 100%;
}

ul.post-gallery {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.post-gallery li {
    width: 33.33%;
    float: left;
    padding: 5px 5px 0 5px;
    height: 100px;
}

ul.post-gallery li a {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.single-post-feature a {
    height: 100%;
    width: 100%;
    display: block;
}
.content-right-post {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 5px;
}

.content-right-post h3 {
    margin-top: 0;
    color: #1d1d1b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
}

.cats-single {
    color: #7c7b7b;
    font-size: 14px;
    margin-top: 10px;
}

p.calendar-single {
    color: #7c7b7b;
    font-size: 14px;
    margin-top: 3px;
}

.single-price {
    display: inline-block;
    padding: 10px 20px;
    background: #1d1d1b;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    margin-bottom: 35px;
    margin-top: 20px;
}

.single-country {
    color: #1d1d1b;
    font-size: 18px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.single-Name {
    color: #1d1d1b;
    font-size: 19px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.single-Phone {
    color: #1d1d1b;
    font-size: 18px;
    width: 100%;
}

.single-email {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 10px;
    color: #2e2e2e;
    font-size: 18px;
}

.button-details span {
    display: inline-block;
    padding: 7px 0px;
    color: #1d1d1b;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 5px;
}
.content-below-post {
    width: 100%;
    float: left;
    padding: 30px 20px 20px 20px;
}

.half-left-post {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.half-right-post {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.button-details {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.details-list {
    width: 100%;
    float: left;
    border: 1px solid #1d1d1b;
    display: flex;
    flex-wrap: wrap;
}

span.desc {
    width: 50%;
    float: left;
    padding: 10px;
    border: 1px solid #1d1d1b;
}

span.value {
    width: 50%;
    float: left;
    padding: 10px;
    border: 1px solid #1d1d1b;
    color: #1d1d1b;
}
.single-marketplace .normal-page-inside {
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    border-radius: 5px;
    overflow: hidden;
}
a.view-all {
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;
    top: -5px;
    text-decoration: none;
    color: #1d1d1b;
    font-weight: 500;
    float: left;
}
.nav-links {
    text-align: center;
}

.nav-links .page-numbers {
    margin: 0 5px;
    font-weight: 600;
    text-decoration: none;
    color: #1d1d1b;
}

.nav-links .page-numbers.current {
    background: #1d1d1b;
    padding: 5px 10px;
    color: white;
}
.filter-menu {
    display: inline-block;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    background: rgb(29, 29, 27);
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    color: white;
}
.filter-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.age-range {
    margin: 10px 0;
}
.filter-menu h3 {
    margin-top: 0;
}
.filter-menu h4 {
    margin-top: 15px;
    line-height: 1.1rem;
    margin-bottom: 15px;
}
.post-meta-post a {
    display: block;
    float: left;
    width: 100%;
    text-decoration: none;
}
.content-in-post {
    width: 45%;
    float: left;
    padding-right: 20px;
}

.content-price-post {
    width: 25%;
    float: left;
    padding-right: 20px;
    height: 100%;
}

.content-detail-post {
    width: 30%;
    float: left;
    height: 100%;
}
.content-text-post p {
    height: 42px;
    overflow: hidden;
}
.content-in-post h1 {
    margin-top: 0;
    margin-bottom: 5px;
    text-decoration: none;
    color: #1d1d1b;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    height: 48px;
    overflow: hidden;
}

.content-in-post a {
    text-decoration: none;
}
.content-detail-post a {
    color: #7c7b7b;
}
.content-text-post p {
    font-size: 14px;
    color: #7c7b7b;
    margin-bottom: 15px;
    margin-top: 0px;
}

.content-price-post .price-post {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
}

.content-price-post a {
    text-decoration: none;
}

.content-price-post p.calendar-date {
    width: 100%;
    margin-top: 10px;
}
.content-detail-post a {
    text-decoration: none;
}

.content-detail-post li {
    list-style-type: none;
    font-size: 14px;
    color: #7c7b7b;
    line-height: inherit;
}
.content-detail-post li i {
    margin-right: 5px;
}
.thubnail-each-post a {
    display: block;
    height: 100%;
}
.price-range {
    margin-bottom: 20px;
}
.edit-buttons {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}

.edit-btn, .delete-btn, .update-btn {
    display: inline-block;
    margin: 0 10px;
}

.edit-btn a, .delete-btn button, .update-btn a {
    background: #1d1d1b;
    border: 0px !important;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6) !important;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    -webkit-appearance: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
}

.reset-password-account {
    background: rgb(29, 29, 27);
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    padding: 20px;
    border-radius: 5px;
    float: left;
}
.half-profile {
    width: 50%;
    float: left;
}
.half-profile h3 {
    color: white;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
}
.reset-password-account input[type="password"] {
    width: 300px;
    max-width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    padding: 8px 0;
    color: white;
}
.reset-password-account input#wp-submit {
    background: #dadada;
    border: 0px;
    box-shadow: none;
    border-radius: 0;
    font-size: inherit;
    font-weight: 400;
    cursor: pointer;
    margin-top: 20px;
    outline: none;
    border-radius: 3px;
}
.reset-password-account .notification {
    max-width: 100%;
    width: 100%;
    color: white;
}
.left-banner img {
    border: 1px solid #cacaca;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    border-radius: 5px;
}
.left-banner img, .right-banner img, .middle-banner img {
    border: 1px solid #cacaca;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    border-radius: 5px;
    float: left;
    width: 100%;
}
.middle-banner {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.banner-slide img {
    border: 1px solid #cacaca;
    border-radius: 5px;
    float: left;
    width: 100%;
}
.banner-top-slider {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.banner-forms {
    width: 70%;
    float: right;
    padding-left: 30px;
}
.subcategory-train select {
    background-image: none;
}
.banner-forms img {
    border: 1px solid #cacaca;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    border-radius: 5px;
    float: left;
    width: 100%;
}
.newsletter-out {
    float: left;
    width: 100%;
    background: rgb(29, 29, 27);
    padding: 15px 0;
}

.firsthalf-newsletter {
    width: 70%;
    float: left;
    padding-right: 50px;
    color: white;
}

.firsthalf-newsletter h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: normal;
}

.firsthalf-newsletter p {
    margin-top: 0;
    line-height: normal;
    margin-bottom: 0;
}
.secondhalf-newsletter input[type="email"] {
    width: 80%;
    margin-top: 15px;
    padding: 10px;
    color: #1d1d1b;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    float: left;
}

.secondhalf-newsletter {
    width: 30%;
    float: right;
    padding-left: 30px;
}

.secondhalf-newsletter input[type="submit"] {
    width: 20%;
    float: left;
    margin-top: 15px;
    font-size: inherit;
    padding: 14px 5px;
    line-height: normal;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #7c7b7b;
    color: white;
}
.column-footer {
    width: 25%;
    float: left;
    padding-right: 50px;
}

footer#colophon {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.column-footer:last-child {
    padding-right: 0;
}

.logo-footer ul {
    list-style-type: none;
    padding: 20px 0 0 0;
    margin: 0;
    text-align: center;
}

.logo-footer ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 30px;
}

.logo-footer ul li a {
    color: #1d1d1b;
}

.column-footer.links-normal a {
    display: inline-block;
    width: 100%;
    color: #1d1d1b;
    text-decoration: none;
    font-weight: 600;
}

.column-footer.links-normal {
    padding-left: 30px;
}

.column-footer.copyright p {
    margin: 0;
    color: #1d1d1b;
    text-decoration: none;
    font-weight: 600;
    text-align: right;
}

.column-footer.copyright p a {
    color: #1d1d1b;
}
.wpml-ls-legacy-dropdown-click {
    width: 62px;
}

.wpml-ls-legacy-dropdown-click a {
    background: transparent;
    border: 0px;
}
.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus {
    background: transparent !important;
}
.language-link {
    display: inline-block;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    color: white;
}
ul.js-wpml-ls-sub-menu.wpml-ls-sub-menu {
    background: white;
    border: 1px solid #cacaca;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
}
.contact-left {
    width: 50%;
    float: left;
    padding-right: 30px;
}

.contact-left h3 {
    margin-top: 0;
    color: #1d1d1b;
    font-size: 20px;
}

.contact-left span input {
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 10px;
}

.contact-left span textarea {
    padding: 7px 15px;
    height: 130px;
}
.send-button input {
    font-size: inherit;
    line-height: inherit;
    background: #1d1d1b;
    border-radius: 3px;
    border: 0px;
    box-shadow: none;
    color: white;
    margin-top: -15px;
}

.contact-right {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.contact-right h3 {
    margin-top: 0;
    color: #1d1d1b;
    font-size: 20px;
}

ul.infoContact {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

ul.infoContact a {
    text-decoration: none;
    padding-bottom: 8px;
    color: #1d1d1b;
    display: block;
}

ul.infoContact a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

ul.socialContact {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.socialContact li {
    display: inline-block;
    margin-right: 10px;
}

ul.socialContact li a {
    color: #1d1d1b;
    font-size: 25px;
}

.secondhalf-newsletter a {
    display: inline-block;
    float: right;
    background: #dadada;
    padding: 10px 20px;
    color: #1d1d1b;
    text-decoration: none;
    font-size: 20px;
}

.secondhalf-newsletter a i {
    margin-left: 15px;
}
.price-request {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    color: #1d1d1b;
    font-size: 16px;
    line-height: normal;
    margin-top: 10px;
}
.single-price span {
    font-size: 19px;
    line-height: normal;
    position: relative;
    top: -2px;
}
.Filtercategories a {
    text-decoration: none;
    color: white;
}
.Filtercategories select {
    width: 100%;
    border: 2px solid #dadada;
}
.Filtercategories .select-categories {
    width: 100%;
    padding-right: 0;
    float: left;
    margin-bottom: 15px;
}
.Filtercategories .select-country2 .dropdown .dropdown-list ul {
    background-color: #1d1d1b;
    border: 0;
    color: #fff;
    display: none;
    left: -2px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 0px;
    width: 115%;
    list-style: none;
    height: 170px;
    overflow: auto;
    border: 1px solid #dadada;
    box-shadow: 0px 0px 2px 0px #1d1d1b;
}
.Filtercategories .select-country2 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
    float: left;
}
.Filtercategories .select-country2 .dropdown {
    display: inline-block;
    width: 73%;
    float: right;
    background: #1d1d1b;
    border-color: #1d1d1b;
    color: white;
    box-shadow: 0px 0px 2px 0px #1d1d1b;
    margin-top: -0.51px;
    border-radius: 5px;
}
.Filtercategories .select-country2 .dropdown {
    width: 100%;
    border: 2px solid #dadada;
}
.select-country2 p {
    margin: 0;
}
.select-country2 p.multiSel {
    width: 128px;
}
.advertising-form p {
    margin: 0;
}

.advertising-form span input, .advertising-form span textarea {
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 10px;
}
.single-country a {
    text-decoration: none;
    color: #1d1d1b;
}
.single-Phone a i {
    margin-right: 5px;
}
.single-Phone a {
    text-decoration: none;
    color: #1d1d1b;
    font-size: 18px;
}
.details-list a {
    text-decoration: none;
    color: #1d1d1b;
}
.errorText {
    background: #cf0000;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    display: none;
}

.whatsapp{
  display: none;
  color: #1DC143;
}

.whatsapp:hover, .whatsapp:focus{
  background: #1DC143;
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,0.2);
}

.whatsapp.activeWhatsapp{
  display: inline-block;
}
a.whatsapp.wa_btn {
    width: auto;
    display: inline-block;
    background: #1DC143;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    top: -3px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
a.whatsapp.wa_btn i {
    margin-right: 3px;
}
.single-email a {
    text-decoration: none;
    color: #1d1d1b;
    font-size: 18px;
}
.errorImages {
    background: #cf0000;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    display: none;
    width: 95%;
    margin: 10px auto;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.errorForm {
    background: #cf0000;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    width: 100%;
    margin: 10px auto;
    display: none;
}
.content-text-post {
    overflow: hidden;
}
.fcolor-list select {
    width: 100%;
    border: 2px solid #dadada;
    max-width: 100%;
    padding: 6.4px 12px;
    background: #1d1d1b;
    color: white;
    box-shadow: 0px 0px 2px 0px #1d1d1b;
    margin-top: -0.51px;
    border-radius: 5px;
    background-image: url(/wp-content/themes/wildwest/images/arrow-down.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.notification.warning {
    background: #ff8600;
    line-height: normal;
    padding: 5px 10px;
    border-radius: 5px;
}
.gdpr-form {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: -20px;
    margin-top: 20px;
}
.backbtn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.backbtn span {
    display: inline-block;
    background: #1d1d1b;
    padding: 10px 20px;
    color: white;
    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
    border-radius: 5px;
    cursor: pointer;
}
p.not_login_add a {
    color: #dadada;
}
p.not_login_add {
    text-align: center;
    background: #1d1d1b;
    padding: 10px;
    color: white;
    border-radius: 5px;
}
.AddPostForm .form-control select:focus, .addpostacc .form-control select:focus, .addpostacc .form-control input:focus, .AddPostForm .form-control input:focus, .AddPostForm .form-control textarea:focus {
    border-color: #137605;
}
.AddPostForm .form-control input[type="checkbox"]:focus, .addpostacc .form-control input[type="checkbox"]:focus {
    box-shadow: 0px 0.2px 5px 1px #137605;
}
.mutliSelect label {
    font-size: 14px;
}
#signupform .form-row input {
    width: 300px;
    max-width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    padding: 8px 0;
    color: white !important;
    -webkit-appearance: none;
}
#signupform .form-row label {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1d1d1b;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    cursor: pointer;
}
#signupform .form-row input:focus + label {
    top: -20px;
    background: transparent;
    font-size: 13px;
    height: auto;
    line-height: 25px;
}
#signupform .form-row label, #signupform .form-row input:placeholder-shown + label {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1d1d1b;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    cursor: pointer;
}
#signupform .form-row input::-webkit-input-placeholder {
  opacity: 0;
}
#signupform .form-row input:focus::-webkit-input-placeholder {
  opacity: 1;
}
#signupform .form-row input:focus + label, #signupform .form-row input:not(:placeholder-shown) + label {
    top: -20px;
    background: transparent;
    font-size: 13px;
    height: auto;
    line-height: 25px;
}

#signupform .form-row {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}
#signupform .form-row input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #1d1d1b inset;
}
#signupform .form-row input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}
#signupform .form-row select {
    width: 100%;
    background: #1d1d1b;
    padding: 8px 0;
    color: white;
    border: 0px solid white;
    border-bottom-width: 2px;
}
.half-profile .form-row label, .half-profile .form-row input:placeholder-shown + label {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1d1d1b;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    cursor: pointer;
    color: white;
    left: 0;
}

.half-profile .form-row input::-webkit-input-placeholder {
  opacity: 0;
}
.half-profile .form-row input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.half-profile .form-row {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}
.half-profile .form-row input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #1d1d1b inset;
}
.half-profile .form-row input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}
.half-profile .form-row select {
    width: 100%;
    background: #1d1d1b;
    padding: 8px 0;
    color: white;
    border: 0px solid white;
    border-bottom-width: 2px;
}
.half-profile .form-row input {
    width: 300px;
    max-width: 100%;
    background: none;
    border: 0;
    border-bottom: 2px solid white;
    border-radius: 0;
    padding: 8px 0;
    color: white !important;
    -webkit-appearance: none;
}
.half-profile .form-row label, .half-profile .form-row input:placeholder-shown + label {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1d1d1b;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    cursor: pointer;
}
.half-profile .form-row input:focus + label, .half-profile .form-row input:not(:placeholder-shown) + label {
    top: -20px;
    background: transparent;
    font-size: 13px;
    height: auto;
    line-height: 25px;
}
.half-profile .form-row label.countryLabel {
    top: -20px;
    background: transparent;
    font-size: 13px;
    height: auto;
    line-height: 25px;
}
.reset-password-account .notification.error {
    background: #cf0000;
    padding: 0 10px;
    border-radius: 3px;
}
.reset-password-account .notification.success {
    background: #4CAF50;
    padding: 0 10px;
    border-radius: 3px;
}
.single-email i {
    margin-right: 5px;
}
.single-website {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #2e2e2e;
    font-size: 18px;
    width: 100%;
}

.single-website a {
    text-decoration: none;
    color: #1d1d1b;
    font-size: 18px;
}

.single-website a i {
    margin-right: 5px;
}
#signupform .errorRequired {
    background: #cf0000;
    border-radius: 3px;
    padding: 5px;
}
#signupform .form-row select:focus {
    border-color: green;
}
#signupform .form-row input:focus {
    border-color: green;
}
.errorRequired.erroremail {
    margin-bottom: 10px;
}
.logo-header img {
    width: 452px;
    max-width: 100%;
    display: block;
    margin-bottom: -7px;
}
.filter-mobile {
	display: none;
}
.g-recaptcha > div {
    max-width: 100%;
}
.form-control select#subcategory5 {
    background-image: none;
}
.banner-top-slider, .banner-forms {
	display: none;
}
span.irs-min {
    visibility: hidden !important;
}

span.irs-max {
    visibility: hidden !important;
}
.form-control select#subcategory1, .form-control select#subcategory2, .form-control select#subcategory3, .form-control select#subcategory4, .form-control select#subcategory6 {
    background-image: none;
}
.subcategoryEdit.form-control select {
	background-image: none;
}




@media (max-width: 1200px) {
	.container {
		padding: 0 15px;
	}
	.search-header {
	    width: 18%;
	    left: 15px;
	}


}
@media (max-width: 950px) {
	.tax-marketplace_categories .normal-page-inside {
	    width: 70%;
	}
	.tax-marketplace_categories .right-banner {
	    display: none;
	}
	.tax-marketplace_categories .left-banner {
	    width: 30%;
	    display: inline-block;
	}
}
@media (max-width: 800px) {
	body, button, input, select, optgroup, textarea {
	    font-size: 0.8rem;
	}
	.content-in-post h1 {
		font-size: 15px;
		height: 42px;
	}
	.price-post {
		font-size: 15px;
	}
	p.calendar-date {
		font-size: 12px;
	}
	.content-text-post p {
		font-size: 12px;
		height: 37px;
	}
	.content-detail-post li {
		font-size: 11px;
	}
	#signupform .form-row label, #signupform .form-row input:placeholder-shown + label {
		height: 34px;
    	line-height: 34px;
	}
	.select-categories select option {
	    font-size: 12px;
	}
}
@media (max-width: 768px) {
	.left-banner {
	    display: none;
	}

	.normal-page-inside {
	    width: 100%;
	}

	.right-banner {
	    width: 100%;
	}

	.right-banner img {
	    width: auto;
	    margin: 0 auto;
	    display: block;
	    float: none;
	}
	.search-header {
	    width: 100%;
	    position: relative;
	    float: left;
	    display: block;
	    left: 0;
	    margin-bottom: -20px;
	}

	.logo-header {
	    display: block;
	    margin-bottom: 20px;
	}

	.select-categories select {
	    float: none;
	    margin: 0 auto;
	    display: block;
	}

	.spacefix {
	    display: none;
	}
	.column-footer {
	    padding-right: 20px;
	}
	.right-banner {
	    padding-left: 0;
	}
	.login-content {
	    padding-top: 0;
	}
	.registerOut {
	    margin-bottom: 30px;
	}
	.profile-new ul.tab-links {
	    width: 36%;
	}
	.profile-new .normal-page-inside.tab-content {
	    width: 64%;
	}
	.profile-new .right-banner {
	    margin-top: 30px;
	}
	.half-profile {
	    width: 100%;
	    padding: 0 !important;
	}
	.half-form {
	    width: 100%;
	    padding: 0;
	}
	.right-form-post {
	    width: 100%;
	    padding-left: 0;
	}
	.right-banner {
	    display: none;
	}
	.center-form-post {
	    width: 100%;
	}

}
@media (max-width: 599px) {
	.tax-marketplace_categories .normal-page-inside {
	    width: 100%;
	}
	.filter-mobile {
		display: block;
		float: left;
    	width: 100%;
    	margin-bottom: 25px;
	}
	.button-mobile-filter {
	    background: #1d1d1b;
	    color: white;
	    font-size: 17px;
	    font-weight: 500;
	    padding: 10px 15px;
	    text-transform: uppercase;
	    line-height: normal;
	    cursor: pointer;
	    border-radius: 3px;
	    box-shadow: 0px 1px 10px -1px rgba(99, 50, 36, 0.6);
	}
	.filter-menu {
	    display: none;
	    margin-top: -5px;
	    background: #1d1d1b;
	    box-shadow: 0px 5px 10px -1px rgba(99, 50, 36, 0.6);
	}
	.button-mobile-filter i {
	    float: right;
	    font-size: 23px;
	    margin-top: -2px;
	}
	.firsthalf-newsletter {
	    padding-right: 10px;
	}
	.secondhalf-newsletter {
	    padding-left: 10px;
	}
	.column-footer {
	    width: 33.33%;
	}

	.column-footer.logo-footer {
	    padding-right: 0px;
	}

	.column-footer.copyright {
	    width: 100%;
	    text-align: center;
	}

	.column-footer.copyright br {
	    display: none;
	}

	.column-footer.copyright br:nth-child(4) {
	    display: block;
	}

	.column-footer.copyright p {
	    text-align: center;
	    margin-top: 15px;
	}
	.images-post {
	    width: 100%;
	    padding: 0;
	    margin: 0;
	}

	.content-right-post {
	    width: 100%;
	    padding: 10px;
	}
	.half-left-post {
	    width: 100%;
	    padding-right: 0;
	}
	.half-right-post {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 20px;
	}
}
@media (max-width: 550px) {
	.thubnail-each-post {
	    width: 100%;
	    height: 250px;
	    margin-bottom: 10px;
	}
	.contact-left {
	    width: 100%;
	    padding-right: 0;
	}
	.contact-right {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 30px;
	}
	.content-post {
	    width: 100%;
	    padding: 5px 10px 5px 10px;
	}

	.content-in-post {
	    width: 65%;
	}

	.content-price-post {
	    width: 35%;
	    padding-right: 0;
	    height: auto;
	}

	.price-request {
	    margin-top: 0;
	}

	.content-detail-post {
	    width: 100%;
	    height: auto;
	    text-align: center;
	    margin-bottom: 5px;
	}

	.content-detail-post li {
	    display: inline-block;
	    width: auto;
	    float: none;
	    margin: 0 5px;
	}

	.content-text-post p {
	    margin-bottom: 5px;
	}

}

@media (max-width: 515px) {
	.out-top-link.white-btn a {
	    padding: 10px 10px;
	}
	.top-links {
	    padding: 0 10px;
	}
	.yellow-btn a {
	    padding: 10px 15px 10px 10px;
	}
	.secondhalf-newsletter a {
	    float: left;
	    padding: 5px 15px;
	    font-size: 18px;
	}
	.secondhalf-newsletter {
	    float: left;
	    padding-left: 0;
	    width: 300px;
	}
}
@media (max-width: 450px) {
	.column-footer {
	    width: 50%;
	    padding: 0 20px;
	    text-align: center;
	}
	.column-footer.links-normal {
	    padding-left: 20px;
	}
	.column-footer.logo-footer {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.column-footer.logo-footer img {
	    max-width: 230px;
	}
	.column-footer:last-child {
	    padding: 0;
	}
	.profile-new .normal-page-inside.tab-content {
	    width: 100%;
	    padding-left: 0;
	}
	.profile-new ul.tab-links {
	    width: 100%;
	    margin-bottom: 20px;
	}
}
@media (max-width:420px) {
	.out-top-link {
	    margin: 0 0px;
	}
	.yellow-btn {
	    position: relative;
	    margin-left: 8px;
	}
	.wpml-ls-legacy-dropdown-click {
	    width: 43px;
	}
	.wpml-ls-legacy-dropdown-click a {
	    padding: 5px 0px;
	}
	.top-links {
	    padding: 0 12px 0px 8px;
	}
	.out-top-link.white-btn a {
	    padding: 10px 5px 10px 9px;
	}
	.firsthalf-newsletter {
	    width: 100%;
	    margin-bottom: 10px;
	}
} 
@media (max-width: 343px) {
	.out-top-link a {
	    font-size: 12px;
	}
	.yellow-btn {
	    margin-left: 9px;
	}
	.top-bar .container {
	    padding: 0;
	}
}