/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --primary-color: blue;
    --secondary-color: green;
}

#header, #footer{
    display:none;
}

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;
}
.align-left{
    margin: 50px 0;
}


.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%
}
/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: 'Roboto', sans-serif;
    color: #23285C;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0px;
    font-family: 'Space Grotesk', sans-serif;
    color: #000;
    font-weight: 700;
}

h1{
    font-size: 40px;
    line-height: 47px;
}
h2{
    font-size: 37px;
    line-height: 42px;
    margin-bottom: 20px;
}
h3{
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 20px;
}
h4{
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
}
h5{
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 20px;
}

small{
    font-size: 14px;
}



/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 121px;
}

/*----------------------------
FOOTER
----------------------------*/
footer{
    background: #1C204A;
    padding: 50px 100px 10px;
}

footer .content{
    color: #E8E8E8;
    margin-top: 30px;
}

footer .content p{
    line-height: 28px;
}

footer h4{
    color: #fff;
    font-size: 24px;
}

footer h4 strong{
    color: #83BF42;
}

footer .socials a{
    color: #fff;
    margin-right: 15px;
    font-size: 20px;
}

footer a:hover{
    color: #83BF42;
}

footer ul{
    column-count: 2;
    padding-left: 20px;
}

footer li a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

footer li::marker{
    color: #59B13A
}

footer .address{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

footer .social i{
    color: #fff;
}

footer i{
    color: #59B13A
}

footer .address p{
    color: #fff;
    margin: 0;
    margin-left: 15px;
    font-size: 18px;
}

footer .phone{
    margin-bottom: 15px;
}

footer .phone a,
footer .email a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-left: 15px;
}

footer hr{
    margin: 50px 0!important;
    opacity: 0.3
}

footer .date p{
    margin: 0;
    color: #FFFFFF;
    font-size: 14px;
}

@media(max-width:991px){
    footer{
        padding: 50px 20px 10px
    }
    footer img{
        width: 100%;
    }
}


/*----------------------------
BUTTONS
----------------------------*/
.btn-green{
    background: #83BF42;
    border-radius: 6px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
    border: 1px solid #83BF42;
}

.btn-green:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #83BF42;
}

.btn-g-holo{
    background: transparent;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
    min-width: 200px;
    border: 1px solid #83BF42;
}

.btn-g-holo:hover{
    background: #83BF42;
    color: #000;
    border: 1px solid #83BF42;
}

@media(max-width: 576px){
    .btn{
        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;
}

