/*
Theme Name: The Poetry Society
Theme URI: http://underscores.me/
Author: Surface Impression
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: poetry-soc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 The Poetry Society is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 General Style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	/*box-sizing: inherit;*/  /*breaks page layout?*/
	box-sizing: border-box;

}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #1D1D1B;
	font-family: "futura-pt",sans-serif;
	font-size: 16px;
	font-size: 1.5rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 0.5em;
}

dd.url a{
	padding: 10px 15px;
	background-color: #eee;
	display: block;
	margin-top: 5px;
}
.type-page h1, .type-page h2, .type-page h3, .type-page h4, .type-page h5, .type-page h6{
	clear:none;
}

.entry-content {
	font-family: "adobe-garamond-pro",serif;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, label, table{
	font-family: "futura-pt",sans-serif;
}
html .woocommerce #respond input#submit, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button{
	/* font-family: "futura-pt",sans-serif; */
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
html .woocommerce #respond input#submit.alt, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt{
	background-color: #1D1D1B;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
html .woocommerce .woocommerce-error, html .woocommerce .woocommerce-info, html .woocommerce .woocommerce-message{
	font-family: "futura-pt",sans-serif;
}
h1.entry-title{
	font-family: "futura-pt",sans-serif;
	font-weight: 900 !important;
}

.widget h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 1em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 1.5em 0 2em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
#main li{
	color: #1D1D1B;
	
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img:not(.boxer-image) {
    max-width: 100%;
    height: auto;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .6em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #1D1D1B;
}

a:visited {
	color: #1D1D1B;
}

a:hover,
a:focus,
a:active {
	color: #1D1D1B;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
/* 	float: left; */
/* 	width: 100%; */
}

.main-navigation ul {
	list-style: none;
/* 	margin: 0; */
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation .nav > li{
	/* padding-right: 30px; */
	border-bottom: 4px solid #eee;
}

.main-navigation .nav > li.current_page_item{
	border-bottom: 4px solid #888;
}
.home .main-navigation #menu-item-2680{
	border-color: #eee;
}
.main-navigation a, .main-navigation .nav > li > a {
	display: block;
	text-decoration: none;
	font-family: "adobe-garamond-pro", serif;
	color:#222;
	overflow: hidden;
	font-size: 1em;
	/* font-size: 1.2em; */
	/* padding-left: 0; */
	/* padding-right: 0; */
}

.main-navigation #menu-item-2680 a{
	/* text-indent: -9000px; */
	background-image: url(/wp-content/themes/poetry-soc/images/icon-home-black.png);
	background-repeat: no-repeat;
	background-position: 0 40%;
	background-size: 80% auto;
	padding-right: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width:25px;
}

.main-navigation .nav > li > a:hover, .main-navigation .nav > li > a:focus{
	background-color: transparent;
}

.main-navigation ul ul, .main-navigation .dropdown-menu{
	box-shadow: none;
	border: 2px solid #eee;
	border-top:none;
	background-color: #fefefe;
	border-radius: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background: transparent;
}
.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


#menu-footer-menu{
	margin:0;
	padding:0;
}

#menu-footer-menu li{
	display:inline;
}

#menu-footer-menu li a{
	display:inline-block;
	padding:10px 20px 10px 0;
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;
	
}

/* Small menu */
.menu-toggle {
	display: none;
	font-size: 1em;
	line-height: 1;
	padding-bottom: 0.7em;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
	color: #444;
	border: 1px solid #ddd;
	width: 100%;
	text-align: left;
}
.menu-toggle:hover{
	box-shadow: none;
	border: 1px solid #ddd;
}
.toggled .menu-toggle, .toggled .menu-toggle:hover{
	border-color: #444;
	background-color: #444;
	color: #fff;
}
.main-navigation .nav li.open{
/* 	border-bottom-color: #888; */
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background-color: transparent;
	color: inherit;
	text-decoration: underline;
}
@media screen and (min-width: 460px) and (max-width: 799px){
		.main-navigation ul {
			width: 100%;
		}
}
@media screen and (max-width: 799px) {
	.menu-toggle,
	.main-navigation.toggled .navbar-nav {
		display: block;
	}
	.main-navigation ul#main-menu-nav{
		margin: 2em 0;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation a, .main-navigation .nav > li > a {
		font-size: 1em;
	}
	.main-navigation ul ul a{
		font-size: 1.2em;
	}
	.navbar-nav .open .dropdown-menu > li > a{
		line-height: 2em;
	}
	.main-navigation ul ul li{
		
	}
	.main-navigation #menu-item-2680 a{
		background-size: auto 40%;
		background-position: 20px center;
		width: auto;
	}
	.main-navigation .nav > li.current_page_item{
		border-bottom: 2px solid #888;
		border-top: 2px solid #888;
		position: relative;
		bottom: 4px;
		background: #888;
	}
	.main-navigation .nav > li.current_page_item > a{
		color: #fff;
	}
	.home .current_page_item{
		display: none;
	}
}
@media screen and (min-width: 800px){
	body .main-navigation ul.navbar-nav {
	    display: table;
	    width: 100%;
	}
	body .main-navigation ul.navbar-nav > li {
	    display: table-cell;
	    text-align: center;
	    float: none;
	}
	body .main-navigation li{
		float: none;
	}
	.main-navigation ul.navbar-nav{
		margin-left: 0;
	}
	.main-navigation a, .main-navigation .nav > li > a {
		font-size: 0.9em;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
		background: transparent;
		border: none;
	}
	.main-navigation ul.navbar-nav > li:last-child .dropdown-menu{
		left: auto;
		right: 0;
	}
	.main-navigation ul ul a{
		width: auto;
	}
	.navbar-nav > li > .dropdown-menu{
		margin-top: 4px;
		min-width: 100%;
	}
	.main-navigation li a:hover{
		text-decoration: underline;
	}
	.navbar-nav > li > .dropdown-menu{
		padding: 15px 0;
	}
}
@media screen and (min-width : 760px){
	.main-navigation ul a{
		font-size: 1.3em;
	}
}
@media screen and (max-width: 991px){
	html .main-navigation li, html .navbar-nav > li{
		float: none;
	}
}
@media screen and (min-width: 992px){
	.main-navigation a, .main-navigation .nav > li > a {
		font-size: 1.3em;
	}
	.main-navigation .nav > li{
		border-bottom: 5px solid #eee;
	}
	.main-navigation .nav > li.current_page_item, .main-navigation .nav > li.current-menu-item, .main-navigation .nav > li.current-page-ancestor, .main-navigation .nav > li.current-menu-ancestor, .main-navigation .nav > li.current-menu-parent, .main-navigation .nav > li.current-page_page_parent, .main-navigation .nav > li.current_page_ancestor{
		border-bottom: 5px solid #888;
	}
	.home .main-navigation #menu-item-2680{
		border-bottom: 5px solid #eee;
	}
	.navbar-nav > li > .dropdown-menu{
		margin-top: 5px;
	}
	.template-category-events #main{
		padding-left: 30px;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
/* 	margin: 0 0 1.5em; */
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;	
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 1em;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Event Highlights widget */

.widget_event_highlights{
	border:1px solid #D0D0D0;
}
.widget_event_highlights .title-wrapper{
	background-color:#5EA8D6;
	color:#FFF;
	font-weight: bold;
	border-bottom:1px solid #D0D0D0;
}
.widget_event_highlights .title-wrapper h3{
	margin:0;
	padding:5px 15px;
}
.widget_event_highlights h1{
	font-size:20px;
}
.widget_event_highlights .entry-content{
	margin:0;
}
.widget_event_highlights article{
	border-bottom:1px solid #D0D0D0;
	padding:0 15px 1.5em;
	margin:0;
}
.widget_event_highlights article:last-child{
	border-bottom: 0;
}
.home .widget_event_highlights{
	border: none;
	background-color: #F8F8F8;
}
.home .widget_event_highlights .content-wrapper{
	overflow-y: auto;
}
@media screen and (max-width: 599px){
	.widget_event_highlights{
		display:none;
	}

}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	/* margin-bottom: 1.5em; */
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: left;
	font-family: "futura-pt",sans-serif;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 0.9em;
	font-weight: normal;
	color: #888;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.gallery .wp-caption-text{
	font-size: 0.7em;
	margin-bottom: 1em;
}
/*--------------------------------------------------------------
13.0 General Style
--------------------------------------------------------------*/

/* Remodal plugin essential tweaks */
body .remodal, body .remodal *{
	font-family: inherit;
	text-align: left;
}
body .remodal-close{
	text-align: center;
}
.remodal h2:first-child{
	margin: 0.2em 0 0.8em;
}
.remodal p:last-of-type{
	margin-bottom: 0.5em;
}
.remodal h1.entry-title{
	font-size: 2em;
}
/*
html .remodal-wrapper{
	z-index: -1;
	display: block;
	visibility: hidden;	
}
*/
/*
html.remodal-is-locked .remodal-wrapper{
	z-index: 10000;
}
*/
/* Remodal end */

footer#colophon{
	background-color: #494949;
	padding: 15px 0 20px 0;
	margin-top: 2em;
}
footer#colophon p{
	color: #fff;
}
#masthead h1.site-logo{
	float: left;
	width: 75px;
	clear: none;
	margin-bottom: 10px;
}
#masthead h1.site-logo img{
	max-width: 100%;
}
#masthead h1.site-title{
	float: right;
	max-width: 100%;
	width: 380px;
	clear: none;
	margin-top: 55px;
	margin-bottom: 10px;
}
#masthead h1.site-title img{
	max-width: 100%;
}
.single h1.entry-title{
	margin-bottom: 1.5em;
}
.post-navigation{
	max-width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding-top: 30px;
	border-top:1px solid #eee;
	margin-bottom: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
	transition:opacity 0.2s linear;
}
.post-navigation a{
	color: #333;
	display: block;
	transition: color 0.2s linear;
}
.post-navigation a:hover{
	text-decoration: none;
}
.post-navigation:hover a{
	color: #0066cc;
}
.post-navigation:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.group-menu-container{
	font-size:1.1em;
	
	padding:5px 0 10px 0;
	
	display:block !important;
}


.group-menu-container select{
	display:block;
	width:100%;
}

.publications-promo a{
	color:#000;
	
}

.publications-promo a:hover{
	text-decoration:none !important;
}

.publications-image{
	float:none;
	width:100%;
}

.publications-promo img{
	border:1px solid #AAA;
	margin-bottom:10px;
	
}

.publication-title{
	font-size:1.2em;
}

.publication-listing{
	top:10px;
	position:relative;
	
}

.publication-listing a{
	color:#000;
	text-decoration:none;
}

.publication-listing a:hover{
	text-decoration:underline;
}

.publication-listing .imageholder{
	margin:0;
	float:left;
	width:90%;
	padding:160% 5% 0 5%;
	overflow:hidden;
}

.publication-listing .imageholder img{
	width:90%;
	margin:0 5%;
	padding:0;
	position:absolute;
	border:1px solid #AAA;
	top:0;
	left:0;
	background-color:#DDD;
}

.publication-listing h1{
	position:absolute;
	bottom:0;
	left:-5000px;
	background-color:#FFF;
	right:auto;
	padding:5px 0;
	text-align:center;
}

.publication-listing:hover h1{
	left:5%;
	right:5%;
}

#shop-wrapper h1{
	margin-top:0;
}
.product-type-simple img{
	/* border:1px solid #333; */
}
mark{
	background-color:transparent !important;
}
.single article, .page-child article{
	max-width: 100%;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 40px; */
}
.page-template-page-toc-php #main article .entry-content{
	/*
-moz-column-count: 2;
	-moz-column-gap: 3em;
	-webkit-column-count: 2;
	-webkit-column-gap: 3em;
	column-count:2;
	column-gap:3em;
	margin-bottom: 3em;
*/
}
.single article .entry-content, .page-child .entry-content, article.type-page .entry-content{
	font-size: 1.2em;
	font-weight: lighter;
}
.single article .entry-content h1, .page-child .entry-content h1, article.type-page .entry-content h1,
.single article .entry-content h2, .page-child .entry-content h2, article.type-page .entry-content h2,
.single article .entry-content h3, .page-child .entry-content h3, article.type-page .entry-content h3,
.single article .entry-content h4, .page-child .entry-content h4, article.type-page .entry-content h4,
.single article .entry-content h5, .page-child .entry-content h5, article.type-page .entry-content h5,
.single article .entry-content h6, .page-child .entry-content h6, article.type-page .entry-content h6{
	/* font-size: 1.2em; */
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	line-height: 1.5;
}
.single article.type-event{
	margin-left: 0;
	
}
.single article.type-poems{
	
}
.home-poem .entry-header h1{
	font-size: 2.5em;
	margin-bottom: 0.5em;
}
.home-poem .entry-header h3{
	font-size: 1.6em;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5em;
}
.home-poem-info p a{
	text-decoration: underline;
}
.home-poem-info h2.featured-title{
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5em;
}
.home-poem-info .align-center a{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
}
.single article.type-poems .entry-header h1{
	font-size: 2.5em;
	margin-bottom: 0.5em;
}
.single article.type-poems .entry-header h3{
	font-size: 1.6em;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5em;
}
.single article.type-poems .entry-content, .single article.type-poems .entry-content p, .single article.type-poems .entry-content li{
	font-family: "adobe-garamond-pro",serif;
	font-weight: 100;
}
.single-event h1.entry-title{
	margin-bottom: 1em;
}
.single-event .event-venue{
	padding-top:15px;
}
.single-event .event-venue-map .eo-venue-map{
	min-width: 630px;
	min-height: 400px;
	display: block;
}
.single-event .event-venue a{
	display: block;
	text-decoration: none;
}
.single-event .event-venue h2{
	font-family: "futura-pt", sans-serif;
	font-weight: normal;
	color: #666;
	margin-top: 0;
	margin-bottom: 5px;
}
.single-event .event-venue p.helper{
	font-family: "futura-pt", sans-serif;
	font-weight: lighter;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}
.single-event .event-start-date{
	background-color: #eee;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.single-event .event-start-date h2{
	text-align: center;	
}
.single-event .event-start-date h4{
	display: none;
}
.single-event .event-start-date .upcoming-dates-list{
	text-align: left;
	list-style-type: none;
	margin: 20px 0 10px 20px;
	font-family: "futura-pt", sans-serif;	
}
.events-list #tribe-events-content .tribe-events-category-the-poetry-cafe h2.entry-title::after{
	content: "The Poetry Caf\00e9";
	font-size: 60%;
	margin-left: 15px;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	/* color: #F5E92D; */
	color: #E8D523;
}
.events-list #tribe-events-content .tribe-events-category-the-poetry-society h2.entry-title::after{
	content: "The Poetry Society";
	font-size: 60%;
	margin-left: 15px;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	color: #42A7DE;
}
.events-list #tribe-events-content .tribe-events-category-stanzas h2.entry-title::after{
	content: "Stanzas";
	font-size: 60%;
	margin-left: 15px;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	color: #31AE73;
}
.single-event #main .event-start-date .upcoming-dates-list li{
	margin-bottom: 5px;
}
.single-event .event-start-date #eo-upcoming-dates-more, .single-event .event-start-date #eo-upcoming-dates-less{
	padding-bottom: 10px;
	font-family: "futura-pt", sans-serif;
}
.single-tribe_events .tribe-events-venue-map{
	width:100% !important;
}
#eo-upcoming-dates-pipe{
	color: #888;
}
.woocommerce div.product div.images{
	width:31% !important;
}

.woocommerce ul.products li.product .button{
	font-size: 80%;
}
.woocommerce table.shop_table tr.fee th,.woocommerce table.shop_table tr.fee td{
	font-weight:400;
}

.cart #coupon_code{
	min-width:150px !important;
} 


.remodal h1{
	/* margin-top: 0; */
	font-size: 1.2em;
}
a.item-link{
	display: block;
}
.site-branding{
	margin: 0 0 1em;
}
#site-navigation{
	margin: 1em 0;
}
.archive .infinite-loader{
	left: 48%;
	position: relative;
	width: 100px;
}
.page-header{
	margin: 0;
}
.page-title{
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.4em;
}
.entry-title a{
	color: #333;
}
article a{
	color: #333;
	text-decoration: underline;
}
article a.post-edit-link{
	color: #333;
	text-decoration: underline;
	margin-bottom: 1em;
	display: block;
}
a.item-link{
	text-decoration: none;
	color: inherit;
	position: relative;
}
.template-content-events .meta{
	margin-top: 2em;
	text-align: right;
}
.template-content-events time{
	font-size: 1.4em;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
}
.template-content-events .category{
	background-color: #eee;
	padding: 0 10px;
	font-size: 0.9em;
	line-height: 2.2em;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
}
a.item-link.highlight{
	position: relative;
}
.item-link.highlight .contents-wrap.has-thumbnail {
	position: absolute;
	background: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 15px 10px;
}
.item-link.highlight .contents-wrap.has-thumbnail .entry-content{
	margin-top: 0;
}
.item-link.highlight .has-thumbnail h1{
	color: #fff;
	font-size: 1.4em;
	margin-top: 10px;
}
.item-link.highlight .has-thumbnail time{
	color: #fff;
	font-size: 1.2em;
}
.archive article{
	border-bottom: 2px dashed #eee;
}
.category-news article{
	border-bottom: 0px dashed #eee !important;
	
	
}
.category-news article .entry-title{
	font-size:1.3em;
	margin-top:0;
}
.category-news article > a{
	display:inline-block;
	padding:10px 3%;
}
#introduction{
	margin-top:30px;
	background-color:#FFF;
}
#secondary .widget-title{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.4em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}
.single-poems #secondary .widget-title{
	margin-top: 2em;
}
aside.about-poem h2.author-name{
	font-size: 1.4em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
	margin-top: 2em;
	margin-bottom: 1em;
	overflow: hidden;
}
aside.about-poem h2.author-name a{
	color: #333;
}
aside.about-poem p{
	color: #666;
	font-weight: 300;
}
.events-filter{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
}
.events-filter h3{
	font-weight: bold;
}
.events-filter label{
	font-weight: lighter;
}
hr.light{
	background-color: #eee;
}
.events-filter hr{
	margin-bottom: 0;
}
#form-hosts{
	padding-top: 0;
	margin-bottom: 0;
}
#form-hosts input{
    display:none;
}
#form-hosts label{
	cursor: pointer;
	display: block;
	/* width: 20%; */
	width: auto;
	white-space: nowrap;
	line-height: 12px;
}
#form-hosts label a{
	display: block;
}
#tribe-events-content.loading{
	background-image: url(data:image/gif;base64,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%3D%3D);
	background-repeat: no-repeat;
	background-position: center 50px;
}
#tribe-events-content.loading > *{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
	opacity: 0.2;
}
.tribe-event-categories-wrapper fieldset{
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
} 
.tribe-event-categories-wrapper dl{
	margin-bottom: 0;
}
.events-gridview .tribe-event-categories-wrapper{
	display: none;
}
.events-gridview .vevent.duplicate h3{	
	opacity: 0.5;
	height: 1em;
	overflow: hidden;
}
.events-gridview .vevent.duplicate h3::before{
	content: "...";
}
#form-hosts label span{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #eee;
	margin-left: 10px;
	margin-right: 30px;
	text-align: center;
	vertical-align: middle;
	border:1px solid #eee;
	position: relative;
	bottom: 2px;
	transition:background-color 0.2s linear;
}
#form-hosts label.label-society span{
	background-color: #fff;
	border-color: #5e75ea;
}
#form-hosts label.label-society input:checked ~ span{
	background-color: #5e75ea;
}
#form-hosts label.label-cafe span{
	background-color: #fff;
	border-color: #e8aa60;
}
#form-hosts label.label-cafe input:checked ~ span{
	background-color: #e8aa60;
}
#form-hosts label.label-stanzas span{
	background-color: #fff;
	border-color: #81c988;
}
#form-hosts label.label-stanzas input:checked ~ span{
	background-color: #81c988;
}
#form-hosts label.label-others span{
	background-color: #fff;
	border-color: #e860c5;
}
#form-hosts label.label-others input:checked ~ span{
	background-color: #e860c5;
}
#form-hosts input:checked + span{
	/* background-color: #ccc; */
}
#form-hosts label:hover span{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;
}
#form-hosts label span i{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	visibility: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	/* top: 2px; */
	top:8px;
}
#form-hosts input:checked + span i{
	visibility: visible;
}
#form-tags select{
	min-width: 90%;
	max-width: 100%;
}

input.search-field{
	max-width:95%;
}

.search-results .imageholder{
	width:200px;
	float:left;
	margin-right:15px;
}

.about-poem .imageholder{
	width:200px;
	float: right;
	width:30%;
	margin-left:1%;
	display:block;
}

.search-results .imageholder img, .about-poem .imageholder img{
	border-radius:50%;
	
}

.search-results h1.entry-title{
	clear:none;
}

.search-results h1.entry-title a{
	text-decoration:none;
}

.archive.post-type-archive-event .page-header, .tax-event-category .page-header, .tax-event-venue .page-header{
	border-bottom: 5px solid #fcfcfc;
	padding-bottom: 0;
	margin-bottom: 1.5em;
}
.archive.post-type-archive-event h1.page-title, .tax-event-category h1.page-title, .tax-event-venue h1.page-title{
	font-size: 2em;
}
.archive.post-type-archive-event #primary article .plain-thumbnail, .tax-event-category #primary article .plain-thumbnail, .tax-event-venue #primary article .plain-thumbnail{
	width: 25%;
	max-width: 300px;
	float: left;
	margin: 0 30px 20px 0;
}
.archive.post-type-archive-event #primary article .plain-thumbnail img, .tax-event-category #primary article .plain-thumbnail img, .tax-event-venue #primary article .plain-thumbnail img{
	width: 100%;
}

img.aligncenter{
	width:100%;
	margin-bottom:1em;
}
.contents-wrap.has-thumbnail .entry-header{
	overflow: hidden;
}

#events-sidebar h1{
	font-weight:bold;
	font-size:1.2em;
}

#events-sidebar select{
	width: 100%;
}

#show-events-button{
	background-color: #eee;
	padding: 0 15px;
	line-height: 2em;
	text-align: center;
	cursor: pointer;
	display: none;
}
#show-events-button .span-hide{
	display: none;
}
#show-events-button.toggled .span-show{
	display: none;
}
#show-events-button.toggled .span-hide{
	display: inline;
}

.publication-image{
	border:1px solid #333;
}
.toc-item{
	margin: 1.5em 0;
}
.toc-item a{
	display: block;
}
.single-event #secondary aside .date-select{
	position: relative;
	bottom: 15px;
}
.single-event #secondary aside table{
	font-size: 90%;
}
.single-event #secondary aside table th{
	border-top:1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 0.9em;
	text-align: center;
}
.single-event #secondary aside table td{
	padding: 10px 0;
}
.single-event #secondary aside table input[type=submit]{
	border: none;
	color: #fff;
	background-color: #81c988;
	height: 50px;
	width: 50px;
	border-radius: 50% 50% 50% 50%;
	box-shadow: none;
	padding: 0;
}
.single-event #secondary aside table input[type=text]{
	width: 30px;
	font-size: 0.8em;
	line-height: 1;
	text-align: center;
}
.page-template-page-toc-circles-php .toc-item img{
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
}
.page-template-page-toc-circles-php .toc-item h2{
	background: rgb(200,200,200);
	background: rgba(255,255,255,0.7);
	color: #000;
	text-shadow: 0 0 3px rgba(255,255,255,1);
	padding: 5px 5px;
	font-size: 1.5em;
	font-size: 2rem;
	text-align: center;
		position: absolute;
		bottom: -0.3em;
		left: 0;
		right: 0;
		margin: 0;
}
.poet-name,.poem-prize{
	display:block;
	margin-left:50px;
}
.poem-title{
	display: block;
}
.poetrylist{
	margin:0;
	padding:0;
}
.poetrylist li{
	display:block;
	clear:left;
	margin-bottom:10px;
	min-height: 50px;
	height: auto !important;
}
.poetrylist li a{
	margin:0.3em 0;
	color: #333;
}
.poet-name,.poem-prize{
 	font-size:0.9em;
	padding-bottom:0.3em;
}
.poem-title{
	font-size:1.5em;
	padding-top:0.3em;
	font-weight:600;
}
.poem-circle + .poem-title{
	font-size: 1em;
}
.poem-title em{
	font-size:0.9em;
	font-weight:400;
}
#colophon .copyright{
	font-size:0.8em;
}
#colophon .cookie-msg{
	color: #fff;
	font-size: 0.8em;
}
#colophon .cookie-msg a{
	color:#fff;
}
#colophon .copyright a{
	color:#FFF;
}
#logozone{
	text-align:right;
}
.fetch-tweets-main{
	overflow:hidden;
}
.fetch-tweets-main a{
	text-decoration:underline;
}
#introduction a{
	text-decoration:underline;
}
footer #socialmedia a{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	max-width: 50px;
	margin-right: 20px;
	padding-top: 15px;
}
.poems-on-the-underground-logo,.ace-logo{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	max-width:280px;
}
.poems-on-the-underground-logo img,.ace-logo img{
	max-width:100%;
}
#breadcrumbs{
	position: relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}
.home #breadcrumbs{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
.shoplink{
	text-align:right;
	display:inline-block;
	padding-right:3%;
	font-size: 0.8em;
}
.home .shoplink{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}

.home .shoplink:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.strapline span{
	color:#333;
}

.strapline strong{
	font-weight:900;
	font-size:1.1em;
}

.strapline .credit{
	font-size:0.9em;
	font-weight:900;
	color:#666 !important;
	white-space:nowrap;
}

.home-poem .entry-content{
	font-size:1.1em;
}

/*.home #breadcrumbs .trail span,.home #breadcrumbs .delimiter{
	display: none;
}*/
#breadcrumbs:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
#breadcrumbs a, #breadcrumbs span{
	color: #222;
}
#breadcrumbs .delimiter{
	color: #aaa;
	padding: 0 5px 0 3px;
	font-size: 90%;
}

#breadcrumbs .shoplink a{
	
	color:#333;
	display:inline-block;
	margin-left:20px;
	font-size:1.1em;
	white-space:nobreak;
}
img.keyline{
	border:1px solid #333;
}
.widget_subpages ul{
	margin:0;
	padding:0;
}
.widget_subpages ul li{
	display:inline;
}
.widget_subpages ul li ul{
	display:none;
}
.widget_subpages ul li a{
	display:block;
	font-size:1.2em;
	padding:0.5em 0;
	color: #1D1D1B;
	line-height: 1.2;
}
.widget_subpages ul li.current-menu-item > a,.widget_subpages ul li.current-menu-ancestor > a{
	font-weight:900;
}
.uplink a{
	display:inline-block;
	width:30px;
	height:30px;
	background-color:#FFF;
	border-radius:50%;
	margin-right:10px;
	border:2px solid #AAA;
	color:#AAA !important;
	text-align:center;
	font-weight:900;
}
.uplink a:hover{
	text-decoration:none;

	background-color:#FFF;
	border:2px solid #000;
	color:#000 !important;
	
}
.widget_subpages ul li.current-menu-item  ul,.widget_subpages ul li.current-menu-ancestor  ul{
	display:block;
	font-size:0.9em;
	padding-left:5%;
	border-bottom:1px solid #EEE;
	margin-bottom:10px;
	padding-bottom:10px;
}

.widget_shopping_cart_content .buttons .button{
	margin-bottom: 15px;
}
#shop-wrapper .summary div{
	font-family: "adobe-garamond-pro",serif;
}
html .woocommerce ul.cart_list, html .woocommerce ul.product_list_widget{
	margin-bottom: 20px;
}
html .woocommerce ul.cart_list li, html .woocommerce ul.product_list_widget li{
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}
html .woocommerce ul.cart_list li:last-child, html .woocommerce ul.product_list_widget li:last-child{
	border-bottom: 0;
}
.widget_subpages .widget-title{
	margin-bottom: 1em;
	font-size: 1.4em;
	padding-bottom: 1em;
	border-bottom: 1px solid #EEE;
}
.widget_subpages .widget-title a{
	color: #1D1D53;
}
a.remodal-close:hover{
	text-decoration: none;
}
.widget.mailchimp h4{
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}
.widget.mailchimp label{
	display: block;
	clear: both;
}
.widget.mailchimp input[type='submit']{
	margin-top: 0.5em;
}
.membership-featured{
	margin-bottom: 30px;
	
}
.membership-featured-box ul{
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
#main .membership-featured-box ul li{
	list-style-type:none;
	margin-bottom:0.75em;
	
}
.membership-featured-box{
	font-family: "futura-pt", sans-serif;
	margin-bottom: 30px;
	position:relative;
	padding-bottom:0;
}
.membership-featured-box p{
	font-size: 0.9em;
	font-weight: normal;
}
.membership-featured-box img{
	margin-bottom: 30px;
}
.membership-featured-box .inner{
	border: 6px solid #AAA;
	padding: 0 15px 70px;
	height: 100%;
}
.membership-featured-box header{
	
	margin:-6px -15px 0 -15px;
	background-color:#AAA;
	color:#FFF;
}
.membership-featured-box header h2{
	padding:10px;
	margin:0;
}
.membership-featured-box header{
	margin-bottom: 20px;
}
.membership-featured-box.featuredfull .inner{
	border: 6px solid #42A7DE;
}
.membership-featured-box.featuredfull header{
	background-color:#42A7DE;
}
.membership-featured-box.featuredgold .inner{
	border: 6px solid #e5b942;
}
.membership-featured-box.featuredgold header{
	background-color:#e5b942;
}
.membership-featured-box .btn{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
	color: #FFF;
	background-color:#AAA;
	position:absolute;
	bottom:15px;
	left:10%;
	right:10%;
	border: none;
}
.membership-featured-box article{
	margin-bottom: 3.5em;
}
.membership-featured-box h6{
	position: absolute;
	bottom: 75px;
}
html .btn{
	color: #fff;
	text-decoration: none;
}
.featured .btn{
	
}
#npc-year{
	min-width:50%;
}
.poem-circle{
	background-color:#ddd;
	width:40px;
	height:40px;
	display:block;
	float:left;
	position:relative;
	clear:left;
	top:8px;
	margin-right:10px;
	border-radius: 50%;
}
.featuredfull .btn,.featuredfull .btn:hover{
	background-color: #42A7DE;
	border-color: #42A7DE;
	color: #fff;
} 
.featuredgold .btn{
	background-color: #e5b942;
	border-color: #e5b942;
	color: #fff;
}
.membership-featured-box .read-more{
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	text-decoration: none;
	line-height: 1em;
	margin-bottom: 20px;
	color: #42A7DE;
	font-size: 1.4em;
}
.membership-all{
	margin-top: 30px;
}
.membership-all-box{
	margin-bottom: 20px;
}
.membership-all-box .inner{
	width: 100%;
	height: 100%;
	padding: 1px 15px 10px;
	display: table;
}
.membership-all-box a{
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	background-image: url(/wp-content/themes/poetry-soc/images/membership-bg-white.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 80%;
}
.membership-aside{
	font-size: 70%;
}
.membership-featured-box header h2{
	font-size: 1.5em;
}
.membership-all-box h2{
	color: #fff;
	line-height: 1.2;
}
.membership-aside a{
	color: #333;
	text-decoration: none;
}
.membership-aside .glyphicon{
	margin-right: 10px;
}
.membership-more .glyphicon{
	top:3px;
}
.membership-link{
	text-decoration: none;
	display: block;
}
.join-poetry-society{
	padding:0 15px;
	border:2px solid #AAA;
}
.single-faq{
	overflow: hidden;
	padding: 0 20px 1px;
	background-color: #f9f9f9;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}
.single-faq img{
	width: auto;
}
.entry-content .single-faq h3{
	cursor: pointer;
	padding-right: 60px;
	background-image: url(/wp-content/themes/poetry-soc/images/icon-faq-down.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin: 0.5em 0;
	font-size: 1.4em;
}
.single-faq h3:hover{
	text-decoration: underline;
}
.single-faq h3.toggle{
	background-image: url(/wp-content/themes/poetry-soc/images/icon-faq-up.png);	
}
.faq-answer{
	margin-top: 20px;
	overflow: hidden;
}
.faq-answer.collapse{
	height: 0;
}
.faq-answer.collapse.in{
	height: auto;
}
.faq-list{
	background-image: url(/wp-content/themes/poetry-soc/images/icon-faq-up.png);	
	background-position: -200px -200px;
	background-repeat: no-repeat;	
}
.event-category-listing a{
	text-decoration: none;
	color: #333;
}
a.go-back{
	color: #333;
}
.subnav-widget .here{
	/* text-decoration: underline; */
	font-weight: bold;
}
.align-center a{
	padding:15px;
	border: 1px solid #000;
}
.wrapper{
	position: relative;
}
.wrapper .absolute-title{
	position: absolute;
	bottom:0;
	right: 0;
	left:0;
	padding:20px 15px 20px;
	color:#FFF !important;
	text-shadow:0 0 3px #000;
	font-size:30px;
	line-height: 1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.wrapper .absolute-title .subtitle{
	font-size: 0.8em;
	line-height: 1;
	display: block;
	padding-top: 10px;
}
.row2 .wrapper .absolute-title .subtitle{
	display: none;
}
.row2 .wrapper:hover .absolute-title .title{
	display: none;
}
.row2 .wrapper:hover .absolute-title .subtitle{
	display: block;
}
#circles{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	overflow:hidden;
	z-index:-10;
	text-align:center;
}

.dot{
	position:absolute;
	width:35px;
	height:35px;
	border-radius:50%;
	
}

.highlight{
	padding:10px;
	background-color:#FFF;
	border:2px solid #DDD;
}

.entry-content .address{
	padding:20px 25px;
	background-color:#FFF;
	border:2px solid #DDD;
	font-family: "futura-pt", sans-serif;
	max-width: 380px;	
	clear: both;
}
.entry-content .address::before{
	content: "Our address: ";
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.entry-content .address span{
	font-size: 0.7em;
	margin-top: 10px;
	display: block;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.entry-content .join-us{
	padding:20px 25px;
	background-color:#FFF;
	border:2px solid #DDD;
	font-family: "futura-pt", sans-serif;
	clear: both;
}
.entry-content .join-us::before{
	content: "Join the Poetry Society";
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
	margin-bottom: 10px;
}
.entry-content .join-us{
	max-width: 380px;
	clear: both;
}
.entry-content .join-us a.btn{
	margin-top: 15px;
	width: auto;
	min-width: 50%;
	padding: 10px 30px;
}

.entry-content .poem-feedback{
	padding:20px 25px;
	background-color:#FFF;
	border:2px solid #DDD;
	font-family: "futura-pt", sans-serif;
	clear: both;
}
.entry-content .poem-feedback::before{
	content: "Write better poetry";
	display: block;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
	margin-bottom: 10px;
}
.entry-content .poem-feedback{
	max-width: 380px;
}
.entry-content .poem-feedback a.btn{
	margin-top: 15px;
	width: auto;
	min-width: 50%;
	padding: 10px 30px;
}

.giftaid{
	font-size:0.7em;
	
}

#giftaidtoggle{
	font-size:0.7em;
	text-decoration:underline;
	cursor:pointer;
	font-family: "futura-pt",sans-serif;
}

.home .row5{
	/* padding-bottom:200px; */
	padding-bottom: 80px;
}

.tribe-mini-calendar-event .list-date{
	display:none; 
}

.tribe-mini-calendar-event .list-info h2{
	margin-top:0.5em;
	font-weight: bold;
}

.home .events-box .widget-title{
	font-weight:900;
	font-size: 2em;
	margin:0 0 0.25em;
}
.home.page .wrapper img{
	width:100%;
}

.home.page #main .row{
	margin-bottom:40px;
}
.home.page #main .row-1{
	margin-bottom:30px !important;
}
.home-poem-info h4 a{
	color: #333;
	text-decoration: underline;
}
.home-poem-info p{
	font-weight: lighter;
}
.home .events-box .vevent{
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.home .events-box .vevent:last-of-type{
	margin-bottom: 30px;
}
.home .tribe-mini-calendar-event{
	padding: 0;
	margin: 0;
}
.home .tribe-events-widget-link{
	margin-bottom: 0;
}
.home .tribe-events-widget-link a{
	color: #444;
}
.category-news{
	overflow: hidden;
}
.category-news .thumbnail{
	float: right;
	margin-left: 30px;
	max-width: 30%;
}
.category-news h1{
	clear: none;
}
html .woocommerce-checkout #payment div.payment_box::after{
	top:2px;
}
html .woocommerce form .form-row .input-checkbox{
	position: relative;
}
html .select2-container .select2-choice abbr{
	top:12px;
}

form.woocommerce-checkout{
	font-size: 90%;
}
form.woocommerce-checkout p{
	font-size: 90%;
}
html .single-tribe_events .attachment-thumbnail{
	display: none;
}
html .tribe-events-event-meta:first-child{
	border-top:0;
}
html .single-tribe_events .tribe-events-event-meta{
	margin: 0;
}
.sidebar #event-tickets{
	padding: 0 15px 15px;
	border: 3px solid #333;
}
.tribe-events-single .sidebar dd{
	margin-left: 0;
}
html .single-tribe_events #tribe-events-content div.cart, html .single-tribe_events #tribe-events-content form.cart{
	margin-bottom: 0;
}
#event-tickets h2.tribe-events-tickets-title{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.2em;	
}
#event-tickets .add-to-cart{
	padding: 15px 0 0;
}
#event-tickets .add-to-cart button{
	background-color: #333;
	display: block;
	border-radius: 0;
	width: 100%;
	border: 2px solid #333;
	line-height: 2;
}
.button.support_button{
	background-color:#333 !important;
	color:#FFF !important;
	padding:5px 10px;
	border-radius:5px;
}
#event-tickets .add-to-cart button:hover{
	background-color: #fff;
	color: #333;
	display:block;
	
}
.sidebar .tribe-events-meta-group-venue .tribe-events-single-section-title,.tribe-events-event-meta .tribe-events-single-section-title{
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ddd;
}
.sidebar .tribe-events-meta-group-venue .author{
	margin-bottom: 15px;
}
.sidebar .tribe-events-meta-group-venue .author a{
	font-size: 1.4em;
	color: #333;
	margin-bottom: 0;
}
html table.tribe-events-tickets .tickets_price{
	font-style: normal;
}
html h2.tribe-events-page-title{
	text-align: left;
}
html .tribe-events-list-separator-month{
	font-size: 1.4em;
	background-color: #eee;
	padding-left: 20px;
	display: block;
	line-height: 2.5;
	margin-bottom: 20px;
}
html .tribe-events-list .type-tribe_events h2{
	margin-top: 0;
}
html .tribe-events-event-image{
	float: left;
	max-width: 20%;
	margin-right: 30px;
	overflow: hidden;
	border-radius: 50%;
}
.event-listing-text{
	overflow: hidden;
}
.event-listing-text p.description{
	margin-top: 1em;
	margin-bottom: 0.5em;
	background-color: #f6f6f6;
	padding: 0.5em 1em;
	font-size: 1em;
}
.vevent.type-tribe_events{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.vevent.type-tribe_events .event-cost{
	padding-left: 20px; 
}
.tribe-bar-toggle-arrow{
	
}
#tribe-bar-collapse-toggle .glyphicon-chevron-up{
	display: none;
}
#tribe-bar-collapse-toggle .glyphicon-chevron-down{
	display: inline;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open .glyphicon-chevron-up{
	display: inline;
	position: relative;
	top:-1px;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open .glyphicon-chevron-down{
	display: none;
}
html .btn.event-search-toggle{
	line-height: 1;
	color: #1D1D1B;
	padding: 5px 8px 3px;
}
html #tribe-bar-collapse-toggle{
	font-size: 1.4em;
	margin-bottom: 10px;
	float: left;
}
#tribe-bar-collapse-toggle{
	float: left;
	margin-right: 30px;
}
#tribe-bar-views{
	clear: none;
	margin-top: 5px;
}
html .tribe-bar-filters{
	clear: both;
}
.tribe-bar-views-list{
	display: none;
}
.filter-item{
	padding-bottom: 8px;
}
.tribe-bar-geoloc-filter{
	display: none;
}
.tribe-bar-views-inner{
	padding-bottom: 8px;
}
.tribe-bar-filters-inner label{
	width: 30%;
	margin-right: 5%;
	float: left;
	font-size: 0.9em;
	padding: 5px 0;
	text-align: right;
}
.tribe-bar-filters-inner input[type="text"]{
	width: 65%;
}
#tribe-bar-form{
	border-bottom: 1px solid #ddd;
}
html .tribe-events-button{
	width: 100%;
	font-family: "Helvectica Neue", Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}
.tribe-events-sub-nav{
	font-size: 120%;
	display: none;
}
.events-gridview .tribe-events-sub-nav{
	display: block;
}
.tribe-mini-calendar-nav span{
	margin: 0 10px;
}
.events-archive #breadcrumbs .trail{
	visibility: hidden;
}
.events-archive .tribe_mini_calendar_widget h1.widget-title{
	margin-top: 0;
}
body:not(.page-id-1612):not(.parent-pageid-1612):not(.page-id-1603):not(.parent-pageid-1603):not(.page-id-1606):not(.parent-pageid-1606):not(.parent-pageid-1446):not(.parent-pageid-2784) .poems-feed h2:before{
	content: "Winning ";
}
.page-id-1600 #secondary > h2:first-child::before, .parent-pageid-1600 #secondary > h2:first-child::before,
.page-id-5803 #secondary > h2:first-child::before, .parent-pageid-5803 #secondary > h2:first-child::before,
.page-id-1609 #secondary > h2:first-child::before, .parent-pageid-1609 #secondary > h2:first-child::before,
.page-id-1618 #secondary > h2:first-child::before, .parent-pageid-1618 #secondary > h2:first-child::before,
.page-id-1624 #secondary > h2:first-child::before, .parent-pageid-1624 #secondary > h2:first-child::before,
.page-id-1621 #secondary > h2:first-child::before, .parent-pageid-1621 #secondary > h2:first-child::before,
.page-id-3644 #secondary > h2:first-child::before, .parent-pageid-3644 #secondary > h2:first-child::before{
	content: "Winning ";
}
.boxer-iframe{
	min-height:100%;
}
ul.posts-list, .w4pl ul{
	margin: 0;
	padding: 0;
}
ul.posts-list li, .w4pl li{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	list-style-type: none;
}
li h2.entry-title{
	font-weight: bold;
	font-size: 1.4em;
}
.widget.drop-down h1.widget-title{
	cursor: pointer;
	overflow: hidden;
}
.widget.drop-down h1.widget-title button{
	float: right;
	text-align: center;
	text-indent: 1px;
}
.widget.drop-down .widget-title.collapsed .glyphicon-chevron-up{
	display: none;
}
.widget.drop-down .widget-title .glyphicon-chevron-up{
	display: inline;
	position: relative;
	top:-1px;
}
.widget.drop-down .widget-title.collapsed .glyphicon-chevron-down{
	display: inline;
}
.widget.drop-down .widget-title .glyphicon-chevron-down{
	display: none;
}
html a.tribe-events-button{
	line-height: 2;
	padding: 1px 15px 0;
	background-color: #eee;
	margin-right: 20px;
	margin-bottom: 15px;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	width:auto;
}
html .tribe-events-gmap{
	padding: 5px 10px;
	background-color: #eee;
	display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;
	margin-top: 5px;
}
html .event-listing-text .tribe-events-gmap{
	display: none;
}
html .fetch-tweets-external-media{
	display: none;
}
.breadcrumbs .strapline{
	font-size: 1.2em;
	margin: -5px 0 5px;
}
.breadcrumbs .strapline span.quotation{
	display: block;
}
.breadcrumbs .strapline .btn{
	padding: 0 0 0 10px;
	font-size: 1em;
	position: relative;
	bottom: 2px;
}
.breadcrumbs .strapline .btn:hover{
	text-decoration: underline;
}
ul.nav-tabs{
	margin-left: 0;
	margin-top: 0;
}
.home .news-list-item{
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.home .news-list-item p{
	margin-bottom: 0.5em;
}
.home .news-list-item h2.entry-title{
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 1em;
}
.home #tab-events h1.widget-title{
	display: none;
}
.home .news-list-item p{
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis;
}
.home .news-list-item:last-of-type{
	margin-bottom: 30px;
}
.home .tribe-mini-calendar-event .list-info h2{
	font-size: 1.4em;
	margin-top: 1em;
}
#main .nav-tabs li{
	margin-bottom: -2px;
}
.nav-tabs > li > a{
	padding: 10px 20px;
}
#ship-to-different-address{
	overflow: hidden;
	float: none;
	line-height: 1;
	margin-bottom: 3px;
	border:1px solid #AAA;
	padding:3px 10px;
}
#wc_checkout_add_ons{
	margin-top:1em;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	padding-bottom:0.5em;
}
#shop-wrapper .entry-summary p{
	font-size:1.5em; 
}
#shop-wrapper .entry-summary ul li{
	/* font-size:2em !important; */
	font-size: 1.6em;
}
#shop-wrapper .entry-summary p a{
	text-decoration: underline;
}
#ship-to-different-address label{
	float: left;
	margin-right: 20px;
}
#ship-to-different-address-checkbox{
	margin-top: 0.3em;
}

.tribe-events-single-event-title.entry-title{
	font-weight: bold;
}

.tribe-events-page-template #tribe-events-content a{
	text-decoration:underline;
}

.variations_form label{
	color:#000;
	font-size:1.2em !important;
}
.variations_form select{
	font-size:1.1em;
}	

.widget_shopping_cart_content p.buttons{
	font-size:0.95em;
}

#ship-to-different-address label{
	font-size:0.8em;
}

#ship-to-different-address-checkbox{
	
}
aside.widget.no-title .widget-title{
	display: none;
}
.home .see-more-tweets{
	text-align: center;
}
.home .see-more-tweets a{
	color: #51A3E2;
	font-size: 1.5em;
	background-image: url(/wp-content/themes/poetry-soc/images/icon-twitter-bird-blue.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: auto 60%;
	padding-left: 35px;
}
aside .facebook-link{
	background-image: url(/wp-content/themes/poetry-soc/images/icon-facebook-white.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 18px;
	padding: 5px 15px 5px 35px;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #fff;
	background-color: #3B5998;
	display:block;
}
aside .twitter-link{
	background-image: url(/wp-content/themes/poetry-soc/images/icon-twitter-white.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 18px;
	padding: 5px 15px 5px 38px;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #fff;
	background-color: #5EA9DD;
	display:block;
}
html #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.entry-title{
	font-size: 1.2em;
	line-height: 1.2;
}
html #tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.entry-title a{
	text-decoration: none;
}
html .tribe-events-tooltip p.entry-summary{
	font-size: 14px;
}
html #tribe-events-content .tribe-events-tooltip h4.entry-title{
	font-size: 14px;
	font-weight: bold;
}
#boxcontent{
	display: none;
}
.remodal-is-active #boxcontent{
	display: block;
}
.accessibility-label{
	padding-top: 0.5em;
}
.accessibility-label .btn{
	color: #333;
	padding: 2px 12px 0;
	background-color: #eee;
}
.accessibility-label .btn h6{
	font-family: sans-serif;
	margin: 0;
	font-size: 1em;
	line-height: 1.5;
}
.wp_user_stylesheet_switcher_button{
	margin-left: 20px;
}
.wp_user_stylesheet_switcher_button img{
	width:100px;
}
.wp_user_stylesheet_switcher_button.wp_user_stylesheet_switcher_active_option span{
	font-weight: bold;
}
.entry-content #mc_embed_signup input[type='text']{
	width: 400px;
	max-width: 90%;
}
#mc-embedded-subscribe{
	color: #111;
	font-weight: normal;
}
.entry-content #mc-embedded-subscribe{
	font-size: 1.2em;
}
.gocardless-options-list .btn-basic{
	color: #fff;
	background-color: #aaa;
}
.gocardless-options-list .btn-full{
	color: #fff;
	background-color: #42A7DE;
}
.gocardless-options-list .btn-gold{
	color: #fff;
	background-color: #E5B942;
}
.gocardless-options-list .btn{
	font-family: "futura-pt",sans-serif;
}
.gocardless-options-item h3{
	margin-top: 0;
}
.gocardless-options-item{
	margin-bottom: 2.5em;
}
.gocardless-hidden-message{
	margin-top: 1em;
	clear: both;
}
.gocardless-hidden-message p{
	text-align: left;
	font-family: "adobe-garamond-pro",serif;
	font-size: 0.8em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.gocardless-hidden-message .btn{
	display: block;
	font-family: "futurua-pt", sans-serif;
	font-size: 1em;
	background-color: #5092DA;
	border-color: #5092DA;
}
.pagefright a[href$=".pdf"]{
	background-image: url(/wp-content/themes/poetry-soc/images/icon-pdf.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 35px;
}

@media screen and (max-width: 599px){
	.archive .poems .entry-content p{
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.archive h1.entry-title{
		font-size: 2em;
		margin-bottom: 0.5em;
	} 
	#masthead{
		padding: 0 0 1em;
	}
	#masthead h1.site-logo{
		width: 15%;
	}
	#masthead h1.site-title{
		width: 75%;
		margin-top: 32px;
	}
	main article{
		font-size: 80%;
	}
	#content.row{
		padding: 0 1em;
		border-top: 1px solid #ddd;
		box-shadow: 0 0 0 10px #fcfcfc;
		margin-left: -15px;
		margin-right: -15px;
	}
	.site-branding{
		margin: 0.5em 0 1em;
	}	
	.events-filter .inner{
		transition:max-height 0.3s linear;
	} 
	#show-events-button{
		display: block;
	}
	.page-template-page-toc-circles-php .toc-item h2{
		padding: 5px 15px;
	}
	#breadcrumbs{
		bottom:22px;
		left:15px;
		max-width: 95%;
		/* display: none; */
	}
	#breadcrumbs .shoplink{
		padding-right: 0;
		width:100%;
		text-align: right; 
	}
	#primary, #secondary, #left-sidebar{
		padding-left: 0;
		padding-right: 0;
	}
	.single-event .event-start-date{
		padding-top: 0.5em;
	}
	.single-event .event-start-date .upcoming-dates-list{
		margin-left: 0;
	}
	.single-event #secondary aside.book-now-widget h1.widget-title{
		/* font-size: 2em; */
		margin-top: 0;
	}
	#main .membership-featured-box article{
		font-size: 120%;
	}
	#main .membership-featured-box article h6{
		font-size: 120%;
	}
	.archive.post-type-archive-event #primary article .plain-thumbnail, .tax-event-category #primary article .plain-thumbnail{
		width: 40%;
	}
	.template-content-events .meta{
		text-align: left;
	}
	.home #content.row{
		/* margin-left: -30px; */
		/* margin-right: -30px; */
		padding: 0;
	}
	.home #main{
		padding-top: 20px;
	}
	.home .events-box{
		margin-top: 20px;
	}
	.home .row2 > div{
		margin-bottom: 20px;
	}
	html #tribe-bar-collapse-toggle{
		/* position: relative; */
		/* top:25px; */
		margin-top: 10px;
	}
	html .tribe-events-event-image{
		margin: 0 auto 10px;
		max-width: 30%;
		float: none;
	}
	.event-listing-text{
		overflow: visible;
	}
	html #tribe-events{
		margin-left: -15px;
		margin-right: -15px;
	}
	html .tribe-events-back{
		margin-top: 10px;
	}
	html #tribe-events-content{
		margin-bottom: 20px;
	}
	#logozone{
		text-align: left;
	}
	#logozone a{
		position: relative;
		left: -10px;
		max-width: 250px;
		padding: 8px 0;
	}
	#shop-wrapper{
		padding: 30px 0 0; 
	}
	#shop-wrapper .entry-summary{
		font-size: 0.8em;
	}
	#shop-wrapper .entry-summary ul li{
		font-size: 1.4em;
	}
}
@media screen and (min-width: 600px){
	#content{
		padding-top: 20px;
	}
	.home #content{
		padding-top:0;
	}
	.page-title{
		font-size: 2.2em;
	}
	.single article.type-poems .entry-content{
		font-size: 1.2em;
	}
	.single article.type-poems .entry-header, #boxcontent article.type-poems .entry-header, .single article.type-poems .entry-content, #boxcontent article.type-poems .entry-content, .single article.type-poems .entry-footer, #boxcontent article.type-poems .entry-footer, .home-poem .entry-header, .home-poem .entry-content, .home-poem .entry-footer{
		margin-left: 40px;
		margin-right: 40px;
	}
	.single article.type-poems,#boxcontent article.type-poems, .home-poem{
		border: 1px solid #ddd;
		box-shadow: 0 0 0 10px #fcfcfc;
		max-width: 100%;
		max-width: 850px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 1em;
		background-color:#FFF;
	}
	.woocommerce div.product div.summary{
		width:65% !important;
	}
	#boxcontent .post-navigation{
		display:none;
	}
	.single-poems #secondary aside{
		padding-left: 20px;
	}
	.single article.type-poems .entry-content p{
		font-size:1.1em;
	}
	main article a:hover{
		text-decoration: none;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.archive article{
		padding: 1em 0 1em;
		border-bottom: 2px dashed #eee;
		margin-bottom: 0;
	}
	.archive aside article{
		border-bottom: none;
	}
	.site-branding{
		margin: 1em 0 1em;
	}
	.contents-wrap.has-thumbnail{
		overflow: hidden;
	}
	#show-events-button{
		display: none;
	}	
	.toc-item a{
		position: relative;
		padding-bottom: 2em;
	}
	.toc-item img{
		display: block;
		width: 100%;
	}
	.toc-item h2{
		position: absolute;
		background: #444;
		color: #fff;
		padding:  10px 20px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
	}
	.single-event #secondary aside.book-now-widget{
		padding: 0 20px 40px;
		border: 2px solid #333;
		border-bottom: 0;
		background-image: url(/wp-content/themes/poetry-soc/images/ticket-zigzag.png);
		background-position: left bottom;
		background-size: 100% auto;
		background-repeat: repeat-x;
	}
	#secondary aside.book-now-widget address{
		font-size: 1em;
		padding: 10px 15px;
		background-color: #eee;
	}
	aside.reoccurring-events-widget{
		padding-left: 20px;
	}
	aside.reoccurring-events-widget h1.widget-title{
		display: none;
	}
	aside.reoccurring-events-widget .upcoming-dates-list{
		margin-left: 0;
	}
	#breadcrumbs{
		top:-3px;
	}
	.home #breadcrumbs{
		margin-bottom: 20px;
	}
	.home-poem-info{
		padding-right: 40px;
	}
	#secondary{
		/* margin-top: 1.1em; */
	}
	.join-poetry-society{
		margin-top: 50px;
	}
	.publication-image{
		margin-top: 10px;
		margin-bottom:15px;
		float:none;
	}
	h1 + .alignleft:first-child, h2 + .alignleft:first-child, h3 + .alignleft:first-child, h4 + .alignleft:first-child, h5 + .alignleft:first-child, h6 + .alignleft:first-child{
		margin-top: 1.5em;
	}
	.tribe-events-venue{
		padding-left: 15px;
		padding-right: 15px;
	}
	body.tribe-events-venue{
		padding: 0;
	}
	.gallery figcaption{
		margin-top: 5px;
		margin-left: 10px;
	}
	.gocardless-options-list .btn-full{
		min-height: 69px;
	}
}
@media screen and (min-width: 600px) and (max-width: 992px){
	.home .events-box, .home .events-box h1, .home .events-box time{
		font-size: 1em;
	}
	.home .events-box h3{
		font-size: 1.1em;
	}
	.home .widget_event_highlights article{
		padding-bottom: 15px;
	}
	.home .events-box h1{
		margin-top: 15px;
	}
	.home .intro-blurb{
		font-size: 80%;
	}
	.home .events-box{
		font-size: 1.2em;
	}
	.home .events-box h2{
		font-size: 1.2em;
	}
	html .woocommerce .quantity .qty{
		width: 2.631em;
		margin-right: 10px;
	}
	html table.tribe-events-tickets td{
		padding-right: 0;
	}
	#tribe-events .tribe_mini_calendar_widget{
		display: none;
	}
	.home .events-box{
		font-size: 0.7em;
	}
	.home .tribe-mini-calendar-event .list-info h2{
		/* font-size: inherit; */
	}
	.home .tab-content p a{
		display: none;
	}
	.membership-featured-box{
		margin-bottom: 30px;
	}
	#main .membership-featured-box article h6{
		font-size: 120%;
	}
	html body #boxer .boxer-content{
		background-color: #fff !important;
	}
	html body #boxer{
/* 		overflow-y: scroll !important; */
/* 		-webkit-overflow-scrolling: touch !important; */
		/* z-index: 100000 !important; */
		/* max-height: 400px; */
	}
	html #boxer, html #boxer * {
    	-moz-user-select: text !important;
    	-webkit-user-select: text !important;
    	-ms-user-select: text !important;
		user-select: text !important;
    }
    html{
	    height: 100%;
    }
    html .boxer-open{
/* 	    overflow-y: scroll; */
/* 		-webkit-overflow-scrolling: touch !important; */
    }
    #shop-wrapper .entry-summary{
		font-size: 0.8em;
	}
	#shop-wrapper .entry-summary ul li{
		font-size: 1.4em;
	}
	.woocommerce div.product div.summary{
		width: auto !important;
	}
}
@media screen and (min-width : 760px){
	.membership-aside .membership-more, .membership-aside .membership-gift{
		text-align: right;
	}
	.membership-featured-box{
		/* margin-bottom: 0; */
	}
	.entry-content .alignleft, .entry-content .alignright{
		max-width: 40%;
	}
	.tribe-mini-calendar-event .list-info h2{
		font-size: 20px;
	}

}
@media screen and (min-width: 992px){
	#content{
		padding-top: 10px;
	}
	.home #content{
		padding-top:0;
	}
	.single-poems #content{
		padding-top: 45px;
	}
	
	.shoplink{
		font-size: 0.9em;
	}
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product{
		width:23% !important;
		margin-right:2% !important;
	}
	
	.type-membership-types .woocommerce .upsells{
		margin-left:33% !important;
	}
	.woocommerce ul.products li.product .button{
		font-size: 66%;
	}
}
@media screen and (min-width: 1100px){
	.entry-content p{
		margin-bottom: 1.5em;
		font-size: 1.2em;
	}
	.entry-content li{
		font-size: 1.2em;
	}
	.entry-content h1{
		font-size: 2.2em;
	}
	.entry-content h2{
		font-size: 2em;
	}
	.entry-content h3{
		font-size: 1.8em;
	}
	.entry-content h4{
		font-size: 1.6em;
	}
	.entry-content h5{
		font-size: 1.4em;
	}
	.entry-content h6{
		font-size: 1.2em;
	}
	blockquote footer, blockquote small, blockquote .small{
		font-size: 100%;
	}
}
/* None shall pass (unless it's a new media query) 