/*  
Theme Name: The Horween Leather Tannery
Theme URI: http://horween.com 
Description: A custom built theme created for The Horween Leather Tannery
Version: 1.0
Author: Derek S. Moore for Quite Strong
Author URI: http://quitestrong.com
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
#wpadminbar{ display: none; visibility: hidden; }
body{
  font-family: 'Dosis', sans-serif;
  background: url('images/bg.jpg') no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
}
strong{font-weight: 700;}

/*--- Begin Header ---*/
header{
  width: 180px;
  height: 100%;
  margin: 74px 0 0 15px;
  float: left;
}
header h1{
  position: fixed;
  width: 172px;
}
header #logo{
  margin: 0 0 30px 0;
  width: 172px;
  height: 143px;
  background: url('images/logo.png') no-repeat;
}
header p.intro{
 padding: 0 10px;
 font-size: 14px; 
 line-height: 26px;
}

#top{
  height: 10px;
}
/*--- End Wrapper ---*/

/*--- Begin Nav ---*/
nav#main{
  margin: 0 0 8px 0;
  border-bottom: 1px solid #aa812b;
  z-index: 1000;
  background: url('images/bg.jpg') -200px 7px no-repeat;
  position: fixed;
  height: 140px;
  padding-top: 66px;
  width: 70%;
  z-index: 3000;
  -webkit-box-shadow: 0 0 25px #fdf9f0;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
nav#main.wide{
  width: 84%;
}
nav#main a{
  color: #aa812b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  padding: 3px 15px 0 10px;
  display: inline-block;
  text-decoration: none;
}
nav#main ul{
  margin-left: -10px;
}
nav#main ul li{
}
nav#main ul li a:hover, nav#main ul li.current_page_item a, nav#main ul li.current-page-parent a{
  background: url('images/nav-bg.png') right 0 no-repeat;
  color: #000;
}

nav#main ul li ul.sub-menu li a:hover, nav#main ul li ul.sub-menu li.current_page_item a, nav#main ul li.current-page-parent ul.sub-menu li a{
  background: none;
}

nav#main .sub-menu{
  position: absolute;
  top: 65px;
  margin: 0 0 0 190px;
  display: none;
}
nav#main ul li.current_page_item .sub-menu a, nav#main ul li.current-page-parent ul.sub-menu li a{
  background: none;
  color: #aa812b;
  padding-right: 0;
}
nav#main ul li.current_page_item .sub-menu a:hover, nav#main ul li.current-page-parent ul.sub-menu li a:hover, nav#main ul li.current-page-parent ul.sub-menu li.current_page_item a{
  color: #000;
}


nav#main ul li.current_page_item .sub-menu, nav#main ul li.current-page-parent .sub-menu{
  display: block;
  height: 145px;
}
  #menu-item-41 .sub-menu{
  width: 350px;
  -moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
  }
  
  /*-Sticky nav -*/
  .is-sticky nav#main{
    margin: 0 0 8px 0;
    z-index: 1000;
    background: url('images/bg.jpg') repeat top center;
    position: fixed;
    height: 30px;
    padding-top: 20px;
  }
  .is-sticky nav#main ul li{
    float: left;
  }
  .is-sticky nav#main ul li a{
    background: none !important;
  }
  .is-sticky nav#main ul li.current_page_item .sub-menu, .is-sticky nav#main ul li.current-page-parent .sub-menu{
    display: none;
  }
  .is-sticky nav#main ul li.current_page_item a, .is-sticky nav#main ul li.current-page-parent a{
    text-decoration: underline;  
  }
  
/*--- End Nav ---*/

/*--- Begin Page ---*/
#page{
  min-height: 65%;
  margin: 0 0 10px 0;
  padding: 0 10px;
  border-left: 3px solid rgba(170, 129, 43, 0.3);
  float: left;
  width: 100%;
}
#page .content{
  font-size: 12px;
  font-family: 'Trebuchet MS', sans-serif;
  color: #58595b;
  margin: 0 0 20px 0;
}
#page .content iframe, .embed-vimeo, .embed-youtube{
  width: 100%;
  height: auto;
  max-width: 580px;
  min-height: 400px;
  margin: 0;
}
#page .content.contact p{
  max-width: 340px;
}
#page article .content{
  margin-top: 0;
}
#page .content.home{
  width: 100%;
  font-size: 14px;
  font-family: 'Dosis', sans-serif;
  color: #58595b;
}
#page .content.home p{
  width: 100%;
  max-width: 100%;
}

#page .content p{
  margin: 0 0 15px 0;
  line-height: 18px;
  clear: both;
  max-width: 578px;
}
#page .content ul{
  line-height: 18px;  
  max-width: 578px;
}
#page .content ul li{
  margin: 0 0 5px 15px;
  list-style: circle;
}
#page article img{  
  width: 100%;
  height: auto;
}

  #page.slim{
    max-width: 70%;
    float: left;
    border-right: 3px solid rgba(170, 129, 43, 0.3);
    margin: 0 0 0 0;
  }
  #page.wide{
    max-width: 83%;
    float: left;
    margin: 0 0 0 0;
  }
  #page.wide, #page.wide .content{
    width: 100%;
  }
#page h2{
  margin: 0 0 15px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#stockists {margin-bottom: 70px;}
#page article.home, #page h2.home{
  margin-top: 0 !important;
}

#page .content a, #page h2 a{
  color: #aa812b;
  text-decoration: underline;
}
#page a:hover, #page h2 a:hover{
  text-decoration: none;
}
#page article.home .content p{
  max-width: 100%;
}
#page article.home a.read-more{
  float: right;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
}


/*------ Gallery ------*/
#page .content.home{
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgba(170, 129, 43, .3);
}
#gallery{
  margin: 0 0 20px 0;
  background: #000;
}
#gallery.caption{
  max-width: 580px;
}
.rsArrowLeft, .rsArrowRight{
position: absolute;
top: 0;
width: 30px;
z-index: 800;
height: 100%;
cursor: pointer;
}
.coda-nav-left{
  float: left;
}
.coda-nav-right{
  float: right;
}
.coda-nav-left, .coda-nav-right {
z-index: 800;
cursor: pointer;
display: inline-block;
color: #aa812b;
}
.coda-nav-left{
  float: left;
}
.coda-nav-right{
  float: right;
}
#prev, .rsArrowLeft{
left: 10px;
background: url('images/icon-gallery-arrows.png') 0 50% no-repeat;
}
#next, .rsArrowRight{
right: 10px;
background: url('images/icon-gallery-arrows.png') -30px 50% no-repeat;
}

#caption{
  z-index: 2000; 
  width: 161px;
  display: inline-block;
  clear: none !important;
  font-family: 'Dosis', sans-serif;
  font-size: 13px;
  color: #1a1300;
  font-weight: 500;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 0 0 20px;
  float: left;
}

  /*-- Article --*/
  article{
    width: 100%;
    margin-bottom: -10px;
  }
  article.post{
    margin-bottom: 15px;
    border-bottom: 1px solid #e5d5b5;
    padding-bottom: 15px;
  }
  article .deets{
    margin: 0 0 10px 0;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
  }
  article .deets a{
    color: #666;
    text-decoration: underline;    
  }
  .content .wp-caption{
    padding-bottom: 10px;
    width: 100% !important;
    margin-bottom: 10px;
    min-height: 370px;
  }
  .content .wp-caption img{
    display: inline-block;
    width: 70% !important;
    float: left;
  }
  .content .wp-caption p.wp-caption-text{
    width: 171px !important;
    clear: none !important;
    font-family: 'Dosis', sans-serif;
    font-size: 13px;
    color: #1a1300;
    font-weight: 500;
    float: left;
    padding: 0 0 0 10px;
  }
  
  /*--- Grid Styling ---*/
  .content blockquote{
    max-width: 220px;
    float: left;
    margin: 0 20px 0 0;
    color: #aa812b;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: 560px;
  }
  .content .chart blockquote{
    height: auto;
  }
  .content blockquote a{
    width: 220px;
    height: 220px;
    overflow: hidden;
    display: block;
  }
  #page .content blockquote p{
    line-height: 23px;
  }
  .content blockquote p strong{
    display: block;
    margin: 12px 0 33px 0;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
  }
  .content blockquote p em{
    text-align: center;
    font-style: normal;
    display: block;
    text-transform: uppercase;
  }
  
  /*--- Table Styles ---*/
  .content table th{
    font-weight: bold;
    font-size: 14px;
    text-align: left;
  }
  .content table.mill-size{
    border-top: 1px solid #aa812b;
    border-left: 1px solid #aa812b;
  }
  .content table.mill-size td, .content table.mill-size th{
    border-bottom: 1px solid #aa812b;
    border-right: 1px solid #aa812b;
  }
  .content table.full-tannage tr:first-child td,  .content table.full-tannage tr:last-child td{
    border-top: 1px solid #aa812b;    
    border-left: 1px solid #aa812b;    
    border-right: 1px solid #aa812b;    
  }
  tr:nth-child(odd)    { background-color: rgba(170, 129, 43, 0.3); }
  tr:nth-child(even)    { background-color:rgba(255, 255, 255, .8); }
  .content table.full-tannage td{
    border-top: 1px solid #aa812b;
    border-right: 1px solid #aa812b;
  }
  .content table.full-tannage{
    width: 100%;
  }
  .content table.full-tannage th{
    font-size: 10px;
    font-weight: normal;
    padding: 2px 0 2px 10px;
    vertical-align: middle;
    text-align: left !important;
  }
  .content table.full-tannage th strong{
  }
 .content table.full-tannage td{
   padding: 2px;
 }
 .content table.full-tannage td:first-child{
   display: block;
   text-align: right;

 }
  .content table th, .content table td{
    padding: 5px;
  }
  .content table td{
    text-align: center;
  }
  
/*------ Timeline ------*/
.coda-nav{
  width: 100%;
  max-width: 760px;
  height: 175px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.coda-nav .ticks{
  width: 2045px;
  height: 140px;
  padding: 35px 20px 0 20px;
} 
.coda-nav .tick{
  width: 15px;
  height: 53px;
  border-left: 2px solid #000;
  display: block;
  float: left;
}
.coda-nav .tick.tall{
  height: 63px;
  margin-top: -10px;
}
.coda-nav .year{
  display: block;
  position: relative;
  margin: -30px 0 0 -15px;
  font-size: 20px;
}

.coda-nav .tick a {
  display: block;
  margin: 63px 0 0 -2px;
  border-color: #AA812D;
  color: #AA812D;
  text-decoration: none;
}
.coda-nav .tick a .year{
  margin: 0 0 0 -10px;
}
.coda-nav .tick a .year a{
  margin: 0 0 0 -10px;
  width: 25px;
  text-align: center;
  display: inline-block;
}
.coda-nav .tick a .tick{
  height: 40px;
  border-color: #AA812D;
}
.coda-nav .tick a .tick.short{
  height: 15px;
}
.coda-nav .tick.tall a{
  margin: 77px 0 0 -2px;
}
.timeline-data img{
  width: auto;
  float: left;
  margin-right: 20px;
}
.timeline-data p{
  width: 280px;
  margin: 0 0 0 60px;
}
.timeline-data .wp-caption-text{
  width: 160px;
  float: left;
  margin: 0 0 0 0;
}
a.time-prev.icon, a.time-next.icon{
  position: relative;
  width: 30px;
  z-index: 800;
  height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  display: inline-block;
  top: 130px;
  background-size: auto 100% !important;
}
a.time-prev.icon {
  background: url('images/icon-gallery-arrows.png') 0 0 no-repeat;
}
a.time-next.icon {
  background: url('images/icon-gallery-arrows.png') -32px 0 no-repeat;
  float: right;
}

.coda-slider-wrapper .coda-slider .panel-container .panel h2 .year{
  margin: 0 7px 0 0;
}


.coda-nav .tick ul.many{
  margin: 74px 0 0 -13px;
  width: 25px;
  text-align: center;
  overflow: visible;
}
.coda-nav .tick ul.many li{
  float: none;
  display: block;
  margin: 0;
}
.coda-nav .tick ul.many li a{
  float: none;
  margin: 0;
}
/*------ Sockist and International Agents ------*/
#page .content.stockist, #page .content.ia{
  
}
#page.list h2{
  margin-bottom: 5px;
  line-height: 23px;
}

  #page .content.stockist{
    border-bottom: none !important;    
  }
  #page .content.stockist p, #page .content.ia p, #page .content.stockist ul, #page .content.ia ul{
    margin: 0 0 4px 0;
    color: #aa812b;
    clear: both;
  }
  #page .content.stockist a, #page .content.ia a{
    color: #000;
  }
  #page .content.stockist ul li, #page .content.ia ul li{
    display: inline-block;
    margin: 0 12px 0 0;
  }
  #page h2.page-title{
   border-bottom: 1px solid #aa812b; 
   padding-bottom: 10px;
   margin-bottom: 8px;
  } 
  
  
  #locations-map-1.locations-location-map{
    z-index: 0;
  }
  article.location{
    margin: 0;
    height: 75px;
    overflow: hidden;
    border-bottom: 1px solid #e3d5ba;
  }
  article.location .entry-address{
    position: absolute;
    z-index: 10;
  }
  article.location h2{
    margin: 0 0 0 0 !important;
  }
  a.locations-view-more{
    background: none !important;
    border-radius: 0 !important;
    text-indent: -9999px;
    position: relative;
    width: 100%;
    height: 80px;
    z-index: 0;
  }
  #locations-nav{
    text-transform: uppercase;
    border-top: 1px solid #aa812b;
    border-bottom: 1px solid #aa812b;
    height: auto;
    padding: 12px 0;
    line-height: 20px;
    font-size: 12px;
  }
  #locations-nav li{
    display: inline-block;
    margin-right: 7px;
  }
  #locations-nav li a{
    padding: 1px 0 1px 20px;
    text-decoration: none;
    color: #aa812b;
    background: url('images/icon-filter.png') 0 bottom no-repeat;
  }
  #locations-nav li a:hover{
    text-decoration: underline;
  }
  #locations-nav a.here{
    background: url('images/icon-filter.png') 0 top no-repeat;
  }



/*--- Contact ---*/
.gform_wrapper{
 max-width: 340px !important;
 font-family: 'Dosis', sans-serif;
 font-size: 12px;
  text-transform: uppercase !important;
  float: left;
}
.gfield_label{
  display: none !important;
}

input[type="text"]{
  border-width: 3px;	
  border-style: inset;    
  padding: 0 5px !important;
  height: 31px;
  width: 100% ;
  text-transform: uppercase;
  color: #aa812b !important;
  margin: 0 0 10px 0;
  outline-color:#aa812b;
}
.gform_wrapper select{
  width: 105% !important;
  max-width: 520px;
  color: #aa812b !important;
  margin: 0 0 10px 0;
  background: #f2ebda url('images/icon-arrow-down.png') right center no-repeat;
  -webkit-appearance: none;
  padding: 0 5px !important;
  height: 31px;
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
}
.gform_wrapper textarea{
  padding: 5px !important;
  text-transform: uppercase;
  color: #aa812b !important;
}
.gform_wrapper .gform_footer{
  margin: 0 !important;
  padding: 0 !important;
}
#contact-info{
  font-family: 'Dosis', sans-serif;
  float: left;
  margin: 0 0 0 80px;
  width: 160px;
}
#contact-info p{
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
#contact-info p strong{
  color: #aa812b;
  font-weight: normal;
}

/*--- Comments ---*/
#respond{
  max-width: 520px;
  margin-bottom: 20px;
}
#respond p.logged-in{
  text-transform: uppercase;
}
#respond p.logged-in a{
  color: #aa812b;
}
input#submit, #gform_submit_button_1{
  border-width: 3px;	
  border-style: inset;    
  background: #000;
  -webkit-appearance: none;
  text-transform: uppercase;
  color: #fff;
  border-width: 2px;
  width: 100px;
  height: 36px;
  text-align: center;
  font-family: 'Dosis', sans-serif;
}

h3#comments{
  margin-top: 30px;
}
h3#comments, .comment-author-deets{
  color: #aa812b;
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
h3#comments span{
  color: #000;
}
.commentlist{
  max-width: 540px;
}
.comment-author-deets{
  font-size: 12px;
}
.comment-author-deets a, li.comment a{
  color: #aa812b;
}
li.comment.depth-1 {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5d5b5;
  padding-bottom: 15px;
}
li.comment.depth-1:last-child{
  border-bottom: none;
}
li.comment p{
  font-size: 11px;
  font-family: "Trebuchet MS", sans-serif;
  color: #58595b;
  line-height: 13px;
}
.reply a, a#cancel-comment-reply-link{
  color: #aa812b;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  margin-bottom: 5px;
}
.reply a:hover, a#cancel-comment-reply-link:hover{
  text-decoration: underline;
}
a#cancel-comment-reply-link{
  margin-top: -28px;
}


/*--- End Page ---*/

/*--- Begin Sidebar ---*/
aside{
  width: 174px;
  height: 100%;
  margin: 0 0 0 0;
  float: left;
}
  aside a{
    color: #aa812b;
    text-decoration: none;
  }
  aside a:hover{
    text-decoration: underline;
  }

.stamp{
  display: block;
  width: 165px;
  height: 154px;
  background: url('images/stamp.png') no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
}

  /*--- Blog Sidebar ---*/
  aside.blog{
    margin: 206px 0 0 0;
  }
  h2.rss a{
    margin: 0 0 0 10px;
    background: url('images/icon-rss.png') center right no-repeat;
    display: block;
    text-transform: uppercase;
    padding: 20px 10px 20px 0;
    display: block;
    font-size: 13px;
    border-top: 1px solid #aa812b;
    border-bottom: 1px solid #aa812b;
    line-height: 2px;
  }
  aside.blog #categories{
    font-size: 16px;
    margin: 10px;
    font-weight: 400;
  }
  aside.blog #categories li{
    margin: 0 0 7px 0;
  }
  aside.blog #categories li h3{
    color: #898989;
  }
  aside.blog #categories li.current-cat a{
    color: #000;
    font-weight: 600;
  }
  aside.blog #categories li a{
    text-transform: uppercase;
  }
  #searchform{
    margin: 50px 10px 10px 10px;
  }
  #searchform input{
    width: 100%;
    max-width: 125px;
    padding: 10px 25px 10px 10px;
    border-width: 3px;	
    border-style: inset;
    background: url('images/icon-search.png') 110px center no-repeat;
    font-size: 12px;
    text-transform: uppercase;  
    font-family: 'Dosis', sans-serif;
    color: #aa812b;
    outline-color:#aa812b;
  }
  textarea{
    width: 100%;
    border-width: 3px;	
    border-style: inset;    
    padding: 5px;
    text-transform: uppercase;
    color: #aa812b !important;
    font-family: 'Dosis', sans-serif;
    outline-color:#aa812b;
  }
  
  .navigation a{
    color: #aa812b;
    text-decoration: none;
    display: inline-block;
    height: 35px;
    margin-top: -15px;
    padding-top: 15px;
  }
  .navigation a:hover{
    text-decoration: underline !important;
  }
  .navigation .alignleft{
    float: left;
  }
  .navigation .alignright{
    float: right;
  }
  
  /*--- Twitter ---*/
  #twitter-wrapper{
    position: fixed;
    width: 15%;
    height: 450px;
  }
  h2.twitter-title a{
    margin: 206px 0 0 10px;
    background: url('images/icon-twitter.png') center right no-repeat;
    display: block;
    text-transform: uppercase;
    padding: 20px 10px 20px 0;
    display: block;
    font-size: 13px;
    border-top: 1px solid #aa812b;
    border-bottom: 1px solid #aa812b;
    line-height: 2px;
  }
  aside.blog  h2.twitter-title a{
    margin: 0 0 0 10px;
  }
  #twitter li{
    padding: 7px 0;
    border-bottom: 1px solid #aa812b;
    line-height: 16px;
    font-size: 12px;
    font-family: "Trebuchet MS", sans-serif;
    color: #58595b;
  }
  #twitter-widget-0{
	  margin: 10px;
    width: 100%;
  }
  
  .tweet_time a, a.tweet_action{
    display: inline-block;
    color: #666;
    font-size: 10px;
  }
  .tweet_time a{
    display: block;
    text-transform: uppercase;
    margin-top: 3px;
  }
  .bull{
    display: inline-block;
    margin: 0 3px 0 3px;
    font-size: 7px;
  }
.customisable-border {
	border: none!important;
}  
.timeline {
	background-color: none!important;
	border-radius: none!important;
}

/*--- End Sidebar ---*/

/*--- Begin Footer ---*/
footer{
  clear: both;
  border-top: 1px solid #aa812b;
  width: 98%;
  margin: 0 auto 0;
  padding: 15px 0 30px 0;
  text-transform: uppercase;
  background: url('images/bg.jpg') no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";
  z-index: 2000;
  position: relative
}
footer ul li{
  float: left;
  border-right: 2px solid #aa812b;
  line-height: 13px;
}
footer ul li:last-child{
  border-right: none;
}
footer ul li a{
  font-size: 13px;
  padding: 0 10px;
  color: #1a1300;
  font-weight: 400;
  text-decoration: none;
}
footer ul li a:hover{text-decoration: underline;}
footer p.phone, footer p.address{
  clear: both;
  display: none;
  font-size: 12px;
}
footer p.copyright{
  float: right;
  font-size: 12px;
  color: #aa812b;
  font-family: "Trebuchet MS", sans-serif;
}
/*--- End Footer ---*/

.ir{
  text-indent: -9999px;
  display: block;
}
.clear{
  clear: both;
}

@media screen and (max-width: 1350px) { 

	  #page.slim{
    max-width: 65%;
    }
    #page.wide{
      max-width: 80%;
    }
    nav#main{
      width: 65%;
    }
    .arrow-holder {
      top: 300px;
    }

}

@media screen and (max-width: 1155px) { 

	  #page.slim{
    max-width: 60%;
    }
    #page.wide{
      max-width: 75%;
    }
    nav#main{
      width: 60%;
    }
}

@media screen and (max-width: 1055px) { 

	  #page.slim{
    max-width: 55%;
    }
    nav#main{
      width: 55%;
    }
}

@media screen and (max-width: 890px) { 

	  #page.slim{
    max-width: 50%;
    }
    #page.wide{
      max-width: 70%;
    }
    nav#main{
      width: 50%;
    }
}

@media screen and (max-width: 800px) { 

	  #page.slim{
    max-width: 70%;
    }
    nav#main{
      width: 70%;
    }
    h2.twitter-title, #twitter{
      margin: 0 0 10px 195px;
      width: 100%;
      position: relative;
    }
    #twitter ul, #twitter li{
      width: 100%;
      max-width: 300px;
    }

}

@media screen and (max-width: 750px) { 

	  #page.slim, #page.wide{
    max-width: 60%;
    }
    nav#main{
      width: 60%;
    }
}
@media screen and (max-width: 575px) { 

	  #page.slim, #page.wide, header h1{
    max-width: 90%;
    margin: 0 auto;
    }
    header{
     width: 300px;
    }
    nav#main{
    width: 90%;
    margin: 0 auto;
    }
    header{
      margin: 15px auto;
    }
  header h1, header{
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
  header p.intro{
    margin: 0 auto;
    text-align: center;
  }
  header #logo{
    margin: 25px auto;
  }  
  .is-sticky nav#main{
    height: 60px;
    position: relative;
  }
  nav#main{
    padding-top: 10px;
    position: relative;
  }
  
footer ul li{
  border-right: none;
}
footer ul li a{
  display: block;
  padding: 5px;
}
footer p.phone{
  padding-top: 5px;
}
footer p.phone a, footer p.address a{
  color: #1a1300;
  text-decoration: none;
}
footer p.phone, footer p.address{
  display: block;
  margin: 4px 5px;
}
footer p.copyright{
  float: none;
  clear: both;
  margin: 0 0 0 5px;
  padding-top: 10px;
}
.locations-search div {
  margin-right: 73px !important;
}

.content .wp-caption{
  min-height: 200px;
}

article.location{
  height: 90px !important;
}

.stamp{
  width: 75px;
}

nav#main.wide{
  width: 90%;
}

nav#main .sub-menu {
  position: absolute;
  top: 11px;
  margin: 0 0 0 107px;
  display: none;
  width: 170px;
  -moz-column-count: 2;
  -moz-column-gap: 2px;
  -webkit-column-count: 2;
  -webkit-column-gap: 2px;
  column-count: 2;
  column-gap: 2px;
}

nav#main .sub-menu li{
  margin-bottom: 1px;
}

nav#main .sub-menu  li a{
  font-size: 11px;
  height: auto;
  vertical-align: middle;
  display: table-cell;
}

#page.wide img, #page.wide .content img{
  width: 100%;
  height: auto;
}

}
/*--- End Mobile Styles ---*/

/*--- Slider Styles ---*/  
  .coda-slider-wrapper .coda-slider {
    max-width: 560px;
  }
    
    .coda-slider-wrapper .coda-slider .panel {
      width: 560px;
    }

  .coda-slider-wrapper .coda-nav-left-arrow:active, .coda-slider-wrapper .coda-nav-right-arrow:active {
    margin-top: 55px; 
  }
  
  .coda-slider-wrapper .loading {
    height: 100%;
    padding: 20px;
    text-align: center; 
  }

.arrows .coda-slider {
  margin: 0 10px; 
}

.coda-slider-wrapper {
  clear: both;
  overflow: auto; 
}
  
  .coda-slider-wrapper .coda-slider {
    float: left;
    overflow: hidden;
    position: relative; 
  }
    
    .coda-slider-wrapper .coda-slider .panel-container {
      position: relative; 
    }
      
      .coda-slider-wrapper .coda-slider .panel-container .panel {
        display: block;
        float: left; 
      }
  
  .coda-slider-wrapper .coda-nav {
  }
    
    .coda-slider-wrapper .coda-nav ul {
      clear: both;
      display: block;
      margin: auto;
      overflow: hidden; 
    }
      
      .coda-slider-wrapper .coda-nav ul li {
        display: inline; 
      }
        
        .coda-slider-wrapper .coda-nav ul li a {
          display: block;
          float: left;
          text-decoration: none; 
        }
  
  .coda-slider-wrapper .coda-nav-left-arrow, .coda-slider-wrapper .coda-nav-right-arrow {
    cursor: pointer;
    float: left;
  }
    
    .coda-slider-wrapper .coda-nav-left-arrow a, .coda-slider-wrapper .coda-nav-right-arrow a {
      display: block; 
    }
  
    
    .coda-slider-wrapper .coda-nav-left a, .coda-slider-wrapper .coda-nav-right a {
      display: block;
      text-align: center;
      text-decoration: none; 
      color: #aa812b;
      padding: 10px 0;
    }
    .coda-slider-wrapper .coda-nav-left a:hover, .coda-slider-wrapper .coda-nav-right a:hover{
      text-decoration: underline !important;
    }
  
  .coda-slider-wrapper .coda-nav-left, .coda-slider-wrapper .coda-nav-left-arrow {
    clear: both; 
  }
  
/***************************/
/* Stockists Layout        */
/***************************/
#page .content ul.prettyListItems{
	max-width: 100%;
	font-family: 'Dosis', sans-serif;
}
#page .content ul.prettyListItems a{
	text-decoration: none !important;
}
#page .content ul.prettyListItems li:hover{
	opacity: .6;
}
#page .content .prettyMapList ul li{
	margin: 0;
	list-style: none;
}
.prettyMapList .map::after{
	background: none !important;
}

a.viewLocationDetail span.title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

/*-- Filters --*/
.prettyMapList .prettyFileBar .prettyFileFilters, .prettyMapList .prettyFileBar .prettyFileSorting{
	display: block !important;
	top: 0 !important;
	width: auto !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background-color: none !important;
	border: none !important;
	border-radius: none !important;
	font-size: 11px;
	line-height: 1.2em;
	right: none !important;
	float: right !important;
	position: relative !important;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	margin-top: 25px !important;
}
.prettyMapList .mapHolder{
	margin-bottom: 0 !important;
}
.prettyMapList .prettyFileBar .prettyFileFilters ul li, .prettyMapList .prettyFileBar .prettyFileSorting ul li{
	float: left;
}
.prettyMapList .prettyFileBar .prettyFileFilters li a{
	background: none !important;
	text-decoration: none !important;
}
a.showFilterBtn{
	display: none !important;
}
.prettyMapList .prettylink{
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; 
  padding: 10px !important;
	border-bottom: 1px solid #e3d5ba;
}