.vimeo-video-code {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */
    /* falls back to 16/9, but otherwise uses ratio from HTML */
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
    height: 0;
  }

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

  /* .hero-video iframe {
height: calc(100% + 5px)!important;
} */
  .menu-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .menu-item a {
    padding: 16px 0 !important;
    margin: 0 16px !important;
    text-align: center;
  }

  .current-menu-item a, .menu-item:hover a {
    border: 0 !important;
  }

  .menu-item > .sub-menu {
    -webkit-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.25);
    box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.25);
  }

  .sub-menu .menu-item a {
    text-transform: capitalize !important;
  }

  .sub-menu .menu-item a:hover {
    background: #eeeeee !important;
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 16px !important;
  }

  .oxy-post-image-date-overlay {
    text-align: right;
    background-color: transparent !important;
  }

  .post-date {
    background-color: rgba(0,0,0,0.7);
    padding: 4px;
  }

  .cat-name {
    font-weight: normal;
    padding: 0 4px 2px 4px;
    background-color: rgba(0,0,0,0.5);
  }

  #sidebar h2.widgettitle {
    font-size: 18px;
    text-transform: uppercase;
    border-top: 1px solid black;
    padding-top: 12px;
  }

  #sidebar .widget li {
    margin-bottom: 16px;
  }

  .breadcrumb-section .fbc-page .fbc-wrap .fbc-items li a {
    color: #E7131A;
  }

  .btn-primary:hover {
    color: white;
  }

  a:hover.callout-btn, a:hover .callout-btn-title, a .callout-btn-title:hover {
    color: white;
    font-weight: bold;
  }

  .breadcrumb-section .fbc-page .fbc-wrap .fbc-items li a:hover {
    color: #C11016;
    text-decoration-line: underline;
  }

  .post-content p {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .widget ul {
    margin: 8px 0 16px;
    padding-left: 20px;
  }

  a {
    transition: all 0.5s ease-out;
  }

  a.oxy-read-more:hover {
    background-color: #C11016 !important;
  }

  /*margin around image gutenberg*/
  figure {
    margin: 0 0 1em 0;
  }

  /* pagination spacing */
  .oxy-easy-posts-pages span, .oxy-easy-posts-pages a {
    padding-right: 8px;
  }

  .ct-text-block, .ct-text-block .oxy-stock-content-styles {
    width: 100%;
  }

  .blog .ct-section-inner-wrap {
    padding-top: 16px !important;
  }

  blockquote {
    border-left: 5px solid gray;
    margin-left: 0;
    padding-left: 40px;
    color: #E7131A;
  }

  blockquote cite {
    color: #333333;
  }

  .nested {
    margin: 32px 0 0;
  }

  h3 {
    font-size: 24px !important;
    margin: 0 0 16px 0;
  }

  .heateor_sss_sharing_container {
    margin: 32px 0;
  }

  .headline-bb {
    border-bottom-width: 0px !important;
    border-bottom-color: #e7131a;
    border-bottom-style: solid;
    border-top-width: 1px !important;
    border-top-color: #ccc;
    border-top-style: solid;
    padding-top: 8px;
    width: 100%;
  }

  /* CUSTOM CSS using Appearance > Customizer */
  #div_block-10-17 .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 4px;
  }

  .forminator-row-last * {
    display: flex;
    justify-content: flex-end;
  }