/*!
Theme Name: Copper Canyon Press New Logo and Colors
Theme URI: https://www.coppercanyonpress.org/
Author: Craig Labenz
Author URI: https://www.craiglabenz.com/
Description: Custom WordPress Theme for Copper Canyon Press
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coppercanyonpress

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

coppercanyonpress is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url("https://use.typekit.net/rrj7rmx.css");

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: trade-gothic-next, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-top:0;
}

p {
	margin-top:0;
	margin-bottom: 1.15em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #333;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: block;
}

.alignright {
	display: block;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

.entry-content {
    position: relative;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	font-size: .85em;
	line-height: 1.5em;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/


/*

===============================================

==================== INDEX ====================

===============================================

1.Body

2.Typography

3.Header

  3.1.Menu

  3.2.Logo

4.Content Elements

  4.1.Home

  4.2.Content Pages

  4.4.3.Layout Builder

  4.4.4.Newsletter Pages

5.Sidebars/Widgets

6.Footer

7.@media only screen and (min-width: 768px)

  7.1.Body

  7.2.Typography

  7.3.Header

    7.3.1.Menu

    7.3.2.Logo

  7.4.Content Elements

    7.4.1.Home

    7.4.2.Content Pages

    7.4.3.Layout Builder

    7.4.4.Newsletter Pages

  7.5.Sidebars/Widgets

  7.6.Footer

8.@media only screen and (min-width: 959px)

  8.1.Body

  8.2.Typography

  8.3.Header

    8.3.1.Menu

    8.3.2.Logo

  8.4.Content Elements

    8.4.1.Home

    8.4.2.Content Pages

    8.4.3.Layout Builder

    8.4.4.Newsletter Pages

  8.5.Sidebars/Widgets

  8.6.Footer

9.@media only screen and (min-width: 1020px)

  9.1.Body

  9.2.Typography

  9.3.Header

    9.3.1.Menu

    9.3.2.Logo

  9.4.Content Elements

    9.4.1.Home

    9.4.2.Content Pages

    9.4.3.Layout Builder

    9.4.4.Newsletter Pages

  9.5.Sidebars/Widgets

  9.6.Footer

*//*

/*
===============================================

==================== 1.Body ===================

===============================================

*/

body {
	font-family: trade-gothic-next, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
    line-height: 1.75em;
	background-color: #ffffff;
	color:#4b4a41;
}


/*
===============================================

=============== 2.Typography ==================

===============================================
*/

h1,
h3,
h4,
h5,
h6 {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	clear: both;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: .5rem;
	margin-top:0;
}

h1 {
	color: #4a4a41;
	font-weight: 400;
	/*font-size: 1.75em;*/
	font-size: 2em;
	/*padding-top: 1.5em;*/
	margin-top:0;
}

.page h1 {
	text-align: center;
}

.post-type-archive-book h1,
.post-type-archive-authorname h1 {
	text-align: center;
}

.page h1.tribe-events-single-event-title {
	text-align: left;
}

.home h1 {
	font-size: 1.5em;
}

h1.tribe-events-page-title {
    font-size: 2em;
    font-weight: 400;
}

#tribe-events-content a.tribe-event-url {
    color: #037891;
}

#tribe-events-content a, .tribe-events-event-meta a {
    color: #037891;
}

.blog h1.entry-title,
.single-post h1.entry-title {
	font-size: 1.65em;
}

h2 {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #7c3e1f;
	font-size: 1.35em;
	margin-bottom: .5em;
}



h3 {
	font-size: 1.25em;
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .04em;
	margin-bottom: 1.1em;
}

h4 {
	font-size: 1em;
	font-weight: 500;
}

a {
	color: #037891;
	text-decoration: none;
}

a:visited {
	color: #0a596a;
}

a:hover, a:focus, a:active {
	color: #0f7990;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

footer {
	font-size: 17px;
	color:#ffffff;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: normal;
}

footer a,
footer a:visited {
	color:#aeb95e;
}

footer a:hover {
	text-decoration: underline;
}

.entry-date {
	font-size: 1em;
	font-weight: 600;
	color: #73af56;
}

.blue {
	color:#035a69;
}

.brown {
	color:#7c3f20;
}

.dark-grey {
	color:#4a4a41;
}

.red {
	color:#a81f23;
}

.bold {
	font-weight: 600;
}

strong,
b {
	font-weight: 600;
}
em {
	font-style: italic;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

.adobe-caslon-pro {
	font-family: 'adobe-caslon-pro', serif !important;
	font-style: normal;
}

.adobe-caslon-pro em {
	font-family: 'adobe-caslon-pro', serif !important;
	font-style: italic;
}

.trade-gothic {
	font-family: trade-gothic-next, sans-serif !important;
	font-style: normal;
}

.trade-gothic em {
	font-family: trade-gothic-next, sans-serif !important;
	font-style: italic;
}


body .adobe-caslon-pro,
.adobe-caslon-pro {
	font-size: 18px;
}

.larger-text {
	font-size: 18px;
}

.even-larger-text {
	font-size: 22px;
}

.smaller-text {
	font-size: 13px;
}

.adobe-caslon-pro .larger-text,
.adobe-caslon-pro.larger-text {
	font-size: 20px;
}

.adobe-caslon-pro .even-larger-text,
.adobe-caslon-pro.even-larger-text {
	font-size: 24px;
}

.adobe-caslon-pro .smaller-text,
.adobe-caslon-pro.smaller-text {
	font-size: 16px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666666;
}


/*
===============================================

================= 3.Header ====================

===============================================
*/

header {
	position: relative;
	background-color: #f8f2ed;
	border-bottom: solid 2px #c8d0b4;
}

.home header {
	border-bottom: 0;
}

.header-bottom-border {
	margin-top: 3px;
	border-top: 1px solid #c8d0b4;
}

.home .header-bottom-border {
	margin-top: 0px;
	border-top: 0px solid #c8d0b4;
}

header .row {
	padding: 0;
	max-width: 1070px;
}

header#masthead .row {
	margin-bottom: 0px;
}


/*
===============================================

================== 3.1.Menu ===================

===============================================

*/



.primary-navigation-container {
	position: relative;
	float: right;
	margin: 0px auto;
    display: block;
    padding:0px 0px 0 0px;
    max-width: 1150px;
	margin-top:0px;
}

.columns.primary-navigation-container {
	padding:0;
}


.fas.fa-bars {
	color:#035a69;
	font-size: 32px;
}

.primary-navigation-container .ubermenu-responsive-toggle {
    width:83px;
}

.primary-navigation-container .ubermenu-responsive-toggle {
    padding: 34px 20px 32px 20px;
}

.ubermenu-uber_primary_navigation.ubermenu-responsive.ubermenu-responsive-collapse {
	padding-top:0px;
	padding-bottom: 0px;
}

.ubermenu-uber_primary_navigation.ubermenu-responsive {
	padding-top:20px;
	padding-bottom: 20px;
}

.primary-navigation-container .ubermenu {
	background-color: #a81f23;
}

.primary-navigation-container .ubermenu.ubermenu-mobile_search {
	background-color: rgba(0, 0, 0, 0);
}

.primary-navigation-container .ubermenu-nav .ubermenu-has-submenu-drop.ubermenu-item-306 {
    background-image: url(img/nav-dropdown-pointer.png);
    background-size: 58px 30px;
    background-repeat: no-repeat;
    background-position: center -400px;
    transition: opacity 0.5s;
}

.primary-navigation-container .ubermenu-nav .ubermenu-has-submenu-drop.ubermenu-active.ubermenu-item-306 {
		background-image: url(img/nav-dropdown-pointer.png);
		background-size: 58px 30px;
		background-repeat: no-repeat;
		background-position: center bottom;
		transition: opacity 0.5s;
	}

.primary-navigation-container .ubermenu-item-306 .ubermenu-target,
.primary-navigation-container .ubermenu-item-306 .ubermenu-target:visited {
   font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #4b4a41;
    font-size: 22px;
    text-transform: uppercase;
    padding: 30px 16px 30px 16px;
        padding-right: 16px;
}

.primary-navigation-container .ubermenu-item-306 .ubermenu-sub-indicator-close {
	display: none !important;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-id-306 {
    background-color: #a81f23;
	padding: 20px;
	border-radius: 0px 0px 20px 20px;
		-moz-border-radius: 0px 0px 20px 20px;
		-webkit-border-radius: 0px 0px 20px 20px;
		border: 0px solid #000000;
		padding: 30px 20px 20px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop.ubermenu-submenu-id-306 {
    padding-top: 20px !important;
	border-bottom: 0;
}



.primary-navigation-container a.ubermenu-target,
.primary-navigation-container a.ubermenu-target:visited {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	padding:10px 20px 10px 20px;
	letter-spacing: .015em;
}

.primary-navigation-container a.ubermenu-target:hover {
	color:#ffffff;
}

/*	Dropdown submenus*/


.ubermenu-responsive-default.ubermenu-responsive {
	padding: 20px 0 20px 0;
}

.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu a.ubermenu-target {
	color:#ffffff;
	font-size: 17px;
	font-weight: 400;
	background-color: rgba(117, 190, 218, 0);
	padding:5px 20px 5px 35px;
	text-transform: none;
}

.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu a.ubermenu-target a.ubermenu-target {
	color:#ffffff;
	font-size: 14px;
	font-weight: 400;
	background-color: rgba(117, 190, 218, 0);
	padding:8px 20px 8px 40px;
}

.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu {
	padding-top:10px;
	border-bottom: 0px solid #199bd7;
}

.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu .ubermenu-submenu {
	padding:0px 0 10px 0px;
	margin:0px 20px 15px 0px;
}

.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu a.ubermenu-target:hover {
	color:#ffffff;
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    margin-top: 0px !important;
	padding-top: 0px !important;
}

.ubermenu .ubermenu-retractor {
    color:#ffffff;
	font-size: 15px;
}

.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #870e0e;
}

.primary-navigation-container .ubermenu .ubermenu-item .ubermenu-submenu-drop {
	box-shadow: 0 0 10px rgba(0,0,0,.55);
}


/*

===============================================

================== 3.2.Logo ===================

===============================================

*/

a.homelink {
    background: url(img/copper-canyon-press.svg) no-repeat 50% 50%;
    background-size: 132px 54px;
    outline: 0 none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 132px;
    height: 54px;
    /*overflow: hidden;*/
    text-indent: -9999px;
}

a.homelink.white {
    background: url(img/copper-canyon-press-white.svg) no-repeat 50% 50%;
    background-size: 132px 48px;
}

a.homelink.black {
    background: url(img/copper-canyon-press-black.svg) no-repeat 50% 50%;
    background-size: 132px 48px;
}

header .logo-container {
	position:absolute;
    z-index:200;
    left:50%;
    margin-left:-67px;
    top:22px;
}

header.landing-page-header {
	border-bottom: 0;
	background-color: #f8f2ed;
}

header.landing-page-header.landing-page-image-header {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}


header.landing-page-header .logo-container {
	position:relative;
    padding: 20px 0 20px 0;
	left: 0;
	margin-left: 0px;
	top: 0px;
}

header.landing-page-header .row {
	position:relative;
    text-align: center;
}

.mobile-search-menu-container {
	position:absolute;
    z-index:200;
    right:0;
    top:0px;
	display: block;
}

/*header.smaller {
	height: 75px;
}

header.smaller h1#logo {
	width: 150px;
	height: 75px;
	line-height: 55px;
	font-size: 55px;
	margin: 0;
}

header.smaller nav a {
	line-height: 75px;
}*/

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*
===============================================

============ 4.Content Elements ===============

===============================================
*/

#content {
	position: relative;
}

.site-main {
	padding:0 0 0 0;
}

.page-template-page-layoutbuilder-new .site-main,
.page-template-default .site-main,
.book-template-default .site-main,
.authorname-template-default .site-main,
.page-template-page-discover .site-main,
.post-type-archive-authorname .site-main,
.post-type-archive-book .site-main, 
.page-template-page-new-releases .site-main,
.page-template-page-featured-authors .site-main,
.blog .site-main {
	padding:3em 0 0 0;
}

.row {
	margin-left: auto;
    margin-right: auto;
	padding:0em 0px 1em 0px;
	max-width: 1220px;
	margin-bottom: 15px;
}

.full-width-row .row {
	margin-left: auto;
    margin-right: auto;
	padding:0em 0px 0 0px;
	max-width: 1160px;
}

	.row .row {
    margin-right: -30px;
    margin-left: -30px;
}

.h1-row.row {
	padding:0em 0px 0em 0px;
}

.h1-row.row h1 {
	margin-bottom: .25em;
}


.page-template-page-layoutbuilder-stores-page .row {
	padding:0em 0px 1em 0px;
}


.full-width-row {
    width: 100%;
	margin-bottom: 14px;
}

.full-width-row.header-images {
	margin-bottom: 0px;
}

.full-width-row .row {
    margin-bottom: 0px;
}
	
/*This changes the column padding in Foundation to match the column padding in VC*/
.columns {
    padding-left: 30px;
    padding-right: 30px;
}

.wrapper {
    margin: 0px auto !important;
    clear: both;
    display: block;
    padding:40px 30px 0 30px;
    max-width: 1290px;
	/*overflow:auto;*/
	background-color: #ffffff;
}

.wrapper-full-width-content {
    margin: 0px auto !important;
    clear: both;
    display: block;
    padding:0px 0px 0 0px;
    max-width: 1150px;
	/*overflow:auto;*/
	background-color: #ffffff;
}

.wrapper-header {
    margin: 0px auto !important;
    clear: both;
    display: block;
    padding:0px 0px 0px 0px;
	max-width: 1150px;
	/*overflow:auto;*/
}

.wrapper-layout-builder-pages {
    margin: 0px auto !important;
    clear: both;
    display: block;
    padding:40px 0px 0 0px;
    max-width: 1150px;
	/*overflow:auto;*/
	background-color: #ffffff;
}

.wrapper-primary-nav-row {
	margin: 0px auto !important;
    clear: both;
    display: block;
    padding:0px 0px 0px 0px;
	max-width: 1150px;
}

.rev_slider_wrapper {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%!important;
}

.background-dark-grey {
	background-color: #4b4a42;
	color:#ffffff;
}

.home-page-feature-row.background-dark-grey a,
.home-page-feature-row.background-dark-grey a:hover {
	color:#7bb7c8;
}

.home-page-feature-row.full-width-row.background-dark-grey {
	padding:2em 0 2em 0;
}

.background-blue {
	background-color: #035a69;
}

.background-brown {
	background-color: #7c3f20;
}

.background-red {
	background-color: #a81f23;
}

.background-light-green {
	background-color: #c7cfb4;
}

.background-light-green-screen {
	background-color: #e8ebe1;
}

.background-green {
	background-color: #aeb95e;
}

.background-pink {
	background-color: #f8f2ed;
}

.accent-dark-blue {
	border-color: #2d517c;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}

.site-main:after {
	content:"";
    display:table;
}

.no-padding {
	padding:0;
}


.h1-padding {
	padding: 0 0 0 0;
}


.home-page-container {
	padding: 2em 0 0 0;
}

/*footer .full-width-row.background-dark-blue {
	padding:40px 0 40px 0;
}*/

.small-footer-text {
	text-align: center;
}

.spacer-with-rule {
	border-top: 1px solid #C5C3C3;
	padding-bottom: 30px;
}


.button {
	display: inline-block;
	padding:12px 25px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
}

.back-to-top {
    background: none;
	background-color: rgba(0, 0, 0, 0);
    margin: 0;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #fe8700;
}

a.back-to-top:hover {
	text-decoration: none;
	color: #fe8700;
}

a.back-to-top:active,
a.back-to-top:visited {
	text-decoration: none;
	color: #fe8700;
}

.back-to-top i.fa {
    font-size: 50px;
    display: inherit;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-up::before {
	display: inline-block;
	font-family: 'FontAwesome';
    content: "\f0a8";
	font-size: 50px;
}


.row.post-nav-container .columns {
	padding-left: 30px;
	padding-right: 30px;
}

.post-nav-container {
}

.nav-previous {
	text-align: left;
}

.nav-previous p {
	text-align: left;
	margin-left: 8px;
}

.meta-nav-before {
	/*float: left;
	position: relative;*/
	position: absolute;
	top: 0;
	left: 0;
}

.meta-nav-before::before {
	display: inline-block;
	font-family: 'FontAwesome';
    content: "\f0a8";
	color: #fe8700;
	font-size: 30px;
	line-height: 30px;
}

.nav-previous {
	text-align: right;
	position: relative;
}

.nav-next {
	position: relative;
}

.nav-next p {
	text-align: right;
	margin-right: 8px;
}

.meta-nav-after {
	/*float: right;
	position: relative;*/
	position: absolute;
	top: 0;
	right: 0;
}

.meta-nav-after::before {	
	font-family: 'FontAwesome';
    content: "\f0a9";
	color: #fe8700;
	font-size: 30px;
	line-height: 30px;
}

.two-columns {
	-webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.join-form label {
	display: inline-block;
	
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    font-family: trade-gothic-next, sans-serif;
font-weight: 300;
font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none !important;
    padding: 5px 50px 5px 5px;
    font-size: 18px;
    border: 0px solid #199bd7;
	background-color: #ececec;
	border-radius: 0;
}

.nf-form-cont{
	max-width: 500px;
		margin:0 auto;
}

.page .nf-form-fields-required {
	font-size: 13px;
}

.page .label-above .nf-field-label {
    margin-bottom: 5px;
}

.page .nf-field-label label {
    font-weight: 400;
    margin: 0;
    padding: 0;
}


input.ninja-forms-field[type="button"] {
	display: inline-block;
    padding: 10px 25px 10px 25px;
    color: #ffffff;
    text-transform: none;
    background-color: #f4524d;
    margin: 20px 0 20px 0;
    font-weight: 600;
    text-decoration: none;
	border-bottom: 5px solid #888e7b;
	color: #ffffff !important;
	background-color:#a81d1d;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
    border: 0;
    border-bottom: 5px solid #888e7b !important;
	color: #ffffff !important;
	background-color:#a81d1d !important;
    transition: all .5s;
	font-size: 22px !important;
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	padding: 10px 25px 10px 25px !important;
	min-width: 200px;
}

.nf-response-msg {
	
	font-size: 22px;
	font-weight: 700;
	color: #035a69;
	
}

.centered-text {
	text-align: center;
}

.breadcrumbs-row {
	display: none;
}

.image-based-callout-row img {
	width:100%;
	max-width: 100%;
}

/*Buttons*/

.red-button, .red-button:visited {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	display: inline-block;
	padding: 10px 25px 10px 25px;
	border-bottom: 5px solid #888e7b;
	color: #ffffff !important;
	background-color: #a81d1d;
	margin: 20px 0 20px 0;
	text-decoration: none;
	min-width: 200px;
	letter-spacing: .02em;
	font-size: 20px;
}

.red-button:hover {
	text-decoration: none;
	color:#ffffff;
}

.blue-button, .blue-button:visited {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #ffffff !important;
	background-color: #0a596a;
	margin: 20px 0 20px 0;
	text-decoration: none;
	border-bottom: 5px solid #aeb95e;
	min-width: 200px;
	letter-spacing: .02em;
	font-size: 20px;
}

.blue-button:hover {
	text-decoration: none;
	color:#ffffff;
}

.green-button, .green-button:visited {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #ffffff !important;
	background-color: #aeb95e;
	margin: 20px 0 20px 0;
	text-decoration: none;
	border-bottom: 5px solid #888e7b;
	min-width: 200px;
	letter-spacing: .02em;
	font-size: 20px;
}

.green-button:hover {
	text-decoration: none;
	color:#ffffff;
}

.lightgreen-button, .lightgreen-button:visited {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #4a4a41 !important;
	background-color: #c7cfb4;
	margin: 20px 0 20px 0;
	text-decoration: none;
	border-bottom: 5px solid #888e7b;
	min-width: 200px;
	letter-spacing: .02em;
	font-size: 20px;
}

.lightgreen-button:hover {
	text-decoration: none;
	color:#4a4a41;
}

.pink-button, .pink-button:visited {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #4a4a41 !important;
	background-color: #f8f2ed;
	margin: 20px 0 20px 0;
	text-decoration: none;
	border-bottom: 5px solid #c7cfb4;
	min-width: 200px;
	letter-spacing: .02em;
	font-size: 20px;
}

.pink-button:hover {
	text-decoration: none;
	color:#4a4a41;
}

.parallax-window .red-button,
.parallax-window .blue-button,
.parallax-window .green-button,
.parallax-window .lightgreen-button,
.parallax-window .pink-button {
	margin-top:0;
}

/*FacetWP Styles*/

input.facetwp-search[type="text"] {
	display: inline-block;
}

.facetwp-search-wrap .facetwp-btn::before {
    display: inline-block;
	background: none !important;
	font-family: FontAwesome;
    content: '\f002' !important;
	width: 1.35em;
    height: 1.35em;
	font-size: 1.35em;
    line-height: 1.35em;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.row.books-facet-results,
.row.authors-facet-results {
	padding-top: 40px;
}

/*.fwpl-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.fwpl-row {
    display: grid;
}

.fwpl-row.el-mcops8 {
    grid-template-columns: 1fr;
}*/

.fwpl-col {
	text-align: center;
}

.full-width-row.books-facet-search-row,
.full-width-row.authors-facet-search-row {
	padding:40px 0 0px 0;
	margin-bottom: 0px;
	text-align: center;
}



.books-facet-search-row input.facetwp-search,
.authors-facet-search-row input.facetwp-search {
	height: 3rem;
	margin:0;
}

select.facetwp-dropdown {
	height: 3rem;
}

.books-facet-search-row .facetwp-facet,
.authors-facet-search-row .facetwp-facet {
    margin-bottom: 20px;
}

.books-facet-search-row button,
.authors-facet-search-row button {
    font-family: trade-gothic-next-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    border-bottom: 5px solid #888e7b;
	color: #ffffff !important;
	background-color: #a81d1d;
    margin: 0;
    text-decoration: none;
    min-width: 200px;
    letter-spacing: .02em;
    font-size: 20px;
}

.row.books-facet-results,
.row.authors-facet-results {
	text-align: center;
	margin-bottom: 50px;
}

.books-facet-results .book-page-book-title {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size:17px;
	margin-bottom: 0;
	margin-top:20px;
	text-align: center;
	line-height: 1.35em;
}

.books-facet-results .book-page-book-author {
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.35em;
}

.books-facet-results .book-page-book-title a,
.books-facet-results .book-page-book-author a {
	display: inline-block;
	max-width: 230px;
}

.books-facet-results .book-page-book-title a,
.books-facet-results .book-page-book-title a:hover,
.books-facet-results .book-page-book-author a,
.books-facet-results .book-page-book-author a:hover{
	text-decoration: none;
}

.authors-facet-results .author-name {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size:17px;
	margin-bottom: 0;
	margin-top:20px;
	text-align: center;
	line-height: 1.35em;
}

.authors-facet-results .author-name a,
.authors-facet-results .author-name a:hover{
	text-decoration: none;
}

.authors-facet-results .author-name a {
	display: inline-block;
	max-width: 230px;
}

.books-facet-results .book-page-book-title a {
}

.books-facet-results .book-page-book-author a {
}


.fwpl-result {
	margin-bottom: 30px;
}

.facetwp-pager {
	text-align: center;
	margin-top: 30px;
	margin-top: 50px;
}

.facetwp-pager .facetwp-page {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 1.7rem;
	height: 2.7rem;
	background: #e8ebe1;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-bottom-color: transparent;
	margin-right: 1px;
	cursor: pointer;
	font-size: .9rem;
	color:
	#333;
	font-family: trade-gothic-next, sans-serif;
	font-weight: 600;
	transition: color 150ms, border-color 150ms;
	vertical-align: middle;
	line-height: 2.17rem;
}


.facetwp-pager .facetwp-page.active {
	border-bottom-color: #035a69;
}

.facetwp-pager .facetwp-page:hover {
	border-bottom-color: #035a69;
	border-bottom: 3px solid;
}

.books-facet-results .facetwp-pager-label,
.authors-facet-results .facetwp-pager-label {
    display: block;
    margin-right: 0px;
	margin-bottom: 5px;
}

.facetwp-pager .facetwp-page.dots {
	background: #f3f5ee;
	width: auto;
}

.facetwp-pager .facetwp-page.dots:hover {
	border-bottom: 3px solid transparent;
}

/*Facet Grid*/

.authors-facet-results .fwpl-layout,
.books-facet-results .fwpl-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.tab-row {
	text-align: center;
	border-bottom: #c8d0b4 solid 16px;
}

.tab-row.full-width-row {
	margin-bottom: 0;
}

.tab-row .tab {
	background-color: #a9af98;
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 20px;
	transition: 0.3s;
	border-radius: 0px;
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .035em;
	color:#4b4b42;
	font-size: 20px;
}

/* Change background color of buttons on hover */
.tab-row .tab:hover {
  background-color: #ddd;
	text-decoration: none;
}

/* Create an active/current tablink class */
.tab-row .tab.active {
  background-color: #c8d0b4;
}

.view-all-button-row {
	text-align: center;
	padding:30px 0 30px 0;
}

#catapult-cookie-bar {
	background: rgba(74,74,65,.85) !important;
	-webkit-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -4px 3px rgba(0, 0, 0, 0.15);
}

a.ctcc-more-info-link {
	text-decoration: underline;
}

.gdrp-bar button#catapultCookie {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #4a4a41 !important;
	background-color: #f8f2ed;
	text-decoration: none;
	border-bottom: 5px solid #c7cfb4;
	letter-spacing: .02em;
	font-size: 20px;
	border-radius: 0px;
	margin-left: 20px;
}

/*

===============================================

================== 4.1.Home ===================

===============================================

*/


.home-news-events-row {
	background-color: #c6d0b4;
	text-align: center;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.home-news-events-row .match-my-height-pair {
	text-align: left;
}

.home-news-events-row .tribe-events-widget-link {
	display: none;
}

.home-news-callout {
	padding: 40px 30px 40px 30px;
}

.home-events-callout {
	padding: 40px 30px 40px 30px;
}

.home-news-callout h3,
.home-events-callout h3 {
	text-align:center;
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 1.1em;
}

.instagram-feed-section {
	text-align: center;
	padding:50px 0 0px 0;
}

.instagram-feed-section h3 {
	margin-bottom: .5em;
}

a.instagram-button {
	display: inline-block;
	text-align: center;
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #4b4a41;
	text-decoration: none;
	font-size: 1.35em;
	margin-bottom: 10px;
}

a.instagram-button::before {
	font-family: FontAwesome;
	content: '\f16d';
	color: #a81d1d;
	display: inline-block;
	margin-right: 10px;
	font-size: 2em;
	line-height: 1em;
	vertical-align: middle;
}

.home-news-feed-date {
	display:inline-block;
	background-color: #888e7b;
	padding: 7px 80px 0px 15px;
	font-size: 18px;
	color:#ffffff;
	margin-bottom: 15px;
}

.home-news-feed-title {
	color:#4b4a41;
	margin-bottom: 1.25rem;	
}

.home-news-callout a:hover {
	text-decoration: none !important;
}

.home-news-callout .home-news-feed-title:hover {
	color:#333333 !important;
}

.home-news-feed-title::after {
	font-family: FontAwesome;
    content: '\f35a';
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    font-size: 1.35em;
	line-height: 1em;
	vertical-align: middle;
}	

















.archive a {
	text-decoration: none;
}

.blog-feed-container p {
	color:#ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	margin-top: 0;
	padding: 0px 30px 0 30px;
	padding-bottom: 50px;
}

.blog-feed-container a,
.blog-feed-container a:visited,
.blog-feed-container a:hover {
	text-decoration: none;
	color:#ffffff;
}
/*



/*

===============================================

============= 4.2.Content Pages ===============

===============================================

*/

.row.none-builder-page {
	padding: 25px 0px 50px 0px;
}

.blog .row.none-builder-page {
	padding: 0px 0px 50px 0px;
}

.tax-anniversary_categories .row.none-builder-page,
.post-type-archive-anniversary .row.none-builder-page {
	padding: 0px 0px 50px 0px;
}

header.entry-header {
	background: none;
	border:0;
}
.home-blog-feed-new {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top:50px;
}

.home-blog-feed-new .child {
	flex: 1 0 21%; /* explanation below */
	margin: 0px 30px 20px 30px;
	justify-content: space-between;
	flex-direction: column;
}

.home-blog-feed-new img {
	width: 100%;
	height: auto;
	display: block;
}

.home-blog-feed-new .left-column-blog-feed .featured-image img {
	border-bottom: 4px solid white;
}

.home-blog-feed-new .right-column-blog-feed .featured-image img {
	border-top: 4px solid white;
}

/*Home page Blog Feed Left Column*/
.home-blog-feed-new .color-1.left-column-blog-feed {
    background-image: url(img/blog-callout-background-left-column-blue.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 1200px auto;
	padding-bottom: 80px;
}

/*Home page Blog Feed Center Column*/
.home-blog-feed-new .color-2.right-column-blog-feed {
    background-color: #afbd22;
	padding-top: 40px;
}

/*Home page Blog Feed Right Column*/
.home-blog-feed-new .color-3.left-column-blog-feed {
	background-image: url(img/blog-callout-background-right-column-home-red.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 1200px auto;
	padding-bottom: 80px;
}
	
.blogpage-blog-feed {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.blogpage-blog-feed .child {
	flex: 1 0 41%; /* explanation below */
	margin: 0px 10px 20px 10px;
	justify-content: space-between;
	flex-direction: column;
}

.blog-feed-content {
	flex: 1;
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	/*align-items: center;*/
	justify-content: center;
	flex-direction: column;
	padding: 0px 20px 0px 20px;
}

.left-column-blog-feed,
.right-column-blog-feed {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	/*align-items: center;*/
	justify-content: center;
	flex-direction: column;

}

.color-1.left-column-blog-feed {
    background-color: #4b4a41;
	padding-bottom: 50px;
}

.color-2.left-column-blog-feed {
	background-color: #4b4a41;
	padding-bottom: 50px;
}
						
.color-3.left-column-blog-feed {
	background-color: #4b4a41;
	padding-bottom: 50px;
}
		
.color-1.right-column-blog-feed {
	background-color: #4b4a41;
	padding-top: 50px;	
}

.color-2.right-column-blog-feed {
    background-color: #4b4a41;
	padding-top: 50px;
}

.color-3.right-column-blog-feed {
    background-color: #4b4a41;
	padding-top: 50px;
}

		
.blogpage-blog-feed img {
	width: 100%;
	height: auto;
	display: block;
}

.left-column-blog-feed .featured-image {
	width: 100%;
	padding-bottom: 40px;
	flex: 1;
}

.right-column-blog-feed .featured-image {
	width: 100%;
	margin-top:auto;
	padding-top:40px;
}

.blogpage-blog-feed .left-column-blog-feed .featured-image img {
	border-bottom: 4px solid white;
}

.blogpage-blog-feed .right-column-blog-feed .featured-image img {
	border-top: 4px solid white;
}

		
.left-column-blog-feed h3,
.right-column-blog-feed h3 {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
	margin: 0;
}
	
a.left-column-blog-feed,
a.right-column-blog-feed,
a.left-column-blog-feed:visited,
a.right-column-blog-feed:visited {
    color: #ffffff;
	text-decoration: none;
}
		
a.left-column-blog-feed:hover,
a.right-column-blog-feed:hover {
    color: #ffffff;
	text-decoration: none;
}

.category-menu-title,
h2.widget-title {
	text-transform: uppercase;
	color:#0b355c;
	font-size: 36px;
	margin-bottom: 10px;
	font-family: trade-gothic-next, sans-serif;
font-weight: 300;
font-style: normal;
}

.widget_categories ul {	
	list-style-type: none;
	margin: 0 0 50px 0;
	padding: 0
}

.widget_categories li {	
	list-style-type: none;
	line-height: 2em;
}

.widget_categories li a,
.widget_categories li a:visited{	
	color:#0a596a;
	text-decoration: none;
}

.widget_categories li a:hover {	
	color:#0f7990;
	text-decoration: none;
}

.list-custom-taxonomy-widget ul {	
	list-style-type: none;
	margin: 0 0 50px 0;
	padding: 0
}

.list-custom-taxonomy-widget li {	
	list-style-type: none;
	line-height: 2em;
}

.list-custom-taxonomy-widget li a,
.list-custom-taxonomy-widget li a:visited{	
	color:#0a596a;
	text-decoration: none;
}

.list-custom-taxonomy-widget li a:hover {	
	color:#0f7990;
	text-decoration: none;
}

.blog-post-image-header {
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 1000px;
    margin: 0 auto;
}

.search-page-form {
	text-align: center;
	margin-bottom: 30px;
}

.search-submit {
	font-family: trade-gothic-next-compressed, sans-serif;
font-weight: 700;
font-style: normal;
text-align: center;
display: inline-block;
padding: 5px 25px 10px 25px;
color: #ffffff;
background-color: #a81d1d;
margin: 20px 0 20px 0;
font-weight: 600;
text-decoration: none;
	font-size: 22px;
	border-radius: 0px;
	border: 0;
	
}

input[type="submit"] {
	font-family: trade-gothic-next-compressed, sans-serif;
font-style: normal;
text-align: center;
display: inline-block;
padding: 5px 25px 10px 25px;
color: #ffffff;
background-color: #a81d1d;
margin: 20px 0 20px 0;
font-weight: 700;
text-decoration: none;
	font-size: 22px;
	border-radius: 0px;
	border: 0;
	
}

.row.search-container {
	max-width: 900px;
	padding-bottom: 100px;
}

.row.search-container h1 {
	text-align: center;
}

.row.search-container h3 {
	margin-bottom: 0;
}

h2.search-results-for {
	margin-bottom: 30px;
}

#error-404 {
    text-align: center;
    margin-bottom: 50px;
}

body #error-404 h1 {
    font-size: 100px !important;
    line-height: 100px !important;
    color: #035a69;
    font-weight: 800;
    text-align: center;
    max-width: 100%;
	padding-top: 100px;
}

body #error-404 h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #035a69;
    font-weight: 600;
}
/*

===============================================

============ 4.3.Layout Builder ===============

===============================================

*/

.parallax-window {
    min-height: 200px;
    background: transparent;
    background-size: cover;
    opacity: 1;
    background-position: center center;
}

.centered-poem-outer-container {
	text-align: center;
}

.centered-poem-inner-container {
	text-align: left;
	display: inline-block;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-size: 18px;
	color:#0a596a;
	padding:2em 0 2em 0;
	position: relative;
	line-height: 30px
}

.centered-poem-inner-container p {
	margin-bottom: 1em;
}

.centered-poem-inner-container .poem-title {
	color:#7c3e1f;
	margin-bottom: 0;
	font-weight: 700;
}

.centered-poem-inner-container .poem-author {
	color:#7c3e1f;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0;
}

.centered-poem-inner-container .expand-button .sui-plus-circle,
.centered-poem-inner-container .expand-button .sui-minus-circle {
	font-size: 36px;
}

.sample-poem-inner-container .su-expand-collapsed .su-expand-link-more {
    display: block;
    position: absolute;
    left: 0%;
	bottom: 50px;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.98) 63%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.98) 63%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.98) 63%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

 .su-expand-collapsed .su-expand-link-more {
     display: block;
     position: absolute;
     margin-top:-50px;
     left: 0%;
     width: 100%;
     height: 50px;
     background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.98) 63%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.98) 63%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.98) 63%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.split-columns-left {
	border-bottom: #ffffff solid 14px;
	
}


.content-area-with-full-width-background-color.background-light-green-screen .split-columns-left {
	border-bottom: #e8ebe1 solid 14px;
	
}


.split-columns-right {
	
}


/*BOOK PAGES*/

.author-title-row h1,
.author-title-row.landing-page-author-title-row h2 {
    font-family: adobe-caslon-pro, serif;
    line-height: 1.25;
	text-align: left;
	font-size: 1.6em;
    font-style: normal;
    color: #4a4a41;
	margin-bottom: .5em;
}

.author-title-row h2,
.author-title-row.landing-page-author-title-row h3 {
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: italic;
	text-align: left;
	font-size: 1.35em;
	color:#0a596a;
	margin-bottom: .5em;
}

.author-title-row span.linked-author-name {
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: italic;
	text-align: left;
	font-size: 1.35em;
	color:#0a596a;
	margin-bottom: 0;
}

.author-title-row span.linked-author-name p {
	margin-bottom: 0;
}

.author-title-row span.linked-author-name a {
	color:#037891;
}

.author-title-row h2 p
.author-title-row.landing-page-author-title-row h3 p {
	margin-bottom: 0;
}

p.apr-honickman-winner {
	font-size: 15px;
}

p.forthcoming-book,
p.signed-broadside {
	font-size: 15px;
	font-weight: 600;
	color: #0a596a;
	background-color: #e8ebe1;
	padding:6px 15px 6px 15px;
    margin-top: 5px;
	display: inline-block;
}

p.signed-broadside {
	margin-top: 0px;
	margin-bottom: 1.25em;
}

p.broadside-header {
    font-family: trade-gothic-next-compressed, sans-serif;
    font-size: 18px;
    color: #4b4a41;
    text-transform: uppercase;
    margin-bottom: 0
}

.book-cover {
	width:100%;
	/*text-align: center;*/
	padding-bottom: 45px;
}

.book-cover img {
	max-width: 400px;
	width:100%;
	height: auto;
}

.book-description {
	padding: 0 0 30px 0;
}

.book-description {
	padding: 0 0 30px 0;
}

.book-description p {
	margin-bottom: 3em;
}

.book-page-purchase-container {
	padding: 45px 35px 30px 35px;
	background-color: #f8f2ed;
	text-align: center;
}

.book-description p.book-page-price {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	margin-bottom: .75em;
}

.page-template-page-layoutbuilder-landingpages p.book-page-price {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 0em;
    padding-top:  .75em;
    text-align: center;
}

.page-template-page-layoutbuilder-landingpages .book-description p {
    margin-bottom: 0em;
}

.insert_a_divider_line {
    border-top: 1px solid #C5C3C3;
	padding-bottom: 0px;
}

.row.landing-page-divider-line,
.row.landing-page-divider-line .row {
    padding:0;
    margin-bottom: 0;
}

.row.landing-page-book-row {
    margin-top:0;
    margin-bottom: 0;
    padding-bottom:0px;
    padding-top: 30px;
}

.page-template-page-layoutbuilder-landingpages .book-description {
/*    padding-bottom: 0;*/
}

/*
.book-description p.book-page-purchase-at {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	margin-bottom: .75em;
}
*/

.book-page-purchase-container .red-button {
	margin:0 0px 30px 0px;
	width:100%;
	min-width: 100%;
}

.list-price {
	font-size: .75em;
}

.format-isbn-container {
	text-align: center;
	font-size: 17px;
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
}

.format-isbn-container p {
	margin-bottom: 0em;
}

.spotify-container {
	text-align: center;
	font-size: 17px;
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
}

.spotify-container p::after {
	font-family: FontAwesome;
	content: '\f1bc';
	color: #0a596a;
	display: block;
	font-size: 2em;
	line-height: 1em;
	vertical-align: middle;
}

.spotify-container a {
	text-decoration: none !important;
	color: #4b4a41;
}

.trailer-container {
	text-align: center;
	font-size: 17px;
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
}

.trailer-container p::after {
	font-family: FontAwesome;
	content: '\f144';
	color: #0a596a;
	display: block;
	font-size: 2em;
	line-height: 1em;
	vertical-align: middle;
}

.trailer-container a {
	text-decoration: none !important;
	color: #4b4a41;
}

.about-the-author {
	font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: normal;
}

.about-the-author p {
	margin-bottom: .75em;
}

.about-the-author a.read-more {
	font-size: 20px;
}

.about-the-author p.read-more-about-the-author {
	margin-bottom: 2em;
}

.about-the-author-container {
	padding: 50px 0 50px 0;
	/*margin-bottom: 2px;*/
}

.about-the-author-container:last-child{
	padding: 50px 0 50px 0;
	margin-bottom: 50px;
}

.about-the-author-container h2 {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
}


.book-page-review-container h4 {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color:#4b4a41;
	text-align: center;
	letter-spacing: .02em;
}

.book-page-review-container p {
	color:#035a69;
	line-height: 1.5em;
}

.book-page-review-container.row .book-review-award-section {
	border-bottom: solid 12px #c7cfb4;
	/*margin-bottom: 40px;*/
	/*padding-bottom: 40px;*/
}

.book-page-review-container.row .book-review-award-section:last-child {
	border-bottom: solid 0px #c7cfb4;
}

div[class="book-page-review-container"] {
    /* Apply styles... */
	border-bottom: solid 12px #c7cfb4;
}

div[class="book-page-review-container"] ~ li[class="book-page-review-container"] {
    /* ... and remove them after the first */
	border-bottom: solid 0px #c7cfb4;
}

.single-book .full-width-row.background-green.newsletter-signup-row {
	
	margin-top:50px;
}


.book-page-review-container.row {
	max-width: 900px;
	/*padding: 50px 0 50px 0;*/
}

.book-page-review-container.row:first-child {
	border-bottom: 6px solid #cccccc;
	/*padding: 50px 0 50px 0;*/
}

.book-review-award-section {
	
}

.insertgiftlink {
	width:100%;
	background-color: #ffffff;
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: italic;
	font-size: 22px;
	padding: 15px;
	margin-bottom: 10px;
}

.insertgiftlink a {
	text-decoration: none;
	color:#4b4a41;
}

.insertgiftlink a::before {
	display: inline-block;
	content: '';
	background: url('img/read-generously.svg')no-repeat 50% 50%;
	background-size: 35px 39px;
	margin: 0px 10px 0 0;
	padding: 0px;
	width: 35px;
	height: 39px;
	vertical-align: middle;
    line-height: normal;
}

.broadside-button {
	width:100%;
	background-color: #ffffff;
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: italic;
	font-size: 22px;
	padding: 15px;
}

.broadside-button a {
	text-decoration: none;
	color:#4b4a41;
}

.broadside-button a::before {
	display: inline-block;
	content: '';
	background: url('img/file-solid.svg')no-repeat 50% 50%;
	background-size: 29px 39px;
	margin: 0px 10px 0 0;
	padding: 0px;
	width: 29px;
	height: 39px;
	vertical-align: middle;
    line-height: normal;
}

.buy-button {
	margin:0px 30px 30px 30px;
	display: inline-block;
}

.buy-button img {
	width:100%;
	height: auto;
	max-width: 160px;
}


/*AUTHOR PAGES*/

.author-photo {
	padding-bottom: 40px;
}

.books-by-the-author-container {
	text-align: center;
	padding: 50px 0 50px 0;
	margin-bottom: 40px;
}

.books-by-the-author-container ul {
	list-style: none;
	margin:0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.books-by-the-author-container li {
	padding:0 25px 0 25px;
	max-width: 270px;
	margin: 0 auto;
}

.books-by-the-author-container li p {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	margin:20px 0 30px 0;
}

.books-by-the-author-container h2 {
	font-family: trade-gothic-next-compressed, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 24px;
	letter-spacing: .035;
}

.books-by-the-author-container img {
	width:100%;
}

p.author-phot-attribution {
	font-size: .75em;
	font-style: italic;
}

/*BOOK PAGES*/
.sample-poem-container {
		position: relative;
	}

.sample-poem-inner-container {
	text-align: left;
	display: inline-block;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-size: 18px;
	color: #0a596a;
	padding: 2em 0 2em 0;
	position: relative;
	line-height: 30px;
}

.sample-poem-inner-container h4 {
	color:#7c3e1f;
	margin-bottom: 0;
	font-weight: 700;
	margin-bottom: 1.15em;

}

.sample-poem-inner-container .su-expand-collapsed .su-expand-link-more {
    display: block;
    position: absolute;
    left: 0%;
    bottom: 50px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.98) 63%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.98) 63%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.98) 63%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.sample-poem-inner-container .expand-button .sui-plus-circle,
.sample-poem-inner-container .expand-button .sui-minus-circle {
    font-size: 36px;
}

.expand-button .sui-plus-circle,
.expand-button .sui-minus-circle {
    font-size: 36px;
}

.background-dark-grey .centered-poem-inner-container {
    color:#ffffff;
}

.content-area-with-full-width-background-color .centered-poem-inner-container {
    padding: 0em 0 0em 0;
}


/*MAIN BOOK PAGE*/

.tab {
	text-align: center;
	border-bottom: #c8d0b4 solid 16px;
}

.tab button {
	background-color: #a9af98;
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 30px;
	transition: 0.3s;
	border-radius: 0px;
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .035em;
	color:#4b4b42;
	font-size: 24px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #c8d0b4;
}

.tab button.mixitup-control-active {
	background-color: #c8d0b4;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border-top: none;
}

.tabcontent.row {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
	padding-top: 50px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tabcontent .columns:last-child:not(:first-child) {
    float: left
}

p.book-page-book-title {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size:18px;
	margin-bottom: 0;
	margin-top:20px;
	text-align: center;
}



p.book-page-author {
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	margin-bottom: 30px;
	text-align: center;
}

.post-type-archive-authorname p.book-page-author {
	font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-style: normal;
	font-size:18px;
	margin-top:20px;
	text-align: center;
	margin-bottom: 30px;
}

.featured-new-release {
	margin-bottom: .25em;
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #7c3e1f;
	font-size: 20px;
}

.page-template-page-discover .row.book-page-top-section {
    padding-top: 0px;
    padding-bottom: 30px;
}

.page-template-page-discover .book-description p {
    margin-bottom: 1em;
}

a.discover-button {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	color:#ffffff;
}

.discover-links.background-dark-grey a.discover-button {
	color:#aeb95e;
}

.discover-links.background-pink a.discover-button,
.discover-links.background-light-green a.discover-button {
	color:#4b4a41;
}

a.discover-button {
	text-decoration: none;
	padding:45px 0 45px 0;
	display: inline-block;
}

a.discover-button::after {
    font-family: FontAwesome;
    content: '\f35a';
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    font-size: 1.35em;
    line-height: 1em;
    vertical-align: middle;
}

a.download-pdf.discover-button::after {
    font-family: FontAwesome;
    content: '\f358';
    color: #ffffff;
    display: inline-block;
    margin-left: 10px;
    font-size: 1.35em;
    line-height: 1em;
    vertical-align: middle;
}

.discover-links {
	text-align: center;
}

.row.discover-links {
	padding-bottom: 0;
}

.row.discover-links-content-width {
	max-width: 1100px;
}

.align-center {
	text-align: center;
}

.controls-pagination {
    padding: 1rem;
    font-size: 0.1px;
    text-align: justify;
}



/*CALLOUT BOXES*/

.background-green {
	color:#ffffff;
}

.background-green .blue-button {
	color:#ffffff;
	border-bottom: 5px solid #858e41;
}

.background-light-green-screen-texture {
	background-image: url("img/ccp-texture-background-light-green.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.newsletter-signup-row {
	padding:50px 0 60px 0;
	text-align: center;
}

.newsletter-signup-row h3 {
	margin-bottom: 10px;
	
}

.discover-page-search-row {
	text-align: center;
	padding: 50px 0 70px 0;
}

.books-authors-page-search-row {
	text-align: center;
	padding-bottom: 2.25em;
}

.discover-page-search-row h3 {
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	color:#035a69;
	margin-bottom: .65em;
	font-size: 36px;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.support-sign-up-callout-pair h3 {
	color:#7c3f20;
font-family: adobe-caslon-pro, serif;
	font-weight: 600;
	font-size: 24px;
	margin: 0;
}

.support-sign-up-callout-pair-left {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: #f3f3f3 solid 14px;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-size: 18px;
}

.support-sign-up-callout-pair-right {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-size: 18px;
}

.text-based-callout {
	padding-top: 30px;
	padding-bottom: 30px;
}

.text-based-callout p.text-based-callout-title {
	font-family: trade-gothic-next-compressed, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .02em;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: .5em;
}

.text-based-callout p {
	font-family: adobe-caslon-pro, serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5em;
}

.colored-background-callout {
	text-align: center;
}

.colored-background-callout .text-based-callout {
    padding: 30px 30px 0px 30px;
}

.colored-background-callout a,
.colored-background-callout a:hover {
	text-decoration: none;
}

.donor-box-column {
	padding-top: 10px;
}

.donor-box-column.columns {
	padding-left: 0px;
	padding-right: 0px;
}








/*Search styling*/

.ccp-searchform {
	position: relative;
margin: 0;
background: #ffffff;
width: 100%;
	max-width: 400px;
	margin: auto;
}

.ccp-searchform input.search-field {
    width: 100%;
	max-width: 400px;
    padding: 14px 50px 14px 25px;
    height: 100%;
    color: #333;
    background: 0 0;
	background-color: #ffffff;
}

.ccp-search-submit {

    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    color: #666;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*iContact Form Styling*/

#ic_signupform .elcontainer {
    text-align: left;
    font-size: 18px;
    color: #7d8288;
    font-family: trade-gothic-next !important;
	padding: 0 !important;
}

#ic_signupform .elcontainer .formEl.fieldtype-input label {
	font-size: 18px !important;
}

#ic_signupform .elcontainer .submit-container input[type="submit"] {
   /* background: #a81d1d;
    border: 0px solid #e7ce4d;
    border-radius: 0px;
    line-height: 1em;
    padding: 18px 50px;
    color: #ffffff;
    font-size: 100%;
    font-family: inherit;
    width: auto;
	font-style: normal;*/
	font-family: trade-gothic-next-compressed, sans-serif !important;
	text-align: center;
	display: inline-block;
	padding: 10px 25px 10px 25px;
	border-bottom: 5px solid #888e7b !important;
	color: #ffffff;
	background-color: #a81d1d;
	margin: 20px 0 20px 0;
	font-weight: 600;
	text-decoration: none;
	min-width: 200px;
	letter-spacing: .02em;
		font-size: 22px !important;
}

/*DonorBox*/
.tall-donorbox-iframe iframe#dbox-form-embed {
	height:775px !important;
}












.slideshow-row {
	margin-bottom: 15px;
}

.home-events-callout .events-title-header {
	padding:20px;
}

.home-events-callout .events-title-header p {
	text-align: left;
	display: inline-block;
	margin: 0;
}

.home-events-callout .events-title-header .row {
	text-align: center;
}

.home-events-callout p span.events-title-weekly {
	display: inline-block;
	background-color: #afbd22;
	color:#ffffff;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	padding:0 20px 0 20px;
	letter-spacing: .015em;
	
}


.home-events-callout {
	font-size: 18px;
}


.home-events-callout h4 {
	font-size: 18px;
	font-weight: 400;
}

.home-events-callout h4 a {
	text-decoration: none;
	color:#4b4a41;
}

.home-events-callout h4 a:hover {
	text-decoration: none;
	color:#000000;
}


.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0 0px !important;
}

.tribe-events-list-widget .tribe-list-widget {
    margin-left: 0;
	padding-left:0;
}

/*Newsletter Callout*/

.newsletter-signup-callout {
	text-align: center;
	padding:35px 0 50px 0;
	margin-bottom: 15px;
}

.newsletter-signup-callout h2 {
	color:#ffffff;
	font-weight: 600;
	margin-bottom:0;
}

.newsletter-signup-callout p {
	margin-bottom:0;
}


.full-width-colored-background-row {
	padding:40px 0 40px 0;
	
}

.full-width-colored-background-row h2,
.full-width-colored-background-row h3,
.full-width-colored-background-row p {
	color:#ffffff;
	
}

.full-width-colored-background-row img {
	margin-bottom: 40px;
}

.insertspacer {
	height: 20px;
}

.parallax-window {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	padding:20px;
}

.parallax-window {
	color:#ffffff;
	text-align: center;
	padding: 20px;
	margin-bottom: 15px;
}

/*.parallax-window p {
	font-size: 24px;
	font-weight: 600;
	background-color:rgba(35,31,32,0.3);
	padding: 15px;
}*/

.parallax-window .darkbackground,
.parallax-window .darkbackground a,
.parallax-window .darkbackground a:hover {
	color:#ffffff;
	text-decoration: none;
}

.parallax-window .lightbackground,
.parallax-window .lightbackground a,
.parallax-window .lightbackground a:hover {
	color:#4a4a41;
	text-decoration: none;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.no-top-padding {
	padding-top: 0;
}

.page-template-page-layoutbuilder-new .no-top-padding .site-main {
	padding-top: 0;
}


.discover-links-content-width-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content-area-with-full-width-background-color {
	padding: 3em 0 3em 0;
}

.full-width-row.image-background-callout-row {
	background-size: cover;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.full-width-row.image-background-callout-row .darkbackground,
.full-width-row.image-background-callout-row .darkbackground a {
	color:#ffffff;
}

.full-width-row.image-background-callout-row .lightbackground,
.full-width-row.image-background-callout-row .lightbackground a {
	color:#4b4a41;
}

.tribe-events-loop .tribe-events-event-meta {
    font-size: 16px;
}

/*CUSTOM LANDING PAGES 2021*/

.page-template-page-layoutbuilder-landingpages .content-area {
    padding-top: 2em;
}

header.landing-page-header.landing-page-image-header.white,
header.landing-page-header.landing-page-image-header.white h1,
header.landing-page-header.landing-page-image-header.white h2,
header.landing-page-header.landing-page-image-header.white h3,
header.landing-page-header.landing-page-image-header.white h4,
header.landing-page-header.landing-page-image-header.white p {
	color:#ffffff;
}

header.landing-page-header.landing-page-image-header.black,
header.landing-page-header.landing-page-image-header.black h1,
header.landing-page-header.landing-page-image-header.black h2,
header.landing-page-header.landing-page-image-header.black h3,
header.landing-page-header.landing-page-image-header.black h4,
header.landing-page-header.landing-page-image-header.black p {
	color:#000000;
}

header.landing-page-header.landing-page-image-header.darkgray,
header.landing-page-header.landing-page-image-header.darkgray h1,
header.landing-page-header.landing-page-image-header.darkgray h2,
header.landing-page-header.landing-page-image-header.darkgray h3,
header.landing-page-header.landing-page-image-header.darkgray h4,
header.landing-page-header.landing-page-image-header.darkgray p {
	color:#4b4a41;
}

header.landing-page-header.landing-page-image-header h1 {
    font-size: 2.25em;
    font-weight: 600;
    padding-bottom: 30px;
}

header.landing-page-header.landing-page-image-header h2 {
    font-size: 2.25em;
    line-height: .8;
    vertical-align: bottom;
    display: inline-block;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg {
	position: relative;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg .landing-page-header-inner-content {
	position: relative;
    z-index: 100;
    padding:45px 0 45px 0;
}

.landing-page-header-feed-title {
    position: relative;
    z-index: 101;
}

.landing-page-header-feed-title h2 {
    margin:0;
    text-transform: uppercase;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg .landing-page-header-inner-content p,
header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg .landing-page-header-inner-content h2,
header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg .landing-page-header-inner-content h3,
header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg .landing-page-header-inner-content h4 {
    margin-top: 0;
    padding-bottom: 1.15em;
    margin-bottom: 0;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg.multiplied-red-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(167,31,35,1.0);
	mix-blend-mode: multiply;
	z-index: 1;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg.multiplied-blue-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3,90,105,1.0);
	mix-blend-mode: multiply;
	z-index: 1;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg.multiplied-darkgray-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(74,74,65,1.0);
	mix-blend-mode: multiply;
	z-index: 1;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg.multiplied-lightblue-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(124,183,198,1.0);
	mix-blend-mode: multiply;
	z-index: 1;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg.multiplied-pink-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248,242,237,1.0);
	mix-blend-mode: multiply;
	z-index: 1;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg.multiplied-brown-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(124,63,32,1.0);
	mix-blend-mode: multiply;
	z-index: 1;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg.multiplied-chartreuse-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(174,185,94,1.0);
	mix-blend-mode: multiply;
	z-index: 1;
}

header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg.multiplied-lightgreen-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(199,207,180,1.0);
	mix-blend-mode: multiply;
	z-index: 1;
}



.hide-desktop {
    display: block;
}

.hide-mobile {
   display: none;
}

.landing-page-button-container {
    text-align: center;
}

.full-width-row.landing-page-full-width-row {
    margin-bottom: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}


.page-template-page-layoutbuilder-landingpages .white-text .author-title-row h1,
.page-template-page-layoutbuilder-landingpages .white-text .author-title-row h2,
.page-template-page-layoutbuilder-landingpages .white-text .author-title-row h3,
.page-template-page-layoutbuilder-landingpages .white-text p {
    color:#ffffff;
}

#fancybox-content {
    border-width:0 !important;
}

.broadside-description .spacer-row {
    height:20px;
}

.landing-page-broadside-row .specs-container {
    padding:30px 0 30px 0;
    border-top: solid #bbbdbf 1px;
    column-count:1;
    column-gap: 0px;
}

.page-template-page-layoutbuilder-landingpages .book-description p.broadside-specs {
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 0em;
}

.book-cover.broadside-img::after {
    font-family: FontAwesome;
    content: '\f00e';
    color: #cccccc;
    display: block;
    margin-top:10px;
    margin-left: 10px;
    font-size: 1.35em;
    line-height: 1em;
}

.book-cover.broadside-img img {
    border: solid 1px #bbbdbf;
}   

/*

===============================================

============ 5.Sidebars/Widgets ===============

===============================================

*/


/*

===============================================

================== 6.Footer ===================

===============================================

*/

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

#footer-container.wrapper {
	padding: 50px 0px 65px 0px;
}

footer.site-footer,
footer.site-footer .wrapper {
	background-color: #035a69;
}

footer.site-footer a:hover {
	text-decoration: underline;
}

footer.site-footer ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.footer-logo {
	background: url(img/copper-canyon-press-reversed.svg) no-repeat 50% 50%;
    background-size: 264px 42px;
    outline: 0 none;
    display: inline-block;
    margin: 0px 0px 25px 0;
    padding: 0px;
    width: 264px;
    height: 42px;
    /*overflow: hidden;*/
    text-indent: -9999px;
}

.footer-nav {
	margin-bottom: 25px;
}

.footer-nav strong {
	font-weight: 600;
}

.footer-nav p {
	display: block;
	margin-bottom: .25em;
}

.footer-nav a {
	color:#aeb95e;
	text-decoration: none;
	font-weight: 400;
}

.footer-nav a:hover {
	color:#aeb95e;
	text-decoration: underline;
}

.footer-nav a::before {
    content: "|";
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
    text-decoration: none;
    display: inline-block;
	color: #fff;
}

.footer-nav a:first-child::before {
    content: "";
    padding: 0 10px 0 0;
    margin: 0 0 0 0px;
    text-decoration: none;
    display: inline-block;
}

.footer-social-links {
	margin: 0 0 25px 0;
	font-size: 15px;
}

.footer-social-links ul li {
	display: inline-block;
}

.footer-social-links ul li a {
	display: inline-block;
	font-size: 2em;
	padding: 0 10px 0 10px;
	color:#ffffff;
	text-decoration: none;
}

.footer-social-links ul li a:hover {
	text-decoration: none;
}


.copyright-row p {
	display: block;
	margin-bottom: .25em;
}

.copyright-row a {
	color:#aeb95e;
	text-decoration: none;
	font-weight: 400;
}

.copyright-row a:hover {
	color:#aeb95e;
	text-decoration: underline;
}

/*
.copyright-row a::before {
    content: "|";
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
    text-decoration: none;
    display: inline-block;
	color: #fff;
}

.copyright-row a:first-child::before {
    content: "";
    padding: 0 10px 0 0;
    margin: 0 0 0 0px;
    text-decoration: none;
    display: inline-block;
}
*/



/*
==============================================================================================
==============================================================================================

======================= 7B.@media only screen and (min-width: 400px) ==========================

==============================================================================================
==============================================================================================

*/

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

/*
	===============================================

	==================== 7B.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 7B.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 7B.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 7B.3.1.Menu ===================

	===============================================

	*/
	
	/*

	===============================================

	================== 7B.3.2.Logo ===================

	===============================================

	*/

	/*
	===============================================

	============ 7B.4.Content Elements ===============

	===============================================
	*/
	
	.book-page-purchase-container .red-button {
		margin:0 0px 30px 0px;
		width:200px;
		min-width: 200px;
	}
	
	
	/*

	===============================================

	================== 7B.4.1.Home ===================

	===============================================

	*/

	/*

	===============================================

	============= 7B.4.2.Content Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 7B.4.3.Layout Builder ===============

	===============================================

	*/
	
	.parallax-window {
		min-height: 250px;
	}
	
	
	.books-by-the-author-container ul {
		flex-direction: row;
		display: flex;
		flex-wrap: wrap;
	}
	
	.donor-box-column.columns {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	/*

	===============================================

	========== 7B.4.4.Newsletter Pages ===============

	===============================================

	*/

	/*

	===============================================

	============ 7B.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 7B.6.Footer ===================

	===============================================

	*/
	
}

/*

==============================================================================================
==============================================================================================

======================= 7.@media only screen and (min-width: 625px) ==========================
	
	Foundation breakpoint between small and medium

==============================================================================================
==============================================================================================

*/

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

	/*.parallax-window p {
		font-size: 30px;
		line-height: 1.25;
		font-weight: 600;
		margin-bottom: 0;
		background-color: rgba(35,31,32,0.3);
		padding: 30px;
	}*/
	
	.split-columns-left {
		border-bottom: 0px;
		border-right: 7px #ffffff solid;
	}

	.split-columns-right {
		border-bottom:0px;
		border-left: 7px #ffffff solid;

	}
	
	.content-area-with-full-width-background-color.background-light-green-screen .split-columns-left {
		border-bottom: 0px;
		border-right: 7px #e8ebe1 solid;
	}
	
		.content-area-with-full-width-background-color.background-light-green-screen .split-columns-right {
		border-bottom: 0px;
		border-left: 7px #e8ebe1 solid;
	}
	
	.facetwp-pager .facetwp-page {
		width: 2.7rem;
	}

}




/*

==============================================================================================
==============================================================================================

======================= 7.@media only screen and (min-width: 768px) ==========================

==============================================================================================
==============================================================================================

*/


@media only screen and (min-width: 768px) {
	
	
	/*
	===============================================

	==================== 7.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 7.2.Typography ==================

	===============================================
	*/
	
	h1 {
		font-size: 3em;
	}
	
	.home h1 {
		font-size: 2.5em;
	}
	
	h2 {
		font-size: 1.5em;
		font-weight: 700;
	}
	
	h3 {
		font-size: 1.25em;
		font-weight: 700;
	}
	
	h4 {
		font-size: 1.15em;
		font-weight: 500;
	}
	
	.blog h1.entry-title,
	.single-post h1.entry-title {
		font-size: 2.5em;
	}
	
	h1.tribe-events-page-title {
		font-size: 3em;
	}

	/*
	===============================================

	================= 7.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 7.3.1.Menu ===================

	===============================================

	*/

	/*

	===============================================

	================== 7.3.2.Logo ===================

	===============================================

	*/

	/*
	===============================================

	============ 7.4.Content Elements ===============

	===============================================
	*/
	
	.row {
		padding:0em 30px 1em 30px;
	}
	
	.join-form {
		max-width: 75%;

	}
	
	.row.post-nav-container .columns {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.breadcrumbs-row {
		display: block;
		text-align: center;
		/*margin-top:3px;
		border-top:1px solid #c8d0b4;*/
		padding:20px 20px 6px 20px;
	}
	
	.breadcrumbs-row p#breadcrumbs {
		margin-bottom: 0;
		font-family: adobe-caslon-pro, serif;
		font-weight: 400;
		font-style: normal;
		font-size: 14px;
		color:#0a596a;
	}
	
	.home-page-feature-row.full-width-row.background-dark-grey {
		padding:4em 0 4em 0;
	}
	
/*	BOOK PAGES*/
	
	.author-title-row {
		float: right;
		width: 64%;
	}
	
	.book-cover {
		float: left;
		width: 30%;
	}
	
	.book-description {
		float: right;
		width: 64%;
		clear: right;
	}
	
	.sample-poem-container {
		float: right;
		width: 64%;
		clear: right;
		position: relative;
	}
	
	/*.book-page-purchase-container {
		float: right;
		width: 64%;
		clear: right;
	}*/
	
	.format-isbn-container {
		float: left;
		width: 30%;
		clear: left;
	}
	
	.spotify-container {
		float: left;
		width: 30%;
		clear: left;
	}
	
	.trailer-container {
		float: left;
		width: 30%;
		clear: left;
	}
	
	.row.book-page-top-section {
		padding-top: 0px;
		padding-bottom: 50px;
	}
    
	.author-title-row h1,
    .author-title-row.landing-page-author-title-row h2 {
		padding-top: 0;
		font-size: 2em;
		margin-bottom: 0;
	}
	
	.author-title-row h2,
    .author-title-row.landing-page-author-title-row h3 {
		font-size: 1.35em;
	}
    
    p.broadside-header {
        font-size: 22px;
    }
	
	.book-page-price {
		font-size: 26px;
	}
	
	.book-page-purchase-container .red-button {
		margin: 0 25px 30px 25px;
		width: 250px;
		min-width: 200px;
	}
	
	.book-page-review-container h4 {
		font-size: 30px;
	}
	
	
/*	AUTHOR PAGES*/
	
	.single-authorname .author-title-row {
		float: left;
		width: 64%;
	}
	
	.author-bio {
		float: left;
		width: 64%;
		clear: left;
	}
	
	.author-photo {
		float: right;
		width: 30%;
	}

	
	/*Facet Styles*/
	
	.books-facet-search-row button {
		font-size: 22px;
		min-width: 225px;
	}
	
	/*.full-width-row.books-facet-search-row {
		margin-bottom: 60px;
	}*/
	
	.books-facet-search-row .row {
		padding:0 70px 0 70px;
	}
	
	.authors-facet-results .fwpl-layout,
	.books-facet-results .fwpl-layout {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 40px;
	}
	
	
	.tab-row .tab {
		font-size: 24px;
		padding: 14px 30px;
	}
	
	.alignleft {
		display: inline;
		float: left;
		margin-right: 2.25em;
	}

	.alignright {
		display: inline;
		float: right;
		margin-right: 2.25em;
	}
	
	/*

	===============================================

	================== 7.4.1.Home ===================

	===============================================

	*/
	
	.home-news-events-row {
		font-size: 22px;
	}
	
	.home-events-callout h4 {
		font-size: 22px;
	}
	
	.home-news-callout h3,
	.home-events-callout h3 {
		font-size: 30px;
	}
	
	.home-news-callout {
		padding: 60px;
	}

	.home-events-callout {
		padding: 60px
	}
	
	.home-news-feed-title {
		margin-bottom: 34px;	
	}
	
	.tribe-events-list-widget .tribe-events-list-widget-events {
		margin-bottom: 34px !important;
	}
	
	.home-news-feed-date {
		display: inline-block;
		background-color: 
		#888e7b;
		padding: 7px 80px 0px 15px;
		font-size: 22px;
		color:
		#ffffff;
		margin-bottom: 15px;
	}
	

	/*

	===============================================

	============= 7.4.2.Content Pages ===============

	===============================================

	*/
	
	
	
	#error-404 {
		text-align: center;
		margin-bottom: 145px;
	}
	
	body #error-404 h1 {
		font-size: 200px !important;
		line-height: 200px !important;
		font-weight: 800;
	}

	body #error-404 h2 {
		text-transform: uppercase;
		font-size: 60px;
		font-weight: 600;
	}

	/*

	===============================================

	============ 7.4.3.Layout Builder ===============

	===============================================

	*/
	
	.parallax-window {
		min-height: 300px;
		/*background-image: none !important;
		background: transparent;*/
	}
	
	.centered-poem-inner-container {
		font-size: 22px;
		padding:4em 0 4em 0;
		line-height: 36px;
	}
	
	/*.su-expand-collapsed .su-expand-link-more {
		bottom: 100px;
	}*/
	
	.red-button,
	.red-button:visited,
	.blue-button,
	.blue-button:visited,
	.green-button,
	.green-button:visited,
	.lightgreen-button,
	.lightgreen-button:visited,
	.pink-button,
	.pink-button:visited {
		font-size:22px;
		min-width: 225px;
	}

	.books-by-the-author-container h2 {
		font-size: 28px;
	}
	
	a.discover-button {
	font-size: 30px;

}

a.discover-button {
	text-decoration: none;
	padding:60px 0 60px 0;
	display: inline-block;
}
	
	.support-sign-up-callout-pair-left {
		border-bottom: #f3f3f3 solid 0px;
		border-right: 7px #f3f3f3 solid;
		font-size: 21px;
	}

	.support-sign-up-callout-pair-right {
		border-left: 7px #f3f3f3 solid;
		font-size: 21px;
	}
	
	.support-sign-up-callout-pair h3 {
		font-size: 30px;
	}


	.text-based-callout p.text-based-callout-title {
		font-size: 36px;
	}

	.text-based-callout p {
		font-size: 28px;	
	}
	
	.text-based-callout {
		padding-top: 40px;
		padding-bottom: 40px;
		display: block;
	}

	.colored-background-callout .text-based-callout {
		padding: 40px 30px 10px 30px;
	}

	
	.insertspacer {
		height: 30px;
	}
	
	

	/*

	===============================================

	========== 7.4.4.Newsletter Pages ===============

	===============================================

	*/
	


	/*

	===============================================

	============ 7.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 7.6.Footer ===================

	===============================================

	*/
	
}


/*
==============================================================================================
==============================================================================================

======================= 8.@media only screen and (min-width: 959px) ==========================

==============================================================================================
==============================================================================================

*/


@media only screen and (min-width: 959px) {
	
	
	/*
	===============================================

	==================== 8.1.Body ===================

	===============================================

	*/
	
	body {
		font-size: 18px;

	}


	/*
	===============================================

	=============== 8.2.Typography ==================

	===============================================
	*/
	
	.larger-text {
		font-size: 20px;
	}

	.even-larger-text {
		font-size: 23px;
	}

	.smaller-text {
		font-size: 13px;
	}
	
	.adobe-caslon-pro .larger-text,
	.adobe-caslon-pro.larger-text {
		font-size: 28px;
		line-height: 1.5em;
	}

	.adobe-caslon-pro .even-larger-text,
	.adobe-caslon-pro.even-larger-text {
		font-size: 34px;
		line-height: 1.5em;
	}
	
	.adobe-caslon-pro .smaller-text,
	.adobe-caslon-pro.smaller-text {
		font-size: 16px;
	}

	

	/*
	===============================================

	================= 8.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 8.3.1.Menu ===================

	===============================================

	*/
	

	/*

	===============================================

	================== 8.3.2.Logo ===================

	===============================================

	*/
	

	/*
	===============================================

	============ 8.4.Content Elements ===============

	===============================================
	*/
	
	.wrapper {
		padding:0px 45px 0 45px;
	}
	
	.wrapper-layout-builder-pages {
		    padding: 0px 45px 0 45px;
	}
	
	.wrapper-header {
    	padding:0px 45px 0 45px;
		max-width: 1100px;
	}
	
	.row.none-builder-page {
		padding: 55px 0px 50px 0px;
	}
	
	.blog .row.none-builder-page {
		padding: 0px 0px 50px 0px;
	}
	
	.row .row {
		margin-right: -30px;
		margin-left: -30px;
	}
	
	/*.full-width-row .row {
		margin-right: -30px;
		margin-left: -30px;
	}*/
	
	.full-width-row {
		width: 100%;
	}
	
	.two-columns {
		-webkit-column-count: 2;
		 -moz-column-count: 2;
			  column-count: 2;
		-webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
	}
	
	.two-columns p {
		-webkit-column-break-inside: avoid; /* Chrome, Safari */
		page-break-inside: avoid;           /* Theoretically FF 20+ */
		break-inside: avoid-column;         /* IE 11 */
		display:table;                      /* Actually FF 20+ */
	}
	
	.books-facet-results .book-page-book-title {
		font-size:18px;
	}

	.books-facet-results .book-page-book-author {
		font-size:18px;
	}
	
	.authors-facet-results .author-name {
		font-size:18px;
	}
	
	.authors-facet-results .fwpl-layout,
	.books-facet-results .fwpl-layout {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 30px;
	}
	

	/*

	===============================================

	================== 8.4.1.Home ===================

	===============================================

	*/
	
	.preorder-icon-mobile {
		display: none;
	}

	.preorder-icon-desktop {
		display: inline-block;
		max-width: 590px;
	}
	
	.home-page-big-blue-pre-order-section .home-preorder-intro-section h2 {
		font-size: 55px;
		margin-bottom: .45em;
	}

	.home-page-big-blue-pre-order-section .home-preorder-intro-section p {
		font-size: 46px;
		margin-bottom: .45em;
	}

	.home-store-location-container {
		margin: 0 0 30px 0;
	}

	.home-store-location-container h3 {
		font-size: 26px;
		margin: 0 0 .15em 0;
	}
	
	.home-store-information-section {
	font-size: 18px;
	color:#ffffff;
	}

	.home-store-information-section h4 {
		font-size: 24px;
		color:#ffffff;
		font-weight: 600;
	}

	.home-store-information-section h5 {
		font-size: 20px;
		color:#ffffff;
		font-weight: 600;
	}
	
	


	/*

	===============================================

	============= 8.4.2.Content Pages ===============

	===============================================

	*/
	
	.blog-post-image-header {
		height: 200px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*

	===============================================

	============ 8.4.3.Layout Builder ===============

	===============================================

	*/
	
	.parallax-window {
		min-height: 300px;
	}
    
    .hide-desktop {
        display: none;
    }
	
    .hide-mobile {
       display: block
    }
    
    .page-template-page-layoutbuilder-landingpages .book-description p {
        margin-bottom: 1em;
    }
    
    .landing-page-button-container {
        text-align: left;
    }

    .page-template-page-layoutbuilder-landingpages .book-cover-left .book-cover {
        float: left;
        width: 25%;
        padding-bottom: 30px;
    }
    
    .page-template-page-layoutbuilder-landingpages .book-cover-left .author-title-row {
        float: right;
        width: 70%;
    }
    
    .page-template-page-layoutbuilder-landingpages .book-cover-left .book-description {
        float: right;
        width: 70%;
        clear: right;
    }

   .page-template-page-layoutbuilder-landingpages .book-cover-right .book-cover {
        float: right;
        width: 25%;
    }
    
    .page-template-page-layoutbuilder-landingpages .book-cover-right .author-title-row {
        float: left;
        width: 70%;
    }
    
    .page-template-page-layoutbuilder-landingpages .book-cover-right .book-description {
        float: left;
        width: 70%;
        clear: left;
    }

	.row.landing-page-book-row {
        padding-bottom:30px;
        padding-top: 60px;
    }
    
    .landing-page-broadside-row .specs-container {
        column-count:2;
        column-gap: 40px;
    }
    
    .page-template-page-layoutbuilder-landingpages .book-description p.broadside-specs {
        font-size: 20px;
        margin-bottom: 0em;
    }
	

	
	/*.tribe-events-list-widget .tribe-events-list-widget-events {
		padding: 0 60px !important;
	}
	*/
	.newsletter-signup-callout h2 {
		color:#ffffff;
		font-weight: 600;
		font-size: 32px;
		margin-bottom:0;
	}

	.newsletter-signup-callout p {
		font-size:22px;
		margin-bottom:0;
	}
	
	.newsletter-signup-row h3 {
		margin-bottom: 10px;
		font-size: 1.85em;
	}
	
	.tribe-events-loop .tribe-events-event-meta {
    font-size: 16px;
}


	/*.parallax-window p {
		font-size: 45px;
		line-height: 1.25;
		font-weight: 600;
		margin-bottom: 0;
		background-color:rgba(35,31,32,0.3);
		padding: 30px;
	}*/
	


	/*

	===============================================

	========== 8.4.4.Newsletter Pages ===============

	===============================================

	*/

	


	/*

	===============================================

	============ 8.5.Sidebars/Widgets ===============

	===============================================

	*/
	
	a.pre-order-button {
    position: fixed;
	z-index: 500;
	display: block;
	width: 185px;
	height: 54px;
	padding: 0px 0px 0px 70px;
	line-height: 54px;
	background-color: #f4524d;
	background-image: url(img/pre-order-from-computer-icon.png);
	background-size: 35px 39px;
	background-repeat: no-repeat;
	background-position: 22px 7px;
	color: #ffffff;
	font-size: 18px;
	right: 0;
	top: 50%;
	border-radius: 0px 0 15px 15px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.05);
	text-decoration: none;
	font-weight: 600;
    -webkit-transform-origin: 100% 50%;
       -moz-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
         -o-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: rotate(90deg) translate(50%, 50%);
       -moz-transform: rotate(90deg) translate(50%, 50%);
        -ms-transform: rotate(90deg) translate(50%, 50%);
         -o-transform: rotate(90deg) translate(50%, 50%);
            transform: rotate(90deg) translate(50%, 50%);
}

	/*

	===============================================

	================== 8.6.Footer ===================

	===============================================

	*/
	
	footer {
		font-size: 18px;
	}
	
	.footer-logo {
		background-size: 479px 76px;
		width: 479px;
		height: 76px;
	}
	
	.footer-nav p {
		display: inline-block;
		margin-bottom: .25em;
	}
	
	.footer-social-links {
		font-size: 17px;
	}

	.copyright-row p {
		display: inline-block;
		margin-bottom: .25em;
	}
	
	.copyright-row a:last-child::after {
		content: "|";
		padding: 0 10px 0 0;
		margin: 0 0 0 15px;
		text-decoration: none;
		display: inline-block;
	}

	}
/*
==============================================================================================
==============================================================================================

======================= 9.@media only screen and (min-width: 1050px) ==========================

==============================================================================================
==============================================================================================

*/


@media only screen and (min-width: 1050px) {
	
	
	/*
	===============================================

	==================== 9.1.Body ===================

	===============================================

	*/


	/*
	===============================================

	=============== 9.2.Typography ==================

	===============================================
	*/

	/*
	===============================================

	================= 9.3.Header ====================

	===============================================
	*/

	/*
	===============================================

	================== 9.3.1.Menu ===================

	===============================================

	*/
		
	.primary-navigation-container {
		position: relative;
		float: none;
		margin: 0px auto !important;
		display: block;
		/*padding:0px 0px 0 0px;*/
		max-width: 1100px;
		margin-top:0px !important;
	}

	


	.primary-navigation-container a.ubermenu-target:hover {
		color:#a81f23;
	}

	.primary-navigation-container .ubermenu-primary_navigation {
		background-color: #f8f2ed;
	}

	.primary-navigation-container a.ubermenu-target,
	.primary-navigation-container a.ubermenu-target:visited {
		font-family: trade-gothic-next-compressed, sans-serif;
		font-weight: 700;
		font-style: normal;
		color: #4b4a41;
		font-size: 18px;
		text-transform: uppercase;
		padding:50px 16px 50px 16px;
	}
	
	.primary-navigation-container .ubermenu .ubermenu-target,
	.primary-navigation-container .ubermenu .ubermenu-target:visited {
		font-family: trade-gothic-next-compressed, sans-serif;
		font-weight: 700;
		font-style: normal;
		color: #4b4a41;
		font-size: 18px;
		text-transform: uppercase;
		padding:50px 16px 50px 16px;
		letter-spacing: .015em;
	}
	
	.primary-navigation-container .ubermenu-nav .ubermenu-has-submenu-drop {
		background-image: url(img/nav-dropdown-pointer.png);
		background-size: 90px 30px;
		background-repeat: no-repeat;
		background-position: center -400px;
	}
	
	.primary-navigation-container .ubermenu-nav .ubermenu-has-submenu-drop.ubermenu-active {
		background-image: url(img/nav-dropdown-pointer.png);
		background-size: 90px 30px;
		background-repeat: no-repeat;
		background-position: center bottom;
/*		-webkit-animation-duration: .05s;
            animation-duration: .05s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;*/
	}
	
	/*	For search downward pointer*/
	.primary-navigation-container .ubermenu-nav .ubermenu-has-submenu-drop.ubermenu-item-304 {
		background-image: url(img/nav-dropdown-pointer.png);
		background-size: 58px 30px;
		background-repeat: no-repeat;
		background-position: center -400px;
		transition: opacity 0.5s;
	}
	
	.primary-navigation-container .ubermenu-nav .ubermenu-has-submenu-drop.ubermenu-active.ubermenu-item-304 {
		background-image: url(img/nav-dropdown-pointer.png);
		background-size: 58px 30px;
		background-repeat: no-repeat;
		background-position: center bottom;
		transition: opacity 0.5s;
/*		-webkit-animation-duration: .05s;
            animation-duration: .05s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;*/
	}
	
	.primary-navigation-container .ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
		opacity: 0;
		-webkit-transition-property: opacity,visibility;
		-ms-transition-property: opacity,visibility;
		transition-property: opacity,visibility;
		top: auto;
		margin-top: 0px;
	}
	
	/*.primary-navigation-container .ubermenu-has-submenu-drop.ubermenu-active a.ubermenu-target {
		color:#199bd7;
		background-color: #199bd7;
		
	.primary-navigation-container .ubermenu .ubermenu-submenu {
		background-color: #ccccccc;
	}
	}*/
	
	
	
/*	Dropdown submenus*/
	
	.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
		background-color: #a81f23;
	}
	
	.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu a.ubermenu-target {
		color:#ffffff;
		font-size: 18px;
		font-weight: 400;
		text-transform: none;
		background-color: rgba(117, 190, 218, 0);
		padding:5px 20px 8px 20px;
		letter-spacing: .015em;
	}
	
	.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu {
		padding-top:5px;
	}

	.ubermenu .ubermenu-item .ubermenu-submenu-drop {
		box-shadow: 0 0 10px rgba(0,0,0,.15);
		background-color: #1d9dd7;
		border-radius: 0px 0px 20px 20px;
		-moz-border-radius: 0px 0px 20px 20px;
		-webkit-border-radius: 0px 0px 20px 20px;
		border: 0px solid #000000;
		padding: 30px 20px 20px 20px;
	}
	
	.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu {
		padding-top:20px;
		border-bottom: 0px solid #4cb1e0;
	}

	.primary-navigation-container .ubermenu-has-submenu-drop .ubermenu-submenu .ubermenu-submenu {
		padding:0px 0 10px 0px;
		margin:0px 0px 0px 0px;
	}
	
	.mobile-search-menu-container {
		display: none;
	}


	/*

	===============================================

	================== 9.3.2.Logo ===================

	===============================================

	*/
	
	a.homelink {
		background: url(img/copper-canyon-press.svg) no-repeat 50% 50%;
		background-size: 174px 71px;
		outline: 0 none;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		width: 174px;
		height: 71px;
		/*overflow: hiden;*/
		text-indent: -9999px;
	}
    
    a.homelink.white {
        background: url(img/copper-canyon-press-white.svg) no-repeat 50% 50%;
        background-size: 174px 63px;
    }

    a.homelink.black {
        background: url(img/copper-canyon-press-black.svg) no-repeat 50% 50%;
        background-size: 174px 63px;
    }

	header .logo-container {
		/*position:relative;
		width: 35%;
		float: left;
		z-index: 30;
		padding-left:35px;*/
		position:absolute;
		z-index:200;
		left:50%;
		margin-left:-87px;
		top:27px;
	}
	
	header.landing-page-header .logo-container {
		padding: 30px 0 30px 0;
	}
	

	/*
	===============================================

	============ 9.4.Content Elements ===============

	===============================================
	*/
	
	.wrapper {
		padding:0px 45px 0 45px;
	}
	
	.wrapper-layout-builder-pages {
		    padding: 0px 45px 0 45px;
	}
	
	.wrapper-header {
    	padding:0px 45px 0 45px;
	}
	
	.back-to-top {
		bottom: 5em;
		right: 5em;
	}

	/*

	===============================================

	================== 9.4.1.Home ===================

	===============================================

	*/
	

	
	


	/*

	===============================================

	============= 9.4.2.Content Pages ===============

	===============================================

	*/
	
	.blog-post-image-header {
		height: 300px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	/*

	===============================================

	============ 9.4.3.Layout Builder ===============

	===============================================

	*/
	
	.parallax-window {
		/*background-image: none !important;
		background: transparent;
			background-image: none;*/
	}
    
    /*.page-template-page-layoutbuilder-landingpages .content-area {
        padding-top: 5em;
    }*/

    header.landing-page-header.landing-page-image-header h1 {
        font-size: 4em;
        font-weight: 600;
        padding-bottom: 85px;
    }
    
    header.landing-page-header.landing-page-image-header h2 {
        font-size: 3.25em;
        line-height: .8;
        vertical-align: bottom;
        display: inline-block;
    }
	
    header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg p {
        font-size: 1.5rem;
    }
    
    header.landing-page-header.landing-page-image-header .landing-page-header-wysiwyg .landing-page-header-inner-content {
        padding: 65px 0 65px 0;
    }
	

	/*

	=================================================

	========== 9.4.4.Newsletter Pages ===============

	=================================================

	*/
	

	/*

	===============================================

	============ 9.5.Sidebars/Widgets ===============

	===============================================

	*/

	/*

	===============================================

	================== 9.6.Footer ===================

	===============================================

	*/
	
	
	
}
	