/* 
Theme Name: DriveShack
Theme URI: https://github.com/elementor/hello-theme-child/
Description: DriveShack
Author: DriveShack
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.driveshack.com/
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.ms-3 {
    margin-left: 1rem !important;
}
.d-inline-block {
    display: inline-block !important;
}
.align-items-center {
    -moz-box-align: center !important;
    align-items: center !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.w-100 {
    width: 100% !important;
}
.d-flex {
    display: -moz-box !important;
    display: flex !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
a {
    color: inherit;
    cursor: pointer !important;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.locations_hero_localized {
	font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.locations_hero_localized .localized_image {
    -moz-box-align: center;
    align-items: center;
    background-color: #333;
    border-radius: 1rem;
    display: -moz-box;
    display: flex;
    height: 5rem;
    -moz-box-pack: center;
    justify-content: center;
    max-height: 5rem;
    max-width: 5rem;
    overflow: hidden;
    position: relative;
    width: 5rem;
}
.locations_hero_localized .localized_image img {
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
.locations_hero_localized .localized_contact p {
    margin: 0;
	font-size: 1.25rem;
}
.locations_hero_localized .localized_status {
    font-size: 1rem;
	display: inline-block;
}
.locations_hero_localized .localized_status:after {
    background-color: #fff;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 6px;
    margin-left: 12px;
    width: 6px;
}
.locations_hero_localized .localized_status.open:after {
    background-color: #49f076;
}
.locations_hero_localized .localized_set_location, 
.locations_hero_localized .text-secondary {
    font-size: 1rem;
	cursor:pointer;
	white-space: nowrap;
	text-decoration: underline;
}
.locations_hero_localized .make_location {
    font-size: 1rem;
}
.locations_hero_localized .localized_title {
    font-size: 1.75rem;
}

.locations_hero_localized a {
    text-decoration: underline;
	font-weight: 400;
	padding: 0;
}

.my-location-data .title a {
	font-weight: 400;
}

.single-card-location table  {
	font-size: 1rem;
}

.single-card-location table td {
	border: none;
	padding: 0;
}

.my-location-data .title {
	display:none;
}


@media (min-width: 768px) {
    .locations_hero_localized .make_location {
        font-size: 1rem;
    }
	.locations_hero_localized .localized_title {
        font-size: 2rem;
    }
}