/* Access Foundation Variables, Utilities, Mixins
----------------------------------------------- */
/* Set Global Variables
----------------------------------------------- */
/* foundation css */
/* box shadow */
/* badges, buttons, labels, progress bar colors */
/* callout box colors */
/* color schemes */
/* Custom Foundation Override Styles
----------------------------------------------- */
.input-text,
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  font-style: normal;
  line-height: 30px;
  text-transform: none;
  padding: 11px 30px;
  height: 60px;
}
.input-text::-moz-placeholder, [type=text]::-moz-placeholder, [type=password]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=month]::-moz-placeholder, [type=week]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=color]::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.input-text::placeholder,
[type=text]::placeholder,
[type=password]::placeholder,
[type=date]::placeholder,
[type=datetime]::placeholder,
[type=datetime-local]::placeholder,
[type=month]::placeholder,
[type=week]::placeholder,
[type=email]::placeholder,
[type=number]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=color]::placeholder,
textarea::placeholder {
  transition: color 0.15s ease-in-out;
}
.with-background .input-text, .reveal .input-text, .content-wrap .input-text, .fundirectory-core-form > fieldset .input-text,
.with-background [type=text],
.reveal [type=text],
.content-wrap [type=text],
.fundirectory-core-form > fieldset [type=text],
.with-background [type=password],
.reveal [type=password],
.content-wrap [type=password],
.fundirectory-core-form > fieldset [type=password],
.with-background [type=date],
.reveal [type=date],
.content-wrap [type=date],
.fundirectory-core-form > fieldset [type=date],
.with-background [type=datetime],
.reveal [type=datetime],
.content-wrap [type=datetime],
.fundirectory-core-form > fieldset [type=datetime],
.with-background [type=datetime-local],
.reveal [type=datetime-local],
.content-wrap [type=datetime-local],
.fundirectory-core-form > fieldset [type=datetime-local],
.with-background [type=month],
.reveal [type=month],
.content-wrap [type=month],
.fundirectory-core-form > fieldset [type=month],
.with-background [type=week],
.reveal [type=week],
.content-wrap [type=week],
.fundirectory-core-form > fieldset [type=week],
.with-background [type=email],
.reveal [type=email],
.content-wrap [type=email],
.fundirectory-core-form > fieldset [type=email],
.with-background [type=number],
.reveal [type=number],
.content-wrap [type=number],
.fundirectory-core-form > fieldset [type=number],
.with-background [type=search],
.reveal [type=search],
.content-wrap [type=search],
.fundirectory-core-form > fieldset [type=search],
.with-background [type=tel],
.reveal [type=tel],
.content-wrap [type=tel],
.fundirectory-core-form > fieldset [type=tel],
.with-background [type=time],
.reveal [type=time],
.content-wrap [type=time],
.fundirectory-core-form > fieldset [type=time],
.with-background [type=url],
.reveal [type=url],
.content-wrap [type=url],
.fundirectory-core-form > fieldset [type=url],
.with-background [type=color],
.reveal [type=color],
.content-wrap [type=color],
.fundirectory-core-form > fieldset [type=color],
.with-background textarea,
.reveal textarea,
.content-wrap textarea,
.fundirectory-core-form > fieldset textarea {
  background-color: #e8e8e9;
}

.input-text:focus::-moz-placeholder, [type=text]:focus::-moz-placeholder, [type=password]:focus::-moz-placeholder, [type=date]:focus::-moz-placeholder, [type=datetime]:focus::-moz-placeholder, [type=datetime-local]:focus::-moz-placeholder, [type=month]:focus::-moz-placeholder, [type=week]:focus::-moz-placeholder, [type=email]:focus::-moz-placeholder, [type=number]:focus::-moz-placeholder, [type=search]:focus::-moz-placeholder, [type=tel]:focus::-moz-placeholder, [type=time]:focus::-moz-placeholder, [type=url]:focus::-moz-placeholder, [type=color]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

.input-text:focus::placeholder,
[type=text]:focus::placeholder,
[type=password]:focus::placeholder,
[type=date]:focus::placeholder,
[type=datetime]:focus::placeholder,
[type=datetime-local]:focus::placeholder,
[type=month]:focus::placeholder,
[type=week]:focus::placeholder,
[type=email]:focus::placeholder,
[type=number]:focus::placeholder,
[type=search]:focus::placeholder,
[type=tel]:focus::placeholder,
[type=time]:focus::placeholder,
[type=url]:focus::placeholder,
[type=color]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

/* Disable Foundation blue outline */
.reveal,
[type=submit],
button:focus {
  outline: 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #f5f5f5;
}

.tabs.primary {
  background: #ffffff;
  overflow: hidden;
}
.tabs.primary > .tabs-title > a {
  color: #1a1a1a;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

/* Implement Typescale (will be included in the next version) */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Vidaloka", serif;
  font-weight: 300;
  font-style: normal;
  color: #1a1a1a;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #cacaca;
  line-height: 0;
}
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
  color: #1a1a1a;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #1a1a1a;
}

.h1 {
  font-size: 3.125rem;
}

.h2 {
  font-size: 2.5rem;
}

.h3 {
  font-size: 2.25rem;
}

.h4 {
  font-size: 1.75rem;
}

.h5 {
  font-size: 1.5rem;
}

.h6 {
  font-size: 1.25rem;
}

@media screen and (min-width: 40em) {
  .h1 {
    font-size: 3.75rem;
  }
  .h2 {
    font-size: 3.125rem;
  }
  .h3 {
    font-size: 2.5rem;
  }
  .h4 {
    font-size: 1.875rem;
  }
  .h5 {
    font-size: 1.5rem;
  }
  .h6 {
    font-size: 1.25rem;
  }
}
a {
  color: #1a1a1a;
  font-weight: 400;
  transition: color 0.3s ease;
}

strong,
b {
  color: #1a1a1a;
}

/* Resets, Variables, Mixins
----------------------------------------------- */
/* Set Global Variables
----------------------------------------------- */
/* foundation css */
/* box shadow */
/* badges, buttons, labels, progress bar colors */
/* callout box colors */
/* color schemes */
/* Set any animations here */
/* loader used for google maps, etc */
.spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #1a1a1a;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  animation-delay: -1.1s;
}

.spinner .rect3 {
  animation-delay: -1s;
}

.spinner .rect4 {
  animation-delay: -0.9s;
}

.spinner .rect5 {
  animation-delay: -0.8s;
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* typed.js blinking cursor */
.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Button mixins
 ----------------------------------------------- */
/* Callout mixin
 ----------------------------------------------- */
/*
 * Generates all color schemes using this template.
 *
 * Anything scheme color-related (no matter what element)
 * should be put in here so it's applied to all color
 * scheme changes. Also, make sure to update
 * /includes/customizer/styles/color.php since it's hardcoded
 * for custom colors. Just copy block from style.css and
 * replace # hex colors with variables.
 ----------------------------------------------- */
/* Color Schemes - MUST BE BEFORE EVERYTHING ELSE
 * otherwise css inheritance kills things.
----------------------------------------------- */
/* Customizer Color Schemes
----------------------------------------------- */
/* Setup the map */
/* Loop through and build out the color schemes */
.theme-blue {
  /* Foundation */
}
.theme-blue a:not(.button):hover, .theme-blue a:not(.button):focus {
  color: #0e5e86;
}
.theme-blue .highlightlinks a,
.theme-blue .i .l .highlightlinks a {
  color: #0e5e86;
}
.theme-blue .button {
  background-color: #0e5e86;
  border-color: #0e5e86;
}
.theme-blue .button.primary {
  background-color: #0e5e86;
  border-color: #0e5e86;
  color: #ffffff;
}
.theme-blue .button.primary::before {
  background-color: #ffffff;
}
.theme-blue .button.primary:hover, .theme-blue .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-blue .button.hollow {
  border-color: #0e5e86;
}
.theme-blue .button.hollow::before {
  background-color: #0e5e86;
}
.theme-blue .button.hollow:hover, .theme-blue .button.hollow:focus {
  border-color: #0e5e86;
}
.theme-blue .button.hollow.primary {
  border-color: #0e5e86;
  color: #0e5e86;
}
.theme-blue .button.hollow.primary:hover, .theme-blue .button.hollow.primary:focus {
  border-color: rgb(11.5878378378, 77.8040540541, 110.9121621622);
  color: rgb(11.5878378378, 77.8040540541, 110.9121621622);
}
.theme-blue .button.disabled:hover, .theme-blue .button.disabled:focus {
  background-color: #0e5e86;
}
.theme-blue .button.disabled.primary:hover, .theme-blue .button.disabled.primary:focus {
  background-color: #0e5e86;
}
.theme-blue .content-wrap .input-group > :last-child > .button:hover, .theme-blue .content-wrap .input-group > :last-child > .button:focus {
  background-color: #0e5e86;
  border-color: #0e5e86;
}
.theme-blue .with-background .absolute-button button.button:hover, .theme-blue .with-background .absolute-button button.button:focus,
.theme-blue .reveal .absolute-button button.button:hover,
.theme-blue .reveal .absolute-button button.button:focus,
.theme-blue .content-wrap .absolute-button button.button:hover,
.theme-blue .content-wrap .absolute-button button.button:focus,
.theme-blue .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-blue .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #0e5e86;
  border-color: #0e5e86;
}
.theme-blue .accordion-title {
  color: #0e5e86;
}
.theme-blue .is-accordion-submenu-parent > a::after {
  border-color: #0e5e86 transparent transparent;
}
.theme-blue .badge {
  background: #0e5e86;
}
.theme-blue .breadcrumbs a {
  color: #0e5e86;
}
.theme-blue .button-group.primary .button {
  background-color: #0e5e86;
}
.theme-blue .button-group.primary .button:hover, .theme-blue .button-group.primary .button:focus {
  background-color: rgb(11.5878378378, 77.8040540541, 110.9121621622);
  color: #ffffff;
}
.theme-blue .menu .active > a {
  background: #0e5e86;
}
.theme-blue .top-bar ul.submenu {
  border-color: #0e5e86;
}
.theme-blue .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #0e5e86;
}
.theme-blue .js-drilldown-back > a::before {
  border-color: transparent #0e5e86 transparent transparent;
}
.theme-blue .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #0e5e86 transparent transparent;
}
.theme-blue .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #0e5e86 transparent transparent;
}
.theme-blue .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #0e5e86;
}
.theme-blue .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #0e5e86 transparent transparent;
}
.theme-blue .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #0e5e86 transparent transparent;
}
.theme-blue .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #0e5e86;
}
.theme-blue .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #0e5e86 transparent transparent;
}
.theme-blue .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #0e5e86 transparent transparent;
}
.theme-blue .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #0e5e86;
}
.theme-blue .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #0e5e86 transparent transparent;
}
.theme-blue .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #0e5e86;
}
.theme-blue .pagination .current {
  background: #0e5e86;
}
.theme-blue .pagination .current a:hover, .theme-blue .pagination .current a:focus, .theme-blue .pagination .current a:active {
  color: #ffffff;
  background: #0e5e86;
}
.theme-blue .pagination a:hover, .theme-blue .pagination a:focus, .theme-blue .pagination a:active {
  color: #ffffff;
  background: #0e5e86;
}
.theme-blue .progress.primary .progress-meter {
  background-color: #0e5e86;
}
.theme-blue .progress-meter {
  background-color: #0e5e86;
}
.theme-blue .slider-handle {
  background-color: #0e5e86;
}
.theme-blue .slider-handle:hover {
  background-color: #0e5e86;
  opacity: 0.5;
}
.theme-blue input:checked ~ .switch-paddle {
  background: #0e5e86;
}
.theme-blue .tabs.primary {
  border-bottom: 3px solid #0e5e86 !important;
}
.theme-blue .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #0e5e86;
  color: #ffffff;
}
.theme-blue .tabs.primary > .tabs-title > a:hover, .theme-blue .tabs.primary > .tabs-title > a:focus {
  background: rgb(15.7121621622, 105.4959459459, 150.3878378378);
  color: #ffffff;
}
.theme-blue {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-blue .progress-indicator > li.is-complete {
  color: #0e5e86;
}
.theme-blue .progress-indicator > li.is-complete::before, .theme-blue .progress-indicator > li.is-complete::after {
  background: #0e5e86;
}
.theme-blue .progress-indicator > li.is-complete span {
  color: #0e5e86;
}
.theme-blue .progress-indicator > li.is-current {
  color: rgb(23.6486486486, 158.7837837838, 226.3513513514);
}
.theme-blue .progress-indicator > li.is-current::before {
  background: rgb(23.6486486486, 158.7837837838, 226.3513513514);
}
.theme-blue .progress-indicator > li.is-current span {
  color: rgb(23.6486486486, 158.7837837838, 226.3513513514);
}
.theme-blue {
  /* Secondary Menu */
}
.theme-blue #top-bar-secondary {
  background-color: #0e5e86;
}
.theme-blue #top-bar-secondary #menu-header > .menu-item > a {
  color: #ffffff;
}
.theme-blue {
  /* Misc */
}
.theme-blue #topcontrol {
  background: #0e5e86;
}
.theme-blue #topcontrol:hover {
  background: rgb(11.5878378378, 77.8040540541, 110.9121621622);
}
.theme-blue .price-wrap .tag-head {
  background: #0e5e86;
}
.theme-blue .refine-categories-list-label::after {
  border-color: #0e5e86 transparent transparent;
}
.theme-blue {
  /* Listing */
}
.theme-blue .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #0e5e86;
}
.theme-blue .listing-wrap article.content-absolute a:hover, .theme-blue .listing-wrap article.content-absolute a:focus {
  color: #0e5e86;
}
.theme-blue .like-button:hover:not(.liked) i {
  color: #0e5e86;
}
.theme-blue .like-button.liked i {
  color: #0e5e86;
}
.theme-blue {
  /* widgets */
}
.theme-blue .home-widget-subtitle {
  color: #0e5e86;
}
.theme-blue .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-blue .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-blue .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-blue .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #0e5e86;
}
.theme-blue .short_line span {
  background-color: #0e5e86;
}
.theme-blue .slick-nav-button-wrapper .slick-prev:hover,
.theme-blue .slick-nav-button-wrapper .slick-next:hover {
  color: #0e5e86;
}
.theme-blue .slick-nav-button-wrapper .slick-prev:hover::before, .theme-blue .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-blue .slick-nav-button-wrapper .slick-next:hover::before,
.theme-blue .slick-nav-button-wrapper .slick-next:hover::after {
  color: #0e5e86;
}
.theme-blue .fundirectory-models-slider .slick-arrow:hover::before {
  color: #0e5e86;
}
.theme-blue .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #0e5e86;
}
.theme-blue .fundirectory-widget-params li strong {
  color: #0e5e86;
}
.theme-blue .widget_fundirectory_site_search .search-submit {
  background-color: #0e5e86;
}
.theme-blue .fundirectory-models-slider .model-thumb {
  background-color: #0e5e86;
}
.theme-blue {
  /* widget listing map */
}
.theme-blue .entry-location ul > li i.fa {
  color: #0e5e86;
}
.theme-blue {
  /* admin edit */
}
.theme-blue .social-edit-profile .input-group-label {
  background-color: #0e5e86;
}
.theme-blue .widget_recent_comments li::before,
.theme-blue .widget_recent_entries li::before {
  color: #0e5e86;
}
.theme-blue .widget_archive a:before,
.theme-blue .widget_categories a:before,
.theme-blue .widget_fundirectory_site_categories a:before,
.theme-blue .widget-model-categories a:before,
.theme-blue .widget_meta a:before,
.theme-blue .widget_nav_menu a:before,
.theme-blue .widget_pages a:before {
  color: #0e5e86;
}
.theme-blue {
  /* registration-done-message */
}
.theme-blue .registration-done-message .fa-check {
  color: #0e5e86;
}
.theme-blue .registration-done-message .btn-close:hover {
  color: #0e5e86;
}
.theme-blue .post-icon::before {
  color: #0e5e86;
}
.theme-blue {
  /* Blog */
}
.theme-blue .video-play-overlay .video-play-button {
  background-color: #0e5e86;
  box-shadow: 0 0 0 0 rgba(14, 94, 134, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(14, 94, 134, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(14, 94, 134, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-blue {
  /* social icons */
}
.theme-blue .social-icons a:hover, .theme-blue .social-icons a:focus,
.theme-blue #footer .social-icons a:hover,
.theme-blue #footer .social-icons a:focus {
  background-color: #0e5e86;
  box-shadow: inset 0 0 0 2px #0e5e86;
}
.theme-blue {
  /* registration */
}
.theme-blue #open_terms_modal {
  color: #0e5e86;
}
.theme-blue #close_modal:hover {
  color: #0e5e86;
}

.theme-green {
  /* Foundation */
}
.theme-green a:not(.button):hover, .theme-green a:not(.button):focus {
  color: #4ca24e;
}
.theme-green .highlightlinks a,
.theme-green .i .l .highlightlinks a {
  color: #4ca24e;
}
.theme-green .button {
  background-color: #4ca24e;
  border-color: #4ca24e;
}
.theme-green .button.primary {
  background-color: #4ca24e;
  border-color: #4ca24e;
  color: #ffffff;
}
.theme-green .button.primary::before {
  background-color: #ffffff;
}
.theme-green .button.primary:hover, .theme-green .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-green .button.hollow {
  border-color: #4ca24e;
}
.theme-green .button.hollow::before {
  background-color: #4ca24e;
}
.theme-green .button.hollow:hover, .theme-green .button.hollow:focus {
  border-color: #4ca24e;
}
.theme-green .button.hollow.primary {
  border-color: #4ca24e;
  color: #4ca24e;
}
.theme-green .button.hollow.primary:hover, .theme-green .button.hollow.primary:focus {
  border-color: rgb(67.8571428571, 144.6428571429, 69.6428571429);
  color: rgb(67.8571428571, 144.6428571429, 69.6428571429);
}
.theme-green .button.disabled:hover, .theme-green .button.disabled:focus {
  background-color: #4ca24e;
}
.theme-green .button.disabled.primary:hover, .theme-green .button.disabled.primary:focus {
  background-color: #4ca24e;
}
.theme-green .content-wrap .input-group > :last-child > .button:hover, .theme-green .content-wrap .input-group > :last-child > .button:focus {
  background-color: #4ca24e;
  border-color: #4ca24e;
}
.theme-green .with-background .absolute-button button.button:hover, .theme-green .with-background .absolute-button button.button:focus,
.theme-green .reveal .absolute-button button.button:hover,
.theme-green .reveal .absolute-button button.button:focus,
.theme-green .content-wrap .absolute-button button.button:hover,
.theme-green .content-wrap .absolute-button button.button:focus,
.theme-green .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-green .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #4ca24e;
  border-color: #4ca24e;
}
.theme-green .accordion-title {
  color: #4ca24e;
}
.theme-green .is-accordion-submenu-parent > a::after {
  border-color: #4ca24e transparent transparent;
}
.theme-green .badge {
  background: #4ca24e;
}
.theme-green .breadcrumbs a {
  color: #4ca24e;
}
.theme-green .button-group.primary .button {
  background-color: #4ca24e;
}
.theme-green .button-group.primary .button:hover, .theme-green .button-group.primary .button:focus {
  background-color: rgb(67.8571428571, 144.6428571429, 69.6428571429);
  color: #ffffff;
}
.theme-green .menu .active > a {
  background: #4ca24e;
}
.theme-green .top-bar ul.submenu {
  border-color: #4ca24e;
}
.theme-green .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #4ca24e;
}
.theme-green .js-drilldown-back > a::before {
  border-color: transparent #4ca24e transparent transparent;
}
.theme-green .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #4ca24e transparent transparent;
}
.theme-green .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #4ca24e transparent transparent;
}
.theme-green .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #4ca24e;
}
.theme-green .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #4ca24e transparent transparent;
}
.theme-green .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #4ca24e transparent transparent;
}
.theme-green .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #4ca24e;
}
.theme-green .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #4ca24e transparent transparent;
}
.theme-green .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #4ca24e transparent transparent;
}
.theme-green .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #4ca24e;
}
.theme-green .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #4ca24e transparent transparent;
}
.theme-green .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #4ca24e;
}
.theme-green .pagination .current {
  background: #4ca24e;
}
.theme-green .pagination .current a:hover, .theme-green .pagination .current a:focus, .theme-green .pagination .current a:active {
  color: #ffffff;
  background: #4ca24e;
}
.theme-green .pagination a:hover, .theme-green .pagination a:focus, .theme-green .pagination a:active {
  color: #ffffff;
  background: #4ca24e;
}
.theme-green .progress.primary .progress-meter {
  background-color: #4ca24e;
}
.theme-green .progress-meter {
  background-color: #4ca24e;
}
.theme-green .slider-handle {
  background-color: #4ca24e;
}
.theme-green .slider-handle:hover {
  background-color: #4ca24e;
  opacity: 0.5;
}
.theme-green input:checked ~ .switch-paddle {
  background: #4ca24e;
}
.theme-green .tabs.primary {
  border-bottom: 3px solid #4ca24e !important;
}
.theme-green .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #4ca24e;
  color: #ffffff;
}
.theme-green .tabs.primary > .tabs-title > a:hover, .theme-green .tabs.primary > .tabs-title > a:focus {
  background: rgb(72.2, 153.9, 74.1);
  color: #ffffff;
}
.theme-green {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-green .progress-indicator > li.is-complete {
  color: #4ca24e;
}
.theme-green .progress-indicator > li.is-complete::before, .theme-green .progress-indicator > li.is-complete::after {
  background: #4ca24e;
}
.theme-green .progress-indicator > li.is-complete span {
  color: #4ca24e;
}
.theme-green .progress-indicator > li.is-current {
  color: rgb(139.2857142857, 200.7142857143, 140.7142857143);
}
.theme-green .progress-indicator > li.is-current::before {
  background: rgb(139.2857142857, 200.7142857143, 140.7142857143);
}
.theme-green .progress-indicator > li.is-current span {
  color: rgb(139.2857142857, 200.7142857143, 140.7142857143);
}
.theme-green {
  /* Secondary Menu */
}
.theme-green #top-bar-secondary {
  background-color: #4ca24e;
}
.theme-green #top-bar-secondary #menu-header > .menu-item > a {
  color: #ffffff;
}
.theme-green {
  /* Misc */
}
.theme-green #topcontrol {
  background: #4ca24e;
}
.theme-green #topcontrol:hover {
  background: rgb(67.8571428571, 144.6428571429, 69.6428571429);
}
.theme-green .price-wrap .tag-head {
  background: #4ca24e;
}
.theme-green .refine-categories-list-label::after {
  border-color: #4ca24e transparent transparent;
}
.theme-green {
  /* Listing */
}
.theme-green .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #4ca24e;
}
.theme-green .listing-wrap article.content-absolute a:hover, .theme-green .listing-wrap article.content-absolute a:focus {
  color: #4ca24e;
}
.theme-green .like-button:hover:not(.liked) i {
  color: #4ca24e;
}
.theme-green .like-button.liked i {
  color: #4ca24e;
}
.theme-green {
  /* widgets */
}
.theme-green .home-widget-subtitle {
  color: #4ca24e;
}
.theme-green .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-green .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-green .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-green .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #4ca24e;
}
.theme-green .short_line span {
  background-color: #4ca24e;
}
.theme-green .slick-nav-button-wrapper .slick-prev:hover,
.theme-green .slick-nav-button-wrapper .slick-next:hover {
  color: #4ca24e;
}
.theme-green .slick-nav-button-wrapper .slick-prev:hover::before, .theme-green .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-green .slick-nav-button-wrapper .slick-next:hover::before,
.theme-green .slick-nav-button-wrapper .slick-next:hover::after {
  color: #4ca24e;
}
.theme-green .fundirectory-models-slider .slick-arrow:hover::before {
  color: #4ca24e;
}
.theme-green .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #4ca24e;
}
.theme-green .fundirectory-widget-params li strong {
  color: #4ca24e;
}
.theme-green .widget_fundirectory_site_search .search-submit {
  background-color: #4ca24e;
}
.theme-green .fundirectory-models-slider .model-thumb {
  background-color: #4ca24e;
}
.theme-green {
  /* widget listing map */
}
.theme-green .entry-location ul > li i.fa {
  color: #4ca24e;
}
.theme-green {
  /* admin edit */
}
.theme-green .social-edit-profile .input-group-label {
  background-color: #4ca24e;
}
.theme-green .widget_recent_comments li::before,
.theme-green .widget_recent_entries li::before {
  color: #4ca24e;
}
.theme-green .widget_archive a:before,
.theme-green .widget_categories a:before,
.theme-green .widget_fundirectory_site_categories a:before,
.theme-green .widget-model-categories a:before,
.theme-green .widget_meta a:before,
.theme-green .widget_nav_menu a:before,
.theme-green .widget_pages a:before {
  color: #4ca24e;
}
.theme-green {
  /* registration-done-message */
}
.theme-green .registration-done-message .fa-check {
  color: #4ca24e;
}
.theme-green .registration-done-message .btn-close:hover {
  color: #4ca24e;
}
.theme-green .post-icon::before {
  color: #4ca24e;
}
.theme-green {
  /* Blog */
}
.theme-green .video-play-overlay .video-play-button {
  background-color: #4ca24e;
  box-shadow: 0 0 0 0 rgba(76, 162, 78, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(76, 162, 78, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(76, 162, 78, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-green {
  /* social icons */
}
.theme-green .social-icons a:hover, .theme-green .social-icons a:focus,
.theme-green #footer .social-icons a:hover,
.theme-green #footer .social-icons a:focus {
  background-color: #4ca24e;
  box-shadow: inset 0 0 0 2px #4ca24e;
}
.theme-green {
  /* registration */
}
.theme-green #open_terms_modal {
  color: #4ca24e;
}
.theme-green #close_modal:hover {
  color: #4ca24e;
}

.theme-orange {
  /* Foundation */
}
.theme-orange a:not(.button):hover, .theme-orange a:not(.button):focus {
  color: #ff8736;
}
.theme-orange .highlightlinks a,
.theme-orange .i .l .highlightlinks a {
  color: #ff8736;
}
.theme-orange .button {
  background-color: #ff8736;
  border-color: #ff8736;
}
.theme-orange .button.primary {
  background-color: #ff8736;
  border-color: #ff8736;
  color: #ffffff;
}
.theme-orange .button.primary::before {
  background-color: #ffffff;
}
.theme-orange .button.primary:hover, .theme-orange .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-orange .button.hollow {
  border-color: #ff8736;
}
.theme-orange .button.hollow::before {
  background-color: #ff8736;
}
.theme-orange .button.hollow:hover, .theme-orange .button.hollow:focus {
  border-color: #ff8736;
}
.theme-orange .button.hollow.primary {
  border-color: #ff8736;
  color: #ff8736;
}
.theme-orange .button.hollow.primary:hover, .theme-orange .button.hollow.primary:focus {
  border-color: rgb(255, 119.776119403, 28.5);
  color: rgb(255, 119.776119403, 28.5);
}
.theme-orange .button.disabled:hover, .theme-orange .button.disabled:focus {
  background-color: #ff8736;
}
.theme-orange .button.disabled.primary:hover, .theme-orange .button.disabled.primary:focus {
  background-color: #ff8736;
}
.theme-orange .content-wrap .input-group > :last-child > .button:hover, .theme-orange .content-wrap .input-group > :last-child > .button:focus {
  background-color: #ff8736;
  border-color: #ff8736;
}
.theme-orange .with-background .absolute-button button.button:hover, .theme-orange .with-background .absolute-button button.button:focus,
.theme-orange .reveal .absolute-button button.button:hover,
.theme-orange .reveal .absolute-button button.button:focus,
.theme-orange .content-wrap .absolute-button button.button:hover,
.theme-orange .content-wrap .absolute-button button.button:focus,
.theme-orange .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-orange .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #ff8736;
  border-color: #ff8736;
}
.theme-orange .accordion-title {
  color: #ff8736;
}
.theme-orange .is-accordion-submenu-parent > a::after {
  border-color: #ff8736 transparent transparent;
}
.theme-orange .badge {
  background: #ff8736;
}
.theme-orange .breadcrumbs a {
  color: #ff8736;
}
.theme-orange .button-group.primary .button {
  background-color: #ff8736;
}
.theme-orange .button-group.primary .button:hover, .theme-orange .button-group.primary .button:focus {
  background-color: rgb(255, 119.776119403, 28.5);
  color: #000000;
}
.theme-orange .menu .active > a {
  background: #ff8736;
}
.theme-orange .top-bar ul.submenu {
  border-color: #ff8736;
}
.theme-orange .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #ff8736;
}
.theme-orange .js-drilldown-back > a::before {
  border-color: transparent #ff8736 transparent transparent;
}
.theme-orange .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #ff8736 transparent transparent;
}
.theme-orange .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #ff8736 transparent transparent;
}
.theme-orange .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #ff8736;
}
.theme-orange .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #ff8736 transparent transparent;
}
.theme-orange .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #ff8736 transparent transparent;
}
.theme-orange .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #ff8736;
}
.theme-orange .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #ff8736 transparent transparent;
}
.theme-orange .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #ff8736 transparent transparent;
}
.theme-orange .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #ff8736;
}
.theme-orange .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #ff8736 transparent transparent;
}
.theme-orange .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #ff8736;
}
.theme-orange .pagination .current {
  background: #ff8736;
}
.theme-orange .pagination .current a:hover, .theme-orange .pagination .current a:focus, .theme-orange .pagination .current a:active {
  color: #ffffff;
  background: #ff8736;
}
.theme-orange .pagination a:hover, .theme-orange .pagination a:focus, .theme-orange .pagination a:active {
  color: #ffffff;
  background: #ff8736;
}
.theme-orange .progress.primary .progress-meter {
  background-color: #ff8736;
}
.theme-orange .progress-meter {
  background-color: #ff8736;
}
.theme-orange .slider-handle {
  background-color: #ff8736;
}
.theme-orange .slider-handle:hover {
  background-color: #ff8736;
  opacity: 0.5;
}
.theme-orange input:checked ~ .switch-paddle {
  background: #ff8736;
}
.theme-orange .tabs.primary {
  border-bottom: 3px solid #ff8736 !important;
}
.theme-orange .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #ff8736;
  color: #000000;
}
.theme-orange .tabs.primary > .tabs-title > a:hover, .theme-orange .tabs.primary > .tabs-title > a:focus {
  background: rgb(255, 125.776119403, 38.55);
  color: #000000;
}
.theme-orange {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-orange .progress-indicator > li.is-complete {
  color: #ff8736;
}
.theme-orange .progress-indicator > li.is-complete::before, .theme-orange .progress-indicator > li.is-complete::after {
  background: #ff8736;
}
.theme-orange .progress-indicator > li.is-complete span {
  color: #ff8736;
}
.theme-orange .progress-indicator > li.is-current {
  color: rgb(255, 195.8955223881, 156);
}
.theme-orange .progress-indicator > li.is-current::before {
  background: rgb(255, 195.8955223881, 156);
}
.theme-orange .progress-indicator > li.is-current span {
  color: rgb(255, 195.8955223881, 156);
}
.theme-orange {
  /* Secondary Menu */
}
.theme-orange #top-bar-secondary {
  background-color: #ff8736;
}
.theme-orange #top-bar-secondary #menu-header > .menu-item > a {
  color: #000000;
}
.theme-orange {
  /* Misc */
}
.theme-orange #topcontrol {
  background: #ff8736;
}
.theme-orange #topcontrol:hover {
  background: rgb(255, 119.776119403, 28.5);
}
.theme-orange .price-wrap .tag-head {
  background: #ff8736;
}
.theme-orange .refine-categories-list-label::after {
  border-color: #ff8736 transparent transparent;
}
.theme-orange {
  /* Listing */
}
.theme-orange .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #ff8736;
}
.theme-orange .listing-wrap article.content-absolute a:hover, .theme-orange .listing-wrap article.content-absolute a:focus {
  color: #ff8736;
}
.theme-orange .like-button:hover:not(.liked) i {
  color: #ff8736;
}
.theme-orange .like-button.liked i {
  color: #ff8736;
}
.theme-orange {
  /* widgets */
}
.theme-orange .home-widget-subtitle {
  color: #ff8736;
}
.theme-orange .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-orange .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-orange .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-orange .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #ff8736;
}
.theme-orange .short_line span {
  background-color: #ff8736;
}
.theme-orange .slick-nav-button-wrapper .slick-prev:hover,
.theme-orange .slick-nav-button-wrapper .slick-next:hover {
  color: #ff8736;
}
.theme-orange .slick-nav-button-wrapper .slick-prev:hover::before, .theme-orange .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-orange .slick-nav-button-wrapper .slick-next:hover::before,
.theme-orange .slick-nav-button-wrapper .slick-next:hover::after {
  color: #ff8736;
}
.theme-orange .fundirectory-models-slider .slick-arrow:hover::before {
  color: #ff8736;
}
.theme-orange .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #ff8736;
}
.theme-orange .fundirectory-widget-params li strong {
  color: #ff8736;
}
.theme-orange .widget_fundirectory_site_search .search-submit {
  background-color: #ff8736;
}
.theme-orange .fundirectory-models-slider .model-thumb {
  background-color: #ff8736;
}
.theme-orange {
  /* widget listing map */
}
.theme-orange .entry-location ul > li i.fa {
  color: #ff8736;
}
.theme-orange {
  /* admin edit */
}
.theme-orange .social-edit-profile .input-group-label {
  background-color: #ff8736;
}
.theme-orange .widget_recent_comments li::before,
.theme-orange .widget_recent_entries li::before {
  color: #ff8736;
}
.theme-orange .widget_archive a:before,
.theme-orange .widget_categories a:before,
.theme-orange .widget_fundirectory_site_categories a:before,
.theme-orange .widget-model-categories a:before,
.theme-orange .widget_meta a:before,
.theme-orange .widget_nav_menu a:before,
.theme-orange .widget_pages a:before {
  color: #ff8736;
}
.theme-orange {
  /* registration-done-message */
}
.theme-orange .registration-done-message .fa-check {
  color: #ff8736;
}
.theme-orange .registration-done-message .btn-close:hover {
  color: #ff8736;
}
.theme-orange .post-icon::before {
  color: #ff8736;
}
.theme-orange {
  /* Blog */
}
.theme-orange .video-play-overlay .video-play-button {
  background-color: #ff8736;
  box-shadow: 0 0 0 0 rgba(255, 135, 54, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(255, 135, 54, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 135, 54, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-orange {
  /* social icons */
}
.theme-orange .social-icons a:hover, .theme-orange .social-icons a:focus,
.theme-orange #footer .social-icons a:hover,
.theme-orange #footer .social-icons a:focus {
  background-color: #ff8736;
  box-shadow: inset 0 0 0 2px #ff8736;
}
.theme-orange {
  /* registration */
}
.theme-orange #open_terms_modal {
  color: #ff8736;
}
.theme-orange #close_modal:hover {
  color: #ff8736;
}

.theme-red {
  /* Foundation */
}
.theme-red a:not(.button):hover, .theme-red a:not(.button):focus {
  color: #b22222;
}
.theme-red .highlightlinks a,
.theme-red .i .l .highlightlinks a {
  color: #b22222;
}
.theme-red .button {
  background-color: #b22222;
  border-color: #b22222;
}
.theme-red .button.primary {
  background-color: #b22222;
  border-color: #b22222;
  color: #ffffff;
}
.theme-red .button.primary::before {
  background-color: #ffffff;
}
.theme-red .button.primary:hover, .theme-red .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-red .button.hollow {
  border-color: #b22222;
}
.theme-red .button.hollow::before {
  background-color: #b22222;
}
.theme-red .button.hollow:hover, .theme-red .button.hollow:focus {
  border-color: #b22222;
}
.theme-red .button.hollow.primary {
  border-color: #b22222;
  color: #b22222;
}
.theme-red .button.hollow.primary:hover, .theme-red .button.hollow.primary:focus {
  border-color: rgb(156.5896226415, 29.9103773585, 29.9103773585);
  color: rgb(156.5896226415, 29.9103773585, 29.9103773585);
}
.theme-red .button.disabled:hover, .theme-red .button.disabled:focus {
  background-color: #b22222;
}
.theme-red .button.disabled.primary:hover, .theme-red .button.disabled.primary:focus {
  background-color: #b22222;
}
.theme-red .content-wrap .input-group > :last-child > .button:hover, .theme-red .content-wrap .input-group > :last-child > .button:focus {
  background-color: #b22222;
  border-color: #b22222;
}
.theme-red .with-background .absolute-button button.button:hover, .theme-red .with-background .absolute-button button.button:focus,
.theme-red .reveal .absolute-button button.button:hover,
.theme-red .reveal .absolute-button button.button:focus,
.theme-red .content-wrap .absolute-button button.button:hover,
.theme-red .content-wrap .absolute-button button.button:focus,
.theme-red .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-red .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #b22222;
  border-color: #b22222;
}
.theme-red .accordion-title {
  color: #b22222;
}
.theme-red .is-accordion-submenu-parent > a::after {
  border-color: #b22222 transparent transparent;
}
.theme-red .badge {
  background: #b22222;
}
.theme-red .breadcrumbs a {
  color: #b22222;
}
.theme-red .button-group.primary .button {
  background-color: #b22222;
}
.theme-red .button-group.primary .button:hover, .theme-red .button-group.primary .button:focus {
  background-color: rgb(156.5896226415, 29.9103773585, 29.9103773585);
  color: #ffffff;
}
.theme-red .menu .active > a {
  background: #b22222;
}
.theme-red .top-bar ul.submenu {
  border-color: #b22222;
}
.theme-red .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #b22222;
}
.theme-red .js-drilldown-back > a::before {
  border-color: transparent #b22222 transparent transparent;
}
.theme-red .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #b22222 transparent transparent;
}
.theme-red .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #b22222 transparent transparent;
}
.theme-red .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #b22222;
}
.theme-red .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #b22222 transparent transparent;
}
.theme-red .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #b22222 transparent transparent;
}
.theme-red .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #b22222;
}
.theme-red .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #b22222 transparent transparent;
}
.theme-red .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #b22222 transparent transparent;
}
.theme-red .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #b22222;
}
.theme-red .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #b22222 transparent transparent;
}
.theme-red .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #b22222;
}
.theme-red .pagination .current {
  background: #b22222;
}
.theme-red .pagination .current a:hover, .theme-red .pagination .current a:focus, .theme-red .pagination .current a:active {
  color: #ffffff;
  background: #b22222;
}
.theme-red .pagination a:hover, .theme-red .pagination a:focus, .theme-red .pagination a:active {
  color: #ffffff;
  background: #b22222;
}
.theme-red .progress.primary .progress-meter {
  background-color: #b22222;
}
.theme-red .progress-meter {
  background-color: #b22222;
}
.theme-red .slider-handle {
  background-color: #b22222;
}
.theme-red .slider-handle:hover {
  background-color: #b22222;
  opacity: 0.5;
}
.theme-red input:checked ~ .switch-paddle {
  background: #b22222;
}
.theme-red .tabs.primary {
  border-bottom: 3px solid #b22222 !important;
}
.theme-red .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #b22222;
  color: #ffffff;
}
.theme-red .tabs.primary > .tabs-title > a:hover, .theme-red .tabs.primary > .tabs-title > a:focus {
  background: rgb(169.1, 32.3, 32.3);
  color: #ffffff;
}
.theme-red {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-red .progress-indicator > li.is-complete {
  color: #b22222;
}
.theme-red .progress-indicator > li.is-complete::before, .theme-red .progress-indicator > li.is-complete::after {
  background: #b22222;
}
.theme-red .progress-indicator > li.is-complete span {
  color: #b22222;
}
.theme-red .progress-indicator > li.is-current {
  color: rgb(223.5660377358, 90.4339622642, 90.4339622642);
}
.theme-red .progress-indicator > li.is-current::before {
  background: rgb(223.5660377358, 90.4339622642, 90.4339622642);
}
.theme-red .progress-indicator > li.is-current span {
  color: rgb(223.5660377358, 90.4339622642, 90.4339622642);
}
.theme-red {
  /* Secondary Menu */
}
.theme-red #top-bar-secondary {
  background-color: #b22222;
}
.theme-red #top-bar-secondary #menu-header > .menu-item > a {
  color: #ffffff;
}
.theme-red {
  /* Misc */
}
.theme-red #topcontrol {
  background: #b22222;
}
.theme-red #topcontrol:hover {
  background: rgb(156.5896226415, 29.9103773585, 29.9103773585);
}
.theme-red .price-wrap .tag-head {
  background: #b22222;
}
.theme-red .refine-categories-list-label::after {
  border-color: #b22222 transparent transparent;
}
.theme-red {
  /* Listing */
}
.theme-red .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #b22222;
}
.theme-red .listing-wrap article.content-absolute a:hover, .theme-red .listing-wrap article.content-absolute a:focus {
  color: #b22222;
}
.theme-red .like-button:hover:not(.liked) i {
  color: #b22222;
}
.theme-red .like-button.liked i {
  color: #b22222;
}
.theme-red {
  /* widgets */
}
.theme-red .home-widget-subtitle {
  color: #b22222;
}
.theme-red .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-red .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-red .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-red .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #b22222;
}
.theme-red .short_line span {
  background-color: #b22222;
}
.theme-red .slick-nav-button-wrapper .slick-prev:hover,
.theme-red .slick-nav-button-wrapper .slick-next:hover {
  color: #b22222;
}
.theme-red .slick-nav-button-wrapper .slick-prev:hover::before, .theme-red .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-red .slick-nav-button-wrapper .slick-next:hover::before,
.theme-red .slick-nav-button-wrapper .slick-next:hover::after {
  color: #b22222;
}
.theme-red .fundirectory-models-slider .slick-arrow:hover::before {
  color: #b22222;
}
.theme-red .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #b22222;
}
.theme-red .fundirectory-widget-params li strong {
  color: #b22222;
}
.theme-red .widget_fundirectory_site_search .search-submit {
  background-color: #b22222;
}
.theme-red .fundirectory-models-slider .model-thumb {
  background-color: #b22222;
}
.theme-red {
  /* widget listing map */
}
.theme-red .entry-location ul > li i.fa {
  color: #b22222;
}
.theme-red {
  /* admin edit */
}
.theme-red .social-edit-profile .input-group-label {
  background-color: #b22222;
}
.theme-red .widget_recent_comments li::before,
.theme-red .widget_recent_entries li::before {
  color: #b22222;
}
.theme-red .widget_archive a:before,
.theme-red .widget_categories a:before,
.theme-red .widget_fundirectory_site_categories a:before,
.theme-red .widget-model-categories a:before,
.theme-red .widget_meta a:before,
.theme-red .widget_nav_menu a:before,
.theme-red .widget_pages a:before {
  color: #b22222;
}
.theme-red {
  /* registration-done-message */
}
.theme-red .registration-done-message .fa-check {
  color: #b22222;
}
.theme-red .registration-done-message .btn-close:hover {
  color: #b22222;
}
.theme-red .post-icon::before {
  color: #b22222;
}
.theme-red {
  /* Blog */
}
.theme-red .video-play-overlay .video-play-button {
  background-color: #b22222;
  box-shadow: 0 0 0 0 rgba(178, 34, 34, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(178, 34, 34, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(178, 34, 34, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-red {
  /* social icons */
}
.theme-red .social-icons a:hover, .theme-red .social-icons a:focus,
.theme-red #footer .social-icons a:hover,
.theme-red #footer .social-icons a:focus {
  background-color: #b22222;
  box-shadow: inset 0 0 0 2px #b22222;
}
.theme-red {
  /* registration */
}
.theme-red #open_terms_modal {
  color: #b22222;
}
.theme-red #close_modal:hover {
  color: #b22222;
}

.theme-teal {
  /* Foundation */
}
.theme-teal a:not(.button):hover, .theme-teal a:not(.button):focus {
  color: #2db6a0;
}
.theme-teal .highlightlinks a,
.theme-teal .i .l .highlightlinks a {
  color: #2db6a0;
}
.theme-teal .button {
  background-color: #2db6a0;
  border-color: #2db6a0;
}
.theme-teal .button.primary {
  background-color: #2db6a0;
  border-color: #2db6a0;
  color: #ffffff;
}
.theme-teal .button.primary::before {
  background-color: #ffffff;
}
.theme-teal .button.primary:hover, .theme-teal .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-teal .button.hollow {
  border-color: #2db6a0;
}
.theme-teal .button.hollow::before {
  background-color: #2db6a0;
}
.theme-teal .button.hollow:hover, .theme-teal .button.hollow:focus {
  border-color: #2db6a0;
}
.theme-teal .button.hollow.primary {
  border-color: #2db6a0;
  color: #2db6a0;
}
.theme-teal .button.hollow.primary:hover, .theme-teal .button.hollow.primary:focus {
  border-color: rgb(39.9449339207, 161.5550660793, 142.0264317181);
  color: rgb(39.9449339207, 161.5550660793, 142.0264317181);
}
.theme-teal .button.disabled:hover, .theme-teal .button.disabled:focus {
  background-color: #2db6a0;
}
.theme-teal .button.disabled.primary:hover, .theme-teal .button.disabled.primary:focus {
  background-color: #2db6a0;
}
.theme-teal .content-wrap .input-group > :last-child > .button:hover, .theme-teal .content-wrap .input-group > :last-child > .button:focus {
  background-color: #2db6a0;
  border-color: #2db6a0;
}
.theme-teal .with-background .absolute-button button.button:hover, .theme-teal .with-background .absolute-button button.button:focus,
.theme-teal .reveal .absolute-button button.button:hover,
.theme-teal .reveal .absolute-button button.button:focus,
.theme-teal .content-wrap .absolute-button button.button:hover,
.theme-teal .content-wrap .absolute-button button.button:focus,
.theme-teal .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-teal .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #2db6a0;
  border-color: #2db6a0;
}
.theme-teal .accordion-title {
  color: #2db6a0;
}
.theme-teal .is-accordion-submenu-parent > a::after {
  border-color: #2db6a0 transparent transparent;
}
.theme-teal .badge {
  background: #2db6a0;
}
.theme-teal .breadcrumbs a {
  color: #2db6a0;
}
.theme-teal .button-group.primary .button {
  background-color: #2db6a0;
}
.theme-teal .button-group.primary .button:hover, .theme-teal .button-group.primary .button:focus {
  background-color: rgb(39.9449339207, 161.5550660793, 142.0264317181);
  color: #ffffff;
}
.theme-teal .menu .active > a {
  background: #2db6a0;
}
.theme-teal .top-bar ul.submenu {
  border-color: #2db6a0;
}
.theme-teal .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #2db6a0;
}
.theme-teal .js-drilldown-back > a::before {
  border-color: transparent #2db6a0 transparent transparent;
}
.theme-teal .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #2db6a0 transparent transparent;
}
.theme-teal .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #2db6a0 transparent transparent;
}
.theme-teal .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #2db6a0;
}
.theme-teal .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #2db6a0 transparent transparent;
}
.theme-teal .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #2db6a0 transparent transparent;
}
.theme-teal .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #2db6a0;
}
.theme-teal .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #2db6a0 transparent transparent;
}
.theme-teal .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #2db6a0 transparent transparent;
}
.theme-teal .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #2db6a0;
}
.theme-teal .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #2db6a0 transparent transparent;
}
.theme-teal .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #2db6a0;
}
.theme-teal .pagination .current {
  background: #2db6a0;
}
.theme-teal .pagination .current a:hover, .theme-teal .pagination .current a:focus, .theme-teal .pagination .current a:active {
  color: #ffffff;
  background: #2db6a0;
}
.theme-teal .pagination a:hover, .theme-teal .pagination a:focus, .theme-teal .pagination a:active {
  color: #ffffff;
  background: #2db6a0;
}
.theme-teal .progress.primary .progress-meter {
  background-color: #2db6a0;
}
.theme-teal .progress-meter {
  background-color: #2db6a0;
}
.theme-teal .slider-handle {
  background-color: #2db6a0;
}
.theme-teal .slider-handle:hover {
  background-color: #2db6a0;
  opacity: 0.5;
}
.theme-teal input:checked ~ .switch-paddle {
  background: #2db6a0;
}
.theme-teal .tabs.primary {
  border-bottom: 3px solid #2db6a0 !important;
}
.theme-teal .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #2db6a0;
  color: #ffffff;
}
.theme-teal .tabs.primary > .tabs-title > a:hover, .theme-teal .tabs.primary > .tabs-title > a:focus {
  background: rgb(42.75, 172.9, 152);
  color: #ffffff;
}
.theme-teal {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-teal .progress-indicator > li.is-complete {
  color: #2db6a0;
}
.theme-teal .progress-indicator > li.is-complete::before, .theme-teal .progress-indicator > li.is-complete::after {
  background: #2db6a0;
}
.theme-teal .progress-indicator > li.is-complete span {
  color: #2db6a0;
}
.theme-teal .progress-indicator > li.is-current {
  color: rgb(109.8810572687, 219.1189427313, 201.577092511);
}
.theme-teal .progress-indicator > li.is-current::before {
  background: rgb(109.8810572687, 219.1189427313, 201.577092511);
}
.theme-teal .progress-indicator > li.is-current span {
  color: rgb(109.8810572687, 219.1189427313, 201.577092511);
}
.theme-teal {
  /* Secondary Menu */
}
.theme-teal #top-bar-secondary {
  background-color: #2db6a0;
}
.theme-teal #top-bar-secondary #menu-header > .menu-item > a {
  color: #ffffff;
}
.theme-teal {
  /* Misc */
}
.theme-teal #topcontrol {
  background: #2db6a0;
}
.theme-teal #topcontrol:hover {
  background: rgb(39.9449339207, 161.5550660793, 142.0264317181);
}
.theme-teal .price-wrap .tag-head {
  background: #2db6a0;
}
.theme-teal .refine-categories-list-label::after {
  border-color: #2db6a0 transparent transparent;
}
.theme-teal {
  /* Listing */
}
.theme-teal .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #2db6a0;
}
.theme-teal .listing-wrap article.content-absolute a:hover, .theme-teal .listing-wrap article.content-absolute a:focus {
  color: #2db6a0;
}
.theme-teal .like-button:hover:not(.liked) i {
  color: #2db6a0;
}
.theme-teal .like-button.liked i {
  color: #2db6a0;
}
.theme-teal {
  /* widgets */
}
.theme-teal .home-widget-subtitle {
  color: #2db6a0;
}
.theme-teal .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-teal .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-teal .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-teal .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #2db6a0;
}
.theme-teal .short_line span {
  background-color: #2db6a0;
}
.theme-teal .slick-nav-button-wrapper .slick-prev:hover,
.theme-teal .slick-nav-button-wrapper .slick-next:hover {
  color: #2db6a0;
}
.theme-teal .slick-nav-button-wrapper .slick-prev:hover::before, .theme-teal .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-teal .slick-nav-button-wrapper .slick-next:hover::before,
.theme-teal .slick-nav-button-wrapper .slick-next:hover::after {
  color: #2db6a0;
}
.theme-teal .fundirectory-models-slider .slick-arrow:hover::before {
  color: #2db6a0;
}
.theme-teal .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #2db6a0;
}
.theme-teal .fundirectory-widget-params li strong {
  color: #2db6a0;
}
.theme-teal .widget_fundirectory_site_search .search-submit {
  background-color: #2db6a0;
}
.theme-teal .fundirectory-models-slider .model-thumb {
  background-color: #2db6a0;
}
.theme-teal {
  /* widget listing map */
}
.theme-teal .entry-location ul > li i.fa {
  color: #2db6a0;
}
.theme-teal {
  /* admin edit */
}
.theme-teal .social-edit-profile .input-group-label {
  background-color: #2db6a0;
}
.theme-teal .widget_recent_comments li::before,
.theme-teal .widget_recent_entries li::before {
  color: #2db6a0;
}
.theme-teal .widget_archive a:before,
.theme-teal .widget_categories a:before,
.theme-teal .widget_fundirectory_site_categories a:before,
.theme-teal .widget-model-categories a:before,
.theme-teal .widget_meta a:before,
.theme-teal .widget_nav_menu a:before,
.theme-teal .widget_pages a:before {
  color: #2db6a0;
}
.theme-teal {
  /* registration-done-message */
}
.theme-teal .registration-done-message .fa-check {
  color: #2db6a0;
}
.theme-teal .registration-done-message .btn-close:hover {
  color: #2db6a0;
}
.theme-teal .post-icon::before {
  color: #2db6a0;
}
.theme-teal {
  /* Blog */
}
.theme-teal .video-play-overlay .video-play-button {
  background-color: #2db6a0;
  box-shadow: 0 0 0 0 rgba(45, 182, 160, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(45, 182, 160, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(45, 182, 160, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-teal {
  /* social icons */
}
.theme-teal .social-icons a:hover, .theme-teal .social-icons a:focus,
.theme-teal #footer .social-icons a:hover,
.theme-teal #footer .social-icons a:focus {
  background-color: #2db6a0;
  box-shadow: inset 0 0 0 2px #2db6a0;
}
.theme-teal {
  /* registration */
}
.theme-teal #open_terms_modal {
  color: #2db6a0;
}
.theme-teal #close_modal:hover {
  color: #2db6a0;
}

.theme-purple {
  /* Foundation */
}
.theme-purple a:not(.button):hover, .theme-purple a:not(.button):focus {
  color: #6e558a;
}
.theme-purple .highlightlinks a,
.theme-purple .i .l .highlightlinks a {
  color: #6e558a;
}
.theme-purple .button {
  background-color: #6e558a;
  border-color: #6e558a;
}
.theme-purple .button.primary {
  background-color: #6e558a;
  border-color: #6e558a;
  color: #ffffff;
}
.theme-purple .button.primary::before {
  background-color: #ffffff;
}
.theme-purple .button.primary:hover, .theme-purple .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-purple .button.hollow {
  border-color: #6e558a;
}
.theme-purple .button.hollow::before {
  background-color: #6e558a;
}
.theme-purple .button.hollow:hover, .theme-purple .button.hollow:focus {
  border-color: #6e558a;
}
.theme-purple .button.hollow.primary {
  border-color: #6e558a;
  color: #6e558a;
}
.theme-purple .button.hollow.primary:hover, .theme-purple .button.hollow.primary:focus {
  border-color: rgb(97.4215246637, 75.2802690583, 122.2197309417);
  color: rgb(97.4215246637, 75.2802690583, 122.2197309417);
}
.theme-purple .button.disabled:hover, .theme-purple .button.disabled:focus {
  background-color: #6e558a;
}
.theme-purple .button.disabled.primary:hover, .theme-purple .button.disabled.primary:focus {
  background-color: #6e558a;
}
.theme-purple .content-wrap .input-group > :last-child > .button:hover, .theme-purple .content-wrap .input-group > :last-child > .button:focus {
  background-color: #6e558a;
  border-color: #6e558a;
}
.theme-purple .with-background .absolute-button button.button:hover, .theme-purple .with-background .absolute-button button.button:focus,
.theme-purple .reveal .absolute-button button.button:hover,
.theme-purple .reveal .absolute-button button.button:focus,
.theme-purple .content-wrap .absolute-button button.button:hover,
.theme-purple .content-wrap .absolute-button button.button:focus,
.theme-purple .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-purple .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #6e558a;
  border-color: #6e558a;
}
.theme-purple .accordion-title {
  color: #6e558a;
}
.theme-purple .is-accordion-submenu-parent > a::after {
  border-color: #6e558a transparent transparent;
}
.theme-purple .badge {
  background: #6e558a;
}
.theme-purple .breadcrumbs a {
  color: #6e558a;
}
.theme-purple .button-group.primary .button {
  background-color: #6e558a;
}
.theme-purple .button-group.primary .button:hover, .theme-purple .button-group.primary .button:focus {
  background-color: rgb(97.4215246637, 75.2802690583, 122.2197309417);
  color: #ffffff;
}
.theme-purple .menu .active > a {
  background: #6e558a;
}
.theme-purple .top-bar ul.submenu {
  border-color: #6e558a;
}
.theme-purple .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #6e558a;
}
.theme-purple .js-drilldown-back > a::before {
  border-color: transparent #6e558a transparent transparent;
}
.theme-purple .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #6e558a transparent transparent;
}
.theme-purple .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #6e558a transparent transparent;
}
.theme-purple .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #6e558a;
}
.theme-purple .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #6e558a transparent transparent;
}
.theme-purple .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #6e558a transparent transparent;
}
.theme-purple .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #6e558a;
}
.theme-purple .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #6e558a transparent transparent;
}
.theme-purple .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #6e558a transparent transparent;
}
.theme-purple .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #6e558a;
}
.theme-purple .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #6e558a transparent transparent;
}
.theme-purple .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #6e558a;
}
.theme-purple .pagination .current {
  background: #6e558a;
}
.theme-purple .pagination .current a:hover, .theme-purple .pagination .current a:focus, .theme-purple .pagination .current a:active {
  color: #ffffff;
  background: #6e558a;
}
.theme-purple .pagination a:hover, .theme-purple .pagination a:focus, .theme-purple .pagination a:active {
  color: #ffffff;
  background: #6e558a;
}
.theme-purple .progress.primary .progress-meter {
  background-color: #6e558a;
}
.theme-purple .progress-meter {
  background-color: #6e558a;
}
.theme-purple .slider-handle {
  background-color: #6e558a;
}
.theme-purple .slider-handle:hover {
  background-color: #6e558a;
  opacity: 0.5;
}
.theme-purple input:checked ~ .switch-paddle {
  background: #6e558a;
}
.theme-purple .tabs.primary {
  border-bottom: 3px solid #6e558a !important;
}
.theme-purple .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #6e558a;
  color: #ffffff;
}
.theme-purple .tabs.primary > .tabs-title > a:hover, .theme-purple .tabs.primary > .tabs-title > a:focus {
  background: rgb(104.5, 80.75, 131.1);
  color: #ffffff;
}
.theme-purple {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-purple .progress-indicator > li.is-complete {
  color: #6e558a;
}
.theme-purple .progress-indicator > li.is-complete::before, .theme-purple .progress-indicator > li.is-complete::after {
  background: #6e558a;
}
.theme-purple .progress-indicator > li.is-complete span {
  color: #6e558a;
}
.theme-purple .progress-indicator > li.is-current {
  color: rgb(161.2556053812, 140.5156950673, 184.4843049327);
}
.theme-purple .progress-indicator > li.is-current::before {
  background: rgb(161.2556053812, 140.5156950673, 184.4843049327);
}
.theme-purple .progress-indicator > li.is-current span {
  color: rgb(161.2556053812, 140.5156950673, 184.4843049327);
}
.theme-purple {
  /* Secondary Menu */
}
.theme-purple #top-bar-secondary {
  background-color: #6e558a;
}
.theme-purple #top-bar-secondary #menu-header > .menu-item > a {
  color: #ffffff;
}
.theme-purple {
  /* Misc */
}
.theme-purple #topcontrol {
  background: #6e558a;
}
.theme-purple #topcontrol:hover {
  background: rgb(97.4215246637, 75.2802690583, 122.2197309417);
}
.theme-purple .price-wrap .tag-head {
  background: #6e558a;
}
.theme-purple .refine-categories-list-label::after {
  border-color: #6e558a transparent transparent;
}
.theme-purple {
  /* Listing */
}
.theme-purple .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #6e558a;
}
.theme-purple .listing-wrap article.content-absolute a:hover, .theme-purple .listing-wrap article.content-absolute a:focus {
  color: #6e558a;
}
.theme-purple .like-button:hover:not(.liked) i {
  color: #6e558a;
}
.theme-purple .like-button.liked i {
  color: #6e558a;
}
.theme-purple {
  /* widgets */
}
.theme-purple .home-widget-subtitle {
  color: #6e558a;
}
.theme-purple .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-purple .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-purple .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-purple .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #6e558a;
}
.theme-purple .short_line span {
  background-color: #6e558a;
}
.theme-purple .slick-nav-button-wrapper .slick-prev:hover,
.theme-purple .slick-nav-button-wrapper .slick-next:hover {
  color: #6e558a;
}
.theme-purple .slick-nav-button-wrapper .slick-prev:hover::before, .theme-purple .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-purple .slick-nav-button-wrapper .slick-next:hover::before,
.theme-purple .slick-nav-button-wrapper .slick-next:hover::after {
  color: #6e558a;
}
.theme-purple .fundirectory-models-slider .slick-arrow:hover::before {
  color: #6e558a;
}
.theme-purple .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #6e558a;
}
.theme-purple .fundirectory-widget-params li strong {
  color: #6e558a;
}
.theme-purple .widget_fundirectory_site_search .search-submit {
  background-color: #6e558a;
}
.theme-purple .fundirectory-models-slider .model-thumb {
  background-color: #6e558a;
}
.theme-purple {
  /* widget listing map */
}
.theme-purple .entry-location ul > li i.fa {
  color: #6e558a;
}
.theme-purple {
  /* admin edit */
}
.theme-purple .social-edit-profile .input-group-label {
  background-color: #6e558a;
}
.theme-purple .widget_recent_comments li::before,
.theme-purple .widget_recent_entries li::before {
  color: #6e558a;
}
.theme-purple .widget_archive a:before,
.theme-purple .widget_categories a:before,
.theme-purple .widget_fundirectory_site_categories a:before,
.theme-purple .widget-model-categories a:before,
.theme-purple .widget_meta a:before,
.theme-purple .widget_nav_menu a:before,
.theme-purple .widget_pages a:before {
  color: #6e558a;
}
.theme-purple {
  /* registration-done-message */
}
.theme-purple .registration-done-message .fa-check {
  color: #6e558a;
}
.theme-purple .registration-done-message .btn-close:hover {
  color: #6e558a;
}
.theme-purple .post-icon::before {
  color: #6e558a;
}
.theme-purple {
  /* Blog */
}
.theme-purple .video-play-overlay .video-play-button {
  background-color: #6e558a;
  box-shadow: 0 0 0 0 rgba(110, 85, 138, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(110, 85, 138, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(110, 85, 138, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-purple {
  /* social icons */
}
.theme-purple .social-icons a:hover, .theme-purple .social-icons a:focus,
.theme-purple #footer .social-icons a:hover,
.theme-purple #footer .social-icons a:focus {
  background-color: #6e558a;
  box-shadow: inset 0 0 0 2px #6e558a;
}
.theme-purple {
  /* registration */
}
.theme-purple #open_terms_modal {
  color: #6e558a;
}
.theme-purple #close_modal:hover {
  color: #6e558a;
}

.theme-pink {
  /* Foundation */
}
.theme-pink a:not(.button):hover, .theme-pink a:not(.button):focus {
  color: #e41779;
}
.theme-pink .highlightlinks a,
.theme-pink .i .l .highlightlinks a {
  color: #e41779;
}
.theme-pink .button {
  background-color: #e41779;
  border-color: #e41779;
}
.theme-pink .button.primary {
  background-color: #e41779;
  border-color: #e41779;
  color: #ffffff;
}
.theme-pink .button.primary::before {
  background-color: #ffffff;
}
.theme-pink .button.primary:hover, .theme-pink .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-pink .button.hollow {
  border-color: #e41779;
}
.theme-pink .button.hollow::before {
  background-color: #e41779;
}
.theme-pink .button.hollow:hover, .theme-pink .button.hollow:focus {
  border-color: #e41779;
}
.theme-pink .button.hollow.primary {
  border-color: #e41779;
  color: #e41779;
}
.theme-pink .button.hollow.primary:hover, .theme-pink .button.hollow.primary:focus {
  border-color: rgb(204.8366533865, 20.6633466135, 108.7071713147);
  color: rgb(204.8366533865, 20.6633466135, 108.7071713147);
}
.theme-pink .button.disabled:hover, .theme-pink .button.disabled:focus {
  background-color: #e41779;
}
.theme-pink .button.disabled.primary:hover, .theme-pink .button.disabled.primary:focus {
  background-color: #e41779;
}
.theme-pink .content-wrap .input-group > :last-child > .button:hover, .theme-pink .content-wrap .input-group > :last-child > .button:focus {
  background-color: #e41779;
  border-color: #e41779;
}
.theme-pink .with-background .absolute-button button.button:hover, .theme-pink .with-background .absolute-button button.button:focus,
.theme-pink .reveal .absolute-button button.button:hover,
.theme-pink .reveal .absolute-button button.button:focus,
.theme-pink .content-wrap .absolute-button button.button:hover,
.theme-pink .content-wrap .absolute-button button.button:focus,
.theme-pink .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-pink .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #e41779;
  border-color: #e41779;
}
.theme-pink .accordion-title {
  color: #e41779;
}
.theme-pink .is-accordion-submenu-parent > a::after {
  border-color: #e41779 transparent transparent;
}
.theme-pink .badge {
  background: #e41779;
}
.theme-pink .breadcrumbs a {
  color: #e41779;
}
.theme-pink .button-group.primary .button {
  background-color: #e41779;
}
.theme-pink .button-group.primary .button:hover, .theme-pink .button-group.primary .button:focus {
  background-color: rgb(204.8366533865, 20.6633466135, 108.7071713147);
  color: #ffffff;
}
.theme-pink .menu .active > a {
  background: #e41779;
}
.theme-pink .top-bar ul.submenu {
  border-color: #e41779;
}
.theme-pink .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #e41779;
}
.theme-pink .js-drilldown-back > a::before {
  border-color: transparent #e41779 transparent transparent;
}
.theme-pink .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #e41779 transparent transparent;
}
.theme-pink .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #e41779 transparent transparent;
}
.theme-pink .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #e41779;
}
.theme-pink .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #e41779 transparent transparent;
}
.theme-pink .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #e41779 transparent transparent;
}
.theme-pink .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #e41779;
}
.theme-pink .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #e41779 transparent transparent;
}
.theme-pink .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #e41779 transparent transparent;
}
.theme-pink .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #e41779;
}
.theme-pink .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #e41779 transparent transparent;
}
.theme-pink .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #e41779;
}
.theme-pink .pagination .current {
  background: #e41779;
}
.theme-pink .pagination .current a:hover, .theme-pink .pagination .current a:focus, .theme-pink .pagination .current a:active {
  color: #ffffff;
  background: #e41779;
}
.theme-pink .pagination a:hover, .theme-pink .pagination a:focus, .theme-pink .pagination a:active {
  color: #ffffff;
  background: #e41779;
}
.theme-pink .progress.primary .progress-meter {
  background-color: #e41779;
}
.theme-pink .progress-meter {
  background-color: #e41779;
}
.theme-pink .slider-handle {
  background-color: #e41779;
}
.theme-pink .slider-handle:hover {
  background-color: #e41779;
  opacity: 0.5;
}
.theme-pink input:checked ~ .switch-paddle {
  background: #e41779;
}
.theme-pink .tabs.primary {
  border-bottom: 3px solid #e41779 !important;
}
.theme-pink .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #e41779;
  color: #ffffff;
}
.theme-pink .tabs.primary > .tabs-title > a:hover, .theme-pink .tabs.primary > .tabs-title > a:focus {
  background: rgb(216.6, 21.85, 114.95);
  color: #ffffff;
}
.theme-pink {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-pink .progress-indicator > li.is-complete {
  color: #e41779;
}
.theme-pink .progress-indicator > li.is-complete::before, .theme-pink .progress-indicator > li.is-complete::after {
  background: #e41779;
}
.theme-pink .progress-indicator > li.is-complete span {
  color: #e41779;
}
.theme-pink .progress-indicator > li.is-current {
  color: rgb(240.6135458167, 112.3864541833, 173.6852589641);
}
.theme-pink .progress-indicator > li.is-current::before {
  background: rgb(240.6135458167, 112.3864541833, 173.6852589641);
}
.theme-pink .progress-indicator > li.is-current span {
  color: rgb(240.6135458167, 112.3864541833, 173.6852589641);
}
.theme-pink {
  /* Secondary Menu */
}
.theme-pink #top-bar-secondary {
  background-color: #e41779;
}
.theme-pink #top-bar-secondary #menu-header > .menu-item > a {
  color: #ffffff;
}
.theme-pink {
  /* Misc */
}
.theme-pink #topcontrol {
  background: #e41779;
}
.theme-pink #topcontrol:hover {
  background: rgb(204.8366533865, 20.6633466135, 108.7071713147);
}
.theme-pink .price-wrap .tag-head {
  background: #e41779;
}
.theme-pink .refine-categories-list-label::after {
  border-color: #e41779 transparent transparent;
}
.theme-pink {
  /* Listing */
}
.theme-pink .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #e41779;
}
.theme-pink .listing-wrap article.content-absolute a:hover, .theme-pink .listing-wrap article.content-absolute a:focus {
  color: #e41779;
}
.theme-pink .like-button:hover:not(.liked) i {
  color: #e41779;
}
.theme-pink .like-button.liked i {
  color: #e41779;
}
.theme-pink {
  /* widgets */
}
.theme-pink .home-widget-subtitle {
  color: #e41779;
}
.theme-pink .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-pink .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-pink .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-pink .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #e41779;
}
.theme-pink .short_line span {
  background-color: #e41779;
}
.theme-pink .slick-nav-button-wrapper .slick-prev:hover,
.theme-pink .slick-nav-button-wrapper .slick-next:hover {
  color: #e41779;
}
.theme-pink .slick-nav-button-wrapper .slick-prev:hover::before, .theme-pink .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-pink .slick-nav-button-wrapper .slick-next:hover::before,
.theme-pink .slick-nav-button-wrapper .slick-next:hover::after {
  color: #e41779;
}
.theme-pink .fundirectory-models-slider .slick-arrow:hover::before {
  color: #e41779;
}
.theme-pink .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #e41779;
}
.theme-pink .fundirectory-widget-params li strong {
  color: #e41779;
}
.theme-pink .widget_fundirectory_site_search .search-submit {
  background-color: #e41779;
}
.theme-pink .fundirectory-models-slider .model-thumb {
  background-color: #e41779;
}
.theme-pink {
  /* widget listing map */
}
.theme-pink .entry-location ul > li i.fa {
  color: #e41779;
}
.theme-pink {
  /* admin edit */
}
.theme-pink .social-edit-profile .input-group-label {
  background-color: #e41779;
}
.theme-pink .widget_recent_comments li::before,
.theme-pink .widget_recent_entries li::before {
  color: #e41779;
}
.theme-pink .widget_archive a:before,
.theme-pink .widget_categories a:before,
.theme-pink .widget_fundirectory_site_categories a:before,
.theme-pink .widget-model-categories a:before,
.theme-pink .widget_meta a:before,
.theme-pink .widget_nav_menu a:before,
.theme-pink .widget_pages a:before {
  color: #e41779;
}
.theme-pink {
  /* registration-done-message */
}
.theme-pink .registration-done-message .fa-check {
  color: #e41779;
}
.theme-pink .registration-done-message .btn-close:hover {
  color: #e41779;
}
.theme-pink .post-icon::before {
  color: #e41779;
}
.theme-pink {
  /* Blog */
}
.theme-pink .video-play-overlay .video-play-button {
  background-color: #e41779;
  box-shadow: 0 0 0 0 rgba(228, 23, 121, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(228, 23, 121, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(228, 23, 121, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-pink {
  /* social icons */
}
.theme-pink .social-icons a:hover, .theme-pink .social-icons a:focus,
.theme-pink #footer .social-icons a:hover,
.theme-pink #footer .social-icons a:focus {
  background-color: #e41779;
  box-shadow: inset 0 0 0 2px #e41779;
}
.theme-pink {
  /* registration */
}
.theme-pink #open_terms_modal {
  color: #e41779;
}
.theme-pink #close_modal:hover {
  color: #e41779;
}

.theme-magenta {
  /* Foundation */
}
.theme-magenta a:not(.button):hover, .theme-magenta a:not(.button):focus {
  color: #971d64;
}
.theme-magenta .highlightlinks a,
.theme-magenta .i .l .highlightlinks a {
  color: #971d64;
}
.theme-magenta .button {
  background-color: #971d64;
  border-color: #971d64;
}
.theme-magenta .button.primary {
  background-color: #971d64;
  border-color: #971d64;
  color: #ffffff;
}
.theme-magenta .button.primary::before {
  background-color: #ffffff;
}
.theme-magenta .button.primary:hover, .theme-magenta .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-magenta .button.hollow {
  border-color: #971d64;
}
.theme-magenta .button.hollow::before {
  background-color: #971d64;
}
.theme-magenta .button.hollow:hover, .theme-magenta .button.hollow:focus {
  border-color: #971d64;
}
.theme-magenta .button.hollow.primary {
  border-color: #971d64;
  color: #971d64;
}
.theme-magenta .button.hollow.primary:hover, .theme-magenta .button.hollow.primary:focus {
  border-color: rgb(129.6083333333, 24.8916666667, 85.8333333333);
  color: rgb(129.6083333333, 24.8916666667, 85.8333333333);
}
.theme-magenta .button.disabled:hover, .theme-magenta .button.disabled:focus {
  background-color: #971d64;
}
.theme-magenta .button.disabled.primary:hover, .theme-magenta .button.disabled.primary:focus {
  background-color: #971d64;
}
.theme-magenta .content-wrap .input-group > :last-child > .button:hover, .theme-magenta .content-wrap .input-group > :last-child > .button:focus {
  background-color: #971d64;
  border-color: #971d64;
}
.theme-magenta .with-background .absolute-button button.button:hover, .theme-magenta .with-background .absolute-button button.button:focus,
.theme-magenta .reveal .absolute-button button.button:hover,
.theme-magenta .reveal .absolute-button button.button:focus,
.theme-magenta .content-wrap .absolute-button button.button:hover,
.theme-magenta .content-wrap .absolute-button button.button:focus,
.theme-magenta .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-magenta .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #971d64;
  border-color: #971d64;
}
.theme-magenta .accordion-title {
  color: #971d64;
}
.theme-magenta .is-accordion-submenu-parent > a::after {
  border-color: #971d64 transparent transparent;
}
.theme-magenta .badge {
  background: #971d64;
}
.theme-magenta .breadcrumbs a {
  color: #971d64;
}
.theme-magenta .button-group.primary .button {
  background-color: #971d64;
}
.theme-magenta .button-group.primary .button:hover, .theme-magenta .button-group.primary .button:focus {
  background-color: rgb(129.6083333333, 24.8916666667, 85.8333333333);
  color: #ffffff;
}
.theme-magenta .menu .active > a {
  background: #971d64;
}
.theme-magenta .top-bar ul.submenu {
  border-color: #971d64;
}
.theme-magenta .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #971d64;
}
.theme-magenta .js-drilldown-back > a::before {
  border-color: transparent #971d64 transparent transparent;
}
.theme-magenta .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #971d64 transparent transparent;
}
.theme-magenta .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #971d64 transparent transparent;
}
.theme-magenta .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #971d64;
}
.theme-magenta .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #971d64 transparent transparent;
}
.theme-magenta .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #971d64 transparent transparent;
}
.theme-magenta .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #971d64;
}
.theme-magenta .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #971d64 transparent transparent;
}
.theme-magenta .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #971d64 transparent transparent;
}
.theme-magenta .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #971d64;
}
.theme-magenta .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #971d64 transparent transparent;
}
.theme-magenta .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #971d64;
}
.theme-magenta .pagination .current {
  background: #971d64;
}
.theme-magenta .pagination .current a:hover, .theme-magenta .pagination .current a:focus, .theme-magenta .pagination .current a:active {
  color: #ffffff;
  background: #971d64;
}
.theme-magenta .pagination a:hover, .theme-magenta .pagination a:focus, .theme-magenta .pagination a:active {
  color: #ffffff;
  background: #971d64;
}
.theme-magenta .progress.primary .progress-meter {
  background-color: #971d64;
}
.theme-magenta .progress-meter {
  background-color: #971d64;
}
.theme-magenta .slider-handle {
  background-color: #971d64;
}
.theme-magenta .slider-handle:hover {
  background-color: #971d64;
  opacity: 0.5;
}
.theme-magenta input:checked ~ .switch-paddle {
  background: #971d64;
}
.theme-magenta .tabs.primary {
  border-bottom: 3px solid #971d64 !important;
}
.theme-magenta .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #971d64;
  color: #ffffff;
}
.theme-magenta .tabs.primary > .tabs-title > a:hover, .theme-magenta .tabs.primary > .tabs-title > a:focus {
  background: rgb(164.8416666667, 31.6583333333, 109.1666666667);
  color: #ffffff;
}
.theme-magenta {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-magenta .progress-indicator > li.is-complete {
  color: #971d64;
}
.theme-magenta .progress-indicator > li.is-complete::before, .theme-magenta .progress-indicator > li.is-complete::after {
  background: #971d64;
}
.theme-magenta .progress-indicator > li.is-complete span {
  color: #971d64;
}
.theme-magenta .progress-indicator > li.is-current {
  color: rgb(218.2666666667, 63.7333333333, 153.6666666667);
}
.theme-magenta .progress-indicator > li.is-current::before {
  background: rgb(218.2666666667, 63.7333333333, 153.6666666667);
}
.theme-magenta .progress-indicator > li.is-current span {
  color: rgb(218.2666666667, 63.7333333333, 153.6666666667);
}
.theme-magenta {
  /* Secondary Menu */
}
.theme-magenta #top-bar-secondary {
  background-color: #971d64;
}
.theme-magenta #top-bar-secondary #menu-header > .menu-item > a {
  color: #ffffff;
}
.theme-magenta {
  /* Misc */
}
.theme-magenta #topcontrol {
  background: #971d64;
}
.theme-magenta #topcontrol:hover {
  background: rgb(129.6083333333, 24.8916666667, 85.8333333333);
}
.theme-magenta .price-wrap .tag-head {
  background: #971d64;
}
.theme-magenta .refine-categories-list-label::after {
  border-color: #971d64 transparent transparent;
}
.theme-magenta {
  /* Listing */
}
.theme-magenta .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #971d64;
}
.theme-magenta .listing-wrap article.content-absolute a:hover, .theme-magenta .listing-wrap article.content-absolute a:focus {
  color: #971d64;
}
.theme-magenta .like-button:hover:not(.liked) i {
  color: #971d64;
}
.theme-magenta .like-button.liked i {
  color: #971d64;
}
.theme-magenta {
  /* widgets */
}
.theme-magenta .home-widget-subtitle {
  color: #971d64;
}
.theme-magenta .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-magenta .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-magenta .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-magenta .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #971d64;
}
.theme-magenta .short_line span {
  background-color: #971d64;
}
.theme-magenta .slick-nav-button-wrapper .slick-prev:hover,
.theme-magenta .slick-nav-button-wrapper .slick-next:hover {
  color: #971d64;
}
.theme-magenta .slick-nav-button-wrapper .slick-prev:hover::before, .theme-magenta .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-magenta .slick-nav-button-wrapper .slick-next:hover::before,
.theme-magenta .slick-nav-button-wrapper .slick-next:hover::after {
  color: #971d64;
}
.theme-magenta .fundirectory-models-slider .slick-arrow:hover::before {
  color: #971d64;
}
.theme-magenta .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #971d64;
}
.theme-magenta .fundirectory-widget-params li strong {
  color: #971d64;
}
.theme-magenta .widget_fundirectory_site_search .search-submit {
  background-color: #971d64;
}
.theme-magenta .fundirectory-models-slider .model-thumb {
  background-color: #971d64;
}
.theme-magenta {
  /* widget listing map */
}
.theme-magenta .entry-location ul > li i.fa {
  color: #971d64;
}
.theme-magenta {
  /* admin edit */
}
.theme-magenta .social-edit-profile .input-group-label {
  background-color: #971d64;
}
.theme-magenta .widget_recent_comments li::before,
.theme-magenta .widget_recent_entries li::before {
  color: #971d64;
}
.theme-magenta .widget_archive a:before,
.theme-magenta .widget_categories a:before,
.theme-magenta .widget_fundirectory_site_categories a:before,
.theme-magenta .widget-model-categories a:before,
.theme-magenta .widget_meta a:before,
.theme-magenta .widget_nav_menu a:before,
.theme-magenta .widget_pages a:before {
  color: #971d64;
}
.theme-magenta {
  /* registration-done-message */
}
.theme-magenta .registration-done-message .fa-check {
  color: #971d64;
}
.theme-magenta .registration-done-message .btn-close:hover {
  color: #971d64;
}
.theme-magenta .post-icon::before {
  color: #971d64;
}
.theme-magenta {
  /* Blog */
}
.theme-magenta .video-play-overlay .video-play-button {
  background-color: #971d64;
  box-shadow: 0 0 0 0 rgba(151, 29, 100, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(151, 29, 100, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(151, 29, 100, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-magenta {
  /* social icons */
}
.theme-magenta .social-icons a:hover, .theme-magenta .social-icons a:focus,
.theme-magenta #footer .social-icons a:hover,
.theme-magenta #footer .social-icons a:focus {
  background-color: #971d64;
  box-shadow: inset 0 0 0 2px #971d64;
}
.theme-magenta {
  /* registration */
}
.theme-magenta #open_terms_modal {
  color: #971d64;
}
.theme-magenta #close_modal:hover {
  color: #971d64;
}

.theme-charcoal {
  /* Foundation */
}
.theme-charcoal a:not(.button):hover, .theme-charcoal a:not(.button):focus {
  color: #383838;
}
.theme-charcoal .highlightlinks a,
.theme-charcoal .i .l .highlightlinks a {
  color: #383838;
}
.theme-charcoal .button {
  background-color: #383838;
  border-color: #383838;
}
.theme-charcoal .button.primary {
  background-color: #383838;
  border-color: #383838;
  color: #ffffff;
}
.theme-charcoal .button.primary::before {
  background-color: #ffffff;
}
.theme-charcoal .button.primary:hover, .theme-charcoal .button.primary:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
}
.theme-charcoal .button.hollow {
  border-color: #383838;
}
.theme-charcoal .button.hollow::before {
  background-color: #383838;
}
.theme-charcoal .button.hollow:hover, .theme-charcoal .button.hollow:focus {
  border-color: #383838;
}
.theme-charcoal .button.hollow.primary {
  border-color: #383838;
  color: #383838;
}
.theme-charcoal .button.hollow.primary:hover, .theme-charcoal .button.hollow.primary:focus {
  border-color: rgb(43.25, 43.25, 43.25);
  color: rgb(43.25, 43.25, 43.25);
}
.theme-charcoal .button.disabled:hover, .theme-charcoal .button.disabled:focus {
  background-color: #383838;
}
.theme-charcoal .button.disabled.primary:hover, .theme-charcoal .button.disabled.primary:focus {
  background-color: #383838;
}
.theme-charcoal .content-wrap .input-group > :last-child > .button:hover, .theme-charcoal .content-wrap .input-group > :last-child > .button:focus {
  background-color: #383838;
  border-color: #383838;
}
.theme-charcoal .with-background .absolute-button button.button:hover, .theme-charcoal .with-background .absolute-button button.button:focus,
.theme-charcoal .reveal .absolute-button button.button:hover,
.theme-charcoal .reveal .absolute-button button.button:focus,
.theme-charcoal .content-wrap .absolute-button button.button:hover,
.theme-charcoal .content-wrap .absolute-button button.button:focus,
.theme-charcoal .fundirectory-core-form > fieldset .absolute-button button.button:hover,
.theme-charcoal .fundirectory-core-form > fieldset .absolute-button button.button:focus {
  background-color: #383838;
  border-color: #383838;
}
.theme-charcoal .accordion-title {
  color: #383838;
}
.theme-charcoal .is-accordion-submenu-parent > a::after {
  border-color: #383838 transparent transparent;
}
.theme-charcoal .badge {
  background: #383838;
}
.theme-charcoal .breadcrumbs a {
  color: #383838;
}
.theme-charcoal .button-group.primary .button {
  background-color: #383838;
}
.theme-charcoal .button-group.primary .button:hover, .theme-charcoal .button-group.primary .button:focus {
  background-color: rgb(43.25, 43.25, 43.25);
  color: #ffffff;
}
.theme-charcoal .menu .active > a {
  background: #383838;
}
.theme-charcoal .top-bar ul.submenu {
  border-color: #383838;
}
.theme-charcoal .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #383838;
}
.theme-charcoal .js-drilldown-back > a::before {
  border-color: transparent #383838 transparent transparent;
}
.theme-charcoal .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #383838 transparent transparent;
}
.theme-charcoal .dropdown.menu.vertical > li.opens-left > a::after {
  border-color: transparent #383838 transparent transparent;
}
.theme-charcoal .dropdown.menu.vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #383838;
}
.theme-charcoal .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #383838 transparent transparent;
}
.theme-charcoal .dropdown.menu.medium-vertical > li.opens-left > a::after {
  border-color: transparent #383838 transparent transparent;
}
.theme-charcoal .dropdown.menu.medium-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #383838;
}
.theme-charcoal .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #383838 transparent transparent;
}
.theme-charcoal .dropdown.menu.large-vertical > li.opens-left > a::after {
  border-color: transparent #383838 transparent transparent;
}
.theme-charcoal .dropdown.menu.large-vertical > li.opens-right > a::after {
  border-color: transparent transparent transparent #383838;
}
.theme-charcoal .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border-color: transparent #383838 transparent transparent;
}
.theme-charcoal .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: transparent transparent transparent #383838;
}
.theme-charcoal .pagination .current {
  background: #383838;
}
.theme-charcoal .pagination .current a:hover, .theme-charcoal .pagination .current a:focus, .theme-charcoal .pagination .current a:active {
  color: #ffffff;
  background: #383838;
}
.theme-charcoal .pagination a:hover, .theme-charcoal .pagination a:focus, .theme-charcoal .pagination a:active {
  color: #ffffff;
  background: #383838;
}
.theme-charcoal .progress.primary .progress-meter {
  background-color: #383838;
}
.theme-charcoal .progress-meter {
  background-color: #383838;
}
.theme-charcoal .slider-handle {
  background-color: #383838;
}
.theme-charcoal .slider-handle:hover {
  background-color: #383838;
  opacity: 0.5;
}
.theme-charcoal input:checked ~ .switch-paddle {
  background: #383838;
}
.theme-charcoal .tabs.primary {
  border-bottom: 3px solid #383838 !important;
}
.theme-charcoal .tabs.primary > .tabs-title > a[aria-selected=true] {
  background: #383838;
  color: #ffffff;
}
.theme-charcoal .tabs.primary > .tabs-title > a:hover, .theme-charcoal .tabs.primary > .tabs-title > a:focus {
  background: rgb(65.95, 65.95, 65.95);
  color: #ffffff;
}
.theme-charcoal {
  /* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
  ----------------------------------------------- */
}
.theme-charcoal .progress-indicator > li.is-complete {
  color: #383838;
}
.theme-charcoal .progress-indicator > li.is-complete::before, .theme-charcoal .progress-indicator > li.is-complete::after {
  background: #383838;
}
.theme-charcoal .progress-indicator > li.is-complete span {
  color: #383838;
}
.theme-charcoal .progress-indicator > li.is-current {
  color: #6b6b6b;
}
.theme-charcoal .progress-indicator > li.is-current::before {
  background: #6b6b6b;
}
.theme-charcoal .progress-indicator > li.is-current span {
  color: #6b6b6b;
}
.theme-charcoal {
  /* Secondary Menu */
}
.theme-charcoal #top-bar-secondary {
  background-color: #383838;
}
.theme-charcoal #top-bar-secondary #menu-header > .menu-item > a {
  color: #ffffff;
}
.theme-charcoal {
  /* Misc */
}
.theme-charcoal #topcontrol {
  background: #383838;
}
.theme-charcoal #topcontrol:hover {
  background: rgb(43.25, 43.25, 43.25);
}
.theme-charcoal .price-wrap .tag-head {
  background: #383838;
}
.theme-charcoal .refine-categories-list-label::after {
  border-color: #383838 transparent transparent;
}
.theme-charcoal {
  /* Listing */
}
.theme-charcoal .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  background: #383838;
}
.theme-charcoal .listing-wrap article.content-absolute a:hover, .theme-charcoal .listing-wrap article.content-absolute a:focus {
  color: #383838;
}
.theme-charcoal .like-button:hover:not(.liked) i {
  color: #383838;
}
.theme-charcoal .like-button.liked i {
  color: #383838;
}
.theme-charcoal {
  /* widgets */
}
.theme-charcoal .home-widget-subtitle {
  color: #383838;
}
.theme-charcoal .parent-cat-wrap .parent-cat-bg.has-bg-color a:hover, .theme-charcoal .parent-cat-wrap .parent-cat-bg.has-bg-color a:focus, .theme-charcoal .parent-cat-wrap .parent-cat-bg.has-image a:hover, .theme-charcoal .parent-cat-wrap .parent-cat-bg.has-image a:focus {
  color: #383838;
}
.theme-charcoal .short_line span {
  background-color: #383838;
}
.theme-charcoal .slick-nav-button-wrapper .slick-prev:hover,
.theme-charcoal .slick-nav-button-wrapper .slick-next:hover {
  color: #383838;
}
.theme-charcoal .slick-nav-button-wrapper .slick-prev:hover::before, .theme-charcoal .slick-nav-button-wrapper .slick-prev:hover::after,
.theme-charcoal .slick-nav-button-wrapper .slick-next:hover::before,
.theme-charcoal .slick-nav-button-wrapper .slick-next:hover::after {
  color: #383838;
}
.theme-charcoal .fundirectory-models-slider .slick-arrow:hover::before {
  color: #383838;
}
.theme-charcoal .fundirectory-models-slider-wrapper .model-name a:hover {
  color: #383838;
}
.theme-charcoal .fundirectory-widget-params li strong {
  color: #383838;
}
.theme-charcoal .widget_fundirectory_site_search .search-submit {
  background-color: #383838;
}
.theme-charcoal .fundirectory-models-slider .model-thumb {
  background-color: #383838;
}
.theme-charcoal {
  /* widget listing map */
}
.theme-charcoal .entry-location ul > li i.fa {
  color: #383838;
}
.theme-charcoal {
  /* admin edit */
}
.theme-charcoal .social-edit-profile .input-group-label {
  background-color: #383838;
}
.theme-charcoal .widget_recent_comments li::before,
.theme-charcoal .widget_recent_entries li::before {
  color: #383838;
}
.theme-charcoal .widget_archive a:before,
.theme-charcoal .widget_categories a:before,
.theme-charcoal .widget_fundirectory_site_categories a:before,
.theme-charcoal .widget-model-categories a:before,
.theme-charcoal .widget_meta a:before,
.theme-charcoal .widget_nav_menu a:before,
.theme-charcoal .widget_pages a:before {
  color: #383838;
}
.theme-charcoal {
  /* registration-done-message */
}
.theme-charcoal .registration-done-message .fa-check {
  color: #383838;
}
.theme-charcoal .registration-done-message .btn-close:hover {
  color: #383838;
}
.theme-charcoal .post-icon::before {
  color: #383838;
}
.theme-charcoal {
  /* Blog */
}
.theme-charcoal .video-play-overlay .video-play-button {
  background-color: #383838;
  box-shadow: 0 0 0 0 rgba(56, 56, 56, 0.5);
}
@keyframes pulse-play-icon {
  50% {
    box-shadow: 0 0 0 40px rgba(56, 56, 56, 0);
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(56, 56, 56, 0);
    transform: translate(-50%, -50%) scale(1);
  }
}
.theme-charcoal {
  /* social icons */
}
.theme-charcoal .social-icons a:hover, .theme-charcoal .social-icons a:focus,
.theme-charcoal #footer .social-icons a:hover,
.theme-charcoal #footer .social-icons a:focus {
  background-color: #383838;
  box-shadow: inset 0 0 0 2px #383838;
}
.theme-charcoal {
  /* registration */
}
.theme-charcoal #open_terms_modal {
  color: #383838;
}
.theme-charcoal #close_modal:hover {
  color: #383838;
}

/* Main Core
----------------------------------------------- */
/* FunDirectory Core
----------------------------------------------- */
html,
body {
  font-size: 1rem;
}

figure {
  margin: 0;
}

select {
  color: inherit;
}

/*
Hack needed for legacy html which wraps label around these types
 */
label > [type=checkbox],
label > [type=radio] {
  font-size: 1rem;
}

.site .avatar {
  border-radius: 50%;
}

/*#main section:last-child {
	margin-bottom: 0 !important;
}*/
/* Main Wrappers
----------------------------------------------- */
#content {
  background: #e8e8e9;
}

.content-area {
  padding-top: 1.5em;
}
@media screen and (min-width: 40em) {
  .content-area {
    padding-top: 4em;
  }
}

.content-wrap,
.fundirectory-core-form > fieldset {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  border: 0 !important;
  overflow: hidden;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 40em) {
  .content-wrap,
  .fundirectory-core-form > fieldset {
    margin-bottom: 3em;
  }
}

.widget {
  box-shadow: none;
  border: 0 !important;
  overflow: hidden;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 40em) {
  .widget {
    margin-bottom: 3em;
  }
}
.widget.with-background {
  border-radius: 5px;
  padding: 1.25rem;
}
@media screen and (min-width: 64em) {
  .widget.with-background {
    padding: 2.5rem;
  }
}
.widget.with-background {
  background-color: #ffffff;
}
.widget.with-background.i {
  background-color: #000000;
}
.widget.rounded-top {
  border-radius: 5px 5px 0 0;
}
.widget.rounded-bottom {
  border-radius: 0 0 5px 5px;
}
.widget.rounded-none {
  border-radius: 0;
}

.content-wrap > .content-inner > .content-wrap,
.content-wrap-clear {
  background-color: initial;
  box-shadow: none;
  border-radius: 0;
}

.content-inner,
.fundirectory-core-form > fieldset {
  overflow: hidden;
  border: 0 !important;
  word-break: break-word;
  padding: 1.25rem;
}
@media screen and (min-width: 64em) {
  .content-inner,
  .fundirectory-core-form > fieldset {
    padding: 2.5rem;
  }
}

.content-wrap > .content-inner > .content-wrap > .content-inner {
  padding: 0;
}

.content-main,
.widget,
.widget-author,
.fundirectory-core-form > fieldset {
  margin-bottom: 2em;
}
@media screen and (min-width: 40em) {
  .content-main,
  .widget,
  .widget-author,
  .fundirectory-core-form > fieldset {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 64em) {
  .content-main,
  .widget,
  .widget-author,
  .fundirectory-core-form > fieldset {
    margin-bottom: 3em;
  }
}

.section {
  margin: 2em 0;
}
@media screen and (min-width: 40em) {
  .section {
    margin: 6em 0;
  }
}
@media screen and (min-width: 64em) {
  .section {
    margin: 8em 0;
  }
}

/* 404 page */
.error-404 {
  margin-bottom: 60px;
}

img.avatar {
  border-radius: 50%;
}

/* hero covers */
.entry-cover,
.listing-cover,
.slide-cover {
  background-color: #ccc;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.entry-cover {
  padding: 2em 0;
}
@media screen and (min-width: 40em) {
  .entry-cover {
    padding: 8em 0 6em;
  }
}

.singe .entry-cover.no-image {
  padding: 2em 0;
}
@media screen and (min-width: 40em) {
  .singe .entry-cover.no-image {
    padding: 4em 0;
  }
}

.home-cover.entry-cover,
.title-section.entry-cover {
  padding: 0;
}

.listing-cover {
  color: #fff;
}

.listing-cover.no-image {
  padding: 2em 0 8em;
}
@media screen and (min-width: 40em) {
  .listing-cover.no-image {
    padding: 4em 0 8em;
  }
}

.listing-cover.has-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-color, #1a1a1a);
  opacity: var(--overlay-opacity, 0.45);
  z-index: 2;
}

/*.no-gradient.has-image:after,
.no-gradient.has-image:after {
	background: none !important;
}*/
.entry-cover.has-image,
.entry-cover a,
.entry-cover a:hover,
.entry-cover a:focus,
.listing-cover.has-image,
.listing-cover a,
.listing-cover a:hover,
.listing-cover a:focus,
.edit-cover-image-link a,
.edit-cover-image-link a:hover,
.edit-cover-image-link a:focus {
  color: #fff;
}

.entry-cover .entry-header,
.listing-cover .entry-header,
.edit-cover-image-link {
  color: #fff;
  position: relative;
  z-index: 10;
}

.edit-cover-image-link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.entry-cover .entry-title {
  color: #fff;
  line-height: 1;
  font-size: 1.875rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .entry-cover .entry-title {
    font-size: 3.125rem;
  }
}

.listing-cover .entry-title {
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .listing-cover .entry-title {
    line-height: 1;
  }
}
@media screen and (min-width: 64em) {
  .listing-cover .entry-title {
    font-size: 2.5em;
  }
}

.entry-header .entry-meta {
  font-family: serif;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (min-width: 40em) {
  .entry-header .entry-meta {
    font-size: 18px;
  }
}

.entry-cover a {
  color: #fff;
}

.fixed-cover {
  background-attachment: fixed;
}

.cover-edit-controls {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 301.33px;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto -7px;
  padding: 14px;
  border-radius: 4px;
  background: rgba(221, 226, 231, 0.8);
  vertical-align: middle;
}

/* Typography
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Vidaloka", serif;
}

code,
pre,
kbd {
  font-size: 90%;
  border-radius: 4px;
}

pre {
  background-color: #F8F8F8;
  padding: 0.8em;
  border-radius: 2px;
  margin-bottom: 1.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

p {
  font-size: 1.125rem;
}

/* Responsive Menu Bar
----------------------------------------------- */
@media (min-width: 1024px) {
  #offCanvasLeft,
  #offCanvasRight {
    display: none;
  }
}
.off-canvas.dark {
  background: #23282d;
  color: #FFF;
}

.off-canvas.dark li a {
  color: #FFF;
  border: none;
}

.off-canvas.dark .is-accordion-submenu-parent > a::after {
  border-color: #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.off-canvas .close-button {
  z-index: 20;
}

.mobile-hr {
  margin-left: -100px;
  padding: 10px;
  border-bottom: solid 1px #444;
  margin-bottom: 10px;
}

.off-canvas li.title {
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 14px;
  margin-top: 5px;
  color: #b4b9be;
}

.off-canvas .button {
  width: 100%;
}

.off-canvas .button.hollow {
  color: #ffffff;
}

.off-canvas {
  height: 100%;
}

/* prevents bar from flashing on page load */
.title-bar {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color 0.25s ease-out;
}
.header.header-absolute .title-bar {
  background-color: transparent;
}
.header.header-absolute .title-bar::after {
  background-color: transparent !important;
}

.title-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-bar-title a,
.title-bar-title a:hover,
.title-bar-title a:focus {
  color: #FFF;
}

.off-canvas .top-bar-right {
  float: none;
  margin-bottom: 10px;
}

/* Header
----------------------------------------------- */
/* Prevent sticky bar from hiding behind wp-admin bar */
body.admin-bar .header .sticky.is-stuck {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header .sticky.is-stuck {
    top: 46px !important;
  }
}

.header #sticky_header {
  width: 100%;
  z-index: 9999;
}
.header #sticky_header .top-bar {
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.has-header-mask #minimal-wrapper,
.has-header-mask .title-bar {
  position: relative;
  margin-bottom: min(100px, 4.4270833333vw);
  border: none;
}
.has-header-mask #minimal-wrapper::after,
.has-header-mask .title-bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: min(100px, 4.4270833333vw);
  background-color: #000;
  -webkit-mask: url(../../assets/images/mask/mask-bottom-add-alt.png) top center/cover no-repeat;
  mask: url(../../assets/images/mask/mask-bottom-add-alt.png) top center/cover no-repeat;
  pointer-events: none;
  transition: background-color 0.25s ease-out;
}
.has-header-mask.header-absolute #minimal-wrapper::after,
.has-header-mask.header-absolute .title-bar::after {
  background-color: transparent;
}
.has-header-mask.header-absolute.affix #minimal-wrapper::after,
.has-header-mask.header-absolute.affix .title-bar::after {
  background-color: #000000;
}

.header.layout-minimal.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header.layout-minimal.header-absolute:not(.affix) #minimal-wrapper,
.header.layout-minimal.header-absolute:not(.affix) .title-bar {
  background: transparent;
  border-bottom: transparent;
}

.header.layout-minimal.header-absolute-front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header.layout-minimal.header-absolute-front:not(.affix) #minimal-wrapper {
  background: transparent;
  border-bottom: transparent;
}

@media screen and (min-width: 90em) {
  .header.layout-minimal .primary-header-wrap .site-branding,
  .header.layout-minimal .primary-header-wrap .top-bar-right {
    width: 25%;
    flex: 0 0 25%;
  }
  .header.layout-minimal .primary-header-wrap .top-bar-right {
    min-width: 440px;
  }
}
.header #top-bar-primary {
  border-bottom: 1px solid #eaeaea;
  background: #ffffff;
}

.header #first-top-bar {
  background-color: #ffffff;
  font-size: 1rem;
  padding: 0;
}
.header #first-top-bar nav > ul > li > a {
  color: #1a1a1a;
}
.header #first-top-bar nav > ul > li > a:hover, .header #first-top-bar nav > ul > li > a:focus, .header #first-top-bar nav > ul > li > a:active {
  color: #3c3c3c;
}

.header .primary-header-wrap {
  width: 100%;
  height: auto;
}

.header .site-branding {
  float: left;
  vertical-align: middle;
  text-align: left;
  padding-right: 1rem;
}

.header .site-branding-link,
.footer-brand .site-branding-link {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  transition: opacity 0.3s ease-in-out;
}
.header .site-branding-link:hover,
.footer-brand .site-branding-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 782px) {
  .header .site-branding-link,
  .footer-brand .site-branding-link {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.header .site-branding-link .custom-logo,
.footer-brand .site-branding-link .custom-logo {
  max-height: 48px;
  width: auto;
}
@media screen and (min-width: 90em) {
  .header .site-branding-link .custom-logo,
  .footer-brand .site-branding-link .custom-logo {
    max-height: 80px;
  }
}
.header .site-branding-link .logo-text,
.footer-brand .site-branding-link .logo-text {
  display: inline-flex;
  flex-direction: column;
}

.site-description {
  margin: -4px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  opacity: 0.7;
}

@media screen and (max-width: 782px) {
  .site-title {
    font-size: 24px;
  }
  .site-description {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.header .site-title,
.footer-brand .site-title {
  margin: 0;
  clear: none;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.top-bar {
  padding-left: 0;
  padding-right: 0;
}

.header .top-bar-right,
.header .top-bar-left {
  vertical-align: middle;
}

.header .top-bar-right > ul {
  float: right;
}

.header ul#menu-header-not-logged-in {
  background-color: rgba(0, 0, 0, 0);
}

/* hide so off canvas menus can be used */
@media screen and (max-width: 63.9375em) {
  header .sticky-container,
  header .top-bar {
    display: none;
  }
}

#head-nav-wrap.fixed {
  background-color: #fff;
  opacity: 0.95;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}

.header .top-bar-right img.avatar {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

/* Header XY Grid for browsers which support it
----------------------------------------------- */
.header .top-bar-left,
.header .primary-header-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header .primary-header-wrap {
  justify-content: space-between;
}
.header .primary-header-wrap .top-bar-right,
.header .primary-header-wrap .site-branding,
.header .primary-header-wrap .top-bar-left {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.header .primary-header-wrap .top-bar-right,
.header .primary-header-wrap .site-branding {
  width: auto;
}
.header .primary-header-wrap .top-bar-left {
  justify-content: space-around;
}
@media screen and (min-width: 40em) {
  .header .primary-header-wrap .top-bar-left {
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .header .primary-header-wrap .top-bar-left {
    flex: 1 1;
    width: auto;
    order: 1;
  }
}
@media screen and (min-width: 40em) {
  .header .primary-header-wrap .top-bar-right {
    order: 1;
  }
}
@media screen and (min-width: 64em) {
  .header .primary-header-wrap .top-bar-right {
    order: 2;
  }
}

/* Custom Header
----------------------------------------------- */
.has-header-image .header,
.has-header-image .header .top-bar,
.has-header-image .header .title-bar,
.has-header-video .header,
.has-header-video .header .top-bar,
.has-header-video .header .title-bar {
  position: relative;
}
.has-header-image .custom-header,
.has-header-video .custom-header {
  display: block;
  height: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.has-header-image .home-cover,
.has-header-video .home-cover {
  background: none !important;
}
.has-header-image .home-cover:after,
.has-header-video .home-cover:after {
  display: none;
}

.custom-header-media:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
  /*	position: fixed;*/
  position: absolute;
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  /* vw prevents 1px gap on left that 100% has */
  width: auto;
  top: 50%;
  padding-bottom: 1px;
  /* Prevent header from extending beyond the footer */
  transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: 45px;
  z-index: 10;
}
.wp-custom-header .wp-custom-header-video-button:hover, .wp-custom-header .wp-custom-header-video-button:focus {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
}

.admin-bar .wp-custom-header-video-button {
  top: 62px;
}

/* For browsers that support 'object-fit' */
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .has-header-image .custom-header-media img,
  .has-header-video .custom-header-media video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    top: 0;
    transform: none;
    width: 100%;
  }
}
/* Hides div in Customizer preview when header images or videos change. */
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
  display: none;
}

.minimal-header-wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
}

/* Footer
----------------------------------------------- */
#footer {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.has-footer-mask {
  position: relative;
  margin-top: min(100px, 4.4270833333vw);
}
.has-footer-mask::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: min(100px, 4.4270833333vw);
  background-color: #000000;
  -webkit-mask: url(../../assets/images/mask/mask-top-add-alt.png) bottom center/cover no-repeat;
  mask: url(../../assets/images/mask/mask-top-add-alt.png) bottom center/cover no-repeat;
  z-index: 4;
  pointer-events: none;
}

.site-footer a,
#footer abbr,
#footer acronym {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.25s ease-out, color 0.25s ease-out;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active,
#footer abbr:hover,
#footer abbr:focus,
#footer abbr:active,
#footer acronym:hover,
#footer acronym:focus,
#footer acronym:active {
  color: #fff;
  text-decoration: none;
}

#footer ul {
  list-style: none;
}

.footer-top ul {
  margin: 0;
}

.footer-top .widget-title {
  font-size: 1.5rem;
  color: #fff;
}

#footer .divider {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav .inline-list {
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
}

.footer-bottom .social-media {
  margin-bottom: 15px;
}

.footer-bottom .social-media li .fa {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.1);
  line-height: 32px;
  transition: all 0.25s ease-out, color 0.25s ease-out;
  font-size: 16px;
}

.footer-bottom .social-media li .fa:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
}

/* Other Partials
----------------------------------------------- */
/* Icons
----------------------------------------------- */
svg {
  max-width: 1em;
}

/* social icons */
.fa-icon::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.social-icons {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.social-icons li {
  margin: 0 10px 4px 0;
  display: inline-block;
}
.text-center .social-icons li {
  margin: 0 5px 4px 5px;
}
.text-right .social-icons li {
  margin: 0 0 4px 10px;
}

.social-icons li:first-child {
  margin-left: 0;
}
.social-icons li:last-child {
  margin-right: 0;
}

.social-icons a:before {
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}

.social-icons a {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #1a1a1a;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}
.social-icons a:hover, .social-icons a:focus {
  color: #ffffff;
}
.social-icons a:hover::before, .social-icons a:focus::before {
  color: #ffffff;
}

ul.social-icons a {
  opacity: 1;
}

#footer .social-icons a:before {
  color: #ffffff;
}
#footer .social-icons a,
#footer .wp-block-social-links a {
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}

/*.social-icons a:hover {
	opacity: 0.7;
}

.social-icons .social-x {
	background-color: #56a3d9;
}

.social-icons .social-facebook {
	background-color: #3b5998;
}

.social-icons .social-tiktok {
	background-color: #000000;
}

.social-icons .social-x {
	background-color: #000000;
}

.social-icons .social-telegram {
	background-color: #26A5E4;
}

.social-icons .social-whatsapp {
	background-color: #25D366;
}

.social-icons .social-onlyfans {
	background-color: #00AFF0;
}

.social-icons .social-snapchat {
	background-color: #FFFC00;
}

.social-icons .social-reddit {
	background-color: #FF4500;
}

.social-icons .social-discord {
	background-color: #5865F2;
}

.social-icons .social-youtube {
	background-color: #FF0000;
}

.social-icons .social-linkedin {
	background-color: #0077b5;
}

.social-icons .social-pinterest {
	background-color: #cb211d;
}

.social-icons .social-instagram {
	background-color: #FF0069;
}

.social-icons .social-github {
	background-color: #221e1b;
}

.social-icons .social-vimeo {
	background-color: #51b5e7;
}

.social-icons .social-flickr {
	background-color: #1e1e1b;
}

.social-icons .social-foursquare {
	background-color: #f94877;
}

.social-icons .social-wordpress {
	background-color: #464646;
}*/
/**
 * Custom tooltip icon
 * see fundirectory_tooltip_icon()
 *
 * @since 1.0.0
 */
.fundirectory-tooltip i.fa {
  margin: 0 5px;
  color: #c2c2c2;
}

.page-header .rss-link-icon {
  float: right;
}

/* Buttons
----------------------------------------------- */
/* Setup the map */
.button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  padding-right: calc(1.75rem - 0.34em);
  border-width: 2px;
  transition: border-color 0.4s linear 0s, color 0.4s linear 0s;
  color: #ffffff;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  transition: width 0.4s ease;
}
.button i {
  font-size: 12px;
}
.button:hover, .button:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #1a1a1a;
  transition: border-color 0.05s linear 0s, color 0.05s linear 0s;
}
.with-background .button:hover, .with-background .button:focus {
  border-color: #e8e8e9;
}
.button:hover::before, .button:focus::before {
  width: 100%;
}
.button.hollow {
  border-width: 2px;
  color: #1a1a1a;
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
  color: #ffffff;
}
.button.warning:hover, .button.warning:focus {
  color: #1a1a1a;
}

.with-background .button:not(.hollow)::before,
.reveal .button:not(.hollow)::before,
.content-wrap .button:not(.hollow)::before,
.fundirectory-core-form > fieldset .button:not(.hollow)::before {
  background-color: #e8e8e9;
}
.with-background .button:not(.hollow):hover, .with-background .button:not(.hollow):focus,
.reveal .button:not(.hollow):hover,
.reveal .button:not(.hollow):focus,
.content-wrap .button:not(.hollow):hover,
.content-wrap .button:not(.hollow):focus,
.fundirectory-core-form > fieldset .button:not(.hollow):hover,
.fundirectory-core-form > fieldset .button:not(.hollow):focus {
  border-color: #e8e8e9;
}

.content-wrap .input-group > :last-child > .button::before {
  display: none;
}
.content-wrap .input-group > :last-child > .button:hover, .content-wrap .input-group > :last-child > .button:focus {
  color: #ffffff;
  opacity: 0.5;
}

/*
Hack needed to apply button class style to plugins, etc so it
matches the theme's look
 */
[data-whatinput=mouse] input[type=button],
[data-whatinput=mouse] input[type=reset],
[data-whatinput=mouse] input[type=submit] {
  outline: 0;
}
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 1.375rem 1.75rem;
  margin: 0 0 1rem 0;
  font-size: 0.75rem;
  background-color: #b22222;
  color: #ffffff;
}
input[type=button]:hover, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: rgb(156.5896226415, 29.9103773585, 29.9103773585);
  color: #ffffff;
}

/* Build out the buttons */
.button.primary {
  background-color: #b22222;
  border-color: #b22222;
}
.button.primary::before {
  background-color: #b22222;
}
.button.primary:hover, .button.primary:focus {
  background-color: transparent;
}

.button.secondary {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.button.secondary::before {
  background-color: #c2c2c2;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: transparent;
}

.button.success {
  background-color: #57ab01;
  border-color: #57ab01;
}
.button.success::before {
  background-color: #57ab01;
}
.button.success:hover, .button.success:focus {
  background-color: transparent;
}

.button.info {
  background-color: #027cda;
  border-color: #027cda;
}
.button.info::before {
  background-color: #027cda;
}
.button.info:hover, .button.info:focus {
  background-color: transparent;
}

.button.warning {
  background-color: #ffb820;
  border-color: #ffb820;
}
.button.warning::before {
  background-color: #ffb820;
}
.button.warning:hover, .button.warning:focus {
  background-color: transparent;
}

.button.alert {
  background-color: #ff493c;
  border-color: #ff493c;
}
.button.alert::before {
  background-color: #ff493c;
}
.button.alert:hover, .button.alert:focus {
  background-color: transparent;
}

@media screen and (max-width: 39.9375em) {
  .button.large {
    font-size: 0.75rem;
  }
}
/* Build out the hollow buttons */
.button.hollow.primary {
  background-color: transparent;
  border-color: #b22222;
  color: #b22222;
}
.button.hollow.primary::before {
  background-color: #b22222;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  background-color: transparent;
  border-color: #b22222;
}

.button.hollow.secondary {
  background-color: transparent;
  border-color: #c2c2c2;
  color: #c2c2c2;
}
.button.hollow.secondary::before {
  background-color: #c2c2c2;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  background-color: transparent;
  border-color: #c2c2c2;
}

.button.hollow.success {
  background-color: transparent;
  border-color: #57ab01;
  color: #57ab01;
}
.button.hollow.success::before {
  background-color: #57ab01;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  background-color: transparent;
  border-color: #57ab01;
}

.button.hollow.info {
  background-color: transparent;
  border-color: #027cda;
  color: #027cda;
}
.button.hollow.info::before {
  background-color: #027cda;
}
.button.hollow.info:hover, .button.hollow.info:focus {
  background-color: transparent;
  border-color: #027cda;
}

.button.hollow.warning {
  background-color: transparent;
  border-color: #ffb820;
  color: #ffb820;
}
.button.hollow.warning::before {
  background-color: #ffb820;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  background-color: transparent;
  border-color: #ffb820;
}

.button.hollow.alert {
  background-color: transparent;
  border-color: #ff493c;
  color: #ff493c;
}
.button.hollow.alert::before {
  background-color: #ff493c;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  background-color: transparent;
  border-color: #ff493c;
}

/* Bootstrap buttons just in case */
.btn {
  display: inline-block;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

a.btn-white {
  color: #8a8a8a;
  background: #fff;
  border: 1px solid #e7eaec;
}
a.btn-white:hover, a.btn-white:focus, a.btn-white:active {
  color: inherit;
  border: 1px solid #d2d2d2;
}

/* Footer back to top button */
#topcontrol {
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-bottom: -30px;
  margin-right: -30px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background-clip: padding-box;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  z-index: 10;
}

#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}

/* Breadcrumbs
----------------------------------------------- */
@media screen and (min-width: 40em) {
  .content-area #breadcrumb {
    margin-top: -2.1875rem;
  }
}

.breadcrumbs li {
  font-family: "Vidaloka", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.34em;
  line-height: 1.2;
}

/* Badges
----------------------------------------------- */
.badge {
  font-weight: 600;
}

.badge.secondary {
  background: #c2c2c2;
}

.badge.info {
  background: #027cda;
}

.badge.success {
  background: #57ab01;
}

.badge.warning {
  background: #ffb820;
}

.badge.alert {
  background: #ff493c;
}

/* Labels
----------------------------------------------- */
.label,
.label a {
  background: #f0f0f0;
  color: #777;
}

.label.primary,
.label.primary a {
  color: #ffffff;
}

.label.secondary,
.label.secondary a {
  background: #c2c2c2;
}

.label.info,
.label.info a {
  background: #027cda;
  color: #ffffff;
}

.label.success,
.label.success a {
  background: #57ab01;
}

.label.warning,
.label.warning a {
  background: #ffb820;
}

.label.alert,
.label.alert a {
  background: #ff493c;
}

.simple_tag,
#sidebar .widget_meta a abbr {
  background-color: #F3F3F4;
  border: 1px solid #E7EAEC;
  border-radius: 2px;
  color: inherit;
  font-size: 9.5px;
  font-weight: 600;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}

#sidebar .widget_meta a abbr {
  margin: 0 0 0 5px;
  border-radius: 2px;
  color: #8a8a8a;
  font-weight: 400;
  padding: 2px 8px;
  border: 0;
  cursor: pointer;
  vertical-align: text-bottom;
}

.simple_tag a {
  color: #1a1a1a;
}

/* Progress Bars
----------------------------------------------- */
.progress {
  background-color: #f5f5f5;
  height: 1.25rem;
  float: none !important;
  width: 100% !important;
  margin: 0 0 1rem 0 !important;
}

.progress.secondary .progress-meter {
  background-color: #c2c2c2;
}

.progress.success .progress-meter {
  background-color: #57ab01;
}

.progress.warning .progress-meter {
  background-color: #ffb820;
}

.progress.alert .progress-meter {
  background-color: #ff493c;
}

/* WordPress Core
----------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  margin-bottom: 35px !important;
}
.wp-caption .wp-caption-text {
  font-size: 14px !important;
  line-height: 17px;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 5px;
  color: #888;
}
.wp-caption .alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption .alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption .alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute !important;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #F1F1F1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759B;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Image galleries */
.gallery {
  margin: 0 -1.1666667%;
  padding: 0;
}
.gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery .gallery-item img {
  border: 1px solid #f0f0f0;
  padding: 3px;
  background-color: #ffffff;
}
.gallery .gallery-caption {
  font-size: 13px;
  margin: 0;
  color: #8a8a8a;
}

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* additional WP styles */
.wp-editor-container {
  border: 1px solid #E5E5E5;
}

.page-links > .page-links-title {
  border: 0;
  color: #707070;
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #8B0000;
  border-color: #8B0000;
  color: #FFF;
}

.page-links a,
.page-links > span {
  border: 1px solid #EAEAEA;
  display: inline-block;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
  border-radius: 4px;
}

.login-form p#nav {
  font-size: 0.875rem;
}

.bypostauthor {
  width: auto;
}

/* WordPress embeds */
.entry-content .twitter-tweet-rendered {
  margin: 10px auto; /* Center align the Twitter embed */
}

.entry-content .instagram-media-rendered {
  max-width: 100% !important; /* Center align the Instagram embed */
}

/* Default widgets styles */
/* RSS widget */
.widget_rss .rsswidget img {
  display: none;
}
.widget_rss .widget-title > :first-child {
  display: none;
}
.widget_rss .widget-title a.rsswidget {
  color: #1a1a1a;
}
.widget_rss .widget-title a.rsswidget:before {
  font-family: FontAwesome;
  content: "\f09e";
  display: inline-block;
  padding-right: 5px;
  line-height: 1;
  vertical-align: middle;
}
.widget_rss .rssSummary {
  font-size: 16px;
}
.widget_rss .rssSummary:last-child {
  margin-bottom: 1.25rem;
}
.widget_rss li:last-child :last-child {
  margin-bottom: 0;
}

.widget_rss .rss-date,
.widget_recent_entries .post-date,
.widget_rss cite {
  color: #8a8a8a;
  display: block;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 0.5rem;
}

/* Calendar widget */
.widget_calendar tfoot td {
  font-weight: normal;
}
.widget_calendar tfoot td a {
  color: inherit;
}
.widget_calendar tfoot td a:hover, .widget_calendar tfoot td a:focus, .widget_calendar tfoot td a:active {
  color: #1a1a1a;
  text-decoration: none;
}
.widget_calendar td#next {
  text-align: right;
}
.widget_calendar tbody tr:nth-child(even) {
  background-color: initial;
}

/* Menus
----------------------------------------------- */
.top-bar ul {
  background: transparent;
  z-index: 999;
  font-size: 0.9125rem;
}

#menu-header li a,
#menu-top-bar li a {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Vidaloka", serif;
}

.top-bar #menu-header > li > a {
  padding: 20px 0;
  margin: 0 12px;
}
@media screen and (min-width: 75em) {
  .top-bar #menu-header > li > a {
    padding: 22px 0;
    margin: 0 12px;
  }
}
@media screen and (min-width: 90em) {
  .top-bar #menu-header > li > a {
    padding: 40px 0;
    margin: 0 22px;
  }
}
.top-bar #menu-header > li:first-child > a {
  margin-left: 0;
}
.top-bar #menu-header > li:last-child > a {
  margin-right: 0;
}

#menu-top-bar > li > a {
  padding: 0.625rem 1rem;
}
@media screen and (min-width: 64em) {
  #menu-top-bar > li > a {
    padding: 0 0.625rem;
  }
  #menu-top-bar > li > a:first-child > a {
    padding-left: 0;
  }
  #menu-top-bar > li > a:last-child > a {
    padding-right: 0;
  }
}

.top-bar ul.submenu {
  background: #ffffff;
  border-top: 2px solid;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

.top-bar li.menu-item a {
  color: #8a8a8a;
}
.top-bar li.menu-item a:focus,
.top-bar li.menu-item a:hover {
  color: #1a1a1a;
  text-decoration: none;
}
.top-bar li.menu-item .has-bg-color a,
.top-bar li.menu-item .has-bg-color a:hover,
.top-bar li.menu-item .has-bg-color a:focus,
.top-bar li.menu-item .has-image a,
.top-bar li.menu-item .has-image a:hover,
.top-bar li.menu-item .has-image a:focus {
  color: #FFF;
}

.is-dropdown-submenu {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.is-dropdown-submenu .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #eaeaea;
}

@media screen and (min-width: 40em) {
  li#menu-item-username > a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
  margin-right: 26px !important;
}
@media screen and (min-width: 75em) {
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    margin-right: 36px !important;
  }
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  content: "\f107";
  font-family: FontAwesome;
  border: 0;
  margin-top: -8px;
  right: -4px;
}

/* Dropdown Categories List */
@media screen and (max-width: 39.9375em) {
  .listing-cats {
    margin-left: 0;
  }
}

@media screen and (min-width: 40em) {
  .listing-cats .cat-column {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.listing-cats a {
  display: block;
  padding: 1rem 0 1rem 1rem;
  color: #1a1a1a;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .listing-cats a {
    font-size: 80%;
  }
}

.listing-cats .sub-cat-list > .cat-item {
  padding-left: 1rem;
}

.menu.dropdown .listing-cats-dropdown {
  position: absolute !important;
}

@media screen and (min-width: 40em) {
  .listing-cats-dropdown {
    min-width: 800px;
  }
}

.listing-cats .cat-item-count {
  background-color: #f5f5f5;
  color: #777;
  margin-left: 5px;
  float: right;
}

.listing-cats-dropdown .cat-item-count {
  padding: 0.22222rem 0.44444rem;
  font-size: 0.61111rem;
}

.parent-cat-wrap .parent-cat,
.parent-cat-wrap .sub-cat-list {
  position: relative;
  z-index: 1;
}
.parent-cat-wrap .parent-cat-bg {
  position: relative;
}
.parent-cat-wrap .parent-cat-bg.has-image:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 32%, rgba(0, 0, 0, 0) 60%);
}
.parent-cat-wrap .has-bg-color a,
.parent-cat-wrap .has-image a {
  color: #ffffff;
  transition: color 0.3s ease;
}

/* Header XY Grid for browsers which support it
----------------------------------------------- */
.listing-cats .cat-item-link,
.listing-cats .cat-item > a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.listing-cats .cat-item-link .cat-item-name,
.listing-cats .cat-item > a .cat-item-name {
  width: 100%;
}
.listing-cats .cat-item-link .category-icon,
.listing-cats .cat-item-link .cat-item-count,
.listing-cats .cat-item > a .category-icon,
.listing-cats .cat-item > a .cat-item-count {
  max-width: 50px;
  margin-right: 1rem;
}

.menu > li > a {
  padding: 1rem;
  /* Font Awesome overrides for Foundation */
}
.menu > li > a i.fa {
  vertical-align: inherit;
  margin-right: 0.5rem;
}

/* WordPress and Foundation notices/error boxes
----------------------------------------------- */
div.notice {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  position: relative;
  color: #656565;
}
div.notice > :first-child {
  margin-top: 0;
}
div.notice > :last-child {
  margin-bottom: 0;
}
div.notice {
  background-color: white;
}

.callout,
div.notice {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul.errors {
  list-style-type: none;
  margin: 0;
}

/* Setup the map */
/* Loop through and build out the callouts */
.callout.primary,
.notice.primary,
.error.primary {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: hsl(0, 20%, 40%);
}
.callout.primary a,
.notice.primary a,
.error.primary a {
  color: hsl(0, 20%, 40%);
  font-weight: 700;
}

.callout.secondary,
.notice.secondary,
.error.secondary {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: hsl(0, 20%, 40%);
}
.callout.secondary a,
.notice.secondary a,
.error.secondary a {
  color: hsl(0, 20%, 40%);
  font-weight: 700;
}

.callout.success,
.notice.success,
.error.success {
  background-color: #e1faea;
  border-color: #e1faea;
  color: hsl(141.6, 20%, 40%);
}
.callout.success a,
.notice.success a,
.error.success a {
  color: hsl(141.6, 20%, 40%);
  font-weight: 700;
}

.callout.info,
.notice.info,
.error.info {
  background-color: #e1f1fa;
  border-color: #e1f1fa;
  color: hsl(201.6, 20%, 40%);
}
.callout.info a,
.notice.info a,
.error.info a {
  color: hsl(201.6, 20%, 40%);
  font-weight: 700;
}

.callout.warning,
.notice.warning,
.error.warning {
  background-color: #fff3d9;
  border-color: #fff3d9;
  color: hsl(41.0526315789, 20%, 40%);
}
.callout.warning a,
.notice.warning a,
.error.warning a {
  color: hsl(41.0526315789, 20%, 40%);
  font-weight: 700;
}

.callout.alert,
.notice.alert,
.error.alert {
  background-color: #fce6e2;
  border-color: #fce6e2;
  color: hsl(9.2307692308, 20%, 40%);
}
.callout.alert a,
.notice.alert a,
.error.alert a {
  color: hsl(9.2307692308, 20%, 40%);
  font-weight: 700;
}

.callout.error,
.notice.error,
.error.error {
  background-color: #fce6e2;
  border-color: #fce6e2;
  color: hsl(9.2307692308, 20%, 40%);
}
.callout.error a,
.notice.error a,
.error.error a {
  color: hsl(9.2307692308, 20%, 40%);
  font-weight: 700;
}

.callout.checkout-error,
.notice.checkout-error,
.error.checkout-error {
  background-color: #fce6e2;
  border-color: #fce6e2;
  color: hsl(9.2307692308, 20%, 40%);
}
.callout.checkout-error a,
.notice.checkout-error a,
.error.checkout-error a {
  color: hsl(9.2307692308, 20%, 40%);
  font-weight: 700;
}

.error.primary {
  background-color: #fce6e2;
  border-color: #fce6e2;
  color: hsl(9.2307692308, 20%, 40%);
}
.error.primary a {
  color: hsl(9.2307692308, 20%, 40%);
  font-weight: 700;
}

.callout.license {
  max-height: 15rem;
  overflow: auto;
}

/* Forms
----------------------------------------------- */
/* js validate errors */
form .required.error {
  margin-bottom: 0;
  border: 1px solid #fce6e2;
}

form label.error.error,
form label .error {
  color: #ff493c;
  margin-bottom: 1rem;
  font-style: italic;
  background-color: initial;
}

form .error.error {
  margin-bottom: 0;
}

/* listing contact owner */
label#contact_catcher {
  display: none;
}

select {
  color: #1a1a1a;
  outline: none;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  font-size: 16px;
  line-height: 30px;
  font-style: 300;
  padding: 11px 30px;
  height: 60px;
}
.with-background select, .reveal select, .content-wrap select, .fundirectory-core-form > fieldset select {
  background-color: #e8e8e9;
}

#contactOwnerModal i.fa-spinner,
#ownerContactModal i.fa-spinner {
  position: absolute;
  bottom: 45%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  display: none;
}

/* Foundation bug fix */
.input-group > :first-child .input-group-field {
  border-radius: 5px 0 0 5px;
}

.input-group > :last-child > * {
  transition: all 0.4s linear 0s;
}

.input-group > :last-child .input-group-field {
  border-radius: 5px;
}

.password-input-wrapper {
  position: relative;
}
.password-input-wrapper .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  cursor: pointer;
  color: #656565;
  padding: 0;
}
.password-input-wrapper .toggle-password:hover {
  color: #1a1a1a;
}

.form-field ul {
  list-style-type: none;
}

.form-field > ul {
  margin-left: 0;
}

/* Foundation vs WordPress collisions fix */
.wp-core-ui .media-frame .thumbnail {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.wp-core-ui .media-frame .attachment .thumbnail img {
  max-width: none;
}

.wp-core-ui .media-frame select,
.wp-core-ui .media-frame textarea,
.wp-core-ui .media-frame input[type=text],
.wp-core-ui .media-frame input[type=search] {
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  background-image: none;
  height: 28px;
  color: #32373c;
  transition: 0.05s border-color ease-in-out;
}

.wp-core-ui .media-frame select {
  padding: 2px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

/* listing submission */
form.fundirectory-core-form.listing .children {
  list-style: none;
  margin: 0;
}
form.fundirectory-core-form.listing .children > li {
  padding-left: 0.75em;
}
form.fundirectory-core-form.listing .no-media {
  color: #818a91;
  font-size: 0.85em;
  float: left;
  line-height: 2.5;
}
form.fundirectory-core-form.listing .wp-editor-wrap {
  margin: 0 0 1rem;
}
form.fundirectory-core-form.listing label[for=post_content] {
  float: left;
  line-height: 3;
  margin-bottom: -10px;
}
form.fundirectory-core-form.listing .wp-editor-tools {
  float: right;
}

.fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list {
  margin-left: 0;
  color: #1a1a1a;
  background-color: #e8e8e9;
  border-color: #e8e8e9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  padding: 0.75rem;
}
.fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list .fundirectory-core-attachment {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  border: 0 !important;
}
.fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list .fundirectory-core-attachment:last-child {
  margin-bottom: 0 !important;
}
.fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list .fundirectory-core-attachment .media-object {
  margin-bottom: 0;
}
.fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list .fundirectory-core-attachment .media-object .thumbnail {
  cursor: move;
}
.fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list .fundirectory-core-attachment .media-object .media-object-section.main-section {
  width: 100%;
}
.fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list .ui-sortable-placeholder {
  visibility: visible;
  background: #eaeaea;
}

.g-recaptcha {
  margin: 0 0 1rem;
}

@media (max-width: 1199px) {
  .menu-item a img,
  img.menu-image-title-after,
  img.menu-image-title-before,
  img.menu-image-title-above,
  img.menu-image-title-below,
  .menu-image-hover-wrapper .menu-image-title-above {
    display: none !important;
  }
}
/* Form Progress Indicator, see https://foundation.zurb.com/building-blocks/blocks/progress-indicator.html
----------------------------------------------- */
.progress-wrapper {
  margin: 0 -1.5em 5rem;
}

.progress-indicator {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
}
.progress-indicator > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 1.5em;
}
.progress-indicator > li span {
  position: absolute;
  color: #e6e6e6;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  word-break: normal;
}
@media screen and (max-width: 39.9375em) {
  .progress-indicator > li span {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .progress-indicator > li span {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .progress-indicator > li span {
    font-size: 0.875rem;
  }
}
.progress-indicator > li::before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #e6e6e6;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 1.5em;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.progress-indicator > li::after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 0.15em;
  top: 50%;
  transform: translateY(-100%);
  left: 50%;
  margin-left: 1.5em\9 ;
  z-index: 0;
}
.progress-indicator > li:last-child:after {
  display: none;
}
.progress-indicator > li.is-complete::before, .progress-indicator > li.is-complete::after {
  color: #ffffff;
}
.progress-indicator > li.is-current::before {
  color: #ffffff;
}

/* Search
----------------------------------------------- */
/* search form widget */
.search-form .input-group-field {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* search results */
.post-search .entry-cover.has-image {
  padding-top: 66.666%;
  padding-bottom: 0;
}

/* search autocomplete */
.ui-autocomplete {
  list-style: none;
  background-color: #e8e8e9;
  border: 1px solid #cacaca;
  border-top: none;
  border-radius: 5px;
  margin-top: -1px;
  margin-left: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 1rem;
  width: 300px;
  z-index: 10;
}
.ui-autocomplete li {
  padding: 0.5rem;
}
.ui-autocomplete li.ui-state-focus {
  background-color: #f0f0f0;
}

.ui-helper-hidden-accessible {
  display: none;
}

/* Searchbar
----------------------------------------------- */
#searchbar {
  padding-top: 1.5em;
}
@media screen and (min-width: 40em) {
  #searchbar {
    padding-top: 4em;
  }
}

#searchbar .search-form,
.searchbar-shortcode .search-form {
  margin-top: 1rem;
}

#searchbar .content-wrap {
  margin-bottom: 0;
}

.searchbar-shortcode {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
@media screen and (min-width: 40em) {
  .searchbar-shortcode .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .searchbar-shortcode .column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .searchbar-shortcode .columns {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* Tables
----------------------------------------------- */
thead,
tfoot {
  color: #1a1a1a;
  background-color: #f7f7f7;
}
thead th,
tfoot th {
  padding: 0.625rem;
}

.table-plain tbody tr {
  background-color: transparent;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.table-plain tbody tr:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.table-plain tbody tr:hover {
  background-color: #f7f7f7;
  border-top: 1px solid #f5f5f5;
}

.table-plain tbody {
  border: 0;
  background-color: transparent;
}

/* Bootstrap Table
----------------------------------------------- */
.table-bootstrap th,
.table-bootstrap td {
  border-top: 1px solid #ECEEEF;
}

.table-bootstrap thead,
.table-bootstrap tbody,
.table-bootstrap tfoot {
  border: 0;
}

.table-bootstrap thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #ECEEEF;
  background-color: transparent;
}

.table-bootstrap tbody + tbody {
  border-top: 1px solid #ECEEEF;
}

.table-bootstrap .table-bootstrap {
  background-color: transparent;
}

/* Listing Plans
----------------------------------------------- */
.table-listing-plans tbody tr:hover {
  cursor: pointer;
}

.table-listing-plans .plan-radio {
  text-align: center;
}

.table-listing-plans .plan-details h4 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

.table-listing-plans .plan-description {
  color: #777;
}

.table-listing-plans td.plan-costs {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .table-listing-plans td.plan-costs {
    text-align: right;
  }
}

.table-listing-plans td.plan-costs .dropdown-pane {
  text-align: left;
}

.table-listing-plans td.plan-costs [type=checkbox] {
  margin-bottom: 0.5rem;
}

.table-listing-plans td.plan-costs .addon-featured-wrap label {
  color: #1a1a1a;
  font-size: 0.8rem;
}

.table-listing-plans td.plan-costs .addon-featured-wrap label:hover {
  cursor: pointer;
}

.table-listing-plans .addon-relist-wrap {
  padding-top: 10px;
}

.table-listing-plans td.plan-costs .dropdown-pane select {
  margin: 0;
  font-size: 14px;
}

.table-listing-plans .plan-categories {
  font-size: 0.75rem;
  font-style: italic;
  color: #8a8a8a;
}
.table-listing-plans .plan-categories p {
  margin-bottom: 0;
}

.table-listing-plans .plan-addons button {
  margin: 0;
}

/* Listing Preview
----------------------------------------------- */
.table-listing-preview td:nth-child(1) {
  width: 1px;
  white-space: nowrap;
}

/* Table Expand
----------------------------------------------- */
.table-expand-row.is-active .expand-icon::after {
  content: "-";
}
.table-expand-row .expand-icon::after {
  content: "+";
  float: right;
}

.table-expand-row-content {
  display: none;
}
.table-expand-row-content.is-active {
  display: table-row;
  animation: fadeIn ease-in 1;
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.table-plain tbody tr.table-expand-row-content {
  background-color: #F7F7F7;
}

/* Sorting Indicators
----------------------------------------------- */
.sorting-handle {
  visibility: hidden;
}

.desc:hover .sorting-handle,
.desc:focus .sorting-handle,
.asc:hover .sorting-handle,
.asc:focus .sorting-handle,
.sorted-col .sorting-handle {
  visibility: visible;
}

.asc .sorting-handle:before,
.sorted-col.desc:hover .sorting-handle:before,
.sorted-col.desc:focus .sorting-handle:before {
  content: "\f0d8";
}

.desc .sorting-handle:before,
.sorted-col.asc:hover .sorting-handle:before,
.sorted-col.asc:focus .sorting-handle:before {
  content: "\f0d7";
}

.tabs.content-wrap {
  margin-bottom: 0;
}

.sidebar-tabs-content .tabs-panel {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .sidebar-tabs-content {
    margin-bottom: 3em;
  }
}

.tabs-panel.is-active {
  animation: fadeIn 1s;
}
.tabs-panel .widget-title {
  display: none;
}

.tabs-title > a {
  font-size: 1rem;
}

/* Widgets
----------------------------------------------- */
#sidebar .widget.with-background .short_line {
  position: relative;
  width: 100%;
  display: block;
  line-height: 3px;
  margin-top: 10px;
}
#sidebar .widget.with-background .short_line span {
  width: 60px;
  height: 2px;
  display: inline-block;
}

.widget {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.widget .widget-title {
  margin: 0 0 2rem;
  font-size: 1.75rem;
}
@media screen and (min-width: 64em) {
  .widget .widget-title {
    font-size: 1.875rem;
  }
}
.widget .widget-title i.fa {
  margin-right: 10px;
}
.widget .button {
  margin: 1.25rem 0 0;
}
.widget ul {
  margin: 0;
  list-style: none;
}
.widget li {
  padding: 0.25rem 0;
}
.widget .menu > li {
  display: block;
}

.widget-footer .menu > li {
  display: block;
  padding: 0.25rem 0;
}
.widget-footer .menu > li a {
  padding: 0;
}

.widget-area > :last-child,
.widget > :last-child {
  margin-bottom: 0;
}

/* search input widget */
.widget_search input,
.widget_fundirectory_site_search input {
  margin: 0 !important;
}

.widget_search .input-group {
  margin-bottom: 0;
}

.widget_fundirectory_site_search .search-form {
  position: relative;
}
.widget_fundirectory_site_search .search-form .search-field {
  padding-right: 60px;
}
.widget_fundirectory_site_search .search-submit {
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 0 5px 5px 0;
}
.widget_fundirectory_site_search .search-submit::before {
  display: none !important;
}
.widget_fundirectory_site_search .search-submit:after {
  font-size: 14px;
  content: "\f002";
  font-family: "FontAwesome";
  color: #ffffff;
  z-index: 1;
  transition: all 0.4s linear 0s;
}
.widget_fundirectory_site_search .search-submit:hover:after, .widget_fundirectory_site_search .search-submit:focus:after, .widget_fundirectory_site_search .search-submit:active:after {
  color: #1a1a1a;
}

/* listing model params widget */
.fundirectory-widget-params {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Vidaloka", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.fundirectory-widget-params li {
  padding: 8px 12px;
  text-align: center;
  width: 50%;
}
@media (min-width: 768px) {
  .fundirectory-widget-params li {
    width: 20%;
  }
}
.fundirectory-widget-params li strong {
  display: block;
  width: 100%;
}

/* listing content widget */
.widget_fundirectory_widget_listing_content ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}
.widget_fundirectory_widget_listing_content .hero-listing-bar {
  position: initial;
  background: none;
  padding-bottom: 0;
}
.widget_fundirectory_widget_listing_content .hero-listing-bar .listing-icon {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.widget_fundirectory_widget_listing_content footer.entry-footer {
  margin-top: 2rem;
}

/* listing map widget */
.fundirectory-video-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.fundirectory-video-item > * {
  border-radius: 5px;
}
.fundirectory-video-item + .fundirectory-video-item {
  margin-top: 1.25rem;
}

/* listing model prices widget */
.listing-prices-title {
  color: #1a1a1a;
  font-weight: 400;
}

/* listing custom fields widget */
.listing-custom-fields ul > li {
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 1200px) {
  .listing-custom-fields ul > li {
    padding: 27px 0 27px;
  }
}
.listing-custom-fields ul > li:first-child {
  border-top: 1px solid #e6e6e6;
}
.listing-custom-fields ul > li .listing-custom-field-title {
  color: #1a1a1a;
  font-weight: 400;
}

.listing-custom-fields div.listing-custom-field-title {
  font-weight: 700;
  padding-right: 0.625rem;
}

.custom-text-area ul {
  list-style: disc;
  margin-left: 1.25rem;
}

/* listing author widget */
.listing-owner-avatar {
  margin-bottom: 1.25rem;
}

.listing-owner-avatar img {
  display: block;
  margin: 0 auto;
}

h3.listing-owner-name {
  margin-bottom: 0;
}

.listing-owner-headline {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 90%;
}

.listing-owner-contact a.button {
  margin: 1.25rem 0 0;
}

/* Reveal slider widget */
.listing-photos-modal {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.listing-photos-modal .slick-track,
.listing-photos-modal .slick-list,
.listing-photos-modal .listing-photos-modal-content {
  height: 100%;
  max-height: 100%;
}
.listing-photos-modal .slick-slide img {
  max-height: 90%;
}
.listing-photos-modal .slick-slider.slick-dotted {
  height: 90%;
  max-height: 90%;
}
.listing-photos-modal .slick-arrow:before,
.listing-photos-modal .close-button:hover,
.listing-photos-modal .close-button:focus {
  color: #fff;
}
.listing-photos-modal .slick-arrow:before,
.listing-photos-modal .close-button,
.listing-photos-modal .slide-caption,
.listing-photos-modal .listing-carousel-header {
  color: #dadada;
}
.listing-photos-modal .listing-carousel-header {
  display: block;
}

.items-featured-wrapper {
  position: relative;
}
.items-featured-wrapper .items-featured .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.items-featured-wrapper .items-featured {
  overflow: hidden;
}
@media screen and (min-width: 40em) {
  .items-featured-wrapper article.display-list .row {
    display: flex;
    flex-direction: row;
  }
}

/* hack since slick slider adds extra padding
 * and we need enough to show box-shadow
 */
.item-single-featured.slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.item-single-featured.slick-slide .content-wrap {
  margin-bottom: 0;
}

.item-single-featured .entry-thumbnail {
  height: 100%;
}
.item-single-featured .featured-cover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 40em) {
  .item-single-featured .featured-cover {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 40em) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 70px;
  }
}

.slick-prev,
.slick-next {
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 39.9375em) {
  .slick-prev,
  .slick-next {
    top: 20%;
  }
}

[dir=rtl] .slick-prev,
.slick-prev {
  left: 15px;
}
@media screen and (min-width: 82.75em) {
  [dir=rtl] .slick-prev,
  .slick-prev {
    left: -35px;
  }
}

[dir=rtl] .slick-next,
.slick-next {
  right: 15px;
}
@media screen and (min-width: 82.75em) {
  [dir=rtl] .slick-next,
  .slick-next {
    right: -30px;
  }
}

@media screen and (min-width: 82.75em) {
  .tiled-row.clearfix [dir=rtl] .slick-prev,
  .tiled-row.clearfix .slick-prev {
    left: 15px;
  }
  .tiled-row.clearfix [dir=rtl] .slick-next,
  .tiled-row.clearfix .slick-next {
    right: 15px;
  }
}
.tiled-row.clearfix .home-widget > .row {
  max-width: none;
}

.slick-prev:before {
  content: "\f104";
}

[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next:before {
  content: "\f105";
}

[dir=rtl] .slick-next:before {
  content: "\f104";
}

ul.slick-dots li button:before {
  font-size: 20px;
}

ul.slick-dots {
  margin-left: 0;
}

.slick-slide img {
  margin: 0 auto;
  border-radius: 5px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.listing-image-slider {
  margin-bottom: 0.625rem;
}

.listing-image-locked img,
.listing-image-slider-banner .slick-list {
  border-radius: 5px;
}

.listing-image-slider-banner .slick-list,
.listing-image-slider-banner .slick-track {
  height: 100%;
}

.listing-image-slider-wrapper.no-js {
  white-space: nowrap;
  overflow: hidden;
}
.listing-image-slider-wrapper.no-js .listing-image-slider > div {
  display: inline;
}
.listing-image-slider-wrapper.no-js {
  /* Aspect ratio hack for sliders before JS loaded, not critical, works for browsers that supports it */
}
.listing-image-slider-wrapper.no-js [style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
.listing-image-slider-wrapper.no-js [style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom: property) {
  .listing-image-slider-wrapper.no-js [style*="--aspect-ratio"] {
    position: relative;
  }
  .listing-image-slider-wrapper.no-js [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  .listing-image-slider-wrapper.no-js [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.listing-image-slider-nav .slick-slide {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
.listing-image-slider-nav .slick-list {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.slick-nav-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-nav-button-wrapper .slick-prev,
.slick-nav-button-wrapper .slick-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  display: flex;
  justify-content: center;
  height: auto;
  width: auto;
  color: #1a1a1a;
  transform: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  font-family: "Vidaloka", serif;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  transition: all 0.3s ease-in-out 0s;
}
.slick-nav-button-wrapper .slick-prev.slick-hidden,
.slick-nav-button-wrapper .slick-next.slick-hidden {
  display: none;
}
.slick-nav-button-wrapper .slick-prev.slick-hidden + .separator,
.slick-nav-button-wrapper .slick-next.slick-hidden + .separator {
  display: none;
}
.slick-nav-button-wrapper .slick-prev::before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-right: 0.4em;
  opacity: 1;
  -webkit-font-smoothing: auto;
  transition: all 0.3s ease-in-out 0s;
}
.slick-nav-button-wrapper .separator {
  margin: 0 5px;
}
.slick-nav-button-wrapper .separator::before {
  content: "/";
  font-size: 12px;
}
.slick-nav-button-wrapper .slick-next::before {
  display: none;
}
.slick-nav-button-wrapper .slick-next::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 12px;
  margin-left: 0.4em;
  opacity: 1;
  -webkit-font-smoothing: auto;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width: 40em) {
  .reveal-overlay .close-button,
  .without-overlay .close-button {
    font-size: 2.5em;
  }
}
.reveal-overlay .slide-caption,
.without-overlay .slide-caption {
  font-size: 90%;
  margin-top: 10px;
  text-align: center;
}

/* Photo grid table */
table.listing-photo-grid {
  margin-bottom: 0;
  border-collapse: initial;
}

table.listing-photo-grid td {
  vertical-align: top;
  background-color: #1a1a1a;
}

table.listing-photo-grid tbody tr:nth-child(even) {
  background-color: #fff;
}

.listing-image-slider .slick-slide:hover, .listing-image-slider .slick-slide:focus, .listing-image-slider .slick-slide:active,
.listing-photo-grid a:hover,
.listing-photo-grid a:focus,
.listing-photo-grid a:active {
  opacity: 0.7 !important;
  color: #fff;
}

.listing-image-slider .slick-slide,
.listing-photo-grid a {
  transition: all 0.4s ease;
  opacity: 1;
  cursor: pointer;
}

.listing-image-slider-banner .slick-slide {
  cursor: zoom-in;
}

.listing-photo-grid-main {
  width: 80%;
  padding: 0;
  border-right: 5px solid #fff;
}

.listing-photo-grid-sub {
  padding: 0;
  position: relative;
}

.listing-photo-grid-sub img {
  border-bottom: 5px solid #fff;
}

.listing-photo-grid-more {
  position: absolute;
  z-index: 2;
  padding: 10px;
  text-align: center;
  color: #fff;
  left: 0;
  bottom: -1px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, #000 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#b8000000", GradientType=0);
}

.listing-photo-grid-more span {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.listing-photo-grid-more a {
  color: #fff;
}

/* User stats widget */
.stat-section-wrap {
  margin-bottom: 1em;
}

ul.stat-section .stat-value {
  float: right;
}

ul.stat-section .stat-publish .stat-value {
  background: #57ab01;
}

ul.stat-section .stat-pending .stat-value {
  background: #ffb820;
}

ul.stat-section .stat-expired .stat-value {
  background: #ff493c;
}

ul.stat-section .stat-draft .stat-value {
  background: #027cda;
}

ul.stat-section .stat-total .stat-value {
  background: #c2c2c2;
}

ul.stat-section .stat-trash .stat-value {
  background: #1a1a1a;
}

ul.stat-section .stat-total {
  font-weight: 600;
}

/* blog post widget */
.view-more-articles,
.view-more-listings {
  text-align: center;
}

/* slider widget */
.slick-prev:before,
.slick-next:before {
  color: #1a1a1a;
}

.items-featured .slick-slide img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.items-featured .featured-cover {
  min-height: 23.75rem;
  height: 100%;
}
@media screen and (min-width: 40em) {
  .items-featured .featured-cover {
    min-height: 28.125rem;
  }
}

.items-featured .slick-slide a.button {
  margin-bottom: 0;
}

/* Page callout widget */
section.widget_fundirectory_widget_callout_box {
  margin: 0 !important;
}

.callout-wrap a.button {
  text-decoration: none !important;
}

.callout-wrap a:hover {
  text-decoration: none !important;
}

.callout-cover-wrap {
  position: relative;
}

.callout-content-wrap {
  position: relative;
  z-index: 20;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 40em) {
  .callout-content-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .callout-content-wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.callout-content-wrap.text-center .callout-title,
.callout-content-wrap.text-center .callout-content {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 64em) {
  .callout-content-wrap.text-center .callout-title,
  .callout-content-wrap.text-center .callout-content {
    max-width: 70%;
  }
}

.callout-cover.has-image:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.callout-content p {
  line-height: 1.75;
}

.callout-content-wrap .button,
.callout-content p:last-child {
  margin-bottom: 0;
}

.callout-content-wrap .input-group-button .button {
  margin-bottom: 1rem;
}

/* Download app buttons */
.apps-list .button.hollow {
  border: 2px solid #fff;
  color: #fff;
}

.apps-list .button.hollow:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

a.download-app,
.download-app {
  padding-left: 45px;
  position: relative;
}

a.download-app .fa,
.download-app .fa {
  position: absolute;
  left: 10px;
  font-size: 24px;
}

a.download-app .intro-text,
.download-app .intro-text {
  display: block;
  font-size: 10px;
  text-align: left;
}

a.download-app .main-text,
.download-app .main-text {
  display: block;
  font-size: 16px;
  text-align: left;
}

/* Sidebar Posts widgets */
.from-blog > li {
  padding: 0;
}
.from-blog > li:not(:last-child) {
  padding-bottom: 30px;
}
.from-blog h6 {
  margin-bottom: 0;
}
.from-blog h6 + p {
  margin-top: 0.5rem;
}
.from-blog p {
  display: block;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 0;
}
.from-blog .side-meta {
  color: #1a1a1a;
  font-weight: 400;
  letter-spacing: 0.34em;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Vidaloka", serif;
  margin-bottom: 0.5rem;
}
.from-blog .post-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media screen and (min-width: 64em) {
  .from-blog .post-thumb {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.from-blog .post-thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.from-blog .post-thumb + .side-meta {
  margin-top: 10px;
}
@media screen and (min-width: 64em) {
  .from-blog .post-thumb + .side-meta {
    margin-top: 30px;
  }
}

/* Sidebar Ads widgets */
.recent-ads .media-object {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.recent-ads .media-object-section:first-child {
  width: 116px;
}
.recent-ads .media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 0;
}
.recent-ads .recent-ad-content,
.recent-ads .recent-ad-meta-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-ads .recent-ad-meta {
  font-size: 0.75rem;
  color: #8a8a8a;
}
.recent-ads .recent-ad-meta a {
  color: #8a8a8a;
}
.recent-ads .recent-ad-meta .fa {
  margin-right: 0.5rem;
}
.recent-ads .recent-ad-meta .recent-ad-meta-item {
  padding: 0.125rem;
}
.recent-ads .recent-ad-price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a1a1a;
}

/*
widget_recent_entries
widget_recent_comments
widget_archive
widget_categories
widget_fundirectory_site_categories
widget_meta
widget_nav_menu
widget_pages
widget-model-categories
*/
.widget_recent_comments li {
  padding: 6px 0 6px;
}
.widget_recent_comments li:first-child {
  padding-top: 0;
}
.widget_recent_comments li:before {
  font-family: FontAwesome;
  content: "\f040";
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 1px;
  padding-right: 10px;
}
.widget_recent_comments li:last-child {
  border-bottom: 0;
}

.widget_recent_entries li {
  padding: 15px 0 13px 36px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.widget_recent_entries p {
  margin-bottom: 0;
}
.widget_recent_entries li:first-child {
  padding-top: 0;
}
.widget_recent_entries li:before {
  font-family: FontAwesome;
  content: "\f040";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 18px;
  left: 0;
  padding-right: 10px;
}
.widget_recent_entries li:first-child:before {
  top: 5px;
}
.widget_recent_entries li:last-child {
  border-bottom: 0;
}

.widget_recent_entries > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_fundirectory_site_categories > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_popular_entries > ul > li:first-child,
.widget_nav_menu > ul > li:first-child,
.widget_pages > ul > li:first-child {
  border-top: none;
  margin-top: 0;
}

.widget_popular_entries > ul > li:first-child {
  margin-top: 0;
}

.widget_archive a,
.widget_categories a,
.widget_fundirectory_site_categories a,
.widget-model-categories .parent-cat-bg:not(.has-icon):not(.has-image):not(.has-bg-color) a,
.widget_meta a,
.widget_nav_menu li a,
.widget_pages a {
  display: inline-block;
  padding: 14px 0 14px 25px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
}

.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_fundirectory_site_categories > ul {
  margin-top: -1px;
}
.widget_meta a + span,
.widget_pages a + span,
.widget_archive a + span,
.widget_categories a + span,
.widget_fundirectory_site_categories a + span {
  float: right;
  line-height: 30px;
  font-size: 14px;
  margin-top: 14px;
}

.widget_nav_menu .menu-main-menu-container > ul {
  margin-top: -10px;
}

.widget_archive a:before,
.widget_categories a:before,
.widget_fundirectory_site_categories a:before,
.widget-model-categories .parent-cat-bg:not(.has-icon):not(.has-image):not(.has-bg-color) a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 14px;
}

.widget_nav_menu ul.menu > li {
  border-bottom: 1px solid #e6e6e6;
}
.widget_nav_menu ul.menu > li:first-child {
  border-top: 1px solid #e6e6e6;
}
.widget_nav_menu ul.sub-menu > li {
  border-bottom: 1px solid #e6e6e6;
}
.widget_nav_menu ul.sub-menu > li:first-child {
  border-top: 1px solid #e6e6e6;
}
.widget_nav_menu ul.sub-menu > li:last-child {
  border-bottom: 0;
}

/* widget_categories */
.widget_meta ul > li,
.widget_pages ul > li,
.widget_archive ul > li,
.widget_categories ul > li,
.widget_fundirectory_site_categories ul > li {
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
}
.widget_meta ul > li:first-child,
.widget_pages ul > li:first-child,
.widget_archive ul > li:first-child,
.widget_categories ul > li:first-child,
.widget_fundirectory_site_categories ul > li:first-child {
  border-top: 1px solid #e6e6e6;
}
.widget_meta ul.children > li,
.widget_pages ul.children > li,
.widget_archive ul.children > li,
.widget_categories ul.children > li,
.widget_fundirectory_site_categories ul.children > li {
  border-bottom: 1px solid #e6e6e6;
}
.widget_meta ul.children > li:first-child,
.widget_pages ul.children > li:first-child,
.widget_archive ul.children > li:first-child,
.widget_categories ul.children > li:first-child,
.widget_fundirectory_site_categories ul.children > li:first-child {
  border-top: 1px solid #e6e6e6;
}
.widget_meta ul.children > li:last-child,
.widget_pages ul.children > li:last-child,
.widget_archive ul.children > li:last-child,
.widget_categories ul.children > li:last-child,
.widget_fundirectory_site_categories ul.children > li:last-child {
  border-bottom: 0;
}

.widget-model-categories .listing-cats.large-up-1 > .parent-cat-wrap {
  border-bottom: 1px solid #e6e6e6;
}
.widget-model-categories .listing-cats.large-up-1 > .parent-cat-wrap:first-child {
  border-top: 1px solid #e6e6e6;
}
.widget-model-categories .parent-cat-bg.has-image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .widget-model-categories .parent-cat-bg.has-image {
    margin-bottom: 1.875rem;
  }
}
.widget-model-categories .parent-cat-bg.has-image .cat-item-count {
  background-color: transparent;
  color: #ffffff;
}
.widget-model-categories .parent-cat-bg.has-image .cat-item-name {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Vidaloka", serif;
}

.widget_nav_menu a:empty,
.widget_nav_menu li > a:not([href]) {
  padding: 23px 0 24px 25px;
}

.tags-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag-cloud-link {
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-family: "Vidaloka", serif;
}

.fundirectory-models-slider-wrapper {
  position: relative;
}
.fundirectory-models-slider-wrapper .model-thumb {
  display: block;
  box-sizing: border-box;
  font-size: 0;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  padding: 4px;
  margin: 0 auto;
}
.fundirectory-models-slider-wrapper .model-thumb img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  transition: opacity 0.3s ease-in-out;
}
.fundirectory-models-slider-wrapper .model-thumb:hover img {
  opacity: 0.7;
}
.fundirectory-models-slider-wrapper .slick-arrow {
  font-size: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  opacity: 0;
  transition: top 0.15s ease-in-out, opacity 0.3s ease-in-out;
}
.fundirectory-models-slider-wrapper .slick-arrow::before, .fundirectory-models-slider-wrapper .slick-arrow::after {
  font-size: 1.5rem;
  color: #1a1a1a;
  transition: all 0.3s ease-in-out;
}
.fundirectory-models-slider-wrapper .slick-arrow.slick-prev {
  left: 0;
}
.fundirectory-models-slider-wrapper .slick-arrow.slick-prev::before {
  margin: 0;
  position: relative;
  right: 1px;
}
.fundirectory-models-slider-wrapper .slick-arrow.slick-next {
  right: 0;
}
.fundirectory-models-slider-wrapper .slick-arrow.slick-next::after {
  margin: 0;
  position: relative;
  left: 1px;
}
.fundirectory-models-slider-wrapper .slick-arrow.slick-disabled {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.fundirectory-models-slider-wrapper:hover .slick-arrow {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.fundirectory-models-slider:not(.slick-initialized) {
  display: flex;
  gap: var(--gap, 16px);
}

.fundirectory-models-slider:not(.slick-initialized) > .model-slide {
  flex: 0 0 calc(100% / var(--slides, 3));
}

.locked-content-message p:last-child {
  margin-bottom: 0;
}

.widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  font-weight: 400;
  padding: 0.5rem;
  line-height: 0.8;
  border-radius: 4px;
}
.widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-auto-draft .stat-value,
.widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-total .stat-value {
  background: #000000;
  color: #ffffff;
}

.footer-brand .logo-text {
  text-align: left;
}
.footer-brand.footer-brand--style-vertical .site-branding-link {
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 782px) {
  .footer-brand.footer-brand--style-vertical .site-branding-link {
    row-gap: 0.5rem;
  }
}
.footer-brand.footer-brand--style-vertical .logo-text span {
  text-align: center;
}

/* Maps
----------------------------------------------- */
/* Google maps */
.listings-map-wrapper {
  position: relative;
}

.listing-map {
  height: 300px;
  margin-bottom: 1em;
  background-color: #e5e3df;
}

#sidebar .listing-map {
  height: 250px;
}

.info-window-wrap a {
  color: inherit;
}

.info-window-wrap h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.info-window-wrap img {
  float: left;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.info-window-body {
  margin-left: 60px;
}

.info-window-address {
  color: #8a8a8a;
}

#hero-map {
  margin: 0;
}

#mapCanvas {
  width: 100%;
  height: 400px;
  background-color: #f5f5f5;
}

#map-loading {
  position: absolute;
  background-color: #FFF;
  margin: 0 auto;
  top: 30%;
  left: 0;
  right: 0;
  width: 300px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  opacity: 0.8;
}

#map-loading h4 {
  margin-top: 0;
}

#map-no-results {
  display: none;
  position: absolute;
  background-color: #484848;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  opacity: 0.8;
  height: 100%;
}

#map-no-results h4 {
  margin-top: 0;
  top: 40%;
  position: relative;
  color: #FFF;
}

#map-zoom-in,
#map-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  background-color: rgba(211, 104, 104, 0.9);
  padding-top: 5px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}

#map-zoom-in {
  margin-top: 15px;
  margin-bottom: 1px;
}

#map-zoom-in:hover,
#map-zoom-out:hover {
  background-color: #D36868;
}

/* Archive Pages
----------------------------------------------- */
.hero-blog-wrap,
.hero-post-wrap {
  padding: 4rem 0;
}
@media screen and (min-width: 64em) {
  .hero-blog-wrap,
  .hero-post-wrap {
    padding: 8rem 0;
  }
}

.has-mask {
  position: relative;
  padding-bottom: min(100px, 4.4270833333vw);
}

.has-mask::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(100px, 4.4270833333vw);
  background-color: #e8e8e9;
  -webkit-mask: url(../../assets/images/mask/mask-top-add-alt.png) bottom center/cover no-repeat;
  mask: url(../../assets/images/mask/mask-top-add-alt.png) bottom center/cover no-repeat;
  z-index: 3;
  pointer-events: none;
}

.entry-cover.has-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-color, #1a1a1a);
  opacity: var(--overlay-opacity, 0.45);
  z-index: 2;
}

.display-list .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 0;
}
@media screen and (min-width: 40em) {
  .display-list .content-inner {
    padding: 2.5em 2.5em 0 0.625em;
    min-height: 13.125rem;
  }
}

.listing-wrap article.display-grid .content-inner, .listing-wrap article.display-list .content-inner {
  position: relative;
}
@media screen and (min-width: 40em) {
  .listing-wrap article.display-list .row {
    display: flex;
    flex-direction: row;
  }
  .listing-wrap article.display-list {
    height: auto;
  }
}
.listing-wrap article.display-list .item-cover {
  padding: 0;
}
.listing-wrap article .entry-header .entry-title {
  white-space: unset;
}
.listing-wrap article.content-absolute {
  position: relative;
}
.listing-wrap article.content-absolute .item-cover {
  position: relative;
  overflow: hidden;
}
.listing-wrap article.content-absolute .item-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.listing-wrap article.content-absolute .item-cover.has-image:after {
  background: #1a1a1a;
  opacity: 0;
  transition: all 0.3s ease;
}
.listing-wrap article.content-absolute .item-content-absolute-wrapper {
  position: relative;
  margin-top: -108px;
  z-index: 5;
}
.listing-wrap article.content-absolute .item-content-absolute-wrapper .entry-header {
  position: relative;
  z-index: 1;
  margin-bottom: -28px;
}
.listing-wrap article.content-absolute .item-content-absolute-wrapper .entry-header .entry-title {
  white-space: unset;
  text-align: center;
  margin: 0;
  font-size: 24px;
}
.listing-wrap article.content-absolute .item-content-absolute-wrapper .entry-header .entry-title .first {
  color: white;
  display: block;
  font-size: 40px;
  line-height: 0.8;
}
.listing-wrap article.content-absolute .item-content-absolute-wrapper .content-inner {
  padding: 2em 1em 1.5em;
  background-color: white;
}
.listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
  display: none;
}
@media screen and (min-width: 64em) {
  .listing-wrap article.content-absolute .item-content-absolute-wrapper {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.3s ease;
  }
  .listing-wrap article.content-absolute .item-content-absolute-wrapper .content-inner {
    padding: 2.5em 1em 1em;
    background-color: white;
  }
  .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block {
    display: block;
    max-height: 190px;
    background: #b22222;
    color: white;
    overflow-y: scroll;
  }
  .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block ul {
    padding: 1em;
    margin: 0;
    list-style: none;
  }
  .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block ul li {
    padding-bottom: 0.25em;
  }
  .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block ul li:last-child {
    padding-bottom: 0;
  }
  .listing-wrap article.content-absolute .item-content-absolute-wrapper .model-params-block ul .param-label {
    display: inline-block;
    min-width: 6.8em;
    font-weight: 500;
  }
  .listing-wrap article.content-absolute:hover a.entry-thumbnail .item-cover.has-image:after {
    opacity: 0.5;
  }
  .listing-wrap article.content-absolute:hover .item-content-absolute-wrapper {
    transform: scaleY(1);
  }
}

::-webkit-scrollbar {
  width: 1em;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

article.display-list .item-cover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}
@media screen and (min-width: 40em) {
  article.display-list .item-cover {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
}

@media screen and (min-width: 40em) {
  .listing-wrap .display-list figure {
    height: auto;
  }
}

/* Legacy?
----------------------------------------------- */
#listing-layout {
  text-align: right;
}
@media screen and (max-width: 39.9375em) {
  #listing-layout {
    display: none;
  }
}

.listing-filters-head {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  height: 60px;
  margin: 0;
  margin-bottom: 30px;
}

.refine-search-field-wrap {
  padding: 0.5rem 0;
  color: #000000;
  font-size: 0.875rem;
  border-bottom: 1px solid #f0f0f0;
}

.refine-categories-list-label {
  position: relative;
  width: 100%;
}

.refine-categories-list-label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
}

.refine-categories-list-label.open::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.refine-categories-list-wrap {
  display: none;
  margin: 0;
  background-color: #ffffff;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.refine-search-field-wrap label {
  display: inline-block;
}

.refine-search-field-wrap .input-aria-controls {
  display: inline-block;
  width: auto;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  background-color: #fff;
  font-size: 0.875rem;
}
.refine-search-field-wrap .input-aria-controls#sliderRadius {
  width: 30px;
  text-align: right;
}

.refine-search-field-wrap .slider {
  margin-top: 0;
}

.refine-search-field-wrap .slider-text {
  margin-top: -2.25rem;
}

label.selectit [type=checkbox] {
  margin: 0;
  margin-right: 0.25rem;
}

.fundirectory_sort_list {
  position: relative;
  margin-top: 15px;
  top: 0;
  left: 0;
  color: #666;
  font-size: 12px;
  z-index: 11;
}

.fundirectory_sort_list_wrap {
  width: 149px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
  border: 1px solid #efefef;
  display: none;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 1px 1px 1px #ddd;
}

.fundirectory_sort_list_selected {
  display: none;
}

@media screen and (min-width: 40em) {
  .listing-wrap.list-view .item-single {
    display: table;
    width: 100%;
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 40em) {
  .listing-wrap.list-view .item-single img {
    float: left;
    max-width: 250px;
  }
}

/* Home Page
----------------------------------------------- */
.home-cover {
  position: relative;
  overflow: hidden;
}
.home-cover .home-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  z-index: 0;
}
.home-cover .slick-slider {
  visibility: hidden;
}
.home-cover .slick-initialized {
  visibility: visible;
}
.home-cover .listing-map {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.home-cover .home-cover-inner {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
}
.home-cover .home-cover-inner P {
  line-height: 1.875rem;
  padding-top: 10px;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 40em) {
  .home-cover .home-cover-inner P {
    font-size: 1.25em;
    padding-top: 20px;
    padding-bottom: 3em;
  }
}
.home-cover .home-cover-inner .tag-cloud-shortcode .label {
  background: rgba(0, 0, 0, 0.35);
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.home-cover .home-cover-inner .tag-cloud-shortcode .label:hover {
  background: rgba(0, 0, 0, 0.75);
}
.home-cover .home-cover-inner .tag-cloud-shortcode .label a {
  background: none;
  color: #ffffff;
}
.home-cover .entry-title {
  margin: 0;
  transform: translate3d(0, 0, 0);
  transform-origin: center bottom;
}
.home-cover {
  /*.summary {
  	line-height: 1.875rem;
  	margin: 0 auto;
  	padding-top: 10px;
  	padding-bottom: 20px;


  	@include breakpoint(medium) {
  		padding-top: 20px;
  		font-size: 1.25em;
  	}

  	.tag-cloud-shortcode .label {
  		background: rgba(0, 0, 0, 0.35);
  		transition: background-color 0.25s ease-out, color 0.25s ease-out;

  		&:hover {
  			background: rgba(0, 0, 0, 0.75);
  		}

  		a {
  			background: none;
  			color: $white;
  		}
  	}
  }*/
}

/* Google AutoComplete location search */
.pac-container {
  margin-top: -1px;
  margin-left: 1px;
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home-widget {
  margin: 1.5em 0 !important;
}
@media screen and (min-width: 40em) {
  .home-widget {
    margin: 3em 0 !important;
  }
}

.home-widget-head-wrap {
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .home-widget-head-wrap {
    margin-bottom: 2em;
  }
}

.home-widget-subtitle,
.home-widget-title,
.home-widget-description {
  text-align: center;
}

.home-widget-subtitle {
  font-family: "Vidaloka", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.home-widget-title {
  text-transform: uppercase;
}

.page-template-tpl-ads-home .content-area {
  padding: 0;
}

.home-middle-area .home-widget,
.home-top-area .home-widget,
.home-bottom-area .home-widget {
  margin: 0 !important;
}
.home-middle-area,
.home-top-area,
.home-bottom-area {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}
@media screen and (min-width: 40em) {
  .home-middle-area,
  .home-top-area,
  .home-bottom-area {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
}
@media screen and (min-width: 64em) {
  .home-middle-area,
  .home-top-area,
  .home-bottom-area {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }
}
.home-middle-area .tiled-row,
.home-top-area .tiled-row,
.home-bottom-area .tiled-row {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
@media screen and (min-width: 40em) {
  .home-middle-area .tiled-row,
  .home-top-area .tiled-row,
  .home-bottom-area .tiled-row {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
}
.home-middle-area .tiled-row:first-child,
.home-top-area .tiled-row:first-child,
.home-bottom-area .tiled-row:first-child {
  margin-top: 0 !important;
}
.home-middle-area .tiled-row:last-child,
.home-top-area .tiled-row:last-child,
.home-bottom-area .tiled-row:last-child {
  margin-bottom: 0 !important;
}

.home-middle-area {
  position: relative;
  background-color: #ffffff;
}
.home-middle-area > .row {
  position: relative;
  z-index: 10;
}
.home-middle-area.has-mask-top, .home-middle-area.has-mask-bottom {
  position: relative;
}
.home-middle-area.has-mask-top .section-mask::before, .home-middle-area.has-mask-top .section-mask::after, .home-middle-area.has-mask-bottom .section-mask::before, .home-middle-area.has-mask-bottom .section-mask::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: min(100px, 4.4270833333vw);
  background-color: #e8e8e9;
  z-index: 3;
  pointer-events: none;
}
.home-middle-area.has-mask-top {
  padding-top: min(100px, 4.4270833333vw);
  padding-top: 5em !important;
}
@media screen and (min-width: 40em) {
  .home-middle-area.has-mask-top {
    padding-top: 8em !important;
  }
}
@media screen and (min-width: 64em) {
  .home-middle-area.has-mask-top {
    padding-top: 13em !important;
  }
}
.home-middle-area.has-mask-top .section-mask::before {
  content: "";
  top: 0;
  -webkit-mask: url(../../assets/images/mask/mask-bottom-add-alt.png) top center/cover no-repeat;
  mask: url(../../assets/images/mask/mask-bottom-add-alt.png) top center/cover no-repeat;
}
.home-middle-area.has-mask-bottom {
  padding-bottom: min(100px, 4.4270833333vw);
  padding-bottom: 5em !important;
}
@media screen and (min-width: 40em) {
  .home-middle-area.has-mask-bottom {
    padding-bottom: 8em !important;
  }
}
@media screen and (min-width: 64em) {
  .home-middle-area.has-mask-bottom {
    padding-bottom: 13em !important;
  }
}
.home-middle-area.has-mask-bottom .section-mask::after {
  content: "";
  bottom: 0;
  -webkit-mask: url(../../assets/images/mask/mask-top-add-alt.png) bottom center/cover no-repeat;
  mask: url(../../assets/images/mask/mask-top-add-alt.png) bottom center/cover no-repeat;
}

/* Author Page
----------------------------------------------- */
.listing-cats-page .parent-cat-bg.has-image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 40em) {
  .listing-cats-page .parent-cat-bg.has-image {
    margin-bottom: 1.875rem;
  }
}
.listing-cats-page .parent-cat-bg.has-image .parent-cat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.listing-cats-page .parent-cat-bg.has-image .cat-item-count {
  background-color: transparent;
  color: #ffffff;
}
.listing-cats-page .parent-cat-bg.has-image .cat-item-name {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Vidaloka", serif;
}

.listing-cats-dropdown .parent-cat-bg.has-image {
  position: relative;
  overflow: hidden;
}
.listing-cats-dropdown .parent-cat-bg.has-image .category-bg-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 0;
}

/* Pages & Posts
----------------------------------------------- */
.post-item .entry-header .entry-meta,
.post .entry-header .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.34em;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Vidaloka", serif;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.separator {
  color: #1a1a1a;
}

.entry-meta-left,
.entry-meta-right {
  padding: 4px 8px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}

.entry-avatar {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin: 0 10px;
}

.entry-header .entry-meta-sub {
  font-style: italic;
}
@media screen and (max-width: 39.9375em) {
  .entry-header .entry-meta-sub {
    font-size: 14px;
  }
}

.entry-content {
  font-size: 1.125rem;
}
.entry-content + .read-more-link {
  margin-top: 30px;
}

/* post single item */
.entry-wrap article {
  position: relative;
}
.post-item .entry-cover.no-image {
  padding: 0;
}

.type-post .entry-cover.has-image,
.type-post .entry-cover.no-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.type-post .entry-cover.has-image {
  padding-top: 66.666%;
  padding-bottom: 0;
}

.single.single-post .type-post .title-section.entry-cover.has-image {
  padding: 0;
}

.post-item .entry-title,
.listing-item .entry-title,
.post-search .entry-title,
.item-single-featured .entry-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-single-featured .entry-title {
  line-height: 1;
}

.entry-wrap figure {
  height: 180px;
  overflow: hidden;
  background-color: #1a1a1a;
  text-align: center;
}

.post-item .item-cover.no-image,
.listing-item .item-cover.no-image {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.post-item .subheader,
.item-single-featured .subheader {
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.post-item .subheader {
  max-height: 10.5rem;
  font-size: 1rem;
}

.post-item.no-thumbnail .subheader {
  max-height: 421px;
}

.post-item .content-inner .button.hollow {
  margin-bottom: 0;
}

.post-item .entry-footer,
.post .entry-footer {
  width: 100%;
  padding: 1.25rem;
}
@media screen and (min-width: 64em) {
  .post-item .entry-footer,
  .post .entry-footer {
    padding: 1.875rem 2.5rem;
  }
}
.post-item .entry-footer .entry-footer-meta,
.post .entry-footer .entry-footer-meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.34em;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Vidaloka", serif;
}
.post-item .entry-footer,
.post .entry-footer {
  overflow: hidden;
  border-top: 1px solid #e3e4e7;
}
.post-item .entry-footer p.edit,
.post .entry-footer p.edit {
  margin-top: 1rem;
  margin-bottom: 0;
}

.post-icon {
  display: inline-block;
  font-size: inherit;
  line-height: 1;
}

.post-icon-author:before {
  font-family: "FontAwesome";
  content: "\f007";
}

.post-icon-tags:before {
  font-family: "FontAwesome";
  content: "\f02b";
}

.post-icon-comments:before {
  font-family: "FontAwesome";
  content: "\f075";
}

.entry-footer .entry-footer-meta > *,
.entry-footer .entry-footer-meta .author-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

/* post author footer byline */
.author-info {
  margin: 3rem 0;
}
.author-info .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.author-info .columns {
  display: flex;
  flex-direction: column;
}

.author-info .author-avatar {
  overflow: hidden;
  position: relative;
}
.author-info .author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.author-info .author-bio {
  font-size: 0.85rem;
}

.author-info .author-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 2rem;
}
@media screen and (min-width: 48em) {
  .author-info .author-content-wrapper {
    padding-bottom: 2rem;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  }
}
.author-info .author-content-wrapper > :last-child {
  margin-bottom: 0;
}

.video-embed-container {
  position: relative;
  padding-bottom: 66.666%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.video-embed-container iframe,
.video-embed-container video,
.video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive-video-wrapper {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.archive-video-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: block;
}
.video-play-overlay .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.video-play-overlay .video-play-button::before {
  content: "\f04b";
  font-family: "FontAwesome";
  font-size: 0.8rem;
  color: #ffffff;
  position: relative;
  left: 2px;
}
.video-play-overlay:hover .video-play-button {
  animation: pulse-play-icon 1.5s ease-in-out infinite;
  -webkit-animation: pulse-play-icon 1.5s ease-in-out infinite;
}

.archive-gallery-wrapper .slick-nav-button-wrapper {
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
.archive-gallery-wrapper .slick-nav-button-wrapper > *,
.archive-gallery-wrapper .slick-nav-button-wrapper > *::before {
  color: #ffffff;
}

.entry-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #000;
}

.entry-media .archive-gallery-wrapper,
.entry-media .archive-gallery-slider,
.entry-media .slick-list,
.entry-media .slick-track,
.entry-media .gallery-slide {
  height: 100%;
}
.entry-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.entry-media video,
.entry-media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.entry-media.format-standard a.entry-thumbnail:hover {
  opacity: 0.7;
}

.wp-block-gallery {
  margin-bottom: 1rem;
}

.user-id-label {
  display: flex;
  flex-direction: column;
  border: 2px dashed #1a1a1a;
  padding: 10px;
  text-align: center;
  color: #1a1a1a;
  cursor: pointer;
  margin-bottom: 1rem;
}

.user-id-label .fa-upload {
  font-size: 42px;
  color: #b22222;
  margin-bottom: 10px;
}

#open_terms_modal {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  transition: color 0.3s ease;
}

#open_terms_modal:hover,
#open_terms_modal:focus {
  color: #1a1a1a;
}

.terms-wrap {
  margin-bottom: 1em;
}

.terms-checkbox-label {
  display: inline-block;
  cursor: pointer;
}

#terms_checkbox {
  position: relative;
  top: 1px;
  cursor: pointer;
  margin-bottom: 0;
}

#terms_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
}

#terms_overlay.show {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 1;
  visibility: visible;
}

#terms_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  height: 80vh;
  width: 100vw;
  max-height: 600px;
  max-width: 760px;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 40em) {
  #terms_modal {
    padding: 2em 1em;
  }
}
.modal-content {
  position: relative;
  overflow-y: scroll;
}

#terms_modal.show {
  display: flex;
}

#close_modal {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  background-color: #ffffff;
  transition: color 0.3s ease;
}

#file_chosen {
  font-weight: 700;
  color: #b22222;
}

#file_chosen span {
  color: #1a1a1a;
}

/* password */
.password-wrap {
  position: relative;
}

.password-wrap .wp-hide-pw {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
}

.password-wrap input[type=password] {
  padding-right: 3.75rem;
}

.password-wrap .wp-hide-pw .text {
  display: none;
}

.password-wrap input[type=password] + .wp-hide-pw .dashicons::before {
  content: "\f070";
  font-family: "FontAwesome";
  color: #656565;
}

.password-wrap input[type=text] + .wp-hide-pw .dashicons::before {
  content: "\f06e";
  font-family: "FontAwesome";
  color: #656565;
}

/* registration-done-message */
.registration-done-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.registration-done-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.registration-done-message {
  position: relative;
  max-width: 520px;
  width: calc(100% - 40px);
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.registration-done-overlay.is-visible .registration-done-message {
  transform: translateY(0);
  opacity: 1;
}

#registration-done-desc {
  margin-bottom: 0;
}

.registration-done-message .fa-check {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 1rem;
}

.registration-done-message .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  color: #1a1a1a;
  transition: background-color 0.25s ease-out;
}

body.has-registration-modal {
  overflow: hidden;
}

/* Author Page
----------------------------------------------- */
.author .content-area {
  padding-top: 1.5em;
}

.hero-author {
  padding: 8em 0;
}
@media screen and (min-width: 64em) {
  .hero-author {
    padding: 16em 0;
  }
}

.post-user-profile {
  position: relative;
  margin-top: -105px;
  z-index: 20;
}

.post-user img {
  border: 5px solid #FFF;
  max-width: 150px;
  max-height: 150px;
}

.post-user .user-display-name {
  margin: 0.5rem 0;
}

.stats-user-profile,
.author-page .social-icons {
  text-align: center;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 40em) {
  .stats-user-profile,
  .author-page .social-icons {
    text-align: right;
    margin: 0 0 2rem 0;
  }
}

.stats-user-profile .stat-item {
  padding-right: 0;
  border-left: 0;
  padding-left: 15px;
  text-align: center;
}

.stat-item {
  display: inline-block;
  padding-right: 15px;
}

.stats-row-profile .stat-item .value {
  font-size: 28px;
  font-weight: 300;
}

.stat-item .name {
  margin-bottom: 2px;
}

.post-user-profile .contacts > li {
  line-height: 2.2;
  list-style: none;
  text-align: left;
  margin: 0 10px;
}

.author-listings {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .author-listings {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 40em) {
  .author-listings article {
    margin: 0 10px;
  }
}
.author-listings article.display-list .content-inner {
  position: relative;
}
@media screen and (min-width: 40em) {
  .author-listings .entry-cover.no-image {
    padding: 8em 0 6em;
  }
}

/* Dashboard Page
----------------------------------------------- */
.dashboard-actions li {
  padding: 0 !important;
}

.expired-date {
  color: #ff493c;
}

.listing_title span.label {
  margin-left: 5px;
}

.dashboard-listings .status .label {
  background: none;
  border: 1px solid;
}
.dashboard-listings .status .live {
  color: #57ab01;
}
.dashboard-listings .status .pending_moderation,
.dashboard-listings .status .pending_payment {
  color: #ff493c;
}
.dashboard-listings .status .sold,
.dashboard-listings .status .offline {
  color: #ffb820;
}

.dashboard-listings .ad_thumbnail img {
  max-width: 50px;
  border-radius: 50%;
}

.dashboard-listings .listing_title img {
  border-radius: 4px;
}

@media screen and (max-width: 47.9375em) {
  .dashboard-listings .listing-row {
    border: 1px solid #f5f5f5;
  }
}

.dashboard-listings .views {
  white-space: nowrap;
}

/* dashboard favorites page */
.fave-added,
.claim-requested {
  text-align: right;
  font-size: 0.8rem;
  font-style: italic;
  color: #777;
  line-height: 1.7em;
}

.pending-claimed span.label {
  position: absolute;
}

/* dashboard orders */
#order_status_filters .button,
#order_status_filters input {
  margin-bottom: 0;
}

.dashboard-filter-form select,
.dashboard-filter-form input,
.dashboard-filter-form button {
  margin-bottom: 0;
}

/* Edit Profile Page
----------------------------------------------- */
.profile-last-updated {
  text-align: right;
  font-size: 0.75rem;
  font-style: italic;
  color: #777;
}

.view-profile-link {
  float: right;
}
@media screen and (max-width: 39.9375em) {
  .view-profile-link {
    display: block;
    float: none;
  }
  .view-profile-link + h3 {
    display: block;
  }
}

.user-profile-edit .avatar-wrap {
  margin: 0 0 1rem;
}

.user-profile-edit img.avatar {
  width: 70px;
  height: 70px;
}

.user-profile-edit .change-avatar {
  margin-left: 10px;
}

.social-edit-profile .input-group-label {
  min-width: 60px;
  line-height: 1em;
  border: 0;
}
.social-edit-profile .input-group-label::before {
  color: #ffffff;
}

.social-edit-profile .fa-icon::before {
  font-size: 18px;
}

.social-edit-profile .input-group-field {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Change password */
#pass-strength-result {
  background-color: #f0f0f0;
  color: #23282d;
  margin-top: 6px;
  padding: 6px 12px;
  text-align: center;
  opacity: 0;
  border-radius: 4px;
}

#pass-strength-result.short {
  background-color: #f1adad;
  border-color: #e35b5b;
  opacity: 1;
}

#pass-strength-result.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
  opacity: 1;
}

#pass-strength-result.good {
  background-color: #ffe399;
  border-color: #ffc733;
  opacity: 1;
}

#pass-strength-result.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  opacity: 1;
}

#pass1.short,
#pass1-text.short {
  border-color: #e35b5b;
}

#pass1.bad,
#pass1-text.bad {
  border-color: #f78b53;
}

#pass1.good,
#pass1-text.good {
  border-color: #ffc733;
}

#pass1.strong,
#pass1-text.strong {
  border-color: #83c373;
}

.pw-weak {
  display: none;
}

.indicator-hint {
  font-size: 14px;
  margin-bottom: 20px;
}

#pass1-text,
.show-password #pass1 {
  display: none;
}

.input-group #pass1-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.show-password #pass1-text {
  display: inline-block;
}

/* Create Listing Page
----------------------------------------------- */
.order-summary table td:nth-child(2) {
  text-align: right;
  width: 20%;
}

.fundirectory_video_file {
  display: none;
}

.fundirectory-video-upload {
  cursor: pointer;
}

/* Single Listing Page
----------------------------------------------- */
.hero-listing .entry-actions a {
  margin: 0 10px 0 0;
}

.hero-listing-bar {
  position: relative;
  z-index: 10;
  padding-top: 18px;
}
@media screen and (min-width: 40em) {
  .hero-listing-bar {
    padding-top: 40px;
  }
}

.hero-listing .entry-categories {
  margin: 1em 0;
}
@media screen and (min-width: 40em) {
  .hero-listing .entry-categories {
    margin: 1em 0 2em;
  }
}

.hero-listing .entry-categories a {
  background: rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  border-radius: 20px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.entry-location li {
  margin-bottom: 0.5em;
}
.entry-location li:last-child {
  margin-bottom: 0;
}

.entry-location a span {
  display: inline-block;
}

.entry-location ul > li {
  display: flex;
  align-items: center;
}
.entry-location ul > li i.fa {
  min-width: 1em;
  margin-right: 1rem;
}

.listing-address .listing-address-wrap {
  overflow: hidden;
  display: block;
}

#reports_modal_form {
  padding-top: 50px;
}
#reports_modal_form .reports_message {
  display: none;
}

/* listing single item */
.item-cover.has-image:after,
.featured-cover.has-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1a1a;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 1;
}

a.entry-thumbnail {
  opacity: 1;
  transition: all 0.4s ease;
  display: block;
  position: relative;
}
.listing-item.has-post-thumbnail a.entry-thumbnail {
  height: 100%;
}

.display-list a.entry-thumbnail:hover .item-cover.has-image:after,
.display-list a.entry-thumbnail:hover .featured-cover.has-image:after {
  opacity: 0.5;
}

.listing-wrap article {
  overflow: hidden;
  min-height: 23.75rem;
}
@media screen and (min-width: 40em) {
  .listing-wrap article {
    min-height: 28.125rem;
  }
}

.listing-wrap .item-cover {
  min-height: 23.75rem;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 40em) {
  .listing-wrap .item-cover {
    min-height: 28.125rem;
  }
}
.listing-wrap .item-cover {
  position: relative;
  overflow: hidden;
}
.listing-wrap .item-cover .item-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.listing-wrap figure {
  height: 200px;
  overflow: hidden;
  background-color: #1a1a1a;
  text-align: center;
}

.listing-item.featured {
  background: #f4e9ff;
}

/* favorite heart icon */
.entry-header .fave-button {
  float: right;
  font-size: 1.125rem;
}

.entry-header .fave-button[data-type=add] {
  color: #b3b3b3;
}

.entry-header .fave-button,
.entry-header .fave-button:hover {
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.entry-header .fave-button:hover,
.entry-header .fave-button[data-type=delete],
.hero-listing-bar .listing-icon:hover i.fa.fa-heart-o,
.hero-listing-bar .fave-button[data-type=delete] {
  color: #ce4e54;
}

.fave-button .fave-text {
  display: none;
  margin-left: 5px;
}

.hero-listing-bar .listing-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-radius: 100%;
  opacity: 0.7;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.hero-listing-bar .listing-icon:hover {
  background: #fff;
  opacity: 1;
}

.hero-listing-bar .listing-icon:hover i.fa {
  color: #1a1a1a;
}

.listing-item .entry-header .listing-meta {
  font-size: 12px;
  margin-bottom: 5px;
  color: #8a8a8a;
}
.listing-item .entry-header .listing-meta span {
  padding: 0 7px;
}
.listing-item .entry-header .listing-meta span:first-child {
  padding: 0;
}
.listing-item .entry-header .listing-meta a {
  color: #8a8a8a;
}
.listing-item .entry-header .listing-meta .fa-icon::before,
.listing-item .entry-header .listing-meta .avatar {
  margin-right: 5px;
}
@media screen and (min-width: 40em) {
  .listing-item .entry-header .listing-meta {
    margin-bottom: 10px;
  }
}

.listing-item .entry-content {
  font-size: 0.875rem;
  margin-top: 1.5rem;
  margin-bottom: auto;
}
.listing-item .entry-content p {
  margin-bottom: 1.5rem;
}
.listing-item .entry-content a.button {
  margin-bottom: 0;
}
.listing-item .entry-content + .entry-footer {
  margin-top: 2rem;
}

.listing-item .entry-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  padding: 2.5em 0;
  font-size: 0.875rem;
  border-top: 1px solid #e3e4e7;
}

/* price tag */
.price-wrap {
  margin: 0;
  padding: 0;
  float: right;
  font-weight: 500;
}
.price-wrap .tag-head {
  float: left;
  position: relative;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
}
.price-wrap .tag-head .post-price {
  display: block;
  margin: 0;
}

li.fa-phone::before {
  margin-right: 5px;
}

.listing-parent-category.label,
.post-tags .label {
  margin: 0 3px 3px 0;
  background: #f5f5f5;
}
.listing-parent-category.label a:hover, .listing-parent-category.label a:focus, .listing-parent-category.label a:active,
.post-tags .label a:hover,
.post-tags .label a:focus,
.post-tags .label a:active {
  color: #1a1a1a;
}

.single-listing-tiled-content .tiled-row {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  .single-listing-tiled-content .tiled-row {
    margin-bottom: 2em;
  }
}
.single-listing-tiled-content .tiled-row:last-child {
  margin-bottom: 0;
}

/* Badges */
.media-wrapper {
  position: relative;
  height: 100%;
}

.entry-badges {
  position: absolute;
  top: 1em;
  left: 1em;
  right: 6em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  z-index: 1;
}
.entry-badges > * {
  display: block;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
}
.entry-badges .badge.featured {
  background: #A63FC0;
}
.entry-badges .badge.vip {
  background: #8A660F;
}
.entry-badges .badge.new {
  background: #0B7A42;
}

.model-like-wrap {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 6;
}

.like-button {
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  transition: all 0.2s;
}
.like-button i {
  color: white;
}

.like-button.liked {
  cursor: default;
}

/* Image Attachment Page
----------------------------------------------- */
.entry-attachment {
  text-align: center;
}

.type-attachment .entry-meta {
  color: inherit;
}

.type-attachment .entry-caption {
  padding: 1em 0;
  font-size: 14px;
}
@media screen and (min-width: 40em) {
  .type-attachment .entry-caption {
    margin-bottom: 2em;
  }
}

/* Comments
----------------------------------------------- */
.comments-title,
.pingbacks-title {
  margin: 0 0 1em;
  font-size: 1.5rem;
}

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

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

.comment-list .children > li {
  padding-left: 0.8em;
}
@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  .comment-list .children > li {
    padding-left: 1.2em;
  }
}
@media screen and (min-width: 64em) {
  .comment-list .children > li {
    padding-left: 1.4em;
  }
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.4em;
}
@media screen and (min-width: 64em) {
  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 1.6em;
  }
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.5em 0;
}
@media screen and (min-width: 64em) {
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback {
    padding: 2.5em 0;
  }
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
}

.comment-content {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-author .avatar {
  height: 60px;
  margin-right: 1.6em;
  top: 3px;
  width: 60px;
  border-radius: 50%;
  float: left;
  position: relative;
}

.comment-meta {
  position: relative;
}

.comment-metadata,
.pingback .edit-link {
  color: #656565;
  font-size: 13px;
  line-height: 1.5;
}

.comment-metadata {
  line-height: 2;
  margin-bottom: 2.5em;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #656565;
}

.comment-author {
  margin-bottom: 0;
}

.comment-author a {
  color: #1a1a1a;
}

.comment-author b {
  vertical-align: middle;
}

.comment-badge {
  margin: 0 5px;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "/";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

.comments-link,
.edit-link {
  white-space: nowrap;
}

.comment-reply-link {
  margin-top: 20px;
}

.comment-form {
  position: relative;
}
.comment-form textarea {
  height: auto;
  resize: none;
}
.comment-form .absolute-button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
.comment-form .absolute-button > button.button {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 5px 0 5px 0;
  border: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
  font-size: 0;
  text-align: center;
  position: relative;
  transition: all 0.4s linear 0s;
}
.comment-form .absolute-button > button.button::before {
  display: none;
}
.comment-form .absolute-button > button.button::after {
  font-size: 14px !important;
  font-family: FontAwesome;
  content: "\f1d8";
  background-color: transparent;
  position: relative;
  top: 0;
  line-height: 58px;
  color: #ffffff;
  z-index: 1;
}
.comment-form .absolute-button > button.button:hover {
  opacity: 0.7;
}
.comment-form .comment-form-comment #comment-error {
  position: absolute;
  top: 100%;
  left: 0;
}

.comment-form,
.no-comments {
  padding-top: 1.5em;
}

.comment-form .form-submit,
.comment-form .button {
  margin-bottom: 0;
}

#comments h3 {
  font-size: 1.5rem;
  margin: 0;
}

.comment-navigation {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 2em 0;
}

/* Helpers
----------------------------------------------- */
.img-circle {
  border-radius: 50%;
}

.hidden {
  display: none;
}

/* make buttons, etc full width on small screens */
@media screen and (max-width: 39.9375em) {
  .sm-full-width {
    width: 100%;
  }
}

/* horizontal line text inline separators */
.sep-r {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.sep-r:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  width: 1px;
}

.sep-l {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}

.sep-l:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  width: 1px;
}

/* Text Helpers
Borrowed from Bootstrap 4
http://v4-alpha.getbootstrap.com/components/utilities/#text-transform
*/
.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic;
}

.text-small {
  font-size: 0.875rem;
}

.text-muted,
.text-muted a {
  color: #818A91 !important;
}

.text-muted a:focus,
.text-muted a:hover,
a.text-muted:focus,
a.text-muted:hover {
  color: #687077 !important;
}

.list-inline {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.list-unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

/* Spacing Helpers
Borrowed from Bootstrap 4
http://v4-alpha.getbootstrap.com/components/utilities/#spacing
The classes are named using the format: {property}-{sides}-{size}
property = margin/padding
sides    = right, left, top, bottom
size     = amount of spacing
*/
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.b-a-0 {
  border: 0 !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

.pt-19 {
  padding-top: 19rem !important;
}

.pb-19 {
  padding-bottom: 19rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.pb-20 {
  padding-bottom: 20rem !important;
}

@media (min-width: 640px) {
  .pt-medium-0 {
    padding-top: 0rem !important;
  }
  .pb-medium-0 {
    padding-bottom: 0rem !important;
  }
  .pt-medium-1 {
    padding-top: 1rem !important;
  }
  .pb-medium-1 {
    padding-bottom: 1rem !important;
  }
  .pt-medium-2 {
    padding-top: 2rem !important;
  }
  .pb-medium-2 {
    padding-bottom: 2rem !important;
  }
  .pt-medium-3 {
    padding-top: 3rem !important;
  }
  .pb-medium-3 {
    padding-bottom: 3rem !important;
  }
  .pt-medium-4 {
    padding-top: 4rem !important;
  }
  .pb-medium-4 {
    padding-bottom: 4rem !important;
  }
  .pt-medium-5 {
    padding-top: 5rem !important;
  }
  .pb-medium-5 {
    padding-bottom: 5rem !important;
  }
  .pt-medium-6 {
    padding-top: 6rem !important;
  }
  .pb-medium-6 {
    padding-bottom: 6rem !important;
  }
  .pt-medium-7 {
    padding-top: 7rem !important;
  }
  .pb-medium-7 {
    padding-bottom: 7rem !important;
  }
  .pt-medium-8 {
    padding-top: 8rem !important;
  }
  .pb-medium-8 {
    padding-bottom: 8rem !important;
  }
  .pt-medium-9 {
    padding-top: 9rem !important;
  }
  .pb-medium-9 {
    padding-bottom: 9rem !important;
  }
  .pt-medium-10 {
    padding-top: 10rem !important;
  }
  .pb-medium-10 {
    padding-bottom: 10rem !important;
  }
  .pt-medium-11 {
    padding-top: 11rem !important;
  }
  .pb-medium-11 {
    padding-bottom: 11rem !important;
  }
  .pt-medium-12 {
    padding-top: 12rem !important;
  }
  .pb-medium-12 {
    padding-bottom: 12rem !important;
  }
  .pt-medium-13 {
    padding-top: 13rem !important;
  }
  .pb-medium-13 {
    padding-bottom: 13rem !important;
  }
  .pt-medium-14 {
    padding-top: 14rem !important;
  }
  .pb-medium-14 {
    padding-bottom: 14rem !important;
  }
  .pt-medium-15 {
    padding-top: 15rem !important;
  }
  .pb-medium-15 {
    padding-bottom: 15rem !important;
  }
  .pt-medium-16 {
    padding-top: 16rem !important;
  }
  .pb-medium-16 {
    padding-bottom: 16rem !important;
  }
  .pt-medium-17 {
    padding-top: 17rem !important;
  }
  .pb-medium-17 {
    padding-bottom: 17rem !important;
  }
  .pt-medium-18 {
    padding-top: 18rem !important;
  }
  .pb-medium-18 {
    padding-bottom: 18rem !important;
  }
  .pt-medium-19 {
    padding-top: 19rem !important;
  }
  .pb-medium-19 {
    padding-bottom: 19rem !important;
  }
  .pt-medium-20 {
    padding-top: 20rem !important;
  }
  .pb-medium-20 {
    padding-bottom: 20rem !important;
  }
}
@media (min-width: 768px) {
  .pt-m-large-0 {
    padding-top: 0rem !important;
  }
  .pb-m-large-0 {
    padding-bottom: 0rem !important;
  }
  .pt-m-large-1 {
    padding-top: 1rem !important;
  }
  .pb-m-large-1 {
    padding-bottom: 1rem !important;
  }
  .pt-m-large-2 {
    padding-top: 2rem !important;
  }
  .pb-m-large-2 {
    padding-bottom: 2rem !important;
  }
  .pt-m-large-3 {
    padding-top: 3rem !important;
  }
  .pb-m-large-3 {
    padding-bottom: 3rem !important;
  }
  .pt-m-large-4 {
    padding-top: 4rem !important;
  }
  .pb-m-large-4 {
    padding-bottom: 4rem !important;
  }
  .pt-m-large-5 {
    padding-top: 5rem !important;
  }
  .pb-m-large-5 {
    padding-bottom: 5rem !important;
  }
  .pt-m-large-6 {
    padding-top: 6rem !important;
  }
  .pb-m-large-6 {
    padding-bottom: 6rem !important;
  }
  .pt-m-large-7 {
    padding-top: 7rem !important;
  }
  .pb-m-large-7 {
    padding-bottom: 7rem !important;
  }
  .pt-m-large-8 {
    padding-top: 8rem !important;
  }
  .pb-m-large-8 {
    padding-bottom: 8rem !important;
  }
  .pt-m-large-9 {
    padding-top: 9rem !important;
  }
  .pb-m-large-9 {
    padding-bottom: 9rem !important;
  }
  .pt-m-large-10 {
    padding-top: 10rem !important;
  }
  .pb-m-large-10 {
    padding-bottom: 10rem !important;
  }
  .pt-m-large-11 {
    padding-top: 11rem !important;
  }
  .pb-m-large-11 {
    padding-bottom: 11rem !important;
  }
  .pt-m-large-12 {
    padding-top: 12rem !important;
  }
  .pb-m-large-12 {
    padding-bottom: 12rem !important;
  }
  .pt-m-large-13 {
    padding-top: 13rem !important;
  }
  .pb-m-large-13 {
    padding-bottom: 13rem !important;
  }
  .pt-m-large-14 {
    padding-top: 14rem !important;
  }
  .pb-m-large-14 {
    padding-bottom: 14rem !important;
  }
  .pt-m-large-15 {
    padding-top: 15rem !important;
  }
  .pb-m-large-15 {
    padding-bottom: 15rem !important;
  }
  .pt-m-large-16 {
    padding-top: 16rem !important;
  }
  .pb-m-large-16 {
    padding-bottom: 16rem !important;
  }
  .pt-m-large-17 {
    padding-top: 17rem !important;
  }
  .pb-m-large-17 {
    padding-bottom: 17rem !important;
  }
  .pt-m-large-18 {
    padding-top: 18rem !important;
  }
  .pb-m-large-18 {
    padding-bottom: 18rem !important;
  }
  .pt-m-large-19 {
    padding-top: 19rem !important;
  }
  .pb-m-large-19 {
    padding-bottom: 19rem !important;
  }
  .pt-m-large-20 {
    padding-top: 20rem !important;
  }
  .pb-m-large-20 {
    padding-bottom: 20rem !important;
  }
}
@media (min-width: 1024px) {
  .pt-large-0 {
    padding-top: 0rem !important;
  }
  .pb-large-0 {
    padding-bottom: 0rem !important;
  }
  .pt-large-1 {
    padding-top: 1rem !important;
  }
  .pb-large-1 {
    padding-bottom: 1rem !important;
  }
  .pt-large-2 {
    padding-top: 2rem !important;
  }
  .pb-large-2 {
    padding-bottom: 2rem !important;
  }
  .pt-large-3 {
    padding-top: 3rem !important;
  }
  .pb-large-3 {
    padding-bottom: 3rem !important;
  }
  .pt-large-4 {
    padding-top: 4rem !important;
  }
  .pb-large-4 {
    padding-bottom: 4rem !important;
  }
  .pt-large-5 {
    padding-top: 5rem !important;
  }
  .pb-large-5 {
    padding-bottom: 5rem !important;
  }
  .pt-large-6 {
    padding-top: 6rem !important;
  }
  .pb-large-6 {
    padding-bottom: 6rem !important;
  }
  .pt-large-7 {
    padding-top: 7rem !important;
  }
  .pb-large-7 {
    padding-bottom: 7rem !important;
  }
  .pt-large-8 {
    padding-top: 8rem !important;
  }
  .pb-large-8 {
    padding-bottom: 8rem !important;
  }
  .pt-large-9 {
    padding-top: 9rem !important;
  }
  .pb-large-9 {
    padding-bottom: 9rem !important;
  }
  .pt-large-10 {
    padding-top: 10rem !important;
  }
  .pb-large-10 {
    padding-bottom: 10rem !important;
  }
  .pt-large-11 {
    padding-top: 11rem !important;
  }
  .pb-large-11 {
    padding-bottom: 11rem !important;
  }
  .pt-large-12 {
    padding-top: 12rem !important;
  }
  .pb-large-12 {
    padding-bottom: 12rem !important;
  }
  .pt-large-13 {
    padding-top: 13rem !important;
  }
  .pb-large-13 {
    padding-bottom: 13rem !important;
  }
  .pt-large-14 {
    padding-top: 14rem !important;
  }
  .pb-large-14 {
    padding-bottom: 14rem !important;
  }
  .pt-large-15 {
    padding-top: 15rem !important;
  }
  .pb-large-15 {
    padding-bottom: 15rem !important;
  }
  .pt-large-16 {
    padding-top: 16rem !important;
  }
  .pb-large-16 {
    padding-bottom: 16rem !important;
  }
  .pt-large-17 {
    padding-top: 17rem !important;
  }
  .pb-large-17 {
    padding-bottom: 17rem !important;
  }
  .pt-large-18 {
    padding-top: 18rem !important;
  }
  .pb-large-18 {
    padding-bottom: 18rem !important;
  }
  .pt-large-19 {
    padding-top: 19rem !important;
  }
  .pb-large-19 {
    padding-bottom: 19rem !important;
  }
  .pt-large-20 {
    padding-top: 20rem !important;
  }
  .pb-large-20 {
    padding-bottom: 20rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xlarge-0 {
    padding-top: 0rem !important;
  }
  .pb-xlarge-0 {
    padding-bottom: 0rem !important;
  }
  .pt-xlarge-1 {
    padding-top: 1rem !important;
  }
  .pb-xlarge-1 {
    padding-bottom: 1rem !important;
  }
  .pt-xlarge-2 {
    padding-top: 2rem !important;
  }
  .pb-xlarge-2 {
    padding-bottom: 2rem !important;
  }
  .pt-xlarge-3 {
    padding-top: 3rem !important;
  }
  .pb-xlarge-3 {
    padding-bottom: 3rem !important;
  }
  .pt-xlarge-4 {
    padding-top: 4rem !important;
  }
  .pb-xlarge-4 {
    padding-bottom: 4rem !important;
  }
  .pt-xlarge-5 {
    padding-top: 5rem !important;
  }
  .pb-xlarge-5 {
    padding-bottom: 5rem !important;
  }
  .pt-xlarge-6 {
    padding-top: 6rem !important;
  }
  .pb-xlarge-6 {
    padding-bottom: 6rem !important;
  }
  .pt-xlarge-7 {
    padding-top: 7rem !important;
  }
  .pb-xlarge-7 {
    padding-bottom: 7rem !important;
  }
  .pt-xlarge-8 {
    padding-top: 8rem !important;
  }
  .pb-xlarge-8 {
    padding-bottom: 8rem !important;
  }
  .pt-xlarge-9 {
    padding-top: 9rem !important;
  }
  .pb-xlarge-9 {
    padding-bottom: 9rem !important;
  }
  .pt-xlarge-10 {
    padding-top: 10rem !important;
  }
  .pb-xlarge-10 {
    padding-bottom: 10rem !important;
  }
  .pt-xlarge-11 {
    padding-top: 11rem !important;
  }
  .pb-xlarge-11 {
    padding-bottom: 11rem !important;
  }
  .pt-xlarge-12 {
    padding-top: 12rem !important;
  }
  .pb-xlarge-12 {
    padding-bottom: 12rem !important;
  }
  .pt-xlarge-13 {
    padding-top: 13rem !important;
  }
  .pb-xlarge-13 {
    padding-bottom: 13rem !important;
  }
  .pt-xlarge-14 {
    padding-top: 14rem !important;
  }
  .pb-xlarge-14 {
    padding-bottom: 14rem !important;
  }
  .pt-xlarge-15 {
    padding-top: 15rem !important;
  }
  .pb-xlarge-15 {
    padding-bottom: 15rem !important;
  }
  .pt-xlarge-16 {
    padding-top: 16rem !important;
  }
  .pb-xlarge-16 {
    padding-bottom: 16rem !important;
  }
  .pt-xlarge-17 {
    padding-top: 17rem !important;
  }
  .pb-xlarge-17 {
    padding-bottom: 17rem !important;
  }
  .pt-xlarge-18 {
    padding-top: 18rem !important;
  }
  .pb-xlarge-18 {
    padding-bottom: 18rem !important;
  }
  .pt-xlarge-19 {
    padding-top: 19rem !important;
  }
  .pb-xlarge-19 {
    padding-bottom: 19rem !important;
  }
  .pt-xlarge-20 {
    padding-top: 20rem !important;
  }
  .pb-xlarge-20 {
    padding-bottom: 20rem !important;
  }
}
@media (min-width: 1440px) {
  .pt-xxlarge-0 {
    padding-top: 0rem !important;
  }
  .pb-xxlarge-0 {
    padding-bottom: 0rem !important;
  }
  .pt-xxlarge-1 {
    padding-top: 1rem !important;
  }
  .pb-xxlarge-1 {
    padding-bottom: 1rem !important;
  }
  .pt-xxlarge-2 {
    padding-top: 2rem !important;
  }
  .pb-xxlarge-2 {
    padding-bottom: 2rem !important;
  }
  .pt-xxlarge-3 {
    padding-top: 3rem !important;
  }
  .pb-xxlarge-3 {
    padding-bottom: 3rem !important;
  }
  .pt-xxlarge-4 {
    padding-top: 4rem !important;
  }
  .pb-xxlarge-4 {
    padding-bottom: 4rem !important;
  }
  .pt-xxlarge-5 {
    padding-top: 5rem !important;
  }
  .pb-xxlarge-5 {
    padding-bottom: 5rem !important;
  }
  .pt-xxlarge-6 {
    padding-top: 6rem !important;
  }
  .pb-xxlarge-6 {
    padding-bottom: 6rem !important;
  }
  .pt-xxlarge-7 {
    padding-top: 7rem !important;
  }
  .pb-xxlarge-7 {
    padding-bottom: 7rem !important;
  }
  .pt-xxlarge-8 {
    padding-top: 8rem !important;
  }
  .pb-xxlarge-8 {
    padding-bottom: 8rem !important;
  }
  .pt-xxlarge-9 {
    padding-top: 9rem !important;
  }
  .pb-xxlarge-9 {
    padding-bottom: 9rem !important;
  }
  .pt-xxlarge-10 {
    padding-top: 10rem !important;
  }
  .pb-xxlarge-10 {
    padding-bottom: 10rem !important;
  }
  .pt-xxlarge-11 {
    padding-top: 11rem !important;
  }
  .pb-xxlarge-11 {
    padding-bottom: 11rem !important;
  }
  .pt-xxlarge-12 {
    padding-top: 12rem !important;
  }
  .pb-xxlarge-12 {
    padding-bottom: 12rem !important;
  }
  .pt-xxlarge-13 {
    padding-top: 13rem !important;
  }
  .pb-xxlarge-13 {
    padding-bottom: 13rem !important;
  }
  .pt-xxlarge-14 {
    padding-top: 14rem !important;
  }
  .pb-xxlarge-14 {
    padding-bottom: 14rem !important;
  }
  .pt-xxlarge-15 {
    padding-top: 15rem !important;
  }
  .pb-xxlarge-15 {
    padding-bottom: 15rem !important;
  }
  .pt-xxlarge-16 {
    padding-top: 16rem !important;
  }
  .pb-xxlarge-16 {
    padding-bottom: 16rem !important;
  }
  .pt-xxlarge-17 {
    padding-top: 17rem !important;
  }
  .pb-xxlarge-17 {
    padding-bottom: 17rem !important;
  }
  .pt-xxlarge-18 {
    padding-top: 18rem !important;
  }
  .pb-xxlarge-18 {
    padding-bottom: 18rem !important;
  }
  .pt-xxlarge-19 {
    padding-top: 19rem !important;
  }
  .pb-xxlarge-19 {
    padding-bottom: 19rem !important;
  }
  .pt-xxlarge-20 {
    padding-top: 20rem !important;
  }
  .pb-xxlarge-20 {
    padding-bottom: 20rem !important;
  }
}
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.highlightlinks a:hover {
  color: #1a1a1a !important;
}

/* Pagination
----------------------------------------------- */
.pagination {
  margin-bottom: 3em;
}
.pagination li {
  background: #ffffff;
}
.pagination a,
.pagination button {
  font-family: "Vidaloka", serif;
  padding: 0;
  color: #1a1a1a;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
}
.pagination a:hover, .pagination a:focus, .pagination a:active,
.pagination button:hover,
.pagination button:focus,
.pagination button:active {
  color: #ffffff;
}

.pagination .current {
  padding: 0;
}

.image-navigation {
  margin-bottom: 5px;
}

.image-navigation a,
a.back-to-post {
  color: #8a8a8a;
  font-size: 0.95rem;
}
.image-navigation a:hover, .image-navigation a:focus, .image-navigation a:active,
a.back-to-post:hover,
a.back-to-post:focus,
a.back-to-post:active {
  color: #1a1a1a;
  text-decoration: none;
}

/* Payments Checkout
----------------------------------------------- */
/* 3rd Party Plugin Styles
----------------------------------------------- */
/* Critic */
.hero-listing-bar .critic-rating-result-wrap {
  display: inline-flex;
  vertical-align: text-top;
  margin-right: 1rem;
  opacity: 0.7;
}

.hero-listing-bar .critic-rating-result-wrap i {
  color: #ffffff;
}

.hero-listing-bar .critic-rating-total {
  margin-left: 5px;
}

.hero-listing-bar .critic-rating-result .cancel-on-png,
.hero-listing-bar .critic-rating-result .cancel-off-png,
.hero-listing-bar .critic-rating-result .star-on-png,
.hero-listing-bar .critic-rating-result .star-off-png,
.hero-listing-bar .critic-rating-result .star-half-png {
  line-height: 1;
}

.critic-rating-result-wrap span {
  display: inline-block;
  vertical-align: middle;
}

.i {
  color: #989898;
  background-color: #1a1a1a;
}
.i .has-mask::before,
.i .home-middle-area.has-mask-top .section-mask::before,
.i .home-middle-area.has-mask-top .section-mask::after,
.i .home-middle-area.has-mask-bottom .section-mask::before,
.i .home-middle-area.has-mask-bottom .section-mask::after {
  background-color: #1a1a1a;
}
.i#content.off-canvas-content {
  background-color: #1a1a1a;
}
.i h1,
.i h2,
.i h3,
.i h4,
.i h5,
.i h6,
.i .h1,
.i .h2,
.i .h3,
.i .h4,
.i .h5,
.i .h6 {
  color: #ffffff;
}
.i a {
  color: #ffffff;
}
.i .breadcrumbs li {
  color: #ffffff;
}
.i .social-icons a {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.i .social-icons a::before {
  color: #ffffff;
}
.i strong,
.i b {
  color: #ffffff;
}
.i hr {
  border-color: #2b272c;
}
.i .button.hollow {
  color: #ffffff;
}
.i .listing-custom-fields ul > li .listing-custom-field-title {
  color: #ffffff;
}
.i .listing-custom-fields ul > li {
  border-color: #2b272c;
}
.i .listing-prices-title {
  color: #ffffff;
}
.i .comment-list + .comment-respond {
  border-color: #2b272c;
}
.i .comment-list article,
.i .comment-list .pingback,
.i .comment-list .trackback {
  border-color: #2b272c;
}
.i .content-wrap,
.i .fundirectory-core-form > fieldset {
  background-color: #000000;
}
.i .highlightlinks a:hover {
  color: #ffffff !important;
}
.i .separator {
  color: #ffffff;
}
.i .post-item .entry-footer,
.i .post .entry-footer {
  border-color: #2b272c;
}
.i .post-item .entry-header .entry-meta,
.i .post .entry-header .entry-meta {
  color: #ffffff;
}
.i .listing-item .entry-footer {
  border-color: #2b272c;
}
.i .item-content-absolute-wrapper a {
  color: #1a1a1a;
}
.i .widget_meta ul > li,
.i .widget_pages ul > li,
.i .widget_archive ul > li,
.i .widget_categories ul > li,
.i .widget_fundirectory_site_categories ul > li, .i.widget_meta ul > li, .i.widget_pages ul > li, .i.widget_archive ul > li, .i.widget_categories ul > li, .i.widget_fundirectory_site_categories ul > li {
  border-color: #2b272c;
}
.i .widget_meta ul > li:first-child,
.i .widget_pages ul > li:first-child,
.i .widget_archive ul > li:first-child,
.i .widget_categories ul > li:first-child,
.i .widget_fundirectory_site_categories ul > li:first-child, .i.widget_meta ul > li:first-child, .i.widget_pages ul > li:first-child, .i.widget_archive ul > li:first-child, .i.widget_categories ul > li:first-child, .i.widget_fundirectory_site_categories ul > li:first-child {
  border-color: #2b272c;
}
.i .refine-search-field-wrap {
  color: #989898;
  border-color: #2b272c;
}
.i .refine-search-field-wrap .input-aria-controls {
  background-color: #000000;
  color: #989898;
}
.i .refine-categories-list-wrap {
  background-color: #000000;
}
.i label {
  color: #ffffff;
}
.i .slider-fill {
  background-color: #ffffff;
}
.i .from-blog .side-meta {
  color: #ffffff;
}
.i .help-text {
  font-style: normal;
  color: #989898;
}
.i .widget_nav_menu ul.menu > li, .i.widget_nav_menu ul.menu > li {
  border-color: #2b272c;
}
.i .widget_nav_menu ul.menu > li:first-child, .i.widget_nav_menu ul.menu > li:first-child {
  border-color: #2b272c;
}
.i .widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-auto-draft .stat-value,
.i .widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-total .stat-value, .i.widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-auto-draft .stat-value,
.i.widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-total .stat-value {
  background: #ffffff;
  color: #1a1a1a;
}
.i table {
  border-color: #2b272c;
}
.i .table-bootstrap th,
.i .table-bootstrap td {
  border-color: #2b272c;
}
.i .table-plain tbody tr {
  border-color: #2b272c;
}
.i .table-plain tbody tr:last-child {
  border-color: #2b272c;
}
.i .table-plain tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #2b272c;
}
.i .table-plain tbody tr.table-expand-row-content {
  background-color: #1a1a1a;
}
.i thead,
.i tfoot {
  color: #989898;
  background-color: #1a1a1a;
  border-color: #2b272c;
}
.i thead th,
.i thead td,
.i tfoot th,
.i tfoot td {
  font-weight: 400;
}
.i tbody {
  background-color: #000000;
  border-color: #2b272c;
}
.i a.btn-white {
  background-color: #2b272c;
}
.i .callout.primary h1,
.i .callout.primary h2,
.i .callout.primary h3,
.i .callout.primary h4,
.i .callout.primary h5,
.i .callout.primary h6,
.i .notice.primary h1,
.i .notice.primary h2,
.i .notice.primary h3,
.i .notice.primary h4,
.i .notice.primary h5,
.i .notice.primary h6,
.i .error.primary h1,
.i .error.primary h2,
.i .error.primary h3,
.i .error.primary h4,
.i .error.primary h5,
.i .error.primary h6 {
  color: #1a1a1a;
}
.i .fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list .fundirectory-core-attachment {
  background-color: #000000;
}
.i .fundirectory-core-attachment-upload-filelist .fundirectory-core-attachment-list {
  background-color: #2b272c;
}
.i a.page-numbers {
  color: #1a1a1a;
}
.i #open_terms_modal:hover,
.i #open_terms_modal:focus {
  color: #ffffff;
}
.i #terms_modal,
.i #close_modal {
  background-color: #1a1a1a;
}
.i .callout.error,
.i .notice.error,
.i .error.error {
  color: #1a1a1a;
}
.i .callout.error strong,
.i .notice.error strong,
.i .error.error strong {
  color: #1a1a1a;
}
.i .tabs.primary > .tabs-title > a {
  color: #ffffff;
}
.i .widget-model-categories .listing-cats.large-up-1 > .parent-cat-wrap {
  border-color: #2b272c;
}
.i .slick-nav-button-wrapper .slick-prev,
.i .slick-nav-button-wrapper .slick-next {
  color: #ffffff;
}
.i .slick-nav-button-wrapper .slick-prev:before,
.i .slick-nav-button-wrapper .slick-next:before {
  color: #ffffff;
}
.i .l {
  color: #656565;
}
.i .l h1,
.i .l h2,
.i .l h3,
.i .l h4,
.i .l h5,
.i .l h6 {
  color: #1a1a1a;
}
.i .l a {
  color: #1a1a1a;
}
.i .l .highlightlinks a:hover {
  color: #1a1a1a !important;
}
.i .l .button.hollow {
  color: #1a1a1a;
}
.i .l .button.hollow:hover, .i .l .button.hollow:focus {
  color: #ffffff;
}
.i .l.widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-auto-draft .stat-value, .i .l.widget_fundirectory_widget_listing_author_stats ul.stat-section .stat-total .stat-value {
  background: #1a1a1a;
  color: #ffffff;
}

/* Vendor Partials
----------------------------------------------- */