/*!
Theme Name: The Olympian
Theme URI: uams.edu
Description: Child Theme for UAMS News
Author: UAMS Web Team
Author URI: http://uams.edu
Template: uams-2016
Version: 1.0
 */

/* Site Overrides */
.uams-body.container.margin-bottom-none {
	margin-bottom: 0px;
}
.cards .card .card-content {
	padding: 0 20px 20px;
}
.cards .card.xs .card-content h3 {
	font-size: 24px;
}
.cards .card .card-content h3 {
	margin-top: 16px;
}
.cards .card.xs .card-content p {
	font-size: 16px;
}
.cards .card .card-content > a.more {
	background: gray;
	border: 0;
	color: white;
	padding: 10px;
	width: 100%;
}
.cards .card .card-image img {
	width: 100%
}
.primary-category {
	top: 10px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
}
.primary-category a {
	color: #9d2235;
	border-bottom: none;
}
.primary-category a:hover,
.primary-category a:focus {
	border-bottom-style: dotted;
}
/* Event Post Overrides */
.eventpost_calendar {
	border-color: #DCDADB;
}
.eventpost_calendar tbody td {
	padding: 0.5em 0;
}
.eventpost_calendar tbody button {
	margin: -0.5em 0;
	padding: 0.5em 0;
	background: #DCDADB;
	border: none;
}
.eventpost_calendar tbody button:hover,
.eventpost_calendar tbody button:focus {
	border: none;
}
.eventpost_calendar tbody td.event_post_day_now {
	border-color: #9D2235;
}
#more-stories col-md-4.cards {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 1200px) {
	.featured-grid .card.med {
	  flex: 39em; /* Full Width */
	}
}
@media only screen and (max-width: 991px) and (min-width: 769px) {
	#site-title {
	    max-width: 55%;
	}
}
@media only screen and (max-width: 768px) {
	#site-title {
	    max-width: 90%;
	}
	#site-title h1 {
		font-size: 20px;
	}
	#site-title h1 a.long-title {
		font-size: 24px;
	}
	/* News Cards */
	.card .card-content p {
		font-size: 16px;
	  }
}