html #home .hero-slider .slick-center .hero-slide {
	padding: 0;
}
html #home .hero-slider .slick-slide .hero-slide {
	padding: 0 .5rem;
}
.contact-widget-map iframe {
	width: 100%;
	height: 100%;
}
#home .hero-slider .slick-slide .hero-slide .hero-content .hero-link {
	position: relative;
}

#home .hero-slider .slick-slide .hero-slide .hero-content p {
	position: relative; 
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#home .hero-slider .slick-slide .hero-slide .hero-content p img {
	padding: 0 .5rem;
}

#home .hero-slider .slick-slide .hero-slide .hero-content {
	min-height: 12rem;
	flex-direction: column;
	justify-content:space-between;
	padding: 1rem 1.5rem;
}

#home .hero-slider .slick-slide .hero-slide .hero-content h2 {
	margin: 0;
}

#home .hero-slider .slick-slide .hero-slide .hero-content .bottom {
	display: flex;
	align-items:center; 
	width: 100%;
	justify-content: space-between;
}

#home .hero-slider .slick-slide .hero-slide .hero-content .hero-link {
	text-align:center; 
	padding: 1.5rem 1rem; 	
	width: 15rem;
}

@media screen and (max-width:1024px) {
	html #home .one-content-container .slick-slide .one-events .one-event .one-event-image .one-event-tickets {
		visibility: visible !important;
	}
	html #home .one-content-container .slick-slide .one-events .one-event .one-event-image .overlay {
		opacity: 0 !important;
	}
}

@media screen and (max-width:786px) {
	#home .hero-slider .slick-slide .hero-slide .hero-content .bottom {
		flex-wrap: wrap;
		justify-content: center;
	}
	#home .hero-slider .slick-slide .hero-slide .hero-content .bottom p{
		justify-content:center;
	}
	header{
		position:absolute;
	}
	#home .one-content-container .slick-slide .one-events .one-event .one-event-image .one-event-tickets a {
		padding: 1rem;
		opacity: 0;
	}
}

.three .three-container .two-header {
	margin-left: 0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.three .three-container .two-header h2 {
	padding-right: 1rem;
    margin: 0;
    font-size: 2rem;
}
.three .three-container .two-header .two-header-image {
	width: 50%;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.three .three-container .two-header {
	margin-left: 0;
	}
    .three .three-container .two-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.7rem;
}
	.three .three-container .two-header .two-header-image {
	margin-top: -1rem;
    width: 100%;
    height: 3rem;
    background-size: cover;
}
}

.image-text-wrapper {
    margin: 1rem auto;
    width: 80%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}


@media (max-width: 780px) {
	#pgc-207-1-0, #pgc-207-1-1, #pgc-207-1-2 {
    	margin-bottom: 30px;
	}
	#pgc-207-1-0 p, #pgc-207-1-1 p, #pgc-207-1-2 p {
		margin-bottom: 0;
	}
}

.so-widget-sow-accordion {
	width:100%;
}
.sow-accordion-panel {
	padding: 0.2rem;
	/* border: 1px solid #d5b860; */
	border-radius: 5px;
}
.sow-accordion-panel-open {
	border: 1px solid transparent;
}
.sow-accordion-panel-header {
    /* font-family: "Nova Slim",cursive; */
    font-size: 1.2rem;
    letter-spacing: 0.02rem;
	border-radius: 5px;
	transition:0.3s;
}
.sow-accordion-panel-open .sow-accordion-panel-header {
	background-color: #891d1c;
	color: white!important;
}

.info-table th, .info-table td {
	padding: 0.25rem 1.25rem;
}


.image-text-wrapper .image-text-content {
    padding: 3rem 4rem 2rem 0;
    justify-content: center;
}

.sec-history {
	border-top: 2px solid #d5b860;
	padding: 1.5rem 0;
	align-items:center !important;
}
.story-history .panel-grid:last-child .sec-history {
	border-top: 2px solid #d5b860;
	border-bottom: 2px solid #d5b860;
}

.sec-borders {
	padding: 1.5rem 0;
	border-top: 2px solid #000;
	/* border-bottom: 4px double #d5b860; */
}
.panel-layout .panel-grid:last-of-type .sec-borders {
	border-bottom: 2px solid #000;
}
.grayscale {
	filter: grayscale(100);
}

.so-widget-sow-editor h2 {
	font-size: 2.5rem;
}

.panel-layout {
	width:100%;
}

.grayscale-hover:hover {
	filter: grayscale(100);
	transition:0.4s;
}

.donors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.donors .donor {
	margin: 0.5rem;
	padding: 0.2rem;
	border: 1px solid #d5b860;
	border-radius: 5px;
	width: auto;
}
.donors .donor h5 {
	margin-bottom: 0;
	padding: 0.5rem 1rem;
	border: 1px solid #d5b860;
	border-radius: 5px;
	width: auto;
}

.cta-container .overlay {
    background: rgba(0,0,0,.75);
}

.half-text-area {
	padding: 3rem 4rem 2rem 0;
}
.half-text-area h3 {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 900;
}

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

.icons img {
	width: 100px!important;
}

.single-post-container .single-blog {
	align-items: flex-start;
}
.single-post-container .single-blog .single-blog-content {
	padding: 0 0 4rem 4rem;
}

html body ul li {
    font-family: "Raleway",sans-serif;
}

.single-post-container .single-blog .single-blog-content p {
	text-indent: 1rem;
}

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

@media screen and (max-width:1024px) {
	.single-post-container .single-blog .single-blog-content {
	padding: 2rem 0 2rem 0;
}
}

@media screen and (min-width:1024px) {
/* 	
	.menu-item-has-children {
		position: relative;
	}

	.menu-item-has-children .sub-menu {
		position: absolute;
		list-style: none;
		padding-left: 0;
		padding: .5rem 0;
		left: 0;
		background-color: #232323;
		opacity: 0;
		pointer-events: none;
		transition: .2s;
	}

	.header-nav-right .menu-item-has-children .sub-menu {
		right: 0;
		left: auto;
	}

	.menu-item-has-children .sub-menu:before {
		content: "";
		display: block;
		height: 1rem;
		position: absolute;
		width: 100%;
	}

	.menu-item-has-children:hover .sub-menu {
		opacity: 1;
		pointer-events: auto;
	}

	.menu-item-has-children .sub-menu li {
		display: block;
		white-space: nowrap;
		margin: 0;
	}

	.menu-item-has-children .sub-menu li a {
		display: inline-block;
	} */

	header .header .header-middle,
	header .header .header-middle .header-nav-left,
	header .header .header-middle .header-nav-right,
	header .header .header-middle .header-nav-left .menu-menu_left-container,
	header .header .header-middle .header-nav-right .menu-menu_right-container,
	header .header .header-middle .header-nav-left .menu,
	header .header .header-middle .header-nav-right .menu,
	header .header .header-middle .menu .menu-item {
		display: flex;
		align-items: stretch;
	}

	header .header .header-middle .menu .menu-item {
		align-items: center;
	}

	.sub-menu .menu-item-has-children .sub-menu {
		opacity: 0;
		pointer-events: none;
		top: -.5rem;
	}

	.sub-menu .menu-item-has-children:hover .sub-menu {
		opacity: 1;
		pointer-events: auto;
	}

	.header-nav-left .sub-menu .menu-item-has-children .sub-menu {
		left: 100%
	}

	.header-nav-right .sub-menu .menu-item-has-children .sub-menu {
		right: 100%
	}
}

header .header .header-top .header-top-right .newsletter {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	margin-right: -1.65rem!important;
}
h3 {
	font-weight: 900;
}
.page-id-181 .page-container, .page-id-332 .page-container, .page-id-135 .page-container,.page-id-6650 .page-container,.page-id-411 .page-container{
	padding: 0 0 3rem;
}
/* Changes to the Marquee Page */
/* .page-id-6844 .child-header,.page-id-6650 .child-header {
	padding-bottom: 0;
}
.page-id-6844 .centered-text-container,.page-id-6650 .centered-text-container{
	margin-top: 0;
}
.page-id-6844 .centered-text-container h2,.page-id-6650 .centered-text-container h2 {
	margin-bottom: 7rem;
	font-weight: 700;
	font-style: italic;
} */

header .header .header-top .header-top-right .newsletter h3, footer .footer-email-container .newsletter h3 {
	font-size: 1.5rem;
	margin: 0 .5rem;
	padding-right: 0.25rem;
}
header .header .header-top .header-top-right form, footer .footer-email-container form {
	flex-wrap: nowrap!important;
}
header .header .header-top .header-top-right form label, footer .footer-email-container form label {
	display: none!important;
}
header .header .header-top .header-top-right .gform_wrapper .gform_body, footer .footer-email-container .gform_wrapper .gform_body {
	margin: 0;
}
header .header .header-top .header-top-right .gform_wrapper .gform_confirmation_message, footer .footer-email-container .gform_wrapper .gform_confirmation_message {
	font-size: 0.8rem;
}
header .header .header-top .header-top-right .gform_wrapper ul li.gfield, footer .footer-email-container .gform_wrapper ul li.gfield {
    margin-top: 0!important;
}
header .header .header-top .header-top-right .gform_wrapper #field_1_3, footer .footer-email-container .gform_wrapper #field_1_3 {
	padding: 0;
    margin: 0;
	background-image: url('https://www.franklintheatre.com/wp-content/uploads/2018/10/nav-email-field.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
header .header .header-top .header-top-right .ginput_container_email input, footer .footer-email-container .ginput_container_email input {
    padding: 0.25rem 0.5rem!important;
    border: none;
    background: none;
    font-family: "Raleway", sans-serif!important;
}
header .header .header-top .header-top-right .gform_footer, footer .footer-email-container .gform_footer {
	width: auto;
	margin: 0;
	padding: 0;
}
header .header .header-top .header-top-right .gform_footer input, footer .footer-email-container .gform_footer input {
	background: none;
	border: none;
	text-transform: uppercase;
	margin-right: 0!important;
}
header .header .header-top .header-top-right .flourish, footer .footer-email-container .flourish {
	background-image: url('https://www.franklintheatre.com/wp-content/uploads/2018/10/fan-element.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 1rem;
	height: 1.5rem;
}
footer .footer-email-container .newsletter .gform_wrapper {
	margin: 0!important;
}
footer .footer-email-container .newsletter {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
	justify-content: center;
	padding: 1rem 1rem 0.5rem;
}
footer .footer-email-container .gform_body {
	margin: 0!important;
}
.footer .footer-email-container .ginput_container_email {
	padding: 0 0.5rem;
}
footer .footer-email-container .ginput_container_email, footer .footer-email-container .gform_footer {
	margin: 0!important;
}
footer .footer-email-container .gform_footer input {
	padding: 0!important;
}
footer .footer-email-container .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	margin: 0!important;
}
footer .footer-email-container .newsletter h3 {
	white-space: nowrap;
}
footer .footer-email-container .form-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
	justify-content: center;
}
footer .footer-email-container .gform_confirmation_message {
	text-align: center;
}
@media screen and (max-width: 600px) {
	footer .footer-email-container .newsletter {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.page-container {
    padding: 3rem 0;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container_select,
.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield .ginput_container_select, 
.gform_wrapper ul.gform_fields li.gfield .ginput_container_select {
	position: relative;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container_select select,
.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield .ginput_container_select select, 
.gform_wrapper ul.gform_fields li.gfield .ginput_container_select select {
	padding: .25rem .5rem;
	margin-left: 0;
	line-height: 2;
	width: 100%;
	font-size: 1rem;
	cursor: pointer;
	border: 1px solid #d5b860;
	border-radius: 5px;
	-webkit-appearance: none;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container_select:after,
.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield .ginput_container_select:after , 
.gform_wrapper ul.gform_fields li.gfield .ginput_container_select:after {
	content: "\f078";
	color: #d5b860;
	font-family: "Font Awesome 5 Pro";
	right: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.event-widget-container .event-widget-cards-container.active .event-widget-card-wrapper .event-widget-card .event-content-wrap .event-widget-description {
	font-size: 1.25rem;
}
.event-widget-select-button {
	pointer-events: none;
}


.panel-row-style.icons{
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: auto;
    padding: 2vw 1vw;
}
/* New More button on the Home page cursor change */
p.slick-arrow {
	cursor: pointer;
}

p.slick-arrow{
	position: absolute;
	right: 5vw;
	top: 0.5vw;
}

@media screen and (max-width:1440px){
p.slick-arrow {
	position:absolute;
	right: 5vw;
	top: 0.65vw;
}
}

@media screen and (max-width:1024px){
p.slick-arrow {
    right: 10vw;
    top: 1vw;
}
}

.seriesad {
	background-image: url(https://www.franklintheatre.com/wp-content/uploads/2020/10/Franklin-Theatre-Video-image-min.png)!important;
	background-position: center!important;
}

.page-id-6713 .so-widget-image {
    border-radius: 50%;
}

img.alignright.size-medium.wp-image-6739 {
    clear: both;
    float: right;
    margin: 0rem 2rem 2rem 2rem;
    }

.two-and-a-half {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	max-width: 60%;
	margin: 8rem auto;
}
.two-and-a-half .sponsor-wrap {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
}
.two-and-a-half .sponsor-wrap p {
	margin-bottom: 2rem;
	/* font-family: "Nova Slim",cursive; */
	text-align: center;
	/* text-transform: uppercase; */
}
.two-and-a-half .sponsor-wrap a {
	text-align: center;
}
.two-and-a-half .sponsor-wrap img {
	align-self: center;
	width: auto;
	max-width: 100%;
	max-height: 8rem;
}
@media screen and (max-width: 1300px) {
	.two-and-a-half {
		max-width: 75%;
	}
}
@media screen and (max-width: 1024px) {
	.two-and-a-half {
		flex-direction: column;
		align-items: center;
		max-width: 80%;
		margin: 5rem auto;
	}
	.two-and-a-half .sponsor-wrap {
		width: 100%;
		margin-bottom: 3rem;
	}
}

/* popup maker link button */
.pum-overlay a {
    padding: 1.5rem 2.5rem;
    margin-left: auto;
    display: inline-block;
    font-size: 1.5rem;
    text-transform: uppercase;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sow-carousel-title {
    text-align: center;
}


/* RENTAL PAGE STYLING 1/24/2020 */


.page-id-6982 img.attachment-thumbnail.size-thumbnail {
    display: block;
}


.page-id-6982 .panel-row-style {
    max-width: 1440px!important;
    margin: auto;
}

.contentFormrow div#pgc-6982-0-0 {
    max-width: 30rem;
    margin: 0 auto;
}


.contentFormrow div#pgc-6982-0-1 {
    max-width: 30rem;
    margin: auto;
}


.contentFormrow p {
    margin: auto;
    display: flex;
    justify-content: center;
}

.contentFormrow .gform_footer p{
	display:none;
}

input#gform_submit_button_4{
    background: none;
    border: none;
    /* font-family: "Nova Slim",cursive; */
    font-size: 1.25rem;
    text-transform: uppercase;
}


.contentFormrow .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    max-height: 2rem;
}

.contentFormrow .gform_wrapper {
    margin-bottom: 0;
}


.contentFormrow div.rform p{
	justify-content:left;
}

.contentFormrow div.rform p img {
    padding: 0 1.5rem;
}

.contentFormrow .gform_wrapper input.large, .contentFormrow .gform_wrapper select.large, .contentFormrow .gform_wrapper .top_label input.medium.datepicker{
	padding: .25rem .5rem;
	margin: 0;
	border-radius: 5px;
	border: 1px solid #d5b860;
}

.contentFormrow input#input_4_4 {
    width: 100%;
}

body .sow-accordion {
	font-family: 'Montserrat', sans-serif;
}

.contentFormrow  li#field_4_4 {
    max-height: 2rem;
}

div#panel-6982-0-1-0 {
    margin-bottom: 0!Important;
}

.page-id-6982 .panel-row-style {
    padding: 1rem;
}

.page-id-6713 .half-text-area{
	padding: 0;
}

#pg-6982-1, #pg-6982-2, #pg-6982-3, #pg-6982-4, #pg-6982-5, #pg-6982-6, #pg-6982-7, #pg-6982-8, #pg-6982-9, #pg-6982-10, #pl-6982 .so-panel {
    margin-bottom: 0!important;
}

img.attachment-medium.size-medium {
	max-width: 17.45rem!important;
	max-height: 11rem;
}


@media screen and (max-width:2800px){
img.attachment-medium.size-medium {
    max-width: 17.45rem!important;
	max-height: 11rem;
}
}
@media screen and (max-width:1440px){
img.attachment-medium.size-medium {
    max-width: 23.45rem!important;
    max-height: 15rem;
}


.page-id-6982 ul li, .page-id-6982 p{
	font-size:1.25rem;
}
}

@media screen and (max-width:1024px){
img.attachment-medium.size-medium {
    max-width: 20rem!important;
    max-height: 12rem;
}

.contentFormrow li#field_4_4 {
    max-height: 3rem;
}

.sow-headline-container {
    margin-top: 2rem;
}

.page-id-6982 .child-header {
    padding: 3rem 5vw 3rem;
}	

}


@media screen and (max-width:724px){
.contentFormrow div.rform p img {
    padding: 0 1.5rem;
    margin: auto;
}	
.so-widget-sow-headline-default-0061b2a1119a .sow-headline-container h1.sow-headline {
    text-align: center;
	}
}

.tourVideorow .siteorigin-widget-tinymce.textwidget {
    background: #ffffff8a;
    padding: 6rem 2rem 3rem;
}


a.ow-icon-placement-left.ow-button-hover {
    background-color: transparent;
    border-color: transparent;
    background-image: url(https://www.franklintheatre.com/wp-content/uploads/2018/10/hero-button.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 20rem;
	color:#212529;
}

/* Styling for emailing list widget script they requested added in ticket #44106 */

.tm-widget iframe::-webkit-scrollbar {
  display:none;
}

.tm-widget iframe::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.newsletter {
    margin-right: -1.65rem!important;
}

.tm-widget { font-size: 0; line-height: 0; }

.video-container {
    height: 35vw;
    max-width: 1440px;
    max-height: 740px;
    margin: 2rem auto;
}
@media only screen and (max-width: 576px){
	.image-text-wrapper {
		width: 100%;
		padding: 0 2rem;
	}
	.image-text-wrapper .image-text-content {
		padding-right: 0;
	}
	.page-id-332 .mobile-sm-text {
		font-size: 1.25rem;
		font-weight: 700;
	}
	body .mw-70 {
		width: 100%;
	}
	#panel-332-1-0-0 > .panel-widget-style {
		padding: 0 2rem;
	}
}

#home .hero::after {
    opacity: 10%;
}

/* Fixing logo squishing */
.home header.wst-header .header .header-content .logo-container .logo {
    height: auto;
}
header.wst-header.home-page-header.active .header .header-content .logo-container .logo {
	height: 8rem;
}
/* reducing space between links to help reduce stacking, making text center when stacking */
header.wst-header .header .header-nav .menu .menu-item a {
	padding: .5rem 1.6rem;
	text-align: center;
}
@media only screen and (max-width: 1300px) {
	header.wst-header .header .header-nav .menu .menu-item a {
		padding: .5rem 1.25rem;
	}
}
@media only screen and (max-width: 1200px) {
	header.wst-header .header .header-nav .menu .menu-item a {
		padding: .5rem .7rem;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 769px) {
	header.wst-header .header .header-content {
		width: 13rem;
	}
}
/* Logo Lockup */
.logo-lockup {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
/*   padding-top: 1rem; */
  max-width: 43rem;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .logo-lockup {
    max-width: 42rem;
  }
}

.logo-lockup .ft-bottom-img-wrap {
  display: block;
  padding: 0.7rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  text-align: center;
  border-right: 1px solid #fff;
}

.logo-lockup .ft-bottom-img-wrap:first-of-type {
  width: 100%;
  border: none;
  margin-bottom: 1rem;
}

.logo-lockup .ft-bottom-img-wrap:first-of-type img {
  margin: 0 auto;
}

@media only screen and (max-width: 576px) {
  .logo-lockup .ft-bottom-img-wrap:first-of-type {
    padding: 0 5vw;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .logo-lockup .ft-bottom-img-wrap:not(:first-of-type) img {
    max-width: 12rem;
    max-height: none;
  }
}

.logo-lockup .ft-bottom-img-wrap:nth-of-type(1) img {
  max-height: 10rem;
}

.logo-lockup .ft-bottom-img-wrap:nth-of-type(2) img {
  max-height: 4.6rem;
}

@media only screen and (max-width: 576px) {
  .logo-lockup .ft-bottom-img-wrap:nth-of-type(2) img {
    max-height: none;
    margin-bottom: 1rem;
  }
}

.logo-lockup .ft-bottom-img-wrap:nth-of-type(3) img {
  max-height: 5.8rem;
}

@media only screen and (max-width: 576px) {
  .logo-lockup .ft-bottom-img-wrap:nth-of-type(3) img {
    max-height: none;
    margin-bottom: 1rem;
  }
}

.logo-lockup .ft-bottom-img-wrap:nth-of-type(4) img {
  max-height: 6rem;
}

@media only screen and (max-width: 576px) {
  .logo-lockup .ft-bottom-img-wrap:nth-of-type(4) img {
    max-height: none;
    margin-bottom: 1rem;
  }
}

.logo-lockup .ft-bottom-img-wrap:nth-of-type(5) img {
  max-height: 6rem;
}

@media only screen and (max-width: 576px) {
  .logo-lockup .ft-bottom-img-wrap:nth-of-type(5) img {
    max-height: none;
    margin-bottom: 1rem;
  }
}

.logo-lockup .ft-bottom-img-wrap:last-of-type {
  border: none;
}

.logo-lockup .ft-bottom-img-wrap img {
  width: auto;
  height: auto;
}

@media only screen and (max-width: 576px) {
  .logo-lockup .ft-bottom-img-wrap {
    width: 100%;
    border: none;
  }
}


.child-header {
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.child-header .title {
    color: white;
	z-index: 1;
}

.child-header::after {
    content: " ";
    width: 100%;
    position: absolute;
    min-height: 67.75vh;
    background: #0000004d;
}

@media screen and (max-width: 1024px){
	.event-widget-container .event-widget-cards-container.active .event-widget-card-wrapper .event-widget-card .event-widget-image{
		height:auto;
	}
}

@media only screen and (max-width: 1024px){
	.event-widget-container .event-widget-cards-container.active .event-widget-card-wrapper .event-widget-card .event-content-wrap {
		padding: 0 0.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}