/*
 Theme Name:   Carnegasm Theme
 Theme URI:    https://www.carnegasm.com
 Description:  Carnegasm Theme
 Author:       Josh Koop
 Author URI:   https://joshkoop.com
 Template:     generatepress
 Version:      0.1
*/

figcaption {font-size: small;}

.takeaways + ul {
	margin-left: 0px;
	list-style: none;
}

.takeaways + ul li {
	margin-bottom: 16px;
	border-left: 4px solid #E52322;
	padding-left: 16px;
	font-size: 14px;
}

.no-ul:hover {text-decoration:none;}

.entry-content img {
    /*border-radius: 8px 8px 8px 8px;*/
    box-shadow: 5px 5px 15px 6px rgba(0,0,0,0.5);
}