<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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.
*/

/* override quotes to be left aligned */
.tagdiv-type .wp-block-pullquote blockquote p, .tagdiv-type .td_pull_quote p { text-align: left !important; }

/* ME Calendar */
div.mec-event-image-wrap { display: none !important; }
.mec-wrap .col-md-3 { width:35%; }
.mec-wrap .mec-totalcal-box input[type=search] { width: calc(95% - 36px) !important; }
@media (min-width: 961px) { 
  .mec-wrap .col-md-7 { width: 57% !important;} 
  .mec-wrap.mec-sm959 .mec-calendar.mec-event-calendar-classic dl dt { height: 50px !important; }
}

/* Weather - home block */
.weather-home { height: 263px; background: #FFEFD7; margin-bottom: 8px !important; /*border-radius: 8px;*/ }
.weather-home .td-weather-lo-hi { /*display:none !important;*/ }
.weather-home .td-weather-week { background: #F90; color: #000; /*display:none !important;*/ }
.weather-home .td-weather-header { padding-top:8px; }
.weather-home .td-location-icon { top: 8px; right: 8px; }
.weather-home .td-weather-animated-icon { margin-left: -7px; }
.weather-home .td-weather-animated-icon span { opacity: 1; }
@media screen and (max-width: 800px) { .td-weather-now { padding: 32px 6px !important; width: 125px !important; } }

/* TITLE on sidebar */
.home-page-side .td-block-title { font-size:22px !important; font-weight: 700 !important; }

/* Submit event button */
.btn-submit-event img:hover { opacity: 0.9;  }

/* Bio descriptions hide on page view */
.td_author_wrap .item-details div.td-author-description { display: none !important; }

/* 2day FM page */
div.page-2day.td_block_wrap { margin-bottom: 35px !important; }
div.page-2day .rb-widget h4 a img { max-height: 150px !important; height: 150px !important; }
div.page-2day .rb-widget .rb-artwork img { max-height: 175px !important; max-width: 175px !important; height: 175px !important; width: 175px !important; }
div.page-2day .rb-song-wrapper { line-height: 2rem !important; }
div.page-2day .rb-song-time { font-size: 1rem !important; }
div.page-2day .rb-song { font-size: 1.8rem !important; }
div.page-2day .rb-artist { font-size:1.3rem !important; }

/* Ads */
.td-a-rec ins img { display: inline; }
.td-adspot-title.continue { margin-top:-8px; margin-bottom:8px; }

/* Article Quotes */
.tagdiv-type blockquote p { font-size: 1.25em !important; color: #111 !important; line-height: 1.5em !important; text-transform: unset !important; }

/* Podcast player */
.castos-player .playlist__item__details h2 { line-height: 15px !important; }
.castos-player .player { border-radius: 4px 4px 0 0 !important; }
.playlist__item img { margin-bottom:0px !important; }
</pre></body></html>