/*
Theme Name: NAC Responsive
Theme URI: http://themeid.com/responsive-theme/
Description: NAC customizations to the Responsive Theme.
Template: responsive
Version: 1.0.0
Author: Shane Kuester
Author URI: http://darkgrey.co
-------------------------------------------------------------- */

@import url("../responsive/style.css");
/*ticket 184025 */
#content-full {
	margin-top:5px !important;
}

/* ticket #41479 */
.vvqyoutube {
	box-shadow: #333 0 2px 10px;
}

.gallery {
	width: 85%;
}

/* vvqbox is the container for .vvqyoutube videos */
/* .yt-centered is a wrapper around the [youtube] shortag */
.yt-centered .vvqbox {
	margin: 0 auto;
	float: none;
}

/* everything else is "single-columning" at 650 px */
@media screen and (min-width: 751px) {
	.col-half {
		width: 50%;
		float: left;
	}
}

@media screen and (max-width:605px) {
	/* yt-inline is yt-centered when small */
	.yt-inline .vvqbox {
		float: none;
		margin: 0 auto;
	}
}

/* Call now widget */
.callnow h3 { line-height: 36px; }
.callnow .small-only { display: none; }
@media screen and (max-width: 890px) {
	.callnow .hide-small {
		display: none;
	}
	.callnow .small-only {
		display: block;
	}
}


/* ========================= */
/*   override parent rules   */
/* ========================= */


/* front page boxes */
.col-300.fit {
	width: 33.33%;
}
@media screen and (max-width:701px) {
	.col-300.fit {
		width: 100%;
		clear: both;
	}
}

