/* ---------- Overall Specifications ---------- */
@font-face {
    font-family: 'Omnes Medium';
    src: url('/sites/all/themes/responsive/fonts/Omnes Medium/omnesmedium.eot');
    src: url('/sites/all/themes/responsive/fonts/Omnes Medium/omnesmedium.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/responsive/fonts/Omnes Medium/omnesmedium.woff') format('woff'),
         url('/sites/all/themes/responsive/fonts/Omnes Medium/omnesmedium.ttf') format('truetype'),
         url('/sites/all/themes/responsive/fonts/Omnes Medium/omnesmedium.svg#omnesmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Omnes Semibold';
    src: url('/sites/all/themes/responsive/fonts/Omnes Semibold/omnessemibold.eot');
    src: url('/sites/all/themes/responsive/fonts/Omnes Semibold/omnessemibold.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/responsive/fonts/Omnes Semibold/omnessemibold.woff') format('woff'),
         url('/sites/all/themes/responsive/fonts/Omnes Semibold/omnessemibold.ttf') format('truetype'),
         url('/sites/all/themes/responsive/fonts/Omnes Semibold/omnessemibold.svg#omnessemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Omnes Regular';
    src: url('/sites/all/themes/responsive/fonts/Omnes Light/omnes_light-webfont.eot');
    src: url('/sites/all/themes/responsive/fonts/Omnes Light/omnes_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/responsive/fonts/Omnes Light/omnes_light-webfont.woff') format('woff'),
         url('/sites/all/themes/responsive/fonts/Omnes Light/omnes_light-webfont.ttf') format('truetype'),
         url('/sites/all/themes/responsive/fonts/Omnes Light/omnes_light-webfont.svg#omneslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
		font-family: 'Filosofia Italic';
		src: url('/sites/all/themes/responsive/fonts/filosita/filosita.eot');
		src: url('/sites/all/themes/responsive/fonts/filosita/filosita.eot?#iefix') format('embedded-opentype'),
				 url('/sites/all/themes/responsive/fonts/filosita/filosita.woff') format('woff'),
				 url('/sites/all/themes/responsive/fonts/filosita/filosita.ttf') format('truetype'),
				 url('/sites/all/themes/responsive/fonts/filosita/filosita.svg#filosita') format('svg');
		font-weight: normal;
		font-style: normal;
}


@font-face {
    font-family: 'Omnes Bold';
    src: url('/sites/all/themes/responsive/fonts/Omnes Bold/omnesbold.eot');
    src: url('/sites/all/themes/responsive/fonts/Omnes Bold/omnesbold.eot?#iefix') format('embedded-opentype'),
         url('/sites/all/themes/responsive/fonts/Omnes Bold/omnesbold.woff') format('woff'),
         url('/sites/all/themes/responsive/fonts/Omnes Bold/omnesbold.ttf') format('truetype'),
         url('/sites/all/themes/responsive/fonts/Omnes Bold/omnesbold.svg#omnesbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Deafults */

/* Default Style
--------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

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

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
	border: 1px solid #bbbbbb;
	background: #d8d8d8 url(images/quote.png) no-repeat;
	padding: 10px 5px 5px 47px;
	text-shadow: 1px 1px #fff;
	margin: 5px 0;
	border-radius: 7px;
}

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

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

ins {
  background-color:#fdfc9b;
  text-decoration:none;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

hr {
  height:1px;
  background: #9f9f9f;
  margin: 7px 0;
  border: none;
	clear: both;
	float: none;
	width: 100%;
}

input, select {
  vertical-align:middle;
}

select {
  border-radius: 4px;
  border: 1px solid #ACACAC;
  padding: 3px 4px;
}

.remove-margin {
  margin-right: 0 !important;
}

fieldset {
  border: 1px solid #ccc;
  margin: 0 0 1.4615em;
  padding: 1.5385em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}


table {
  background: transparent;
  border: 0;
}

th {
  background: transparent;
  padding: 5px 4px;
  border-right: 0;
  color:#333;
}

td {
  background: transparent;
  color: #747474;
  text-align: left;
  padding: 4px;
  border-right: 0;
  border-bottom: 0;
	vertical-align: top;
}

.sidebar table,
.sidebar td,
.sidebar tr {
	background: transparent;
	border: 0;
}


body {
  font-family: 'Omnes Medium', Arial,Century gothic, sans-serif;
  color: #555;
  font-size: 13px;
line-height: 20px;
  font-weight: 400;
}


a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 0.8em;
line-height: 1.3em;
}

strong {
  font-weight: 400;
  font-family: 'Omnes Semibold';

}

em {
  font-style: italic;
}

ul, ol {
  padding-left:20px;
margin-bottom: 0.8em;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  padding: 0;
  margin: 0px 0px 10px 0px;
}


h1 {
	font-size: 26px;
}	
	
h2 {
	font-size: 21px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 13px;
}

span.red {
	color: red;
	font-weight: bold;
}

.field .field-label {
	font-family: 'Omnes Semibold';
	font-weight: 400;
}

#wrapper {
  margin: 0px auto;
}

#content-contain {
  padding: 10px 0 0;
  border-bottom:dotted 1px #9b9c9f;
	z-index: 2;
}

body {
	overflow-x: hidden;
}

.full-bg,
.full-bg-footer {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow-x: hidden;
	display:none;
}
.not-front #bottom .block-follow
{
	margin-top:1em;
	margin-bottom:.5em;
}
.not-front #copyright
{
	padding:0px 0px;
}
#head {
  width: 100%;
  background: transparent;
}

#headright {
  float: right;
}

#socialbar {
  height: 60px;
}

ul.social {
  list-style: none;
  margin: 20px 10px 0px 10px;
  float: right;
}

ul.social li {
  float: left;
  margin-left: 10px;
}

#logo {
  float: left;
  margin: 0 0 0 24.5%;
}

.not-front #logo {
  margin: 0 0 0 30px;
}

.site-slogan {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
}

#mobileMenu_mm1 {
  margin: 10px 20px;
  padding: 3px 0px;
}

#navigation {
  margin: 0px auto;
  float: right;
}

#main-menu {
  clear: both;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
}

#main-menu ul {
  float: left;
  padding: 0px 15px;
}

#main-menu li {
  float: left;
  list-style-type: none;
  font-weight: 400;
}

#main-menu li a {
  color: #e7e7e7;
  display: block;
  padding: 10px 10px 10px 10px;
  position: relative;
  text-decoration: none;
}

#main-menu li a:hover,
#main-menu li a:active,
#main-menu a.active{
  color: #fff;
}

#main-menu li a .sf-sub-indicator {
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  background: transparent;
}

#main-menu li li a,
#main-menu li li a:link,
#main-menu li li a:visited {
  background-color: #12263B;
  border-top-width: 0;
  color: #e7e7e7;
  font-size: 13px;
  padding: 10px 10px;
  position: relative;
  text-transform: none;
  width: 140px;
  font-weight: 400;
}

#main-menu li li a:hover,
#main-menu li li a:active {
  color: #fff;
  background: #01152a;
}

#main-menu li ul {
  height: auto;
  padding: 0px 0px;
  left: -9999px;
  margin: 0 0 0 1px;
  position: absolute;
  width: 160px;
  z-index: 9999;
}

#main-menu li ul a {
  width: 160px;
}

#main-menu li ul ul {
  margin: -38px 0 0 160px;
}

#main-menu li:hover>ul,
#main-menu li.sfHover ul {
  left: auto;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#front-welcome{
  font-weight: 400;
	text-align:center;
  padding: 15px 5% 0;
  width: 90%;
}

#front-welcome .block > h2{
	color:#282c2f;
	font-size:24px;
	margin:0px auto;
  text-transform: none;
}

#front-welcome p{
	padding:10px 0px;
	color:#282c2f;
	line-height:22px;
	font-size:18px;
}

#header {
  margin-top: 0;
float: none;
clear: both;
margin: 0 auto;
display: block;
}

#content-contain-top {
	z-index: 10;
}

#content #breadcrumbs{
  font-size: 11px;
padding-bottom: 0;
display: none;
}

.not-front #content {
	z-index: 10;
	position: relative;
	border-top: dotted 1px #9b9c9f;
	margin-top: 15px;
	padding-top:0px;
}
.node-type-pattern #content
{
	padding-top:25px;
}

.not-front #post-content {
	clear: both;
}

.node-type-booklet #post-content {
	clear: none;
}
.node-type-yarn #content
{
	margin-top:15px;
}
.node-type-yarn h1.page-title,
.node-type-page h1.page-title
{
	margin-top:10px;
	margin-left:30px;
}
.front #post-content {
	position: relative;
	z-index: 10;
	margin-top: 45px;
	display: none;
}

.front #post-content .content h2 {
	font-size: 14px;
	color: #e7613b;
	margin: 0 0 .25em;
}
.front #bottom
{
	padding-top:45px;
}
#content > * {
	padding: 10px;
}

#content #content_above {
	padding-top: 0;
	padding-bottom: 0;
}

.node {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.node h2.title, .page-title {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}

h1.page-title,
#post-content .block > h2,
#block-views-how-to-videos-block .view-content > h3,
.view-knitbits-newsletter h3,
.view-pattern-booklets .view-content > h3,
#block-views-whats-new-block .views-field-title {
	font-size: 22px;
	margin-bottom: 1em;
	color: #e7613b;
	text-transform: uppercase;
	font-weight: 400;
}

h1.page-title {
	margin-bottom: .25em;
}

#block-views-how-to-videos-block .view-content > h3,
.view-knitbits-newsletter .view-content > h3,
.view-pattern-booklets .view-content > h3 {
	border-top: dotted 1px #9b9c9f;
	padding-top: 1em;
}

.view-knitbits-newsletter .view-content > h3 {
	margin-bottom: .5em;
}

.view-knitbits-newsletter td {
	width: 20%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.view-knitbits-newsletter td p {
	margin: 0;
}


.front h1.page-title,
body.no-title h1.page-title,
.page-node-8 h1.page-title {
	display: none;
}
body.page-node-1124 h1.page-title
{
	display:block;
	color:#000;
    text-transform: none;
    float: left;
    width: 100%;
	margin-top:15px;
}
body.page-node-1124 #content
{
	margin-top:10px;
}
.pattern-page-title,
.node-type-pattern .page-title,
.node-type-booklet .page-title  
{
	display:none;
}
.node-type-pattern .pattern-page-title,
.node-type-booklet .pattern-page-title   
{
	font-size: 22px;
	margin-bottom: .25em;
	color: #e7613b;
	text-transform: uppercase;
	font-weight: 400;
	display:block;
}
.page-pattern-listing-all-all-all-all-all-all-all-all h1.page-title,
.page-pattern-listing h1.page-title
{
	display:none;
}
.page-pdf-store h1.pattern-page-title
{
	display:block;
	padding-left:10px;
	font-size: 18px;
	color: #e7613b;
    text-transform: uppercase;
    font-weight: 400;
}
.page-patterns #content
{
	border-top:0px;
	margin-top:10px;
}
body.no-title.page-patterns h1.page-title
{
	display:block;
	width: 100%;
	float:right;
	text-align:left;
	margin-top:15px;
	padding-left:25px;
	color:#000;
	text-transform: none;
}
body.no-title.page-patterns h1.page-title
{
	float:none;
	margin-right:0px;
}

body.page-node-1102 h1.page-title
{
	display:block;
	color:#000;
    text-transform: none;
    width: 100%;
	margin-top:20px;
}
body.page-node-1102 #content
{
	margin-top:5px;
}
.block{
	margin-bottom:1.5em;
}

.sidebar .block {
	border-top: dotted 1px #9b9c9f;
}
.page-node-1102 .sidebar .block
{
	margin-top:25px;
}
#foot
{
	width:100%;
	padding-left:0px;
}
#header .block > h2, #foot .block > h2, 
.region-content-top .block > h2{
  font-size: 16px;
}
#content_top .block .content .field-name-field-header-image * {
	display: block;
}
#block-system-main > div > div > div > div > div > h2
{
	border-bottom:1px dotted #9b9c9f;
	width:100%;
}
#content_top .block,
#content_top .block p {
	margin: 0;
}

.sidebar {
  margin-top: 25px;
	z-index: 5;
	position: relative;
}
#sidebar-second
{
	margin-top:15px;
}
.page-node-3099 #sidebar-second
{
	margin-top:25px;
}
.sidebar .block > h2 {
  margin-bottom: 10px;
  padding: 10px 10px 0;
}

.sidebar .block h2,
.sidebar .block-wb-search h3,
.sidebar .block-wb-new-search h3 {
  font-family: 'Omnes Semibold', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.sidebar .block .content {
	padding: 10px;
}

#sidebar-second .block .content,
#sidebar-second .block h2 {
	text-align: center;
}

#bottom {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 15px;
	max-width: 768px;
	margin: 0 auto;
}

#bottom.container .five.columns {
	text-align: center;
}

#bottom.container .sixteen.columns {
	width: 100%;
	padding: 0 15px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}

.botblck {
  float: left;
  list-style: none;
}

.botblck .block > h2 {
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.front .botblck .block > h2 {
	color: #333;
	float: left;
	margin: 1em;
}

.botblck .content {
  padding: 7px 0px;
  margin: 0;
  line-height: 160%;
  color: #888;
}

#copyright {
  padding: 25px 0px;
  text-align: center;
z-index: 0;
}

.credit {
  color: #eee;
}

.breadcrumb {
	padding-bottom: 1em;
}

.submitted {
  padding: 4px 0;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 1em;
font-size: .9em;
}

.node-teaser .submitted {
	margin-bottom: .5em;
}

.node .content,
#block-system-main .content {
	margin-bottom: 3em;
}
/*
#block-system-main > div > div > div > div > div > div
{
	margin: 5px 0 12px 24px !important;
}
*/
.node-type-yarn #block-system-main > div > div > div > div > div > div
{
    margin: 5px 0 12px 0px !important;
}
.sharethis-buttons {
	margin: 0 0 1em;
}
body.page-node-1102 #content,
.page-node-1102 #post-content
{
	padding:12px 0 0px;
}
#block-views-how-to-videos-block .view-content > h3
{
	border-top:none;
}
.links {
  color: #000;
  margin-top: 10px;
  font-size: .9em;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}
.page-pattern-listing .sidebar,
.page-yarn-listing .sidebar,
.page-node-3099 #sidebar-second
{
	margin-top:15px;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  border-radius: 3px;
  border: 1px solid #acacac;
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 0em;
}

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

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0 1em 0 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags a:hover{
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#content-container .field-label{
}

#content-container .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* comment
/*-------------------------------------------*/
#comments {
  clear: both;
  margin-top: 14px;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}

.comment {
  margin-bottom: 1.5em;
  padding: 5px;
  border-radius: 7px;
  min-height: 150px;
  border-bottom: 1px solid #d9d9d9;
}

h3.comment-title a{
  margin-bottom: 5px;
  font-size: 16px;
  color: #67696d;
}

.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}

.form-textarea-wrapper textarea {
  border-radius: 3px;
  border: 1px solid #acacac;
}

.comment .submitted {
  display:inline;
  background: #e5e5e5;
}

.comment .user-picture{
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin-right: 7px;
  margin-bottom: 7px;
}

.comment-new-comments{
  display: none;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
}

.item-list .pager li a,
.item-list .pager li a.active {
	color: #00AEEF;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

.credit a {
    color: #42A9BE;
}

.credit a:hover {
    color: #aaa;
}

.form-textarea-wrapper {
	width: 98%;
}

a.not-found {
	background: yellow;
}

.field-name-field-pattern-image .field-item {
	float: left;
	padding: 0 1em 1em 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}

.node-pattern .field-name-body {
	clear: both;
}

#block-views-3222bc3e9ef401e65ef3eaf403ad32ec {
	padding-top: 2em;
	clear: both;
}

#post-content #block-views-3222bc3e9ef401e65ef3eaf403ad32ec > h2 {
	font-size: 16px;
}

.field-name-field-pattern-corrections .field-item,
#block-views-3222bc3e9ef401e65ef3eaf403ad32ec .views-row .views-field-field-pattern-corrections {
	border-bottom: 1px dotted #9B9C9F;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.view-patterns .views-table {
	width: auto;
	background: transparent;
	border: 0;
}

.view-patterns .views-table thead {
	float: right;
}

.view-patterns .views-table thead th {
	float: left;
	margin: 0 1em 0 0;
	padding: 0;
}

.view-patterns .views-table th {
	border: 0;
	background: transparent;
	margin-right: 1em;
}

.view-patterns .views-table tbody {
	clear: both;
}

.view-patterns .views-table,
.view-patterns .views-table thead,
.view-patterns .views-table tbody,
.view-patterns .views-table tr,
.view-patterns .views-table th,
.view-patterns .views-table td {
	display: block;
	border: 0;
	background: transparent;
}

#block-views-exp-patterns-page .ajax-progress {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: .5;
	width: 100%;
	height: 100%;
}

#block-views-exp-patterns-page .ajax-progress .throbber {
	margin: 7em auto;
	float: none;
}

#block-views-exp-patterns-page .content {
	position: relative;
}

th.active img {
	padding: 0 .25em;
}

.exhibit-collectionView-header-groupControl,
.exhibit-action-disabled,
.exhibit-toolboxWidget-popup {
	display: none;
}

.exhibit-tileView-body,
.exhibit-tileView-body li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.exhibit-tileView-body li {
	margin: 0 0 1em;
}

.pattern-grid {
	width: 100%;
	text-align: left;
	margin-bottom: 2em;
}

.pattern-grid ul li {
	list-style: none;
}

.pattern-grid div.row {
	display: inline;
	width: 100%;
}

.pattern-grid div.cell {
	vertical-align: top;
	padding: 1em 0;
	text-align: center;
	float: left;
}

.pattern-grid div.cell img {
	margin: 0 auto;
}

.pattern-grid div.cell * {
	display: block;
}

.pattern-grid div.cell .image {
	height: 150px;
}

.pattern-grid div.cell .discontinued {
	color: red;
	font-size: 11px;
}

.views-field-edit-node {
	font-size: 11px;
}

.field-name-field-yarnfinder-id a,
.views-field-field-yarnfinder-id a,
.find_btn a,
.form-submit,
a.blue-button,
.blue-button a,
.links li.node-readmore a {
	border: 0;
	background: #00aeef;
	color: #fff;
	padding: .5em 1em;
	margin: 0 0 1em;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-transform: uppercase;
	text-shadow: none;
	font-size: 12px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#block-cck-blocks-field-pdf-download-id,
#block-cck-blocks-field-pattern-download {
	border-bottom: 1px dotted #9B9C9F;
	padding-bottom: 1em;
}

.view-related-yarn-for-pattern-page .views-row {
	clear: both;
}

.view-related-yarn-for-pattern-page .views-field-title {
	width: 50%;
	margin-bottom: 1em;
}

.form-submit {
	margin: 0;
}

.field-name-field-yarnfinder-id a:hover,
.views-field-field-yarnfinder-id a:hover,
.find_btn a:hover,
.form-submit:hover,
a.blue-button:hover,
.blue-button a:hover,
.links li.node-readmore a:hover {
	background: #E7613B;
	color: #fff;
}

.field-name-field-shade-card-image .field-item,
.view-related-yarn-for-yarn-page .views-row {
	float: left;
	width: 120px;
	margin: 1em 1em 0 0;
	font-size: 11px;
	line-height: 14px;
}

.node-type-yarn #block-system-main .field-name-field-image {
	float: right;
}

.field-name-field-shade-card-image {
	clear: both;
	padding-top: 2em;
}

.field-name-field-yarn-wash-info {
	clear: left;
}

.block-wb-search .content {
	padding: 0 10px 10px;
}

#block-wb-search-wb-page-title .content {
	margin: 0 0 10px;
	background: transparent;
	padding: 0;
	font-size: 36px;
	color: #5a87c5;
	line-height: 1.25;
}

.block-wb-new-search {
	padding-top: .5em;
}

.block-wb-new-search .item-list ul li a {
	color: #000;
}

.block-wb-new-search .item-list ul li a:hover {
	color: #F26522;
}

.block-wb-search .item-list ul li.selected,
.block-wb-new-search .item-list ul li.active a,
.block-wb-new-search .item-list ul li a.active {
	font-weight: 300;
	font-family: 'Omnes Semibold', Helvetica, Arial, sans-serif;
}

.block-wb-new-search .item-list ul.yarn-field_discontinued li.active a,
.block-wb-new-search .item-list ul.yarn-field_discontinued li a.active {
	color: red;
}

.block-wb-search .item-list ul li.discontinued,
.block-wb-new-search .item-list ul li.discontinued a {
	color: red;
}

.block-wb-search .item-search,
.block-wb-new-search .item-search {
	margin-left: 19px;
}

.block-wb-search .item-list ul,
.block-wb-search .item-list ul li,
.block-wb-new-search .item-list ul,
.block-wb-new-search .item-list ul li {
	list-style: none;
}

.block-wb-search .item-list ul li.empty,
.block-wb-search .item-list ul li.empty a,
.block-wb-new-search .item-list ul li.empty,
.block-wb-new-search .item-list ul li.empty a {
	color: #ccc;
}

.sort-options a {
	color: #000;
}

.sort-options a:hover {
	color: #F26522;
}

.sort-options .current {
    font-family: 'Omnes Semibold', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.item-list .sort-options,
.item-list .sort-options li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.item-list .filter-options {
	text-align: left;
}

.item-list .filter-options li {
	margin-bottom: 1em;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
}

.item-list .filter-options a {
	display: block;
	padding: 0 .5em;
	background: #CFCFCF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #555;
}

.item-list .filter-options li.first a {
	background: transparent;
	color: #00AEEF;
}

.item-list .filter-options a span {
	padding-left: .25em;
    font-family: 'Omnes Semibold';
}

.item-list .filter-options a span,
.item-list .filter-options a:hover {
	color: red;
}

.item-list .sort-options {
	margin-bottom: 1em;
	clear: both;
}

.item-list .sort-options li {
	display: inline;
	padding-left: .5em;
}

.item-list .filter-options {
	margin-bottom: 0;
}

p.right {
	text-align: right;
}

.block-wb-search .content ul,
.block-wb-new-search .content ul {
	max-height: 200px;
	overflow: auto;
	margin-bottom: 1em;
	padding: 0 0 0 1.5385em;
}

.block-wb-search .content form {
	margin-bottom: 1em;
}

.field-name-field-yarn-fiber-percentage,
.field-name-field-yarn-fiber-name {
	display: inline;
}

.field-name-field-yarn-fiber-percentage .field-item {
	padding-right: .25em;
}

#block-system-main .entity-field-collection-item .content {
	margin: 0;
}

.field-type-field-collection .field-item,
.field-type-field-collection .field-item * {
	display: inline;
}

.field-type-field-collection .field-item {
	float: none;
}

.node-pattern .field {
	clear: both;
}

.view-title-search .node-pattern .field {
	clear: none;
}

#content_above .block {
	margin: 0;
}

#utility #block-block-18 {
	float: right;
	margin-top: 12px;
}

#utility #block-block-22 {
	float: left;
	margin-left: 22.5%;
	margin-top: 12px;
}

#utility #block-block-22 img {
	height: auto;
}

#utility .block {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

#block-search-form {
	float: right;
	clear: left;
	margin-right: 7%;
}
body ul.sf-menu.sf-style-default
{
	margin-top:-10px;
	margin-bottom:15px;
}
#block-views-exp-title-search-page .form-submit,
#search-block-form .form-submit {
	margin-right: 20px;
}

#block-views-exp-title-search-page .form-submit,
#search-block-form .form-submit {
	background: url(images/search-button.jpg);
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
	width: 26px;
	height: 27px;
	border: 0;
	padding: 0;
	margin: 0;
}

#block-views-exp-title-search-page .form-text,
#search-block-form .form-text {
	color: #5a87c5;
	width: 167px;
}

#block-views-exp-title-search-page .form-item,
#search-api-page-search-form .form-item,
#search-block-form .form-item {
	display: inline;
}

#block-views-exp-title-search-page .views-exposed-widget label,
#search-block-form label {
	display: none;
}

.sf-menu.sf-style-default li,
.sf-menu.sf-style-default.sf-navbar,
.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active {
  background: transparent;
}

.sf-menu.sf-horizontal ul,
.sf-menu.sf-vertical ul,
.sf-menu.sf-navbar ul ul {
	background: #9cb7dc;
	padding: 1px !important;
}

.sf-menu.sf-style-default li li {
	background: #fff;
}

.sf-menu.sf-style-default li li:hover,
.sf-menu.sf-style-default li li.sfHover,
.sf-menu.sf-style-default li li a:focus,
.sf-menu.sf-style-default li li a:hover,
.sf-menu.sf-style-default li li a:active {
  color: #e7613b;
background: #fff;
}

.sf-depth-1 {
	text-transform: uppercase;
}

.sf-depth-1 > a {
	color: #5a87c5;
	font-size: 14px;
}

.sf-depth-1 li {
	text-transform: none;
}

.sf-menu.sf-style-default a,
.sf-menu.sf-style-default a:visited {
	color: #5a87c5;
}

.sf-menu.sf-style-default a:hover {
	color: #152d43;
}

.sf-menu.sf-style-default a,
.sf-menu.sf-style-default a.sf-with-ul {
	border: 0;
	padding: 8px 8px .75em;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  left: 0;
  top: 2.5em;
}

#block-follow-site {
	margin-top: 6px;
	margin-right: 24px;
}

a.follow-link {
	width: 24px;
	overflow: hidden;
	text-indent: -999px;
	float: left;
	height: 25px;
	line-height: 25px;
	padding-left: 0;
	margin-left: 12px;
	background: url(images/social-icons.png) no-repeat 0 0;
}

a.follow-link:hover {
	background-position: 0 -40px;
}

a.follow-link-ravelry {
	background-position: 0 0;
}

a.follow-link-facebook {
	background-position: -40px 0;
}

a.follow-link-twitter {
	background-position: -80px 0;
}

a.follow-link-instagram {
	background-position: -120px 0;
}

a.follow-link-pinterest {
	background-position: -160px 0;
}

a.follow-link-youtube {
	background-position: -200px 0;
}


a.follow-link-ravelry:hover {
	background-position: 0 -40px;
}

a.follow-link-facebook:hover {
	background-position: -40px -40px;
}

a.follow-link-twitter:hover {
	background-position: -80px -40px;
}

a.follow-link-instagram:hover {
	background-position: -120px -40px;
}

a.follow-link-pinterest:hover {
	background-position: -160px -40px;
}

a.follow-link-youtube:hover {
	background-position: -200px -40px;
}

#block-block-2 .content h2 span,
#block-block-4 .content h2 span,
#block-block-15 .content h2 span {
	color: #888;
	padding-left: .25em;
	padding-right: .25em;
}
#block-wb-new-search-wb-recent-blog-post {
	background: url(/sites/default/files/images/blog-button-1-thumb.jpg) no-repeat right top;
	width: 210px;
	height: 210px;
	margin: 10px auto;
	left:0px;
	position: relative;
	z-index: 5;
	margin-top:0px;
	padding-top:10px;
}
#block-wb-new-search-wb-recent-blog-post:hover {
	background: url(/sites/default/files/images/blog-button-2-thumb.jpg) no-repeat right top;
	width: 210px;
	height: 210px;
	margin: 10px auto;
	left:0px;
	position: relative;
	z-index: 5;
	margin-top:0px;
	padding-top:10px;
}

#block-wb-new-search-wb-recent-blog-post .content {
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	left: 50px;
	top: 32px;
	right: 61px;
	bottom: 32px;
	position: absolute;
}

#block-wb-new-search-wb-recent-blog-post .content a {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#block-wb-new-search-wb-recent-blog-post .content a span,
#block-wb-new-search-wb-recent-blog-post .content a:hover {
	color: #ffd200;
}

#block-wb-new-search-wb-recent-blog-post .content a span {
	text-transform: uppercase;
}

#block-block-2 {
	text-align: center;
}

#block-block-2 a {
	font-size: 14px;
}

#block-block-5 .content {
	font-size: 14px;
}

#block-block-5 .content h2 {
	color: #888;
	font-family: 'Omnes Regular';
	font-size: 26px;
	margin: 0;
}

#block-menu-block-2 {
	margin: 0 0 5em;
}

#block-menu-block-2 .content {
	text-align: center;
	
}

#block-menu-block-2 ul.menu,
#block-menu-block-2 ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#block-menu-block-2 ul.menu {
	padding-right: 46px;
}

#block-menu-block-2 ul.menu li {
	margin: 0;
	padding: 0 .75em;
	border-right: none;
	display: inline;
	text-transform: uppercase;
}

#block-menu-block-2 ul.menu li.last {
	border: 0;
	padding-right: 0;
}

#block-menu-block-2 ul.menu li a {
	color: #888;
	font-size:14px;
}

#block-menu-block-2 ul.menu li a:hover {
	color: #00aeef;
}

.field-label-above {
	margin-top: .5em;
}

#content_right {
	float: none;
	border-left: 1px dotted #fff;
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#content_above {
	float: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.node-type-booklet #content_right {
	border-left: 0;
}

.node-type-booklet #content_right td {
	text-align: center;
}

.view-related-yarn-for-pattern-page .views-field {
	float: left;
	padding: 0px 3% 0;
}

.view-related-yarn-for-pattern-page .views-field-field-image {
	text-align: right;
	padding-top: 0;
	float: left;
}

#block-wb-search-wb-more-pattern-options {
	clear: both;
	margin-bottom: 0;
}

#block-wb-search-wb-more-pattern-options .content ul {
	margin-bottom: 0;
}

#block-wb-search-wb-more-pattern-options h2 {
	font-size: 14px;
}

#block-wb-search-wb-more-pattern-options .content {
	padding: 0;
}

div.messages {
	clear: both;
}

ul.front-slick,
ul.front-slick li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.front-slick {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

ul.front-slick li {
	position: relative;
}

ul.front-slick li a {
	position: absolute;
}

ul.front-slick li a:first-child {
	position: relative;
}

.field-name-field-booklet-image {
	float: left;
	margin: 0 2em 3em 0;
}

.view-pattern-booklets td {
	width: 20%;
	padding-bottom: 2em;
	text-align: center;
}

#block-wb-search-wb-store-finder .content {
	padding: 0 0 10px;
}

#block-wb-search-wb-store-finder form {
	float: left;
}

.page-node-7 #block-system-main {
	clear: both;
}
#block-block-2 > div.content a img
{
	float:right;
}
#block-block-2 .hover,
#block-block-3 .hover,
#block-block-5 .hover,
#block-block-17 .hover
{
	display:none;
}
#block-block-2 .static,
#block-block-3 .static,
#block-block-5 .static,
#block-block-17 .static
{
	display:block;
}
#block-block-2:hover .hover,
#block-block-3:hover .hover,
#block-block-5:hover .hover,
#block-block-17:hover .hover
{
	display:block;
}
#block-block-2:hover .static,
#block-block-3:hover .static,
#block-block-5:hover .static,
#block-block-17:hover .static
{
	display:none;
}
#kwform .select_label {
	width: 140px;
	display: block;
	float: left;
}

#kwform > div {
	clear: both;
	padding-bottom: 1em;
}

.yarn_names {
	margin-top: 1.5em;
}
.yarn_names .help_btn {
	padding-right: 10px;
}

#block-views-featured-shop-block {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px dotted #9B9C9F;
	clear: both;
}

.view .node-featured-shop h2.title {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}

.view .node-featured-shop h2.title a {
	color: #333;
}

.field-name-field-shop-image {
	float: right;
	margin: 0 0 1em 1em;
}

#content_top .block {
	background: transparent;
}

#content_top .block-block .content,
#content_top .block-views .content,
#content_top .block-menu-block .content {
	padding: .5em 1em;
}

.front #content_top .block {
	background: transparent;
}

.front #content_top .block-block .content,
.front #content_top .block-views .content,
.front #content_top .block-menu-block .content {
	padding: 0;
}

#content_top .block-block .content p {
	margin: 0;
}

.view-how-to-videos .view-filters {
	display: none;
}

.view-how-to-videos .views-field-title h3 {
	font-size: 16px;
	margin: 0 0 .25em;
}

.view-how-to-videos td {
	width: 33%;
}

.view-how-to-videos td > div {
	margin-right: 1em;
	margin-bottom: .5em;
}

.view-how-to-videos td .views-field-field-youtube-url * {
	display: block;
}

.view-how-to-videos td .views-field-field-youtube-url img {
	width: 100%;
}

.view-how-to-videos td .views-field-field-youtube-url span.play-button {
	width: 100%;
	height: 100%;
	display: block;
}

.view-video-categories .view-content ul,
.view-video-categories .view-content ul li,
.view-video-categories .view-content ul li *,
#block-menu-block-3 ul.menu,
#block-menu-block-3 ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

.view-video-categories .view-content ul li,
#block-menu-block-3 ul.menu li {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px dotted #9B9C9F;
}

.view-video-categories .view-content ul li.views-row-last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.view-video-categories .view-content ul li a.active {
	color: #00AEEF;
}

.view-video-categories .view-content ul li a.active:hover {
	color: #E7613B;
}

.views-field-field-slideshow-image {
	float: left;
	margin: 0 2em 2em 0;
}

.view-audio-slideshows .views-row {
	clear: both;
	border-top: 1px dotted #9B9C9F;
	padding-top: 1em;
	margin-top: 1em;
}

.view-audio-slideshows h2 {
	text-transform: uppercase;
	color: #e7613b;
	font-size: 22px;
}

.view-related-patterns .view-footer {
	padding-top: .5em;
}

.view-related-patterns .views-field-title {
	text-transform: uppercase;
	margin-bottom: .25em;
	font-size: 14px;
}

#block-views-how-to-videos-block {
	clear: both;
	padding-top: 1.5em;
}

#block-views-whats-new-block-1 .views-field-field-image {
	float: right;
	clear: left;
}

.field-name-field-whats-new-image,
.views-field-field-whats-new-image {
	float: right;
	margin: 0 0 1em 2em;
}

.page-node-8 #content .block-views {
	clear: both;
	border-top: 1px dotted #9B9C9F;
	padding-top: 1em;
	margin-top: 1em;
}

.field-name-field-pattern-corrections {
	clear: both;
	padding-top: 2em;
}

#block-views-whats-new-block-2 .views-row {
	float: left;
	margin: 0 12px 12px 0;
	width: 175px;
}

#block-views-97a6ce8fb2f1a4a3ce26977eb5247f33 {
	clear: both;
	padding-top: 2em;
}

#sidebar-first .block-wb-search .item-list h3,
#sidebar-first .block-wb-new-search .item-list h3 {
	cursor: pointer;
	margin-bottom: 0;
	white-space: nowrap;
}

#sidebar-first .block-wb-search .item-search h3,
#sidebar-first .block-wb-new-search .item-search h3 {
	margin-bottom: 0;
}

#sidebar-first .block-wb-search .item-list h3 span,
#sidebar-first .block-wb-new-search .item-list h3 span {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(/misc/ui/images/ui-icons_454545_256x240.png) no-repeat -32px -16px;
	margin-right: 3px;
}

#sidebar-first .block-wb-search .content,
#sidebar-first .block-wb-new-search .content {
	padding: 0;
}

#sidebar-first .block-wb-search .item-list,
#sidebar-first .block-wb-search .item-search,
#sidebar-first .block-wb-new-search .item-list,
#sidebar-first .block-wb-new-search .item-search {
	margin-bottom: 10px;
}

#sidebar-first .block-wb-search .item-list h3.open-title span,
#sidebar-first .block-wb-new-search .item-list h3.open-title span {
	background-position: -64px -16px;
}

#sidebar-first .block-wb-search .item-list h3:hover,
#sidebar-first .block-wb-new-search .item-list h3:hover {
	color: #F26522;
}

#sidebar-first .block-wb-search .item-list .yarn-list,
#sidebar-first .block-wb-search .item-list .yarn-field_yarn_gauge,
#sidebar-first .block-wb-search .item-list .yarn-field_yarn_fiber_name,
#sidebar-first .block-wb-search .item-list .patterns-field_yarn_gauge,
#sidebar-first .block-wb-new-search .item-list .yarn-field_yarn_gauge,
#sidebar-first .block-wb-new-search .item-list .field_collection_item-field_yarn_fiber_name,
#sidebar-first .block-wb-new-search .item-list .pattern-field_yarn_gauge {
	display: none;
}

#sidebar-first .block-wb-search .item-list .yarn-list.dirty-list,
#sidebar-first .block-wb-search .item-list .yarn-field_yarn_gauge.dirty-list,
#sidebar-first .block-wb-search .item-list .yarn-field_yarn_fiber_name.dirty-list,
#sidebar-first .block-wb-search .item-list .patterns-field_yarn_gauge.dirty-list,
#sidebar-first .block-wb-new-search .item-list .yarn-field_yarn_gauge.dirty-list,
#sidebar-first .block-wb-new-search .item-list .field_collection_item-field_yarn_fiber_name.dirty-list,
#sidebar-first .block-wb-new-search .item-list .yarn-field_yarn_name.dirty-list,
#sidebar-first .block-wb-new-search .item-list .pattern-field_yarn_gauge.dirty-list {
	display: block;
}

#block-views-31469672df5b3b1a9a80ea0fe7137c9d,
#block-views-e687d5c1358d9afeef392bb9d8d327f8 {
	float: left;
	width: 50%;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px dotted #9B9C9F;
}

#block-views-e687d5c1358d9afeef392bb9d8d327f8 {
	clear: left;
}

#block-views-e687d5c1358d9afeef392bb9d8d327f8 > .content {
	border-right: 1px dotted #9B9C9F;
}

#block-views-31469672df5b3b1a9a80ea0fe7137c9d td,
#block-views-e687d5c1358d9afeef392bb9d8d327f8 td {
	text-align: center;
}

.fivestar-basic div.fivestar-widget .star,
.fivestar-basic div.fivestar-widget .star a {
	background-image: url(images/star.png);
}

.fivestar-basic div.fivestar-widget div.hover a,
.fivestar-basic div.rating div a:hover {
	background-image: url(images/star.png);
}

.field-name-field-rating {
	margin: 0 0 .75em;
}

.views-field-field-slideshow-url ul,
.views-field-field-slideshow-url ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.views-field-field-slideshow-url ul li {
	display: inline;
	margin-right: 6px;
}

.help-row {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.help_btn {
	position: relative;
}

.help_popup {
	border: 2px solid #ACACAC;
	background: white;
	width: 200px;
	position: absolute;
	z-index: 100;
	display: none;
}

.help_popup h1 {
	font-size: 14px;
	padding: 5px;
	background: #ACACAC;
}

.help_popup p {
	padding: 5px;
}

.help_popup h1 span {
	float: right;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.help_popup h1 span:hover {
	color: #000;
}

.search-results li.search-result,
.view-title-search .views-row {
	clear: both;
	border-top: dotted 1px #9b9c9f;
	padding: 1em 0;
}

.search-results li.search-result strong {
	color: #000;
}

.view-title-search .views-row .field-type-image,
.search-snippet-info .field-name-field-image {
	float: left;
	margin: 0 2em 0 0;
}
.view-video-categories .view-content ul li a.active
{
	color:#000;
}
.view-video-categories .view-content ul li a.really-active
{
	color:#00AEEF;
}
.view-title-search .views-row .node-pattern .field-name-body {
	clear: none;
}
.view-video-categories .view-content ul li
{
	padding-right:none;
	border-right:none;
	display:block;
}
.field-name-field-discontinued {
	font-family: 'Omnes Semibold';
	margin-top: .5em;
	color: red;
}

#block-views-whats-new-block .views-field-body {
	font-size: 16px;
}

#block-views-whats-new-block .views-field-title {
	font-size: 28px;
}

.field-name-field-pattern-download {
	margin: 1em 0;
}

.field-name-field-pattern-download .file > img {
	display: none;
}

.field-name-field-pattern-download .file > a {
	display: block;
	background: url(images/pdf-icon.svg) no-repeat left top;
	line-height: 41px;
	padding-left: 41px;
}

.page-node-3099 .field-name-body img {
	padding: 2em 1em 1em;
}

.view-resources .row-group {
	clear: both;
	border-top: solid 1px #ccc;
	padding: 2em 1em 1em;
	margin-top: 1em;
}
#block-views-resources-block > div.content > div > div > div.clearfix.section.row-group.row-group-1
{
	border-top:none;
}
.view-resources .row-group .views-row {
	margin: 0;
	padding: 0 2em 1em 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.view-resources .row-group .views-row-odd {
	clear: left;
}

.view-resources .row-group-1 {
	clear: none;
}

.view-resources .row-group h3 {
	font-size: 22px;
	margin-bottom: 1em;
	color: #e7613b;
	text-transform: uppercase;
	font-weight: 400;
}

.view-resources .row-group .views-row .views-field {
	margin: 0 0 .125em;
}

.view-resources .row-group .views-row .views-field-field-resource-link {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.view-resources .row-group .views-row,
.view-resources .row-group .views-row p {
	font-size: 14px;
	line-height: 18px;
}

.view-resources .row-group .views-row .views-field-title {
	font-size: 17px;
	line-height: 20px;
    font-family: 'Omnes Medium';
}

@media only screen and (min-width: 768px) {
	
	
	
	.page-node-3099 .field-name-body img {
		float: right;
	}
	
	.view-resources .row-group .views-row {
		width: 50%;
		float: left;
	}

	.view-resources .row-group-1 .views-row {
		width: auto;
		float: none;
	}

	.view-related-yarn-for-pattern-page .views-field {
		float: none;
	}

	.view-related-yarn-for-pattern-page .views-field-field-image {
		float: none;
	}

	#content_right {
		float: right;
		width: 46%;
	}
	#content_above {
		float: left;
		width: 52.5%;
		border-right: 1px dotted #9B9C9F;
	}

	#content_above .field-name-field-pattern-image .field-item {
		float: left;
		width: 25%;
	}
   
	#content_above .field-name-field-pattern-image .item-count-1 .field-item { width: 100%; }
	#content_above .field-name-field-pattern-image .item-count-2 .field-item { width: 50%; }
	#content_above .field-name-field-pattern-image .item-count-3 .field-item { width: 33%; }
	
	#content_above .field-name-field-pattern-image .field-item img {
		max-width: 100%;
		height: auto;
	}


}

@media only screen and (min-width: 960px) {
	.view-related-yarn-for-pattern-page .views-field {
		float: left;
	}

	.view-related-yarn-for-pattern-page .views-field-field-image {
		float: left;
	}

}
	
#filters li.active {
	font-family: 'Omnes Semibold',Helvetica,Arial,sans-serif;
}

span.youtube-image-crop {
	display: block;
	width: 165px;
	height: 220px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.field-name-field-pattern-image .field-360-player {
	position: relative;
}

.field-name-field-pattern-image span.play-button {
	top: 0;
	right: 1em;
	bottom: 1em;
	left: 0;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(images/play48.png) no-repeat center center;
}

.field-name-field-pattern-image span.play-button:hover {
	opacity: .75;
}

.field-name-field-pattern-image .field-360-player * {
	display: block;
}
div.follow-link-wrapper {
	display: inline-block;
}
.region-footer div.follow-link-wrapper
{
	float:right;
}
.page-locator .region-content-top #block-wb-search-wb-page-title .content
{
	display:none;
}
.page-node-1102 #block-system-main .content,
.page-node-1102 #block-system-main
{
	margin-bottom:0px;
}
#block-views-how-to-videos-block
{
	padding-top:5px;
}
#bottom .follow-links {
	text-align: center;
}

.node-booklet .field-name-field-pdf-download-id {
	clear: left;
}

.node-booklet .field-name-field-booklet-image {
	margin-bottom: 1em;
}

.field-name-field-yarn-fiber > .field-items > .field-item {
	display: block;
}

.slick-dots,
.slick-dots li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.dots {
	vertical-align: top;
}

.slick-dots li button {
	text-indent: -999px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #ccc;
	display: inline-block;
	padding: 0;
	box-shadow: none;
	border: 0;
	margin: 6px;
	cursor: pointer;
	outline: none;
}

.slick-dots li button:hover {
	background: #E7613B;
}

.slick-dots li.slick-active button {
	background: #00aeef;
}

.slick-arrow {
	font-size: 45px;
	font-family: 'Omnes Regular', Arial,Century gothic, sans-serif;
	color: #ccc;
	cursor: pointer;
	margin: 0 12px;
}

.slick-arrow:hover {
	color: #E7613B;
}

.text-center {
	text-align: center;
	padding: 15px;
}

.sf-menu.sf-style-default {
	margin-bottom: 5px;
	font-family: 'Omnes Regular', Arial,Century gothic, sans-serif;
}

.berroco-icon {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 0;
}

.not-front .berroco-icon {
	display: none;
}

.front .view-front-feature .views-field-field-background-image,
.front .view-front-feature .views-field-field-main-image,
.front .view-front-feature .views-field-field-text-image {
	float: left;
	width: 73%;
}

.front .view-front-feature .views-field-field-text-image {
	float: left;
	width: 25%;
}

.front .view-front-feature .views-field-field-main-image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.front .view-front-feature .views-field-edit-node {
	clear: both;
}

.front #block-block-16,
.page-locator #block-block-16
{
	border-top: dotted 2px #ccc;
	border-bottom: dotted 2px #ccc;
}
.page-locator #content-contain
{
	border-bottom:0px;
}
.page-locator #bottom .block-follow
{
	float:none;
}
.front #block-block-16 .content,
.page-locator #block-block-16 .content,
#block-block-22 .content
{
	padding: 0;
	line-height: 1;
}

.front #block-block-16 .content:after,
.page-locator #block-block-16 .content:after,
#block-block-22 .content:after
{
	content: " ";
	width: 100%;
	height: 0;
	overflow: hidden;
	display: block;
}

.front #block-block-16 p, 
.page-locator #block-block-16 p, 
#block-block-22 p
{
	margin: 0;
	float: left;
}

.front .botblck #block-block-16 h2,
.page-locator .botblck #block-block-16 h2,
#block-block-22 h2
{
	color: #333;
	float: left;
	padding: 26px 18px 22px;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

.front .botblck #block-block-16 .content a,
.page-locator .botblck #block-block-16 .content a,
#block-block-22 .content a
 {
	float: left;
	display: block;
	position: relative;
	margin: 17px 15px;
}

.front .botblck #block-block-16 .content a .img-hover,
.page-locator .botblck #block-block-16 .content a .img-hover,
#block-block-22 .content a .img-hover
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.front .botblck #block-block-16 .content a:hover .img-hover,
.page-locator .botblck #block-block-16 .content a:hover .img-hover,
#block-block-22 .content a:hover .img-hover
{
	display: block;
}

#block-block-16 img,
#block-block-22 img {
	height: 25px;
	width: auto;
}

#utility #block-block-22 img {
	height: 20px;
}

#block-block-22 .content a {
	margin: 17px 12px;
}


#superfish-1 > li > a {
	color: #00aeef;
	font-weight:500;
}

#superfish-1 > li.active-trail > a {
	color: #f26522;
}

#superfish-1 > li > a:hover,
#superfish-1 > li.sfHover,
#superfish-1 > li.sfHover > a {
	background: transparent;
	color: #f26522;
}

.page-node-1508 .container .five.columns
{
	width:46%;
}
.item-list .title
{
	font-weight:normal !important;
}
.node-type-booklet #content
{
	padding-top:10px;
}
.node-type-booklet #block-views-related-patterns-block > div.content > div
{
	margin-top:15px;
}
@media (max-width:768px) {
	
	#utility #block-block-22 {
		margin-left: 20px;
	}
	
	
	.front .view-front-feature .views-field-field-background-image, .front .view-front-feature .views-field-field-main-image, .front .view-front-feature .views-field-field-text-image {
		width: 70%;
	}
	
	.front .view-front-feature .views-field-field-text-image {
		width: 26.3%;
	}
	
	.slick-slide img {
	    height: auto !important;
	    width: 98%;
	}
	
	#block-block-2 > div.content a img {
		float: none;
	}
	
	#logo
	{
		width:100%;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	#headright
	{
		width:100%;
	}
	#utility
	{
		margin-left:auto;
		margin-right:auto;
		display:block;
		width:100%;
		text-align:center;
	}
	#utility .block
	{
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	#block-block-16 .content
	{
		width:100% !important;
		text-align:center;
	}
	#block-block-16 .content h2
	{
		float:none !important;
		text-align:center;
	}
	#block-block-16 .content p a
	{
		float:left;
	}
	#block-menu-block-2 ul.menu
	{
		padding-right:0px;
	}
	.not-front #logo
	{
		margin: 0 auto;
	}
	.not-front #bottom .block-follow
	{
		float:none;
		width:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.item-list .pager li
	{
		line-height:50px;
	}
	
	.page-node-1508 .container .five.columns
	{
		width:100%;
		padding: 0;
	}
	
}
@media (min-width:1200px)
{
	
}
#block-views-9354c57c3f3cbdfd1c790d0da3e77904 > div.content > div
{
	margin-left:-20px;
}

.slick-pattern-images .slick-track {
	background: #000;
	color: #fff;
}

.slick-pattern-images .slick-list {
	max-width: 411px;
	float: left;
	margin-right: 12px;
	margin-bottom: 0;
	width: 100%;
}

.slick-pattern-images img {
	width: 100% !important;
	height: auto !important;
}

.item-list .slick-dots {
	whiite-space: normal;
	width: 91px;
	margin-bottom: -8px;
}

.item-list .slick-pattern-images .slick-dots li {
	opacity: .7;
	width: 86px;
	height: 110px;
	margin-bottom: 8px;
	background-size: cover;
	cursor: pointer;
}

.item-list .slick-pattern-images .slick-dots li:hover,
.item-list .slick-pattern-images .slick-dots li.slick-active {
	opacity: 1;
}

.item-list .slick-pattern-images .youtube-btn {
	height: 74px;
	background: transparent ;
	width: 86px;
	float: left;
	margin-bottom: 8px;
}

.item-list .slick-pattern-images .slick-dots li button {
	display: none;
}

#block-views-pattern-images-block .attachment {
	display: none;
}

.front #block-block-21 {
	margin-top: 20px;
	margin-bottom: -43px;
}

#block-block-18 .content a,
#block-block-21 .content a {
	display: block;
	color: #d0d0d0;
	padding: 6px 12px;
	line-height: 1;
	position: relative;
	margin-bottom: 12px;
	transition: none;
}

#block-block-21 .content a {
	display: inline-block;
	background: #4aabec;
	color: #fff;
	width: 100%;
	max-width: 744px;
}

#block-block-18 .content a span,
#block-block-21 .content a span {
	position: absolute;
	display: inline-block;
}

#block-block-18 .content a span svg,
#block-block-21 .content a span svg {
	width: 30px;
	height: 30px;
}

#block-block-18 .content a span svg .st0 {fill:#D0D0D0;}

#block-block-21 .content a span svg .st0 {fill:transparent;}

#block-block-18 .content a:hover span svg .st0,
#block-block-21 .content a:hover span svg .st0 {fill:#454444;}

#block-block-18 .content a span svg .st1,
#block-block-21 .content a span svg .st1 {fill:#FFFFFF;}


#block-block-18 .content a span + span,
#block-block-21 .content a span + span {
  margin-left: 34px;
  margin-bottom: 6px;
  margin-top: 9px;
position: static;
top: auto;
}

#block-block-18 .content a:hover {
	color: #454444;
}

#block-block-21 .content a:hover {
	background: #454444;
}

#popupform {
	font-size: 18px;
	padding: 2em 1em 1em;
}

#popupform img {
	width: 100%;
}

#popupform h3 {
	font-size: 26px;
	margin: .5em 0;
}

#popupform #mc_embed_signup_scroll div.row {
	margin: 0 -6px;
}

#popupform #mc_embed_signup_scroll div.row .eight {
	width: 50%;
	padding: 0 6px;
}

#popupform #mc_embed_signup_scroll label {
	font-weight: normal;
}

#popupform div .form-text {
	width: 100%;
	box-sizing: border-box;
	padding: .75em;
	font-size: 15px;
	line-height: 1;
}

#popupform div .form-submit {
	margin-top: 12px;
	cursor: pointer;
	font-size: 15px;
	border-radius: 0;
	line-height: 1;
  padding: .75em 2em;
	width: 100%;
}

#popupform div .form-group {
	margin-bottom: 1em;
}

#popupform #mc_embed_signup div.mce_inline_error {
  padding: 5px 0;
  background-color: transparent;
  font-weight: normal;
  color: #f26522;
  font-size: 14px;
}

#popup #mc_embed_signup input.mce_inline_error {
	border-color: #f26522;
}

#popupform .asterisk {
  color: #f26522;
}

#popupform .indicates-required {
	font-size: 14px;
  text-align: right;
  margin-top: 1em;
}