/*
Theme Name: Historical Writers
Theme URI: https://staging.historicalwriters.org
Description: A custom theme, built on the sample theme created for the Genesis Framework.
Author: Philip Jones
Author URI: https://achaleon.com

Version: 3.2.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/



/* import fonts specific to HWA */
@import url("//hello.myfonts.net/count/2e5644");
@font-face {font-family: 'Museo-500';src: url('webfonts/2E5644_0_0.eot');src: url('webfonts/2E5644_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E5644_0_0.woff2') format('woff2'),url('webfonts/2E5644_0_0.woff') format('woff'),url('webfonts/2E5644_0_0.ttf') format('truetype'),url('webfonts/2E5644_0_0.svg#wf') format('svg');}
@import url("//hello.myfonts.net/count/2e565e");
@font-face {font-family: 'MuseoSans-300';src: url('webfonts/2E565E_0_0.eot');src: url('webfonts/2E565E_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2E565E_0_0.woff2') format('woff2'),url('webfonts/2E565E_0_0.woff') format('woff'),url('webfonts/2E565E_0_0.ttf') format('truetype'),url('webfonts/2E565E_0_0.svg#wf') format('svg');}




/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

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




/* HWA typography */
html,
button,
input,
select,
textarea {
	font-family: 'MuseoSans-300', Arial, sans, sans-serif;
	font-size: 15px;
}

body {
	color: #353121;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #353121;
	text-decoration: underline;
}
a:visited {
	color: #353121;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	color: #000;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}

.home .entry-content a {
	text-decoration: none;
	color: #2283c4;
}
.home .entry-content a:hover {
	text-decoration: underline;
}


/* @todo decide vertical rhythm, most twentythirteen margin have been kept, diff against legacy thematic is noted in comments */
h1,
h2,
h3,
h4,
h5 {
	clear: both;
	font-family: Museo-500, Arial, sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 34px;
	margin: 33px 0;
	color: #353121;
	font-weight: normal;
}
.home .entry-content h1 {
	color: #353121;
	font-size: 30px;
	margin: 0 0 15px 0;
}
#title-box h1 {
	font-size: 48px;			/* 80 or 100 */
	line-height: 56px;			/* 90 or 115 */
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0 0 0 36px;
}
.page-id-8 #title-box h1, .page-id-10 #title-box h1, .page-id-14 #title-box h1, .page-id-16 #title-box h1, .page-id-4034 #title-box h1, .page-id-22 #title-box h1, .page-id-13511 #title-box h1, .page-id-13674 #title-box h1 {
	font-size: 100px;
	line-height: 115px;
	color: #fff;
}
.page-id-12 #title-box h1, .page-id-4111 #title-box h1, .page-id-36 #title-box h1 {
	font-size: 80px;
	line-height: 95px;
	color: #fff;
}
.page-id-38 #title-box h1 {
	font-size: 70px;
	line-height: 90px;
	color: #fff;
}

@media (max-width: 600px) { 
	#title-box h1 {
		font-size: 50px;
		line-height: 65px;
		position: relative;		/* allows the container to grow to fit the text */
	}
}
.search h1.page-title {
	font-size: 40px;			/* 100 */
	line-height: 50px;			/* 115 */
	padding: 20px;
}
.search h1.entry-title {
	font-size: 22px;
	font-weight: normal;
	color: #353121;
	margin: 0;
	padding: 20px 20px 10px 40px
}
@media (max-width: 600px) { 
	.search h1 {
		text-align: center;
		padding-left: 20px;
	}
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #353121;
	margin: 25px 0 15px 0;
}
h2 a, h2 a:visited {
	color: #353121;
	text-decoration: none;
}
h2 a:hover {
	color: #353121;
}
.home .entry-content h2 {
	margin-top: 5px;
	font-weight: normal;
	font-size: 28px;
}
.home .entry-content h2 a:hover {
	color: #353121;
}
.home #homepage-features h2, .home #homepage-recent-authors  h2{
	margin: 0;
	line-height: 34px;
	font-size: 45px;
	color: #c01a2c;
}
.home #homepage-features h2.feature-title, .home #homepage-recent-authors h2.featured-writer-name {
	font-size: 18px;
	line-height: 20px;
	padding: 25px 0 10px 0;
	font-family: 'MuseoSans-300', Arial, sans, sans-serif;
	color: #353121;
}
.home #homepage-features, .home #homepage-recent-authors
{
	margin: 0;
	font-size: 14px;
}

@media (min-width: 601px) {
	.home #homepage-features h2, .home #homepage-recent-authors  h2{
		padding: 60px 0 0 30px;
	}
}

@media (max-width: 600px) { 
	.home .entry-content p {
		margin: 0;
	}
	.home #homepage-features h2{
		padding: 40px 15px 0;
	}
	.home #homepage-recent-authors  h2 {
		padding: 40px 15px 0;
	}
}


h2#author-title {				/* the subtitle on HWA member pages, which is dynamically changed by jquery scripts */
	margin-left: 20px;
}
#writer-sidebar h2 {
	font-size: 20px;
	margin: 25px 0 5px; 
}
#book-custom-fields h2 {
	clear: none;
}
.single-writer h2.book-title {
	font-size: 18px;
}
.single-writer h2.book-title a {
	text-decoration: underline;
}

#writer-sidebar {
	font-size: 14px;
}
#writer-custom-fields ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#book-custom-fields ul {
	list-style: none;
}


h3 {
	color: #353121;
	font-size: 20px;
	font-weight: normal;
	margin: 22px 0;
	font-style: normal;
}
.page-id-4111 .writer-name-container h3 a {
	text-decoration: underline;
}


h4 {
	font-size: 18px;
	margin: 25px 0;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	color: #353121;
	font-size: 1em;
	font-weight: normal;
	clear: none;
	margin: -10px 0 20px 0;
}
h6 a {
	color: #353121 !important;
}




/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

button,
input,
textarea,
select {
	font-family: inherit;
	padding: 5px;
}

input,
textarea,
select {
	color: #000;
	width: 100%;
}

input:focus,
textarea:focus {

}

/* Buttons */ 
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
}



/* CF7 Contact Forms
--------------------------------------------- */


.wpcf7-form-control-wrap {
	margin: 0 10px 10px 0;
	/*float: left;*/
}

.wpcf7-form-control-wrap.your-name, .wpcf7-form-control-wrap.your-email, .wpcf7-form-control-wrap.Nomination-Submitted-by, .wpcf7-form-control-wrap.Author-name, .wpcf7-form-control-wrap.Book-ISBN, .wpcf7-form-control-wrap.Book-title, .wpcf7-form-control-wrap.finance-email, .wpcf7-form-control-wrap.finance-reference, .wpcf7-form-control-wrap.award-name {
	margin: 0 10px 10px 0;
	/*float: left;*/
}

.wpcf7-form-control-wrap.your-name input, .wpcf7-form-control-wrap.your-email input, .wpcf7-form-control-wrap.Nomination-Submitted-by input, .wpcf7-form-control-wrap.Author-name input, .wpcf7-form-control-wrap.Book-ISBN input, .wpcf7-form-control-wrap.Book-title input, .wpcf7-form-control-wrap.finance-email input, .wpcf7-form-control-wrap.finance-reference input, .award-name select {
	/*border: none;*/
	width: 320px;
}
.wpcf7-form-control-wrap.Book-title input {
	width: 650px;
}
.wpcf7-form-control-wrap.your-message textarea {
	border: none;
	width: 650px;
	height: 200px;
}
.wpcf7-form-control-wrap.Author-biography textarea, .wpcf7-form-control-wrap.Book-blurb textarea {
	border: none;
	width: 650px;
	height: 150px;
}

.wpcf7-submit {
	float: right;
	margin: 10px 13px 0 0 ;
	padding: 5px 20px;
	background: #fff;
	border: none;
}

.wpcf7-form-control-wrap.MailingAddress textarea {
	width: 650px;
	height: 125px;
	border: none;
}
.wpcf7-form-control-wrap.MembershipType select {
	width: 320px;
	border: none;
	margin: 0 0 10px 0;
	height: 30px;
}
.wpcf7-form-control-wrap textarea.application-details {
	width: 100%;
	height: 150px;
	/*border: none;*/
	margin: 0 0 10px 0;
}
application-details


::-webkit-input-placeholder { opacity: 1; color: #333333; } /* gray80 */
:-moz-placeholder           { opacity: 1; color: #333333; } /* Firefox 18- (one color)*/
::-moz-placeholder          { opacity: 1; color: #333333; } /* Firefox 19+ (double colons) */
:-ms-input-placeholder      { opacity: 1; color: #333333; }

.wpcf7 .wpcf7-response-output, .wpcf7 .wpcf7-validation-errors {
	margin: 0;
	padding: 0;
	border: none;
}

/* format successful submission message for Crowns entry form */
.successful-submit-message {
	display: none;
}

.wpcf7 form.sent .successful-submit-message {
    display: block;
	position: fixed;
    top: 100px;
    left: 20%;
    width: 60%;
    background: #fff;
    min-height: 300px;
    padding: 40px;
	border: 2px solid #c01a2c;
}
.successful-submit-message .button {
    display: inline-block;
	margin: 10px 13px 0 0;
    padding: 5px 20px;
    background: #e9e9e9;
	text-decoration: none;
}
/* hide default successful submit button */
.wpcf7 form.sent .wpcf7-response-output
{
	/*display: none !important;*/
}








/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}


.writer-container table {
	border: none;
	border-bottom: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	line-height: inherit;
	margin: inherit;
	width: 100%;
	
}
.writer-container tbody {
	border-bottom: none;
}
.writer-container td {
	font-weight: inherit;
	text-align: inherit;
	padding: 0;
	border-top: none;
}
.writer-container tr {
	border-top: none;
}


/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */


/* migrated from Thematic */

.site-inner {
	background: #bdbcbc;	/* provides full height background colour showing in primary/sidebar */
	position: relative;
}
.single-writer .site-inner, .single-book .site-inner, .single-associate .site-inner {
	background: #7b7979;	/* provides full height background colour showing in primary/sidebar */
}
.content {
	background: #e9e9e9;		/* was a7a6a6 */
}
.site-container {
	position: relative;
}

/* members page and its subpages (does not include writers profiles) */

.page-id-12 .content, .parent-pageid-12 .content {
	width: 100%;
	float: none;
}
.page-id-12 .sidebar, .parent-pageid-12 .sidebar {
	display: none;
}
.page-id-13516 .sidebar {
	display: block;
}
.page-id-13516 .content {
	float: left;
	width: 735px;
	min-height: 550px;
}


/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	/* padding: 60px 30px 0; */
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	display: none;
}
.search .entry-title {
	display: block;
}


.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

/* Migrated from Thematic */

.site-header {
	width: 100%;
	min-height: 200px;			/* allows header to expand to accommodate mobile menu */
	background: #c01a2c url(images/header-background.png) top left;
}


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

	#blog-title a {
		display: block;
		position: relative;
		overflow: hidden;
		width: 259px;
		height: 125px;
		background: url(images/hwa-logo.png) no-repeat;
		color: transparent;			/*  these lines hide the blog title text */
		text-indent: 100%;
		white-space: nowrap;
	}
	#blog-description {
		display: none;
	}







.title-area {
	position: relative;
	overflow: hidden;
	margin: 0;
}

/*.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}*/

/*.wp-custom-logo .title-area img {
	width: auto;
}*/

/*.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}*/

.site-title a,
.site-title a:focus,
.site-title a:hover {
		display: block;
		position: relative;
		overflow: hidden;
		width: 259px;
		height: 125px;
		background: url(images/hwa-logo.png) no-repeat;
		color: transparent;			/*  these lines hide the blog title text */
		text-indent: 100%;
		white-space: nowrap;
}

.site-description,
.wp-custom-logo .site-title {
	display: none;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-align: center;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

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

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #fff;
}

.menu-toggle {
	text-align: center;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}



/* Author Search and filter
-------------------------------------------------  */

#members-subheader {
	position: relative;
	width: 100%;
}
.members-navigation li {
	position: relative;
	display: block;
}
.members-navigation #non-authors {
	background: #a7a6a6;
}
.members-navigation #featured {
	background: #fff;
}
.members-navigation #authors {
	background: #c01a2c;
}

.members-navigation li a {
	color: #fff;		
	text-decoration: none;
}
.members-navigation li#featured a {
	color: #353121;
}
.members-filters .filter-group {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
}
.filter-group.region {
	background: #7b7979;
}
.filter-group.period {
	background: #4f4c4c;
}
.filter-group.search {
	background: #c01a2c;
}
.filter-group.similar {
	background: #393536;
}
.filter-options {
	cursor: default;
	margin: 0;
	padding: 0;
	list-style: none;
}
.filter-options li {
	font-size: 17px;
	line-height: 21px;
	cursor: pointer;
}
.search-results h1.archive-title, .search-no-results h1.archive-title {
	display: block;
    width: 100%;
    background: #7b7979;
    margin: 0;
    padding: 30px 0 15px 40px;
}
.search-results h2.entry-title, .search-no-results .entry {
	padding: 0 40px 1px;
}	



/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry-content {
	background: #e9e9e9;
}

.entry {
	/* margin-bottom: 40px; */
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}


/* Entry Header and Title
--------------------------------------------- */
.entry-header {
	background: #E9E9E9;
}
.entry-title a {
    color: #000;
}





/* Entry Meta
--------------------------------------------- */

.entry-meta {
    display: none;				/*  don't want this showing on writer and book profiles */
	
	color: #666;
    font-size: 14px;
    font-style: italic;
    /* legacy had line-height: 18px; */
}

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}


/* Member pages
--------------------------------------------- */
.writer-name {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}
.writer-name a {
	text-decoration: none;
}
.has-profile .writer-name a::after {
	content: '  \1F5CE';
	font-size: 18px;
	line-height: 15px;
}

.page-id-8 .entry-content, .page-id-10 .entry-content {		/* On awards page set two panels with dark bg and light content */
	padding: 0;
	color: #fff;
}
.page-id-8 .entry-content h2, .page-id-10 .entry-content h2 {
	color: #fff;
	margin: 0 0 15px;
}
.page-id-8 .entry-content a, .page-id-10 .entry-content a {
	color: #fff;
}
.page-id-8 .entry-content a:hover, .page-id-10 .entry-content a:hover {
	color: #bdbcbc;
}

.page-id-8 #awards-1 {			
	background: #231f20;
	padding: 36px 36px 10px;
}
.page-id-8 #awards-2 {			
	background: #7b7979;
	padding: 36px 36px 10px;
}
.page-id-10 #events-1 {			
	background: #231f20;
	padding: 36px 36px 10px;
}
.page-id-10 #events-2 {			
	background: #7b7979;
	padding: 36px 36px 10px;
}


/* Feature panels
--------------------------------------------- */

.inner-panel {
	margin: -36px -36px 24px;
	padding: 36px;
}
.inner-panel h2 {
	margin-top: 0;
}
.inner-panel.white-on-black {
	background: #231f20;
}
.inner-panel.white-on-dark-grey {
	background: #7b7979;
}
.inner-panel.white-on-black, .inner-panel.white-on-dark-grey {
	color: #fff;
}
.inner-panel.white-on-black a, .inner-panel.white-on-dark-grey a {
	color: #fff;
}
.inner-panel.white-on-black a:hover, .inner-panel.white-on-dark-grey a:hover {
	color: #bdbcbc;
}
.inner-panel.white-on-black h2, .inner-panel.white-on-dark-grey h2, .inner-panel.white-on-black h3, .inner-panel.white-on-dark-grey h3 {
	color: #fff;
}

.inner-panel.light-grey {
	background: #bdbcbc;
}
.inner-panel.mid-grey {
	background: #a7a6a6;
}



/* Sidebar
---------------------------------------------------------------------------- */

.sidebar,
.sidebar input {
    font-size: 14px; /* @todo check type hierarchy */
    margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar dd,
.sidebar pre {
    margin-bottom: 0px;
}

.sidebar pre,
.sidebar code {
    font-size: 12px;
    line-height: 18px;
}

.sidebar .current-menu-item a,
.sidebar .current_page_item a {
    color: #353121;
}

.sidebar .current-menu-item .menu-item a,
.sidebar .current_page_item .menu-item a {
    color: #666;
}

.sidebar .current-menu-item .menu-item a:hover,
.sidebar .current-menu-item .menu-item a:active,
.sidebar .current_page_item .menu-item a:hover,
.sidebar .current_page_item .menu-item a:active {
    color: #353121;
}

.sidebar {
    color: #353121;
}

.sidebar a {
    color: #353121;
}

.sidebar a:active,
.sidebar a:hover {
    color: #000;
}

.sidebar caption {
    font-size: 11px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.widget {
    margin: 36px 15px;
}

.widget ul {
    list-style: disc;
    margin: 0;
	padding: 0 20px;
}

.widget ul ul {
	margin-left: 20px;
	margin-bottom: 0;
}

.widget .widget-wrap li {
	margin-bottom: 0;
}

.widgettitle {
    font-size: 22px;
    margin-bottom: 12px;
}

.widgettitle a {
    text-decoration: none;
}

.widget:first-child .widgettitle {
	margin-top: 0;
}

.sidebar ul ul li {
    padding: 1px 0;
}

.sidebar ul ul ul {
    margin-bottom:0;
}

.sidebar form,
.sidebar table {
    margin-bottom:24px;
}

.sidebar table {
    border:none;
}

.sidebar thead {
    border: none;
}

.sidebar tbody {
    border: none;
}

.sidebar th, .sidebar td {
    border-right: 1px solid #353121;
    padding: .25em .8em;
}

.sidebar tfoot tr {
    border:none;
}

.sidebar tfoot td {
    border-color:transparent;
}

.sidebar #searchsubmit {
	display: none;	
}

/* Main Asides */
.main-aside ul ul {
    padding:0;
}

.primary-aside {
    border: none;
    padding: 0 0 0 0;
    margin-bottom: 0px;
}

/* Content Asides */
.site-content .sidebar {
    border: none;
    margin: 0 0 24px 0;
    padding: 18px 0 0 0;
}

.site-content .sidebar ul {
    padding:0 20px;
}

.site-content .sidebar ul ul {
    padding:0;
}

/* Footer Asides */
#subsidiary {
    padding-top: 36px;    
}


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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
    background: #393536;
	border: none;
    margin: 0;
	padding: 15px;
}

.site-footer .wrap p {
	color: #858384;
    font-size: 13px;
    padding: 0 15px;
}

.footer-loginout {
	float: right;
}
.footer-loginout a, .footer-loginout a:visited {
	color: #858384;
	text-decoration: none;
}
.footer-loginout a:hover {
	text-decoration: underline;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 601px) {

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


	.genesis-nav-menu .menu-item {
		display: block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		position: absolute;
		top: 0;
		right: 0;
		width: 245px;
		height: 200px;
	}
	.menu-primary {
		padding-left: 0;
	}
	.nav-primary .wrap {
		position: absolute;
		bottom: 0;
	}
	.genesis-nav-menu a {
		text-align: left;
		padding: 0 2px 2px;
		font-size: 12px;
		line-height: 15px;
	}

}


/**
 * 8.1 Styles specific to desktop and large screens
 * ----------------------------------------------------------------------------
 */


@media (min-width: 601px) {

   	.site-container  {
		width: 980px;
		margin: 0 auto;
	}
	.title-area {
		height: 200px;
	}
	.site-title a {
		top: 38px;
		left: 35px;
	}
	#title-box {
		display: block;	
		position: relative;
		width: 735px;
		height: 150px;
		background: #bebfc1;
		float: left;
	}
	.page-id-8 #title-box, .page-id-10 #title-box {				/* dark bg to title-box on events and awards pages */
		background: #231f20;
	}
	.single-writer #title-box, .single-book #title-box, .single-associate #title-box {			/* title box on writer profile pages */
		width: 735px;
		height: 65px;
		background: #7b7979;
	}
	.single-writer #title-box h1, .single-book #title-box h1, .single-associate #title-box h1 {		/* title box on writer profile pages */
		line-height: 1.5;
		font-size: 25px;
		padding: 25px 0 0 40px;
		position: relative;
		color: #fff;
	}
	
	#featured-image {
		width: 245px;
		height: 150px;
		float: right;
		background: #a7a6a6;
	}
	.content {
		float: left;
		width: 735px;
	}
	.search .content {
		background: #e9e9e9;
		min-height: 400px;
	}
	.home .content {
		float: none;
		width: 100%;
		clear: both;
	}
	.content {
		min-height: 550px;
	}
	.home .content {
		min-height: unset;
	}
	
	.sidebar {
		float: right;
	}   
 	
 	#subheader-left {
		float: left;
		width: 735px;
	}
	
	/* awards and events pages - subheaders */
	#awards-subheader, #events-subheader {
		clear: both;			/* push it below the title and featured image */
		position: relative;
		width: 100%;
		height: 300px;
		background: url('images/awards_subheader_bg5.jpg') no-repeat;
	}
	#events-subheader {
		background: url('images/events_subheader_bg4.jpg') no-repeat;
	}
	#subheader-container {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 215px;
		height: 120px;
		overflow: hidden;
	}
	#subheader-text {
		position: relative;
		width: 215px;
	}
	#subheader-text p {
		color: #fff;
		font-size: 27px;
		line-height: 30px;
		margin: 0;
	}
	#subheader-text a {
		font-size: 12px;
		color: #fff;
	}
	#subheader-text a:hover {
		color: #eee;
	}
	
	/* members and writers pages */
	#members-subheader {
		overflow: hidden;
	}
	#members-subheader #title-box
	{
		float: left;
	}
	#members-subheader #members-header-image
	{
		float: left;
		width: 735px;
		height: 300px;
	}
	.members-navigation {
		float: right;
		width: 245px;
		height: 150px;
		padding: 40px 20px 0 20px;
		padding: 0;
		margin: 0;
	}
	.members-navigation li {
		width: 245px;
		height: 150px;
		float: left;
		padding: 0;
		overflow: hidden;
		font-size: 30px;
		line-height: 30px;
	}
	.members-navigation li a {
		color: #fff;		
		text-decoration: none;
		padding: 40px 20px 0 20px;
		display: block;
		width: 245px;
		height: 150px;
	}
	
	.members-filters {
		clear: both;
		width: 1225px;		/* ensures floating elements don't drop to the next line as they animate off the screen */
		height: 150px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.members-filters .filter-group {
		position: relative;
		float: left;	
		height: 150px;		/* 150 before padding */
		width: 245px;		/* 245 before padding */
		padding: 40px 20px 0 20px;
		margin: 0;
		overflow: hidden;
		color: #fff;
		font-size: 30px;
		line-height: 30px;
		cursor: pointer;
	}
	.filter-group-title {
		display: block;
		width: 205px;		/* width of .filter-group less L and R padding of .filter-group */
		position: absolute;
		top: 0;
		left: 0;
		width: 245px;
		height: 150px;
		padding: 40px 20px 0 20px;
	}
	.filter-options {
		display: block;
		position: absolute;
		top: 10px;
		left: 246px;
		height: 150px;
		width: 490px;
	}
	.filter-options.search-box {
		width: 245px;
	}
	.filter-options.search-box #searchsubmit {
		width: 95%;
	}
	
	.filter-options.right {
		left: 491px;
	}
	
	.filter-options.search-box #s {		/* search input box */
		position: absolute;
		top: 27px;
		width: 95%;
		border: none;
	}
	.filter-options.search-box #searchsubmit {		/* search button */
		border: none;
		position: absolute;
		top: 65px;
		right: 5%;
	}
	
	
	#noresults-searchform {
		margin: 0 30px 50px 40px;
	}
	
	.writer-list {
		margin: 0 20px 25px;
		
		-webkit-column-count: 4; /* Chrome, Safari, Opera */
		-moz-column-count: 4; /* Firefox */
		column-count: 4;
		
		-webkit-column-gap: 35px; /* Chrome, Safari, Opera */
		-moz-column-gap: 35px; /* Firefox */
		column-gap: 35px;
	}
	
	.writer-container {
		width: inherit;
		float: none;
		break-inside: avoid;
	}
	
	.page-id-4111 .writer-container {							/*  page 4111 is featured writers page, with photos, etc. */
		width: 200px;
		height: 340px;			
		position: relative;
		margin: 0 45px 20px 0;
	}

	.page-id-4111 .list-end.reset {			/* on featured authors page, don't show reset option */
		display: none;
	}
	.no-filters .list-end.reset {			/* where there are no filters available eg. on associates page, hide reset option */
		display: none;
	}
	
	.profile-link {
		display: none;
		margin-left: 20px;
		margin-bottom: 6px;
		font-size: 14px;
		text-decoration: none;
	}
	.find-similar {
		display: none;				/* hidden until shown by script for find-similar function */
		margin-left: 20px;
		margin-bottom: 16px;
		font-size: 14px;
		cursor: pointer;
	}
	.find-similar:hover {
		text-decoration: underline;
	}

	.post-38 .writer-list {			/* associate members page styling */
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;		
	}

	
	.entry-content {
		padding: 36px 36px 10px;
	}
	.page-id-36 .entry-content {		/* on member list pages set entry-content padding to 0 so columns align with search buttons*/
		padding: 20px 0;
		min-height: 400px;			/* min-height stops the animation jerking the page up and down */
	}
	.search .entry-content {
		padding: 0 40px 1px
	}
	
		/* page 4111 => featured writers page with photos */
	.page-id-4111 .writer-image-container {
		position: relative;
		width: 200px;
		height: 300px;
		overflow: hidden;
	}
	.page-id-4111 .writer-image-container img {
		object-position: center;
		object-fit: cover;
		height: 300px;
		width: 200px;
/*		filter: grayscale(100%);
		-webkit-filter: grayscale(100%); */
	}
	.page-id-4111 .writer-image-container img:hover {
		filter: none;
		-webkit-filter: none;
	}
	
	.page-id-4111 .writer-name-container {
		position: relative;
		width: 200px;
		height: 40px;
		text-align: center;
	}
	.page-id-4111 .writer-name-container h3{
		margin: 0;
		padding: 0;
	}
		
	.single-writer .sidebar .widget, .single-book .sidebar .widget, .single-associate .sidebar .widget {
		display: none;		/* hide generic sidebar content on writer sidebar and book sidebar */
	}
	
	#writer-sidebar {
		width: 245px;
		overflow: hidden;
		float: right;
		position: relative;
	}

	#writer-photo{	
		position: relative;
		width: 245px;			/* aspect ratio of digital camera */
		max-height: 368px;
		overflow: hidden;
	}
	#writer-photo img, .book-image img {
		width: 245px;
	}
	
	.single-book .book-image  {
		position: absolute;
		right: 0;
	}
	
	#writer-books-container {
		margin: 0 0 0 30px;
	}
	#writer-books-container h2 {
		display: none;
	}
	.book-container {
		float: left;
		width: 220px;
		height: 370px;
		overflow: hidden;
		position: relative;
		margin-bottom: 30px;
	}
	.book-image-container {
		position: absolute;
		bottom: 70px;
		left: 23px;
		width: 200px;
		max-height: 300px;
		overflow: hidden;
	}
	img.book-image {
		height: 300px;
	}
	.book-title-container {
		position: absolute;
		bottom: 0;
		left: 23px;
		width: 200px;
		height: 70px;
		text-align: center;
	}
	#writer-books-container h2.book-title {
		display: inline;
		font-size: 15px;
		margin: 0;
	}
	h2.book-title a{
		text-decoration: underline;
	}
	
	#writer-custom-fields {
		padding: 0 20px 0;
		text-align: center;
	}
	
	#book-custom-fields {
		width: 735px;
		background: #e9e9e9;
		padding: 0 30px 30px;
		clear: both;
	}

	.home .sidebar {
		display: none;
	}
	#home-subheader {
		position: relative;
		margin: 0;
		padding: 0;
	}
	#home-subheader #subheader-left {
		width: 735px;
		height: 450px;
	}
	#home-subheader #subheader-right ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#home-subheader #subheader-right ul li {
		width: 245px;
		height: 150px;
		overflow: hidden;
		position: relative;
	}
	#home-subheader li#awards-link {
		background: url('images/home-links-awards2.jpg') no-repeat;
	}
	#home-subheader li#events-link {
		background: url('images/home-links-events2.jpg') no-repeat;
	}
	#home-subheader li#members-link {
		background: url('images/home-links-members2.jpg') no-repeat;
	}

	
	#home-subheader #subheader-right ul li a{
		position: absolute;
		bottom: 0;
		text-decoration: none;
		padding: 145px 150px 0 5px;
		font-family: museo-500;
		font-size: 48px;
		line-height: 35px;
		color: #fff;
	}
	.home .entry-content {
		background: #c01a2c;
		padding: 30px;
	}
	.home .entry-content p {
		color: #fff;
		margin: 0;
	}
	.home .entry-content p a{
		color: #fff;
		text-decoration: underline;
	}
	.home .entry-content p a:hover {
		color: #bdbcbc;
	}
	
	#homepage-features, #homepage-recent-authors {
		background: #7b7979;
	}
	.home .feature-container, .home .featured-writer-container {
		padding: 0 0 0 30px;
	}
	.home .feature-container:nth-child(odd), .home .featured-writer-container:nth-child(odd) {
		background: #bdbcbc;
	}
	.home .feature-container:nth-child(even), .home .featured-writer-container:nth-child(even) {
		background: #a7a6a6;
	}
	.home .feature-content, .home .featured-writer-profile {
		float: left;
		width: 705px;		/* 735 for 3 'columns' less 30px of left margin */
		padding-right: 30px;
	}
	
	.home .feature-container .feature-image {
		float: right;
		width: 245px;
		height: 150px;
		overflow: hidden;
	}
	.home .feature-image img {
		min-height: 150px;			/* the thumbnail is 245 wide with variable height, hence set min-height to guarantee coverage of the space */
		width: 245px;
	}
	
	.home .featured-writer-photo, .home .featured-book-photo {
		position: relative;
		float: right;
		width: 122px;
		height: 186px;
		overflow: hidden;
	}
	.home .featured-book-photo {
		margin-right: 0;
	}

	.home .featured-writer-photo img, .home .featured-book-photo img{
		min-width: 122px;
		height: 186px;
		margin: 0 auto;
		position: absolute;
		left: -999px;
		right: -999px;
		
		width: 122px;
		height: 186px;
		object-fit: cover;
	}
	.home .featured-writer-photo  img {
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray; /* IE 6-9 */
	}
	.home .featured-writer-photo  img:hover {
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter: none;
		filter: none;
		filter: none; /* IE 6-9 */
	}

	
	.home .clear-floats {
		clear: both;
	}
	
	#mobile-home-features {
		display: none;			/* hide mobile-specific bits on the full width desktop */
	}
	
	.sidebar {
		width: 245px;
	}

	.search-results h1.page-title, .search-no-results h1.entry-title {
		height: 150px;
		
	}
	
} 


/**
 * 8.2 Styles specific to mobiles
 * ----------------------------------------------------------------------------
 */

@media (max-width: 600px) { 

	.site-container  {
		width: 100%;
	}
	.site-title a {
		margin: 20px auto;
	}
	#title-box {
		display: block;	
		position: relative;
		width: 100%;
		min-height: 75px;
		background: #bebfc1;
	}
	.entry-content {
		background: #e9e9e9;
		padding: 20px 10px;
		text-align: center;
	}
	
	.widget ul {
		list-style: none;
	}
	
	.members-navigation {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.members-navigation li {
		width: 100%;
		font-size: 30px;
		line-height: 30px;
		padding: 20px 20px 20px 20px;
	}
	.page-id-36 .members-navigation #featured, .page-id-36 .members-navigation #non-authors {		/* on All HWA authors page, hide extra member page links */
		display: none;
	}
	
	.members-filters {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.members-filters .filter-group {
		position: relative;
		height: 66px;
		width: 100%;
		padding: 20px;
		margin: 0;
		overflow: hidden;
		text-align: center;
		cursor: pointer;
	}
	.filter-group-title {
		display: block;
		width: 100%;
		height: 50px;
	}
	.filter-options {
		width: 100%;
		padding: 0;
		list-style-type: none;
	}
	.filter {
		padding: 10px 0;
	}

	.writer-list {
		padding: 0 0 30px 0;
	}
	
	.profile-link {
		display: none;				/* hidden until shown by script for find-similar function */
		text-align: center;
		margin-bottom: 12px;
		font-size: 14px;
		text-decoration: none;
	}
	.find-similar {
		display: none;				/* hidden until shown by script for find-similar function */
		text-align: center;
		margin-bottom: 20px;
		font-size: 14px;
		cursor: pointer;
	}
	.find-similar:hover {
		text-decoration: underline;
	}
	.list-end.reset {
		margin: 30px 0 0 0;
	}
	.no-filters .list-end.reset {
		display:none;
	}

	.page-id-38 .entry-content ul {		/* non-author members page */
		list-style-type: none;
		padding: 0;
		line-height: 38px;
	}
	
	.page-id-4111 .writer-container {		/* formatting for featured writers page (with photos) */
		width: 90%;
		margin: 20px 5%;
		position: relative;
	}
	.page-id-4111 .writer-image-container {
		width: 100%;
	}
	.page-id-4111 img.writer-image {
		width: 100%;
		filter: grayscale(100%);
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%);
	}
	.writer-name-container {
		width: 100%;
	}
	
	
	.page-id-4111 .list-end.reset {			/* on featured authors page, use reset option div to clear floats*/
		clear: both;
		display: block;
		height: 0;
		width: 0;
		overflow: hidden;
	}
	.page-id-4111 .sidebar {
		display: block;
	}
	
	.search #noresults-searchform {
		text-align: center;
	}
	.search .content {
		padding-bottom: 30px;
	}
	
	#writer-books-container {
		text-align: center;
		padding-bottom: 20px;
	}
	.book-image-container {
		position: relative;
		width: 90%;
		margin: 0 5% 0 5%;
		background: #a7a6a6;
		padding: 15px 15px 5px 15px;
	}
	.book-image-container img {
		width: 100%;
	}
	.book-title-container {
		position: relative;
		width: 90%;
		margin: 0 5% 20px;
		padding: 5px 15px 15px 15px;
		background: #a7a6a6;		
	}
	.book-title-container h2{
		margin: 0;
	}
	
	.site-inner #title-box h1 {
		text-align: center;
		line-height: 1.5;
		padding: 0;
	}
	#writer-sidebar {
		text-align: center;
		padding-bottom: 20px;
	}

	#writer-photo img, .book-image img {
		width: 100%;
	}
	
	h2#author-title {
		text-align: center;
	}
	h3.writer-name {
		text-align: center;
		line-height: 35px;
	}

	#book-custom-fields {
		width: 100%;
		text-align: center;
		background: #e9e9e9;
		padding: 1px 10px 20px;
	}
	#book-custom-fields ul {
		padding: 0;
	}
	
	.page-id-8 #featured-image img, .page-id-10 #featured-image img{
		width: 100%;
	}
	.page-id-8 #subheader-text, .page-id-10 #subheader-text{
		background: #c01a2c;
		color: #fff;
		text-align: center;
		padding: 20px 10px 1px;
	}
	.page-id-8 #subheader-text a, .page-id-10 #subheader-text a {
		color: #fff;
	}
	.page-id-8 #subheader-text a:hover, .page-id-10 #subheader-text a:hover {
		color: #bdbcbc;
	}
	
	
	.sidebar {
		text-align: center;
	}

	.home #subheader-left img {
		width: 100%;
	}
	.home #subheader-right {
		display: none;
	}
	.home .entry-content {
		background: #c01a2c;
		color: #fff;
	}
	.home .entry-content p a {
		color: #fff;
		text-decoration: underline;
	}
	.home .sidebar {
		display: none;
	}
	#mobile-home-features ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#mobile-home-features li a{
		display: block;
		width: 100%;
		height: 60px;
	}

	.mobile-home-button {
		width: 33%;
		float: left;
		overflow: hidden;
	}
	.mobile-home-button img {
		width: 100%;
	}

	#homepage-features, #homepage-recent-authors {
		text-align: center;
	}
	#homepage-features .feature-content, #homepage-recent-authors .featured-writer-container {
		padding: 0 15px 25px;
	}
	.home .feature-container:nth-child(odd), .home .featured-writer-container:nth-child(odd) {
		background: #bdbcbc;
	}
	.home .feature-container:nth-child(even), .home .featured-writer-container:nth-child(even) {
		background: #a7a6a6;
	}
	
	
	#homepage-features .feature-image {
		display: none;
	}
	#homepage-recent-authors img {
		display: none;
	}
	.wpcf7-form-control-wrap.award-name {
		float: none;
		margin: 0;
	}
	.wpcf7-form-control-wrap.your-name, .wpcf7-form-control-wrap.your-email {
		width: 100%;
	}
	.wpcf7-form-control-wrap.your-name input, .wpcf7-form-control-wrap.your-email input {
		width: 90%;
	}
	.wpcf7-form-control-wrap.your-message {
		width: 100%;
	}
	.wpcf7-form-control-wrap.your-message textarea {
		width: 90%;
		margin: 0 5%;
	}
	.wpcf7-form-control-wrap.MailingAddress textarea {
		width: 90%;
		margin: 0 5% 10px;
	}
	
	.wpcf7-submit {
		float: none;
	}
	.wpcf7-form-control-wrap textarea {
		width: 90%
	}
	
	.wpcf7-form-control-wrap.MembershipType select {
		width: 90%;
	}
	
}







/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
