/*
 Theme Name:     TRoo Solar Divi Theme
 Theme URI:      https://troosolardivi.troothemes.com/
 Description:    The Divi TRoo Solar Child Theme is a customizable and visually stunning WordPress theme designed specifically for websites related to solar energy, renewable energy.
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.1
*/

/* Theme customization starts here */

/* ------ Root Color ------ */

:root {
  --color1: #0FA00F;
  --color2: #232323;
}


/*General*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.et-waypoint:not(.et_pb_counters) {
  opacity: 1 !important;
}

.slr_cta_btn {}

.slr_url .et_pb_blurb_content .et_pb_blurb_description a {
  color: var(--color1);
  font-weight: 600;
  padding-bottom: 5px;
  position: relative;
}

.slr_url .et_pb_blurb_content .et_pb_blurb_description a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--color1);
  border-radius: 10px;
}

