/*
Theme Name: West End House 2015
Theme URI: http://fullcirledesign.co/
Author: Full Circle Design, Inc.
Author URI: http://fullcircledesign.co/
Description: Custom web design and development for Dacon
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: westend2015

westend2015 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# specific pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Brooklyn Samuels', sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	margin: 0;
}
h1 {
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 1;
	color: #62466b;
	text-transform: uppercase;
}
h2 {
	font-size: 34px;
	font-size: 2.125rem;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-size: 26px;
	font-size: 1.625rem;
	color: #62466b;
}
h4 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
}
h5 {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: normal;
	color: #ab8fb4;
}
h6 {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}


/* text formatting block */
span.big {
	font-size: 18px;
	font-size: 1.125rem;
}
span.bigger {
	font-size: 24px;
	font-size: 1.5rem;
}
span.biggest {
	font-size: 32px;
	font-size: 2rem;
}
/* new font */
.brooklynsamuels {
	font-family: 'Brooklyn Samuels', sans-serif;
	line-height: 1;
}
.brooklynCaps {
	font-family: 'Brooklyn Samuels', sans-serif;
	line-height: 1;
	text-transform: uppercase;
	font-weight: normal;
}
/* add grey divider */
div.dividerGrey {
	display: block;
	width: 225px;
	height: 7px;
	background: url('images/dashedline.png');
	margin: .5em 0 1em;
}
div.dividerPurple {
	display: block;
	width: 225px;
	height: 7px;
	background: url('images/dashedline_purple.png');
	margin: .5em 0 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-family: 'Brooklyn Samuels';
	text-transform: uppercase;
	margin: 0 1em 1em 0;
	color: #b3b3b3;
	font-size: 26px;
	font-size: 1.625rem;
	width: 35%;
	float: left;
}
blockquote p {
	margin: 0 0 .75em;
}
blockquote:before,
blockquote:after {
	content: "";
	display: block;
	width: 50%;
	height: 3px;
	background: #e1b543;
}
blockquote:before {
	margin-bottom: 1em;
}
blockquote:after {
	margin-top: 1em;
}
blockquote small {
	text-transform: none;
	font-size: 65%;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*: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;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style-image: url('images/bullet.png');
}
ul ul {
	list-style: disc;
}
ul ul ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}
ol ol {
	list-style: lower-roman;
}
ol ol ol {
	list-style: lower-alpha;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}
td {
	padding: 5px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #0099d9;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-family: 'Brooklyn Samuels';
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	border: 0 none;
	padding: 12px 18px 8px 18px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

a.button.gray, button.gray, input[type="button"].gray, input[type="reset"].gray, input[type="submit"].gray {
	background: #8c93a8;
}
a.button.green, button.green, input[type="button"].green, input[type="reset"].green, input[type="submit"].green {
	background: #6b9080;
}
a.button.orange, button.orange, input[type="button"].orange, input[type="reset"].orange, input[type="submit"].orange {
	background: #e1b543;
}

a.button {
	display: inline-block;
	-webkit-appearance: inherit;
	color: #fff !important;
}

a.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
a.button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
a.button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: #96C9DF;
	color: #fff !important;
}
a.button.gray:hover, button.gray:hover, input[type="button"].gray:hover, input[type="reset"].gray:hover, input[type="submit"].gray:hover,
a.button.gray:focus, button.gray:focus, input[type="button"].gray:focus, input[type="reset"].gray:focus, input[type="submit"].gray:focus,
a.button.gray:active, button.gray:active, input[type="button"].gray:active, input[type="reset"].gray:active, input[type="submit"].gray:active {
	background: #bec4d6;
}
a.button.green:hover, button.green:hover, input[type="button"].green:hover, input[type="reset"].green:hover, input[type="submit"].green:hover,
a.button.green:focus, button.green:focus, input[type="button"].green:focus, input[type="reset"].green:focus, input[type="submit"].green:focus,
a.button.green:active, button.green:active, input[type="button"].green:active, input[type="reset"].green:active, input[type="submit"].green:active {
	background: #9cc4b2;
}
a.button.orange:hover, button.orange:hover, input[type="button"].orange:hover, input[type="reset"].orange:hover, input[type="submit"].orange:hover,
a.button.orange:focus, button.orange:focus, input[type="button"].orange:focus, input[type="reset"].orange:focus, input[type="submit"].orange:focus,
a.button.orange:active, button.orange:active, input[type="button"].orange:active, input[type="reset"].orange:active, input[type="submit"].orange:active {
	background: #f7d787;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navigation { width: 1000px; margin: 0 auto; padding: 20px;}
.wp-seo-paginate {padding:0; margin:20px 0; text-align:left;}
.wp-seo-paginate li {display:inline; list-style:none; line-height: 1;}
.wp-seo-paginate a {background:#0099d9; border:0; color:#fff !important; margin-right:5px; padding:5px 10px; text-align:center; text-decoration:none; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.wp-seo-paginate a:hover, .wp-paginate a:active {background:#96C9DF; color:#fff;}
.wp-seo-paginate .title {color:#555; margin-right:4px;}
.wp-seo-paginate .gap {color:#999; margin-right:4px;}
.wp-seo-paginate .current {color:#000; background:#eee; border:0; margin-right:4px; padding:5px 10px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.wp-seo-paginate .page {}
.wp-seo-paginate .prev, .wp-seo-paginate .next {}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #0099d9;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #96C9DF;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	width: auto;
	padding: 50px 0 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #898989;
	padding: 6px 10px;
	line-height: 1;
	border-bottom: 4px solid #ffffff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 28px;
	left: -999em;
	z-index: 99999;
	border-radius: 0 10px 10px;
	-webkit-border-radius: 0 10px 10px;
	-moz-border-radius: 0 10px 10px;
	-o-border-radius: 0 10px 10px;
}
.main-navigation ul ul > li:first-child > a {
	border-top-right-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-top-right-radius: 10px;
		-o-border-top-right-radius: 10px;
}
.main-navigation ul ul > li:last-child > a {
	border-bottom-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-bottom-right-radius: 10px;
		-o-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-bottom-left-radius: 10px;
		-o-border-bottom-left-radius: 10px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	color: #fff;
	background: #0099d9;
	background: rgba(0,153,217,0.95);
	width: 200px;
	padding: 10px;
	border-bottom: 0 none;
	font-weight: normal;
	text-transform: none;
}
.main-navigation ul ul ul a {
	background: #008ac8;
	background: rgba(0,138,200,0.95);
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	border-bottom: 4px solid #0099d9;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	background: #33ade1;
	background: rgba(51,173,225,0.95);
	border-bottom: 0 none;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation div > ul > li.current_page_item > a,
.main-navigation div > ul > li.current-menu-item > a,
.main-navigation div > ul > li.current_page_ancestor > a {
	border-bottom: 4px solid #0099d9;
}

.main-navigation ul li.button a {
	background: #0099d9;
	border-radius: 5px;
	color: #fff;
	border-bottom: 0 none;
	padding-bottom: 3px;
	margin: 0 10px;
}
.main-navigation ul li.button:hover a {
	border-bottom: 0 none;
	background: #96C9DF;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	position: relative;
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .post-navigation {
	width: 100%;
	margin: 0;
	padding: 20px;
	background: #eee;
}
.post-navigation .nav-links {
	width: 1000px;
	margin: 0 auto;
}
.site-main .post-navigation .nav-previous a {
	background: url('images/arrow_left.png') 0 50% no-repeat;
	padding-left: 30px;
}
.site-main .post-navigation .nav-previous a:hover {
	padding-left: 22px;
	color: #62466b;
}
.site-main .post-navigation .nav-next a {
	background: url('images/arrow_right.png') 100% 50% no-repeat;
	padding-right: 30px;
}
.site-main .post-navigation .nav-next a:hover {
	padding-right: 22px;
	color: #62466b;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

span.sep {
	margin: 0 10px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.contain,
#comments,
.not-found {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
.hentry.contain {
	margin: 0 auto 1.5em;
	padding: 30px 20px;
}
.blogfeed,
#comments,
.not-found {
	padding: 30px 20px;
}

.lighttext,
.lighttext h1,
.lighttext h2,
.lighttext h3,
.lighttext h4 {
	color: #fff !important;
}
.darktext,
.darktext h1,
.darktext h2,
.darktext h3,
.darktext h4 {
	color: #000 !important;
}

/* search in header */
#searchBar {
	position: relative;
	z-index: 999;
	display: none;
}
#searchform {
	position: relative;
	width: 100%;
	background-color: #eee;
	border-bottom: 4px solid #e1b543;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#searchBar input.search-input {
	background-color: #eee;
	display: block;
	padding: 10px 20px;
	font-size: 20px;
	font-size: 1.25rem;
	border: 0 none;
}
.search-submit {
	display: none;
}
.selector {
	position: absolute;
	left: 50%;
	margin-left: 440px;
	z-index: 999;
	width: 40px;
	height: 40px;
	background: url('images/search.png') center center #e1b543 no-repeat;
	background-color: #e1b543;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
}

/* translate in header */
.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {
	font-family: 'Proxima Nova' !important;
}
#translate {
	position: absolute;
	left: 50%;
	margin-left: 230px;
	z-index: 9999;
}
#translate select.goog-te-combo {
	-webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
	-moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
	border: 1px solid #d3d3d3 !important;
	border-top: 0 none !important;
	height: 40px !important;
	display: block;
	margin-top: -1px !important;
	-webkit-border-radius: 0 0 10px 10px !important;
	-moz-border-radius: 0 0 10px 10px !important;
	border-radius: 0 0 10px 10px !important;

	background-color: #ffffff;
	color: #888888;
	font-size: 16px !important;
	font-size: 1rem !important;
	padding: 5px 42px 5px 5px !important;
	width: 200px !important;
	cursor: pointer;

	background: url('images/dropdownarrow.gif') 100% 50% #fff no-repeat;
	background-size: 40px 40px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}

/* header */
#masthead {
	position: relative;
	width: 100%;
	z-index: 1;
	background: #fff;
}
#masthead:after {
	content: "";
	display: block;
	position: relative;
	bottom: -8px;
	width: 100%;
	height: 13px;
    background: url('images/edge_white.png') top center repeat-x;
}
#masthead .contain {
	padding: 5px 0;
}
#masthead .site-branding {
	width: 30%;
	padding: 40px 10px 5px;
	float: left;
}
#masthead h2.site-description {
	font-family: 'Proxima Nova';
	font-weight: normal;
	color: #990f17;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 20px 0 0;
}
#masthead .contactNumber {
	float: right;
	font-family: 'Proxima Nova';
	text-align: right;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	padding-right: 10px;
}

/* header images */
#imageheader {
	background: #eeeeee;
	width: 100%;
}
#imageheader .contain {
	height: 300px;
	position: relative;
	background-position: center center;
	background-size: cover;
}
#imageheader.none {
	height: 10px;
}
#imageheader.none:after {
	content: "";
	display: block;
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 13px;
    background: url('images/edge_white.png') top center repeat-x;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* slider on homepage */
#slidecontainer {
	position: relative;
	height: 600px;
}
#slidecontainer .slide {
	position: absolute;
	width: 100%;
	height: 600px;
}
.slide .contain {
	position: relative;
	display: table;
	height: 100%;
}
.slide hr {
	width: 80%;
	height: 4px;
	background: #fff;
	border: 0 none;
	margin: 0 0 1.5em;
}
#slidecontainer .slideCutout {
	position: absolute;
	width: 600px;
	height: 600px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
}
#slidecontainer .slideVideo {
	display: table-cell;
	vertical-align: middle;
	width: 600px;
	height: 600px;
	padding: 20px 0;
}
#slidecontainer .slideImage {
	position: absolute;
	width: 600px;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
}
#slidecontainer .slidecaptions {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 20px 20px 80px;
	width: 400px;
	overflow: hidden;
	z-index: 2;
}
#slidecontainer .slidecaptions p {
	margin-bottom: 1em;
}
#slidecontainer .slidecaptions a.button,
#slidecontainer .slidecaptions a.button.lightbg {
	background: #fff;
	color: #000;
}
#slidecontainer .slidecaptions a.button.darkbg {
	background: #000;
	color: #fff;
}
#slidecontainer .slidecaptions a.button:hover,
#slidecontainer .slidecaptions a.button.lightbg:hover {
	background: rgba(255,255,255,0.8);
}
#slidecontainer .slidecaptions a.button.darkbg:hover {
	background: rgba(0,0,0,0.7);
}
#slidecontainer ul.tabNavigation {
	position: absolute;
		left: 50%;
		bottom: 15px;
	list-style: none;
	width: 380px;
	text-align: right;
	margin: 0 0 0 120px;
	z-index: 2;
}
#slidecontainer ul.tabNavigation li {
	display: inline-block;
	line-height: 1;
	margin: 2px;
}
#slidecontainer ul.tabNavigation li a {
	display: block;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.5);
	height: 10px;
	width: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
}
#slidecontainer ul.tabNavigation li:hover a {
	letter-spacing: 1px;
}
#slidecontainer ul.tabNavigation li.selected a {
	background: #fff;
	box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
}
#slidecontainer .btn {
	/* display: none; */
	position: absolute;
		bottom: 20px;
		left: 50%;
	opacity: 0.65;
	width: 40px;
	height: 60px;
	margin-left: 120px;
	background: url('images/arrow_left.png') center center no-repeat;
	background-color: rgba(0,0,0,0.25);
	z-index: 99;
}
#slidecontainer a.btn {
	cursor: pointer;
	display: block;
}
#slidecontainer .btn.success {
	opacity: 1;
}
#slidecontainer .btn.next-tab {
	margin-left: 170px;
	background: url('images/arrow_right.png') center center no-repeat;
	background-color: rgba(0,0,0,0.25);
}

/* home page areas */
#homeUpdates {
	margin-top: 2.5rem;
}
.home .hentry.page h1.entry-title {
	margin-bottom: -5px;
}
.home .hentry.page h1.entry-title:after,
.search .hentry.page h1.entry-title:after {
	content: none;
}
#latestPost {
	width: 670px;
	padding: 0 20px 2em 0;
	float: left;
}
/* 2019.07 */
#latestPost {
	width: 33.3333%;
	box-sizing: border-box;
    padding: 0 40px 2em 0;
}
#latestPost h3 {
	font-family: 'Proxima Nova';
	text-transform: none;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
}
#latestPost .entry-content {
	margin-bottom: 1.5em;
}
#upcomingEvents {
	width: 330px;
	padding: 0 20px 2em;
	float: right;
}
/* 2019.07 */
#upcomingEvents {
	width: 33.3333%;
    padding: 0 40px 2em 0;
	box-sizing: border-box;
	float: left;
}
#upcomingEvents ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#upcomingEvents li {
	margin-bottom: 15px;
}
#upcomingEvents li:after {
	content: "";
	display: block;
	margin-top: 10px;
	width: 50%;
	height: 3px;
	background: #eee;
}
#upcomingEvents span.date {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1;
}
#upcomingEvents span.event {
	display: block;
	line-height: 1.2;
}
#upcomingEvents span.venue,
#upcomingEvents span.location {
	font-size: 12px;
	font-size: 0.75rem;
	color: #666;
	text-transform: uppercase;
}
#upcomingEvents .noevents {
	color: #888;
	font-style: italic;
}
#upcomingEvents span.street-address,
#upcomingEvents span.postal-code,
#upcomingEvents span.country-name,
#upcomingEvents span.location span.delimiter:first-of-type {
	display: none;
}
#latestPost h2,
#upcomingEvents h2,
#facebookPosts h2 {
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url('images/dashedline.png') bottom left no-repeat;
}

/* 2019.07 */
#latestPost > div, #upcomingEvents > ul, #facebookPosts .efbl_feed_wraper, #facebookPosts .fb-page {
    height: 500px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
}
#facebookPosts .fb-page {
	display: block;
}
#latestPost > div:after, #upcomingEvents > ul:after, #facebookPosts .efbl_story_text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
#facebookPosts .efbl_story_text:after {
  height: 70%;
}
#facebookPosts {
    box-sizing: border-box;
    width: 33.3333%;
    padding: 0;
    float: left;
}
#facebookPosts .efbl_feed_wraper {
    float: none;
    overflow: auto;
    background: white;
}
#facebookPosts #efblcf .efbl_story_photo {
    float: none;
}
#facebookPosts #efblcf.thumbnail .efbl_story_photo {
    float: none;
    width: 100%;
}
#facebookPosts #efblcf .efbl_story_photo img, #efblcf .efbl_story_photo video {
    float: none;
    margin-bottom: 1em;
}
#facebookPosts #efblcf.thumbnail .efbl_post_content {
    float: none;
    width: 100%;
}
#facebookPosts #efblcf .efbl_post_content .efbl_author_info {
    float: none;
    padding-bottom: 1em;
}
#facebookPosts .efbl_story_text {
    position: relative;
    max-height: 9em;
    overflow: hidden;
}
#facebookPosts #efblcf .efbl_story_meta {
    float: none;
    margin-top: 0;
}
#facebookPosts #efblcf .efbl_story_meta .efbl_read_more_link {
    float: none;
    margin: 0;
}
#facebookPosts #efblcf .efbl_info {
    display: none;
}

.home .hentry.page {
	padding-bottom: 0;
}

#tribe-events-pg-template {
	padding: 20px;
}

/* Blog Area */
#categoryNav {
	font-family: 'Brooklyn Samuels';
	text-transform: uppercase;
	padding: 20px 0;
	background: url('images/dashedline.png') bottom center no-repeat;
}
#categoryNav ul {
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
}
#categoryNav li {
	display: inline-block;
	margin: 0 2px;
}
#categoryNav li.title {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 1px;
	color: #888;
}
#categoryNav li a {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	padding: 12px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 1;
	background: #0099d9;
	color: #fff;
}
#categoryNav li a:hover {
	color: #000;
	background: #eee;
}
#categoryNav li ul {
	margin-top: 10px;
}

/* newsletter sign up */
.blog #newsletterContain {
	margin-bottom: 0px;
	margin-top: 20px;
	max-width: 100%;
}

#newsletterContain {
	margin-bottom: 50px;
	margin-top: -20px;
	max-width: 60%;
}
#newsletterTab {
	position: relative;
	padding: 20px 15px 15px;
	width: 100%;
	z-index: 1;
	background-color: #eee;
}
#newsletterTab:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "▶";
	display: inline-block;
	float: right;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	background: #62466b;
	padding: 30px;
	color: #fff;
	margin-left: 8px;
	cursor: pointer;
}
#newsletterTab.active:after {
	content: "▼";
}
#newsletterContent {
	position: relative;
	display: none;
	background-color: #f6f6f6;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
}
#newsletterContent {
	padding: 20px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-template-page-sidebar #content,
.page-template-page-sidebar-then-full #content {
	max-width: 1000px;
	margin: 0 auto;
}
.page-template-page-sidebar #primary,
.page-template-page-sidebar-then-full #primary {
	max-width: 70%;
	float: left;
}
.page-template-page-sidebar #primary .contain,
.page-template-page-sidebar-then-full #primary .contain {
	width: auto;
	margin: 0;
	padding-bottom: 0;
}
.page-template-page-sidebar-then-full #primary .contain *:last-child {
	margin-bottom: 0;
}
.page-template-page-sidebar #secondary,
.page-template-page-sidebar-then-full #secondary {
	max-width: 30%;
	float: left;
	margin: 20px 0;
}

#secondary .widget{
	padding: 10px;
}

.page-header {
	padding: 30px 20px;
}
.not-found .page-header {
	padding: 20px 0;
}
.hentry.page h1.entry-title {
	display: inline-block;
}
.hentry.page h1.entry-title:after {
	content: "";
	display: block;
	height: 4px;
	background: #62466b;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.blog .hentry,
.archive .hentry,
.search .hentry,
.archive .hentry {
	border-bottom: 3px dashed #eee;
}
.blog .hentry h1.entry-title,
.archive .hentry h1.entry-title,
.search .hentry h1.entry-title,
.archive .hentry h1.entry-title {
	font-family: 'Proxima Nova';
	text-transform: none;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: normal;
}

.thumbnail-wrapper {
	display: block;
	width: 220px;
	height: 220px;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta,
footer.entry-footer {
	font-size: 12px;
	font-size: 0.75rem;
	color: #666;
}
header .entry-meta .byline {
	display: none;
}
.post footer.entry-footer {
	clear: both;
	padding: 10px;
	margin-bottom: 20px;
	background: #f8f8f8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
footer.entry-footer span {
	margin-right: 20px;
}

.team.contain {
	padding: 20px;
}
.teamMember {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	//float: left;
	margin: 0 0 1.5em 0;
	padding-bottom: 1.5em;
	padding-right: 1em;
	background: url('images/dashedline.png') no-repeat bottom left;
}
.teamMember .name a {
	color: #62466b;
}
.teamMember .name a:hover {
	color: #A58EAD;
}
.teamPhoto {
	position: relative;
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 1.5em 0 0;
}
.teamPhoto > a {
	opacity: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(98,70,107,0.8);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.teamPhoto > a:hover {
	opacity: 1;
}
.teamPhoto > a span {
	font-family: 'Brooklyn Samuels', sans-serif;
	position: absolute;
	top: 35%;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	line-height: 1;
	font-size: 30px;
	text-transform: uppercase;
}
.teamPhoto > a span:before,
.teamPhoto > a span:after {
	content: "";
	display: block;
	height: 3px;
	width: 40%;
	background: #e1b543;
	margin: 0 auto;
}
.teamPhoto > a span:before {
	margin-bottom: 8px;
}
.teamPhoto .image {
	width: 150px;
	height: 150px;
	background-image: url('images/defaultbio.jpg');
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.emailaddress {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin: 1em 0;
	cursor: pointer;
	background: url('images/icon_email.png') center center no-repeat;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.emailaddress:hover {
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
#colorbox {
	border: 5px solid #62466b;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
#cboxContent div {
	font-family: 'Proxima Nova';
	font-size: 16px;
	font-size: 1rem;
}
.biodescription {
	padding: 20px;
}
.biodescription .teamPhoto,
.biodescription .teamPhoto .image {
	width: 250px;
	height: 250px;
}
.wp-video {
	margin-bottom: 15px;
}


/* Flextible Fields
========================================== */
.entry-flexible {
	margin-top: -25px;
}

/* Four Columns
======================== */
.fourcolumns {
	margin-top: .5em;
	margin-bottom: 2.5em;
	text-align: center;
}
.fourcolumns .column {
	position: relative;
	width: 25%;
	float: left;
	padding: 0 10px;
}
.fourcolumns .columnimage {
	margin: 0 0 1rem;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Three Columns
======================== */
.multicolumns {
	margin-top: .5em;
	margin-bottom: 2.5em;
	text-align: center;
}
.multicolumns .column {
	position: relative;
	width: 31.3%;
	float: left;
	padding: 0 10px;
	margin: 0 1%;
}
.multicolumns .columnimage {
	margin: 0 -10px 1rem;
	width: 106.5%;
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.home .multicolumns .columnimage {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.home .multicolumns .column {
	background: #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* hovers */
.multicolumns .column a.hoverArea {
	opacity: 0;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	width: 100%;
	background: #44314b;
	background: rgba(68,49,75,0.95);
	color: #fff !important;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-webkit-transition: all .4s ease-in-out;
}
.multicolumns .column a.hoverArea:hover {
	opacity: 1;
}
.multicolumns .column a.hoverArea h2 {
	position: absolute;
		top: 45%;
	text-align: center;
	width: 100%;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
}
.multicolumns .column a.hoverArea h2:before,
.multicolumns .column a.hoverArea h2:after {
	content: "";
	display: block;
	height: 3px;
	width: 40%;
	background: #e1b543;
	margin: 0 auto;
}
.multicolumns .column a.hoverArea h2:before {
	margin-bottom: 13px;
}
.multicolumns .column a.hoverArea h2:after {
	margin-top: 7px;
}

/* Two Columns
======================== */
.twocolumns {
	overflow: auto;
	margin-top: .5em;
	margin-bottom: 2.5em;
}
.twocolumns .column {
	width: 50%;
	float: left;
	padding: 0 20px;
	overflow: hidden;
}
.twocolumns .columnimage {
	width: 100%;
	height: 250px;
	margin: 0 0 1rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.twocolumns .column a.button,
.multicolumns .column a.button {
	display: block;
	text-align: center;
	margin-bottom: .8rem;
}

/* Call Out Box
======================== */
.calloutbox {
	text-align: center;
	background: #0099d9;
	color: #fff;
	padding: 20px;
	margin-top: .5em;
	margin-bottom: 2.5em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.calloutbox.hasimage {
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 30px 20px 30px 325px;
}
.calloutbox .calloutImage {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.calloutbox h2 {
	position: relative;
	font-weight: bold;
	font-size: 40px;
	font-size: 2.5rem;
	color: #fff;
}
.calloutbox h2:after {
	content: "";
	display: block;
	height: 4px;
	background: #fff;
	width: 25%;
	margin: 2px auto 10px;
}
.calloutbox.hasimage h2:after {
	margin: 5px 0 10px;
}
.calloutbox a.button {
	background: #fff;
	color: #0099d9 !important;
}
.calloutbox a.button:hover {
	background: #A2E3FF;
}

/* Text Block
======================== */
.textblock {
	margin-top: .5em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.textblock .contain {
	padding: 30px 20px;
}

/* Featured Posts
======================== */
.blogfeed {
	margin-top: .5em;
	margin-bottom: 2.5em;
	border-top: 2px solid #eee;
}
.blogfeed header.entry-header {
	margin-bottom: 10px;
}
.blogfeed li {
	margin-bottom: 1em;
}
.blogfeed h3.entry-title {
	font-family: 'Proxima Nova';
	text-transform: none;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------
.hentry.format-quote h1.entry-title,
.hentry.format-image h1.entry-title,
.hentry.format-gallery h1.entry-title,
.hentry.format-status h1.entry-title,
.hentry.format-link h1.entry-title {
	position: relative;
}
.hentry.format-quote h1.entry-title:before,
.hentry.format-image h1.entry-title:before,
.hentry.format-gallery h1.entry-title:before,
.hentry.format-status h1.entry-title:before,
.hentry.format-link h1.entry-title:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background-position: top left;
}
*/

.hentry.format-link .entry-summary a.button {
	display: table;
	width: auto;
	margin: .5em 0 1em;
}

.blog .format-status,
.blog .format-quote,
.archive .format-status,
.archive .format-quote,
.search .format-status,
.search .format-quote {
	font-size: 22px;
	font-size: 1.375rem;
}
/*
.hentry.format-quote h1.entry-title:before {
	background-image: url('images/format_quote.png');
}
.hentry.format-image h1.entry-title:before {
	background-image: url('images/format_image.png');
}
.hentry.format-gallery h1.entry-title:before {
	background-image: url('images/format_gallery.png');
}
.hentry.format-status h1.entry-title:before {
	background-image: url('images/format_status.png');
}
.hentry.format-link h1.entry-title:before {
	background-image: url('images/format_link.png');
}
*/
.blog .format-quote .entry-content,
.archive .format-quote .entry-content,
.search .format-quote .entry-content {
	min-height: 80px;
	background: url('images/blockquote.png') top left no-repeat;
	padding: 0 100px;
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
}

.format-image a.thumbnail-wrapper {
	display: block;
	width: 50%;
	height: 300px;
	max-height: 300px;
	float: left;
	overflow: hidden;
	margin: 0 1.5em 1em 0;
}
.format-image a.thumbnail-wrapper img {
	vertical-align: top;
	width: 100%;
}

.format-gallery ul.galleryPreview {
	margin: 0 1.5em 1em 0;
	list-style: none;
	padding: 10px;
	background: #ebebeb;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: auto;
}
.format-gallery .galleryPreview li {
	float: left;
	margin: 0 10px 0px 0;
}
.format-gallery .galleryPreview li:last-child {
	margin-right: 0;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#fatFooter {
	position: relative;
	background: #62466b;
	color: #fff;
}
#fatFooter:before {
	content: "";
	display: block;
	position: relative;
	top: -8px;
	width: 100%;
	height: 13px;
    background: url('images/edge_purple.png') top center repeat-x;
}
#fatFooter .widget {
	width: 33.3%;
	padding: 20px;
	float: left;
	text-align: center;
}
#fatFooter h2.widget-title {
	color: #fff;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

#fatFooter .uw-logo {
	text-align: center;
	padding-bottom: 2em;
	display: none;
}

.home #fatFooter .uw-logo {
	display: block;
}

#colophon {
	clear: both;
	background: #000000;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
}
#colophon .site-info {
	padding: 10px 0px;
}

/*--------------------------------------------------------------
## Social Media
--------------------------------------------------------------*/
ul.socialicons {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.socialicons li {
	margin: 0 5px 0 0;
}
.socialicons a {
	display: block;
	font-family: 'Brooklyn Samuels';
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	line-height: 1.2;
}
.socialicons a:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	background-repeat: no-repeat;
	transition:all .3s ease-in-out;
		-webkit-transition:all .3s ease-in-out;
		-moz-transition:all .3s ease-in-out;
		-o-transition:all .3s ease-in-out;
		-ms-transition:all .3s ease-in-out;
}
.socialicons a:hover:before {
	transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
}
.socialicons a.facebook {
	color: #9bb1cb;
}
.socialicons a.facebook:before {
	background-image:url('images/social_facebook.png');
}
.socialicons a.twitter {
	color: #cce3de;
}
.socialicons a.twitter:before {
	background-image:url('images/social_twitter.png');
}
.socialicons a.flickr {
	color: #8c93a8;
}
.socialicons a.flickr:before {
	background-image:url('images/social_flickr.png');
}
.socialicons a.google {
	color: #eeb8b0;
}
.socialicons a.google:before {
	background-image:url('images/social_google.png');
}
.socialicons a.linkedin {
	color: #9fb5dd;
}
.socialicons a.linkedin:before {
	background-image:url('images/social_linkedin.png');
}
.socialicons a.youtube {
	color: #ceb7bd;
}
.socialicons a.youtube:before {
	background-image:url('images/social_youtube.png');
}
.socialicons a.instagram {
	color: #ada490;
}
.socialicons a.instagram:before {
	background-image:url('images/social_instagram.png');
}

/*--------------------------------------------------------------
## Get Involved
--------------------------------------------------------------*/
#fatFooter .getInvolved a.button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 20px 10px;
	margin-bottom: 15px;
	font-size: 30px;
	font-size: 1.875rem;
	color: #fff;
	font-weight: normal;
}
#fatFooter .getInvolved a.button:hover,
#fatFooter .getInvolved a.button:active {
	color: #000 !important;
}
#fatFooter .getInvolved a.volunteer {
	background: #e1b543;
}
#fatFooter .getInvolved a.donate {
	background: #6b9080;
}
#fatFooter .getInvolved a.join {
	background: #8c93a8;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	background: #f8f8f8;
	margin-bottom: 1.5em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.page-template-slider-template #imageheader.none {
	height: 0;
}
.page-template-slider-template #slidecontainer .slideImage {
	width: 100%;
}
