/*
Theme Name:     Forte Mod by Jeremy Tredway
Theme URI:      http://jeremytredway.com/
Description:    Child theme for the Forte theme 
Author:         Jeremy Tredway
Author URI:     http://jeremytredway.com/
Template:       forte
Version:        1.0
*/

@import url("../forte/style.css");

#logo .letmebe span,
#logo_subtitle {
	display: none;
}

.pix_divider.firstDivider {
	margin: -40px -20px 60px;
	padding: 0;
}
.pix_divider.firstDivider h1 {
	font-size: 2.25em;
}

p.state_select, 
p#shipping_state_field, 
p#shipping_country_field {
	overflow: visible;
}

.zoomSelected {
	border: none;
}

.products .entry-meta {
	display: none;
}

.thumbnails .cloud-zoom,
.thumbnails .cloud-zoom-gallery {
	cursor: pointer;
}

.pix_simple_grid .pix_column_thumb {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#colorbox .cboxPrevent {
	display: none;
}


@media only screen and (min-width: 768px) {

	nav ul.menu {
		display: block !important;
	}
	nav .select_wrap {
		display: none !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.wrap_header .pix_column_990 {
		width: 100%;
	}

}