/**handles:wp-postratings,wpcf7-redirect-script-frontend**/
.post-ratings{width:100%;-moz-opacity:1;opacity:1}.post-ratings-loading{display:none;height:16px;text-align:left}.post-ratings-image{border:0}.post-ratings IMG,.post-ratings-image IMG,.post-ratings-loading IMG{border:0;padding:0;margin:0}.post-ratings-comment-author{font-weight:400;font-style:italic}
.popup-template .modal {
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.popup-template .modal.is-open {
  opacity: 1;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}