/** Shopify CDN: Minification failed

Line 137:8 Expected ":"
Line 1205:12 Expected ":"
Line 1205:20 Expected ":"
Line 1215:12 Expected ":"
Line 1215:20 Expected ":"

**/
/* THEME v1 */


@font-face {
    font-family: 'Futura';
    src: url('futura-medium.woff2') format('woff2'),
        url('futura-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reason New';
    src: url('ReasonNew-Medium.woff2') format('woff2'),
        url('ReasonNew-Medium.woff') format('woff');
    font-weight: 500;    
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Reason New';
    src: url('ReasonNew-Regular.woff2') format('woff2'),
        url('ReasonNew-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('MonumentExtended-Regular.woff2') format('woff2'),
        url('MonumentExtended-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Temeraire';
    src: url('Temeraire.woff2') format('woff2'),
        url('Temeraire.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a {text-decoration: none}


html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}

body.fixed {
overflow: hidden;
}

#top {
  flex: 1 0 auto;
  width: 100%;
}
#footer {
  flex-shrink: 0;
  z-index: 2;
  background: white;
}

i, em {font-style: italic !important;}

#header {
  display: flex;
  width: 100%;
  background: white;
  padding: 20px;
  align-items: flex-end;
  border-bottom: 1px solid black;
  z-index: 999;
  position: fixed; 
  top: 0;
  left: 0;
  
}

#header #logo {
  width: 200px;
  height: auto;
    display: block;
  padding-bottom: 3px;
}

  
    #header #logo img{
  width: 100%;
height: auto;
    display: block;
    }

#header ul#menu {margin: 0 0 0 30px; padding: 0}

#header ul#menu li {
  display: inline;
  margin: 0 30px 0 0;
  padding: 0;
  font-family: 'Futura';
  font-weight: 500;
font-size: 16px; line-height: 16px;
  padding-bottom: 2px;
  border-bottom: 2px solid white;
  position: relative;
  cursor:pointer;
}

#header ul#menu li:last-of-class {
  margin: 0;
}

#header ul#menu li:hover {
  border-bottom: 2px solid black;
}

#submenu {
  position: absolute;
  bottom 0; left: 0;
  display: none;
  width: calc(100vw - 420px);
  width: unset;
  z-index: 2;


}


#header li:hover > #submenu {
  display: block;
}

#submenu-inner {
    border: 1px solid black;
 margin-top: 20px;
  padding: 20px;
  display: flex;
    background: white;


}

ul#submenu-menu {
  margin: 0 20px 0 0; padding: 0;
  width: 40%;
  width: 200px;
}

#header ul#menu li ul#submenu-menu li {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid black;
        font-family: 'Reason New';


}

#header ul#menu li ul#submenu-menu li:first-child {
padding-top: 0;
}

#submenu-image {
  border: 1px solid black;
/*  background: url(//platformlosangeles.com/cdn/shop/t/2/assets/womens.jpg?v=69945143557016668211601932134) no-repeat center center / cover;*/
  flex: 1;
  width: 300px;
  flex:unset;
}




form.search {
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

form.search input {
    font-family: 'Reason New';
font-size: 14px; line-height: 14px;  
  padding: 3px 6px ;
  border: 1px solid black;
  border-radius: 20px;
  color: dimgrey;
  background: white;
  width: 250px;
    outline: none !important;
}


form.search img {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

#cart-link { 
  font-family: 'Futura';
  font-weight: 500;
  font-size: 16px; line-height: 16px;
  padding-bottom: 2px;
  border-bottom: 2px solid white;
}

#cart-link:hover {border-bottom: 2px solid black;}

.cart-count {display: inline;}

.hamburger {display: none; }
#marquee {
  width: 100%;
  background: #DED8F3;
  border-bottom: 1px solid black;
  padding: 15px;
  overflow: auto;
pointer-events: none;

}


#footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid black;
  padding: 20px;
  width: 100%;
      font-size: 16px;
  line-height: 16px;
  font-family: 'Reason New';
  font-weight: 500;
}

#footer-inner p {
  color: black;
  padding-bottom: 7px;
  border-bottom: 1px solid black;
}

#footer-inner p:first-of-type {
  margin-bottom: 7px;
    border-bottom: 1px solid black;


}

#footer-right {
  display: flex;
  align-items: center;
}

#footer-right form {
  position: relative;
}

#footer-right input[type=email] {
 font-family: 'Reason New';
font-size: 14px; line-height: 14px;  
  padding: 3px 6px ;
  border: 1px solid black;
  border-radius: 20px;
  color: dimgrey;
  background: white;
  width: 200px;
    outline: none !important;
  margin-left: 10px;
  -webkit-appearance: none;
}

#footer-right input[type=submit] {
 font-family: 'Reason New';
font-size: 12px; line-height: 14px;  
  padding: 3px 0 ;
  border: 0;
  border-radius: 0px;
  color: black;
  background: white;
  width: auto;
    outline: none !important;
  margin-left: 5px;
  -webkit-appearance: none;
  font-weight: 500;
}

#mce-responses {
  position: absolute;
padding: 5px 0 0 10px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

#mce-responses a {
  display: none;
}



#mobile-menu {display: none;}


/*** HOME **/

main {margin-top: 92px; 
margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

main#home {max-width: unset;}

#marquee-inner {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  background: #DED8F3;
  font-family: 'Reason New';
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee-string {display: inline-block;}
.star {width: 15px; margin: 0 50px;}
  
#home-one {display: flex;justify-content: space-between; width: 100%;
flex-wrap: wrap;}
#home-one-left {
  width: calc(60% - 15px);
  border-right: 1px solid black;
    border-bottom: 1px solid black;
  height: 50vh;
  background: url(//platformlosangeles.com/cdn/shop/files/about_1000x.jpg?v=1610651108) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  margin-right: 15px;
  position: relative;
}

#home-one-left img {
  position: absolute;
  width: 33.33%;
  left: 40px;
  bottom:40px;
}


#home-one-right {
  width: calc(40%); 
  border-left: 1px solid black;
      border-bottom: 1px solid black;
    height: 50vh;
  background: url(//platformlosangeles.com/cdn/shop/files/A2A1691_1000x.jpg?v=1635187723) no-repeat center center;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;

}
  #home-one-right img {
  position: absolute;
  width: 80%;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
}


#home-two {display: flex;justify-content: space-between; width: 100%; margin: 15px 0;
flex-wrap: wrap;}
#home-two-left {
  width: calc(35% - 10px);
  border-top: 1px solid black;
  border-right: 1px solid black;
    border-bottom: 1px solid black;
  height: 50vh;
  background: #DAFFDA;
  position: relative;
}

#home-two-left img {
  position: absolute;
  width: 90%;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
}


#home-two-center {
  width: calc(40% - 10px);
  border: 1px solid black;
      border-bottom: 1px solid black;
    height: 50vh;
  background: url(//platformlosangeles.com/cdn/shop/files/womens_1000x.jpg?v=1610651126) no-repeat center center;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
  margin: 0 15px;

}
  #home-two-center img {
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: 20px;
    transform: translateX(-50%);
}



#home-two-right {
  width: calc(25% - 10px);
  border-left: 1px solid black;
      border-bottom: 1px solid black;
  border-top: 1px solid black;
    height: 50vh;
   background: #D8EEF0;
    position: relative;

}
  #home-two-right img {
  /*position: absolute;
  left: 20px;
  top:50%;
    transform: translateY(-50%);*/
      width: 50%;
    margin-bottom: 10px;
}

#visit-box-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
   font-family: 'Reason New';
  font-weight: 500;
font-size: 20px; line-height: 20px;  
}

#visit-box-text div {
  padding: 10px 0;
  border-bottom: 1px solid black;
}



#home-three {display: flex;justify-content: space-between; width: 100%;
flex-wrap: wrap;}
#home-three-left {
  width: calc(40%);
  border-right: 1px solid black;
    border-top: 1px solid black;
  height: 50vh;
  background: url(//platformlosangeles.com/cdn/shop/files/order-online_1000x.jpg?v=1610651118) no-repeat center center;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  position: relative;
}

#home-three-left img {
  position: absolute;
 width: 70%;
  left: 50%;
  top: 20px;
    transform: translateX(-50%);
}


#home-three-right {
  width: calc(60% - 15px); 
  border-left: 1px solid black;
      border-top: 1px solid black;
    height: 50vh;
  background: url(//platformlosangeles.com/cdn/shop/files/THEOPTIMIST_FEB-3020_1000x.jpg?v=1623900754) no-repeat center center;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
    margin-left: 15px;



}
  #home-three-right img {
  position: absolute;
  width: 33.33%;
  left: 40px;
  bottom:40px;
}


/*** ABOUT ***/

#about{min-height: calc(100vh - 92px - 76px); display: flex; flex-wrap: wrap; width: 100%;}
#about-left {
  width: 50%;
  border-right: 1px solid black;
padding: 40px;}
#about-image {
   background: url(//platformlosangeles.com/cdn/shop/t/2/assets/about-image.jpg?v=147972427973867609611601988832) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  width: 100%;
  height: 100%;
}
#about-right {width: 50%;
  padding:40px;   
  display: flex; flex-direction: column; 
  justify-content: space-between;
}
#about-right h2 { 
  font-family: 'Monument Extended';
  letter-spacing: .1em;
  font-size: 42px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;

}
#about-right p { 
  font-family: 'Reason New';
font-size: 36px;
    line-height: 50px;
  margin: 10px 0;
  padding: 0;
  font-size: 24px;
    line-height: 36px;

}
#about-right p a {border-bottom: 1px solid black;}
#contact-us {  margin: 10px 0;
  padding: 0;
    font-family: 'Reason New';
font-size: 24px;
    line-height: 1;
  font-weight: 500;
  width: 60%;
}
#contact-us h3{ font-family: 'Temeraire';
  font-size: 28px;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0;
}
#contact-us span {display: block; border-bottom: 1px solid black; padding: 10px 0;}
#contact-us a {border-bottom: 1px solid black; padding: 10px 0; display: block;}


/*** PARTNERS INDEX ***/

#partners {}
#eat {width: 100%; display: flex; min-height: 45vh; border-bottom: 1px solid black;
margin-bottom: 15px;}
#eat-left{
width:33.33%;
background:#D8EEF0;
position: relative;
}

#eat-left img {
    position: absolute;
  width: 50%;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
}
#eat-center{
 width:33.33%;
 background: url(//platformlosangeles.com/cdn/shop/t/2/assets/eat.jpg?v=37509051978759273191601991014) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  border-left: 1px solid black;
    border-right: 1px solid black;


}

#eat-right {width:33.33%;
padding: 20px;
    font-family: 'Reason New';
font-weight: 500;
  line-height: 1;
  font-size: 18px;
}

#eat-right a {
  padding: 5px 0;
  border-bottom: 1px solid black;
  display: block;
}

#shop {width: 100%; display: flex; min-height: 45vh;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
margin-bottom: 15px;
}

#shop-left{
width:33.33%;
background:#DAFFDA;
position: relative;
}

#shop-left img {
    position: absolute;
  width: 50%;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
}
#shop-center{
 width:33.33%;
 background: url(//platformlosangeles.com/cdn/shop/t/2/assets/shop.jpg?v=176865675053417771771601991026) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  border-left: 1px solid black;
    border-right: 1px solid black;


}


#shop-right {width:33.33%;
padding: 20px;
    font-family: 'Reason New';
font-weight: 500;
  line-height: 1;
  font-size: 18px;
}

#shop-right a {
  padding: 5px 0;
  border-bottom: 1px solid black;
  display: block;
}

#be-well {width: 100%; display: flex; min-height: 45vh; border-bottom: 1px solid black;
margin-bottom: 15px;
  border-top: 1px solid black;

}

#be-well-left{
width:33.33%;
background:#367A69;
position: relative;
}

#be-well-left img {
    position: absolute;
  width: 50%;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
}
#be-well-center{
 width:33.33%;
 background: url(//platformlosangeles.com/cdn/shop/t/2/assets/be-well.jpg?v=151908057214771270071601991008) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  border-left: 1px solid black;
    border-right: 1px solid black;


}

#be-well-right {width:33.33%;
padding: 20px;
    font-family: 'Reason New';
font-weight: 500;
  line-height: 1;
  font-size: 18px;
}

#be-well-right a {
  padding: 5px 0;
  border-bottom: 1px solid black;
  display: block;
}

#o-o {width: 100%; display: flex; min-height: 45vh;
  border-top: 1px solid black;

}

#o-o-left{
width:33.33%;
background:#FBE9FF;
position: relative;
}

#o-o-left img {
    position: absolute;
  width: 50%;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
}
#o-o-center{
 width:33.33%;
 background: url(//platformlosangeles.com/cdn/shop/t/2/assets/online-only.jpg?v=4496558438561101201601991020) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  border-left: 1px solid black;
    border-right: 1px solid black;


}

#o-o-right {width:33.33%;
padding: 20px;
    font-family: 'Reason New';
font-weight: 500;
  line-height: 1;
  font-size: 18px;
}

#o-o-right a {
  padding: 5px 0;
  border-bottom: 1px solid black;
  display: block;
}


/*** SINGLE PARTNER ***/

/*** ABOUT ***/

#partner{min-height: calc(100vh - 92px - 76px);
  display: flex;
  flex-wrap: wrap; width: 100%;
}

#partner-left {
  width: 50%;
  border-right: 1px solid black;
padding: 40px;
 display: flex; flex-direction: column; 
  justify-content: space-between;
justify-content: center;}


#partner-right {width: 50%;
  padding:40px 40px 60px 40px;  
  display: flex;
flex-direction: column;
justify-content: center;
 
}

#partner h2{
  font-family: 'Monument Extended';
  letter-spacing: .05em;
  font-size: 42px;
  line-height: 1;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}


#partner #details {
    font-family: 'Reason New';
font-weight: 500;
font-size: 18px;
line-height: 24px;
  margin: 0 0 20px 0;
}

#partner #details p {
margin:0;
  padding: 0;
}

#partner #description {
 font-family: 'Reason New';
font-size: 18px;
line-height: 27px;
color: dimgrey;
}

#partner #order-here {
margin: 30px 0 0 0;
border-bottom: 1px solid black;
      font-family: 'Temeraire';

font-size: 20px;
align-self: flex-start;
  padding-bottom: 2px;
}


.slick-slide {
max-height: calc(100vh - 92px - 76px - 100px);
  width: auto;
  object-fit: cover
}



.slick-prev {
  position: absolute;
bottom: -30px;
left: 0;
-webkit-appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
   font-family: 'Reason New';
  font-size: 24px;
  line-height: 24px;
  height: 24px


  }

.slick-next {
  position: absolute;
bottom: -30px;
right: 0;
-webkit-appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
   font-family: 'Reason New';
  font-size: 24px;
  line-height: 24px;
  height: 24px
}


/*** VISIT ***/


#visit{/*min-height: calc(100vh - 92px - 76px);*/ display: flex; flex-wrap: wrap; width: 100%;}
#visit-left {
  width: 50%;
  border-right: 1px solid black;
padding: 40px;}
#visit-image {
   background: url(//platformlosangeles.com/cdn/shop/t/2/assets/visit-image.jpg?v=127259214709223658521601998752) no-repeat center right;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  width: 100%;
  height: 100%;
}
#visit-right {width: 100%;
  display: flex; /*flex-direction: column; */
  justify-content: space-between;
  border-bottom: 1px solid black;
}
#visit-right h2 { 
  font-family: 'Monument Extended';
  letter-spacing: .1em;
  font-size: 32px;
  line-height: 1;
  padding: 0;

}
#visit-right p { 
  font-family: 'Reason New';
font-size: 24px;
    line-height: 32px;
  margin: 30px 0;
  padding: 0;
  color: dimgrey;

}
#visit-right p a {border-bottom: 1px solid black;}

#visit h3{ font-family: 'Temeraire';
  font-size: 28px;
  line-height: 44px;
  margin: 0 ;
  padding: 0;
}

#visit h3 a {border-bottom: 1px solid black;  display: inline;}

#visit-right-top {
  flex: 1;
  border-right: 1px solid black;
  padding: 40px;
  display: flex;
flex-direction: column;
justify-content: center;
}

#visit-right-bottom {
  flex: 1;
    padding: 40px;
  display: flex;
flex-direction: column;
justify-content: center;


}

  /*** ZINE ***/







#coming-soon {
  height: calc(100vh - 92px - 76px);
  position: relative;
}

  #coming-soon p {
    left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
    position:absolute;
       font-family: 'Reason New';
  font-size: 24px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 10px;
  }

/*** EVENTS ***/

#events{
  display: flex; flex-wrap: wrap; width: 100%;
}

#events img {width: 100%; display: block; margin-bottom: 20px}

.event {
  margin-bottom: 40px;
}

.event:last-child {
  margin-bottom: 0px;
}

#events-left {
  height: calc(100vh - 92px - 76px);
 width: 66.66%;
   overflow: auto;
  border-right: 1px solid black;
  padding: 40px;
}

#events-left h3 {
      font-family: 'Monument Extended';
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}

#events-left .event-date {
    font-family: 'Reason New';
    font-weight: 500;
font-size: 20px;
    line-height: 24px;
}

#events-left .event-text {
    font-family: 'Reason New';
font-size: 20px;
    line-height: 24px;
    margin: 20px 0 25px 0;
  color: dimgrey;

}

#events-left a {
    font-family: 'Reason New';
      font-weight: 500;
font-size: 16px;
    line-height: 16px;
    margin: 0;
display: inline-block;
  padding: 10px 20px; 
  border-radius: 20px ;
  border: solid 1px black;
}

#events-right {
height: calc(100vh - 92px - 76px);
width: 33.33%;
     overflow: auto;
padding: 40px;

}


#events-right h3 {
    font-family: 'Temeraire';
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0;
}

#events-right .event-date {
    font-family: 'Reason New';
  font-weight: 500;
font-size: 16px;
    line-height: 20px;

}


#events-right .event-text {
    font-family: 'Reason New';
font-size: 16px;
    line-height: 20px;
    margin: 20px 0 25px 0;
  color: dimgrey;
}

#events-right a {
    font-family: 'Reason New';
      font-weight: 500;
font-size: 16px;
    line-height: 16px;
    margin: 0;
display: inline-block;
  padding: 10px 20px; 
  border-radius: 20px;
  border: solid 1px black;
}


/*** COLLECTION PAGES ***/

#collection {display: flex; width: 100%; flex-wrap: wrap; 
}
#sidebar {
  width: 250px;
}

#sidebar ul#sidebar-menu  {
  
  /*position: fixed;*/
  height: calc(100vh - 92px - 76px);
  padding: 40px;
  border-right: 1px solid black;
    width: 250px; 
  
  position: sticky;
padding: 40px;
border-right: 1px solid black;
width: 250px;
top: 92px;
padding-bottom: 96px;
  
  top: 80px;
height: calc(100vh - 80px);
  
  position: fixed;
  top: 92px;
  
}

#sidebar ul li {
   font-family: 'Temeraire';
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
  border-bottom: 1px solid black;
  
}

#sidebar ul ul li {
  font-size: 14px;
  line-height:16px;

}

#sidebar ul ul li a {
color: dimgrey;

}

#sidebar a.active {
  color: dimgrey;
}
  

#collection-grid {
  padding: 40px 30px 20px 30px;
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
}

#collection-grid .grid__item {
  width: 25%;
  padding: 0 10px 0px 10px;
  margin-bottom: 20px;
}

#collection-grid .product__title {
      font-family: 'Reason New';
      font-weight: 500;
font-size: 16px;
    line-height: 20px;
  margin-top: 5px;
  }

#collection-grid .product__vendor {
      font-family: 'Reason New';
      font-weight: 500;
font-size: 16px;
    line-height: 20px;
  }


#collection-grid .product__prices {
   font-family: 'Reason New';
        font-weight: 500;


font-size: 16px;
    line-height: 20px;
  color: dimdimgrey;
    margin-top: 5px;


}

.badge {
  position: absolute;
  line-height: 1.1;
}
  .badge span {
    height: 45px;
    width: 45px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    border-radius: 50%;
    font-size: 14px;
    color: white;
}


.badge--sale {
    background-color: #FCBEDA;
  border-radius: 50%;
   font-family: 'Reason New';
top: 10px;
left: 20px;
  text-align; center;
  
}

.badge--new {
  background-color: #007767;
  border-radius: 50%;
   font-family: 'Reason New';
top: 10px;
left: 20px;
  text-align; center;
}


#mobile-cat {display: none;}
 
#mobile-faq {display: none;}

.pagination {
 width: 100%;
display: inline-block;
font-family: 'Reason New';
font-weight: 500;
font-size: 16px;
text-align: center;
  margin-bottom: 20px;
}

.pagination .current {
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}

.pagination .page {margin: 0 5px ;}

/*** FAQ ***/

#page {
  padding: 40px;
     font-family: 'Reason New';
font-size: 16px;
    line-height: 20px;
}


#page h1 {
     font-family: 'Monument Extended';
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin:  0 0 20px 0 ;
}

#page b,
#page strong{
font-weight: 500;
  color: black;
}

#page p {
  padding: 0;
  margin: 0 0 10px 0;
  color: dimgrey;
}

/*** PRODUCT PAGE ***/

#product {
  display: flex;
flex-wrap: wrap;
}

#product-left {
  width: 66.66%;
  display: flex;
  padding-right: 40px;
  flex-wrap: wrap;
}

#arrow-wrapper {
  width: 80%;
order: 2;
}

#ProductThumbs {
  width: 20%; order: 1;
}

.product-single__thumbnail img {
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
  display: block;
}

.product-single__featured-image-wrapper {
  margin: 0;
    max-width: unset !important;
  max-height:unset !important;
}

.product-single__photo {
  max-width: unset !important;
  max-height:unset !important;
}

#product-right {
  width: 33.33%;
}


#product-right .type {
       font-family: 'Reason New';
font-size: 16px;
  color: dimgrey;
  margin-bottom: 30px;
}

#product-right h1 {
   font-family: 'Temeraire';
  font-size: 24px;
  line-height: 24px;
margin-bottom: 30px;
}

#product-right .product-single__vendor {
       font-family: 'Reason New';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
margin-bottom: 30px;

}

#product-right .product-single__prices {
         font-family: 'Reason New';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
margin-bottom: 30px;
  color: dimgrey;
}

.product-single__price--on-sale {
  font-size: 20px;
  line-height: 20px;
  color: dimgrey;
}

.product-single__price--compare {
    font-size: 20px;
  line-height: 20px;
}

.product-form label, .cart label {
  
  color: dimgrey;
  font-size: 16px;
           font-family: 'Reason New';


}

.product-form {
  margin-top: 30px;
}

#product-right select {
  width: 100%;
  max-width: 300px;
  font-family: 'Reason New';
  background-color: white;
  border: 1px solid black;
  font-size: 16px;
  padding: 5px;
}

.selector-wrapper {
padding-right: 0;
  margin-bottom: 30px;
width: 100%;
}

#product-right #desc {
color: dimgrey;
  font-size: 16px;
           font-family: 'Reason New';
line-height: 20px;}


.product-single__cart-submit-wrapper {
  margin: 30px 0;
}

#product-right button {
  font-family: 'Reason New';
font-size: 16px; line-height: 16px;  
  padding: 10px ;
  border: 1px solid black;
  border-radius: 20px;
  color: black;
  background: white;
  width: 100% !important;
    outline: none !important;
  font-weight: 500;
  text-transform: none;
  letter-spacing: unset;
  min-height: unset;
  height: auto;
  max-width: 300px;


}

#mobile-top {display: none;}


/*** CART ***/

#cart {
  padding: 40px;
    font-family: 'Reason New';
font-size: 16px;
}


#cart td  {
    vertical-align: middle;

}
#cart thead {font-weight: 500;}

#cart .product-single__vendor {font-weight: 500;
margin-bottom: 5px;
}

#cart .product-single__title {
  margin-bottom: 5px;
  font-family: 'Temeraire';
  font-size: 18px;
}

#cart small {
  color: dimgrey;
  margin-bottom: 10px;
      font-family: 'Reason New';
  display: block;
}

#cart .quantity-selector {
   font-family: 'Reason New';
font-size: 16px; line-height: 16px;  
  padding: 5px ;
  border: 1px solid black;
  color: black;
  background: white;
}

.btn--secondary.update-cart {
  border: 0 !important;
  margin: 10px 0;
  padding: 0;
   font-family: 'Reason New';
font-size: 16px; line-height: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.checkout-btn {
 font-family: 'Reason New';
font-size: 16px; line-height: 16px;  
  padding:10px 20px ;
  border: 1px solid black;
  border-radius: 20px;
  color: black;
  background: white;
  width: auto;
    outline: none !important;
  font-weight: 500;
  text-transform: none;
  letter-spacing: unset;
}

#EmptyCart {line-height: 20px;}

.product-single__shopify-payment-btn .product-single__notification {
  text-align:left;
  width: 100%;
  margin: 20px 0;
   font-family: 'Reason New';

}

.btn--ajax-disabled {
  background: transparent !important;
}

.btn--ajax-disabled:before {
  content:unset !important;
}


.pp {
     font-family: 'Reason New';
  font-size: 14px;
  color: #3C91CC;


}


.le {
     font-family: 'Reason New';
    font-size: 14px;
  color: #AB95EF;


}

#events h1 {
      font-family: 'Monument Extended';
  font-size: 30px;
  line-height: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}

#events h2 {
  font-family: 'Temeraire';
font-size: 24px;
line-height: 30px;
margin: 0 0 30px 0;
padding: 0;
}


#visit-map {padding:40px;}
#visit-map img {
  width: 100%;
  display: block;
  /*border:1px solid black;*/
}

.search-title,
p.not-found {
  font-family: 'Reason New';
font-weight: 400;
font-size: 16px;
line-height: 20px;
  padding:40px 40px 0px 40px;
  margin: 0;
}

#collection-grid.search-grid {
  width: 100%;
}
  
  #mobile-cat {display: none;}


/*** MEDIA QUERIES ***/


@media only screen and (max-width: 1300px) {    
  
form.search input {
  width: 150px;
}
  
  #about-right h2 { 
  font-size: 32px;
}
 
  
  
#about-right p { 
font-size: 24px;
    line-height: 36px;

}
#contact-us {
font-size: 16px;
  width: 60%;
}
#contact-us h3{ 
  font-size: 20px; 
}
  
  #partner h2 {
      font-size: 32px;

  }
  
}


@media only screen and (max-width: 1200px) {  
  
    #header #logo {
  width: 150px;
}
  
    #header ul#menu {margin: 0 0 0 15px;}

#header ul#menu li {
  margin: 0 15px 0 0;
  font-size: 14px;
  line-height: 14px;
}
  
  #cart-link {
     font-size: 14px;
  line-height: 14px;
}
  
    main {margin-top: 80px;}


  #submenu {

  width: calc(100vw - 310px);

}
  
  #about{min-height: calc(100vh - 80px - 76px);}

.slick-slide {
max-height: calc(100vh - 80px - 76px - 100px);
  width: auto;
  object-fit: cover
}
  
  #coming-soon {
  height: calc(100vh - 80px - 76px);
}

  

}

@media only screen and (max-width: 950px) {    
  
 
  
  #header {justify-content: space-between;
  align-items: center;
  padding: 10px;}
  
  #header #logo {
  width: 150px;
  padding-bottom: 0;
}
  
  ul#menu {display: none;}
  form.search {display: none;}
  
  .hamburger {display: block; margin-top: 3px !important; padding: 0;}

  #menu-button-wrapper {width: 80px;}
  #cart-link-wrapper {width: 80px; text-align: right;}

  
#footer-inner {
  padding: 20px;
  flex-wrap: wrap;
text-align: center;
}
  
#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: white;
}



  #footer-left {
    width: 100%;
  }
  
  #footer-inner p { margin-bottom: 15px; line-height: 20px; border-bottom: 0;}
  
  #footer-inner p:first-of-type {
    display: inline-block;
    margin: 0px auto 10px auto;
}
  
  #footer-right {width: 100%; flex-wrap: wrap;}
  
  #footer-right span {/*display: none*/ padding-right: 20px; width: 100%; margin-bottom: 20px;}
  
  #footer form {flex: 1;}
  
  #footer-right input {
    width: 100%;
      margin-left: 0;
    font-size: 16px; line-height: 16px;  


  }
  
  #mce-responses {
 text-align: center;
    width: 100%;
}
  
  
  ul#mm {
      font-family: 'Futura';
  font-weight: 500;
font-size: 20px; line-height: 20px;   
    display: flex;
flex-direction: column;
height: 100vh;
    padding-top: 57px;
  }
  
  ul#mm li {
    display: block;
    margin: 0 ;
    padding: 0px 0;
    border-bottom: 1px solid black;
    flex: 1;
    display: flex;
flex-direction: column;
justify-content: center;
  }
  
  ul#mm li:last-child {
    border-bottom: 0;
  }
  
  ul#mm span {padding: 0 10px; display: block;}
  
   ul#mm li.sub-li {
padding-left: 20px;
     background: rgba(0,0,0,.05)
   }

  

  
  
  
  form.search-mm {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

form.search-mm input {
    font-family: 'Reason New';
font-size: 16px; line-height: 16px;  
  padding: 3px 6px ;
  border: 1px solid black;
  border-radius: 20px;
  color: dimgrey;
  background: white;
  width:100%;
    outline: none !important;
}


form.search-mm img {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
  
 /** HOME **/
  
  
  main {margin-top: 57px;}


  
  #home-one-left {
width: 100%;
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 1px solid black;
margin: 0 0 15px 0;
}
  
  #home-one-left img {
  width: 60%;
}

#home-one-right {
width: 100%;
border-top: 1px solid black;
border-left: 0;
border-right: 0;
border-bottom: 1px solid black;
margin: 0 0 15px 0;
}

  #home-two {
    margin: 0;
}
  
#home-two-left {
width: 100%;
border-top: 1px solid black;
border-left: 0;
border-right: 0;
border-bottom: 1px solid black;
margin: 0 0 15px 0;
}

#home-two-center {
width: 100%;
border-top: 1px solid black;
border-left: 0;
border-right: 0;
border-bottom: 1px solid black;
margin: 0 0 15px 0;
}

#home-two-right {
width: 100%;
border-top: 1px solid black;
border-left: 0;
border-right: 0;
border-bottom: 1px solid black;
margin: 0 0 15px 0;
}

#home-three-left {
width: 100%;
border-top: 1px solid black;
border-left: 0;
border-right: 0;
border-bottom: 1px solid black;
margin: 0 0 15px 0;
}

#home-three-right {
width: 100%;
border-top: 1px solid black;
border-left: 0;
border-right: 0;
border-bottom: 0;
margin: 0 ;
}
  
    #home-three-right img {
width: 60%;
}
  
 /*** ABOUT ***/ 
  
  #about{min-height: unset; display: block;}
  #about-left {width: 100%; height: 40vh; border-left: 0; border-bottom: 1px solid black;}
  #about-right {width: 100%;}

  /*** PARTNERS INDEX ***/
  
  .equal-height {height: unset !important;}
  
  #eat {min-height:unset; flex-wrap: wrap;  margin-bottom: 0;
  border-bottom: 0;}
#eat-left{
width:100%;
  
}
 

#eat-left img {
    position: relative;
  width: auto;
  height: 60px;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
  padding: 10px 0;
}
#eat-center{
 width:100%;
  border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0p;
    border-right: 0;
  height: 33.33vh;


}
#eat-right{width:33.33%;
padding: 20px;
    font-family: 'Reason New';
font-weight: 500;
  line-height: 1;
}

#eat-right {width:100%;
}

    #shop {min-height:unset; flex-wrap: wrap;   margin-bottom: 0;
  border-bottom: 0;}
#shop-left{
width:100%;

}

#shop-left img {
    position: relative;
  width: auto;
  height: 60px;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
  padding: 10px 0;
}
#shop-center{
 width:100%;
  border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0p;
    border-right: 0;
  height: 33.33vh;


}
#shop-right{width:33.33%;
padding: 20px;
    font-family: 'Reason New';
font-weight: 500;
  line-height: 1;
}

#shop-right {width:100%;
}
  
    #be-well {min-height:unset; flex-wrap: wrap;    margin-bottom: 0;
  border-bottom: 0;}
#be-well-left{
width:100%;

}

#be-well-left img {
    position: relative;
  width: auto;
  height: 80px;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
  padding: 10px 0;
}
#be-well-center{
 width:100%;
  border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0p;
    border-right: 0;
  height: 33.33vh;


}
#be-well-right{width:33.33%;
padding: 20px;
    font-family: 'Reason New';
font-weight: 500;
  line-height: 1;
}

#be-well-right {width:100%;
}
  
    #o-o {min-height:unset; flex-wrap: wrap;    margin-bottom: 0;
  border-bottom: 0;}
#o-o-left{
width:100%;

}

#o-o-left img {
    position: relative;
  width: auto;
  height: 80px;
  left: 50%;
  top:50%;
    transform: translate(-50%, -50%);
  padding: 10px 0;
}
#o-o-center{
 width:100%;
  border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 0p;
    border-right: 0;
  height: 33.33vh;


}
#o-o-right{width:33.33%;
padding: 20px;
    font-family: 'Reason New';
font-weight: 500;
  line-height: 1;
}

#o-o-right {width:100%;
}
  
  #partner{min-height: unset;
 
}

#partner-left {
  width: 100%;
  border-right:0 
padding: 40px;
 display: block; 
  border-bottom: 1px solid black;

}


#partner-right {width: 100%;
  padding:40px 40px 60px 40px;  
  display: block;
 
}
  
  #partner #order-here {
    display: inline-block;}
  
  
  
#visit-left {
  width: 100%;
  border-right: 0px solid black;
  width: 100%;
height: 40vh;
border-bottom: 1px solid black;
}

#visit-right {width: 100%;
  flex-wrap: wrap;
 }


#visit-right-top {
  display: block;
  width: 100%;
  border-right: 0;
  border-bottom: 1px solid black;
}

#visit-right-bottom {
  display: block;
    width: 100%;




}
  /*** ZINE ***/
  
  #coming-soon {
  height: calc(100vh - 57px - 117px);
}
  
  /*** EVENTS ***/
  
 
#events-left {
  height: unset;
 width: 100%;
   
  border-right: 0;
    border-bottom: 1px solid black;
}



#events-right {
height: unset;
width: 100%;
}


#events-left h3 {
  font-size: 24px;
  line-height: 30px;
  
}

#events-left .event-date {

font-size: 16px;
    line-height: 20px;

}


#events-left .event-text {
font-size: 16px;
    line-height: 20px;

}

#events-left a {
font-size: 16px;
}
  
  
/*** COLLECTION PAGES ***/
  
  
  #sidebar {
    width: 100%;
  }
  
  #sidebar ul {position: relative;;
  height: unset;
  padding: 40px;
  border-right: 0;
      border-bottom: 1px solid black;


    width: 100%; 
  
}

#collection-grid {
  padding: 40px 10px 20px 10px;
  width: 100%;
}

#collection-grid .grid__item {
  width: 50%;
  padding: 0 10px 40px 10px;
}

  #mobile-cat {display: block; text-align: center; padding: 20px 20px 0 20px;}
  #mobile-cat p {        font-family: 'Temeraire';

  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;}
  #mobile-cat select {width: 100%;
  font-family: 'Reason New';
  background-color: white;
  border: 1px solid black;
  font-size: 16px;
  }

  #sidebar ul {display: none;}

  #mobile-faq {
    font-family: 'Temeraire';

  font-size: 16px;
  line-height: 1;  
    text-align: center;
    display: block;
}

  
  #product-left {
  width: 100%;
  display: flex;
  padding-right: 0;
}
  
  #product-right {
    width: 100%;
  }


  
  #product-right .type {
display: none;


}

#product-right h1 {
display: none;


}

#product-right .product-single__vendor {
display: none;



}

#product-right .product-single__prices {
display: none;
}
  
  #mobile-top {
    display: block;
  }
  #mobile-top .type {
       font-family: 'Reason New';
font-size: 16px;
  color: dimgrey;
  margin-bottom: 10px;
}

 #mobile-top h1 {
   font-family: 'Temeraire';
  font-size: 24px;
  line-height: 24px;
margin-bottom: 10px;
 }

  #mobile-top .product-single__vendor {
       font-family: 'Reason New';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
margin-bottom: 10px;

}

  #mobile-top .product-single__prices {
         font-family: 'Reason New';
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
margin-bottom: 20px;
  color: dimgrey;
}
  
  #arrow-wrapper {
  width: 100%;
order: 1;
}

#ProductThumbs {
  width: 100%; order: 2;
  display: flex;
  margin: 0 -5px;
}
  

  
  .product-single__thumbnail img {
  width: 100%;
  padding: 10px 5px;
  display: block;
}
  
  
.thumb {
      max-width: 25%;
    }
}
  
@media only screen and (max-width: 600px) {    
  
  #contact-us {
  width: 100%;
}

  #product-right select {
    max-width: unset;
  }
  
  #product-right button {
    max-width: unset;
  }
  
}

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

ul#mm {
font-size: 16px;
line-height: 16px;
}
  
}
  


  
#marquee::-webkit-scrollbar {
    display: none;
}



.rc-template__legacy-radio .rc-radio__input {
  appearance:none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  display: inline-block !important;
  border: 1px solid black;
  background: white;
  border-radius: 0;
}

.rc-template__legacy-radio .rc-option--active .rc-radio__input {
background-color: black;
box-shadow: inset 0px 0px 0px 3px white;
}

.rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
  padding-left: 24px !important;
}

div.rc_popup {
font-family: "Reason New";  
  display: none !important;
}
.rc_popup__label[data-v-4f95e934] {
  padding-left: 0 !important;
  font-size: 14px;
}
.reload-icon[data-v-4f95e934] {display: none;}

.rc-selling-plans__label[data-v-3a84e3a8] {
    font-size: 14px  !important;

}