/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.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 screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}










/* Main Code */

body, p, a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px
}

html, body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  }

header {
    height: 85px;
    padding: 15px 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
        z-index: 100;

}

header.fixed {
    background: rgba(255, 255, 255, 0.90);
      position: fixed;
  z-index: 100;
}

.hero {
    width: 100%;
   height: 445px;
    min-height: 380px;
    position: relative; 
}


.hero .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    z-index: 999;
    text-align: center;
}

.hero .container  {
    width: 40%;
    padding: 8% 0 0 0;
    color: white;
    margin: 0 auto;
}

.hero .container .content {
  padding: 20px;
}

.hero .container .content h1 {
    font-family: 'Lora', serif;
    font-size: 35px;
    letter-spacing: 3px;
    text-transform: uppercase;
      color: #fff;

}

.hero .container .content span {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
    color: #fff;

}

.hero .skippr-nav-container {
  display: none;
}


section#terrorites-home-start , #terrorites-home-end {
    padding: 50px 0;
}



#terrorites-home-start h2 a, #terrorites-home-start h2, #terrorites-home-end h2 a , #terrorites-home-end h2  {
  color: #212121;
  font-family: 'Lora', serif;
}




#logo {
    float: left;
    text-decoration: none;
    color: #2a2a2a;
    font-family: 'Droid Serif', serif;
    font-size: 21px;
    padding-top: 12px;
    font-style: italic;
    font-weight: 600;
}

#nav {
    float: right;
    margin-top: 18px;
}

#nav ul {
    margin: 0;
}

#nav ul li {
    display: inline-block;
    list-style: none;
    position: relative;
    height: 52px;
}

#nav ul li a {
    color: #2a2a2a;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 15px;
    letter-spacing: 1px;
}

#nav ul li a:hover {
  color: #CC0A20;
}

.sub-menu {
    display: none;
    width: 300px;
    position: absolute;
    background-color: white;
    top: 50px;
    left: 0px;
    z-index: 99;
    padding: 5px 0 8px 0;
    margin: 0;
}

#nav ul li .sub-menu li {
    display: block!important;
    height: 20px;
}


#nav ul li .sub-menu li a: {
    color: #5D5D5D;
}

#nav ul li:hover .sub-menu {
    display: block;
}

#toggle {
    width: 25px;
    height: 25px;
    z-index: 999;
    margin-top: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 35px;
    right: 40px;
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    display: none;
}

 #toggle .patty {
  width: 24px;
  height: 2px;
  /* margin: 10px 0; */
  background:#000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

 #toggle .patty:after, #toggle .patty:before {
  content:'';
  display:block;
  width:24px;
  height:2px;
  background:#000;
  position:absolute;
  z-index:-1;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
}

 #toggle .patty:before {
  top:-8px;
}

 #toggle .patty:after {
  top:8px;
}

 #toggle:hover {
  -webkit-transition:top .4s;
  -moz-transition:top .4s;
  -o-transition:top .4s;
  transition:top .4s;
}

#toggle.open .patty:after {
  top:0!important;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

#toggle.open .patty:before {
  top:0!important;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

#toggle.open .patty {
  background: none;
}

#mobile-menu {
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.97);
  display: none;
  padding-top: 72px;
  position: fixed;
  z-index: 9;
}


#mobile-menu ul {
    margin: 0;
}

#mobile-menu ul li {
    padding: 20px 0;
    list-style: none;
}

#mobile-menu ul li a {
    color: #000;
    text-decoration: none;
}

#mobile-menu ul li a:hover {
  color: #CC0A20;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

#home-intro {
    text-align: center;
    padding: 150px 0;
}

#home-intro h2 {
    font-family: 'Lora', serif;
    font-size: 35px;
    text-transform: uppercase;
}


.centered {
  text-align: center;
}

#banner {
    width: 100%;
   
    display: table;
    margin-bottom: 150px;
    background-size: cover;
    background-attachment: fixed;
        max-height: 270px!important;
    height: 270px!important;
}

#banner .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#banner .content h1 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

#banner .content span {
    width: 500px;
    display: inline-block;
}

#banner .content h1, #banner .content span {
    color: #fff;
}

#banner .content h1, .island h2 {
    font-family: 'Lora', serif;
}


#island-grid {
    text-align: center;
}

.island {
    text-align: center;
    display: inline-block;
    margin-right: 100px;
    margin-bottom: 30px;
    width: 300px;
}

.island:nth-of-type(3n+3), .island:last-of-type {
    margin-right: 0;
}

.island img {
    border-radius: 100%;
    width: 250px;
}

.island a {
    text-decoration: none;
    color: #2a2a2a;
}

.island a {
  text-decoration: underline;
}

.bottom {
  line-height: 50px;
}


.island h2 {
    display: block;
    text-transform: uppercase;
    font-size: 23px;
}

.island .bottom a {
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}

.island hr {
    width: 50px;
    margin: 0 auto;
}


#terrories-home {
    position: relative;
    overflow: hidden;
    opacity: 1;
    margin-top: 10px;
}

#terrories-home:before {
    display: table;
    line-height: 0;
    content: "";
}

.terrority {
    width: 24.7%;
    float: left;
    list-style: none;
    margin: 2px 2px 2px 2px;
}

.terrority img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
}

.terrority:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.distribution-map  .inner-content {
    padding: 0;
    margin-bottom: 0;
}

.distribution-map  .inner-content h2 {
  font-size: 38px;
  color: #fff;
}

.distribution-map  .inner-content p {
  text-decoration: underline!important;
    color: #fff;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    color: #000!important;
    padding: 10px 40px;
    text-decoration: none!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;

}

.hoverlay {
    display: block;
    overflow: hidden;
    position: relative; 
}

.hoverlay:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.27);
    opacity: 1;
    filter: alpha(opacity=0);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
    text-decoration: none;
}

.overlay:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.overlay-content {
    position: relative;
    vertical-align: middle;
    width: 95%;
    height: 100%;
    text-align: center;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 1;
    filter: alpha(opacity=0);
    color: #fff;
    padding: 30px;
    font-size: 90%;
    line-height: 1.80;
    overflow: hidden;
    display: table;
      -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.overlay-content h4 {
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
    color: #fff;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    letter-spacing: 1px;
    width: auto;
    margin: 0 auto;
    line-height: 30px;
}

.overlay-content h4 a, .overlay-content h5 a {
    color:#fff;
    font-weight: 300;
    letter-spacing: 2px;
}

.overlay-content h5 {
    font-family: inherit;
    line-height: 1;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    -webkit-font-smoothing: antialiased!important;
    position: relative;
    color: #fff!important;
    margin-top: 10px;
    padding-top: 12px;
    position: relative;
    font-family: Dosis, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    line-height: 25px;
}

.overlay-content h5:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 0;
    width: 40px;
    margin-left: -20px;
    background-color: #eee;
    height: 2px;
}

.overlay-content .info {
    background-color: transparent;
    height: auto;
    width: 100%;
    padding: 20px!important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay-content .info  a {
    text-decoration: none;
}


.featherlight-content {
    width: 500px;
    height: 360px;
    margin: 0 auto;
}



a.go-to {
background: #fff;
    padding: 5px 10px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-size: 9px;
}

.terrority:hover .overlay-content h5 {
    display: block;
}

.terrority:hover .overlay-content .go-to {
    display: inline-block;
}

#store-home-ctas {
    text-align: center;
    padding: 70px 0;

  padding: 40px 0 100px 0;
    background: #F9F9F9;

}

#store-home-ctas .container {
        width: 1000px;
        margin: 0 auto;
}

#store-home-ctas h2 {
    font-size: 30px;
    font-family: 'Lora', serif;
    text-transform: capitalize;
}

#store-home-ctas .product {
    width: 25%;
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
}

#store-home-ctas .product .left {
    float: left;
    width: 100%;
}

#store-home-ctas .product .right {
    float: right;
    width: 55%;
    text-align: left;
    padding-left:30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 379px
}

#store-home-ctas .product  h3, .woocommerce ul.products li.product h3 {
    font-family: 'Lora', serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 4.5% 1.992em 0;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

 .woocommerce ul.products li.product h3 {
    font-size: 15px;
 }

 .woocommerce a.remove, .woocommerce a.remove:hover {
  color: #CC5252!important;
 }

#store-home-ctas .product a {
  color: #000;
  text-decoration: none;
}

#store-home-ctas .product a:hover {
     color: #CC0A20; 
}

.product_list_widget a:nth-of-type(2n){
      font-size: 12px;
    color: #000;
    font-weight: 400;
}


#store-home-ctas .product img {
  width: 100%;
}

#store-home-ctas .product img:hover {
  opacity: .9
}
#store-home-ctas .product h3 {
  height: 60px;
}

#store-home-ctas .product  .button {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Lora', serif;
    border: 2px solid #000;
    padding: 12px 30px;
    font-weight: 700;
    background: white;

        margin: 0;
    line-height: 1;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
margin-top: 30px;
    display: inline-block;

}

#store-home-ctas .product  .button:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

#island-header {
    width: 100%;
    display: table;
    margin-bottom: 50px;
    overflow: hidden;
    left: 0;
    max-height: 270px!important;
    height: 270px!important;
    background-size: cover!important;
}

#island-header .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
  position: relative;
}

#island-header .content h1 {
    font-family: 'Lora', serif;
    text-transform: uppercase;

}

#island-header .content h1, #island-header .content span {
  color: #fff;
}


.skdslider a.prev,.skdslider a.next {
  z-index: 99;
}

.skdslider ul.slide-navs {
  display: none;
}

.play-control {
  display: none!important;
}

#island-single .content h2:first-of-type {
  margin-top:0;
}

#island-single #sidebar {
  width: 20%;
  float: left;
  margin-right: 40px;
  margin-bottom: 50px;
}

#shop-cta-side {
    padding: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('../../../uploads/2016/03/shop-cta.jpg');
    height: 180px;
    width: 100%;
    display: block;
        outline: solid white 3px;
    outline-offset: -10px;
    background-size: cover;

}

#shop-cta-side:hover {
  background: #221221;
}

#shop-cta-side h2 {
    margin-top: 0;
    color: white;
    font-family: 'Lora', serif;
    padding: 10px;
    text-align: center;


    font-weight: 600;
    letter-spacing: 3px;
    top: 55px;
    position: relative;
    font-size: 20px;
}

#shop-cta-side.back h2 {
  top: 51px;
}

#sidebar-terrority-links h2 {
  font-family: 'Lora', serif;
  font-size: 19px;
  margin-bottom: 15px;
}

.content h2, .woocommerce div.product .product_title, div#tab-description h2 {
      font-family: 'Lora', serif;
      margin-bottom: 5px;
      font-size: 25px;
  }

  .content p:first-of-type {
    margin-top: 0;
  }

#sidebar-terrority-links h4 {
      font-family: 'Lora', serif;
      margin-bottom: 0px;
}

#sidebar-terrority-links ul {
  margin-top: 10px;
  display: block!important;
  position: relative;
  top: 0;
  background: none;
  margin: 0;
  padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}

#sidebar-terrority-links ul:first-of-type li {
    list-style: none;

  }

#sidebar-terrority-links ul:first-of-type li a {
    font-family: 'Lora', serif;
    margin-bottom: 0px;
    font-size: 15px;
        font-weight: 600;
    letter-spacing: 1px;
    cursor: default;
}

#sidebar-terrority-links ul li ul li {
  margin-left: 30px;
  list-style: circle!important;
}

#sidebar-terrority-links ul li ul li a {
  font-weight: 100!important;
  font-family: 'Roboto', serif!important;
  font-size: 12px!important;
}


#sidebar-terrority-links ul li a {
  font-size: 14px;
  color: #000;
}

#sidebar-terrority-links ul li ul li a:hover, #sidebar-terrority-links .sub-menu li a:hover, .woocommerce ul.products li.product h3:hover {
      color: #CC0A20;
}

#island-single .content {
  width: 75%;
  float: right;
}

#island-single .content a {
  text-decoration: none;
  font-weight: bold;
  color:#000;
}
#island-single .content a:hover {

  color: #CC0A20;
}

#related-islands {
    margin-top: 80px;
}

#related-islands h2 {
    text-align: center;
    font-family: 'Lora', serif;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}


#video {
  margin-bottom: 50px;
}






#map-container {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  padding: 0 100px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.centered-d {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.centered-y {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

..centered-y h2 {
  color: #fff;
}

.featherlight .featherlight-content {
  padding: 10px 10px 0!important;
    border-bottom: 9px solid transparent!important;
}

.distribution-map {
  position: relative;
  width: 100%;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.distribution-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  top:20px;
}
.distribution-map .map-point {
  cursor: pointer;
  background: #A01010!important;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
          transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    border: 1px solid #002024;

    background-size: cover!important;
}

.distribution-map .map-point:hover {
  width: 22px;
  height: 22px;
}


.distribution-map .map-point .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
 
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  overflow: overlay;
  display: none;
  position: relative;
}

 .distribution-map .map-point .close {
    background: url('../img/close.png') no-repeat;
    position: absolute;
    display: none;
    top: 12px;
    width: 20px;
    height: 20px;
    right: 20px;
    background-size: cover;
    z-index: 9999;

}

 .distribution-map .map-point.active .close {
  display: block!important;
 }

 .distribution-map .map-point.active {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 300px;
  height: 220px;
  text-align: center;
  color: #ffff9b;
  z-index: 1;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
      overflow: hidden;
}

 .distribution-map .map-point.active .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s, 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  overflow: hidden;
    background-color: rgba(0, 0, 0, 0.24);
     -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  display: block;

}


.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #004e57;
}


.click-more-map  {
    color: #000;
    margin: 0;
    padding: 9px 0;
}

.distribution-map .inner-content {
  height: 100%;
    width: 100%;
    position: relative;
    display: none;
}

.featherlight-content .inner-content {
  display: block;
}




a.click-more-map {
    background: white;
    color: #000;
    padding: 10px 2px;
    display: block;
    width: 170px;
    margin: 20px auto 0 auto;
    text-transform: uppercase;
}

.related.products h2 {
    font-family: 'Lora', serif;

}


.woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product {
    width: 30%;
}



#map-container {
  padding: 0 0 40px 0;
}


#map-home {
  background: url('http://www.britainstreasureislands.com/wp-content/themes/britainstreasureislands/img/homepage-map.jpg');
  

  width: 945px;
    position: relative;
    background-repeat: no-repeat;
    text-align: center;
    margin: 45px auto;
    background-size: cover;
    height: 652px;
}

.woocommerce ul.products li.product h3 {
    padding: 0;
    color: #000;
}

.products h2 {
    margin-top: 0;
        font-family: 'Lora', serif;
}


.overlay-pinpoint {
  /* position: absolute;
  background-color: rgba(50,50,51,.5);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transition: all 200ms ease-out;
  backface-visibility: hidden;
  background-image: url(http://www.britainstreasureislands.com/wp-content/themes/britainstreasureislands/css/img/vignettes/vignette_play.png);
  background-repeat:no-repeat;
  background-position:50% 45%;
  opacity:0; */

  position: absolute;
  background-color: rgba(50,50,51,.5);
  width: 52px;
  height: 52px;
  border-radius: 100%;
  transition: all 200ms ease-out;
  backface-visibility: hidden;
  background-image: url(http://www.britainstreasureislands.com/wp-content/themes/britainstreasureislands/img/worldmap-content/vignette_play.png);
  background-repeat:no-repeat;
  background-position:60% 50%;
  opacity:0;
}

.overlay-pinpoint:hover {
opacity:1;
}

.caption {
  display: none;
}

.caption-container {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 60, 0.5);
  -moz-box-shadow:    0px 0px 10px 0px rgba(51, 51, 60, 0.5);
  box-shadow:         0px 0px 10px 0px rgba(51, 51, 60, 0.5);
  font-family: 'Oswald', sans-serif;
  width: 250px;
  z-index: 10;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fffdf4;
}

.caption-languette {
  background-color: #74cabd;
  height: 45px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom:thick dotted #fffdf4;
  border-bottom-width: 1px;
  padding-top: 13px;
  padding-left:15px; 
  padding-right:12px;
}

.caption-languette-bottom {
transform: rotate(180.5deg);
-ms-transform: rotate(180.5deg);
-webkit-transform: rotate(180.5deg);
-webkit-box-shadow: 0px -5px 10px 0px rgba(51, 51, 60, 0.2);
-moz-box-shadow: 0px -5px 10px 0px rgba(51, 51, 60, 0.2);
box-shadow: 0px -5px 10px 0px rgba(51, 51, 60, 0.2);
filter:progid:DXImageTransform.Microsoft.Shadow(color=#55555c, Direction=360, Strength=10);
position: absolute;
width: 250px;
margin-top: 1px;
margin-left: -1px;
}

.caption-destination {
  font-size: 14px;
  color:#33333c;
  float: left;
}

.caption-destination img {
margin-right: 7px;
margin-left: 5px;
margin-top: -5px;
}

.caption-boardingpass {
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 300;
  float: right;
  color: #FFFFFF;
}

.caption-curator p {
  margin-left: 60px;
  color: #33333c;
  font-weight: lighter;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-top: 6px;
}

.caption-curator h2 {
  margin-left: 60px;
  margin-top: 0px !important;
  text-transform: uppercase;
}

.caption-curator-img {
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
  display: block;
  border-radius: 50%;
  margin: auto;
  position: relative;

}

.caption-curator img {
  max-width: 100%;
}


.caption-right {
position: absolute;
left: 40px;
bottom: -235px;
}

.caption-left {
  position: absolute;
  right: 45px;
  bottom: -215px;
}



.caption h2 {
  font-size: 30px;
  margin-top: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 800;
    text-transform: uppercase;

}


.caption h3 {
  font-size: 14px;
  color: #000;
  font-family: 'Droid Serif', serif;
  font-weight: lighter;
  margin-top: 10px;
  color: #000;
  letter-spacing: 0px;
}

.caption h1 {
  font-size: 24px;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}



.caption-numbers {
  font-size: 10px;
  color: #33333c;
  position: absolute;
  bottom: 15px;
}

.caption-operatedby {
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 2px;
  color :#74cabd;
  width: 100px;
  position: absolute;
  bottom: 17px;
  right: 15px;
  text-align: right;
}

.caption-illustration {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.caption-illustration img {
  width: 250px;
   height: 130px;

}

.caption-inner {
padding: 0 10px 10px 10px;
}

.caption-inner-bottom {
    border-top: none;
    text-align: left;
    background-color: transparent;
    padding-top:10px;
    padding-right:55px;
    padding-bottom:10px;
    padding-left:10px;
}

.caption-inner-bottom p {
  font-size: 10px;
  color: #000;
}


.falkland-islands {
   position: absolute!important;
  left: 324px;
    top: 475px;
}

.south-georgia {
   position: absolute!important;
    left: 390px;
    top: 490px;
}

.british-antarctic-territory {
  position: absolute!important;
left: 360px;
    top: 570px;
}

.british-indian-ocean-territory {
  position: absolute!important;
    left: 661px;
    top: 342px;
}

.pitcairn-islands {
  position: absolute!important;
    left: 150px;
    top: 394px;
}

.akrotiri-and-dhekelia {
  position: absolute!important;
left: 558px;
    top: 234px;
}

.gibraltar {
  position: absolute!important;
     left: 462px;
    top: 232px;
}

.turks-and-caicos-islands {
  position: absolute!important;
    left: 291px;
    top: 272px;
}


.montserrat  {
  position: absolute!important;
left: 320px;
    top: 289px;
}


.cayman-islands {
  position: absolute!important;
    left: 271px;
    top: 278px;
}



.anguilla  {
  position: absolute!important;
    left: 323px;
    top: 276px;
  }


.ascension {
  position: absolute!important;
    left: 440px;
    top: 352px;
}


.saint-helena  {
  position: absolute!important;
    left: 461px;
    top: 370px;
}


.tristan-da-cunhas {
  position: absolute!important;
    left: 449px;
    top: 432px;
}

.british-virgin-islands {
  position: absolute!important;
left: 309px;
    top: 277px;
}


.bermuda {
  position: absolute!important;
    left: 310px;
    top: 240px;
  }

#page-content, #page-content .container {
  width: 920px;
  margin: 0 auto;
}

.page #banner {
  margin-bottom: 40px;
}

.woocommerce #banner, .page #banner {
  margin-bottom: 80px;
}

.page-template-page-terrority-archive #banner {
  margin: 0!important;
}

.page-template-page-terrority-archive #terrories-home {
  margin-top: 1px;
}

.woocommerce-breadcrumb, .woocommerce-result-count, .woocommerce-ordering {
  display: none;
}
 

.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order {

text-transform: uppercase;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 10px;
    font-family: 'Lora', serif;
    border: 2px solid #000;
    padding: 12px 30px;
    font-weight: 700;
    background: white;
}


.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #000;
}


#store-home-ctas {

}

#store-home-ctas .product .button:hover {
 background: #000;
 color: #fff;
}

.woocommerce-checkout #payment div.payment_box:after {
  top: 0;
}

.woocommerce-checkout #payment {
  background: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 7px;
}

.woocommerce ul.products li.product .price {
  color: #000;
} 

.widget-title {
    font-family: 'Lora', serif;
    font-size: 14px;
    letter-spacing: 1px;
}

.widget_product_categories .widget-title, .widget_shopping_cart .widget-title {
  color: #000;
}


.widget_shopping_cart li.empty {
    color: #D8D8D8;
}

.widget_shopping_cart .wp-post-image {
  display: none;
}

.widget h1 {
  font-family: 'Lora', serif;
    font-size: 19px;
    margin-bottom: 15px;
}

.cat-item  a {
  color: #000;
  text-decoration: none;
}

.wc-forward, .wc-cart {
    background: #000!important;
    color: #fff!important;
    border-radius: 0!important;
    font-weight: 400!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 7px!important;
    width: auto;
    font-size: 9px!important;
    padding: 10px 10px 10px 10px!important;
}

.woocommerce ul.products li.product .button:hover, .woocommerce div.product form.cart .button:hover {
  background: #000;
  color: #fff;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #696968;
    font-size: 1.25em;
}

.woocommerce .quantity .qty {
    width: 51px;
    text-align: center;
    height: 46px;
    border: 2px solid black;
    padding-left: 12px;
}

.description_tab a, .description_tab:after, .single-product .tabs {
  display: none!important;
}

.td.product-name a {
  color: #000!important;
  text-decoration: none;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
   text-transform: uppercase;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Lora', serif;
    border: 2px solid #000;
    padding: 12px 50px;
    font-weight: 700;
    background: white;
}

.woocommerce .cart .button, .woocommerce .cart input.button:hover {
  background: #000;
  color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 7px 8px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1.5;
}

/*iframe {
  height: auto;
}*/

footer {
  background: rgb(57, 57, 57);
  background: rgb(39, 39, 39);
  padding: 20px;
  text-align: left;
}

footer a:hover {
color: #CC0A20;
}

#copyright {
      color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: right;
    margin-right: 45px;
}


#copyright p, #copyright a {
      font-size: 9px;
}

#yes-credit {
    width: 100%;
    text-align: right;
}

#yes-credit p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

#yes-credit img {
    width: 110px;
}

#copyright a {
      color: #F1F1F1;
}

.post-type-archive-product #container, .single-product #container, .tax-product_cat #container {
  width: 1140px;
  margin: 0 auto;
}

.woocommerce div.product div.images img {
  width: 340px;
}


#terrority-gallery {
 margin-bottom: 50px; 
}

#terrority-gallery h2 {
  margin-bottom: 10px;
}

.images {
  padding-bottom: 15px;
}


.woocommerce .woocommerce-message {
    border-top-color: #8CD467;
}

.archive #secondary  {
    width: 100%;
    float: left;
    margin-right: 40px;
}

.products {
    width: 75%;
    display: inline-block;
}

.columns-4 .products {
  width: 100%!important;
}


ul.products li.product, .woocommerce-page ul.products li.product {
    width: 28%;
}


.post-type-archive-product #container {
  widows: 1140px;
}

a {
  color: #616161;
    text-decoration: none;
}


.cart_totals  h2 {
      font-family: 'Lora', serif;
}

.cart_totals th {
      margin-right: 10px;
    display: block;
}

.cart  .quantity .qty {
    width: 36px;
    text-align: center;
    height: 35px;
    border: 2px solid black;
    padding-left: 12px;
}

.woocommerce div.product form.cart .variations select {
      border: 2px solid #000;
    padding: 10px;
    margin-bottom: 10px;
    width: 190px;
    display: block;
}

.woocommerce-tabs { 
    padding: 1px 25px;
    background:  #F9F9F9;
    margin-bottom: 30px;
 }

a.reset_variations {
    margin-left: 20px;
    display: block;
}

.span4 {
    width: 22%;
    display: inline-block;
    text-align: left;
}

.span4:first-of-type {
  width: 30%;
}

.span4:first-of-type a {
      color: #CECECE;
    font-size: 14px;
    margin-top: 9px;
    display: block;
}
.span4:first-of-type a:hover,#terrorites-home-end h2:hover, #logo:hover {
    color: #CC0A20;
}

.span4:first-of-type img {
      width: 290px;
}

footer .container {
  width: 90%;
}

.widget-container li a {
    color: #DEDEDE;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-size: 13px;
}

.widget-container li a:hover {
    color: #CC0A20;

}

.widget-container li {
  list-style: none;
}

.widget-container ul {
  margin: 0;
  padding:0;
}

.widget-title {
  color: #000;

}

footer .widget-title {
  color: #fff;
}

.tp-revslider-mainul {
  margin: 0!important;
  padding: 0!important;
}

.caption {
  color: #000;

        display: block;
    text-align: center;
    font-size: 21px;
    margin-top: 12px!important;

}
.skdslider {
  overflow: inherit!important;
}

div#terrority-mini-map {
  margin-bottom: 30px;
}

#terrority-mini-map h2 {
  margin-bottom:30px;
}

#terrority-mini-map img {
  width: 100%;
}

#video h2 {
  margin: 30px 0!important;
}

#video iframe {
  width: 100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 65%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 32%;
}

.product_meta {
  display: none;
}

.terrority-archive-content {
  padding: 30px 0 12px 0;
  text-align: center;
}

a:hover {
  color: #CC0A20;
}


.sky-form {
    box-shadow: none!important; 
  }

  .mc4wp-form-fields input {
    border-color: #252525!important;
    color: #000!important;
    padding: 8px 7px;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  #mc4wp-form-1 {
    padding: 0 20px 30px 20px;
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#text-3 {
    border: 4px #000 solid;
    text-align: center;
}

#text-3 p {
  color: #000;
}

#text-3 .widget-title h1{
  color:#000!important;
}

.chimpy-lite-reset.chimpy_lite_widget_content {
    margin-top: 25px;
}

.sky-form footer {
    border-top: none!important;
    background: #fff!important;
    text-align: center!important;
}

 .mc4wp-form-fields input[type="submit"] {
    float: none!important;
    background: #000!important;
    margin: 0 auto!important;
    color: #fff!important;
}

 .mc4wp-form-fields input[type="submit"]:hover {
  background: #CC0A20!important;
  color: #fff!important;
  border-color: #CC0A20!important;

}

.sky-form .description {
    color: #333;
    text-align: center;
}


.sky-form header {
    display: block;

    padding: 10px 1px!important;
    border-bottom: none!important;
    background: none!important;
    height: 0!important;
        font-family: 'Lora', serif;
    text-align: center;
    color: #232323;
    font-weight: 400!important;
    letter-spacing: 0.5px;
    word-wrap: initial;
        font-size: 15px!important;
    padding: 16px 0 8px 0!important;
}

.sky-form header.fixed {
  position: relative!important;
}

.woocommerce-cart #sidebar {
  display: none;
}

.woocommerce-cart .woocommerce {
  text-align: center;
}

.woocommerce-cart #island-single .content {
  width: 80%!important;
  margin: 0 auto;
  float: none;
}

.woocommerce-checkout #island-single .content {
    width: 100%;
    float: none;
}

.woocommerce-checkout #sidebar {
  display: none;
}

@media only screen and (max-width: 1400px) {
    .terrority {
    width: 24.7%;
  }

   .container, #store-home-ctas .container {
     width: 90%;
    }

    .woocommerce .related .products {
    width: 100%;
}

.woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product {
    width: 32%;
        float: none;
    display: inline-block;
    vertical-align: top;
}
}

@media only screen and (max-width: 1200px) {

header {
  padding: 15px 20px;
}
    #logo {
      font-size: 15px;
      padding-top: 7px;
    }

    #nav ul li a {
      margin: 0 5px;
    }

    .container, #store-home-ctas .container {
     width: 90%;
    }
.overlay-content h4 {
    width: auto;
}

.terrority:hover .overlay-content h5 {
  display: none;
}

.island {
    width: 220px;
    margin: 10px;
}

.island img {
  width: 180px;
}

.island h2 {

  font-size: 15px;
}


.island:nth-of-type(3n+3), .island:last-of-type {
    margin: 10px;
}

header {
    height: 60px;
    }

#toggle {
    top: 22px;
    right: 30px;
  }

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    padding: 30px;
}

}

@media only screen and (max-width: 1000px) {
 

.terrority {
    width: 32.85%;
}

#nav {
    display: none;
}
#toggle {
    display: block;
}

header {
   background: rgba(255, 255, 255, 0.46);
}


#store-home-ctas h2 {
    text-align: center;
    margin-bottom: 50px;
}

#store-home-ctas .product {
  margin: 50px 30px;
  height: auto;
}

#banner .content span {
  width: 80%; 
  }

.post-type-archive-product #container, .single-product #container, .tax-product_cat #container, #page-content .container, #page-content {
    width: 100%;
  }
.span4:first-of-type {
    width: 30%;
    margin-right: 30px;
}
.span4:first-of-type img {
    width: 100%;
    padding-right: 10px;
}


.span4 {
    width: 17%;
    display: inline-block;
    text-align: left;
}

footer {
    padding: 20px 0 5px 0;
    text-align: center;
}

footer .container {
    width: 100%;
}


.distribution-map {
  display: none;
}

}

@media only screen and (max-width: 900px) {

  .terrority {
    width: 49.4%;
  }



.post-type-archive-product div#content {
  padding: 20px;
}



.post-type-archive-product ul.products li.product, .post-type-archive-product .woocommerce-page ul.products li.product {
    width: 42%;
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
}


.post-type-archive-product .woocommerce .products ul, .post-type-archive-product .woocommerce ul.products {
    text-align: center!important;
    width: 100%!important;
}
}

@media only screen and (max-width: 794px){
  .products {
    width: 100%;
  }

  .archive #secondary {
    width: 40%;
    float: none;
    margin-right: 0;
    margin: 0 auto;
}


.single-product div.summary {
  width: 100%!important;
}

.single-product div.product div.images {
  margin: 0 auto!important;
}


.woocommerce-page div.product div.images {
    width: 50%!important;
    margin-bottom: 20px!important;
}

.single-product #banner {
    margin-bottom: 10px;
}

.woocommerce-cart #island-single .content {
    width: 75%;
    float: none;
    text-align: center;
    margin: 0 auto;
}


}

@media only screen and (max-width: 768px) {

.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
}


  .archive #secondary {
    width: 100%!important;
  }

 .products {
      margin: 0 auto;
    display: block;
 }

 .woocommerce ul.products {
    margin: 0 auto; 
  }

ul.products li.product, .woocommerce-page ul.products li.product {
width: 45%;
    display: inline-block;
    margin-bottom: 40px;
    float: none;
    margin: 13px;
}

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
  float: none;
}

  #banner, #island-header {
  margin-bottom: 65px;
  background-repeat: no-repeat;
  background-size: cover;
}

.archive #secondary {
    width: 90%;
    /* float: left; */
    margin: 20px auto;
    text-align: center;
}

li.cat-item {
    display: inline-block;
    padding: 0 10px;
}

.product-categories {
  margin: 0;
  padding: 0;
}

#island-single .content, #island-single #sidebar { 
  width: 100%!important;
}

.span4:first-of-type {
    width: 20%;
} 

.span4:first-of-type img {
    width: 100%;
}

.span4:first-of-type {
    width: 30%;
    display: block;
    margin: 0 auto;
}

.span4 {
    width: 30%;
}



}



 @media only screen and (max-width: 700px) {
.terrority {
  width: 100%;
}

}

 @media only screen and (max-width: 678px) {

#store-home-ctas .product .left {
  width: 100%;
}

#store-home-ctas .product .right {
  float: left;
  width: 100%;
  text-align: center;
  height: auto;
  padding-left: 0;
  }

#store-home-ctas .product .right a {
    position: relative;
  bottom: -10px;
  left: 0;
}


.terrority {
    width: 100%;
}

#store-home-ctas .product {
  width: 80%;
}

.post-type-archive-product #container, .single-product #container, .tax-product_cat #container {
    width: 100%;
  }

  #store-home-ctas .product .left {
    width: 100%;
    float: none;
}

#store-home-ctas .product .right {
      float: none;
    margin: 0 auto;
    text-align: center;
}


#store-home-ctas .product .right .button {
    position: relative;
    width: 18%;
    display: block;
    bottom: 0;
    left: 30%;
}


#store-home-ctas .product {
    margin: 20px 30px;
    height: auto;
}


.woocommerce-page div.product div.images {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.single-post #content .product .images {
     width: 100%;
    text-align: center;
    margin: 0 auto;
}

.woocommerce .related .products {
    width: 100%;
    text-align: center;
}




.woocommerce-page .related ul.products li.product {
    width: 80%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 20px auto;
    text-align: center;
}


}


@media only screen and (max-width: 550px) {
 ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%;
  }

  .woocommerce ul.products li.product a img {
    width: 80%;
    height: auto;
      margin: 20px auto;
}

 }

@media only screen and (max-width: 500px) {
  footer img {
      width: 190px;
  }

  .hero .container {
  width: 80%; 
}

.hero .container .content span {
  font-size: 15px;
  }

  .hero .container .content h1 {
  font-size: 25px;
}


h1 {
    font-size: 1.4em;
  }

#store-home-ctas .product .right .button {
    position: static;
    width: 70px;
    display: block;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}


#store-home-ctas h2 {
    font-size: 20px;
    margin: 0;
  }

  .product .left img {
    width: 100%;
  }

.span4:first-of-type {
      width: 90%;
    text-align: center;
}

.terrority {
    width: 100%;
    margin: 2px 0;
}

#logo {
    font-size: 12px;
  }

}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}