/*
 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
*/
.top-bar a:hover {
    color: #efefef;
}
.inside-top-bar {
    padding: 0px 10px 6px 10px;
}
#custom_html-4, #custom_html-3 {
    margin-top: 7px;
}
#custom_html-4 a {
    margin-right: 10px;
}
.social-networks-top li {
    display: inline-block;
    font-size: 22px;
    padding-bottom: 0 !important;
    padding-left: 10px !important;
}
.image-rounded img{
	border-radius: 30px 30px 0 0 !important;
}
@media (max-width: 767px){
	.navigation-branding img, .site-logo.mobile-header-logo img {
		height: 90px !important;
	}
}