/*
Theme Name: Historical
Theme URI: http://knightandlion.com
Author: Carmi Parker
Author URI: http://knightandlion.com
Description: Custom theme for Mukilteo Historical Society.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: historical
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Historical is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

Palette:
Dark blue (header, menu, headings): #1a4267; rgb(26,66,103)
Light blue: (links): #6593b6; rgb(101,147,182)
Red (emphasis): af1a38; rgb(137,44,63)
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
	## Global
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Muli');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
        background-color: #ccc;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	outline: none;
}

body {
	margin: 0 auto;
    max-width: 1000px;
	outline: none;
}

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;
	outline: none;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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,
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: 'Muli', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.site-content {
	font-size: 1.125em;
	line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	clear: both;
	line-height: 1.3em;
        margin-top: 0;
	margin-bottom: 1rem;
        color: #1a4267;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.15em; }
h5 { font-size: .9em; }
h6 { font-size: .75em; font-weight: bold;}


p {
	margin-bottom: 1.2em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #6593b6;
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 18px 25px;
	border-radius: 5px;
	border: none;
	padding: .6em 1em .4em;
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: rgba(101, 147, 182, 1);
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	outline: none;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #6593b6;
        text-decoration: none;
}

a:visited {
	color: #289bbe;
}

a:hover,
a:focus,
a:active {
	color: #6593b6;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 1em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation a {
	position: relative;
	display: block;
	padding: 0.8em .8em;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6em;
	color: white;
        background-color: #6593b6;
        text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #fff;
	color: #6593b6;
        
}

.main-navigation a,
.main-navigation ul ul li:lastchild a {
	border-bottom: 1px solid white;
}

.main-navigation ul li:last-child a {
	border-bottom: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	border-top: 1px solid;
        border-top-color: rgba(255, 255, 255, .5);
	position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	//font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a,
.main-navigation .page_item_has_children > a{
	padding-right: 42px;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	position: absolute;
	height: 27px;
	width: 27px;
	top: 12px;
	right: 6px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	font-family: 'FontAwesome';
	background-color: #6593b6;
	border: 1px solid #6593b6;
	content: "";
	color: #fff;
	text-transform: lowercase; /* Stop screen readers from reading the text as capital letters */
}

.dropdown-toggle:after {
	content: "\f078";
	font-size: 12px;
	line-height: 27px;
	position: relative;
	top: 0;
	left: 1px;
	width: 27px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #fff;
	color: #6593b6;
        //padding-right: 2px;
}

.dropdown-toggle.toggle-on:after {
	content: "\f077";
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	position: fixed;
	z-index: 100;
	bottom: 1em;
	left: 1em;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #6593b6;
	color: #fff;
	border: solid 2px #fff;
	transition: all ease-out 400ms;
}

.menu-toggle.hide {
	bottom: -2.5em;
}

/* Make sure the button doesn't hide when menu is open. */

.toggled .menu-toggle.hide {
	bottom: 1em;
}


.menu-toggle:hover,
.menu-toggle:focus {
}

@media screen and (min-width: 50em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	
	.ufaq-faq-title-text {float: none !important; display: inline-block;}
}

/* Hovering menu */

.main-navigation.toggled {
	position: fixed;
	bottom: 0;
	padding: 1em;
	z-index: 1;
}

.nav-menu {
	padding: 0;
	margin-bottom: 3em;
	background-color: #6593b6;
}

.main-navigation.toggled ul {
	max-height: calc(100vh - 8em);
	overflow-y: auto;
}

.main-navigation.toggled ul ul {
	display: none;
}

.main-navigation.toggled ul ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on > ul {
	display: block;
}

/* Horizontal menu on wide screens */
@media screen and (min-width: 50em) {
	
	/* Position the menu in the header */
	.main-navigation,
	.main-navigation.toggled {
		position: relative;
		min-height: 3.5em;
		padding: 0 1.5em;
		background-color: #6593b6;
	}
	
	.nav-menu {
		background-color: transparent;
                margin-bottom: 0;
                padding-top: .25em;
	}
	
	.main-navigation ul,
	.main-navigation.toggled ul {
		max-height: none;
		padding-left: 0;
		text-align: left;
	}
	
	.main-navigation.toggled ul {
		overflow-y: visible;
	}
	
	/* Display the menu items in a horizontal order */
	.main-navigation li {
		display: inline-block;
                border: none;
	}
        
        .main-navigation a {
            padding-bottom: .5em;
        }
	
	/* Add an outline to the drop-down menus */
	.main-navigation ul ul {
		outline: none;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3) ;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
	}
        
	/* Left-align drop-down menu items */
	.main-navigation li li {
		display: block;
		text-align: left;
	}
	
	.main-navigation a,
	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}
	
	/* Add an outline on hovered and focused menu items */
	.main-navigation a:hover,
	.main-navigation a:focus {
	  background-color: #6593b6;
		color: #fff;
				outline: none;
	}
	
	/* Create hover and focus contrast on drop-down items */
	.main-navigation li li a:hover,
	.main-navigation li li a:focus {
		background: #eee;
		color: #6593b6;
		text-decoration: none;
	}
	
	/* Position drop-down menus absolutely */
	.main-navigation ul ul.toggled-on {
		position: absolute;
		width: 12em;
		display: block;
		z-index: 10;
		margin-left: 0;
		background: #6593b6;
	}
	
	.main-navigation ul ul ul.toggled-on {
		position: relative;
	}
	
	/* Indent 3rd level drop-down menus */
	.main-navigation ul ul ul a {
		padding-left: 2em;
	}
	
	/* Simplify the drop-down toggle */
	.dropdown-toggle {
		top: 11px;
		right: 12px;
		border: none;
		outline: none;
	}
	
	.dropdown-toggle::after {
		line-height: 27px;
		width: 27px;
	}
	
}

.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 {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# 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:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
        background-color: #1a4267;
        background-repeat: no-repeat;
}



@media screen and (min-width: 50em) {
	.site-header {
		min-height: 4em;
                background-repeat: no-repeat;
	}
}

.site-logo {
	position: relative;
}

.site-logo a {
	position: absolute;
	z-index: 10;
	top: 1em;
	left: 1em;
	display: block;
	width: 2em;
	height: 2em;
	background: black;
	border: 2px solid white;
	color: white;
	text-decoration: none;
}

.site-logo a:hover,
.site-logo a:focus {
	outline: 2px solid white;
}

.site-firstletter {
	font-family: 'Muli', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	line-height: 1.3em;
}

.site-logo a:hover .site-firstletter,
.site-logo a:focus .site-firstletter {
	background: white;
	color: black;
}

.header-image {
}

.site-branding {
    margin: 0 auto;
}

@media screen and (min-width: 925px) {
    .header-image {
        display: inline-block;
        float: left;
    }
    
    .site-branding {
        display: inline-block;
        float: left;
        width: calc(100% - 500px);
        height: 300px;
    }
    
    .branding-text {
        margin-top: 5em;
        background-color: rgba(101, 147, 182, .7);
        padding: .5em 0;
        border-top: 1px white solid;
        border-bottom: 1px white solid;
    }
}

@media screen and (min-width: 800px) and (max-width: 924px){
        .header-image {
            display: inline-block;
            float: left;
        }    
    
        .site-branding {
            display: inline-block;
            float: left;
            width: calc(100% - 500px);
            height: 300px;
        }
    
        .branding-text {
            margin-top: 3em;
            background-color: rgba(101, 147, 182, .7);
            padding: .5em 0;
            border-top: 1px white solid;
            border-bottom: 1px white solid;
        }
}

@media screen and (min-width: 500px) and (max-width: 799px){
        .header-image {
            display: block;
            margin: 0 auto;
        }    
    
        .site-branding {
            display: block;
            margin: 0 auto;
            width: 500px;
            height: 100%
        }
    
        .branding-text {
            background-color: rgba(101, 147, 182, .7);
            padding: .5em 0;
            border-top: 1px white solid;
        }
}

.site-title {
	margin: .25em auto;
	font-family: 'Playfair Display', sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	color: #fff;
        text-align: center;
        padding: 0 .25em;
}

@media screen and (min-width: 50em) {
	.site-title {
		font-size: 2.0em;
        width: 100%;
        color: white;
	}
}

.site-title a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.site-title a:hover,
.site-title a:focus {
	outline: none;
}

.site-title::after {
	display: block;
	content: "";
	margin: .5em auto 0;
	width: 3em;
	border-bottom: solid 1px #fff;
	opacity: .5;
}

.site-description {
	margin: 1em auto;
	font-size: 1em;
	color: #fff;
        text-align: center;
}

@media screen and (min-width: 50em) {
	.site-description {
                width: 100%;
                padding: 0 .25em;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
    margin: 1em;
}

.widget {
	margin: 1.8em 0 1.5em;
}

.widget-title {
    font-size: 1em;
    font-family: "Muli", sans-serif;
    padding-bottom: .25em;
    border-bottom: double 3px #ccc;
    border-bottom-style: double;
	margin: 0 1em 1em 0em;
    
}

@media screen and (min-width: 50em) {
    .widget-area {
        float: right;
        width: 30%;
        margin: 1em 0;
        padding-right: 1em;
    }
    
/*    .widget-title {
        margin: 0 1em .5em 0;
    }*/
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*styling for the event calendar widget */

.tribe-list-widget {
    padding: 0em;
    margin-left: 0em;
}

@media screen and (max-width: 50em) {
    .tribe-list-widget {
    }
}

.tribe-events-list-widget {
    
}

.tribe-events-list-widget ol li {
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
    margin-bottom: .5em;
}

.tribe-event-title {
   font-size: 1em; 
   font-family: "Muli", sans-serif;
   color: #1a4267;
   margin-bottom: .25em;
}

.tribe-event-duration {
    font-size: .8em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
.site-main {
	margin: 1em;
	font-size: .8em;
	line-height: 1.4em;
}

@media screen and (min-width: 50em) {
	.site-main {
		margin: 1.5em;
                font-size: 1em;
	}
        .content-area {
        float: left;
        width: 100%; 
        }
        
        .home .content-area {
            width: 70%;
        }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-title {
    padding: 0 0 5px 5px;
    border-top: 3px #6593b6 double;
    border-bottom: 3px #6593b6 double;
    text-align: center;
    color: #1a4267;
}

.sticky {
	display: block;
        border:  1px solid #ccc;
        padding: 1em;
}

.sticky .entry-header,
.sticky .entry-footer {
    display: none;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

@media screen and (max-width: 768px) {
    .tower,
    .christopher,
    .qtrs-a {
        display: none;
    }
    

}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
        font-size: .75em;
        font-weight: bold;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.site-footer {
    background-color: #1a4267;  
}

.site-info {
    color: white;
    padding: 5px;
    text-align: center;
    font-size: .75em;
}

/* Custom styles */
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat,
.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat, .give-btn {background-color: rgba(101, 147, 182, .85) !important; color: #fff !important; width: 100% !important;}
.give-btn {max-width: 180px; outline: none;}
.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,.give-btn:hover {background-color: rgba(101, 147, 182, 1) !important; color: #fff !important;}
.home .vc_btn3-inline {width: 100% !important;}
.home .savor {font-style: italic; font-size: 1.15em; color: #BFA27B; font-weight: 400;}
.home .entry-title {display: none;}
.main-navigation.toggled {z-index: 15 !important;}
.textwidget,
.textwidget p,
.textwidget ul {font-size: .9em; line-height: 1.25em;}
.tribe-events-adv-list-widget ol, .tribe-events-list-widget ol {list-style: none}
.tribe-events-adv-list-widget .tribe-event-title, .tribe-events-list-widget .tribe-event-title {font-size: .85em; margin-bottom: 0; padding-bottom: 0;}
.tribe-events-widget-link {font-size: .85em;}
/* FAQs */
.ewd-ufaq-post-margin-symbol {padding-top: 12px; margin-right: 5px; border-style: none !important; }
.ewd-ufaq-post-margin-symbol span {font-size: 15px;}
.ufaq-faq-title h1, .ufaq-faq-title h2, .ufaq-faq-title h3, .ufaq-faq-title h4, .ufaq-faq-title h5, .ufaq-faq-title h6 {margin: 10px 0 !important;}
.single .entry-meta {text-align: center; font-size: .98em; font-family: Georgia, serif; font-style: italic;}
.wp-caption-text {font-size: .85em; line-height: 1.2em; font-family: Georgia, serif; font-style: italic; font-weight: 400;}
a.ewd-ufaq-post-margin {width: 100%; display: inline-block; outline: none;}
.ufaq-faq-title-text {width: 85%;}
/* Events */
.vc_custom_1419260513295 {background-color: #6593b6 !important;}
em {font-family: Georgia, sans-serif; font-style: italic;}
/* Breadcrumbs */
.home #breadcrumbs {display: none;}
#breadcrumbs {margin-top: 30px; margin-bottom: 45px;}
.page .entry-title {padding: 30px 15px 30px 15px}
/* Sliders */
.n2-active,
.n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:HOVER {background-color: #6593B6 !important;}
/* Outreach */
span.vc_tta-title-text {color: #A6712B; font-size: 1.1em;}
/* Activities */
#tribe-events-bar {display: none;}
.ecs-event-list {list-style: none; 	font-family: 'Muli', sans-serif; margin: 0; padding: 0;}
.page .ecs-event-list .entry-title {padding: 18px 0 0; margin-bottom: 0;border: none; text-align: left;}
.ecs-excerpt {}
#tribe-events-content ul.tribe-events-sub-nav {padding: 0; display: none;}