/**
 * Copyright: 2007-2015, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.


*/

/** STUFF THAT WAS DUMPED IN FROM THE OLD RESPONSIVE STYLESHEET **/

@media (max-device-width: 740px), (max-width: 740px) {
	.AV-VLocation-1 .map
	{
		max-height: 60vh;
	}
	.AV-VLocation-1 .contactinfo
	{
		height: auto;
		width: 100%;
		padding: 20px;
	}
	.AV-VLocation-1 .contactinfo h4
	{
		display: none;
	}
	.AV-VLocation-1 .contactinfo address.desktop
	{
		display: none;
	}
	.AV-VLocation-1 .contactinfo address.mobile
	{
		display: block;
	}
	.AV-VLocation-1 .contactinfo address
	{
		position: static;
		-webkit-transform: none;
		        transform: none;
		font-size: 14px;
		font-size: 3vw;
		text-align: center;
		width: 100%;
	}
	.AV-VLocation-1 .contactinfo address small
	{
		font-size: inherit;
	}
	.AV-VLocation-1 .contactinfo .callnumber
	{
		display: none;
	}
}

@media (max-width: 480px)
{
	.AV-VLocation-1 .contactinfo address
	{
		font-size: 4vw;
	}
}

/** PRE-EXISTING STUFF **/

.AV-VLocation-1
{
	font-size: 13px;
	/*padding: 10px 0;
	background-color: #f5f3f9;*/
}
	.AV-VLocation-1 .widget-top
	{
		text-align: center;
	}
	.AV-VLocation-1 .widget-top .title
	{
		font-size: 20px;
		/*font-family: Roboto;*/
		font-weight: 300;
		margin-bottom: 20px;
	}
	.AV-VLocation-1 .widget-bottom
	{
		position: relative;
	}
	.AV-VLocation-1 .disclaimer
	{
		color: inherit;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		margin-top: -3px;
		margin-bottom: 10px;
		display: block;
	}
	.AV-VLocation-1 .contactinfo
	{
		font-size: 14px;
		font-weight: 300;
		z-index: 1000;
		height: 100%;
		color: #fff;
		background-color: rgba(0,0,0,0.7);
		padding: 30px 20px;
		position: absolute;
		min-width: 320px;
	}
	.AV-VLocation-1 .contactinfo h4
	{
		/*font-family: Roboto;*/
		font-size: 22px;
		font-weight: 300;
	}
	.AV-VLocation-1 .contactinfo address
	{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 22px;
	}
	.AV-VLocation-1 .contactinfo address.mobile
	{
		display: none;
	}
	.AV-VLocation-1 .contactinfo address small
	{
		font-size: 18px;
	}
	.AV-VLocation-1 .contactinfo .callnumber
	{
		position: absolute;
		bottom: 30px;
	}
	.AV-VLocation-1 .contactinfo .callnumber span
	{
		color: #ebd25f;
	}
	.AV-VLocation-1 .contactinfo a,
	.AV-VLocation-1 .contactinfo a:link,
	.AV-VLocation-1 .contactinfo a:visited
	{
		color: #fff;
		text-decoration: none;
	}
