/*
Theme Name: Voices of Transition
Theme URI: http://voicesoftransition.org
Author: Frances d'Ath
Author URI: http://thingswithbits.info
Description: Default theme for voicesoftransition.org built on the Hadean bones of WordPress' TwentyThirteen theme, using Advanced Custom Fields (yay!), WooCommerce, and WPML, along with a bunch of other stuff.
Version: 0.666a
*/


/*	Table of Contents:
----------------------------------------------------------------------------

		Reset
		Repeatable Patterns
		Basic Structure
		Header
			Site Header
			Navigation
		Content
			Entry Header
			Entry Meta
			Entry Content
			dates events
			credits dl
			dictionary terms
			2-click social buttons
			Post/Paging Navigation
			Archives
			Search Results/No posts
			404
			Comments
		Sidebar
			Widgets
		Footer
		Media Queries
		Print

 */


/*	reset
	http://git.io/normalize
---------------------------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

canvas,
video {
	display: inline-block;
}

[hidden] {
	display: none;
}

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

html,
button,
input,
select,
textarea {
	font-family: 'PT Sans';
	font-weight: 400;
	font-style: normal;
}

body {
	color: #331d23;
	line-height: 1.5;
	margin: 0;
	background-color: #feebcd;
	background-image: url('images/voices-of-transition-background-grain.png');
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@-moz-document url-prefix() {
	body {
		-moz-osx-font-smoothing: grayscale;
	}
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #ac0404;
}

a:focus,
:focus {
	outline: none;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'DIN Condensed';
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

h1 {
	font-size: 40px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #331d23;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f5f5f5;
	color: #331d23;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	margin: 24px 40px;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 400;
}

blockquote strong,
blockquote b {
	font-weight: 700;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
	padding: 0;
}

input[type='search'] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #331d23;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: 400;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #331d23;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	background: url('images/dotted-line.png') repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/*	repeatable patterns
---------------------------------------------------------------------------- */

.genericon:before,
.menu-toggle:after,
.date a:before,
.comments-link a:before,
.categories-links a:first-child:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 'Genericons';
	vertical-align: text-bottom;
}

/*	---------	clearing floats	*/

.clear:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: '';
	display: table;
}

/*	---------	assistive text	*/

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

.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: #331d23;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* above wp toolbar */
}

/*	---------	form fields, general styles first	*/

button,
input,
textarea {
	border: 2px solid #eb2b2b;
	border-top-style: outset;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #331d23;
}

input:focus,
textarea:focus {
	border: 2px solid #331d23;
	outline: 0;
}

/*	---------	buttons	*/
button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
	background: #eb2b2b;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412;
	border: none;
}

/*	---------	placeholder text color	*/

::-webkit-input-placeholder {
	color: #cc3300;
}

:-moz-placeholder {
	color: #cc3300;
}

::-moz-placeholder {
	color: #cc3300;
}

:-ms-input-placeholder {
	color: #cc3300;
}

/*	---------	responsive images	*/

.entry-content img,
.wp-caption {
	max-width: 100%;
}

.entry-content img,
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

/*	---------	images	*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption {
	color: #331d23;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}

/*	---------	gallery	standard */

.gallery .gallery-item {
	float: left;
	max-width: 200px;
}

/*	---------	gallery	page */

.post-4289 .entry-content {
	max-width: 680px;
}

.post-4289 .gallery .gallery-item {
	max-width: 300px;
	margin-bottom: 20px;
}


/*	basic structure
---------------------------------------------------------------------------- */

.site {
	margin: 0 auto;
	width: 100%;
	background: url('images/voices-of-transition-background.png') no-repeat top 216px right 0;
}

body.home .site {
	background-image: none;
}

.site-main {
	position: relative;
}

/*	---------	footer	*/

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/*	index
---------------------------------------------------------------------------- */


/*	---------	background image */

.home {
	background-position: 0 100%;
	background-color: #2e1c0e;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home .site-footer,
.home .site-footer .sidebar-container {
	background-color: #e7d6bc;
}

.home .site-content {
	background-color: #2e1c0e;
}


/*	---------	header award laurels */

.home .award-laurels {
	text-align: center;
	max-width: 702px;
	padding-top: 7.25rem;
	margin: 0 auto 1.625rem;
}

.home .award-laurels div {
	background: transparent;
	display: inline-block;
	padding: 3px 0;
	width: 24% !important;
	height: auto;
}

.home .award-laurels img {
	max-width: 100%;
	height: auto;
}

.home .home-link {
	margin: 3.5rem auto;
}


/*	---------	header logline */

.home blockquote.logline {
	color: #fff;
	max-width: 702px;
	font-family: 'DIN Condensed';
	font-weight: 400;
	font-style: normal;
	line-height: 1.4em;
	display: block;
	font-size: 1.5em;
	margin: 5rem auto 3rem;
}

.home blockquote.logline .first-words {
	color: #eb2b2b;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.home blockquote.logline:after {
	clear: both;
	content: '';
	display: table;
}


/*	---------	entry header & content */

.home .entry-header {
	margin: 0;
}

.home .entry-content {
	margin-top: 0;
	margin-top: 0px;
	max-width: 900px;
}

.home .entry-title {
    display: none !important;
    visibility: hidden;
}


/*	---------	banner buttons */

.home .banner-button {
	background: #eb2b2b;
	padding: 9px 18px;
	font-size: 21px;
	font-family: 'DIN Condensed';
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	clear: both;
	margin: 2rem 0;
	width: 200px;
	text-align: center;
 	/* ( 100% / ( #items - 1 ) ) - ( item width ) - ( item width / ( #items - 1 ) ) */
	margin-right: calc( 33.33% - 200px - 200px / 3 );
}

.home .banner-button:hover {
	color: #fff;
	background: #ed6a31;
}

.home .banner-button:nth-of-type( 4 ) {
	margin-right: 0;
}

.home .banner-button:nth-of-type( 3 ),
.home .banner-button:nth-of-type( 4 ) {
	background: #63404b;
}

.home .banner-button:hover:nth-of-type( 3 ),
.home .banner-button:hover:nth-of-type( 4 ) {
	background: #4A3038;
}


/*	---------	responsive video trailer */

.home .video-trailer:before {
	clear: both;
	content: '';
	display: table;
}

.home .video-trailer {
	max-width: 900px;
	margin: 0 auto;
}

.home .video-wrapper {
	float: none;
	margin: 27px 0;
	clear: initial;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.home .video-wrapper iframe,
.home .video-wrapper div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*	---------	attribute quote */

.home h3.attribute {
	margin: 60px 96px;
	text-transform: none;
	font-size: 27px;
	font-weight: 400;
}

.home h3.attribute span {
	background: transparent;
	color: #fff;
}

.home h3.attribute .first-words {
	padding-left: 0;
	text-transform: uppercase;
	font-weight: 500;
}


/*	---------	vip quotes */

.home figure.vip-quote {
	margin: 0;
	display: block;
	min-height: 200px;
	max-width: 720px;
	margin: 0 auto;
	
}

.home figure.vip-quote .alignleft {
	margin-right: 1rem;
	border: 5px solid #fff;
	width: 160px !important;
	height: 160px !important;
}

.home figure.vip-quote .alignright {
	margin-left: 1rem;
	border: 5px solid #fff;
	width: 160px !important;
	height: 160px !important;
}

.home figure.vip-quote blockquote {
	margin: 0;
	/*text-align: center;*/
	font-size: 16px;
	display: inline;
}


.home figure.vip-quote blockquote p {
	margin-bottom: 18px; /* needed to push figcaption down */
}

.home figure.vip-quote blockquote p span {
	background: #1e85be;
	color: #fff;
}

.home figure.vip-quote figcaption {
	margin-top: 1rem;
	display: inline; /* -block is normal but line doesn't break */
}

.home figure.vip-quote figcaption cite.citation {
	font-size: 16px;	
	background: #fff;
	color: #331d23;
	padding: 4px 3px 6px 3px;
	top: -3px;
	position: relative;
}

.home figure.vip-quote figcaption cite.citation:before {
	content: '—';
	padding: 1px 5px 2px 9px;
	background: #fff;
}

.home figure.vip-quote figcaption cite.citation span.author {
	background: #fff;
	padding: 1px 0 2px 3px;
	font-family: 'DIN Condensed';
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px;
}

.home figure.vip-quote figcaption cite.citation span.author:after {
	content: ',';
}

.home figure.vip-quote figcaption cite.citation span.publication {
	background: #fff;
	padding: 1px 3px 2px 0;
}


/*	---------	project text */

.home .project-content {
	max-width: 774px;
	margin: 0 auto;
	background: transparent;
	color: #fff;
}

.home .project-content span {
	background: transparent;
}

.home .project-content p {
	font-size: 18px;
}

.home .project-content p .first-words {
	text-transform: uppercase;
	color: #eb2b2b;
	font-family: 'DIN Condensed';
	font-weight: 500;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 0;
}

.home .project-content img {
	max-width: 300px !important;
	height: auto !important;
}


/*	---------	site footer */

.home .site-footer,
.home .site-footer .sidebar-container {
	background-color: #e7d6bc;
}

.home .site-footer .widget-title,
.home .site-footer .widget-title a,
.home .site-footer .wp-caption-text,
.home .site-footer .widget * {
	color: #331d23;
}

.home .site-footer .widget a,
.home .site-footer .widget_nav_menu li a:before {
	color: #d23a27;
}

.home .site-footer .widget a:hover {
	border-bottom: 1px solid #d23a27;
	text-decoration: none;
}

.home .site-footer .widget_nav_menu a:hover {
	border-bottom: none;
}

.site-footer .widget_nav_menu .menu {
	margin-top: 36px;
}

.home .site-footer .widget input[type='submit'] {
	color: #fff;
}


/*	site header
---------------------------------------------------------------------------- */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #331d23;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 107px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
	z-index: 1;
	position: relative;
}

.site-header .site-title:hover {
	text-decoration: none;
}

.site-title {
	font-family: 'Headline One';
	font-weight: 400;
	font-size: 72px;
	line-height: 1;
	color: #fff;
	margin: 0 auto;
	max-width: 1080px;
	width: 506px;
	padding: 18px 0 6px;
}

.site-title span {
	background: #331d23;
	padding: 9px 9px 5px 9px;
}

@-moz-document url-prefix() {

	.site-title {
		padding: 58px 0 1px;
	}

	.site-title span {
		padding: 15px 9px 0;
	}
}

.site-title span.space,
.site-description span.space {
	display: none;
}

.site-title span:last-child {
	color: #eb2b2b;
}

.site-description {
	font-family: 'Avant Garde Condensed Book';
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.125rem;
	font-weight: 400;
	color: #fff;
	text-indent: 296px;
	margin: 0 auto;
	max-width: 1080px;
	width: 506px;
	line-height: 1.2;
}

.site-description span {
	background: #eb2b2b;
	padding: 0 3px;	
}

.site-description span:nth-of-type(5),
.site-description span:last-child {
	font-family: 'Avant Garde Condensed Demibold';
	font-weight: 700;
}


/*	---------	woocommerce shop-wide notice	*/

p.demo_store {
	background: #1e85be;
	color: #fff;
	position: fixed;
	top: 33px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 99998;
	margin: 0;
	padding: 2px 1rem 0 1rem;
	font-size: 0.875em;
	text-align: center;
	border: none;
	box-shadow: none;
}


/*	navigation
---------------------------------------------------------------------------- */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 33px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	padding: 0;
	background: #eb2b2b;
	margin-right: -4px;
}

.nav-menu li a {
	/*padding: 10px 18px 5px 18px;*/
	padding: 10px 36px 5px 36px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'DIN Condensed';
	font-size: 1.125rem;
	letter-spacing: 1px;
	display: block;
	line-height: 1;
	text-decoration: none;
}

@-moz-document url-prefix() {

	.nav-menu li a {
		font-weight: 500;
	}

}

.nav-menu li:hover {
	cursor: pointer;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #470d1c;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background: transparent;
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #470d1c;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
}

.nav-menu .current_page_item a:before,
.nav-menu .current-menu-item a:before,
.nav-menu .current_page-parent > a:before,
.nav-menu .current-menu-parent > a:before,
.nav-menu .current_page_ancestor > a:before,
.nav-menu .current-menu-ancestor > a:before {
	content: '\f468';
	font-family: 'Genericons';
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	line-height: 0;
	top: 4px;
	position: relative;
	padding-right: 9px;
}

/*	---------	home menu item */

.nav-menu .home {
	margin-right: -5px;
}

.nav-menu .home:hover > a {
	background: transparent;
}

.nav-menu .home a {
    font-size: 1px;
    letter-spacing: -1px;
    color: transparent;
    padding: 0;
}

.nav-menu .home a:before,
.nav-menu .home a:before {
	content: '\f409';
	font-family: 'Genericons';
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	line-height: 0;
	padding-right: 0;
	padding: 4px 6px 0 5px;
	top: -5px;
	position: relative;
}

.nav-menu .home a:hover:before {
	background: #470d1c;
}


/*	---------	basket */

.nav-menu .basket.empty {
    display: none !important;
    visibility: hidden;
}

.nav-menu .basket {
	right: 4px;
	position: fixed;
	top: 22px;
	line-height: 0;
}

.nav-menu .basket a {
    font-size: 1px;
    letter-spacing: -1px;
    color: transparent;
    padding: 0 !important;
}

.nav-menu .basket a:before,
.nav-menu .basket a:before {
	content: '\f447';
	font-family: 'Genericons';
	color: #fff;
	font-size: 1.625rem;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	line-height: 0;
	padding-right: 0;
	padding: 4px 6px 3px 5px;
	top: -5px;
	position: relative;
}

.nav-menu .basket a:hover:before {
	background: #470d1c;
}


/*	---------	sub-menu items */

.nav-menu .sub-menu li a {
	padding: 10px 18px 5px 18px;
}

.nav-menu .current_page_item .sub-menu a:before {
	content: '';
	top: 0;
	padding: 0;
}

.menu-item-has-children:after {
	content: '\f434';
	top: -16px;
	line-height: 0;
	float: right;
	color: #fff;
}

/*	---------	menu toggle */

.menu-toggle {
	display: none;
	padding: 0 !important;
	margin: 0 !important;
}
	
.menu-toggle:after,
.menu-item-has-children:after {
	font-family: 'Genericons';
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	position: relative;
	vertical-align: top;
}
	
.menu-toggle:after {
	content: '\f419';
	font-size: 1.5rem;
	color: #fff;
	margin-left: 9px;
	margin-top: 2px;
}

/*	---------	navbar	*/

.navbar {
	background-color: #eb2b2b;
	margin: 0;
/*	max-width: 1600px;*/
	width: 100%;
	position: fixed;
	z-index: 9999;
	-webkit-backface-visibility: hidden; /* for oooold android browsers */
}

/*	---------	languages menu	*/

.languages,
.shop-help {
	font-family: 'DIN Condensed';
	font-weight: 500;
	text-transform: uppercase;
	background: #1e85be;
	float: right;
	margin-top: 2.625rem;
	position: relative;
	z-index: 2;
}

.shop-help {
	float: left;
	background: transparent;
}

.languages:before,
.languages:after,
.shop-help:before,
.shop-help:after {
	content: '';
	clear: both;
	display: table;
}

.languages ul,
.shop-help ul {
	padding: 0;
	margin: 0;
}

.languages ul li,
.shop-help ul li {
	display: inline;
	list-style: none;
	background: #1e85be;
	padding: 6px 9px 4px 9px;
}

.shop-help ul li {
	background: #eb2b2b;
}

.languages ul li,
.languages ul li a,
.shop-help ul li a {
	color: #fff;
	text-decoration: none;
}

.languages ul li.active:before {
	content: '\f408';
	font-family: 'Genericons';
	font-size: 1.125rem;
	line-height: 0;
}


.shop-help a:before {
	content: '\f457';
	font-family: 'Genericons';
	font-size: 1.375rem;
	line-height: 0;
	padding-right: 5px;
	vertical-align: middle;
	top: -2px;
	position: relative;
}


/*	content
---------------------------------------------------------------------------- */

.hentry {
	padding: 18px 0 36px 0;
}

.entry-header,
.entry-content,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/*	entry eeader
---------------------------------------------------------------------------- */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title,
.comment-reply-title {
	font-weight: 400;
	margin: 0 0 5px;
	color: #fff;
}

.entry-title span,
.comment-reply-title span {
	background: #331d23;
	padding: 2px 5px 0 5px;
}

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

.entry-title a:hover {
	color: #fff;
	text-decoration: none;
}


/*	entry meta
---------------------------------------------------------------------------- */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: '\f308';
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: '\f303';
}

.comments-link a:before {
	content: '\f300';
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: '\f304';
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: '\f301';
}

.tags-links a:first-child:before {
	content: '\f302';
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: '\f411';
	position: relative;
	top: -1px;
}

/*	entry content
---------------------------------------------------------------------------- */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content span,
.entry-summary p span,
.comments-area span {
	background-color: #feebcd;
	background-image: url('images/voices-of-transition-background-grain.png');
	padding: 3px;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/*	---------	page links	*/

.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/*	---------	mediaelements video	*/

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

/*	---------	dates events	*/

.entry-content article.vevent {
	margin: 18px 0;
}

.entry-content .vevent .summary {
	display: none;
}

.entry-content .vevent span {
	padding: 0;
}

#dates-table #dates_wrapper {
	background-color: #feebcd;
	background-image: url('images/voices-of-transition-background-grain.png');
}

#dates-table .vevent .summary {
	display: table-cell;
}

/*.entry-content .vevent .dtstart:before,*/
.entry-content .vevent festival:before,
.entry-content .vevent .location:before,
.entry-content .vevent .street-address:before,
.entry-content .vevent .locality:before,
.entry-content .vevent .region:before,
.entry-content .vevent .country-name:before,
.entry-content .vevent .description:before {
	content: '// ';
}

.entry-content .vevent .dtstart .value-title:after {
	content: ', ';
}

.entry-content .vevent .location .name {
	font-style: italic;
}

.entry-content .vevent .dtstart,
.entry-content .vevent .dtend {
	font-weight: 700;
}

.entry-content .vevent .adr {
	text-transform: uppercase;
}

#dates td:before,
#dates span:before,
#dates .value-title:after {
	content: '';
}

#dates .hm:before {
	content: '@ ';
}

.entry-content .vevent .description p {
	margin: 0;
	display: inline;
}


/*	---------	dates datatables	*/

.page-id-1434 .entry-content,
.page-id-1526 .entry-content {
	max-width: 100%;
}

.page-id-1434 .entry-content h2,
.page-id-1526 .entry-content h2,
.page-id-1434 .entry-content ul,
.page-id-1526 .entry-content ul {
	margin: 25px auto;
	max-width: 604px;
	width: 100%;
}

.page-id-1434 .entry-content ul,
.page-id-1526 .entry-content ul {
	margin: 16px auto;
}

#dates-table {
	padding: 0 48px;
}

#dates-table span {
	background: transparent;
	padding: 0;
	text-transform: none;
}

#dates-table .header,
#dates-table .footer {
	width: auto;
	max-width: 90%;
	margin: 0;
	margin-bottom: 18px;
	text-align: left;
}

/*	---------	table sorting */

#dates-table {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-o-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#dates-table thead th {
	border-top: 1px solid #feebcd;
	cursor: pointer;
}

#dates-table .sorting_asc {
	border-top: 1px solid #331d23;
}

#dates-table .sorting_desc {
	border-bottom: 1px solid #331d23;
}

#dates-table .dataTables_filter,
#dates-table .dataTables_length,
#dates-table .ColViz {
	display: inline-block;
}

.dataTables_filter,
.dataTables_length,
.header .ColVis button.ColVis_Button {
	float: none;
}

#dates-table .dataTables_filter input {
	margin-left: 18px;
}

#dates-table .controls {
	float: right;
}

#dates-table .dataTables_length {
	float: left;
	padding-top: 5px;
	padding-right: 24px;
}

#dates-table .reset-table {
	float: right;
	margin-left: 18px;
	padding: 5px;
	margin-top: 2px;
	min-width: 117px;
}

#dates-table .ColVis {
	margin-bottom: 0;
	padding-top: 1px;
	float: left;
}

#dates-table .ColVis_Button {
	background: #eb2b2b;
	margin-right: 0;
	border: none;
	color: #fff !important;
	font-size: 1em;
	box-shadow: none;
}

#dates-table .ColVis button {
	text-align: center !important;
	min-width: 170px;
	margin-top: 1px !important;
}

#dates-table .ColVis button:hover {
	background: #ed6a31;
}

#dates-table .ColVis button:active {
	background: #d94412;
}

.ColVis_collection .ColVis_Button {
	color: #331d23;
}

#dates-table .ColVis_Button span {
	background: transparent;
}

ul.ColVis_collection {
	margin-top: 3px;
	background-color: #fffefe !important;
}

ul.ColVis_collection li {
	box-shadow: none !important;
	background-color: #fffefe !important;	
}

li.ColVis_Special {
	box-shadow: none !important;
	background-color: #eb2b2b !important;
}

.ColVis_collection,
.ColVis_collection button {
	min-width: 171px !important;
}

.ColVis_collection button {
	min-width: 163px !important;
}

.ColVis_title {
	font-size: 14px;
}

/*	dates table */

.dataTables_info,
.dataTables_paginate {
	display: inline;
}

.dataTables_paginate {
	float: right;
}

.dataTables_paginate a:first-child {
	margin-right: 24px;
}

.dataTables_paginate a {
	cursor: pointer;
}

table#dates {
	border-bottom: 1px solid #eb2b2b;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 0 20px;
	width: 98% !important;
}

#dates th,
#dates td,
#dates td time {
	font-weight: 400;
	text-align: left;
}

#dates th {
	font-weight: 700;
	text-transform: uppercase;
}

#dates td {
	border-top: 1px solid #eb2b2b;
	padding: 6px 10px 6px 0;
}

/*	---------	column widths */

#dates .date {
	width: 9%;
}

#dates .location {
	width: 9%;
}

#dates .festival {
	width: 9%;	
}

#dates .adr,
#dates .address,
#dates .city,
#dates .region,
#dates .country {
	width: 9%;
}

#dates .notes,
#dates .description {
	width: 38%;
}

#dates .description p {
	margin-bottom: 0;
}

#dates .filter-matches {
	color: green;
}

@media (max-width: 643px) {
	
	#dates-table {
		padding: 0;
	}
	
	#dates-table .header,
	#dates-table .footer {
		max-width: 100%;
		padding: 0;
	}
	
	#dates {
		width: 100% !important;
		padding: 0;
	}
	
	#dates-table .header {
		width: 330px;
		margin: 18px auto;
		text-align: center;
		padding-top: 9px;
	}
	
	#dates-table .controls,
	#dates-table .dataTables_length,
	#dates-table .ColVis,
	#dates-table .reset-table {
		float: none;
	}
	
	#dates-table .dataTables_length	{
		padding: 9px 0;
	}
	
	#dates-table .reset-table {
		margin-left: 0;
		margin-top: 9px;
	}

}


/*	---------	credits dl	*/

dl.credits:before {
	content: '';
	clear: both;
}

dl.credits dt {
	font-weight: 700;
	text-transform: uppercase;
	width: 40%;
}

dl.credits dd {
	margin: 0 0 1rem 40%;
}

dl.credits dt + dd {
	margin-top: -1.5rem !important;
}

.social_share_privacy span {
	padding: 0;
	background-color: transparent;
	background-image: none;	
}

.social_share_privacy div.help_info .info,
.social_share_privacy li .help_info.icon .info {
	font-size: 0.825rem;
	line-height: 1.5;
	border: 1px solid #eb2b2b;
	background-color: #feebcd;
	background-image: url('images/voices-of-transition-background-grain.png');
}

.social_share_privacy li.settings_info {
	width: auto;
	top: 10px;
}


/*	post / paging nav
---------------------------------------------------------------------------- */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 400;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
/*	background-color: #fff;*/
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation .nav-links a {
	background-color: #feebcd;
	background-image: url('images/voices-of-transition-background-grain.png');
	padding: 3px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/*	archives
---------------------------------------------------------------------------- */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font-style: italic;
	font-size: 30px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/*	search results / no posts
---------------------------------------------------------------------------- */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	color: #fff;
	margin: 0 auto;
	max-width: 666px;
	padding: 30px 0;
	width: 100%;
}

.page-title span {
	background: #331d23 !important;
	padding: 2px 5px 0 5px;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/*	404
---------------------------------------------------------------------------- */

.error404 .page-header {
	background-color: transparent;
}

.error404 .page-title {
	font-style: normal;
	font-size: 3rem;
	margin: 0 auto;
	padding: 180px 0;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/*	comments
---------------------------------------------------------------------------- */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font-size: 28px;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url('images/dotted-line.png') repeat left top;
	background-size: 4px 4px;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 80px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: '\f408';
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: '\f414';
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: '\f412';
	margin-right: 3px;
}

/*	---------	comment form	*/

.comment-respond {
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font-size: 40px;
}

.comment-reply-title span {
	padding: 2px 5px 0 5px !important;
	background: #331d23
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: '\f406';
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for='author'],
.comment-form [for='email'],
.comment-form [for='url'],
.comment-form [for='comment'] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-weight: 400;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}

/*	widgets
---------------------------------------------------------------------------- */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font-size: 20px;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/*	---------	search widget	*/

.search-form .search-submit {
	display: none;
}


/*	footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #27200d;
	color: #686758;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 18px;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #27200d;
	padding: 0;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	height: 100px;
}

.site-footer .widget-area {
	margin: 0;
	width: 33%;
	float: left;
}

.site-footer .widget-area.full {
	width: 100%;
}

.site-footer .widget-area.full .widget .widget-title {
	text-align: center;
	margin-bottom: 0;
}

.site-footer .widget-area.full .menu {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}

.site-footer .widget-area.full div {
	 text-align:center;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
}

.site-footer .widget:last-child {
	right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
	word-spacing: 2px;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.site-footer #nav_menu-2 {
	min-width: 160px;
	margin-right: 0;
	padding-bottom: 0;
}

/*	---------	social icons */

.site-footer .widget_nav_menu {
	z-index: 2;
	position: relative;
}

.site-footer .widget_nav_menu .menu {
	margin-top: 18px;
}

.site-footer .widget_nav_menu .menu:after {
	clear: both;
	content: '';
	display: table;
}

.site-footer .widget_nav_menu li {
	float: left;
}

.site-footer .widget_nav_menu li a {
	padding: 21px 7px 3px 12px;

	margin: 0 3px;
}

.site-footer .widget_nav_menu li a:before {
	font-family: 'Genericons';
	font-size: 2em;
	color: #fff;
	margin-right: 5px;
	line-height: 0;
}

.site-footer .widget_nav_menu li a:hover {
	text-decoration: none;
}

.site-footer .widget_nav_menu .facebook a:before {
	content: '\f203';
}

.site-footer .widget_nav_menu .vimeo a:before {
	content: '\f212';
}

.site-footer .widget_nav_menu .youtube a:before {
	content: '\f213';
}

.site-footer .widget_nav_menu .twitter a:before {
	content: '\f202';
}

.site-footer .widget_nav_menu .rss a:before {
	content: '\f413';
}

/*	---------	sendy widget	*/

.site-footer .textwidget form #name,
.site-footer .textwidget form #email,
.site-footer .textwidget form #city,
.site-footer .textwidget form #country {
	width: 100%;
	margin-bottom: 24px;
}

/*	---------	facebook widget	*/

.site-footer .widget_facebookwidget {
	margin-right: 0;
}

.site-footer .fb-like-box {
	background: #fff !important;
	width: 100% !important;
}

.site-footer .fb-like-box span,
.fb_iframe_widget iframe {
	width: 100% !important;
}

.widget_facebookwidget .sfp-container {
	background: #edeff4;
}

/*	---------	twitter widget */

iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
	width: 100% !important;
}


/*	media queries
---------------------------------------------------------------------------- */


/*	---------	max-width: 1069px	*/

@media (max-width: 1069px) {

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
	
	html[lang='de-DE'] .nav-menu a {
		padding: 10px 18px 5px 18px;
	}

}

/*	---------	max-width: 999px	*/

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .post-navigation .nav-links {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

}


/*	---------	min-width: 930px and max-width 1070px */

@media ( min-width: 930px ) and ( max-width: 1070px ) {

	.site-footer .widget_nav_menu li a {
		padding-left: 0;
		padding-right: 6px;
		text-align: center;
	}

}


/*	---------	max-width: 930px	*/

@media (max-width: 930px) {

	.nav-menu li a {
		padding: 10px 18px 5px 18px;
	}

	.site-footer .widget-area {
		width: 50%;
	}

}


/*	---------	max-width: 840px	*/

@media (max-width: 840px) {

	html[lang='de-DE'] .nav-menu a {
		padding: 10px 9px 5px 9px;
	}

}

/*	---------	max-width: 767px	*/

@media (max-width: 767px) {

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

}


/*	---------	min-width: 751px and max-width 900px */

@media (min-width: 751px) and (max-width: 900px) {

	/*	---------	index page */

	.entry-content {
		padding-left: 9px;
		padding-right: 9px;
	}
	
	.home .banner-button {
		width: 180px;
		padding: 9px 9px;
	    margin-right: calc( 33.33% - 180px - 180px / 3 );
	}
	
}


/*	---------	max-width: 750px	*/

@media (max-width: 750px) {

	/*	---------	index page */
	
	.home .award-laurels {
		padding-top: 5rem;
	}

	.home blockquote.logline {
	    margin-top: 2.5rem;
	}
	
	.entry-content {
		padding-left: 9px;
		padding-right: 9px;
	}

	.home .banner-button,
	.home .banner-button:nth-of-type( 4 ) {
		margin: 1em auto;
		width: 220px;
		display: block;
		float: none;
	}
	
	.home .video-trailer .video-wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.home figure.vip-quote {
		min-height: 180px;
	    margin-bottom: 18px;
	}

}


/*	---------	max-width: 710px	*/

@media (max-width: 710px) {

	.site {
		background-image: none;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/*	--------- small menu	*/
	
	.navbar {
		position: relative;
	}
	
	.nav-menu .home a {
		color: #fff;
		font-size: 1.125rem;
		letter-spacing: 0;
		padding: 10px 18px 5px 18px;
	}
	
	.nav-menu .home a:before {
		content: '';
		padding: 0;
	}
	
	.navbar .basket {
		position: absolute;
	}

	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font-style: normal;
		font-size: 16px;
		font-weight: 700;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: '\f419';
		font-size: 1.5rem;
		color: #fff;
		margin-left: 9px;
		margin-top: 0;
	}
	
	@-moz-document url-prefix() {
		.menu-toggle:after {
			margin-top: 3px;
		}
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		margin-right: 0;
	}
	
	.toggled-on .nav-menu .home {
		margin-right: 0;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #fff;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	.languages,
	.shop-help {
		margin-top: 0.55rem;
	}


	.entry-title {
		font-size: 22px;
		font-weight: 700;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}
	
	/*	gallery page */

	.post-4289 .gallery .gallery-item {
		max-width: 300px;
		margin: 0 auto 20px;
		float: none;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: calc(100% - 104px);
	}

	.comment-form input[type='text'],
	.comment-form input[type='email'],
	.comment-form input[type='url'] {
		width: calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	.site-footer .widget-area {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	
	/*	---------	index page */

	.home .home-link {
	    margin: 2.5rem auto;
	}

	.home .logline {
		padding: 0 16px;
	}
	
	.home h3.attribute {
		margin-left: 0;
		margin-right: 0;
		padding: 0 16px;
	}
	
	.home .site-footer .widget {
		padding: 0;
	}
	
	.home .site-footer .widget-title {
	    margin-top: 18px;
	}

	.home .site-footer .widget .menu {
	    margin-top: 18px;
	}

	.home .site-footer .widget .menu li {
	    padding: 0;
	}
	
	.home .site-footer .widget .menu li a {
	    padding: 9px 3px 3px 3px;
	}

}


/*	---------	max-width: 690px	*/

@media (max-width: 690px) {

	html[lang='de-DE'] .nav-menu a {
		padding: 10px 7px 5px 7px;
	}

}


/*	---------	max-width: 540px	*/

@media (max-width: 540px) {

	.site-title {
		font-size: 60px;
		width: auto;
	}
	
	.site-description {
		width: auto;
		font-size: 1rem;
		text-indent: 0;
		margin-top: -1px;
	}

}


/*	---------	max-width: 450px	*/

@media (max-width: 450px) {

	.site-title {
		font-size: 48px;
		width: auto;
	}

}

/*	---------	max-width: 359px	*/

@media (max-width: 380px) {

	.home-link {
		padding: 0 6px;
	}

	.site-title {
		font-size: 40px;
		width: auto;
	}

	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

}

@media screen and ( max-device-width: 960px ) and ( max-device-height: 1704px ) and (-webkit-device-pixel-ratio: 3 ) {

		.site {
			background-image: none;
		}

}


/*	---------	retina-specific styles	*/

@media
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

		.comment-list > li:after,
		.comment-list .children > li:before {
			background-image: url('images/dotted-line-2x.png');
		}

}


