/*
Theme Name:     Newspaper 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:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/






/*////////////////////////////////////////////////////////////////////////////
//								For WORDPRESS								//
//																			//
////////////////////////////////////////////////////////////////////////////*/

.td-scroll-up {
    border-radius: 5px;
}
/*
[class*="td-icon-"] {
    color: #f99b1c;
}
*/
.td-icon-star, .td-icon-star-empty, .td-icon-star-half {
    color: #f99b1c;
}

.td-post-content img {
    border-radius: 8px;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.td-module-thumb .entry-thumb {
    border-radius: 5px;
}
.td-category a {
    background-color: #ff9919;
    border-radius: 5px;
}

.td-post-category {
    background-color: #ff9919;
    color: #000000;
    border-radius: 5px;
}
/*The tag post*/
.td-post-small-box span {
    background-color: #ff9919;
		border-radius: 2px;
}

.author-box-wrap {
    border-radius: 10px;
}
