@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');

header a:hover {
    text-decoration: none;
}
header ul:not([role="listbox"]) li {
    display: flex;
    place-items: center;
}
.sidebar h2 {
	font-style: italic;
}

.color-cta {
    font-weight:100;
}
.color-cta img {
    padding:0;
    border:none;
}

a#scrollup {
    padding:0;
}

.sidebar select {
	border:1px solid #c3c3c3;
	font-size:16px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    padding: 5px;
    font-weight: 300;
}

.sidebar .widget a {
	color: #13a7b3;
	font-weight:100;
}

.search-submit {
	background-image: url(https://www.boatbookings.com/blog/wp-content/themes/catch-box/../catch-box/icons/search.svg);
    width: 29px;
    height: 29px;
}

/* Search box mods */
header ul[role="listbox"] {
    z-index: 999;
}
header ul[role="listbox"] > li {
    display:flex;
    flex-direction: column;
}

header ul[role="listbox"] > li > h2 {
    text-align: left;
    font-weight:600;
    margin-bottom:1rem;
    width:100%;
}
header ul[role="listbox"] > li > a {
    font-weight:600;
}
/* Search box mods */