/*
Theme Name: Scaramellow Song
Theme URI: http://song.scaramellow.co.uk
Author: Si Atherley
Author URI: https://www.simonatherley.co.uk https://www.codeworddigital.com
Description: Songbook based upon the Visualize, a clean and simple design showcasing an elegant layout forwords and images by Nick Halsey. The dramatic site header on the front page features a full-screen video or image of your choice, with three beautiful photo header options included with the theme. Add a custom logo, your site title and tagline, and a menu to round out the header, or dive right into the two-column content. Your content takes center stage with the two-column layout used for all posts and pages, as well as in comment areas. Add widgets to the footer to incorporate additional functionality into your site. Visualize showcases your content through a simple and unique design, providing a site experience that your visitors are sure to enjoy.
Template: visualize
Version: 1.0.0
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: visualize
Tags: two-columns, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, photography, blog, accessibility-ready

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.

Visualize WordPress theme (C) 2022 Nick Halsey and (C) Si Atherley.
Visualize is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/


.single-song .hentry {
    border-top: 0px solid hsl(250, 10%, 33%);
}

.post-navigation .inner {
    padding-left: 53%;
}

.home .has-header-image .site-description {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 0 24px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%;
}

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
    float: right;
    text-align: right;
    width: 50%;
}

.footer-copyright {
    width: 50%;
    max-width: 100%;
}

.song-header-widget-area {
    background: transparent;
    display: inline-block;
    margin: 10% 10% 10% 10%;
    width: 50%;
    height: 50%;
}

.song-header-widget h2 {
    font-size: 36px;
}

.song-frontpage-header-widget-area {
    background: transparent;
    display: inline-block;
    margin: 1% 10% 10% 10%;
    width: 75%;
    height: 75%;
}

.song-frontpage-header-widget h2 {
    font-size: 36px;
}

.home.admin-bar .has-header-image .site-branding {
    margin-top: calc(100vh - 730px);
}


@media screen and (max-width:600px) {


	.single-song .entry-visual {
		display: none;
	}

    .post-navigation .inner {
        padding: 0;
    }

    .post-navigation .nav-links {
        font-size: 16px;
    }

}