@charset "UTF-8";
/*!
Theme Name: Northstar Child Theme
Description: A Wordpress theme developed by North Star Sites.
Version: 1.0.0
Author: North Star Sites
Author URI: http://www.northstarsites.com
Template: northstar-theme
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap");
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Flex Grid Gutter Space */
/* Container Widths */
/* Flex Layout Padding */
/* Flex Layout Container Width */
.accordion {
  font-family: montserrat, sans-serif; }

/* -----------------
-----   Tabs   -----
--------------------*/
.tabs .nav li a {
  color: #000;
  font-family: montserrat, sans-serif; }

.aa-box {
  background: #fff;
  padding: 28px 28px 20px; }
  .aa-box p {
    line-height: 1.6 !important; }
  .aa-box .button-yellow:hover {
    background-color: #06d46f !important; }
  .aa-box .button.half-width {
    display: inline-block !important;
    width: calc(49% - 6px) !important; }
    @media (max-width: 1000px) {
      .aa-box .button.half-width {
        width: calc(100% - 6px) !important; } }

.aa-latest-post h3.divider {
  margin-bottom: 24px !important; }
  .aa-latest-post h3.divider span {
    background: transparent !important; }
  .aa-latest-post h3.divider:after {
    width: calc( 100% - 212px ) !important; }
.aa-latest-post .image {
  margin-bottom: 19px; }
  .aa-latest-post .image img {
    display: block;
    height: auto;
    width: 100%; }
.aa-latest-post .player {
  align-items: stretch;
  background: #f5f5f5;
  display: flex; }
  .aa-latest-post .player .logo {
    background: url(../images/unchained-logo.png) no-repeat center;
    background-size: 115px auto;
    min-height: 192px;
    height: 100%;
    width: 141px; }
  .aa-latest-post .player .embed {
    flex: 1; }

/* Core element styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.aligncenter {
  margin: 0 auto 24px; }

img.alignright {
  padding: 0 0 24px 24px; }

img.alignleft {
  padding: 0 24px 24px 0; }

img.accent-top {
  display: block;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -40%); }

form {
  margin-bottom: 0; }

/*-----------------------------------------------------------------------------------*/
/*  GENERIC
/*-----------------------------------------------------------------------------------*/
@media (max-width: 1000px) {
  .content-area {
    float: none;
    width: 100%; }

  .aside {
    float: none;
    width: 98%;
    margin-top: 50px; } }
.container {
  max-width: 1180px; }
  @media (min-width: 12px) {
    .container {
      max-width: 1180px; } }
  @media (max-width: 1000px) {
    .container {
      max-width: 1180px; } }
  @media (max-width: 500px) {
    .container {
      max-width: 700px; } }

/*-----------------------------------------------------------------------------------*/
/*  FLEX GRID
/*-----------------------------------------------------------------------------------*/
.grid,
.grid-mobile, .wp-block-columns {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.grid .cell,
.grid-mobile .cell, .wp-block-column {
  flex: 1; }

@media (min-width: 1001px) {
  .grid, .wp-block-columns {
    display: flex; }

  .grid.grid-12-col .cell {
    flex: 0 0 calc( 8.33% - 22.0008px ); }
    .grid.grid-12-col .cell.span-1 {
      flex: 0 0 calc( 10% - 21.6px ); }
    .grid.grid-12-col .cell.span-2 {
      flex: 0 0 calc( 16.6% - 20.016px ); }
    .grid.grid-12-col .cell.span-3 {
      flex: 0 0 calc( 25% - 18px ); }
    .grid.grid-12-col .cell.span-4 {
      flex: 0 0 calc( 33.3% - 16.008px ); }
    .grid.grid-12-col .cell.span-5 {
      flex: 0 0 calc( 41.6% - 14.016px ); }
    .grid.grid-12-col .cell.span-6 {
      flex: 0 0 calc( 50% - 12px ); }
    .grid.grid-12-col .cell.span-7 {
      flex: 0 0 calc( 58.3% - 10.008px ); }
    .grid.grid-12-col .cell.span-8 {
      flex: 0 0 calc( 66.6% - 8.016px ); }
    .grid.grid-12-col .cell.span-9 {
      flex: 0 0 calc( 75% - 6px ); }
    .grid.grid-12-col .cell.span-10 {
      flex: 0 0 calc( 83.3% - 4.008px ); }
    .grid.grid-12-col .cell.span-11 {
      flex: 0 0 calc( 90% - 2.4px ); }
    .grid.grid-12-col .cell.span-12 {
      flex: 0 0 100%; }

  .grid.grid-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 12px ); }
    .grid.grid-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
      flex: 0 0 100%; }

  .grid.grid-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 16.0008px ); }
    .grid.grid-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 66.66% - 8.0016px ); }
    .grid.grid-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
      flex: 0 0 100%; }

  .grid.grid-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 18px ); }
    .grid.grid-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 50% - 12px ); }
    .grid.grid-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 75% - 6px ); }
    .grid.grid-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
      flex: 0 0 100%; }

  .grid.grid-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 19.2px ); }
    .grid.grid-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 14.4px ); }
    .grid.grid-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 9.6px ); }
    .grid.grid-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4.8px ); }
    .grid.grid-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
      flex: 0 0 100%; }

  .grid.grid-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 20.0016px ); }
    .grid.grid-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 14.4px ); }
    .grid.grid-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 9.6px ); }
    .grid.grid-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4.8px ); }
    .grid.grid-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
      flex: 0 0 calc( 100% - 0px ); }
    .grid.grid-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
      flex: 0 0 100%; } }
@media (max-width: 1000px) {
  .grid-mobile {
    display: flex; }

  .grid-mobile.grid-mobile-2-col .cell, .wp-block-columns.has-2-columns .wp-block-column {
    flex: 0 0 calc( 50% - 12px ); }
    .grid-mobile.grid-mobile-2-col .cell.span-2, .wp-block-columns.has-2-columns .wp-block-column.span-2 {
      flex: 0 0 100%; }

  .grid-mobile.grid-mobile-3-col .cell, .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc( 33.33% - 16.0008px ); }
    .grid-mobile.grid-mobile-3-col .cell.span-2, .wp-block-columns.has-3-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 66.66% - 8.0016px ); }
    .grid-mobile.grid-mobile-3-col .cell.span-3, .wp-block-columns.has-3-columns .wp-block-column.span-3 {
      flex: 0 0 100%; }

  .grid-mobile.grid-mobile-4-col .cell, .wp-block-columns.has-4-columns .wp-block-column {
    flex: 0 0 calc( 25% - 18px ); }
    .grid-mobile.grid-mobile-4-col .cell.span-2, .wp-block-columns.has-4-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 50% - 12px ); }
    .grid-mobile.grid-mobile-4-col .cell.span-3, .wp-block-columns.has-4-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 75% - 6px ); }
    .grid-mobile.grid-mobile-4-col .cell.span-4, .wp-block-columns.has-4-columns .wp-block-column.span-4 {
      flex: 0 0 100%; }

  .grid-mobile.grid-mobile-5-col .cell, .wp-block-columns.has-5-columns .wp-block-column {
    flex: 0 0 calc( 20% - 19.2px ); }
    .grid-mobile.grid-mobile-5-col .cell.span-2, .wp-block-columns.has-5-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 14.4px ); }
    .grid-mobile.grid-mobile-5-col .cell.span-3, .wp-block-columns.has-5-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 9.6px ); }
    .grid-mobile.grid-mobile-5-col .cell.span-4, .wp-block-columns.has-5-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4.8px ); }
    .grid-mobile.grid-mobile-5-col .cell.span-5, .wp-block-columns.has-5-columns .wp-block-column.span-5 {
      flex: 0 0 100%; }

  .grid-mobile.grid-mobile-6-col .cell, .wp-block-columns.has-6-columns .wp-block-column {
    flex: 0 0 calc( 16.66% - 20.0016px ); }
    .grid-mobile.grid-mobile-6-col .cell.span-2, .wp-block-columns.has-6-columns .wp-block-column.span-2 {
      flex: 0 0 calc( 40% - 14.4px ); }
    .grid-mobile.grid-mobile-6-col .cell.span-3, .wp-block-columns.has-6-columns .wp-block-column.span-3 {
      flex: 0 0 calc( 60% - 9.6px ); }
    .grid-mobile.grid-mobile-6-col .cell.span-4, .wp-block-columns.has-6-columns .wp-block-column.span-4 {
      flex: 0 0 calc( 80% - 4.8px ); }
    .grid-mobile.grid-mobile-6-col .cell.span-5, .wp-block-columns.has-6-columns .wp-block-column.span-5 {
      flex: 0 0 calc( 100% - 0px ); }
    .grid-mobile.grid-mobile-6-col .cell.span-6, .wp-block-columns.has-6-columns .wp-block-column.span-6 {
      flex: 0 0 100%; } }
/*-----------------------------------------------------------------------------------*/
/*  FLEXIBLE LAYOUT
/*-----------------------------------------------------------------------------------*/
.layout-section.section-bounded {
  max-width: 1180px; }

/* Section Padding */
.layout-section.padding-small .cls-background {
  padding-top: 25px;
  padding-bottom: 25px; }

.layout-section.padding-medium .cls-background {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .layout-section.padding-medium .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }

.layout-section.padding-large .cls-background {
  padding-top: 83px;
  padding-bottom: 83px; }
  @media (max-width: 991px) {
    .layout-section.padding-large .cls-background {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767px) {
    .layout-section.padding-large .cls-background {
      padding-top: 25px;
      padding-bottom: 25px; } }

/* Container Width */
.layout-section.container-small .container {
  max-width: 700px; }

.layout-section.container-full .container {
  max-width: 90%; }

/*-----------------------------------------------------------------------------------*/
/*  FORMS AND FIELDS
/*-----------------------------------------------------------------------------------*/
select:not([multiple]) option:not(:checked) {
  color: #000; }

::placeholder {
  color: #000; }

:focus::placeholder {
  color: #000; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
#simple-top-footer .simple-footer-menu .menu-links ul li {
  font-family: montserrat, sans-serif; }
  #simple-top-footer .simple-footer-menu .menu-links ul li a {
    color: #f2a81d; }

#big-top-footer .widget_nav_menu ul.nav-menu li a {
  color: #f2a81d;
  font-family: montserrat, sans-serif; }
#big-top-footer #sb_instagram #sbi_load .sbi_follow_btn a {
  color: #000;
  font-family: montserrat, sans-serif; }
  #big-top-footer #sb_instagram #sbi_load .sbi_follow_btn a:hover, #big-top-footer #sb_instagram #sbi_load .sbi_follow_btn a:focus {
    background-color: #f2a81d; }
#big-top-footer .null-instagram-feed .widget-title, #big-top-footer .null-instagram-feed p.clear a {
  color: #000;
  font-family: montserrat, sans-serif; }
  #big-top-footer .null-instagram-feed .widget-title:hover, #big-top-footer .null-instagram-feed p.clear a:hover {
    background-color: #f2a81d; }

#widget-top-footer .null-instagram-feed .widget-title, #widget-top-footer .null-instagram-feed p.clear a {
  color: #000; }
  #widget-top-footer .null-instagram-feed .widget-title:hover, #widget-top-footer .null-instagram-feed p.clear a:hover {
    background-color: #f2a81d; }
#widget-top-footer ul.menu li {
  font-family: montserrat, sans-serif; }
  #widget-top-footer ul.menu li a {
    color: #f2a81d; }

footer #credits {
  color: #000;
  font-family: montserrat, sans-serif; }
  footer #credits a {
    color: #000; }
    footer #credits a:hover {
      color: #06d46f; }
  @media (max-width: 1000px) {
    footer #credits .footer-left {
      width: 100%;
      text-align: center; } }
  @media (max-width: 1000px) {
    footer #credits .footer-right {
      width: 100%;
      text-align: center; } }

#creditslide .callout-std {
  font-family: montserrat, sans-serif; }
  #creditslide .callout-std span {
    color: #f2a81d !important;
    font-family: montserrat, sans-serif; }

#widget-top-footer {
  padding: 44px 0; }
  #widget-top-footer .span-6 img {
    max-width: 386px;
    width: 100%; }
  #widget-top-footer .span-6 p br {
    display: block !important; }
  #widget-top-footer .span-6 p {
    line-height: 1.2; }
  #widget-top-footer input[type="submit"]:hover {
    background-color: #06d46f !important;
    color: #fff !important; }
  #widget-top-footer .span-3 ul {
    margin-top: 2.22em;
    text-align: center; }
    #widget-top-footer .span-3 ul li {
      font-size: 1em;
      margin-bottom: .4em;
      padding: 0; }
      #widget-top-footer .span-3 ul li a {
        color: #000;
        font-size: .889em;
        font-weight: 700;
        line-height: 1.15; }
        #widget-top-footer .span-3 ul li a:hover {
          color: #000;
          text-decoration: underline; }

footer {
  padding-top: 0; }
  footer #credits {
    font-size: .778em; }
    footer #credits .footer-right {
      letter-spacing: 0;
      text-align: center;
      text-transform: none;
      width: 100%; }
      footer #credits .footer-right a:hover,
      footer #credits .footer-right #credit-trigger:hover {
        color: #000;
        text-decoration: underline; }

/*-----------------------------------------------------------------------------------*/
/*  DEFAULT TEMPLATE / 404
/*-----------------------------------------------------------------------------------*/
.page-template-default #content-wrapper,
.error404 #content-wrapper {
  margin: 0 auto;
  max-width: 800px;
  min-height: 400px;
  padding: 0 20px 70px; }

.not-found {
  min-height: calc( 100vh - 500px );
  padding: 100px 0;
  text-align: center; }
  @media (max-width: 1000px) {
    .not-found {
      min-height: 400px; } }

/*-----------------------------------------------------------------------------------*/
/*  BLOG
/*-----------------------------------------------------------------------------------*/
.featured-post.slider, .featured-podcast.slider {
  max-width: 12px; }
.featured-post.featured .container, .featured-podcast.featured .container {
  max-width: 1180px; }
  .featured-post.featured .container.border, .featured-podcast.featured .container.border {
    border: 1px solid #f2a81d; }
  .featured-post.featured .container .featured-posts-header, .featured-podcast.featured .container .featured-posts-header {
    font-family: montserrat, sans-serif; }
.featured-post.featured .posts-featured .post-item h1, .featured-podcast.featured .posts-featured .post-item h1 {
  color: #000; }

article .content-right a:hover, article .content-right-alternate a:hover {
  color: #f2a81d; }

/*-----------------------------------------------------------------------------------*/
/*	BLOG SINGLE
/*-----------------------------------------------------------------------------------*/
h1.entry-title, .editor-post-title textarea {
  color: #f2a81d;
  font-family: montserrat, sans-serif; }

blockquote, .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-pullquote {
  box-sizing: border-box;
  padding: 50px 100px;
  border: 10px solid #ccc;
  text-align: center;
  position: relative;
  margin: 50px auto; }
  blockquote:before, .wp-block-quote:not(.is-large):not(.is-style-large):before, .wp-block-pullquote:before {
    display: block;
    content: "\201C";
    position: absolute;
    left: 65px;
    top: 10px;
    font-size: 80px;
    font-style: italic;
    font-weight: 700; }
  blockquote p, blockquote .editor-rich-text p, .wp-block-quote:not(.is-large):not(.is-style-large) p, .wp-block-quote:not(.is-large):not(.is-style-large) .editor-rich-text p, .wp-block-pullquote p, .wp-block-pullquote .editor-rich-text p {
    margin-bottom: 0;
    line-height: normal;
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: italic;
    font-weight: 700; }
  blockquote cite, blockquote .wp-block-quote__citation, blockquote .wp-block-pullquote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) cite, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote .wp-block-quote__citation, .wp-block-pullquote .wp-block-pullquote__citation {
    display: block;
    margin-top: 25px;
    color: #000;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400; }
    blockquote cite::before, blockquote .wp-block-quote__citation::before, blockquote .wp-block-pullquote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) cite::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation::before, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-pullquote__citation::before, .wp-block-pullquote cite::before, .wp-block-pullquote .wp-block-quote__citation::before, .wp-block-pullquote .wp-block-pullquote__citation::before {
      content: "\2014 \2009"; }

/*-----------------------------------------------------------------------------------*/
/*	SHARE LINKS
/*-----------------------------------------------------------------------------------*/
.share-buttons a {
  color: #000; }
  .share-buttons a:hover {
    color: #f2a81d; }

/*-----------------------------------------------------------------------------------*/
/*	ABOUT AUTHOR
/*-----------------------------------------------------------------------------------*/
#about_author .author_text a {
  color: #f2a81d; }

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR & WIDGETS
/*-----------------------------------------------------------------------------------*/
#sidebar .widget {
  border-bottom: thin solid #06d46f; }
#sidebar .widget.social .social-title {
  font-family: montserrat, sans-serif; }
#sidebar .widget.social a:hover {
  color: #06d46f; }
#sidebar .widget.posts ul.posts-list li a {
  font-family: montserrat, sans-serif; }

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments ul#comment-block li.comment {
  border-bottom: 1px solid #06d46f; }
  #comments ul#comment-block li.comment ul.children li.comment {
    border-top: 1px solid #06d46f; }
  #comments ul#comment-block li.comment .comment-time a {
    color: #000; }
    #comments ul#comment-block li.comment .comment-time a:hover {
      color: #06d46f; }

#comment_form input[type="text"],
#comment_form textarea {
  margin-bottom: 15px !important; }

.entry .content-right-alternate h1 {
  font-family: montserrat, sans-serif;
  font-size: 1.5em !important; }
.entry .content-right-alternate .categories {
  display: none; }
.entry .content-right-alternate .button {
  margin-top: 1em; }

.single-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 46px 0 68px; }
  @media (max-width: 1200px) {
    .single-row {
      justify-content: center; } }

.content-area {
  float: none;
  margin: 0;
  max-width: 748px;
  width: 100%; }
  .content-area .entry-meta {
    text-align: center; }
  .content-area .entry-image {
    text-align: center; }

.aside {
  width: calc( 100% - 62px - 748px ); }
  @media (max-width: 1200px) {
    .aside {
      max-width: 450px;
      width: 100%; } }
  .aside .sidebar {
    background: transparent !important;
    padding: 0 !important; }
    .aside .sidebar .widget {
      border-bottom: 0 !important;
      margin: 0 !important;
      padding: 0 !important; }
      .aside .sidebar .widget .container {
        width: 100% !important; }

.featured-post .container h6.archive-title, .featured-podcast .container h6.archive-title {
  font-family: montserrat, sans-serif; }
  .featured-post .container h6.archive-title span, .featured-podcast .container h6.archive-title span {
    font-family: montserrat, sans-serif; }

.category-hero {
  background: #06d46f !important; }

@media (max-width: 1000px) {
  .entry .content-right-alternate h1 {
    margin-top: 20px; } }

/* Flex Layout Sections */
.flex-sections {
  /*FAQS*/
  /*WOO COLLECTIONS*/ }
  .flex-sections .section-logo_section {
    /*logo slider*/ }
    .flex-sections .section-logo_section .logo-slider .logo-header {
      font-family: montserrat, sans-serif; }
  .flex-sections .section-faq_section .faqs .accordion {
    font-family: montserrat, sans-serif; }
  .flex-sections .section-testimonial_slider_section .testimonials-slider .testimonial .auth {
    font-family: montserrat, sans-serif; }
  .flex-sections .section-testimonial_slider_section .testimonials-slider .testimonial .title {
    font-family: montserrat, sans-serif; }
  .flex-sections .section-featured_products_section .featured-products .woo-product .woo-img .sale-circle, .flex-sections .section-featured_products_section .featured-products .woo-product .product-img .sale-circle, .flex-sections .section-featured_products_section .featured-products .product .woo-img .sale-circle, .flex-sections .section-featured_products_section .featured-products .product .product-img .sale-circle {
    font-family: montserrat, sans-serif; }
  .flex-sections .section-featured_products_section .featured-products .woo-product .woo-title, .flex-sections .section-featured_products_section .featured-products .woo-product .product-title, .flex-sections .section-featured_products_section .featured-products .product .woo-title, .flex-sections .section-featured_products_section .featured-products .product .product-title {
    font-family: montserrat, sans-serif; }
  .flex-sections .section-callout_quote_section .container .call-out-quote .sub-txt {
    font-family: montserrat, sans-serif; }
  .flex-sections .section-pricing_tables_section .pricing-table-content .pricing-tables .pricing-table h3.level {
    background-color: #f2a81d; }
  .flex-sections .section-countdown_timer_section .countdown li p {
    font-family: montserrat, sans-serif; }
  .flex-sections .section-instagram_section .ig-feed #sb_instagram .sbi_follow_btn a {
    color: #06d46f;
    font-style: italic;
    font-family: montserrat, sans-serif; }
    .flex-sections .section-instagram_section .ig-feed #sb_instagram .sbi_follow_btn a:hover, .flex-sections .section-instagram_section .ig-feed #sb_instagram .sbi_follow_btn a:focus {
      color: #f2a81d; }
  .flex-sections .section-process_section .process-blocks .process-block .num {
    background-color: #f2a81d; }
  .flex-sections .section-woo_collections_section .shop-cat .cat-blocks .cat-block .button {
    color: #f2a81d; }

/* ACF BLOCKS BELOW THIS LINE */
/* DEFAULT GUTENBERG BLOCKS BELOW THIS LINE */
@media (max-width: 768px) {
  .mobile-second-first .grid {
    display: flex !important;
    flex-wrap: wrap; }
  .mobile-second-first .grid.grid-12-col .cell:first-of-type {
    flex: none;
    order: 2;
    width: 100%; }
  .mobile-second-first .grid.grid-12-col .cell:last-of-type {
    flex: none;
    order: 1;
    width: 100%; }
    .mobile-second-first .grid.grid-12-col .cell:last-of-type img.alignright {
      display: block;
      float: none;
      margin: 0 auto 1em; } }

.page-book .hero-text.mobile {
  display: none !important; }

.section-testimonial-slider-section h3, .section-testimonial-slider-section h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 60px !important;
  position: relative;
  text-transform: uppercase; }
  .section-testimonial-slider-section h3:after, .section-testimonial-slider-section h2:after {
    background: #000;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 1em;
    width: calc(100% - 30px);
    z-index: 1; }
    @media (max-width: 820px) {
      .section-testimonial-slider-section h3:after, .section-testimonial-slider-section h2:after {
        top: auto;
        bottom: .3em; } }
  .section-testimonial-slider-section h3 i, .section-testimonial-slider-section h2 i {
    font-size: .5em;
    margin-right: 3px; }
  .section-testimonial-slider-section h3 svg, .section-testimonial-slider-section h2 svg {
    margin-right: 3px; }
  .section-testimonial-slider-section h3 span, .section-testimonial-slider-section h2 span {
    background: #fff;
    padding: 0 4px 0 0;
    position: relative;
    z-index: 2; }
.section-testimonial-slider-section .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .section-testimonial-slider-section .slick-dots li {
    margin: 0;
    padding: 0; }
    .section-testimonial-slider-section .slick-dots li button {
      background: transparent;
      border: 1px solid #000;
      border-radius: 10px;
      font-size: 0;
      height: 10px;
      padding: 0;
      width: 10px; }
      .section-testimonial-slider-section .slick-dots li button:before {
        display: none; }
    .section-testimonial-slider-section .slick-dots li.slick-active button {
      background: #000; }
.section-testimonial-slider-section .slick-arrow {
  background: transparent !important;
  padding: 0 !important;
  width: 70px !important; }
  .section-testimonial-slider-section .slick-arrow.slick-disabled {
    display: none !important; }
  .section-testimonial-slider-section .slick-arrow:before {
    font-size: 70px; }
.section-testimonial-slider-section .testimonials-slider.two-col .testimonial {
  padding: 0 !important;
  position: relative; }
  .section-testimonial-slider-section .testimonials-slider.two-col .testimonial .txt img {
    display: block;
    margin-bottom: 1em; }
  .section-testimonial-slider-section .testimonials-slider.two-col .testimonial .auth,
  .section-testimonial-slider-section .testimonials-slider.two-col .testimonial .title {
    font-family: montserrat, sans-serif;
    font-size: .778em;
    font-style: normal;
    font-weight: 400;
    color: #ccc;
    position: absolute;
    right: 5%;
    text-transform: none;
    top: .5em; }
  .section-testimonial-slider-section .testimonials-slider.two-col .testimonial .title {
    top: 0; }
.section-testimonial-slider-section .testimonials-slider.one-col .slick-slide {
  text-align: center; }
.section-testimonial-slider-section .testimonials-slider.one-col .testimonial {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 auto !important;
  max-width: 877px;
  padding: 0 !important;
  width: 100% !important; }
  @media (max-width: 820px) {
    .section-testimonial-slider-section .testimonials-slider.one-col .testimonial {
      display: block !important; } }
  .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .img {
    float: none !important;
    margin-top: 3em !important;
    max-width: none !important;
    order: 2;
    width: 208px !important; }
    @media (max-width: 820px) {
      .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .img {
        margin: 0 auto 1em !important;
        order: 1; } }
  .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .txt {
    order: 1;
    padding: 0 !important;
    width: calc( 100% - 233px ); }
    @media (max-width: 820px) {
      .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .txt {
        order: 2;
        width: 100%; } }
    .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .txt:before {
      color: #f2a81d;
      content: '\201D';
      display: block;
      font-size: 6.25em;
      font-weight: 700;
      line-height: 1;
      margin-bottom: -.4em; }
  .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .auth {
    color: #f2a81d;
    font-family: montserrat, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    order: 4;
    margin-right: 233px;
    width: calc( 100% - 233px ); }
    @media (max-width: 820px) {
      .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .auth {
        margin-right: 0;
        width: 100%; } }
  .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .title {
    font-family: montserrat, sans-serif;
    font-size: 1.25em;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    order: 5;
    margin-right: 233px;
    width: calc( 100% - 233px ); }
    @media (max-width: 820px) {
      .section-testimonial-slider-section .testimonials-slider.one-col .testimonial .title {
        margin-left: 0;
        width: 100%; } }

.wp-admin .slick-arrow,
.wp-admin .slick-dots {
  display: none !important; }

#order-book {
  cursor: pointer; }

@media (max-width: 767px) {
  .podcast-hero .grid {
    display: flex;
    flex-wrap: wrap; }
  .podcast-hero .col-1,
  .podcast-hero .cold-2 {
    flex: none;
    width: 100%; }
  .podcast-hero .col-1 {
    order: 2; }
  .podcast-hero .col-2 {
    margin-bottom: 40px;
    order: 1; } }

@media (max-width: 1223px) {
  .section-two-column-content-section .grid.grid-12-col .cell.span-6 {
    flex: 0 0 calc( 100% - 12px ); }
    .section-two-column-content-section .grid.grid-12-col .cell.span-6 .twitter-tweet {
      margin: 10px auto; } }

/*-----------------------------------------------------------------------------------*/
/*  PORTFOLIO
/*-----------------------------------------------------------------------------------*/
ul.filter li {
  font-family: montserrat, sans-serif; }
  ul.filter li a {
    color: #f2a81d; }
    ul.filter li a:hover, ul.filter li a.active {
      color: #06d46f; }

/*-----------------------------------------------------------------------------------*/
/*  EVENTS
/*-----------------------------------------------------------------------------------*/
.latest-events article h1 a {
  color: #f2a81d; }
  .latest-events article h1 a:hover {
    color: #06d46f; }

.past-events ul li p {
  font-family: montserrat, sans-serif; }

.event-sidebar .widget.date-time {
  font-family: montserrat, sans-serif; }
.event-sidebar .widget.cost {
  color: #06d46f;
  font-family: montserrat, sans-serif; }
.event-sidebar .widget.location strong, .event-sidebar .widget.organizers strong {
  font-family: montserrat, sans-serif; }

/****************************
Woocommerce Styles
Putting style overrides into the
following code blocks will provide enough
specificity to override most woocommerce styles
****************************/
body .woocommerce .hero-image.mobile .hero-text,
body.woocommerce .hero-image.mobile .hero-text {
  background-color: #f2a81d; }
body .woocommerce .best-sellers .woo-products .woo-product .woo-img .sale-circle,
body.woocommerce .best-sellers .woo-products .woo-product .woo-img .sale-circle {
  font-family: montserrat, sans-serif; }
body .woocommerce .best-sellers .woo-products .woo-product .woo-title, body .woocommerce .best-sellers .woo-products .woo-product .product-title,
body.woocommerce .best-sellers .woo-products .woo-product .woo-title,
body.woocommerce .best-sellers .woo-products .woo-product .product-title {
  font-family: montserrat, sans-serif; }
body .woocommerce .shop-cat .cat-blocks .cat-block .button,
body.woocommerce .shop-cat .cat-blocks .cat-block .button {
  color: #f2a81d; }
@media (max-width: 767px) {
  body .woocommerce .side-bar .sidebar-store .widget_search_filter_register_widget li:after, body .woocommerce .top-bar .sidebar-store .widget_search_filter_register_widget li:after,
  body.woocommerce .side-bar .sidebar-store .widget_search_filter_register_widget li:after,
  body.woocommerce .top-bar .sidebar-store .widget_search_filter_register_widget li:after {
    border-right: 1px solid #f2a81d; } }
body .woocommerce .side-bar .sidebar-store .widget_search_filter_register_widget li input[type="radio"]:checked + label, body .woocommerce .top-bar .sidebar-store .widget_search_filter_register_widget li input[type="radio"]:checked + label,
body.woocommerce .side-bar .sidebar-store .widget_search_filter_register_widget li input[type="radio"]:checked + label,
body.woocommerce .top-bar .sidebar-store .widget_search_filter_register_widget li input[type="radio"]:checked + label {
  color: #06d46f; }
body .woocommerce .top-bar .sidebar-store ul li:after,
body.woocommerce .top-bar .sidebar-store ul li:after {
  border-right: 1px solid #f2a81d; }
body .woocommerce span.onsale,
body.woocommerce span.onsale {
  font-family: montserrat, sans-serif; }
body .woocommerce .center-btn .button,
body.woocommerce .center-btn .button {
  color: #f2a81d;
  border: 1px solid #f2a81d; }
  body .woocommerce .center-btn .button:hover,
  body.woocommerce .center-btn .button:hover {
    color: #06d46f;
    border: 1px solid #06d46f; }

body .woocommerce .button, body .woocommerce button.button.alt, body .woocommerce #respond input#submit, body .woocommerce .wc-proceed-to-checkout a.checkout-button,
body .woocommerce-page .button,
body .woocommerce-page button.button.alt,
body .woocommerce-page #respond input#submit,
body .woocommerce-page .wc-proceed-to-checkout a.checkout-button,
body.woocommerce .button,
body.woocommerce button.button.alt,
body.woocommerce #respond input#submit,
body.woocommerce .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page .button,
body.woocommerce-page button.button.alt,
body.woocommerce-page #respond input#submit,
body.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  background-color: #f2a81d; }
  body .woocommerce .button:hover, body .woocommerce button.button.alt:hover, body .woocommerce #respond input#submit:hover, body .woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
  body .woocommerce-page .button:hover,
  body .woocommerce-page button.button.alt:hover,
  body .woocommerce-page #respond input#submit:hover,
  body .woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
  body.woocommerce .button:hover,
  body.woocommerce button.button.alt:hover,
  body.woocommerce #respond input#submit:hover,
  body.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
  body.woocommerce-page .button:hover,
  body.woocommerce-page button.button.alt:hover,
  body.woocommerce-page #respond input#submit:hover,
  body.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #06d46f; }
body .woocommerce table.shop_table td.product-name a,
body .woocommerce-page table.shop_table td.product-name a,
body.woocommerce table.shop_table td.product-name a,
body.woocommerce-page table.shop_table td.product-name a {
  font-family: montserrat, sans-serif; }
body .woocommerce ul.products li.product .woocommerce-loop-product__title,
body .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-family: montserrat, sans-serif; }
body .woocommerce ul.products li.product .price,
body .woocommerce-page ul.products li.product .price,
body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
  color: #000; }
body .woocommerce.single-product div.product p.price, body .woocommerce.single-product div.product span.price,
body .woocommerce-page.single-product div.product p.price,
body .woocommerce-page.single-product div.product span.price,
body.woocommerce.single-product div.product p.price,
body.woocommerce.single-product div.product span.price,
body.woocommerce-page.single-product div.product p.price,
body.woocommerce-page.single-product div.product span.price {
  color: #f2a81d; }
body .woocommerce.single-product .woocommerce-tabs ul.tabs li,
body .woocommerce-page.single-product .woocommerce-tabs ul.tabs li,
body.woocommerce.single-product .woocommerce-tabs ul.tabs li,
body.woocommerce-page.single-product .woocommerce-tabs ul.tabs li {
  font-family: montserrat, sans-serif; }
body .woocommerce button.button:disabled:hover, body .woocommerce .woocommerce button.button:disabled[disabled]:hover,
body .woocommerce-page button.button:disabled:hover,
body .woocommerce-page .woocommerce button.button:disabled[disabled]:hover,
body.woocommerce button.button:disabled:hover,
body.woocommerce .woocommerce button.button:disabled[disabled]:hover,
body.woocommerce-page button.button:disabled:hover,
body.woocommerce-page .woocommerce button.button:disabled[disabled]:hover {
  background-color: #06d46f; }

/***************************************
Vendor custom styles
contains custom styling overrides for plugins/dependancies
***************************************/
body:not(.wp-admin),
body.wp-admin .editor-styles-wrapper {
  color: #000;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }
  body:not(.wp-admin) a,
  body.wp-admin .editor-styles-wrapper a {
    color: #000;
    transition: .3s all;
    text-decoration: underline; }
    body:not(.wp-admin) a:hover,
    body.wp-admin .editor-styles-wrapper a:hover {
      color: #f2a81d; }
    body:not(.wp-admin) a.pink-link,
    body.wp-admin .editor-styles-wrapper a.pink-link {
      color: #d21a4f;
      text-decoration: none; }
      body:not(.wp-admin) a.pink-link:hover,
      body.wp-admin .editor-styles-wrapper a.pink-link:hover {
        color: #000; }
  body:not(.wp-admin) p,
  body.wp-admin .editor-styles-wrapper p {
    font-family: montserrat, sans-serif;
    line-height: 1.3;
    margin: 0 0 1em; }
  body:not(.wp-admin) h1, body:not(.wp-admin) h2, body:not(.wp-admin) h3, body:not(.wp-admin) h4, body:not(.wp-admin) h5, body:not(.wp-admin) h6,
  body.wp-admin .editor-styles-wrapper h1,
  body.wp-admin .editor-styles-wrapper h2,
  body.wp-admin .editor-styles-wrapper h3,
  body.wp-admin .editor-styles-wrapper h4,
  body.wp-admin .editor-styles-wrapper h5,
  body.wp-admin .editor-styles-wrapper h6 {
    color: inherit;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 16px; }
    body:not(.wp-admin) h1.divider, body:not(.wp-admin) h2.divider, body:not(.wp-admin) h3.divider, body:not(.wp-admin) h4.divider, body:not(.wp-admin) h5.divider, body:not(.wp-admin) h6.divider,
    body.wp-admin .editor-styles-wrapper h1.divider,
    body.wp-admin .editor-styles-wrapper h2.divider,
    body.wp-admin .editor-styles-wrapper h3.divider,
    body.wp-admin .editor-styles-wrapper h4.divider,
    body.wp-admin .editor-styles-wrapper h5.divider,
    body.wp-admin .editor-styles-wrapper h6.divider {
      font-size: 1.25em;
      font-weight: 700;
      margin-bottom: 0;
      position: relative;
      text-transform: uppercase; }
      body:not(.wp-admin) h1.divider:after, body:not(.wp-admin) h2.divider:after, body:not(.wp-admin) h3.divider:after, body:not(.wp-admin) h4.divider:after, body:not(.wp-admin) h5.divider:after, body:not(.wp-admin) h6.divider:after,
      body.wp-admin .editor-styles-wrapper h1.divider:after,
      body.wp-admin .editor-styles-wrapper h2.divider:after,
      body.wp-admin .editor-styles-wrapper h3.divider:after,
      body.wp-admin .editor-styles-wrapper h4.divider:after,
      body.wp-admin .editor-styles-wrapper h5.divider:after,
      body.wp-admin .editor-styles-wrapper h6.divider:after {
        background: #000;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        right: 0;
        top: 1em;
        width: calc(100% - 30px);
        z-index: 1; }
        @media (max-width: 820px) {
          body:not(.wp-admin) h1.divider:after, body:not(.wp-admin) h2.divider:after, body:not(.wp-admin) h3.divider:after, body:not(.wp-admin) h4.divider:after, body:not(.wp-admin) h5.divider:after, body:not(.wp-admin) h6.divider:after,
          body.wp-admin .editor-styles-wrapper h1.divider:after,
          body.wp-admin .editor-styles-wrapper h2.divider:after,
          body.wp-admin .editor-styles-wrapper h3.divider:after,
          body.wp-admin .editor-styles-wrapper h4.divider:after,
          body.wp-admin .editor-styles-wrapper h5.divider:after,
          body.wp-admin .editor-styles-wrapper h6.divider:after {
            top: auto;
            bottom: .3em; } }
      body:not(.wp-admin) h1.divider i, body:not(.wp-admin) h2.divider i, body:not(.wp-admin) h3.divider i, body:not(.wp-admin) h4.divider i, body:not(.wp-admin) h5.divider i, body:not(.wp-admin) h6.divider i,
      body.wp-admin .editor-styles-wrapper h1.divider i,
      body.wp-admin .editor-styles-wrapper h2.divider i,
      body.wp-admin .editor-styles-wrapper h3.divider i,
      body.wp-admin .editor-styles-wrapper h4.divider i,
      body.wp-admin .editor-styles-wrapper h5.divider i,
      body.wp-admin .editor-styles-wrapper h6.divider i {
        font-size: .5em;
        margin-right: 3px; }
      body:not(.wp-admin) h1.divider svg, body:not(.wp-admin) h2.divider svg, body:not(.wp-admin) h3.divider svg, body:not(.wp-admin) h4.divider svg, body:not(.wp-admin) h5.divider svg, body:not(.wp-admin) h6.divider svg,
      body.wp-admin .editor-styles-wrapper h1.divider svg,
      body.wp-admin .editor-styles-wrapper h2.divider svg,
      body.wp-admin .editor-styles-wrapper h3.divider svg,
      body.wp-admin .editor-styles-wrapper h4.divider svg,
      body.wp-admin .editor-styles-wrapper h5.divider svg,
      body.wp-admin .editor-styles-wrapper h6.divider svg {
        margin-right: 3px; }
      body:not(.wp-admin) h1.divider span, body:not(.wp-admin) h2.divider span, body:not(.wp-admin) h3.divider span, body:not(.wp-admin) h4.divider span, body:not(.wp-admin) h5.divider span, body:not(.wp-admin) h6.divider span,
      body.wp-admin .editor-styles-wrapper h1.divider span,
      body.wp-admin .editor-styles-wrapper h2.divider span,
      body.wp-admin .editor-styles-wrapper h3.divider span,
      body.wp-admin .editor-styles-wrapper h4.divider span,
      body.wp-admin .editor-styles-wrapper h5.divider span,
      body.wp-admin .editor-styles-wrapper h6.divider span {
        background: #fff;
        padding: 0 2px 0 0;
        position: relative;
        z-index: 3; }
    body:not(.wp-admin) h1.divider-grey span, body:not(.wp-admin) h2.divider-grey span, body:not(.wp-admin) h3.divider-grey span, body:not(.wp-admin) h4.divider-grey span, body:not(.wp-admin) h5.divider-grey span, body:not(.wp-admin) h6.divider-grey span,
    body.wp-admin .editor-styles-wrapper h1.divider-grey span,
    body.wp-admin .editor-styles-wrapper h2.divider-grey span,
    body.wp-admin .editor-styles-wrapper h3.divider-grey span,
    body.wp-admin .editor-styles-wrapper h4.divider-grey span,
    body.wp-admin .editor-styles-wrapper h5.divider-grey span,
    body.wp-admin .editor-styles-wrapper h6.divider-grey span {
      background: #f1f1f1; }
  body:not(.wp-admin) h1,
  body.wp-admin .editor-styles-wrapper h1 {
    font-size: 1.9444em; }
  body:not(.wp-admin) h2,
  body.wp-admin .editor-styles-wrapper h2 {
    font-size: 1.875em; }
    @media (max-width: 500px) {
      body:not(.wp-admin) h2,
      body.wp-admin .editor-styles-wrapper h2 {
        font-size: 1.5em; } }
  body:not(.wp-admin) h3,
  body.wp-admin .editor-styles-wrapper h3 {
    font-size: 1.5em; }
  body:not(.wp-admin) h4,
  body.wp-admin .editor-styles-wrapper h4 {
    font-size: 1.25em; }
  body:not(.wp-admin) h5,
  body.wp-admin .editor-styles-wrapper h5 {
    font-size: 1.125em; }
  body:not(.wp-admin) h6,
  body.wp-admin .editor-styles-wrapper h6 {
    font-size: .875em; }
  body:not(.wp-admin) .text_style-light-text h1.divider:after, body:not(.wp-admin) .text_style-light-text h2.divider:after, body:not(.wp-admin) .text_style-light-text h3.divider:after, body:not(.wp-admin) .text_style-light-text h4.divider:after, body:not(.wp-admin) .text_style-light-text h5.divider:after, body:not(.wp-admin) .text_style-light-text h6.divider:after,
  body.wp-admin .editor-styles-wrapper .text_style-light-text h1.divider:after,
  body.wp-admin .editor-styles-wrapper .text_style-light-text h2.divider:after,
  body.wp-admin .editor-styles-wrapper .text_style-light-text h3.divider:after,
  body.wp-admin .editor-styles-wrapper .text_style-light-text h4.divider:after,
  body.wp-admin .editor-styles-wrapper .text_style-light-text h5.divider:after,
  body.wp-admin .editor-styles-wrapper .text_style-light-text h6.divider:after {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 1em;
    width: calc(100% - 30px);
    z-index: 1; }

.font-14 {
  font-size: .875em; }

.font-18 {
  font-size: 1.125em; }

.font-20 {
  font-size: 1.25em; }

.font-24 {
  font-size: 1.5em; }

.font-30 {
  font-size: 1.875em; }

.weight-light {
  font-weight: 300; }

.weight-regular {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

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

.weight-bold {
  font-weight: 700; }

.weight-black {
  font-weight: 900; }

.text-underline {
  text-decoration: underline; }

.text-uppercase {
  text-transform: uppercase; }

.text-color-light,
.text_style-light-text {
  color: #fff; }
  .text-color-light h1, .text-color-light h2, .text-color-light h3, .text-color-light h4, .text-color-light h5, .text-color-light h6, .text-color-light p, .text-color-light a,
  .text_style-light-text h1,
  .text_style-light-text h2,
  .text_style-light-text h3,
  .text_style-light-text h4,
  .text_style-light-text h5,
  .text_style-light-text h6,
  .text_style-light-text p,
  .text_style-light-text a {
    color: #fff; }
  .text-color-light a:hover,
  .text_style-light-text a:hover {
    color: #f2a81d; }

.text-color-dark {
  color: #000; }
  .text-color-dark h1, .text-color-dark h2, .text-color-dark h3, .text-color-dark h4, .text-color-dark h5, .text-color-dark h6, .text-color-dark p, .text-color-dark a {
    color: #000; }
  .text-color-dark a:hover {
    color: #f2a81d; }

.color-yellow {
  color: #f2a81d; }

.color-green {
  color: #06d46f; }

* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  width: 100vw; }

.container,
.flex-sections .section-testimonial_slider_section .container, .flex-sections .section-testimonial-slider-section .container, .acf-block-preview .section-testimonial_slider_section .container, .acf-block-preview .section-testimonial-slider-section .container {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 90%; }

body:not(.wp-admin) .button,
body:not(.wp-admin) input[type="submit"],
body:not(.wp-admin) .wp-core-ui .button-group.button-large .button,
body:not(.wp-admin) .wp-core-ui .button.button-large,
body:not(.wp-admin) button,
body.wp-admin .editor-styles-wrapper .button,
body.wp-admin .editor-styles-wrapper input[type="submit"],
body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button,
body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large,
body.wp-admin .editor-styles-wrapper button {
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: table;
  font-weight: 600;
  height: auto;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 1em;
  padding: 13px 14px 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: pre-wrap; }
  body:not(.wp-admin) .button:hover,
  body:not(.wp-admin) input[type="submit"]:hover,
  body:not(.wp-admin) .wp-core-ui .button-group.button-large .button:hover,
  body:not(.wp-admin) .wp-core-ui .button.button-large:hover,
  body:not(.wp-admin) button:hover,
  body.wp-admin .editor-styles-wrapper .button:hover,
  body.wp-admin .editor-styles-wrapper input[type="submit"]:hover,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button:hover,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large:hover,
  body.wp-admin .editor-styles-wrapper button:hover {
    background: #f2a81d;
    color: #fff; }
  body:not(.wp-admin) .button.full-width,
  body:not(.wp-admin) input[type="submit"].full-width,
  body:not(.wp-admin) .wp-core-ui .button-group.button-large .button.full-width,
  body:not(.wp-admin) .wp-core-ui .button.button-large.full-width,
  body:not(.wp-admin) button.full-width,
  body.wp-admin .editor-styles-wrapper .button.full-width,
  body.wp-admin .editor-styles-wrapper input[type="submit"].full-width,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button.full-width,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large.full-width,
  body.wp-admin .editor-styles-wrapper button.full-width {
    width: 100%; }
  body:not(.wp-admin) .button.half-width,
  body:not(.wp-admin) input[type="submit"].half-width,
  body:not(.wp-admin) .wp-core-ui .button-group.button-large .button.half-width,
  body:not(.wp-admin) .wp-core-ui .button.button-large.half-width,
  body:not(.wp-admin) button.half-width,
  body.wp-admin .editor-styles-wrapper .button.half-width,
  body.wp-admin .editor-styles-wrapper input[type="submit"].half-width,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button.half-width,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large.half-width,
  body.wp-admin .editor-styles-wrapper button.half-width {
    margin: 0 5px 10px;
    width: calc(50% - 5px); }
  body:not(.wp-admin) .button.button-border,
  body:not(.wp-admin) input[type="submit"].button-border,
  body:not(.wp-admin) .wp-core-ui .button-group.button-large .button.button-border,
  body:not(.wp-admin) .wp-core-ui .button.button-large.button-border,
  body:not(.wp-admin) button.button-border,
  body.wp-admin .editor-styles-wrapper .button.button-border,
  body.wp-admin .editor-styles-wrapper input[type="submit"].button-border,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button.button-border,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large.button-border,
  body.wp-admin .editor-styles-wrapper button.button-border {
    background: transparent;
    border: 2px solid #000;
    color: #000; }
    body:not(.wp-admin) .button.button-border:hover,
    body:not(.wp-admin) input[type="submit"].button-border:hover,
    body:not(.wp-admin) .wp-core-ui .button-group.button-large .button.button-border:hover,
    body:not(.wp-admin) .wp-core-ui .button.button-large.button-border:hover,
    body:not(.wp-admin) button.button-border:hover,
    body.wp-admin .editor-styles-wrapper .button.button-border:hover,
    body.wp-admin .editor-styles-wrapper input[type="submit"].button-border:hover,
    body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button.button-border:hover,
    body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large.button-border:hover,
    body.wp-admin .editor-styles-wrapper button.button-border:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
  body:not(.wp-admin) .button.button-yellow,
  body:not(.wp-admin) input[type="submit"].button-yellow,
  body:not(.wp-admin) .wp-core-ui .button-group.button-large .button.button-yellow,
  body:not(.wp-admin) .wp-core-ui .button.button-large.button-yellow,
  body:not(.wp-admin) button.button-yellow,
  body.wp-admin .editor-styles-wrapper .button.button-yellow,
  body.wp-admin .editor-styles-wrapper input[type="submit"].button-yellow,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button.button-yellow,
  body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large.button-yellow,
  body.wp-admin .editor-styles-wrapper button.button-yellow {
    background: #f2a81d;
    color: #000; }
    body:not(.wp-admin) .button.button-yellow:hover,
    body:not(.wp-admin) input[type="submit"].button-yellow:hover,
    body:not(.wp-admin) .wp-core-ui .button-group.button-large .button.button-yellow:hover,
    body:not(.wp-admin) .wp-core-ui .button.button-large.button-yellow:hover,
    body:not(.wp-admin) button.button-yellow:hover,
    body.wp-admin .editor-styles-wrapper .button.button-yellow:hover,
    body.wp-admin .editor-styles-wrapper input[type="submit"].button-yellow:hover,
    body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button.button-yellow:hover,
    body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large.button-yellow:hover,
    body.wp-admin .editor-styles-wrapper button.button-yellow:hover {
      background: #fff;
      color: #000; }
  @media (max-width: 820px) {
    body:not(.wp-admin) .button.feed-button,
    body:not(.wp-admin) input[type="submit"].feed-button,
    body:not(.wp-admin) .wp-core-ui .button-group.button-large .button.feed-button,
    body:not(.wp-admin) .wp-core-ui .button.button-large.feed-button,
    body:not(.wp-admin) button.feed-button,
    body.wp-admin .editor-styles-wrapper .button.feed-button,
    body.wp-admin .editor-styles-wrapper input[type="submit"].feed-button,
    body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button.feed-button,
    body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large.feed-button,
    body.wp-admin .editor-styles-wrapper button.feed-button {
      margin: 1em auto 2em;
      max-width: 280px; } }
body:not(.wp-admin) .wp-core-ui .button-group.button-large .button,
body:not(.wp-admin) .wp-core-ui .button.button-large,
body.wp-admin .editor-styles-wrapper .wp-core-ui .button-group.button-large .button,
body.wp-admin .editor-styles-wrapper .wp-core-ui .button.button-large {
  padding: 18px 26px 18px; }
body:not(.wp-admin) img,
body.wp-admin .editor-styles-wrapper img {
  height: auto;
  max-width: 100%; }
  body:not(.wp-admin) img.aligncenter,
  body.wp-admin .editor-styles-wrapper img.aligncenter {
    display: table;
    margin: 0 auto 1em; }
  body:not(.wp-admin) img.alignleft,
  body.wp-admin .editor-styles-wrapper img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  body:not(.wp-admin) img.alignright,
  body.wp-admin .editor-styles-wrapper img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
@media (max-width: 820px) {
  body:not(.wp-admin) .show-desktop,
  body.wp-admin .editor-styles-wrapper .show-desktop {
    display: none; } }
body:not(.wp-admin) .show-mobile,
body.wp-admin .editor-styles-wrapper .show-mobile {
  display: none; }
  @media (max-width: 820px) {
    body:not(.wp-admin) .show-mobile,
    body.wp-admin .editor-styles-wrapper .show-mobile {
      display: block; } }

.wp-admin .editor-styles-wrapper .visibility-wrapper,
body.wp-admin .editor-styles-wrapper .visibility-wrapper {
  position: relative; }
  .wp-admin .editor-styles-wrapper .visibility-wrapper:before,
  body.wp-admin .editor-styles-wrapper .visibility-wrapper:before {
    color: #fff;
    display: block;
    padding: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 4; }
  .wp-admin .editor-styles-wrapper .visibility-wrapper.show-mobile,
  body.wp-admin .editor-styles-wrapper .visibility-wrapper.show-mobile {
    border: 1px solid #f00; }
    .wp-admin .editor-styles-wrapper .visibility-wrapper.show-mobile:before,
    body.wp-admin .editor-styles-wrapper .visibility-wrapper.show-mobile:before {
      background: #f00;
      content: 'Mobile Only'; }
  .wp-admin .editor-styles-wrapper .visibility-wrapper.show-desktop,
  body.wp-admin .editor-styles-wrapper .visibility-wrapper.show-desktop {
    border: 1px solid #aaa; }
    .wp-admin .editor-styles-wrapper .visibility-wrapper.show-desktop:before,
    body.wp-admin .editor-styles-wrapper .visibility-wrapper.show-desktop:before {
      background: #aaa;
      content: 'Desktop Only'; }
.wp-admin .editor-styles-wrapper .show-mobile,
body.wp-admin .editor-styles-wrapper .show-mobile {
  display: block;
  position: relative; }

.wp-admin.visibility-desktop-only .editor-styles-wrapper .show-mobile,
body.wp-admin.visibility-desktop-only .editor-styles-wrapper .show-mobile {
  display: none; }
.wp-admin.visibility-desktop-only .editor-styles-wrapper .visibility-wrapper,
body.wp-admin.visibility-desktop-only .editor-styles-wrapper .visibility-wrapper {
  border: 0 !important; }
  .wp-admin.visibility-desktop-only .editor-styles-wrapper .visibility-wrapper:before,
  body.wp-admin.visibility-desktop-only .editor-styles-wrapper .visibility-wrapper:before {
    display: none !important; }

.wp-admin.visibility-mobile-only .editor-styles-wrapper .show-mobile,
body.wp-admin.visibility-mobile-only .editor-styles-wrapper .show-mobile {
  display: block; }
.wp-admin.visibility-mobile-only .editor-styles-wrapper .show-desktop,
body.wp-admin.visibility-mobile-only .editor-styles-wrapper .show-desktop {
  display: none; }
.wp-admin.visibility-mobile-only .editor-styles-wrapper .visibility-wrapper,
body.wp-admin.visibility-mobile-only .editor-styles-wrapper .visibility-wrapper {
  border: 0 !important; }
  .wp-admin.visibility-mobile-only .editor-styles-wrapper .visibility-wrapper:before,
  body.wp-admin.visibility-mobile-only .editor-styles-wrapper .visibility-wrapper:before {
    display: none !important; }

.gradient-background {
  background: linear-gradient(69deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%);
  color: #fff; }
  @media (max-width: 820px) {
    .gradient-background {
      background: linear-gradient(178deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%); } }
  .gradient-background a:not(.button) {
    color: #fff !important; }
    .gradient-background a:not(.button):hover {
      color: #f2a81d !important; }
  .gradient-background .cls-background {
    background: linear-gradient(69deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%); }
    @media (max-width: 820px) {
      .gradient-background .cls-background {
        background: linear-gradient(178deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%); } }
  .gradient-background.text_style-dark-text {
    color: #000; }
    .gradient-background.text_style-dark-text a:not(.button) {
      color: #000 !important; }
      .gradient-background.text_style-dark-text a:not(.button):hover {
        color: #f2a81d !important; }

.aa-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .aa-row img {
    margin: 0 10px 15px; }

.container-border .container {
  border: 1px solid #fff;
  padding: 67px 40px; }
  @media (max-width: 820px) {
    .container-border .container {
      padding: 30px; } }

.align-content-center .grid {
  align-items: center; }

.module-border-bottom .container {
  border-bottom: 1px solid #ccc; }

body:not(.wp-admin) input[type="text"],
body:not(.wp-admin) input[type="email"],
body:not(.wp-admin) textarea,
body:not(.wp-admin) select,
body.wp-admin .editor-styles-wrapper input[type="text"],
body.wp-admin .editor-styles-wrapper input[type="email"],
body.wp-admin .editor-styles-wrapper textarea,
body.wp-admin .editor-styles-wrapper select {
  background: #fff;
  border: 2px solid #000;
  font-family: montserrat, sans-serif;
  font-size: .875em;
  font-style: italic;
  padding: 13px 14px;
  width: 100%;
  -webkit-appearance: none; }
  body:not(.wp-admin) input[type="text"]::placeholder, body:not(.wp-admin) input[type="text"]:invalid,
  body:not(.wp-admin) input[type="email"]::placeholder,
  body:not(.wp-admin) input[type="email"]:invalid,
  body:not(.wp-admin) textarea::placeholder,
  body:not(.wp-admin) textarea:invalid,
  body:not(.wp-admin) select::placeholder,
  body:not(.wp-admin) select:invalid,
  body.wp-admin .editor-styles-wrapper input[type="text"]::placeholder,
  body.wp-admin .editor-styles-wrapper input[type="text"]:invalid,
  body.wp-admin .editor-styles-wrapper input[type="email"]::placeholder,
  body.wp-admin .editor-styles-wrapper input[type="email"]:invalid,
  body.wp-admin .editor-styles-wrapper textarea::placeholder,
  body.wp-admin .editor-styles-wrapper textarea:invalid,
  body.wp-admin .editor-styles-wrapper select::placeholder,
  body.wp-admin .editor-styles-wrapper select:invalid {
    color: #aaa;
    opacity: 1; }
body:not(.wp-admin) select,
body.wp-admin .editor-styles-wrapper select {
  color: #aaa; }
  body:not(.wp-admin) select.valid,
  body.wp-admin .editor-styles-wrapper select.valid {
    color: #000; }
body:not(.wp-admin) input[type="submit"],
body.wp-admin .editor-styles-wrapper input[type="submit"] {
  font-family: montserrat, sans-serif;
  transition: .3s all; }
body:not(.wp-admin) form .gform_fields,
body.wp-admin .editor-styles-wrapper form .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0; }
  body:not(.wp-admin) form .gform_fields li,
  body.wp-admin .editor-styles-wrapper form .gform_fields li {
    flex: 1;
    margin: 0;
    padding: 0 0 9px; }
    body:not(.wp-admin) form .gform_fields li.hidden_label label,
    body.wp-admin .editor-styles-wrapper form .gform_fields li.hidden_label label {
      display: none; }
body:not(.wp-admin) form.elements-inline .gform_fields,
body.wp-admin .editor-styles-wrapper form.elements-inline .gform_fields {
  display: flex;
  flex-wrap: wrap; }
  body:not(.wp-admin) form.elements-inline .gform_fields li,
  body.wp-admin .editor-styles-wrapper form.elements-inline .gform_fields li {
    flex: 1;
    padding-left: 4.5px;
    padding-right: 4.5px; }
    body:not(.wp-admin) form.elements-inline .gform_fields li:first-of-type,
    body.wp-admin .editor-styles-wrapper form.elements-inline .gform_fields li:first-of-type {
      padding-left: 0; }
    body:not(.wp-admin) form.elements-inline .gform_fields li:last-of-type,
    body.wp-admin .editor-styles-wrapper form.elements-inline .gform_fields li:last-of-type {
      padding-right: 0; }
    @media (max-width: 820px) {
      body:not(.wp-admin) form.elements-inline .gform_fields li,
      body.wp-admin .editor-styles-wrapper form.elements-inline .gform_fields li {
        flex: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%; } }
    body:not(.wp-admin) form.elements-inline .gform_fields li input,
    body.wp-admin .editor-styles-wrapper form.elements-inline .gform_fields li input {
      border: 0; }
body:not(.wp-admin) .text_style-light-text form.full-width-submit input[type="submit"],
body:not(.wp-admin) #sidebar form.full-width-submit input[type="submit"],
body.wp-admin .editor-styles-wrapper .text_style-light-text form.full-width-submit input[type="submit"],
body.wp-admin .editor-styles-wrapper #sidebar form.full-width-submit input[type="submit"] {
  background: #f2a81d;
  color: #000; }
  body:not(.wp-admin) .text_style-light-text form.full-width-submit input[type="submit"]:hover,
  body:not(.wp-admin) #sidebar form.full-width-submit input[type="submit"]:hover,
  body.wp-admin .editor-styles-wrapper .text_style-light-text form.full-width-submit input[type="submit"]:hover,
  body.wp-admin .editor-styles-wrapper #sidebar form.full-width-submit input[type="submit"]:hover {
    background: #ccc; }
body:not(.wp-admin) .text_style-light-text #gform_wrapper_1 + p,
body:not(.wp-admin) #sidebar #gform_wrapper_1 + p,
body.wp-admin .editor-styles-wrapper .text_style-light-text #gform_wrapper_1 + p,
body.wp-admin .editor-styles-wrapper #sidebar #gform_wrapper_1 + p {
  display: none; }
body:not(.wp-admin) form.full-width-submit input[type="submit"],
body.wp-admin .editor-styles-wrapper form.full-width-submit input[type="submit"] {
  margin-bottom: 0;
  width: 100%; }
body:not(.wp-admin) #sidebar form.elements-inline .gform_fields li,
body.wp-admin .editor-styles-wrapper #sidebar form.elements-inline .gform_fields li {
  flex: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%; }
body:not(.wp-admin) #sidebar form.elements-inline input[type="submit"],
body.wp-admin .editor-styles-wrapper #sidebar form.elements-inline input[type="submit"] {
  background: #f2a81d;
  color: #000; }
  body:not(.wp-admin) #sidebar form.elements-inline input[type="submit"]:hover,
  body.wp-admin .editor-styles-wrapper #sidebar form.elements-inline input[type="submit"]:hover {
    background: #ccc; }

.gform_confirmation_wrapper {
  font-size: 1.25em;
  font-weight: 700; }

#gform_confirmation_message_2 {
  text-align: center; }

@media (max-width: 820px) {
  #header-main {
    border-bottom: 2px solid #000;
    margin-bottom: 30px; } }
#header-main .container {
  position: relative; }
  #header-main .container #logo {
    display: table;
    margin: 0 auto;
    padding: 15px 0; }
    #header-main .container #logo img {
      display: block;
      height: 70px;
      width: auto; }
  #header-main .container #search-icon {
    font-size: 1.6em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  #header-main .container #header-search {
    display: none;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-43%);
    width: 200px; }
    @media (max-width: 820px) {
      #header-main .container #header-search {
        display: none !important; } }
    #header-main .container #header-search input {
      border: 0;
      text-align: right; }
#header-main #mobile-nav-toggle {
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px; }
  #header-main #mobile-nav-toggle span {
    background: #000;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s all;
    width: 100%; }
    #header-main #mobile-nav-toggle span:nth-of-type(2) {
      top: 8px; }
    #header-main #mobile-nav-toggle span:last-of-type {
      top: 16px; }
  #header-main #mobile-nav-toggle:hover span {
    background: #f2a81d; }

#slideout-menu {
  background: #f2a81d;
  bottom: 0;
  max-width: 350px;
  padding: 0;
  position: fixed;
  left: -352px;
  top: 0;
  transition: .5s all;
  width: 100vw;
  z-index: 100; }
  @media (max-width: 1000px) {
    #slideout-menu {
      display: block; } }
  #slideout-menu.open {
    left: 0; }
  #slideout-menu .inner {
    height: 100%;
    overflow: auto;
    padding: 40px 40px 40px; }
  #slideout-menu #mobile-search {
    display: none; }
    @media (max-width: 820px) {
      #slideout-menu #mobile-search {
        display: block !important; } }
  #slideout-menu #slideout-nav {
    height: calc(100vh - 64px);
    overflow: auto; }
    #slideout-menu #slideout-nav ul {
      font-size: 1.2em;
      list-style: none;
      margin: 40px 0 0;
      padding: 0; }
      #slideout-menu #slideout-nav ul li {
        display: block;
        margin-bottom: 4px; }
        #slideout-menu #slideout-nav ul li a {
          color: #000;
          display: table;
          font-family: montserrat, sans-serif;
          font-weight: 600;
          margin: 0 auto 0 0;
          text-align: left;
          text-decoration: none;
          text-transform: uppercase; }
          #slideout-menu #slideout-nav ul li a:hover {
            color: #fff; }
        #slideout-menu #slideout-nav ul li ul {
          border-right: 2px solid #000;
          font-size: 1em;
          margin: 0 10px 0 0;
          padding: 0 10px 0 0; }
    #slideout-menu #slideout-nav .social-links {
      font-size: 1.3em;
      padding-top: 29px;
      text-align: left; }
      #slideout-menu #slideout-nav .social-links a {
        color: #000;
        margin: 0 25px 0 0; }
        #slideout-menu #slideout-nav .social-links a:hover {
          opacity: .7; }
        #slideout-menu #slideout-nav .social-links a img {
          height: 16px;
          width: auto; }
  #slideout-menu #mobile-nav-close {
    display: table;
    height: 24px;
    margin: 0 auto 30px 0;
    position: relative;
    width: 24px; }
    #slideout-menu #mobile-nav-close span {
      background: #000;
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      top: 12px;
      transform: rotate(-45deg);
      transition: .3s all;
      width: 100%; }
      #slideout-menu #mobile-nav-close span:last-of-type {
        top: 12px;
        transform: rotate(45deg); }
    #slideout-menu #mobile-nav-close:hover span {
      background-color: #fff; }

@media (max-width: 820px) {
  #main-menu {
    display: none; } }
#main-menu ul {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 0 48px;
  padding: 18px 0 0; }
  #main-menu ul li {
    line-height: 1.1;
    padding: 0 22px 17px;
    margin: 0;
    position: relative; }
    #main-menu ul li a {
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase; }

body:not(.home) #main-menu ul {
  margin-bottom: 0; }
@media (max-width: 820px) {
  body:not(.home) #header-main {
    margin-bottom: 0; } }

.archive-hero {
  padding: 150px 0;
  text-align: center; }
  .archive-hero h1 {
    font-size: 2.5em !important;
    margin: 0; }

.single-row .meta-data {
  color: #f2a81d;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase; }
.single-row h1.post-title {
  font-size: 2.25em;
  font-weight: 700; }
  @media (max-width: 820px) {
    .single-row h1.post-title {
      font-size: 1.75em; } }
.single-row .post-content a {
  color: #f2a81d; }
  .single-row .post-content a:hover {
    color: #000; }
.single-row .post-content ul {
  padding-left: 14px; }
.single-row .section-content {
  margin-bottom: 24px; }
  .single-row .section-content .container {
    max-width: none;
    width: 100%; }
    .single-row .section-content .container h3.divider {
      margin-bottom: 23px; }
      .single-row .section-content .container h3.divider:before {
        content: '\f05a';
        display: inline-block;
        font-family: "Font Awesome 6 Free";
        font-size: .8em;
        margin-right: 5px; }
.single-row .categories-tags {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-top: 30px;
  padding: 34px 0; }
  .single-row .categories-tags .categories,
  .single-row .categories-tags .tags {
    font-size: .875em;
    margin-bottom: 8px; }
    .single-row .categories-tags .categories span.label,
    .single-row .categories-tags .tags span.label {
      color: #888888; }
    .single-row .categories-tags .categories a,
    .single-row .categories-tags .tags a {
      color: #f2a81d; }
      .single-row .categories-tags .categories a:hover,
      .single-row .categories-tags .tags a:hover {
        color: #000; }
      .single-row .categories-tags .categories a:after,
      .single-row .categories-tags .tags a:after {
        content: ','; }
      .single-row .categories-tags .categories a:last-of-type::after,
      .single-row .categories-tags .tags a:last-of-type::after {
        content: ''; }
.single-row #navigation .pagination {
  padding: 20px 0;
  position: relative; }
  @media (max-width: 820px) {
    .single-row #navigation .pagination {
      padding-top: 100px; } }
  .single-row #navigation .pagination .share-buttons {
    display: flex;
    font-size: 1.15em;
    justify-content: center; }
    .single-row #navigation .pagination .share-buttons div {
      padding: 0 5px; }
    .single-row #navigation .pagination .share-buttons a {
      background-color: #f2a81d;
      border-radius: 40px;
      color: #fff;
      display: block;
      height: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      width: 40px; }
      .single-row #navigation .pagination .share-buttons a:hover {
        background-color: #000; }
  .single-row #navigation .pagination .nav-next,
  .single-row #navigation .pagination .nav-previous {
    left: 0;
    position: absolute;
    top: 20px; }
    @media (min-width: 820px) {
      .single-row #navigation .pagination .nav-next a,
      .single-row #navigation .pagination .nav-previous a {
        min-width: 140px; } }
  .single-row #navigation .pagination .nav-next {
    left: auto;
    right: 0; }
.single-row #related_posts h3 {
  margin-bottom: 24px; }
.single-row #related_posts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -8px; }
  .single-row #related_posts ul li {
    align-items: center;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 8px 16px;
    min-height: 186px;
    transition: .3s all;
    width: calc( 33.3% - 16px ); }
    @media (max-width: 1000px) {
      .single-row #related_posts ul li {
        width: calc( 50% - 16px ); } }
    @media (max-width: 820px) {
      .single-row #related_posts ul li {
        width: calc( 100% - 16px ); } }
    .single-row #related_posts ul li:hover {
      background-color: #000 !important; }
    .single-row #related_posts ul li a {
      color: #fff;
      display: block;
      padding: 24px;
      text-align: center;
      text-decoration: none; }
      .single-row #related_posts ul li a .episode {
        font-size: .875em;
        font-weight: 500;
        text-transform: uppercase; }
      .single-row #related_posts ul li a h4 {
        font-size: 1.125em;
        font-weight: 700; }

.sidebar .gform_confirmation_wrapper {
  text-align: center; }

#main-footer {
  background: linear-gradient(69deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%);
  color: #fff;
  margin-top: 50px; }
  @media (max-width: 820px) {
    #main-footer {
      background: linear-gradient(178deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%);
      margin-top: 0; } }
  #main-footer .container {
    padding: 30px 0 24px; }
    @media (max-width: 820px) {
      #main-footer .container {
        padding: 41px 0 17px; } }
    #main-footer .container .footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #main-footer .container .footer-top .left {
        margin-right: 50px;
        max-width: 275px; }
        @media (max-width: 960px) {
          #main-footer .container .footer-top .left {
            max-width: 220px; } }
        @media (max-width: 820px) {
          #main-footer .container .footer-top .left {
            margin-bottom: 56px;
            margin-right: 0;
            max-width: none;
            width: 100%; } }
        #main-footer .container .footer-top .left .description {
          font-size: .875em;
          margin: 0 auto;
          max-width: 400px; }
        #main-footer .container .footer-top .left img {
          display: block;
          height: auto;
          margin-bottom: 18px;
          max-width: 203px;
          width: 100%; }
          @media (max-width: 820px) {
            #main-footer .container .footer-top .left img {
              margin: 0 auto 18px; } }
      #main-footer .container .footer-top .right {
        display: flex;
        justify-content: space-between;
        flex: 1;
        max-width: 772px;
        text-align: center; }
        @media (max-width: 820px) {
          #main-footer .container .footer-top .right {
            display: block;
            flex: none;
            width: 100%; } }
        #main-footer .container .footer-top .right h4 {
          font-size: 1em;
          font-weight: 600;
          text-transform: uppercase;
          margin-bottom: 12px; }
        #main-footer .container .footer-top .right .menu {
          padding: 0 5px; }
          @media (max-width: 820px) {
            #main-footer .container .footer-top .right .menu {
              padding: 0 0 34px; } }
        #main-footer .container .footer-top .right ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          #main-footer .container .footer-top .right ul li {
            margin: 0 0 5px;
            padding: 0; }
            #main-footer .container .footer-top .right ul li a {
              color: #fff;
              text-decoration: none;
              text-underline-offset: 2px; }
              #main-footer .container .footer-top .right ul li a:hover {
                text-decoration: underline; }

#sub-footer {
  background: #000;
  padding: 5px 0; }
  @media (max-width: 820px) {
    #sub-footer {
      padding: 25px 0 32px; } }
  #sub-footer .container {
    color: #fff;
    display: flex;
    flex-wrap: wrap; }
    #sub-footer .container .left {
      font-size: .75em;
      line-height: 32px;
      text-transform: uppercase;
      width: 70%; }
      @media (max-width: 820px) {
        #sub-footer .container .left {
          line-height: 1.2;
          order: 2;
          text-align: center;
          width: 100%; } }
      #sub-footer .container .left ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0; }
        #sub-footer .container .left ul li {
          display: inline-block;
          margin: 0; }
          #sub-footer .container .left ul li:after {
            content: ' | ';
            display: inline-block;
            margin: 0 2px; }
          #sub-footer .container .left ul li a {
            color: #fff;
            text-decoration: none; }
            #sub-footer .container .left ul li a:hover {
              color: #f2a81d; }
    #sub-footer .container .right {
      text-align: right;
      width: 30%; }
      @media (max-width: 820px) {
        #sub-footer .container .right {
          order: 1;
          padding-bottom: 10px;
          width: 100%; } }
      #sub-footer .container .right .social-links {
        display: flex;
        justify-content: flex-end; }
        @media (max-width: 820px) {
          #sub-footer .container .right .social-links {
            justify-content: center; } }
        #sub-footer .container .right .social-links a {
          background: #fff;
          border-radius: 32px;
          color: #000;
          display: block;
          height: 32px;
          line-height: 32px;
          margin-left: 8px;
          text-align: center;
          text-decoration: none;
          width: 32px; }
          @media (max-width: 820px) {
            #sub-footer .container .right .social-links a {
              margin: 0 4px; } }
          #sub-footer .container .right .social-links a:hover {
            background: #f2a81d;
            color: #000; }
          #sub-footer .container .right .social-links a img {
            height: 11px;
            width: auto; }

.block-layout .container .layout-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -11px; }
  .block-layout .container .layout-row.cols-1 .column {
    width: 100%; }
  .block-layout .container .layout-row.cols-2 .column {
    width: 50%; }
    @media (max-width: 820px) {
      .block-layout .container .layout-row.cols-2 .column {
        width: 100%; } }
  .block-layout .container .layout-row.cols-2.two-col-width-30-70 .column:nth-of-type(1) {
    width: 300px; }
  .block-layout .container .layout-row.cols-2.two-col-width-30-70 .column:nth-of-type(2) {
    width: calc( 100% - 300px ); }
  @media (max-width: 1000px) {
    .block-layout .container .layout-row.cols-2.two-col-width-30-70 .column {
      width: 100% !important; } }
  .block-layout .container .layout-row.cols-3 .column:nth-of-type(1), .block-layout .container .layout-row.cols-3 .column:nth-of-type(3) {
    width: 25%; }
    @media (max-width: 1000px) {
      .block-layout .container .layout-row.cols-3 .column:nth-of-type(1), .block-layout .container .layout-row.cols-3 .column:nth-of-type(3) {
        order: 2;
        width: 100%; } }
  .block-layout .container .layout-row.cols-3 .column:nth-of-type(2) {
    width: 50%; }
    @media (max-width: 1000px) {
      .block-layout .container .layout-row.cols-3 .column:nth-of-type(2) {
        order: 1;
        width: 100%; } }
  .block-layout .container .layout-row .column {
    padding: 0 11px 22px; }
    .block-layout .container .layout-row .column .content-area {
      float: none;
      margin: 0;
      width: 100%; }
      .block-layout .container .layout-row .column .content-area.style-gradient {
        background: linear-gradient(69deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%);
        color: #fff;
        margin-bottom: 1em;
        padding: 27px 28px 20px;
        text-align: center; }
        @media (max-width: 820px) {
          .block-layout .container .layout-row .column .content-area.style-gradient {
            background: linear-gradient(178deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%); } }
        .block-layout .container .layout-row .column .content-area.style-gradient h3 {
          margin-bottom: .2em; }
        .block-layout .container .layout-row .column .content-area.style-gradient .button.half-width {
          display: inline-block !important;
          width: calc(50% - 10px) !important; }
    .block-layout .container .layout-row .column h3.twitter-title {
      font-size: 1.25em;
      font-weight: 700;
      margin-bottom: 1.1em;
      position: relative;
      text-transform: uppercase; }
      .block-layout .container .layout-row .column h3.twitter-title i {
        font-size: .5em;
        margin-right: 3px; }
      .block-layout .container .layout-row .column h3.twitter-title svg {
        margin-right: 3px; }
      .block-layout .container .layout-row .column h3.twitter-title span {
        background: #fff;
        padding: 0 2px 0 0; }
      .block-layout .container .layout-row .column h3.twitter-title:after {
        background: #000;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        right: 0;
        top: 1em;
        width: calc(100% - 30px);
        z-index: -1; }
    .block-layout .container .layout-row .column .twitter-container a {
      border-bottom: 1px solid #ccc;
      display: none;
      font-size: 1.125em;
      font-weight: 700;
      margin-bottom: 16px;
      padding-bottom: 16px;
      text-decoration: none; }
      .block-layout .container .layout-row .column .twitter-container a:nth-of-type(1), .block-layout .container .layout-row .column .twitter-container a:nth-of-type(2) {
        display: block; }
      .block-layout .container .layout-row .column .twitter-container a:nth-of-type(2) {
        border-bottom: 0; }
.block-layout.full-height .container .layout-row .column .v-feed {
  height: 100%; }
  .block-layout.full-height .container .layout-row .column .v-feed .feed {
    height: 100%; }
    .block-layout.full-height .container .layout-row .column .v-feed .feed .post {
      height: 100%; }
@media (max-width: 820px) {
  .block-layout .container .layout-row .column .content-area.style-gradient a.button.half-width {
    background-color: #f2a81d !important;
    color: #000 !important;
    margin: 0 0 12px;
    width: 100% !important; }
    .block-layout .container .layout-row .column .content-area.style-gradient a.button.half-width:hover {
      background-color: #06d46f !important; } }

.block-general-content .general-content-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px; }
  .block-general-content .general-content-row .column {
    padding: 0 8px; }
    .block-general-content .general-content-row .column p:last-of-type {
      margin-bottom: 0; }
  .block-general-content .general-content-row.cols-1 .column {
    width: 100%; }
  .block-general-content .general-content-row.cols-2 .column {
    width: 50%; }
    @media (max-width: 820px) {
      .block-general-content .general-content-row.cols-2 .column {
        margin-bottom: 24px;
        width: 100%; }
        .block-general-content .general-content-row.cols-2 .column:last-of-type {
          margin-bottom: 0; } }
    .block-general-content .general-content-row.cols-2 .column:last-of-type {
      width: 50%; }
      @media (max-width: 820px) {
        .block-general-content .general-content-row.cols-2 .column:last-of-type {
          width: 100%; } }
  .block-general-content .general-content-row.cols-3 .column {
    width: 55%; }
    .block-general-content .general-content-row.cols-3 .column:nth-of-type(3) {
      width: 30%; }
    .block-general-content .general-content-row.cols-3 .column:nth-of-type(1) {
      width: 15%; }
    @media (max-width: 820px) {
      .block-general-content .general-content-row.cols-3 .column {
        margin-bottom: 24px;
        width: 100% !important; }
        .block-general-content .general-content-row.cols-3 .column img {
          display: block;
          margin: 0 auto; }
        .block-general-content .general-content-row.cols-3 .column:last-of-type {
          margin-bottom: 0; } }
    .block-general-content .general-content-row.cols-3 .column p,
    .block-general-content .general-content-row.cols-3 .column .button {
      margin-bottom: 0; }
.block-general-content.background-grey {
  background: #f1f1f1;
  padding: 31px; }
.block-general-content.background-dark {
  background: #000;
  color: #fff;
  padding: 24px; }
.block-general-content.background-gradient {
  background: linear-gradient(69deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%);
  color: #fff;
  padding: 32px; }
  @media (max-width: 820px) {
    .block-general-content.background-gradient {
      background: linear-gradient(178deg, #f2a81c 0%, #c41f66 36%, #853be1 66%, #07d66e 92%); } }
  .block-general-content.background-gradient .general-content-row {
    margin: 0 -18px; }
    .block-general-content.background-gradient .general-content-row .column {
      padding: 0 18px; }
.block-general-content.align-items-center .general-content-row {
  align-items: center; }

.block-category-posts {
  margin-bottom: 63px; }
  @media (max-width: 820px) {
    .block-category-posts {
      margin-bottom: 43px; } }
  .block-category-posts .top {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .block-category-posts .top .left {
      margin-right: 12px;
      position: relative;
      width: calc(50% - 12px); }
      @media (max-width: 1200px) {
        .block-category-posts .top .left {
          margin-bottom: 24px;
          margin-right: 0;
          width: 100%; } }
      .block-category-posts .top .left h3.feed-title {
        font-size: 1.25em;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase; }
        .block-category-posts .top .left h3.feed-title i {
          font-size: .5em;
          margin-right: 3px; }
        .block-category-posts .top .left h3.feed-title svg {
          margin-right: 3px; }
        .block-category-posts .top .left h3.feed-title span {
          background: #fff;
          padding: 0 2px 0 0; }
        .block-category-posts .top .left h3.feed-title:after {
          background: #000;
          content: '';
          display: block;
          height: 1px;
          position: absolute;
          right: 0;
          top: 1em;
          width: calc(100% - 30px);
          z-index: -1; }
          @media (max-width: 820px) {
            .block-category-posts .top .left h3.feed-title:after {
              top: auto;
              bottom: .3em; } }
    .block-category-posts .top .right {
      display: flex;
      flex-wrap: wrap;
      margin-left: 12px;
      justify-content: space-between;
      width: calc(50% - 12px); }
      @media (max-width: 1200px) {
        .block-category-posts .top .right {
          justify-content: center;
          margin-left: 0;
          width: 100%; } }
      .block-category-posts .top .right a {
        display: block;
        font-size: .875em;
        font-weight: 700;
        margin: 0 2px 4px;
        padding: 9px 12px;
        text-decoration: none; }
        .block-category-posts .top .right a.active {
          background: #000;
          color: #fff; }
        .block-category-posts .top .right a:hover {
          background: #000;
          color: #fff; }
  .block-category-posts .bottom .category {
    display: none;
    flex-wrap: wrap; }
    .block-category-posts .bottom .category.active {
      display: flex; }
    .block-category-posts .bottom .category .info {
      background-color: #f1f1f1;
      background-position: 50%;
      background-size: cover;
      margin-right: 12px;
      padding: 38px;
      width: calc( 50% - 12px ); }
      @media (max-width: 820px) {
        .block-category-posts .bottom .category .info {
          margin-right: 0;
          min-height: 507px;
          width: 100%; } }
      .block-category-posts .bottom .category .info.text-light {
        color: #fff; }
      .block-category-posts .bottom .category .info h2 {
        font-size: 2.5em;
        margin-bottom: 6px; }
      .block-category-posts .bottom .category .info .description {
        font-size: 1.125em; }
    .block-category-posts .bottom .category .posts {
      margin-left: 12px;
      width: calc( 50% - 12px ); }
      @media (max-width: 820px) {
        .block-category-posts .bottom .category .posts {
          margin-left: 0;
          width: 100%; } }
      .block-category-posts .bottom .category .posts .post {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        padding-top: 31px; }
        .block-category-posts .bottom .category .posts .post .post-title {
          text-decoration: none; }
          .block-category-posts .bottom .category .posts .post .post-title h3 {
            margin-bottom: 14px; }
        .block-category-posts .bottom .category .posts .post:last-of-type {
          border-bottom: 0; }
          @media (max-width: 820px) {
            .block-category-posts .bottom .category .posts .post:last-of-type {
              border-bottom: 1px solid #ccc; } }

.block-archive {
  padding: 81px 0; }
  .block-archive .top {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1000px) {
      .block-archive .top {
        display: block; } }
    .block-archive .top:after {
      background: #000;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      right: 0;
      top: 1.5em;
      width: calc(100% - 30px);
      z-index: -1; }
    .block-archive .top .title h3 {
      font-size: 1.5em;
      font-weight: 700;
      margin-bottom: 0;
      text-transform: uppercase; }
      .block-archive .top .title h3 i {
        font-size: .5em;
        margin-right: 3px; }
      .block-archive .top .title h3 svg {
        margin-right: 3px; }
      .block-archive .top .title h3 span {
        background: #fff;
        padding: 0 2px 0 0; }
    .block-archive .top .filters {
      margin-bottom: 47px;
      padding: 8px 0; }
      .block-archive .top .filters .alm-filters-edit {
        display: none !important; }
      .block-archive .top .filters .alm-filters {
        display: flex; }
        .block-archive .top .filters .alm-filters .alm-filter {
          order: 2; }
        .block-archive .top .filters .alm-filters .alm-filters--controls {
          background: #fff;
          order: 1;
          padding-left: 13px; }
          .block-archive .top .filters .alm-filters .alm-filters--controls button {
            background: transparent;
            border: 0;
            color: #000;
            font-family: montserrat, sans-serif;
            font-weight: 600;
            height: auto;
            letter-spacing: 0;
            margin: 3px 27px 0 0;
            padding: 0;
            text-transform: uppercase; }
      .block-archive .top .filters ul {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0; }
        @media (max-width: 820px) {
          .block-archive .top .filters ul {
            justify-content: center; } }
        .block-archive .top .filters ul li {
          margin: 0 16px;
          padding: 0; }
          @media (max-width: 820px) {
            .block-archive .top .filters ul li {
              margin: 0 16px 16px; } }
          .block-archive .top .filters ul li:first-of-type {
            margin-left: 0;
            padding-left: 6px; }
          .block-archive .top .filters ul li:last-of-type {
            margin-right: 0; }
          .block-archive .top .filters ul li .alm-filter--link {
            cursor: pointer;
            font-weight: 600;
            transition: .3s all; }
            .block-archive .top .filters ul li .alm-filter--link:hover {
              opacity: .65; }
  .block-archive .alm-paging-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .block-archive .alm-paging-content .archive-item {
      padding: 0 15px 45px;
      text-align: center;
      width: 33.3%; }
      @media (max-width: 1000px) {
        .block-archive .alm-paging-content .archive-item {
          width: 50%; } }
      @media (max-width: 820px) {
        .block-archive .alm-paging-content .archive-item {
          width: 100%; } }
      .block-archive .alm-paging-content .archive-item .image {
        cursor: pointer;
        height: 0;
        padding-bottom: 58%;
        position: relative; }
        .block-archive .alm-paging-content .archive-item .image img {
          bottom: 0;
          display: block;
          height: 100%;
          left: 0;
          object-fit: cover;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%; }
        .block-archive .alm-paging-content .archive-item .image.no-image {
          border: 2px solid #f1f1f1; }
      .block-archive .alm-paging-content .archive-item .podcast-color-bar {
        background-color: #f1f1f1;
        height: 13px; }
      .block-archive .alm-paging-content .archive-item .title {
        margin-top: 15px; }
        .block-archive .alm-paging-content .archive-item .title .episode {
          font-weight: 500;
          text-transform: uppercase; }
        .block-archive .alm-paging-content .archive-item .title h3 {
          cursor: pointer; }
          .block-archive .alm-paging-content .archive-item .title h3 a {
            text-decoration: none; }
  .block-archive .alm-btn-wrap .alm-paging {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .block-archive .alm-btn-wrap .alm-paging li {
      cursor: pointer;
      transition: .3s all; }
      .block-archive .alm-btn-wrap .alm-paging li.prev a {
        background: #000;
        display: block;
        font-size: 0;
        height: 49px;
        position: relative;
        width: 49px; }
        .block-archive .alm-btn-wrap .alm-paging li.prev a:after {
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff;
          content: '';
          display: block;
          height: 11px;
          left: 50%;
          margin: -6px 0 0 -3px;
          position: absolute;
          transform: rotate(-225deg);
          top: 50%;
          width: 11px; }
        .block-archive .alm-btn-wrap .alm-paging li.prev a:hover {
          background: #333; }
      .block-archive .alm-btn-wrap .alm-paging li.next a {
        background: #000;
        display: block;
        font-size: 0;
        height: 49px;
        position: relative;
        width: 49px; }
        .block-archive .alm-btn-wrap .alm-paging li.next a:after {
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff;
          content: '';
          display: block;
          height: 11px;
          left: 50%;
          margin: -6px 0 0 -8px;
          position: absolute;
          transform: rotate(-45deg);
          top: 50%;
          width: 11px; }
        .block-archive .alm-btn-wrap .alm-paging li.next a:hover {
          background: #333; }
      .block-archive .alm-btn-wrap .alm-paging li.num {
        border: 2px solid #ccc;
        border-left-width: 1px;
        border-right-width: 1px;
        font-weight: 600;
        height: 49px;
        line-height: 49px;
        text-align: center;
        width: 49px; }
      .block-archive .alm-btn-wrap .alm-paging li.active {
        background: #ccc !important; }
      .block-archive .alm-btn-wrap .alm-paging li:hover {
        background: #f1f1f1; }
      .block-archive .alm-btn-wrap .alm-paging li:nth-of-type(2) {
        border-left: 0; }
      .block-archive .alm-btn-wrap .alm-paging li:nth-last-child(2) {
        border-right: 0; }
      .block-archive .alm-btn-wrap .alm-paging li a {
        color: #000 !important;
        text-decoration: none;
        display: block;
        height: 100%;
        width: 100%; }

.block-hosts {
  background: #f1f1f1;
  padding: 59px 0 32px; }
  .block-hosts .heading {
    margin-bottom: 42px;
    position: relative; }
    .block-hosts .heading:after {
      background: #000;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      right: 0;
      top: 1.5em;
      width: calc(100% - 30px);
      z-index: 1; }
    .block-hosts .heading h3 {
      font-size: 1.5em;
      font-weight: 700;
      margin-bottom: 0;
      text-transform: uppercase; }
      .block-hosts .heading h3 i {
        font-size: .5em;
        margin-right: 3px; }
      .block-hosts .heading h3 svg {
        margin-right: 3px; }
      .block-hosts .heading h3 span {
        background: #f1f1f1;
        padding: 0 4px 0 0;
        position: relative;
        z-index: 2; }
  .block-hosts .sub-heading {
    font-size: 1.125em;
    font-weight: 300;
    margin: 0 auto 46px;
    max-width: 991px;
    text-align: center; }
    .block-hosts .sub-heading p:last-of-type {
      margin-bottom: 0; }
  .block-hosts .hosts-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .block-hosts .hosts-row .host {
      padding: 0 11px 22px;
      width: 25%; }
      @media (max-width: 1000px) {
        .block-hosts .hosts-row .host {
          width: 50%; } }
      @media (max-width: 500px) {
        .block-hosts .hosts-row .host {
          width: 100%; } }
      .block-hosts .hosts-row .host .image {
        height: 0;
        margin-bottom: 27px;
        padding-bottom: 145%;
        position: relative; }
        .block-hosts .hosts-row .host .image img {
          bottom: 0;
          height: 100%;
          left: 0;
          object-fit: cover;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%; }
      .block-hosts .hosts-row .host .name {
        font-size: 1.125em;
        font-weight: 700;
        margin-bottom: 2px;
        text-align: center;
        text-transform: uppercase; }
      .block-hosts .hosts-row .host .title {
        font-size: .7778em;
        font-style: italic;
        font-weight: 300;
        margin-bottom: 10px;
        min-height: 48px;
        text-align: center; }
      .block-hosts .hosts-row .host .bio {
        font-weight: 300; }

.block-guest {
  background: #f1f1f1;
  margin-bottom: 19px;
  max-width: 747px;
  padding: 29px 25px; }
  .block-guest h3.divider {
    margin-bottom: 24px !important; }
    .block-guest h3.divider span {
      background-color: #f1f1f1 !important; }
  .block-guest .guest-row {
    display: flex;
    flex-wrap: wrap; }
    .block-guest .guest-row .image {
      padding-right: 33px;
      width: 51.2%; }
      @media (max-width: 820px) {
        .block-guest .guest-row .image {
          padding: 0 0 30px;
          width: 100%; } }
    .block-guest .guest-row .content {
      flex: 1; }
      @media (max-width: 820px) {
        .block-guest .guest-row .content {
          flex: none;
          width: 100%; } }
      .block-guest .guest-row .content .name {
        font-size: 1.125em;
        font-weight: 700;
        margin-bottom: 2px;
        text-transform: uppercase; }
        .block-guest .guest-row .content .name a.social-link {
          color: #f2a81d;
          display: inline-block;
          margin-left: 6px;
          text-decoration: none; }
          .block-guest .guest-row .content .name a.social-link:hover {
            color: #000; }
      .block-guest .guest-row .content .title {
        font-size: .875em;
        font-style: italic;
        font-weight: 300;
        margin-bottom: 1em; }
      .block-guest .guest-row .content .bio {
        font-weight: 300; }
        .block-guest .guest-row .content .bio p {
          margin-bottom: 2em; }
          .block-guest .guest-row .content .bio p:last-of-type {
            margin-bottom: 0; }
        .block-guest .guest-row .content .bio ul {
          padding-left: 14px; }
        .block-guest .guest-row .content .bio a {
          color: #f2a81d; }
          .block-guest .guest-row .content .bio a:hover {
            color: #000; }

.feed h3.feed-title {
  position: relative;
  text-transform: uppercase; }
.feed .post {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.1em; }
  .feed .post a.image img {
    display: block;
    margin-bottom: 1em;
    width: 100%; }
  .feed .post a.post-title {
    text-decoration: none; }
    .feed .post a.post-title h3 {
      font-size: 1.125em; }
    .feed .post a.post-title h4.episode {
      color: #f2a81d;
      font-size: .875em;
      font-weight: 500;
      margin-bottom: 0;
      text-transform: uppercase; }
  .feed .post .description {
    font-size: .875em;
    margin-bottom: 1em; }
.feed.title-black-with-icon h3.feed-title {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1.1em; }
  @media (max-width: 820px) {
    .feed.title-black-with-icon h3.feed-title {
      font-size: 1.25em; } }
  .feed.title-black-with-icon h3.feed-title i {
    font-size: .5em;
    margin-right: 3px; }
  .feed.title-black-with-icon h3.feed-title svg {
    margin-right: 3px; }
  .feed.title-black-with-icon h3.feed-title span {
    background: #fff;
    padding: 0 2px 0 0; }
  .feed.title-black-with-icon h3.feed-title:after {
    background: #000;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 1em;
    width: calc(100% - 30px);
    z-index: -1; }
    @media (max-width: 820px) {
      .feed.title-black-with-icon h3.feed-title:after {
        top: auto;
        bottom: .3em; } }
.feed.title-green h3.feed-title {
  color: #06d46f;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: .25em; }
.feed.title-yellow h3.feed-title {
  color: #f2a81d;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: .25em; }
.feed.feed-img-title-desc .post {
  padding-bottom: .3em; }
  .feed.feed-img-title-desc .post a.image,
  .feed.feed-img-title-desc .post .arve {
    order: 1; }
  .feed.feed-img-title-desc .post a.post-title {
    order: 2; }
  .feed.feed-img-title-desc .post .description {
    order: 3; }
.feed.feed-img-title-desc-alt .post {
  border: 0; }
  .feed.feed-img-title-desc-alt .post a.image {
    height: 0;
    margin-bottom: 24px;
    order: 1;
    padding-bottom: 70.7%;
    position: relative; }
    .feed.feed-img-title-desc-alt .post a.image img {
      bottom: 0;
      display: block;
      height: 100%;
      left: 0;
      object-fit: cover;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
  .feed.feed-img-title-desc-alt .post .arve {
    order: 1; }
  .feed.feed-img-title-desc-alt .post a.post-title {
    order: 2; }
    .feed.feed-img-title-desc-alt .post a.post-title h4.episode {
      font-size: 1.5em;
      font-weight: 300;
      margin-bottom: 12px; }
    .feed.feed-img-title-desc-alt .post a.post-title h3 {
      font-size: 1.875em;
      font-weight: 700;
      margin-bottom: 16px; }
  .feed.feed-img-title-desc-alt .post .description {
    font-size: 1.5em;
    order: 3; }
.feed.feed-title-desc-img .post {
  margin-bottom: 1.4em;
  padding-bottom: 1.2em; }
  .feed.feed-title-desc-img .post a.image,
  .feed.feed-title-desc-img .post .arve {
    order: 3; }
  .feed.feed-title-desc-img .post a.post-title {
    order: 1; }
    .feed.feed-title-desc-img .post a.post-title h3 {
      font-size: 1.875em;
      margin-bottom: .3em; }
      @media (max-width: 820px) {
        .feed.feed-title-desc-img .post a.post-title h3 {
          font-size: 1.5em; } }
  .feed.feed-title-desc-img .post .description {
    margin-bottom: 1.4em;
    order: 2; }
.feed.feed-img-title-desc-grey .image img {
  display: block;
  margin: 0 !important; }
.feed.feed-img-title-desc-grey .image + .post-title {
  background: #f1f1f1;
  padding: 18px 18px 13px; }
  .feed.feed-img-title-desc-grey .image + .post-title h3 {
    margin: 0; }
.feed.feed-img-title-desc-grey .image + .post-title + .description {
  background: #f1f1f1;
  margin-bottom: 0;
  padding: 0 18px 24px; }
.feed.feed-title .image,
.feed.feed-title .description {
  display: none; }
.feed.feed-two-col-overlay {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .feed.feed-two-col-overlay h3.feed-title {
    width: 100%; }
  .feed.feed-two-col-overlay .post {
    height: 0;
    margin-bottom: 24px;
    padding-bottom: 28.5%;
    position: relative;
    width: calc( 50% - 12px ); }
    @media (max-width: 820px) {
      .feed.feed-two-col-overlay .post {
        height: auto;
        padding-bottom: 0;
        width: 100%; } }
    .feed.feed-two-col-overlay .post:after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
      bottom: 0;
      content: '';
      display: block;
      height: 155px;
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      transition: .3s all;
      z-index: 3; }
      @media (max-width: 820px) {
        .feed.feed-two-col-overlay .post:after {
          display: none; } }
    .feed.feed-two-col-overlay .post:hover:after {
      height: 180px; }
    @media (max-width: 820px) {
      .feed.feed-two-col-overlay .post .image {
        display: block;
        padding-bottom: 80%;
        position: relative;
        width: 100%; }
        .feed.feed-two-col-overlay .post .image:after {
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
          bottom: 0;
          content: '';
          display: block;
          height: 155px;
          left: 0;
          pointer-events: none;
          position: absolute;
          right: 0;
          transition: .3s all;
          z-index: 3; } }
    .feed.feed-two-col-overlay .post .image img {
      bottom: 0;
      height: 100%;
      display: block;
      left: 0;
      object-fit: cover;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      z-index: 2; }
    .feed.feed-two-col-overlay .post .overlay {
      bottom: 42px;
      left: 28px;
      position: absolute;
      right: 28px;
      z-index: 4; }
      @media (max-width: 820px) {
        .feed.feed-two-col-overlay .post .overlay {
          background: #000;
          bottom: auto;
          color: #fff;
          left: auto;
          padding: 20px;
          position: relative;
          right: auto; } }
      .feed.feed-two-col-overlay .post .overlay a.post-title h3 {
        color: #fff;
        font-size: 1.5em;
        margin-bottom: 5px; }
      .feed.feed-two-col-overlay .post .overlay a.post-title:hover h3 {
        color: #f2a81d; }
      .feed.feed-two-col-overlay .post .overlay .description {
        color: #fff;
        margin-bottom: 0; }
.feed.feed-premium .post {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.feed.feed-premium .image {
  display: block;
  min-height: 459px;
  position: relative;
  width: 54.4%; }
  @media (max-width: 820px) {
    .feed.feed-premium .image {
      height: 0;
      min-height: 0;
      padding-bottom: 100%;
      width: 100%; } }
  .feed.feed-premium .image img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3; }
  .feed.feed-premium .image:after {
    background-image: url(../images/premium-content.png);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 148px;
    left: 0;
    position: absolute;
    top: 0;
    width: 164px;
    z-index: 4; }
.feed.feed-premium .right {
  align-items: center;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  width: 45.6%; }
  @media (max-width: 820px) {
    .feed.feed-premium .right {
      width: 100%; } }
  .feed.feed-premium .right .center .post-type {
    color: #d21a4f;
    font-size: .875em;
    font-weight: 500;
    text-transform: uppercase; }
  .feed.feed-premium .right .center a.post-title h3 {
    font-size: 1.5em; }
  .feed.feed-premium .right .center .description {
    font-size: 1em; }

div.visibility-wrapper.hide-border-last .feed .post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0; }

#aa-ticker-wrapper #aa-ticker-infinite #aa-ticker {
  display: flex;
  justify-content: center; }
  #aa-ticker-wrapper #aa-ticker-infinite #aa-ticker div {
    padding: 0 10px; }
    #aa-ticker-wrapper #aa-ticker-infinite #aa-ticker div span {
      display: inline-block;
      padding-right: 14px;
      position: relative; }
      #aa-ticker-wrapper #aa-ticker-infinite #aa-ticker div span.inc {
        color: #06d46f; }
        #aa-ticker-wrapper #aa-ticker-infinite #aa-ticker div span.inc:after {
          box-sizing: border-box;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 10px solid #06d46f;
          content: '';
          display: block;
          height: 0px;
          position: absolute;
          right: 0;
          top: 5px;
          width: 0px; }
      #aa-ticker-wrapper #aa-ticker-infinite #aa-ticker div span.dec {
        color: #c41f66; }
        #aa-ticker-wrapper #aa-ticker-infinite #aa-ticker div span.dec:after {
          box-sizing: border-box;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 10px solid #c41f66;
          content: '';
          display: block;
          height: 0px;
          position: absolute;
          right: 0;
          top: 5px;
          width: 0px; }

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