/*
Theme Name: Jasmine - Premium
Theme URI: http://angiemakes.com/themes-demo/jasmine/
Author: Angie Makes
Author URI: http://angiemakes.com/
Description: A modern, feminine, WordPress theme.
Version: 2.65.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpcanvas2
Domain Path: /languages/
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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 WPCanvas2 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Buttons
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
	9.1 - List
	9.2 - Calendar
	9.3 - Pages, Meta, Categories, Archive, Nav Menu
	9.4 - Recent Entries
	9.5 - Mail Chimp
	9.6 - Yarpp
	9.7 - Pinterest RSS Widget
	9.8 - Jetpack
	9.9 - About Me
	9.10 - Image
	9.11 - Instagram
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
	10.4 - Tables
	10.5 - Attachments
	10.6 - Author Bio
	10.7 - Page Templates
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Grid
14.0 - Backgrounds
15.0 - Header
16.0 - Footer
17.0 - Font Awesome Icons
30.0 - Plugins
	30.1 - Contact Form 7
	30.2 - WC Shortcodes
	30.3 - WC Gallery
	30.4 - WooCommerce
	30.5 - Jetpack
	30.6 - LayerSlider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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;
}
*:focus {
    outline: none; /* Removed blue highlight around form fields */
}
body {
	background: #fff;
}
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 {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	/* font-size: 16px; */
	/* Causes issue with customizer */
	/* font-size: 1.6rem; */
	/* line-height: 1.5; */
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 { margin-bottom: 1.5625em; }
h2 { margin-bottom: 1.25em; }
h3 { margin-bottom: 1.125em; }
h4 { margin-bottom: 0.9375em; }
h5 { margin-bottom: 0.625em; }
h6 { margin-bottom: 0.625em; }
p {
	margin-bottom: 1.5em;
}
b, strong {
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 1.5em 0;
	padding: 0.7em 1.5em;
	background-color: #f7f7f7;
	border-left: 0px solid #eeeeee;
}
blockquote > * {
	margin-bottom: 0;
}
blockquote > *:first-child {
	margin-top: 0;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
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;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 80%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 80%;
}
big {
	font-size: 120%;
}

/*--------------------------------------------------------------
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 {
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
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 */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #cccccc;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
}
button,
input {
	/* line-height: 1 !important; */
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
button,
textarea,
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="color"],
input[type="image"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="text"],
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow:none; /* removed red border around firefox :invalid input */
}
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;
}
select,
input,
textarea {
	color: #666;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 7px;
}
input[type="range"],
input[type="image"],
input[type="file"] {
	border-width: 0;
	padding: 0;
}
select[multiple] {
	background-image: none;
}
input[type="range"],
input[type="file"] {
	background: none;
}
select[multiple], select[size] {
	height: auto;
}
select {
	/* I don't want a plugin causing text to spill over on the custom arrows on the right */
	padding-right: 30px !important;
	background-image: url('img/select-arrows.png');
	background-position: right center;
	background-repeat: no-repeat;
	text-indent: 0.01px;
	text-overflow: ''; /* Hides arrows on firefox */
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited,
a:focus,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.entry-meta a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.header-navigation,
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}
.nav-container {
}
.wp-nav-menu-container {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.nav-bottom-border {
	padding: 0;
}
.header-navigation ul,
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.header-navigation li,
.main-navigation li {
	display: inline-block;
	position: relative;
}
.header-navigation a,
.main-navigation a {
	display: block;
	text-decoration: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	white-space: nowrap;
}
.header-navigation ul ul,
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	z-index: 99999;
	text-align: left;
	/* padding-top: 1px; */
}
.header-navigation ul ul ul,
.main-navigation ul ul ul {
	padding-top: 0;
}
.header-navigation ul ul ul,
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.header-navigation ul ul a,
.main-navigation ul ul a {
}
.header-navigation ul ul li:first-child,
.main-navigation ul ul li:first-child {
	border-top-width: 0;
}
.header-navigation ul ul li,
.main-navigation ul ul li {
	/* border-top: 1px solid #cccccc; */
	display: block;
}
.header-navigation ul ul ul li,
.main-navigation ul ul ul li {
	/* border-left: 1px solid #cccccc; */
}
.header-navigation li > a:hover,
.main-navigation li > a:hover {
}
.header-navigation li:hover > a,
.main-navigation li:hover > a {
}
.header-navigation ul ul li:hover > a,
.main-navigation ul ul li:hover > a {
}
.header-navigation ul ul a:hover,
.main-navigation ul ul a:hover {
}
.header-navigation ul li:hover > ul,
.main-navigation ul li:hover > ul {
	display: block;
}
.header-navigation .current_page_item,
.main-navigation .current_page_item a,
.header-navigation .current-menu-item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	margin: 0;
}
/* header menu */
.header-navigation {
	border-bottom: 1px solid #cccccc;
}
.header-navigation a i.fa,
.main-navigation a i.fa {
	vertical-align: top;
}
.main-navigation .sub-menu {
	border: 1px solid #cccccc;
}
/*--------------------------------------------------------------
5.3 Buttons
--------------------------------------------------------------*/
a.more-link,
#wrap #page a.button,
#wrap #page button.button,
#wrap #page input.button,
#wrap #page #respond input#submit,
#wrap #page #content input.button,
#wrap #page .woocommerce-pagination a,
#wrap #page .woocommerce-pagination span,
#wrap .wc-shortcodes-button,
.comment-navigation a,
.paging-navigation a,
.post-navigation a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.more-lin