/*
 Theme Name: baskerville-child
 Theme URL: http://hostinger-tutorials.ru/twentyseventeen-child/
 Description: baskerville
 Author: John Doe
 Author URL: http://hostinger-tutorials.ru
 Template: baskerville
 Version: 97.1.1
 Text Domain: baskerville-child
*/
 
.post-nav {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
.post-author:before,
.post-author:after {
	background: none;
	border: none;
	top: 0;
    width: 0;
    height: 0;
	z-index: -100;
}
.post-author-content {
	margin-left: 0;
}

@media (max-width: 480px) {
	div.heateor_sss_sharing_title {
		text-align: center
	}

	ul.heateor_sss_sharing_ul {
		width: 100%;
		text-align: center;
	}

	div.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li {
		float: none!important;
		display: inline-block;
	}
}


/* Footer Menu */
.footer-menu {
  margin: 0;
  padding: 0;
  float: right;
}
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.footer-menu ul li a {
  color: #ccc;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    float: none;
    margin-top: 15px;
  }
  .credits-left {
  	float: none;
  	line-height: 25px;
    text-align: center;
  }
}
