/*
Theme Name: Brook Child
Theme URI: http://brook.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: brook
Text Domain:  brook
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.tm-team-member.style-01 .overlay { background-color: #4da0ac }


.tm-team-member.style-01 .position { color: #4da0ac }


.tm-button.style-text-long-arrow .button-arrow { color: #4da0ac }


.tm-button.style-text-long-arrow:hover .button-arrow { color: #2d5d6f }


.tm-button.style-flat .button-icon { transform: translateY(2px) }


.slider-services .swiper-slide:last-of-type { background-color: #4da0ac }

.slider-services .swiper-slide .text { color: #ffffff }

.slider-services .swiper-slide:last-of-type .button-arrow,
.slider-services .swiper-slide:last-of-type:hover .button-arrow { color: #ffffff }


.tm-portfolio.style-metro-with-caption .post-title { color: #707070 }

#page-scroll-up { background-color: #4da0ac }

rs-bullets.tp-bullets.custom .tp-bullet {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

rs-bullets.tp-bullets.custom .tp-bullet.selected {
  opacity: 1;
  border-bottom: 2px solid #ffffff;
}