﻿/* overwrite themes */
/* Home - Key */
.key-icon {
    font-size: 3em;
}

/* Home - Blog list*/
.post-content {
    position: relative;
    float: left;
    width: 90%;
    min-height: 200px;
    /*height: 520px;*/
    /*margin: -300px 5% 0 5%;*/
    padding: 20px 25px;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    z-index: 5;
}
    .post-content .footer-post {
        border: none;
        position: absolute;
        bottom: 10px;
    }

/* Home - Highlight */
.icon-box-contain {
    height: 300px;
}

/* Blog Posting */
.post-frame {
    float: left;
    width: 100%;
}

.post-data {
    color: #292957;
    padding-top: 20px;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 766px) {
    .footer-post .btn-e {
        width: 85%;
    }
    .post-frame {
        padding: 15px;
    }
    .post-data {
        font-size: 14px;
    }
    .key-icon {
        font-size: 2em;
    }
}

@media (max-width: 991px) {
    .footer-details .form-control {
        border-radius: 0px !important;
    }
    .footer-details .input-group-btn .btn-e {
        padding: 16px 10px;
        border-radius: 0px;
    }
    .footer-post .btn-e {
        width: 90%;
    }
    .key-icon {
        font-size: 1.5em;
    }

    .icon-box-contain {
        height: 250px;
    }

    .footer-brand {
        font-size: 11px;
    }
}