/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --primary-color: blue;
    --secondary-color: green;

    --spartan: "League Spartan", sans-serif;
}

#header, #footer{
    display:none;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 250px !important;
}

.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;
}
picture{
    width: 100%
}
.slick-autoplay-toggle-button{
    display: none!important;
}
/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: "Roboto", sans-serif;
    color: #0D0F12;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0px;
    font-family: "Roboto", 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: 80px;
}

/*----------------------------
FOOTER
----------------------------*/

footer{
    background: transparent linear-gradient(90deg, #F4F3F5 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box;
    padding: 50px 0 10px;
}

footer .row{
    align-items: center;
}

footer .btn{
    margin: 0 auto;
    display: block
}

footer img{
    margin: 0 auto;
    display: block;
}

footer i{
    color: #F9B62A;
    font-size: 30px;
    margin-right: 10px;
}

footer .phone{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

footer .phone a{
    text-decoration: none;
    color: #000;
    font-size: 30px;
    letter-spacing: 1.98px;
    font-weight: 700;
    font-family: var(--spartan);
    margin-top: 6px;
}

footer .date{
    margin-top: 50px;
}

footer .date p{
    margin: 0;
    text-align: center;
    color: #414141;
    font-size: 17px;
    font-weight: 300;
}

/*----------------------------
BUTTONS
----------------------------*/
.btn-yellow{
    background: #F9B62A;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    font-family: var(--spartan);
    text-transform: uppercase;
    padding: 10px 20px;
    width: 250px;
    border: 1px solid #F9B62A
}

.btn-yellow:hover{
    background: transparent;
    border: 1px solid #F9B62A
}

.btn span{
    position: absolute;
    width: 100%;
    top: 54%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.btn{
    position: relative;
    min-height: 47.5px;
}

@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;
}

#nav{
    background: transparent linear-gradient(180deg, #F4F3F5 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box!important;
}

#nav .logo{
    position: relative!important;
}

#nav .logo img{
    position: absolute!important;
    width: 260px!important;
    height: 106px!important;
    left: 50%!important;
    transform: translatex(-50%)!important
}

#nav .review img{
    margin: 0 auto!important;
    display: block!important;
}

#nav .btn{
    margin: 0 auto!important;
    display: block!important;
}

@media(max-width:576px){
    #nav{
        min-height: 81px!important;
    }
}