/*
 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;
}
/*----------------------------
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{
    color: #3A1E92;
    font-family: Domine;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 137.5% */
}
h3{
    color: #3A1E92;
font-family: Domine;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 165% */
}
h4{
    color: #3A1E92;
font-family: Domine;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 150% */
}

small{
    font-size: 14px;
}
p{
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 127px;
}

/*----------------------------
FOOTER
----------------------------*/
footer {
    background: #211448;
    padding: 50px 0 10px;
}
footer .container-fluid {
    padding: 0 100px;
}
@media (max-width: 1400px) {
    footer .container-fluid {
        padding: 0 50px;
    }
}
footer img {
    border-radius: 10px;
}
footer h4 {
    color: #FFF;
    font-family: Domine;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
footer .contact {
    margin-bottom: 10px;
}
footer .contact .wrap i {
    color: #FCCF03;
    margin-right: 5px;
}
footer .contact .wrap a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-decoration: none;
}
footer .socials a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}
footer .date {
    margin-top: 50px;
}
footer .date p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li {
    margin-bottom: 5px;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    font-family: Inter
}

footer ul li a:hover{
    color: #FCCF03;
}



/*----------------------------
BUTTONS
----------------------------*/
.btn-yellow {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    background: #FCCF03;
    padding: 16px 22px;
    border: 1px solid #FCCF03;
}
.btn-yellow:hover {
    background: transparent;
    color: #fff;
}
.btn-y-holo {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    background: transparent;
    padding: 16px 22px;
    border: 1px solid #FCCF03;
}
.btn-y-holo:hover {
    background: #FCCF03;
    color: #000;
}

.btn-p-holo {
    color: #3A1E92;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    background: transparent;
    padding: 16px 22px;
    border: 1px solid #3A1E92;
}
.btn-p-holo:hover {
    background: #3A1E92;
    color: #fff;
}

.btn-green {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    background: #44C95B;
    padding: 16px 22px;
    border: 1px solid #44C95B;
}
.btn-green:hover {
    background: transparent;
    color: #fff;
}


@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;
}

