/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.footer-a, .footer-b, .footer-c, .footer-d, .footer-e {
  font-size: 0.9rem;
}
header#g-header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.sidebar-right.menu-nav, .sidebar-right-b.nav.mod-list.toc {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  padding-bottom: 20px;
}
.menu-sidebar-toc {
  list-style: none;
  padding: 0;
}
.menu-sidebar-toc li {
  margin-bottom: 0.5rem;
}
.menu-sidebar-toc li a {
  display: block;
  padding: 0.5rem 1rem;
  background: #f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: background 0.2s ease;
}
.menu-sidebar-toc li a:hover {
  background: #e0e0e0;
}
.menu-sidebar-toc li.current.active a {
  background: var(--accent-color, #adde26);
  color: #fff;
}
.mod-articles.mod-list li a.active {
  color: var(--accent-color, #adde26);
}
.nav.mod-list li span::before {
  content: none;
  display: none;
}
.mod-list ul {
  margin-left: 0;
}
#cf_1, #cf_2, #cf_3, #cf_5 {
  max-width: 600px;
}
.convertforms .cf-radio-group {
  padding-top: 1rem;
}
#g-mainbody h2.description {
  color: #adde26;
}
html {
  scroll-behavior: smooth;
}
h2[id] {
  scroll-margin-top: 100px;
  /* adjust based on your nav height */
}
.toc {
  top: 0px;
}
.toc-sticky {
  top: 150px;
  position: fixed;
  width: 310px;
}
.custom-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.custom-table td, .custom-table th {
  padding: 8px;
  border: none;
}
.custom-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.custom-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #adde26;
  color: white;
}
.custom-heading-s {
  border-bottom: 1px solid #e9e9e9;
  font-weight: bold;
  padding: 8px;
  font-size: 12px;
  text-align: left;
  background-color: #ffffff;
}
.custom-heading-s.custom-expand-button:hover {
  color: #adde26;
  cursor: pointer;
}
.g-pricing-tables .g-content {
  height: 100%;
  display: flex;
}
.g-pricing-tables .g-pricing-table-inner {
  display: flex;
  flex-flow: column;
}
.g-table-container {
  height: 100%;
  display: flex;
  flex-flow: column;
  text-align: left;
}
.i-additional-features {
  display: none;
  font-size: 50px;
  color: #adde26;
  text-align: center;
}
.g-pricing-table-inner .g-table-head .g-table-price {
  font-size: 1.9rem;
}
.g-pricing-tables.style2 .g-table-title h4 {
  font-size: 1.5rem;
}
ul.tp-revslider-mainul {
  opacity: 0.5;
}
h4.g-features2-particle-title {
  font-size: 1.4rem;
}
.g-features2-particle.style4 .g-features2-particle-icon {
  color: #adde26;
}
.g-subs-item-list {
  font-style: italic;
}
.g-subs-item-list li {
  margin-bottom: 1rem;
}
.g-block .g-features2-particle-item {
  font-size: 1.1rem;
}
.g-features2-particle-desc br {
  display: block;
  margin-bottom: 1rem;
  content: "";
}
.g-main-feature-desc {
  font-size: 1.05rem;
}
.g-main-feature-desc br {
  display: block;
  margin-bottom: 1rem;
  content: "";
}
.g-content-pro-image img {
  width: 430px;
  opacity: 0.9;
}
div .g-feedback-text {
  font-style: italic;
  font-size: 1.05rem;
}
.g-feedback2 div .g-user-company {
  color: #adde26;
}
.sideBanner {
  display: block;
  height: 300px;
  width: 18vw;
  position: relative;
}
.sideBanner img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
figure.item-image img {
  display: none;
}
.com-content-article__body img[title="page"] {
  display: none;
}
.g-pricing-tables.style2 .g-table-item:nth-child(2n) {
  background-color: #fff;
}
.g-pricing-tables.style2 .g-table-item {
  padding: 5px 15px;
}
iframe.embedGoogleMap {
  width: 100%;
}
.fa-custom-colibri {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: url('../../../../images/new-colibri-n.png') no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
input.js-finder-search-query.form-control {
  border: 0px solid #e1e1e1;
  font-size: 20px;
  padding-top: 30.5px;
}
div.pg-item-box {
  width: 14em;
}
.infinite-scroll-sentinel {
  width: 100%;
  height: 1px;
}
.infinite-scroll-sentinel.loading {
  height: 60px;
  position: relative;
}
.infinite-scroll-sentinel.loading::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 15px;
  left: 50%;
  margin-left: -14px;
  border: 3px solid #ddd;
  border-top-color: #555;
  border-radius: 50%;
  animation: infinite-scroll-spinner 0.7s linear infinite;
}
@keyframes infinite-scroll-spinner {
  to {
    transform: rotate(360deg);
  }
}
.infinite-scroll-active .pager {
  display: none !important;
}
.pagenavcounter {
  display: none !important;
}
.com-content-article__body, .infinite-scroll-page {
  overflow-anchor: none;
}
.infinite-scroll-sentinel {
  overflow-anchor: none;
}
/*# sourceMappingURL=custom_19.css.map */