/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --primary-color: blue;
    --secondary-color: green;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 250px !important;
}

.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

.wp-video, video{
    max-width: 100% !important; 
    display: block;
    margin: 50px auto;
}

.skip-link {
    background: #319795;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-link:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}

picture{
    width: 100%
}
.adminLabel{
    display: none !important;
}
.slick-autoplay-toggle-button{
    display: none;
}
[data-aos^=fade][data-aos^=fade].aos-animate{
    z-index: 5;
}

.pag {
    text-align: center;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.pag .page-numbers {
    text-decoration: none;
    border: 1px solid #0A0529;
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    color: #ED1C24;
}
.pag .current {
    background: #0A0529;
    color: #fff;
}

/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #0D0F12;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Oswald', sans-serif;
    color: #000;
}
h1{
    font-size: 40px;
    line-height: 47px;
}
h2{
    font-size: 37px;
    line-height: 42px;
}
h3{
    font-size: 27px;
    line-height: 32px;
}
h4{
    font-size: 25px;
    line-height: 32px;
}
h5{
    font-size: 23px;
    line-height: 32px;
}
small{
    font-size: 14px;
}

/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 68px;
}

/*----------------------------
FOOTER
----------------------------*/
footer {
    padding: 50px 0 10px;
    background: #0A0529;
}
footer .container-fluid {
    padding: 0 200px;
}
@media (max-width: 1600px) {
    footer .container-fluid {
        padding: 0 100px;
    }
}
@media (max-width: 1200px) {
    footer .container-fluid {
        padding: 0 50px;
    }
}
@media (max-width: 767px) {
    footer .container-fluid {
        padding: 0 15px;
    }
}
footer .logo {
    margin-bottom: 40px;
}
footer .contact i {
    color: #ED1C24;
    margin-right: 5px;
}
footer .contact a {
    color: #FFF;
    text-align: right;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
footer .phone {
    margin-bottom: 15px;
}
footer .copyright {
    margin-top: 40px;
}
footer .copyright p {
    color: #FFF;
    font-family: Lexend;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}
footer .images {
    margin-top: 60px;
}
footer .images img {
    margin-right: 15px;
}
footer .wrap {
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    footer .wrap {
        padding: 0;
    }
}
footer .wrap h4 {
    color: #FFF;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
footer .date {
    margin: 100px 0 0;
}
footer .date .links {
    text-align: center;
}
footer .date .links a,
footer .date .links li {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-right: 8px;
}
footer .date .links a:hover{
    color: #ED1C24;
}
footer .date .links ul{
    display: flex;
    justify-content: center;
}
footer .date .links li::after {
    margin-left: 15px;
    content: '|';
}
footer .date .links li:last-of-type::after {
    display: none;
}
footer .date .links a::after {
    margin-left: 15px;
    content: '|';
}
footer .date .links a:last-of-type::after {
    display: none;
}
footer .date .links a:hover {
    color: #ED1C24;
}
footer .date .links a:hover::after {
    color: #fff;
}

footer ul {
    padding-left: 0;
    list-style: none;
}
footer ul a {
    color: #FFF;
    font-family: Lexend;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    text-decoration: none;
}

footer ul a:hover{
    color: #ED1C24;
}



/*----------------------------
BUTTONS
----------------------------*/


.btn-red {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    background: #ED1C24;
    border: #ED1C24 1px solid;
    display: flex;
    width: 175px;
    height: 48px;
    padding: 12px 32px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-red:hover {
    background: #fff;
    color: #ED1C24;
}

.btn-holo {
    color: #FFF;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 2px;
    background: #0A0529;
    border: #ED1C24 1px solid;
    display: flex;
    width: 175px;
    height: 48px;
    padding: 12px 32px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-holo:hover {
    background: #fff;
    color: #ED1C24;
}


@media(max-width: 576px){
    .btn{
        max-width: 100%;
    }
}

/*----------------------------
PAGINATION
----------------------------*/

#pagination ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

#pagination li{
    margin: 0 5px;
}

#pagination li a{
    font-size: 18px;
    font-weight: 700;
}

#faq {
    padding: 100px 0;
}
#faq .header {
    margin-bottom: 90px;
}
#faq .header h2 {
    color: #342067;
    text-align: center;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 35px;
}
#faq .header p {
    color: #0A0529;
    text-align: center;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#faq .accordion-button {
    padding-left: 50px;
}
#faq .accordion-button::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f067';
    color: #ED1C24;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    left: 10px;
}
#faq .accordion-button:not(.collapsed)::after {
    content: '\f068' !important;
}
#faq .accordion-button p {
    margin: 0;
    color: #0A0529;
    font-family: Lexend;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#faq .accordion-body p {
    color: #0A0529;
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* =======================================================
ANIMATIONS
=======================================================*/
.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
.fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-right.in-view {
  opacity: 1;
  transform: translateX(0);
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}