#et-boc footer {
	font-family: var(--museo);
}
.et-db #et-boc .et-l #footer-copyright-txt,
.et-db #et-boc .et-l #footer-copyright-txt a {
	color: var(--halfWhite);
}
ul#sns-container {
    padding: 0;
    list-style: none;
    display: flex;
}
ul#sns-container li {
    margin-right: 20px;
}
ul#sns-container li:last-child {
    margin-right: 0;
}
.et-db #et-boc .et-l .et-social-icon a {
	font-size: var(--tinyText);
	color: var(--white);
}
#footer-header-row .et_pb_column:last-child {
	display: flex;
	justify-content: flex-end;
}
#footer-header-row .et_pb_column:last-child * {
	margin: 0;
}
#footer-header-row .et_pb_column:last-child div:first-of-type {
	margin-right: 30px;
}
.et-db #et-boc .et-l #footer-header-row a.et_pb_button {
	line-height: 1 !important;
}
#footer-specialty-section > .et_pb_row .et_pb_column,
#footer-specialty-section > .et_pb_row .et_pb_column:last-child .et_pb_row_inner .et_pb_column:last-child {
	width: auto;
    flex: 1;
}
#footer-specialty-section > .et_pb_row > .et_pb_column:first-child {
	border-right: 1px solid #fff;
	padding-right: 20px;
}
#footer-specialty-section > .et_pb_row .et_pb_column:last-child,
#footer-specialty-section > .et_pb_row .et_pb_column:last-child .et_pb_row_inner .et_pb_column:nth-child(2) {
	flex: 1;
}
#footer-specialty-section .et_pb_column:last-of-type ul {
	padding: 0;
	list-style: none;
}
#footer-specialty-section .et_pb_column:last-of-type ul li a,
#footer-specialty-section .heading {
	font-size: var(--smallFontMin);
	color: var(--white);
	text-transform: uppercase;
	line-height: 35px;
}
.et-db #et-boc .et-l .footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__event-title,
.et-db #et-boc .et-l .footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__event-title a,
.et-db #et-boc .et-l .footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link,
.et-db #et-boc .et-l .footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited,
#footer-specialty-section .et_pb_column:last-of-type ul li ul li a {
	font-size: var(--copyFontSmall);
	color: var(--medGrey);
	text-transform: unset;
}
.flex-buttons-inline .et_pb_button_module_wrapper,
.flex-buttons-inline .inline-button {
    display: inline-flex;
}
.flex-buttons-inline .et_pb_button_module_wrapper,
.flex-buttons-inline .inline-button {
    margin-right: 40px;
}
.flex-buttons-inline div:last-child {
    margin-right: 0;
}
.footer-events-menu-container .tribe-events-widget-events-list__event-row {
	flex-direction: column;
}
/*.footer-events-menu-container .tribe-events-widget-events-list__view-more,*/
.footer-events-menu-container .tribe-events-widget-events-list__event-datetime-wrapper {
	display: none;
}
.footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
	text-align: left;
}
#page-container .footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__event-title,
.footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__event-title a,
.footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__event-title a:visited,
.footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link,
.footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited {
	font-family: var(--museo);
	font-weight: 500;
	/*line-height: 1;*/
	text-decoration: none;
	border-bottom: none;
}
.footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__event-title a:hover,
.footer-events-menu-container .tribe-events-widget .tribe-common .tribe-common-anchor-thin:hover,
.footer-events-menu-container .tribe-events-widget .tribe-events-widget-events-list__event-title a:focus,
.footer-events-menu-container .tribe-events-widget .tribe-common .tribe-common-anchor-thin:focus {
	text-decoration: none;
	border-bottom: none;
}
.footer-events-menu-container .tribe-common .tribe-common-h2 {
	color: var(--white);
	font-family: var(--museo);
}
#footer-donate-btn {
	padding: 0 !important;
	border: none;
	background: var(--red);
}
.et-db #et-boc .et-l #footer-specialty-section a.custom-footer-btn {
	border: 1px solid var(--white);
	line-height: 1.7;
    padding: 0.3em 1em;
    font-size: var(--tinierText);
    display: inline-block;
    color: #fff;
    transition: .3s ease;
}
#footer-specialty-section a.custom-footer-btn:hover {
	background: rgb(255 255 255 / 20%);
	border: 1px solid transparent;
}
.et-db #et-boc .et-l #footer-specialty-section a.custom-footer-btn.txt-lrg {
	font-size: var(--menuFont);
}
@media only screen and (min-width: 981px) {
	#footer-header-row {
		align-items: flex-end;
		display: flex;
	}
	#et-boc .et-l #footer-header-row .et_pb_column {
		/*flex: 1;*/
		width: auto;
	}
	#footer-header-row .et_pb_column:nth-child(2) {
		margin-left: auto;
	}
	#footer-header-row .et_pb_column:first-child {
		flex: 3;
	}
	/*#footer-header-row .et_pb_column:nth-child(2) {
		flex: 3;
	}*/
}
@media only screen and (max-width: 980px) {
	#footer-header-row {
		padding-bottom: 0;
	}
	#footer-header-row .et_pb_column {
		margin-bottom: 10px;
	}
	/*#footer-header-row .et_pb_column:nth-child(2) {
		flex: 100%;
	}*/
	#footer-header-row .et_pb_column:nth-child(3) {
		width: auto;
	}
	#footer-specialty-section > div:first-child {
		display: flex;
	}
	#footer-specialty-section > .et_pb_row .et_pb_column:last-child {
		margin-left: 20px;
	}
	#et-boc #footer-header-row .et-social-icon a {
		line-height: 2.7em;
	}
}
@media only screen and (max-width: 812px) {
	.show-on-mobile {
		display: block;
	}
	.hide-on-mobile,
	#footer-header-row .et_pb_column:nth-child(2),
	/*#footer-header-row .et_pb_column:nth-child(3),*/
	#footer-specialty-section > .et_pb_row > .et_pb_column:last-child {
		display: none;
	}
	#footer-header-row .et_pb_column:last-child div:first-of-type {
	    margin-right: auto;
    	margin-left: 0;
	}
	#footer-specialty-section > .et_pb_row > .et_pb_column:first-child {
		border-right: 0px solid #fff;
	}
	#footer-specialty-section > .et_pb_row .et_pb_column:last-child {
		margin-left: 0;
	}
	#footer-specialty-section > .et_pb_row .et_pb_column:last-child .et_pb_row_inner {
		flex-direction: column;
	}
}