/*

Theme Name: Izidor
Theme URI: https://drap.hr
Description: Izidor web site theme
Author: Drap d.o.o.
Author URI: https://www.drap.hr
Version: 1.0

*/

* {
    outline: none;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
}

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

body {
    color: #828282;
}

.no-scroll {
    overflow: hidden !important;
}

.transition,
.transition:after {
    transition: all .3s ease-out;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Glegoo;
    font-weight: bold;
}

h1 {
    font-size: 48px;
    line-height: 1.08;
}

h2 {
    font-size: 38px;
    line-height: 1.42;
}

h3 {
    font-size: 28px;
    line-height: 1.8;
}

h4 {
    font-size: 21px;
    line-height: 1.4;
}

h5 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

p {
    font-size: 18px;
    line-height: 1.5;
}

a {
    color: #11623D;
}

a:hover {
    color: #9DC32C;
}

.navbar-izidor,
.navbar-brand {
    padding: 0;
    position: relative;
    z-index: 2;
}

header,
.navbar-izidor {
    pointer-events: none;
}

.navbar-izidor * {
    pointer-events: initial;
}


.menu-icon {
    width: 271px;
    height: 134px;
}

.navbar-izidor .navbar-toggler {
    margin-right: 5%;
    position: relative;
    z-index: 2;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: 0;
}

.navbar-izidor .navbar-collapse {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #11623D;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;

}

.navbar-izidor .navbar-nav {
    flex-direction: column;
    text-align: right;
    margin: 10%;

}


.navbar-izidor .menu-item a {
    font-family: Glegoo;
    font-size: 64px;
    color: #fff;
    display: block;
    padding: .5rem 0;
}

.navbar-izidor .hamburger-line {
    fill: #fff;
}

.navbar-collapse {
    display: flex;
}

.navbar-izidor .collapsing {
    opacity: 0;
    transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
}

.navbar-izidor .collapsed .hamburger-line {
    fill: #11623D;
}

.navbar-izidor .hamburger-line {
    fill: #fff;
}

.home .navbar-izidor .collapsed .hamburger-line {
    fill: #fff;
}

.menu-icon-shape-2 {
    visibility: hidden;
}

.menu-icon-shape-1 {
    transition: all 0.2s ease;
}

.main-menu--open .menu-icon-shape-1 {
    opacity: 0;
}


.navbar-izidor .collapsed .hamburger-line--1 {
    transform: rotate(0);
}


.navbar-izidor .hamburger-line--1 {
    transform: rotate(45deg) translate(4px, -5px);
}


.navbar-izidor .collapsed .hamburger-line--2 {
    transform: rotate(0);
}


.navbar-izidor .hamburger-line--2 {
    transform: rotate(-45deg) translate(-10px, 6px);
}

.navbar-izidor .collapsed .hamburger-line--3 {
    visibility: visible;
}

.navbar-izidor .hamburger-line--3 {
    visibility: hidden;
}



.navbar-izidor .menu-item a {
    color: #fff;
    opacity: 0.8;
    /*	transition: opacity 0.5s ease;*/
}

.navbar-izidor .menu-item a:hover {
    opacity: 1;
}




/*
.navbar-izidor .nav-item {
	margin-right: 20px;
}
*/

.navbar-izidor .menu-item {
    margin-right: 20px;
}

.navbar-social {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    padding: 0;
    margin-right: 20px;
    margin-top: 20px;
}


.navbar-social a {
    color: #ffffff;
    font-size: 40px;
    padding-left: 30px;
}


.sidebar {
    position: sticky;
    top: 0;
}

.btn-block-link {
    transition: all 0.5s ease;
}

.btn-block-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

header {
    z-index: 3;
    position: fixed;
    width: 100%;
}

body.home header {
    position: absolute;
}

header .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    background: url('images/logo.svg') no-repeat 0 0;
    width: 240px;
    height: 66px;
    font-size: 0;
    text-indent: -100vw;
}

header .main-menu-trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 3vw;
    line-height: 2vw;
}

.header-offset {
    padding-top: 120px;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: radial-gradient(100% 100% at 50% 0%, #72950C 0%, #06492B 100%);
}

.hero .wood {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    background: url('images/drvo.jpg') no-repeat center bottom;
    background-size: cover;
}

.hero .slider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100vh;
}

.hero .slide {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.hero .img-wrapper {
    position: absolute;
    bottom: 0;
    left: 50vw;
    width: 100vw;
}

.hero .slide.active .img-wrapper .packshot {
    animation: packin .6s ease-out .1s forwards;
}

.hero .slide.out .img-wrapper .packshot {
    animation: packout 1s ease-out forwards;
}

.hero .img-wrapper .packshot {
    position: absolute;
    bottom: 13vh;
    left: 60vw;
}

.hero .img-wrapper .packshot img {
    width: auto;
    height: 72vh;
}

.hero .slide.active .img-wrapper .plate {
    animation: platin .6s ease-out .4s forwards;
}

.hero .slide.out .img-wrapper .plate {
    animation: platout 1.4s ease-out forwards;
}

.hero .img-wrapper .plate {
    position: absolute;
    bottom: 2vh;
    left: 60vw;
}

.hero .img-wrapper .plate img {
    width: auto;
    height: 40vh;
}

.hero .slide.active .text-wrapper {
    animation: textin .5s ease-out forwards;
}

.hero .slide.out .text-wrapper {
    animation: textout .5s ease-out forwards;
}

.hero .text-wrapper {
    position: absolute;
    bottom: 110vh;
    left: 17vw;
    width: 28vw;
    opacity: 0;
}

.hero .text-wrapper h2 {
    font-family: 'Glegoo', serif;
    font-size: 84px;
    color: white;
    line-height: 1;
    margin: 0 0 2vw 0;
}

.hero .text-wrapper h3 {
    color: #9DC32C;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.23em;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.hero .text-wrapper p {
    color: white;
}

.btn:focus {
    box-shadow: none;
}

.hero .btn {
    border: 1px solid #9DC32C;
    background-color: #11623D;
    color: #fff;
    max-width: 290px;
    float: right;
}

.hero .btn:hover {
    background-color: #498936;
}

.hero .btn.btn-arrow:after {
    background: #498936;
}

.hero-nav-btn {
    position: absolute;
    z-index: 2;
    top: 40vh;
    font-size: 5vh;
    color: #fff;
}

.hero-nav-btn--prev {
    left: 5%;
}

.hero-nav-btn--next {
    right: 5%;
}

.hero-dots {
    position: absolute;
    z-index: 2;
    bottom: 10vh;
    left: 44vw;
    font-size: 5vh;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.hero-dots li {
    margin: 0;
    padding: 1vw;
    width: 2vw;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-align: center;
}




.hero-dots li:hover {
    color: rgba(252, 193, 68, 0.4);
}

.hero-dots li.active {
    color: #FCC144;
}

@keyframes textin {
    from {
        bottom: 48vh;
        opacity: 0;
    }

    to {
        bottom: 38vh;
        opacity: 1;
    }
}

@keyframes packin {
    from {
        left: 60vw;
    }

    to {
        left: 0vw;
    }
}

@keyframes platin {
    from {
        left: 60vw;
    }

    to {
        left: 10vw;
    }
}

@keyframes textout {
    from {
        bottom: 38vh;
        opacity: 1;
    }

    to {
        bottom: 28vh;
        opacity: 0;
    }
}

@keyframes packout {
    from {
        left: 0vw;
    }

    to {
        left: -100vw;
    }
}

@keyframes platout {
    from {
        left: 10vw;
    }

    to {
        left: -100vw;
    }
}

.home-section {
    margin-bottom: 40px;
}

.related-block {
    margin-bottom: 80px;
}

.home-section h2,
.related-block h2 {
    font-family: 'Glegoo', serif;
    font-size: 48px;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 1.08;
    margin-bottom: 40px;
    color: #11623D;
}

.btn {
    width: 100%;
    border-radius: 0;
    line-height: 75px;
    padding: 0;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.btn.btn-arrow:after {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: 300;
    width: 75px;
    float: right;
}



.featured-recipes {
    z-index: 2;
    margin-top: -100px;
}



.recipe-list .list-element {
    border: 1px solid transparent;
    border-bottom: none;
    display: block;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.recipe-list .list-element:hover {
    border-color: #11623D;
}

.recipe-list .list-element .text-wrapper {
    padding: 10px 20px 20px;
    height: 100%;
}

.recipe-list .list-element .text-wrapper h3 {
    color: #000;
    font-family: 'Glegoo', serif;
    font-weight: bold;
}

.recipe-list .list-element:hover .text-wrapper h3 {
    color: #11623D;
}


.recipe-list .list-element .text-wrapper p {
    color: #888;
    margin: 10px 0;
}

.recipe-list .list-element .btn {
    border: 1px solid #ddd;
    color: #ddd;
}

.recipe-list .list-element .btn.btn-arrow:after {
    color: #ddd;
    border-left: 1px solid #ddd;
}

.recipe-list .list-element:hover .btn {
    border-color: #11623D;
    border-left-color: transparent;
    color: #11623D;
}


.recipe-list .list-element:hover .btn.btn-arrow:after {
    background-color: #11623D;
    color: #fff;
}

.recipe-list .list-element:hover h4 {
    color: #11623D;
}


.recipes__item h4 {
    margin-top: 15px;
}


.recepie-meta {
    display: flex;
}

.recepie-meta svg {
    fill: #9DC32C;
}

.recipe-meta__item {
    margin-right: 10px;
}

.recipe-meta__text {
    font-size: 14px;
    color: #BDBDBD;
}

.time-icon {
    width: 17px;
    height: 16px;
}

.persons-icon {
    width: 17px;
    height: 16px;
}

.complexity-icon {
    width: 19px;
    height: 14px;
}


.wide-button .btn {
    border-color: #ddd;
    color: #11623D;
}

.wide-button .btn:hover {
    border-color: #11623D;
    background-color: #11623D;
    color: #fff;
}


.primary-button {
    border: 1px solid #11623D;
    color: #11623D;
    background: transparent;

}

.primary-button:hover {
    border: 1px solid #11623D;
    color: #fff;
    background: #11623D;

}

.primary-button:after {
    color: #fff;
    background: #11623D;

}

.recipes__item,
.product__item {
    position: relative;
    display: flex;
}

.product__item .list-element {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 30px 0;
    width: 100%;
}

.product__item .list-element h3 {
    color: #BDBDBD;
    text-align: center;
    padding: 15px 10px;
    line-height: 1.1;
}



.product__item .list-element .btn {
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
}

.product__item .list-element .btn.btn-arrow:after {
    color: #BDBDBD;
}

.product__item .list-element:hover {
    box-shadow: 0px 15px 30px rgba(3, 48, 27, 0.1);
}

.product__item .list-element:hover .btn {
    border-color: #11623D;
    color: #11623D;
}

.product__item .list-element:hover .btn.btn-arrow:after {
    background-color: #11623D;
    color: #fff;
}

.product__item .list-element:hover h3 {
    color: #11623D;
}

.product-img {
    max-width: 80%;
    padding: 20px 0;
}




.featured-slider-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    margin: 0 auto 130px auto;
}

.featured-slider {}

.featured-slider__container {
    margin: 130px 0 60px 0;
    align-items: center;
}

.featured-slider__content {}

.featured-slider__nav {
    display: flex;
    margin-bottom: 40px;
}

.hero-nav-btn {
    border: 1px solid #9DC32C;

    border-radius: 50px;
    cursor: pointer;
}

.featured-slider__nav-btn {
    border: 1px solid #11623D;
    border-radius: 50px;
    cursor: pointer;
    background: #fff;
}



.hero-nav-btn:hover {
    background: rgba(17, 98, 61, 0.4);
}

.featured-slider__nav-btn:hover {
    background: #11623D;
}

.hero-nav-btn:after,
.featured-slider__nav-btn:after {
    color: #11623D;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 26px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-nav-btn:after,
.featured-slider__nav-btn:hover:after {
    color: #fff;
}


.hero-nav-btn--next:after,
.featured-slider__nav-btn--next:after {
    content: '\f105';
}

.hero-nav-btn--prev:after,
.featured-slider__nav-btn--prev:after {
    content: '\f104';
}

.featured-slider__nav-btn + .featured-slider__nav-btn {
    margin-left: 15px;
}


.featured-slider__nav-btn--prev,
.featured-slider__nav-btn--next {
    position: absolute;
    z-index: 1;
}

.featured-slider--lt .featured-slider__nav-btn--prev {

    left: 14%;
    top: 15%;
    transform: translate(-50%, -50%);
}

.featured-slider--lt .featured-slider__nav-btn--next {

    left: 21%;
    top: 15%;
    transform: translate(-50%, -50%);
}

.featured-slider--rt .featured-slider__nav-btn--prev {

    right: 27%;
    top: 15%;
    transform: translate(-50%, -50%);
}

.featured-slider--rt .featured-slider__nav-btn--next {

    right: 20%;
    top: 15%;
    transform: translate(-50%, -50%);
}



.featured-slider__title {
    color: #11623D;
    font-family: Glegoo;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-top: 65px;
}

.featured-slider__text {
    margin-bottom: 40px;
}

.featured-slider__btn {
    max-width: 290px;

}

.featured-slider--lt .featured-slider__clip-container {
    width: 100%;
    transform: translateX(20%);
}

.featured-slider--rt .featured-slider__clip-container {
    width: 100%;
    transform: translateX(-20%);
}

.featured-slider__image-container {
    position: relative;
}

.featured-slider__image {}

.featured-slider--lt .featured-slider__bg-image {
    position: absolute;
    top: -5%;
    left: 17%;
    z-index: -1;
    width: 100%;
    opacity: 0.4;
}

.featured-slider--rt .featured-slider__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.4;
}

.row-reverse {
    flex-direction: row-reverse;
}

.container.single-recipe {
    margin-bottom: 200px;
}

.single-recipe__title {
    color: #11623D;
    margin-bottom: 20px;
}

.single-recipe__item-title {
    color: #11623D;
}


.single-recipe__specification {
    width: 100%;
    margin-bottom: 50px;
}

.single-recipe__specification .recipe-meta__text {
    color: #11623D;
    font-size: 14px;
}

.single-recipe__specification .persons-icon {
    width: 28px;
    height: 20px;
}


.single-recipe__specification .time-icon {
    width: 22px;
    height: 22px;
}

.single-recipe__specification .complexity-icon {
    width: 26px;
    height: 20px;
}


.single-recipe__specification .recepie-meta {
    justify-content: space-between;
}

.single-recipe__ingredients.single-recipe__ingredients--desktop {
    background: #11623D;
    padding: 25px;
    border-radius: 30px;
    margin-bottom: 25px;
}

.single-recipe__ingredients.single-recipe__ingredients--desktop .single-recipe__item-title {
    color: #fff;

}

.single-recipe__ingredients.single-recipe__ingredients--desktop .ingredients-list li a {
    color: #fff;
    text-decoration: underline !important;
}


.single-recipe__ingredients.single-recipe__ingredients--desktop .ingredients-list {
    color: #fff;
}



.single-recipe__specification--responsive,
.single-recipe__ingredients--responsive {
    display: none;
}

.single-recipe__specification--responsive .recepie-meta {
    justify-content: flex-start;
}



.single-recipe__content-body img {
    width: 100%;
    height: auto;
}

.single-recipe__content-body h3 {
    margin: 35px 0;
}


.single-recipe__content-footer {
    border-top: 1px solid #BDBDBD;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;

}


.single-recipe__content-footer-breadcrumbs span {
    font-weight: bold;
}

.single-recipe__content-footer-breadcrumbsr a {
    color: #828282;
}

.single-recipe__content-footer-breadcrumbs a:after {
    content: '/';
    margin: 0 5px;

}

.ingredients-list {
    list-style-type: none;
    padding: 0;
}

.ingredients-list li {
    margin-bottom: 5px;
}



.clip-path-one {}

.bg-blob-one {
    width: 100%;
    height: auto;
    max-width: 620px;
}

.bg-blob-two {
    width: 100%;
    height: auto;
    max-width: 690px;
    transform: translate(-120px, -30px);
}

.slick-dots {
    visibility: hidden;
    left: 0;
}


.slick-dots li.slick-active button {
    opacity: 1;
    color: #11623D;
    background: #11623D;
    border: 1px solid #11623D;
    border-radius: 20px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #11623D;
}

.slick-dots li button {}

.slick-dots li button:before {
    border: 1px solid #11623D;
    border-radius: 20px;
    opacity: 1;
    color: transparent;
}



.featured-products .image-wrapper img {
    width: 100%;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}


.product-hover-bg {
    position: absolute;
    display: block;
    bottom: -200px;
    z-index: -1;
    opacity: 0;
}


.list-element:hover .product-hover-bg {
    opacity: 1;
    bottom: 0;
}

.single-product {
    padding-top: 200px;
}

.single-product__image {
    position: relative;
    text-align: center;
    max-width: 500px;
}

.single-product__image img {
    width: 100%;
    max-width: 400px;
}

.single-product__image-bg {
    position: absolute;
    filter: grayscale(100%);
    opacity: 0.15;
    width: 100%;
    height: auto;
    bottom: 20%;
    z-index: -1;

}

.single-product__title {
    color: #11623D;
    margin-bottom: 50px;
}

.single-product__category {
    color: #9DC32C;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.23em;
    margin-bottom: 15px;
}

.single-product__variatons {
    list-style-type: none;
    padding: 0;
    margin-bottom: 50px;

}

.single-product__variaton-item {
    border: 1px solid transparent;
    display: inline-block;
    margin-right: 5px;
    transition: all .3s ease-out;
    padding: 5px 30px;

}

.single-product__variaton-item a {
    color: #828282;

    display: block;
}

.single-product__variaton-item--active {
    background: #11623D;
    border: 1px solid #9DC32C;

}

.single-product__variaton-item--active a {
    color: #fff;
}


.single-product__variaton-item:hover {
    border: 1px solid #9DC32C;
}

.single-product__variaton-item a:hover {
    color: #9DC32C;
}

.single-product__description {
    color: #828282;
    line-height: 1.8;
    margin-bottom: 50px;
}

.social__title {
    font-weight: bold;
    font-size: 18px;
    color: #828282;
}

.social__title:after {
    content: ':';
    margin-right: 5px;
}

.social {
    display: flex;
}

.social__list {
    list-style-type: none;
    padding: 0;
}

.social__item {
    display: inline-block;
    margin: 0 5px;
}

.social__item svg {
    fill: #828282;
    transition: all .3s ease-out;
}

.social__item svg:hover {
    fill: #11623D;
}


.single-product__tabs {
    margin: 80px 0;
}


.single-product__tabs .tab-content {
    overflow: hidden;
    margin: 50px 0;
}


.single-product__tabs .tab-content p {
    column-count: 2;
}



.single-product__tabs .nav-tabs {
    border-top: 1px solid #E0E0E0;
    border-bottom: none;
}


.single-product__tabs .nav-tabs .nav-item {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
}

.single-product__tabs .nav-tabs .nav-item:first-child {
    margin-left: 0;
}

.single-product__tabs .nav-tabs .nav-item:last-child {
    margin-right: 0;
}


.single-product__tabs .nav-tabs .nav-link {
    border-top: 4px solid transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 30px 0 0 0;
    text-transform: uppercase;
    color: #828282;
}

.single-product__tabs .nav-tabs .nav-link.active {
    border-top: 4px solid #11623D;
    color: #11623D;
    font-weight: bold;
}

.tab-content {
    transition: all 0.5s ease;
}

.single-product__tabs .nav-tabs {
    display: flex;
}


.single-product__tabs .tab-pane h3 {
    display: none;
}


.single-recipe__header {
    width: 100%;
    height: auto;
    max-width: 80%;
    margin-bottom: 50px;
    margin-left: -2px;
}


.wpcf7-form label {
    width: 100%;
    max-width: 450px;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    max-width: 450px;
    border-radius: 0;
    line-height: 1.5;
    padding: 0;
    display: block;
    font-size: 18px;
    padding: 20px;
    border: 1px solid #ddd;
    transition: all .3s ease-out;
}


.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #11623D;
}


.btn-success {
    text-transform: uppercase;
    max-width: 250px;
    border-color: #11623D;
    background-color: #11623D;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
    text-transform: uppercase;
    max-width: 250px;
}


.wpcf7-form .btn:hover {
    border-color: #11623D;
    background-color: #11623D;
    color: #fff;
}

.no-featured-img {
    padding-top: 150px;
}

.page-template-default .container {
    min-height: calc(100vh - 417px);
    max-width: 720px;
}



footer {
    background: url('images/footer-background.svg') no-repeat top left;
    color: #fff;
}

.footer__content {
    padding: 50px 150px;
}

.footer__info-wrapper {
    padding-left: 82px;
}

footer h4 {
    text-transform: uppercase;
    color: #FEB700;
}


footer .logo {
    display: block;
    top: 20px;
    left: 20px;
    background: url('images/logo.svg') no-repeat 0 0;
    width: 240px;
    height: 66px;
    font-size: 0;
    text-indent: -100vw;
}


.footer__info {
    list-style-type: none;
    padding: 0;
}

.footer__info li {
    display: inline-block;
}

.footer__info .menu-item {
    font-size: 14px;
}

.footer__info .menu-item a {
    color: #fff;
}

.footer__info .menu-item:after {
    content: '-';
    font-weight: 400;
    margin: 0 0 0 5px;

}

.footer__info .menu-item:last-child:after {
    display: none;

}

.footer__copyright {
    font-weight: bold;
    pointer-events: none;
}



.video-container { position: relative; padding-bottom: 56.25%; background-color: #000; }
.video-container:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.video-container iframe, .video-container video { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; }



@media (max-width: 1350px) {

    .featured-slider--lt .featured-slider__nav-btn--prev {

        left: 11%;

    }

    .featured-slider--lt .featured-slider__nav-btn--next {

        left: 18%;

    }
}

@media (max-width: 1200px) {

    .hero .text-wrapper {
        width: 35vw;
        left: 8vw;
    }

    .hero .text-wrapper h2 {
        font-size: 64px;
    }

    .featured-slider-wrapper {
        max-width: 1140px;
    }

    .featured-slider--lt .featured-slider__nav-btn--prev {
        top: 10%;
        left: 13%;

    }

    .featured-slider--lt .featured-slider__nav-btn--next {
        top: 10%;
        left: 22%;

    }

    .featured-slider--rt .featured-slider__nav-btn--prev {
        top: 10%;
        right: 31%;

    }

    .featured-slider--rt .featured-slider__nav-btn--next {
        top: 10%;
        right: 22%;

    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .featured-slider--lt .featured-slider__content {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .featured-slider--lt .featured-slider__image-container {
        position: absolute;
        right: 0;
    }

    .featured-slider--rt .featured-slider__content {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .featured-slider--rt .featured-slider__image-container {
        position: absolute;
        left: 0;
    }

    .featured-slider--rt .featured-slider__container {
        justify-content: flex-end;
    }
}

@media (max-width: 992px) {

    .hero .text-wrapper {
        width: 40vw;
        left: 5vw;
    }


    .featured-slider__content {
        text-align: center;
        padding: 0;
    }

    .featured-slider__slide .container {
        padding: 0;
    }


    .featured-slider--lt .featured-slider__clip-container,
    .featured-slider--rt .featured-slider__clip-container {
        transform: translateX(0);
    }

    .bg-blob-two {
        transform: translate(0, -60px);
    }


    .featured-slider--lt .featured-slider__bg-image {
        top: -10%;
        left: 0%;
        max-width: 90%;
    }

    .featured-slider--lt .featured-slider__container {
        flex-direction: column-reverse;
    }

    .featured-slider__image-container {
        margin-bottom: 0;
    }

    .featured-slider-wrapper {
        max-width: 100%;
        overflow: hidden;
    }

    .featured-slider__nav-btn--prev {
        display: none !important;
    }

    .featured-slider__container {
        margin: 70px 0 20px 0;
        align-items: center;
    }

    .featured-slider--rt .featured-slider__container {
        margin: 70px 0 60px 0;
    }

    .featured-slider__nav-btn--next {
        display: none !important;

    }

    .featured-slider__btn {
        max-width: 100%;
    }

    .slick-dots {
        visibility: visible;
    }

    .recipes__item {
        margin-bottom: 30px;
    }

    .recipes__item img {
        width: 100%;
    }

    .featured-recipes .recipes__item:last-child {
        display: none;
    }

    .related-block .recipes__item:last-child {
        display: none;
    }

    .related-block .product__item:last-child {
        display: none;
    }

    footer {
        background-size: cover;
    }

    .footer__content {
        padding: 100px 10% 50px 10%;
    }

    .footer__info-wrapper {
        padding-left: 12px;
    }

    .single-product__tabs .tab-content p {
        column-count: 1;
        margin-bottom: 50px;
    }

    .single-product__tabs .tab-content > .tab-pane {
        display: block;
    }

    .single-product__tabs .fade:not(.show) {
        opacity: 1;
    }

    .single-product__tabs .tab-pane h3 {
        display: block;
    }

    .single-product__tabs .nav-tabs {
        display: none;
    }
}

@media (max-width: 768px) {

    .navbar-izidor .menu-item a {
        opacity: 1;
    }

    .hero-nav-btn {
        border: none;
    }

    .recipe-list .list-element {
        border-color: #11623D;
    }

    .recipe-list .list-element .text-wrapper h3 {
        color: #11623D;
    }

    .recipe-list .list-element .btn {
        border-color: #11623D;
        border-left-color: transparent;
        border-right-color: transparent;
        border-left-width: 0;
        border-right-width: 0;
        color: #11623D;
    }

    .recipe-list .list-element .btn.btn-arrow:after {
        background-color: #11623D;
        color: #fff;
    }

    .featured-recipes .recipes__item:last-child {
        display: block;
    }

    .related-block .recipes__item:last-child {
        display: block;
    }

    .related-block .product__item:last-child {
        display: block;
    }

    .featured-recipes {
        margin-top: 60px;
    }


    .single-recipe__specification--responsive,
    .single-recipe__ingredients--responsive {
        display: block;
    }

    .sidebar {
        display: none;
    }


    .product__item .list-element {
        box-shadow: 0px 15px 30px rgba(3, 48, 27, 0.1);
    }

    .product__item .list-element .btn {
        border-color: #11623D;
        color: #11623D;
    }

    .product__item .list-element .btn.btn-arrow:after {
        background-color: #11623D;
        color: #fff;
    }

    .product__item .list-element h3 {
        color: #11623D;
    }

    .list-element .product-hover-bg {
        opacity: 1;
        bottom: 0;
    }

}


@media screen and (max-aspect-ratio: 1/1) and (max-width: 1024px) {

    .hero-nav-btn {
        top: 50vh;
    }

    .hero,
    .hero .slider,
    .hero .slide {
        height: 130vh;
    }


    .hero .wood {
        height: 40vh;
    }

    .hero .img-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .hero .img-wrapper .packshot {
        position: absolute;
        bottom: 24vh;
        left: 100vw;
    }

    .hero .img-wrapper .packshot img {
        width: 55vw;
        height: auto;
    }

    .hero .img-wrapper .plate {
        position: absolute;
        bottom: 5vh;
        left: 100vw;
    }

    .hero .img-wrapper .plate img {
        width: 90vw;
        height: auto;
    }

    .hero .text-wrapper {
        top: 16vh;
        left: 5vw;
        width: 90vw;
        opacity: 0;
        text-align: center !important;
    }

    .hero .text-wrapper h2 {
        font-size: 44px;
        line-height: 1;
        margin: 0 0 2vw 0;
    }

    .hero .text-wrapper h3 {
        font-size: 21px;
        line-height: 1.5;
        letter-spacing: 0.23em;
        margin-bottom: 15px;
    }

    .hero .btn {
        max-width: 290px;
        float: none;
        margin: 0 auto;
    }

    .hero .slide.active .img-wrapper .packshot {
        animation: ipackin .6s ease-out .1s forwards;
    }

    .hero .slide.out .img-wrapper .packshot {
        animation: ipackout 1s ease-out forwards;
    }

    .hero .slide.active .img-wrapper .plate {
        animation: iplatin .6s ease-out .4s forwards;
    }

    .hero .slide.out .img-wrapper .plate {
        animation: iplatout 1.4s ease-out forwards;
    }

    .hero .slide.active .text-wrapper {
        animation: itextin .5s ease-out forwards;
    }

    .hero .slide.out .text-wrapper {
        animation: itextout .5s ease-out forwards;
    }
}

@keyframes itextin {
    from {
        bottom: 110vh;
        opacity: 0;
    }

    to {
        bottom: 100vh;
        opacity: 1;
    }
}

@keyframes ipackin {
    from {
        left: 100vw;
    }

    to {
        left: 22vw;
    }
}

@keyframes iplatin {
    from {
        left: 100vw;
    }

    to {
        left: 5vw;
    }
}

@keyframes itextout {
    from {
        bottom: 97vh;
        opacity: 1;
    }

    to {
        bottom: 67vh;
        opacity: 0;
    }
}

@keyframes ipackout {
    from {
        left: 22vw;
    }

    to {
        left: -100vw;
    }
}

@keyframes iplatout {
    from {
        left: 5vw;
    }

    to {
        left: -100vw;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    .hero .text-wrapper h2 {
        font-size: 53px;
    }

    .hero .text-wrapper h3 {
        font-size: 18px;
        line-height: 1;
    }

    .hero-nav-btn {
        top: 50vh;
    }
}

@media screen and (max-aspect-ratio: 9/13) and (max-width: 1024px) {

    .navbar-izidor .menu-item a,
    .navbar-social a {
        font-size: 32px;
    }

    .hero {
        height: 120vh;
    }

    .hero .slider {
        height: 120vh;
    }

    .hero .slide {
        height: 120vh;
    }

    .hero .wood {
        height: 30vh;
    }

    .hero .img-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .hero .img-wrapper .packshot {
        position: absolute;
        bottom: 24vh;
        left: 100vw;
    }

    .hero .img-wrapper .packshot img {
        width: 65vw;
        height: auto;
    }

    .hero .img-wrapper .plate {
        position: absolute;
        bottom: 5vh;
        left: 100vw;
    }

    .hero .img-wrapper .plate img {
        width: 90vw;
        height: auto;
    }

    /*
	.hero .text-wrapper {
		top: 15vh;
		bottom: unset;
	}
*/

    .hero .text-wrapper h2 {
        font-size: 44px;
        line-height: 1;
        margin: 0 0 2vw 0;
    }

    .hero .text-wrapper h3 {
        font-size: 21px;
        line-height: 1.5;
        letter-spacing: 0.23em;
        margin-bottom: 15px;
    }

    .hero .btn {
        max-width: 290px;
        float: none;
        margin: 0 auto;
    }

    .hero-nav-btn {
        border-width: 0;
    }

    .hero-nav-btn:hover {
        background: transparent;
    }

    .hero-nav-btn--next {
        right: 0;
    }

    .hero-nav-btn--prev {
        left: 0;
    }

    .hero-dots {
        display: none;
    }

    .hero .slide.active .img-wrapper .packshot {
        animation: vpackin .6s ease-out .1s forwards;
    }

    .hero .slide.out .img-wrapper .packshot {
        animation: vpackout 1s ease-out forwards;
    }

    .hero .slide.active .img-wrapper .plate {
        animation: vplatin .6s ease-out .4s forwards;
    }

    .hero .slide.out .img-wrapper .plate {
        animation: vplatout 1.4s ease-out forwards;
    }

    .hero .slide.active .text-wrapper {
        animation: vtextin .5s ease-out forwards;
    }

    .hero .slide.out .text-wrapper {
        animation: vtextout .5s ease-out forwards;
    }
}

@keyframes vtextin {
    from {
        bottom: 97vh;
        opacity: 0;
    }

    to {

        bottom: 82vh;
        opacity: 1;
    }
}

@keyframes vpackin {
    from {
        left: 100vw;
    }

    to {
        left: 22vw;
    }
}

@keyframes vplatin {
    from {
        left: 100vw;
    }

    to {
        left: 15vw;
    }
}

@keyframes vtextout {
    from {
        bottom: 77vh;
        opacity: 1;
    }

    to {
        bottom: 67vh;
        opacity: 0;
    }
}

@keyframes vpackout {
    from {
        left: 22vw;
    }

    to {
        left: -100vw;
    }
}

@keyframes vplatout {
    from {
        left: 5vw;
    }

    to {
        left: -100vw;
    }
}




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

    .hero,
    .hero .slide {
        height: 120vh;
    }

    .hero .slider {
        height: 130vh;
        padding-top: 100px;
    }

    .hero-nav-btn {
        border-width: 1px;
        top: 50vh;
    }

    .hero-nav-btn--next {
        right: 0;
    }

    .hero-nav-btn--prev {
        left: 0;
    }


    .hero .text-wrapper {
        top: 10vh;
    }


    .hero .text-wrapper h2 {
        font-size: 34px;
    }

    .hero .text-wrapper h3 {
        font-size: 18px;
    }

    .hero .text-wrapper p {
        font-size: 16px;
    }

    .hero .img-wrapper .packshot {
        bottom: 18vh;
    }

    .hero .img-wrapper .plate {
        bottom: 10vh;
    }

    .hero .img-wrapper .plate img {
        max-width: 70vw;
    }



    .hero .slide.active .text-wrapper {
        animation: smtextin .5s ease-out forwards;
    }

    .hero .slide.out .text-wrapper {
        animation: smtextout .5s ease-out forwards;
    }

    .featured-slider__title {
        font-size: 34px;
    }

    .navbar-izidor .menu-item a,
    .navbar-social a {
        font-size: 36px;
        line-height: 1.3;
    }

    .menu-icon {
        width: 150px;
        height: 74px;
    }

    .single-product {
        padding-top: 100px;
    }

    .footer__content {
        text-align: center;
    }

    footer .logo {
        margin: 0 auto;
    }


    @keyframes smtextin {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }


    @keyframes smtextout {
        from {
            top: 10vh;
            opacity: 1;
        }

        to {
            top: 10vh;
            opacity: 0;
        }
    }


}




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

    .navbar-izidor .menu-item a {
        font-size: 30px;
    }

    .navbar-izidor .navbar-nav {
        margin: 15% 10% 10% 10%;
    }

}

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

    .hero {
        height: 140vh;
    }

    .hero .slider,
    .hero .slide {
        height: 150vh;
    }

    .hero .img-wrapper .packshot {
        bottom: 40vh;
    }

    .hero .img-wrapper .plate {
        bottom: 33vh;
    }

    .hero-nav-btn {
        top: 70vh;
    }

}

/* iphone x */
@media screen and (max-aspect-ratio: 1/2) {
    .hero {
        height: 130vh;
    }

    .hero .slider {
        height: 120vh;
    }

    .hero .slide {
        height: 130vh;
    }

}


@media screen and (min-width: 1024px) and (max-height: 900px) {
    .navbar-izidor .menu-item a {
        font-size: 35px;
    }
}


/*iphone x*/
@media only screen and (device-width : 375px)and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {

    .hero,
    .hero .slider {
        height: 110vh;
    }

    .hero .text-wrapper {
        top: 10vh;
        margin-top: -50px;
    }

    .hero .img-wrapper .packshot {
        bottom: 45vh;
    }

    .hero .img-wrapper .plate {
        bottom: 40vh;
    }

}


@media screen and (device-width: 411px) and (device-height: 823px) {

    .hero,
    .hero .slider,
    .hero .slide {
        height: 110vh;
    }
}
