/* recipe landing page */
.mcl h1[data-ui="mcl-collections__title"],
.mcl h1[data-ui="mcl-recipe-search__title"].text-center
{
    text-align: left !important;
}

.mcl-search-top
{
    background-color: #f4f5f5 !important;
    padding: 3rem 3rem !important;
}

.mcl-search-top [type=text] 
{
    border: 0 !important;
}

.mcl .mcl-col-large-8
{
    width: auto !important;
    float: none !important;
}

.mcl .mcl-col-medium-10
{
    float: none !important;
}

.mcl .mcl-offset-large-2
{
    position: static !important;
    left: auto !important;
}

.mcl-text-search__form
{
    box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.15);
}

.mcl .input-group-button button 
{
    background-color: #117bb0 !important;
    margin: 0 !important;
}

.mcl .mcl-category-filters__label 
{
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.mcl .mcl-category-filters__category-group-link
{
    border-radius: 4px !important;
    box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.16) !important;
    background-color: #ffffff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #117bb0 !important;
    margin: .1rem 1rem 1rem 0 !important;
}

.mcl .mcl-category-filters__category-group-link:focus 
{
    border-color: transparent !important;
    outline: none !important;
}

.mcl .mcl-recipe-search__info__label
{
    font-weight: bold !important;
    font-size: 18px !important;
    color: #3c3c3c !important;
}

.mcl .mcl-category-filters__category-group__selected__item
{
    border-radius: 4px !important;
    background-color: #c7c7c7 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #3c3c3c !important;
    padding: 12px 12px 12px 18px !important;
    margin: 0 1rem 1rem 0 !important;
}

.mcl .mcl-icon--right 
{
    margin-left: 10px !important;
    position: relative;
    top: -1px;
}

.mcl .mcl-search__applied__clear
{
    border-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #117bb0 !important;
    margin-top: 10px !important;
}

.mcl-row .mcl-no-bullet
{
    margin-left: 0 !important;
}

.mcl-row .mcl-card 
{
    border: solid 1px #e2e2e2 !important;
}

.mcl-row .mcl-card__title 
{
    border-bottom: 0 !important;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 1.43;
    text-align: left;
    color: #003b5c;
}

.mcl-row .mcl-card__time 
{
    font-size: 14px;
    font-weight: normal !important;
    text-align: left;
    color: #003b5c !important;
}

.mcl .mcl-pagination__item
{
    font-weight: bold !important;
}

.mcl-pagination__item__link
{
    border-bottom: 0 !important;
}

.mcl .mcl-btn--pagination-next, 
.mcl .mcl-btn--pagination-previous
{
    background-color: #117bb0 !important;
}
