/*
Theme Name: Smack Mellon
Theme URI: http://www.yannnovakdesign.com
Description: This is a custom theme for Smack Mellon designed and developed by yann Novak Design. Please don't steal.
Author: Yann Novak Design
Author URI: http://www.yannnovakdesign.com
Version: 1.0
*/

/* --------------------------------------------------------------
= Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
a:focus,
button:focus {
	outline: none;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
/* --------------------------------------------------------------
= Font
-------------------------------------------------------------- */
body {
	font-family: 'Montserrat', sans-serif;
}
/* --------------------------------------------------------------
= Typography
-------------------------------------------------------------- */
body {
	color: #161716;
	font-weight: 400;
}
/* --------------------------------------------------------------
= Body Freeze
-------------------------------------------------------------- */
body.menu-active,
body.aside-active,
body.search-active {
	overflow: hidden;
}
/* --------------------------------------------------------------
= Common Elements
-------------------------------------------------------------- */
.has-hero main {
	padding-top: 40px;
}
.inner {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 20px;
	position: relative;
}
.no-hero:before {
	content: '';
    display: inline-block;
	padding-top: 65px;
	width: 100%;
}
.overlay {
	background-color: #717271;
	display: none;
	opacity: 0.7;
	position: fixed;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
}
.simple-links a {
	color: #161716;
	border-bottom: 2px solid #bad536;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.simple-links a:hover {
	background-color: #bad536;
}
@media all and (min-width: 375px) {
	.no-hero:before {
		padding-top: 93px;
	}
}
@media all and (min-width: 768px) {
	.home.has-hero main {
		padding-top: 80px;
	}
	.inner {
		padding: 0 30px;
	}
	.no-hero:before {
		padding-top: 123px;
	}
}
@media all and (min-width: 1024px) {
	.inner {
		padding: 0 40px;
	}
	.no-hero:before {
		padding-top: 163px;
	}
}
/* --------------------------------------------------------------
= Header
-------------------------------------------------------------- */
header {
	background-color: #fff;
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
	width: 100%;
	z-index: 1000;
}
header .inner:after {
	background-color: #dbdcdb;
	clear: both;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
}
.has-hero header .inner:after {
	background-color: #fff;
	-webkit-transition: background-color 300ms ease;
	        transition: background-color 300ms ease;
}
.has-hero.below-hero header .inner:after,
.has-hero.search-active header .inner:after {
	background-color: #dbdcdb;
}
#logo svg {
	height: 16px;
	width: 213px;
	margin: 3px 0 2px;
}
#logo svg .sm-grey { 
	fill:#717271; 
}
#logo svg .sm-green { 
	fill:#bad536; 
}
#logo svg .sm-text { 
	fill:#ffffff; 
}
#logo,
#trigs {
	float: left;
	line-height: 20px;
	height: 20px;
	margin: 15px 0 14px;
}
#logo {
	width: calc(100% - 70px);
}
#logo a {
	display: block;
	height: 20px;
}
#trigs {
	overflow: hidden;
	text-align: right;
	width: 70px;
}
#trigs a {
	color: #161716;
	display: inline-block;
}
#trigs .top {
	margin-top: -20px;
	-webkit-transition: margin-top 300ms ease;
	        transition: margin-top 300ms ease;
}
.search-active #trigs .top {
	margin-top: 0;
}
@media all and (min-width: 375px) {
	#logo svg {
		height: 20px;
		margin: 5px 0;
		width: 266px;
	}
	#logo,
	#trigs {
		line-height: 30px;
		height: 30px;
		margin: 20px 0 19px;
	}
	#trigs .top {
		margin-top: -30px;
	}
	#logo {
		width: calc(100% - 250px);
	}
	#logo a {
		height: 20px;
	}
	#trigs {
		width: 250px;
	}
}
@media all and (min-width: 768px) {
	#logo svg {
		height: 26px;
		margin: 2px 0;
		width: 346px;
	}
	#logo,
	#trigs {
		margin: 30px 0 29px;
	}
	#logo a {
		height: 30px;
	}
}
@media all and (min-width: 1024px) {
	#logo svg {
		height: 30px;
		margin: 0;
		width: 399px;
	}
}

/* Banner ---------------------------------------------------- */

header .alert-banner .inner:after {
    display: none;
}
.alert-banner {
    background-color: #717271;
    padding: 10px 0;
}
.alert-banner p {
    color: #fff;
    font-size: 14px;
    line-height: 1.25em;
    text-align: center;
}
.alert-banner p i,
.alert-banner p em {
    font-style: italic;
}
.alert-banner p b,
.alert-banner p strong {
    font-weight: 600;
}
.alert-banner p a {
    color: #fff;
    text-decoration: underline;
    transition: color 300ms ease;
}
.alert-banner p a:hover {
    color: #bad536;
}
@media all and (min-width: 1024px) {
    .alert-banner {
        padding: 15px 0;
    }
    .alert-banner p {
        font-size: 18px;
    }
}

/* --------------------------------------------------------------
= Triggers
-------------------------------------------------------------- */
.icon-button {
	text-align: right;
}
.icon-button.menu__icon {
	margin: 0 0 0 10px;
}
.icon-button .label {
	display: none;
	-webkit-transition: color 300ms ease;
	        transition: color 300ms ease;
}
.icon-button:hover .label  {
	color: #717271;
}
.icon-button .icon:before,
.icon-button .icon:after {
	content: '';
}
.icon-button.menu__icon .icon,
.icon-button.search__icon .icon {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.icon-button.search__icon .icon {
	width: 16px;
}
.icon-button.menu__icon .icon {
	width: 26px;
}
.icon-button.menu__icon .icon span,
.icon-button.menu__icon .icon:before,
.icon-button.menu__icon .icon:after,
.icon-button.search__icon .icon:before,
.icon-button.search__icon .icon:after {
	display: block;
	position: absolute;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.icon-button.menu__icon .icon span,
.icon-button.menu__icon .icon:before,
.icon-button.menu__icon .icon:after {
	background-color: #161716;
	height: 2px;
	left: 0;
	width: 26px;
}
.icon-button.search__icon .icon:before {
	border: 2px solid #161716;
	border-radius: 6px;
	height: 13px;
	right: 0;
	top: 7px;
	width: 13px;
}
.icon-button.search__icon .icon:after {
	background-color: #161716;
	bottom: 9px;
	height: 2px;
	left: 0;
	width: 6px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.icon-button {
	height: 20px;
	line-height: 20px;
}
.top,
.bottom {
	height: 20px;
	overflow: hidden;
}
.icon-button.menu__icon .icon,
.icon-button.search__icon .icon {
	height: 20px;
}
.icon-button.menu__icon .icon:before {
	top: 2px;
}
.icon-button.menu__icon .icon span {
	top: 9px;
}
.icon-button.menu__icon .icon:after {
	top: 16px;
}
.icon-button.search__icon .icon:before {
	top: 2px;
}
.icon-button.search__icon .icon:after {
	bottom: 4px;
}
.icon-button.menu__icon:hover .icon span,
.icon-button.menu__icon:hover .icon:before,
.icon-button.menu__icon:hover .icon:after,
.icon-button.search__icon:hover .icon:after {
	background-color: #717271;
}
.icon-button.search__icon:hover .icon:before {
	border: 2px solid #717271;
}
@media all and (min-width: 375px) {
	.icon-button.menu__icon .icon:before {
		top: 1px;
	}
	.icon-button.menu__icon .icon span {
		top: 8px;
	}
	.icon-button.menu__icon .icon:after {
		top: 15px;
	}
	.icon-button.search__icon .icon:before {
		top: 1px;
	}
	.icon-button.search__icon .icon:after {
		bottom: 5px;
	}
	.top,
	.bottom {
		height: 30px;
	}
}
@media all and (min-width: 768px) {
	.icon-button.menu__icon {
		margin: 0 0 0 20px;
	}
	.icon-button .label {
		display: inline-block;
		font-size: 20px;
		font-weight: 500;
		vertical-align: middle;
	}
	.icon-button .icon {
		margin-left: 10px;
	}
	.icon-button {
		height: 30px;
		line-height: 30px;
	}
	.icon-button.menu__icon .icon,
	.icon-button.search__icon .icon {
		height: 30px;
	}
	.icon-button.menu__icon .icon:before {
		top: 7px;
	}
	.icon-button.menu__icon .icon span {
		top: 14px;
	}
	.icon-button.menu__icon .icon:after {
		top: 21px;
	}
	.icon-button.search__icon .icon:before {
		top: 7px;
	}
	.icon-button.search__icon .icon:after {
		bottom: 9px;
	}
}
@media all and (min-width: 1024px) {
}

/* --------------------------------------------------------------
= Menu / Aside
-------------------------------------------------------------- */
menu,
aside {
	background-color: #fff;
	bottom: 0px;
	display: block;
	position: fixed;
	right: 0px;
	top: 0px;
	transform: translateX(100%);
	width: 100%;
	z-index: 2000;
	-webkit-transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	        transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-active menu,
.aside-active aside {
	transform: translateX(0);
}
#menu-overlay,
#aside-overlay {
	z-index: 1500;
}
menu .inner {
	position: relative;
}
#aside__header {
	background-color: #fff;
	line-height: 30px;
	position: absolute;
		top: 0;
		right: 0;
		left: 0;
	text-align: right;
	width: 100%;
	z-index: 2500;
}
#aside__header .inner:after {
	background-color: #dbdcdb;
	clear: both;
	content: '';
	display: block;
	height: 1px;
	width: 100%;
}
#aside__header a.icon-button {
	color: #161716;
	display: inline-block;
	height: 49px;
	line-height: 30px;
	padding: 10px 0 9px;
}
#aside__header .icon-button {
	text-align: right;
}
.close__icon .icon {
	display: inline-block;
	height: 30px;
	position: relative;
	width: 26px;
	vertical-align: middle;
}
.close__icon .icon:before,
.close__icon .icon:after {
	background-color: #161716;
	display: block;
	height: 2px;
	position: absolute;
		top: 14px;
		left: 0;
	width: 26px;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.top .close__icon .icon:before,
.top .close__icon .icon:after {
	top: 10px;
	width: 20px;
}
.close__icon .icon:before {
	transform: rotate(45deg);
}
.close__icon .icon:after {
	transform: rotate(-45deg);
}
.close__icon:hover {
	color: #717271;
}
.close__icon:hover .icon:before,
.close__icon:hover .icon:after {
	background-color: #717271;
}
@media all and (min-width: 375px) {
	#aside__header a.icon-button {
		height: 69px;
		padding: 20px 0 19px;
	}
	.top .close__icon .icon:before,
	.top .close__icon .icon:after {
		top: 14px;
		width: 26px;
	}
}
@media all and (min-width: 768px) {
	#aside__header a.icon-button {
		height: 89px;
		padding: 30px 0 29px;
	}
}
@media all and (min-width: 1024px) {
	menu,
	aside {
		width: 50%;
	}
	menu .inner,
	aside .inner {
		margin: 0 auto 0 0;
		max-width: 750px;
	}
}

/* --------------------------------------------------------------
= Menu Accordian
-------------------------------------------------------------- */
#menu {
	font-size: 20px;
	line-height: 1.750em;
	padding-top: 65px;
	text-align: right;
}
#menu a {
	color: #161716;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	text-decoration: none;
	-webkit-transition: color 300ms ease;
	        transition: color 300ms ease;
}
#menu .menu-item {
	padding-right: 20px;
	position: relative;
}
#menu .sub-menu {
	display: none;
}
#menu .sub-menu a {
	font-weight: 400;
}
#menu .sub-menu .menu-item {
	padding-right: 0;
}
#menu a:hover,
#menu .current-menu-item a {
	color: #bad536;
}
#menu .menu-item-has-children:before {
	background-image: url("images/arrow-menu.png");
	background-size: 11px 7px;
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 7px;
	position: absolute;
		top: 14px;
		right: 0;
	width: 11px;
	-webkit-transition: transform 300ms ease;
	        transition: transform 300ms ease;
	
}
#menu .menu-item-has-children.open a {
	color: #717271;
}
#menu .menu-item-has-children.open .sub-menu a {
	color: #161716;
}
#menu .menu-item-has-children.open .sub-menu .current-menu-item a,
#menu .menu-item-has-children.open .sub-menu a:hover {
	color: #bad536;
}
#menu .menu-item-has-children.open:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
@media all and (min-width: 375px) {
	#menu {
		padding-top: 93px;
	}
}
@media all and (min-width: 768px) {
	#menu {
		padding-top: 123px;
	}
}

/* --------------------------------------------------------------
= Aside
-------------------------------------------------------------- */
aside .scroll {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.aside-title {
	font-size: 18px;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}
.aside__container {
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 65px;
}
.aside__container b,
.aside__container strong {
	font-weight: 500;
}
.aside__container i,
.aside__container em {
	font-style: italic;
}
.aside__container p,
.aside__container ul,
.aside__container ol {
	margin-bottom: 1.5em;
}
.aside__container ul {
	margin-left: 20px;
	text-indent: -20px;
}
@media all and (min-width: 375px) {
	.aside__container {
		padding-top: 93px;
	}
}
@media all and (min-width: 768px) {
	.aside-title {
		font-size: 24px;
	}
	.aside__container {
		padding-top: 123px;
	}
}

/* --------------------------------------------------------------
= Search
-------------------------------------------------------------- */
#search {
	background-color: #fff;
	display: block;
	height: 100%;
	max-height: 0;
	overflow: hidden;
	position: fixed;
		right: 0px;
		top: 0px;
	width: 100%;
	z-index: 750;
	-webkit-transition: max-height 500ms cubic-bezier(0.23, 1, 0.32, 1);
	        transition: max-height 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.search-active #search {
	max-height: 100%;
}
#search-overlay {
	z-index: 500;
}
#search #search-form {
	font-size: 18px;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 1244px;
	padding: 65px 20px 0;
}
#search #search-form h4 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
}

#search #search-form input,
#search #search-form button {
	border: 0;
	border-radius: 0;
	font-size: 18px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	margin: 0 0 20px;
	padding: 0;
	text-indent: 10px;
	width: 100%;
	-webkit-appearance: none;
}
#search #search-form input {
	background-color: #f0f0f0;
	color: #161716;
	outline: none;
}
#search #search-form input:focus,
#search #search-form input:active {
	outline: none;
}
#search #search-form button {
	background-color: #bad536;
	color: #161716;
	font-weight: 500;
	text-align: center;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
#search #search-form button:hover {
	background-color: #161716;
	color: #bad536;
}
@media all and (min-width: 375px) {
	#search #search-form {
		padding: 93px 20px 0;
	}
}
@media all and (min-width: 768px) {
	#search #search-form {
		font-size: 20px;
		padding: 123px 30px 0;
	}
	#search #search-form h4 {
		font-size: 20px;
	}
	#search #search-form input,
	#search #search-form button {
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}
	#search #search-form input {
		clear: left;
		float: left;
		width: calc(100% - 200px);
	}
	#search #search-form button {
		width: 200px;
	}
}
@media all and (min-width: 1024px) {
	.search-active #search {
		max-height: 380px;
	}
	#search #search-form {
		padding: 163px 40px 0;
	}
}

/* --------------------------------------------------------------
= Search Results
-------------------------------------------------------------- */
#search-results .highlight {
	background-color: #dcea9a;
}
.not-found .entry-content,
.entry-content.search-results {
	min-height: 500px;
}
.entry-content.search-results ul {
	border-top: 1px solid #dbdcdb;
	list-style: none;
}
.entry-content.search-results ul li {
	border-bottom: 1px solid #dbdcdb;
	line-height: 20px;
	padding: 10px 0;
	-webkit-transition: background-color 300ms ease;
	        transition: background-color 300ms ease;
}
.entry-content.search-results ul li .post-type {
	float: right;
	line-height: 20px;
}
.entry-content.search-results ul li a {
	color: #161716;
	text-decoration: none;
}
.entry-content.search-results ul li:hover {
	background-color: #f0f0f0;
}
@media all and (min-width: 768px) {
	.entry-content.search-results ul li {
		line-height: 30px;
		padding: 15px 0;
	}
}
@media all and (min-width: 1024px) {
	.entry-content.search-results ul li {
		line-height: 30px;
		padding: 15px 0;
	}
	.entry-content.search-results ul li .post-type {
		line-height: 30px;
	}
}

/* --------------------------------------------------------------
= Anchor menu
-------------------------------------------------------------- */
.anchor-menu {
	display: none;
}
@media all and (min-width: 1024px) {
	.anchor-menu {
		display: block;
		color: #161716;
		font-size: 20px;
		font-weight: 500;
		line-height: 35px;
		list-style: none;
		position: fixed;
			top: 50vh;
			right: 0;
		text-align: right;
		width: calc(50% - 345px);
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.anchor-menu li {
		max-width: 405px;
		padding-right: 40px;
	}
	.anchor-menu a {
		color: #161716;
		text-decoration: none;
		-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
	}
	.anchor-menu a:hover,
	.anchor-menu a.active {
		color: #717271;
	}
}

/* --------------------------------------------------------------
= Block Buttons
-------------------------------------------------------------- */
.block-button,
.wp-block-button__link {
	background-color: #bad536;
	color: #161716;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	text-decoration: none;

}
a.wp-block-button__link {
	border-bottom: none;
}
.block-button {
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.block-button:hover,
.wp-block-button__link:hover,
.simple-links .wp-block-button__link:hover {
	background-color: #161716;
	color: #bad536;
}
@media all and (min-width: 768px) {
	.block-button,
	.wp-block-button__link {
		font-size: 20px;
		line-height: 60px;
	}
}

/* --------------------------------------------------------------
= Titles
-------------------------------------------------------------- */
.page-title,
.section-title {
	font-size: 25px;
	font-weight: 300;
	line-height: 1.125em;
	margin-bottom: 30px;
	text-align: center;
}
.post-type {
	color: #717271;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.entry-title {
	font-size: 25px;
	font-weight: 300;
	line-height: 1.25em;
}
#hero .entry-title {
	font-size: 30px;
}
.post-date,
.sub-title {
	font-size: 16px;
	line-height: 1.5em;
}
@media all and (min-width: 768px) {
	.page-title,
	.section-title {
		font-size: 35px;
	}
	.post-type {
		font-size: 15px;
	}
	.entry-title {
		font-size: 30px;
	}
	#hero .entry-title {
		font-size: 40px;
	}
	.post-date,
	.sub-title {
		font-size: 20px;
	}
}
@media all and (min-width: 1024px) {
	.page-title,
	.section-title {
		margin-bottom: 50px;
	}
}

/* --------------------------------------------------------------
= Hero & Banner
-------------------------------------------------------------- */
#banner:before {
	content: '';
    display: inline-block;
	padding-top: 50px;
	width: 100%;
}
#banner img.banner {
	display: block;
	height: auto;
	width: 100%;
}
#hero {
	height: 100%;
}
.hero-slideshow_container {
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.hero-slideshow_container li {
	background-position: center center;
	background-size: cover;
	display: none;
	height: 100%;
	position: absolute;
		left: 0;
		top: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.hero-slideshow_container li:first-child {
	position: relative;
	display: block;
	float: left;
}
.hero-slideshow_header {
	background-color: rgba(252,252,252,0.7);
	padding: 20px 0;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	z-index: 50;
}
.hero-slideshow_header a.article {
	color: #161716;
	text-decoration: none;
	-webkit-transition: color 300ms ease;
	        transition: color 300ms ease;
}
.hero-slideshow_header:hover a.article {
	color: #717271;
}
.hero-slideshow_tabs {
	display: none;
}
@media all and (max-width: 768px) {
	#hero {
		height: 50vh;
		position: relative;
		margin-top: 70px;
	}
	.hero-slideshow_container {
		height: 50vh;
	}
	
	
}
@media all and (min-width: 375px) {
	#banner:before {
		padding-top: 70px;
	}
}
@media all and (min-width: 768px) {
	#banner:before {
		padding-top: 90px;
	}
	.hero-slideshow_tabs {
		display: block;
		padding: 0 40px 20px 0;
		position: absolute;
			bottom: 0;
			right: 0;
		text-align: right;
		z-index: 100;
	}
	.hero-slideshow_tabs li {
		background: transparent;
		border: 2px solid #717271;
		border-radius: 5px;
		display: inline-block;
		float: none;
		height: 10px;
		margin-left: 10px;
		position: relative;
		width: 10px;
	}
	.hero-slideshow_tabs a {
		display: block;
		overflow: hidden;
		position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
		text-align: left;
		text-indent: -9999px;
	}
	.hero-slideshow_tabs li.hero-slideshow_here {
		background: #717271;
	}
}
@media all and (min-width: 1500px) {
	.hero-slideshow_tabs {
		width: 750px;
		left: 50%;
	}
}

/* --------------------------------------------------------------
= Grid
-------------------------------------------------------------- */
.grid {
	clear: both;
    font-size: 0;
	line-height: 0;
	margin: 0 auto;
	max-width: 1500px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
}
.grid.artworks {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.grid.grid_border {
	padding-bottom: 40px;
}
.grid:after {
    content: '';
    display: inline-block;
	width: 100%;
}
.grid.grid_border:after {
	border-bottom: 1px solid #dbdcdb;
	margin: 0 20px;
	padding-top: 10px;
	width: calc(100% - 40px);
}
.grid .block {
	border: none;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 35px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-align: left;
	vertical-align: top;
}
.grid .block,
.grid .gap {
	display: inline-block;
	width: 100%;
}
.grid.artworks .block,
.grid.artworks .gap {
	width: 50%;
}
.grid .block a,
.grid .block img {
	display: block
}
.grid .block a.article {
	color: #161716;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.grid .block:hover a.article {
	color: #717271;
}
.grid.artworks .block img,
.grid .block a.article img {
	height: auto;
	margin-bottom: 15px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.grid.artworks .block:hover img,
.grid .block:hover a.article img {
	opacity: 0.6;
}
@media all and (min-width: 768px) {
	.grid {
		padding: 0 10px;
	}
	.grid.grid_border {
		padding-bottom: 60px;
	}
	.grid.grid_border:after {
		padding-top: 20px;
	}
	.grid .block {
		font-size: 18px;
	}
	.grid .block,
	.grid .gap {
		width: 50%;
	}
	.grid.special-events .block {
		width: 100%;
	}
	.grid.artworks .block,
	.grid.artworks .gap {
		width: 25%;
	}
	.grid.hot-picks .block,
	.grid.hot-picks .gap {
		width: 33.333332%;
	}
}
@media all and (min-width: 1024px) {
	.grid {
		padding: 0 20px;
	}
	.grid.grid_border {
		padding-bottom: 80px;
	}
	.grid.grid_border:after {
		padding-top: 40px;
	}
	.grid .block,
	.grid .gap {
		width: 33.333332%;
	}
	.grid.special-events .block {
		width: 100%;
	}
	.grid.hot-picks .block,
	.grid.hot-picks .gap {
		width: 25%;
	}
	.grid.artworks .block,
	.grid.artworks .gap {
		width: 16.666665%;
	}
}

/* --------------------------------------------------------------
= Entry Content
-------------------------------------------------------------- */
.entry-content {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 auto 60px;
}
.entry-content .has-small-font-size {
	font-size: 14px;
}
.entry-content.no-margin {
	margin-bottom: 0;
}
.entry-content.one-column {
	max-width: 690px;
}
.entry-content b,
.entry-content strong,
.entry-content cite {
	font-weight: 500;
}
.entry-content i,
.entry-content em {
	font-style: italic;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-size: 20px;
	line-height: 1.25em;
}
.entry-content h4 {
	padding-top: 1.25em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p {
	color: #161716;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content hr,
.entry-content input,
.entry-content select,
.entry-content .wp-block-button,
.entry-content blockquote {
	margin-bottom: 1.5em;
}
.entry-content ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
}
.entry-content.press ul {
	list-style: none;
	margin-left: 0;
}
.entry-content.press ul li {
	margin-bottom: .75em;
}
.entry-content hr {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #dbdcdb;
	border-left: none;
	font-size: 20px;
	height: 1px;
	padding-top: 1.5em;
}
.entry-content blockquote {
	border-left: 2px solid #bad536;
	padding-left: 1.5em;
}
.entry-content .wp-block-button__link {
	display: inline-block;
	width: 300px;
}
.entry-content .aligncenter {
	text-align: center;
}
@media all and (min-width: 375px) {
}
@media all and (min-width: 768px) {
	.entry-content {
		font-size: 18px;
		margin-bottom: 80px;
	}
	.entry-content .has-small-font-size {
		font-size: 16px;
	}
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content hr,
	.entry-content .wp-block-image {
		font-size: 24px;
	}
}
@media all and (min-width: 1024px) {
}

/* --------------------------------------------------------------
= Sidebars
-------------------------------------------------------------- */
.entry-details,
.entry-related {
	font-size: 16px;
	line-height: 1.5em;
}
.entry-details p,
.entry-related p,
.entry-details ul,
.entry-related ul,
.entry-related h4 {
	margin-bottom: 1.5em;
}
.entry-details p:last-child,
.entry-related p:last-child,
.entry-details ul:last-child,
.entry-related ul:last-child {
	margin-bottom: 0;
}
.entry-details b,
.entry-details strong,
.entry-details h5,
.entry-related b,
.entry-related strong,
.entry-related h4,
.entry-related h5 {
	font-weight: 500;
}
.entry-details i,
.entry-details em,
.entry-related i,
.entry-related em {
	font-style: italic;
}
.sidebar-left,
.sidebar-right {
	padding-bottom: 40px;
}
.sidebar-left.no-padding {
	padding-bottom: 1px;
}
@media all and (min-width: 768px) {
	.entry-details,
	.entry-related {
		font-size: 18px;
	}
	.entry-content.center-column,
	.sidebar-left,
	.sidebar-right {
		float: left; 
	}
	.entry-content.center-column {
		padding: 0 10px;
		width: 50%;
	}
	.sidebar-left,
	.sidebar-right {
		width: 25%;
	}
	.sidebar-left {
		padding-right: 30px;
	}
	.sidebar-right {
		padding-left: 30px;
	}
	.sidebar-left .block-button {
		margin-top: 6px;
	}
}
@media all and (min-width: 1024px) {
	.entry-details,
	.entry-related {
		font-size: 20px;
	}
}

/* --------------------------------------------------------------
= Media
-------------------------------------------------------------- */
.page-banner {
	display: block;
	height: auto;
	margin-bottom: 40px;
	width: 100%;
}
.entry-content .wp-block-image,
.entry-content .wp-iframe-container {
	margin-bottom: 1.5em;
}
.entry-content .wp-iframe-container {
	display: block;
	height: 0;
	padding-bottom: 66%;
	position: relative;
	width: 100%;
}
.entry-content .wp-block-image {
	font-size: 20px;
	padding-top: 1em;
	position: relative;
}
.entry-content figcaption {
	clear: both;
	color: #161716;
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px 0 0;
	text-align: left;
}
.entry-content img,
.entry-content .wp-block-image img {
	display: block;
	height: auto;
	width: 100%;
}
.entry-content .wp-block-gallery {
	list-style: none;
	margin: 0 0 1.5em;
	overflow: hidden;
	padding: 0;
	position: relative;
	max-width: 100%;
}
.entry-content .wp-block-gallery li {
	display: none;
	position: absolute;
		left: 0;
		top: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.entry-content .wp-block-gallery li:first-child {
	display: block;
	float: left;
	position: relative;
}
.entry-content .wp-block-gallery img {
	border: 0;
	display: block;
	float: left;
	height: auto;
	width: 100%;
}
.entry-content .is-type-video .wp-block-embed__wrapper {
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	height: 0;
}
.entry-content .wp-iframe-container iframe,
.entry-content .is-type-video .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry-content .is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	padding-bottom: 56.25%; /* 16:9 */
}
.entry-content .is-type-video.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
	padding-bottom: 66%; /* 4:3 */
}
@media all and (min-width: 768px) {
	.entry-content figcaption {
		background: rgba(252, 252, 252, 0.6);
		font-size: 14px;
		padding: 10px 15px;
		position: absolute;
			right: 0;
			bottom: 0;
			left: 0;
	}
}
@media all and (min-width: 1024px) {
	.entry-content .wp-block-gallery,
	.entry-content .wp-block-image .aligncenter {
		margin-right: -18.115942%;
		margin-left: -18.115942%;
		max-width: 136.231884%;
	}
	.entry-content figcaption {
		font-size: 16px;
	}
	.entry-content .wp-block-image .aligncenter figcaption {
		margin-right: -18.115942%;
		margin-left: -18.115942%;
		max-width: 136.231884%;
	}
}
/* --------------------------------------------------------------
= Lightbox
-------------------------------------------------------------- */
.gallery__container {
	height: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
	padding-bottom: 66.6666667%;
	position: relative;
}
.gallery__trig,
.gallery__container img {
	display: block;
}
.gallery__container img {
	height: auto;
	position: absolute;
	width: 100%;
}
.gallery__trig {
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}
.gallery__container .inner-block {
	background-color: rgba(252,252,252, 0.7);
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	z-index: 15;
}
.gallery-title {
	color: #161716;
	font-weight: 500;
	position: relative;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media all and (min-width: 768px) {
	.gallery__container .inner-block {
		opacity: 0;
		-webkit-transition: opacity 300ms ease;
		        transition: opacity 300ms ease;
	}
	.gallery__container:hover .inner-block {
		opacity: 1.0;
	}
}
body.hidden-scroll {
	overflow: hidden; 
}
.hidden {
	display: none;
}
.sl-overlay {
	position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	background: #fff;
	display: none;
	z-index: 1035; 
}
.sl-wrapper {
	z-index: 1040; 
}
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; 
}
.sl-wrapper button:hover {
	opacity: 0.7; 
}
.sl-wrapper .sl-close {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-image: url("images/close.png");
	display: none;
	position: fixed;
		right: 30px;
		top: 30px;
	z-index: 10060;
	margin-top: -14px;
	margin-right: -14px;
	height: 44px;
	width: 44px;
	line-height: 44px;
}
.sl-wrapper .sl-close:focus {
	outline: none; 
}
.sl-wrapper .sl-counter {
	display: none;
	position: fixed;
		top: 30px;
		left: 30px;
	z-index: 1060;
	color: #000;
	font-size: 20px; 
	letter-spacing: 2px;
}
.sl-wrapper .sl-navigation {
	width: 100%;
	display: none; 
}
.sl-wrapper .sl-navigation button {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px 29px;
	position: fixed;
		top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 22px;
	line-height: 44px;
	text-align: center;
	display: block;
	z-index: 10060;
	font-family: Arial, Baskerville, monospace;
	color: #000; 
}
.sl-wrapper .sl-navigation button.sl-next {
	background-image: url("images/arrow-right.png");
	right: 5px;
	font-size: 2rem; 
}
.sl-wrapper .sl-navigation button.sl-prev {
	background-image: url("images/arrow-left.png");
	left: 5px;
	font-size: 2rem; 
}
.sl-wrapper .sl-navigation button:focus {
	outline: none; 
}
@media (min-width: 35.5em) {
	.sl-wrapper .sl-navigation button {
		width: 44px; 
	}
	.sl-wrapper .sl-navigation button.sl-next {
		right: 10px;
		font-size: 3rem; 
	}
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 10px;
		font-size: 3rem; 
	} 
}
@media (min-width: 50em) {
	.sl-wrapper .sl-navigation button {
		width: 44px; 
	}
	.sl-wrapper .sl-navigation button.sl-next {
		right: 20px;
		font-size: 3rem; 
	}
	.sl-wrapper .sl-navigation button.sl-prev {
		left: 20px;
		font-size: 3rem; 
	} 
}
.sl-wrapper .sl-image {
	position: fixed;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 10000; 
}
.sl-wrapper .sl-image img {
	margin: 0;
	padding: 0;
	display: block;
	border: 0 none;
	width: 100%;
	height: auto; 
}
@media (min-width: 35.5em) {
	.sl-wrapper .sl-image img {
		border: 0 none; 
	} 
}
@media (min-width: 50em) {
	.sl-wrapper .sl-image img {
		border: 0 none; 
	} 
}
.sl-wrapper .sl-image iframe {
	background: #000;
	border: 0 none; 
}
@media (min-width: 35.5em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none; 
	} 
}
@media (min-width: 50em) {
	.sl-wrapper .sl-image iframe {
		border: 0 none; 
	} 
}
.sl-wrapper .sl-image .sl-caption {
	color: #161716;
	display: none;
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px 0 0;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0; 
	transform: translateY(100%);
}
@media all and (min-width: 768px) {
	.sl-wrapper .sl-image .sl-caption {
		background: rgba(252, 252, 252, 0.6);
		padding: 10px;
		transform: translateY(0); 
	}
}
.sl-wrapper .sl-image .sl-caption i,
.sl-wrapper .sl-image .sl-caption em {
	font-style: italic;
}
.sl-wrapper .sl-image .sl-caption b,
.sl-wrapper .sl-image .sl-caption strong {
	font-weight: 500;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
	bottom: auto;
	top: 0; 
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
	bottom: auto; 
}
.sl-wrapper .sl-image .sl-download {
	display: none;
	position: absolute;
		bottom: 5px;
		right: 5px;
	color: #000;
	z-index: 1060; 
}
.sl-spinner {
	display: none;
	border: 5px solid #333;
	border-radius: 40px;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
		top: 50%;
	width: 40px;
	z-index: 1007;
	-webkit-animation: pulsate 1s ease-out infinite;
	   -moz-animation: pulsate 1s ease-out infinite;
	    -ms-animation: pulsate 1s ease-out infinite;
	     -o-animation: pulsate 1s ease-out infinite;
	        animation: pulsate 1s ease-out infinite; 
}
.sl-scrollbar-measure {
	position: absolute;
		top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll; 
}
.sl-transition {
	transition: -moz-transform ease 200ms;
	transition: -ms-transform ease 200ms;
	transition: -o-transform ease 200ms;
	transition: -webkit-transform ease 200ms;
	transition: transform ease 200ms; 
}
@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		transform: scale(1.2);
		opacity: 0; 
	} 
}
@keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		transform: scale(1.2);
		opacity: 0; 
	} 
}
@-moz-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		transform: scale(1.2);
		opacity: 0; 
	} 
}
@-o-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		transform: scale(1.2);
		opacity: 0; 
	} 
}
@-ms-keyframes pulsate {
	0% {
		transform: scale(0.1);
		opacity: 0.0; 
	}
	50% {
		opacity: 1; 
	}
	100% {
		transform: scale(1.2);
		opacity: 0; 
	} 
}

/* --------------------------------------------------------------
= Homepage
-------------------------------------------------------------- */
#venue-rental .hentry {
	margin-bottom: 40px;
	position: relative;
}
#venue-rental .hentry .entry-title {
	margin-bottom: 15px;
}
#venue-rental .hentry p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1.25em;
}
#venue-rental .alignleft {
	display: block;
	height: auto;
	margin-bottom: 1.5em;
	width: 100%;
}
@media all and (min-width: 768px) {
	#venue-rental .hentry {
		margin-bottom: 60px;
	}
	#venue-rental .hentry p {
		font-size: 18px;
	}
	#venue-rental .alignleft {
		float: left;
		margin-bottom: 0;
		margin-right: 40px;
		width: calc(50% - 20px);
	}
	#venue-rental .entry-summery {
		position: absolute;
			top: 50%;
		left: calc(50% + 20px);
		transform: translateY(-50%);
	}
}
@media all and (min-width: 1024px) {
	#venue-rental .hentry {
		margin-bottom: 80px;
	}
	#venue-rental .hentry .entry-title {
		font-size: 40px;
	}
	#venue-rental .hentry p {
		font-size: 20px;
	}
	#venue-rental .alignleft {
		width: calc(66.666665% - 20px);
	}
	#venue-rental .entry-summery {
			top: 50%;
		left: calc(66.666665% + 20px);
		transform: translateY(-50%);
	}
}

/* --------------------------------------------------------------
= Venue Rental
-------------------------------------------------------------- */
.rental-rates {
	font-size: 14px;
	line-height: 1.5em;
}
.rental-rates p,
.rental-rates ul,
.rental-rates h4 {
	margin-bottom: 1.5em;
}
.rental-rates p:last-child,
.rental-rates ul:last-child {
	margin-bottom: 0;
}
.rental-rates b,
.rental-rates strong,
.rental-rates h4,
.rental-rates h5 {
	font-weight: 500;
}
.rental-rates i,
.rental-rates em {
	font-style: italic;
}
.rental-rates h4,
.rental-rates h5 {
	font-size: 18px;
}
@media all and (min-width: 768px) {
	.rental-rates h4,
	.rental-rates h5 {
		font-size: 20px;
	}
}


/* --------------------------------------------------------------
= Membership Accordian
-------------------------------------------------------------- */
.accordion.inline {
	border-top: 1px solid #dbdcdb;
	margin-bottom: 1.5em;
}
.accordion.inline a:first-child {
	color: #161716;
    display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 0 10px 20px;
	text-decoration: none;
	-webkit-transition: color 300ms ease;
	        transition: color 300ms ease;
}
.accordion.inline .menu-item {
	border-bottom: 1px solid #dbdcdb;
	position: relative;
}
.accordion.inline .sub-menu {
	display: none;
}
.accordion.inline .sub-menu form img {
	display: none;
}
.accordion.inline .sub-menu .portrait {
    float: left;
    margin: 0.25em 1.5em 1em 0;
    width: 33%;
}
.accordion.inline a:hover {
	color: #717271;
}
.accordion.inline .menu-item-has-children:before {
	background-image: url("images/arrow-menu.png");
	background-size: 11px 7px;
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 7px;
	position: absolute;
		top: 22px;
		left: 0;
	width: 11px;
	-webkit-transition: transform 300ms ease;
	        transition: transform 300ms ease;
	
}
.accordion.inline .menu-item-has-children.open a {
	color: #717271;
}
.accordion.inline .menu-item-has-children.open .sub-menu a {
	color: #161716;
}
.accordion.inline .menu-item-has-children.open:before {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.accordion.inline .menu-item.menu-item-has-children form input[type="image"] {
	display: block;
	height: auto;
	max-width: 300px;
	width: 100%;
	-webkit-transition: opacity 300ms ease;
	        transition: opacity 300ms ease;
}
.accordion.inline .menu-item.menu-item-has-children form input[type="image"]:hover {
	opacity: 0.7;
}
@media all and (min-width: 768px) {
	.accordion.inline a:first-child {
		font-size: 24px;
		padding: 15px 0 15px 20px;
	}
	.accordion.inline .menu-item-has-children:before {
		top: 27px;
	}
}

/* --------------------------------------------------------------
= Navigation
-------------------------------------------------------------- */
nav {
	font-size: 18px;
}
nav span {
	display: none;
}
nav a {
	color: #161716;
	text-decoration: none;
	-webkit-transition: color 300ms ease;
	        transition: color 300ms ease;
}
nav a:hover {
	color: #717271;
}
nav.border-top .inner:before {
	border-top: 1px solid #dbdcdb;
	content: '';
    display: inline-block;
	width: 100%;
}
.nav-previous,
.nav-select,
.nav-next {
	float: left;
	height: 100px;
	padding: 40px 0;
}
.nav-previous,
.nav-next {
	width: 15%;
}
.nav-previous {
	text-align: left;
}
.nav-select {
	text-align: center;
	width: 70%
}
.nav-next {
	text-align: right;
}
@media all and (min-width: 768px) {
	nav span {
		display: inline-block;
	}
	.nav-previous,
	.nav-select,
	.nav-next {
		height: 140px;
		padding: 60px 0;
	}
	.nav-previous,
	.nav-next {
		width: 25%;
	}
	.nav-select {
		width: 50%
	}
}

/* --------------------------------------------------------------
= Footer
-------------------------------------------------------------- */
#support {
	background-color: #f0f0f0;
	padding: 40px 0 20px;
}
#support .grid .block {
	margin-bottom: 20px;
}
#footer {
	color: #fff;
	background-color: #717271;
	padding: 34px 0;
}
#footer b,
#footer strong,
#footer .widget-title {
	font-weight: 600;
}
#footer a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 300ms ease;
	        transition: color 300ms ease;
}
#footer a:hover {
	color: #bad536;
}
#footer ul {
	margin: 0 auto;
	max-width: 1500px;
}
#footer ul .widget-container {
	float: left;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 32px;
	padding: 0 20px;
}
#copyright {
	background-color: #161716;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.menu-follow-container ul#menu-follow {
	background-image: url("images/follow-sprite-hover.png");
	background-position: 0 9999px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 15px 0 0;
}
.menu-follow-container li {
	background-image: url("images/follow-sprite.png");
	background-size: 83px 25px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 25px;
	margin-right: 10px;
	position: relative;
	-webkit-transition: background 300ms ease;
	        transition: background 300ms ease;
}
.menu-follow-container li:hover {
	background-image: url("images/follow-sprite-hover.png");
}
.menu-follow-container li a {
	display: block;
	overflow: hidden;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	text-indent: -9999px;
}
.menu-follow-container li.facebook {
	background-position: 0 0;
	width: 12px;
}
.menu-follow-container li.twitter {
	background-position: -12px 0;
	width: 32px;
}
.menu-follow-container li.instagram {
	background-position: -44px 0;
	width: 23px;
}
.menu-follow-container li.tumblr {
	background-position: -68px 0;
	width: 16px;
}
.textwidget p span {
    word-wrap: break-word;
}
@media all and (min-width: 375px) {
	#footer ul .widget-container {
		width: 50%;
	}
}
@media all and (min-width: 768px) {
	#support {
		padding: 40px 0 0;
	}
	#support .grid .block {
		margin-bottom: 40px;
	}
	#footer > ul {
		padding: 0 10px;
	}
	#footer ul .widget-container {
		width: 25%;
	}
	#footer ul .widget_custom_html {
		text-align: right;
	}
    .textwidget p span {
        word-wrap: normal;
    }
}
@media all and (min-width: 1024px) {
	#footer {
		padding: 36px 0 42px;
	}
	#footer > ul {
		padding: 0 20px;
	}
	.menu-follow-container li {
		margin-right: 15px;
	}
}
@media all and (min-width: 1280px) {
	#footer ul .widget-container {
		width: 16.666665%;
	}
	#footer ul .widget_custom_html {
		width: 33.3333332%;
	}
}

/* --------------------------------------------------------------
= Accessibility
-------------------------------------------------------------- */
.screen-reader-only {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	z-index: -1;
}

/* --------------------------------------------------------------
= IE Only
-------------------------------------------------------------- */
.ie-only {
	display: none;
}

/* --------------------------------------------------------------
= Mobile Only
-------------------------------------------------------------- */
#banner img.banner.mobile {
	display: block;
}
#banner img.banner.desktop {
	display: none;
}
@media all and (min-width: 768px) {
	#banner img.banner.mobile {
		display: none;
	}
	#banner img.banner.desktop {
		display: block;
	}
}