/*
Theme Name:     Twenty Fifteen Child
Description:    
Author:         Mike Simmons
Template:       twentyfifteen

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyfifteen/style.css");

/* your theme customizations go below this line */

/* to display a larger logo image - change 20% to a value between ~ 15% to 5% (whatever works best) */

.site-header {
		padding: 0 20%;
	}

/*  post category box at top of page  use "display:none;" to remove  */

.page-header {
  border-color: #22313f;
}


 /* padding at top  default 8.3333% */
 
.site-main {
  padding: 4.3333% 0;
}

/* Remove automatic hyphenation */

.site-content article { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }
.widget-area .widget { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }


/* featured images full-width of content */

.post-thumbnail img {
        width: 100%;
        }


/* footer info box ("display: none;" removes footer box */

.site-info {
  padding: 5% 10%;
}

/* page & post title font (to change color, add color code under color:) */

.entry-title {
  font-size: 3.1rem;
  line-height: 1.1613;
  color: #;
}


/**
 * 17.0 Custom stuff for Fragmented
 
 *  dark blue - #3190f5
 *  light blue - #256fd4;
 *  red  - #f94f4f
 */

.site-branding img {
  max-height: 300px;
}

#sidebar a:hover, #sidebar a:focus {
  color: #F94F4F;
}

h2.entry-title {
  font-weight: normal;
}

/* Custom skinning for Media player */

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
  background: #256fd4 !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #f94f4f !important;
}

.mejs-pause button {
  background-position: 0 -16px;
}

/* Time loaded */
.mejs-time-rail .mejs-time-loaded {
  width:      0;       /* Don't overwrite. Mediaelement will adjust the width. */
  /*background: #3caac8;*/
  background: #fff;
}

/* Current time. */
.mejs-time-rail .mejs-time-current {
  width:      0;       /* Don't overwrite. Mediaelement will adjust the width. */
  /*background: #fff;*/
  background: #f94f4f;
}
.mejs-controls a {
  border-bottom: none;  
}

.mejs-overlay-button {
    background: url( 'http://fragmentedpodcast.com/wp-includes/js/mediaelement/bigplay.png' ) no-repeat;
}

.mejs-overlay-loading span {
    background: transparent url( 'http://fragmentedpodcast.com/wp-includes/js/mediaelement/loading.gif' ) 50% 50% no-repeat;
}

.mejs-button button {
    background: transparent url( 'http://fragmentedpodcast.com/wp-includes/js/mediaelement/controls.png' ) no-repeat;
}

.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

#disqus_thread {
  padding: 4em;
}

.entry-content ul, .entry-content ol {
  margin-left: 1.4em;
}

.entry-content h3 {
  font-size: 1.2em;
  margin: 0.5em 0;
}
