/*
Theme Name:     Chirps Child Theme
Theme URI:      http://chirps.bringthepixel.com
Description:    Got questions? Visit our <a href="http://bringthepixel.com/support/">support forum</a>.
Author:         bring the pixel
Author URI:     http://www.bringthepixel.com/
Template:       chirps
Version:        1.0
Tags:           fluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*/

/* Place all your CSS modifications below */

h2 {color: #BE010F;}
button, .g1-button-solid, .g1-button-solid:hover, .entry-comments-link > a, .entry-categories ul a, .author-link, .author-info .author-link, .g1-toggle-title:hover, .g1-toggle-on .g1-toggle-title, .g1user-style-grid .g1user-link-archive, .g1-review-rating, .g1-review-criterion-bar {
  border-color: #BE010F;
  background-color: #BE010F;
  color: #ffffff;
}

.entry-featured-media-boxed {
  background-color: #CECAC4;
}

#menu-item-22490 .entry-title a:hover { color: #be0210 !important; }

#menu-item-22570 .entry-title a:hover { color: #be0210 !important; }

#menu-item-23504 .entry-title a:hover { color: #be0210 !important; }

#menu-item-26818 > .mtm-bar { padding-top: 0 !important; }

#menu-item-22888 > .mtm-bar { padding-top: 0 !important; }

input.search-field:focus {
  background-color: #ffffff !important;
}

/** This line fixes the ads on posts **/
.g1-block-indented .dfp_ad_pos {
   margin: 0 -19px !important;
}
/** End Ad fix **/

/* Affiliate Stations table */
.radioAffiliates th {font-weight: bold; vertical-align: bottom; padding-right: 20px; font-size:large;}

.radioAffiliates td {vertical-align: bottom; padding-right: 20px; font-size:large;}

/* Header background */
.g1-header > .g1-row{ background-image: linear-gradient(to right, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0)),linear-gradient(to left, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0)), url( "https://intotomorrow.com/wp-content/uploads/2020/02/into-tomorrow-with-dave-graveline-header-image-e1582058382194.jpg"); background-position: 25% 50%; background-repeat: no-repeat; }

/* Author links */
.g1-prefooter .g1user-style-grid .g1user-link-archive{
	background-color: #BE010F
}

/* Powerpress font */
.wp-playlist-caption{
	font-family: 'Oswald';
	font-weight:400;
}
.wp-playlist-item .wp-playlist-caption,.wp-playlist-item-length,.mejs-container .mejs-controls .mejs-time{
	font-family: 'Oswald';
	font-weight:lighter;
}
body .pp-ssb-widget-classic.pp-ssb-widget-include a.pp-ssb-btn-sq, .wp-playlist-light{
	border-radius:7px;
}

/* Responsive Ads */
.response_container { 
	width: 320px; 
	height: 100px; 
}
@media(min-width: 500px) {
	.response_container { 
		width: 468px; 
		height: 60px; 
	} 
}
@media(min-width: 1100px) {
	.response_container { 
		width: 728px; 
		height: 90px; 
	} 
}
