/*--
	Theme Name: theme52627
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1
	MotoPress Version: 1.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

/* ----------------------------------------
	Disable shop menu
---------------------------------------- */
.shop-nav,
.shop-nav-search{
  display: none;
}

/* ----------------------------------------
	Ingredients
---------------------------------------- */
.ingredients-wrapper{
  background-color: #FFFFFF;
  padding: 100px 0;
} 

.ingredients-wrapper h2{
  line-height: 60px;
}

.ingredients-wrapper img{
  max-width: 450px;
  margin: 0 auto 40px auto;
  
}

.ingredients-wrapper h5{
  text-transform: uppercase;
}

.ingredients-wrapper div.desc{
  max-width: 600px;
  margin: 0 auto;
}

/* ----------------------------------------
	Testimonials
---------------------------------------- */
.testimonials-wrapper{
  background-color: #FFFFFF;
  padding: 100px 0;
} 

.testimonials-wrapper h2{
  line-height: 60px;
}

.testimonials-wrapper img{
  max-width: 200px;
  margin: 0 auto 40px auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.testimonials-wrapper div.desc{
  max-width: 1000px;
  margin: 0 auto;
}

/* ----------------------------------------
	Hide author and date
---------------------------------------- */
.post_meta,
.post-author,
.logo_tagline{
	display: none;	
}
