/**

Theme Name: suzuki

Theme Description: suzuki

*/

/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@charset "UTF-8";
/* CSS Document */

a { cursor:pointer; } /* Because IOS doesn't actually want to let you trigger a click event if an <a> doesn't have a href... this fixes it - for some reason. */


/*********************
BODY
*********************/
body {
    background: #FFF;
    background-color: #FFF;
    background-size: cover;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
#page-content-container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

/*********************
FONTS
*********************/

h1, h2, h3, h4 {
	color: #003145;
} 

/*********************
BUTTON STYLES
*********************/

/* Buttons */
button, .button, input[type=submit].wpcf7-submit {
    background-color: #0582CA;
    color: #FFF;
}
#button, .wpcf7-submit, .elementor-button, .elementor-cta__button, .elementor-widget-button a.elementor-button, .elementor-slide-button {
    background-color: #0582CA !important;
    color: #FFF !important;
} 

/*********************
LATEST USED
*********************/
.LatestUsedPrice h3.UsedPrice {
    color: #0482ca;
}


/*********************
SLIDESHOW
*********************/
.elementor-slick-slider ul.slick-dots li.slick-active button {
    background: #0582CA;
}
.elementor-slide-content {
    padding: 1.3rem 1.5rem;
}


/*********************
NEW MODEL CATEGORY
*********************/
.model-category-info {
    background: #002f4b;
}
.model-category-text h2 {
	color: #FFF;
}
.model-category-text h3 {
    color: #FFF;
    font-weight: 600;
}
.model-category-text p {
    font-size: 1rem;
    color: #FFF;
    font-weight: 500;
}


/*********************
NEW MODEL VIEW PAGE
*********************/


/*********************
PROMOTIONS
*********************/
.promo-block>a figure:before {
    background: transparent;
}
.promo-block>.text-wrapper {
    display: none;
}
.promo-block {
    padding: 0;
}
