/*

Author: Shelli Paroline
Author URI: http://shelliandbraden.com

Version: 1.1

*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 1.1em/1.8 'Enriqueta', "Hoefler Text", Garamond, "Times New Roman", serif;
		color: #2a2929;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		height: 100%;
		 width:100%;
		 margin: 0; padding: 0;
 }
 /* fullscreen setup */
html {
    height:100%;
    width:100%;
}


/* #Typography
================================================== */
	h1, h2, h3, h4 {
		font-family: 'Poppins', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 200; 
		}
	h1, h2 { color: #050201; }
	h3, h4 { color: #f2774c; font-weight: 300; }
	
	h5, h6 {
		font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 800; 
		color: #f2774c;
		padding-bottom: 10px;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 36px; line-height: 40px; margin-bottom: 10px; }
	h2 { font-size: 28px; line-height: 38px; margin-bottom: 10px; }
	h3 { font-size: 22px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 17px; line-height: 28px; margin-bottom: 10px; }
	h5 { font-size: 14px; line-height: 28px; margin-bottom: 4px; }
	h6 { font-size: 14px; line-height: 26px; margin-bottom: 4px; }
	
	h5 { text-transform: uppercase; }
	.burst1 { 
		background: url('images/burst01.png') no-repeat; 
		display: block; 
		text-align: center; 
		background-position: center center;
		background-size: 80px; 
		padding-top: 10px;
		}
	.burst2 {
		background: url('images/burst02.png') no-repeat; 
		display: block; 
		text-align: center; 
		background-position: center center;
		 
		padding-top: 10px;
	 }
	
	
	.mont { 
		font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 400; 
		text-transform: uppercase; 
		font-size: 14px;
		line-height: 30px;
	}
	
	
	.kern { word-spacing: -.1em; }
	.white { color: #fff; }
	.orange { color: #f2774c; }
	.dark { color: #050201; }
	
	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	p.caption { font-size: 17px; text-align: center; margin-bottom: 50px;  }
	p.block { padding: 10px 4px; margin: 0 2px; border-top: 2px solid #efe566; }
	p.block-round { padding: 10px 4px; margin: 0 2px; border: 2px solid #afd3c9; -webkit-border-radius: 4px; border-radius: 4px; }
		
	div.block { 
		display: block; 
		text-align: center; 
		padding: 20px 10px; 
		margin: 20px 0; 
		border: 2px solid #f1efec;
		border-radius: 4px;
	}


	.center { text-align: center; }
	strong.center { text-align: center; display: block; }
	
	em, i { font-style: italic; }

	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	p.small  { font-size: 85%; }

	span.aster { font-size: 150%; color: #eb5537; line-height: 10px; }
	span.hidden { overflow: hidden; height: 30px; line-height: 70px; width: 1px; display: block; }
	span.highlight { background: #f9ee63; border: 1px 0; padding: 0 3px; border-color: #f9ee63; color: #000; }
	span.underline, .underline { border-bottom: 1px solid #888; }
	span.follow {
		display: inline-block;
		font-family: 'Roboto Condensed';
		font-size: 14px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	span.author {
		font-size: 18px;
		min-height: 26px;
		display: table-cell;
		vertical-align: middle;
		float: left;
		margin-right: 8px;
		margin-bottom: 20px;
	 }

/*	Blockquotes  */
	blockquote, blockquote p { line-height: 22px; font-size: 13px; color: #777; }
	blockquote { margin: 15px 10px 20px; padding: 15px 10px 10px 14px; background: #f4f4f2; border-radius: 4px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	
	blockquote.paypal { padding-top: 0px;}
	blockquote.paypal p { margin-bottom: 0; }
	
	blockquote.yellow-block { background: #fcf27c; border-radius: 3px; }
	blockquote.yellow-block, blockquote.yellow-block p { line-height: 24px; font-size: 15px; color: #333; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited { color: #333333; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; border-bottom: 2px solid #F2E6E2; }
blockquote a, blockquote a:visited { line-height: inherit;  }

p a.no-border, p a:visited.no-border { color: #1d1d1d; border: none; }

footer p a, footer p a:visited { color: #7a7c7b; border: none; }

a.outgoing { 
	display: inline-block; 
	background-image: url('images/icon-site-gray.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 16px;
	padding-right: 20px; }

/* #Navigation
================================================== */

footer { 
	background: #f2774c; 
	display: block; 
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 0;
	padding: 20px;	
}

.social { 
	padding: 0 20px 0 32px;
	margin-right: 10px;
	display: inline-block;
	background-position: left center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

.social.works  { background-image: url('images/icon-pencil.png'); }
.social.insta  { background-image: url('images/icon-insta.png'); }
.social.email  { background-image: url('images/icon-mail.png'); }


/* #Layout
================================================== */

.fancybox-container--ready .fancybox-bg {
    opacity: 1;
    background: #fff;
}

#comics, #color, #illo { margin-bottom: 60px !important; }

#intro {
	text-align: center;
	min-height: 460px;
}

#hello { margin-top: 40px; }

#recent { 
	background-color: #f7f2f0;
	background-image: url('images/makingScents.jpg');
	background-position-x: center;
	background-position-y: -30px;
	background-size: 460px auto;
	background-repeat: no-repeat;
	height: 460px;
}

#recent:hover { 
	transition: background-size 0.2s ease;
	background-size: 460px auto;
}

#recent .bottom {
	height: 460px;
	vertical-align: bottom;
	text-align: center;
	width: 460px;
	display: table-cell;
}

#watchdog span {
	text-align: center;
	vertical-align: center;
	width: 300px;
	height: 90px;
	padding-top: 60px;
	display: block;
	background: 
}

#color span {
	background: #f2774c;
	text-align: center;
	vertical-align: center;
	width: 420px;
	height: 140px;
	padding: 40px 20px 20px;
	display: block;
	color: #fff;
	margin-bottom: 20px; 
}

#illo span {
	text-align: center;
	vertical-align: center;
	width: 300px;
	height: 90px;
	padding-top: 60px;
	display: block;
	background: 
}


#bio { padding: 40px 0 20px; }
#booklist { padding: 20px 0 120px; }

#scents { padding: 60px 0 120px; }
/* #Images
================================================== */


/* #Blog
================================================== */

span.mr_social_sharing img { width: 30px; height: 30px; padding: 6px !important; }

.post ul.tags li.tag-20  { background-color: #fba756; background-image: url('images/icon-panel-gray.png'); } 
.post ul.tags li.tag-21 { background-color: #fdf27c; background-image: url('images/icon-workshop-gray.png'); } 
.post ul.tags li.tag-80  { background-color: #ff6779; background-image: url('images/icon-panel-gray.png'); }
.post ul.tags li.tag-84  { background-color: #ff79cb; background-image: url('images/icon-drawing.png'); } 
.post ul.tags li.tag-79 { background-color: #9bf9e8; background-image: url('images/icon-ages-gray.png'); } 
.post ul.tags li.tag-74 { background-color: #b5d8ef; background-image: url('images/icon-ages-gray.png'); }
.post ul.tags li.tag-81 { background-color: #bff8a7; background-image: url('images/icon-ages-gray.png'); }
.post ul.tags li.tag-83 { background-color: #c5c6de; background-image: url('images/icon-ages-gray.png'); }
.post ul.tags li.tag-22 { background-image: url('images/icon-kid.png'); } 
.post ul.tags li.tag-86  { background-color: #65d2ee; background-image: url('images/icon-panel-gray.png'); } 

.post ul.tags-social li.tag-usertwitter, .icon-twitter { background-color: rgb(29, 161, 242); background-image: url('images/icon-twitter-white.png'); }
.post ul.tags-social li.tag-userinsta, .icon-insta { background-color: #ff7668; background-image: url('images/icon-insta-white.png'); }
.post ul.tags-social li.tag-site, .icon-site { background-color: #433c34; background-image: url('images/icon-website-white.png'); }

.icon-buy { background-color: #fdf27c; padding: 5px 20px 0 20px; }

span.icons {
	display: inline-block;
	margin: 0 2px 0;
	min-width: 26px;
	height: 26px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	border-radius: 3px;
	background-position: center center;
	cursor: pointer; 
}

.wp-caption-text { font-size: 80%; font-style: italic; opacity: .9; }

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style-position: outside; }
	ul.circle li:before { content: "• "; color: #ebe30c; font-size: 18px; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	ul.indent { margin-left: 30px; list-style: none; }
	ul.indent li:before { content:"—"; position:relative; left:-5px;}
	ul.indent li { text-indent:-5px; }
	
	ul.grant-list { list-style: circle; padding-left: 20px;  }
	ul.grant-list li { margin-left: 20px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		
	img.rounded {
		-webkit-border-radius: 4px; border-radius: 4px; 
	}	


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 240px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 2px; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 40px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 230px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* Images
================================================== */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 16px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 16px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncentered,
img.aligncentered {
	float: left;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 6px;
}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.hidden { display: block; visibility: hidden; height: 0; margin: 0; }
	
	.left { height: 120px; 	display: inline;
	float: left;
	margin-right: 16px; vertical-align: top; }
	.float-left { float: left; }
