/*
Theme Name: HappyHomeReviews
Theme URI: http://www.happyhomereviews.com
Version: 1.0
Description: HappyHomeReviews
Author: Brad Donnelly
Author URI: http://www.happyhomereviews.com
Template: Lucid

*/
@media only screen and (min-width: 960px) {
	.buy_now_top {
		text-decoration: none;
		top:95px;
		right:6%;
		position: absolute;
	}

	.entry .post-thumbnail {
	    width: 70%;
	}

	.list-posts .entry .post-thumbnail {
		width: 100%;
	}

	#hsearch {
		width:200px;
		margin:auto;
	}
}

@media only screen and (max-width: 960px) {
	.buy_now_top {
		float:none;
		display: block;
	    margin-top: 20px;
	    width: 100%;
	    text-align: center;
	}
}

.buy_now_button {
	width:95%;
	text-align: center;
}

a.buy_now {
	margin-top: 10px;
    display: inline-block;
}
a.buy_now span {
  background: #ff0000;
  background-image: -webkit-linear-gradient(top, #ff0000, #bd0000);
  background-image: -moz-linear-gradient(top, #ff0000, #bd0000);
  background-image: -ms-linear-gradient(top, #ff0000, #bd0000);
  background-image: -o-linear-gradient(top, #ff0000, #bd0000);
  background-image: linear-gradient(to bottom, #ff0000, #bd0000);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

a.buy_now span:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #ff0000, #bd0000);
  background-image: -moz-linear-gradient(top, #ff0000, #bd0000);
  background-image: -ms-linear-gradient(top, #ff0000, #bd0000);
  background-image: -o-linear-gradient(top, #ff0000, #bd0000);
  background-image: linear-gradient(to bottom, #ff0000, #bd0000);
  text-decoration: none;
}

#hsearch {
	display: none;
}
@media only screen and (max-width: 767px) {
	#hsearch {
		display: block;
	}
}