/*
Theme Name: Aucapina-Child
Theme URI: https://parkofideas.com/aucapina/
Text Domain: aucapina-child
Description: Auto Camping WordPress Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.1
Template: aucapina
Author: templines
Author URI: https://templines.com/aucapina-documentation/
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.c-vehicle__price{
	font-size: 21px;
}
.c-vehicle__price span{
	font-size: 15px;
}
.c-vehicle-book__dates-list{
	display: none;
}
.c-vehicle-book__wrap{
	padding: 5px 25px 40px 25px;
}
.c-catalog-ordering, .c-vehicle-book__dates-status{
	display: none;
}
.c-vehicle-book__block{
	text-align: center;
	padding-top: 20px;
}
.c-vehicle-book__block .ownbutton{
	margin: 0 auto;
}
a.ownlink {
    color: #c88c78 !important;
    text-decoration: underline !important;
    transition: color 0.2s ease;
}

a.ownlink:hover {
    color: #6CA6A3 !important;
}
@media (max-width: 600px) {
	.c-vehicle__price {
		min-width: 180px;
	}
}
