/*
Theme Name: Pub Chat Theme
Theme URI: http://pubch.at
Description: Custom Pub Chat theme
Author: Adrian Trimble
Version: 2.0.1
*/
* { vertical-align: baseline; font-weight: inherit; font-family: inherit; font-style: inherit;border: 0 none; padding: 0; margin: 0; }


/*Wordpress Image Styles */
.aligncenter, div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {background-color: #f3f3f3;border: 1px solid #ddd;border-radius: 3px;margin: 10px;padding-top: 4px;text-align: center;}
.wp-caption img {border: 0 none;margin: 0;padding: 0;}
.wp-caption p.wp-caption-text {font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px;}
img.alignright {margin:0 0 1em 1em}
img.alignleft {margin:0 1em 1em 0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*End wordpress image styles*/
body {
	background-color: #fff;
	border-top: 4px solid #e7194c;
	color: #676161;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	line-height: 1.57;
	padding: 20px;
}

strong,b { font-weight: bold; }
em,i { font-style: italic; }
p,ul,ol {
	margin-bottom: 1em;
	font-size: 16px;
}
ul,ol { margin-left: 2.2em; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 32px;
	color: #222222;
}
h2 {
	font-size: 26px;
	color: #222222;
	line-height: 1.3;
}
h3 {
	font-size: 22px;
	color: #222222;
}
h4 {
	color: #bfbfbf;
	font-size: 20px;
	font-weight: 300;
}
h5 {
	font-size: 20px;
	font-weight: 300;
}
h6 {
	font-size: 18px;
}

.site-tagline {
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 1.5em;
	line-height: 1.3;
	color: #676161;
}

a { color: #e7194c; text-decoration: none; transition: all 0.2s ease; }
a:hover, a:focus { text-decoration: underline; }
img { display: block; }
small { font-size: 0.8em; }


article.post,
article.page {
	border-top: 4px rgba(0,0,0,0.1) solid;
	padding-top: 30px;
	padding-bottom: 10px;
  max-width: 600px;
}
.single article.post,
article.page {
	padding-bottom: 30px;
}
.site-logo {
	margin-bottom: 1em;
}
.site-logo img {
	height: 24px;
	width: auto;
}

.page-wrapper,
.site-header ul,
.site-tagline,
.site-footer {
	margin-left: 0;
  padding-left: 50px;
}

.site-footer nav ul {
	list-style: none;
	margin-bottom: 1em;
	margin-left: 0;
}

.site-header ul li,
.site-footer nav ul li {
	display: inline-block;
}

.widget .menu,
.site-footer nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.3;
	transition: all 0.1s ease;
}
.widget .menu li,
.site-footer nav ul li {
	margin-right: 10px;
	margin-bottom: 8px;
}
.widget .menu a,
.site-footer nav a{
	background-color: rgba(0, 0, 0, 0.25);
	color: white;
	border-radius: 2px;
	display: inline-block;
	padding: 5px 5px 2px;
	transition: 0.05s ease;
}
.widget .menu a:hover,
.widget .menu a:focus,
.site-footer nav a:hover,
.site-footer nav a:focus {
	background-color: #e7194c;
	transform: scale(1.1);
	text-decoration: none;
}

.listen-now {
	font-weight: bold;
}

div.nav-links {
	display: flex;
	justify-content: center;
}
.nav-links .prev {
	text-align: left;
	flex-grow: 1;
}
.nav-links .next {
	text-align: right;
	flex-grow: 1;
}
.nav-links .page-numbers {
	padding: 0 0.2em;
}
.posts-nav {
	display: flex;
	justify-content: space-between;
}
.posts-nav .posts-nav-older {
	text-align: right;
}
.post-archive-list {
	list-style: none;
	margin-left: 0;
}
.post-archive-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 0.25em 0;
}
.post-archive-list time {
  white-space: nowrap;
}
@media screen and (min-width: 500px) {

	.site-logo img {
		height: 32px;
	}

	.page-wrapper,
	.site-header ul,
  .site-tagline,
	.site-footer {
		 padding-left: 66px;
	}

}
@media screen and (min-width: 630px) {
	body {
		padding: 30px;
	}
	.blog article.post {
		margin-bottom: 0;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 22px;
	}
	p, ul, ol {
		font-size: 18px;
	}

	.site-tagline {
		font-size: 24px;
		font-weight: normal;
		font-style: italic;
		margin-bottom: 1.5em;
	}
}

.post-date {
	color: #969696;
  margin-bottom: 0.5em;
}
.post-author {
	color: #969696;
	margin-bottom: 0;
}

.powerpress_links_mp3 { margin-top: 1em; }
.powerpress_subsribe_links { font-weight: bold; margin-bottom: 0; }

.site-sidebar ul.menu {
  list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.widget {
	margin-bottom: 2em;
}

.tagcloud { line-height: 1.2; }
label { font-size: 1.8em; }

nav.navigation,
nav.posts-nav {
	border-top: 4px rgba(0,0,0,0.1) solid;
	border-bottom: 4px rgba(0,0,0,0.1) solid;
	padding: 1em 0 0.9em;
	margin-bottom: 2em;
  max-width: 600px;
}

nav.navigation .screen-reader-text,
nav.posts-nav .screen-reader-text {
	display: none;
}

.site-footer p {
	color: #cfcfcf;
	font-size: 14px;
}
.site-footer p a {
	color: #cfcfcf;
}
.site-footer p:last-of-type {
	margin-bottom: 0;
}
