/*!
Theme Name: UF HWCOE 2018 Child
Theme URI: https://www.eng.ufl.edu/about-this-site/
Description: Child theme for UF HWCOE
Author: HWCOE MARCOM
Author URI: https://www.eng.ufl.edu/
Template: hwcoe-ufl
Version: 1.1.0-beta
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*TablePress Styles*/
#tablepress-4 td {
background-color: transparent;
}

/*Newsletter Pages Styles*/
#wpsp-3025 .wp-show-posts-entry-summary p {
	text-align: center;
}

.post-template-single-post-newsletter h3 {
	color: #bc581a;
	margin-bottom: 15px;
}

.nl_header h3 {
	margin: 0;
}

.newsletter_details h3 {
	margin-bottom: 0px;
}

.newsletter_details h2 {
	clear: both;
	padding-top: 20px;
}

.nl-featured-story {
	width: 47%;
	float: left;
	margin-right: 30px
}

.nl-featured-story h3 {
	margin-bottom: 40px;
}

.nl-featured-story img {
	margin: 0 auto 10px;
	width: 100%;
}

.nl-featured-story:nth-child(3) { 
	margin-right: 0;
}

.nl-faculty-story img, .nl-events-story img, .nl-students-story img, .nl-digital-story img {
	float: left;
	padding: 0 20px 20px 0;
}

.nl-digital-story img {
	max-width: 252px;
}

.nl-faculty-story, .nl-events-story, .nl-students-story, .nl-digital-story {
	clear: both;
	margin: 0 0 20px;
	position: relative;
}


@media (max-width: 560px) {
/*Newsletter Pages Styles*/
	.newsletter_details h2 {
		text-align: center;
	}
	.nl-featured-story {
		width: 100%;
		margin-right: 0;
	}
	.nl-faculty-story img, .nl-events-story img, .nl-students-story img, .nl-digital-story img {
		float: none;
		margin: auto;
		padding: 0 0 20px 0;
		width: 100%;
		max-width: 100%;
	}
	.nl-faculty-story, .nl-events-story, .nl-students-story, .nl-digital-story {
		height: auto;
	}	
}