/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

span.counter{
	font-weight:500;
}
.latest-posts  article.books p, .latest-posts  article.books .entry-read-more{
	text-align: center;
}

.testimonials-slider ul.slick-dots li.slick-active button{
	width:19px;
}

#comments input[type="text"], #comments textarea, #search_form input.search_input{
	background-color:#393945;
	font-size: 16px !important;
    padding: 13px 12px !important;
    color: #fff;
}

#comments input[type="text"]::placeholder, #comments textarea::placeholder, #search_form input:placeholder {
  opacity: 1;
  color: #9292B6;
}

#linkbar .nav-menu a:hover, #linkbar .nav-menu a:focus{
	color:#65e495;
}

@media(max-width:960px){
	#footer-top .grid .cell nav ul li{
		padding:0 20px;
	}
}

@media(max-width:575px){
	#book-contents.section-columns .grid.grid-12-col .cell:first-of-type{
		padding-right:0;
	}
}