/*
Theme Name: Divi-child
Template: Divi
*/

@import url("../Divi/style.css");

/*********** Import fonts ************/

@font-face {
    font-family: 'eideticmodernbold';
    src: url('../Divi-child/fonts/eideticmodern-bold.eot');
    src: url('../Divi-child/fonts/eideticmodern-bold.eot?#iefix') format('embedded-opentype'),
         url('../Divi-child/fonts/eideticmodern-bold.woff') format('woff'),
         url('../Divi-child/fonts/eideticmodern-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eideticmodernregular';
    src: url('../Divi-child/fonts/eideticmodern-regular.eot');
    src: url('../Divi-child/fonts/eideticmodern-regulareot?#iefix') format('embedded-opentype'),
         url('../Divi-child/fonts/eideticmodern-regular.woff') format('woff'),
         url('../Divi-child/fonts/eideticmodern-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EideticSerif';
    src: url('../Divi-child/fonts/eideticserif-bold-webfont.woff2') format('woff2'),
         url('../Divi-child/fonts/eideticserif-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'EideticSerif';
    src: url('../Divi-child/fonts/eideticserif-regular-webfont.woff2') format('woff2'),
         url('../Divi-child/fonts/eideticserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'EideticSerif';
    src: url('../Divi-child/fonts/eideticserif-italic-webfont.woff2') format('woff2'),
         url('../Divi-child/fonts/eideticserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/************ Generelle rettelser *************/

.et_pb_section {
    background: transparent;
}

#main-content .container:before {
  display: none;
}

.fuldH .et_pb_fullwidth_header, .fuldH, .fuldH .et_pb_slides, .fuldH .et_pb_slides .et_pb_slide, .fuldH {
    height: 100vh!important;
}

.fuldH .et_pb_fullwidth_header_container {
    height: 100%;
}

.admin-bar .fuldH .et_pb_fullwidth_header, .admin-bar .fuldH, .admin-bar .fuldH .et_pb_slides, .admin-bar .fuldH .et_pb_slides .et_pb_slide {
    height: calc(100vh - 32px)!important;
}

.et_pb_module {
    margin-bottom: 0!important;
}

.vertical-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horizontal-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vertical-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#left-area {
  padding: 0!important;
  width: 100%!important;
}

#main-content .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.animated {
  visibility: visible!important;
}

.et_pb_map_container, .et_pb_map_container .et_pb_map {
    width: 100%!important;
    height: 100%!important;
}

/************ Font tilpasninger **************/

body {
  font-family: eideticmodernregular, Times New Roman, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, #top-menu a {
  font-family: EideticSerif, Times New Roman, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.et_pb_text.notCaps h1 {
    text-transform: lowercase!important;
}

.home .et_pb_fullwidth_header .header-content .et_pb_module_header {
  font-family: eideticmodernregular, Times New Roman, Arial, Helvetica, sans-serif;
  text-transform: none;
}

.home .et_pb_fullwidth_header .header-content .et_pb_fullwidth_header_subhead {
  font-family: EideticSerif, Times New Roman, Arial, Helvetica, sans-serif;
}

/************ Header ***************/

header#main-header {
    background: transparent;
    box-shadow: none;
    position: fixed;
    top: 0;
    height: 100px;
    z-index: 999999;
    pointer-events: none;
}

#et-top-navigation, .logo_container a {
  pointer-events: all;
}

header#main-header .container {
  height: 100%;
}

.admin-bar header#main-header {
    top: 32px;
}

div#et-main-area {
  margin-top: 0;
}

#main-content {
    margin-bottom: 300px;
    z-index: 9999;
    position: relative;
    background-color: #fff1de!important;
    background-image: url(/wp-content/uploads/2018/01/bg-img-e1516026976237.gif);
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0px 20px 30px rgba(0,0,0,0.3);
    min-height: 100vh;
}

.admin-bar #main-content {
  min-height: calc(100vh - 32px);
}

.fade-overlay {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#234427+0,132312+100 */
    background: #234427; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #234427 0%, #132312 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #234427 0%,#132312 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #234427 0%,#132312 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234427', endColorstr='#132312',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    animation-duration: 2s!important;
    pointer-events: none;
}

.fade-overlay::after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    background: url(/wp-content/uploads/2018/01/essentialfoods-logo.svg);
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}


/*********** Slide in menu toggle ****************/

@media screen and (min-width: 981px) {
  body.et_header_style_fullscreen #et-top-navigation {
    padding: 0!important;
    height: 100px;
    position: fixed;
    top: 0;
    right: 30px;
  }
}
.et_pb_header_toggle.et_toggle_fullscreen_menu {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 21px;
  width: 28px;
}

@media screen and (max-width: 980px) {
  .et_pb_header_toggle.et_toggle_fullscreen_menu {
    height: 22px;
    width: 32px;
  }
  .et_header_style_left #et-top-navigation {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
}

.mobile_menu_bar:before {
  display: none;
}

.et_pb_header_toggle .menuStreg {
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease .2s;
}

.page-template-page-fullH .et_pb_header_toggle .menuStreg {
  background: #fff;
}

.page-template-page-hvid-menu .et_pb_header_toggle .menuStreg {
  background: #fff;
}

.et_pb_header_toggle.sort .menuStreg {
  background: #000;
}

.page-template-page-hvid-menu .et_pb_header_toggle.sort .menuStreg {
  background: #fff;
}

.et_pb_header_toggle.sort.open .menuStreg, .et_pb_header_toggle.open .menuStreg {
  background: #fff;
}

body.home .et_pb_header_toggle .menuStreg {
  background: #fff;
}

.et_pb_header_toggle .menuStreg:nth-child(1) {
  top: 0;
  transition: all ease .4s;
}

.et_pb_header_toggle .menuStreg:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.et_pb_header_toggle .menuStreg:nth-child(3) {
  top: auto;
  bottom: 0;
  transition: all ease .4s;
}

.et_pb_header_toggle.et_toggle_fullscreen_menu:hover .menuStreg:nth-child(2) {
    width: 70%;
}

/*********** Slide in menu toggle (open)  ****************/

.et_pb_header_toggle.open .menuStreg:nth-child(2) {
    width: 0;
}

.et_pb_header_toggle.et_toggle_fullscreen_menu.open:hover .menuStreg:nth-child(2) {
    width: 0;
}

.et_pb_header_toggle.open .menuStreg:nth-child(1) {
    transform: translateX(-40%) rotate(45deg);
    transform-origin: 0 0;
}

.et_pb_header_toggle.open .menuStreg:nth-child(3) {
    transform: translateX(-40%) rotate(-45deg);
    transform-origin: 0 100%;
}

/************ Hovedmenu tilpasninger *************/

a.et-cart-info {
    display: none;
}

.et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a {
  text-transform: uppercase;
}

/************ Forside tilpasninger *************/

.home .et_pb_fullwidth_header_container.center {
    height: 100%;
}

.admin-bar.home .et_pb_fullwidth_header_0 {
    height: calc(100vh - 32px);
}

.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  width: 100%;
  max-width: none;
}

/************* Footer ****************/

#main-footer {
    background-image: url(/wp-content/uploads/2018/01/leather2_comp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover!important;
    background-attachment: fixed;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 300px;
}

div#footer-bottom, div#footer-info {
    padding: 0;
}

#footer-bottom .container {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding: 20px 0 40px 0;
    margin-top: 20px;
}

#footer-bottom .container #footer-info {
    display: initial;
    float: none;
}

#main-footer .container {
    max-width: none;
}

.et_pb_gutters3 .footer-widget {
    width: 40%!important;
    margin: 0!important;
}

.et_pb_gutters3 .footer-widget:nth-child(2) {
    width: 20%!important;
}

@media screen and (max-width: 980px) {
  .et_pb_gutters3 .footer-widget {
      width: 100%!important;
  }
}

.et_pb_gutters3 .footer-widget ul li {
    padding: 0!important;
    margin: 0;
    float: none;
    display: inline-block;
    height: 150px;
    line-height: 150px;
}

.et_pb_gutters3 .footer-widget ul li::before {
    display: none;
}

.footer-widget, .footer-widget .fwidget, .footer-widget .fwidget > div {
    width: 100%;
    display: block;
}

.et_pb_gutters3 .footer-widget:nth-child(1) ul {
    text-align: right;
}

.et_pb_gutters3 .footer-widget:nth-child(1) ul li {
  margin-left: 30px;
}

.et_pb_gutters3 .footer-widget:nth-child(3) ul li {
  margin-right: 30px;
}

.et_pb_gutters3 .footer-widget .widget_media_image {
    text-align: center;
}

.et_pb_gutters3 .footer-widget .widget_media_image img {
    height: 150px!important;
    vertical-align: bottom;
    transform: translate(1);
    transition: all ease .2s;
}

.et_pb_gutters3 .footer-widget .widget_media_image img:hover {
    transform: scale(1.03);
}

#footer-widgets {
  padding: 50px 0 0 0;
}

@media screen and (max-width: 980px) {
  #footer-widgets .footer-widget {
    width: 100%!important;
  }
  .post-type-archive.woocommerce-page ul.products li.product, .post-type-archive.woocommerce-page ul.products li.product div {
    opacity: 1!important;
    visibility: visible!important;
    animation: none!important;
  }
  .single.woocommerce div.product *:not(.et_overlay) {
    opacity: 1!important;
    visibility: visible!important;
    animation: none!important;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: left;
  }
  .et_pb_section {
    padding: 0;
  }
}



/************* Scrollbar *****************/

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #232323;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #444444;
}


/***************** Knapper *****************/

.et_pb_button {
    border-radius: 0!important;
    border-width: 1px!important;
    text-transform: uppercase;
}

.et_pb_button.et_pb_bg_layout_gold {
    border-color: #c3922e;
    color: #c3922e;
    cursor: pointer;
    font-family: eideticmodernregular, Times New Roman, Arial, Helvetica, sans-serif!important;
    font-size: 20px!important;
}

.et_pb_button.et_pb_bg_layout_gold:hover {
    border-color: transparent;
    color: #c3922e;
    font-family: eideticmodernregular, Times New Roman, Arial, Helvetica, sans-serif!important;
    font-size: 20px!important;
    background-color: rgba(195, 146, 46, 0.3);
}



/**************** Fuld header *******************/

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
    position: relative;
    top: 0;
    animation: hop;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate;
}

@keyframes hop {
    from {top: 0;}
    to {top: -20px;}
}

.home .et_pb_fullwidth_header .header-content .et_pb_header_content_wrapper {
    padding-top: 15px;
}

.et_pb_with_background {
  background-size: cover;
}

/**************** Three videos - (The lifestyle) ******************/

.three_video .et_pb_column .et_pb_section_video_bg {
    opacity: 0;
    transition: all ease-in-out .8s;
}

.three_video .et_pb_column:hover .et_pb_section_video_bg {
    opacity: 1;
}

.three_video .et_pb_code, .three_video .et_pb_code .et_pb_code_inner {
    height: 100%;
}

a.three_video_link {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.three_video .et_pb_column a.three_video_link p {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    visibility: hidden;
}

.three_video .et_pb_column a.three_video_link p.animated {
    visibility: visible;
}

.three_video .et_pb_column a.three_video_link h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

/*********************** Fuld hjde video *********************/

.fuldH .mejs-container {
    height: 100%!important;
}

.fuldH .mejs-container  .mejs-controls {
    opacity: 1!important;
    z-index: 999999;
    background: transparent!important;
    clip: unset;
    clip-path: none;
    padding: 0 30px 20px 30px;
    height: auto;
}

.fuldH .mejs-container .mejs-controls.vis-controls {
    display: block!important;
    pointer-events: none;
}

.fuldH .mejs-container .mejs-controls div {
    float: left;
    pointer-events: all;
}

.fuldH .mejs-container .mejs-controls .mejs-currenttime-container, .fuldH .mejs-container .mejs-controls .mejs-duration-container, .fuldH .mejs-container .mejs-controls .mejs-fullscreen-button, .fuldH .mejs-container .mejs-controls .mejs-time-rail {
    display: none;
}

.fuldH .mejs-container .mejs-controls .mejs-volume-button {
    float: right;
}

.fuldH .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
  font-size: 46px!important;
}

body .fuldH.omvendt .et_pb_slides .et_pb_slide .et_pb_slide_description {
    display: flex!important;
    flex-direction: column-reverse;
}

.et_pb_section.et_pb_section_video.fuldH {
  background-size: cover!important;
}

/************************** Woocommerce / Our Collection ****************************/

.post-type-archive.woocommerce-page ul.products li.product {
    width: 100%!important;
    margin: 0!important;
}

.post-type-archive.woocommerce ul.products li.product a {
  display: block;
}

.post-type-archive.woocommerce-page ul.products li.product .et_shop_image::after {
    content: '';
    position: relative;
    height: 0;
    visibility: hidden;
    float: left;
    clear: both;
}

.post-type-archive.woocommerce-page ul.products li.product > a.woocommerce-LoopProduct-link {
    display: flex;
    float: right;
    width: 30%;
    flex-direction: column;
    justify-content: center;
}

.post-type-archive.woocommerce-page ul.products li.product .et_shop_image, .post-type-archive.woocommerce-page ul.products li.product .et_shop_image img {
    width: 100%;
    display: block;
    margin: 0!important;
}

.post-type-archive.woocommerce-page ul.products li.product {
    width: 100%!important;
    margin: 0!important;
    display: flex;
    flex-direction: row;
}

.post-type-archive.woocommerce-page ul.products li.product:nth-child(odd) {
    flex-direction: row-reverse;
}

.post-type-archive.woocommerce-page ul.products li.product span.et_overlay {
    display: none;
}

.post-type-archive.woocommerce-page ul.products li.product > .content_loop_wrapper {
    display: block;
    float: left;
    clear: none;
    top: 0;
    width: 70%;
}

.post-type-archive.woocommerce-page ul.products li.product:nth-child(odd) .content_loop_wrapper {
    padding-right: 15%;
}

.post-type-archive.woocommerce-page ul.products li.product:nth-child(even) .content_loop_wrapper {
    padding-left: 15%;
}

.post-type-archive.woocommerce-page ul.products li.product > .content_loop_wrapper a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #2f2f2f;
}

.post-type-archive.woocommerce-page ul.products li.product > .content_loop_wrapper a h2.woocommerce-loop-product__title {
    font-size: 32px;
    margin-bottom: 20px;
}

.post-type-archive.woocommerce-page ul.products li.product ul li {
    list-style: disc;
}

@media screen and (max-width: 980px) {
  .post-type-archive.woocommerce-page ul.products li.product {
      flex-direction: column!important;
      margin-bottom: 50px!important;
  }
  .post-type-archive.woocommerce-page ul.products li.product:last-child {
      margin-bottom: 0!important;
  }
  .post-type-archive.woocommerce-page ul.products li.product > a.woocommerce-LoopProduct-link, .post-type-archive.woocommerce-page ul.products li.product > .content_loop_wrapper {
    width: 100%;
    float: none;
  }
  .post-type-archive.woocommerce-page ul.products li.product .content_loop_wrapper {
    padding: 0!important;
    text-align: center;
  }
}

/********************************** Woocommerce single page ************************************/

.woocommerce.single div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none!important;
}

.woocommerce.single section.related.products {
    clear: both;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
    background: transparent!important;
    border: none!important;
}

body.woocommerce.single #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce.single #content-area div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent!important;
    border: none!important;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}

body.woocommerce.single #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce.single #content-area div.product .woocommerce-tabs ul.tabs li.active a {
    color: #083700!important;
    font-family: EideticSerif, Times New Roman, Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    padding: 0!important;
    pointer-events: none;
}

body.woocommerce.single .woocommerce-tabs {
    border: none;
    margin-bottom: 0;
    float: right;
    width: 48%;
    clear: none;
}

body.woocommerce.single #content-area div.product .woocommerce-tabs .panel {
    padding: 0;
}

body.woocommerce.single .product-downloads .datasheet {
    float: left;
    margin: 0 20px 0 0;
    width: 60px;
    height: 60px;
}

body.woocommerce.single .product-downloads .download-uk {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_uk.svg);
}

body.woocommerce.single .product-downloads .download-uk-cyrillic {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_ukr-cyrillic.svg);
}

body.woocommerce.single .product-downloads .download-de {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_de.svg);
}

body.woocommerce.single .product-downloads .download-rus {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_rus.svg);	
}		

body.woocommerce.single .product-downloads .download-rus-cyrillic {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_rus-cyrillic.svg);	
}		
	
body.woocommerce.single .product-downloads .download-se {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_se.svg);
}

body.woocommerce.single .product-downloads .download-dk {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_dk.svg);
}

body.woocommerce.single .product-downloads .download-no {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_no.svg);
}

body.woocommerce.single .product-downloads .datasheet:hover {
    background-image: linear-gradient(transparent, transparent), url(/wp-content/themes/Divi-child/images/icons/download_hover.svg);
    opacity: 0.6;
    transition: all 0.3s;
}

body.woocommerce.single div.product .product-downloads {
    float: right;
    width: 48%;
}

body.woocommerce.single #content-area div.product .woocommerce-tabs .panel dl dt {
    width: 85%;
    float: left;
    font-weight: 400;
}

body.woocommerce.single #content-area div.product .woocommerce-tabs .panel dl dd {
    width: 15%;
    float: left;
    margin: 0;
    text-align: right;
}

body.woocommerce.single #content-area div.product .woocommerce-tabs .panel dl {
    margin: 0;
}

body.woocommerce.single #content-area div.product .woocommerce-tabs .panel dl dd, body.woocommerce.single #content-area div.product .woocommerce-tabs .panel dl dt {
    border-bottom: 1px solid #c3922e;
    padding: 6px 0 0px 0;
}

body.woocommerce.single .product .related > h2 {
    text-align: center;
    font-size: 32px!important;
}

body.woocommerce.single div.product div.summary, body.woocommerce.single div.product .product-downloads {
    margin-bottom: 50px!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  transition: none!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: none;
}

.single .product > .clearfix::after {
    display: none;
}

@media screen and (max-width: 980px) {
  body.woocommerce.single div.product .product-downloads {
    width: 100%;
    float: left;
  }
  body.woocommerce.single .woocommerce-tabs {
    width: 100%;
    float: left;
  }
  body.woocommerce.single .woocommerce-tabs {
    margin-bottom: 50px;
  }
}

/**************************** Ingredients page *************************/

#ingredients .grid-sizer {
  width: 20%
}

#ingredients article.ingredients {
  width:20%;
  float:none;
  padding:35px;
  cursor:pointer;
  opacity: 0;
}

#ingredients article.ingredients h3 {
  text-align:center;
  font-size: 18px;
  text-transform: none;
}

#ingredients article.ingredients.selected {
  width:40%;
}

#ingredients .ingredients figure img {
  width:100%;
  height:auto;
}

#ingredients .ingredients .entry-content {
  -moz-column-count:auto;
  -webkit-column-count:auto;
  column-count:auto;
  text-align:left;
  display:none;
  color: #2f2f2f;
}

#ingredients .ingredients.selected .entry-content {
  display:inline-block;
  text-align: center;
}

#ingredients .ingredients .ingredients-image {
    text-align: center;
}

.page-template-ingredients-template #main-content {
    background-image: none;
}

.page-template-ingredients-template h2.sub-header {
    text-align: center;
}

@media screen and (max-width: 980px) {
  #ingredients article.ingredients {
    padding:15px;
  }
  #ingredients .grid-sizer, #ingredients article.ingredients, #ingredients article.ingredients.selected {
    width: 50%
  }
}

@media screen and (max-width: 768px) {
  #ingredients article.ingredients {
    padding:10px;
  }
  #ingredients .grid-sizer, #ingredients article.ingredients, #ingredients article.ingredients.selected {
    width: 100%
  }
}

/******************* contact form ********************/

.enquiry .gform_body input, .enquiry .gform_body textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c3922d;
  color: #c3922d;
  font-family: eideticmodernregular, Times New Roman, Arial, Helvetica, sans-serif!important;
  font-size: 22px!important;
  display: block;
}

.enquiry .gform_body textarea {
    border: 1px solid #c3922d;
}

.enquiry .gform_body .gfield.message {
  margin-top: 60px;
}

.enquiry .gform_body .gfield.message label {
    display: none;
}

.enquiry .gform_body [type=text] {

}

.enquiry .gform_body .gfield {
    margin-bottom: 30px!important;
    position: relative;
}

.enquiry .gform_body .gfield .gfield_label {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #c3922e;
    font-size: 22px;
    font-weight: 400;
    transition: all ease .3s;
    line-height: 30px;
    height: 30px;
    cursor: text;
}

.enquiry .gform_body .gfield .gfield_label .gfield_required {
  color: #c3922e;
}

.enquiry .gform_body .gfield.flyv-op .gfield_label {
    bottom: 100%;
    cursor: default;
}

.enquiry .gform_body .gfield .ginput_container {
    margin-top: 0;
    position: relative;
}

.enquiry .gform_body .gfield .ginput_container::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #c3922d;
    border-radius: 50%;
    transition: all ease .3s;
    opacity: 0;
}

.enquiry .gform_body .gfield .ginput_container.underline::after {
    opacity: 1;
}

.enquiry .gform_footer.top_label {
    text-align: center;
}

.enquiry .gform_confirmation_message {
    color: #c3922d;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 26px
}

/********************* Map styiling **********************/

.mpfy-fullwrap {
  margin-bottom: 0!important;
}

.mpfy-tooltip a {
    color: #fff;
    font-weight: 700;
}

.mpfy-controls-wrap {
    display: none;
}



.fuldH .et_pb_slides .et_pb_slide, .fuldH .et_pb_slides .et_pb_slide .et_pb_slide_description {
    top: 0!important;
    opacity: 0!important;
    display: block!important;
    visibility: visible!important;
    transition: all ease 2s!important;
    animation: none!important;
    bottom: 0!important;
    transform: none!important;

}

.fuldH .et_pb_slides .et_pb_slide.et-pb-active-slide, .fuldH .et_pb_slides .et_pb_slide.et-pb-active-slide .et_pb_slide_description {
    opacity: 1!important;
    transition-delay: 1s!important;
}

.fuldH .et_pb_slides .et_pb_slide.et-pb-moved-slide, .fuldH .et_pb_slides .et_pb_slide.et-pb-moved-slide .et_pb_slide_description {
    opacity: 0!important;
    transition-delay: 0s!important;
}

/** Mobil styles **/

.et_pb_gutters3 .footer-widget ul li.hideOnDesktop {
  display: none!important;
}

.et_pb_gutters3 .footer-widget ul li.hideOnMobile {
  display: block;
}

@media screen and (max-width: 980px) {
  .home .et_pb_fullwidth_header .header-content .et_pb_fullwidth_header_subhead, .fuldH .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
    font-size: 30px!important;
    line-height: 40px!important;
  }
  .et_pb_gutters3 .footer-widget ul li {
    height: auto;
    line-height: initial;
    margin: 0 auto!important;
    display: block;
    text-align: center;
  }
  body.et_pb_gutters3 #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 0!important;
  }
  .et_pb_gutters3 .footer-widget .widget_media_image img {
    height: 80px!important;
  }
  .et_pb_gutters3 .footer-widget ul li.hideOnMobile {
    display: none;
  }
  .et_pb_gutters3 .footer-widget ul li.hideOnDesktop {
    display: block!important;
  }
}

@media screen and (max-width: 767px) {
  body.et_pb_gutters3 #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 0!important;
  }
}

@media screen and (max-width: 479px) {
  body.et_pb_gutters3 #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 0!important;
  }
}

/** Animated signature **/

.underskrift svg {
    height: 130px;
    width: 300px;
}

path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

path#Main {
  stroke-dasharray: 4500;
  opacity: 0;
}

.et-pb-active-slide path#Main{
  animation: write1 1.5s 1 linear;
  animation-delay: 1s;
  animation-fill-mode: forwards!important;
}

path#sub1 {
  stroke-dasharray: 2000;
  opacity: 0;
}

.et-pb-active-slide path#sub1 {
  animation: write2 1s 1 linear;
  animation-delay: 2.5s;
  animation-fill-mode: forwards!important;
}

path#sub2 {
  stroke-dasharray: 2000;
  opacity: 0;
}

.et-pb-active-slide path#sub2 {
  animation: write2 .8s 1 linear;
  animation-delay: 3.5s;
  animation-fill-mode: forwards!important;
}

@keyframes write1 {
    0% {
        stroke-dashoffset: 4500;
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes write2 {
    0% {
        stroke-dashoffset: 2000;
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

ul.products li.product .badges {
  display: none;
}

.archive.woocommerce-page ul.products li.product .badges {
  display: block;
}

.archive .badges {
    width: 100%;
    padding-top: 30px;
}

.archive.woocommerce-page ul.products li.product .badges .badge {
    width: 22%!important;
    margin-right: 4%!important;
    display: block!important;
    float: left;
    position: relative;
}

.archive.woocommerce-page ul.products li.product .badges .badge:nth-child(4) {
    margin-right: 0!important;
}

.archive.woocommerce-page ul.products li.product .badges .badge p {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    text-align: center;
    display: block;
    white-space: nowrap;
    background: #232323;
    color: #fff;
    padding: 20px;
    border-radius: 3px;
    font-size: 18px;
    pointer-events: none;
    opacity: 0;
    transition: all ease .3s;
}

.archive.woocommerce-page ul.products li.product .badges .badge p::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border-top: 10px solid #232323;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.archive.woocommerce-page ul.products li.product .badges .badge:hover p {
    opacity: 1;
}

.et_pb_slider .et_pb_slide {
  background-color: transparent!important;
}