/* **********************************************************
 * FOOTER
 * ******************************************************** */
@media (max-width: 1440px) {
	.footer-address li.elementor-icon-list-item span {
		text-align: center;
	}
	.footer-cow {
		opacity: 1;
	}
}


@media (max-width: 768px) {
    footer .business-hours-list-wrapper {
        display: flex;
        flex-direction: column !important;
        align-items: stretch;
        max-width: 35rem;
        align-content: center;
    }
    footer .business-hours-list-wrapper .list-item {
        gap: 30px !important;
        min-width: 30rem;
    }
    footer .business-hours-list-wrapper .day {
    
    }
    footer .business-hours-list-wrapper .time {

    }
}

@media (max-width: 480px) {
    footer .business-hours-list-wrapper .list-item {
        gap: 30px !important;
        min-width: 20rem;
    }
}


/* WST Footer */
.wst-footer {
    background-color: #1B1F2B;
    color: #38484C;
    font-size: 1rem;
    padding: 1rem;
    text-align: center;
    border-top: 6px solid #924610;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #38484C !important;
}
.wst-footer a:hover {
	color: #38484CAA !important;
}