/*  @import url(http://fonts.googleapis.com/css?family=Oswald:300,400);
@import url(http://fonts.googleapis.com/css?family=Poly:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Muli:300,400,400italic);*/
@font-face {
    font-family: 'imagiknitfont';
    src: url('imagiknit-font.eot');
    src: url('imagiknit-font?#iefix') format('embedded-opentype'),
         url('imagiknit-font.woff') format('woff'),
         url('imagiknit-font.ttf') format('truetype'),
         url('imagiknit-font.svg#imagiknitfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   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, 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;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #f15a22;
    color: #fff;
    text-shadow: none;
}

ul, ol {
    list-style-type: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body{
  width: 100%;
}

header, nav{
  width:100%;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/* Input Styles
   -------------------------------------------------------------------------- */
input[type="email"],
input[type="number"], input[type="password"], input[type="search"],
input[type="tel"], input[type="text"], input[type="url"], input[type="color"],
input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="time"], input[type="week"],
textarea {
    border: 1px solid #999;
    padding: 0.5em;
    outline: none;
    /* Remove Chrome outline */
    border-radius: 0.5em;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus,
input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus {
    outline: none;
    /* Remove Chrome outline */
}

/* Labels
   -------------------------------------------------------------------------- */
label {
    display: inline-block;
    margin-right: 1em;
}

/* Button Styles
   -------------------------------------------------------------------------- */
button {
    background: none;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

input[type=submit] {
    background: none;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -ms-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    transition: all, 0.2s;
}

/* hover for now */
.header-nav a{
  text-decoration: none;
  color: #333;

}
#level1 > li > a, .mobile-sub > li > a{
  text-transform: uppercase;
}
a:hover, .blog-feed a:hover, .header-nav a:hover{
    color: #ae3a8c;
}

#mobile-nav, .mobile-util-nav{
  display: none;
}

.header-wrapper .search {
    display: block;
    float: left;
    margin-right: 2.01406%;
    width: 19.8461%;
    margin-left: 7.28672%;
    float: none;
}

.search .freeShipGuy{
  background-color:#24b5c9;
  color: white;
  font-family: "Oswald";
  font-weight: 300;
  border-radius: 6px;
  text-align: center;
  padding: 1%;
  width: 60%;
  font-size: 14px;
  margin-top: 3%;
}

.header-wrapper .search:last-child {
    margin-right: 0;
}

.header-wrapper .logo {
    height: 100%;
    display: block;
    float: left;
    margin-right: 2.01406%;
    width: 41.70625%;
    float: none;
    margin-bottom: 0;
    text-align: center;
    line-height: 1em;
    margin-top:1%;
    margin-bottom: .5%;

}

.header-wrapper .logo:last-child {
    margin-right: 0;
}

.header-wrapper .logo::before {
    content: '';
    height: 100%;
}

.header-wrapper .header-nav {
    display: block;
    float: left;
    margin-right: 2.01406%;
    width: 19.8461%;
    float: none;
    text-align: right;
    font-family: "Poly";
}

.header-wrapper .header-nav:last-child {
    margin-right: 0;
}

.header-wrapper .logo,
.header-wrapper .logo::before,
.header-wrapper .header-nav,
.header-wrapper .search,
.header-wrapper .logo a {
    display: inline-block;
    vertical-align: middle;


}

/* Header Logo - Image
   -------------------------------------------------------------------------- */
.logo > img {
    vertical-align: middle;
    max-width: 100%;
}

/* Header Customer Navigation
   -------------------------------------------------------------------------- */
.customer-nav a {
    margin-right: 5%;
}

.cart>i {
    font-size: 1.25em;
    margin-right: 0.5em;
}

.cart:hover>b {
    background-color:#ae3a8c;
}

.cart-count {
    background-color:#333;
    color: #fff;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75em;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.cart-count:hover {
    background-color:#ae3a8c;
}

nav ul li{
  list-style-type: none;
  display: inline-block;
  text-align: center;
}

#main-nav{
  font-family: 'Oswald';
  font-size: 20px;
  text-align: center;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  position: relative;

}

#level1{
    width: 100%;
        padding:5px;
}
#main-nav > ul > li a{
  text-decoration: none;
  color: black;
  font-weight: 300;
}

#main-nav > #level1 > li a:hover{
  color: #51b5c9;
}

#main-nav > ul > li:not(:last-child){
  padding-right: 2%;
}


.slash{
  opacity: .4;
}



.sub-wrap{
  position: absolute;
  font-family: 'Poly';
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  height:150px;
  border-top: 1px solid #51b5c9;
  border-bottom: 1px solid #51b5c9;
  left:0;
  width: 101%;
  margin-top: 5px;
  color: #51b5c9;
   left: 0;
   width: 100%;
   display: table;
   background-color: #fff;
   z-index: 9999;
     text-transform: lowercase;

}

 .sub-nav{
  padding-left: 2%;
  padding-right: 2%;
   display: table-cell;
    vertical-align:middle;
 }




.sub-nav li a{
  color: #51b5c9 !important;
    text-transform: lowercase;
}

.sub-nav li a:hover{
     color: #ae3a8c !important;
}

.content{
   width:80%;
   margin: 0 auto;

}

#breadcrumb{
    font-family: "Muli";
    font-size: 12px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 15px;

}
#breadcrumb > a{
      color: #4d4d4d;
}

#paging{
  text-align: center;
  color: #333;
  font-family: "Muli";
  font-style: normal;font-weight: normal;
  margin: 1% 0;
  font-size: 14px;
  display: block;
  clear: both;
}

#paging a{
  color: #333;
}


#paging a:hover, #paging > .current{
  color: #ae3a8c;
}

#paging > span{
padding: 0 1%;
}

/* border image test */
.border-test {
  border-style: solid;
border-width: 25px;
-moz-border-image: url(border-image-marked.jpg) 36 38 15 36 repeat;
-webkit-border-image: url(border-image-marked.jpg) 36 38 15 36 repeat;
-o-border-image: url(border-image-marked.jpg) 36 38 15 36 repeat;
border-image: url(border-image-marked.jpg) 36 38 15 36 fill repeat;
}

/* yarn by brand */
.yarn-by-brand{
   width: 80%;
  margin: 2% auto;
}

.yarn-brand{
  width: 17%;
  margin: 1% 1% 3% 1%;
  text-decoration: none;
  /*float: left;*/
  display: inline-block;
  vertical-align: top;

}

.yarn-brand a{
  text-decoration: none;
    color: #a1bf61;
}

.yarn-brand a:hover .yarn-brand-title{
  text-decoration: none;
   color: #ae3a8c;
   border-bottom: 1px dashed #ae3a8c;
}

.yarn-brand a img{
  width: 100%;
  margin-top: 2%;
}

.yarn-brand-title{
  font-family: "Muli";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
/*  text-transform: uppercase;*/
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 1%;
  border-bottom: 1px dashed #a1bf61;

/*  color:#333;*/
}

.collection > .link-list-grid li{
  width: 30% !important;
  margin: 1% 1% 3% 1%;
}

.collection > .link-list-grid li a{
  text-decoration: none;
}

.collection > .link-list-grid li a:hover > h1{
  color: #ae3a8c;
}

/* product page */

#product-photo-container{
    float: left;

}
#product-photo-container{

    width:45%;
    max-width:550px;
    margin-right: 2%;
}
#product-photo-container img, #product-zoom-thumbs li a img{
    width:100%;

}

.thumb-wrap{
    width:48%;

    max-height:550px;
    float: right;
}

.pubthumb{
  max-height: 1000px;
}


#product-zoom-thumbs{
    border: 1px solid lightgrey;
    /*min-height:375px;*/
   max-height:375px;
    overflow: scroll;
   font-size: 0;
}

#product-zoom-thumbs li{
    width:20%;
  /* float: left;*/
  display: inline-block;
  font-size: 1;


}

.noro-fix li{
  padding:.3% !important;
}

#product-zoom-thumbs .Style{
  display: none;
}



#product-select{
    clear: both;
    width:100%;
}

#product-select option{

    font-size: 34px;
    font-family: "Poly";
}
#product-variants .selecter{
  min-width: 100% !important;
  max-width: 100% !important;
}

.product-page-title{
    font-family: "Poly";
    font-size: 46px;
    text-align: center;
    clear: both;
    padding-bottom: 1%;
}
.theblurb{
  font-family: "Muli";
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 1%;
 /* padding-bottom: 5% !important;
  padding-top: 3%;*/

}

.theblurbNeed{
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.product-info{
    width: 100%;
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
    margin-bottom: 1%;
}

.b-info{
    display: inline-block;
    width: 48%;
    font-family: "Poly";
    font-size: 24px;
    text-align: center;
     border-left: 1px dashed #666;
  margin: 2% 0% 2% 2%;

}
.product-info-pub{
  float: right;
  width:48%;
}
.product-info-pub > .b-info{
  width:100% !important;
}

.notyarn{
   border-left: none !important;
   position: relative;
   margin: 2% auto !important;
   text-align: center !important;
   width: 100% !important;
}

.product-info-needle .b-info{
  border-left: none;
}

.b-info > span:first-child{
    margin-right: 5%;

}

.price{
    font-size: 56px;

}

.yarn-info{
 display: inline-block;
 width: 48%;


}

.yarn-info ul li{
    list-style-type: none;
    font-family: "Muli";
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding-left: 3%;

}

.buttons{
    margin: 0 auto;
    text-align: center;
}

.buttons div{
    width: 40%;
    display: inline-block;
    margin: 2% 4% 5% 4%;

}

.buttons div input, .buttons div a img{
    width: 100%;
}


#product-ad{

}
.Style{
  display: none;
}
/* needle */
.thumb-wrap .theblurb{
  border-bottom: 1px #333 dashed;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-top: -1%;
}

.theblurbp{
  border-bottom: none !important;
}
.product-info-pub > .b-info:first-child{
   border-top: 1px #333 dashed;
   padding-top:2%;
}
.product-info-needle > .b-info{
  float: right;
}

.product-info-needle > .b-info:first-child{
  padding-bottom: 2%;
  border-bottom: 1px #333 dashed;
}

.buttons-needle img, .buttons-needle input{
  width: 100%;
}

.needle-var{
  margin-top: 4%;
}



/* publication */

header.publication{
  border-bottom: 1.1px dashed #333;
}

header.publication > div{
  display: inline-block;
}
#filter-select{
 /* width: 30%;
  float: right;*/
}

/*mystery box */
.mysterybox #product-photo-container{
  float: none !important;
  width: 100%;
  position: relative;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;

}
.mysterybox h1{
  margin: 1rem 0;
}

.mysterybox strong{
  font-style: bold !important;
  font-weight: 700;
}

.mysterbox em{
  font-style: italic !important;
}

@media and screen(min-width: 320px){
  .product-info-mystery #product-variants .selecter{
    width: 100% !important;
  }
  .product-info-mystery .buttons-needle{
    width: 100% !important;
    
  }
}

.product-info-mystery .description{
  font-family: 'Muli';
 /* font-style: italic;*/
  font-weight: 300;
  font-size: .9rem;
  letter-spacing: .02rem;
  line-height: 1.4;
}
.product-info-mystery #product-variants .selecter{
  max-width: 50% !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;


}
.product-info-mystery{
margin-bottom: 4rem;
}
  

.product-info-mystery .b-info{
  width: 100%;
  border: none;

}

.product-info-mystery .buttons-needle{
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}



/* collection */
.collection{
  width: 80%;
  margin: 2% auto;

}

.featured-products{
  padding-top: 5%;
 /* padding-bottom: 7%;*/
}

#collection-header{
  background-size: cover;
}

.collection-head{
  font-family: "imagiknitfont";
  font-size: 72px;
  color: white;
  text-align: left;
  text-indent: 10%;
  padding: 2%;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
}
 @media screen and (min-width: 769px) and (max-width: 1024px){
  .collection-head{font-size: 60px}
 }
  @media screen and (max-width: 768px) {
    .collection-head{font-size: 46px;}
  }
.collection ul{
  width: 98%;
  margin: 0 auto;
}

.product-grid{
  clear: both;
}


.collection ul li, .related-products li, .featured-products ul li{
    display: inline-block;
    text-align: center;
    width:33%;
    margin-bottom:5%;
    margin-top: 1%;
    vertical-align: top;
    list-style-type: none;
    position: relative;
}



.collection ul li img,  .related-products li img, .featured-products ul li img{
    width: 100%;
}

/*publications sold out */
.publicationz li.sold-out figure{
  opacity: .2;
}
 .publicationz li.sold-out figcaption{
  opacity: .8;
}
.publicationz li.sold-out{
  position: relative;
}

.hidden-sold{
  content: 'SOLD OUT';
  position: absolute;
  z-index: 3;
  top:0;
  left: 0;
  font-family: 'imagiknitfont';
  text-align: center;
  width:100%;
  padding-top: 45%;
  text-transform: uppercase;;
  opacity:.5;
  background-color: white;
  height: 100%;
}

.hidden-sold h2{
/*  text-decoration: underline;*/
border-bottom: 1px solid black;
  margin: 0 auto .2rem;
  font-size: 3rem;
  line-height: 3rem;
  width: 80%;

}

.hidden-sold h5{
  font-size: 2rem;
  line-height: 2rem;

}

/*search*/
.search-head{
  width: 80%;
  border-bottom: 1px solid #999;
  margin-left: 10%;
  margin-top: 4%;
  font-family: "Poly";
  font-weight: 400italic;
font-style: italic;
font-weight: 400;
font-size: 32px;
text-align: left;
text-indent: 1%;
}
/* product grid jam*/

.product-grid-title{
    font-family: "Oswald";
    font-size: 26px;
    color:#a1bf61;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
       -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
         -o-transition: color .2s ease;
            transition: color .2s ease;
}

 @media screen and (min-width: 769px) and (max-width: 1024px){
  .product-grid-title{font-size: 18px;}
 }
  @media screen and (max-width: 768px) {
    .product-grid-title{font-size: 18px;}
  }

.product-grid li:hover .product-grid-title{
    color: #ae3a8c;
}

.product-thumb a{
    text-decoration: none;
     color: #333;
}

.p-info, .p-weight{
    font-family: "Muli";
    font-size:12px;
    line-height: 18px;
     color: #333;

}

.p-weight{
  font-style: italic;
}

.p-price{
 color: #333;
 font-family: 'Poly';
  font-style: italic;
  font-weight: 400;
 font-size: 18px;
 line-height: 18px;
}

/* on sale and staff pick icons */



/* related */

/* related */
#related{
  clear: both;
  width:80%;
  margin: 2% auto;
  clear: both;
 
}
#related h4{
  font-size: 1.3rem;
   width: 100%;
  border-bottom:1px dashed #333;
  font-family: "Poly";
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-indent: 1%;
  color: #333;
  text-decoration: none;
}

#related .the-image, #related .the-text{
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  position: relative;
  margin: 1.5rem auto;

}

#related .the-image img{
  width: 100%;
}

#related .the-text a{
  color: #111;
  text-decoration: none;
}

#related .the-text{
  padding-left: 2rem;
}

#related .the-text h1{
  font-family: 'imagiknitfont';
  font-size: 2rem;
  line-height: 1.2;
}

#related .the-text ul, p{
  font-family: 'Muli', sans-serif;
  font-weight: normal;font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 300;
}

#related .the-text ul li{
  margin-bottom: .25rem;
}

#relateBut{
   font-family: 'imagiknitfont';
  font-size: 1.6rem;

}

#relateBut:hover{
  color: #ae3a8c !important;
}

.bloggy{
  width: 40vw;
height: 40vw;
position: relative;
overflow: hidden;
background-size: cover;
background-position: center;
}
@media screen and (max-width: 768px) {
  /* related mobile*/
  #related .the-image, #related .the-text{
    text-align: center;
    width: 100%;
    margin: .5rem auto 0;
   

  }
  #related .the-text h1{
    line-height: 1.2;
    font-size: 1.7rem;
  }
  #related .the-text{
    padding-left: 0;
  }

  .bloggy{
   
    width: 100%;
  }
}


/*index*/

 .featured-products, .socialads2{
  width:80%;
  margin: 2% auto;
  clear: both;
  text-align: center;
}

.featured-products h4, .socialads2 h4, .socialads2 h4 a{
  width: 100%;
  border-bottom:1px dashed #333;
  font-family: "Poly";
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  text-align: left;
  text-indent: 1%;
  color: #333;
  text-decoration: none;

}

.related-products li a{
  color:#333;
  text-decoration: none;
}


/*index*/

.banner, .socialads {
    width: 100%;
    clear: both;
    text-align: center;
}

.banner{
    min-height: 450px;
}

#leftCycle, #rightJams{
  width: 40%;
}
.heroJams{
  width: 80%;
  margin: 2% auto 0 auto;
   display: table;
}

.message-c{
  width: 80%;
  margin: 3%% auto 0 auto;
  border-style: solid;
border-width: 18px;
-moz-border-image: url(border-stars2.jpg) 44 38 repeat;
-webkit-border-image: url(border-stars2.jpg) 44 38 repeat;
-o-border-image: url(border-stars2.jpg) 44 38 repeat;
border-image: url(border-stars2.jpg) 44 38 repeat;
  margin-top:20px !important;
}

@media screen and (min-width: 769px) and (max-width: 1024px){
 .message-c{
  width:95% !important;
 }
}


@media screen and (max-width: 768px) {
   .message-c{
  width:96% !important;
 }
}
.message-c h3{
  font-family: "imagiknitfont";
 text-align: center;
 font-size: 30px;
/* line-height: 0px;*/
/* background-color: white;*/

  margin-top: -35px;}
.message-c h3 span{
  background-color:white;
  text-transform:uppercase;
  padding:.5%;
}

.message-c p{
  text-align:center;
  font-family: "Muli", sans-serif;
  margin:0;
  margin-top:-1%;
  padding:1%;
}


.heroJams > section{
  width: 45%;
 /* display: inline-block;
  vertical-align: top;*/
   display: table-cell;
    vertical-align: top;
}

.heroJams section img{
  width: 100%;
}


/*left image cycle*/

#leftCycle{
  background-size: cover;
  background-position: center;
}

/* #leftCycle ul{
  margin-right: 2%;
  width: 100%;
  position: relative;
  height: auto;

 }

#leftCycle ul li{
  position: absolute;
  background-size: cover;
  height: auto;


}

 #leftCycle img{
  width: 100%;

 }*/







/*border image stuff!!! ah. */

.borderStar,
#rightJams > ul > li{
  border-style: solid;
border-width: 18px;
-moz-border-image: url(border-stars2.jpg) 44 38 repeat;
-webkit-border-image: url(border-stars2.jpg) 44 38 repeat;
-o-border-image: url(border-stars2.jpg) 44 38 repeat;
border-image: url(border-stars2.jpg) 44 38 repeat;
}

/*right top stuff*/

#rightJams{
  padding-left: 2%;
}

#rightJams h3{
  font-family: "imagiknitfont";
  text-align: center;
  font-size: 30px;
 /* line-height: 0px;*/
 /* background-color: white;*/

  margin-top: -35px;




}

#rightJams h3 span{
  background-color: white;
  padding: 0 2%;
}
#rightJams h3 span a{
  color: black;
  text-decoration: none;
}

#rightJams > ul >li:first-child{
  width: 100%;
  margin-bottom: 6%;
}

#rightJams > ul > li:not(:first-child){
  width: 48%;
  display: table-cell;
  vertical-align: top;
  min-height: 200px;
}



#rightJams > ul > li > ul > li{
  text-align: center;
  margin-bottom: 3.13%;
}

#rightJams > ul > li > ul > li a{
  color: #333;
  text-decoration: none;
  font-family: "Poly";
  font-size: 16px;
}

#rightJams > ul > li > ul > li a div{
  font-family: "Muli";
  font-style: italic;
  font-size: 12px;
}

#rightJams > ul > li > ul > li a:hover{
  color: #ae3a8c;
  text-decoration: underline;

}

#home-slideshow{
  position: relative;
  margin-bottom: 5%;
}

#home-slideshow li{
  position: absolute;
  width: 100%;
}
.socialads2{
  padding-top: 3%;
}


.socialads2 ul li:not(:last-child){
  padding-bottom:2%;
  padding-top: 2%;
border-bottom:1px dashed black;
}

.socialads2 ul li:last-child{
  padding-bottom: 5%;
  padding-top: 2%;
}




.blog-hero{
    display: inline-block;
    width: 30vw;
    height: 30vw;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;


}

.blog-hero img{
  width: 100%;
}

.side-blog{
  width: 53%;
  display: inline-block;
  text-align: left !important;
  margin-left: 3%;
  margin-top: 10%;
}

.blog-hero, .side-blog{
  vertical-align: top;
}

.side-blog h1{
  margin: 0 0 2% 0;
}

.side-blog p{
  font-family: "Muli";
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 1%;
}
.side-blog a{
  font-family: 'imagiknitfont';
  text-decoration: none;
  color: black;
}

.side-blog a:hover{
  color: #ae3a8c;
}

.readmoreb{
  font-size: 20px;

}

.socialads2 h1{
  font-size: 28px;
  line-height: 22px;

}



.banner > ul{
  width: 100%;
height:500px;
}

.banner > ul li{
  background-image: url(http://cdn.shopify.com/s/files/1/0297/6261/files/main-image-placeholder.jpg?1573);
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  height:500px;
}

.banner-text{

padding:12% 0;
width: 80%;
margin-left: 10%;
color: white;
font-size: 100px;
font-family: "imagiknitfont";
font-style: normal;
-webkit-text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
-moz-text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
-o-text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);

}

/*shop page*/

#shop-page{
  width: 80%;
  margin: 0 auto;
  margin-top: 3%;
}

#shop-page ul{
  width: 100%;
  margin-bottom: 8%;
}

#shop-page ul li{
  display: inline-block;
  margin-bottom: 1%;
    text-align: center;
    padding: 10% 0;
    background-size: cover;
    cursor: pointer;
}

#shop-page ul li a{
  font-family: "imagiknitfont";
  text-align: center;
  width: 100%;
  font-size: 64px;
  color: white;
  text-decoration: none;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  transition: color .25s ease;
}

#shop-page ul li a:hover, #shop-page ul li:hover a{
color:#51b5c9;
cursor: pointer;
}

#shop-page ul li:nth-child(4n+1),#shop-page ul li:nth-child(4n+4) {
  width:55%;
}

#shop-page ul li{
  width:40%;
}

#shop-page ul li:nth-child(odd){
  margin-right: 1%;
}

#shop-page ul li:nth-child(5){
  width:96.5% !important;
  margin-right: 0%;

}

/* Cart.liquid Layout
  ----------------------------------------------------------------------------- */
.cart-wrapper {
  display: block;
  float: left;
  margin-right: 2.01406%;
  width: 85.42656%;
  margin-left: 7.28672%;
  zoom: 1; }
  .cart-wrapper:last-child {
    margin-right: 0; }
  .cart-wrapper:before, .cart-wrapper:after {
    content: " ";
    display: table; }
  .cart-wrapper:after {
    clear: both; }

.cart-header {
  margin-top: 3.7125%;
  margin-bottom: 1.85625%; }
  .cart-header h1 {

    font-family: 'imagiknitfont';
    font-size: 72px;
    text-align: left;
}

.cart-table {
  width: 100%; }
  .cart-table .item-remove {
    width: 5%;
    text-align: left;
 }
  .cart-table .item-image {
    width: 25%;
    padding-right: 2%;
    text-align: left; }
  .cart-table .item-desc {
    width: 30%;
    text-align: left; }
  .cart-table .item-price {
    width: 15%;
    text-align: right;
    display: table-cell; }
  .cart-table .item-qty {
    width: 10%;
    text-align: right; }
  .cart-table .item-total {
    width: 20%;
    text-align: right; }

.cart-note {
  padding-top: 1.85625%;
  padding-bottom: 1.85625%; }

.cart-total {
  padding-top: 1.85625%;
  padding-bottom: 0%; }

.cart-checkout {
  text-align: right; }

.cart-total {
  text-align: right; }

.continue-shopping {
  display: block;
  text-align: right;
  margin-top: 3.7125%;
  margin-bottom: 7.425%; }

.cart-table.empty {
  margin-top: 0%;
  margin-bottom: 11.1375%; }

.cart-table.empty td {
  padding-top: 7.425%;
  padding-bottom: 7.425%; }

/* Cart.liquid Style
  ----------------------------------------------------------------------------- */
.cart-table thead tr {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7; }
.cart-table thead th {
  padding: 1em 0;
  text-align: left;
  color: #262626;
  font-size: 65%;
  text-transform: uppercase;
}
.cart-table{
  font-family: "Poly";
}
.cart-table tbody tr {
  border-bottom: 1px dashed #ccc; }
.cart-table tbody td {
  vertical-align: middle;
  padding-top: 3.7125%;
  padding-bottom: 3.7125%; }
.cart-table img {
  max-width: 100%;
  vertical-align: middle; }
.cart-table .item-desc h5 {
  margin-bottom: 0; }
  .cart-table .item-desc h5:last-of-type {
    margin-top: 0%;
    margin-bottom: 1.85625%; }
.cart-table .item-desc h5 > span {
  color: #262626; }
.cart-table .item-qty input {
  max-width: 25%;
  margin: 0; }

.cart-table .update-cart {
  display: inline-block;
  text-transform: uppercase;
  }
.cart-table .subtotal {
  display: inline-block; }
.cart-table .cart-note {
  border-bottom: 1px solid #c7c7c7; }
  .cart-table .cart-note textarea {
    width: 95%;
    min-height: 6em; }
.cart-table .cart-checkout {
  border-bottom: 1px solid #c7c7c7; }
.cart-table .checkout {
  color: #262626;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .cart-table .checkout:hover {
    color: #c7d93b; }

.continue-shopping {
  text-align: center; }

.cart-empty {
  border-top: 1px solid #c7c7c7; }

.item-desc h3 a{
    font-size: 40px;
    color:#333;
}

.item-desc h5{
    font-family: "Muli";
    font-size: 14px;
}
.cart-wrapper .item-remove a{
     text-decoration: none;
    color: #333;
}

.cart-wrapper .item-remove a:hover{
    color: #ae3a8c;
}
.continue-shopping, .continue-shopping a{
    font-family: "imagiknitfont";
    text-align: right;
    font-size: 32px;
    text-decoration: none;
    color: #333;
}

.subtotal{
    text-transform: uppercase;
    font-size: 24px;
}

.cart-total{
    font-size: 34px;
    padding-bottom: 1%;
}

.update-cart{
    padding-bottom: 2%;
}



/*classes*/
.class-head-wrap{
  background-color: #51B5C9;
  width: 100%;

}
.class-head-wrap h1{
  padding-top: 5%;
  padding-bottom: 5%;
  width: 80%;
  margin-left: 10%;
  color: white;
  font-size: 38px;
  font-family: "Poly";
  font-style: italic;
  -webkit-text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

/* classes / faq */
.classes-head, .faq h2{
  width: 80%;
  border-bottom: 1px solid #999;
  margin-left: 10%;
  margin-top: 4%;

text-align: left;
margin-bottom: 1%;
}

.classes-head h1, .faq h2{
font-family: "Poly";
  font-weight: 400italic;
font-style: italic;
font-weight: 400;
font-size: 32px;
display: inline-block;

}

.classes-head a{
   color: black;
   font-family: "Muli";
   font-size: 12px;
   margin-left: 3%;
   text-decoration: none;
   opacity: .5;
   -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
       -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
           transition: all .25s ease;
}

.classes-head .active, .classes-head a:hover{
  text-decoration: underline;
   opacity: 1;

}

.class-list, .faq-list{
    width: 80%;
    margin-left: 10%;

}

.class-list li, .faq-list li{
  width:100%;
  clear: both;
  margin-bottom: 2%;

}

.class-list li > div:first-child,
.faq-list li > div:first-child,
.class-list li > a:first-child{
  border: 1px #24b5c9 solid; /*blue*/
  color: #24b5c9;
  text-decoration: none;
  clear: both;
  display: block;

}

.class-list li > a:first-child{
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.class-list li > a:first-child:hover{
  color: #ae3a8c !important;
}
.faq-list li > div:first-child{
  margin-bottom: .5%;
}
.c-title, .faq-list li > div:first-child{
  font-family: "Oswald";
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 1%;
}

.c-price{
  font-family: "Poly";
  font-size: 23px;
  text-align: right;
  float: right;
  padding-right: 1%;
}

.class-list li div p, .class-list li div h4,  .class-list li div ul{
  clear: both;
  padding-top: 1%;
  padding-bottom: 1%;
  vertical-align: bottom;
}

.c-desc, .c-times{
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-top: 2%;
  margin-bottom: 4%;
}
.c-desc{
  margin-left: 2%;
}
.c-desc p:first-child, .faq-list li p,.class-list li div ul {
  font-family: "Muli";
  font-size: 12px;
  line-height: 18px;
}

.c-desc p:nth-child(2), .c-times{
  font-family: "Poly";
  font-size: 14px;
  line-height: 20px;
}

.c-desc p:nth-child(2){
   font-style: italic;
   font-weight: 400;
   float: left;
}

.c-desc h4{
  font-family: "Muli";
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.c-desc h5{
   font-family: "Muli";
   font-weight: 700;

}

.c-desc h4:hover{
  color:#ae3a8c;
}

.class-list li div ul li{
  padding: 0;
  margin: 0;
}

.supplies{
  padding-top:0!important;padding-bottom: 0 !important;
}

.supplies li em{
  font-style: italic;
}

.supplies li b{
  font-weight: 700;
}
.c-times{
  float: right;
  text-align: right;
  margin-right: 2%;
  vertical-align: top;
}

.policy{
  width: 80%;
  margin: 0 auto;
  font-family: "Muli";
  font-style: normal;font-weight: normal;
  text-align: center;
  padding: 1% 0 3% 0;
  border-top:1px #333 dashed;
  font-size: 12px;
  line-height: 20px;
}

.policy p{
  width: 80%;
  margin: 0 auto;
}

/*404*/
#four-oh-four{

text-align: center;

}

#four-oh-four h2{
  font-family: "imagiknitfont";
  font-size: 36px;
  margin-top: 5%;
}

#four-oh-four p{
  font-family: "Muli";
  font-size: 20px;
  padding-bottom: 10%;
}

/*contact us*/
.contactUs{
  width: 80%;
  margin: 2% auto;
  font-family: 'Muli';
  text-align: center;
}

.contactUs label{
  font-size: 14px;
}

.contact-form > div{
  margin-bottom: 1%;
}

.contactUs .long{
  min-width: 200px;
}


.contactUs h3{
  font-family: "imagiknitfont";
  text-transform: uppercase;

  font-size: 36px;


}

.contactInfo a{
  color: #333;
}
/*account stuff*/
.return{
  font-family: "Poly";
  font-size: 16px;
  font-style: italic;
   width: 80%;
  position: relative;
  margin: 1% auto;
  text-align: center;


}

.return a{
  color: #333;
}

.create-wrap{
  width: 80%;
  position: relative;
  margin: 2% auto;

}

.order-history, .account-wrap .sidebar, .order-deets, .order .sidebar{
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-top: 2%;
  margin-bottom: 5%;
}

.order-history, .order-deets{
  margin-left: 3%;
}

.account-wrap h2, .order-deets h2, .order .sidebar h2{
  font-family: "Poly";
  font-style: italic;
  border-bottom: 1px #333 dashed;
  font-size: 20px;
  margin-bottom: 3%;
  padding-right: 2%;
}

.order-history table, .order-deets table{
  text-align: center !important;
  font-family: "Muli";
  width: 100%;
}

.order-history thead, .order-deets thead{

  text-transform: uppercase;
  font-size: 10px;


}

.order-history tbody, .order-deets tbody{
  font-size: 12px;
}

.order-history th, .order-deets th{
  padding: 2%;
}

.account-wrap .sidebar h2{
 margin-bottom: 2%;
}

.account-wrap .sidebar p, .order .sidebar p, .address-book{
  font-family: "Muli";
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 2%;
}

.order .sidebar{
  margin-left: 3%;
}

.order .order-title{
  text-align: center;
  border-bottom: 1px #333 dashed;
  font-family: "imagiknitfont";
  font-size: 30px;
  line-height: 22px;

}

.order-date{
  font-family: "Muli";
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: .5%;


}

#customer, #create-account{
  font-family: "Muli";
  font-size: 12px;
  line-height: 18px;
}

#customer input, #create-account input, #customer a{
  margin-bottom: 1%;
}

.create-wrap input[type="submit"], .contactUs input[type="submit"]{
  background-color: #ae3a8c;
  color: white;
  padding: 1% 7%;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-transform: uppercase;
}

.create-wrap input[type="submit"]:hover{
  background-color: #a1bf61;
}

#create-account label{
  min-width: 150px;
}

/* blog and page */

.the-page{

   width: 85%;
  max-width: 620px;
  margin:3rem auto;
  font-family: "Muli";
}
.the-page img{
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
}


.the-blog{
  width: 85%;
  max-width: 1280px;
  margin:0 auto;
  font-family: "Muli";

}



.the-blog .date{
  font-family: "Muli";
  text-align: center;
  font-size: 12px;
  margin-bottom: 1%;
  color:#333;
}

#all-posts{
  width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5%;
}

.blog-sidebar{
  display: inline-block;width: 34%;vertical-align: top !important;
 /* margin-top: -1.1%;*/
}

.the-blog h2, .the-page h2{
  font-family: "imagiknitfont";
  font-size: 28px;
  line-height: 20px;
  width: 100%;
  border-bottom: 1px #777 solid;
    text-align: center;
    margin-bottom: .4;}

.the-blog h2 > a{
/*  color: #a5c050;*/
}

.the-blog h3, .the-page h3{
    font-family: "Poly";
  font-size: 20px;
    text-align: center;
}

.the-blog h4, .the-page h4{
    font-family: "Poly";
  font-size: 20px;
    text-align: left;
}

.the-blog a, .the-page a{
  color: black;
  text-decoration: underline;

}

.the-blog h2 > a{
  text-decoration: none !important;
}
.the-blog p, .the-blog div, .the-page p, .the-page div{
  font-family: "Muli";
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 2%;
}

.the-blog img:not([title="Pin It"]){
  width: 100% !important;
  height: auto !important;
}

.the-blog iframe{
  width:100% !important;
}

.the-blog #paging, .the-page #paging{
  text-align: center;
  font-family: "Poly";
  margin-bottom: 2%;
}

.the-blog #paging > span, .the-page #paging > span{
  padding:1%;
}

.the-blog #paging a{
  text-decoration: underline;}

.the-blog a:hover, .the-page a:hover{
  color: #ae3a8c;
  text-decoration: underline;
}

.the-blog .post{
  margin-bottom: 5%;
}

.the-blog .back{
  font-family: "Muli", sans-serif;
  font-size: 12px;
}
.posted-by{
  font-family: "Muli";
  font-size: 12px;
  opacity: .8%;
}

.posted-by b{
  font-weight: bold;
}

.the-blog p:first-child{
  font-size: 18px;
  line-height: 30px;
  margin-top: 4%;
}

.blog-sidebar h4{
   border-bottom: 1px solid #999;
}

.blog-sidebar h4, .blog-sidebar h4 a{

  font-size: 24px;
  line-height: 18px;
  color: #555;
  margin-bottom: 2%;
  text-align: center;
  font-family: "imagiknitfont";
  text-transform: uppercase;
  text-decoration: none;
}
.instagram ul{
  margin-bottom: 8%;
}
.instagram ul li{
  display: inline-block;
  width: 47.999%;
  text-align: center;
  margin: 1%;
}

.instagram ul li a{
  opacity: .6;
  -webkit-transition: opacity .25s ease;
     -moz-transition: opacity .25s ease;
      -ms-transition: opacity .25s ease;
       -o-transition: opacity .25s ease;
          transition: opacity .25s ease;
}

.instagram ul li a:hover{
  opacity: 1;
}

.blog-all-tags, .blog-recent-posts{
  margin-top: 3%;
  margin-bottom: 8%;
}

.blog-all-tags li, .blog-recent-posts li{
  font-family: "Muli";
  font-size: 14px;
  margin-bottom: 3%;
}
/* footer */

.main-footer{
   width: 100%;
  clear: both;
  /*margin-top: 5%;*/
/*  background-color: #1a1a1a;*/
 background-color: #f5f5f5;
  min-height: 250px;
  color: white;
  font-family: "Poly";
   border-top:1px #d3d3d3 dashed;

}


.subnav-foot{
  width: 100%;
  background-color: #1a1a1a;
  border-top: 1px solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
  text-align: center;
  margin:0;
  clear: both;
  padding:1%;
}
.subnav-foot ul li{
  margin-right: 2%;
  margin-left: 2%;
}
.subnav-foot ul li a{
  font-family: "Poly";
font-style: italic;
/*color: #fff;*/
color: #333;
font-size: 16px;

text-decoration: none;
}

.subnav-foot ul li a:hover{
  text-decoration: underline;
}
.main-footer > ul{
  margin: 2% auto 0 auto;
  width:96%;
  padding-bottom: 2%;
  text-align: left;
/*  background-color: #f5f5f5;*/
}
.main-footer > ul > li{
  display: inline-block;
  width:19%;
  vertical-align: top;
  text-align: left;

 margin-right: 2.8%;
 margin-left: 2.8%;

}

.foot-sub-n ul li {
  font-family: "Poly";
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;


}

.foot-sub-n ul li:last-child{
  font-style: italic;
  font-weight: normal;
}
.foot-sub-n ul li:last-child a{
  color: #ae3a8c;
  font-weight: 500;
}
.foot-sub-n ul li a{
/*  color: white;*/
color: #333;
  text-decoration: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .foot-sub-n ul li {
  font-size: 14px;



}
  }

 @media screen and (max-width: 768px) {
  }

.hours > ul li{
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 12px;
  font-weight: normal;
margin-bottom: 2%;
padding-top: 3%;
padding-left: 2%;
}

.main-footer > ul > li > h5{
  text-align: left;
  font-family: "Oswald";
  font-size: 22px;
  border-bottom: 1px solid #555;
  margin-bottom: 2%;
  font-style: normal;
  font-weight: 300;
  color: #333;

}

.hours > ul li {
  color:#333;

}

.hours > ul li span{
/*  color:#fff;*/
color: #333;
  padding-left: 5%;

}
.hours > ul li, .events ul li{
  padding-bottom: 5px;

}

.hours p{
  color: #333;
  text-align: center;
  padding-top: 2% !important;
  border-top: 1px #d3d3d3 dashed;
  font-size: 14px;
}


.events ul li a{
/*  color: white;*/color: #333;
  font-family: "Muli";
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;

}

.main-footer a:hover{
  color: #ae3a8c !important;
   text-decoration: underline;
}

.main-footer form{
  margin-top: 4%;
  margin-bottom: 2%;
  width: 100%;
}

.main-footer input[type="submit"]{
  background-color: #333;
  color: white;
  padding: 0.5em;
  outline: none;
  /* Remove Chrome outline */
  border-radius: 0.5em;
}

.main-footer input[type="submit"]:hover{
  background-color: #ae3a8c;
}

#mc-embedded-subscribe{
  margin-top: 2%;
}

.sign-up p:not(.normalP){
  font-family: "Poly";
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
  border-top: 1px #d3d3d3 dashed;
  border-bottom: 1px #d3d3d3 dashed;
  padding: 4%;
  color: #333;

}

.normalP{
  font-family: "Muli", sans-serif;
  /*padding: .5em 0 0 0;*/
  border:none;
  font-size: 14px;
  color:#333;
  width: 98%;
  margin: 0 auto;
}

.sign-up p a, .hours p a{
  color: #333 !important;
}

.hours p span{
  color:#333333;
  font-weight: 500;
}

.social-iconz{
  width: 100%;
text-align: center;
}

.social-iconz i{
  padding: 2%;
  font-size: 1.4em;


}

.social-iconz a{
  text-decoration: none;
 /* color: #fff;*/color: #333;
}

.social-iconz i:hover, .social-iconz a:hover{
  color:#ae3a8c;
  cursor: pointer;
  text-decoration: none;
}

.twitter{
  color: white !important;
}

.stream, .stream ol, .stream ol li{
  width: 100%;
}

/** ==========================================================================
   Icons + Sprites
   ========================================================================== */
/* Icon Font Import
   -------------------------------------------------------------------------- */
@font-face {
    font-family: "icons";
    src: url(http://cdn.shopify.com/s/files/1/0244/1713/t/2/assets/icons.eot?25237);
    src: url(http://cdn.shopify.com/s/files/1/0244/1713/t/2/assets/icons.eot?%23iefix&25237) format("embedded-opentype"), url(http://cdn.shopify.com/s/files/1/0244/1713/t/2/assets/icons.woff?25237) format("woff"), url(http://cdn.shopify.com/s/files/1/0244/1713/t/2/assets/?25237) format("truetype"), url(http://cdn.shopify.com/s/files/1/0244/1713/t/2/assets/?25237) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Icon font-family, size and display
   -------------------------------------------------------------------------- */
[class^="icon-"] {
    vertical-align: middle;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-weight: normal;
    font-style: normal;
    font-size: 1.142em;
    display: inline-block;
    text-decoration: inherit;
}

/* Visually hide trailing span elemnents.
   -> Spans following icons in HTML are for screenreader compatability
   -------------------------------------------------------------------------- */
[class^="icon-"] + span,
[class*=" icon-"] + span {
    border: 0;
    clip: rect(0 0 0 0);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
}

/* "Click-Fix" for older iOS and Webkit
   -------------------------------------------------------------------------- */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}

/* Spacing for icons when they preceed or follow a form
   -------------------------------------------------------------------------- */
input[type="email"] + button > i,
input[type="number"] + button > i, input[type="password"] + button > i,
input[type="search"] + button > i, input[type="tel"] + button > i, input[type="text"] + button > i,
input[type="url"] + button > i, input[type="color"] + button > i, input[type="date"] + button > i,
input[type="datetime"] + button > i, input[type="datetime-local"] + button > i,
input[type="month"] + button > i, input[type="time"] + button > i, input[type="week"] + button > i,
textarea + button > i {
    margin: 0 0.75em;
    cursor: pointer;
    line-height: 2em;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

/* Icon Classes
   -> useage: <i aria-hidden="true" class="icon-name"></i>
   -> Using classes instead of encoded characters in a data-* attribute so if the
      font is updated and encoding changes, you can easily track down the replacements
   -------------------------------------------------------------------------- */
.icon-amazon-black:before {
    content: "\f100";
}

.icon-amazon-circle:before {
    content: "\f101";
}

.icon-amazon-rounded:before {
    content: "\f102";
}

.icon-arrow-sort:before {
    content: "\f103";
}

.icon-arrow1-down:before {
    content: "\f104";
}

.icon-arrow1-left:before {
    content: "\f105";
}

.icon-arrow1-right:before {
    content: "\f106";
}

.icon-arrow1-up:before {
    content: "\f107";
}

.icon-arrow2-down:before {
    content: "\f108";
}

.icon-arrow2-left:before {
    content: "\f109";
}

.icon-arrow2-right:before {
    content: "\f10a";
}

.icon-arrow2-up:before {
    content: "\f10b";
}

.icon-arrow3-down:before {
    content: "\f10c";
}

.icon-arrow3-left:before {
    content: "\f10d";
}

.icon-arrow3-right:before {
    content: "\f10e";
}

.icon-arrow3-up:before {
    content: "\f10f";
}

.icon-arrow4-down:before {
    content: "\f110";
}

.icon-arrow4-left:before {
    content: "\f111";
}

.icon-arrow4-right:before {
    content: "\f112";
}

.icon-arrow4-up:before {
    content: "\f113";
}

.icon-arrow5-down:before {
    content: "\f114";
}

.icon-arrow5-left:before {
    content: "\f115";
}

.icon-arrow5-right:before {
    content: "\f116";
}

.icon-arrow5-up:before {
    content: "\f117";
}

.icon-arrow6-down:before {
    content: "\f118";
}

.icon-arrow6-left:before {
    content: "\f119";
}

.icon-arrow6-right:before {
    content: "\f11a";
}

.icon-arrow6-up:before {
    content: "\f11b";
}

.icon-arrow7-down:before {
    content: "\f11c";
}

.icon-arrow7-left:before {
    content: "\f11d";
}

.icon-arrow7-right:before {
    content: "\f11e";
}

.icon-arrow7-up:before {
    content: "\f11f";
}

.icon-blogger-black:before {
    content: "\f120";
}

.icon-blogger-circle:before {
    content: "\f121";
}

.icon-blogger-rounded:before {
    content: "\f122";
}

.icon-cart1:before {
    content: "\f123";
}

.icon-cart10:before {
    content: "\f124";
}

.icon-cart2:before {
    content: "\f125";
}

.icon-cart3:before {
    content: "\f126";
}

.icon-cart4:before {
    content: "\f127";
}

.icon-cart5:before {
    content: "\f128";
}

.icon-cart6:before {
    content: "\f129";
}

.icon-cart7:before {
    content: "\f12a";
}

.icon-cart8:before {
    content: "\f12b";
}

.icon-cart9:before {
    content: "\f12c";
}

.icon-checkbox-checked:before {
    content: "\f12d";
}

.icon-checkbox-partial:before {
    content: "\f12e";
}

.icon-checkbox-unchecked:before {
    content: "\f12f";
}

.icon-checkmark1:before {
    content: "\f130";
}

.icon-checkmark2:before {
    content: "\f131";
}

.icon-close1:before {
    content: "\f132";
}

.icon-close2:before {
    content: "\f133";
}

.icon-cog1:before {
    content: "\f134";
}

.icon-cog2:before {
    content: "\f135";
}

.icon-cog3:before {
    content: "\f136";
}

.icon-ebay-black:before {
    content: "\f137";
}

.icon-ebay-circle:before {
    content: "\f138";
}

.icon-ebay-rounded:before {
    content: "\f139";
}

.icon-email-black:before {
    content: "\f13a";
}

.icon-email-circle:before {
    content: "\f13b";
}

.icon-email-rounded:before {
    content: "\f13c";
}

.icon-etsy-black:before {
    content: "\f13d";
}

.icon-etsy-circle:before {
    content: "\f13e";
}

.icon-etsy-rounded:before {
    content: "\f13f";
}

.icon-facebook-black:before {
    content: "\f140";
}

.icon-facebook-circle:before {
    content: "\f141";
}

.icon-facebook-rounded:before {
    content: "\f142";
}

.icon-feedburner-black:before {
    content: "\f143";
}

.icon-feedburner-circle:before {
    content: "\f144";
}

.icon-feedburner-rounded:before {
    content: "\f145";
}

.icon-flickr-black:before {
    content: "\f146";
}

.icon-flickr-circle:before {
    content: "\f147";
}

.icon-flickr-rounded:before {
    content: "\f148";
}

.icon-fullscreen1:before {
    content: "\f149";
}

.icon-fullscreen2:before {
    content: "\f14a";
}

.icon-google-black:before {
    content: "\f14b";
}

.icon-google-circle:before {
    content: "\f14c";
}

.icon-google-rounded:before {
    content: "\f14d";
}

.icon-instagram-black:before {
    content: "\f14e";
}

.icon-instagram-circle:before {
    content: "\f14f";
}

.icon-instagram-rounded:before {
    content: "\f150";
}

.icon-linkedin-black:before {
    content: "\f151";
}

.icon-linkedin-circle:before {
    content: "\f152";
}

.icon-linkedin-rounded:before {
    content: "\f153";
}

.icon-location:before {
    content: "\f154";
}

.icon-menu1:before {
    content: "\f155";
}

.icon-menu2:before {
    content: "\f156";
}

.icon-paypal-black:before {
    content: "\f157";
}

.icon-paypal-circle:before {
    content: "\f158";
}

.icon-paypal-rounded:before {
    content: "\f159";
}

.icon-phone:before {
    content: "\f15a";
}

.icon-picasa-black:before {
    content: "\f15b";
}

.icon-picasa-circle:before {
    content: "\f15c";
}

.icon-picasa-rounded:before {
    content: "\f15d";
}

.icon-pinterest-black:before {
    content: "\f15e";
}

.icon-pinterest-circle:before {
    content: "\f15f";
}

.icon-pinterest-rounded:before {
    content: "\f160";
}

.icon-plus:before {
    content: "\f161";
}

.icon-quote1-left:before {
    content: "\f162";
}

.icon-quote1-right:before {
    content: "\f163";
}

.icon-quote2-left:before {
    content: "\f164";
}

.icon-quote2-right:before {
    content: "\f165";
}

.icon-quote3-left:before {
    content: "\f166";
}

.icon-quote3-right:before {
    content: "\f167";
}

.icon-radio-checked:before {
    content: "\f168";
}

.icon-radio-unchecked:before {
    content: "\f169";
}

.icon-rss-black:before {
    content: "\f16a";
}

.icon-rss-circle:before {
    content: "\f16b";
}

.icon-rss-rounded:before {
    content: "\f16c";
}

.icon-search1:before {
    content: "\f16d";
}

.icon-search2:before {
    content: "\f16e";
}

.icon-search3:before {
    content: "\f16f";
}

.icon-tumblr-black:before {
    content: "\f170";
}

.icon-tumblr-circle:before {
    content: "\f171";
}

.icon-tumblr-rounded:before {
    content: "\f172";
}

.icon-twitter-bird-black:before {
    content: "\f173";
}

.icon-twitter-bird-circle:before {
    content: "\f174";
}

.icon-twitter-bird-rounded:before {
    content: "\f175";
}

.icon-vimeo-black:before {
    content: "\f176";
}

.icon-vimeo-circle:before {
    content: "\f177";
}

.icon-vimeo-rounded:before {
    content: "\f178";
}

.icon-yelp-black:before {
    content: "\f179";
}

.icon-yelp-circle:before {
    content: "\f17a";
}

.icon-yelp-rounded:before {
    content: "\f17b";
}

.icon-youtube-black:before {
    content: "\f17c";
}

.icon-youtube-circle:before {
    content: "\f17d";
}

.icon-youtube-rounded:before {
    content: "\f17e";
}

/* Credit Card Icon Sprites
   -> usage: <i class="{.spritename} cc"></i>
   -------------------------------------------------------------------------- */
.cc {
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(img_cc_sprite.png);
}

.amex {
    width: 55px;
    height: 33px;
    background-position: -400px -106px;
}

.amex_bw {
    width: 55px;
    height: 33px;
    background-position: -343px -106px;
}

.credit {
    width: 55px;
    height: 33px;
    background-position: -400px -71px;
}

.credit_bw {
    width: 55px;
    height: 33px;
    background-position: -400px -71px;
}

.dankort {
    width: 55px;
    height: 33px;
    background-position: -343px -71px;
}

.dankort_bw {
    width: 55px;
    height: 33px;
    background-position: -400px -36px;
}

.diners {
    width: 55px;
    height: 33px;
    background-position: -343px -36px;
}

.diners_bw {
    width: 55px;
    height: 33px;
    background-position: -286px -106px;
}

.discover {
    width: 55px;
    height: 33px;
    background-position: -286px -71px;
}

.discover_bw {
    width: 55px;
    height: 33px;
    background-position: -286px -36px;
}

.forbru {
    width: 55px;
    height: 33px;
    background-position: -400px -1px;
}

.forbru_bw {
    width: 55px;
    height: 33px;
    background-position: -343px -1px;
}

.google {
    width: 55px;
    height: 33px;
    background-position: -286px -1px;
}

.google_bw {
    width: 55px;
    height: 33px;
    background-position: -229px -106px;
}

.jcb {
    width: 55px;
    height: 33px;
    background-position: -229px -71px;
}

.jcb_bw {
    width: 55px;
    height: 33px;
    background-position: -229px -36px;
}

.laser {
    width: 55px;
    height: 33px;
    background-position: -229px -1px;
}

.laser_bw {
    width: 55px;
    height: 33px;
    background-position: -172px -106px;
}

.maestro {
    width: 55px;
    height: 33px;
    background-position: -172px -71px;
}

.maestro_bw {
    width: 55px;
    height: 33px;
    background-position: -172px -36px;
}

.mastercard {
    width: 55px;
    height: 33px;
    background-position: -172px -1px;
}

.mastercard_bw {
    width: 55px;
    height: 33px;
    background-position: -115px -106px;
}

.money {
    width: 55px;
    height: 34px;
    background-position: -1px -37px;
}

.money_bw {
    width: 55px;
    height: 34px;
    background-position: -1px -1px;
}

.paypal {
    width: 55px;
    height: 33px;
    background-position: -115px -71px;
}

.paypal_bw {
    width: 55px;
    height: 33px;
    background-position: -115px -36px;
}

.shopify {
    width: 55px;
    height: 33px;
    background-position: -115px -1px;
}

.shopify_bw {
    width: 55px;
    height: 33px;
    background-position: -58px -106px;
}

.solo {
    width: 55px;
    height: 33px;
    background-position: -58px -71px;
}

.solo_bw {
    width: 55px;
    height: 33px;
    background-position: -58px -36px;
}

.visa {
    width: 55px;
    height: 33px;
    background-position: -58px -1px;
}

.visa_bw {
    width: 55px;
    height: 33px;
    background-position: -1px -73px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#main-nav > ul > li > a{
  font-size: 16px;
}

.sub-wrap{
  height: 125px;
}

.sub-nav{
  font-size: 18px;
  line-height: 28px;
}
#main-nav > ul > li ul{
  margin-top: 1%;
  margin-bottom: 2%;
}
.search form input[name="q"]{
  width: 73%;
}
.search .freeShipGuy{
  width: 100%;

}

/*homepg index smaller */
.heroJams, .featured-products, .socialads2{
  width: 95%;
}
#rightJams > ul > li > ul > li a{

  font-size: 14px;
}

#rightJams > ul > li > ul > li a div{
  font-family: "Muli";
  font-style: italic;
  font-size: 10px;
}

#shop-page ul li a{
  font-size: 50px;
}

.collection ul li, .related-products li, .featured-products ul li{
/*  width:45%;*/
width: 32.3333333%;
}

.hours ul li span{
  padding: 0;
}

.b-info > span{
  font-size: 20px;
}

.price{
  font-size: 40px;
}

.blog-feed > a{
      font-size: 30px;
      text-align: center;

    }

.side-blog{
  margin-top: 3.5% !important;
}

}

@media screen and (max-width: 768px) {

.header-wrapper .logo img{
  width: 100%;
}

.mobile-util-nav{
  display: block;
  width: 100%;
  border: 1px #666 solid;
  text-align: center;
  margin-bottom: 2%;
}

.banner-text{
  font-size: 80px;
}

.mobile-util-nav > form.mob-search, .mobile-util-nav > a{
display: inline-block;
text-decoration: none;
color: #333;
}

form.mob-search{
  width: 70%;
  padding: 1% 0 2% 0;
  margin-right: 5%;
}
form.mob-search >input{
  width: 80%;
}

.header-wrapper .logo, .header-wrapper .header-nav{
  display: block;
  width: 100% !important;
  text-align: center;
  clear: both;
}

#main-nav, .header-wrapper .header-nav, .header-wrapper .search{
  display: none;
}

#mobile-nav{
  display: block;
  width: 100%;
  z-index: 9999;


}



#mobile-nav div:first-child{
    font-family: "imagiknitfont";
    text-align:center;
    text-transform: uppercase;
    font-size: 30px;
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
    cursor: pointer;
}

.mobile-sub{
  display: none;
}
.mobile-sub > li{
  text-align: center;
  font-family: "Oswald";
  font-size: 24px;
  display: block;
  width: 80%;
  margin-left: 9.9999%;


}

.mobile-sub > li > a{
    font-weight: 300;
    color: black;
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 1px #666 solid;
    margin-bottom: 2%;


}

.mobile-sub > li ul{
  display: none;
}
.mobile-sub > li ul li{
  display: block;
  text-transform: lowercase;
}

.slash{
  display: none;
}
.mobile-sub > li ul li a{
  color: #51b5c9;
  font-family: "Poly";
  text-decoration: none;
}

.slash{
    color: #51b5c9;
}


/*index mobile stuff */
#leftCycle{
  display: none;
}

.heroJams{
  width: 98%;
}

#rightJams, #rightJams > ul > li{
  width: 100% !important;
}

#rightJams > ul > li:first-child{
  margin-top: 30px;
}

#rightJams > ul > li:nth-child(2){
  margin-bottom: 30px;
}

#rightJams > ul > li:not(:first-child){
display: block;
}

/*shop-page mobile*/

#shop-page ul li, #shop-page ul li:nth-child(5){
  width: 100% !important;
}

#shop-page ul li a{
  font-size: 32px;
}

.collection ul li, .related-products li, .featured-products ul li{
  width:48%;
}

.yarn-brand{
  width: 47%;
  margin-bottom: 3%;
}
.subnav-foot ul li{
  margin-right: 1%;
  margin-left: 1%;
}
.subnav-foot{

}
.subnav-foot ul li a{
  font-size: 20px;
}
.main-footer > ul > li{
  width:94%;
  text-align: left;
  margin-left: 3%;
  margin-bottom: 8%;
}

.main-footer > ul > li > h5{
  width: 100%;
  text-align: center;
}

.main-footer form{
  margin-top: 4%;
  margin-bottom: 2%;
  width: 100%;
  text-align: center;
}


.hours ul li, .events ul li, .foot-sub-n ul li{
  text-align: center;

}
.hours ul li span{
  padding: 0;
}

#product-photo-container, .thumb-wrap{
    clear: both;

}
#product-photo-container, .thumb-wrap, .yarn-info, .b-info{
    width:100%;

}

.thumb-wrap{
    max-height:550px;

}
.product-info-pub{
    float: none;
  width: 100%;
}
.product-info-pub > .b-info{
  width:100% !important;
}

.pubthumb{
  max-height: 1000px !important;
  float: none;
  width: 100%;
}


.yarn-info, .b-info{
  padding: 1%;
}
.yarn-info{
border-bottom: 1px dashed #666;

}
.b-info{
  border: none;
}

.b-info > span{
  display: block;
}

.buttons{
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.buttons div{
  width: 100%;
  padding: 0;
  margin: 1% 0 1% 0;
   display: -webkit-box;
}

#continue{
  -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}

#product-add{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;

}



#related h4{
  font-size: 24px;
}
/*

#product-zoom-thumbs li{
    width:20%;
   float: left;
   padding: 0;
   margin: 0;
}

#product-select{
    clear: both;
    width:100%;
}

#product-select option{

    font-size: 34px;
    font-family: "Poly";
}

.product-page-title{
    font-family: "Poly";
    font-size: 46px;
    text-align: center;
    clear: both;
    padding-bottom: 1%;
}

.product-info{
    width: 100%;
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
    margin-bottom: 1%;
}

.b-info{
    display: inline-block;
    width: 48%;
    font-family: "Poly";
    font-size: 24px;
    text-align: center;
     border-left: 1px dashed #666;
     margin: 2% 0% 2% 2%;

}

.b-info > span:first-child{
    margin-right: 5%;

}

.price{
    font-size: 56px;

}

.yarn-info{
 display: inline-block;
 width: 48%;


}

.yarn-info ul li{
    list-style-type: none;
    font-family: "Muli";
    font-size: 14px;
    line-height: 24px;
    text-align: center;

}

.buttons{
    margin: 0 auto;
    text-align: center;
}

.buttons div{
    width: 40%;
    display: inline-block;
    margin: 2% 4% 5% 4%;

}

.buttons div input, .buttons div a img{
    width: 100%;

}*/

/* front page blog feed mobile*/
.blog-hero{
  clear: both;
    width: 80vw;
    height: 80vw;
    position: relative;
}
.side-blog{
  width: 100%;
  margin-top: 1% !important;
}
/* classes mobile */

.class-head-wrap{
  background-color: #51B5C9;
  width: 100%;

}
.class-head-wrap h1{
  padding-top: 5%;
  width: 80%;
  margin-left: 10%;
  color: white;
  font-size: 24px;
  font-family: "Poly";
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.3);
  padding-bottom: 5%;

}

.c-desc, .c-desc p, .c-times{
  display: block;
  width: 98%;
  float: none;
  clear: both;
  text-align: center !important;

}

.c-desc p:last-child{
  text-align: center;
}

.policy{
  width: 100%;
  margin: 0;
}

/*mobile blog */

.the-blog{
  width: 90%;
  max-width: 800px;
  margin:0 auto;
}


#all-posts, .blog-sidebar{
  display: block;
  width:100%;
}

.instagram ul li{
  width: 48%;
  margin: 1%;
}

.instagram ul li a{
  opacity: 1;
}


/*cart*/

.cart-wrapper {
  margin-left: 3.5%;
}

.cart-table table, .cart-table tbody, .cart-table tfoot, .cart-table tr, .cart-table td {
    display: block; }
  .cart-table thead {
    display: none; }
  .cart-table tbody tr:first-child {
    border-top: 1px solid #ccc; }
  .cart-table tbody tr td {
    padding-top: 0;
    padding-bottom: 0; }
  .cart-table .item-remove,
  .cart-table .item-image,
  .cart-table .item-desc,
  .cart-table .item-price,
  .cart-table .item-qty,
  .cart-table .item-total {
    width: 100%;
    text-align: left; }
  .cart-table .item-remove {
    padding-top: 3.7125%;
    padding-bottom: 1.85625%; }
  .cart-table .item-image {
    padding-right: 0; }
  .cart-table .item-total {
    padding-top: 0%;
    padding-bottom: 1.85625%; }
  .cart-table .item-price {
    display: none; }
  .cart-table h3 {
    margin: 0; }
  .cart-table .cart-note {
    padding-top: 1.85625%;
    padding-bottom: 1.85625%; }
  .cart-table .cart-total:first-of-type {
    padding-top: 1.85625%;
    padding-bottom: 0%;
    text-align: center; }
  .cart-table .cart-total:last-of-type {
    padding-top: 0%;
    padding-bottom: 1.85625%;
    text-align: center; }
  .cart-table .cart-checkout {
    padding-top: 0%;
    padding-bottom: 1.85625%;
    text-align: center; }
  .cart-table .update-cart {
    font-size: 0.75em;
    text-align: left; }
    .cart-table .subtotal, .cart-total{
        text-align: center;

    }
  .cart-footer {
    padding-top: 5.56875%;
    padding-bottom: 5.56875%; }

    .blog-feed > a{
      font-size: 24px;
      text-align: center;
      width: 90%;
    }

    /* yarn by brand */
    .collection > .link-list-grid li{
  width: 100% !important;
  margin: 2% 0;
}

/*orders and accounts mobile */
.account-wrap .sidebar, .order-history{
  width: 100%;
  margin-bottom: 5%;
}

.account-wrap .sidebar h2{
  margin-bottom: 2%;
}


#filter-select{
  float: none !important;
  margin-left: 5%;
}

.selecter{
  max-width: 100% !important;
}
  }


