body.home .entry-title, body.home .bottom-header-title, body.home .bottom-header-paragraph {
display:none;
}

.attachment-draftly-slider.size-draftly-slider.wp-post-image{
	border-radius: 10px;
  margin-bottom: 20px;
	width:100%;
		max-height:400px;
}

.rounded img {
		border-radius: 10px;
}



.widget {
  padding: 0%;
}

.entry-content {
  margin: 20px;
}

input.sign-up-email {
		font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
font-size: 1.3em;
}

input[type="email"] {
				font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
	font-size: 1.3em;
  color: #333;
  border: 1px solid #e5e6e9;
  padding: 6px;
		-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.woocommerce ul.products li.product .button, .woocommerce a.button.alt, .woocommerce button.button.alt, .read-more-blogfeed a, input.sign-up-email, .wp-block-button__link, a.button.wc-forward, a.button.wc-backward {
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7b902c), color-stop(1, #9cb738));
background: -ms-linear-gradient(bottom, #7b902c, #9cb738);
background: -moz-linear-gradient(center bottom, #7b902c 0%, #9cb738 100%);
background: -o-linear-gradient(#9cb738, #7b902c);
border: 1px solid;
border-color: #718428 #6a7c26 #607122 #6a7c26;
color: #ffffff !important;
-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
-moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
border-radius: 0.5em 0.5em 0.5em 0.5em;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

li ul.sub-menu li {
  background-color: rgba(138,160,112,0.65);
}

.footer-column-three h3 {
		text-transform: none;
}

.footer-column-three .widget {
  margin-bottom: 0px;
}

.woocommerce-checkout #payment {
		  background: rgba(138,160,112,0.65);
}

.wc_payment_methods.payment_methods.methods {
		display:none;
}

.product_meta .posted_in, .product_meta .tagged_as {
	display:none;	
}

.site-header ul ul {
  left: 10px;
}