/*
 Theme Name:   Vantage Child
 Theme URI:
 Description:  Child Theme for BSBI website (child of Vantage theme)
 Author:       Tom Humphrey
 Author URI:   https://bsbi.org
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  vantage-child-print
*/

header nav, footer, #navxt-breadcrumbs {
    display: none !important;
}

header#masthead {
    padding-left: 5px !important;
}

div#header-sidebar {
    display: none !important;
}

div#secondary {
    display: none !important;
}

h1.entry-title {
    position: absolute;
    right: 30px;
    top: -60px;
    max-width: 60vw;
}

h2.widget-title {
    position: absolute;
    right: 30px;
    top: -60px;
}

div.full-container {
    margin: 0 5px 0 5px !important;
}

div.hgroup {
    display: inline !important;
}

img.logo-height-constrain {
    display: block;
    float: left;
    height: 56px;
    width: 166px;
}

div#main {
    padding: 0px !important;
}

.noprint, #noprint { display: none !important; }

.print, #print { display: block; }

h1, h2, h3, p {
    color: black !important;
}

a {
    color: inherit !important;
    text-decoration: none;
}

div.sow-image-container {
    break-inside: avoid-page;
}

div.metaslider {
    display: none;
}

a.download-edit-link {
    display: none;
}