/*
 Theme Name:   picostrap5 Child Base
 Theme URI:    https://picostrap.com
 Description:  Child theme for Picostrap5. Experience the power of SASS, merged with the WordPress Customizer. Implementing Bootstrap 5.2.3. Please  <a target="_blank" href="https://youtu.be/nrHFh_08w78">watch the introduction video</a> to get started. 
 Author:       The LiveCanvas Team
 Author URI:   https://livecanvas.com
 Version:      2.0.1
 Template: picostrap5 
 Text Domain:  picostrap5
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*


Do not edit this file.

To add your own CSS, edit  the file: 

sass/_custom.scss 

...and add your own CSS (or SCSS!) statements.

All should be recompiled automatically when visiting frontend as admin

To edit the  SCSS pipeline, view and edit the file: sass/main.scss


*/
.enquireme-list-item-body{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.card{border: none !important;}

.customFilter {
	background: #eeeeee;
	margin-top: 40px;
}
.carCard{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	min-height: 300px;
	border: 2px solid #cccccc;
	border-radius: 5px;
	margin-top:10px;
}
carCard:hover{opacity: 0.9}
.carCard h3 a{
	color: #cc5317;
	text-decoration: none;
}
.carCard h3{
	position: relative;
	top:0;
	width: 100%;
	text-align:center;
}
.carCard>a{
	position: absolute;
    bottom: 0;
    text-align: center;
    background: #cccccc;
    width: 100%;
    color: #ffffff;
    padding: 5px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
	opacity: 0.9999; 
	transition:2s;
}
.carCard>a:hover{
	color:#cc5317;
	background:#aaaaaa;
}