/*Styles for Geo Persistence Plugin*/

.tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    background: #fafaf0;
    padding: 10px 5%;
	margin-bottom: -1px;
}

p.preferred-location {
    margin-bottom: 0;
    color: #fff !important;
}

p.preferred-location strong {
    font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-size:14px;
	font-weight: 400;
}

p.preferred-location span {
	background: #f8b6bd;
	padding: 10px 20px;
	border-radius: 50px;
	margin-left: 5px;
	cursor: pointer;
	color: #fff;
}

p.preferred-location span a {
	color: #fff;
}

p.preferred-location span:hover a {
	color: #000;
}

.top-widget .span6.left a.l-link {
	padding: 10px 0;
}

.tooltip .bottom {
    color: #666666;
    font-weight: normal;
    font-size: 13px;
    box-sizing: border-box;
	height: 0px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
}

.tooltip .bottom.locs-info-on {
    padding: 20px 0;
	height: 250px;
	transition: all 300ms ease-in-out;
}

.tooltip hr {
	margin: 10px 0 10px 0;
}

.tooltip h2,
.tooltip h3 {
	font-family: 'KlinicSlabMedium';
}

h2.blue-title {
    text-align: center;
    font-weight: 600;
}

.tooltip h2 {
	font-size: 18px;
	line-height: 20px;
}

.tooltip h3 {
	margin: 12px 0;
	font-size: 14px;
	line-height: 16px;
}

h3.black-title {
    font-weight: 600;
}

h2.preferred-location-title {
    width: 100%;
    text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.preferred-location-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.preferred-location-info-box {
    width: 30%;
	height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	text-align: center;
}

.preferred-location-info-box p {
	line-height: 18px;
}

.bottom-section {
	width: 100%; text-align: center;
}

@media screen and (max-width: 979px) {
	p.preferred-location {
		text-align: center;
	}

	p.preferred-location span {
		display: block;
		margin-left: 0;
		position: relative;
		height: 46px;
	}
	
	.top-widget .span6.left a.l-link {
		position: absolute !important;
		top: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		padding-top: 11px !important;
	}
	
	.tooltip .bottom.locs-info-on {
		height: 500px;
	}
	
	.preferred-location-info {
		flex-direction: column;
	}
	
	.preferred-location-info-box {
		width: 100%;
		height: auto;
		margin: 5px auto;
	}
}