/**
* Theme Name: Arolax Child
* Description: This is a child theme of Arolex
* Author: <a href="http://themeforest.net/user/crowdytheme">CrowdyTheme</a>
* Template: arolax
* Version: 1.0
*/

@media (max-width: 768px) { /* or 600px depending on what you consider "mobile" */
  #smooth-content {
    overflow: hidden!important;
  }
}
.arolax--tabs .tab-title.active .icon, .arolax--tabs .tab-title:hover .icon {
  background: #6EC1E4!important;
}
.g-slider--title {
	background: #6EC1E4!important;
}
.g-slider--title .progress-circle {
  --fg: #6EC1E4!important;
  --bg: transparent!important;
  --bg-color: #6EC1E4!important;
}
.wcf-scroll-to-top.scroll-to-circle svg.progress-circle path {
  stroke: #6EC1E4!important;
}
.wcf--team:hover .name a {
    color: #6EC1E4!important;
}