@charset "utf-8";
/* CSS Document */
.clear {clear: both;overflow: hidden;}
.uc_profile_widget{ border-radius:3px; overflow: hidden;font-family: 'Lato', sans-serif; background:#ffffff;}
.uc_profile_widget .uc_profile_widget_containt{ padding:15px;}
.uc_profile_widget .uc_profile_widget_containt .uc_profile_pic{ width:30%;border: 5px solid #ffffff; border-radius: 50%; overflow:hidden; float:left;}
.uc_profile_widget .uc_profile_widget_containt .uc_profile_pic img{ width:100%; display:block;}
.uc_profile_widget .uc_profile_widget_containt .uc_profile_title{ width:60%; float:left; padding:0px; position:relative; min-height:91px;}
.uc_profile_widget .uc_profile_widget_containt .uc_profile_title .uc_tittle{ position:absolute; left:20px; top:50%; transform: translateY(-50%); color:#ffffff;}
.uc_profile_widget .uc_profile_widget_containt .uc_profile_title .uc_tittle span{ display:block; color:#898281;}

.uc_profile_widget ul{ margin:0px; padding:0px;}
.uc_profile_widget ul li{ list-style:none; padding:13px 15px; background:#ededed;}
.uc_profile_widget ul li a{ color:#8a8382; text-decoration:none;}
.uc_profile_widget ul li:nth-child(2){ background:#f5f5f5;}
.uc_profile_widget ul li:nth-child(3){ background:#fdfdfd;}
.uc_profile_widget ul li a .fa{ width:25px;}


.uc_recipe_widget .uc_recipe_widget_containt{ padding:15px 15px; background:#f8f8f9; position:relative;}
.uc_recipe_widget .uc_recipe_widget_containt h2{ font-weight:normal;font-size: 20px; color:#727272; margin:0px;}



.uc_recipe_widget .uc_recipe{ background:#f8f8f9; border-top:1px solid #d7d7db; padding:0px;}
.uc_recipe_widget .uc_recipe a img{ width: auto; vertical-align: middle; margin-right:10px; display:inline;}
.uc_recipe_widget .uc_recipe a{ margin:0px;font-family: 'Lato', sans-serif; font-size: 12px; font-weight:bold;color:#a9a6a6;text-decoration:none;width:50%; float:left; display:block;  padding: 15px 0; height:20px;text-align:center;}
.uc_recipe_widget .uc_recipe a:last-child{border-left:1px solid #d7d7db;width:49%;}



