/*.single-post-container {max-width:900px;}*/



.articles-list-card .post-excerpt {font-family:"Lora",serif;}
.articles-grid3-card .post-meta {font-size:14px;}

#temp-grid-style .articles-list-card .post-title, #temp-grid-style1 .articles-list-card .post-title {font-size:26px;line-height:36px;}
#temp-grid-style .articles-list-card .post-excerpt {display:none;}
#temp-grid-style1 .articles-list-card .orbit-thumbnail-bg {min-height:200px;}
#temp-grid-style1 .articles-list-card .post-excerpt {font-size:18px;line-height:26px}

#our-network .panel-background-overlay {
  background-repeat: no-repeat;
  background-position: bottom left;
	background-size: 20% !important
}

/*EFFECTS*/
.asdp-cat-pill {padding:2px 6px;border-radius:2px;}

.asdp-hover-1:hover img {filter: saturate(20%) hue-rotate(80deg); transition-duration: 0.5s; transition-property:filter;}
.asdp-hover-1:hover a {transition-property:color;transition-duration:0.3s;}

/*.asdp-hover-2:hover .widget_sow-image {border-top:2px solid green; transition-duration:0.4s;transition-property:border;}*/
.asdp-hover-2:hover a {transition-property:color;transition-duration:0.3s;}

@-webkit-keyframes asdpBG {
		0% {background-position: 100% 50%;}
		50% {background-position: 0% 50%;}
		100% {background-position: 100% 50%;
		}
}

@keyframes asdpBG {
		0% {background-position: 100% 50%;}
		50% {background-position: 0% 50%;}
		100% {background-position: 100% 50%;}
}

.asdp-slide-in-border {position:relative;}
.asdp-slide-in-border::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 5px;
		transition: all 0.3s ease-in-out;
}

.asdp-slide-in-border:hover::after {
		width: 100%;
}
.asdp-slide-in-hr::after {background-color:#93c47d;}

.asdp-img-zoom img {transition:all 0.2s ease-in-out;}
.asdp-img-zoom:hover img {transform:scale(1.04);filter:saturate(20%);}

.round-images img {border-radius:50%;}

/* Footer */
#menu-footer-menu li {
		display: inline-block;
		margin: 0px 20px 0px 0px;
		font-weight: bold;
		font-family: 'Open Sans', sans-serif;
		font-size: 1.2em;
}
#menu-footer-menu {
		padding: 0px;
		margin: 0px;
}

/* MOVE THESE STYLES TO main.css*/
.asdp-black-bg {
		background: linear-gradient(177deg,rgba(11, 11, 11, 1) 40%, rgba(50, 50, 50, 1) 100%);
}

.textwidget p a {border-bottom:1px solid;}
.articles-list-card .orbit-article-db {margin-bottom:40px;}
.post-last-updated-datetime {
  font-style: italic;
}

.scroll-top.show .back-to-top {
	color: #ffffff;
}
.wp-block-pullquote cite, .wp-block-pullquote footer {font-size:16px;}
.wp-block-embed__wrapper .twitter-tweet {margin:20px auto;}

/* Category/archive template container width*/
body.archive main .container {margin:80px auto;max-width:915px;}


@media (max-width:768px) {
		/* HOMEPAGE RESPONSIVENESS */
		.articles-list-card .orbit-thumbnail-bg {min-height:350px;}
		.articles-list-card .post-title {font-size: 26px;line-height: 36px;}
		
		#our-network .panel-background-overlay {background-size: 40% !important;}
}

/* Juxtpose iframe & wrapper inline styles */
/*
.single-post-content .asdp-juxtapose {
	position: relative; 
	width: 100%; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
}

.single-post-content .asdp-juxtapose iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	border: none;
}
*/

.single-post-content .asdp-juxtapose {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.single-post-content .asdp-juxtapose iframe {
 	width: 100%;
  height: 100%;
  border: none;
}

/* ALSO READ BLOCK */
.wp-block-asdp-gutenberg-blocks-also-read {
	background-color: unset;
	border-top: 1px solid var(--post-primary-category-color);
	border-bottom: 1px solid var(--post-primary-category-color);
	border-radius: 0;
}

/* BLURB */
.wp-block-group.is-style-ad-blurb-group {
	background-color: #f2f2f2
}