﻿@media all and (min-width: 975px) {
    .mainContainer {
        padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
    }
}

@media (min-width:1060px) {
    .searchIngredients input {
        width: 190px !important;
        margin: 0 auto;
    }

    .searchIngredients {
        width: 190px !important;
        margin: 0 auto;
    }
}

@media (min-width:768px) and (max-width:1059px) {
    .searchIngredients input {
        width: 150px !important;
        margin: 0 auto;
    }

    .searchIngredients {
        width: 150px !important;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    .searchIngredients input {
        width: 190px !important;
        margin: 0 auto;
    }

    .searchIngredients {
        width: 190px !important;
        margin: 0 auto;
    }
}

.text-description {   
    color: #808080;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.bold-numberofrecipes {
    font-family: "Lato - Bold";
    font-weight: 700;
}

.IngredientInput {
    position: relative;
    width: 100%;
    height: 46px;
    margin-bottom: 1em;
}

.IngredientInput__input {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #dbdbdb;    
    border-radius: 0.5rem;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: 46px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/*.IngredientInput__input:hover {*/
/* border-color: #000;*/
/*border: 1px solid #2c2c2c;*/
/*font-size: 1em;*/
/*}*/

/* .IngredientInput__input:focus {
            background: #ffffff;
        }*/

.IngredientInput__label {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0 0.5rem;
    /*color: white;*/
    cursor: text;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
    color: #808080;
    /* #000 */
    background: #ffffff;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
}

.IngredientInput__input:focus ~ .IngredientInput__label {
    top: -1rem !important;
    /*font-size: .8em !important;*/
    left: 0.8rem !important;
    background: #ffffff !important;    
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
}

.typeahead:focus {
    border: 1px solid #2c2c2c;
    font-size: 14px !important;
}

.img-border-init {
    width: 256px;/* 300px;*/
    max-height: 256px; /* 300px;   */ 
    background-color: #ffffff;
    border: 12px solid rgba(190, 32, 37, .3);
}

.img-border-selected {
    width: 256px; /* 300px;*/
    max-height: 256px; /* 300px;   */
    border: 12px solid #be2025;
}

.border0-panel {
    border-width: 0px;
    box-shadow: none !important;
}

.container-margin-bottom {
    margin-bottom: 46px;
}

.panel-body-margin-bottom {
    margin-bottom: 15px;
}

.btn-what-can-i-make {
    width: 250px;
    height: 56px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #be2025;
    border: none;
}

.btn-what-can-i-make-idle {
    width: 250px;
    height: 56px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #b4b4b4;
}

.btn-what-can-i-make:hover {
    background-color: #be2025;
    color: #ffffff;
}

.btn-what-can-i-make-idle:hover {
    color: #ffffff;
}

.btn-insider {
    color: #ffffff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
}

.input-focused {
    border-color: #2c2c2c !important;
}

.input-not-focused {
    border-color: #dbdbdb !important;
}

.tt-hint {
    color: #999 !important;
    font-size: 14px;
}

.container.max-width {
    max-width: 1140px !important;
}

@media (min-width: 768px) {
    h1.margin-nowrap {
        margin-top: 40px;
        white-space: nowrap;
        margin-bottom: 5px;
        color: #18212b;
        font-family: Lato;
        font-size: 43px;
        font-weight: 300;
    }
}

@media (min-width: 361px) and (max-width: 767px) {
    h1.margin-nowrap {
        margin-top: 90px;
        white-space: nowrap;
        margin-bottom: 5px;
        color: #18212b;
        font-family: Lato;
        font-size: 43px;
        font-weight: 300;
    }
}

@media (max-width:360px) {
    h1.margin-nowrap {
        margin-top: 120px;
        white-space: nowrap;
        margin-bottom: 5px;
        color: #18212b;
        font-family: Lato;
        font-size: 43px;
        font-weight: 300;
    }
}

@media (max-width: 768px) {
    .social-footer {
        height: 130px;
        background-color: #f5fbff;
        margin-bottom: 45px;
        margin-left: -25px;
        margin-right: -25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .social-footer {
        height: 130px;
        background-color: #f5fbff;
        margin-bottom: 45px;
        margin-left: -34px;
        margin-right: -34px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 993px) {
    .social-footer {
        height: 130px;
        background-color: #f5fbff;
        margin-bottom: 45px;
        margin-left: -45px;
        margin-right: -45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.help-us-spread-the-word {
    color: #18212b;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}

.social-footer-imgs-margin {
    margin-left: 8px;
    margin-right: 8px !important;
}

.social-footer-img {   
    padding-bottom:10px;
}

.ssk-facebook {
    background-color: #1877f2 !important;
}

.ssk-pinterest {
    background-color: #d10013 !important;
}

.ssk-twitter {
    background-color: #1d9bf0 !important;
}