/*
 Theme Name:   	Twenty Seventeen Child
 Description:  	Twenty Seventeen Child Theme
 Author:		WordPress
 Author URI:	http://ordPress.org
 Template:     	twentyseventeen
 Version:      	1.0.0
 License:      	GNU General Public License v2 or later
 License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  	twenty-seventeen-child
*/

/* Make sure play/pause button can be clicked on smaller screens */
.wp-custom-header-video-button {
	z-index: 10;
}
#masthead .wrap,
.navigation-top {
    position: static;
}

.site-branding {
    padding-right: 70px;
}

.site-navigation-logo {
    position: absolute;
    right: 0%;
    top: 10%;
    width: 60px;
}

.custom-logo-link img.custom-logo {
    display: none;
}

@media screen and (min-width:768px) {
    .custom-logo-link img.custom-logo-mobile {
        display: none;
    }

    .custom-logo-link img.custom-logo {
        display: block;
    }
}

@media screen and (min-width:480px) {

    .site-navigation-logo {
        right: 10%;
        top: 40px;
        width: auto;
    }

}
