/*
######## 0. Hide small screen stuff
*/
#tap-menu {
	display: none;
}
#main-menu-small-screens {
	display: none;
}
/*
######## 1. Fonts
*/
@font-face {
    font-family: 'Pathway';
    src: url('../fonts/Pathway.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PathwayBold';
    src: url('../fonts/PathwayBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProtestGuerrilla';
    src: url('../fonts/ProtestGuerrilla.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
######## 2. Body of screen
*/
body {
	font-family: "Pathway", serif;
	color: #fff;
	background: url("../img/symbol.webp") no-repeat no-repeat 50% 25%;
    background-color: rgba(0, 0, 0);
	font-size: 1.3em;
}
/*
######## 3. Header
*/
header{
	height: auto;
	padding: 0em;
	top: 0;
	width: 100%;
	z-index: 20;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
header div.strapline {
	font-family: "Nunito", sans-serif;
	font-size: 1.8rem;
	font-style: italic;
}
header div.strapline p {
	margin-bottom: 0;
}
header #branding-section {
	display: flex;
  	align-items: center;
}
#shows-bar-section {
	border-radius: 4px;
  	background-color: #111112;
	margin-bottom: 2rem;
}
#shows-bar-section h2 {
	margin-top: 0.5em;
	display: inline-block;
	margin-left: 1em;
	margin-bottom: 0;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#shows-bar-section ul {
	list-style-type: none;
	display:flex;
	justify-content: center;
	padding: 1em;
  	padding-bottom: 0;
	margin-bottom: 0.75em;
	flex-wrap: wrap;
}
#shows-bar-section ul li {
	margin: 0;
	padding: 0;
 	margin-left: 1rem;
	width: 110px
}
#shows-bar-section ul li:first-child {
 	margin-left: 0;
}
#shows-bar-section ul li a {
	text-decoration: none;
	display: block;
}
#shows-bar-section ul li a:hover {
	opacity: 80%;
}
#shows-bar-section ul li a img {
	max-width: 100%;
}
#shows-bar-section ul li a p {
	text-align: center;
	font-size: 1.3rem;
	color: #666;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
a#listennow:hover {
	opacity:80%;
}
/*
######## 4. All Navigation elements
*/
nav#menu {
	margin-top: 2rem;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav#menu #main-menu {
	align-items: center;
    justify-content: center;
    display: flex;
	background-color: #111112;
  	padding: 1rem 1rem 0.4rem 1rem;
  	border-radius: 4px;
}
nav#menu #main-menu ul {
	list-style-type: none;
	margin-bottom: 0;
}
nav#menu #main-menu ul li {
	margin-bottom: 0;
	float: left;
	margin-right: 1.2em;
}
nav#menu #main-menu ul li a {
	font-family: "ProtestGuerrilla",'Times New Roman', Times, serif;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
nav#menu #main-menu ul li a:hover {
	color: #666;
}
/*
######## 5. 'main-container'
*/
#main-container {
	font-size: 1.2em;
	margin-top: 3rem;
}
#main-container p {
	line-height: 3rem;
}
#main-container h1 {
	font-family: "ProtestGuerrilla", sans-serif;
	font-size: 3.4rem;
}
#main-container h2 {
	font-family: "ProtestGuerrilla", serif;
	color: #fff;
	font-size: 2.6rem;
	text-transform: uppercase;
}
#main-container a,
footer a {
	color: #5eb580;
}
#main-container a:hover,
footer a:hover  {
	color: #666;
}
#main-container .page-content {
	margin-bottom: 2em;
}
/*
######## 6. Pages
*/
#home-intro > h2,
#the-review > h2,
.foogallery-album-header h2 {
	text-align: left !important;
	font-size: 3.4rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#page-content-section h2 {
	text-align: center;
}
#page-content-section h2.the-title {
	background-color: #1b0035;
  	padding: 2rem;
  	border-radius: 6px;
}
#page-content-section h2.the-title span {
	color: #fff;
  	font-size: 1.3rem;
  	text-transform: capitalize;
}
/* home page */
#home-latestepisode {
	text-transform: capitalize !important;
  	color: #5eb580 !important;
}
/* Shows Page */
html.single-shows h2#showheading {
	font-family: 'ProtestGuerrilla';
  	text-transform: capitalize !important;
  	color: #5eb580 !important;
	font-size: 4rem !important;
  	text-align: left !important;
}
html.single-shows h2#showheading img {
	vertical-align: middle;
  	margin-right: 0.5em;
	width: 100px;
}
#show-meta,
#show-presenters,
#staff-shows {
	background-color: #111112;
  	/*width: 90%;*/
  	border-radius: 5px;
  	padding: 1em;
	margin-bottom: 2em;
}
#show-presenters h3 {
	font-family: 'ProtestGuerrilla';
  	text-transform: capitalize !important;
  	color: #5eb580 !important;
	font-size: 2rem !important;
  	text-align: center !important;
}
#show-presenters ul,
#staff-shows ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
#show-presenters ul li,
#staff-shows ul li {
	margin-right: 1em;
	padding: 0;
	margin-bottom: -10px;
}
#show-presenters ul li a,
#staff-shows ul li a {
	text-decoration: none;
}
#show-presenters ul li a:hover,
#staff-shows ul li a:hover {
	opacity: 80%;
}
#show-presenters ul li p,
#staff-shows ul li p {
	padding: 0;
	margin: 0;
	text-align: center;
  	font-size: 0.8em;
	color: #666;
}
#show-meta p {
	color: #5eb580 !important;
	font-size: 0.8em !important;
	padding: 0;
	margin: 0;
}
.staff-avatar {
	border-radius: 50%;
	border: 4px solid #5eb580;
	max-width: 100px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
/* All Shows Page*/
html.page-all-shows #all-shows h2 {
	font-family: 'ProtestGuerrilla';
  	text-transform: capitalize !important;
  	color: #5eb580 !important;
	font-size: 3rem !important;
}
html.page-all-shows #all-shows ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
html.page-all-shows #all-shows ul li {
	background-color: #111112;
	margin: 0;
	padding: 1em;
	border-radius: 5px;
	margin-bottom: 2em;
}
html.page-all-shows #all-shows ul li a {
	display: flex;
	text-decoration: none;
}
html.page-all-shows #all-shows ul li a h3 {
	font-family: 'ProtestGuerrilla';
  	text-transform: capitalize !important;
  	color: #5eb580 !important;
	font-size: 3rem !important;
}
html.page-all-shows #all-shows ul li a img {
	margin-right: 1em;
	height: 100%;
}
/* Episode Archives */
#episode-archives h3,
#episode-archives h4 {
	font-family: 'ProtestGuerrilla';
  	text-transform: capitalize !important;
  	color: #5eb580 !important;
	font-size: 2.4rem !important;
}
#episode-archives h4 {
	font-size: 1em !important;
}
#episode-archives ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#episode-archives ul li {
	background-color: #111112;
	margin: 0;
	padding: 1em;
	border-radius: 5px;
	margin-bottom: 1em;
}
/*Staff Pages */
html.single-team .staff-avatar {
	max-width: 200px;
	margin-bottom: 2em;
}
html.single-team h2,
html.single-team h3 {
	font-family: 'ProtestGuerrilla';
  	text-transform: capitalize !important;
  	color: #5eb580 !important;
	font-size: 3rem !important;
  	text-align: center !important;
}
html.single-team h3 {
	color: #fff !important;
	font-size: 2rem !important;
}
#staff-shows h3 {
	color: #5eb580 !important;
}
/* contact page */
#cfsub {
	background-color: #8c00ff;
  	border: 0;
  	color: #fff;
}
#cfsub:hover {
	opacity: 80%;
}
.page-id-4139 #main-container p {
	margin-bottom: 1rem;
}
#contact-socials {
	margin-top: 2rem;
}
#contact-socials li img {
	width: 24px!important;
	height: 22px!important;
}
.page-contact input[type=text],
.page-contact input[type=email],
.page-contact select,
.page-contact textarea {
	width: 100%;
}
.page-contact textarea {
	height: 300px;
}
.page-contact input[type=submit]{
	background-color: #5eb580;
	padding: 1em;
	color: #000 !important;
	font-weight: 900;
	font-size: 0.8em;
	border-radius: 3px;
	line-height: normal !important;
	border: 0;
}
.page-contact input[type=submit]:hover{
	opacity: 80%;
}
/*
######### Individual Post
*/
html.single .blog-home {
	margin-bottom: 4rem;
}
html.single h2 {
	text-align: center;
}
html.single h2 a {
	text-decoration: none;
}
html.single h2.the-title {
	background-color: #1b0035;
  	padding: 2rem;
  	border-radius: 6px;
}
html.single h2.the-title span {
	color: #fff;
  	font-size: 1.3rem;
  	text-transform: capitalize;
}
html.single .content {
	margin-top: 2rem;
}
/*
######## 7. Misc styles
*/
img {
	height: auto;
	max-width: 100%;
}
img.media-thumb {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding:1px;
	border: 1px solid #201e1e;
}
time {
	display: block;
	font-size: 0.8em;
	color: #f02b28;
	padding-bottom: 1em;
}
em.statement {
	text-align: center;
	font-size: 2.4rem;
	display: block;
}
strong,
b {
	font-family: 'PathwayBold';
	font-weight: bold;

}
.socials {
	display: flex !important;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	margin-bottom: 0;
}
.socials li {
	margin-right: 1rem;
	margin-bottom: 0;
}
.socials li img {
	width: auto;
  	max-height: 100px;
	margin-right: 1em;
}
.socials li img:hover {
	opacity: 80%;
}
#schedule-sidebar {
	background-color: #111112;
	padding: 1em;
	border-radius: 5px;
}
#schedule-sidebar h2 {
	font-family: 'ProtestGuerrilla';
	text-transform: capitalize !important;
  	color: #5eb580 !important;
	text-align: left !important;
}
#schedule-sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#schedule-sidebar ul li {
	margin-bottom: 1em;
	border-bottom: 1px solid #2e2e31;
	padding-bottom: 1em;
}
#schedule-sidebar ul li a {
	display: flex;
  	justify-content: left;
	text-decoration: none;
}
#schedule-sidebar ul li a img {
	width: 80px;
  	height: 80px;
	margin-right: 1em;
}
#schedule-sidebar ul li a div h3 {
	font-family: 'Pathway';
	font-size: 1.1em;
	font-weight: 900;
	margin-bottom: 0.5em;
	text-align: left !important;
}
#schedule-sidebar ul li a div p {
	font-size: 0.9em;
	padding-bottom: 0;
	margin-bottom: 0;
}
#partners-list {
	background-color: #111112;
  	padding: 2em !important;
  	border-radius: 5px;
}
#partners-list #partner-heading {
	font-family: 'ProtestGuerrilla';
	font-size: 2.6rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
	text-align: center;

}
ul#partners {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul#partners li {
	width: 150px;
	align-self: center;
	text-align: center;
}
ul#partners li:last-child {
	margin-right: 0;
}
ul#partners li img {
	width: 80%;
	height: auto;
}
ul#partners li img:hover {
	opacity: 80%;
}
.toggle-switch {
	display: none;
}
html.single-partners #showheading {
	text-align: left !important;
	font-size: 3.4rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
html.single-partners #intro-section .eight img {
	width: 200px;
  	vertical-align: middle;
  	margin-right: 1em;
}
.visit-btn a {
	background-color: #5eb580;
	padding: 1em;
	color: #000 !important;
	font-weight: 900;
	text-decoration: none;
	font-size: 0.8em;
	border-radius: 3px;
	padding-left: 0.5em;
}
.visit-btn a img {
	width: auto !important;
	border-color: transparent !important;
	vertical-align: middle;
}
.visit-btn a:hover,
.visit-btn a:hover img {
	opacity: 80%;
}
#all-partners ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}
#all-partners ul li {
	text-align:center;
	margin-bottom: 1em;
	background-color: #111112;
  	padding: 2em;
  	border-radius: 5px;
}
#all-partners ul li a,
#all-partners ul li h4 {
	margin-bottom: 0;
}
#all-partners ul li a {
	text-decoration: none;
	display: block;
}
#all-partners ul li a:hover {
	opacity: 80%;
}
#all-partners ul li h4 {
	font-family: 'ProtestGuerrilla';
	font-size: 2.6rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#all-partners ul li img {
	height: 100px;
	width: auto;
}
/* Guests page */
#all-guests ul {
	list-style-type: none;
}
#all-guests ul li {
	padding: 1em;
	width: 95%;
	margin-right:1em;
	text-align: center;
	margin-bottom: 2em;
	background-color: #111112;
  	border-radius: 5px;
	border: 1px solid #2e2e31;
}
#all-guests ul li h4 {
	font-family: 'ProtestGuerrilla';
	font-size: 2.6rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#all-guests ul li img {
	border-radius: 5px;
}
#all-guests ul li p {
	text-align: left;
	margin: 0;
	margin-bottom:1em;
	width: 100%;
}
#all-guests ul li p:last-child {
	margin-bottom:0;
}
#all-guests ul li p a {
	background-color: #5eb580;
	padding: 1em;
	color: #000 !important;
	font-weight: 900;
	text-decoration: none;
	font-size: 0.8em;
	border-radius: 3px;
	display: block;
}
#all-guests ul li p a:hover {
	opacity: 80%;
}
#all-guests ul li p a img {
	vertical-align: middle;
}
/* Events */
#all-events .the-event {
	text-align:center;
	margin-bottom: 1em;
	background-color: #111112;
  	padding: 2em;
  	border-radius: 5px;
}
#all-events .the-event a {
	text-decoration: none;
}
#all-events .the-event a:hover {
	opacity: 80%;
}
#all-events .the-event h3 {
	font-family: 'ProtestGuerrilla';
	font-size: 2.6rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#all-events .the-event h4 {
	font-family: 'Pathway';
	font-size: 1.6rem;
	text-transform: capitalize !important;
	color: #666 !important;
	margin-bottom: 0;
}
#whole-event {
	text-align: center;
}
#whole-event h2 {
	font-family: 'ProtestGuerrilla';
	font-size: 2.6rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#whole-event h3 {
	font-family: 'Pathway';
	font-size: 2rem;
	text-transform: capitalize !important;
	color: #fff !important;
	margin-bottom: 2rem;
}
#whole-event p {
	text-align: left;
}
/* Clients */
#all-clients ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#all-clients ul li {
	padding: 1em;
	text-align: center;
	margin-bottom: 1em;
	background-color: #111112;
  	border-radius: 5px;
}
#all-clients ul li h3 {
	font-family: 'ProtestGuerrilla';
	font-size: 2.6rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#all-clients ul li a {
	text-decoration: none;
}
#all-clients ul li a:hover {
	opacity: 80%;
}
#all-clients ul li a img {
	width: 75%;
}
p.alumni {
	background-color: #111112;
	padding: 1rem;
	color: #666;
	font-style: italic;
	border-radius: 5px;
	border: 1px solid #2e2e31;
}
/* Chaos Team page */
html.page-our-team #home-intro h2 {
	text-align: left !important;
	font-size: 3.4rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#all-team,
#all-products {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-content:flex-start;
}
#all-team .team-member,
#all-products .the-product {
	width:28%;
	margin-right: 1em;
	text-align: center;
	margin-bottom: 2em;
}
#all-team .team-member a,
#all-products .the-product a {
	text-decoration: none;
}
#all-team .team-member a:hover,
#all-products .the-product a:hover {
	opacity: 80%;
}
#all-team .team-member img,
#all-products .the-product img {
	border-radius: 3px;
}
#all-team .team-member h3,
#all-team .team-member h4,
#all-products .the-product h3 {
	font-family: 'Pathway';
  	text-transform: capitalize !important;
  	color: #5eb580 !important;
	font-size: 1.6rem !important;
}
#all-team .team-member h3,
#all-products .the-product h3 {
	margin-bottom: 0.5em;
}
#all-team .team-member h4 {
	color: #666 !important;
	font-size: 1.4rem !important;
}
.foogallery-pile-inner a {
	text-align: center;
}
.foogallery-pile-inner a h3 {
	font-size: 1.2em;
 	word-wrap: break-word;
}
.foogallery-album-header p a {
	background-color: #5eb580;
	color: #000 !important;
	font-weight: 900;
	text-decoration: none;
	font-size: 0.8em;
	border-radius: 3px;
	background-image: url('../img/left-arrow.png');
	background-repeat: no-repeat;
	background-position: 0.4em 1em;
	padding-left: 3em;
	display: inline-block;
	padding: 1em;
	padding-left: 3.4em;
}
.foogallery-album-header p a:hover {
	opacity: 80%;
}
/* Reviews */
#the-review #show-meta {
	color: #5eb580 !important;
	font-size: 0.8em !important;
	padding: 1em;
	margin: 0;
	margin-bottom: 2em;
}
#the-review #show-meta ul {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
}
#the-review #show-meta ul li:last-child {
	margin-bottom: 0;
}
#the-review h3 {
	font-family: 'ProtestGuerrilla';
	text-transform: capitalize !important;
}
#review-author {
	display: flex;
	justify-content: left;
	align-items: center;
}
#review-author img {
	margin-left: 0;
	max-width: 40px;
	margin-right: 1em;
}
#review-author .reviewers-name {
	font-size: 2em !important;
}
#review-author .reviewers-name a {
	text-decoration: none;
}
#all-reviews ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#all-reviews ul li {
	background-color: #111112;
	border-radius: 4px;
	padding: 1em;;
	margin: 0;
	margin-bottom: 2em;
}
#all-reviews ul li a {
	display: flex;
	justify-content: left;
	align-items: center;
	text-decoration: none;
}
#all-reviews ul li a img {
	max-width: 36px;
	margin-right: 1.3em;
}
#all-reviews ul li a h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	font-family: 'ProtestGuerrilla';
	text-transform: capitalize !important;
}
#filter-reviews {
	margin-bottom: 1em;
}
#filter-reviews p {
	padding: 0;
  	margin: 0;
	margin-right: 1em;
}
#filter-reviews ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: left;
  	align-items: center;
}
#filter-reviews ul li {
	margin-right: 1rem;
	background-color: #18181a;
	padding: 0.8rem 1rem 0.5rem;
	border-radius: 5px;
	border: 1px solid #232327;
	text-align: center;
}
#filter-reviews ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2rem;
	padding: 0;
	color: #999;
	font-weight: bold;
}
html.category #home-intro h2 {
	font-family: 'ProtestGuerrilla';
	font-size: 2.6rem;
	text-transform: capitalize !important;
	color: #5eb580 !important;
}
#category-entries ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#category-entries ul li {
	background-color: #111112;
  	border-radius: 4px;
  	padding: 1em;
  	margin: 0;
  	margin-bottom: 2em;
}
#category-entries ul li a {
	display: flex;
	justify-content: left;
	align-items: center;
	text-decoration: none;
}
#category-entries ul li a img {
	max-width: 36px;
	margin-right: 1.3em;
}
#category-entries ul li a h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	font-family: 'ProtestGuerrilla';
	text-transform: capitalize !important;
}
/*
######## 10. Footer and nested elements
*/
footer {
	height: auto;
	padding: 0.8em 0em 0.8em 0em;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	color: #fff;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
footer section {
	margin-top: 1em !important;
	padding: 0 !important;
}
footer h2 {
	font-size: 3.4rem;
	color: #fff;
}
footer p {
	margin-bottom: 0;
	padding: 0;
}
footer div.copyright {
	text-align: center;
  	padding-top: 3em;
}
footer div.copyright p.copyright-txt {
	margin-top: 2rem;
	color: #666;
	font-size: 0.9em;
}
footer div.copyright p a {
	color: #666 !important;
}
footer div#footer-heading p {
	text-transform: uppercase;
}
footer ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
footer div#footer-heading ul li {
	margin-right: 1em;
	background-color: #8c00ff;
	border-radius: 4px;
}
footer div#footer-heading ul li a {
	display: block;
	color: #fff;
	padding: 1em 2em;
	text-decoration: none;
	text-transform: uppercase;
}
footer div#footer-heading ul li:hover {
	opacity: 80%;
}
/*
######## 14. Small screens
*/
@media (max-width: 1200px) { /* When screen size is below 1200px wide... */

	nav#menu #main-menu ul li a {
		font-size: 1.5em;
	}

}
@media (max-width: 1010px) { /* When screen size is below 1010px wide... */

	#tap-menu {
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		padding:0;
		margin:0;
		z-index:999;
		background-color: #000;
	}
	#tap-menu a {
		float: right;
	}
	#tap-menu a img {
		border: 1px solid #fff;
		border-radius: 4px;
	}
	#main-menu {
		display: none !important;
	}
	header #branding-section {
		display: block !important;
	}
	header #branding-section .one-third {
		margin-bottom:2rem;
	}
	#main-menu-small-screens {
		display: none; /* controlled by jquery */
		background-color: #000;
		height: auto;
		padding: 1.2em 0em 0.8em 0em;
		margin-top: -3.1em;
		margin-bottom: 2em;
		border: 1px solid #201e1e;
		border-top: 0;
	}
	#main-menu-small-screens ul {
		list-style-type: none;
	}
	#main-menu-small-screens ul li {
		float: none;
		text-align: center;
	}
	#main-menu-small-screens ul li a {
		font-family: "MartelBold";
		font-size: 1.2em;
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}
	#main-menu-small-screens ul li a:hover {
		color: #9c1d1a;
	}
	img.media-thumb {
		float: none;
	}
}