/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

body {
	font-size: 18px !important; 
}

.pricing-button {
	background-color: #000;
	color: #fff; 
	font-size: 18px; 
	font-weight: 800;
	padding: 12px 20px;
	border: 6px solid #f36f21;
	border-radius: 8px; 
	display: inline-block; 
	margin-bottom: 0.7em; 
	width: 400px;
	text-align: center; 
}

.pricing-button:hover {
	background-color: #212121;
}

.mower-title {
	margin-top: 0; 
	color: #fff;
	font-size: 24px !important;
}

.orange-text {
	color: #f36f21 !important;
}

.single-mower li {
	margin-bottom: 10px; 
}

#kohler, 
#kohlerpro,
#kawasakifx,
#kawasaki-fx,
#kawasaki,
#maverick,
#perkins,
#yamaha,
#honda,
#vanguard {
	padding-top: 120px; 
	margin-top: -120px;
}

#nf-field-15 {
	color: #fff;
	font-size: 32px;
	font-family: Open Sans Condensed, sans-serif;
	padding: 12px 20px;
}

.page-id-15 .fl-post-grid-image img {
	height: 250px !important;
}

/* Mobile */ 

@media only screen and (max-width: 676px) {
	.pricing-button {
		width: 100%; 
	}
	
	.current-inventory-row,
	.current-inventory-row .fl-post-image {
		text-align: center; 
	}
	
}

/* Current Inventory */

.inventory-button {
	width: 200px;
	color: #fff;
	margin-bottom: 4px; 
}

.inventory-button a {
	color: #fff; 
}

.inventory-button:hover {
	background-color: #000; 
}

.inventory-button-orange {
	background-color: #f36f21;
	color: #fff;
}

.inventory-button-orange:hover {
	background-color: #e6571b;
	color: #fff;
}