﻿/*PAGE: /Recipes/All.cshtml, /Recipes/Your.cshtml*/

#main-navbar-toggle {
    margin-left: 0px;
}

#navbar__toggle__filter, #navbar__toggle__share {
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 0px;
}

#panel__share__xs {
    margin-bottom: 10px;
}

.btn__share__facebook {
    padding-left: 15px;
    padding-right: 15px;
}

.instagram__div {
    margin-top: 5px;
    width: 200px
}

.instagram__link {
    display: inline-flex;
}

.instagram__logo {
    display: inline-flex !important;
    height: 29px;
}

@media (max-width: 767px) {
    #recipe__container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.recipe__img-by-name {
    position: absolute;
    bottom: 0px;
    right: 7.5%;
    background-color: black;
    color: white;
    opacity: 0.5;
    padding: 5px 5px 0px 5px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    #btn__group__recipe {
        text-align: center;
    }
}

.slick-slide {
    outline: none;
}

.slick-prev,
.slick-next {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    top: 50%;
    position: absolute;
    display: block;
    cursor: pointer;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: black;
    background: transparent;
    color: transparent;
    opacity: 0.35;
    outline: 0;
    z-index: 3;
    font-size: 0;
}

@media (max-width: 767px) {
    .slick-prev,
    .slick-next {
        top: 380px;
    }
}

.slick-prev {
    left: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media (max-width: 767px) {
    .slick-prev {
        left: -5px;
    }
}

.slick-next {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .slick-next {
        right: -5px;
    }
}

.slick-prev:before,
.slick-next:before,
[dir='rtl'] .slick-prev:before,
[dir='rtl'] .slick-next:before {
    content: '';
}

/*fixes wrapping in Filters navbar*/
@media (max-width: 1140px) and (min-width: 1031px) {
    #ingred-sel {
        width: 300px;
    }

    #filters-div {
        padding: 0px
    }
}

@media (max-width: 1030px) and (min-width: 768px) {
    #ingred-sel {
        width: 150px;
    }

    #filters-div {
        padding: 0px
    }

    #search-imp {
        width: 150px;
    }
}

.view-ctrls {
    margin: 0 auto;
}

.navbar-collapse.in {
    overflow-y: visible;
}

/*PAGE: /Recipes/Recipe.cshtml*/
@media (min-width: 993px) {
    #ing-table {
        padding-left: 45px;
    }

    #ing-table > table {
        table-layout: fixed;
    }

    #ing-table > table > thead > tr > th:nth-of-type(3),
    #ing-table > table > thead > tr > th:nth-of-type(4) {
        word-wrap: break-word;
    }
}

#mob-banner {
    padding-bottom: 20px;
}

#adv-mob {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.btn-tag {
    margin-bottom: 5px;
}

/*PAGE: /Recipes/Edit.cshtml*/
#exit-btn {
    padding-top: 25px;
}

@media (max-width: 992px) {
    #exit-btn {
        float: left;
    }
}

@media (min-width: 992px) {
    #fields-edit-contributor {
        min-height: 30vh;
        display: flex;
        align-items: center;
    }
}

#table-recipe-tags td {
    border-top: 0px solid #ffffff;
    vertical-align: middle;
}

.btn-tag-tagged, .btn-tag-null {
    width: 85px;
}

.slick-next:before, .slick-prev:before {
    color: black;
}

#edit-info {
    min-height: 3vh;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.tag__slick-prev,
.tag__slick-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black;
    border: none;
    outline: none;
    background: transparent;
}

.tag__slick-prev:hover,
.tag__slick-prev:focus,
.tag__slick-next:hover,
.tag__slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.tag__slick-prev:hover:before,
.tag__slick-prev:focus:before,
.tag__slick-next:hover:before,
.tag__slick-next:focus:before {
    opacity: 1;
}

.tag__slick-prev.slick-disabled:before,
.tag__slick-next.slick-disabled:before {
    opacity: .25;
}

.tag__slick-prev:before,
.tag__slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tag__slick-prev {
    left: -25px;
}

[dir='rtl'] .tag__slick-prev {
    right: -25px;
    left: auto;
}

.tag__slick-next {
    right: -25px;
}

[dir='rtl'] .tag__slick-next {
    right: auto;
    left: -25px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*PAGE: /Recipes/Add.cshtml*/
@media (min-width: 993px) {
    #meth-btn-group {
        padding-top: 28px
    }
}

@media (max-width: 992px) {
    #meth-btn-group {
        padding-bottom: 10px
    }
}

#stir {
    width: 66px;
}
