/* Base styles for SMSC Widget - Popular Posts */
.widget-popular { }
.widget-area .widget_smsc_widget_popular_posts .slider { overflow:hidden; display:none; padding: 20px 10px; }
.widget-area .widget_smsc_widget_popular_posts .slider.slick-initialized { display:block; }
.widget-area .widget_smsc_widget_popular_posts .slider a { overflow:hidden; padding: 0px 10px; }
.widget_smsc_widget_popular_posts .popular-post { width:100%; float:left; position:relative; }
.widget_smsc_widget_popular_posts img { width:100%; height:auto; }
.widget_smsc_widget_popular_posts .popular-title { position:absolute; width:100%; bottom:0; height:auto; background: #000; color: #fff; padding:10px 20px; font-weight:bold; opacity:.8; text-align:center; 
-moz-transition: all 500ms ease;  /* FF4+ */
-o-transition: all 500ms ease;  /* Opera 10.5+ */
-webkit-transition: all 500ms ease;  /* Saf3.2+, Chrome */
-ms-transition: all 500ms ease;  /* IE10 */
transition: all 500ms ease; }
.widget_smsc_widget_popular_posts .popular-post:hover .popular-title { opacity:1; }