/*!
Theme Name: CB Carrollian
Author: Castle Builder Design
Author URI: https://castlebuilder.com
Description: Custom theme for the Lewis Carroll Society of North America
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carrollian
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Carrollian 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: bold;
}

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

@font-face {
    font-family: Butler;
    src: url(/wp-content/themes/carrollian/fonts/Butler-ExtraBold.woff);
    font-weight: extra-bold;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	 /*clear: both;*/
}

h1, h2, #aliceclock {
    font-family: "Butler", Times, serif;
}
#aliceclock {
 	color: #c23938;
	font-weight: bold;
 	font-size: 2.1em;
}
body:not(.home) #primary h2:not:first-of-type {
    margin-top: 60px;
}
h1.entry-title,
.single-tribe_events .tribe-events-single-event-title,
.page-title,
body.home #primary h2 {
    padding-bottom: 18px;
    font-size: 2.3em;
    background: url(images/bg-ornament-title.png) no-repeat 1% 100%;
    line-height: 1.3;
}
body.tribe-is-responsive #primary h2,
.tribe-events-meta-group .tribe-events-single-section-title {
    margin: 32px 0 18px;
    font-size: 1.8em;
    text-transform: inherit;
}
h2.tribe-events-schedule__datetime .tribe-events-schedule__date,
.tribe-events-schedule__time,
.tribe-events-schedule__all-day,
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone {
    font-family: "Butler", Times, serif;
    font-size: 1em;
}
.tribe-events-schedule__separator,
.tribe-events-schedule__timezone {
    color: #404040;
}
.tribe-events-schedule__all-day {
    border-radius: 5px;
    font-size: 0.5em;
    padding: 6px 12px 3px;
    vertical-align: middle;
    background: #9a8b50;
    color: #fff;
    line-height: 1;
    margin-left: 6px;
}

#tribe-events-content .tribe-block__btn--link a img {
    display: none;
}

#tribe-events .tribe-events-button,
.tribe-events-button,
#tribe-events-content .tribe-block__btn--link a {
    background-color: #c23938;
}

#tribe-events-content .tribe-block__btn--link a {
    min-height: inherit;
    background-image: none;
    border-radius: 3px;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 6px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom: 1;
}
#tribe-events-content .tribe-block__btn--link a:before {
    content: '+';
    margin-right: 6px;
}

body.tribe-is-responsive #primary .tribe-events-meta-group h2,
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3 {
    padding-left: 48px;
    background: url(images/bg-ornament-title-h2.png) no-repeat 0 40%;
    background-size: 36px 36px;
}
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__name h3 {
    margin-bottom: 12px;
}

#tribe-events .tribe-events-content p.speaker-bio {
	display: inline-block;
	clear: both;
	margin: 0 0 20px;
}

/*hiding from woo*/
.postid-15173 .tribe-events-cost, .tribe-events-event-cost span, .postid-15173 .tribe-events-event-meta .tribe-events-event-cost-label, .postid-15173 .tribe-events-event-meta .tribe-events-event-cost, .archive .woocommerce-info, mark {
	display: none;
	visibility: hidden;
}

#secondary h2,
#secondary h3,
.bottom-wrapper .col-2 h3 {
    padding: 18px 18px 18px 60px;
    background: url(images/bg-ornament-heading.png) no-repeat;
    font-size: 1.5em;
    font-family: "Butler", Times, serif;
}
#secondary {
    font-size: 0.92em;
}
#secondary .widget {
    margin-bottom: 48px;
}
p, .tribe-common p {
	margin-bottom: 1.5em;
}

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;
	clear: both;
	white-space: pre-wrap;
 	white-space: -moz-pre-wrap;
 	white-space: -pre-wrap;
 	white-space: -o-pre-wrap;
 	word-wrap: break-word;
}

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

/*
.entry-header+figure.landscape img {
    width: 100%;
}
*/

#content {
    position: relative;
}

div.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20vh;
    top: 0;
    left: 0;
    background-color: #fff;
    display: inline-block;
    z-index: 99999;
    opacity: 1;
}

div.loading.done {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 0;
}

div.loading.done.display-none {
    display: none;
}

.entry-header+figure.verticle img {
    width: auto;
    max-height: 60vh;
}

.entry-header+figure figcaption {
    margin-top: 0.5em;
    font-size: 0.8em;
}

.entry-header+figure.verticle+.entry-content p:first-of-type {
    margin-top: 0;
}

/*--------------------------------------------------------------
# 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 3em;
}

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

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,
a:link,
a:visited {
	color: #8f6794;
}

h2 a,
h2 a:link,
h2 a:visited {
    color: #404040;
	text-decoration: none;
}

.site-content a:hover {
	opacity: 0.5;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/*.main-navigation ul li:not(.current_page_item) ul {*/
.main-navigation ul ul {
	min-width: 200px;
	background-color: #ea5546;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation .sub-menu li {
    width: 100%;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
    background: url(images/bt-nav.png) no-repeat 50% 50%;
    width: 57px;
    height: 46px;
    padding: 12px;
    float: right;
    text-indent: -9999px;
    border: none;
    display: none;
}
.menu-toggle {
    outline: 0;
}
.slicknav_btn {
    text-align: right;
}
.slicknav_btn:after {
    padding: 8px 24px 0;
    content: url(images/bt-nav.png);
    display: block;
}

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

/*--------------------------------------------------------------
# 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: 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;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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,
figcaption {
	margin: 0.8075em 0;
	font-size: 0.8em;
}

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

/* Max Width */
.site-branding,
.menu-new-primary-menu-container {
    max-width: 1500px;
    margin: 0 auto;
}
.site-footer .widget-area,
.home #main,
.home .three-column-wrapper,
.home .bottom-wrapper,
body:not(.home) .content-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

body:not(.home) #secondary ul {
    margin: 0;
    padding: 0 0 0 1em;
    list-style: none;
}
#secondary .widget_recent_entries li {
    margin-bottom: 0.5em;
}

/* Header */
#masthead {
    width: 100%;
}
.home #masthead {
    background-color: #f5f4ed;
}
.header-wrapper {
    background: #fff;
    position: relative;
}
.site-branding {
    position: relative;
}
.site-logo {
    margin: 0;
    position: absolute;
    z-index: 9999;
}
.site-branding  .site-title {
    margin-bottom: 6px;
}
.site-branding .site-description {
    color: #717171;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 0;
}

.main-navigation {
    background-color: #c23938;
}
.main-navigation a {
    color: #fff;
    text-transform: uppercase;
}

.main-navigation:before,
.site-footer:before {
    width: 100%;
    height: 22px;
    content: '';
    display: block;
    background-color: #fff;
    background-image: url(images/bg-ornament-header.png);
    background-repeat: repeat-x;
    background-position: 0 98%;
}
.site-footer:before {
    padding-top: 140px;
}
.menu-social-media-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-social-media-container li {
    display: inline-block;
}
.menu-social-media-container li a {
    text-indent: -9999px;
}
#masthead .menu-social-media-container li a {
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    display: inline-block;
}
#masthead .menu-social-media-container {
    position: absolute;
    bottom: 16px;
    right: 24px;
}
#masthead .menu-social-media-container li.facebook a {
    background-image: url(images/bt-facebook.png);
}
#masthead .menu-social-media-container li.instagram a {
    background-image: url(images/bt-instagram.png);
}
#masthead .menu-social-media-container li.youtube a {
    background-image: url(images/bt-youtube.png);
}
#masthead .menu-social-media-container li.twitter a {
    background-image: url(images/bt-twitter.png);
}
#masthead .menu-social-media-container li.rss a {
    background-image: url(images/bt-rss.png);
}
#masthead .menu-social-media-container a:hover {
    opacity: 0.5;
}

#menu-social-media-1 {
    padding: 12px 36px 0;
}
.site-footer .menu li a {
    height: 29px;
    background-repeat: no-repeat;
    display: inline-block;
}
.site-footer .menu li.facebook a {
    width: 15px;
    background-image: url(images/bt-facebook-btm.png);
}
.site-footer .menu li.twitter a {
    width: 29px;
    background-image: url(images/bt-twitter-btm.png);
}
.site-footer .menu li.instagram a {
    width: 29px;
    background-image: url(images/bt-instagram-btm.png);
}
.site-footer .menu li.youtube a {
    width: 35px;
    background-image: url(images/bt-youtube-btm.png);
}
.site-footer .menu li.rss a {
    width: 25px;
    background-image: url(images/bt-rss-btm.png);
}

.search-form {
    display: none;
    width: 100%;
    height: 120px;
    position: absolute;
    background: #d4443b;
    left: 0;
    padding: 32px 48px 24px 20%;
    z-index: 888;
    font-family: 'Merriweather', serif;
    -webkit-box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 2px 8px 0px rgba(0,0,0,0.3);
}

.search-form.active {
    animation: pulse 1s;
    display: block;
}
.ms-info {
    padding: 12px;
}

/* Event Page */
#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-views #tribe-bar-filters-wrap,
#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-views #tribe-bar-filters-wrap {
    width: 100%;
}
:root {
    --featured-event-bg: #f5f5f5;
}
#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views,
#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views {
    position: absolute;
    top: -100px;
    right: 0;
}
.tribe-events-page-title {
    padding-bottom: 18px;
    font-size: 2.3em;
    background: url(images/bg-ornament-title.png) no-repeat 1% 100%;
    text-align: left;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #9e8a4e;
    border-radius: 5px;
}
.tribe-bar-views-inner {
    background: #fff;
}
#tribe-bar-views-toggle:focus,
#tribe-bar-views-toggle:hover {
    background: #fff;
}
#tribe-bar-views .tribe-bar-views-option:hover {

}
#tribe-bar-views .tribe-bar-views-list {
    background: #ca3d35;
}
#tribe-bar-views .tribe-bar-views-option {
    color: #fff;
    font-size: 83%;
}
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
    background: #b12c23;
}
#tribe-bar-views .tribe-bar-views-list span.tribe-icon-list {
    background-image: url(images/icon-list.png);
}
#tribe-bar-views .tribe-bar-views-list span.tribe-icon-month {
    background-image: url(images/icon-month.png);
}
#tribe-bar-views .tribe-bar-views-list span.tribe-icon-day {
    background-image: url(images/icon-day.png);
}
#tribe-bar-views .tribe-bar-views-option:hover {
    background: #ea6455;
}
.datepicker.dropdown-menu {
    z-index: 9999!important;
}
.tribe-events-notices {
    margin: 36px 0;
    background: #ffffff;
    border: 1px solid #ca3d35;
    color: #ca3d35;
    text-shadow: none;
}
#tribe-events-content a, .tribe-events-event-meta a,
.single-tribe_events .tribe-events-single-event-description a {
	color: #8f6794;
}
.tribe-events-calendar td .tribe-events-viewmore a {
    white-space: normal;
    font-family: sans-serif;
    font-weight: normal;
}
.tribe-events-calendar th {
    background-color: #ded5be;
}
.tribe-events-calendar div[id*=tribe-events-daynum-] {
    background-color: #fff;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background-color: #ca3d35;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
	color: #404040;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a, .tribe-events-list .tribe-events-loop .tribe-event-featured a:hover {
	color: #8f6794;
}
.tribe-events-loop .tribe-event-featured a:hover {
	opacity: 1;
}
.tribe-events-list .tribe-events-venue-details {
    line-height: 1.5;
}
.tribe-events-list .entry-summary {
    margin: 0;
}
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip {
    padding: 24px;
}
body.single-tribe_events header.entry-header+figure {
    display: none;
}

body.tribe-events-day #primary h2,
body.events-list #primary h2 {
    margin-top: 60px;
    padding: 0;
    font-size: 1.5em;
    color: #a1894c;
    border-bottom: 3px solid #a1894c;
    background: none;
}

.tribe-events-list .type-tribe_events {
    border: none;
}

#secondary .tribe-events-list-widget .tribe-list-widget {
    padding-left: 1em;
}
#secondary .tribe-events-list-widget .tribe-list-widget li {
    padding: 0;
}
#secondary .tribe-events-list-widget .tribe-event-title {
    font-weight: normal;
}
#secondary .tribe-events-widget-link {
    text-align: right;
}

#tribe-events-content  a,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a, .tribe-events-back a:hover,
.tribe-events-event-meta a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
    text-decoration: underline;
}
#tribe-events-content  h3 a,
.tribe-events-title-bar a {
    text-decoration: none;
}

.tribe-button, a.tribe-button {
	background-color: #ca3d35;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    margin: 0;
}

.tribe-button:hover, a.tribe-button:hover {
	background: #ab2726;
	opacity: 1;
}

.blog #secondary h3,
.single-post #secondary h3,
.category #secondary h3,
.single-tribe_events #secondary h3 {
    padding: 18px 18px 18px 60px;
    background: url(images/bg-ornament-heading.png) no-repeat;
    font-family: "Butler", Times, serif;
    font-size: 1.5em;
}

p.bloghead, p.biblhead, p.linkhead {
	margin-bottom: -1em;
	font-size: 1.25em;
	font-weight: bold;
	font-family: "Butler", Times, serif;
}

#secondary select#cat.postform {
    width: 100%;
    margin-bottom: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px;
    background: #ffff url(images/bt-arrow-down.png) no-repeat 95% 55%;
    position: relative;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.search-form input[type=search] {
    width: 75%;
    padding: 12px;
    background: #f1e5e4;
    border: none;
}
.search-form input[type=submit] {
    width: 23%;
    font-size: 1em;
    padding: 16px;
    background: #c0af81;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    float: right;
}
.search-form input[type=submit]:hover {
    opacity: 0.8;
    cursor: pointer;
}
li.search a {
    text-indent: -9999px;
    background-image: url(images/bt-search.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}
li.cart a {
        min-height: 25px;
        background-image: url(images/bt-cart.png);
        background-repeat: no-repeat;
}

/* Content */
.home #main {
    position: relative;
}
.site-content {
    position: relative;
}
.home .site-content {
    background: #f5f4ed;
}

/* Home */
.home-lead:first-child:first-letter {
    color: #9e935f;
    float: left;
    font-family: "Butler", Times, serif;
    padding-top: 20px;
    padding-right: 8px;
    padding-left: 3px;
}

figure.lewis-carroll {
    margin: 60px auto 0;
    position: relative;
}
figure.lewis-carroll:before {
    content: url(images/bg-ornament-corner.png);
    display: inline-block;
    position: absolute;
    top: -39px;
    right: -39px;
}
.wp-block-media-text.lewis-carroll img {
    max-width: 476px;
    padding: 10px;
    background-color: #fff;
}
.home .wp-block-column:not(:last-child) {
    position: relative;
}
.lewis-carroll-caption {
    width: 565px;
    height: 153px;
    position: absolute;
    margin: auto;
    background: url(images/bg-name-ribbon.png) no-repeat;
    text-align: center;
    padding-top: 24px;
}

.home .wp-block-media-text__content p {
    margin: 0;
}

.page-lcsna-fall-2022-speakers .wp-block-media-text__media img {
    margin: 24px;
}
.home .wp-block-media-text__media {
    text-align: center;
}
.wp-block-column {
    position: relative;
    padding-bottom: 60px;
}

.page-knightletter .wp-block-column, .page-knightletter .wp-block-columns, .page-donors .wp-block-column {
    padding-bottom: 0;
    margin-bottom: 0;
}
.home .site-content p.join,
.home .site-content p.donate {
    margin-bottom: 60px;
}
.home .fade-in {
    position: absolute;
}

.home #slider-wrapper {
    background: #fff;
}

#home-three-column {
    padding: 120px 48px 72px;
    background: url(images/bg-alice-big.png);
}
.three-column-wrapper .col-3 {
    background: #f5f4f0 url(images/bg-ornament-box-bottom.png) no-repeat 96% 96%;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}
.three-column-wrapper .col-3 h3,
.bottom-wrapper .col-2 h3 {
    margin-top: 0;
    color: #5d521f;
    font-size: 1.7em;
    font-family: "Butler", Times, serif;
    text-transform: uppercase;
    line-height: 1.2;
    text-decoration: none;
}

.three-column-wrapper .col-3 h3 a,
.bottom-wrapper .col-2 h3 a {
    color: #5d521f;
    text-decoration: none;
}

.three-column-wrapper .col-3 img {
    margin: 0 auto;
    display: block;
}
.three-column-wrapper .col-3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.three-column-wrapper .col-3 ul li {
    margin-top: 1em;
}
#home-bottom {
    background-color: #fff;
}
.bottom-wrapper .col-2 .detail h4 {
    margin-top: 0;
}
.bottom-wrapper .col-2 .detail .inner p {
    margin: 0;
}
.bottom-wrapper .col-2 .detail input {
    margin-top: 12px;
    background: #988c52;
    color: #fff;
    font-size: 1em;
    border: none;
    padding: 12px;
    line-height: 1;
}

/* Footer */
.site-footer {
    min-height: 300px;
    background-color: #c93d35;
    background-image: url(images/bg-footer-bottom.png);
    position: relative;
    background-size: 500px auto;
    background-repeat: no-repeat;
    background-position: 100% 138px;
    background-blend-mode: multiply;
}
.site-footer img {
    width: 300px;
    position: absolute;
    top: -40px;
    right: 103px;
}
.menu-footer-menu-container {
    padding: 0 36px;
}

#menu-footer-menu {
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}
.site-footer .menu li {
    display: inline-block;
    margin-right: 12px;
}
.site-footer .menu a {
    color: #fff;
    text-decoration: none;
}
.site-footer .copyrights {
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}

/* Blog Post */
.blog  .textwidget:after {
    content: '';
    display: table;
    clear: both;
}
.posts-navigation,
.post-navigation,
#tribe-events-footer .tribe-events-sub-nav {
    margin-top: 60px!important;
    border-top: 1px solid #efefef;
}
.nav-links>div a,
.tribe-events-sub-nav:last-of-type li a {
    min-height: 28px;
    margin-top: 36px!important;
    background-repeat:  no-repeat;
    background-size: 50px auto;
    display: inline-block;
    color: #8f6794;
}
.tribe-events-sub-nav li span:first-of-type {
    display: none;
}
.nav-links .nav-previous a,
.tribe-events-nav-previous a {
    padding-left: 70px;
    background-image: url(images/icon-hand-pre.png);
}
.nav-links .nav-next a,
.tribe-events-nav-next a {
    padding-right: 70px;
    background-image: url(images/icon-hand-next.png);
    background-position: top right;
}

.blog .entry-title,
.single .entry-title,
.archive .entry-title,
.search-results .entry-title {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.3;
}
.blog .entry-title+.entry-meta,
.single .entry-title+.entry-meta,
.archive .entry-title+.entry-meta,
.search-results .entry-title+.entry-meta {
    font-size: 0.9em;
    font-style: italic;
}
.single .entry-header,
.blog .entry-header,
.archive .entry-header,
.search-results .entry-header {
    margin-bottom: 24px;
}
.page .entry-content ul,
.blog .entry-content ul,
.single .entry-content ul,
.archive .entry-content ul {
    margin: 24px 0 36px;
    padding: 0;
}
.page.page-id-14 .entry-content ul,
.page.page-id-7 .entry-content ul {
    margin-top: -10px;
    padding: 0;
	font-size: .9rem;
}
.page .entry-content li:not(.blocks-gallery-item),
.blog .entry-content li:not(.blocks-gallery-item),
.single .entry-content li:not(.blocks-gallery-item),
.archive .entry-content li:not(.blocks-gallery-item) {
    margin: 0.5em 0 0 1.5em;
}

.page.page-id-69 .entry-content ol {
    margin: 0;
}

.page.page-id-69 .entry-content li {
    margin: 0.5em 0 0 0;
}

/*
.page #primary .entry-content ul+h2,
.blog #primary .entry-content ul+h2,
.single #primary .entry-content ul+h2,
.archive #primary .entry-content ul+h2,
.page #primary .entry-content ul+h3,
.blog #primary .entry-content ul+h3,
.single #primary .entry-content ul+h3,
.archive #primary .entry-content ul+h3 {
    margin-top: 0;
}
.page #primary .entry-content ul+h2:before,
.blog #primary .entry-content ul+h2:before,
.single #primary .entry-content ul+h2:before,
.archive #primary .entry-content ul+h2:before,
.page #primary .entry-content ul+h3:before,
.blog #primary .entry-content ul+h3:before,
.single #primary .entry-content ul+h3:before,
.archive #primary .entry-content ul+h3:before {
    min-height: 8px;
}
*/

.blog .entry-header+figure img,
.archive .entry-header+figure img {
    padding: 0 12px 12px 0;
}
.blog article.post,
.archive article.post {
    margin-bottom: 72px;
}
.single .post-verticle img {
    width: auto;
    max-height: 80vh;
}

/*
.verticle+.entry-content p:after {
    content: '';
    display: table;
    clear: both;
}
*/

.wp-block-quote {
    margin: 24px;
    padding: 24px 24px 1px;
    font-style: italic;
    /* background: #ece8d9; */
    border-radius: 12px;
    color: #948968;
    font-weight: normal;
}
.wp-block-quote a,
.wp-block-quote a:link {
    color: #5e3a63;
}

.entry-footer  span {
    display: block;
    font-size: 0.9em;
    margin-bottom: 6px;
}
.post-edit-link {
    margin-top: 12px;
    padding: 2px 6px;
    font-size: 0.8em;
    border-radius: 2px;
    background: #906994;
    display: inline-block;
}
a.post-edit-link,
a.post-edit-link:link{
    color: #fff;
}

/* Buttons - override default red to match theme */

.has-vivid-red-background-color.has-vivid-red-background-color, .red-button, #tribe-events-content .red-button, .woocommerce a.button.red-button {
	background-color: #ca3d35;
	border-radius: 3px;
}

a.has-vivid-red-background-color.has-vivid-red-background-color, a.red-button, #tribe-events-content a.red-button, .woocommerce a.button.red-button {
	color: #fff;
	text-decoration: none;
}

.wp-block-button__link, .red-button {
	font-size: 0.85rem;
	padding: 6px 12px;
}

/* Shopping Cart */
input.wspsc_add_cart_submit[type='submit'] {
    padding: 12px;
    background: #ca3d35;
    border: none;
    color: #fff;
}
input.wspsc_add_cart_submit[type='submit']:hover {
    background: #ab2726;
    cursor: pointer;
}

.wspsc_cart_header_image {
    display: none;
}
.shopping_cart table {
    font-size: 0.9em;
}
div.shopping_cart th:not(:last-child) {
    border-bottom: 2px solid #9e8a4e!important;
    padding: 6px!important;
    font-weight: normal!important;
}
.wp_cart_empty_cart_section,
.wpspsc_checkout_form {
    text-align: center;
}
.wp_cart_empty_cart_section{
    margin-top: -2em;
    margin-bottom: 48px;
}
.wpspsc_checkout_form form {
    margin-top: 12px;
}

.entry-content .wp_cart_empty_cart_section {
	display: none;
	visibility: hidden;
}


/* Search */
.search-results .page-title {
    font-size: 1.7em;
    font-style: italic;
}
.search-results .page-title span {
    font-size: 1.7em;
    color: #9e8a4e;
    font-style: normal;
    display: inline-block;
    padding-left: 12px;
}
.search-no-results .page-content figure {
    margin-top: 48px;
    padding: 0 36px;
    text-align: center;
}
.search-no-results .page-content figure img {
    max-width: 480px;
}

.blog .entry-title,
.single .entry-title,
.archive .entry-title,
.search-results .entry-title,
.tribe-events-list .tribe-events-list-event-title,
.woocommerce div.product .product_title {
    padding-left: 48px;
    background: url(images/bg-ornament-blog-title.png) no-repeat;
    font-size: 1.8em;
}
.tribe-events-list .tribe-events-list-event-title {
    font-family: "Butler", Times, serif;
}
.tribe-events-list .tribe-events-list-event-title a {
    color: #404040;
}

#agenda td {
	padding-bottom: 10px;
}

.single .entry-content .tribe-events-notices ul,
.single .entry-content .tribe-events-notices li {
    margin: 0;
}


/* Slider */
.slider-inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.slick-prev,
.slick-next {
    width: 29px;
    height: 41px;
    position: absolute;
    top: 50%;
    z-index: 9999;
    text-indent: -9999px;
    border: none;
    outline: none;
    cursor: poster;
}
.slick-prev {
    background: url( images/bt-arrow-prev.png);
    left: 12px;
}
.slick-next {
    background: url( images/bt-arrow-next.png);
    right: 12px;
}

.home .rslides figcaption {
    padding: 24px 48px 24px 60px;
    background: #fff;
    color: #404040;
    font-size: 1rem;
    text-align: left;
}
.home .rslides li {
    margin: 0;
}
.home .rslides a {
    width: 100%;
    position: relative;
}
.home .rslides img {
    display: block;
}

/* Research Column */
.research-block-top.wp-block-media-text {
	grid-template-columns: auto 66.67%;
}
.research-block-bottom.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: auto 33.33%;
}
.research-block-top .wp-block-media-text__content {
	padding-right: 0;
}
.research-block-bottom .wp-block-media-text__content {
	padding-left: 0;
}
.research-block {
	align-items: start;
}
.research-block figure {
	text-align: center;
}

/* Responsive Table */
table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) " ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 40%;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  padding-left: 12px;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}
table.bt tr td:last-of-type {
	border-bottom: 1px solid #eae5d1!important;
}
table.bt td {
    padding: 0 12px 12px 12px;
}
table.bt td:first-of-type {
	padding-top: 12px;
}

body.page-id-11207 table.bt tr:first-of-type {
	display: none;
}

/* Books */
.img-book figure {
    margin-top: 0;
}

.page-books .entry-content h3 {
	clear: both;
}

/* Speakers */
div.speaker {
    margin-bottom: 60px;
    text-align: center;
}
div.speaker h2 {
    margin-bottom: 6px;
    font-size: 1.1em;
}
div.speaker h2+p {
    margin: 0;
}
div.speaker img {
    margin: 0 auto;
    padding: 3px;
    border: 1px solid #ded5ba;
    display: block;
}

/* User Menu */
#user-menu {
    margin: 0;
    padding: 0;
    position: absolute;
}
#user-menu li {
    display: inline-block;
    text-decoration: none;
}
#user-menu li:not(:first-child):before {
    padding-right: 4px;
    /*content: '|';*/
}

@media screen and (min-width: 1231px) {
    .site-branding  .site-title,
    .site-branding .site-description,
    .menu-new-primary-menu-container>ul {
        /*width: 76%;*/
        padding-left: 36px;
    }
    .main-navigation a {
        padding: 18px 12px;
    }
    li.search a {
        width: 48px;
        min-height: 28px;
    }
    li.cart a {
        width: 48px;
    }
}

@media screen and (max-width: 1230px) {
    .site-logo {
        left: 6px;
    }
    .main-navigation div:not(.slicknav_menu) a {
        padding: 18px 6px;
    }
    li.search a {
        width: 36px;
        background-size: 20px auto;
    }
}

@media screen and (min-width: 1201px) {
    .home-lead {
        font-size: 1.1em;
        line-height: 2;
    }
    .main-navigation a {
        font-size: 0.83em;
    }
    .home .site-content .join,
    .home .site-content .donate {
        width: 65%;
    }
    .home #primary h2.join {
        width: 60%;
        background-position: 97% 100%;
    }
    .home .fade-in {
        right: 0;
    }
    .lewis-carroll-caption {
        left: 0;
    }
    .three-column-wrapper .col-3 {
        padding: 48px;
    }
}

@media screen and (max-width: 1200px) {
    .home-lead {
        line-height: 1.7;
    }
}

@media screen and (min-width: 1101px) {
    /*.site-branding  .site-title {
        max-width: 680px;
    }*/
    .entry-header+figure.verticle {
        margin: 0 0 1em 36px;
        display: inline-block;
        float: right;
    }
    /*
    .entry-header+figure.verticle+.entry-content ul:before {
        padding-top: 24px;
        content: '';
        display: table;
    }
    #primary #main h2+ul {
        margin-top: 0;
    }
    #primary #main h2+ul:before {
        padding-top: 0;
    }
    #primary #main ul+h2:before {
        min-height: 24px;
    }
    .page-id-14 .entry-header+figure.verticle+.entry-content ul:before,
    .page-id-7 .entry-header+figure.verticle+.entry-content ul:before {
        padding-top: 0px;
    }
    .entry-header+figure.verticle+.entry-content h2,
    .entry-header+figure.verticle+.entry-content h3 {
        display: block;
        line-height: 1.3;
    }
    .entry-header+figure.verticle+.entry-content h2:after,
    .entry-header+figure.verticle+.entry-content h3:after,
    .entry-header+figure.verticle+.entry-content h2:before,
    .entry-header+figure.verticle+.entry-content h3:before {
        content: '';
        display: block;
        min-height: 0.83em;
    }
    .entry-header+figure.verticle+.entry-content h2:first-of-type+p {
        margin-top: 36px;
    }
    */
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
    .main-navigation a {
        font-size: 0.83em;
    }
}

@media screen and (max-width: 1100px) {
    .entry-header+figure.verticle {
        text-align: center;
    }
}

@media screen and (min-width: 961px) {
    div.speaker {
        width: 33.333%;
        padding: 0 6px;
        float: left;
    }
    div.speaker:nth-child(3n+2) {
        clear: left;
    }
}

@media screen and (max-width: 960px)  and (min-width: 451px) {
    div.speaker {
        width: 50%;
        padding: 0 6px;
        float: left;
    }
    div.speaker:nth-child(2n) {
        clear: left;
    }
}
figcaption.blocks-gallery-item__caption {
    width: 33% !important;
    background: unset !important;
    color: #000 !important;
    text-align: left !IMPORTANT;
    padding-left: 20px !important;
    padding-right: 20px !important;
 }

@media(min-width: 1248px) {
  figcaption.blocks-gallery-item__caption {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}

div#slider-wrapper .slider-inner li.blocks-gallery-item.item {
    margin-bottom: 0;
}

@media(max-width: 480px) {
	.owl-carousel .owl-item img {
	    width: 100%;
	    height: auto !important;
	    object-fit: fill !important;
	    padding-left: 0!important;
	    padding-right: 0 !important;
	}
	figcaption.blocks-gallery-item__caption {
	    width: 100% !important;
	    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent) !important;
	    color: #fff!important;
	    text-align: center !IMPORTANT;
	    padding-left: 0!important;
	    padding-right: 0 !important;
	}
	figcaption.blocks-gallery-item__caption h2 a {
	    color: #fff !important;
	}
}

@media screen and (max-width: 960px) {
    .main-navigation .slicknav_menu>ul {
        background: #da5048;
    }
    .main-navigation .slicknav_menu li {
        position: relative;
        padding: 8px 0;
    }
    .slicknav_arrow {
        position: absolute;
        top: 6px;
        left: 18px;
        font-size: 0.5em;
    }
}

@media screen and (min-width: 782px) {
    .home .site-content .join {
        text-align: right;
    }
    .home .fade-in {
        top: -18px;
    }
    .three-column-wrapper .col-3 {
        width: 30.333%;
        float: left;
    }
    .three-column-wrapper .col-3 h3 {
        text-align: center;
    }
    .three-column-wrapper .col-3:first-child {
        margin-right: 3%;
    }
    .three-column-wrapper .col-3:nth-child(2) {
        margin: 0 1.5%;
    }
    .three-column-wrapper .col-3:last-child {
        margin-left: 3%;
    }
    .three-column-wrapper .col-3.blog img {
        margin-bottom: 1.5em;
    }
    .bottom-wrapper .col-2 {
        width: 47%;
        float: left;
    }
    .bottom-wrapper .col-2:first-child {
        margin-right: 6%;
    }
    figure.lewis-carroll {
        max-width: 478px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 782px) {
    .home .site-content .join,
    .home .site-content .donate {
        width: 85%;
    }
    .home .site-content h2.join {
        width: 65%;
        background-position: 97% 100%;
    }
    .home .fade-in {
        right: -28px;
    }
     .three-column-wrapper .col-3 {
        padding: 24px;
     }
}

@media screen and (max-width: 781px) {
     .three-column-wrapper .col-3 {
        padding: 48px 36px 72px;
     }
     .three-column-wrapper .col-3:not(:first-child) {
        margin-top: 48px;
     }
     #home-three-column {
        padding: 60px 36px;
    }
    figure.lewis-carroll {
        max-width: 360px;
    }
    .bottom-wrapper .col-2 {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 781px) and (min-width: 600px) {
    .home .wp-block-column {
        flex-basis: 80%;
        margin: 0 auto;
    }
    .home .fade-in {
        right: -96px;
    }
    h2.join {
        margin-top: 60px;
    }
    .home .fade-in {
        top: 0;
    }
}
@media screen and (max-width: 1100px) and (min-width: 640px) {
    /*.site-branding  .site-title {
        max-width: 480px;
    }*/
}
@media screen and (min-width: 1001px) {
    .home .entry-header+figure {
        width: 55%;
        margin: 0 0 60px;
        padding-right: 48px;
        position: absolute;
        right: 0;
    }
    .home-lead {
        width: 45%;
        margin-bottom: 60px;
        padding-right: 48px;
    }
    .bottom-wrapper .col-2 .detail .inner {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 1000px) and (min-width: 641px) {
    .home .entry-header+figure {
        width: 50%;
        padding-left: 36px;
        float: right;
    }
}

@media screen and (max-width: 1000px) {
    .home-lead {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 961px) {
    .site-logo {
        width: 14%;
	}
	.site-branding  .site-title {
        margin-top: 48px;
    }
    .home .rslides figcaption {
        width: 33.33%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .home .rslides a {
        padding-left: 33.33%;
    }
	.home .rslides figcaption a {
        padding-left: 0;
    }
    /*
    .home #slider-wrapper {
        padding: 0 48px;
    }
    */
}

@media screen and (max-width: 960px) {
	.site-branding  .site-title {
        margin-top: 24px;
    }
    .home .entry-header+figure {
        text-align: center;
    }
    .home .rslides figcaption {
        margin: 0;
    }
    .home .rslides h2 {
        margin-top: 0;
    }
    .slick-prev,
	.slick-next {
        bottom: 25%;
    	top: auto;
    	width: 12px;
    	height: 17px;
    	background-size: 12px auto!important;
    	padding: 0;
    	opacity: 0.8;
    }
    .home .rslides figcaption {
    	position: relative;
    }
    .home .rslides figure {
    	display: block;
    	width: 100%;
    	height: auto;
    }
	li.search {
        display: none;
    }
}

@media screen and (max-width: 960px) and (min-width: 640px) {
    .site-logo {
        width: 16%;
	}
}

@media screen and (min-width: 862px) {
    .site-branding .site-title,
    .site-branding .site-description {
        padding-right: 160px;
    }
}

@media screen and (max-width: 861px) {
    #menu-social-media {
        display: none;
    }
}

@media screen and (min-width: 841px) {
    .site-branding .site-description {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 1230px) and  (min-width: 801px) {
    li.cart a {
        width: 36px;
        background-size: 24px auto;
    }
}

@media screen and (min-width: 801px) {
    .menu-toggle,
    .slicknav_menu {
        display: none;
    }
	.main-navigation ul {
		display: block;
	}
    .main-navigation li {
	    float: left;
	    position: relative;
    }
    .main-navigation .join, .main-navigation .donate {
        float: right;
    }
    .main-navigation .join a, .main-navigation .donate a {
        /*margin-right: -24px;*/
        padding-right: 18px;
        padding-left: 18px;
    }
    .main-navigation .join a {
        margin-right: -36px;
        border-left: 2px solid #c23938;
    }
    .main-navigation li.join:not(.current_page_item) a, .main-navigation li.donate:not(.current_page_item) a {
        background: #ab2726;
    }
    .main-navigation li:not(.current_page_item) a:hover {
        background-color: #fb7562;
    }
    .menu-new-primary-menu-container {
        padding: 0 36px;
    }
    .menu-new-primary-menu-container>ul {
        margin-left: 14%;
        line-height: 1;
    }
    .main-navigation ul ul {
	    float: left;
	    position: absolute;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    .main-navigation ul ul a:hover {
        background-color: #c23938;
    }
    .main-navigation .current_page_item>a,
    .main-navigation .current-page-ancestor>a,
    .events-archive .main-navigation .nav-events a,
    .events-single .main-navigation .nav-events a,
    body.archive:not(.events-archive) .main-navigation .nav-blog a,
    .single-post .main-navigation .nav-blog a {
        background-color: #e2453c;
    }
    .main-navigation .sub-menu .current_page_item>a {
        background-color: #fb7562;
    }
    li.cart a {
        text-indent: -9999px;
        cursor: pointer;
        background-position: 48% 50%;
    }
    #user-menu {
        top: 9px;
        right: 24px;
        font-size: 0.75em;
        color: #a4a6a5;
    }
    #user-menu a {
        color: #9e935f;
    }

}

@media screen and (max-width: 800px) {
    .main-navigation .current-menu-ancestor>a,
    .main-navigation .current-menu-ancestor>a a,
    .main-navigation .sub-menu .current_page_item>a {
        color: #a22a23;
    }
    #user-menu {
        display: none;
    }
    .main-navigation .slicknav_menu li.user-menu {
        background: #c23938;
        border-top: 1px solid #a92e27;
    }
    .main-navigation .slicknav_menu li.user-menu a {
        text-transform: capitalize;
    }
}

@media screen and (min-width: 781px) {
    body:not(.home) #primary {
        width: 100%;
        float: left;
        margin-left: -324px;
        padding-left: 324px;
        padding-right: 24px;
    }
    body:not(.home) #secondary {
        width: 324px;
        margin-bottom: 48px;
        padding-left: 24px;
        border-left: 1px solid #efefef;
        float: right;
    }
}



@media screen and (max-width: 800px) {
	#primary-menu {
        margin-top: 46px;
        background: #e65342;
    }
    .main-navigation ul li>a {
        max-width: 480px;
        margin: 0 auto;
        padding-left: 36px;
        padding-right: 24px;
        position: relative;
    }
    .main-navigation .sub-menu {
    	margin-top: 18px;
        padding-left: 48px;
        background: #e86454;
    }
    li.cart a {
            background-position: 5.5em 50%;
            background-size: 24px auto;
        }
}

@media screen and (max-width: 781px) and (min-width: 640px) {
     .three-column-wrapper .events p,
     .three-column-wrapper .generic p,
     .three-column-wrapper .blog p {
        float: left;
        width: 33.33%;
        margin: 0 24px 0 0;
     }
}

@media screen and (max-width: 768px) {
	.nav-links>div a,
	.tribe-events-sub-nav li a {
		padding: 36px 0 0 0!important;
    	text-align: left;
    	background-color: transparent;
    	background-size: 50px auto;
    	background-repeat: no-repeat;
    }
    .tribe-events-sub-nav li.tribe-events-nav-previous a {
    	background-image: url(images/icon-hand-pre.png);
    }
    .tribe-events-sub-nav li.tribe-events-nav-next a {
    	background-image: url(images/icon-hand-next.png);
    	background-position: top right;
    }
    .nav-links>div a:hover,
	.tribe-events-sub-nav:last-of-type li a:hover {
		color: #8f6794;
	}
}

@media screen and (min-width: 641px) {
    .site-branding  .site-title,
    .site-branding .site-description {
        margin-left: 14%;
        line-height: 1;
    }
    .site-branding {
        padding: 1px 48px;
    }
    .blog #main figure,
    .archive #main figure {
        max-width: 33.333%;
        margin: 0 24px 0 0;
        float: left;
    }
    .blog #main .wp-block-media-text figure {
        max-width: 100%;
        float: none;
    }
    .blog #main .wp-block-media-text {
        clear: both;
    }
    .blog #main figure+.entry-content,
    .archive #main figure+.entry-content {
        margin: 0;
    }
    .single .entry-header+figure.post-verticle {
        margin: 0;
        padding-bottom: 24px;
        max-width: 50%;
        float: left;
    }
    .single .entry-header+figure.post-verticle img,
    .single .entry-header+figure figcaption {
        padding-right: 24px;
    }
    .category .entry-header+figure+.entry-content p:first-of-type,
    .blog .entry-header+figure+.entry-content p:first-of-type,
    .single .entry-header+figure+.entry-content p:first-of-type {
        margin-top: 1px;
    }
    /*.tribe-events-list  .tribe-event-featured .tribe-events-event-image {
        width: 33.33%!important;
        padding-right: 24px;
        position: absolute;
    }
    .tribe-events-list  .tribe-event-featured .tribe-events-list-event-title {
        margin-top: 0!important;
    }*/
    .single-tribe_events .tribe-events-event-image {
        margin-bottom: 0;
    }
    .single-tribe_events figure {
        margin-bottom: 36px;
    }
    .tribe-events-list  .tribe-event-featured  .tribe-events-list-event-title,
    .tribe-events-list   .tribe-event-featured .tribe-events-event-meta,
    .tribe-events-list   .tribe-event-featured .tribe-events-list-event-description {
        width: 100%;
        /*padding-left: 33.33%;*/
    }
    .single-tribe_events .tribe_events figure.alignright:first-of-type {
        max-width: 60%;
        float: right;
        padding: 0  0 0 24px;
        margin: 0;
    }
    .single-tribe_events.postid-20160 .tribe_events figure.wp-block-gallery:first-of-type {
        max-width: 100%;
        float: none;
        padding: 0;
    }
    .single-tribe_events .tribe_events figure:first-of-type img {
        display: block;
    }
    .single-tribe_events .tribe-events-single-event-description h2,
    .single-tribe_events .tribe-events-single-event-description h3 {
        display: table-row;
    }
    .single-tribe_events .tribe-events-single-event-description h2:before,
    .single-tribe_events .tribe-events-single-event-description h3:before {
        content: '';
        display: block;
        min-height: 32px;
    }
    .single-tribe_events .tribe-events-single-event-description h2:after,
    .single-tribe_events .tribe-events-single-event-description h3:after {
        content: '';
        display: block;
        min-height: 18px;
    }
    .search-results .post-thumbnail {
        float: left;
        margin: 0 24px 24px 0;
    }
   .search-results .post-thumbnail img {
        display: block;
   }
   .site-branding  .site-title {
        max-width: 960px;
    }
    #masthead {
        padding-bottom: 48px;
    }
}

@media screen and (max-width: 640px) {
    .site-branding {
        padding: 1px 12px;
    }
    .site-branding .site-title {
        text-align: center;
    }
    .site-branding .site-title img {
        max-width: 360px;
        margin: 0 auto;
    }
    .site-branding .site-description {
        font-size: 0.8em;
        text-align: center;
    }
    .single .entry-header+figure {
        text-align: center;
        margin: 0;
    }
    .entry-header+figure figcaption {
        margin: 0.5em auto 0.85em auto;
    }
    #masthead {
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 640px) and (min-width: 415px) {
    .site-logo {
        width: 110px;
	}
	.site-branding  .site-title,
    .site-branding .site-description {
        margin-left: 100px;
        line-height: 1;
    }
    p.join {
        padding-right: 60px;
    }
}

@media screen and (min-width: 600px) {
    .lewis-carroll-caption {
        right: -50px;
    }
    .research-block {
    	margin-top: 36px;
    }
    #primary .research-block h2:first-child {
		margin-top: 0;
	}
}
@media screen and (max-width: 599px) {
    .home .fade-in {
        top: -6px;
        right: -41px;
    }
    .lewis-carroll-caption {
        right: -80px;
    }
	.research-block .wp-block-media-text__content {
		padding-left: 0;
	}
	.research-block figure img {
		width: auto;
		max-height: 360px;
	}
	.research-block-top figure {
		display: none;
	}
	.img-book figure {
	    width: 100%;
	    text-align: center;
	}
}

@media screen and (min-width: 415px) {
    .bottom-wrapper .col-2 p img {
        width: 27%;
        margin-right: 3%;
        float: left;
    }
    .bottom-wrapper .col-2 .detail {
        width: 70%;
        float: left;
    }
    .home .fade-in {
        width: 40%;
    }
    .home #main {
        padding: 0 48px;
    }
    #home-bottom {
        padding: 60px 48px;
    }
   /*
    .blog .entry-title+.entry-meta,
    .single .entry-title+.entry-meta,
    .archive .entry-title+.entry-meta {
        padding-left: 48px;
    }
    */
    body:not(.home) .content-wrapper {
    	padding: 0 48px;
	}
	.home-lead:first-child:first-letter {
        font-size: 7rem!important;
        line-height: 8rem;
    }
}
@media screen and (max-width: 414px) {
    .site-logo {
        width: 86px;
        top: 36px;
        left: 0;
	}
	.site-branding  .site-title,
    .site-branding .site-description {
        margin-left: 48px;
        line-height: 1;
    }
    .bottom-wrapper .col-2 p img {
        margin: 0 auto;
        display: block;
    }
    .home .fade-in {
        width: 50%;
    }
    .home #main {
        padding: 0 36px;
    }
    #home-bottom {
        padding: 60px 36px 48px;
    }
    body:not(.home) .content-wrapper {
    	padding: 0 36px;
	}
	.home-lead:first-child:first-letter {
        font-size: 5rem!important;
        line-height: 6rem;
    }
}

#primary {
    overflow: hidden;
}

body.product-donate.woocommerce #content div.product div.summary,
body.product-donate.woocommerce div.product div.summary,
body.product-donate.woocommerce-page #content div.product div.summary,
body.product-donate.woocommerce-page div.product div.summary,
body.product-donations.woocommerce #content div.product div.summary,
body.product-donations.woocommerce div.product div.summary,
body.product-donations.woocommerce-page #content div.product div.summary,
body.product-donations.woocommerce-page div.product div.summary,
body.membership.woocommerce #content div.product div.summary,
body.membership.woocommerce div.product div.summary,
body.membership.woocommerce-page #content div.product div.summary,
body.membership.woocommerce-page div.product div.summary

 {
    width: 100%;
}
body.product-donate.woocommerce div.product form.cart div.quantity,
body.product-donate.woocommerce div.product form.cart .button,
body.product-donations.woocommerce div.product form.cart div.quantity,
body.product-donations.woocommerce div.product form.cart .button,
body.membership.woocommerce div.product form.cart div.quantity,
body.membership.woocommerce div.product form.cart .button {
    float: none;
}
.woocommerce div.product form.cart .variations select {
    width: 100%;
    max-width: 100%;
    min-width: auto;
}
.woocommerce:not(.membership) div.product form.cart .alg-product-input-fields-table td {
    padding-right: .5em;
}
.woocommerce div.product form.cart .alg-product-input-fields-table td {
    font-weight: bold;
}
body.product-donate.woocommerce div.product form.cart .button,
body.product-donations.woocommerce div.product form.cart .button,
body.membership.woocommerce div.product form.cart .button {
    margin-top: 12px;
    display: block;
}

.out-of-stock, .woocommerce div.product .out-of-stock {
	color: #c23938;
}

.tribe-events-tickets .tribe-tickets-remaining, body.product-donate .product_meta, body.membership .product_meta, .price
/*.postid-17553 .tribe-events-schedule, .postid-17553 .tribe-events-event-meta, .post-17553 .tribe-event-schedule-details*/
  {
    display: none;
    visibility: hidden;
}
.woocommerce-variation-price .price, .product_cat-books .price {
    display: block;
    visibility: visible;
}

.product .nyp {
     margin-bottom: 0;
}

.main-navigation .cart-contents a, a.cart-contents {
	text-transform: lowercase;
}

.product_cat-books p.stock.out-of-stock,.product_cat-books span.price,.product_cat-books p.price,.product_cat-knight-letter p.stock.out-of-stock,.product_cat-knight-letter span.price,.product_cat-knight-letter p.price  {
    display: none !IMPORTANT;
}



/* Membership Form */
.membership .variations td,
.membership .alg-product-input-fields-table td {
    display: inline-block;
}
.membership.woocommerce div.product form.cart .variations td.label {
    padding: 0;
    line-height: 1.5em;
}
.membership .variations,
.membership .alg-product-input-fields-table {
    margin-bottom: 6px!important;
}
.membership .variations label,
.membership .alg-product-input-fields-table label {
    margin-bottom: 6px;
    display: block;
}
.membership.woocommerce div.product span.price {
    color: #9b8b50;
    font-size: 1.5em;
    font-weight: bold;
}

.woocommerce td.product-name dl.variation dt {
	float: none;
}

.woocommerce td.product-name dl.variation p {
	margin-top: 0;
}

@media screen and (min-width: 451px) {
    .membership .variations td:first-child,
    .membership .alg-product-input-fields-table td:first-child {
        width: 12em;
        vertical-align: top;
    }
    .membership span.price {
        margin: 0 0 6px 8em;
    }
    .membership .variations td:last-child,
    .membership .alg-product-input-fields-table td:last-child {
        width: 100%;
        margin-left: -12em;
        padding-left: 12em!important;
    }
}

@media screen and (max-width: 450px) {
    .membership .variations td,
    .membership .alg-product-input-fields-table td {
        width: 100%;
    }
}

@media screen and (min-width: 999px) {
    .woocommerce:not(.membership) div.product form.cart .variations select {
        max-width: 65%;
    }
}

/* ClearFix */
#home-three-column:after,
#home-bottom:after,
.three-column-wrapper .col-3:after,
.bottom-wrapper .col-2:after,
.content-wrapper:after {
    content: '';
    display: table;
    clear: both;
}


/*home buttons logout/membership-login*/

#menu-item-15632.menu-item.menu-item-type-.menu-item-object-logout.menu-item-15632 a {
	background: #a46497;
	padding: .618em 1em;
	color: #fff ;
	text-decoration: none;
	font-size: 16px;
	border-radius: 3px;
}
#menu-item-15631 a {
	font-size: 12px;
	margin-right: 8px;
}

#menu-item-15632.menu-item.menu-item-type-.menu-item-object-logout.menu-item-15632 a:hover {
	background-color: rgb(164, 100, 151);
    color: rgb(255, 255, 255);
}


#menu-item-15629.login.menu-item.menu-item-post_type.menu-item-object-page.menu-item-15629.user-menu a {

border: solid 3px #A46497;
	background: #a46497;
	padding: .618em 1em;
	color: #fff ;
	text-decoration: none;
	font-size: 16px;
	border-radius: 3px;
}



ul#user-menu li#menu-item-15629 a:hover, #menu-item-15632.menu-item.menu-item-type-.menu-item-object-logout.menu-item-15632 a:hover{
	background: rgb(164 100 151 / 35%);
}

figure.wp-block-gallery.columns-1.is-cropped.rslides {
    padding: 30px;
}


ul#user-menu li#menu-item-15629 a:hover, #menu-item-15632.menu-item.menu-item-type-.menu-item-object-logout.menu-item-15632 a:hover {
    border: none !important
}

ul#user-menu li#menu-item-15629 a, #menu-item-15632.menu-item.menu-item-type-.menu-item-object-logout.menu-item-15632 a {
	    border: none;

}

ul#user-menu li#menu-item-15629 a, #menu-item-15632.menu-item.menu-item-type-.menu-item-object-logout.menu-item-15632 a {
    position: relative;
    top: -3px;
}
li#menu-item-15632 a {
    padding: .618em 2em !important;
}



.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    margin-left: 10px !important;
    display: block !important;
    border:0px solid black;
	font-size: 70px !important;
	color: #bdb083 !important;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    right: 10px;
    display: block !important;
    border:0px solid black;
	font-size: 70px !important;
	 color: #bdb083 !important;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
.owl-theme .owl-nav [class*='owl-']:hover{
	background:transparent !important;
}

.owl-theme .owl-dots{ display:none}
.owl-theme .owl-nav ,.owl-carousel .owl-stage-outer{
	margin-top: -30px !important;
}


	.owl-prev,
	.owl-next{width:26px; font-family:none !important;}	
@media(max-width:420px){
	.owl-next, .owl-prev {
		top: 360px !important;}
	#slider-wrapper .blocks-gallery-item figure img + p:empty{display:none;}

}
.tribe-tickets__tickets-buy{
    background: #a76398 !important;
    color: #fff !important;
}
.tribe-tickets__tickets-item-quantity {
    margin-top: -10px !important;
}

.tribe-tickets__tickets-item-quantity button {
    width: 25px !important;
}
h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__tickets-title {
    position: relative;
    padding-left: 50px;
}
h2.tribe-common-h4.tribe-common-h--alt.tribe-tickets__tickets-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(https://www.lewiscarroll.org/wp-content/uploads/2022/09/bg-ornament-blog-title.png);
    width: 38px;
    height: 30px;
}
.tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden {
    display: block !important;
    visibility: visible !important;
}
h2.tribe-dialog__title.tribe-modal__title.tribe-common-h5.tribe-common-h--alt.tribe-modal--ar__title:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(https://www.lewiscarroll.org/wp-content/uploads/2022/09/bg-ornament-blog-title.png);
    width: 38px;
    height: 30px;
}
h2.tribe-dialog__title.tribe-modal__title.tribe-common-h5.tribe-common-h--alt.tribe-modal--ar__title{
    padding-left:60px;
}

button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-checkout-button.tribe-validation-submit {
    background-color: #e60023;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: 180px;
    min-height: 50px;
}

button.tribe-common-b2.tribe-tickets__attendee-tickets-item-remove {
    background-color: #a76398;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}
path:hover {
    stroke: #fff !important;
}
path {
    stroke: #fff !important;
}
a.read-more {
    padding: 8px 20px;
    background-color: #9e8a4e;
    color: #fff;
    text-decoration: none;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
	    width: 140px;
    display: inline-block;
    text-align: center;
}
button.tribe-common-c-btn-link.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-cart-button.tribe-validation-submit {
    background-color: #a76398;
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
    width: 180px;
    min-height: 50px;
    border-radius: 5px;
}
button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-checkout-button.tribe-validation-submit:hover {
    opacity: 0.5;
}

button.tribe-common-c-btn-link.tribe-common-c-btn--small.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-cart-button.tribe-validation-submit:hover {
    background-color: #96588a;
}

button.tribe-common-b2.tribe-tickets__attendee-tickets-item-remove:hover {
    background-color: #96588a;
}

/* Upcoming Event page style */
.tribe-events-calendar-list h2 {
    padding: 0;
    font-size: 1.5em;
    color: #a1894c;
    border-bottom: 3px solid #a1894c;
    background: none;
}




.tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
    display: none;
}



.tribe-events-calendar-list article .tribe-events-calendar-list__event-details header {
    display: flex;
    flex-wrap: wrap;
}

.tribe-events-calendar-list article .tribe-events-calendar-list__event-details header .tribe-events-calendar-list__event-datetime-wrapper {
    order: 2;
}

h3.tribe-events-calendar-list__event-title {
    font-family: "Butler", Times, serif;
    padding-left: 48px;
    background: url(https://www.lewiscarroll.org/wp-content/themes/carrollian/images/bg-ornament-blog-title.png) no-repeat;
    font-size: 1.8em;;
;border: none;
    display: inline-block;
    ;;
    letter-spacing: 0;
    line-height: 1.4em;
    ;;
    ;;
    ;;;
;order: 1;;
}

.tribe-events-calendar-list article .tribe-events-calendar-list__event-details header address {
    order: 3;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 700;
	width: 100%;
}

h3.tribe-events-calendar-list__event-title a {
    text-decoration: none;
}

time.tribe-events-calendar-list__event-datetime {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 700;
}


.tribe-events-calendar-list article .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-cost a {
    padding: 8px 20px;
    background-color: #c23938;
    color: #fff;
    text-decoration: none;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
	    width: 140px;
    display: inline-block;
    text-align: center;
}


.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown {
    margin: 0;
}

.tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    background-color: #c23938;
}

.tribe-events-c-subscribe-dropdown__container .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button button {
    border: none;
    background-color: transparent;
    color: #fff;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 700;
}

.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
    background-color: #977b7b;
    padding-bottom: 10px;
}

.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content ul {
    margin-top: 0 !important;
}

.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content ul li a {
    color: #fff !important;
}


form.tribe-events-c-search.tribe-events-c-events-bar__search-form {
    background-color: #f5f5f5;
    padding: 5px 14px;
}

form.tribe-events-c-search.tribe-events-c-events-bar__search-form .tribe-events-c-search__input-group {
    padding-right: 60px;
}

form.tribe-events-c-search.tribe-events-c-events-bar__search-form .tribe-events-c-search__input-group input {
    padding: 0;
    background-color: transparent;
    border-bottom: 1px dotted;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

form.tribe-events-c-search.tribe-events-c-events-bar__search-form .tribe-events-c-search__input-group button.tribe-common-c-btn.tribe-events-c-search__button {
    background: #9e8a4e;
    border-radius: 5px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search button.tribe-common-c-btn.tribe-events-c-search__button {
    background: #9e8a4e;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
}
nav.tribe-events-calendar-list-nav {
    padding-top: 10px !important;
    padding-bottom: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}

nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list {
    margin: 0;
}

nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li a {
    background-repeat: no-repeat;
    background-size: 50px auto;
    display: inline-block;
}

li.tribe-events-c-nav__list-item--prev a {
    padding-left: 65px;
    background-image: url(https://www.lewiscarroll.org/wp-content/themes/carrollian/images/icon-hand-pre.png);
}

nav.tribe-events-calendar-list-nav ul.tribe-events-c-nav__list li {
    margin-left: 0 !important;
    padding-right: 5px;
}



nav.tribe-events-calendar-list-nav li.tribe-events-c-nav__list-item--next button {
    background-image:url(https://www.lewiscarroll.org/wp-content/themes/carrollian/images/icon-hand-next.png);
;;;;;;;;;;;;padding-right: 65px;;;;;;;;;;;;;
;;background-repeat: no-repeat;;;
;;;;;;;background-position: right;;;;;;;;
;;background-size: contain;;;
}


nav.tribe-events-calendar-list-nav li.tribe-events-c-nav__list-item--next button {
    border: none;
    background-color: transparent;
}

ul.tribe-events-c-nav__list button {
    display: none !IMPORTANT;
}
header.tribe-events-header.tribe-events-header--has-event-search h2.tribe-common-a11y-visual-hide {
    display: none;
}


header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-events-bar__views ul.tribe-events-c-view-selector__list {
    margin: 0;
    background-color: whitesmoke;
}

header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-events-bar__views ul.tribe-events-c-view-selector__list li {
    margin: 0;
}

header.tribe-events-header.tribe-events-header--has-event-search .tribe-events-c-events-bar__views ul.tribe-events-c-view-selector__list li a {
    padding: 0;
}
li.tribe-events-c-nav__list-item--next a {
    background-image: url(https://www.lewiscarroll.org/wp-content/themes/carrollian/images/icon-hand-next.png);;
;padding-right: 65px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;;
}


.tribe-events-c-top-bar.tribe-events-header__top-bar nav,.tribe-events-c-top-bar.tribe-events-header__top-bar a {
    background-color: #f5f5f5;
    padding: 5px 15px;
	margin-right: 0 !important;
}


.tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker {
    background-color: #f5f5f5;
    padding: 12px 30px;
    max-height: 51px;
	    display: inline-block;
    width: auto;
    flex: unset;
}

.tribe-events-c-top-bar.tribe-events-header__top-bar nav ul {
    margin: 0;
    align-items: center;
}

.tribe-events-c-top-bar.tribe-events-header__top-bar nav ul li {
    margin: 0 !important;
}

button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    align-items: center;
    display: flex;
    flex: none;
    border: none;
    background-color: transparent;
    padding: 0;
    color: #9e8a4e;
    cursor: pointer;
    font-size: 16px;
}
nav.tribe-events-calendar-list-nav li.tribe-events-c-nav__list-item--next button span {
    font-size: 14px;
    text-decoration: underline;
    color: #8f6794;
}

nav.tribe-events-calendar-list-nav li.tribe-events-c-nav__list-item--next button:hover {
    opacity: 0.5;
    cursor: pointer;
}
.tribe-events-calendar-list article .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-description a.red-button {
    padding: 8px 20px;
    display: inline-block;
    margin: 16px 0;
}
.single-tribe_events .tribe-blocks-editor .tribe-events-single-event-title {
    padding-bottom: 18px;
    font-size: 2.3em;
    line-height: 1.3;
}

h2.tribe-events-schedule__datetime span {
    font-size: 24px !IMPORTANT;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 30px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container h2.events-title {
    margin-bottom: 50px;
    padding-bottom: 18px;
    font-size: 2.3em;
    line-height: 1.3;
}

.single-tribe_events h2.events-title {
    display: none;
}
h2.tribe-events-schedule__datetime {
    margin: 0 !important;
}
.tribe_events.type-tribe_events  a.has-vivid-red-background-color {
    text-decoration: none !important;
}
@media(max-width:480px) {
	.tribe-events .tribe-events-c-nav__list-item {
    width: 50%;
}
}


@media screen and (min-width: 961px){
.home .rslides figcaption {
    left: 2.5% !important;
    margin-top: 40px;

  }
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 500px !important;
    object-fit: fill !important;
	padding-left: 36%;
	padding-right: 5%;
}

@media only screen and (max-width: 420px)
{
	.owl-carousel .owl-item img{
	object-fit: none !important;
		padding-left:0%;
		padding-right:0%;
	}
	.owl-next, .owl-prev{
		top: 18% !important;
	}
}

@media screen and (max-width: 800px){
	#menu-item-15632.menu-item.menu-item-type-.menu-item-object-logout.menu-item-15632 a {
    padding: 0px 36px !important;
}
}
@media screen and (max-width: 800px) {
.main-navigation .slicknav_menu li.user-menu a {
    text-transform: capitalize;
    background: none !important;
}
}

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

ul#user-menu li#menu-item-15629 a{
    background: #a46497;
    padding: .618em 1em;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
}
}
