/*
Theme Name: MonumentQuilt
Theme URI: https://github.com/dismantl/MonumentQuilt
Author: Dan Staples (dismantl), dan@disman.tl
Author URI: http://disman.tl
Description: The Monument Quilt Website Theme
Version: 1.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
 *     @file  style.css
 *    @brief  Main style sheet
 * 
 *   @author  Dan Staples (dismantl), dan@disman.tl
 *
 *  @package  MonumentQuilt
 *
 * @internal
 *   Created  01/14/2014
 * Copyright  Copyright (c) 2014, Dan Staples
 *   License  GPLv3
 *
 *   This program is free software: you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation, either version 3 of the License, or
 *   (at your option) any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 * =====================================================================================
 */

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


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

@font-face {
    font-family: 'klinic_slabbook-h1';
    src: url('fonts/klinicslabbook-webfont-h1.eot');
    src: url('fonts/klinicslabbook-webfont-h1.eot?#iefix') format('embedded-opentype'),
         url('fonts/klinicslabbook-webfont-h1.woff') format('woff'),
         url('fonts/klinicslabbook-webfont-h1.ttf') format('truetype'),
         url('fonts/klinicslabbook-webfont-h1.svg#klinic_slabbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'klinic_slabmedium';
    src: url('fonts/klinicslabmedium-webfont.eot');
    src: url('fonts/klinicslabmedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klinicslabmedium-webfont.woff') format('woff'),
         url('fonts/klinicslabmedium-webfont.ttf') format('truetype'),
         url('fonts/klinicslabmedium-webfont.svg#klinic_slabmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'klinic_slab';
    src: url('fonts/klinicslabbook-webfont.eot');
    src: url('fonts/klinicslabbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klinicslabbook-webfont.woff') format('woff'),
         url('fonts/klinicslabbook-webfont.ttf') format('truetype'),
         url('fonts/klinicslabbook-webfont.svg#klinic_slabbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'klinic_slab';
    src: url('fonts/klinicslabbookit-webfont.eot');
    src: url('fonts/klinicslabbookit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klinicslabbookit-webfont.woff') format('woff'),
         url('fonts/klinicslabbookit-webfont.ttf') format('truetype'),
         url('fonts/klinicslabbookit-webfont.svg#klinic_slabbook_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('fonts/opensans-condbold-webfont.eot');
    src: url('fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-condbold-webfont.woff') format('woff'),
         url('fonts/opensans-condbold-webfont.ttf') format('truetype'),
         url('fonts/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'trade_gothic_lt_stdbold';
    src: url('fonts/tradegothicltstd_bold-webfont.eot');
    src: url('fonts/tradegothicltstd_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd_bold-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd_bold-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd_bold-webfont.svg#trade_gothic_lt_stdbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

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

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
/* 	font-family: "Source Sans Pro", Helvetica, sans-serif; */
	font-family: "klinic_slab", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body {
/* 	color: #141412; */
	color: #3d4245;
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

a {
/* 	color: #ca3c08; */
/* 	color: #3d4245; */
	color:#6496c2;
/* 	text-decoration: none; */
	text-decoration: underline;
}

a:visited {
/* 	color: #ac0404; */
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
/* 	color: #ea9629; */
	outline: 0;
}

a:hover {
/* 	text-decoration: underline; */
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
/* 	font-family: Bitter, Georgia, serif; */
	line-height: 1.3;
}

h1 {
	font-family: "klinic_slabbook-h1", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 48px;
	line-height: 1.1em;
	color: #7b7b80;
	font-weight:normal;
}

h2 {
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #cc0000;
	text-decoration: none;
	border-bottom: 4px solid #cacaca;
	text-transform: uppercase;
	font-weight:normal;
	display:inline-block;
	letter-spacing:1px;
}

h3 {
	font-family: "klinic_slabmedium", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #3d4245;
	font-weight:normal;
}

h4 {
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:1px;
	margin:0;
}

h5 {
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:1px;
	color: #3d4245;
        margin:0;
}

h6 {
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:1px;
        margin:0;
}

h4, 
h4 a,
h6,
h6 a {
	color: #7c7c81;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 22px;
	margin:40px;
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	color: #cc0000;	
}

blockquote blockquote {
	margin-right: 0;
}

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

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

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

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

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

ol {
	counter-reset: item;
/* 	color:#8ab4da; */
}

ul {
	list-style-type: square;
}

li {
	border-bottom: 1px solid #cacaca;
	padding:20px 0;
	list-style-type:none;
}

ul > li {
	padding-left:20px;
}

ul.bulleted > li {
	list-style-type: square;
}

ul.bare > li {
	border-bottom:none;
}

ol > li {
	list-style-type: none;
	position:relative;
	padding-left:50px;
}

ol > li:before {
	color:#8ab4da;
	content: counter(item) ".";
	counter-increment: item;
/* 	display:inline; */
	position:absolute;
	left:20px;
	top:2em;
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
}

li:last-child {
	border-bottom: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

.fieldset {
	margin-bottom:40px;
}

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

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

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

select {
	border:4px solid #cacaca;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button.text_button {
  border: none;
  background-color: transparent;
  padding: 0;
  display: inline;
  font-family: "klinic_slab", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color:#6496c2;
  text-decoration: underline;
  text-transform: none;
}

button.text_button:hover, button.text_button:focus {
  text-decoration: none;
  background:transparent;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

.error {
	color:red;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

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

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

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

del {
	color: #333;
}

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

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


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
/* 	border: 2px solid #d4d0ba; */
	font-family: inherit;
/* 	padding: 5px; */
	border:none;
}

input,
textarea,
select {
	color: #141412;
/* 	padding:16px; */
	margin-left:16px;
	background: #fafafa;
}

input[type=text],
textarea {
	min-width:600px;
}

textarea {
	border: 4px solid #cacaca;
}

input:focus,
textarea:focus {
/* 	border: 2px solid #c3c0ab; */
/* 	border:none; */
	outline: 0;
}

form ul li {
	border-bottom: 4px solid #e3e1e1;
	padding:12px 0 0;
	position:relative;
}

form ul li:last-child {
	border-bottom: 4px solid #e3e1e1;
}

form ul.bare li:last-child {
	border-bottom:none;
}

form ul li.bare {
        border-bottom:none;
}

label {
	color: #3d4245;
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:16px;
}

.acf-form .acf_postbox {
	margin-bottom:30px;
}

.acf_postbox.no_box > .inside > .field_type-text,
.acf_postbox.no_box > .inside > .field_type-email,
.acf_postbox.no_box > .inside > .field_type-date_time,
.acf_postbox.no_box > .inside > .field_type-date_picker,
input[name="fields[field_54ef4bbd5b058]"] {
	padding:12px 0 0 0;
	border-bottom: 4px solid #e3e1e1;
}

.acf_postbox.no_box > .inside > .field_type-select {
	padding:12px 0 0 0;
}

.acf_postbox.no_box > .inside > .field_type-email input {
  min-width: 600px;
}

.acf_postbox.no_box > .inside > .field_type-message h4 {
	margin-top:30px;
}

.acf_postbox .field_type-radio,
.acf_postbox .field_type-radio ul li {
	border-bottom:none;
}

.acf_postbox .field input[type=text],
.acf_postbox .field input[type=email],
.acf_postbox .field select {
	width:auto;
}

.acf-google-map .title input[type="text"] {
	font-size:22px;
	width:100%;
}

.acf-radio-list label,
.acf_postbox .field_type-true_false ul > li label {
	font-family: "klinic_slab", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #3d4245;
	font-size: 22px;
	line-height: 1.5;
	text-transform:none;
}

.acf_postbox .field_type-date_time p.label,
.acf_postbox .field_type-date_time p.label label,
.acf_postbox .acf-date_time,
.acf_postbox .acf-date_time input,
.acf_postbox .field_type-text p.label,
.acf_postbox .field_type-text p.label label,
.acf_postbox .field_type-select p.label,
.acf_postbox .field_type-select p.label label,
.acf_postbox .field_type-email p.label,
.acf_postbox .field_type-email p.label label,
.acf_postbox .field_type-date_picker p.label,
.acf_postbox .field_type-date_picker p.label label,
.acf_postbox .field_type-date_picker .acf-date_picker,
.acf_postbox .acf-input-wrap,
.acf_postbox .acf-input-wrap input,
.acf_postbox .field input[type=email],
.acf_postbox .field select {
	display:inline;
}

.acf_postbox p.label,
.acf_postbox p.label label {
	color: #3d4245;
	font-size:16px;
	text-shadow:none;
	line-height:24px;
	font-weight:normal;
}

.acf_postbox .field_type-true_false .label {
	display:none;
}

.acf_postbox .field_type-true_false ul > li {
	padding:0;
	border:none;
}

form li.invalid:before {
	content: "";
	background:url('images/dot.png') no-repeat;
	height:32px;
	width:32px;
	display:block;
	position:absolute;
	top:14px;
	left:-30px;
}

form li.invalid label {
	color: #cc0000;
}

form li.invalid input::-webkit-input-placeholder { /* WebKit browsers */
	color: #cc0000;
}

form li.invalid input:-moz-placeholder { /* Firefox 18- */
	color: #cc0000;  
}

form li.invalid input::-moz-placeholder {  /* Firefox 19+ */
	color: #cc0000;  
}

form li.invalid input:-ms-input-placeholder {  /* Internet Explorer 10+ */
	color: #cc0000;  
}

input[type=radio],
input[type=checkbox] {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0;
	border:0;
}

.acf_postbox .field_type-true_false ul li label,
.acf_postbox .field_type-radio ul li label,
input[type=checkbox] + label {
	display:inline-block;
	/* 	line-height:30px; */
	background-repeat:no-repeat;
	background-position: 0 0;
	/* 	font-size:15px; */
	vertical-align:middle;
	cursor:pointer;
	padding-left:46px;
	height:30px; 
}

.acf_postbox .field_type-true_false ul li label,
.acf_postbox .field_type-radio ul li label,
input[type=checkbox] + label {
	background-image:url('images/checkbox.png');
}

.acf_postbox .field_type-radio ul li label {
	background-image:url('images/radio.png');
}

.acf_postbox .field_type-radio ul li label.checked,
.acf_postbox .field_type-true_false ul li label.checked,
input[type=checkbox]:checked + label {
	background-position: 0 -32px;
}

.acf_postbox .field_type-radio ul li label.hover {
	background-position: 0 -64px;
}

/* label{ background-image:url('images/checkbox.png'); } */

/* Buttons */
button,
.button,
.dropdown,
.paging-navigation .page-numbers,
.ui-widget button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;
	display: inline-block;
	text-decoration: none;
	font-size:22px;
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	background: #cc0000;
	padding: 12px 20px;
	border-bottom: 4px solid #910101;
	cursor:pointer;
	margin:0;
}

.button-icon {
	padding:12px 46px 12px 20px;
	position:relative;
}

.dropdown {
	padding: 8px 42px 4px 16px;
	background:#e3e1e1;
	border-bottom:4px solid #cacaca;
}

.dropdown:after {
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	background-image:url('images/btarrows_vert.png');
	background-position: -32px 0;
	top:14px;
	right:16px;
}

.dropdown:hover,
.dropdown:focus {
	background:#e3e1e1;
}

.dropdown {
	margin:0;
	color: #3d4245;
	font-size:18px;
}

.dropdown-menu,
.dropdown-item {
	margin:0;
	padding:0;
}

.dropdown-menu {
	position:absolute;
	background:#cacaca;
	margin:0 5px;
	z-index:1;
	display:none;
	left:0;
	font-size:18px;
	font-family: "klinic_slab", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:none;
}

.dropdown-menu .dropdown-item {
	padding:4px 20px;
	font-size:16px;
	line-height:1.2em;
	border-bottom:4px solid #e3e1e1;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item a:hover {
	color:#910101;
}

.dropdown-menu .dropdown-item:last-child {
	border-bottom:none;
}

.dropdown-menu .dropdown-item a {
	text-decoration:none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
	background: #910101;
}

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

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

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

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

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

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

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

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

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

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

.social-media a {
	display:block;
	text-indent:-99999px;
	height:24px;
	width:24px;
	white-space:nowrap;
	background-repeat: no-repeat;
}

.social-media a.fb {
	background-image: url('images/fb.png');
}

.social-media a.twitter {
	background-image: url('images/twitter.png');
}

.social-media a.tumblr {
	background-image: url('images/tumblr.png');
}

.social-media a.pinterest {
	background-image: url('images/pinterest.png');
}

.social-media a.instagram {
	background-image: url('images/instagram.png');
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
/* 	background-color: #fff; */
	background-color: #fafafa;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
/* 	max-width: 1600px; */
	width: 100%;
}

.site-main {
	position: relative;
	background-color:#fafafa;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .banner {
	background-color: #fafafa;
	margin-top:70px;
	padding:30px 0;
	border-bottom: 4px solid #e3e1e1;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}

.site-header .banner-wrapper {
/* 	color: #141412; */
	display: block;
	margin: 0 auto;
	min-height: 200px;
	padding: 0 30px;
	text-decoration: none;
	width: 100%;
	position:relative;
}

.site-header .banner.about,
.page-id-5 .banner,
.parent-pageid-5 .banner,
.site-header .banner.el-monumento-de-historias,
.page-id-82 .banner,
.parent-pageid-82 .banner {
	background-image: url('images/headers/mqp-header-about.jpg');
}

.site-header .banner.make-a-quilt-square,
.page-id-10 .banner,
.parent-pageid-10 .banner,
.site-header .banner.instrucciones,
.page-id-346 .banner,
.parent-pageid-346 .banner {
	background-image: url('images/headers/mqp-header-make_a_square.jpg');
}

.site-header .banner.workshops,
.site-header .banner.talleres {
	background-image: url('images/headers/mqp-header-workshops.jpg');
}

  .site-header .banner.events,
.site-header .banner.eventos,
.site-header .banner.find-an-event,
.site-header .banner.the-quilt-on-the-national-mall,
.site-header .banner.el-monumento-de-historias-en-el-national-mall,
.page-id-2508 .banner,
.parent-pageid-2508 .banner,
.site-header .banner.campaigns,
.page-id-2055 .banner,
.parent-pageid-2055 .banner {
	background-image: url('images/headers/mqp-header-events.jpg');
}

.site-header .banner.volunteer,
.page-id-14 .banner,
.parent-pageid-14 .banner,
.site-header .banner.escala-nacional,
.page-id-445 .banner,
.parent-pageid-445 .banner,
.site-header .banner.workshop-resources,
.page-id-130 .banner,
.parent-pageid-92 .banner,
.site-header .banner.recursos-para-facilitadores,
.page-id-498 .banner,
.parent-pageid-436 .banner,
.site-header .banner.view-the-quilt,
.page-id-1270 .banner,
.parent-pageid-1270 .banner,
.page-id-2988 .banner,
.parent-pageid-2988 .banner {
	background-image: url('images/headers/mqp-header-volunteer.jpg');
}

.site-header .banner.resources,
.site-header .banner.recursos,
.page-id-487 .banner,
.site-header .banner.news,
.site-header .banner.past-campaigns,
.site-header .banner.todas-noticias,
.site-header .banner.archiving-the-quilt {
	background-image: url('images/headers/mqp-header-resources.jpg');
}

.site-header .logo {
	float:left;
}

.site-header .headline {
/* 	display:inline; */
	color:#ffffff;
	position:absolute;
	left:277px;
	max-width:700px;
	padding-top:20px;
/* 	margin-right:54px; */
	margin-right:80px;
}

:lang(es) .site-header .headline {
	margin-top:0;
}

.site-header .banner.donate .headline,
.site-header .banner.donar .headline,
.site-header .banner.home .headline {
	color:#7B7B80;
}

.site-header .social-media {
	float:right;
/* 	margin-top:64px; */
	margin-top:38px;
}

.site-header .social-media a {
	background-position: -48px 0;
/* 	margin-bottom: 21px; */
	margin-bottom: 14px;
}

.site-header .social-media a:hover {
	background-position: -48px -24px;
}

.site-header .donate .social-media a,
.site-header .donar .social-media a,
.site-header .home .social-media a {
	background-position: 0 0;
}

.site-header .donate .social-media a:hover,
.site-header .donar .social-media a:hover,
.site-header .home .social-media a:hover {
	background-position: 0 -24px;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.nav-logo-wrapper {
	float:left;
	margin-left:30px;
}

.nav-logo-wrapper .nav-logo {
	display: none;
}

/* Language switcher */
#lang-switch {
	float: right;
	padding: 11px 0 11px 12px;
	color: #8ab4da;
}

#lang-switch a {
	color: #8ab4da;
}

#lang-switch a:hover {
	color: #6496c2;
}

#lang-switch a.active {
	color: #6496c2;
	text-decoration: underline;
}

/* Donate button */
#menu-item-2996,
#menu-item-2995 {
	position:absolute;
	right:-81px; /* see .main-navigation */
	top:56px;
	background-color: #cc0000;
}

#menu-item-2995 {
	right:-66px;
}

#menu-item-2996 a,
#menu-item-2995 a {
	margin:0;
	padding:0;
	color:#3d4245;
	padding:15px 30px;
	color:#ffffff;
}

#menu-item-2996:hover,
#menu-item-2995:hover {
	background-color: #910101;
}

#menu-item-2996:hover a,
#menu-item-2995:hover a {
	border:none;
}

.nav-menu #menu-item-2996 > a,
.nav-menu #menu-item-2995 > a {
	border-bottom:none;
}

/* Shop button */
#menu-item-1249,
#menu-item-1248 {
position:absolute;
right:-178px; /* see .main-navigation */
top:56px;
background-color: #e3e1e1;
}

#menu-item-1249 a,
#menu-item-1248 a {
margin:0;
padding:0;
color:#3d4245;
padding:15px 30px;
}

#menu-item-1249:hover,
#menu-item-1248:hover {
background-color: #cacaca;
}

#menu-item-1249:hover a,
#menu-item-1248:hover a {
border:none;
}

.nav-menu #menu-item-1249 > a,
.nav-menu #menu-item-1248 > a {
  border-bottom:none;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

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

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

.nav-menu li {
	display: inline-block;
	position: relative;
	border-bottom: none;
	margin:0;
	padding:0;
}

.nav-menu li a {
/* 	color: #141412; */
	color: #cc0000;
	display: block;
/* 	font-size: 18px; */
	line-height: 1;
/* 	padding: 15px 20px; */
	padding: 17px 0;
	margin:0 12px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
/*.post-type-archive-quilt_event .nav-menu .menu-item-430 a,
.single-quilt_event .nav-menu .menu-item-430 a,
.post-type-archive-quilt_event .nav-menu .menu-item-39 a,
.single-quilt_event .nav-menu .menu-item-39 a,*/
.post-type-archive-quilt_event .nav-menu .menu-item-567 a,
.single-quilt_event .nav-menu .menu-item-567 a,
.post-type-archive-quilt_event .nav-menu .menu-item-568 a,
.single-quilt_event .nav-menu .menu-item-568 a{
/* 	background-color: #220e10; */
/* 	color: #fff; */
	color: #910101;
	border-bottom: 4px solid #76767a;
}

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

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

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

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

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.menu-toggle {
	display: none;
}

/* Navbar */
#navbar-wrapper {
	position:relative;
	margin:0 auto;
	padding:0 30px 0 30px;
}

#menu-button { display: none; }

.navbar {
	background-color:#fafafa;
	margin: 0 auto;
	width: 100%;
	position:fixed;
	top:0;
	z-index:8000;
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom:4px solid #e3e1e1;
	padding-top:14px;
	height:70px;
}

.navbar a {
	text-decoration: none;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.site-main .hero {
/* 	height: 632px; */
	height: 800px;
	width:100%;
	background-image: url('images/hero.jpeg');
/* 	background-image: url('images/ArchivingTheMonumentQuiltBannerD2.jpg'); */
/* 	background-image: url('images/mqp-hero.1250px.jpg'); */
/* 	background-image: url('images/mqp-hero.tour.1000px.jpg'); */
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}

.site-main .hero-header {
  background:#cc0000;
  width:100%;
  padding:10px 30px 10px 10px;
/*   margin-bottom:20px; */
}

.site-main .hero-header,
.site-main .hero-header a {
  color: #ffffff;
  font-family: "klinic_slabmedium", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size:20px;
  text-transform:none;
  text-align:center;
}

.site-main .hero-header a {
  border-bottom:2px solid #e78081;
  font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.site-main .content-area {
	max-width: 1200px;
	margin: 0 auto;
	padding:0 80px;
}

.hentry {
/* 	padding: 40px 0; */
	padding: 80px 0 40px;
}

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

.frontpage .entry-header,
.frontpage .entry-content,
.frontpage .entry-summary,
.frontpage .entry-meta {
	max-width: 660px;
	padding-right:0;
}

.site-content.frontpage {
	position:relative;
}

.frontpage .random-quilt {
	position:absolute;
	top:20%;
	right:0;
}

.frontpage .random-quilt img {
	max-width: 300px;
}

.site-main .updates-wrapper {
	width:100%;
	background:#6496c2;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

.site-main .updates {
	color: #ffffff;
/* 	padding:0 5px; */
	max-width: 1200px;
	margin:0 auto 10px;
/* 	display:table; */
}

.site-main .updates h2, 
.site-main .updates h3, 
.site-main .updates h4, 
.site-main .updates h5,
.site-main .updates h6,
.site-main .updates a {
	color:#ffffff;
	margin:0;
}

.site-main .updates #twitter-feed h3 {
	font-size:36px;
/* 	font-weight:normal; */
}

.site-main .updates a {
	text-decoration:none;
}

.site-main .updates .updates-box {
/* 	display:inline-block; */
	width:50%;
/* 	padding:0 5px; */
/* 	vertical-align:bottom; */
	display:table-cell;
	height:auto;
	background-color: #8ab4da;
	
	
	padding:40px 50px;
}

.site-main .updates .updates-box:nth-child(1) {
	border-right:5px solid #fafafa;
}

.site-main .updates .updates-box:nth-child(2) {
	border-left:5px solid #fafafa;
}

.site-main .updates ul.upcoming-events {
	margin:30px 0 0;
	padding:0;
}

.site-main .updates ul.upcoming-events li {
	padding-left:20px;
}

.site-main .updates ul.upcoming-events li:hover {
	background-color: #77a6d0;
}

.site-main .updates #recent-events {
	padding-bottom:30px;
}

.site-main .updates #recent-events .recent-events-title,
.site-main .updates #recent-events li {
	border-color: #6496c2;
}

.site-main .page-nav {
	background-color: #e3e1e1;
	border-bottom:4px solid #e3e1e1;
}

.site-main .page-nav ul {
	margin:0;
	padding:16px 30px 0;
	margin:0 auto;
}

.site-main .page-nav li {
	margin-right:16px;
	display:inline-block;
	border:none;
	padding:0;
	margin-bottom:16px;
	white-space:nowrap;
}

.site-main .page-nav li .nav-title {
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	display:inline;
	border:none;
}

.site-main .page-nav a {
	text-decoration:none;
	background-color: #fafafa;
	padding:1px 7px;
	border:3px solid #fafafa;
	color: #3D4245;
}

.site-main .page-nav a.active {
	background-color:#cc0000;
	color:#fafafa;
}

.site-main .page-nav a.active,
.site-main .page-nav a:hover {
	border:3px solid #cc0000;
}

/** Event Page */
/*.ui-widget-overlay {
	background:#000 url(images/ui-bg_flat_1_000000_40x100.png) 50% 50% repeat-x;
	z-index:9999;
}*/

.quilt-popup-dialog {
	z-index:10000;
	border:4px solid #6496c2;
	padding:0;
	border-radius:0;
	max-width: 968px !important;
}

.quilt-popup-dialog .link {
	margin:0;
}

.quilt-popup-dialog .link a {
	color:#8ab4da;
	outline:none;
}

.quilt-popup-dialog .ui-dialog-titlebar {
	background:#8ab4da;
	border-radius:0;
	padding:.2em 1em;
}

.quilt-popup-dialog .ui-dialog-title {
	font-family: "open_sans_condensedbold", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:1px;
}

#host-an-event-dialog-content {
	padding:1em 100px 1em 1em;
}

.quilt-popup-dialog .ui-dialog-content {
	padding:0;
}

.quilt-popup-dialog .ui-dialog-content ul {
	margin:0;
}

.quilt-popup-dialog .ui-dialog-titlebar-close {
	background:#fafafa;
	height:30px;
	width:30px;
	border-radius:50%;
	border:none;
}

.quilt-popup-dialog .ui-dialog-titlebar-close {
	top:18px;
}

.topbar {
	padding-right:30px;
}

.topbar .topbar-close {
	position:absolute;
	top:17px;
	right:10px;
	height:16px;
	width:16px;
	background:url('images/dialogx_small.png') no-repeat;
	padding:0;
	border:none;
}

.quilt-popup-dialog .ui-dialog-titlebar-close .ui-icon {
	background:url('images/dialogx.png') no-repeat;
}

.quilt-popup-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon {
	background-position:-16px 0;
}

.site-main .event-sort {
	position:absolute;
	top:0;
	right:30px;
}

.site-main .event-title,
.site-main .event-location,
.site-main .event-link,
.site-main .event-description {
	margin:10px 0;
}

.site-main .event-description {
	margin-bottom:30px;
}

.site-main .event-title a {
	text-decoration: none;
}

.site-main .event-title a:hover {
	text-decoration: underline;
}

.site-main .event-list {
	padding-left:0;
}

.site-main .event-list .event {
	padding:0 0 10px 20px;
	float:left;
	width:100%;
}

.site-main .event-list .event.active,
.site-main .event-list .event:hover {
	background-color:#ffffff;
}

.site-main .event-list .event-title {
	padding-right: 140px;
}

.site-main .event-list .event-description {
	display:none;
	font-size:20px;
	padding-right:200px;
}

.site-main .event-list .event {
	position:relative;
	cursor:pointer;
}

.site-main .event-list .event-details {
	position:absolute;
	top:25px;
	right:20px;
	padding-right:26px;
}

.site-main .event-list .event-details:after {
	content:"";
	position:absolute;
	right:0;
	top:7px;
	width:16px;
	height:16px;
	background:url('images/btarrows_vert.png') no-repeat;
}

.site-main .event-list .event:hover .event-details:after {
	background-position:-16px 0;
}

.site-main .event-list .event-details.active:after,
.site-main .event-list .event:hover .event-details.active:after{
	background-position:-16px -16px;
}

.site-main .event .event-location:before {
	content:"";
	width:16px;
	height:16px;
	display:inline-block;
	background:url('images/map_icons.png');
	background-repeat:no-repeat;
	margin-right:5px;
	position:relative;
	top:3px;
}

.site-main .event.square-making-workshop .event-location:before {
	background-position: -48px -32px;
}

.site-main .event.active.square-making-workshop .event-location:before,
.site-main .event.square-making-workshop:hover .event-location:before{
	background-position: -32px -32px;
}

.site-main .event.fundraising .event-location:before {
	background-position: -48px 0;
}

.site-main .event.active.fundraising .event-location:before,
.site-main .event.fundraising:hover .event-location:before{
	background-position: -32px 0;
}

.site-main .event.quilt-display .event-location:before {
	background-position: -48px -16px;
}

.site-main .event.active.quilt-display .event-location:before,
.site-main .event.quilt-display:hover .event-location:before{
	background-position: -32px -16px;
}

/** Event Map */
.events .map-title {
	margin-left: auto;
	margin-right: auto;
	max-width:1200px;
	padding:0 30px;
}

.event-map .olControlAttribution { 
	display:none; 
}

.event-map .olControlZoom {
	background:#76767a;
	border-radius:0;
	padding:0;
	top:50px;
	left:80px;
}

.event-map .olControlZoom .olButton {
	margin:3px;
	border-radius:0;
	color: #aeaeae;
	background:#fafafa;
	height:auto;
	width:auto;
	padding: 6px 8px;
}

.event-map .olPopup {
	border:3px solid #76767a;
	padding-left:15px;
	overflow: visible !important;
}

.event-map .olPopup:after {
  content:"";
  position:absolute;
  bottom:-28px; 
  right:50px;
  display:block;
  width:28px;
  height:28px;
  z-index:99999;
  background:url('images/arrow.png') no-repeat;
}

/* Single Event Page */
.event-time {
	font-size: 20px;
}

.top-right {
	position:absolute;
	top:12px;
	right:0;
}

.blue {
	color:#6496c2;
}

.single .site-main article.quilt_event .entry-title {
/* 	margin-right:180px; */
	padding-top:40px;
}

.single .site-main article.quilt_event .entry-content {
	padding:0 0 0 50px;
	position:relative;
}

.site-main article .acf-google-map .title h4 {
  color:#3d4245;
  font-weight:bold;
}

.site-main article.quilt_event .event-type {
  margin-bottom:35px;
}

.site-main article.quilt_event .event-type:before {
  content:"";
  background:url('images/event_icons.png') no-repeat;
  position:absolute;
  top:19px;
  left:0;
  height:40px;
  width:40px;
}

.site-main article.quilt_event .event-type.fundraising:before {
  background-position:-40px 0;
}

.site-main article.quilt_event .event-type.quilt-display:before {
  background-position:-80px 0;
}

.site-main article.quilt_event .event-field-section {
  margin:25px 0 15px;
}

.site-main article.quilt_event .event-field {
  margin-bottom:10px;
  font-size:20px;
}

.site-main article.quilt_event .event-field a {
  color:#8ab4da;
}

.site-main article.quilt_event .event-field.location-map {
  margin:30px 0;
}

.site-main article.quilt_event .event-field .event-field-title {
  display:inline;
  padding-right:15px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

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

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

.entry-header .entry-subheader {
/* 	margin-top:12px; */
}

.entry-subheader .entry-subtitle {
	display:inline-block;
	margin-right:15px;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
/* 	margin-left:30px; */
	padding:0 30px;
}

.entry-content .learn-more {
	margin-top:50px;
}

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

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

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

#quilt-gallery .item {
	margin-bottom:20px;
	height:180px;
	width:180px;
}

.quilt-gallery .load-more {
/*   border:1px solid #000000; */
  background-color: #6496c2;
  cursor: pointer;
}

.quilt-gallery .load-more p {
  margin: 0 auto;
  text-align:center;
  font-family:"open_sans_condensedbold", Arial, Helvetica, sans-serif;
  color:#ffffff;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

.content-news-feed .paging-navigation,
.content-news-category .paging-navigation {
/* 	padding-top:0; */
}

.news-feed {
	margin:0;
}

.news-feed .hentry {
	padding:0;
}

.news-feed .entry-title a {
	text-decoration: none;
	color: #cc0000;
}

.news-feed .news-item {
	position:relative;
	/*padding: 60px 0 70px 0;*/
	padding: 60px 0 0 0;
	min-height: 370px;
}

.news-feed .news-item:last-child {
  padding-bottom: 60px;
}

.news-feed .news-item .post-image {
	position:absolute;
	left:0;
	top:70px;
}

.news-feed .news-item .entry-content {
	padding:0;
}

.news-feed .news-item .post-content {
	padding-bottom: 1em;
}

.news-feed .news-item .read-more {
	position: relative;
	display: inline-block;
	padding-right:27px;
}

.news-feed .news-item .read-more a {
	text-decoration: none;
}

.news-feed .news-item .read-more a:after {
	content:"";
	position:absolute;
	right:0;
	top:7px;
	width:16px;
	height:16px;
	background:url('images/btarrows_horiz.png') no-repeat;
	background-position:-32px 0;
}

.news-feed .news-item .read-more:hover a:after {
	background-position:0 0;
}

.single-post .type-post .entry-content .post-image {
	margin-bottom: 1em;
}

.single-post .type-post .entry-content .post-meta,
.content-news-feed .type-post .entry-content .post-meta,
.content-news-category .type-post .entry-content .post-meta{
	font-weight:bold;
	margin-bottom:1em;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
/* 	color: #bc360a; */
	color:#ffffff;
}

.navigation a,
.navigation a:hover {
/* 	color: #ea9629; */
	text-decoration: none;
}

.paging-navigation {
/* 	background-color: #e8e5ce; */
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
/* 	max-width: 604px; */
/* 	width: 100%; */
	display:table;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation .page-numbers {
	background: #8ab4da;
	border-bottom: 4px solid #6496c2;
	padding:4px 15px;
	margin:0 5px;
	position:relative;
}

.paging-navigation .page-numbers.current {
	background: #cc0000;
	border-bottom: 4px solid #910101;
}

.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus {
	background: #6496c2;
}

.paging-navigation .page-numbers.current:hover,
.paging-navigation .page-numbers.current:focus {
	background: #cc0000;
}

.paging-navigation .page-numbers.prev:before,
.paging-navigation .page-numbers.next:before {
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	background-image:url('images/btarrows_horiz.png');
	top:15px;
	left:13px;
}

.paging-navigation .page-numbers.prev:before {
	background-position:-48px 0;
}

.paging-navigation .page-numbers.prev:hover:before,
.paging-navigation .page-numbers.prev:focus:before {
	background-position:-48px -16px;
}

.paging-navigation .page-numbers.next:before {
	background-position:-32px 0;
}

.paging-navigation .page-numbers.next:hover:before,
.paging-navigation .page-numbers.next:focus:before {
	background-position:-32px -16px;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

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

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

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

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */
.tp_recent_tweets ul {
	margin:45px 0;
	padding:0;
}

.tp_recent_tweets {
	float: none;
	clear: none;
}

.tp_recent_tweets  li {
	background-image: url('images/quotes.png');
	padding-left:60px;
	padding-top:25px;
	line-height:1.4em;
	font-weight:bold;
	padding-bottom: 0;
	float: none;
	clear: none;
	line-height: inherit;
}

.tp_recent_tweets li a {
	font-weight: normal;	
	text-decoration: underline !important;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
/* 	background-color: #e8e5ce; */
	background-color: #e3e1e1;
/* 	color: #686758; */
/* 	font-size: 14px; */
/* 	text-align: center; */
	border-top:4px solid #cacaca;
}

.footer-wrapper {
	margin: 0 auto;
/* 	max-width: 1040px; */
	padding:30px;
	width: 100%;
	min-height:100px;
}

.footer-wrapper #connect {
	padding:13px 0;
	display:inline-block;
}

.footer-wrapper #connect .connect-title {
	display:inline;
/* 	color: #3d4245; */
/* 	font-size: 18px; */
}

.footer-wrapper .widgettitle {
	display:none;
}

.site-footer #connect .social-media {
	display: inline-block;
	position:relative;
	top:3px;
	margin-left:30px;
}

.site-footer #connect .social-media a {
	background-position: -24px 0;
	display:inline-block;
	float:left;
	margin-right:20px;
}

.site-footer #connect .social-media a:hover {
	background-position: -24px -24px;
}

.site-footer .mc4wp-form {
	float:right;
	position:relative;
}

.site-footer .mc4wp-alert {
	display:none;
}

.site-footer .sml_subscribe p {
	display:inline-block;
	margin:0;
}

.site-footer .sml_subscribe .sml_emailinput {
	width:400px;
	padding:16px 20px;
	font-size:20px;
	margin:0;
	min-width:inherit;
}

.site-footer .sml_submit .sml_submitbtn:after {
	position:absolute;
	right:20px;
	top:20px;
	content:"";
	width:16px;
	height:16px;
	background:url('images/btarrows_horiz.png') no-repeat;
}

.site-footer .sml_submit .sml_submitbtn:hover:after,
.site-footer .sml_submit .sml_submitbtn:focus:after {
	background-position: 0 -16px;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

.mobile #menu-button { 
	display:block; 
	width:24px;
	height:24px;
	background:url('images/menu.png') no-repeat;
	position:absolute;
	top:26px;
	right:30px;
	bottom:12px;
	cursor:pointer;
}

@media (max-width: 1349px) {
	.menu-main-menu-spanish0-container .nav-menu li a {
		margin:0 7px;
	}
}

@media (max-width: 1215px) {
	.menu-main-menu-container .nav-menu li a {
		margin:0 7px;
	}
}

@media (max-width: 1249px) {
	.site-main .hero {
/* 		background-image: url('images/mqp-hero.1250px.jpg'); */
/* 		background-image: url('images/mqp-hero.tour.1000px.jpg'); */
		height:670px;
	}
  
	.site-main .content-area,
	.site-main .updates,
	.events .map-title {
		max-width:960px;
	}
	
	.frontpage .random-quilt {
		display:none;
	}
	
	.mobile .navbar {
/* 		border:none; */
		height:auto;
		padding-top:20px;
	}
	
	.mobile .site-header.unfixed .navbar {
		position:static;
	}
	
	.mobile .site-header.open .navbar {
		border:none;
	}
	
	.mobile .nav-logo-wrapper {
		float:none;
		display:inline-block;
		padding-bottom:14px;
	}
	
	.mobile .site-header.open #menu-button {
		background-position:-24px 0;
	}
	
	.mobile #navbar-wrapper {
		display:none;
/* 		position:absolute; */
		position:static;
/* 		top:70px; */
		padding:0;
		width:100%;
	}
	
	.mobile #navbar-wrapper .main-navigation,
	.mobile #navbar-wrapper #lang-switch {
		width:100%;
		position:static;
		float:none;
	}
	
	.mobile #navbar-wrapper #lang-switch {
		background:#8ab4da;
		border-bottom:1px solid #6496c2;
		padding:4px;
		position:relative;
		bottom:0px;
	}
	
	.mobile #lang-switch,
	.mobile #lang-switch a,
	.mobile #lang-switch a.active,
	.mobile #lang-switch a:hover {
		color: #ffffff;
	}
	
	.mobile .main-navigation .menu-item {
		display:block;
		width:100%;
	}
	
	.mobile #menu-item-2996,
	.mobile #menu-item-462 {
/* 		position:static; */
		position:relative;
		top:0px;
		right:0;
		border-bottom:1px solid #cacaca;
	}
	
	.mobile #menu-item-2996 a,
	.mobile #menu-item-462 a,
	.mobile .nav-menu li a {
		margin:0;
		padding:8px 12px;
		color:#3d4245;
	}
	
	.mobile #menu-item-2996 a,
	.mobile #menu-item-462 a {
		background-color: #e3e1e1;
	}
	
	.mobile .nav-menu li#menu-item-2996:hover a,
	.mobile .nav-menu li#menu-item-462:hover a {
		background:#cacaca;
	}
	
	.mobile #menu-item-1249,
	.mobile #menu-item-1248 {
	  /* 		position:static; */
	  position:relative;
	  top:0px;
	  right:0;
	  border-bottom:1px solid #6496c2;
	}
	
	.mobile #menu-item-1249 a,
	.mobile #menu-item-1248 a {
	  margin:0;
	  padding:8px 12px;
	}
	
	.mobile #menu-item-1249 a,
	.mobile #menu-item-1248 a {
	  background-color: #e3e1e1;
	}
	
	.mobile .nav-menu li#menu-item-1249:hover a,
	.mobile .nav-menu li#menu-item-1248:hover a {
	  background:#cacaca;
	}
	
	.mobile .nav-menu li {
		background: #cc0000;
		border-bottom: 1px solid #910101;
	}
	
	.mobile .nav-menu li:last-child {
		border-bottom:none;
	}
	
	.mobile .nav-menu li a {
		color:#ffffff;
	}
	
	.mobile .nav-menu li:hover a,
	.mobile .nav-menu .current_page_item > a,
	.mobile .nav-menu .current_menu_item > a,
	.mobile .nav-menu .current_page_ancestor > a,
	/*.post-type-archive-quilt_event.mobile .nav-menu .menu-item-430 a,
	.single-quilt_event.mobile .nav-menu .menu-item-430 a
	.post-type-archive-quilt_event.mobile .nav-menu .menu-item-39 a,
	.single-quilt_event.mobile .nav-menu .menu-item-39 a*/
	.post-type-archive-quilt_event.mobile .nav-menu .menu-item-567 a,
	.single-quilt_event.mobile .nav-menu .menu-item-567 a,
	.post-type-archive-quilt_event.mobile .nav-menu .menu-item-568 a,
	.single-quilt_event.mobile .nav-menu .menu-item-568 a {
		border:none;
		color:#ffffff;
		background:#910101;
	}
	
	.mobile .nav-menu .current_page_item > a, 
	.mobile .nav-menu .current_page_ancestor > a, 
	.mobile .nav-menu .current-menu-item > a, 
	.mobile .nav-menu .current-menu-ancestor > a {
		border-bottom:none;
	}
	
	.mobile .site-header.unfixed .banner {
		margin:0;
	}
	
	input[type=text], input[type=email], textarea {
		min-width:450px;
	}
	
	.error404 .page-title {
		padding:230px;
	}
	
	.error404 .page-title:before {
		font-size:740px;
	}
	
	#quilt-gallery .item {
		margin-bottom:6px;
	}
}

@media (max-width: 959px) {
	.site-main .hero {
/* 		background-image: url('images/mqp-hero.960px.jpg'); */
		height:550px;
	}
  
	.site-main .content-area {
		padding: 0 40px;
	}
	
	.site-header .banner .logo,
	.site-header .social-media {
		display:none;
	}
	
	.site-header .headline {
		position:static;
		max-width:inherit;
		margin:0;
		padding:0;
	}
	
	.site-header .banner-wrapper {
		min-height:inherit;
	}
	
	.site-main .updates-wrapper {
		border:none;
		background:inherit;
	}
	
	.site-main .updates {
		margin:0;
	}
	
	.site-main .updates .updates-box,
	.site-main .updates .updates-box:nth-child(1),
	.site-main .updates .updates-box:nth-child(2) {
		display:block;
		width:100%;
		border:none;
		padding:20px;
		margin-bottom:5px;
	}
}

@media (max-width: 929px) {
	
	.site-footer .footer-wrapper {
		padding:0 20px;
	}
	
	.site-footer #connect,
	.site-footer #mc4wp-form-1 {
		display:block;
		float:none;
/* 		width:100%; */
		/*white-space:nowrap;*/
	}
	
	.site-footer #connect {
		border-bottom: 1px solid #cacaca;
		margin-bottom:20px;
/* 		white-space:nowrap; */
	}
	
	.site-footer #mc4wp-form-1 {
		padding-bottom:20px;
	}
}	

@media (max-width: 767px) {
	.site-main .hero {
/* 		background-image: url('images/mqp-hero.800px.jpg'); */
		height:440px;
	}
	
	body {
/* 		line-height:1.3em; */
		font-size:18px;
	}
	
	.nav-logo-wrapper {
		margin-left:20px;
	}
	
	.mobile #menu-button {
		right:20px;
	}
	
	.acf-radio-list label, .acf_postbox .field_type-true_false ul > li label {
		font-size:18px;
	}
	
	p {
		font-size:18px;
	}
	
	.site-main .content-area {
		padding:0;
	}
	
	.entry-content .learn-more {
		margin-top:0;
	}
	
	.hentry {
		padding:20px;
	}
	
	.site-main .page-nav ul {
		padding:16px 20px 0;
	}
	
	.entry-content {
		padding:0;
	}
	
	blockquote {
		margin:20px 0;
		font-size:18px;
	}
	
	h1 {
		font-size:36px;
	}
	
	.site-main .updates #twitter-feed h3,
	h2 {
		font-size:27px;
	}
	
	
	h3, h4 {
		font-size:18px;
	}

	.site-main .updates h4,
	.site-main .updates .updates-event-location {
		font-size:14px;
	}
	
	.site-main article.quilt_event .entry-title {
		padding-top:0;
	}
	
	.site-main .event-list .event-details {
		top:35px;
	}
	
	.site-main .event-list .event-details:after {
		top:4px;
	}
	
	.site-main .event-list .event-description {
		padding-right:120px;
	}
	
	.site-main .updates #recent-events .recent-events-title {
		font-size:22px;
	}
	
	.site-main article.quilt_event .event-type:before {
		display:none;
	}
	
	.site-main article.quilt_event .entry-content {
		padding:0;
	}
	
	.site-main article.quilt_event .event-type,
	.site-main article.quilt_event .event-field-section {
		margin:0 0 10px;
	}
	
	.site-main article.quilt_event .event-field {
		font-size:18px;
	}
	
	.site-main article.quilt_event .entry-title {
		margin-top:30px;
		margin-right:0;
	}
	
	.top-right {
		top:-30px;
	}
	
	.news-feed {
		padding:0 20px;
	}
	
	.news-feed .news-item {
		padding:30px 0 40px 0;
		min-height:0;
	}
	
	.news-feed .news-item .read-more a:after {
		top:4px;
	}
	
	.news-feed .news-item:last-child {
	  padding-bottom: 40px;
	}
	
}

@media (max-width: 569px) {
	.site-main .hero {
/* 		background-image: url('images/mqp-hero.570px.jpg'); */
		height: 300px;
	}
  
	.site-footer .sml_subscribe .sml_emailinput {
		width:210px;
	}
	
	input[type=text], input[type=email], textarea {
		min-width:320px;
	}
	
	.entry-title {
		font-size:22px;
	}
	
	.site-main .event-sort,
	.site-main .event-list .event-details {
		position:relative;
		top:0;
		right:0;
		display:inline-block;
	}
	
	.site-main .event-list .event-title,
	.site-main .event-list .event-description {
		padding-right:20px;
	}
	
	.site-main .event-sort {
		float:right;
	}
	
	.event-map .olControlZoom {
	  top:30px;
	  left:30px;
	}
	
	.quilt-popup-dialog {
	  width:100% !important;
	}
	
	#host-an-event-dialog-content {
	  padding:1em;
	}
}

@media (max-width: 359px) {
	.site-main .hero {
/* 		background-image: url('images/mqp-hero.360px.jpg'); */
		height: 200px;
	}
	
	.site-header .banner {
		margin-top:66px;
	}
	
	h1 {
		font-size:22px;
	}
	
	input[type=text], input[type=email], textarea {
		min-width:inherit;
	}
	
	.tp_recent_tweets  li {
		background-image: url('images/quotes_small.png');
		padding-left:18px;
		padding-top:4px;
	}
	
	.tp_recent_tweets ul {
		margin:10px 0;
	}
	
	.site-main .updates ul.upcoming-events {
		margin-top:10px;
	}
	
	.site-main .updates ul.upcoming-events li {
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.site-footer .sml_subscribe .sml_email input,
	.site-footer .sml_subscribe .sml_submit button {
		font-size:18px;
	}
	
	.site-footer .sml_subscribe .sml_submit button {
		padding:10px 36px 8px 20px;
	}
	
	.site-footer .sml_subscribe .sml_emailinput {
		padding: 12px 16px;
		width: 180px;
	}
	
	.site-footer .sml_submit .sml_submitbtn:after {
		right:12px;
		top:15px;
	}
	
	.site-footer #connect .social-media a {
		margin-right:5px;
	}
	
	.site-main article.quilt_event .event-field .event-field-title {
		display:block;
	}
	
	.site-main .event-list .event {
		padding-left:0;
	}
	
	.event-map .olControlZoom .olButton {
		padding:2px 3px;
	}
	
	.event-map .olControlZoom {
		top:20px;
		left:20px;
	}
}








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

@media (max-width: 1069px) {
	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .footer-wrapper,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

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

@media (max-width: 643px) {
	.error404 .page-title {
		padding: 40px 0 0;
	}

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

}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

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

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

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

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

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

	.site {
		max-width: 98%;
	}

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

	.site-header .banner-wrapper {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

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

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

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

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

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

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

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}

.acf-google-map .acf-sprite-remove {
  border-width:9px;
}

.acf-google-map .acf-sprite-locate {
  border-width:15px;
  top:0px;
}

#menu-item-567, #menu-item-568 {
  display:none;
}

li.blocks-gallery-item {
	border-bottom: none;
	padding: 0;
}
