/*
	Theme Name: Wiregrass Museum of Art
	Theme URI: http://pushcrankpress.com
	Description: PushCrankPress Default Theme
	Version: 1.0
	Author: PushCrankPress (webmaster@pushcrankpress.com)
	Author URI: http://pushcrankpress.com
	Tags: Default, HTML5, CSS3, PHP, JS

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*--------------------------------------------------------------*\
***----------------- Import theme-options.css -----------------***
*** Includes default font, link, paragraph, span, etc. styling ***
\*--------------------------------------------------------------*/

/*--------------------------*\
--------Global Styles---------
\*--------------------------*/

/*--- See /wp-content/themes/wma2020/theme-options.css to define global styles ---*/
@import "theme-options.css";

p a {
	font-weight: 600;
}

/*--------------------------*\
--------Custom Styles---------
\*--------------------------*/

.woocommerce-products-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 4em;
}
.woocommerce-products-header h2.page-title {
	margin-bottom: 0;
}

.flex-viewport {
	max-height: 500px;
}

.desktop-nav-menu {
	display: block;
}
.mobile-nav-menu {
	display: none;
}

.content-area {
	padding: 2em 0;
}

.header {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 56.25vh;
	box-shadow: 0 4px 8px #eee;
	/*border-bottom: solid 4px #000;*/
	background-size: cover !important;
	background-position: center !important;
	min-height: 380px;
}
.header-small {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 14.75vh;
	border-bottom: solid 4px #000;
	min-height: 380px;
}
.header-branding {
	position: relative;
    left: 0;
    top: 2em;
    background-color: #fff4;
    width: fit-content;
}

.header-branding img {
	width: 400px;
}
.header-social-donate {
	position: absolute;
	right: 2em;
	top: 2em;
	width: 250px;
}
.header-social {
	position: absolute;
    right: 2rem;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 2em;
    width: 250px;
}
.header-social i {
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
}
.header-social i:last-child {
	margin-right: 0;
}
.header-donate {
	background-color: #000;
	color: #fff !important;
    height: 2.4rem;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.4em;
    position: absolute;
    right: 2rem;
    top: 6.2rem;
    width: 250px;
    z-index: 100;
    text-align: center;
}
.header-nav {
	position: absolute;
    bottom: 0;
    right: 0;
    height: 5em;
    background: #fff8;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
    max-width: unset;
    width: 100% !important;
}
.header .menu,
.header-small .menu {
    display: flex;
    justify-content: flex-end;
    height: 6em;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
}
.header .menu li,
.header-small .menu li {
	padding: 0 1.5em;
    list-style: none;
}
.header .menu li:last-child,
.header-small .menu li:last-child {
	margin-right: 1.5em;
}
.header .menu a,
.header-small .menu a {
	/*font-size: 1.2em;*/
	font-size: 1.4em;
	/*font-weight: 600;*/
	color: #000;
	height: 100px;
	display: flex;
	align-items: center;
	text-transform: lowercase;
}


.has-megamenu:hover .dropdown-menu {
	display: block;
	position: absolute;
	left: 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #0000;
	color: #eee !important;
}
/*.dropdown-item {
	text-transform: none !important;
}*/
.dropdown-menu a {
	height: unset !important;
}
.dropdown-menu .menu-fullwidth a {
	column-span: all;
	padding-left: calc(30px + .5em);
}
.burger-line {
	width: 50px;
	height: 5px;
	background-color: #000;
	display: block;
	margin: 8px 0;
}
.burger-line:first-child {
	margin-top: 0;
}
.burger-line:last-child {
	margin-bottom: 0;
}



.resume-sidebar .nav-pills {
	width: 100%;
}




.footer p {
	color: #fff;
	font-weight: 400;
}
.footer a:hover {
	color: #eee;
}
.footer-top {
	display: flex;
	justify-content: flex-end;
}
.footer-donate {
	background-color: #000;
	color: #fff;
    height: 3rem;
    font-size: 1.6em;
    padding: 0 6em 0 0.75em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    display: flex;
    align-items: center;
    margin-bottom: 1.4em;
}
.footer-donate:hover {
	color: #fff;
}
.footer {
	color: #fff;
	padding: 0 2em;
}
.footer .col {
	padding: 0;
}
.footer-contact {
	padding-left: 3em;
}
.footer-branding {
	padding: 3em 0 0;
}
.footer-branding img {
	max-width: 200px;
}
.footer-contact img {
	margin-right: 1em;
}
.footer-bottom {
	border-top: solid 1px #fff;
	padding: 2em 3em 3em;
	margin-top: 2em;
}
.footer-links {
	padding-right: 6em;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.footer-bottom .col {
	padding: 0;
	display: flex;
	align-items: center;
}
.footer-bottom .col:last-child {
	justify-content: flex-end;
}
.footer-social {
	display: flex;
}
.footer-social i {
	color: #000;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	margin: 0 .5em;
}
.footer-copyright {
	text-align: right;
}
.footer-copyright p {
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

.footer #input_51_1 {
	background-color: #0000;
	border: solid 1px #fff;
	color: #fff;
	font-size: 1.2em;
}
.footer #gform_wrapper_51 .gform_title {
	color: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.footer #gform_submit_button_51 {
	height: 100%;
	background-color: #fff;
	color: #000;
	padding: 0 1em;
	border: none;
	font-size: 1.2em;
	text-transform: uppercase;
}
#gform_submit_button_51 {
	height: 100%;
	background-color: #000;
	color: #fff;
	padding: 0 1em;
	border: none;
	font-size: 1.2em;
	text-transform: uppercase;
}


.footer .menu {
	display: flex;
	list-style: none;
	padding-left: 0;
	justify-content: space-between;
	margin-top: 3em;
	padding-right: 2em;
}
.footer .menu li {
	display: block;
    margin-bottom: 1.4em;
}
.footer .menu a {
	font-weight: 900;
    font-size: 1.6em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    display: block;
}
.footer .menu .sub-menu {
	color: #fff;
	list-style: none;
	padding-left: 0;
	padding-top: 1em;
}
.footer .menu .sub-menu li {
	margin-bottom: .5em;
}
.footer .menu .sub-menu a {
	font-weight: 400;
	text-transform: none;
	font-size: 1.2em;
	margin-bottom: 0;
}

section {
	padding: 1em 0;
}
.home-featured-box,
.home-post-box,
.educators-lair-box {
	width: 100%;
	height: auto;
	padding-bottom: 100%;
	/*border: solid;*/
	margin: 1em 0;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}
.educators-lair-box {
	width: 100%;
	height: auto;
	padding-bottom: 100%;
	/*border: solid;*/
	margin: 1em 0;
	position: relative;
	background-size: contain !important;
	background-color: #000 !important;
	background-repeat: no-repeat !important;
}
.home-featured-box .link-title,
.home-post-box .link-title,
.educators-lair-box .link-title {
	position: absolute;
	bottom: -1.5em;
	left: 0;
	padding: 0 3em 0 .5em;
	width: 100%;
	height: 4em;
	min-height: 3em;
	background-color: #fff;
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.home-featured-box .link-title i,
.home-post-box .link-title i,
.educators-lair-box .link-title i {
	color: #000;
	position: absolute;
	z-index: 1;
	font-size: 1.4em;;
	margin: 0 .5rem;
	right: 0;
	font-weight: 900;
}
.home-featured-box .link-title i:after,
.home-post-box .link-title i:after,
.educators-lair-box .link-title i:after {
	content: '';
	width: .9em;
	height: .9em;
	background-color: #fff;
	position: absolute;
	top: 0.05em;
	left: 0.05em;
	z-index: -1;
	border-radius: 50%;
}


.home-mission {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
	background: linear-gradient(90deg, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
	margin: 0;
}
.home-mission .row {
	background-color: #000;
	padding: 3em;
}
.home-mission .row .row {
	width: 90%;
}
.home-mission p {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.6em;
	position: relative;
}
.home-mission span {
	font-weight: 900;
	text-orientation: upright;
	display: block;
	top: 0;
	text-align: right;
}
.home-mission-desktop {
	display: flex;
}
.home-mission-mobile {
	display: none;
}

#home-tour {
	background-color: #eee;
	background-size: cover !important;
	background-position: center !important;
	min-height: 33vh;
	display: flex;
	text-align: center;
	padding: 10em 0 4em;
	position: relative;
}
#home-tour h3 {
	font-size: 1.8em;
	font-weight: 900;
	text-transform: uppercase;
}
#home-tour p {
	font-size: 1.2em;
}
#home-tour a {
    background-color: #000;
    padding: 0.25em 6em;
    font-size: 1.4em;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 1em 0;
    text-transform: uppercase;
}
#overlay {
	background-color: #fff;
	opacity: .85;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.home-tour-content {
	position: relative;
	z-index: 100;
}




.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #333;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
	font-size: 1.6em;
}
.woocommerce div.product span.price {
	color: #333;
	display: block;
	margin-bottom: 1em;
}
.woocommerce .amount {
	font-size: 1.4em;
	font-weight: 900;
	color: #000;
}
.woocommerce .variations tr {
	display: flex;
	flex-direction: column;
	margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations select {
	padding: .5em;
	border: solid 1px #000;
	height: 3em;
}
.woocommerce .quantity .qty {
	height: 3em;
	margin-right: 0;
}
.woocommerce div.product form.cart .button {
	height: 3em;
	margin-left: 2em;
	border-radius: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	border: solid 1px #eee;
}
.product-link a {
	padding: .5em 1.5em !important;
}

.view-article {
	display: none !important;
}


.accordion {
	margin-bottom: 4em;
}
.accordion-item {
	border: none;
	/*border-left:  solid 1px #000;*/
	border-radius: 0 !important;
	position: relative;
}
.accordion-item:has(.show):before {
	content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 1px;
    background-color: #000;
    left: -1px;
}
.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
	box-shadow: none;
	background-color: #0000;
	padding-left: 3.6rem;
	font-size: 2.4rem;
	color: #000;
	font-weight: 400;
}
.accordion-item > .accordion-button:not(.collapsed) {
	border-left: solid 1px #000;
}
.accordion-button.collapsed::after {
	transform: none;
}

.accordion-button::after {
	position: absolute;
	left: 0;
}

.accordion-button.collapsed::after,
.accordion-button:not(.collapsed)::after {
    position: absolute;
    left: 1.25rem;
}
.accordion-button::after {
	background-image: none;
    transform: translateY(-50%) !important;
    content: '+';
    font-size: 1em;
    font-weight: 400;
    color: blue;
    position: absolute;
    left: -10px;
}
.accordion-button.collapsed::after {
    background-image: none;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    font-weight: 900;
    color: #000;
    position: absolute;
    left: 1.25rem;
    top: 1.5em;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    font-weight: 900;
    color: #000;
    position: absolute;
    left: 1.25rem;
    top: 1.5em;
}
.accordion-body {
	position: relative;
}
.accordion-body h3 {
	font-size: 2rem;
}
.happenings-date {
	position: relative;
    text-align: right;
    background-color: #000;
    color: #fff;
    margin-top: 1em;
    /*left: -20px;*/
    left: 0;
    padding: 0.5em 1em;
    /*width: calc(100% + 20px);*/
    width: 100%;
}
.board-staff-list {
	font-size: 1.4em;
	padding-left: 12px;
	margin-bottom: 2em;
}
.board-staff-list .col {
	margin-bottom: 1em;
	border-left: solid 5px #000;
}
.board-staff-list .name {
	display: block;
	font-weight: 600;
}
.board-staff-list .title {
	display: block;
	font-size: .8em;
}
.board-staff-list .email {
	display: block;
	font-size: .8em;
}


.board-list {
	font-size: 1.4em;
	margin-bottom: 2em;
}
.board-list .col {
	margin-bottom: 1em;
}
.board-list .name {
	display: block;
	font-weight: 600;
}
.board-list .title {
	display: block;
	font-size: .8em;
}
.board-list .email {
	display: block;
	font-size: .8em;
}





h2.page-title {
	margin-bottom: 1em;
	font-size: 2.6em;
	font-weight: 400;
}


.strategic-financial {
	display: flex;
	justify-content: space-between;
	margin: 4em 0;
}
.strategic-financial a {
	background-color: #000;
	color: #fff;
	font-size: 1.4em;
	padding: .5em 3em;
	text-transform: uppercase;
	cursor: pointer;
}

.search-wma {
	background-color: #000;
	padding: 1em;
	display: none;
	position: absolute;
	top: 2em;
	right: 2em;
	height: 40px;
	width: 250px;
	justify-content: center;
	align-items: center;
	border-radius: 0 20px 20px 0;
}
form.search {
	position: absolute;
	left: 10px;
}
input.search-input {
	height: 28px;
	width: 200px;
	background-color: #0000;
	border: none;
	color: #fff;
}
input.search-input::placeholder {
	color: #fff8;
}
button.search-submit {
	background-color: #0000;
    color: #fff;
    border: none;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-46%);
}
/*.happenings .accordion-button.collapsed::after, .accordion-button:not(.collapsed)::after,
.exhibitions .accordion-button.collapsed::after, .accordion-button:not(.collapsed)::after {
	display: none;
}*/
.happenings .accordion-button.collapsed, .accordion-button:not(.collapsed),
.exhibitions .accordion-button.collapsed, .accordion-button:not(.collapsed),
.schools .accordion-button.collapsed, .accordion-button:not(.collapsed),
.opportunities .accordion-button.collapsed, .accordion-button:not(.collapsed),
.membership .accordion-button.collapsed, .accordion-button:not(.collapsed),
.corporate-membership .accordion-button.collapsed, .accordion-button:not(.collapsed) ,
.classes-workshops .accordion-button.collapsed, .accordion-button:not(.collapsed),
.visiting-artist-series .accordion-button.collapsed, .accordion-button:not(.collapsed),
.about .accordion-button.collapsed, .accordion-button:not(.collapsed) {
	font-size: 2rem;
	font-weight: 400;
	padding-left: 1.5em;
}
.schools .accordion-item:before {
	display: none;
}
.schools .accordion-item {
	margin-bottom: 5em;
}
.how-it-works-number {
	background-color: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-bottom: 1em;
	font-size: 1.2em;
}

.button-black {
	background-color: #000;
    color: #fff;
    padding: 0.5em 1.5em; /* 3em */
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 1.6em;
}
.button-black:hover {
	color: #fff;
}
.plan-visit {
	border-left: solid 2px #000;
	padding-left: 1.4em;
}
.visit-hours-map {
	position: relative;
}
.visit-hours {
	width: 86%;
}
.visit-hours p {
	display: flex;
	justify-content: space-between;
	border-bottom: dotted;
	position: relative;
	z-index: -1;
}
.visit-hours p span {
	padding-right: 3px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	top: 9px;
}
/*.visit-hours p span:first-child,
.visit-hours p span:last-child {
	background-color: #fff;
	position: relative;
	z-index: 100;
	top: 9px;
}*/
.visit-hours p span:last-child {
	padding-left: 3px;
}

.always-free {
	background-color: #000;
	color: #fff;
	font-size: 2.4em;
	position: absolute;
	right: 53%;
	width: 100vw;
	text-align: right;
	bottom: 5px;
	padding: .5em 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.always-free span {
	font-size: 3.4rem;
}
.visit-addtl-info {
	padding-top: 3em;
}
.visit-addtl-info h4 {
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 2em;
}
.visit-addtl-info li {
	font-size: 1.4em;
}


.dropdown-item.active, .dropdown-item:active {
	background-color: #fff2;
}

.tribe-events-content p {
	font-size: 1.4em !important;
}

.exhibition-credits {
	margin-top: 4em;
	border-top: solid 1px #000;
	padding-top: 2em;
	text-align: center;
}
.exhibition-credit-images {
	display: flex;
	justify-content: center;
}
.exhibition-credit-images .col {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em;
}
.exhibition-credit-images img {
	max-width: 75%
}
.lesson-plans .page-title {
	margin-bottom: 0;
}
.lesson-plans .row,
.educator-resources .row {
	margin-top: 0;
}
.lesson-plans .lp-meta,
.educator-resources .lp-meta {
	padding-top: 0;
	top: 0;
}
.filter-button-grade,
.filter-button-basic {
	border: solid 1px #000;
    height: 2.4em;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .05em;
    padding: 0 1em;
    background-color: #fff;
}
.filter-button-grade i,
.filter-button-basic i {
	font-size: 1.5em;
	margin: 0 0 0 1em;
}
#filter-grade,
#filter-basic {
	position: relative;
	top: 1em;
	left: 0;
	display: inline-block !important;
	z-index: 1;
}
#filter-subject {
	position: relative;
	top: 1em;
	left: 1.2em;
	display: inline-block !important;
	z-index: 1;
}

.filter-button-grade:hover,
.filter-button-basic:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

.filter-options-grade,
.filter-options-basic {
	display: none;
}

#filter-grade.open .filter-options-grade,
#filter-basic.open .filter-options-basic {
	display: block;
  border: solid 1px #000;
  border-top: none;
}
#filter-subject.open .filter-options-grade {
	display: block;
    border: solid 1px #000;
    border-top: none;
}

.filter-options-grade div,
.filter-options-basic div {
	font-size: .8em;
    font-weight: 900;
    color: #000;
    height: 2.4em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 1em;
}

.filter-options-grade div,
.filter-options-basic div {
	background: #ffffff;
	border-bottom: solid 1px #0002;
}

.filter-options-grade div:last-child,
.filter-options-basic div:last-child {
	border-bottom: none !important;
}

.filter-options-grade div:hover,
.filter-options-basic div:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

.filter-button-subject {
	border: solid 1px #000;
    height: 2.4em;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .05em;
    padding: 0 1em;
    background-color: #fff;
}
.filter-button-subject i {
	font-size: 1.5em;
	margin: 0 0 0 1em;
}

.filter-button-subject:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

#filter-grade.open .filter-options-grade,
#filter-grade.open .filter-options-basic {
	display: block;
    border: solid 1px #000;
    border-top: none;
    position: absolute;
    width: 100%;
}
#filter-subject.open .filter-options-subject {
	display: block;
    border: solid 1px #000;
    border-top: none;
    position: absolute;
    width: 100%;
}

.filter-options-subject {
	display: none;
}

.filter-options-subject div {
	font-size: .8em;
    font-weight: 900;
    color: #000;
    height: 2.4em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 1em;
}

.filter-options-subject div {
	background: #ffffff;
	border-bottom: solid 1px #0002;
}

.filter-options-subject div:last-child {
	border-bottom: none !important;
}

.filter-options-subject div:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

.lp-meta {
	position: relative;
    top: 1em;
    padding-top: 2em;
    font-size: .8em;
}
.lp-meta p {
	margin-bottom: 0;
}
.lp-delimiter:last-child {
	display: none;
}




.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 2em;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.membership-levels {
	display: flex;
	justify-content: center;
}
.mem-circle {
	background-color: #000;
	width: 70%;
	height: auto;
	padding-bottom: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	margin-bottom: 2rem;
}
.mem-circle-info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.mem-circle-info a:hover {
	color: #ddd;
}
.mem-circle-info p {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.mem-circle-info span {
	font-size: 1.1em;
	font-weight: 900;
}

.callout {
	width: 100%;
	background-color: #000;
	position: relative;
	margin: 2em 0;
}
.callout p {
	margin-bottom: 0;
	font-size: 1.6em;
	color: #fff;
}
.callout h5 {
	color: #fff;
}
.callout-white {
	width: 70%;
    background-color: #fffe;
    position: relative;
    margin: 2em 0;
    padding: 4em 2em 2em 8em;
    text-align: left;
}
.callout-white p {
	margin-bottom: 0;
	font-size: 1.6em;
	color: #000;
}
.callout-white h5 {
	color: #000;
}
.callout-left {
	position: relative;
	left: 0;
	width: 90%;
	text-align: right;
	padding: 2em 2em 2em 10em;
}
#home-tour .callout-left {
	width: 70%;
}
.callout-left h5,
.callout-left p {
	text-align: left;
}
.callout-right {
	position: relative;
	left: 10%;
	width: 90%;
	text-align: left;
	padding: 2em 4em 2em 2em;
}
.divider-left {
	position: relative;
	left: 0;
	width: 90%;
	text-align: right;
	height: 400px;
	background-position: right center;
	margin-bottom: 6em;
}

.corporate-members-list {
	padding: 2em 15px;
}
.corporate-members-list h5 {
	margin-bottom: 1em;
}
.corp-member-logo {
	border: solid 1px #eee;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.4em;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.corp-member-logo img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 90%;
    max-width: 80%;
}


.wpmenucart-display-standard {
    position: absolute;
    left: 3em;
}

.mobile-menu-only {
	display: none;
}

.hidden {
	display: none;
}

.content-area .row {
	margin: 2em calc(var(--bs-gutter-x) * -.5);
}

.section-heading {
	margin-bottom: 1em;
	position: relative;
	width: fit-content;
	text-transform: uppercase;
	font-weight: 400;
}
.section-heading:after {
	content: '';
    height: 2px;
    width: 100vw;
    position: absolute;
    right: -2em;
    bottom: -0.35em;
    background-color: #000;
    border-radius: 2px;
}

.artist-opp-link h4 {
	font-size: 1.6rem;
}
.artist-opp-link .row {
	display: flex;
	flex-direction: row;
}
.artist-opp-link .col:first-child {
	padding-right: 0;
	background-color: #eee;
	display: flex;
	align-items: flex-end;
}
.artist-opp-link .col:first-child div {
	padding: 2em;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
}
.artist-opp-link .col:last-child {
	padding-left: 0;
	height: auto;
}
.arrow-link {
	font-size: 1.4em;
	top: 50%;
	color: #000;
	padding: 0 12px 0 0;
	transition: all .5s ease;
}
.arrow-left {
	transform: rotate(180deg);
	margin-right: 1em;
}
.single .arrow-link:hover {
	padding: 0;
}
.arrow-left:hover {
	transition: none;
}

.arrow-link:hover {
	padding: 0 12px;
	transition: all .5s ease;
}

.artist-opp-link i {
	padding-left: .5em;
}


.modal {
	padding-right: 0 !important;
}
.modal-dialog {
	max-width: calc(991px - 4em);
}
.modal-content {
	max-height: 60vh !important;
	border-radius: 0 !important;
	position: relative;
}
.modal-header {
	background-color: #000;
    font-size: 12px;
    text-transform: uppercase;
	border-radius: 0 !important;
	padding: 1em 2em !important;
}
.modal-body {
	padding: 2em !important;
}
.modal-scroll-bottom {
	width: 100%;
	height: 2em;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8015800070028012) 25%, rgba(255,255,255,0.6027004551820728) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8015800070028012) 25%, rgba(255,255,255,0.6027004551820728) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8015800070028012) 25%, rgba(255,255,255,0.6027004551820728) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	position: absolute;
	bottom: 0;
	left: 0;
}
.modal-title {
	color: #fff !important;
	font-weight: 400;
}
.btn-close {
	background: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #fff !important;
    opacity: 1 !important;
}






#menu-header-menu {
	width: 100vw;
	max-width: 1920px;
	justify-content: flex-end;
	position: relative;
}
#menu-header-menu a {
	color: #333;
}
.dropdown-toggle::after {
	display: none;
}
#menu-header-menu a.show,
#menu-header-menu .current-menu-item a {
	color: #000;
	position: relative;
}
.right-dropdown .dropdown-menu {
	left: unset !important;
	right: 10px;
}
#menu-header-menu a.show:after {
	content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 24px 24px;
    border-color: #0000 #0000 #000 #0000;
    display: block;
    margin: 0;
}
#menu-header-menu .dropdown-menu {
	width: fit-content;
	background-color: #000;
	border-radius: 0;
	border: none;
	top: calc(100% - 2px);
	padding: 1em;
}
#menu-header-menu .dropdown-menu a {
	color: #fff;
	font-weight: 400;
}
#menu-header-menu .dropdown-menu li {
	padding: 0 .5em;
}
#menu-header-menu .dropdown-menu li:last-child {
	margin-right: 0 !important;
}


.home-page-event .col div {
	width: 50%;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
	/*.interior-page-link {
		padding-bottom: 4em;
		margin-bottom: 4em;
	}*/
	.page-links {
		padding-left: 0;
		margin: 4em 0;
	}
	.page-links li {
		list-style: none;
	}
	.interior-page-link:after {
		content: '';
		background-color: #000;
		height: 1px;
		width: 100%;
		display: block;
		margin: 4em auto;
	}
	/*.interior-page-link:last-child:after {
		display: none;
	}*/
.home-page-event .col:first-child {
	display: flex;
	flex-direction: column;
	padding: 2em;
}
.home-page-event .col:last-child {
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	display: flex;
	padding-top: 2em;
	padding-bottom: 2em;
}
	.interior-page-link .col:last-child {
		display: flex;
		align-items: flex-end;
		position: relative;
	}
.home-page-event:last-child .col:last-child {
	border-bottom: none;
}
.home-page-event h4,
.interior-page-link h4 {
	font-size: 1.6rem;
	font-weight: 900;
	text-align: right;

}
	.interior-page-link h4 {
		text-align: left;
		padding-right: 4em;
		margin-top: 1em;
	}
.home-page-event p,
.interior-page-link p {
	text-align: right;
}
	.interior-page-link p {
		text-align: left;
		/*font-size: 1em;*/
		padding-right: 4em;
	}
.interior-page-link p figcaption {
	display: none;
}
.home-page-event a,
.interior-page-link a {
	text-align: right;
	font-size: 2em;
	display: block;
}

	.interior-page-link a.arrow-link {
		position: absolute;
		right: 12px;
		top: 50%;
		color: #000;
	}
.home-page-event-image,
.interior-page-link-image {
	width: 100% !important;
	height: auto;
	padding-bottom: 100% !important;
	background-size: cover !important;
	background-position: center !important;
}
.artist-opp-link-image {
	width: 100% !important;
	height: auto;
	padding-bottom: 80% !important;
	background-size: cover !important;
	background-position: center !important;
}
.home-page-event-date {
	text-align: left !important;
	font-weight: 900;
	letter-spacing: 1px;
	padding-top: 1em;
}



.header .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #000;
}
.header .sub-menu a {
	color: #fff;
}


.navbar .megamenu{ padding: 1rem; }

/* Hide gravity form entry details on cart,checkout, and cofirmation message pages */

.woocommerce-cart-form__cart-item .variation,
.woocommerce-checkout-review-order-table .variation,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta {
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

.woocommerce-breadcrumb {
	display: none;
}
.product_meta {
	display: none;
}
.stock {
	display: none;
}
.related {
	float: left;
	border-top: solid 1px #ddd;
	margin-top: 2em;
	padding-top: 2em;
}
.related h2 {
	font-size: 1.8em;
    text-transform: capitalize;
    margin-bottom: 1em;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background-color: #000;
    color: #fff;
    border-radius: 0;
}
.woocommerce-message {
	border-top-color: #000;
}
.woocommerce-message::before {
	color: #000;
}
.woocommerce a.remove {
	color: #000 !important;
}
.woocommerce a.remove:hover {
	background-color: #0000;
	color: #000 !important;
}
.woocommerce-cart-form {
	position: relative;
}
.continue-shopping {
	position: absolute;
	top: -50%;
	right: 0;
}

/*--- Not Shop Pages ---*/

.single-product .product:not(.product_cat-shop) .woocommerce-product-gallery {
	display: none;
}

.single-product .product:not(.product_cat-shop) .summary.entry-summary {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	float: none;
}

/* --- Search --- */

.search-results .search-results-summary {
	margin-top: 50px;
	margin-bottom: 100px;
}

.search-results article {
	margin-bottom: 50px;
}

.search-results article img,
.search-results :where(span.date, span.author, span.comments),
.search-results .post-edit-link {
	display: none;
}

.search-results .pagination {
	margin-bottom: 50px;
}

.search-results .page-numbers {
	padding: 10px 15px;
	background: black;
	color: white;
	margin-right: 15px;
}

/*--- Donation Scroll Styles ---*/

.donation-scroll {
	background: #eee;
	padding: 30px;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

.donation-scroll .donation-amount {
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: 900;
	color: #000;
}
.donation-scroll .donation-message {
	margin-bottom: 20px;
	font-weight: 600;
	color: #000;
}
.donation-scroll .donation-name {
	font-weight: 400;
	color: #444;
	margin-bottom: 20px;
}

.donation-scroll .donation-divider {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

.donation-scroll .donation-display:last-of-type .donation-divider {
	display: none;
}

.donation-scroll::-webkit-scrollbar {
  	width: 12px;
	height: 24px;
}
.donation-scroll::-webkit-scrollbar-track {
  background: #f6f6f6
}
.donation-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
}

.woocommerce-tabs {
	display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top-color: #000;
	font-size: 1.2em;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	color: #000;
}
.home .hidden-homepage {
	display: none;
}

.hidden-desktop {
	display: none;
}

.corporate-membership .content-area li {
	font-size: 1.4em;
}
.corp-level {
	text-align: center;
	margin-bottom: 2.4em;
}
.corp-level p {
	font-size: 1.2em;
}
.corp-price {
	background-color: #000;
	color: #fff;
	font-size: 2em;
	padding: .5em 0;
	margin-bottom: 1rem;
}
.corp-benefits {
	padding: 0 .25em;
}
.corp-benefits p:first-child {
	font-size: 1.4em;
	padding-bottom: 1em;
	border-bottom: solid 1px #eee;
}
.corp-benefits p:not(:first-child) {
	padding-bottom: 1em;
	border-bottom: solid 1px #eee;
}
.corp-benefits p:last-child {
	margin-bottom: 0;
}
.corp-link a {
    background-color: #eee;
    color: #000;
    display: block;
    font-size: 1.4em;
    padding: 0.5em 0;
}

.error-page-links a {
	display: block;
	font-size: 1.4em;
	margin-bottom: .5em;
}


.single-exhibitions .wp-post-image,
.single .wp-post-image,
.exhibition-feat-img {
	max-height: 75vh;
	margin-bottom: 2em;
}
.modal-xl {
	width: 95vw;
	max-width: 1440px;
}


.additional-images {
	padding-left: 0;
	margin: 4em 0 2em;
}
.additional-images li {
	list-style: none;
	display: inline-block;
	margin-right: 1.4em;
	margin-bottom: 1.8em;
}


.blog-tags {
	padding: 1em 0;
	margin-bottom: 2em;
	font-size: 1.2em;
}
.blog-tags a {
	text-decoration: underline;
}
.interior-page-link .blog-tags a {
	display: initial;
	font-size: 1em !important;
}





.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.2em !important;
    margin: 0 16px 0 0;
    width: auto;
    padding: 0.5em 1.5em;
    background-color: #000;
    color: #fff;
    border: none;
}

.search-results-summary span {
	border-bottom: solid 2px #000;
	color: #000;
	padding: 0 .15em .15em;
	position: relative;
	left: -.15em;
}

.lightbox {
	background-color: #0009;
}
.lightbox p {
	font-size: 1.2em;
}
.lightbox em {
	font-style: normal;

}
.prod-img {
	width: 100%;
    height: auto;
    padding-bottom: 100%;
    border: solid 1px #eee;
    background-size: contain !important;
    background-position: center !important;
    margin-bottom: 1em;
}
.prod-view-btn {
	margin-bottom: 2em;
}
.prev-next-nav .nav-links {
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    font-weight: 600;
}
.nav-previous a {
	position: relative;
	padding: 2em;
}
.nav-previous a:before {
	content: '\f359';
	font-family: 'Font Awesome 5 Free';
	font-size: 1em;
	display: block;
	position: absolute;
	left: 0;
}
.nav-next a {
	position: relative;
	padding: 2em;
}
.nav-next a:before {
	content: '\f359';
	font-family: 'Font Awesome 5 Free';
	font-size: 1em;
	display: block;
	position: absolute;
	transform: rotate(180deg);
	right: 0;
}

.upsells {
	float: left;
	width: 100%;
	margin-top: 2em;
	border-top: solid 1px #eee;
	padding-top: 2em;
}
.upsells h2,
.cross-sells h2,
.cart_totals h2 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 1em;
}


.zoomWindowContainer {
	position: relative;
	top: -32px;
}

.checkout h3 {
	font-size: 1.8em;
}



.ctct-form-button {
	background-color: #000 !important;
    color: #fff !important;
    font-size: 1.2em !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
}

.ctct-form-footer-img {
	display: none !important;
}

.learn h5 {
	font-size: 1.4rem;
	margin-top: 2em;
}



.educators-lair .interior-page-link-image {
	background-size: contain !important;
	background-color: #000 !important;
}

.calendar-event {
	margin-bottom: 2em;
	padding: 1em;
}
.calendar-event h4 {
	font-size: 1.8em;
}
.calendar-event .arrow-link {
	font-size: 2em;
}
.calendar-event-inner {
	border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 0 0 1em 1em;
    height: 100%;
}


.woocommerce-product-details__short-description {
	margin-bottom: 2em;
}



.yam-divider {
	height: 650px;
	background-position: center;
	background-size: cover;
}


.tag-filter {
	position: absolute;
	top: 1em;
	right: 0;
	z-index: 1;
}
.tags-list {
	display: none;
	width: 250px;
	overflow-y: scroll;
	background-color: #eee;
	padding: .25em 0;
}
.tags-list li {
	padding: .5em 1em;
	list-style: none;
}

/*.entry-summary {
	width: 100% !important;
}*/
.wma_product_images {
	margin-bottom: 4em;
}
.wma_shop_main_image {
	margin-bottom: 2px;
	width: 100%;
	height: auto;
	padding-bottom: 100%;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.wma_addtl_images {
	padding: 0 .75em;
}
.wma_addtl_images .col {
	padding: 0;
	border: solid 2px #fff;
}
.wma_addtl_images .col:first-child {
	border-left: none;
}
.wma_addtl_images .col:last-child {
	border-right: none;
}
.addtl_image {
	width: 100%;
	height: auto;
	padding-bottom: 100%;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.lightbox .modal-content {
	max-height: unset !important;
}



.products-filter {
	width: 250px;
	position: relative;
}
.filter-button {
    border: solid 1px #000;
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 1.2em;
    height: 2em;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;
}
.filter-options {
	background-color: #fff;
	display: none;
	border: solid 1px #000;
	position: absolute;
	border-top: none;
	width: 100%;
	padding-left: 0;
	z-index: 1;
}
.filter-options li {
	list-style: none;
}
.filter-options a {
    display: block;
    padding: 0.5em 1em;
    background-color: #fff;
    text-align: center;
}
.filter-options a:hover {
	background-color: #f6f6f6;
}
.show-options {
	display: block;
}






/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.navbar .has-megamenu{
		position: relative!important;
	}
	.navbar .megamenu {
		left:0;
		right:0;
		width:100%;
		margin-top:0;
	}

}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    	overflow-y: auto;
      	max-height: 90vh;
      	margin-top:10px;
  	}
}
/* ============ mobile view .end// ============ */




/* ------- Admin -------- */

#adminmenu #toplevel_page_woocommerce {
	background: purple !important;
}

/*------------------------------*\
--------RESPONSIVE STYLES---------
\*------------------------------*/

@media only screen and (max-width: 1660px) {

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

}
@media only screen and (max-width:1280px) {
	.home-mission .row .row {
		width: 100%;
	}
	.always-free {
		font-size: 1.6em;
	}
	.always-free span {
		font-size:  2.6rem;
	}
	.artist-opp-link-image {
		padding-bottom: 100% !important;
	}
}
@media only screen and (max-width:1199px) {
	.home-mission .row {
		padding: 3em 2em;
	}
	.header .menu li, .header-small .menu li {
		padding: 0 1.25em;
	}
}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:991px) {
	.hidden-desktop {
		display: block;
	}
	.content-area {
		padding: 1.5em 0;
	}
	.header-branding {
		width: 350px;
	}

	.header-branding img {
		width: 100%;
	}
	.footer {
		padding: 0 1em;
	}
	.footer-contact {
		padding-left: 0em;
	}
	.footer-branding {
		left: 0;
	}
	.footer-bottom .col {
		justify-content: center;
	}
	.footer-bottom .col:last-child {
		justify-content: center;
	}
	.footer-social {
		margin-bottom: 2em;
	}
	/*.footer-social i:last-child {
		margin-right: 0;
	}*/
	.footer-copyright {
		text-align: center;
	}
	.footer-copyright span {
		display: block;
	}
	.footer .menu {
		margin-top: 1em;
	}
	.navbar {
		width: 100%;
		position: relative;
		height: 100px;
	}
	.navbar-toggler {
		position: absolute;
		right: calc(1em - .75rem);
		border: none;
	}
	.navbar-toggler:focus {
		box-shadow: none;
	}
	.navbar-collapse {
		position: absolute;
		top: 100%;
		background-color: #000;
		padding: .5em 0 1em;
	}
	.navbar-collapse  a {
		height: unset;
	}
	#menu-header-menu a {
		color: #fff !important;
	}
	.header .menu li {
	    /*margin-right: 3em;*/
	    padding: 0.5em 2em 0.25em;
	    list-style: none;
	}
	.header .menu a, .header-small .menu a {
		height: unset;
	}
	#menu-header-menu .dropdown-menu {
		background-color: #333;
		padding: 1em 0;
		position: relative;
		columns: 1;
	}
	.home-mission-desktop {
		display: none;
	}
	.home-mission-mobile {
		display: block;
	}
	.home-mission .row {
		padding: 1em;
		font-size: 1.4em;
	}
	.home-mission-mobile p {
		font-size: 1.4rem;
		padding: 2rem;
	}
	.home-mission span {
		display: unset;
	}
	.visit-hours {
		width: 100%;
		margin-bottom: 5em;
	}
	.always-free {
		position: relative;
	    width: 100vw;
	    right: 5%;
	    margin-top: 2em;
	    font-size: 2.4em;
	}
	.always-free span {
		font-size: 2rem;
	}
	.lp-meta {
		top: 100%;
	}
	.mem-circle {
		width: 90%;
		padding-bottom: 90%;
	}

	.wpmenucart-display-standard {
	    position: relative;
	    left: 0;
	    top: 0;
	}
	#home-tour {
		padding: 4em 2em;
	}
	.donation-scroll {
		margin-top: 4em;
	}
	.callout-white {
		width: 100%;
		left: 0;
	}
	.desktop-nav {
		display: none;
	}
	.dropdown-menu .menu-fullwidth a {
		column-span: unset;
		padding-left: 15px;
	}
	.artist-opp-link .row {
		flex-direction: column-reverse;
	}
	.artist-opp-link .col:last-child {
		padding-right: 0;
	}
	.yam-divider {
		width: 100%;
		height: auto;
		padding-bottom: 56.25%;
	}
}
@media only screen and (max-width:767px) {
	.content-area {
		padding: 1em;
	}
	.header-small {
		padding-bottom: 35vh;
	}
	.header-social-donate {
		top: 0;
		right: 0;
	}
	.header-social {
		position: absolute;
		right: 1em;
	}
	.header-branding {
		width: 75%;
		top: 1em;
		left: -5px;
		max-width: 400px;
	}
	.header-branding img {
		width: 100%;
	}
	.header-donate {
		padding: .5em 1em;
		top: calc(100% - 3em);
		left: 1em;
		transform: translateY(25%);
		display: none;
	}
	.footer {
		padding: 0 .5em;
	}
	.footer-branding {
		max-width: 50%;
		padding: 4em 0 0;
	}
	.footer-branding img {
		max-width: 100%;
	}
	.footer .menu a {
		font-size: 1.6em;
	}
	.footer .menu .sub-menu a {
		font-size: 1.4em;
	}
	.header-social {
		flex-direction: column;
		align-items: flex-end;
		top: 1em;
	}
	.header-social i {
		margin-right: 0em;
		margin-bottom: .5em;
	}
	.mem-circle-info p {
		font-size: .9em;
	}
	.search-wma {
		right: 1em !important;
		top: 224px!important;
	}
	button.search-submit {
		right: -50px !important;
	}
	.plan-visit {
		border: none;
		padding: 0;
	}
	.visit-hours p {
		font-size: 1.1em;
		border-bottom-width: 2px;
	}
	.mobile-menu-only {
		display: block;
	}
	#menu-header-menu .dropdown-menu {
		columns: 1 !important;
	}
	.modal-content {
		max-height: 90vh !important;
	}
	.home-page-event .col div {
		width: 100%;
	}
	.home-page-event .col:last-child {
		flex-direction: column;
	}
	#home-tour a {
		padding: .25em 3em;
		font-size: 1em;
	}
	.footer-links {
		justify-content: flex-start;
	}
	.filters {
	    flex-direction: column !important;
	    align-items: flex-start	!important;
	    justify-content: center !important
	}
	.filter-separator {
		padding: .5em 0;
	}
	.strategic-financial {
		flex-direction: column;
	}
	.strategic-financial a {
		text-align: center;
		margin: .5em 0;
	}
	.callout-white {
		padding: 4em 2em 2em 2em;
	}
	.header {
		max-height: 200px !important;
	}
	.interior-page-link h4 {
		padding-right: 0;
	}
	.interior-page-link p {
		padding-right: 2.4em;
	}
	.woocommerce-products-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.products-filter {
		width: 200px;
		margin-top: 2em;
	}
}
@media only screen and (max-width:640px) {
	.footer-branding {
		max-width: 75%;
	}
	.always-free {
	    font-size: 1.4em;
	}
	.home-mission-mobile p {
		padding: 2rem 0rem;
	}
}
@media only screen and (max-width:480px) {

}
