/*
Theme Name: Critical Hit
Theme URI: 
Description: 
License: 
License URI: 
Version: 1.0
Template: eston
Author: studiofive
Author URI: 
Tags:
*/


.portfolio-locations,
.portfolio-types {
    margin: 5px 0;
}


.portfolio-locations ul,
.portfolio-types ul {
display:block;
    padding: 0;
    margin: 0 !important;
}

.portfolio-locations li,
.portfolio-types li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0px;
}

.portfolio-locations span{
font-family:"Montserrat";
font-weight: 800;
text-transform: uppercase;
    background: rgb(255, 35, 95);
    padding: 8px 8px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.portfolio-types span {
font-family:"Montserrat";
font-weight: 800;
text-transform: uppercase;
    background: #000000;
    padding: 8px 8px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.portfolio-types span:hover {
    background: #000000;
}

.portfolio-locations span:hover{
    background: rgb(255, 35, 95);

}

