/*   
Theme Name: Hillsborough Township Theme
Theme URI: http://digwp.com
Description: Custom Wordpress Theme created for the Hillsborough Township
Author: JK Design - John H
Version: 1
*/

@media screen {

* { /*margin: 0;
	padding: 0; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;*/
}

hr {
	border: 1px solid #c8932c;
}

body { background: white; font: 15px/1.5 'Lato', Helvetica, Arial, sans-serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 100%; margin: 0 auto; }

h1, h2, h3 { font-weight: normal; margin: 0; }

p { margin: 0 0 10px 0; }
a { color: #c8932c; text-decoration: none; border: none;}

ul, ol { margin: 0; }

ul li, ol li {
	margin-left: 2em;
}
	
ol.commentlist { list-style: none; }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Helvetica, Arial, sans-serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0;}
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

.constrain {
	/*min-width: 320px;*/
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}

.desktop {
	display: none;
}

.maroon {
	color: rgb(134,13,16);
}

.red-button {
	margin-top: 10px;
	background: rgb(123,44,74); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM3YjJjNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2UxNTI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgb(123,44,74) 40%, rgb(62,21,37) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgb(123,44,74)), color-stop(100%,rgb(62,21,37))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(123,44,74) 40%,rgb(62,21,37) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(123,44,74) 40%,rgb(62,21,37) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(123,44,74) 40%,rgb(62,21,37) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(123,44,74) 40%,rgb(62,21,37) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b2c4a', endColorstr='#3e1525',GradientType=0 ); /* IE6-8 */
}

ul.menu {
	display: block;
}

ul.menu li {
	list-style: none;
	float: left;
	margin: 0;
}

#select-department,
#select-page {
	border: none;
	width: 100%;
	overflow: hidden;
}

.mobile select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1em;
	margin: 10px auto;
	padding: 0.5em;
	background: url(images/select-arrow.gif) 95% 60% no-repeat #E6E4E5;
	text-overflow: "";
	text-indent: 1px;
	border-radius: 0;
}

#header-home,
#header-other {
	background: #5f2239;	
	background: rgba(95,34,57,0.9);
	width: 100%;
	display: block;
	padding: 15px 0 10px 0;
	overflow: hidden;
}

#header-other {
	background-color: #5f2239;
}

#header-home {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
}

.header-left {
	display: block;
	float: left;
	width: 100%;
}

.announcement, .announcement a {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	max-width: 960px;
	margin: -20px auto 0 auto;
	padding: 0;
}

#logo a {
	text-indent: -9999px;
	background: url(../images/jkd/hills-twp-seal.gif) top left no-repeat;
	display: block;
	margin: 10px auto 0 auto;
	width: 119px;
	height: 121px;
}
#logo2 a {
	text-indent: -9999px;
	background: url(../images/jkd/HT_HBA_sm1.png) top left no-repeat;
	display: block;
	margin: 10px auto 0 auto;
	width: 265px;
	height: 121px;
}

.site-info {
	margin: 10px auto 20px auto;
	text-align: center;
	display: block;
}

.site-info h1 {
	line-height: 2em;
}

.site-info h1 a {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 auto;
	text-decoration: none;
}

.site-info > .description {
	color: #b0babe;
	font-size: 3.2em;
	font-weight: 300;
	line-height: .5em;
	letter-spacing: 1px;
}

.header-right {
	display: block;
	float: left;
	width: 100%;
}

.depts li {
	color: #b0babe;
	margin: 0;
}

.depts li a {
	font-size: .8em;
	text-decoration: none;
	margin: auto 5px;
}

.depts li a:hover {
	color: #fff;
}

#searchform {
	position: relative;
}

#searchform #s {
	font-size: 2em;
	color: rgb(152,169,176);
	height: 2em;
	width: 100%;
	padding: 0 1em;
	border: 1px solid rgb(101,103,117);
	border-radius: 30px;
}

#searchsubmit {
	text-indent: -9999px;
	position: absolute;
	border: 0;
	top: 25%;
	right: 10%;
	height: 30px;
	width: 30px;
	background: url(images/search-icon.png) no-repeat 50%;
}

.metaslider {
	margin: 0 auto;
}

.metaslider .rslides_nav.prev {
    left: 5%;
    top: 65%;
}

.metaslider .rslides_nav.next {
    right: 5%;
    top: 65%;
}

.metaslider .rslides_tabs {
	background: none;
	position: absolute;
	z-index: 1000;
	bottom: 10px;
}

.metaslider .rslides_tabs a {
	background: rgb(238,238,238); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(238,238,238) 0%, rgb(204,204,204) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(238,238,238)), color-stop(100%,rgb(204,204,204))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(238,238,238) 0%,rgb(204,204,204) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0); /* IE6-8 */
	font-size: 0;
	display: block;
	height: 10px;
	width: 10px;
	padding: 0;
	margin: 0 3px;
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
}

.metaslider .rslides_tabs .rslides_here a {
	filter: !important;
	background: #e3a328;
}

.metaslider .rslides_nav.prev {
	background-image: url(images/prev-arrow.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.metaslider .rslides_nav.next {
	background-image: url(images/next-arrow.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.metaslider .caption-wrap {
	color: rgb(255,255,255);
	width: 250px !important; /* override plugin native styling */
	padding: 5px;
	left: auto !important; /* override plugin native styling */
	right: 130px;
	bottom: 20px !important; /* override plugin native styling */
	box-shadow: 2px 2px 2px rgba(0,0,0, 0.65);
}

.metaslider .caption-wrap h2 {
	font-size: 2em;
	line-height: 1em;
	font-style: italic;
	font-weight: 700;
}

.metaslider .caption-wrap h3 {
	font-size: 1.5em;
	color: #e3a328;
	font-weight: 300;
}

.metaslider .caption-wrap p {
	font-size: .85em;
	line-height: 1.35em;
	margin-top: 10px;
}

#nav {
	background: #5f2239;
}

.home-nav {
	margin-top: 320px;
}

#staff {
	color: rgb(88,84,84);
	background: #fcefd6;
	text-align: center;
}

#main-content {
	background-color: #fcefd6;
}

#main-content p {
	color: rgb(49,55,57);
}

#main-content.left,
#main-content.right {
	padding-top: 20px;
}

.entry ul {
	margin-bottom: 1em;
}

aside.left {
	background-color: #fcefd6;
	float: left;
	width: 100%;
}

aside.left h3 {
	display: none;
}

aside ul li {
	width: 100%;
	list-style: none;
	margin: 10px 0;
}

aside ul li a {
	color: #4c595e;
}

.current_page_item a {
	color: #5F2239;
	font-weight: 700;
}

aside ul li a:hover {
	color: #5f2239;
	font-weight: 700;
}

.three-quart {
	clear: left;
	padding-top: 20px;
}

.three-quart .post-title {
	margin-bottom: 20px;
}

.top-stripe {
	background-color: #ddd1bb;
	width: 100%;
	height: 100px;
}

.top-stripe.single-post {
	background: none;
}

#home-1 {
	background: #c8932c;
	padding: 10px 0;
	overflow: hidden;
}

#home-1 .widget {
	color: rgb(49,55,57);
}

#home-1 .div {
	display: block;
	background-color: #b57f2e;
	width: 100%;
	height: 3px;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #cfac5a;
}

#home-1 .div:first-child {
	display: none;
}

.widget {
	margin: 10px 0;
	padding-bottom: 20px;
	padding-top: 10px;
}

h3.popular-widgets {
	color: #fff;
	font-size: 2.25em;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 10px;
}

.featured-image {
	background-color: #ddd1bb;
	text-align: center;
	max-width: 960px;
	margin: -100px auto 0 auto;
	padding: 0 10px;
}

.featured-image img {
	max-width: 100%;
	height: auto;
}

.post-title.full {
	background-color: #ddd1bb;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

h2.full {
	color: #494c4d;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
}

h2.single-col {
	color: #494c4d;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 3em;
	font-weight: 900;
	line-height: 1em;
}

h3.parent {
	color: #c78a2d;
	font-weight: 300;
}

#home-2 {
	background: #fcefd6;
	padding: 10px 0;
}

#home-2 .constrain {
	padding: 0;
	text-align: center;
}

#home-2 .widget {
	margin: 10px 0;
}

#home-2.full {
	background: rgb(255,255,255);
}

footer {
	background: #494c4d;
}

footer ul.menu {
	display: inline-block;
}


.widget_sub_post_navigation li {
	margin-left: 	20px;
	margin-bottom:	5px;
	list-style:		none;
}

.widget_sub_post_navigation li:hover,
.widget_sub_post_navigation li.current-post {
	list-style-image: url(images/right-bracket.gif);
}

.widget_sub_post_navigation li.parent-post {
	margin-left:	0;
}

.widget_sub_post_navigation li.parent-post a {
	font-weight:	bold;
}

.widget_sub_post_navigation li a {
	text-decoration:none;
	color:			#4C595E;
}

.widget_sub_post_navigation li a:hover {
	text-decoration:underline;
	color:			#5F2239;
}

.widget_sub_post_navigation li.current-post a {
	font-weight:	bold;
	color:			#5F2239;
}

	/* VFEdit*/
.formelement input {
    margin-left: 10%;
    max-width: 90%;
}
.frmlabel {
    text-align: left;
    padding: 0 5px 0 0;
    font-weight: bold;
    display: block;
    vertical-align: top;
}
.formelement {
    padding: 8px 0;
    text-align: left;
    border-bottom: 1px dotted silver;
}

.datadisplay {
	display: flex;
	flex-direction: column;
}

.value {
	width: 90%;
	margin-left: 10px;
}

	/* VFEdit*/
@media only screen and (min-width: 480px) {
	.formelement input {
	    margin-left: 10%;
	    max-width: 90%;
	}
	.frmlabel {
	    text-align: left;
	    padding: 0 5px 0 0;
	    font-weight: bold;
	    display: block;
	    vertical-align: top;
	}
	.formelement {
	    padding: 8px 0;
	    text-align: left;
	    border-bottom: 1px dotted silver;
	}
	.datadisplay {
		flex-direction: row;
	}

	.modcommerce .catlist ul li ul,
	.modcommerce .catlist ul li {
		margin: 0;
	}
}
@media only screen and (min-width: 640px) {

	.formelement {
	    padding: 8px 0;
	    text-align: left;
	    border-bottom: 1px dotted silver;
	}

	.constrain > .entry {
			padding-bottom: 20px;
		}

	.mobile {
		display: none;
	}

	.desktop {
		display: block;
	}

	#header-home,
	#header-other {
		padding-bottom: 20px;
	}

	.header-left {
		float: none;
		margin: 0 auto;
		max-width: 900px;
	}

	#logo {
		float: left;
	}
	#logo2 {
		float: right;
	}

	.site-info {
		text-align: left;
		float: left;
		margin-top: 5px;
		margin-left: 10px;
	}

	.header-right {
/*		max-width: 100%;*/
		margin: 20px auto 0 auto;
/*		clear: both;*/
	}

	.depts ul {
		clear: both;
		text-align: center;
	}

	.depts ul li {
		display: inline-block;
		line-height: .9em;
		border-left: 2px solid #b0babe;
		padding: 0 5px;
		margin: 0;
		margin-top: 4px;
		float: none;

	}

	ul.children {
		margin-left: 2em;
	}

	.depts ul li:first-child {
		border-left: 0;
	}

	#searchform {
		width: 400px;
		margin: 20px auto 0 auto;
	}

	#searchsubmit {
		right: 5%;
		top: 15px;
	}

	#nav {
		text-align: left;
		position: relative;
	}

	#slider {
		margin-top: 300px;
	}

	.metaslider .caption-wrap {
		bottom: inherit !important;
		left: inherit !important;
		width: 100% !important;
	}

	.home-nav {
		margin-top: 0;
	}

	.other-nav {
		border-top: 1px solid #e6ac3d;
	}

	#menu-main-nav li {
		padding: 15px 0;
		margin: 0;
	}

	#nav ul ul {
		display: none;
		padding-top: 10px;
	}

	#nav ul li:hover > ul {
		display: block;
		position: absolute;
		top: 58px;
		z-index: 100;
	}

	#nav ul ul li {
		font-size: .75em;
		padding: 5px;
	}

	#nav .constrain {
		padding: 0;
	}

	#nav a {
		color: #fff;
		font-size: 1.25em;
		text-decoration: none;
		font-weight: 300;
		padding: .5em;
	}

	#nav a:hover {
		color: #e3a328;
	}

	ul.sub-menu {
		display: none;
		background: rgba(0,0,0,0.8);
	}

	ul.sub-menu li {
		float: left;
		clear: left;
		margin: 0;
	}

	.home-menu {
		margin-top: 0;
	}

	.three-quart {
	padding-top: 0;
	}

	.post-title.single-post {
		background: none;
	}

	.post-title h2,
	.post-title h3,
	div.entry p {
		padding: 0;
	}

	h2.full {
		font-size: 2.5em;
	}

	#staff .constrain {
		padding: 20px 0;
	}

	#staff h4 {
		font-size: 1.5em;
		font-weight: 400;
	}

	#staff h5 {
		font-size: 1em;
		font-weight: 400;
	}

	.mayor {
		display: block;
		width: 100%;
		margin: 10px auto;
	}

	.staff {
		display: inline-block;
		margin: 10px 25px;
	}

	#home-1 .widget {
		float: left;
		border-bottom: 0;
		width: 28%;
		min-height: 225px;
		padding: 0 1.5em;
	}
	
	#home-1 .widget h3 {
		font-size: 1.55em;
	}

	#home-1 .div {
		width: 3px;
		height: 200px;
		margin: 25px 3.5% 0;
		border-left: 1px solid #cfac5a;
	}

	#home-1 .div:first-child {
		display: none;
	}

	#home-2 .widget {
		text-align: none;
		display: inline-block;
		width: 33.3%;
		padding: 0 1.5%;
		min-height: 100px;
	}


	

	aside.left,
	aside.right {
		width: 25%;
		margin-top: 50px;
		margin-bottom: 30px;
	}

	aside.right {
		float: left;
		padding-left: 30px;
	}

	aside ul {
		padding-left: 5px;
	}

	aside ul li:hover {
		list-style-image: url(images/right-bracket.gif);
		list-style-type: disc;
		list-style-position: outside;
	}

	aside li.current_page_item {
		list-style-image: url(images/right-bracket.gif);
		list-style-type: disc;
		list-style-position: outside;
	}

	.three-quart {
		width: 75%;
		float: left;
		clear: none;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.three-quart.left {
		padding-left: 55px;
		padding-right: 20px;
		background: url(images/column-divider.gif) top left repeat-y;
	}

	.three-quart.right {
		padding-right: 55px;
		padding-left:20px;
		background: url(images/column-divider.gif) top right repeat-y;
	}

	footer {
		display: none;
	}

}

@media only screen and (min-width: 760px) {
	

	#searchform #s {
		float: right;
	}
	
	.metaslider .caption-wrap {
		right: 130px;
	}

	.metaslider .caption-wrap p {
		display: block;
	}

	footer {
		color: rgb(176,186,190);
		text-align: center;
		display: block;
		padding: 20px 0;
	}

	footer li a, footer li a:link, footer li a:visited,footer li a:active{
		color: rgb(176,186,190);
		display: inline-block;
		text-decoration: none;
		margin: 0 10px;
		font-size: 0.8em;
	}

	footer .current_page_item a {
		color: #fff;
		font-weight: 400;
	}

	footer ul li {
		line-height: 0.9em;
		border-left: 2px solid rgb(176,186,190);
		padding: 0 5px;
		margin: 0;
	}

	footer ul li:first-child {
		border-left: 0;
	}

	footer li a:hover {
		color: rgb(255,255,255);
	}

	/* VFEdit*/
	.formwrapper {
	    width: 50em;
	}
	.formelement {
	    border-bottom: none;
	}
	.frmlabel {
	    text-align: right;
	    width: 12em;
	    display: inline-block;
    }
	.formelement input {
	    margin-left: 0;
	}
}

@media only screen and (min-width: 800px) {
	.header-left {
		float: left;
	}

	.header-right {
		max-width: 300px;
		float: right;
		clear: none;
	}
	
	#slider {
		margin-top: 223px;
	}

	#searchform {
		width: auto;
	}
	ul.sub-menu {
		display: none;
		/*background: url(images/submenu-arrow.gif) 10px 0 no-repeat rgba(0,0,0,0.8);*/
	}

	.depts ul {
		text-align: right;
	}

	#searchform #s {
		width: 100%;
		float: right;
	}
}

@media only screen and (min-width: 960px) {
	
	.header-right {
		max-width: 500px;
	}

	#home-1 .widget h3 {
		font-size: 2.25em;
	}

	#slider {
		margin-top: 0;
	}

	.overlay {
		background-image: url('images/slider-overlay.png');
		width: 1400px;
		height: 500px;
		margin: 0 auto;
		}

	.metaslider .caption-wrap {
		width: 300px !important;
		left: 62% !important;
		top: 180px !important;
	}

	#searchform #s {
		width: 60%;
	}

}

@media only screen and (min-width: 1280px) {

	.metaslider .caption-wrap {
		left: 65% !important;
		width: 275px !important;
		top: 200px !important;
	}

}