.pp_social .pinterest {
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}
.pp_social .facebook{width:50px !important ;}

.wp_pinterest_to_wordpress_link{
    background: url("../images/link.png") no-repeat scroll 0 0 / contain transparent;
    display: block;
    float: right;
    height: 30px;
    width: 30px;
}

.wp_pinterest_to_wordpress_itm_desc{
	  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
    margin: 0 10px;
    padding: 5px 0;
    border-top: 1px solid #F1F1F1;
    font-size:11px;
}


.wp_pinterest_to_wp_itm_contain{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    float: left;
    overflow: hidden;
   
     background-color: #FFFFFF;
    
}

.wp_pinterest_to_wp_itm {
  	
  	background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3) inset;
    float: left;
    
    margin: 10px;
    
    
}

.wp_pinterest_to_wp_wraper{
	padding:10px;
	display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
width:100%;
}

 
 
 
a.wp_pinterest_to_wp_gallery {
	display: inline-block;
	position: relative;
	text-align:center;
	text-decoration: none;	 
}



a.wp_pinterest_to_wp_gallery strong {
	display: block;
}

a.wp_pinterest_to_wp_gallery div.outer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	background: linear-gradient(#fff,#ccc);
	background: -webkit-linear-gradient(#fff,#ccc);
	
	box-shadow: 0 2px 4px rgba(0,0,0,.5);
	transition: .4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
a.wp_pinterest_to_wp_gallery div.outer div {
	background-size:cover;
}
a.wp_pinterest_to_wp_gallery div.outer:nth-child(3) { transform: rotate(3deg); -webkit-transform: rotate(3deg); }
a.wp_pinterest_to_wp_gallery div.outer:nth-child(2) { transform: rotate(6deg); -webkit-transform: rotate(6deg); 
a.wp_pinterest_to_wp_gallery div div {
	 background-size: cover;
}