.post-tutorial {
    background-color: #1abb9c;
    padding: 3px;
    color: #fff !important;
}
.tile-stats h3 {
    color: #1abb9c !important;
}
.single-recent-post {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.single-recent-post .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    width: 110px;
    margin-right: 20px;
}
.single-recent-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}
.single-recent-post .post-content .post-meta a {
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #1cc3b2;
    display: inline-block;
    margin-right: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.single-recent-post .post-content .post-title {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
    color: #77879c;
}


.single-recent-post .post-content .post-meta a:last-child {
    margin-right: 0;
}
.single-recent-post .post-content .post-meta a:last-child::before {
    content: '/';
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}
@media only screen and (max-width: 480px) {
    .page-title .title_left {
    width: 100%;
    text-align: center;
    /* float: left; */
    display: block;
}
}
.post-slide {
    overflow: hidden;
    margin-right: 5px;
    background-color: #fff;
    margin-bottom: 30px;
}

.post-slide .post-img {
    float: left;
    width: 100%;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.post-slide .post-date {
    background: #00afe1;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition: all .5s ease;
}

.post-slide .date {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.post-slide .month {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.post-slide .post-review {
    margin-bottom: 20px;
}

.post-slide:hover .post-review {
    border-top-color: #00afe1;
}

.post-slide .post-title {
    margin: 0 0 10px 0;
}

.post-slide .post-title a {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 23px;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    font-weight: 700;
}

.post-slide .post-bar {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
}


.post-slide .post-bar li {
    color: #555;
    font-size: 10px;
    margin-right: 10px;
    display: inline-block;
}

.post-slide .post-bar li a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #bcbcbc;
}

.post-slide .post-bar li a:hover {
    color: #00afe1;
}

.post-slide .post-bar li i {
    color: #bcbcbc;
    margin-right: 5px;
    font-size: 14px;
}

.post-slide .post-description {
    font-size: 16px;
    color: #444454;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
    font-weight: 100;
}

.post-slide .read {
    text-transform: capitalize;
    font-size: 15px;
    margin-top: 15px;
    color: #00afe1;
}

.post-slide .read i {
    margin-left: 10px;
}

.post-slide7 .read:hover {
    text-decoration: none;
    color: #333;
}
/*************************
        button
*************************/

.button {
    font-size: 14px;
    text-align: center;
    border: 0px solid transparent;
    background: #db2d2e;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 15px 20px;
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -ms-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -ms-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #323232;
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -ms-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.button:hover,
.button:focus,
.button:active {
    color: #ffffff;
}

.button:hover:before,
.button:focus:before,
.button:active:before {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -ms-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
}