/*
Theme Name: sbwa
Theme URI: Blackswan
Author: Blackswan Digital
Author URI: Blackswan Digital
Description: Blackswan Digital
Version: 1.4
License:
License URI:
Text Domain: Blackswan Digital
Domain Path: /languages/
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/


.main-slider-fullscreen{
	display: none;
}

li.listing-item{
	float: left;
   	width: 25%;
    	list-style: none;
	text-align: center;
}

.listing-item .image, .listing-item .title{
	display: block;
}

.listing-item .title {
    display: block;
    min-height: 52px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
    	color: #000;
}

.chpcs_foo_content img{
	width: 270px;
	height: 180px;
}

li.listing-item .image img{
	height: 150px;
} 

@media (max-width: 767px){
	li.listing-item{
	    float: none;
	    width: 100%;
	    list-style: none;
	    text-align: center;
	    padding-bottom: 10px;
	}
}