/*
Theme Name:		Lindsay Advocate 2021
Author:			CMS Web Solutions
Author URI:		http://cmswebsolutions.com
*/


/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   /* montserrat-italic - latin */
   @font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local(''),
		url('fonts/montserrat-v15-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
/* montserrat-600 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		url('fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   /* montserrat-700 - latin */
   @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/montserrat-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/roboto-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   /* roboto-italic - latin */
   @font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local(''),
		url('fonts/roboto-v27-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/roboto-v27-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }
   /* roboto-700 - latin */
   @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('fonts/roboto-v27-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   }

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
    font-size: 110%;
}

body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
	color: #010101;
	background-color: #fffefe;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		        animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		        animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

header, nav, .ad_wrapper.leaderboard, .main_wrapper, footer,
iframe, embed, section, summary {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 1.5rem;
	max-width: 67.5rem;
}

figcaption {
	display: block;
	margin: 0;
}

.ad_wrapper.leaderboard {
	padding: 0 3rem;
}

.ad_wrapper.rectangle {
	margin: 1rem auto;
	text-align: center;
}

.single .ad_wrapper.skyscraper {
	margin: 2rem 0;
}

section {
	margin: 1rem auto;
	padding: 0;
}

h1 {
	margin: .5rem 0 .25rem;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.1;
}

h2 {
	margin: 1.5rem 0 .75rem;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

h1 + h2 {
	margin: .5rem 0 .75rem;
}

h2.post_title {
	font-weight: 600;
}

h2 a {
	color: #222;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h2 a:hover,
h2 a:focus {
	color: #333;
	-webkit-text-decoration-color: #222;
	text-decoration-color: #222;
}

h3 {
	margin: 1.5rem 0 .75rem;
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

h4 {
	margin: 1.5rem 0 .75rem;
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

li, p + p, p * {
	margin-top: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}

a {
	color: #0b3055;
	transition: color .1s;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	        text-decoration-skip-ink: auto;
}

a[href^="tel:"] {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
}

:focus {
	outline: 2px solid #cbdce4;
}

a:active {
	transition: color 2s;
	color: blue;
}

a img {
	border: none;
	outline: none;
}

iframe,embed {
	max-width: 100%;
}

input,
textarea,
select {
	margin: 0;
	font: inherit;
}

button,
.wp-block-button__link,
.wp-block-button__link:visited {
	color: #000;
	background-color: #ffde05;
	border: 1px solid #ffde05;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5;
	padding: .25rem 1rem;
	text-align: center;
	text-decoration: none;
}

button:hover,
button:focus,
.wp-block-button__link:hover, 
.wp-block-button__link:focus {
	color: #ffde05;
	background-color: #000;
}

.screen-reader-text {
	position: absolute;
	left: -1000rem;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

a.skip {
	position: absolute;
	top: 0;
	left: -1000rem;
	background-color: #354c65;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

a.skip:focus,
a.skip:hover {
	left: 1rem;
	top: 0;
	padding: .5rem 1rem;
}

header {
	padding: 1rem;
	color: #fff;
	background-color: #000;
}

.logo img {
	margin: .5rem auto 1rem;
	display: block;
	text-align: center;
}

div[role="search"] form {
	display: inline-block;
	display: flex;
	justify-content: center;
}

div[role="search"] [type="text"] {
	margin: 0;
	width: 256px;
	height: 36x;
	color: #000;
	background: #fff;
	font-family: inherit;
	font-size: 1rem;
	border: 1px solid #fff;
	outline: none;
}

div[role="search"] label {
	margin-right: .25rem;
}

div[role="search"] button[type="submit"] {
	margin: 0 0 0 .25rem;
	padding: .25rem .5rem;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
}

div[role="search"] button[type="submit"]:hover,
div[role="search"] button[type="submit"]:focus {
	color: #000;
	background-color: #ffde05;
}

.query {
	background-color: #fafad2;
}

nav {
	color: #000;
	border-bottom: 1px solid #d6d6d6;
}

.mainnav {
	text-transform: uppercase;
}

nav .mobile {
	transition: none;
	cursor: pointer;
	display: block;
	width: 100%;
	color: #000;
	background-color: #fff;
	margin: 0 auto;
	padding: .25rem 0;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
}

nav .mobile span::before {
	content: '\2630';
	display: inline-block;
	margin-right: .25rem;
	font-size: 1.25rem;
}

nav .mobile.open span::before {
	content: '\00D7';
}

nav ul {
	display: none;
	width: 100%;
	margin: 0;
	padding-left: 0;
}

.footer_nav ul {
	display: block;
}

.social ul {
	display: flex;
}

nav li {
	list-style: none;
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	border-bottom: 1px solid #d6d6d6;
}



nav a {
	display: block;
	text-decoration: none;
	padding: .25rem 0;
	color: #000;
	text-align: center;
}

.nav_trigger,
.nav_trigger[aria-expanded=true] {
	margin: 0;
	padding: .5rem;
	width: 100%;
	color: #000;
	background-color: transparent;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
}

.nav_trigger span {
	display: inline-block;
	background: url(img/arrow-down.svg) bottom left no-repeat;
	width: 16px;
	height: 16px;
	margin-right: .25rem;
}

nav a:hover,
nav a:focus,
nav a:active,
.current_page_ancestor .nav_trigger,
.nav_trigger:hover,
.nav_trigger:focus,
.nav_trigger:active {
	color: #ffde05;
	background-color: #000;
	border: none;
}

.current_page_ancestor .nav_trigger span,
.nav_trigger:hover span,
.nav_trigger:focus span,
.nav_trigger:active span {
	background: url(img/arrow-down_active.svg) bottom left no-repeat;
}


nav .open + ul {
	display: block;
}

nav .open + ul li {
	padding: .5rem;
	text-align: center;
}

nav .open + ul li:hover,
nav .open + ul li:focus {
	background-color: #000;
}

nav .sub-menu {
	background-color: #ddd;
	min-width: 5rem;
	text-transform: none;
	transition: all 0.5s ease;
	display: none;
}

nav .sub-menu.open {
	display: block;
	position: relative;
}

nav .sub-menu.open li {
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
}

.main_wrapper {
	padding: 1rem 1.5rem;
}

main .category,
section .category {
	margin: .25rem 0;
	display: inline-block;
}

main .category a,
section .category a {
	margin: 0 0 .25rem;
	padding: .1rem .25rem;
	color: #000;
	background-color: #ffde05;
	border: 1px solid #ffde05;
	display: inline-block;
	font-size: .9rem;
	font-weight: bold;
	text-decoration: none;
}

main .category a:hover,
main .category a:focus,
section .category a:hover,
section .category a:focus {
	font-size: .95rem;
}

.post_list.secondary {
	margin: 1rem 0;
	padding: 1rem 0;
	border-top: 1px solid #d7d6d6;
}

.post_title {
	margin: .25rem 0;
	font-size: 1.1rem;
}

.post_title a {
	text-decoration: none;
}

.subhead {
	margin: .25rem 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
}

.single .subhead {
	font-size: 1.1rem;
}

.post_item .attachment-card {
	height: 240px;
	width: 350px;
	-o-object-fit: contain;
	   object-fit: contain;
}

time {
	margin: .1rem 0 .25rem;
	display: block;
	font-size: .9rem;
	font-style: italic;
	font-weight: 600;
}

#more_posts {
	color: #000;
	background-color: #ffde05;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: .5rem 1rem;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}

#more_posts:hover,
#more_posts:focus {
	color: #fff;
	background-color: #000;
}

.magazine {
	padding: 1rem 2rem;
	background-color: #ffde05;
}

.magazine_container {
	display: flex;
	justify-content: space-around;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.magazine h2 {
	line-height: 1.1;
	text-transform: capitalize;
}

.issues {
	display: inline-block;
}

.issues li {
	margin: .25rem .25rem .25rem 0;
	display: inline-block;
}

.issues a {
	display: inline-block;
	margin-right: .5rem;
	padding: .5rem .75rem;
	background-color: #fff;
	border: 1px solid transparent;
	text-decoration: none;
}

.issues a:hover,
.issues a:focus {
	color: #fff;
	background-color: #000;
}

.podcast {
	padding: 1rem 2rem;
	background-color: #efefea;
	border: 1px solid #000;
	line-height: 1.1;
}

.podcast a {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
}

.podcast a:hover,
.podcast a:focus {
	text-decoration: underline;
}

.podcast .details {
	margin: .25rem 0 .5rem;
	font-size: 1.1rem;
	font-weight: 600;
}

.support {
	padding: 1.5rem 2rem;
	color: #fff;
	background-color: #000;
}

.support h2 {
	margin: .25rem 0 0;
	color: #ffde05;
	font-size: 1.892rem;
}

.support h2 + p {
	margin: .1rem 0;
}

.editors_pick {
	padding: .5rem 1.5rem 1.5rem;
}

.editors_pick h2 {
	font-size: 2.386rem;
}

.pick {
	color: #ce001d;
	text-transform: uppercase;
}

.newsletter {
	padding: 1.5rem 2rem;
	color: #000;
	background-color: #ffde05;
}

.newsletter h2 {
	margin: .25rem 0 0;
	font-size: 1.892rem;
}

.newsletter h2 + p {
	margin: .1rem 0;
}

.newsletter input {
	margin: 0 0 .5rem;
	padding: .25rem 1rem;
	border: 0;
}

.newsletter button {
	padding: .25rem 2rem;
	color: #ffde05;
	background-color: #000;
}

.newsletter button:hover,
.newsletter button:focus {
	color: #000;
	background-color: #fff;
}

.pub_info {
	padding: .5rem 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pub_info .sponsored {
	color: #bb2028;
	font-weight: 700;
	text-transform: uppercase;
}

.avatar {
	margin: .5rem 1.5rem .5rem 0;
	border-radius: 50%;
}

.pub_info .author {
	font-weight: 700;
}

.pub_info time {
	display: inline;
}

.social_sharing ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1rem;
}

.social_sharing a {
	padding: .5rem 1rem;
	text-decoration: none;
	border: 1px solid transparent;
}

.social-facebook a {
	color: #fff;
	background-color: #2f56a0;
}

.social-facebook a svg {
	fill: currentColor;
}

.social-twitter a {
	background-color: #00aef5;
}

.social-email a {
	background-color: #00b256;
}

.social-print a {
	color: #000;
	background-color: #bbc3c7;
}

.social_sharing a:hover,
.social_sharing a:focus {
	color: #000;
	background-color: #ffde05;
}

nav.navigation {
	border-bottom: none;
}

.navigation {
	display: flex;
	justify-content: space-between;
}

.navigation a {
	display: inline-block;
	color: #000;
	background-color: #ffde05;
	border: 1px solid transparent;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: .5rem 1rem;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.navigation .page-numbers.current {
	display: inline-block;
	color: #000;
	border: 1px solid #ffde05;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: .5rem 1rem;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}

/* Comments */


.commentlist {
	margin:0 0 2rem;
	padding:0;
	list-style:none;
}

.commentlist li >.comment-body {
	padding:0 0 1.5rem;
	display:block;
	border-bottom:1px solid;
	margin-bottom: 1.5rem;
	position:relative;
}

.commentlist .comment-author .avatar {
	float:left;
	width:60px;
	display:block;
	margin-top:.25rem;
	padding: .25rem;
	border:1px solid #000;
}

.commentmetadata {
	margin-bottom: 2rem;
}

.comment .reply a,
.commentmetadata a {
	color:#000;
	font-size:1rem;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
}

.commentmetadata a:hover,
.commentmetadata a:focus {
	text-decoration:underline;
}

.comment-content a,
.commentlist .fn a,
.commentlist .fn a:hover,
.commentlist .fn a:focus {
	text-decoration:none;
}

.commentmetadata .edit-link {
	margin-left:1rem;
}

.comment .reply a {
	padding:3px 6px;
	color:#000;
	border:1px solid #000;
	position:absolute;
	top:6px;
	right:0;
	text-transform:uppercase;
	letter-spacing:2px;
	transition:all .3s ease-out;
}

.comment .reply a:hover {
	background:#000;
	color:#fff;
}

.commentlist .fn {
	font-size:1.1rem;
}
.commentlist .says {
	display:none;
}

.commentlist .fn a {
	color:#000;
}

.comment .reply,
.commentmetadata {
	padding-left: 5rem;
}

.comment-content {
	padding-top:.75rem;
}

.comment-content p {
	margin-bottom: .75rem;
}

.comment-content a {
	border-bottom:1px dotted;
}

.comment-content a:hover {
	border-bottom:1px solid;
}

.comment.bypostauthor .fn {
	background:#eaeaea;
	padding: 0 .25rem;
}

.comment-content ol,
.comment-content ul {
	margin-bottom:1.5rem;
}

.comment-content ol ol,
.comment-content ol ul,
.comment-content ul ol,
.comment-content ul ul {
	margin-bottom:0;
}

.commentlist ul.children {
	list-style:none;
	padding-left: 1.5rem;
}
.commentlist ul.children .comment-avatar {
	width: 60px;
}

.comment-notes{
	margin-bottom: 2rem;
	padding: .5rem 1rem;
	border: 1px dashed;
	letter-spacing: .5rem;
	text-transform:uppercase;
	display:none;
	text-align:center;
}

#respond { 
	margin-top: 2rem;
	padding: 0 1.5rem 1.5rem;
	background: #fbfbfb;
	border-top: 1px solid #ddd;
	clear: both;
}

#respond label {
	vertical-align: top;
	margin-right: .5rem;
}
	  
#respond input[type=text],
#respond input[type=email],
#respond input[type=url],
textarea {
	width: 100%;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #ddd;
	outline: none;
	transition: all 0.30s ease-in-out;
}
	   
#respond input[type=text]:focus,
input[type=email]:focus, 
textarea:focus {
	margin: 5px 1px 3px 0px;
	box-shadow: 0 0 5px rgba(255, 222, 5, 1);
	border: 2px solid rgba(255, 222, 5, 1);
	outline: none;
}

.form-submit input[type=submit] {
	color: #000;
	background-color: #ffde05;
	border: 1px solid #ffde05;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.5;
	padding: .25rem 1rem;
	text-align: center;
	text-decoration: none;
}

.form-submit input:hover,
.form-submit input:focus {
	color: #ffde05;
	background-color: #000;
}

.required {
	margin-left: .25rem;
	font-size: .9rem;
}

img.alignleft,
figure.alignleft,
.wp-block-image .alignleft,
.wp-post-image.alignleft,
img.alignright,
figure.alignright,
.wp-block-image .alignright,
.wp-post-image.alignright,
img.aligncenter,
figure.aligncenter,
.wp-block-image .aligncenter,
.wp-post-image.aligncenter {
	display: block;
	clear: both;
	margin: 2rem auto;
}

.wp-block-media-text {
	margin: 1.5rem 0;
}

.wp-block-media-text__content h2,
.wp-block-media-text__content h3 {
	margin: .5rem 0;
	padding-left: .5rem;
	border-left: 5px solid #ffde05;
}

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

.wp-block-quote {
	margin: 1.5rem 0;
	padding: .5rem 1.5rem;
	border-left: 5px solid #ffde05;
}

.wp-block-quote:nth-of-type(2n+2) {
	background-color: #efefea;
	border-left: 5px solid #000;
}

.has-yellow-color {
	color: #ffde05;
}

.has-yellow-background-color {
	background-color: #ffde05;
}

.has-grey-color {
	color: #efefea;
}

.has-grey-background-color {
	background-color: #efefea;
}

.has-black-color {
	color: #000000;
}

.has-black-background-color {
	background-color: #000000;
}

.has-white-color {
	color: #ffffff;
}

.has-white-background-color {
	background-color: #ffffff;
}

footer {
	margin-top: 2rem;
	padding: 1rem;
	width: 100%;
	color: #fff;
	background-color: #000;
	clear: both;
}

footer .col:first-of-type {
	margin: 0 auto;
	text-align: center;
}

footer h3,
footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #ffde05;
}

nav.footer_nav {
	margin: 1rem 0;
	padding: 0;
	border-bottom: none;
}

nav.footer_nav li {
	margin: 0 .75rem .75rem 0;
	padding: 0;
}

nav.footer_nav a {
	border: 1px solid #ffde05;
}

nav.footer_nav a:hover,
nav.footer_nav a:focus {
	color: #000;
	background-color: #ffde05;
	border: 1px solid #fff;
}

nav.social {
	margin-bottom: 0;
	padding: 0;
	display:flex;
	color: #fff;
	text-transform: none;
	border-bottom: none;
	justify-content: center;
}

nav.social p {
	margin: 0;
	flex-shrink: 0;
}

nav.social li {
	margin: 0 .25rem;
	padding: 0 .1rem;
	width: auto;
	list-style: none;
	border-bottom: none;
}

nav.social a {
	padding: .25rem;
	display: block;
	color: #000;
	background-color: #ffde05;
	border: 1px solid #ffde05;
	border-radius: 50% 50%;
}

.social a:hover,
.social a:focus {
	color: #ffde05;
	background-color: #000;
	border: 1px solid #ffde05;
}

.social svg {
	display: block;
	width: auto;
	height: 20px;
	fill: #000;
}

.social a:hover svg,
.social a:focus svg {
	fill: #ffde05;
}

@media screen and (min-width: 37.5rem) {

	.single .ad_wrapper.skyscraper {
		float: right;
		margin: 1.5rem 0 1.5rem 1.5rem;
	
	}

	img.alignleft,
	figure.featured,
	figure.alignleft,
	.wp-block-image .alignleft,
	.wp-post-image.alignleft {
		float: left;
		margin: 2rem 2rem 2rem 0;
	}
    
	img.alignright,
	figure.alignright,
	.wp-block-image .alignright,
	.wp-post-image.alignright {
		float: right;
		margin: 2rem 0 2rem 2rem;
	}
    
	img.aligncenter,
	figure.aligncenter,
	.wp-block-image .aligncenter,
	.wp-post-image.aligncenter {
		display: block;
		clear: both;
		margin: 2rem auto;
		text-align: center;
	}

	figure.alignleft,
	figure.alignright,
	figure.aligncenter {
		display: table;
	}

	figure.alignleft figcaption,
	figure.alignright figcaption,
	figure.aligncenter figcaption{
		display: table-caption;
		caption-side: bottom;
	}
}

@media screen and (min-width: 48rem) {

	header {
		display: flex;
		align-content: space-between;
		justify-content: space-between;
	}

	.logo {
		margin: auto;
		text-align: left;
		flex: 1;
	}

	.logo img {
		margin: 0;
		max-width: 400px;
		text-align: left;
	}

	.magazine {
		background: #ffde05 url(img/magazine_bg.jpg) center right no-repeat;
		background-size: cover;
	}

	.magazine h2 {
		font-size: 2rem;
	}

	.magazine img {
		max-width: 250px;
		height: auto;
	}
}

@media screen and (min-width: 56.25rem) {

	nav {
		margin: .5rem auto;
	}

	nav .mobile {
		display: none;
	}

	nav ul,
	.footer_nav ul {
		display: flex;
		justify-content: flex-start;
	}

	nav li {
		width: auto;
		border-bottom: none;
		padding: 0 .5rem;
	}

	nav a {
		display: block;
		padding: .5rem;
	}

	nav > li:first-of-type a {
		padding-left: 0;
	}

	nav > li:last-of-type a {
		padding-right: 0;
	}

	nav .sub-menu.open {
		position: absolute;
		z-index: 10;
		width: auto;
		min-width: 10rem;
		color: #fff;
		background-color: #000;
		box-shadow: 0 0 10px #363636;
	}

	nav .sub-menu.open li:hover,
	nav .sub-menu.open li:focus,
	nav .sub-menu.open .current_page_item {
		background-color: #000;
	}

	nav .sub-menu.open a {
		color: #fff;
		text-align: left;
	}

	nav .sub-menu.open a:hover,
	nav .sub-menu.open a:focus,
	.sub-menu.open .current_page_item a {
		color: #ffde05;
	}

	.current_page_item:not(.menu-item-home) a,
	.current_page_ancestor .nav_trigger {
		color: #ffde05;
		background-color: #000;
	}

	.single .ad_wrapper.skyscraper {
		float: right;
		margin: 2rem 0 2rem 4rem;
	}

	.post_list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
	}

	.post_list .post_item:first-of-type {
		padding-bottom: 2rem;
		border-bottom: 1px solid #d7d6d6;
	}

	.post_list.secondary {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 2rem;
	}

	.post_list > div {
		display: flex;
		flex-direction: column;
	}

	.post_list .post_item:first-of-type {
		grid-column: 1 / -1;
		flex-direction: row;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.post_list .post_item:first-of-type figure {
		flex: 0 1 60%;
	}

	.post_list .post_item:first-of-type .attachment-card {
		height: 480px;
		width: 700px;
		-o-object-fit: contain;
		   object-fit: contain;
	}

	.post_list .post_item:first-of-type .item {
		flex: 0 1 40%;
		align-self: center;
	}

	.post_list .post_item:first-of-type h2 {
		font-size: 1.75rem;
		line-height: normal;
	}

	.post_list.secondary .post_item:first-of-type {
		flex-direction: column;
		grid-column: unset;
		gap: 0;
	}

	.post_list.secondary .post_item:first-of-type figure,
	.post_list.secondary .post_item:first-of-type .item {
		flex: unset;
	}

	.post_list.secondary .post_item:first-of-type h2 {
		font-size: 1.1rem;
	}

	.magazine_container {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.magazine h2 {
		font-size: 2.386rem;
	}

	.podcasts {
		display: grid;
		grid-template-columns: 78% 20%;
		gap: 1rem;
	}

	.podcast {
		padding: 0;
		background: #efefea url(img/mic.jpg) right center no-repeat;
		background-size: cover;
	}

	.podcast > div {
		padding: 1rem 0 1rem 1rem;
		display: flex;
		justify-content: space-between;
		display: grid;
		grid-template-columns: 225px 55% 20%;
		gap: 1rem;
	}

	.pods {
		display: flex;
		justify-content: flex-start;
	}

	.pods li {
		margin-right: .25rem;
	}

	.support {
		display: flex;
		justify-content: space-between;
		align-content: center;
		display: grid;
		grid-template-columns: 3fr 1fr;
	}

	.support .link {
		border-left: 1px solid #ffde05;
		border-right: 1px solid #ffde05;
		text-align: center;
		align-self: center;
	}

	.editors_pick {
		display: grid;
		grid-template-columns: 3fr 1fr;
		gap: 4rem;
	}

	.editors_pick .post_item {
		display: flex;
		flex-direction: column;
	}

	.newsletter {
		display: flex;
		justify-content: space-between;
		align-content: center;
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 2rem;
	}

	footer {
		display: inline-block;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 3.5rem;
	}

	.col:first-of-type {
		text-align: left;
		flex: 0 1 40%;
	}

	.col:last-of-type {
		flex: 0 1 55%;
	}
}

@media screen and (min-width: 67.5rem) {
	
	.logo img {
		max-width: none;
	}
}