/*
Theme Name: ESP Motorsport
Author: Roundhouse Digital
Author URI: http://roundhousedigital.co.uk
Template: magic-mag
*/

body {
    background-attachment: fixed;
    background-size: cover;
}

#page {
    background: rgba(0,0,0,0.7);
}

#background-overlay {
    background: url(img/bg-overlay.png) repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6,
a,
.all-layout .post-content .post-excerpt,
.post header h1, .post header h1 a,
.post-content-bd {
    color: #fff;
}

.all-layout .post-header .post-meta div {
    color: #ccc;
}


/*Slick Amendments for background slider*/

.slide-wrapper{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    height:100vh;
}
.slide-wrapper:after{
    background: url(img/bg-overlay.png);
    width: 100%;
    height: 100vh;
    position: absolute;
    top:0;
    left:0;
    content: " ";
    display: inline-block;
}
#bg-slider{
    position: relative;
}
.slide-image{
    width: 100%;
    height:100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.slick-dots{
    z-index: 9;
    position: fixed;
    bottom: 0;
    right: 0;
}
.slick-dots li{
    display: inline-block;
    float: left;
    margin: 0 5px;
}
.slick-dots li button{
    border-radius: 99%;
    background-color: white;
    line-height: 5px;
    padding: 5px!important;
    width: 15px;
    height: 15px;
    font-size: 6px;
    color: transparent;
}
.slick-dots li button:hover{
    background-color: #fb4834;
}
.slick-dots .slick-active button{
    background-color: #fb4834;
}
.slick-arrow{
    position: fixed;
    right: 0;
    color: transparent;
    background: transparent;
    width: 41px;
    height: 37px;
    z-index: 9;
}
.slick-prev{
    top: 48%;
}
.slick-next{
    top: 52%
}
.slick-prev::before{
    content: url(slick/arrow_left.png);
}
.slick-next::before {
    content: url(slick/arrow_right.png);
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 17px;
    height: 26px;
}

@media screen and (max-width: 1200px) {
    .slick-dots, .slick-arrow{
        display: none;
        visibility: hidden;
    }
}
#footer {
    background: rgba(32, 33, 33, 0.01);
}
#footer-bottom{
    background: rgba(32, 33, 33, 0.01);
}