/* ==========================================================================
   Chant Down — matching WordPress child theme of Twenty Thirteen
   ========================================================================== */

/* ----- Reset & Base ----- */
*, *::before, *::after {
	box-sizing: border-box;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

html {
	font-size: 90%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ca3c08;
	text-decoration: none;
}
a:visited {
	color: #ac0404;
}
a:hover {
	color: #ea9629;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.3;
}
h1 { font-size: 28px; margin: 33px 0; }
h2 { font-size: 30px; margin: 25px 0; }
h3 { font-size: 22px; margin: 22px 0; }
h4 { font-size: 20px; margin: 25px 0; }

p {
	line-height: 1.4;
	margin: 0 0 15px;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	margin: 0 0 24px 20px;
}

/* ----- Site Shell ----- */
.site {
	background: #000;
	border: 0;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

/* ----- Header ----- */
#masthead {
	margin-top: 35px;
}

.site-header {
	background: url(/images/banner.jpg) no-repeat center top;
	background-size: 100% auto;
	position: relative;
}

.site-header .home-link {
	display: block;
	margin: 0 auto;
	min-height: 160px;
	padding: 0;
	text-decoration: none;
	width: 100%;
}
.site-header .home-link:hover {
	text-decoration: none;
}

.site-title,
.site-description {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

/* ----- Navigation ----- */
.navbar {
	background: #252525;
	border: #000 solid;
	border-width: 2px 0;
}

.main-navigation {
	margin: 0 auto;
	min-height: 45px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.nav-menu {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	text-align: center;
}

.search-form {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #999;
	display: block;
	font-size: 14px;
	line-height: 1;
	padding: 15px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #220e10;
	color: #fff;
	text-decoration: none;
}

.nav-menu .current-menu-item > a {
	color: #bc360a;
}


.search-field {
	background-color: transparent;
	background-image: url(/images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	width: 34px;
	direction: rtl;
	transition: width 0.2s ease;
}

.search-field:focus {
	background-color: #333;
	border: 2px solid #555;
	cursor: text;
	direction: ltr;
	outline: 0;
	width: 230px;
}

.search-submit {
	display: none;
}

.menu-toggle {
	background: none;
	border: none;
	color: #bbb;
	cursor: pointer;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 15px 20px;
	text-transform: uppercase;
}
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	color: #bbb;
}

/* ----- Site Main / Content Area ----- */
.site-main {
	background: #333;
	position: relative;
}

#primary {
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
}

#content {
	padding: 0 40px;
}

/* ----- Posts / Entries ----- */
.hentry {
	padding: 40px 0;
}

.entry-header {
	margin: 0 auto 20px;
	max-width: 860px;
	width: 100%;
}

.entry-header .entry-title {
	color: #fff;
	font-weight: 700;
	margin: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
}

.entry-header .entry-title a {
	color: #fff;
}
.entry-header .entry-title a:hover {
	color: #ea9629;
}

.entry-meta {
	display: none;
}

.entry-content,
.entry-summary {
	margin: 0 auto;
	max-width: 860px;
	width: 100%;
	padding: 0;
}

.entry-content a {
	color: #999;
	font-weight: bold;
}
.entry-content a:hover {
	color: #ea9629;
}

.entry-content p {
	line-height: 1.4;
	margin: 0 0 15px;
}

.entry-content table,
.entry-content td {
	border: none;
}

/* Separator between posts */
#content .post + .post {
	border-top: 1px solid #555;
}

/* Hide page title on home */
.home-page .entry-header {
	display: none;
}

/* ----- Images ----- */
.alignleft,
img.alignleft {
	float: left;
	margin: 0 30px 50px -15px;
}
.alignright,
img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
.aligncenter,
img.aligncenter {
	display: block;
	margin: 5px auto;
}

.wp-block-image {
	margin: 0 0 1em;
}
.wp-block-image img {
	max-width: 100%;
	height: auto;
}

/* ----- Post Navigation ----- */
.post-navigation,
.paging-navigation {
	background: #222;
	padding: 20px;
}
.paging-navigation .nav-links {
	max-width: 860px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

/* ----- Footer ----- */
.site-footer {
	clear: both;
}

/* Footer sidebar */
.sidebar-container {
	background-color: #220e10;
	padding: 20px 0 0;
}

.widget-area {
	margin: 0 auto;
	max-width: 960px;
	padding: 0 0 0 20px;
	text-align: center;
	width: 100%;
}

.widget {
	background: transparent;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 20px 0 0 25px;
	text-align: left;
	vertical-align: top;
	width: 265px;
}
.widget * {
	white-space: nowrap;
}

.widget .widget-title {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 5px 0;
}
.widget a {
	color: #e6402a;
}
.widget a:hover {
	color: #ea9629;
}

/* Site info */
.site-info {
	background: #000;
	color: #686758;
	font-size: 14px;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: center;
}
.site-info a {
	color: #686758;
}

/* ----- Spacer ----- */
.wp-block-spacer {
	clear: both;
}

/* ----- Pagefind Search ----- */
.pagefind-ui {
	--pagefind-ui-scale: 1;
	--pagefind-ui-primary: #e6402a;
	--pagefind-ui-text: #fff;
	--pagefind-ui-background: #333;
	--pagefind-ui-border: #555;
	--pagefind-ui-tag: #444;
	--pagefind-ui-border-width: 1px;
	--pagefind-ui-border-radius: 2px;
	--pagefind-ui-font: Arial, Helvetica, sans-serif;
}
.pagefind-ui__search-input {
	background: #222 !important;
	color: #fff !important;
}
.pagefind-ui__result-link {
	color: #e6402a !important;
}
.pagefind-ui__result-link:hover {
	color: #ea9629 !important;
}
.pagefind-ui__result-excerpt {
	color: #ccc !important;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* ----- Photos / Gallery Listings ----- */
ol.display-posts-listing,
ul.display-posts-listing {
	padding-left: 0;
	text-align: center;
	margin-top: -20px;
}

ol.display-posts-listing li {
	display: inline-block;
	list-style-type: none;
	margin: 0 16px 10px 0;
}

ul.display-posts-listing li {
	display: inline-block;
	list-style-type: none;
	margin: 0 60px 28px 0;
	vertical-align: top;
}

ol.display-posts-listing li a,
ul.display-posts-listing li a {
	display: block;
}

ul.display-posts-listing li a img {
	border: 5px solid black;
}

ul.display-posts-listing li a.title {
	margin: 0 -15px 0 0;
	font-size: 13px;
}

/* ----- Radio Playlist Columns ----- */
.plyr {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding-left: 15px;
	text-align: left;
}
.plyr h3 {
	text-align: left;
}
.plyr ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.plyr li {
	display: list-item;
	padding: 2px 0;
	margin: 0;
}
.plyr li a {
	display: inline;
}
@media only screen and (max-width: 630px) {
	.plyr { width: 100%; }
}
@media only screen and (min-width: 630px) {
	.plyr { width: 43%; padding-left: 0; }
}
@media only screen and (min-width: 700px) {
	.plyr { width: 32%; padding-left: 29px; }
}

/* ----- Facebook Photo Gallery ----- */
.fpf-gallery {
	margin: 0 auto !important;
}
.fpf-gallery dl {
	width: auto !important;
}
.fpf-gallery dt {
	margin: 10px;
	min-height: 145px;
}
.fpf-gallery .gallery-icon img {
	background: transparent;
	padding: 4px;
	border: 0;
}
.gallery-icon a:hover img {
	background: #e6402a;
}
.fpf-gallery p {
	display: none;
}
.gallery-caption {
	background: #000;
	padding: 6px 8px;
}
.fpf-gallery .gallery-caption:empty {
	display: none !important;
}

/* ----- Clearfix ----- */
#primary::after,
.widget-area::after {
	content: "";
	display: table;
	clear: both;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media only screen and (max-width: 980px) {
	#masthead { margin-top: 0; }
	.site-header .home-link { min-height: 136px; }
}
@media only screen and (max-width: 810px) {
	.site-header .home-link { min-height: 108px; }
}
@media only screen and (max-width: 643px) {
	.site-header .home-link { min-height: 85px; }

	.menu-toggle {
		display: block;
	}
	.nav-menu {
		display: none;
		padding: 0;
	}
	.nav-menu.open {
		display: block;
	}
	.nav-menu li {
		display: block;
	}

	#content {
		padding: 0 20px;
	}
	.entry-header,
	.entry-content,
	.entry-summary {
		max-width: 100%;
	}
}
@media only screen and (max-width: 500px) {
	.site-header .home-link { min-height: 67px; }
}
@media only screen and (max-width: 400px) {
	.site-header .home-link { min-height: 65px; }
}
@media only screen and (max-width: 380px) {
	.site-header .home-link { min-height: 53px; }
}
