/*
Styles for older IE versions (previous to IE9).
*/

@font-face {
    font-family: 'lobsterregular';
    src: url('/wp-content/themes/moinhoglobo/inc/fonts/lobster-regular-webfont.eot');
    src: url('/wp-content/themes/moinhoglobo/inc/fonts/lobster-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/lobster-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/lobster-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/lobster-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/lobster-regular-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_slabregular';
    src: url('/wp-content/themes/moinhoglobo/inc/fonts/robotoslab-regular-webfont.eot');
    src: url('/wp-content/themes/moinhoglobo/inc/fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
    font-family: 'open_sansregular';
    src: url('/wp-content/themes/moinhoglobo/inc/fonts/opensans-regular-webfont.eot');
    src: url('/wp-content/themes/moinhoglobo/inc/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/moinhoglobo/inc/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

*/

body {
	background-color: #e6e6e6;
}
body.custom-background-empty {
	background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.assistive-text,
.site .screen-reader-text {
	clip: rect(1px 1px 1px 1px); /* IE7 */
}
.full-width .site-content {
	float: none;
	width: 100%;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
}
.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	margin: 48px auto;
	max-width: 960px;
	overflow: hidden;
	padding: 0 40px;
}
.site-content {
	float: left;
	width: 65.104166667%;
}
body.template-front-page .site-content,
body.attachment .site-content,
body.full-width .site-content {
	width: 100%;
}
.widget-area {
	float: right;
	width: 26.041666667%;
}
.site-header h1,
.site-header h2 {
	text-align: left;
}
.site-header h1 {
	font-size: 26px;
	line-height: 1.846153846;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
.ie7 .main-navigation li a,
.ie7 .main-navigation li {
	display: inline;
}
.main-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 3.692307692;
	text-transform: uppercase;
}
.main-navigation li a:hover {
	color: #000;
}
.main-navigation li {
	margin: 0 40px 0 0;
	position: relative;
}
.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.ie7 .main-navigation li ul {
	clip: inherit;
	display: none;
	left: 0;
	overflow: visible;
}
.main-navigation li ul ul,
.ie7 .main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation .focus > ul {
	border-left: 0;
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.ie7 .main-navigation ul li:hover > ul,
.ie7 .main-navigation ul li:focus > ul {
	display: block;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	line-height: 2.181818182;
	padding: 8px 10px;
	width: 180px;
}
.main-navigation li ul li a:hover {
	background: #e3e3e3;
	color: #444;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #636363;
	font-weight: bold;
}
.main-navigation .menu-toggle {
	display: none;
}
.entry-header .entry-title {
	font-size: 22px;
}
#respond form input[type="text"] {
	width: 46.333333333%;
}
#respond form textarea.blog-textarea {
	width: 79.666666667%;
}
.template-front-page .site-content,
.template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
/* IE Front Page Template Widget fix */
.template-front-page .widget-area {
	clear: both;
}
.template-front-page .widget {
	width: 100% !important;
	border: none;
}
.template-front-page .widget-area .widget,
.template-front-page .first.front-widgets,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	margin-bottom: 24px;
	width: 51.875%;
}
.template-front-page .second.front-widgets,
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .first.front-widgets,
.template-front-page .second.front-widgets,
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	margin: 0 0 24px;
	width: 39.0625%;
}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
/* add input font for <IE9 Password Box to make the bullets show up */
input[type="password"] {
	font-family: Helvetica, Arial, sans-serif;
}

#menu-menu-topo-institucional {
    float: left;
    font-family: 'roboto_slabregular',serif;
    width: 550px;
}

#box-banners-home {
    float: left;
    font-family: 'roboto_slabregular',serif;
    text-transform: uppercase;
    width: 960px;
}

#menu-menu-topo-linha li a {
    color: #9c9c9c;
    font-family: 'roboto_slabregular';
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
}


#menu-menu-topo-consumidor {
    float: left;
    font-family: 'roboto_slabregular',serif;
    width: 360px;
}

#menu-menu-topo-industrial {
    float: left;
    font-family: 'roboto_slabregular',serif;
    width: 550px;
}

#box-deixe-depoimento {
    float: left;
    font-family: 'roboto_slabregular',serif;
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
    width: 960px;
}

#slide-depoimento-container {
	font-family: 'Lobster', cursive;
	width:100%;
	height:255px;
	float:left;
	background:#063057;	
}

#slide-depoimento-content p {
    border-bottom: 1px solid;
    color: #fff;
    float: right;
    font-family: 'roboto_slabregular',serif;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 15px;
    padding-bottom: 30px;
    text-align: left;
    width: 600px;
}
#slide-depoimento-content span {
    color: #fff;
    float: right;
    font-family: 'roboto_slabregular',serif;
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
    width: 790px;
}

#modo-de-preparo-home-container {
    color: #fff;
    float: left;
    font-family: 'roboto_slabregular',serif;
    font-size: 20px;
    line-height: 1.2;
    width: 460px;
}

#modo-de-preparo-home-container h3 {
    float: left;
    font-family: 'lobsterregular',cursive;
    font-size: 50px;
    margin-bottom: 30px;
}

#modo-de-preparo-home-container p {
    float: left;
    font-family: 'roboto_slabregular',serif;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
    width: 460px;
}

#btn-modo-de-preparo {
    border: 2px solid #fff;
    color: #fff;
    float: left;
    font-family: 'lobsterregular',cursive;
    font-size: 36px;
    font-style: italic;
    height: 50px;
    text-align: center;
    width: 280px;
}

#btn-modo-de-preparo a {
    color: #fff;
    display: block;
    font-family: 'lobsterregular',cursive;
    font-size: 25px;
    font-style: italic;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

#btn-modo-de-preparo a:hover {
	font-family: 'lobsterregular',cursive;
    font-size: 25px;
    font-style: italic;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 280px;
	text-decoration:none;
	color:#35302d;
	background:#FFF;
    display: block;
}

#produtos-home-container {
    float: left;
    font-family: 'roboto_slabregular',serif;
    font-size: 20px;
    line-height: 1.2;
    width: 960px;
	height:435px;
	text-align:center;
}

#coluna-um-deixar-depoimento,
#coluna-dois-deixar-depoimento {
	float:left;
	width:480px;
    font-family: 'roboto_slabregular',serif;	
}


#coluna-um-deixar-depoimento input {
    border: medium none;
    color: #063057 !important;
    font-family: 'roboto_slabregular',serif;
    margin: 0 0 18px;
    padding: 0;
    text-indent: 15px;
}

#deixar-depoimento-textarea {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_text_area_depoimento.png") no-repeat scroll center top transparent;
    border: medium none;
    float: right;
    font-family: 'roboto_slabregular',serif;
    height: 170px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
    text-indent: 15px;
    width: 468px;
}

#btnEnviarDepoimento {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_botao_enviar.png") no-repeat scroll center top transparent;
    color: #063057;
    float: right;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    width: 105px;
}

#btnEnviarDepoimento:hover {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_botao_enviar_hover.png") no-repeat scroll center top transparent;
    color: #c3d7e2;
    float: right;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    width: 105px;
}

#ultimas-receitas-home-block h2 {
    color: #fff;
    font-family: 'lobsterregular';
    font-size: 50px;
    margin-bottom: 25px;
    margin-left: 100px;
}

#ultimas-receitas-home-block h3 {
    color: #fff;
    font-family: 'roboto_slabregular',serif;
    font-size: 18px;
    height: 33px;
    line-height: 45px;
    margin-bottom: 30px;
    width: 475px;
}

#btn-ver-tudo-home-receitas a {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg-btn-ver-tudo-receitas-home.png") no-repeat scroll center top transparent;
    color: #fff;
    display: block;
    float: left;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    width: 105px;
}

#barra-titulo-receitas-pagina-content {
	width:960px;
	height:165px;
	margin:0 auto;
	color: #fff;
    font-family: 'lobsterregular';

}

#barra-titulo-receitas-pagina-content h5 {
    display: block;
    font-family: 'roboto_slabregular';
    font-size: 16px;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#conteudo-onde-comprar-home h2 {
    color: #063057;
    font-family: 'lobsterregular';
    font-size: 50px;
    margin-bottom: 35px;
    margin-top: 70px;
}

#btn-onde-comprar-home a {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg-btn-saiba-mais-home.png") no-repeat scroll center top transparent;
    color: #063057;
    display: block;
    float: left;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    width: 282px;
}

#bg-banner-moinho-empresa-home-content p {
    color: #063057;
    font-family: 'roboto_slabregular';
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 375px;
    text-align: center;
}

#box-nossa-historia-conteudo {
    color: #fff;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 18px;
    height: 435px;
    line-height: 1.4;
    width: 720px;
}

#box-nossa-historia-conteudo h2 {
    color: #ffd300;
    font-family: 'lobsterregular';
    font-size: 50px;
    margin-bottom: 35px;
    margin-top: 55px;
    text-indent: 105px;
}


#btn-saiba-mais-nossa-historia {
    float: left;
    margin-top: 30px;
    width: 720px;
}

#btn-saiba-mais-nossa-historia a {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg-btn-saiba-mais-nossa-historia.png") no-repeat scroll center top transparent;
    color: #FFF;
    display: block;
    float: left;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    width: 282px;
}

#box-novidades-home-container h2 {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg-titulo-novidades-home.png") no-repeat scroll center top transparent;
    color: #063057;
    font-family: 'lobsterregular';
    font-size: 50px;
    height: 63px;
    line-height: 63px;
    margin-top: 40px;
	margin-bottom: 25px;
    text-align: center;
}

.box-novidades-data-home p {
    color: #fff;
    font-family: 'roboto_slabregular';
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 50px;
}

.box-novidades-data-home span {
    color: #fff;
    display: block;
    font-family: 'roboto_slabregular';
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
    text-transform: lowercase;
    width: 50px;
}

.box-novidades-home h3 a {
	color:#063057;
	font-size:25px;
	font-family: 'roboto_slabregular',serif;	
}

.box-novidades-btn-ler a {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg-btn-ler-novidade.png") no-repeat scroll center top transparent;
    color: #063057;
    display: block;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    width: 153px;
}

#barra-titulo-pagina-content {
	width:960px;
	height:165px;
	margin:0 auto;
	color: #fff;
    font-family: 'lobsterregular';

}

#barra-titulo-pagina-content h5 {
    display: block;
    font-family: 'roboto_slabregular';
    font-size: 16px;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#barra-titulo-pagina-content-amarela {
    color: #FFF;
    font-family: 'lobsterregular';
    height: 165px;
    line-height: 165px;
    margin: 0 auto;
    width: 960px;
}

#page-default-content p {
	font-size:15px;
    color: #063057;
    font-family: 'roboto_slabregular',serif;
	float:left;
	margin-bottom:20px;
}

#coluna-um-form, 
#coluna-dois-form {
    float: left;
    font-family: 'roboto_slabregular',serif;
    width: 480px;
}

#coluna-um-form input {
    border: medium none;
    color: #063057 !important;
    font-family: 'roboto_slabregular',serif;
    margin: 0 0 18px;
    padding: 0;
    text-indent: 15px;
	line-height:44px;
}

#sac-textarea {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_text_area_depoimento.png") no-repeat scroll center top transparent;
    border: medium none;
    float: right;
    font-family: 'roboto_slabregular',serif;
    height: 170px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-indent: 15px;
    width: 468px;
}

#btnEnviar {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_botao_enviar.png") no-repeat scroll center top transparent;
    color: #063057;
    float: right;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin: 20px 0 0;
    padding: 0;
    width: 105px;
}

#btnEnviar:hover {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_botao_enviar_hover.png") no-repeat scroll center top transparent;
    color: #c3d7e2;
    float: right;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin: 20px 0 0;
    padding: 0;
    width: 105px;
}

#btnEnviarCurriculo {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_botao_enviar.png") no-repeat scroll center top transparent;
    color: #063057;
    float: right;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    width: 105px;
}

#btnEnviarCurriculo:hover {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_botao_enviar_hover.png") no-repeat scroll center top transparent;
    color: #c3d7e2;
    float: right;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    width: 105px;
}

#sac-captcha-input {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_captcha.png") no-repeat scroll left top transparent;
    border: medium none;
    color: #063057;
    font-family: 'roboto_slabregular';
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-indent: 10px;
    width: 112px;
}

.modo-preparo-titulo h3 {

	font-family: 'roboto_slabregular',serif;
	font-weight:normal;
	font-size:17px;
	margin-left:10px;

}

.modo-preparo-btn-ver {
    color: #d8d8d8;
    float: left;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 44px;
    line-height: 44px;
    margin-left: 10px;
    text-align: center;
    width: 144px;
}

.input-busca-modo-preparo {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg-input-modo-de-preparo.png") no-repeat scroll center center transparent;
    border: medium none;
    border-radius: 0;
    color: #fff;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 16px;
    height: 60px;
    margin: 0;
    padding: 0 30px;
    position: absolute;
    text-indent: 30px;
    width: 560px;
}

.produto-lista-item-titulo h2 {
    font-family: 'roboto_slabregular',serif !important;
    font-size: 25px !important;
    font-weight: normal;
    text-align: left !important;
    width: 210px !important;
}

.produto-lista-item-btn-ver {
    float: left;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 44px;
    line-height: 40px;
    margin-left: 20px;
    margin-top: 15px;
    text-align: center;
    width: 144px;
}

.descricao-categoria-de-produtos {

    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 17px;
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
}

#barra-titulo-pagina-globo-content {
    color: #fff;
    font-family: 'lobsterregular';
    height: 210px;
    margin: 0 auto;
    width: 960px;
    z-index: 100;
}

#bg-conteudo-pagina-globo p {
    color: #063057;
    font-family: 'roboto_slabregular';
    font-size: 14px;
    line-height: 1.2;
    padding: 0 30px;
}

#busca-produtos-consumidor-titulo {

    color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 50px;
    font-weight: normal;
    width: 200px;
}

#busca-produtos-consumidor-dropdown {
    background: transparent url("/wp-content/themes/moinhoglobo/img/bg/bg_input_busca_produto_consumidor.png") no-repeat scroll left center;
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    height: 61px;
    margin-left: 30px;
    overflow: hidden;
    width: 730px;
}

#barra-titulo-pagina-venturelli-content {
    color: #fff;
    font-family: 'lobsterregular';
    height: 235px;
    margin: 0 auto;
    width: 960px;
    z-index: 100;
}

#texto-pagina-venturelli {
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    line-height: 1.1;
    padding-left: 35px;
    width: 445px;
}

#texto-pagina-venturelli h2 {
    color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 40px;
    margin-bottom: 15px;
    text-align: left;
    width: 460px;
}

#nossa-historia h2{
    color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 40px;
    margin-bottom: 15px;
    text-align: left;
    width: 460px;
}

#bread {
    font-family: 'roboto_slabregular';
    font-size: 20px;
    margin-bottom: 25px;
}

.texto-interna-produto h2 {
    color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 540px;
}

.texto-interna-produto ul {
    float: left;
    font-family: 'lobsterregular';
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
    width: 540px;
}

#btn-modo-de-preparo-interna-produto {
	float:left;
	width:320px;
	height:35px;
	line-height:35px;
	font-size:17px;
	font-family:'roboto_slabregular';
}

#info-nutricional-oculta-content table {
	font-Family: 'roboto_slabregular';
	   font-size: 18px;
}

#info-nutricional-oculta-content thead, 
#info-nutricional-oculta-content thead th {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 2px solid;
    border-top: 2px solid;
    font-family: 'roboto_slabregular';
}

#info-nutricional-oculta-content p {
	font-Family: 'roboto_slabregular';
	   font-size: 16px;
	   margin-bottom:10px;
}

#info-nutricional-oculta-content h2 {
    color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 960px;
}

#modo-preparo-oculta-content p {
	font-Family: 'roboto_slabregular';
	   font-size: 16px;
	   margin-bottom:10px;
}

#modo-preparo-oculta-content h2 {
   color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 960px;
}

#resultado-busca-titulo,
#nenhum-resultado-busca {
	float: left; 
	width: 960px; 
	font-size: 30px; 
	font-family: 'roboto_slabregular';
	 color: #063057; 
	margin-bottom: 40px; 
	font-weight: normal;
}

#acoes-btn ul {
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 16px;
    line-height: 28px;
}

#box-texto-modo-de-preparo #esquerda h2 {
    color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 480px;
}

#box-texto-modo-de-preparo #direita h2 {
    color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 20px;
	margin-left:35px;
    width: 460px;
}

#produtos-utilizados-interna-modo-de-preparo h3 {
    color: #063057;
    float: left;
    font-family: 'lobsterregular';
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 960px;
}

.bg-topo-resultado-busca-geral h3 {
    color: #063057;
    font-family: 'roboto_slabregular';
    font-size: 18px !important;
    text-transform: uppercase;
    width: 960px;
}

.resultado-busca-geral a {
	text-decoration:none;
	color:#063057;
	font-family:'roboto_slabregular';
	font-size:18px;
}

#form-indicacao h5 {
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    width: 480px;
}


#form-indicacao input[type="text"], 
#form-indicacao input[type="email"] {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_indique.png") no-repeat scroll center top transparent;
    border: medium none;
    color: #063057 !important;
    font-family: 'roboto_slabregular',serif;
    height: 44px;
	line-height:44px;
    margin: 0 0 18px;
    padding: 0;
    text-indent: 15px;
    width: 468px;
}

#esquerda-contato input {
    border: medium none;
    color: #063057 !important;
    font-family: 'roboto_slabregular',serif;
    margin: 0 0 18px;
    padding: 0;
    text-indent: 15px;
}

#contato-textarea {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_text_area_depoimento.png") no-repeat scroll center top transparent;
    border: medium none;
    float: right;
    font-family: 'roboto_slabregular',serif;
    height: 170px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-indent: 15px;
    width: 468px;
}

.mao-na-massa-item h2 {
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    width: 290px;
}

.mao-na-massa-btn-detalhes a {
    background: url("/wp-content/themes/moinhoglobo/img/misc/btn-detalhes.png") no-repeat scroll center top transparent;
    color: #d8d8d8;
    display: block;
    font-family: 'lobsterregular';
    font-size: 25px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    width: 144px;
}

#onde-comprar-resultado h2 {
    color: #042342;
    font-family: 'lobsterregular';
    font-size: 50px;
    margin-bottom: 25px;
    text-align: center;
    width: 960px;
}

.onde-comprar-item h3 {
    color: #042342;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 24px;
    font-weight: normal;
    margin-top: 35px;
    text-align: center;
    width: 100%;
}

.btn-ver-no-mapa a {
    background: url("/wp-content/themes/moinhoglobo/img/misc/btn-detalhes-modo-de-preparo.png") no-repeat scroll right 0 transparent;
    color: #d8d8d8;
    display: block;
    font-family: 'lobsterregular';
    height: 44px;
    text-decoration: none;
    width: 144px;
}

.page-box-empresa-container h3 {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg-titulo-box-empresa.png") repeat-x scroll 0 0 transparent;
    color: #063057;
    cursor: pointer;
    font-family: 'lobsterregular';
    font-size: 40px;
    font-weight: normal;
    height: 63px;
    line-height: 63px;
    text-align: center;
    width: 100%;
	margin-bottom:30px;
}

.box-unidades-content h5 {
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 24px;
    font-weight: normal;
}

.box-unidades-content .endereco {
    background: url("/wp-content/themes/moinhoglobo/img/misc/icone-onde-comprar-endereco.png") no-repeat scroll 0 0 transparent;
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 16px;
    margin-top: 15px;
    padding-left: 30px;
}

.box-unidades-content .telefone {
    background: url("/wp-content/themes/moinhoglobo/img/misc/icone-onde-comprar-telefone.png") no-repeat scroll 0 0 transparent;
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    margin-top: 10px;
    padding-left: 35px;
    width: 300px;
}

.box-unidades-content .email {
    background: url("/wp-content/themes/moinhoglobo/img/misc/icone-onde-comprar-email.png") no-repeat scroll 0 0 transparent;
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 16px;
    height: 17px;
    margin-top: 10px;
    padding-left: 35px;
}

#coluna-representante-form {
    float: left;
    font-family: 'roboto_slabregular',serif;
    width: 470px;
	margin-left:50px;
}

#coluna-representante-form h3 {
	font-weight:bold;
	font-size:27px;
	color:#063057;
	font-family:'roboto_slabregular';
    margin-bottom: 15px;	
}

#coluna-representante-form p {
	font-size:16px;
}

#coluna-representante-form textarea {
	float:left;
}

#coluna-representante-form input[type="text"],
#coluna-representante-form input[type="email"] {
    border: medium none;
    color: #063057 !important;
    font-family: 'roboto_slabregular',serif;
    margin: 0 0 18px;
    padding: 0;
    text-indent: 15px;
}

#representante-resultado h2 {
    color: #042342;
    font-family: 'lobsterregular';
    font-size: 50px;
    margin-bottom: 25px;
    text-align: center;
    width: 960px;
}

.representante-item {
    border-top: 2px solid #063057;
    float: left;
    font-family: 'roboto_slabregular';
    height: 195px;
    width: 960px;
}
.representante-item h3 {
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 24px;
    font-weight: normal;
    margin-top: 35px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#novidades-content h3 {
    color: #063057;
    float: right;
    font-family: 'roboto_slabregular';
    font-size: 25px;
    font-weight: normal;
    margin-left: 70px;
    position: absolute;
    width: 580px;
}

.novidades-content-data p {
    color: #fff !important;
    font-family: 'roboto_slabregular' !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 0 0 5px !important;
    text-align: center;
    width: 50px;
}

.novidades-content-data span {
    color: #fff;
    display: block;
    font-family: 'roboto_slabregular';
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
    text-transform: lowercase;
    width: 50px;
}

#box-ultimas-novidades h5 {
    color: #fff;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 30px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
}

#box-ultimas-novidades-content a {
    color: #063057;
    font-family: 'roboto_slabregular';
    font-weight: normal;
    text-decoration: none;
}

.box-ultimas-novidades-data {
    color: #9c9c9c;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 16px;
    margin-bottom: 10px;
    width: 225px;;
}

.resumo-slide-receita p {
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    margin-top: 50px;
    padding: 0 55px;
    text-align: left;
	font-size:16px;
}

#rodape-bloco-topo H4 {
    font-family: 'roboto_slabregular';	
}

#rodape-bloco-topo-esquerda-um-consumidor p,
#rodape-bloco-topo-esquerda-dois-consumidor p,
#rodape-bloco-topo-esquerda-tres-consumidor p,
#rodape-bloco-topo-esquerda-quatro-consumidor p,
#assinatura p,
#assinatura span {
    font-size: 13px;		
}

#loading-image {
    background: url("/wp-content/themes/moinhoglobo/img/misc/ajax-loader.gif") no-repeat scroll center center transparent;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    width: 100%;
}
#loading-image-bg {
    background: #063057 none repeat scroll 0 0;
    float: left;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    position: absolute;
    width: 100%;
    z-index: 999999;
}

#rodape-bloco-topo-esquerda {
	width:425px;
	float:left;
}

#menu-menu-rodape-produtos-industrial {
	float:left;
	width:425px;
	margin-top:5px
}

#menu-menu-rodape-produtos-industrial li a {
    color: #063057;
    text-decoration: none;
	font-size:13px;
}

#btn-saiba-mais-nossa-historia a {
	font-family: 'lobsterregular';
}

#box-nossa-historia-conteudo {
	font-family: 'lobsterregular';	
}

#box-nossa-historia-conteudo h2 {
	font-family: 'lobsterregular';	
}

#ultimas-receitas-home-block h2 {
	font-family: 'lobsterregular';	
}

.box-novidades-resumo-home {
    color: #063057;
    float: left;
    font-size: 18px;
    margin: 20px 0;
    width: 320px;
    font-family: 'roboto_slabregular';
}


#esquerda-contato input {
    border: medium none;
    color: #063057 !important;
    font-family: 'roboto_slabregular';
    margin: 0 0 18px;
    padding: 0;
    text-indent: 15px;
}

#contato-assunto {
	background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_nome_depoimento.png") no-repeat scroll center top transparent;
	float:left;
	overflow:hidden;
    width: 468px;
	line-height:44px;
}

#contato-assunto select {
    -moz-appearance: none;
    background: transparent;
    border: 0 none !important;
    color: #063057;
    height: 44px;
	line-height:44px;
    margin-bottom: 18px;
    margin-right: 10px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 498px;
}
#contato-email, #contato-nome {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_email_depoimento.png") no-repeat scroll center top transparent;
    float: left;
    height: 44px;
	line-height:44px;
    margin-right: 15px !important;
    width: 255px;
}

#contato-data-de-nascimento, 
#contato-telefone {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_upload_depoimento.png") no-repeat scroll center top transparent;
    height: 44px;
	line-height:44px;
    width: 197px;
}


#contato-estado {
    -moz-appearance: none;
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_estado_depoimento.png") no-repeat scroll center top transparent;
    border: 0 none !important;
    color: #063057;
    height: 44px;
	line-height:44px;
    margin-right: 10px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 105px;
}

#contato-cidade {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_cidade_depoimento.png") no-repeat scroll center top transparent;
    height: 44px;
	line-height:44px;
    width: 348px;
}


#contato-textarea {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_text_area_depoimento.png") no-repeat scroll center top transparent;
    border: medium none;
    float: right;
    font-family: 'roboto_slabregular';
    height: 170px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-indent: 15px;
    width: 468px;
}

.file {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_cidade_depoimento.png") no-repeat scroll center top transparent;
    border: medium none;
    float: right;
    height: 44px;
	line-height:44px;
    margin-left: 490px;
    padding: 0;
    text-indent: 15px;
    width: 348px !important;
}


#coluna-representante-form input[type="text"],
#coluna-representante-form input[type="email"] {
    border: medium none;
    color: #063057 !important;
    font-family: 'roboto_slabregular';
	line-height:44px;
    margin: 0 0 18px;
    padding: 0;
    text-indent: 15px;
}

#escolha_id_uf {
	line-height:44px !important;	
}

#representante-escolha-estado select {
	line-height:44px;	
}

#drop_estado {
    background: url("/wp-content/themes/moinhoglobo/img/bg/bg_input_estado_depoimento.png") no-repeat scroll center top transparent;
    float: left;
    margin-right: 14px;
    overflow: hidden;
    width: 105px;
}

#sac-estado {
    -moz-appearance: none;
	background:transparent;
    border: 0 none !important;
    color: #063057;
    height: 44px;
    margin-right: 10px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 130px;
}

#conteudo-onde-comprar-home div {
    font-family: 'roboto_slabregular';	
}
/**** PAGINAÇÃO ***/

.paginacao {
    clear: both;
    height: 25px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    width: 400px;
}

.paginacao_content {
    margin: 0 auto;
	text-align: center;
    width: auto;
}


.paginacao span, .paginacao a {
    color: #063057;
    display: block;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
		margin:0 10px;
}
.paginacao span {
	font-family: 'roboto_slabregular';
    font-size: 18px;
}
.paginacao .current, .paginacao .current a {
	font-weight:bold;
}

.paginacao_content .inactive {
	margin:0 10px;
}


.paginacao_content #proximo {
    background: url("/wp-content/themes/moinhoglobo/img/misc/seta-paginacao-proximo.png") no-repeat scroll right 0 transparent;
    height: 20px;
    line-height: 20px;
    padding-right: 25px;
}


.paginacao_content #anterior {
    background: url("/wp-content/themes/moinhoglobo/img/misc/seta-paginacao-anterior.png") no-repeat scroll left 0 transparent;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
}

#banner-404-content h2 {
    color: #063057;
    display: block;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 339px;
    font-weight: normal;
    left: 0;
    letter-spacing: -25px;
    text-align: left;
    width: 550px;
}

#msg-404 {
	float:right;
	width:410px	
}

#msg-404 h3 {
    color: #ffcc00;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 64px;
    font-weight: normal;
    margin: 45px 0 20px;
    text-indent: 35px;
    text-transform: uppercase;
    width: 410px;
}

#msg-404 h4 {
    color: #063057;
    float: left;
    font-family: 'roboto_slabregular';
    font-size: 18px;
    font-weight: normal;
    padding-left: 35px;
    text-transform: uppercase;
}

#msg-404 p {
    color: #7b7b7b;
    float: left;
    font-family: 'roboto_slabregular';
    margin-bottom: 35px;
    margin-top: 20px;
    padding-left: 35px;
}
#msg-404 a {
	color:#063057;
	font-family: 'roboto_slabregular';
	text-decoration:none;
}

#slide-depoimento-content h3 {
	color: #fff;
    font-size: 50px;
    margin-top: 40px;
	font-family: 'lobsterregular';	
}

.modo-preparo-img img {
    height: 160px !important;
    overflow: hidden;
    padding: 8px;
    width: 275px;
}

/* RTL overrides for IE7 and IE8
-------------------------------------------------------------- */
.rtl .site-header h1,
.rtl .site-header h2 {
	text-align: right;
}
.rtl .widget-area,
.rtl .author-description {
	float: left;
}
.rtl .author-avatar,
.rtl .site-content {
	float: right;
}
.rtl .main-navigation ul.nav-menu,
.rtl .main-navigation div.nav-menu > ul {
	text-align: right;
}
.rtl .main-navigation ul li ul li,
.rtl .main-navigation ul li ul li ul li {
	margin-left: 40px;
	margin-right: auto;
}
.rtl .main-navigation li ul ul {
	position: absolute;
	bottom: 0;
	right: 100%;
	z-index: 1;
}
.ie7 .rtl .main-navigation li ul ul {
	position: absolute;
	bottom: 0;
	right: 100%;
	z-index: 1;
}
.ie7 .rtl .main-navigation ul li {
	z-index: 99;
}
.ie7 .rtl .main-navigation li ul {
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: 1;
}
.ie7 .rtl .main-navigation li {
	margin-right: auto;
	margin-left: 40px;
}
.ie7 .rtl .main-navigation li ul ul ul {
	position: relative;
	z-index: 1;
}