/* 

COLORS

dark gray #4d5454
light gray #d2d2d2
lightest gray #f7f7f7
green #00b28c
purple #a3005b (links)

Nmwa.org additional colors: 
dark blue #1f0d77
gold #ffc857
mid-blue #0172ee

*/

/*

TEXT

*/

font {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
}
a {
    transition: all .3s;
}
a.wa-authenticateLoginLink {
    color: #fff !important;
}

h1, 
.h1, 
h2,
h3,
h4,
h5,
.WaGadgetEventsStateList h3.sectionTitle {
    color: #00b28c;
    font-weight: 500;
    line-height: 1.3;
    text-transform: none;
    text-wrap: pretty;
}
.h1promo, 
h1.promo {
    line-height: 1.3;
    text-transform: none;
}

@media (max-width: 767px) {
    .h1promo,
    h1.promo {
        font-size: 1.6rem !important;
        line-height: 1.3 !important;
    }
}

/*

HEADER

*/

.zoneHeader1,
.zoneHeader2,
.zoneFooter2 {
    padding: 0;
}
#idHeaderContentHolder {
    background-color: #f7f7f7 !important;
    max-width: none;
    padding: 10px 3vw;
}
#id_Header1 {
    max-width: none;
    position: relative;
}
#idHeaderContentHolder > div {
    display: flex;
    align-items: center;
}
#idHeaderContentHolder .main-navigation {
    flex: 1;
    margin: 0;
    order: 2;
}
#idHeaderContentHolder .site-logo {
    margin: 0 1rem 0 0;
    max-width: 100%;
    mix-blend-mode: multiply;
    order: 1;
    width: 248px;
}
.site-logo img {
    display: block;
}
#idHeaderContentHolder .login-button {
    order: 3;
    margin: 0 1rem 0 0;
    margin: 0 0 0 1rem;
}
.loginLink {
    background-color: #a3005b !important;
    transition: all .3s;
}
.loginLink:hover {
    background-color: #00b28c !important;
    color: #fff !important;
}
.authenticated .loginLink {
    background-color: #00b28c !important;
    color: #fff !important;
}
.profileBox a,
.loginBoxLogout {
    color: #a3005b !important;
    cursor: pointer;
}

/*

PAGE-SPECIFIC HEADER

*/

.banner-image {
    margin: 0;
    position: relative;
}
.banner-image img {
    display: block;
    width: 100vw;
    height: 44vw;
    min-height: 200px;
    max-height: 50vh;
    /* left: 50%; */
    object-fit: cover;
    object-position: center top;
    position: relative;
    /* transform: translateX(-50%); */
}
.banner-image-text {
    background-color: #00b28c;
    box-sizing: border-box;
    position: absolute;
    padding: 2rem;
    width: 50%;
    left: 10%;
    bottom: -2rem;
    text-wrap: pretty;
    /* invalidate positioning */
    position: static;
    width: 100%;
}
.banner-image-text * {
    color: #fff !important;
}
.adminContentView .banner-image-text {
    position: static;
    width: 100%;
}


/*

BODY

*/

body {
    background-color: #f7f7f7;
}
.zoneContent {
    background-color: #fff !important;
    padding: 3rem 2rem;
}

/*

LAYOUTS

*/

[class^='WaLayoutContainer'] {
  margin-bottom: 3rem;
}

.WaLayoutSeparator {
    width: 3rem;
}


/*

GADGETS

*/

.WaGadget {
    margin-bottom: 3rem;
}
.WaLayoutContainer .WaGadget {
    margin-bottom: 0;
}

.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight {
    max-height: none;
}

.gadgetStyleBody table {
    border: none !important;
    border-bottom: 1px solid #999 !important;
    border-collapse: collapse;
    cell-spacing: 0;
}
.gadgetStyleBody table td {
    border: none !important;
    border-top: 1px solid #999 !important;
    padding: .5rem .25rem;
}

/*

FOOTER

*/

#id_Footer1 {
    background-color: #f7f7f7 !important;
    max-width: none;
    padding: 60px 3vw;
}
#id_Footer1 > div {
    align-items: center;
    display: flex;
    flex-direction: column;
}
#id_Footer1 .main-navigation a {
    text-decoration: none;
}
#id_Footer1 .main-navigation li:before {
    color: #000;
    opacity: .2;
}
#id_Footer1 .secondary-navigation {
    font-size: 1rem;
    margin-bottom: 2rem;
}
#id_Footer1 .secondary-navigation li:before {
    color: #000;
    opacity: .2;
}
#id_Footer1 .secondary-navigation a {
    color: #999 !important;
    text-decoration: none;
}
#id_Footer1 .secondary-navigation a:hover {
    color: #333 !important;
    text-decoration: none;
}
.site-info {
    color: #bbb;
    font-size: .8rem;
}
.site-info a {
    color: #bbb !important;
    text-decoration: none;
}
.site-info a:hover {
    color: #333 !important;
    text-decoration: none;
}
.zoneWAbranding {
    display: none;
}
.credit-with-logo {
    margin: 0 auto 2rem;
    max-width: 800px;
}
.credit-with-logo > div {
    align-items: center;
    /*color: #bbb;*/
    display: grid;
    font-size: .8rem;
    gap: 1rem;
    grid-template-columns: 120px 1fr;
}
.credit-with-logo p {
    margin: 0;
}
.credit-with-logo img {
    display: block;
}
.support-logos {
    margin-bottom: 10px;
}
.support-logos p {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    justify-content: center;
    margin: 0 auto;
}
/* mcc */
.support-logos img:nth-child(1) { 
    max-width: 120px;
}
/* bcc */
.support-logos img:nth-child(2) { 
    max-width: 150px;
}
/* boac */
.support-logos img:nth-child(3) {
    max-width: 160px;
}
.support-text {
    font-size: .8rem;
}

/*

BUTTONS

*/

a.buttonStyle001, 
a:link.buttonStyle001 {
    background-color: #a3005b;
    transition: all .3s;
}
a.buttonStyle001:hover {
    background-color: #00b28c !important;
    color: #fff !important;
}

/*

USER

*/
.WaGadgetLoginButton .loginPanel {
    left: auto;
    right: 0;
}
.WaGadgetLoginButton .loginPanel:after,
.WaGadgetLoginButton .loginPanel:before {
    left: auto;
    right: 24px;
}

/*

UTILITIES

*/

.space-top,
.space-above {
    margin-top: 3rem;
}
.space-bottom,
.space-below {
    margin-bottom: 3rem;
}

.banner {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.banner > table {
    max-width: 1200px;
    margin: 0 auto;
}
.boxed {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 2rem;
}
.background-gray {
    background-color: #d2d2d2;
}
.background-green {
    background-color: #00b28c;
}
.background-green * {
    color: #fff !important;
}

.art-gallery {
    margin: 3rem 0;
}
.art-gallery > div {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}
.art-gallery img {
    aspect-ratio: 1;
    background-color: #eee;
    display: block;
    margin: 0.5rem auto;
    object-fit: contain;
    width: 100%;
}
.art-gallery.three-two img {
    aspect-ratio: 1.5;
    object-fit: cover;
}
.art-gallery p {
    align-items: center;
    color: #909090;
    display: grid;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.art-gallery p a {
    color: #909090 !important;
}
.art-gallery:not(.gadgetContentEditableArea) p br {
    display: none;
}
.art-gallery.gadgetContentEditableArea p,
.show-blocks.gadgetContentEditableArea p {
  border: 2px dotted red;
  margin: 10px;
  max-width: 300px;
}
.art-gallery.gadgetContentEditableArea br,
.art-gallery.gadgetContentEditableArea p:empty {
    display:block;
    margin: 5px;
}
.art-gallery.gadgetContentEditableArea br:before,
.art-gallery.gadgetContentEditableArea p:empty:before {
    content: "Delete this!";
}
@media (min-width: 767px) {
    .art-gallery > div {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .art-gallery.two-up > div {
        grid-template-columns: 1fr 1fr;
    }
}

.artist-profile:not(.gadgetContentEditableArea) {
    padding: 4rem 0 2rem !important;
}
.artist-profile + .artist-profile {
    border-top: 1px solid #ddd;
}
.artist-profile img {
    display: block;
}
@media (min-width: 767px) {
    .artist-profile img {
        clear: both;
        float: right;
        margin: 0 0 2rem 2rem;
    }
}