@import "base.css";
/*for all listing images hover & active */
.listing-hover {
  outline: 10px solid rgba(255, 255, 255, 0.6);
  outline-offset: -10px;
}
.transition {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */

}
/* go go grid!! */
.grid_1 {
  width: 10.204081632653061%;
}
/*100*/
.grid_2 {
  width: 22.448979591836736%;
}
/*220*/
.grid_3 {
  width: 34.69387755102041%;
}
/*340*/
.grid_4 {
  width: 46.93877551020408%;
}
/*460 */
.grid_5 {
  width: 59.18367346938775%;
}
/*580*/
.grid_6 {
  width: 71.42857142857143%;
}
/*700*/
.grid_7 {
  width: 83.6734693877551%;
}
/*820 */
.grid_8 {
  width: 95.91836734693878%;
}
/*940 */
/*full content area = 980. gutter padding on sides */
/*420/980*100%*/
/*vert ryth *//* ----*/
/* ----*/
/*--------------------------------------------
=text stylin'
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-bottom: 0;
}
h1 {
  font-size: 2.25em;
  margin: 0 0 0.22em 0;
  color: #6d1400;
}
h1.portfolio-title {
  margin-bottom: 0;
  line-height: 1em;
}
h2 {
  font-size: 1.875em;
  margin: 0 0 .22em 0;
  color: #6d1400;
}
h3 {
  font-size: 1.5em;
  color: #6d1400;
  font-weight: 300;
  margin-bottom: 0.6875em;
}
h3.tagline {
  font-size: 1.875em;
  line-height: 1.35;
  text-align: center;
}
h3.widget-title {
  margin-bottom: 0;
}
h3.widget-title + ul {
  margin-top: 0;
}
h4 {
  font-size: 1em;
}
small {
  display: block;
  font-size: .75em;
  margin: 1.1em 0 -0.2em;
  font-style: italic;
}
p,
ul,
ol,
form {
  margin: 1em 0 1.375em 0;
}
ul {
  list-style-position: outside;
  list-style-type: disc;
}
ol {
  list-style-position: outside;
  list-style-type: decimal;
}
blockquote {
  font-style: italic;
}
blockquote:before {
  content: "“";
  font-size: 4em;
  text-indent: -0.6em;
  margin-top: .15em;
  float: left;
}
pre {
  margin: 1.5em;
}
dl {
  margin: 1.45em 0;
}
dt {
  word-spacing: .2em;
  border-bottom: 1px dotted #999;
  margin-top: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 1px;
}
dt:before {
  content: "⟩";
  font-size: 1.25em;
  text-indent: -1em;
  float: left;
  font-style: none;
  font-weight: normal;
}
dd {
  font-style: italic;
  font-size: .9em;
  margin-bottom: 1.65em;
}
abbr {
  text-transform: uppercase;
  font-size: .9em;
}
p {
  margin-bottom: 0;
  hyphenate: auto;
  hyphenate-before: 2;
  hyphenate-after: 3;
  hyphenate-lines: 3;
  orphans: 4;
}
/*--------------------------------------------
=link stylin'
--------------------------------------------- */
a:link {
  color: #5c7c80;
  text-decoration: underline;
}
a:visited {
  color: #701400;
}
a:hover {
  color: #701400;
}
a:active {
  color: #701400;
}
/*--------------------------------------------
=structure
--------------------------------------------- */
body {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 110%;
  /*16*/

  line-height: 1.57;
  /*22*/

  background-color: #0f0300;
}
.wrap {
  width: 100%;
  background-color: #f7f6f5;
  margin: 0;
  border-bottom: 1px solid #f7f6f5;
}
.container {
  width: 80%;
  padding: 0 2.0408163265306123%;
  margin: 0 auto;
  padding-bottom: 3em;
  max-width: 1000px;
}
.container:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.header {
  background: transparent url(../img/header_bg.png) repeat-x;
  width: 100%;
  padding: 3em 0 1.4em 0;
  margin-bottom: 0;
}
#logo {
  background: transparent url(../img/strawberryluna.png) top left no-repeat;
  width: 530px;
  height: 62px;
  margin: 0 auto .03em auto;
}
#logo a {
  display: block;
}
.header ul.nav {
  text-transform: uppercase;
  font-size: 1.125em /*18*/;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0 auto 2.14em auto;
  overflow: hidden;
  width: 46.93877551020408%;
  text-align: center;
}
.header ul.nav li {
  display: inline;
  padding: 0 1%;
  list-style: none;
}
.header ul.nav a {
  text-decoration: none;
}
.header ul.nav a:visited {
  color: #5c7c80;
}
.header ul.nav a:hover {
  /*color:@navonCol;*/

  color: #6d1400;
}
.header ul.nav a.on {
  color: #6d1400;
}
/*portfolio hilite */
body.tax-sl_portfolio_types li#portfolio a,
body.single-sl_portfolio li#portfolio a {
  color: #6d1400;
}
/*stop blog nav from being "on" when single template is portfolio*/
body.single-sl_portfolio li#blog a {
  color: #5c7c80;
}
.content {
  min-height: 20em;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3em;
}
.content-skinny {
  width: 71.42857142857143%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3em;
}
.col6 {
  width: 71.42857142857143%;
  margin: 1.375em auto;
}
.col3 {
  width: 34.69387755102041%;
  float: left;
  margin-right: 2.0408163265306123%;
}
/* =two col, small left =portfolio listing */
.side-left {
  width: 22.448979591836736%;
  float: left;
  margin-right: 2.0408163265306123%;
}
.side-left ul {
  list-style: none;
}
.side-left ul li {
  margin-bottom: 0.6875em;
}
.side-left ul li a {
  text-decoration: none;
}
.main-content,
.blog-content {
  width: 71.42857142857143%;
  float: right;
}
.blog-content {
  float: right;
}
/*--------------------------------------------
=blog
--------------------------------------------- */
#search-2 {
  margin-top: 2.75em;
}
.post {
  margin: 1.375em 0 4.125em 0;
  border-bottom: 1px solid #d3d3d3;
}
.entry-meta {
  margin-top: 1.375em;
  padding-bottom: 1.375em;
}
.comments-link {
  /*float:right;*/

}
h1.entry-title {
  line-height: 1.1em;
}
h1.entry-title a {
  text-decoration: none;
  color: #6d1400;
}
/*--------------------------------------------
=home specifics!
---------------------------------------------*/
/* FlexSlider Necessary Styles
*********************************/.flex-container {
  margin: 0 auto 2.75em auto;
  max-width: 910px;
}
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  height: auto;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  /*background: #e3eaec; border: 2px solid #fff;*/
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}
/* Caption style */
.flex-caption {
  width: 96%;
  padding: 2%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/* Direction Nav */
.flex-direction-nav {
  list-style: none;
}
.flex-direction-nav li a {
  width: 56px;
  height: 56px;
  margin: -13px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 100;
}
.flex-direction-nav li .next {
  right: -34px;
  background: url(../img/arrow_next.png) no-repeat 0 0;
}
.flex-direction-nav li .prev {
  left: -34px;
  background: url(../img/arrow_prev.png) no-repeat 0 0;
}
.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  display: none;
}
/*dribbble widget stylin' */
.dribbbles {
  list-style-type: none;
  margin: 0 auto;
}
.dribbbles li {
  float: left;
  width: 22.448979591836736%;
  padding: 0;
  margin: 0 2.0408163265306123% 1.5em 0;
}
.dribbbles li:nth-child(4) {
  margin-right: 0;
}
.dribbbles .dribbble {
  position: relative;
  clear: left;
  overflow: hidden;
}
.dribbbles .dribbble-shot {
  padding: 10px;
}
.dribbbles .dribbble-over {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 180px;
  height: 130px;
  margin: 0!important;
  padding: 10px;
  font-size: 0.8em;
  line-height: 2em;
  text-decoration: none;
  color: #888;
  background: url(http://yoursite.com/path/to/plugins/wp-dribbble/images/dribbblesprite.png) no-repeat -110px -160px;
}
.dribbbles .dribbble-link {
  position: relative;
  z-index: 2;
}
.dribbbles img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
}
.dribbbles a:hover img {
  opacity: 0.1;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
}
.dribbbles strong {
  display: block;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #5c7c80;
}
.dribbbles .dim {
  font-weight: bold;
  color: #666;
}
.dribbbles em {
  position: absolute;
  bottom: 11px;
  left: 10px;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
}
.dribbbles .dribbble-img {
  width: 200px;
  height: 150px;
  overflow: hidden;
  border: 1px solid  white;
}
.recent {
  /*margin:0 @gutter @unit-large 120/940*100%;*/

  margin: 0 auto 4.125em auto;
}
.recent a {
  text-decoration: none;
}
.events {
  margin: 0 12.76595744680851% 4.125em 3%;
}
.events h2 {
  margin-bottom: 0;
}
.events a {
  text-decoration: none;
}
/*--------------------------------------------
=portfolio 
---------------------------------------------*/
ul.portfolio-cats {
  overflow: hidden;
  width: 71.42857142857143%;
  margin: 0 auto;
}
ul.portfolio-cats li {
  /*main portfolio listing page */

  width: 31.428%;
  /*220/700*/

  max-width: 100%;
  margin: 0 2.8% 1.375em 0;
  float: left;
  list-style: none;
  text-align: center;
}
ul.portfolio-cats li a {
  text-decoration: none;
  display: block;
}
ul.portfolio-cats li a img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto !important;
}
ul.portfolio-cats li h4 {
  margin-top: -1em;
}
ul.portfolio-cats li:nth-child(3n) {
  margin-right: 0;
}
.breadcrumbs {
  margin-left: 0;
}
.breadcrumbs li {
  list-style: none;
  display: inline;
}
.port-listing {
  width: 31.42%;
  /*220/700*/

  max-width: 220px;
  margin: 0 2.1% 2.75em 0;
  /*20/700*/

  float: left;
  /*border: 4px solid rgba(255,255,255,.3);*/

  position: relative;
}
.port-listing a {
  display: block;
}
.port-listing .img-border {
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* easeOutQuad */

  outline-width: 10px;
  outline-offset: -10px;
  outline-color: rgba(255, 255, 255, 0);
}
.port-listing .img-border:hover {
  outline: 10px solid rgba(255, 255, 255, 0.6);
  outline-offset: -10px;
}
.port-listing .port-listing:nth-child(n+2) {
  border: 1px solid blue;
}
.port-listing img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto !important;
  position: relative;
  z-index: 1;
}
/* =two col big left =portfolio detail  */
.main-content-image {
  /*col with main item image */

  width: 59.18367346938775%;
  float: left ;
  margin-right: 2.0408163265306123%;
  text-align: center;
}
.second-content {
  width: 34.69387755102041%;
  float: left;
}
.second-content p {
  margin-top: 0;
}
/*galleries*/
#gallery-1 {
  /*thumbnail gallery on portfolio listing page*/

  margin-top: 2.75em;
}
#gallery-1 img {
  border: 1px solid #d3d3d3;
}
#gallery-1 .gallery-item {
  float: left;
  margin-right: 1.375em;
}
#gallery-1 br {
  display: none;
}
.pages {
  clear: both;
  margin: 1.375em 0;
  width: 50%;
  font-size: 1.2em;
}
/*--------------------------------------------
=store
--------------------------------------------- */
.store-info {
  background: #350b02;
  padding: 0.5em;
  color: white;
  border-bottom: 1px solid #86807e;
  font-size: 0.8125em;
}
.store-info a:link {
  color: white;
  text-decoration: none;
}
.store-info a:visited {
  color: white;
  text-decoration: none;
}
.store-faq {
  float: left;
  margin-left: 20%;
  display: inline-block;
}
.cart-action {
  float: right;
  margin-right: 20%;
  display: inline-block;
}
ul.minicart-contents,
ul.minicart-options {
  list-style: none;
  font-weight: 500;
  margin: 0 0 0.5em 0;
}
ul.minicart-contents li,
ul.minicart-options li {
  float: left;
  display: inline-block;
  padding-left: 1em;
}
.store-main-content {
  width: 71.42857142857143%;
  float: right;
}
.store-main-content h3 {
  margin-bottom: 0;
}
.store-dir {
  width: 22.448979591836736%;
  float: left;
  margin-right: 2.0408163265306123%;
}
.store-dir h3 {
  margin-bottom: 0;
}
.store-dir ul {
  list-style: none;
}
.store-dir ul li {
  margin-bottom: 0.6875em;
}
.store-dir ul li a {
  text-decoration: none;
}
#home-page .tagline {
  margin-bottom: 1.375em;
}
#home-page .store-dir {
  width: 100%;
  float: none;
  margin: 0 auto 2.75em auto;
  font-size: 1.3em;
}
#home-page .store-dir .categories-list {
  margin: 0 auto;
  width: 95.91836734693878%;
  text-align: center;
}
#home-page .store-dir .categories-list li {
  display: inline-block;
  padding: 0 2% 1.375em 0;
}
#home-page .store-dir #searchform {
  margin: auto;
  width: 50%;
}
#home-page .store-main-content {
  width: 100%;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  margin: auto;
}
.store-hilites {
  /*showing at bottom of store main content */

  margin-top: 2.75em;
}
.store-hilites ul {
  list-style: none;
}
.store-hilites div {
  width: 48.57142857142857%;
  float: left;
}
.newest {
  margin-right: 2.857142857142857%;
}
/*store product listings */
div.product {
  width: 31.42%;
  /*220/700*/

  max-width: 175px;
  height: 275px;
  margin: 0 1% 1.375em 1%;
  /*20/700*/

  float: left;
  position: relative;
  text-align: center;
}
div.product a.product-a {
  display: block;
  text-dectoration: none;
}
div.product img {
  height: auto;
  margin: 0 auto;
}
.product-details {
  margin: 1.375em 0;
}
#product-addtocart {
  width: 149px;
  height: 48px;
  background: url(../img/add-to-cart.png) top left no-repeat;
  border: none;
  margin: 2.75em 0;
  text-indent: -999em;
  overflow: hidden;
}
button {
  background-color: #8fb6bb;
  color: white;
  padding: .5em 1em;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#update-btn-footer {
  font-size: .9em;
}
.checkout-btn {
  background: transparent url(../img/checkout-button.png) top left no-repeat;
  width: 148px;
  height: 47px;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
.images-nav {
  width: 100%;
  margin-bottom: 1em;
}
.images-list {
  list-style: none;
  margin: 0;
  min-width: 80px;
}
.images-list li {
  display: inline-block;
  padding: 0 5%;
}
.images-prev,
.images-list,
.images-next {
  float: left;
  margin: 1em 1% 0 0;
}
#cart-table {
  margin: 0 0 1.375em 0;
}
#cart-table td {
  padding: .5em;
}
.item-qty input {
  width: 40%;
  padding: .5em;
}
.cart-total {
  margin: 1.375em 0;
}
#home-page .product-a,
#products-page .product-a {
  text-decoration: none;
}
#home-page .product-a h4,
#products-page .product-a h4 {
  font-weight: 300;
}
h4.product-title {
  font-weight: 300;
}
.product-status {
  font-style: italic;
}
/*--------------------------------------------
=footer
--------------------------------------------- */
.footer {
  background: #0f0300;
  border-top: 2px solid #837d7b;
  width: 100%;
  min-height: 300px;
}
.footer ul.nav {
  list-style: none;
  display: block;
  overflow: hidden;
  margin: 1.375em auto;
  padding: 0;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  width: 46.93877551020408%;
}
.footer ul.nav li {
  display: inline-block;
  padding: 0 1em 0 0;
}
.footer ul.nav a {
  color: #f9e9ae;
  text-decoration: none;
}
.footer ul.nav a:hover {
  color: #8fb6bb;
}
.footer ul.nav a.on {
  /*color:@altlinkovercol;*/

}
ul.social {
  clear: both;
  margin: 2.75em auto;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 321px;
  text-align: center;
}
ul.social li {
  list-style: none;
  float: left;
}
ul.social a {
  text-decoration: none;
  display: block;
  text-indent: -9999em;
  background: transparent url('../img/social-nav-back.jpg') no-repeat 0 0;
  width: 64px;
  height: 97px;
}
ul.social #flickr {
  background-position: 0 0;
}
ul.social #flickr:hover {
  background-position: 0 -97px;
}
ul.social #dribbble {
  background-position: -64px 0;
}
ul.social #dribbble:hover {
  background-position: -64px -97px;
}
ul.social #twitter {
  background-position: -128px 0;
}
ul.social #twitter:hover {
  background-position: -128px -97px;
}
ul.social #facebook {
  background-position: -192px 0;
}
ul.social #facebook:hover {
  background-position: -192px -97px;
}
ul.social #pinterest {
  background-position: -256px 0;
}
ul.social #pinterest:hover {
  background-position: -256px -97px;
}
/*mailing list sign up */
#mc_embed_signup {
  width: 34.69387755102041%;
  margin: 2em auto 3em auto;
  color: #d3d3d3;
  text-align: center;
}
#mc_embed_signup form {
  margin: auto;
}
#mc_embed_signup label {
  display: block;
  display: none;
}
#mc_embed_signup input {
  float: left;
  margin: 1.375em 0;
}
#mc_embed_signup input[type="email"] {
  margin: 1.375em 0;
  background-color: #46403f;
  border-color: #46403f;
  color: #d3d3d3 /*#e6d6c8*/;
  width: 70%;
  opacity: .8;
}
#mc_embed_signup input[type="email"]:focus {
  opacity: 1;
}
#mc_embed_signup input[type="submit"] {
  width: 25%;
  float: right;
}
#mc_embed_signup ::-webkit-input-placeholder {
  color: #d3d3d3;
}
#mc_embed_signup :-moz-placeholder {
  color: #d3d3d3;
}
.chick {
  float: right;
  position: relative;
  margin: -9.5em 8% 0 3em;
}
.chick:hover {
  cursor: pointer;
}
.chick .chick-says {
  list-style: none;
  color: white;
  margin: 0 0 -5em 0;
  position: absolute;
  top: -40px;
}
.chick .chick-says img {
  position: absolute;
  top: 40px;
}
.invis {
  display: none;
}
/*--------------------------------------------
=search form & forms
--------------------------------------------- */
#searchform {
  width: 90%;
}
#searchform label {
  display: none;
}
#searchsubmit {
  display: none;
}
input,
textarea {
  border: 1px solid #d3d3d3;
  background-color: white;
  padding: .75em .5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #666;
  font-weight: 300;
}
input[type="submit"] {
  background-color: #543d2a;
  color: white;
  padding: .80em 1.5em;
  margin: 1.375em 0;
  border: none;
}
input[type="submit"]:hover {
  background-color: #f69648;
}
#s {
  border: 1px solid #d3d3d3;
  padding: .75em .5em;
  padding-left: 15%;
  background: #ffffff url(../img/search-icon.gif) 4px 8px no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #666;
  font-weight: 300;
  width: 70%;
}
/*=IMAGES */
img {
  max-width: 100% !important;
  height: auto !important;
  -ms-interpolation-mode: bicubic;
}
.entry-content img {
  max-width: 100% !important;
  height: auto !important;
}
body.blog .entry-content img[width=500] {
  max-width: 100% !important;
}
.aligncenter {
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 2.0408163265306123% 1.375em 0;
}
.alignright {
  float: right;
  margin: 0 0 1.375em 2.0408163265306123%;
}
/* =useful & misc. */
/* clears */
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/*magic*/
@media only screen and (max-width: 920px) {
  .header ul.nav,
  .footer ul.nav {
    width: 100%;
  }
  #mc_embed_signup {
    width: 60%;
  }
  .chick {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    width: 95%;
  }
  .group,
  .col6,
  .content-skinny,
  .col3,
  .portfolio-cats,
  .side-left,
  .main-content,
  .main-content-image,
  .second-content,
  .store-dir,
  .store-main-content,
  .blog-content {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 1.375em;
  }
  .store-info {
    margin-top: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .port-listing {
    margin-right: 2%;
  }
  #logo {
    background: transparent url(../img/strawberryluna_small.png) top left no-repeat;
    width: 300px;
    height: 27px;
  }
  .dribbbles li {
    float: none;
    width: 100%;
    clear: both;
  }
  .dribbble-shot {
    margin: 1em auto;
  }
  .header {
    min-height: auto;
    padding: 1em 0;
    margin-bottom: 1.375em;
  }
  .header ul.nav {
    display: none;
  }
  .flex-container {
    width: 100%;
    margin-bottom: 0;
  }
  .flex-direction-nav {
    display: none;
    visibility: hidden;
  }
  #mc_embed_signup {
    margin-top: 1em;
    width: 90%;
  }
  #mc_embed_signup input[type="email"],
  #mc_embed_signup input[type="submit"] {
    float: none;
    clear: both;
    width: 90%;
    margin: 1em 0;
  }
  h3.tagline {
    font-size: 1em;
  }
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.1em;
  }
  .footer ul.nav {
    margin-top: 0;
  }
  .footer ul.nav li {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1.2em;
    text-align: left;
    border-bottom: 1px solid #543d2a;
  }
  /*store */
  body#home-page .store-dir {
    margin-top: 1.375em;
  }
  bpdy#home-page ul.categories-list li {
    padding: 0 6%;
    display: inline;
    line-height: 1em;
  }
  body#home-page #s {
    width: 80%;
  }
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
