/*
Theme Name: IslandLawyers Child Theme
Theme URI: https://islandlawyers.com
Description: Child theme for IslandLawyers
Author: Syed Zeeshan Haider
Author URI: https://www.upwork.com/freelancers/~011c6c219cf2b2cdfd
Template: hello-elementor
Version: 1.0
*/

/* Place your global TOC styles here */
.elementor-toc--collapsed .elementor-toc__list-wrapper {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

/***** Align the right content wrt TOC widget***********/

[id^="elementor-toc__heading-anchor"] {
  scroll-margin-top: 110px !important;
}

/***** Design TOC widget***********/
.custom-toc{
  background-color: #f9f9f5;
  padding: 24px;
  border-left: 4px solid #7b9933;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}
.custom-toc .elementor-toc__list-item-text-wrapper {
    align-items: start;
}

/*****End*******/





@media(max-width:768px)
{
[id^="elementor-toc__heading-anchor"] {
  scroll-margin-top: 280px !important;
}    
}


@media(max-width:480px)
{
[id^="elementor-toc__heading-anchor"] {
  scroll-margin-top: 220px !important;
}

.text_editor img
{
  width: 100%;
margin-bottom:20px;
}

.custom-toc{
  padding: 10px;
  }


}

/*****End*****/