/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*
  Template Name: Portfolio Page
*/
/* Hides Blog Posts on Homepage */
.home .hentry {
	display: none;
}

/* Removes Blog Header Information*/
.entry-meta, .author-avatar {
	display: none;
}

.author-info .author-description {
	width: 100%;
	padding: 0:;
}

.entry-header .entry-meta,.recent-post .entry-meta, footer.entry-footer {
	display: none;
}

/* Removes Portfolio Tags*/
.single-jetpack-portfolio .entry-title {
	display: none;
}

/*Removes "Portfolio" Header*/
.wf-active h1.section-title {
	display: none;
	font-weight: 0;
}

/*Removes Space Where "Porfolio" Resided*/
.section-header .inner {
	padding: 0;
	background: #303030;
}

/*Sets Left and Right Text*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	float: center;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
	float: left;
	width: 33.3%;
	padding: 10px;
}

/* Clear floats after image containers */
.row::after {
	content: "";
	clear: both;
	display: table;
}

/*** Take out the divider line between content and sidebar for Single WooCommerce Product Pages ***/
.single-product #main-content .container:before {background: none;}

/*** Hide Sidebar for Single WooCommerce Product Pages ***/
.single-product #sidebar, .single-product #sidebar-secondary {display:none;}

/*** Expand the content area to fullwidth for Single WooCommerce Product Pages ***/
@media (min-width: 981px){
.single-product #left-area, .single-product #primary {
width: 100%;
padding: 23px 0px 0px !important;
float: none !important;
}
}

/**
 * Remove product data tabs
 */
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );

/* Hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}

.sku_wrapper {
display:none;
}

form input[type="text"] {
    color: #fff;
}

#tab-additional_information h2 {
    display: none !important;
}
/*** Hide Sidebar for Single WooCommerce Product Pages ***/
.single-product #additional_information_tab,{display:none;}