.modal-back{
background-color: var(--wp--preset--color--blue);
opacity: 0.4;
} header{
color: var(--wp--preset--color--deep-red);
background-color: transparent;
min-height: 54px;
}
header button{
font-size: inherit;
}
header .header-content{
display: flex;
justify-content: flex-start;
margin: 0 auto;
max-width: var(--wp--style--global--wide-size);
}
header .menu-button{
margin: -10px 0 0 -16px;
width: 88px;
padding: 28px 32px 18px;
}
header .menu-button, .menu-modal .menu-close{
border: none; border-radius: 50%;
transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
color: var(--wp--preset--color--deep-red);
background-color: var(--wp--preset--color--blue);
}
header .menu-button svg, .menu-modal .menu-close svg{
fill: currentColor;
display: block;
}
header .menu-button:hover, header .menu-button:active, .menu-modal .menu-close:hover, .menu-modal .menu-close:active{
background-color: var(--wp--preset--color--crimson);
} .menu-modal .modal-inner{
font-family: var(--wp--preset--font-family--jaro);
min-height: 100%;
display: flex;
margin: 0 auto;
max-width: var(--wp--style--global--wide-size);
}
.menu-modal .modal-inner .modal-menu-half{
flex: 0 0 540px;
max-width: 100%;
background-color: var(--wp--preset--color--blue);
}
.menu-modal .modal-inner .modal-close-half{
flex: 1 1 0px;
}
.menu-modal .modal-header, .menu-modal .modal-content{
padding: 1em;
}
.menu-modal .menu-close{
width: 52px;
background: transparent;
padding: 12px;
margin-left: -12px;
} header .social-menu{
padding-top: var(--wp--preset--spacing--50);
border-top: solid 2px var(--wp--preset--color--crimson);
} .wide-button-menu a,.wide-button-menu button{
margin-bottom: 0.6em;
}
.wide-button-menu .has-sub-menu, .wide-button-menu .sub-menu-button, .wide-button-menu .sub-menu-nolink-button{
margin-bottom: 0.3em;
}
.wide-button-menu .sub-menu-wrap{
margin-bottom: 0.3em;
}
.wide-button-menu a,.wide-button-menu button{
text-align: left;
background-color: var(--wp--preset--color--blue);
color: var(--wp--preset--color--crimson);
border: none;
padding: 0;
}
.wide-button-menu a:hover, .wide-button-menu a:focus, .wide-button-menu button:hover, .wide-button-menu button:focus{
border-color: var(--wp--preset--color--blue);
color: var(--wp--preset--color--deep-red);
background-color: var(--wp--preset--color--blue);
}
.social-menu{
justify-content: space-around;
}
.social-menu a{
border: none;
color: var(--wp--preset--color--crimson);
}
.social-menu a:hover, .social-menu a:focus{
color: var(--wp--preset--color--deep-red);
background-color: var(--wp--preset--color--blue);
}
.social-menu svg{
width: 2em;
height: 2em;
}  .share-fallback-inner{
font-size: var(--wp--preset--font-size--normal) !important; text-align: left;
}
.share-fallback-header{
display: flex;
justify-content: end;
padding: 0.5rem;
}
.share-fallback-close{
width: 2.5em;
height: 2.5em;
padding: 0.5em;
color: currentColor;
border: solid 2px transparent;
border-radius: 50%;
background: transparent;
transition: border 0.25s ease-in-out;
cursor: pointer;
}
.share-fallback-close:hover, .share-fallback-close:active{
border-color: currentColor;
}
.share-fallback-close svg{
fill: currentColor;
height: 100%;
}
.share-fallback-text{
position: relative;
width: 100%;
border-radius: 0;
color: currentColor;
padding: 1em 0.75em;
border: solid 0.25em currentColor;
margin-bottom: var(--wp--style--block-gap);
}
.share-fallback-copy{
display: block;
min-width: 200px;
font-size: 1em;
line-height: 1.6 !important; padding: 0.375em 0.75em !important; border: solid;
border-width: 0.25em !important; border-color: transparent;
transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
} footer{
position: relative;
overflow: hidden;
padding-top: var(--wp--preset--spacing--80);
padding-bottom: var(--wp--preset--spacing--60); color: var(--wp--preset--color--black);
}
footer a{
color: var(--wp--preset--color--black);
text-decoration: none;
}
footer a:hover, footer a:focus{
color: var(--wp--preset--color--deep-red);
text-decoration: underline;
}
footer .footer-rounded-background{
position: absolute;
width: 2200px;
height: 200%;
top: 0;
left: 50%;
transform: translate(-50%, 0);
background: var(--wp--preset--color--blue);
z-index: -1;
border-radius: 50% 50% 0 0;
}
footer .footer-flex{
display: flex;
flex-wrap: wrap;
margin: 0 auto;
max-width: var(--wp--style--global--wide-size);
align-items: center;
gap: var(--wp--preset--spacing--60);
justify-content: space-around;
z-index: 1;
}
footer .footer-medal{
flex: 300px 0 1;
}
footer .footer-main{
flex: 400px 1 1;
}
footer .footer-medal img{
max-width: 100%;
height: auto;
}
footer .social-menu{
margin-top: var(--wp--preset--spacing--60);
border-top: solid 2px var(--wp--preset--color--black);
padding-top: var(--wp--preset--spacing--50);
}
footer .social-menu a{
color: var(--wp--preset--color--black);
}
footer .disclaimer{
text-align: center;
font-weight: 300;
font-size: 0.7rem;
}
footer .disclaimer p{
margin-bottom: 0;
}