/*  
Theme Name:   Zarja Child
Description:  Crafternoon Tea
Version:      0.1.2
Author:       gillespieza, gljivec
Theme URI:    http://themeforest.net/
Author URI:   http://premiumcoding.com/
License URI:  http://themeforest.net/
Template:     zarja
*/

.mx-auto {
  margin: auto;
}
.text-center {
  text-align: center;
}

/* SOCIAL MEDIA ICONS */
a.watercolor-social {
  background: url('images/social-media-bg.png') no-repeat;
  background-size: contain;
  color: #000;
  display: inline-block;
  height: 70px;  
  padding: 20px 0;
  width: 70px;
}
a.watercolor-social:hover {
  background: url('images/social-media-bg-hover.png') no-repeat;
  background-size: contain;  
  color: #fff;
  
}


/* POST META RIBBONS */

/* JETPACK COMMENTS */
p.comment-subscription-form {
  margin-left: 25px; 
}
.comment-subscription-form input { margin: 0 }


/* IMAGES */
figure.alignright, figure.alignleft {
  margin-top: 0.5em;
}