/*
 Theme Name:   KM Web Dev
 Description:  Boiler Plate theme created for KM Web Dev by Keiran Martin
 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;
}


/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 114px;
}

/*----------------------------
FOOTER
----------------------------*/


html,
body {
    margin: 0 !important;
    padding: 0 !important;
}
 
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;
  }
.skip-link {
    background: #319795;
    color: #000;
    font-weight: 700;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}
.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;
}
#preview{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eee;
    text-align: center;
    padding: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 2px solid #000;
    z-index: 9999999;
}

.slick-autoplay-toggle-button{
    display: none!important;
}

/*----------------------------
Global
----------------------------*/
.alt-font{
    font-family: 'Merriweather', serif;
}

.bg-black{
    background: #191919!important;
}

.bg-red{
    background: #40041B!important;
}

.bg-grey{
    background: #F3F3F3!important;
}

.f-white{
    color: #fff!important;
}

.f-yellow{
    color: #DEBF73!important;
}

.f-grey{
    color: #5E5E5E!important;
}

.f-red{
    color: #40041B!important;
}

.f-black{
    color: #393536!important;
}
/*----------------------------
BODY / FONTS
font-family: 'Merriweather', serif;
font-family: 'Roboto', sans-serif;
----------------------------*/
body{
    position: relative;
    z-index: 0;
    font-family: 'Roboto', sans-serif;
    color: #4E4648;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
    color: #393536;
    font-weight: 700;
}

small{
    font-size: 14px;
}

h1,
.xl-header{
    font-size: 52px;
    line-height: 69px;
}

h2,
.lg-header{
    font-size: 35px;
    line-height: 42px;
}

h3,
.md-header{
    font-size: 27px;
    line-height: 33px;
}

h4,
.sm-header{
    font-size: 22px;
    line-height: 29px;
}

h5,
.xsm-header{
    font-size: 18px;
    line-height: 25px;
}

a{
    color: blue;
    transition: .3s all ease;
}

a:hover{
    transition: .3s all ease;
}

.sub{
    text-transform: uppercase;
    line-height: 31px;
}

#content{
    margin-top: 114px;
}



/*----------------------------
FOOTER
----------------------------*/
footer{
    padding: 50px 0 0;
}

footer .container-fluid{
    padding: 0 100px
}

footer .address{
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
}

footer .address p {
    margin: 0 10px 20px 0;
    font-weight: 300;
}

footer .logo img{
    width: 180px;
    margin: 0 auto;
    display: block;
}

footer .right{
    display: flex;
}
footer iframe{
    position: static !important;
    margin: 40px 0 !important;
    height: 170px !important;
}

footer .right .navigation{
    margin-right: 150px
}

footer .right img{
    width: 214px;
}

footer a{
    color: #fff;
    text-decoration: none
}

footer a:hover{
    color: #DEBF73;
}

footer ul{
    padding: 0;
}

footer li{
    list-style-type: none;
    margin: 5px 0;
    font-weight: 300;
}
footer .details{
    margin-top: 40px;
}
footer .details div{
    margin: 5px 0;
}
footer .details div a{
    font-weight: 300;
}
footer .contact{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

footer .contact .right {
    margin-right: 50px;
    flex-direction: column;
}

@media(max-width: 1600px){
    footer .contact .right{
      margin-right: 0;
    }
}
@media(max-width:1400px){
    footer .container-fluid{
        padding: 0 15px
    }
    footer .right .navigation{
        margin-right: 100px
    }
}
@media(max-width: 1200px){
    footer .contact{
       
        flex-direction: column;
    }
}
@media(max-width:576px){
    footer .address,
    footer .right{
        flex-direction: column;
    }
    
    footer .navigation{
        margin-bottom: 20px;
        margin-right: 0;
    }
}

/*----------------------------
BUTTONS
----------------------------*/
.btn-red{
    background: #40041B;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    border-radius: 2px;
    width: 200px;
    border: 1px solid #40041B;
}

.btn-red:hover{
    background: #fff;
    color: #40041B;
    border: 1px solid #40041B;
}

.btn-yellow{
    background: #DEBF73;
    color: #191919;
    font-weight: 700;
    font-size: 17px;
    border-radius: 2px;
    width: 200px;
    border: 1px solid #DEBF73;
}

.btn-yellow:hover{
    background: #fff;
    border: 1px solid #DEBF73;
}

.btn-red-holo{
    border: 1px solid #40041B;
    width: 185px;
    font-size: 17px;
    font-weight: 500;
    color: #40041B;
    border-radius: 2px;
    transition: .3s all ease;
}

.btn-red-holo:hover{
    border: 1px solid #40041B;
    width: 185px;
    font-size: 17px;
    font-weight: 500;
    background: #40041B;
    color: #fff;
    transition: .3s all ease;
}

@media(max-width:576px){
    .btn{
        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;
}

#pagination > ul > li{
    display: none;
}

#pagination > ul > li.show{
    display:block !important;
}
#pagination > ul > li.show a{
    color: #000 !important;
}

#pagination > ul > li:nth-child(1),#pagination > ul > li:nth-last-of-type(1){
    display: block;
}

#pagination > ul > li:nth-child(1)::after{
    content: '...';
    margin-left: 10px;
}

#pagination > ul > li:nth-last-of-type(1)::before{
    content: '...';
    margin-right: 10px;
}

/*----------------------------
COOKIE
----------------------------*/

.cookie-consent{
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999999;
}
.cookie-consent button{
    color: #000000;
    min-width: 200px;
    padding: 5px;
    background:#fff;
    border-radius: 5px;
    border: 2px solid #eee;
    position: relative;
    font-weight: 500;
    transition: .3s all ease;
}

/*----------------------------
HERO
----------------------------*/

#hero{
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#hero .container-fluid{
    padding: 0;
}

#hero .inner{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 100px 100px 100px 200px;
    min-height: 300px
}

#hero h1{
    margin-bottom: 20px;
}

#hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero .image{
    height: 100%;
    position: relative;
}

#hero .image::before{
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    background: #40041B;
    width: 100%;
    height: 100%;
    clip-path: ellipse(20% 62% at 0% 50%);
}

#hero .content p{
    color: #CFCFCF;
}

#hero .bg{
    position: absolute;
    width: auto;
    height: auto;
    bottom: -50px;
    left: -100px;
    z-index: -1;
}

#hero .content strong{
    font-family: 'Merriweather', serif;
    font-size: 18px;
}

#hero .content{
    margin-bottom: 50px
}

@media(max-width:1200px){
    #hero .inner{
        padding: 100px 50px 100px 100px
    }
    #hero .image::before{
        display: none;
    }
    
    #hero img{
        max-height: 300px
    }

    #hero .bg{
        bottom: initial;
        top: 0;
    }
}

@media(max-width:576px){
    #hero .inner{
        padding: 50px 15px;
        justify-content: center;
    }
}

/*----------------------------
FORM
----------------------------*/
.form{
    padding: 32px 20px 15px;
    border: 1px solid #40041B;
    border-radius: 5px;
}

.form .btn{
    width: 100%;
}

.form h3{
    text-align: center;
    font-weight: 700;
    margin-bottom: 29px;
}

/*----------------------------
POST
----------------------------*/

.blog-post img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-post .inner{
    background: #F3F3F3;
    padding: 20px;
}

.blog-post a{
    text-decoration: none;
}

.blog-post .click{
    font-weight: 700;
}

.blog-post .content{
    margin-bottom: 20px;
}

/*----------------------------
Banner Content
----------------------------*/

#banner{
    height: 300px;
}

#bc{
    position: relative;
    padding: 30px 0 50px;
}

#bc::before{
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #40041B;
    clip-path: ellipse(60% 82% at 50% 100%);
}

#bc .text strong{
    font-family: 'Merriweather', serif;
    color: #fff!important;
}

#bc .text{
    color: #CFCFCF!important;
}

#bc .sub{
    margin: 12px 0;
}

#bc .btn{
    margin-top: 50px;
    width: 360px;
}

@media(max-width:576px){
    #bc .btn{
        width: 100%;
    }
}
/*----------------------------
Content Form
----------------------------*/

#cf{
    padding: 50px 0 100px;
    position: relative;
    z-index: 0;
}

#cf .row{
    justify-content: space-between;
}

#cf p strong{
    font-family: 'Merriweather', serif;
    font-size: 18px;
    color: #40041B
}

#cf .bg{
    position: absolute;
    left: 36px;
    top: 0;
    z-index: -1;
}

@media(max-width:767px){   
    #cf .bg{
        display: none
    }
}

/*----------------------------
Image Content
----------------------------*/

#ic{
    padding: 50px 0;
    position: relative;
}

#ic::before{
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #F3F3F3;
    clip-path: ellipse(60% 82% at 50% 100%);
}

#ic .row{
    align-items: center;
}

#ic img{
    width: 100%;
    height: 579px;
    object-fit: cover;
}

#ic p strong{
    font-family: 'Merriweather', serif;
    color: #A1999B;
    font-size: 18px;
}

#ic .image{
    padding-right: 50px;
}

#ic .image img{
    border-radius: 5px;
}

#ic .btn{
    margin-top: 30px
}

@media(max-width:1200px){
    #ic img{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    #ic .image{
        padding-right: 0;
    }
}

@media(max-width:767px){
    #ic img{
        width: 100%;
    }
}


#contactForm input, #contactForm select, #contactForm textarea{
    border-color: #A1999B;
    border-radius: 2px;
}
#contactForm input::placeholder, #contactForm select{
    color: #5E5E5E;
}