/*
Theme Name: authenticblog
Theme URI: http://adityasubba.com/portfolio/authenticblog/
Author: Aditya Subba
Author URI: https://adityasubba.com/
Description: A new and modern WordPress blog theme. Articles, pages, comments, menus and much more are part of this theme. Presented by Aditya Subba.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, flexible-header, post-formats, threaded-comments, translation-ready
Text Domain: authenticblog

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

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption.alignnone {
  display: block;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.sticky {
    display: block;
}