.navbar{
    border-bottom : solid 1px #ddd;
}
#footer-post{
    padding : 20px;
    border-top: solid 1px #ddd;
}
#sidebar{
    margin-top: 50px;
    border-left: solid 1px #ddd;
}
#wa-footer{
    position: fixed;
    bottom:30px;
    right: 0;
    padding: 10px;

    color: #fff;
    margin: 10px;
    z-index: 99;

}

body{
    background-color: #fff;

    font-family: 'Open Sans', sans-serif;
    padding-top : 30px;
}

#footer{
   border-top:  solid 1px #ddd;
    padding : 10px;
    width: 100%;
    background-color: #fff;

}
#footer a{
    color: #444;
}
.bx-wrapper {

    border: none !important;

}
.slideshow{
    width: 100%;
    height: 100vh;
}
.post{
     padding-top : 20px;
     padding-bottom : 20px;
    color: #333;

}
#slideshow-post{
    position: absolute;
    bottom: 100px;

    vertical-align: bottom;
}
#slideshow-post h1, #slideshow-post h2,  #slideshow-post h3 , #slideshow-post h4 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;

    display: table;
}

#slideshow-post {
    margin-left: 10px;
}
