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


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

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}
picture{
    width: 100%
}
/*----------------------------
BODY / FONTS
----------------------------*/
@font-face {
    font-family: 'SegoePro';
    src: url('fonts/SegoePro-Semilight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VAGRoundedLTProBlack';
    src: url('fonts/VAGRoundedLTPro-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VAGRoundedLTProBold';
    src: url('fonts/VAGRoundedLTPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VAGRoundedLTProLight';
    src: url('fonts/VAGRoundedLTPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    position: relative;
    z-index: 0;
    font-family: 'SegoePro';
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0px;
    font-family: 'VAGRoundedLTProBold';
    color: #333333;
}

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

.slick-autoplay-toggle-button{
    display: none;
}


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

@media(max-width:1200px){
    #app{
        margin-top: 60px;
    }
}

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

footer{
    background: #F6F6F6;
    padding: 70px 0 0;
}
footer .bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
footer .content{
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 100px;
}

footer .images{
    display: flex;
    align-items: center;
    justify-content: end;
}

footer a{
    color: #333333;
    text-decoration: none
}

footer .links a{
    margin-right: 15px;
}

footer .images{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

footer .images img{
    margin-bottom: 15px;
    max-width: 150px;
}

footer h4{
    font-size: 16px;
}

footer a{
    color: #A7204F;
    font-family: 'VAGRoundedLTProBold';
}

footer .date{
    margin: 30px 0;
}

@media(max-width:1200px){
    footer .images{
        justify-content: center;
        flex-wrap: wrap;
    }
    
    footer .content{
        padding: 0;
    }
    footer .bottom{
        flex-direction: column;
        margin-bottom: 20px;
    }
}

/*----------------------------
BUTTONS
----------------------------*/
.btn{
    line-height: 16px;
    height: 48px;
    font-family: 'VAGRoundedLTProBold';
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 220px;
    max-width: fit-content;
}

.btn-primary{
    background: #FFF3F8;
    border: 2px solid #EB6097;
    color: #152C36;
    padding-top: 9px;
}

.btn-primary:hover{
    background: #EB6097!important;
    color: #fff!important;
    border: 2px solid #EB6097;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #152C36;
    background-color: #fff;
    border-color: #EB6097;
}

.btn-primary:focus{
    background: #FFF3F8;
    color: #152C36;
    box-shadow: none;
    border: 2px solid #EB6097;
}


.btn-secondary{
    background: transparent;
    border: 2px solid #FFFFFF;
    color: #fff;
}

.btn-secondary:hover{
    border: 2px solid #FFFFFF;
    background: #fff;
    color: #333333
}
@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;
}

#breadcrumbs a{
    font-family: 'VAGRoundedLTProBold';
    font-size: 16px;
    text-decoration: none;
    color: #A7204F
}

#breadcrumbs .breadcrumb_last{
    font-family: 'VAGRoundedLTProBold';
    font-size: 16px;
    color: #152C36;
}

#breadcrumbs{
    color: #A7204F
}


/* =======================================================
OVERIDES
=======================================================*/
.glightbox{
    text-decoration: none !important;
}
.uo-tclr-open-content-button {
    line-height: 16px !important;
    height: 48px !important;
    font-family: 'VAGRoundedLTProBold' !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 220px !important;
    max-width: fit-content !important;
    background: #FFF3F8 !important;
    border: 2px solid #EB6097 !important;
    color: #152C36 !important;
    padding-top: 16px !important;
    
}
.uo-tclr-open-content-button:hover{
    background: #EB6097 !important;
    color: #fff !important;
    border: 2px solid #EB6097 !important;
}
#response p{
    color: #333333 !important
  }