/*
Theme Name: The Journal
Theme URI: http://demo.themefuse.com/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.2
Author: ThemeFuse
Author URI: http://themefuse.com/
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased.
License URI: -
Tags: translation-ready
*/

/*
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 {}
.alignleft {}
.alignright {}
img.aligncenter,
.wp-caption{}
img.alignleft,
.wp-caption.alignleft{}
img.alignright,
.wp-caption.alignright{}
img.alignnone,
.wp-caption.alignnone{}
.wp-caption img[class*="wp-image-"] {}
figure.wp-caption{}


.fw-header .fw-header-main {
    background: #ffffff;
}

/* the hillview customisation */
.fw-easy-slider .fw-easy-slider-caption {
    display: none;
}
.header-3 .primary-navigation > ul > li > a {
    margin: 0 27px !important;
}
.fw-logo-retina .fw-site-logo, .fw-block-image-parent {
    max-width: 100%;
}
.header-3 .fw-header-main {
    padding-top: 5px;
}
.header-3 .fw-nav-wrap {
    margin-top: 0;
}
a.mmenu-link:after {
    content: "menu";
    color: black;
    text-transform: uppercase;
    margin-left: 5px;
    vertical-align: top;
}
.fw-easy-slider .fw-easy-slider-progress {
    display:none;
}
.wrap-forms .form-builder-item > div > label, .custom-checkbox label, .custom-radio label, .fw-btn, .post-password-form input[type='submit'] {
    font-family: "Crimson Text", serif;
}
.mv-daynames-table {
    background: white !important;
    color: grey;
}

.fw-site-logo:after {
    content: "";
    position: absolute;
    width: 19%;
    height: 100%;
    top: 42px;
    right: 0;
    background-size: contain;
    background-image: url(/wp-content/uploads/2019/03/hillviewawards.png);
    background-repeat: no-repeat;
}

@media (max-width: 767px) {

.fw-copyright-left .fw-footer-social {
    float: left;
    margin-bottom: 15px;
    top: 0;
}
.fw-site-logo:after {
    width: 100%;
    height: 40%;
    top: 90%;
    right: -35%;
}
}