/*
Theme Name: Carbonick Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: carbonick
Text Domain:  carbonick-child
*/

#vehicle_parent{ 
	width: 100% !important;
    background-color: #000 !important;
    color: white !important;
    border: 0 none !important; 
    box-shadow: 0px 6px 20px #4a4a4af2 !important;
   -webkit-box-shadow: 0px 6px 20px #4a4a4af2 !important;
}

.duration_title{
    font-size: 18px;
    font-weight: 500 ;
}
.duraction_value{
    font-size: 18px;
    font-weight: 800;
    color: #E53E29 !important;
}

.single_page_duration{
	font-size: 18px;
    font-weight: 800;
    color: #E53E29 !important;
}

.row-footer{
	padding-bottom: 0 !important;
}

@media (max-width: 768px){
	#gallery-1 .gallery-item{
		width: 50% !important;
		column-gap: 10px;
		padding: 0 !important;
	}
	 
}