.pinterest-container {
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
width: 100%;
list-style-type: none;
position: relative;
margin: 0;
padding: 0;
}
.pinterest-container li {
list-style: none!important;
width: 200px;
background:transparent none repeat scroll 0 0;
background-image: none;
list-style-image:none;
list-style-type:none;
display: none;
margin: 0;
padding: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.pinterest-container li.inactive {
visibility: hidden;
opacity: 0;
}
.pinterest-container a, .pinterest-container a:active, .pinterest-container a:focus{
text-decoration: none;
outline: 0;
}
.pinterest-container li {
-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;
}
.pinterest-container li img {
margin: 0;
padding: 0;
display: block;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
}
div.front{
margin: 0;
padding: 0;
position: relative;
z-index: 1001;
background: #C71585;
color: #FFF; }
div.back{
position: absolute;
top: 0;
left: 0;
margin: 0;
background: #FFF; }
div.back h4{
margin: 7px 7px 0 7px;
} .pinterest-container li p, .pinterest-container li p, .pinterest-container li p{
color: #666;
font-size: 12px;
margin: 7px 7px 0 7px;
padding-bottom: 8px;
color: #FFF;
}
div.info{
background: #FFF;
}
div.info h4{
margin: 0px 7px 0 7px;
padding-top: 10px;
} .cq-pinterest-filters {
list-style-type: none;
text-align: center;
margin: 0 5% 12px 5%;
}
.cq-pinterest-filters li {
display: inline-block;
background: #333;
color: #FFF;
font-size: 12px; padding: 4px 8px 4px 8px;
cursor: pointer;
margin: 0 1% 0 1%; -webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.cq-pinterest-filters li:hover {
background: #B03060;
}
.cq-pinterest-filters li.active {
background: #0066ff;
color: #FFFFFF;
}
.wookmark-placeholder {
-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;
}