/*
Theme Name: Iconic One DCRR
Theme URI: https://bitbucket.org/dcroadrunners/iconic-one-dcrr
Author: dbarlett
Author URI: https://www.dylanbarlett.com
Description: Iconic One child theme for DC Road Runners
Template: iconic-one
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blue, White, Black, one-column, two-columns, right-sidebar, custom-background, fluid-layout, responsive-layout, custom-menu, full-width-template, post-formats, rtl-language-support, theme-options, custom-colors
Text Domain: dcrr
*/

/* Body */
body {
	color: #000000;
}

.site-content article {
	-moz-hyphens: none;
	word-wrap: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}

article.format-aside .aside {
	border-top-color: #0b6dea;
}

/* Header */
.themonic-logo {
	margin: 0;
	padding: 0;
}

.site-header {
	position: relative;
}

.archive-header,
.page-header {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.archive-title,
.page-title {
	color: inherit;
	font-size: inherit;
	font-weight: bold;
	text-transform: none;
}

.socialmedia {
	margin-top: 0;
	padding: 0;
	right: 0;
	width: auto;
	text-align: right;
	position: absolute;
}

div.socialmedia a i {
	color: #000000;
}

div.socialmedia a i.fa-facebook {
	color: #3b5998;
}

div.socialmedia a i.fa-rss-square {
	color: #ff6600;
}

div.socialmedia a i.fa-strava {
	color: #f94a09;
}

div.socialmedia a i.fa-twitter-square {
	color: #55acee;
}

div.socialmedia a:hover i {
	text-decoration: none;
}

p#breadcrumbs {
	margin-bottom: 5px;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6,
.entry-content p,
.entry-summary p,
.comment-content p,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul,
.entry-header,
.entry-header .entry-title {
	margin-bottom: 10px;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin-top: 10px;
}

.entry-header .entry-title {
	font-size: 24px;
}

.entry-time {
	font-size: 90%;
	font-style: italic;
}

footer.entry-meta {
	margin-top: 0;
}

/* Footer */
footer[role="contentinfo"] {
	background: none;
}

/* Menu */
.themonic-nav .current-menu-item > a,
.themonic-nav .current-menu-ancestor > a,
.themonic-nav .current_page_item > a,
.themonic-nav .current_page_ancestor > a {
	background-color: #0b6dea;
}

.themonic-nav ul.nav-menu,
.themonic-nav div.nav-menu > ul {
	border-bottom-color: #0b6dea;
}

.themonic-nav li {
	font-size: 14px;
}

.themonic-nav li a {
	color: #000;
	text-transform: none;
}

.themonic-nav li ul li a {
	font-size: 13px;
	background-color: #b3b3b3;
}

/* Buttons */
#searchsubmit {
	background-color: #0b6dea;
	border-color: #0b6dea;
}

.shortcode-button {
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	color: #ffffff;
	background: #0b6dea;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;
}

.shortcode-button:hover {
	background: #5cb8e6;
	text-decoration: none;
}

a.shortcode-button:hover {
	color: #ffffff;
}

/* Links */
a,
.widget-area .widget a {
	color: #0b6dea;
}

hgroup a {
	text-shadow: none;
}

footer[role="contentinfo"] a {
	color: #0b6dea;
	margin-left: 0;
}

a:after {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
}

a[href^="mailto:"]:after {
	content: "\0000a0\f0e0";
}

a[href^="tel:"]:after {
	content: "\0000a0\f095";
}

/* PDF files */
a[href$=".pdf"]:after {
	content: "\0000a0\f1c1";
}

/* Microsoft Word files */
a[href$=".doc"]:after,
a[href$=".docx"]:after {
	content: "\0000a0\f1c2";
}

/* Microsoft PowerPoint files */
a[href$=".pot"]:after,
a[href$=".pps"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
	content: "\0000a0\f1c4";
}

/* Microsoft Excel files */
a[href$=".xla"]:after,
a[href$=".xlt"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".xlw"]:after {
	content: "\0000a0\f1c3";
}

/* iCalendar files */
a[href$=".ics"]:after,
a[href$="/ical/"]:after,
li.all-events-link a:after {
	content: "\0000a0\f073";
}

/* Zip files */
a[href$=".zip"]:after {
	content: "\0000a0\f1c6";
}

/* Tables */
.entry-content table, .comment-content table {
	color: inherit;
	font-size: inherit;
	display: block;
	overflow-x: auto;
}

.entry-content th, .comment-content th {
	color: inherit;
	font-size: inherit;
	text-transform: none;
}

/* Widgets */
.widget-area .widget p {
	margin-bottom: 0;
}

.widget-area .widget .textwidget  {
	border-bottom: medium none;
	padding: 0;
}

.widget-area .textwidget li {
	margin-left: 0;
}

.widget-area .textwidget ul.display-posts-listing {
	list-style: outside none none;
}
