font-f/** 
 * Theme Name: Reigning Champ
 * Author: Burnkit Creative Inc.
 *
 */

/** 
 * Reset 
 */
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }

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

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body {  } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
ol { list-style-type: decimal; }
p { margin: 0 0 1em 0; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
select{ max-width: 99%; /* for ff */ }

.clearfix { clear:both; margin:0; padding:0; }

html { background-color: #fff; }

/** 
 * Base Content Styles 
 */ 
body { 
  color: #4e4e4e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  -webkit-text-size-adjust: none;
  }

h1, h2, h3, h4, h5, h6 { 
  font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  }
h1{
  margin-bottom: 3px;
  }

a {
  color: #afafaf;
  text-decoration: none;
  outline: 0;
  /*transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  */
  }
a:hover { color: #4e4e4e; }

blockquote{
  font: italic 13px/1.5 georgia, sans-serif;
  margin: 0 0 1.5em 1.25em;
  }

ul, ol{ margin: 0 0 1.5em 1.3em; }
li{ margin: 0 0 0.25em 0; }  

input, textarea{
  border: solid 1px #ededed; 
  padding: 0 4px;
  color: #333;  
  line-height: 24px;
  height: 24px;
  outline: none;
  }
input[type="image"]{ border: none; }
input::-webkit-input-placeholder{
   color: #cecece;
   line-height: 24px;
}
input::-moz-placeholder{
   color: #cecece;
   line-height: 24px;
}

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

table{
  width: 100%;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  }
table th{
  padding: 4px 8px;
  font-weight: normal;
  border: solid 1px #ededed;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  }
table td{ 
  padding: 5px;
  border: solid 1px #ededed;
  text-align: center;
  }
tfoot th{ background: transparent; }


/** 
 * Structure 
 */
 
html,body { height: 100%; }
html.fs { overflow:hidden; }
body { text-align: center; }
body.no-scroll, .fs body { overflow: hidden; }

.wrapper{ 
  width: 100%;
  margin: 0 auto;
  text-align: left;
  min-height: 100%;
  }
.ie6 .wrapper{ height: 100%; }  

.content-wrapper{
  margin-left: 243px;
  }
.page-template-landing-php .content-wrapper,
.page-template-company-php .content-wrapper{
  width: 100%;
  margin: auto;
  }
.page-template-collection-php .content-wrapper { margin-top:100%; }
.page-template-company-php .content-wrapper { height:100%; position:relative; }

#col-main{
  position: relative;
  z-index: 1;
  }
.page-template-collection-php #col-main,
.page-template-company-php #col-main{
  position:static;
  }
.page-template-landing-php #col-main,
.page-template-company-php #col-main{
  width: 100%;
  }
#col-main.content{
  width: 700px;
  }
#col-main.full{
  width: auto;
  float: none;
  }  

#col-widgets{
  float: right;
  width: 215px;
  }  
  
#content h1{
  margin: 0px 0 18px;
  }

/** 
 * Header 
 */ 
  
#top{
  min-width: 320px;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
  position: relative;
  z-index: 2;
  height:141px;
  }
.page-template-landing-php #top,
.page-template-company-php #top{
  margin-bottom: 0;
  }
  
#site-title {
  float:left;
  height:141px;
  width:243px;
  font-family: 'AmericanTypwrterITCW01- 731031';
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
  border-right:1px solid #ededed;
  }
#site-title a{
  text-decoration: none;
  } 
#site-title a:hover{
  } 
#site-title img { float:left; }


  
/** 
 * Top Menu 
 */ 

#top-menu{
  float:left;
  margin:21px 0px 0px 24px;
  font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size:15px;
  line-height:16px;
  text-align:left;
  width:auto;
  }
.menu-main-navigation-container { float:left; }
#top-menu ul#menu-main-navigation {
  width:130px;
}
#top-menu ul{
  position:relative;
  float:left;
  width:200px;
  text-transform:uppercase;
  }
#top-menu li{
  float: left;
  display: block;
  width:100%;
  text-align:left;
  }
#top-menu a{
  text-align:left;
  text-decoration: none;
  color:#cecece;
  }
#top-menu .menu a { float:left; height:16px; padding-right:25px; display:block; color:#e7e7e7; }
.home #top-menu a { color:#cecece; }
#top-menu .current-menu-parent > a,
#top-menu .current-menu-item > a,
#top-menu .current_page_parent > a,
#top-menu a:hover{
  color: #4e4e4e;
}
#top-menu .current-page-ancestor > a,
.page-template-collection-php .menu-item-1275 > a{
  color: #4e4e4e !important;
  background:url(images/nav-arrow.png) top right no-repeat;
  } 

#top-menu .current_page_item a {
	color:#4e4e4e;
}
/** 
 * Shopping Cart at the Top 
 */ 

#umbrella{
  position: absolute;
  top: 0;
  right: 80px;
  font-size: 11px;
  line-height: 12px;
  margin-top:24px;
  }

#umbrella ul{
  float: left;
  width: auto;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  }
#umbrella li{
  height:12px;
  padding-left:6px;
  margin:0;
  display:block;
  }
#umbrella li a { float:left; }

#umbrella .icon{
  float:left;
  display: block;
  /*background: url(images/cart-icon.png) top left no-repeat;*/
  background: url(images/RC-mobile-cart-retina.jpg) top left no-repeat;
    background-size: 18px 19px;
  height:27px;
  width:28px;
  margin-top: 4px;
  }

#umbrella .checkout-link{
  padding: 0;
  margin-right: 0;
  border: none;
  }

/** 
 * Sections 
 */ 

.heading{
  width: 320px;
  margin: 0 auto 60px auto;
  text-align: center;
  font-size: 13px;
}
.heading h1{ 
  font-family: 'AmericanTypwrterITCW01- 731031';
  font-size: 17px;
  line-height: 18px;
  font-weight: normal;
  padding-bottom: 7px;
  margin-bottom: 3px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  }

.section-details{
  margin: 0 0 10px 0;  
  }
.section-details a{
  text-decoration: none;
  }
.section-details .view-more{
  float: right;
  line-height: 32px;
  }

 .section-title{
  float: left;
  margin: 0;
  } 

#page-title{
  font-size: 22px;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  }

/**
 * Landing
 */
.supersized { display:block; position:absolute; left:0; top:142px; margin:0; overflow:hidden; z-index:-999; height:100%; width:100%; min-width:320px; background:#fff; opacity:0; filter:alpha(opacity=0); min-height: 0;}
.fs .supersized { position:fixed; top:0px; min-height:100% !important; z-index:2; }
.supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
.supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
.supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
.supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; min-width:320px; height:100%; background:none; }
.fs .supersized li { position:fixed; }
.supersized a { width:100%; height:100%; display:block; }
.supersized li.prevslide { z-index:-20; }
.supersized li.activeslide { z-index:-10; }
.supersized li.image-loading { background:#fff url(images/ajax-loader.gif) center center no-repeat; width:100%; height:100%; }
.supersized li.image-loading img{ visibility:hidden; }
.supersized li.prevslide img, .supersized li.activeslide img{ display:inline; }
#slide-list{
  float: left;
  height: 9px;
  width: auto;
  margin: -25px 0 0 16px;
  display: block;
  list-style: none;
  }
#slide-list li{
  float: left;
  width: 9px;
  height: 9px;
  margin-right: 4px;
  display: block;
  }
#slide-list li a{
  float: left;
  width: 9px;
  height: 9px;
  display: block;
  background: #d3d4cd;
  text-indent: -9000px;
  overflow: hidden;
  cursor: pointer;
  /*transition:background .2s ease-in;
    -moz-transition:background .2s ease-in;
    -webkit-transition:background .2s ease-in;
    -o-transition:background .2s ease-in;*/
  }
#slide-list li a:hover,
#slide-list li.current-slide a{
  background: #414141;
}

a#prev {
  position: absolute;
  top: 142px;
  left: 0px;
  width: 25%;
  height: 100%;
  display: block;
  background: url(images/prev.png) left center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  /*transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;*/
  }
a#next {
  position: absolute;
  top: 142px;
  right: 0px;
  width: 25%;
  height: 100%;
  display: block;
  background: url(images/next.png) right center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  /*transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;*/
  }
a#prev:hover,
a#next:hover{ opacity:1; filter: alpha(opacity=100); cursor:pointer; }
.fs a#prev,
.fs a#next{ top:0px; height:100% !important; z-index:3; }
#supersized-loader { position:absolute; top:50%; left:50%; height:24px; width:24px; margin:-12px 0px 0px -12px; display:block; background:url(images/ajax-loader.gif) top left no-repeat; }
  
.touch a#prev, .touch a#next { 
  opacity: 1;
  filter: alpha(opacity=100);
}
.touch .blog a#prev, .touch .blog a#next { 
  opacity: 0;
  filter: alpha(opacity=0);
}


a#down-tab{
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -62px;
  height: 25px;
  width: 125px;
  display: block;
  background: url(images/down-tab-rollover.png) 0 0 no-repeat;
  }
a#down-tab:hover{ background-position:0 -25px; }
#landing-callouts{
  width: 1000px;
  margin: 0 auto;
  }
.landing-col{
  position: relative;
  float: left;
  width: 304px;
  height: auto;
  min-height: 252px;
  padding: 14px;
  display: block;
  border-right: 1px solid #ededed;
  }
.landing-col.first{ border-left: 1px solid #ededed; }
.landing-col img{
  float: left;
  width: 100%;
}
.landing-col a{
  position: absolute;
  top: 14px;
  left: 14px;
  height: 252px;
  width: 304px;
  display: block;
  }
.landing-col a > span {
  position: absolute;
  bottom: 14px;
  left: 0;
  height: auto;
  padding: 8px 0 5px; 
  width: 100%;
  display: block;
  background: #fff;
  background: rgba(255,255,255,.95);
  text-align: center;
  z-index: 1;
  }
.landing-col a > span .title{
  float: left;
  width: 100%;
  padding-top: 1px;
  margin-top: 2px;
  display: block;
  background: url(images/landing-col-div.jpg) top center no-repeat;
  color: #414141;
  font-size: 14px;
  line-height: 24px;
  font-family: 'AmericanTypwrterITCW01- 731031';
  }
	
#bottom-callouts { position:relative; min-width:320px; /*max-width:1428px;*/ margin:0 auto; }
#bottom-callouts * { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
#bottom-callouts a#scroll { position:absolute; top:-64px; left:50%; width:58px; height:51px; margin-left:-29px; display:block; background:#fff url(images/scroll-rollover.png) 0px 0px no-repeat; z-index: 3;}
#bottom-callouts a#scroll:hover { background-position:0px -51px; }
#bottom-callouts .callout { float:left; width:33%; height:33%; display:block; border-bottom:1px solid #d2d2d2; overflow:hidden; }
#bottom-callouts .callout.middle { width:34%; border-left:1px solid #d2d2d2; border-right:1px solid #d2d2d2; }
#bottom-callouts .callout.hidden { display:none; }
#bottom-callouts .callout.last { border-right:none; }
#bottom-callouts .callout.bottom { border-bottom:none; }
#bottom-callouts .callout a { position:relative; float:left; width:100%; height:100%; display:block; }
#bottom-callouts .callout a img { float:left; width:100%; height:auto; display:block; }
#bottom-callouts .callout a .mask { position:absolute; top:0px; left:0px; width:100%; height:100%; padding:0px 32px; display:block; background:#000; background:rgba(0,0,0,.6); color:#fff; font-size:13px; line-height:22px; opacity:0; filter:alpha(opacity=0); transition:opacity .1s ease-in; -webkit-transition:opacity .1s ease-in; }
#bottom-callouts .callout a .mask .category { float:left; width:100%; height:auto; display:block; }
#bottom-callouts .callout a .mask .title { float:left; width:100%; height:auto; display:block; font-size:25px; line-height:30px; text-transform:uppercase; font-family:'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif; }
#bottom-callouts .callout a .border { position:absolute; top:0px; left:0px; width:100%; height:100%; display:block; border:12px solid #fff; transition:border-width .1s ease-in; -webkit-transition:border-width .1s ease-in; }
#bottom-callouts .callout a:hover .mask { opacity:1; filter:alpha(opacity=100); }
#bottom-callouts .callout a:hover .border { border-width:0px; }
#bottom-callouts .callout .newsletter { position:relative; float:left; width:100%; height:100%; padding:42px 40px 42px 40px; display:block; background:url(images/newsletter-bg.jpg) center center no-repeat; background-size:cover; border:12px solid #fff; color:#4e4e4e; font-size:13px; line-height:16px; text-align:left; }
#bottom-callouts .callout .newsletter h4 { margin:0px 0px 7px 0px; font-size:17px; line-height:auto; font-family:'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif; }
#bottom-callouts .callout .newsletter input[type=email] { height:44px; width:100%; padding:0px 44px 0px 13px; margin-top:3px; border:none; -webkit-border-radius:4px; border-radius:4px; color:#aeaeae; font-size:13px; }
#bottom-callouts .callout .newsletter input[type=email]:focus { color:#4e4e4e; }
#bottom-callouts .callout .newsletter input[type=email]::-webkit-input-placeholder{
   color:#aeaeae;
   font-size:13px;
}
#bottom-callouts .callout .newsletter input[type=email]::-moz-placeholder{
   color:#aeaeae;
   font-size:13px;
}
#bottom-callouts .callout .newsletter input[type=submit] { position:relative; float:right; width:44px; height:44px; margin-top:-44px; display:block; background:#fff url(images/newsletter-signup-bg.png) top left no-repeat; border:none; -webkit-border-radius:4px; border-radius:4px; cursor:pointer; z-index:1; }
#bottom-callouts .callout .newsletter input[type=submit]:hover { background-position:0px -44px; }
.page-template-landing-php #bottom { border-color:#d2d2d2;}

@media only screen and (min-width:1323px) {
	#bottom-callouts .callout.last { border-right:1px solid #d2d2d2; }
	#bottom-callouts .callout.hidden { display:block; }
}

/*@media only screen and (min-width:1428px) {
	#bottom-callouts .callout.first { border-left:1px solid #d2d2d2; }
	#bottom-callouts .callout.last { border-right:1px solid #d2d2d2; }
}*/

/**
 * Two Column Layout (News)
 */
#content h2.post-date { font-size:12px; line-height:17px; font-family:Arial; text-transform:none; margin:-10px 0 2px; }
#content h1.entry-title { font-size:19x; line-height:19px; }
#content h1.archive { margin-top:2px; }
#primary.post #content { float:left; width:100%; }
#primary.post article { border-left:1px solid #ededed; border-bottom:1px solid #ededed; padding:22px 0 22px 24px; }
#primary.post article:last-child { border-bottom:none; }
#primary.post #content .inner { width:732px; }
#primary.post article h1 a { font-size:17px; color:#393939; }
#primary.post article h1 a:hover { color:#4e4e4e; }
#primary.post article h1 .post-date { font-family:Arial; font-size:12px; color:#afafaf;  }
#primary.post article .entry-content { margin-bottom:-16px; }
#primary.post article .entry-content a.more-link { margin-bottom:30px; display:block; }
#primary.post article .entry-content span a.more-link:hover { color:#000; background-position:right -32px; }
#primary.post article .entry-summary span a.more-link:hover { color:#000; background-position:right -32px; }
#primary.post .nav-below { height:auto; display:block; padding:15px 22px 30px 22px; border-left:1px solid #ededed; }
#primary.post .nav-below .nav-previous { float:left;  display:block; }
#primary.post .nav-below .nav-next { float:right;  display:block; }

.page-template-default article { padding:22px 0 22px 24px; border-left:1px solid #ededed; }
.page-template-default article .inner { width:732px; }
.ngg-left { float:none !important; display:inline-block !important; }


#widgets { display:block; padding:22px 0 22px 24px; border-left:1px solid #ededed; border-bottom:1px solid #ededed; }
#content h1#search-results-title { border-left:1px solid #ededed; border-bottom:1px solid #ededed; margin:0; padding:0 24px 22px 24px; }
#widgets #search-2 #searchsubmit { margin-left:-28px; background:url(images/search-rollover.png) 0 0; width:21px; border:none; }
#widgets #search-2 #searchsubmit:hover { background-position:0px -24px;}
#widgets #search-2 input { width:238px; margin:0; }
#widgets aside { width:366px; display:inline-block; vertical-align:top; }
#widgets .social { width:100%; line-height:26px; text-align:right; }
#widgets .social .label { display:inline-block; line-height:26px; vertical-align:top; }
#widgets .social a { margin:6px 0px 0px 5px; vertical-align:top; }
#widgets .social .facebook { background:url('images/facebook-rollover.png') 0 0 no-repeat; width:14px; height:14px;display:inline-block; }
#widgets .social .facebook:hover { background-position:0 -14px; }
#widgets .social .twitter { background:url('images/twitter-rollover.png') 0 0 no-repeat; width:14px; height:14px; display:inline-block;}
#widgets .social .twitter:hover { background-position:0 -14px; }
#widgets .social .instagram { background:url('images/instagram-rollover.png') 0 0 no-repeat; width:14px; height:14px; display:inline-block;}
#widgets .social .instagram:hover { background-position:0 -14px; }

/**
 * Collection
 */
#content.collection p { display:none; }
.collection-info{
  position:absolute;
  top:50%;
  right:0px;
  height:37px;
  margin-top:-18px;
  width:auto;
  padding-right:37px;
  display:none;
  background: url(images/next.png) top right no-repeat;
  color:#4e4e4e;
  }
.page-template-collection-php a#next:hover .collection-info{ display:block; }
/*.page-template-collection-php a#next { background: url(images) left center no-repeat; }*/
.fs .collection-info{ position:fixed; margin-top:-19px; z-index:3; }
.collection-info .title{
  float: left;
  width: 169px;
  height: 37px;
  padding-left: 18px;
  display: block;
  background: #fff;
  border-right: 1px solid #ededed;
  font-size: 12px;
  line-height: 37px;
  text-align: left;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;  
  }
.collection-info .counter{
  float:left;
  width: 78px;
  height: 37px;
  display: block;
  background: #fff;
  font-size: 12px;
  line-height: 38px;
  text-align: center;
  }
.collection-info .next{
  float: left;
  width: 36px;
  height: 37px;
  display: block;
  background: url(images/next.png) top left no-repeat;
}
#fs-toggle{
  position: absolute;
  top: 142px;
  right: 0px;
  width: 36px;
  height: 37px;
  display: block;
  background: #fff url(images/fs-toggle-rollover.png) 0px 0px no-repeat;
  cursor: pointer;
  z-index:2;
  }
#fs-toggle:hover{ background-position: 0px -37px; }
.fs #fs-toggle{ top:0px; z-index:4; background-position: 0px -74px; }
.fs #fs-toggle:hover{ background-position: 0px -111px; }
#caption { position:absolute; left:0px; bottom:0px; height:37px; width:100%; display:block; background:#fff; background:rgba(255,255,255,.8); z-index:1; }
#caption span { float:right; width:auto; min-width:50%; margin:13px 13px 0px 13px; color:#4e4e4e; font-size:11px; line-height:12px; font-family:Arial, Helvetica, sans-serif; text-align:right; text-transform:uppercase; }
/*.fs #caption { top:0px; z-index:3; }*/

/**
 * Company
 */

.page-template-company-php .company-copy {
  position: absolute;
  top: 50%;
  left: 244px;
  height: auto;
  width: 302px;
  padding: 20px 24px 10px 24px;
  display: block;
  background: #000;
  background: rgba(0,0,0,.75);
  color:#fff;
  z-index: 1;
  
  }
.page-template-company-php .company-copy h2{ margin: 0 0 7px 0; }

/**
 * Two Column Template (Retailers, Contact)
 */
#content.two-column .two-column-row{
  padding:22px 24px;
  border-left:1px solid #ededed;
  border-bottom:1px solid #ededed;
  }
#content.two-column .two-column-row.last{ border-bottom:none; }
#content.two-column ul{
  width: 366px;
  height: auto;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  }
#content.two-column ul li{
  float: left;
  width: 100%;
  margin: 0;
  line-height: 17px;
  }


/** 
 * Product and Collection Grid 
 */

.product-grid{
  list-style: none;
  margin: 0;
  }
.product-grid li{
  width: 228px;
  height: 261px;
  float: left;
  display: none;
  padding: 14px;
  margin: 0;
  position: relative;
  border-right:1px solid #ededed;
  border-bottom:1px solid #ededed;
  }
.product-grid li.first, .product-grid li.last{
  padding:14px 0;
  }
.product-grid li.last{
  border-right:none;
  }

.product-grid .product-link{
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
  height: 261px;
  width: 228px;
  background: 0 0 no-repeat;
  } 
.product-grid .product-link span{
  position: absolute;
  bottom: 14px;
  left: 0;
  height: auto;
  width: 188px;
  padding: 10px 20px;
  display: none;
  background: #fff;
  background: rgba(255,255,255,0.90);
  color: #4e4e4e;
  font-size: 14px;
  line-height: 18px;
  font-family: 'AmericanTypwrterITCW01- 731031';
  text-align: center;
  } 
.product-grid .product-link:hover{
  background-position: 0 -261px;
  }
.product-grid .product-link:hover span{
  display:block;
  }

.product-photo{
  max-width: 177px; 
  }
.ie6 .product-grid{ overflow: hidden; }

.product-information{
  padding: 10px;
  position: relative;
  }
.product-information h3{
  margin: 5px 0 10px 0;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }

.product-price{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 4px 8px;
  text-align: right;
  font-weight: bold;
  opacity: .85; 
  filter: alpha(opacity=85);
  }

#featured-grid li{
  width: 240px;
  }
#featured-grid .product-photo{ 
  max-width: 240px; 
  }
#featured-grid .product-price{
  top: -30px;
  right: 0;
  bottom: auto;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 24px;
  }


  
/** 
 * Single Product 
 */ 
#product{
  width: 1000px;
  margin: 0 auto;
  }
#product-information{ 
  float: right;
  width: 329px;
  }

#product-top{
  float: left;
  width: 100%;
  margin-top: 10px;
  }
#product-top .navigate, #product-top .social{
  float: left;
  width: 50%;
  height: 14px;
  display: block;
  }
.social .email{
  float: right;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  display: block;
  /*background: url({{ 'email-rollover.png' | asset_url }} | asset_url }}) 0 0 no-repeat;*/
  text-indent: -9000px;
  overflow: hidden;
  }
.social .email:hover{
  background-position: 0 -14px;
}
/*
.social .facebook{
  float: right;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  display: block;
  background: url({{ 'facebook-rollover.png' | asset_url }}) 0 0 no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  }
.social .facebook:hover{
  background-position: 0 -14px;
}
.social .twitter{
  float: right;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  display: block;
  background: url({{ 'twitter-rollover.png' | asset_url }}) 0 0 no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  }
.social .twitter:hover{
  background-position: 0 -14px;
}
*/
#purchase{
  float: left;
  width: 163px;
  height: auto;
  display: block;
  }
.sold-out #purchase{
  float: none;
  text-align: left;
  }
#purchase a{
  font-size: 11px;
  line-height: 12px;
  }
#add-to-cart{
  float: left;
  height: 32px;
  width: 163px;
  padding: 0 48px 0 10px;
  display: block;
  /*background:#e7e7e7 url({{ 'add-to-cart-rollover.png' | asset_url }}) right 0 no-repeat;*/
  border: none;
  color: #afafaf;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
#add-to-cart:hover{
  background-position: right -32px;
  color: #4e4e4e;
  }
#add-to-cart.disabled{
  background-position: right 0 !important;
  color: #fafafa;
  cursor: default;
  }

#product-header{
  margin: 0 0 20px 0;
  }
#product-header #product-header-title{ 
  float: left;
  width: 100%;
  margin: 14px 0 36px 0;
  }
#product-title{
  margin: 0 0 5px 0;
  }
.price{
  float: left;
  font-size: 17px;
  line-height: 18px;
  font-family: 'AmericanTypwrterITCW01- 731031';
  }
.price span{
  float: right;
  margin-left: 10px;
  font-size: 11px;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  }

#product-actions select{
  padding: 3px;
  }
#product-actions .price{
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  text-align: right;
  }
#product-actions .compare_at_price{
  font-size: 12px;
  display: block;
  }

.description h2{
  padding-top: 15px;
  margin: 0 0 13px 0;
  border-top: 1px solid #ededed;
  color: #afafaf;
  /*background: url({{ 'accordion-rollover.png' | asset_url }}) right 0 no-repeat;*/
  cursor: pointer;
  }
.description h2:hover,
.description h2.current{
  background-position: right -35px;
  color: #4e4e4e;
  }
.description h2.current { cursor: default; }

.options{
  float: left;
  width: 100%;
  height: auto;
  padding-top: 14px;
  margin-bottom: 16px;
  display: block;
  border-top: 1px solid #ededed;
  }
.variants-wrapper{
  float: left;
  width: 158px;
  height: auto;
  margin-right: 8px;
  display: block;
  }
.selector-wrapper{
  float: left;
  width: 100%;
  margin: 0 0 8px 0 ;  
  }
.selector-wrapper select{
  width: 100%;
  }
.selector-wrapper label{
  margin: 0 5px 0 0;
  text-align: right;
  }

/* styled dropdown menu */
.ui-selectmenu{
  position: relative;
  float: left;
  width: 158px;
  height: 32px;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  outline: none;
  overflow: hidden;
  }
.ui-selectmenu .ui-selectmenu-status{
  padding: 7px 0 7px 10px;
  display: block;
  background-color: #e7e7e7;
  color: #afafaf;
  line-height: 18px;
  outline: none;
  text-decoration: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
.ui-selectmenu.ui-state-active .ui-selectmenu-status{
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  }
.ui-selectmenu:hover .ui-selectmenu-status { color:#4e4e4e; }
.ui-selectmenu.ui-state-active { overflow:visible; }
.ui-selectmenu.ui-state-active:hover .ui-selectmenu-status { color:#4e4e4e; }
.ui-selectmenu .ui-selectmenu-icon{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 31px;
  height: 32px;
  /*background: url({{ 'select-button-rollover.png' | asset_url }}) 0 0 no-repeat;*/
  }
.ui-selectmenu.ui-state-active .ui-selectmenu-icon{
  background-position: 0 0;
  }
.ui-selectmenu.ui-state-active:hover .ui-selectmenu-icon,
.ui-selectmenu:hover .ui-selectmenu-icon{
  background-position: 0 -32px;
  }
.ui-selectmenu-menu{
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  background: #e7e7e7;
  text-align: left;
  visibility: hidden;
  overflow: auto;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
.ui-selectmenu-menu.ui-selectmenu-open { visibility:visible; }
.ui-selectmenu-menu ul{
  margin: 0;
  list-style: none;
  }
.ui-selectmenu-menu ul li { margin: 0; }
.ui-selectmenu-menu li a{
  padding: 7px 0 7px 10px;
  display:block;
  outline:none;
}



#add-to-cart-msg{
  padding: 10px;
  display: none;
  margin: 0;
  }    

#product-information #sharing{
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  list-style: none;
  }
#product-information #sharing li{
  margin: 0;
  float: left;
  }  

.back{
  float: left;
  width: auto;
  height: 12px;
  padding-left: 19px;
  margin: -20px 0 8px;
  display: block;
  /*background: url({{ 'back-rollover.png' | asset_url }}) 0 0 no-repeat;*/
  font-size: 11px;
  line-height: 12px;
  }
.back:hover{
  background-position: 0 -12px;
  }

#product-gallery{
  width: 655px;
  }

#active-wrapper{
  position: relative;
  float: left;
  width: 550px;
  min-height: 50px; 
  overflow: hidden; 
  }
#active-wrapper img{
  display: block;
  width: auto;
  max-width: 550px;
  }
#active-wrapper #zoom{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  }
#active-wrapper #zoom span{
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 84px;
  display: block;
  /*background: url({{ 'zoom-rollover.png' | asset_url }}) 0 0 no-repeat;*/
  }
#active-wrapper #zoom:hover span{
  background-position: 0 -45px;
  }

.thumbs{
  float: left;
  width: 100px;
  margin: 0;
  list-style: none;
  }
.thumbs li{
  float: left;
  margin: 0 1px 1px 0;
  width: 100px;
  height: 100px;   
  background-color: #fff;
  text-align: center; 
  }  
.thumbs a {
  float: left;
  width: 100px;
  height: 100px;
  display: block;
  background: left center no-repeat;
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
  }  
.thumbs a:hover{
  opacity: .2;
  filter: alpha(opacity=20);
  } 
.thumbs a.active{
  opacity: .2;
  filter: alpha(opacity=20);
  }

/* zoom overlay */
#overlay{
  height: 100%;
  width: 100%;
  display: none;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
  }
#overlay .close{
  position: absolute;
  top: 24px;
  right: 24px;
  height: 33px;
  width: 33px;
  display: block;
  /*background: url({{ 'close-rollover.png' | asset_url }}) 0 0 no-repeat;*/
  text-indent: -9000px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  }
#overlay .close:hover{
  background-position: 0 -33px;
  }
#overlay #zoomed-image{
  position:relative;
  height: 100%;
  text-align: center;
  }
#overlay #zoomed-image img{
  float: left;
  width: 100%;
  }
#overlay .thumbs{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  }

h1#shop-this-look{
  margin: 37px 0 0 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  }
  
/** 
 * Footer 
 */ 

#bottom{ 
  min-width: 320px;
  border-top: 1px solid #ededed;
  font-size: 11px;
  line-height: 12px;
  clear: both; 
  overflow: hidden;
  }
.templateIndex #bottom, .templateCollection #bottom, .templateListCollections #bottom, .templateProduct #bottom { border: none; }
#footer-left{ 
  width: 49%;
  float: left;
  }
#footer-right{
  width: 49%;
  float: right;
  }

#bottom ul{
  list-style: none;
  margin: 0;
  } 
#bottom li{
  float: left;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  }
#bottom li.current-menu-item a{ color:#4e4e4e; }
#bottom p{ line-height: 1.5em }

#bottom .copy{ float:left; }
#bottom .menu-footer-left-container{ float:left; }
#footer-nav{
  margin: 14px 0 0 0; 
  }
#footer-nav li{
  border-left: solid 1px #a2a2a2;
  }
  
#footer-right-nav{
  float:right;
  margin: 14px 0 0 0; 
  }
#footer-right-nav li{
  border-left: solid 1px #a2a2a2;
  }
#bottom .mailing-list{
  float: right;
  width: 50px;
  height: 27px;
  margin-top: -5px;
  color: #afafaf;
  overflow: hidden;
  }
#bottom .mailing-list .inner { float:left; width:255px; }
#bottom .mailing-list a{
  float: left;
  margin-top: 5px;
  }
#bottom .mailing-list a span { display:none; }
#bottom .mailing-list.expanded a span { display:inline; }
#bottom .mailing-list #mce-EMAIL{
  float: left;
  height: 20px;
  width: 160px;
  margin: 0 0 0 7px;
  padding: 0 6px;
  line-height: 20px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
#bottom .mailing-list #mce-EMAIL::-webkit-input-placeholder,
#bottom .mailing-list #mce-EMAIL::-moz-placeholder{
   line-height: 20px;
}
#bottom .mailing-list #mc-embedded-subscribe{
  float: left;
  height: 22px;
  width: 22px;
  padding: 0;
  display: block;
  background: #d7d7d7 url(images/subscribe-rollover.png) 0 0 no-repeat;
  border: none;
  text-indent: -9000px;
  overflow: hidden;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  }
#bottom .mailing-list #mc-embedded-subscribe:hover{
  background-position:0 -23px;
  }

/**
 * Sidebar Custom Styles
 **/

#secondary { float:left; width:237px; }
#secondary #searchsubmit { float:left; background:url(images/search-rollover.png) -2px -2px no-repeat; display:block; width:24px; height:24px; margin-left:-1px; }
#secondary #searchsubmit:hover { background-position:-2px -26px; }
#secondary input { float:left; height:22px; width:204px; }

#secondary .widget-title { border-bottom:1px solid #ededed; padding-bottom:6px; margin:0px 0px 10px; font-size:14px; line-height:18px; }
#secondary aside { float:left; width:100%; margin-bottom:17px; }

#secondary.widget-area aside#search-2 { height:30px; }

#secondary.widget-area { padding-top:45px; }
#secondary.widget-area .social { float:left; width:100%; margin-bottom:5px; }
#secondary.widget-area .social a { margin-right:10px; }
#secondary.widget-area .social .facebook { float:left; background:url('images/facebook-rollover.png') 0 0 no-repeat; width:14px; height:14px; display:block; }
#secondary.widget-area .social .facebook:hover { background-position:0 -14px; }
#secondary.widget-area .social .twitter { float:left; background:url('images/twitter-rollover.png') 0 0 no-repeat; width:14px; height:14px; display:block; }
#secondary.widget-area .social .twitter:hover { background-position:0 -14px; }
#secondary.widget-area .social .instagram { float:left; background:url('images/instagram-rollover.png') 0 0 no-repeat; width:14px; height:14px; display:block; }
#secondary.widget-area .social .instagram:hover { background-position:0 -14px; }

#secondary ul { margin:0; padding:0; }
#secondary ul li { list-style-type:none; margin:0; padding:0; }

.error404.single-author #top-menu > ul { display:none; }
.entry-content p { width:100%; }










/* mobile specific style */
#mobile-header .top-bar {
  background-color: #FFF;
  padding: 0;
  height: 48px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9998;
  top: 0;
}

.home #mobile-header .top-bar {
  background-color: #FFF;
  padding: 0;
  height: 106px;
}

#mobile-header .top-bar.mini {
  background-color: #FFF;
  padding: 0;
  height: 48px;
  margin: 0;
  border-bottom: 1px solid #ededed;
}

#mobile-header .menu-logo {
  width: 126px;
  height: auto;
  display: block;
  position:absolute;
  left: 50%;
  margin-left: -63px;
  top: 0;
  padding-top: 12px;
}

.home #mobile-header .top-bar .menu-logo .full {
  opacity: 1;
}

#mobile-header .top-bar.mini .menu-logo .full {
  opacity: 0;
}

#mobile-header .menu-logo .full {
  background-image: url(images/RC-mobile-logo-full.jpg); /* move to .full class */
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 46px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#mobile-header .menu-logo .mini {
  background-image: url(images/RC-mobile-logo-mini.jpg); /* move to .full class */
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 27px;
}

.home #mobile-header .menu-cart {
  height: 106px;
}

#mobile-header .menu-cart {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  float: right;
  height: 48px;
  padding: 0 18px;
  border-left: 1px solid #ededed;
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
#mobile-header .top-bar.mini .menu-cart {
  height: 48px;
}

#mobile-header .menu-cart a {
  background-image: url(images/RC-mobile-cart.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  display: block;
}

.home #mobile-header .menu-icon {
  padding: 53px 15px 45px 15px;
}

#mobile-header .menu-icon {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  float: left;
  padding: 24px 15px;
  border-right: 1px solid #ededed;
  -webkit-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}

#mobile-header .top-bar.mini .menu-icon {
  padding: 24px 15px;
}

.slide-in {
  background-color: #FFF;
  width: 271px;
  position: fixed;
  top: 0;
  right: -272px;
  -webkit-transition: right 0.2s ease-out;
  transition: right 0.2s ease-out;
  border-left: 1px solid #ededed;
  z-index: 9999;
}

.slide-in .inner {
  position: relative;
  height: 100%;
}

.slide-in .menu {
  list-style: none;
  padding: 0;
  margin: 30px;
}

.slide-in .menu li {
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 2em;
  color: #b7b7b7;
  text-transform: uppercase;
  font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.slide-in .sub {
  margin: 30px;
  bottom: 0;
  left: 0;
  position: absolute;
  list-style: none;
  padding: 0;
  width: 210px;
}

.slide-in .sub li {
  height: 18px;
  padding-bottom: 2px;
  font-weight: normal;
  font-size: 12px;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.slide-in .sub a {
  color: #4d4d4d;
}

.m-sub { position: relative; }
.m-sub .toggle-sub-on { position: absolute; top: 0;}
.m-sub .toggle-sub-off { position: absolute; top: 3px; right: 0;}
.m-sub form { position: absolute; display: none; top: -4px; width: 100%; }
.m-sub #m-mce-EMAIL { border: 0; padding: 0; text-transform: capitalize; }
.m-sub #m-mc-embedded-subscribe { display: none;}

.slide-in .menu li.active {
  color: #4e4e4e;
}

.slide-in .menu li:hover {
  color: #b7b7b7;
}

.slide-in.on {
  right: 0px !important;  
}

#mobile-header  .mask { 
  position: fixed; 
  width: 100%; 
  display: block; 
  opacity: 0;
  background: #000; 
  z-index: 0;
  transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out; 
  -ms-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  height: 1px;
}

#mobile-header .mask.on {
  opacity: 0.6; 
  z-index: 9998;
  height: 100%;
}

/* responsive - to be broken out into own sheet */
@media only screen and (max-width:767px) {

  body { padding-top: 48px; height: 100%; overflow: visible; margin: 0; -webkit-overflow-scrolling: touch;}
  .hidden-mobile-inline , .hidden-mobile { display: none !important; }
  .hidden-desktop { display: block !important; }

  .supersized {
    top: 48px;
  }
  
  #bottom-callouts{ margin-bottom: 15px;}

  a#prev,
  a#next,
  a#prev:hover,
  a#next:hover{ opacity:0; filter: alpha(opacity=0); }

  .home a#prev,
  .home a#next,
  .home a#prev:hover,
  .home a#next:hover{ display: none; }

  #bottom-callouts .callout a:hover .border {
    border-width: 12px;
  }
  
  .current_page_item a, .current_page_parent a { color: #4e4e4e; }

  .num-items-in-cart { display: none; }
  .num-items-in-cart.show {
    border-radius: 6px;
    display: block;
    text-align: center;
    line-height: 13px;
    width: 12px;
    height: 12px;
    background-color: #464646;
    color: #FFF;
    font-size: 8px;
    top: 50%;
    left: 10px;
    position: relative;
  }
  #bottom { padding: 0; }

  #bottom-callouts .callout { float: none; }
  #bottom-callouts .callout a .mask { 
    padding-top: 15px !important;
    height: auto;
    top: auto;
    bottom: 0;
    padding: 17px 32px !important;
    opacity: 1 !important;
  }
  #bottom-callouts .callout.middle, #bottom-callouts .callout.first,  #bottom-callouts .callout.last {
    border-bottom: 1px solid #ededed !important;
    border-left: 0; border-right: 0;
  }

  #bottom-callouts .callout.hidden {
    display: block;
  }

  .page-template-company-php .company-copy {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 302px;
    width: auto;
    left: auto;
    margin-top: 24px !important;
    position: relative;
  }

  #bottom-callouts a#scroll {
    top: -110px;
    position: absolute;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    background: #fff url(images/scroll-rollover.png) -11px -8px no-repeat;
  }
  #bottom-callouts a#scroll:hover {
    background-position: -11px -59px;
  }

  .toggle-search-on { width:15px;height:15px; display: block; background-image: url(images/magnify.png) ; background-size: 15px 15px; background-repeat: no-repeat; float: left;}
  .toggle-search-off, .toggle-sub-off { width:15px;height:15px; display: block; background-image: url(images/x.png) ; background-size: 15px 15px; background-repeat: no-repeat; float: right; display: none;}

  .content-wrapper { margin-left: 0;}
  #primary.post #content .inner { width: auto; }
  #widgets aside { width: auto; }
  #primary.post article { margin: 0; padding: 0; border-left: 0; }
  #primary.post article .inner{ padding: 20px 24px; }
  #primary.post article iframe { width: 100%; max-width: 730px; }
  #primary.post article img { max-width: 100%; width: 100%; height: auto; }
  #content h2.post-date { margin: 0 0 2px; }

  #widgets #searchsubmit { display: none; }
  #widgets .inner { height: 22px; position: relative; }
  #widgets aside { position: absolute; }
  #widgets { border-left: 0; padding: 0;  padding: 10px 20px;}
  #widgets .widget_text { width: 100%; }
  #widgets .widget_search { display: none; }
  #widgets .widget_search, #widgets .widget_search input { width: 100% !important; }
  #widgets .widget_search input { padding: 0; border: 0; text-transform: capitalize;}
  #widgets .label { display: none !important; }
  #widgets .social { float: right; }

  #widgets .social .facebook { background:url('images/social-sprite.png') 0 0 no-repeat; width:17px; height:14px;display:inline-block; background-position:0 0; background-size: 51px 28px;}
  #widgets .social .facebook:hover { background-position:0 -14px; }
  #widgets .social .twitter { background:url('images/social-sprite.png') 0 0 no-repeat; width:17px; height:14px; display:inline-block; background-position:-17px 0; background-size: 51px 28px;}
  #widgets .social .twitter:hover { background-position:-17px -14px; }
  #widgets .social .instagram { background:url('images/social-sprite.png') 0 0 no-repeat; width:17px; height:14px; display:inline-block; background-position:-34px 0; background-size: 51px 28px;}
  #widgets .social .instagram:hover { background-position:-34px 0; }

  #content.two-column .stockists ul { width: auto; display: none; }
  #content.two-column h1 { margin-bottom: 10px; }
  #content.two-column h1.open { color: #4e4e4e; }

  .stockists ul { display: none;}
  .stockists ul li { margin-top: 20px !important; }
  .stockists ul li a { display: block; }
  .stockists h1 { margin: 0 !important; color: #b7b7b7; font-size: 25px; line-height: 25px; } 
  .stockists h1:after { 
    display: inline-block; 
    width:12px; 
    height: 8px; 
    background-image: url('images/mobile-menu-toggle.png'); 
    background-repeat:no-repeat;
    background-size: 12px 16px;
    position: relative;
    float: right;
    content: " ";
    top: 8px;
  }
  .stockists h1.open:after { 
    background-position: 0 -8px;
  }
  #content.two-column .two-column-row { overflow: hidden; border-left: 0;}

  .stockists.open h1{ color:#4E4E4E; } 
  .mobile-header { padding: 20px 0; text-indent: 20px; border-bottom: 1px solid #EDEDED; margin-bottom: 0 !important; font-size: 25px;}

  footer#bottom { margin-top: -1px; padding: 20px 0 !important; background-color: #FFF; }
  footer#bottom #footer-right { display: none;}
  footer#bottom #footer-left { width: auto; padding: 0 10px;}
  footer#bottom #footer-left li { padding: 0;} 
  footer#bottom #footer-nav li { border: 0 !important; } 
  footer#bottom .copy, footer#bottom a { font-size: 9px; }

  .page-template-company-php footer#bottom{ margin-top: -48px; }
  .page-template-collection-php #content.collection p { display: block; margin: 0; }
  .page-template-collection-php #content.collection p img { width: 100%; display: block; margin-bottom: 1px; }
  .page-template-collection-php .content-wrapper { margin: 0 !important; }
  .page-template-collection-php #caption,
  .page-template-collection-php #fs-toggle,
  .page-template-collection-php #prev,
  .page-template-collection-php #next,
  .page-template-collection-php .supersized { display: none !important; } 
  .home .supersized { z-index: 2; }
  .wrapper { z-index: 1;}
  #bottom-callouts a#scroll {
    background-image: url(images/scroll-retina.png);
    background-repeat: no-repeat;
    background-size: 10px 11px;
    background-position: 13px 13px;
  }

  .post.single #widgets { display: none; }
  .page-template-company-php .company-copy h2 { font-size: 25px; line-height: 25px; }

  .page-template-default article .inner { width: auto;}
  .page-template-default article { padding: 22px 24px 22px 24px; }

  #primary.post article .entry-content a.more-link { margin-bottom: 13px; } 

}

@media only screen and (min-width:768px) {
  .hidden-mobile { display: block !important; }
  .hidden-mobile-inline { display: inline-block !important; }
  .hidden-desktop { display: none !important; }
  #bottom { padding: 17px 15px 9px; }
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
  .content-wrapper { margin-left: 0; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  
  #mobile-header .menu-logo .full {
    background-image: url('images/RC-mobile-logo-full-retina.jpg'); 
    background-size: 126px 46px;
  }

  #mobile-header .menu-logo .mini {
    background-image: url('images/RC-mobile-logo-mini-retina.jpg'); 
    background-size: 126px 27px;
  }

  #mobile-header .menu-cart a {
    background-image: url('images/RC-mobile-cart-retina.jpg');
    background-size: 18px 19px;
  }
  #site-title {
    background-image: url('images/logo-retina.png');
    background-size: 243px 141px;
  }

  #site-title img { display: none; }
  #site-title a { width: 100%; height: 100%; display: block; }

}


.menu-icon { cursor: pointer; }
.menu-icon span, .menu-icon span:before, .menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  background: #cecece;
  position: absolute;
  display: block;
  content: '';
}
.menu-icon span:before {
  top: -6px; 
}
.menu-icon span:after {
  bottom: -6px;
}

.menu-icon span, .menu-icon span:before, .menu-icon span:after {
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out; 
  -ms-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.menu-icon.active span {
  background-color: transparent;
}
.menu-icon.active span:before, .menu-icon.active span:after {
  top: 0;
}
.menu-icon.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon.active span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#promo { display: none; }
#promo.outer { width: 100%; height: 100%; background: rgba(0,0,0,.42); position: fixed; z-index: 99999; top: 0;}
#promo .inner { background: rgba(0,0,0,.80); padding: 56px 100px; width: 258px; height: 172px; position: absolute; top: 50%; left: 50%; margin-left: -229px; margin-top: -182px; text-align:center; color: #FFF; }
#promo h1 { text-transform: uppercase; font-size: 41px; line-height: 41px; margin-bottom: 27px; margin-top: -10px; font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif; }
#promo p { font-size: 18px; line-height: 18px; margin-bottom: 17px; margin-top: 0;}
#promo span { font-size: 12px; font-size: 12px; margin-bottom: 27px; margin-top: 0; display: block; }
#promo .close { width: 20px; height: 20px; width: 20px; display: block; color: #FFF; opacity: 0.75; font-size: 14px; position: absolute; top: -20px; right: -20px;}
#promo .close:hover{ opacity: 1; }
#promo .button { display: block; padding: 12px 0; background: #FFF; text-transform: uppercase; text-decoration: none; color: #4f4c4d; font-weight: normal; max-width: 124px; margin: 0 auto; font-family: 'HelveticaNeueW01-87HvCn 692734', 'HelveticaNeue', Helvetica, Arial, sans-serif; font-size: 20px; }
#promo .button:hover { color: #000; };