/**
 * Theme Name:  Trailing Spaces
 * Theme URI:   https://github.com/m-e-h/trailing-spaces
 * Description: A child theme for the Saga Theme. It's a simple theme to showcase your technical words.
 * Version:     1.0.1
 * Author:      Marty Helmick
 * Author URI:  https://github.com/m-e-h
 * Tags:        one-column, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, responsive-layout, rtl-language-support, theme-options, threaded-comments, translation-ready
 * Domain Path: /languages/
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: trailing-spaces
 * Template:    saga
 */



/* ====== Primary Font ====== */

body,
.main .entry-subtitle,
button,
.font-primary {
	font-family: "Fira Sans", sans-serif;
	font-style: normal;
	}

/* ====== Secondary Font ====== */

a,
blockquote,
dt,
.entry-byline .entry-author a,
var,
.font-secondary {
	font-family: "Source Code Pro", monospace;
	font-style: normal;
	}

/* ====== Headlines Font ====== */

h1, h2, h3, h4, h5, h6,
.font-headlines,
#site-title,
#site-description {
	font-family: "Source Code Pro", monospace;
	font-style: normal;
	}

#site-title {
	font-size: 2.5rem;
	font-weight: 300;
	}
#site-description {
	text-transform: lowercase;
	}

.menu-toggle button,
.loop-pagination
.page-numbers,
#menu-primary li a {
	text-shadow: none;
	}

.mejs-button,
.mejs-button button,
.menu-toggle button,
.page-links a,
.page-links a:hover,
.page-links a:focus,
.loop-pagination .page-numbers,
#menu-primary li a,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.comment-reply-link,
.comment-reply-link:hover,
.comment-reply-link:focus,
.wp-playlist-dark .wp-playlist-tracks .wp-playlist-playing a,
.wp-playlist-dark .wp-playlist-tracks a:hover,
.wp-playlist-dark .wp-playlist-tracks a:focus,
.mejs-time .mejs-currenttime,
.mejs-time .mejs-duration,
.mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-volume-button .mejs-volume-slider .mejs-volume-handle,
.mejs-time-rail .mejs-time-float,
.wp-playlist-dark .wp-playlist-playing,
.wp-playlist-dark .wp-playlist-caption:hover,
.wp-playlist-dark .wp-playlist-caption:focus,
.wp-playlist-dark .wp-playlist-item:hover
.wp-playlist-dark .wp-playlist-item:focus {
	color: #ecf0f1;
	}

.loop-pagination .current {
	color: #e67e22;
	text-decoration: none;
	cursor: default;
	}

.page-numbers {
	border: 3px solid #073642;
	}

a,
.entry-subtitle,
label,
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select,
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
a img {
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	}

.page-links a:hover,
.page-links a:focus,
a:hover,
a:focus,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover,
button:focus,
button:hover,
.menu-toggle button:hover,
.media-info-toggle:hover {
	text-decoration: none;
	}

a:hover,
a:focus {
	outline: none;
	background-color: #eee8d5;
	text-decoration: none;
	}

.entry > .wrap, .plural .entry, .singular .main, .error-404 .main {
	background-color: rgba(253, 246, 227, 0.98);
	}

.line-through del,
.line-through strike,
.line-through s,
.entry-content,
.entry-summary,
.media-meta .prep,
.comment-content {
	color: #657b83;
	}

h1, h2, h3, h4, h5, h6,
.entry-byline .entry-author a {
	color: #b58900;
	}

.main .entry-title,
.entry-title a {
	color: #b58900;
	font-size: 2.25rem;
	font-weight: 300;
	}

.entry-header, .entry-footer, .media-meta .data, .comments-closed, .comment-meta, label, .logged-in-as, .form-allowed-tags, .comment-notes, .comments-nav .page-numbers {
	color: #93a1a1;
	}

blockquote {
	color: #657b83;
	background-color: #eee8d5;
	}

blockquote p {
	margin: 0;
	}

.gallery-icon a img {
padding: 0;
	}

textarea {
	resize: vertical;
	}

input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	border-color: #e9e1c9;
	color: #586e75;
	background: #eee8d5;
	}

input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select:focus {
	border-color: #e9e1c9;
	color: #586e75;
	background: #e9e1c9;
	}

.entry.format-quote blockquote::before,
.format-quote blockquote::after {
	top: 0;
	color: #cb4b16;
	font-size: 64px;
	font-weight: 200;
	font-style: normal;
	text-indent: 0;
	content: "\007B";
	}

.entry.format-quote blockquote::after {
	top: auto;
	bottom: 5.3rem;
	color: #cb4b16;
	content: "\007D";
	}

blockquote cite {
	color: #93a1a1;
	}

.plural .entry > .wrap {
	background: rgba(253, 246, 227, 0.9);
	}

#menu-primary li a {
	color: #ecf0f1;
	}

.menu-toggle button {
	color: #ecf0f1;
	}

#footer .credit a,
.ltr #site-description {
	background: #34495e;
	}

.plural .featured-media img {
	margin-bottom: -8px;
	}

#site-title a:hover,
#site-title a:focus {
	background-color: #34495e;
	}

#site-title::before {
	color: #268bd2;
	font-size: 2.5rem;
	vertical-align: middle;
	}

.loop-pagination .page-numbers {
vertical-align: middle;
}

.loop-pagination {
cursor: default;
}

.menu li a[href*="trello.com"]::after      { content: '\f181'; }
