/**
 * Theme Name: Ink - Child Theme
 * Author: OBDC
 * Description: PLM theme
 * Version: 1.0.0
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: stag
 * Domain Path: /languages/
 * Tags: Tags: theme-options, fluid-layout, editor-style, featured-images, translation-ready
 * Template: ink
 */

/**
 * Place Custom CSS Below this.
 */
a {
    color: #13171a;
}
a:focus, a:hover
{
  color: gray;
  text-decoration: none;
}



article p a {
    color: #13171a !important;
    text-decoration: underline;
}
article p a:focus, article p a:hover
{
  color: gray !important;
  text-decoration: none;
}


.post-grid a
{
  color: #ffffff;
}

.entry-title h1 {
	letter-spacing: .83rem;
	font-weight: 400;
}

h1.entry-title a:hover {
        text-decoration: none;
}


span.entry-subtitle {
	font-family: "din-condensed-web", sans-serif;
}

span.mt-0.entry-subtitle:after {
  background: #333;
}


.post h4
 {
  /*font-weight: normal;
  text-transform: uppercase;
  font-weight: 700;*/
  text-transform: none;
  color: #989898;
  font-family:"kepler-std";
  font-style:italic;
  font-weight:400;
  /*margin:9rem 0 4rem;*/
  /*font-size:24px;
  font-size:3.1rem;
  color:#989898;
  line-height:36px;
  line-height:4.5rem;
  letter-spacing:0;
  letter-spacing:.1rem;
  margin:9rem 0 4rem;
  */
}
/*@media (min-width:768px) and (max-width:1024px){
h1, h2, h3, h4, h5, h6{
  font-size:28px;font-size:3.5rem
  }}*/
  
blockquote {
	color: #989898;
        padding-left: 0 !important;

}

blockquote p {
	font-family: "din-condensed-web", sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	font-size: 1.5625rem;
}

.stag-tabs--normal .stag-nav a,
.stag-toggle--normal .stag-toggle-title {
  background: #979797;
}

/*.tiled-gallery .gallery-row {pour changer le style de la gallerie un espace entre les deux blocs*/
.tiled-gallery {
  margin-bottom: 3.75rem !important;
  }


.bg-dark {
    background-color: #333!important;
}   
.bg-light {
    background-color: #f9f9f9!important;
} 

.text-muted {
    color: gray;
} 
  
.blue-plm {
    color: #a5dcf1;
}   
 
.display-3, .display-4 {
    font-family:"kepler-std" !important;
    text-transform: none !important;      
}  

  
.sticky.is-sticky  a.nav-link.text-muted {
color: white !important;  
}  
  
  
 /*Album haut*/
.jumbotron {
  background-color: #fff;
}
.jumbotron.sticky.is-sticky {
  /*background-color: #f3f4f5;*/
    /*padding: 0;*/
    border-radius: 0;
}
/*
@media (max-width: 576px){
.jumbotron {
    padding: 50%;
}
}
*/

 /*Album haut*/
  
 /*Menu*/
 
 /*.navbar>.container{
  display: block; 
 } 
 */
 
.navbar-bootbites {
  /*background-color: #6f5499;*/
  background-color: #fff;
  margin-bottom: 0;
  color: #e3e3e3;
}
.navbar-bootbites .navbar-brand,
.navbar-bootbites .navbar-nav > li > a {
  color: #e3e3e3;
}
.navbar-bootbites .btn {
  color: #f3f3f3;
}
.jumbotron-bootbites {
  /*background-color: #EBE1F9;*/
}

.sticky.navbar {
  border-radius: 0;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.sticky .show-is-sticky,
.sticky .show-not-sticky {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.sticky .show-not-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.navbar.sticky.is-sticky.navbar {
  background-color: #333;
}

.sticky.is-sticky.navbar {
  /*background-color: #4b3968;*/
  /*background-color: #f3f4f5;*/
  /*background-color: #6c757d;*/
  /*background-color: #343a40;*/
  background-color: #333;
}
.sticky.is-sticky .show-is-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky .show-not-sticky {
  opacity: 0;
  visibility: hidden;
}

button.navbar-toggler:hover {
    /*background: #343a40;*/
    background: #333;

}

/*Ordre blocs */
@media (max-width: 768px) { 
    
    .row.al {
    margin-right: auto;
    margin-left: auto;
    }
    
    
.container.d-flex.ordre {
     display: flex; /*flex-flow: column;*/
}
.navbar-toggler.ordre { order: 1;}
.nav-masthead.ordre { order: 2;}
#navbarHeader { order: 3;}


.sticky.navbar{
    display: none;
}

.nav-masthead {
    display: none !important;
}

.sticky.is-sticky {
    display: block;
}

.menu-mobile {
    text-align: center;
}


}

/*Sticky post*/
@media screen and (min-width: 650px) {
  [data-layout="1-2-1-2"] .sticky_post.post-grid:nth-of-type(3n+1) {
    height: 500px;
  }
}

/*Menu*/

/*L.1021*/
hr:not(.stag-divider) {
  height: 1px;
  border: 1px solid #6c757d;
  max-width: 370px;
  margin: 50px auto;
  position: relative;
}
hr:not(.stag-divider)::before {
  /*content: "\f097";
  font-family: "FontAwesome";*/
  /*content: none;*/
  /*content: "\f141";*/
  /*content: "\f103";*/
  content: none;
}



/* Product base class */
.container {
  /*max-width: 960px;*/
}

@media (max-width: 768px) { 
.container.portrait {
padding-right: 0px;
padding-left: 0px;
}
}

.container ul.list-inline li a {
text-transform: uppercase;
color: #333;

}

/*
 * Extra utilities
 */

/*
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

*/

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
/* Product base class */


/* BUSINESS CASUAL
-------------------------------------------------- */

.page-section {
  /*margin-top: 5rem;*/
  /*margin-bottom: 5rem;*/
}



.section-heading .section-heading-upper {
  text-transform: uppercase;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.section-heading .section-heading-lower {
  text-transform: uppercase;
  display: block;
  /*font-size: 3rem;*/
  font-size: 2rem;
  font-weight: 700;
}

.section-heading .section-heading-lower a {
  color: #333;
}

.section-heading .section-heading-sub {
  text-transform: none;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    /*width: 75%;*/
    width: 68%;
    float: right;
  }
  .intro .intro-text {
    /*left: 12%;*/
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    /*width: 45%;*/
    width: 40%;
  }
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  /*font-weight: 400;*/
  font-family: "din-condensed-web", sans-serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -.05rem;
}
.marketing h2 a {
  color: #333;
}
.marketing span {
  letter-spacing: -.05rem;
  color: gray !important; 
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-family: "din-condensed-web", sans-serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -.05rem;

}

.featurette-heading span {
  letter-spacing: -.05rem;
  color: gray !important; 
}


.featurette-heading a {
  color: #333;
}

h3.display-5 {
  font-family: "din-condensed-web", sans-serif;
  font-weight: normal;
  text-transform: none !important;    
  line-height: 1.55;
}

p.lead {
  text-transform: none !important;
  font-family:"kepler-std";
  color: #333;
  font-weight:400;
  font-size: 1.2rem !important;
}

/*Blue categ*/
/*.my-3.py-3 h4 a, .album.py-5 h4 a*/
.mb-3 h4 a {
  text-transform: uppercase;
  display: block;
  /*font-size: 1.5rem;
  font-weight: normal;*/
}

.card-footer h4 a {
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  line-height: 1.4;
}


footer .col-6.col-md ul li a {
}

.col-md-4 h3 a, .col-6.col-md h5 a, .py-2 h2 a, .card-deck h2 a {
  color: #333;
}

.col-6.col-md h5 a:hover {
  color: gray;
  text-decoration: none;
}

/*
.card-columns {
    column-count: 2;
}

@media (max-width: 768px) { 
.card-columns {
    column-count: 1;
}    
}
*/

.card {
    border-radius: 0!important;
    border: none;
}

.card-body {
    border-bottom : 1px solid rgba(0, 0, 0, 0.125);
    border-right : 1px solid rgba(0, 0, 0, 0.125);
    border-left : 1px solid rgba(0, 0, 0, 0.125);
}

.card-img, .card-img-top, .card-img-bottom {
    border-radius: 0!important;
}

.card-title {
  margin-bottom: 0;
}

.card-title a {
  color: #333;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
  /*font-size: 2.5rem;*/
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    /*margin-top: 5rem;*/
  }
}
/* Fin carousel content */
  
  
 .site-nav {
  /*background-color: #f9f9f9;*/
  background-color: #fff;
}

.site-nav h4 {
  font-weight: 300;
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
}
.site-nav h5 {
  text-transform: none !important;
  font-family:"kepler-std";
  font-style:italic;
  font-weight:400;
}

.site-nav ul li a {
  text-transform: uppercase;
  font-weight: 300;
  font-family: "din-condensed-web", sans-serif;
}

.featuredPosts{
border-bottom:1px solid #f6f6f6;
margin-bottom: 20px;
overflow: hidden;
padding-bottom: 20px;
padding-bottom: 1.25rem;
}

.post-navigation {
  border-top: 1px solid #f6f6f6;
}

.entry-footer {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}

.post-share-buttons h5 {
  color: gray;
}

.search-submit {
  border: none;
  color: gray;
}

.fb,.twitter {
  background: #f6f6f6;
  color: gray;
  border: none;
}
.fb:hover {
  background: #3b5998;
  color: #fff;
}
.twitter:hover {
  background: #00acee;
  color: #fff;
}

.footer-widgets-container {
  /*border:none;*/
  border-top: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.footer-widgets-container a{
  color: gray;
}
.footer-widgets-container a:hover{
  color: #13171a !important;
}

@media only screen and (max-width: 760px) {
.post-content header h3 a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
}

.search-field {
  background:#fff;
  border: 1px solid #fff;
}

.tiled-gallery img {
    cursor: pointer;
}

.jp-carousel-info h2 {
  font:300 1.5em/1.1 "din-condensed-web", sans-serif !important;
  text-transform: uppercase !important;
}
.jp-carousel-info h2 a {
    color: #545c5e !important;
    text-decoration: none !important;
}
.jp-carousel-info h2 a:hover {
  color: gray !important;
  text-decoration: underline;
}
#jp-carousel-comment-form,.jp-carousel-commentlink,.jp-carousel-buttons{display:none;margin:0;padding:0;border:none}

/* Small screens
@media only screen and (max-width: 760px) {
    .jp-carousel-wrap {
        display: none !important;
    }
}
 */
 @media only screen and (max-width: 760px) {

    .tiled-gallery .tiled-gallery-item img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        /*margin: auto !important;*/
        max-width: 100%;
    }

    .tiled-gallery-item.tiled-gallery-item {
        float: none !important;
        display: block !important;
    }

    .tiled-gallery .gallery-group {
        float: none !important;
        height: auto !important;
        width: auto !important;
    }

    .tiled-gallery .gallery-row {
        height: auto !important;
        width: auto !important;
    }
    
 }

.page-cover a:not(.stag-button):not(.ui-tabs-anchor)
{
  color: #a5dcf1 !important;
}

.wp-caption-text a {
    color: #545c5e !important;
    text-decoration: none;
}
.wp-caption-text a:hover {
  color: gray !important;
  text-decoration: underline;
}

.tiled-gallery-caption a {
    color: #333 !important;
    text-decoration: none;
}
.tiled-gallery-caption a:hover {
  color: gray !important;
  text-decoration: underline !important;
}

.ink-contact-form {
  background: #f6f6f6;
  padding: 35px 35px 0 35px;
}

.wpcf7 label {
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  color: gray;
}

.ink-contact-form input[type="text"],
.ink-contact-form input[type="email"],
.ink-contact-form textarea
{
    /*background-color: #fff;
    color: #000;
    width: 50%;*/
    font-family:"kepler-std" !important;
    text-transform: none !important;
    border-color:gray !important;
}

div.wpcf7-mail-sent-ok {
    border-color: #a5dcf1 !important;
}


/*
 * ---------------------------------------------------------------------
 *  =SHARE-MODULE
 * ---------------------------------------------------------------------
*/

body.single-plm .sharing, body.single-post .sharing, body.page-template .sharing {
  position: fixed;
  top: 80%;
  /*right: 3%;*/
  left: 3%;
  z-index: 3;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  transition: 0; }
  body.single-plm .sharing div, body.single-post .sharing div, body.page-template .sharing div {
    -moz-transition: 0;
    -o-transition: 0;
    -webkit-transition: 0;
    transition: 0; }
  body.single-plm .sharing .other-languages .shareWrap.language-picker, body.single-post .sharing .other-languages .shareWrap.language-picker, body.page-template .sharing .other-languages .shareWrap.language-picker {
    border: 1px solid #ccc !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: none;
    background: white;
    color: gray; }
  body.single-plm .sharing .fa, body.single-plm .sharing .fa:before, body.single-post .sharing .fa, body.single-post .sharing .fa:before, body.page-template .sharing .fa, body.page-template .sharing .fa:before {
    transition: 0 !important; }
  @media only screen and (min-width: 46.25em) {
    body.single-plm .sharing .languages, body.single-post .sharing .languages, body.page-template .sharing .languages {
      margin-bottom: 50%; } }
  body.single-plm .sharing .shareWrap, body.single-post .sharing .shareWrap, body.page-template .sharing .shareWrap {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
    background: white;
    padding: .9em;
    color: gray;
    font-size: 1rem;
    text-align: center;
    -moz-transition: 0;
    -o-transition: 0;
    -webkit-transition: 0;
    transition: 0;
    cursor: pointer; }
    body.single-plm .sharing .shareWrap:last-child, body.single-post .sharing .shareWrap:last-child, body.page-template .sharing .shareWrap:last-child {
      border-bottom: 1px solid #ccc; }
    body.single-plm .sharing .shareWrap.language-picker, body.single-post .sharing .shareWrap.language-picker, body.page-template .sharing .shareWrap.language-picker {
      font-family: "circular-std", sans-serif;
      font-style: normal;
      border-bottom: 1px solid #ccc;
      background: #78D18B;
      color: white; }
      body.single-plm .sharing .shareWrap.language-picker a, body.single-post .sharing .shareWrap.language-picker a, body.page-template .sharing .shareWrap.language-picker a {
        text-decoration: none; }
      body.single-plm .sharing .shareWrap.language-picker:hover, body.single-post .sharing .shareWrap.language-picker:hover, body.page-template .sharing .shareWrap.language-picker:hover {
        /*background: #78D18B;*/
        background: gray;
        color: white; }
    body.single-plm .sharing .shareWrap.shares:hover, body.single-plm .sharing .shareWrap.facebook:hover, body.single-post .sharing .shareWrap.shares:hover, body.single-post .sharing .shareWrap.facebook:hover, body.page-template .sharing .shareWrap.shares:hover, body.page-template .sharing .shareWrap.facebook:hover {
      background-color: #3b5998; }
      body.single-plm .sharing .shareWrap.shares:hover i, body.single-plm .sharing .shareWrap.facebook:hover i, body.single-post .sharing .shareWrap.shares:hover i, body.single-post .sharing .shareWrap.facebook:hover i, body.page-template .sharing .shareWrap.shares:hover i, body.page-template .sharing .shareWrap.facebook:hover i {
        color: white; }
    @media only screen and (min-width: 46.25em) {
      body.single-plm .sharing .shareWrap.facebook:hover span.likes, body.single-post .sharing .shareWrap.facebook:hover span.likes, body.page-template .sharing .shareWrap.facebook:hover span.likes {
        display: block;
        background-color: #3b5998; } }
    @media only screen and (min-width: 46.25em) {
      body.single-plm .sharing .shareWrap.shares:hover span.shares, body.single-post .sharing .shareWrap.shares:hover span.shares, body.page-template .sharing .shareWrap.shares:hover span.shares {
        display: block;
        background-color: #3b5998; } }
    body.single-plm .sharing .shareWrap.twitter:hover, body.single-post .sharing .shareWrap.twitter:hover, body.page-template .sharing .shareWrap.twitter:hover {
      background-color: #4099FF; }
      body.single-plm .sharing .shareWrap.twitter:hover i, body.single-post .sharing .shareWrap.twitter:hover i, body.page-template .sharing .shareWrap.twitter:hover i {
        color: white; }
      @media only screen and (min-width: 46.25em) {
        body.single-plm .sharing .shareWrap.twitter:hover span.retweets, body.single-post .sharing .shareWrap.twitter:hover span.retweets, body.page-template .sharing .shareWrap.twitter:hover span.retweets {
          display: block;
          background-color: #4099FF; } }
    body.single-plm .sharing .shareWrap.pinterest:hover, body.single-post .sharing .shareWrap.pinterest:hover, body.page-template .sharing .shareWrap.pinterest:hover {
      color: white;
      background-color: #cb2027; }
    body.single-plm .sharing .shareWrap.tumblr:hover, body.single-post .sharing .shareWrap.tumblr:hover, body.page-template .sharing .shareWrap.tumblr:hover {
      background-color: #32506d; }
      body.single-plm .sharing .shareWrap.tumblr:hover i, body.single-post .sharing .shareWrap.tumblr:hover i, body.page-template .sharing .shareWrap.tumblr:hover i {
        color: white; }
  body.single-plm .sharing div a span, body.single-post .sharing div a span, body.page-template .sharing div a span {
    display: none; }
  body.single-plm .sharing div span, body.single-post .sharing div span, body.page-template .sharing div span {
    display: none; }
  body.single-plm .sharing div span:nth-child(3), body.single-plm .sharing div span.likes-41963, body.single-post .sharing div span:nth-child(3), body.single-post .sharing div span.likes-41963, body.page-template .sharing div span:nth-child(3), body.page-template .sharing div span.likes-41963 {
    display: none;
    position: fixed;
    right: 100%;
    width: auto !important;
    margin-top: -71%;
    color: white;
    padding: .9em;
    font-family: "circular-std", sans-serif; }
  body.single-plm .sharing .facebook iframe, body.single-plm .sharing .pinterest iframe, body.single-post .sharing .facebook iframe, body.single-post .sharing .pinterest iframe, body.page-template .sharing .facebook iframe, body.page-template .sharing .pinterest iframe {
    z-index: 1;
    display: block;
    width: 18px !important;
    opacity: 0;
    height: 18px; }
  body.single-plm .sharing span, body.single-post .sharing span, body.page-template .sharing span {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  body.single-plm .sharing.horizontal, body.single-post .sharing.horizontal, body.page-template .sharing.horizontal {
    height: auto !important;
    position: static;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 0px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    body.single-plm .sharing.horizontal .languages, body.single-post .sharing.horizontal .languages, body.page-template .sharing.horizontal .languages {
      padding-top: 2.33333em;
      height: auto;
      position: static; }
    body.single-plm .sharing.horizontal .language-picker, body.single-post .sharing.horizontal .language-picker, body.page-template .sharing.horizontal .language-picker {
      padding: .6rem; }
    body.single-plm .sharing.horizontal .languages, body.single-post .sharing.horizontal .languages, body.page-template .sharing.horizontal .languages {
      margin-left: 30%; }
    body.single-plm .sharing.horizontal .shareWrap, body.single-post .sharing.horizontal .shareWrap, body.page-template .sharing.horizontal .shareWrap {
      display: none !important;
      width: 25%;
      float: left;
      display: inline-block;
      border: 1px solid #ccc !important;
      border-right: 0px !important;
      border-top: 0px !important; }
      body.single-plm .sharing.horizontal .shareWrap:last-child, body.single-post .sharing.horizontal .shareWrap:last-child, body.page-template .sharing.horizontal .shareWrap:last-child {
        border-right: 1px solid #ccc !important; }
    body.single-plm .sharing.horizontal .other-languages .language-picker, body.single-post .sharing.horizontal .other-languages .language-picker, body.page-template .sharing.horizontal .other-languages .language-picker {
      width: 100% !important; }
    body.single-plm .sharing.horizontal .language-picker, body.single-post .sharing.horizontal .language-picker, body.page-template .sharing.horizontal .language-picker {
      border-top: 1px solid #ccc !important; }
    body.single-plm .sharing.horizontal .language-picker, body.single-plm .sharing.horizontal .other-languages, body.single-post .sharing.horizontal .language-picker, body.single-post .sharing.horizontal .other-languages, body.page-template .sharing.horizontal .language-picker, body.page-template .sharing.horizontal .other-languages {
      display: inline-block !important;
      font-size: .8rem;
      margin: 0;
      position: relative;
      float: left;
      top: inherit;
      left: inherit;
      right: inherit;
      bottom: inherit; }
      body.single-plm .sharing.horizontal .language-picker.active, body.single-plm .sharing.horizontal .other-languages.active, body.single-post .sharing.horizontal .language-picker.active, body.single-post .sharing.horizontal .other-languages.active, body.page-template .sharing.horizontal .language-picker.active, body.page-template .sharing.horizontal .other-languages.active {
        background: #78D18B;
        color: white; }

.interactive-acf .story-meta {
  color: #999;
  margin: 1.5em 0 0;
  line-height: 30px; }
  .interactive-acf .story-meta:after {
    content: '';
    display: block;
    width: 2.25em;
    margin-top: 1.4em; }
    @media only screen and (min-width: 62.5em) {
      .interactive-acf .story-meta:after {
        border-top: 0.05em solid #000; } }
  .interactive-acf .story-meta .collab-info {
    float: right; }

.product-link figure {
  display: block;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto auto 2rem;
  overflow: hidden; }
  .product-link figure * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .product-link figure img {
    vertical-align: top;
    float: none;
    width: 100%; }
    @media only screen and (min-width: 62.5em) {
      .product-link figure img {
        float: right;
        width: 60%; } }
    @media only screen and (min-width: 98.75em) {
      .product-link figure img {
        width: 70%; } }
  .product-link figure figcaption {
    float: none;
    width: 100%;
    background: #f9f9f9;
    padding: 4%;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media only screen and (min-width: 62.5em) {
      .product-link figure figcaption {
        float: right;
        width: 40%;
        min-height: 100%;
        position: absolute; } }
    @media only screen and (min-width: 98.75em) {
      .product-link figure figcaption {
        width: 30%; } }
    .product-link figure figcaption h4 {
      font-size: 1.5rem;
      line-height: 1em;
      margin: 0 0 .4em 0; }
    .product-link figure figcaption em.price {
      display: block;
      margin: 1em 0; }
    .product-link figure figcaption .button-wrapper {
      text-align: center; }
    @media only screen and (min-width: 62.5em) {
      .product-link figure figcaption button, .product-link figure figcaption .btn {
        position: absolute;
        bottom: 8%;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .product-link figure figcaption .prod-description {
      font-size: 1rem;
      margin-bottom: 1.5em; }
