/*
Theme Name: WP Canvas - Structure 2
Theme URI: http://webplantmedia.com/starter-themes/wordpresscanvas-structure2/
Author: Chris Baldelomar
Author URI: http://webplantmedia.com/
Description: WP Canvas Theme for WordPress makes it easy to customize your site and make it your own.
Version: 1.64.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wordpresscanvas
*/


/*--------------------------------------------------------------
COMMON WORDPRESS SELECTORS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
}

/* Make sure select elements fit in widgets */
.widget select {
}

/* Search widget */
.widget_search .search-submit {
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
}
.byline,
.updated {
}
.single .byline,
.group-blog .byline {
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
}
.wp-caption img[class*="wp-image-"] {
}
.wp-caption-text {
}
.wp-caption .wp-caption-text {
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
}
.gallery-item {
}
.gallery-columns-2 .gallery-item {
}
.gallery-columns-3 .gallery-item {
}
.gallery-columns-4 .gallery-item {
}
.gallery-columns-5 .gallery-item {
}
.gallery-columns-6 .gallery-item {
}
.gallery-columns-7 .gallery-item {
}
.gallery-columns-8 .gallery-item {
}
.gallery-columns-9 .gallery-item {
}
.gallery-caption {}
