/*
Theme Name: DrivenGo Theme
Theme URI: https://www.webdesign-entreprise.com/
Description: A child theme for drivengo.
Author: Olivier CESARI
Author URI: https://www.webdesign-entreprise.com/
Template: twentytwentyfive
Version: 1.0
*/


/* HEADER */
header{box-shadow: 0 0 25px grey;}
ul.main-menu li a{color:white;text-transform: uppercase;}
ul.main-menu li.current-menu-item{border-bottom:2px solid white;}
ul.main-menu li.cta-menu{
	background-color: var(--wp--preset--color--custom-pink) !important;
    background-image: url(./img/door-key.svg);
    padding: 10px 65px;
    padding-right: 10px;
    background-size: 59px;
    background-repeat: no-repeat;
    max-width: 128px;
    background-position: left;
}
/* HEADER */

/* HOME */
.home-steps div.dotted{padding-bottom: 55px;
    background-image: url(./img/dots-edited.png);
    background-position: left bottom;
    background-size: 55px;
    background-repeat: no-repeat;
}
@media (max-width: 760px){
	.wp-container-core-group-is-layout-988b637e{grid-template-columns: repeat(2, minmax(0, 1fr));}
	.customer-review{order:1}
	.home-steps{order:-1}
	.home-steps>div.is-layout-flex{
		flex-direction:row;
		flex-wrap: nowrap;
	}
	.home-steps div.dotted{
		padding-bottom:40px;
		padding-right:25px;
    	background-image: url(./img/dots-edited-90.png);
    	background-position: right bottom;
    	background-size: 55px;
    	background-repeat: no-repeat;
	}
	.home-steps{text-align:center!important;}
	.home-steps figure{float:none!important;display:inline!important;}
}
/* HOME */



/* VIK CAR RENTAL*/
button.vrcsearch{
	background:var(--wp--preset--color--custom-green) !important;
	color:var(--wp--preset--color--custom-blue);
	text-transform:uppercase;
	padding: 10px;
    margin: 0 25%;
    width: 50%!important;
    border: none;
    border-radius: 5px;
    font-weight: bold;
}
.vrcmodcarsgridcont-item img{max-width:90%}
.vrcmodcarsgridcont-item{box-shadow: 0 0 20px grey inset;border-radius: 20px;background:white;padding:0px}
.vrcmodcarsgridcont-item img{padding:5%;}
.vrc-modcars-grid-item figure{margin: 10px;}
.vrcmodcarsgrid-item_details{padding:0 25px;}
.vrcmodcarsgridboxdiv{background:none!important;border:none!important;}
.vrcmodcarsgrid-item_title{font-size: 1.5em;text-transform: uppercase;padding:25px 25px 0 25px}
.vrcmodcarsgrid-item-btm{background:var(--wp--preset--color--custom-green) !important;border-radius: 0 0 20px 20px;    box-shadow: 0px -5px 20px grey inset;text-align:center;    color: #535353;
    font-weight: bold;padding:10px 25px}
.vrcmodcarsgrid-box-cost {text-align: left;}

.vrcmodcarsgridboxdiv:hover{transform:none!important}
/* VIK CAR RENTAL*/