/*
Theme Name: Saved
Theme URI: https://churchthemes.com/themes/saved
Author: ChurchThemes.com
Author URI: https://churchthemes.com
Description: A smart church WordPress theme with drag-and-drop homepage builder.
Copyright: (c) 2017 - 2018, ChurchThemes.com
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-header, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready
Text Domain: saved
Version: 1.4.2
*/
/**********************************************
 * NOTES
 **********************************************/
/*

STYLE CUSTOMIZATION

If you want to edit styles, it is best to use a child theme.
Theme updates replace original stylesheets so keeping your customizations separate makes updates easier.
See this guide for more information: https://churchthemes.com/guides/developer/child-theming/

Sass is used to generate style.css (see the /sass directory). You can use Sass but do not have to.
The .scss files are commented more heavily than this resulting style.css file.

PREFIXES

To prevent conflicts with plugins, everything is prefixed with saved- (this theme),
ctcom- (all churchthemes.com themes) or ctfw- (framework). Those with wp- or no prefix are from WordPress.
Other prefixes are from third party code.

*/
/**********************************************
 * TABLE OF CONTENTS
 **********************************************/
/*

1. Normalize
2. Base Elements
3. Custom Styles
4. WordPress Styles
5. Maps
6. Tools
7. Backgrounds
8. Layout
9. Header Bar
10. Header Menu
11. Header Banner
12. Footer
13. Widgets
14. Homepage
15. Entry Styles
16. Sermons
17. Events
18. Attachments
19. Galleries
20. Comments
21. Plugins
22. Editor Styles
23. Media Queries

*/
/**********************************************
 * 1. NORMALIZE
 **********************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1, .saved-h1, #saved-comments-title {
  font-size: 2em;
  margin: .67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**********************************************
 * 2. BASE ELEMENTS
 **********************************************/
/*---------------------------------------------
 * Box Model
 *--------------------------------------------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*---------------------------------------------
 * Text
 *--------------------------------------------*/
html,
.mce-content-body {
  font-size: 100%;
  line-height: 1.5;
  color: #555555; }

html,
html a,
.mce-content-body,
.mce-content-body a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

a {
  text-decoration: none;
  font-weight: normal;
  transition: color 0.25s; }
  .saved-entry-full-content a:not(.saved-icon):not(.saved-button):not(.wp-block-file__button), .saved-entry-content-inner a:not(.saved-icon):not(.saved-button):not(.wp-block-file__button), .saved-entry-full-meta a:not(.saved-icon):not(.saved-button):not(.wp-block-file__button), .saved-entry-full-footer a, .saved-entry-short-title a, .saved-entry-compact-right h3 a, .saved-comments a, .saved-map-section a, #respond a, .textwidget a, .widget_ctfw-giving a, .widget_mc4wp_form_widget a, .saved-image-section-text a, .saved-bg-section-text a, a .saved-sticky-item-title, #saved-sticky-content-custom-content a, .saved-colored-section-title a, .mce-content-body a {
    font-weight: 700;
    font-style: normal;
    color: black;
    border-width: 0 0 2px 0;
    border-style: solid; }
  a .saved-icon, a.saved-icon {
    font-weight: normal; }

.saved-link-has-image {
  border-width: 0 !important; }

h1, .saved-h1, #saved-comments-title,
h2,
.saved-h2,
#reply-title,
h3,
h4,
.saved-nav-block-title,
h5,
h6 {
  font-weight: 700;
  line-height: 1.05;
  color: black; }
  .saved-has-uppercase h1, .saved-has-uppercase .saved-h1, .saved-has-uppercase #saved-comments-title, .saved-has-uppercase
  h2, .saved-has-uppercase
  .saved-h2, .saved-has-uppercase
  #reply-title, .saved-has-uppercase
  h3, .saved-has-uppercase
  h4, .saved-has-uppercase
  .saved-nav-block-title, .saved-has-uppercase
  h5, .saved-has-uppercase
  h6 {
    text-transform: uppercase; }
  h1 a, .saved-h1 a, #saved-comments-title a,
  h2 a,
  .saved-h2 a,
  #reply-title a,
  h3 a,
  h4 a,
  .saved-nav-block-title a,
  h5 a,
  h6 a {
    font-weight: 700; }

h1, .saved-h1, #saved-comments-title {
  font-size: 3.6em; }

#saved-content h1, #saved-content .saved-h1, #saved-content #saved-comments-title,
#saved-content .saved-h1,
.mce-content-body h1,
.mce-content-body .saved-h1,
.mce-content-body #saved-comments-title {
  font-size: 2.8em; }

h2, .saved-h2, #reply-title,
.saved-h2,
#reply-title {
  font-size: 2em; }

h3,
.saved-h3,
#saved-map-section-address,
.saved-widgets-row-content aside h2,
.saved-widgets-row-content aside .saved-h2,
.saved-widgets-row-content aside #reply-title,
.saved-section-orientation-horizontal .saved-bg-section-content h1,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-h1,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title,
.saved-section-orientation-horizontal .saved-bg-section-content h2,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-h2,
.saved-section-orientation-horizontal .saved-bg-section-content #reply-title,
.saved-home-highlights-content h2,
.saved-home-highlights-content .saved-h2,
.saved-home-highlights-content #reply-title {
  font-size: 1.6em; }

h4, .saved-nav-block-title,
.saved-h4,
.widget_calendar #wp-calendar caption {
  font-size: 1.4em; }

h5,
.saved-h5,
.saved-caption-image-title {
  font-size: 1.25em; }

h6,
.saved-h6 {
  font-size: 1.1em; }

.saved-has-heading-accents .saved-entry-content h1::before, .saved-has-heading-accents .saved-compact-content h1::before, .saved-has-heading-accents .widget_text .textwidget h1::before, .widget_text .saved-has-heading-accents .textwidget h1::before, .saved-has-heading-accents .saved-comment h1::before, .saved-has-heading-accents .saved-entry-content .saved-h1::before, .saved-has-heading-accents .saved-compact-content .saved-h1::before, .saved-has-heading-accents .widget_text .textwidget .saved-h1::before, .widget_text .saved-has-heading-accents .textwidget .saved-h1::before, .saved-has-heading-accents .saved-comment .saved-h1::before, .saved-has-heading-accents .saved-entry-content #saved-comments-title::before, .saved-has-heading-accents .saved-compact-content #saved-comments-title::before, .saved-has-heading-accents .widget_text .textwidget #saved-comments-title::before, .widget_text .saved-has-heading-accents .textwidget #saved-comments-title::before, .saved-has-heading-accents .saved-comment #saved-comments-title::before,
.saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content h3::before,
.saved-has-heading-accents .saved-compact-content h3::before,
.saved-has-heading-accents .widget_text .textwidget h3::before,
.widget_text .saved-has-heading-accents .textwidget h3::before,
.saved-has-heading-accents .saved-comment h3::before,
.saved-has-heading-accents .saved-entry-content h4::before,
.saved-has-heading-accents .saved-compact-content h4::before,
.saved-has-heading-accents .widget_text .textwidget h4::before,
.widget_text .saved-has-heading-accents .textwidget h4::before,
.saved-has-heading-accents .saved-comment h4::before,
.saved-has-heading-accents .saved-entry-content .saved-nav-block-title::before,
.saved-has-heading-accents .saved-compact-content .saved-nav-block-title::before,
.saved-has-heading-accents .widget_text .textwidget .saved-nav-block-title::before,
.widget_text .saved-has-heading-accents .textwidget .saved-nav-block-title::before,
.saved-has-heading-accents .saved-comment .saved-nav-block-title::before,
.saved-has-heading-accents .saved-entry-content h5::before,
.saved-has-heading-accents .saved-compact-content h5::before,
.saved-has-heading-accents .widget_text .textwidget h5::before,
.widget_text .saved-has-heading-accents .textwidget h5::before,
.saved-has-heading-accents .saved-comment h5::before,
.saved-has-heading-accents .saved-entry-content h6::before,
.saved-has-heading-accents .saved-compact-content h6::before,
.saved-has-heading-accents .widget_text .textwidget h6::before,
.widget_text .saved-has-heading-accents .textwidget h6::before,
.saved-has-heading-accents .saved-comment h6::before,
.saved-has-heading-accents .saved-entry-content .saved-h1::before,
.saved-has-heading-accents .saved-compact-content .saved-h1::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h1::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h1::before,
.saved-has-heading-accents .saved-comment .saved-h1::before,
.saved-has-heading-accents .saved-entry-content .saved-h2::before,
.saved-has-heading-accents .saved-compact-content .saved-h2::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h2::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h2::before,
.saved-has-heading-accents .saved-comment .saved-h2::before,
.saved-has-heading-accents .saved-entry-content #reply-title::before,
.saved-has-heading-accents .saved-compact-content #reply-title::before,
.saved-has-heading-accents .widget_text .textwidget #reply-title::before,
.widget_text .saved-has-heading-accents .textwidget #reply-title::before,
.saved-has-heading-accents .saved-comment #reply-title::before,
.saved-has-heading-accents .saved-entry-content .saved-h3:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-h3:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h3:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h3:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-h3:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content #saved-map-section-address:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content #saved-map-section-address:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget #saved-map-section-address:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget #saved-map-section-address:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment #saved-map-section-address:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content h1:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content h1:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget h1:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget h1:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment h1:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content .saved-h1:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content .saved-h1:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget .saved-h1:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget .saved-h1:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment .saved-h1:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget #saved-comments-title:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment #saved-comments-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-h4::before,
.saved-has-heading-accents .saved-compact-content .saved-h4::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h4::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h4::before,
.saved-has-heading-accents .saved-comment .saved-h4::before,
.saved-has-heading-accents .saved-entry-content .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-entry-content caption::before,
.saved-has-heading-accents .saved-compact-content .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-compact-content caption::before,
.saved-has-heading-accents .widget_text .textwidget .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .widget_text .textwidget caption::before,
.widget_text .saved-has-heading-accents .textwidget .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar .widget_text .saved-has-heading-accents .textwidget caption::before,
.saved-has-heading-accents .saved-comment .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-comment caption::before,
.saved-has-heading-accents .saved-entry-content .saved-h5::before,
.saved-has-heading-accents .saved-compact-content .saved-h5::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h5::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h5::before,
.saved-has-heading-accents .saved-comment .saved-h5::before,
.saved-has-heading-accents .saved-entry-content .saved-caption-image-title::before,
.saved-has-heading-accents .saved-compact-content .saved-caption-image-title::before,
.saved-has-heading-accents .widget_text .textwidget .saved-caption-image-title::before,
.widget_text .saved-has-heading-accents .textwidget .saved-caption-image-title::before,
.saved-has-heading-accents .saved-comment .saved-caption-image-title::before,
.saved-has-heading-accents .saved-entry-content .saved-h6::before,
.saved-has-heading-accents .saved-compact-content .saved-h6::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h6::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h6::before,
.saved-has-heading-accents .saved-comment .saved-h6::before, .saved-has-heading-accents.mce-content-body h1::before, .saved-has-heading-accents.mce-content-body .saved-h1::before, .saved-has-heading-accents.mce-content-body #saved-comments-title::before, .saved-has-heading-accents.mce-content-body h2::before, .saved-has-heading-accents.mce-content-body .saved-h2::before, .saved-has-heading-accents.mce-content-body #reply-title::before, .saved-has-heading-accents.mce-content-body h3::before, .saved-has-heading-accents.mce-content-body h4::before, .saved-has-heading-accents.mce-content-body .saved-nav-block-title::before, .saved-has-heading-accents.mce-content-body h5::before, .saved-has-heading-accents.mce-content-body h6::before,
.saved-has-heading-accents .saved-bg-section-content h1::before,
.saved-has-heading-accents .saved-bg-section-content .saved-h1::before,
.saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before,
.saved-has-heading-accents .saved-bg-section-content h2::before,
.saved-has-heading-accents .saved-bg-section-content .saved-h2::before,
.saved-has-heading-accents .saved-bg-section-content #reply-title::before,
.saved-has-heading-accents #saved-banner-title div::before,
.saved-has-heading-accents .saved-widget-title::before,
.saved-has-heading-accents #saved-comments-title::before,
.saved-has-heading-accents #reply-title::before,
.saved-has-heading-accents .saved-caption-image-title::before,
.saved-has-heading-accents #saved-map-section-address::before {
  display: block;
  position: relative;
  left: 1px;
  width: 50px;
  height: 12px;
  border-style: solid;
  border-width: 0 0 5px 0;
  margin-bottom: 6px;
  content: ''; }
.saved-has-heading-accents .saved-entry-content h1[style*="center"]::before, .saved-has-heading-accents .saved-compact-content h1[style*="center"]::before, .saved-has-heading-accents .widget_text .textwidget h1[style*="center"]::before, .widget_text .saved-has-heading-accents .textwidget h1[style*="center"]::before, .saved-has-heading-accents .saved-comment h1[style*="center"]::before, .saved-has-heading-accents .saved-entry-content [style*="center"].saved-h1::before, .saved-has-heading-accents .saved-compact-content [style*="center"].saved-h1::before, .saved-has-heading-accents .widget_text .textwidget [style*="center"].saved-h1::before, .widget_text .saved-has-heading-accents .textwidget [style*="center"].saved-h1::before, .saved-has-heading-accents .saved-comment [style*="center"].saved-h1::before, .saved-has-heading-accents .saved-entry-content [style*="center"]#saved-comments-title::before, .saved-has-heading-accents .saved-compact-content [style*="center"]#saved-comments-title::before, .saved-has-heading-accents .widget_text .textwidget [style*="center"]#saved-comments-title::before, .widget_text .saved-has-heading-accents .textwidget [style*="center"]#saved-comments-title::before, .saved-has-heading-accents .saved-comment [style*="center"]#saved-comments-title::before, .saved-has-heading-accents .saved-entry-content h1[style*="right"]::before, .saved-has-heading-accents .saved-compact-content h1[style*="right"]::before, .saved-has-heading-accents .widget_text .textwidget h1[style*="right"]::before, .widget_text .saved-has-heading-accents .textwidget h1[style*="right"]::before, .saved-has-heading-accents .saved-comment h1[style*="right"]::before, .saved-has-heading-accents .saved-entry-content [style*="right"].saved-h1::before, .saved-has-heading-accents .saved-compact-content [style*="right"].saved-h1::before, .saved-has-heading-accents .widget_text .textwidget [style*="right"].saved-h1::before, .widget_text .saved-has-heading-accents .textwidget [style*="right"].saved-h1::before, .saved-has-heading-accents .saved-comment [style*="right"].saved-h1::before, .saved-has-heading-accents .saved-entry-content [style*="right"]#saved-comments-title::before, .saved-has-heading-accents .saved-compact-content [style*="right"]#saved-comments-title::before, .saved-has-heading-accents .widget_text .textwidget [style*="right"]#saved-comments-title::before, .widget_text .saved-has-heading-accents .textwidget [style*="right"]#saved-comments-title::before, .saved-has-heading-accents .saved-comment [style*="right"]#saved-comments-title::before,
.saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content h3[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content h3[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget h3[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget h3[style*="center"]::before,
.saved-has-heading-accents .saved-comment h3[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content h3[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content h3[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget h3[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget h3[style*="right"]::before,
.saved-has-heading-accents .saved-comment h3[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content h4[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content h4[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget h4[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget h4[style*="center"]::before,
.saved-has-heading-accents .saved-comment h4[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content [style*="center"].saved-nav-block-title::before,
.saved-has-heading-accents .saved-compact-content [style*="center"].saved-nav-block-title::before,
.saved-has-heading-accents .widget_text .textwidget [style*="center"].saved-nav-block-title::before,
.widget_text .saved-has-heading-accents .textwidget [style*="center"].saved-nav-block-title::before,
.saved-has-heading-accents .saved-comment [style*="center"].saved-nav-block-title::before,
.saved-has-heading-accents .saved-entry-content h4[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content h4[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget h4[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget h4[style*="right"]::before,
.saved-has-heading-accents .saved-comment h4[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content [style*="right"].saved-nav-block-title::before,
.saved-has-heading-accents .saved-compact-content [style*="right"].saved-nav-block-title::before,
.saved-has-heading-accents .widget_text .textwidget [style*="right"].saved-nav-block-title::before,
.widget_text .saved-has-heading-accents .textwidget [style*="right"].saved-nav-block-title::before,
.saved-has-heading-accents .saved-comment [style*="right"].saved-nav-block-title::before,
.saved-has-heading-accents .saved-entry-content h5[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content h5[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget h5[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget h5[style*="center"]::before,
.saved-has-heading-accents .saved-comment h5[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content h5[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content h5[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget h5[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget h5[style*="right"]::before,
.saved-has-heading-accents .saved-comment h5[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content h6[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content h6[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget h6[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget h6[style*="center"]::before,
.saved-has-heading-accents .saved-comment h6[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content h6[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content h6[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget h6[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget h6[style*="right"]::before,
.saved-has-heading-accents .saved-comment h6[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h1[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h1[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h1[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h1[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-h1[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h1[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h1[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h1[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h1[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-h1[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h2[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h2[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h2[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h2[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-h2[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content [style*="center"]#reply-title::before,
.saved-has-heading-accents .saved-compact-content [style*="center"]#reply-title::before,
.saved-has-heading-accents .widget_text .textwidget [style*="center"]#reply-title::before,
.widget_text .saved-has-heading-accents .textwidget [style*="center"]#reply-title::before,
.saved-has-heading-accents .saved-comment [style*="center"]#reply-title::before,
.saved-has-heading-accents .saved-entry-content .saved-h2[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h2[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h2[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h2[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-h2[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content [style*="right"]#reply-title::before,
.saved-has-heading-accents .saved-compact-content [style*="right"]#reply-title::before,
.saved-has-heading-accents .widget_text .textwidget [style*="right"]#reply-title::before,
.widget_text .saved-has-heading-accents .textwidget [style*="right"]#reply-title::before,
.saved-has-heading-accents .saved-comment [style*="right"]#reply-title::before,
.saved-has-heading-accents .saved-entry-content .saved-h3:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h3:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h3:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h3:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-h3:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content #saved-map-section-address:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content #saved-map-section-address:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget #saved-map-section-address:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget #saved-map-section-address:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment #saved-map-section-address:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget h1:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment .saved-h1:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment #saved-comments-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h3:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h3:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h3:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h3:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-h3:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content #saved-map-section-address:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content #saved-map-section-address:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget #saved-map-section-address:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget #saved-map-section-address:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment #saved-map-section-address:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-widgets-row-content aside .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget h1:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment .saved-h1:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment #saved-comments-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-home-highlights-content .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h4[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h4[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h4[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h4[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-h4[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .widget_calendar #wp-calendar caption[style*="center"]::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-entry-content caption[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .widget_calendar #wp-calendar caption[style*="center"]::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-compact-content caption[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .widget_calendar #wp-calendar caption[style*="center"]::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .widget_text .textwidget caption[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .widget_calendar #wp-calendar caption[style*="center"]::before,
.widget_calendar #wp-calendar .widget_text .saved-has-heading-accents .textwidget caption[style*="center"]::before,
.saved-has-heading-accents .saved-comment .widget_calendar #wp-calendar caption[style*="center"]::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-comment caption[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h4[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h4[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h4[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h4[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-h4[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .widget_calendar #wp-calendar caption[style*="right"]::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-entry-content caption[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .widget_calendar #wp-calendar caption[style*="right"]::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-compact-content caption[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .widget_calendar #wp-calendar caption[style*="right"]::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .widget_text .textwidget caption[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .widget_calendar #wp-calendar caption[style*="right"]::before,
.widget_calendar #wp-calendar .widget_text .saved-has-heading-accents .textwidget caption[style*="right"]::before,
.saved-has-heading-accents .saved-comment .widget_calendar #wp-calendar caption[style*="right"]::before,
.widget_calendar #wp-calendar .saved-has-heading-accents .saved-comment caption[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h5[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h5[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h5[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h5[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-h5[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content [style*="center"].saved-caption-image-title::before,
.saved-has-heading-accents .saved-compact-content [style*="center"].saved-caption-image-title::before,
.saved-has-heading-accents .widget_text .textwidget [style*="center"].saved-caption-image-title::before,
.widget_text .saved-has-heading-accents .textwidget [style*="center"].saved-caption-image-title::before,
.saved-has-heading-accents .saved-comment [style*="center"].saved-caption-image-title::before,
.saved-has-heading-accents .saved-entry-content .saved-h5[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h5[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h5[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h5[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-h5[style*="right"]::before,
.saved-has-heading-accents .saved-entry-content [style*="right"].saved-caption-image-title::before,
.saved-has-heading-accents .saved-compact-content [style*="right"].saved-caption-image-title::before,
.saved-has-heading-accents .widget_text .textwidget [style*="right"].saved-caption-image-title::before,
.widget_text .saved-has-heading-accents .textwidget [style*="right"].saved-caption-image-title::before,
.saved-has-heading-accents .saved-comment [style*="right"].saved-caption-image-title::before,
.saved-has-heading-accents .saved-entry-content .saved-h6[style*="center"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h6[style*="center"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h6[style*="center"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h6[style*="center"]::before,
.saved-has-heading-accents .saved-comment .saved-h6[style*="center"]::before,
.saved-has-heading-accents .saved-entry-content .saved-h6[style*="right"]::before,
.saved-has-heading-accents .saved-compact-content .saved-h6[style*="right"]::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h6[style*="right"]::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h6[style*="right"]::before,
.saved-has-heading-accents .saved-comment .saved-h6[style*="right"]::before, .saved-has-heading-accents.mce-content-body h1[style*="center"]::before, .saved-has-heading-accents.mce-content-body [style*="center"].saved-h1::before, .saved-has-heading-accents.mce-content-body [style*="center"]#saved-comments-title::before, .saved-has-heading-accents.mce-content-body h1[style*="right"]::before, .saved-has-heading-accents.mce-content-body [style*="right"].saved-h1::before, .saved-has-heading-accents.mce-content-body [style*="right"]#saved-comments-title::before, .saved-has-heading-accents.mce-content-body h2[style*="center"]::before, .saved-has-heading-accents.mce-content-body [style*="center"].saved-h2::before, .saved-has-heading-accents.mce-content-body [style*="center"]#reply-title::before, .saved-has-heading-accents.mce-content-body h2[style*="right"]::before, .saved-has-heading-accents.mce-content-body [style*="right"].saved-h2::before, .saved-has-heading-accents.mce-content-body [style*="right"]#reply-title::before, .saved-has-heading-accents.mce-content-body h3[style*="center"]::before, .saved-has-heading-accents.mce-content-body h3[style*="right"]::before, .saved-has-heading-accents.mce-content-body h4[style*="center"]::before, .saved-has-heading-accents.mce-content-body [style*="center"].saved-nav-block-title::before, .saved-has-heading-accents.mce-content-body h4[style*="right"]::before, .saved-has-heading-accents.mce-content-body [style*="right"].saved-nav-block-title::before, .saved-has-heading-accents.mce-content-body h5[style*="center"]::before, .saved-has-heading-accents.mce-content-body h5[style*="right"]::before, .saved-has-heading-accents.mce-content-body h6[style*="center"]::before, .saved-has-heading-accents.mce-content-body h6[style*="right"]::before,
.saved-has-heading-accents .saved-bg-section-content h1[style*="center"]::before,
.saved-has-heading-accents .saved-bg-section-content [style*="center"].saved-h1::before,
.saved-has-heading-accents .saved-bg-section-content [style*="center"]#saved-comments-title::before,
.saved-has-heading-accents .saved-bg-section-content h1[style*="right"]::before,
.saved-has-heading-accents .saved-bg-section-content [style*="right"].saved-h1::before,
.saved-has-heading-accents .saved-bg-section-content [style*="right"]#saved-comments-title::before,
.saved-has-heading-accents .saved-bg-section-content h2[style*="center"]::before,
.saved-has-heading-accents .saved-bg-section-content [style*="center"].saved-h2::before,
.saved-has-heading-accents .saved-bg-section-content [style*="center"]#reply-title::before,
.saved-has-heading-accents .saved-bg-section-content h2[style*="right"]::before,
.saved-has-heading-accents .saved-bg-section-content [style*="right"].saved-h2::before,
.saved-has-heading-accents .saved-bg-section-content [style*="right"]#reply-title::before,
.saved-has-heading-accents #saved-banner-title div[style*="center"]::before,
.saved-has-heading-accents #saved-banner-title div[style*="right"]::before,
.saved-has-heading-accents .saved-widget-title[style*="center"]::before,
.saved-has-heading-accents .saved-widget-title[style*="right"]::before,
.saved-has-heading-accents #saved-comments-title[style*="center"]::before,
.saved-has-heading-accents #saved-comments-title[style*="right"]::before,
.saved-has-heading-accents #reply-title[style*="center"]::before,
.saved-has-heading-accents #reply-title[style*="right"]::before,
.saved-has-heading-accents .saved-caption-image-title[style*="center"]::before,
.saved-has-heading-accents .saved-caption-image-title[style*="right"]::before,
.saved-has-heading-accents #saved-map-section-address[style*="center"]::before,
.saved-has-heading-accents #saved-map-section-address[style*="right"]::before {
  display: none !important; }
.saved-has-heading-accents h1::before, .saved-has-heading-accents .saved-h1::before, .saved-has-heading-accents #saved-comments-title::before,
.saved-has-heading-accents .saved-h1::before,
.saved-has-heading-accents .saved-bg-section-content h1::before,
.saved-has-heading-accents .saved-bg-section-content .saved-h1::before,
.saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before,
.saved-has-heading-accents #saved-banner-title div::before {
  left: 2px;
  width: 64px;
  height: 22px;
  border-width: 0 0 7px 0;
  margin-bottom: 3px; }
  .saved-banner-title-length-25 .saved-has-heading-accents h1::before, .saved-banner-title-length-25 .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-25 .saved-has-heading-accents #saved-comments-title::before, .saved-banner-title-length-30 .saved-has-heading-accents h1::before, .saved-banner-title-length-30 .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-30 .saved-has-heading-accents #saved-comments-title::before, .saved-banner-title-length-35 .saved-has-heading-accents h1::before, .saved-banner-title-length-35 .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-35 .saved-has-heading-accents #saved-comments-title::before, .saved-banner-title-length-40 .saved-has-heading-accents h1::before, .saved-banner-title-length-40 .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-40 .saved-has-heading-accents #saved-comments-title::before, .saved-banner-title-length-25
  .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-30
  .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-35
  .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-40
  .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-25
  .saved-has-heading-accents .saved-bg-section-content h1::before, .saved-banner-title-length-25
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before, .saved-banner-title-length-25
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before, .saved-banner-title-length-30
  .saved-has-heading-accents .saved-bg-section-content h1::before, .saved-banner-title-length-30
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before, .saved-banner-title-length-30
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before, .saved-banner-title-length-35
  .saved-has-heading-accents .saved-bg-section-content h1::before, .saved-banner-title-length-35
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before, .saved-banner-title-length-35
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before, .saved-banner-title-length-40
  .saved-has-heading-accents .saved-bg-section-content h1::before, .saved-banner-title-length-40
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before, .saved-banner-title-length-40
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before, .saved-banner-title-length-25
  .saved-has-heading-accents #saved-banner-title div::before, .saved-banner-title-length-30
  .saved-has-heading-accents #saved-banner-title div::before, .saved-banner-title-length-35
  .saved-has-heading-accents #saved-banner-title div::before, .saved-banner-title-length-40
  .saved-has-heading-accents #saved-banner-title div::before {
    margin-bottom: 5px; }
.saved-has-heading-accents #saved-content h1::before, .saved-has-heading-accents #saved-content .saved-h1::before, .saved-has-heading-accents #saved-content #saved-comments-title::before,
.saved-has-heading-accents #saved-content .saved-h1::before, .saved-has-heading-accents.mce-content-body h1::before, .saved-has-heading-accents.mce-content-body .saved-h1::before, .saved-has-heading-accents.mce-content-body #saved-comments-title::before,
.saved-has-heading-accents #saved-comments-title::before {
  border-width: 0 0 7px 0;
  width: 64px;
  height: 20px;
  margin-bottom: 5px; }
.saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before, .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before, .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before, .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before, .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before, .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before, .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before, .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before, .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before, .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before, .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before, .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before, .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before, .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before, .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
.saved-has-heading-accents .saved-entry-content .saved-h2::before,
.saved-has-heading-accents .saved-compact-content .saved-h2::before,
.saved-has-heading-accents .widget_text .textwidget .saved-h2::before,
.widget_text .saved-has-heading-accents .textwidget .saved-h2::before,
.saved-has-heading-accents .saved-comment .saved-h2::before,
.saved-has-heading-accents .saved-entry-content #reply-title::before,
.saved-has-heading-accents .saved-compact-content #reply-title::before,
.saved-has-heading-accents .widget_text .textwidget #reply-title::before,
.widget_text .saved-has-heading-accents .textwidget #reply-title::before,
.saved-has-heading-accents .saved-comment #reply-title::before,
.saved-has-heading-accents .saved-bg-section h2::before,
.saved-has-heading-accents .saved-bg-section .saved-h2::before,
.saved-has-heading-accents .saved-bg-section #reply-title::before,
.saved-has-heading-accents .saved-image-section .saved-widget-title::before,
.saved-has-heading-accents .saved-gallery-section .saved-widget-title::before, .saved-has-heading-accents.mce-content-body h2::before, .saved-has-heading-accents.mce-content-body .saved-h2::before, .saved-has-heading-accents.mce-content-body #reply-title::before {
  width: 56px;
  height: 16px;
  border-width: 0 0 6px 0;
  margin-bottom: 6px; }
.saved-has-heading-accents .saved-bg-section h2::before, .saved-has-heading-accents .saved-bg-section .saved-h2::before, .saved-has-heading-accents .saved-bg-section #reply-title::before,
.saved-has-heading-accents .saved-image-section .saved-widget-title::before,
.saved-has-heading-accents .saved-gallery-section .saved-widget-title::before {
  width: 56px;
  height: 14px;
  border-width: 0 0 7px 0;
  margin-bottom: 4px; }
.saved-has-heading-accents .saved-section-orientation-horizontal h1::before, .saved-has-heading-accents .saved-section-orientation-horizontal .saved-h1::before, .saved-has-heading-accents .saved-section-orientation-horizontal #saved-comments-title::before,
.saved-has-heading-accents .saved-section-orientation-horizontal h2::before,
.saved-has-heading-accents .saved-section-orientation-horizontal .saved-h2::before,
.saved-has-heading-accents .saved-section-orientation-horizontal #reply-title::before {
  width: 50px;
  height: 12px;
  border-width: 0 0 5px 0;
  margin-bottom: 6px; }
.saved-has-heading-accents #saved-banner-title div::before,
.saved-has-heading-accents .saved-bg-section-content h1::before,
.saved-has-heading-accents .saved-bg-section-content .saved-h1::before,
.saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before,
.saved-has-heading-accents .saved-bg-section-content h2::before,
.saved-has-heading-accents .saved-bg-section-content .saved-h2::before,
.saved-has-heading-accents .saved-bg-section-content #reply-title::before,
.saved-has-heading-accents .saved-caption-image-title::before,
.saved-has-heading-accents .saved-widget .saved-caption-image-title h2::before,
.saved-has-heading-accents .saved-widget .saved-caption-image-title .saved-h2::before,
.saved-has-heading-accents .saved-widget .saved-caption-image-title #reply-title::before {
  border-color: #fff !important; }

b,
strong {
  font-weight: 700; }

::-moz-selection {
  background-color: #e5e5e5;
  color: black; }

::selection {
  background-color: #e5e5e5;
  color: black; }

code,
pre {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 0.75em;
  white-space: pre-wrap; }

/*---------------------------------------------
 * Blocks
 *--------------------------------------------*/
ul,
ol,
dl {
  padding: 0; }

ul,
ol {
  margin-left: 3.125em; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0; }

dl {
  margin-left: 1.875em; }

dt {
  font-size: 0.9em;
  font-style: normal;
  font-weight: bold; }

dd {
  margin-bottom: 1.25em;
  margin-left: 0; }

blockquote {
  display: block;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.7em 0 2.8125em !important;
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5; }
  blockquote.is-style-large, blockquote.is-style-large p {
    font-size: 1.45em !important; }
  blockquote.is-style-large p {
    line-height: 1.3 !important; }
  blockquote.is-style-large cite {
    font-size: 0.9em !important;
    text-align: left !important; }
  blockquote[style*='center'].is-style-large cite {
    text-align: center !important; }
  blockquote p {
    margin-top: 0;
    margin-bottom: 0.6875em; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote:before {
    position: absolute;
    top: -0.35em;
    left: 10px;
    display: block;
    content: "\201C";
    font-size: 3.5em;
    font-style: normal;
    font-weight: 600; }
  blockquote cite {
    display: block;
    margin-top: 1.6875em !important;
    font-size: 0.65em !important;
    font-weight: normal;
    font-style: normal;
    text-transform: none !important;
    color: #555555 !important; }
    blockquote cite:before {
      content: "\2014 \2009";
      font-weight: 300; }

.wp-block-pullquote {
  border: 0;
  padding: 0;
  border-radius: 2px;
  background-color: whitesmoke !important; }
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    margin-top: 0.7em;
    margin-bottom: 0.7em; }
    .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
      padding: 1.75em !important; }
  .wp-block-pullquote blockquote {
    padding: 1.75em 2.25em !important;
    margin: 0; }
    .wp-block-pullquote blockquote:before {
      content: ''; }
    .wp-block-pullquote blockquote.has-text-color {
      color: black !important; }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    text-align: center; }
    .wp-block-pullquote.is-style-solid-color blockquote p {
      font-size: 1.15em;
      line-height: 1.5;
      margin-bottom: 1em; }
      .wp-block-pullquote.is-style-solid-color blockquote p:last-child {
        margin-bottom: 0; }

q {
  font-style: italic; }

.saved-entry-content table, .saved-compact-content table, .widget_text .textwidget table, .saved-comment table,
.mce-content-body table {
  width: 100%;
  border: none; }

.saved-entry-content caption, .saved-compact-content caption, .widget_text .textwidget caption, .saved-comment caption,
.mce-content-body caption {
  margin-bottom: 1.25em;
  font-style: italic;
  text-align: left; }

.saved-entry-content th, .saved-compact-content th, .widget_text .textwidget th, .saved-comment th,
.mce-content-body th {
  padding: 0.3125em 1.5625em 0.3125em 0;
  text-align: left;
  font-size: 0.9em;
  font-style: normal;
  font-weight: bold; }

.saved-entry-content td, .saved-compact-content td, .widget_text .textwidget td, .saved-comment td,
.mce-content-body td {
  padding: 0.3125em 1.5625em 0.3125em 0;
  font-size: 0.9em; }

.saved-entry-content td, .saved-compact-content td, .widget_text .textwidget td, .saved-comment td {
  border: none; }

hr {
  padding: 0;
  height: 0;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #e5e5e5;
  line-height: 0;
  font-size: 0; }

/* Preformatted */
pre {
  font-size: 0.85em;
  white-space: pre-wrap; }

/*---------------------------------------------
 * Images
 *--------------------------------------------*/
img {
  vertical-align: bottom; }

figure {
  margin-left: 0;
  margin-right: 0; }

.saved-entry-content img, .saved-compact-content img, .widget_text .textwidget img, .saved-comment img,
.saved-widget img,
.saved-caption-image img,
img.size-full,
img.size-large,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.saved-entry-short-image {
  max-width: 100%;
  height: auto;
  border-radius: 2px; }

/*---------------------------------------------
 * Forms
 *--------------------------------------------*/
input,
select,
textarea,
button {
  font-family: inherit; }

input,
textarea {
  margin: 0;
  font-size: 0.95em;
  color: black;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #fafafa; }
  .saved-bg-secondary input:not([type=submit]):not([type=button]), .saved-caption-image-inner input:not([type=submit]):not([type=button]), .saved-nav-block.saved-nav-block-empty input:not([type=submit]):not([type=button]), .single .saved-author-box input:not([type=submit]):not([type=button]), #saved-footer-widgets-row input:not([type=submit]):not([type=button]), .single-post .bypostauthor > article input:not([type=submit]):not([type=button]), .saved-bg-secondary
  textarea:not([type=submit]):not([type=button]), .saved-caption-image-inner
  textarea:not([type=submit]):not([type=button]), .saved-nav-block.saved-nav-block-empty
  textarea:not([type=submit]):not([type=button]), .single .saved-author-box
  textarea:not([type=submit]):not([type=button]), #saved-footer-widgets-row
  textarea:not([type=submit]):not([type=button]), .single-post .bypostauthor > article
  textarea:not([type=submit]):not([type=button]) {
    background-color: white; }

input {
  padding: 0 0.625em;
  height: 2.5em;
  line-height: 2.5em;
  outline: 0; }

textarea {
  padding: 0.625em 0.75em; }

textarea:focus {
  outline: 0; }

input[type=radio],
input[type=checkbox] {
  height: auto;
  position: relative;
  top: -0.0625em;
  margin-right: 0.25em;
  border: 0; }

input[type=file] {
  border: none;
  padding: 0;
  height: auto;
  line-height: 1;
  background-color: transparent; }

.saved-is-ios input:not([type=checkbox]):not([type=radio]),
.saved-is-ios textarea {
  -webkit-appearance: none; }

/*---------------------------------------------
 * Media
 *--------------------------------------------*/
audio,
video {
  width: 100%; }

/**********************************************
 * 3. CUSTOM STYLES
 **********************************************/
/*---------------------------------------------
 * Blocks
 *--------------------------------------------*/
.saved-block {
  display: block; }

/*---------------------------------------------
 * Text
 *--------------------------------------------*/
.saved-enlarged, .saved-entry-full > .saved-entry-content, .saved-entry-full > .saved-compact-content, .widget_text .saved-entry-full > .textwidget, .saved-entry-full > .saved-comment,
.archive #saved-content-inner > .saved-entry-content,
.archive #saved-content-inner > .saved-compact-content,
.archive .widget_text #saved-content-inner > .textwidget,
.widget_text .archive #saved-content-inner > .textwidget,
.archive #saved-content-inner > .saved-comment,
.blog #saved-content-inner > .saved-entry-content,
.blog #saved-content-inner > .saved-compact-content,
.blog .widget_text #saved-content-inner > .textwidget,
.widget_text .blog #saved-content-inner > .textwidget,
.blog #saved-content-inner > .saved-comment,
.search #saved-content-inner > .saved-entry-content,
.search #saved-content-inner > .saved-compact-content,
.search .widget_text #saved-content-inner > .textwidget,
.widget_text .search #saved-content-inner > .textwidget,
.search #saved-content-inner > .saved-comment, #saved-sermon-index-none, .saved-sermon-books-testament ul, .saved-attachment-image {
  font-size: 1.15em; }

.saved-text-color {
  color: #555555; }

.saved-light, .wp-caption-text,
.wp-caption-dd,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption, .saved-entry-short-separator {
  color: #777777; }

.saved-dark, code,
pre, dt, blockquote, .wp-block-pullquote, q, .saved-entry-content th, .saved-compact-content th, .widget_text .textwidget th, .saved-comment th,
.mce-content-body th, .has-huge-font-size, .has-large-font-size, .wp-block-table tr:first-of-type strong, #saved-map-section-content-inner, .widget_recent_comments li .comment-author-link, .widget_recent_comments li .comment-author-link a, .widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar th, .widget_rss .rss-date, .saved-entry-full-meta > li, .saved-entry-full-footer-item, .saved-entry-short-meta > li, .saved-entry-compact-right h3 a, .saved-entry-compact-meta > li, #saved-sermon-series-list .saved-sermon-series-dates, .saved-comment-meta time, .saved-comment-moderation, #respond label.error, #saved-comments-closed, div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
  color: black; }

.saved-bold {
  font-weight: 600; }

.saved-nowrap {
  white-space: nowrap; }

.saved-text-over-image, .saved-caption-image-caption, .saved-nav-block-content-arrow, .saved-nav-block-content-text *, #saved-banner-title div, .saved-bg-section-content h1, .saved-bg-section-content .saved-h1, .saved-bg-section-content #saved-comments-title, .saved-bg-section-content h2, .saved-bg-section-content .saved-h2, .saved-bg-section-content #reply-title, .saved-bg-section-content .saved-bg-section-text, .gallery-caption {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.saved-compact-content blockquote, .widget_text .textwidget blockquote, .saved-comment blockquote {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 1.3em;
  text-align: left;
  box-shadow: none;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2.5em;
  padding-right: 0; }
  .saved-compact-content blockquote:before, .widget_text .textwidget blockquote:before, .saved-comment blockquote:before {
    position: absolute;
    top: 0.09em;
    left: 0.42em;
    font-size: 3.8em; }
  .saved-compact-content blockquote:before, .widget_text .textwidget blockquote:before, .saved-comment blockquote:before {
    position: absolute;
    top: -0.3125em;
    left: 0; }
  .saved-compact-content blockquote p, .widget_text .textwidget blockquote p, .saved-comment blockquote p {
    margin-top: 0;
    margin-bottom: 0.6875em; }
    .saved-compact-content blockquote p:last-child, .widget_text .textwidget blockquote p:last-child, .saved-comment blockquote p:last-child {
      margin-bottom: 0; }
.saved-compact-content h1, .widget_text .textwidget h1, .saved-comment h1, .saved-compact-content .saved-h1, .widget_text .textwidget .saved-h1, .saved-comment .saved-h1, .saved-compact-content #saved-comments-title, .widget_text .textwidget #saved-comments-title, .saved-comment #saved-comments-title,
.saved-compact-content h2,
.widget_text .textwidget h2,
.saved-comment h2,
.saved-compact-content .saved-h2,
.widget_text .textwidget .saved-h2,
.saved-comment .saved-h2,
.saved-compact-content #reply-title,
.widget_text .textwidget #reply-title,
.saved-comment #reply-title,
.saved-compact-content h3,
.widget_text .textwidget h3,
.saved-comment h3,
.saved-compact-content h4,
.widget_text .textwidget h4,
.saved-comment h4,
.saved-compact-content .saved-nav-block-title,
.widget_text .textwidget .saved-nav-block-title,
.saved-comment .saved-nav-block-title,
.saved-compact-content h5,
.widget_text .textwidget h5,
.saved-comment h5,
.saved-compact-content h6,
.widget_text .textwidget h6,
.saved-comment h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem; }
.saved-compact-content p, .widget_text .textwidget p, .saved-comment p,
.saved-compact-content ul,
.widget_text .textwidget ul,
.saved-comment ul,
.saved-compact-content ol,
.widget_text .textwidget ol,
.saved-comment ol,
.saved-compact-content dl,
.widget_text .textwidget dl,
.saved-comment dl,
.saved-compact-content table,
.widget_text .textwidget table,
.saved-comment table,
.saved-compact-content blockquote,
.widget_text .textwidget blockquote,
.saved-comment blockquote,
.saved-compact-content q,
.widget_text .textwidget q,
.saved-comment q {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em; }
.saved-compact-content .alignnone, .widget_text .textwidget .alignnone, .saved-comment .alignnone {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em; }
.saved-compact-content p .alignnone, .widget_text .textwidget p .alignnone, .saved-comment p .alignnone {
  margin-top: 0.375em;
  margin-bottom: 0.375em; }
.saved-compact-content .aligncenter, .widget_text .textwidget .aligncenter, .saved-comment .aligncenter {
  margin-top: 2.1875em;
  margin-bottom: 2.1875em; }
.saved-compact-content .wp-caption-text, .widget_text .textwidget .wp-caption-text, .saved-comment .wp-caption-text {
  font-size: 0.9em; }
.saved-compact-content .saved-buttons-list, .widget_text .textwidget .saved-buttons-list, .saved-comment .saved-buttons-list {
  font-size: 0.9em; }

/*---------------------------------------------
 * Images
 *--------------------------------------------*/
.saved-not-mobile .saved-hover-image, .saved-not-mobile .saved-caption-image, .saved-not-mobile .wp-block-gallery .blocks-gallery-item, .wp-block-gallery .saved-not-mobile .blocks-gallery-item, .saved-not-mobile .gallery-icon {
  overflow: hidden; }
  .saved-not-mobile .saved-hover-image a img, .saved-not-mobile .saved-caption-image a img, .saved-not-mobile .wp-block-gallery .blocks-gallery-item a img, .wp-block-gallery .saved-not-mobile .blocks-gallery-item a img, .saved-not-mobile .gallery-icon a img,
  .saved-not-mobile .saved-hover-image a .saved-hover-bg,
  .saved-not-mobile .saved-caption-image a .saved-hover-bg,
  .saved-not-mobile .wp-block-gallery .blocks-gallery-item a .saved-hover-bg,
  .wp-block-gallery .saved-not-mobile .blocks-gallery-item a .saved-hover-bg,
  .saved-not-mobile .gallery-icon a .saved-hover-bg, .saved-not-mobile .saved-hover-image.saved-nav-block .saved-hover-bg, .saved-not-mobile .saved-nav-block.saved-caption-image .saved-hover-bg, .saved-not-mobile .wp-block-gallery .saved-nav-block.blocks-gallery-item .saved-hover-bg, .wp-block-gallery .saved-not-mobile .saved-nav-block.blocks-gallery-item .saved-hover-bg, .saved-not-mobile .saved-nav-block.gallery-icon .saved-hover-bg {
    transition: all .25s ease-in-out;
    -webkit-filter: brightness(1) contrast(0.95);
    filter: brightness(1) contrast(0.95); }
  .saved-not-mobile .saved-hover-image:hover a img, .saved-not-mobile .saved-caption-image:hover a img, .saved-not-mobile .wp-block-gallery .blocks-gallery-item:hover a img, .wp-block-gallery .saved-not-mobile .blocks-gallery-item:hover a img, .saved-not-mobile .gallery-icon:hover a img, .saved-not-mobile .saved-hover-image:hover a .saved-hover-bg, .saved-not-mobile .saved-caption-image:hover a .saved-hover-bg, .saved-not-mobile .wp-block-gallery .blocks-gallery-item:hover a .saved-hover-bg, .wp-block-gallery .saved-not-mobile .blocks-gallery-item:hover a .saved-hover-bg, .saved-not-mobile .gallery-icon:hover a .saved-hover-bg, .saved-not-mobile .saved-hover-image.saved-nav-block:hover .saved-hover-bg, .saved-not-mobile .saved-nav-block.saved-caption-image:hover .saved-hover-bg, .saved-not-mobile .wp-block-gallery .saved-nav-block.blocks-gallery-item:hover .saved-hover-bg, .wp-block-gallery .saved-not-mobile .saved-nav-block.blocks-gallery-item:hover .saved-hover-bg, .saved-not-mobile .saved-nav-block.gallery-icon:hover .saved-hover-bg {
    -webkit-filter: brightness(1.1) contrast(0.95);
    filter: brightness(1.1) contrast(0.95); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (-o-min-device-pixel-ratio: 5 / 4) {
      .saved-not-mobile .saved-hover-image:hover a img, .saved-not-mobile .saved-caption-image:hover a img, .saved-not-mobile .wp-block-gallery .blocks-gallery-item:hover a img, .wp-block-gallery .saved-not-mobile .blocks-gallery-item:hover a img, .saved-not-mobile .gallery-icon:hover a img, .saved-not-mobile .saved-hover-image:hover a .saved-hover-bg, .saved-not-mobile .saved-caption-image:hover a .saved-hover-bg, .saved-not-mobile .wp-block-gallery .blocks-gallery-item:hover a .saved-hover-bg, .wp-block-gallery .saved-not-mobile .blocks-gallery-item:hover a .saved-hover-bg, .saved-not-mobile .gallery-icon:hover a .saved-hover-bg, .saved-not-mobile .saved-hover-image.saved-nav-block:hover .saved-hover-bg, .saved-not-mobile .saved-nav-block.saved-caption-image:hover .saved-hover-bg, .saved-not-mobile .wp-block-gallery .saved-nav-block.blocks-gallery-item:hover .saved-hover-bg, .wp-block-gallery .saved-not-mobile .saved-nav-block.blocks-gallery-item:hover .saved-hover-bg, .saved-not-mobile .saved-nav-block.gallery-icon:hover .saved-hover-bg {
        transform: scale(1.075); } }

.saved-caption-image {
  position: relative;
  overflow: hidden; }
  .saved-caption-image a {
    display: block;
    border: 0 !important; }
  .saved-caption-image img {
    max-width: calc(100% + 2px ); }

.saved-caption-image-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.saved-caption-image-brightness {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000; }

.saved-caption-image-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.35) 76%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.35) 76%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.35) 76%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );
  /* IE6-9 */ }

.saved-caption-image-caption {
  display: block;
  position: absolute;
  bottom: 15%;
  left: 10%;
  padding-right: 8%;
  width: 92%; }

.saved-caption-image-title {
  display: inline-block;
  position: relative;
  float: left;
  max-width: 100%;
  line-height: 1.15; }
  .saved-caption-image-title, .saved-caption-image-title h2, .saved-caption-image-title .saved-h2, .saved-caption-image-title #reply-title {
    color: #fff; }

.saved-caption-image-description {
  display: inline-block;
  position: relative;
  max-width: 80%;
  margin-top: 0.3125em;
  float: left;
  clear: left;
  line-height: 1.4;
  font-size: 1.1em;
  font-style: italic;
  font-weight: normal;
  color: #fff; }

/*---------------------------------------------
 * Icons
 *--------------------------------------------*/
.saved-list-icons {
  list-style: none;
  margin: -0.0625em 0em !important;
  padding: 0; }
  .saved-list-icons li {
    display: inline-block;
    margin: 0.0625em 0em;
    line-height: 0; }
    .saved-list-icons li a {
      color: black; }
    .saved-list-icons li .mdi-microphone,
    .saved-list-icons li .mdi-google-play {
      font-size: 0.95em; }
    .saved-list-icons li .mdi-microphone,
    .saved-list-icons li .mdi-pinterest,
    .saved-list-icons li .mdi-vine,
    .saved-list-icons li .mdi-rss {
      margin-left: -0.125em;
      margin-right: -0.125em; }
    .saved-list-icons li .mdi-apple,
    .saved-list-icons li .mdi-vimeo {
      margin-left: -0.0625em;
      margin-right: -0.0625em; }

/*---------------------------------------------
 * Buttons
 *--------------------------------------------*/
.saved-button, .widget_tag_cloud a,
.saved-buttons-list a,
.saved-menu-button > a,
input[type=submit],
.saved-nav-left-right a,
.wp-block-file .wp-block-file__button {
  display: inline-block;
  position: relative;
  top: 0;
  height: 2.35em;
  line-height: 2.225em;
  padding: 0 0.75em;
  font-size: 0.925em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  color: #fff !important;
  border-radius: 2px;
  border-style: solid;
  border-width: 0 0 0.25em 0;
  border-color: rgba(50, 50, 50, 0.25);
  transition: all 0.3s; }
  .saved-has-uppercase .saved-button, .saved-has-uppercase .widget_tag_cloud a, .widget_tag_cloud .saved-has-uppercase a, .saved-has-uppercase
  .saved-buttons-list a, .saved-has-uppercase
  .saved-menu-button > a, .saved-has-uppercase
  input[type=submit], .saved-has-uppercase
  .saved-nav-left-right a, .saved-has-uppercase
  .wp-block-file .wp-block-file__button {
    text-transform: uppercase; }
  .saved-button.saved-button-light, .widget_tag_cloud a.saved-button-light, .saved-button:not(.sf-with-ul):not(.saved-button-not-light):hover, .widget_tag_cloud a:not(.sf-with-ul):not(.saved-button-not-light):hover,
  .saved-buttons-list a.saved-button-light,
  .saved-buttons-list a:not(.sf-with-ul):not(.saved-button-not-light):hover,
  .saved-menu-button > a.saved-button-light,
  .saved-menu-button > a:not(.sf-with-ul):not(.saved-button-not-light):hover,
  input[type=submit].saved-button-light,
  input[type=submit]:not(.sf-with-ul):not(.saved-button-not-light):hover,
  .saved-nav-left-right a.saved-button-light,
  .saved-nav-left-right a:not(.sf-with-ul):not(.saved-button-not-light):hover,
  .wp-block-file .wp-block-file__button.saved-button-light,
  .wp-block-file .wp-block-file__button:not(.sf-with-ul):not(.saved-button-not-light):hover {
    background-color: #ebebeb !important;
    border-color: rgba(50, 50, 50, 0.18); }
  .saved-button.saved-button-light, .widget_tag_cloud a.saved-button-light,
  .saved-buttons-list a.saved-button-light,
  .saved-menu-button > a.saved-button-light,
  input[type=submit].saved-button-light,
  .saved-nav-left-right a.saved-button-light,
  .wp-block-file .wp-block-file__button.saved-button-light {
    color: #000 !important; }
  .saved-button .saved-icon, .widget_tag_cloud a .saved-icon,
  .saved-buttons-list a .saved-icon,
  .saved-menu-button > a .saved-icon,
  input[type=submit] .saved-icon,
  .saved-nav-left-right a .saved-icon,
  .wp-block-file .wp-block-file__button .saved-icon {
    font-size: 1.15em;
    padding-right: 0.21875em;
    position: relative;
    top: 0.09375em;
    margin-left: -0.0625em; }
  .saved-button .saved-icon-nav-button-left, .widget_tag_cloud a .saved-icon-nav-button-left,
  .saved-buttons-list a .saved-icon-nav-button-left,
  .saved-menu-button > a .saved-icon-nav-button-left,
  input[type=submit] .saved-icon-nav-button-left,
  .saved-nav-left-right a .saved-icon-nav-button-left,
  .wp-block-file .wp-block-file__button .saved-icon-nav-button-left {
    margin-left: -0.25em;
    padding-right: 0.125em; }
  .saved-button .saved-icon-nav-button-right, .widget_tag_cloud a .saved-icon-nav-button-right,
  .saved-buttons-list a .saved-icon-nav-button-right,
  .saved-menu-button > a .saved-icon-nav-button-right,
  input[type=submit] .saved-icon-nav-button-right,
  .saved-nav-left-right a .saved-icon-nav-button-right,
  .wp-block-file .wp-block-file__button .saved-icon-nav-button-right {
    margin-right: -0.5em;
    padding-left: 0.1875em; }
  .saved-button .saved-icon-download, .widget_tag_cloud a .saved-icon-download,
  .saved-buttons-list a .saved-icon-download,
  .saved-menu-button > a .saved-icon-download,
  input[type=submit] .saved-icon-download,
  .saved-nav-left-right a .saved-icon-download,
  .wp-block-file .wp-block-file__button .saved-icon-download {
    padding-right: 0.15625em; }
  .saved-button .saved-icon-comment-reply, .widget_tag_cloud a .saved-icon-comment-reply,
  .saved-buttons-list a .saved-icon-comment-reply,
  .saved-menu-button > a .saved-icon-comment-reply,
  input[type=submit] .saved-icon-comment-reply,
  .saved-nav-left-right a .saved-icon-comment-reply,
  .wp-block-file .wp-block-file__button .saved-icon-comment-reply {
    font-size: 1.1em; }
  .saved-button .saved-icon-comment-edit, .widget_tag_cloud a .saved-icon-comment-edit,
  .saved-buttons-list a .saved-icon-comment-edit,
  .saved-menu-button > a .saved-icon-comment-edit,
  input[type=submit] .saved-icon-comment-edit,
  .saved-nav-left-right a .saved-icon-comment-edit,
  .wp-block-file .wp-block-file__button .saved-icon-comment-edit {
    font-size: 1.1em; }
  .saved-button.saved-button-large, .widget_tag_cloud a.saved-button-large, .widget_mc4wp_form_widget input.saved-button[type=submit],
  .saved-buttons-list a.saved-button-large,
  .saved-menu-button > a.saved-button-large,
  input[type=submit].saved-button-large,
  .widget_mc4wp_form_widget input[type=submit],
  .saved-nav-left-right a.saved-button-large,
  .wp-block-file .wp-block-file__button.saved-button-large,
  .wp-block-file .widget_mc4wp_form_widget input.wp-block-file__button[type=submit],
  .widget_mc4wp_form_widget .wp-block-file input.wp-block-file__button[type=submit] {
    font-size: 1.2em; }
  .saved-button.saved-button-block, .widget_tag_cloud a.saved-button-block,
  .saved-buttons-list a.saved-button-block,
  .saved-menu-button > a.saved-button-block,
  input[type=submit].saved-button-block,
  .saved-nav-left-right a.saved-button-block,
  .wp-block-file .wp-block-file__button.saved-button-block {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-right: 0.8em; }
    .saved-button.saved-button-block:last-child, .widget_tag_cloud a.saved-button-block:last-child,
    .saved-buttons-list a.saved-button-block:last-child,
    .saved-menu-button > a.saved-button-block:last-child,
    input[type=submit].saved-button-block:last-child,
    .saved-nav-left-right a.saved-button-block:last-child,
    .wp-block-file .wp-block-file__button.saved-button-block:last-child {
      margin-right: 0; }
  .saved-button.alignleft, .widget_tag_cloud a.alignleft,
  .saved-buttons-list a.alignleft,
  .saved-menu-button > a.alignleft,
  input[type=submit].alignleft,
  .saved-nav-left-right a.alignleft,
  .wp-block-file .wp-block-file__button.alignleft {
    margin: 0.7em 1.75em 0.7em 0; }
  .saved-button.alignright, .widget_tag_cloud a.alignright,
  .saved-buttons-list a.alignright,
  .saved-menu-button > a.alignright,
  input[type=submit].alignright,
  .saved-nav-left-right a.alignright,
  .wp-block-file .wp-block-file__button.alignright {
    margin: 0.7em 0 0.7em 1.5em; }
  .saved-button.aligncenter, .widget_tag_cloud a.aligncenter,
  .saved-buttons-list a.aligncenter,
  .saved-menu-button > a.aligncenter,
  input[type=submit].aligncenter,
  .saved-nav-left-right a.aligncenter,
  .wp-block-file .wp-block-file__button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px; }

.saved-buttons-list {
  margin: 0 -0.45em -0.9em -0.45em;
  padding: 0;
  list-style: none; }
  .saved-buttons-list li {
    display: inline-block;
    margin: 0 0.45em 0.9em 0.45em; }
  .saved-buttons-list.saved-buttons-list-close {
    margin: 0 -0.225em -0.45em -0.225em; }
    .saved-buttons-list.saved-buttons-list-close li {
      margin: 0 0.225em 0.45em 0.225em; }
  .saved-buttons-list.saved-buttons-list-large {
    font-size: 1.25em; }

/*---------------------------------------------
 * Lists
 *--------------------------------------------*/
.saved-list, .widget_categories > ul,
.widget_ctfw-categories > ul,
.widget_ctfw-archives > ul,
.widget_ctfw-galleries > ul,
.widget_recent_entries > ul,
.widget_recent_comments > ul,
.widget_archive > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_links > ul,
.widget_nav_menu ul.menu, .saved-sermon-index-list {
  margin: 0;
  margin-bottom: -0.375em !important;
  list-style: none;
  line-height: 1.3; }
  .js .saved-list, .js .widget_categories > ul,
  .js .widget_ctfw-categories > ul,
  .js .widget_ctfw-archives > ul,
  .js .widget_ctfw-galleries > ul,
  .js .widget_recent_entries > ul,
  .js .widget_recent_comments > ul,
  .js .widget_archive > ul,
  .js .widget_meta > ul,
  .js .widget_pages > ul,
  .js .widget_links > ul,
  .js .widget_nav_menu ul.menu,
  .widget_nav_menu .js ul.menu, .js .saved-sermon-index-list {
    visibility: hidden; }
  .saved-list ul, .widget_categories > ul ul,
  .widget_ctfw-categories > ul ul,
  .widget_ctfw-archives > ul ul,
  .widget_ctfw-galleries > ul ul,
  .widget_recent_entries > ul ul,
  .widget_recent_comments > ul ul,
  .widget_archive > ul ul,
  .widget_meta > ul ul,
  .widget_pages > ul ul,
  .widget_links > ul ul,
  .widget_nav_menu ul.menu ul, .saved-sermon-index-list ul {
    margin-top: 0.25em;
    margin-left: 0.75em; }
  .saved-list > li, .widget_categories > ul > li,
  .widget_ctfw-categories > ul > li,
  .widget_ctfw-archives > ul > li,
  .widget_ctfw-galleries > ul > li,
  .widget_recent_entries > ul > li,
  .widget_recent_comments > ul > li,
  .widget_archive > ul > li,
  .widget_meta > ul > li,
  .widget_pages > ul > li,
  .widget_links > ul > li,
  .widget_nav_menu ul.menu > li, .saved-sermon-index-list > li {
    padding-bottom: 0.375em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .saved-list > li > a, .widget_categories > ul > li > a,
    .widget_ctfw-categories > ul > li > a,
    .widget_ctfw-archives > ul > li > a,
    .widget_ctfw-galleries > ul > li > a,
    .widget_recent_entries > ul > li > a,
    .widget_recent_comments > ul > li > a,
    .widget_archive > ul > li > a,
    .widget_meta > ul > li > a,
    .widget_pages > ul > li > a,
    .widget_links > ul > li > a,
    .widget_nav_menu ul.menu > li > a, .saved-sermon-index-list > li > a {
      font-weight: bold; }
      .saved-has-uppercase .saved-list > li > a, .saved-has-uppercase .widget_categories > ul > li > a,
      .saved-has-uppercase .widget_ctfw-categories > ul > li > a,
      .saved-has-uppercase .widget_ctfw-archives > ul > li > a,
      .saved-has-uppercase .widget_ctfw-galleries > ul > li > a,
      .saved-has-uppercase .widget_recent_entries > ul > li > a,
      .saved-has-uppercase .widget_recent_comments > ul > li > a,
      .saved-has-uppercase .widget_archive > ul > li > a,
      .saved-has-uppercase .widget_meta > ul > li > a,
      .saved-has-uppercase .widget_pages > ul > li > a,
      .saved-has-uppercase .widget_links > ul > li > a,
      .saved-has-uppercase .widget_nav_menu ul.menu > li > a,
      .widget_nav_menu .saved-has-uppercase ul.menu > li > a, .saved-has-uppercase .saved-sermon-index-list > li > a {
        text-transform: uppercase; }
  .saved-list li, .widget_categories > ul li,
  .widget_ctfw-categories > ul li,
  .widget_ctfw-archives > ul li,
  .widget_ctfw-galleries > ul li,
  .widget_recent_entries > ul li,
  .widget_recent_comments > ul li,
  .widget_archive > ul li,
  .widget_meta > ul li,
  .widget_pages > ul li,
  .widget_links > ul li,
  .widget_nav_menu ul.menu li, .saved-sermon-index-list li {
    position: relative;
    list-style: none; }
    .saved-list li li, .widget_categories > ul li li,
    .widget_ctfw-categories > ul li li,
    .widget_ctfw-archives > ul li li,
    .widget_ctfw-galleries > ul li li,
    .widget_recent_entries > ul li li,
    .widget_recent_comments > ul li li,
    .widget_archive > ul li li,
    .widget_meta > ul li li,
    .widget_pages > ul li li,
    .widget_links > ul li li,
    .widget_nav_menu ul.menu li li, .saved-sermon-index-list li li {
      margin-bottom: 0.25em; }
      .saved-list li li a, .widget_categories > ul li li a,
      .widget_ctfw-categories > ul li li a,
      .widget_ctfw-archives > ul li li a,
      .widget_ctfw-galleries > ul li li a,
      .widget_recent_entries > ul li li a,
      .widget_recent_comments > ul li li a,
      .widget_archive > ul li li a,
      .widget_meta > ul li li a,
      .widget_pages > ul li li a,
      .widget_links > ul li li a,
      .widget_nav_menu ul.menu li li a, .saved-sermon-index-list li li a {
        font-size: 1em; }
      .saved-list li li li, .widget_categories > ul li li li,
      .widget_ctfw-categories > ul li li li,
      .widget_ctfw-archives > ul li li li,
      .widget_ctfw-galleries > ul li li li,
      .widget_recent_entries > ul li li li,
      .widget_recent_comments > ul li li li,
      .widget_archive > ul li li li,
      .widget_meta > ul li li li,
      .widget_pages > ul li li li,
      .widget_links > ul li li li,
      .widget_nav_menu ul.menu li li li, .saved-sermon-index-list li li li {
        font-style: italic; }
  .saved-list > li, .widget_categories > ul > li,
  .widget_ctfw-categories > ul > li,
  .widget_ctfw-archives > ul > li,
  .widget_ctfw-galleries > ul > li,
  .widget_recent_entries > ul > li,
  .widget_recent_comments > ul > li,
  .widget_archive > ul > li,
  .widget_meta > ul > li,
  .widget_pages > ul > li,
  .widget_links > ul > li,
  .widget_nav_menu ul.menu > li, .saved-sermon-index-list > li {
    padding-right: 1.875em; }

.saved-list-item-count {
  position: absolute;
  top: 0.0625em;
  right: 0;
  font-size: 0.9em;
  font-style: normal; }
  li li .saved-list-item-count {
    right: -2.0625em; }

/*---------------------------------------------
 * Navigation
 *--------------------------------------------*/
.saved-nav-blocks {
  z-index: 0 !important;
  overflow: hidden; }
  .saved-has-nav-blocks.saved-no-comments-section .saved-nav-blocks {
    margin-bottom: 0; }

.saved-nav-block {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-bottom: 12.5%;
  cursor: pointer;
  overflow: hidden; }
  .saved-nav-block.saved-nav-block-empty {
    cursor: default; }

.saved-nav-block-image,
.saved-nav-block-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.saved-nav-block-image {
  width: 101%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.saved-nav-block-image-brightness {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000; }

.saved-nav-block-content {
  z-index: 2;
  padding: 0 10%; }

.saved-nav-block-content-columns {
  display: table;
  height: 100%;
  min-width: 50%; }

.saved-nav-block-content-column {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: left; }

.saved-nav-block-content-arrow {
  position: absolute;
  top: 44%;
  top: calc(50% - 26px );
  font-size: 36px; }
  .saved-nav-block-content-arrow.saved-nav-block-content-left {
    left: 5%; }
  .saved-nav-block-content-arrow.saved-nav-block-content-right {
    right: 5%; }

.saved-nav-block-content-text {
  max-width: 450px; }
  .saved-nav-block-content-text.saved-nav-block-content-right {
    padding-left: 1.5em; }
  .saved-nav-block-content-text.saved-nav-block-content-left {
    padding-right: 1.5em; }

.saved-nav-block-label {
  padding-bottom: 0.125em;
  text-transform: none;
  font-size: 0.9em;
  font-style: italic; }

.saved-has-uppercase .saved-nav-block-title {
  text-transform: uppercase; }

.saved-nav-block-left {
  float: left; }
  .saved-nav-block-has-both.saved-nav-block-no-images .saved-nav-block-left {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #fafafa; }

.saved-nav-block-right {
  float: right; }

.saved-nav-left, .saved-nav-right {
  float: left;
  width: 50%;
  max-width: 100%; }

.saved-nav-right {
  float: right;
  text-align: right; }

.saved-pagination {
  position: relative; }

ul.page-numbers {
  margin: 0;
  list-style: none;
  font-size: 1.25em;
  text-align: center; }
  ul.page-numbers li {
    margin: 0.25em;
    display: inline-block; }
    ul.page-numbers li > * {
      padding: 0;
      font-weight: bold; }
  ul.page-numbers span.current {
    color: black; }
  ul.page-numbers span.dots {
    width: auto;
    padding: 0;
    border: none;
    color: #555555; }
  ul.page-numbers .saved-icon {
    position: relative;
    top: 0.125em;
    font-size: 1.35em; }
  ul.page-numbers .saved-icon-nav-links-left {
    margin-left: 0.1875em; }
  ul.page-numbers .saved-icon-nav-links-right {
    padding-left: 0; }

/*---------------------------------------------
 * Author Box
 *--------------------------------------------*/
.saved-author-box {
  position: relative; }
  .single .saved-author-box {
    top: -0.3125em;
    min-height: 11.75em;
    padding: 2.5em;
    padding-bottom: 2.1875em;
    border-radius: 2px; }
  .archive.author .saved-author-box {
    padding-bottom: 0.625em; }
  .archive .saved-author-box {
    min-height: 7.25em; }

.saved-author-avatar {
  position: absolute;
  width: 6.75em;
  height: 6.75em; }
  .single .saved-author-avatar {
    left: 2.5em; }
  .saved-author-avatar img {
    max-width: 100%;
    height: auto;
    border-radius: 2px; }

.saved-author-content {
  margin-left: 9.15em; }
  .saved-author-content header {
    min-height: 2.625em; }
  .saved-author-content h2, .saved-author-content .saved-h2, .saved-author-content #reply-title {
    display: inline-block;
    margin: -0.3125em 1.875em 0 0;
    vertical-align: middle; }
    .saved-author-box-show-button .saved-author-content h2, .saved-author-box-show-button .saved-author-content .saved-h2, .saved-author-box-show-button .saved-author-content #reply-title {
      width: calc(100% - 6.25em ); }

.saved-author-box-archive {
  vertical-align: middle;
  float: right;
  font-size: 0.9em; }

.saved-author-bio {
  margin-top: 0.875em; }
  .saved-author-bio p:first-child {
    margin-top: 0; }
  .saved-author-bio p:last-child {
    margin-bottom: 0; }

/*---------------------------------------------
 * Search Form
 *--------------------------------------------*/
.saved-search-form form {
  margin: 0;
  white-space: nowrap; }
  .saved-search-form form > * {
    display: inline-block;
    margin-left: 0.25em;
    vertical-align: middle; }
  .saved-search-form form > *:first-child {
    margin-left: 0; }
  .saved-search-form form input[type=text] {
    width: 13.75em; }

/*---------------------------------------------
 * Visibility
 *--------------------------------------------*/
.saved-hidden {
  display: none; }

.saved-invisible {
  width: 0;
  height: 0;
  visibility: hidden;
  left: 30000px; }

.screen-reader-text, #saved-main-title,
.saved-entry-no-meta .saved-entry-full-header {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/*---------------------------------------------
 * Clearfix
 *--------------------------------------------*/
.saved-clearfix:before, .saved-nav-left-right:before, .saved-pagination:before, .saved-widgets-row-content:before, .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons:before, .saved-home-highlights-content:before, .saved-entry-full-content:before, .saved-entry-short-meta:before, .saved-entry-compact-header:before, .saved-entry-compact-meta:before, #saved-sermon-series-list ul:before, #saved-calendar-header:before, .gallery:before,
.saved-clearfix:after,
.saved-nav-left-right:after,
.saved-pagination:after,
.saved-widgets-row-content:after,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons:after,
.saved-home-highlights-content:after,
.saved-entry-full-content:after,
.saved-entry-short-meta:after,
.saved-entry-compact-header:after,
.saved-entry-compact-meta:after,
#saved-sermon-series-list ul:after,
#saved-calendar-header:after,
.gallery:after {
  content: "";
  display: table; }

.saved-clearfix:after, .saved-nav-left-right:after, .saved-pagination:after, .saved-widgets-row-content:after, .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons:after, .saved-home-highlights-content:after, .saved-entry-full-content:after, .saved-entry-short-meta:after, .saved-entry-compact-header:after, .saved-entry-compact-meta:after, #saved-sermon-series-list ul:after, #saved-calendar-header:after, .gallery:after {
  clear: both; }

/**********************************************
 * 4. WORDPRESS STYLES
 **********************************************/
/*---------------------------------------------
 * WordPress Images
 *--------------------------------------------*/
p .alignnone {
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

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

.alignleft {
  float: left;
  margin: 1.25em 2.1875em 1.25em 0; }

.alignright {
  float: right;
  margin: 1.25em 0 1.25em 2.5em; }

/*---------------------------------------------
 * Captions
 *--------------------------------------------*/
.wp-caption-text,
.wp-caption-dd,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
  margin: 0.5em 0 0 0;
  padding: 0 0.5em;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.5; }

.wp-caption,
.wp-block-image figcaption {
  max-width: 100%;
  text-align: center; }

/*---------------------------------------------
 * Gutenberg Blocks
 *--------------------------------------------*/
.has-huge-font-size {
  line-height: 1.2; }

.has-large-font-size {
  line-height: 1.3; }

.has-medium-font-size {
  font-size: 1.1em !important; }

.has-regular-font-size {
  font-size: 1em !important; }

.has-small-font-size {
  font-size: 0.9em !important;
  line-height: 1.6; }

.has-background.has-huge-font-size,
.has-background.has-large-font-size {
  padding: 1em; }

.wp-block-columns {
  margin: 1.5em 0 !important; }

.wp-block-column {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 2.5em !important; }

.wp-block-column:last-child {
  margin-right: 0 !important; }

.wp-block-column > *:first-child {
  margin-top: 0 !important; }

.wp-block-column > *:last-child {
  margin-bottom: 0 !important; }

.wp-block-image.alignright,
.wp-block-image.alignleft {
  margin-top: 1.5em !important; }

.wp-block-cover {
  padding-left: 2.1em;
  padding-right: 2.1em;
  font-size: 0.9375em; }
  .wp-block-cover a,
  .wp-block-cover a:hover {
    display: inline-block;
    line-height: 1;
    color: #fff !important;
    border-color: #fff !important;
    border-width: 0 0 0.09375em 0 !important; }
  .wp-block-cover.alignleft, .wp-block-cover.alignright {
    margin-top: 0.7em !important;
    margin-bottom: 0.7em !important;
    font-size: 0.75em; }
    .wp-block-cover.alignleft .wp-block-cover-text, .wp-block-cover.alignright .wp-block-cover-text {
      line-height: 1.25 !important; }
  .wp-block-cover.alignleft {
    margin-right: 2.5em; }
  .wp-block-cover.alignright {
    margin-left: 2.5em; }

.wp-block-cover-text {
  margin-top: 0; }

.saved-entry-content .wp-block-cover a:hover:not(.saved-button), .saved-compact-content .wp-block-cover a:hover:not(.saved-button), .widget_text .textwidget .wp-block-cover a:hover:not(.saved-button), .saved-comment .wp-block-cover a:hover:not(.saved-button) {
  color: #fff !important; }

.wp-block-cover,
.wp-block-cover::before {
  border-width: 0;
  border-radius: 2px; }

.js .wp-block-button {
  visibility: hidden; }

.wp-block-image:not(.alignright):not(.alignleft):not(.saved-image-exceed-700-980) {
  width: 100%; }

.wp-block-image.alignwide {
  max-width: none !important; }

.wp-block-image figure.alignleft,
.wp-block-image figure.alignright {
  margin-top: 0.7em;
  margin-bottom: 0.7em; }

.wp-block-image figure.alignleft {
  margin-right: 2em; }

.wp-block-image figure.alignright {
  margin-left: 2em; }

.wp-block-embed figcaption {
  padding-top: 6px; }

.wp-block-gallery {
  margin-left: 0; }
  .wp-block-gallery .blocks-gallery-item figcaption {
    font-style: italic;
    line-height: 1.3;
    padding-bottom: 0.625em; }
  .wp-block-gallery .blocks-gallery-item figcaption a,
  .wp-block-gallery .blocks-gallery-item figcaption a:hover {
    color: #fff !important;
    border-color: #fff !important; }
  .wp-block-gallery .blocks-gallery-item figcaption i,
  .wp-block-gallery .blocks-gallery-item figcaption em {
    font-style: normal; }
  .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important; }
  .wp-block-gallery.alignleft {
    margin-right: 1.4em; }
  .wp-block-gallery.alignright {
    margin-left: 1.4em; }

pre.wp-block-verse {
  padding: 1.4em 1.8em;
  border-radius: 2px;
  background-color: whitesmoke;
  font-size: 1.2em;
  color: #000;
  white-space: nowrap;
  word-wrap: break-word;
  line-break: after-white-space;
  overflow: auto; }

.wp-block-code {
  font-size: 1em; }

.wp-block-preformatted {
  font-size: 0.75em; }

.wp-block-separator,
.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
  width: 200px;
  max-width: 100%;
  border-color: #ddd;
  border-top-width: 2.5px;
  border-bottom-width: 2.5px; }

.wp-block-separator.is-style-wide {
  width: 100%; }

.wp-block-separator.is-style-dots {
  border-style: dashed;
  border-top-width: 5px;
  border-bottom-width: 0;
  height: 0; }

.wp-block-separator.is-style-dots:before {
  display: none; }

/* Dropcap */
.has-drop-cap:not(:focus):first-letter {
  margin: 0 0.25em 0 0;
  font-weight: 700 !important;
  font-size: 4em !important;
  line-height: 1;
  padding-top: 0.05em; }

.has-drop-cap.has-small-font-size:not(:focus):first-letter {
  font-size: 3.5em !important;
  padding-top: 0.025em; }

.has-drop-cap.has-medium-font-size:not(:focus):first-letter {
  font-size: 4em !important;
  padding-top: 0.025em; }

.has-drop-cap.has-large-font-size:not(:focus):first-letter {
  font-size: 3.1em !important;
  padding-top: 0; }

.has-drop-cap.has-huge-font-size:not(:focus):first-letter {
  font-size: 2.9em !important;
  padding-top: 0; }

.has-drop-cap:not(.has-text-color):not(:focus):first-letter {
  color: black; }

/* Has Background */
.has-background {
  border-radius: 2px; }

.has-background.has-main-background-color:not(.has-text-color),
.has-background.has-accent-background-color:not(.has-text-color),
.has-background.has-dark-background-color:not(.has-text-color),
.has-background.has-light-background-color:not(.has-text-color),
.has-background.has-main-background-color.has-drop-cap:not(.has-text-color):not(:focus):first-letter,
.has-background.has-accent-background-color.has-drop-cap:not(.has-text-color):not(:focus):first-letter,
.has-background.has-dark-background-color.has-drop-cap:not(.has-text-color):not(:focus):first-letter,
.has-background.has-light-background-color.has-drop-cap:not(.has-text-color):not(:focus):first-letter {
  color: #fff; }

.has-background.has-main-background-color:not(.has-text-color) a,
.has-background.has-accent-background-color:not(.has-text-color) a,
.has-background.has-dark-background-color:not(.has-text-color) a,
.has-background.has-light-background-color:not(.has-text-color) a,
.has-background.has-main-background-color:not(.has-text-color) a:hover:not(.saved-button),
.has-background.has-accent-background-color:not(.has-text-color) a:hover:not(.saved-button),
.has-background.has-dark-background-color:not(.has-text-color) a:hover:not(.saved-button),
.has-background.has-light-background-color:not(.has-text-color) a:hover:not(.saved-button) {
  color: #fff !important;
  border-color: #fff !important; }

.has-background.has-text-color a,
.has-background.has-text-color a,
.has-background.has-text-color a,
.has-background.has-text-color a,
.has-background.has-text-color a:hover:not(.saved-button),
.has-background.has-text-color a:hover:not(.saved-button),
.has-background.has-text-color a:hover:not(.saved-button),
.has-background.has-text-color a:hover:not(.saved-button) {
  color: inherit !important;
  border-color: inherit !important; }

/* Table */
.wp-block-table.alignwide,
.wp-block-table.alignfull {
  width: 100%; }

.wp-block-table.is-style-stripes {
  border: none; }

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f5f5f5; }

.wp-block-table.is-style-stripes tr > * {
  padding-left: 1em;
  padding-right: 1em; }

/* Latest Posts, Categories, Archives */
.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
  list-style: none;
  text-align: center; }

.wp-block-categories.aligncenter li,
.wp-block-archives.aligncenter li {
  list-style: none;
  text-align: center; }

.wp-block-categories.aligncenter ul,
.wp-block-archives.aligncenter ul {
  margin-left: 0; }

.wp-block-categories.aligncenter ul a,
.wp-block-archives.aligncenter ul a {
  font-weight: normal !important; }

/* Latest Posts */
.wp-block-latest-posts.is-grid {
  margin-left: 0; }

.wp-block-latest-posts__post-date {
  margin: 0.4em 0 0.3em 0 !important; }

.wp-block-latest-posts {
  line-height: 1.4; }

/* File */
.wp-block-file .wp-block-file__button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  opacity: 1 !important; }

/* Latest Comments */
.wp-block-latest-comments {
  margin: 2.5em 0 !important; }

.wp-block-latest-comments__comment {
  position: relative;
  margin-bottom: 2.5em !important;
  margin-top: 0 !important; }

.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0 !important; }

.wp-block-latest-comments__comment-avatar {
  float: none !important;
  position: absolute;
  top: 0; }

.wp-block-latest-comments__comment-avatar {
  width: 54px !important;
  height: 54px !important;
  border-radius: 2px !important; }

.wp-block-latest-comments__comment br {
  display: none; }

.wp-block-latest-comments__comment-meta {
  margin: 0 !important;
  position: relative;
  top: 0;
  font-size: 1.15em !important; }

.has-avatars .wp-block-latest-comments__comment-meta {
  left: 70px; }

.has-avatars:not(.has-dates) .wp-block-latest-comments__comment-meta {
  top: 16px; }

.wp-block-latest-comments__comment-meta > * {
  margin: 0 !important; }

.wp-block-latest-comments__comment-author {
  font-weight: bold;
  color: #000; }

.wp-block-latest-comments time {
  margin-top: 0.4em !important;
  font-size: 0.8em !important;
  color: #000; }

.wp-block-latest-comments__comment-excerpt {
  margin-left: 0 !important; }

.has-avatars:not(.has-dates) .wp-block-latest-comments__comment-excerpt {
  margin-top: 3em !important; }

.wp-block-latest-comments__comment-excerpt p {
  font-size: 1.05em; }

/* Media and Text */
.wp-block-media-text[class*=background-color],
.wp-block-media-text[style*=background-color] {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
  border-radius: 2px; }

.wp-block-media-text[class*=background-color]:not(.has-media-on-the-right),
.wp-block-media-text[style*=background-color]:not(.has-media-on-the-right) {
  padding-left: 2em; }

.wp-block-media-text.has-media-on-the-right[class*=background-color],
.wp-block-media-text.has-media-on-the-right[style*=background-color] {
  padding-left: 0.5em;
  padding-right: 2em; }

@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile[class*=background-color]:not(.has-media-on-the-right),
  .wp-block-media-text.is-stacked-on-mobile[style*=background-color]:not(.has-media-on-the-right) {
    padding-left: 0; }

  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right[class*=background-color],
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right[style*=background-color] {
    padding-left: 0;
    padding-right: 0; }

  .wp-block-media-text__media {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
/**********************************************
 * 5. MAPS
 **********************************************/
/*---------------------------------------------
 * Google Maps JS
 *--------------------------------------------*/
.ctfw-google-map.ctfw-google-map-responsive {
  padding-bottom: 50%; }

/* Prevent responsive images affecting Google Maps */
.ctfw-google-map img {
  max-width: none; }

.ctfw-google-map div {
  cursor: default !important; }

/*---------------------------------------------
 * Map Section
 *--------------------------------------------*/
.saved-map-section {
  min-height: 220px;
  z-index: 10;
  position: relative;
  width: 100%; }

#saved-map-section-map,
#saved-map-section-canvas {
  height: 100%; }

#saved-map-section-map,
#saved-map-section-content-bg {
  position: absolute;
  top: 0; }

#saved-map-section-map {
  right: 0;
  width: calc(50% - 0.625em );
  height: 100%; }

#saved-map-section-marker {
  position: absolute;
  top: calc(50% - 50px );
  width: 100%;
  margin-top: 4px;
  text-align: center;
  line-height: 1; }
  #saved-map-section-marker .saved-icon {
    position: relative;
    font-size: 50px; }

#saved-map-section-content {
  position: relative;
  z-index: 2;
  display: table;
  width: 50%;
  padding-right: 3.125em; }

#saved-map-section-content-inner {
  width: 100%;
  height: 220px !important;
  padding: 2.5em 0 2.375em 0;
  display: table-cell !important;
  vertical-align: middle;
  font-size: 0.95rem; }
  #saved-map-section-content-inner > *:nth-child(2) {
    margin-top: 1.75em; }

#saved-map-section-header {
  display: table;
  width: 100% !important; }

#saved-map-section-address,
#saved-map-section-buttons {
  display: table-cell; }

#saved-map-section-address {
  margin: 0;
  padding-bottom: 1.25em;
  padding-right: 0.625em; }

#saved-map-section-buttons {
  position: relative;
  top: -0.625em;
  right: -0.625em;
  padding-top: 0.45em;
  vertical-align: middle;
  text-align: right; }
  #saved-map-section-buttons li a {
    min-width: 7.1875em; }

#saved-map-section-list {
  list-style: none;
  margin: 0 0.625em -1.125em 0 !important;
  padding: 0;
  display: inline-block; }

#saved-map-section-list li {
  display: block;
  float: left;
  position: relative;
  margin-right: 1.25em;
  margin-bottom: 1.125em;
  vertical-align: top;
  line-height: 1.4;
  min-height: 1.75em; }
  #saved-map-section-list li.saved-map-info-full {
    float: none; }
  #saved-map-section-list li a {
    position: relative;
    top: -0.0625em; }
  #saved-map-section-list li p {
    margin: 0; }

.saved-map-section-item-text {
  padding-right: 4px; }
  #saved-map-section-date .saved-map-section-item-text {
    font-weight: bold;
    font-style: normal; }
    .saved-has-uppercase #saved-map-section-date .saved-map-section-item-text {
      text-transform: uppercase; }

.saved-map-section-item-note {
  white-space: nowrap;
  font-style: italic; }

#saved-map-section-content-bg {
  width: calc(50% + 0.625em );
  z-index: 1;
  top: -5px;
  height: calc(100% + 10px );
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }

/**********************************************
 * 6. TOOLS
 **********************************************/
/*---------------------------------------------
 * MediaElement.js
 *--------------------------------------------*/
.saved-wp-4-8-or-less .hentry .mejs-time {
  padding-top: 10px !important; }

.wp-video {
  min-width: 99%; }

.hentry .mejs-controls .mejs-button button:focus {
  outline: none; }

.hentry .mejs-container .mejs-controls {
  background: #222; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #555; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #828282; }

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #d2d2d2; }

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #555; }

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #d2d2d2; }

/*---------------------------------------------
 * jQuery Dropdown
 *--------------------------------------------*/
.jq-dropdown {
  position: absolute;
  z-index: 99999;
  display: none; }
  .jq-dropdown a {
    font-weight: normal; }
  .jq-dropdown .jq-dropdown-menu,
  .jq-dropdown .jq-dropdown-panel {
    min-width: 160px;
    max-width: 200px;
    list-style: none;
    overflow: visible;
    margin: 0.25em 0 0 0;
    padding: 0.625em 0.8125em 0.3125em 0.8125em;
    font-size: 0.95em;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }
    .jq-dropdown .jq-dropdown-menu a,
    .jq-dropdown .jq-dropdown-panel a {
      color: #fff; }
  .jq-dropdown .jq-dropdown-menu li {
    margin: 0.25em 0; }

.jq-dropdown li.jq-dropdown-selected a {
  font-weight: bold; }

/*---------------------------------------------
 * Tooltipster
 *--------------------------------------------*/
.tooltipster-sidetip.saved-tooltipster .tooltipster-box {
  margin: 0 0.625em;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }
  .tooltipster-sidetip.saved-tooltipster .tooltipster-box .tooltipster-content {
    max-width: 31.25em;
    padding: 0.625em 0.875em;
    border-radius: 1px;
    overflow: hidden;
    font-size: 0.8em;
    font-style: italic;
    color: #fff; }

/*---------------------------------------------
 * ScrollReveal
 *--------------------------------------------*/
.sr .saved-bg-section.saved-first-home-widget .saved-bg-section-content h1, .sr .saved-bg-section.saved-first-home-widget .saved-bg-section-content .saved-h1, .sr .saved-bg-section.saved-first-home-widget .saved-bg-section-content #saved-comments-title,
.sr .saved-bg-section.saved-first-home-widget .saved-bg-section-text,
.sr .saved-bg-section.saved-first-home-widget .saved-section-bg-buttons,
.sr .saved-bg-section:not(.saved-first-home-widget).saved-section-has-image .saved-bg-section-content,
.sr .saved-home-highlights-section .saved-caption-image,
.sr .saved-image-section.saved-image-section-has-image .saved-image-section-image,
.sr .saved-image-section.saved-image-section-image-left .saved-image-section-content,
.sr .saved-image-section.saved-image-section-image-right .saved-image-section-content,
.sr .saved-image-section.saved-image-section-no-image .saved-image-section-content,
.sr .saved-gallery-section .gallery-item,
.sr #saved-banner-title,
.sr .saved-entry-full-content img.alignnone, .sr .saved-entry-full-content img.aligncenter,
.sr .saved-entry-full-content blockquote,
.sr .saved-entry-full-content .wp-block-image:not(.alignleft):not(.alignright),
.sr .saved-entry-full-content .wp-block-cover,
.sr .saved-entry-full-content .wp-block-gallery,
.sr .saved-entry-full-content .wp-block-gallery {
  visibility: hidden; }

/**********************************************
 * 7. BACKGROUNDS
 **********************************************/
body {
  background-color: white; }

.saved-color-main-bg {
  color: white; }
  .saved-color-main-bg a,
  .saved-color-main-bg a:hover {
    color: white; }
  .saved-color-main-bg h1, .saved-color-main-bg .saved-h1, .saved-color-main-bg #saved-comments-title,
  .saved-color-main-bg h2,
  .saved-color-main-bg .saved-h2,
  .saved-color-main-bg #reply-title {
    color: white; }

.saved-bg, .saved-no-comments-section .saved-nav-block.saved-nav-block-empty {
  background-color: white; }

.saved-bg-contrast {
  background-color: #fafafa;
  position: relative; }
  .saved-bg-contrast::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .saved-bg-contrast::before,
  .saved-bg-contrast #saved-content {
    background: -moz-linear-gradient(top, #fcfcfc 100px, rgba(252, 252, 252, 0) 200px), -moz-linear-gradient(bottom, #fcfcfc 100px, rgba(252, 252, 252, 0) 200px);
    /* FF3.6-30 */
    background: -webkit-linear-gradient(top, #fcfcfc 100px, rgba(252, 252, 252, 0) 200px), -webkit-linear-gradient(bottom, #fcfcfc 100px, rgba(252, 252, 252, 0) 200px);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fcfcfc 100px, rgba(252, 252, 252, 0) 200px), linear-gradient(to top, #fcfcfc 100px, rgba(252, 252, 252, 0) 200px);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.saved-bg-secondary, .saved-caption-image-inner, .saved-nav-block.saved-nav-block-empty, .single .saved-author-box, #saved-footer-widgets-row, .single-post .bypostauthor > article {
  background-color: whitesmoke; }

/**********************************************
 * 8. LAYOUT
 **********************************************/
/*---------------------------------------------
 * Viewport Helpers
 *--------------------------------------------*/
.saved-viewport-height-1 {
  height: 1vh; }

.saved-viewport-height-2 {
  height: 2vh; }

.saved-viewport-height-3 {
  height: 3vh; }

.saved-viewport-height-4 {
  height: 4vh; }

.saved-viewport-height-5 {
  height: 5vh; }

.saved-viewport-height-6 {
  height: 6vh; }

.saved-viewport-height-7 {
  height: 7vh; }

.saved-viewport-height-8 {
  height: 8vh; }

.saved-viewport-height-9 {
  height: 9vh; }

.saved-viewport-height-10 {
  height: 10vh; }

.saved-viewport-height-11 {
  height: 11vh; }

.saved-viewport-height-12 {
  height: 12vh; }

.saved-viewport-height-13 {
  height: 13vh; }

.saved-viewport-height-14 {
  height: 14vh; }

.saved-viewport-height-15 {
  height: 15vh; }

.saved-viewport-height-16 {
  height: 16vh; }

.saved-viewport-height-17 {
  height: 17vh; }

.saved-viewport-height-18 {
  height: 18vh; }

.saved-viewport-height-19 {
  height: 19vh; }

.saved-viewport-height-20 {
  height: 20vh; }

.saved-viewport-height-21 {
  height: 21vh; }

.saved-viewport-height-22 {
  height: 22vh; }

.saved-viewport-height-23 {
  height: 23vh; }

.saved-viewport-height-24 {
  height: 24vh; }

.saved-viewport-height-25 {
  height: 25vh; }

.saved-viewport-height-26 {
  height: 26vh; }

.saved-viewport-height-27 {
  height: 27vh; }

.saved-viewport-height-28 {
  height: 28vh; }

.saved-viewport-height-29 {
  height: 29vh; }

.saved-viewport-height-30 {
  height: 30vh; }

.saved-viewport-height-31 {
  height: 31vh; }

.saved-viewport-height-32 {
  height: 32vh; }

.saved-viewport-height-33 {
  height: 33vh; }

.saved-viewport-height-34 {
  height: 34vh; }

.saved-viewport-height-35 {
  height: 35vh; }

.saved-viewport-height-36 {
  height: 36vh; }

.saved-viewport-height-37 {
  height: 37vh; }

.saved-viewport-height-38 {
  height: 38vh; }

.saved-viewport-height-39 {
  height: 39vh; }

.saved-viewport-height-40 {
  height: 40vh; }

.saved-viewport-height-41 {
  height: 41vh; }

.saved-viewport-height-42 {
  height: 42vh; }

.saved-viewport-height-43 {
  height: 43vh; }

.saved-viewport-height-44 {
  height: 44vh; }

.saved-viewport-height-45 {
  height: 45vh; }

.saved-viewport-height-46 {
  height: 46vh; }

.saved-viewport-height-47 {
  height: 47vh; }

.saved-viewport-height-48 {
  height: 48vh; }

.saved-viewport-height-49 {
  height: 49vh; }

.saved-viewport-height-50 {
  height: 50vh; }

.saved-viewport-height-51 {
  height: 51vh; }

.saved-viewport-height-52 {
  height: 52vh; }

.saved-viewport-height-53 {
  height: 53vh; }

.saved-viewport-height-54 {
  height: 54vh; }

.saved-viewport-height-55 {
  height: 55vh; }

.saved-viewport-height-56 {
  height: 56vh; }

.saved-viewport-height-57 {
  height: 57vh; }

.saved-viewport-height-58 {
  height: 58vh; }

.saved-viewport-height-59 {
  height: 59vh; }

.saved-viewport-height-60 {
  height: 60vh; }

.saved-viewport-height-61 {
  height: 61vh; }

.saved-viewport-height-62 {
  height: 62vh; }

.saved-viewport-height-63 {
  height: 63vh; }

.saved-viewport-height-64 {
  height: 64vh; }

.saved-viewport-height-65 {
  height: 65vh; }

.saved-viewport-height-66 {
  height: 66vh; }

.saved-viewport-height-67 {
  height: 67vh; }

.saved-viewport-height-68 {
  height: 68vh; }

.saved-viewport-height-69 {
  height: 69vh; }

.saved-viewport-height-70 {
  height: 70vh; }

.saved-viewport-height-71 {
  height: 71vh; }

.saved-viewport-height-72 {
  height: 72vh; }

.saved-viewport-height-73 {
  height: 73vh; }

.saved-viewport-height-74 {
  height: 74vh; }

.saved-viewport-height-75 {
  height: 75vh; }

.saved-viewport-height-76 {
  height: 76vh; }

.saved-viewport-height-77 {
  height: 77vh; }

.saved-viewport-height-78 {
  height: 78vh; }

.saved-viewport-height-79 {
  height: 79vh; }

.saved-viewport-height-80 {
  height: 80vh; }

.saved-viewport-height-81 {
  height: 81vh; }

.saved-viewport-height-82 {
  height: 82vh; }

.saved-viewport-height-83 {
  height: 83vh; }

.saved-viewport-height-84 {
  height: 84vh; }

.saved-viewport-height-85 {
  height: 85vh; }

.saved-viewport-height-86 {
  height: 86vh; }

.saved-viewport-height-87 {
  height: 87vh; }

.saved-viewport-height-88 {
  height: 88vh; }

.saved-viewport-height-89 {
  height: 89vh; }

.saved-viewport-height-90 {
  height: 90vh; }

.saved-viewport-height-91 {
  height: 91vh; }

.saved-viewport-height-92 {
  height: 92vh; }

.saved-viewport-height-93 {
  height: 93vh; }

.saved-viewport-height-94 {
  height: 94vh; }

.saved-viewport-height-95 {
  height: 95vh; }

.saved-viewport-height-96 {
  height: 96vh; }

.saved-viewport-height-97 {
  height: 97vh; }

.saved-viewport-height-98 {
  height: 98vh; }

.saved-viewport-height-99 {
  height: 99vh; }

.saved-viewport-height-100 {
  height: 100vh; }

/*---------------------------------------------
 * Centered Blocks
 *--------------------------------------------*/
.saved-centered, .saved-centered-large, #saved-banner-inner, .saved-bg-section-content, .saved-home-highlights-content, .saved-centered-medium, .saved-loop-three-columns, .page-template-events-calendar .saved-entry-full-content > *:not(#saved-calendar), .saved-centered-small, .saved-loop-two-columns, .saved-loop-one-column, .saved-attachment-image .wp-caption-text, .saved-section-is-centered .saved-bg-section-content > *, #saved-calendar-list {
  margin-left: auto;
  margin-right: auto; }

.saved-centered-large, #saved-banner-inner, .saved-bg-section-content, .saved-home-highlights-content {
  max-width: 1170px; }

.saved-centered-medium, .saved-loop-three-columns, .page-template-events-calendar .saved-entry-full-content > *:not(#saved-calendar) {
  max-width: 980px; }

.saved-centered-small, .saved-loop-two-columns, .saved-loop-one-column, .saved-attachment-image .wp-caption-text {
  max-width: 700px; }

/*---------------------------------------------
 * Constrained Width
 *--------------------------------------------*/
.saved-constrained-image-content, #saved-banner-title div, .saved-bg-section-content > * {
  max-width: 800px; }

/*---------------------------------------------
 * Vertical Spacing
 *--------------------------------------------*/
.saved-vertical-margin-small, .alignnone, .aligncenter, div.wpcf7 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.saved-vertical-padding-small {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.saved-vertical-margin-top-small, .saved-image-section-content-inner .saved-image-section-buttons, .saved-gallery-section-has-title .saved-gallery-section-header, #saved-calendar-list .saved-event-short, .saved-attachment-button {
  margin-top: 2.5rem; }

.saved-vertical-padding-top-small {
  padding-top: 2.5rem; }

.saved-vertical-margin-bottom-small, .saved-widgets-row-content aside h2, .saved-widgets-row-content aside .saved-h2, .saved-widgets-row-content aside #reply-title, .saved-image-section-content-inner .saved-widget-title, .saved-home-highlights-content h2, .saved-home-highlights-content .saved-h2, .saved-home-highlights-content #reply-title, .saved-gallery-section-header, .saved-entry-full-header, #respond .comment-notes,
#respond .logged-in-as {
  margin-bottom: 2.5rem; }

.saved-vertical-padding-bottom-small {
  padding-bottom: 2.5rem; }

.saved-vertical-margin-small-content, p,
ul,
ol,
dl,
table,
q,
[class^=wp-block]:not(.wp-block-cover-text):not(.wp-block-embed__wrapper):not(.wp-block-quote):not(.wp-block-pullquote):not(.wp-block-separator),
.saved-block-wide-container {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem; }

.saved-vertical-padding-small-content {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }

.saved-vertical-margin-top-small-content {
  margin-top: 1.75rem; }

.saved-vertical-padding-top-small-content {
  padding-top: 1.75rem; }

.saved-vertical-margin-bottom-small-content {
  margin-bottom: 1.75rem; }

.saved-vertical-padding-bottom-small-content {
  padding-bottom: 1.75rem; }

.saved-vertical-margin-medium, hr, .saved-entry-full-footer-has-terms .saved-entry-full-page-nav {
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem; }

.saved-vertical-padding-medium, #saved-footer-bottom-inner, .saved-viewport-height-0 .saved-bg-section-content, .saved-image-section-content, .saved-home-highlights-section, .saved-home-secondary-widgets-section {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem; }

.saved-vertical-margin-top-medium, .saved-pagination, .saved-entry-full-footer, #saved-sermon-buttons, .saved-sermon-index, .saved-entry-has-content #saved-calendar, #saved-calendar-list, .attachment .saved-entry-content, .attachment .saved-compact-content, .attachment .widget_text .textwidget, .widget_text .attachment .textwidget, .attachment .saved-comment, .attachment .saved-nav-left-right, .saved-comment, #saved-comment-nav, #respond, #saved-comments-closed {
  margin-top: 3.4375rem; }

.saved-vertical-padding-top-medium {
  padding-top: 3.4375rem; }

.saved-vertical-margin-bottom-medium, .saved-entry-full .saved-entry-content-inner,
.archive #saved-content-inner > .saved-entry-content,
.archive #saved-content-inner > .saved-compact-content,
.archive .widget_text #saved-content-inner > .textwidget,
.widget_text .archive #saved-content-inner > .textwidget,
.archive #saved-content-inner > .saved-comment,
.blog #saved-content-inner > .saved-entry-content,
.blog #saved-content-inner > .saved-compact-content,
.blog .widget_text #saved-content-inner > .textwidget,
.widget_text .blog #saved-content-inner > .textwidget,
.blog #saved-content-inner > .saved-comment,
.search #saved-content-inner > .saved-entry-content,
.search #saved-content-inner > .saved-compact-content,
.search .widget_text #saved-content-inner > .textwidget,
.widget_text .search #saved-content-inner > .textwidget,
.search #saved-content-inner > .saved-comment, #saved-sermon-media, #saved-sermon-index-header, #saved-calendar-list h3, .saved-attachment-image, #saved-comments-header, li:not(:last-child) #respond {
  margin-bottom: 3.4375rem; }

.saved-vertical-padding-bottom-medium {
  padding-bottom: 3.4375rem; }

.saved-vertical-margin-medium-content, blockquote, .gallery {
  margin-top: 2.40625rem;
  margin-bottom: 2.40625rem; }

.saved-vertical-padding-medium-content {
  padding-top: 2.40625rem;
  padding-bottom: 2.40625rem; }

.saved-vertical-margin-top-medium-content, .saved-bg-section-content .saved-section-bg-buttons {
  margin-top: 2.40625rem; }

.saved-vertical-padding-top-medium-content {
  padding-top: 2.40625rem; }

.saved-vertical-margin-bottom-medium-content {
  margin-bottom: 2.40625rem; }

.saved-vertical-padding-bottom-medium-content {
  padding-bottom: 2.40625rem; }

.saved-vertical-margin-large, .wp-block-separator,
.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem; }

.saved-vertical-padding-large, #saved-footer-widgets-row, .saved-bg-section-content {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem; }

.saved-vertical-margin-top-large, .saved-nav-blocks, .single .saved-author-box, .ctfw-no-loop-multiple #saved-content, #comments {
  margin-top: 4.6875rem; }

.saved-vertical-padding-top-large, .ctfw-has-loop-multiple #saved-content {
  padding-top: 4.6875rem; }

.saved-vertical-margin-bottom-large, .ctfw-no-loop-multiple #saved-content, .saved-entry-full-map {
  margin-bottom: 4.6875rem; }

.saved-vertical-padding-bottom-large, .ctfw-has-loop-multiple #saved-content {
  padding-bottom: 4.6875rem; }

.saved-vertical-margin-large-content, .wp-block-pullquote, .wp-block-image:not(.alignleft):not(.alignright),
.wp-block-cover,
.wp-block-audio,
.wp-block-video,
.wp-block-embed,
.wp-block-gallery,
.wp-block-quote,
.wp-pull-quote,
.wp-block-separator,
.has-background,
.wp-block-button,
.saved-block-wide-container {
  margin-top: 3.28125rem;
  margin-bottom: 3.28125rem; }

.saved-vertical-padding-large-content {
  padding-top: 3.28125rem;
  padding-bottom: 3.28125rem; }

.saved-vertical-margin-top-large-content {
  margin-top: 3.28125rem; }

.saved-vertical-padding-top-large-content {
  padding-top: 3.28125rem; }

.saved-vertical-margin-bottom-large-content {
  margin-bottom: 3.28125rem; }

.saved-vertical-padding-bottom-large-content {
  padding-bottom: 3.28125rem; }

.saved-vertical-margin-medium-small-content, h1, .saved-h1, #saved-comments-title,
h2,
.saved-h2,
#reply-title,
h3,
h4,
.saved-nav-block-title,
h5,
h6 {
  margin-top: 2.40625rem;
  margin-bottom: 1.75rem; }

/*---------------------------------------------
 * Main Content <main>
 *--------------------------------------------*/
#saved-content {
  display: block;
  min-height: 20vh; }
  .saved-has-entry-map #saved-content {
    margin-top: 0 !important; }
  .saved-no-comments-section.saved-has-nav-blocks #saved-content {
    margin-bottom: 0; }

#saved-content-inner {
  padding-bottom: 20px;
  margin-bottom: -20px; }

/**********************************************
 * 9. HEADER BAR
 **********************************************/
/*---------------------------------------------
 * Header Bar
 *--------------------------------------------*/
#saved-header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998; }
  #saved-header-top.saved-header-has-line {
    border-top: 0.25em solid transparent; }
  .admin-bar #saved-header-top {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar #saved-header-top {
        top: 46px; } }
  @media screen and (max-width: 700px) {
    .saved-scrolled.admin-bar #saved-header-top {
      top: 0; } }

#saved-header-top-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1 !important;
  background-color: #fff;
  opacity: 0.95;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15); }

#saved-header-top-inner {
  display: table;
  width: 100%;
  min-height: 2em;
  height: 3.8125em;
  font-size: 1rem; }
  #saved-header-top-inner > * {
    display: table-cell;
    vertical-align: middle; }

/*---------------------------------------------
 * Logo
 *--------------------------------------------*/
#saved-logo {
  display: table-cell;
  position: relative;
  width: 14%; }

#saved-logo-content {
  text-align: left; }

#saved-logo-image {
  position: relative;
  max-width: 250px; }
  #saved-logo-image a {
    display: inline-block; }

#saved-logo-image img {
  max-height: 30px;
  height: auto;
  width: auto; }

#saved-logo-regular {
  display: inline-block; }

#saved-logo-hidpi {
  display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (-o-min-device-pixel-ratio: 5 / 4) {
  .saved-has-hidpi-logo #saved-logo-regular {
    display: none; }

  .saved-has-hidpi-logo #saved-logo-hidpi[width],
  .no-js .saved-has-hidpi-logo #saved-logo-hidpi {
    display: inline-block; } }
#saved-logo-text {
  position: relative;
  margin: 0.25em 0;
  left: -2px;
  line-height: 1;
  letter-spacing: -0.03125em;
  white-space: nowrap;
  /* Uppercase logo */ }
  #saved-logo-text a {
    font-weight: bold; }
    #saved-logo-text a span {
      color: black; }
  .saved-has-uppercase #saved-logo-text {
    text-transform: uppercase; }

#saved-logo-text.saved-logo-text-extra-small {
  font-size: 1em; }

#saved-logo-text.saved-logo-text-small {
  font-size: 1.25em; }

#saved-logo-text.saved-logo-text-medium {
  font-size: 1.5em; }

#saved-logo-text.saved-logo-text-large {
  font-size: 1.75em; }

#saved-logo-text.saved-logo-text-extra-large {
  font-size: 2em; }

/*---------------------------------------------
 * Search
 *--------------------------------------------*/
#saved-header-search {
  position: relative; }
  #saved-header-search .saved-search-button {
    position: relative;
    margin: 0 !important; }

#saved-header-search-close {
  margin: 0 !important;
  position: relative;
  top: -0.03125em; }

#saved-header-search-opened {
  display: none; }
  #saved-header-search-opened .saved-icon {
    padding-top: 0.125em;
    margin-right: -0.125em !important; }

#saved-header-search-closed {
  display: inline-block;
  padding-top: 0.1875em; }

#saved-header-menu {
  display: table-cell; }

.saved-search-is-open #saved-header-menu,
.saved-search-is-open #saved-header-search-closed {
  display: none; }

.saved-search-is-open #saved-header-search-opened {
  display: inline-block; }

#saved-header-search {
  position: relative;
  width: 1%;
  z-index: 2;
  padding-left: 1em;
  text-align: right; }
  #saved-header-search a {
    color: black; }
  #saved-header-search form {
    position: relative; }
  #saved-header-search input[type=text] {
    width: 200px;
    font-size: 0.8em;
    text-transform: none;
    margin-right: 0.3125em;
    padding-left: 0.625em;
    padding-right: 0.625em; }
  .saved-search-is-open #saved-header-search {
    width: auto; }

#saved-header-search-opened {
  text-align: right;
  white-space: nowrap; }
  #saved-header-search-opened > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.375em; }

#saved-header-search-mobile {
  position: relative;
  z-index: 2;
  width: auto;
  display: block;
  padding: 0.875em 0 1.125em 0.6875em;
  text-align: left; }
  #saved-header-search-mobile a {
    font-size: 1.8em !important;
    margin-left: 0.1875em !important;
    width: auto;
    float: none; }
    #saved-header-search-mobile a:hover {
      color: #fff !important; }
  #saved-header-search-mobile form {
    position: relative; }
    #saved-header-search-mobile form > * {
      vertical-align: middle;
      display: inline-block;
      margin-left: 0.375em; }
  #saved-header-search-mobile input[type=text] {
    padding: 0 0.625em;
    width: 150px;
    height: 2.0625em;
    font-size: 1.1em;
    line-height: 2.0625em;
    background-color: transparent;
    border-color: #fff !important;
    color: #fff !important; }

/*---------------------------------------------
 * Search / Icons Divider
 *--------------------------------------------*/
#saved-header-icons-divider {
  width: 1px;
  padding-left: 0.5em;
  height: 100%; }
  #saved-header-icons-divider div {
    width: 1px;
    height: 35%;
    background-color: #bbb; }

/*---------------------------------------------
 * Header Icons
 *--------------------------------------------*/
#saved-header .saved-icon,
#saved-header .saved-list-icons {
  font-size: 1.35em; }

#saved-header-icons {
  width: 1%;
  padding-left: 0.75em;
  white-space: nowrap;
  text-align: right; }

/**********************************************
 * 10. HEADER MENU
 **********************************************/
/*---------------------------------------------
 * Header Menu (Dropdowns)
 *--------------------------------------------*/
#saved-header-menu {
  padding-top: 0.625em;
  padding-left: 1.5em; }
  .saved-header-has-icons #saved-header-menu {
    padding-right: 1.2em; }

#saved-header-menu-content {
  position: relative;
  top: 0;
  margin: 0;
  margin-top: 6px;
  margin-bottom: 15px;
  float: left;
  font-weight: 400; }

#saved-header-menu-content > li {
  display: inline-block;
  margin: 5px 0 0 12px;
  padding-bottom: 0;
  vertical-align: top;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer; }
  #saved-header-menu-content > li:not(.saved-menu-button) > a {
    margin-bottom: -20px !important;
    padding-bottom: 24px;
    font-size: 0.95em;
    font-weight: 700;
    line-height: 1.5; }
    .saved-has-uppercase #saved-header-menu-content > li:not(.saved-menu-button) > a {
      text-transform: uppercase; }
    .saved-header-menu-wrapped #saved-header-menu-content > li:not(.saved-menu-button) > a {
      margin-bottom: -14px !important;
      padding-bottom: 18px; }
  #saved-header-menu-content > li.saved-menu-button {
    top: 0;
    padding-bottom: 17px;
    margin-bottom: -20px !important; }
    #saved-header-menu-content > li.saved-menu-button > a {
      margin-top: -6px !important;
      transition: none; }
    .saved-header-menu-wrapped #saved-header-menu-content > li.saved-menu-button {
      padding-bottom: 3px;
      margin-bottom: -7px !important;
      border-bottom: 1px solid transparent; }
  #saved-header-menu-content > li:nth-child(1) > a:hover {
    z-index: 99; }
  #saved-header-menu-content > li:nth-child(2) > a:hover {
    z-index: 98; }
  #saved-header-menu-content > li:nth-child(3) > a:hover {
    z-index: 97; }
  #saved-header-menu-content > li:nth-child(4) > a:hover {
    z-index: 96; }
  #saved-header-menu-content > li:nth-child(5) > a:hover {
    z-index: 95; }
  #saved-header-menu-content > li:nth-child(6) > a:hover {
    z-index: 94; }
  #saved-header-menu-content > li:nth-child(7) > a:hover {
    z-index: 93; }
  #saved-header-menu-content > li:nth-child(8) > a:hover {
    z-index: 92; }
  #saved-header-menu-content > li:nth-child(9) > a:hover {
    z-index: 91; }
  #saved-header-menu-content > li:nth-child(10) > a:hover {
    z-index: 90; }
  #saved-header-menu-content > li:nth-child(11) > a:hover {
    z-index: 89; }
  #saved-header-menu-content > li:nth-child(12) > a:hover {
    z-index: 87; }
  #saved-header-menu-content > li:nth-child(13) > a:hover {
    z-index: 86; }
  #saved-header-menu-content > li:nth-child(14) > a:hover {
    z-index: 85; }
  #saved-header-menu-content > li:nth-child(15) > a:hover {
    z-index: 84; }
  #saved-header-menu-content > li:nth-child(16) > a:hover {
    z-index: 83; }
  #saved-header-menu-content > li:nth-child(17) > a:hover {
    z-index: 82; }
  #saved-header-menu-content > li:nth-child(18) > a:hover {
    z-index: 81; }
  #saved-header-menu-content > li:nth-child(19) > a:hover {
    z-index: 80; }
  #saved-header-menu-content > li:nth-child(20) > a:hover {
    z-index: 79; }

#saved-header-menu-content > li > a {
  position: relative;
  display: inline-block;
  color: black;
  text-align: center; }

#saved-header-menu-content ul > li:hover > a,
#saved-header-menu-content ul ul li:hover > a,
#saved-header-menu-content ul ul li.sfHover > a,
#saved-header-menu-content ul ul li a:focus,
#saved-header-menu-content ul ul li a:hover,
#saved-header-menu-content ul ul li a:active {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 11px;
  margin-left: -7px;
  margin-right: -6px;
  margin-top: -3px;
  margin-bottom: -3px;
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: background-color 0.25s ease-in-out; }
#saved-header-menu-content ul > li:first-child:hover > a,
#saved-header-menu-content ul ul li:first-child:hover > a,
#saved-header-menu-content ul ul li:first-child.sfHover > a,
#saved-header-menu-content ul ul li:first-child a:focus,
#saved-header-menu-content ul ul li:first-child a:hover,
#saved-header-menu-content ul ul li:first-child a:active {
  padding-top: 9px;
  margin-top: -5px; }
#saved-header-menu-content ul > li:last-child:hover > a,
#saved-header-menu-content ul ul li:last-child:hover > a,
#saved-header-menu-content ul ul li:last-child.sfHover > a,
#saved-header-menu-content ul ul li:last-child a:focus,
#saved-header-menu-content ul ul li:last-child a:hover,
#saved-header-menu-content ul ul li:last-child a:active {
  padding-bottom: 9px;
  margin-bottom: -5px; }

/*
Superfish (Dropdowns) - http://users.tpg.com.au/j_birch/plugins/superfish/
Copyright (c) 2013 Joel Birch
Dual licensed under the MIT and GPL licenses
*/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  float: left;
  margin-bottom: 16px;
  line-height: 1; }

.sf-menu li {
  position: relative; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 40px;
  z-index: 12000; }

.saved-header-menu-wrapped .sf-menu > li:hover > ul,
.saved-header-menu-wrapped .sf-menu > li.sfHover > ul {
  top: 2em; }

.sf-menu li:not(.jq-dropdown-align-right):hover ul,
.sf-menu li:not(.jq-dropdown-align-right).sfHover ul {
  left: -10px; }

.sf-menu li.saved-menu-button:not(.jq-dropdown-align-right):hover ul,
.sf-menu li.saved-menu-button:not(.jq-dropdown-align-right).sfHover ul {
  left: 0; }

.sf-menu li.jq-dropdown-align-right:hover ul,
.sf-menu li.jq-dropdown-align-right.sfHover ul {
  right: -15px; }

.sf-menu > li.jq-dropdown-open-left > ul ul {
  left: auto !important;
  right: 100% !important; }

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul,
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
  top: -999em; }

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul,
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
  left: 160px;
  top: 2px; }

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 160px;
  padding: 5px 6px;
  text-align: left;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.sf-menu ul ul {
  margin-top: -4px;
  border: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.sf-menu ul li {
  width: 100%;
  margin-left: 6px; }

.sf-menu li li a {
  position: relative;
  left: -6px;
  padding: 4px 4px;
  font-size: 0.925em;
  line-height: 1.2;
  color: #fff; }

.sf-menu > li.jq-dropdown-open-left ul li {
  margin-left: -6px; }
.sf-menu > li.jq-dropdown-open-left li a {
  left: 6px; }

.sf-menu li li.menu-item-has-children a {
  padding-right: 26px; }

.sf-menu ul ul li a {
  padding-right: 0 !important; }

.sf-menu ul li:hover > a,
.sf-menu ul li.sfHover > a,
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
  outline: 0; }

.saved-menu-arrow {
  position: absolute;
  top: 50%;
  right: 0.3125em;
  margin-top: -0.425em;
  font-size: 1em;
  color: #fff; }
  .sf-menu > li.jq-dropdown-open-left .saved-menu-arrow {
    margin-right: -0.90625em; }

/*---------------------------------------------
 * Mobile Menu
 *--------------------------------------------*/
/*
MeanMenu - https://github.com/meanthemes/meanMenu
GPL License, Copyright (c) 2013 Chris Wharton
A responsive menu appears at the top and the regular menu disappears on small devices
*/
a.meanmenu-reveal {
  display: none; }

.mean-container .mean-bar {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 0 !important;
  margin-right: 4.2%;
  padding: 0;
  float: right;
  text-align: right; }

.mean-container a.meanmenu-reveal {
  display: block;
  position: absolute;
  top: -10px;
  right: 8px !important;
  width: 22px;
  padding: 0;
  cursor: pointer;
  font-size: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
  text-indent: -9999em;
  color: black; }

.mean-container a.meanmenu-reveal span {
  display: block;
  margin-top: 3px;
  height: 3px;
  background-color: #000; }

.mean-container .mdi-close {
  position: relative;
  top: 1px;
  left: 1px; }

.mean-container .mean-nav {
  display: inline-block;
  width: 226px;
  margin: 20px 0 0 0;
  float: right;
  font-size: 1.05em;
  line-height: 1.3;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: 350px;
  max-height: calc(100vh - 80px);
  overflow: auto; }

.mean-container .mean-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden; }

.mean-container .mean-nav ul li a {
  display: inline-block;
  width: calc(100% - 4.8em );
  margin: 0.3125em 0 0.3125em 1em;
  float: left;
  text-align: left;
  text-decoration: none;
  color: #fff; }

.mean-container .mean-nav > ul > li > a {
  font-weight: bold; }
  .saved-has-uppercase .mean-container .mean-nav > ul > li > a {
    text-transform: uppercase; }

.mean-container .mean-nav > ul > li:first-child > a {
  margin-top: 0.8125em; }
  .mean-container .mean-nav > ul > li:first-child > a.mean-expand {
    margin-top: 0.55em; }

.mean-container .mean-nav > ul > li:last-child > a {
  margin-bottom: 0.8125em; }
.mean-container .mean-nav > ul > li:last-child > ul {
  position: relative;
  top: -0.5em; }

.mean-container .mean-nav ul li li a {
  width: calc(100% - 6.5em );
  padding-left: 5%;
  font-size: 1em;
  margin-top: 0.3125em;
  margin-bottom: 0.375em;
  text-shadow: none !important;
  visibility: visible; }

.mean-container .mean-nav ul li li li a {
  width: calc(100% - 7em );
  padding-left: 10%; }

.mean-container .mean-nav ul li li li li a {
  width: calc(100% - 8em );
  padding-left: 15%; }

.mean-container .mean-nav ul li li li li li a {
  width: calc(100% - 9.5em );
  padding-left: 20%; }

.mean-container .mean-nav ul li.mean-last a {
  margin-bottom: 0.5em;
  border-bottom: none; }

.mean-container .mean-nav ul li a.mean-expand {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 16px;
  height: 16px;
  margin: 0.2em 0.6em 0 0;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 1.3em !important;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: normal;
  background-color: #fff; }
  .mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    line-height: 0.9; }

.mean-container .mean-push {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  margin: 0;
  padding: 0; }

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mean-remove {
  display: none !important; }

.mean-container .saved-search-field {
  font-size: 0.9em; }

/**********************************************
 * 1. HEADER MENU
 **********************************************/
/*---------------------------------------------
 * Banner / Title / Breadcrumbs
 *--------------------------------------------*/
#saved-banner {
  position: relative;
  width: 100%;
  z-index: 6; }
  .js #saved-banner {
    visibility: hidden; }

#saved-banner-darken {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07); }

#saved-banner-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#saved-banner-image-brightness {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000; }

.saved-banner-image-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.3) 76%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.3) 76%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 36%, rgba(0, 0, 0, 0.3) 76%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );
  /* IE6-9 */ }

#saved-banner-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12.25% 0 4% 0; }
  .saved-has-header-bottom #saved-banner-inner {
    padding: 12% 0 1.5% 0; }
  .saved-no-header-image #saved-banner-inner, .saved-no-header-image.saved-has-header-bottom #saved-banner-inner {
    padding-top: 6%; }
    .saved-header-menu-wrapped .saved-no-header-image #saved-banner-inner, .saved-header-menu-wrapped .saved-no-header-image.saved-has-header-bottom #saved-banner-inner {
      padding-top: 11%; }

#saved-banner-image-by-title {
  display: inline-block;
  vertical-align: top;
  width: 5em;
  height: 5em; }
  .saved-no-heading-accents #saved-banner-image-by-title {
    width: 3.125em;
    height: 3.125em; }
  #saved-banner-image-by-title img {
    width: 100%;
    height: auto;
    margin-top: 3.75em;
    border-width: 0;
    border-radius: 2px; }

#saved-banner-title {
  display: inline-block;
  height: 100%;
  text-align: left;
  vertical-align: top; }
  .saved-banner-has-image-by-title #saved-banner-title {
    width: calc(99% - 5em - 1.375em);
    margin-left: 1.375em; }
  #saved-banner-title div {
    display: block;
    margin-top: 0.95em;
    margin-bottom: 0; }
  .saved-banner-title-length-25 #saved-banner-title {
    font-size: 0.9em; }
  .saved-banner-title-length-30 #saved-banner-title {
    font-size: 0.85em; }
  .saved-banner-title-length-35 #saved-banner-title {
    font-size: 0.8em; }
  .saved-banner-title-length-40 #saved-banner-title {
    font-size: 0.75em; }
  .saved-no-header-title #saved-banner-title h1::before, .saved-no-header-title #saved-banner-title .saved-h1::before, .saved-no-header-title #saved-banner-title #saved-comments-title::before,
  .saved-no-header-title #saved-banner-title h2::before,
  .saved-no-header-title #saved-banner-title .saved-h2::before,
  .saved-no-header-title #saved-banner-title #reply-title::before,
  .saved-no-header-title #saved-banner-title h3::before,
  .saved-no-header-title #saved-banner-title h4::before,
  .saved-no-header-title #saved-banner-title .saved-nav-block-title::before,
  .saved-no-header-title #saved-banner-title h5::before,
  .saved-no-header-title #saved-banner-title h6::before,
  .saved-no-header-title #saved-banner-title .saved-h1::before,
  .saved-no-header-title #saved-banner-title .saved-h2::before,
  .saved-no-header-title #saved-banner-title #reply-title::before,
  .saved-no-header-title #saved-banner-title .saved-h3::before,
  .saved-no-header-title #saved-banner-title #saved-map-section-address::before,
  .saved-no-header-title #saved-banner-title .saved-widgets-row-content aside h2::before,
  .saved-widgets-row-content aside .saved-no-header-title #saved-banner-title h2::before,
  .saved-no-header-title #saved-banner-title .saved-widgets-row-content aside .saved-h2::before,
  .saved-widgets-row-content aside .saved-no-header-title #saved-banner-title .saved-h2::before,
  .saved-no-header-title #saved-banner-title .saved-widgets-row-content aside #reply-title::before,
  .saved-widgets-row-content aside .saved-no-header-title #saved-banner-title #reply-title::before,
  .saved-no-header-title #saved-banner-title .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-no-header-title #saved-banner-title h1::before,
  .saved-no-header-title #saved-banner-title .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-no-header-title #saved-banner-title .saved-h1::before,
  .saved-no-header-title #saved-banner-title .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-no-header-title #saved-banner-title #saved-comments-title::before,
  .saved-no-header-title #saved-banner-title .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-no-header-title #saved-banner-title h2::before,
  .saved-no-header-title #saved-banner-title .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-no-header-title #saved-banner-title .saved-h2::before,
  .saved-no-header-title #saved-banner-title .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-no-header-title #saved-banner-title #reply-title::before,
  .saved-no-header-title #saved-banner-title .saved-home-highlights-content h2::before,
  .saved-home-highlights-content .saved-no-header-title #saved-banner-title h2::before,
  .saved-no-header-title #saved-banner-title .saved-home-highlights-content .saved-h2::before,
  .saved-home-highlights-content .saved-no-header-title #saved-banner-title .saved-h2::before,
  .saved-no-header-title #saved-banner-title .saved-home-highlights-content #reply-title::before,
  .saved-home-highlights-content .saved-no-header-title #saved-banner-title #reply-title::before,
  .saved-no-header-title #saved-banner-title .saved-h4::before,
  .saved-no-header-title #saved-banner-title .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-no-header-title #saved-banner-title caption::before,
  .saved-no-header-title #saved-banner-title .saved-h5::before,
  .saved-no-header-title #saved-banner-title .saved-caption-image-title::before,
  .saved-no-header-title #saved-banner-title .saved-h6::before {
    display: none !important; }

#saved-header-bottom {
  position: relative;
  width: 100%;
  border: 1px solid transparent; }
  #saved-header-bottom .saved-header-bottom-break .ctfw-breadcrumbs {
    float: none;
    padding-right: 1.5625em; }
  #saved-header-bottom .saved-header-bottom-break #saved-header-archives {
    float: none;
    margin-top: 0.25em; }
  #saved-header-bottom.saved-has-header-archives.saved-has-breadcrumbs .ctfw-breadcrumbs {
    margin-right: 0.9375em; }
  #saved-header-bottom.saved-has-header-archives.saved-has-breadcrumbs #saved-header-archives {
    margin-left: 0.9375em; }

#saved-header-bottom-inner {
  margin-top: 0.625em;
  margin-bottom: 0.625em; }

.ctfw-breadcrumbs,
#saved-header-archives,
.saved-header-archive-dropdown {
  display: inline-block;
  padding: 2px 0;
  font-size: 0.78em; }

.ctfw-breadcrumbs {
  float: left;
  font-style: italic; }
  .ctfw-breadcrumbs a {
    font-weight: italic;
    color: #fff; }

.saved-breadcrumb-separator {
  display: inline-block;
  color: #fff;
  font-size: 1.1em !important;
  position: relative;
  top: 0.03125em; }

#saved-header-archives {
  margin: 0;
  list-style: none;
  float: right; }

.saved-header-archive-top {
  display: inline-block;
  margin-right: 0.8125em; }
  .saved-has-uppercase .saved-header-archive-top {
    text-transform: uppercase; }
  .saved-header-archive-top:last-child {
    margin-right: 0; }

#saved-header-archives-section-name {
  padding-right: 0.25em;
  font-weight: normal;
  font-style: italic;
  text-transform: none; }
  #saved-header-archives-section-name a {
    font-weight: normal; }

.saved-header-archive-top-name {
  white-space: nowrap;
  font-weight: bold; }
  .saved-header-archive-top-name .saved-icon {
    font-size: 1.1em !important;
    position: relative;
    top: 0.03125em; }

.saved-header-archive-dropdown {
  display: none;
  width: 15em;
  margin-top: 0.3125em;
  margin-left: -0.875em; }
  .saved-header-archive-dropdown.jq-dropdown-anchor-right {
    margin-left: 0.875em; }
  .saved-header-archive-dropdown .jq-dropdown-panel {
    font-size: 1.05em; }
  .saved-header-archive-dropdown ul {
    margin: 0;
    list-style: none;
    line-height: 1.4; }
    .saved-header-archive-dropdown ul li a {
      display: inline-block;
      max-width: 10em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .saved-header-archive-dropdown ul li .saved-header-archive-dropdown-count {
      color: #fff;
      display: inline-block;
      float: right; }

.saved-header-archive-dropdown-all a {
  font-weight: bold; }

/**********************************************
 * 12. FOOTER
 **********************************************/
/*---------------------------------------------
 * Footer Container
 *--------------------------------------------*/
#saved-footer {
  z-index: 0;
  position: relative; }

/*---------------------------------------------
 * Footer at Bottom
 *--------------------------------------------*/
body:not(.mce-content-body) {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

#saved-content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media screen\0 {
  body:not(.mce-content-body) {
    display: block;
    min-height: 0; }

  #saved-content {
    -ms-flex: none;
    flex: none; } }
/*---------------------------------------------
 * Footer Widgets
 *--------------------------------------------*/
#saved-footer-widgets-row {
  min-height: 300px;
  overflow: hidden; }

/*---------------------------------------------
 * Footer Map
 *--------------------------------------------*/
body:not(.home) #saved-footer.saved-footer-no-widgets .saved-map-section::after {
  display: block;
  position: absolute;
  top: 0;
  height: 5em !important;
  width: 100% !important;
  margin-top: -5em;
  content: '';
  background: -moz-linear-gradient(bottom, #fcfcfc 2.5em, rgba(252, 252, 252, 0) 5em);
  /* FF3.6-30 */
  background: -webkit-linear-gradient(bottom, #fcfcfc 2.5em, rgba(252, 252, 252, 0) 5em);
  /* Chrome10-252,Safari5.1-6 */
  background: linear-gradient(to top, #fcfcfc 2.5em, rgba(252, 252, 252, 0) 5em);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/*---------------------------------------------
 * Footer Bottom (Icons, Notice, Menu)
 *--------------------------------------------*/
#saved-footer-bottom-inner {
  display: table;
  width: 100%; }
  #saved-footer-bottom-inner > * {
    display: table-cell;
    vertical-align: top; }

.saved-footer-has-menu #saved-footer-icons-notice {
  width: 10%;
  min-width: 16.875em;
  padding-right: 3.125em; }
.saved-footer-no-menu #saved-footer-icons-notice {
  width: 100%; }
#saved-footer-icons-notice > *:nth-child(2) {
  margin-top: 1.875em; }
.saved-footer-no-notice.saved-footer-has-menu.saved-footer-no-submenu #saved-footer-icons-notice, .saved-footer-no-icons.saved-footer-has-menu.saved-footer-no-submenu #saved-footer-icons-notice {
  vertical-align: middle; }

#saved-footer-icons .saved-list-icons {
  font-size: 1.8em;
  white-space: nowrap; }
  #saved-footer-icons .saved-list-icons a {
    transition: opacity 1s ease;
    color: #fff; }
    #saved-footer-icons .saved-list-icons a:hover {
      opacity: 0.6; }

#saved-footer-notice {
  font-size: 0.85em;
  font-style: italic; }
  #saved-footer-notice a {
    font-weight: bold; }
  .saved-footer-has-menu.saved-footer-has-submenu.saved-footer-no-icons #saved-footer-notice {
    margin-top: 0.25em; }

#saved-footer-menu ul {
  margin: 0;
  list-style: none; }
.saved-footer-has-icons.saved-footer-no-notice #saved-footer-menu, .saved-footer-has-notice.saved-footer-no-icons #saved-footer-menu {
  vertical-align: middle; }

#saved-footer-menu-content {
  margin: 0 -1.9% !important;
  margin-bottom: -1.125em !important; }
  .saved-footer-no-submenu #saved-footer-menu-content {
    margin: 0 -0.21875em !important; }
  .saved-footer-no-submenu #saved-footer-menu-content {
    margin-bottom: -0.4375em !important; }
  .saved-footer-has-icons #saved-footer-menu-content, .saved-footer-has-notice #saved-footer-menu-content {
    text-align: right; }
  #saved-footer-menu-content > li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 1.9%;
    margin-bottom: 1.125em; }
    .saved-footer-no-submenu #saved-footer-menu-content > li {
      margin: 0 1.1%; }
    .saved-footer-no-submenu #saved-footer-menu-content > li {
      margin-bottom: 0.4375em; }
    #saved-footer-menu-content > li > a {
      display: inline-block;
      font-size: 0.85em;
      font-weight: bold; }
      .saved-has-uppercase #saved-footer-menu-content > li > a {
        text-transform: uppercase; }
      .saved-footer-has-submenu #saved-footer-menu-content > li > a {
        padding-bottom: 0.1875em; }
    #saved-footer-menu-content > li > ul {
      font-size: 0.825em; }

/*---------------------------------------------
 * Bottom Sticky
 *--------------------------------------------*/
#saved-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 1000;
  border-radius: 2px 0 0 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12); }

#saved-sticky-inner {
  position: relative;
  padding: 0.5em 2.75em 0.625em 0.9375em;
  background-color: rgba(0, 0, 0, 0.07); }

#saved-sticky-content {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4;
  color: #fff; }
  #saved-sticky-content a {
    font-weight: bold;
    color: #fff; }

.saved-sticky-item {
  display: inline-block;
  margin-right: 1.125em; }
  .saved-sticky-item:last-child {
    margin-right: 0; }

.saved-sticky-item-date {
  padding-right: 0.625em;
  font-weight: normal; }
  .saved-has-uppercase .saved-sticky-item-date {
    text-transform: uppercase; }

.saved-sticky-item-title {
  color: #fff !important; }

#saved-sticky-dismiss {
  display: inline-block;
  position: absolute;
  top: 0.5625em;
  right: 0.875em;
  padding: 0; }
  #saved-sticky-dismiss a {
    font-size: 0.8em;
    color: #fff;
    opacity: 0.6;
    transition: opacity 0.3s; }
    #saved-sticky-dismiss a:hover {
      opacity: 1; }

/**********************************************
 * 13. WIDGETS
 **********************************************/
/*---------------------------------------------
 * Shared Styles
 *--------------------------------------------*/
.saved-widget .saved-entry-compact {
  margin-top: 1.875em; }
  .saved-widget .saved-entry-compact:first-child {
    margin-top: 0; }

.widget_ctfw-archives form,
.widget_ctfw-categories form {
  margin: 0; }
.widget_ctfw-archives select,
.widget_ctfw-categories select {
  margin-left: 1px;
  width: 100%;
  max-width: 250px; }

.saved-widgets-row-content {
  position: relative;
  margin-top: -4.375em !important;
  margin-right: -6%; }
  .saved-widgets-row-content aside {
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
    margin-top: 4.375em;
    width: 27.333%;
    font-size: 0.85em;
    line-height: 1.8; }
    .saved-widgets-row-content aside *:not([class^=mejs-]):not(button):first-child {
      margin-top: 0; }
    .saved-widgets-row-content aside *:not([class^=mejs-]):not(button):last-child {
      margin-bottom: 0; }
    .saved-widgets-row-content aside h2, .saved-widgets-row-content aside .saved-h2, .saved-widgets-row-content aside #reply-title {
      font-size: 1.9em; }

/*---------------------------------------------
 * WP Search
 *--------------------------------------------*/
.widget_search .saved-search-field {
  margin-left: 0; }
.widget_search .saved-search-button {
  font-size: 1.7em;
  color: black; }

/*---------------------------------------------
 * WP Recent Comments
 *--------------------------------------------*/
.widget_recent_comments li {
  margin-top: 1.25em; }
  .widget_recent_comments li a {
    text-transform: none !important;
    font-weight: normal !important; }

/*---------------------------------------------
 * WP Text Widget
 *--------------------------------------------*/
.widget_text .textwidget h1::before, .widget_text .textwidget .saved-h1::before, .widget_text .textwidget #saved-comments-title::before,
.widget_text .textwidget h2::before,
.widget_text .textwidget .saved-h2::before,
.widget_text .textwidget #reply-title::before,
.widget_text .textwidget h3::before,
.widget_text .textwidget h4::before,
.widget_text .textwidget .saved-nav-block-title::before,
.widget_text .textwidget h5::before,
.widget_text .textwidget h6::before,
.widget_text .textwidget .saved-h1::before,
.widget_text .textwidget .saved-h2::before,
.widget_text .textwidget #reply-title::before,
.widget_text .textwidget .saved-h3::before,
.widget_text .textwidget #saved-map-section-address::before,
.widget_text .textwidget .saved-widgets-row-content aside h2::before,
.saved-widgets-row-content aside .widget_text .textwidget h2::before,
.widget_text .textwidget .saved-widgets-row-content aside .saved-h2::before,
.saved-widgets-row-content aside .widget_text .textwidget .saved-h2::before,
.widget_text .textwidget .saved-widgets-row-content aside #reply-title::before,
.saved-widgets-row-content aside .widget_text .textwidget #reply-title::before,
.widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .textwidget h1::before,
.widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .textwidget .saved-h1::before,
.widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .textwidget #saved-comments-title::before,
.widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .textwidget h2::before,
.widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .textwidget .saved-h2::before,
.widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content .widget_text .textwidget #reply-title::before,
.widget_text .textwidget .saved-home-highlights-content h2::before,
.saved-home-highlights-content .widget_text .textwidget h2::before,
.widget_text .textwidget .saved-home-highlights-content .saved-h2::before,
.saved-home-highlights-content .widget_text .textwidget .saved-h2::before,
.widget_text .textwidget .saved-home-highlights-content #reply-title::before,
.saved-home-highlights-content .widget_text .textwidget #reply-title::before,
.widget_text .textwidget .saved-h4::before,
.widget_text .textwidget .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar .widget_text .textwidget caption::before,
.widget_text .textwidget .saved-h5::before,
.widget_text .textwidget .saved-caption-image-title::before,
.widget_text .textwidget .saved-h6::before {
  display: none !important; }
.widget_text .textwidget h1, .widget_text .textwidget .saved-h1, .widget_text .textwidget #saved-comments-title,
.widget_text .textwidget h2,
.widget_text .textwidget .saved-h2,
.widget_text .textwidget #reply-title {
  font-size: 1.6em !important; }

/*---------------------------------------------
 * WP Tag Cloud Widget
 *--------------------------------------------*/
.widget_tag_cloud .tagcloud {
  font-size: 0.8em !important; }
.widget_tag_cloud a {
  margin: 0.3125em 0.3125em 0.3125em 0;
  font-size: 1em !important; }

/*---------------------------------------------
 * WP Calendar Widget
 *--------------------------------------------*/
.widget_calendar #wp-calendar {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto; }

.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  padding: 0.25em;
  text-align: left; }

.widget_calendar #wp-calendar caption {
  padding: 0 0 0.5em 0;
  font-weight: bold; }
  .saved-has-uppercase .widget_calendar #wp-calendar caption {
    text-transform: uppercase; }

.widget_calendar #wp-calendar th {
  border: 0;
  padding: 0.625em 0 0.625em 0.25em;
  font-weight: bold; }

.widget_calendar #wp-calendar tfoot td {
  padding-top: 1.125em; }
  .saved-has-uppercase .widget_calendar #wp-calendar tfoot td {
    text-transform: uppercase; }
  .widget_calendar #wp-calendar tfoot td a {
    font-weight: bold; }
  .widget_calendar #wp-calendar tfoot td#next {
    text-align: right;
    padding-right: 8%; }

.textwidget > :first-child {
  margin-top: 0; }

.textwidget > :last-child {
  margin-bottom: 0 !important; }

/*---------------------------------------------
 * WP RSS Widget
 *--------------------------------------------*/
.widget_rss ul {
  margin: 0;
  list-style: none; }
.widget_rss li {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  padding: 0.6875em 1em;
  line-height: 1.45; }
  .widget_rss li:not(:first-child) {
    margin-top: 1.75em; }
    .widget_rss li:not(:first-child) a {
      margin-top: 0;
      margin-bottom: 0; }
  .widget_rss li a {
    font-weight: bold; }
.widget_rss h2 img, .widget_rss .saved-h2 img, .widget_rss #reply-title img {
  display: none; }
.widget_rss h2 a, .widget_rss .saved-h2 a, .widget_rss #reply-title a {
  color: black; }
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
  margin-top: 0.375em;
  font-size: 0.9em; }
.widget_rss .rss-date {
  display: block;
  font-style: italic; }
.widget_rss cite {
  display: block;
  font-style: italic; }
.widget_rss .rssSummary {
  margin-top: 0.625em;
  font-size: 0.85em; }

/*---------------------------------------------
 * CT Highlight Widget
 *--------------------------------------------*/
.saved-highlight {
  max-width: 340px;
  display: inline-block; }
  .saved-highlight,
  .saved-highlight .saved-caption-image,
  .saved-highlight .saved-caption-image-inner,
  .saved-highlight .saved-caption-image-brightness,
  .saved-highlight .saved-caption-image-gradient,
  .saved-highlight img {
    border-radius: 2px; }
  .saved-highlight .saved-caption-image-title h1::before, .saved-highlight .saved-caption-image-title .saved-h1::before, .saved-highlight .saved-caption-image-title #saved-comments-title::before,
  .saved-highlight .saved-caption-image-title h2::before,
  .saved-highlight .saved-caption-image-title .saved-h2::before,
  .saved-highlight .saved-caption-image-title #reply-title::before,
  .saved-highlight .saved-caption-image-title h3::before,
  .saved-highlight .saved-caption-image-title h4::before,
  .saved-highlight .saved-caption-image-title .saved-nav-block-title::before,
  .saved-highlight .saved-caption-image-title h5::before,
  .saved-highlight .saved-caption-image-title h6::before,
  .saved-highlight .saved-caption-image-title .saved-h1::before,
  .saved-highlight .saved-caption-image-title .saved-h2::before,
  .saved-highlight .saved-caption-image-title #reply-title::before,
  .saved-highlight .saved-caption-image-title .saved-h3::before,
  .saved-highlight .saved-caption-image-title #saved-map-section-address::before,
  .saved-highlight .saved-caption-image-title .saved-widgets-row-content aside h2::before,
  .saved-widgets-row-content aside .saved-highlight .saved-caption-image-title h2::before,
  .saved-highlight .saved-caption-image-title .saved-widgets-row-content aside .saved-h2::before,
  .saved-widgets-row-content aside .saved-highlight .saved-caption-image-title .saved-h2::before,
  .saved-highlight .saved-caption-image-title .saved-widgets-row-content aside #reply-title::before,
  .saved-widgets-row-content aside .saved-highlight .saved-caption-image-title #reply-title::before,
  .saved-highlight .saved-caption-image-title .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-highlight .saved-caption-image-title h1::before,
  .saved-highlight .saved-caption-image-title .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-highlight .saved-caption-image-title .saved-h1::before,
  .saved-highlight .saved-caption-image-title .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-highlight .saved-caption-image-title #saved-comments-title::before,
  .saved-highlight .saved-caption-image-title .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-highlight .saved-caption-image-title h2::before,
  .saved-highlight .saved-caption-image-title .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-highlight .saved-caption-image-title .saved-h2::before,
  .saved-highlight .saved-caption-image-title .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-highlight .saved-caption-image-title #reply-title::before,
  .saved-highlight .saved-caption-image-title .saved-home-highlights-content h2::before,
  .saved-home-highlights-content .saved-highlight .saved-caption-image-title h2::before,
  .saved-highlight .saved-caption-image-title .saved-home-highlights-content .saved-h2::before,
  .saved-home-highlights-content .saved-highlight .saved-caption-image-title .saved-h2::before,
  .saved-highlight .saved-caption-image-title .saved-home-highlights-content #reply-title::before,
  .saved-home-highlights-content .saved-highlight .saved-caption-image-title #reply-title::before,
  .saved-highlight .saved-caption-image-title .saved-h4::before,
  .saved-highlight .saved-caption-image-title .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-highlight .saved-caption-image-title caption::before,
  .saved-highlight .saved-caption-image-title .saved-h5::before,
  .saved-highlight .saved-caption-image-title .saved-caption-image-title::before,
  .saved-highlight .saved-caption-image-title .saved-h6::before {
    display: none !important; }

/*---------------------------------------------
 * CT Gallery Widget
 *--------------------------------------------*/
.saved-widget .gallery {
  margin-top: 0;
  margin-bottom: 0; }

.saved-gallery-widget-link {
  margin-top: 1.875em;
  font-size: 0.9em;
  text-align: center; }
  .saved-gallery-widget-link .saved-button, .saved-gallery-widget-link .widget_tag_cloud a, .widget_tag_cloud .saved-gallery-widget-link a {
    font-size: 1.1em; }

/*---------------------------------------------
 * CT Giving Widget
 *--------------------------------------------*/
.saved-giving-widget-button {
  margin-top: 2.1875em; }

/*---------------------------------------------
 * MailChimp for WordPress Widget
 *--------------------------------------------*/
.widget_mc4wp_form_widget p:first-child {
  font-size: 1.3em; }
.widget_mc4wp_form_widget .mc4wp-form-fields > * {
  margin-bottom: 0; }
.widget_mc4wp_form_widget input[type=email] {
  width: 100%;
  font-size: 1.2em; }

/**********************************************
 * 14. HOMEPAGE
 **********************************************/
/*---------------------------------------------
 * Homepage Widget Area
 *--------------------------------------------*/
#saved-home-main {
  overflow: hidden; }
  #saved-home-main > *:first-child:not(.saved-home-highlights-section):not(.saved-home-secondary-widgets-section):not(.saved-map-section) {
    padding-top: 3.25em; }
    .saved-header-menu-wrapped #saved-home-main > *:first-child:not(.saved-home-highlights-section):not(.saved-home-secondary-widgets-section):not(.saved-map-section) {
      padding-top: 5em; }
  #saved-home-main > *:first-child.saved-map-section {
    padding-top: 0.5em;
    margin-top: 3.75em; }
    .saved-header-menu-wrapped #saved-home-main > *:first-child.saved-map-section {
      padding-top: 0.5em;
      margin-top: 5.5em; }
  #saved-home-main > *:first-child .saved-colored-section-inner {
    margin-top: 3em; }
  #saved-home-main > *:first-child.saved-home-highlights-section, #saved-home-main > *:first-child.saved-home-secondary-widgets-section {
    margin-top: 3.75em; }
    .saved-header-menu-wrapped #saved-home-main > *:first-child.saved-home-highlights-section, .saved-header-menu-wrapped #saved-home-main > *:first-child.saved-home-secondary-widgets-section {
      margin-top: 5.5em; }

/*---------------------------------------------
 * Section with Background (Image / Video)
 *--------------------------------------------*/
.saved-bg-section {
  display: table;
  width: 100%;
  position: relative; }
  .saved-bg-section.saved-map-section {
    display: block; }
  .js .saved-bg-section.saved-first-home-widget {
    visibility: hidden; }

.saved-bg-section-media, .saved-bg-section-brightness, .saved-bg-section-image, #saved-bg-section-video, #saved-bg-section-video-color {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.saved-bg-section-brightness {
  background-color: #000; }

.saved-bg-section-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll; }
  .saved-bg-section-attachment-fixed .saved-bg-section-image {
    background-attachment: fixed; }
  .js .saved-section-has-video .saved-bg-section-image {
    display: none; }

@media all and (max-device-width: 1024px) {
  .saved-bg-section-attachment-fixed .saved-bg-section-image {
    background-attachment: scroll; } }
.saved-is-mobile .saved-bg-section-image {
  background-attachment: scroll; }

#saved-bg-section-video-vide {
  width: 100%;
  height: 100%;
  opacity: 0.99999; }

.saved-bg-section-inner {
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  text-align: left; }

.saved-bg-section-content {
  text-align: left; }
  .saved-first-home-widget .saved-bg-section-content {
    margin-top: 0.3125em;
    margin-bottom: 0.3125em; }
  .saved-section-is-centered .saved-bg-section-content > * {
    text-align: center; }
  .saved-bg-section-content > *:first-child {
    margin-top: 0; }
  .saved-bg-section-content > *:last-child {
    margin-bottom: 0; }
  .saved-bg-section-content h1, .saved-bg-section-content .saved-h1, .saved-bg-section-content #saved-comments-title {
    font-size: 4.2em;
    letter-spacing: -0.03125em; }
    .saved-no-heading-accents .saved-bg-section-content h1, .saved-no-heading-accents .saved-bg-section-content .saved-h1, .saved-no-heading-accents .saved-bg-section-content #saved-comments-title {
      margin-top: 0.125em; }
  .saved-bg-section-content h2, .saved-bg-section-content .saved-h2, .saved-bg-section-content #reply-title {
    font-size: 2.7em;
    letter-spacing: -0.03125em; }
  .saved-section-is-centered .saved-bg-section-content h1::before, .saved-section-is-centered .saved-bg-section-content .saved-h1::before, .saved-section-is-centered .saved-bg-section-content #saved-comments-title::before,
  .saved-section-is-centered .saved-bg-section-content h2::before,
  .saved-section-is-centered .saved-bg-section-content .saved-h2::before,
  .saved-section-is-centered .saved-bg-section-content #reply-title::before,
  .saved-section-is-centered .saved-bg-section-content h3::before,
  .saved-section-is-centered .saved-bg-section-content h4::before,
  .saved-section-is-centered .saved-bg-section-content .saved-nav-block-title::before,
  .saved-section-is-centered .saved-bg-section-content h5::before,
  .saved-section-is-centered .saved-bg-section-content h6::before,
  .saved-section-is-centered .saved-bg-section-content .saved-h1::before,
  .saved-section-is-centered .saved-bg-section-content .saved-h2::before,
  .saved-section-is-centered .saved-bg-section-content #reply-title::before,
  .saved-section-is-centered .saved-bg-section-content .saved-h3::before,
  .saved-section-is-centered .saved-bg-section-content #saved-map-section-address::before,
  .saved-section-is-centered .saved-bg-section-content .saved-widgets-row-content aside h2::before,
  .saved-widgets-row-content aside .saved-section-is-centered .saved-bg-section-content h2::before,
  .saved-section-is-centered .saved-bg-section-content .saved-widgets-row-content aside .saved-h2::before,
  .saved-widgets-row-content aside .saved-section-is-centered .saved-bg-section-content .saved-h2::before,
  .saved-section-is-centered .saved-bg-section-content .saved-widgets-row-content aside #reply-title::before,
  .saved-widgets-row-content aside .saved-section-is-centered .saved-bg-section-content #reply-title::before,
  .saved-section-is-centered .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
  .saved-section-orientation-horizontal .saved-section-is-centered .saved-bg-section-content h1::before,
  .saved-section-is-centered .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
  .saved-section-orientation-horizontal .saved-section-is-centered .saved-bg-section-content .saved-h1::before,
  .saved-section-is-centered .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
  .saved-section-orientation-horizontal .saved-section-is-centered .saved-bg-section-content #saved-comments-title::before,
  .saved-section-is-centered .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
  .saved-section-orientation-horizontal .saved-section-is-centered .saved-bg-section-content h2::before,
  .saved-section-is-centered .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
  .saved-section-orientation-horizontal .saved-section-is-centered .saved-bg-section-content .saved-h2::before,
  .saved-section-is-centered .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
  .saved-section-orientation-horizontal .saved-section-is-centered .saved-bg-section-content #reply-title::before,
  .saved-section-is-centered .saved-bg-section-content .saved-home-highlights-content h2::before,
  .saved-home-highlights-content .saved-section-is-centered .saved-bg-section-content h2::before,
  .saved-section-is-centered .saved-bg-section-content .saved-home-highlights-content .saved-h2::before,
  .saved-home-highlights-content .saved-section-is-centered .saved-bg-section-content .saved-h2::before,
  .saved-section-is-centered .saved-bg-section-content .saved-home-highlights-content #reply-title::before,
  .saved-home-highlights-content .saved-section-is-centered .saved-bg-section-content #reply-title::before,
  .saved-section-is-centered .saved-bg-section-content .saved-h4::before,
  .saved-section-is-centered .saved-bg-section-content .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-section-is-centered .saved-bg-section-content caption::before,
  .saved-section-is-centered .saved-bg-section-content .saved-h5::before,
  .saved-section-is-centered .saved-bg-section-content .saved-caption-image-title::before,
  .saved-section-is-centered .saved-bg-section-content .saved-h6::before {
    display: none !important; }
  .saved-bg-section-content .saved-bg-section-text {
    font-size: 1.3rem;
    line-height: 1.7; }
    .saved-first-home-widget .saved-bg-section-content .saved-bg-section-text {
      font-size: 1.4rem;
      line-height: 1.6; }
    .saved-bg-section-content .saved-bg-section-text.saved-bg-section-text-quote {
      font-style: italic; }
    .saved-bg-section-content .saved-bg-section-text blockquote {
      color: #fff; }
    .saved-bg-section-content .saved-bg-section-text p {
      margin: 0.9375em 0 !important; }
      .saved-bg-section-content .saved-bg-section-text p:first-child {
        margin-top: 0; }
        .saved-section-orientation-vertical.saved-section-has-title .saved-bg-section-content .saved-bg-section-text p:first-child {
          padding-top: 0.25em; }
      .saved-bg-section-content .saved-bg-section-text p:last-child {
        margin-bottom: 0; }
    .saved-section-has-large-text .saved-bg-section-content .saved-bg-section-text {
      line-height: 1.4;
      font-size: 2.2rem; }
    .saved-bg-section-content .saved-bg-section-text img {
      max-width: 100%; }
  .saved-bg-section-content .saved-section-bg-buttons {
    padding-bottom: 0.5em; }
    .saved-section-orientation-vertical.saved-section-has-title .saved-bg-section-content .saved-section-bg-buttons, .saved-section-orientation-vertical.saved-section-has-content .saved-bg-section-content .saved-section-bg-buttons {
      padding-top: 0.625em; }
  .saved-section-orientation-horizontal .saved-bg-section-content {
    display: table;
    width: 100%; }
    .saved-section-orientation-horizontal .saved-bg-section-content h1, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1, .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title, .saved-section-orientation-horizontal .saved-bg-section-content h2, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2, .saved-section-orientation-horizontal .saved-bg-section-content #reply-title,
    .saved-section-orientation-horizontal .saved-bg-section-content .saved-bg-section-text {
      position: relative;
      top: -1px; }
    .saved-section-orientation-horizontal .saved-bg-section-content h1, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1, .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title, .saved-section-orientation-horizontal .saved-bg-section-content h2, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2, .saved-section-orientation-horizontal .saved-bg-section-content #reply-title,
    .saved-section-orientation-horizontal .saved-bg-section-content .saved-bg-section-text,
    .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons {
      display: table-cell; }
    .saved-section-orientation-horizontal .saved-bg-section-content h1, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1, .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title, .saved-section-orientation-horizontal .saved-bg-section-content h2, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2, .saved-section-orientation-horizontal .saved-bg-section-content #reply-title {
      width: 1%;
      position: relative;
      top: 0.0625em;
      padding-right: 1.5625em;
      white-space: nowrap; }
    .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons {
      padding-left: 1.875em;
      padding-top: 1.3125em;
      vertical-align: top; }
      .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons ul {
        float: right;
        white-space: nowrap; }

/*---------------------------------------------
 * Section with Image (Left or Right Side)
 *--------------------------------------------*/
.saved-image-section {
  position: relative; }
  .saved-image-section.saved-image-section-has-image {
    min-height: 350px; }

.saved-image-section-image {
  position: absolute;
  top: 0;
  width: 38%;
  height: 100%;
  background-size: cover;
  background-position: center center; }
  .saved-image-section-has-image.saved-image-section-image-right .saved-image-section-image {
    right: 0; }

.saved-image-section-content {
  position: relative; }
  .saved-image-section-has-image.saved-image-section-image-left .saved-image-section-content {
    text-align: right; }

.saved-image-section-content-inner {
  display: inline-block;
  padding: 0.3125em 0 0.625em 0;
  text-align: left; }
  .saved-image-section-has-image .saved-image-section-content-inner {
    width: 75%; }
    @media only screen and (max-width: 3000px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 73.1%; } }
    @media only screen and (max-width: 2900px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 72.2%; } }
    @media only screen and (max-width: 2800px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 71.3%; } }
    @media only screen and (max-width: 2700px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 70.4%; } }
    @media only screen and (max-width: 2600px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 69.5%; } }
    @media only screen and (max-width: 2500px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 68.6%; } }
    @media only screen and (max-width: 2400px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 67.7%; } }
    @media only screen and (max-width: 2300px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 66.8%; } }
    @media only screen and (max-width: 2200px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 65.9%; } }
    @media only screen and (max-width: 2100px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 65.0%; } }
    @media only screen and (max-width: 2000px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 64.1%; } }
    @media only screen and (max-width: 1900px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 63.2%; } }
    @media only screen and (max-width: 1800px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 62.3%; } }
    @media only screen and (max-width: 1700px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 61.4%; } }
    @media only screen and (max-width: 1600px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 60.5%; } }
    @media only screen and (max-width: 1500px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 59.6%; } }
    @media only screen and (max-width: 1400px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 58.7%; } }
    @media only screen and (max-width: 1300px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 57.8%; } }
    @media only screen and (max-width: 1200px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 56.9%; } }
    @media only screen and (max-width: 1100px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 56.0%; } }
    @media only screen and (max-width: 1000px) {
      .saved-image-section-has-image .saved-image-section-content-inner {
        width: 55.1%; } }
  .saved-image-section-no-image .saved-image-section-content-inner {
    display: block; }
  .saved-image-section-content-inner .saved-loop-entries {
    margin-left: 0;
    margin-right: 0; }
  .saved-image-section-content-inner .saved-widget-title {
    padding-bottom: 0.1875em;
    margin-top: -0.1875em;
    font-size: 2.7em;
    letter-spacing: -0.03125em; }
  .saved-image-section-content-inner .saved-image-section-title-button {
    float: right;
    margin: 1.125em 0 0 0.9375em; }
  .saved-image-section-content-inner .saved-image-section-buttons {
    padding-top: 0.625em; }
  .saved-image-section-content-inner > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .saved-image-section-content-inner > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

.saved-image-section-text {
  margin-top: -0.625em; }
  .saved-image-section-text > *:first-child {
    margin-top: 0; }
  .saved-image-section-text > *:last-child {
    margin-bottom: 0; }
  .saved-image-section-text p:first-child {
    font-size: 1.3em; }
  .saved-image-section-text ul {
    margin-left: 1.25em;
    padding-top: 0.0625em;
    font-style: italic; }
    .saved-image-section-text ul li {
      margin-top: 0.4375em; }

/*---------------------------------------------
 * Colored Section (Main Color) - Events uses
 *--------------------------------------------*/
.saved-colored-section-inner {
  height: 9.25em;
  max-height: 9.25em;
  overflow: hidden; }

.saved-colored-section-content {
  display: table;
  width: 100%; }

.saved-colored-section-entries {
  display: table-cell;
  vertical-align: top; }

.saved-colored-section-entry {
  display: inline-block;
  margin-right: 5.5%;
  margin-bottom: 4.375em;
  vertical-align: top;
  max-width: 9.375em; }
  .saved-colored-section-entry > *:not(.saved-colored-section-label) {
    min-width: 7.8125em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff; }

.saved-colored-section-label {
  display: inline-block;
  padding: 0.46875em 0.53125em;
  vertical-align: top;
  line-height: 1;
  font-size: 0.75em;
  background-color: #fff;
  color: black;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
  .saved-first-home-widget .saved-colored-section-label {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .saved-has-uppercase .saved-colored-section-label {
    text-transform: uppercase; }

.saved-colored-section-title {
  margin: 2.0625em 0 0.125em 0;
  line-height: 1.6;
  font-size: 0.95em;
  text-transform: none !important; }
  .saved-colored-section-title a {
    border-width: 0 0 2px 0;
    border-style: solid; }

.saved-colored-section-meta {
  font-style: italic;
  font-size: 0.8em; }

.saved-colored-section-button {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.5em;
  text-align: right; }
  .saved-colored-section-button a {
    position: relative;
    top: 3.8125em;
    white-space: nowrap; }

.saved-colored-section-button-short {
  display: none; }

/*---------------------------------------------
 * Highlights Section (Row)
 *--------------------------------------------*/
.saved-home-highlights-content {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-size: 0.85em; }
  .saved-home-highlights-content h2, .saved-home-highlights-content .saved-h2, .saved-home-highlights-content #reply-title {
    margin-top: 0;
    margin-bottom: 0 !important;
    font-size: 1.9em; }

.saved-highlights-four-columns {
  margin-bottom: -1.875em; }
  .saved-highlights-four-columns .saved-highlight {
    display: block;
    float: left;
    width: 22%;
    width: calc(24.95% - 1.40625em );
    margin-bottom: 1.875em; }
    .saved-highlights-four-columns .saved-highlight:not(:nth-child(4n)) {
      margin-right: 1.875em; }

.saved-highlights-three-columns {
  margin-bottom: -1.875em; }
  .saved-highlights-three-columns .saved-highlight {
    display: block;
    float: left;
    width: 32%;
    width: calc(33.2% - 1.25em );
    margin-bottom: 1.875em; }
    .saved-highlights-three-columns .saved-highlight:not(:nth-child(3n)) {
      margin-right: 1.875em; }

.saved-highlights-two-columns {
  margin-bottom: 0; }
  .saved-highlights-two-columns .saved-highlight:not(:nth-child(4n)) {
    margin-right: 0; }
  .saved-highlights-two-columns .saved-highlight {
    display: block;
    float: left;
    width: 45%;
    width: calc(49.9% - 1.25em );
    margin-bottom: 2.5em; }
    .saved-highlights-two-columns .saved-highlight:not(:nth-child(2n)) {
      margin-right: 2.5em; }
    .saved-highlights-two-columns .saved-highlight:nth-last-of-type(-n+2) {
      margin-bottom: 0; }

.saved-highlights-one-column:not(:nth-child(2n)), .saved-highlights-one-column:nth-last-of-type(-n+2) {
  margin-bottom: 0; }
.saved-highlights-one-column .saved-highlight {
  float: none;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 3.125em !important; }
  .saved-highlights-one-column .saved-highlight:last-child {
    margin-bottom: 0 !important; }

/*---------------------------------------------
 * Secondary Widgets Section (Row)
 *--------------------------------------------*/
.saved-home-secondary-widgets-section .saved-widgets-row-inner {
  padding: 0.9375em 0; }

/*---------------------------------------------
 * Gallery Section
 *--------------------------------------------*/
.saved-gallery-section {
  overflow: hidden; }

.saved-gallery-section-content .gallery {
  margin: 0;
  margin-right: 0; }
.saved-gallery-section-content .gallery-item {
  margin-right: 0;
  width: calc(20% ); }

.saved-gallery-section-header {
  position: relative;
  padding-bottom: 0.3125em;
  margin-top: -0.1875em; }
  .saved-gallery-section-header .saved-widget-title {
    display: inline-block;
    margin: 0;
    font-size: 2.7em;
    letter-spacing: -0.03125em; }
  .saved-gallery-section-header .saved-button, .saved-gallery-section-header .widget_tag_cloud a, .widget_tag_cloud .saved-gallery-section-header a {
    float: right;
    margin: 1.75em 0 0 1.875em !important; }

/**********************************************
 * 15. ENTRY STYLES
 **********************************************/
/*---------------------------------------------
 * Shared Styles (Full + Short + Comments)
 *--------------------------------------------*/
.saved-entry-content, .saved-compact-content, .widget_text .textwidget, .saved-comment,
.saved-entry-content-inner,
.mce-content-body {
  position: relative;
  font-size: 1em;
  line-height: 1.8; }
  .saved-entry-content > :first-child, .saved-compact-content > :first-child, .widget_text .textwidget > :first-child, .saved-comment > :first-child,
  .saved-entry-content-inner > :first-child,
  .mce-content-body > :first-child {
    margin-top: 0 !important; }
  .saved-entry-content > :last-child, .saved-compact-content > :last-child, .widget_text .textwidget > :last-child, .saved-comment > :last-child,
  .saved-entry-content-inner > :last-child,
  .mce-content-body > :last-child {
    margin-bottom: 0 !important; }

.saved-entry-short-icons li,
.saved-entry-compact-icons li {
  position: relative;
  top: 0.09375em;
  line-height: 0; }
.saved-entry-short-icons .saved-icon,
.saved-entry-compact-icons .saved-icon {
  position: relative;
  font-size: 1.15em;
  font-style: normal;
  color: black; }
.saved-entry-short-icons .saved-icon-video-watch,
.saved-entry-compact-icons .saved-icon-video-watch {
  font-size: 1.3em;
  top: 0.05em; }
.saved-entry-short-icons .saved-icon-audio-listen,
.saved-entry-compact-icons .saved-icon-audio-listen {
  font-size: 1.1em; }
.saved-entry-short-icons .saved-icon-pdf-download,
.saved-entry-compact-icons .saved-icon-pdf-download {
  top: -0.05em;
  font-size: 1.02em; }

/*---------------------------------------------
 * Full / Single
 *--------------------------------------------*/
@media only screen and (max-width: 600px) {
  .saved-entry-full-content {
    overflow: hidden; } }
.saved-entry-full > .saved-entry-content #saved-loop-after-content, .saved-entry-full > .saved-compact-content #saved-loop-after-content, .widget_text .saved-entry-full > .textwidget #saved-loop-after-content, .saved-entry-full > .saved-comment #saved-loop-after-content,
.archive #saved-content-inner > .saved-entry-content #saved-loop-after-content,
.archive #saved-content-inner > .saved-compact-content #saved-loop-after-content,
.archive .widget_text #saved-content-inner > .textwidget #saved-loop-after-content,
.widget_text .archive #saved-content-inner > .textwidget #saved-loop-after-content,
.archive #saved-content-inner > .saved-comment #saved-loop-after-content,
.blog #saved-content-inner > .saved-entry-content #saved-loop-after-content,
.blog #saved-content-inner > .saved-compact-content #saved-loop-after-content,
.blog .widget_text #saved-content-inner > .textwidget #saved-loop-after-content,
.widget_text .blog #saved-content-inner > .textwidget #saved-loop-after-content,
.blog #saved-content-inner > .saved-comment #saved-loop-after-content,
.search #saved-content-inner > .saved-entry-content #saved-loop-after-content,
.search #saved-content-inner > .saved-compact-content #saved-loop-after-content,
.search .widget_text #saved-content-inner > .textwidget #saved-loop-after-content,
.widget_text .search #saved-content-inner > .textwidget #saved-loop-after-content,
.search #saved-content-inner > .saved-comment #saved-loop-after-content {
  font-size: 0.863em; }

.saved-exceed-700-980, .saved-content-width-700 .saved-entry-full-content > blockquote, .saved-content-width-700 .saved-entry-full-content > .gallery, .saved-image-exceed-700-980 {
  margin-left: -140px;
  margin-right: -140px; }

.saved-exceed-980-1170 {
  margin-left: -70px;
  margin-right: -70px; }

.saved-entry-full-header {
  padding-bottom: 0.5em;
  overflow: hidden; }

.saved-entry-full-map .saved-map-section,
.saved-entry-full-map #saved-map-section-canvas {
  max-height: 350px; }

.saved-entry-full-map .saved-map-section::after {
  display: block;
  position: absolute;
  bottom: 0;
  height: 10em !important;
  width: 100% !important;
  margin-bottom: -10em;
  content: '';
  background: -moz-linear-gradient(top, #fcfcfc 5em, rgba(252, 252, 252, 0) 10em);
  /* FF3.6-30 */
  background: -webkit-linear-gradient(top, #fcfcfc 5em, rgba(252, 252, 252, 0) 10em);
  /* Chrome10-252,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 5em, rgba(252, 252, 252, 0) 10em);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.saved-entry-full > *:not(.saved-entry-full-map),
.saved-nav-blocks,
#comments {
  z-index: 10;
  position: relative; }

.saved-entry-no-content .saved-entry-full-map {
  margin-bottom: 10em; }

.saved-entry-full-meta {
  margin: -0.625em -1.75em 0 0;
  padding-top: 0.3125em;
  padding-bottom: 0.0625em;
  list-style: none;
  font-size: 0.95em;
  text-align: center; }
  .saved-entry-meta-has-buttons .saved-entry-full-meta {
    margin: -1.75em -1.75em 0 0; }
  .saved-entry-full-meta > li {
    margin: 0.625em 1.75em 0 0;
    display: inline-block;
    max-width: 21.875em;
    vertical-align: top;
    line-height: 1.4;
    text-align: left; }
    .saved-entry-meta-has-buttons .saved-entry-full-meta > li {
      margin: 1.75em 1.75em 0 0; }
    .saved-entry-full-meta > li a {
      font-style: normal;
      position: relative;
      top: -0.0625em;
      white-space: nowrap; }
      .saved-entry-full-meta > li a.mdi {
        border: 0 !important; }
    .saved-entry-full-meta > li.saved-entry-full-date, .saved-entry-full-meta > li.saved-entry-full-meta-bold {
      font-weight: bold;
      font-style: normal; }
      .saved-has-uppercase .saved-entry-full-meta > li.saved-entry-full-date, .saved-has-uppercase .saved-entry-full-meta > li.saved-entry-full-meta-bold {
        text-transform: uppercase; }

.saved-entry-full-meta-buttons {
  position: relative;
  top: -0.1875em; }
  .saved-entry-full-meta-buttons a {
    margin-right: 0.4375em; }

.saved-entry-full-meta-second-line {
  text-transform: none;
  font-style: italic;
  font-weight: normal; }
  .saved-entry-full-meta-second-line a {
    font-weight: bold; }

.saved-entry-full-icons {
  font-size: 1.1em;
  position: relative;
  top: 0.0625em; }

.saved-entry-full-footer-item {
  margin: 1.25em 0;
  text-align: center;
  font-size: 0.95em;
  font-style: italic; }
  .saved-entry-full-footer-item:first-child {
    margin-top: 0; }

.saved-entry-full-footer-terms {
  margin-top: 0.625em; }
  .saved-entry-full-footer-terms:first-child {
    margin-top: 0; }

.saved-entry-full-page-nav {
  text-align: center; }
  .saved-entry-full-page-nav li {
    margin: 0 0.5em; }
  .saved-entry-full-footer-no-terms.saved-no-comments-section .saved-entry-full-page-nav {
    position: relative;
    top: -1.125em;
    padding-top: 1.125em; }

.post-password-form {
  font-size: 0.863em; }
  .post-password-form label {
    font-weight: 600; }
  .post-password-form input[type=password] {
    display: block;
    margin: 20px 0; }

/*---------------------------------------------
 * Short / Multiple
 *--------------------------------------------*/
.saved-entry-short {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  position: relative;
  background-color: #fff;
  overflow: hidden; }
  .saved-entry-short.saved-entry-has-excerpt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 25px;
    opacity: 0.9;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

.saved-entry-short-label {
  margin: 0;
  padding: 5px 7px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  line-height: 1.1;
  font-size: 0.75em;
  font-weight: normal;
  color: #fff;
  float: left; }
  .saved-has-uppercase .saved-entry-short-label {
    text-transform: uppercase; }
  .saved-entry-has-image .saved-entry-short-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.saved-entry-short-image {
  display: block;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .saved-entry-short-image img {
    display: block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.saved-entry-short-inner {
  clear: both;
  padding: 1em 1.125em; }
  .saved-entry-short-inner > *,
  .saved-entry-short-inner .saved-entry-short-header > * {
    margin-top: 0.6875em; }
    .saved-entry-short-inner > *:first-child,
    .saved-entry-short-inner .saved-entry-short-header > *:first-child {
      margin-top: 0; }
  .saved-entry-short-inner .saved-entry-short-meta a,
  .saved-entry-short-inner .saved-entry-content-short a {
    border-width: 0;
    font-weight: normal; }
  .saved-entry-short-inner h2, .saved-entry-short-inner .saved-h2, .saved-entry-short-inner #reply-title {
    margin-bottom: 0;
    font-size: 0.95em !important;
    text-transform: none !important;
    line-height: 1.5; }

.saved-entry-short-meta {
  margin-left: -0.4375em;
  margin-right: -0.4375em;
  margin-bottom: -0.09375em !important;
  font-size: 0.8em;
  font-style: italic; }
  .saved-entry-short-meta > li {
    float: left;
    margin: 0 0.4375em;
    padding: 0.125em 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4; }
  .saved-entry-short-meta a {
    font-style: italic !important;
    border: 0 !important;
    font-weight: normal !important;
    color: black; }

.saved-entry-short-separator {
  margin: 0 0.1875em; }

.saved-entry-short-secondary {
  color: #555555;
  font-style: italic; }

.saved-entry-content-short {
  font-size: 0.75em;
  line-height: 1.45; }

.saved-loop-four-columns.saved-loop-entries {
  margin-bottom: -1.875em; }
.saved-loop-four-columns .saved-entry-short {
  display: block;
  float: left;
  width: 22%;
  width: calc(24.95% - 1.40625em );
  margin-bottom: 1.875em;
  max-height: 19.1875em; }
  .saved-loop-four-columns .saved-entry-short:not(:nth-child(4n)) {
    margin-right: 1.875em; }

.saved-loop-three-columns.saved-loop-entries {
  margin-bottom: -1.875em; }
.saved-loop-three-columns .saved-entry-short {
  display: block;
  float: left;
  width: 32%;
  width: calc(33.2% - 1.25em );
  margin-bottom: 1.875em;
  max-height: 21.125em; }
  .saved-loop-three-columns .saved-entry-short:not(:nth-child(3n)) {
    margin-right: 1.875em; }
  @media only screen and (min-width: 1024px) {
    .saved-image-section .saved-loop-three-columns .saved-entry-short {
      max-height: 17.25em; } }

.saved-loop-two-columns .saved-entry-short:not(:nth-child(4n)) {
  margin-right: 0; }
.saved-loop-two-columns.saved-loop-entries {
  margin-bottom: 0; }
.saved-loop-two-columns .saved-entry-short {
  display: block;
  float: left;
  width: 45%;
  width: calc(49.9% - 1.25em );
  margin-bottom: 2.5em;
  max-height: 21.75em; }
  .saved-loop-two-columns .saved-entry-short:not(:nth-child(2n)) {
    margin-right: 2.5em; }
  .saved-loop-two-columns .saved-entry-short:nth-last-of-type(-n+2) {
    margin-bottom: 0; }
  .saved-loop-two-columns .saved-entry-short h2, .saved-loop-two-columns .saved-entry-short .saved-h2, .saved-loop-two-columns .saved-entry-short #reply-title {
    font-size: 1.6em; }

.saved-loop-one-column {
  max-width: 360px; }
  .saved-loop-one-column.saved-loop-entries {
    margin-bottom: 0; }
  .saved-loop-one-column:not(:nth-child(2n)), .saved-loop-one-column:nth-last-of-type(-n+2) {
    margin-bottom: 0; }
  .saved-loop-one-column .saved-entry-short {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.125em !important;
    max-height: 28em; }
    .saved-loop-one-column .saved-entry-short:last-child {
      margin-bottom: 0 !important; }

.sticky {
  display: block; }

/*---------------------------------------------
 * Compact
 *--------------------------------------------*/
.saved-entry-compact {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  background-color: #fff; }

.saved-entry-compact-header {
  overflow: hidden; }
  .saved-entry-compact-header > div {
    float: left;
    vertical-align: top; }

.saved-entry-compact-image {
  width: 100px;
  max-width: 35%;
  position: relative;
  overflow: hidden; }
  .saved-entry-compact-image img {
    display: block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .saved-entry-compact-image time {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0.5em 0.5625em;
    line-height: 1;
    font-size: 0.8em;
    color: #fff; }
    .saved-has-uppercase .saved-entry-compact-image time {
      text-transform: uppercase; }

.saved-entry-compact-right {
  width: calc(100% - 100px );
  min-width: calc(100% - 35% );
  padding: 0.8125em 1em 0.6875em 1em; }
  .saved-entry-has-excerpt .saved-entry-compact-right {
    padding-bottom: 0; }
  .saved-entry-no-image .saved-entry-compact-right {
    width: 100% !important; }
  .saved-entry-compact-right h3 {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 0.95em !important;
    text-transform: none !important; }

.saved-entry-compact-meta {
  margin-top: 0.3125em;
  margin-bottom: -0.1875em !important;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding-top: 0.125em; }
  .saved-entry-compact-meta > li {
    margin: 0.1875em 0.5em !important;
    display: block;
    float: left;
    vertical-align: top;
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.4; }
  .saved-entry-compact-meta a {
    color: black; }

.saved-entry-content-compact {
  margin-top: 0.6875em;
  padding: 0 1em 0.875em 1em;
  font-size: 0.85em;
  line-height: 1.45; }
  .saved-entry-no-image .saved-entry-content-compact {
    margin-top: 0.5625em; }

/**********************************************
 * 16. SERMONS
 **********************************************/
/*---------------------------------------------
 * Full / Single
 *--------------------------------------------*/
#saved-sermon-media {
  padding-top: 0.625em; }

#saved-sermon-buttons {
  text-align: center; }

#saved-sermon-download-dropdown {
  width: 11.875em;
  margin-left: 0em;
  margin-top: 0em; }
  #saved-sermon-download-dropdown .jq-dropdown-panel {
    padding: 0.5625em 0.9375em 0.375em 0.9375em;
    text-transform: none;
    font-size: 0.85em; }
  #saved-sermon-download-dropdown ul {
    margin: 0;
    list-style: none;
    line-height: 2; }
  #saved-sermon-download-dropdown .saved-icon {
    display: inline-block;
    width: 1.5em;
    color: #fff; }

.saved-sermon-download-dropdown-filesize {
  color: #fff;
  float: right; }

/*---------------------------------------------
 * Sermon Indexes
 *--------------------------------------------*/
.saved-sermon-index {
  font-size: 0.863em; }
  .saved-sermon-index > * {
    margin-top: 0; }
    .saved-sermon-index > *:last-child {
      margin-bottom: 0; }

#saved-sermon-index-header ul {
  margin-top: 0; }

.saved-sermon-index-list {
  margin-bottom: -1.25em !important; }
  .saved-sermon-index-list ul {
    margin-left: 0;
    margin-top: 0.5em; }
    .saved-sermon-index-list ul ul {
      margin-left: 0.75em; }
  .saved-sermon-index-list > li {
    padding-bottom: 1.25em; }
    .saved-sermon-index-list > li > a {
      font-size: 1.15em;
      text-transform: none !important; }
    .saved-sermon-index-list > li > .saved-list-item-count {
      top: 0.25em; }
  .saved-sermon-index-list li li {
    margin-bottom: 0.5em; }
    .saved-sermon-index-list li li .saved-list-item-count {
      top: 0.125em; }
    .saved-sermon-index-list li li a {
      font-size: 0.9em;
      font-weight: normal !important;
      border: 0 !important; }
  .saved-sermon-index-list.saved-sermon-index-list-three-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 6.25em;
    -webkit-column-gap: 6.25em;
    column-gap: 6.25em; }
  .saved-sermon-index-list.saved-sermon-index-list-two-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 4.375em;
    -webkit-column-gap: 4.375em;
    column-gap: 4.375em; }

#saved-sermon-books-list {
  margin-bottom: -3.125em; }

.saved-sermon-books-testament {
  display: inline-block;
  width: 44.5%;
  margin-bottom: 3.125em;
  vertical-align: top; }
  .saved-sermon-books-testament h1::before, .saved-sermon-books-testament .saved-h1::before, .saved-sermon-books-testament #saved-comments-title::before,
  .saved-sermon-books-testament h2::before,
  .saved-sermon-books-testament .saved-h2::before,
  .saved-sermon-books-testament #reply-title::before,
  .saved-sermon-books-testament h3::before,
  .saved-sermon-books-testament h4::before,
  .saved-sermon-books-testament .saved-nav-block-title::before,
  .saved-sermon-books-testament h5::before,
  .saved-sermon-books-testament h6::before,
  .saved-sermon-books-testament .saved-h1::before,
  .saved-sermon-books-testament .saved-h2::before,
  .saved-sermon-books-testament #reply-title::before,
  .saved-sermon-books-testament .saved-h3::before,
  .saved-sermon-books-testament #saved-map-section-address::before,
  .saved-sermon-books-testament .saved-widgets-row-content aside h2::before,
  .saved-widgets-row-content aside .saved-sermon-books-testament h2::before,
  .saved-sermon-books-testament .saved-widgets-row-content aside .saved-h2::before,
  .saved-widgets-row-content aside .saved-sermon-books-testament .saved-h2::before,
  .saved-sermon-books-testament .saved-widgets-row-content aside #reply-title::before,
  .saved-widgets-row-content aside .saved-sermon-books-testament #reply-title::before,
  .saved-sermon-books-testament .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-sermon-books-testament h1::before,
  .saved-sermon-books-testament .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-sermon-books-testament .saved-h1::before,
  .saved-sermon-books-testament .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-sermon-books-testament #saved-comments-title::before,
  .saved-sermon-books-testament .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-sermon-books-testament h2::before,
  .saved-sermon-books-testament .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-sermon-books-testament .saved-h2::before,
  .saved-sermon-books-testament .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-sermon-books-testament #reply-title::before,
  .saved-sermon-books-testament .saved-home-highlights-content h2::before,
  .saved-home-highlights-content .saved-sermon-books-testament h2::before,
  .saved-sermon-books-testament .saved-home-highlights-content .saved-h2::before,
  .saved-home-highlights-content .saved-sermon-books-testament .saved-h2::before,
  .saved-sermon-books-testament .saved-home-highlights-content #reply-title::before,
  .saved-home-highlights-content .saved-sermon-books-testament #reply-title::before,
  .saved-sermon-books-testament .saved-h4::before,
  .saved-sermon-books-testament .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-sermon-books-testament caption::before,
  .saved-sermon-books-testament .saved-h5::before,
  .saved-sermon-books-testament .saved-caption-image-title::before,
  .saved-sermon-books-testament .saved-h6::before {
    display: none !important; }
  .saved-sermon-books-testament:nth-child(odd) {
    margin-right: 10%; }
  .saved-sermon-books-testament h2, .saved-sermon-books-testament .saved-h2, .saved-sermon-books-testament #reply-title {
    margin-top: 0; }
  .saved-sermon-books-testament ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3.75em;
    -webkit-column-gap: 3.75em;
    column-gap: 3.75em;
    padding-bottom: 0.75em; }
    .saved-sermon-books-testament ul a {
      text-transform: none !important; }
  .saved-sermon-books-testament .saved-list-item-count {
    margin-top: 0.1875em;
    font-size: 0.75em; }

#saved-sermon-dates-list h1::before, #saved-sermon-dates-list .saved-h1::before, #saved-sermon-dates-list #saved-comments-title::before,
#saved-sermon-dates-list h2::before,
#saved-sermon-dates-list .saved-h2::before,
#saved-sermon-dates-list #reply-title::before,
#saved-sermon-dates-list h3::before,
#saved-sermon-dates-list h4::before,
#saved-sermon-dates-list .saved-nav-block-title::before,
#saved-sermon-dates-list h5::before,
#saved-sermon-dates-list h6::before,
#saved-sermon-dates-list .saved-h1::before,
#saved-sermon-dates-list .saved-h2::before,
#saved-sermon-dates-list #reply-title::before,
#saved-sermon-dates-list .saved-h3::before,
#saved-sermon-dates-list #saved-map-section-address::before,
#saved-sermon-dates-list .saved-widgets-row-content aside h2::before,
.saved-widgets-row-content aside #saved-sermon-dates-list h2::before,
#saved-sermon-dates-list .saved-widgets-row-content aside .saved-h2::before,
.saved-widgets-row-content aside #saved-sermon-dates-list .saved-h2::before,
#saved-sermon-dates-list .saved-widgets-row-content aside #reply-title::before,
.saved-widgets-row-content aside #saved-sermon-dates-list #reply-title::before,
#saved-sermon-dates-list .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-dates-list h1::before,
#saved-sermon-dates-list .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-dates-list .saved-h1::before,
#saved-sermon-dates-list .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-dates-list #saved-comments-title::before,
#saved-sermon-dates-list .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-dates-list h2::before,
#saved-sermon-dates-list .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-dates-list .saved-h2::before,
#saved-sermon-dates-list .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-dates-list #reply-title::before,
#saved-sermon-dates-list .saved-home-highlights-content h2::before,
.saved-home-highlights-content #saved-sermon-dates-list h2::before,
#saved-sermon-dates-list .saved-home-highlights-content .saved-h2::before,
.saved-home-highlights-content #saved-sermon-dates-list .saved-h2::before,
#saved-sermon-dates-list .saved-home-highlights-content #reply-title::before,
.saved-home-highlights-content #saved-sermon-dates-list #reply-title::before,
#saved-sermon-dates-list .saved-h4::before,
#saved-sermon-dates-list .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar #saved-sermon-dates-list caption::before,
#saved-sermon-dates-list .saved-h5::before,
#saved-sermon-dates-list .saved-caption-image-title::before,
#saved-sermon-dates-list .saved-h6::before {
  display: none !important; }
#saved-sermon-dates-list ul {
  margin: 0; }
#saved-sermon-dates-list li {
  margin-right: 0.9375em;
  display: inline-block;
  list-style: 0; }
#saved-sermon-dates-list a {
  font-size: 1.15em; }

.saved-sermon-dates-count {
  position: relative;
  top: -0.03125em;
  margin-left: 0.3125em;
  font-size: 0.9em; }

#saved-sermon-series-list h1::before, #saved-sermon-series-list .saved-h1::before, #saved-sermon-series-list #saved-comments-title::before,
#saved-sermon-series-list h2::before,
#saved-sermon-series-list .saved-h2::before,
#saved-sermon-series-list #reply-title::before,
#saved-sermon-series-list h3::before,
#saved-sermon-series-list h4::before,
#saved-sermon-series-list .saved-nav-block-title::before,
#saved-sermon-series-list h5::before,
#saved-sermon-series-list h6::before,
#saved-sermon-series-list .saved-h1::before,
#saved-sermon-series-list .saved-h2::before,
#saved-sermon-series-list #reply-title::before,
#saved-sermon-series-list .saved-h3::before,
#saved-sermon-series-list #saved-map-section-address::before,
#saved-sermon-series-list .saved-widgets-row-content aside h2::before,
.saved-widgets-row-content aside #saved-sermon-series-list h2::before,
#saved-sermon-series-list .saved-widgets-row-content aside .saved-h2::before,
.saved-widgets-row-content aside #saved-sermon-series-list .saved-h2::before,
#saved-sermon-series-list .saved-widgets-row-content aside #reply-title::before,
.saved-widgets-row-content aside #saved-sermon-series-list #reply-title::before,
#saved-sermon-series-list .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-series-list h1::before,
#saved-sermon-series-list .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-series-list .saved-h1::before,
#saved-sermon-series-list .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-series-list #saved-comments-title::before,
#saved-sermon-series-list .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-series-list h2::before,
#saved-sermon-series-list .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-series-list .saved-h2::before,
#saved-sermon-series-list .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content #saved-sermon-series-list #reply-title::before,
#saved-sermon-series-list .saved-home-highlights-content h2::before,
.saved-home-highlights-content #saved-sermon-series-list h2::before,
#saved-sermon-series-list .saved-home-highlights-content .saved-h2::before,
.saved-home-highlights-content #saved-sermon-series-list .saved-h2::before,
#saved-sermon-series-list .saved-home-highlights-content #reply-title::before,
.saved-home-highlights-content #saved-sermon-series-list #reply-title::before,
#saved-sermon-series-list .saved-h4::before,
#saved-sermon-series-list .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar #saved-sermon-series-list caption::before,
#saved-sermon-series-list .saved-h5::before,
#saved-sermon-series-list .saved-caption-image-title::before,
#saved-sermon-series-list .saved-h6::before {
  display: none !important; }
#saved-sermon-series-list ul {
  margin-top: 0;
  margin-bottom: -2.625em;
  margin-left: -1.5625em;
  margin-right: -1.5625em; }
#saved-sermon-series-list li {
  display: inline-block;
  width: 27%;
  min-width: 250px;
  margin-bottom: 2.525em;
  margin-left: 1.5625em;
  margin-right: 1.5625em;
  list-style: none;
  vertical-align: top;
  line-height: 1.3; }
#saved-sermon-series-list a {
  font-size: 1.15em;
  text-transform: none; }
#saved-sermon-series-list .saved-sermon-series-dates,
#saved-sermon-series-list .saved-sermon-series-count {
  font-size: 0.9em; }
#saved-sermon-series-list .saved-sermon-series-dates {
  margin-top: 0.5625em; }
#saved-sermon-series-list .saved-sermon-series-count {
  margin-top: 0.25em;
  font-style: italic; }

/**********************************************
 * 17. EVENTS
 **********************************************/
/*---------------------------------------------
 * Calendar
 *--------------------------------------------*/
#saved-calendar {
  position: relative;
  font-size: 0.863em; }

#saved-calendar-loading {
  display: none;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  background-color: white; }

#saved-calendar-header {
  margin-top: -0.625em; }

#saved-calendar-header-left {
  float: left;
  margin-right: 1.5625em;
  line-height: 3;
  vertical-align: middle; }

#saved-calendar-title {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 2.2em; }
  #saved-calendar-title span {
    display: inline-block;
    margin-right: 0.5em; }

#saved-calendar-title-category {
  display: inline-block;
  text-transform: none;
  font-style: italic;
  font-weight: normal;
  font-size: 0.95em; }

#saved-calendar-remove-category {
  margin-left: 0.1875em;
  display: inline-block;
  position: relative; }
  #saved-calendar-remove-category a {
    position: relative;
    top: -0.1875em;
    font-size: 0.65em;
    color: #777777;
    border: none; }

#saved-calendar-header-right {
  float: right;
  padding-top: 0.3125em;
  line-height: 3;
  font-size: 1.5em; }
  #saved-calendar-header-right a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0.09375em;
    text-align: center;
    border: 0;
    font-size: 1.1em; }
    #saved-calendar-header-right a:first-child {
      margin-left: 0; }
  #saved-calendar-header-right .saved-icon-calendar-prev,
  #saved-calendar-header-right .saved-icon-calendar-next {
    top: 0.0625em;
    left: 0.125em;
    margin-top: 0;
    font-size: 1.3em;
    padding: 0; }
  #saved-calendar-header-right .saved-icon-calendar-prev:not(.saved-calendar-no-next) {
    left: 0.375em; }
  #saved-calendar-header-right .saved-icon-calendar-month {
    font-size: 1em; }

.saved-calendar-dropdown {
  margin-top: 0.9375em;
  left: 0.9375em;
  font-size: 0.85em; }
  .saved-calendar-dropdown .jq-dropdown-panel,
  .saved-calendar-dropdown .jq-dropdown-menu {
    position: relative;
    right: -1.25em;
    padding-top: 0.4375em; }

#saved-calendar-month-dropdown {
  width: 11.875em;
  line-height: 1.8; }

.saved-calendar-month-dropdown-year {
  margin-top: 0em;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff; }
  .saved-calendar-month-dropdown-year:first-child {
    margin-top: 0; }

.saved-calendar-month-dropdown-months {
  margin: 0;
  list-style: none; }
  .saved-calendar-month-dropdown-months li {
    display: inline-block;
    width: 23%; }
    .saved-calendar-month-dropdown-months li.saved-calendar-month-dropdown-past {
      color: #fff;
      opacity: 0.58; }

#saved-calendar-category-dropdown ul li {
  line-height: 1.1;
  padding: 0.125em 0; }

#saved-calendar-table {
  margin-top: 1.75em;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 0 !important;
  overflow: hidden; }

.saved-calendar-table-top {
  height: 1px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px; }

#saved-calendar-table th,
#saved-calendar-table td {
  border: 0;
  padding: 0;
  position: relative; }

.saved-calendar-table-header-row {
  height: 39px; }

.saved-calendar-table-header {
  width: 14.28571%;
  border-width: 1px !important;
  border-style: solid !important;
  vertical-align: middle; }

.saved-calendar-table-header-content {
  padding-bottom: 1px !important;
  font-size: 1em;
  line-height: 1;
  text-align: center !important;
  color: white; }
  .saved-has-uppercase .saved-calendar-table-header-content {
    text-transform: uppercase; }

.saved-calendar-table-header-short {
  display: none; }

.saved-calendar-table-week-first .saved-calendar-table-day {
  border-top-width: 0 !important; }

.saved-calendar-table-day {
  vertical-align: top;
  border-width: 0 0 1px 1px !important;
  border-style: solid !important;
  border-color: #e5e5e5 !important; }

.saved-calendar-table-day-1 {
  border-left-width: 1px !important; }

.saved-calendar-table-day-7 {
  border-right-width: 1px !important; }

.saved-calendar-table-day-content-container {
  padding: 0.3125em 1em 0.625em 0.625em;
  overflow: hidden;
  min-height: 120px; }

.saved-calendar-table-day-heading {
  margin: 0.125em 0 0.25em 0;
  text-align: right;
  white-space: nowrap; }

.saved-calendar-table-day-heading,
.saved-calendar-table-day-label {
  color: black; }

.saved-calendar-table-day-label {
  display: inline-block;
  margin-right: 0.1875em;
  vertical-align: middle; }

.saved-calendar-table-day-number {
  vertical-align: middle; }

a.saved-calendar-table-day-number {
  display: none; }

.saved-calendar-table-day-events {
  list-style: none;
  margin: 0; }
  .saved-calendar-table-day-events li {
    margin-bottom: 0.25em;
    font-size: 0.9em;
    line-height: 1.5; }
  .saved-calendar-table-day-events a {
    margin-right: 0.1875em; }

.saved-calendar-table-day-event-time {
  margin-top: 0.25em;
  font-size: 0.95em;
  font-style: italic;
  line-height: 1.2 !important;
  display: block; }

.saved-calendar-table-day-today {
  z-index: 10;
  background-color: #fff8e9; }

.saved-calendar-table-day-past {
  background-color: #f9f9f9; }
  .saved-calendar-table-day-past .saved-calendar-table-day-heading {
    color: #aaa; }

.saved-calendar-table-day-other-month {
  background-color: #f2f2f2; }
  .saved-calendar-table-day-other-month:not(.saved-calendar-table-day-today) .saved-calendar-table-day-heading,
  .saved-calendar-table-day-other-month:not(.saved-calendar-table-day-today) .saved-calendar-table-day-label {
    color: #aaa; }

.tooltipster-sidetip.saved-tooltipster-calendar {
  margin: 0 2.5em; }
  .tooltipster-sidetip.saved-tooltipster-calendar .tooltipster-box {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent; }
    .tooltipster-sidetip.saved-tooltipster-calendar .tooltipster-box .tooltipster-content {
      border-radius: 2px;
      background-color: white;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
      margin: 0;
      padding: 0;
      width: 16.25em;
      overflow: hidden;
      font-size: 1em;
      color: #555555; }
      .tooltipster-sidetip.saved-tooltipster-calendar .tooltipster-box .tooltipster-content .saved-entry-short {
        max-height: 19.0625em; }
        .tooltipster-sidetip.saved-tooltipster-calendar .tooltipster-box .tooltipster-content .saved-entry-short.saved-entry-has-image.saved-entry-no-excerpt {
          min-height: 16.125em; }
        .tooltipster-sidetip.saved-tooltipster-calendar .tooltipster-box .tooltipster-content .saved-entry-short.saved-entry-has-image.saved-entry-has-excerpt {
          min-height: 19.0625em; }
      .tooltipster-sidetip.saved-tooltipster-calendar .tooltipster-box .tooltipster-content .saved-entry-short-label {
        display: none; }

#saved-calendar-list {
  display: none;
  max-width: 360px;
  padding-bottom: 1em;
  text-align: left; }
  #saved-calendar-list h1::before, #saved-calendar-list .saved-h1::before, #saved-calendar-list #saved-comments-title::before,
  #saved-calendar-list h2::before,
  #saved-calendar-list .saved-h2::before,
  #saved-calendar-list #reply-title::before,
  #saved-calendar-list h3::before,
  #saved-calendar-list h4::before,
  #saved-calendar-list .saved-nav-block-title::before,
  #saved-calendar-list h5::before,
  #saved-calendar-list h6::before,
  #saved-calendar-list .saved-h1::before,
  #saved-calendar-list .saved-h2::before,
  #saved-calendar-list #reply-title::before,
  #saved-calendar-list .saved-h3::before,
  #saved-calendar-list #saved-map-section-address::before,
  #saved-calendar-list .saved-widgets-row-content aside h2::before,
  .saved-widgets-row-content aside #saved-calendar-list h2::before,
  #saved-calendar-list .saved-widgets-row-content aside .saved-h2::before,
  .saved-widgets-row-content aside #saved-calendar-list .saved-h2::before,
  #saved-calendar-list .saved-widgets-row-content aside #reply-title::before,
  .saved-widgets-row-content aside #saved-calendar-list #reply-title::before,
  #saved-calendar-list .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
  .saved-section-orientation-horizontal .saved-bg-section-content #saved-calendar-list h1::before,
  #saved-calendar-list .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
  .saved-section-orientation-horizontal .saved-bg-section-content #saved-calendar-list .saved-h1::before,
  #saved-calendar-list .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
  .saved-section-orientation-horizontal .saved-bg-section-content #saved-calendar-list #saved-comments-title::before,
  #saved-calendar-list .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
  .saved-section-orientation-horizontal .saved-bg-section-content #saved-calendar-list h2::before,
  #saved-calendar-list .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
  .saved-section-orientation-horizontal .saved-bg-section-content #saved-calendar-list .saved-h2::before,
  #saved-calendar-list .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
  .saved-section-orientation-horizontal .saved-bg-section-content #saved-calendar-list #reply-title::before,
  #saved-calendar-list .saved-home-highlights-content h2::before,
  .saved-home-highlights-content #saved-calendar-list h2::before,
  #saved-calendar-list .saved-home-highlights-content .saved-h2::before,
  .saved-home-highlights-content #saved-calendar-list .saved-h2::before,
  #saved-calendar-list .saved-home-highlights-content #reply-title::before,
  .saved-home-highlights-content #saved-calendar-list #reply-title::before,
  #saved-calendar-list .saved-h4::before,
  #saved-calendar-list .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar #saved-calendar-list caption::before,
  #saved-calendar-list .saved-h5::before,
  #saved-calendar-list .saved-caption-image-title::before,
  #saved-calendar-list .saved-h6::before {
    display: none !important; }
  #saved-calendar-list h3 {
    display: none;
    padding-top: 0.25em;
    font-size: 1.7em;
    text-align: left; }
  #saved-calendar-list .saved-event-short {
    display: none;
    font-size: 1.2em;
    max-height: 23.75em; }
  #saved-calendar-list .saved-entry-short-date {
    display: none; }
  #saved-calendar-list .saved-event-short:first-of-type {
    margin-top: 0; }

/**********************************************
 * 18. ATTACHMENTS
 **********************************************/
.attachment .saved-entry-full > *:last-child {
  margin-bottom: 0; }
.attachment .saved-nav-left, .attachment .saved-nav-right {
  width: 100%;
  position: relative;
  top: -5px;
  text-align: center; }

.saved-attachment-image .wp-caption {
  max-width: none;
  margin: 0; }
.saved-attachment-image .wp-caption-text {
  margin-top: 0.9375em; }

.saved-attachment-button {
  text-align: center; }

/**********************************************
 * 19. GALLERIES
 **********************************************/
/*---------------------------------------------
 * Gallery (Single)
 *--------------------------------------------*/
.gallery {
  position: relative;
  font-size: 0.863em; }

.gallery-item {
  display: block;
  position: relative;
  margin: 0;
  float: left; }

.gallery-icon {
  max-width: 480px;
  overflow: hidden; }
  .gallery-icon a {
    display: block;
    border: 0 !important; }
  .gallery-icon img {
    display: block;
    border-radius: 0;
    max-width: calc(100% + 2px ); }

.gallery-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.9375em 0.9375em 1em 0.875em;
  line-height: 1;
  opacity: 0;
  font-size: 0.8em;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.25s ease-in-out; }
  .gallery-item:hover .gallery-caption {
    opacity: 1; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.saved-widget .gallery-caption {
  display: none; }

.gallery-columns-1 {
  text-align: center; }
  .gallery-columns-1 .gallery-item {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%; }

/*---------------------------------------------
 * Galleries (Multiple)
 *--------------------------------------------*/
.saved-galleries-list {
  font-size: 0.863em; }
  .saved-galleries-list img {
    display: block;
    border-radius: 0; }
  .saved-galleries-list .saved-caption-image-description {
    font-size: 0.9em; }

/**********************************************
 * 20. COMMENTS
 **********************************************/
/*---------------------------------------------
 * Comments Section
 *--------------------------------------------*/
#saved-comments-title {
  text-align: left; }

/*---------------------------------------------
 * Comment List
 *--------------------------------------------*/
.saved-comments,
.saved-comments ul.children {
  margin: 0;
  list-style: none; }

.saved-comment h1::before, .saved-comment .saved-h1::before, .saved-comment #saved-comments-title::before,
.saved-comment h2::before,
.saved-comment .saved-h2::before,
.saved-comment #reply-title::before,
.saved-comment h3::before,
.saved-comment h4::before,
.saved-comment .saved-nav-block-title::before,
.saved-comment h5::before,
.saved-comment h6::before,
.saved-comment .saved-h1::before,
.saved-comment .saved-h2::before,
.saved-comment #reply-title::before,
.saved-comment .saved-h3::before,
.saved-comment #saved-map-section-address::before,
.saved-comment .saved-widgets-row-content aside h2::before,
.saved-widgets-row-content aside .saved-comment h2::before,
.saved-comment .saved-widgets-row-content aside .saved-h2::before,
.saved-widgets-row-content aside .saved-comment .saved-h2::before,
.saved-comment .saved-widgets-row-content aside #reply-title::before,
.saved-widgets-row-content aside .saved-comment #reply-title::before,
.saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-comment h1::before,
.saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-comment .saved-h1::before,
.saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-comment #saved-comments-title::before,
.saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-comment h2::before,
.saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-comment .saved-h2::before,
.saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content .saved-comment #reply-title::before,
.saved-comment .saved-home-highlights-content h2::before,
.saved-home-highlights-content .saved-comment h2::before,
.saved-comment .saved-home-highlights-content .saved-h2::before,
.saved-home-highlights-content .saved-comment .saved-h2::before,
.saved-comment .saved-home-highlights-content #reply-title::before,
.saved-home-highlights-content .saved-comment #reply-title::before,
.saved-comment .saved-h4::before,
.saved-comment .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar .saved-comment caption::before,
.saved-comment .saved-h5::before,
.saved-comment .saved-caption-image-title::before,
.saved-comment .saved-h6::before {
  display: none !important; }

.saved-comment-meta {
  min-height: 3.375em; }

.saved-comment-avatar {
  margin-right: 1.25em;
  float: left; }
  .saved-comment-avatar img {
    width: 3.375em;
    height: 3.375em;
    border-radius: 2px; }

.saved-comment-title {
  margin: 0 !important;
  font-size: 1.15em;
  font-weight: bold;
  color: black !important;
  text-transform: none !important; }
  .saved-comment-title span {
    margin-left: 0.375em;
    font-size: 0.9em;
    font-style: italic;
    font-weight: normal; }

.saved-comment-meta time {
  display: inline-block;
  padding-top: 0.9375em;
  font-size: 0.85em;
  font-weight: normal; }
.saved-comment-meta > a {
  border: 0 !important; }

.saved-comment-time {
  margin-left: 0.5em;
  font-style: italic; }

.saved-comment-buttons {
  float: right;
  position: relative;
  margin-left: 1.25em;
  top: -1.5625em; }

.saved-comment-content {
  margin-top: 1.75em; }

.saved-comment-moderation {
  font-style: italic; }

.saved-comment,
.saved-comment #respond {
  margin-left: 6%; }

.saved-comment.depth-1 {
  margin-left: 0; }

.single-post .bypostauthor > article {
  padding: 2.1875em 2.5em;
  border-radius: 2px; }

/*---------------------------------------------
 * Comment Form
 *--------------------------------------------*/
#respond {
  position: relative;
  top: -0.5em;
  padding-bottom: 0.5em; }

#respond h1::before, #respond .saved-h1::before, #respond #saved-comments-title::before,
#respond h2::before,
#respond .saved-h2::before,
#respond #reply-title::before,
#respond h3::before,
#respond h4::before,
#respond .saved-nav-block-title::before,
#respond h5::before,
#respond h6::before,
#respond .saved-h1::before,
#respond .saved-h2::before,
#respond #reply-title::before,
#respond .saved-h3::before,
#respond #saved-map-section-address::before,
#respond .saved-widgets-row-content aside h2::before,
.saved-widgets-row-content aside #respond h2::before,
#respond .saved-widgets-row-content aside .saved-h2::before,
.saved-widgets-row-content aside #respond .saved-h2::before,
#respond .saved-widgets-row-content aside #reply-title::before,
.saved-widgets-row-content aside #respond #reply-title::before,
#respond .saved-section-orientation-horizontal .saved-bg-section-content h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content #respond h1::before,
#respond .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1::before,
.saved-section-orientation-horizontal .saved-bg-section-content #respond .saved-h1::before,
#respond .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content #respond #saved-comments-title::before,
#respond .saved-section-orientation-horizontal .saved-bg-section-content h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content #respond h2::before,
#respond .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2::before,
.saved-section-orientation-horizontal .saved-bg-section-content #respond .saved-h2::before,
#respond .saved-section-orientation-horizontal .saved-bg-section-content #reply-title::before,
.saved-section-orientation-horizontal .saved-bg-section-content #respond #reply-title::before,
#respond .saved-home-highlights-content h2::before,
.saved-home-highlights-content #respond h2::before,
#respond .saved-home-highlights-content .saved-h2::before,
.saved-home-highlights-content #respond .saved-h2::before,
#respond .saved-home-highlights-content #reply-title::before,
.saved-home-highlights-content #respond #reply-title::before,
#respond .saved-h4::before,
#respond .widget_calendar #wp-calendar caption::before,
.widget_calendar #wp-calendar #respond caption::before,
#respond .saved-h5::before,
#respond .saved-caption-image-title::before,
#respond .saved-h6::before {
  display: none !important; }

#cancel-comment-reply-link {
  position: relative;
  bottom: 0.3125em;
  margin-left: 1.5625em;
  font-size: 0.6em;
  text-transform: none !important; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  position: relative;
  margin: 2.1875em 0; }

#respond label {
  line-height: 36px;
  font-size: 0.95em;
  font-weight: bold;
  color: black; }
  .saved-has-uppercase #respond label {
    text-transform: uppercase; }
  #respond label.error {
    font-style: italic;
    text-transform: none;
    color: #c42d2d; }
#respond .comment-form-cookies-consent label {
  text-transform: none;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  padding-left: 4px; }

.comment-form-comment label {
  display: none; }

#respond input[type=text],
#respond input[type=email],
#respond input[type=url] {
  position: absolute;
  left: 90px;
  width: 260px; }

.comment-form-comment {
  clear: left; }
  .comment-form-comment textarea {
    width: 95%; }

#respond label.error {
  font-weight: normal; }

.comment-form-author label.error,
.comment-form-email label.error,
.comment-form-url label.error {
  position: absolute;
  left: 375px;
  white-space: nowrap; }

p.comment-form-comment label.error {
  position: relative;
  top: 0;
  display: block; }

.form-allowed-tags {
  display: none; }

#respond .form-submit {
  margin-top: 1.6em;
  margin-bottom: 0; }
  .logged-in #respond .form-submit {
    margin-top: 0 !important; }

#saved-comments-closed {
  font-style: italic; }

/**********************************************
 * 21. PLUGINS
 **********************************************/
/*---------------------------------------------
 * Contact Form 7
 *--------------------------------------------*/
div.wpcf7 input {
  max-width: 95%; }

span.wpcf7-form-control-wrap {
  width: 100%; }

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
  font-style: italic; }

span.wpcf7-not-valid-tip {
  top: 30%;
  left: 30%;
  width: auto;
  padding: 0.3125em 0 0 0;
  border: 0;
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic; }

span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
  background: none;
  color: #c42d2d; }

span.wpcf7-not-valid-tip-no-ajax {
  padding-top: 0.3125em;
  font-size: 1em;
  font-weight: 600;
  color: #c42d2d; }

span.wpcf7-form-control-wrap textarea {
  max-width: 100% !important; }

/*---------------------------------------------
 * Jetpack
 *--------------------------------------------*/
#wpstats {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 30000px;
  overflow: hidden; }

/**********************************************
 * 22. EDITOR STYLES
 **********************************************/
.mce-content-body {
  margin: 1.875em;
  font-size: 125%; }
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less h1::before, .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less .saved-h1::before, .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less #saved-comments-title::before,
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less h2::before,
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less .saved-h2::before,
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less #reply-title::before,
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less h3::before,
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less h4::before,
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less .saved-nav-block-title::before,
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less h5::before,
  .mce-content-body.saved-has-heading-accents.saved-wp-4-8-or-less h6::before {
    margin-bottom: -0.125em; }
  .mce-content-body .wp-caption-dd {
    padding-top: 0.5em; }

/**********************************************
 * 23. MEDIA QUERIES
 **********************************************/
/*----------------------------------------------
 * Viewport Padding
 *---------------------------------------------*/
@media only screen and (max-width: 1300px) {
  #saved-header .saved-centered-large, #saved-header #saved-banner-inner, #saved-header .saved-bg-section-content, #saved-header .saved-home-highlights-content,
  #saved-footer .saved-centered-large,
  #saved-footer #saved-banner-inner,
  #saved-footer .saved-bg-section-content,
  #saved-footer .saved-home-highlights-content {
    max-width: 88%; }

  #saved-content {
    padding-left: 6%;
    padding-right: 6%; }
    body.single:not(.single-ctc_event):not(.single-ctc_location) #saved-content, body.archive #saved-content, body.ctfw-has-loop-multiple #saved-content {
      overflow: hidden; }

  .saved-no-viewport-padding, .saved-nav-blocks, .saved-entry-full-map {
    margin-left: -7%;
    margin-right: -7%; }

  .saved-map-section .saved-centered-large, .saved-map-section #saved-banner-inner, .saved-map-section .saved-bg-section-content, .saved-map-section .saved-home-highlights-content,
  .saved-bg-section-content,
  .saved-image-section-content.saved-centered-large,
  .saved-image-section-content#saved-banner-inner,
  .saved-image-section-content.saved-bg-section-content,
  .saved-image-section-content.saved-home-highlights-content,
  .saved-colored-section-content,
  .saved-home-highlights-content,
  .saved-gallery-section .saved-centered-large,
  .saved-gallery-section #saved-banner-inner,
  .saved-gallery-section .saved-bg-section-content,
  .saved-gallery-section .saved-home-highlights-content,
  .saved-home-secondary-widgets-section .saved-centered-large,
  .saved-home-secondary-widgets-section #saved-banner-inner,
  .saved-home-secondary-widgets-section .saved-bg-section-content,
  .saved-home-secondary-widgets-section .saved-home-highlights-content {
    max-width: 88% !important; } }
/*----------------------------------------------
 * 1280px
 *---------------------------------------------*/
@media only screen and (max-width: 1280px) {
  .saved-image-section.saved-image-section-has-image .saved-loop-entries,
  .saved-image-section.saved-image-section-has-image .saved-image-section-buttons {
    font-size: 90%; }

  .saved-home-highlights-content {
    font-size: 0.8em; }
    .saved-home-highlights-content h2, .saved-home-highlights-content .saved-h2, .saved-home-highlights-content #reply-title {
      font-size: 1.7em; } }
/*----------------------------------------------
 * 1200px
 *---------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .saved-home-highlights-content {
    font-size: 0.7em; }
    .saved-home-highlights-content h2, .saved-home-highlights-content .saved-h2, .saved-home-highlights-content #reply-title {
      font-size: 1.5em; } }
/*----------------------------------------------
 * 1120px
 *---------------------------------------------*/
@media only screen and (max-width: 1120px) {
  .saved-constrained-image-content, #saved-banner-title div, .saved-bg-section-content > * {
    max-width: 800px; }

  .saved-caption-image-caption {
    bottom: 11%;
    left: 8%;
    padding-right: 5%;
    max-width: 100%; }

  .wp-block-audio.alignwide,
  .wp-block-audio.alignfull,
  .wp-block-columns.alignwide,
  .wp-block-columns.alignfull {
    padding-left: 5%;
    padding-right: 5%; }

  .saved-block-wide-container .wp-block-table.alignwide,
  .saved-block-wide-container .wp-block-table.alignfull {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }

  .saved-exceed-980-1170 {
    margin-left: -7%;
    margin-right: -7%; } }
/*----------------------------------------------
 * 1024px - Tablet Landscape, Netbook
 *---------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%; }

  .saved-nav-block-title {
    font-size: 1.4em; }

  .wp-block-pullquote blockquote,
  .wp-block-pullquote blockquote p {
    font-size: 1.2em !important; }

  #saved-logo-image img {
    max-width: 200px; }

  .sf-menu li:hover ul,
  .sf-menu li.sfHover ul {
    top: 37px;
    z-index: 12000; }

  .saved-header-has-icons.saved-header-has-search #saved-header-icons-divider {
    display: none; }
  .saved-header-has-icons.saved-header-has-search #saved-header-icons {
    padding-left: 0.5em; }

  .saved-section-orientation-horizontal .saved-bg-section-content h1, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1, .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title, .saved-section-orientation-horizontal .saved-bg-section-content h2, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2, .saved-section-orientation-horizontal .saved-bg-section-content #reply-title {
    position: relative; }
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons ul {
    white-space: normal; }

  .saved-entry-short-label {
    font-size: 0.85em !important; }

  .saved-calendar-table-day-content-container {
    min-height: 100px; } }
/*----------------------------------------------
 * 1023px - Smaller Tablet
 *---------------------------------------------*/
@media only screen and (max-width: 1023px) {
  .saved-image-section {
    font-size: 100%; }
    .saved-image-section.saved-image-section-has-image {
      min-height: 0; }

  .saved-image-section-image {
    position: relative;
    width: 100%;
    height: 300px;
    max-height: 40vh; }

  .saved-image-section-content {
    position: relative;
    width: 100%; }

  .saved-image-section-content-inner {
    display: block; }
    .saved-image-section-has-image .saved-image-section-content-inner {
      width: 100%; }

  #saved-home-main > *:first-child.saved-image-section.saved-image-section-has-image:not(.saved-home-highlights-section):not(.saved-home-secondary-widgets-section):not(.saved-map-section) {
    padding-top: 0; }
    .saved-header-menu-wrapped #saved-home-main > *:first-child.saved-image-section.saved-image-section-has-image:not(.saved-home-highlights-section):not(.saved-home-secondary-widgets-section):not(.saved-map-section) {
      padding-top: 0; } }
/*----------------------------------------------
 * 980px
 *---------------------------------------------*/
@media only screen and (max-width: 980px) {
  .saved-exceed-700-980, .saved-content-width-700 .saved-entry-full-content > blockquote, .saved-content-width-700 .saved-entry-full-content > .gallery, .saved-image-exceed-700-980 {
    margin-left: -7%;
    margin-right: -7%; }

  .saved-header-has-icons #saved-header-icons,
  .saved-header-has-icons #saved-header-icons-divider {
    display: none; }

  #saved-header-archives-section-name {
    display: none; }

  #saved-footer-bottom-inner {
    display: block; }
    #saved-footer-bottom-inner > * {
      display: block;
      width: 100%; }

  .saved-footer-has-menu #saved-footer-icons-notice {
    width: 100%;
    min-width: 0;
    margin-top: 2.1875em;
    padding-right: 0; }
  .saved-footer-has-menu.saved-footer-no-icons #saved-footer-icons-notice {
    margin-top: 1.75em; }
  #saved-footer-icons-notice > *:nth-child(2) {
    margin-top: 2.1875em; }

  #saved-footer-menu-content {
    text-align: left !important; } }
/*----------------------------------------------
 * 900px
 *---------------------------------------------*/
@media only screen and (max-width: 900px) {
  .saved-sermon-books-testament ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
/*----------------------------------------------
 * 860px
 *---------------------------------------------*/
@media only screen and (max-width: 860px) {
  blockquote.saved-exceed-700-980:not(.wp-block-pullquote), .saved-content-width-700 .saved-entry-full-content > blockquote:not(.wp-block-pullquote), blockquote.saved-image-exceed-700-980:not(.wp-block-pullquote) {
    padding: 0 1.5em 0 3.625em !important; }
    blockquote.saved-exceed-700-980:not(.wp-block-pullquote):before, .saved-content-width-700 .saved-entry-full-content > blockquote:not(.wp-block-pullquote):before, blockquote.saved-image-exceed-700-980:not(.wp-block-pullquote):before {
      left: 0.3125em; }

  #saved-map-section-header {
    display: block;
    padding-bottom: 1.875em; }

  #saved-map-section-address,
  #saved-map-section-buttons {
    display: block; }

  #saved-map-section-address {
    padding-right: 0; }

  #saved-map-section-buttons {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
    text-align: left; }
    #saved-map-section-buttons li a {
      min-width: 0; }

  /* Gutenberg */
  .has-huge-font-size {
    font-size: 1.6em !important;
    line-height: 1.4; }

  .has-large-font-size {
    font-size: 1.4em !important;
    line-height: 1.4; }

  .has-regular-font-size {
    font-size: 1em !important;
    line-height: 1.6; }

  .has-small-font-size {
    font-size: 0.85em !important;
    line-height: 1.6; }

  .wp-block-cover {
    font-size: 0.8em; }

  .saved-gallery-section-content .gallery-item {
    width: 25%; }
    .saved-gallery-section-content .gallery-item:nth-child(n+5) {
      display: none; } }
/*----------------------------------------------
 * 768px - Tablet Portrait
 *---------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%; }

  #saved-header-menu-content > li.saved-menu-button > a {
    top: 1.5px; }

  .sf-menu li:hover ul,
  .sf-menu li.sfHover ul {
    top: 35px;
    z-index: 12000; }

  #saved-sticky {
    display: none !important; }

  .saved-nav-block-title {
    font-size: 1.3em; }

  .saved-image-section-title-button {
    margin-top: 1.375em !important; }

  .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons {
    padding-top: 1.25em; }

  .saved-entry-short-label {
    font-size: 0.85em !important; }

  .saved-entry-full-meta,
  #saved-sermon-buttons,
  .saved-entry-full-footer-item,
  .saved-attachment-button {
    text-align: left; }

  .attachment .saved-nav-left, .attachment .saved-nav-right {
    float: left;
    text-align: left; }

  #saved-calendar-header-right {
    padding-top: 0.5625em; }

  .saved-calendar-dropdown {
    font-size: 1em; }

  .saved-galleries-list .gallery-item {
    max-width: 50%; } }
/*----------------------------------------------
 * 767px - Just Under Tablet Portrait
 *---------------------------------------------*/
@media only screen and (max-width: 767px) {
  .saved-gallery-section-header .saved-button, .saved-gallery-section-header .widget_tag_cloud a, .widget_tag_cloud .saved-gallery-section-header a {
    margin-top: 2.3125em; } }
/*----------------------------------------------
 * 700px - Large / Landscape Phone
 *---------------------------------------------*/
@media only screen and (max-width: 700px) {
  #saved-content h1, #saved-content .saved-h1, #saved-content #saved-comments-title,
  #saved-content .saved-h1 {
    font-size: 1.8em; }

  h2, .saved-h2, #reply-title,
  .saved-h2,
  #reply-title {
    font-size: 1.6em; }

  h3,
  .saved-h3,
  #saved-map-section-address,
  .saved-widgets-row-content aside h2,
  .saved-widgets-row-content aside .saved-h2,
  .saved-widgets-row-content aside #reply-title,
  .saved-section-orientation-horizontal .saved-bg-section-content h1,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1,
  .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title,
  .saved-section-orientation-horizontal .saved-bg-section-content h2,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2,
  .saved-section-orientation-horizontal .saved-bg-section-content #reply-title,
  .saved-home-highlights-content h2,
  .saved-home-highlights-content .saved-h2,
  .saved-home-highlights-content #reply-title {
    font-size: 1.4em; }

  h4, .saved-nav-block-title,
  .saved-h4,
  .widget_calendar #wp-calendar caption {
    font-size: 1.2em; }

  h5,
  .saved-h5,
  .saved-caption-image-title {
    font-size: 1.1em; }

  h6,
  .saved-h6 {
    font-size: 1em; }

  .saved-has-heading-accents .saved-entry-content h1::before, .saved-has-heading-accents .saved-compact-content h1::before, .saved-has-heading-accents .widget_text .textwidget h1::before, .widget_text .saved-has-heading-accents .textwidget h1::before, .saved-has-heading-accents .saved-comment h1::before, .saved-has-heading-accents .saved-entry-content .saved-h1::before, .saved-has-heading-accents .saved-compact-content .saved-h1::before, .saved-has-heading-accents .widget_text .textwidget .saved-h1::before, .widget_text .saved-has-heading-accents .textwidget .saved-h1::before, .saved-has-heading-accents .saved-comment .saved-h1::before, .saved-has-heading-accents .saved-entry-content #saved-comments-title::before, .saved-has-heading-accents .saved-compact-content #saved-comments-title::before, .saved-has-heading-accents .widget_text .textwidget #saved-comments-title::before, .widget_text .saved-has-heading-accents .textwidget #saved-comments-title::before, .saved-has-heading-accents .saved-comment #saved-comments-title::before,
  .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content h3::before,
  .saved-has-heading-accents .saved-compact-content h3::before,
  .saved-has-heading-accents .widget_text .textwidget h3::before,
  .widget_text .saved-has-heading-accents .textwidget h3::before,
  .saved-has-heading-accents .saved-comment h3::before,
  .saved-has-heading-accents .saved-entry-content h4::before,
  .saved-has-heading-accents .saved-compact-content h4::before,
  .saved-has-heading-accents .widget_text .textwidget h4::before,
  .widget_text .saved-has-heading-accents .textwidget h4::before,
  .saved-has-heading-accents .saved-comment h4::before,
  .saved-has-heading-accents .saved-entry-content .saved-nav-block-title::before,
  .saved-has-heading-accents .saved-compact-content .saved-nav-block-title::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-nav-block-title::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-nav-block-title::before,
  .saved-has-heading-accents .saved-comment .saved-nav-block-title::before,
  .saved-has-heading-accents .saved-entry-content h5::before,
  .saved-has-heading-accents .saved-compact-content h5::before,
  .saved-has-heading-accents .widget_text .textwidget h5::before,
  .widget_text .saved-has-heading-accents .textwidget h5::before,
  .saved-has-heading-accents .saved-comment h5::before,
  .saved-has-heading-accents .saved-entry-content h6::before,
  .saved-has-heading-accents .saved-compact-content h6::before,
  .saved-has-heading-accents .widget_text .textwidget h6::before,
  .widget_text .saved-has-heading-accents .textwidget h6::before,
  .saved-has-heading-accents .saved-comment h6::before,
  .saved-has-heading-accents .saved-entry-content .saved-h1::before,
  .saved-has-heading-accents .saved-compact-content .saved-h1::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-h1::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-h1::before,
  .saved-has-heading-accents .saved-comment .saved-h1::before,
  .saved-has-heading-accents .saved-entry-content .saved-h2::before,
  .saved-has-heading-accents .saved-compact-content .saved-h2::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-h2::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-h2::before,
  .saved-has-heading-accents .saved-comment .saved-h2::before,
  .saved-has-heading-accents .saved-entry-content #reply-title::before,
  .saved-has-heading-accents .saved-compact-content #reply-title::before,
  .saved-has-heading-accents .widget_text .textwidget #reply-title::before,
  .widget_text .saved-has-heading-accents .textwidget #reply-title::before,
  .saved-has-heading-accents .saved-comment #reply-title::before,
  .saved-has-heading-accents .saved-entry-content .saved-h3:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-h3:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-h3:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-h3:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-h3:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content #saved-map-section-address:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content #saved-map-section-address:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget #saved-map-section-address:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget #saved-map-section-address:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment #saved-map-section-address:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-widgets-row-content aside h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-widgets-row-content aside .saved-h2:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-widgets-row-content aside #reply-title:not(.saved-entry-short-title)::before,
  .saved-widgets-row-content aside .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content h1:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content h1:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget h1:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget h1:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment h1:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content .saved-h1:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content .saved-h1:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget .saved-h1:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget .saved-h1:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment .saved-h1:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget #saved-comments-title:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment #saved-comments-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-section-orientation-horizontal .saved-bg-section-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-section-orientation-horizontal .saved-bg-section-content .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-entry-content h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-compact-content h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget h2:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-home-highlights-content h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-comment h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-entry-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-compact-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget .saved-h2:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-home-highlights-content .saved-h2:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-comment .saved-h2:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-entry-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-compact-content .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-compact-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .widget_text .textwidget #reply-title:not(.saved-entry-short-title)::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .widget_text .saved-has-heading-accents .textwidget #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-comment .saved-home-highlights-content #reply-title:not(.saved-entry-short-title)::before,
  .saved-home-highlights-content .saved-has-heading-accents .saved-comment #reply-title:not(.saved-entry-short-title)::before,
  .saved-has-heading-accents .saved-entry-content .saved-h4::before,
  .saved-has-heading-accents .saved-compact-content .saved-h4::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-h4::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-h4::before,
  .saved-has-heading-accents .saved-comment .saved-h4::before,
  .saved-has-heading-accents .saved-entry-content .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-has-heading-accents .saved-entry-content caption::before,
  .saved-has-heading-accents .saved-compact-content .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-has-heading-accents .saved-compact-content caption::before,
  .saved-has-heading-accents .widget_text .textwidget .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-has-heading-accents .widget_text .textwidget caption::before,
  .widget_text .saved-has-heading-accents .textwidget .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .widget_text .saved-has-heading-accents .textwidget caption::before,
  .saved-has-heading-accents .saved-comment .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-has-heading-accents .saved-comment caption::before,
  .saved-has-heading-accents .saved-entry-content .saved-h5::before,
  .saved-has-heading-accents .saved-compact-content .saved-h5::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-h5::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-h5::before,
  .saved-has-heading-accents .saved-comment .saved-h5::before,
  .saved-has-heading-accents .saved-entry-content .saved-caption-image-title::before,
  .saved-has-heading-accents .saved-compact-content .saved-caption-image-title::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-caption-image-title::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-caption-image-title::before,
  .saved-has-heading-accents .saved-comment .saved-caption-image-title::before,
  .saved-has-heading-accents .saved-entry-content .saved-h6::before,
  .saved-has-heading-accents .saved-compact-content .saved-h6::before,
  .saved-has-heading-accents .widget_text .textwidget .saved-h6::before,
  .widget_text .saved-has-heading-accents .textwidget .saved-h6::before,
  .saved-has-heading-accents .saved-comment .saved-h6::before,
  .saved-has-heading-accents .mce-content-body h1::before,
  .saved-has-heading-accents .mce-content-body .saved-h1::before,
  .saved-has-heading-accents .mce-content-body #saved-comments-title::before,
  .saved-has-heading-accents .mce-content-body h2::before,
  .saved-has-heading-accents .mce-content-body .saved-h2::before,
  .saved-has-heading-accents .mce-content-body #reply-title::before,
  .saved-has-heading-accents .mce-content-body h3::before,
  .saved-has-heading-accents .mce-content-body h4::before,
  .saved-has-heading-accents .mce-content-body .saved-nav-block-title::before,
  .saved-has-heading-accents .mce-content-body h5::before,
  .saved-has-heading-accents .mce-content-body h6::before,
  .saved-has-heading-accents .saved-bg-section-content h1::before,
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before,
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before,
  .saved-has-heading-accents .saved-bg-section-content h2::before,
  .saved-has-heading-accents .saved-bg-section-content .saved-h2::before,
  .saved-has-heading-accents .saved-bg-section-content #reply-title::before,
  .saved-has-heading-accents #saved-banner-title div::before,
  .saved-has-heading-accents .saved-widget-title::before,
  .saved-has-heading-accents #saved-comments-title::before,
  .saved-has-heading-accents #reply-title::before,
  .saved-has-heading-accents .saved-caption-image-title::before,
  .saved-has-heading-accents #saved-map-section-address::before {
    left: 0;
    width: 44px;
    border-width: 0 0 5px 0;
    margin-bottom: 4px; }
  .saved-banner-title-length-25 .saved-has-heading-accents h1::before, .saved-banner-title-length-25 .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-25 .saved-has-heading-accents #saved-comments-title::before, .saved-banner-title-length-30 .saved-has-heading-accents h1::before, .saved-banner-title-length-30 .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-30 .saved-has-heading-accents #saved-comments-title::before, .saved-banner-title-length-35 .saved-has-heading-accents h1::before, .saved-banner-title-length-35 .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-35 .saved-has-heading-accents #saved-comments-title::before, .saved-banner-title-length-40 .saved-has-heading-accents h1::before, .saved-banner-title-length-40 .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-40 .saved-has-heading-accents #saved-comments-title::before, .saved-banner-title-length-25
  .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-30
  .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-35
  .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-40
  .saved-has-heading-accents .saved-h1::before, .saved-banner-title-length-25
  .saved-has-heading-accents .saved-bg-section-content h1::before, .saved-banner-title-length-25
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before, .saved-banner-title-length-25
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before, .saved-banner-title-length-30
  .saved-has-heading-accents .saved-bg-section-content h1::before, .saved-banner-title-length-30
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before, .saved-banner-title-length-30
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before, .saved-banner-title-length-35
  .saved-has-heading-accents .saved-bg-section-content h1::before, .saved-banner-title-length-35
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before, .saved-banner-title-length-35
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before, .saved-banner-title-length-40
  .saved-has-heading-accents .saved-bg-section-content h1::before, .saved-banner-title-length-40
  .saved-has-heading-accents .saved-bg-section-content .saved-h1::before, .saved-banner-title-length-40
  .saved-has-heading-accents .saved-bg-section-content #saved-comments-title::before, .saved-banner-title-length-25
  .saved-has-heading-accents #saved-banner-title div::before, .saved-banner-title-length-30
  .saved-has-heading-accents #saved-banner-title div::before, .saved-banner-title-length-35
  .saved-has-heading-accents #saved-banner-title div::before, .saved-banner-title-length-40
  .saved-has-heading-accents #saved-banner-title div::before {
    margin-bottom: 4px; }
  .saved-has-heading-accents #saved-content h1::before, .saved-has-heading-accents #saved-content .saved-h1::before, .saved-has-heading-accents #saved-content #saved-comments-title::before,
  .saved-has-heading-accents #saved-content .saved-h1::before,
  .saved-has-heading-accents .mce-content-body h1::before,
  .saved-has-heading-accents .mce-content-body .saved-h1::before,
  .saved-has-heading-accents .mce-content-body #saved-comments-title::before,
  .saved-has-heading-accents #saved-comments-title::before {
    width: 56px;
    height: 15px;
    border-width: 0 0 6px 0;
    margin-bottom: 5px; }
  .saved-has-heading-accents .saved-image-section .saved-widget-title::before,
  .saved-has-heading-accents .saved-gallery-section .saved-widget-title::before {
    width: 50px;
    height: 12px;
    border-width: 0 0 5px 0;
    margin-bottom: 3px; }

  blockquote {
    font-size: 1.2em !important;
    padding-right: 1.875em !important; }
    blockquote.is-style-large, blockquote.is-style-large p {
      font-size: 1.4em !important; }
    blockquote.is-style-large p {
      line-height: 1.2 !important; }

  .saved-widgets-row-content {
    margin-top: -3.125em !important;
    margin-right: -6%; }
    .saved-widgets-row-content aside {
      margin-top: 3.125em;
      width: 44%; }

  .saved-nav-block {
    width: 100%;
    padding-bottom: 25%; }
    .saved-nav-block.saved-nav-block-empty {
      display: none; }

  .saved-nav-block-left {
    border-right-width: 0; }
    .saved-nav-block-has-both.saved-nav-block-no-images .saved-nav-block-left {
      border-width: 0 0 1px 0; }

  .saved-nav-block-title {
    font-size: 2.1em; }

  .saved-caption-image-caption {
    bottom: 15%;
    left: 10%;
    padding-right: 8%;
    max-width: 92%; }

  .saved-caption-image-description {
    line-height: 1.2; }

  .saved-scrolled.admin-bar div[id*=padminba] {
    display: none; }

  .saved-vertical-margin-small, .alignnone, .aligncenter, div.wpcf7 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }

  .saved-vertical-padding-small {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }

  .saved-vertical-margin-top-small, .saved-image-section-content-inner .saved-image-section-buttons, .saved-gallery-section-has-title .saved-gallery-section-header, #saved-calendar-list .saved-event-short, .saved-attachment-button {
    margin-top: 1.875rem; }

  .saved-vertical-padding-top-small {
    padding-top: 1.875rem; }

  .saved-vertical-margin-bottom-small, .saved-widgets-row-content aside h2, .saved-widgets-row-content aside .saved-h2, .saved-widgets-row-content aside #reply-title, .saved-image-section-content-inner .saved-widget-title, .saved-home-highlights-content h2, .saved-home-highlights-content .saved-h2, .saved-home-highlights-content #reply-title, .saved-gallery-section-header, .saved-entry-full-header, #respond .comment-notes,
  #respond .logged-in-as {
    margin-bottom: 1.875rem; }

  .saved-vertical-padding-bottom-small {
    padding-bottom: 1.875rem; }

  .saved-vertical-margin-small-content, p,
  ul,
  ol,
  dl,
  table,
  q,
  [class^=wp-block]:not(.wp-block-cover-text):not(.wp-block-embed__wrapper):not(.wp-block-quote):not(.wp-block-pullquote):not(.wp-block-separator),
  .saved-block-wide-container {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem; }

  .saved-vertical-padding-small-content {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem; }

  .saved-vertical-margin-top-small-content {
    margin-top: 1.3125rem; }

  .saved-vertical-padding-top-small-content {
    padding-top: 1.3125rem; }

  .saved-vertical-margin-bottom-small-content {
    margin-bottom: 1.3125rem; }

  .saved-vertical-padding-bottom-small-content {
    padding-bottom: 1.3125rem; }

  .saved-vertical-margin-medium, hr, .saved-entry-full-footer-has-terms .saved-entry-full-page-nav {
    margin-top: 2.57813rem;
    margin-bottom: 2.57813rem; }

  .saved-vertical-padding-medium, #saved-footer-bottom-inner, .saved-viewport-height-0 .saved-bg-section-content, .saved-image-section-content, .saved-home-highlights-section, .saved-home-secondary-widgets-section {
    padding-top: 2.57813rem;
    padding-bottom: 2.57813rem; }

  .saved-vertical-margin-top-medium, .saved-pagination, .saved-entry-full-footer, #saved-sermon-buttons, .saved-sermon-index, .saved-entry-has-content #saved-calendar, #saved-calendar-list, .attachment .saved-entry-content, .attachment .saved-compact-content, .attachment .widget_text .textwidget, .widget_text .attachment .textwidget, .attachment .saved-comment, .attachment .saved-nav-left-right, .saved-comment, #saved-comment-nav, #respond, #saved-comments-closed {
    margin-top: 2.57813rem; }

  .saved-vertical-padding-top-medium {
    padding-top: 2.57813rem; }

  .saved-vertical-margin-bottom-medium, .saved-entry-full .saved-entry-content-inner,
  .archive #saved-content-inner > .saved-entry-content,
  .archive #saved-content-inner > .saved-compact-content,
  .archive .widget_text #saved-content-inner > .textwidget,
  .widget_text .archive #saved-content-inner > .textwidget,
  .archive #saved-content-inner > .saved-comment,
  .blog #saved-content-inner > .saved-entry-content,
  .blog #saved-content-inner > .saved-compact-content,
  .blog .widget_text #saved-content-inner > .textwidget,
  .widget_text .blog #saved-content-inner > .textwidget,
  .blog #saved-content-inner > .saved-comment,
  .search #saved-content-inner > .saved-entry-content,
  .search #saved-content-inner > .saved-compact-content,
  .search .widget_text #saved-content-inner > .textwidget,
  .widget_text .search #saved-content-inner > .textwidget,
  .search #saved-content-inner > .saved-comment, #saved-sermon-media, #saved-sermon-index-header, #saved-calendar-list h3, .saved-attachment-image, #saved-comments-header, li:not(:last-child) #respond {
    margin-bottom: 2.57813rem; }

  .saved-vertical-padding-bottom-medium {
    padding-bottom: 2.57813rem; }

  .saved-vertical-margin-medium-content, blockquote, .gallery {
    margin-top: 1.80469rem;
    margin-bottom: 1.80469rem; }

  .saved-vertical-padding-medium-content {
    padding-top: 1.80469rem;
    padding-bottom: 1.80469rem; }

  .saved-vertical-margin-top-medium-content, .saved-bg-section-content .saved-section-bg-buttons {
    margin-top: 1.80469rem; }

  .saved-vertical-padding-top-medium-content {
    padding-top: 1.80469rem; }

  .saved-vertical-margin-bottom-medium-content {
    margin-bottom: 1.80469rem; }

  .saved-vertical-padding-bottom-medium-content {
    padding-bottom: 1.80469rem; }

  .saved-vertical-margin-large, .wp-block-separator,
  .wp-block-separator.is-style-wide,
  .wp-block-separator.is-style-dots {
    margin-top: 3.51563rem;
    margin-bottom: 3.51563rem; }

  .saved-vertical-padding-large, #saved-footer-widgets-row, .saved-bg-section-content {
    padding-top: 3.51563rem;
    padding-bottom: 3.51563rem; }

  .saved-vertical-margin-top-large, .saved-nav-blocks, .single .saved-author-box, .ctfw-no-loop-multiple #saved-content, #comments {
    margin-top: 3.51563rem; }

  .saved-vertical-padding-top-large, .ctfw-has-loop-multiple #saved-content {
    padding-top: 3.51563rem; }

  .saved-vertical-margin-bottom-large, .ctfw-no-loop-multiple #saved-content, .saved-entry-full-map {
    margin-bottom: 3.51563rem; }

  .saved-vertical-padding-bottom-large, .ctfw-has-loop-multiple #saved-content {
    padding-bottom: 3.51563rem; }

  .saved-vertical-margin-large-content, .wp-block-pullquote, .wp-block-image:not(.alignleft):not(.alignright),
  .wp-block-cover,
  .wp-block-audio,
  .wp-block-video,
  .wp-block-embed,
  .wp-block-gallery,
  .wp-block-quote,
  .wp-pull-quote,
  .wp-block-separator,
  .has-background,
  .wp-block-button,
  .saved-block-wide-container {
    margin-top: 2.46094rem;
    margin-bottom: 2.46094rem; }

  .saved-vertical-padding-large-content {
    padding-top: 2.46094rem;
    padding-bottom: 2.46094rem; }

  .saved-vertical-margin-top-large-content {
    margin-top: 2.46094rem; }

  .saved-vertical-padding-top-large-content {
    padding-top: 2.46094rem; }

  .saved-vertical-margin-bottom-large-content {
    margin-bottom: 2.46094rem; }

  .saved-vertical-padding-bottom-large-content {
    padding-bottom: 2.46094rem; }

  .saved-vertical-margin-medium-small-content, h1, .saved-h1, #saved-comments-title,
  h2,
  .saved-h2,
  #reply-title,
  h3,
  h4,
  .saved-nav-block-title,
  h5,
  h6 {
    margin-top: 1.80469rem;
    margin-bottom: 1.3125rem; }

  #saved-header-top-inner {
    height: 3.125em; }

  .js #saved-header-menu-inner,
  .js .sf-menu {
    visibility: hidden;
    height: 1px;
    overflow: hidden; }

  #saved-logo {
    width: 100%; }

  #saved-logo-text {
    white-space: normal; }

  #saved-logo-image img {
    max-width: 100%; }

  #saved-header-menu {
    padding-left: 0; }

  #saved-header-menu-content {
    width: 45px; }

  #saved-logo-content {
    font-size: 0.9em; }

  #saved-header-search {
    display: none; }

  #saved-banner-title h1, #saved-banner-title .saved-h1, #saved-banner-title #saved-comments-title {
    margin-top: 1.5em;
    font-size: 2em; }
    .saved-no-heading-accents #saved-banner-title h1, .saved-no-heading-accents #saved-banner-title .saved-h1, .saved-no-heading-accents #saved-banner-title #saved-comments-title {
      margin-top: 2.1em; }
    .saved-has-logo-image #saved-banner-title h1, .saved-has-logo-image #saved-banner-title .saved-h1, .saved-has-logo-image #saved-banner-title #saved-comments-title {
      margin-top: 2em; }

  #saved-banner-image-by-title {
    width: 3.5em;
    height: 3.5em; }

  .saved-banner-has-image-by-title #saved-banner-title {
    width: calc(97% - 3.5em - 1.125em);
    margin-left: 1.125em; }

  #saved-home-main > *:first-child:not(.saved-home-highlights-section):not(.saved-home-secondary-widgets-section) {
    padding-top: 2.3125em; }
    #saved-home-main > *:first-child:not(.saved-home-highlights-section):not(.saved-home-secondary-widgets-section).saved-map-section {
      padding-top: 0;
      margin-top: 3.125em; }

  .saved-bg-section-content h1, .saved-bg-section-content .saved-h1, .saved-bg-section-content #saved-comments-title {
    font-size: 2.7em;
    letter-spacing: -0.03125em; }
  .saved-bg-section-content h2, .saved-bg-section-content .saved-h2, .saved-bg-section-content #reply-title {
    font-size: 2em;
    letter-spacing: -0.03125em; }
  .saved-first-home-widget .saved-bg-section-content .saved-bg-section-text {
    font-size: 1.3rem;
    line-height: 1.7; }
  .saved-section-has-large-text .saved-bg-section-content .saved-bg-section-text {
    font-size: 1.8rem; }

  .saved-image-section-content-inner .saved-widget-title,
  .saved-gallery-section-header .saved-widget-title {
    font-size: 2em; }

  .saved-highlights-four-columns {
    margin-bottom: 0; }
    .saved-highlights-four-columns .saved-highlight:not(:nth-child(4n)) {
      margin-right: 0; }
    .saved-highlights-four-columns .saved-highlight {
      display: block;
      float: left;
      width: 45%;
      width: calc(49.9% - 0.9375em );
      margin-bottom: 1.875em; }
      .saved-highlights-four-columns .saved-highlight:not(:nth-child(2n)) {
        margin-right: 1.875em; }
      .saved-highlights-four-columns .saved-highlight:nth-last-of-type(-n+2) {
        margin-bottom: 0; }

  .saved-home-highlights-content {
    font-size: 0.85em; }
    .saved-home-highlights-content h2, .saved-home-highlights-content .saved-h2, .saved-home-highlights-content #reply-title {
      font-size: 1.5em; }

  .saved-gallery-section-header .saved-button, .saved-gallery-section-header .widget_tag_cloud a, .widget_tag_cloud .saved-gallery-section-header a {
    margin-top: 1.375em !important; }

  .saved-loop-four-columns .saved-entry-short:not(:nth-child(4n)) {
    margin-right: 0; }
  .saved-loop-four-columns.saved-loop-entries {
    margin-bottom: 0; }
  .saved-loop-four-columns .saved-entry-short {
    display: block;
    float: left;
    width: 45%;
    width: calc(49.9% - 0.625em );
    margin-bottom: 1.25em;
    max-height: 21.75em; }
    .saved-loop-four-columns .saved-entry-short:not(:nth-child(2n)) {
      margin-right: 1.25em; }
    .saved-loop-four-columns .saved-entry-short:nth-last-of-type(-n+2) {
      margin-bottom: 0; }
    .saved-loop-four-columns .saved-entry-short h2, .saved-loop-four-columns .saved-entry-short .saved-h2, .saved-loop-four-columns .saved-entry-short #reply-title {
      font-size: 1.6em; }

  .saved-sermon-index-list.saved-sermon-index-list-three-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }

  #saved-calendar-header-right {
    padding-top: 0.375em; }

  #saved-calendar-title {
    font-size: 2em; }

  #saved-calendar-list {
    display: block; }

  .saved-calendar-table-header-full {
    display: none; }

  .saved-calendar-table-header-short {
    display: inline-block;
    font-size: 1.1em; }

  .saved-calendar-table-day-label {
    display: none; }

  .saved-calendar-table-day-has-events:not(.saved-calendar-table-day-past) span.saved-calendar-table-day-number {
    display: none; }

  .saved-calendar-table-day-has-events:not(.saved-calendar-table-day-past) a.saved-calendar-table-day-number {
    display: inline-block;
    line-height: 1.1; }

  .saved-calendar-table-day-events {
    display: none; }

  .saved-calendar-table-day-content-container {
    padding: 0.9375em 0;
    min-height: 0 !important; }

  .saved-calendar-table-day-heading {
    margin: 0 0 0.125em 0;
    font-size: 1.2em;
    text-align: center; }

  .comment-edit-link {
    display: none !important; }

  .saved-comment-buttons li {
    margin-right: 0; }

  #respond input[type=text],
  #respond input[type=email],
  #respond input[type=url] {
    position: relative;
    left: 0;
    width: 95%; }

  .comment-form-author label.error,
  .comment-form-email label.error,
  .comment-form-url label.error {
    display: block;
    width: 95%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right; }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    margin: 0.625em 0; } }
/*----------------------------------------------
 * 640px
 *---------------------------------------------*/
@media only screen and (max-width: 640px) {
  .wp-block-column {
    margin-right: 0 !important; }

  .wp-block-column {
    margin-bottom: 2.5em !important; }

  .wp-block-column:last-child {
    margin-bottom: 0 !important; }

  .saved-loop-two-columns .saved-entry-short:not(:nth-child(4n)) {
    margin-right: 0; }
  .saved-loop-two-columns.saved-loop-entries {
    margin-bottom: 0; }
  .saved-loop-two-columns .saved-entry-short {
    display: block;
    float: left;
    width: 45%;
    width: calc(49.9% - 0.9375em );
    margin-bottom: 1.875em;
    max-height: 21.75em; }
    .saved-loop-two-columns .saved-entry-short:not(:nth-child(2n)) {
      margin-right: 1.875em; }
    .saved-loop-two-columns .saved-entry-short:nth-last-of-type(-n+2) {
      margin-bottom: 0; }
    .saved-loop-two-columns .saved-entry-short h2, .saved-loop-two-columns .saved-entry-short .saved-h2, .saved-loop-two-columns .saved-entry-short #reply-title {
      font-size: 1.6em; }

  .saved-section-orientation-horizontal .saved-bg-section-content {
    display: block; }
    .saved-section-orientation-horizontal .saved-bg-section-content h1, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1, .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title, .saved-section-orientation-horizontal .saved-bg-section-content h2, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2, .saved-section-orientation-horizontal .saved-bg-section-content #reply-title,
    .saved-section-orientation-horizontal .saved-bg-section-content .saved-bg-section-text,
    .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons {
      display: block; }
    .saved-section-orientation-horizontal .saved-bg-section-content h1, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1, .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title, .saved-section-orientation-horizontal .saved-bg-section-content h2, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2, .saved-section-orientation-horizontal .saved-bg-section-content #reply-title {
      width: auto;
      padding-right: 0;
      white-space: normal; }
    .saved-section-orientation-horizontal .saved-bg-section-content h1, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h1, .saved-section-orientation-horizontal .saved-bg-section-content #saved-comments-title {
      font-size: 2.7em;
      letter-spacing: -0.03125em; }
    .saved-section-orientation-horizontal .saved-bg-section-content h2, .saved-section-orientation-horizontal .saved-bg-section-content .saved-h2, .saved-section-orientation-horizontal .saved-bg-section-content #reply-title {
      font-size: 2em;
      letter-spacing: -0.03125em; }
    .saved-section-orientation-horizontal .saved-bg-section-content .saved-bg-section-text {
      padding-top: 0 !important; }
    .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons {
      padding-left: 0;
      padding-top: 0; }
      .saved-section-orientation-horizontal .saved-bg-section-content .saved-section-bg-buttons ul {
        float: none; }
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content h1::before, .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h1::before, .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content #saved-comments-title::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content h2::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h2::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content #reply-title::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content h3::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content h4::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-nav-block-title::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content h5::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content h6::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h1::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h2::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content #reply-title::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h3::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content #saved-map-section-address::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content h1::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h1::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content #saved-comments-title::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content h2::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h2::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content #reply-title::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h4::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .widget_calendar #wp-calendar caption::before,
  .widget_calendar #wp-calendar .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content caption::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h5::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-caption-image-title::before,
  .saved-section-orientation-horizontal.saved-section-is-centered .saved-bg-section-content .saved-h6::before {
    display: none !important; }

  .saved-colored-section-button-full {
    display: none; }

  .saved-colored-section-button-short {
    display: inline-block; }

  .saved-gallery-section-content .gallery-item {
    width: 33.33333%; }
    .saved-gallery-section-content .gallery-item:nth-child(n+4) {
      display: none; }

  .saved-calendar-table-day-content-container {
    padding: 0.5em 0; }

  #saved-calendar-list-heading {
    text-align: center; } }
/*----------------------------------------------
 * 540px
 *---------------------------------------------*/
@media only screen and (max-width: 540px) {
  #saved-content {
    overflow: hidden !important; }

  .saved-map-section {
    min-height: 0; }

  #saved-map-section-map,
  #saved-map-section-canvas {
    height: 200px; }

  .saved-entry-full-map .saved-map-section,
  .saved-entry-full-map #saved-map-section-canvas {
    max-height: none; }

  #saved-map-section-map,
  #saved-map-section-content-bg {
    position: relative;
    width: 100%; }

  #saved-map-section-map {
    left: 0; }

  #saved-map-section-content-bg {
    top: 0;
    height: 100%;
    box-shadow: none; }

  #saved-map-section-content-container {
    max-width: none !important; }

  #saved-map-section-content {
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    display: block;
    width: 100%;
    padding: 0 6.5%;
    background-color: #fff; }

  #saved-map-section-content-inner {
    height: auto !important;
    display: block !important; }

  .alignleft,
  .alignright {
    display: block;
    margin: 1.875rem auto !important;
    float: none !important; }
    .alignleft.wp-caption,
    .alignright.wp-caption {
      padding-top: 0.5em; }

  .gallery-caption {
    display: none; }

  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    /* duplicate in style.css for 5 columns */
    max-width: 20%; }

  #saved-calendar-header-left,
  #saved-calendar-header-right {
    float: none;
    margin-left: 0;
    margin-right: 0; }

  #saved-calendar-header-right {
    padding: 0;
    position: relative;
    left: -0.875em !important; }
    #saved-calendar-header-right li:first-child {
      margin-left: 0; }

  .saved-icon-calendar-next.saved-calendar-no-prev,
  .saved-icon-calendar-prev.saved-calendar-no-next {
    margin-left: 0.25em !important; }

  .saved-calendar-dropdown .jq-dropdown-menu,
  .saved-calendar-dropdown .jq-dropdown-panel,
  #saved-calendar-category-dropdown .jq-dropdown-menu,
  #saved-calendar-category-dropdown .jq-dropdown-panel {
    position: relative;
    left: 10.625em; } }
/*----------------------------------------------
 * 480px
 *---------------------------------------------*/
@media only screen and (max-width: 480px) {
  .saved-nav-block-title {
    font-size: 1.4em; }

  .saved-nav-left, .saved-nav-right,
  .saved-nav-right {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%; }

  .saved-nav-left, .saved-nav-right {
    margin-bottom: 0.9375em; }

  .saved-widgets-row-content {
    margin-top: -2.5em !important;
    margin-right: -7%; }
    .saved-widgets-row-content aside {
      margin-top: 2.5em;
      width: 43%; }

  /*---------------------------------------------
   * Author Box
   *--------------------------------------------*/
  .single .saved-author-box {
    min-height: calc(( 6.75em * 0.7 ) + 5em );
    padding: 1.875em;
    padding-bottom: 1.5625em; }

  .saved-author-avatar {
    width: calc(6.75em * 0.7 );
    height: calc(6.75em * 0.7 ); }
    .single .saved-author-avatar {
      left: 1.875em; }

  .saved-author-content {
    margin-left: calc(( 6.75em * 0.7 ) + 1.5em ); }
    .saved-author-content h2, .saved-author-content .saved-h2, .saved-author-content #reply-title {
      margin-right: 1.25em; }
      .saved-author-box-show-button .saved-author-content h2, .saved-author-box-show-button .saved-author-content .saved-h2, .saved-author-box-show-button .saved-author-content #reply-title {
        width: calc(100% - 5.625em ); }

  .saved-entry-full-icons {
    position: relative;
    top: -0.125em; }

  .saved-loop-three-columns .saved-entry-short:not(:nth-child(4n)) {
    margin-right: 0; }
  .saved-loop-three-columns.saved-loop-entries {
    margin-bottom: 0; }
  .saved-loop-three-columns .saved-entry-short {
    display: block;
    float: left;
    width: 45%;
    width: calc(49.9% - 0.9375em );
    margin-bottom: 1.875em;
    max-height: 21.75em; }
    .saved-loop-three-columns .saved-entry-short:not(:nth-child(2n)) {
      margin-right: 1.875em; }
    .saved-loop-three-columns .saved-entry-short:nth-last-of-type(-n+2) {
      margin-bottom: 0; }
    .saved-loop-three-columns .saved-entry-short h2, .saved-loop-three-columns .saved-entry-short .saved-h2, .saved-loop-three-columns .saved-entry-short #reply-title {
      font-size: 1.6em; }

  .saved-bg-section-content .saved-bg-section-text {
    font-size: 1.2em; }
    .saved-section-has-large-text .saved-bg-section-content .saved-bg-section-text {
      font-size: 1.6em; }

  .saved-image-section.saved-image-section-has-image .saved-loop-entries,
  .saved-image-section.saved-image-section-has-image .saved-image-section-buttons {
    font-size: 100%; }

  .saved-highlights-three-columns:not(:nth-child(2n)), .saved-highlights-three-columns:nth-last-of-type(-n+2) {
    margin-bottom: 0; }
  .saved-highlights-three-columns .saved-highlight {
    float: none;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1.875em !important; }
    .saved-highlights-three-columns .saved-highlight:last-child {
      margin-bottom: 0 !important; }

  .saved-calendar-dropdown .jq-dropdown-panel,
  .saved-calendar-dropdown .jq-dropdown-menu {
    right: -3.75em !important; }

  .saved-calendar-table-header-short {
    font-weight: normal; }

  .saved-calendar-table-day-content-container {
    padding: 0.1875em 0; }

  .saved-calendar-table-day-heading {
    font-size: 1.1em; }

  #saved-person-header-content,
  #saved-person-image-column,
  #saved-person-meta {
    display: block;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    width: 100%; }

  #saved-person-image {
    margin: 0 auto; }

  .saved-person-has-image #saved-person-meta {
    margin-top: 1.875rem;
    padding-left: 0; }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    /* duplicate in style.css for 3 columns */
    max-width: 33.33333%; }

  .saved-comment-author span,
  .saved-comment-trackback-link span {
    display: none; }

  .saved-comment-buttons .saved-icon {
    display: none; }

  .single-post .bypostauthor > article {
    padding: 1.875em; } }
/*----------------------------------------------
 * 400px
 *---------------------------------------------*/
@media only screen and (max-width: 400px) {
  .saved-widgets-row-content {
    margin-right: 0; }
    .saved-widgets-row-content aside {
      margin-bottom: 2.1875em;
      display: block;
      float: none;
      width: 100%;
      font-size: 1em !important; }
      .saved-widgets-row-content aside:not(:first-child) {
        margin-top: 0; }
      .saved-widgets-row-content aside:last-child {
        margin-bottom: 0; }

  /*---------------------------------------------
   * Homepage
   *--------------------------------------------*/
  .saved-colored-section-button {
    display: none; }

  /*---------------------------------------------
   * Author Box
   *--------------------------------------------*/
  .saved-author-content h2, .saved-author-content .saved-h2, .saved-author-content #reply-title {
    display: block; }
    .saved-author-box-show-button .saved-author-content h2, .saved-author-box-show-button .saved-author-content .saved-h2, .saved-author-box-show-button .saved-author-content #reply-title {
      width: 100%; }

  .saved-author-box-archive {
    margin: 1.25em 0;
    float: none; }

  .saved-author-bio {
    line-height: 1.6; }

  .saved-sermon-index-list.saved-sermon-index-list-two-columns, .saved-sermon-index-list.saved-sermon-index-list-three-columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }

  #saved-sermon-buttons {
    max-width: 20em; } }
/*----------------------------------------------
 * 319px - Smaller Than iPhone SE Portrait (320px)
 *---------------------------------------------*/
@media only screen and (max-width: 319px) {
  .saved-widgets-row-content aside {
    font-size: 0.95em; }

  #saved-header-archives,
  .saved-header-archive-dropdown {
    display: none !important; }

  .saved-loop-four-columns,
  .saved-loop-three-columns,
  .saved-loop-two-columns {
    max-width: 360px; }
    .saved-loop-four-columns.saved-loop-entries,
    .saved-loop-three-columns.saved-loop-entries,
    .saved-loop-two-columns.saved-loop-entries {
      margin-bottom: 0; }
    .saved-loop-four-columns:not(:nth-child(2n)), .saved-loop-four-columns:nth-last-of-type(-n+2),
    .saved-loop-three-columns:not(:nth-child(2n)),
    .saved-loop-three-columns:nth-last-of-type(-n+2),
    .saved-loop-two-columns:not(:nth-child(2n)),
    .saved-loop-two-columns:nth-last-of-type(-n+2) {
      margin-bottom: 0; }
    .saved-loop-four-columns .saved-entry-short,
    .saved-loop-three-columns .saved-entry-short,
    .saved-loop-two-columns .saved-entry-short {
      float: none;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.875em !important;
      max-height: 28em; }
      .saved-loop-four-columns .saved-entry-short:last-child,
      .saved-loop-three-columns .saved-entry-short:last-child,
      .saved-loop-two-columns .saved-entry-short:last-child {
        margin-bottom: 0 !important; }

  .saved-image-section-content-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px !important; }
    .saved-image-section-content-inner .saved-loop-entries .saved-entry-short {
      display: none; }
    .saved-image-section-content-inner .saved-loop-entries .saved-entry-short:first-child {
      display: block;
      margin-bottom: 0 !important; }

  .saved-colored-section-button {
    display: none; }

  .saved-highlights-four-columns:not(:nth-child(2n)), .saved-highlights-four-columns:nth-last-of-type(-n+2),
  .saved-highlights-two-columns:not(:nth-child(2n)),
  .saved-highlights-two-columns:nth-last-of-type(-n+2) {
    margin-bottom: 0; }
  .saved-highlights-four-columns .saved-highlight,
  .saved-highlights-two-columns .saved-highlight {
    float: none;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1.875em !important; }
    .saved-highlights-four-columns .saved-highlight:last-child,
    .saved-highlights-two-columns .saved-highlight:last-child {
      margin-bottom: 0 !important; }

  .saved-home-highlights-content {
    font-size: 1em; }
    .saved-home-highlights-content h2, .saved-home-highlights-content .saved-h2, .saved-home-highlights-content #reply-title {
      font-size: 1.4em; }

  .saved-sermon-books-testament {
    width: 100%; }
    .saved-sermon-books-testament:nth-child(odd) {
      margin-right: 0; }

  .saved-galleries-list .gallery-item {
    max-width: 100%; }

  .saved-comment,
  .saved-comment #respond {
    margin-left: 0; } }
