/*
Theme Name: Toylib
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: MtLawley Toylibrary Customisations
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentyseventeen
Text Domain: toy-lib
*/

.site-branding a {
    position: absolute;
    top: 90px;
}

body:not(.home) .custom-header-media {
	margin-top: -325px;
}

.custom-header, 
.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
    display: none;
}

.site-title {
    letter-spacing: 0.25em;
}

.faq_item {
    background-color: #ffffff;
}

.faq_q {
    background-color: #ffffff;
}

.faq_q strong {
    clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
    color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
}

@media screen and (min-width: 48em) {
    
    .panel-content .wrap {
        padding-top: 3em;
        padding-bottom: 0;
    }

    .page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 1.5em;
	}
}

@media screen and (min-width: 30em) {
    
    .site-branding {
		padding: 7em 0;
	}

    .custom-header,
    .has-header-image.twentyseventeen-front-page .custom-header,
    .has-header-video.twentyseventeen-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        display: block;
    }
}