h1.header{
    text-align: center;
    margin: 30px 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.ui.container{
    margin-bottom: 20px;
}
h2.title{
    font-size: 14px;
    margin: 10px 0 5px;
    font-weight: bold;
}
.top_des{
    display: block;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.3);
    width: 100%;
    margin: 0 auto;
}
.top_des .top_image{
    position: relative;
    width: 100%;
    padding: 0 0 67% 0;
    overflow: hidden;
}

.top_des .top_image img{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    height: 95%;
    transform: translate(-50%,-50%);
}
.food_rating{
    margin: 20px 0;
    padding: 0 14px;
}
.ui.rating.toprate{
    font-size: 16px;
}
.food_rating span{
    margin: 0 0 0 20px;
    vertical-align: 8%;
}
span.score{
    color: #EF6C00;
    font-size: 12px;
    margin-left: 10px;
}

.Benefits ul{
    color: rgba(0,0,0,.6);
    font-size: 12px;
    list-style-type: disc;
    padding: 0 0 0 20px;
    margin: 0;
}
.Benefits ul li{
    list-style-type: disc;
}
.ingredients p,.caloric p{
    font-size: 12px!important;
    color: rgba(0,0,0,.6)!important;
}
.ui.fluid.teal.button{
    margin-top: 10px;
}






.list_wrap{
    width: calc(100% - 20px);
    margin: 10px auto;
}
.list_item{
    position: relative;
    background: #fff;
    z-index: 10;
    padding: 0!important;
    margin: 20px 0 0 10px!important;
    display: block;
    float: left;
    width: calc(50% - 10px);
}
.list_item:before, .list_item:after {
    position: absolute;
    z-index: -9;
    width: 50%;
    height: 12%;
    content: "";
    left: 5px;
    bottom: 14px;
    max-width: 50%;
    max-height: 100px;
    -webkit-transform: rotate(-5deg) skew(-10deg, 0deg);
    -moz-transform: rotate(-5deg) skew(-10deg, 0deg);
    -ms-transform: rotate(-5deg) skew(-10deg, 0deg);
    -o-transform: rotate(-5deg) skew(-10deg, 0deg);
    transform: rotate(-5deg) skew(-10deg, 0deg);
    -webkit-box-shadow: 0 15px 8px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 15px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 0 15px 8px rgba(0, 0, 0, 0.35);
}
.list_item:after {
    left: auto;
    right: 5px;
    -webkit-transform: rotate(5deg) skew(10deg, 0deg);
    -moz-transform: rotate(5deg) skew(10deg, 0deg);
    -ms-transform: rotate(5deg) skew(10deg, 0deg);
    -o-transform: rotate(5deg) skew(10deg, 0deg);
    transform: rotate(5deg) skew(10deg, 0deg);
}
.column_image{
    position: relative;
    width: 100%;
    padding: 0 0 67% 0;
    overflow: hidden;
}
.column_image img{
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    left: 2.5%;
    z-index: 100;
}
.list_box{
    position: relative;
    z-index: 10;
    background: #fff;
    padding-bottom: 18px;
    box-shadow: 0 -3px 0 0 #ffffff,
    0 -3px 0 0 #ffffff,
    12px 5px 7px -11px rgba(0, 0, 0, 0.1),
    -8px 5px 5px -7px rgba(0, 0, 0, 0.1);
}
.column_title{
    font-size: 12px;
    padding: 0 10px;
    color: #0091EA;
}
.column_rating{
    padding: 0 10px;
    margin: 18px 0 0;
    font-size: 12px;
    vertical-align: middle;
}
.column_rating span{
    margin-left: 10px;
    color: rgba(0,0,0,.7);
}
.ui.rating{
    font-size: 12px;
}

.cook_time{
    padding: 10px 5px;
    width: 100%;
    margin: 20px auto 0;
    border-top: 2px dotted #a9a9a9;
    border-bottom: 2px dotted #a9a9a9;
}
.cook_time:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.cook_time .cook_time_item{
    float: left;
    color: #555;
    width: 35%;
    font-weight: 900;
    text-align: center;
}

.cook_time .cook_time_item:nth-child(3){
    width: 30%;
    /*min-height: 68px;*/
    border-left: 1px dashed #a9a9a9;
}
.cook_time .cook_time_item>div:last-child{
    margin-top: 5px;
}
.cook_time .cook_time_item>div:last-child span{
    font-size: 14px;
    font-weight: 100;
    /*font-family:  sans-serif;*/
}
.cook_time .cook_time_item:nth-child(3)>div:nth-child(2){
    font-weight: 100;
}
.food_description{
    margin-top: 20px;
    padding: 0 10px;
}
.read_more_less{
    box-shadow: 0 -12px 13px 0px #fff;
    font-size: 12px;
    background: #fff;
    position: relative;
    z-index: 100;
    color: #00aeff;
    text-align: center;
    transition: all .3s 0s;
}
.food_description p{
    font-size: 12px!important;
    color: rgba(0,0,0,.8)!important;
    line-height: 18px!important;
}
.ingredient_wrap, .instructions_wrap, .nutrition_wrap{
    width: 100%;
    margin: 20px auto 0;
}
.ingredient_wrap h2.header, .instructions_wrap h2.header, .nutrition_wrap h2.header{
    font-size: 18px;
    color: #555;
    border-bottom: 2px dotted #a9a9a9;
    margin: 10px 0;
    padding: 0 0 8px;
}
.ingredient_item, .instructions_item{
    border-bottom: 1px solid #dadada;
    padding: 11px 0;
    color: rgba(0,0,0,.8);
}
.clear:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.instructions_item{
    font-size: 12px;
    /*text-indent: -1em;*/
    /*padding-left: 1em;*/
}
/*.instructions_item span:last-child{*/
/*float: left;*/
/*width: 95%;*/
/*font-size: 12px;*/
/*}*/
.instructions_item .ui.checkbox label{
    font-size: 12px;
}



.recipes_list{
    margin: 40px 0 0;
}
.recipes_list .item{
    display: block;
    margin: 25px 0 0;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.3);
}
.recipes_list .item .item_image{
    position: relative;
    width: 100%;
    padding: 0 0 67% 0;
    overflow: hidden;
}
.recipes_list .item .item_image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.recipes_list .item .item_des{
    padding: 7px 10px;
}
.recipes_list .item .item_des:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.recipes_list .item .item_des .le_title{
    float: left;
    width: 80%;
    color: rgba(0,0,0,.8);
    font-size: 20px;
    font-weight: bold;
}
.recipes_list .item .item_des .ri_view{
    float: left;
    width: 20%;
    color: #E05C51;
    font-size: 12px;
    text-align: right;
}
.get_deal_wrap{
    width:100%;
    text-align:center;
    margin:20px auto;
}
a.ui.button {
    padding: 11px 15px;
    background: green;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    width: 150px;
}
