/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        7.7c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Bottom border on Main Menu */
.sf-menu > li > a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
  /* hover and current menu border */
  .sf-menu > .current-menu-item > a:after,
  .sf-menu > .current-menu-ancestor > a:after,
  .sf-menu > .current-category-ancestor > a:after,
  .sf-menu > li:hover > a:after,
  .sf-menu > .sfHover > a:after {
    background-color: #4db2ec;
    width: 100%;
  }

.cat-item {
    float: left;
    font-size: 13px;
}
.td-widget-no::before {
    content: "(";
}
.td-widget-no::after {
    content: ")";
}

.td-footer-wrapper .widget_categories li span {
    margin: auto 5px;
    color: #efefef;
}
