/*--------------------------------------------------------------
   Sidebar and Widgets
--------------------------------------------------------------*/
.widget{
    border: 1px solid rgba(17,17,17, 0.1);
    margin-bottom: 36px;
    padding: 25px 30px 30px;
}
.widget-title{
    margin-bottom: 20px;
}
.widget .vlog-count{
    margin-right: 7px;
    float: left;
}
.widget ul li a{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}


.widget ul li{
    margin-bottom: 11px;
}
.widget ul li:last-child{
    margin-bottom: 0;
}
.widget.mks_ads_widget{
    padding: 0;
    border:none;
}
.widget.mks_ads_widget h4,
.widget.vlog_adsense_widget h4{
    text-align: center;
    border: none;
    padding: 0;
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 5px;
}

.widget.vlog-widget-expand {
  padding: 0;
  border: none;
}


/*Calendar Widget*/

.widget_calendar table {
  background: transparent;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget_calendar table thead {
  background: rgba(0,0,0,0.05);
  font-size: 12px;
}
.widget_calendar table thead th {
  padding: 13px 0;
  text-align: center;
}
.widget_calendar table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.01);
}
.widget_calendar table tbody td {
  font-size: 12px;
  text-align: center;
  padding: 9px 0;
}
.widget_calendar table tfoot {
  background: transparent;
  margin-top: 10px;
  background: rgba(0,0,0,0.05);
}
.widget_calendar table tfoot tr td {
  padding: 12px 14px;
  font-size: 12px;
}
.widget_calendar table tfoot tr td a {
  text-transform: uppercase;
}
.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget_calendar table caption {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    position: absolute;
    top: 15px;
    right: 30px;
}
.widget_calendar table tbody td a{
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    min-width: 30px;
    height: 30px;
    line-height: 10px;
    padding: 9px 0;
    margin-right: 0;  
    border-radius: 50%;
}

.widget_calendar{
  padding: 0;
  position: relative;
}
.widget_calendar .widget-title{
    padding: 20px 30px 13px;
    margin-bottom: 0;
}
.widget_calendar #today{
  position: relative;
}
.widget_calendar #today:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -15px 0 0 -15px;
}
/*Search Widget*/
.widget .vlog-search-form input[type="text"]{
  background: transparent;
}
.widget .vlog-search-form .vlog-button-search{
    width: 40px;
    font-size: 22px;
}
.widget_search li{
  list-style: none;
}

/*Ads Widget*/

.mks_adswidget_ul li,
.mks_adswidget_ul.small,
.site-footer .mks_adswidget_ul.small {
  text-align: center;
}
.mks_ads_widget .small li,
.mks_ads_widget ul.custom li,
.mks_adswidget_ul.small li,
.mks_adswidget_ul.custom li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
  width: auto;
}
div.mks_ads_widget .small li {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
}
.mks_adswidget_ul.small{
    width: 280px;
    margin: 0 0 0 16px;  
}
/*Author Widget Styles*/
.mks_author_widget{
  text-align: center;
}
.widget.mks_author_widget img{
  border-radius: 50%;
  float: none;
  clear: both;
  margin: 0 0 18px;
}
.widget.mks_author_widget h3{
  margin-bottom: 10px;
}


ul.mks_themeforest_widget_ul{
    margin: 0 -10px;  
}
.mks_themeforest_widget ul.mks_themeforest_widget_ul li{
    margin: 0 2px 6px 2px;  
}
.mks_themeforest_widget .mks_read_more{
  margin-bottom: 0;
  margin-top: 20px;
}
.widget.mks_flickr_widget ul{
    margin: 0 -8px;
    width: 260px;
}
.widget.mks_flickr_widget{
  padding: 20px 30px 18px;
}
.widget.mks_flickr_widget ul.flickr li {
  margin: 0 9px 0 0;
}
.widget.mks_flickr_widget ul.flickr li:nth-child(3n) {
  margin: 0 0 9px 0;
}
.mks_themeforest_widget_ul {
  text-align: center;
}
.widget p:last-child{
  margin-bottom: 0;
}
.screen-reader-text{
  margin-bottom: 5px;
  display: inline-block;
}
.widget_categories .children,
.widget.widget_pages .children,
.widget_nav_menu .sub-menu,
.vlog_series_widget .children{
    padding-left: 20px;
    padding-top: 10px;  
}
.vlog_series_widget li a,
.widget_categories li a,
.vlog_category_widget li a{
  display: block;
}

.widget_categories li a:hover .category-text,
.widget.widget_archive li a:hover,
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_nav_menu li a:hover,
.vlog_category_widget li a:hover .category-text{
  margin-left: 5px;
}
.widget.vlog_series_widget li a:hover .series-text{
  padding-left: 5px;
}
.widget a,
.widget ul li a,
.widget_categories li a .category-text,
.vlog_series_widget li a .series-text,
.vlog_category_widget li a .category-text{
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;  
}
.widget_recent_entries{
  clear: both;
}
.widget_recent_entries li a{
  display: block;
}
.widget_recent_entries li,
.widget_recent_comments li{
  font-size:14px;
  line-height: 20px;
}
.widget_recent_entries li .post-date{
  display: block;
  font-size: 12px; 
}
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_meta li,
.widget.widget_nav_menu li{
  margin-bottom: 9px;
}
/* RSS widget */
.widget_rss .rsswidget img{
  display: none;
}

.widget_rss ul li a{
  display: block;
  font-weight: 700;
}
.widget_rss .rss-date{
    margin-bottom: 5px;
    display: block;
}
.vlog_series_widget .vlog-count{
  vertical-align: top;
}

/* Search Widget */
.widget_search .widget-title{
    border-bottom: 0;
    margin-bottom: 0;
}

.widget .wp-caption-text{
  font-size:12px;
}
.widget .alignnone{
  margin-bottom: 18px;
}

/* Tags Widget */
.meta-tags a,
.widget_tag_cloud a{
    font-size: 12px!important;
    line-height: 20px;
    text-transform: uppercase;
}
.meta-tags a:after,
.widget_tag_cloud a:after{
    content: "/";
    margin: 0 2px 0 4px;
}
.meta-tags a:last-child:after,
.widget_tag_cloud a:last-child:after{
  display: none;
}

/* Additional Widgets */
.wysija-paragraph{
  margin-top: 18px;
}
.vlog_posts_widget .vlog-lay-g,
.vlog_posts_widget .vlog-lay-h{
  margin-bottom: 18px;
}
.vlog-site-content .vlog_posts_widget .vlog-lay-g:last-child,
.vlog-site-content .vlog_posts_widget .vlog-lay-h:last-child{
  margin-bottom: 0;
}
.vlog-widget-slider.owl-carousel{
  margin: 0;
  article{
    padding: 0;
  }
}
/* Social */
.mks_social_widget {
  padding-bottom: 15px;
}
.vlog_series_widget a{
  display: inline-block;
  width: 100%;
  clear: both;
  .series-text{
    width: 205px;
    display: inline-block;
  }
}
.widget .vlog-slider-controls .owl-next, 
.widget .vlog-slider-controls .owl-prev{
  width: 20px;
  height: 20px;
  padding:1px 0;
  i{
    font-size: 14px;
    display: block;
    vertical-align: middle;
    line-height: 16px;
  }
}

.widget.vlog_series_widget,
.widget.vlog_posts_widget{
  clear: both;
}
.vlog_series_widget li a,
.widget_categories li a,
.vlog_category_widget li a{
  position: relative;
}
.widget .vlog-count{
  position: absolute;
  top: 0;
  left: 0;
}
.widget .category-text,
.widget .series-text{
    left: 30px;
    position: relative;
    display: inline-block;
}
.widget .category-text:only-child,
.widget .series-text:only-child{
  left: 0;
}

/*--------------------------------------------------------------
   Widgets padding reset
--------------------------------------------------------------*/
.vlog-no-padding {
    padding: 0;
}

.widget div.mejs-container .mejs-controls,
body .widget .mejs-container.wp-audio-shortcode{
  height: 25px !important;
}
body .widget .mejs-container .mejs-controls .mejs-button,
.widget div.mejs-container .mejs-controls .mejs-time{
  margin:0;
  padding:8px 0 0;
}
.widget div.mejs-controls div.mejs-time-rail{
  padding-top: 5px;
}
body .widget .mejs-controls a.mejs-horizontal-volume-slider{
  margin: 0;
}
body .widget .mejs-container.wp-audio-shortcode{
  border:1px solid rgba(0,0,0,0.1);
}
.widget div.mejs-container.wp-audio-shortcode .mejs-controls{
    background: transparent;
}
.widget div.mejs-container .mejs-controls{
  background: rgba(255,255,255,0.8);
}
body .widget .mejs-container .mejs-controls .mejs-button button:before,
.widget .mejs-overlay-button{
  font-size: 14px;
    line-height: 27px;
}
.widget .mejs-overlay-button{
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
       -o-transform: scale(0.6);
          transform: scale(0.6);
}
body .widget .mejs-container .mejs-controls .mejs-button button{
  height: 25px;
}
.widget .mejs-container .mejs-controls div{
  font-size: 10px;
}
.widget .mejs-controls .mejs-time-rail span, 
.widget .mejs-controls .mejs-time-rail > a,
.widget .mejs-controls .mejs-time-rail .mejs-time-current{
  height: 8px;
}
.widget .mejs-controls .mejs-time-rail .mejs-time-float{
  height: 17px;
}
.widget_media_image .wp-caption{
  margin-bottom: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item{
  padding-bottom: 0;
}
.widget .gallery-columns-1{
  margin-bottom: 0;
}
.widget .gallery .gallery-item a:after{
  display: none;
}