/*
 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;
}

.skip-link {
    background: #319795;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.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:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}

/*----------------------------
BODY / FONTS
----------------------------*/

small{
    font-size: 14px;
}

.uppercase{
    text-transform: uppercase;
}

.xl-header{
    font-size: 53px;
    line-height: 62px;
    font-weight: 800;
}

.lg-header{
    font-size: 42px;
    line-height: 47px;
    font-weight: 700;
}

.md-header{
    font-size: 26px;
    font-weight: 700;
    line-height: 41px;
}

.sm-header{
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
}

.xsm-header{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}

a{
    color: #000;
    transition: .3s all ease;
}

a:hover{
    color: #A048C6;
    transition: .3s all ease;
}

h2 strong{
    font-weight: 900;
}

.hr-header{
    border-top: 4px solid #AFECD0;
    width: 270px;
    margin: 30px auto;
}

@media (max-width: 767px){
    h1{
        line-height: 51px;
    }
    .toph1 {
        font-size: 20px;
        line-height: 30px;
    }
    .middleh1,
    .bottomh1{
        font-size: 64px;
        line-height: 60px !important;
    }
}

@media (max-width: 500px){
    .toph1 {
        line-height: 37px;
    }
    .middleh1{
        font-size: 44px;
        line-height: 40px !important;
    }

    .bottomh1{
        line-height: 42px !important;
        font-size: 48px;
    }
}

/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 80px;
}

/* ============================================================================
NAV 
============================================================================*/


/*----------------------------
HERO
----------------------------*/


/*----------------------------
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;
}


/* ============================================================================
HERO 
============================================================================*/

