/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2025 | 13:57:33 */
.location_content_customs .location_direction_button {
    background: #293679;
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 14px;
    display: block;
    width: fit-content;
    border-radius: 100px;
    margin-top: 9px;
    text-decoration: none !important;
	transition: all 0.3s ease !important;
}

.location_content_customs .location_direction_button:hover {
    background: #CE2030;
	transition: all 0.3s ease !important;
}

.location_content_customs .location_title {
	position: relative;
}

.location_content_customs .location_title h3 {
    color: #ffffff;
    line-height: 0;
    background: #CE2030;
    border-radius: 100px;
    border: none;
    padding: 20px 15px 20px 15px;
    position: relative;
}

.location_content_customs .location_title::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/08/cropped-AP-Favicon-1.png);
    background-size: 30px;
    background-position: center;
    width: 50px;
    height: 50px;
    right: 2rem;
    top: 50%;
    background-repeat: no-repeat;
    background-color: #293679;
    padding: 10px;
    border-radius: 100%;
    border: none;
    transform: translateY(-50%);
}