/*
 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: #0D0F12;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0px;
    font-family: 'Oswald', 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: #03143B;
    padding: 30px 0 0;
}

footer .row{
    align-items: center;
}

footer ul{
    display: flex;
    justify-content: center;
}

footer li{
    list-style: none;
    margin-right: 20px;
}

footer li a{
    text-decoration: none;
    color: #fff;
    font-family: 'Oswald';
    font-size: 20px;
    font-family: 600;
    text-transform: uppercase;
}

footer .wrap{
    display: flex;
}

footer .inner{
    margin-right: 20px
}

footer .email a,
footer .phone a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 600;
}

footer .email i,
footer .phone i{
    margin-right: 10px;
	color: #F5A555;
}

footer img{
    margin: 0 auto;
    display: block;
	height: 100px;
}

footer .socials a{
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    margin-right: 10px
}

footer .socials{
    margin-left: 30px;
}

footer .date p{
    text-align: center;
    color: #fff;
    margin: 0;
}

footer .date{
    margin: 50px 0 10px;
}

footer .info{
    display: flex;
}

@media(max-width:1670px){
    footer .info{
        flex-direction: column;
    }
}

@media(max-width:1300px){
    footer .wrap{
        flex-direction: column;
    }
    footer .socials{
        margin: 0;
    }
}

@media(max-width:1200px){
    footer .container-fluid{
        padding: 0 50px;
    }
    footer ul{
        justify-content: start;
        padding: 0;
    }
}

@media(max-width:576px){
    footer .container-fluid{
        padding: 0 15px
    }
}

/*----------------------------
BUTTONS
----------------------------*/
.btn-orange{
    background: #F5A555;
    width: 250px;
    border: 2px solid #F5A555;
    font-size: 20px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    border-radius: 0;
}

.btn-orange:hover{
    color: #fff;
    background: transparent;
}

.btn-h-orange{
    border: 2px solid #F5A555;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Oswald';
    color: #04143B;
    min-width: 250px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-h-orange:hover{
    border: 2px solid #F5A555;
    background: #F5A555;
    color: #04143B;
    min-width: 250px;
}

@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;
}

