/* [gallery] shortcode should create same layout as the Gallery block */

.gallery {
	grid-template-columns: 1fr 1fr 1fr;
	display: grid;
	gap: 8px;
	margin-bottom: 28px;
}

.gallery-columns-3 .gallery-item {
	width: 100%;
}

.gallery-item {
	float: unset;
	margin: unset;
}

.gallery-item a {
	display: flex;
}

.gallery img,
.gallery img:hover,
.gallery img:focus {
	object-fit: cover;
	aspect-ratio: 3/2;
	padding: 0;
	border: 0;
}

/**
 * Transparent header for single articles and Transparent Header page template
 */

/* transparent, later white color is added  by JS */
body.single header.no-background  #genesis-mobile-nav-primary,
body.page-template-transparent-header header.no-background,
body.page-template-transparent-header header.no-background  #genesis-mobile-nav-primary {
	background: transparent;
}

body.single header.no-background {
	background: linear-gradient(to bottom, black, transparent);
	border-bottom: none;
}

body.single header.no-background a,
body.single header.no-background .genesis-nav-menu a:focus,
body.single header.no-background .genesis-nav-menu .current-menu-item > a,
body.single header.no-background .genesis-nav-menu .toggle-header-search:focus,
body.page-template-transparent-header header.no-background a,
body.page-template-transparent-header header.no-background .genesis-nav-menu a:focus,
body.page-template-transparent-header header.no-background .genesis-nav-menu .current-menu-item > a,
body.page-template-transparent-header header.no-background .genesis-nav-menu .toggle-header-search:focus {
	color: white !important;
}

body.single header.no-background .genesis-nav-menu a:hover,
body.single header.no-background .genesis-nav-menu .toggle-header-search:hover,
body.page-template-transparent-header header.no-background .genesis-nav-menu a:hover,
body.page-template-transparent-header header.no-background .genesis-nav-menu .toggle-header-search:hover {
	color: gainsboro !important;
}

img.no-background-image {
	display: none;
}

body.single header.no-background img,
body.page-template-transparent-header header.no-background img {
	display: none;
}

body.single header.no-background img.no-background-image,
body.page-template-transparent-header header.no-background img.no-background-image {
	display: block;
}

/* Menu styling for transparent header */
body.single header.no-background #genesis-mobile-nav-primary,
body.page-template-transparent-header header.no-background #genesis-mobile-nav-primary {
	color: white;
}

/* Homepage top of the page grid title */
body.page-template-transparent-header #Conditional-Title {
	display: none;
}

/**
 * Set rounded borders for an image
 */

.round-borders .gb-block-post-grid-image,
.text-over-image article,
.text-over-image article .gb-block-post-grid-image,
div.round-borders,
.entry-content .wp-block-post-content img,
.wp-block-image:not(.is-style-rounded) img {
	border-radius: 8px;
}


/**
 * Round images
 */
.gb-block-post-grid-image-round img {
	border-radius: 100px;
	height: 100px;
	object-fit: cover;
	width: 100px;
}

/**
 * Set square size for image
 */
.square-images article {
	height: 100%;
}

.square-images article .gb-block-post-grid-image {
	height: 100%;
}

.square-images article .gb-block-post-grid-image img {
	height: 100%;
	object-fit: cover;
}

/**
 * Put the grid post text over the image
 */
.text-over-image article {
	position: relative;
}

.text-over-image article .gb-block-post-grid-text {
	bottom: 1.2em;
	position: absolute;
	width: 100%;
	height: 4em;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-radius: 0 0 8px 8px;
	display: flex;
	align-items: center;
}

.nextgamesband .text-over-image article .gb-block-post-grid-text {
	bottom: 0;
}

.text-over-image article .gb-block-post-grid-text .gb-block-post-grid-title a,
.text-over-image article .gb-block-post-grid-text .gb-block-post-grid-byline {
	color: white;
}

/**
 * Upper positioning of the grid post text over the image
 */
.text-over-image-middle article .gb-block-post-grid-text {
	padding-bottom: 1em;
}

/**
 * Make sure the "Advanced Columns"
 * block uses proper width when using
 * 2 columns with the 25/75 layout
 */
.gb-2-col-wideright > .gb-layout-column-wrap {
	grid-template-columns: 1fr 3fr;
}

/**
 * Logo size
 */
.wp-custom-logo .title-area {
	width: 300px;
	height: 80px;
}


.site-header .custom-logo-link .custom-logo {
	height: auto;
}

.entry-content .businesspress-search-result h2 {
	text-transform: none;
}

/*reduce margins on  mission statement*/

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 10px;
	margin-top: 20px;
}


/* align grid posts properly */

.gb-block-post-grid .is-grid article,
.gb-block-post-grid .gb-is-grid article {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* make headings more stylish */

h1,
h2,
h3,
h4,
h5,
h6,
#menu-header-menu,
.site-footer {
	font-family: Muli, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-container {
	margin-bottom: 0 !important;
}

.site-footer {
	padding-bottom: 10px;
	padding-top: 10px;
	position: static;
}

/* give footer menu a grey gradient background, make text black even when a link */

.before-footer-cta {
	text-align: center;
	background: linear-gradient(45deg, #000000, #d6d6d6);
	padding: 0;
	margin: 0;
}

.before-footer-cta,
.before-footer-cta a,
.editor-styles-wrapper .before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
	color: white;
}

.footerverticalfv {
	padding-top: 15px;
}

/* make site header fit into content width */

.site-header .wrap {
	max-width: 1300px;
	margin: 0 auto;
}

/* Limit grid headings to 3 lines */
.gb-block-post-grid .gb-post-grid-items.is-grid .gb-block-post-grid-title {
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: white;
	margin-bottom: 0;
	padding: 0 8px;
}

.gb-block-post-grid .gb-post-grid-items.is-grid .gb-block-post-grid-header {
	display: flex;
	align-items: center;
}

.featuredplayershome .gb-post-grid-items.is-grid .gb-block-post-grid-header {
	flex-direction: column;
	align-items: flex-start;
	align-self: flex-start;
	margin-top: 13px;
}

.featuredplayershome .gb-block-post-grid-byline {
	margin-left: 8px;
	margin-bottom: 0;
}

.text-over-image article .gb-block-post-grid-text .gb-block-post-grid-byline:empty {
	display: none;
}

/* featured players two box needs custom rule for name and byline for accurate vertical alignment on lower thirds stripe */
.featuredplayershome header.gb-block-post-grid-header {
	margin-bottom: -13px;
}

/* grid image stripes */
.text-over-image .gb-block-post-grid-image {
	position: relative;
}

/* turn off blue link and underline when headlines on image */
.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title a:hover,
.single-post-header a,
.single-post-header a:hover {
	color: white;
	text-decoration: none;
}

/* image animations on hover and click */
.text-over-image article .gb-block-post-grid-image img {
	filter: grayscale(30%);
}

/**
 * Animate:
 * * grid images on hover
 * * homepage hero image on page load
 * * single article hero image on page load
 */
.gb-block-post-grid-image {
	overflow: hidden;
}

.gb-block-post-grid-image img,
.wp-block-image.fv_block_featured_image img {
	transition: 4s linear;
	transition-property: transform;
}

.gb-post-grid-item:hover .gb-block-post-grid-image img,
body.loading-animation .gb-block-post-grid.alignfull .gb-block-post-grid-image img,
body.loading-animation .wp-block-image.fv_block_featured_image img {
	filter: saturate(1);
}

.gb-post-grid-item:hover .gb-block-post-grid-image img {
	transform: scale(1.3);
}

/* Hero images need to align the animation to the top */
.gb-block-post-grid.alignfull .gb-block-post-grid-image img,
.wp-block-image.fv_block_featured_image img {
	transform-origin: top;
}

.photo-credit {
	background-color: #00000038;
	color: var(--wp--preset--color--white);
	font-size: var(--wp--preset--font-size--small);
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0 1.25em 0 0.75em;
	right: 0;
}
.site-container p.has-background.photo-credit {
	padding: 0 1.25em 0 0.75em;
}
.site-container .photo-credit.fv_block_featured_image_caption a {
	text-decoration: none;
	color: var(--wp--preset--color--white);
}

.image-with-photo-credit {
	position: relative;
	line-height: 0;
}

.image-with-photo-credit .photo-credit {
	line-height: 1.875;
	border-radius: 0 0 8px;
}

/* stop animated on click flash on touch devices */

@media only screen and (min-width: 767px) {

	.gb-block-post-grid-image a:active img {
		opacity: 1;
		animation: flash 1s;
	}

	@keyframes flash {

		0% {
			opacity: 0.4;
		}

		100% {
			opacity: 1;
		}
	}
}

/* remove underliine on footer images with external links */

figure.wp-block-image a {
	color: transparent;
}

/* remove underliine on footer text links */

.before-footer-cta a {
	border-bottom: none;
}

/* make next games text fill space better */

.gb-block-post-grid .gb-block-post-grid-byline {
	font-size: 0.88em;
	line-height: 1.6;
}

.gb-block-container h3,
.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title {
	font-size: 16px;
	letter-spacing: 0.02em;
}

/* put grey banner behind next games row */

.nextgamesband {
	background: linear-gradient(45deg, #f2f2f2, #ddd);
}

/* patch to reduce the bottom margin on top player news block, should be moved to built-in Genesis controls when you find them */

.wp-block-columns,
.site-container .wp-block-columns,
.entry {
	margin-bottom: 0;
}

.gpb-monochrome-section-hero-header {
	margin-bottom: 0 !important;
}

/* improve vertical alignment of soccer tips box on home page */

.homepagetips {
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding-top: 0.75em;
	padding-bottom: 0.8em;
}

.homepagetips .is-list article {
	height: 5.6em;
	display: flex;
	padding-top: 0.2em;
	margin: 0;
	align-items: center;
}

.homepagetips .is-list article:last-child {
	margin-top: -0.5em;
}

.homepagetips .gb-post-grid-items .gb-block-post-grid-text .gb-block-post-grid-title a:hover {
	color: #06c;
}

/* turn team into licensee section */

.ussc-licensee .gb-profile-title {
	padding-top: 0;
}

.ussc-licensee .gb-profile-image-wrap img {
	object-fit: contain;
}

.ussc-licensee .gb-profile-image-wrap {
	background: none;
}

.ussc-licensee {
	margin-bottom: 0;
}

.ussc-licensee .gb-profile-column {
	padding: 0 15px 0 15px;
}

/* Licensee page */

@media only screen and (max-width: 500px) {

	.gpb-tangerine-section-team .wp-block-genesis-blocks-gb-column.gb-block-layout-column.gb-is-vertically-aligned-center {
		margin: 0 20% 0 20%;
		max-width: 70%;
	}

	div.wp-block-image figure.alignright {
		margin: auto !important;

		/* FIXME: Typo, should be align-self perhaps */

		/* align: center !important; */
		float: none;
	}
}

/* hide licensees on smaller screens */

@media only screen and (max-width: 820px) {

	.gb-layout-team-1 {
		display: none;
	}
}

/* improve mission statement top and bottom padding */

h2.missionstatement {
	text-transform: none;
}

.missionstatement {
	padding: 2em 0;
}

/* reduce margin between header and content */

.site-inner {
	margin-top: 30px;
}

/* kill the shadow box on scroll on header.site-header */

.site-header,
.shadow .site-header,
.site-header.search-visible {
	box-shadow: none;
}

/* wide page for table posts - use wide.php Template */

@media (min-width: 1040px) {

	.page-template-wide main.content {
		width: 1000px;
	}
}

/* get rid of italics on first paragraph of player singles */

.single .content .entry-content > p:first-of-type {
	font-style: normal;
	font-weight: 400;
}

/* get rid of the little line between header and entry */

.entry-header::after {
	display: none;
}

/* Tables */
.wp-block-table table {
	white-space: nowrap;
	font-size: 0.85em;
}

/* .wp-block-table thead {
	border-bottom: 2px solid #ddd;
} */


.wp-block-table thead th::after {
	content: " ↕";
	font-family: monospace;
	color: #ddd;
}

.wp-block-table thead th {
	cursor: pointer;
}

.wp-block-table thead th:hover::after {
	color: #ccc;
}

.wp-block-table thead th.asc::after {
	content: " ↑";
}

.wp-block-table thead th.desc::after {
	content: " ↓";
}

/* some style for tables */

.wp-block-table th {
	background: #152d77;
	color: white;
}

.wp-block-table td,
.wp-block-table th {
	border: none;
}


.wp-block-table td {
	padding: 7px;
	border-bottom: 1px dotted black;
}

/* fix mobile margins for player cards */

.gpb-tangerine-section-avatar-and-intro {
	padding: 0 clamp(2vw, 2vw, 20px);
}

/* 20230814 we're not using the featured image on our full-width posts so this rule must be removed as trying to counteract will cause more trouble than good - alec */

.full-width-content.featured-image .site-inner {
	margin-top: unset;
}

/**
 * Single post image sizing
 */
body.single .fv_block_featured_image {
	margin: 0;
	max-height: 82vh;
	overflow: hidden;
}

body.single .fv_block_featured_image img {
	object-fit: contain;
}

body.single .fv_block_featured_image::before {
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.full-width-content .entry-content > .alignfull {
	position: relative;
}

.img-no-margin {
	margin: 0;
}

/**
 * New homepage hero image sizing
 */
body.page-template-transparent-header .gb-block-post-grid.alignfull .gb-block-post-grid-image {
	margin: 0;
	max-height: 80vh;
	overflow: hidden;
}

/**
 * New homepage hero post title
 */
body.page-template-transparent-header .gb-block-post-grid.alignfull .gb-block-post-grid-text {
	margin-bottom: 2em;
	padding-top: 2em;
	padding-bottom: 1em;
	background-color: #152d77;
}

body.page-template-transparent-header .gb-block-post-grid.alignfull .gb-block-post-grid-header {
	max-width: 1300px;
	margin: 0 auto;
}

body.page-template-transparent-header .gb-block-post-grid.alignfull .gb-block-post-grid-header h3 {
	font-size: 48px;
	line-height: 1.2;
	text-transform: none;
}

body.page-template-transparent-header .gb-block-post-grid.alignfull .gb-block-post-grid-header h3 a,
body.page-template-transparent-header .gb-block-post-grid.alignfull .gb-block-post-grid-byline {
	color: var(--wp--preset--color--white) !important;
}

/**
 * Players page
 */
.player-news-column > div {
	margin-top: -24px;
}

.gpb-tangerine-section-avatar-and-intro .gb-is-responsive-column {
	max-width: 1200px !important;
	margin-left: auto;
	margin-right: auto;
}

/* kill genesis focus one pixel button box */

:focus {
	outline: none;
}

.gb-block-profile .gb-profile-image-wrap {
	background: transparent;
}

.gb-block-profile .gb-profile-image-wrap img {
	max-width: 400px;
	object-fit: contain;
}

/* Pagination */
.wp-block-query-pagination a {
	color: #000;
}

.wp-block-query-pagination > .wp-block-query-pagination-previous {
	margin-right: 0;
}

.wp-block-query-pagination-previous-arrow,
.wp-block-query-pagination-next-arrow {
	font-family: monospace;
	vertical-align: top;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
}

.page-numbers.current {
	background: #eee;
	border-radius: 50%;
	transition: background 0.3s ease;
}

.page-numbers:not(.current):not(.dots):hover {
	transform: scale(1.2);
	transform-origin: center;
}

.ussp-next-games .gb-post-grid-items article:nth-child(3) {
	display: none;
}

/* TODO: Remove this edit link for logged in users */
.admin-bar .post-edit-link {
	display: none;
}

/* Player Profile */

.player-height-weight {
	gap: 0;
	padding-top: 6px;
}

.timeline.more-years {
	columns: 2;
	margin-bottom: 28px;
}

.timeline > div {
	break-inside: avoid-column;
	page-break-inside: avoid;
}

.timeline h5,
.timeline b {
	display: block;
	font-size: 80%;
	font-weight: 600;
}

/* add gradient to player profiles */
.single-fv_player .gpb-tangerine-section-avatar-and-intro {
	background-image: linear-gradient(to bottom right, royalblue, midnightblue) !important;
}

.query-player-news {
	margin-bottom: 0;
}

body.single .gb-block-layout-column-inner {
	line-height: 1.2;
}
body.single .single-post-header h1 {
	margin-top: .1em;	
}
body.single .wp-block-post-date, body.single .taxonomy-category {
	display: inline;
}

@media (max-width: 1420px) {

	/* Set margins for elements with width set in GB */
	.alignfull .gb-layout-column-wrap,
	.alignfull:not(.hero-wrap) .gb-container-content {
		max-width: 100% !important;
		margin-left: 2vw;
		margin-right: 2vw;
	}

	.site-header {
		padding-left: 2vw;
	}

}

@media (max-width: 1228px) {

	.gpb-tangerine-section-avatar-and-intro .gb-is-responsive-column {
		max-width: 994px !important;
	}

	.featuredpost .is-grid.columns-4 {
		grid-template-columns: repeat(3, 1fr);
	}

	.nextgamesband > .gb-layout-column-wrap,
	.soccertipsband > .gb-layout-column-wrap {
		grid-template-columns: 1fr 2fr;

	}

	.featuredpost > .is-grid.columns-3 {
		grid-template-columns: 1fr 1fr;
	}

	.home .featuredpost .is-grid.columns-3 > article:nth-child(n+3),
	.home .featuredpost .is-grid.columns-4 > article:nth-child(n+4) {
		display: none;
	}

	.homepagetips {
		border: 0;
	}

	.homepagetips,
	.homepagetips .is-list article {
		border: 0 !important;
	}

	.homepagetips .is-list article {
		height: clamp(2em, 3vw, 2.3em);
	}

	.gb-block-post-grid .gb-post-grid-items .gb-block-post-grid-title a {
		width: 100%;
	}
}

@media (max-width: 1023px) {

	.gpb-tangerine-section-avatar-and-intro .gb-is-responsive-column {
		max-width: 800px !important;
	}

	.soccertipsband .gb-block-layout-column-inner {
		padding-right: 0 !important;
	}

	body.single header.no-background nav,
	body.page-template-transparent-header header.no-background nav {
		background: rgba(10, 10, 10, 0.85);
		transition: none;
	}
}

@media (max-width: 1000px) {

	.wp-block-table table {
		font-size: 0.75em;
	}
}

@media (max-width: 828px) {

	.gpb-tangerine-section-avatar-and-intro .gb-is-responsive-column {
		max-width: 720px !important;
	}

	.gpb-tangerine-section-avatar-and-intro.gb-2-col-wideright > .gb-layout-column-wrap {
		grid-template-columns: 1fr 2fr;
	}

	.gpb-tangerine-section-avatar-and-intro .gb-block-layout-column-inner {
		padding-right: 0 !important;
	}

	.featuredpost .is-grid.columns-4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.home .featuredpost .is-grid.columns-4 > article:nth-child(n+2) {
		display: none;
	}

	.featuredpost > .is-grid.columns-3 {
		grid-template-columns: 1fr 1fr;
	}

	.home .featuredpost .is-grid.columns-4 > article:nth-child(n+4) {
		display: block;
	}

	.nextgamesband .gb-post-grid-items {
		gap: 1.5em;
	}

	.nextgamesband > .gb-layout-column-wrap,
	.soccertipsband > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
	}

	.ussp-next-games .gb-post-grid-items {
		display: flex;
	}

	.ussp-next-games .gb-post-grid-items article {
		width: 33%;
	}

	.ussp-next-games .gb-post-grid-items article:nth-child(3) {
		display: block;
	}

	.homepagetips {
		columns: 2;
		margin-bottom: 0;
	}

	.homepagetips.gb-block-post-grid .is-list article {
		height: 2.3em;
		margin-bottom: 0;
	}

	.soccertiplist .gb-block-layout-column-inner {
		padding-right: 0 !important;
	}

	/* turn off rounded images for ipad and mobile
	 * Moved from: @media screen and (max-width: 779px)
	*/
	.round-borders .gb-block-post-grid-image,
	body:not(.single-fv_player) .text-over-image article,
	body:not(.single-fv_player) .text-over-image article .gb-block-post-grid-image,
	div.round-borders,
	body:not(.single-fv_player) .entry-content img,
	body:not(.single-fv_player) .text-over-image article .gb-block-post-grid-text {
		border-radius: 0;
	}

	.ussp-next-games,
	.single-fv_player .featuredpost.aligncenter,
	.featuredplayershome.aligncenter,
	body:not(.single-fv_player) .gb-block-post-grid .gb-block-post-grid-image {
		margin-bottom: 0;
	}

	.nextgamesband .gb-block-layout-column:first-child .wp-block-heading {
		margin-top: 0.5em;
	}

	.nextgamesband .gb-block-layout-column:last-child .wp-block-heading,
	.soccertipsband .gb-block-layout-column:last-child .wp-block-heading {
		margin-top: 0;
	}

	body:not(.single-fv_player) .featuredpost .is-grid,
	body:not(.single-fv_player) .featuredplayershome .is-grid {
		gap: 1px;
		background-color: #000;
	}

	body:not(.single-fv_player) .gb-layout-column-wrap .featuredpost,
	.gb-container-content .featuredpost,
	.gb-layout-column-wrap .featuredplayershome {
		margin-left: -2vw;
		margin-right: -2vw;
	}

	.nextgamesband {
		background: none;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.nextgamesband .gb-block-layout-column:first-child {
		background: linear-gradient(45deg, #f2f2f2, #ddd);
		width: calc(100% + 4vw);
		margin: 0 0 0.5em -2vw;
		padding: 9px 2vw 3px;
	}

	body:not(.single-fv_player) .text-over-image article .gb-block-post-grid-text {
		bottom: 0;
	}

	.timeline.more-years {
		columns: 1;
		margin-bottom: 0;
	}

	.fv_player .wp-block-genesis-blocks-gb-columns:not(.gpb-tangerine-section-avatar-and-intro) .gb-layout-column-wrap {
		grid-gap: 0 1em;
	}

	.fv_player .gb-block-layout-column-inner {
		position: static;
		margin-bottom: 28px;
	}

	.fv_player .gb-post-grid-section-title,
	.gallery h2 {
		font-size: clamp(23px, 3.9vw, 26px);
	}

	.gallery {
		position: absolute;
		right: 0;
		top: -9999px;
		width: 32.532%;
		grid-template-columns: 1fr;
		gap: 1.2em;
	}

	.gallery h2 {
		margin-bottom: -12px;
		margin-top: 2px;
	}

}

@media (max-width: 800px) {

	.footerlogofvalign {
		margin-top: 1em;
	}
}

@media (max-width: 782px) {

	.before-footer-cta .wrap,
	.site-inner {
		padding-left: 2vw;
		padding-right: 2vw;
	}

	.entry-title {
		font-size: 36px !important;
	}
}


@media (max-width: 600px) {

	.gpb-tangerine-section-avatar-and-intro.gb-2-col-wideright > .gb-layout-column-wrap {
		grid-template-columns: auto;
	}

	.gpb-tangerine-section-avatar-and-intro .wp-block-post-featured-image {
		min-width: 100%;
	}

	.gpb-tangerine-section-avatar-and-intro.gb-2-col-wideright .wp-block-image.is-style-rounded img {
		border-radius: 0;
	}

	.featuredpost .is-grid.columns-4 {
		grid-template-columns: 1fr;
	}

	.entry-content img,
	.text-over-image article .gb-block-post-grid-image,
	.text-over-image article .gb-block-post-grid-text,
	.text-over-image article,
	.image-with-photo-credit .photo-credit {
		border-radius: 0;
	}

	.wp-block-query-pagination > .wp-block-query-pagination-previous,
	.wp-block-query-pagination > .wp-block-query-pagination-next {
		font-size: 0;
		margin-bottom: 9px;
		margin-right: 3px;
	}

	.wp-block-query-pagination-previous-arrow,
	.wp-block-query-pagination-next-arrow {
		font-size: 18px;
	}

	.ussp-next-games .gb-post-grid-items article {
		width: 100%;
	}

	.ussp-next-games .gb-post-grid-items article:nth-child(3) {
		display: none;
	}

	.nextgamesband .gb-block-layout-column:last-child .wp-block-heading,
	.entry-content h2 {
		margin-top: 0.5em;
	}

	.featuredpost .is-grid,
	.featuredplayershome .is-grid {
		gap: 0;
	}

	.featuredpost article:not(:last-child) .gb-block-post-grid-image,
	.featuredplayershome article:not(:last-child) .gb-block-post-grid-image,
	.nextgamesband .gb-block-layout-column:first-child,
	.text-over-image article .gb-block-post-grid-image,
	.fv_player .gb-block-layout-column-inner {
		margin-bottom: 0;
	}

	.homepagetips {
		columns: 1;
	}

	.text-over-image article .gb-block-post-grid-text {
		bottom: 0;
		left: 0;
	}

	.featuredplayershome.aligncenter {
		margin-bottom: 1em;
	}

	.fv_player .flowplayer,
	div:not(.gb-block-post-grid-image):not(.image-with-photo-credit) > .attachment-full.size-full,
	.fv_player .text-over-image article .gb-block-post-grid-text,
	.image-with-photo-credit {
		margin-left: -2vw;
		min-width: calc(100% + 4vw);
	}

	.gallery {
		grid-template-columns: 1fr 1fr;
		position: static;
		width: 100%;
		gap: 8px;
	}

	.gallery .gallery-item:nth-child(odd):last-child {
		grid-column: span 2;
		justify-self: center;
		width: 50%;
	}

	body.single .wp-block-post-date, body.single .taxonomy-category {
		font-size: 60% !important;
	}
}

@media (max-width: 480px) {

	.wp-custom-logo .title-area {
		width: 160px;
		height: 44px;
	}
}

@media (max-width: 360px) {
	.homepagetips {
		padding-top: 0;
	}

	.homepagetips.gb-block-post-grid .is-list article {
		height: 3.3em;
	}

	.entry-title {
		font-size: 28px !important;
	}
}