/*
 Theme Name:   Bambino 2
 Theme URI:    http://bronsonmedia.se
 Description:  GeneratePress child theme for Bambino
 Author:       Peder Bolgerth
 Author URI:   http://bronsonmedia.se
 Template:     generatepress
 Version:      0.1
*/

/*

1.Fonts
2.General
3.Navigation
4.Header
5.Pages
6.WooCommerce
7.Footer
8.Devices

*/


/**
 * 1.Fonts
 */

@font-face {
    font-family: 'Bambino';
    src: url('fonts/bambino/bambino_script-webfont.eot');
    src: url('fonts/bambino/bambino_script-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bambino/bambino_script-webfont.woff2') format('woff2'),
         url('fonts/bambino/bambino_script-webfont.woff') format('woff'),
         url('fonts/bambino/bambino_script-webfont.ttf') format('truetype'),
         url('fonts/bambino/bambino_script-webfont.svg#bambino_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'Albert-regular';
  src: url('fonts/FSAlbert/FSAlbertWeb-Regular.woff2') format('woff2'),
       url('fonts/FSAlbert/FSAlbertWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Albert-thin';
  src: url('fonts/FSAlbert/albert-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Albert-light';
  src: url('fonts/FSAlbert/albert-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Albert-bold';
  src: url('fonts/FSAlbert/albert-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

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


/**
 * 2.General
 */

h1 {
  font-size: 80px;
}

.home h1, h3 {
  font-size: 50px;
}

p {
  font-family: 'Albert-regular';
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #cb0020;
}

a {
  font-weight: 600;
  text-decoration: underline;
}

a:hover, a:visited, a:focus {
  text-decoration: underline;
}

.button {
  background-color: #cb0020;
  font-family: 'Albert-bold';
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 4px;
}

.button:hover {
  text-decoration: none;
}

.flex {
  display: flex;
}

.mobile {
  display: none;
}

/**
 * 3.Navigation
 */

.main-navigation .nav-logo {
  width: 160px;
  margin-right: 0;
  background-image: url(images/bambino_rgb_logo_small.png);
  background-size: 120px 48px;
  background-repeat: no-repeat;
  background-position: center;
}

.main-navigation .nav-logo a {
  opacity: 0;
}

.home .main-navigation li.nav-logo {
  background-image: none;
  margin-left: -120px;
}

.home .main-navigation.is_stuck li.nav-logo {
  background-image: url(images/bambino_rgb_logo_small.png);
  margin-left: 0px;
}

.main-navigation a:hover,
.main-navigation a:focus {
  text-decoration: none;
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 0;
  padding-left: 6px;
  font-weight: 600;
}

.main-navigation .main-nav ul ul {
  top: 60px;
  padding-bottom: 12px;
}

.main-navigation .main-nav ul ul li {
  height: 47px;
}


.main-navigation .main-nav ul ul li a {
  font-family: 'Albert-regular';
  font-size: 18px;
  padding: 12px 20px;
}

.main-navigation .main-nav ul ul li a:hover,
.main-navigation .main-nav ul ul li a:focus,
.main-navigation .main-nav ul ul li.current-menu-item a {
  font-family: 'Albert-bold';
}

.menu a,
.menu a:hover,
.menu a:focus {
  text-decoration: none;
}

ul.menu > li a {
  text-transform: uppercase;
}

ul.sub-menu > li a {
  text-transform: none;
}

.main-navigation .main-nav ul ul.woocommerce-mini-cart {
  top: 0;
}
.main-navigation .main-nav ul ul.woocommerce-mini-cart li {
  height: auto;
  line-height: 1.3;
}

.main-navigation .main-nav ul ul.woocommerce-mini-cart li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}

div.wc-mini-cart {
  width: 340px;
}

/**
 * 4.Header
 */

.custom-label .site-header {
  display: none;
  height: 305px;
  background-image: url(images/bambino_header_blank.jpg) !important;
  background-size: 1920px 305px;
}

.site-header {
  display: none;
  height: 305px;
  background-image: url(images/bambino_header_om_oss.jpg);
  background-size: 1920px 305px;
}

.home .site-header {
  display: block;
  height: 1460px;
  background-image: url(images/header_start.jpg);
  background-size: 1920px 1460px;
}

.site-header.custom-header {
  background-image: url(images/bambino_header_blank.jpg);
}

.site-header.custom-header.default-bg {
  background-image: url(images/bambino_header_om_oss.jpg);
}

.page-template-page-recipes .site-header.custom-header,
.category-pureer-6-12-man .site-header.custom-header,
.category-barn-mat-1-3-ar .site-header.custom-header,
.single-recipe .site-header.custom-header {
  background-image: url(images/bambino_header_recept.jpg);
}

.page-template-page-faq .site-header.custom-header {
  background-image: url(images/bambino_header_konsumentkontakt.jpg);
}

.page-template-page-advice .site-header.custom-header {
  background-image: url(images/bambino_header_tipsrad.jpg);
}

.woocommerce .site-header,
.woocommerce-page .site-header.custom-header {
  background-image: url(images/bambino_header_webshop.jpg);
}

.site-header.custom-header {
  display: block;
  position: relative;
  overflow: hidden;
}

.custom-header > div {
  width: 1920px;
  height: 305px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.custom-label .site-header.custom-header {
  display: block;
}

.custom-header p {
    display: table-cell;
    position: absolute;
    font-family: 'bambino';
    font-size: 80px;
    font-weight: 400;
    line-height: 0.8;
    color: #fff;
    transform: rotate(-8deg);
    text-transform: none;
    vertical-align: middle;
    padding: 0 6px;
    top: 130px;
    left: 350px;
    width: 260px;
    margin-bottom: 0;
}

.header-logo {
  margin-top: 40px;
}

.header-content {
  position: absolute;
  top: 1100px;
  width: 100%;
  max-width: 1920px;
}

.header-content p {
  color: #fff;
  max-width: 800px;
  margin: 0px auto;
}

.top-bar {
  display: none;
}

a.cart-contents > span.number-of-items {
  position: absolute;
  background-color: #ffffff;
  display: block;
  left: 34px;
  top: 12px;
  padding: 10px 6px;
  margin-left: 0;
  line-height: 0;
  height: initial;
  width: initial;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
}


/**
 * 5.Pages
 */

.separate-containers .site-main {
  margin-top: 0px;
}

h1.entry-title {
  text-align: center;
}

.inside-article {
  max-width: 1120px;
  margin: 0 auto;
}

.separate-containers .inside-article {
  padding-top: 0;
}

.home.separate-containers .inside-article {
  padding-top: 40px;
}

.inside-article h1 {
  text-align: center;
}

.inside-article p {
  max-width: 1000px;
  margin: 0 auto;
}

.entry-content p {
  margin-bottom: 16px;
}

.archive.category .inside-article p {
  text-align: center;
}

.gform_wrapper {
    margin: 40px auto !important;
    max-width: 1000px !important;
}

.gform_confirmation_message {
    margin: 40px auto !important;
    max-width: 1000px !important;
    font-size: 24px;
    font-style: italic;
}

/* Modules */

.modules {
  width: 100%;
}

.modules > div {
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.modules > div.banner {
  max-width: 100%;
  padding: 0;
}

.modules .follow img {
  width: 40px;
  height: 40px;
}

.modules .search input {
  border-color: #f7d4dd;
  background-color: #fff;
  width: 100%;
  max-width: 400px;
}

.modules .search input::placeholder {
  color: #f7d4dd;
}

/* Promo list */

.modules > div.banner-3 {
  max-width: 1440px;
  padding-bottom: 0px;
}

ul.promo-items-list {
  list-style: none;
  margin-left: 0;
}

ul.promo-items-list li {
  display: inline-block;
  width: 29%;
  margin-right: 1%;
}

/* Recipes */

.recipes {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0 40px;
  justify-content: space-between;
}

.recipes img {
  max-width: 550px;
}

ul.thumbnail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
  list-style: none;
  padding: 20px 0 40px;
}

ul.thumbnail-list li {
  width: 49%;
}

ul.thumbnail-list .dynamic-height {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.dynamic-height img {
  width: 100%;
}

.dynamic-height .dynamic-height-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.thumbnail-list li {
    height: 310px;
    margin-bottom: 20px;
}

.thumbnail-list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.thumbnail-list img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  min-width: 100%;
  max-width: 999px;
  min-height: 100%;
  max-height: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumbnail-list h3 {
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  padding: 12px;
  margin: 0;
  position: absolute;
  top: 130px;
  text-align: center;
  z-index: 10;
}

.recipe {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.recipe .flex {
  justify-content: space-between;
}

.recipe-text {
  width: 54%;
}

.recipe-images {
  width: 44%;
}

.recipe-thumbnails.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.recipe h1 {
  font-size: 80px;
}

.recipe .subtitle {
  font-size: 45px;
}

.recipe p {
  font-size: 28px;
}

.recipe .cooking-title {
  font-family: 'Bambino';
  font-size: 40px;
}

.recipe ul {
  list-style-type: none;
  margin-left: 0;
}

.recipe ol {
  margin-left: 0;
}

.recipe li {
  font-size: 24px;
}

.recipe .recipe-images li {
  max-width: 48%;
  margin-bottom: 6px;
}

.recipe .tip {
  background-color: #cb0020;
  padding: 30px 30px 15px;
}

.recipe .tip p {
  font-size: 26px;
  color: #fff;
}

/* Accordion */

.accordion,
.accordion * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.accordion {
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
  background: #fff;
  border: 1px solid #F7D4DD;
  border-bottom: 0;
}

p.accordion-section-title {
  background-color: #fff;
  font-weight: 700;
  max-width: 1120px;
}

.accordion-section-title,
.accordion-section-question {
  font-family: 'Albert-regular';
  font-weight: 500;
  width: 100%;
  padding: 15px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  background: #fff2f4;
  transition: all linear 0.15s;
  font-size: 24px;
  color: #CB0020;
  text-decoration:none;
}

.accordion-section-title.active,
.accordion-section-title:hover,
.accordion-section-question.active,
.accordion-section-question:hover {
  background: #fff;
  text-decoration:none;
  font-weight: 600;
}

.accordion-section-title:visited,
.accordion-section-title:focus,
.accordion-section-question:visited,
.accordion-section-question:focus {
  text-decoration: none;
}

.accordion-section:last-child .accordion-section-title,
.accordion-section:last-child .accordion-section-question {
  border-bottom: none;
}

.accordion-section-content {
  padding: 15px;
  display: none;
}

.accordion-section-content.open {
  display: block;
}

.accordion-section-content p {
  margin-bottom: 16px;
}

h2.faq {
  max-width: 1000px;
  margin: 30px auto 10px;
  font-size: 50px;
}

h3.spare {
  max-width: 1000px;
  margin: 50px auto 6px;
  font-family: 'Albert-bold';
  font-size: 40px;
  text-align: center;
}

p.spare {
  margin-bottom: 30px;
  text-align: center;
}

/**
 * 6. WooCommerce
 */

.woocommerce div.wc-columns-4 ul.products li.product, 
.woocommerce-page div.wc-columns-4 ul.products li.product {
  width: 29%;
}

.woocommerce .wc-related-upsell-columns-4 .related ul.products li.product,
.woocommerce .wc-related-upsell-columns-4 .up-sells ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product a {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 6px;
  border-radius: 4px;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

.woocommerce ul.products li.product a img.secondary-image {
  display: none;
}

.woocommerce ul.products li.product h2 {
  font-family: 'Albert-regular';
  color: #222222;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  margin-top: 20px;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price,
.woocommerce ul.products li.product .button {
  margin-top: 6px;
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
  display: inline-block;
  padding: 0 6px;
}

.woocommerce ul.products li .add_to_cart_button,
.woocommerce ul.products li .button.product_type_variable {
  display: none;
}

.woocommerce span.onsale {
  background-color: #cb0020;
}

.woocommerce.spare-parts ul.products {
  margin-bottom: 0px;
}

.woocommerce.spare-parts ul.products li.product {
  margin-bottom: 0px;
}

.woocommerce .woocommerce-ordering {
  display: none;
}

.woocommerce .term-description {
  text-align: center;
}

.categories-area {
  padding: 40px 0;
  text-align: center;
}

.category-button {
  display: inline-block;
  background-image: url(images/splash_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 95px;
  padding: 12px 14px;
}

.category-button a {
  font-size: 18px;
  text-decoration: none;
}

.woocommerce-product-gallery__image {
  /*max-height: 596px;*/
}

.woocommerce-product-gallery ul.flex-direction-nav {
  list-style: none;
}

.woocommerce-product-gallery .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -20px 0 0;
  padding-top: 20px;
  position: absolute;
  top: 34%;
  left: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(34, 34, 34, 0.1);
  background-color: rgba(34, 34, 34, 0.1);
}

.woocommerce-product-gallery .flex-direction-nav a.flex-next {
  text-align: right;
  right: 0;
  left: initial;
}

.woocommerce-product-gallery .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  margin-bottom: 20px;
  margin-left: 10px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
  margin-left: 0px;
  margin-right: 10px;
}

h1.product_title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
}

.woocommerce.single-product .inside-article {
  max-width: 1240px;
}

.woocommerce.single-product div.product p.price {
  color: #CB0020;
  font-family: 'Albert-bold';
  font-size: 24px;
  text-align: center;
}

.woocommerce.single-product  div.product form.cart div.quantity {
  float: none;
  display: block;
  width: 100%;
}

.woocommerce.single-product .quantity .qty {
  padding: 3px 4px;
  margin-bottom: 15px;
  margin-right: 10px;
}

.woocommerce-product-details__short-description {
  margin-left: 10px;
  margin-right: 10px;
}

.woocommerce.single-product .woocommerce-product-details__short-description ul {
  padding-left: 20px;
  margin: 0 auto 20px;
}

.woocommerce.single-product .woocommerce-product-details__short-description ul li {
  text-align: left;
}

.woocommerce.single-product .woocommerce-product-details__short-description p,
.woocommerce.single-product .woocommerce-product-details__short-description ul li {
  font-size: 22px;
}

.woocommerce.single-product form.cart {
  text-align: center;
}

.woocommerce.single-product td.label {
  text-align: right;
}

.woocommerce.single-product p.stock {
  display: none;
}

.woocommerce .woocommerce-variation-add-to-cart {
  text-align: center;
}

.woocommerce table.variations td.label {
  display: none;
}

.woocommerce div.product form.cart table.variations {
  margin-bottom: 0;
}

.woocommerce div.product form.cart table.variations td.value {
  text-align: center;
  padding-left: 8px;
}

.woocommerce div.product form.cart table.variations select {
  width: 100%;
  margin-right: 0;
}

.woocommerce div.product form.cart table.variations a.reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart div.quantity {
  padding: 8px;
  margin-right: 0;
}

.woocommerce div.product form.cart .quantity select.qty {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 10px 15px;
  color: #cb0020;
  background-color: #ffffff;
  border-color: #f7d4dd;
}

.woocommerce .woocommerce-variation-add-to-cart button.button.alt,
.woocommerce .woocommerce-variation-add-to-cart button.button.alt.disabled,
.woocommerce .woocommerce-variation-add-to-cart button.button.alt:hover,
.woocommerce .woocommerce-variation-add-to-cart button.button.alt.disabled:hover,
.woocommerce button.single_add_to_cart_button.button.alt,
.woocommerce button.single_add_to_cart_button.button.alt.disabled,
.woocommerce button.single_add_to_cart_button.button.alt:hover,
.woocommerce button.single_add_to_cart_button.button.alt.disabled:hover {
  background-color: #40c1ac;
  font-family: 'Albert-bold';
  font-size: 20px;
  width: 100%;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 14px;
  margin: 0 8px;
  float: none;
  display: block;
}

.woocommerce div.product form.cart .button {
  float: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.woocommerce .up-sells {
  clear: both;
}

.separate-containers .widget.product-widget {
  margin-bottom: 40px;
}

.related.products h2,
.up-sells h2,
.product-widget h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 30px;
}

.inside-wc-product-image {
  background-color: rgba(64, 193, 172, 0.9);
  border-radius: 12px;
  padding: 0;
}

li.mintturkos .inside-wc-product-image {
  background-color: rgba(64, 193, 172, 0.5);
}

li.mint .inside-wc-product-image {
  background-color: rgba(64, 193, 172, 0.2);
}

.woocommerce .splash {
  position: absolute;
  display: table;
  text-align: center;
  background-image: url(images/splash_products_small.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 77px;
  top: 5px;
  left: 5px;
}

.woocommerce .woocommerce-product-gallery .splash {
  background-image: url(images/splash_products.png);
  width: 200px;
  height: 140px;
  top: 5px;
  left: 5px;
  z-index: 10;
}

.woocommerce .splash p {
  display: table-cell;
  font-family: 'bambino';
  font-size: 26px;
  font-weight: 400;
  line-height: 0.8;
  color: #fff;
  transform: rotate(-8deg);
  text-transform: none;
  vertical-align: middle;
  padding: 0 6px;
  margin-top: 16px;
  margin-bottom: 0;
}

.woocommerce .woocommerce-product-gallery .splash p {
  font-size: 50px;
}

.woocommerce ul.color-dots {
  position: absolute;
  list-style: none;
  bottom: -24px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.woocommerce ul.color-dots li {
  width: 30px;
  height: 30px;
  background-color: #EAEAEA;
  border-radius: 30px;
  border: 3px solid #fff;
  display: inline-block;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.woocommerce ul.color-dots li.Vit {
  background-color: #EAEAEA;
}
.woocommerce ul.color-dots li.Blå {
  background-color: #71C9EA;
}
.woocommerce ul.color-dots li.Mint,
.woocommerce ul.color-dots li.Mintgröna {
  background-color: #A4E8BB;
}
.woocommerce ul.color-dots li.Mörkblå {
  background-color: #018AE8;
}
.woocommerce ul.color-dots li.Rosa {
  background-color: #FDA6F2;
}
.woocommerce ul.color-dots li.Röd {
  background-color: #CB0020;
}
.woocommerce ul.color-dots li.Turkos,
.woocommerce ul.color-dots li.Grön {
  background-color: #77CD97;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 9px;
}

.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
  color: #fff;
}

.woocommerce .cart-collaterals {
  display: flex;
}

.woocommerce-cart .cart-collaterals .cart_totals p.woocommerce-shipping-destination {
  font-size: 16px;
}

.woocommerce .coupon .input-text {
  opacity: 0.8;
}

.woocommerce .coupon .button {
  opacity: 0.5;
}

.woocommerce .coupon .button:hover {
  opacity: 1;
}

#klarna-checkout-widget td, 
#klarna-checkout-widget th {
  font-size: 14px;
}

/**
 * 7.Footer
 */

.site-info {
  display: none;
}

h2.widget-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.footer-widgets .widget {
  font-size: 20px;
}


/**
 * 8.Devices
 */

@media screen and (max-width: 1600px) {
  .home .site-header {
    height: 1214px;
    background-image: url(images/header_start.jpg);
    background-size: 1600px auto;
  }
  .header-logo img {
    max-width: 450px;
  }
  .header-content {
    top: 920px;
  }
  .header-content p {
    max-width: 700px;
  }
}

@media screen and (max-width: 1400px) {
  .home .site-header {
    height: 1064px;
    background-image: url(images/header_start.jpg);
    background-size: 1400px auto;
  }
  .header-logo img {
    max-width: 400px;
  }
  .header-content {
    top: 800px;
  }
  .header-content p {
    max-width: 600px;
    font-size: 22px;
  }
}

@media screen and (max-width: 1120px) {
  .home .site-header {
    height: 850px;
    background-image: url(images/header_start.jpg);
    background-size: 1120px auto;
  }
  .header-logo img {
    max-width: 320px;
  }
  .header-content {
    top: 630px;
  }
  .header-content p {
    max-width: 500px;
    font-size: 20px;
  }
}

@media screen and (max-width: 980px) {
  .home .site-header {
    height: 744px;
    background-image: url(images/header_start.jpg);
    background-size: 980px auto;
  }
  .header-logo img {
    max-width: 280px;
  }
  .header-content {
    top: 550px;
  }
  .header-content p {
    max-width: 440px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1120px) {
  .recipes {
    max-width: 100%;
  }
  .recipes img {
    max-width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  /* 8.2 General */
  .desktop {
    display: none;
  }
  .mobile {
    display: inherit;
  }

  h1 {
    font-size: 32px;
  }
  .home h1, h3 {
    font-size: 32px;
  }
  h3 {
    margin-bottom: 14px;
  }
  p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 11px;
  }
  .button {
    font-size: 18px;
  }

  /* 8.3 Navigation */
  .main-navigation.toggled .main-nav li.nav-logo {
    display: none !important;
  }
  .toggled .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 50px;
  }
  .main-navigation .mobile-bar-items a {
    padding: 0 5px;
  }
  .main-navigation .wc-mobile-cart-items a {
    padding-right: 20px;
  }
  .main-navigation .mobile-bar-items .amount {
    display: none;
  }
  .header-logo-mobile {
    max-width: 120px;
    position: absolute;
    z-index: 10;
    margin-top: 15px;
    left: 50%;
    margin-left: -55px;
  }

  /* 8.4 Header */
  .site-header {
    background-image: url(images/bambino_header_om_oss_mobile.jpg);
    background-size: contain;
    height: auto;
  }

  .home .site-header {
    background-image: url(images/header_start_mobile_2.jpg);
    background-size: contain;
    background-color: #CB0020;
    height: auto;
  }

  .site-header.custom-header {
    background-image: url(images/bambino_header_blank_mobile.jpg);
  }

  .site-header.custom-header.default-bg {
    background-image: url(images/bambino_header_om_oss_mobile.jpg);
  }

  .page-template-page-recipes .site-header,
  .category-pureer-6-12-man .site-header,
  .category-barn-mat-1-3-ar .site-header,
  .single-recipe .site-header {
    background-image: url(images/bambino_header_recept_mobile.jpg);
    background-size: contain;
    height: auto;
  }

  .home .inside-header {
    margin-top: -78px;
  }

  .header-logo {
    display: none;
  }

  .main-navigation .menu-toggle {
    position: relative;
    z-index: 10;
  }

  .header-content {
    position: relative;
    top: inherit;
    margin-top: 70%;
    width: auto;
    padding: 0 30px 15px;
  }

  .header-content p {
    font-family: 'Albert-bold';
    font-size: 18px;
    font-weight: 400;
  }

  .page-template-page-faq .site-header {
    background-image: url(images/bambino_header_konsumentkontakt_mobile.jpg);
  }

  .page-template-page-advice .site-header {
    background-image: url(images/bambino_header_tipsrad_mobile.jpg);
  }

  .woocommerce .site-header {
    background-image: url(images/bambino_header_webshop_mobile.jpg);
  }

  a.cart-contents > span.number-of-items {
    left: 20px;
  }

  .custom-header > div {
    width: auto;
    height: auto;
    left: 0;
    margin-left: 0px;
  }

  .custom-header div p {
    font-size: 48px;
    top: 38%;
    left: 30%;
    width: 23%;
  }
  

  /* 8.5 Pages */

  .entry-content {
    margin-top: 1.5em;
  }

  .separate-containers .inside-article {
    padding-bottom: 10px;
  }

  .modules > div {
    padding: 20px 30px;
  }
  .modules > div.follow p {
    font-size: 16px;
    font-weight: 400;
  }

  ul.promo-items-list li {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .accordion-section-title {
    font-size: 18px;
  }

  .thumbnail-list h3 {
    top: 40%;
    font-size: 40px;
    padding: 0;
  }
  ul.thumbnail-list li {
    width: 100%;
    height: 250px;
    margin-bottom: 0;
  }
  ul.thumbnail-list .dynamic-height {
    border-radius: 0;
  }

  h2.faq {
    font-size: 32px;
  }

  .recipe .flex {
    flex-direction: column;
  }
  .recipe-text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .recipe-images {
    width: 100%;
    text-align: center;
  }
  .recipe h1 {
    font-family: 'Albert-bold';
    font-size: 32px;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 4px;
    text-align: center;
  }
  .recipe .subtitle {
    font-family: 'Albert-regular';
    font-weight: 400;
    font-size: 24px;
    text-align: center;
  }
  .recipe p {
    font-family: 'Albert-regular';
    font-size: 18px;
    font-weight: 400;
    padding: 0 20px;
  }
  .recipe .cooking-title {
    font-size: 32px;
  }
  .recipe ul {
    padding: 0 20px;
  }
  .recipe ol {
    padding: 0 20px 0 40px;
  }
  .recipe li {
    font-size: 18px;
  }
  .recipe .tip {
    padding: 20px 20px 10px;
  }
  .recipe .tip p {
    font-family: 'Albert-regular';
    font-weight: 500;
    font-size: 18px;
  }
  .cooking_step_image_1 {
    margin: 0px auto 20px;
  }

  h3.spare {
    font-size: 28px;
  }

  /* 8.6 WooCommerce */
  .woocommerce div.wc-columns-4 ul.products li.product, 
  .woocommerce-page div.wc-columns-4 ul.products li.product {
    width: 100%;
  }

  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product {
    margin-bottom: 10px;
  }

  .woocommerce ul.products li.product span.price {
    font-weight: 400;
  }

  .woocommerce ul.products[class*=columns-] li.product {
    margin-bottom: 0;
  }

  .categories-area {
    padding: 14px 0 30px;
  }
  .category-button {
    min-width: 60px;
    padding: 6px 6px;
    margin-bottom: 6px;
  }
  .category-button a {
    font-size: 11px;
  }

  .woocommerce .entry-content .flex-viewport {
    margin-left: -30px;
    margin-right: -30px;
  }
  .woocommerce-product-gallery .flex-direction-nav a {
    height: 40px;
    padding-top: 0; 
    margin-left: -30px;
  }
  .woocommerce-product-gallery .flex-direction-nav a.flex-next {
    margin-right: -30px;
  }
  .woocommerce .woocommerce-product-gallery .splash {
    width: 140px;
    height: 98px;
    top: 10px;
    left: 10px;
  }
  .woocommerce .woocommerce-product-gallery .splash p {
    font-size: 30px;
  }

  h1.product_title {
    font-size: 32px;
  }
  .woocommerce div.product form.cart .variations select {
    width: 75%;
  }
  .variations td {
    padding: 0;
  }
  .woocommerce div.product form.cart table.variations td.value {
    padding-right: 8px;
  }
  .woocommerce.single-product .woocommerce-product-details__short-description p, 
  .woocommerce.single-product .woocommerce-product-details__short-description ul li {
    font-size: 16px;
  }
  .related.products h2,
  .up-selles h2 {
   font-size: 30px; 
  }
  .woocommerce .cart-collaterals {
    flex-direction: column-reverse;
  }

  /* 8.7 Footer */
  .inside-footer-widgets {
    text-align: center;
  }
  .widget ul li {
    padding-bottom: 0;
    font-size: 18px;
  }
  .footer-widgets a {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .custom-header > div {
    width: auto;
    height: auto;
    left: 0;
    margin-left: 0px;
  }

  .custom-header div p {
    font-size: 28px;
    top: 38%;
    left: 30%;
    width: 23%;
  }
}