/*
Theme Name: LPINZ
Description: A custom WordPress theme for LPINZ
Author: Zesty Design
Author URI: https://www.zestydesign.co.nz
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}

.faq-item.active .faq-question {
    color: #0073aa; /* Example: Change color of active question */
}

.faq-answer {
    padding: 10px;
    border-top: 1px solid #ddd;
}

/* Speed up rendering of custom grid heights - also declared using JS */
/* >1180px */
@media (min-width: 1181px){

  .single-service-block{ aspect-ratio: 100 / 57.8; }          /* h = w*0.578 */
  .single-service-block-sub{ aspect-ratio: 100 / 87; }         /* h = w*0.87 */
  .single-service-block-fifths{ aspect-ratio: 100 / 155; }     /* h = w*1.55 */
  .single-service-block-thirds{ aspect-ratio: 100 / 120; }     /* h = w*1.2 */

  .single-resource-category .fusion-column-wrapper{ aspect-ratio: 100 / 62; } /* 0.62 */
  .single-video{ aspect-ratio: 100 / 60; }                      /* 0.6 */

  .single-proj-cat{ aspect-ratio: 100 / 66; }                   /* 0.66 */
  .single-project-thumb{ aspect-ratio: 100 / 63.5; }            /* 0.635 */
  .single-project-thumb-home{ aspect-ratio: 100 / 63.5; }       /* 0.635 */

  .single-product-subcategory{ aspect-ratio: 100 / 59.9; }      /* 0.599 */
  .single-product-box .img-box{ aspect-ratio: 1 / 1; }          /* 1 */
}

/* <=1180px */
@media (max-width: 1180px){

  .single-service-block,
  .single-service-block-sub,
  .single-service-block-fifths,
  .single-service-block-thirds{ aspect-ratio: 2 / 1; }          /* 0.5 */

  .single-resource-category .fusion-column-wrapper{ aspect-ratio: 100 / 62; } /* 0.62 */
  .single-video{ aspect-ratio: 100 / 60; }                      /* 0.6 */

  .single-proj-cat{ aspect-ratio: 2 / 1; }                      /* 0.5 */
  .single-project-thumb{ aspect-ratio: 2 / 1; }                 /* 0.5 */
  .single-project-thumb-home{ aspect-ratio: 5 / 2; }            /* 0.4 */

  .single-product-subcategory{ aspect-ratio: 2 / 1; }           /* 0.5 */
  .single-product-box .img-box{ aspect-ratio: 1 / 1; }          /* 1 */
}