/*
 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;
}

.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;
}
/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    font-family: 'proxima-nova', sans-serif;
    color: #0D0F12;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'niveau-grotesk', 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;
}

.slick-dots {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 39px 0 0;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 1px solid #8C8C8C;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    line-height: 0;
    display: block;
}

.slick-dots li button:before,
.slick-dots li button .slick-dot-icon:before{
    display: none;
}

.slick-dots li.slick-active button {
    border-color: #009B4E;
    background: #009B4E;
    box-shadow: inset 0 0 0 2px #FFF;
}

/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 100px;
}

/*----------------------------
FOOTER
----------------------------*/
footer {
    background: #1A1A1A;
    padding: 50px 0 0;
}
footer .content{
    margin-top: 20px;
}
footer .content p {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.footer-logo{
    display: flex;
    color: #fff;
}
.footer-logo .right{
    border-left: 1px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
}
.footer-logo .right span{
    display: block;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer h4 {
    color: #FFF;
    font-family: "Proxima-Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
footer .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #E8F8EF;
    color: #00a155;
    margin-right: 10px;
}
footer .phone,
footer .email,
footer .address {
    display: flex;
    margin-bottom: 15px;
}
footer .phone .link,
footer .email .link,
footer .address .link {
    display: flex;
    flex-direction: column;
}
footer .phone .link span,
footer .email .link span,
footer .address .link span {
    color: #989898;
    font-family: "Niveau-Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
footer .phone .link a,
footer .email .link a,
footer .address .link a {
    color: #FFF;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
footer .phone .link p,
footer .email .link p,
footer .address .link p {
    color: #FFF;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
footer .date {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}
footer .date p {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
footer .date a {
    color: rgba(255, 255, 255, 0.6);
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
footer ul li a{
    color: #fff;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 4px 0;
    display: block;
}
footer a:hover{
    color: #fff;
}
footer ul{
    list-style: none;
    padding: 0;
}
footer img{
    max-height: 50px;
}

footer .row {
    justify-content: space-between;
}
footer .follow span {
    color: #FFF;
    font-family: "Proxima-Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
footer .follow a {
    color: #FFF;
    margin-left: 10px;
}
@media(max-width: 767px){
    footer .date {
        display: flex;
        margin-top: 50px;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
}
/*----------------------------
BUTTONS
----------------------------*/
.btn-orange {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #F7710D;
    color: #FFF;
    font-family: "proxima-nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: fit-content;
    border: 1px solid #F7710D;
}
.btn-orange:hover {
    background: #fff;
    color: #F7710D;
    border: 1px solid #F7710D;
}

.btn-green {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #00A155;
    color: #FFF;
    font-family: "proxima-nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: fit-content;
    border: 1px solid #00A155;
}
.btn-green:hover {
    background: #fff;
    color: #00A155;
    border: 1px solid #00A155;
}

.btn-yellow {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #F9E213;
    color: #000000;
    font-family: "proxima-nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: fit-content;
    border: 1px solid #F9E213;
}
.btn-yellow:hover {
    background: #fff;
    color: #000000;
    border: 1px solid #F9E213;
}

.btn-black {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #1A1A1A;
    color: #fff;
    font-family: "proxima-nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: fit-content;
    border: 1px solid #1A1A1A;
}
.btn-black:hover {
    background: #fff;
    color: #1A1A1A;
    border: 1px solid #1A1A1A;
}

.btn-outline-orange {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #fff;
    color: #1A1A1A;
    font-family: "proxima-nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: fit-content!important;
    border: 1px solid rgba(247, 113, 13, 0.50);
}
.btn-outline-orange:hover {
    background: rgba(247, 113, 13, 0.50);;
    color: #fff;
    border: 1px solid rgba(247, 113, 13, 0.50);
}

.btn-outline-white {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 12px;
    color: #fff;
    font-family: "proxima-nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: fit-content!important;
    border: 2px solid rgba(255, 255, 255, 0.40);
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.40);
    color: #1A1A1A;
    border: 2px solid rgba(255, 255, 255, 0.40);
}

@media(max-width: 576px){
    .btn{
        max-width: 100%;
    }
}

.btn-white {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #fff;
    color: rgba(0, 161, 85, 1);
    font-family: "proxima-nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: fit-content;
    border: 1px solid #fff;
}
.btn-white:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

/*----------------------------
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;
}

