/*
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.
*/

a[href^="tel"] {
  color: #4db2ec;
}

/*  ----------------------------------------------------------------------------
    CSS FOR BANNERS.
*/
.custom-banner {
    position: relative;
    margin: 15px 0;
}

.custom-banner img {
    max-width: 100%;
    height: auto;
    display: block;
}

.banner-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 3px;
}

.banner-token {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 3px 8px;
    font-size: 10px;
    border-radius: 3px;
}

html body .td-page-o-info,
.td-page-o-info * {  /* Принудительно применить ко всем вложенным элементам */
    color: #aaa !important;
    font-size: 12px;
    display: block;
    max-width: 549px;
}