/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.text-center {
    text-align: center;
}

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


.menu-item--foodservice a {
    color: var( --e-global-color-485bd12 ) !important;
    font-weight: bold !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.search-form {
    flex-wrap: wrap;
    background-color: rgba(0,0,0,0.95);
    padding: 1rem 50px 1rem 1rem;
    border-radius: 3px;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.5);
}

.search-form .field {
    height: 40px;
    padding: 0 3px;
}

.search-form .search-field {
    flex-grow: 1;
    border-radius: 5px;
}

.search-form select {
    height: 42px;
}

.search-form .search-button {
    width: 42px;
    height: 42px;
    padding: 0 10px 0;
    border: none;
    border-radius: 5px;
}

.search-form .search-button .fa-search {
    font-size: 20px;
}

.menu-item--foodservice {
    color: #E58217;
}

.single-recipe div.easyrecipe {
    border: 3px dashed #C5C5C5;
    text-align: left;
    background: #f9f9f9;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    clear: both;
    border-radius: 10px;
    padding: 30px;
    font: inherit;
  }
  
  .single-recipe .easyrecipe .ERSName {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .ERSSaveBtnSpan {
    display: none;
  }
  
  .single-recipe div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn {
    background: #7AAF42;
    padding: 6px 20px;
    font-size: inherit;
    font-family: inherit;
  }
  
  .single-recipe div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn .ui-button-text::before {
    content: '\f1b0';
    font-family: "Material-Design-Iconic-Font";
    margin-right: 7px;
  }
  
  div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
    display: none;
  }
  
  .easyrecipe .ui-button-text-icon-primary .ui-button-text {
    padding: .4em 1em .4em 1em !important;
  }

@media screen and (max-width: 767px){
    body:not(.elementor-editor-active) #filterContainer {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 250px;
        background: #70645A;
        color: #ffffff;
        bottom: 0;
        height: 100%;
        padding: 1rem;
        align-content: center;
        box-shadow: 6px 0 0 rgba(0,0,0,0.5);
        flex-wrap: wrap;
        transform: translateX(-290px);
        transition: .25s linear;
    }

    body:not(.elementor-editor-active) #filterContainer.open {
        transform: translateX(0);
    }

    #mobileFilterClose {
        position: absolute;
        top: auto;
        right: 0;
        transform: translateX(100%);
        cursor: pointer;
    }
}

@media screen and (max-width: 480px){
    .search-form .search-field {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-form .filter-field {
        flex: 1;
    }

    #elementor-popup-modal-10665 .dialog-close-button {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 767px){
    #siteHeader {
        background-color: #000000;
        margin-bottom: 0;
    }
}