/******************************************************************
Site Name: Vickie Howell 2013
Author: Jenny Medford

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 86%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
.clear {clear:both;}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h4.clear {padding-top:40px;}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 0px;
  background-color:#40bfb4;
  padding:10px;
  color:#FFF;
  font-size:13px;
}
blockquote.blue {
  background-color:#40bfb4;
}
blockquote.green {
  background-color:#bbc136;
}
blockquote.pink {
  background-color:#df398b;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
li.pins-feed-item img {width:100%;height:auto;}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}

.button,
.button:visited {
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFF!important;
    background-color: #df398b;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
}
a.button.itunes, a.button.android, a.button.rss, a.button.stitcher {width:100%;}
a.button.rss {    background-color: #e76c25;}
a.button.itunes {    background-color: #40bfb4;}
a.button.android {    background-color: #df398b;}
a.button.stitcher {    background-color: #bbc136;}
a.button.itunes:hover, a.button.android:hover, a.button.rss:hover, a.button.stitcher:hover {    background-color: #000;}
.subscribe h3 {}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
	background-color:#bbc136;
}
.button:active,
.button:visited:active {
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
.bne-testimonial-slider-wrapper {
    background: #4cc4ba;
    padding: 4px;
    border: solid 1px #ccc;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
	color:#FFF;
	font-size:18px;
}
.testimonial-author {display:none}

html,
body {
  /* height: 100%; */

}
body {
  font-family:'Metro Nova W01 Regular';
  font-size: 100%;
  line-height: 1.5;
  color: #464646;
  background-color:#FFF;
}

.wrap {
  width: 93%;
  margin: 0 auto;
}
#inner-wrapper {  width: 96%;
  margin: 15px auto 10px auto;
  background-color:#FFF;
}
.entry {border-bottom:1px solid #eee;padding-bottom: 20px;}
.singlepost.home .entry {border-bottom:0;}
.thedate {
	background-color:#bbc136;
	width:100%;
	height:40px;
	clear:both;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	padding:0;
	padding-top:3px;
	}
.themonth {font-size:22px;float:left;margin-right:10px;margin-left:6px;}
.theday {font-size:22px;padding:0;float:left;
margin:0;}
.readmore a.excerpt-read-more {color:#FFF!important;background-color:#df398b;text-decoration:none;font-size:20px;padding:10px;}
.readmore a.excerpt-read-more:hover {background-color:#bbc136;}
.readmore {clear:both;margin:20px 0;}
.shareaholic-share-buttons-container.mini li.shareaholic-share-button {
width: 25px!important;
}
.copyright {font-size:11px;color:#3fbeb4;text-align:center;text-transform:uppercase;}
.copyright a {color:#3fbeb4!important; text-decoration:none;}
#container {padding-bottom:40px;}
#sidebar1 {display:none;}
#sidebar2 {margin-left:30px;margin-top:-75px;}
.onebook {width:100%;text-align:center;margin-bottom:20px;}
.onebook {width:48%;text-align:center;float:left;margin-right:2%}
.onebook img {max-width:100%;height:auto;}
select.styled {width:200px;width: 268px;
   padding: 5px;
   font-size: 14px;
   line-height: 1.5;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   border: 1px solid #eee;
   background-color:#40bfb4;
   color:#000;
  font-family:'Metro Nova W01 Regular';
  background-image: url(../images/downarrow.png);
  background-repeat:no-repeat;
  background-position:right;
  border:1px solid #000;

}
select.styled:hover {cursor:pointer;background-color:#df398b;color:#fff;}
#main {padding-bottom:40px;}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #df398b;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #df398b;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2 a,
.h2 a
{color:#7d7d7d;font-weight:normal;font-style:normal;}
.entry-content h3 {font-weight:bold;color:#40bfb4;padding-top:20px;border-top:1px solid #eee;}

.nav {
  border: 1px solid #5cc6bd;
  border-bottom: 0;
  clear:both;
  text-align:center;
 
}

.nav li a {
display: block;
text-decoration: none;
padding: 5px 10px;
background-color: #40bfb4;
border-bottom: 1px solid #5cc6bd;
border-left: 1px solid #5cc6bd;
text-transform: uppercase;
color: #FFF;
width: 50%;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a, ul.sub-menu {
  display:none;
}
ul#menu-classes ul.sub-menu {display:block;}
.nav li a:hover {color:#df398b;}

#content {
}

.byline {
  color: #999;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #d3e7e5;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 10px 7px;
  text-align: center;
}

.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
 
}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #df398b;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #df398b;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
input[type=text],textarea,
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
input[type=submit] {background-color:#df398b;color:#FFF;border:0;}
input[type=text] {margin-top:1px;}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  color:#FFF;
  border-top:2px solid #eee;
}
.footer a {color:#464646;text-decoration:none;}
.footer a:hover {color:#df398b;}
/*********************
14. JENNY STYLES
*********************/
#inner-header img {max-width: 100%;
		height: auto;
}
#inner-content {padding-top:30px;}
#logo {padding-top:20px;}
#logo-home {padding:20px;}
#logo {
    padding: 10px;
    text-align: center;
}
#craftrocklove {display:none;}
#footer4.threecol.last {margin:20px auto;width:200px;}
.bookcover {width:100%;margin:20px auto;text-align:center;}
iframe {max-width:100%;}
.bookcover h3, .bookcover ul {display:none;}
.project-thumb {width:29%;margin-bottom:10px;margin-right:2%;float:left;text-align:center;min-height:190px;}
.project-thumb img {max-width:100%; height:auto;}
.project-thumb a {text-decoration:none;}
.browseprojects {margin-bottom:10px;}
.one-yarn {clear:both;width:100%;padding:0 20px; background-color: #fcfcfc;
    border: 1px solid #eee;border-top:2px dashed #3fbeb4;padding-top:30px;margin-top:30px;}
.one-yarn h2 {text-align:center;}
.yarnball {text-align:center;}
.yarnproject {text-align:center;}
.yarndescription ul {list-style-type:square;margin-left:20px;}
.tubepress_thumbnail_area {
margin-top: 1em;
width: 100%!important;
}
.bookcover img {max-width:100%;margin-bottom:20px}

#top-link {
background-color: #df398b;
bottom: 5px;
color: #FFF;
display:none;
font-size: 11px;
padding: 5px;
position: fixed;
right: 5px;
text-decoration: none;
}
.widget .menu-lessons-container ul li {margin-bottom:0;list-style-type:square;}
.menu-lessons-container ul li a {font-size:13px;padding:0 2px;text-decoration:none;}
.menu-lessons-container ul li.current-menu-item a {font-weight:bold; color:#464646;}
div.results_row_left_column {
width: 35%!important;
}
div.results_row_right_column {
width: 22%!important;
}
.toplearn {background-color:#bbc136;padding:10px 20px 20px 20px;margin-bottom:30px;color:#FFF;}
.wsimage img {width:300px;height:auto;margin:0 auto;}
.wsimage {width:300px;height:auto;margin:0 auto;}
h4.tm_lcptu_post_title {display:none;}
.classes {text-align:center;}
.bookcontent ul {list-style-type:disc;margin-left:20px;}
body.single-podcast .shareaholic-canvas {display:none!important;}
body.single-podcast iframe {margin-top:30px!important}
.onepod {width:45%; display:inline-block; height:auto; margin:2%; vertical-align:top;}
.onepod img {width:100%!important; height:auto!important;}
.onepod h3 {margin:0;}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    height: 42px;
	text-transform:uppercase;
	font-family: 'Metro Nova W01 Regular';
}
#input_3_2_3 label {display:none;}
.fullpod {background-color:#d3e7e5;padding:20px;}
.fullpod img {width:100%!important;height:auto;}
.fullpod h2 a {color:#2aa099;}
.podcast img {max-width:100%;height:auto}
 .nav {
    border: 0;
	clear:both;
	background-color:transparent;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	width:100%;
	margin-top:0;
	margin-bottom:0
  }
  .nav li {
    display:inline-block;
    position: relative;
	background-color:transparent;

  }	
  .nav li a {
  border: 0;
  background-color: #FFF;
  color:#7d7d7d;
	width: auto;
	padding: 10px 15px;
    font-size: 14px;
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: #eee;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #eee;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
float: left;
  
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
  
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 182px;
    border-bottom: 1px solid #eee;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
body.home #content {   
}
ul.instagram-pics img {max-width:100%; height:auto}
.as-seen-on {  margin-top:30px;padding-top:20px;  border-top: 1px solid #eee;}
.as-seen-on img {max-width:100%; height:auto;}
h2.aseen {text-align:center; text-transform:uppercase; color:#40bfb4;}
.single-class .shareaholic-canvas {display:none!important;}
.one-yarn .gallery-caption {text-align:center;}
.gallery {text-align:center;}
.gallerylinks {clear:both;padding-top:30px;}
.gallerylinks h4 {margin:10px;}
.product-template-default h1.page-title {display:none;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {font-size:14px; line-height:22px;}
.product ul {list-style-type:disc; padding-left:20px}
.product ul li {padding-bottom:5px;}
.woocommerce div.product form.cart .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    vertical-align: middle;
    float: left;
    color: #FFF!important;
    background-color: #df398b;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
    font-family: 'Metro Nova W01 Regular';
}
.woocommerce .quantity .qty {
    height: 38px;
}
.woocommerce-cart .woocommerce-message {display:none;}
.gallery {
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	text-align: center;
	width: 98%;
	margin: 1%;
}

.gallery img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: Vickie Howell 2013
  Author: Jenny Medford
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.less styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  
  }
  .menu ul {
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .menu ul li {
    /*
  				plan your menus and drop-downs wisely.
  				*/
  
  }
  .menu ul li a {
    /*
  					you can use hover styles here even though this size
  					has the possibility of being a mobile device.
  					*/
  
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright,
  .toplearn .alignright,
  .toplearn img.alignright
  {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter, .aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
 /*********************
  Jenny STYLES min-width:481px;
  *********************/

#footer4.threecol.last {margin:20px auto;}
/* .entry-content div {padding-top:10px;} */
.entry-content div.shareaholic-share-button-container {padding-top:0!important;}
.onebook {width:48%;text-align:center;float:left;}
.browseprojects {float:left;}
.searchprojects {float:right;}
.yarndescription {}
.yarnball {float:left;width:48%;}
.yarnproject {float:right;width:48%;}
.one-yarn h2 {text-align:left;}
.classlist {background-color:#dce178;padding:20px;}
.single-class .bookcover ul {
    margin-bottom: 0;
}
dl.gallery-item {width:48%;display:inline-block; vertical-align:top;margin:1%;}

 /*********************
  Jenny STYLES min-width:548px;
  *********************/
}
@media only screen and (min-width: 548px) {
.entry {float:left;width:80.645%;border-bottom:1px solid #eee;padding-bottom: 20px;}
.thedate {
	height:75px;width:75px;background-color:#40bfb4;
	-webkit-border-radius:50% ;
    border-radius:50% ;
	float:left;margin-right:20px;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	padding:0;
	}
.themonth {padding-top:14px;font-size:14px;float:none;}
.theday {font-size:22px;padding:0;float:none;
margin:0;}
.readmore a.excerpt-read-more {color:#FFF!important;background-color:#df398b;text-decoration:none;font-size:20px;padding:10px;}
.readmore a.excerpt-read-more:hover {background-color:#bbc136;}
.readmore {clear:both;margin:20px 0;}
#footer4.threecol.last {margin:20px auto;width:400px;}
.project-thumb img {max-width:100%; height:auto;}
.project-thumb img:hover {border: 2px solid #bbc136;}
.project-thumb {width:23%;padding-bottom:10px;margin-right:2%;float:left;text-align:center;}
.one-class {display:inline-block;width:30%;margin:1%;vertical-align:top;}
.one-class img {max-width:100%; height:auto;}
.one-class a {text-decoration:none;}
#banner {height:350px;    background-image: url(http://vickiehowell.staging.wpengine.com/wp-content/uploads/2016/08/Homeborder2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-position: top center;
}
ul#menu-classes a {text-transform:uppercase; text-decoration:none;color:#666; border-bottom: 2px solid #FFF;
    font-weight: bold;
    width: 100%;
    display: block;
    padding-bottom: 10px;}
ul#menu-classes a:hover {color:#4dc4ba;}
ul#menu-classes ul.sub-menu {margin-top:10px;padding-top:0;padding-left:10px;}
ul#menu-classes ul.sub-menu li {padding-bottom:6px;}
ul#menu-classes ul.sub-menu li a {font-weight:normal;padding-top: 10px;}
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: Vickie Howell 2013Author: Jenny MedfordStylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  .fivecol.vids {width:47%;}
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
 
  .wrap {
    max-width: 1144px;
  }
#inner-wrapper {
    width: 100%;
	margin:0
  }
 
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  #footer1.sidebar, #footer2.sidebar, #footer3.sidebar {margin-top:0;}
  .widgettitle {
    margin-bottom: 0.75em;
	text-transform:uppercase;
	font-size:20px;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
  }
  footer h4.widgettitle {color:#464646}
  #sidebar1 .widgettitle, #sidebarlearn .widgettitle, #sidebar2 .widgettitle {text-align:center;font-size:16px;padding-top:20px;border-top:1px solid #eee;}
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  .footer-links ul li {
  }
#inner-header {padding-top:15px;
		}
#inner-header img {max-width: 100%;
		height: auto;
		}
#inner-header .eightcol {margin-left:0;
}
#craftrocklove {display:block;text-align:right}
#footer1.threecol {margin-left:0;}
#footer4.threecol.last {width:22%;margin-top:30px;}
#footer4.threecol.last img {width:22%;}
#sidebar1 {display:block;}
.widget_sp_image img {max-width:100%!important;height:auto!important;}
.nav li ul.sub-menu {}
.nav li ul.sub-menu li a, .nav li ul.children li a, ul.sub-menu {
font-size: 95%;text-align:left;
}
#black-studio-tinymce-3 {background-color:#dce178;padding-bottom:10px;font-size:13px;}
#black-studio-tinymce-3 img {max-width:100%;height:auto;}
#black-studio-tinymce-3 .textwidget {padding:0 10px;}
#black-studio-tinymce-3 h4.widgettitle {color:#FFF;text-transform:lowercase;font-size:30px;padding:0;margin-bottom:0;}
.bookcover {width:200px;float:left;margin-top:20px;width:34%}
.bookcover img {max-width:100%; height:auto;}
.bookcontent {width:340px;float:right;width:60%;}
blockquote .quotee {text-align:right;font-size:12px;}
.bookcover h3, .bookcover ul {display:block;text-align:left;}
.bookcover li .nava {text-decoration:none;}
.bookcover li {padding-bottom:10px;}
.bookcover h3, .booklet h3 {padding-top:10px;border-top:1px solid #eee;text-transform:uppercase;}
.onebook {width:23%;margin-right:2%;text-align:center;float:left;}
.onebook img {max-width:100%;height:auto;}
.project-thumb {width:15%;height:200px;margin-right:5%;float:left;text-align:center;}
.project-thumb img {max-width:100%; height:auto;}
.project-thumb img:hover {border:2px solid #bbc136;
}

.pagemain {padding:0 20px;}
.yarndescription {float:left;width:31.31524%;margin-right:3%;}
.yarnball {float:left;width:38.100209%;margin-right:3%;}
.yarnproject {float:left;width:23.48643%;}
.nav li a {
padding: 10px 15px;
font-size: 14px;

}
#sidebar2 {margin-left:0px;margin-top:0;}
.wsimage {float:right;width:48%;padding-top:30px;text-align:center;}
.wsdescription {float:left;width:48%;}
.wsimage img {width:100%;height:auto;margin:0 auto;}
.one-class {display:inline-block;width:30%;margin:1%;margin-bottom:30px;}
.fullpod .thumb {width:50%; float:left; height:auto;}
.fullpod .description {width:45%; float:right;}
.singlepost.home {width:45%;padding:1%; display:inline-block; vertical-align:top;}
  #banner {
height:540px;margin-top:0}
#logo {float:left;
	padding:0px 0 0 10px;
}
.gallery-columns-3 dl.gallery-item {width:30%; }
.gallery-columns-4 dl.gallery-item, gallery-columns-5 dl.gallery-item, .gallery-columns-6 dl.gallery-item {width:23%; }
	.gallery-columns-2 .gallery-item {
		width: 48%;
	}
	.gallery-columns-3 .gallery-item {
		width: 31%;
	}
	.gallery-columns-4 .gallery-item {
		width: 23%;
	}
	.gallery-columns-5 .gallery-item {
		width: 18%;
	}
	.gallery-columns-6 .gallery-item {
		width: 14.6%;
	}
}
@media only screen and (min-width: 1071px) {
  /******************************************************************
  Site Name: Vickie Howell 2013Author: Jenny MedfordStylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
  .nav li a {
padding: 10px 20px;
font-size: 15px;
  }
#banner {height:630px;}
.gallery-columns-5 dl.gallery-item {width:18%; }
.gallery-columns-6 dl.gallery-item {width:14%; }

}
@media print {
  /******************************************************************
  Site Name: Vickie Howell 2013Author: Jenny MedfordStylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
.galleria-theme-nextgen_pro_lightbox .galleria-info {
    display: block!important;
}
.galleria-theme-nextgen_pro_lightbox .galleria-info-title {
display:none!important;
}
.ngg-gallery-thumbnail-box {
    float: left;
    margin-right: 5px;
    width: 40%;
}
.page-id-6840 .ngg-gallery-thumbnail img {
	max-width:100%!important;
    background-color: #fff;
    border: 0px solid #a9a9a9;
}
.slideshowlink {display:none;}
.white-home {background-color:#FFF;}
#navigation {background-color:#FFF;}
.sticky-element-active + #banner {position:fixed;}
ul#menu-books a {text-decoration:none;}
body.single-podcast blockquote {padding:20px;}
body.single-podcast blockquote p {padding-bottom:10px;}