/* RESOURCE CENTER 
overrides and new for Resource Center pages
some styles still contained in smarsh.scss/ smarsh.css */


/* --- GLOBAL --- */

body .post-content a:hover {
	text-decoration:none;
}

/* accordion element */
.single .accordion-v5 .panel-default .panel-heading {
	background-color:transparent;
}

.resource-results .post .post-image {
	/*border-width: 1px;
	border-color: rgba(18, 24, 54, 0.7);
	border-style: solid;*/
}

.resources-home-page .post.press-release p {
	font-size: 14px;
	line-height: 20px;	
}

/* --- END GLOBAL --- */



/*--- SIDEBAR ---*/


/*--- END SIDEBAR ---*/


/* --- POSTS --- */

.resource-results .posts-grid .post.blog .post-content .cat-date span:not(:last-child)::before, 
.resource-results .posts-grid .post.blog .post-content .post-meta span:not(:last-child)::before {
	display: none;
}

.resource-results .post.blog .post-content .post-meta div.author,
.resource-results .post.product-spotlight .post-content .post-meta div.author {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.resource-results .post.blog .post-content .post-meta .date,
.resource-results .post.product-spotlight .post-content .post-meta .date {
	margin-left:44px;
	top:-15px;
} 

/* --- END POSTS --- */



/* --- EVENTS --- */

.resource-results .posts-grid .post.event .post-content .cat-date span:not(:last-child)::before, 
.resource-results .posts-grid .post.event .post-content .post-meta span:not(:last-child)::before {
	display: block;
}

/* --- END EVENTS --- */



/* --- WEBINARS --- */

/* --- END WEBINARS --- */

/* --- PRESS RELEASE / NEWS ITEMS / REGULATIONS / PRODUCT SPOTLIGHT--- */

.post-type-archive-press-release .resource-results .post.press-release,
.post-type-archive-news-items .resource-results .post.news-items,
.regulations-laws .resource-results .post.regulations,
.post-type-archive-product-spotlight .resource-results .post.product-spotlight {
    display: block;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.post-type-archive-press-release .resource-results .post.press-release .post-content h5,
.post-type-archive-news-items .resource-results .post.news-items .post-content h5,
.regulations-laws .resource-results .post.regulations .post-content h5,
.post-type-archive-product-spotlight .resource-results .post.product-spotlight .post-content h5 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    max-width: 80%;
    margin: 0 0 5px
}

.post-type-archive-press-release .resource-results .post.press-release .post-content .excerpt,
.post-type-archive-news-items .resource-results .post.news-items .post-content .excerpt,
.regulations-laws .resource-results .post.regulations .post-content .excerpt,
.post-type-archive-product-spotlight .resource-results .post.product-spotlight .post-content .excerpt {
    font-size: 13px;
    margin: 5px;
    max-width: 80%;
}

.post-type-archive-press-release .resource-results .post.press-release .post-content .post-meta,
.post-type-archive-news-items .resource-results .post.news-items .post-content .post-meta,
.regulations-laws .resource-results .post.regulations .post-content .post-meta,
.post-type-archive-product-spotlight .resource-results .post.product-spotlight .post-content .post-meta {
	margin:0;
}

/* because 'load more' doesn't know what page it is on... fix in ark-core */
.regulations-laws .resource-results .post.regulations .post-content .post-meta,
.post-type-archive-press-release .resource-results .post.press-release .post-image,
.post-type-archive-news-items .resource-results .post.news-items .post-image,
.regulations-laws .resource-results .post.regulations .post-image,
.post-type-archive-product-spotlight .resource-results .post.product-spotlight .post-image {
	display:none;
}

/* --- END PRESS RELEASE / NEWS ITEMS / REGULATIONS / PRODUCT SPOTLIGHT --- */



/*--- ALL RESOURCES ---*/


/*--- END ALL RESOURCES ---*/

/*--- SINGLE CTA ---*/

.single .s-call-to-action-v1 {
    padding: 25px 0;
}

/*--- END SINGLE CTA ---*/



@media (max-width: 567px) {
	.resources-home-page .resource-results .post.press-release, 
	.resources-home-page .resource-results .post.regulations, 
	.resources-home-page .resource-results .post.news-items, 
	.resources-home-page .resource-results .post.product-spotlight {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: 100%;
		margin-bottom: 20px;
		background: #F6F7FF;
	}
	
}

