/*
 Theme Name:     Fab Car Hire
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Custom Child Theme built for the Divi Framework.
 Author:         Redsalt Digital
 Author URI:     https://www.redsaltdigital.co.za
 Template:       Divi
 Version:        5.00
*/


/* Theme customization starts here
------------------------------------------------------- */

/* contact forms */
#custname {
	background-color: grey;
	height: 20px;
	color: red;
}

/*	gallery arrow colour -- packages */
.lwp-arrow-color .et-pb-slider-arrows .et-pb-arrow-next, .lwp-arrow-color .et-pb-slider-arrows .et-pb-arrow-prev {
    color: #ffffff!important;
}

/* remove cart icon */
.et-cart-info { display:none !important; }

/* disable lightbox on the image gallery */
/* already added cu-lightbox-off to the module CSS ID */
.cu-lightbox-off .et_pb_gallery_item a {
    pointer-events: none;
}
.cu-lightbox-off .et_overlay {
    display: none !important;
}