/* EDITS FOR THE LONGEST YEAR POST - WE CAN INCORPORATE THESE INTO THE THEME FOR PHASE 2 BLOCK PATTERNS - ADDED BY @MICHIECAT JAN 4-7, 2021. SOME STYLES ARE TIED TO THE CLASS OF THE PAGE BODY ... TEMP FIX UNTIL WE CAN MOVE TO THE THEME. */

/* Reduce top & bottom spacing for the main hero cover block */
.article-hero {
	margin-bottom: 0;
	margin-top: -2.3em;
}

/* hide title on this page*/
.page-id-894619 .entry-header {
	display: none;
}

@media screen and (min-width: 57.8125em) {
.page-id-894619.single .hentry, 
	.page-id-894619 .sticky.hentry {
    padding-top: 0;
}
}

/* Use Adelle for all headings on this page */
.page-id-894619 h2,
.page-id-894619 h3 {
	font-family: Adelle, serif;
}

/* Reduce size for dropcaps on this page - be sure to change ID */
.page-id-894619 .has-drop-cap:not(:focus):first-letter {
    font-size: 4.525rem;
	margin: .05em .08em 0 0;
}

/* Dress up h3s for this post -- can be a block style for the future. Note page id class in use */
.page-id-894619 h3 {
	border-bottom: 1px solid #757575; 
	padding: 0 0 1rem;
}

/* Spice up blockquotes on this page - can be a new style option for blockquotes in the future */
.page-id-894619 blockquote {
	color: #000;
	border-bottom: 1px dotted #006bbd;
		font-family: Adelle, serif;

	padding: 2rem;
margin-top: 3rem;
	margin-bottom: 4rem;
}

.page-id-894619 blockquote p:first-of-type:before {
	content: "\201C";
		display: block;
	color: #006bbd;
	font-family: Adelle, serif;
	font-size: 8rem;
	line-height: 4rem;
		margin-bottom: -2rem;
}

/* Loosen horizontal spacing around left-and right-aligned images. This might need to be a theme-wide fix. */

.page-id-894619 .wp-block-image .alignleft {
    margin: .5em 2.1em 2.1em 0;
}

.page-id-894619 .wp-block-image .alignright {
    margin: .5em 0 2.1em 2.1em;
}

/* Darken the horizontal separator on this page so that it stands out better. This can be a new separator style in the future. */
.page-id-894619 .wp-block-separator.is-style-default {
	background-color: #757575;
	opacity: 0.7;
}


/* Remove top margin from intro group, which has a custom CSS class. Can make this a pattern later */
.intro-group {
	margin-top: 0;
}


/* Spacing around intro paragraph -- groups being annoying. first, default margins and then margins on larger screens */
.intro-section {
	margin: 0 7.6923%;
}

@media screen and (min-width: 57.8125em) {
.intro-section {
    margin-right: 25.6471%;
    margin-left: 25.6471%;
}
}

@media screen and (min-width: 51.755em) {
.intro-section {
    margin-right: 27.6471%;
    margin-left: 17.6471%;
}
}


/* Reduce header top margins on smaller screens on this page */
.page-id-894619 .entry-content h1, 
.page-id-894619 .entry-content h2, 
.page-id-894619 .entry-content h3, 
.page-id-894619 .entry-content h4, 
.page-id-894619 .entry-content h5, 
.page-id-894619 .entry-content h6 {
    margin-top: 0;
}

/* Special class for spacing of captions inside images on small screens - will be a new block pattern */
@media screen and (max-width: 37.5625em) {
.photo-interior-caption 
	.wp-block-columns {
		padding: 0 2rem;
	}
}

/* Reduce the width a bit of wide images on larger screens */
@media screen and (min-width: 51.755em) {
.page-id-894619 .alignwide {
    margin: 32px calc(20% - 20vw);
    width: 70vw;
}
}

@media screen and (max-width: 37.5625em) {
.page-id-894619 .alignwide {
    margin-left: 0;
}
}
	
/* Pullquote cleanup */
.page-id-894619	 .wp-block-pullquote blockquote {
	border: none;
	font-family: Adelle, serif;
	font-size: 0.9rem;
	padding: 0;
	max-width: 70%;
	}

.page-id-894619	 .wp-block-pullquote blockquote p:before {
	display: none;
}

.page-id-894619	 .wp-block-pullquote.is-style-solid-color  {
	margin-bottom: 2.5rem;

}

/* TABLE STYLE UPDATES - Jan 22, 2021 */
.entry-content .wp-block-table {
	font-size: 16px;
	hyphens: none;
}

table,
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #aaa;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes tbody tr td:first-of-type {
	    background-color: rgb(235, 242, 255);
}


.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}

@media screen and (max-width: 700px ) {
	.data-table  {
		overflow-x: auto;
	}
	
	.data-table .wp-block-table {
		width: 700px;
	}
	
	.entry-content .wp-block-table {
		font-size: 0.9rem;
	}
}

/* Temp fix for featured image move to template as part of editor fixes phase II work */
.entry-header-background {
    min-height: 600px;
}

@media screen and (max-width: 500px ) {
	.entry-header-background {
    min-height: 300px;
}

}
	
/* 2022.01.03 DR Podcast elements hide newsletters page */
	
	.page-id-896107 .upw-posts {
		display: none;
	}

	.page-id-896107 .widget-title {
		display: none;
	}
	
/* 2022.01.05 DR Newsletters styling updates */
		
	.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
		width: 910px;
		border: 1px;
		margin-bottom: 100px;
	}
	
	.nsltr-info {
font-family: Adelle;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
/* or 150% */
	}

.wp-block-mailster-form-outside-wrapper.mailster-block-form-type-content input,
.wp-block-mailster-form-outside-wrapper.mailster-block-form-type-content .submit-button {
	height: 52px !important;
	padding: 17px 10px 16px !important;
	
}
	
/* GH185 - TR - 25/10/22 */
	div.mailpoet_form_slide_in {
		padding: 40px !important;
		    box-shadow: 0 4px 35px 0 rgba( 0, 0, 0, 0.2) !important;
		> img {
			right: auto;
			left: 10px;
			top: 10px
		}
		fieldset {
			display: flex;
			column-gap: 20px;
			label {
				font-size: 15px;
				
				input {
					margin-right: 5px;
					position: relative;
					top: 1px;
				}
			}
			legend {
				font-weight: 600 !important;
				margin-bottom: 7px;
				font-size: 17px;
				flex-basis: 100%;
			}
		}
		input[type="email"] {
			background-color: #ffffff;
			border-style: solid;
			border-radius: 0px !important;
			border-width: 1px;
			border-color: #e3e3e3;
			padding: 5px 12px !important;
			margin: 0 auto 0 0;
		}
		input[type="submit"] {
			background-color: #006bbd;
			border-style: solid;
			border-radius: 0px !important;
			border-width: 1px;
			border-color: #abb8c3;
			padding: 5px;
			margin: 0 auto 0 0;
			font-size: 16px;
			line-height: 1.5;
			height: auto;
			color: #ffffff;
			font-weight: 400;
			letter-spacing: 0.1em;
		}
	}

/* 2022.11.14 DR Newsletters styling updates */

 input.mailpoet_submit {
 height: 46.2px;
 font-size: 18px;
}

input.mailpoet_text {
	height: 46.2px; 
}

/* 2022-11-18 DR Hide author on mailpoet template */

.mailpoet_page-template-default div.author-info {
	display: none;
}

/* 2022-12-05 DR Newsletter slide-in */

.wp-block-group.group-border {
	border:1px solid rgba(0,0,0,0.2);
	padding: 20px;
}

.mailpoet_message {
	color: #232323 !important;
    font-family: "Libre Baskerville", georgia, serif !important;
}

/* Newsletter Photos Page DR */

.page-id-919172 .wp-block-group.alignwide {
  width: 910px;
  max-width: 90vw;
  margin-left: -455px;
  margin-right: -455px;
}

@media (max-width: 940px) {
.page-id-919172 .wp-block-group.alignwide {
    margin-left: auto;
    margin-right: auto;
    position: static;
    max-width: 100%;
  }
	
.page-id-919172 .wp-block-post-date {
  text-transform: uppercase;
  color: #666;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1875em;
}


/* Newsletters Page - TR */
@media (max-width: 782px) {
	.hide-on-mobile {
		display: none;
	}
}

.page-id-896107 .wp-block-group.alignwide {
  width: 910px;
  max-width: 90vw;
  margin-left: -455px;
  margin-right: -455px;
}

@media (max-width: 940px) {
.page-id-896107 .wp-block-group.alignwide {
    margin-left: auto;
    margin-right: auto;
    position: static;
    max-width: 100%;
  }
}
.page-id-896107 .previous-letters-list li {
	padding: 0;
	margin-bottom: 2rem;
}
.page-id-896107 .previous-letters-list li .wp-block-post-date {
  font-size: 1.05rem;
}
.page-id-896107 .previous-letters-list li .wp-block-post-title {
  margin: 0;
}
.page-id-896107 .previous-letters-list li + li {
	border-top: none;
}
.page-id-896107 .wp-block-post-date {
  text-transform: uppercase;
  color: #666;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1875em;
}

.postid-916271 .entry-header-background {
	display:none;
}

.postid-916271 .entry-header-caption {
	display: none;
}