/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --primary-color: blue;
    --secondary-color: green;
}
/* =======================================================
FONTS
=======================================================*/
@font-face {
    font-family: 'amalfi_coastregular';
    src: url('/wp-content/themes/lg/fonts/amalfi_coast.woff2') format('woff2'),
         url('/wp-content/themes/lg/fonts/amalfi_coast.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walburnbold';
    src: url('/wp-content/themes/lg/fonts/walburn_bold.woff2') format('woff2'),
         url('/wp-content/themes/lg/fonts/walburn_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walburnbolditalic';
    src: url('/wp-content/themes/lg/fonts/walburn_bolditalic.woff2') format('woff2'),
         url('/wp-content/themes/lg/fonts/walburn_bolditalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walburnitalic';
    src: url('/wp-content/themes/lg/fonts/walburn_italic.woff2') format('woff2'),
         url('/wp-content/themes/lg/fonts/walburn_italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walburnlight';
    src: url('/wp-content/themes/lg/fonts/walburn_light.woff2') format('woff2'),
         url('/wp-content/themes/lg/fonts/walburn_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'walburnregular';
    src: url('/wp-content/themes/lg/fonts/walburn.woff2') format('woff2'),
         url('/wp-content/themes/lg/fonts/walburn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
/ FONTS
=======================================================*/

#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;
    top: 0;
}
.skip-link:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}
picture{
    width: 100%
}

.accordion-button{
    border-bottom: 1px solid #214038;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.accordion-item p{
    margin: 0!important;
}

.accordion-button::after{
    top: 32px!important
}

#wpadminbar a{
    color: #fff!important;
}
/*----------------------------
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: 'walburnregular';
    color: #000;
    font-weight: 400!important;
}

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

.subheaderFont{
    font-family: 'amalfi_coastregular'!important;
}

a{
    color: #000!important;
}



/*----------------------------
CONTENT
----------------------------*/
/* #app {
    margin-top: 160px;
} */

/*----------------------------
FOOTER
----------------------------*/

footer{
    background: #F5F5F5;
    padding: 50px 0 10px;
}

footer img{
    width: 163px;
    height: 163px;
    object-fit: cover;
}

footer h4{
    font-size: 20px;
    letter-spacing: 1.16px;
    line-height: 29px;
    color: #214038;
}

footer .info p{
    font-weight: 300;
    color: #214038;
    margin: 0;
}

footer ul{
    list-style: none;
    padding-left: 0;
}

footer li a{
    text-decoration: none;
    color: #214038;
    font-weight: 300;
}

footer .date p{
    margin: 0;
    text-align: center;
    color: #1A1A1A;
    font-weight: 300;
    font-size: 15px;
}

footer .date{
    margin-top: 50px
}

footer .container-fluid{
    padding: 0 200px;
}

footer .info{
    padding-right: 50px;
}

@media(max-width:1600px){
    footer .container-fluid{
        padding: 0 100px;
    }
}

@media(max-width:1300px){
    footer .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:1200px){
    footer .info{
        padding: 0;
    }
}

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

/*----------------------------
BUTTONS
----------------------------*/
.btn{
    color: #FFFFFF!important;
    letter-spacing: 2.8px;
    width: fit-content;
    border: 2px solid;
    border-radius: 0;
}

.btn-y-holo{
    border-color: #D4A94A;
}

.btn-g-holo{
    border-color: #15312B;
}

.btn-g-holo:hover{
    border-color: #15312B;
    color: #ffffff!important;
    background: #15312B;
}

.btn-y-holo:hover{
    border-color: #D4A94A;
    color: #111111!important;
    background: #D4A94A;
}

.btn-w-holo:hover{
    background: #fff;
    color: #111111!important;
    border-color: #fff
}

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

