/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Fourteen Child Theme
 Author:       Charlie Fitch
 Author URI:   http://cantstoptheserenity.com
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         dark, centered, no-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fourteen-child
*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

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

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #557799;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

a:active,
a:hover {
	color: #7799bb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

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

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	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 {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

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

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

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

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

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

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

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

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

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 11px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #225589;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #225589;
	color: #fff;
	text-shadow: none;
}

/* =Theme customization starts here
-------------------------------------------------------------- */

h1.entry-title {
	color: #3399bb;
	text-transform: none;
}

.entry-title a:hover,
.cat-links a:hover,
.entry-meta a:hover {
    color: #7799bb;
}

.entry-title a,
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
    color: #3399bb;
    text-decoration: none;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
    color: #6688AA;
    text-decoration: underline !important;
}

.entry-content a:active { color: #6688AA}
.entry-content a:visited { color: #9933bb}

.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: none;
}
.entry-attachment {
	text-align: center !important;
}

.entry-attachment .attachment {
	text-align: center !important;
    margin: 0 !important;
}

.hentry {
    margin: 0 auto 48px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    max-width: 672px;
}

.list-view .site-content .hentry {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 8px;
}


.entry-header div:first-child {
	display: none;	
}

footer.entry-meta {
	display: none;
}

.footer-sidebar li {
	border: 0 !important;
}

.site-info {
	display: none;
}

.footer-sidebar {
	background-image:    url("/wp-content/uploads/2019/01/footer-background.jpg");
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;  
}

@media screen and (min-width: 240px) {
.site-content .has-post-thumbnail .entry-header {
	margin-top: 24px;
  }
  .site-content .entry-header {
    margin-top: 24px;
  }
}

@media screen and (min-width: 300px) {
.site-content .has-post-thumbnail .entry-header {
	margin-top: 24px;
  }
  .site-content .entry-header {
    margin-top: 24px;
  }
}

@media screen and (min-width: 500px) {
.site-content .has-post-thumbnail .entry-header {
	margin-top: 24px;
  }
  .site-content .entry-header {
    margin-top: 24px;
  }
}

@media screen and (min-width: 760px) {
.site-content .has-post-thumbnail .entry-header {
	margin-top: 24px;
  }
  .site-content .entry-header {
    margin-top: 24px;
  }
}

@media screen and (min-width: 783px) {
  .primary-navigation {
    float: right;
    /* margin-left: 20px; */
  }

  .site-content .has-post-thumbnail .entry-header {
    margin-top: 6px;
  }
  .site-content .entry-header {
    margin-top: 12px;
  }
}

@media screen and (min-width: 846px) {
  .content-area,
  .content-sidebar {
    padding-top: 0em;
  }

  .site-content .has-post-thumbnail .entry-header {
    margin-top: 0px;
  }
  .site-content .entry-header {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1040px) {
  .site-content .has-post-thumbnail .entry-header {
    margin-top: 0px;
  }
  .site-content .entry-header {
    margin-top: 24px;
  }
}

.page-template-full-width .post-thumbnail img,
.page-template .post-thumbnail img,
.post-thumbnail img {
	display: none;
}

hr.wp-block-separator {
	margin-top: .5em;
	margin-bottom: 1em;
}

p.no-comments {
	display: none;
}

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

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #225589;

background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#4bb7d1),color-stop(100%,#3e4686));
background-image: -webkit-linear-gradient(top,#4bb7d1,#3e4686);
background-image: -moz-linear-gradient(top,#4bb7d1,#3e4686);
background-image: -o-linear-gradient(top,#4bb7d1,#3e4686);
background-image: -ms-linear-gradient(top,#4bb7d1,#3e4686);
background-image: linear-gradient(top,#4bb7d1,#3e4686);
-webkit-box-shadow: rgba(0,0,0,.33) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,.33) 0 1px 0;
box-shadow: rgba(0,0,0,.33) 0 1px 0;
text-shadow: 0 -1px 0 #094e89;

	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: none;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

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

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	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;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


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

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background-color: #f0f8ff;
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-header header {
	height: 32px;
}

.header-main {
	min-height: 32px;
	padding: 0 2px;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	margin: 0;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: #2c4e6e;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-menu a:hover {
	background-color: #e2f3ff !important;
	color: #557799 !important;
}

/* Search in the header */

.search-toggle {
	background-color: #f0f8ff;
	color: #2c4e6e;
	cursor: pointer;
	float: right;
	height: 32px;
	margin-right: 38px;
	text-align: center;
	width: 32px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #f0f8ff;
	color: #557799;
}

.search-toggle:hover {
		background-color: #e2f3ff;
}

.search-toggle:before {
	color: #2c4e6e;
	content: "\f400";
	font-size: 20px;
	margin-top: 6px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 32px;
	right: 0;
	width: 50%;
	z-index: 2;
}

.search-box {
	background-color: #f0f8ff;
	padding: 12px;
}

.search-box .search-field {
	background-color: #e0e8ef;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #2c4e6e;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #557799;
	background-color: #e2f3ff;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #335577;
	font-weight: 900;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 14px;
	padding-top: 4px;
	line-height: 32px;
}

.primary-navigation.toggled-on {
	padding: 36px 8px 18px;
	line-height: 24px;
}

.primary-navigation.toggled-on li li {
	line-height: 16px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation.toggled-on .sub-menu li {
	margin-top:    2px;
	margin-bottom: 2px;
}

.primary-navigation.toggled-on .sub-menu a {
	padding-top:    2px !important;
	padding-bottom: 2px !important;
}

.primary-navigation a {
	padding: 2px 0;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 32px 0;
}

.secondary-navigation a {
	padding: 3px 0;
}

.sub-menu li {
	margin-top:    8px;
	margin-bottom: 8px;
}

.sub-menu li.jetpack-social-widget-item {
	margin-top:    0px;
	margin-bottom: 0px;
}

.sub-menu a {
	white-space: nowrap;
	text-transform: none;
	font-size: 1.2em;
	margin-top:    0px !important;
	margin-bottom: 0px !important;
	padding-top:    4px !important;
	padding-bottom: 4px !important;
}

.sub-menu a svg {
	vertical-align: middle;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 32px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 8px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 0;
}

/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	margin-bottom: 12px;
}

.footer-sidebar .widget {
	margin-bottom: 24px;
}

.footer-sidebar a:hover {
	color: #99ccff;
}

.footer-sidebar p.footer-history { 
	margin-bottom: .5em !important; 
	line-height: 1.4em !important; 
}

.footer-sidebar aside.widget_categories li.cat-item {
	padding-bottom: .25em;
}

.footer-sidebar aside.widget_recent_entries li {
	line-height: 1.4em !important; 
	padding-bottom: .5em;
}

.footer-sidebar aside.widget_top-posts li a {
	line-height: 1.4em !important; 
}

/**
 * 7.2 Content Sidebar Widgets
 * -----------------------------------------------------------------------------
 */

.content-sidebar {
	background-color: #fbfbfb;
}

.content-sidebar .widget a {
	color: #225589;
}

.content-sidebar .widget a:hover {
	color: #4177a6;
}

.content-sidebar .widget pre {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
	color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
	border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
	color: #767676;
}

.content-sidebar .widget blockquote cite {
	color: #2b2b2b;
}

.content-sidebar .widget li > ol,
.content-sidebar .widget li > ul {
	margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
	color: #767676;
}

.content-sidebar .widget hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #663300;
	border: 0;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #417726;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #9955d7;
}

.content-sidebar .widget .wp-caption {
	color: #767676;
}

.content-sidebar .widget .widget-title {
	border-top: 3px solid #2c4e6e;
	color: #2c4e6e;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 6px;
	padding-top: 6px;
	text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
	color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
	color: #4177a6;
}

/* List Style Widgets*/

.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
	border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */

.content-sidebar .widget_calendar caption {
	color: #2b2b2b;
	font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
	color: #fff;
}

/* Ephemera widget*/

.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
	line-height: 1.2857142857;
	padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #000;
	color: #fff;
	margin: -1px 9px 0 0;
	padding: 6px 0 9px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
	content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
	content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
	content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
	content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
	content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
	content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
	content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
	color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
	color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #4177a6;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
	font-size: 13px;
	line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
	font-weight: 900;
}

.jetpack_widget_social_icons .widget-title {
	border-top: 0 !important;
}

/**
 * -----------------------------------------------------------------------------
 * X. Remove left side bar and center site
 */


@media screen and (min-width: 240px) {

	header.entry-header {
		padding-bottom: 2px !important;
		padding-left:  10px !important;
	}
	.entry-header h1 {
		font-size: 25px;		
	}
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: -24px;
	}
}

@media screen and (min-width: 300px) {

	header.entry-header {
		padding-bottom: 4px !important;
		padding-left:  10px !important;
	}
	.entry-header h1 {
		font-size: 25px;		
	}
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: -24px;
	}
}

@media screen and (min-width: 594px) {

	.site-content .entry-header {
    	padding-right: 10px;
    	padding-left: 10px;
	}
	header.entry-header {
		padding-bottom: 6px !important;
		padding-left:  10px !important;
	}
	.entry-header h1 {
		font-size: 27px;		
	}
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: -24px;
	}
}

@media screen and (min-width: 673px) {

	.archive-header, .comments-area, .image-navigation, .page-header, .page-content, .post-navigation, .site-content .entry-content, .site-content .entry-summary, .site-content footer.entry-meta {
    padding-right: 10px;
    padding-left: 30px;
	}

	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 24px 18px 24px 12px;
		position: relative;
		width: 28.33333333%;
	}

	header.entry-header {
		padding-bottom: 8px !important;
    	padding-left:  30px !important;
	}
	.entry-header h1 {
		font-size: 29px;		
	}
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: -24px;
	}
}

@media screen and (min-width: 846px) {
	.content-area,
	.content-sidebar {
		padding-top: .125em;
	}
	header.entry-header {
		padding-bottom: 10px !important;
    	padding-left:   30px !important;
	}
	.entry-header h1 {
		font-size: 31px;
	}
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0px;
	}
}

@media screen and (min-width: 783px) {
  .primary-navigation {
    float: right;
    /* margin-left: 20px; */
  }
	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0px;
	}
}

.site {
 margin: 0 auto;
}

@media screen and (min-width: 783px) {

	.primary-navigation {
		float: right;
		margin-left: 20px;
	}

	/* Primary Navigation */

	.primary-navigation {
		float: right;
		font-size: 11px;
		margin: 0 1px 0 -12px;
		padding: 0;
		text-transform: uppercase;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 2px 8px;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 32px;
		line-height: 32px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
	}

	.primary-navigation ul ul {
		background-color: #f0f8ff;
		float: left;
		margin: 0;
		position: absolute;
		top: 32px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 12px 6px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #f0f8ff;
		color: #2c4e6e;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #e2f0ff;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

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

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 14px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 14px;
	}


	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #335577;
	}
	
	/* Fixed Header */
	.masthead-fixed .site-header {
		position: fixed;
		top: 0;
	}
	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}
	.masthead-fixed .site-main {
		margin-top: 32px;
	}
	.site-title {
		/* Search-toggle width = 32px */
		max-width: -webkit-calc(100% - 32px);
		max-width:         calc(100% - 32px);
	}
}

.site {
	margin: 0 auto;
}

@media screen and (min-width: 1110px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,	        
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		padding-right: 8px;
		padding-left: 30px;
	        }
        }

@media screen and (min-width: 1218px) {
	.archive-header,
	.comments-area,
	.image-navigation,
	.page-header,
	.page-content,
	.post-navigation,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content footer.entry-meta {
		margin-right: 6px;
		}
	}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
		max-width: 874px;
        }
.comments-area {
		max-width: 874px;
        }
.post-navigation, .image-navigation {
		max-width: 874px;
        }

.site:before,
#secondary {
		width: 0;
		display: none;
	    }
.featured-content {
		padding-left: 0;
        }
.site-content, .site-main .widecolumn {
		margin-left: 0;
        }
.hentry {
		max-width: 900px;
        }
.post-thumbnail img {
		width: 100%;
		display: none;		
	}

/* For Display Posts Shortcode plugin - for Blog feature  */

.display-posts-listing .listing-item {
    clear: both;
}

.entry-title {
    color: #300040;
}

.display-posts-listing img {
    float: left;
    margin: 5px 30px 30px 0px;
}

.display-posts-listing a {
    font-weight: bold;
}

#featured-content {
	display: none;
}

/*
.wp-block-columns{display:flex;flex-wrap:wrap}

@media (min-width:782px){
	.wp-block-columns{flex-wrap:nowrap}
}

.wp-block-column{flex:1;margin-bottom:1em;flex-basis:100%;min-width:0;word-break:break-word;overflow-wrap:break-word}

@media (min-width:600px){
	.wp-block-column{flex-basis:50%;flex-grow:0}
}
*/

@media (min-width:600px){
	.post-2721 .wp-block-column:nth-child(odd){margin-right: .5em;}
	.post-2721 .wp-block-column:nth-child(even){margin-left: .5em;}
	.post-2721 .wp-block-column:not(:first-child){margin-left: .5em;}
	.post-2721 .wp-block-column:not(:last-child){margin-right: .5em;}
}

.post-2721 .wp-block-column p:not(:first-child) {
	font-size: 85%;
	margin-bottom: 1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.post-2721 .wp-block-column p:first-child {
	margin-bottom: .5em;
}

#text-423971126 h1.widget-title {
	margin: 0; 
	padding: 0; 
	font-size: 8px; 
	line-height: 8px;
}

.blog .post-11809 {
	display: none;
}

html {
	scroll-behavior: smooth; 
}