@font-face {
    font-family: 'Varela Round', sans-serif;
    font-style: normal;
    font-weight: 400;
}

body {
    font-family: 'Varela Round', sans-serif;
    letter-spacing: 0.5px;
    color: #666;
    background: #fff;
}

body,
html {
    height: 100%;
}

.main.mainLayout {
    padding-top: 71px;
    background-image: url('/images/paper_fibers.png');
    background-repeat: repeat;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

    .navbar .navbar-brand {
        font-weight: bold;
        left: 30px;
        letter-spacing: 5px;
    }

        .navbar .navbar-brand i {
            color: #e13b2b;
        }

    .navbar .navbar-nav .btn-submit-recipe {
        position: absolute;
        right: 30px;
    }

        .navbar .navbar-nav .btn-submit-recipe a {
            margin-top: 13px;
            padding: 10px;
            color: #fff;
            border-radius: 4px;
            background-color: #e13b2b;
        }

            .navbar .navbar-nav .btn-submit-recipe a i {
                margin-right: 5px;
            }

            .navbar .navbar-nav .btn-submit-recipe a:hover {
                color: #fff;
            }

    .navbar .dropdown-item.active,
    .navbar .dropdown-item:active {
        text-decoration: none;
        color: #fff;
        background-color: #e13b2b;
    }

    .navbar .dropdown-item:focus,
    .navbar .dropdown-item:hover {
        text-decoration: none;
        color: #fff;
        background-color: #e13b2b;
    }

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    padding: 23px 25px;
    color: #333;
}

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        color: #e13b2b;
        border-bottom: 3px solid #e13b2b;
    }

.dropdown-menu {
    margin: 0;
    border-radius: 4px;
}

.carousel-item img {
    width: 100%;
}

.carousel-item .btn {
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    background-color: #e13b2b;
    border: 0;
}

.carousel-item h1 {
    text-shadow: 0 1px 12px #555;
}

    .carousel-item h1 a {
        color: #fff;
    }

        .carousel-item h1 a:hover {
            text-decoration: none;
        }

.carousel-item p {
    text-shadow: 0 1px 5px #555;
}

.featured {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

    .featured h3 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: #333;
    }

    .featured h4 {
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #cacaca;
    }

.top {
    padding: 60px 0;
    background-color: #f7f7f7;
}

    .top h5 {
        font-size: 1.2rem;
        margin-bottom: 20px;
        color: #dadada;
    }

    .top .box {
        padding: 25px;
        background-color: #fff;
        box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
    }

        .top .box h3 {
            font-size: 1.2rem;
            font-weight: bold;
            padding-left: 120px;
        }

            .top .box h3 a {
                color: #333;
            }

        .top .box p {
            line-height: 22px;
            margin-bottom: 0;
            padding-left: 120px;
        }

        .top .box img {
            float: left;
            width: 100px;
            height: 100px;
            border-radius: 6px;
        }

.list {
    margin-top: 80px;
}

    .list h5 {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #dedede;
    }

    .list .btn-load {
        padding: 10px 25px;
        color: #666;
        border: 1px solid #dedede;
        border-radius: 50px;
    }

.box.grid.recipes {
    margin-bottom: 40px;
    padding-bottom: 30px;
    text-align: center;
    border: 1px solid #dedede;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

    .box.grid.recipes .by {
        padding: 10px 15px;
        text-align: left;
        color: #fff;
        background-color: #e13b2b;
    }

    .box.grid.recipes h2 {
        font-size: 1.3rem;
        font-weight: bold;
        padding-right: 15px;
        padding-left: 15px;
        text-transform: capitalize;
    }

        .box.grid.recipes h2 a {
            color: #333;
        }

    .box.grid.recipes p {
        padding-right: 15px;
        padding-left: 15px;
    }

    .box.grid.recipes img {
        width: 100%;
        margin-bottom: 30px;
    }

    .box.grid.recipes .tag {
        padding-right: 15px;
        padding-left: 15px;
    }

        .box.grid.recipes .tag a {
            display: inline-block;
            padding: 3px 15px;
            color: #666;
            border: 1px solid #dedede;
            border-radius: 50px;
        }

            .box.grid.recipes .tag a:hover {
                text-decoration: none;
                background-color: #f8f8f8;
            }

.box.list.recipes {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border: 1px solid #dedede;
    background-color: #fff;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

    .box.list.recipes .info {
        margin-bottom: 0px;
        font-weight: bold;
    }

        .box.list.recipes .info a {
            color: #333;
        }

        .box.list.recipes .info i {
            color: #e13b2b;
        }

    .box.list.recipes .cover {
        float: left;
        width: 100px;
        margin-left: 20px;
    }

        .box.list.recipes .cover img {
            width: 100px;
            height: auto;
        }

        .box.list.recipes .cover .availability {
            text-align: center;
            margin-top: 10px;
        }

            .box.list.recipes .cover .availability .onstock {
                display: inline-block;
                color: #49b73a;
            }

            .box.list.recipes .cover .availability .notonstock {
                display: inline-block;
                color: #e13b2b;
            }

    .box.list.recipes h4 {
        font-size: 1rem;
        padding-left: 140px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        .box.list.recipes h4 a {
            font-weight: bold;
            color: #cacaca;
        }

    .box.list.recipes h2 {
        font-size: 1.2rem;
        padding-left: 140px;
    }

        .box.list.recipes h2 a {
            font-weight: bold;
            color: #333;
        }

    .box.list.recipes p {
        padding-left: 140px;
    }

    .box.list.recipes .tag {
        padding-left: 140px;
    }

        .box.list.recipes .tag a {
            display: inline-block;
            padding: 3px 15px;
            color: #666;
            border: 1px solid #dedede;
            border-radius: 50px;
        }

            .box.list.recipes .tag a:hover {
                text-decoration: none;
                background-color: #f8f8f8;
            }

    .box.list.recipes .by {
        margin-bottom: 20px;
        padding: 10px 15px;
        text-align: left;
        color: #fff;
        background-color: #e13b2b;
    }

        .box.list.recipes .by a {
            color: #fff;
        }

.page {
    margin-top: 70px;
    margin-bottom: 50px;
}

    .page .title h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: #333;
    }

    .page .title h4 {
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #cacaca;
    }

    .page .content .aligncenter,
    .page .content div.aligncenter {
        display: block;
        margin: 5px auto;
        text-align: center;
    }

    .page .content .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    .page .content .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    .page .content .caption-text {
        font-size: 12px;
        font-style: italic;
        text-align: center;
    }

    .page.contact {
        padding-bottom: 40px;
    }

        .page.contact input {
            height: 45px;
        }

        .page.contact .btn {
            color: #fff;
            background-color: #e13b2b;
        }

.search {
    padding: 60px 0;
    background-color: rgba(0, 0, 0, 0.025);
}

    .search h2 {
        font-size: 1.2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
        color: #e13b2b;
        border-bottom: 1px dashed #dedede;
    }

    .search .form-group {
        position: relative;
    }

        .search .form-group .form-control {
            height: 45px;
        }

        .search .form-group label {
            display: block;
        }

        .search .form-group input {
            height: 45px;
        }

        .search .form-group .btn {
            position: absolute;
            top: 0;
            right: 0;
            height: 45px;
            color: #fff;
            border-radius: 0 4px 4px 0;
            background-color: #e13b2b;
        }

    .search .select2-container .select2-selection--single {
        height: 45px;
    }

    .search .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
        color: #444;
    }

    .search .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }

    .search .select2-container .select2-selection--multiple {
        height: 45px;
    }

    .search .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 8px;
    }

    .search .select2-container .select2-search--inline .select2-search__field {
        margin-top: 0;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e13b2b !important;
}

.select2 {
    width: 100% !important;
}

.submit .title {
    padding: 30px 0;
    background-color: #f8f8f8;
}

    .submit .title h2 {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 0;
    }

.submit .content {
    padding: 40px 0;
}

    .submit .content .form-group {
        position: relative;
        margin-bottom: 40px;
    }

        .submit .content .form-group .form-group2 {
            display: flex;
            /*position: relative;*/
        }

            .submit .content .form-group .form-group2 .btn {
                margin-left: -5px;
                /*position: absolute;
                top: 0;
                right: 0;*/
                /*height: 100%;*/
                color: #fff;
                border-radius: 0 4px 4px 0;
                background-color: #e13b2b;
            }

        .submit .content .form-group hr {
            border-top: 1px dashed #dedede;
        }

        .submit .content .form-group .btn-light {
            background-color: #363636;
            color: #fff;
        }

    /*.submit .content input {
        height: 45px;
    }*/


    .submit .content .btn-submit {
        padding: 15px;
        color: #fff;
        background-color: #e13b2b;
    }

    .submit .content .select2-container .select2-selection--single {
        height: 45px;
    }

    .submit .content .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 45px;
        color: #444;
    }

    .submit .content .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }

    .submit .content .box {
        background-color: #f8f8f8;
        margin-bottom: 15px;
        padding: 20px;
        text-align: center;
    }

        .submit .content .box:hover {
            cursor: pointer;
        }

        .submit .content .box .fa-arrows {
            padding-top: 13px;
        }

        .submit .content .box .fa-times-circle-o {
            font-size: 20px;
            padding-top: 13px;
        }

            .submit .content .box .fa-times-circle-o:hover {
                color: #e13b2b;
            }

.recipe-detail {
    padding: 80px 0;
}

    .recipe-detail h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 40px;
        color: #333;
    }

    .recipe-detail .by {
        margin-bottom: 0px;
        font-weight: bold;
    }

        .recipe-detail .by a {
            color: #333;
        }

        .recipe-detail .by i {
            color: #e13b2b;
        }

    .recipe-detail h4 {
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #cacaca;
    }

    .recipe-detail img {
        width: 100%;
    }

    .recipe-detail .tag a {
        font-size: 0.9rem;
        display: inline-block;
        padding: 3px 15px;
        color: #666;
        border: 1px solid #dedede;
        border-radius: 50px;
    }

        .recipe-detail .tag a:hover {
            text-decoration: none;
            background-color: #f8f8f8;
        }

    .recipe-detail .info {
        margin-bottom: 20px;
        padding: 20px;
        color: #fff;
        background-color: #e13b2b;
    }

        .recipe-detail .info p {
            font-size: 0.8rem;
            margin-bottom: 0;
        }

            .recipe-detail .info p strong {
                font-size: 1rem;
                color: #fff;
            }

    .recipe-detail .summary {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .recipe-detail .ingredient-direction {
        margin-top: 30px;
    }

        .recipe-detail .ingredient-direction h3 {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .recipe-detail .ingredient-direction ul.ingredients {
            padding: 30px;
            list-style: none;
            background: #f9f9f9;
        }

            .recipe-detail .ingredient-direction ul.ingredients li {
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px dashed #dedede;
            }

    .recipe-detail ol.directions > li {
        position: relative;
        margin-bottom: 30px;
        padding-left: 20px;
    }

    .recipe-detail ol.directions {
        list-style-type: decimal;
        margin: 15px 0 0 34px;
        padding: 0;
        counter-reset: li-counter;
    }

        .recipe-detail ol.directions > li:before {
            font-size: 16px;
            font-weight: 700;
            line-height: 32px;
            position: absolute;
            top: 3px;
            left: -34px;
            width: 34px;
            height: 34px;
            text-align: center;
            color: #999;
            background-color: #f4f4f4;
            content: counter(li-counter);
            counter-increment: li-counter;
            cursor: default;
        }

    .recipe-detail .nutrition-facts {
        position: relative;
        margin-bottom: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px dashed #dedede;
        border-bottom: 1px dashed #dedede;
    }

        .recipe-detail .nutrition-facts h3 {
            font-size: 0.9rem;
            position: absolute;
            top: -20px;
            left: 0;
            padding: 8px 10px;
            color: #fff;
            background-color: #666;
        }

        .recipe-detail .nutrition-facts p {
            font-size: 0.8rem;
        }

            .recipe-detail .nutrition-facts p strong {
                font-size: 1rem;
            }

        .recipe-detail .nutrition-facts div {
            float: left;
            width: 20%;
        }

            .recipe-detail .nutrition-facts div p {
                margin-bottom: 0;
            }

    .recipe-detail .blog-comment h3 {
        font-size: 14px;
        font-weight: 800;
        line-height: 30px;
        text-decoration: underline;
        text-transform: uppercase;
        color: #333;
    }

    .recipe-detail .blog-comment a {
        font-weight: bold;
        color: #333;
    }

    .recipe-detail .blog-comment ul {
        padding: 0;
        list-style-type: none;
    }

    .recipe-detail .blog-comment img {
        opacity: 1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        filter: alpha(opacity=100);
        -o-border-radius: 4px;
    }

        .recipe-detail .blog-comment img.avatar {
            position: relative;
            float: left;
            width: 65px;
            height: 65px;
            margin-top: 0;
            margin-left: 0;
        }

    .recipe-detail .blog-comment .post-comments {
        position: relative;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px 20px;
        color: #6b6e80;
        border: 1px dashed #dedede;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        -o-border-radius: 4px;
    }

    .recipe-detail .blog-comment .meta {
        font-size: 13px;
        margin-bottom: 10px !important;
        padding-bottom: 8px;
        color: #aaa;
        border-bottom: 1px solid #eee;
    }

    .recipe-detail .blog-comment ul.comments ul {
        margin-left: 85px;
        padding: 0;
        list-style-type: none;
    }

    .recipe-detail .reply {
        margin-bottom: 30px;
        padding: 20px;
        border-radius: 4px;
    }

        .recipe-detail .reply h3 {
            margin-top: 0;
            text-decoration: none;
        }

        .recipe-detail .reply .required {
            color: red;
        }

        .recipe-detail .reply .btn-submit {
            margin-top: 10px;
            padding: 17px;
            color: #fff;
            background: #e13b2b;
        }

footer {
    margin-top: 40px;
    padding: 50px 0;
    background-color: #333;
}

    footer h5 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        color: #fff;
        border-bottom: 1px dashed #484848;
    }

    footer p {
        color: #858585;
    }

    footer ul {
        padding-left: 0;
    }

        footer ul li {
            list-style: none;
        }

            footer ul li a {
                color: #858585;
            }

                footer ul li a:hover {
                    color: #858585;
                }

    footer .btn {
        background-color: #e13b2b;
        color: #fff;
    }

.copyright {
    font-size: 0.9rem;
    padding: 15px 0;
    background-color: #212121;
}

    .copyright a {
        color: #858585;
    }

    .copyright i {
        color: #f44336;
    }

.demo h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.demo p {
    margin-bottom: 50px;
}

.demo .box {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #dedede;
    margin-bottom: 30px;
    position: relative;
}

    .demo .box:hover {
        opacity: 0.9;
    }

    .demo .box img {
        width: 100%;
    }

    .demo .box .title {
        background-color: #e13b2b;
        color: #fff;
        padding: 10px;
        text-align: center;
        font-size: 0.8rem;
    }

    .demo .box .status {
        position: absolute;
        right: -15px;
        top: -20px;
        background-color: #feca2f;
        padding: 20px 15px;
        border-radius: 50px;
        color: #000;
    }

.login.mainLayout {
    background-image: url('/images/login-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.login footer {
    margin-top: 0px;
}
    
.login .container {
    height: 100%;
    align-content: center;
}

.login .card {
    min-height: 370px;
    /*margin-top: auto;
    margin-bottom: auto;*/
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.login .social_icon a {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .login .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.login .card-header h3 {
    color: white;
}

.login .social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.login .input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

.login input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.login .remember {
    color: white;
}

    .login .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login .login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

    .login .login_btn:hover {
        color: black;
        background-color: white;
    }

.login .links {
    color: white;
}

    .login .links a {
        margin-left: 4px;
    }

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .navbar {
        padding: 10px 0;
    }

        .navbar .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar .navbar-brand {
            position: unset;
            left: unset;
        }

        .navbar .justify-content-center {
            justify-content: space-between !important;
        }

        .navbar .navbar-nav .btn-submit-recipe {
            position: unset;
            right: unset;
            text-align: center;
        }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 1px solid #e13b2b;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 15px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .main.mainLayout {
        padding-top: 61px;
    }

    .navbar {
        padding: 10px 0;
    }

        .navbar .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar .navbar-brand {
            position: unset;
            left: unset;
        }

        .navbar .justify-content-center {
            justify-content: space-between !important;
        }

        .navbar .navbar-nav .btn-submit-recipe {
            position: unset;
            right: unset;
            text-align: center;
        }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 1px solid #e13b2b;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 15px;
    }

    .top .box {
        margin-bottom: 30px;
    }

        .top .box img {
            width: 60px;
            height: 60px;
        }

        .top .box h3,
        .top .box p {
            padding-left: 80px;
        }

    .carousel-item img {
        width: unset;
        height: 400px;
    }

    .search .form-group .btn {
        position: static;
        margin-top: 20px;
        border-radius: 4px;
        width: 100%;
    }

    .box.grid.recipes .tag a {
        margin-bottom: 5px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .main.mainLayout {
        padding-top: 61px;
    }

    .navbar {
        padding: 10px 0;
    }

        .navbar .container-fluid {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar .navbar-brand {
            position: unset;
            left: unset;
        }

        .navbar .justify-content-center {
            justify-content: space-between !important;
        }

        .navbar .navbar-nav .btn-submit-recipe {
            position: unset;
            right: unset;
            text-align: center;
        }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 1px solid #e13b2b;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 15px;
    }

    .carousel-item img {
        width: unset;
        height: 500px;
    }

    .featured {
        margin-bottom: 20px;
    }

        .featured h3 {
            font-size: 1.6rem;
        }

    .top {
        padding: 40px 0;
    }

        .top .box {
            margin-bottom: 30px;
        }

    .list {
        margin-top: 40px;
    }

        .list .tag a {
            margin-bottom: 5px;
        }

    .main.mainLayout {
        padding-top: 60px;
    }

    .box.list.recipes img {
        width: 60px;
        height: auto;
    }

    .box.list.recipes h2,
    .box.list.recipes .tag,
    .box.list.recipes p {
        padding-left: 100px;
        padding-right: 15px;
    }

    .submit .content input {
        width: 100%;
    }

    .recipe-detail {
        padding: 60px 0;
    }

        .recipe-detail h1 {
            font-size: 1.8rem;
        }

        .recipe-detail .col-lg-4 {
            margin-bottom: 10px;
        }

        .recipe-detail .nutrition-facts {
            margin-top: 30px;
        }

            .recipe-detail .nutrition-facts div {
                width: 50%;
                margin-bottom: 10px;
            }
}
