/*
Theme Name: Ardis Theme
Theme URI: http://www.incisive.is
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Incisive Team
Author URI: http://www.incisive.is
template: bb-theme
*/

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

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.fl-page-header-primary .fl-logo-img {
   max-width: 180px !important;
	margin-top: -20px !important;
}
#menu-main-menu1 {background-color: #fff;}
}