/*
Theme Name: Engine Radio FM FSE
Author: Engine Gaming + Media
Author URI: https://enginegaming.com
Theme URI: https://enginegaming.com
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: engine-radio-fm-fse
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.0
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

.wp-block-template-part { position:relative; z-index:99; }

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
 * Increase horizontal padding on smaller screens.
 * Temporary solution to avoid text content
 * running up to the edge of the browser window,
 * making the text difficult to read.
*/
@media ( max-width: 1024px ) {

	main > :not(.alignfull),
	main .wp-block-query > :not(.alignfull),
	main .entry-content > :not(.alignfull),
	main .entry-content .wp-block-columns.alignfull p {
		padding-left: var(--wp--custom--h-spacing);
		padding-right: var(--wp--custom--h-spacing);
	}
}

/*============= Force Screen Reader CSS for FSE in case client has turned Gutenberg off via a plugin ============*/
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto!important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

/* Global */

/* Header */
.header-nav-links a {
	color: #fff;
	text-decoration: underline;
}
.header-nav-links a:hover {
	color: #ededed;
	text-decoration: none;
}

.studio-lines a { color: #ffffff!important; }
.studio-lines a:hover { color: #ffffff!important; }

/* Group blocks */
.wp-block-create-block-express-content {
    margin: 0 !important;
}
.wp-container-4 > * + * {
    margin-block-start: 0 !important;
}
.wp-site-blocks > * + * {
    margin-block-start: 0 !important;
}

/* On Air Styling 2023 */
.on-air-current {
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
}
.on-air-current .express-text {
    padding: 0 30px 0 10px;
}
.on-air-next {
    position: relative;
    top: 0;
}
.express-onair-image {
    border-radius: 5px;
    height: 50px;
    width: 50px !important;
    object-fit: cover;
    object-position: center;
}

/* Poll Styling 2023 */
.poll-23 {
	margin: 0 0 10px 0;
}
.question {
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.js-amp-poll-answers ul li {
    list-style-type: none !important;
    background-color: #f6f6f6;
    padding: 8px;
    margin: 0 0 10px 0;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 600;
}
.js-amp-poll-answers ul li:hover {
    background-color: #f0f0f0;
}
a.vote.button.js-amp-poll-vote {
    width: -webkit-fill-available;
    text-align-last: center;
    background-color: #1b1b1b;
    color: #fff;
    padding: 3px !important;
}
a.vote.button.js-amp-poll-vote:hover {
    background-color: #000;
}
/* Recently Played Styling 2023 */
.amp-recently-played li {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	margin: 2px 0 5px 0 !important;
	padding: 2px 2px !important;
}
h3.amp-recently-played-title {
    margin: 0;
}
.td-song-history__song__picture img {
	height: 35px;
	width: 35px;
	border-radius: 10px;
}
span.amp-recently-played-timestamp.rp-timestamp {
    float: right;
    font-size: .7rem !important;
    font-family: 'Open Sans';
    color: #000;
    font-weight: 600;
    vertical-align: middle;
    padding: 13px 5px 0 0 !important;
    margin: 0 !important;
}
.amp-recently-played-timestamp::after  {
	content: "" !important;
}
span.amp-recently-played-title.rp-title {
    font-size: .64rem !important;
    font-family: 'Open Sans';
    color: #000;
    font-weight: 600;
    vertical-align: middle;
    padding: 0 0 0 5px !important;
    margin: 0 !important;
}
span.amp-recently-played-artist.rp-artist {
    font-size: .64rem !important;
    font-family: 'Open Sans';
    color: #868383;
    font-weight: 500 !important;
    vertical-align: middle;
    font-style: normal;
    text-transform: lowercase !important;
    padding: 0 0 5px 5px !important;
    margin-top:-5px;
}
span.amp-recently-played-album.rp-album {
    font-size: .64rem !important;
    font-family: 'Open Sans';
    font-weight: 500 !important;
    vertical-align: middle;
    font-style: normal;
    padding: 0 0 5px 5px !important;
    margin-top:-2px;
}
.amp-recently-played-artist::before  {
	content: "" !important;
}

/* Interior */
.content-title a {
	color: #fff;
	text-decoration: none;
}
.content-title a:hover {
	color: #ededed;
	text-decoration: underline;
}
.wp-block-post-author__byline {
    font-size: .7em;
}
.inner-content p, .inner-content li, .inner-content td, .inner-content th {
font-size: 1rem;
}
button.wp-block-search__button {
    color: #fff !important;
}
.express-archive-grid article h2, .express-archive-list article h2 {
    margin: 0 10px 0 10px !important;
}

/* Media Queries */
@media only screen and (max-width : 782px) {
	.hide-rp { display: none; }
	.wp-block-column { padding: 0 10px 0 10px !important; }
	.block-promo { padding: 10px 0 0 0; }
	.express-listen-live { padding-bottom: 15px; }
	.sponsored-by, .studio-lines { text-align-last: center; }
	.wp-container-3.is-nowrap.wp-block-group, .nav-social { justify-content: center; }
	div#studio-line { padding: 15px 0 15px 0; }
	div#exgp-image-0f66bfd5-b992-4dbb-a6fa-f7d2f177574c { padding: 5px; }
	.wp-container-24 { gap: 0.8rem; }
	.recently-played-23 { margin-bottom: 15px; }
	.weather { margin-bottom: 15px; }
	div#Weather { padding: 15px 0 15px 0; background-color: #1b1b1b; }
	.wp-container-27.wp-block-column { padding-bottom: 15px !important; }
	span.ultp-block-date {
	    width: 100%; }
	div#Events {
	    padding: 15px 10px 15px 10px;
	    background-color: #1b1b1b;
	}
	.footer-ads { padding: 0 10px 15px 10px;
	}
	.wp-container-17 { padding-top: 10px;
	}
	.footer-copy {
		text-align: -webkit-center;
	}
	.footer-copy .wp-block-navigation ul {
	    justify-content: center;
	}
	div#exgp-content-padding-0918a73e-4963-45f1-94c9-1a4cdbeecbe8 {
	    padding: 5px 0 5px 0;
	}
	div#Content-Title {
	    padding: 15px 10px 15px 10px;
	    background-color: #2e2e2e;
	}
	div#Page-Title {
	    padding: 15px 10px 15px 10px;
	    background-color: #2e2e2e;
	}
	div#Archive-Title {
	    padding: 15px 10px 15px 10px;
	    background-color: #2e2e2e;
	}
}


/*============= Promo Reel ============*/
:root .promo-reel { margin-bottom: 0px; }
:root .promo-reel .widget { margin-bottom: 0 !important; }
:root .promo-reel .sliderBody { position: relative; height: 0 !important; min-height: 0 !important; max-width: 100% !important; padding-bottom: 70% !important; margin: 0 auto; }
:root .promo-reel .sliderBody > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
:root .promo-reel .bx-viewport, .bxslider { height: 100% !important; box-shadow: none !important; }
:root .promo-reel .sliderItem { width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; }
:root .promo-reel .bx-wrapper .bx-controls-direction a { margin-top: 0; top: 50%; transform: translateY(-60%); background-image: url("data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMTAuNzcgMTc0LjciIHZpZXdCb3g9IjAgMCAxMTAuNzcgMTc0LjciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTYyLjk4IDg3LjM1IDQzLjU1LTQzLjU1LTUuMzgtNS4zOCA3LjUtNy41IDIuMTItMi4xMi0yLjEyLTIuMTItMjQuNTYtMjQuNTYtMi4xMi0yLjEyLTIuMTIgMi4xMi03Ny43MyA3Ny43My0yLjEyIDIuMTIgMi4xMiAyLjEyIDcuNSA3LjUtNS4zOCA1LjM4IDc3LjczIDc3LjczIDI0LjU2LTI0LjU2LTUuMzgtNS4zOCA3LjUtNy41IDIuMTItMi4xMi0yLjEyLTIuMTJ6Ii8+PHBhdGggZD0ibTEwNi41MyAyOC44LTI0LjU2LTI0LjU2LTc3LjczIDc3LjczIDc3LjczIDc3LjczIDI0LjU2LTI0LjU2LTUzLjE3LTUzLjE3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); background-position: 0 0; background-size: contain; width: 5%; height: 8%; opacity: 0; transition: opacity 0.3s; }
:root .promo-reel:hover .bx-wrapper .bx-controls-direction a { opacity: 0.7; }
:root .promo-reel:hover .bx-wrapper .bx-controls-direction a:hover { opacity: 1; }
:root .promo-reel .bx-wrapper .bx-prev { left: 1%; }
:root .promo-reel .bx-wrapper .bx-controls-direction a.bx-next { right: 1%; transform: translateY(-50%) scaleX(-1); }
:root .promo-reel .promoCaption { padding: 10px; }
:root .promo-reel .promoCaption .captionTitle { line-height: 1.25; font-weight: bold; padding: 0 5px; }
:root .promo-reel .promoCaption .captionTeaser { padding: 0 5px; }
:root .promo-reel .sliderThumb .sliderThumbImage { opacity: 0.4; }
:root .promo-reel .sliderThumb.selected .sliderThumbImage { opacity: 1; }
:root .sliderSidebarViewport { right:0px; left:0px; }
@media only screen and (max-width: 600px) {
	:root .promo-reel .bx-wrapper .bx-controls-direction { display: none; }
	:root .promo-reel .promoCaption .captionTeaser { display: none; }
	:root .promo-reel .sliderThumbBar { display: none; }
}


/* ACMS-5238 - mobile/desktop hide */
@media (min-width: 600px) {
	.mobile-only { display: none }
}
@media (max-width: 600px) {
	.desktop-only { display: none }
}

/*============= Google Fonts ============*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;700&display=swap');

/* FRAN-105 : Additional Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');