/*
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.
*/

/**** Radio Banner *****/

body .tdc-header-wrap .td-header-sp-recs {
    margin-top:0!important;
}

.text-center {
    text-align:center;
}

.text-bold {
    font-weight:bold;
}

.radio-lineup-wrap table td {
    border: none;
}

.radio-lineup-wrap tr:nth-child(even) {
    background: #fff;
}

.radio-lineup-wrap tr:nth-child(odd) {
    background: #e8e8e8;
}

.rdio-bnnr {
	text-align:center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #54a181 !important;
    margin-bottom: 20px;
}

.rdio-bnnr .td_block_wrap {
    margin-bottom: 0;
}

.rdio-bnnr p {
    margin:20px 0;
}
    
.rdio-bnnr .rdo-btn1 {
    background: #2d825f;
    color: #fff;
    /*font-weight: bold;*/
    text-transform: uppercase;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    display: inline-block;
}

.rdio-bnnr .rdo-btn1 span {
    background: #136241;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;	
}

.rdio-bnnr .rdo-btn1 i {
	
}

.rdio-bnnr .rdo-btn1:hover {
	color:#e8e8e8;
}

.for-mobile {
    display:none;
}

@media screen and (max-width:787px) {
    
    .for-desktop {
        display:none;
    }
    
    .for-mobile {
        display:block;
    }
    
    .rdio-bnnr .rdo-btn1 {
        margin: 9px 0;
    }    
    
}