/**
* Theme Name: Udrive Child
* Description: This is a child theme of Udrive, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: udrive
* Version: 1.5
*/

/* Fix broken empty-src images in Udrive theme widgets */
.process-section .icon img[src=""],
.process-section .image img[src=""],
.chooseus-section .light-icon img[src=""],
.process-section .icon img:not([src]),
.process-section .image img:not([src]),
.chooseus-section .light-icon img:not([src]) {
  display: none !important;
}


/* ====== Process Section - Design Fix ====== */

/* Constrain icon images to proper size */
.process-section .single-item .icon {
    max-width: 75px !important;
    max-height: 75px !important;
    width: 75px !important;
    height: 75px !important;
    margin-bottom: 15px !important;
}

.process-section .single-item .icon img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 75px !important;
    height: 75px !important;
    object-fit: contain !important;
}

/* Reduce item spacing */
.process-section .single-item {
    margin-bottom: 20px !important;
}

/* Reduce section padding */
.process-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* Hide empty arrow shapes */
.process-section .arrow-shape:empty,
.process-section .arrow-shape img[src=""],
.process-section .arrow-shape img:not([src]) {
    display: none !important;
}

/* Tighten the count text */
.process-section .count-text {
    font-size: 36px !important;
    margin-bottom: 10px !important;
}

/* Hide empty image-box in left column */
.process-section .image-box:empty,
.process-section .image-box img[src=""],
.process-section .image-box img:not([src]) {
    display: none !important;
}

