/* ANTHONY */
body, html {
    background-color: rgb(30,30,30) !Important;
}

.anthony-home-page-list-item {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(57,57,57);
}

.hidden { display: none; }
@media only screen and (max-width : 800px)
{
    .widget {
        display: none;
    }

    .social-contain {
        display: none;
    }

    #header-search-box {
        width: 202px;
        margin: 0 auto;
    }

    #logo {
        float: none;
        width: 216px;
        margin: 0 auto 20px auto;
    }

    .footer {
        display: none;
    }

    .related-posts-single li
    {
        float: left;
        width: 100px;
        margin-right: 20px !Important;
    }

    .related-posts-single .format-audio-icon,
    .related-posts-single .format-gallery-icon,
    .related-posts-single .format-image-icon
    {
        width: inherit; !Important;
        height: 60px !Important;
    }

    .related-posts-single .format-audio-icon img,
    .related-posts-single .format-gallery-icon img,
    .related-posts-single .format-image-icon img
    {
        width: inherit; !Important;
        height: 50px !Important;
    }
}
@media only screen and (min-width : 802px)
{
    .main-menu {
        width: 600px !Important;
        margin: 0px !Important;
    }

    .search-block {
        width: 120px !Important;
        margin: 15px 0 0 0 !Important;
        float: right !Important;
    }

    #search input { width: 120px !Important; }

    .widget {
        margin: 20px 0 0 0 !Important;
    }

    .widget-post-big-thumb a img {
        width: 270px;
    }

    .container .four.columns .widget {
        margin: 0 !Important;
    }

    .archive .five,
    .single .five
    {
        margin: 0 0 0 40px !Important;
        width: 300px !Important; 
    }

    .archive .eleven,
    .single .eleven
    {
        width: 600px !Important;
        margin-right: 0px !Important;
    }

    .related-posts-single li
    {
        float: left;
        width: 120px;
        margin-right: 20px !Important;
    }

    .related-posts-single .format-audio-icon,
    .related-posts-single .format-gallery-icon,
    .related-posts-single .format-image-icon
    {
        width: inherit; !Important;
        height: 80px !Important;
    }

    .related-posts-single .format-audio-icon img,
    .related-posts-single .format-gallery-icon img,
    .related-posts-single .format-image-icon img
    {
        width: inherit; !Important;
        height: 70px !Important;
    }

    .search-center-mobile
    {
        width: 202px;
        margin: 0 auto;
    }

    .home .eleven
    {
        width: 600px !Important;
        margin-right: 0px !Important;
    }

    .home .five
    {
        margin: 0 0 0 40px !Important;
        width: 300px !Important; 
    }

    .home .one-col-horiz-left { width: 280px; }
    .home .one-col-horiz-right
    {
        float: right !Important;
        width: 280px;
    }

    .widget-post-small-thumb,
    .popular-post-thumb,
    .widget-thumb
    {
        width: 80px !Important;
        float: left;
        margin-right: 10px;
    }

    .posts-images
    {
        margin-bottom: 10px;
        height: auto;
    }

    .posts-images a { margin: 0px !Important; }

    .home .widget-post-big-thumb .format-image-icon { width: 290px !Important; }
    .home .widget-post-big-thumb .format-image-icon > img { width: inherit !Important; }

    #slider { width: 100% !Important; }
}

.widget-post-small-thumb a,
.popular-post-thumb a,
.widget-thumb a
{
    width: 80px !Important;
    margin-right: 20px;
}

.widget-post-small-thumb a > img,
.popular-post-thumb a > img,
.widget-thumb a > img
{
    width: 70px !Important;
}

#mobile-header-banner
{
    width: 300px;
    margin: 0 auto;
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
    color:    #FFF;
}
#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
    color:    #FFF;
}
#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
    color:    #FFF;
}
#search input { color: #999; }

.posts-read-more {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    color: rgb(0, 0, 0) !Important;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    width: inherit;
    background: rgb(239, 206, 112) !Important;
    font-weight: bold;
    display: block;
    margin: 10px 0;
}

.home .posts-read-more {
    color: rgb(200,200,200) !Important;
    background: rgb(30,30,30) !Important;
}

.widget-excerpt {
    margin: 10px 0 0 0;
}