/*
Theme Name: Mount Royal Official
Description: The Mt. Royal theme
Author: MRU Web Team
Version: 1.0.0
Template: twentythirteen
*/
.mru-searchbox {
    clear: both;
    padding-right: 0;
}

/* Don't float the search box in thd sidebar */
.sidebar-container .widget_search form {
    float: none !important;
}

/* Don't add a top margin to the first h1 in the page */
.page-wrapper .page-content h1 {
    font-size: 22px;
    margin-top: 0;
}

.page-content article {
    margin-bottom: 30px;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    font-size: 14px;
    margin: 15px 0px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f017";
    font-family: FontAwesome;
    padding-right: 5px;
}

.comments-link a:before {
    content: "\f075";
    margin-right: 2px;
    position: relative;
    top: -1px;
    font-family: FontAwesome;
    padding-right: 5px;
}

.entry-meta .author a:before {
    content: "\f007";
    font-family: FontAwesome;
    position: relative;
    top: -1px;
    padding-right: 5px;
}

.categories-links a:first-child:before {
    content: "\f07c";
    font-family: FontAwesome;
    padding-right: 5px;
}

.edit-link a:before {
    content: "\f040";
    position: relative;
    top: -1px;
    font-family: FontAwesome;
    padding-right: 5px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}
