/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --primary-color: blue;
    --secondary-color: green;
}

#header{
    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: #0D0F12;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Roboto", sans-serif;
}

/* 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: 62px;
}

/*----------------------------
FOOTER
----------------------------*/



/*----------------------------
BUTTONS
----------------------------*/
.btn{
    border-radius: 5px;
}

.btn-main{
    background: #CF1D1D;
    border: 1px solid #CF1D1D;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    transition: all ease .3s;
}
.btn-main i{
    margin-left: 10px;
}
.btn-main:hover{
    color: #CF1D1D;
    background: #fff;
    transition: all ease .3s;
}


@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;
}

/* =========================================================================
FOOTER
=========================================================================*/
footer {
    background: #F8F8F8;
    padding: 80px 0 0;
}
footer .date {
    text-align: center;
    margin-top: 50px;
    color: #5A5A5A;
}
footer h4 {
    font-size: 21px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
footer ul {
    padding: 0;
    list-style: none;
}
footer ul li {
    padding: 5px 0;
}
footer ul a {
    color: #5A5A5A;
    text-decoration: none;
}
footer img {
    width: 249px;
    height: 31px;
}
footer .one {
    width: 30%;
}
footer .two {
    width: 20%;
}
footer .three {
    width: 20%;
}
footer .four {
    width: 20%;
}

@media(max-width: 1200px) {
    footer .one {
        width: 30%;
    }
    footer .two {
        width: 23%;
    }
    footer .three {
        width: 23%;
    }
    footer .four {
        width: 23%;
    }
}
@media(max-width: 991px) {
    footer .one {
        width: 100%;
        margin-bottom: 50px;
    }
    footer .two {
        width: 33%;
    }
    footer .three {
        width: 33%;
    }
    footer .four {
        width: 33%;
    }
}
@media(max-width: 767px) {
    footer .two {
        width: 50%;
    }
    footer .three {
        width: 33%;
    }
    footer .four {
        width: 33%;
    }
}
@media(max-width: 576px) {
    footer .two {
        width: 100%;
    }
    footer .three {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    footer .four {
        width: 100%;
    }
    footer {
        padding: 50px 0 0;
    }
    footer .date {
        margin-top: 50px;
    }
}
