﻿
.blog-post-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0px;
    padding-left: 0px;
    /*background: url(/images/search_bg_pattern.png);*/
    overflow: hidden;
}

.blog-post-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}


.blog-home-post {
    width: 70%;
    height: 100%;
    float: left;
    margin-top: 10px;
}


.blog-home-right-menu {
    width: 30%;
    height: 100%;
    float: left;
    padding-left: 10px;
    margin-top: 10px;
}

.menu-category {
    border-top: 6px solid #062d44;
    font-family: Vibur, Arial, Helvetica;
    background-color: #f7dce0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-category a {
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-left: 32px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.menu-category span {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    width: 100%;
    display: inline-block;
    color: #062d44;
}

.menu-newsletter {
    margin-top: 25px;
    border-top: 6px solid #062d44;
    border-bottom: 6px solid #062d44;
    font-family: Vibur, Arial, Helvetica;
    background-color: #f7dce0;
}

.menu-newsletter p {
    font-size: 24px;
    padding: 5px;
    text-align: center;
}

.menu-newsletter .btn-newsletter {
    display: block;
    color: #FFFFFF;
    background-color: #00b6d7;
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.btn-newsletter:hover {
    cursor: pointer;
}

.menu-popular-container {
    margin-top: 25px;
}

.menu-popular-content {
    border-top: 6px solid #062d44;
    font-family: Vibur, Arial, Helvetica;
    background-color: #f7dce0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu-popular-content ul {
    padding-left: 10px;
    text-decoration: none;
}

.menu-popular-content a:hover {
    text-decoration: none;
}

.menu-popular-content li {
    margin-top: 5px;
    list-style: none;
    font-size: 18px;
}

ul.menu-popular-tabs {
    list-style: none;
    display: block;
    padding-left: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    font-family: Vibur, Arial, Helvetica;
    color: #062d44;
}

.menu-popular-tabs span {
    /*width: 200px;*/
    text-align: center;
    padding: 12px;
    display: block;
}

.menu-popular-tabs li {
    display: inline;
    float: left;
}

.menu-popular-tabs .noselected {
    margin-top: 12px;
    color: #062d44;
    background-color: #f8f8f8;
    font-size: 18px;
    border-top: 1px solid #062d44;
    border-right: 1px solid #062d44;
    cursor: pointer;
}

.menu-popular-tabs li:first-child.noselected {
    border-left: 1px solid #062d44;
}

.menu-popular-tabs li:first-child {
    border-top-left-radius: 8px;
}

.menu-popular-tabs .selected {
    background-color: #f8f8f8;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    border-top: 4px solid #062d44;
    border-left: 4px solid #062d44;
    border-right: 4px solid #062d44;
}

.menu-banner-post {
    height: 200px;
    border-top: 6px solid #062d44;
    font-family: Vibur, Arial, Helvetica;
    background-color: #f7dce0;
    text-align: center;
}

.menu-banner-post img{
    width: 100%;
    height: 100%;
}

.article-item {
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #ffd4d4;
    border-right: 1px solid #ffd4d4;
    border-bottom: 1px solid #ffd4d4;
    border-top: 1px solid #ffd4d4;
    overflow: hidden;
}





.article-item-post {
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #ffd4d4;
    border-right: 1px solid #ffd4d4;
    border-bottom: 1px solid #ffd4d4;
    border-top: 1px solid #ffd4d4;
    overflow: hidden;
}



    .article-item-post a {
        text-decoration: none;
    }

    .article-item-post h1 {
        margin-top: 10px;
        font-size: 32px;
        margin-left: 10px;
        font-weight: bold;
    }

    .article-item-post .post-date {
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 18px;
    }

    .article-item-post p {
        margin-top: 16px;
        font-size: 18px;
    }

        .article-item-post p a {
            text-decoration: none;
        }


.article-tags {
    padding-top: 20px;
}

    .article-tags li {
        list-style: none;
        float: left;
        display: inline;
    }

    .article-tags ul {
        display: inline-block;
        width: 200px;
        padding-left: 5px;
    }

    .article-tags img {
        margin-top: -35px;
    }



.topic-post-tag {
    position: relative;
    margin-bottom: 5px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #717171;
    padding: 5px;
    color: #FFFFFF;
    font-size: 18px;
}

.share-post-top {
    float: right;
    margin-right: 20px;
}

.share-post-top span {
    float: left;
    font-weight: bold;
    padding-top: 10px;
    color: grey;
    padding-right: 10px;
    font-size: 18px;
}

.share-post-facebook-top {
    background: #f4811c url("/images/facebook.png") no-repeat;
    background-position: center;
    border-radius: 100%;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    display: inline-block;
}

.share-post-twitter-top {
    background: #f4811c url("/images/twitter.png") no-repeat;
    background-position: center;
    border-radius: 100%;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    display: inline-block;
}

.share-post-whatsapp-top {
    background: #f4811c url("/images/whatsapp-icon.png") no-repeat;
    background-position: center;
    border-radius: 100%;
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    display: inline-block;
}

@media (max-width: 1200px) and (min-width: 892px) {
    .blog-post-container {
        width: 100%;
    }

    .blog-post-inner {
        width: 100%;
    }
}

@media (max-width: 892px){

    .blog-post-container {
        width: 100%;
    }

    .blog-post-inner {
        width: 100%;
    }

    .blog-home-post {
        width: 100%;
    }

    .blog-home-right-menu {
        width: 100%;
        padding-left: 0px;
    }

    .menu-banner-post img {
        width: 50%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}