/*
Theme Name: Boutique Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Boutique Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.5
Template: boutique-wp
Author: An-Themes
Author URI: http://www.anthemes.net/
Tags: black, white, red, yellow
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

header {
	background-image: url(https://assets.detroithockey.net/img/header-background.png);
	background-repeat: repeat-x;
	background-position: top center;
}

.main-header {
	height: 170px;
	text-align: center;
}

.logo {
	float: none !important;
	margin: 10px 0 !important;
	height: 150px;
	width: auto;
}

.main-menu {
	background-color: #800 !important;
}

.jquerycssmenu ul li a,
.jquerycssmenu ul li a:link,
.jquerycssmenu ul li a:visited,
.top-social li a,
.top-social li a:link,
.top-social li a:visited {
	color: #fff !important;
}

.jquerycssmenu ul li a:hover,
.top-social li a:hover {
	color: #ccc !important;
}

.jquerycssmenu ul li.current-menu-item > a {
	color: #800 !important;
}

.widget_nav_menu li {
	background: none !important;
	padding: 10px !important;
}

div.kofi-widget {
	margin-top: 1em;
	text-align: center;
}

footer #menu-footer-links li a,
footer #menu-footer-links li a:link,
footer #menu-footer-links li a:visited {
	color: #ddd !important;
}

footer #menu-footer-links li a:hover {
	color: #ccc !important;
}

footer .one_fourth_last {
	text-align: center;
}

#footer-logo {
	width: 225px;
	height: auto;
	margin-top: 5em;
}

.copyright {
	color: #ccc;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin-top: .5em;
	text-decoration: none;
}

.entry a,
.entry a:link,
.entry a:visited,
.entry a:active {
	color: #800;
	text-decoration: none;
}

.entry a:hover {
	color: #800;
	text-decoration: underline;
}

.author-meta {
	background-image: none !important;
}

dl.gallery-item img {
	border: 0 !important;
}

.entry hr {
	position: relative;
	overflow: visible;
	width: 65%;
	margin: 2.5em auto;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, transparent, #800, #800, transparent);
	opacity: 1;
}

.entry hr:after {
	content: " ";
	position: absolute;
	display: block;
	width: 26px;
	height: 26px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: url(https://assets.detroithockey.net/img/horizontal-rule-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	outline: 3px solid white;
}

table.general,
table.general caption,
table.general tbody,
table.general tfoot,
table.general thead,
table.general tr,
table.general th,
table.general td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	vertical-align: baseline;
	background: transparent;
}

table.general {
	border-collapse: collapse;
	margin: 1em 0;
}

table.general caption {
	display: none;
}

table.general tr th,
table.general tr td {
	margin: 0;
	padding: .5em 3em .5em .5em;
	border: 1px solid #666;
	border-top: 0;
	border-left: 0;
	vertical-align: top;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	font-weight: normal;
}

table.general tr th {
	font-weight: bold;
}

table.general tr th:last-child,
table.general tr td:last-child {
	border-right: 0;
}

table.general tr:last-child th,
table.general tr:last-child td {
	border-bottom: 0;
}

table.general thead tr:last-child th,
table.general thead tr:last-child td {
	border-bottom: 2px solid #666;
}

table.general tbody tr:nth-child(even) {
	background-color: #eee;
}

table.general tfoot tr:first-child th,
table.general tfoot tr:first-child td {
	border-top: 2px solid #666;
}

.archive-header h3 {
	text-shadow: none !important;
	font-style: normal !important;
}

.yarpp-template-yarpp-template-anthemes .article_list li {
	display: block;
	float: left;
	max-width: 49%;
	min-width: 365px;
	height: 5em;
	border-bottom: none;
}

.yarpp-template-yarpp-template-anthemes .article_list li h3 {
	text-transform: none;
}

.comments {
	margin-top: 0 !important;
}

ul.comment li {
	border: 0 !important;
}

.comment-body {
	margin: 1em 0 .5em 0;
}

ul.children > li.comment {
	padding: 0 0 0 50px !important;
}

ul.children {
	clear: left;
}