/*
 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;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('./fonts/neosansstd-light-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('./fonts/neosansstd-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('./fonts/neosansstd-medium-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans';
    src: url('./fonts/neosansstd-bold-webfont.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    font-family: 'Neo Sans', sans-serif;
    color: #0D0F12;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Neo Sans', 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 {
    margin: 18px 0 0!important;
    padding: 0!important;
    display: flex!important;
    justify-content: center!important;
    gap: 8px!important;
    list-style: none!important;
}

.slick-dots li {
    width: 12px!important;
    height: 12px!important;
    margin: 0!important;
}

.slick-dots button {
    width: 12px!important;
    height: 12px!important;
    padding: 0!important;
    border: 2px solid #FFF!important;
    border-radius: 50%!important;
    background: #fff!important;;
    font-size: 0!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.slick-dots li.slick-active button .slick-dot-icon{
    opacity: 1!important;
}

.slick-dots li button .slick-dot-icon{
    opacity: 0!important;
}

.slick-dots li button .slick-dot-icon:before{
    width: 12px!important;
    height: 12px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.slick-dots .slick-active button {
    background: #FFF!important;
}

/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 124px;
}

/*----------------------------
FOOTER
----------------------------*/
footer .top {
    background: #000;
}
footer .top .container {
    display: flex;
    justify-content: space-between;
}
footer .top .right {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    /* 0% */
}
footer .top .right a {
    text-decoration: none;
    color: #fff;
}
footer .top .right a:hover {
    color: #CDFF00;
}
footer .top .right i {
    color: #CDFF00;
}
footer {
    background: #042224;
    padding: 0;
}
footer .bottom {
    padding-top: 50px;
}
footer h4 {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul a {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}
footer .address p {
    color: #FFF;
    font-family: "Neo Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
footer .socials h4 {
    margin-bottom: 20px;
}
footer .socials a {
    text-decoration: none;
    margin-right: 10px;
}
footer .date {
    margin-top: 50px;
}
footer .date p {
    color: #FFF;
    text-align: center;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
footer .newsletter {
    background: #353535;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}
footer .newsletter p {
    margin: 0;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer .newsletter form {
    position: relative;
}
footer .newsletter input {
    width: 418px;
    height: 43px;
    padding: 8px 16px;
    border-radius: 33554400px;
    background: #FFF;
    border: none;
    outline: none;
    padding-right: 130px;
}
footer .newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 21.5px;
    border: 1px solid #CDFF00;
    background: #CDFF00;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 20px;
}
footer .newsletter button:hover {
    background: #353535;
    color: #fff;
}
footer .newsletter button::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}
@media(max-width: 991px) {
    footer .top .container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    footer .top {
        padding: 20px 0;
    }
}
@media(max-width: 767px) {
    footer .top .right {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .newsletter {
        flex-wrap: wrap;
        padding: 20px;
    }
    footer .newsletter input {
        width: 100%;
    }
}


/*----------------------------
BUTTONS
----------------------------*/

.btn-outline-dark {
    padding: 10px 15px;
    border-radius: 50px;
    color: #000;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-outline-green {
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #CDFF00; 
}

.btn-outline-green:hover{
    background: #CDFF00;
    color: #000;
}

.btn-green {
    border-radius: 21.5px;
    border: 1px solid #CDFF00;
    background: #CDFF00;
    color: #000;
    padding: 10px 15px;
    font-family: "Neo Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-green:hover {
    background: transparent;
}

@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;
}

.slick-autoplay-toggle-button{
    display: none !important;
}