/*
 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;
}

.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%
}

@media(min-width: 1600px){
    .container {
        width: 1500px;
        max-width: 1500px;
    }
}

/*----------------------------
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: "Titillium Web", 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: 100px;
}

/*----------------------------
FOOTER
----------------------------*/
footer{
    background: #1B2E5E;
    padding: 70px 178px 0;
}
footer .date{
    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    font-weight: 300;
}
footer .column{
    width: 20%;
}
footer h4{
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
footer ul{
    list-style: none;
    padding: 0;
}
footer ul a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
}
footer ul li{
    margin: 5px 0;
}
footer ul a:hover{
    color: #FCA342;
}
footer .contact li{
    padding:5px 0;
}
footer .contact a{
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 19px;
}
footer .contact i{
    background: #FCA342;
    color: #1B2E5E;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 12px;
}
footer .socials ul{
    display: flex;
}
footer .socials img{
    height: 23px;
}
footer .socials a{
    padding: 0 5px;
}
footer .socials li{
    margin: 5px 5px 5px 0;
}

@media(max-width: 1700px){
    footer {
        padding: 70px 100px 0;
    }
}
@media(max-width: 1500px){
    footer {
        padding: 70px 10px 0;
    }
}
@media(max-width: 1200px){
    footer .row{
        flex-wrap: wrap;
    }
    footer .column{
        width: 50%;
    }
}
@media(max-width: 567px){
    footer .column{
        width: 100%;
        margin: 10px 0;
    }
    footer{
        padding: 20px 10px 0;
    }
}


/*----------------------------
BUTTONS
----------------------------*/
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    padding: 8px 30px;
    font-size: 18px;
}
.btn img {
    height: 16px;
    margin-right: 8px;
}
.btn-main {
    background: #FFD600;
}
.btn-alt {
    background: #FCA342;
}
.btn-main:hover {
    background: #FCA342;
}
.btn-alt:hover {
    background: #FFD600;
}
.btn img{
    width: 18px;
    height: 18px;
}
@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;
}



#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f0d7" !important;
}


/* 
NAV
*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu{
    padding: 10px 0 !important;
    margin: 10px 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li{
    padding: 10px 0;
}
#nav .mega-sub-menu{
    margin-top: 10px !important;
}
#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 0;
}

#nav .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 178px;
}

#nav .left img {
    height: 97px;
    width: 194px;
}

#nav .right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}
#nav .top{
    width: 100%;
}
#nav .top .wrap{
    display: flex;
    justify-content: flex-end;
}
#nav .top ul{
    background: #f7f7f7;
    padding: 5px 0;
    margin: 0;
}
#nav .top li{
    display: inline;
}
#nav .top a{
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 0 15px;
}
#nav .top a:hover{
    color: #99cc33;
}
#nav .top .tel{
    color: #99cc33;
    font-size: 16px;
}
#nav .menu-wrapper{
    display: flex;
    align-items: center;
}

/* MAIN NAV */
#nav .mega-menu-wrap {
    background: transparent !important;
    color: #000;
}

/* NAV LINKS */
#nav a.mega-menu-link {
    color: #000 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    font-weight: 600 !important;
    padding: 0 20px !important;
    height: auto !important;
    line-height: 18px !important;
}

/* NAV HOVER */
#nav a.mega-menu-link:hover {
    color: #99cc33 !important;
}

/* MEGA MENU */
#nav ul.mega-sub-menu {
    background: #f7f7f7 !important;
    box-shadow: 2px 3px 6px #0000000A !important;
}

/* MEGA MENU ITEMS */
#nav .mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a {
    padding: 10px !important;
}

/* MOBILE NAV */
#nav .mega-menu-toggle {
    background: transparent !important;
    border-radius: 0;
}

/* HAMBURGER ICON */
#nav .mega-menu-toggle .mega-toggle-block-1:after {
    color: #000 !important;
}

/* MOBILE MENU COLOR */
#nav .mega-menu {
    background: transparent !important;
}

#nav .mobile-link{
    display: none;
}


@media(max-width: 1700px){
    #nav .inner {
        padding: 0 100px;
    }
}
@media(max-width: 1500px){
    #nav .inner {
        padding: 0 10px;
    }
}
@media(max-width: 1400px){
    #nav a.mega-menu-link {
        padding: 0 10px !important;
    }
}
@media(max-width: 1200px){
    #nav a.mega-menu-link {
        padding: 0 5px !important;
    }
}
@media(max-width: 991px){
    /* MOBILE MENU COLOR */
    #nav .mega-menu {
        background: #fff !important;
    }
    #nav a.mega-menu-link{
        padding: 10px 20px !important;
    }
    #nav .mega-menu-item {
        margin: 10px 0 !important;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #000 !important;
    }
    #nav .top{
        display: none !important;
    }
    #nav .mobile-link{
        display: block;
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0;
        background: transparent;
        text-align: left;
        font-size: 14px;
    }
    #nav .mobile-link a{
        padding: 10px 20px;
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
    }
    #nav .right {
        align-items: center;
    }
}
