/*
# ------------------------------------
# coded by freak
# http://www.craftwerk-design.com
# ------------------------------------

Theme Name: castlegarculture
Author: freak
Description: Custom theme for Castlegar Culture at the Confluence.
Version: 1.0
Text Domain: castlegarculture

Table of Contents:
1.0	Reset
2.0	Repeatable Patterns
3.0	Basic Structure
4.0	Header
4.1	Site Header
4.2	Navigation
5.0	Content
5.1	Entry Header
5.2	Entry Meta
5.3	Entry Content
5.4	Galleries
5.5	Attachments
5.7	Post/Paging Navigation
5.9	Archives
5.10	Search Results/No posts
5.11	404
6.0	Sidebar
6.1	Widgets
7.0	Footer
8.0	Media Queries
9.0	Print

Colors:
dark blue:	#004358
light blue:	#1e8bc3
lighter blue:	#d9edf7
dark green:	#35bc7a
yellow:		#ff9f00
orange:		#f86924
red:		#f05a49
creme:		#fce9c9
*/


/* 1.0 Reset */

* {
	-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;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[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: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

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

a:visited {
	color: #004358;
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	font-weight: 400;
	line-height: 1.3;
	color: #004358;
}

h1 {
	font-size: 48px;
	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;
}

b,
strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

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: #666;
	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: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

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

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

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

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: bold;
}

dd {
	margin: 0 0 20px;
}

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

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;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

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 #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

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

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

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

del {
	color: #333;
}

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

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


/* 2.0 Repeatable Patterns */

.home h2:before,
.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a: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,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header: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,
.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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-weight: bold;
	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 {
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	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; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/* Responsive images. Fluid images for posts and widgets. */
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary 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%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* 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,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

.hidden {
	display: none;
}

.centered {
	width: 100%;
	display: block;
	text-align: center;
}

.bordershadow {
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

/* Global button */
.button {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	border: 1px solid #d0d0d0;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	padding: 4px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

/* Icon button */
.icon-button {
	float: right;
	padding: 5px 11px;
}

.icon-button a {
	font-size: 20px;
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
	color: #ffffff;
	border: 0px solid #ffffff;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.icon-button a:hover {
	box-shadow: inset 0 0 0 25px rgba(255, 255, 255, 1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* 3.0 Basic Structure */

.site {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
	position: relative;
}

.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;
}


/* 4.0 Header */

/* 4.1 Site Header */
.site-header {
	position: relative;
	background: url(images/headbg_01.jpg) no-repeat scroll top;
	background-size: 1600px auto;
}

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

.site-header .home-link img {
	height: auto;
	max-width: 100%;
	margin: 50px 0 0 0;
}


/* 4.2 Navigation */
.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

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

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

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

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #004358;
	color: #ffffff;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #004358;
	border: 2px solid #eeeeee;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

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

.nav-menu .sub-menu li a,
.nav-menu .children li a {
	padding: 8px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #ff9f00;
	color: #004358;
	-webkit-transition: background 300ms ease;
	transition: background 300ms ease;
}

.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: #ff9f00;
	font-style: italic;
	font-weight: bold;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #1e8bc3;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #eeeeee;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon-white.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #ffffff;
	background-image: url(images/search-icon.png);
	border: 2px solid #eeeeee;
	cursor: text;
	outline: 0;
	width: 230px;
}


/* 5.0 Content */

.hentry {
	padding: 40px 0 0 0;
}

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

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 306px 0 10px;
}


/* 5.1 Entry Header */
.sidebar .entry-header .entry-meta {
	padding: 0;
}

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

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

.entry-title {
	font-weight: 400;
	margin: 0 0 5px;
}

/* 5.2 Entry Meta */
.entry-meta {
	clear: both;
	font-size: 14px;
}

.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";
}

.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;
}

.sticky.format-standard .entry-meta .date {
	display: none;
}


/* 5.3 Entry Content */

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

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

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

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

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: normal;
	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;
}

/* 5.4 Galleries */
.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* 5.7 Paging Navigation */
.paging-navigation {
	background-color: #fce9c9;
}

.paging-navigation .nav-links {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1040px;
	padding: 0 296px 0 0;
	margin: 0 auto;
}

.paging-navigation .nav-previous {
	float: left;
	padding: 25px 10px;
}

.paging-navigation .nav-next {
	float: right;
	padding: 25px 10px;
}

.paging-navigation .nav-nr {
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 25px 10px;
}

.paging-navigation div a,
.paging-navigation div a:hover,
.paging-navigation div.disabled {
	font-size: 16px;
	color: #ffffff;
	background-color: #1e8bc3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	padding: 10px 12px;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
}

.paging-navigation div a:hover {
	background-color: #004358;
}

.paging-navigation span {
	display: inline;
	margin: 0 2px;
}

.paging-navigation span.active a {
	background-color: #f86924;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	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 a[rel="next"] {
	float: right;
	text-align: right;
}

/* 5.9 Archives */
.archive-header {
	background-color: #fce9c9;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

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

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

/* 5.10 Search Results/No posts */
.page-header {
	background-color: #fce9c9;
}

.page-title {
	font: 400 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 25px 20px;
	width: 100%;
}

.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;
}

.search .hentry {
	padding: 0;
}

.searchresults .entry-header {
	margin-bottom: 0;
}

.searchresults .entry-header h3 {
	margin: 10px 0 0 0;
	padding: 20px 0 5px 0;
}

.searchresults .entry-summary {
	padding-top: 0;
}

/* 5.11 404 */
.error404 .page-header {
	background-color: #ffffff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #fce9c9;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

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

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

/* 6.0 Sidebar */

.site-main .widget-area {
	float: right;
	width: 270px;
}

/* 6.1 Widgets */
.widget {
	background-color: #ff9f00;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	color: #333333;
	position: relative;
	margin: 0 0 20px 0;
	padding: 15px;
}

.widget .icon {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #ffffff;
	font-size: 48px;
}

.widget .icon.fa-calendar,
.widget .icon.fa-list-ul {
	font-size: 42px;
}

.widget .icon.fa-info-circle {
	font-size: 52px;
}

.widget .icon.fa-star-o,
.widget .icon.fa-map-marker {
	font-size: 56px;
}

.widget .widget-title {
	font: 400 italic 28px "Source Sans Pro", Helvetica, sans-serif;
	color: #ffffff;
	text-align: right;
	border-bottom: 3px dotted #ffffff;
	padding: 0 5px 10px 0;
	margin: 70px 0 20px 0;
}

.widget h4 {
	font-size: 14px;
}

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

.widget li {
	padding: 1px 0;
}

.widget li.current-menu-item a,
.widget li.current-menu-item a:visited {
	color: #1e8bc3;
}

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

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

.widget .ellipsis {
	width: 240px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

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

/* Custom widgets */
.tribe-events-single .widget-title,
.tribe-events-organizer .widget-title,
.tribe-events-venue .widget-title,
.tribe-events-adv-list-widget .widget-title,
.widget_dpe_fp_widget .widget-title,
.widget_nav_menu .widget-title {
	margin-top: 50px;
}

.widget_dpe_fp_widget .widget-title {
	font-size: 22px;
}

.widget_dpe_fp_widget h4 {
	margin: 5px;
}

.tribe-events-adv-list-widget ol li {
	border-bottom: 3px dotted #fdbd53;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
}

.tribe-events-adv-list-widget .tribe-venue,
.tribe-events-adv-list-widget .country-name {
	display: block;
}

.tribe-events-adv-list-widget .tribe-events-event-cost,
.tribe-events-adv-list-widget .duration {
	display: inline;
}

.widget .tribe-events-widget-link {
	text-align: right;
}


/* 7.0 Footer */

.site-footer {
	background-color: #dddddd;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

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

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

.site-footer .sidebar-container {
	background-color: #1e8bc3;
}

.site-footer .widget-area {
	position: relative;
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.site-footer .widget {
	box-shadow: none;
	background: transparent;
	color: #ffffff;
	float: left;
	width: 234px;
	margin:10px 0 10px 10px;
}

.site-footer .widget > div:first-of-type {
	display: inline-block;
	margin: 0 auto;
}

.site-footer .widget .a2a_kit {
	min-width: 170px;
	display: block;
	white-space: nowrap;
	margin-top: 17px;
}

.site-footer .widget .a2a_kit > a:nth-of-type(2) {
	padding: 0 3px;
}

.sidebar .site-footer .widget:nth-of-type(4) {
	width: 270px;
	float: right;
}

.site-footer .widget a,
.site-footer .widget li.current-menu-item a {
	white-space: nowrap;
	color: #ffffff;
}

.site-footer .widget a img {
	margin: 10px 0 0 2px;
}

.site-footer .widget a:hover img {
	opacity: 0.8;
}

.site-footer a:hover,
.site-footer .widget li.current-menu-item a:hover {
	color: #ff9f00;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #ffffff;
}

.site-footer .widget .fb-findus {
	width: 170px;
	margin-top: 13px;
}

.site-footer .widget .fb-findus a {
	display: block;
	background: #ffffff;
	border-radius: 4px;
	padding: 3px;
}

.site-footer .widget .fb-findus a img {
	margin: 0;
}

.site-footer .site-name {
	font-weight: 600;
}

.site-footer .widget-title {
	height: 40px;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	border-bottom: 0px solid #ffffff;
	margin: 0 0 10px 0;
	padding: 0;
}

.site-footer .site-info {
	font-size: 12px;
	margin: 0 auto;
	max-width: 1040px;
	padding: 20px 15px;
	width: 100%;
}

.site-footer .site-info p {
	margin: 10px 0;
}

#text-5 .textwidget {

}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

/* Home page */
.sidebar-home {
	width:100%;
	max-width: 724px;
	position: relative;
	float: left;
	margin: 30px 0 0 0;
}

.sidebar-home #text-2 {
	background-color: #35bc7a;
}

.sidebar-home #text-3 {
	background-color: #1e8bc3;
}

.sidebar-home #text-4 {
	background-color: #f86924;
}

.sidebar-home .widget {
	font-size: 14px;
	color: #ffffff;
	position: relative;
	width: 32.3%;
	float: left;
	margin: 0;
}

.sidebar-home .widget .icon {
	font-size: 64px;
}

.sidebar-home .widget:nth-of-type(2) {
	margin: 0 1.5%;
}

.sidebar-home .textwidget {
	padding: 0 0 60px 0;
}

.sidebar-home .icon-button {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.sidebar-home .icon-button a {
	width: 50px;
	height: 50px;
	font-size: 28px;
	line-height: 48px;
	float: right;
}

/* Culture guide */
.cultureguide .entry-content .wrap {
	position: relative;
	border-top: 3px dotted #d9edf7;
	padding: 25px 0 20px 0;
	margin: 10px 0 0 0;
}

.category-about .cultureguide .entry-content .wrap:first-of-type {
	border-top: 0;
}

.cultureguide .entry-content .wrap .button {
	font-size: 12px;
	position: absolute;
	right: 10px;
	bottom: 5px;
	border-color: #d9edf7;
}

.cultureguide .entry-content .wrap h3 {
	padding: 0;
	margin: 5px;
}

.cultureguide .grow {
	position: relative;
	width: 230px;
	height: 230px;
	float: left;
	overflow: hidden;
	margin: 0 0 15px 0;
	border-top-right-radius: 16px;
}

.cultureguide .grow:nth-of-type(3n-1) {
	margin: 0 15px;
}

.cultureguide .grow img {
	width: 230px;
	max-width: 230px;
	height: 230px;
	border-top-right-radius: 16px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
}

.cultureguide .grow img:hover {
	width: 250px;
	max-width: 250px;
	height: 250px;
}

.cultureguide .name {
	width: 220px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.cultureguide .name a {
	display: block;
	padding: 6px 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* Scroll button */
.scroll-top-wrap {
	text-align: center;
}

.scroll-top-inner {
	z-index: 9999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.5;
	width: 50px;
	height: 50px;
	display: inline;
	position: fixed;
	cursor: pointer;
	margin: 0 auto;
	right: 10px;
	bottom: 10px;
	background: #000000;
	box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.6);
}

.scroll-top-inner:hover {
	opacity: 0.6;
}

.scroll-top-inner span {
	line-height: 50px;
	text-align: center;
	font-size: 35px;
	color: #ffffff;
}

/* Misc */

.widget .gm-style-cc {
	display: none;
}

span.country-name {
	display: none;
}

a:hover i.fa-angle-right {
	position: relative;
	left: 2px;
}

/* 8.0 Media Queries */

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

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

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

	.archive-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.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;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 20px;
	}

	.site-footer .widget {
		width: auto;
	}

	.cultureguide .grow {
		width: 190px;
		height: 190px;
	}

	.cultureguide .grow img {
		width: 190px;
		max-width: 190px;
		height: 190px;

	}

	.cultureguide .grow img:hover {
		width: 210px;
		max-width: 210px;
		height: 210px;
	}

	.cultureguide .name {
		width: 190px;
		font-size: 14px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .featured-gallery {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

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

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

	.sidebar .paging-navigation .nav-links {
		max-width: 604px;
		padding-left: 10px;
		padding-right: 10px;
	}

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

	.site-main .widget-area,
	.site-footer .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.site-main .widget,
	.site-footer .widget,
	.sidebar .site-footer .widget:nth-of-type(4) {
		box-shadow: none;
		float: none;
		width: 100%;
		margin-bottom: 3px;
	}

	.site-footer .widget-title {
		width: 50%;
		float: left;
		text-align: right;
		margin: 0 10px 0 0;
		padding: 0;
	}

	.site-footer .widget-title:after {
		content: ":";
	}

	.site-footer .widget .centered {
		text-align: left;
	}

	.site-footer .widget > div:first-of-type {
		margin: 5px 0 0 10px;
		padding: 0;
	}

	.site-main .widget:first-child {
		margin-top: 10px;
	}

	.site-main .widget:last-child {
		margin-bottom: 0;
	}

	.site-content,
	.homepage .page {
		padding-bottom: 0;
	}

	.sidebar-home .widget:last-child {
		margin-bottom: 15px;
	}

	.sidebar-home .widget:nth-of-type(2) {
		margin: 15px 0;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}

	.widget .ellipsis {
		width: auto;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@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;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {

	#content .entry-header,
	#content .entry-content,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: 600 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		color: #ffffff;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.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;
	}

	.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 {
		color: #141412;
		width: auto;
	}

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

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

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

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

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

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

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

	.cultureguide .entry-content{
		margin-bottom: 30px;
	}

	.cultureguide .grow {
		width: 100%;
		height: 100%;
		overflow: visible;
		margin: 0 0 5px 0;
	}

	.cultureguide .grow:nth-of-type(3n-1) {
		margin: 0 0 5px 0;
	}

	.cultureguide .grow .img {
		display: none;
	}

	.cultureguide .grow .name {
		position: relative;
		bottom: 0px;
		width: 99%;
		box-shadow: none;
	}

	.cultureguide .grow a {
		font-size: 16px;
		font-style: italic;
		font-weight: 600;
		padding: 6px 10px;
	}

	.scroll-top-wrap {
		display: none;
	}

	.site-footer .widget-title {
		width: auto;
		float: none;
		text-align: left;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}
}

/* 9.0 Print */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-footer,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

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

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