.storefront-homepage-extra-sections {
    width: 100%;
    float: left;
    margin: 0;	
}

.storefront-homepage-extra-sections .shes-widget-full {
    text-align: center;
}
/*
 * Product Slider
*/
.product-slider .banner-product-image,
.product-slider .banner-product-details {
	padding: 10px;
}
.product-slider .banner-product-image {
	float: right;
	text-align: left;
	width: 25%;
}
.product-slider .banner-product-image img {
	display: inline-block;	
	border-radius: 3px;
}
.product-slider .banner-product-details {
	float: left;
	width: 74%;
}
.product-slider .banner-product-details h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: inherit;
}

.product-slider .banner-product-details .price {
	text-align: center;
}

.product-slider .banner-product-details .price .button {
	margin-left: 20px;
}

.product-slider .banner-product-details a {
	margin-top: 30px;
}

/*
 * Post Slider
*/

.featured-slider .banner-featured-image,
.featured-slider .banner-featured-details {
	padding: 10px;
}
.featured-slider .banner-featured-image {
	float: right;
	text-align: left;
	width: 32%;
}
.featured-slider .banner-featured-image img {
	display: inline-block;
	margin-top: 20px;
	border-radius: 3px;
}
.featured-slider .banner-featured-details {
	float: left;
	width: 66%;
}
.featured-slider .banner-featured-details h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: inherit;
	padding-top: 10px;
}

.featured-slider .banner-featured-details {
	text-align: center;
}

.featured-slider .banner-featured-details .button {
	margin-left: 20px;
}

.featured-slider .banner-featured-details a {
	margin-top: 30px;
}

.flex-control-nav li {
	margin: 0 2px;
}
.flex-control-paging li a {
	height: 8px;
	width: 8px;
}

.tripple-widget-header,
.tripple-widget-tagline {
    text-align: center;
}

.tripple-widget-header h1 {
    font-size: 2.618em;
    letter-spacing: .027em;
}

.tripple-widget-tagline {	
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    
    .storefront-homepage-extra-sections .shcs-overlay {
        padding: 0; 
	}
    .storefront-homepage-extra-sections .shes-widget {
        width: 30%;
        float: left;
        margin-right: 4.3333%;
	}
	.storefront-homepage-extra-sections .shes-widget.last {
        margin-right: 0 !important;
    }
    .storefront-homepage-extra-sections .shes-widget-full {
        width: 100%;
        float: left;
        margin: 0;
	}
}

@media screen and (max-width: 767px) {
    .product-slider .banner-product-image,
    .featured-slider .banner-featured-image	{
		display: none;
	}
	.product-slider .banner-product-details,
	.featured-slider .banner-featured-details {
		width: 100%;
	}
	
	.tripple-widget-header h1 {
        font-size: 1.857em;
        letter-spacing: .017em;
    }
}