/**
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.

*/

.gridentry {
    position: relative;
}

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

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

/*---------- Image Info Hover --------------------------*/
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-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;
    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;
    z-index: 120;
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-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;
    transition: opacity 0.4s ease-in-out 0s;
}

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

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

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

.image-info .post-title a {
    color: #ddd;
    -webkit-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;
    transition: color 0.3s ease-in-out 0s;
}

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

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

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

.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;
    position: relative;
    top: 0;
    z-index: 100;
    margin-top: 20px;
}

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

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

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