/*

Theme Name:		TBST Conversion Plus v3

Theme URI: 		http://successteam.com.au/

Version: 		2 Contained

Description: 	Theme based upon wp-framework for the rapid development of TBSt websites.

Author: 		Ben Barin	

Author URI:		

Tags:			



Copyright 2012 TBST <http://successteam.com.au> All rights reserved.

*/



/* Reset Browser Defaults */









/* Apply base theme styles and colors */

@import url( 'library/css/base.css' );





/* Stylistic CSS Styles */

@import url( 'library/css/screen.css' );



/* Stylistic CSS Styles */

@import url( 'library/css/jquery.fancybox.css' );



/* Apply Mobile styles */

@import url( 'library/css/mobile.css' );





/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}



.read-more {

overflow: hidden;

height: 41px;

margin-bottom: 8px;

}

.home--featured-image {
 margin-bottom: 10px;
}

.row.header--img {
 max-width: 1200px;
}

.header--img .home--featured-image img {
 width: 100%;
}

.home .twelve.columns .home--featured-image {
 display: none;
}

img.vimeo-img {
    filter: opacity(0.8);
}

.page .header--img {
 display: none;
}

.home .header--img {
 display: block;
}

@media only screen and (max-width: 1024px) {
.home .row .twelve.columns {
   padding: 15px 10px;
}

.home #content {
 padding: 0;
}
}