/*
Theme Name: Kino 2017
Theme URI: https://www.kinoyoga.com
Description: Custom theme for Kino Yoga
Author: Kino Yoga
Version: 1.0
*/

body {
  font-family: 'Lato', sans-serif;
  color: #121212;
  font-size: 16px;
  font-weight: 300;
  max-width: 100vw;
  overflow-x: hidden;
}

@media (min-width: 640px) {
  body {
    font-size: 13px;
  }
}

img { 
  max-width: 100%;
}

.text-content img {
  margin-bottom: 31px;
}

@media all and (max-width: 665px) {
  .text-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

p {
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 31px;
}

@media (min-width: 640px) {
  p {
    line-height: 23px;
  }
}

.home p, .category-videos p {
  margin-bottom: 1em;
  margin-top: 13px;
}

h1, h1 a {
  font-family: 'Gill Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 3px;
  color: #000;
}

h2 {
  font-family: 'SabonLTStd-Roman', serif;
  font-size: 40px;
  margin-bottom: 5px;
  font-weight: normal;
}

h3 {
  font-family: 'SabonLTStd-Roman', serif;
  font-weight: normal;
  font-size: 30px;
}

h3.section-title {
  color: #000;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  h3.section-title {
    font-size: 14px;
  }
}

h4 {
  font-family: 'SabonLTStd-Roman', serif;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a.go {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
}

@media (min-width: 640px) {
  a.go {
    font-size: 11px;
    letter-spacing: 2px;
  }
}

a.mobile-go {
  padding-left: 20px;
  padding-top: 35px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

a.button, input.gform_button {
  background: #fff !important; 
  display: block;
  padding: 20px !important;
  font-size: 11px !important;
  text-transform: uppercase;
  color: #8abbca !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 !important;
}

.gform_footer {
  text-align: center;
}

input.gform_button {
  border: none;
  cursor: pointer;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto !important;
}

a i {
  margin-left: 5px;
}

@media (min-width: 665px) {
  /*body {
    font-size: 15px;
  }*/
}


/*--- HERO ---*/

.hero {
  color: #e79094;
  width: 100%;
  margin-bottom: 50px;
  display: none;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.hero__content {
  position: relative;
}

.hero__dots {
  position: absolute;
  top: 0;
  right: 10px;
  height: 200px;
  width: 100px;
  z-index: 999999;
  text-align: right;
  margin-top: 85px;
}

.hero__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hero__dots .slick-dots li.slick-active button:before {
  color: #e79094;
  opacity: 1;
}

.hero__dots .slick-dots li button:hover:before {
  color: #eeb8bb;
}

.hero__dots .slick-dots li button:before {
  color: #f5e4e5;
  font-size: 13px;
  opacity: 1;
  cursor: pointer;
}

.hero__slider {
  width: 100%;
}

.hero__slide {
  width: 100%;
  background-size: cover;
  overflow: hidden;
  background-position: 50% 50%;
}

.hero__slide--1 {
  background-position: 80% 0;
}

.hero__slide--2 {
  background-position: 10% 50%;
}

.hero__slide--3 {
  background-position: 50% 50%;
}

.hero__slide .row {
  background: transparent;
}

.home .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero h2 {
  font-size: 45px;
  padding-right: 50px;
}

.hero__post { 
    margin: 250px 0 0 0;
    position: relative;
    z-index: 99999;
}

.hero__go{
  color: #e79094;
}

.hero__go:hover {
  color: #ecb5b8;
}

.hero__content{
  position: relative;
  height: 578px;
}

.hero__k {
  width: 359px;
  height: 523px;
  background: url(img/k.png);
  background-size: 359px 523px;
  position: absolute;
  left: 37px;
  bottom: 0;  
  display: none;
}

@media (min-width: 865px) {
  .hero__k {
    left: 62px;
  }
}

@media (min-width: 805px) {

  body.home {
    padding-top: 578px;
  }

  .hero {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: top center;
  }

  .hero__k {
    display: block;
  }

  .hero__post { 
    position: absolute;
    bottom: 340px;
    left: 248px;
    /* margin: 165px 0 0 199px; */
  }

}


/*--- HEADER ---*/

header {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 15px 0;
}

.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__title a{
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__toggle-nav {
  font-size: 24px;
  color: #000;
  margin-bottom: 2px;
}

.header__nav {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav.open {
  max-height: 1000px;
}

.header__nav li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  padding: 25px 0;
  background: url(img/bg_nav-divider.png) center bottom no-repeat;
}

.header__nav li:last-child {
  background: none;
}

.header__nav a {
  font-family: 'SabonLTStd-Roman', serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  letter-spacing: 1px;
}

.header__nav a:hover, .header__nav .current-menu-item a {
  color: #e79094;
}

@media(max-width: 805px) {
  .header__nav {
    max-height: 0;
    -webkit-transition: max-height 1s; 
    -o-transition: max-height 1s; 
    transition: max-height 1s;  
    margin: 0;
    overflow: hidden;
  }
}

@media (min-width: 805px) {

  header {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 118px;
    padding: 0;
  }

  .header__title a {
    font-size: inherit;
  }
  
  .header__toggle-nav {
    display: none;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }

  .header__nav li {
    width: auto;
    padding-left: 30px;
    background: none;
  }

  .header__nav a {
    font-size: 11px;
  }


}

/*--- INFO COLUMN REUSED ACROSS ELEMENTS ---*/

.col__info { 
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col__info > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.col__info .go { 
  -ms-flex-item-align: end; 
      align-self: flex-end;
}

@media (min-width: 665px) {

  .col__info {
    padding-top: 49px;
    padding-bottom: 49px;
  }

}

/*--- UPCOMING WORKSHOPS ---*/

.upcoming-workshops a {
  z-index: 9999;
  position: relative;
}


.upcoming-workshops .slide-right {
  position: absolute;
  top: 80px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  z-index: 99999;
  color: #8abbca;
  font-weight: bold;
}

.upcoming-workshops .section-title {
  margin-bottom: 0;
}

.upcoming-workshops h2 {
  margin-bottom: 40px;
}

.upcoming-workshops h2, .upcoming-workshops .go {
  color: #8abbca;
}

.upcoming-workshops .go:hover {
  color: #a1c7d3;
}

.upcoming-workshops__img {
  padding: 0;
  position: relative;
  font-size: 0;
  height: 250px;
  background-size: cover;
  background-position: center center;
}

.upcoming-workshops__spots {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 83px;
  height: 79px; 
  background: url(img/bg_spots.png);
  background-size: 100% 100%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 3px 0 0 10px;
}

.upcoming-workshops__num {
  font-size: 14px;
  width: 100%;
}

.upcoming-workshops__txt {
  font-size: 11px;
  font-weight: 400;
  width: 100%;
}

@media (max-width: 665px) {
  .workshop-slide {
    padding: 0 20px 20px 20px;
  }

  .upcoming-workshops__info {
    padding: 0;
  }
  
}


@media (min-width: 665px) {
  .upcoming-workshops {
    background: #f1edea url(img/bg_workshops.png) left 80px no-repeat;
    background-size: 327px 525px;
  }

  .upcoming-workshops .go {
    margin-top: 30px;
    display: block;
  }

  .upcoming-workshops__info { 
    max-width: 31.89% !important;
  }

  .upcoming-workshops__img {
    height: 450px;
  }

  .upcoming-workshops__spots {
    position: absolute;
    top: 49px;
    left: 49px;
    width: 103px;
    height: 99px; 
  }

  .upcoming-workshops__num {
    font-size: 18px;
  }

  .upcoming-workshops__txt {
    font-size: 14px;
  }
}

/*--- UPDATES ---*/

.updates {
}

.updates .grid {
  padding-top: 50px;
  padding-bottom: 50px;
}

.updates__image {
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.updates__info {
  padding-top: 60px;
}

.updates__info h2 {
  color: #d8c696;
}

.updates .go {
  color: #d8c696;
}

.updates__info .go {
  margin-top: 45px;
}

.updates .go:hover {
  color: #e0d3af;
}

@media (min-width: 665px) {
  .updates .grid {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(img/bg_updates.png) no-repeat;
    background-size: 608px 584px;
    background-position: 84% 60px;
  }

  .updates__info {
    padding-bottom: 0;
  }

  .updates__image {
    padding-left: 63px;
    padding-right: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

}

@media (min-width: 865px) {
  .updates__image {
    padding-left: 133px;
  }
}


/*--- FEATURED VIDEO ---*/

.featured-vid{
  padding-bottom: 100px;
}

.featured-vid__image {
  padding: 0;
  font-size: 0;
  background-position: center center;
  background-size: cover;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  min-height: 250px;
}

.featured-vid__image.vimeo-modal {
  
}

@media (min-width: 1199px){
  .featured-vid:nth-of-type(odd) .grid .featured-vid__image {
    order: 2;
  }
  
  .featured-vid:nth-of-type(odd) .grid .featured-vid__info {
    margin: 0;
    margin-left: 49px;
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .featured-vid:nth-of-type(odd) .grid .featured-vid__image {
    margin-left: inherit;
    margin-right: 49px;
  }
}

.featured-vid__image iframe {
  width: 100%;
  height: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: #000;
  min-height: 250px;
}

.featured-vid__play {
  position: absolute;
  width: 137px;
  height: 153px;
  display: block;
  background: url(img/play.png);
  background-size: 100% 100%;
  z-index: 9999;
  top: calc(50% - 90px);
  left: calc(50% - 68px);
}

.featured-vid__info {
  padding-top: 60px;
}

.featured-vid .go,  .featured-vid__info h2{ 
  color: #ec808a;
}

.featured-vid .go:hover {
  color: #f299a1;
}

.featured-vid__info {
  background: #d5edec;
}

.featured-vid:nth-child(4n+1) .featured-vid__info {
  background: #efded6;
}

.featured-vid:nth-child(4n+2) .featured-vid__info {
  background: #f9f7f5;
}

.featured-vid:nth-child(4n+3) .featured-vid__info {
  background: #d5edec;
}

.featured-vid:nth-child(4n+4) .featured-vid__info {
  background: #f1f1ed;
}

.featured-vid:nth-child(4n+4) .go, 
.featured-vid:nth-child(4n+4) .featured-vid__info h2 {
  color: #ef7d67;
}

.featured-vid:nth-child(4n+1) .go, 
.featured-vid:nth-child(4n+1) .featured-vid__info h2 {
  color: #8f956c;
}

.featured-vid:nth-child(4n+2) .featured-vid__info h2 {
  color: #d8c696;
}

@media (min-width: 665px) {
  .featured-vid__image {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
    min-height: 450px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .featured-vid__image iframe {
    min-height: 450px;
  }

}

@media (min-width: 1199px) {
  .featured-vid__image {
    margin-left: 49px;
  }

  .featured-vid__info {
    margin-right: 49px;
  }

  .featured-vid__image {
    -ms-flex-preferred-size: 74%;
        flex-basis: 74%;
  }

  .featured-vid__info {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/*--- LATEST POST ---*/

.latest-post {
}

.latest-post__img {
  font-size: 0;
  background-size: cover;
  background-position: center;
  min-height: 251px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}


.latest-post__info h2, .latest-post .go {
  color: #8f956c;
}

.latest-post .go:hover {
  color: #989d7c;
}

@media (min-width: 665px) {

  .latest-post {
    background: #efded6;
  }
  .latest-post__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    min-height: 451px;
  }

  .latest-post__info {
    background: url(img/bg_latest-post.png) no-repeat;
    background-size: 588px 572px;
    background-position: -100px -210px;
  }
}

@media (min-width: 1122px) {
  .latest-post__info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .latest-post__info-text > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 49px;
  }
}


/*--- ABOUT PAGE: JOURNEY ---*/

.page-id-2 .journey {
  background-color: #f1f1ed;
  padding: 50px 0;
  background-image: url(img/bg_journey.png);
  background-size: 973px auto;
  background-position: right top;
  background-repeat: no-repeat;
}

.page-id-2 .journey__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-id-2 .journey__nav li {
  padding-bottom: 5px;
}

.page-id-2 .journey__nav a {
  font-family: 'SabonLTStd-Roman', serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  letter-spacing: 1px;
}

.page-id-2 .journey__nav a:hover, .page-id-2 .journey__nav li.active a {
  text-decoration: underline;
  color: #ef7d67;
} 

.page-id-2 .journey__title { 
  padding-top: 2px;
}

.page-id-2 .journey__title h2 { 
  font-size: 45px;
  color: #ef7d67;
  margin-top: 35px;
}

.page-id-2 .journey__text {
  padding-top: 25px;
}

@media (min-width: 665px) {
  .page-id-2 .journey__title { 
    text-align: right;
    padding-top: 2px;
  }

  .page-id-2 .journey__text {
    padding-top: 65px;
  }
}

/*--- ABOUT PAGE: BANNER ---*/

.about-banner {
  background: url(img/bg_journey-banner.jpg);
  background-size: cover;
  background-position: center;
  min-height: 450px;  
  padding: 40px 0;
}

.about-banner .grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about-banner__text h2{
  color: #fff;
  font-size: 40px;
}

/*--- ABOUT PAGE: CONTENT ---*/

.about-ashtanga {
  padding-top: 50px;
  position: relative;
}

.about-ashtanga__content h3 {
  font-size: 24px; 
  color: #ef7d67;
  margin-bottom: 15px;
}

.about-ashtanga:before {
  content:'\A';
  position:absolute;
  background: #f1f1ed;
  top:0;
  left:0; 
  width:100%;
  height: 10%; /* 35 */
  z-index: 1;
}

.about-ashtanga.overlap-top:before {
  height: 35%;
}

.about-ashtanga.no-overlap:before {
  display: none;
}

.about-ashtanga .grid {
  position: relative;
  z-index: 999;
}

.about-ashtanga__sidebar {
  text-align: right;
  margin-top: 5px;
}

.about-ashtanga__sidebar img:first-child {
  padding-bottom: 350px;
}

.about-ashtanga__sidebar img:last-child {
  padding-top: 380px;
}

.about-ashtanga__sidebar h3 {
 color: #ef7d67;
 padding-left: 70px;
 line-height: 1.3em;
}

@media (min-width: 665px) {
  .about-ashtanga {
    padding-top: 100px;
  }
}

@media (min-width: 665px) {
  .about-ashtanga.no-overlap {
    padding-top: 60px;
  }
}

.about-ashtanga.no-overlap h2 {
  margin-top: 0;
}

.text-content p a {
  color: #e79094;
  text-decoration: underline;
}

.text-content p a:hover {
  text-decoration: none;
}

.text-content iframe {
  max-width: 100%;
}

/*--- ABOUT PAGE: PROJCTS ---*/

.about-projects__logos {
  background: #f4f4f4;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 25px;
}

.about-projects__logos img {
  margin-bottom: 30px;
}

.about-projects__logos a:last-child img {
  margin-bottom: 0;
}

.about-projects__logo--mlc {
  margin-right: 60px;
  position: relative;
  top: -5px;
}

@media (min-width: 665px;) {
  .about-projects__logos {
    margin-left: 0;
    margin-right: 0;
  }
}


/*--- BLOG: Banner --- */

.blog-banner {
  padding-top: 45px;
  margin-bottom: 90px;
  background: #efded6 url(img/bg_blog-banner.png) top center no-repeat;
  background-size: 781px 248px;
  text-align: center;
}

.blog-banner h2 {
  font-size: 45px;
  color: #8f956c;
  margin-top: 10px;
  margin-bottom: 40px;
}

.blog-banner__form { 
  position: relative;
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 45px;
}


.blog-banner__form input {
  background: #fff;
  border: none;
  outline: none;
  color: #8f956c;
  text-transform: uppercase;
  padding: 20px 20px 18px 20px;
  font-size: 11px;
  line-height: 11px;
  width: 100%;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.blog-banner__form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f956c;
}

.blog-banner__form input::-moz-placeholder { /* Firefox 19+ */
  color: #8f956c;
}

.blog-banner__form input:-ms-input-placeholder { /* IE 10+ */
  color: #8f956c;
}

.blog-banner__form input:-moz-placeholder { /* Firefox 18- */
  color: #8f956c;
}

.blog-banner__form:before{
  content: '\A';
  position: absolute;
  top: 18px;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url('img/ico_search.jpg');
  background-size: 18px 18px;
  z-index: 9999;
}

.blog-banner__seperator:before {
  content: '\A';
  height: 1px;
  width: 100%;
  background: #fff;
  margin: 0 50px;
  opacity: 0.7;
}

.blog-banner__nav {
  padding-top: 15px;
}

.blog-banner__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.blog-banner__nav ul li {
  padding: 5px 20px;
}

.blog-banner__nav ul li a {
  color: #000;
  text-transform: uppercase;
  font-family: 'SabonLTStd-Roman', serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.blog-banner__nav ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 665px) {
  .blog-banner {
    margin-bottom: 100px;
  }

  .blog-banner__nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .blog-banner__nav {
    padding-top: 0;
  }

  .blog-banner__form {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

@media (min-width: 1920px) {
  .blog-banner .grid {
    margin: 0 200px; /* To push the grid flex on large monitors */
  }
}

.blog-posts {
  width: 100%;
}

/*--- BLOG: Post preview --- */

.blog-post {
  width: 100%;
  margin-bottom: 100px;
}

.blog-post:last-child {
  margin-bottom: 0;
}

.blog-post:nth-child(even) .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blog-post .col__info { 
  padding-top: 50px;
  padding-bottom: 20px;
  display: block;
}

.blog-post .section-title {
  margin-bottom: 0;
  line-height: 22px;
}

.blog-post .section-title a {
  color: #000 !important;
}

.blog-post p {
  margin-top: 13px;
}

.blog-post .col__info a, .blog-post h2  {
  color: #d8c696;
}

.blog-post .col__info a:hover {
  color: #d6c189;
}

.blog-post__image { 
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 300px;
}

.blog-post__date {
  position: absolute;
  top: 29px;
  left: 29px;
  width: 83px;
  height: 79px; 
  background: url(img/bg_post-date.png);
  background-size: 100% 100%;
  font-weight: 700;
  color: #8f956c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 3px 0 0 10px;
}

.blog-post:nth-child(even) .blog-post__date {
  left: auto;
  right: 29px;
}

.blog-post__day {
  font-size: 14px;
  width: 100%;
}

.blog-post__month {
  margin-bottom: 2px;
}

.blog-post__month, .blog-post__year {
  font-size: 11px;
  font-weight: 400;
  width: 100%;
}


@media (min-width: 665px) {
  .blog-post {
    margin-bottom: 150px;
  }

  .blog-post__date {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 103px;
    height: 99px; 
  }

  .blog-post .col__info {
    padding-top: 0;
  }

  .blog-post:nth-child(even) .blog-post__date {
    left: auto;
    right: 15px;
  }

  .blog-post__day {
    font-size: 18px;
  }

  .blog-post__month, .blog-post__year {
    font-size: 14px;
  }

  .blog-post__image {
    -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
  }

  .blog-post:nth-child(even) .blog-post__image {
    margin-left: 0;
    margin-right: 49px;
  } 
}

@media (min-width: 1199px) {
  .blog-post__image {
    -ms-flex-preferred-size: 62.2%;
        flex-basis: 62.2%;
    margin-left: 49px;
  }
}


/*--- BLOG: DETAIL ---*/

.single-post-wrap {
  background-color: #fff;
  background-image: url('img/bg_blog-detail.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 627px 775px;
}

.single-post-wrap .row {
  background-color: transparent;
}

.single-post-banner .col{
  position: relative;
  margin-bottom: 20px;
}

.single-post-banner img {
  width: 100%;
}

.blog-post__date--single {
  left: 25px;
}

.single-post__content h2 {
  color: #d8c696;
  margin-bottom: 30px;
  line-height: 52px;
}

.single-post__content div {
  line-height: 23px;
}

.single-post__content blockquote {
  color: #8abbca;
  font-family: 'SabonLTStd-Roman', serif;
  font-size: 30px;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
}

.single-post__content img {
  margin: 20px auto;
  display: block;
}

.single-post__comments {
  padding-top: 30px;
}

@media (min-width: 665px) {

  .single-post-banner .col {
    margin-bottom: 50px;
  }

  .blog-post__date--single {
    left: 45px;
  }

  .single-post h2 {
    margin-bottom: 40px;
  }

  .single-post blockquote {
    border-left: 3px solid #8abbca;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 50px;
    width: 50%;
  }
}

@media (min-width: 865px) {
   .blog-post__date--single {
    left: 65px;
  }
}


/*--- BLOG: PAGINATION ---*/

.pagination {
  padding-top: 55px;
  padding-bottom: 20px;
  text-align: center;
}

.pagination .wp-pagenavi a, .pagination .wp-pagenavi .pages, .pagination .wp-pagenavi .extend {
  border: none;
  background: #efded6;
  color: #8f956c;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagination .wp-pagenavi .current {
  border: none;
  background: #efded6;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
}


/*--- SCHEDULE: OVERVIEW ---*/

.schedule {
  background: #efded6 url(img/bg_schedule.png) no-repeat;
  background-position: right 90% ;
  background-size: 455px 998px;
  text-align: center;
  padding-bottom: 50px;
}

@media (min-width: 1920px) {
  .schedule .grid {
    margin: 0 200px; /* To fix the grid flexbox on larger monitors */
  }
}

.schedule--search {
  padding-bottom: 0;
}

.schedule a.button {
  color: #8f956c;
}


.schedule__banner {
  padding-top: 45px;
  background: #efded6 url(img/bg_blog-banner.png) top center no-repeat;
  background-size: 781px 248px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.schedule h2 {
  font-size: 45px;
  color: #8f956c;
  margin-top: 10px;
  margin-bottom: 40px;
}

.schedule__form { 
  position: relative;
  margin-bottom: 45px;
}


.schedule__form input {
  background: #fff;
  border: none;
  outline: none;
  color: #8f956c;
  text-transform: uppercase;
  padding: 20px 20px 18px 20px;
  font-size: 11px;
  line-height: 11px;
  width: 100%;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.schedule__form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f956c;
}

.schedule__form input::-moz-placeholder { /* Firefox 19+ */
  color: #8f956c;
}

.schedule__form input:-ms-input-placeholder { /* IE 10+ */
  color: #8f956c;
}

.schedule__form input:-moz-placeholder { /* Firefox 18- */
  color: #8f956c;
}

.schedule__form:before{
  content: '\A';
  position: absolute;
  top: 18px;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url('img/ico_search.jpg');
  background-size: 18px 18px;
  z-index: 9999;
}

.schedule__content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.schedule__content h2 {
  color: #e79094;
  font-size: 26px;
  width: 80%;
  margin-bottom: 23px;
}

.schedule__title h2 {
  margin: 0;
  margin-bottom: 20px;
}

.schedule__content .go {
  margin-top: 33px;
  margin-bottom: 50px;
  display: block;
  color: #e79094;
}

.schedule__item {
  padding-top: 10px;
  margin: 20px 0;
 }

/*
.schedule__item:after {
  content:'\A';
  background: #bfb9a1;
  height: 1px;
  display: block;
}
*/

.schedule__thumb {
  display: block;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}

.schedule__item-date {
  background: rgba(255,255,255,0.75);
  display: block;
  width: 100%;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  color: #8f966c;
  margin: 0;
}

.schedule__buttons {
  display: flex;
  align-items: center;
}

.schedule__buttons .button {
  width: 50%;
  text-align: center;
  justify-content: center;
  padding: 16px !important;
}

.schedule__buttons .button-secondary {
  color: #e79094 !important;
}

.schedule__buttons .button:first-child {
  margin-right: 5px;
}

.schedule__buttons .button:last-child {
  margin-left: 5px;
}

.schedule__buttons .go {
  margin: 0;
}

.schedule__item:last-child {
  border: none;
}

.schedule__item:last-child:after {
  display: none;
}

.schedule__item-wrap {
    background: rgba(255,255,255,0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.schedule__item-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.schedule__item-content h2 {
  margin-top: 0;
  width: 100%;
}

.grid.schedule__title {
  margin-top: 50px;
}

.grid.schedule__title h3 {
  display: block;
  width: 100%;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  color: #8f966c;
  margin: 0;
}

.grid.schedule__title-first {
  margin-top: 0;
}

@media (min-width: 665px) {
  .schedule__form {
    margin-top: 31px;
  }

  .schedule__title h2 {
    margin-bottom: 40px;
  }

  .schedule__item {
/*      border-right: #bfb9a1 solid 1px; */
     padding-top: 0;
     padding-left: 25px;
     padding-right: 25px;
  }

  .schedule__item:nth-child(3), .schedule__item:nth-child(6), .schedule__item:nth-child(9) {
    border: none;
  }

  .schedule__item:after {
    display: none;
  }

}

.schedule-title_date {
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}


/*--- SCHEDULE: DETAIL; ---*/

.schedule--detail {
  background-image: none;
}

.schedule__detail {
  text-align: left;
}

.schedule__detail h2 {
  font-size: 32px;
  color: #e79094;
  margin-bottom: 20px;
}

.schedule__links {
  margin-top: 80px;
  margin-bottom: 80px;
}

.schedule__links .go {
  color: #e79094;
  margin-top: 30px;
  display: block;
}


.schedule__address {
  font-size: 20px;
  color: #e79094;
  display: block;
  margin-bottom: 40px;
  margin-top: 15px;
  font-family: 'SabonLTStd-Roman', serif;
}

.schedule__map {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 5px #fff solid;
}

@media (min-width: 665px) {
  .schedule__description { 
    border-right: 1px solid #bfb9a1;
    margin-top: 0;
  }

  .schedule__links {
    width: 50%;
    margin-bottom: 0;
  }
}

.schedule-video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.schedule-video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--- VIDEOS --- */

.video-banner {
  padding-top: 50px;
  margin-bottom: 90px;
  background: #f1edea url(img/bg_video-banner.png) top center no-repeat;
  background-size: 969px 937px;
  text-align: center;
}

.video-banner--footer {
  margin-bottom: 0 !important;
  background: #f1edea url(img/bg_video-banner-footer.png) bottom left no-repeat;
  background-size: 785px 341px;
  padding-top: 100px;
  padding-bottom: 10px;
}

.video-banner h2 {
  font-size: 45px;
  color: #8abbca;
  margin-top: 10px;
  margin-bottom: 40px;
}

.video-banner .button {
  margin-bottom: 45px;
}

@media (min-width: 665px) {
  .video-banner {
    margin-bottom: 100px;
  }
}

@media (min-width: 1920px) {
  .video-banner .grid {
    margin: 0 200px; /* To fix the grid flexbox on larger monitors */
  }
}

.video-posts {
  position: relative;
}

.video-posts::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #f1edea;
  content: "\A";
}

.video-posts .featured-vid {
  background: transparent;
}

.video-posts .featured-vid__info {
  background: #f1f1ed;
}

.video-posts .featured-vid__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.video-posts .go {
    margin-top: 30px;
    padding-bottom: 40px;
}

.video-posts .featured-vid:first-child .featured-vid__info {
  background: #d5edec;
}

.video-posts .featured-vid:nth-child(2) .featured-vid__info h2, .video-posts .featured-vid:nth-child(2) .featured-vid__info a {
  color: #ef7d67;
}

.video-posts .featured-vid:nth-child(3) .featured-vid__info h2, .video-posts .featured-vid:nth-child(3) .featured-vid__info a {
  color: #8f956c;
}

.video-posts .featured-vid:nth-child(4) .featured-vid__info h2, .video-posts .featured-vid:nth-child(4) .featured-vid__info a {
  color: #d8c696;
}



.video-posts .featured-vid:nth-child(4) .featured-vid__info {
  background: #ffffff;
}

.video-posts .featured-vid:nth-child(3) .featured-vid__info {
  background: #efded6; 
}

.video-posts .featured-vid:nth-child(5) {
  padding-bottom: 0;
}

.video-posts .featured-vid:nth-child(5) .text-content {
  background: #d5edec;
}


.video-posts .featured-vid:nth-child(even) .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 1121px) {

  .video-posts .featured-vid:nth-child(even) .featured-vid__info {
    margin-right: 0;
    margin-left: 49px;
    padding-right: 25px;
  }

  .video-posts .featured-vid:nth-child(even) .featured-vid__image {
    margin-left: 0;
    margin-right: 49px;
  }

  .video-posts .featured-vid:nth-child(odd) .featured-vid__info {
    margin-left: 0;
    margin-right: 49px;
    padding-right: 25px;
  }

  .video-posts .featured-vid:nth-child(odd) .featured-vid__image {
    margin-right: 0;
    margin-left: 49px;
  }

}

@media (min-width: 665px) {
  .video-posts .go {
      margin-top: 0;
      padding-bottom: 0;
  }

  .video-posts .featured-vid__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/*--- SEARCH RESULTS ---*/

.search-results__result{
  padding: 25px 0;
  border-bottom: 1px solid #f9f3e3;
}

.search-results__result:first-child {
  padding-top: 0;
}

.search-results__result:last-child {
  border-bottom: none;
}

.search-results__result a {
  color: #d8c696;
}


/*--- SHOP: ARCHIVE ---*/

.shop {
  background: #f1f1ed;
  padding-bottom: 70px;
  background-image: url('img/bg_shop.png');
  background-repeat: no-repeat;
  background-size: 494px 560px;
  background-position: 0 50px;
}

@media (min-width: 1920px) {
  .shop .grid {
    margin: 0 200px; /* To push the grid flex on large monitors */
  }
}

.shop h2.page-title {
  font-size: 40px;
  color: #ef7d67;
  margin-bottom: 30px;
  margin-top: 16px;
}

.shop .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop .products::before, .shop .products::after {
  display: none !important;
}

.shop .products li.product  {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin: 0 0 0 0 !important;
}

.shop .products li.product a.image_box {
  border: 5px solid #fff;
  display: block;
  width: 100%;
  padding-top: 100%;
  text-align: center;
  overflow: hidden;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: top center;
}

.shop .products li.product a.image_box img {
  margin-bottom: 0;
  width: 100%;
}

.shop .woocommerce-result-count, .shop .orderby {
  display: none !important;
}

.shop .products .product_info {
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.shop .products .product_info a {
  color: #000;
  display: block;
}

.shop .products .product_info .product_title {
  font-family: 'SabonLTStd-Roman', serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
}

.shop .products .product_info .product_price {
  font-size: 16px;
}

@media (min-width: 665px) {
  .shop .products li.product  {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
  }
}


/*--- SHOP: SINGLE ---*/

.shop__content--single {
  padding-top: 39px;
}

.shop__single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop__single-item > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.shop__single-images {
  padding-left: 50px;
  padding-right: 50px;
}



.shop__single-item .woocommerce-product-gallery {
  width: 100% !important
}

.shop__single-item .woocommerce-product-gallery__wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.shop__content--single nav.woocommerce-breadcrumb {
  padding-left: 50px;
  padding-right: 50px;
}

.shop__single-item .woocommerce-product-gallery__wrapper img {
  border: 5px solid #fff;
  margin-bottom: 15px;
}

.woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-product-gallery__image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.woocommerce-product-gallery__image:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.woocommerce-product-gallery__image:first-child, 
.woocommerce-product-gallery__image:nth-child(4),
.woocommerce-product-gallery__image:nth-child(7),
.woocommerce-product-gallery__image:nth-child(10) {
  margin-right: 0;
}

.shop__single-item .entry-summary {
  padding: 0 50px;
}

.shop__single-item .entry-summary h1 {
  color: #ef7d67;
  font-family: 'SabonLTStd-Roman', serif;
  font-size: 32px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.shop__single-item .entry-summary p.price, .shop__single-item .entry-summary p.price span, .shop__single-item .woocommerce-Price-amount{
  font-size: 30px !important;
  color: #000 !important;
  line-height: 45px;
}

.shop__single-item .variations label, .shop__single-item label{
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.shop__single-item .select-style {
    width: 100%;
    overflow: hidden;
    background: #fff url(img/ico_dropdown.png) no-repeat 90% 50%;
    background-size: 17px 7.5px;
    display: block;
    cursor: pointer;
    height: 43px;
    line-height: 43px;
    margin-bottom: 20px;
}

.shop__single-item .select-style select {
    width: 130%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 20px;
    height: 43px;
    -moz-appearance: none;
    text-indent: 0.01px;
    -o-text-overflow: '';
       text-overflow: '';
    outline: none;
    -webkit-appearance:none;
}

.shop__single-item .select-style select::-ms-expand {
    display: none;
}

.shop__single-item .select-style select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}

.shop__single-item a.reset_variations { 
  display: none !important;
}

.shop__single-item .quantity {
}

.shop__single-item .qty {
  overflow: hidden;
  display: block;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  margin-bottom: 20px;
  border: none;
  color: #8abbca;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  width: 60px !important;

}

.shop__single-item .select-style select:first-child {
  color: #8abbca;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

.shop__single-item .select-style select:focus {
    outline: none;
}

.shop__single-item .single_add_to_cart_button {
  display: block !important;
  width: 100% !important; 
  text-align: left !important;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  background: #8abbca url(img/ico_button-bg-white.png) no-repeat 90% 50% !important;
  background-size: 35px 8px !important; 
  border-radius: 0 !important;
  padding-left: 20px !important;
}

.shop__single-item .woocommerce-tabs {
  background: #fff;
  padding: 50px;
}

@media (min-width: 665px) {

  .shop__content--single nav.woocommerce-breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }

  .shop__single-item .entry-summary h1 {
    font-size: 40px;
  }

  .shop__single-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .shop__single-item > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }

  .shop__single-images, .shop__single-item .woocommerce-breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}




/*--- SHOP: NAV ---*/

.shop__nav {
  border-bottom: 1px solid #fff;
  background: #f1f1ed;
  text-align: right;
  padding: 5px 0;
  margin-bottom: 25px;
}

.shop__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.shop__nav ul li {
  list-style: none;
  margin-left: 10px;
}

.shop__nav ul li:first-child {
  margin-left: 0;
}

.shop__nav ul li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  color: #000;
  letter-spacing: 2px;
  font-family: 'SabonLTStd-Roman', serif;
}

@media (min-width: 665px) {
  .shop__nav {
    margin-bottom: 50px;
  }

  .shop__nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .shop__nav ul li {
    margin-left: 20px;
  }
}


/*--- SHOP: TABS AND REALTED ---*/

.shop__product-detail {
  background: transparent;
  position: relative;
}

.shop__product-detail .grid {
  justify-content: center;  
  flex-basis: 100%;
}

.shop__product-tabs {
  position: relative;
  background: #fff;
}

.shop__product-tabs .wc-tabs {
  list-style: none;
  position: absolute;
  top: -43px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.shop__product-tabs .wc-tabs li {
  display: inline-block;
}

.shop__product-tabs .wc-tabs li.active a{
  background: #fff;
}

.shop__product-tabs .wc-tabs a {
  display: block;
  height: 43px;
  line-height: 43px;
  border: none;
  color: #8abbca;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  background: #dcebf0;
  padding: 0 5px;
  text-align: center;
}

.shop__product-tabs h2{ 
  font-size: 30px; 
  color: #8abbca;
  margin-bottom: 30px;
  margin-top: 40px;
}

.woocommerce-Tabs-panel {
  line-height: 2.2em;
}

.woocommerce-Tabs-panel h1, .woocommerce-Tabs-panel h1 * {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
}


.shop__related-products-grid {
  padding-left: 50px;
  padding-right: 50px;
}

.shop__related-products {
  background: #cdefed;
  padding: 50px 0
}

section.related h2 {
  display: none;
}

.shop__related-products .col1{
  text-align: center;
}

.shop__related-products-title{
  color: #e79094;
  font-size: 32px;
  max-width: 200px;
  padding-right: 0;
  display: inline-block;
  margin-top: 0; 
  padding-bottom: 30px; 
}

.shop__related-products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop__related-products .products li {
  display: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.shop__related-products .products li:nth-child(-n+3) {
  display: block;
}

.shop__related-products .products li a.image_box{
  width: 100%;
  padding-top:100%;
  display: block;
  background-size: cover;
  border: 5px solid #fff;
}

.shop__related-products .products li {
  margin: 0 0 50px 0 !important;
}

.shop__related-products .products li:nth-child(3) {
  margin: 0 !important;
}

.shop__related-products .products {
  text-align: center;
}

.shop__related-products .products .product_title {
  color: #000;
  font-size: 14px;
  font-family: 'SabonLTStd-Roman', serif;
  display: block;
  margin-top: 15px;
}

.shop__related-products .products .product_price {
  color: #000;
  font-size: 16px;
  font-weight: lighter;
  margin-top: 10px;
  display: block;
}

.shop__product-tabs ol.commentlist {
  padding-left: 0 !important; 
  list-style: none;
}

.shop__product-tabs .comment-notes {
  display: none;
}

@media (min-width: 665px) {

  .shop__related-products .col1{
    text-align: right;
  }

  .shop__related-products-title{
    padding-bottom: 0;  
  }


  .shop__related-products-title {
    font-size: 40px;
  }

  .shop__related-products .products {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .shop__related-products .products li {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    margin: 0 50px 0 0 !important;

  }

  .shop__product-tabs .wc-tabs a {
    display: block;
    height: 43px;
    line-height: 43px;
    border: none;
    color: #8abbca;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    background: #dcebf0;
    padding: 0 15px;
  }

  .shop__product-tabs .wc-tabs {
    left: 0;
    display: block;
  }
}  


/*--- SHOP: SIDEBAR ---*/

.shop__sidebar {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.shop__sidebar h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.shop__sidebar .product-categories {
  list-style: none;
  padding-left: 3px;
  margin-top: 35px;
  text-align: center;
}

.shop__sidebar .product-categories li {
  margin-bottom: 5px;
}

.shop__sidebar .product-categories li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  letter-spacing: 2px;
  font-family: 'SabonLTStd-Roman', serif;
}

.shop__sidebar .product-categories li a:hover, .shop__sidebar .product-categories li.current-cat a {
  color: #e79094;
}

#woocommerce_widget_cart-2 {
  display: none;
}

.shop__sidebar .woocommerce-mini-cart {
  margin-top: 35px !important;
}

.shop__sidebar .woocommerce-mini-cart li {
  position: relative;
  left: -25px;
  padding-bottom: 15px !important;
  margin-top: 15px !important;
  width: 90%;
}

.shop__sidebar .woocommerce-mini-cart .woocommerce-mini-cart-item a {
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  color: #000;
}

.shop__sidebar .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove {
  font-size: 16px;
}

.shop__sidebar .woocommerce-mini-cart .woocommerce-mini-cart-item a img {
  position: relative;
  right: -10px;
  border: 1px solid #fff;
  display: none;
}

.shop__sidebar .woocommerce-mini-cart span.quantity {
  padding-top: 10px;
  display: block;
}

.shop__sidebar p.woocommerce-mini-cart__total {
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid #fff !important;
}

.shop__sidebar .button.wc-forward {
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
  }

.single-product .shop__sidebar, .shop--single-page .shop__sidebar {
  display: none;
}

.woocommerce #respond input#submit {
  display: block !important;
  width: 100% !important; 
  text-align: left !important;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  background: #d8c696 url(img/ico_button-bg-white.png) no-repeat 90% 50% !important;
  background-size: 35px 8px !important; 
  border-radius: 0 !important;
  padding-left: 20px !important;
  max-width: 230px;
  margin-top: 25px !important; 
}

.woocommerce #reviews #comments ol.commentlist li.comment {
  border-top: 1px solid #f1f1ed;
  padding-top: 40px;
}

.woocommerce #reviews #comments ol.commentlist li.comment .comment-text {
  border: 0;
  padding: 0;
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li.comment .comment_container img, 
.woocommerce #review_form_wrapper .comment-respond .comment-reply-title {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li.comment .comment_container strong.woocommerce-review__author {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  font-family: 'SabonLTStd-Roman', serif;
}

.woocommerce #review_form_wrapper textarea#comment, .woocommerce #review_form_wrapper input {
  border: 1px solid #f1f1ed;
  display: block;
  width: 100%;
}

.woocommerce #review_form_wrapper input {
  padding: 10px;
}

.woocommerce #review_form_wrapper label {
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}

span.woocommerce-review__dash {
  display: none;
}

@media (min-width: 1142px) {
  .shop__sidebar .button.wc-forward {
    width: 48%;
  }
}

@media (min-width: 665px) {
  .shop__sidebar {
    padding-bottom: 0;
    border-bottom: none;
  }

  .shop__sidebar .product-categories {
    padding-bottom: 30px;
  }

  .shop__sidebar h2, .shop__sidebar .product-categories {
    text-align: left;
  }

  .single-product .shop__sidebar, .shop--single-page .shop__sidebar {
    display: block !important;
  }

}

@media (max-width: 665px) {
  .shop__sidebar .widget_shopping_cart {
    display: none;
  }
}


/*--- SHOP SINGLE PAGE --- */

.shop__single-page {
  padding: 0 50px;
}

.shop__single-page h2{
  margin-top: 16px;
  margin-bottom: 30px;
  display: block;
  color: #d8c696;
}

.shop__single-page form {
  margin-top: 30px !important;
}

.shop__single-page .gform_button {
  display: block !important;
  width: 100% !important; 
  text-align: left !important;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  background: #d8c696 url(img/ico_button-bg-white.png) no-repeat 90% 50% !important;
  background-size: 35px 8px !important; 
  border-radius: 0 !important;
  padding-left: 20px !important;
  max-width: 230px;
  margin-top: 25px !important; 
  border: none !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  letter-spacing: 2px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #8abbca;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #8abbca;
}


@media (min-width: 665px) {
  .shop__single-page {
    padding-left: 0;
  }
}



/*--- SHOP: CART ---*/

.woocommerce-cart .woocommerce {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}


.woocommerce-cart .shop__nav {
  margin-bottom: 0;
  border-bottom: 0;
}


.woocommerce-cart .shop {
  padding-bottom: 0;
}

.woocommerce-cart .cart-details {
  margin-top: 50px;
  overflow: hidden;
}

.woocommerce-cart .woocommerce-cart-form__cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9d9d4;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 67px;
  min-width: 67px;
  height: 67px;
  overflow: hidden;
  margin-right: 25px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-details__info {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-details__price {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-bottom: 66px
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-name {
  margin-bottom: 5px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a,
.woocommerce-cart .woocommerce-cart-form__cart-item .product-subtotal {
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .controls > * {
}

.woocommerce-cart .woocommerce-cart-form__cart-item .removeit {
  height: 44px;
  width: 44px;
  border: 1px solid #8abbca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .removeit img {
  width: 15px;
  height: 18.5px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .quantity input {
  height: 44px;
  line-height: 44px;
  border: 1px solid #8abbca;
  color: #8abbca;
}

.woocommerce-cart .cart-update .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-cart .cart-update .actions .coupon {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.woocommerce-cart .cart-update .actions input.input-text {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  border: 1px solid #8abbca;
  color: #8abbca !important;
  padding-left: 15px;
  position: relative;
  top: 1px;
}

.woocommerce-cart .cart-update .actions .button { 
  width: 100%;
  text-align: left !important;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  background: #8abbca url(img/ico_button-bg-white.png) no-repeat 90% 50% !important;
  background-size: 35px 8px !important; 
  border-radius: 0 !important;
  padding: 0 70px 0 20px !important;
  font-weight: normal !important;
}

.woocommerce-cart .cart-update .actions .button--gold {
  background-color: #d8c696 !important;
}

.woocommerce-cart .cart-collaterals {
  background: #f1f1ed;
  margin-top: 25px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
  padding: 40px 50px;
  font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals .line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  letter-spacing: 1px;  
}

.woocommerce-cart .cart-collaterals .cart_totals .line-item .title {
  text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-line-item {
  text-transform: uppercase;
  padding: 10px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-line-item p {
  padding-top: 10px;
  text-transform: none;
  margin-bottom: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-line-item p a {
  color: #8abbca;
}

.woocommerce-cart .cart-collaterals .cart_totals .shipping-line-item .woocommerce-Price-amount{
  float: right;
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total {
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #d9d9d4;
  padding: 20px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 20px 0 0 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: block;
  text-align: left !important;
  cursor: pointer;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  background: #8abbca url(img/ico_button-bg-white.png) no-repeat 90% 50% !important;
  background-size: 35px 8px !important; 
  border-radius: 0 !important;
  padding: 0 70px 0 20px !important;
  font-weight: normal;
}

@media (min-width: 850px) {
  .woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail {
    width: 133px;
    min-width: 133px;
    height: 133px;
    margin-right: 50px;
  }

  .woocommerce-cart .woocommerce-cart-form__cart-item .product-details__info {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }

  .woocommerce-cart .woocommerce-cart-form__cart-item .product-details__price {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .woocommerce-cart .cart-collaterals {
    margin-top: 50px;
  }

}

@media (max-width: 850px) {
  .woocommerce-cart .woocommerce {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce-cart .col1, .woocommerce-cart .col2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 400px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 15px !important;
  }
}

@media (min-width: 1082px) {

  .woocommerce-cart .cart-update .actions .coupon {
    -ms-flex-preferred-size: 370px;
        flex-basis: 370px;
  }

  .woocommerce-cart .cart-update .actions input.input-text {
    display: inline-block;
    width: auto;
  }


  .woocommerce-cart .cart-update .actions .button {
    width: auto;
  }
}


/*--- SHOP: CHECKOUt ---*/

.woocommerce-checkout .shop__nav {
  margin-bottom: 0;
  border-bottom: 0;
}


.woocommerce-checkout .shop {
  padding-bottom: 0;
  margin-bottom: 30px;  
}

.woocommerce-checkout h2 {
  color: #ef7d67;
}

.woocommerce-checkout h3 {
  font-size: 16px;
}

.woocommerce-checkout input, .woocommerce-checkout textarea,.woocommerce-checkout select  {
  padding: 15px;
  border: 1px solid #8abbca;
  color: #b8b8b5 !important;
  font-size: 16px;
  font-weight: lighter;
}
  
.woocommerce-checkout .woocommerce a {
  color: #8abbca;
}



/*--- POPUPS ---*/
.snp-newtheme1 {
  background: none !important;
  padding-top: 0 !important;
}

.snp-newtheme1 .snp-close {
  background: #a4d7d5 !important;
}

.snp-newtheme1 .snp-close:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: white;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
  left: 7px;
}

.snp-newtheme1 .snp-close:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background: white;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  left: 7px;
}

.snp-newtheme1 .snp-newsletter-content {
  background: #d5edec !important;
  padding: 30px !important;
}

.snp-newtheme1 .snp-newsletter-content h2 {
  color: #ec808a !important;
  font-family: 'SabonLTStd-Roman', serif !important;
  font-size: 32px !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}

.snp-newtheme1 .snp-newsletter-content h2:before {
  display: none !important;
}

.snp-newtheme1 .snp-newsletter-content p {
  font-family: 'Lato', sans-serif !important;
  color: #121212 !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  margin: 0 0 20px !important;
}

.snp-newtheme1 form input[type="text"], 
.snp-newtheme1 form select, 
.snp-newtheme1 form textarea, 
.snp-newtheme1 form input[type="text"]:focus, 
.snp-newtheme1 form select:focus, 
.snp-newtheme1 form textarea:focus {
  background: white !important;
  border: none !important;
  font-family: 'Lato', sans-serif !important;
  color: #121212 !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding: 15px !important;
}

.snp-newtheme1 form input[type="submit"] {
  font-family: 'Lato' !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  padding: 17px 22px !important;
  width: auto !important;
  letter-spacing: 2px !important;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}


/*--- SOCIAL ---*/
/*--- Some of this is a bit hacky to get the wordpress instagram plugin to work right ---*/
/* 


/*--- FOOTER ---*/

footer {
	background: white;
}

.instagram-feed-container {
	padding: 25px 45px;
	background: #F1F1E8;
	width: 80%;
	display: block;
	text-align: center;
	max-width: 800px;
	margin: 25px auto;
}

footer.row {
  padding-top: 49px;
  padding-bottom: 60px;
  background: #f1edea;
}

footer .col { 
  margin-bottom: 40px;
}

.footer__title {
  color: #8abbca;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 25px;
}

.footer__contact a {
  color: #000;
}

.footer__icons {
  margin-top: 20px;
  position: relative;
  left: -5px;
}

.footer__icon {
  color: #8abbca;
  padding-right: 25px;
}

.footer__icon:hover {
  color: #a4c1ca;
}

@media (min-width: 665px) {
  footer .col {
    margin-bottom: 0;
  }
}

/*--- SHOP PAGE: BANNER ---*/

.shop-banner {
  background: url(img/bg_shop-banner.jpg);
  background-size: cover;
  background-position: center;
  min-height: 450px;  
  padding: 40px 0;
}

.shop-banner__omstars {
  background: url(img/bg_shop-banner_3.jpg);
  background-size: cover;
  background-position: center;
  min-height: 450px;  
  padding: 40px 0;
/*   margin-bottom: 60px; */
}

.shop-banner .grid {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shop-banner__reverse .grid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.shop-banner__text h2 {
  color: #fff;
  font-size: 40px;
}

.shop-banner__text p {
  color: #fff;
}

.shop-banner__text a {
  color: #fff;
}

.shop-banner__text a.btn {
  background: white;
  padding: 18px 12px 18px 15px;
  display: table;
  color: #4797b7;
  width: fit-content;
}

.shop-banner__text a.btn:hover {
  color: #ef7d67;
}

.shop-banner__text a.btn:focus {
  outline: none;
}

@media (max-width: 665px) {
  .mobile-col__ful {
    flex-basis: 100%;
  }
}

/*--- SHOP PAGE: CONTENT ---*/

.padded-top {
  padding-top: 70px;
}

.shop-page {
  padding-top: 50px;
  position: relative;
}

.shop-page__content h2 {
  color: #6cb7a8; /* #ef7d67 */
  margin-top: 0;
  margin-bottom: 15px;
}

.shop-page__content h3 {
  color: #ef7d67; /* #ef7d67 */
}

.shop-page__content a {
  display: block;
  color: #6cb7a8;
  margin-bottom: 60px;
}

.shop-page__content a.btn {
  background: white;
  padding: 18px 12px 18px 15px;
  display: table;
  color: #6cb7a8;
  width: fit-content;
}

.shop-page__content a.btn:hover {
  color: #ef7d67;
}

.shop-page__content a.btn:focus {
  outline: none;
}

@media (min-width: 768px) {
  .shop-page__product_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    margin-bottom: 42px;
  }

  .shop-page__product_row > div {
    margin: 0 15px;
  }
  
  .shop-page__product_row > div:first-child {
    margin-left: 0;
  }
  
  .shop-page__product_row > div:last-child {
    margin-right: 0;
  }
}

.shop-page__product_row > div > img {
  display: block;
  margin: 0;
  flex: 0 1 auto;
  align-self: auto;
}

.shop-page__product_row > div > img.mobile {
  display: block;
}

.shop-page__product_row > div > img.desktop {
  display: none;
}

@media (min-width: 768px) {
  .shop-page__product_row > div > img.mobile {
    display: none;
  }
  .shop-page__product_row > div > img.desktop {
    display: block;
  }
}

.shop-page__product_row h3 {
  color: #6cb7a8;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 6px;
}

.shop-page__product_row a {
  color: #6cb7a8 !important;
}

.shop-page__product_row a:hover {
  color: #ef7d67 !important;
}

.shop-page:before {
  content:'\A';
  position:absolute;
  background: #f1f1ed;
  top:0;
  left:0; 
  width:100%;
  height: 380px; /* 35% */
  z-index: 1;
}

.shop-page .grid {
  position: relative;
  z-index: 999;
}

.shop-page__sidebar {
  text-align: right;
  margin-top: 5px;
}

.shop-page__sidebar img:first-child {
  padding-bottom: 350px;
}

.shop-page__sidebar img:last-child {
  padding-top: 380px;
}

.shop-page__sidebar h3 {
 color: #ef7d67;
 padding-left: 70px;
 line-height: 1.3em;
}

@media (min-width: 665px) {
  .shop-page {
    padding-top: 100px;
  }
}

.shop-discount {
  margin-top: 80px;
}

.shop-discount_offer {
  text-align: center;
  padding: 25px;
  border: 1px solid #ffb2bf;
  border-radius: 2px;
  width: 100%;
}

@media (min-width: 992px) {
  .shop-discount_offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.shop-discount_offer p {
  font-size: 18px;
  color: #ef7d67;
}

@media (min-width: 992px) {
  .shop-discount_offer p {
    margin: 0;
    font-size: 20px;
  }
}

.shop-discount_offer a {
  color: #ef7d67;
}

/* IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .header__nav {
    display: block;
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    float: right;
    text-align: right;
  }
  
  .header__nav li {
    display: inline-block;
  }
  
  .social .grid {
    display: block;
    margin-right: -1px;
  }
  
  .social .grid > div {
    display: inline-block;
    float: left;
    width: 33.33333%;
  }
  /*
  .social__insta-large .sbi_photo_wrap {
    width: 50%;
  }*/
  
  .social__twitter {
    height: 100%;
  }
  
  .schedule__content {
    display: block;
  }
  
  .schedule__item {
    display: inline-block;
    vertical-align: top;
    width: 32%;
  }
  
  .shop__related-products .products {
    display: block;
  }
  
  .shop__related-products .products li.first {
    clear: none !important;
  }
  
  body.single .flex-wrapper {
    display: block;
  }
  
  .video-banner .grid {
    display: block;
    text-align: center;
  }
  
  .video-banner .button {
    display: inline-block;
  }
}



/* Podcasts */
.podcast-page {
  margin: 0 0 50px;  
}

@media (min-width: 865px) {
  .podcast-page .col3 {
    padding: 0 49px;
  }
}

.podcast-page h2 {
  font-size: 32px;
  line-height: 1.5;
}

.podcast-page h3 {
  font-size: 26px;
  line-height: 1.5;
}

.podcast-page h4 {
  font-size: 20px;
  line-height: 1.5;
}



/* Show notes */
.show-notes h1,
.show-notes h2,
.show-notes h3,
.show-notes h4,
.show-notes h5 {
  color: #ef7d67;
  margin: 0 0 10px;
}

.show-notes p a {
  color: #ef7d67;
  text-decoration: underline;
}

.show-notes p a:hover {
  text-decoration: none;
}

.show-notes {
  margin-top: 20px;
}

.show-notes .expand {
  color: #ef7d67;
  text-decoration: underline;
  cursor: pointer;
}

.show-notes .expand:hover {
  text-decoration: none;
}

.show-notes__content {
  margin-top: 15px;
  display: none;
  padding: 30px;
  box-sizing: border-box;
  background: #f1f1ed;
}

.shop-latest {
  margin-top: 80px;
}

.shop-latest h1,
.shop-latest h2 {
  color: #6cb7a8;
}

.shop-latest ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
}

.shop-latest ul li {
  margin: 5px;
}

.shop-latest ul li a {
  background: white;
  padding: 18px 12px 18px 15px;
  display: table;
  color: #4797b7;
  width: fit-content;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  border: 1px solid #4797b7;
}

.shop-latest ul li a:hover {
  background: #4797b7;
  color: white;
}


/*--- LANDING PAGE ---*/


.hero-banner {
  position: relative;
  background: #e4dcd7;
  background-position: center;
  background-repeat: no-repeat;
  /* min-height: 450px;  */
  min-height: 540px;
  max-height: 540px;
  padding: 0;
}

.page-id-11069 .hero-banner {
	background-size: cover;
}

.hero-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* background: #000; */
  opacity: 0.35;
}

.page-id-11069 .hero-banner:before {
	background: #000;
}

.hero-banner .grid {
  justify-content: left;
  align-items: center;
}

.page-id-11069 .grid {
	justify-content: center;
}

.hero-banner .hero-content {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 45%;
}

.page-id-11069 .hero-content {
    max-width: 740px;
}



.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6,
.hero-content p {
  color: #fff;
}

.hero-content .btn {
  width: auto;
  display: inline-block;
  margin: 0px auto 0;
  background: #8bbac8;
  color: #fff;
  padding: 18px 15px;
}
.page-id-11069 .hero-content .btn {
	display: table;
	margin: 40px auto 0;
	background: white;
	color: #e79094;
}

.hero-content .btn:hover {
  color: #111111;
}

.main-content {
  padding-bottom: 70px;
}

.main-content .text-content img {
  height: auto;
  margin-bottom: 0;
}

.main-content .text-content ul {
  font-family: 'SabonLTStd-Roman', serif;
  font-weight: normal;
  font-size: 22px;
}

.main-content .text-content ul {
  padding-left: 20px;
}

.main-content .text-content ul li {
  margin: 0 0 12px;
  color: #6cb7a8;
}

.main-content .btn {
  width: auto;
  display: table;
  margin: 40px 0 0;
  background: #e79094;
  color: white;
  padding: 18px 15px;
}

.gift-banner {
  position: relative;
  background: #cc7062;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0;
  min-height: 540px;
  max-height: 540px;
}

.page-id-11069 .gift-banner {
	background-size: cover;
	background-position: center;
	padding: 40px 0;
	min-height: 450px;
}

.gift-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.35;
}

.page-id-11069 .gift-banner:before {
	background: #000;
}

.gift-banner h3 {
    font-family: 'Gill Sans', sans-serif;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 3px;
    margin: 0;
}

.page-id-11069 .gift-banner h3 {
	text-transform: uppercase;
}

.gift-banner h2 {
  margin: 10px 0 20px;
}

.gift-banner .grid {
  justify-content: right;
  align-items: center;
}

.page-id-11069 .gift-banner .grid {
	justify-content: center;
}

.gift-banner .hero-content {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 80%;
}

.page-id-11069 .gift-banner .hero-content {
	max-width: 740px;
}

.gift-content {
  position: relative;
  z-index: 5;
  color: #fff;
  max-width: 100%;
}

.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6,
.hero-content p {
  color: #fff;
}

.workshop-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.workshop-content .text-content img {
  height: auto;
  margin-bottom: 0;
}

.workshop-content .text-content ul {
  font-family: 'SabonLTStd-Roman', serif;
  font-weight: normal;
  font-size: 22px;
}

.workshop-content .text-content ul {
  padding-left: 20px;
}

.workshop-content .text-content ul li {
  margin: 0 0 12px;
}

.workshop-content .btn {
  width: auto;
  display: table;
  margin: 40px auto 0;
  background: #e79094;
  color: white;
  padding: 18px 15px;
}

.workshop-content h3 {
    font-family: 'Gill Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 24px;
    letter-spacing: 3px;
    margin: 0;
}

.workshop-content .large-content {
  /* max-width: 720px; */
  margin: 0 auto;
}

.workshop-content iframe {
  width: 100%;
}

.workshop-content blockquote {
  background: #efded6;
  padding: 30px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.workshop-content blockquote p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'SabonLTStd-Roman', serif;
  font-style: italic;
}

.claim-content {
  background: #f1edea;
  padding-top: 0px;
  padding-bottom: 0px;
}

.claim-content .col {
  text-align: center;
}

.claim-content h2.number {
  text-align: center;
  color: #ef7d67;
}

.claim-content_single h2.number {
  display: none;
}

.claim-content .btn {
  background: white;
  padding: 18px 12px 18px 15px;
  display: block;
  margin: 0 0 10px;
  color: #4797b7;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

.claim-content .btn:hover {
  background: #4797b7;
  color: white;
}

.claim-content .col-full {
  width: 100%;
  flex-basis: 100%;
  text-align: center;
}

.claim-content .grid {
  flex-wrap: wrap;
}

.claim-content_single .grid {
  justify-content: center;
}

@media (min-width: 665px) {
  .claim-content_single .col1 {
    flex-basis: 66.6666%;
  }
}

.faqs {
  background: #8abbca;
  padding-top: 0px;
  padding-bottom: 0px;
}

.faqs h1 {
  text-align: center;
  color: #fff;
}

.faqs .btn {
  background: white;
  padding: 18px 12px 18px 15px;
  display: table;
  margin: 40px auto 0;
  color: #4797b7;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

.faqs .btn:hover {
  background: white;
  color: #222222;
}

.faqs__answer {
  padding: 20px;
}

.faqs__answer p,
.faqs__answer p a {
  color: #dfad4b;
}

.faqs__question {
  margin-top: 14px;
  border-radius: 2px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
  padding-right: 15px;
  transition: height 0.3s ease, border 0.3s ease;
      border-bottom: 1px solid rgba(255,255,255,0.2);
}

.faqs__question:after {
  width: 14px;
  height: 9px;
  content: "+";
  position: absolute;
  display: block;
top: 8px;
    right: 0;
    background-repeat: no-repeat;
    transition: transform 0.2s;
    color: #fff;
    font-size: 22px;
}

.faqs__question--open::after {
  content: "_";
  top: 4px;
}

.faqs__question h6 {
      font-family: 'SabonLTStd-Roman', serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 12px 0;
    letter-spacing: 0.015em;
}

.faqs__answer {
  padding-top: 0;
  height: 0;
  padding: 0;
  transition: all 0.3s;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.faqs__answer p,
.faqs__answer ul {
  color: #ffffff;
  padding-bottom: 20px;
  line-height: 1.45;
}

.faqs__answer ul {
  list-style-type: disc;
  list-style-position: inside;
}



/* Shop page new additions */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 25px;
}

@media (min-width: 865px) {
  .container {
    padding: 0 50px;
  }
}

.shop-discounts-row {
  margin-top: 80px;
  margin-bottom: 40px;
}

.shop-discounts-row h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  color: #ef7d67;
}

.shop-discounts {
  width: 100%;
}

.shop-discounts > div {
  width: 100%;
  margin: 0 0 30px;
  background: #fbf5f5;
}

@media (min-width: 540px) {
  .shop-discounts {
    width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .shop-discounts > div {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media (min-width: 865px) {
  .shop-discounts > div {
    width: calc(33.3333% - 40px);
    margin: 0 20px 40px;
  }
}

.shop-discounts > div p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 15px;
  color: #ef7d67;
}

.shop-discounts > div a:hover {
  color: #ef7d67 !important;
}

.shop-discounts__thumb {
  display: block;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}

.shop-discounts__content {
  padding: 20px;
}



/* New products row */
.shop-products-row {
  margin-top: 80px;
  margin-bottom: 40px;
}

.shop-products-row h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  color: #ef7d67;
}

.shop-products {
  width: 100%;
}

.shop-products > div {
  width: 100%;
  margin: 0 0 30px;
  background: #fbf5f5;
}

@media (min-width: 540px) {
  .shop-products {
    width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .shop-products > div {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media (min-width: 865px) {
  .shop-products > div {
    width: calc(33.3333% - 40px);
    margin: 0 20px 40px;
  }
}

.shop-products > div img {
  display: block;
  width: 100%;
  height: auto;
/*   margin: 0 0 30px; */
}

.shop-products > div p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 15px;
  color: #ef7d67;
}

.shop-products > div h3 {
  color: #6cb7a8;
  margin: 0 0 10px;
}

.shop-products > div a:hover {
  color: #ef7d67 !important;
}

.shop-products__thumb {
  display: block;
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}

.shop-products__content {
  padding: 20px;
}

.shop-products a.js-buying-options {
  margin-top: 10px !important;
  cursor: pointer;
}

.shop-products a.js-buying-options.active i {
  transform: rotate(180deg);
}

.shop-products__buying-options {
  display: none;
  padding: 10px 0;
}

.shop-products__buying-options a {
  padding: 13px 20px;
  display: block;
  color: #4797b7;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}


/* Products archive & detail (non-WooCommerce) */

.shop-products-banner {
  background-size: cover;
  background-position: center;
}

.shop-products-banner:before {
  background: #000;
}

.shop-products-banner .hero-content {
  max-width: 50%;
}

@media (max-width: 664px) {
  .shop-products-banner .hero-content {
    max-width: 100%;
    padding: 20px;
  }
}

.shop-products__price {
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: #333 !important;
  line-height: 1.4;
}

/* Single product detail — scoped under #kino-product-single for specificity */

#kino-product-single {
  width: 100%;
  background: #fff;
}

#kino-product-single .kp-hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e4dcd7;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

#kino-product-single .kp-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

#kino-product-single .kp-hero h2 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: 'SabonLTStd-Roman', serif;
  font-size: 44px;
  font-weight: normal;
  margin: 0;
  padding: 0 30px 50px;
}

#kino-product-single .kp-body {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 25px 80px;
  text-align: center;
}

#kino-product-single .kp-price {
  font-family: 'SabonLTStd-Roman', serif;
  font-size: 28px;
  color: #6cb7a8;
  margin: 0 0 30px;
  line-height: 1.2;
}

#kino-product-single .kp-description {
  margin-bottom: 50px;
  text-align: left;
}

#kino-product-single .kp-description p {
  font-size: 18px !important;
  line-height: 32px !important;
  color: #333;
}

#kino-product-single a.kp-buy-btn {
  display: inline-block !important;
  background: #6cb7a8 !important;
  color: #fff !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  padding: 24px 60px !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: background 0.2s ease;
  border: none !important;
  border-radius: 0 !important;
}

#kino-product-single a.kp-buy-btn:hover {
  background: #5a9e90 !important;
  color: #fff !important;
}

#kino-product-single .kp-meta {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-top: 40px;
}

@media (max-width: 664px) {
  #kino-product-single .kp-hero {
    min-height: 350px;
  }

  #kino-product-single .kp-hero h2 {
    font-size: 32px;
    padding: 0 20px 30px;
  }

  #kino-product-single .kp-body {
    padding: 40px 20px 60px;
  }

  #kino-product-single .kp-description p {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  #kino-product-single a.kp-buy-btn {
    display: block !important;
    padding: 20px 30px !important;
    font-size: 16px !important;
  }
}

/* IE 10 */
/*
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width: 665px) {
  header {
    height: 90px;
  }
  
  .header__content {
    display: block;
  }
  
  .header__title {
    float: left;
    margin: 30px 0;
  }
  
  .header__nav li {
    padding: 20px 0;
    padding-left: 25px;
  }
  
  .grid {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .col1 {
    width: 33.3333%;
  }
  
  .col2 {
    width: 66.6666%;
  }
  
  .upcoming-workshops__info {
    display: inline-block;
    width: 31%;
    vertical-align: middle;
  }
  
  .upcoming-workshops__img {
    display: inline-block;
    vertical-align: middle;
  }

  .updates__image {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    float: left;
  }
  
  .updates__info {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
  }
  
  .featured-vid__image {
    display: inline-block;
    vertical-align: middle;
    width: 66.6666%;
    float: left;
    margin: 0;
  }
  
  .featured-vid__info {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  
  .latest-post {
    clear: both;
    overflow: auto;
  }
  
  .latest-post__img {
    width: 38%;
    display: inline-block;
    float: left;
  }
  
  .latest-post__info {
    display: inline-block;
    vertical-align: middle;
    width: 62%;
  }
  
  .schedule__title {
    width: 100%;
    display: block;
  }
  
  .schedule__title .col1 {
    width: 100%;
    display: block;
  }
  
  .schedule > .schedule__content,
  .schedule > .schedule__title {
    margin: 0 auto !important;
  }
  
  .schedule__item {
    width: 32.5%;
    width: calc(33.333% - 5px);
  }
  
  .schedule--detail {
    display: block;
  }
  
  .schedule--detail > .schedule__banner {
    display: block;
  }
  
  .schedule--detail .grid {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .schedule__detail {
    display: block;
  }
  
  .schedule__description {
    display: inline-block;
    float: left;
    width: 66.6666%;
  }
  
  .schedule__location {
    display: inline-block;
  }
  
  .video-banner .grid {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
  
  .video-banner .grid .col {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }
  
  .featured-vid__image {
    display: inline-block;
    width: 74%;
    margin: 0 !important;
    float: left;
  }
  
  .featured-vid__info {
    display: inline-block;
    width: 26%;
    margin: 0 !important;
  }
  
  .shop .grid {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
  
  .shop__sidebar {
    float: left;
    display: inline-block;
    vertical-align: top;
  }
  
  .shop__content {
    display: inline-block;
    vertical-align: top;
  }
  
  .shop__product-tabs {
    display: inline-block;
    float: right;
  }
  
  .shop__product-tabs:after,
  .shop__product-detail:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .shop__related-products-grid .col1 {
    float: left;
    display: inline-block;
  }
  
  .shop__related-products-inner {
    display: inline-block;
  }
  
  .shop__related-products .products {
    display: block;
  }
  
  .shop__related-products .products li {
    display: inline-block !important;
  }
  
  .shop__related-products-grid:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .blog-banner .grid {
    max-width: 1200px !important;
    margin: 0 auto !important;
  }
  
  .blog-banner .grid .col {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .blog-banner .menu-blog-menu {
    display: block;
  }
  
  .blog-banner .menu-blog-menu li {
    display: inline-block;
    padding: 20px;
  }
  
  .blog-post {
    margin-bottom: 100px;
  }
  
  .blog-post__image {
    width: 62%;
    display: inline-block;
    margin: 0 !important;
    float: left;
  }
  
  .blog-post .col__info {
    width: 38%;
    display: inline-block;
  }
  
  .blog-post:nth-child(even) .blog-post__image {
    float: right; 
  }
  
  .blog-post:nth-child(even) .blog-post .col__info {
    float: left; 
  }
  
  .journey .col1,
  .about-ashtanga .col1,
  .about-projects .col1 {
    float: left;
    display: inline-block;
  }
  
  .journey .col2,
  .about-ashtanga .col2,
  .about-projects .col2 {
   display: inline-block 
  }
  
  .journey:after,
  .about-ashtanga:after,
  .about-project:after,
  .about-banner:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .about-banner__text {
    float: right;
  }
  
  .about-projects__logos {
    background: #f4f4f4;
  }
  
  .social {
    display: block;
    width: 100%;
    background: white;
  }
  
  .social:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .social .grid {
    background: #f1f1ed;
    display: block;
    margin: 0 auto;
  }
  
  .social .grid:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .social_insta {
    display: inline-block;
    float: left;
  }
  
  footer {
    display: block;
    clear: both;
    overflow: auto;
  }
  
  footer .col {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    padding-right: 40px;
    width: 32%;
    box-sizing: border-box;
  }
  
  footer .col:last-child {
    padding-right: 0;
  }
}
*/

/* IMPROTANT TODOS 
  
  29) Check grid on all pages

  30) Restrict maps api key (once on live server)
  
  33) refactor main.js

  34) Cross browser ff, saf, ie10

  38) style single post tags 

  43) finish checkout

*/

/* SHOP STUFF

7) install modal window for image links

43) finish checkout

*/

/* IMPORTANT TODOS NEED TO TALK WITH KINO


  2) Where do videos need to go to -> All link directly to omstars? Remove existing viddos?

  6) Set up pagination

  7) Some posts just don't work with new design

  8) Fix long form post styling, paragraphs, images etc etc

  9) Current website doesn't have descriptions for events and new design expects desciptions
  
*/

/* THINGS TO DO ON STAGING WP INSTALL

  7) hide video posts from mail blog results? 

  9) Set up videos category with correct custom fields etc

  10) Make option to change date overlay colour for blog posts etc (single too)

  12) Make blog category for Kino's writing and make sure homepage is only pulling those! 

*/

/* THINGS TO DO ON LIVE WP INSTALL 

  1) Change schedule link to correct url

*/



.custom-form-container {
	max-width: 650px;
	margin: auto;
}

.wpforms-submit.send_button {
	font-size:13px;
}