/*
Theme Name: Stretch Starter Child Theme
Description: This starter Child theme modifies the default Jump Start theme to have an overall stretched layout.
Author: Your name here
Template: jumpstart
*/


/* =Primary Design and Structure
----------------------------------------------- */


body {
	background: url('assets/images/background/backgroundlines.png') repeat #e5e5e5;
}

.site-breadcrumbs, .site-inner {
    background: transparent;
}


/* =Header
----------------------------------------------- */

.header-top {
    background-color: transparent;
}

.header-nav {
    background-color:transparent;
}
/* =Testimonial page styles
----------------------------------------------- */

.testimonial-p p {
font-size:18px;
color:#666;
line-height:26px;
}

#client_name {
font-size: 18px;
color: #999;
float:right;
}

#testimonial_quote p {
font-size: 20px;
color: #666;
line-height: 26px;
}

.testimonial-left-col {
float: left;
max-width: 450px;
margin-right: 20px;
}

.testimonial-right-col {
float: right;
max-width: 500px;
overflow: hidden;
}

.author-image {
	display: none;
}

.tb-testimonial.showcase .testimonial-text {
    font-size: 28px;
    line-height: 1.4;
    padding: 15px 0 0 0;
    text-align: center;
}

.tb-testimonial.showcase .author {
    font-size: 13px;
    padding-top: 0;
    text-align: center;
}

/* =Content
----------------------------------------------- */



/* =WooCommerce Styling
----------------------------------------------- */

/*
.woocommerce ul.products li.product h3{
	font-size: 1.25em;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	
}
.products p {
	text-align: center;
	color: #333;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .price {
	text-align: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { 
	width: 30.65%;
}
*/

/*
.product-thumb {
	background-color: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    margin: 4px 0 4px 4px;
    padding: 4px;
    position: relative;
}
*/

.woocommerce ul.products li.product .button {
    margin: 0 auto;
}

.woocommerce ul.products li.product { text-align: center; }

.woocommerce ul.products li.product-category.product a img { display: none; }

.woocommerce .woocommerce-ordering { display: none; }

/*
body.home .woocommerce ul.products li.product, body.home .woocommerce-page ul.products li.product {
    width: 22%;
}
*/



/* Etsy */

iframe[style] { max-width: 100%; width: 100%; height: auto; }
/* =Posts (general)
----------------------------------------------- */


/* =Post Grid
----------------------------------------------- */

.post_grid .entry-title {
	font-size: 15px;
	line-height: 22px;
}


/* =Widgets
----------------------------------------------- */

.testimonial-facebook .column.last {
	border: 1px #666 solid;
	padding: 15px;
}

/* =Testimonials
----------------------------------------------- */
.list-wrap .thumb-wrapper {
    position: relative;
    float: left;
    width: 40%;
    height: auto;
}

.list-wrap .entry-content {
	float: left;
	overflow: hidden;
	width: 58%;
	margin-left: 2%;
}

.list-wrap article.has-thumbnail {
    min-height: none;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

/* =Social Widgets
----------------------------------------------- */

.fts-jal-fb-header h1 { display: none; }

.tb-social-icons li {
	font-size: 18px;
}

.recent-post-slider.design-4 .post-image-bg {
    background: #f1f1f1;
    height: auto !important;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 40.0625em) {
	.wp-medium-5 {
	    width: 60%;
	}
}


@media only screen and (min-width: 40.0625em){
	.wp-medium-7 {
	    width: 40%;
	}
}
