/*
Theme Name: NWTRCCTheme
Author: MuseArts
Author URI: http://www.musearts.com
Description: Custom theme based on 2015 and Zurb Foundation
Version: 1.0.1
Text Domain: nwtrcctheme
*/

body {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 0.975em;
	background-color:#f2f2eb;
	color: #303030;
}

div#footer {
	text-align: center;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

h1 {
	font-size: 1.8em;
	color: #000;
}

h2 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
}

h2.entry-title {
	margin-bottom: 0;
}

h3 {
	font-size: 1.1em;
	background-color: #3B5585;
	color: #ffffff;
	width: 100%;
	padding: 3px;
	font-weight: bold;
	clear: both;
}
h4 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}


hr {
	margin-bottom: 1em;
	margin-top: 1em;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

a {
	color: #0D4E9A;
}

a:hover {
	color: #004AA9;
	text-decoration: underline;
}

ul, ol, dl {
	font-size: .975em;
	line-height: normal !important;
	margin-top: .5em;
}

ul li, ul li ul li, ol li, ol li ol li {
	padding-top: 0;	
	font-size: .975em;
	/* line-height: normal !important; */
	line-height: 1.5em;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

ol li ol li {	
	font-size: 1em !important;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}


dl dd {
	line-height: 1.5em;
}


abbr {
	font-style: inherit;
	font-variant: inherit;
	border-bottom: none !important;
	color: inherit;
}

cite {
	font-style: italic;
}

#content_area img.alignright {
	float: right;
	padding-left: .5em;
}


figure {
	margin: .5em;
	padding: 4px;
}

figure.alignright, figure img.alignright {
	float: right;	
}

figure img.aligncenter {
	display: block; 
	margin: 5px auto 5px auto; 
}

figure.alignleft, figure img.alignleft  {
	float: left;	
}

figcaption {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: .975em;
	font-style: italic;
	color: #444;
	margin-top: -1em; 
	padding: 3px;
	line-height: normal;	
}

figure { display: table; }


figcaption { display: table-caption; caption-side: bottom ; }

.left, .alignleft {
	float: left;
	padding-right: 4px;	
	padding-top: 0;
	padding-bottom: 0;
}

.right, .alignright {
	padding-left: 4px;	
	float: right;
}

#content_area, #content_area p, #content_area ul li, #content_wrapper {
	font-size: 0.975em;
	background-color: #f2f2eb;
	background-image:url(images/background.png);
	color: #282828;
}

 #content_area ul li,  #content_area ol li {
	 margin-left: 1em;
 }

#header {
	background-color: #f2f2eb;
	padding: .75em;
}

#logo {
	margin-right: .5em;	
}

#tagline {
	margin-top: 1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .975em;
	color: #31312e;
}

/* navbar */
#navbar.top-bar {
	background-color: #d9d7b2; /* primary desktop and mobile nav background */
}

#navbar ul.title-area li h1 a { /* desktop and mobile Home button  */
	background-color: #d9d7b2;  
	color: #0D4E9A;
}

#navbar ul.title-area li h1 a:hover { /* desktop and mobile Home button hover state  */
	color: #fff;
	background-color: #0D4E9A;
	text-decoration: none;
}

#navbar.top-bar .top-bar-section ul li a { /* desktop and mobile nav buttons  */
	background-color: #d9d7b2;
	color: #0D4E9A;
	font-size: 1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#navbar.top-bar .top-bar-section ul li a:hover { /* desktop and mobile nav buttons hover state  */
	background-color: #0D4E9A;
	color: #fff;
}

#navbar.top-bar .top-bar-section ul li.active a { /* desktop and mobile nav buttons active state  */
  background-color: #0D4E9A;
  color: #fff;
}

#navbar.top-bar .top-bar-section ul li.active ul li a { /* desktop and mobile nav buttons active parent state  */
  background-color: #d9d7b2;
  color: #0D4E9A;
}

.top-bar .toggle-topbar a span {/* mobile menu label */
	color: #0D4E9A;
	font-weight: normal;
}

.top-bar .toggle-topbar a:hover span {/* mobile menu label */
	color: #0D4E9A;
	font-weight: bold;
}

.top-bar .toggle-topbar a {/* mobile menu label link */
	text-decoration: none;
}

.top-bar .toggle-topbar a::after { /* mobile menu hamburger icon color */
	color: #0D4E9A;
}


.top-bar.expanded ul.title-area { /* mobile menu label and icon area expanded  */
	background-color: #0D4E9A;
}

.top-bar.expanded .toggle-topbar a span {/* mobile menu label color in expanded state */
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.top-bar.expanded .toggle-topbar a span::after { /* mobile menu hamburger icon color in expanded state */
-webkit-box-shadow: 0 0px 0 1px #fff, 0 6px 0 1px #fff, 0 12px 0 1px #fff;
box-shadow: 0px 0px 0px 1px #fff, 0px 6px 0px 1px #fff, 0px 12px 0px 1px #fff;
}


/* to change color of submenu dropdowns, edit and uncomment the following */

	
#navbar.top-bar .top-bar-section ul li ul.dropdown li a {
  background-color: #d9d7b2;
  color: #0D4E9A;
}

#navbar.top-bar .top-bar-section ul li ul.dropdown li a:hover {
   background-color: #0D4E9A;
   color: #fff;
}

/* End submenu dropdown styling */

/* end navbar code */


#content_area, #sidebar {
	padding-top: 1em;
}

#content_area img {
	margin-bottom: 1em;
}

#content_area div.wp-caption img {
	margin-bottom: 0;
}	
	

#content_area ul li, #content_area ol li {
	margin-bottom: 1em;
}

#sidebar, #sidebar article {
	background-color: #f2f2eb;
}

#sidebar {
	padding-bottom: 1em;	
}

#sidebar .panel {
	padding: 0em !important;	
}

#sidebar p, #sidebar ul {
	padding-top: 1em;
	font-size: 1em;
}

#sidebar h3 {
	font-size: 1.3em;
	color: #FFF;
	background-color: #4478b8;
	font-weight: normal;
	padding: 4px;
	margin-top: 1em;
	border-bottom: 0px solid #4987C8;
	border-top-right-radius: 6px;
	border-top-left-radius: 0px;
}

#sidebar h3 a {
	color: #fff;	
}

#sidebar article {
	border: none;
	font-size: .975em;
	margin-bottom: 0;
	margin-top: 0;
}

#sb_social {
	width: 100%;
	padding-bottom: 1em;
}

#footer {
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #f2f2eb;
}

#footer .panel {
	padding: 0em !important;
	background-color: #f2f2eb;
	border: none;
}

#footer ul li a {
	color: #0D4E9A;
}

#footer #footer_social {
	text-align: center;
	margin-bottom: 1em;
}

#footer_social img {
	margin-right: 1em;
}

#footer_info p, #footer_info ul li {
	font-size: .875em;
}

#copyline p, #copyline .site_info {	
	font-size: .875em !important;
	color: #333;
	text-align: center;
}

#copyline .site-info a {
	color: #333;
}


/* Homepage */

#home_tagline {
	display: block;
	margin-bottom: 1em;	
}

#home_tagline img {
	margin-right: 1em;	
}

.tagline {
	color: #0649ae;	
	font-size: 1.5em;
	line-height: 2em;
}

#content_area ul.rslides li {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

ul#homepage_blocks ul li, ul#homepage_blocks ul {
	text-align: center;	
	margin: 0;
	padding: 0;
}

#home_feature_text {
	background-color: transparent;
}

#newsblock .homepage_newspost {
	padding-bottom: .5em;
	padding-left: .2em;
	padding-right: .2em;
}

.entry-thumbnail {
	padding: .5em;	
}

.entry-content {
	hyphens: auto;
}

#home_feature_text p, .homepage_newspost, .homepage_newspost .entry-date {
	background-color: #CEDAC2;
}

#home_feature_text h4.title {
	font-size: 1em;
	background-color: #BDC9B3;
	color: #4B8C3A;
	width: 100%;
	padding: 2px;
	margin-bottom: 0;
	font-weight: bold;
	clear: left;
	width: 100%;
	border: 1px solid #CEDAC2;
	border-bottom: 0px solid #CEDAC2;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

#home_feature_text a:hover {
	text-decoration: none;
}

#home_feature_text a:hover h4 {
	color: #27ae0c;	
}

#sidebar a.button.pink {
	background-color: #ff7eab;
	color: #fff;
	font-weight: bold;
}

#sidebar a.button.pink:hover {
	background-color: #ff6b9f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#content_area .entry-header {
	margin-bottom: 1em;	
}


/* Store */

div.shoprow {
	background-color: #fff;
	border: 1px #ccc solid;
	padding: .5em;
}

#content_area div.shoprow p, #content_area div.shoprow ul li {
	background-color: #fff !important;
}

/* Forms */

.vfb-fieldset h3 {
	color: #000;
	width: auto;
	background-color: transparent;
}

input.vfb-checkbox, input[type="checkbox"].vfb-checkbox, input.vfb-radio, input[type="radio"].vfb-radio, input[type="radio"], input[type="checkbox"] {
	vertical-align: middle !important; 
	margin: 0 0 0 1em;
	float: left;
}

.visual-form-builder label.vfb-choice {
	clear: none;
	display: inline;
	line-height: normal !important;
	margin: 0 1em 1em !important;
	float: left;
}

/* Counselors Page */

.vcard {
	display: block;
	clear: both;
	margin-bottom: 1em;
}


@media (max-width: 48.063em) {

#footernav {
	text-align: center;
}

#sidebar .textwidget p {
	text-align: center;
}

img.alignright, img.alignleft, figure.alignright, figure.alignleft {
	float: none;
	display: block;
}

figure { display: block; }


figcaption { display: block; }


}

