/*!
Theme Name: leeannatherton.com
Theme URI: leeannatherton.com
Author: Jason Lively
Author URI: https://nikibrown.com
Description: Description
Version: 51.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lively
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.

Lively is based on Underscores https://underscores.me/, (C) 2012-2020 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
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: rgba(102,102,102,1);
	font-family: Overpass, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Quicksand, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.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;
	outline-width:0;
}

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:hover,
a:visited,
a:focus,
a:active {
	color: rgba(64,78,76,1);
	text-decoration: none;
}

body .blog-content img {
    display:block;
}

a:focus {
	outline: none;
}

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

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

.main-navigation li ul.sub-menu li {
    position: relative;
    display: inline-block;
	text-transform: initial;
	margin-right: 0;
	flex-basis: 25%;
}

.main-navigation li ul.sub-menu li a {
	transition: .3s;
	transition-timing-function: ease-out;
	position: relative;
	top: 0;
	padding: 18px;
    text-align: center;
	border-bottom: rgba(0,0,0,0) 2px solid;
}

.main-navigation li ul.sub-menu li:hover a {
	border-bottom: rgba(0,0,0,.2) 2px solid;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
	top: 0px;
}

.footer-main-menu > ul > li > a {
    cursor: default;
}

.main-navigation ul.sub-menu {
	justify-content: center;
	position: absolute;
    z-index: 999999;
	background-color: white;
	box-shadow: 0px 20px 20px;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    float: left;
	left: 0;
	padding: 50px 100px;
	margin: 5px 0;
	transition-timing-function: ease-in;
	transition-delay: 250ms;
	text-align: center;
	flex-wrap: wrap;
}

p.menu-description {
    color: rgba(103,103,103,1);
    font-size: 16px;
	font-style: oblique;
	margin: 0;
}

.main-navigation .sub-menu .fa {
	color: rgba(235,153,34,1);
    display: inline-block;
    font-size: 30px;
    background-color: rgba(64,78,76,1);
    padding: 10px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-navigation .sub-menu span {
    display: block;
    text-transform: uppercase;
	margin: 0;
	font-size: 22px;
}

.main-navigation li:hover ul.sub-menu {
    opacity: 1;
	visibility: visible;
	transition-delay: 0ms;
}

.main-navigation li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 27px;
    margin-right: 5%;
}

.main-navigation > .menu-primary-menu-container > ul > li:last-of-type {
    margin-right: 0;
}

.main-navigation > .menu-primary-menu-container > ul > li:last-of-type a {
    border: rgba(64,78,76,1) 2px solid;
    padding: 2px 10px;
    border-radius: 8px;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

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

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

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

.bypostauthor {
	display: block;
}

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

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.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 {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## SLICK SLIDER
--------------------------------------------------------------*/

.slide {
	height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
	display: flex !important;
}

.next-slide.slick-arrow {
    color: white;
    font-size: 60px;
    opacity: .4;
    float: right;
    cursor: pointer;
	margin-top: 45vh;
	margin-right: 20px;
	position: absolute;
    right: 0;
}

.slick-dots {
	display: flex;
    justify-content: center;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    z-index: 999;
    position: absolute;
    bottom: 0;
}
	
.slick-dots li {
	margin: 0 7px;
}

.slick-dots li:focus, 
.slick-dots li:active,
.slick-dots button:focus, 
.slick-dots button:active {
	outline: none;
}

.slick-dots button {
	display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 100%;
    background-color: rgba(235,153,34,1);
    text-indent: -9999px;
    border: rgba(10,17.111,0) 1px solid;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.slick-dots button:active {
	outline: none;
}
	
.slick-dots li.slick-active button {
	background-color: white;
}

.slider-content {
	text-align: center;
    color: white;
    font-size: 35px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
    align-self: center;
    position: relative;
    width: 50%;
    margin: 40px;
}

.slider-content h3 {
    font-weight: normal;
    margin: 0;
    line-height: 45px;
    margin-bottom: 20px;
}



/*--------------------------------------------------------------
## CUSTOM STYLES
--------------------------------------------------------------*/


/**
COLORS

Site Orange:
#eb9922
rgba(235,153,34,1)

Site Grey:
#404e4c
rgba(64,78,76,1)

Site Light Grey:
#808285
rgba(128,130,133,1)
**/

.site-menu .menu, .site-menu .sub-menu {
    text-decoration: none;
    margin: 0;
    list-style: none;
    padding: 0;
}

.site-branding img {
	display: block;
    max-width: 270px;
    z-index: 9999;
    position: relative;
    margin: 0 40px;
}

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

nav.secondary-menu.site-menu ul li {
	display: inline-block;
	margin-right: 20px;
}

nav.secondary-menu.site-menu ul li:last-of-type {
	margin-right: 0px;
}

nav.secondary-menu.site-menu ul li a {
	color: rgba(128,130,133,1);
	transition: .3s;
}

ul#menu-footer-main-menu .sub-menu li {
	transition: .3s;
}

ul#menu-footer-main-menu .sub-menu li:hover {
    color: rgba(69,71,73,1);
}

nav.secondary-menu.site-menu ul li a:hover {
    color: rgba(69,71,73,1);
}

ul#menu-social {
    font-size: 31px;
}

body header#masthead {
    display: flex;
    width: 100%;
	padding: 20px;
	position: relative;
	z-index: 9999;
	background-size: cover;
	background-image: url(img/header-bg.webp)!important;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 180px;
    padding-top: 0;
    box-shadow: none;
    border-bottom: none;
	background-color: transparent!important;
}



.main-navigation a {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,1);
	font-family: quicksand;
	font-size: 20px;
	border: rgba(255,255,255,0) thin solid;
    padding: 1px 13px;
    display: inline-block;
	border-radius: 20px;
	transition: .5s;
}

.main-navigation a:hover {
	border: rgba(255,255,255,1) thin solid;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.header-nav-container {
    text-align: right;
    flex: 1 1 auto;
    align-self: center;
}

.header-nav-container.main-nav-right {
    text-align: left;
}

nav.secondary-menu.site-menu {
	margin-bottom: 17px;
	font-size: 18px;
}

.site-branding {
    align-self: center;
}

.custom-button,
.menu-li-button a {
	font-size: 24px;
	border: rgba(255,255,255,1) 2px solid;
	background-color: rgba(235,153,34,1);
    padding: 2px 20px;
    border-radius: 8px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: center;
	color: white;
	text-transform: uppercase;
	text-shadow: none;
}

.custom-button:hover,
.custom-button:visited, 
.custom-button:focus, 
.custom-button:active,
.menu-li-button a:hover,
.menu-li-button a:focus,
.menu-li-button a:active {
	transform: scale(1.02);
	color: white;
}

  nav.footer-sub-menu.site-menu ul {
    display: inline-block;
}

nav.footer-sub-menu.site-menu ul li {
	display: inline-block;
	margin: 20px;
}

.site-footer {
    margin-top: 0px;
}

.lower-footer {
    text-align: center;
    background-color: rgba(230,230,230,1);
	padding: 3%;
	border-top: rgba(128,130,133,1) 1px solid;
	color: rgba(128,130,133,1);
}

nav.footer-sub-menu.site-menu {
    border-bottom: rgba(128,130,133,1) 1px solid;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

ul#menu-footer-sub-menu li:after {
    content: '|';
    margin: 0px 10px 0 16px;
    font-size: 12px;
}

ul#menu-footer-sub-menu li:last-of-type:after {
    content: '';
    margin: 0px;
}

ul#menu-social-1 {
    font-size: 25px;
    position: relative;
    top: 3px;
    margin-left: 40px;
}

ul#menu-social-1 li {
    margin-left: 20px;
}

.site-info {
    font-size: 13px;
    opacity: .6;
}

ul#menu-footer-main-menu {
    display: flex;
}

ul#menu-footer-main-menu li {
	flex: 1 0 auto;
	text-align: center;
}

nav.footer-main-menu.site-menu {
    padding: 100px 3%;
    background-color: rgba(242,242,242,1);
    border-top: rgba(128,130,133,1) 1px solid;
    color: rgba(102,102,102,1);
    font-size: 18px;
}

ul#menu-footer-main-menu > li > a {
    text-transform: uppercase;
    color: rgba(64,78,76,1);
    font-size: 20px;
    border-bottom: rgba(235,153,34,1) 2px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.stripe {
    border-top: rgba(64,78,76,1) 1px solid;
    border-bottom: rgba(64,78,76,1) 1px solid;
    background-color: rgba(235,153,34,1);
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.stripe-text {
	font-size: 20px;
	color: rgba(64,78,76,1);
}

.primary-card-group {
	display: flex;
}

.primary-card-group-container {
	background-size: contain;
	background-position: top;
	padding-top: 100px;
	padding-bottom: 100px;
}

h2.section-title {
    font-size: 28px;
    color: rgba(64,78,76,1);
    text-transform: uppercase;
}

.primary-card {
    background-color: white;
    margin-right: 40px;
    border: rgba(64,78,76,1) 1px solid;
    border-radius: 0 0 6px 6px;
    border-top: rgba(64,78,76,1) 8px solid;
    padding: 30px;
	text-align: center;
	flex: 0 1 100%;
	transition: .3s;
	position: relative;
	top: 0;
	transition-timing-function: ease-out;
}

html {
	scroll-behavior: smooth;
}

a.primary-card:hover {
	background-color: rgba(64,78,76,1);
	top: -5px;
	box-shadow: 0px 20px 15px -10px rgba(0,0,0,0.3);
}

a.primary-card:hover,
a.primary-card:hover h3 {
	color: rgba(255,255,255,1);
}

.primary-card-group a.primary-card:hover h3:after {
	border-bottom: rgba(255,255,255,1) 2px solid;
}
.primary-card:last-child {
	margin-right: 0;
}

.primary-card-group img {
	max-width: 145px;
	width: 90%;
}

.primary-card-group h3 {
    color: rgba(64,78,76,1);
	text-transform: uppercase;
	font-size: 22px;
}

.primary-card-group p {
    font-size: 18px;
}

.primary-card-group h3:after {
    content: '';
    border-bottom: rgba(235,153,34,1) 2px solid;
    width: 30%;
    display: block;
    margin: 25px auto 25px;
}

.slide p {
    font-size: 22px;
    text-transform: initial;
}

.page-id-4454 .um .um-field-label {
	display: inline-block;
}

.secondary-card-group {
	display: flex;
	justify-content: center;
}

.secondary-card-group-container {
	background-size: contain;
	background-position: top;
	padding-top: 100px;
	padding-bottom: 100px;
}

.secondary-card {
    background-color: white;
    margin-right: 40px;
	text-align: center;
	flex: 0 1 100%;
	transition: .3s;
	position: relative;
	top: 0;
	transition-timing-function: ease-out;
	padding: 20px;
	max-width: 21.4%;
}

a.secondary-card {
    padding: 20px;
    border: rgba(0,0,0,0) thin solid;
    border-radius: 6px;
	box-shadow: 0px 12px 20px -10px rgba(0,0,0,0);
	transition: .4s;
}

a.secondary-card:hover {
    border: rgba(0,0,0,.2) thin solid;
    box-shadow: 0px 12px 20px -10px rgba(0,0,0,0.4);
}

.secondary-card:last-child {
	margin-right: 0;
}

.secondary-card-group img {
    border: rgba(64,78,76,1) 1px solid;
    border-radius: 6px;
}

.secondary-card-group h3 {
    color: rgba(64,78,76,1);
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    margin: 0;
}

a.primary-card:after {
	transition: .4s;
	content: '\f178';
    display: block;
    color: white;
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 10px;
    border: white 1px solid;
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	background-color: rgba(64,78,76,1);
	z-index: 999;
}

a.primary-card:hover:after {
	opacity: 1;
}

a.secondary-card:after {
	transition: .4s;
	content: '\f178';
    display: block;
	color: rgba(235,153,34,1);
	background-color: white;
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 10px;
    border: rgba(235,153,34,1) 1px solid;
    padding: 10px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 4px 3px -1px rgba(0,0,0,0.1);
	opacity: 0;
	z-index: 99999999;
}

a.secondary-card:hover:after {
	opacity: 1;
}

.secondary-card-group p {
	font-size: 16px;
	text-align: left;
}

.secondary-card-group h3:after {
    content: '';
    border-bottom: rgba(235,153,34,1) 2px solid;
    width: 30%;
    display: block;
    margin: 15px 0 15px;
}

.call-to-action {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
}

.call-to-action.dark-theme h2.section-title {
    color: white;
}

.call-to-action h2.section-title {
    border-bottom: rgba(235,153,34,1) 2px solid;
    display: inline-block;
	padding-bottom: 30px;
	margin-top: 0;
}

.call-to-action p {
    color: white;
    font-size: 26px;
    margin: 7px 0 20px;
}

.call-to-action.dark-theme {
    background-color: rgba(64,78,76,1);
}

.call-to-action.light-theme {
    background-color: transparent;
}

.call-to-action.light-theme p {
	color: rgba(103,103,103,1);
}

.text-block {
	margin: 100px 0px;
}

.image-with-text {
	display: flex;
	margin: 100px 0px;
	width: 100%;
}

.download-whitepaper {
	font-size: 20px;
}

.left-column, .right-column {
    width: 50%;
    flex: 1 1 auto;
    align-self: center;
}

.right-column {
    margin-left: 100px;
}

.image-with-text img {
    display: block;
}

.text-block-emphasize h3 {
    color: rgba(64,78,76,1);
    font-size: 28px;
    border-top: rgba(64,78,76,1) thin solid;
    border-bottom: rgba(64,78,76,1) thin solid;
    padding: 20px 0;
}

.two-column-section {
    display: flex;
}

.two-column-section > div {
	width:50%;
	flex: 1 1 auto;
}

.menu-toggle {
	display: none;
}

.main-navigation ul {
	display: block;
}

.main-navigation ul ul {
	display: flex;
}

.accordion {
    background-color: rgba(0,0,0,.1);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-bottom: rgba(0,0,0,.2) thin solid;
    text-align: left;
    font-size: 17px;
    transition: 0.3s;
    text-transform: uppercase;
	border-radius: 0;
	display: flex;
    align-items: center;
}

.accordion h3 {
    flex: 1 1 auto;
    width: 100%;
}

.accordion-active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
	content: '\002B';
    color: rgba(0,0,0,0.4);
    font-weight: bold;
    margin-left: 5px;
    justify-content: right;
    flex: 1 1 auto;
}

.accordion-active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: rgba(0,0,0,.2) thin solid;
  border-right: rgba(0,0,0,.2) thin solid;
}

.accordion-group:last-of-type .panel {
	border-bottom: rgba(0,0,0,.2) thin solid;
}
  
.accordion-container {
    margin-top: 50px;
}

ul {
    margin: 0 0 0 20px;
    padding: 0;
}

p.search-results-date {
    margin: 0px 0px 10px;
}

.nav-links {
    border-top: rgba(64,78,76,1) thin solid;
    padding-top: 20px;
}

.nav-previous span.nav-subtitle:before {
    content: '<< ';
}

.nav-next span.nav-title:after {
    content: ' >>';
}

.home main#primary {
    position: relative;
	top: -100px;
}

section.hompage-section.homepage-hero-section {
    background-size: cover;
    display: flex;
	padding-top: 150px;
	align-items: center;
	min-height: 100vh;
}

.hero-image,
.hero-content {
    width: 50%;
}

h2.hero-title {
	color: rgba(235,153,34,1);
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 0;
}

p.hero-text {
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.836);
    text-shadow: none;
}

.hero-content {
	display: inline;
}

section.hompage-section.homepage-stripe-section {
    background-color: rgba(235,153,34,1);
    text-align: center;
}

section.hompage-section.homepage-stripe-section a {
	padding: 10px;
	color: white;
	text-transform: uppercase;
	font-family: Quicksand;
	display: inline-block;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-size: 20px;
    text-shadow: 0 0 7px rgba(0,0,0,0.1);
}

h2.title-shows {
    text-transform: uppercase;
    font-size: 32px;
    border-bottom: 2px solid rgba(64,78,76,.8);
    letter-spacing: 1px;
}

.single-event-home {
	font-family: Overpass;
}

.home-time {
	font-weight: normal;
	margin: 0;
}

h3.show-info-home {
	margin: 0;
	font-family: overpass;
    font-size: 32px;
}

 .event-details {
	border: rgba(235,153,34,1) thin solid;
	border-radius: 4px;
	margin: 40px 0;
}

.where-when-show {
	border-bottom: rgba(235,153,34,1) thin solid;
	padding: 15px 30px;
}

.event-specifics {
	padding: 5px 30px;
	border-bottom:none;
}

.event-specifics h4, .event-specifics p {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
	font-family: Overpass;
	margin: 0;
}

.event-specifics p {
	margin-left: 10px;
}

.homepage-featured-section img {
    display: block;
    width: 100%;
}

.featured-section-content img {
    width: 50%;
}

.featured-section-content {
    
}

.homepage-featured-section {
    background-size: cover;
    display: flex;
	align-items: center;
	justify-content: center;
}

.homepage-featured-section h3, 
.homepage-featured-section p {
    font-family: quicksand;
    color: white;
}

.featured-section-image, .featured-section-content {
    width: 50%;
    flex: 1 1 auto;
}

.featured-section-content {
    text-align: center;
    margin: 0 auto;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.featured-section-content img {
    margin: 0 auto;
    -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 0.2));
}

.homepage-featured-section h3 {
    font-size: 32px;
    border-bottom: rgba(255,255,255,1) thin solid;
    text-transform: uppercase;
    display: inline-block;
    font-weight: lighter;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.homepage-featured-section p {
	font-size: 22px;
}

footer#colophon {
    text-align: center;
    padding: 50px;
	background-color: rgba(64,78,76,1);
	color: white;
}

footer#colophon a {
	color: white;
}

.newsletter {
	background-color: rgba(128,130,133,1);
}

.home-blog {
	display: flex;
}

.blog-content img {
    border: rgba(0,0,0,0.2) thin solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

a.blog-content {
    margin: 40px;
}

.blog-content h3 {
    border-top: rgba(64,78,76,0.7) thin solid;
    margin: 10px 0;
    padding: 10px 0;
}

.newsletter-signup {
    margin: 30px auto;
    width: 50%;
}

.et_bloom .et_bloom_optin_1 .et_bloom_form_container .et_bloom_form_header {
    display: none;
}

.blog a.blog-content {
    width: 20%;
}

.blog .home-blog {
    display:block;
	flex-wrap: wrap;
	justify-content: center;
}

.two-col-vids {
    display: flex;
}

.two-col-vids-left {
    margin-right: 20px;
}

.two-col-vids-right {
    margin-left: 20px;
}

.text-block p iframe:first-of-type {
    width: 100%;
}

.hero-content {
    margin-left: 50px;
}

.page-id-20 {
    text-align: center;
}

.home-event {
	display: flex;
	flex-wrap: wrap;
}

a.single-album {
    width: 31%;
	margin:  50px 1%;
	transition: .3s;
}

a.single-album:hover {
	transform: scale(1.01);
}

.single-album h3 {
    text-align: center;
    margin: 0;
}

.album-meta {
    display: flex;
}

.album-left {
    width: 40%;
    margin-right: 40px;
}

.album-right {
	width: 60%;
}

.album-right h4 {
    margin: 0 0 30px;
	font-size: 30px;
}

.album-right h4:first-of-type {
    border-bottom: rgba(0,0,0,.4) thin solid;
}

.gallery-item .gallery-icon.landscape {
    border: rgba(0,0,0,.2) thin solid;
}

.gallery-item .gallery-icon.landscape img {
	display: inline-block;
}
body .main-navigation a, 
body .main-navigation a:hover, 
body .main-navigation a:visited, 
body .main-navigation a:focus, 
body .main-navigation a:active {
    color: white;
}
















/*--------------------------------------------------------------
## Homepage Updates
--------------------------------------------------------------*/

:root {
	--brand-primary: #19476B;
}


.section-upcomming-shows {
	li p {
		margin: 0;
	}

	ul {
		list-style-type: none;
		padding-left: 0;
		margin: 0 0 20px 0;
	}

	li {
		position: relative;
		margin-bottom: 20px;
		padding-left: 40px;
		line-height: 1.2;
		time {
			font-size: 14px;
		}

		p {
			font-weight: 700;
			font-size: 14px;
		}
	}

	li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 10px;
		width: 21px; /* Width of SVG */
		height: 24px; /* Height of SVG */
		background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="24" viewBox="0 0 21 24" fill="none"><g clip-path="url(%23clip0_1_35)"><path d="M7.125 1.125C7.125 0.501562 6.62344 0 6 0C5.37656 0 4.875 0.501562 4.875 1.125V3H3C1.34531 3 0 4.34531 0 6V6.75V9V21C0 22.6547 1.34531 24 3 24H18C19.6547 24 21 22.6547 21 21V9V6.75V6C21 4.34531 19.6547 3 18 3H16.125V1.125C16.125 0.501562 15.6234 0 15 0C14.3766 0 13.875 0.501562 13.875 1.125V3H7.125V1.125ZM2.25 9H18.75V21C18.75 21.4125 18.4125 21.75 18 21.75H3C2.5875 21.75 2.25 21.4125 2.25 21V9Z" fill="%2319476B"/></g><defs><clipPath id="clip0_1_35"><rect width="21" height="24" fill="white"/></clipPath></defs></svg>') no-repeat center center;
	}

	

}

.section-news {
	p {
		font-size: 14px;
	}
}

.section-bio {
	p {
		font-size: 14px;
	}

	img {

	}
}

.homepage-hero-section-updated {
	background-image: url(https://leeannatherton.local/wp-content/uploads/2020/09/background.jpg);
	background-repeat: repeat;
	padding: 120px 10% 50px 10%;
	
}

.intro-headlines {
	text-align: center;
	color: var(--brand-primary);
	h1 {
		margin: 0;
	}
	h2 {
		margin: 0 0 50px 0;
	}
}


.grid-container {
	display: grid;
	gap: 40px;

}

.grid-columns-3 {
	grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width: 1150px) {
	.grid-columns-3 {
		grid-template-columns: 1fr;
	}
}

.grid-columns-1 {
	grid-template-columns: 1;
}

.col-inner {
	background-color: rgba(255,255,255, .8);
	border-radius: 6px;
	padding: 20px;
	height: 100%;

	.custom-button {
		font-size: 20px;
	}

	h3 {
		color: var(--brand-primary);
		margin-top: 0;
	}

	img {
		border-radius: 6px;
	}

	
}






/*--------------------------------------------------------------
## MEDIA QUERIES
--------------------------------------------------------------*/

section.homepage-section.homepage-shows-section,
section.hompage-section.homepage-hero-section,
.home-blog,
.site-main {
    padding: 50px 10%;
}

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


	@media screen and (max-width: 1160px) {
		ul#menu-footer-main-menu > li > a {
			font-size: 16px;
		}

		ul#menu-footer-main-menu .sub-menu {
			font-size: 15px;
		}
	}

	@media screen and (max-width: 960px) {
		section.homepage-section.homepage-shows-section,
		section.hompage-section.homepage-hero-section,
		.home-blog,
		.site-main {
			padding: 50px 4%;
		}

		.home-blog {
			display: block;
			text-align: left;
		}

		.blog-content img {
			max-width: 300px;
		}

		.blog-content h3 {
			border-top: none;
			border-bottom: rgba(64,78,76,0.7) thin solid;
			margin: 0;
			padding: 0;
			margin-bottom: 30px;
			padding-bottom: 30px;
			display: block;
		}

		a.blog-content {
			margin: 0;
		}

		.homepage-featured-section h3 {
			font-size: 24px;
		}

		.homepage-featured-section p {
			font-size: 18px;
		}

		section.hompage-section.homepage-hero-section {
			display: block;
			text-align: center;
			min-height: 0px;
		}

		.hero-image, .hero-content {
			width: auto;
			margin: 0 auto;
		}

		.main-navigation li {
			display: inline-block;
			text-transform: uppercase;
			font-size: 27px;
			margin-right: 0px;
		}

		.site-branding img {
			display: block;
			max-width: 240px;
			z-index: 9999;
			position: relative;
			margin: 0 20px;
		}

		.main-navigation ul {
			margin: 0;
		}



		.hero-image {
			max-width: 300px;
			margin: 100px auto 20px;
		}

		.featured-section-image {
			display: none;
		}

		.featured-section-content img {
			max-width: 250px;
		}

		.featured-section-content {
			padding: 40px 0px;
		}

		span.date-blog-home {
			display: block;
		}

		.secondary-card-group {
			flex-wrap: wrap;
		}

		.primary-card-group {
			display: block;
		}

		.secondary-card {
			margin-right: 0px;
			padding: 20px;
			max-width: 48%;
		}

		.secondary-card:nth-of-type(odd) {
			margin-right: 2%;
		}

		ul#menu-footer-main-menu {
			flex-wrap: wrap;
		}

		ul#menu-footer-main-menu li {
			width: 50%;
			margin: 30px 0;
		}

		ul#menu-footer-main-menu .sub-menu li {
			margin: 0px auto;
		}

		.primary-card {
			display: block;
			margin-bottom: 30px;
			margin-right: 0;
		}

		p.menu-description {
			color: rgba(103,103,103,.8);
			font-size: 14px;
		}

		.right-column {
			margin-left: 0;
		}

		.image-with-text {
			display: block;
		}

		.image-with-text img {
			max-width: 450px;
			margin: 0 auto;
			width: -webkit-fill-available;
		}

		.left-column, 
		.right-column {
			width: auto;
		}
	}

	@media screen and (max-width: 768px) {
		.slide {
			height: 340px;
		}

		ul#primary-menu-2,
		ul#primary-menu {
			line-height: 26px;
		}
		
		.site-branding {
			display: none;
		}

		.slider-content {
			justify-content: center;
			color: black;
			font-size: 30px;
			letter-spacing: 0.5px;
			text-transform: uppercase;
			text-shadow: none;
			align-items: center;
			width: 100%;
			margin: 0;
			height: 100%;
			background-color: rgba(255,255,255,.75);
			display: flex;
			flex-wrap: wrap;
		}

		.slide {
			background-position: right;
		}

		.slider-content h3 {
			display: block;
			width: 100%;
			align-self: flex-end;
		}

		.secondary-card-group {
			display: block;
		}

		a.secondary-card:hover {
			border: none;
			box-shadow: none;
		}

		a.secondary-card {
			padding: 0px;
			border: none;
			box-shadow: none;
		}

		a.primary-card:hover {
			background-color: initial;
			top: 0px;
			box-shadow: none;
		}

		a.primary-card:hover, a.primary-card:hover h3 {
			color: initial;
		}

		.home a.primary-card:hover img {
			filter: none;
		}

		a.primary-card:after {
			transition: .4s;
			content: '';
			display: none;
		}

		.stripe {
			padding: 3%;
			display: block;
			text-align: center;
		}
		
		.custom-button {
			margin-top: 10px;
		}

		.primary-card-group a.primary-card:hover h3:after {
			border-bottom: rgba(235,153,34,1) 2px solid;
		}

		a.secondary-card:after,
		a.secondary-card:hover:after {
			content: '';
			display: none;
			opacity: 0;
		}
		
		nav.footer-sub-menu.site-menu ul li,
		nav.footer-sub-menu.site-menu ul {
			display: block;
		}

		ul#menu-footer-sub-menu li:after {
			content: '';
			margin: 0px;
		}

		ul#menu-social {
			margin-left: 0;
		}

		ul#menu-social li {
			display: inline-block;
		}
		a.search-result-is {
			width: 100%;
			margin: 20px 0;
			padding: 0;
		}
		.two-column-section {
			display: block;
		}
		.two-column-section > div {
			width: 100%;
		}

		.alignright,
		.alignleft {
			float: none;
			margin-left: 0em;
			margin-bottom: 0em;
			display: block;
		}
	}

	@media screen and (max-width: 650px) {
		ul#menu-footer-main-menu {
			display: block;
			text-align: center;
		}

		ul#menu-footer-main-menu li {
			width: auto;
		}

		.primary-card-group-container,
		.secondary-card-group-container,
		.call-to-action,
		.text-block,
		.image-with-text,
		.wp-content-container,
		.accordion-container,
		.single-post .site-main,
		.error-404 {
			padding-left: 4%;
			padding-right: 4%;
		}
	}

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

	@media screen and (min-width: 1441px) {
		p,
		a,
		span,
		.primary-card-group p,
		span.stripe-text,
		.main-navigation .sub-menu span,
		p.menu-description,
		.secondary-card-group p,
		.slide p {
			font-size: 30px;
		}

		nav.secondary-menu.site-menu ul li a {
			margin: 20px;
		}

		.main-navigation .sub-menu .fa {
			font-size: 50px;
			width: 100px;
			height: 100px;
		}

		.custom-button, 
		.menu-li-button a {
			font-size: 34px;
		}

		.primary-card-group img {
			max-width: 300px;
			width: 100%;
		}

		.primary-card-group h3,
		.secondary-card-group h3 {
			font-size: 40px;
		}

		.secondary-card {
			max-width: 25%;
		}

		li {
			font-size: 25px;
		}
	}
