section#recipes{
    background: #e5b730;
    padding: 45px 45px 20px;
    margin-top: -30px;
    margin-bottom: 30px;
}

section#members-recipes{
    background: #e5b730;
    padding: 45px 45px 20px;
    margin-bottom: 55px;
}


.sidebar{
    float: left;
    width: 320px;
    margin-right: 30px;
    background: #f8edcc;
    padding: 20px 20px 50px;
    box-sizing: border-box;
}

section h2{
    margin: 0 0 40px;
    font-size: 19px;
    line-height: 24px;
    color: #58585a;
}



.check{
    position: relative;
    float: left;
    width: 17px;
    height: 17px;
    background: #fff;
    margin-top: 2px;
    margin-right: 10px;
    cursor: pointer;
}
.check.checked:after{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 9px;
    top: 40%;
    left: 53%;
    border-bottom: 3px solid #58585a;
    border-right: 3px solid #58585a;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
       -moz-transform: translate(-50%, -50%) rotate(45deg);
         -o-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}
label{
    float: left;
    width: calc(100% - 27px);
    font-family: 'ProximaNovaCn-Bold';
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase;
}


.main{
    position: relative;
    min-height: 230px;
}
.members-recipes{
    position: relative;
    float: left;
    width: calc(100% - 350px);
    min-height: 230px;
}

section .circularG{
    background: #fff;
}


.suggestions{
    position: relative;
    background: #f8edcc;
    padding: 20px 50px;
    margin-bottom: 20px;
	display: none;
}
.suggestions h2{
    margin-bottom: 5px;
}
.suggestions .list{
    margin: 0 -20px;
}
.suggestion{
    padding: 0 20px;
}
.suggestion h3{
    margin: 0 0 10px;
    color: #619996;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.suggestion .img{
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
}
.suggestion img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.suggestions .list{
    position: relative;
}
.suggestions .slick-arrow{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 50%;
    font-size: 0;
    border: none;
    background: transparent;
    margin-bottom: -30px;
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
}
.suggestions .slick-prev{
    left: -22px;
}
.suggestions .slick-next{
    right: -22px;
}
.suggestions .slick-prev:before,
.suggestions .slick-next:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 80%;
    height: 80%;
    border-bottom: solid 2px #e5b730;
    border-right: solid 2px #e5b730;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
}
.suggestions .slick-prev:before{
    left: 70%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
       -moz-transform: translate(-50%, -50%) rotate(135deg);
         -o-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
}
.suggestions .slick-next:before{
    left: 35%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
       -moz-transform: translate(-50%, -50%) rotate(-45deg);
         -o-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}
.suggestions .slick-prev:hover:before,
.suggestions .slick-next:hover:before{
    border-bottom: solid 2px #619996;
    border-right: solid 2px #619996;
}

.recipes{
    position: relative;
    min-height: 285px;
    margin: 0 -10px;
}
.recipe,
.recipe:active,
.recipe:visited,
.recipe:focus{
    display: inline-block;
    vertical-align: top;
    width: calc(33.333333% - 20px);
    padding: 20px;
    box-sizing: border-box;
    background: #f8edcc;
    margin: 0 10px 20px;
}
.recipe:hover{
    color: #000;
}
.recipe:nth-child(odd){
    margin-right: 10px;
}
.recipe:nth-child(even){
    margin-left: 10px;
}

.recipe h3{
    padding-bottom: 5px;
    line-height: 24px;
    margin: 0 0 10px;
}

.recipe .img{
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.recipe img{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    border: solid 1px transparent;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.recipe:hover img{
    border: solid 1px rgba(255,255,255,0.8);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
}

/*--------------------------------*/



section#members-recipes .sidebar{
    padding-bottom: 20px;
}

section#members-recipes .sidebar p{
    font-family: 'ProximaNovaCn-Bold';
    font-size: 19px;
    line-height: 24px;
}

section#members-recipes .sidebar a{
    display: block;
    background: #e5b730;
    font-family: 'ProximaNovaCn-Bold';
    letter-spacing: 1px;
    border: solid 1px #e5b730;
    color: #fff;
    font-size: 19px;
    line-height: 46px;
    text-align: center;
}

section#members-recipes .sidebar a:hover{
    background: #fff;
    color: #e5b730;
}


.file{
    display: block;
    position: relative;
    padding-bottom: 78%;
}


.file:before,
.file:after{
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 85px;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 100px;
    -webkit-transition: all 0.1s ease-out;
       -moz-transition: all 0.1s ease-out;
         -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.file:after{
    background-position: center top;
}
.file:before{
    opacity: 0;
    background-position: center -85px;
}
.file:hover:after{
    opacity: 0;
}
.file:hover:before{
    opacity: 1;
}
.file.pdf:before,
.file.pdf:after{
    background-image: url('../img/pdf.png');
}
.file.doc:before,
.file.doc:after{
    background-image: url('../img/doc.png');
}


/* Responsive ----------------------------------------------------------*/

@media(max-width: 1000px){
    .sidebar{
        width: 260px;
        margin-right: 20px;
    }
    .main,
    .members-recipes{
        width: calc(100% - 280px);
    }
    .recipe{
        width: calc(50% - 20px);
    }
}

@media(max-width: 900px){
    section#recipes,
    section#members-recipes{
        padding: 30px 25px 45px;
    }
    .sidebar{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .main,
    .members-recipes{
        width: 100%;
    }
    .sidebar .col{
        float: left;
        margin-right: 20px;
    }
    .sidebar h2{
        margin: 0 0 30px;
    }
    .sidebar{
        padding: 20px 20px 40px;
    }
    section#members-recipes .sidebar a{
        width: calc(50% - 30px);
    }
}


@media(max-width: 700px){
    .suggestions{
        padding: 20px 35px;
    }
    .suggestions .slick-prev,
    .suggestions .slick-next{
        width: 30px;
        height: 30px;
    }
    .suggestions .slick-prev{
        left: -10px;
    }
    .suggestions .slick-next{
        right: -10px;
    }
}

@media(max-width: 650px){
    section#recipes,
    section#members-recipes{
        padding: 25px 30px 35px;
    }
    .recipe{
        width: calc(100% - 20px);
    }
}

@media(max-width: 600px){
    section#members-recipes .sidebar a{
        width: auto;
    }
}

@media(max-width: 500px){
    .container{
        margin: 0;
    }
    section#recipes,
    section#members-recipes{
        padding: 25px 20px 0;
        margin-bottom: 0px;
    }
    .sidebar h2,
    .sidebar label,
    .recipe h3,
    section h2,
    .suggestion h3{
        font-size: 17px;
    }
    .suggestions{
        padding: 20px 25px;
    }
    .suggestion .img{
        padding-bottom: 55%;
    }
    .suggestions .slick-prev,
    .suggestions .slick-next{
        width: 20px;
        height: 20px;
    }
    .suggestions .slick-prev{
        left: -2px;
    }
    .suggestions .slick-next{
        right: -2px;
    }
}

@media(max-width: 500px){
    .sidebar h2{
        margin: 0 0 20px;
    }
    .sidebar{
        padding: 20px 20px 30px;
    }
}