/*
	Theme Name: News Pro Theme -- Customized Child for Voices
	Theme URI: http://my.studiopress.com/themes/news/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.1
 
	Tags: black, red, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Change widget titles */
.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
	background: #007681;
}


/* Typographical Elements
--------------------------------------------- */

/* Change post title font size */
.entry-title {
	font-size: 18px;
	line-height: 1;
}

/* Reduce padding between entries */
.entry {
    padding: 30px;  /*Above Pub Single */
        padding-top: 5x; /*Above Pub Short */
        padding-bottom: 5px;
        padding-left-value: 40px;
}

/* Edit typography */
body {
    color: #000;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

a {
	color: #dc582a;
	font-weight: 600;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #1230DE;
	font-weight: 700;
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #000;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Title Area
--------------------------------------------- */

.title-area {
	/*
	float: left;
	padding-left: 40px;
	width: 300px;
	*/
	float:none;
	width:auto;
}

.site-title {
	font-weight: 700;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	padding-top: 5px;
	margin: 0px;
	text-transform: none;
	float:left;
	width:300px;
}
.header-image .site-title a{
	float:none;
}
.site-title a,
.site-title a:hover {
	color: #C22D10;
	text-decoration: none;
	font-weight: 500;
}

.site-description {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px 0 0;
	text-transform: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	padding: 0 40px;
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}


/* Header Right Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	padding-right: 40px;
	padding-top: 20px;
	text-align: right;
	width: 300px;
}
.site-header .widget-area .align-right{
	float:none;
}
.site-header .widget-area li {
	list-style-type: none;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

@media screen and (max-width: 1100px) {
.site-header .widget-area {
  display: none;
 }
}

/* Site Header -- Reduce min height
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	height: 110px;
}

.site-header .wrap {
	padding: 5px 0;
}

html {
    margin-top: 0px !important;
}

/* Reduce top margin. Margin change to 20px was only change.
---------------------------------------------------------------------------------------------------- */
.site-container {
background-color: #fff;
border: 1px solid #e3e3e3;
margin: 0 auto 20px;
margin: 0 auto 6rem;
max-width: 1140px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14x;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h2 a {
	font-weight: 700;
}

/* Site Navigation -- Various edits
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	border-right: none;
	display: inline-block;
	text-align: left;
	margin-right: -4px;
}

.genesis-nav-menu a {
	border-right: none;
	display: block;
	text-decoration: none;
	font-weight: 700;
	padding: 10px 24px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #4C84ED;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: none;	
}


.genesis-nav-menu .sub-menu {
	border-top: 1px solid #e3e3e3;	
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
background-color: #fff;
border: none;
	border-top: none;
	padding: 12px 24px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #4C84ED;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	border: none;
	border-left: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 10px;
}

.genesis-nav-menu .search input[type="search"] {
	font-size: 13px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
	border: 5px solid #e3e3e3;
	border-top: none;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 1px solid #e3e3e3;
	border-top: none;	
	padding: 0px 24px;
   	background-color: #dc582a;
	border-right: none;
	color: #F7F8FA;
}

.nav-primary a {
	color: #F7F8FA;
}


.nav-primary .sub-menu a {
    background-color: #fff;
    color: #000;
    border: medium none;
    padding: 8px 24px;
    position: relative;
    width: 200px;
}

/* Need fix: sub-menu border right */

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #e3e3e3;
	background-color: #CED1DB;
	padding: 0px 24px;
}

/* Genesis
--------------------------------------------- */



/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #072587;
	color: #fff;
	clear: both;
	padding: 40px 40px 8px;
}

.footer-widgets-6 {
	float: right;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #ff0000;
}

.footer-widgets .widget {
	margin-bottom: 6px;
}

.footer-widgets .widget-title {
	border: none;
	color: #fff;
	font-weight: 700;
	padding: 0;
	margin-bottom: 16px;
	text-align: left;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #007681;
	border-top: 1px solid #333;
	color: #fff;
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
}

.site-footer a {
	color: #aaa;
}

.site-footer a:hover {
	color: #ff0000;
}

.site-footer p {
	margin-bottom: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #5e5d69;
	box-shadow: 1px 1px 3px #eee inset;
	color: #000;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #072587;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #ff0000;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.after-entry li ul,
.news-pro-home .content li ul,
.sidebar li ul {
	border-top: 1px dotted #e3e3e3;
	margin-top: 12px;
	padding-top: 12px;
	margin-left:25px;
}


/* Edits by Eric McNiece below */
/* Sidebar menus: Adjust submenu indentation */
.widget_nav_menu ul.menu li ul.sub-menu{
	margin-left:25px;
}

/* Sidebar menus: Adjust submenu indentation for custom taxonomies menu plugin by Studio Grasshopper, SGR */
.widget.sgr-custom-taxonomies-menu ul.menu li ul.sub-menu{
	margin-left:25px;
}

/* FacetWP Reset filter button */
.reset-btn {
  background: #d93434;
  background-image: -webkit-linear-gradient(top, #d93434, #a32424);
  background-image: -moz-linear-gradient(top, #d93434, #a32424);
  background-image: -ms-linear-gradient(top, #d93434, #a32424);
  background-image: -o-linear-gradient(top, #d93434, #a32424);
  background-image: linear-gradient(to bottom, #d93434, #a32424);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: normal;

  display: block;
  text-align: center;
  width:60%;
  margin:0 auto;
}

.reset-btn:hover {
  background: #a32424;
  text-decoration: none;
  color:#fff;
}

/* Fixing line height in header / nav elements */
.site-header a.alignright img,
img.alignright,
.wp-caption.alignright{
	margin-bottom:0;
}
.print-title{
	display: none;
}
.select2{
	width:100%;
}
.facetwp-template .source{
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	margin-bottom:10px;
}
.facetwp-template .creator{
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	margin-bottom:10px;
}
.facetwp-type-alpha .facetwp-alpha{
	font-size:1.5em;
	font-weight: bold;
}

/* Multi-Column Taxonomy List (MCTL) Plugin
--------------------------------------------- */
div.multi-column-taxonomy-list {
	clear:both;
}

.multi-column-taxonomy-list ul {
	float:left;
	margin-left:0;
	padding:10px 20px 0 0;
	width: 31%;
	list-style:none;
}

	.multi-column-taxonomy-list li {
		margin: 0;
		list-style:none !important;
	}

.multi-column-alpha-group {
	font-weight: bold;
}

ul.multi-column-3 {
	padding-right:0;
}

.multi-column-taxonomy-list a {
	display:block;
	padding:4px 0 4px 2px;
	border-bottom:1px dotted #53575f;
}

	.multi-column-taxonomy-list a:hover {
		background-color:#f0f0f0;
	}

.multi-column-taxonomy-list span.rss {
	float:right;
	margin:2px 2px 0 0;
	text-decoration:none;
}

/* Hide Genesis titles on search results for custom content types
--------------------------------------------- */
	.search-results .content .pub .entry-header { display: none!important; }
	.search-results .content .voices_blog .entry-header { display: none!important; }
	.search-results .content .source .entry-header { display: none!important; }
	.search-results .content .creator .entry-header { display: none!important; }
	.search-results .content .state .entry-header { display: none!important; }

/* Hide Genesis titles on archive pages for custom content types
--------------------------------------------- */
	.archive .content .pub .entry-header { display: none!important; }
	.archive .content .voices_blog .entry-header { display: none!important; }
	.archive .content .source .entry-header { display: none!important; }
	.archive .content .creator .entry-header { display: none!important; }
	.archive .content .state .entry-header { display: none!important; }

/* Tightens up vertical space below? each item for this taxonomy archives
--------------------------------------------- */
.tax-org_type .entry-meta {
display:none;
}