/*
 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;
  }

.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: "Montserrat", sans-serif;
    color: #0D0F12;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0px;
    font-family: "Cinzel", 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;
}



/*----------------------------
NAV
----------------------------*/
#nav {
    position: fixed;
    margin-bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(17, 15, 13,0.83);
    padding: 10px 0;
}
#nav .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

#nav .right a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #E4D2A4;
    font-weight: 300;
    font-size: 11px;
    line-height: 17px;
}
#nav .right a img {
    height: 7px;
    width: 20px;
    margin-left: 5px;
}

#nav .left {
    width: 33%;
    display: block;
}
#nav .middle {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav .right {
    width: 33%;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

@media(min-width: 1200px) {
    #nav .inner {
        padding: 0 70px;
    }
    #nav .right a {
        font-size: 18px;
        line-height: 28px;
    }
    #nav .right a img {
        height: 16px;
        width: 35px;
        margin-left: 15px;
    }
}


/*----------------------------
FOOTER
----------------------------*/
footer{
    background-color: rgba(17, 15, 13,0.83);
    padding: 0 0 5px;
    margin-top: 50px;
}
footer .top{
    padding: 70px 0px;
    margin-bottom: 30px;
    background-size: cover;
}
footer .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
footer .logo-link{
    width: 40%;
    padding: 0 0 0 20px;
}
footer .logo-link img{
    width: 39px;
    height: 46px;
}
footer .phone{
    width: 60%;
    color: #E4D2A4;
    font-size: 16px;
    letter-spacing: 3.82px;
    text-decoration: none;
    font-weight: 300;
    text-align: right;
}
footer .phone img{
    margin-right: 5px;
}
footer .bottom{
    color: #E4D2A4;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 13px;
    font-weight: 300;
}
footer .stars{
    height: 16px;
    width: 91px;
    margin: 0 auto 10px;
    display: block;
}
footer .top h2{
    font-size: 29px;
    line-height: 31px;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 3.82px;
    text-align: center;
}
footer .top h2 strong{
    color: #E4D2A4;
    font-weight: 400;
}
footer .top p{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    font-family: "Cinzel", serif;
}
footer .top a{
    margin: 20px auto;
}

@media(min-width: 991px) {
    footer .stars{
        height: 27px;
        width: 155px;
        margin: 0 auto 15px;
    } 
    footer .top h2{
        font-size: 47px;
        line-height: 50px;
        letter-spacing: 4.61px;
        padding: 0 10px;
    }
    footer .top p{
        font-size: 22px;
        line-height: 25px;
    }
    footer .logo-link img{
        width: 67px;
        height: 78px;
    }
    footer{
        background-color: rgba(17, 15, 13,1);
        padding: 0 0 10px;
    }
    footer .logo-link{
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    footer .phone{
        width: 100%;
        font-size: 21px;
        letter-spacing: 5.02px;
        text-align: center;
    } 
    footer .bottom{
        margin: 30px 0 0 0;
        font-size: 16px;
    }
}

/*----------------------------
BUTTONS
----------------------------*/
.btn-main{
    background: #FFFFFF1C 0% 0% no-repeat padding-box;
    border: 1px solid #E4D2A4;
    color: #F5F5F5;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 12px;
    line-height: 19px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    transition: all ease .3s;
}
.btn-main:hover{
    background: #fff;
    color: #000;
    transition: all ease .3s;
}

@media(min-width: 767px){
   .btn-main{
       width: 410px;
       margin: 0 auto;
       font-size: 16px;
       letter-spacing: 1.2px;
           height: 58px;
    }
}

/*----------------------------
HERO
----------------------------*/
#hero .btn{
    margin: 20px auto 0;
}

.slick-autoplay-toggle-button{
    display: none;
}

#hero .slider img{
    width: 100%;
    height: 379px;
    object-fit: cover;
    cursor: pointer;
}
#hero .stars{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translatex(-50%);
    height: 16px;
    width: 94px;
}
#hero .top{
    position: relative;
}
#hero .prev img, #hero .next img{
    width: 20px;
    height: 9px;
    filter: brightness(0) invert(1);
}
#hero .prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(180deg);
    background:rgba(17, 15, 13,0.53);
    padding: 15px 5px;
}
#hero .next{
    position: absolute;
    right: 0;
    top: 50%;
    background:rgba(17, 15, 13,0.53);
    padding: 15px 5px;
}
#hero{
    background: #110F0D;
}
#hero .bottom{
    padding: 20px 0 40px;
}
#hero h1{
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2.74px;
    text-align: center;
}
#hero strong{
    font-weight: 400;
    color: #e4d2a4;
}
#hero h2{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1.69px;
    text-align: center;
    padding: 0 50px;
}
#hero hr {
    border-top: 1px solid #848484;
    opacity: 1;
    width: 180px;
    margin: 30px auto;
}
#hero p{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    padding: 0 24px;
    font-family: "Cinzel", serif;
}


@media(min-width: 1200px){
   #hero .slider img{
        height: 670px;
    } 
    #hero .stars{
        bottom: 20px;
        height: 36px;
        width: 210px;
    }
    #hero h1{
        font-size: 47px;
        line-height: 48px;
        letter-spacing: 4.61px;
    }
    #hero h2{
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 2.82px;
        padding: 0;
    }
    #hero p{
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 1.65px;
        padding: 0 90px;
    }
    #hero .btn{
        margin: 30px auto 0;
    }
    #hero .bottom{
        padding: 50px 0 50px;
    }
}

/*----------------------------
S1
----------------------------*/
#s1{
    padding: 90px 0 0;
}
#s1 .left{
    padding: 0 30px;
}
#s1 .left h2{
    color:#110F0D;
    font-size: 28px;
    line-height: 37px;
    font-weight: 500;
}
#s1 .left h3{
    color: #968762;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
#s1 .left p{
    color: #12100D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
#s1 .left a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #968762;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    margin: 30px 0 0;
}
#s1 .left a img {
    height: 9px;
    width: 20px;
    margin-left: 10px;
}
#s1 .right {
    padding: 0 5px;
}
#s1 .right .text{
    text-align: center;
    margin: 70px 0 40px;
}
#s1 .right .text p{
    font-size: 16px;
    font-weight: 300;
}
#s1 .right .text h3{
    font-size: 28px;
    line-height: 47px;
    margin-bottom: 0;
    font-weight: 500;
}
#s1 .gallery img {
    cursor: pointer;
}
#s1 .gallery .top {
    position: relative;
}
#s1 .gallery .top img {
    width: 100%;
    height: 223px;
    object-fit: cover;
    object-position: center;
}
#s1 .gallery .top::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f424';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translatex(-50%);
    border: 1px solid #fff;
    height: 41px;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    pointer-events: none;
}
#s1 .gallery .bottom {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}
#s1 .gallery .bottom img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    object-position: center;
}
#s1 .gallery .bottom .five {
    display: none;
}
#s1 .gallery .bottom .six {
    display: none;
}
#s1 .gallery .bottom .seven {
    display: none;
}

#s1 #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
#s1 #overlay .d-flex{
    justify-content: center;
    align-items: center;
}

#s1 #overlay img {
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}

@media(min-width: 500px){
  #s1 .gallery .bottom .five {
        display: block;
    }  
}
@media(min-width: 767px){
  #s1 .gallery .bottom .six {
        display: block;
    }  
      #s1 .gallery .bottom .seven {
        display: block;
    }
}
@media(min-width: 1200px){
    #s1 .right .text{
        text-align: center;
        margin: 0 0 30px;
    }
    #s1 .gallery .top img {
        width: 100%;
        height: 296px;
        object-fit: cover;
        object-position: center;
    }
    #s1 .left a {
        justify-content: flex-start;
    }
    #s1 .left h2{
        font-size: 45px;
        line-height: 56px;
        font-weight: 400;
    }
    #s1 .left h3{
        font-size: 28px;
        line-height: 31px;
        font-weight: 400;
    }
    #s1 .left{
        padding: 0 15px;
    }

}
@media(min-width: 1500px){
    #s1 .left .text{
        padding: 0 100px 0 0;
    }
}

/* ===========================================================
QUOTE
===========================================================*/
#quote .heading {
    background: #E4D2A4;
    padding: 10px;
}
#quote .heading h2 {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #110F0D;
}

#quote .progress {
    display: none !important;
}
#quote .wrap::before {
    content: '';
    background: rgba(17, 15, 13, 0.45);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#quote .wrap {
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 319px;
}
#quote .stage {
    position: relative;
    z-index: 2;
}
#quote .stage p {
    font-weight: 300;
    padding-top: 40px;
    color: #FFFFFF;
}
#quote .wrap .stage .row {
    padding: 0 20px 40px;
}
#quote .wrap .bottom-bar {
    height: 55px;
    background: #110F0D;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
#quote .btn-back {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
}
#quote .btn-back img {
    margin-right: 10px;
    height: 9px;
    width: 20px;
}
#quote .stage h3 {
    color: #E4D2A4;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding: 0 15px;
}
#quote .opt {
    background: #FFFFFF33 0 0 no-repeat padding-box;
    border: 1px solid #C9C9C9;
    color: #E4D2A4;
    font-size: 48px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    cursor: pointer;
}
#quote .opt:hover {
    background: #ffffff03 0 0 no-repeat padding-box;
    transition: all ease .3s;
}
#quote .stage .row {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

#quote .stage1 .opt {
    width: 105px;
    height: 105px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#quoteTool .stage1 .opt:nth-child(5) {
    width: 230px;
}

#quote .stage5 .opt {
    width: 310px;
    padding: 0;
}
#quote .stage5 select {
    background: transparent;
    border: none;
    color: #fff;

}

#quote .stage5 option {
    color: #000;
    background-color: white;
}

#quote .stage3 .opt {
    width: 105px;
    height: 105px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    line-height: 22px;
}
#quoteTool .stage3 .opt:nth-child(5) {
    width: 230px;
}

#quote .stage4 .opt {
    width: 230px;
    height: 105px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    line-height: 22px;
}
#quote .stage2 .opt {
    width: 230px;
    height: 105px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    line-height: 22px;
}

#quoteForm {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}
#quoteForm .form-group {
    margin: 5px 0;
    width: 100%;
}
#quoteForm .btn-main {
    width: 100%;
    margin-top: 10px;
}

@media(min-width: 991px) {
    #quote .stage h3 {
        font-size: 35px;
        line-height: 37px;
        padding: 0;
        margin-bottom: 40px;
    }
    #quote .wrap{
        min-height: auto;
    }
    #quote .wrap .stage .row {
        padding: 0 20px 60px;
        height: 180px;
    }
    #quote {
        margin-top: 80px;
        height: 439px;
        background: #110F0D;
    }
    #quote .stage5 .opt {
        width: 310px;
        height: 36px;
    }
}

@media(min-width: 1200px) {
    #quote .stage1 .opt {
        width: 120px;
        height: 120px;
    }
    #quoteTool .stage1 .opt:nth-child(5) {
        width: 120px;
    }
    #quote .stage3 .opt {
        width: 120px;
        height: 120px;
    }
    #quoteTool .stage3 .opt:nth-child(5) {
        width: 120px;
    }
}

/* ===========================================================
S2
===========================================================*/
#s2{
    margin: 50px 0;
}
#s2 .heading h2{
    font-size: 28px;
    line-height: 47px;
    text-align: center;
    color: #110F0D;
    font-weight: 400;
    margin-bottom: 5px;
}
#s2 .heading p{
    color: #968762;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    font-family: "Cinzel", serif;
}
#s2 .images .slider::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f424';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translatex(-50%);
    border: 1px solid #fff;
    height: 41px;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    pointer-events: none;
}
#s2 .images{
    padding: 40px 0;
}
#s2 .slider img{
    width: 385px !important;
    height: 205px;
    margin: 0 auto;
    display: block !important;
    cursor: pointer;
}
#s2 .prev, #s2 .next{
    margin: 10px;
    padding: 10px 0;
    cursor: pointer;
}
#s2 .buttons{
    display: flex;
    justify-content: center;
}
#s2 .text .inner{
    display: flex;
}
#s2 .number{
    font-family: "Cinzel", serif;
    font-size: 86px;
    line-height: 86px;
    color:#968762; 
    padding: 0 25px;
}
#s2 .text h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #110F0D;
}
#s2 .text p{
    font-size: 15px;
    line-height: 20px;
    color: #12100D;
}
#s2 .text a{
    text-decoration: none;
    color: #968762;
    margin-top: 30px;
    display: block;
}
#s2 .text a img{
    margin-left: 10px;
}

@media(min-width: 991px){
    #s2 .row2{
        margin: 50px 0;
    }
    #s2 .number{
        font-size: 119px;
        line-height: 93px;
        padding: 0 30px 0 0;
        position: relative;
        top: -20px;
    }
    #s2 .text h3{
        font-size: 27px;
        line-height: 36px;
    }
    #s2 .text p{
        font-size: 15px;
        line-height: 27px;
    }
}

@media(min-width: 1200px){
    #s2 .slider img{
        width: 550px !important;
        height: 274px;
        margin: 0 auto;
        display: block !important;
    }
    #s2 .copy{
        padding-right: 100px;
    }
    #s2 .prev, #s2 .next{
        margin: 10px 5px;
        padding: 10px 0;
    }
}

/* ===========================================================
S3
===========================================================*/

#s3{
    text-align: center;
    padding: 50px 0;
}
#s3 h2{
    color: #110F0D;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}
#s3 .video-wrap{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
#s3 p{
    color: #12100D;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
#s3 .text a{
    text-decoration: none;
    color: #968762;
    margin-top: 30px;
    display: block;
}
#s3 .text a img{
    margin-left: 10px;
}
.video-container {
    position: relative;
    width: 350px;
    height: 240px;
}

.video-placeholder, .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    object-position: -70px;
}
.video {
    display: none;
}
@media(min-width: 1200px){
    .video-placeholder, .video {
        object-position: -50px;
    }
    .video-container {
        width: 640px; 
        height: 360px; 
    }
    #s3{
        background: #F5F5F5;
        margin: 50px 0;
    }
    #s3 p{
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
    }
    #s3 h2{
        font-size: 27px;
        line-height: 36px;
    }
}

/* ===========================================================
S4
===========================================================*/
#s4 .images .slider::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f424';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translatex(-50%);
    border: 1px solid #fff;
    height: 41px;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    pointer-events: none;
}
#s4 .images{
    padding: 40px 0;
}
#s4 .slider img{
    width: 385px !important;
    height: 205px;
    margin: 0 auto;
    display: block !important;
    cursor: pointer;
}
#s4 .prev, #s4 .next{
    margin: 10px;
    padding: 10px 0;
}
#s4 .buttons{
    display: flex;
    justify-content: center;
}
#s4 .text .inner{
    display: flex;
}
#s4 .number{
    font-family: "Cinzel", serif;
    font-size: 86px;
    line-height: 86px;
    color:#968762; 
    padding: 0 25px;
}
#s4 .text h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #110F0D;
}
#s4 .text p{
    font-size: 15px;
    line-height: 20px;
    color: #12100D;
}
#s4 .text a{
    text-decoration: none;
    color: #968762;
    margin-top: 30px;
    display: block;
}
#s4 .text a img{
    margin-left: 10px;
}
#s4 ol{
    padding-left: 20px;
}
#s4 ol li::marker {
color: #968762;
    font-weight: 600;
}
@media(min-width: 991px){
    #s4{
        margin: 100px 0;
    }
    #s4 .row2{
        margin: 50px 0;
    }
    #s4 .number{
        font-size: 119px;
        line-height: 93px;
        padding: 0 30px 0 0;
        position: relative;
        top: -20px;
    }
    #s4 .text h3{
        font-size: 27px;
        line-height: 36px;
    }
    #s4 .text p{
        font-size: 15px;
        line-height: 27px;
    }
}

@media(min-width: 1200px){
    #s4 .slider img{
        width: 550px !important;
        height: 274px;
        margin: 0 auto;
        display: block !important;
    }
    #s4 .copy{
        padding-right: 100px;
    }
    #s4 .prev, #s4 .next{
        margin: 10px 5px;
        padding: 10px 0;
    }
}



.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-width: 80%;
    max-height: 80%;
    border-radius: 5px;
}

.thumbnail {
    cursor: pointer;
}

/* Styles for the next/previous buttons */
.modal button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.modal .prevBtn {
    left: 0px;
}

.modal .nextBtn {
    right: 0px;
}
.modal .prevBtn img, .modal .nextBtn img{
    height: 12px;
    width: 28px;
}

@media(min-width: 767px){
   .modal .prevBtn {
        left: 10px;
    }

    .modal .nextBtn {
        right: 10px;
    }
    .modal .prevBtn img, .modal .nextBtn img{
        height: 20px;
        width: 38px;
    }
 
}


