/*
Theme Name: Me + You
Theme URI: http://me-you.angiemakes.com
Author: Angie Baldelomar
Author URI: http://angiemakes.com/
Description: A Pretty Wordpress Wedding Theme built with WordPress Canvas.
Version: 1.68.2
Tags: black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
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 {}
