/************************************************

Stylesheet: Yamaha 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, h1, h2, h3 {
	font-family: 'Play', Sans-serif !important;
    margin-bottom: 1rem;
	line-height: 1;
	color: #1a1a1a;
}
h1, .panel h1 {
	text-transform: uppercase;
    font-weight: 700;	
}
h2, .panel h2 {
    font-weight: 500;	
}
h3, .panel h3 {
    font-weight: 500;	
}


/*********************
BUTTON STYLES
*********************/
button, .button, input[type=submit].wpcf7-submit {
    font-family: 'Play', Sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #ED1C24;
    color: #FFF;
    border-color: transparent;
    padding: 1.15em 1em;
    cursor: pointer;
}
#button, .wpcf7-submit, .elementor-button, .elementor-cta__button, .elementor-widget-button a.elementor-button, .elementor-slide-button {
    font-family: 'Play', Sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    background-color: #ED1C24 !important;
    color: #FFF !important;
    border-color: transparent !important;
    padding: 1.15em 1em !important;
    cursor: pointer !important;
} 

/*********************
LATEST USED
*********************/
.LatestUsedPrice h3.UsedPrice {
    color: #A90000;
}


/*********************
SLIDESHOW
*********************/
.elementor-slide-content {
    padding: 1.3rem 1.5rem;
}

/*********************
NEW MODEL CATEGORY
*********************/
.model-category-info {
    background: #333;
}
.model-category-text h2 {
	color: #FFF;
}
.model-category-text h3 {
	color: #FFF;
}
.model-category-text p {
    font-size: 1rem;
    color: #FFF;
    font-weight: 500;
}

