/*
Theme Name: The Journal
Theme URI: https://themefuse.com/wp-themes-shop/journal/
Description: The Journal is a clean cut, modern WordPress theme perfect for bloggers, an online magazine or publishers in general. Visually interesting and stylish, while also letting the content shine, this is a hidden gem. The back end is powered by our popular <a href="https://wordpress.org/plugins/unyson/" target="_blank">Unyson framework plugin</a> that comes with a bunch of features that will make your live easier like a visual page builder, automated back-ups, styling & typography settings and much more.
Version: 1.0.18
Author: ThemeFuse
Author URI: https://themefuse.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: the-journal
*/

/*
PLEASE DO NOT EDIT THIS FILE!
CSS in this file will not be used by the theme

Instead edit the custom.less file that is located on your server in the /child-theme/styles-less/ folder. The custom.less file supports normal CSS declarations as well as .less variables (all the .less variables created by us for the theme can be found in the /parent-theme/styles-less/variables.less)

You can copy a style declaration rule from any of your less files and paste it in custom.less and it will override the original style. If you just want to add a quick css change please consider using the Quick CSS field built on the Theme Settings page > Styling tab.
*/

/* Image Align and Captions  */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.aligncenter,
.wp-caption {
    margin-bottom: 0;
}

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

.alignnone img,
img.alignnone,
.alignleft img,
img.alignleft,
.alignright img,
img.alignright,
.aligncenter img,
img.aligncenter {
    height: auto;
}

.fw-header .fw-header-main {
    background: #ffffff;
}

