/*
Theme Name:     Venture Canvas
Theme URI:      http://www.ventureindustriesonline.com
Description:    Venture's child theme for Canvas 
Author:         Venture Industries Online
Author URI:     http://www.ventureindustriesonline.com
Template:       canvas
Version:        2.5.0009
*/

@import url("../canvas/style.css");

.feature-list .button { margin-top: 12px; }

.home-blog {
  margin-bottom: 3em;
  border-bottom: 1px dotted #c8c8c8;
}
/* 2.3.4 Portfolio */
/* 2.3.4.1 Portfolio Gallery */
#portfolio-gallery {
  position: relative;
  z-index: 9;
}
#portfolio-gallery h1 {
  margin: 0 0 1em;
  padding: 0 0 10px;
  font-size: 1.7em;
  font-weight: normal;
  border-bottom: 1px solid #e1e1e1;
}
#portfolio-gallery h1 strong {
  display: block;
  font-weight: normal;
  margin: 0 50px 0 0;
}
#portfolio-gallery h1 #port-tags {
  margin: 0 0 0 23px;
  font: bold 12px Helvetica, Arial, sans-serif;
}
#portfolio-gallery h1 #port-tags a {
  margin: 5px 30px 5px 0;
  line-height: 1.1;
  display: inline-block;
  position: relative;
  padding: 7px 15px 6px 5px;
  color: #727272;
  text-shadow: 1px 1px 0 #fff;
  background: url(images/bg-tags-right.png) no-repeat right top;
}
#portfolio-gallery h1 #port-tags a:hover {
  color: #3f3f3f;
  text-decoration: none;
}
#portfolio-gallery h1 #port-tags a.current {
  color: #46b1e1;
}
#portfolio-gallery h1 #port-tags a:before {
  content: "";
  margin-right: 5px;
  display: block;
  position: absolute;
  height: 26px;
  width: 20px;
  top: 0;
  left: -20px;
  padding: 0;
  background: url(images/bg-tags-left.png) no-repeat left top;
}
/* 2.3.4.2 Portfolio Item */
.portfolio-item {
  position: relative;
  display: block;
  float: left;
  margin: 1em 5px 1em 0;
}
.portfolio-item a.item {
  position: relative;
  display: block;
  padding: 4px;
  border: 1px solid #e1e1e1;
  border-bottom: 1px solid #c8c8c8;
  background: #fafafa;
}
.portfolio-item a.item:hover {
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.portfolio-item a.item.item {
  margin: 0 0 1em;
}
.portfolio-item a.item img {
  margin: 0;
}
.portfolio-item a.item .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.portfolio-item a.item .mask .content {
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.portfolio-item a.item .mask .content h2 {
  margin: 0 0 0.3em;
  color: #fff;
  font-size: 1em;
  line-height: 1;
}
.portfolio-item a.item .mask .content p.date {
  margin: 0;
  color: #fff;
  font-size: 0.9em;
}
.portfolio-item a.item img.icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
  height: auto;
}
.portfolio-item a.item:hover .mask {
  display: block;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.portfolio-item a.item:hover {
  text-decoration: none;
}
.portfolio-item h2 {
  width: 210px;
  font-size: 1.3em;
  font-weight: 300;
  font-family: "Signika", sans-serif;
}
.portfolio-item h2 a {
  color: #46b1e1;
}
.portfolio-item h2 a:hover {
  text-decoration: underline;
}
.portfolio-item .category {
  font-style: italic;
  color: #7e7e7e;
}
.portfolio-item .gallery-image {
  display: none;
}
/* 2.3.4.3 Portfolio Single */
.single-portfolio {
  margin-bottom: 2em;
}
.single-portfolio header h1 {
  margin-bottom: 0.5em;
  font-family: "Signika", sans-serif;
}
.single-portfolio .single-portfolio-image {
  width: 100%;
}
.single-portfolio .single-portfolio-image img {
  margin: 0;
}
.single-portfolio .portfolio {
  margin: 0 0 2.5em;
  padding: 0 0 2em;
  border-bottom: 1px solid #e1e1e1;
}
.single-portfolio .portfolio .portfolio-meta li {
  font-style: italic;
}
.single-portfolio .portfolio .portfolio-meta .portfolio-comments a {
  color: #3f3f3f;
  font-weight: bold;
}
/* 2.4 Custom Post Type - Features */
.post-type-archive .nav-entries,
.post-type-archive .wp-pagenavi,
.post-type-archive .woo-pagination {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
article.type-features {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid #e1e1e1;
}
article.type-features header {
  margin: 0 0 1em;
}
article.type-features header h1 {
  font-family: "Signika", sans-serif;
}
article.type-features header h1 a {
  color: #252525;
}
article.type-features img.feature-thumb {
  float: left;
  margin: 0 20px 20px 0;
}
article.type-features:last-child {
  border: none;
}
article.type-features .post-more a:link,
article.type-features .post-more a:visited {
  color: #3f3f3f;
  text-decoration: underline;
}
article.type-features .post-more a:link:hover,
article.type-features .post-more a:visited:hover {
  text-decoration: none;
}
.single-features article.type-features {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

strong, bold { font-weight:bold; }
.home .breadcrumb { display:none; }
.dbem-calendar-table { width: 100%; }
@media only screen and (max-width: 767px) {
	.ui-tabs-nav { clear: both !important; display: block !important; width: 100% !important; }
	.shortcode-tabs.vertical .tab { margin-left: 0 !important; }
}

.search-results #main .searchform, #searchform { border-width:0px; margin-bottom: 15px; }
.search-results #main .searchform input.s, #searchform input#s { border:1px solid #999; margin-bottom:10px; }

#homepagewidgets .event-detail-image img { width:100%; }
