h1.header{
    text-align: center;
    margin: 30px 0 10px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
h2.header{
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,.8);
    margin: 10px 0;
    padding: 10px 0px;
    box-shadow: 0px 2px 3px -2px rgba(0,0,0,.3);
    text-transform: capitalize;
}

.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 70% 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%);
}
.top_des .top_title{
    font-size: 14px;
    margin: 14px 0 0;
    padding: 0 14px 0;
    color: rgba(0,0,0,.8);
}
.recipe_rating{
    margin: 7px 0 0;
    padding: 0 14px 10px;
}

.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;
}

.list_wrap{
    width: 100%;
    margin: 10px auto 20px;
}
.list_item{
    display: block;
    color: #333;
    padding:13px 0 13px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.list_item span{
    display:inline-block;
    width:90%;
    text-transform: capitalize;
}
.list_item i{
    float: right;
}
.list_item:nth-of-type(1),.list_item:nth-of-type(2),.list_item:nth-of-type(3),.list_item:nth-of-type(4),
.list_item:nth-of-type(5){
    display: block;
}
.column_image{
    position: relative;
    width: 100%;
    padding: 0 0 70% 0;
    overflow: hidden;
}
.column_image img{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    height: 95%;
    transform: translate(-50%,-50%);
}
.list_box{
    position: relative;
    overflow: hidden;
    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;
    min-height: 38px;
    height: 95px;
    overflow: hidden;
}
.column_rating{
    padding: 0 10px;
    margin: 10px 0 0;
    font-size: 12px;
    vertical-align: middle;
}
.column_rating span{
    margin-left: 10px;
    color: #EF6C00;
}
.ui.rating{
    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;
}

/***description***/
.ui.container .description{
    margin:0px 2% 0;
    width:96%;
}
.ui.container .description p{
    color:#999;
    font-size: 14px;
}

/***read more***/
.read-more-wrapper {
    position: relative;
    max-height: 87px;
    overflow: hidden;
    padding-top: 15px;
    -moz-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.read-more-wrapper:not(.expanded) {
    -moz-transition: max-height 250ms ease-in-out;
    -ms-transition: max-height 250ms ease-in-out;
    -o-transition: max-height 250ms ease-in-out;
    -webkit-transition: max-height 250ms ease-in-out;
    transition: max-height 250ms ease-in-out;
    -moz-animation: readLessAnimation 250ms;
    -ms-animation: readLessAnimation 250ms;
    -o-animation: readLessAnimation 250ms;
    -webkit-animation: readLessAnimation 250ms;
    animation: readLessAnimation 250ms;
}
.read-more {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 0;
    text-align: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
.read-more p {
    color: #FB8C00;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 0;
}
.read-more-wrapper .read-more p svg path {
    fill: #FB8C00;
}
.read-more p span.less {
    display: none;
}
.read-more-wrapper.expand {
    max-height: 999999px;
}
.read-more-wrapper.expanded {
    padding-bottom: 35px;
}
.read-more-wrapper .read-more p svg {
    width: 5px;
    height: 10px;
    margin: 0 0 0 4px;
    vertical-align: middle;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.read-more-wrapper.expanded .read-more svg {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.ui.container .read-more-wrapper .read-more p {
    color: #FB8C00;
    cursor: pointer;
    width: 100%;
    display: block;
    line-height: 35px;
    font-size: 14px;
    margin-bottom: 0;
}