/*
	Theme Name: HJS Blocks
	Theme URI: https://hirejordansmith.com/
	Description: This is the HJS Blocks theme created for the Genesis Framework.
	Author: Hire Jordan Smith
	Author URI: https://hirejordansmith.com

	Version: 3.1.5

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: hjs-blocks
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

:root {
	--primary-color: #7d5ba6;
	--secondary-color: #4f0961;
	--heading-font-family: 'Lexend', sans-serif;
	--body-font-family: 'Lexend', sans-serif;
	--heading-font-weight: 400;
	--heading-color: #212121;
	--body-color: #4a4a4a;
  }

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

  body {
	  margin: 0;
	  overflow-x: hidden;
  }
  body#tinymce {
	  margin: 9px 10px;
	  width: auto;
	  float: none;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
	  display: block
  }

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

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

  progress {
	  vertical-align: baseline
  }

  template,
  [hidden] {
	  display: none
  }

  a {
	  background-color: transparent;
	  -webkit-text-decoration-skip: objects
  }

  a:active,
  a:hover {
	  outline-width: 0
  }

  abbr[title] {
	  border-bottom: none;
	  text-decoration: none;
  }

  b,
  strong {
	  font-weight: inherit
  }

  b,
  strong {
	  font-weight: bolder
  }

  dfn {
	  font-style: italic
  }

  h1 {
	  font-size: 2em;
	  margin: 0.67em 0
  }

  mark {
	  background-color: #ff0;
	  color: #222
  }

  small {
	  font-size: 80%
  }

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

  sub {
	  bottom: -0.25em
  }

  sup {
	  top: -0.5em
  }

  img {
	  border-style: none
  }

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

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

  figure {
	  margin: 1em 40px
  }

  hr {
	  box-sizing: content-box;
	  height: 0;
	  overflow: visible
  }

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

  optgroup {
	  font-weight: bold
  }

  button,
  input {
	  overflow: visible
  }

  button,
  select {
	  text-transform: none
  }

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

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	  border-style: none;
	  padding: 0
  }

  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	  outline: 1px dotted ButtonText
  }

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

  legend {
	  box-sizing: border-box;
	  color: inherit;
	  display: table;
	  max-width: 100%;
	  padding: 0;
	  white-space: normal
  }

  textarea {
	  overflow: auto
  }

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

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

  [type="search"] {
	  -webkit-appearance: textfield;
	  outline-offset: -2px
  }

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

  ::-webkit-input-placeholder {
	  color: inherit;
	  opacity: 0.54
  }

  ::-webkit-file-upload-button {
	  -webkit-appearance: button;
	  font: inherit
  }

  /* ## Box Sizing
  --------------------------------------------- */

  html,
  input[type="search"] {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  }

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

  /* ## Float Clearing
  --------------------------------------------- */

  .author-box::before,
  .clearfix::before,
  .entry::before,
  .entry-content::before,
  .footer-widgets::before,
  .nav-primary::before,
  .nav-secondary::before,
  .pagination::before,
  .site-container::before,
  .site-footer::before,
  .site-header::before,
  .site-inner::before,
  .widget::before,
  .wrap::before {
	  content: " ";
	  display: table;
  }

  .author-box::after,
  .clearfix::after,
  .entry::after,
  .entry-content::after,
  .footer-widgets::after,
  .nav-primary::after,
  .nav-secondary::after,
  .pagination::after,
  .site-container::after,
  .site-footer::after,
  .site-header::after,
  .site-inner::after,
  .widget::after,
  .wrap::after {
	  clear: both;
	  content: " ";
	  display: table;
  }

  .clear {
	  clear: both;
  }

  /* # Defaults
  ---------------------------------------------------------------------------------------------------- */

  /* ## Typographical Elements
  --------------------------------------------- */

  html {
	  font-size: 62.5%;
	  /* 10px browser default */
  }

  .sticky {}

  .bypostauthor {}

  /* Chrome fix */

  body {
	  opacity: 1;
	  transition: 1s opacity;
  }

  /* body.fade-out {
	  opacity: 0;
	  transition: none;
  } */

  body>div {
	  font-size: 17px;
	  font-size: 1.7rem;
  }

  body {
	  color: #4a4a4a;
	  font-family: 'Lexend', sans-serif;
	  font-size: 17px;
	  font-size: 1.7rem;
	  -webkit-font-smoothing: antialiased;
	  font-weight: 300;
	  line-height: 1.75;
	  margin: 0;
  }

  a,
  button,
  input:focus,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  textarea:focus,
  .button,
  .gallery img {
	  -webkit-transition: all 0.1s ease-in-out;
	  -moz-transition: all 0.1s ease-in-out;
	  -ms-transition: all 0.1s ease-in-out;
	  -o-transition: all 0.1s ease-in-out;
	  transition: all 0.1s ease-in-out;
  }

  a {
	  color: #7d5ba6;
	  text-decoration: underline;
	  cursor: pointer;
  }

  a:focus,
  a:hover {
	  color: #4a4a4a;
	  text-decoration: none;
  }

  p {
	  margin: 0 0 20px;
	  padding: 0;
  }

  ol,
  ul {
	  margin: 0;
	  padding: 0;
  }

  li {
	  list-style-type: none;
  }

  hr {
	  border: 0;
	  border-collapse: collapse;
	  border-top: 1px solid #eee;
	  clear: both;
	  margin: 1em 0;
  }

  b,
  strong {
	  font-weight: 700;
  }

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

  mark {
	  background: #ddd;
	  color: #4a4a4a;
  }

  blockquote {
	  margin: 30px;
	  border-left: 3px solid #7d5ba6;
	  padding-left: 20px;
	  font-size: 22px;
	  font-size: 2.2rem;
	  line-height: 1.4;
	  font-family: "Lora", serif;
  }

  /*blockquote::before {
	  content: "\201C";
	  display: block;
	  font-size: 30px;
	  font-size: 3rem;
	  height: 0;
	  left: -20px;
	  position: relative;
	  top: -10px;
  }*/

  /* ## Headings
  --------------------------------------------- */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div.pum-container .pum-title {
	  font-family: 'Lexend', sans-serif;
	  font-weight: 400;
	  line-height: 1.2;
	  margin: 0 0 20px;
	  word-wrap: initial;
	  color: #212121;
  }

  h1 {
	  font-size: 40px;
	  font-size: 4rem;
  }

  h2 {
	  font-size: 30px;
	  font-size: 3rem;
  }

  h3 {
	  font-size: 24px;
	  font-size: 2.4rem;
  }

  h4 {
	  font-size: 24px;
	  font-size: 2.4rem;
  }

  h5 {
	  font-size: 18px;
	  font-size: 1.8rem;
  }

  h6 {
	  font-size: 16px;
	  font-size: 1.6rem;
  }

  /* ## Objects
  --------------------------------------------- */

  embed,
  iframe,
  img,
  object,
  video,
  .wp-caption {
	  max-width: 100%;
  }

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

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

  .embed-container .play-icon {
	  cursor: pointer;
	  background: url(images/video-play-sprite-100.png) no-repeat 0 10px;
	  width: 100px;
	  height: 100px;
	  display: block;
	  margin: auto;
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
  }

  .embed-container .play-icon:hover {
	  background-position: 0 -230px;
  }

  img {
	  height: auto;
  }

  figure {
	  margin: 0;
  }

  /* ## Gallery
  --------------------------------------------- */

  .gallery {
	  overflow: hidden;
  }

  .gallery-item {
	  float: left;
	  margin: 0 0 28px;
	  text-align: center;
  }

  .gallery-columns-1 .gallery-item {
	  width: 100%;
  }

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

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

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

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

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

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

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

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

  .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .gallery-columns-4 .gallery-item:nth-child(4n+1),
  .gallery-columns-5 .gallery-item:nth-child(5n+1),
  .gallery-columns-6 .gallery-item:nth-child(6n+1),
  .gallery-columns-7 .gallery-item:nth-child(7n+1),
  .gallery-columns-8 .gallery-item:nth-child(8n+1),
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	  clear: left;
  }

  .gallery img {
	  border: 1px solid transparent;
	  height: auto;
  }

  .gallery img:focus,
  .gallery img:hover {
	  border: 1px solid #fff;
  }

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

  input,
  select,
  body .gform_wrapper.gravity-theme .gfield select.medium,
  textarea,
  div.gform_wrapper textarea.small,
  div.gform_wrapper textarea.medium,
  div.gform_wrapper textarea.large,
  div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.ginput_product_price):not(.ginput_total),
  body .gform_wrapper.gravity-theme .gfield input.medium,
  body .wwof-ui .ant-input {
	  background-color: #fff;
	  border: 1px solid #ccc;
	  color: #4a4a4a;
	  font-weight: 400;
	  padding: 10px 15px;
	  width: 100%;
	  margin-top: 0;
	  border-radius: 5px;
  }
  .ginput_product_price, .ginput_total {
	  width: auto;
	  font-weight: inherit;
  }
  .gform_wrapper.gravity-theme .gfield .ginput_quantity {
	  width: auto!important;
  }

  input:focus,
  textarea:focus,
  select:focus {
	  border-color: #7d5ba6 !important;
	  outline: none;
  }

  input[type="checkbox"],
  input[type="image"],
  input[type="radio"] {
	  width: auto;
  }

  ::-moz-placeholder {
	  color: #000;
	  opacity: 1;
  }

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

  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button,
  .cards-wrap a.more-link,
  .tribe-events-button,
  .tribe-events-list .tribe-events-loop .tribe-events-content a.more-link,
  body .xoo-wsc-footer a.xoo-wsc-ft-btn,
  body #sb_instagram #sbi_load .sbi_load_btn {
	  font-family: 'Lexend', sans-serif;
	  background-color: #7d5ba6;
	  border: 1px solid #7d5ba6;
	  color: #fff;
	  cursor: pointer;
	  font-size: 14px;
	  font-size: 1.4rem;
	  font-weight: 600;
	  padding: 18px 35px;
	  text-decoration: none;
	  white-space: normal;
	  width: auto;
	  border-radius: 5px;
	  text-transform: uppercase;
	  line-height: 1;
	  letter-spacing: 1px;
	  display: inline-block;
	  text-align: center;
  }

  div.gform_wrapper input.gf_coupon_code,
  .gform_wrapper input#gf_coupon_button.button {
	  width: auto !important;
  }

  body .xoo-wsc-footer a.xoo-wsc-ft-btn {
	  width: 100%;
  }

  .button.primary {
	  background: #7d5ba6;
	  border-color: #7d5ba6;
  }

  .button.primary-alt {
	  color: #7d5ba6;
	  border-color: #7d5ba6;
	  background: none;
  }

  .button.secondary {
	  background: #4f0961;
	  border-color: #4f0961;
  }

  .button.secondary-alt {
	  color: #4f0961;
	  border-color: #4f0961;
	  background: none;
  }

  .button.white {
	  color: #4a4a4a;
	  border-color: #fff;
	  background: #fff;
  }

  .button.white-alt {
	  color: #fff;
	  border-color: #fff;
	  background: none;
  }

  .hjs-section.dark .button.white {
	  color: #fff;
	  border-color: #333;
	  background: #333;
  }
  .hjs-section.dark .button.white-alt {
	  color: #333;
	  border-color: #333;
	  background: none;
  }

  button:focus,
  button:hover,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover,
  .button:focus,
  .button:hover,
  .cards-wrap a.more-link:focus,
  .cards-wrap a.more-link:hover,
  .cards-wrap .entry-content p a.more-link:not(.button):focus,
  .cards-wrap .entry-content p a.more-link:not(.button):hover,
  .tribe-events-button:hover,
  .tribe-events-button:focus,
  .tribe-events-list .tribe-events-loop .tribe-events-content a.more-link:hover,
  .tribe-events-list .tribe-events-loop .tribe-events-content a.more-link:focus,
  body .xoo-wsc-footer a.xoo-wsc-ft-btn:hover,
  body .xoo-wsc-footer a.xoo-wsc-ft-btn:focus,
  body #sb_instagram #sbi_load .sbi_load_btn:hover,
  body #sb_instagram #sbi_load .sbi_load_btn:focus {
	  background-color: #5e457d;
	  border: 1px solid #5e457d;
	  color: #fff;
  }
  body #sb_instagram #sbi_load .sbi_load_btn:hover,
  body #sb_instagram #sbi_load .sbi_load_btn:focus {
	  box-shadow: none;
  }
  .button.primary-alt:hover,
  .button.primary-alt:focus {
	  color: #fff;
	  border-color: #7d5ba6;
	  background: #7d5ba6;
  }

  .button.secondary:hover,
  .button.secondary:focus {
	  color: #fff;
	  border-color: #2e0538;
	  background: #2e0538;
  }

  .button.secondary-alt:hover,
  .button.secondary-alt:focus {
	  color: #fff;
	  border-color: #4f0961;
	  background: #4f0961;
  }

  .button.white:hover,
  .button.white:focus,
  .button.white-alt:hover,
  .button.white-alt:focus {
	  color: #4a4a4a;
	  border-color: #eee;
	  background: #eee;
  }

  .hjs-section.dark .button.white:hover,
  .hjs-section.dark .button.white:focus {
	  color: #fff;
	  border-color: #000;
	  background: #000;
  }
  .hjs-section.dark .button.white-alt:hover,
  .hjs-section.dark .button.white-alt:focus {
	  color: #000;
	  border-color: #000;
	  background: none;
  }
  .button-wrap {
	  margin-bottom: 20px;
	  margin-top: 30px;
	  clear: both;
	  display: inline-block;
  }
  .button-wrap .button {
	  margin-bottom: 20px;
  }
  .button-wrap:last-child {
	  margin-bottom: 0;
  }

  .button-wrap.center {
	  width: 100%;
	  text-align: center;
  }

  .button-wrap.right {
	  width: 100%;
	  text-align: right;
  }

  .button-wrap:last-child a.button {
	  margin-bottom: 0;
  }

  .tribe-events-button {
	  margin-right: 10px;
  }

  .entry-content p a:not(.button):not(.hjs-link),
  .entry-content li a:not(.button):not(.hjs-link),
  .entry-comments-link a:not(.button),
  .entry-categories a,
  .logged-in-as a,
  .posted_in a,
  a.woocommerce-review-link,
  .view-cat a,
  .hjs-section .card p a:not(.button):not(.hjs-link),
  .hjs-section .content-wrap p a:not(.button):not(.hjs-link),
  .hjs-section .title-content-wrap p a:not(.button),
  .hjs-section .section-description a:not(.button),
  .hjs-section .title-wrap a:not(.button),
  .hjs-section .section-bottom-content a:not(.button):not(.hjs-link),
  .widget ul>li.cat-item a:not(.button),
  .sidebar li a:not(.button),
  .sidebar p a:not(.button) {
	  text-decoration: none;
	  color: #4a4a4a;
	  -webkit-box-shadow: inset 0 -2px 0 #7d5ba6;
	  box-shadow: inset 0 -2px 0 #7d5ba6;
	  line-height: 1.2;
  }

  .hjs-section.light .column-content p a:not(.button):not(.read-more):not(.hjs-link),
  .hjs-section.light .content-wrap p a:not(.button):not(.hjs-link),
  .hjs-section.light .title-content-wrap p a:not(.button),
  .hjs-section.light .section-description a:not(.button),
  .hjs-section.light .title-wrap a:not(.button),
  .hjs-section.light .section-bottom-content a:not(.button):not(.hjs-link) {
	  color: #fff;
  }

  .entry-comments-link a,
  .entry-categories a,
  .logged-in-as a,
  .posted_in a,
  a.woocommerce-review-link,
  .view-cat a,
  .hjs-section .card p a:not(.button):not(.hjs-link),
  .hjs-section .content-wrap p a:not(.button):not(.hjs-link),
  .hjs-section .title-content-wrap p a:not(.button),
  .hjs-section .section-description a:not(.button),
  .hjs-section .title-wrap a:not(.button),
  .hjs-section .section-bottom-content a:not(.button):not(.hjs-link),
  .widget ul>li.cat-item a:not(.button),
  .sidebar ul li a:not(.button) {
	  -webkit-box-shadow: inset 0 -2px 0 #7d5ba6;
	  box-shadow: inset 0 -2px 0 #7d5ba6;
  }

  .entry-content p a:not(.button):not(.hjs-link):hover,
  .entry-content p a:not(.button):not(.hjs-link):focus,
  .entry-content li a:not(.button):not(.hjs-link):hover,
  .entry-content li a:not(.button):not(.hjs-link):focus,
  .entry-comments-link a:hover,
  .entry-comments-link a:focus,
  .entry-categories a:hover,
  .entry-categories a:focus,
  .logged-in-as a:hover,
  .logged-in-as a:focus,
  .posted_in a:hover,
  .posted_in a:focus,
  a.woocommerce-review-link:hover,
  a.woocommerce-review-link:focus,
  .view-cat a:hover,
  .view-cat a:focus,
  .hjs-section .card p a:not(.button):not(.hjs-link):hover,
  .hjs-section .card p a:not(.button):not(.hjs-link):focus,
  .hjs-section .content-wrap p a:not(.button):not(.hjs-link):hover,
  .hjs-section .content-wrap p a:not(.button):not(.hjs-link):focus,
  .hjs-section .title-content-wrap p a:not(.button):hover,
  .hjs-section .title-content-wrap p a:not(.button):focus,
  .hjs-section .section-description a:not(.button):hover,
  .hjs-section .section-description a:not(.button):focus,
  .hjs-section .title-wrap a:not(.button):hover,
  .hjs-section .title-wrap a:not(.button):focus,
  .hjs-section .section-bottom-content a:not(.button):not(.hjs-link):hover,
  .hjs-section .section-bottom-content a:not(.button):not(.hjs-link):focus,
  .widget ul>li.cat-item a:not(.button):hover,
  .widget ul>li.cat-item a:not(.button):focus,
  .sidebar li a:not(.button):hover,
  .sidebar li a:not(.button):focus,
  .sidebar p a:not(.button):hover,
  .sidebar p a:not(.button):focus {
	  color: #7d5ba6;
	  border-bottom: none;
	  -webkit-transition: background-color 350ms ease-out;
	  transition: background-color 350ms ease-out;
	  outline: none;
  }

  .hjs-section.light .column-content p a:not(.button):not(.hjs-link):hover,
  .hjs-section.light .column-content p a:not(.button):not(.hjs-link):focus,
  .hjs-section.light .content-wrap p a:not(.button):hover,
  .hjs-section.light .content-wrap p a:not(.button):focus,
  .hjs-section.light .title-content-wrap p a:not(.button):hover,
  .hjs-section.light .title-content-wrap p a:not(.button):focus,
  .hjs-section.light .section-description a:not(.button):hover,
  .hjs-section.light .section-description a:not(.button):focus,
  .hjs-section.light .title-wrap a:not(.button):hover,
  .hjs-section.light .title-wrap a:not(.button):hover:focus,
  .hjs-section.light .section-bottom-content a:not(.button):not(.hjs-link):hover,
  .hjs-section.light .section-bottom-content a:not(.button):not(.hjs-link):focus {
	  color: #7d5ba6;
  }

  .hjs-section.light .column:not(.card) .hjs-link:hover,
  .hjs-section.light .column:not(.card) .hjs-link:focus,
  .hjs-section.light .section-bottom-content .hjs-link:hover,
  .hjs-section.light .section-bottom-content .hjs-link:focus {
	  color: #fff;
  }

  .entry-content a.image-link {
	  display: block;
	  box-shadow: none;
  }

  .entry-content a.image-link:hover,
  .entry-content a.image-link:focus {
	  background: none;
	  padding: 0;
  }

  .entry-author a {
	  color: #4a4a4a;
	  text-decoration: none;
  }

  .entry .post-featured-image,
  .entry .embed-container.featured {
	  margin-bottom: 30px;
  }
  .entry .post-featured-image img {
	  display: block;
	  width: 100%;
  }

  .button {
	  display: inline-block;
  }

  a.button.small,
  button.small,
  input[type="button"].small,
  input[type="reset"].small,
  input[type="submit"].small {
	  padding: 8px 16px;
  }

  .site-container button:disabled,
  .site-container button:disabled:hover,
  .site-container input:disabled,
  .site-container input:disabled:hover,
  .site-container input[type="button"]:disabled,
  .site-container input[type="button"]:disabled:hover,
  .site-container input[type="reset"]:disabled,
  .site-container input[type="reset"]:disabled:hover,
  .site-container input[type="submit"]:disabled,
  .site-container input[type="submit"]:disabled:hover {
	  background-color: #eee;
	  border-width: 0;
	  color: #777;
	  cursor: not-allowed;
  }

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button {
	  display: none;
  }

  /* ## Tables
  --------------------------------------------- */

  table {
	  border-collapse: collapse;
	  border-spacing: 0;
	  line-height: 2;
	  margin-bottom: 40px;
	  width: 100%;
	  word-break: break-all;
  }

  figure table {
	  margin-bottom: 0;
  }

  figure figcaption {
	  font-size: 14px;
	  font-size: 1.4rem;
	  margin-bottom: 30px;
	  margin-top: 10px;
  }

  tbody {
	  border-bottom: 1px solid #eee;
  }

  td,
  th {
	  text-align: left;
  }

  td {
	  border-top: 1px solid #eee;
	  padding: 6px;
  }

  th {
	  font-weight: 700;
	  padding: 0 6px;
  }

  td:first-child,
  th:first-child {
	  padding-left: 0;
  }

  .wp-block-table {
	  margin-bottom: 50px;
  }

  table.tablepress tfoot th,
  table.tablepress thead th {
	  background-color: #333;
	  color: #fff;
  }

  /* ## Screen Reader Text
  --------------------------------------------- */

  .screen-reader-shortcut,
  .screen-reader-text,
  .screen-reader-text span,
  .footer-newsletter .gform_required_legend,
  .media-banner .form-wrap .gform_required_legend {
	  border: 0;
	  clip: rect(0, 0, 0, 0);
	  height: 1px;
	  overflow: hidden;
	  position: absolute !important;
	  width: 1px;
	  word-wrap: normal !important;
  }

  .screen-reader-text:focus,
  .screen-reader-shortcut:focus,
  .genesis-nav-menu .search input[type="submit"]:focus,
  .widget_search input[type="submit"]:focus {
	  background: #fff;
	  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	  clip: auto !important;
	  color: #4a4a4a;
	  display: block;
	  font-size: 1em;
	  font-weight: bold;
	  height: auto;
	  padding: 15px 23px 14px;
	  text-decoration: none;
	  width: auto;
	  z-index: 100000;
	  /* Above WP toolbar. */
  }

  .more-link {
	  position: relative;
  }

  /* # Structure and Layout
  ---------------------------------------------------------------------------------------------------- */

  /* ## Site Containers
  --------------------------------------------- */

  .content-sidebar-wrap,
  .wrap,
  .tribe-common .tribe-common-l-container,
  #tribe-events-pg-template,
  div.hp-page {
	  margin: 0 auto;
	  max-width: 1350px;
  }

  .content-sidebar-wrap,
  .tribe-common.tribe-events .tribe-common-l-container,
  #tribe-events-pg-template,
  div.hp-page {
	  display: table;
	  width: 100%;
	  table-layout: fixed;
	  padding-top: 40px;
	  padding-bottom: 40px;
	  padding-left: 0;
	  padding-right: 0;
  }

  .remove-top-padding .content-sidebar-wrap {
	  padding-top: 0;
  }
  .remove-bottom-padding .content-sidebar-wrap {
	  padding-bottom: 0;
  }
  .remove-bottom-padding .content-sidebar-wrap .sidebar {
	  padding-bottom: 30px;
  }

  main.tribe-events-pg-template,
  main#tribe-events-pg-template {
	  /* margin-bottom: 50px; */
  }

  .site-inner {
	  clear: both;
/* 	  word-wrap: break-word; */
  }

  .landing-page .site-inner {
	  max-width: 800px;
  }

  /* ## Column Widths and Positions
  --------------------------------------------- */

  /* ### Wrapping div for .content and .sidebar-primary */

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
	  width: 1060px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap {
	  float: left;
  }

  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
	  float: right;
  }

  /* ### Content */

  .content,
  .tribe-events-single>.tribe_events> .event-content {
	  float: right;
	  width: 71%;
  }

  .content-sidebar .content,
  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content {
	  float: left;
  }

  .full-width-content .content {
	  width: 100%;
  }

  /* ### Primary Sidebar */

  .sidebar-primary,
  .tribe-events-single>.tribe_events> .event-sidebar {
	  float: right;
	  width: 25%;
  }

  .sidebar-content .sidebar-primary,
  .sidebar-sidebar-content .sidebar-primary,
  .tribe-events-single>.tribe_events .event-sidebar {
	  float: left;
  }

  /* ### Secondary Sidebar */

  .sidebar-secondary {
	  float: left;
	  width: 180px;
  }

  .content-sidebar-sidebar .sidebar-secondary {
	  float: right;
  }

  /* Column Classes
  *
  * Width: 1350px
  * Gutter: 30px
  * Link: http://www.billerickson.net/column-class-generator/
  --------------------------------------------- */

  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
	  float: left;
	  margin-left: 2.22222222222%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
	  width: 48.8888888889%;
  }

  .one-third,
  .two-sixths {
	  width: 31.8518518519%;
  }

  .four-sixths,
  .two-thirds {
	  width: 65.9259259259%;
  }

  .one-fourth {
	  width: 23.3333333333%;
  }

  .three-fourths {
	  width: 74.4444444444%;
  }

  .one-fifth {
	  width: 18.2222222222%;
  }

  .two-fifths {
	  width: 38.6666666667%;
  }

  .three-fifths {
	  width: 59.1111111111%;
  }

  .four-fifths {
	  width: 79.5555555556%;
  }

  .one-sixth {
	  width: 14.8148148148%;
  }

  .five-sixths {
	  width: 82.962962963%;
  }

  .first {
	  clear: both;
	  margin-left: 0;
  }

  /* # Common Classes
  ---------------------------------------------------------------------------------------------------- */

  /* ## Avatar
  --------------------------------------------- */

  .avatar {
	  border-radius: 50%;
	  float: left;
  }

  .author-box .avatar,
  .alignleft .avatar {
	  margin-right: 24px;
  }

  .alignright .avatar {
	  margin-left: 24px;
  }

  .comment .avatar {
	  margin: 0 16px 24px 0;
  }

  /* ## Genesis

  --------------------------------------------- */

  .breadcrumb {
	  background-color: #ededf2;
	  border-bottom: none;
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-bottom: 0;
	  padding: 12px 0;
	  z-index: 200;
	  position: relative;
  }

  .breadcrumb svg {
	  margin: 0 5px;
  }

  .breadcrumb a {
	  text-decoration: none;
	  color: #4a4a4a;
	  -webkit-box-shadow: inset 0 -2px 0 #7d5ba6;
	  box-shadow: inset 0 -2px 0 #7d5ba6;
	  line-height: 1.2;
	  display: inline-block;
  }

  .breadcrumb a:hover,
  .breadcrumb a:focus {
	  color: #7d5ba6;
	  padding-top: 2px;
	  padding-bottom: 0;
	  border-bottom: none;
	  -webkit-transition: background-color 350ms ease-out;
	  transition: background-color 350ms ease-out;
	  outline: none;
  }

  .breadcrumb .fa {
	  margin: 0 10px;
  }

  .after-entry,
  .archive-description,
  .author-box {
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-bottom: 30px;
  }

  /* .archive-description {
	  display: none;
  } */

  .archive-description p:last-child,
  .author-box p:last-child {
	  margin-bottom: 0;
  }

  .term-description {
	  margin-bottom: 25px;
  }

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

  .search-form {
	  overflow: hidden;
  }

  .entry-content .search-form,
  .site-header .search-form {
	  margin-bottom: 40px;
	  width: 50%;
  }

  .site-header .search-form {
	  float: right;
	  margin: 12px auto 0;
  }

  .post-password-form input[type="submit"],
  .search-form input[type="submit"] {
	  margin-top: 10px;
  }

  .genesis-nav-menu .search input[type="submit"],
  .widget_search input[type="submit"] {
	  border: 0;
	  clip: rect(0, 0, 0, 0);
	  height: 1px;
	  margin: -1px;
	  padding: 0;
	  position: absolute;
	  width: 1px;
  }

  /* ## Titles
  --------------------------------------------- */

  .archive-description .entry-title,
  .archive-title,
  .author-box-title {
	  font-size: 20px;
	  font-size: 2rem;
  }

  .entry-title,
  .archive-title {
	  font-size: 40px;
	  font-size: 4rem;
  }

  /* h2.entry-title {
	  margin-bottom: 0;
  } */

  .entry-title a,
  .sidebar .widget-title a {
	  color: #4a4a4a;
	  text-decoration: none;
  }

  .entry-title a:focus,
  .entry-title a:hover {
	  color: #7d5ba6;
  }

  .widget-title {
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-bottom: 10px;
	  text-transform: uppercase;
	  font-weight: 600;
	  display: inline-block;
	  letter-spacing: 1px;
  }

  /* ## WordPress
  --------------------------------------------- */

  a.aligncenter img {
	  display: block;
	  margin: 0 auto;
  }

  a.alignnone {
	  display: inline-block;
  }

  .alignleft {
	  float: left;
	  text-align: left;
  }

  .alignright {
	  float: right;
	  text-align: right;
  }

  a.alignleft,
  a.alignnone,
  a.alignright {
	  max-width: 100%;
  }

  img.centered,
  .aligncenter {
	  display: block;
	  margin: 0 auto 24px;
  }

  img.alignnone,
  .alignnone {
	  margin-bottom: 12px;
  }

  a.alignleft,
  img.alignleft,
  .wp-caption.alignleft {
	  margin: 0 24px 24px 0;
  }

  a.alignright,
  img.alignright,
  .wp-caption.alignright {
	  margin: 0 0 24px 24px;
  }

  .gallery-caption,
  .wp-caption-text {
	  font-size: 14px;
	  font-size: 1.4rem;
	  font-weight: 600;
	  margin: 0;
	  text-align: center;
  }

  .entry-content p.wp-caption-text {
	  margin-bottom: 0;
  }

  .entry-content .wp-audio-shortcode,
  .entry-content .wp-playlist,
  .entry-content .wp-video {
	  margin: 0 0 28px;
  }

  /* # Widgets
  ---------------------------------------------------------------------------------------------------- */

  .widget {
	  margin-bottom: 30px;
	  word-wrap: break-word;
  }

  .widget p:last-child,
  .widget ul>li:last-of-type,
  .widget-area .widget:last-of-type {
	  margin-bottom: 0;
  }

  .widget ul>li {
	  margin-bottom: 10px;
  }

  .widget ul>li:last-of-type {
	  padding-bottom: 0;
  }

  .widget ol>li {
	  list-style-position: inside;
	  list-style-type: decimal;
	  padding-left: 20px;
	  text-indent: -20px;
  }

  .widget li li {
	  border: 0;
	  /* margin: 0 0 0 30px; */
	  padding: 0;
  }

  .widget_calendar table {
	  width: 100%;
  }

  .widget_calendar td,
  .widget_calendar th {
	  text-align: center;
  }

  /* ## Featured Content
  --------------------------------------------- */

  .featured-content .entry {
	  background: none;
	  padding: 0;
  }

  .featured-content .entry:last-of-type {
	  margin-bottom: 0;
  }

  .featured-content .entry-title {
	  font-size: 20px;
	  font-size: 2rem;
  }

  /* # Plugins
  ---------------------------------------------------------------------------------------------------- */

  /* ## Genesis eNews Extended
  --------------------------------------------- */

  .sidebar .enews-widget,
  .sidebar .enews-widget .widget-title {
	  color: #fff;
  }

  .sidebar .widget.enews-widget {
	  background-color: #000;
  }

  .sidebar .enews-widget input,
  .sidebar .enews-widget input:focus {
	  border: 1px solid #000;
  }

  .sidebar .enews-widget input[type="submit"] {
	  background-color: #7d5ba6;
	  color: #fff;
  }

  .sidebar .enews-widget input[type="submit"]:focus,
  .sidebar .enews-widget input[type="submit"]:hover {
	  background-color: #fff;
	  color: #4a4a4a;
  }

  .enews-widget input {
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-bottom: 16px;
  }

  .enews-widget input[type="submit"] {
	  margin: 0;
	  width: 100%;
  }

  .enews form+p {
	  margin-top: 24px;
  }

  /* ## Jetpack
  --------------------------------------------- */

  #wpstats {
	  display: none;
  }

  /* # Skip Links
  ---------------------------------------------------------------------------------------------------- */

  .genesis-skip-link {
	  margin: 0;
  }

  .genesis-skip-link li {
	  height: 0;
	  list-style: none;
	  width: 0;
  }

  /* Display outline on focus */

  :focus {
	  /* color: #4a4a4a; */
	  outline: #ccc solid 1px;
  }
  #gf_form_focus:focus{
	  outline: none;
  }
  .light .slick-slide:focus {
	  color: #fff;
  }

  /* # Site Header
  ---------------------------------------------------------------------------------------------------- */

  .site-header {
	  padding: 27px 0 0;
  }
  .home.header-banner .site-header{
	  position: absolute;
	  z-index: 991;
	  width:100%;
  }

  .site-header .nav-primary .fa,
  .nav-primary .fa {
	  position: relative;
	  top: -3px;
	  margin-left: 2px;
	  font-size: 10px;
  }

  .site-header .nav-primary .fa,
  .nav-primary .fa {
	  font-size: 16px;
	  font-size: 1.6rem;
	  top: -2px;
  }

  .site-header.scrolling {
	  transition: .5s;
	  height: auto;
	  position: fixed;
	  width: 100%;
	  z-index: 9999;
  }

  .site-header.scrolling .nav-primary {
	  transition: .5s;
  }

  .top-bar-full {
	  background: #7d5ba6;
	  color: #fff;
	  padding: 8px 0;
	  text-align: center;
	  margin: 0;
  }
  .top-bar-full a {
	  color: #fff;
  }
  .top-bar-full span.link {
	  text-decoration: underline;
	  cursor: pointer;
  }
  .top-bar-full span.link:hover,
  .top-bar-full span.link:focus {
	  text-decoration: none;
  }
  .top-bar-full .widget {
	  margin: 0;
  }
  span.dashed,
  .top-bar-full span.dashed {
	  font-size: 15px;
	  border: 1px dashed #fff;
	  padding: 6px 10px;
	  border-radius: 4px;
  }

  .top-bar {
	  background: #000;
	  line-height: 50px;
	  color: #fff;
  }

  .top-bar a:not(.button):hover {
	  color: #7d5ba6;
  }

  .top-bar .widget {
	  width: auto;
	  margin: 0;
  }

  .top-bar-left {
	  float: left;
  }

  .top-bar ul li {
	  display: inline-block;
	  margin-right: 25px;
	  margin-bottom: 0;
  }
  .top-bar ul li:last-of-type {
	  margin-right: 0;
  }

  .top-bar ul li .fa {
	  color: #fff;
  }

  .top-bar ul li a,
  .top-bar ul li p,
  .top-bar .social-links ul li a {
	  text-decoration: none;
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 500;
	  color: #fff;
	  line-height: 1;
  }
  .top-bar ul li a svg {
	  margin-right: 4px;
  }
  .top-bar .button {
	  padding: 15px 25px;
  }

  .top-bar-right {
	  float: right;
  }

  .top-bar .social-links ul li a {
	  outline: none;
	  line-height: inherit;
	  border: 0;
  }

  .top-bar .social-links ul li {
	  margin-bottom: 0;
  }

  .top-bar .top-bar-right-links {
	  display: inline-block;
	  margin-right: 20px;
  }
  .top-bar .social-links {
	  display: inline-block;
  }
  .top-bar-contact ul li {
	  display: inline-block;
	  line-height: inherit;
	  margin: 0;
	  padding: 0 21px 0 20px;
	  border-right: 1px solid rgba(255,255,255,0.3);
  }
  .top-bar-contact ul li:first-child {
	  border-left: 1px solid rgba(255,255,255,0.3);
	  padding-left: 21px;
  }

  /* .top-bar .widget {
	  width: auto;
	  margin: 0;
  }

  .top-bar-left {
	  float: left;
  }

  .top-bar ul li {
	  display: inline-block;
	  margin-right: 25px;
	  margin-bottom: 0;
  }
  .top-bar ul li:last-of-type {
	  margin-right: 0;
  }

  .top-bar ul li .fa {
	  color: #fff;
  }

  .top-bar ul li a,
  .top-bar ul li p,
  .top-bar .social-links ul li a {
	  text-decoration: none;
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 400;
	  color: #fff;
	  line-height: 1;
  }
  .top-bar a.button {
	  border-radius: 0;
  }
  .top-bar ul li a svg {
	  margin-right: 4px;
  }

  .top-bar-right {
	  float: right;
  }

  .top-bar .social-links ul li a {
	  outline: none;
  }

  .top-bar .social-links ul li {
	  margin-bottom: 0;
  }

  .top-bar .top-bar-right-links {
	  display: inline-block;
	  margin-right: 20px;
  }
  .top-bar .social-links {
	  display: inline-block;
  } */

  .header-bottom-bar {
	  text-align: center;
	  background-color: #7d5ba6;
	  padding: 20px 0;
	  color: #fff;
	  text-transform: uppercase;
	  line-height: 1.3;
	  letter-spacing: 1.8px;
	  font-size: 22px;
	  font-size: 2.2rem;
	  font-weight: 400;
  }


  .absolute-header .top-bar {
	  position: absolute;
	  width: 100%;
	  z-index: 201;
	  background: rgba(0,0,0,0.2);
  }
  .absolute-header .site-header {
	  position: absolute;
	  width: 100%;
	  z-index: 201;
  }
  .absolute-header .top-bar ~ .site-header {
	  margin-top: 43px;
  }
  .absolute-header .top-bar ~ .woo-menu .shop-menu {
	  margin-bottom: -100px;
	  margin-top: 60px;
	  padding-top: 0;
  }
  .absolute-header .shop-menu li,
  .absolute-header .shop-menu li a {
	  color: #fff;
  }
  .absolute-header .site-header .genesis-nav-menu > li > a {
	  color: #fff;
  }

  /* # Page Banner
  ---------------------------------------------------------------------------------------------------- */

  .page-banner {
	  height: 150px;
	  width: 100%;
	  z-index: 990;
	  position: relative;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: #fff;
  }

  .page-banner h1 {
	  font-size: 48px;
	  font-size: 4.8rem;
	  margin: 0;
	  text-align: center;
	  color: #fff;
  }

  /* ## Title Area
  --------------------------------------------- */

  .title-area {
	  float: left;
	  padding: 0;
	  width: auto;
  }

  .site-title {
	  font-size: 30px;
	  font-size: 3rem;
	  font-weight: 700;
	  line-height: 1.2;
  }

  .site-title a,
  .site-title a:focus,
  .site-title a:hover {
	  color: #212121;
	  text-decoration: none;
	  text-indent: -9999em;
	  display: block;
	  width: 386px;
	  height: 89px;
  }

  .site-description {
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 400;
	  line-height: 1.5;
  }

  .site-description,
  .site-title {
	  margin-bottom: 0;
  }

  /* ## Widget Area
  --------------------------------------------- */

  .site-header .widget-area {
	  float: right;
	  text-align: right;
	  width: auto;
	  margin-top: 30px;
  }

  .site-header .widget-area .widget {
	  margin-bottom: 15px;
  }

  .site-header .widget-area .widget:last-of-type {
	  margin-bottom: 0;
  }

  .header-widget-area .social-links {
	  display: inline-block;
  }
  .header-widget-area .header-right-links {
	  display: inline-block;
	  margin: 0 0 0 10px;
  }
  .header-widget-area .header-right-links ul {
	  display: flex;
	  flex-wrap: wrap;
  }
  .header-widget-area .header-right-links ul li {
	  margin: 0 0 0 10px;
  }
  .header-widget-area .header-right-links a:not(.button) {
	  text-decoration: none;
	  padding-left: 18px;
	  position: relative;
  }
  .header-widget-area .header-right-links li:not(:first-child) a:not(.button):before {
	  content: '|';
	  position: absolute;
	  left: 0;
	  color: #555;
	  font-weight: 300;
  }
  /* Uncomment if header background is white */
  /* .header-widget-area .header-right-links .button.white-alt {
	  border: 1px solid #2b3542;
	  color: #2b3542;
  }
  .header-widget-area .header-right-links .button.white-alt:hover,
  .header-widget-area .header-right-links .button.white-alt:focus {
	  background-color: #2b3542;
	  color: #fff;
  }*/

  /* # Site Navigation
  ---------------------------------------------------------------------------------------------------- */

  .genesis-nav-menu {
	  font-family: 'Lexend', sans-serif;
	  clear: both;
	  font-size: 17px;
	  font-size: 1.7rem;
	  font-weight: 400;
	  line-height: 1;
	  width: 100%;
  }

  .genesis-nav-menu .menu-item {
	  display: inline-block;
	  margin-bottom: 0;
	  padding-bottom: 0;
	  text-align: left;
	  margin: 0 20px;
  }
  .site-header .genesis-nav-menu .menu-item {
    margin: 0 35px;
  }

  .genesis-nav-menu .menu-item.hidden {
	  display: none;
  }

  .genesis-nav-menu .menu-item.menu-item-has-children>a:after {
	  display: none;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  font-family: "Font Awesome 6 Pro";
	  font-weight: 900;
	  content: "\f107";
  }

  .genesis-nav-menu .menu-item.menu-item-has-children>a svg {
	  margin-left: 5px;
  }

  .genesis-nav-menu .sub-menu .menu-item.menu-item-has-children>a:after {
	  content: "\f105";
  }

  .genesis-nav-menu .sub-menu .menu-item.menu-item-has-children>a svg {
	  float: right;
  }

  .genesis-nav-menu>.menu-item:last-child {
	  margin-right: 0;
  }

  .genesis-nav-menu>.menu-item:first-child {
	  margin-left: 0;
  }

  .genesis-nav-menu .sep:last-child {
	  display: none;
  }

  .genesis-nav-menu .sep {
	  color: #7d5ba6;
	  margin: 0 10px 0 12px;
  }

  .genesis-nav-menu a {
	  color: #4a4a4a;
	  display: block;
	  text-decoration: none;
	  line-height: 2;
	  text-transform: uppercase;
	  padding: 5px 0;
  }
  .header-banner .genesis-nav-menu > li > a {
	  color: #fff;
  }
  .genesis-nav-menu .highlight > a,
  .site-header .nav-primary .genesis-nav-menu .highlight > a,
  .site-header .genesis-nav-menu .highlight > a {
	  background: #7d5ba6;
	  padding: 11px 25px;
	  border-radius: 5px;
	  color: #fff;
	  line-height: 2;
	  margin-top: 5px;
  }

  .genesis-nav-menu .menu-item.sfHover>a,
  .genesis-nav-menu a:focus,
  .genesis-nav-menu a:hover,
  /* .genesis-nav-menu .current-menu-item>a, */
  /* .header-banner .genesis-nav-menu > li.current-menu-item > a, */
  .absolute-header .site-header .genesis-nav-menu a:hover,
  .absolute-header .site-header .genesis-nav-menu a:focus {
	  color: #7d5ba6;
  }

  /* .genesis-nav-menu .sub-menu .current-menu-item>a, */
  .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
  .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
  .genesis-nav-menu .sub-menu a:hover,
  .genesis-nav-menu .sub-menu a:focus,
  .genesis-nav-menu .sub-menu .menu-item.sfHover>a,
  .header-banner .genesis-nav-menu > li > a:hover,
  .header-banner .genesis-nav-menu > li > a:focus {
	  color: #7d5ba6;
  }

  .genesis-nav-menu .sub-menu {
	  border-top: none;
	  background: rgba(255,255,255,0.95);
	  left: -9999px;
	  opacity: 0;
	  position: absolute;
	  width: 225px;
	  z-index: 999;
	  padding: 10px 0;
	  margin-left: -20px;
  }

  .genesis-nav-menu .sub-menu a {
	  background: none;
	  border: none;
	  border-top: 0;
	  font-size: 14px;
	  font-size: 1.4rem;
	  position: relative;
	  /* width: 200px; */
	  word-wrap: break-word;
	  padding: 0;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
	  margin: -56px 0 0 199px;
  }

  .genesis-nav-menu .menu-item:hover {
	  position: static;
  }

  .genesis-nav-menu .menu-item:hover>.sub-menu,
  .genesis-nav-menu .menu-item:focus-within > .sub-menu {
	  left: auto;
	  opacity: 1;
  }
  .menu li a:focus + ul.sub-menu {
	  display: block!important;
  }
  .genesis-nav-menu>.first>a {
	  padding-left: 0;
  }

  .genesis-nav-menu>.last>a {
	  padding-right: 0;
  }

  .genesis-nav-menu>.right {
	  float: right;
  }

  /* ## Site Header Navigation
  --------------------------------------------- */

  .site-header .genesis-nav-menu .sub-menu li {
	  margin-left: 0;
	  margin-right: 0;
	  width: 100%;
  }

  /* ## After Header Navigation
  --------------------------------------------- */

  .nav-primary {
	  background-color: #fff;
	  padding: 0;
	  position: relative;
  }

  /*.nav-primary:first-of-type {
	  display: none;
  }*/

  .post-edit-link {
	  display: none;
  }

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

  .woocommerce-product-search {
	  overflow: hidden;
	  width: 100%;
	  position: relative;
	  float: right;
  }

  .woocommerce-product-search input[type="submit"] {
	  /*border: 0;
	  clip: rect(0, 0, 0, 0);
	  height: 1px;
	  margin: -1px;
	  padding: 0;
	  width: 1px;*/
	  top: 7px;
	  right: 10px;
	  position: absolute;
	  background: #fff;
	  width: 30px;
	  height: 30px;
	  border: none;
	  padding: 0 0 1px 2px;
	  font-family: "FontAwesome";
	  content: "\f0d7";
	  color: #7d5ba6;
	  background: url(images/search-icon.png) center center no-repeat;
	  text-indent: -9999em;
  }

  .woocommerce-product-search input[type="submit"]:before {
	  font-family: "FontAwesome";
	  content: "\f0d7";
  }

  /* ## Site Header Nav
  --------------------------------------------- */

  .site-header .nav-primary {
	  background: none;
	  border: none;
	  width: auto;
	  float: right;
	  margin-top: 17px;
	  padding: 0;
	  clear: right;
  }

  .site-header .nav-primary .genesis-nav-menu a,
  .site-header .genesis-nav-menu a {
	  display: block;
	  text-decoration: none;
	  text-transform: uppercase;
	  line-height: 1;
	  padding: 5px 0 42px;
  }

  /* .site-header .genesis-nav-menu > .menu-item > a{
	  border-bottom: 3px solid transparent;
  }
  .site-header .genesis-nav-menu > .menu-item > a:hover,
  .site-header .genesis-nav-menu > .menu-item > a:focus,
  .site-header .genesis-nav-menu > .menu-item.current-menu-item > a,
  .site-header .genesis-nav-menu > .menu-item.sfHover > a{
	  border-color: #fa6118;
  } */

  .site-header .nav-primary .genesis-nav-menu .sub-menu,
  .site-header .genesis-nav-menu .sub-menu {
	  padding: 20px 0;
	  margin-left: -20px;
  }

  .site-header .nav-primary .genesis-nav-menu .sub-menu .sub-menu,
  .site-header .genesis-nav-menu .sub-menu .sub-menu {
	  margin: -45px 0 0 100%;
  }

  .center-logo-header .site-header .nav-primary .genesis-nav-menu .sub-menu a,
  .site-header .nav-primary .genesis-nav-menu .sub-menu a,
  .site-header .genesis-nav-menu .sub-menu a {
	  line-height: 1.2;
	  padding: 6px 20px;
	  margin: 0;
  }

  /* ## Site Scroll to Top
  --------------------------------------------- */

  .fa {
	  height: auto;
  }

  .scrolltop {
	  display: none;
  }

  .scrolltop a.scroll {
	  z-index: 10000;
	  background: #7d5ba6;
	  border-radius: 50%;
	  color: #fff;
	  position: fixed;
	  bottom: 15px;
	  right: 15px;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  text-align: center;
	  font-size: 40px;
	  border: none;
	  text-decoration: none;
  }

  .scrolltop .fa {
	  line-height: 1.1;
	  display: block;
  }

  /* ## Footer Navigation
  --------------------------------------------- */

  .site-footer .nav-secondary {
	  margin-bottom: 25px;
  }
  .site-footer .wrap .wrap {
	  padding: 0;
  }

  .site-footer .genesis-nav-menu a {
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 500;
  }

  .site-footer .genesis-nav-menu a:hover,
  .site-footer .genesis-nav-menu a:focus {
	  color: #7d5ba6;
  }

  /* # Content Area
  ---------------------------------------------------------------------------------------------------- */

  /* ## Entries
  --------------------------------------------- */

  .entry {
	  /* background-color: #fff; */
	  margin-bottom: 40px;
	  margin-bottom: 0;
	  margin-top: 40px;
	  padding: 70px 80px;
	  padding: 0;
  }

  .entry:first-of-type {
	  margin-top: 0;
  }

  .content ol,
  .content ul,
  #tinymce ol,
  #tinymce ul {
	  margin-bottom: 28px;
	  margin-left: 40px;
  }

  .content ol>li,
  #tinymce ol > li {
	  list-style-type: decimal;
  }

  .content ul>li,
  #tinymce ul > li {
	  list-style-type: disc;
  }

  .content ol ol,
  .content ul ul,
  #tinymce ol ol,
  #tinymce ul ul {
	  margin-bottom: 0;
  }

  .content code {
	  background-color: #000;
	  color: #eee;
  }

  /* ## Entry Meta
  --------------------------------------------- */

  p.entry-meta {
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-bottom: 0;
  }

  .entry-header .entry-meta {
	  margin-bottom: 24px;
  }

  .entry-footer .entry-meta {
	  border-top: 1px solid #ccc;
	  padding-top: 20px;
	  margin-top: 20px;
  }

  .entry-categories,
  .entry-tags {
	  display: block;
  }

  .entry-comments-link::before {
	  content: "\2014";
	  margin: 0 6px 0 2px;
  }

  /* ## Pagination
  --------------------------------------------- */

  .pagination {
	  clear: both;
	  margin: 40px 0 0;
  }

  .adjacent-entry-pagination {
	  margin-bottom: 0;
  }

  .archive-pagination li {
	  display: inline;
  }

  .archive-pagination a {
	  background-color: #fff;
	  color: #4a4a4a;
	  cursor: pointer;
	  display: inline-block;
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 600;
	  padding: 8px 12px;
	  text-decoration: none;
  }

  .archive-pagination a:focus,
  .archive-pagination a:hover,
  .archive-pagination .active a {
	  background-color: #7d5ba6;
	  color: #fff;
  }

  /* ## Comments
  --------------------------------------------- */

  .comment-respond,
  .entry-comments,
  .entry-pings {
	  background-color: #fff;
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-bottom: 20px;
  }

  .comment-respond,
  .entry-pings {
	  padding: 0;
  }

  .comment-form-comment,
  .logged-in-as,
  .comment-notes,
  .comment-form-author,
  .comment-form-email {
	  margin-bottom: 10px;
  }

  .comment-form-url {
	  margin-bottom: 20px;
  }

  .entry-comments {
	  padding: 20px;
	  background: #fafafa;
	  border: 1px solid #eee;
  }

  .entry-comments h3 {
	  margin: 0;
  }

  body .comment-list li {
	  padding: 40px 0 0 30px;
	  list-style: none;
  }

  .comment-list .children,
  .comment-list {
	  margin-left: 0;
  }

  .comment-list .children li {
	  background: #eee;
	  margin-top: 20px;
	  padding: 20px 30px;
	  list-style: none;
  }

  .comment-list .depth-1 {
	  padding-left: 0;
  }

  .comment-header {
	  margin-bottom: 20px;
  }

  .comment-content {
	  clear: both;
  }

  .comment-content ul>li {
	  list-style-type: disc;
  }

  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
	  width: 50%;
  }

  .comment-respond label {
	  display: block;
	  margin-right: 12px;
  }

  .comment-header p {
	  margin-bottom: 0;
  }

  .entry-pings .reply {
	  display: none;
  }

  /* # Sidebars
  ---------------------------------------------------------------------------------------------------- */

  .sidebar {
	  font-size: 16px;
	  font-size: 1.6rem;
  }

  .sidebar .button {
	  width: 100%;
	  display: block;
	  text-align: center;
  }

  .sidebar .widget,
  .tribe-events-meta-group {
	  margin-bottom: 30px;
  }

  .sidebar .widget .widget-title,
  div.tribe-events-meta-group .tribe-events-single-section-title,
  div.tribe-events-related-events-title,
  .property-sidebar .property-widget-title {
	  font-size: 20px;
	  font-size: 2rem;
	  text-transform: uppercase;
	  margin-top: 0;
	  margin-bottom: 10px;
	  padding: 0;
	  border: none;
	  width: 100%;
	  background: #050505;
      border-radius: 5px;
	  color: #fff;
	  padding: 10px 15px 11px;
	  line-height: 1;
	  font-weight: 500;
  }

  .sidebar ul,
  .sidebar ol {
	  padding-left: 20px;
  }

  .sidebar .social-links ul li a {
	  color: #7d5ba6;
	  box-shadow: none;
	  border: none;
  }

  .sidebar .social-links ul li a:hover,
  .sidebar .social-links ul li a:focus {
	  color: #4f0961;
  }

  .event-sidebar dd {
	  margin: 0;
  }

  .event-sidebar .tribe-venue-location {
	  margin-bottom: 10px;
  }

  .sidebar .widget.featuredpost .entry {
	  margin-top: 15px;
  }

  .sidebar .widget.featuredpost .entry:first-of-type {
	  margin-top: 5px;
  }

  .sidebar .widget.featuredpost .entry>a {
	  margin: 0 10px 0 0;
  }

  .sidebar .widget.featuredpost .entry>a img {
	  width: 70px;
	  display: block;
  }

  .sidebar .widget.featuredpost .entry .entry-title {
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 600;
  }

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

  .footer-widgets {
	  background-color: #000;
	  clear: both;
	  padding: 25px 0 20px;
	  color: #fff;
  }

  .footer-widgets p {
	  color: #fff;
  }

  .footer-widgets a {
	  color: #fff;
	  text-decoration: none;
  }
  .footer-widgets .custom-html-widget a {
	  display: block;
  }
  .footer-widgets .custom-html-widget a svg {
	  margin-right: 5px;
  }

  .footer-widgets a:focus,
  .footer-widgets a:hover {
	  color: #7d5ba6;
  }

  .footer-widgets .widget ul>li {
	  margin-bottom: 0;
  }

  .footer-widgets h3.widget-title {
	  color: #fff;
  }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
	  width: 22%;
	  margin-left: 4%;
	  float: left;
  }

  .footer-widgets-1 {
	  margin-left: 0;
  }

  /* Global Contact CSS START */
  .global-contact .gform_wrapper.gravity-theme .gform_footer button,
  .global-contact .gform_wrapper.gravity-theme .gform_footer input,
  .global-contact .gform_wrapper.gravity-theme .gform_page_footer button,
  .global-contact .gform_wrapper.gravity-theme .gform_page_footer input {
    margin: 0 auto 8px;
	width: auto;
  }
  .global-contact.hjs-section.no-title .one-third,
  .global-contact.hjs-section.no-title .two-thirds {
	  margin-top: 0
  }
  .global-contact .one-third h3.section-title,
  .global-contact .one-third .section-subtitle,
  .global-contact .one-third .section-description {
	  text-align: left;
  }
  .global-contact .one-third.first,
  .form-content .content-wrap {
	  line-height: 1.6;
  }
  .global-contact .one-third.first p,
  .form-content .content-wrap p {
	  margin-bottom: 15px;
  }
  .global-contact h3,
  .form-content .content-wrap h3 {
	  font-size: 24px;
	  font-size: 2.4rem;
	  font-weight: 700;
	  margin-bottom: 4px;
	  margin-top: 18px;
  }
  .global-contact h3:first-of-type,
  .form-content .content-wrap h3:first-of-type{
	  margin-top: 0;
  }
  .global-contact .social-links {
	  margin-top: 10px;
  }
  .global-contact .general-information-text,
  .form-content .content-wrap .general-information-text {
	  margin-top: 10px;
  }
  .global-contact .general-information-text a,
  .form-content .content-wrap .general-information-text a {
	  display: inline-block;
  }
  .global-contact a.phone, .global-contact a.email,
  .form-content a.phone, .form-content a.email, .form-content a.address {
	  display: block;
	  text-decoration: none;
	  color: inherit;
  }
  .global-contact.dark .social-links ul li a {
	  color: #7d5ba6;
  }
  .global-contact a:hover,
  .global-contact a:focus,
  .form-content a:not(.hjs-link):hover,
  .form-content a:not(.hjs-link):focus {
	  color: #7d5ba6;
  }
  .global-contact.dark .social-links ul li a:hover,
  .global-contact.dark .social-links ul li a:focus{
	  opacity: 0.8;
  }
  .global-contact h3.section-title,
  .global-contact div.gform_wrapper h2.gform_title,
  .form-content h2.contact-title,
  .form-content div.gform_wrapper h2.gform_title {
	  font-size: 36px;
	  font-size: 3.6rem;
	  margin-bottom: 20px;
	  margin-top: 0;
	  font-weight: 700;
  }
  .global-contact .global-partners-logo {
	  clear: both;
	  padding-top: 70px;
  }
  .global-contact .global-partners-logo ul {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-wrap: wrap;
	  margin-top: 30px;
  }
  .global-contact .global-partners-logo ul li {
	  width: 18%;
	  padding: 0 1%;
	  margin-bottom: 10px;
  }
  .global-contact .global-partners-logo ul li img {
	  max-height: 90px;
  }

  /* Contact Form Box styles start */
  .global-contact.full-ui div.form-wrap,
  .global-contact.simple-ui div.global-contact-box {
	  background: rgba(255,255,255,0.9);
	  padding: 35px 33px 25px 35px;
	  border-radius: 5px;
  }
  .global-contact div.gform_wrapper h2.gform_title,
  .global-contact div.form-wrap h2,
  .global-contact div.form-wrap h3 {
	  color: #212121;
	  text-align: left;
  }
  .global-contact.simple-ui div.form-wrap h2,
  .global-contact.simple-ui div.form-wrap h3 {
	  text-align: center;
  }
  .global-contact .gform_required_legend {
	  color: #4a4a4a;
  }
  .global-contact .one-third.first {
	  padding-top: 35px;
  }
  .global-contact .contact {
	  display: flex;
	  flex-wrap: wrap;
  }
  .hjs-section.checklist ul li {
	  list-style-type: none;
  }
  .global-contact .section-bottom-content ul li:before,
  .hjs-section.checklist ul li:before {
	  display: none;
	  font-style: normal;
	  font-variant: normal;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  font-family: "Font Awesome 6 Pro";
	  font-weight: 900;
	  content: "\f058";
  }
  .global-contact .section-bottom-content ul li svg,
  .hjs-section.checklist ul li svg {
	  color: var(--primary-color);
	  margin-right: 5px;
  }
  .global-contact .section-bottom-content ul,
  .hjs-section.checklist ul {
	  display: flex;
	  flex-wrap: wrap;
	  text-align: left;
	  margin: 20px -1% 25px;
	  font-weight: 700;
  }
  .global-contact .section-bottom-content ul:last-child,
  .hjs-section.checklist ul:last-child {
	  margin-bottom: 0;
  }
  .global-contact .section-bottom-content {
	  max-width: unset;
  }
  .global-contact .section-bottom-content ul li,
  .hjs-section.checklist ul li {
	  width: 12.25%;
	  margin: 0 1%;
	  margin-bottom: 15px;
  }
  .global-contact .section-bottom-content.list-columns-6 ul li,
  .hjs-section.checklist.list-columns-6 ul li {
	  width: 14.6%;
  }
  .global-contact .section-bottom-content.list-columns-5 ul li,
  .hjs-section.checklist.list-columns-5 ul li {
	  width: 18%;
  }
  .global-contact .section-bottom-content.list-columns-4 ul li,
  .hjs-section.checklist.list-columns-4 ul li {
	  width: 23%;
  }
  .global-contact .section-bottom-content.list-columns-3 ul li,
  .hjs-section.checklist.list-columns-3 ul li {
	  width: 31.33%;
  }
  .global-contact .section-bottom-content.list-columns-2 ul li,
  .hjs-section.checklist.list-columns-2 ul li {
	  width: 48%;
  }
  .global-contact .section-bottom-content.list-columns-1 ul li,
  .hjs-section.checklist.list-columns-1 ul li {
	  width: 100%;
  }

  .global-contact.simple-ui .full {
	  width: 100%;
	  margin-top: 20px;
  }
  .global-contact.simple-ui .gform_wrapper.gravity-theme .gform_footer {
	  text-align: right;
  }
  .global-contact.simple-ui .global-contact-box,
  .global-contact.simple-ui .global-contact-box h2,
  .global-contact.simple-ui .global-contact-box h3 {
	  color: #4a4a4a;
  }
  .global-contact.simple-ui .global-contact-box a {
	  color: #4a4a4a;
  }
  .global-contact.simple-ui .global-contact-box a:hover,
  .global-contact.simple-ui .global-contact-box a:focus {
	  color: var(--primary-color);
  }
  .gc-simple-wrap {
	  width: calc(100% - 200px);
	  margin-top: -45px;
	  float: left;
	  font-size: 16px;
	  font-size: 1.6rem;
  }
  .gc-simple-wrap {
	  width: calc(100% - 200px);
	  margin-top: -45px;
	  float: left;
  }
  .gc-simple-wrap > span {
	  display: inline-block;
  }
  .gc-simple-wrap > span:not(:last-child) {
	  margin-right: 20px;
	  margin-bottom: 10px;
  }
  .gc-simple-wrap a {
	  text-decoration: none;
  }
  .gc-simple-wrap > span svg {
	  margin-right: 4px;
	  color: var(--primary-color);
  }
  .global-contact .gform_confirmation_message {
	  color: #4a4a4a;
  }
  /* Contact Form Box styles END */

  /* Global Contact CSS END */

  /* Global Features CSS START */
  #global-features.hjs-section {
	  padding: 0;
  }
  #global-features .wrap {
	  padding: 0!important;
	  max-width: unset;
	  display: flex;
	  flex-wrap: wrap;
  }
  #global-features .wrap > div {
	  margin: 0;
	  flex-grow: 1;
  }
  #global-features .feature {
	  padding: 80px 30px;
	  text-align: center;
	  height: 100%;
  }
  #global-features .feature .content-button-wrap{
	  max-width: 350px;
	  margin: 0 auto;
	  height: 100%;
	  display: flex;
	  flex-direction: column;
  }
  #global-features .feature.light .feature-content * {
	  color: #fff;
  }
  #global-features .feature h3 {
	  margin-bottom: 15px;
	  font-size: 30px;
	  font-size: 3rem;
  }
  #global-features .feature .hjs-buttons-group{
	  margin-top: auto;
	  padding-top: 25px;
  }

  /* Global Features CSS END */

  /* Footer Newsletter */

  .footer-newsletter {
	  /* background: #1e1e1e;
	  padding: 50px 0 45px; */
  }

  .footer-newsletter .wrap {
	  padding: 30px 0;
	  border-bottom: 1px solid rgba(140,140,150,0.7);
  }

  .footer-newsletter .gform_wrapper h2.gform_title {
	  margin: 0 0 4px;
	  font-size: 22px;
	  font-size: 2.2rem;
	  text-transform: uppercase;
	  letter-spacing: 1.5px!important;
  }
  .footer-newsletter.stacked .gform_wrapper{
	  max-width: 1050px;
	  margin: 0 auto;
  }
  .footer-newsletter.stacked .gform_wrapper h2.gform_title{
	  margin: 0 auto 10px;
  }

  .footer-newsletter .gform_wrapper span.gform_description {
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 400;
	  margin: 0;
	  width: 100%;
	  line-height: 1.2;
  }
  .footer-newsletter.light .gform_wrapper h2.gform_title,
  .footer-newsletter.light .gform_wrapper span.gform_description {
	  color: #fff;
  }
  .footer-newsletter .gform_wrapper .gform_heading {
	  width: 38%;
	  margin-bottom: 0;
	  float: left;
  }
  .footer-newsletter.stacked .gform_wrapper .gform_heading{
	  width: 100%;
	  float: none;
	  text-align: center;
	  margin-bottom: 25px;
  }

  .footer-newsletter .gform_wrapper .gform_body {
	  width: 43%;
	  float: left;
  }
  body .footer-newsletter div.gform_wrapper .top_label div.ginput_container {
	  margin: 0;
  }
  .footer-newsletter.stacked .gform_wrapper .gform_body {
	  width: 80%;
  }
  .footer-newsletter div.gform_wrapper .gform_footer {
	  padding: 0;
	  margin: 0;
	  width: 19%;
	  float: left;
	  clear: none;
	  padding-left: 15px;
  }
  .footer-newsletter.stacked div.gform_wrapper .gform_footer {
	  width: 20%;
  }

  .footer-newsletter div.gform_wrapper .gform_footer .button {
	  width: 100%;
	  padding: 15px 25px;
	  margin: 0;
  }

  .footer-newsletter .gform_confirmation_message {
	  color: #fff;
	  font-size: 28px;
	  font-size: 2.8rem;
	  text-align: center;
  }

  .social-links ul li {
	  display: inline-block;
	  float: none;
	  margin: 0 8px;
	  padding: 0;
	  line-height: 1;
  }
  .social-links ul li:first-of-type{
	  margin-left: 0;
  }
  .social-links ul li:last-of-type{
	  margin-right: 0;
  }
  .social-links ul li a {
	  color: #fff;
	  display: block;
	  font-size: 16px;
	  font-size: 1.6rem;
	  box-shadow: none;
  }

  .site-header .social-links ul li a {
	  color: #4a4a4a;
  }
  .header-banner .site-header .social-links ul li a {
	  color: #fff;
  }

  .social-links ul li a:hover,
  .social-links ul li a:focus,
  .site-header .social-links ul li a:hover,
  .site-header .social-links ul li a:focus {
	  padding: 0;
	  background: none;
	  color: #7d5ba6;
  }

  /* # Site Footer
  ---------------------------------------------------------------------------------------------------- */

  .before-footer .widget {
	  margin: 0;
  }

  .site-footer {
	  background-color: #050505;
	  font-size: 16px;
	  font-size: 1.6rem;
	  padding: 65px 0 50px;
	  text-align: center;
	  color: rgba(255,255,255,0.3);
  }

  .site-footer a {
	  color: #aaa;
  }

  /* .site-footer a.hjs {
	  background: url(images/hjs-footer-logo.png) no-repeat;
	  width: 252px;
	  height: 50px;
	  display: block;
	  margin: 0 auto;
	  text-indent: -9999em;
  } */
  .site-footer .copyright {
	  margin-bottom: 25px;
  }
  .site-footer .social-links {
	  margin-bottom: 26px;
  }
  .site-footer .social-links svg {
	  font-size: 17px;
	  font-size: 1.7rem;
  }
  .site-footer .disclaimer {
	  margin-bottom: 20px;
	  text-align: justify;
  }

  /* Gravity Forms */

  div.gform_wrapper {
	  clear: both;
	  margin: 0;
	  overflow: hidden;
  }

  body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
	  padding-bottom: 0;
  }

  body div.gform_wrapper .top_label li.hidden_label div.ginput_container {
	  margin-top: 0 !important;
  }

  body .footer-newsletter div.gform_wrapper .top_label li.hidden_label div.ginput_container {
	  margin-top: 0 !important;
  }

  div.gform_wrapper .gsection .gfield_label,
  div.gform_wrapper h2.gsection_title,
  div.gform_wrapper h2.gform_title {
	  font-size: 30px;
	  font-size: 3rem;
	  font-weight: 500;
  }

  .ui-datepicker-title select {
	  width: auto !important;
	  margin-left: 2.5%;
	  margin-right: 2.5%;
  }

  div.gform_wrapper input.datepicker {
	  width: auto !important;
  }

  div.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
  div.gform_wrapper ul.gfield_radio li input[type=radio] {
	  margin-top: 0 !important;
	  margin-right: 5px;
  }

  div.gform_wrapper .gfield_checkbox li label,
  div.gform_wrapper .gfield_radio li label {
	  font-size: 16px;
	  font-size: 1.6rem;
  }
  div.gform_wrapper .gfield_time_ampm,
  div.gform_wrapper .gfield_time_hour,
  div.gform_wrapper .gfield_time_minute {
	  max-width: 75px !important;
	  flex-basis: 33.33%;
  }
  body .gform_wrapper.gravity-theme .hour_minute_colon {
	  line-height: 50px;
  }
  div.gform_wrapper .gfield_time_hour input[type=number],
  div.gform_wrapper .gfield_time_minute input[type=number] {
	  padding-right: 7px !important;
  }

  body div.gform_wrapper .top_label div.ginput_container {
	  margin-top: 3px;
  }

  .gform_wrapper .gfield .gfield_date_month,
  .gform_wrapper .gfield .gfield_date_day,
  .gform_wrapper .gfield .gfield_date_year {
	  max-width: unset;
	  width: auto;
  }

  .gform_wrapper .gfield .gfield_date_month input[type=number],
  .gform_wrapper .gfield .gfield_date_day input[type=number] {
	  width: calc(3rem + 30px)!important;
	  padding-right: 0px!important;
  }

  .gform_wrapper .gfield .gfield_date_year input[type=number] {
	  width: calc(6rem + 30px)!important;
	  padding-right: 0px!important;
  }

  body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select,
  body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span,
  body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
	  font-size: 16px;
  }

  table.ui-datepicker-calendar tbody {
	  border: 0;
  }

  /* Load More Styles */

  .post-listing {
	  margin-bottom: 40px;
  }

  .load-more {
	  display: table;
	  margin: 0 auto;
	  clear: both;
  }

  /* Search Bar Widget */

  .search-bar .widget {
	  margin: 0;
	  padding: 10px 0;
  }

  .search-bar .widget.widget_product_search button {
	  display: none;
  }

  .search-bar {
	  display: none;
	  background: #1e1e1e;
  }

  .shop-menu li {
	  display: inline-block;
	  font-weight: 400;
	  margin: 0 8px;
	  padding: 0;
  }

  .shop-menu li:last-child {
	  margin-right: 0;
  }

  .shop-menu li a {
	  color: #4a4a4a;
	  text-decoration: none;
	  box-shadow: none;
  }
  .header-banner .shop-menu li,
  .header-banner .shop-menu li a {
	  color: #fff;
  }
  .shop-menu .side-cart-menu-item a {
	  display: inline-block;
  }
  .shop-menu .xoo-wsc-sc-bki {
	  font-size: 18px;
  }
  .shop-menu span.xoo-wsc-sc-count {
	  width: 20px;
	  height: 20px;
	  line-height: 20px;
		position: static;
  }

  .shop-menu li a svg, .shop-menu .xoo-wsc-sc-icon {
	  margin-right: 5px;
  }

  .shop-menu li a:hover,
  .shop-menu li a:focus,
  .header-banner .shop-menu li a:hover,
  .header-banner .shop-menu li a:focus {
	  color: #7d5ba6;
	  background: none;
	  padding: 0;
  }

  .woo-menu {
	  position: relative;
	  z-index: 999;
	  transition: z-index 3s;
  }
  .responsive-menu-pro-open .woo-menu,
  .rmp-open .woo-menu {
	  z-index: 991;
	  transition: z-index 0s;
		  /* this z-inded value should be same as z-index of header to avoid overlap issues */
  }
  .woo-menu .widget {
	  margin: 0;
  }

  .woo-menu .shop-menu {
	  float: right;
	  margin-bottom: -48px;
	  margin-bottom: -67px;
	  padding-top: 21px;
	  position: relative;
	  font-size: 16px;
	  font-size: 1.6rem;
  }

  /* Gravity Form Select Updates */

  .gform_wrapper .ginput_container_select {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
  }
  .gform_wrapper .reset .ginput_container_select {
	  position: static;
	  overflow: initial;
  }
  .gform_wrapper.gravity-theme .ginput_container_date select {
	  padding-right: 30px!important;
  }
  .gform_wrapper [class*="gfield_date_dropdown_"]:after,
  .gform_wrapper .ginput_container_select::after,
  .gfield:not(.international) .ginput_container .address_state::after,
  .ginput_container .address_country::after,
  div.gform_wrapper .gfield_time_ampm::after {
	  display: none;
	  font-family: "Font Awesome 6 Pro";
	  font-weight: 900;
	  content: "\f0d7";
	  font-size: 30px;
	  line-height: 1;
	  color: #3b5ce3;
	  right: 15px;
	  top: 16px;
	  padding: 0;
	  position: absolute;
	  pointer-events: none;
  }
  .gform_wrapper [class*="gfield_date_dropdown_"] svg,
  .gform_wrapper .ginput_container_select svg,
  .ginput_container .address_state svg,
  .ginput_container .address_country svg,
  div.gform_wrapper .gfield_time_ampm svg {
	  font-size: 30px;
	  line-height: 1;
	  color: #7d5ba6;
	  right: 15px;
	  top: 16px;
	  padding: 0;
	  position: absolute;
	  pointer-events: none;
  }
  .gform_wrapper [class*="gfield_date_dropdown_"] svg {
	  right: 5px;
  }
  .ginput_container .address_state,
  .ginput_container .address_country,
  div.gform_wrapper .gfield_time_ampm,
  .gform_wrapper.gravity-theme .ginput_container_date {
	  position: relative;
  }
  .ginput_container .address_state svg,
  .gfield:not(.international) .ginput_container .address_state svg {
	  top: auto;
	  bottom: 15px;
  }
  .ginput_container .address_country svg  {
	  top: auto;
	  bottom: 10px;
  }
  div.gform_wrapper .gfield_time_ampm svg {
	  right: 10px;
	  top: 10px;
  }

  .gform_wrapper.gravity-theme .top_label .ginput_container_select select,
  .gform_wrapper.gravity-theme .top_label .ginput_container_date select,
  .gform_wrapper.gravity-theme .top_label .ginput_container_select select.medium,
  .gform_wrapper.gravity-theme .top_label .ginput_container_select select.large,
  .address_country select,
  .address_state select,
  div.gform_wrapper .gfield_time_ampm select,
  body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select,
  .gform_variation_wrapper .gform_wrapper .ginput_container_select select {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  display: block;
	  width: 100%;
	  height: 50px;
	  float: right;
	  margin: 5px 0px;
	  padding: 0px 24px;
	  line-height: 1.75;
	  color: #4a4a4a;
	  background-color: #ffffff;
	  background-image: none;
	  border: 1px solid #cccccc;
	  -ms-word-break: normal;
	  word-break: normal;
	  padding: 0 0 0 15px;
	  border-radius: 0;
	  outline: none;
  }
  body div.gform_wrapper .gfield_time_ampm select,
  body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
	  float: none;
	  margin-top: 0;
	  margin-right: 0;
	  max-width: 75px!important;
  }
  .gform_wrapper .ginput_container_select select::-ms-expand {
	  display: none;
  }

  /* GF-DropDown/MultiSelect - Enhanced UI CSS START */
  body .gform_wrapper .chosen-container {
	  font-size: inherit;
  }
  body .gform_wrapper.gravity-theme .gfield select.medium.gfield_select+div.chosen-container-multi[style],
  body .gform_wrapper.gravity-theme .gfield select.medium.gfield_select+div.chosen-container-single[style] {
	  width: 100%!important;
  }
  .gform_wrapper .gfield.enhanced-ui .ginput_container_select {
	  overflow: visible;
  }
  body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single,
  body .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single,
  body .gform_wrapper.gravity-theme .chosen-container-active .chosen-single {
	  height: auto!important;
	  background: #fff;
	  padding: 0;
	  line-height: inherit!important;
	  border: 1px solid #ccc;
	  box-shadow: none;
  }
  body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
	  padding: 10px 15px;
	  line-height: inherit;
	  margin-bottom: 0;
  }
  body .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div,
  body .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div {
	  display: none;
  }
  body .gform_wrapper.gravity-theme .chosen-container .chosen-results{
	  color: inherit;
  }
  body .gform_wrapper .gfield.enhanced-ui .ginput_container_select svg {
	  top: 10px;
  }
  body .gform_wrapper .chosen-container-multi .chosen-choices{
	  padding: 8px 15px 2px;
  }
  /* Enhanced UI CSS END */

  .video-wrapper {
	  width: 100%;
	  position: relative;
  }

  .video-block {
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }

  .video-overlay {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
  }

  .video-overlay * {
	  padding: 0.4em;
	  margin: 0
  }

  .video-overlay {
	  text-shadow: 2px 2px 2px #000000;
	  color: white;
	  z-index: 99
  }

  .video-overlay h1 {
	  font-size: 2em;
	  color: #ffffff;
	  text-align: center;
  }

  .video-overlay h2 {
	  font-size: 1.5em;
	  color: #ffffff;
	  text-align: center;
  }

  .video-overlay h3 {
	  font-size: 1.2em;
	  color: #ffffff;
	  text-align: center;
  }

  .videoClick {
	  text-align: center
  }

  .videoClick a {
	  color: white;
	  background-color: rgba(241, 241, 241, 0.25);
	  font-size: 1.7em;
	  cursor: pointer;
	  cursor: hand
  }

  .video {
	  display: none
  }

  .video-sub {
	  display: block;
	  width: 100%;
	  height: auto;
  }

  @media only screen and (min-width: 992px) {
	  .video {
		  display: block;
		  width: 100%;
	  }
	  .video-sub {
		  display: none;
	  }
  }

  /* =============================
	  Magnific Defaults
  ==============================*/

  body .mfp-image-holder .mfp-close {
	  background: #fff;
	  color: #212121;
	  opacity: 1;
	  border-radius: 50%;
	  width: 30px;
	  height: 30px;
	  line-height: 32px;
	  text-align: center;
	  padding: 0;
	  text-indent: 3px;
	  right: -15px;
	  top: -15px;
	  text-indent: 1px;
	  right: -15px;
	  top: 25px;
  }

  body .mfp-bottom-bar {
	  /* margin-top: 7px; */
  }

  body .mfp-figure small {
	  color: #fff;
	  display: block;
	  font-size: 80%;
	  line-height: 1;
	  margin-top: 5px;
  }

  body .mfp-title {
	  line-height: 1.4;
	  font-weight: 600;
  }

  body div.mfp-counter {
	  top: 0;
  }

  body img.mfp-img {
	  /* padding: 0; */
  }
  .mfp-figure figure figcaption {
	  margin: 0;
  }
  body .mfp-counter {
	  color: #fff;
	  font-size: 18px;
	  line-height: 1;
  }

  body div.mfp-iframe-holder {
	  padding-right: 5%;
	  padding-left: 5%;
  }
  body .mfp-image-holder .mfp-content {
	  max-width: calc(100% - 100px);
  }

  .white-popup {
	  position: relative;
	  background: #FFF;
	  padding: 35px;
	  width: auto;
	  max-width: 740px;
	  margin: 20px auto;
	  overflow: hidden;
  }

  /* .modalDialog {
	  position: fixed;
	  font-family: Arial, Helvetica, sans-serif;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background: rgba(0, 0, 0, 0.8);
	  z-index: 99999;
	  opacity:0;
	  -webkit-transition: opacity 400ms ease-in;
	  -moz-transition: opacity 400ms ease-in;
	  transition: opacity 400ms ease-in;
	  pointer-events: none;
  }
  .modalDialog:target {
	  opacity:1;
	  pointer-events: auto;
  }
  .modalDialog > div {
	  width: 400px;
	  position: relative;
	  margin: 10% auto;
	  padding: 5px 20px 13px 20px;
	  border-radius: 10px;
	  background: #fff;
	  background: -moz-linear-gradient(#fff, #999);
	  background: -webkit-linear-gradient(#fff, #999);
	  background: -o-linear-gradient(#fff, #999);
  }
  .close {
	  background: #606061;
	  color: #FFFFFF;
	  line-height: 25px;
	  position: absolute;
	  right: -12px;
	  text-align: center;
	  top: -10px;
	  width: 24px;
	  text-decoration: none;
	  font-weight: bold;
	  -webkit-border-radius: 12px;
	  -moz-border-radius: 12px;
	  border-radius: 12px;
	  -moz-box-shadow: 1px 1px 3px #000;
	  -webkit-box-shadow: 1px 1px 3px #000;
	  box-shadow: 1px 1px 3px #000;
  }
  .close:hover {
	  background: #00d9ff;
  } */

  .xoo-wsc-basket {
	  position: static !important;
	  box-shadow: none !important;
	  display: none !important;
  }
  body .xoo-wsc-header {
	  border-bottom: 2px solid #eee;
	  padding: 10px 15px;
  }
  .site-header .xoo-wsc-basket {
	  display: block !important;
  }

  .site-header #rmp-container-11550 {
	  position: static;
	  margin-top: 0;
  }

  .site-header .rmp-menu li a {
	  font-size: 16px;
	  font-size: 1.6rem;
	  line-height: 1.4;
  }

  #sticky-wrapper {
	  position: relative;
	  z-index: 9995;
  }

  .xoo-wsc-tax.xoo-wsc-tool,
  .xoo-wsc-shipping.xoo-wsc-tool,
  .xoo-wsc-total.xoo-wsc-tool,
  .xoo-wsc-discount.xoo-wsc-tool {
	  display: none;
  }

  .genesis-nav-menu .menu-item.hide-logged-out,
  #rmp-container-11550 .rmp-menu>li.hide-logged-out {
	  display: none;
  }

  .logged-in .genesis-nav-menu .menu-item.hide-logged-out,
  .logged-in #rmp-container-11550 .rmp-menu>li.hide-logged-out {
	  display: inline-block;
  }

  .logged-in .genesis-nav-menu .menu-item.hide-logged-in,
  .logged-in #rmp-container-11550 .rmp-menu>li.hide-logged-in {
	  display: none;
  }

  .genesis-nav-menu .menu-item.show-mobile,
  body #rmp-container-11550 .rmp-menu>li.show-mobile {
	  display: none;
  }

  body #rmp-container-11550 .rmp-menu li.rmp-menu-item .rmp-menu-item-link svg {
	  display: none;
  }

  .xoo-wsc-qtybox input[type=number].xoo-wsc-qty {
	  width: auto;
	  min-width: 25px;
  }

  .hide-social .swp_social_panel,
  .hjs-flex-content .swp_social_panel {
	  display: none;
  }

  .hjs-flex-content .flex-content .swp_social_panel {
	  display: block;
  }

  .content-banner {
	  margin-bottom: 20px;
  }

  .content-banner img {
	  display: block;
  }

  .global-cta .title-wrap {
	  max-width: 920px;
	  margin: 0 auto;
  }

  /* -- Global CTA Newsletter -- */
  .global-cta .gform-body {
	  width: 80%;
	  margin-right: 14px;
  }
  .global-cta #gform_3 {
	  display: flex;
  }
  .global-cta .gform_wrapper.gravity-theme .gform_footer,
  .global-cta .gform_wrapper.gravity-theme .gform_page_footer {
	  margin: 0;
	  padding: 3px 0 0 0;
  }
  .global-cta .gform_footer .gform_button {
	  line-height: 1.3;
	  width: 100%;
	  padding: 15px 10px 12px;
  }
  .gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
	  flex-grow: 1;
  }
  .global-cta .gform_wrapper.gravity-theme .gfield.gfield--width-half {
	  grid-column: span 4;
  }
  .global-cta .gform_wrapper.gravity-theme .gfield.gfield--width-half.gf_right_half {
	  grid-column: span 8;
  }
  /* -- Global CTA Newsletter -- */

  #global-contact-form {
	  width: 100%;
	  max-width: 700px;
	  margin: 0 auto;
	  position: relative;
	  background: #fff;
	  padding: 15px 20px 20px;
  }
  #global-contact-form .gform_wrapper.gravity-theme .gform_footer {
	  padding-bottom: 0
  }
  .global-form.slideup-form {
	  height: auto;
	  display: none;
  }

  .global-form.slideup-form {
	  position: fixed;
	  width: auto;
	  bottom: 0;
	  right: 0;
	  z-index: 999;
	  color: #fff
  }

  .global-form.slideup-form .form-title-area {
	  padding-left: 15px;
	  padding-right: 15px;
	  padding-top: 57px;
	  background: #000;
	  color: #fff;
	  overflow: hidden;
	  width: 200px;
	  height: 200px;
	  border-radius: 200px;
	  border: none;
	  float: right;
	  margin-right: 15px;
	  margin-bottom: 15px;
	  border: 2px solid #7d5ba6;
	  cursor: pointer;
  }

  a.slideup-toggle {
	  display: block;
	  overflow: hidden;
	  border: none
  }

  .global-form.slideup-form .form-title-area h3 {
	  color: #fff;
	  width: auto;
	  float: left;
	  margin: 0;
	  text-align: center;
	  font-size: 28px;
	  font-size: 2.8rem
  }

  span.mobile-toggle {
	  color: #fff;
	  border: none;
	  background: none;
	  display: block;
	  width: 200px;
	  height: 200px;
	  position: absolute;
	  top: 0;
	  left: 0;
	  text-indent: -9999em
  }

  .global-form.slideup-form.active span.mobile-toggle {
	  display: none
  }

  /* .global-form.slideup-form .form-wrap {
	  width: 100%;
	  max-width: 350px;
	  float: none;
	  position: static;
	  display: none;
	  background: #000;
	  clear: both;
	  padding: 20px
  }

  .global-form.slideup-form .form-wrap .form {
	  padding: 25px 40px
  }

  .global-form.slideup-form .form-wrap .form {
	  background: #1f1e30
  } */

  .global-form.slideup-form.active span.mobile-toggle {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg)
  }

  /* .slideup-form div.gform_wrapper h3.gform_title {
	  margin: 0;
	  color: #fff;
  }

  .slideup-form .gform_wrapper button[type="submit"] {
	  width: 100%
  }

  .slideup-form .gform_wrapper .gform_footer {
	  margin-top: 0
  } */


  #global-subscribe-form {
	  width: 100%;
	  max-width: 700px;
	  margin: 0 auto;
	  position: relative;
	  background: #fff;
	  padding: 0 20px 20px;
  }

  /* # Single Post Author Info
  ------------------------------------------------------------------------------------------------ */

  .author-content {
	  background: #eef2f6;
	  padding: 25px;
	  margin: 0 0 80px;
	  line-height: 1.6;
  }

  .author-content .wrap {
	  padding: 0;
  }

  .author-content img {
	  display: block;
	  margin: 0 0 10px;
	  border-radius: 50%;
  }

  .author-content h2 {
	  text-decoration: none;
	  font-size: 38px;
	  font-size: 2.8rem;
	  color: #212121;
	  display: block;
	  padding: 0;
	  text-transform: capitalize;
	  margin-bottom: 5px;
	  font-weight: 600;
  }

  .author-content .author-role {
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-bottom: 8px;
	  color: #777;
	  font-style: italic;
	  padding: 0;
	  text-transform: uppercase;
  }

  .author-content .author-bio {
	  margin: 10px 0;
  }

  .author-bio p:last-of-type {
	  display: inline;
  }

  .author-content a.read-more {
	  text-decoration: none;
	  margin-left: 10px;
	  -webkit-box-shadow: inset 0 -2px 0 #e45026;
	  box-shadow: inset 0 -2px 0 #e45026;
	  color: #00142D;
  }

  .author-content a.read-more:hover,
  .author-content a.read-more:focus {
	  color: #e45026;
  }

  a.read-more .svg-inline--fa {
	  vertical-align: -0.175em;
  }

  .author-content .author-follow a {
	  margin: 0 10px 0;
  }

  .author-content .author-follow a:first-child {
	  margin-left: 10px;
	  margin-right: 0;
  }

  /* Related Posts START */

  div.rp4wp-related-posts {
	  overflow: hidden;
	  background: #ededf2;
	  padding: 20px 25px;
	  border: 1px solid #eee;
	  margin-bottom: 20px
  }

  div.rp4wp-related-posts h3 {
	  font-size: 24px;
	  font-size: 2.4rem;
	  font-weight: 600;
	  margin-bottom: 28px;
	  text-transform: uppercase
  }

  div.rp4wp-related-posts ul>li {
	  overflow: hidden;
	  padding: 0;
	  margin-bottom: 30px
  }

  div.rp4wp-related-posts ul>li img {
	  display: block
  }

  div.rp4wp-related-post-content > a {
	  font-weight: 500;
	  display: inline-block;
	  margin-bottom: 15px;
	  /* padding-bottom: 7px; */
	  color: #212121;
	  text-decoration: none;
	  font-size: 22px;
	  font-size: 2.2rem;
	  line-height: 1.2;
	  text-transform: uppercase;
	  box-shadow: none!important;
  }

  div.rp4wp-related-post-content > a:hover,
  div.rp4wp-related-post-content > a:focus {
	  color: #7d5ba6;
  }

  div.rp4wp-related-post-content p {
	  font-size: 16px;
	  font-size: 1.6rem
  }

  div.rp4wp-related-post-image {
	  width: 20%
  }

  div.rp4wp-related-post-content {
	  width: 80%;
	  float: left
  }

  /* Related Posts END */

  /* # Popup Maker
  ---------------------------------------------------------------------------------------------------- */

  body div.pum-overlay {
	  background: rgba(0, 0, 0, .6);
  }

  /* div.pum-container div.pum-content + .pum-close.popmake-close:after {
	  font-family: 'Font Awesome 5 Regular';
	  content: '\f00d';
	  font-weight: 900;
	  height: auto;
	  width: auto;
	  left: auto;
	  bottom: auto;
	  color: #000000;
	  font-size: 30px;
	  display: none;
  } */

  /* div.pum-container div.pum-content + .pum-close.popmake-close svg {
	  font-size: 30px;
  } */

  body div.pum-overlay div.pum-container {
	  padding: 18px;
	  border-radius: 0px;
	  border: 1px none #000000;
	  box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23);
	  background-color: rgba( 249, 249, 249, 1.00);
	  position: relative;
	  background: #FFF;
	  padding: 30px;
	  width: auto;
	  max-width: 740px !important;
	  margin: 20px auto;
	  overflow: hidden;
  }

  body div.pum-overlay div.pum-content+.pum-close {
	  top: 0;
	  right: 0;
	  background: #7d5ba6;
	  line-height: 1.4;
	  font-weight: 400;
	  padding: 8px 12px;
	  border-radius: 0;
  }

  body div.pum-overlay div.pum-content+.pum-close:hover,
  body div.pum-overlay div.pum-content+.pum-close:focus {
	  background: #4f0961;
  }

  div.pum-container .gform_heading {
	  text-align: center;
	  color: #212121;
	  font-size: 30px;
	  font-size: 3rem;
	  font-weight: 400;
	  margin-bottom: 20px;
  }

  div.pum-container .gform_wrapper span.gform_description {
	  width: auto;
	  margin-bottom: 0;
	  font-size: 22px;
	  font-size: 2.2rem;
	  line-height: 1.4;
  }

  div.pum-container div.gform_wrapper .gform_footer {
	  padding-right: 0;
  }

  div.pum-container div.gform_wrapper .gform_footer button {
	  width: 100%;
  }

  div.pum-container .pum-title {
	  font-size: 36px;
	  font-size: 3.6rem;
	  font-weight: 600;
	  text-align: center;
	  margin-bottom: 15px;
	  line-height: 1;
  }

  body div.pum-container.pum-responsive.pum-responsive-medium {
	  width: 100%;
  }

  .cat-nav {
	  padding: 0 15px;
	  background: none;
	  /* color: #fff; */
	  color: #4a4a4a;
	  font-size: 18px;
	  font-size: 1.8rem;
	  text-decoration: none;
	  display: inline-block;
	  text-transform: uppercase;
  }

  .cat-nav svg {
	  font-size: 85%;
  }

  a.cat-nav:hover,
  a.cat-nav:focus {
	  color: #7d5ba6;
  }

  .category-links-wrap {
	  /* margin-bottom: 40px; */
	  text-align: center;
	  /* background: #1e1e1e; */
	  padding: 30px 0;
  }

  .category-links-wrap h3 {
	  /* color: #fff; */
	  text-transform: uppercase;
	  font-weight: 600;
	  margin-bottom: 20px;
  }

  /* .blog .archive-description {
	  display: none;
  } */

  /* .blog .site-inner,
  .category .site-inner,
  .tag .site-inner,
  .author .site-inner  {
	  padding-top: 0;
  } */

  .acf-editor-wrap.tmce-active .wp-editor-area {
	  color: #222 !important;
  }

  /* .alignfull {
	  margin: 0 calc(50% - 50vw);
	  max-width: 100vw;
	  width: 100vw;
  } */

  .entry-content .alignfull,
  .entry-content .alignwide {
	  margin-left  : calc( -100vw / 2 + 100% / 2 );
	  margin-right : calc( -100vw / 2 + 100% / 2 );
	  max-width    : 100vw;
  }

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

	  .entry-content .alignwide {
		  margin-left  : -125px;
		  margin-right : -125px;
		  max-width    : 950px;
	  }
  }


  /* Responsive Menu Pro Styles  START */
  body #rmp-container-11550 {
	  background: #4a4a4a;
  }
  .genesis-nav-menu.rmp-menu .menu-item {
	  display: block;
	  margin: 0;
  }
  body #rmp-container-11550 #responsive-menu-pro-wrapper {
	  background: #4a4a4a;
  }
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item a {
	  color: #ffffff;
	  background-color: #4a4a4a;
	  border-color: #4a4a4a;
	  height: auto;
	  position: relative;
	  padding: 10px 10px 10px 5%;
  }
  body #rmp-container-11550 .rmp-menu .rmp-submenu-depth-1 li.rmp-menu-item a {
	  padding-left: 10%;
  }
  body #rmp-container-11550 .rmp-menu .rmp-submenu-depth-2 li.rmp-menu-item a {
	  padding-left: 15%;
  }
  body #rmp-container-11550 .rmp-menu .rmp-submenu-depth-3 li.rmp-menu-item a {
	  padding-left: 20%;
  }
  body #rmp-container-11550 .rmp-menu .rmp-submenu-depth-4 li.rmp-menu-item a {
	  padding-left: 25%;
  }
  .rmp-submenu {
	  display: none;
	  /* max-height: 0; */
  }
  .rmp-submenu.rmp-submenu-open {
	  display: block!important;
	  /* max-height: unset; */
	  opacity: 1!important;
  }
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link {
	  background-color: #4a4a4a;
	  border-color: #4a4a4a;
  }
  /* body #rmp-container-11550 .rmp-menu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link, */
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link:hover,
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link:focus,
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item a:hover,
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item a:focus,
  /* body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link, */
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link:hover,
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link:focus,
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item a:hover,
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item a:focus {
	  color: #ffffff;
	  background-color: #7d5ba6;
	  border-color: #7d5ba6;
  }
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item a .rmp-menu-subarrow {
	  position: absolute;
	  right: 0;
	  top: 0;
	  height: 100%;
	  width: 40px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  /* body #rmp-container-11550 .rmp-menu li.rmp-menu-item a .rmp-menu-subarrow,
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item a .rmp-menu-subarrow.rmp-menu-subarrow-active,
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item a .rmp-menu-subarrow,
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item a .rmp-menu-subarrow.rmp-menu-subarrow-active {
	  color: #ffffff;
	  border-color: #4a4a4a;
	  background-color: #4a4a4a;
  }
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link > .rmp-menu-subarrow,
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item a:hover .rmp-menu-subarrow,
  body #rmp-container-11550 .rmp-menu li.rmp-menu-item a:hover .rmp-menu-subarrow.rmp-menu-subarrow-active,
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item a:hover .rmp-menu-subarrow,
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item.rmp-menu-current-item > .rmp-menu-item-link > .rmp-menu-subarrow,
  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item a:hover .rmp-menu-subarrow.rmp-menu-subarrow-active {
	  border-color: #7d5ba6;
	  background-color: #7d5ba6;
  } */

  body #rmp-container-11550 .rmp-menu ul.rmp-submenu li.rmp-menu-item a {
	  border-bottom: 1px solid #4a4a4a;
	  color: #ffffff;
	  background-color: #4a4a4a;
  }
  /* Responsive Menu Pro Styles  END */

  .entry .video-info{
	  text-align: left;
	  margin-top: 5px;
	  line-height: 1.4;
  }
  .cards-wrap .entry .video-info{
	  padding: 0 20px;
  }
  .entry .video-info .label{
	  color: #101010;
	  opacity: 0.5;
	  font-weight: 500;
  }
  .entry .video-info .sep{
	  display: inline-block;
	  margin: 0 10px;
  }
  .entry .video-info .sermon-category a,
  .cards-wrap .entry .video-info .sermon-category a{
	  display: inline;
	  text-decoration: none;
  }

  .single-sermon .content-sidebar-wrap{
	  /* padding-top: 0!important; */
  }
  .single-sermon .entry-header.video{
	  display: flex;
	  flex-wrap: wrap;
	  margin-top: 25px;
	  padding-bottom: 15px;
	  border-bottom: 1px solid rgba(16,16,16,0.2);
  }
  .single-sermon .entry-header.video .title-info-wrap{
	  width: 55%;
  }
  .single-sermon  .entry-header.video.entry-title{
	  margin-bottom: 10px;
  }
  .single-sermon .entry .entry-header.video .video-info {
	  margin-top: 15px;
  }
  .single-sermon .entry-header .buttons-wrap{
	  width: 45%;
	  text-align: right;
  }
  .single-sermon .entry-header .buttons-wrap ul{
	  margin: 0;
  }
  .single-sermon .entry-header .buttons-wrap ul li{
	  display: inline-block;
	  margin-right: 40px;
	  list-style: none;
  }
  .single-sermon .entry-header .buttons-wrap ul li:last-of-type{
	  margin-right: 0;
  }
  .single-sermon .entry-header .buttons-wrap ul li a{
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 600;
	  text-decoration: none;
	  color: #101010;
  }
  .single-sermon .entry-header .buttons-wrap ul li a:hover,
  .single-sermon .entry-header .buttons-wrap ul li a:focus{
	  color: #4f0961;
  }
  .single-sermon .entry-header .buttons-wrap ul li a:hover > span,
  .single-sermon .entry-header .buttons-wrap ul li a:focus > span{
	  background: #4f0961;
  }
  .single-sermon .entry-header .buttons-wrap ul li a > span{
	  display: block;
	  margin: 0 auto;
	  text-align: center;
	  width: 75px;
	  height: 75px;
	  background: #7d5ba6;
	  border-radius: 50%;
	  color: #fff;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  .single-sermon .entry-header .buttons-wrap ul li a > span svg{
	  font-size: 30px;
	  font-size: 3rem;
  }
  .single-sermon .entry-header .audio-player{
	  width: 100%;
	  margin-top: 15px;
	  display: none;
  }
  .single-sermon .entry-header .audio-player audio{
	  width: 100%;
  }
  .single-sermon .entry-header .audio-player .speed-control{
	  display: flex;
	  align-items: center;
	  margin-left: 20px;
	  text-transform: uppercase;
  }
  .single-sermon .entry-header .audio-player .speed-control span{
	  margin-left: 8px;
	  background-color: #7d5ba6;
	  border: 2px solid #7d5ba6;
	  color: #fff;
	  cursor: pointer;
	  font-size: 18px;
	  font-size: 1.8rem;
	  font-weight: 500;
	  padding: 10px 20px;
	  text-decoration: none;
	  white-space: normal;
	  width: auto;
	  border-radius: 5px;
	  text-transform: uppercase;
	  line-height: 1;
  }

  .single-sermon .content-header {
	  margin-top: 20px;
	  margin-bottom: 5px;
  }

  .single-sermon .related-articles-downloads.hjs-section{
	  padding: 30px 30px;
	  background: #ededf2;
  }
  .single-sermon .related-articles-downloads .card{
	  background: #fff;
  }

  .single-sermon .other-videos .cards-wrap{
	  margin-top: 20px;
  }
  .single-sermon .other-videos.hjs-section{
	  background: #ededf2;
	  padding: 30px 30px 0;
	  margin-top: 30px;
  }
  .single-sermon .other-videos .cards-wrap .entry .entry-header .entry-title{
	  text-align: left;
	  justify-content: flex-start;
  }

  .prev-next.hjs-section{
	  padding: 40px 0!important;
  }
  .prev-next-buttons{
	  margin-top: 0;
	  display: flex;
	  justify-content: space-between;
  }
  .prev-next-buttons .prev,
  .prev-next-buttons .next{
	  text-align: center;
	  width: 49%!important;
  }
  .prev-next-buttons .sermon-video-image-wrap {
	  position: relative;
  }
  .prev-next-buttons .sermon-video-image-wrap img {
	  display: block;
	  width: 100%;
	  margin-bottom: 20px;
  }
  .prev-next-buttons a.overlay{
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  z-index: 99999999;
	  left: 0;
	  top: 0;
  }
  .prev-next-buttons .prev svg{
	  margin-right: 5px;
  }
  .prev-next-buttons .next svg{
	  margin-left: 5px;
  }


  /* Review Bades Style CSS ************************** START **************************** */
  .hjs-review-badge {
	  display: inline-flex;
	  align-items: center;
	  background: #fff;
	  border-top: 5px solid #7d5ba6;
	  border-radius: 3px;
	  padding: 10px;
	  line-height: 1;
	  color: #4a4a4a;
	  vertical-align: top;
	  margin: 5px;
	  box-shadow: 0 0 8px 2px rgba(0,0,0,0.2);
  }
  .hjs-review-badge .badge-source-logo,
  .hjs-review-badge .badge-source-logo svg {
	  width: 40px;
	  height: 40px;
  }
  .hjs-review-badge .review-details {
	  text-align: left;
	  margin-left: 12px;
  }
  .hjs-review-badge .review-heading {
	  margin-bottom: 10px;
  }
  .hjs-review-badge .score-stars {
	  margin-bottom: 10px;
	  color: #f7941d;
  }
  .hjs-review-badge.fb-review-badge .score-stars,
  .hjs-review-badge.fb-review-badge .badge-source-logo svg {
	  color: #3c5b9b;
  }
  .hjs-review-badge.yelp-review-badge .score-stars,
  .hjs-review-badge.yelp-review-badge .badge-source-logo svg {
	  color: #f15c4f;
  }
  .hjs-review-badge .score {
	  font-weight: 500;
	  font-size: 20px;
	  font-size: 2rem;
	  vertical-align: middle;
	  margin-right: 4px;
  }

  /* Review Bades Style CSS ************************** END **************************** */

  /* Gravity Forms Error style only color indicatio no error message ********** START ***************** */
  body .gform_wrapper div.validation_error,.gform_wrapper ol.validation_list,.gform_wrapper div#error {
	  display: none
  }
  body .gform_wrapper .top_label .gfield_error {
	  width: 100%
  }
  body .gform_wrapper .top_label .gfield_error .ginput_container {
	  max-width: 100%
  }
  body .gform_wrapper.gform_validation_error .top_label input.medium,
  body .gform_wrapper.gform_validation_error .top_label select.medium {
	  /* width: 100% */
  }
  body .gform_wrapper .top_label .gfield_error input,
  html:not(.browser-android) body .gform_wrapper .top_label .gfield_error select,
  .gform_wrapper .gfield_error .chosen-container-multi .chosen-choices,
  .gform_wrapper .gfield_error .chosen-container-single .chosen-single,
  .gform_wrapper .gfield_error textarea {
	  background-color: #ffdfdf!important;
	  background-image: none;
	  /* margin-bottom: 0!important */
  }
  body .gform_wrapper .validation_message,
  body .gform_wrapper .ginput_container+.gfield_description.validation_message {
	  background: none;
	  border: 0;
	  padding: 0;
	  margin-top: 2px;
  }
  .gform_wrapper .gform_validation_errors h2 {
	  color: #c02b0a!important;
	  text-align: left;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
	  display: block;
  }
  /* Gravity Forms Error style only color indicatio no error message ********** END ***************** */


  /* #Custom CSS - Start
  ------------------------------------------------------------------------------------- */

  /* body.blog .site-inner,
  body.archive .site-inner,
  body.search .site-inner{
	  background: #fafafa;
  } */

  /* #Custom CSS - End
  ------------------------------------------------------------------------------------- */

  .single-team .team-profile {
	  display: inline-block;
	  width: 100%;
  }
  .single-team .team-title {
	  margin-bottom: 5px;
  }
  .single-team .team-subtitle {
	  margin-bottom: 10px;
  }
  .single-team .team-email,
  .single-team .team-phone {
	  margin-bottom: 10px;
  }
  .single-team .team-email a,
  .single-team .team-phone a {
	  box-shadow: none!important;
  }
  .single-team .team-email a svg,
  .single-team .team-phone a svg {
	  color: #7d5ba6;
	  margin-right: 4px;
	  vertical-align: middle;
  }
  .single-team .team-sub-heading {
	  margin-bottom: 10px;
  }
  .single-team .team-sub-heading.contact-heading  {
	  margin-top: 20px;
  }
  .single-team .team-social{
	 display: inline-block;
	 margin-left: 10px;
  }
  .single-team .team-social li{
	 display: inline-block;
	 margin: 0 10px 0 0;
  }

  .page-menu {
	  padding: 30px 0;
	  background: #f4f4f4;
  }
  .page-menu .widget {
	  margin: 0;
	  text-align: center;
  }
  .page-menu .widget-title {
	  font-size: 24px;
	  font-size: 2.4rem;
	  letter-spacing: 0;
	  line-height: 1;
	  margin-bottom: 23px;
  }
  .page-menu ul.menu {
	  margin: 0 -10px;
  }
  .page-menu ul.menu li {
	  display: inline-block;
	  margin: 0 10px;
  }
  .page-menu ul.menu li a {
	  text-decoration: none;
	  text-transform: uppercase;
	  color: #4a4a4a;
  }
  .page-menu ul.menu li.current-menu-item a,
  .page-menu ul.menu li a:hover,
  .page-menu ul.menu li a:focus {
	  color: #7d5ba6;
  }

  /* Related posts below content-sidebar wrap CSS START */
  .related-posts-container {
	  clear: both;
	  margin-top: 20px;
	  display: inline-block;
	  width: 100%;
  }
  .related-posts-container .wrap {
	  padding: 0;
  }
  .related-posts-wrap div.rp4wp-related-posts {
	  background: none;
	  border: 0;
	  padding: 0;
	  overflow: visible;
	  display: inline-block;
	  width: 100%;
	  margin-bottom: 0;
  }
  .related-posts-wrap div.rp4wp-related-posts h3 {
	  font-size: 30px;
	  font-size: 3rem;
	  margin-bottom: 20px;
	  line-height: 1;
  }
  .related-posts-wrap .rp4wp-related-posts ul {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  margin-bottom: -25px;
  }
  .related-posts-wrap div.rp4wp-related-posts ul>li {
	  width: 31.75%;
	  box-shadow: 1px 1px 9px 2px rgb(0 0 0 / 10%);
	  /* border-radius: 5px; */
	  display: flex;
	  flex-direction: column;
	  background: #fff;
  }
  .related-posts-wrap div.rp4wp-related-post-image {
	  width: 20%;
	  width: 100%;
	  padding: 0;
	  margin: 0;
  }
  .related-posts-wrap div.rp4wp-related-post-image img {
	  width: 100%;
  }
  .related-posts-wrap div.rp4wp-related-post-content {
	  width: 100%;
	  padding: 15px 20px 25px;
	  text-align: center;
	  flex-grow: 1;
	  display: flex;
	  flex-direction: column;
  }
  .related-posts-wrap div.rp4wp-related-post-content p {
	  display: flex;
	  flex-direction: column;
	  flex-grow: 1;
	  justify-content: space-between;
  }
  .related-posts-wrap div.rp4wp-related-post-content > a {
	  display: inline-block;
	  margin-bottom: 10px;
	  text-decoration: none;
	  font-size: 20px;
	  font-size: 2rem;
	  line-height: 1.2;
	  font-weight: 600;
	  text-align: center;
	  min-height: 48px;
  }
  .related-posts-wrap a.button,
  .related-posts-wrap a.hjs-link {
	  display: table;
	  margin: 20px auto 0;
  }
  .related-posts-wrap a.hjs-link {
	  color: #e45026;
	  font-size: 16px;
	  font-size: 1.6rem;
	  font-weight: 700;
  }
  .related-posts-wrap a.hjs-link:hover,
  .related-posts-wrap a.hjs-link:focus {
	  color: #4a4a4a;
  }
  /* Related posts below content-sidebar wrap CSS END */


  /* Use SVG instead of Fontawesome pseudo elements css ***** START ********** Uncomment this if required */
  /*
  .gform_wrapper [class*="gfield_date_dropdown_"]:after,
  .gform_wrapper .ginput_container_select::after,
  .gfield:not(.international) .ginput_container .address_state::after,
  .ginput_container .address_country::after,
  div.gform_wrapper .gfield_time_ampm::after {
	  display: block;
	  font-family: inherit;
	  font-size: inherit;
	  content: '';
	  right: 8px;
	  top: 16px;
	  padding: 0;
	  position: absolute;
	  pointer-events: none;
	  background: url(images/caret-down-solid-primary.svg);
	  width: 19px;
	  height: 30px;
	  background-repeat: no-repeat;
	  background-position: center center;
  }
  .gform_wrapper [class*="gfield_date_dropdown_"]:after,
  .gform_wrapper .ginput_container_select:after,
  .ginput_container .address_state:after,
  .ginput_container .address_country:after,
  div.gform_wrapper .gfield_time_ampm:after {
	  right: 15px;
	  top: 16px;
	  position: absolute;
  }
  body .gform_wrapper .gfield.enhanced-ui .ginput_container_select:after {
	  top: 10px;
  }
  .gform_wrapper [class*="gfield_date_dropdown_"]:after {
	  right: 5px;
  }
  .ginput_container .address_state:after,
  .gfield:not(.international) .ginput_container .address_state:after {
	  top: auto;
	  bottom: 15px;
  }
  .ginput_container .address_country:after  {
	  top: auto;
	  bottom: 10px;
  }
  div.gform_wrapper .gfield_time_ampm:after {
	  right: 10px;
	  top: 10px;
  }

  body a.hjs-link:after,body span.hjs-link:after{
	  display: inline-block;
	  font-family: "inherit";
	  content: ">>";
	  background: url(images/chevron-double-right-solid-primary.svg);
	  font-size: 90%;
	  background-repeat: no-repeat;
	  background-position: left center;
	  margin-left: 5px;
	  line-height: 1;
	  color: transparent;
	  position: relative;
	  top: -1px;
  }
  body a.hjs-link:hover:after,
  body a.hjs-link:focus:after,
  body span.hjs-link:hover:after,
  body span.hjs-link:focus:after {
	  background-image: url(images/chevron-double-right-solid.svg);
  }

  .genesis-nav-menu .menu-item.menu-item-has-children>a:after {
	  display: inline-block;
	  font-family: inherit;
	  content: "";
	  background: url(images/angle-down-solid.svg);
	  background-repeat: no-repeat;
	  background-position: 0 0;
	  width: 10px;
	  height: 16px;
	  vertical-align: middle;
	  margin-left: 5px;
	  position: relative;
	  top: -1px;
  }

  .header-banner .genesis-nav-menu .menu-item.menu-item-has-children>a:after {
	  background-image: url(images/angle-down-solid-white.svg);
  }
  .genesis-nav-menu .sub-menu .menu-item.menu-item-has-children>a:after {
	  content: '';
	  background: url(images/angle-down-solid.svg);
	  float: right;
	  transform: rotate(-90deg);
  }

  .genesis-nav-menu .menu-item.sfHover>a:after,
  .genesis-nav-menu a:focus:after,
  .genesis-nav-menu a:hover:after,
  .genesis-nav-menu .current-menu-item>a:after,
  .absolute-header .site-header .genesis-nav-menu a:hover:after,
  .absolute-header .site-header .genesis-nav-menu a:focus:after,
  .genesis-nav-menu .sub-menu .current-menu-item>a:after,
  .genesis-nav-menu .sub-menu .current-menu-item>a:focus:after,
  .genesis-nav-menu .sub-menu .current-menu-item>a:hover:after,
  .genesis-nav-menu .sub-menu a:hover:after,
  .genesis-nav-menu .sub-menu a:focus:after,
  .genesis-nav-menu .sub-menu .menu-item.sfHover>a:after,
  .header-banner .genesis-nav-menu > li > a:hover:after,
  .header-banner .genesis-nav-menu > li > a:focus:after {
	  background-image: url(images/angle-down-solid-primary.svg)!important;
  }

  body form.woocommerce-product-search button:after {
	  display: block;
	  content: '';
	  font-family: inherit;
	  background: url(images/search-solid-white.svg);
	  background-repeat: no-repeat;
	  background-position: 0 0;
	  width: 18px;
	  height: 18px;
  } */

  /* Use SVG instead of Fontawesome pseudo elements css ***** START **********/

  body .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
	  border: none;
	  box-shadow: none;
	  color: #ddd!important;
	  background: none;
  }
  /* Use below css to display readonly inline calendar */
  /* body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
  body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover,
  body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
	  background: none;
	  outline: 0;
	  box-shadow: none;
	  color: #2f4054;
	  cursor: default;
  }
  body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default,
  body .readonly .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
	  border: 0!important;
  } */

  .mobile.open-search {
	  display: none;
  }

  .center-logo-header .site-header {
	  position: absolute;
	  width: 100%;
	  z-index: 991;
	  background: #fff;
	  margin-top: 47px;
	  padding: 0;
  }

  .center-logo-header .site-header .header-widget-area {
	  margin-top: 0;
  }

  .center-logo-header .site-header .nav-primary {
	  margin-top: 0;
	  width: 100%;
  }

  .center-logo-header .site-header .title-area {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, -50%);
	  z-index: 9;
  }

  .center-logo-header .site-header .nav-primary ul.menu {
	  display: flex;
	  align-items: center;
	  justify-content: flex-start;
	  justify-content: space-between;
  }
  .center-logo-header .site-header li.break {
	  margin-right: auto;
  }
  .center-logo-header .site-header .nav-primary .genesis-nav-menu a {
	  padding: 22px 0;
  }
  .slick-slide > div {
	  height: 100%;
  }


  .global-fixed-buttons {
	  position: fixed;
	  right: 0;
	  top: 50%;
	  z-index: 300;
	  display: flex;
	  flex-direction: column;
	  align-items: flex-end;
	  transform: translateY(-50%);
	  row-gap: 10px;
  }

  .global-fixed-buttons a {
	  background: var(--primary-color);
	  color: #fff;
	  display: flex;
	  align-items: center;
	  border-radius: 5px 0 0 5px;
	  padding: 7px 10px 7px 17px;
	  text-decoration: none;
  }

  .global-fixed-buttons a .link-icon {
	  display: inline-block;
	  margin-right: 7px;
  }

  .global-fixed-buttons a .link-text {
	  display: inline-block;
	  max-width: 0;
	  overflow: hidden;
	  white-space: nowrap;
	  transition: all 1s;
  }

  .global-fixed-buttons a:hover .link-text, .global-fixed-buttons a:focus .link-text {
	  max-width: 300px;
  }

  .gform_wrapper.gravity-theme .gfield.short-field {
	  max-width: 500px;
  }

  .lan-switcher {
	  display: flex;
	  align-items: center;
  }
  .lan-switcher svg {
	  fill: #665f4f;
	  width: 16px;
	  height: 16px;
	  margin-right: 8px;
  }
  .lan-switcher aside {
	  display: flex;
	  align-items: center;
  }
  .lan-switcher aside, .lan-switcher aside ul li a {
	  font-size: 15px;
	  font-size: 1.5rem;
	  font-weight: 800;
	  line-height: 1;
  }
  .lan-switcher aside .wgcurrent {
	  color: #c3922e;
	  text-decoration: underline;
  }
  .lan-switcher aside ul li a {
	  font-size: 15px;
	  font-size: 1.5rem;
	  font-weight: 800;
	  color: #665f4f;
	  display: block;
	  padding: 0 0 0 7px;
	  border-left: 1px solid #000;
	  margin-left: 8px;
  }
  .country-selector.weglot-inline li {
	  margin-top: 0!important;
  }
  .lan-switcher .country-selector.weglot-inline ul {
	  vertical-align: unset;
	  display: flex;
  }

  /* # Media Queries
  ---------------------------------------------------------------------------------------------------- */

  /* Set the browser width to 1200px and style then place styles here */

  @media only screen and (max-width: 1399px) {
	  .content-sidebar-wrap,
	  .wrap,
	  .tribe-common.tribe-events .tribe-common-l-container,
	  #tribe-events-pg-template,
	  .footer-newsletter .wrap,
	  div.hp-page {
		  /* max-width: 1140px; */
		  padding-left: 3%;
		  padding-right: 3%;
	  }
	  .nav-primary .wrap {
		  padding-right: 0;
		  padding-left: 0;
	  }
	  .footer-newsletter .wrap div.gform_wrapper {
		  max-width: 100%;
	  }
  }

  /* Set the browser width to 1024px and style then place styles here */

  @media only screen and (max-width: 1199px) {
	  .site-title a, .site-title a:focus, .site-title a:hover {
			width: 330px;
			height: 76px;
		}

	  .genesis-nav-menu .menu-item {
		  margin: 0 10px;
	  }
	  #global-features .feature {
		  padding: 60px 30px;
	  }
	  #global-features .wrap > div.one-fourth {
		  flex-basis: 50%;
	  }
	  .global-contact .section-bottom-content.list-columns-7 ul li,
	  .hjs-section.checklist.list-columns-7 ul li {
		  width: 14.5%;
	  }
      h1, .entry-title, .archive-title,
	  .global-contact h3.section-title,
	  .global-contact div.gform_wrapper h2.gform_title,
	  .form-content h2.contact-title,
	  .form-content div.gform_wrapper h2.gform_title,
	  .page-banner h1 {
		  font-size: 36px;
		  font-size: 3.6rem;
	  }
  }

  /* Set the browser width to 901px and style then place styles here */

  @media only screen and (max-width: 1023px) {

	  .global-cta .gform-body {
		  width: 75%;
	  }
	  .global-contact .global-partners-logo ul li {
		  width: 24%;
		  padding: 0 1%;
	  }
	  .content,
	  .tribe-events-single>.tribe_events> .event-content,
	  .content-sidebar-sidebar .content,
	  .content-sidebar-sidebar .content-sidebar-wrap,
	  .footer-widgets-1,
	  .footer-widgets-2,
	  .footer-widgets-3,
	  .footer-widgets-4,
	  .sidebar-content-sidebar .content,
	  .sidebar-content-sidebar .content-sidebar-wrap,
	  .sidebar-primary,
	  .tribe-events-single>.tribe_events .event-sidebar,
	  .sidebar-secondary,
	  .sidebar-sidebar-content .content,
	  .sidebar-sidebar-content .content-sidebar-wrap {
		  width: 100%;
	  }
	  .tribe-events-single>.tribe_events> .event-content {
		  margin-bottom: 50px;
	  }
	  .genesis-nav-menu li,
	  .header-image .title-area,
	  .site-header ul.genesis-nav-menu,
	  .site-header .search-form {
		  float: none;
	  }
	  .genesis-nav-menu,
	  .site-description,
	  .site-header .title-area,
	  .site-title {
		  text-align: center;
	  }
	  .site-header .search-form {
		  margin: 16px auto;
	  }

	  .site-header .widget_product_search {
		  display: none;
	  }
	  .site-header .nav-primary {
		  background: none;
		  border: none;
		  width: 300px;
		  float: right;
		  margin-top: 8px;
		  padding: 0;
		  clear: right;
	  }
	  .site-header .nav-primary .genesis-nav-menu .sub-menu,
	  .site-header .genesis-nav-menu .sub-menu {
		  margin-left: 0;
	  }

	  .footer-widgets-1,
	  .footer-widgets-2,
	  .footer-widgets-3 {
		  margin: 0 auto 40px;
	  }
	  .footer-newsletter .gform_wrapper .gform_heading {
		  width: 100%;
		  text-align: center;
		  margin-bottom: 20px;
	  }
	  .footer-newsletter div.gform_wrapper .gform_footer,
	  .footer-newsletter.stacked div.gform_wrapper .gform_footer {
		  width: 28.5%;
	  }
	  .footer-newsletter .gform_wrapper .gform_body,
	  .footer-newsletter.stacked .gform_wrapper .gform_body {
		  width: 71%;
	  }
	  .site-header {
		  padding: 18px 0
	  }
	  .footer-widgets-1,
	  .footer-widgets-2,
	  .footer-widgets-3,
	  .footer-widgets-4 {
		  margin-left: 0;
		  text-align: center;
	  }
	  .breadcrumb {
		  padding-left: 0;
		  padding-right: 0;
	  }

	  .shop-menu {
		  float: left;
	  }

	  .single-post .content-sidebar-wrap {
		  display: flex;
		  flex-wrap: wrap;
	  }
	  .single-post .content-sidebar-wrap .content {
		  order: 1;
	  }
	  .single-post .content-sidebar-wrap .sidebar-primary {
		  order: 3;
		  margin-top: 30px;
	  }
	  .single-post .content-sidebar-wrap .related-posts-container {
		  order: 2;
	  }

	  .nav-primary {
		  display: none;
	  }

	  .site-header #rmp-container-11550 {
		  position: fixed;
	  }
	  .site-header button#rmp_menu_trigger-11550 {
		  float: none;
		  position: static;
		  width: auto;
		  height: 50px;
		  margin: 10px 0 0 auto;
		  border-radius: 5px;
		  padding: 0 15px;
		  background: #7d5ba6!important;
		  display: block;
	  }
	  .site-header .responsive-menu-pro-inner,
	  .site-header .responsive-menu-pro-inner::before,
	  .site-header .responsive-menu-pro-inner::after {
		  background: #fff !important;
	  }

	  .center-logo-header .site-header button#rmp_menu_trigger-11550 {
		  height: 50px;
		  margin: 0 0 0 auto;
		  background: none!important;
	  }
	  .center-logo-header .site-header .responsive-menu-pro-inner,
	  .center-logo-header .site-header .responsive-menu-pro-inner::before,
	  .center-logo-header .site-header .responsive-menu-pro-inner::after {
		  background: #000 !important;
	  }
	  .site-header .responsive-menu-pro-label {
		  color: #212121;
		  font-size: 24px;
		  font-size: 2.4rem;
		  line-height: 17px;
		  text-transform: uppercase;
	  }
	  #rmp-container-11550 li.rmp-menu-item.open-search {
		  display: none;
	  }
	  .site-header button.rmp_menu_trigger .responsive-menu-pro-inner::before {
		  top: -7px;
	  }
	  .site-header button.rmp_menu_trigger .responsive-menu-pro-inner::after {
		  bottom: -7px;
	  }
	  .site-header button.rmp_menu_trigger.is-active .responsive-menu-pro-inner::before,
	  .site-header button.rmp_menu_trigger.is-active .responsive-menu-pro-inner::after {
		  bottom: 0;
		  top: 0;
	  }
	  .global-contact .section-bottom-content.list-columns-7 ul li,
	  .hjs-section.checklist.list-columns-7 ul li,
	  .global-contact .section-bottom-content.list-columns-6 ul li,
	  .hjs-section.checklist.list-columns-6 ul li {
		  width: 18%;
	  }
	  .mobile.open-search {
		  display: inline-block;
		  font-size: 25px;
		  color: #fff;
		  margin-top: 12px;
		  margin-left: 15px;
	  }
  }

  /* Set the browser width to 768px / 740px and style then place styles here */

  @media only screen and (max-width: 900px) {
	  h1, .entry-title, .archive-title,
	  .global-contact h3.section-title,
	  .global-contact div.gform_wrapper h2.gform_title,
	  .form-content h2.contact-title,
	  .form-content div.gform_wrapper h2.gform_title,
	  .page-banner h1 {
		  font-size: 34px;
		  font-size: 3.4rem;
	  }
	  .global-cta .gform-body {
		  width: 70%;
	  }
	  body,
	  body>div {}
	  /* .site-inner {
		  padding: 5% 0 0;
	  } */
	  .content-sidebar-wrap,
	  .tribe-common.tribe-events .tribe-common-l-container,
	  #tribe-events-pg-template,
	  div.hp-page {
		  /* margin-top: 5%; */
		  padding-bottom: 5%;
	  }
	  .after-entry,
	  .archive-description,
	  .author-box,
	  .comment-respond,
	  /* .entry, */
	  .entry-comments,
	  .entry-pings,
	  .sidebar .widget {
		  /*padding: 30px;*/
		  margin-bottom: 5%;
	  }
	  .sidebar {
		  margin-top: 5%;
	  }
	  .pagination {
		  margin: 5% auto;
	  }
	  .archive-pagination li a {
		  margin-bottom: 4px;
	  }
	  .five-sixths,
	  .four-sixths,
	  .one-fourth,
	  .one-half,
	  .one-sixth,
	  .one-third,
	  .three-fourths,
	  .three-sixths,
	  .two-fourths,
	  .two-sixths,
	  .two-thirds {
		  margin: 0;
		  width: 100%;
	  }
	  .shop-menu li.welcome-message,
	  .shop-menu li.sep {
		  display: none;
	  }
	  .social-links ul li {
		  margin: 0 6px 15px;
	  }

	  .global-contact.hjs-section .one-third{
		  width: 100%;
		  margin-bottom: 30px;
		  text-align: center;
	  }
	  .global-contact .one-third.first {
		  padding-top: 0;
	  }
	  .global-contact .one-third h3.section-title,
	  .global-contact .one-third .section-subtitle,
	  .global-contact .one-third .section-description {
		  text-align: center;
	  }
	  .global-contact div.gform_wrapper h2.gform_title,
	  .global-contact div.gform_wrapper .gform_footer{
		  text-align: center;
	  }

	  .single-sermon .entry-header.video{
		  flex-wrap: wrap;
	  }
	  .single-sermon .entry-header.video .title-info-wrap{
		  width: 100%;
	  }
	  .single-sermon .entry-header .buttons-wrap{
		  width: 100%;
		  text-align: left;
		  margin-top: 20px;
	  }

	  #global-features .wrap > div.one-third {
		  flex-basis: 100%;
	  }
	  .related-posts-wrap div.rp4wp-related-posts ul>li {
		  width: 48.5%;
	  }
	  .header-widget-area .header-right-links {
		  display: none;
	  }

	  .gc-simple-wrap {
		  width: 100%;
		  margin-top: 20px;
		  float: none;
		  text-align: center;
	  }
	  .global-contact.simple-ui .gform_wrapper.gravity-theme .gform_footer {
		  text-align: center;
	  }
  }

  /* Set the browser width to 480px and style then place styles here */

  @media only screen and (max-width: 739px) {
    .site-header .widget-area {
        margin-top: 10px;
    }
	  h1, .entry-title, .archive-title,
	  .global-contact h3.section-title,
	  .global-contact div.gform_wrapper h2.gform_title,
	  .form-content h2.contact-title,
	  .form-content div.gform_wrapper h2.gform_title,
	  .page-banner h1 {
		  font-size: 30px;
		  font-size: 3rem;
	  }
	  h3, .global-contact h3, .form-content .content-wrap h3 {
		  font-size: 22px;
		  font-size: 2.2rem;
	  }
	  .global-cta #gform_3,
	  .global-cta .gform_wrapper.gravity-theme .gform_fields {
		  display: unset;
	  }
	  .global-cta .gform-body {
		  width: 100%;
	  }
	  .global-contact .global-partners-logo ul li {
		  width: 45%;
		  padding: 0 4%;
	  }
	  body,
	  body>div {
		  font-size: 16px;
		  font-size: 1.6rem;
	  }
	  .content-sidebar-wrap,
	  .wrap,
	  main.tribe-events-pg-template,
	  main#tribe-events-pg-template,
	  .footer-newsletter .wrap,
	  div.hp-page {
		  padding-left: 5%;
		  padding-right: 5%;
	  }
	  div.mfp-container {
		  padding-left: 5%;
		  padding-right: 5%;
	  }
	  body .mfp-image-holder .mfp-content {
		  max-width: calc(110% - 80px); /* 10% extra to accomodate 5% padding on both side, see previous css rule */
	  }
	  .footer-newsletter .gform_wrapper .gform_body,
	  .footer-newsletter.stacked .gform_wrapper .gform_body {
		  width: 100%;
		  margin: 0 0 10px;
		  float: none;
	  }
	  .footer-newsletter div.gform_wrapper .gform_footer,
	  .footer-newsletter.stacked div.gform_wrapper .gform_footer {
		  width: 100%;
		  float: none;
		  padding-left: 0;
	  }
	  .hide-text-mobile {
		  display: none;
	  }

	  .top-bar .widget {
		  width: 100%;
		  text-align: center;
		  float: none;
	  }
	  .top-bar-contact ul li {
		  margin: 0 10px;
	  }
	  .top-bar-social {
		  display: none;
	  }
	  .woo-menu .shop-menu {
		  float: none;
		  margin-bottom: 0;
		  padding-top: 0;
		  text-align: center;
	  }
	  .woo-menu {
		  padding: 5px 0;
		  background: #7d5ba6;
		  color: #fff;
	  }
	  .shop-menu span.xoo-wsc-sc-count {
		  background: #fff;
		  color: #212121;
	  }
	  .woo-menu ul li a,
	  .woo-menu ul li {
		  color: #fff;
		  margin: 0;
	  }
	  .woo-menu ul li {
		  margin: 0 10px;
	  }
	  .genesis-nav-menu .menu-item.show-mobile,
	  body #rmp-container-11550 .rmp-menu>li.show-mobile {
		  display: inline-block;
	  }
	  .genesis-nav-menu .menu-item.hide-mobile,
	  body #rmp-container-11550 .rmp-menu>li.hide-mobile {
		  display: none;
	  }
	  /* .site-header button#responsive-menu-pro-button {
		  margin-top: 0;
	  } */
	  .site-footer {
		  padding-bottom: 70px;
	  }
	  .global-form.slideup-form {
		  display: block!important;
	  }
	  .global-form.slideup-form .form-title-area {
		  padding-left: 15px;
		  padding-right: 15px;
		  padding-top: 68px;
		  background: #000;
		  color: #fff;
		  overflow: hidden;
		  width: 100%;
		  height: 100%;
		  border-radius: 0;
		  border: none;
		  float: right;
		  margin-right: 0;
		  margin-bottom: 0
	  }
	  .global-form.slideup-form {
		  position: fixed;
		  width: 100%;
		  bottom: 0;
		  z-index: 9999;
		  color: #fff
	  }
	  .global-form.slideup-form .form-title-area h3 {
		  width: auto;
		  float: left;
		  margin: 10px 0 0;
		  text-align: center;
		  font-size: 24px;
		  font-size: 2.4rem
	  }
	  /* .global-form.slideup-form .form-wrap {
		  max-width: 100%
	  } */
	  span.mobile-toggle {
		  color: #fff;
		  border: none;
		  font-size: 48px;
		  font-size: 4.8rem;
		  background: #7d5ba6;
		  display: block;
		  width: 70px;
		  height: 52px;
		  float: right;
		  text-align: center;
		  line-height: 1.1;
		  -webkit-transform: rotate(180deg);
		  -moz-transform: rotate(180deg);
		  -o-transform: rotate(180deg);
		  -ms-transform: rotate(180deg);
		  transform: rotate(180deg);
		  position: static;
		  text-indent: 0
	  }
	  .global-form.slideup-form.active span.mobile-toggle {
		  display: block
	  }
	  .global-form.slideup-form .form-title-area {
		  padding: 0 0 0 3.5%
	  }

	  div.rp4wp-related-post-image {
		  width: 35%;
		  margin-bottom: 15px;
	  }
	  div.rp4wp-related-post-content {
		  width: 65%;
	  }
	  div.pum-container .pum-title {
		  font-size: 28px;
		  font-size: 2.8rem;
		  margin-bottom: 10px;
	  }
	  div.pum-container .gform_wrapper span.gform_description {
		  font-size: 18px;
		  font-size: 1.8rem;
	  }

	  .single-sermon .other-videos .cards-wrap {
		  margin-top: 25px;
	  }
	  .single-sermon .related-articles-downloads.hjs-section,
	  .single-sermon .other-videos.hjs-section {
		  padding: 30px 15px;
	  }
	  .top-bar {
		  font-size: 16px;
		  font-size: 1.6rem;
	  }
	  #global-contact { padding: 50px 0; }
	  #global-contact .contact .first { margin-top: 0px; }
	  .site-footer { padding: 40px 0 !important; }
	  .footer-newsletter { padding: 50px 0; }
	  .footer-newsletter.stacked .gform_wrapper h2.gform_title {
		  font-size: 27px;
		  font-size: 2.7rem;
	  }

	  #global-features .wrap > div {
		  flex-basis: 100%!important;
	  }
	  .related-posts-wrap div.rp4wp-related-posts ul>li {
		  width: 100%;
	  }
	  .related-posts-wrap div.rp4wp-related-post-content > a {
		  min-height: unset;
	  }
	  .global-contact .section-bottom-content.list-columns-7 ul li,
	  .hjs-section.checklist.list-columns-7 ul li,
	  .global-contact .section-bottom-content.list-columns-6 ul li,
	  .hjs-section.checklist.list-columns-6 ul li,
	  .global-contact .section-bottom-content.list-columns-5 ul li,
	  .hjs-section.checklist.list-columns-5 ul li,
	  .global-contact .section-bottom-content.list-columns-4 ul li,
	  .hjs-section.checklist.list-columns-4 ul li {
		  width: 31%;
	  }
	  .global-contact .section-bottom-content.list-columns-3 ul li,
	  .hjs-section.checklist.list-columns-3 ul li,
	  .global-contact .section-bottom-content.list-columns-2 ul li,
	  .hjs-section.checklist.list-columns-2 ul li {
		  width: 100%;
	  }
  }

  /* DO NOT ADD STYLES TO THIS MEDIA QUERY */

  @media only screen and (max-width: 641px) {
	  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		  line-height: 1;
		  min-height: inherit;
	  }
	  .global-contact.full-ui div.form-wrap,
	  .global-contact.simple-ui div.global-contact-box {
		  padding: 20px;
	  }
  }

  /* Set the browser width to 320px and style then place styles here */

  @media only screen and (max-width: 479px) {
    .site-title a, .site-title a:focus, .site-title a:hover {
        width: 220px;
        height: 70px;
    }
    .site-header .widget-area {
        margin-top: 0;
    }
	  h1, .entry-title, .archive-title,
	  .global-contact h3.section-title,
	  .global-contact div.gform_wrapper h2.gform_title,
	  .form-content h2.contact-title,
	  .form-content div.gform_wrapper h2.gform_title,
	  .page-banner h1 {
		  font-size: 26px;
		  font-size: 2.6rem;
	  }
	  h3, .global-contact h3, .form-content .content-wrap h3 {
		  font-size: 20px;
		  font-size: 2rem;
	  }
	  .global-contact .global-partners-logo ul li {
		  width: 100%;
		  padding: 0;
	  }

	  button,
	  input[type="button"],
	  input[type="reset"],
	  input[type="submit"],
	  .button {
		  /*width: 100%;*/
	  }
	  .shop-menu li a span.text {
		  display: none;
	  }
	  .shop-menu li a .fa {
		  font-size: 20px;
		  font-size: 2rem;
	  }
	  .top-bar-contact ul li .fa {
		  display: none;
	  }
	  .top-bar-contact ul li:first-of-type {
		  margin-left: 0;
	  }
	  .top-bar-contact ul li:last-of-type {
		  margin-right: 0;
	  }
	  .page-banner h1 {
		  font-size: 28px;
		  font-size: 2.8rem;
	  }
	  .woo-menu ul li a,
	  .woo-menu ul li {
		  font-size: 18px;
		  font-size: 1.8rem;
		  margin: 0 5px;
		  font-weight: 500;
	  }
	  .site-header button#responsive-menu-pro-button {
		  margin-top: 0;
		  float: right;
	  }
	  .title-area {
		  padding: 0;
		  width: auto;
		  margin: 0 auto;
	  }
	  .site-title a,
	  .site-title a:focus,
	  .site-title a:hover {
		  margin: 0 auto;
	  }
	  .site-header .widget-area {
		  float: none;
	  }
	  .breadcrumb {
		  font-size: 14px;
		  font-size: 1.4rem;
	  }
	  div.rp4wp-related-post-image {
		  width: 100%;
	  }
	  div.rp4wp-related-post-content {
		  width: 100%;
	  }
	  .author-content .wrap {
		  display: block;
	  }
	  .author-content img {
		  width: 200px;
		  margin: 0 auto 20px;
	  }
	  body div.pum-overlay div.pum-container {
		  padding: 40px 20px 20px;
	  }

	  .single-sermon .entry-header .buttons-wrap ul li {
		  margin-right: 12px;
	  }
	  .single-sermon .entry-header .buttons-wrap ul li a {
		  font-size: 14px;
		  font-size: 1.4rem;
	  }
	  .single-sermon .entry-header .buttons-wrap ul li a > span svg{
		  font-size: 22px;
		  font-size: 2.2rem;
	  }
	  .single-sermon .entry-header .buttons-wrap ul li a > span{
		  width: 50px;
		  height: 50px;
	  }
	  .prev-next-buttons .button{
		  font-size: 15px;
		  font-size: 1.5rem;
		  padding: 10px 18px;
	  }
	  #global-features .feature {
		  padding: 40px 5%;
	  }
	  .global-contact .section-bottom-content.list-columns-7 ul li,
	  .hjs-section.checklist.list-columns-7 ul li,
	  .global-contact .section-bottom-content.list-columns-6 ul li,
	  .hjs-section.checklist.list-columns-6 ul li,
	  .global-contact .section-bottom-content.list-columns-5 ul li,
	  .hjs-section.checklist.list-columns-5 ul li,
	  .global-contact .section-bottom-content.list-columns-4 ul li,
	  .hjs-section.checklist.list-columns-4 ul li,
	  .global-contact .section-bottom-content.list-columns-3 ul li,
	  .hjs-section.checklist.list-columns-3 ul li {
		  width: 48%;
	  }

	  .center-logo-header .site-header .title-area {
		  left: 5%;
		  transform: translate(0, -50%);
	  }
  }

  /* # Print Styles
  ---------------------------------------------------------------------------------------------------- */

  @media print {
	  *,
	  *::before,
	  *::after {
		  background: transparent !important;
		  box-shadow: none !important;
		  color: #000 !important;
		  text-shadow: none !important;
	  }
	  a,
	  a:visited {
		  text-decoration: underline;
	  }
	  a[href]::after {
		  content: " (" attr(href) ")";
	  }
	  abbr[title]::after {
		  content: " (" attr(title) ")";
	  }
	  a[href^="javascript:"]::after,
	  a[href^="#"]::after,
	  .site-title>a::after {
		  content: "";
	  }
	  thead {
		  display: table-header-group;
	  }
	  img,
	  tr {
		  page-break-inside: avoid;
	  }
	  img {
		  max-width: 100% !important;
	  }
	  @page {
		  margin: 2cm 0.5cm;
	  }
	  p,
	  h2,
	  h3 {
		  orphans: 3;
		  widows: 3;
	  }
	  blockquote,
	  pre {
		  border: 1px solid #999;
		  page-break-inside: avoid;
	  }
	  .content,
	  .content-sidebar,
	  .tribe-events-single>.tribe_events> .event-content {
		  width: 100%;
	  }
	  button,
	  input,
	  select,
	  textarea,
	  .breadcrumb,
	  .comment-edit-link,
	  .comment-form,
	  .comment-list .reply a,
	  .comment-reply-title,
	  .edit-link,
	  .entry-comments-link,
	  .entry-footer,
	  .genesis-box,
	  .header-widget-area,
	  .hidden-print,
	  .home-top,
	  .nav-primary,
	  .nav-secondary,
	  .post-edit-link,
	  .sidebar {
		  display: none !important;
	  }
	  .title-area {
		  text-align: center;
		  width: 100%;
	  }
	  .site-title>a {
		  margin: 0;
		  text-decoration: none;
		  text-indent: 0;
	  }
	  .site-inner {
		  padding-top: 0;
		  position: relative;
		  top: -100px;
	  }
	  .author-box {
		  margin-bottom: 0;
	  }
	  h1,
	  h2,
	  h3,
	  h4,
	  h5,
	  h6 {
		  orphans: 3;
		  page-break-after: avoid;
		  page-break-inside: avoid;
		  widows: 3;
	  }
	  img {
		  page-break-after: avoid;
		  page-break-inside: avoid;
	  }
	  blockquote,
	  pre,
	  table {
		  page-break-inside: avoid;
	  }
	  dl,
	  ol,
	  ul {
		  page-break-before: avoid;
	  }
  }
