/*!
Theme Name: pamayres
Author: Athena Web Designs Ltd
Author URI: https://athenawebdesigns..co.uk
Description: Bespoke Theme for Pam Ayres designed by Athena Web Designs.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pamayres

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.

pamayres 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/
*/

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

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;
	text-align: left;
	color: #222;
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

ul, ol {
	margin-top: 0;
}

li {
	margin: 0.7em 0;
	padding: 0;
}


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%;
}

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

a:hover {
	text-decoration: underline;
}

p {
	margin: 0.5em 0;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.2;
	font-family: 'Simonetta', cursive;
	font-weight: 400;
	text-transform: uppercase;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 42px;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 36px;
}

h3 {
	margin-bottom: 0.4em;
	font-size: 24px;
}

h4 {
	margin-bottom: 0.3em;
	font-size: 1.1em;
}

h5 {
	margin-bottom: 0.2em;
	font-size: 1em;
}

h6 {
	margin-bottom: 0.1em;
	font-size: 1em;
}

.img-blk img {
	display: block;
	width: 100%;
}

.trim-first > :first-child, .trim-content > :first-child {
	margin-top: 0;
}

.trim-last > :last-child, .trim-content > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: 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;
}

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

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


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

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	padding: .5em 1em;
	border: none;
	border-radius: 0;
	background: #6d8cbc;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

.button.notch:before {
	content: '';
	position: absolute;
	left: -20%;
	top: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	-webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
	z-index: -1;
}

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

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/

body {
	background-color: #fff;
	word-wrap: break-word;
	line-height: 1.4;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 15.48px;
	font-weight: 400;
	color: #373636;
	margin: 0;
	overflow-x: hidden;
}

.simonetta {
	font-family: 'Simonetta', cursive;
}

.kaushan {
	font-family: 'Kaushan Script', cursive;
}

.wrapper {
	width: 92%;
	max-width: 960px;
	margin: 0 auto;
}

.page-section {
	margin: 3em auto;
}

.page-section p {
	line-height: 1.5;
}

/*.page-section p:nth-child(3) {
	font-size:.7em;
	line-height:1.4em;
}*/

.error-404 ul {
	text-align: left;
}

.error-404 li.separator,
.error-none li.separator {
	display: none; 
}

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

.not-found form input[type="search"] { 
	width: 100%;
	max-width: 500px;
    display: block;
    margin: 0 auto 1em;
}

.grecaptcha-badge {
	opacity: 0;
	pointer-events: none;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clear-float {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.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 {
	content: "";
	display: table;
	table-layout: fixed;
}

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


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

.site-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff;
	border-bottom: solid 1px #f1f1f1;
	z-index: 99;
}

body.admin-bar .site-header {
	top: 32px;
}

.site-branding {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0.5em;
	position: relative;
    z-index: 9;
    background-color: #ffffff;
}

.site-branding .site-title {
	font-family: 'Simonetta', cursive;
	font-size: 48px;
	text-transform: uppercase;
	display: table;
	margin: auto;
}

.site-branding .site-title a {
	color: #373636
}
.site-branding .site-title a:hover {
	text-decoration: none;
}

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

.main-navigation {
	width: 100%;
	float: right;
	display: block;
	font-size: 18.5px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

.menu-menu-container,
.main-navigation ul {
	position: relative;
	height: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main-navigation li {
	position: relative;
	margin: 0;
	padding: 0;
}

.main-navigation .separator {
	color: #8c8b8b;
	pointer-events: none;
}
.main-navigation .separator:last-child {
	display: none;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.main-navigation ul ul {
	display: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 99999;
	background-color: #ffffff;
    width: 150px;
	height: auto;
}

.main-navigation ul ul ul {
	display: none;
	top: 0;
	left: 100%;
}

.main-navigation ul ul a {
	width: 100%;
	text-align: left;
	padding: 0.25em 0.5em;
    margin: 0.25em 0;
}

.main-navigation ul ul li {
	float: none;
	width: 100%;
	display: block;
}



.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #6583b4;
}

.menu-toggle {
	display: none;
	background-color: transparent;
	color: #13294b;
	border: none;
	padding: 0;
	outline: 0;
	position: absolute;
	right: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}
.menu-toggle:hover {
	background-color: transparent;
	opacity: 0.8;
}

.menu-toggle .menu-icon {
	display: block;
	width: 25px;
    height: 24px;
    position: relative;
    margin: 0;
	border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.menu-toggle .menu-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #373636;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.menu-toggle .menu-icon span:nth-child(1) {
  top: 0px;
}

.menu-toggle .menu-icon span:nth-child(2),
.menu-toggle .menu-icon span:nth-child(3) {
  top: 10px;
}

.menu-toggle .menu-icon span:nth-child(4) {
  top: 20px;
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle .menu-icon span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
Page Section: Boxes
--------------------------------------------------------------*/

.bg-grey {
	padding: 2.5em 0;
	background-color: #eff0f1;
}

.boxes .box {
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	position: relative;
	background-color: #ffffff;
}

.boxes .box:nth-child(3n) {
	margin-right: 0;
}
.boxes .box:nth-child(3n+1) {
	clear: left;
}

.boxes .box:nth-last-child(1),
.boxes .box:nth-last-child(2),
.boxes .box:nth-last-child(3) {
	margin-bottom: 0;
}

.boxes .box:nth-child(3n-2) .link {
	background-color: #97b5e6;
}
.boxes .box:nth-child(3n-2) .link:before {
	/*border-bottom-color: #97b5e6;*/
	background-color: #97b5e6;
}

.boxes .box:nth-child(3n) .link {
	background-color: #4c6792;
}
.boxes .box:nth-child(3n) .link:before {
	/*border-bottom-color: #4c6792;*/
	background-color: #4c6792;
}

.boxes .box .content {
	padding: 1em 1.5em;
	position: relative;
	font-weight: 500;
	line-height: 1.5;
}

.boxes .box .link {
	position: absolute;
	right: -0.5em;
	bottom: -1.25em;
	background-color: #6d8cbc;
	z-index: 3;
	padding: 0.6em 1.2em 0.6em 0.7em;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 19px;
}

.boxes .box .link:before {
	/*
    content: '';
    position: absolute;
    left: -30px;
    bottom: 0;
    border-left: solid 30px transparent;
    border-bottom: solid 2.2em #6d8cbc;
    z-index: 4;
	*/
}

.boxes .box .link:hover {
	opacity: 1;
	text-decoration: none;
}

.boxes .box h3 {
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Simonetta', cursive;
	font-weight: 400;
}

.boxes .box h3 a:hover {
	text-decoration: none;
}

.boxes .box .text {
	margin: 0.75em auto 1.5em;
	text-align: left;
}

.boxes .box .image {
	width: 100%;
	height: 0;
	padding-bottom: 90%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.boxes .box .image img {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 100%;
	opacity: 0;
}




/*--------------------------------------------------------------
Slick
--------------------------------------------------------------*/

.slick p:nth-child(3) {
	font-size:.7em;
	line-height:1.4em;
}

.slick .slide {
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slick .slide img.bg {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 100%;
	opacity: 0;
	z-index: 0;
}



/*--------------------------------------------------------------
Page Section: Promotional Banner
--------------------------------------------------------------*/

.section-type-promo-banner#section-1 {
	margin-top: 0;
}

.section-type-promo-banner {
	margin: 3em auto;
}

.section-type-promo-banner .slick {
	
}

.section-type-promo-banner .slide {
	padding-bottom: 0;
	height: 350px;
	overflow: hidden;
}

.section-type-promo-banner .slide .content {
	position: absolute;
	height: auto;
	left: 50%;
	top: 2em;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-type-promo-banner .slide .left {
	width: 33.333333%;
	float: left;
}

.section-type-promo-banner .slide .left img {
	max-width: 250px;
}

.section-type-promo-banner .slide .middle {
	width: 50%;
	float: left;
	font-size: 27px;
    font-weight: 400;
    margin-top: 1em;
	text-shadow: 0px 0px 30px #ffffff;
}

.section-type-promo-banner .slide .left + .middle {
	width: 33.333333%;
}

.section-type-promo-banner .slide .middle h2 {
	font-size:1.4em;
}

.section-type-promo-banner .slide .right {
	width: 33.333333%;
	float: right;
}

.section-type-promo-banner .slide .right .inner {
	display: table;
	float: right;
	position: relative;
}

.section-type-promo-banner .slide .right img {
	max-width: 175px;
	width: 100%;
    margin-right: 0;
    display: table;
    float: right;
	z-index: 1;
}

.section-type-promo-banner .slide .right .circle {
	position: absolute;
	left: -7em;
	bottom: -1em;
	padding: 1.5em;
	border-radius: 50%;
	color: #ffffff;
	background-color: #6583b4;
	z-index: 2;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.section-type-promo-banner .slide .right .circle:hover {
	text-decoration: none;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.section-type-promo-banner .slide .right .text {
    font-size: 31.76px;
    width: 3em;
    height: 3em;
    display: block;
    margin: auto;
    text-align: center;
	font-family: 'Simonetta', cursive;
}


/*--------------------------------------------------------------
Page Section: Banner Slides
--------------------------------------------------------------*/

.section-type-banner-slides#section-1 {
	margin-top: 0;
}

.section-type-banner-slides {
	margin: 3em auto;
}

.section-type-banner-slides .slick {
	
}

.section-type-banner-slides .slide {
	padding-bottom: 0;
	height: 350px;
	position: relative;
}

.section-type-banner-slides .slide:after {
	opacity: 0.6;
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
	z-index: 0;
}

body.page-id-11 .section-type-banner-slides .slide:first-child {
	background-position: center 30%;
}

.section-type-banner-slides .slide img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}

.section-type-banner-slides .slide .content {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0.5em;
	z-index: 1;
	/*
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
	/*text-shadow: 0px 0px 30px #ffffff;*/
}

.section-type-banner-slides .slide .inner {
	display: table;
	position: relative;
	width: auto;
	/*background-color: rgba(80, 116, 173, 0.9);*/
	color: #ffffff;
	padding: 0.25em 1.5em;
	margin: auto;
}

/*
.section-type-banner-slides .slide .inner:before {
	content: '';
    position: absolute;
    left: -40px;
    top: 0;
    width: 110%;
	width: -webkit-calc(100% + 55px);
	width: -moz-calc(100% + 55px);
	width: calc(100% + 55px);
    height: 100%;
    background-color: rgba(255,255,255,0.75);
    -webkit-clip-path: polygon(40px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(40px 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
*/




/*--------------------------------------------------------------
Page Section: Heading
--------------------------------------------------------------*/

.section-type-heading + .page-section {
	margin-top: -2em;
}

.section-type-heading {
	overflow: hidden;
}

.section-type-heading h2 {
	text-align: left;
	position: relative;
	padding: 0.85em 0;
}

.section-type-heading h2.middle:after {
	content: '';
    position: absolute;
    height: 100%;
    width: 9999px;
    left: -3999px;
    top: 0;
    background-color: #eff0f1;
    z-index: -1;
}

.section-type-heading h2.middle {
	text-align: center;
}


.section-type-heading h2.right {
	text-align: right;
}


/*--------------------------------------------------------------
Page Section: Promotional Text
--------------------------------------------------------------*/

.section-type-promo-text > * {
	font-size: 1.5em;
}



/*--------------------------------------------------------------
Page Section: Text
--------------------------------------------------------------*/

.section-type-text {
	
}


/*--------------------------------------------------------------
Page Section: Two Text Columns
--------------------------------------------------------------*/

.section-type-banner-slides + .section-type-two-columns {
	margin-top: 3em;
}

.section-type-two-columns .col {
	width: 48%;
	display: table;
}

.section-type-two-columns .left {
	float: left;
}

.section-type-two-columns .right {
	float: right;
}

.section-type-two-columns .inner {
	display: table-cell;
	vertical-align: middle;
}

.section-type-two-columns .inner img {
	box-shadow: 0px 0px 10px -4px #222222;
}

.section-type-two-columns.top .inner {
	vertical-align: top;
}



/*--------------------------------------------------------------
Page Section: Text and Image
--------------------------------------------------------------*/

.section-type-text-image {
	
}

.section-type-text + .section-type-text-image.middle,
.section-type-two-columns + .section-type-text-image.middle,
.section-type-text-image.middle + .section-type-text-image.middle {
	margin-top: -1em;
}

.section-type-text-image .col {
	width: 48%;
	display: table;
	position: relative;
}

.section-type-text-image .col .inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 100%;
	height: auto;
}

.section-type-text-image.top .col .inner {
	vertical-align: top;
}

.section-type-text-image.text25 .text-col {
	width: 23%;
}
.section-type-text-image.text25 .image-col {
	width: 73%;
}

.section-type-text-image.text75 .text-col {
	width: 73%;
}
.section-type-text-image.text75 .image-col {
	width: 23%;
}

.section-type-text-image .left {
	float: left;
}
.section-type-text-image .right {
	float: right;
}

.section-type-text-image .image {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.section-type-text-image .image img {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 100%;
	opacity: 0;
}

.section-type-text-image .image.no-bg {
	background: none !important;
}

.section-type-text-image .image.no-bg img {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	display: block;
	margin: auto;
	box-shadow: 0px 0px 10px -4px #222222;
}


/*--------------------------------------------------------------
Page Section: Quote
--------------------------------------------------------------*/

.section-type-quotes {
	background-color: #eff0f1;
	padding: 2.5em 0;
}

.section-type-quotes .quote {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	background-color: #ffffff;
	padding: 1.5em 2em;
}

.section-type-quotes .quote:nth-child(2n) {
	margin-right: 0;
}
.section-type-quotes .quote:nth-child(2n+1) {
	clear: left;
}

.section-type-quotes .quote.full {
	width: 100%;
	margin-right: 0;
}

.section-type-quotes .quote:nth-last-child(1),
.section-type-quotes .quote:nth-last-child(2) {
	margin-bottom: 0;
}

.section-type-quotes blockquote {
	position: relative;
	margin: 0;
	display: table;
	width: auto;
	text-align: justify;
}

.section-type-quotes blockquote:before,
.section-type-quotes blockquote:after {
	font-family: Georgia,serif;
	position: absolute;
	font-size: 32px;
	opacity: 0.7;
    height: 15px;
}

.section-type-quotes blockquote:before {
    content: "\201C";
	left: -20px;
	top: -10px;
}

.section-type-quotes blockquote:after {
	content: "\201D";
	right: -20px;
	bottom: 5px;
}

.section-type-quotes cite {
	font-style: normal;
	margin-top: 0.25em;
    display: block;
    font-weight: 600;
}


/*--------------------------------------------------------------
Page Section: Boxes
--------------------------------------------------------------*/

.section-type-promo-banner + .section-type-boxes {
	margin-top: 3em;
}

.section-type-boxes {
	padding: 2.5em 0;
	background-color: #eff0f1;
}


/*--------------------------------------------------------------
Page Section: Latest News
--------------------------------------------------------------*/

.section-type-latest-news {
	overflow: hidden;
}

.section-type-latest-news .wrapper {
	position: relative;
}

.section-type-latest-news .wrapper:after {
	content: '';
	position: absolute;
	right: -175px;
	top: 5%;
	height: 90%;
	width: 400px;
	background-image: url(images/book-icon.png);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.section-type-latest-news h2.title {
	display: block;
	margin: 0 auto 1em;
	text-align: center;
}

.section-type-latest-news .image {
	width: 25%;
	float: left;
	margin-right: 4%;
}

.section-type-latest-news .image img {
	max-height: 325px;
}

.section-type-latest-news .content {
	width: 100%;
	float: left;
	font-weight: 500;
}

.section-type-latest-news .image + .content {
	width: 71%;
}

.section-type-latest-news .content h3 {
	margin-bottom: 0.75em;
}

.section-type-latest-news .image + .content h3 {
	margin-top: -5px;
}

.section-type-latest-news .content p {
	margin: 1em 0;
}

.section-type-latest-news .read-more {
	display: table;
	float: right;
	margin-top: 3em;
	letter-spacing: 0.5px;
	font-weight: 400;
	padding: 0.6em 1.4em;
}

.section-type-latest-news .read-more:hover {
	text-decoration: none;
}



/*--------------------------------------------------------------
Large Call to Action
--------------------------------------------------------------*/



.section-type-large-cta {
	
}

.section-type-large-cta .left {
	width: 50%;
	float: left;
	display: table;
	min-height: 300px;
	color: #ffffff;
}

.section-type-large-cta .bg-light-blue {
	background-color: #97b5e6;
}

.section-type-large-cta .bg-blue {
	background-color: #6d8cbc;
}

.section-type-large-cta .bg-dark-blue {
	background-color: #4c6792;
}

.section-type-large-cta .bg-white {
	background-color: white;
	color: #373636;
}


.section-type-large-cta .content {
	padding: 3em 2em;
	display: table-cell;
	vertical-align: middle;
	/*max-width: 500px;
	float: right;*/
	font-size: 17px;
}

.section-type-large-cta .right {
	width: 50%;
	float: left;
	min-height: 300px;
	position: relative;
}

.section-type-large-cta .right .image {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
}

.section-type-large-cta .right img {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 100%;
	z-index: 3;
	opacity: 0;
}

.section-type-large-cta h2,
.section-type-large-cta h3 {
	font-family: 'Kaushan Script', cursive;
	text-transform: capitalize;
	font-size: 48px;
}

.section-type-large-cta .button {
	border-color: inherit;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	margin: 2em auto 0;
	display: table;
	border: solid 2px;
	font-size: 20px;
	color: rgba(255,255,255,0.9);
	padding: 0.4em 1.3em;
}

.section-type-large-cta .button:hover {
	text-decoration: none;
}



/*--------------------------------------------------------------
Page Section: Twitter Feed
--------------------------------------------------------------*/

.section-type-twitter-feed {
	margin-top: -2em;
	padding-top: 2em;
	margin-bottom: 0;
	position: relative;
}

.section-type-twitter-feed:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0;
	top: 0;
	background-image: url(images/twitter-logo.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0.35;
}

.section-type-twitter-feed + .page-section {
	margin-top: 0;
}

.section-type-twitter-feed .top {
	display: block;
	width: 100%;
	margin: 0 auto 3em;
}

.section-type-twitter-feed .top h2.title {
	display: table;
	width: 50%;
	margin: 0 auto 0.25em 0;
	font-size: 46px;
	font-weight: 300;
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: uppercase;
	min-width: 400px;
	max-width: 425px;
}

.section-type-twitter-feed .top .username {
	font-size: 32px;
	font-weight: 300;
	color: #6583b4;
}

.section-type-twitter-feed .top .username:hover {
	text-decoration: none;
	opacity: 0.8;
}

.section-type-twitter-feed .bottom {
	overflow: hidden;
}

.section-type-twitter-feed .col {
	min-height: 300px;
	display: table;
}

.section-type-twitter-feed .inner {
	display: table-cell;
	vertical-align: bottom;
}

.section-type-twitter-feed .left {
	width: 50%;
	float: left;
	position: relative;
}

.section-type-twitter-feed .left .ipad {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 500px;
	margin-bottom: -1em;
}

.section-type-twitter-feed .right {
	width: 50%;
	float: right;
	padding-left: 6em;
}

.section-type-twitter-feed .tweet {
	width: 100%;
	padding: 1em 0 1em 1em;
	margin: 0 auto 1em;
	border-bottom: solid 1px #373636;
}

.section-type-twitter-feed .tweet:first-child {
	padding-top: 0;
}

.section-type-twitter-feed .tweet:last-child {
	border-bottom: none;
}

.section-type-twitter-feed .tweet .text {
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	margin: 0 auto 0.5em;
}

.section-type-twitter-feed .tweet .date {
	display: table;
	float: right;
	clear: both;
	font-size: 16px;
	font-weight: 600;
}

.section-type-twitter-feed img.loader {
	display: block;
	margin: 0 auto;
	max-width: 150px;
}

.section-type-twitter-feed p.loading {
	text-align: center;
	font-size: 18px;
	margin-bottom: 1em;
}

.section-type-twitter-feed .tweet-error {
	text-align: center;
	font-size: 17px;
	margin-bottom: 2em;
}


/*--------------------------------------------------------------
Page Section: Books and DVDs
--------------------------------------------------------------*/

.section-type-book-dvd {

}

.section-type-book-dvd #books + #dvds,
.section-type-book-dvd #books + #audio,
.section-type-book-dvd #audio + #dvds {
	margin-top: 5em;
}

.section-type-book-dvd .filter {
	
}

.section-type-book-dvd .title {
	text-align: center;
	margin-bottom: 1em;
	text-transform: none;
	position: relative;
	padding: 0.75em 0;
	font-size: 40px;
}

.section-type-book-dvd .title:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 9999px;
	left: -3999px;
	top: 0;
	background-color: #eff0f1;
	z-index: -1;
}

.section-type-book-dvd .title  h2 {
	display: table;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.section-type-book-dvd .title  .see-more {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	background-color: #6583b4;
	width: 2.2em;
	height: 2.2em;
	border-radius: 50%;
	font-family: 'Simonetta', cursive;
	-moz-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.section-type-book-dvd .title .see-more:hover {
	-webkit-transform: translateY(-50%) scale(1.1);
	-moz-transform: translateY(-50%) scale(1.1);
	-o-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}

.section-type-book-dvd .title  .see-more .text {
	position: absolute;
	font-size: 20px;
	width: 90%;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
}

.section-type-book-dvd #books .title .see-more .text {
	font-size: 15px;
}


.section-type-book-dvd .product {
	width: 100%;
    margin: 0 auto 1.5em;
	padding-bottom: 2em;
	position: relative;
	clear: left;
}

.section-type-book-dvd .product:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
}

.section-type-book-dvd .product:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.section-type-book-dvd .product:last-child:after {
	display: none;
}


.section-type-book-dvd .product:nth-last-child(1) {
	margin-bottom: 0;
}

.section-type-book-dvd .content {
	padding: 1em 0;
}

.section-type-book-dvd .product .image {
	width: auto;
	display: inline-block;
	margin: 0 1.5em 0.5em 0;
	float: left;
}

.section-type-book-dvd .product .image img {
	width: auto; height: auto;
	max-width: 100%;
	max-height: 14.75em;
	display: block;
	margin: auto;
}

.section-type-book-dvd .product .banner {
	display: block;
	width: 100%; height: auto;
	float: none;
	margin-bottom: 2em;
}

.section-type-book-dvd .product .banner img {
	display: block;
	width: 100%; height: auto;
	margin: 0;
}

.section-type-book-dvd .product h3 {
	font-size: 32px;
	margin-bottom: 6px;
	margin-top: -6px;
}

.section-type-book-dvd .product  .author {
	
}

.section-type-book-dvd .product .content p {
	line-height: 1.6;
	margin: 0.65em 0;
}

.section-type-book-dvd .where-to-buy {
	width: 100%;
}

.section-type-book-dvd .links {
	display: block;
	width: 100%;
	float: left;
	min-height: 40px;
}

.section-type-book-dvd .links .link {
	width: auto;
	float: left;
	padding: 0.15em 0.25em;
	text-align: center;
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.section-type-book-dvd .links img {
	display: block;
	margin: auto;
	max-width: 120px;
	max-height: 35px;
}

.section-type-book-dvd .links .link:hover {
	opacity: 0.6;
}

.section-type-book-dvd .links .link-title {
    width: 120px;
	height: 40px;
	text-align: left;
	padding-left: 0;
	border-right: solid 1px #e1e1e1;
	position: relative;
}

.section-type-book-dvd .links .link-title h4 {
	margin: 0;
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: none;
	font-weight: 600;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


.section-type-book-dvd .links .link-title:hover,
.section-type-book-dvd .links .link.notice:hover {
	opacity: 1;
}

.section-type-book-dvd .links .link.notice {
	width: 350px;
	height: 40px;
	text-align: left;
	padding: 0;
	position: relative;
}

.section-type-book-dvd .links p.notice {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}



/*--------------------------------------------------------------
Page Section: Poems
--------------------------------------------------------------*/

.section-type-poems {
	position: relative;
}

.section-type-poems .poems {
	width: 100%;
}

.section-type-poems .switcher {
	width: 30%;
	height: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
	right: 0;
	float: right;
	background-color: #eff0f1;
	padding: 0.25em 0.75em;
}

.section-type-poems .switcher h3 {
	text-align: center;
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: none;
	position: relative;
	margin-top: 0.25em;
}

.section-type-poems .switcher h3 a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 2;
}

.section-type-poems .switcher #poem-names a {
	margin: 0.25em 0;
    padding: 0.25em;
    display: block;
	text-transform: capitalize;
}

.section-type-poems .switcher #poem-names a:hover,
.section-type-poems .switcher #poem-names a.active {
	text-decoration: none;
	color: #ffffff;
	background-color: #6d8cbd;
}

.section-type-poems .switcher + .poems {
	width: 65%;
	float: left;
	overflow: hidden;
}

.section-type-poems .poems {
	height: auto;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	position: relative;
}

.section-type-poems .poem {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	height: 0px;
}

.section-type-poems .poem.active {
	position: relative;
	opacity: 1;
	visibility: visible;
	height: auto;
}


.section-type-poems .poem h2 {
	font-size: 28px;
}


.section-type-poems .poem .print-poem {
	position: relative;
	margin-top: 1em;
}

.section-type-poems .poem .print-poem:hover {
	text-decoration: none;
}




@media screen and (min-width: 901px) {
	.section-type-poems .switcher #poem-names {
		display: block !important;
	}
}
@media screen and (max-width: 900px) {
	
	.section-type-poems .switcher {
		width: 100%;
		position: relative;
		top: auto;
		float: none;
		margin-bottom: 2em;
		padding: 0.5em 1em;
	}
	
	.section-type-poems .switcher + .poems {
		width: 100%;
		float: none;
	}
	
	.section-type-poems .switcher h3 {
		text-align: left;
		margin: 0;
		font-size: 22px;
		padding-right: 30px;
		cursor: pointer;
		
	}
	
	.section-type-poems .switcher h3 a {
		display: block;
	}
	
	.section-type-poems .switcher h3:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 26px;
		height: 26px;
		background-image: url(images/chevron.png);
		background-size: contain;
		background-repeat: no-repeat;
		-moz-transition: all 0.25s linear;
		-webkit-transition: all 0.25s linear;
		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
	}
	
	.section-type-poems .switcher h3.active:after {
		-webkit-transform: translateY(-50%) rotate(-90deg);
		-moz-transform: translateY(-50%) rotate(-90deg);
		-o-transform: translateY(-50%) rotate(-90deg);
		transform: translateY(-50%) rotate(-90deg);
	}
	
	.section-type-poems .switcher #poem-names {
		display: none;
		padding-top: 0.5em;
	}
	
	
}


/*--------------------------------------------------------------
Page Section: Gallery
--------------------------------------------------------------*/

.section-type-gallery {
	
}

.section-type-gallery .image {
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
	height: 0;
	padding-bottom: 33.333333%;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.section-type-gallery .image:nth-child(3n) {
	margin-right: 0;
}

.section-type-gallery .image:nth-child(3n+1) {
	clear: left;
}

.section-type-gallery .image:nth-last-child(1),
.section-type-gallery .image:nth-last-child(2),
.section-type-gallery .image:nth-last-child(3) {
	margin-bottom: 0;
}

.section-type-gallery .image a {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-type-gallery .image img {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.section-type-gallery .image .button {
	position: absolute;
	bottom: -3.5em;
	width: 50.1%;
	height: auto;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	opacity: 0.95;
	z-index: 2;
	background-color: #222222;
	color: #ffffff;
	padding: 0.8em;
	cursor: pointer;
}

.section-type-gallery .image:hover .button {
	bottom: 0;
}

.section-type-gallery .image .view {
	right: 0;
}

.section-type-gallery .image .download {
	left: 0;
	border-right: solid 1px #505050;
}

.section-type-gallery .image .button:hover {
	background-color: #e1e1e1;
	color: #222222;
	text-decoration: none;
}



/*--------------------------------------------------------------
Page Section: Tour Dates
--------------------------------------------------------------*/

.section-type-tour-dates {
	
}

.section-type-tour-dates .month {
	padding-bottom: 1.5em;
	margin-bottom: 1em;
}

.section-type-tour-dates .month:first-child {
	margin-top: 0; padding-top: 0;
}
.section-type-tour-dates .month:last-child {
	margin-bottom: 0; padding-bottom: 0;
}

.section-type-tour-dates .title {
	position: relative;
	color: #ffffff;
}

.section-type-tour-dates .title:before {
	content: '';
	background-color: #6583b4;
	position: absolute;
	width: 110%;
	width: -webkit-calc(100% + 2em);
	width: -moz-calc(100% + 2em);
	width: calc(100% + 2em);
	height: 110%;
	height: -webkit-calc(100% + 1em);
	height: -moz-calc(100% + 1em);
	height: calc(100% + 1em);
	top: -0.5em;
	left: -1em;
	z-index: -1;
}

.section-type-tour-dates .title h3 {
	margin-bottom: 0.75em;
	color: inherit;
}

.section-type-tour-dates .concert {
	margin: 1em 0;
}

.section-type-tour-dates .concert:first-child {
	margin-top: 0;
}
.section-type-tour-dates .concert:last-child {
	margin-bottom: 0;
}

.section-type-tour-dates .concert .column {
	display: inline-block;
	float: left;
}

.section-type-tour-dates .concert .date {
	width: 12.5%;
}
.section-type-tour-dates .concert .time {
	width: 7.5%;
}
.section-type-tour-dates .concert .location-name {
	width: 50%;
}
.section-type-tour-dates .concert .number {
	width: 15%;
}
.section-type-tour-dates .concert .url {
	width: 15%;
}



.section-type-tour-dates .concert .url img {
	width: 10px;
	height: 10px;
	display: inline-block;
	/*opacity: 0;*/
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.section-type-tour-dates .concert .url a:hover img {
	opacity: 1;
}

.section-type-tour-dates .concert a,
.section-type-tour-dates .concert a:hover {
	text-decoration: none;
	position: relative;
}

.section-type-tour-dates .concert a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #373636;
	left: 0;
	bottom: -2px;
	opacity: 0;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.section-type-tour-dates .concert a:hover:after {
	opacity: 1;
}


@media screen and (max-width: 960px) {
	
	.section-type-tour-dates .concert .date {
		width: 15%;
	}
	.section-type-tour-dates .concert .time {
		width: 10%;
	}
	.section-type-tour-dates .concert .location-name {
		width: 42%;
	}
	.section-type-tour-dates .concert .number {
		width: 16%;
	}
	.section-type-tour-dates .concert .url {
		width: 17%;
	}
	
}

@media screen and (max-width: 768px) {
	
	.section-type-tour-dates .concert {
		margin: 1em 0;
	}
	
	.section-type-tour-dates .concert .column {
		float: left;
		padding: 0 0.5em;
	}
	
	.section-type-tour-dates .concert .date {
		width: auto;
		padding-left: 0;
		border-right: solid 1px #676767;
		position: relative;
	}
	.section-type-tour-dates .concert .date:before {
		content: '';
		position: absolute;
		left: -8px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background-color: #373636;
	}
	.section-type-tour-dates .concert .time {
		width: auto;
		border-right: solid 1px #676767;
	}
	.section-type-tour-dates .concert .location-name {
		width: auto;
	}
	.section-type-tour-dates .concert .number {
		width: auto;
		clear: left;
		padding-left: 0;
		margin-top: 0.25em;
		border-right: solid 1px #676767;
		min-width: 82px;
	}
	.section-type-tour-dates .concert .url {
		width: auto;
		margin-top: 0.25em
	}
	
	
}


@media screen and (max-width: 480px) {
	
	.section-type-tour-dates .concert .time {
		border-right: none;
	}
	
	.section-type-tour-dates .concert .location-name {
		padding-left: 0;
		margin-top: 0.25em;
		clear: left;
	}
	
	
	
	
}



/*--------------------------------------------------------------
Page Section: Book Events
--------------------------------------------------------------*/

.section-type-book-events {
	
}

.section-type-book-events .month {
	display: inline-block;
	float: left;
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.section-type-book-events .month:nth-last-child(1),
.section-type-book-events .month:nth-last-child(2),
.section-type-book-events .month:nth-last-child(3) {
	margin-bottom: 0;
}

.section-type-book-events .month:nth-child(3n) {
	margin-right: 0;
}

.section-type-book-events .month .title h3 {
	display: table;
	position: relative;
	margin-bottom: 0.25em;
	padding: 0.25em 1.5em 0.25em 0.25em;
	color: #ffffff;
	margin-left: 20px;
}

.section-type-book-events .month .title h3:before {
	content: '';
	position: absolute;
    left: -20px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #6583b4;
    -webkit-clip-path: polygon(22px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(22px 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.section-type-book-events .month .title h3:after {
	content: '';
	width: 90%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #6583b4;
}

.section-type-book-events .event {
	margin: 0.4em 0;
	position: relative;
	display: table;
}

.section-type-book-events .event span {
	display: inline-block;
	float: left;
}

.section-type-book-events .event .date {
	padding-right: 0.5em;
	margin-right: 0.5em;
	border-right: solid 1px #676767;
	min-width: 53px;
	word-spacing: 3px;
}

.section-type-book-events .event img {
	width: 10px;
	height: 10px;
	display: inline-block;
	/*opacity: 0;*/
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	margin-left: 5px;
}

.section-type-book-events .event a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #373636;
	left: 0;
	bottom: -2px;
	opacity: 0;
	-moz-transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.section-type-book-events .event a:hover:after {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	
	.section-type-book-events .month,
	.section-type-book-events .month:nth-child(3n),
	.section-type-book-events .month:nth-last-child(3) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	
	.section-type-book-events .month:nth-last-child(1),
	.section-type-book-events .month:nth-last-child(2) {
		margin-bottom: 0;
	}

	.section-type-book-events .month:nth-child(2n) {
		margin-right: 0;
	}
	
}

@media screen and (max-width: 700px) {
    
 
	.section-type-book-events .month,
	.section-type-book-events .month:nth-child(3n),
	.section-type-book-events .month:nth-child(2n),
	.section-type-book-events .month:nth-last-child(3),
	.section-type-book-events .month:nth-last-child(2) {
		width: 100%;
		margin-right: auto;
		margin-bottom: 1.5em;
	}
	
	.section-type-book-events .month:nth-last-child(1) {
		margin-bottom: 0;
	}
	
}



/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.wpcf7-form {
	
}

.wpcf7-form .row {
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 1em;
	float: left;
}

.wpcf7-form .row:last-child {
	margin-right: 0;
}

.wpcf7-form .row input {
	width: 100%;
	padding: 0.5em;
}

.wpcf7-form .message {
	width: 100%;
	float: none;
}

.wpcf7-form .message textarea {
	max-width: 100%;
	min-width: 100%;
	height: 125px;
	min-height: 125px;
	max-height: 300px;
	padding: 0.5em;
}


.wpcf7-form input[type="submit"] {
	float: right;
}


@media screen and (max-width: 768px) {
	
	.wpcf7-form .row {
		width: 100%;
		margin-right: 0;
		max-width: 500px;
		float: none;
	}
	
	
}



/*--------------------------------------------------------------
Password Protected Pages
--------------------------------------------------------------*/

.password-protected {
	margin: 3em auto;
	text-align: center;
}




/*--------------------------------------------------------------
Blog/News
--------------------------------------------------------------*/

.blog .archive-filter {
	padding-bottom: 2em;
}

.blog .archive-filter .archive-button {
	float: right;
}
.blog .archive-filter .archive-button:hover {
	opacity: 1;
}

.blog .archive-filter .archive-list {
	display: none;
	clear: both;
}

.blog .archive-filter .archive-list ul {
	list-style: none;
	margin: 2em 0 0;
	padding: 1em 0;
	background-color: #ffffff;
	clear: left;
    float: left;
    width: 100%;
}

.blog .archive-filter .archive-list li {
	width: 16.666666%;
	float: left;
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

.blog .archive-filter .archive-list li:nth-child(6n+1) {
	clear: left;
}

.blog .archive-filter .archive-list li:nth-last-child(1),
.blog .archive-filter .archive-list li:nth-last-child(2),
.blog .archive-filter .archive-list li:nth-last-child(3),
.blog .archive-filter .archive-list li:nth-last-child(4),
.blog .archive-filter .archive-list li:nth-last-child(5),
.blog .archive-filter .archive-list li:nth-last-child(6) {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	
	.blog .archive-filter .archive-list li {
		width: 25%;
	}
	.blog .archive-filter .archive-list li:nth-last-child(5),
	.blog .archive-filter .archive-list li:nth-last-child(6) {
		margin-bottom: 1em;
	}
	.blog .archive-filter .archive-list li:nth-child(6n+1) {
		clear: none;
	}
	.blog .archive-filter .archive-list li:nth-child(4n+1) {
		clear: left;
	}
	
}

@media screen and (max-width: 800px) {
	
	.blog .archive-filter .archive-list li {
		width: 33.333333%;
	}
	.blog .archive-filter .archive-list li:nth-last-child(4) {
		margin-bottom: 1em;
	}
	.blog .archive-filter .archive-list li:nth-child(4n+1) {
		clear: none;
	}
	.blog .archive-filter .archive-list li:nth-child(3n+1) {
		clear: left;
	}
	
}

@media screen and (max-width: 500px) {
	
	.blog .archive-filter .archive-list li {
		width: 50%;
	}
	.blog .archive-filter .archive-list li:nth-last-child(3) {
		margin-bottom: 1em;
	}
	.blog .archive-filter .archive-list li:nth-child(3n+1) {
		clear: none;
	}
	.blog .archive-filter .archive-list li:nth-child(2n+1) {
		clear: left;
	}
	
}



.blog .bg-grey,
.archive .bg-grey {
	padding-bottom: 0;
}

.blog .boxes,
.archive .boxes {
	padding-bottom: 2.5em;
}

.blog .boxes + .wrapper .pagination,
.archive .boxes + .wrapper .pagination {
	margin-top: -2.5em;
}

.blog .box .image,
.archive .box .image {
	padding-bottom: 105%;
}

.blog .section-type-banner-slides,
.archive .section-type-banner-slides {
	margin-bottom: 0;
}


.pagination {
	display: block;
	text-align: center;
	padding: 2em 0;
	margin: 0 auto;
	font-size: 18px;
}

.pagination a.page-numbers {
	background-color: #6d8cbc;
    color: #ffffff;
    padding: 0.5em;
}
.pagination a.page-numbers:hover {
	text-decoration: none;
	opacity: 0.8;
}

.pagination .page-numbers.current {
	background-color: #666666;
	padding: 0.5em;
	color: #ffffff;
}



/*--------------------------------------------------------------
Single Post
--------------------------------------------------------------*/
.single-post .section-type-banner-slides {
	margin-bottom: 1em;
}

.single-banner-slides .slide {
	background-color: #4c6792;
	color: white;
	height: auto;
	padding: 3em 0;
}

.single-banner-slides .slide .inner {
	background-color: transparent;
}

.single-banner-slides .slide .inner:before {
	z-index: 0;
	/*background-color: rgba(0,0,0,0.12);*/
}

.single-post .section-type-banner-slides .slide .inner h1,
.single-banner-slides .slide .inner h1 {
	margin-bottom: 0;
}

.single-post .section-type-banner-slides .slide .inner .posted-on,
.single-banner-slides .slide .inner .posted-on {
	text-align: center;
	width: 100%;
    display: block;
}

.single-post .entry-content {
	margin: 0 auto 1em;
}

.single-post .entry-footer {
	margin: 1em auto;
}

.single-post .entry-footer p {
	margin: 0.15em 0;
}


.single-post-navigation {
	
}

.single-post-navigation .prev-post {
	width: 40%;
	float: left;
	text-align: left;
}

.single-post-navigation .next-post {
	width: 40%;
	float: right;
	text-align: right;
}


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

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


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

.site-footer {
	background-color: #eff0f1;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	border-top: solid 3px #6d8cbc;
}


/*
.site-footer:after {
	content: '';
	position: absolute;
	left: 42%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #d9dadb;
	-webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
  	clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
	z-index: 0;
}
*/

.site-footer .wrapper {
	position: relative;
	padding: 2em 0 5em;
}

.site-footer .wrapper:before {
	content: '';
	position: absolute;
	left: 36%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #d9dadb;
	-webkit-clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
  	clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
	z-index: 0;
}

.site-footer .wrapper:after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 9999px;
	height: 100%;
	background: #d9dadb;
}



.site-footer a {
	color: #6583b4;
}

.site-footer .left {
	width: 40%;
	float: left;
	position: relative;
	z-index: 2;
}

.site-footer .left p {
	margin: 1.4em 0;
}
.site-footer .left p:first-child {
	margin-top: 0;
}

.site-footer .right {
	width: 46%;
	float: right;
	position: relative;
	z-index: 2;
}

.site-footer .right h2 {
	text-transform: none;
	padding: 0.25em;
	color: #ffffff;
	font-size: 28px;
	position: relative;
	display: table;
	margin-left: 20px;
}

.site-footer .right h2:before {
	content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #475f89;
    -webkit-clip-path: polygon(22px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(22px 0%, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}
.site-footer .right h2:after {
	content: '';
	position: absolute;
	right: 0;
	width: 80%;
	height: 100%;
	bottom: 0;
	background-color: #475f89;
	z-index: -1;
}

.site-footer .right .left,
.site-footer .right .right {
	width: 47%;
}

.site-footer .right input {
	width: 100%;
	padding: 0.75em 1em;
}

.site-footer .right button {
	margin-top: 1em;
	float: right;
	padding: 0.6em 1.8em;
}


/*--------------------------------------------------------------
Cookie Box
--------------------------------------------------------------*/

.cookieBox {
	z-index: 999;
	opacity: 0.95;
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 15em;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 0.8em;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.cookieBox p {
	margin: 0;
	padding: 0;
}

.cookieBox .cookieAccept {
	display: inline-block;
	margin-top: .3em;
	padding: 1px 3px;
	border-radius: 2px;
	color: #fff;
	background-color: #6d8cbc;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
	-webkit-transition: background-color 0.1s;
	transition: background-color 0.1s;
}

.cookieBox .cookieAccept:hover {
	opacity: 0.8;
}

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


@media screen and (max-width: 1200px) {
	
	
	/*--------------------------------------------------------------
	Page Section: Latest News
	--------------------------------------------------------------*/
	.section-type-latest-news .wrapper:after {
		display: none;
	}
	
	
	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	
	.site-footer .right h2:before {
		/*-webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
    	clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);*/
	}
	
	
	
}



@media screen and (max-width: 1080px) {
	
	
	/*--------------------------------------------------------------
	Page Section: Banner Slides
	--------------------------------------------------------------*/
	
	.section-type-banner-slides .slide .inner {
		/*margin-left: 5%;*/
	}
	
	
	
	/*--------------------------------------------------------------
	Page Section: Twitter Feed
	--------------------------------------------------------------*/

	.section-type-twitter-feed .right {
		padding-left: 3em;	
	}
	
}



@media screen and (max-width: 960px) {
	
	/*--------------------------------------------------------------
	Large CTA
	--------------------------------------------------------------*/
	
	.section-type-quotes + .section-type-large-cta {
		margin-top: -3em;
	}
	
	.section-type-large-cta {
		width: 100%;
	}
	
	
	
}


@media screen and (max-width: 900px) {
	
	/*--------------------------------------------------------------
	Navigation
	--------------------------------------------------------------*/
	
	.menu-menu-container {
		display: block;
		position: fixed;
		height: 100vh;
		left: 100%;
		z-index: -1;
		top: 0;
		background-color: #ffffff;
	}
	
	.main-navigation {
		padding: 0;
	}
	
	.menu-toggle,
	.main-navigation.toggled .menu-menu-container {
		display: block;
		margin: auto;
	}
	
	.main-navigation ul {
		position: relative;
		left: 0;
		top: 0;
		width: 200px;
		height: 100%;
		display: block;
		-moz-transition: left 0.4s cubic-bezier(.72,.58,.59,.72);
		-webkit-transition: left 0.4s cubic-bezier(.72,.58,.59,.72);
		-o-transition: left 0.4s cubic-bezier(.72,.58,.59,.72);
		transition: left 0.4s cubic-bezier(.72,.58,.59,.72);
		padding: 0 0.5em;
		background-color: #ffffff;
	}
	.main-navigation ul:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: #e1e1e1;
	}
	
	.main-navigation.toggled ul {
		left: -100%;
	}
	
	.main-navigation.toggled ul ul {
		left: 0;
	}

	.main-navigation li {
		float: none;
		padding: 0.25em 0.5em;
		margin: 0.25em auto;
	}
	
	.main-navigation .separator {
		display: none;
	}
	
	.main-navigation ul ul {
		position: relative;
		box-shadow: none;
		transform: none;
		border: none;
		width: 100%;
		padding: 0;
		background-color: #f6f6f6;
	}
	
	.main-navigation ul ul:before {
		display: none;
	}

	.main-navigation ul ul a {
		width: auto;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Promotional Banner
	--------------------------------------------------------------*/
	
	.section-type-promo-banner .slide .left {
		display: none;
	}
	
	.section-type-promo-banner .slide .left + .middle,
	.section-type-promo-banner .slide .middle {
		width: 345px;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Banner Slides
	--------------------------------------------------------------*/
	
	.section-type-banner-slides .slide .content {
		/*top: 20%;*/
	}
	
	.section-type-banner-slides .slide .inner {
		/*margin: auto;*/
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Gallery
	--------------------------------------------------------------*/

	.section-type-gallery .image,
	.section-type-gallery .image:nth-child(3n) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		padding-bottom: 44%;
	}
	
	.section-type-gallery .image:nth-child(3n+1) {
		clear: none;
	}
	
	.section-type-gallery .image:nth-child(2n+1) {
		clear: left;
	}
	
	.section-type-gallery .image:nth-last-child(3) {
		margin-bottom: 4%;
	}
	
	.section-type-gallery .image:nth-last-child(1),
	.section-type-gallery .image:nth-last-child(2) {
		margin-bottom: 0;
	}
	
	.section-type-gallery .image:nth-child(2n) {
		margin-right: 0;
	}
	
	
	/*--------------------------------------------------------------
	Single Post
	--------------------------------------------------------------*/

	.single-banner-slides .slide {
		padding: 2em 0;
	}
	
	
	
	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	
	.site-footer .right h2:before {
		/*-webkit-clip-path: polygon(13px 0%, 100% 0, 100% 100%, 0% 100%);
    	clip-path: polygon(13px 0%, 100% 0, 100% 100%, 0% 100%);*/
	}
	
	.site-footer .right .left {
		margin-bottom: 1em;
	}
	.site-footer .right .left,
	.site-footer .right .right {
		width: 100%;
	}
	
	
}


@media screen and (max-width: 782px) {
	body.admin-bar .site-header {
	   top: 46px;
	}
}

@media screen and (max-width: 768px) {

	
	.page-section {
		margin: 3em auto;
	}
	
	
	
	/*--------------------------------------------------------------
	Page Section: Boxes
	--------------------------------------------------------------*/
	
	.boxes .box,
	.boxes .box:nth-child(3n),
	.boxes .box:nth-last-child(3),
	.boxes .box:nth-last-child(2) {
		width: 100%;
		margin-right: 0;
		max-width: 450px;
		margin: 0 auto 2em;
		float: none;
	}
	
	.boxes .box:last-child {
		margin-bottom: 0;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Two Text Columns
	--------------------------------------------------------------*/
	
	.section-type-two-columns .col,
	.section-type-two-columns .left,
	.section-type-two-columns .right {
		width: 100%;
		float: none;
	}
	
	.section-type-two-columns .left {
		margin-bottom: 2em;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Text and Image
	--------------------------------------------------------------*/

	.section-type-text-image .col {
		width: 100% !important;
	}
	
	.section-type-text-image .image-col {
		margin-bottom: 2em;
	}
	
	.section-type-text-image .image {
		width: 100%;
		max-width: 450px;
		margin: auto;
		height: 300px;
	}
	
	.section-type-text-image .image.no-bg {
		height: auto;
	}
	
	.section-type-text-image .image.no-bg img {
		max-width: 450px;
		max-height: 300px;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Latest News
	--------------------------------------------------------------*/
	
	.section-type-latest-news h2.title {
		text-align: center;
	}
	
	.section-type-latest-news .image {
		display: table;
		margin: 0 auto 1em auto;
		float: none;
		width: auto;
		width: 90%;
		max-width: 250px;
		min-width: 200px;
	}
	
	.section-type-latest-news .image + .content,
	.section-type-latest-news .content {
		width: 100%;
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	.section-type-latest-news .read-more {
		float: none;
		margin: 1em auto 0;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Large Call to Action
	--------------------------------------------------------------*/
	
	.section-type-large-cta {
		
	}
	.section-type-large-cta .left,
	.section-type-large-cta .right {
		width: 100%;
		float: none;
		margin: 0;
		min-height: 0;
		display: block;
	}
	
	.section-type-large-cta .right {
		height: 0;
		padding-bottom: 60%;
	}
	
	.section-type-large-cta .right .image {
		min-height: 0;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Twitter Feed
	--------------------------------------------------------------*/
	
	.section-type-twitter-feed {
		margin-bottom: 0;
	}
	
	.section-type-twitter-feed:after {
		background-position: top center;
	}
	
	.section-type-twitter-feed .top h2.title {
		width: 100%;
		margin: 0 auto 0.25em;
		text-align: center;
		max-width: 425px;
		min-width: 0;
	}
	
	.section-type-twitter-feed .top .username {
		text-align: center;
		width: auto;
		margin: auto;
		display: table;
	}
	
	.section-type-twitter-feed .left,
	.section-type-twitter-feed .right {
		width: 100%;
		display: block;
		float: none;
		padding: 0;
		max-width: 450px;
		margin: auto;
		min-height: 0;
	}
	
	.section-type-twitter-feed .left {
		height: 0;
		padding-bottom: 55%;
		margin-top: 1em;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Books and DVDs
	--------------------------------------------------------------*/
	
	.section-type-book-dvd .links {
	    display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-lines: single;
		-moz-box-lines: single;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.section-type-book-dvd .links .link {
		float: none;
		margin: auto;
	}
	
	.section-type-book-dvd .links .link-title {
		width: 100%;
		height: auto;
		text-align: center;
		padding: 0;
		border-right: none;
		position: relative;
		display: block;
	}
	
	.section-type-book-dvd .links .link-title h4 {
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		margin-bottom: 0.25em;
	}
	
	.section-type-book-dvd .links .link.notice {
		width: 100%;
		height: auto;
		text-align: center;
		padding: 0;
		position: relative;
		display: block;
	}
	
	.section-type-book-dvd .links p.notice {
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	
	
	
	/*--------------------------------------------------------------
	Page Section: Quote
	--------------------------------------------------------------*/
	
	.section-type-quotes .quote,
	.section-type-quotes .quote:nth-child(2n),
	.section-type-quotes .quote:nth-last-child(2) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	
	
	
	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	
	/*
	.site-footer:after {
		left: 80%;
	}
	*/
	.site-footer .wrapper:before {
		left: 75%;
	}
	
	.site-footer .left,
	.site-footer .right {
		width: 85%;
		max-width: 350px;
		float: none;
		display: block;
		margin: 0 auto 2em 0;
	}
	
	.site-footer .left {
		margin-bottom: 0;
	}
	
	.site-footer .right .right,
	.site-footer .right .left {
		max-width: 100%;
		width: 100%;
	}
	
	.site-footer .right .right {
		margin-bottom: 1em;
	}
	
	.site-footer .right button {
		margin-top: 0;
	}
	
	/*--------------------------------------------------------------
	Alignment
	--------------------------------------------------------------*/
	.alignleft,
	.alignright,
	.aligncenter,
	.alignnone {
		display: block;
		float: none;
		width: auto;
		margin: 0 auto 1em;
	}
}

@media screen and (max-width: 650px) {
	
	
	
	/*--------------------------------------------------------------
	Page Section: Gallery
	--------------------------------------------------------------*/

	.section-type-gallery .image,
	.section-type-gallery .image:nth-child(3n),
	.section-type-gallery .image:nth-child(2n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
		padding-bottom: 80%;
	}
	
	.section-type-gallery .image:nth-child(2n+1) {
		clear: none;
	}
	
	.section-type-gallery .image:nth-last-child(2) {
		margin-bottom: 2em;
	}
	
	.section-type-gallery .image:nth-last-child(1) {
		margin-bottom: 0;
	}
	
	
}

@media screen and (max-width: 700px) {

	.section-type-promo-banner .slide .left + .middle,
	.section-type-promo-banner .slide .middle {
		width: 270px;
	}

}


@media screen and (max-width: 600px) {
	
	/*--------------------------------------------------------------
	Page Section: Promotional Banner
	--------------------------------------------------------------*/
	
	.section-type-promo-banner .slide {
		height: auto;
		padding: 2em 0 2.5em;
	}
	
	.section-type-promo-banner .slide .content {
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		left: 0;
		width: auto;
		max-width: 90%;
		margin: auto;
		display: table;
		top: 0;
		height: auto;
	}
	
	.section-type-promo-banner .slide .left + .middle,
	.section-type-promo-banner .slide .middle {
		display: block;
		float: left;
		clear: left;
		margin-top: 0;
		text-align: center;
	}
	
		.section-type-promo-banner .slide .left + .middle,
	.section-type-promo-banner .slide .middle {
		width: 80%;
		float:none;
		margin:0 auto;
	}
	
	.section-type-promo-banner .slide .left + .middle p, 
	.section-type-promo-banner .slide .middle p {
		margin-top: 0;
	}
	
	.section-type-promo-banner .slide .right {
		display: block;
		float: none;
		clear: left;
		margin-top: 0;
		width: 100%;
	}
	
	.section-type-promo-banner .slide .right .inner {
		float: none;
		margin: auto;
	}
	
	/*--------------------------------------------------------------
	Page Section: Twitter Feed
	--------------------------------------------------------------*/
	
	.section-type-twitter-feed .left {
		height: 0;
		padding-bottom: 70%;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Quote
	--------------------------------------------------------------*/
	
	.section-type-quotes blockquote:before {
		left: -11px;
    	top: -21px;
	}
	
	.section-type-quotes blockquote:after {
    	right: -8px;
    	bottom: -15px;
	}
	
	.section-type-quotes cite {
		padding-right: 25px;
	}
	
	
	/*--------------------------------------------------------------
	Page Section: Books and DVDs
	--------------------------------------------------------------*/
	
	.section-type-book-dvd #books + #dvds, 
	.section-type-book-dvd #books + #audio, 
	.section-type-book-dvd #audio + #dvds {
		margin-top: 3em;
	}
	
	.section-type-book-dvd .title .see-more {
		-webkit-transform: translateY(-50%) scale(0.75);
		-moz-transform: translateY(-50%) scale(0.75);
		-o-transform: translateY(-50%) scale(0.75);
		transform: translateY(-50%) scale(0.75);
	}
	
	.section-type-book-dvd .content {
		text-align: center;
	}
	
	.section-type-book-dvd .product .image {
		display: block;
		margin: 0 auto 1em;
		float: none;
		width: 100%;
	}
	
	.section-type-book-dvd .links .link {
		margin: 0 auto 1em;
	}
	
	
}


@media screen and (max-width: 500px) {
	
	/*--------------------------------------------------------------
	Page Section: Large Call to Action
	--------------------------------------------------------------*/
	
	.section-type-large-cta .right {
		padding-bottom: 75%;
	}
	
	
}




@media screen and (max-width: 480px) {
	
	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/
	
	.site-branding .site-title {
		margin-left: 0;
	}
	
	
	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	
	.site-footer .wrapper:before,
	.site-footer .wrapper:after {
		display: none;
	}
	
	.site-footer .left, .site-footer .right {
		width: 100%;
		max-width: 100%;
	}
	
}




@media screen and (max-width: 400px) {
	
	/*--------------------------------------------------------------
	Page Section: Promotional Banner
	--------------------------------------------------------------*/
	
	.section-type-promo-banner .slide .left + .middle, 
	.section-type-promo-banner .slide .middle {
		width: 100%;
		margin: auto;
    	float: none;
	}
	
	.section-type-promo-banner .slide .right .circle {
		padding: 1em;
		left: -5em;
	}
	
	.section-type-promo-banner .slide .right .text {
		font-size: 24px;
	}
	
	.section-type-promo-banner .slide .right img {
		max-width: 150px;
	}
	
}

@media screen and (max-width: 380px) {
	
	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/
	
	.site-branding .site-title {
		font-size: 38px;
	}
	
	
}

