/*Styles for Geo Persistence Plugin*/

.tooltip {
    display:inline-block;
    position:relative;
    text-align:left;
}
/*.tooltip:hover .bottom.pop-hide{
	display: none;
}
.tooltip:hover .bottom {
    display:block;
}*/
p.twa-location i,
p.twa-location span {
    cursor: pointer;
}
h2.blue-title {
    text-align: center;
    font-weight: 600;
}
.tooltip h2 {
    marign-bottom: 0 !important;
    margin-top: 0 !important;
    color: var(--light1);
    letter-spacing: 0;
	line-height: 20px;
	font-size: 18px;
}
.tooltip h3 {
    margin-bottom: 5px !important;
    color: var(--light1);
    letter-spacing: 0;
	line-height: 16px;
	font-size: 14px;
	margin: 12px 0;
    margin-top: 0;
}
header .top-widget p.tt-addy,
header .top-widget p.tt-phone,
header .top-widget p.tt-hours {
    margin-bottom: 10px;
}
.tooltip hr {
    margin: 7px 0 14px 0 !important;
    border-color: var(--accent2);
    border-width: 2px;
}
.tooltip-cont-main p {
    font-size: 12px;
    line-height: 13px;
}
li.hour-li {
    font-size: 14px;
    line-height: 16px;
}
h3.black-title {
    font-weight: 600;
}
.tooltip .bottom {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, 0);
    background-color: var(--accent1);
    box-sizing: border-box;
    color: var(--light1);
    font-weight: normal;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    margin-left: 174px;
    min-width: 340px;
    max-width: 400px;
    font-size: 13px;
    padding: 20px;
    display: none;
    top: 40px;
}
.tooltip .bottom i {
    position: absolute;
    margin-left: -12px;
    overflow: hidden;
    height: 12px;
    bottom: 100%;
    width: 24px;
    left: 50%;
}
.tooltip .bottom i::after {
    transform: translate(-50%,50%) rotate(45deg);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    background-color: var(--accent1);
    position: absolute;
    height: 12px;
    content: '';
    width: 12px;
    left: 50%;
}
.tip-inner-container {
    justify-content: space-between;
    align-items: start;
	display: flex;
}
.tip-close{
	display: none;
}
.tip-innner-left, .tip-inner-right {
    margin-bottom: 0px !important;
    margin-right: 1.5% !important;
    margin-left: 1.5% !important;
    background: var(--dark1);
    border-radius: 14px;
	padding: 10px;
	width: 49%;
}
.tip-inner-right {
    margin-top: 0 !important;
}
.bottom-section {
    justify-content: space-between;
    align-items: flext-start;
	text-align: center;
	margin-top: 10px;
    display: flex;
}
.bottom-section a {
    font-family: var(--Museo900);
    border: none;
}

/*Grid Hours*/
ul.hours-list {
    margin-left: 0 !important;
    width: 100% !important;
}
li.hour-li {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 10px;
    font-weight: 700;
    list-style: none;
    min-height: 50px;
    font-size: 10px;
    float: left;
    width: 50%;
}
.btm-btn-loc i.fa.fa-map-marker {
    margin-left: auto;
    position: initial;
    height: auto;
}
.btm-btn-loc i.fa.fa-map-marker::after {
    display: none;
}
.tip-top-title a {
    color: var(--light1) !important;
}
.tip-top-title a:hover {
    color: var(--accent2) !important;
}
/*Desktop Vs Mobile Styles*/
.tooltip-cont-main .tip-top-title .blue-title.mobile {
	display: none;
}
.tooltip-cont-main .tip-top-title .blue-title.desktop {
	display: block;
}
@media screen and (max-width: 979px) {
	.tooltip-cont-main .tip-top-title .blue-title.mobile {
		display: block;
	}
	.tooltip-cont-main .tip-top-title .blue-title.desktop {
		display: none;
	}
    .tooltip .bottom i {
        left: 24px;
    }
    li.hour-li {
        line-height: 12px !important;
        font-size: 10px !important;
        padding: 2px;
        width: 100%;
        float: none;
    }
    .tooltip .bottom {
        margin-left: 140px;
        min-width: 280px;
    }
}



/* mint changes */
body .top-widget .widget .tooltip p {
    font-family: var(--Museo500);
    font-size: 12px;
    color: #FFF;
}
.top-widget .tooltip {
    z-index: 10;
}
body .top-widget .widget p.twa-location span {
    color: #FFF;
}
.btm-btn-loc,
.tip-close {
    padding-right: 2px !important;
    padding-left: 2px !important;
    font-size: 14px !important;
}
.btm-btn-loc {
    margin-right: 2%;
    width: 70%;
}
.tip-close {
    width: 30%;
}