/**
Theme Name: Energy Parts Solutions, Inc.
Author: StudioMGD
Author URI: https://www.studiomgd.com
Description: The fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: energy-parts-solutions-inc
Template: astra
*/

.productList ul.uabb-info-list-wrapper li {border-bottom: solid 1px #e4e4e4;}
.productList ul.uabb-info-list-wrapper li:last-child {border-bottom: none;}

.productTitle .uabb-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productTitle .uabb-heading::after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #0274be;
    font-size: 0.6em;
    background: #ffffff;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

.productTitle .uabb-heading:hover::after {
    background: #0274be;
    color: #ffffff;
}

.productTitle {
    margin-top: auto;
}

.btnCntr .fl-col-content {flex-direction:row; justify-content:flex-start !important;}

footer h4 {color:#ffffff; text-transform:uppercase;}
footer ul {color:#6ab2f6; list-style:none; margin:0; padding:0;}
footer ul li {line-height:1.2em; margin: 9px 0; font-size:14px;}
footer p {color:#a3a3a3;}
footer a {color:#6ab2f6;}

.ast-footer-copyright {font-size:14px;}

.productList a {color:#000000;}

.contactForm input {margin:0 0 14px 0;}
.contactForm textarea {margin:0 0 14px 0;}
.contactForm input.wpcf7-submit {padding:17px 29px 17px 29px;}

