/**
 * Theme Name: Portfolio Child
 * Theme URI: http://thethemefoundry.com/wordpress/portfolio/
 * Template: portfolio
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com/
 * Description: Child theme for Portfolio
 * Version: 1.3.12
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: business, portfolio, professional, photography, clean, elegant, formal, handcrafted, light, minimal, sophisticated, gray, white, light, one-column, two-columns, right-sidebar, responsive-width, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, post-formats, post-slider, sticky-post, theme-options, translation-ready
 */

/* Create three equal columns that floats next to each other */
.wb-wrapper {

}

.wb-column {
  float: left;
  width: 33%;
  padding: 0px;
  margin: 0px;
}

.wb-column-center {
	float: left;
	width: 33%;
	padding: 0px;
	margin-left: 4px;
	margin-right: 4px;
  }

.wb-column-full-width {
  float: left;
  width: 100%;
}

/* Clear floats after the columns */
.wb-row:after {
  content: "";
  display: table;
  clear: both;
  margin: 0px;
  padding: 0px;
}



