/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    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.
*/

/* Add your own styles here */

.cky-notice-btn-wrapper .cky-btn {
	color: #f00 !important;
}

ul.header-menu li:nth-child(8) {
	display: none;
}

.stm-actions-list a i {
	color: #4E90CC !important;
}

.fa-linkedin::before {
  content: "\f16d" !important;
}

/* Botón Whatsapp */
#ht-ctc-chat {
	bottom: 13px !important;
}

/* Idiomas */
#gtranslate_wrapper {
	right: 75px !important;
}

/* */
/* Botón de publica tu anuncio redondeado */
.stm-layout-header-listing #wrapper #header .header-listing .listing_add_cart > div {
	border-radius: 10px !important;
}

.button.listing_add_cart.heading-font {
	font-size: 16px;
	line-height: 22px;
}

/* Estilos buscador panel lateral anuncios */
.buscador-coches {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	box-sizing: border-box;
	background: #fff;
	padding: 18px;
	margin: 5px auto;
}

.buscador-coches .titulo {
	padding: 10px 3px;
	text-align: center;
	color: #153e4d;
	background: #ddd;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.buscador-coches .btn-buscador {
	border: 1px solid #fff;
	width: 100%;
	text-align: center;
	display: block;
}

.buscador-coches .btn-buscador a {
	color: #ffffff
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 5px;
	margin: 3px 0;
}

.buscador-coches .btn-buscador a:hover,
.buscador-coches .btn-buscador:hover a {
	color: #ffffff;
	text-decoration: none;
}

/* Cambiar orden columnas filtro en móvil */
@media screen and (max-width: 667px) {
	.filtro-movil div div div div div div .row {
		display: flex;
		flex-direction: column-reverse;
	}
}


/* Ocultar registro usuario */
.stm-user-registration-unit .row, /* Pagina sube tu coche, parte de abajo */
.stm-login-form-unregistered form a /* Enlace de la caja de iniciar sesión de la cabecera */ { 
	/*display: none;*/
}
/* FIN Ocultar registro usuario */

/* Ocultar botón conviértete en profesional */
.stm-user-private .stm-user-private-sidebar .stm-became-dealer,
.stm-no-available-adds .clearfix a:first-child{
	display: none !important;
}
/* FIN Ocultar botón conviértete en profesional */


.stm-label,
.dealer-info-block .title span,
.stm-user-public-profile .stm-user-name .stm-title-desc {
	display: none !important;
}

.grecaptcha-badge {
	opacity: 0;
}

#stm_classified_four_car_data-2 {
	display: none !important;
}

.wp-admin-bar-stm-me-theme-options a span img {
	display: none !important;
}

.stm-car-listing-sort-units.stm-car-listing-directory-sort-units .stm-listing-directory-title {
	display: none;
}

/* Títulos de los anuncios */
.stm-listing-single-price-title .title, .stm-listing-single-price-title .title .labels {
	font-size: 28px !important;
	line-height: 28px !important;
	color: #333 !important;
}

.listing-list-loop.stm-listing-directory-list-loop .content .meta-top .labels,
.listing-list-loop .content .title {
	font-size: 16px !important;
}

.tab-content .dp-in .load-more-btn {
	display: none !important;
}



/* Botón Atrás concesionarios */
.btn-atras {
  background: #068590;
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
	text-decoration: none;
}

.btn-atras:hover {
	background: #153e4d;
	color: #ffffff;
	text-decoration: none;
}