/*!
Theme Name:   Forstron Child
Template:     forstron
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

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.
*/

/* Put your custom CSS styles below... */


/*header CSS*/

/* .site-header, .site-header.normal, .sticky-header .site .site-header {
    display: none;
} */



.site-header .main-navigation {
    float: right;
}

.site-header .social-links {
    display: none;
}

.site-header .site-branding img {
    max-height: 120px;
    padding: 20px;
}

.site-header.normal .inner-wrapper, .sticky-header .site-header .inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header.normal .inner-wrapper:before, .site-header.normal .inner-wrapper:after {
    display: none;
}


footer.site-footer {
    display: none !important;
}

/*Innerpage Header*/

.intro-title{
    top: 50%;
}