/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
@media (min-width: 1100px)
{
.fl-full-width .container
{
width: 100%;
}
.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img
{
width: 100%;
max-height: 100px !important;
width: auto !important;
}
}
@media (min-width: 992px)
{
.col-md-3
{
width: 40%;
}
}
