/*
Theme Name: Fordham University
Description: A child theme of SmartMag
Author: Michael Moreau.
Author URI: http://mdmoreau.com
Template: smart-mag
Version: 1.0
*/

@import url("../smart-mag/style.css");

/* ======================================================================= Global ======================================================================= */

select {
	font-family: inherit;
	border-radius: 0;
	height: 34px;
}

img {
	max-width: 100%;
}

.clearfix {
	margin: 0 !important;
}

.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

/* ======================================================================= Top Bar ======================================================================= */

.trending-ticker .heading a {
	padding-right: 0;
	display: block;
	max-width: none;
	margin-top: 2px;
}

/* ======================================================================= Header ======================================================================= */

.mobile .search-button {
	color: #fff;
}

/* ======================================================================= Featured ======================================================================= */

.main-featured {
	border: 0;
}

/* ======================================================================= Faculty Expert ======================================================================= */

.faculty-expert-tax-item {
	overflow: hidden;
	margin: 0 0 24px 0;
	border-top: 1px solid #d9d9d9;
	padding-top: 24px;
}

.faculty-expert-tax-item-content {
	overflow: hidden;
}

.faculty-expert-main-heading {
	border-left: 3px solid #900b28;
	padding-left: 14px;
	margin-bottom: 28px;
}

.faculty-expert-main-heading h1 {
	font: 18px "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	line-height: 2;
}

.faculty-expert-main-heading p {
	margin: 0;
	padding-bottom: 6px;
}

.faculty-expert-post-content h3 {
	text-transform: uppercase;
	margin-bottom: 12px;
}

.faculty-expert-post-content h6 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.faculty-expert-image {
	display: block;
	margin-top: 6px;
	margin-bottom: 24px;
}

@media (min-width: 480px) {
	.faculty-expert-image {
		float: left;
		width: 40%;
		margin-right: 24px;
	}
}

.faculty-expert-tax-image {
	display: block;
	margin-bottom: 24px;
}

@media (min-width: 480px) {
	.faculty-expert-tax-image {
		float: left;
		width: 20%;
		margin-right: 24px;
	}
}

.faculty-expert-social-icons {
	margin-left: 0 !important;
	list-style: none !important;
	overflow: hidden;
}

.faculty-expert-social-icons a {
	display: block !important;
}

.faculty-expert-social-icons a:hover {
	color: #fff;
}

.faculty-expert-filter {
	background: #f2f2f2;
	padding: 24px;
	margin-bottom: 24px;
}

.faculty-expert-filter:before,
.faculty-expert-filter:after {
	content: " ";
	display: table;
}

.faculty-expert-filter:after {
	clear: both;
}

.faculty-expert-filter h2 {
	margin-bottom: 12px;
}

.faculty-expert-search {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.faculty-expert-search input[type=search] {
	width: 100%;
}

@media (min-width: 530px) {
	.faculty-expert-search {
		width: 50%;
		float: left;
		padding-right: 12px;
	}
}

.faculty-expert-browse {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 24px;
}

.faculty-expert-browse select {
	width: 100%;
}

@media (min-width: 530px) {
	.faculty-expert-browse {
		margin-top: 0;
		width: 50%;
		float: right;
		padding-left: 12px;
	}
}

.faculty-expert-terms {
	margin: -24px 0 12px 0 !important;
	font-size: 75%;
	padding-left: 17px;
}

/* ======================================================================= Sidebar ======================================================================= */

.main .sidebar .widget_extended-categories .widgettitle {
	margin-bottom: 14px;
}

.main .sidebar .widget_extended-categories select {
	width: 100%;
	background: #900b28;
	color: #fff;
	text-transform: uppercase;
	border: 0;
}

.main .sidebar .posts-list-no-image .content {
	margin-left: 0;
}

/* ======================================================================= Footer ======================================================================= */

.about-widget img {
	display: block;
	margin-bottom: 14px;
}

html .main-footer input[type=text] {
	color: #a6a6a6;
	background: #f9f9f9;
}

html .main-footer input[type=text]:focus {
	color: #606569;
}

html .main-footer input[type=submit] {
	background: #900b28;
}

html .main-footer .posts-list time {
	color: #d7d7d7;
}

.main-footer .widgettitle
{
 border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
color: #c5c7cb;
}
.highlights .meta .comments,
.tabs-data .comments {
	display: none;
}
