/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    .post-navigator {
        margin-top: 12px;
    }

    .thumbnails {
        float: left;
        list-style: outside none none;
        padding: 0;
        width: 100%;
    }

    .social-bar > div:first-child {
        margin-bottom: 1.2em;
    }

    .social-bar > div:last-child {
        float: left;
    }

    .footer-links > div {
        margin-bottom: 2.9em;
        float: left;
    }

    .products-list-grid .list-group-item .thumbnail .caption > .list-group-item-text {
        float: left;
        margin-top: 1em;
    }

    .products-list-grid .list-group-item .thumbnail .actions-links {
        bottom: 0;
        left: 2.1em;
        position: absolute;
        right: auto;
        top: auto;
    }

    .products-list-grid .grid-group-item .thumbnail .caption,
    .products-list-grid .grid-group-item .thumbnail .item-add-to-cart{
        margin: 0 auto;
        width: 190px;
    }

    .products-list-grid .list-group-item .thumbnail .caption,
    .products-list-grid .list-group-item .thumbnail .item-add-to-cart {
        width: auto;
        position: unset;
    }

    .padding-zero-mobile{
        padding: 0px;
    }

    .navbar-nav > li:last-child > a {
        margin: 12px auto;
        position: relative;
        width: 113px;
        text-align: center;
    }

    .search-form-button {
        width: 100%;
    }

    .search-form-button {
        position: relative;
    }

    .post-option-title {
        padding-top: 5%;
        float: left;
        color: #EF9D87;
        font-weight: bold;
        font-size: 9px;
        margin-left: 0.5em;
    }

    .get-in-touch-form .form-group {
        width: 100%;
    }

    .slider-price-tag {
        display: block;
        float: none;
        margin: 1em auto;
        position: initial;
    }

    .post-detail > ul > li {
        font-size: 12px;
    }

    .contact-address {
        width: 100%;
        position: initial;
        margin-bottom: 12px;
        background-color: rgb(255, 255, 255);
    }

    .search-form-container {
        float: left;
        width: 100%;
        background-color: #FFF;
        padding: 2.9em 0em 5em;
    }

    .search-heading {
        font-size: 5vw;
    }

    .heading {
        font-size: 5vw;
    }

    .jplist .list .block, .jplist .list .img {
        margin: 0px 0% !important;
        width: 100% !important;
    }

    .jplist .list .block .location  {
        padding-bottom: .1em;
    }

    .title, .desc, .theme {
        float: left;
        width: 100%;
    }

    .dl-center {
        text-align: center;
        width: 100%;
    }

    .theme-form-btn {
        padding: 1em 4em;;
    }

    .jplist-list-view .list .img img {
        width: 57%;
    }


/*==================================================
=  Media Queries (only effects google chrome       =
==================================================*/
    @media screen and (-webkit-min-device-pixel-ratio:0) {

        .post-option-title {
            font-size: 8px;
        }

        .jplist-list-view .list .block .location,
        .jplist-list-view .like  {
            padding-bottom: .1em;
            float: left;
            clear: both;
        }

    }
    /*==========  End of Media Queries (only effects google chrome  ==========*/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .products-list-grid .list-group-item .thumbnail .caption > .list-group-item-text {
        float: none;
        margin-top: 0em;
    }


    .post-option-title {
        padding-top: 9%;
        float: left;
        color: #ef9d87;
        font-weight: bold;
        font-size: 12px;
    }

    .post-detail > ul > li {
        font-size: inherit;
    }

    .search-form-container {
        float: left;
        width: 100%;
        background-color: #FFF;
        padding: 2.9em 4em 5em;
    }

    .search-heading {
        font-size: 4vw;
    }

    .heading {
        font-size: 4vw;
    }

    .jplist-list-view .list .block .location,
    .jplist-list-view .like  {
        padding-bottom: .1em;
        float: left;
        clear: both;
    }

    .jplist-list-view .product-price,
    .jplist-list-view .product-number {
        float: none !important;
    }

    .jplist-list-view .classified-price {
        float: left;
        left: 44%;
        position: absolute;
    }

}
