/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --dark-green: #2C3938;
    --orange: #BB6338;
    --light-orange: #F2DAA8;
}

#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;
  }

.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%
}
/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: "Lato", 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;
}
p{
    font-size: 16px;
    line-height: 29px;
}


/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 122px;
}

/*----------------------------
FOOTER
----------------------------*/
footer{
    background: var(--dark-green);
    padding: 50px 200px 0;
}
footer ul{
    padding: 0;
    list-style: none;
}
footer a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2.89px;
}
footer a:hover{
    color: var(--light-orange);
}
footer h4{
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.89px;
    font-size: 17px;
    line-height: 20px;
}
footer .block_two, footer .block_three, footer .block_four{
   padding: 50px 0 0; 
}

footer .block_two li{
    padding: 0 0 30px;
}
footer .contact{
    margin-bottom: 40px;
}
footer .contact a{
    color: var(--light-orange);
    font-size: 15px;
    letter-spacing: none;
    text-transform: none;
    font-weight: 300;
}
footer .contact a:hover{
    color: #fff;
}
footer .socials{
    display: flex;
}
footer .socials a{
    border: 2px solid var(--light-orange);
    margin: 0 10px 0 0;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .socials a:hover{
     border: 2px solid #fff;
}
footer .socials img{
    height: 18px;
    width: 18px;
}
footer .block_one img{
    max-width: 290px;
    width: 100%;
    object-fit: cover;
}
footer .date p{
    text-align: center;
    color: var(--light-orange);
    margin: 80px 0 8px;
    font-weight: 300;
}
footer .btn{
    font-size: 14px!important;
}

footer .date a{
    text-decoration: underline;
    text-transform: none;
    letter-spacing: 0;
    color: var(--light-orange)
}

@media(max-width: 1800px){
    footer{
        padding: 50px 100px 0;
    }
}
@media(max-width: 1700px){
    footer{
        padding: 50px 20px 0;
    }
}
@media(max-width: 767px){
    footer .block_one img{
        margin: 0 auto;
        display: block;
        width: 200px;
        height: 200px;
    }
}


/*----------------------------
BUTTONS
----------------------------*/
.btn-main{
    background: var(--orange);
    letter-spacing: 3.44px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 16px;
    line-height: 29px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    width: 261px;
}

@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;
}

#nav2 {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--dark-green);
    padding: 10px 0;
}

#nav2 .inner {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0 20px;
}

#nav2 img{
    width: 102px;
    height: 102px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

#nav2 ul{
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}

#nav2 .row{
    align-items: center;;
}

#nav2 li{
    margin: 0 30px;
}

#nav2 li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#nav2 .left{
    justify-content: end;
}

#nav2 .right{
    justify-content: start;
}

#nav2 .inner{
    width: 300px;
    height: 100dvh;
    position: absolute;
    background: #2C3938;
    display: flex;
    left: -300px;
    top: 0;
    padding-top: 50px;
    transition: left 0.3s ease;
}

#nav2 .inner ul{
    flex-direction: column;
    justify-content: start;
}

#nav2 .burger{
    color: #fff;
    margin-left: auto;
    display: block;
    width: fit-content;
    font-size: 25px;
}

#nav2 a:hover{
    color: #F2DAA8;
}

#nav2 li i{
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}


@media(max-width:1350px){
    #nav2 li{
        margin: 0 20px;
    }
}

@media(max-width:1200px){
    #nav2 .inner li{
        text-align: center;
        margin: 0 0 10px;
    }
    #nav2 .container-fluid{
        padding: 0 15px;
    }
}

#nav2 .dropdown-menu{
    display: none;
    background: #2C3938;
    border-radius: 0;
    border: none;
    border-top: 4px solid #F2DAA8;
    width: 250px!important;
    padding: 10px 5px;
}

#nav2 .dropdown-menu li{
    margin-bottom: 10px;
}

#nav2 .dropdown-menu.show{
    display: block!important
}

#nav2 a.active{
    color: #F2DAA8;
}
