/* Globals */
a {
text-decoration: underline;
}
.more-link {
color: #fff;
width: 200px;
}
.more-link:hover {
color: #fff;
text-decoration: underline;
}
.nf-before-form-content {
display: none;
}
.nf-form-content input[type=submit] {
color: #fff !important;
background: #d44453 !important;
font-weight: 700;
border-radius: 6px !important;
padding: .4375em .875em;
}
.nf-form-content input[type=submit]:hover {
text-decoration: underline;
}
/* Homepage hero customisations */
.wp-block-cover.home-hero {
border: 1px solid #ccc;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.wp-block-cover.home-hero h2 {
font-size: 32px;
}
.wp-block-cover.home-hero h2 em {
display: block;
font-style: normal;
font-size: 1.7em;
font-weight: 700;
background: 0 50% no-repeat url(/wp-content/uploads/2024/09/chevrons.png);
background-size: auto 65%;
padding: 0 0 0 1.2em;
}
@media screen and (min-width: 782px) {
.wp-block-cover.home-hero .wp-block-column:first-child {
min-width: 339px;
}
}
@media screen and (min-width: 32.375em) {
.wp-block-cover.home-hero h2 {
font-size: 45px;
}
}
@media screen and (max-width: 781px) {
.wp-block-cover.home-hero .wp-block-cover__image-background {
display: none;
}
.wp-block-cover.home-hero .wp-block-cover__background {
background: 105% 100% no-repeat url(/wp-content/uploads/2024/09/bg-cover-mobile2.png);
background-size: 700px auto;
opacity: 1 !important;
}
}

/* Header */
.site-header {
margin: 30px 0 0 0 !important;
}
.site-branding {
margin-bottom: 5px;
}
.site-header .avatar {
display: none;
}
a.custom-logo-link {
display: inline-block;
}
img.custom-logo {
margin: 0 0 10px 0;
}

/* Main nav */
@media screen and (min-width: 32.375em) {
.main-navigation ul li.cta-coffee a {
position: relative;
min-width: 150px;
}
.main-navigation ul li.cta-coffee a:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: 50% 50% no-repeat url(/wp-content/uploads/2024/09/btn-coffee.png);
background-size: contain;
}
}

/* Content area */
.content-wrapper {
border-top: 1px solid #dadada;
margin-top: 20px;
}

/* Hide homepage heading */
body.home h1.entry-title {
position: absolute;
left: -9999px;
top: -9999px;
}

/* Button blocks */
.entry-content .wp-block-button .wp-block-button__link:hover {
text-decoration: underline;
}

/* Search block widget (assigned to footer, positioned in header) */
.wp-block-search {
width: 100%;
margin: 0 0 30px 0;
}
.wp-block-search__inside-wrapper {
justify-content: flex-start;
}
.wp-block-search label {
display: none;
}
.wp-block-search input[type="text"] {
width: 100%;
height: auto;
font-size: 0.9em;
padding: 1px 10px;
}
.wp-block-search a {
display: inline-block;
font-size: 16px;
border-radius: 3px;
border: 1px solid #a1a1a1;
padding: 10px 10px;
margin: 0 0 0 10px;
display: none;
}
.wp-block-search__button {
color: #fff;
border: 0;
padding: 1px 10px;
}
.wp-block-search__button:hover,
.wp-block-search__button:focus {
background: #d44453;
text-decoration: underline;
}

/* Separator block */
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: auto;
max-width: none;
}

/* Footer */
footer {
border-top: 1px solid #dadada;
}
footer .widget:nth-child(n+2) {
margin-top: 1em;
}
footer ul.menu li ul {
display: none;
}
