/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 28, 2016, 12:24:15 PM
    Author     : nagham
*/

body.page_has_grid_list_btn h1.entry-title,
body.page_has_grid_list_btn .entry-meta,
body.page_has_grid_list_btn h1.page-title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px !important;
}
body.page_has_grid_list_btn article.post .entry-header .entry-meta a.page_grid_list_btn,
body.page_has_grid_list_btn a.tax_grid_list_btn{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    background: #343538;
    margin-left: 15px;
    transition: all 0.4s ease;
}
body.page_has_grid_list_btn article.post .entry-header .entry-meta a.page_grid_list_btn:hover, 
body.page_has_grid_list_btn a.tax_grid_list_btn:hover {
    background-color: #f96302;
}
body.page_has_grid_list_btn article.post .entry-header .entry-meta a.page_grid_list_btn .fa,
body.page_has_grid_list_btn a.tax_grid_list_btn .fa {
    padding-right: 8px;
    font-size: 14px;
    vertical-align: middle;
}
body.page_has_grid_list_btn.woocommerce .woocommerce-result-count, 
body.page_has_grid_list_btn.woocommerce-page .woocommerce-result-count {
    float: none;
}