/*

Theme Name: Remind

black: #262727
yellow: #fee700
light-yellow: fffcde
red: #ee3124
teal: #00b8cb
light-blue: #eef6f7
dark-blue: #001789
orange: #ff8903
gray-dark: #8d8d8d
gray-medium: #cbcbcb
gray-light: #eaeaea

viewports: 1280px, 1024px, 768px, 640px, 480px

*/

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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* CORE */
html {
}
body {
	font-family: 'Public Sans', sans-serif;
	font-size: 16px;
	color: #262727;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:1.1em;
	font-weight: 400;
	font-family: 'Public Sans', sans-serif;
}
p {
	line-height:1.6em;
	font-size: 19px;
}
time {
	font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
a {
	text-decoration: none;
	color: #262727;
}
#structure {
	margin: 0 auto;
	max-width: 1280px;
	display: flex;
	column-gap: 32px;
	padding: 0 12px;
}
@media screen and (max-width: 1024px) {
	#structure {
		flex-direction: column;
	}
}

main {
	margin: 0 auto;
}
aside {
	max-width: 300px;
	min-width: 300px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	aside {
		max-width: 600px;
	}
	main {
		margin: 0 8px;
	}
}
@keyframes wiggle-large {
	0% {transform: rotate(10deg);}
	25% {transform: rotate(-10deg);}
	50% {transform: rotate(20deg);}
	75% {transform: rotate(-5deg);}
	100% {transform: rotate(0deg);}
}
@keyframes wiggle-small {
	33% {transform: rotate(8deg);}
	66% {transform: rotate(-8deg);}
	100% {transform: rotate(0deg);}
}

/* ELEMENTS */

figure {
	margin: 0;
	padding: 0;
	position: relative;
}
figcaption {
	text-align: left;
}
.input {
	border: 1px solid #00b8cb !important;
	padding: 6px;
	border: 0;
	margin-right: 8px;
	font-size: 15px;
	border-radius: 4px;
	opacity: 80%;
	transition: .3s;
}
.input-subscribe {
	min-width: 200px;
	display: block;
}
.input:focus {
	outline: 1px solid #001789;
	opacity: 100%;
}
.button {
	background-color: #ff8903;
	color: #fff;
	border: 0;
	border-radius: 18px;
	padding: 4px 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	transition: .3s;
}
.button-subscribe {
	margin-top: 12px;
}
.button:hover {
	background-color: #001789;
}

.search-form input[type="search"] {
    font-family: 'Public Sans', sans-serif;
    font-size: 20px;
    border: 2px solid #00b8cb;
    border-radius: 6px;
    display: inline-block;
    padding: 6px;
    min-width: 320px;
}
.search-form input[type="submit"] {
	font-family: 'Poppins', sans-serif;
    background: #00b8cb;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    text-align: center;
    padding: 6px 32px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .2s;
}

.ajax-load-more-wrap .alm-load-more-btn {
    border: 1px solid #8d8d8d !important;
    background-color: #fff !important;
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px !important;
    text-transform: uppercase;
    color: #8d8d8d !important;
}
.ajax-load-more-wrap .alm-load-more-btn:hover {
    border: 1px solid #ff8903 !important;
    background-color: #ff8903 !important;
    color: #fff !important;
}

/* HEADER */

#header {
    background-image: url('/wp-content/themes/remind/images/pattern-wavy-light.png');
	background-color: #00b8cb;
}
#header #header-top {
	background-color: #000;
	padding: 8px 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	overflow-x: scroll;
	white-space: nowrap;
}

@media screen and (max-width: 640px) {
	#header #header-top {
		text-align: left;
	}
}

#header #header-top a {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin: 0 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .3px;
	white-space: nowrap;
}
#header #header-top a:last-child:after {
	background-image: url('/wp-content/themes/remind/images/ico-search.webp');
	background-repeat: no-repeat;
	background-size: 12px 12px;
	margin-left: 2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: ' ';
	margin-right: -10px;
}
#header #header-logo {
	padding: 16px;
}
#header #header-logo .logo {
	display: block;
	text-align: center;
}
#header #header-logo .logo img {
	display: block;
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
#header #header-logo .tagline {
	margin-top: 12px;
}
@media screen and (max-width: 480px) {
	#header #header-logo .tagline img {
		max-width: 250px;
	}
}
#header #header-nav {
	width: 100%;
	left: 50%;
	z-index: 9999;
}
#header #header-nav nav {
	width: 100%;
	background-color: #fff;
	position: relative;
	margin-bottom: 24px;
}
#header #header-nav nav ul {
	display: flex;
	justify-content: center;
	column-gap: 16px;
	overflow-x: scroll;
	flex-flow: row nowrap;
	padding: 16px 4px;
}
@media screen and (max-width: 1024px) {
	#header #header-nav nav ul {
		justify-content: flex-start;
	}
}
#header #header-nav li {
	transition: transform .4s ease-in-out;
	white-space: nowrap;
	background-color: #ff8903;
	padding: 8px 16px;
	transition: .3s;
	border-radius: 24px;
}
#header #header-nav li:first-child {
	background-color: #ee3124;
}

#header #header-nav li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: .3px;
	color: #fff;
}
@media screen and (max-width: 640px) {
	#header #header-nav li a {
		font-size: 16px;
	}
}
#header #header-nav li:hover {
	background-color: #001789;
	color: #fff;
	animation-name: wiggle-small;
	animation-duration: 400ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}
#header-empty {
	height: 69px;
    margin-bottom: 24px;
}

/* WIDGETS */

.widget {
	margin-bottom: 32px;
	padding: 16px;
	border-radius: 16px;
}
.magazine-promo {
	background-color: #ff8903;
	display: flex;
	padding-bottom: 0;
}
.magazine-promo h3  {
    font-family: 'Merriweather', serif;
	font-size: 27px !important;
	color: #fff;
	margin-bottom: 16px;
	font-weight: 700;
	line-height: 1.1;
	/*
	padding-left: 16px;
	text-indent: -16px;
	*/
}
.magazine-promo .button {
	background-color: #001789;
}
.magazine-promo img#magpromo {
    transform: rotate(6deg);
    position: relative;
    top: -20px;
    right: -18px;
    margin-left: -18px;
    margin-bottom: -24px;
}
.pop-quiz {
	background-color: #fee700;
}
.pop-quiz h2 {
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
    content: "";
    display: inline-block;
    width: 300px;
    height: 135px;
    background-size: 300px 136px;
    background-image: url('/wp-content/themes/remind/images/header-weekly-pop-quiz.png');
    background-repeat: no-repeat;
    position: relative;
    top: -23px;
    left: -8px;
    margin-bottom: -16px;

}
.pop-quiz p {
    font-family: 'Public Sans', sans-serif;
	color: #fff;
	background-color: #001789;
	padding: 12px 16px;
	border-radius: 4px;
	font-size: 17px;
	line-height: 1.4em;
}
.pop-quiz #pop-quiz-button {
	margin-top: 16px;
	transition: .3s;
}
.pop-quiz #pop-quiz-button:hover {
	animation-name: wiggle-small;
	animation-duration: 400ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

.today-history {
	background-color: #eef6f7;
}
.today-history p.teaser {
	font-size: 14px;
    font-family: 'Merriweather', serif;
    line-height: 1.2em;
    margin-bottom: 12px;
}
.today-history .today-history-date {
	color: #001789;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .6px;
	margin-bottom: -14px;
	padding-left: 12px;
}
.today-history .today-history-item {
	margin: 0 0 16px 0;
}
.today-history .today-history-item a {
	font-weight: 600;
	transition: .3s;
	color: #001789;
	transition: .3s;
}
.today-history .today-history-item a:hover {
	text-decoration: underline;
}
.today-history .today-history-item p {
	font-size: 15px;
    font-family: 'Merriweather', serif;
    line-height: 1.4em;
    margin-top: 4px;
}
.today-history h2 {
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
    background-image: url('/wp-content/themes/remind/images/header-today-in-pop-history.png');
    background-size: 284px 102px;
    width: 284px;
    height: 102px;
    background-repeat: no-repeat;
    margin: 0 0 16px -16px;
}
.today-history h4 {
	color: #ee3124;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 2px;
}
.today-history .newsletter-signup {
	border-top: 1px solid #cbcbcb;
	padding: 16px 0 0 0;
	text-align: center;
}
.today-history .newsletter-signup .input-subscribe {
	margin: 0 auto;
}
.today-history .newsletter-signup .button-subscribe {
}
.today-history .newsletter-signup p {
	padding-bottom: 8px;
	font-style: italic;
	color: #001789;
	font-size: 17px;
	line-height: 1.1em;
}
.today-history .newsletter-signup p b {
	color: #001789;
}

.fan-cons {
	background-color: #eef6f7;
}
.fan-cons .fan-con {
	display: block;
	margin: 0 0 16px 0;
}
.fan-cons h2 {
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
    background-image: url('/wp-content/themes/remind/images/header-fan-cons.png');
    background-size: 268px 46px;
    width: 268px;
    height: 46px;
    background-repeat: no-repeat;
    margin: 0 0 16px 0;
}
.fan-cons .fan-con h3 {
	color: #ee3124;
	text-transform: uppercase;
	transition: .3s;
}
.fan-cons a.fan-con:hover h3 {
	color: #001789;
}
.fan-cons .fan-con h4 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 4px 0;
	font-size: 12px;
}
.fan-cons .fan-con h5 {
    font-family: 'Merriweather', serif;
	font-weight: normal;
	font-size: 13px;
}
.fan-cons .button {
	display: table;
	margin: 0 auto;
}

.most-popular {
	background-color: #eef6f7;
}
.most-popular h2 {
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
    background-image: url('/wp-content/themes/remind/images/header-popular-posts.png');
    background-size: 292px 121px;
    width: 292px;
    height: 121px;
    background-repeat: no-repeat;
    margin: -24px 0 16px -24px;
}
.most-popular .popular-list {
    counter-reset: newCounter;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -16px;
}
.most-popular .popular-list li {
    position: relative;
    padding: 12px 0 12px 48px;
    line-height: 1.3em;
    font-size: 17px;
    font-weight: 600;
    min-height: 40px;
}
.most-popular .popular-list li a {
    color: #009ec4;
    transition: .3s;
}
.most-popular .popular-list li a:hover {
    color: #001789;
}
.most-popular .popular-list li:before {
    counter-increment: newCounter;
    content: counters(newCounter, ".") " ";
    position: absolute;
    top: 12px;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #fee700;
    color: #ee3124;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    background-color: #fee700;
}

/* HOMEPAGE */

.decades {
	display: grid;
	grid-template-columns: repeat(5, minmax(150px, 1fr));
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 48px 0;
	padding: 16px;
	background-color: #eef6f7;
	border-radius: 48px;
}
@media screen and (max-width: 1280px) {
	.decades {
		padding: 16px 0;
	}
}
@media screen and (max-width: 1024px) {
	.decades {
		padding: 16px;
		grid-template-columns: repeat(5, minmax(170px, 1fr));
		column-gap: 8px;
	}
}
.decades a {
	display: flex;
	white-space: nowrap;
	background-size: 170px 54px;
	background-repeat:no-repeat;
	transition: transform ease .2s;
	overflow: hidden;
	max-height: 54px;
}
.decades a:hover {
	filter: saturate(200%);
}
.decades a img {
	width: 170px;
	height: 108px;
	transition: transform ease .2s;
	filter: saturate(70%);
}
.decades a:hover img {
	transform: translate(0, -55px);
}
.decades .button50s {
	background-image: url('/wp-content/themes/remind/images/button-decade-50s.png');
}
.decades .button60s {
	background-image: url('/wp-content/themes/remind/images/button-decade-60s.png');
}
.decades .button70s {
	background-image: url('/wp-content/themes/remind/images/button-decade-70s.png');
}
.decades .button80s {
	background-image: url('/wp-content/themes/remind/images/button-decade-80s.png');
}
.decades .button90s {
	background-image: url('/wp-content/themes/remind/images/button-decade-90s.png');
}
/*
*/
.top-story {
}
.top-story h1 {
	font-size: 42px;
	color: #009ec4;
	margin-top: 8px;
	font-family: 'Public Sans', sans-serif;
	font-weight: 800;
	transition: .3s;
}
.top-story:hover h1 {
	color: #001789;
}
.top-story img {
	width: 100%;
	height: auto;	
}


/* CONTENT */


.feed-content .feed-post {
	display: flex;
	flex-flow: row nowrap;
	text-decoration: none;
	margin: 32px 0;
	column-gap: 16px;
}
@media screen and (max-width: 768px) {
	.feed-content .feed-post {
		flex-flow: column nowrap;
	}
	.feed-content .feed-post .image-wrapp img {
		width: 100%;
		height: auto;
	}
}
.feed-content .feed-post p {
    font-family: 'Merriweather', serif;
    font-size: 17px;
    margin-top: 8px;
}
.feed-content .feed-post .sticker {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    margin-bottom: 4px;
    color: #ee3124;
    font-weight: 600;
    text-transform: uppercase;
}
.feed-content .feed-post h3 {
	font-family: 'Public Sans', sans-serif;
	color: #009ec4;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 4px;
	transition: .3s;
}
.feed-content a.feed-post:hover h3 {
	color: #001789;
}

.feed-content .feed-post.event h2 {
	color: #ee3124;
	text-transform: uppercase;
	font-size: 28px;
	transition: .3s;
}
.feed-content .feed-post.event h3 {
	font-weight: 400;
	text-transform: uppercase;
	margin: 4px 0;
	font-size: 16px;
	color: #262727;
}
.feed-content .feed-post.event:hover h2 {
	color: #001789;
}
.feed-content .feed-post.event p {
	font-size: 15px;
}

.slice {
	background-color: #fffcde;
	padding: 12px 24px 24px 24px;
	border: 12px solid #fee700;
	margin: 48px 0;
	border-radius: 32px;
}
.slice h2 {
    background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap; 
	overflow: hidden;
    content: "";
    background-position: center center;
    background-size: 100%;
    width: 100%;
    padding: 20px 0;
    max-width: 700px;
    margin-bottom: 8px;
}
.slice h2.whatever-happened-to {
    background-image: url('/wp-content/themes/remind/images/header-whatever-happened-to.png');
}
.slice h2.stars-weve-loved-and-last {
    background-image: url('/wp-content/themes/remind/images/header-stars-loved-lost.png');
}
.slice .slice-content {
	display: flex;
	column-gap: 16px;
	row-gap: 16px;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.slice .slice-content {
		flex-direction: column;
	}
	.slice .slice-content .slice-post img {
		aspect-ratio: 16 / 9;
		width: 100%;
		height: auto;
	}
}
.slice .slice-content-featured {
}
.slice .slice-content-secondary {
	display: flex;
	flex-flow: column nowrap;
	row-gap: 16px;
}
.slice .slice-content .slice-post {
	display: flex;
	flex-flow: column nowrap;
	row-gap: 6px;
}
.slice .slice-content .slice-post img {
	max-width: 100%;
	height: auto;
}
.slice .slice-content .slice-post h3 {
	font-family: 'Merriweather', sans-serif;
	color: #001789;
	font-size: 20px;
	font-weight: 600;
	transition: .3s;
	padding-top: 2px;
}
.slice .slice-content a.slice-post:hover h3 {
	color: #ee3124;
}

/* POSTS */

article img {
	max-width: 100%;
	height: auto;
}
article h1 {
    font-family: 'Public Sans', sans-serif;
    font-weight: 800;
	font-size: 58px;
	text-wrap: pretty;
}
@media screen and (max-width: 640px) {
	article h1 {
		font-size: 38px;
	}
}
article h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
	font-size: 32px;
	padding: 8px 0;
}
@media screen and (max-width: 640px) {
	article h2 {
		font-size: 28px;
	}
}
article h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
	font-size: 24px;
	padding: 8px 0;
	line-height: 32px;
}
@media screen and (max-width: 640px) {
	article h3 {
		font-size: 22px;
	}
}
article a {
	color: #00b8cb;
	font-weight: 700;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 2px;
	transition: .3s;
}
article p a:hover {
	background-color: #fff;
	background-size: 100% 2px;
	box-shadow: none;
	border-radius: 0;
	border: 0;
}
article p {
    font-family: 'Merriweather', serif;
	font-size: 19px;
    color: #262727;
    margin: 0 auto 24px auto;
}
article ol {
    font-family: 'Merriweather', serif;
    font-family: 'Merriweather', serif;
	font-size: 19px;
	list-style-type: decimal;
	margin-left: 32px;
}
article li {
    font-family: 'Merriweather', serif;
	font-size: 19px;
    color: #262727;
    margin: 0 auto 12px auto;
    line-height: 1.5;
}
article #main-art {
    margin: 16px auto 48px auto;
    min-width: auto;
}
article figcaption {
    text-align: left;
}

article .image-credit {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #262727;
    margin-right: 0 !important;
}
article .image-caption {
    font-size: 14px;
    color: #262727;
}
article iframe[src*=youtu] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

article #pop-quiz-cal {
	margin-bottom: 32px;
	background-color: #fee700;
	padding: 4px 16px 16px 16px;
	border-radius: 6px;
}
article #pop-quiz-cal h3 {
    font-family: 'Merriweather', serif;
    text-transform: none;
    font-size: 24px;
    padding: 12px 0;
    font-style: italic;
    color: #001789;
}
article #pop-quiz-cal-content {
	display: grid;
	grid-template-columns: repeat(5, minmax(120px, 1fr));
	column-gap: 8px;
	overflow-x: scroll;
	overflow-y: hidden;
}
article #pop-quiz-cal a.quiz-day {
    font-family: 'Public Sans', serif;
	text-align: center;
	transition: .3s;
	display: flex;
	flex-flow: column nowrap;
	row-gap: 8px; 
	font-weight: 400;
	font-size: 15px;
	color: #001789;
}
article #pop-quiz-cal a.quiz-day.inactive {
	color: #262727;
	opacity: .4;
}
article #pop-quiz-cal a[href].quiz-day:hover {
	font-weight: 700;
}
article #pop-quiz-cal a.quiz-day img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
article #pop-quiz-cal a.quiz-day img.coming-soon {
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
}

article .story-metadata {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 32px auto 0 auto;
}
@media screen and (max-width: 640px) {
	article .story-metadata {
	    flex-direction: column;
	}
}
article .story-metadata .author-date-block {
	display: flex;
	flex-flow: column nowrap;
    justify-content: space-between;
}
@media screen and (max-width: 640px) {
	article .story-metadata .author-date-block {
	    flex-direction: row;
	}
}
article .social-icons {
	display: flex;
	flex-flow: row nowrap;
	column-gap: 8px;
}
@media screen and (max-width: 640px) {
	article .social-icons {
	    justify-content: space-between;
	    margin-top: 8px;
		column-gap: 0;
	}
}
article .social-icons li {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	height: 34px;
	width: 34px;
	transition: .2s;
	background-color: #eef6f7;
}
article .social-icons li.comment-count {
	width: auto;
	padding: 0 12px;
}
article .social-icons li.comment-count a {
	font-weight: 400;
	color: #00b8cb;
	font-size: 15px;
}
article .social-icons li a img {
	height: 18px;
	width: 18px;
}
article .social-icons li:hover {
	background-color: #eef6f7;
	transform: scale(1.2);
}
article .social-icons li:hover a img {
	filter: grayscale(0);
}
article .social-icons li.comment-count:hover a {
	color: #00b8cb;
}
article .social-icons a img.icon-email {
	filter: grayscale(1) brightness(1);
}
article .mag-promo {
	display: flex;
	border-radius: 16px;
	max-width: 700px;
	margin: 64px auto 64px auto;
	padding: 4px;
}
article .mag-promo .want-more {
	background-color: #fff;
	margin-top: -16px;
	margin-left: 0px;
	width: 140px;
	padding: 0 48px 0 4px;
}
article .mag-promo .want-more span {
	display: block;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	background-size: 180px 21px;
	width: 180px;
	height: 21px;
	background-repeat: no-repeat;
	-webkit-mask-image: url(/wp-content/themes/remind/images/header-want-more.png);
	-webkit-mask-size: 180px 21px;
	mask-image: url(/wp-content/themes/remind/images/header-want-more.png);
	mask-size: 180px 21px;
}
article .mag-promo img {
	transform: rotate(-6deg);
	position: relative;
	top: -20px;
    margin: 0 12px -20px 12px;
    min-width: 150px;
    height: auto;
}
@media screen and (max-width: 640px) {
	article .mag-promo {
		padding-bottom: 16px;
	}
	article .mag-promo img {
	    min-width: 100px;
	    max-width: 100px;
	}
}
article .mag-promo h3 {
	font-family: 'Public Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
    padding: 8px 0 4px 0;
    text-transform: none;
    margin: 6px 0 0 4px;
}
article .mag-promo h3 a {
	color: #262727;
}
article .mag-promo h5 {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
    margin-left: 8px;
}
article .mag-promo p {
	font-size: 13px;
	margin: 8px 8px 16px 12px;
}
article .mag-promo .button {
	margin-left: 12px;
}
article .mag-promo .button:hover {
	background-size: 0% 0px;
	box-shadow: none;
	border-radius: 18px;
	border: 0;
	background-color: #000 !important;
}

article .wp-caption {
	width: 100% !important;
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 14px;
	color: #8d8d8d;
	display: block;
}
article .wp-caption img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
article .wp-caption.aligncenter {
	margin: 16px auto;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}
article .wp-caption.alignleft {
	margin: 16px auto;
	float: none;
}
article .image-credit, article .wp-caption-text {
	font-family: 'Public Sans', sans-serif;
	display: block;
	text-align: right;
	font-size: 12px;
	color: #8d8d8d;
	max-width: 100%;
	line-height: 1em;
	margin-bottom: 4px;
}

article .tag-cloud {
	display: flex;
	flex-flow: row nowrap;
	column-gap: 12px;
	border-top: 1px solid #cbcbcb;
	padding: 16px 0 16px 0;
}
article .tag-cloud div {
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 1em;
	color: #ee3124;
}
article .tag-cloud div.share-this {
	padding-top: 8px;
}
article .tag-cloud div.more-this {
	padding-top: 14px;
	min-width: 120px;
}
article .tag-cloud .tags {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding-top: 8px;
	margin-bottom: 32px;
	column-gap: 12px;
	row-gap: 12px;
}
article .tag-cloud .tags a {
	text-transform: uppercase;
	background-color: #eef6f7;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #00b8cb;
	border-radius: 14px;
	padding: 8px 16px;
	line-height: 1em;
	font-size: 14px;
	transition: .3s;
}
    
article .tag-cloud .tags a:hover {
	background-color: #ff8903;
	color: #fff;
}

article .what-to-know-box {
	background-color: #eef6f7;
	border: 1px solid #009ec4;
	border-radius: 8px;
	padding: 20px;
	margin: 24px 0;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
article .what-to-know-box h3 {
	font-size: 20px;
	font-weight: 700;
	color: #262727;
	margin: 0;
	padding: 0 0 8px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center !important;
}
article .what-to-know-content {
	color: #262727;
}
article .what-to-know-content ul {
	margin: 0;
	padding-left: 24px;
}
article .what-to-know-content li {
	margin-bottom: 8px;
	line-height: 1.5;
	font-size: 15px;
	list-style-type: disc;
}
article .what-to-know-content li:last-child {
	margin-bottom: 0;
}

#comments {
	max-width: 940px;
	margin: 0 auto;
}
@media screen and (max-width: 1320px) {
	#comments {
		max-width: 670px;
	}
}


/* PAGES */

.page .feed-content {
	margin-top: 32px;
}

/* FOOTER */

footer {
    background-image: url('/wp-content/themes/remind/images/pattern-wavy-light-long.png');
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 16px;
	justify-items: center;
	color: #fff;
	background-color: #00b8cb;
	display: grid;
	margin: 32px auto 0 auto;
	padding: 0 64px;
}
@media screen and (max-width: 1024px) {
	footer {
		grid-template-columns: repeat(2, 1fr);
		justify-items: left;
	}
}
@media screen and (max-width: 640px) {
	footer {
		grid-template-columns: repeat(1, 1fr);
		justify-items: center;
		text-align: center;
	}
}
footer h3 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 8px;
	letter-spacing: .3px;
}
footer .newsletter-signup p {
	font-size: 15px;
	font-style: italic;
}
footer li {
	color: #fff;
	list-style-type: none;
	margin: 8px 0;
}
footer li a {
	color: #fff;
}
footer .current-issue {
	margin-bottom: 16px;
}
footer .current-issue ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	max-width: 280px;
}
footer .current-issue img {
	max-width: 280px;
}
footer .list-partners {
    display: flex;
	flex-flow: column nowrap;
	column-gap: 16px;
}
footer .list-partners li a {
	filter: brightness(0) invert(1);
    opacity: 0.8;
	transition: .3s;
}
footer .list-partners li a:hover {
    filter: grayscale(0) contrast(1);
    opacity: 1;
}

footer .social-icons li {
	display: inline-block;
	margin-right: 16px;
}
footer .social-icons a img {
	transition: .3s;
    filter: grayscale(1) brightness(3);
    opacity: 0.8;
}
footer .social-icons a:hover img {
    filter: grayscale(0);
    opacity: 0.8;
}
.copyright {
	color: #fff;
	background-color: #4291a0;
	font-size: 12px;
	padding: 8px;
	text-align: center;
}

/* MODAL */

.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    backdrop-filter: blur(8px);
}

.modal-content {
    background-color: #addbd9;
    margin: 10% auto; /* Adjusted for mobile */
    border: 1px solid #888;
    width: 80%; /* Responsive width */
    max-width: 800px; /* Max width for larger screens */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.modal-content img {
	width: 100%;
	height: auto;
}

@keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}

.close-button {
    color: #e63e55;
    float: right;
    font-size: 64px;
    font-weight: bold;
    margin-right: 8px;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.number {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    border-radius: 50%;
    border: 8px solid #fee700;
    color: #ee3124;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    background-color: #fee700;
    margin-right: 8px;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .modal-content {
        margin: 20% auto;
        width: 96%;
    }

    .close-button {
        font-size: 24px;
    }
}
/* ADVERTISING */

.advert.flexrec {
	min-height: 250px;
	margin-bottom: 32px;
}

.advert.flexbanner {
	margin: 0 auto;
	min-height: 250px;
	margin-bottom: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
@media screen and (max-width: 640px) {
	.advert.flexbanner {
		min-height: 50px;
	}
}


.sticky {
    top: 90px;
    position: sticky;
    align-self: flex-start;
}

/* CROSSWORD */

iframe#crossword {
	border:none;
	margin: 0 auto;
	padding: 0;
	display: block;
    position: relative;
    height: 940px !important;
    width: 940px;
    max-width: 100%; 
    visibility: visible !important;
}
@media screen and (max-width: 480px) {
	iframe#crossword {
	    height: 800px !important;
	}
}

/* OTHER */

.osano-cm-widget{ 
	display: none;
}









