/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/

.page.page-id-18477 h2,
.page.page-id-18477 h3 {
    margin-top: 25px;
}

.grecaptcha-badge { visibility: hidden; }

/* header */
.elementor-12599 .elementor-element.elementor-element-c5bb9ce .vehica-logo img,
.elementor-13444 .elementor-element.elementor-element-c5bb9ce .vehica-logo img {
    max-height: 43px;
    height: 43px;
}
.vehica-menu__wrapper .vehica-menu__left .vehica-logo {
    margin-top: 0px;
}
.elementor-12599 .elementor-element.elementor-element-97f8a3c:not(.elementor-motion-effects-element-type-background),
.elementor-12599 .elementor-element.elementor-element-97f8a3c > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #222732;
}
@media screen and (min-width: 520px){
	.elementor-12599 .elementor-element.elementor-element-c5bb9ce .vehica-logo img,
	.elementor-13444 .elementor-element.elementor-element-c5bb9ce .vehica-logo img {
		max-height: 45px;
    	height: 45px;
	}
	.vehica-menu__wrapper .vehica-menu__left .vehica-logo {
		margin-top: -5px;
	}
}
@media (min-width: 1920px){
	.vehica-menu__wrapper .vehica-logo {
		margin-right: 70px;
	}
}
/*- header -*/

/* footer */
.flags-container h6 {
	margin-bottom: 10px;
    margin-top: 25px;
    font-size: 14px;
}
.flags {
    display: flex;
    justify-content: center;
    column-gap: 16px;
    padding-top: 10px;
	padding-bottom: 10px;
}
@media (min-width: 1024px){
	.flags {
		justify-content: flex-start;
		padding-bottom: 0px;
	}
}
/*- footer -*/

/* single post */
body.single-post h2 {
	margin-top: 25px;
	margin-bottom: 4px;
}

.custom-accept-btc {
	margin-top: -10px;
    margin-bottom: 15px;
}
.custom-accept-btc span, 
.custom-accept-btc img {
	display: inline-block;
	font-size: 14px;
}
.custom-accept-btc-list,
.custom-accept-btc-grid {
	margin-top: -5px;
}

.vehica-user-simple-phone-wrapper.vehica-whatsapp-button,
.vehica-user-simple-phone-wrapper.vehica-call-whatsapp-button,
.vehica-user-simple-phone-wrapper.vehica-extra-phone-button {
	margin-top: 12px;
}
.vehica-user-simple-phone-wrapper.vehica-whatsapp-button a {
	background: #ffffff;
    color: #4dc247;
    border: 2px solid #4dc247;
    border-radius: 10px;
    transition: all .2s ease;
    width: 100%;
    font-size: 25px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    text-align: center;
	margin-top: 12px;
}
.vehica-user-simple-phone-wrapper.vehica-whatsapp-button a:before {
	content: ''!important;
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,.1);
    transform: scale(0,1);
    transform-origin: right top;
    z-index: -1;
}
.vehica_sold_paused {
    display: block;
    margin: 0 auto;
    background-color: #f7f7f7;
    color: #000000;
    font-weight: 600;
    text-align: center;
    width: 100%;
    height: 33px;
    border: 1px solid var(--primary);
    border-radius: 4px;
}
@media screen and (min-width: 1023px) {
	.vehica-user-simple-phone-wrapper.vehica-whatsapp-button a:hover:before {
		transform: scale(1,1);
		transform-origin: left top;
	}
	.linktousercarlistwidget .link-type-link {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.vehica-user-simple-phone-wrapper.vehica-whatsapp-button a {
	display: block;
	padding: 11px 15px;
}
a.vehica-user-simple-phone i[class*=whatsapp] {
	color: #4dc247;
}
.vehica-car-gallery .vehica-gallery-thumbs .vehica-slide-active {
	border: 1px solid #646464;
}
.vehica-gallery-thumbs .vehica-gallery-thumbs__single {
    padding-top: 46.5238%;
}
.linktousercarlistwidget .link-type-link,
.linktousercarlistwidget .link-type-button {
	display: inline-block;
	font-size: 17px;
    font-weight: 600;
    vertical-align: top;
	transition: all .2s ease-in-out;
}
.linktousercarlistwidget .link-type-link {
	color: var(--primary);
}
.linktousercarlistwidget .link-type-button {
	background-color: var(--primary);
	color: #ffffff;
	padding: 16px 25px;
	border-radius: 10px;
}
.linktousercarlistwidget .link-type-button:before {
	content: '' !important;
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.1);
    transform: scale(0,1);
    transform-origin: right top;
    z-index: -1;
}
.linktousercarlistwidget .link-type-button:hover:before {
	transform: scale(1,1);
    transform-origin: left top;
	z-index: 1;
}
.linktousercarlistwidget .link-type-link:hover {
	opacity: .85;
}

.vehica-social-share__icon {
	margin-top: 0px;
}
.vehica-social-share__icon.vehica-social-share__icon--whatsapp {
	background-color: #4dc247;
	color: #ffffff;
	margin-left: 8px;
}
.vehica-car-gallery .vehica-gallery-main__wrapper {
    overflow: hidden;
}
.vehica-gallery-thumbs__wrapper {
    margin-top: 7px;
}
.elementor-11943 .elementor-element.elementor-element-d5d35c4>.elementor-widget-container {
    margin: 0 0 37px;
}
@media (min-width: 900px){
    .vehica-section-label {
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px){
    .elementor-11943 .elementor-element.elementor-element-d5d35c4>.elementor-widget-container {
        margin: 0 0 -3px;
    }
}
@media (max-width: 767px){
    .elementor-11943 .elementor-element.elementor-element-d5d35c4>.elementor-widget-container {
        margin: 0 0 -3px;
    }
}

@media screen and (max-width: 864px) {
	.vehica-social-share__icon {
		margin-top: 15px;
	}
}

@media screen and (max-width: 700px) {
	.vehica-car-gallery__count {
        font-size: 13px;
        line-height: 15px;
	}
}
/*- single post -*/

/*- listing -*/
.vehica-inventory-v1__compare {
	display: none !important;
}
.vehica-inventory-v1__bar .vehica-inventory-v1__bar__left .vehica-search-v1__tabs .vehica-search-v1__tab-button {
	padding: 19px 0 30px;
}
.vehica-car-card__image__favorite--is-favorite i {
    color: #ff5722;
}
.vehica-inventory-v1__sort__select {
	z-index: 1000;
}
@media screen and (min-width: 1024px) {
	.vehica-inventory-v1__compare {
		display: block !important;
	}
}
/*- listing -*/

/* favorite */
.vehica-car-card__image-info {
	z-index: 999;
}
/*- favorite -*/

/* widgets */
.elementor-widget-accordion.vehica-accordion .elementor-tab-content a {
	color: var(--primary);
}

.vehica-carousel-term-img img {
    filter: grayscale(0);
    opacity: 1;
}
.vehica-carousel-term-img img:hover {
    filter: grayscale(0);
    opacity: 0.4;
}
/* @media (min-width: 1023px){
	.vehica-carousel-term-img img:hover {
		filter: grayscale(0);
		opacity: 1;
	}
} */
/*category walker*/
.elementor-widget-wp-widget-categories ul li {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
	flex-wrap: nowrap;
    align-content: flex-start;
    flex-direction: row;
	padding-bottom: 0;
}
.elementor-widget-wp-widget-categories ul li a {
	float: none;
}
/*- widgets -*/

/* user panel */
.vehica-panel-whatsapp_phone,
.vehica-panel-extra_phone { 
	margin-bottom: 40px;
}
.vehica-panel-menu-mobile__avatar .vehica_userrole {
	
}
.vehica-panel-menu-desktop__avatar .vehica-panel-username {
	font-size: 11px;
	display: block;
}
.vehica-panel-menu-mobile__navbar {
	justify-content: center;
	margin-left: 0;
	padding-top: 10px;
}
.vehica-panel-menu-mobile__navbar__inner {
	justify-content: space-evenly;
	column-gap: 10px;
}
.vehica-panel-menu-mobile__button {
	padding: 0px 16px;
    height: 60px;
	margin-right: 0;
}
.vehica-panel-menu-mobile__button i {
	font-size: 28px;
	line-height: 61px;
}
.vehica-panel-favorite-badge {
	position: relative;
}
.vehica-panel-favorite-badge .vehica-desktop-user-menu__menu-links__count {
	right: 8px;
    top: 5px;
}


.vehica-panel-list .vehica-panel-list__elements {
	margin-top: 25px;
}
.vehica-panel-list.vehica-container .vehica-panel-menu-mobile__title {
	margin-top: 25px;
}
.vehica-panel-menu-mobile__title.vehica-panel-menu-mobile__title-account {
	margin-top: 25px;	
}
.vehica-panel-menu-mobile__title {
    color: #222732;
    font-size: 25px;
    line-height: 38px;
    font-weight: 900;
    margin-top: -25px;
    margin-bottom: 25px;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.vehica-panel-menu-mobile__title {
		display: none;
	}
}

/*editcar*/
.btn-fixed-bottom.fixed-now {
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 9999;
}

/*pagination*/
.vehica-panel-pagination.tw-pagination-top {
    margin-top: 0;
    margin-bottom: 55px
}
/*panel car list*/
.vehica-panel-card__details .fa-exclamation-circle {
    display: block;
    text-align: right;
}
/*- user panel -*/

/* blog */
.ext_transit_menu .vehica-simple-menu {
	text-align: center;
}
.ext_transit_menu .vehica-simple-menu .menu-item {
	font-weight: 900;
	margin: 16px auto;
}
.ext_transit_menu .vehica-simple-menu .menu-item a {
	display: block;
	border-radius: 6px;
	font-size: 17px;
}
.ext_transit_menu .vehica-simple-menu .menu-item a:hover {
	background-color: #385757;
}
.ext_transit_menu .elementor-widget-vehica_simple_menu_general_widget .elementor-widget-container {
	background-color: #45AAE6;
}
/*form consultas*/
.vehica-post-field__text h3 {
	font-size: 24px;
}
.vehica-form-control-wrap {
	position: relative;
}
.vehica-form-control {
	margin-bottom: 15px !important;
}
#puntosLicencia.dataForm {
	background-color: #EFF3FA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 34px 36px 34px 36px;
	border-radius: 20px 20px 20px 20px;
}
#puntosLicencia input {
	text-transform: uppercase;
}
#puntosLicencia .vehica-3-fields {
	justify-content: center;
}
#puntosLicencia .vehica-3-fields  button {
	margin-top: 16px;
}
#puntosLicencia .vehica-3-fields .button-right span {
	display: block;
	text-align: right;
}
#puntosLicenciaConsulta {
	padding-top: 45px;
	margin-left: -17px;
    margin-right: -18px;
	text-align: center;
}
#puntosLicenciaConsulta div {
	padding-bottom: 35px;
}
#puntosLicenciaConsulta iframe {
	width: 100% !important;
}
.vehica-form-select {
	min-height: 53px;
    border-radius: 10px;
    width: 100% !important;
    padding: 5px 27px;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    box-shadow: 1px 1px 0 0 rgb(196 196 196 / 24%);
    border: 1px solid #e7edf3;
}
@media screen and (min-width: 768px) {
	#puntosLicencia.dataForm {
		padding: 54px 56px 54px 56px;
	}
}

/*sidebar*/
.elementor-widget-wp-widget-categories ul li a {
    text-align: left;
}
	
/*- blog -*/

/* misc */
.status-error {
    color: red;
}
.err-msg {
	color: red;
	padding-bottom: 35px;
}
.err-msg-input:focus {
	color: inherit;
	outline: 1px solid red !important;
}
.txt-center {
    text-align: center;
}
.d-block {
    display: block;
}
.bg-dark {
    background-color: #222732;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.cssadsensehorizontal {text-align: center; width: auto; height: 90px; }
.GoogleActiveViewElement div { text-align: center; }
@media(min-width: 500px) { .cssadsensehorizontal {text-align: center; width: auto; height: 90px; } }
@media(min-width: 800px) { .cssadsensehorizontal {text-align: center; width: auto; height: 90px; } }
@media(min-width: 1920px) { .cssadsensehorizontal {text-align: center; width: auto; height: 90px; } }
