/* General */

.readmore {
    background: #ffea00;
    color: #000;
    border-radius: 3px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
}

.readmore:hover {
    background: #f8ec6a;
    color: #000;
}

._btitle a {
    font-size: 0.8em;
}

._fimage img {
    width: 100%;
    height: auto;
}

.post-content .size-full img {
    width: 100%;
    height: auto;
}


/* Media Query */

@media (min-width: 1200px) {
    .container.custom-container-fluid {
        max-width: 1440px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (max-width: 769px) {
    .headright {
        justify-content: normal;
    }
    .login.reg-flag {
        width: 100%;
    }
}