/*@nav-font-size: 1.3em;*/
/*font resize*/
.text-brand {
    color: #e3b313;
}

.text-brand-bold {
    color: #e3b313;
    font-weight: bold;
}

.text-red {
    color: #ee2e24;
}

.text-green {
    color: #155428;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: right;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: right;
    }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: right;
}

/*========responsive fonts==============*/
h2 {
    font-size: 17px;
}

.btn,
h3,
.recipe-properties {
    font-size: 14px;
}

html,
p,
body,
.form-control,
h4 {
    font-size: 12px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 18px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 16px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 20px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 18px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 20px;
    }

    .btn,
    h3,
    .recipe-properties {
        font-size: 20px;
    }

    html,
    p,
    body,
    .form-control,
    h4 {
        font-size: 19px;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }
}

#favorites {
    color: #604039;
    background-image: url(/cassette.axd/file/images/homePage/promo-bg-2-2ea0e8fa44d257ab66c8baaff2d9a944e8c1d51d.jpg);
    background-size: contain;
    min-height: 750px;
    padding-top: 5em;
    padding-bottom: 35px;
}

#favorites .breadcrumbs {
    margin-bottom: 0;
}

#favorites .bg-vegis {
    background-image: url(/cassette.axd/file/images/contentPages/conent-bg-a57b09129d2612851524e393ae6f17a67e9205ca.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    min-height: inherit;
    background-position-y: 30%;
}

#favorites .favorites-banner h1 {
    text-align: center;
    font-size: 2.5em;
    margin: 0;
    font-weight: bold;
    line-height: 0.9;
    margin-top: 0;
    margin-bottom: .1em;
}

#favorites .favorites-banner .img-wrap {
    background-color: #fff;
    padding: .5em;
}

#favorites .favorites-banner .img-wrap:before {
    width: 40%;
    -webkit-transform: rotate(-1.5deg) translateX(-1.4%);
    -ms-transform: rotate(-1.5deg) translateX(-1.4%);
    transform: rotate(-1.5deg) translateX(-1.4%);
}

#favorites .favorites-banner .img-wrap img {
    width: 100%;
}

#favorites .favorites-main {
    padding-top: 2em;
}

#favorites .favorites-main .favorites-type h2 {
    margin-right: 1em;
    /*font-weight:bold;*/
    font-size: 1.4em;
    padding: .1em 3em;
}

#favorites .favorites-main .favorites-type.recipes-section .row div:nth-of-type(3) {
    clear: right;
}

@media (max-width: 991px) {
    #favorites .favorites-main .favorites-type.recipes-section .row div:nth-of-type(3) {
        clear: none;
    }

    #favorites .favorites-main .favorites-type.recipes-section .row div:nth-of-type(2) {
        clear: right;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    #favorites .favorites-main .favorites-type.recipes-section .row div:nth-of-type(3) {
        clear: none;
    }

    #favorites .favorites-main .favorites-type.recipes-section .row div:nth-of-type(2) {
        clear: none;
    }
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap {
    width: 100%;
    padding-bottom: 108% !important;
    position: relative;
    margin-top: 1em;
    background-color: #e9e9e9;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap:after {
    background-color: #e9e9e9;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags h3 {
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 1em;
    margin-bottom: 1em;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .property {
    margin: 0.5em 2em;
    padding: 0.6em;
    padding-right: 0;
    min-width: 40%;
    font-weight: bold;
    font-size: 1.1em;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .property .tag-img {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.5em;
    height: 3.5em;
    vertical-align: bottom;
    margin-bottom: -0.8em;
    background-position: bottom right;
    margin-top: -1.6em;
    margin-right: -0.3em;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .property .tag-img.Inspiration {
    -webkit-transform: rotate(-20deg) translateY(-0.3em);
    -ms-transform: rotate(-20deg) translateY(-0.3em);
    transform: rotate(-20deg) translateY(-0.3em);
    width: 2em;
    height: 2em;
    margin-right: 0.2em;
    margin-left: 0.7em;
    z-index: 0;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .property .tag-img.prop-Mood-5 {
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
    margin-bottom: -0.5em;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .property .tag-img.prop-Flavor-2 {
    margin-bottom: -0.7em !important;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .btn {
    background-color: #604039;
    margin-right: 1em;
    position: absolute;
    bottom: 1em;
    padding: 3px 10px;
    font-size: .9em;
}

#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .btn:hover,
#favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .btn:focus {
    color: #fff;
    background-color: #ef6418;
}

#favorites .favorites-main .no-results {
    font-weight: bold;
    font-size: 1.3em;
}

@media (max-width: 767px) {
    #favorites {
        padding-top: 3em;
    }

    #favorites .favorites-banner .img-wrap .banner-container {
        overflow: hidden;
    }

    #favorites .favorites-banner .img-wrap .banner-container img {
        width: 300%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #favorites .favorites-main {
        padding-top: 0;
    }

    #favorites .favorites-main .favorites-type h2 {
        font-size: 2em;
    }

    #favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags {
        font-size: 1.3em;
    }

    #favorites .favorites-main .favorites-type .favorites-tags .tags-wrap .tags .btn {
        font-size: 1.1em;
    }
}