{{if theme.vala_post_enabled}}
li#valatheme_postcontainer_userlink {
 	margin-top:15px!important; 
}
.ipsComment_author > .cAuthorPane_info > li[data-role="stats"] > ul.cAuthorPane_stats {
  justify-content: center; 
  padding:10px 0;
}

.ipsComment_author > .cAuthorPane_info > li[data-role="stats"] > ul.cAuthorPane_stats > li {
  width:50px;
  height:50px;
 /*margin:0 7px!important; */
      padding: 5px 10px;
    border-radius: 5px;
  background-color: rgb( var(--theme-page_background) );
  color:rgb(var(--theme-text_color))
   
}

.ipsComment_author > .cAuthorPane_info > li[data-role="stats"] > ul.cAuthorPane_stats > li > a {
 	display:flex;
  	flex-direction: column;
}

.ipsComment_author > .cAuthorPane_info > li[data-role="stats"] > ul.cAuthorPane_stats > li > a > i { 	
  margin-bottom:5px;
  font-size:1.18em;
	}



@media only screen and (min-width: 768px) {
  .cAuthorPane_photo {
  	margin-top:0!important;
  }
  
  .cRatingColumn > ul {
 		min-height:232px!important; 
	}
  
}

{{endif}}

 {{if theme.vala_post_authorpane_info_sticky}}
@media only screen and (min-width: 768px) {

    .ipsComment_author > .cAuthorPane_info, .cRatingColumn > ul {
  	position:sticky!important;
      {{if theme.vala_header_sticky==0}}
      top:10px!important;
      {{elseif theme.vala_header_sticky==1}}
        {{if theme.vala_navigation_icon_position=="top"}}
              top:125px!important;
        {{else}}
              top:100px!important;
        {{endif}}
      		
      {{elseif theme.vala_header_sticky==2}}
      	{{if theme.vala_navigation_icon_position=="top"}}
              top:90px!important;
        {{else}}
              top:63px!important;
        {{endif}}
      {{endif}}
  	
	}

}
  {{endif}} 