.full-width-issuu div.issuuembed {
	width: 100% !important;
	min-height: 60vw;
	max-height: 720px;
}

.color_blocks_with_icon .wp-block-coblocks-feature__inner {
	padding-bottom: 3em;
	border-radius: 9px;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.3 );
}

.color_blocks_with_icon .wp-block-coblocks-feature__inner .wp-block-coblocks-icon {
	margin: 1em 0 0 0;
}

.igb_pullquote-right {
	float: right;
	width: 50%;
	padding: 1em;
	line-height: 1.1;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.3 );
	margin-left: 2em;
	border-radius: 12px;
}


.igb_pullquote-left {
	float: left;
	width: 50%;
	padding: 1em;
	line-height: 1.1;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.3 );
	margin-left: 2em;
	border-radius: 12px;
}

.post__content figure.igb_pullquote-right {
	margin-bottom: 0.5em;
}

.igb_pullquote-right blockquote,
.igb_pullquote-center blockquote{
	padding: 0;
	margin: 0;
}

.post__content .igb_pullquote-right blockquote  p,
.post__content .igb_pullquote-center blockquote p, .post__content .igb_pullquote-left blockquote  p,{
	margin: 0;
}



.igb_pullquote-center {
	width: 80%;
	clear:both;
	margin: 0 auto;
	padding: 1em;
	line-height: 1.1;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.3 );
	border-radius: 12px;
	margin-bottom: 1em;
	margin-left: auto !important;
	margin-right: auto !important;
}

ul.is-style-none li {
	padding-bottom: 1em;
}

.centered_tweet .twitter-tweet.twitter-tweet-rendered {
	margin: 0 auto;
}

.polaroid_style img {
	margin-bottom: 0;
}

.polaroid_style_right {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	padding: 5px 15px 0 0;
	margin-left: 2em;
	margin-right: -3em;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	transform: rotate(1deg);
	max-width:70%;
}
.polaroid_style_right figure {
	border: 1px solid rgba(0,0,0,0.15);
	
}

.polaroid_style_left {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	padding: 5px 0 0 15px;
	margin-right: 2em;
	margin-left: -3em;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	transform: rotate(-1deg);
	max-width:70%;
}
.polaroid_style_left figure {
	border: 1px solid rgba(0,0,0,0.15);
	
}

.polaroid_style_center {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px 15px 2px 15px;
	margin: 10px auto;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	max-width:90%;
}

span.episode_label {
	font-size: 70%;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	line-height: 1;
}

#main {
	max-width: 100vw;
//	overflow-x: hidden;
}

/* 2022.03.22 CJ - https://github.com/a8cteam51/it-gets-better/issues/970 */

.blog a.grid-item__read-more {
    background-color: #fcb900;
  	border-color: #fcb900;
    text-transform: capitalize;
    border-radius: 0;
    line-height: 40px;
    height: 100%;
    padding: 0 30px;
	  transition: 0.3s all;
}

.blog a.grid-item__read-more:hover {
    background-color: transparent;
    border-color: white;
}
.page-id-76769 .post__content {
	max-width:920px;
}

/* 2021.12.07 DR footer logo img percentage decrease */

.site-header__logo-small {
	max-width: 75%;
}

.post--glossary .post__featured-image {
	display: none;
}

.post--glossary .wp-block-cover.alignfull {
		position: relative;
		width: 100vw;
		margin-left: calc((1.875rem / -2) - 0.7em);
}

.sharedaddy.sd-sharing-enabled {
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 60rem) {
	.post--glossary .wp-block-cover.alignfull {
			margin-left: calc((34.375rem / 2) - 0.7em);
			transform: translate(-50vw, 0);
	}
}

.tiktok-embed {
  margin: 0 !important;
}
.wp-block-embed.wp-block-embed-tiktok {
    margin-bottom: 0 !important;
    overflow: hidden;
}

/* 6/9/2021 UL on Simple Events pages */

.single-se-event .wp-block-group__inner-container ul {
	margin-left: 15px;
	padding-left: 15px;
	list-style: disc;
}

.single-se-event .wp-block-group__inner-container ul a:link, .single-se-event .wp-block-group__inner-container ul a:visited {
	color: #45ACCE;
	text-decoration: underline;
}

/* 6/3/2021 YT video on new About Gutenberg page */

@media screen and (min-width: 599px) {
  .about-page-yt-vid {
    max-width: 75%;
		margin-left: auto;
		margin-right: auto;
		padding-top:0;
  }
	
	.about-page-yt-vid .wp-block-group__inner-container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* HOTFIX 2021-10-29 CWJ */
.single-glossary .post__meta {
	position: static;
	color: #2E2037;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	transform: none;
}


.single-glossary .is-content-justification-center .wp-block-button {
	display: flex;
	justify-content: center;
	padding: 15px 0;
}

.single-glossary .is-content-justification-center .wp-block-button .wp-block-button__link {
   padding: 0 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}



/* HOTFIX 2021-02-12 @mdrovdahl per https://app.frontapp.com/open/msg_9gdp3r8 */

.link--connect-with-us a { position: relative; }
.link--connect-with-us a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	height: 2px;
	background-color: #5e3a7e;
	transition: all 0.3s;
}

.link--connect-with-us a:hover:after {
	right: 0;
}

.social-connect-block .social-connect__icon svg {
	transition: all 0.3s;
	position: relative;
}

.social-connect-block a:hover svg {
	background-color: #5e3a7e;
}

#product-71071 .availability_date {
	display: none;
}

.page-id-70224 .post__header {
  opacity: 0;
  margin: 30px 0;
}

#contact-form-70224 {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
}

#contact-form-70224 label {
	color: #5e3a7e;
}

#contact-form-70224 .wp-block-jetpack-button {
	text-align: center;
}

.embed-container {
	position: relative;
	padding-bottom:56.25%;
	height:0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.se-event-calendar-export {
	display:none;
}


.video-search__button {
	margin: 0rem 1.25rem 1.25rem 0rem;
}

.video-search__button:last-child {
    margin-right: 0;
	margin-bottom: 1.25rem;
}

.video-search {
    margin-bottom: 4.6875rem;
}

body:not(.no-js) .video-search__form[aria-hidden="false"] {
    height: 11.25rem;
}

.woocommerce-cart .post__content, .woocommerce-cart .post__header.no-post-image, .woocommerce-checkout .post__content, .woocommerce-checkout .post__header.no-post-image, .woocommerce-account .post__content, .woocommerce-account .post__header.no-post-image {
	max-width:69%;
}

.availability_date {
	color: #CEBFD8;
}

div.product {
overflow:auto;
}

ul#menu-countries.footer-dropdown__menu {
	min-height: 200px;
}

/* Centers all Instagram embeds */
.instagram-media {
    margin: auto !important;
}

.modal .sharedaddy.sd-sharing-enabled {
    text-align: left;
}

/* TR - Mobile nav */
.nav-open .header-nav__inner-wrapper {
	display: block;
}