/*
 Theme Name:   Hemlock Child
 Theme URI:    http://solopine.com
 Description:  Hemlock Child Theme
 Author:       Solo Pine Designs
 Author URI:   http://solopine.com
 Template:     hemlock
 Text Domain:  hemlock-child
*/

@import url("../hemlock/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.solopine_facebook_widget .widget-title {
  margin-bottom: 8px !important;
}

div.post-share > a:last-child {
  display: none;
}

.share-box {
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.share-box:hover {
  background-color: #92dbbf;
  border-color: #92dbbf;
  color: black;
}

.share-box i {
  transform: none;
  padding-top: 17px;
  font-size: 16px;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
  .share-box {
    width:50px !important;
    height:50px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .share-box {
    width:50px !important;
    height:50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .share-box {
    line-height: 40px !important;
    width:40px !important;
    height:40px !important;
  }
  .share-box i {
    padding-top: 0;
  }
}

