/*
    Style Name: custom.css
    Description:
    - Anny additional styles for front-end
    - Syles in this file do not affect page builder
    - SHould be used for small changes
    Author: Tomasz R
    Version: 1.0.2
    Last Edited: 07-09-20205 9:45AM
    Edited By: Tomasz R
*/

@media screen and (min-width: 991px) {
    .custom-equipment-column {
        max-width: 14%;
    }
}

.custom-container .primary-color,
footer .primary-color{
    color: #7AC143 !important; 
}
.custom-container .btn.btn-regular { color: #7AC143; background-color: transparent; border: 2px solid #7AC143!important; }
.custom-container .btn.btn-regular:hover { color: var(--light-text-color); background-color: #7AC143; border: 2px solid #7AC143!important; }