/* 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;
}