/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --primary-color: blue;
    --secondary-color: green;
}

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;
}

.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%
}
.adminLabel{
    display: none !important;
}
/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
    font-family: 'Lato', sans-serif;
    color: #0D0F12;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Playfair Display', sans-serif;
    color: #000;
}
h1{
    font-size: 40px;
    line-height: 47px;
}
h2{
    font-size: 37px;
    line-height: 42px;
}
h3{
    font-size: 27px;
    line-height: 32px;
}
h4{
    font-size: 25px;
    line-height: 32px;
}
h5{
    font-size: 23px;
    line-height: 32px;
}
small{
    font-size: 14px;
}

/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 60px;
}

/*----------------------------
FOOTER
----------------------------*/
footer {
    background: #111740;
    padding: 40px 0 30px;
}
footer .inner {
    display: flex;
    flex-wrap: wrap;
}
footer .left {
    width: 50%;
    display: flex;
    align-items: center;
}
footer .left p {
    margin: 0 0 0 15px;
}
footer .left .one {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}
footer .left .two {
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}
footer .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
footer .right img{
    padding-left: 20px;
}
footer .right ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
footer .right li {
    margin: 0 5px;
}
footer .right li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    text-transform: capitalize;
    padding: 5px;
}
footer #menu-item-24 a {
    color: #5EE9B5;
}
footer .date {
    margin-top: 50px;
    padding: 40px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.40);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}
footer .date a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.40);
}
@media(max-width: 767px){
    footer .left{
        width: 100%;
        justify-content: center;
    }
    footer .right{
        width: 100%;
    }
    footer .right ul {
        padding: 20px 0 0;
        justify-content: center;
    }
    footer .date {
        margin-top: 20px;
    }
}

/*----------------------------
BUTTONS
----------------------------*/
.btn-primary{
    border-radius: 4px;
    background: #2B3AB8;
    height: 44px;
    padding: 12px 24.203px 12px 25px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 142.857% */
    border-color: #2B3AB8;
}
.btn-primary:hover{
    background: #fff;
    color: #525270;
}

.btn-green {
    border-radius: 4px;
    background: #1A7548;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #1A7548;
    width: fit-content;
    min-width: 205px;
}
.btn-green:hover {
    background: transparent;
    color: #fff;
}
.btn-outline-white {
    border-radius: 4px;
    background: transparent;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: fit-content;
    min-width: 205px;
    justify-content: center;
}
.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
}
.btn-blue {
    border-radius: 4px;
    background: #2B3AB8;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #2B3AB8;
    width: fit-content;
    min-width: 205px;
}
.btn-blue:hover {
    background: transparent;
    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;
}

