/*
Theme Name: Nybergs Deli
Theme URI: http://www.wpbeaverbuilder.com
Version: 0.1
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
Template Version: 1.0.0
Bitbucket Theme URI: https://JoelJames5124678@bitbucket.org/wpkonsulterna/nybergs-deli.git
*/

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

/**********
FONTS 
**********/ 
@font-face {
    font-family: 'Simple';
    src: url('./assets/fonts/Simple-Regular.eot');
    src: url('./assets/fonts/Simple-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Simple-Regular.woff2') format('woff2'),
        url('./assets/fonts/Simple-Regular.woff') format('woff'),
        url('./assets/fonts/Simple-Regular.ttf') format('truetype'),
        url('./assets/fonts/Simple-Regular.svg#Simple-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Simple';
    src: url('./assets/fonts/Simple-Bold.eot');
    src: url('./assets/fonts/Simple-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Simple-Bold.woff2') format('woff2'),
        url('./assets/fonts/Simple-Bold.woff') format('woff'),
        url('./assets/fonts/Simple-Bold.ttf') format('truetype'),
        url('./assets/fonts/Simple-Bold.svg#Simple-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('./assets/fonts/DINPro-RegularCnd.eot');
    src: url('./assets/fonts/DINPro-RegularCnd.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DINPro-RegularCnd.woff2') format('woff2'),
        url('./assets/fonts/DINPro-RegularCnd.woff') format('woff'),
        url('./assets/fonts/DINPro-RegularCnd.ttf') format('truetype'),
        url('./assets/fonts/DINPro-RegularCnd.svg#DINPro-RegularCnd') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'DINPro';
    src: url('./assets/fonts/DINPro-BlackCnd.eot');
    src: url('./assets/fonts/DINPro-BlackCnd.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DINPro-BlackCnd.woff2') format('woff2'),
        url('./assets/fonts/DINPro-BlackCnd.woff') format('woff'),
        url('./assets/fonts/DINPro-BlackCnd.ttf') format('truetype'),
        url('./assets/fonts/DINPro-BlackCnd.svg#DINPro-BlackCnd') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'DINPro';
    src: url('./assets/fonts/DINPro-Nybergs-Black.eot');
    src: url('./assets/fonts/DINPro-Nybergs-Black.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/DINPro-Nybergs-Black.woff2') format('woff2'),
        url('./assets/fonts/DINPro-Nybergs-Black.woff') format('woff'),
        url('./assets/fonts/DINPro-Nybergs-Black.ttf') format('truetype'),
        url('./assets/fonts/DINPro-Nybergs-Black.svg#DINPro-Nybergs-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}


h1 {
    font-family:'DINPro';
    font-size: 55px;
    font-stretch: condensed;
    font-weight: 900;
    line-height: 55px;
}

h2 {
    font-family:'DINPro';
    font-size: 45px;
    font-stretch: condensed;
    font-weight: 900;
    line-height: 45px;
}

h3,
.search-container h2.fl-post-feed-title a {
    font-family:'DINPro';
    font-size: 35px;
    font-stretch: condensed;
    font-weight: 900;
    line-height: 35px;
}

h4 {
    font-family:'Simple';
    font-size: 20px;
    font-weight: 400;
}

h5 {
    font-family:'Simple';
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-family:'Simple';
    font-size: 16px;
    font-weight: 400;
}

body {
    font-family:'Simple';
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3b;
	margin-bottom: 20px;
}

.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a {
    font-family:'Simple';
}

li {
   color: #3c3c3b; 
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text a,
.white-text span {
    color: #fff !important;
}

.dark-text h1,
.dark-text h2,
.dark-text h3,
.dark-text h4,
.dark-text h5,
.dark-text h6,
.dark-text p,
.dark-text a,
.dark-text span {
    color: #333 !important;
}

.heading-3-change h3 {
    font-size: 25px !important;
    line-height: 27px !important;
    margin-bottom: 0px !important;
}

@media screen and (min-width: 1366px) {

    h1 {
        font-family:'DINPro';
        font-size: 90px;
        font-stretch: condensed;
        font-weight: 700;
        line-height: 6.2vw;
    }

}

@media screen and (min-width: 769px) and (max-width: 1366px) {

    h1 {
        font-family:'DINPro';
        font-size: 6vw;
        font-stretch: condensed;
        font-weight: 700;
        line-height: 6.2vw;
    }
    
}

@media screen and (min-width: 769px) {
    
    h2 {
        font-family:'DINPro';
        font-size: 75px;
        font-stretch: condensed;
        font-weight: 700;
        line-height: 75px;
    }
    
    h3,
    .search-container h2.fl-post-feed-title a {
        font-family:'DINPro';
        font-size: 40px;
        font-stretch: condensed;
        font-weight: 700;
        line-height: 50px;
    }
    
    h4 {
        font-family:'Simple';
        font-size: 20px;
        font-weight: 400;
    }
    
    h5 {
        font-family:'Simple';
        font-size: 18px;
        font-weight: 400;
    }
    
    h6 {
        font-family:'Simple';
        font-size: 16px;
        font-weight: 400;
    }
    
    p, a, ul {
        font-family:'Simple';
        font-size: 14px;
        font-weight: 400;
        color: #3c3c3b;
		margin-bottom: 20px;
    }
    
    .white-text-desktop h1,
    .white-text-desktop h2,
    .white-text-desktop h3,
    .white-text-desktop h4,
    .white-text-desktop h5,
    .white-text-desktop h6,
    .white-text-desktop p,
    .white-text-desktop a,
    .white-text-desktop span {
        color: #fff !important;
    }
    
    .heading-3-change h3 {
        font-size: 30px !important;
        line-height: 32px !important;
    }
    
    .text-right-align-mobile p {
        text-align: right !important;
    }

}

@media screen and (max-width: 768px) {

    .mobile-white-text h1,
    .mobile-white-text h2,
    .mobile-white-text h3,
    .mobile-white-text h4,
    .mobile-white-text h5,
    .mobile-white-text h6,
    .mobile-white-text p,
    .mobile-white-text a,
    .mobile-white-text span {
        color: #fff !important;
    }

}


/**********
GLOBAL 
**********/ 
body {
    margin-bottom: 0px !important;
}

a {
    transition: 0.4s !important;
}

:hover {
    transition: 0.4s !important;
}

.display-none {
    display: none !important;
}

.margin-left-fix {
    margin-left: 0;
}

.h3-links a {
    margin: 0;
	padding: 0 0 5px;
	font-family:'DINPro';
    font-size: 35px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
}

h3.h3-links {
    margin: 0 !important;
}

.h3-links a:hover {
    color: #98c996 !important;
    text-decoration: none !important;
}

.display-mobile {
    display: none !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container video, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (min-width: 769px) {
    
    .h3-links a {
        font-size: 40px;
        line-height: 40px;
    }
    
}


/**********
PAGE HEADER
**********/ 

.fl-shrink-header .fl-logo-img {
	min-height: 107px !important;
}

.fl-shrink-header-enabled .fl-page-header {
    transition: 0.4s;
}

.fl-shrink-header-enabled .fl-page-header.fl-shrink-header {
    top: 0px !important;
    z-index: 999;
    transition: 0.4s;
}

.fl-shrink-header-enabled.admin-bar .fl-page-header.fl-shrink-header {
    top: 32px !important;
    z-index: 999;
    transition: 0.4s;
}

@media screen and (min-width: 769px) {

    .main-header .fl-row-content-wrap:after {
        background-color: rgba(0, 0, 0, 0) !important;
    }

}


/**********
NAVIGATION
**********/ 

@media screen and (max-width: 767px) {

    .fl-page-header-wrap {
        padding: 30px 0;
    }
    
    .col-md-4.col-sm-12.fl-page-header-logo-col {
        position: absolute;
        left: 0px;
        z-index: 10000;
        width: 100%;
        top: 0;
    }
    
    .fl-page-header-logo {
        text-align: center !important;
        margin-left: 55px;
    }
    
    .fl-page-header-logo img.fl-logo-img {
        width: 130px !important;
        z-index: 10000 !important;
    }
    
    button.navbar-toggle {
        z-index: 10000;
        top: 18.5px !important;
    }
    
    ul#menu-header-menu.nav.navbar-nav.navbar-right.menu {
        margin-top: 100px;
    }
    
    .fl-page-nav-collapse.navbar-collapse.collapse.in,
    .fl-page-nav-collapse.navbar-collapse.collapsing {
        border: 0 none !important;
    }

}

/* Footer Menu Fix March 2019 - 100% width */
.fl-node-5aabe86065bac .fl-menu .menu {
	width: 100%;
}

@media screen and (min-width: 993px) {
    
    .fl-page-header-container.container {
        height: 85px !important;
        max-width: 1366px;
        width: 100%;
    }
    
    .fl-page-header-wrap {
        border-bottom: 0px;
    }
    
    .col-md-4.col-sm-12.fl-page-header-logo-col {
        position: relative;
        z-index: 9999;
    }
    
    .fl-page-nav-col.col-md-8.col-sm-12 {
        vertical-align: top !important;
        padding-top: 10px;
    }

    #menu-header-menu-1 a,
    #menu-header-menu a {
        font-family:'Simple' !important;
    }
    
    #menu-header-menu ul.sub-menu,
    .fl-page-nav-search form {
        box-shadow: none !important;
        border-top: 0px !important;
    }
    
    .fl-page-nav-search input.fl-search-input.form-control {
        border-radius: 0px !important;
        font-family:'Simple' !important;
    }

    @media screen and (min-width: 993px) {
        .fl-page-nav-search {
            right: 40px;
        }

    }
    
    .fl-page-header-row .col-md-4 {
        width: 25% !important;
    }
    
    .fl-page-header-row .col-md-8 {
        width: 75% !important;
    }    
    .fl-page-header-row .fl-page-nav-col.col-md-8.col-sm-12 {
        padding-left: 0px;
    }
    
    ul#menu-header-menu.nav.navbar-nav.navbar-right.menu {
        width: 93% !important;
        position: absolute;
        right: -35px;
        max-width: 80
    }

}

@media screen and (min-width: 993px) and (max-width: 1099px) {
    
    .fl-page-nav-search {
        position: relative;
        z-index: 1000000000;
        width: 20px;
    }    
    
    
    .fl-page-nav .navbar-nav li.menu-item.menu-item-type-post_type_archive > a {
        padding: 15px 20px 15px 20px !important;
        text-align: left !important;
    }
    
    ul#menu-header-menu.nav.navbar-nav.navbar-right.menu {
        max-width: 800px;
    }
    
}

@media screen and (min-width: 1100px) {
    
    .fl-page-nav-search {
        position: relative;
        z-index: 1000000000;
        padding-right: 15px;
        width: 20px;
    }
    
    .fl-page-nav .navbar-nav li.menu-item.menu-item-type-post_type_archive > a {
        padding: 15px 45px 15px 25px !important;
        text-align: left !important;
    }
    
    ul#menu-header-menu.nav.navbar-nav.navbar-right.menu {
        max-width: 900px;
    }
}

@media screen and (min-width: 768px) {
    
    .fl-page-nav-search:nth-of-type(1) {
        display: block;
    }
    
    .fl-page-nav-search {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    
    .fl-page-nav-search:nth-of-type(1) {
        display: none;
    }
    
    .fl-page-nav-search {
        display: block;
        position: absolute !important;
        left: 0;
        z-index: 1000000;
        width: 20px;
    }
    
    .fl-page-nav-search a {
        height: 100%;
        display: flex;
        align-items: center;
    }
    
    .fl-page-nav-search form {
        left: 0;
        max-width: 300px;
    }
}

.navbar .fl-page-nav-collapse {
    border: none !important;
}

/************
ARROW BUTTONS
************/ 

.button-arrow-style a.fl-button {
    background-image: url(../../uploads/2018/03/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 77px 9px;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    padding: 2px 87px 2px 3px !important;
}

.button-arrow-style a.fl-button:hover {
    background-image: url(../../uploads/2018/03/right-arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 77px 9px;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    padding-left: 0px !important;
    padding: 2px 100px 2px 3px !important;
}

.button-arrow-style.middle a.fl-button:hover {
    padding: 2px 100px 2px 16px !important;
}

.green-button-left:hover .button-arrow-style.middle.hover-on-container a.fl-button,
.red-button-right:hover .button-arrow-style.middle.hover-on-container a.fl-button {
    padding: 2px 100px 2px 16px !important;
}

.button-arrow-style span.fl-button-text {
    color: #3c3c3b !important;
}


/*********************
HOME SECTION 2 BUTTONS
*********************/ 

.green-button-left:hover .fl-col-content {
    background-color: #7c9e7b !important;
}

.red-button-right:hover .fl-col-content  {
    background-color: #b97c80 !important;
}

.green-button-left .fl-col-content,
.red-button-right .fl-col-content {
    transition: 0.4s;
}

.h2-links a {
    font-family:'DINPro';
    font-size: 45px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 45px;
}

.h2-links a:hover,
.green-button-left:hover .h2-links a,
.red-button-right:hover .h2-links a {
    color: #fff !important;
    text-decoration: none !important;
}

a.product-link-left {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    font-size: 0px !important;
}

a.product-link-right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    font-size: 0px !important;
}

@media screen and (min-width: 1366px) {

    .max-width-side-left {
        max-width: 683px;
        width: 683px;
        margin-right: 0;
        margin-left: auto;
    }
    
    .max-width-side-right {
        max-width: 683px;
        width: 683px;
        margin-left: 0;
        margin-right: auto;
    }

}

@media screen and (min-width: 769px) {

    .h2-links a {
        font-size: 75px;
        line-height: 75px;
    }
    
    a.product-link-left {
        top: 0px;
    }
    
    a.product-link-right {
        top: 0px;
    }

}


/**********************
FEATURED NEWS HOME PAGE
**********************/ 

.fl-post-feed-post.fl-post-feed-image-beside-content {
    max-width: 100% !important;
}

.fl-post-feed-post {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.home-page-featured-news .fl-post-grid-post {
    font-size: 14px;
}

.home-page-featured-news .fl-post-title {
	margin: 0;
	padding: 0 0 30px;
}

.home-page-featured-news h2.fl-post-title a {
    font-family:'DINPro';
    font-size: 45px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 45px;
}

.home-page-featured-news .fl-post-meta {
    padding: 0 0 15px;
}

.home-page-featured-news .fl-post-meta {
    display: none;
}

@media screen and (min-width: 769px) {

    .home-page-featured-news .fl-post-image img {
        width: 100%;
        padding-right: 60px;
    }
    
    .home-page-featured-news .fl-post-image-2 img {
        width: 100%;
        padding-left: 60px;
    }
    
    .home-page-featured-news {
        font-size: 0;
    }
    
    .home-page-featured-news .fl-post-image {
        display: inline-block;
        width: 50%;
    }
    
    .home-page-featured-news .fl-post-text {
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    
    .home-page-featured-news .post-text-container {
        max-width: 530px;
    }
    
    .home-page-featured-news h2.fl-post-title a {
        font-size: 75px;
        line-height: 75px;
    }
    
/*     .fl-post-feed .fl-post-feed-post:nth-child(even) .home-page-featured-news .fl-post-image-2 {
        display: inline-block;
        width: 50%;
    }
    
    .fl-post-feed .fl-post-feed-post:nth-child(even) .home-page-featured-news .fl-post-image {
        display: none !important;
    }
    
    .fl-post-feed .fl-post-feed-post:nth-child(even) .post-text-container {
        margin-right: 0px !important;
        margin-left: auto !important;
        text-align: right !important;
    } */
    
    .fl-post-feed .fl-post-feed-post .home-page-featured-news .fl-post-image {
        display: inline-block;
        width: 50%;
    }
    
    .fl-post-feed .fl-post-feed-post .home-page-featured-news .fl-post-image-2 {
        display: none !important;
    }

}

@media screen and (max-width: 768px) {
    
    .home-page-featured-news {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .home-page-featured-news .fl-post-image {
        display: inline-block;
        width: 100%;
    }
    
    .home-page-featured-news .fl-post-image-2 {
        display: inline-block;
        width: 100%;
    }
    
    .home-page-featured-news .fl-post-text {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    
    .fl-post-feed .fl-post-feed-post:nth-child(odd) .home-page-featured-news .fl-post-image-2 {
        display: none !important;
    }
    
    .fl-post-feed .fl-post-feed-post:nth-child(even) .home-page-featured-news .fl-post-image-2 {
        display: none !important;
    }
    
}


/**********************
POST PREVIEWS HOME PAGE
**********************/

.post-preview-home-page {
    background-image: url(../../uploads/2018/03/green-wave-empty-post-background.jpg);
    background-size: 500px;
    min-height: 325px;
}

/*.word-break {*/
/*    -webkit-hyphens: auto !important;*/
/*    -moz-hyphens: auto !important;*/
/*    -ms-hyphens: auto !important;*/
/*    hyphens: auto !important;*/
/*    -ms-word-break: break-all !important;*/
/*     word-break: break-all !important;*/
/*     word-break: break-word !important;*/
/*}*/

/*.post-preview-home-page a.post-link {*/
/*    -webkit-hyphens: auto !important;*/
/*    -moz-hyphens: auto !important;*/
/*    -ms-hyphens: auto !important;*/
/*    hyphens: auto !important;*/
/*    -ms-word-break: break-all !important;*/
/*     word-break: break-all !important;*/
/*     word-break: break-word !important;*/
/*}*/

.post-preview-home-page .fl-post-grid-post {
    font-size: 14px;
}

.post-preview-home-page .fl-post-text {
    padding: 30px 50px 30px 30px;
    background-color: rgba(60, 60, 59, 0.5);
    min-height: 325px;
    transition: 0.4s;
    max-width: 100%;
}

.post-preview-home-page:hover .fl-post-text {
    background-color: rgba(0, 0, 0, 0.6);
}

.post-preview-home-page .fl-post-title a {
	margin: 0;
	padding: 0 0 5px;
	font-family:'DINPro';
    font-size: 30px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
}

.post-preview-home-page:hover .fl-post-title a,
.post-preview-home-page:hover .h3-links a {
    color: #98c996;
}

.post-preview-home-page .fl-post-page-title {
    color: #fff;
    margin: 0px;
}

.post-preview-home-page .fl-post-image,
.post-preview-home-page .fl-post-meta,
.post-preview-home-page .fl-post-more-link {
    display: none;
}

.max-width-fix-posts .fl-post-grid.masonry,
.max-width-fix-posts .fl-post-grid-post {
    max-width: 100% !important;
    width: 100% !important;
}

.post-preview-home-page a.post-link {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    opacity: 0 !important;
}
.post-preview-home-page .post-image-background {
    background-size: cover !important;
    background-position: 50% !important;
}

.post-preview-home-page {
    position: relative;
}

@media screen and (min-width: 769px) {

    .post-preview-home-page .fl-post-title a {
        font-size: 30px;
        line-height: 50px;
    }

}


/***************
PRODUCT LISTINGS
***************/

.product-listings .fl-post-grid-post {
    font-size: 14px;
}

.product-listings .fl-post-text {
    padding: 20px;
    background-color: #e4e3e4;
    text-align: center;
}

.product-listings .fl-post-title {
	margin: 0;
	padding: 0 0 0px;
}

.product-listings .fl-post-meta {
    padding: 0 0 15px;
}

.product-listings .product-image-container {
    height: 200px;
    line-height: 200px;
}

.product-listings .product-image-container .fl-post-image {
    text-align: center;
    background-color: #fff !important;
    border: 1px solid #e4e3e4 !important;
}

.product-listings .product-image-container .fl-post-image img {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 280px;
}

.product-listings h6.fl-post-title {
	padding-bottom: 0px !important;
}

.product-listings .fl-post-text h6.fl-post-title {
    font-family:'Simple';
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s;
}

.product-listings .fl-post-text h6.fl-post-title a:hover {
    text-decoration: underline;
    color: #333333 !important;
    transition: 0.4s;
}

.product-listings .product-image-container img.wp-post-image {
    max-width: 100% !important;
}

.product-listings .product-image-container .fl-post-image {
    padding: 0px 20px;
}

.product-listings-container .fl-post-grid-post.fl-post-grid-image-above-title.fl-post-columns-post {
    border: 0px !important;
}

.linked-posts-mini .fl-post-column {
    max-width: 33% !important;
}

.product-image-container.else-container {
    background-color: rgba(228, 227, 228, 0.2);
    padding: 20px 10px;
}

.product-image-container.else-container .fl-post-image.else a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.product-image-container.else-container .fl-post-image.else {
    background-image: url(../../uploads/2018/03/cropped-favcon.png);
    background-color: rgba(228, 227, 228, 0) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
}

.fl-post-column .fl-post-grid-post {
    height: 100% !important;
}

/**************************
PRODUCT LISTINGS CATEGORIES
**************************/

.facetwp-radio {
    padding-left: 0px !important;
    background-image: none !important;
    font-family:'Simple';
    font-size: 18px;
    font-weight: 400;
    margin-right: 60px;
    display: inline-block;
    color: #333333;
    margin-bottom: 10px !important;
    vertical-align: top !important;
}

.facetwp-radio:hover {
    color: #98c996;
    text-decoration: underline;
}

.facetwp-radio.checked {
    color: #98c996;
}

.facetwp-counter {
    display: none;
}

.facetwp-facet {
    margin-bottom: 0px !important;
}


/*************************
POST PREVIEWS PRODUCT PAGE
*************************/

.post-preview-product-page {
    background-image: url(../../uploads/2018/03/nyberg-deli-boy.png);
    min-height: 220px;
}

.post-preview-product-page .fl-post-grid-post {
    font-size: 14px;
}

.post-preview-product-page .fl-post-text {
    padding: 20px 40px 20px 20px;
    background-color: rgba(60, 60, 59, 0.5);
    min-height: 220px;
    transition: 0.4s;
    max-width: 100%;
}

.post-preview-product-page:hover .fl-post-text {
    background-color: rgba(0, 0, 0, 0.6);
}

.post-preview-product-page .fl-post-title a {
	margin: 0;
	padding: 0 0 5px;
	font-family:'DINPro';
    font-size: 35px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
}

.post-preview-product-page:hover .fl-post-title a,
.post-preview-product-page:hover .h3-links a {
    color: #98c996;
}

.post-preview-product-page .fl-post-page-title {
    color: #fff;
    margin: 0px;
}

.post-preview-product-page .fl-post-image,
.post-preview-product-page .fl-post-meta,
.post-preview-product-page .fl-post-more-link {
    display: none;
}

.post-preview-product-page .fl-post-grid.masonry,
.post-preview-product-page .fl-post-grid-post {
    max-width: 100% !important;
    width: 100% !important;
}

.post-preview-product-page a.post-link {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    opacity: 0 !important;
}
.post-preview-product-page .post-image-background {
    background-size: cover !important;
    background-position: 50% !important;
}

.post-preview-product-page h4.fl-post-page-title {
    font-size: 16px !important;
    line-height: 18px !important;
}

.post-preview-product-page h3.fl-post-title {
    line-height: 32px !important;
}

.post-preview-product-page h3.fl-post-title a {
    font-size: 28px !important;
    line-height: 0px !important;
}

.post-preview-product-page {
    position: relative;
}

.grey-button a.fl-button {
    border: 0px !important;
}

.grey-button:hover a.fl-button span {
    text-decoration: underline !important;
}

@media screen and (min-width: 769px) {

    .post-preview-product-page .fl-post-title a {
        font-size: 40px;
        line-height: 50px;
    }

}


/****************
SINGLE POST PAGES
****************/

.single-post p img {
    text-align: center !important;
}

.grey-button-single-post a {
    background-color: #e4e3e4;
    padding: 16px 32px;
    font-size: 16px;
}

.grey-button-single-post a:hover {
    background-color: #98c996;
    color: #333333 !important;
}

.recipe-image .fl-photo-content.fl-photo-img-jpg {
    width: 100%;
}

.recipe-image .fl-photo-content img {
    min-width: 100%;
}

/*****
TEAM MEMBERS
*****/

.medarbetare-posts p {
    margin-bottom: 0;
}

.medarbetare-posts .med-name a,
.medarbetare-posts .med-title {
    font-weight: bold;
    pointer-events: none;
}

.medarbetare-posts img {
    border-radius: 3px;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.25);
    object-fit: cover;
    max-width: 250px;
    max-height: 250px;
}

.medarbetare-posts .medarbetare {
    border: none;
    overflow:visible;
}

.medarbetare-posts .fl-post-image {
    margin: 20px;
}

.medarbetare-posts .fl-post-column {
    padding-left: 0;
    padding-right: 0;
    width: 33.333%
}

@media screen and (max-width: 768px) {
    .medarbetare-posts .fl-post-column {
        width: 50%
    }
}

@media screen and (max-width: 635px) {
    .medarbetare-posts .fl-post-column {
        width: 100%
    }
    .medarbetare-posts img {
        height: 575px;
    }
}

.medarbetare-posts .fl-post-grid {
    display: flex;
    flex-wrap: wrap;
}

.medarbetare-posts .fl-post-text {
    padding: 0px;
    padding-top: 10px;
    margin-top: 10px;
    margin-right: 40px;
    margin-left: 55px;
    margin-bottom: 20px;
}

#sb_instagram a {
    margin-bottom: 0;
}

/*****
SEARCH
*****/

.search-container .fl-post-feed-post {
    padding-bottom: 40px !important;
    border-bottom: 1px dashed #98c996 !important;
    margin-bottom: 45px !important;
}

.search-container h2 {
    line-height: 0px !important;
}


/*****
FOOTER
*****/

/*#menu-footer-menu li {*/
/*    width: 16.6666667%;*/
/*    padding: 20px 0px;*/
/*    text-align: center;*/
/*    border-right: 1px solid #333333;*/
/*    transition: 0.4s;*/
/*}*/

#menu-footer-menu {
    padding-top: 15px;
}


@media screen and (max-width: 768px) { 
       #menu-footer-menu {
        margin-bottom: 20px;
    } 
}


#menu-footer-menu li a {
    margin-bottom: 7px;
    margin-top: 7px;
}

#menu-footer-menu li a:hover  {
    color: #1c0000;
}

/*#menu-footer-menu li:last-child {*/
/*    border-right: 0px !important;*/
/*}*/

/*#menu-footer-menu li:hover {*/
/*    background-color: #98c996;*/
/*    transition: 0.4s;*/
/*}*/

/*#menu-footer-menu li:hover a {*/
/*    color: #333333 !important;*/
/*}*/


/****************
MOBILE OPTIMISED
****************/

@media screen and (max-width: 768px) {
    
    /***Global***/
    
    .display-desktop {
        display: none !important;
    }
    
    .display-mobile {
        display: block !important;
    }
    
    .mobile-display-none {
        display: none;
    }
    
    
    /***Headers***/
    
    .button-arrow-style.mobile-white-text span.fl-button-text {
        color: #fff !important;
    }
    
    .button-arrow-style.mobile-white-text a.fl-button {
        background-image: url(../../uploads/2018/03/right-arrow-white.png);
    }

    .hide-banner-mobile .fl-col-content.fl-node-content {
        background: none !important;
    }
    
    
    /***Start Page 1.2***/
    
    .fl-col-small.green-button-left,
    .fl-col-small.red-button-right {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    a.product-link-left {
        width: 100%;
        height: 50%;
        top: 0px;
    }
    
    a.product-link-right {
        width: 100%;
        height: 50%;
        bottom: 0px;
    }
    
    
    /***Start Page 1.3***/
    
    .home-page-featured-news {
        width: 75%;
        max-width: 75%;
        min-width: 75%;
        margin: 0 auto;
        text-align: left;
    }
    
    .home-page-featured-news .fl-post-image,
    .home-page-featured-news .fl-post-image-2 {
        width: 100% !important;
        padding-bottom: 20px;
    }
    
    .fl-post-more-link {
        padding-bottom: 10px;
    }
    
    
    /***Product Listing Categories***/
    
    .facetwp-radio {
        display: block;
    }
    
    .product-page-posts .post-preview-home-page .post-image-background {
        background-size: cover !important;
    }
    
    .product-listings-container .fl-post-grid.fl-paged-scroll-to,
    .product-page-posts .fl-post-grid {
        max-width: 100vw !important;
    }
    
    .product-listings-container .fl-post-grid.fl-paged-scroll-to .fl-post-column {
        max-width: 100vw !important;
        padding-right: 5px !important;
    }
    
    .product-page-posts .fl-post-grid .fl-post-column {
        max-width: 100vw !important;
        padding-right: 10px !important;
    }
    
    
    /***News Posts***/
    
    .news-post .fl-post-feed-post {
        margin-bottom: 30px !important;
    }
    
    
    /***Product Single***/
    
    .product-description.fl-col-small {
        max-width: 90% !important;
    }
    

    /***Search***/
    
    .search-container .fl-post-feed-post.fl-post-feed-image-beside,
    .search-container .fl-post-feed-post {
        max-width: 75% !important;
        margin-left: auto;
        margin-right: auto;
    }
    
    /***Footer***/
    
    .border-none-mobile .fl-col-content {
        border: 0px !important;
    }
    
    .fl-page {
        background-color: #fff;
    }
    
    .footer-container.fl-row-content-wrap {
        padding: 20px 0px;
    }
    
    .fl-col.fl-col-small.border-none-mobile.footer-logo-container {
        max-width: 100%;
        max-height: 200px;
        padding-bottom: 20px;
    }
    
    .footer-logo img.fl-photo-img.size-full {
        width: auto !important;
        height: 130px !important;
    }
    
    .footer-text-1 .fl-module-content.fl-node-content,
    .footer-text-2 .fl-module-content.fl-node-content,
    .footer-text-3 .fl-module-content.fl-node-content {
        margin: 5px;
    }
    
    .centre-align-footer-text p {
        text-align: center !important;
    }
    
    footer.fl-builder-content {
        margin: 10px 10px 20px;
        border: 0px solid #333333;
        background-color: #80BE81 !important;
    }
    
    footer .fl-row-content-wrap {
        background-color: #80BE81 !important;
    }
    
    .footer-bottom p {
        color: #fff !important;
    }
    
    .footer-main-container .fl-row-content-wrap {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .footer-logo {
        padding-bottom: 20px;
    }
    
    html {
        background-color: #fff;
    }

}

@media screen and (max-width: 1140px) {
    
    /***Start Page 1.4***/
    
    .fl-col-small.max-width-fix-posts.home-page-post {
        width: 50%;
    }
    
}

@media screen and (max-width: 1100px) {

    /***Product Single***/
    
    .linked-posts-mini .fl-post-column {
        max-width: 50% !important;
    }
    
    .linked-posts-mini .fl-post-column:nth-child(3) {
        display: none !important;
    }
    
    .fl-post-column:nth-child(1n + 1) {
        clear: none !important;
    }
    
}

@media screen and (max-width: 930px) {
    
    /***Start Page 1.4***/
    
    .fl-col-small.max-width-fix-posts.home-page-post {
        width: 50%;
    }
    
}

@media screen and (max-width: 475px) {
    
    .product-description.fl-col-small {
        max-width: 100% !important;
    }
    
    .search-container .fl-post-feed-post.fl-post-feed-image-beside,
    .search-container .fl-post-feed-post {
        max-width: 100% !important;
    }
    
}

@media screen and (max-width: 450px) {

    .home-page-featured-news {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0px 10px;
    }
    
}

@media screen and (max-width: 412px) {
    
    /***Product Single***/
    
    .linked-posts-mini .fl-post-column {
        max-width: 100% !important;
    }
    
    .linked-posts-mini .fl-post-column:nth-child(3) {
        display: none !important;
    }
    
    .fl-post-column:nth-child(1n + 1) {
        clear: none !important;
    }
    
}

/***** 
Feedback from Silver Agency March 2019 
*****/

/*3 Post Row Start Page fixes*/
@media screen and (min-width: 768px) {
	.masonry {
		width: 100% !important;
	}	
}

/*****
Top bar social media icons
*****/
.topbar-icons a,
.topbar-icons i {
	font-size: 20px !important;
	color: rgb(60, 60, 59) !important;
}
.fl-page-bar {
	background-color: white !important;
}
@media (min-width: 1100px) {
	.fl-page-bar-container {
		width: 1330px !important;	
    	max-width: 97% !important;
	}
}

/* Post Row Hotfix April 2019 */
.fl-node-5bf55534165b3 .fl-post-grid-post {
	width: 100% !important;
}

/* Static Product Categories April 2019*/
.static_category_links a {
	padding-left: 0px !important;
    font-family: 'Simple';
    font-size: 18px;
    font-weight: 400;
    margin-right: 52px;
    display: inline-block;
    color: #333333;
    margin-bottom: 10px !important;
    vertical-align: top !important;
}

.static_category_links_recept a {
	padding-left: 0px !important;
    font-family: 'Simple';
    font-size: 18px;
    font-weight: 400;
    margin-right: 22px;
    display: inline-block;
    color: #333333;
    margin-bottom: 10px !important;
    vertical-align: top !important;
}

.static_category_links a:hover,
.static_category_links_recept a:hover {
	color: #98c996;
    text-decoration: underline;
}


#search-results .tags h5 {
    color: #fff;
    padding-right: 10px;
}

#search-results .tags {
    display: flex;
    flex-wrap: wrap;
}

#search-results .fl-post-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

#search-results .search-post-wrapper {
    width: 33.333%;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	#search-results .search-post-wrapper {
        width: 50%;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }	
}

@media screen and (max-width: 768px) {
	#search-results .search-post-wrapper {
        width: 100%;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }	
}

.tag-search-input, .ui-autocomplete, #top-tags {
    width: 300px !important;
    overflow-x: auto !important;
}

.ui-autocomplete,  #top-tags {
    padding-left: 0;
    border: 1px solid #e6e6e6;
    border-top: none;
}

#top-tags ul {
    margin-bottom: 0;
}

.ui-autocomplete .ui-menu-item {
    list-style: none;
}

.ui-menu-item .ui-menu-item-wrapper {
    transition: 0.4s;
}

.ui-menu-item:hover .ui-menu-item-wrapper {
    cursor: pointer;
    text-decoration: underline;
    color: #98c996;
    transition: 0.4s;
}

#top-tags ul, .ui-autocomplete {
    list-style: none;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#top-tags ul li, .ui-autocomplete .ui-menu-item {
    padding-bottom: 5px;
    padding-top: 5px;
}

#search-tags {
    border-color: #333;
    border-radius: 0;
}

#search-tags::placeholder {
    opacity: 1;
    color: #333;
}

.top-tags-container.active {
    visibility: visible;
    opacity: 1;
    position: absolute;
    z-index: 100;
    background-color: #fff;
}

.top-tags-container {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 100;
    background-color: #fff;
}


/*****
Front page post grid
*****/
.nyberg-home__posts {
    width: 100%;
    display: inline-block;
}

.nyberg-home__posts .startsidan_object__column {
    display: block;
}

.nyberg-home__posts .startsidan-post__image,
.nyberg-home__posts .startsidan-object__image {
    height: 0;
    padding-bottom: 56.3%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.startsidan_object__column.text:nth-of-type(odd) .startsidan_item {
    background-color: #ef989e;
}

.startsidan_object__column.text:nth-of-type(even) .startsidan_item {
    background-color: #98c996;
}

.nyberg-home__posts video {
    max-width: 100%;
}


.startsidan_item.text {
    padding: 0px !important;
    height: 100%;
    position: relative;
    margin: 20px 10px 20px;
}

/*.startsidan_item.text .text-container {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    padding-right: 20px;*/
/*}*/

.startsidan_item.text {
    text-align: center !important;
}

.startsidan_item.text .text-container h1,
.startsidan_item.text .text-container h2,
.startsidan_item.text .text-container h3,
.startsidan_item.text .text-container h4,
.startsidan_item.text .text-container h5,
.startsidan_item.text .text-container h6,
.startsidan_item.text .text-container p {
    color: #fff !important;
}

.startsidan_object__column p.excerpt {
    line-height: 1.45 !important;
}

.startsidan_post__meta p,
.startsidan_post__meta a {
    margin-bottom: 0px !important;
}

.startsidan_item.video {
    font-size: 0;
}

.read-more {
    padding-top: 10px;
}

.text-section {
    padding-bottom: 25px;
}

.text-url {
    background-color: #8224e3;
    padding: 20px 25px;
    transition: 0.4s;
    text-align: center;
    border: 1px solid;
}

.text-url:hover {
    color: #3c3c3b;
    background-color: rgba(0,0,0,0) !important;
    transition: 0.4s;
    text-decoration: none;
}

.nyberg-home__posts .startsidan_object__column.text > article {	
   padding: 0px !important;
}

.nyberg-home__posts .startsidan_object__column.text > article .text-main-container {
   padding: 40px 50px !important;
}

.startsidan_item.text .text-main-container {
   position: relative;
}

.text-container a.text-url {
   width: calc(100% - 60px);
   position: absolute;
   bottom: 20px;
   left: 50%;
   transform: translate(-50%);
}

.startsidan_item.text .text-section {
   padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    
    .nyberg-home__posts .startsidan_object__column > article {
        padding: 10px 20px !important;
    }
    
    .startsidan_item.text {
        margin: 0px 20px 0px !important;
    }
    
    .startsidan_item.text .text-main-container {
        padding: 30px 30px !important;
        height: 100%;
    }
    
    .startsidan_object__column.post,
    .startsidan_object__column.text {
        padding: 10px 0px !important;
    }
    
    .nyberg-home__posts .startsidan_object__column.post {
        margin-top: 0px !important;
    }
    
}

@media screen and (max-width: 991px) {
    
    .nyberg-home__posts .startsidan_object__column {
        margin-top: 0px;
    }
    
    .startsidan_item.text {
        margin-top: 0px;
    }
    
    .startsidan_object__column.post .startsidan_item.post {
        padding-top: 0px !important;
    }
    
}

@media screen and (min-width: 768px) {
    .nyberg-home__posts .startsidan_object__column {
        font-size: 0;
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    
    .nyberg-home__posts .startsidan_object__column > article {
        padding: 20px 10px 20px;
    }
    
    .startsidan_item.text .text-main-container {
        padding: 30px 30px !important;
        height: 100%;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    
    .nyberg-home__posts .startsidan_object__column.post {
        margin-top: 20px !important;
    }
    
    .nyberg-home__posts .startsidan_object__column > article {
        padding: 20px 10px 20px !important;
    }
    
    .flex-break:nth-child(2n+1) {
        flex-basis: 100%;
        height: 0;
    }
    
    .nyberg-home__posts {
        display: flex;
        flex-wrap: wrap;
    }
    
}

@media screen and (min-width: 992px) {
    
    .nyberg-home__posts {
        display: flex;
        flex-wrap: wrap;
    }
    
    .nyberg-home__posts .startsidan_object__column {
        flex: 1;
    }
    
    /*.nyberg-home__posts .startsidan_object__column:nth-child(1),*/
    /*.nyberg-home__posts .startsidan_object__column:nth-child(2) {*/
    /*    width: 50%;*/
    /*}*/
    
    .nyberg-home__posts .startsidan_object__column {
        padding: 10px 0px 10px; 
        width: 33.33%;
    }
    
    .flex-break:nth-child(3n+3){
        flex-basis: 100%;
        height: 0;
    }
    
}


/* COOKIE BAR */

.cookie-notice-container {
    background-color: #fff;
    border-top: 1px solid rgba(60,60,59,0.13);
}

#cookie-notice .cn-button {
    background-color: #98c996;
    border-radius: 0px;
    color: #fff !important;
    padding: 10px 20px;
}

.cookie-notice-container span,
.cookie-notice-container span a {
	font-family: 'Simple';
    color: #3c3c3b;
}

.cn-close-icon:before, .cn-close-icon:after {
    background-color: #3c3c3b;
}

/* Cookie bot */
@media screen and (max-width: 767px) {
    .cookie-update a {
        text-align: center;
        margin: 0 auto;
        color: #ffffff !important;
    }
}

@media print {
    .single-recept header, 
    .single-recept footer, 
    .single-recept .fl-page-bar, 
    .single-recept .breadcrumbs-row, 
    .single-recept .mejs-controls,
    .single-recept .related-product,
    .single-recept .recipe-back-button,
    .single-recept .empty-column,
    .single-recept #print-button, 
    .single-recept #share-button,
    .single-recept .wp-video {
      display: none !important;
    }

    .single-recept .fl-row-content-wrap {
        padding-bottom: 0;
        padding-top: 0;
    }

    .fl-node-5aaa7d00e4c8a {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .fl-node-5aaa7d00e4cc8 {
        width: 40% !important;
    }

    .fl-node-5aaa7d00e4cc8 .fl-node-content {
        margin: 0;
    }

    .fl-node-5aaa7d00e4d06 {
        width: 60% !important;
    }

    .fl-node-5aaa7d00e4d06 .fl-module-content {
        margin: 0;
    }

    .fl-page {
        padding-top: 0 !important;
    }

    .film-image {
        display: block !important;
    }

    .recept-film-column>div>div>div {
        display: flex;
        align-items: center;
    }
  }

@page {
    margin: 1cm;
}

.film-image {
    display: none;
}

.recept-film-video {
    width: 100% !important;
}

#print-button, 
#share-button {
    background: #e4e3e4; 
    border-radius: 0; 
    border: none;
}

#print-button span,
#share-button span {
    color: #333;
}

#print-button:hover,
#share-button:hover {
    background: #98c996;
}
