body {
    margin: 0px;
    padding: 0px;
    font: 14px Inter, Helvetica, Arial, sans-serif;
    color: black;
    background: #F9F9F9;
    font-feature-settings: 'liga' 1, 'calt' 1, 'dlig' 1, 'ss03' 1, 'ss02' 1;
}

@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}a:hover {
    color: #ed1c24;
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
    line-height: 20px;
    font-size: 14px;
    text-transform: none;
}

#container {
    margin: 0px auto;
    position: relative;
    max-width: 900px;
    display: flex;
    gap: 50px;
    padding: 50px;
}

#metabar {
	flex-basis: 250px;
	flex-grow: 1;
	text-align: right;
	margin-top: 25px;
}

#content {
	flex-basis: 0;
	flex-grow: 999;
	min-inline-size: 60%;
}

#logo {
    height: 80px;
    display: block;
    margin-left: auto;
    margin-bottom: 25px;
}

#metabar h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	font-size: 25px;
}

/* metabar */

#metabar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	border-top: 2px solid #ed1c24;
	padding-top: 25px;
}

#metabar ul li {
	font-size: 18px;
	padding: 5px 0px;
}

#metabar ul li .active{
	color: #ed1c24;
}

#copyright {
	margin-top: 25px;
	border-top: 2px solid #ed1c24;
	padding-top: 25px;
	font-weight: 600;
}

#post_signup {
	margin-top: 25px;
	border-top: 2px solid #ed1c24;
	padding-top: 25px;
}


.text_input {
	margin: 0;
	padding: 0;
	border: 2px solid white;;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 20px;
	color: #ed1c24;
	line-height: 16px;
	display: inline-block;
	width: 100%;
	height: 20px;
	vertical-align: top;
	-webkit-transition: 0.3s ease-in-out, background 0.3s ease-in-out;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 25px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	padding-right: 50px;
}

.text_input:focus {
	border: 2px solid #00aef0;
	color: #00aef0;
	outline-color: transparent;
  outline-style: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ed1c24;
    -webkit-transition: 0.3s ease-in-out
}.text_input:focus::-webkit-input-placeholder { /* WebKit browsers */
    color: #00aef0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ed1c24;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ed1c24;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #ed1c24;
   -webkit-transition: 0.3s ease-in-out
}

.mc-field-group {
	position: relative;
}

.form_submit {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background: #ed1c24;
	color: white;
	border: none;
	line-height: 16px;
	border: 4px solid #ed1c24;
	padding: 8px 10px;
	padding-bottom: 8px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: background, border 0.3s ease-in-out, background 0.3s ease-in-out;
	font-weight: 600;
	font-size: 14px;
	border-radius: 22px;
	position: absolute;
	top: 2px;
	right: 2px;
}

.form_submit:hover {
	background: #00aef0;
	border: 4px solid #00aef0;
}

.mc-field-group {
	margin: 0;
	padding: 0;
	margin-top: -10px;
}

.mail_label {
	display: none;
}


/* individual post */

.item {
	border-radius: 25px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1), 0px 15px 70px rgba(0,0,0,0.05);
	background: white;
	
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}

.item_contents {
	margin: 25px;
}

.item_footer {
	xborder-top: 2px solid rgba(0,0,0,0.1);
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 15px;
	position: relative;
	padding-bottom: 15px;
}

.item_footer p {
	margin: 0px;
	padding: 0px;
}

.item_footer:before {
	content: "";
	display: block;
	height: 2px;
	xbackground: white;
	backdrop-filter: brightness(0.4) invert(1);
	-webkit-backdrop-filter: brightness(0.4) invert(1);
	position: absolute;
	top: 0px;
	width: 100%;
	opacity: 0.15
}

.item_footer .item_date {
	position: absolute;
	right: 0px;
	top: 15px;
}

.item h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 40px;
}

.item h2 a {
	font-weight: 900;
	
}

.image_header_background {
	height: 300px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-position: center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.photo_header {
	width: 100%;
}

.header_overlay {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	xbackdrop-filter: blur(50px) saturate(2) brightness(1.5);
	-webkit-backdrop-filter: blur(50px) saturate(2) brightness(1.5);

	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.item .packshot {
	width: 250px;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.2), 0px 0px 0px 0.5px rgba(255,255,255,0.1);
}

.item .read_more {
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 25px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
	display: inline-block;
	padding: 10px 15px;
	background: #ed1c24;
	color: white;
}.item .read_more:hover {
	background: black;
}

.item .quote {
	border-left: 4px solid #ed1c24;
	padding-left: 25px;
	margin-bottom: 25px;
}
.item .quote p{
	font-style: italic;
	color: #ed1c24;
}
.item .quote p:last-child{
	margin-bottom: 0px;
}

.item_contents .item_date {
	color: rgba(0,0,0,0.5);
	font-weight: 600;
	margin-top: -15px;
	margin-bottom: 25px;
}

.item iframe {
	max-width: 100%;
}

#article_nav {
	text-align: center;
}

#article_nav a{
	margin: 10px;
}

/* table styles */

.info_table {
	margin: 50px 0px;
	font-size: 18px;
	border-collapse: collapse;
	width: 100%;
	xborder-top: 8px solid #ed1c24;
	border-bottom: 8px solid #ed1c24;
}

.info_table td {
	border-bottom: 4px solid #ed1c24;
}

.info_table .table_number {
	font-size: 25px;
	text-align: center;
	padding: 10px;
	width: 50px;
}

.table_title {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: -50px;
	background: #ed1c24;
	padding: 10px;
	color: white;
	margin-top: 50px;
}

/* search */

#search .item_contents{
	text-align: left !important;
}

#search .gs-title {
	text-decoration: none !important;
	font-size: 20px !important;
}

#search .gsc-table-result {
	text-transform: none !important;
}

#search .gsc-webResult.gsc-result {
	border-bottom: 2px solid #ed1c24;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#search .gsc-table-result {
	margin-top: 20px;
}

/* responsive layout */


@media screen and (max-width: 750px) {
	#container {
		gap: 25px;
		padding: 25px;
	}
	
	.item {
		margin-bottom: 25px;
	}
	
	.item h2 {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width: 610px) {
	#metabar {
		flex-basis: 150px;
	}
}

@media screen and (max-width: 580px) {
	#container {
		display: block;
		padding-bottom: 400px;
	}
	#metabar {
		text-align: left;
		margin-bottom: 25px;
		border-bottom: 2px solid #ed1c24;
		padding-bottom: 25px;
		margin-top: 0px;
	}
	
	#metabar ul {
		overflow: hidden;
	}
	
	#metabar ul li{
		float: left;
		margin-right: 10px;
	}
	#meta_extra {
		position: absolute;
		bottom: 25px;
		left: 25px;
		right: 25px;
	}
	#logo {
		margin-left: 0;
	}
}

@media screen and (max-width: 400px) {
	#container {
		padding: 15px;
		padding-bottom: 400px;
	}
	
	#meta_extra {
		position: absolute;
		left: 15px;
		right: 15px;
	}
	
	#metabar {
		padding-bottom: 15px;
	}
	
	#metabar ul {
		padding-top: 15px;
	}
	
	#metabar ul li {
		font-size: 14px;
	}
	#copyright {
		margin-top: 15px;
	}
	
	.image_header_background {
		height: 200px;
	}
	
	.item .packshot {
		width: 180px;
	}
}

/* article styling */

.footnote {
    border-top: 2px solid #ed1c24;
    margin-top: 40px;
    width: 60%;
    font-size: 0.8em;
    padding-top: 20px;
}

.footnote p {
    font-size: 12px;
    opacity: 0.6;
}

.videoembed object, .videoembed embed, .videoembed iframe, blockquote object, blockquote embed{
   width: 100%;
}

.videoembed {
	background: rgba(0,0,0,0.05);
	padding: 25px;
	border-radius: 22px;
	margin-bottom: 25px;
}

.float_right {
    float: right;
    margin-left: 20px;
    margin-right: -50px;
}

.float_left {
    float: left;
    margin-right: 20px;
    margin-left: -50px;
}

.inline_photo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.centre {
    position: relative;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

blockquote {
	border-left: 2px solid #ed1c24;
	padding-left: 20px;
	margin: 0px;
	margin-left: 20px;
}

blockquote p {
	font-style: italic !important;
}

.article_divider {
	text-align: center !important;
	xmargin: 100px 0px !important;
	xmargin-bottom: 100px !important;
}

.item.blog .item_contents ul {
	margin: 0px;
	padding: 0px;
	color: black;
	line-height: 30px;
	font-size: 20px;
	font: 20px "chaparral-pro", Georgia, Times, serif;
	text-transform: none;
}

.item.blog .item_contents ul li {
	margin-bottom: 30px;
	margin-left: 20px;
	font-style: italic;
}

.image_header_background.inline_packshot {
	margin-bottom: 25px;
	border-radius: 10px;
}

.image_header_background.inline_packshot .header_overlay{
	border-radius: 10px;
}

/* twenties */

#image_header.twenties {
    background: #c0bec2;
    overflow: hidden;
}

#post #image_header.twenties h2 {
    position: relative;
    color: white;
    width: 100%;
    padding-top: 120px;
    background: none;
    font-size: 30px;
    margin-left: 20px;
}

#post #image_header.twenties #tw_items {
    margin: 20px;
}

#post #image_header.twenties #tw_items .track img{
    height: 500px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1), 0px 10px 30px rgba(0,0,0,0.1);
}