/*
Theme Name: Whimsy Framework
Theme URI: http://thefanciful.com/whimsy
Author: thefanciful
Author URI: http://thefanciful.com
Description: Whimsy Framework is a minimalist theme ready to be customized; with plenty of extras baked in.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whimsy-framework
Tags: responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, sticky-post, threaded-comments, two-columns, translation-ready

 * Whimsy Framework WordPress Theme, Copyright 2014 WordPress.org
 * Whimsy Framework is distributed under the terms of the GNU GPL

 * Whimsy Framework is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/

 * @package    SlimMenu (jquery.slimmenu.js)
 * @link       http://adnantopal.github.io/slimmenu/
 * @author     Author: @adnantopal
 * @copyright  Copyright 2013, Adnan Topal (atopal.com)
 * @licence    Licensed under the MIT license.

 * @package    Font Awesome 
 * @version    4.2.0 
 * @author     @davegandy - http://fontawesome.io - @fontawesome
 * @license    http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 
 * @package    Gridiculous (css/grid.css)
 * @author     http://gridiculo.us by c.bavota - http://bavotasan.com/about
 * @license    GPL v2

 * @package    TGM-Plugin-Activation
 * @version    2.4.0
 * @author     Thomas Griffin <thomasgriffinmedia.com>
 * @author     Gary Jones <gamajo.com>
 * @copyright  Copyright (c) 2014, Thomas Griffin
 * @license    http://opensource.org/licenses/gpl-2.0.php GPL v2 or later
 * @link       https://github.com/thomasgriffin/TGM-Plugin-Activation
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Template Page Styles
14.0 - Plugin Integrations
15.0 - Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	-webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
q:before {
	content: '\f10d';
	font-family: 'FontAwesome';
	display: block;
	font-size: 200%;
	margin-left: -50px;
	position: relative;
	color:rgba(216,216,216,0.4);
}
blockquote, q {
	quotes: "" "";
	padding:0 5%;
	display:block;
	margin:0 2%;
	position: relative;
	font-size: 120%;
}
blockquote > p, q > p {
	margin-bottom: 1em;
	margin-top: -1.2em;
	position: relative;
	text-shadow: 1px 2px 1px rgba(216,216,216,0.6);
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #4b4b4b;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
cite { 
	font-size: 75%;
	display: block;
	font-weight: 300;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	line-height:1.4em;
	margin-bottom: 0.8em;
	}
h1 {
	font-size:2em;
	}
h2 {
	font-size:1.8em;
	}
h3 {
	font-size:1.6em;
	}
h4 {
	font-size:1.4em;
	}
h5 {
	font-size:1.2em;
	}
h6 {
	font-size:0.8em;
	}
::selection {
  background: #1fb4ca;
  color: #fff;
}
::-moz-selection {
  background: #1fb4ca;
  color: #fff;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #000;
	border-radius: 6px;
	background: transparent;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1em;
	line-height: 1;
	padding: 1% 2%;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	color:#ccc;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	width: 98%;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, a:visited {
	color:#1fb4ca;
	text-decoration: none;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

.entry-content a, .entry-footer a, #comments a, .widget a {
	font-weight: 700;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#site-navigation {
	background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(16, 21, 22, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(16, 21, 22, 0.15);
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	width: 100%;
	display: inline-block;
}
.whimsy-nav {
	clear: both;
	display: block;
	width: 100%;
}
ul.whimsy-nav  {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}
.whimsy-nav li {
	position: relative;
	display: inline-block;
}
.whimsy-nav a {
	display: block;
	text-decoration: none;
	font-weight: 100;
}
.whimsy-nav ul ul {
    left: -999em;
    position: absolute;
    top: 2.9em;
	background: rgba(255,255,255,0.9);
	letter-spacing: 0;
    float: left;
	z-index: 99999;
	border-radius: 0 0 3px 3px;
}
ul.whimsy-nav.collapsed {
	background: rgba(255,255,255,0.9);
}
.whimsy-nav ul ul ul {
	left: -999em;
	top: 0;
}
.whimsy-nav ul ul a {
	width: 200px;
	font-weight: 500;
	text-align: left;
	text-transform: none;
	padding: 2% 4%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.whimsy-nav ul ul li {
}
.whimsy-nav li:hover > a {
}
.whimsy-nav ul ul :hover > a {
	font-weight: 500;
}
.whimsy-nav ul ul a:hover {
}
.whimsy-nav ul li:hover > ul {
	left: auto;
}
.whimsy-nav ul ul li:hover > ul {
	left: 100%;
}
.whimsy-nav .current_page_item a,
.whimsy-nav .current-menu-item a {
	font-weight: 500;
}
/* Sub-menu */
ul.sub-menu li {
	display: inline-block;
	float: none;
	padding: 0;
	background: rgba(255,255,255,0.95);
	font-size: 90%;
	font-weight: 500;
	border-bottom: 1px solid rgba(216,216,216,0.3);
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	width: 98%;
	max-width: 100%;
}
/* Special Widget Styles */
h1.widget-title {
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:0.9px;
    width: 100%;
}
.widget li {
	list-style: none;
}
.widget li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
}
/* Whimsy About Me Widget */
.whimsy-img img{
	border-radius: 6px;
    margin-bottom: 1em;
}
.whimsy-more {
	text-align: right;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.9px;
}
/* Whimsy Social Networks Widget */
#widget-whimsy-social ul {
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
}
#widget-whimsy-social li {
	display:inline-block;
	padding:1%;
	margin:0 2%;
	font-size:2em;
	}
#widget-whimsy-social li:before {
	content: ''; 
	}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
/* Calendar widget */
#wp-calendar {
}
#wp-calendar caption{
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: 700;
	padding: 0 0 1% 0;
	border-bottom: 1px solid rgba(216,216,216,0.3);
	margin: 0 0 3% 0;
	}
#wp-calendar th, #wp-calendar tr, #wp-calendar td{
	text-align:center;
	font-size: 100%;
	}
#wp-calendar a{
	border:1px solid rgba(0,0,0,0.1);
	border-radius:6px;
	display:block;
	}
/* Tag Cloud */
.widget_tag_cloud a {
	font-weight: 100;
	}
/* RSS */
.rsswidget img { 
	float: right;
	}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#header, #masthead, #special-container, .container, #footer-menu, #footer-widgets {
	margin: 0 auto;
	max-width: 1180px;
	clear: both;
}
/* HEADER STYLES */
#header-container {
	position: relative;
	z-index: 90;
}
#masthead {
	text-align: center;
	padding: 1em 0 1.4em 0;
}
.site-branding > h1.site-title {
	font-size:4em;
	line-height: 1.4em;
	margin-bottom: 0;
}
.site-branding > h1.site-title a{
	font-weight: 100;
}
.site-branding > h2.site-description {
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 100;
	margin-bottom: 0;
	font-style: italic;
}
/* FOOTER STYLES */
#colophon {
	margin: 1em auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#footer-menu ul {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin:0;
	clear: both;
}
#footer-menu li {
	display: inline-block;
	list-style: none;
	text-align: center;
	padding: 1em 1em 1em 0;
}
.site-info {
	font-size: 80%;
	text-transform: uppercase;
	padding: 1em 0;
	text-align: left;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.entry-header {
	padding-bottom: 2%;
}
.entry-header > h1.entry-title {
	font-size: 3em;
	font-weight: 100;
	line-height: 1.2em;
	margin-bottom: 0;
}
.entry-header img {
	width:100%;
}
body.single .entry-meta {
	margin:1em 0; 	
}
.entry-content {
	font-size: 120%;
}
.entry-comment-meta {
	font-size: 190%;
	text-align: right;
}
.entry-category {
	font-size: 80%;
	text-transform: uppercase;
}
.entry-footer {
	font-size: 80%;
}
.posted-on {
	display: block;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.4em;
}
.sticky {
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.1);
	padding:3%;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
	font-size: 1em;
	font-style: italic;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
	text-transform: uppercase;
}
.entry-img {
}
.entry-img img {
	border-radius: 6px;
	padding-bottom: 2%;
}
/* Social Sharing */
article #social-sharing {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: .8px;
    margin: 1em 0;
}
 
#social-sharing > .sharing-icon{
    font-size:1.1em;
    text-align: center;
    background: rgba(0,0,0,0.1);
    padding: 0.2%;
    margin: 0;
    min-width: 30px; 
}
 
#social-sharing > span{
	display: inline-block;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
#comments {
}
.comment-list, .children {list-style: none; margin: 0;}
.comments-title {
	margin-bottom: 1em;
}
.comment { 
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom: 1em;
}
.children > .comment { 
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: none;
	border-radius: 3px 0 0 3px;
	margin: 1em 0 1em 1em;
}
.comment-meta, .comment-content { padding: 1em}
.comment-metadata {font-size: 80%;}
.comment-metadata a {font-weight: 300;}
.comment-author b {font-size: 130%;}
.alt { background: rgba(215, 215, 215, 0.2); }
.avatar { 
	float: right;
	margin-left: 1em;
	padding: 2px;
	border-radius: 70px;
	border: 1px solid rgba(0, 0, 0, 0.1); 
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.reply a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: right;
	margin: 1em;
	padding: 1em; 
	border-radius: 6px;
	display: inline-block;
}

/*--------------------------------------------------------------
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) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
	font-size: 70%;
	line-height: 1.4em;
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding-bottom: 1.5em;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/*--------------------------------------------------------------
13.0 Template Page Styles
--------------------------------------------------------------*/
.full-width {
    width: 1180px; 
    margin:0 auto;
}
/* 13.1 Mosaic */
#mosaic {
    margin:0 auto;
}
#mosaic .sticky.brick {
	background: rgba(0,0,0,0.1);
}
#mosaic .entry-header, #mosaic .entry-content, #mosaic .entry-footer {
	padding:4%;
	margin: 0;
}
#mosaic .entry-img img {
	border-radius: 6px 6px 0 0;
	width: 100%;
}
#mosaic .entry-img  {
	padding-bottom: 0;
}
#mosaic .sticky {
	padding:0;
}
#mosaic p { margin-bottom: 0; padding-bottom: 0; font-size: 85%;}
#mosaic .entry-header > h1.entry-title {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 0px;
}
#mosaic .posted-on {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 100;
    line-height: 1em;
    text-align: left;
}
#mosaic .format-image > .entry-footer, #mosaic .format-image > .entry-content {display: none;}
#mosaic header.entry-header {
    display: block;
}
/*--------------------------------------------------------------
14.0 Plugin Integrations 
--------------------------------------------------------------*/
/* WooCommerce */
body.woocommerce-demo-store p.demo_store {
	position: absolute;
	font-size: 70%;
	overflow: hidden;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1) inset;
}
body.woocommerce-demo-store #page {
	top: 23px;
}
/*--------------------------------------------------------------
15.0 Media Queries 
--------------------------------------------------------------*/
/* Globals */
#page {
	width: 100%;
	position: relative;
}
#header, #masthead, #content-container, #special-container, .full-width, #colophon {
	margin: 0 auto;
	max-width: 90%;
}
#secondary.c3.end { padding-right: 0; float: right; }
.whimsy-nav li { text-align: center; }
.brick {
    width: 31%;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
#colophon, #infinite-footer .container {
	border: none;
}
@media screen and (max-width: 980px) {	
	#header, #masthead, #special-container, #content-container, .full-width, #colophon {
	  margin: 0 auto;
	  max-width: 90%;
	}
	#secondary.c3.end { padding-right: 0; float: none!important; clear: both; }
	.whimsy-nav ul {
	    left: auto;
	    position: relative;
	    top: auto;
		background: rgba(255,255,255,0.9);
		letter-spacing: 0;
	    float: none;
		z-index: 90;
		border-radius: 0;
		display: block;
	}
	.whimsy-nav li > ul {
		box-shadow: none;
	}
	.whimsy-nav ul ul a {
		width: 100%;
	}
	.whimsy-nav li .sub-collapser > i {
		font-size: 2em;
	}
	#site-navigation { 
		padding: 1%; 
		height: 60px;
	}
	.whimsy-nav li {
		float: none;
		text-align: left;
		width: 100%;
		font-size: 1.2em;
		display: block;
		line-height: 1.3em;
	}
	.menu-toggle,
	.whimsy-nav.toggled .nav-menu {
		display: block;
		font-size: 1em;
		border: 0;
	}
	#masthead { padding-top: 0;}
	.site-branding {
		top: 0;
		left: 0;
		margin: 0;
		z-index: 1000;
		max-width: 85%;
		position: absolute;
	}
	.site-branding > h1.site-title  {
		font-size: 1.6em;
		line-height: 1em;
		padding: 17px 20px;
	}
	.site-branding > h2.site-description {
		display: none;
	}
	.site-branding img{
		max-width: 170px;
	}
	#content, #whimsy-full {
		margin-top: 2%;
	}
	#colophon, #infinite-footer .container {
		position: relative;
	}
	.brick { 
		width: 47%;
		margin-left: 1%;
	}
}
@media screen and (max-width: 768px) {
/* 360 =================================================== */
	#site-navigation { 
		padding: 1%; 
	}
	#masthead {
    	padding-top: 7px;
	}
	.brick {
	    width: 98%;
	}
}
@media screen and (max-width: 360px) {
/* 360 =================================================== */
	#site-navigation { 
		padding: 2%; 
	}
	ul.sub-menu li {
		background: rgba(255,255,255,0);
		padding-left: 2em;
	}
	.site-branding {
	}
	.site-branding > h1.site-title  {
		font-size: 1.2em;
		line-height: 1em;
		padding: 20px 7px;
	}
}