/**handles:mouse-style**/
/*
Theme Name:  Funworld
Theme URI: http://components.underscores.me/
Author: Opus Creative
Author URI: http://opuscreative.ie
Description: Cool, functional custom design for Funworld Limerick
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mouse
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.

Mouse Hub is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
/* line 6, assets/stylesheets/variables/_structure.scss */
html,
body {
	height: 100%;
}

/* line 10, assets/stylesheets/variables/_structure.scss */
#cff .cff-item {
	width: 23.2%;
	clear: none;
	margin: 0 10px 0 10px !important;
	border: #f1f2f2 4px solid !important;
	border-radius: 4px;
	min-height: 350px;
}

/* Jaggy affect for banner */
/* line 20, assets/stylesheets/variables/_structure.scss */
.banner {
	position: relative;
	min-height: 600px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}

/* line 28, assets/stylesheets/variables/_structure.scss */
.banner-inner {
	position: relative;
	min-height: 140px;
	background-color: #711876;
}

/* line 34, assets/stylesheets/variables/_structure.scss */
.overlay2 {
	position: absolute;
	z-index: 9998;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #711876;
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.mouse {
	position: relative;
	z-index: 9999;
	opacity: 1;
}

.overlay {
	background-color: #711876;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0;
	left: 0;
}

/* line 45, assets/stylesheets/variables/_structure.scss */
.overlay:before {
	background: linear-gradient(-135deg, #ffffff 8px, transparent 0%),
		linear-gradient(135deg, #ffffff 8px, transparent 0%);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 16px 16px;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

/* line 59, assets/stylesheets/variables/_structure.scss */
.overlay:after {
	background: linear-gradient(-45deg, #ffffff 8px, transparent 0%),
		linear-gradient(45deg, #ffffff 8px, transparent 0%);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 16px 16px;
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

/* line 73, assets/stylesheets/variables/_structure.scss */
.banner:before {
	background: linear-gradient(-135deg, #ffffff 8px, transparent 0%),
		linear-gradient(135deg, #ffffff 8px, transparent 0%);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 16px 16px;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

/* line 87, assets/stylesheets/variables/_structure.scss */
.banner:after {
	background: linear-gradient(-45deg, #ffffff 8px, transparent 0%),
		linear-gradient(45deg, #ffffff 8px, transparent 0%);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 16px 16px;
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

/* line 101, assets/stylesheets/variables/_structure.scss */
.banner-inner:before {
	background: linear-gradient(-135deg, #ffffff 8px, transparent 0%),
		linear-gradient(135deg, #ffffff 8px, transparent 0%);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 16px 16px;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

/* line 115, assets/stylesheets/variables/_structure.scss */
.banner-inner:after {
	background: linear-gradient(-45deg, #ffffff 8px, transparent 0%),
		linear-gradient(45deg, #ffffff 8px, transparent 0%);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 16px 16px;
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 16px;
}

/* line 129, assets/stylesheets/variables/_structure.scss */
#scroll-outer {
	position: absolute;
	width: 100%;
	bottom: 8%;
	left: 0;
	right: 0;
}

/* line 137, assets/stylesheets/variables/_structure.scss */
#scroll-inner {
	max-width: 55px;
	margin: 0 auto;
}

/* line 142, assets/stylesheets/variables/_structure.scss */
#scroll-inner span {
	border-radius: 100%;
	padding: 15px;
	font-size: 1.5em;
	font-weight: 100;
	text-align: center;
}

/* line 150, assets/stylesheets/variables/_structure.scss */
.focus {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* line 164, assets/stylesheets/variables/_structure.scss */
.focus-inner {
	position: relative;
	top: 50%;
	max-width: 980px;
	height: auto;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* line 175, assets/stylesheets/variables/_structure.scss */
.focus-inner h1 {
	color: white;
	text-transform: uppercase;
	font-size: 2.25em;
	font-weight: 500;
	margin-bottom: 25px;
}

/* line 183, assets/stylesheets/variables/_structure.scss */
.focus-inner p {
	color: white;
	font-size: 1.375em;
	margin-bottom: 50px;
}

/* line 189, assets/stylesheets/variables/_structure.scss */
.focus-inner a {
	text-transform: uppercase;
}

/* line 193, assets/stylesheets/variables/_structure.scss */
.content-block .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-size: cover;
	margin-bottom: 50px;
	min-height: 281px;
}

/* line 199, assets/stylesheets/variables/_structure.scss */
.content-block .image-inner {
	background-size: cover;
	margin-bottom: 50px;
	min-height: 400px;
}

/* line 205, assets/stylesheets/variables/_structure.scss */
.content-block .date {
	font-size: 1.375em;
	margin-bottom: 50px;
	color: #d2dd43;
}

/* line 211, assets/stylesheets/variables/_structure.scss */
.content-block .title h2 {
	font-size: 1.625em;
	color: #711876;
	font-weight: 500;
}

/* line 217, assets/stylesheets/variables/_structure.scss */
#content-filter {
	display: table;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

/* line 224, assets/stylesheets/variables/_structure.scss */
#content-filter li {
	padding: 15px 25px;
	border: #f1f2f2 4px solid;
	border-radius: 8px;
	display: inline-block;
	margin: 0 20px 0 0;
}

/* line 232, assets/stylesheets/variables/_structure.scss */
#content-filter li a {
	color: #534e4a;
}

/* line 236, assets/stylesheets/variables/_structure.scss */
#load-more {
	display: none;
}

/* line 240, assets/stylesheets/variables/_structure.scss */
#page iframe {
	width: 100%;
	min-height: 380px;
}

/* line 245, assets/stylesheets/variables/_structure.scss */
#contact-form input {
	font-size: 1.25em;
	border-style: Solid;
	border-color: #f1f2f2;
	border-color: #f1f2f2;
	border-width: 4px;
	width: 100%;
	height: 60px;
	margin: 0 0 50px 0;
	padding: 20px;
}

/* line 257, assets/stylesheets/variables/_structure.scss */
#contact-form textarea {
	font-size: 1.25em;
	border-style: Solid;
	border-color: #f1f2f2;
	border-color: #f1f2f2;
	border-width: 4px;
	width: 100%;
	height: 280px;
	padding: 20px;
}

/* line 268, assets/stylesheets/variables/_structure.scss */
.wpcf7-submit {
	text-decoration: none;
	background: #d3de43 !important;
	background: #d3de43 !important;
	width: 166px;
	height: 51px;
	border-color: transparent !important;
	border: 0 !important;
	border-radius: 30px !important;
	padding: 12px 20px !important;
	font-size: 1.25em !important;
	color: white !important;
	display: table;
	margin: 0 auto;
}

/* line 284, assets/stylesheets/variables/_structure.scss */
#social {
	min-width: 400px;
	max-width: 400px;
	height: auto;
}

/* line 290, assets/stylesheets/variables/_structure.scss */
#credits p {
	font-size: 1.25em;
}

/* line 294, assets/stylesheets/variables/_structure.scss */
#contact iframe {
	width: 100%;
	min-height: 400px;
}

@media all and (min-width: 176px) and (max-width: 568px) {
	/* line 300, assets/stylesheets/variables/_structure.scss */
	.mobile-logo {
		max-width: 100%;
		height: auto;
		display: table;
	}

	.banner {
		position: relative;
		min-height: 600px;
		background-attachment: scroll;
		background-size: cover;
		background-position: center center;
	}

	/* line 306, assets/stylesheets/variables/_structure.scss */

	/* line 312, assets/stylesheets/variables/_structure.scss */
	.mobile-contact img {
		max-width: 95%;
		float: left;
	}
}
@media all and (min-width: 176px) and (max-width: 966px) {
	/* line 321, assets/stylesheets/variables/_structure.scss */
	#cff .cff-item {
		width: 100% !important;
		clear: none;
		margin: 0 0 50px 0 !important;
		border: #e1e1e1 4px solid !important;
		border-radius: 4px;
		min-height: auto !important;
	}

	.banner {
		background-attachment: scroll;
	}

	/* line 330, assets/stylesheets/variables/_structure.scss */
	.banner-inner {
		display: flex;
	}

	/* line 334, assets/stylesheets/variables/_structure.scss */
	.mobile-title {
		margin: auto;
	}

	/* line 338, assets/stylesheets/variables/_structure.scss */
	.focus {
		padding: 0 20px 0 20px;
	}

	/* line 343, assets/stylesheets/variables/_structure.scss */
	.content-block .image,
	.content-block .image-inner {
		min-height: 200px;
		height: auto;
	}

	/* line 350, assets/stylesheets/variables/_structure.scss */
	.cover,
	.cover-page,
	.cover-alt {
		background-attachment: inherit;
		min-height: 100%;
		height: 100%;
	}

	/* line 356, assets/stylesheets/variables/_structure.scss */
	#social {
		min-width: 100%;
		max-width: 100%;
		height: auto;
	}

	/* line 362, assets/stylesheets/variables/_structure.scss */
	#contact iframe {
		width: 100%;
		min-height: 200px;
		max-height: 250px;
	}
}
/* line 27, assets/stylesheets/mixins/_mixins-base.scss */
.center-type {
	text-align: center;
}

.center-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* line 31, assets/stylesheets/mixins/_mixins-base.scss */
.center-block {
	display: table !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

/* line 38, assets/stylesheets/mixins/_mixins-base.scss */
.uppercase {
	text-transform: uppercase;
}

/* line 42, assets/stylesheets/mixins/_mixins-base.scss */
.frame {
	border-style: Solid;
	border-color: #f1f2f2;
	border-color: #f1f2f2;
	border-width: 4px;
}

/* line 49, assets/stylesheets/mixins/_mixins-base.scss */
.slim {
	max-width: 770px;
	height: auto;
	margin: 0 auto;
}

/* line 55, assets/stylesheets/mixins/_mixins-base.scss */
.break {
	margin-bottom: 15px;
}

/* line 61, assets/stylesheets/mixins/_mixins-base.scss */
.gutter-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

/* line 66, assets/stylesheets/mixins/_mixins-base.scss */
.gutter-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* line 71, assets/stylesheets/mixins/_mixins-base.scss */
.gutter-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* line 76, assets/stylesheets/mixins/_mixins-base.scss */
.gutter-bottom-200 {
	margin-bottom: 200px;
}

/* line 80, assets/stylesheets/mixins/_mixins-base.scss */
.gutter-bottom-100 {
	margin-bottom: 100px;
}

/* line 84, assets/stylesheets/mixins/_mixins-base.scss */
.gutter-bottom-50 {
	margin-bottom: 50px;
}

/* line 88, assets/stylesheets/mixins/_mixins-base.scss */
.gutter-top-50 {
	margin-top: 50px;
}

/* line 92, assets/stylesheets/mixins/_mixins-base.scss */
.gutter-top-100 {
	margin-top: 100px;
}

/* line 98, assets/stylesheets/mixins/_mixins-base.scss */
.oc,
.oc:hover,
.oc:visited {
	color: #ff5000;
	text-decoration: none;
}

@media all and (min-width: 176px) and (max-width: 800px) {
	/* line 104, assets/stylesheets/mixins/_mixins-base.scss */
	.margin-bottom-mb {
		margin-bottom: 50px;
	}

	/* line 108, assets/stylesheets/mixins/_mixins-base.scss */
	.margin-top-none {
		margin-top: 0px;
	}

	/* line 112, assets/stylesheets/mixins/_mixins-base.scss */
	.row-margin {
		margin-top: -50px !important;
	}

	/* line 116, assets/stylesheets/mixins/_mixins-base.scss */
	.gutter-top-100 {
		margin-top: 50px;
	}

	/* line 120, assets/stylesheets/mixins/_mixins-base.scss */
	.gutter-100 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	/* line 125, assets/stylesheets/mixins/_mixins-base.scss */
	.gutter-bottom-200 {
		margin-bottom: 100px;
	}
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/shared/_normalize.scss */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* line 7, assets/stylesheets/shared/_normalize.scss */
body {
	margin: 0;
}

/* line 22, assets/stylesheets/shared/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/* line 29, assets/stylesheets/shared/_normalize.scss */
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

/* line 34, assets/stylesheets/shared/_normalize.scss */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* line 40, assets/stylesheets/shared/_normalize.scss */
[hidden],
template {
	display: none;
}

/* line 44, assets/stylesheets/shared/_normalize.scss */
a {
	background-color: transparent;
}

/* line 49, assets/stylesheets/shared/_normalize.scss */
a:active,
a:hover {
	outline: 0;
}

/* line 53, assets/stylesheets/shared/_normalize.scss */
abbr[title] {
	border-bottom: 1px dotted;
}

/* line 58, assets/stylesheets/shared/_normalize.scss */
b,
strong {
	font-weight: bold;
}

/* line 62, assets/stylesheets/shared/_normalize.scss */
dfn {
	font-style: italic;
}

/* line 66, assets/stylesheets/shared/_normalize.scss */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* line 71, assets/stylesheets/shared/_normalize.scss */
mark {
	background: #ff0;
	color: #000;
}

/* line 76, assets/stylesheets/shared/_normalize.scss */
small {
	font-size: 80%;
}

/* line 81, assets/stylesheets/shared/_normalize.scss */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* line 88, assets/stylesheets/shared/_normalize.scss */
sup {
	top: -0.5em;
}

/* line 92, assets/stylesheets/shared/_normalize.scss */
sub {
	bottom: -0.25em;
}

/* line 96, assets/stylesheets/shared/_normalize.scss */
img {
	border: 0;
}

/* line 100, assets/stylesheets/shared/_normalize.scss */
svg:not(:root) {
	overflow: hidden;
}

/* line 104, assets/stylesheets/shared/_normalize.scss */
figure {
	margin: 1em 40px;
}

/* line 108, assets/stylesheets/shared/_normalize.scss */
hr {
	box-sizing: content-box;
	height: 0;
}

/* line 113, assets/stylesheets/shared/_normalize.scss */
pre {
	overflow: auto;
}

/* line 120, assets/stylesheets/shared/_normalize.scss */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* line 129, assets/stylesheets/shared/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

/* line 135, assets/stylesheets/shared/_normalize.scss */
button {
	overflow: visible;
}

/* line 140, assets/stylesheets/shared/_normalize.scss */
button,
select {
	text-transform: none;
}

/* line 147, assets/stylesheets/shared/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

/* line 153, assets/stylesheets/shared/_normalize.scss */
button[disabled],
html input[disabled] {
	cursor: default;
}

/* line 158, assets/stylesheets/shared/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* line 163, assets/stylesheets/shared/_normalize.scss */
input {
	line-height: normal;
}

/* line 168, assets/stylesheets/shared/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/* line 174, assets/stylesheets/shared/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/* line 178, assets/stylesheets/shared/_normalize.scss */
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

/* line 184, assets/stylesheets/shared/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* line 188, assets/stylesheets/shared/_normalize.scss */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* line 194, assets/stylesheets/shared/_normalize.scss */
legend {
	border: 0;
	padding: 0;
}

/* line 199, assets/stylesheets/shared/_normalize.scss */
textarea {
	overflow: auto;
}

/* line 203, assets/stylesheets/shared/_normalize.scss */
optgroup {
	font-weight: bold;
}

/* line 207, assets/stylesheets/shared/_normalize.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* line 213, assets/stylesheets/shared/_normalize.scss */
td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, assets/stylesheets/shared/_accessibility.scss */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
/* line 9, assets/stylesheets/shared/_accessibility.scss */
.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: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
/* line 30, assets/stylesheets/shared/_accessibility.scss */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/shared/_alignments.scss */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

/* line 7, assets/stylesheets/shared/_alignments.scss */
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

/* line 13, assets/stylesheets/shared/_alignments.scss */
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 12, assets/stylesheets/shared/_clearings.scss */
.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;
	table-layout: fixed;
}

/* line 21, assets/stylesheets/shared/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 6, assets/stylesheets/shared/_typography.scss */
body,
html,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

/* line 13, assets/stylesheets/shared/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	clear: both;
}

/* line 18, assets/stylesheets/shared/_typography.scss */
h1 {
	font-size: 2.25em;
	margin: 0;
	color: #d2dd43;
	font-weight: 600;
	text-transform: uppercase;
}

/* line 26, assets/stylesheets/shared/_typography.scss */
.line {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/* line 33, assets/stylesheets/shared/_typography.scss */
.line:before,
.line:after {
	flex-grow: 1;
	height: 4px;
	content: "\a0";
	position: relative;
	top: 0.5em;
	background-color: #f1f2f2;
}

/* line 42, assets/stylesheets/shared/_typography.scss */
.line:before {
	margin-right: 20px;
}

/* line 46, assets/stylesheets/shared/_typography.scss */
.line:after {
	margin-left: 20px;
}

/* line 50, assets/stylesheets/shared/_typography.scss */
h2 {
	font-size: 1.625em;
	color: #711876;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

/* line 58, assets/stylesheets/shared/_typography.scss */
p {
	color: #711876;
	font-size: 1.375em;
	font-weight: 500;
	margin: 0;
}

/* line 65, assets/stylesheets/shared/_typography.scss */
#page p {
	color: #5e6769;
	margin-bottom: 50px;
}

/* line 70, assets/stylesheets/shared/_typography.scss */
dfn,
cite,
em,
i {
	font-style: italic;
}

/* line 74, assets/stylesheets/shared/_typography.scss */
blockquote {
	margin: 0 1.5em;
}

/* line 78, assets/stylesheets/shared/_typography.scss */
address {
	margin: 0 0 1.5em;
}

/* line 82, assets/stylesheets/shared/_typography.scss */
pre {
	background: #eeeeee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

/* line 93, assets/stylesheets/shared/_typography.scss */
code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono",
		monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

/* line 98, assets/stylesheets/shared/_typography.scss */
abbr,
acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
}

/* line 103, assets/stylesheets/shared/_typography.scss */
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

/* line 108, assets/stylesheets/shared/_typography.scss */
big {
	font-size: 125%;
}

/* line 112, assets/stylesheets/shared/_typography.scss */
blockquote,
q {
	quotes: "" "";
}
/* line 116, assets/stylesheets/shared/_typography.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 16, assets/stylesheets/shared/_forms.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666666;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
/* line 21, assets/stylesheets/shared/_forms.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111111;
}

/* line 26, assets/stylesheets/shared/_forms.scss */
select {
	border: 1px solid #cccccc;
}

/* line 44, assets/stylesheets/shared/_forms.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

/* line 48, assets/stylesheets/shared/_forms.scss */
textarea {
	padding-left: 3px;
	width: 100%;
}

/* line 53, assets/stylesheets/shared/_forms.scss */
#formleft input {
	font-size: 1.375em;
	color: #711876;
	width: 100%;
	padding: 18px;
	border: #e1e1e1 3px solid;
	border-radius: 8px;
	margin-bottom: 40px;
}

/* line 63, assets/stylesheets/shared/_forms.scss */
#formright textarea {
	font-size: 1.375em;
	color: #711876;
	width: 100%;
	padding: 18px;
	border: #e1e1e1 3px solid;
	border-radius: 8px;
	min-height: 305px;
	max-height: 305px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
/* line 4, assets/stylesheets/shared/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #cccccc #cccccc #bbbbbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
/* line 14, assets/stylesheets/shared/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #cccccc #bbbbbb #aaaaaa;
}
/* line 19, assets/stylesheets/shared/_buttons.scss */
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaaaaa #bbbbbb #bbbbbb;
}

/* line 26, assets/stylesheets/shared/_buttons.scss */
.oc-btn,
.oc-btn:hover,
.oc-btn:visited {
	text-decoration: none;
	background: #d2dd43;
	min-width: 166px;
	min-height: 51px;
	border: 0px transparent;
	border-radius: 30px;
	padding: 12px 20px;
	color: white;
	font-size: 1.25em;
	font-weight: 600;
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/shared/_formatting.scss */
hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/shared/_lists.scss */
ul,
ol {
	margin: 0;
}

/* line 5, assets/stylesheets/shared/_lists.scss */
ul {
	list-style: disc;
}

/* line 9, assets/stylesheets/shared/_lists.scss */
ol {
	list-style: decimal;
}

/* line 14, assets/stylesheets/shared/_lists.scss */
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

/* line 19, assets/stylesheets/shared/_lists.scss */
dt {
	font-weight: bold;
}

/* line 23, assets/stylesheets/shared/_lists.scss */
dd {
	margin: 0 1.5em 1.5em;
}

/* line 28, assets/stylesheets/shared/_lists.scss */
#page ul {
	color: #5e6769;
	font-size: 1.375em;
	font-weight: 500;
	list-style: circle;
	margin: 0 0 50px 20px;
	padding: 0 0 0 20px;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/shared/_tables.scss */
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* line 6, assets/stylesheets/shared/_navigation.scss */
.navbar {
	color: white;
	margin-bottom: 0;
	font-weight: 400;
	height: auto;
	min-height: auto;
}

/* line 14, assets/stylesheets/shared/_navigation.scss */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: inherit;
	text-align: left;
	list-style: none;
	background-color: #d2dd43;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 6px;
}

/* line 34, assets/stylesheets/shared/_navigation.scss */
.dropdown-menu > li > a {
	text-transform: uppercase;
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: 500;
	line-height: 1.42857143;
	color: white;
	white-space: nowrap;
}

/* line 45, assets/stylesheets/shared/_navigation.scss */
.dropdown-menu > li > a:hover {
	background-color: transparent;
	color: white;
}

/* line 50, assets/stylesheets/shared/_navigation.scss */
.navbar-brand {
	height: auto;
	padding: 0px;
}

/* line 55, assets/stylesheets/shared/_navigation.scss */
.nav > li > a,
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:visited {
	color: white;
	background-color: transparent;
}

/* line 60, assets/stylesheets/shared/_navigation.scss */
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: transparent;
	border-color: none;
}

/* line 65, assets/stylesheets/shared/_navigation.scss */
.navbar-default,
.navbar-default a,
.navbar-default a:hover {
	background-color: transparent;
	border: none;
	font-weight: 500;
}

/* line 71, assets/stylesheets/shared/_navigation.scss */
.navbar-default ul li {
	display: inline-block;
	list-style: none;
}

/* line 76, assets/stylesheets/shared/_navigation.scss */
.navbar {
	position: relative;
	z-index: 9999;
}

/* line 81, assets/stylesheets/shared/_navigation.scss */
.nav {
	padding: 0;
	margin: 0;
}

/* line 86, assets/stylesheets/shared/_navigation.scss */
.nav > li > a {
	padding: 2px 15px;
}

/* line 90, assets/stylesheets/shared/_navigation.scss */
.menu {
	text-transform: uppercase;
	font-size: 1.2em;
}

/* line 95, assets/stylesheets/shared/_navigation.scss */
#footer-menu {
	padding: 50px 0 50px 0;
	margin: 0 0 50px 0;
	border-top: #f1f2f2 4px solid;
	border-bottom: #f1f2f2 4px solid;
	list-style: none;
	font-size: 1.375em;
}

/* line 104, assets/stylesheets/shared/_navigation.scss */
#footer-menu-sub {
	padding: 50px 0 50px 0;
	margin: 0;
	border-top: #f1f2f2 4px solid;
	list-style: none;
	font-size: 1.625em;
}

/* line 112, assets/stylesheets/shared/_navigation.scss */
#menu-footer-menu {
	text-align: center;
	display: table;
	margin: 0 auto;
}

/* line 118, assets/stylesheets/shared/_navigation.scss */
#menu-footer-menu-sub {
	text-align: center;
	display: table;
	margin: 0 auto;
}

/* line 124, assets/stylesheets/shared/_navigation.scss */
#menu-footer-menu li {
	float: left;
	display: inline !important;
}

/* line 129, assets/stylesheets/shared/_navigation.scss */
#menu-footer-menu-sub li {
	float: left;
	display: inline !important;
}

/* line 137, assets/stylesheets/shared/_navigation.scss */
#footer-menu a,
#footer-menu a:hover,
#footer-menu a:active,
#footer-menu a:visited {
	font-weight: 500;
	color: #711876;
	text-decoration: none;
}

/* line 146, assets/stylesheets/shared/_navigation.scss */
#footer-menu-sub a,
#footer-menu-sub a:hover,
#footer-menu-sub a:active,
#footer-menu-sub a:visited {
	font-weight: 500;
	color: #711876;
	text-decoration: none;
}

@media (max-width: 880px) {
	/* line 154, assets/stylesheets/shared/_navigation.scss */
	.navbar-header {
		float: none;
	}

	/* line 158, assets/stylesheets/shared/_navigation.scss */
	.navbar-left,
	.navbar-right {
		float: none !important;
	}

	/* line 162, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle {
		display: block;
	}

	/* line 166, assets/stylesheets/shared/_navigation.scss */
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	/* line 171, assets/stylesheets/shared/_navigation.scss */
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}

	/* line 176, assets/stylesheets/shared/_navigation.scss */
	.navbar-collapse.collapse {
		display: none !important;
	}

	/* line 180, assets/stylesheets/shared/_navigation.scss */
	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
	}

	/* line 185, assets/stylesheets/shared/_navigation.scss */
	.navbar-nav > li {
		float: none;
	}

	/* line 189, assets/stylesheets/shared/_navigation.scss */
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* line 194, assets/stylesheets/shared/_navigation.scss */
	.collapse.in {
		display: block !important;
	}

	/* line 198, assets/stylesheets/shared/_navigation.scss */
	.main-menu {
		display: none;
	}
}
@media all and (min-width: 176px) and (max-width: 966px) {
	/* line 205, assets/stylesheets/shared/_navigation.scss */
	html,
	body {
		font-size: 90%;
	}

	/* line 209, assets/stylesheets/shared/_navigation.scss */
	.navbar-brand {
		width: 100%;
		height: auto;
	}

	/* line 214, assets/stylesheets/shared/_navigation.scss */
	.navbar-brand > img {
		max-width: 80%;
		display: flex;
		margin: 0 auto;
	}

	/* line 220, assets/stylesheets/shared/_navigation.scss */
	#menu-footer-menu li {
		float: none;
		display: inline !important;
	}

	/* line 225, assets/stylesheets/shared/_navigation.scss */
	#menu-footer-menu-sub li {
		float: none;
		display: inline !important;
	}

	/* line 230, assets/stylesheets/shared/_navigation.scss */
	.mobile-menu {
		width: 100%;
		height: auto;
		padding: 30px;
		position: relative;
		z-index: 9999;
	}

	/* line 238, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle {
		float: none;
		padding: 0;
		position: relative;
		background-color: transparent;
		background-image: none;
		border: 0 solid transparent;
		border-radius: 0;
	}

	/* line 251, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle {
		background-color: transparent !important;
	}

	/* line 255, assets/stylesheets/shared/_navigation.scss */
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	/* line 259, assets/stylesheets/shared/_navigation.scss */
	.navbar-collapse {
		margin: 30px 0 0;
		padding-right: 0;
		padding-left: 0;
		border: 0;
	}

	/* line 266, assets/stylesheets/shared/_navigation.scss */
	.nav > li > a {
		color: #711876 !important;
		padding: 10px 0;
		font-size: 1.1em;
		font-weight: 500;
	}

	/* line 273, assets/stylesheets/shared/_navigation.scss */
	.dropdown-menu {
		color: #711876;
		background-color: transparent;
		position: relative;
		clear: both;
		float: none;
		padding: 0;
		margin: 0;
		box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	}

	/* line 284, assets/stylesheets/shared/_navigation.scss */
	.dropdown-menu li {
		display: block;
		padding: 0;
		margin: 15px 0;
	}

	/* line 290, assets/stylesheets/shared/_navigation.scss */
	.dropdown-menu li a {
		text-transform: inherit;
	}

	/* line 295, assets/stylesheets/shared/_navigation.scss */
	.dropdown-menu li a,
	.dropdown-menu li a:hover {
		color: #711876;
	}

	/* line 299, assets/stylesheets/shared/_navigation.scss */
	.nav .open > a {
		background-color: transparent !important;
	}

	/* line 303, assets/stylesheets/shared/_navigation.scss */
	.navbar-default a {
		background-color: transparent !important;
	}

	/* line 307, assets/stylesheets/shared/_navigation.scss */
	.navbar-default ul li {
		display: block;
		list-style: none;
	}

	/* line 312, assets/stylesheets/shared/_navigation.scss */
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #d2dd43;
	}

	/* line 316, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle .icon-bar {
		display: block;
		width: 25px;
		height: 4px;
		border-radius: 1px;
	}

	/* line 323, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle .icon-bar:nth-of-type(2) {
		top: 1px;
	}

	/* line 327, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle .icon-bar:nth-of-type(3) {
		top: 2px;
	}

	/* line 331, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle .icon-bar {
		position: relative;
		transition: all 500ms ease-in-out;
	}

	/* line 336, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle.active .icon-bar:nth-of-type(1) {
		top: 6px;
		transform: rotate(45deg);
	}

	/* line 341, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle.active .icon-bar:nth-of-type(2) {
		background-color: transparent;
	}

	/* line 345, assets/stylesheets/shared/_navigation.scss */
	.navbar-toggle.active .icon-bar:nth-of-type(3) {
		top: -6px;
		transform: rotate(-45deg);
	}
}
@media all and (min-width: 900px) and (max-width: 1024px) {
	/* line 353, assets/stylesheets/shared/_navigation.scss */
	.menu {
		text-transform: uppercase;
		font-size: 1em;
	}
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/shared/_links.scss */
a {
	text-decoration: none;
	color: #c4d600;
}
/* line 5, assets/stylesheets/shared/_links.scss */
a:visited {
	text-decoration: none;
	color: #c4d600;
}
/* line 11, assets/stylesheets/shared/_links.scss */
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #c4d600;
}
/* line 15, assets/stylesheets/shared/_links.scss */
a:focus {
	outline: thin dotted;
}
/* line 19, assets/stylesheets/shared/_links.scss */
a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/layout/_layout.scss */
html {
	box-sizing: border-box;
}

/* line 7, assets/stylesheets/layout/_layout.scss */
*,
*: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;
}

/* line 11, assets/stylesheets/layout/_layout.scss */
body {
	background: white;
	/* Fallback for when there is no custom background color defined. */
}

@media screen and (min-width: 37.5em) {
	/* line 2, assets/stylesheets/layout/_content-sidebar.scss */
	.content-area {
		float: left;
		margin: 0 -25% 0 0;
		width: 100%;
	}

	/* line 8, assets/stylesheets/layout/_content-sidebar.scss */
	.site-main {
		margin: 0 25% 0 0;
	}

	/* line 12, assets/stylesheets/layout/_content-sidebar.scss */
	.site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 25%;
	}

	/* line 18, assets/stylesheets/layout/_content-sidebar.scss */
	.site-footer {
		clear: both;
		width: 100%;
	}
}
/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
/* line 22, assets/stylesheets/layout/_layout.scss */
.no-sidebar .site-main {
	margin: 0;
}

/* line 26, assets/stylesheets/layout/_layout.scss */
.no-sidebar .content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/layout/_posts.scss */
.sticky {
	display: block;
}

/* line 5, assets/stylesheets/layout/_posts.scss */
.hentry {
	margin: 0 0 1.5em;
}

/* line 10, assets/stylesheets/layout/_posts.scss */
.byline,
.updated:not(.published) {
	display: none;
}

/* line 15, assets/stylesheets/layout/_posts.scss */
.single .byline,
.group-blog .byline {
	display: inline;
}

/* line 21, assets/stylesheets/layout/_posts.scss */
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/layout/_pages.scss */
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/sections/_comments.scss */
.comment-content a {
	word-wrap: break-word;
}

/* line 4, assets/stylesheets/sections/_comments.scss */
.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/sections/_widgets.scss */
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
/* line 5, assets/stylesheets/sections/_widgets.scss */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 3, assets/stylesheets/shared/_infinitescroll.scss */
.infinite-scroll .posts-navigation,
.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. */
/* line 8, assets/stylesheets/shared/_infinitescroll.scss */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/shared/_media.scss */
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

/* line 8, assets/stylesheets/shared/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
/* line 18, assets/stylesheets/shared/_media.scss */
embed,
iframe,
object {
	max-width: 100%;
}

/* line 22, assets/stylesheets/shared/_media.scss */
.wp-caption {
	margin: 1em 0 1.5em;
	max-width: 100%;
}
/* line 26, assets/stylesheets/shared/_media.scss */
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* line 30, assets/stylesheets/shared/_media.scss */
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Ensure center-aligned captions center-align properly. */
/* line 36, assets/stylesheets/shared/_media.scss */
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
/* line 42, assets/stylesheets/shared/_media.scss */
.wp-caption.alignleft {
	margin-right: 20px;
}

/* line 46, assets/stylesheets/shared/_media.scss */
.wp-caption.alignright {
	margin-left: 20px;
}

/* line 50, assets/stylesheets/shared/_media.scss */
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, assets/stylesheets/shared/_galleries.scss */
.gallery {
	margin-bottom: 1.5em;
}

/* line 5, assets/stylesheets/shared/_galleries.scss */
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
/* line 11, assets/stylesheets/shared/_galleries.scss */
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
/* line 15, assets/stylesheets/shared/_galleries.scss */
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
/* line 19, assets/stylesheets/shared/_galleries.scss */
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
/* line 23, assets/stylesheets/shared/_galleries.scss */
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
/* line 27, assets/stylesheets/shared/_galleries.scss */
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
/* line 31, assets/stylesheets/shared/_galleries.scss */
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
/* line 35, assets/stylesheets/shared/_galleries.scss */
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
/* line 39, assets/stylesheets/shared/_galleries.scss */
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

/* line 44, assets/stylesheets/shared/_galleries.scss */
.gallery-caption {
	display: block;
}