.table-wrapper {
    overflow: auto;
}


.card {
    background: #fff;
    position: relative;
    border-radius: 2px;
    min-height: 350px;
}
.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.single-a {
    width: 100%;
}
.single-img {
    display: block;
    width: auto;
    max-height: 220px;
    margin-left: auto;
    margin-right: auto;
}
.single-wrapper {
    min-height: 350px;
    /*position: relative;*/
    margin-bottom: 25px;
}
.image {
    position: relative;
    width: 100%;
    height: 100%;
}

.image:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: .5;
}
.single-title {
    color: #E9E9E9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
    font-size: 54px;
    line-height: 66px;
    text-shadow: 0px 0px 5px #888888;
}
.single-desc {
    color: white;
    font-size: 24px;
}
.nav-button-desc {
    display: none;
    margin-top: 10px;
    font-size: 24px;
}
.nav-button-up {
    float: right;
    display: none;
    margin-top: 10px;
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 18px;
    position: relative;
    top: 5px;
    padding-top: 5px;
}
.single-post-aals {
    color: #39393B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
    /*font-size: 68px;*/
    font-size: 36px;
    line-height: 66px;
    text-shadow: 0px 0px 5px #888888;
}

.single-super {
    font-weight: 300;
    text-transform: uppercase;
    color: #39393B;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-margin {
    margin-top: 100px;
}
.single-text {
    font-size: 16px;
    line-height: 1.8;
    color: black;
}
.single-adjust {
    width: 70%;
    margin-left: 15%;
    margin-top: 15px;
}
.share-this {
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
    color: black;
    margin-bottom: 15px;
}
.inline {
    display: inline;
}
.clear {
    clear: both;
}

.read-more {
    font-size: 1.4em;
    font-weight: 900;
    color: #3f3f3f;
    position: absolute;
    bottom: 0;
    padding: 10px;
}
.read-more:hover {
    /*color: #00a0dd;*/
    color: #009846;
}
.single-h1 {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}
.blog-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .single-text {
        font-size: 14px;
        line-height: 1.6;
        color: black;
    }
    .single-adjust {
        width: 90%;
        margin-left: 5%;
        margin-top: 15px;
    }
    .single-title {
        font-size: 36px;
        line-height: 38px;
    }
    .nav-button-up, .nav-button-desc {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .single-title {
        font-size: 16px;
        line-height: 38px;
    }
    .single-desc {
        font-size: 12px;
        line-height: 28px;
    }
    .single-adjust {
        width: 100%;
        margin: 0;
    }
    .single-super {
        font-size: 14px;
    }
    .single-post-aals {
        font-size: 18px;
        line-height: 28px;
    }
    .table {
        font-size: 10px;
    }
    .nav-button-up, .nav-button-desc {
        display: inline-block;
    }
}