/* Enter Your Custom CSS Here */
body{
  	font-family: Arial;
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.widget-title {
    font-family: Arial;
	font-weight: 700;
}

.site-header,.site-footer{
    /*background-color: #50B948;*/
}

.nav-header .genesis-nav-menu {
    font-size: 13px;
}

.nav-header .genesis-nav-menu a {
    padding: 27px 15px;
}

.home-even .widget-title, .home-odd .widget-title {
    font-size: 56px;
    font-weight: 700;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.home-even, .home-odd {
    font-size: 24px;
	padding: 100px 0 100px;
}

.home-section-1 {
    /*background-image: none;*/
    background-color: #5b346d;
    padding: 50px 0 50px !important;
}

.home-section-1.home-odd p{
	margin: 0 0 20px 0 !important;
	font-size: 18px;
}

.home-section-1.home-odd h1{
	font-size: 42px;
}

.home-section-2 li {
    list-style: outside none disc;
}

h2.testimonial_rotator_slide_title{
    margin-bottom: 1.5em !important;
}

.price{
	color: #50B948;
}

.type-product header{
display:none;
}

/* Responsive Overlap */
@media screen and (max-width:768px){
	.home-even .widget-title, .home-odd .widget-title {
    	font-size: 36px;
	}
	.home-even, .home-odd {
    	font-size: 18px;
	}
	.buy-now input[type="image"]{
		margin: auto;
    	width: 100%;
	}
}

@media screen and (max-width:600px){
	.buy-now input[type="image"]{
		margin: auto;
    	width: 100%;
	}
}