/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 19 2025 | 06:43:40 */
.find_the_recruiter_grid_customs .pp-content-grid-post-more-link img {
    width: auto;
}

.franchise_location_team_grid button.owl-prev {
    top: -7.5rem !important;
    left: calc(50% - 75px) !important;
    background: transparent !important;
    border: none !important;
}

.franchise_location_team_grid button.owl-prev span::before {
    content: "";
    background: url(/wp-content/uploads/2024/07/Left-Arrow.svg);
    position: absolute;
    width: 60px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

.franchise_location_team_grid button.owl-prev span svg {
    display: none !important;
}

.franchise_location_team_grid button.owl-next {
    top: -7.5rem !important;
    right: calc(50% - 75px) !important;
    background: transparent !important;
    border: none !important;
}

.franchise_location_team_grid button.owl-next span::after {
    content: "";
    background: url(/wp-content/uploads/2024/07/Right-Arrow.svg);
    position: absolute;
    width: 60px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
}

.franchise_location_team_grid button.owl-next span svg {
    display: none !important;
}

.franchise_location_team_grid a {
	box-shadow: none !important;
	outline: none !important;
}