/*
	Theme Name: GBN 2020
	Theme URI: http://golfbusinessnews.com/
	Description: Responsive theme for Golf Business News
	Version: 3.8.11b
	Author: Dynamic Array
	Author URI: http://www.dynamicarray.co.uk/
*/
/* prettier-ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* prettier-ignore */
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

main#gbn-news-story p a {
	font-weight: 700;
	text-decoration: underline;
}

/*
#gbn-latest-news article, aside .gbn-latest-news-widget article {
    height: 245px;
    width: 100%;*/
:root {
	box-sizing: border-box;
	--gbn-green: #335535;
	--gbn-orange: #ff933a;
	--gbn-orange-tint: #ff933a19;
	--gbn-grey: #e1e1e1;
	--gbn-midgrey: #ccc;
	--gbn-darkgrey: #565656;
	--gbn-space: 0.5rem;
	--gbn-doublespace: 1rem;
	--gbn-serif: "Merriweather", serif;
	--gbn-sans: "Open Sans", Arial, sans-serif;
	--gbn-tabs: 4;
	font-size: 14px;
	box-sizing: border-box;
}

article strong {
	font-weight: 700;
}

article ul {
	list-style: disc;
	font-size: 120%;
	margin-left: 5%;
	line-height: 130%;
}

article ol li {
	line-height: 2rem;
}

article ol {
	list-style: decimal;
	margin-left: 1rem;
}

a {
	color: var(--gbn-green);
}

.gbn-edit-post-link {
	position: absolute;
}

body {
	display: flex;
	flex-direction: column;
	font-family: var(--gbn-sans);
	align-items: center;
	width: 100%;
}

h1,
.serif {
	font-family: var(--gbn-serif);
}

h2,
h3,
h4,
h5,
h6,
.sans-serif {
	font-family: var(--gbn-sans);
}

h1 {
	font-size: 225%;
	font-weight: 700;
}

h2 {
	font-size: 190%;
}

h3 {
	font-size: 150%;
}

p {
	line-height: 1.4em;
	margin-bottom: 1rem;
}

p:first-of-type {
	margin-top: 1rem;
}

article p:first-of-type {
	margin-top: 0;
}

#gbn-logo img {
	max-width: 100%;
	display: block;
	margin: auto;
}

main > section > h1:first-child {
	border-bottom: 1px solid var(--gbn-grey);
	margin-bottom: 0.5rem;
}

header {
	width: 100%;
	background-color: var(--gbn-green);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

nav {
	width: 100%;
	background-color: var(--gbn-green);
	color: #fff;
	border-top: 1px solid #fff;
	padding: var(--gbn-space) 0;
	height: 27px;
	transition: height 0.5s ease-in-out;
	overflow: hidden;
}

@media (max-width: 1099px) {
	nav.show {
		height: 175px;
	}
}

.gbn-edit-post-link {
	position: absolute;
	display: none;
}

#gbn-edition {
	font-size: 80%;
	padding: var(--gbn-space);
	padding-bottom: 0;
	align-self: flex-end;
}

#gbn-logo {
	padding-bottom: var(--gbn-space);
}

#gbn-lead-story {
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	height: 250px;
}

#gbn-lead-story div:nth-of-type(1) {
	font-size: 120%;
	font-weight: 700;
	text-shadow: 1px 1px 3px #000d;
	color: var(--gbn-orange);
	padding: 0.5rem;
}

#gbn-news-cats h1 {
	font-size: 175%;
	margin-top: 1rem;
}

#gbn-news-cats ul {
	flex-wrap: wrap;
	font-size: 110%;
	line-height: 180%;
	margin: 1rem 0;
}

#gbn-news-cats li {
	margin-right: 1rem;
}

#gbn-news-cats ul > li:after {
	margin-left: 1rem;
}

section#gbn-news-cats ul.slashes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-size: 80%;
}

@media (min-width: 400px) {
	section#gbn-news-cats ul.slashes {
		font-size: 90%;
	}
}

@media (min-width: 700px) {
	section#gbn-news-cats ul.slashes {
		grid-template-columns: repeat(3, 1fr);
		font-size: 100%;
	}
}

ul.slashes {
	display: flex;
	flex-direction: column;
}

ul.slashes > li.caption {
	font-weight: 700;
}

ul.slashes.breadcrumbs {
	font-size: 90%;
	line-height: 130%;
	color: var(--gbn-darkgrey);
	margin-bottom: 1rem;
	justify-content: flex-start;
}

ul.slashes.breadcrumbs > li:after {
	margin: 0 0.25rem;
}

ul#gbn-nav {
	font-family: var(--gbn-serif);
}

ul#gbn-nav > li {
	margin-left: 1rem;
	margin-bottom: 0.5rem;
}

ul#gbn-nav a:link,
ul#gbn-nav a:visited {
	color: #fff;
}

ul#gbn-nav a:hover {
	font-weight: 700;
}

footer {
	display: flex;
	flex-direction: column;
	background-color: var(--gbn-green);
	color: #fff;
	margin-top: 2rem;
	align-items: center;
	width: 100%;
}

@media (min-width: 420px) {
	footer {
		display: grid;
		grid-template-areas: "archive archive" "contact social" "copyright copyright";
	}
}

footer > section:first-child {
	grid-area: archive;
}

footer > section:not(:last-child) {
	margin: var(--gbn-doublespace);
	align-self: flex-start;
}

footer h3 {
	border-bottom: 1px solid #fff;
	margin-bottom: calc(var(--gbn-doublespace) * 2);
	padding: var(--gbn-doublespace) 0;
}

footer p {
	line-height: 125%;
}

footer p:not(:first-child) {
	margin-top: var(--gbn-space);
}

footer a:link,
footer a:visited {
	color: #fff;
	padding: 12px;
}

section#gbn-latest-events {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-content: flex-end;
}

body.home section#gbn-latest-events {
	justify-content: space-evenly;
}

section#gbn-latest-events h2 {
	flex-basis: 100%;
	margin: 3rem 0 1rem 0;
	font-weight: 700;
}

section#gbn-latest-events article {
	width: 100%;
	height: 250px;
	margin: 0;
	margin-bottom: var(--gbn-space);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0.25rem;
	box-sizing: border-box;
	border: 1px solid var(--gbn-grey);
	object-fit: cover;
	object-position: center;
}

section#gbn-latest-events article h2 {
	color: #fff;
	font-family: var(--gbn-sans);
	font-size: 1.2rem;
	text-shadow: 1px 1px 3px #000d;
}

section#gbn-latest-news,
aside .gbn-latest-news-widget {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#gbn-latest-news article,
aside .gbn-latest-news-widget article {
	height: 225px;
	width: 100%;
	background-image: url("assets/img/gbn-icon-green.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 1rem 0;
	position: relative;
	background-blend-mode: luminosity;
	transition: background-blend-mode 2s ease-in-out;
}

#gbn-about {
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 700px) {
	#gbn-latest-news article {
		flex-basis: 47.5%;
		width: 330px;
	}
}

aside.gbn-news-banner {
	height: 225px;
	width: 330px;
}

#gbn-latest-news article.extract {
	flex-basis: 30%;
	height: 360px;
}

@media (min-width: 650px) and (orientation: landscape) {
	#gbn-latest-news article,
	aside.gbn-news-banner {
		flex-basis: 50%;
	}
}

@media (min-width: 1000px) and (orientation: landscape) {
	#gbn-latest-news article,
	aside.gbn-news-banner {
		flex-basis: 30%;
	}
}

@media (min-width: 1300px) and (orientation: landscape) {
	#gbn-latest-news article,
	aside.gbn-news-banner {
		flex-basis: initial;
	}
}

#gbn-latest-news article.exclusive:before {
	content: "";
	background-image: url(assets/img/exclusive.png);
	width: 200px;
	height: 100px;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	left: -22px;
	position: absolute;
	top: -10px;
}

a > h2 {
	transition: all 0.25s ease-in-out;
}

a:hover,
a:hover > h2 {
	transform: scale(1.1);
}

#gbn-latest-news article a,
#gbn-lead-story a,
aside .gbn-latest-news-widget article a {
	color: #fff;
}

#gbn-latest-news article a:nth-of-type(1),
#gbn-lead-story a:nth-of-type(1) {
	right: 0;
	margin: 0.5rem;
	position: absolute;
	text-shadow: 2px 2px 2px #000d;
}

#gbn-latest-news article a:nth-of-type(1):hover,
#gbn-lead-story a:nth-of-type(1):hover {
	text-shadow: 2px 2px 2px #0006;
	font-weight: 700;
}

#gbn-latest-news article h2,
#gbn-lead-story h2,
aside .gbn-latest-news-widget article h3 {
	font-family: var(--gbn-sans);
	font-size: 130%;
	line-height: 120%;
	background-color: #0006;
	padding: 0.5rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}

ul#gbn-archive-list {
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 140%;
	font-size: 120%;
	flex-direction: row;
}

ul#gbn-archive-list > li {
	margin-right: calc(var(--gbn-space) * 2);
	padding: 0.25rem;
}

ul#gbn-archive-list > li:after {
	padding-left: calc(var(--gbn-space) * 2);
	content: "/";
}

footer > section:last-child {
	grid-area: copyright;
	padding: var(--gbn-doublespace) 0;
	text-align: center;
	background-color: #fff;
	color: #000;
}

footer > section:last-child a {
	color: #000;
}

body main {
	margin-top: var(--gbn-doublespace);
	width: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 1% 4%;
}

body.single main > * {
	grid-column: 1 / 4;
}

body.single main > aside {
	grid-column: 3;
	grid-row: 3/6;
}

body.single main #featured-image {
	grid-column: 1 / 3;
	text-align: center;
}

body.single main #featured-image img {
	max-width: 100%;
	height: auto;
}

main > h1 {
	border-bottom: 3px solid var(--gbn-grey);
	margin-bottom: var(--gbn-space);
	padding-bottom: 10px;
	line-height: 120%;
}

body.single main > .gbn-meta {
	color: var(--gbn-darkgrey);
	font-size: 95%;
	margin-top: 0;
	margin-bottom: var(--gbn-doublespace);
}

body.single main > .gbn-meta span {
	margin: 0 0.5rem;
}

body.single main > article {
	grid-column: 2 / 3;
}
body.single main > article.in-line-image {
	grid-column: 1 / 3;
}

body.single main > article > img {
	max-width: 100%;
	height: auto;
	grid-column: 1/3;
}

body.single main > article > p {
	line-height: 130%;
	margin-bottom: 1rem;
	text-align: justify;
	font-size: 120%;
}

body.single main > #leading {
	grid-column: 1/3;
}

body.single main > #leading p {
	font-size: 150%;
	line-height: 130%;
	margin: var(--gbn-space) 0;
	text-align: justify;
}

body.single main article p > img {
	max-width: 100%;
	height: auto;
}

body.single main > #leading p:first-of-type:first-letter {
	color: var(--gbn-green);
	float: left;
	font-family: var(--gbn-serif);
	font-size: 255%;
	font-weight: 700;
	padding-right: 3px;
	padding-top: 7px;
	line-height: 0.9;
	padding-bottom: 0;
	margin: 0;
}

@media (max-width: 1099px) {
	#gbn-news-story article figure,
	#gbn-news-story article figure:not(.is-type-video, .wp-block-table) {
		display: block;
	}
}

figure img {
	height: auto;
	transition: transform 0.2s;
}

#gbn-news-story article figure img {
	max-width: 100%;
	margin-bottom: 1rem;
}

#extras {
	grid-row: 5/6;
	grid-column: 1;
}

#extras img {
	max-width: 100%;
	height: auto;
	margin-bottom: var(--gbn-space);
}

#extras > * {
	margin-bottom: 2rem;
}

#extras figcaption {
	font-size: 80%;
	line-height: 1.25em;
}

#banner {
	display: flex;
	justify-content: center;
	margin: var(--gbn-doublespace) 0;
}

#banner div a img {
	height: auto !important;
}

section.tags {
	padding: var(--gbn-doublespace) 0;
	border-top: 1px solid var(--gbn-grey);
	border-bottom: 1px solid var(--gbn-grey);
	margin-bottom: var(--gbn-space);
	margin-top: var(--gbn-doublespace);
}

section.tags a {
	padding: 0 var(--gbn-space);
}

aside#gbn-latest {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 80%;
}

aside#gbn-latest > * {
	margin-bottom: 1rem;
}

aside#gbn-latest figure {
	position: relative;
}

#gbn-latest figure img {
	width: 100%;
	height: 225px;
}

#gbn-latest figcaption {
	position: absolute;
	bottom: 0;
	background-color: #0005;
	width: 100%;
	padding: var(--gbn-doublespace);
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 120%;
	line-height: 130%;
}

aside#gbn-latest a:nth-of-type(4) {
	display: none;
}

body.good-archive h2 {
	font-family: var(--gbn-sans);
	font-weight: 700;
	border-bottom: 2px solid var(--gbn-grey);
	text-transform: capitalize;
	margin-top: calc(var(--gbn-doublespace) * 2);
	color: var(--gbn-green);
}

.gbn-tabbed {
	display: grid;
	grid-template-columns: repeat(var(--gbn-tabs), 1fr);
	grid-template-rows: 30px min-content;
}

.gbn-tabbed input {
	display: none;
}

.gbn-tabbed label {
	cursor: pointer;
	text-transform: capitalize;
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
}

.gbn-tabbed input:checked + label {
	font-weight: 700;
	font-weight: 700;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	background-color: var(--gbn-grey);
	border-bottom-width: 4px;
	margin-bottom: -1px;
	z-index: 3;
	border-bottom-color: var(--gbn-grey);
	padding: 10px;
	width: 75%;
}

.gbn-tabbed input:checked + label + ul.gbn-most-read {
	display: block;
}

.gbn-tabbed ul.gbn-most-read {
	box-sizing: border-box;
	display: none;
	grid-row: 2;
	grid-column: 1 / calc(var(--gbn-tabs) + 1);
	counter-reset: most-read-counter;
	columns: 1;
	column-gap: 2rem;
	background-color: var(--gbn-grey);
	border: 1px solid #ccc;
	padding: 1rem;
	padding-left: 3rem;
	font-size: 90%;
	line-height: 130%;
}

ul.gbn-most-read img {
	max-width: 90%;
	height: auto;
}

.gbn-tabbed ul.gbn-most-read li {
	position: relative;
	margin-bottom: 0.75rem;
}

.gbn-tabbed ul.gbn-most-read li:before {
	content: counter(most-read-counter) ".";
	counter-increment: most-read-counter;
	display: block;
	width: 2rem;
	float: left;
	text-align: right;
	margin-left: -2.5rem;
}

ul.gbn-most-read li a {
	font-weight: 700;
	font-size: 90%;
}

section#good-directory h2 i:last-child {
	float: right;
}

#good-listings {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: min-content;
	grid-gap: 10px;
}

#good-listings a,
#good-listings h2 {
	transition: none;
	font-family: var(--gbn-sans);
}

#good-listings h2 {
	font-weight: 700;
}

#good-listings > h2 {
	grid-column: 1/3;
	margin-top: 1.5rem;
}

#good-listings a:hover,
#good-listings a:hover > h2 {
	transform: none;
}

#good-listings a.premium-listing {
	grid-column: 1/3;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: stretch;
	border: 1px solid var(--gbn-orange);
	margin-bottom: 1rem;
	color: #666;
	background-color: var(--gbn-orange-tint);
	margin: 5px;
	max-width: 70%;
}

#good-listings a.premium-listing.enhanced {
	font-size: 80%;
}

a.premium-listing .premium-logo {
	width: 160px;
	height: 140px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0.25rem;
}

#good-listings a.premium-listing.enhanced .premium-logo {
	width: 120px;
	height: 90px;
}

a.premium-listing div:nth-child(2) {
	flex-basis: 100%;
	margin: 0.25rem;
}

a.premium-listing div:last-child {
	background-color: var(--gbn-orange);
	color: #fff;
	display: flex;
	align-items: center;
}

a.gbn-button {
	background-color: var(--gbn-orange);
	display: inline-block;
	margin: 1rem 0;
	color: #fff;
	width: auto;
	text-align: center;
	padding: 10px 55px;
	border: 1px solid #666;
	text-transform: uppercase;
	font-weight: 700;
}

#pagination {
	text-align: center;
	font-size: 120%;
	margin: 2rem 0;
	line-height: 3.5rem;
}

.page-numbers {
	padding: 0.5rem 1rem;
	border: 1px solid var(--gbn-grey);
}

a.page-numbers {
	background-color: var(--gbn-orange);
	color: #fff;
}

.with-excerpt {
	flex-basis: 32%;
	margin-bottom: 2rem;
	line-height: 135%;
}

#gbn-latest-news .with-excerpt > article {
	height: 360px;
	width: 100%;
}

aside.gbn-news-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.gbn-good-categories a {
	transition: none;
	line-height: 1.4rem;
}

#good-directory svg.svg-inline--fa {
	color: var(--gbn-green);
	width: 2em;
}

#good-directory svg.svg-inline--fa:last-of-type {
	float: right;
	cursor: pointer;
}

#mc-embed-signup {
	margin: 1rem 0;
	border-bottom: 1px solid var(--gbn-darkgrey);
	padding-top: 1rem;
	color: var(--gbn-darkgrey);
}

#mc-embed-signup h3 {
	font-weight: 700;
	margin-bottom: var(--gbn-space);
}

#mce-email {
	box-sizing: border-box;
	width: 100%;
	padding: 5px;
	margin: 0.5rem 0;
}

#mce-submit {
	width: 100%;
	background-color: var(--gbn-orange);
	color: #fff;
	border: 1px solid #000;
	padding: 8px 5px;
	text-transform: uppercase;
	font-weight: 700;
}

aside div.gbn-latest-news-widget p {
	font-size: 80%;
	margin-top: 0;
	line-height: 1.2rem;
}

aside div.gbn-latest-news-widget .with-excerpt {
	margin-bottom: 0;
}

aside .gbn-latest-news-widget article {
	margin: 0;
}

.gbn-diary-meta {
	display: grid;
	grid-template-areas: "address other" "address other";
	grid-gap: 20px;
}

.gbn-diary-meta h3 {
	font-size: 100%;
	border-bottom: 2px solid #ddd;
	color: #999;
	padding-bottom: 0.5rem;
	font-weight: normal;
}

#gbn-directory-entry,
#gbn-directory-entry > section:first-of-type {
	display: flex;
	flex-direction: column;
}

#gbn-directory-entry > section:first-of-type div > h2,
#gbn-diary-entry > section:first-of-type div > h3 {
	font-size: 95%;
	color: var(--gbn-darkgrey);
	border-bottom: 2px solid #ccc;
	padding-bottom: 0.25rem;
}

#gbn-good-logo {
	background-color: #6495ed;
	border: 2px solid #ccc;
	padding: 0;
	text-align: center;
}

#gbn-good-logo img {
	max-height: 400px;
	max-width: 100%;
	width: auto;
	height: auto;
}

#gbn-directory-entry p {
	font-weight: 700;
}

#gbn-entry-social p {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

#gbn-entry-social p a {
	margin-right: 1rem;
}

#gbn-entry-map {
	position: relative;
	width: 100%;
	height: 100%;
}

#map-canvas {
	width: 100%;
	height: 100%;
}

#gbn-entry-categories-list {
	columns: 2;
}

#gbn-entry-categories-list li {
	margin-bottom: 0.5rem;
	line-height: 1.5rem;
}

h2 small,
h3 small {
	display: block;
	font-size: 60%;
	float: right;
}

#gbn-page {
	border-bottom: 1px solid #ddd;
}

h2.gbn-in-other {
	margin-bottom: 0.5rem;
	font-weight: 700;
}

article.no-thumbnail {
	background-size: contain !important;
}

.gbn-banner {
	text-align: center;
	margin: 1rem;
	max-width: 100%;
}

.gbn-banner img {
	max-width: 100%;
	height: auto;
}

.widget h2 {
	border-bottom: 1px solid var(--gbn-darkgrey);
	padding: 0.5rem 0;
	font-size: 120%;
	margin: 1rem 0;
	color: var(--gbn-darkgrey);
	font-family: var(--gbn-sans);
}

aside div.widget .with-excerpt p {
	font-weight: normal !important;
}

aside article a:first-child {
	padding: 0.5rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.85);
}

#gbn-good-logo {
	min-height: 250px;
	padding: 1rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-block-table table {
	border-collapse: collapse;
	margin: 1rem 0;
}

.wp-block-table table {
	width: 100%;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #0000;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0;
	border: 1px solid;
}

.wp-block-table td,
.wp-block-table th {
	padding: 0.5em;
	border: 1px solid;
	word-break: normal;
}

body.single main > article > p.has-text-align-left {
	text-align: left;
}

body.single main > article > h2 {
	margin: 1rem 0;
}

#good-search {
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
}

#good-search .row {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 1rem;
}

#good-search input {
	font-size: 120%;
	padding: 0.35rem;
	border-radius: 5px 0 0 5px;
	border: 1px solid #bbb;
	width: 280px;
}

#good-search button {
	background-color: var(--gbn-orange);
	color: #fff;
	font-size: 120%;
	padding: 0.35rem;
	border-radius: 0 5px 5px 0;
	border: 1px solid #bbb;
	--currentColor: #fff;
}

.wp-block-image {
	text-align: center;
}

#extras,
#gbn-carousel {
	display: none;
}

#search-form {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding-right: 1rem;
}

#search-form input {
	padding: 0.35rem;
	border-radius: 5px 0 0 5px;
	border: 1px solid #bbb;
	border-right-style: none;
}

#search-form button {
	background-color: var(--gbn-orange);
	border: 1px solid #bbb;
	border-radius: 0 5px 5px 0;
	color: #fff;
	border-left-style: none;
}

.gbn-good-updates-widget {
	margin-bottom: 2rem;
}

#gbn-news-story ul + p {
	margin-top: 1rem;
}

div.video-ad {
	position: relative;
	height: fit-content;
	width: 300px;
	margin-left: auto;
}

div.video-ad a,
div.video-ad video {
	display: block;
	margin: 0.25rem;
}

div.video-ad video {
	height: auto;
	width: 300px;
}
