﻿.logo-timecap {
    height: 68px; 
    margin: 5px auto;
}
.header-inner .navbar .nav li a {
    font-size:15px;
}


.call-to-action {
    padding: 15px 0;
}

.footer .footer-top {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer .footer-bottom {
    padding-bottom: 80px;
}

.dropdown-menu-top {
    top: auto;
    left: auto;
    right: 0;
    bottom: 48px;
}


.scroll-top.active {
    bottom:65px;
}

.scroll-whatsapp {
    position: fixed;
    bottom: 120px;
    right: 25px;
    width: 52px;
    height: 52px;
    line-height: 48px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background: #41D52B;
    border: 2px solid #41D52B;
    border-radius: 4px;
    z-index: 999;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -o-transition: all .7s linear;
    -ms-transition: all .7s linear;
    transition: all .7s linear;
    overflow: hidden;
}


    .scroll-whatsapp:hover {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        border: 2px solid #31D52B;
    }

    .scroll-whatsapp span {
        position: relative;
        z-index: 2;
    }

    .scroll-whatsapp:before {
        content: '';
        background-color: #31D52B;
        position: absolute;
        top: 0;
        left: -25%;
        height: 104%;
        width: 0;
        -webkit-transform: skew(-22deg);
        -moz-transform: skew(-22deg);
        -ms-transform: skew(-22deg);
        -o-transform: skew(-22deg);
        transform: skew(-22deg);
        transition-duration: .6s;
        z-index: 1;
    }

    .scroll-whatsapp:hover:before {
        width: 190%;
    }

.blog .post .post-content .post-date {
    top:0px;
    width:auto;
    height:auto;
    padding: 5px 10px;
}


.classes .class .class-content .class-text {
    line-height: 1.8;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 0;
    color: #888;
    font-size: 15px;
}


