/*
 Theme Name:   CarDealer Child
 Theme URI:    https://cardealer.potenzaglobalsolutions.com/
 Description:  Car Dealer - Child Theme.
 Author:       TeamWP @Potenza Global Solutions
 Author URI:   http://www.potenzaglobalsolutions.com
 Template:     cardealer
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, threaded-comments, translation-ready, e-commerce, blog, grid-layout
 Text Domain:  cardealer-child
*/

/* custom css */

/* header */

header.header-fancy .header-navbar-v2 .header-inner .header-left {
  align-items: center !important;
}

/* footer */

.footer .cd-footer-logo .site-logo {
  height: 60px !important;
}

#nav_menu-3 { margin-top:55px !important; }

@media (max-width: 768px) {
	#footer .container {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}

/* whatsapp */

@media (max-width: 767px) {
  .e-contact-buttons__chat-button-container {
    padding-inline-start: 0px !important;
	margin-left:-10px;
  }
}

.e-contact-buttons__chat-button-container {
    padding-inline-start: 0px !important;
	margin-left:-10px;
}

/* back to top car */

@media (max-width: 992px) {
  .car-top { right: -15px; }
}

/* slider */

.a_slider .hero-vehicle-info-wrapper .hero-vehicle-info-carousel-item-meta-data{ display: none; }
.a_slider .hero-vehicle-info-wrapper .hero-vehicle-info-carousel-item-meta-specs { display: none; }

/* ele slider */

.a_ele_slider .swiper-slide-contents {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* heading */


@media (max-width: 767px) {
	.a_h .section-title { text-align:left; }
}

/* testimonial */

.a_testimonial .elementor-custom-embed-play svg {
  height: 70px;
  width: 70px;
/*   fill: #4f84c4; */
  filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
  margin-top: 50px;
}

.a_testimonial.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: -20px !important; }
