/*
Theme Name: Advocate Child
Theme URI:
Author:
Author URI:
Description: Child theme of Advocate.
Version: 1.0
Template: advocate
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: advocate-child
*/

/* Add your custom styles below this line */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s linear;
}

body {
    font-family: 'DM Sans', sans-serif;
}

header {
    font-family: 'Lato', sans-serif;
}

.font-display {
    font-family: 'Playfair Display', serif;
  }

.container-1440 {
    max-width: 1440px !important;
    width: 92% !important;
    margin: 0 auto;
}

.container-1330 {
     max-width: 1330px !important;
    width: 92% !important;
    margin: 0 auto;
}

.container-1260 {
    max-width: 1260px !important;
    width: 92% !important;
    margin: 0 auto;
}

.container-1150 {
    max-width: 1150px !important;
    width: 92% !important;
    margin: 0 auto;
}

.container-1080 {
    max-width: 1080px;
    width: 92%;
    margin: 0 auto;
}

.font-trimmed {
    text-box-trim: trim-both;
    text-box-edge: ex alphabetic;
}

.top-section {
    background-color: rgb(0 0 0 / 70%);
    background-blend-mode: overlay;
}

/* FAQ Accordion - Hide on load & Animation Clean-up */
.faq-answer {
    display: none;
    transition: none !important;
}

.faq-item,
.faq-divider {
    transition: none !important;
}
    
.faq-icon {
    display: inline-block;
    transition: transform 0.3s ease !important;
    line-height: 1;
}

.faq-open .faq-icon {
    transform: rotate(45deg);
}

.swiper-pagination-bullet-active {
    background-color: #000 !important;
}