/**
 * Theme Name: The Egg 2023
 * Theme URI: https://www.elegantthemes.com/gallery/divi/
 * Description: Divi Child Theme
 * Author: Interactive Media Consulting, LLC
 * Author URI: https://www.imediaconsult.com
 * Template: Divi
 * Version: 1.0.0
 -----------------------------------------------------------------------------
 */

/**
 * Table of Contents
 *
 * 1.0  - Typography
 * 2.0  - Elements (forms, lists, horizontal rules)
 * 3.0  - Navigation (links, menus, pagination)
 * 4.0  - Header
 * 5.0  - Content (pages, posts)
 * 6.0  - Media (captions, galleries)
 * 7.0  - Widgets
 * 8.0  - Footer
 * 9.0  - Plugins
 * 10.0 - Media Queries
 * 11.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 1.0 Typography
 -----------------------------------------------------------------------------
 */

body {
	color: #474234;
}

h1, h2, h3, h4, h5, h6 {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
    background-color: #eee;
    border: 0;
    clear: both;
    height: 1px;
    width: 100%;
}

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

/*** Primary Menu */

#menu-primary li.current_page_item a
/*#menu-primary li.current-page-ancestor a*/ {
    color: #fff !important;
    text-decoration: none;
    background-color: #a99352;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,.21), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,.21), rgba(0,0,0,0));
    background-image: -o-linear-gradient(top, rgba(0,0,0,.21), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,.21), rgba(0,0,0,0));
    background-image: linear-gradient(to bottom, rgba(0,0,0,.21), rgba(0,0,0,0));
}

#menu-primary li.current_page_item .sub-menu a {
	background-color: #fff !important;
	color: #a99352 !important;
	background-image: none;
}

/*** Secondary Menu */


/*** Footer Menu */


/*** Mobile Menu */


/*** Pagination */


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


.header-logo-image {
	width: 55%;
}

.socials-login-container {
	display: flex;
	justify-content: flex-end !important;
}

.social-buttons a {
	background-color: #A99252;
    width: 32px;
    display: block;
    height: 32px;
	border-radius: 3px;
}
.social-buttons a:hover {
	background-color: #3B5A97 !important;
}

.facebook-icon {
	margin: 0px 5px 0 0;
	padding: 9px 0 0 0;
}

.twitter-icon {
	margin: 0px 5px 0 5px;
	padding: 9px 0 0 0;	
}

.instagram-icon {
	margin: 0px 12px 0 5px;
	padding: 9px 0 0 0;
}

.login-home-page-button a {
    color: #3b6683;
    text-transform: uppercase;
	/*font-family: Sanchez, Georgia, Times, "Times New Roman", serif;*/
	font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
	background-color: #FFF;
	text-transform: uppercase;
	padding: 4.5% 9.5%;
    display: block;
    width: 230px;
	height: 45px;
    text-align: center;
    box-shadow: 0 0 5px rgba(68,93,151,.75);
    border-radius: 0 0 5px 5px;
    font-size: 12px !important;
}

.header-h1-text h1{
	color: #2b4f6c;
	font-size: 26px;
	line-height: 26px;
}

.header-area-and-location h6{
	font-size: 15px;
	color: #a99352;
	line-height: 15px;
}

.main-section { padding-top: 0 !important; }

.main-section .et_pb_column_single { 
	padding-top: 0 !important; 
	padding-bottom: 0 !important;
}

.header-dot {
	color: #2b4f6c;
	font-size: 26px;
	position: relative;
    top: 4px;
}

.egg-menu #menu-primary{
	padding: 0 !important;
}

.egg-menu #menu-primary a{
	padding: 13px 14px !important;
}

.egg-menu #menu-primary a:hover {
	background-color: #a99352;
	opacity: 100%;
}

.et-menu .menu-item-has-children>a:first-child:after {
	display: none;
}

.egg-menu #menu-primary li {
	padding: 0 !important;
	margin-top: 0 !important;
}

.egg-mini-menu .sub-menu a{
	width: 240px;
	font-size: 14px !important;
}

.egg-mini-menu .sub-menu a:hover{
	background-color: #ebe3d3 !important;
}

/**
 * 5.0 Content
 -----------------------------------------------------------------------------
 */

/*** Alignment */
.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    float: left;
    margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    float: right;
    margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
    margin: 6px 0 10px;
}

.page-id-201 .faq-mod h2,
.page-id-128 .gold-header h2 {
	font-size: 22px !important;
    line-height: 28px !important;
    color: #a99353 !important;
	margin: 25px 0 10px;
}
.page-id-201 .faq-mod h2:first-child,
.page-id-128 .gold-header h2:first-child {
	font-size: 30px;
    line-height: 36px;
    color: #3b6683 !important;
    margin: 30px 0 15px;
}

.sidebar-links .ysm-search-widget {
	width: 95%;
    margin: auto;
}
.sidebar-links .ysm-search-widget input { background-color: #fff !important; } 

.category .sidebar-links ul,
.single .sidebar-links ul {
	padding-left: 0;
    list-style-type: none;
}

.category .category-top-section a,
.single .category-top-section a {
	font-size: 16px;
    line-height: 24px;
    padding-top: 50px;
    margin: 0 20px 0 0;
}
.category .category-top-section h1,
.single .et_pb_post_title h1 {
	font-size: 30px;
    line-height: 36px;
    color: #3b6683;
    margin: 35px 20px 15px 0;
}

.page-id-203 article,
.category article {
	border-bottom: 1px dotted #cbc3a5;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.page-id-203 article h2.entry-title,
.category article h2.entry-title {
	font-size: 24px;
    line-height: 28px;
    color: #a99353;
    margin: 0;
}
.page-id-203 article h2.entry-title a,
.category article h2.entry-title a {
	color: #a99353;
    text-decoration: none;
}
.page-id-203 article h2.entry-title a:hover,
.category article h2.entry-title a:hover {
	color: #a99353;
    text-decoration: underline;
}
.news-text h2 {
	font-size: 30px;
    line-height: 36px;
    color: #3b6683;
    margin: 30px 0 15px;
}

.entry-content ul {
	list-style-type: none !important;
	padding: 0 !important;
}

.entry-content ul li:before {
	content: "\00BB \0020";
}

.entry-content ul li {
	padding-left: 20px;
}

.page-title h2{
	font-size: 30px;
    line-height: 36px;
    color: #3b6683 !important;
}

.secondary-titles h3{
	font: bold 18px/24px 'PT Sans', Arial, sans-serif;
    color: #3b6683;
    margin: 25px 0 10px;
}

.tertiary-titles h4{
    color: #3b6683;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.events-header h3 {
	font-size: 18px;
	font-family: "PT Sans", Arial, sans-serif;
    line-height: 24px;
    color: #a99352;
    font-weight: bold;
}

.body-text p{
	font-size: 14px;
	line-height: 24px;
	color: #474234;
}

.gold-header h4{
	font-size: 22px;
    line-height: 28px;
    color: #a99353;
}

.body-text img{
	border: solid 3px;
	color: #3b6683;
}

.main-image img{
	box-shadow: 0 5px 5px rgba(0,0,0,.39);
}

.body-text h5 {
	font-weight: bold;
	font-size: 18px;
	font-family: "PT Sans", Arial, sans-serif;
    color: #3b6683 !important;
}

#covid-safety h5{
	color: #FFCC00 !important;
	font-size: 22px !important;
	line-height: 28px !important;
}

.sidebar-image{
	background-size: auto;
	background-position: top;
}

.image-aligned-right img{
	padding-left: 15px;
}

.sidebar-links a{
	font-size: 15px;
	line-height: 24px;
	/*font-family: 'Georgia',Georgia,"Times New Roman",serif;*/
	font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
	width: 100%;
	padding-right: 10px;
	color: #a99353 !important;
	display: block;
	padding: 7px 15px 5px 18px;
	text-align: right;
} 

.sidebar-title h3 {
	color: #3B6683;
	font-size: 15px;
	line-height: 19px;
	/*font-family: 'Georgia',Georgia,"Times New Roman",serif !important;*/
	font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
	width: 100%;
	padding: 7px 15px 5px 18px !important;
	display: block;
	background-color: #EBEFF2;
	text-align: right;
	box-shadow: 0 2px rgba(0,0,0,.12);
	margin: 25px 0 10px;
}

.sidebar-title-events h3 {
	color: white;
	font-size: 15px;
	line-height: 19px;
	/*font-family: 'Sanchez',Georgia,"Times New Roman",serif !important;*/
	font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
	width: 100%;
	padding: 7px 15px 5px 18px !important;
	display: block;
	background-color: #557D98;
	text-align: right;
	box-shadow: 0 2px rgba(0,0,0,.12);
	margin: 25px 0 10px;
}

.sidebar-links a:hover{
	color: #2b4f6c !important;
	background-color: white;
}

.sidebar-links .et_pb_text_inner { padding-top: 50px; }

.secondaryMenu .sidebarNav {
 	padding: 0;
    list-style-type: none;
}

.secondaryMenu {
	text-align: right;
}

.secondaryMenu .sidebarNav .current_page_item {
	background-color: #EBEFF2;
    box-shadow: 0 2px rgba(0,0,0,.12);
}
.secondaryMenu .sidebarNav li.current_page_item a:hover{
	background-color: #EBEFF2;
}

.secondaryMenu .sidebarNav .current_page_item a{
	color: #2b4f6c !important;
}

.secondaryMenu ul li:before {
	display: none;
}

.secondaryMenu ul li {
	padding-left: 0 !important;
}
/* Home - Events Footer */

.footer-events-row .et_pb_column:first-child .et_pb_module,
.footer-events-row .et_pb_column:first-child .et_pb_module p {
	background: transparent url(/wp-content/uploads/2023/06/whiteOverlay.png) repeat 0 0;	
}
.footer-events-row .et_pb_column:first-child .et_pb_module ul p { 
	background: none; 
	padding-bottom: 0 !important;
}

.footer-events-row .et_pb_column:first-child h2 {
	color: #c8bd9c;
    font-size: 26px;
    line-height: 30px;
    padding: 10px 20px 9px;
    background-color: #2b4f6c;
    margin: 0;
}
.footer-events-row .et_pb_column:first-child .et_pb_module ul {
	list-style-type: none;
    margin: 20px;
    padding: 0 !important;
}
.footer-events-row .et_pb_column:first-child .et_pb_module ul li {
	color: #887d6c;
    font-size: 18px;
    line-height: 20px;
	margin: 0 0 15px;
}
.footer-events-row .et_pb_column:first-child .et_pb_module ul li a {
	display: block;
    color: #887d6c;
    text-decoration: none;
}
.footer-events-row .et_pb_column:first-child .et_pb_module ul li a:hover,
.footer-events-row .et_pb_column:first-child .et_pb_module ul li a:active,
.footer-events-row .et_pb_column:first-child .et_pb_module ul li a:hover strong,
.footer-events-row .et_pb_column:first-child .et_pb_module ul li a:active strong {
	color: #2b4f6c;
    text-decoration: none;
}
.footer-events-row .et_pb_column:first-child .et_pb_module ul li a strong {
	color: #a99352;
}
.footer-events-row .et_pb_column:first-child .see-all-events a {
	padding: 5px 20px 4px;
    font-weight: bold;
    font-style: italic;
    display: block;
    font-size: 18px;
    line-height: 20px;
}

/* Events Page */
.page-template-page-events #main-content .container:before,
.single-event #main-content .container:before { display: none; }
.page-template-page-events #main-content .container,
.single-event #main-content .container { padding-top: 0 !important; }
.page-template-page-events #content-area,
.single-event #content-area { display: flex; }

.page-template-page-events #content-area .dynamic-sidebar,
.single-event #content-area .dynamic-sidebar {
	padding: 50px 0 25px 0;
	margin-right: 20px;
	width: 30%;
	background: #f4eee0 url(/wp-content/uploads/2023/06/contentBkgd-1.jpg) no-repeat 0 0;
	border-right: 3px solid #dbddd0;
    border-left: 3px solid #dbddd0;
}
.page-template-page-events #content-area .dynamic-sidebar h3,
.single-event #content-area .dynamic-sidebar h3 {
	background-color: #557d98;
    color: #fff;
    text-rendering: optimizeLegibility;
    /*font: normal 15px/19px 'Georgia',Georgia,"Times New Roman",serif !important;*/
	font-family: 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    text-align: right;
    padding: 7px 18px 5px;
    -moz-box-shadow: 0 2px rgba(0,0,0,.12);
    box-shadow: 0 2px rgba(0,0,0,.12);
	margin: 25px 0 10px;
}
.page-template-page-events #content-area .dynamic-sidebar ul,
.single-event #content-area .dynamic-sidebar ul {
	text-align: right;
    margin: 0;
}
.page-template-page-events #content-area .dynamic-sidebar ul li,
.single-event #content-area .dynamic-sidebar ul li {
	text-indent: 0;
    padding-left: 0;
    margin: 0 0 2px 0;
    /*font: normal 15px/19px 'Georgia',Georgia,"Times New Roman",serif !important;*/
	font-family: normal 15px/19px 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    text-rendering: optimizeLegibility;
}
.page-template-page-events #content-area .dynamic-sidebar ul li a,
.single-event #content-area .dynamic-sidebar ul li a {
	color: #a99352;
    text-decoration: none;
    padding: 7px 15px 5px 18px;
    display: block;
}
.page-template-page-events .event-containter,
.single-event #content-area .event-containter { width: 100% !important; }
.page-template-page-events h2.entry-title {
	font-size: 30px;
    line-height: 36px;
    color: #3b6683;
    margin: 30px 0 15px;
    margin-left: 20px;
}
.page-template-page-events table {
    width: 100%;
    border-collapse: separate;
}
.page-template-page-events table th {
	font-size: 18px;
    line-height: 24px;
    color: #a99352;
    font-weight: bold;
	text-align: left;
}
.page-template-page-events td,
.page-template-page-events th {
	padding: 10px 3.05343%;
}
.page-template-page-events .blue-row { background-color: #d1dfe9; }
.page-template-page-events .eventNameRow {
	width: 35.77786%;
    font-weight: bold;
}
.page-template-page-events .eventNameRow a {
	color: #37607d;
    text-decoration: none;
}
.page-template-page-events .eventNameRow a:hover, 
.page-template-page-events .eventNameRow a:active {
    color: #897e6d;
    text-decoration: none;
}
.page-template-page-events .eventDateRow {
	width: 33.84045%;
    color: #897e6d;
}
.page-template-page-events .eventDateRow a { color: #897e6d; }
.page-template-page-events .eventDateRow a:hover, 
.page-template-page-events .eventDateRow a:active {
    color: #37607d;
    text-decoration: none;
}
.page-template-page-events .eventTicketsRow {
	width: 12.06106%;
    text-align: center;
    padding: 10px 0;
}
.page-template-page-events .eventTicketsRow a, 
.page-template-page-events .eventTicketsRow a:visited {
    background: transparent url(imgs/ticketsLinkSprite.png) no-repeat 0 -20px;
    color: #133852;
    text-decoration: none;
    display: block;
    width: 79px;
    height: 20px;
    margin: 0 auto;
    line-height: 20px;
}
.page-template-page-events .eventTicketsRow a:hover, 
.page-template-page-events .eventTicketsRow a:active {
    background-position: 0 0;
    color: #a99352;
    text-decoration: none;
}
.page-template-page-events .eventTicketsRow a.soldOut, 
.page-template-page-events .eventTicketsRow a.soldOut:visited {
    text-decoration: none;
    background: transparent url(imgs/ticketsLinkSprite.png) no-repeat 0 -60px;
    color: #652c0d;
    display: block;
    width: 79px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
}
.page-template-page-events .eventTicketsRow a.soldOut:hover, 
.page-template-page-events .eventTicketsRow a.soldOut:active {
    text-decoration: none;
    color: #652c0d;
    background-position: 0 -40px;
}
.page-template-page-events li.current-cat a {
	color: #3b6683 !important;
    background-color: #ebeff2;
    padding-right: 18px;
    -webkit-box-shadow: 0 2px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px rgba(0,0,0,.12);
    box-shadow: 0 2px rgba(0,0,0,.12);
}

.dynamic-sidebar a:hover, 
.dynamic-sidebar a:active {
    color: #3b6683 !important;
    text-decoration: none;
    background-color: #fff;
}

/* Individual Events */

.single-event .presentedBy { margin-top: 30px; }

.single-event #main-content { background-color: #EBEFF2; }

.single-event .event_featured_image { margin-top: 20px; }
.single-event .event_featured_image img {
	border: 2px solid #3b6683;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.39);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.39);
    box-shadow: 0 5px 5px rgba(0,0,0,.39);
}

.single-event .eventPageTitle {
	font-size: 30px;
    line-height: 36px;
	color: #3b6683;
	margin: 30px 0 15px;
    padding: 0 0 10px;
    border-bottom: 2px solid #cbc3a5;
}
.single-event .eventPageTitle a.buyTickets,
.single-event .eventPageTitle a.buyTickets:visited {
	float: right;
    display: inline;
    width: 163px;
    height: 50px;
    background: transparent url(imgs/ticketsSprite.png) no-repeat 0 -50px;
    color: #133852;
    text-decoration: none;
    margin: -10px 0 0 10px;
}
.single-event .eventPageTitle a.soldOutTickets,
.single-event .eventPageTitle a.soldOutTickets:visited {
	float: right;
    display: inline;
    width: 163px;
    height: 50px;
    background: transparent url(imgs/ticketsSprite.png) no-repeat 0 -100px;
    color: #133852;
    text-decoration: none;
    margin: -10px 0 0 10px;
}
.single-event .eventPageTitle a em { display: none; }
.single-event .eventPageTitle a.buyTickets:hover,
.single-event .eventPageTitle a.buyTickets:active {
	background-position: 0 0;
    color: #a99352;
    text-decoration: none;
}
.single-event .eventDateHeader {
    margin: 0 0 5px;
    color: #a99352;
}
.single-event .eventDateHeader .eventGenre, 
.single-event .eventDateHeader .eventGenre:visited {
    float: right;
    display: inline;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    padding: 3px 5px 1px;
    -webkit-border-radius: 1px/2px;
    -moz-border-radius: 1px/2px;
    border-radius: 1px/2px;
    background-color: #aec4d2;
}
.single-event .eventSeriesHeader {
    color: #557d98;
    font-size: 16px;
    margin-bottom: 15px;
}
.single-event .eventSeriesHeader a {
    font-weight: bold;
}

/* Home Slider */

.home-slider .et_pb_row { 
	width: 100% !important;
	max-width: none !important;
}
.slideshowWrap {
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.slideshowWrap .slideshowContainer {
	width: auto;
	margin: 0;
}
.slideshow {
    float: left;
    display: inline;
    width: 960px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    margin: 0;
    z-index: 15;
}
.slideshowLeft {
    margin-left: -480px;
}
.slideshowRight {
    margin-right: -480px;
}
.slideshowLeft, .slideshowRight {
    width: 50%;
}
.slideshow img {
    display: block;
    width: 100%;
    height: auto;
}
.slideshowLeft img, .slideshowRight img {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.slideshowLeft img {
    right: 0;
    left: auto;
}
.slideshow img.slideshowOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}

.slideshowNav {
    width: 960px;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -480px;
    position: absolute;
    height: 34px;
    z-index: 25;
}
.slideshowArrow, 
.slideshowArrow:visited, 
.slideshowArrow:hover, 
.slideshowArrow:active {
    text-decoration: none;
    display: block;
    width: 24px;
    height: 34px;
    position: absolute;
    top: 0;
    margin: 0;
    left: 20px;
    z-index: 50;
    background: transparent url(imgs/largeArrows.png) no-repeat 0 0;
}
.slideshowArrow em {
    display: none;
}
.slideshowArrowRight, 
.slideshowArrowRight:visited, 
.slideshowArrowRight:hover, 
.slideshowArrowRight:active {
    right: 20px;
    left: auto;
    background-position: 100% 0;
}
.caPresent {
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.slideshowTextWrap {
    width: 100%;
    background: #fff url(imgs/eventShadow.png) repeat-y 50% 0;
    margin: 0 auto;
    overflow: hidden;
}
.slideshowTextContainer {
    width: auto;
    margin: 0;
}
.slideshowText {
    float: left;
    display: inline;
    width: 960px;
    margin: 0;
    min-height: 78px;
    background: transparent url(imgs/eventShadow.png) repeat-y 50% 0;
    position: relative;
    z-index: 15;
}
.slideshowTextLeft, .slideshowTextRight {
    background: none;
    width: 50%;
}
.slideshowTextLeft {
    margin-left: -480px;
}
.slideshowTextRight {
    margin-right: -480px;
}
.slideshowText h1 {
    color: #a99352;
    font-size: 30px;
    line-height: 36px;
    padding: 8px 20px 2px;
    margin: 0;
}
.slideshowText h1 a, 
.slideshowText h1 a:visited, 
.slideshowText h1 a:hover, 
.slideshowText h1 a:active {
    color: #a99352;
}
.slideshowText p {
    font-size: 18px;
    line-height: 24px;
    color: #897e6d;
    margin: 0;
    padding: 0 0 9px 20px;
}
.blueText,
.blue-text {
    color: #38617e;
}
.slideshowText .tanText, .slideshowText a.moreInfoLink {
    text-transform: uppercase;
    font-size: 15px;
}
.slideshowText a.moreInfoLink, 
.slideshowText a.moreInfoLink:visited, 
.slideshowText a.moreInfoLink:hover, 
.slideshowText a.moreInfoLink:active {
    color: #37607d;
}
.slideshowText p a, 
.slideshowText p a:visited, 
.slideshowText p a:hover, 
.slideshowText p a:active {
    color: #897e6d;
}
div.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

/* Upcoming Events Sidebar */

.event-sidebar h3 {
	text-rendering: optimizeLegibility;
    /*font: normal 15px/19px 'Sanchez', Georgia, Times, 'Times New Roman', serif;*/
	font: normal 15px/19px 'PT Sans',Helvetica,Arial,Lucida,sans-serif;
    text-align: right;
    color: #3b6683;
    background-color: #ebeff2;
    padding: 7px 18px 5px;
    -webkit-box-shadow: 0 2px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px rgba(0,0,0,.12);
    box-shadow: 0 2px rgba(0,0,0,.12);
	margin: 25px 0 10px;
}
.event-sidebar li:before { display: none; }
.event-sidebar li {
	font-size: 13px;
    line-height: 17px;
	padding-left: 0 !important;
}
.event-sidebar li a {
	color: #a99352;
    text-decoration: none;
    padding: 7px 15px 5px 18px;
    display: block;
	font-size: 13px;
    line-height: 17px;
}
.event-sidebar li a .date {
	color: #38617e;
}

/**
 * 6.0 Media
 -----------------------------------------------------------------------------
 */

/*** Captions */


/*** Galleries */


/*** Images */


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



/**
 * 8.0 Footer
 -----------------------------------------------------------------------------
 */
.footer-wrap {
    height: 22px;
    min-height: 22px !important;
    width: 100%;
    margin: 0;
    padding: 22px 0 0 !important;
    background: #ebeff2 url(/wp-content/uploads/2023/06/brownShadowDown.png) repeat-x 0 0;
}

.footer-header h4 {
	font-size: 18px;
    line-height: 24px;
    margin: 0 0 2px;
    color: #3b6683;
}

.footer-text p{
	font-size: 12px;
	line-height: 20px;
	color: #897e6d;
}

.footer-numbers a{
	font-size: 11px;
	line-height: 20px;
	color: #897e6d;
}

.footer-genre,
.footer-series {
	margin: 0 0 20px;
    padding: 0 0 6px;
    background: #f3efe1 url(/wp-content/uploads/2023/06/calloutBackground.jpg) no-repeat 0 30px;
}
.footer-genre .event-genres,
.footer-series .event-series {
	list-style-type: none;
    padding: 0 !important;
}
.footer-genre h3,
.footer-series h3 {
	font-size: 18px;
	font: bold 20px/24px 'PT Sans', Arial, sans-serif;
    line-height: 21px;
    padding: 5px 15px 4px;
    color: #fff;
    margin: 0;
    background-color: #c2b692;
	margin-bottom: 10px;
}
.footer-genre li,
.footer-series li {
	line-height: 17px;
}
.footer-genre li a,
.footer-series li a {
	color: #887d6c;
    text-decoration: none;
    display: block;
    padding: 4px 30px 4px 15px;
	font-size: 16px;
}
.footer-genre li a:hover,
.footer-series li a:hover,
.footer-genre li a:active,
.footer-series li a:active {
	color: #887d6c;
    text-decoration: none;
    background: #fff url(/wp-content/uploads/2023/06/smallBlueArrowRight.png) no-repeat 92% 50%;
}

.footer-text a { color: #897e6d !important; }

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



/**
 * 10.0 Media Queries
 -----------------------------------------------------------------------------
 */
@media all and (max-width: 1200px) {

}

@media all and (max-width: 1150px) {
	.header-background-image .header-area-and-location {
		padding-right: 0 !important;
	}
	.egg-mini-menu .et_pb_row {
		width: 90% !important;
		max-width: none !important;
	}
}

@media all and (max-width: 980px) {
	.slideshowText{
		width: auto !important;
	}
	.egg-mini-menu .mobile_menu_bar:before {
		color: #fff !important;
    	font-size: 40px;
	}
	.sidebar-links{
		display: none !important;
	}
	.et_pb_fullwidth_menu .et_pb_row{
		min-height: 45px;
	}
	.header-background-image .et_pb_column_0_tb_header, .header-area-and-location, .socials-login-container  {
		display: flex;
		justify-content: center !important;
		
	}
	.slideshowNav{
		width: 100%;
    top: 50%;
    left: 0%;
    margin: 0 !important;
    position: absolute;
    height: 34px;
    z-index: 25;
	}
	.slideshowMiddle{
		width: 100%;
   padding: 20% !important;
		min-height: 150px;
		height: auto;
	}
	.slideshow{
		min-height: auto;
		    background-size: cover !important;
	}
	.dynamic-sidebar {
		display: none;
	}
}

@media all and (max-width: 767px) {
	.header-background-image .et_pb_column:first-child {
		margin-bottom: 0 !important;
	}
	img.alignright, .body-text img {
    	display: inline;
    	float: right;
    	max-width: 50%;
	}
	.footer-events-row .et_pb_column {
		width: 100% !important;
    	margin-right: 0 !important;
    	margin-bottom: 30px !important;
	}
}
@media all and (max-width: 479px) {
.socials-login-container{
    align-items: center !important;
	}
	.facebook-icon,.twitter-icon,.instagram-icon  {
	margin: 5px !important
	}
	.login-home-page-button a{
		margin-top: 10px !important;
	}
}


/**
 * 11.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}