/*
Theme Name: CCPCares custom theme
Theme URI: 
Author: Affirma Consulting
Author URI: https://affirma.com
Description: CCPCares custom child theme, based off Hello-Elementor
Template: hello-elementor
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.2
Requires at least PHP: 8.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.text-white,
.elementor-widget-text-editor.text-white {
  color: #fff;
}

.text-white a,
.text-white a:link,
.text-white a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}

.text-white a:focus,
.text-white a:active,
.text-white a:hover {
  color: #629ad1;
}

.in-page-nav .page-list li {
  margin: 10px 0;
}

.in-quick-link-nav ul {
  list-style-type: none;
}

.in-quick-link-nav .page-list li {
  margin: 10px 0;
}

.in-quick-link-nav{
  height: 0;
  opacity: 0;
  overflow: auto;
  transition: all .5s linear;
}

.in-quick-link-nav.active {
  height: unset;
  opacity: 1;
  padding-top: 5px;
}

.quick-link-nav-container .elementor-icon svg {
  transition: all .5s linear;
}

.quick-link-nav-container .elementor-icon svg.active {
  transform: rotate(180deg);
}

@media (max-width: 1024px){
    .in-quick-link-nav ul.page-list {
        padding: 0;
    }
}

