/**
Theme Name: Husky
Theme URI: https://bitbucket.org/ellucianwebservices/hbu-themes
Description: Base theme for Houston Baptist University.
Author: Ellucian Web Services
Author URI: http://ellucian.com
Version: 0.1.1
Text Domain: husky
Tags: responsive-layout, accessibility-ready, custom-menu, editor-style, featured-images, rtl-language-support, translation-ready, custom-background

License: GPLv2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.alert-box {
	display: none;
}

.alert-box.reminder-box {
	display: block;
}

.gridentry {
	position: relative;
}

.image-grid ul li {
	margin: 0;
	padding: 0;
}

div.image-grid .gridentry, .post-snippets .gridentry, #content.default-list .gridentry,
.single #content .type-post, .single #content .type-news {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: box-shadow 0.25s ease;
	-moz-transition: box-shadow 0.25s ease;
	-ms-transition: box-shadow 0.25s ease;
	-webkit-transition: box-shadow 0.25s ease;
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

div.image-grid .gridentry:hover, .post-snippets .gridentry:hover, #content.default-list .gridentry:hover,
.single #content .type-post:hover, .single #content .type-news:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/*---------- Image Info Hover --------------------------*/
.image-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.3s ease-in-out 0s;
	-moz-transition: background-color 0.3s ease-in-out 0s;
	-ms-transition: background-color 0.3s ease-in-out 0s;
	-webkit-transition: background-color 0.3s ease-in-out 0s;
}

.image-area:hover .image-overlay {
	background-color: rgba(0, 0, 0, 0.6);
}

.image-info {
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 30%;
	transition: opacity 0.4s ease-in-out 0s;
	-moz-transition: opacity 0.4s ease-in-out 0s;
	-ms-transition: opacity 0.4s ease-in-out 0s;
	-webkit-transition: opacity 0.4s ease-in-out 0s;
	width: 100%;
	z-index: 120;
}

.image-area:hover .image-info {
	opacity: 1;
}

.image-info .post-title {
	color: #ddd;
	font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	padding: 0 20px;
	position: relative;
	top: 0;
}

.zero-margin .image-info .post-title {
	font-size: 21px;
	line-height: 30px;
}

.image-info .post-title a {
	color: #ddd;
	transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-webkit-transition: color 0.3s ease-in-out 0s;
}

.image-info .post-title a:hover {
	color: #fff;
}

.image-info .terms {
	color: #f9f9f9;
	display: block;
	position: relative;
	top: 0;
}

.image-info .terms a {
	color: #d5d5d5;
	display: inline;
	font-size: 13px;
	font-style: italic;
	line-height: 19px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	zoom: 1;
}

.image-info .terms a:hover {
	color: #f9f9f9;
}

@media only screen and (max-width: 767px) {
	.image-info .terms {
		display: none;
	}
}

.image-info .image-info-buttons {
	display: block;
	margin-top: 20px;
	position: relative;
	top: 0;
	z-index: 100;
}

.image-info .image-info-buttons .button {
	border: 2px solid #eee;
	display: inline-block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 23px;
	padding: 5px 12px;
	position: relative;
}

.image-info .image-info-buttons .button i {
	color: #eee;
	display: block;
	font-size: 16px;
}

.image-info .image-info-buttons .post-link {
	margin-left: 15px;
}
