/*   
Theme Name: Website
Theme URI: 
Description: Custom theme
Author: 
Author URI: 
Version: 1.0
Tags: 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.tk-utopia-std - Font
*/
@import url('reset.css');
@import url('grid.css');
/* Default font settings. */
html {	font-size:100.01%;}
body {
	font-size: 12px;
	color: #231f20;
	background: #fff;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, Serif;
	letter-spacing: 0.1px;
	background-color: #f8fcfa;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #231f20;
}
h1 {
	font-size: 36px;
	color: #5ec2b6;
	font-weight: 600;
	margin-bottom: 10px;
}
h2 {
	font-size: 26px;
	color: #5ec2b6;
	margin-bottom: 20px;
}
h2.large-heading {
	font-size: 36px;
	text-align: center;
}
h2.browse {
	margin-bottom: 5px;
	line-height: 36px;
}

h3.browse {
	text-align: center;
	color: #5ec2b6;
	margin-bottom: 20px;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
h4 {	font-size: 16px; line-height: 18px; color: #13b5ea;	margin-bottom: 8px;}
h5 {	font-size: 14px;	margin-bottom: 8px;}
h6 {	font-size: 12px;	margin-bottom: 8px;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements */::-moz-selection{ background: #06F; color:#fff; text-shadow: none; }::selection { background:#06F; color:#fff; text-shadow: none; }
p {
	margin: 0 0 8px;
	font-size: 16px;
}
p img.left {
	float: left;
	margin: 15px 15px 15px 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 15px 0 15px 15px;
}
blockquote {
	margin: 15px;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: 400;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #ccc;
}
address {
	margin: 0 0 15px;
	font-style: italic;
}
del {
	color:#ccc;
}
pre {
	margin: 15px 0;
	white-space: pre;
}
pre, code, tt {
	font: 14px 'andale mono', 'lucida console', monospace;
	line-height: 20px;
}
hr {
	border-style: none;
	border-bottom: 1px solid #5ec2b6;
	margin-top: 40px;
	margin-bottom: 40px;
}
hr.foot {
	margin-top: 30px;
	margin-bottom: 30px;
}
/* Lists */
ol #commentlist {
    margin: 0px 0px 10px 0px;
}
#commentlist li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}
li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 15px 15px 0;
	padding-left: 20px;
}
nav ul, #sidebar ul {
	list-style-type: none;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
nav ul li {
	float: left;
}	
#sidebar li {
	list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 15px 0;
}
dl dt {
	font-weight: 400;
}
dd {
	margin-left: 20px;
}
/* Tables */
table {
	margin-bottom: 20px;
	width:100%;
}
th {
	font-weight: 400;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}
/* Misc classes */
.small {
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 18px;
}
.large {
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 20px;
}
.hide {
	display: none;
}
.quiet {
	color: #888;
}
.loud {
	color: #000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color: #fff;
}
.removed {
	background:#900;
	color: #fff;
}
.first {
	margin-left:0;
	padding-left:0;}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.postmetadata {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 30px 0px;
}
.meta {
      font-size: 10px;
}
.clear {
	clear: both;
}
/* --------------------------------------------------------------
   forms
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)
-------------------------------------------------------------- */
label {
	font-weight: 400;
}
fieldset {
	padding:22px;
	margin: 0 0 24px 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: 400;
	font-size:19px;
}
/* Form fields */
input[type=text], input[type=email], input[type=password], input.text, input.title, textarea, select {
	background-color: #a5d9d1;
	border: 0;
	padding: 10px 10px;
	line-height: 30px;
	height: 30px;
	color: #FFFFFF;
	margin:8px 0;
	display: block;
	box-sizing: border-box;
	max-width: 100%;
}
footer input[type=text], footer input[type=email] {
	background-color: #5d8198;
	width: 100%;
}
.home-box input[type=text] {
	width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	
}

textarea {
	width: 600px;
	max-width: 90%;
	height: 150px;
	padding:5px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	position:relative;
	top:4px;
}
form.inline {
	line-height:3;
}
form.inline p {
	margin-bottom:0;
}
/* Success, notice and error boxes */
.error, .notice, .success {
	padding: 12px;
	margin-bottom: 16px;
	border: 2px solid #ddd;
}
.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}
.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}
.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}
/* links */ 
a {
	color: #999999;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption-text {
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 40px;
}
.alignright {
	float: right;
	margin-left: 40px;
}
.gallery-caption {
}
/* post */
.meta {
	word-wrap: break-word;
}
.sticky {
}
.bypostauthor {
}
/* Comments */#commentlist p {        margin: 0px;        font-size: 11px;}
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* --------------------------------------------------------------   
User Styles below here
-------------------------------------------------------------- 
*/

body {
	padding-top: 48px;
}

header {
	background-color: #5ec2b6;
	box-shadow: inset  0  8px 8px -8px #000000;
	height: 48px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 500;
}

body.admin-bar header{
	top: 32px;
}

header nav > a, header nav > ul {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

header nav > a > img {
	display: block;
}

header nav > ul > li {
	float: left;
	height: 48px;
	position: relative;
}

header nav > ul > li > a {
	line-height: 48px;
	font-size: 12px;
	color: #322f31;
	padding: 0 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

header nav > ul > li.ico-dd > a {
	padding-right: 30px;
	background: url(images/ico-dd.png) 94% center no-repeat;
}

header nav > ul > li:hover {
	background-color: #32657e;
	box-shadow: inset  0  2px 8px 0px #222222;
}

header nav > ul > li:hover > a {
	color: #5ec2b6;
}

header nav > ul > li > ul {
	display: none;
	background-color: #32657e;
	padding: 10px 5px;
	width: 300px;
	position: absolute;
	top: 48px;
	left: 0px;
	margin: 0px;
	z-index: 500;
}

header nav > ul > li:hover > ul {
	display: block;
}

header nav > ul > li > ul > li {
	float: none;
	display: inline-block;
	width: 137px;
	padding: 0 5px;
	margin: 0px;
}

header nav > ul > li > ul > li > a {
	color: #FFFFFF;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	line-height: 28px;
	font-size:12px;
	margin-bottom: 5px;
}

header nav > ul > li > ul > li > a:hover {
	color: #5ec2b6;
}

header .mobile-nav {
	display: none;
}

.btn, input[type=submit] {
	line-height: 32px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 15px;
	font-weight: 400;
	display: inline-block;
	padding-right: 30px;
	background: url(images/ico-more.png) 85% center no-repeat #58585a;
	border: 0;
}

.btn.green {
	background: url(images/ico-more.png) 95% center no-repeat #5ec2b6;
	width: 100%;
	margin-bottom: 10px;
	line-height: 20px;
	padding: 10px 15px;
}

.btn.green h3 {
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: normal;
}

.btn:hover, input[type=submit]:hover {
	box-shadow: inset  0  2px 8px 0px #222222;
}

.slide-holder {
	background-color: #FFFFFF;
	box-shadow: 0px 2px 2px #AEAEAE;
	margin-bottom: 0px;
	z-index: 500;
}

.slideshow {
	position: relative;
}

.slideshow .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 300;
}

.slideshow .logo img {
	width: 223px;
	height: 186px;
}

#next {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 56px;
	height: 100%;
	background: url(images/ico-next.png) center center no-repeat;
	z-index: 200;
}

#prev {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 56px;
	height: 100%;
	background: url(images/ico-prev.png) center center no-repeat;
	z-index: 200;
}

.slideshow .cycle-overlay {
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding: 15px 20px;
	background: rgba(50,101,126,0.6);
	font-size: 36px;
	opacity: 0;
	line-height: 40px;
	transition: opacity 0.5s ease;
}

.slideshow:hover .cycle-overlay {
	opacity: 1;
}

.slideshow .cycle-overlay a {
	color: #FFFFFF;
}

.slideshow .cycle-pager {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 300;
	display: block;
}

.slideshow .cycle-pager span {
	text-indent: -100px;
	overflow: hidden;
	display: block;
	height: 15px;
	width: 15px;
	border-radius: 8px;
	margin-left: 8px;
	box-shadow: 0px 0px 4px #000000;
	background-color: #FFFFFF;
	float: left;
	cursor: pointer;
}

.slideshow .cycle-pager span.cycle-pager-active {
	background-color: #5ec2b6;
}

.slideshow .slide img {
	width: 100%;
	height: auto;
	display: block;
}

.logo {
	text-align: center;
}

.welcome-bar {
	background-color: #e4eeec;
	box-shadow: 0px 2px 2px #AEAEAE;
	margin-bottom: 30px;
	padding: 30px 0 20px 0;
}

.welcome-bar h1 {
	font-weight: normal;
	line-height: 40px;
}

.home-box {
	color: #000000;
	border-bottom: 1px solid #5ec2b6;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}

.home-box .box {
	background-color: #5ec2b6;
	min-height: 160px;	
	padding: 10px;
	font-family: Georgia, Serif;
}

.home-box h3 {
	text-transform: uppercase;
	font-size: 14px;
}

.home-box .btn {
	margin: 5px 10px!important;
	float: right;
}

.craft-categories .craft {
	text-align: center;
	min-width: 140px;
	padding: 5px;
	display: block;
	border-radius: 3px;
	position: relative;
	background-color: #5ec2b6;
	float: left;
	margin: 0 5px 10px 5px;
}

.craft-categories .craft.selected:after {
	content: ' ';
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -7px;
	display: block;
	background: url(images/craft-arr-b.png) center center no-repeat;
}

.craft-categories .craft.selected {
	background-color: #35647e;
}
.craft-categories .craft h3 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
}

.craft-categories .craft.selected h3 {
	color: #FFFFFF;
}

.crafters {
	padding: 30px 0;
	clear: both;
	transition: height, max-height 1s;
	overflow: hidden;
	max-height: 445px;
}

.crafters.showall {
	max-height: none;
	height: auto;
}

.crafters .maker{
	height: auto;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 2px 4px #DBDBDB;
}

.more-makers {
	padding: 0 40px;
}

.crafters > div.maker .hover {
	opacity: 0;
	transition: opacity 0.8s;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.crafters > div.maker:hover .hover {
	opacity: 1;
}

.crafters > div.maker .hover .btn {
	margin-top: 46%;
}

.crafters > div.maker img {
	display: block;
}

.crafters h3 {
	color: #FFFFFF;
	background-color: rgba(50,101,126,0.6);
	padding: 5px 10px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
}

.crafters img {
	width: 100%;
	height: auto;
}

.more-center {
	text-align: center;
	padding-top: 23px;
}

.currently > a {
	position: relative;
	display: block;
}

.currently .btn {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.currently img {
	width: 100%;
	height: auto;
	display: block;
}

.currently h3 {
	color: #FFFFFF;
	background-color: rgba(50,101,126,1);
	padding: 10px 30px 10px 10px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 26px;
}

.page-head-bg {
	background-color: #FFFFFF;
	box-shadow: inset 0 0 10px -5px #000000;
	-moz-box-shadow:    inset 0 0 10px -5px #000000;
	-webkit-box-shadow: inset 0 0 10px -5px #000000;
	margin-bottom: 20px;
}

.page-head {
	height: 171px;
	margin: 20px 0;
	position: relative;
}

.page-head .contact {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid #5ec2b6;
	margin-top: 60px;
	padding-left: 20px;
	display: none;
}

.page-head .contact h2 {
	margin-bottom: 5px;
}

.page-head .contact h3 {
	line-height: 1em;
	font-size: 15px;
}

.page-head .contact h3 a {
	color: #000000;
}

.breadcrumb {
	position: absolute;
	bottom: 0px;
}

.breadcrumb, .breadcrumb a {
	color: #5ec2b6;
	line-height: 25px;
}

.page-head h1 {
	line-height: 0.8em;
	margin-bottom: 0px;
	padding-top: 60px;
	font-weight: bold;
}

.page-head h2 {
	font-weight: normal;
}

.page-head p {
	font-family: Georgia, Serif;
}

.breadcrumb .home {
	background: url(images/ico-bread.png) center center no-repeat;
	display: inline-block;
	height: 12px;
	width: 15px;
}

.content .map {
	width: 350px;
	float: left;
}

.content .info {
	width: 330px;
	float: left;
	margin-left: 20px;
}

.sidebox {
	background-color: #5ec2b6;
	padding: 15px 20px;
	min-height: 250px;
	position: relative;
	font-family: Georgia, Serif;
}

.sidebox strong {
	font-weight: 400;
}

.sidebox.search {
	min-height: 80px;
	margin-top: 20px;
	color: #000000;
}

.sidebox h3 {
	font-size: 14px;
	text-transform: uppercase;
}

.sidebox a {
	color: #231f20;
	font-style: italic;
}

.sidebox li a {
	font-style: normal;
}

.sidebox .bottom {
	position: absolute;
	left: 20px;
	bottom: 15px;
}

a.logo {
	margin: 20px 0;
	display: block;
}

.ico {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-image: url(images/ico-social.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.ico.facebook {
	background-position: 0px 0px;
}

.ico.twitter {
	background-position: -32px 0px;
}

.ico.instagram {
	background-position: -63px 0px;
}

.ico.google_plus {
	background-position: -95px 0px;
}

.gallery .slide {
	position: relative;
	width: 75%;
}

.gallery .slide img {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccf5ed;
	width: 100%;
	height: auto;
}

.gallery .slide .cycle-overlay {
	position: absolute;
	line-height: 28px;
	padding: 0 20px;
	bottom: 0px;
	left: 0px;
	color: #FFFFFF;
	background: rgba(50,101,126,0.6);
	min-width: 110px;
	font-family: Georgia, Serif;
}

.gallery .cycle-carousel-wrap {
	z-index: 500;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20%;
}

.gallery .cycle-carousel-wrap img {
	cursor: pointer;
	width: 45%;
	height: auto;
	margin: 0 2.5%;
	box-sizing: border-box;
	box-shadow: 0 2px 4px #DBDBDB;
	display: inline-block;
	border: 1px solid #ccf5ed;
}

.craft-result, .news-result {
	min-height: 115px;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 35px;
}

.craft-result > img, .news-result > img {
	box-sizing: border-box;
	box-shadow: 0 2px 4px #DBDBDB;
	display: block;
	float: left;
	border: 1px solid #ccf5ed;
	margin-right: 20px;
}

.craft-result h3, .news-result h3 {
	margin-bottom: 5px;
	font-weight: normal;
	color: #32657e;
	line-height: 1.2em;
	position: relative;
}

.craft-result h3 .icons {
	position: absolute;
	top: 0px;
	right: 0px;
}

.craft-result h3 .icons img {
	margin-left: 5px;
}

.craft-result h3 a, .news-result h3 a {
	color: #32657e;
	font-weight: bold;
}

.craft-result .view, .news-result .view {
	position: absolute;
	bottom: 0px;
	left: 170px;
}

.pagination {
	text-align: right;
}

.pagination .page-numbers {
	color: #5ec2b6;
	display: inline;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	float: left;
}

.pagination .page-numbers.current {
	background-color: #32657e;
	color: #FFFFFF;
	border-radius: 8px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
	width: auto;
	float: none;
}

.craft-category {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.craft-category li {
	padding-left: 25px;
	background: url(images/ico-box.png) left center no-repeat;
	line-height: 20px;
}

.craft-category li.current_page_item {
	background-image: url(images/ico-box-tick.png);
}

.craft-category li a {
	display: block;
}

.share-box {
	margin-top: 40px;
	line-height: 16px;
}

.share-box .text {
	margin-right: 30px;
}

.share-box .chicklets {
	width: 0px;
	padding-right: 0px!important;
	overflow: hidden;
}

.stButton {
	margin: 0!important;
}

.postsbox h3 {
	color: #5ec2b6;
	font-size: 14px;
	font-weight: 600;
}

.postsbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.postsbox > ul > li > ul > li {
	margin-bottom: 20px;
}

.postsbox ul li a {
	display: block;
	color: #5ec2b6;
	font-size: 20px;
	font-weight: 600;
}

.postsbox ul li.current-menu-item a, .postsbox ul li.current-cat a, .postsbox ul li.current_page_item a {
	color: #000000;
}

.postsbox > ul > li > ul > li > ul {
	margin-left: 10px;
}

.postsbox > ul > li > ul h3 {
	font-size: 20px;
	color: #000000;
}

.postsbox > ul > li > ul > li a {
	font-size: 14px;
}

.postsbox .tagcloud a {
	display: inline-block;
	padding: 0 4px;
	background-color: #414142;
	color: #5ec2b6;
	font-size: 18px!important;
	font-weight: 600;
}

.header-image img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	box-shadow: 0 2px 4px #DBDBDB;
	display: block;
	border: 1px solid #ccf5ed;
	margin-bottom: 30px;
}

footer {
	min-height: 300px;
	background-color: #35647e;
	box-shadow: inset  0  8px 8px -8px #000000;
	border-top: 5px solid #5ec2b6;
	margin-top: 45px;
	color: #FFFFFF;
	font-family: Georgia, Serif;
	padding-top: 15px;
}

footer > div {
	position: relative;
}

footer .member-login {
	position: absolute;
	top: -47px;
	right: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	line-height: 32px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 15px;
	display: inline-block;
	padding-right: 30px;
	background: url(images/ico-more.png) 90% center no-repeat #5ec2b6;
}

footer h3 {
	color: #FFFFFF;
	margin: 10px 0;
	font-weight: 400;
}
footer p {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer .copy {
	font-size: 9px;
	text-transform: uppercase;
	font-family: Arial;
	margin-top: 40px;
	margin-bottom: 40px;
}

footer .latest-tweets ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer .latest-tweets time {
	font-family: Arial, Sans-serif;
}

footer label {
	display: none;
}

/* committee overrides */

.fstriple {
	width: 21%!important;
}

.fstriple h3 {
	margin-bottom: 0px!important;
	line-height: 20px;
}

.fstriple h3.smaller {
	font-size: 16px;
	margin-bottom: 5px!important;
}

.fstriple a {
	color: #231f20;
}

.fsentry {
	border:0px!important;
}

.fspic {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px!important;
}

.fspic img {
	max-width: 100%!important;
	height: auto!important;
	padding: 0px!important;
	display: block;
}


/* =============================================================================
   768px Grid
   ========================================================================== */

@media only screen and (min-width: 768px) and (max-width: 995px) {

	header nav > ul > li > a {
		font-size: 9px;
	}

	.crafters {
		max-height: 356px;
	}

	.craft-categories .craft {
		min-width: 130px;
	}


}

/* =============================================================================
   Less than 768px
   ========================================================================== */
   
@media only screen and (max-width: 767px) {

	.no-mobile {
		display: none!important;
	}

	header .container_12, header .grid_12 {
		width: 100%!important;
		padding: 0px!important;
	}

	header .mobile-nav {
		display: block;
		background: url(images/nav.png) right center no-repeat;
		height: 48px;
		line-height: 48px;
		font-size: 20px;
		margin: 0 20px;
	}

	header .mobile-nav span {
		background: url(images/ico-more.png) center center no-repeat;
		height: 48px;
		width: 15px;
		display: inline-block;
		vertical-align: top;
	}

	header nav {
		background-color: #5ec2b6;
		z-index: 500;
		position: relative;
		display: none;
	}

	header nav > a {
		display: none;
	}

	header nav > ul {
		width: 100%;
	}

	header nav > ul > li {
		float: none;
		width: 100%;
		height: 38px;
	}

	header nav > ul > li > a {
		line-height: 38px;
	}

	header nav > ul > li > ul {
		top: 38px;
		width: 100%;
		box-sizing: border-box;
	}

	header nav > ul > li > ul > li {
		width: 100%;
		box-sizing: border-box;
	}


	.slideshow {
		height: 215px;
	}

	.slideshow .logo {
		width: 100%;
		text-align: center;
	}

	.slideshow .slide, .slideshow .cycle-overlay, .slideshow .cycle-pager, .slideshow #next, .slideshow #prev {
		display: none!important;
	}

	.page-head .contact, .sidebox.search {
		display: none;
	}

	.sidebox,.postsbox {
		margin-bottom: 30px;
		min-height: 10px;
	}

	.sidebox h3,.postsbox h3 {
		margin-bottom: 0px;
	}

	.sidebox h3:after,.postsbox h3:after {
		content: '';
	  	background: url(images/ico-more.png) center center no-repeat;
	  	height: 19px;
	  	width: 30px;
	  	display: inline-block;
	  	vertical-align: top;
	}

	.sidebox p, .sidebox ul {
		display: none;
	}

	.sidebox.mobile-open p, .sidebox.mobile-open ul {
		display: block;
	}

	.postsbox h3 {
		color: #000000;
		font-size: 14px;
	}

	.postsbox {
		background-color: #5ec2b6;
		padding: 10px;
	}

	.postsbox ul li a {
		font-size: 14px;
	}

	.postsbox #menu-page-sidebar{
		display: none;
	}

	.postsbox .mobile-open #menu-page-sidebar{
		display: block;
	}

	.postsbox ul li.current-menu-item a, .postsbox ul li.current-cat a, .postsbox ul li.current_page_item a {
	  color: #FFFFFF;
	}

	.blog .postsbox {
		display: none;
	}

	.blog .attachment-search-thumb, .craft-result .attachment-search-thumb {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.craft-result .view, .news-result .view {
		left: 0px;
	}

	.page-head {
		height: 100px;
	}

	h3.browse, .craft-categories {
		display: none;
	}
	.page-head h1 {
		padding-top: 0;
	}

	h2.large-heading {
		font-size: 28px;
	}

	.crafters .maker {
		width: 49%;
		box-sizing: border-box;
	}

	.crafters {
		max-height: 586px;
	}

	.craft-categories .craft {
		box-sizing: border-box;
		width: 100%;
	}

	.more-center {
		padding-bottom: 23px;
	}

	.currently h3 {
		font-size: 10px;
	}

}

/* =============================================================================
   Less than 480px
   ========================================================================== */
@media only screen and (max-width: 479px) {

	.crafters {
		max-height: 740px;
	}

	.crafters h3 {
		font-size: 10px;
	}

}