/*
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... */

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
	padding: 30px 10px;
}

@media (max-width: 468px) {
	.fl-page-header-primary .fl-logo-img {
		padding: 0 40px;
	}
	.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
		padding: 20px 10px;
	}
}

/* Hides animation section in Beaver Builder Modules */
div#fl-builder-settings-section-animation {
	display: none !important;
}

/* Disables existing Beaver modules animations applied to page layouts */
.fl-animated {
    -webkit-animation-name: none !important; 
    animation-name: none !important;
}

.post-type-archive-kundcase .fl-archive .row .fl-content {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
}

.post-type-archive-kundcase .fl-archive .row .fl-content > section {
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

.post-type-archive-kundcase .fl-archive .row .fl-content .gradient {
    width: 100%;
    height: 100%;
}
header.fl-permanova {
    position:relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: none;
    background-color: #333 !important;
}