/*
 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
-------------------------------------------------------------- */

body {
	font-family: "proxima-nova", "Crimson Text", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #0EA7FF;
}

.share-box {
  -webkit-transform: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 58px;
}

.share-box:hover {
  background: #0EA7FF;
  border-color: #0EA7FF;
}

.share-box i {
  -webkit-transform: none;
  font-size: 18px;
}

.share-box:hover > i {
  color: #FFF!important;
}
#navigation {position:top!important;}