/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
#sticky-navigation {    background-color: white;}

.main-navigation.sticky-navigation-transition .navigation-logo img {

    height: 80px;
	padding: 0px;
	margin-left: 20px;

}

.main-navigation.sticky-navigation-transition .main-nav {
	line-height: 80px;
}
#wdi_feed_0 .wdi_feed_header {

    display: none !important;

}

.wdi_user_img_wrap {

    display: none !important;

}
.wdi_header_user_text.wdi_header_hashtag {

    display: none !important;

}

.entry-header h1, .page-header h1 {

    color: #666;
    font-size: 2em;

}
blockquote {

    font-family: "Georgia", "Open-Sans", serif;

}
#mobile-header > .inside-navigation {
	background-color: white;
}
/*youtube icon to red */
._mi.fa.fa-youtube-play {
    color: red;
    font-size: 1.7em;
}
._mi.fa.fa-facebook-square {
    color: #4267B2;
}