/*
Theme Name: HOS
Theme URI: http://url.com
Description: Custom theme for CLIENT
Author: Brandt Ronat and Company
Version: 1.0
*/

@import url("reset.css");

/***** TESTING *****/


/***** STRUCTURE *****/

/*** Universal ***/

body { /* Font styles in Fonts section */
	width: 100%;
}

.container {
	width: 1110px;
	margin: 0 auto;
}

/*** Header ***/

#banner {}

#banner-tools {
	height: 160px;
}

#banner-logo {
	margin: 10px 0 0;
	float: left;
}

#banner-tools-top {
	width: 530px;
	margin: 0 0 20px;
	text-align: right;
	float: right;
}
#banner-tools-top-searchform {
	display: none;
	float: left;
	top: 20px;
	position: relative;
	left: 0px;
}
#banner-tools-top-search {
	cursor: pointer;
}
#banner-tools-top-facebook {}
#banner-tools-top-seal {}
.banner-tools-top-button {
	margin: -5px 15px 0 0;
	position: relative;
	top: -5px;
}
#banner-tools-top-donate {
	margin: 0 0 0 10px;
}

#banner-tools-middle {
	width: 900px;
	margin: 0 0 15px;
	text-align: right;
	float: right;
}
#banner-tools-middle-quote {
	color: #653298;
	font-family: "warnock-pro", georgia, "times new roman", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.3em;
}
#banner-tools-middle-email {}
#banner-tools-middle-services {}
#banner-tools-middle-volunteer {}
.banner-tools-middle-link {
	margin: 0 0 0 15px;
	text-decoration: none;
	color: #653298;
	font-weight: 600;
}
.banner-tools-middle-link:hover {
	text-decoration: none;
}
.banner-tools-middle-button {
	vertical-align: middle;
}

#banner-tools-bottom {
	width: 520px;
	text-align: right;
	float: right;
	color: #653298;
}

#banner-navigation {
	height: 35px;
	background: #9faa84;
	border-bottom: white 4px solid;
}
#banner-navigation-homebutton {
	position: relative;
	margin: 0px 35px 0px 11%;
	top: 5px;
	display: inline;
	float: left;
}
#banner-navigation-list {} /* GO TO: MENUS */

/*** Home Page ***/

#home-content {}

#home-content-slider {
	margin: 0 0 4px;
	background: #5f7233;
}

#home-content-bottom {
	background: #fef4e6;
}

#home-content-funnels {
	margin: 0 0 40px;
}

#home-content-bottom-copy {
	margin: 0 0 40px;
}

#home-content-bottom-copy-introduction {
	width: 540px;
	margin: 0 30px 0 0;
	float: left;
}
#home-content-bottom-copy-introduction p {
	line-height: 1.5em;
	margin: 0 0 1em;
}

#home-content-bottom-copy-widgets {
	width: 540px;
	float: left;
}
#home-content-bottom-copy-widgets > ul {
	margin: 0;
}

#home-content-bottom-testimonials {
	border-top: 2px solid #9faa84;
	margin: 0 0 20px;
	text-align: center;
}
#home-content-bottom-testimonials h1 {
	background: #fef4e6;
	padding: 0 5px;
	display: inline;
	top: -13px;
	position: relative;
}

/*** Default Page ***/

#page-content {}

#page-content-body {
	background: #fef4e6;
	padding: 0 0 40px;
}
#page-content-body header {}

#page-content-title {
	margin: 0;
	padding: 7px 0 0;
	line-height: 43px;
	background: #5f7233;
	color: white;
	text-shadow: -1px 1px black;
	border-bottom: 4px solid white;
	text-align: center;
	text-transform: none;
	font-size: 2.4em;
	font-style: italic;
}

#page-content-body-sidebar {
	float: left;
	width: 227px;
	margin: 20px 28px 0 0;
}
#page-content-body-sidebar-widgets {}
#page-content-body-sidebar-content{}

#page-content-body-left {
	float: left;
	width: 825px;
	margin: 20px 0 0;
	border-left: 1px solid #653298;
	padding: 0 0 0 29px;
}
#page-content-body-left img {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.8);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.8);
	box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.8);
}

/* Board and Staff Page */

.picture-holder {

}

.picture-holder .wp-caption {
	margin-right: 120px;
	text-align: center;
}

.picture-holder .wp-caption-text {
	font-size: .9em;
}

/*** Post Archive ***/

.blog-post-listing {
	margin: 0 0 30px;
}
.blog-post-image-holder {
	width: 150px;
	margin: 0 30px 0 0;
	float: left;
}
.blog-post-image {}
.blog-post-content {
	width: 645px;
	float: left;
}
.blog-post-content-full {}

.blog-post-listing header {
	margin: 0 0 10px;
}

#page-content-body-left header .post-meta {
	font-style: italic;
	margin: 0;
	font-size: .8em;
}

/*** Single Post ***/

#page-content-body-left footer .post-meta {
	font-style: italic;
}

/*** Footer ***/

#site-footer {	
	text-align: center;
}

#site-footer-profile {
	height: 43px;
	padding: 25px 0 0;
	color: #653298;
	font-style: italic;
}

#site-footer-chap {
	margin: 0 0 25px;
	text-align: center;
}
#site-footer-chap img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	float: left;
}
#site-footer-chap p {
	padding: 0 25% 0;
}

/*
#site-footer-chap a {
	width: 488px;
}
#site-footer-chap img {
	vertical-align: middle;
	display: block;
	float: left;
	margin: 0 0 0 25%;
}
#site-footer-chap p {
	width: 400px;
	float: left;
	text-align: left;
	margin: 10px 0 0 20px;
	line-height: 1.3em;
	color: #4f545c;
}
*/

#site-footer-fineprint {
	color: white;
	background: #9faa84;
	padding: 15px 0;
}
#site-footer-fineprint a {
	color: white;
}

#site-footer-fineprint-contact {
	font-weight: 600;
}

#site-footer-fineprint-addresses {
	font-size: .8em;
	margin: 0 0 1em;
}

#site-footer-fineprint-links {
	margin: 0;
}

.divider {
	color: #5f7233;
}

/***** CORE TYPE STYLES ****/

/*** Text & Links ***/

body{
	color: #4f545c;
	font-family: "lato", arial, helvetica, sans-serif;
	font-weight: 400;
}

p {
	margin: 0 0 .5em;
}
#page-content-body-left p {
	margin: 0px 0px 2em;
	line-height: 1.5em;
}

a {
	color: #5f7233;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: .8;
}

blockquote {}

.col2 {
	columns:300px 2;
	-webkit-columns:300px 2;
	-moz-columns:300px 2;
}
.col3 {
	columns:200px 3;
	-webkit-columns:200px 3;
	-moz-columns:200px 3;
}

/*** Headings ***/

h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #653298;
	margin: 0 0 .5em;
	font-family: "warnock-pro", georgia, "times new roman", serif;
	font-weight: 400;	
	margin: 0 0 .5em;
}
h2 {
	font-size: 1.6em;
	font-family: "warnock-pro", georgia, "times new roman", serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: #653298;
}
h3 {
	font-size: 1.4em;
	font-family: "warnock-pro", georgia, "times new roman", serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: #653298;
}
h4 {
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 2em;
	text-align: center;
}
h5 {
	font-size: 1em;
	font-weight: 700;
}
h6 {}


/*** Lists ***/

ul {
	list-style: disc;
	margin: 5px 0 20px 15px;	
	font-style: italic;
}

ul ul {
	margin: 5px 0 0 15px;
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
	margin: 0px 0 20px 20px;
	font-size: 12pt;
	font-style: italic;
}

ol ol {
	list-style: lower-alpha;
	margin: 5px 0 0 20px;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	color: #653298;
	margin-bottom: 6px;
}

/*** Forms ***/

fieldset {
	display: block;
	margin: 0 0 10px;
}
label {
	display: block;
}
label.align {
	width: 100px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
label.inline {
	display: inline;
}

#banner-tools-top-searchform input,
#minimalheader-searchform input {
	width: auto;
}
#banner-tools-top-searchform label,
#minimalheader-searchform label {
	display: inline;
}
#banner-tools-top-searchform input[type="submit"],
#minimalheader-searchform input[type="submit"] {
	display: inline;
}

.inquiry-success {
	font-weight: bold;
	color: green;
}

.inquiry-failure {
	font-weight: bold;
	color: red;
}

.registration-id {
	display: none; 
	visibility: hidden;
}

/*** Tables ***/

table {
	margin: 0 0 20px;
}
table.zebra tr:nth-child(odd) {
	background: #def1f9;
}
table.zebra td {
	padding: 5px;
	color: #6a737b;
}

table.bordered
{
border-collapse:collapse;
border: 1px solid black;
}
table.bordered th, 
table.bordered td
{
border: 1px solid black;
padding: 5px;
}


/***** MENUS *****/

/*** Main Navigation ***/

#banner-navigation-list {
	margin: 0;
	list-style: none;
	font-weight: 600;
	font-size: 1.1em;
}

#banner-navigation-list > li {
	height: 35px;
	margin: 0;
	float: left;
	font-style: normal;
}
#banner-navigation-list > li:hover {
	background: #653298;
}

#banner-navigation-list > li > a {
	padding: 0 35px;
	margin: 9px 0 8px;
	border-left: 1px solid #653298;
	color: white;
	text-decoration: none;
	display: block;
}

/* Dropdowns */

#banner-navigation-list > li > ul {
	background: url("images/Dropdown_LilyScreened_MediumSize.png") no-repeat #9faa84;
	border-left: white 4px solid;
	border-bottom: white 4px solid;
	border-right: white 4px solid;
	z-index: 100;
	display: none;
	position: absolute;
	width: 350px;
	padding: 20px;
	list-style: none;
	margin: 0;
}
#banner-navigation-list > li:hover > ul {
	display: block;
}

.dropdown-image {
	float: left;
	height: 200px;
	width: 150px;
	margin: 0 20px 0 0;
	border: 2px white solid;
}

#banner-navigation-list > li > ul li {
	font-style: normal;
	margin: 0 0 10px 120px;
}

#banner-navigation-list > li > ul a {
	text-decoration: none;
	color: white;
}
#banner-navigation-list > li > ul a:hover {
	color: #653298;
}

#banner-navigation-list .sub-menu .sub-menu {
	margin: 0 0 10px 25px;
}

#banner-navigation-list .sub-menu .sub-menu li {
	margin: 5px 0px 10px 0px;
}

/*** Services Page Sidebar Navigation ***/

#page-content-body-sidebar-servicenav-menu {
	margin: 0 0 10px;
	list-style: none;
}

#page-content-body-sidebar-servicenav-menu li {}

#page-content-body-sidebar-servicenav-menu li a {
	width: 100%;
	text-align: left;
	background: #9FAA84;
	padding: 10px 0px 5px 10px;
	font-family: "warnock-pro", georgia, "times new roman", serif;
	color: white;
	font-size: 1.5em;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: -1px 1px black;
	line-height: 1em;
}

#page-content-body-sidebar-servicenav-menu li a:hover {
	background: #5F7233;
	text-decoration: none;
}

/***** WIDGETS & PLUGINS *****/

/*** Homepage Filters ***/

#home-content-funnels li {
	margin: 0;
	list-style: none;
}

#home-content-funnels img {
	margin: 0 2px 0 0;
	display: block;
	float: left;
}
#home-content-funnels a:last-of-type img {
	margin: 0;
}

/*** Homepage Copy Widgets ***/

#home-content-bottom-copy-widgets .widget {
	width: 255px;
	float: left;
}
#home-content-bottom-copy-widgets .widget:first-child {
	margin: 0 30px 0 0;
}

#home-content-bottom-copy-widgets .widget {
	list-style: none;
	font-style: normal;
}

#home-content-bottom-copy-widgets .widget h2 {
	color: #653298;
	border-bottom: 2px #9faa84 solid;
	margin: 0 0 .5em;
	font-size: 1.2em;
}

/* Homepage Copy Text Widget */

#home-content-bottom-copy-widgets .textwidget {
	padding: 0 10px 0;
}

#home-content-bottom-copy-widgets .textwidget p {
	color: #4f545c;
	font-weight: 600;
}

#home-content-bottom-copy-widgets .textwidget li {
	list-style: disc;
	font-style: italic;
}

/* Homepage Copy Posts Widget */

#home-content-bottom-copy-widgets .widget_recent_entries ul {
	margin: 0;
}

#home-content-bottom-copy-widgets .widget_recent_entries li {
	list-style: none;
	line-height: 1.2em;
}

/*** Homepage Testimonials ***/

#home-content-bottom-testimonials ul {
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
}

#home-content-bottom-testimonials .widget {
	float: left;
	width: 398px;
	margin: 0;
}
#home-content-bottom-testimonials .widget:nth-child(odd) {	
	margin: 0px 30px 0px 141px;
}

/*** Page Sidebar Widgets ***/

#page-content-body-sidebar-widgets ul {
	list-style: none;
	margin: 0;
	font-style: normal;
}

#page-content-body-sidebar-widgets .widget {
	margin: 0 0 30px;
}

#page-content-body-sidebar-widgets ul ul {
	list-style: disc;
}

#page-content-body-sidebar-widgets h3 {
	margin: 0;
}

/* List Widgets */

#page-content-body-sidebar-widgets .widget ul {
	background: #e3ebd8;
	border-top: 3px solid #653298;
	list-style: inside;
	padding: 10px;
}

#page-content-body-sidebar-widgets .widget li {
	color: #653298;
}

#page-content-body-sidebar-widgets .widget a {
	color: #653298;
}
#page-content-body-sidebar-widgets .widget a:hover {
	color: #5f7233;
	text-decoration: none;
}

#page-content-body-sidebar-widgets .widget ul ul {
	border-top: none;
	padding: 0;
	margin: 5px 0 0 18px;
}

/* Dropdown Widgets */

#page-content-body-sidebar-widgets .widget select {
	width: 100%;
}

/*** Page Body Widgets ***/

#page-content-body-left-widgets > ul {
	margin: 0;
}

#page-content-body-left-widgets .widget {
	width: 390px;
	float: left;
}
#page-content-body-left-widgets .widget:first-child {
	margin: 0 45px 0 0;
}

#page-content-body-left-widgets .widget {
	list-style: none;
	font-style: normal;
}

#page-content-body-left-widgets .widget h3 {
	color: #653298;
	border-bottom: 2px #9faa84 solid;
	margin: 0 0 .5em;
	font-size: 1.2em;
}

/* Post by Categories Widget */

#page-content-body-left-widgets .rpjc_widget_cat_recent_posts li {
	margin: 0 0 .5em;
}

#page-content-body-left-widgets .rpjc_widget_cat_recent_posts .post-date {
	display: block;
}

/*** The Events Calendar ***/

/* List Widget */

#page-content-body-left .tribe-events-adv-list-widget {
	width: 260px;
	float: right;
	margin: 0 0 10px 20px;
}

#page-content-body-left .tribe-events-adv-list-widget > code > *:last-child {
	margin-bottom: 0;
}

.tribe-events-adv-list-widget ol {
	list-style: none;
	margin: 0 0 .5em;
}
.tribe-events-adv-list-widget li {
	margin: 0 0 1em;
}
.tribe-events-adv-list-widget h4 {
	text-align: left;
	margin: 0 0 .2em;
}

.tribe-events-adv-list-widget .country-name {
	display: none !important;
}

#page-content-body-left-widgets .tribe-events-adv-list-widget {
	width: 390px;
	float: left;
	margin: 0;
}

#page-content-body-left-widgets .tribe-events-adv-list-widget ol {
	margin: 0;
}
#page-content-body-left-widgets .tribe-events-adv-list-widget li {
	margin: 0 0 .5em;
	list-style: circle;
}
#page-content-body-left-widgets .tribe-events-adv-list-widget h4 {
	font-size: 1em;
	text-align: left;
	margin: 0 0 .2em;
}

#page-content-body-left-widgets .tribe-events-adv-list-widget .duration {
	font-weight: 300;
}

#page-content-body-left-widgets .tribe-events-adv-list-widget .tribe-events-widget-link {
	margin: 0;
}

/*** Responsive Video Plugin ***/

.arve-wrapper {
	margin: 0 !important;
}

.nivo-lightbox-inline {
	background: initial !important;
	padding: 0 !important;
	-webkit-box-shadow: initial !important;
	-moz-box-shadow: initial !important;
	box-shadow: initial !important;
	overflow: visible !important;
}

/*** Metaslider ***/

#page-content-body-left .metaslider {
	margin: 0 0 25px;
}

/*** Pagination ***/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
float: right;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #888888;
}
 
.pagination a:hover{
color:#008C99;
background: #FDE176;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #008C99;
color:#fff;
}

/*** Content Toggle ***/

.hider-toggle {
	text-align: center;
	width: 50%;
	margin: 0px auto 20px;
	display: block;
	cursor: pointer;
}

/*** Sidebar Link Buttons ***/

a.sidebar-button {
	width: 217px;
	text-align: left;
	background: #9FAA84;
	padding: 10px 0px 5px 10px;
	font-family: "warnock-pro", georgia, "times new roman", serif;
	color: white;
	font-size: 1.5em;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: -1px 1px black;
	line-height: 1em;
}

a.sidebar-button:hover {
	background: #5F7233;
	text-decoration: none;
}

/***** RESPONSIVE *****/

@viewport{
    zoom: 1.0;
    width: device-width;
}

/*** Set Up Hidden Content ***/

#minimalheader {
	display: none;
	width: 100%;
	text-align: center;
}
#minimalheader-logo {
	margin: 0 0 20px;
}
#minimalheader-buttons {}
#minimalheader-buttons-search {}
.banner-tools-top-button {}
#minimalheader-buttons-facebook {}
#minimalheader-buttons-youtube {}
#minimalheader-searchform {
	display: none;
}
#minimalheader-phone {
	margin: 10px 0;
}
#minimalheader-nav {
	margin: 0 0 10px;
}
#minimalheader-subnav {
	margin: 0 0 10px;
}

#page-content-body-mobile {
	display: none;
	text-align: center;
}
#page-content-body-mobile-widgets ul {
	list-style: none;
	margin: 0;
	font-style: normal;
}

#page-content-body-mobile-widgets .widget {
	margin: 0 0 30px;
}

#page-content-body-mobile-widgets ul ul {
	list-style: disc;
}

#page-content-body-mobile-widgets h3 {
	margin: 0;
}

/* ----------- 1110px ----------- */
@media screen and (max-width: 1110px) {

	/* BASE SETTING: Expand width and remove floating */
	.container {
		width: 100%;
	}
	
	/* Hide Stuff */
	#banner-tools-middle-quote {
		display: none;
	}
	
	/* Header Fixes */
	#banner-tools-middle {
		width: 520px;
		padding: 0 10px 0 0;
	}
	#banner-tools-bottom {
		padding: 0 10px 0 0;
	}
	
	#banner-navigation-homebutton {
		margin: 0 10px 0 10px;
	}
	#banner-navigation-list > li > a {
		padding: 0 10px;
	}
	
	/* Home Fixes */
	#home-content-funnels img {
		width: 25%;
		height: auto;
		margin: 0;
	}

	#home-content-bottom-copy-introduction {
		width: 43%;
		margin: 0 5% 0 0;
		padding: 0 0 0 2%;
	}
	#home-content-bottom-copy-widgets {
		width: 48%;
		padding: 0 2% 0 0;
	}
	#home-content-bottom-copy-widgets .widget {
		width: 100%;
		margin: 0 0 20px;
	}
	#home-content-bottom-copy-widgets .widget:first-child {
		margin: 0 0 20px;
	}
	
	#home-content-bottom-testimonials .widget {
		width: 40%;
	}
	#home-content-bottom-testimonials .widget:nth-child(2n+1) {
		margin: 0 5% 0 7%;
	}
	#home-content-bottom-testimonials .widget img {
		width: 100%;
	}
	
	/* Page Fixes */
	#page-content-body-sidebar {
		width: 23%;
		margin-right: 2%
	}
	#page-content-body-sidebar img {
		width: 100% !important;
		height: auto;
	}
	
	#page-content-body-left {
		width: 72%;
		padding-left: 2%;
	}
	
	.blog-post-image-holder {
		width: 23%;
		margin-right: 2%;
	}
	.blog-post-image-holder img {
		width: 100%;
		height: auto;
	}
	
	.blog-post-content {
		width: 75%;
	}
	
	#page-content-body-left-widgets .tribe-events-adv-list-widget,
	#page-content-body-left-widgets .widget {
		width: 100%;
		margin: 0 0 20px;
	}
	
	#page-content-body-left-widgets .tribe-events-adv-list-widget ol {
		margin: 0 0 0 15px;
	}

	/* Footer Fixes */

	/* Misc. Style Changes */

}

/* ----------- 740px ----------- */
@media screen and (max-width: 740px) {

	/* Hide and Reveal Stuff */
	#banner,
	#page-content-body-sidebar,
	#home-content-slider	{
		display: none;
	}
	
	#minimalheader,
	#page-content-body-mobile {
		display: block;
	}
	
	/* Header Fixes */

	/* Home Fixes */
	#home-content-funnels img {
		width: 50%;
		height: auto;
		margin: 0;
	}
	
	#home-content-bottom-copy-introduction {
		width: 96%;
		margin: 0 0 10px;
		padding: 0 2% 0;
	}
	#home-content-bottom-copy-widgets {
		width: 96%;
		padding: 0 2% 0;
	}
	
	/* Page Fixes */	
	#page-content-body-left {
		width: 96%;
		padding: 0 2%;
		margin: 0 0 10px;
		float: none;
		border: none;
	}
	#page-content-body-left img.alignright,
	#page-content-body-left img.alignleft {
		float: none;
		margin: 4px auto;
		display: block;
		text-align: center;
	}	
	
	#page-content-body-left-widgets {
		margin: 20px 0 0;
	}
	
	/* Footer Fixes */
	#site-footer-profile {
		margin: 0 0 20px;
	}
	
	#site-footer-chap p {
		padding: 0px 10%;
		font-size: .8em;
	}

	/* Misc. Style Changes */

}

/***** MISC. *****/


/***** UTILITY CLASSES *****/

.bold, b, strong {
	font-weight: 700;
}

.italic, i, em {
	font-style: italic;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid #b4b9bd;
	border-bottom: 1px solid #b4b9bd;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.hidden {
	display: none;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}