/*
Theme Name: Netsurfer Child Theme
Theme URI: http://www.netsurfer.ro
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Netsurfer
Author URI: http://www.netsurfer.ro
template: bb-theme
*/

/* Add your custom styles here... */ 

/* support/q/trying-to-increase-the-logo-size/ */
@media (min-width: 768px) {
	/* Change width of the logo container */
    .fl-page-header-primary .row > div:first-child, .fl-page-header-fixed .row > div:first-child {
        width: 22%;
    }
	/* Change width of the nav container */
    .fl-page-header-primary .row > div:last-child, .fl-page-header-fixed .row > div:last-child {
        width: 78%;
    }
}