/*
 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!important;
}

ul{
    color: #0C0C0C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 20px;
}
/*----------------------------
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;
}

.slick-dots{
    bottom: -50px;
}

.slick-dots li.slick-active button .slick-dot-icon,
.slick-dots li button .slick-dot-icon{
    opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before{
    background: #F2DF22;
}

.slick-dots li button .slick-dot-icon:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.slick-dots{
    display: flex!important;
    justify-content: center;
}

.slick-dots li{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li button{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots .slick-dot-icon{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 100px;
}

@media(max-width:576px){
    #app {
        margin-top: 70px;
    }
}

/*----------------------------
FOOTER
----------------------------*/
footer {
    background: #0C0C0C;
    padding: 100px 0 10px;
}
footer img.logo {
    margin: 0 auto 20px;
    display: block;
}
footer .socials {
    display: flex;
    justify-content: center;
}
footer .socials .wrap {
    margin: 0 5px;
}
footer .socials .wrap a {
    color: #F2DF22;
}
footer h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer ul {
    padding: 0;
    list-style-type: none;
}
footer ul a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    text-decoration: none;
}
footer .date {
    text-align: center;
    margin-top: 100px;
}
footer .date p,
footer .date a {
    color: #C0C0C0;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

footer .container-fluid {
    padding: 0 150px;
}
@media (max-width: 1500px) {
    footer .container-fluid {
        padding: 0 50px;
    }
}
@media (max-width: 576px) {
    footer .container-fluid {
        padding: 0 15px;
    }
}
footer .wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .wrap:last-of-type {
    margin-bottom: 0;
}
footer .wrap span {
    color: #FFE100;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin: 0 20px;
    min-width: 78px;
}
footer .wrap a {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-decoration: none;
}

footer a:hover{
    color: #FFE100;
}

footer .block {
    padding-left: 40px;
}
@media (max-width: 1200px) {
    footer .block {
        padding: 0;
    }
}


/*----------------------------
BUTTONS
----------------------------*/

.btn-yellow {
    border-radius: 2px;
    background: #F2DF22;
    display: flex;
    width: 184px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #F2DF22;
}
.btn-yellow:hover {
    background: transparent;
    color: #000;
}
.btn-y-holo {
    border-radius: 2px;
    background: transparent;
    display: flex;
    width: 184px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #F2DF22;
}
.btn-y-holo:hover {
    background: #F2DF22;
    color: #000;
}

@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;
}

