/* Elimina Linea verda parcial sota els headings*/
.sppb-addon h3.sppb-addon-title:after {
  background: none;
}
.sppb-addon h3.sppb-addon-title {
  margin: 20px 0;
  width: auto;
  padding-right: 30px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.2);
  display: inline-table;
  line-height: 1.3;
}
/* canvia titols a font lighter*/
.sppb-addon h1.sppb-addon-title {
  font-weight:lighter;
}
/*-----------------------------------*/
/*Llista en columnes adaptables*/
.columnes
{   
    -moz-column-width: 20em; /* Firefox */
    -webkit-column-width: 20em; /* webkit, Safari, Chrome */
    column-width: 20em;
}
/*-----------------------------------*/
/*remove standard list and bullet formatting from ul*/
.columnes ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*-----------------------------------*/
/* correct webkit/chrome uneven margin on the first column*/
.columnes ul li:first-child
{
    margin-top:0px;
}
/*-----------------------------------*/
/* Elimina Linea verda parcial sota els headings dels blocs*/
.entry-header h2:after {
background: none; }

/*Text article intro*/
.post_intro h5 
{
line-height: 1.45em;
text-transform: uppercase;
hyphens: auto;
}
/*-----------------------------------*/
/*Elimina espai sota la imatge introductoria al bloc*/
.entry-image, .entry-gallery, .entry-video, .entry-audio, .entry-link, .entry-status, .entry-quote {
    margin-bottom: 0;}
.masonry_item .intro-image {
    margin-bottom: 0;
}
/*-----------------------------------*/

/*Elimina padding targetes flip*/

.threeD-flip-back .threeD-content-inner, .threeD-flip-front .threeD-content-inner {
    width: 100%;
   padding: 0 10px; 
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(60px);
    -webkit-transform: translateY(-50%) translateZ(60px);
    -ms-transform: translateY(-50%) translateZ(60px);
}