body {font-family: 'Quicksand';}

.archive-wrapper {
    width: 90%;
    max-width: 880px;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.archive-item {
    /* max-width: 300px; */
}

.archive-item-inner {
    /* margin: 10px 0; */
    border: 1px solid;
    border-color: #e1e1e1;
    border-radius: 30px;
    box-shadow: 0 0 10px #cdcdcd;
    overflow: hidden;
}

.site-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 35px;
}

.recipe-box-info {
    padding: 10px 15px;
    border-top FONT-WEIGHT: 100;
}

h2 {font-size: 1.4em;font-weight: bold;}


.search-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
}

.search-wrapper form {
    display: flex;
    width: 90%;
    max-width: 894px;
    /* border: 1px solid; */
    border-radius: 30px;
    height: 3em;
    justify-content: center;
    /* align-items: stretch; */
    position: relative;
    box-shadow: 0 0 10px #eee;
}

.search-input-wrapper {
    flex-grow: 1;
    /* position: relative; */
    /* box-shadow: 0 0 10px #000; */
    /* border-radius: 3em; */
}


input.search-input, .search-input {
    height: 100%;
    padding: 1em;
    border-radius: 3em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wrapper-search-items {
    position: absolute;
    max-height: 80vh;
    overflow-y: scroll;
    background-color: #ffffffba;
    width: 90%;
    margin: auto;
    /* padding: 1em; */
    /* border: 1px solid; */
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #bebebe;
}

.ingredient-item {
    display: inline-flex;
    width: auto;
    padding: .5em 1em;
    margin: 3px;
    background-color: #ffffff;
    border-radius: 2em;
    box-shadow: 0 0 10px #d9d9d9;
}

.ingredient-item.search-selected {
    background-color: #addddd;
    color: #fff;
}
button.button, .button {
    padding: .5em 1em;
    color: #fff;
    background-color: #addddd;
    border: 1px solid;
    border-radius: 2em;
    font-size: 1.2em;
    box-shadow: 0 0 10px #addddd;
}

.archive-item .button {
    margin: 10px 0;
}



.ingredients-have {
    font-size: .9em;
}
button.button.button-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
button.button:hover, .button:hover {
    background-color: #8ddada;
    box-shadow: 0 0 10px #8ddada;
}

span.ing-small {
    margin: 1px;
    border: 1px solid;
    border-color: #addddd;
    border-radius: 1em;
    padding: .1em .5em;
    font-size: .9em;
    display: inline-block;
}


.single-recipe-wrapper {
    max-width: 600px;
    width: 90%;
}

.description-box {
    white-space: pre-line;
}

.archive-item-inner.content {}

.single .archive-item-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 50px;
}

.archive-item-inner img {
    /* flex: 1; */
    /* max-width: unset; */
    /* max-height: unset; */
    /* width: auto; */
    /* width: auto; */
    /* flex-grow: 1; */
}

.single-bottom-wrapper > div, .single .recipe-box-info {
    /* max-width: 660px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.single-bottom-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recipe-box-info {}

.single .recipe-box-info, .single-bottom-wrapper {
    padding: 0 50px;
    margin-top: 20px;
}

.single .recipe-box-info {
    padding-top: 50px;
}

.description-box {
    /* padding: 20px; */
}

.ingredients-list {
    padding: 20px 0;
}

.menu-menu-container ul {
    display: flex;
    border-radius: 3em;
    overflow: hidden;
}

.menu-menu-container li {
    font-size: 1em;
    padding: 11px;
    background-color: #a1dede;
    color: #fff;
}



.menu-menu-container li a {
    color: #fff;
}

.menu-menu-container {
    display: flex;
    justify-content: center;
}

.site-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 11px;
    position: relative;
    z-index: 2;
}

.buttons-wrapper {
    display: flex;
    flex-direction: row;
}

.buttons-wrapper .button {
    margin-right: .5em;
}


.button.load-more {
    margin-top: 40px;
}
.site-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer {
    text-align: center;
}
.single .wrapper-archive-img {width: 100%;position: relative;height: 50vh;overflow: hidden;}

.single .wrapper-archive-img img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: unset;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.add-recipe-wrapper {
    max-width: 1024px;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 10px #d3d3d3;
    border-radius: 20px;
    padding: 3em;
}

.single-receta {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.image-input {
    display: flex;
    flex-direction: column;
}

.ingredients-list {
    border-radius: 1em;
    border: solid 1px #addddd;
    /* justify-content: stretch !important; */
    /* align-items: stretch !important; */
    padding: 20px;
    margin-bottom: 20px;
}

.ingredients-list span {
    border: solid 1px #addddd;
    border-radius: 1em;
    font-size: 0.8em;
    margin: 2px 0;
    display: block;
    padding: .1em .3em;
    line-height: normal;
}

.ingredients-list >div {
    display: flex;
    flex-wrap: wrap;
}

.ingredients-list span:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.ingredients-list span:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #addddd;
}


.fuploader-img-wrapper {
    max-width: 400px;
}

textarea.form-control {
    width: 100%;
    min-height: 200px;
}

label.form-group {
    width: 100%;
}
.js_template_ingredient {
    border: 1px dashed;
    padding: 2em;
    padding-bottom: 1em;
    border-radius: 1em;
    margin-bottom: 1em;
}

.btn.btn-outline-primary.js_add_ingredient {
    margin-bottom: 1em;
}
.to_remove {
    opacity: 0.5;
    border-color: red;
}
.js_template_ingredient.to_add {
    border-color: green;
}

@media all and (max-width: 480px){
    .single .recipe-box-info, .single-bottom-wrapper {
    padding: 0 22px;
}

.single .recipe-box-info {
    padding-top: 20px;
}



.main-navigation ul {
    display: flex !important;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 20px #0101013b;
    moz-box-shadow: 0 0 20px #0101013b;
    webkit-box-shadow: 0 0 20px #0101013b;
}

nav#site-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    float: none;
    height: 60px;
}

.main-navigation li {
    flex: 1;
    border-radius: 0;
    display: flex;
    justify-content: center;
    line-height: 2em;
    height: auto;
}
nav#site-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    float: none;
    height: auto;
}

body {
    padding-bottom: 3em;
}

.single .wrapper-archive-img {
    height: 80vw;
    /* height: 50%; */
    min-width: 300px;
    max-height: 400px;
}



}
