/*
Theme Name:     Newsmag 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:       Newsmag                             
Version:        3.3c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/
.entry-title{
	text-align: center;
}
.widget_calendar a{
    font-weight: bold;
}
.widget_calendar #today{
    font-weight: normal;
}
.dismiss_message span:hover{
    color: #d2cccc;
}
.cosasbaza_grid_post p{
    color: white;
}
.cosasbaza_grid_title div{
    font-weight: bold;
    color: white;
    font-size: 15px;
}

.slb_details {
    display: none;
}

.td-sub-footer-menu li ul{
	background-color: #4e4e4e!important;
}

.td-sub-footer-menu li ul a:hover{
	color: #f26367!important
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em rgba(250, 153, 153, 1);
    }
    40% {
      box-shadow: 0 2.5em 0 0 rgba(250, 153, 153, 1);
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em rgba(250, 153, 153, 1);
    }
    40% {
      box-shadow: 0 2.5em 0 0 rgba(250, 153, 153, 1);
    }
  }