@import url("https://fonts.googleapis.com/css?family=Gravitas+One|Merriweather:400,400i,700,700i,900,900i|Oswald:300,400,600");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* @mixin font-awesome($icon: '') {
	content: $icon;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 1em;
	border: 0;
	margin-left: 0;
}
*/
html, body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
}

#body-wrapper {
  margin: 0 auto;
}

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

#page-header {
  padding-bottom: 0 !important;
  padding: 60px;
}
@media (max-width: 992px) {
  #page-header {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #page-header {
    padding: 20px;
  }
}
#page-header h1 {
  margin: 0;
  padding: 0;
}

#page-content {
  padding: 60px;
}
#page-content .container-responsive {
  max-width: 1150px;
}
#page-content .container-responsive > .row {
  padding: 20px;
}
@media (max-width: 992px) {
  #page-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #page-content {
    padding: 20px;
  }
}

a {
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
  color: #fe5e41;
}

p {
  font-size: inherit;
}
p a {
  font-weight: bolder;
  border-bottom: 1px solid #fe5e41;
}
p a:hover {
  color: #fe5e41;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

img {
  max-width: 100%;
  height: auto;
}

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "Alverata", serif;
}

.sans,
.sansserif,
.sans-serif {
  font-family: "Barlow", sans-serif;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fill-right, .fill-left,
.fl-fill-right > .fl-col-content,
.fl-fill-left > .fl-col-content {
  position: relative;
}

.fill-right:after, .fill-left:before,
.fl-fill-right > .fl-col-content:after,
.fl-fill-left > .fl-col-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit;
}

.fill-right:after {
  left: 100%;
}

.fill-left:before {
  right: 100%;
}

.fl-fill-right > .fl-col-content:after {
  left: 100%;
}

.fl-fill-left > .fl-col-content:before {
  right: 100%;
}

/* ---
	Beaver Builder Overrides
*/
.fl-post-grid-post, .fl-post-feed-post {
  overflow: visible;
}

.fl-post-grid {
  display: flex;
  flex-wrap: wrap;
}

.fl-post-column .fl-post-grid-post {
  height: 100%;
}

.fl-post-grid:before, .fl-post-grid:after {
  display: initial;
}

.fl-col-small {
  max-width: 100%;
}

.fl-post-grid-post {
  border: none;
  background: transparent;
}

#body-wrapper .uabb-ib-effect-style1.uabb-ib2-min-height img {
  max-width: calc(100% + 50px) !important;
}

#page .fl-row-bg-video .fl-bg-video iframe {
  min-width: 0;
}

#body-wrapper .btn,
.uabb-module-content .uabb-text-editor .btn,
#page .uabb-button {
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.4em 0.8em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Alverata", serif;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid transparent;
  background-clip: border-box;
  will-change: transform;
}
#body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
.uabb-module-content .uabb-text-editor .btn,
.uabb-module-content .uabb-text-editor .btn span,
.uabb-module-content .uabb-text-editor .btn .fl-button-text,
.uabb-module-content .uabb-text-editor .btn *,
#page .uabb-button,
#page .uabb-button span,
#page .uabb-button .fl-button-text,
#page .uabb-button * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
}
#body-wrapper .btn:hover,
.uabb-module-content .uabb-text-editor .btn:hover,
#page .uabb-button:hover {
  transform: translatey(-0.125rem);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
#body-wrapper .btn,
.uabb-module-content .uabb-text-editor .btn,
#page .uabb-button {
  background-color: #fe5e41;
}
#body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
.uabb-module-content .uabb-text-editor .btn,
.uabb-module-content .uabb-text-editor .btn span,
.uabb-module-content .uabb-text-editor .btn .fl-button-text,
.uabb-module-content .uabb-text-editor .btn *,
#page .uabb-button,
#page .uabb-button span,
#page .uabb-button .fl-button-text,
#page .uabb-button * {
  color: #FFFFFF;
}
#body-wrapper .btn:hover,
.uabb-module-content .uabb-text-editor .btn:hover,
#page .uabb-button:hover {
  background-color: #212121;
}
#body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *,
.uabb-module-content .uabb-text-editor .btn:hover,
.uabb-module-content .uabb-text-editor .btn:hover span,
.uabb-module-content .uabb-text-editor .btn:hover .fl-button-text,
.uabb-module-content .uabb-text-editor .btn:hover *,
#page .uabb-button:hover,
#page .uabb-button:hover span,
#page .uabb-button:hover .fl-button-text,
#page .uabb-button:hover * {
  color: #FFFFFF;
}
#body-wrapper .btn.btn-hollow,
.uabb-module-content .uabb-text-editor .btn.btn-hollow,
#page .uabb-button.btn-hollow {
  background-color: transparent;
  border-color: inherit;
}
#body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *,
.uabb-module-content .uabb-text-editor .btn.btn-hollow,
.uabb-module-content .uabb-text-editor .btn.btn-hollow span,
.uabb-module-content .uabb-text-editor .btn.btn-hollow .fl-button-text,
.uabb-module-content .uabb-text-editor .btn.btn-hollow *,
#page .uabb-button.btn-hollow,
#page .uabb-button.btn-hollow span,
#page .uabb-button.btn-hollow .fl-button-text,
#page .uabb-button.btn-hollow * {
  color: inherit;
}
#body-wrapper .btn.btn-hollow:hover,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover,
#page .uabb-button.btn-hollow:hover {
  background-color: white;
  border-color: white;
}
#body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover span,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover .fl-button-text,
.uabb-module-content .uabb-text-editor .btn.btn-hollow:hover *,
#page .uabb-button.btn-hollow:hover,
#page .uabb-button.btn-hollow:hover span,
#page .uabb-button.btn-hollow:hover .fl-button-text,
#page .uabb-button.btn-hollow:hover * {
  color: #fe5e41;
}
#body-wrapper .btn.btn-large,
.uabb-module-content .uabb-text-editor .btn.btn-large,
#page .uabb-button.btn-large {
  font-size: 20px;
}

#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button {
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.4em 0.8em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Alverata", serif;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid transparent;
  background-clip: border-box;
  will-change: transform;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button span, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button .fl-button-text, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button:hover {
  transform: translatey(-0.125rem);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button {
  background-color: #fe5e41;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button span, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button .fl-button-text, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button * {
  color: #FFFFFF;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button:hover {
  background-color: #212121;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button:hover, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button:hover span, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button:hover .fl-button-text, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu) a.fl-button:hover * {
  color: #FFFFFF;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button {
  background-color: transparent;
  border-color: inherit;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button span, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button .fl-button-text, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button * {
  color: inherit;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button:hover {
  background-color: white;
  border-color: white;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button:hover, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button:hover span, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button:hover .fl-button-text, #body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-hollow a.fl-button:hover * {
  color: #fe5e41;
}
#body-wrapper .fl-builder-content .fl-module:not(.fl-module-menu).fl-button-large a.fl-button {
  font-size: 20px;
}

.site-footer .footer-brand .logo {
  display: block;
  height: 50px;
  margin: 0 auto;
  width: auto;
}

#sb_instagram {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #sb_instagram #sbi_images .sbi_item {
    width: 33.333% !important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-of-type(4), #sb_instagram #sbi_images .sbi_item:nth-of-type(5), #sb_instagram #sbi_images .sbi_item:nth-of-type(6) {
    display: none;
  }
}

.navbar-brand .logo {
  display: block;
  min-height: 100px;
  width: auto;
}

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important;
}

nav.navbar > .container-responsive {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
nav.navbar .navbar-nav {
  margin-left: auto;
}

.fl-module-menu a.fl-button {
  color: #0075b3;
}
.fl-module-menu a.fl-button:hover, .fl-module-menu a.fl-button:active {
  color: #fe5e41 !important;
}

#post--content strong, #post--content b, #post--content * strong, #post--content * b {
  font-weight: bold;
}
#post--content i:not(.fl-tip), #post--content em, #post--content var, #post--content * i:not(.fl-tip), #post--content * em, #post--content * var {
  font-style: italic;
}
#post--content big, #post--content * big {
  font-size: 1.2em;
}
#post--content small, #post--content * small {
  font-size: 0.9em;
}
#post--content h1, #post--content h2, #post--content h3, #post--content h4, #post--content h5, #post--content h6 {
  margin: 0 0 0.25em;
}
#post--content h1 + h1, #post--content h1 + h2, #post--content h1 + h3, #post--content h1 + h4, #post--content h1 + h5, #post--content h1 + h6, #post--content h2 + h1, #post--content h2 + h2, #post--content h2 + h3, #post--content h2 + h4, #post--content h2 + h5, #post--content h2 + h6, #post--content h3 + h1, #post--content h3 + h2, #post--content h3 + h3, #post--content h3 + h4, #post--content h3 + h5, #post--content h3 + h6, #post--content h4 + h1, #post--content h4 + h2, #post--content h4 + h3, #post--content h4 + h4, #post--content h4 + h5, #post--content h4 + h6, #post--content h5 + h1, #post--content h5 + h2, #post--content h5 + h3, #post--content h5 + h4, #post--content h5 + h5, #post--content h5 + h6, #post--content h6 + h1, #post--content h6 + h2, #post--content h6 + h3, #post--content h6 + h4, #post--content h6 + h5, #post--content h6 + h6 {
  margin: 0;
}
#post--content .post--title h2.fl-heading {
  color: #fe5e41;
  margin-top: 0 !important;
}
#post--content h3 {
  font: 800 2rem/1 "Barlow", sans-serif;
  text-transform: uppercase;
}
#post--content h4 {
  color: #fe5e41;
  font: 800 1.75rem/1 "Alverata", serif;
  font-style: italic;
}
#post--content h5 {
  font: 800 1.5rem/1 "Barlow", sans-serif;
  text-transform: uppercase;
}
#post--content h6 {
  font: 800 1.25rem/1 "Barlow", sans-serif;
}
#post--content .fl-module-fl-post-info {
  color: #F3F3F3;
  font: 600 0.75rem/1 "Barlow", sans-serif;
  text-transform: uppercase;
}
#post--content .fl-module-fl-post-info span, #post--content .fl-module-fl-post-info a {
  color: inherit;
  font-size: inherit;
}
#post--content .fl-module-fl-post-info .fl-post-info-sep {
  font-weight: 100;
  margin: 0 0.5em;
}
#post--content blockquote {
  margin: 0 8em 1em 0;
}
#post--content blockquote p {
  font: 400 2rem/1 "Alverata", serif;
  font-style: italic;
}
#post--content blockquote cite {
  display: block;
  font: bold 1rem/1 "Barlow", sans-serif;
  margin-top: 1rem;
  text-align: right;
  text-transform: uppercase;
}
#post--content p, #post--content address {
  font: normal 1rem/1.5 "Barlow", sans-serif;
  margin: 0 0 1em;
}
#post--content code, #post--content kbd, #post--content tt {
  color: #fe5e41;
  font-family: monospace;
  font-size: 0.9rem;
  padding: 0 0.25em;
}
#post--content pre {
  border-radius: 5px;
  color: #fe5e41;
  font-family: monospace;
  font-size: 0.9rem;
  margin: 0 0 0.5em;
  padding: 10px 15px;
}
#post--content acronym {
  font-size: 85%;
  text-transform: uppercase;
}
#post--content dl, #post--content ol, #post--content ul {
  font: normal 1rem/1.5 "Barlow", sans-serif;
  margin: 0 0 1em 0;
  text-indent: 0;
}
#post--content dl dt {
  font-weight: bold;
}
#post--content dl dd {
  font-style: italic;
}
#post--content ol {
  list-style: decimal;
}
#post--content ul {
  list-style: square;
}
#post--content ol ol, #post--content ol ul, #post--content ul ol, #post--content ul ul {
  margin: 0;
}
#post--content table {
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 1.2rem/1 "Barlow", sans-serif;
  margin: 0 0 1em;
  width: 100%;
}
#post--content table tr {
  border-bottom: 1px solid #F3F3F3;
}
#post--content table tr:last-of-type {
  border-bottom: 0;
}
#post--content table td, #post--content table th {
  line-height: 1;
  padding: 10px;
}
#post--content table th {
  text-transform: uppercase;
}
#post--content div.wp-caption.aligncenter,
#post--content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
  max-width: 100%;
}
#post--content div.wp-caption.alignleft,
#post--content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 50%;
}
#post--content div.wp-caption.alignright,
#post--content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 50%;
}
#post--content div.wp-caption.alignnone,
#post--content img.alignnone {
  clear: both;
  float: none;
  margin: 0 0 1em;
  max-width: 100%;
}
#post--content div.wp-caption .wp-caption-text {
  font: normal 0.8rem/1 "Barlow", sans-serif;
  margin: 0.25em 0;
}
#post--content div.gallery {
  margin: 1rem -5rem;
}
#post--content div.gallery .gallery-item {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0.5rem;
  transition: all 0.2s;
}
#post--content div.gallery .gallery-item:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  transform: scale(1.1);
}
#post--content div.gallery .gallery-item img {
  border: 0;
}
#post--content div.gallery .wp-caption-text.gallery-caption {
  line-height: 1;
  padding: 0.25rem 0 0;
}

.fl-module-rich-text p b, .fl-module-rich-text p strong,
.fl-rich-text p b,
.fl-rich-text p strong {
  font-weight: bold;
}
.fl-module-rich-text p i, .fl-module-rich-text p em,
.fl-rich-text p i,
.fl-rich-text p em {
  font-style: italic;
}
.fl-module-rich-text.text--large,
.fl-rich-text.text--large {
  padding: 0 10%;
}
.fl-module-rich-text.text--large p,
.fl-rich-text.text--large p {
  font-size: 1.15rem;
}
.fl-module-rich-text.text--center *,
.fl-rich-text.text--center * {
  text-align: center;
}

.bible--verse {
  background-color: #fff9e4;
  padding: 20px;
}
.bible--verse > p {
  font-family: "Alverata", serif;
  font-size: 0.95rem;
  margin: 0 0 0.5em;
}
.bible--verse > p em {
  font-weight: bold;
  color: #0075b3;
}
.bible--verse .bible--verse_text {
  font-family: "Utopia STD", "utopia-std", serif;
}
.bible--verse .bible--verse_text p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0 0 0.5em;
}
.bible--verse .bible--verse_text .bible--verse_num {
  font-size: 80%;
  vertical-align: super;
}
.bible--verse .bible--verse_source {
  font: bold 0.9rem/1 "Utopia STD", "utopia-std", serif;
}
.bible--verse .bible--translation {
  font: bold 80%/1 "Barlow", sans-serif;
  text-decoration: none;
  opacity: 0.5;
}

#home-slider .fl-content-slider-wrapper .fl-slide-mobile-photo {
  aspect-ratio: 16/9;
}
#home-slider .fl-content-slider-wrapper .fl-slide-mobile-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  #home-slider .fl-content-slider-wrapper .fl-slide-content-wrap {
    min-height: auto;
  }
}
@media (max-width: 600px) {
  #home-slider .fl-content-slider-wrapper .fl-slide-content-wrap .fl-slide-content {
    padding: 40px 50px;
    min-height: auto;
  }
}
#home-slider .fl-content-slider-wrapper .fl-slide-content-wrap .fl-slide-content h2.fl-slide-title {
  font-size: clamp(2.5rem, 4vw, 4rem);
}
#home-slider .fl-content-slider-wrapper .fl-slide {
  height: 500px;
}

.fl-theme-builder-woo-notices {
  padding: 20px;
}
.fl-theme-builder-woo-notices .woocommerce-message {
  border-top-color: #29AB87;
  background-color: #FFF7E0;
  color: #0075b3;
  font-weight: 600;
  box-shadow: 1px 2px 3px rgba(33, 33, 33, 0.15);
}
.fl-theme-builder-woo-notices .woocommerce-message::before {
  color: #29AB87;
}
.fl-theme-builder-woo-notices .woocommerce-message .button {
  background-color: #fe5e41;
  color: #fff9e4;
}
.fl-theme-builder-woo-notices .woocommerce-message .button:hover {
  background-color: #fe5e41;
}

.wc-block-cart__submit-button {
  background-color: #fe5e41;
  color: #fff9e4;
  font-weight: 600;
}
.wc-block-cart__submit-button:hover {
  background-color: rgb(254.1335078534, 115.4947643979, 90.3664921466);
  color: #fff9e4;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.5em;
}

/*# sourceMappingURL=style.css.map */
