/**
 * @file
 * Green color styling for Enterprise+.
 *
 * Base color: #00BCB4
 * Dark color: #363434
 * RGB Base color: 82, 191, 144
 * RGB Dark color: 49, 114, 86  0, 188, 180,
 */

/* base: elements */
a {
  color: #00BCB4;
}
a:hover {
  color: #363434;
}
a:focus {
  color: #363434;
}
a.link--dark,
.link--dark a {
  color: #363434;
}
a.link--dark:hover,
a.link--dark:focus,
.link--dark a:hover,
.link--dark a:focus {
  color: #00BCB4;
}
a.link--bordered,
.link--bordered a {
  border-bottom-color: #00BCB4;
}
a.link--bordered:hover,
.link--bordered a:hover {
  border-bottom-color: #363434;
}
.region--light-typography.region--dark-background a.link--bordered,
.region--light-typography.region--dark-background .link--bordered a {
  border-color: #00BCB4;
}
a.link--hover-style-2:before,
.link--hover-style-2 a:before {
  color: #00BCB4;
}
.region--light-typography.region--dark-background a {
  color: #00BCB4;
}
.text--colored {
  color: #00BCB4;
}
.text--dark {
  color: #363434;
}
blockquote {
  border-left-color: #00BCB4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363434;
}

/* base: layout */
.region--colored-background {
  background-color: #00BCB4;
}
.region--dark-background {
  background-color: #363434;
}
.region--colored-background + .region--separator-incline-diagonal:before {
  background: linear-gradient(to bottom right, #00BCB4 49.5%, transparent 50%);
}
.region--dark-background + .region--separator-incline-diagonal:before {
  background: linear-gradient(to bottom right, #363434 49.5%, transparent 50%);
}
.region--colored-background + .region--separator-decline-diagonal:before {
  background: linear-gradient(to bottom left, #00BCB4 49.5%, transparent 50%);
}
.region--dark-background + .region--separator-decline-diagonal:before {
  background: linear-gradient(to bottom left, #363434 49.5%, transparent 50%);
}

/* components: accordion */
.panel-title a {
  color: #363434;
}
.panel-title a:focus {
  color: #363434;
}
.panel-heading--trigger-icon .panel-title a:after {
  background-color: #363434;
}
.panel-heading--trigger-icon .panel-title a.collapsed:after {
  background-color: #00BCB4;
}
.panel-heading--trigger-icon .panel-title a:hover:after {
  background-color: #363434;
}
.region--light-typography .panel-title a:hover {
  color: #363434;
}
.region--light-typography .panel-body a {
  color: #00BCB4;
}
.region--light-typography .panel-body a:hover {
  color: #363434;
}
.panel-group.panel-group--style-2 .panel .panel-title a {
  background-color: #363434;
}
.panel-group.panel-group--style-2 .panel-title a.collapsed {
  background-color: #00BCB4;
}
.panel-group.panel-group--style-2 .panel-title a:hover {
  background-color: #363434;
}
.region--colored-background .panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a,
.region--colored-background .panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a:hover {
  color: #00BCB4;
}
.region--dark-background .panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a,
.region--dark-background .panel-group.panel-group--style-2 .panel-heading--trigger-icon .panel-title a:hover {
  color: #363434;
}

/* components: breadcrumb */
.breadcrumb__items {
  color: #363434;
}

/* components: buttons */
a.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #00BCB4;
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
}
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(49, 114, 86, 0.5);
  box-shadow: 0 0 15px rgba(49, 114, 86, 0.5);
}
a.button.button--hover-style-2:before {
  background-color: #363434;
}
.region--colored-background a.button:hover,
.region--colored-background input[type="submit"]:hover,
.region--colored-background input[type="reset"]:hover,
.region--colored-background input[type="button"]:hover,
.region--colored-background a.button:focus,
.region--colored-background input[type="submit"]:focus,
.region--colored-background input[type="reset"]:focus,
.region--colored-background input[type="button"]:focus {
  color: #00BCB4;
}
.region--dark-background a.button:hover,
.region--dark-background input[type="submit"]:hover,
.region--dark-background input[type="reset"]:hover,
.region--dark-background input[type="button"]:hover,
.region--dark-background a.button:focus,
.region--dark-background input[type="submit"]:focus,
.region--dark-background input[type="reset"]:focus,
.region--dark-background input[type="button"]:focus {
  color: #363434;
}
a.button--colored,
.region--colored-background a.button--colored,
.region--dark-background a.button--colored,
.region--black-background a.button--colored {
  background-color: #00BCB4;
  border-color: #00BCB4;
}

/* components: comment */
.node .comment ul.links li a {
  color: #00BCB4;
}
.node .comment ul.links li a:hover {
  color: #363434;
}

/* components: comments */
.comment-wrapper h2.title {
  color: #00BCB4;
}

/* components: contact info */
.contact-info .icon {
  background: #00BCB4;
}
.contact-info li > i {
  background: #00BCB4;
}
.region--light-typography.region--colored-background .contact-info li i,
.region--light-typography.region--colored-background .contact-info .icon {
  color: #00BCB4;
}
.region--light-typography.region--dark-background .contact-info li i,
.region--light-typography.region--dark-background .contact-info .icon {
  color: #363434;
}
.region--dark-typography .contact-info-items-grid .contact-info-item__text {
  color: #363434;
}

/* components: fancy block */
.region--colored-background .fancy-block-text {
  background-color: #00BCB4;
}
.region--dark-background .fancy-block-text {
  background-color: #363434;
}

/* components: fancy linked images block */
.clip-path-support .clip-pentagon-container {
  background-color: #00BCB4;
}
.clip-path-support .clip-circle-container {
  background-color: #00BCB4;
}
.clip-path-support .clip-rectangle-container:before {
  border-color: #00BCB4;
}
@-moz-document url-prefix() {
  .clip-pentagon-container {
    background-color: #00BCB4;
  }
  .clip-circle-container {
    background-color: #00BCB4;
  }
  .clip-rectangle-container:before {
    border-color: #00BCB4;
  }
}

/* components: featured linked text tiles block */
.featured-linked-text-tile .featured-linked-text-tile__title {
  color: #00BCB4;
}
.featured-linked-text-tile .featured-linked-text-tile__title a {
  color: #00BCB4;
}
.featured-linked-text-tile .featured-linked-text-tile__title a:hover {
  color: #363434;
}
.featured-linked-text-tile a.featured-linked-text-tile__link {
  color: #00BCB4;
}
.featured-linked-text-tile a.featured-linked-text-tile__link:hover {
  color: #363434;
}

/* components: content tabs */
.field--name-field-mt-content-tabs .nav-tabs > li > a {
  color: #00BCB4;
}
.field--name-field-mt-content-tabs .nav-tabs > li > a:hover {
  color: #363434;
}
.field--name-field-mt-content-tabs .nav-tabs > li > a:focus,
.field--name-field-mt-content-tabs .nav-tabs > li.active > a,
.field--name-field-mt-content-tabs .nav-tabs > li.active > a:focus,
.field--name-field-mt-content-tabs .nav-tabs > li.active > a:hover {
  color: #363434;
}

/* components: video */
.video-item > a:before {
  background-color: rgba(49, 114, 86, 0.75);
}

/* components: taxonomy term */
.field--entity-reference-target-type-taxonomy-term:after {
  color: #00BCB4;
}

/* components: flexslider global */
.flexslider .flex-direction-nav a:before {
  color: #00BCB4;
}
.flexslider .flex-prev:hover:before,
.flexslider .flex-next:hover:before {
  color: #363434;
}

/* components: flexslider nodes slideshow */
.nodes-slideshow-navigation .slides > li.is-active a {
  color: #363434;
}

/* components: forms */
input.form-text:hover,
input.form-tel:hover,
input.form-email:hover,
input.form-url:hover,
input.form-search:hover,
input.form-file:hover,
input.form-number:hover,
input.form-color:hover,
textarea:hover,
select:hover,
input.form-text:focus,
input.form-tel:focus,
input.form-email:focus,
input.form-url:focus,
input.form-search:focus,
input.form-file:focus,
input.form-number:focus,
input.form-color:focus,
textarea:focus,
select:focus {
  color: #363434;
}
.form-submit-icon {
  background-color: #00BCB4;
}
.region--colored-background .form-submit-icon {
  background-color: #363434;
}
.label {
  color: #363434;
}

/* components: highlights */
.highlight-head {
  color: #363434;
  border-color: #00BCB4;
}
.highlight-body {
  color: #363434;
}

/* components: image overlay */
.overlay--colored {
  background-color: rgba(49, 114, 86, 0.75);
}
.overlay-icon--colored.overlay-icon--button {
  background-color: #00BCB4;
  border-color: #00BCB4;
}
.overlay-icon--white.overlay-icon--button:hover,
.region--light-typography .overlay-icon--white.overlay-icon--button:hover {
  color: #363434;
}
.overlay-icon--colored.overlay-icon--button:hover,
.region--light-typography .overlay-icon--colored.overlay-icon--button:hover {
  background-color: #363434;
  border-color: #363434;
}

/* components: layout switcher */
.layout-switcher li.active a {
  color: #00BCB4;
}

/* components: menu */
ul.menu li a.is-active,
ul.menu li > span.is-active {
  color: #363434;
}
ul.menu li > a:before,
ul.menu li > span:before {
  color: #363434;
}
.header-container ul.menu li a,
.header-container ul.menu li > span {
  color: #363434;
}
.header-container ul.menu li a:hover,
.header-container ul.menu li.active-trail > a,
.header-container ul.menu li span:hover,
.header-container ul.menu li.active-trail > span {
  color: #00BCB4;
}
.header-container .region--light-typography ul.menu li a:hover,
.header-container .region--light-typography ul.menu li.active-trail > a,
.header-container .region--light-typography ul.menu li > span:hover,
.header-container .region--light-typography ul.menu li.active-trail > span {
  color: #00BCB4;
}
.region--dark-typography .subfooter__section ul.menu li a,
.region--dark-typography .subfooter__section ul.menu li > span {
  color: #363434;
}
.region--dark-typography .subfooter__section ul.menu li a:hover,
.region--dark-typography .subfooter__section ul.menu li > span:hover {
  color: #00BCB4;
}
.header-container .sf-menu li.sfHover > a,
.header-container .region--light-typography .sf-menu li.sfHover > a,
.header-container .sf-menu li.sfHover > span,
.header-container .region--light-typography .sf-menu li.sfHover > span {
  color: #00BCB4;
}
.header-container ul.sf-menu > li > a.menuparent:after,
.header-container ul.sf-menu > li > span.menuparent:after {
  color: #00BCB4;
}
.menu.cta-active > li:last-child > a {
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  background-color: #00BCB4;
}
.menu.cta-active > li:last-child > a:hover {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(49, 114, 86, 0.5);
  box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
}
.region--colored-background .menu.cta-active > li:last-child > a {
  color: #00BCB4;
}
.region--light-typography.js-transparent-header ul.menu.sf-accordion li a,
.region--light-typography.js-transparent-header ul.menu.sf-accordion li > span {
  color: #363434;
}

/* components: mini pager */
li.pager__item a:hover {
  background-color: #00BCB4;
}
.region--gray-background li.pager__item > a,
.region--gray-background li.pager__item.is-active {
  background-color: #363434;
}
.region--gray-background li.pager__item > a:hover {
  background-color: #00BCB4;
}
.region--colored-background li.pager__item a:hover {
  color: #00BCB4;
}
.region--dark-background li.pager__item a:hover {
  color: #363434;
}

/* components: node links */
.node ul.links li a {
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  background-color: #00BCB4;
}
.node ul.links li a:hover {
  background-color: #363434;
}

/* components: node product */
.node--type-mt-product .comments-count__counter {
  color: #00BCB4;
}
.node--type-mt-product .field--name-field-mt-price {
  color: #00BCB4;
}
.node--type-mt-product .field--name-field-mt-buy-link a {
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  background-color: #00BCB4;
}
.node--type-mt-product .field--name-field-mt-buy-link a:hover {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
  box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
}
.region--colored-background .field--name-field-mt-buy-link a:hover {
  color: #00BCB4;
}
.region--dark-background .field--name-field-mt-buy-link a:hover {
  color: #363434;
}

/* components: node service */
.node--type-mt-service .field--name-field-mt-buy-link a {
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  background-color: #00BCB4;
}
.node--type-mt-service .field--name-field-mt-buy-link a:hover {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
  box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
}
.region--colored-background .field--name-field-mt-buy-link a:hover {
  color: #00BCB4;
}
.region--dark-background .field--name-field-mt-buy-link a:hover {
  color: #363434;
}

/* components: owl carousel global */
.owl-theme .owl-controls .owl-buttons div {
  color: #00BCB4;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #363434;
}

/* components: pager */
li.pager__item a:hover,
li.pager__item.is-active a {
  background-color: #00BCB4;
}
.region--colored-background li.pager__item a:hover,
.region--colored-background li.pager__item.is-active a,
.region--colored-background li.pager__item.is-active:last-child a {
  color: #00BCB4;
}
.region--dark-background li.pager__item a:hover,
.region--dark-background li.pager__item.is-active a,
.region--dark-background li.pager__item.is-active:last-child a {
  color: #363434;
}
.region--gray-background li.pager__item > a {
  background-color: #363434;
}
.region--gray-background li.pager__item > a:hover,
.region--gray-background li.pager__item.is-active a {
  background-color: #00BCB4;
}

/* components: pills */
.nav-pills > li > a {
  background-color: #00BCB4;
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
  box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
}
.region--colored-background .nav-pills > li.active > a,
.region--colored-background .nav-pills > li.active > a:focus,
.region--colored-background .nav-pills > li.active > a:hover,
.region--colored-background .nav-pills > li > a:hover,
.region--colored-background .nav-pills > li > a:focus {
  color: #00BCB4;
}
.region--dark-background .nav-pills > li.active > a,
.region--dark-background .nav-pills > li.active > a:focus,
.region--dark-background .nav-pills > li.active > a:hover,
.region--dark-background .nav-pills > li > a:hover,
.region--dark-background .nav-pills > li > a:focus {
  color: #363434;
}

/* components: post progress */
.post-progress__bar {
  background-color: #00BCB4;
}

/* components: separators */
.separator--colored {
  background-color: #00BCB4;
}
.separator--dark {
  background-color: #363434;
}

/* components: site branding */
.site-name a {
  color: #00BCB4;
}

/* components: site slideout */
.slideout-toggle {
  background-color: #00BCB4;
}
.slideout.region--dark-background {
  background-color: #00BCB4;
}

/* components: slider revolution full screen */
.scroll-button a {
  background-color: rgba(0, 188, 180, 0.9);
}

/* components: slider revolution global */
.region--light-typography.region--dark-background .tp-caption__title a:hover {
  color: #00BCB4;
}
.tp-caption__button {
  border-color: #00BCB4;
  background-color: #00BCB4;
}
.tp-caption__button:hover {
  background-color: #363434;
  border-color: #363434;
}
.region--light-typography.region--dark-background a.tp-caption__button:hover {
  color: #363434;
}
.region--light-typography.region--colored-background a.tp-caption__button:hover {
  color: #00BCB4;
}
.slideshow-boxedwidth .tp-caption--transparent-background.region--dark-background,
.slideshow-fullscreen .tp-caption--transparent-background.region--dark-background,
.slideshow-fullwidth .tp-caption--transparent-background.region--dark-background,
.slideshow-internal .tp-caption--transparent-background.region--dark-background {
  background-color: rgba(0, 188, 180, 0.9);
}
.tparrows {
  background-color: #00BCB4;
}
.tparrows:hover {
  background-color: #363434;
}
.tp-bullets .tp-bullet {
  background-color: #363434;
}
.tp-bullets .tp-bullet:hover,
.tp-bullets .tp-bullet.selected {
  background-color: #00BCB4;
}
.tp-tabs {
  background-color: rgba(0, 188, 180, 0.93) !important;
}
.tp-tabs .tp-tab.selected,
.tp-tabs .tp-tab:hover {
  background-color: #363434;
}

/* components: tables */
table tr th {
  color: #363434;
}
.region--gray-background table tr th {
  background-color: #363434;
}

/* components: tabs */
.nav-tabs > li > a {
  color: #00BCB4;
}
.nav-tabs > li > a:hover {
  border-color: #363434 #363434 #363434;
  background: #363434;
}
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #363434;
  border: 1px solid #363434;
  border-bottom-color: #363434;
}
.nav-tabs.nav-tabs--vertical > li > a:hover,
.nav-tabs.nav-tabs--vertical > li > a:focus,
.nav-tabs.nav-tabs--vertical .active > a,
.nav-tabs.nav-tabs--vertical .active > a:hover,
.nav-tabs.nav-tabs--vertical .active > a:focus {
  border-color: #363434 transparent #363434 #363434;
}
.region--black-background .nav-tabs > li.active > a,
.region--black-background .nav-tabs > li > a:focus,
.region--black-background .nav-tabs > li.active > a:focus,
.region--black-background .nav-tabs > li.active > a:hover {
  border-color: #00BCB4;
}
.region--black-background .nav-tabs > li.active > a,
.region--black-background .nav-tabs > li > a:focus,
.region--black-background .nav-tabs > li > a:hover {
  background-color: #00BCB4;
  border-color: #00BCB4;
}
.region--dark-background .nav-tabs > li.active > a,
.region--dark-background .nav-tabs > li > a:focus,
.region--dark-background .nav-tabs > li.active > a:focus,
.region--dark-background .nav-tabs > li.active > a:hover {
  border-color: #00BCB4;
}
.region--dark-background .nav-tabs > li.active > a,
.region--dark-background .nav-tabs > li > a:focus,
.region--dark-background .nav-tabs > li > a:hover {
  background-color: #00BCB4;
  border-color: #00BCB4;
}
.nav-tab__subtitle {
  color: #00BCB4;
}
.nav-tabs.nav-tabs--fancy > li > a {
  color: #363434;
}
.nav-tabs.nav-tabs--fancy > .active > a,
.nav-tabs.nav-tabs--fancy > .active > a:focus,
.nav-tabs.nav-tabs--fancy > .active > a:hover,
.nav-tabs.nav-tabs--fancy > li > a:focus,
.nav-tabs.nav-tabs--fancy > li > a:hover {
  border-color: #363434;
  color: #363434;
}

/* components: to top */
.to-top {
  background-color: #00BCB4;
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
}
.to-top:hover {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
  box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
}

/* components: tooltip */
.tooltip-inner {
  background-color: #363434;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #363434;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #363434;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #363434;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #363434;
}

/* components: transparent header */
.onscroll .js-transparent-header .header.region--dark-background {
  background-color: rgba(0, 188, 180, 0.9);
  border-bottom-color: #363434;
}
@media (max-width: 767px) {
  .js-transparent-header .region--dark-background {
    background-color: #363434 !important;
  }
}

/* components: view collections image overlay */
.view-collections-grid .overlay-inner .overlay-animated,
.view-collections-carousel .overlay-inner .overlay-animated,
.view-collection-masonry .overlay-inner .overlay-animated {
  background-color: #00BCB4;
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
}
.view-collections-grid .overlay-inner .overlay-animated:hover,
.view-collections-carousel .overlay-inner .overlay-animated:hover,
.view-collection-masonry .overlay-inner .overlay-animated:hover {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
  box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
}

/* components: view grid style 2 */
.view-grid-style-2 .views-field-title a {
  color: #00BCB4;
}
.view-grid-style-2 .views-field-title a:hover {
  color: #363434;
}
.region--light-typography.region--dark-background .view-grid-style-2 a.link-hover-style-2:before,
.region--light-typography.region--dark-background .view-grid-style-2 .link-hover-style-2:before {
  color: #00BCB4;
}

/* components: view items list */
.view-items-list .views-field-title a {
  color: #363434;
}
.view-items-list .views-field-title a:hover {
  color: #00BCB4;
}
.view-items-list .views-field-field-mt-price {
  color: #00BCB4;
}

/* components: view popular taxonomy */
.view-mt-popular-tags .views-row a {
  background-color: #00BCB4;
}
.view-mt-popular-tags .views-row a:hover {
  background-color: #363434;
}
.region--colored-background .view-mt-popular-tags .views-row a:hover {
  color: #00BCB4;
}
.region--dark-background .view-mt-popular-tags .views-row a:hover {
  color: #363434;
}

/* components: view pricing tables */
.view-pricing-tables .pricing-table-header {
  background-color: #363434;
}
.view-pricing-tables .pricing-table-body {
  color: #363434;
}
.pricing-table a.button {
  background-color: #00BCB4;
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
}
.pricing-table a.button:hover {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
  box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
}
.region--dark-background .view-pricing-tables .pricing-table-header {
  background-color: #00BCB4;
}
.region--black-background .view-pricing-tables .pricing-table-header {
  background-color: #00BCB4;
}

/* components: view products tags */
.view-product-tags .views-field-name a {
  background-color: #00BCB4;
}
.view-product-tags .views-field-name a:hover {
  background-color: #363434;
}
.region--colored-background .view-product-tags .views-field-name a:hover {
  color: #00BCB4;
}
.region--dark-background .view-product-tags .views-field-name a:hover {
  color: #363434;
}

/* components: view products grid */
.view-products-grid .views-field-field-mt-price {
  color: #00BCB4;
}
.view-products-grid .views-field-title h5 a {
  color: #363434;
}

/* components: view promoted items */
.view-promoted-items-icon {
  background-color: #00BCB4;
}
.view-promoted-items-icon:hover {
  background-color: #363434;
}
.view-promoted-items-info span,
.view-promoted-items-info a {
  background-color: #00BCB4;
}

/* components: view team members grid 2 */
.view-team-members-grid-2 .views-field-title a {
  color: #363434;
}

/* components: view testimonials grid 2 */
.view-testimonials-grid-2 .views-field-title a {
  color: #363434;
}

/* components: view testimonials grid */
.view-testimonials-grid .views-field-title a {
  color: #363434;
}
.region--gray-background .view-testimonials-grid .views-field-body {
  background-color: #363434;
}
.region--gray-background .view-testimonials-grid .views-field-body:after {
  border-color: #363434 transparent transparent transparent;
}

/* components: view testimonials list */
.view-testimonials-list .views-field-title a {
  color: #363434;
}
.region--gray-background .view-testimonials-list .views-field-body {
  background-color: #363434;
}
.region--gray-background .view-testimonials-list .views-field-body:after {
  border-color: #363434 transparent transparent transparent;
}

/* components: view titles list */
.view-titles-list .views-field-title a:before {
  color: #363434;
}

/* components: views */
.view > .more-link a {
  -webkit-box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  box-shadow: 0 0 15px rgba(82, 191, 144, 0.5);
  background-color: #00BCB4;
}
.view > .more-link a:hover {
  background-color: #363434;
  -webkit-box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
  box-shadow: 0 0 15px rgba(0, 188, 180, 0.5);
}
.region--dark-background .view > .more-link a:hover {
  color: #363434;
}
.region--colored-background .view > .more-link a:hover {
  color: #00BCB4;
}
