/* CONTENT WIDTH 
------------------------------------------------------------------------------*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* WPMFC CATEGORY DESCRIPTION WIDGET
------------------------------------------------------------------------------*/
.wpmfc_what_cat *{display:inline;}
.wpmfc_what_cat p, .wpmfc_what_cat .wpmfc_what_cat_children{margin:0 10px 0 0;}
.wpmfc_what_cat ul{margin:0;}
.wpmfc_what_cat ul>li>a:after{content:",";font-size:16px;}
.wpmfc_what_cat ul>li:last-child>a:after{content:"";}
.wpmfc_what_cat .wpmfc_what_cat_children p{margin:0;}
.wpmfc_what_cat a{text-decoration:underline;}
.wpmfc_what_cat a:hover{text-decoration:none;}

.wpmfc_2_wrap{margin-bottom:30px;}

.wpmfc_widget{margin-bottom: 25px; display: block;}
.wpmfc_widget h3.wpmfc_cd_cat_title{}
.wpmfc_img{ float:left; margin:0 20px 10px 0;}
.wpmfc_img img{width:150px; height:auto;}
.wpmfc_widget img{max-width: 100%; height:auto;}
.wpmfc_dsc{ font-size: 15px; line-height: 21px; color:#666;}
.wpmfc_dsc p{margin-bottom:10px;}



/* ADMIN BAR
------------------------------------------------------------------------------*/
#wpadminbar .ab-top-menu>li.wpmfc-toolbar>.ab-item{text-indent: -9999px; background: #222 url(img/1.png) no-repeat left center; min-width: 80px;}
#wpadminbar .ab-top-menu>li.wpmfc-toolbar:hover>.ab-item,
#wpadminbar .ab-top-menu>li.wpmfc-toolbar:focus>.ab-item{background: #000 url(img/1.png) no-repeat left center;}
#wpadminbar .menupop.wpmfc-toolbar .ab-sub-wrapper{background: #000 url(img/3.png) no-repeat top left;}

/* ADMIN MESSAGE
------------------------------------------------------------------------------*/
div.updated.wpmfc-admin-message{display:none;background: #111 url(img/2.png) no-repeat top left; border-left-color:#c0392b; color:white; padding:7px 12px 7px 170px;}
div.updated.wpmfc-admin-message a{display:none;background: transparent; border:2px solid #c0392b; padding:5px 15px; border-radius: 5px; font-weight: 700; color:white; margin-left: 20px;}
div.updated.wpmfc-admin-message a:hover{display:none;background: #c0392b;}