/*
Theme Name: Smart Magazine Child Theme
Theme URI: http://mag-themes.com/smart-magazine/
Author: University of Missouri Libraries
Author URI: http://library.missouri.edu
Template: smart-magazine
*/

/*Theme modifications*/
	a:hover,a:visited{	
	/*text-decoration:none;*/
	color:#444;
}
.social ul li a{
	font-size:16px;
margin: 5px;		
}
.site-footer{
	background:#444;
	color:#fff;
	padding-top: 1em;		
}
.byline .cat-links a {
	background: #f1b82d;
}

.gum_post_data ul, .gum_post_block_meta .cat  {
	display: none;
}
.gum_breadcrumb {display: none;}
footer a {text-decoration: underline}

/*------Kelli's additions----------------*/
article a {		
text-decoration: underline;		
}

#content_wrapper .single_post_block > a:first-child {
	display: block;
	height: 17em;
	overflow: hidden;
	background: #333;
	position:  relative;
	box-shadow: 5px 5px 3px #ddd;
	border: 1px solid #ddd;
}

.single_post_block > a:first-child img {
    position:  absolute;
    top:  50%;
    transform: translateY(-50%);
}
.grid_heading {
	padding-top: 1.5em;
}
.featured_image img {
	width: auto;
	display: block;
	margin: 0.5em auto;
}
h2.entry-title {
	margin-top: 2em;
}
span.tags-links, span.comments-link {
	background-color: #f2f2f2;
	display: block;
	width: 100%;
padding: 1em;
}
.homepage_header .textwidget {
width: 100%;
display: table;
table-display: fixed;
padding: 2em 0;
text-align: center;
}
.homepage_header .textwidget ul.icon-list {
display: table-row;
list-style: none;
margin: 0 auto;
padding: 0;
text-align: center;
}
.homepage_header .textwidget ul.icon-list li {
display: table-cell;
list-style: none;
font-weight: bold;
font-size: 1.25em;
}
#header-wrapper {
background: #444;
border-bottom: 5px solid #f1b82d;
}
#header-wrapper .container {
background: transparent;
}
.unit-sig {
background: url(http://library.missouri.edu/news/wp-content/uploads/sites/53/2016/04/MU_UnitSig_Libraries_horiz_RGB_REV.png) no-repeat;
background-size: contain;
display: block;
width: 100%;
height: 100px;
}
.unit-sig:after {
  content: "";
  display: table;
  clear: both;
}
.unit-sig a[title="University of Missouri"] {
display: table-cell;
height: 100px;
width: 80px;
}
.unit-sig a[title="Libraries, University of Missouri"] {
display: table-cell;
height: 100px;
width: 225px;
}
.unit-sig span {
display: none;
}
#text-6 {
    font-size: 18px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#text-6 ul {
	display: table-row;
	margin: 0;
	padding: 0;
	width: 100%;
}
#text-6 li {
	display: table-cell;
	margin: 0;
	padding: 0 0.25em;
	text-align: center;
	border-bottom: none;
	width: 33%;
}
#text-6 span {
    display: block;
    font-size: 0.7em;
    text-align: center;
}
h3.footer-widget-title {
    font-style:  normal;
    font-size:  1em;
}

footer .wysija-submit.wysija-submit-field {
-webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000;
  font-size: 12px;
  background: #f1b82d;
  padding: 5px 10px 5px 10px;
  border: solid #444 1px;
  text-decoration: none;
}

#search-2 {
    display:  table-cell;
    width: 75%;
    padding-top:  15px;
}
#search-2 > form {
display:  block;
    float:  right;
    width: 50%;
}

div.featured_image {
	float:  right;
	margin:  1em;
	max-width: 50%;
}
article img {
	max-width: 100%;
	height: auto;
	display:block;
}
.site-footer a:link {
   color: white;
}

.site-footer a:visited {
   color: white;
}

.site-footer a:hover {
   color: white;
}

.site-footer a:active {
   color: white;
}

