.theme-text-color {
  color: var(--theme-color);
}
.theme-text-color-forced {
  color: var(--theme-color) !important;
}
.theme-background-color {
  background-color: var(--theme-color);
}
.theme-background-color-forced {
  background-color: var(--theme-color) !important;
}
.theme-background-color-opacity {
  background-color: rgba(0,117,183,0.85);
}

.theme-border-color {
  border-color: var(--theme-color);
}
.theme-border-color-forced {
  border-color: var(--theme-color) !important;
}
.theme-text-hover-color:hover,
.theme-text-hover-color:active,
.theme-text-hover-color:focus {
  color: var(--theme-color);
}

.theme-text-hover-color-forced:hover,
.theme-text-hover-color-forced:active,
.theme-text-hover-color-forced:focus {
  color: var(--theme-color) !important;
}
.theme-text-darken-hover-color-forced:hover,
.theme-text-darken-hover-color-forced:active,
.theme-text-darken-hover-color-forced:focus {
  color: var(--theme-darken-color) !important;
}

.theme-text-darken-color-forced {
  color: var(--theme-darken-color) !important;
}

.theme-background-hover-color:hover,
.theme-background-hover-color:active,
.theme-background-hover-color:focus {
  background-color: var(--theme-color);
}

.theme-background-darken-hover-color:hover,
.theme-background-darken-hover-color:active,
.theme-background-darken-hover-color:focus {
  background-color: var(--theme-darken-color);
}

.theme-background-darken-hover-color-forced:hover,
.theme-background-darken-hover-color-forced:active,
.theme-background-darken-hover-color-forced:focus {
  background-color: var(--theme-darken-color) !important;
}
.theme-border-hover-color:hover,
.theme-border-hover-color:active,
.theme-border-hover-color:focus {
  border-color: var(--theme-color);
}
.theme-after-text-color::after {
  color: var(--theme-color);
}
.theme-after-text-color-forced::after {
  color: var(--theme-color);
}
.theme-after-background-color::after {
  background-color: var(--theme-color);
}
.theme-after-background-color-forced::after {
  background-color: var(--theme-color) !important;
}
.theme-after-border-color::after {
  border-color: var(--theme-color);
}
.theme-after-border-color-forced::after {
  border-color: var(--theme-color) !important;
}

.theme-before-text-color::before {
  color: var(--theme-color);
}
.theme-before-text-color-forced::before {
  color: var(--theme-color);
}
.theme-before-background-color::before {
  background-color: var(--theme-color);
}
.theme-before-background-color-forced::before {
  background-color: var(--theme-color) !important;
}
.theme-before-border-color::before {
  border-color: var(--theme-color);
}
.theme-before-border-color-forced::before {
  border-color: var(--theme-color) !important;
}

.theme-text-contrast-color {
  color: var(--theme-contrast-color);
}
.theme-text-contrast-color-forced {
  color: var(--theme-contrast-color) !important;
}
.theme-background-contrast-color {
  background-color: var(--theme-contrast-color);
}
.theme-background-contrast-color-forced {
  background-color: var(--theme-contrast-color) !important;
}
.theme-border-contrast-color {
  border-color: var(--theme-contrast-color);
}
.theme-border-contrast-color-forced {
  border-color: var(--theme-contrast-color) !important;
}
.theme-background-hover-contrast-color:hover,
.theme-background-hover-contrast-color:focus,
.theme-background-hover-contrast-color:active {
  background-color: var(--theme-contrast-color);
}
.theme-background-darken-hover-contrast-color-forced:hover,
.theme-background-darken-hover-contrast-color-forced:active,
.theme-background-darken-hover-contrast-color-forced:focus {
  background-color: var(--theme-darken-contrast-color) !important;
}
.theme-text-hover-contrast-color:hover,
.theme-text-hover-contrast-color:focus,
.theme-text-hover-contrast-color:active {
  color: var(--theme-contrast-color);
}

.theme-text-hover-contrast-color-forced:hover,
.theme-text-hover-contrast-color-forced:focus,
.theme-text-hover-contrast-color-focred:active {
  color: var(--theme-contrast-color) !important;
}

.theme-after-text-contrast-color::after {
  color: var(--theme-contrast-color);
}
.theme-after-text-contrast-color-forced::after {
  color: var(--theme-contrast-color);
}
.theme-after-background-contrast-color::after {
  background-color: var(--theme-contrast-color);
}
.theme-after-background-contrast-color-forced::after {
  background-color: var(--theme-contrast-color) !important;
}
.theme-after-border-contrast-color::after {
  border-color: var(--theme-contrast-color);
}
.theme-after-border-contrast-color-forced::after {
  border-color: var(--theme-contrast-color) !important;
}

.theme-before-text-contrast-color::before {
  color: var(--theme-contrast-color);
}
.theme-before-text-contrast-color-forced::before {
  color: var(--theme-contrast-color) !important;
}
.theme-before-background-contrast-color::before {
  background-color: var(--theme-contrast-color);
}
.theme-before-background-contrast-color-forced::before {
  background-color: var(--theme-contrast-color) !important;
}
.theme-before-border-contrast-color::before {
  border-color: var(--theme-contrast-color);
}
.theme-before-border-contrast-color-forced::before {
  border-color: var(--theme-contrast-color) !important;
}

.theme-html-content-contrast-color,
.theme-html-content-contrast-color *,
.theme-html-content-contrast-color *:hover,
.theme-html-content-contrast-color *:active,
.theme-html-content-contrast-color *:focus,
.theme-html-content-contrast-color *::after,
.theme-html-content-contrast-color *::before {
  color: var(--theme-contrast-color);
}

.theme-html-content-contrast-color-forced,
.theme-html-content-contrast-color-forced *,
.theme-html-content-contrast-color-forced *:hover,
.theme-html-content-contrast-color-forced *:active,
.theme-html-content-contrast-color-forced *:focus,
.theme-html-content-contrast-color-forced *::after,
.theme-html-content-contrast-color-forced *::before {
  color: var(--theme-contrast-color) !important;
}

.theme-html-content-a-color a,
.theme-html-content-a-color a:active,
.theme-html-content-a-color a:focus,
.theme-html-content-a-color a:hover {
  color: var(--theme-color);
}

.theme-darken-text-color {
  color: var(--theme-darken-color);
}

.theme-lighten-text-color {
  color: var(--theme-darken-color);
}

.theme-fill-color path {
  fill: var(--theme-color);
}

.cropper-viewer {
  outline-color: var(--theme-color);
}

.performance .icon svg path {
  fill: var(--theme-color);
}

.entity-index-holder .entity-item.cta-item .link-item:hover,
.entity-index-holder .entity-item.cta-item .link-item:focus,
.entity-index-holder .entity-item.cta-item .link-item:active,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a:hover,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a:focus,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a:active,
.kentaa-donate-wrapper .kentaa-btn-submit:hover,
.kentaa-donate-wrapper .kentaa-btn-submit:active,
.kentaa-donate-wrapper .kentaa-btn-submit:focus,
.dynamic-navigation-holder .navbar-nav > li.open a,
.dynamic-navigation-holder-phantom .navbar-nav > li.open a,
.dynamic-navigation-holder .navbar-nav > li a:hover,
.dynamic-navigation-holder .navbar-nav > li a:focus,
.dynamic-navigation-holder .navbar-nav > li a:active,
.dynamic-navigation-holder-phantom .navbar-nav > li a:hover,
.dynamic-navigation-holder-phantom .navbar-nav > li a:focus,
.dynamic-navigation-holder-phantom .navbar-nav > li a:active,
.btn:hover,
.sidr .sidr-class-login-header button:hover,
.btn:focus,
.sidr .sidr-class-login-header button:focus,
.btn:active,
.sidr .sidr-class-login-header button:active,
.btn:after,
.sidr .sidr-class-login-header button:after,
.rewards-holder .list-group-item .amount-holder:after,
.donation-btn-holder .donation-btn a:hover,
.donation-btn-holder .donation-btn a:active,
.donation-btn-holder .donation-btn a:focus,
.reward-holder:after,
.carousel-control.left:hover,
.carousel-control.left:active,
.carousel-control.left:focus,
.carousel-control.right:active,
.carousel-control.right:hover,
.carousel-control.right:focus,
.dynamic-navigation-holder .navbar-nav > li.open .right-clickable:hover,
.dynamic-navigation-holder .navbar-nav > li.open .right-clickable:active,
.dynamic-navigation-holder .navbar-nav > li.open .right-clickable:focus,
.dynamic-navigation-holder-phantom .navbar-nav > li.open .right-clickable:hover,
.dynamic-navigation-holder-phantom .navbar-nav > li.open .right-clickable:active,
.dynamic-navigation-holder-phantom .navbar-nav > li.open .right-clickable:focus,
.dynamic-navigation-holder .navbar-nav > li .right-clickable:hover,
.dynamic-navigation-holder .navbar-nav > li .right-clickable:active,
.dynamic-navigation-holder .navbar-nav > li .right-clickable:focus,
.dynamic-navigation-holder-phantom .navbar-nav > li .right-clickable:hover,
.dynamic-navigation-holder-phantom .navbar-nav > li .right-clickable:active,
.dynamic-navigation-holder-phantom .navbar-nav > li .right-clickable:focus,
.login-header .btn:hover, .login-header .sidr .sidr-class-login-header button:hover,
.sidr .sidr-class-login-header .login-header button:hover,
.submit-holder .btn:hover,
.submit-holder .sidr .sidr-class-login-header button:hover,
.sidr .sidr-class-login-header .submit-holder button:hover,
.action_index .nice-info-block:after,
.newsletter-box form button.icon:hover,
.newsletter-box .newsletter-form button.icon:hover,
.newsletter-holder form button.icon:hover,
.newsletter-holder .newsletter-form button.icon:hover {
  background-color: var(--theme-darken-color);
}

.customer-magic .nice-percentage-block .perc,
.customer-magic .nice-info-block:hover,
.customer-magic .nice-info-block:focus,
.customer-magic .nice-info-block:after,
.toolbar_footer .inner > .container .btn:hover,
.toolbar_footer .inner > .container .btn:active,
.toolbar_footer .inner > .container .btn:focus,
.toolbar_footer .inner > .container .btn:after,
.styled-bg-block.improve-block .btn:after,
.styled-bg-block.improve-block .btn:active,
.styled-bg-block.improve-block .btn:hover,
.styled-bg-block.improve-block .btn:focus,
.any_home .phone-metrics .metrics .btn-inline:focus,
.any_home .phone-metrics .metrics .btn-inline:active,
.any_home .phone-metrics .metrics .btn-inline:hover {
    background-color: #e6e6e6;
}

.background-darkend-color {
    background-color: #e6e6e6 !important;
}

.index-filter .filter-type.active,
.index-filter .filter-options .filter-entities-holder .label-filter-entity,
.tips-holder .tip-item h2,
.tips-holder .tip-item .like-h2,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .name,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .title,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .member,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .cta,
a,
.entity-index-holder .entity-item .link-item .content .sub-name .sub-txt,
.entity-index-holder-list-view .list-view-row .cta,
header .logo-and-search .search-area:after,
.metrics .superheart .fa-circle,
.metrics .total_amount,
.metrics .total_amount .amount > span,
.metrics .stat,
.metrics .stat a,
.metrics .stat .diff,
.metrics .stat a .diff,
.metrics .stat a:after,
.rewards-holder .list-group-item:active .amount-holder .amount-description,
.rewards-holder .list-group-item:active .amount-holder .amount,
.rewards-holder .list-group-item:focus .amount-holder .amount-description,
.rewards-holder .list-group-item:focus .amount-holder .amount,
.rewards-holder .list-group-item:hover .amount-holder .amount-description,
.rewards-holder .list-group-item:hover .amount-holder .amount,
.rewards-holder .list-group-item.active .amount-holder .amount-description,
.rewards-holder .list-group-item.active .amount-holder .amount,
.rewards-holder .list-group-item.active:active .amount-holder .amount-description,
.rewards-holder .list-group-item.active:active .amount-holder .amount,
.rewards-holder .list-group-item.active:focus .amount-holder .amount-description,
.rewards-holder .list-group-item.active:focus .amount-holder .amount,
.rewards-holder .list-group-item.active:hover .amount-holder .amount-description,
.rewards-holder .list-group-item.active:hover .amount-holder .amount,
.rewards-holder .list-group-item:active .list-group-item-text,
.rewards-holder .list-group-item:focus .list-group-item-text,
.rewards-holder .list-group-item:hover .list-group-item-text,
.rewards-holder .list-group-item.active .list-group-item-text,
.rewards-holder .list-group-item.active:active .list-group-item-text,
.rewards-holder .list-group-item.active:focus .list-group-item-text,
.rewards-holder .list-group-item.active:hover .list-group-item-text,
.customer-magic .nice-info-block,
.customer-magic .nice-percentage-block .reached,
.customer-magic .nice-percentage-block .reached span,
.customer-magic .nice-percentage-block .perc,
.customer-magic .nice-info-block:after,
.action-slider .content .title,
.list-supported-by > .item .name,
.item-list-holder .item-list.top-list .media-name,
.donations-homepage .list-group-item .donater-explanation .name,
.entity-index-holder .entity-item .link-item .content .title,
.index-filter .search-wrapper:after,
.entity-index-holder-list-view .list-view-row .cta span, .entity-index-holder-list-view .list-view-row .cta i,
.donations-holder .list-group .list-group-item .donater-explanation .name,
.donations-holder.donations-index .list-group .list-group-item .donater-explanation .read-more .fa.fa-plus-circle,
.toolbar_footer .inner > .container .btn,
.toolbar_footer .inner > .container .btn:hover,
.toolbar_footer .inner > .container .btn:active,
.toolbar_footer .inner > .container .btn:focus,
.toolbar_footer .inner > .container .btn:after,
.styled-bg-block.improve-block .btn:after,
.styled-bg-block.improve-block .btn,
.styled-bg-block.improve-block .btn:focus,
.styled-bg-block.improve-block .btn:active,
.styled-bg-block.improve-block .btn:hover,
.entity-heading .with-avatar .sub-p a,
.any_home .phone-metrics .metrics .btn-inline,
.any_home .phone-metrics .holder-stats .stat a .diff,
.any_home .phone-metrics .holder-stats .stat a,
.any_home .phone-metrics .holder-stats .stat,
.download-items .download-item .title,
.ui-autocomplete > .ui-menu-item > a,
.media-holder .target-achieved .target-achieved-text,
.carrousel-wrapper .target-achieved .target-achieved-text,
.project-grid .target-achieved .target-achieved-text,
.social-aside .item .fa:hover.fa-code,
.social-aside .item .fa:active.fa-code,
.social-aside .item .fa:focus.fa-code,
.controller_widgets h1,
.controller_widgets h2,
.controller_widgets h3,
.controller_widgets h4,
.controller_widgets h5,
.controller_widgets h6,
.controller_widgets .like-h1,
.controller_widgets .like-h2,
.controller_widgets .like-h3,
.controller_widgets .like-h4,
.controller_widgets .like-h5,
.controller_widgets .like-h6,
.customer-magic .nice-info-block:hover,
.customer-magic .nice-info-block:focus,
.customer-magic .nice-info-block:active,
.kentaa-donate-wrapper .entity-heading .with-avatar .sub-p a,
.social-aside .item.subscribe .fa-circle,
.segment-percentage-block .reached,
.segment-percentage-block .perc {
  color: var(--theme-color);
}

a:hover,
a:focus,
a:active {
  color: var(--theme-darken-color);
}

.border-left-color,
.breadcrumb li:not(.active):after {
  border-left-color: var(--theme-color);
}

.entity-index-holder-list-view .list-view-row.list-view-row-heading .name.current,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .title.current,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .member.current,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .cta.current,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .name:hover,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .name:active,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .name:focus,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .title:hover,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .title:active,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .title:focus,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .member:hover,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .member:active,
.entity-index-holder-list-view .list-view-row.list-view-row-heading .member:focus {
  border-bottom-color: var(--theme-color);
}

.index-filter .filter-options .filter-entities-holder .label-filter-entity,
.entity-index-holder .entity-item.achieved .link-item,
.tips-holder .tip-item.inversed,
.metrics .stat > .fa,
.metrics .stat a > .fa,
.rewards-holder .list-group-item .amount-holder,
.rewards-holder .list-group-item:active .amount-holder,
.rewards-holder .list-group-item:focus .amount-holder,
.rewards-holder .list-group-item:hover .amount-holder,
.rewards-holder .list-group-item.active .amount-holder,
.rewards-holder .list-group-item.active:active .amount-holder,
.rewards-holder .list-group-item.active:focus .amount-holder,
.rewards-holder .list-group-item.active:hover .amount-holder {
  border-color: var(--theme-color);
}

.wrapper .widget-metrics .stat i,
.segment-percentage-block .reached {
  border-color: var(--theme-color) !important;
}

.entity-index-holder .entity-item.cta-item .link-item .plus-icon {
  border-color: var(--theme-contrast-color);
}

.index-filter .filter-options .filter-entities-holder .label-filter-entity.active,
.tips-holder .tip-item.inversed,
.entity-index-holder .entity-item.cta-item .link-item,
.individual-avatar,
.team-avatar,
.styled-bg-block.improve-block,
.fancy-system-alert.success:before,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a,
.kentaa-donate-wrapper .kentaa-btn-submit,
.dynamic-navigation-holder,
.dynamic-navigation-holder-phantom,
.dynamic-navigation-holder .navbar-nav > li .dropdown-menu a:hover,
.dynamic-navigation-holder .navbar-nav > li .dropdown-menu a:active,
.dynamic-navigation-holder .navbar-nav > li .dropdown-menu a:focus,
.dynamic-navigation-holder-phantom .navbar-nav > li .dropdown-menu a:hover,
.dynamic-navigation-holder-phantom .navbar-nav > li .dropdown-menu a:active,
.dynamic-navigation-holder-phantom .navbar-nav > li .dropdown-menu a:focus,
.sidr .sidr-class-login-header button:after,
.rewards-holder .list-group-item .amount-holder,
.segment-col.segment-col-big .project-big-container,
.customer-magic,
.cropper-point,
.cropper-line,
.progress-holder .progress-bar,
.btn,
.btn:hover:after,
.btn:focus:after,
.btn:active:after,
.action-slider .content .description span,
.nice-percentage-block .reached,
.nice-info-block,
.breadcrumb li a,
.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:focus,
.nice-info-block:hover:after,
.nice-info-block:focus:after,
.nice-info-block:active:after,
.entity-index-holder .entity-item .link-item .content .sub-name .individual-avatar,
.entity-index-holder .entity-item .link-item .content .sub-name .team-avatar,
.entity-index-holder .entity-item .link-item .content .description span,
.btn .tab-counter,
.donation-btn-holder .donation-btn a,
.reward-holder,
.carousel-control.left,
.carousel-control.right,
.any_home .phone-metrics .phone-progress,
.any_home .phone-metrics .metrics,
.login-nav-bar .highlight a.login-header-show,
.login-header .btn, .login-header .sidr .sidr-class-login-header button,
.sidr .sidr-class-login-header .login-header button,
.login-nav-bar .highlight a.login-header-show:hover,
.sidr .sidr-class-login-header button,
.poster-preview .poster-preview-holder,
.action_index .nice-info-block:hover:after,
.action_index .nice-info-block:focus:after,
.sidr .sidr-class-login-nav-bar .sidr-class-highlight .sidr-class-dropdown-toggle .sidr-class-individual-avatar,
.sidr .sidr-class-login-nav-bar .sidr-class-highlight .sidr-class-dropdown-toggle .sidr-class-team-avatar,
.social-aside .item.subscribe,
.newsletter-box form button.icon,
.newsletter-box .newsletter-form button.icon,
.newsletter-holder form button.icon,
.newsletter-holder .newsletter-form button.icon {
  background-color: var(--theme-color);
}

.individual-avatar.tiny-loggedin-thumb,
.team-avatar.tiny-loggedin-thumb,
.dynamic-navigation-holder .navbar-nav > li.last:before,
.dynamic-navigation-holder-phantom .navbar-nav > li.last:before,
.dynamic-navigation-holder .navbar-nav > li > a:after,
.dynamic-navigation-holder-phantom .navbar-nav > li > a:after,
.customer-magic .nice-info-block,
.customer-magic .nice-percentage-block .reached,
.customer-magic .nice-info-block:hover:after,
.customer-magic .nice-info-block:focus:after,
.toolbar_footer .inner > .container .btn, .toolbar_footer .inner > .container .sidr .sidr-class-login-header button,
.sidr .sidr-class-login-header .toolbar_footer .inner > .container button,
.toolbar_footer .inner > .container .btn:hover:after,
.toolbar_footer .inner > .container .btn:active:after,
.toolbar_footer .inner > .container .btn:focus:after,
.styled-bg-block.improve-block .btn,
.styled-bg-block.improve-block .btn:hover:after,
.styled-bg-block.improve-block .btn:focus:after,
.styled-bg-block.improve-block .btn:active:after,
.styled-bg-block.improve-block .sidr .sidr-class-login-header button,
.sidr .sidr-class-login-header .styled-bg-block.improve-block button,
.any_home .phone-metrics .metrics .btn-inline,
.dynamic-navigation-holder .navbar-nav > li a.dropdown-toggle button .icon-bar,
.dynamic-navigation-holder .navbar-nav > li a.dropdown-toggle .button .icon-bar {
  background-color: var(--theme-contrast-color);
}

.individual-avatar.tiny-loggedin-thumb i,
.team-avatar.tiny-loggedin-thumb i,
.wrapper .widget-metrics .superheart .fa-circle,
.wrapper .widget-metrics .total_amount,
.wrapper .widget-metrics .amount,
.wrapper .widget-metrics .amount span,
.wrapper .widget-metrics .stat,
.wrapper .widget-metrics .stat i {
  color: var(--theme-color) !important;
}

.index-filter .filter-options .filter-entities-holder .label-filter-entity.active,
.tips-holder .tip-item.inversed,
.entity-index-holder .entity-item.cta-item .link-item,
.entity-index-holder .entity-item.cta-item .link-item:hover,
.entity-index-holder .entity-item.cta-item .link-item:focus,
.entity-index-holder .entity-item.cta-item .link-item:active,
.individual-avatar i,
.team-avatar i,
.styled-bg-block.improve-block,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a span,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a:hover,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a:focus,
.kentaa-donate-wrapper .kentaa-donation-btn-holder .kentaa-donation-btn a:active,
.kentaa-donate-wrapper .kentaa-btn-submit,
.kentaa-donate-wrapper .kentaa-btn-submit:hover,
.kentaa-donate-wrapper .kentaa-btn-submit:focus,
.kentaa-donate-wrapper .kentaa-btn-submit:active,
.dynamic-navigation-holder .navbar-nav > li a,
.dynamic-navigation-holder-phantom .navbar-nav > li a,
.metrics .superheart .fa-heart,
.btn,
.sidr .sidr-class-login-header button,
.btn:hover,
.sidr .sidr-class-login-header button:hover,
.btn:focus,
.sidr .sidr-class-login-header button:focus,
.btn:active,
.sidr .sidr-class-login-header button:active,
.btn:after,
.sidr .sidr-class-login-header button:after,
.rewards-holder .list-group-item .amount-holder .amount,
.rewards-holder .list-group-item .amount-holder .amount-description,
.rewards-holder .list-group-item .amount-holder:after,
.segment-col.segment-col-big .project-big-container .right-col a,
.segment-col.segment-col-big .project-big-container .right-col h4,
.segment-col.segment-col-big .project-big-container .right-col .like-h2,
.segment-col.segment-col-big .project-big-container .right-col .right-col-descr,
.customer-magic .like-h1, .customer-magic .rewards-holder .title_choose_amount,
.rewards-holder .customer-magic .title_choose_amount,
.customer-magic .title-view-all a, .customer-magic .title-view-all i,
.project-col.project-col-big .project-big-container .right-col .like-h2,
.customer-magic,
.action-slider .content .description span,
.nice-percentage-block .reached,
.nice-percentage-block .reached span,
.nice-info-block,
.nice-info-block:after,
.nice-percentage-block .perc,
.breadcrumb li a,
.breadcrumb li a:hover,
.breadcrumb li a:active,
.breadcrumb li a:focus,
.entity-index-holder .entity-item.cta-item .link-item .big-title,
.entity-index-holder .entity-item.cta-item .link-item .plus-icon i,
.entity-index-holder .entity-item.cta-item .link-item .small-label,
.entity-index-holder .entity-item .link-item .content .sub-name .individual-avatar,
.entity-index-holder .entity-item .link-item .content .sub-name .team-avatar,
.entity-index-holder .entity-item .link-item .content .description span,
.btn .tab-counter, .sidr .sidr-class-login-header button .tab-counter,
.toolbar_footer .inner > .container > span,
.styled-bg-block.improve-block h2,
.styled-bg-block.improve-block .btn-link span,
.styled-bg-block.improve-block .btn-link,
.styled-bg-block.improve-block i.dropdown,
.donation-btn-holder .donation-btn a,
.donation-btn-holder .donation-btn a span,
.reward-holder .reward-title,
.reward-holder .reward-description,
.reward-holder:after,
.btn span,
.sidr .sidr-class-login-header button span,
.carousel-control.left,
.carousel-control.right,
.carousel-control.left:hover,
.carousel-control.left:active,
.carousel-control.left:focus,
.carousel-control.right:active,
.carousel-control.right:hover,
.carousel-control.right:focus,
.any_home .phone-metrics .like-h3,
.any_home .phone-metrics .metrics-target,
.any_home .phone-metrics .like-h3 span,
.any_home .phone-metrics .metrics .btn-centered,
.any_home .phone-metrics .metrics .btn-centered:focus,
.any_home .phone-metrics .metrics .btn-centered:active,
.any_home .phone-metrics .metrics .btn-centered:hover,
.dynamic-navigation-holder .navbar-nav > li a span,
.login-header .btn, .login-header .sidr .sidr-class-login-header button,
.sidr .sidr-class-login-header .login-header button,
.login-header .btn:hover, .login-header .sidr .sidr-class-login-header button:hover,
.sidr .sidr-class-login-header .login-header button:hover,
.action_index .nice-info-block:after,
.nice-info-block:hover,
.nice-info-block:focus,
.entity-index-holder .entity-item .link-item .content .sub-name .individual-avatar i,
.entity-index-holder .entity-item .link-item .content .sub-name .team-avatar i,
.sidr .sidr-class-login-nav-bar .sidr-class-highlight .sidr-class-dropdown-toggle .sidr-class-individual-avatar i,
.sidr .sidr-class-login-nav-bar .sidr-class-highlight .sidr-class-dropdown-toggle .sidr-class-team-avatar i {
  color: var(--theme-contrast-color);
}

.social-aside .item .fa-inverse.subscribe, .social-aside .item.subscribe span {
  color: var(--theme-contrast-color) !important;
}

.border-top-color,
.carrousel-wrapper .target-achieved {
  border-top-color: var(--theme-color);
}

.progress-bar,
.ui-autocomplete > .ui-menu-item > a:hover,
.ui-autocomplete > .ui-menu-item.ui-state-focus > a,
.wrapper .widget-metrics .progress-holder .progress-bar,
.login-nav-bar .individual-avatar.tiny-loggedin-thumb,
.login-nav-bar .team-avatar.tiny-loggedin-thumb {
  background-color: var(--theme-color) !important;
}

.customer-magic .view-all,
.login-nav-bar .highlight a.login-header-show i,
.poster-preview .poster-preview-black .poster-preview-inner div,
.ui-autocomplete > .ui-menu-item.ui-state-focus > a,
.ui-autocomplete > .ui-menu-item.ui-state-focus > a:after,
.ui-autocomplete > .ui-menu-item.ui-state-focus > a *,
.ui-autocomplete > .ui-menu-item > a:hover,
.ui-autocomplete > .ui-menu-item > a:hover:after,
.ui-autocomplete > .ui-menu-item > a:hover *,
.login-nav-bar .individual-avatar.tiny-loggedin-thumb i,
.login-nav-bar .team-avatar.tiny-loggedin-thumb i {
  color: var(--theme-contrast-color) !important;
}

.project-grid .target-achieved,
.media-holder .target-achieved,
.carrousel-wrapper .target-achieved {
  background-color: rgba(255, 255, 255, 0.95);
}

.toolbar_footer .inner {
  background-color: rgba(221, 45, 134, 0.95);
}

@media (max-width: 767px) {
  .any_home .main-content .container .title-view-all.colored .view-all,
  .any_home .main-content .container .title-view-all.colored .view-all:hover,
  .any_home .main-content .container .title-view-all.colored .view-all:active,
  .any_home .main-content .container .title-view-all.colored .view-all:focus,
  .any_home .top-list .media:after,
  .customer-magic .nice-info-block:after {
    color: var(--theme-color);
  }

  .customer-magic .nice-info-block:after {
    color: var(--theme-color) !important;
  }

  .any_home .main-content .container .segment-grid .segment-col .segment-info-block:after,
  .any_home .main-content .container .segment-grid .segment-col .nice-info-block:after,
  .any_home .main-content .container .segment-grid .project-col .segment-info-block:after,
  .any_home .main-content .container .segment-grid .project-col .nice-info-block:after,
  .any_home .main-content .container .segment-grid .item .segment-info-block:after,
  .any_home .main-content .container .segment-grid .item .nice-info-block:after,
  .any_home .main-content .container .project-grid .segment-col .segment-info-block:after,
  .any_home .main-content .container .project-grid .segment-col .nice-info-block:after,
  .any_home .main-content .container .project-grid .project-col .segment-info-block:after,
  .any_home .main-content .container .project-grid .project-col .nice-info-block:after,
  .any_home .main-content .container .project-grid .item .segment-info-block:after,
  .any_home .main-content .container .project-grid .item .nice-info-block:after,
  .any_home .main-content .container .action-slider .segment-col .segment-info-block:after,
  .any_home .main-content .container .action-slider .segment-col .nice-info-block:after,
  .any_home .main-content .container .action-slider .project-col .segment-info-block:after,
  .any_home .main-content .container .action-slider .project-col .nice-info-block:after,
  .any_home .main-content .container .action-slider .item .segment-info-block:after,
  .any_home .main-content .container .action-slider .item .nice-info-block:after {
    color:  var(--theme-contrast-color);
  }
}

