 /******************************************************************
Theme Name: Stylish
Theme URI: http://themeforest.net/user/holobest
Description: Stylish - Metro Inspired Multi-Purpose WordPress Theme
Author: Holobest
Author URI: http://themeforest.net/user/holobest
Version: 1.2.5
******************************************************************/

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}

.alignright {
    display: block;
    float: right;
    margin: 3px 0 0 10px;
}

.size-full {
    max-width: 100%;
    height: auto;
}

.alignleft {
    display: block;
    float: left;
    margin: 3px 10px 0 0;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 10px auto;
}

.admin-bar #header-container {
    padding-top: 28px !important;
}

@media (max-width: 979px) {
    .admin-bar #header-container {
        padding-top: 0 !important;
    }
}