@charset "UTF-8";

/*
Theme Name: Jubilee
Theme URI: https://churchthemes.com/themes/jubilee
Author: ChurchThemes.com
Author URI: https://churchthemes.com
Description: A creative and fast WordPress theme made pixel-perfect for churches.
Copyright: (c) 2019 - 2023, ChurchThemes.com, LLC
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: jubilee
Version: 1.7.1
*/

/**********************************************
 * 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 jubilee- (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,
#jubilee-comments-title,
.jubilee-h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

figure {
  margin: 1em 40px;
}

hr {
  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;
  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: 0.35em 0.625em 0.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: #555;
}

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

.jubilee-entry-full-content a:not(.jubilee-icon):not(.jubilee-button):not(.wp-block-file__button),
.jubilee-entry-content-inner a:not(.jubilee-icon):not(.jubilee-button):not(.wp-block-file__button),
.jubilee-entry-full-meta a:not(.jubilee-icon):not(.jubilee-button):not(.wp-block-file__button),
.jubilee-entry-full-footer a,
.jubilee-entry-short-title a,
.jubilee-entry-compact-right h3 a,
.jubilee-comments a,
.jubilee-map-section a,
#respond a,
.textwidget a,
.widget_ctfw-giving a,
.widget_mc4wp_form_widget a,
.jubilee-image-section-text a,
.jubilee-custom-section-text a,
a .jubilee-sticky-item-title,
#jubilee-sticky-content-custom-content a,
.jubilee-colored-section-title a,
.mce-content-body a {
  font-weight: normal;
  font-style: normal;
}

a .jubilee-icon,
a.jubilee-icon {
  font-weight: normal;
}

h1,
#jubilee-comments-title,
.jubilee-h1,
h2,
.jubilee-h2,
#reply-title,
h3,
h4,
h5,
.jubilee-nav-block-title,
h6 {
  font-weight: 700;
  line-height: 1.05;
  color: #000;
}

.jubilee-has-uppercase h1,
.jubilee-has-uppercase #jubilee-comments-title,
.jubilee-has-uppercase .jubilee-h1,
.jubilee-has-uppercase h2,
.jubilee-has-uppercase .jubilee-h2,
.jubilee-has-uppercase #reply-title,
.jubilee-has-uppercase h3,
.jubilee-has-uppercase h4,
.jubilee-has-uppercase h5,
.jubilee-has-uppercase .jubilee-nav-block-title,
.jubilee-has-uppercase h6 {
  text-transform: uppercase;
}

h1 a,
#jubilee-comments-title a,
.jubilee-h1 a,
h2 a,
.jubilee-h2 a,
#reply-title a,
h3 a,
h4 a,
h5 a,
.jubilee-nav-block-title a,
h6 a {
  font-weight: 700;
}

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

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

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

h3,
.jubilee-h3,
#jubilee-galleries.jubilee-highlights-content h2,
#jubilee-galleries.jubilee-highlights-content .jubilee-h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title,
.jubilee-widgets-row-content aside h2,
.jubilee-widgets-row-content aside .jubilee-h2,
.jubilee-widgets-row-content aside #reply-title,
.jubilee-highlights-content h2,
.jubilee-highlights-content .jubilee-h2,
.jubilee-highlights-content #reply-title {
  font-size: 1.6em;
}

h4,
.jubilee-h4,
.widget_calendar #wp-calendar caption,
#jubilee-map-section-address {
  font-size: 1.4em;
}

h5,
.jubilee-nav-block-title,
.jubilee-h5,
.jubilee-caption-image-title {
  font-size: 1.25em;
}

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

b,
strong {
  font-weight: 700;
}

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

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

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-default cite,
blockquote.is-large cite {
  text-align: left !important;
}

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: #555 !important;
}

blockquote cite:before {
  content: "\2014\2009";
  font-weight: 300;
}

.wp-block-pullquote {
  border: 0;
  padding: 0;
  border-radius: 0.5625em;
  background-color: #f6f6f6 !important;
}

.jubilee-shapes-organic .wp-block-pullquote {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .wp-block-pullquote {
  border-radius: 1px;
}

.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 p {
  font-size: 0.775em;
}

.wp-block-pullquote blockquote:before {
  content: "";
}

.wp-block-pullquote blockquote.has-text-color {
  color: #000 !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: 0.775em;
  line-height: 1.5;
  margin-bottom: 1em;
}

.wp-block-pullquote.is-style-solid-color blockquote p:last-child {
  margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote a {
  text-decoration: none !important;
}

q {
  font-style: italic;
}

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

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

.jubilee-entry-content th,
.jubilee-compact-content th,
.jubilee-comment th,
.widget_text .textwidget 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;
}

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

.jubilee-entry-content td,
.jubilee-compact-content td,
.jubilee-comment td,
.widget_text .textwidget 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;
}

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

.jubilee-shapes-angled .jubilee-entry-content img,
.jubilee-shapes-angled .jubilee-compact-content img,
.jubilee-shapes-angled .jubilee-comment img,
.jubilee-shapes-angled .widget_text .textwidget img,
.widget_text .jubilee-shapes-angled .textwidget img,
.jubilee-shapes-angled .jubilee-widget img,
.jubilee-shapes-angled .jubilee-caption-image img,
.jubilee-shapes-angled img.size-full,
.jubilee-shapes-angled img.size-large,
.jubilee-shapes-angled img[class*=align],
.jubilee-shapes-angled img[class*=wp-image-],
.jubilee-shapes-angled img[class*=attachment-],
.jubilee-shapes-angled .jubilee-entry-short-image {
  border-radius: 1px;
}

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

.jubilee-shapes-angled .jubilee-entry-content img,
.jubilee-shapes-angled .jubilee-compact-content img,
.jubilee-shapes-angled .jubilee-comment img,
.jubilee-shapes-angled .widget_text .textwidget img,
.widget_text .jubilee-shapes-angled .textwidget img,
.jubilee-shapes-angled .jubilee-widget img,
.jubilee-shapes-angled .jubilee-caption-image img,
.jubilee-shapes-angled img.size-full,
.jubilee-shapes-angled img.size-large,
.jubilee-shapes-angled img[class*=align],
.jubilee-shapes-angled img[class*=wp-image-],
.jubilee-shapes-angled img[class*=attachment-],
.jubilee-shapes-angled .jubilee-entry-short-image {
  border-radius: 1px;
}

.jubilee-shapes-organic img.size-full,
.jubilee-shapes-organic img.size-large,
.jubilee-shapes-organic img.alignwide,
.jubilee-shapes-organic img.alignfull,
.jubilee-shapes-organic .jubilee-image-exceed-700-980 img,
.jubilee-shapes-organic .jubilee-exceed-980-1170 img .jubilee-centered-large img,
.jubilee-shapes-organic .jubilee-exceed-980-1170 img .jubilee-custom-section-content img,
.jubilee-shapes-organic .jubilee-exceed-980-1170 img #jubilee-banner-inner img,
.jubilee-shapes-organic .jubilee-exceed-980-1170 img .jubilee-highlights-content img {
  border-radius: 1.125em;
}

/*---------------------------------------------
 * Forms
 *--------------------------------------------*/

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

input,
textarea {
  margin: 0;
  font-size: 0.95em;
  color: #000;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #fdfdfd;
}

.jubilee-shapes-angled input,
.jubilee-shapes-angled textarea {
  border-radius: 1px;
}

.jubilee-shapes-organic input,
.jubilee-shapes-organic textarea {
  border-radius: 1.25em;
}

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

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

/*---------------------------------------------
 * Media
 *--------------------------------------------*/

audio,
video {
  width: 100%;
}

/**********************************************
 * 3. CUSTOM STYLES
 **********************************************/

/*---------------------------------------------
 * Blocks
 *--------------------------------------------*/

.jubilee-block {
  display: block;
}

/*---------------------------------------------
 * Text
 *--------------------------------------------*/

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

.jubilee-text-color {
  color: #555;
}

.jubilee-light,
.jubilee-entry-short-separator,
.wp-caption-text,
.wp-caption-dd,
.wp-block-gallery figcaption.blocks-gallery-caption,
.wp-block-table figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption {
  color: #777;
}

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

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

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

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

.jubilee-compact-content blockquote,
.jubilee-comment blockquote,
.widget_text .textwidget 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;
}

.jubilee-compact-content blockquote:before,
.jubilee-comment blockquote:before,
.widget_text .textwidget blockquote:before {
  position: absolute;
  top: 0.09em;
  left: 0.42em;
  font-size: 3.8em;
}

.jubilee-compact-content blockquote:before,
.jubilee-comment blockquote:before,
.widget_text .textwidget blockquote:before {
  position: absolute;
  top: -0.3125em;
  left: 0;
}

.jubilee-compact-content blockquote p,
.jubilee-comment blockquote p,
.widget_text .textwidget blockquote p {
  margin-top: 0;
  margin-bottom: 0.6875em;
}

.jubilee-compact-content blockquote p:last-child,
.jubilee-comment blockquote p:last-child,
.widget_text .textwidget blockquote p:last-child {
  margin-bottom: 0;
}

.jubilee-compact-content h1,
.jubilee-comment h1,
.jubilee-compact-content #jubilee-comments-title,
.jubilee-comment #jubilee-comments-title,
.widget_text .textwidget h1,
.widget_text .textwidget #jubilee-comments-title,
.jubilee-compact-content .jubilee-h1,
.jubilee-comment .jubilee-h1,
.widget_text .textwidget .jubilee-h1,
.jubilee-compact-content h2,
.jubilee-comment h2,
.widget_text .textwidget h2,
.jubilee-compact-content .jubilee-h2,
.jubilee-compact-content #reply-title,
.jubilee-comment .jubilee-h2,
.jubilee-comment #reply-title,
.widget_text .textwidget .jubilee-h2,
.widget_text .textwidget #reply-title,
.jubilee-compact-content h3,
.jubilee-comment h3,
.widget_text .textwidget h3,
.jubilee-compact-content h4,
.jubilee-comment h4,
.widget_text .textwidget h4,
.jubilee-compact-content h5,
.jubilee-comment h5,
.widget_text .textwidget h5,
.jubilee-compact-content .jubilee-nav-block-title,
.jubilee-comment .jubilee-nav-block-title,
.widget_text .textwidget .jubilee-nav-block-title,
.jubilee-compact-content h6,
.jubilee-comment h6,
.widget_text .textwidget h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}

.jubilee-compact-content p,
.jubilee-comment p,
.widget_text .textwidget p,
.jubilee-compact-content ul,
.jubilee-comment ul,
.widget_text .textwidget ul,
.jubilee-compact-content ol,
.jubilee-comment ol,
.widget_text .textwidget ol,
.jubilee-compact-content dl,
.jubilee-comment dl,
.widget_text .textwidget dl,
.jubilee-compact-content table,
.jubilee-comment table,
.widget_text .textwidget table,
.jubilee-compact-content blockquote,
.jubilee-comment blockquote,
.widget_text .textwidget blockquote,
.jubilee-compact-content q,
.jubilee-comment q,
.widget_text .textwidget q {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

.jubilee-compact-content .alignnone,
.jubilee-comment .alignnone,
.widget_text .textwidget .alignnone {
  margin-top: 1.5625em;
  margin-bottom: 1.5625em;
}

.jubilee-compact-content p .alignnone,
.jubilee-comment p .alignnone,
.widget_text .textwidget p .alignnone {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
}

.jubilee-compact-content .aligncenter,
.jubilee-comment .aligncenter,
.widget_text .textwidget .aligncenter {
  margin-top: 2.1875em;
  margin-bottom: 2.1875em;
}

.jubilee-compact-content .wp-caption-text,
.jubilee-comment .wp-caption-text,
.widget_text .textwidget .wp-caption-text {
  font-size: 0.9em;
}

.jubilee-compact-content .jubilee-buttons-list,
.jubilee-comment .jubilee-buttons-list,
.widget_text .textwidget .jubilee-buttons-list {
  font-size: 0.9em;
}

mark {
  background-color: transparent;
  color: inherit;
}

body:not(.jubilee-no-mark) mark {
  background-color: transparent;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-radius: 2px;
  color: #000;
}

/*---------------------------------------------
 * Images
 *--------------------------------------------*/

.jubilee-shapes-organic .jubilee-caption-image.jubilee-highlight-1n,
.jubilee-shapes-organic .jubilee-caption-image-inner.jubilee-highlight-1n,
.jubilee-shapes-organic .jubilee-caption-image-bg.jubilee-highlight-1n,
.jubilee-shapes-organic .jubilee-caption-image-brightness.jubilee-highlight-1n,
.jubilee-shapes-organic .jubilee-caption-image-gradient.jubilee-highlight-1n,
.jubilee-shapes-organic .jubilee-caption-image-caption.jubilee-highlight-1n {
  border-radius: 47% 52% 63% 36%/57% 53% 46% 41% !important;
}

.jubilee-shapes-organic .jubilee-caption-image.jubilee-highlight-2n,
.jubilee-shapes-organic .jubilee-caption-image-inner.jubilee-highlight-2n,
.jubilee-shapes-organic .jubilee-caption-image-bg.jubilee-highlight-2n,
.jubilee-shapes-organic .jubilee-caption-image-brightness.jubilee-highlight-2n,
.jubilee-shapes-organic .jubilee-caption-image-gradient.jubilee-highlight-2n,
.jubilee-shapes-organic .jubilee-caption-image-caption.jubilee-highlight-2n {
  border-radius: 34% 64% 51% 47%/65% 32% 66% 37% !important;
}

.jubilee-shapes-organic .jubilee-caption-image.jubilee-highlight-3n,
.jubilee-shapes-organic .jubilee-caption-image-inner.jubilee-highlight-3n,
.jubilee-shapes-organic .jubilee-caption-image-bg.jubilee-highlight-3n,
.jubilee-shapes-organic .jubilee-caption-image-brightness.jubilee-highlight-3n,
.jubilee-shapes-organic .jubilee-caption-image-gradient.jubilee-highlight-3n,
.jubilee-shapes-organic .jubilee-caption-image-caption.jubilee-highlight-3n {
  border-radius: 56% 44% 34% 66%/54% 53% 48% 48% !important;
}

.jubilee-shapes-organic .jubilee-caption-image.jubilee-highlight-4n,
.jubilee-shapes-organic .jubilee-caption-image-inner.jubilee-highlight-4n,
.jubilee-shapes-organic .jubilee-caption-image-bg.jubilee-highlight-4n,
.jubilee-shapes-organic .jubilee-caption-image-brightness.jubilee-highlight-4n,
.jubilee-shapes-organic .jubilee-caption-image-gradient.jubilee-highlight-4n,
.jubilee-shapes-organic .jubilee-caption-image-caption.jubilee-highlight-4n {
  border-radius: 42% 57% 48% 53%/68% 52% 48% 32% !important;
}

.jubilee-shapes-angled .jubilee-caption-image.jubilee-highlight-1n,
.jubilee-shapes-angled .jubilee-caption-image-inner.jubilee-highlight-1n,
.jubilee-shapes-angled .jubilee-caption-image-bg.jubilee-highlight-1n,
.jubilee-shapes-angled .jubilee-caption-image-brightness.jubilee-highlight-1n,
.jubilee-shapes-angled .jubilee-caption-image-gradient.jubilee-highlight-1n,
.jubilee-shapes-angled .jubilee-caption-image-caption.jubilee-highlight-1n {
  -webkit-clip-path: polygon(0 0, 97% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 97% 0%, 100% 100%, 0% 100%);
}

.jubilee-shapes-angled .jubilee-caption-image.jubilee-highlight-2n,
.jubilee-shapes-angled .jubilee-caption-image-inner.jubilee-highlight-2n,
.jubilee-shapes-angled .jubilee-caption-image-bg.jubilee-highlight-2n,
.jubilee-shapes-angled .jubilee-caption-image-brightness.jubilee-highlight-2n,
.jubilee-shapes-angled .jubilee-caption-image-gradient.jubilee-highlight-2n,
.jubilee-shapes-angled .jubilee-caption-image-caption.jubilee-highlight-2n {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}

.jubilee-shapes-angled .jubilee-caption-image.jubilee-highlight-3n,
.jubilee-shapes-angled .jubilee-caption-image-inner.jubilee-highlight-3n,
.jubilee-shapes-angled .jubilee-caption-image-bg.jubilee-highlight-3n,
.jubilee-shapes-angled .jubilee-caption-image-brightness.jubilee-highlight-3n,
.jubilee-shapes-angled .jubilee-caption-image-gradient.jubilee-highlight-3n,
.jubilee-shapes-angled .jubilee-caption-image-caption.jubilee-highlight-3n {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
}

.jubilee-shapes-angled .jubilee-caption-image.jubilee-highlight-4n,
.jubilee-shapes-angled .jubilee-caption-image-inner.jubilee-highlight-4n,
.jubilee-shapes-angled .jubilee-caption-image-bg.jubilee-highlight-4n,
.jubilee-shapes-angled .jubilee-caption-image-brightness.jubilee-highlight-4n,
.jubilee-shapes-angled .jubilee-caption-image-gradient.jubilee-highlight-4n,
.jubilee-shapes-angled .jubilee-caption-image-caption.jubilee-highlight-4n {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
}

.jubilee-caption-image {
  position: relative;
  overflow: hidden;
}

.jubilee-caption-image a {
  display: block;
  border: 0 !important;
}

.jubilee-caption-image-inner {
  text-align: center;
}

.jubilee-shapes-organic .jubilee-caption-image-inner {
  margin-bottom: -3.125em !important;
}

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

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

.jubilee-caption-image-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.35) 100%);
}

.jubilee-caption-image-caption {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 12%;
}

.jubilee-caption-image-title {
  display: block;
  position: relative;
  line-height: 1.15;
}

.jubilee-caption-image-title,
.jubilee-caption-image-title h2,
.jubilee-caption-image-title .jubilee-h2,
.jubilee-caption-image-title #reply-title {
  color: #fff;
}

.jubilee-caption-image-has-image .jubilee-caption-image-title {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.jubilee-caption-image-description {
  display: block;
  position: relative;
  margin-top: 0.625em;
  line-height: 1.4;
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.jubilee-caption-image-has-image .jubilee-caption-image-description {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.jubilee-placeholder:not(.jubilee-show-placeholder) {
  display: none;
}

/*---------------------------------------------
 * Highlights Content (holds caption images)
 *--------------------------------------------*/

.jubilee-highlights-content {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-size: 0.8em;
}

.jubilee-highlights-content h2,
.jubilee-highlights-content .jubilee-h2,
.jubilee-highlights-content #reply-title {
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 1.9em;
}

.jubilee-highlights-four-columns {
  margin-bottom: -1.875em;
}

.jubilee-highlights-four-columns .jubilee-highlight {
  display: block;
  float: left;
  width: 22%;
  width: calc( 24.95% - 1.40625em );
  margin-bottom: 1.875em;
}

.jubilee-highlights-four-columns .jubilee-highlight:not(:nth-child(4n)) {
  margin-right: 1.875em;
}

.jubilee-highlights-three-columns {
  margin-bottom: -3.75em;
}

.jubilee-highlights-three-columns .jubilee-highlight {
  display: block;
  float: left;
  width: 32%;
  width: calc( 33.2% - 2.5em );
  margin-bottom: 3.75em;
}

.jubilee-highlights-three-columns .jubilee-highlight:not(:nth-child(3n)) {
  margin-right: 3.75em;
}

.jubilee-highlights-two-columns {
  margin-bottom: 0;
}

.jubilee-highlights-two-columns .jubilee-highlight:not(:nth-child(3n)) {
  margin-right: 0;
}

.jubilee-highlights-two-columns .jubilee-highlight {
  display: block;
  float: left;
  width: 45%;
  width: calc( 49.9% - 1.25em );
  margin-bottom: 2.5em;
}

.jubilee-highlights-two-columns .jubilee-highlight:not(:nth-child(2n)) {
  margin-right: 2.5em;
}

.jubilee-highlights-two-columns .jubilee-highlight:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.jubilee-highlights-one-column:not(:nth-child(2n)),
.jubilee-highlights-one-column:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.jubilee-highlights-one-column .jubilee-highlight {
  float: none;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 3.125em !important;
}

.jubilee-highlights-one-column .jubilee-highlight:last-child {
  margin-bottom: 0 !important;
}

/*---------------------------------------------
 * Icons
 *--------------------------------------------*/

.jubilee-list-icons {
  list-style: none;
  margin: -0.0625em 0em !important;
  padding: 0;
}

.jubilee-list-icons li {
  display: inline-block;
  margin: 0.0625em 0em;
  line-height: 0;
}

.jubilee-list-icons li a {
  color: #000;
}

.jubilee-list-icons li .mdi-microphone,
.jubilee-list-icons li .mdi-google-play {
  font-size: 0.95em;
}

.jubilee-list-icons li .mdi-microphone,
.jubilee-list-icons li .mdi-pinterest,
.jubilee-list-icons li .mdi-vine,
.jubilee-list-icons li .mdi-rss {
  margin-left: -0.125em;
  margin-right: -0.125em;
}

.jubilee-list-icons li .mdi-apple,
.jubilee-list-icons li .mdi-vimeo {
  margin-left: -0.0625em;
  margin-right: -0.0625em;
}

/*---------------------------------------------
 * Buttons
 *--------------------------------------------*/

.jubilee-button,
.widget_tag_cloud a,
.jubilee-buttons-list a,
.jubilee-menu-button > a,
input[type=submit],
.jubilee-nav-left-right a,
.wp-block-file .wp-block-file__button {
  display: inline-block;
  position: relative;
  top: 0;
  height: 3.6em;
  line-height: 3.44375em;
  padding: 0 1.5em;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  color: #fff;
  border-radius: 1.8em;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  text-transform: uppercase;
  box-shadow: 0 5px 20px rgba(36, 22, 6, 0.2);
  transition: all 0.2s ease-out;
  transform: perspective(1px) translateZ(0);
}

.jubilee-shapes-square .jubilee-button,
.jubilee-shapes-square .widget_tag_cloud a,
.widget_tag_cloud .jubilee-shapes-square a,
.jubilee-shapes-square .jubilee-buttons-list a,
.jubilee-shapes-square .jubilee-menu-button > a,
.jubilee-shapes-square input[type=submit],
.jubilee-shapes-square .jubilee-nav-left-right a,
.jubilee-shapes-square .wp-block-file .wp-block-file__button {
  border-radius: 0.6875em;
}

.jubilee-shapes-angled .jubilee-button,
.jubilee-shapes-angled .widget_tag_cloud a,
.widget_tag_cloud .jubilee-shapes-angled a,
.jubilee-shapes-angled .jubilee-buttons-list a,
.jubilee-shapes-angled .jubilee-menu-button > a,
.jubilee-shapes-angled input[type=submit],
.jubilee-shapes-angled .jubilee-nav-left-right a,
.jubilee-shapes-angled .wp-block-file .wp-block-file__button {
  border-radius: 2px;
}

.jubilee-button:not(.jubilee-button-secondary):not(.tag-cloud-link):hover,
.widget_tag_cloud a:not(.jubilee-button-secondary):not(.tag-cloud-link):hover,
.jubilee-button:not(.jubilee-button-secondary):not(.tag-cloud-link):focus,
.widget_tag_cloud a:not(.jubilee-button-secondary):not(.tag-cloud-link):focus,
.jubilee-button:not(.jubilee-button-secondary):not(.tag-cloud-link):active,
.widget_tag_cloud a:not(.jubilee-button-secondary):not(.tag-cloud-link):active,
.jubilee-buttons-list a:not(.jubilee-button-secondary):not(.tag-cloud-link):hover,
.jubilee-buttons-list a:not(.jubilee-button-secondary):not(.tag-cloud-link):focus,
.jubilee-buttons-list a:not(.jubilee-button-secondary):not(.tag-cloud-link):active,
.jubilee-menu-button > a:not(.jubilee-button-secondary):not(.tag-cloud-link):hover,
.jubilee-menu-button > a:not(.jubilee-button-secondary):not(.tag-cloud-link):focus,
.jubilee-menu-button > a:not(.jubilee-button-secondary):not(.tag-cloud-link):active,
input[type=submit]:not(.jubilee-button-secondary):not(.tag-cloud-link):hover,
input[type=submit]:not(.jubilee-button-secondary):not(.tag-cloud-link):focus,
input[type=submit]:not(.jubilee-button-secondary):not(.tag-cloud-link):active,
.jubilee-nav-left-right a:not(.jubilee-button-secondary):not(.tag-cloud-link):hover,
.jubilee-nav-left-right a:not(.jubilee-button-secondary):not(.tag-cloud-link):focus,
.jubilee-nav-left-right a:not(.jubilee-button-secondary):not(.tag-cloud-link):active,
.wp-block-file .wp-block-file__button:not(.jubilee-button-secondary):not(.tag-cloud-link):hover,
.wp-block-file .wp-block-file__button:not(.jubilee-button-secondary):not(.tag-cloud-link):focus,
.wp-block-file .wp-block-file__button:not(.jubilee-button-secondary):not(.tag-cloud-link):active {
  color: #fff !important;
  transform: translateY(-4px);
}

.jubilee-button.jubilee-button-secondary,
.widget_tag_cloud a,
.jubilee-buttons-list a.jubilee-button-secondary,
.jubilee-menu-button > a.jubilee-button-secondary,
input[type=submit].jubilee-button-secondary,
.jubilee-nav-left-right a.jubilee-button-secondary,
.wp-block-file .wp-block-file__button.jubilee-button-secondary {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  position: relative;
  top: 1px;
}

.jubilee-button .jubilee-icon,
.widget_tag_cloud a .jubilee-icon,
.jubilee-buttons-list a .jubilee-icon,
.jubilee-menu-button > a .jubilee-icon,
input[type=submit] .jubilee-icon,
.jubilee-nav-left-right a .jubilee-icon,
.wp-block-file .wp-block-file__button .jubilee-icon {
  font-size: 1.15em;
  padding-right: 0.21875em;
  position: relative;
  top: 0.09375em;
  margin-left: -0.0625em;
}

.jubilee-button .jubilee-icon-nav-button-left,
.widget_tag_cloud a .jubilee-icon-nav-button-left,
.jubilee-buttons-list a .jubilee-icon-nav-button-left,
.jubilee-menu-button > a .jubilee-icon-nav-button-left,
input[type=submit] .jubilee-icon-nav-button-left,
.jubilee-nav-left-right a .jubilee-icon-nav-button-left,
.wp-block-file .wp-block-file__button .jubilee-icon-nav-button-left {
  margin-left: -0.25em;
  padding-right: 0.125em;
}

.jubilee-button .jubilee-icon-nav-button-right,
.widget_tag_cloud a .jubilee-icon-nav-button-right,
.jubilee-buttons-list a .jubilee-icon-nav-button-right,
.jubilee-menu-button > a .jubilee-icon-nav-button-right,
input[type=submit] .jubilee-icon-nav-button-right,
.jubilee-nav-left-right a .jubilee-icon-nav-button-right,
.wp-block-file .wp-block-file__button .jubilee-icon-nav-button-right {
  margin-right: -0.5em;
  padding-left: 0.1875em;
}

.jubilee-button .jubilee-icon-download,
.widget_tag_cloud a .jubilee-icon-download,
.jubilee-buttons-list a .jubilee-icon-download,
.jubilee-menu-button > a .jubilee-icon-download,
input[type=submit] .jubilee-icon-download,
.jubilee-nav-left-right a .jubilee-icon-download,
.wp-block-file .wp-block-file__button .jubilee-icon-download {
  padding-right: 0.15625em;
}

.jubilee-button .jubilee-icon-comment-reply,
.widget_tag_cloud a .jubilee-icon-comment-reply,
.jubilee-buttons-list a .jubilee-icon-comment-reply,
.jubilee-menu-button > a .jubilee-icon-comment-reply,
input[type=submit] .jubilee-icon-comment-reply,
.jubilee-nav-left-right a .jubilee-icon-comment-reply,
.wp-block-file .wp-block-file__button .jubilee-icon-comment-reply {
  font-size: 1.1em;
}

.jubilee-button .jubilee-icon-comment-edit,
.widget_tag_cloud a .jubilee-icon-comment-edit,
.jubilee-buttons-list a .jubilee-icon-comment-edit,
.jubilee-menu-button > a .jubilee-icon-comment-edit,
input[type=submit] .jubilee-icon-comment-edit,
.jubilee-nav-left-right a .jubilee-icon-comment-edit,
.wp-block-file .wp-block-file__button .jubilee-icon-comment-edit {
  font-size: 1.1em;
}

.jubilee-button.jubilee-button-large,
.widget_tag_cloud a.jubilee-button-large,
.jubilee-buttons-list a.jubilee-button-large,
.jubilee-menu-button > a.jubilee-button-large,
input[type=submit].jubilee-button-large,
.jubilee-nav-left-right a.jubilee-button-large,
.wp-block-file .wp-block-file__button.jubilee-button-large {
  font-size: 1.2em;
}

.jubilee-button.jubilee-button-block,
.widget_tag_cloud a.jubilee-button-block,
.jubilee-buttons-list a.jubilee-button-block,
.jubilee-menu-button > a.jubilee-button-block,
input[type=submit].jubilee-button-block,
.jubilee-nav-left-right a.jubilee-button-block,
.wp-block-file .wp-block-file__button.jubilee-button-block {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  margin-right: 0.8em;
}

.jubilee-button.jubilee-button-block:last-child:not(.aligncenter),
.widget_tag_cloud a.jubilee-button-block:last-child:not(.aligncenter),
.jubilee-buttons-list a.jubilee-button-block:last-child:not(.aligncenter),
.jubilee-menu-button > a.jubilee-button-block:last-child:not(.aligncenter),
input[type=submit].jubilee-button-block:last-child:not(.aligncenter),
.jubilee-nav-left-right a.jubilee-button-block:last-child:not(.aligncenter),
.wp-block-file .wp-block-file__button.jubilee-button-block:last-child:not(.aligncenter) {
  margin-right: 0;
}

.jubilee-button.alignleft,
.widget_tag_cloud a.alignleft,
.jubilee-buttons-list a.alignleft,
.jubilee-menu-button > a.alignleft,
input[type=submit].alignleft,
.jubilee-nav-left-right a.alignleft,
.wp-block-file .wp-block-file__button.alignleft {
  margin: 0.7em 1.75em 0.7em 0;
}

.jubilee-button.alignright,
.widget_tag_cloud a.alignright,
.jubilee-buttons-list a.alignright,
.jubilee-menu-button > a.alignright,
input[type=submit].alignright,
.jubilee-nav-left-right a.alignright,
.wp-block-file .wp-block-file__button.alignright {
  margin: 0.7em 0 0.7em 1.5em;
}

.jubilee-button.aligncenter,
.widget_tag_cloud a.aligncenter,
.jubilee-buttons-list a.aligncenter,
.jubilee-menu-button > a.aligncenter,
input[type=submit].aligncenter,
.jubilee-nav-left-right a.aligncenter,
.wp-block-file .wp-block-file__button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}

.jubilee-menu-button > a {
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  position: relative;
  top: 1px;
}

.jubilee-buttons-list {
  margin: 0 -0.45em -0.9em -0.45em;
  padding: 0;
  list-style: none;
}

.jubilee-buttons-list li {
  display: inline-block;
  margin: 0 0.45em 0.9em 0.45em;
}

.jubilee-buttons-list.jubilee-buttons-list-close {
  margin: 0 -0.225em -0.45em -0.225em;
}

.jubilee-buttons-list.jubilee-buttons-list-close li {
  margin: 0 0.225em 0.45em 0.225em;
}

.jubilee-buttons-list.jubilee-buttons-list-large {
  font-size: 1.25em;
}

/*---------------------------------------------
 * Lists
 *--------------------------------------------*/

.jubilee-list,
.jubilee-sermon-index-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 {
  margin: 0;
  margin-bottom: -0.375em !important;
  list-style: none;
  line-height: 1.3;
}

.js .jubilee-list,
.js .jubilee-sermon-index-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 {
  visibility: hidden;
}

.jubilee-list ul,
.jubilee-sermon-index-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 {
  margin-top: 0.25em;
  margin-left: 0.75em;
}

.jubilee-list > li,
.jubilee-sermon-index-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 {
  padding-bottom: 0.375em;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.jubilee-list > li > a,
.jubilee-sermon-index-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 {
  font-weight: bold;
}

.jubilee-has-uppercase .jubilee-list > li > a,
.jubilee-has-uppercase .jubilee-sermon-index-list > li > a,
.jubilee-has-uppercase .widget_categories > ul > li > a,
.jubilee-has-uppercase .widget_ctfw-categories > ul > li > a,
.jubilee-has-uppercase .widget_ctfw-archives > ul > li > a,
.jubilee-has-uppercase .widget_ctfw-galleries > ul > li > a,
.jubilee-has-uppercase .widget_recent_entries > ul > li > a,
.jubilee-has-uppercase .widget_recent_comments > ul > li > a,
.jubilee-has-uppercase .widget_archive > ul > li > a,
.jubilee-has-uppercase .widget_meta > ul > li > a,
.jubilee-has-uppercase .widget_pages > ul > li > a,
.jubilee-has-uppercase .widget_links > ul > li > a,
.jubilee-has-uppercase .widget_nav_menu ul.menu > li > a,
.widget_nav_menu .jubilee-has-uppercase ul.menu > li > a {
  text-transform: uppercase;
}

.jubilee-list li,
.jubilee-sermon-index-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 {
  position: relative;
  list-style: none;
}

.jubilee-list li li,
.jubilee-sermon-index-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 {
  margin-bottom: 0.25em;
}

.jubilee-list li li a,
.jubilee-sermon-index-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 {
  font-size: 1em;
}

.jubilee-list li li li,
.jubilee-sermon-index-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 {
  font-style: italic;
}

.jubilee-list > li,
.jubilee-sermon-index-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 {
  padding-right: 1.875em;
}

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

li li .jubilee-list-item-count {
  right: -2.0625em;
}

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

.jubilee-nav-blocks {
  width: 90%;
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 0 !important;
  overflow: hidden;
}

.jubilee-shapes-square .jubilee-has-nav-blocks.jubilee-no-comments-section .jubilee-nav-blocks {
  margin-bottom: 0;
}

.jubilee-nav-block {
  position: relative;
  display: inline-block;
  width: 48%;
  padding-bottom: 12.5%;
  cursor: pointer;
  overflow: hidden;
}

.jubilee-nav-block.jubilee-nav-block-empty {
  display: none;
}

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

.jubilee-nav-block,
.jubilee-nav-block-image {
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .jubilee-nav-block,
.jubilee-shapes-organic .jubilee-nav-block-image {
  border-radius: 6.25em;
}

.jubilee-shapes-angled .jubilee-nav-block,
.jubilee-shapes-angled .jubilee-nav-block-image {
  border-radius: 1px;
}

.jubilee-nav-blocks-shape:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-shapes-angled .jubilee-nav-blocks-shape {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 105%;
  height: 1.2vw;
  z-index: 1;
}

.jubilee-shapes-angled .jubilee-nav-blocks-shape polygon {
  fill: #fdfdfd;
}

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

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

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

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

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

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

.jubilee-nav-block-content-arrow.jubilee-nav-block-content-left {
  left: 5%;
}

.jubilee-nav-block-content-arrow.jubilee-nav-block-content-right {
  right: 5%;
}

.jubilee-nav-block-content-text {
  max-width: 450px;
  line-height: 1.2;
}

.jubilee-nav-block-content-text.jubilee-nav-block-content-right {
  padding-left: 1.5em;
}

.jubilee-nav-block-content-text.jubilee-nav-block-content-left {
  padding-right: 1.5em;
}

.jubilee-shapes-angled .jubilee-nav-block-content-text {
  padding-bottom: 0.625em;
}

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

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

.jubilee-nav-block-title:hover {
  color: #fff !important;
}

.jubilee-nav-block-left {
  float: left;
}

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

.jubilee-nav-blocks:not(.jubilee-nav-block-has-both) {
  display: block;
}

.jubilee-nav-blocks:not(.jubilee-nav-block-has-both) .jubilee-nav-block-left,
.jubilee-nav-blocks:not(.jubilee-nav-block-has-both) .jubilee-nav-block-right {
  float: none;
  margin: 0 auto;
  display: block;
}

.jubilee-nav-blocks:not(.jubilee-nav-block-has-both) .jubilee-nav-block-left.jubilee-nav-block-empty,
.jubilee-nav-blocks:not(.jubilee-nav-block-has-both) .jubilee-nav-block-right.jubilee-nav-block-empty {
  display: none;
}

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

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

.jubilee-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: #000;
}

ul.page-numbers span.dots {
  width: auto;
  padding: 0;
  border: none;
  color: #555;
}

ul.page-numbers .jubilee-icon {
  position: relative;
  top: 0.125em;
  font-size: 1.35em;
}

ul.page-numbers .jubilee-icon-nav-links-left {
  margin-left: 0.1875em;
}

ul.page-numbers .jubilee-icon-nav-links-right {
  padding-left: 0;
}

/*---------------------------------------------
 * Author Box
 *--------------------------------------------*/

.jubilee-author-box {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
  position: relative;
  top: -0.3125em;
  min-height: 11.75em;
  padding: 2.5em;
  padding-bottom: 2.1875em !important;
}

.jubilee-shapes-organic .jubilee-author-box {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .jubilee-author-box {
  border-radius: 1px;
}

.jubilee-shapes-organic .jubilee-author-box {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .jubilee-author-box {
  border-radius: 1px;
}

body:not(.single) .jubilee-author-box {
  font-size: 1em !important;
}

.archive.author .jubilee-author-box {
  padding-bottom: 0.625em;
}

.archive .jubilee-author-box {
  min-height: 7.25em;
}

.jubilee-author-avatar {
  position: absolute;
  width: 6.75em;
  height: 6.75em;
}

.single .jubilee-author-avatar {
  left: 2.5em;
}

.jubilee-author-avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .jubilee-author-avatar img {
  border-radius: 5em;
}

.jubilee-shapes-angled .jubilee-author-avatar img {
  border-radius: 1px;
}

.jubilee-author-content {
  margin-left: 9.15em;
}

.jubilee-author-content header {
  min-height: 2.625em;
}

.jubilee-author-content h2,
.jubilee-author-content .jubilee-h2,
.jubilee-author-content #reply-title {
  display: inline-block;
  margin: -0.3125em 1.875em 0 0;
  vertical-align: middle;
}

.jubilee-author-box-show-button .jubilee-author-content h2,
.jubilee-author-box-show-button .jubilee-author-content .jubilee-h2,
.jubilee-author-box-show-button .jubilee-author-content #reply-title {
  width: calc( 100% - 6.875em );
}

.jubilee-author-box-archive {
  position: relative;
  top: -0.5em;
  vertical-align: middle;
  float: right;
  font-size: 0.9em;
}

.jubilee-author-bio {
  margin-top: 0.875em;
}

.jubilee-author-bio p:first-child {
  margin-top: 0;
}

.jubilee-author-bio p:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------
 * Search Form
 *--------------------------------------------*/

.jubilee-search-form form {
  margin: 0;
  white-space: nowrap;
}

.jubilee-search-form form > * {
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: middle;
}

.jubilee-search-form form > *:first-child {
  margin-left: 0;
}

.jubilee-search-form form input[type=text] {
  width: 13.75em;
}

/*---------------------------------------------
 * Visibility
 *--------------------------------------------*/

.jubilee-hidden {
  display: none;
}

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

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

.screen-reader-text:focus,
#jubilee-main-title:focus,
.jubilee-entry-no-meta .jubilee-entry-full-header:focus {
  background-color: #f1f1f1;
  border-radius: 2px;
  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
 *--------------------------------------------*/

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

.jubilee-clearfix:after,
.gallery:after,
#jubilee-calendar-header:after,
#jubilee-sermon-series-list ul:after,
.jubilee-entry-compact-meta:after,
.jubilee-entry-compact-header:after,
.jubilee-entry-short-meta:after,
.jubilee-entry-full-content:after,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-buttons:after,
.jubilee-widgets-row-content:after,
.jubilee-highlights-content:after,
.jubilee-nav-left-right:after,
.jubilee-pagination: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-gallery figcaption.blocks-gallery-caption,
.wp-block-table figcaption,
.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: normal;
  line-height: 1.5;
  text-align: center;
}

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

.wp-block-gallery figcaption.blocks-gallery-caption {
  margin-top: 0;
  padding-top: 0;
}

.wp-block-table figcaption {
  padding-top: 5px;
}

/*---------------------------------------------
 * Gutenberg Blocks
 *--------------------------------------------*/

.has-huge-font-size {
  line-height: 1.2;
}

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

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

.has-regular-font-size,
.has-normal-font-size {
  font-size: 100% !important;
}

.has-small-font-size {
  font-size: 0.8em !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-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}

.wp-block-columns .wp-block-column > * {
  margin-top: calc(0.66 * 1.4em);
  margin-bottom: calc(0.66 * 1.4em);
}

@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column > * {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
  }
}

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

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

.wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: calc(0.66 * 1.4em);
}

@media only screen and (min-width: 482px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 1.4em;
  }
}

@media only screen and (min-width: 822px) {
  .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column #jubilee-comments-title:not(.has-background),
.wp-block-columns.alignfull .wp-block-column .jubilee-h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column .jubilee-h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column #reply-title:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.wp-block-columns.alignfull .wp-block-column .jubilee-nav-block-title:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

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

.wp-block-cover {
  color: #fff;
  padding-left: 4%;
  padding-right: 4%;
}

.wp-block-cover a:not(.jubilee-button-block),
.wp-block-cover a:not(.jubilee-button-block):hover {
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  border-color: #fff !important;
  border-width: 0 0 0.09375em 0 !important;
  text-decoration: underline;
}

.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 .jubilee-button-block {
  font-size: 0.85em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.wp-block-cover__inner-container {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  color: #fff !important;
}

.wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}

.wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}

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

.wp-block-cover p.has-drop-cap:not(.has-text-color)::first-letter {
  color: #fff;
}

.wp-block-cover h1,
.wp-block-cover #jubilee-comments-title,
.wp-block-cover .jubilee-h1,
.wp-block-cover h2,
.wp-block-cover .jubilee-h2,
.wp-block-cover #reply-title,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover .jubilee-nav-block-title,
.wp-block-cover h6 {
  max-width: 100%;
  padding-left: 0;
  margin-bottom: 0.8em;
}

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

.wp-block-cover,
.wp-block-cover::before,
.wp-block-cover__gradient-background,
.wp-block-cover__gradient-background::before {
  border-width: 0;
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .wp-block-cover,
.jubilee-shapes-organic .wp-block-cover::before,
.jubilee-shapes-organic .wp-block-cover__gradient-background,
.jubilee-shapes-organic .wp-block-cover__gradient-background::before {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .wp-block-cover,
.jubilee-shapes-angled .wp-block-cover::before,
.jubilee-shapes-angled .wp-block-cover__gradient-background,
.jubilee-shapes-angled .wp-block-cover__gradient-background::before {
  border-radius: 1px;
}

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

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

.wp-block-image.alignwide,
.wp-block-image.alignfull {
  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 .wp-block-image img,
.wp-block-gallery .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-item figcaption {
  border-radius: 0.5625em;
}

.jubilee-shapes-square .wp-block-gallery .wp-block-image img,
.jubilee-shapes-square .wp-block-gallery .wp-block-image figcaption,
.jubilee-shapes-square .wp-block-gallery .blocks-gallery-item img,
.jubilee-shapes-square .wp-block-gallery .blocks-gallery-item figcaption {
  border-radius: 0.5625em !important;
}

.jubilee-shapes-organic .wp-block-gallery .wp-block-image img,
.jubilee-shapes-organic .wp-block-gallery .wp-block-image figcaption,
.jubilee-shapes-organic .wp-block-gallery .blocks-gallery-item img,
.jubilee-shapes-organic .wp-block-gallery .blocks-gallery-item figcaption {
  border-radius: 0.5625em !important;
}

.jubilee-shapes-angled .wp-block-gallery .wp-block-image img,
.jubilee-shapes-angled .wp-block-gallery .wp-block-image figcaption,
.jubilee-shapes-angled .wp-block-gallery .blocks-gallery-item img,
.jubilee-shapes-angled .wp-block-gallery .blocks-gallery-item figcaption {
  border-radius: 1px !important;
}

.wp-block-gallery .wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-style: normal;
  line-height: 1.3;
  padding-bottom: 0.625em;
}

.wp-block-gallery .wp-block-image figcaption a,
.wp-block-gallery .wp-block-image figcaption a:hover,
.wp-block-gallery .blocks-gallery-item figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a:hover {
  color: #fff !important;
  border-color: #fff !important;
  text-decoration: underline;
}

.wp-block-gallery .wp-block-image figcaption i,
.wp-block-gallery .wp-block-image figcaption em,
.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;
  word-wrap: break-word;
  line-break: after-white-space;
  overflow: auto;
  border-radius: 0.5625em;
}

.jubilee-shapes-organic pre.wp-block-verse {
  border-radius: 1.125em;
}

.jubilee-shapes-angled pre.wp-block-verse {
  border-radius: 1px;
}

.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;
  background: #ddd !important;
  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;
  background: none !important;
}

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

/* Dropcap */

.has-drop-cap:not(:focus):first-letter {
  margin: 0 0.15em 0 0;
  font-weight: 700 !important;
  font-size: 4em !important;
  line-height: 0.8;
  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: #000;
}

/* Has Background */

.has-background {
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .has-background {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .has-background {
  border-radius: 1px;
}

.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(.jubilee-button),
.has-background.has-accent-background-color:not(.has-text-color) a:hover:not(.jubilee-button),
.has-background.has-dark-background-color:not(.has-text-color) a:hover:not(.jubilee-button),
.has-background.has-light-background-color:not(.has-text-color) a:hover:not(.jubilee-button) {
  color: #fff !important;
  border-color: #fff !important;
  text-decoration: underline;
}

.has-background.has-text-color a,
.has-background.has-text-color a:hover:not(.jubilee-button),
.jubilee-entry-content .has-background.has-text-color a:not(.jubilee-button),
.jubilee-entry-content .has-background.has-text-color a:hover:not(.jubilee-button),
.jubilee-entry-content .wp-block-cover :not(.has-text-color) a:not(.jubilee-button),
.jubilee-compact-content .wp-block-cover :not(.has-text-color) a:not(.jubilee-button),
.jubilee-comment .wp-block-cover :not(.has-text-color) a:not(.jubilee-button),
.widget_text .textwidget .wp-block-cover :not(.has-text-color) a:not(.jubilee-button),
.jubilee-entry-content .wp-block-cover :not(.has-text-color) a:hover:not(.jubilee-button) {
  color: inherit !important;
  border-color: inherit !important;
  text-decoration: underline;
}

/* Table */

.wp-block-table,
.wp-block-table * {
  border-radius: 0 !important;
}

.wp-block-table table {
  margin: 0;
}

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

.wp-block-table th {
  border: none;
}

.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;
  margin-left: 0;
}

.wp-block-latest-posts li {
  padding: 0.2em 0;
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 0.75em !important;
  font-size: 0.85em;
}

.wp-block-latest-posts:not(.is-grid) .wp-block-latest-posts__featured-image {
  float: right;
  margin: 0.2em 0 0.75em 1em !important;
}

/* File */

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

.wp-block-file__embed {
  position: relative !important;
}

.wp-block-file {
  font-size: 1em !important;
}

.wp-block-file__button {
  font-size: 0.8em !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: 0.5625em !important;
}

.jubilee-shapes-angled .wp-block-latest-comments__comment-avatar {
  border-radius: 1px !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: normal;
  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: 0.5625em;
}

.jubilee-shapes-organic .wp-block-media-text[class*=background-color],
.jubilee-shapes-organic .wp-block-media-text[style*=background-color] {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .wp-block-media-text[class*=background-color],
.jubilee-shapes-angled .wp-block-media-text[style*=background-color] {
  border-radius: 1px;
}

/* This is for when "Crop image to fill entire column" is set */

figure.wp-block-media-text__media {
  border-radius: 0.5625em !important;
}

.jubilee-shapes-organic figure.wp-block-media-text__media {
  border-radius: 1.125em !important;
}

.jubilee-shapes-angled figure.wp-block-media-text__media {
  border-radius: 1px !important;
}

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

/* RSS Block */

.wp-block-rss {
  margin: 0;
  padding: 0;
}

.wp-block-rss__item {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 1.3em !important;
  list-style: none;
}

.wp-block-rss__item-title {
  margin: 0 !important;
}

.wp-block-rss time {
  margin: 0.4em 0 !important;
  color: #000;
}

.wp-block-rss__item-author {
  margin: 0.4em 0 !important;
  color: #555;
}

.wp-block-rss time,
.wp-block-rss__item-author {
  font-size: 0.75em;
}

.wp-block-rss__item-excerpt {
  margin-top: 0.4em !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  font-size: 0.85em;
}

.wp-block-rss__item-excerpt p {
  font-size: 1.05em !important;
  line-height: 1.8 !important;
  margin: 0 !important;
}

/* Search Block */

.wp-block-search {
  max-width: 600px;
}

.wp-block-search > * {
  margin: 0 !important;
}

.wp-block-search input,
.wp-block-search button {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-search button {
  position: relative;
  top: -1px;
  margin-left: 0.5em !important;
}

.wp-block-search__label {
  font-weight: bold;
}

.wp-block-search__button.jubilee-button,
.widget_tag_cloud a.wp-block-search__button {
  font-size: 0.72em;
  margin-left: 0.6em !important;
}

/* Tag Cloud */

.wp-block-tag-cloud .tag-cloud-link {
  margin-right: 0.3em;
  white-space: nowrap;
}

.wp-block-tag-cloud .tag-link-count {
  font-weight: normal;
  color: #555;
}

/* Calendar block */

.wp-calendar-table {
  margin-top: 0 !important;
}

.wp-calendar-table {
  margin-top: 0 !important;
}

.wp-block-calendar {
  width: 100%;
  max-width: 600px;
}

.wp-block-calendar #wp-calendar {
  width: 100%;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-block-calendar #wp-calendar caption {
  padding: 0;
  font-weight: bold;
  font-style: normal;
}

.jubilee-has-uppercase .wp-block-calendar #wp-calendar caption {
  text-transform: uppercase;
}

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

.wp-block-calendar #wp-calendar a {
  text-decoration: none;
}

.wp-block-calendar #wp-calendar nav span {
  padding-top: 1.125em;
}

.jubilee-has-uppercase .wp-block-calendar #wp-calendar nav span {
  text-transform: uppercase;
}

.wp-block-calendar #wp-calendar nav span a {
  font-weight: bold;
  text-decoration: none;
}

.wp-block-calendar #wp-calendar nav span#next {
  text-align: right;
  padding-right: 8%;
}

/* Social block */

.wp-social-link a:hover svg {
  color: #fff !important;
}

.wp-block-social-link-anchor {
  margin: 0 !important;
}

/* Cover - Full Height (remove extra space on edges) */

.wp-block-cover__image-background,
.wp-block-cover__background {
  margin: 0 !important;
  border-radius: inherit !important;
}

/* Page List */

ul.wp-block-page-list {
  margin-left: 0;
}

ul.wp-block-page-list ul {
  margin-left: 2em;
}

ul.wp-block-page-list li {
  list-style: none;
  margin: 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
 *--------------------------------------------*/

.jubilee-map-section {
  min-height: 350px;
  z-index: 10;
  position: relative;
  width: 100%;
}

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

#jubilee-map-section-canvas {
  displas: none;
}

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

#jubilee-map-section-map {
  width: 100%;
  height: 100%;
  left: 0;
}

.jubilee-map-shape {
  position: absolute;
  top: -1px;
  width: 100%;
}

.jubilee-map-shape:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-map-shape path,
.jubilee-map-shape polygon {
  fill: #fdfdfd;
}

.jubilee-footer-has-widgets .jubilee-map-shape path,
.jubilee-footer-has-widgets .jubilee-map-shape polygon {
  fill: #f6f6f6;
}

.jubilee-shapes-organic .jubilee-map-shape {
  height: 2vw;
}

.jubilee-shapes-angled .jubilee-map-shape {
  height: 2vw;
}

.jubilee-map-shape-bottom {
  position: absolute;
  bottom: -1px;
  left: 70px;
  width: calc( 100% - 70px - 250px );
}

.jubilee-map-shape-bottom:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-map-shape-bottom path,
.jubilee-map-shape-bottom polygon {
  fill: #fdfdfd;
}

.jubilee-shapes-organic .jubilee-map-shape-bottom {
  height: 1.5vw;
}

#jubilee-map-section-marker {
  visibility: hidden;
  position: absolute;
  top: calc( 50% - 50px );
  width: 100%;
  margin-top: 4px;
  text-align: center;
  line-height: 1;
}

#jubilee-map-section-marker .jubilee-icon {
  position: relative;
  font-size: 50px;
}

#jubilee-map-section-content {
  position: relative;
  top: -1.25em;
  z-index: 2;
  display: table;
  width: 50%;
  padding: 0 3.125em 0 2.5em;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
}

.jubilee-shapes-organic #jubilee-map-section-content {
  border-radius: 1.125em;
}

.jubilee-shapes-angled #jubilee-map-section-content {
  border-radius: 1px;
}

.js #jubilee-map-section-content {
  display: none;
}

#jubilee-map-section-content-inner {
  width: 100%;
  padding: 2.5em 0 2.1875em 0;
  display: block;
  vertical-align: middle;
  font-size: 0.95rem;
}

#jubilee-map-section-content-inner > *:nth-child(2) {
  margin-top: 1.75em;
}

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

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

#jubilee-map-section-address {
  margin: 0;
  padding-bottom: 0.9375em;
  padding-right: 0em;
}

#jubilee-map-section-buttons {
  position: relative;
  top: -0.75em;
  right: -1.375em;
  padding-top: 0.45em;
  vertical-align: middle;
  text-align: right;
}

#jubilee-map-section-buttons li a {
  min-width: 7.1875em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

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

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

#jubilee-map-section-list > li.jubilee-map-info-full {
  float: none;
}

#jubilee-map-section-list > li a {
  position: relative;
  top: -0.0625em;
}

#jubilee-map-section-list > li p {
  margin: 0;
}

#jubilee-map-section-list > li .jubilee-list-icons {
  font-size: 1.4em;
}

#jubilee-map-section-date {
  white-space: nowrap;
}

.jubilee-map-section-item-text {
  padding-right: 4px;
}

#jubilee-map-section-date .jubilee-map-section-item-text {
  padding: 0.375em 0.75em 0.375em 0.875em;
  border-radius: 0.3125em;
  line-height: 1.1;
  font-size: 0.85em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
}

.jubilee-shapes-organic #jubilee-map-section-date .jubilee-map-section-item-text {
  border-radius: 1.375em;
}

.jubilee-shapes-angled #jubilee-map-section-date .jubilee-map-section-item-text {
  border-radius: 1px;
}

.jubilee-map-section-item-note {
  white-space: nowrap;
  margin-left: 0.625em;
}

/**********************************************
 * 6. TOOLS
 **********************************************/

/*---------------------------------------------
 * MediaElement.js
 *--------------------------------------------*/

.jubilee-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: 9999;
  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.75em 0.9375em 0.4375em 0.9375em;
  font-size: 0.95em;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .jq-dropdown .jq-dropdown-menu,
.jubilee-shapes-organic .jq-dropdown .jq-dropdown-panel {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .jq-dropdown .jq-dropdown-menu,
.jubilee-shapes-angled .jq-dropdown .jq-dropdown-panel {
  border-radius: 1px;
}

.jubilee-shapes-organic .jq-dropdown .jq-dropdown-menu,
.jubilee-shapes-organic .jq-dropdown .jq-dropdown-panel {
  border-radius: 0.5625em;
}

.jubilee-shapes-angled .jq-dropdown .jq-dropdown-menu,
.jubilee-shapes-angled .jq-dropdown .jq-dropdown-panel {
  border-radius: 1px;
}

.jq-dropdown .jq-dropdown-menu a,
.jq-dropdown .jq-dropdown-panel a {
  color: #fff;
}

.jq-dropdown .jq-dropdown-menu li,
.jq-dropdown .jq-dropdown-panel li {
  margin: 0.0625em 0;
}

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

/*---------------------------------------------
 * Tooltipster
 *--------------------------------------------*/

.tooltipster-sidetip.jubilee-tooltipster .tooltipster-box {
  margin: 0 0.625em !important;
  padding: 0;
  border: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .tooltipster-sidetip.jubilee-tooltipster .tooltipster-box {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .tooltipster-sidetip.jubilee-tooltipster .tooltipster-box {
  border-radius: 1px;
}

.tooltipster-sidetip.jubilee-tooltipster .tooltipster-box .tooltipster-content {
  max-width: 31.25em;
  padding: 0.75em 1.125em;
  border-radius: 1px;
  overflow: hidden;
  font-size: 0.85em;
  color: #fff;
}

/**********************************************
 * 7. BACKGROUNDS
 **********************************************/

body {
  background-color: #fdfdfd;
}

.jubilee-color-main-bg,
.jubilee-color-main-bg-alt,
.jubilee-color-accent-bg {
  color: #fff;
}

.jubilee-color-main-bg a,
.jubilee-color-main-bg a:hover,
.jubilee-color-main-bg-alt a,
.jubilee-color-main-bg-alt a:hover,
.jubilee-color-accent-bg a,
.jubilee-color-accent-bg a:hover {
  color: #fff;
}

.jubilee-color-main-bg h1,
.jubilee-color-main-bg #jubilee-comments-title,
.jubilee-color-main-bg .jubilee-h1,
.jubilee-color-main-bg h2,
.jubilee-color-main-bg .jubilee-h2,
.jubilee-color-main-bg #reply-title,
.jubilee-color-main-bg-alt h1,
.jubilee-color-main-bg-alt #jubilee-comments-title,
.jubilee-color-main-bg-alt .jubilee-h1,
.jubilee-color-main-bg-alt h2,
.jubilee-color-main-bg-alt .jubilee-h2,
.jubilee-color-main-bg-alt #reply-title,
.jubilee-color-accent-bg h1,
.jubilee-color-accent-bg #jubilee-comments-title,
.jubilee-color-accent-bg .jubilee-h1,
.jubilee-color-accent-bg h2,
.jubilee-color-accent-bg .jubilee-h2,
.jubilee-color-accent-bg #reply-title {
  color: #fff;
}

.jubilee-bg {
  background-color: #fdfdfd;
}

.jubilee-bg-secondary,
.single-post .bypostauthor > article,
.jubilee-custom-section.jubilee-section-orientation-horizontal,
#jubilee-footer-widgets-row,
.jubilee-caption-image-inner {
  background-color: #f6f6f6;
}

/**********************************************
 * 8. LAYOUT
 **********************************************/

/*---------------------------------------------
 * Viewport Helpers
 *--------------------------------------------*/

.jubilee-viewport-height-1 {
  height: 1vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------------------
 * Centered Blocks
 *--------------------------------------------*/

.jubilee-centered,
#jubilee-calendar-list,
.jubilee-custom-section-content > *,
.jubilee-centered-small,
.jubilee-attachment-image .wp-caption-text,
.jubilee-centered-medium,
.page-template-events-calendar .jubilee-entry-full-content > *:not(#jubilee-calendar),
.jubilee-loop-one-column,
.jubilee-centered-large,
.jubilee-custom-section-content,
#jubilee-banner-inner,
.jubilee-highlights-content {
  margin-left: auto;
  margin-right: auto;
}

.jubilee-centered-large,
.jubilee-custom-section-content,
#jubilee-banner-inner,
.jubilee-highlights-content {
  max-width: 1170px;
}

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

.jubilee-centered-small,
.jubilee-attachment-image .wp-caption-text {
  max-width: 700px;
}

/*---------------------------------------------
 * Constrained Width
 *--------------------------------------------*/

.jubilee-constrained-image-content,
#jubilee-banner-title div {
  max-width: 800px;
}

/*---------------------------------------------
 * Vertical Spacing
 *--------------------------------------------*/

.jubilee-vertical-margin-small,
div.wpcf7,
.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-image-section-content-inner,
.alignnone,
.aligncenter {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jubilee-vertical-padding-medium,
.jubilee-image-section-content,
.jubilee-viewport-height-0 .jubilee-custom-section-content {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

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

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

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

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

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

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

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

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

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

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

.jubilee-vertical-margin-large,
.jubilee-gallery-section,
.jubilee-nav-blocks,
.wp-block-separator,
.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

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

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

.jubilee-vertical-padding-top-large,
.jubilee-footer-bottom-has-shape #jubilee-footer-bottom-inner,
.ctfw-has-loop-multiple #jubilee-content {
  padding-top: 4.6875rem;
}

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

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

.jubilee-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-block-quote.is-style-large,
.wp-pull-quote,
.wp-block-separator,
.has-background,
.wp-block-button,
.jubilee-block-wide-container {
  margin-top: 3.28125rem;
  margin-bottom: 3.28125rem;
}

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

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

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

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

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

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

/*---------------------------------------------
 * Main Content <main>
 *--------------------------------------------*/

#jubilee-content {
  display: block;
  min-height: 20vh;
}

.jubilee-has-entry-map #jubilee-content {
  margin-top: 0 !important;
}

.jubilee-no-comments-section.jubilee-has-nav-blocks #jubilee-content {
  margin-bottom: 0;
}

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

/**********************************************
 * 9. HEADER BAR
 **********************************************/

/*---------------------------------------------
 * Header Bar
 *--------------------------------------------*/

#jubilee-header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998;
  transition: none;
  padding-top: 1.25em;
  padding-bottom: 2.1875em;
}

#jubilee-header-top.jubilee-header-has-line {
  border-top: 0.25em solid transparent;
}

.page-template-homepage.jubilee-scrolled #jubilee-header-top,
.page-template-homepage.jubilee-shapes-square #jubilee-header-top,
body:not(.page-template-homepage) #jubilee-header-top {
  padding-top: 0;
  padding-bottom: 0;
}

.admin-bar #jubilee-header-top {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar #jubilee-header-top {
    top: 46px;
  }
}

@media screen and (max-width: 750px) {
  .jubilee-scrolled.admin-bar #jubilee-header-top {
    top: 0;
  }
}

#jubilee-header-top-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1 !important;
}

.jubilee-scrolled #jubilee-header-top-bg,
body:not(.page-template-homepage) #jubilee-header-top-bg {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

#jubilee-header-top-bg .jubilee-top-shape {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 105%;
}

#jubilee-header-top-bg .jubilee-top-shape:not(.jubilee-show-shape),
body:not(.page-template-homepage) #jubilee-header-top-bg .jubilee-top-shape {
  display: none;
}

#jubilee-header-top-bg .jubilee-top-shape path,
#jubilee-header-top-bg .jubilee-top-shape polygon {
  fill: #fdfdfd;
}

.jubilee-shapes-organic #jubilee-header-top-bg .jubilee-top-shape {
  height: 1.5vw;
}

.jubilee-shapes-angled #jubilee-header-top-bg .jubilee-top-shape {
  height: 2.5vw;
}

.jubilee-scrolled #jubilee-header-top-bg .jubilee-top-shape {
  position: relative;
  top: -100px;
}

#jubilee-header-top-inner {
  display: table;
  width: 100%;
  min-height: 4em;
  height: 5.625em;
  padding-top: 2px;
  font-size: 1rem;
}

#jubilee-header-top-inner > * {
  display: table-cell;
  vertical-align: middle;
}

/*---------------------------------------------
 * Logo
 *--------------------------------------------*/

#jubilee-logo {
  display: table-cell;
  position: relative;
  width: 14%;
}

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

#jubilee-logo-image {
  position: relative;
  max-width: 250px;
}

#jubilee-logo-image a {
  display: inline-block;
}

#jubilee-logo-image img {
  max-height: 60px;
  height: auto;
  width: auto;
  max-width: 250px;
}

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

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

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

  .jubilee-has-hidpi-logo #jubilee-logo-hidpi[width],
  .no-js .jubilee-has-hidpi-logo #jubilee-logo-hidpi {
    display: inline-block;
  }
}

#jubilee-logo-text {
  position: relative;
  margin: 0.25em 0;
  left: -2px;
  line-height: 1;
  letter-spacing: -0.03125em;
  white-space: nowrap;
  /* Uppercase logo */
}

#jubilee-logo-text a {
  color: #fff !important;
  font-weight: bold;
}

.jubilee-has-uppercase #jubilee-logo-text {
  text-transform: uppercase;
}

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

#jubilee-logo-text.jubilee-logo-text-small {
  font-size: 1.5em;
}

#jubilee-logo-text.jubilee-logo-text-medium {
  font-size: 1.75em;
}

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

#jubilee-logo-text.jubilee-logo-text-extra-large {
  font-size: 2.25em;
}

/*---------------------------------------------
 * Search
 *--------------------------------------------*/

#jubilee-header-search {
  position: relative;
}

#jubilee-header-search .jubilee-search-button {
  position: relative;
  margin: 0 !important;
}

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

#jubilee-header-search-opened {
  display: none;
}

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

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

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

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

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

#jubilee-header-search {
  position: relative;
  width: 1%;
  z-index: 2;
  padding-left: 1em;
  text-align: right;
}

#jubilee-header-search a {
  color: #fff;
}

#jubilee-header-search form {
  position: relative;
}

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

.jubilee-search-is-open #jubilee-header-search {
  width: auto;
}

#jubilee-header-search-opened {
  text-align: right;
  white-space: nowrap;
}

#jubilee-header-search-opened > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.375em;
}

#jubilee-header-search-mobile {
  position: relative;
  z-index: 2;
  width: auto;
  display: block;
  padding: 0.25em 0 0.625em 0.6875em;
  text-align: left;
}

#jubilee-header-search-mobile a {
  font-size: 1.8em !important;
  margin-left: 0.1875em !important;
  width: auto;
  float: none;
}

#jubilee-header-search-mobile a:hover {
  color: #fff !important;
}

#jubilee-header-search-mobile form {
  position: relative;
}

#jubilee-header-search-mobile form > * {
  vertical-align: middle;
  display: inline-block;
  margin-left: 0.375em;
}

#jubilee-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
 *--------------------------------------------*/

#jubilee-header-icons-divider {
  width: 1px;
  padding-left: 0.5em;
  height: 100%;
}

#jubilee-header-icons-divider div {
  width: 1px;
  height: 35%;
  background-color: #bbb;
}

/*---------------------------------------------
 * Header Icons
 *--------------------------------------------*/

#jubilee-header .jubilee-icon,
#jubilee-header .jubilee-list-icons {
  font-size: 1.35em;
}

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

/**********************************************
 * 10. HEADER MENU
 **********************************************/

/*---------------------------------------------
 * Header Menu (Dropdowns)
 *--------------------------------------------*/

#jubilee-header-menu {
  padding-top: 0.8125em;
  padding-left: 1.5em;
}

.jubilee-header-has-icons #jubilee-header-menu {
  padding-right: 1.2em;
}

#jubilee-header-menu-content {
  position: relative;
  top: 0;
  margin: 0;
  margin-top: 0.1875em;
  margin-bottom: 15px;
  float: right;
  font-weight: 400;
}

#jubilee-header-menu-content > li {
  display: inline-block;
  margin: 5px 0 0 15px;
  padding-bottom: 0;
  vertical-align: top;
  font-size: 1.05em;
  text-align: center;
  cursor: pointer;
}

#jubilee-header-menu-content > li:not(.jubilee-menu-button) > a {
  margin-bottom: -20px !important;
  padding-bottom: 24px;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.jubilee-has-uppercase #jubilee-header-menu-content > li:not(.jubilee-menu-button) > a {
  text-transform: uppercase;
  font-size: 0.85em;
}

.jubilee-header-menu-wrapped #jubilee-header-menu-content > li:not(.jubilee-menu-button) > a {
  margin-bottom: -14px !important;
  padding-bottom: 18px;
}

#jubilee-header-menu-content > li.jubilee-menu-button {
  top: -1px;
  padding: 0 2px 17px 2px;
  margin-bottom: -20px !important;
  font-size: 1em;
}

#jubilee-header-menu-content > li.jubilee-menu-button > a {
  margin-top: -10px !important;
  transition: none;
}

#jubilee-header-menu-content > li.jubilee-menu-button > a:hover {
  border-color: #fff !important;
  color: #fff !important;
}

.jubilee-header-menu-wrapped #jubilee-header-menu-content > li.jubilee-menu-button {
  padding-bottom: 3px;
  margin-bottom: -7px !important;
  border-bottom: 1px solid transparent;
}

#jubilee-header-menu-content > li.jubilee-menu-button a:hover,
#jubilee-header-menu-content > li.jubilee-menu-button a:focus,
#jubilee-header-menu-content > li.jubilee-menu-button a:active {
  transform: none !important;
}

#jubilee-header-menu-content > li:nth-child(1) > a:hover {
  z-index: 99;
}

#jubilee-header-menu-content > li:nth-child(2) > a:hover {
  z-index: 98;
}

#jubilee-header-menu-content > li:nth-child(3) > a:hover {
  z-index: 97;
}

#jubilee-header-menu-content > li:nth-child(4) > a:hover {
  z-index: 96;
}

#jubilee-header-menu-content > li:nth-child(5) > a:hover {
  z-index: 95;
}

#jubilee-header-menu-content > li:nth-child(6) > a:hover {
  z-index: 94;
}

#jubilee-header-menu-content > li:nth-child(7) > a:hover {
  z-index: 93;
}

#jubilee-header-menu-content > li:nth-child(8) > a:hover {
  z-index: 92;
}

#jubilee-header-menu-content > li:nth-child(9) > a:hover {
  z-index: 91;
}

#jubilee-header-menu-content > li:nth-child(10) > a:hover {
  z-index: 90;
}

#jubilee-header-menu-content > li:nth-child(11) > a:hover {
  z-index: 89;
}

#jubilee-header-menu-content > li:nth-child(12) > a:hover {
  z-index: 87;
}

#jubilee-header-menu-content > li:nth-child(13) > a:hover {
  z-index: 86;
}

#jubilee-header-menu-content > li:nth-child(14) > a:hover {
  z-index: 85;
}

#jubilee-header-menu-content > li:nth-child(15) > a:hover {
  z-index: 84;
}

#jubilee-header-menu-content > li:nth-child(16) > a:hover {
  z-index: 83;
}

#jubilee-header-menu-content > li:nth-child(17) > a:hover {
  z-index: 82;
}

#jubilee-header-menu-content > li:nth-child(18) > a:hover {
  z-index: 81;
}

#jubilee-header-menu-content > li:nth-child(19) > a:hover {
  z-index: 80;
}

#jubilee-header-menu-content > li:nth-child(20) > a:hover {
  z-index: 79;
}

#jubilee-header-menu-content > li:not(.jubilee-menu-button) > a {
  position: relative;
  display: inline-block;
  text-align: center;
}

#jubilee-header-menu-content ul > li:hover > a,
#jubilee-header-menu-content ul ul li:hover > a,
#jubilee-header-menu-content ul ul li.sfHover > a,
#jubilee-header-menu-content ul ul li a:focus,
#jubilee-header-menu-content ul ul li a:hover,
#jubilee-header-menu-content ul ul li a:active {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 13px;
  margin-left: -7px;
  margin-right: -6px;
  margin-top: -3px;
  margin-bottom: -3px;
  opacity: 1;
  font-weight: normal;
  transition: background-color 0.25s ease-in-out;
}

#jubilee-header-menu-content ul > li:first-child:hover > a,
#jubilee-header-menu-content ul ul li:first-child:hover > a,
#jubilee-header-menu-content ul ul li:first-child.sfHover > a,
#jubilee-header-menu-content ul ul li:first-child a:focus,
#jubilee-header-menu-content ul ul li:first-child a:hover,
#jubilee-header-menu-content ul ul li:first-child a:active {
  padding-top: 11px;
  margin-top: -5px;
}

#jubilee-header-menu-content ul > li:last-child:hover > a,
#jubilee-header-menu-content ul ul li:last-child:hover > a,
#jubilee-header-menu-content ul ul li:last-child.sfHover > a,
#jubilee-header-menu-content ul ul li:last-child a:focus,
#jubilee-header-menu-content ul ul li:last-child a:hover,
#jubilee-header-menu-content ul ul li:last-child a:active {
  padding-bottom: 11px;
  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;
}

.jubilee-header-menu-wrapped .sf-menu > li:hover > ul,
.jubilee-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.jubilee-menu-button:not(.jq-dropdown-align-right):hover ul,
.sf-menu li.jubilee-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;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
  border-top-left-radius: 0.5625em;
  border-top-right-radius: 0.5625em;
}

.jubilee-shapes-organic .sf-menu ul {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .sf-menu ul {
  border-radius: 1px;
}

.jubilee-shapes-organic .sf-menu ul {
  border-radius: 0.5625em;
}

.jubilee-shapes-angled .sf-menu ul {
  border-radius: 1px;
}

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

.jubilee-shapes-angled .sf-menu ul ul {
  border-radius: 1px;
  border-radius: 1px;
}

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

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

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

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

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

.jubilee-menu-arrow {
  position: absolute;
  top: 50%;
  right: 0em;
  margin-top: -0.425em;
  font-size: 1em;
  color: #fff;
  opacity: 0.8;
}

.sf-menu > li.jq-dropdown-open-left .jubilee-menu-arrow {
  margin-right: -0.15625em;
}

#jubilee-header-search input[type=text] {
  border-color: #fff;
}

/*---------------------------------------------
 * 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: -0.5em;
  padding: 0;
  float: right;
  text-align: right;
}

.mean-container a.meanmenu-reveal {
  display: block;
  position: absolute;
  top: -12px;
  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: #fff !important;
}

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

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

.mean-container .mean-nav {
  display: inline-block;
  width: 226px;
  margin: 25px 0 0 0;
  float: right;
  font-size: 1.05em;
  line-height: 1.3;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
  border-radius: 0.5625em !important;
  max-height: 350px;
  max-height: calc(100vh - 80px);
  overflow: auto;
}

.jubilee-shapes-organic .mean-container .mean-nav {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .mean-container .mean-nav {
  border-radius: 1px;
}

.jubilee-shapes-angled .mean-container .mean-nav {
  border-radius: 1px !important;
}

.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 !important;
}

.mean-container .mean-nav > ul > li > a {
  font-size: 1.1em;
  font-weight: 500;
}

.jubilee-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 );
  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: 5%;
}

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

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

.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;
  border-radius: 4px;
}

.jubilee-shapes-organic .mean-container .mean-nav ul li a.mean-expand {
  border-radius: 10px;
}

.jubilee-shapes-angled .mean-container .mean-nav ul li a.mean-expand {
  border-radius: 1px;
}

.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 * {
  box-sizing: content-box;
}

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

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

/**********************************************
 * 1. HEADER MENU
 **********************************************/

/*---------------------------------------------
 * Banner / Title / Breadcrumbs
 *--------------------------------------------*/

#jubilee-banner {
  position: relative;
  width: 100%;
  z-index: 6;
}

.js #jubilee-banner {
  visibility: hidden;
}

.jubilee-header-shape {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
}

.jubilee-header-shape:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-header-shape path,
.jubilee-header-shape polygon {
  fill: #fdfdfd;
}

.jubilee-shapes-organic .jubilee-header-shape {
  height: 2.5vw;
}

.jubilee-shapes-angled .jubilee-header-shape {
  height: 3vw;
}

.jubilee-single-has-map .jubilee-header-shape {
  display: none;
}

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

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

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

.jubilee-has-breadcrumbs .jubilee-banner-image-gradient-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.4) 85%, rgba(0, 0, 0, 0.4) 100%);
}

.jubilee-no-breadcrumbs .jubilee-banner-image-gradient-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.25) 100%);
}

.jubilee-banner-image-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.3) 100%);
}

#jubilee-banner-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12.7% 0 10.1% 0;
  text-align: center;
}

.jubilee-no-header-image #jubilee-banner-inner {
  padding-top: 10.25%;
  padding-bottom: 7.75%;
}

.jubilee-header-menu-wrapped .jubilee-no-header-image #jubilee-banner-inner {
  padding-top: 15.25%;
}

#jubilee-banner-image-by-title {
  display: inline-block;
  vertical-align: top;
  width: 5em;
  height: 5em;
  margin-top: -1.25em;
  position: relative;
  top: 0.625em;
}

#jubilee-banner-image-by-title img {
  width: 100%;
  height: auto;
  margin-top: 2.75em;
  border-width: 0;
  border-radius: 0.5625em;
}

.jubilee-shapes-organic #jubilee-banner-image-by-title img {
  border-radius: 5em;
}

.jubilee-shapes-angled #jubilee-banner-image-by-title img {
  border-radius: 1px;
}

#jubilee-banner-title {
  display: inline-block;
  height: 100%;
  text-align: center;
  vertical-align: top;
}

.jubilee-banner-has-image-by-title #jubilee-banner-title {
  width: 100%;
}

.jubilee-shapes-square .jubilee-has-breadcrumbs.jubilee-has-header-archives #jubilee-banner-title {
  position: relative;
  top: 0.625em;
}

.jubilee-has-breadcrumbs:not(.jubilee-has-header-archives) #jubilee-banner-title {
  position: relative;
  top: 0.625em;
}

@media only screen and (min-width: 541px) {
  .jubilee-single-has-map .jubilee-has-breadcrumbs.jubilee-has-header-archives #jubilee-banner-title {
    position: relative;
    top: -1.25em;
  }
}

@media only screen and (max-width: 540px) {
  .jubilee-single-has-map .jubilee-has-breadcrumbs.jubilee-has-header-archives #jubilee-banner-title {
    position: relative;
    top: 0em;
  }
}

#jubilee-banner-title div {
  display: block;
  margin-top: 0.95em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.jubilee-has-header-image #jubilee-banner-title div {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.jubilee-banner-title-length-25 #jubilee-banner-title {
  font-size: 0.9em;
}

.jubilee-banner-title-length-30 #jubilee-banner-title {
  font-size: 0.85em;
  padding-top: 0.625em;
}

.jubilee-banner-title-length-35 #jubilee-banner-title {
  font-size: 0.8em;
  padding-top: 1.125em;
}

.jubilee-banner-title-length-40 #jubilee-banner-title {
  font-size: 0.75em;
  padding-top: 0.9375em;
}

#jubilee-banner-top {
  position: absolute;
  top: 6.2em;
  right: 0;
  width: 100%;
  border: 1px solid transparent;
}

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

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

.ctfw-breadcrumbs {
  padding: 0.5625em 0 0 0;
  float: left;
  white-space: nowrap;
}

.jubilee-shapes-organic .ctfw-breadcrumbs {
  border-radius: 1.5em;
}

.jubilee-shapes-angled .ctfw-breadcrumbs {
  border-radius: 1px;
}

.ctfw-breadcrumbs a {
  color: #fff;
  transition: all 0.3s;
}

.ctfw-breadcrumbs a:hover {
  color: #fff !important;
}

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

#jubilee-header-archives {
  margin: 0;
  list-style: none;
  float: right;
  padding: 0.5625em 0.5em 0.625em 1.25em;
  color: #000;
  border-radius: 0.3125em;
}

.jubilee-has-uppercase #jubilee-header-archives {
  font-size: 0.7em;
}

.jubilee-shapes-organic #jubilee-header-archives {
  border-radius: 1.5em;
}

.jubilee-shapes-angled #jubilee-header-archives {
  border-radius: 1px;
}

#jubilee-header-archives a {
  transition: opacity 0.3s;
  opacity: 0.85;
  color: #000 !important;
}

#jubilee-header-archives a:hover {
  opacity: 1;
}

.jubilee-header-archive-top {
  display: inline-block;
  margin-right: 0.3125em;
}

.jubilee-has-uppercase .jubilee-header-archive-top {
  text-transform: uppercase;
}

.jubilee-header-archive-top:last-child {
  margin-right: 0;
}

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

.jubilee-header-archive-top-name {
  white-space: nowrap;
}

.jubilee-header-archive-top-name .jubilee-icon {
  font-size: 1.1em !important;
  position: relative;
  top: 0.03125em;
  left: -0.0625em;
}

.jubilee-header-archive-dropdown {
  display: none;
  width: 15em;
  margin-top: 0.125em;
  margin-left: -1.0625em;
}

.jubilee-header-archive-dropdown.jq-dropdown-anchor-right {
  margin-left: 0.875em;
}

.jubilee-header-archive-dropdown .jq-dropdown-panel {
  font-size: 1.05em;
}

.jubilee-header-archive-dropdown ul {
  margin: 0;
  list-style: none;
  line-height: 1.4;
}

.jubilee-header-archive-dropdown ul li a {
  display: inline-block;
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jubilee-header-archive-dropdown ul li .jubilee-header-archive-dropdown-count {
  color: #fff;
  display: inline-block;
  float: right;
}

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

.page-template-events-upcoming .jubilee-header-archive-dropdown-count,
.page-template-events-past .jubilee-header-archive-dropdown-count,
.tax-ctc_event_category .jubilee-header-archive-dropdown-count {
  display: none !important;
}

#jubilee-banner-top {
  height: 100%;
  top: 0;
  padding-top: 6.2em;
}

.ctfw-breadcrumbs {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

#jubilee-header-archives {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  float: none;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap !important;
}

.jubilee-shapes-square #jubilee-header-archives {
  bottom: -1.4375em;
}

@media only screen and (min-width: 1600px) {
  .jubilee-shapes-organic #jubilee-header-archives,
  .jubilee-shapes-angled #jubilee-header-archives {
    bottom: 0.625em;
  }
}

@media only screen and (max-width: 980px) {
  .jubilee-shapes-organic #jubilee-header-archives,
  .jubilee-shapes-angled #jubilee-header-archives {
    bottom: -0.625em;
  }
}

@media only screen and (min-width: 541px) {
  .jubilee-single-has-map #jubilee-header-archives {
    bottom: 3.125em;
  }
}

@media only screen and (max-width: 540px) {
  .jubilee-single-has-map #jubilee-header-archives {
    bottom: 0.75em;
  }
}

/**********************************************
 * 12. FOOTER
 **********************************************/

/*---------------------------------------------
 * Footer Container
 *--------------------------------------------*/

#jubilee-footer {
  z-index: 0;
  position: relative;
}

/*---------------------------------------------
 * Footer at Bottom
 *--------------------------------------------*/

body:not(.mce-content-body) {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#jubilee-content {
  flex: 1;
}

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

  #jubilee-content {
    flex: none;
  }
}

/*---------------------------------------------
 * Footer Widgets
 *--------------------------------------------*/

#jubilee-footer-widgets-row {
  min-height: 300px;
  overflow: hidden;
}

.jubilee-footer-widgets-has-shape .jubilee-widgets-row-inner {
  padding-top: 3.4375em;
}

.jubilee-footer-widgets-no-shape .jubilee-widgets-row-inner {
  padding-top: 0.625em;
}

.jubilee-footer-widgets-shape {
  position: absolute;
  top: -1px;
  width: 100%;
  transform: scaleX(-1);
}

.jubilee-footer-widgets-shape:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-footer-widgets-shape path,
.jubilee-footer-widgets-shape polygon {
  fill: #fdfdfd;
}

.jubilee-shapes-organic .jubilee-footer-widgets-shape {
  height: 2vw;
}

.jubilee-shapes-angled .jubilee-footer-widgets-shape {
  height: 2vw;
}

/*---------------------------------------------
 * Footer Map
 *--------------------------------------------*/

body:not(.home) #jubilee-footer.jubilee-footer-no-widgets .jubilee-map-section::after {
  display: block;
  position: absolute;
  top: 0;
  height: 5em !important;
  width: 100% !important;
  margin-top: -5em;
  content: "";
  /* FF3.6-30 */
  /* 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)
 *--------------------------------------------*/

#jubilee-footer-bottom {
  position: relative;
}

#jubilee-footer-bottom-inner {
  width: 100%;
}

#jubilee-footer-bottom-inner a {
  color: #fff !important;
}

#jubilee-footer-bottom-inner > *:first-child {
  margin-top: 0;
}

.jubilee-footer-bottom-shape {
  position: absolute;
  top: -1px;
  width: 100%;
}

.jubilee-footer-bottom-shape:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-footer-bottom-shape path,
.jubilee-footer-bottom-shape polygon {
  fill: #fdfdfd;
}

.jubilee-footer-has-widgets .jubilee-footer-bottom-shape path,
.jubilee-footer-has-widgets .jubilee-footer-bottom-shape polygon {
  fill: #f6f6f6;
}

.jubilee-shapes-organic .jubilee-footer-bottom-shape {
  height: 2vw;
}

.jubilee-shapes-angled .jubilee-footer-bottom-shape {
  height: 2vw;
}

#jubilee-footer-icons .jubilee-list-icons {
  font-size: 2.8em;
  text-align: center;
}

#jubilee-footer-icons .jubilee-list-icons a {
  transition: opacity 1s ease;
  color: #fff;
}

#jubilee-footer-icons .jubilee-list-icons a:hover {
  opacity: 0.6;
}

#jubilee-footer-menu ul {
  margin: 0;
  list-style: none;
}

#jubilee-footer-menu-content {
  margin: 0 -1.9% !important;
  margin-bottom: -1.125em !important;
}

.jubilee-footer-no-submenu #jubilee-footer-menu-content {
  margin: 0 -0.21875em !important;
}

.jubilee-footer-no-submenu #jubilee-footer-menu-content {
  margin-bottom: -0.4375em !important;
}

.jubilee-footer-has-icons #jubilee-footer-menu-content,
.jubilee-footer-has-notice #jubilee-footer-menu-content {
  text-align: center;
}

#jubilee-footer-menu-content > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 1.2em;
  margin: 0 1.9%;
  margin-bottom: 1.125em;
}

.jubilee-footer-no-submenu #jubilee-footer-menu-content > li {
  margin: 0 1.1%;
}

.jubilee-footer-no-submenu #jubilee-footer-menu-content > li {
  margin-bottom: 0.4375em;
}

#jubilee-footer-menu-content > li > a {
  display: inline-block;
  font-size: 0.85em;
}

.jubilee-has-uppercase #jubilee-footer-menu-content > li > a {
  text-transform: uppercase;
}

.jubilee-footer-has-submenu #jubilee-footer-menu-content > li > a {
  padding-bottom: 0.1875em;
  font-weight: 500;
}

#jubilee-footer-menu-content > li > ul {
  font-size: 0.725em;
}

#jubilee-footer-notice {
  font-size: 0.85em;
  text-align: center;
}

#jubilee-footer-notice a {
  font-weight: bold;
}

/*---------------------------------------------
 * Bottom Sticky
 *--------------------------------------------*/

#jubilee-sticky {
  display: none;
  position: fixed;
  bottom: 0.9375em;
  right: 0.9375em;
  margin-left: 0.9375em;
  width: auto;
  max-width: calc( 100% - 1.8em );
  z-index: 1000;
}

#jubilee-sticky-inner {
  position: relative;
  padding: 0.375em 2.875em 0 1.125em;
  height: 3.125em;
  background-color: rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
}

.jubilee-shapes-organic #jubilee-sticky-inner {
  border-radius: 1.125em;
}

.jubilee-shapes-angled #jubilee-sticky-inner {
  border-radius: 1px;
}

.jubilee-shapes-organic #jubilee-sticky-inner {
  border-radius: 1.5625em;
}

#jubilee-sticky-content {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4;
  color: #fff;
  width: 100%;
}

#jubilee-sticky-content a {
  font-weight: bold;
  color: #fff;
}

.jubilee-sticky-item {
  display: inline-block;
  margin-right: 1.125em;
  padding-top: 0.6875em !important;
}

.jubilee-sticky-item:last-child {
  margin-right: 0;
}

.jubilee-sticky-item-date {
  margin-right: 0.625em;
  padding: 0.3125em 0.4375em 0.3125em 0.75em;
  color: #000;
  font-size: 0.8em;
  font-weight: normal;
  border-radius: 0.3125em;
  text-transform: uppercase;
}

.jubilee-shapes-organic .jubilee-sticky-item-date {
  border-radius: 1.375em;
}

.jubilee-shapes-angled .jubilee-sticky-item-date {
  border-radius: 1px;
}

.jubilee-sticky-item-title {
  color: #fff;
  font-size: 1.05em;
  position: relative;
  top: 0.0625em;
  transition: all 0.3s;
}

#jubilee-sticky-content-custom-content {
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: 100%;
}

#jubilee-sticky-content-custom-content a {
  text-decoration: underline;
}

#jubilee-sticky-dismiss {
  display: inline-block;
  position: absolute;
  top: 0.75em;
  right: 0.875em;
  padding: 0;
}

.jubilee-shapes-organic #jubilee-sticky-dismiss {
  right: 1em;
}

#jubilee-sticky-dismiss a {
  font-size: 0.8em;
  color: #fff !important;
  transition: opacity 0.3s;
}

/**********************************************
 * 13. WIDGETS
 **********************************************/

/*---------------------------------------------
 * Shared Styles
 *--------------------------------------------*/

.jubilee-widget .jubilee-entry-compact {
  margin-top: 1.875em;
}

.jubilee-widget .jubilee-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;
}

.jubilee-widgets-row-content {
  position: relative;
  margin-top: -4.375em !important;
  margin-right: -6%;
}

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

.jubilee-widgets-row-content aside *:not([class^=mejs-]):not(button):first-child {
  margin-top: 0;
}

.jubilee-widgets-row-content aside *:not([class^=mejs-]):not(button):last-child {
  margin-bottom: 0;
}

.jubilee-widgets-row-content aside h2,
.jubilee-widgets-row-content aside .jubilee-h2,
.jubilee-widgets-row-content aside #reply-title {
  font-size: 1.9em;
}

/*---------------------------------------------
 * WP Search
 *--------------------------------------------*/

.widget_search .jubilee-search-field {
  margin-left: 0;
}

.widget_search .jubilee-search-button {
  font-size: 1.7em;
  color: #000;
}

/*---------------------------------------------
 * 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,
.widget_text .textwidget #jubilee-comments-title,
.widget_text .textwidget .jubilee-h1,
.widget_text .textwidget h2,
.widget_text .textwidget .jubilee-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
 *--------------------------------------------*/

.wp-calendar-table {
  margin-top: 0 !important;
}

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

.jubilee-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 nav span {
  padding-top: 1.125em;
}

.jubilee-has-uppercase .widget_calendar #wp-calendar nav span {
  text-transform: uppercase;
}

.widget_calendar #wp-calendar nav span a {
  font-weight: bold;
}

.widget_calendar #wp-calendar nav span#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 {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
  padding: 1em 1.25em;
  line-height: 1.45;
}

.jubilee-shapes-organic .widget_rss li {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .widget_rss li {
  border-radius: 1px;
}

.jubilee-shapes-organic .widget_rss li {
  border-radius: 0.5625em;
}

.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 .jubilee-h2 img,
.widget_rss #reply-title img {
  display: none;
}

.widget_rss h2 a,
.widget_rss .jubilee-h2 a,
.widget_rss #reply-title a {
  color: #000;
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss cite {
  margin-top: 0.375em;
  font-size: 0.9em;
}

.widget_rss .rss-date {
  display: block;
}

.widget_rss cite {
  display: block;
  font-style: italic;
}

.widget_rss .rssSummary {
  margin-top: 0.625em;
  font-size: 0.85em;
}

/*---------------------------------------------
 * CT Highlight Widget
 *--------------------------------------------*/

.jubilee-highlight {
  max-width: 375px;
  display: inline-block;
}

.jubilee-highlight,
.jubilee-highlight .jubilee-caption-image,
.jubilee-highlight .jubilee-caption-image-inner,
.jubilee-highlight .jubilee-caption-image-brightness,
.jubilee-highlight .jubilee-caption-image-gradient,
.jubilee-highlight img {
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .jubilee-highlight,
.jubilee-shapes-organic .jubilee-highlight .jubilee-caption-image,
.jubilee-shapes-organic .jubilee-highlight .jubilee-caption-image-inner,
.jubilee-shapes-organic .jubilee-highlight .jubilee-caption-image-brightness,
.jubilee-shapes-organic .jubilee-highlight .jubilee-caption-image-gradient,
.jubilee-shapes-organic .jubilee-highlight img {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .jubilee-highlight,
.jubilee-shapes-angled .jubilee-highlight .jubilee-caption-image,
.jubilee-shapes-angled .jubilee-highlight .jubilee-caption-image-inner,
.jubilee-shapes-angled .jubilee-highlight .jubilee-caption-image-brightness,
.jubilee-shapes-angled .jubilee-highlight .jubilee-caption-image-gradient,
.jubilee-shapes-angled .jubilee-highlight img {
  border-radius: 1px;
}

/*---------------------------------------------
 * CT Gallery Widget
 *--------------------------------------------*/

.jubilee-widget .gallery {
  margin-top: 0;
  margin-bottom: 0;
}

.jubilee-gallery-widget-link {
  margin-top: 1.875em;
  font-size: 0.9em;
  text-align: center;
}

.jubilee-gallery-widget-link .jubilee-button,
.jubilee-gallery-widget-link .widget_tag_cloud a,
.widget_tag_cloud .jubilee-gallery-widget-link a {
  font-size: 1.1em;
}

/*---------------------------------------------
 * CT Giving Widget
 *--------------------------------------------*/

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

.widget_mc4wp_form_widget input[type=submit] {
  font-size: 0.9em;
}

/**********************************************
 * 14. HOMEPAGE
 **********************************************/

/*---------------------------------------------
 * Homepage Widget Area
 *--------------------------------------------*/

#jubilee-home-main {
  padding-top: 3.75em;
  padding-bottom: 1.25em;
  overflow: hidden;
}

#jubilee-home-main > *:first-child:not(.jubilee-home-highlights-section):not(.jubilee-home-secondary-widgets-section):not(.jubilee-map-section) {
  padding-top: 2.5em;
  padding-bottom: 1.25em;
  margin-bottom: -1.25em;
}

#jubilee-home-main > *:first-child.jubilee-image-section:not(.jubilee-section-orientation-horizontal).jubilee-image-section-no-image {
  margin-top: 4.375em;
}

#jubilee-home-main > *:first-child.jubilee-image-section:not(.jubilee-section-orientation-horizontal).jubilee-image-section-has-image {
  padding-top: 7.5em;
  padding-bottom: 0em;
}

.jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-image-section:not(.jubilee-section-orientation-horizontal).jubilee-image-section-no-image {
  margin-top: 1.25em;
}

.jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-image-section:not(.jubilee-section-orientation-horizontal).jubilee-image-section-has-image {
  margin-top: -2.5em;
  padding-top: 8.4375em;
}

#jubilee-home-main > *:first-child.jubilee-section-orientation-horizontal {
  visibility: visible !important;
  padding-top: 0.5em;
  margin-top: 8.75em;
}

.jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-section-orientation-horizontal {
  margin-top: 6.25em;
}

#jubilee-home-main > *:first-child.jubilee-map-section {
  padding-top: 0.5em;
  margin-top: 8.75em;
}

.jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-map-section {
  margin-top: 6.25em;
}

#jubilee-home-main > *:first-child.jubilee-home-highlights-section,
#jubilee-home-main > *:first-child.jubilee-home-secondary-widgets-section {
  margin-top: 10em;
}

.jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-home-highlights-section,
.jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-home-secondary-widgets-section {
  margin-top: 7.5em;
}

#jubilee-home-main > *:first-child.jubilee-gallery-section {
  margin-top: 7.5em;
}

.jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-gallery-section {
  margin-top: 5em;
}

#jubilee-home-no-widgets-section {
  padding-top: 8.125em !important;
}

#jubilee-home-no-widgets-section .jubilee-custom-section-content {
  padding: 0 5%;
}

/*---------------------------------------------
 * All Sections
 *--------------------------------------------*/

.jubilee-home-section {
  margin: 5.625em 0;
}

.jubilee-home-section:first-child {
  margin-top: 0;
}

.jubilee-home-section:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------
 * Custom Section
 *--------------------------------------------*/

.jubilee-custom-section {
  display: table;
  width: 100%;
  position: relative;
}

.jubilee-custom-section.jubilee-map-section {
  display: block;
}

.js .jubilee-custom-section.jubilee-section-has-image.jubilee-first-home-widget {
  visibility: hidden;
}

.jubilee-custom-section.jubilee-section-orientation-horizontal {
  padding-top: 3.125em !important;
  padding-bottom: 3.125em !important;
}

.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  transform: scaleX(-1);
}

.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape path,
.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape polygon {
  fill: #fdfdfd;
}

.jubilee-shapes-organic .jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape {
  height: 1.5vw;
}

.jubilee-shapes-angled .jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape {
  height: 2vw;
}

.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape-bottom:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape-bottom path,
.jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape-bottom polygon {
  fill: #fdfdfd;
}

.jubilee-shapes-organic .jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-horizontal-section-shape-bottom {
  height: 2.5vw;
}

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

@media only screen and (min-width: 2501px) {
  .jubilee-custom-section-inner {
    padding: 0 25%;
  }
}

@media only screen and (max-width: 2500px) {
  .jubilee-custom-section-inner {
    padding: 0 20%;
  }
}

@media only screen and (max-width: 2200px) {
  .jubilee-custom-section-inner {
    padding: 0 15%;
  }
}

@media only screen and (max-width: 1900px) {
  .jubilee-custom-section-inner {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 1600px) {
  .jubilee-custom-section-inner {
    padding: 0 5%;
  }
}

.jubilee-custom-section-content {
  text-align: left;
}

.jubilee-first-home-widget.jubilee-image-section-no-image:not(.jubilee-section-orientation-horizontal) .jubilee-custom-section-content {
  margin-top: 6.875em;
}

.jubilee-custom-section-content > * {
  max-width: 770px;
  text-align: center;
}

.jubilee-home-section.jubilee-section-no-large-text.jubilee-section-orientation-vertical:not(.jubilee-first-home-widget) .jubilee-custom-section-content > * {
  max-width: 770px !important;
}

.jubilee-custom-section-content > *:first-child {
  margin-top: 0;
}

.jubilee-custom-section-content > *:last-child {
  margin-bottom: 0;
}

.jubilee-custom-section-content h1,
.jubilee-custom-section-content #jubilee-comments-title,
.jubilee-custom-section-content .jubilee-h1 {
  font-size: 4.2em;
  letter-spacing: -0.03125em;
}

.jubilee-custom-section-content h2,
.jubilee-custom-section-content .jubilee-h2,
.jubilee-custom-section-content #reply-title {
  font-size: 3.2em;
  letter-spacing: -0.03125em;
}

.jubilee-custom-section-content .jubilee-custom-section-text {
  max-width: 900px;
}

.jubilee-first-home-widget:not(.jubilee-section-orientation-horizontal) .jubilee-custom-section-content .jubilee-custom-section-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.jubilee-custom-section-content .jubilee-custom-section-text.jubilee-custom-section-text-quote {
  font-style: italic;
}

.jubilee-custom-section-content .jubilee-custom-section-text blockquote {
  color: #fff;
}

.jubilee-custom-section-content .jubilee-custom-section-text p {
  margin: 0.9375em 0 !important;
}

.jubilee-custom-section-content .jubilee-custom-section-text p:first-child {
  margin-top: 0;
}

.jubilee-section-orientation-vertical.jubilee-section-has-title .jubilee-custom-section-content .jubilee-custom-section-text p:first-child {
  padding-top: 0.25em;
}

.jubilee-custom-section-content .jubilee-custom-section-text p:last-child {
  margin-bottom: 0;
}

.jubilee-section-has-large-text .jubilee-custom-section-content .jubilee-custom-section-text {
  line-height: 1.4;
  font-size: 2.2rem;
}

.jubilee-custom-section-content .jubilee-custom-section-text img {
  max-width: 100%;
}

.jubilee-custom-section-content .jubilee-custom-section-buttons {
  max-width: 100%;
  padding-bottom: 0.5em;
}

.jubilee-section-orientation-vertical.jubilee-section-has-title .jubilee-custom-section-content .jubilee-custom-section-buttons,
.jubilee-section-orientation-vertical.jubilee-section-has-content .jubilee-custom-section-content .jubilee-custom-section-buttons {
  padding-top: 0.625em;
}

.jubilee-section-orientation-horizontal .jubilee-custom-section-content {
  display: table;
  width: 100%;
}

.jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-text {
  position: relative;
  top: -1px;
}

.jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-text,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-buttons {
  display: table-cell;
}

.jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
.jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title {
  width: 1%;
  position: relative;
  top: 0.125em;
  padding-right: 1.5625em;
  white-space: nowrap;
}

.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-text {
  width: 99%;
}

.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-buttons {
  padding-left: 1.875em;
  padding-top: 0.375em;
  vertical-align: top;
}

.jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-buttons ul {
  float: right;
  white-space: nowrap;
}

.jubilee-section-orientation-horizontal.jubilee-section-no-title.jubilee-section-no-buttons .jubilee-custom-section-text {
  display: block;
  margin: 0 auto;
}

.jubilee-section-orientation-horizontal.jubilee-section-no-title.jubilee-section-no-content .jubilee-custom-section-buttons {
  display: block;
  padding-left: 0;
  padding-top: 0;
}

.jubilee-section-orientation-horizontal.jubilee-section-no-title.jubilee-section-no-content .jubilee-custom-section-buttons ul {
  float: none;
  white-space: normal;
}

.jubilee-section-orientation-horizontal.jubilee-section-no-title.jubilee-section-no-content .jubilee-custom-section-buttons a {
  font-size: 0.9em;
}

.jubilee-section-orientation-horizontal.jubilee-section-has-title.jubilee-section-has-buttons.jubilee-section-no-content h1,
.jubilee-section-orientation-horizontal.jubilee-section-has-title.jubilee-section-has-buttons.jubilee-section-no-content #jubilee-comments-title,
.jubilee-section-orientation-horizontal.jubilee-section-has-title.jubilee-section-has-buttons.jubilee-section-no-content .jubilee-h1,
.jubilee-section-orientation-horizontal.jubilee-section-has-title.jubilee-section-has-buttons.jubilee-section-no-content h2,
.jubilee-section-orientation-horizontal.jubilee-section-has-title.jubilee-section-has-buttons.jubilee-section-no-content .jubilee-h2,
.jubilee-section-orientation-horizontal.jubilee-section-has-title.jubilee-section-has-buttons.jubilee-section-no-content #reply-title {
  vertical-align: middle;
}

.jubilee-section-orientation-horizontal.jubilee-section-has-title.jubilee-section-has-buttons.jubilee-section-no-content .jubilee-custom-section-buttons {
  padding-top: 0;
}

@media only screen and (min-width: 1024px) {
  .jubilee-image-section-has-image.jubilee-image-section-image-left .jubilee-custom-section-content {
    padding-left: 4%;
  }
}

@media only screen and (max-width: 920px) {
  .container {
    top: -5vh;
    right: -35vw;
  }
}

@media only screen and (max-width: 680px) {
  .container {
    right: -40vw;
  }
}

@media only screen and (max-width: 440px) {
  .container {
    right: -45vw;
  }
}

/*---------------------------------------------
 * Section with Image (Left or Right Side)
 *--------------------------------------------*/

.jubilee-image-section {
  position: relative;
}

.jubilee-image-section.jubilee-image-section-has-image {
  min-height: 350px;
}

.jubilee-image-section.jubilee-image-section-no-image:not(.jubilee-section-orientation-horizontal) .jubilee-image-section-content-inner {
  max-width: 100% !important;
}

.jubilee-first-home-widget .jubilee-image-section.jubilee-image-section-no-image:not(.jubilee-section-orientation-horizontal) .jubilee-image-section-content-inner {
  margin-top: 6.875em;
}

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

.jubilee-image-section-image.jubilee-image-section-overlay {
  transform: scale(0.999);
}

.jubilee-first-home-widget .jubilee-image-section-image {
  margin-top: 7.5em;
  height: calc( 100% - 7.5em );
}

.jubilee-shapes-square .jubilee-first-home-widget.jubilee-image-section-has-image.jubilee-image-section-image-right .jubilee-image-section-image {
  margin-top: 8.5em;
  height: calc( 100% - 8.5em );
}

.jubilee-shapes-organic .jubilee-image-section-has-image.jubilee-image-section-image-right .jubilee-image-section-image {
  border-width: 0;
  right: -3vw;
}

.jubilee-shapes-organic .jubilee-image-section-has-image:nth-child(1n).jubilee-image-section-image-right .jubilee-image-section-image {
  border-radius: 40% 58% 0% 97%/69% 8% 21% 29%;
}

.jubilee-shapes-organic .jubilee-image-section-has-image:nth-child(2n).jubilee-image-section-image-right .jubilee-image-section-image {
  border-radius: 100% 59% 98% 70%/49% 25% 51% 100%;
}

.jubilee-shapes-organic .jubilee-image-section-has-image:nth-child(3n).jubilee-image-section-image-right .jubilee-image-section-image {
  border-radius: 77% 21% 20% 78%/28% 71% 20% 69%;
}

.jubilee-shapes-organic .jubilee-image-section-has-image:nth-child(4n).jubilee-image-section-image-right .jubilee-image-section-image {
  border-radius: 27% 94% 24% 100%/84% 17% 77% 33%;
}

.jubilee-shapes-angled .jubilee-image-section-has-image.jubilee-image-section-image-right .jubilee-image-section-image {
  right: 0;
}

.jubilee-shapes-angled .jubilee-image-section-has-image:nth-child(1n).jubilee-image-section-image-right .jubilee-image-section-image {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 10% 100%);
}

.jubilee-shapes-angled .jubilee-image-section-has-image:nth-child(2n).jubilee-image-section-image-right .jubilee-image-section-image {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 90%);
}

.jubilee-shapes-angled .jubilee-image-section-has-image:nth-child(3n).jubilee-image-section-image-right .jubilee-image-section-image {
  -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 100%, 15% 92%, 4% 24%);
  clip-path: polygon(25% 0%, 100% 0, 100% 100%, 15% 92%, 4% 24%);
}

.jubilee-shapes-angled .jubilee-image-section-has-image:nth-child(4n).jubilee-image-section-image-right .jubilee-image-section-image {
  -webkit-clip-path: polygon(13% 0, 100% 5%, 100% 100%, 15% 100%, 0 71%);
  clip-path: polygon(13% 0, 100% 5%, 100% 100%, 15% 100%, 0 71%);
}

.jubilee-shapes-square .jubilee-image-section-has-image.jubilee-image-section-image-right .jubilee-image-section-image {
  right: -3vw;
  border-top-left-radius: 0.5625em;
  border-bottom-left-radius: 0.5625em;
}

.jubilee-shapes-organic .jubilee-image-section-has-image.jubilee-image-section-image-left .jubilee-image-section-image {
  border-width: 0;
  left: -3vw;
}

.jubilee-shapes-organic .jubilee-image-section-has-image:nth-child(1n).jubilee-image-section-image-left .jubilee-image-section-image {
  border-radius: 9% 94% 47% 50%/0% 25% 69% 7%;
}

.jubilee-shapes-organic .jubilee-image-section-has-image:nth-child(2n).jubilee-image-section-image-left .jubilee-image-section-image {
  border-radius: 0% 77% 34% 63%/57% 27% 71% 4%;
}

.jubilee-shapes-organic .jubilee-image-section-has-image:nth-child(3n).jubilee-image-section-image-left .jubilee-image-section-image {
  border-radius: 58% 40% 30% 69%/10% 17% 78% 24%;
}

.jubilee-shapes-organic .jubilee-image-section-has-image:nth-child(4n).jubilee-image-section-image-left .jubilee-image-section-image {
  border-radius: 46% 70% 46% 76%/75% 26% 100% 24%;
}

.jubilee-shapes-angled .jubilee-image-section-has-image.jubilee-image-section-image-left .jubilee-image-section-image {
  left: 0;
}

.jubilee-shapes-angled .jubilee-image-section-has-image:nth-child(1n).jubilee-image-section-image-left .jubilee-image-section-image {
  -webkit-clip-path: polygon(0 0, 90% 5%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 90% 5%, 100% 95%, 0% 100%);
}

.jubilee-shapes-angled .jubilee-image-section-has-image:nth-child(2n).jubilee-image-section-image-left .jubilee-image-section-image {
  -webkit-clip-path: polygon(0 0, 87% 4%, 100% 28%, 89% 100%, 0% 100%);
  clip-path: polygon(0 0, 87% 4%, 100% 28%, 89% 100%, 0% 100%);
}

.jubilee-shapes-angled .jubilee-image-section-has-image:nth-child(3n).jubilee-image-section-image-left .jubilee-image-section-image {
  -webkit-clip-path: polygon(0 0, 86% 3%, 90% 33%, 100% 50%, 93% 96%, 0 100%, 0% 70%, 0% 30%);
  clip-path: polygon(0 0, 86% 3%, 90% 33%, 100% 50%, 93% 96%, 0 100%, 0% 70%, 0% 30%);
}

.jubilee-shapes-angled .jubilee-image-section-has-image:nth-child(4n).jubilee-image-section-image-left .jubilee-image-section-image {
  -webkit-clip-path: polygon(0 0, 89% 2%, 100% 99%, 0% 100%);
  clip-path: polygon(0 0, 89% 2%, 100% 99%, 0% 100%);
}

.jubilee-shapes-square .jubilee-image-section-has-image.jubilee-image-section-image-left .jubilee-image-section-image {
  left: -3vw;
  border-top-right-radius: 0.5625em;
  border-bottom-right-radius: 0.5625em;
}

.jubilee-image-section-content {
  position: relative;
}

.jubilee-image-section-has-image.jubilee-image-section-image-left .jubilee-image-section-content {
  text-align: right;
}

.jubilee-image-section-content-inner {
  display: inline-block;
  padding: 3.125em 0 3.75em 0 !important;
  text-align: center;
}

.jubilee-image-section-has-image .jubilee-image-section-content-inner {
  width: 75%;
}

@media only screen and (max-width: 3000px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 73.1%;
  }
}

@media only screen and (max-width: 2900px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 72.2%;
  }
}

@media only screen and (max-width: 2800px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 71.3%;
  }
}

@media only screen and (max-width: 2700px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 70.4%;
  }
}

@media only screen and (max-width: 2600px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 69.5%;
  }
}

@media only screen and (max-width: 2500px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 68.6%;
  }
}

@media only screen and (max-width: 2400px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 67.7%;
  }
}

@media only screen and (max-width: 2300px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 66.8%;
  }
}

@media only screen and (max-width: 2200px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 65.9%;
  }
}

@media only screen and (max-width: 2100px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 65%;
  }
}

@media only screen and (max-width: 2000px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 64.1%;
  }
}

@media only screen and (max-width: 1900px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 63.2%;
  }
}

@media only screen and (max-width: 1800px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 62.3%;
  }
}

@media only screen and (max-width: 1700px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 61.4%;
  }
}

@media only screen and (max-width: 1600px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 60.5%;
  }
}

@media only screen and (max-width: 1500px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 59.6%;
  }
}

@media only screen and (max-width: 1400px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 58.7%;
  }
}

@media only screen and (max-width: 1300px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 57.8%;
  }
}

@media only screen and (max-width: 1200px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 56.9%;
  }
}

@media only screen and (max-width: 1100px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 56%;
  }
}

@media only screen and (max-width: 1000px) {
  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 55.1%;
  }
}

.jubilee-image-section-no-image .jubilee-image-section-content-inner {
  display: block;
  padding: 0 !important;
}

.jubilee-image-section-no-image:not(.jubilee-section-orientation-horizontal) .jubilee-image-section-content-inner {
  max-width: 770px;
}

.jubilee-image-section-content-inner .jubilee-loop-entries {
  margin-left: 0;
  margin-right: 0;
}

.jubilee-image-section-content-inner .jubilee-loop-entries.jubilee-loop-one-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 565px;
}

.jubilee-image-section-content-inner .jubilee-loop-entries.jubilee-loop-one-columns .jubilee-entry-short {
  margin-bottom: 2.1875em;
}

.jubilee-image-section-content-inner .jubilee-loop-entries.jubilee-loop-one-columns .jubilee-entry-short:last-child {
  margin-bottom: 0;
}

.jubilee-image-section-content-inner .jubilee-widget-title {
  padding-bottom: 0.1875em;
  margin-top: -0.1875em;
  font-size: 3.2em;
  letter-spacing: -0.03125em;
}

.jubilee-image-section-content-inner .jubilee-image-section-title-button {
  float: right;
  margin: 1.125em 0 0 0.9375em;
}

.jubilee-image-section-content-inner .jubilee-image-section-buttons {
  padding-top: 0.625em;
}

.jubilee-image-section-content-inner > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.jubilee-image-section-content-inner > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.jubilee-image-section-text {
  margin-top: -0.625em;
}

.jubilee-image-section-text > *:first-child {
  margin-top: 0;
}

.jubilee-image-section-text > *:last-child {
  margin-bottom: 0;
}

.jubilee-image-section-text p:first-child {
  font-size: 1.3em;
}

.jubilee-image-section-text ul,
.jubilee-image-section-text ol {
  display: inline-block;
  margin: 0.625em 0 0 0;
  padding-top: 0.0625em;
  font-style: italic;
  text-align: left;
}

.jubilee-image-section-text ul li,
.jubilee-image-section-text ol li {
  margin-top: 0.4375em;
}

/*---------------------------------------------
 * Colored Section (Main Color) - Events uses
 *--------------------------------------------*/

.jubilee-colored-section-inner {
  height: 9.25em;
  max-height: 9.25em;
  overflow: hidden;
}

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

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

.jubilee-colored-section-entry {
  display: inline-block;
  margin-right: 5.5%;
  margin-bottom: 4.375em;
  vertical-align: top;
  max-width: 9.375em;
}

.jubilee-colored-section-entry > *:not(.jubilee-colored-section-label) {
  min-width: 7.8125em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.jubilee-colored-section-label {
  position: relative;
  top: 0.9375em;
  display: inline-block;
  padding: 0.625em 0.75em 0.5em;
  vertical-align: top;
  line-height: 1;
  font-size: 0.65em;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  border-radius: 0.3125em;
}

.jubilee-shapes-angled .jubilee-colored-section-label {
  border-radius: 1px;
}

.jubilee-colored-section-title {
  margin: 2.0625em 0 0.125em 0;
  line-height: 1.6;
  font-size: 0.95em;
  text-transform: none !important;
}

.jubilee-colored-section-title a {
  border-width: 0 0 2px 0;
  border-style: solid;
}

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

.jubilee-colored-section-button {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.5em;
  text-align: right;
}

.jubilee-colored-section-button a {
  position: relative;
  top: 3.8125em;
  white-space: nowrap;
}

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

/*---------------------------------------------
 * Secondary Widgets Section (Row)
 *--------------------------------------------*/

.jubilee-home-secondary-widgets-section .jubilee-widgets-row-inner {
  padding: 0.9375em 0;
}

/*---------------------------------------------
 * Gallery Section
 *--------------------------------------------*/

.jubilee-gallery-section {
  overflow: hidden;
}

.jubilee-gallery-section .jubilee-gallery-home-shape {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

.jubilee-gallery-section .jubilee-gallery-home-shape:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-gallery-section .jubilee-gallery-home-shape path,
.jubilee-gallery-section .jubilee-gallery-home-shape polygon {
  fill: #fdfdfd;
}

.jubilee-shapes-organic .jubilee-gallery-section .jubilee-gallery-home-shape {
  height: 1.2vw;
}

.jubilee-shapes-angled .jubilee-gallery-section .jubilee-gallery-home-shape {
  transform: scaleX(-1);
  height: 2vw;
}

.jubilee-gallery-section .jubilee-gallery-home-shape-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.jubilee-gallery-section .jubilee-gallery-home-shape-bottom:not(.jubilee-show-shape) {
  display: none;
}

.jubilee-gallery-section .jubilee-gallery-home-shape-bottom path,
.jubilee-gallery-section .jubilee-gallery-home-shape-bottom polygon {
  fill: #fdfdfd;
}

.jubilee-shapes-organic .jubilee-gallery-section .jubilee-gallery-home-shape-bottom {
  height: 1.2vw;
}

.jubilee-gallery-section-content .gallery {
  margin: 0;
  margin-right: 0;
}

.jubilee-gallery-section-content .gallery-item {
  width: calc( 20% );
}

.jubilee-gallery-section-content .gallery-item img {
  border-radius: 0;
}

.jubilee-gallery-section-content .gallery-item .gallery-caption {
  display: none;
}

.jubilee-gallery-section-content .jubilee-gallery-home-no-images-text {
  text-align: center;
}

.jubilee-gallery-section-header {
  position: relative;
  padding-bottom: 0.3125em;
  margin-top: -0.1875em;
}

.jubilee-gallery-section-header .jubilee-widget-title {
  display: inline-block;
  margin: 0;
  font-size: 3.2em;
  letter-spacing: -0.03125em;
}

.jubilee-gallery-section-header .jubilee-button,
.jubilee-gallery-section-header .widget_tag_cloud a,
.widget_tag_cloud .jubilee-gallery-section-header a {
  float: right;
  margin: 0.625em 0 0 1.875em !important;
}

/**********************************************
 * 15. ENTRY STYLES
 **********************************************/

/*---------------------------------------------
 * Shared Styles (Full + Short + Comments)
 *--------------------------------------------*/

.jubilee-loop-entries {
  padding-bottom: 0.75em;
}

.jubilee-entry-content,
.jubilee-compact-content,
.jubilee-comment,
.widget_text .textwidget,
.jubilee-entry-content-inner,
.mce-content-body {
  position: relative;
  font-size: 1em;
  line-height: 1.8;
}

.jubilee-entry-content > :first-child,
.jubilee-compact-content > :first-child,
.jubilee-comment > :first-child,
.widget_text .textwidget > :first-child,
.jubilee-entry-content-inner > :first-child,
.mce-content-body > :first-child {
  margin-top: 0 !important;
}

.jubilee-entry-content > :last-child,
.jubilee-compact-content > :last-child,
.jubilee-comment > :last-child,
.widget_text .textwidget > :last-child,
.jubilee-entry-content-inner > :last-child,
.mce-content-body > :last-child {
  margin-bottom: 0 !important;
}

.jubilee-entry-short-icons li,
.jubilee-entry-compact-icons li {
  position: relative;
  top: 0.09375em;
  line-height: 0;
}

.jubilee-entry-short-icons .jubilee-icon,
.jubilee-entry-compact-icons .jubilee-icon {
  position: relative;
  font-size: 1.15em;
  font-style: normal;
  color: #000;
}

.jubilee-entry-short-icons .jubilee-icon-video-watch,
.jubilee-entry-compact-icons .jubilee-icon-video-watch {
  font-size: 1.3em;
  top: 0.05em;
}

.jubilee-entry-short-icons .jubilee-icon-audio-listen,
.jubilee-entry-compact-icons .jubilee-icon-audio-listen {
  font-size: 1.1em;
}

.jubilee-entry-short-icons .jubilee-icon-pdf-download,
.jubilee-entry-compact-icons .jubilee-icon-pdf-download {
  top: -0.05em;
  font-size: 1.02em;
}

/*---------------------------------------------
 * Full / Single
 *--------------------------------------------*/

@media only screen and (max-width: 600px) {
  .jubilee-entry-full-content {
    overflow: hidden;
  }
}

.jubilee-entry-full > .jubilee-entry-content #jubilee-loop-after-content,
.jubilee-entry-full > .jubilee-compact-content #jubilee-loop-after-content,
.jubilee-entry-full > .jubilee-comment #jubilee-loop-after-content,
.widget_text .jubilee-entry-full > .textwidget #jubilee-loop-after-content,
.archive #jubilee-content-inner > .jubilee-entry-content #jubilee-loop-after-content,
.archive #jubilee-content-inner > .jubilee-compact-content #jubilee-loop-after-content,
.archive #jubilee-content-inner > .jubilee-comment #jubilee-loop-after-content,
.archive .widget_text #jubilee-content-inner > .textwidget #jubilee-loop-after-content,
.widget_text .archive #jubilee-content-inner > .textwidget #jubilee-loop-after-content,
.blog #jubilee-content-inner > .jubilee-entry-content #jubilee-loop-after-content,
.blog #jubilee-content-inner > .jubilee-compact-content #jubilee-loop-after-content,
.blog #jubilee-content-inner > .jubilee-comment #jubilee-loop-after-content,
.blog .widget_text #jubilee-content-inner > .textwidget #jubilee-loop-after-content,
.widget_text .blog #jubilee-content-inner > .textwidget #jubilee-loop-after-content,
.search #jubilee-content-inner > .jubilee-entry-content #jubilee-loop-after-content,
.search #jubilee-content-inner > .jubilee-compact-content #jubilee-loop-after-content,
.search #jubilee-content-inner > .jubilee-comment #jubilee-loop-after-content,
.search .widget_text #jubilee-content-inner > .textwidget #jubilee-loop-after-content,
.widget_text .search #jubilee-content-inner > .textwidget #jubilee-loop-after-content {
  font-size: 0.863em;
}

.jubilee-exceed-700-980,
.jubilee-image-exceed-700-980,
.jubilee-content-width-700 .jubilee-entry-full-content > .gallery,
.jubilee-content-width-700 .jubilee-entry-full-content > blockquote {
  margin-left: -140px;
  margin-right: -140px;
  padding: 0 1.25em;
}

.jubilee-exceed-980-1170 {
  margin-left: -70px;
  margin-right: -70px;
  padding: 0 1.25em;
}

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

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

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

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

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

.jubilee-entry-full-meta {
  margin: -0.625em -1.25em 0 0;
  padding-top: 0.75em;
  padding-bottom: 0.0625em;
  list-style: none;
  font-size: 0.95em;
  text-align: center;
}

.jubilee-entry-meta-has-buttons .jubilee-entry-full-meta {
  margin: -1.75em -1.25em 0 0;
}

.jubilee-entry-full-meta > li {
  margin: 0.625em 1.25em 0 0;
  display: inline-block;
  max-width: 21.875em;
  vertical-align: top;
  line-height: 1.4;
  text-align: left;
}

.jubilee-entry-meta-has-buttons .jubilee-entry-full-meta > li {
  margin: 1.75em 1.25em 0 0;
}

.jubilee-entry-full-meta > li a {
  font-style: normal;
  position: relative;
  top: -0.0625em;
  white-space: nowrap;
}

.jubilee-entry-full-meta > li a.mdi {
  border: 0 !important;
}

.jubilee-entry-full-meta > li.jubilee-entry-full-date .jubilee-event-date-label,
.jubilee-entry-full-meta > li.jubilee-entry-full-meta-bold {
  display: inline-block;
  padding: 0.5em 0.875em;
  border-radius: 0.3125em;
  line-height: 1.1;
  font-size: 0.8em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.jubilee-shapes-organic .jubilee-entry-full-meta > li.jubilee-entry-full-date .jubilee-event-date-label,
.jubilee-shapes-organic .jubilee-entry-full-meta > li.jubilee-entry-full-meta-bold {
  border-radius: 1.375em;
}

.jubilee-shapes-angled .jubilee-entry-full-meta > li.jubilee-entry-full-date .jubilee-event-date-label,
.jubilee-shapes-angled .jubilee-entry-full-meta > li.jubilee-entry-full-meta-bold {
  border-radius: 1px;
}

.jubilee-entry-full-meta > li.jubilee-entry-full-date .jubilee-event-date-label {
  margin-top: -0.375em;
}

.jubilee-entry-full-meta > li.jubilee-entry-full-meta-bold {
  margin-top: 0.4375em;
}

.jubilee-entry-full-meta-buttons {
  position: relative;
  top: -0.75em;
}

.jubilee-entry-full-meta-buttons a {
  margin-right: 0.4375em;
}

.jubilee-entry-full-meta-second-line {
  font-style: italic;
}

.jubilee-entry-full-date .jubilee-entry-full-meta-second-line {
  margin: 0.25em 0 0 0.875em;
  font-size: 0.9em;
}

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

.jubilee-entry-full-footer-item {
  margin: 1.25em 0;
  text-align: center;
  font-size: 0.95em;
}

.jubilee-entry-full-footer-item:first-child {
  margin-top: 0;
}

.jubilee-entry-full-footer-terms {
  margin-top: 0.625em;
}

.jubilee-entry-full-footer-terms:first-child {
  margin-top: 0;
}

.jubilee-entry-full-page-nav {
  text-align: center;
}

.jubilee-entry-full-page-nav li {
  margin: 0 0.5em;
}

.jubilee-entry-full-footer-no-terms.jubilee-no-comments-section .jubilee-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
 *--------------------------------------------*/

.jubilee-entry-short {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  max-width: 565px;
  text-align: left;
}

.jubilee-shapes-organic .jubilee-entry-short {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .jubilee-entry-short {
  border-radius: 1px;
}

.jubilee-entry-short::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  opacity: 0.9;
  /* FF3.6-15 */
  /* 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 */
}

.jubilee-entry-no-excerpt .jubilee-entry-short-date {
  width: 100%;
}

.jubilee-entry-short-label {
  padding: 0.4375em 1em 0.4375em;
  border-radius: 0.3125em;
  line-height: 1.1;
  font-size: 0.85em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.jubilee-shapes-organic .jubilee-entry-short-label {
  border-radius: 1.375em;
}

.jubilee-shapes-angled .jubilee-entry-short-label {
  border-radius: 1px;
}

.jubilee-entry-short-image {
  display: block;
  position: relative;
  width: 40%;
  z-index: 2;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.jubilee-entry-short-image img {
  display: block;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.jubilee-entry-short-image.jubilee-entry-short-image-placeholder {
  z-index: -1;
}

.jubilee-entry-short-inner {
  position: absolute;
  top: 0;
  padding: 1.75em 2em;
}

.jubilee-entry-has-image .jubilee-entry-short-inner {
  left: 40%;
  width: 60%;
}

.jubilee-entry-short-inner > *,
.jubilee-entry-short-inner .jubilee-entry-short-header > * {
  margin-top: 0.6875em;
}

.jubilee-entry-short-inner > *:first-child,
.jubilee-entry-short-inner .jubilee-entry-short-header > *:first-child {
  margin-top: 0;
}

.jubilee-entry-short-inner .jubilee-entry-short-meta a,
.jubilee-entry-short-inner .jubilee-entry-content-short a {
  border-width: 0;
  font-weight: normal;
}

.jubilee-entry-short-inner h2,
.jubilee-entry-short-inner .jubilee-h2,
.jubilee-entry-short-inner #reply-title {
  margin-bottom: 0.3125em;
  font-size: 1.15em !important;
  text-transform: none !important;
  line-height: 1.2;
  font-weight: 500 !important;
}

.jubilee-entry-short-inner h2 a,
.jubilee-entry-short-inner .jubilee-h2 a,
.jubilee-entry-short-inner #reply-title a {
  font-weight: 500 !important;
}

.jubilee-entry-short-meta {
  margin-left: -0.4375em;
  margin-right: -0.4375em;
  margin-bottom: 0.625em;
  font-size: 0.8em;
}

.jubilee-entry-short-meta > li {
  float: left;
  margin: 0 0.4375em;
  padding: 0.125em 0;
  display: inline-block;
  vertical-align: top;
  line-height: 2.9;
}

.jubilee-entry-short-meta a {
  border: 0 !important;
  font-weight: normal !important;
  color: #000;
}

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

.jubilee-entry-short-secondary {
  color: #555;
  font-style: italic;
}

.jubilee-entry-content-short {
  padding-top: 0.0625em;
  font-size: 0.78em;
  line-height: 1.5;
}

.jubilee-loop-four-columns.jubilee-loop-entries {
  margin-bottom: -1.875em;
}

.jubilee-loop-four-columns .jubilee-entry-short {
  display: block;
  float: left;
  width: 22%;
  width: calc( 24.95% - 1.40625em );
  margin-bottom: 1.875em;
  max-height: 19.1875em;
}

.jubilee-loop-four-columns .jubilee-entry-short:not(:nth-child(4n)) {
  margin-right: 1.875em;
}

.jubilee-loop-three-columns.jubilee-loop-entries {
  margin-bottom: -1.875em;
}

.jubilee-loop-three-columns .jubilee-entry-short {
  display: block;
  float: left;
  width: 32%;
  width: calc( 33.2% - 1.25em );
  margin-bottom: 1.875em;
  max-height: 21.125em;
}

.jubilee-loop-three-columns .jubilee-entry-short:not(:nth-child(3n)) {
  margin-right: 1.875em;
}

@media only screen and (min-width: 641px) {
  .jubilee-image-section .jubilee-loop-three-columns .jubilee-entry-short {
    max-height: 17.25em;
  }
}

.jubilee-loop-two-columns .jubilee-entry-short:not(:nth-child(4n)) {
  margin-right: 0;
}

.jubilee-loop-two-columns.jubilee-loop-entries {
  margin-bottom: 0;
}

.jubilee-loop-two-columns .jubilee-entry-short {
  display: block;
  float: left;
  width: 45%;
  width: calc( 49.9% - 1.25em );
  margin-bottom: 2.5em;
  max-height: 21.75em;
}

.jubilee-loop-two-columns .jubilee-entry-short:not(:nth-child(2n)) {
  margin-right: 2.5em;
}

.jubilee-loop-two-columns .jubilee-entry-short:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.jubilee-loop-two-columns .jubilee-entry-short h2,
.jubilee-loop-two-columns .jubilee-entry-short .jubilee-h2,
.jubilee-loop-two-columns .jubilee-entry-short #reply-title {
  font-size: 1.6em;
}

.sticky {
  display: block;
}

/*---------------------------------------------
 * Compact
 *--------------------------------------------*/

.jubilee-entry-compact {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
  background-color: #fff;
  border-radius: 0.5625em !important;
}

.jubilee-shapes-organic .jubilee-entry-compact {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .jubilee-entry-compact {
  border-radius: 1px;
}

.jubilee-shapes-angled .jubilee-entry-compact {
  border-radius: 1px !important;
}

.jubilee-entry-compact-header {
  overflow: hidden;
}

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

.jubilee-entry-compact-image {
  width: 108px;
  max-width: 35%;
  position: relative;
  overflow: hidden;
}

.jubilee-entry-compact-image img {
  display: block;
  border-radius: 0.5625em !important;
}

.jubilee-shapes-angled .jubilee-entry-compact-image img {
  border-radius: 1px !important;
}

.jubilee-entry-compact-image time {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  padding: 0.625em 0.6875em;
  line-height: 1;
  font-size: 0.7em;
  color: #000;
  text-transform: uppercase;
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .jubilee-entry-compact-image time {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .jubilee-entry-compact-image time {
  border-radius: 1px;
}

.jubilee-entry-compact-right {
  width: calc( 100% - 108px );
  min-width: calc( 100% - 35% );
  padding: 0.875em 1.125em 0.75em 1.125em;
}

.jubilee-entry-has-excerpt .jubilee-entry-compact-right {
  padding-bottom: 0;
}

.jubilee-entry-no-image .jubilee-entry-compact-right {
  width: 100% !important;
}

.jubilee-entry-compact-right h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.1em !important;
  font-weight: 500;
  text-transform: none !important;
}

.jubilee-entry-compact-meta {
  margin-top: 0.3125em;
  margin-bottom: -0.1875em !important;
  margin-left: -0.5em;
  margin-right: -0.5em;
  padding-top: 0.125em;
}

.jubilee-entry-compact-meta > li {
  margin: 0.1875em 0.5em !important;
  display: block;
  float: left;
  vertical-align: top;
  font-size: 0.9em;
  line-height: 1.4;
}

.jubilee-entry-compact-meta a {
  color: #000;
}

.jubilee-entry-compact-meta time {
  position: relative;
  top: -0.0625em;
  padding: 0.3125em 0.625em 0.3125em;
  line-height: 1;
  font-size: 0.825em;
  color: #000;
  text-transform: uppercase;
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .jubilee-entry-compact-meta time {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .jubilee-entry-compact-meta time {
  border-radius: 1px;
}

.jubilee-entry-content-compact {
  margin-top: 0.6875em;
  margin-left: 1em;
  margin-right: 0.3125em;
  padding: 0 1em 0.875em 0.0625em;
  font-size: 0.85em;
  line-height: 1.45;
}

.jubilee-entry-no-image .jubilee-entry-content-compact {
  margin-top: 0.5625em;
}

/**********************************************
 * 16. SERMONS
 **********************************************/

/*---------------------------------------------
 * Full / Single
 *--------------------------------------------*/

#jubilee-sermon-media {
  padding-top: 0.625em;
}

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

#jubilee-sermon-download-dropdown {
  width: 11.875em;
  margin-left: 0em;
  margin-top: 0em;
}

#jubilee-sermon-download-dropdown .jq-dropdown-panel {
  padding: 0.5625em 0.9375em 0.375em 0.9375em;
  text-transform: none;
  font-size: 0.85em;
}

#jubilee-sermon-download-dropdown ul {
  margin: 0;
  list-style: none;
  line-height: 2;
}

#jubilee-sermon-download-dropdown .jubilee-icon {
  display: inline-block;
  width: 1.5em;
  color: #fff;
}

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

/*---------------------------------------------
 * Sermon Indexes
 *--------------------------------------------*/

.jubilee-sermon-index {
  font-size: 0.863em;
}

.jubilee-sermon-index > * {
  margin-top: 0;
}

.jubilee-sermon-index > *:last-child {
  margin-bottom: 0;
}

#jubilee-sermon-index-header ul {
  margin-top: 0;
  text-align: center;
}

.jubilee-sermon-index-list {
  margin-bottom: -1.25em !important;
}

.jubilee-sermon-index-list ul {
  margin-left: 0;
  margin-top: 0.5em;
}

.jubilee-sermon-index-list ul ul {
  margin-left: 0.75em;
}

.jubilee-sermon-index-list > li {
  padding-bottom: 1.25em;
}

.jubilee-sermon-index-list > li > a {
  font-size: 1.1em;
  font-weight: 500 !important;
  text-transform: none !important;
}

.jubilee-sermon-index-list > li > .jubilee-list-item-count {
  top: 0.25em;
}

.jubilee-sermon-index-list li li {
  margin-bottom: 0.5em;
}

.jubilee-sermon-index-list li li .jubilee-list-item-count {
  top: 0.125em;
}

.jubilee-sermon-index-list li li a {
  font-size: 0.9em;
  font-weight: normal !important;
  border: 0 !important;
}

.jubilee-sermon-index-list.jubilee-sermon-index-list-three-columns {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 6.25em;
  column-gap: 6.25em;
}

.jubilee-sermon-index-list.jubilee-sermon-index-list-two-columns {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 4.375em;
  column-gap: 4.375em;
}

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

.jubilee-sermon-books-testament {
  display: inline-block;
  width: 44%;
  margin-bottom: 3.125em;
  vertical-align: top;
}

.jubilee-sermon-books-testament:nth-child(odd) {
  margin-right: 10%;
}

.jubilee-sermon-books-testament h2,
.jubilee-sermon-books-testament .jubilee-h2,
.jubilee-sermon-books-testament #reply-title {
  margin-top: 0;
}

.jubilee-sermon-books-testament ul {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3.75em;
  column-gap: 3.75em;
  padding-bottom: 0.75em;
}

.jubilee-sermon-books-testament ul a {
  text-transform: none !important;
}

.jubilee-sermon-books-testament .jubilee-list-item-count {
  margin-top: 0.1875em;
  font-size: 0.75em;
}

#jubilee-sermon-dates-list ul {
  margin: 0;
}

#jubilee-sermon-dates-list li {
  margin-right: 0.9375em;
  display: inline-block;
  list-style: 0;
}

#jubilee-sermon-dates-list a {
  font-size: 1.15em;
}

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

#jubilee-sermon-series-list ul {
  margin-top: 0;
  margin-bottom: -2.625em;
  margin-left: -1.5625em;
  margin-right: -1.5625em;
}

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

#jubilee-sermon-series-list a {
  font-size: 1.15em;
  text-transform: none;
}

#jubilee-sermon-series-list .jubilee-sermon-series-dates,
#jubilee-sermon-series-list .jubilee-sermon-series-count {
  font-size: 0.9em;
}

#jubilee-sermon-series-list .jubilee-sermon-series-dates {
  margin-top: 0.25em;
}

#jubilee-sermon-series-list .jubilee-sermon-series-count {
  margin-top: 0.25em;
}

/*---------------------------------------------
 * Embeds
 *--------------------------------------------*/

.sermonnet .fluid-width-video-wrapper {
  padding-top: 0 !important;
}

/**********************************************
 * 17. EVENTS
 **********************************************/

/*---------------------------------------------
 * Calendar
 *--------------------------------------------*/

#jubilee-calendar {
  position: relative;
  font-size: 0.863em;
}

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

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

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

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

#jubilee-calendar-title span {
  display: inline-block;
  margin-right: 0.5em;
}

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

#jubilee-calendar-remove-category {
  margin-left: 0.1875em;
  display: inline-block;
  position: relative;
}

#jubilee-calendar-remove-category a {
  position: relative;
  top: -0.1875em;
  font-size: 0.65em;
  color: #777;
  border: none;
}

#jubilee-calendar-header-right {
  position: relative;
  top: -0.3125em;
  float: right;
  padding-top: 0em;
  line-height: 3;
  font-size: 1.5em;
}

#jubilee-calendar-header-right a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0.09375em;
  text-align: center;
  border: 0;
  font-size: 1.1em;
}

#jubilee-calendar-header-right a:first-child {
  margin-left: 0;
}

#jubilee-calendar-header-right .jubilee-icon-calendar-prev,
#jubilee-calendar-header-right .jubilee-icon-calendar-next {
  top: 0.0625em;
  left: 0.125em;
  margin-top: 0;
  font-size: 1.3em;
  padding: 0;
}

#jubilee-calendar-header-right .jubilee-icon-calendar-prev:not(.jubilee-calendar-no-next) {
  left: 0.375em;
}

#jubilee-calendar-header-right .jubilee-icon-calendar-month {
  font-size: 1em;
}

.jubilee-calendar-dropdown {
  margin-top: 0.9375em;
  left: 0.9375em;
  font-size: 0.85em;
}

.jubilee-calendar-dropdown .jq-dropdown-panel,
.jubilee-calendar-dropdown .jq-dropdown-menu {
  position: relative;
  right: -1.25em;
  padding-top: 0.625em;
  padding-bottom: 0.5em;
}

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

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

.jubilee-calendar-month-dropdown-year:first-child {
  margin-top: 0;
}

.jubilee-calendar-month-dropdown-months {
  margin: 0;
  list-style: none;
  padding-bottom: 0.125em;
}

.jubilee-calendar-month-dropdown-months li {
  display: inline-block;
  width: 23%;
}

.jubilee-calendar-month-dropdown-months li.jubilee-calendar-month-dropdown-past {
  color: #fff;
  opacity: 0.58;
}

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

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

.jubilee-shapes-angled #jubilee-calendar-table {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

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

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

.jubilee-calendar-table-header-row {
  height: 44px;
}

.jubilee-calendar-table-header {
  width: 14.2857142857%;
  border-width: 1px !important;
  border-style: solid !important;
  vertical-align: middle;
  border-color: transparent !important;
}

.jubilee-calendar-table-header-content {
  padding-bottom: 1px !important;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  text-align: center !important;
  color: #fff;
}

.jubilee-has-uppercase .jubilee-calendar-table-header-content {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.jubilee-calendar-table-day-heading,
.jubilee-calendar-table-day-label {
  color: #000;
}

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

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

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

.jubilee-calendar-table-day-events {
  list-style: none;
  margin: 0;
}

.jubilee-calendar-table-day-events li {
  margin-bottom: 0.75em;
  font-size: 0.95em;
  line-height: 1.35;
}

.jubilee-calendar-table-day-events a {
  margin-right: 0.1875em;
}

.jubilee-calendar-table-day-today .jubilee-calendar-table-day-events {
  padding-top: 2.8125em;
}

.jubilee-calendar-table-day-event-time {
  margin-top: 0.125em;
  font-size: 0.9em;
  line-height: 1.2 !important;
  display: block;
}

.jubilee-calendar-table-day-today {
  z-index: 10;
  position: relative;
}

.jubilee-calendar-table-day-today-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .jubilee-calendar-table-day-today .jubilee-calendar-table-day-heading {
    display: inline-block;
    margin-top: 0.4375em;
    padding: 0.5em 0.875em;
    border-radius: 0.3125em;
    line-height: 1.1;
    font-size: 0.85em;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    right: 0.9375em;
  }

  .jubilee-shapes-organic .jubilee-calendar-table-day-today .jubilee-calendar-table-day-heading {
    border-radius: 1.375em;
  }

  .jubilee-shapes-angled .jubilee-calendar-table-day-today .jubilee-calendar-table-day-heading {
    border-radius: 1px;
  }

  .jubilee-calendar-table-day-today-bg {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .jubilee-calendar-table-day-today .jubilee-calendar-table-day-heading {
    background-color: transparent !important;
  }
}

.jubilee-calendar-table-day-past {
  background-color: #f9f9f9;
}

.jubilee-calendar-table-day-past .jubilee-calendar-table-day-heading {
  color: #aaa;
}

.jubilee-calendar-table-day-other-month {
  background-color: #f2f2f2;
}

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

.tooltipster-sidetip.jubilee-tooltipster-calendar {
  margin: 0 0.625em;
}

.tooltipster-sidetip.jubilee-tooltipster-calendar .tooltipster-box {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.tooltipster-sidetip.jubilee-tooltipster-calendar .tooltipster-box .tooltipster-content {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
  border-radius: 0.5625em;
  margin: 0;
  padding: 0;
  width: 35.3125em;
  overflow: hidden;
  font-size: 1em;
  color: #555;
}

.jubilee-shapes-organic .tooltipster-sidetip.jubilee-tooltipster-calendar .tooltipster-box .tooltipster-content {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .tooltipster-sidetip.jubilee-tooltipster-calendar .tooltipster-box .tooltipster-content {
  border-radius: 1px;
}

.tooltipster-sidetip.jubilee-tooltipster-calendar .tooltipster-box .tooltipster-content .jubilee-entry-short {
  height: 9.375em;
}

.tooltipster-sidetip.jubilee-tooltipster-calendar .tooltipster-box .tooltipster-content .jubilee-entry-short-date {
  display: none;
}

.tooltipster-sidetip.jubilee-tooltipster-calendar .tooltipster-box .tooltipster-content .jubilee-entry-short {
  height: 9.375em;
}

#jubilee-calendar-list {
  display: none;
  max-width: 565px;
  padding-bottom: 1em;
  text-align: left;
}

#jubilee-calendar-list h3 {
  display: none;
  padding-top: 0.25em;
  font-size: 1.7em;
  text-align: center;
}

#jubilee-calendar-list .jubilee-event-short {
  display: none;
  font-size: 1.2em;
  max-height: 23.75em;
}

#jubilee-calendar-list .jubilee-entry-short-date {
  display: none;
}

#jubilee-calendar-list .jubilee-event-short:first-of-type {
  margin-top: 0;
}

/**********************************************
 * 18. ATTACHMENTS
 **********************************************/

.attachment .jubilee-entry-full > *:last-child {
  margin-bottom: 0;
}

.attachment .jubilee-nav-left,
.attachment .jubilee-nav-right {
  width: 100%;
  position: relative;
  top: -5px;
  text-align: center;
}

.jubilee-attachment-image .wp-caption {
  max-width: none;
  margin: 0;
}

.jubilee-attachment-image .wp-caption-text {
  margin-top: 0.9375em;
}

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

/**********************************************
 * 19. GALLERIES
 **********************************************/

/*---------------------------------------------
 * Gallery (Single) - Classic
 *--------------------------------------------*/

.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;
  -webkit-backface-visibility: hidden;
          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,
.jubilee-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.3333333333%;
}

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

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

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

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

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

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

/*---------------------------------------------
 * Galleries (Multiple)
 *--------------------------------------------*/

#jubilee-galleries.jubilee-highlights-content {
  font-size: 0.55em;
}

#jubilee-galleries.jubilee-highlights-content h2,
#jubilee-galleries.jubilee-highlights-content .jubilee-h2,
#jubilee-galleries.jubilee-highlights-content #reply-title {
  margin-top: 0;
  margin-bottom: 0 !important;
  font-size: 1.9em;
}

#jubilee-galleries.jubilee-highlights-content .jubilee-caption-image-description {
  font-size: 1.4em;
}

/**********************************************
 * 20. COMMENTS
 **********************************************/

/*---------------------------------------------
 * Comments Section
 *--------------------------------------------*/

#jubilee-comments-title {
  text-align: center;
}

/*---------------------------------------------
 * Comment List
 *--------------------------------------------*/

.jubilee-comments,
.jubilee-comments ul.children {
  margin: 0;
  list-style: none;
}

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

.jubilee-comment-avatar {
  margin-right: 1.25em;
  float: left;
}

.jubilee-comment-avatar img {
  width: 3.375em;
  height: 3.375em;
  border-radius: 0.5625em;
}

.jubilee-shapes-organic .jubilee-comment-avatar img {
  border-radius: 2.5em;
}

.jubilee-shapes-angled .jubilee-comment-avatar img {
  border-radius: 1px;
}

.jubilee-comment-title {
  margin: 0 !important;
  padding-top: 0.1875em;
  font-size: 1.15em;
  font-weight: normal;
  color: #000 !important;
  text-transform: none !important;
}

.jubilee-comment-title span {
  margin-left: 0.375em;
  font-size: 0.9em;
  font-weight: normal;
  color: #777;
}

.jubilee-comment-meta time {
  display: inline-block;
  margin-top: 0.625em;
  padding: 0.5em 0.875em;
  border-radius: 0.3125em;
  line-height: 1.1;
  font-size: 0.7em;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.jubilee-shapes-organic .jubilee-comment-meta time {
  border-radius: 1.375em;
}

.jubilee-shapes-angled .jubilee-comment-meta time {
  border-radius: 1px;
}

.jubilee-comment-meta > a {
  border: 0 !important;
}

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

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

.jubilee-comment-buttons li a {
  line-height: 2.95 !important;
}

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

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

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

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

.jubilee-shapes-organic .single-post .bypostauthor > article {
  border-radius: 1.125em;
}

.jubilee-shapes-angled .single-post .bypostauthor > article {
  border-radius: 1px;
}

/*---------------------------------------------
 * Comment Form
 *--------------------------------------------*/

#respond {
  position: relative;
  top: -0.5em;
  padding-bottom: 0.5em;
}

#cancel-comment-reply-link {
  position: relative;
  bottom: 0.3125em;
  margin-left: 1.5625em;
  font-size: 0.6em;
  font-weight: normal !important;
  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: normal;
  color: #000;
}

.jubilee-has-uppercase #respond label {
  text-transform: uppercase;
}

#respond label.error {
  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;
  color: #555;
}

.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.625em;
}

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

#jubilee-comments-closed {
  font-style: normal;
}

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

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

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

.mce-content-body .wp-caption-dd {
  padding-top: 0.5em;
}

/**********************************************
 * 23. MEDIA QUERIES
 **********************************************/

/*----------------------------------------------
 * Viewport Padding
 *---------------------------------------------*/

@media only screen and (max-width: 1300px) {
  #jubilee-header .jubilee-centered-large,
  #jubilee-header .jubilee-highlights-content,
  #jubilee-header #jubilee-banner-inner,
  #jubilee-header .jubilee-custom-section-content,
  #jubilee-footer .jubilee-centered-large,
  #jubilee-footer .jubilee-highlights-content,
  #jubilee-footer #jubilee-banner-inner,
  #jubilee-footer .jubilee-custom-section-content {
    max-width: 88%;
  }

  #jubilee-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  body.single:not(.single-ctc_event):not(.single-ctc_location) #jubilee-content,
  body.archive #jubilee-content,
  body.ctfw-has-loop-multiple #jubilee-content {
    overflow: hidden;
  }

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

  .jubilee-map-section .jubilee-centered-large,
  .jubilee-map-section .jubilee-highlights-content,
  .jubilee-map-section #jubilee-banner-inner,
  .jubilee-custom-section-content,
  .jubilee-image-section-content.jubilee-centered-large,
  .jubilee-image-section-content.jubilee-highlights-content,
  .jubilee-image-section-content#jubilee-banner-inner,
  .jubilee-colored-section-content,
  .jubilee-home-highlights-section .jubilee-highlights-content,
  .jubilee-gallery-section .jubilee-centered-large,
  .jubilee-gallery-section .jubilee-highlights-content,
  .jubilee-gallery-section #jubilee-banner-inner,
  .jubilee-home-secondary-widgets-section .jubilee-centered-large,
  .jubilee-home-secondary-widgets-section .jubilee-highlights-content,
  .jubilee-home-secondary-widgets-section #jubilee-banner-inner {
    max-width: 88% !important;
  }
}

/*----------------------------------------------
 * 1280px
 *---------------------------------------------*/

@media only screen and (max-width: 1280px) {
  .jubilee-highlights-content {
    font-size: 0.8em;
  }

  .jubilee-highlights-content h2,
  .jubilee-highlights-content .jubilee-h2,
  .jubilee-highlights-content #reply-title {
    font-size: 1.7em;
  }

  .jubilee-highlights-content#jubilee-galleries {
    font-size: 0.55em;
  }

  .jubilee-highlights-content#jubilee-galleries h2,
  .jubilee-highlights-content#jubilee-galleries .jubilee-h2,
  .jubilee-highlights-content#jubilee-galleries #reply-title {
    font-size: 1.6em;
  }
}

/*----------------------------------------------
 * 1200px
 *---------------------------------------------*/

@media only screen and (max-width: 1200px) {
  .jubilee-highlights-content {
    font-size: 0.7em;
  }

  .jubilee-highlights-content h2,
  .jubilee-highlights-content .jubilee-h2,
  .jubilee-highlights-content #reply-title {
    font-size: 1.5em;
  }
}

/*----------------------------------------------
 * 1300px
 *---------------------------------------------*/

@media only screen and (max-width: 1300px) {
  .jubilee-entry-short-inner {
    padding: 1.5625em 1.8125em;
  }
}

/*----------------------------------------------
 * 1180px
 *---------------------------------------------*/

@media only screen and (max-width: 1180px) {
  #jubilee-footer-widgets-row .jubilee-highlight {
    font-size: 0.9em;
  }

  #jubilee-footer-widgets-row .jubilee-highlight h2,
  #jubilee-footer-widgets-row .jubilee-highlight .jubilee-h2,
  #jubilee-footer-widgets-row .jubilee-highlight #reply-title {
    font-size: 1.5em;
  }

  .jubilee-nav-block-title {
    font-size: 1.1em;
  }

  #jubilee-map-section-address {
    font-size: 1.2em;
  }

  #jubilee-map-section-buttons {
    font-size: 0.9em;
  }
}

/*----------------------------------------------
 * 1120px
 *---------------------------------------------*/

@media only screen and (max-width: 1120px) {
  .jubilee-constrained-image-content,
  #jubilee-banner-title div {
    max-width: 800px;
  }

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

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

  .jubilee-exceed-980-1170 {
    margin-left: -7%;
    margin-right: -7%;
  }
}

/*----------------------------------------------
 * 641px - 1279px
 *---------------------------------------------*/

@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .jubilee-entry-short-inner {
    padding: 1.125em 1.375em;
  }

  .jubilee-entry-short-inner h2,
  .jubilee-entry-short-inner .jubilee-h2,
  .jubilee-entry-short-inner #reply-title {
    margin-bottom: 0.3125em;
    font-size: 1em !important;
    line-height: 1.2;
  }

  .jubilee-entry-short-inner h2 a,
  .jubilee-entry-short-inner .jubilee-h2 a,
  .jubilee-entry-short-inner #reply-title a {
    font-weight: 500 !important;
  }

  .jubilee-entry-short-inner .jubilee-entry-short-meta > li {
    line-height: 2.3;
  }
}

/*----------------------------------------------
 * 1024px - Tablet Landscape, Netbook
 *---------------------------------------------*/

@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }

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

  #jubilee-logo-image img {
    max-width: 180px;
  }

  #jubilee-header-menu-content {
    margin-top: 0.0625em;
  }

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

  .jubilee-header-has-icons.jubilee-header-has-search #jubilee-header-icons-divider {
    display: none;
  }

  .jubilee-header-has-icons.jubilee-header-has-search #jubilee-header-icons {
    padding-left: 0.5em;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title {
    position: relative;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-buttons ul {
    white-space: normal;
  }

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

  .jubilee-calendar-table-day-content-container {
    min-height: 100px;
  }
}

/*----------------------------------------------
 * 981px - 1120px
 *---------------------------------------------*/

@media only screen and (min-width: 981px) and (max-width: 1120px) {
  .jubilee-entry-short-inner {
    padding: 1em 1.25em;
  }
}

/*----------------------------------------------
 * 980px
 *---------------------------------------------*/

@media only screen and (max-width: 980px) {
  .jubilee-exceed-700-980,
  .jubilee-content-width-700 .jubilee-entry-full-content > blockquote,
  .jubilee-content-width-700 .jubilee-entry-full-content > .gallery,
  .jubilee-image-exceed-700-980 {
    margin-left: -7%;
    margin-right: -7%;
  }

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

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

/*----------------------------------------------
 * 920px - Mobile Menu
 *---------------------------------------------*/

@media only screen and (max-width: 920px) {
  #jubilee-header-top-inner {
    height: 58px;
  }

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

  #jubilee-logo {
    width: 100%;
  }

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

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

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

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

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

  #jubilee-banner-top {
    padding-top: 4em;
  }

  #jubilee-banner-title h1,
  #jubilee-banner-title .jubilee-h1,
  #jubilee-banner-title #jubilee-comments-title {
    font-size: 3em;
  }

  #jubilee-banner-image-by-title {
    top: 0em;
  }

  #jubilee-map-section-header {
    display: block;
  }

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

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

  #jubilee-map-section-buttons {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
    text-align: left;
  }

  #jubilee-map-section-buttons li a {
    min-width: 0;
  }

  .jubilee-map-has-buttons #jubilee-map-section-list {
    padding-top: 1.5625em;
  }
}

/*----------------------------------------------
 * 900px
 *---------------------------------------------*/

@media only screen and (max-width: 900px) {
  .jubilee-sermon-books-testament ul {
    -moz-column-count: 1;
    column-count: 1;
  }

  .jubilee-map-shape-bottom {
    display: none;
  }
}

/*----------------------------------------------
 * 860px
 *---------------------------------------------*/

@media only screen and (max-width: 860px) {
  blockquote.jubilee-exceed-700-980:not(.wp-block-pullquote),
  .jubilee-content-width-700 .jubilee-entry-full-content > blockquote:not(.wp-block-pullquote),
  blockquote.jubilee-image-exceed-700-980:not(.wp-block-pullquote) {
    padding: 0 1.5em 0 3.625em !important;
  }

  blockquote.jubilee-exceed-700-980:not(.wp-block-pullquote):before,
  .jubilee-content-width-700 .jubilee-entry-full-content > blockquote:not(.wp-block-pullquote):before,
  blockquote.jubilee-image-exceed-700-980:not(.wp-block-pullquote):before {
    left: 0.4375em;
  }

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

  .jubilee-gallery-section-content .gallery-item {
    width: 25%;
  }

  .jubilee-gallery-section-content .gallery-item:nth-child(n+5) {
    display: none;
  }
}

/*----------------------------------------------
 * 821px - 920px
 *---------------------------------------------*/

@media only screen and (min-width: 821px) and (max-width: 920px) {
  .mean-container {
    font-size: 80%;
  }
}

/*----------------------------------------------
 * 820px
 *---------------------------------------------*/

@media only screen and (max-width: 820px) {
  html {
    font-size: 80%;
  }

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

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

  .ctfw-breadcrumbs {
    padding-top: 1.25em !important;
  }
}

/*----------------------------------------------
 * 768px - Tablet Portrait
 *---------------------------------------------*/

@media only screen and (max-width: 768px) {
  #jubilee-banner-title div {
    padding-top: 0.625em;
  }

  .jubilee-no-breadcrumbs #jubilee-banner-title div {
    padding-top: 0.9375em;
  }

  #jubilee-banner-image-by-title {
    display: none;
  }

  .jubilee-has-header-archives #jubilee-banner-title div {
    padding-bottom: 0.625em;
  }

  .jubilee-has-breadcrumbs.jubilee-has-header-archives #jubilee-banner-title {
    position: relative;
    top: 0.75em;
  }

  .jubilee-has-breadcrumbs .jubilee-banner-image-gradient-top {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
  }

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

  .jubilee-nav-block-title {
    font-size: 1.2em;
  }

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

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

  #jubilee-calendar-header-right {
    top: -0.625em;
  }

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

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

  .jubilee-galleries-list .gallery-item {
    max-width: 50%;
  }
}

/*----------------------------------------------
 * 767px - Just Under Tablet Portrait
 *---------------------------------------------*/

@media only screen and (max-width: 767px) {
  #jubilee-content h1,
  #jubilee-content #jubilee-comments-title,
  #jubilee-content .jubilee-h1 {
    font-size: 1.8em;
  }

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

  h3,
  .jubilee-h3,
  .jubilee-highlights-content h2,
  .jubilee-highlights-content .jubilee-h2,
  .jubilee-widgets-row-content aside h2,
  .jubilee-widgets-row-content aside .jubilee-h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
  #jubilee-galleries.jubilee-highlights-content h2,
  #jubilee-galleries.jubilee-highlights-content .jubilee-h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title,
  .jubilee-highlights-content #reply-title,
  .jubilee-widgets-row-content aside #reply-title,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title {
    font-size: 1.4em;
  }

  h4,
  .jubilee-h4,
  #jubilee-map-section-address,
  .widget_calendar #wp-calendar caption {
    font-size: 1.2em;
  }

  h5,
  .jubilee-nav-block-title,
  .jubilee-h5,
  .jubilee-caption-image-title {
    font-size: 1.1em;
  }

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

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

  .jubilee-widgets-row-content {
    margin-top: -3.125em !important;
    margin-right: -6%;
  }

  .jubilee-widgets-row-content aside {
    margin-top: 3.125em;
    width: 44%;
  }

  .jubilee-widgets-row-content .jubilee-widget-title {
    font-size: 1.5em;
  }

  .jubilee-nav-block {
    width: 100%;
    padding-bottom: 25%;
    margin-bottom: 1.25em;
  }

  .jubilee-nav-block:last-child {
    margin-bottom: 0;
  }

  .jubilee-nav-block.jubilee-nav-block-empty {
    display: none;
  }

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

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

  .jubilee-vertical-margin-small,
  .alignnone,
  .aligncenter,
  .jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-image-section-content-inner,
  div.wpcf7 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .jubilee-vertical-padding-medium,
  .jubilee-viewport-height-0 .jubilee-custom-section-content,
  .jubilee-image-section-content {
    padding-top: 2.578125rem;
    padding-bottom: 2.578125rem;
  }

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

  .jubilee-vertical-padding-top-medium {
    padding-top: 2.578125rem;
  }

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

  .jubilee-vertical-padding-bottom-medium {
    padding-bottom: 2.578125rem;
  }

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

  .jubilee-vertical-padding-medium-content {
    padding-top: 1.8046875rem;
    padding-bottom: 1.8046875rem;
  }

  .jubilee-vertical-margin-top-medium-content,
  .jubilee-custom-section-content .jubilee-custom-section-buttons {
    margin-top: 1.8046875rem;
  }

  .jubilee-vertical-padding-top-medium-content {
    padding-top: 1.8046875rem;
  }

  .jubilee-vertical-margin-bottom-medium-content {
    margin-bottom: 1.8046875rem;
  }

  .jubilee-vertical-padding-bottom-medium-content {
    padding-bottom: 1.8046875rem;
  }

  .jubilee-vertical-margin-large,
  .jubilee-nav-blocks,
  .wp-block-separator,
  .wp-block-separator.is-style-wide,
  .wp-block-separator.is-style-dots,
  .jubilee-gallery-section {
    margin-top: 3.515625rem;
    margin-bottom: 3.515625rem;
  }

  .jubilee-vertical-padding-large,
  #jubilee-footer-widgets-row,
  #jubilee-footer-bottom-inner,
  .jubilee-custom-section-content {
    padding-top: 3.515625rem;
    padding-bottom: 3.515625rem;
  }

  .jubilee-vertical-margin-top-large,
  .single .jubilee-author-box,
  .ctfw-no-loop-multiple #jubilee-content,
  #jubilee-footer,
  #comments {
    margin-top: 3.515625rem;
  }

  .jubilee-vertical-padding-top-large,
  .ctfw-has-loop-multiple #jubilee-content,
  .jubilee-footer-bottom-has-shape #jubilee-footer-bottom-inner {
    padding-top: 3.515625rem;
  }

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

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

  .jubilee-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-block-quote.is-style-large,
  .wp-pull-quote,
  .wp-block-separator,
  .has-background,
  .wp-block-button,
  .jubilee-block-wide-container {
    margin-top: 2.4609375rem;
    margin-bottom: 2.4609375rem;
  }

  .jubilee-vertical-padding-large-content {
    padding-top: 2.4609375rem;
    padding-bottom: 2.4609375rem;
  }

  .jubilee-vertical-margin-top-large-content {
    margin-top: 2.4609375rem;
  }

  .jubilee-vertical-padding-top-large-content {
    padding-top: 2.4609375rem;
  }

  .jubilee-vertical-margin-bottom-large-content {
    margin-bottom: 2.4609375rem;
  }

  .jubilee-vertical-padding-bottom-large-content {
    padding-bottom: 2.4609375rem;
  }

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

  #jubilee-banner-title h1,
  #jubilee-banner-title .jubilee-h1,
  #jubilee-banner-title #jubilee-comments-title {
    font-size: 2em;
  }

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

  #jubilee-home-main > *:first-child:not(.jubilee-home-highlights-section):not(.jubilee-home-secondary-widgets-section):not(.jubilee-map-section) {
    padding-top: 0em;
    padding-bottom: 1.25em;
    margin-bottom: -1.25em;
  }

  #jubilee-home-main > *:first-child.jubilee-image-section:not(.jubilee-section-orientation-horizontal).jubilee-image-section-no-image {
    padding-top: 1.25em;
    margin-top: 3.4375em;
  }

  #jubilee-home-main > *:first-child.jubilee-image-section:not(.jubilee-section-orientation-horizontal).jubilee-image-section-has-image {
    padding-top: 7.5em;
    padding-bottom: 0em;
  }

  .jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-image-section:not(.jubilee-section-orientation-horizontal).jubilee-image-section-has-image {
    margin-top: -2.5em;
  }

  .jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-image-section:not(.jubilee-section-orientation-horizontal).jubilee-image-section-no-image {
    margin-top: 0;
  }

  #jubilee-home-main > *:first-child.jubilee-section-orientation-horizontal {
    visibility: visible !important;
    padding-top: 0.5em;
    margin-top: 7.5em;
  }

  .jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-section-orientation-horizontal {
    margin-top: 5em;
  }

  #jubilee-home-main > *:first-child.jubilee-section-orientation-horizontal {
    visibility: visible !important;
    padding-top: 0.5em;
    margin-top: 7.5em;
  }

  .jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-section-orientation-horizontal {
    margin-top: 5em;
  }

  #jubilee-home-main > *:first-child.jubilee-map-section {
    padding-top: 0.5em;
    margin-top: 7.5em;
  }

  .jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-map-section {
    margin-top: 5em;
  }

  #jubilee-home-main > *:first-child.jubilee-home-highlights-section,
  #jubilee-home-main > *:first-child.jubilee-home-secondary-widgets-section {
    margin-top: 7.5em;
  }

  .jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-home-highlights-section,
  .jubilee-shapes-square #jubilee-home-main > *:first-child.jubilee-home-secondary-widgets-section {
    margin-top: 5em;
  }

  .jubilee-custom-section-content h1,
  .jubilee-custom-section-content .jubilee-h1,
  .jubilee-custom-section-content #jubilee-comments-title {
    font-size: 2.7em;
    letter-spacing: -0.03125em;
  }

  .jubilee-custom-section-content h2,
  .jubilee-custom-section-content .jubilee-h2,
  .jubilee-custom-section-content #reply-title {
    font-size: 2em;
    letter-spacing: -0.03125em;
  }

  .jubilee-first-home-widget .jubilee-custom-section-content .jubilee-custom-section-text {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .jubilee-section-has-large-text .jubilee-custom-section-content .jubilee-custom-section-text {
    font-size: 1.8rem;
  }

  .jubilee-image-section-content-inner .jubilee-widget-title,
  .jubilee-gallery-section-header .jubilee-widget-title {
    font-size: 2em;
  }

  .jubilee-highlights-three-columns {
    margin-bottom: 0;
  }

  .jubilee-highlights-three-columns .jubilee-highlight:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .jubilee-highlights-three-columns .jubilee-highlight {
    display: block;
    float: left;
    width: 45%;
    width: calc( 49.9% - 0.9375em );
    margin-bottom: 1.875em;
  }

  .jubilee-highlights-three-columns .jubilee-highlight:not(:nth-child(2n)) {
    margin-right: 1.875em;
  }

  .jubilee-highlights-three-columns .jubilee-highlight:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .jubilee-highlights-content {
    font-size: 1em;
  }

  .jubilee-highlights-content h2,
  .jubilee-highlights-content .jubilee-h2,
  .jubilee-highlights-content #reply-title {
    font-size: 1.5em;
  }

  .jubilee-highlights-content#jubilee-galleries {
    font-size: 0.7em;
  }

  .jubilee-highlights-content#jubilee-galleries h2,
  .jubilee-highlights-content#jubilee-galleries .jubilee-h2,
  .jubilee-highlights-content#jubilee-galleries #reply-title {
    font-size: 1.8em;
  }

  .jubilee-gallery-section-header .jubilee-button,
  .jubilee-gallery-section-header .widget_tag_cloud a,
  .widget_tag_cloud .jubilee-gallery-section-header a {
    margin-top: -0.625em !important;
  }

  .jubilee-gallery-section-header .jubilee-button,
  .jubilee-gallery-section-header .widget_tag_cloud a,
  .widget_tag_cloud .jubilee-gallery-section-header a {
    margin-top: 1.0625em !important;
  }

  .jubilee-loop-four-columns .jubilee-entry-short:not(:nth-child(4n)),
  .jubilee-loop-three-columns .jubilee-entry-short:not(:nth-child(4n)),
  .jubilee-loop-two-columns .jubilee-entry-short:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .jubilee-loop-four-columns.jubilee-loop-entries,
  .jubilee-loop-three-columns.jubilee-loop-entries,
  .jubilee-loop-two-columns.jubilee-loop-entries {
    margin-bottom: 0;
  }

  .jubilee-loop-four-columns .jubilee-entry-short,
  .jubilee-loop-three-columns .jubilee-entry-short,
  .jubilee-loop-two-columns .jubilee-entry-short {
    display: block;
    float: left;
    width: 45%;
    width: calc( 49.9% - 0.625em );
    margin-bottom: 1.25em;
    max-height: 21.75em;
  }

  .jubilee-loop-four-columns .jubilee-entry-short:not(:nth-child(2n)),
  .jubilee-loop-three-columns .jubilee-entry-short:not(:nth-child(2n)),
  .jubilee-loop-two-columns .jubilee-entry-short:not(:nth-child(2n)) {
    margin-right: 1.25em;
  }

  .jubilee-loop-four-columns .jubilee-entry-short:nth-last-of-type(-n+2),
  .jubilee-loop-three-columns .jubilee-entry-short:nth-last-of-type(-n+2),
  .jubilee-loop-two-columns .jubilee-entry-short:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .jubilee-loop-four-columns .jubilee-entry-short h2,
  .jubilee-loop-four-columns .jubilee-entry-short .jubilee-h2,
  .jubilee-loop-four-columns .jubilee-entry-short #reply-title,
  .jubilee-loop-three-columns .jubilee-entry-short h2,
  .jubilee-loop-three-columns .jubilee-entry-short .jubilee-h2,
  .jubilee-loop-three-columns .jubilee-entry-short #reply-title,
  .jubilee-loop-two-columns .jubilee-entry-short h2,
  .jubilee-loop-two-columns .jubilee-entry-short .jubilee-h2,
  .jubilee-loop-two-columns .jubilee-entry-short #reply-title {
    font-size: 1.6em;
  }

  .jubilee-sermon-index-list.jubilee-sermon-index-list-three-columns {
    -moz-column-count: 2;
    column-count: 2;
  }

  #jubilee-calendar-header-right {
    padding-top: 0.375em;
  }

  #jubilee-calendar-title {
    font-size: 2em;
  }

  #jubilee-calendar-list {
    display: block;
  }

  .jubilee-calendar-table-header-full {
    display: none;
  }

  .jubilee-calendar-table-header-short {
    display: inline-block;
    font-size: 1.1em;
  }

  .jubilee-calendar-table-day-label {
    display: none;
  }

  .jubilee-calendar-table-day-has-events:not(.jubilee-calendar-table-day-past) span.jubilee-calendar-table-day-number {
    display: none;
  }

  .jubilee-calendar-table-day-has-events:not(.jubilee-calendar-table-day-past) a.jubilee-calendar-table-day-number {
    display: inline-block;
    line-height: 1.1;
  }

  .jubilee-calendar-table-day-events {
    display: none;
  }

  .jubilee-calendar-table-day-content-container {
    padding: 0.9375em 0;
    min-height: 0 !important;
  }

  .jubilee-calendar-table-day-heading {
    margin: 0 0 0.125em 0;
    font-size: 1.2em;
    text-align: center;
  }

  .comment-edit-link {
    display: none !important;
  }

  .jubilee-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) {
  .jubilee-loop-two-columns {
    max-width: 565px;
  }

  .jubilee-loop-two-columns.jubilee-loop-entries {
    margin-bottom: 0;
  }

  .jubilee-loop-two-columns:not(:nth-child(2n)),
  .jubilee-loop-two-columns:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .jubilee-loop-two-columns .jubilee-entry-short {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875em !important;
  }

  .jubilee-loop-two-columns .jubilee-entry-short:last-child {
    margin-bottom: 0 !important;
  }

  .jubilee-entry-short {
    font-size: 118%;
    max-width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content {
    display: block;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-text,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-buttons {
    display: block;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title {
    width: auto;
    padding-right: 0;
    white-space: normal;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h1,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #jubilee-comments-title {
    font-size: 2.7em;
    letter-spacing: -0.03125em;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-h2,
  .jubilee-section-orientation-horizontal .jubilee-custom-section-content #reply-title {
    font-size: 2em;
    letter-spacing: -0.03125em;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-text {
    padding-top: 0 !important;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-buttons {
    padding-left: 0;
    padding-top: 0;
  }

  .jubilee-section-orientation-horizontal .jubilee-custom-section-content .jubilee-custom-section-buttons ul {
    float: none;
  }

  .jubilee-custom-section {
    display: block;
    width: 100%;
    height: auto;
  }

  .jubilee-custom-section .jubilee-custom-section-inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .jubilee-custom-section-content {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .jubilee-first-home-widget .jubilee-custom-section-content {
    margin-top: 0;
  }

  .jubilee-image-section-no-image.jubilee-first-home-widget .jubilee-custom-section-content {
    margin-top: 5em;
  }

  body.page-template-homepage #jubilee-map-shape {
    display: none;
  }

  .jubilee-image-section {
    font-size: 100%;
  }

  .jubilee-image-section.jubilee-image-section-has-image {
    min-height: 0;
  }

  .jubilee-image-section.jubilee-image-section-has-image.jubilee-image-section-image-right {
    text-align: right;
  }

  .jubilee-image-section-image {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 88%;
    height: 300px !important;
    max-height: 40vh;
  }

  .jubilee-image-section-image.jubilee-image-section-overlay {
    position: absolute;
  }

  .jubilee-image-section:not(.jubilee-first-home-widget) .jubilee-image-section-image {
    margin-top: 2.5em;
  }

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

  .jubilee-image-section-content-inner {
    display: block;
    padding-bottom: 0 !important;
  }

  .jubilee-image-section-has-image .jubilee-image-section-content-inner {
    width: 100%;
    padding-top: 1em !important;
  }

  #jubilee-home-main > *:first-child.jubilee-image-section.jubilee-image-section-has-image:not(.jubilee-home-highlights-section):not(.jubilee-home-secondary-widgets-section):not(.jubilee-map-section) {
    padding-top: 0;
  }

  .jubilee-header-menu-wrapped #jubilee-home-main > *:first-child.jubilee-image-section.jubilee-image-section-has-image:not(.jubilee-home-highlights-section):not(.jubilee-home-secondary-widgets-section):not(.jubilee-map-section) {
    padding-top: 0;
  }

  .jubilee-custom-section.jubilee-section-orientation-horizontal .jubilee-image-section-content-inner {
    padding-bottom: 1.875em !important;
  }

  .jubilee-custom-section.jubilee-section-orientation-horizontal.jubilee-first-home-widget .jubilee-image-section-content-inner {
    padding-bottom: 3.75em !important;
  }

  .jubilee-colored-section-button-full {
    display: none;
  }

  .jubilee-colored-section-button-short {
    display: inline-block;
  }

  .jubilee-gallery-section-content .gallery-item {
    width: 33.3333333333%;
  }

  .jubilee-gallery-section-content .gallery-item:nth-child(n+4) {
    display: none;
  }

  .jubilee-calendar-table-day-content-container {
    padding: 0.5em 0;
  }

  #jubilee-calendar-list-heading {
    text-align: center;
  }
}

/*----------------------------------------------
 * 600px
 *---------------------------------------------*/

@media only screen and (max-width: 600px) {
  .wp-block-gallery .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-item figcaption {
    border-radius: 0 !important;
  }

  .jubilee-shapes-square .wp-block-gallery .blocks-gallery-item img,
  .jubilee-shapes-square .wp-block-gallery .blocks-gallery-item figcaption {
    border-radius: 0 !important;
  }

  .jubilee-shapes-organic .wp-block-gallery .blocks-gallery-item img,
  .jubilee-shapes-organic .wp-block-gallery .blocks-gallery-item figcaption {
    border-radius: 0 !important;
  }

  .jubilee-shapes-angled .wp-block-gallery .blocks-gallery-item img,
  .jubilee-shapes-angled .wp-block-gallery .blocks-gallery-item figcaption {
    border-radius: 0 !important;
  }
}

/*----------------------------------------------
 * 401px - 540px
 *---------------------------------------------*/

@media only screen and (min-width: 401px) and (max-width: 540px) {
  .jubilee-entry-compact-image {
    display: none;
  }

  .jubilee-entry-compact-right {
    width: 100% !important;
  }
}

/*----------------------------------------------
 * 540px
 *---------------------------------------------*/

@media only screen and (max-width: 540px) {
  #jubilee-content {
    overflow: hidden !important;
  }

  .jubilee-nav-block-title {
    font-size: 1.1em;
  }

  .jubilee-map-section {
    min-height: 0;
  }

  #jubilee-map-section-map,
  #jubilee-map-section-canvas {
    height: 200px;
  }

  .jubilee-entry-full-map .jubilee-map-section,
  .jubilee-entry-full-map #jubilee-map-section-canvas {
    max-height: none;
  }

  #jubilee-map-section-map,
  #jubilee-map-section-content-bg {
    position: relative;
    width: 100%;
  }

  #jubilee-map-section-map {
    left: 0;
  }

  .jubilee-map-shape {
    display: none;
  }

  #jubilee-map-section-content-bg {
    top: 0;
    height: 100%;
    box-shadow: none;
  }

  #jubilee-map-section-content-container {
    max-width: none !important;
  }

  #jubilee-map-section-content {
    top: 0;
    display: block;
    width: 100%;
    padding: 0 6.5%;
    background-color: #fff;
    border-radius: 0 !important;
  }

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

  #jubilee-calendar-header-left,
  #jubilee-calendar-header-right {
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  #jubilee-calendar-header-right {
    padding: 0;
    position: relative;
    top: -0.3125em;
    left: -0.9375em !important;
    font-size: 1.8em;
  }

  #jubilee-calendar-header-right li:first-child {
    margin-left: 0;
  }

  .jubilee-icon-calendar-next.jubilee-calendar-no-prev,
  .jubilee-icon-calendar-prev.jubilee-calendar-no-next {
    margin-left: 0.25em !important;
  }

  .jubilee-calendar-dropdown .jq-dropdown-menu,
  .jubilee-calendar-dropdown .jq-dropdown-panel,
  #jubilee-calendar-category-dropdown .jq-dropdown-menu,
  #jubilee-calendar-category-dropdown .jq-dropdown-panel {
    position: relative;
    left: 10.625em;
  }

  .jubilee-entry-short-inner {
    padding: 1.125em 1.375em;
    font-size: 95% !important;
  }

  .jubilee-entry-short-inner h2,
  .jubilee-entry-short-inner .jubilee-h2,
  .jubilee-entry-short-inner #reply-title {
    margin-bottom: 0.3125em;
    font-size: 1em !important;
    line-height: 1.2;
  }

  .jubilee-entry-short-inner h2 a,
  .jubilee-entry-short-inner .jubilee-h2 a,
  .jubilee-entry-short-inner #reply-title a {
    font-weight: 500 !important;
  }

  .jubilee-entry-short-inner .jubilee-entry-short-meta > li {
    line-height: 2.3;
  }
}

/*----------------------------------------------
 * 480px
 *---------------------------------------------*/

@media only screen and (max-width: 480px) {
  .jubilee-nav-block-title {
    font-size: 1em;
  }

  .jubilee-nav-left,
  .jubilee-nav-right {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .jubilee-nav-left,
  .jubilee-nav-right {
    margin-bottom: 0.9375em;
  }

  .jubilee-widgets-row-content {
    margin-top: -2.5em !important;
    margin-right: -7%;
  }

  .jubilee-widgets-row-content aside {
    margin-top: 2.5em;
    width: 43%;
  }

  /*---------------------------------------------
   * Author Box
   *--------------------------------------------*/

  .single .jubilee-author-box {
    min-height: calc( ( 6.75em * 0.7 ) + 5em );
    padding: 1.875em;
    padding-bottom: 1.5625em;
  }

  .jubilee-author-avatar {
    width: calc( 6.75em * 0.7 );
    height: calc( 6.75em * 0.7 );
  }

  .single .jubilee-author-avatar {
    left: 1.875em;
  }

  .jubilee-author-content {
    margin-left: calc( ( 6.75em * 0.7 ) + 1.5em );
  }

  .jubilee-author-content h2,
  .jubilee-author-content .jubilee-h2,
  .jubilee-author-content #reply-title {
    margin-right: 1.25em;
  }

  .jubilee-author-box-show-button .jubilee-author-content h2,
  .jubilee-author-box-show-button .jubilee-author-content .jubilee-h2,
  .jubilee-author-box-show-button .jubilee-author-content #reply-title {
    width: calc( 100% - 5.625em );
  }

  .jubilee-entry-full-icons {
    position: relative;
    top: -0.125em;
  }

  .jubilee-entry-short-inner {
    padding: 1em 1.25em;
    font-size: 80% !important;
  }

  .jubilee-custom-section-content .jubilee-custom-section-text {
    font-size: 1.2em;
  }

  .jubilee-section-has-large-text .jubilee-custom-section-content .jubilee-custom-section-text {
    font-size: 1.6em;
  }

  .jubilee-image-section.jubilee-image-section-has-image .jubilee-loop-entries,
  .jubilee-image-section.jubilee-image-section-has-image .jubilee-image-section-buttons {
    font-size: 100%;
  }

  .jubilee-highlights-three-columns:not(:nth-child(2n)),
  .jubilee-highlights-three-columns:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .jubilee-highlights-three-columns .jubilee-highlight {
    float: none;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1.875em !important;
  }

  .jubilee-highlights-three-columns .jubilee-highlight:last-child {
    margin-bottom: 0 !important;
  }

  .jubilee-calendar-dropdown .jq-dropdown-panel,
  .jubilee-calendar-dropdown .jq-dropdown-menu {
    right: -3.75em !important;
  }

  .jubilee-calendar-table-header-short {
    font-weight: normal;
  }

  .jubilee-calendar-table-day-content-container {
    padding: 0.1875em 0;
  }

  .jubilee-calendar-table-day-heading {
    font-size: 1.1em;
  }

  #jubilee-person-header-content,
  #jubilee-person-image-column,
  #jubilee-person-meta {
    display: block;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }

  #jubilee-person-image {
    margin: 0 auto;
  }

  .jubilee-person-has-image #jubilee-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.3333333333%;
  }

  .jubilee-comment-author span,
  .jubilee-comment-trackback-link span {
    display: none;
  }

  .jubilee-comment-buttons .jubilee-icon {
    display: none;
  }

  .single-post .bypostauthor > article {
    padding: 1.875em;
  }
}

/*----------------------------------------------
 * 400px
 *---------------------------------------------*/

@media only screen and (max-width: 400px) {
  .jubilee-widgets-row-content {
    margin-right: 0;
  }

  .jubilee-widgets-row-content aside {
    margin-bottom: 2.1875em;
    display: block;
    float: none;
    width: 100%;
    font-size: 1em !important;
  }

  .jubilee-widgets-row-content aside:not(:first-child) {
    margin-top: 0;
  }

  .jubilee-widgets-row-content aside:last-child {
    margin-bottom: 0;
  }

  /*---------------------------------------------
   * Homepage
   *--------------------------------------------*/

  .jubilee-colored-section-button {
    display: none;
  }

  /*---------------------------------------------
   * Author Box
   *--------------------------------------------*/

  .jubilee-author-content h2,
  .jubilee-author-content .jubilee-h2,
  .jubilee-author-content #reply-title {
    display: block;
  }

  .jubilee-author-box-show-button .jubilee-author-content h2,
  .jubilee-author-box-show-button .jubilee-author-content .jubilee-h2,
  .jubilee-author-box-show-button .jubilee-author-content #reply-title {
    width: 100%;
  }

  .jubilee-author-box-archive {
    margin: 1.25em 0;
    float: none;
  }

  .jubilee-author-bio {
    line-height: 1.6;
  }

  .jubilee-sermon-index-list.jubilee-sermon-index-list-two-columns,
  .jubilee-sermon-index-list.jubilee-sermon-index-list-three-columns {
    -moz-column-count: 1;
    column-count: 1;
  }
}

/*----------------------------------------------
 * 319px - Smaller Than iPhone SE Portrait (320px)
 *---------------------------------------------*/

@media only screen and (max-width: 319px) {
  .jubilee-widgets-row-content aside {
    font-size: 0.95em;
  }

  #jubilee-header-archives,
  .jubilee-header-archive-dropdown {
    display: none !important;
  }

  .jubilee-loop-four-columns,
  .jubilee-loop-three-columns,
  .jubilee-loop-two-columns {
    max-width: 565px;
  }

  .jubilee-loop-four-columns.jubilee-loop-entries,
  .jubilee-loop-three-columns.jubilee-loop-entries,
  .jubilee-loop-two-columns.jubilee-loop-entries {
    margin-bottom: 0;
  }

  .jubilee-loop-four-columns:not(:nth-child(2n)),
  .jubilee-loop-four-columns:nth-last-of-type(-n+2),
  .jubilee-loop-three-columns:not(:nth-child(2n)),
  .jubilee-loop-three-columns:nth-last-of-type(-n+2),
  .jubilee-loop-two-columns:not(:nth-child(2n)),
  .jubilee-loop-two-columns:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .jubilee-loop-four-columns .jubilee-entry-short,
  .jubilee-loop-three-columns .jubilee-entry-short,
  .jubilee-loop-two-columns .jubilee-entry-short {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875em !important;
  }

  .jubilee-loop-four-columns .jubilee-entry-short:last-child,
  .jubilee-loop-three-columns .jubilee-entry-short:last-child,
  .jubilee-loop-two-columns .jubilee-entry-short:last-child {
    margin-bottom: 0 !important;
  }

  .jubilee-image-section-content-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px !important;
  }

  .jubilee-image-section-content-inner .jubilee-loop-entries .jubilee-entry-short {
    display: none;
  }

  .jubilee-image-section-content-inner .jubilee-loop-entries .jubilee-entry-short:first-child {
    display: block;
    margin-bottom: 0 !important;
  }

  .jubilee-colored-section-button {
    display: none;
  }

  .jubilee-highlights-four-columns:not(:nth-child(2n)),
  .jubilee-highlights-four-columns:nth-last-of-type(-n+2),
  .jubilee-highlights-two-columns:not(:nth-child(2n)),
  .jubilee-highlights-two-columns:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }

  .jubilee-highlights-four-columns .jubilee-highlight,
  .jubilee-highlights-two-columns .jubilee-highlight {
    float: none;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1.875em !important;
  }

  .jubilee-highlights-four-columns .jubilee-highlight:last-child,
  .jubilee-highlights-two-columns .jubilee-highlight:last-child {
    margin-bottom: 0 !important;
  }

  .jubilee-highlights-content {
    font-size: 1em;
  }

  .jubilee-highlights-content h2,
  .jubilee-highlights-content .jubilee-h2,
  .jubilee-highlights-content #reply-title {
    font-size: 1.4em;
  }

  .jubilee-highlights-content#jubilee-galleries {
    font-size: 0.7em;
  }

  .jubilee-sermon-books-testament {
    width: 100%;
    border: 1px solid red;
  }

  .jubilee-sermon-books-testament:nth-child(odd) {
    margin-right: 0;
  }

  .jubilee-galleries-list .gallery-item {
    max-width: 100%;
  }

  .jubilee-comment,
  .jubilee-comment #respond {
    margin-left: 0;
  }
}

