@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
   max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
   width:100%;
}

/*
        Dreamweaver Fluid Grid Properties
        ----------------------------------
        dw-num-cols-mobile:		5;
        dw-num-cols-tablet:		8;
        dw-num-cols-desktop:	12;
        dw-gutter-percentage:	25;
        
        Inspiration from "Responsive Web Design" by Ethan Marcotte 
        http://www.alistapart.com/articles/responsive-web-design
        
        and Golden Grid System by Joni Korpi
        http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

body { background:url(../images/background.png) repeat-x top center; font-family: 'PT Serif', serif; }

.gridContainer {
   margin-left: auto;
   margin-right: auto;
   width: 97.6%;
   padding-left: 1.2%;
   padding-right: 1.2%;
}
#header {
   clear: both;
   float: left;
   margin-left: 0;
   width: 100%;
   height:175px;
   display: block;
}
#header h1 { margin:auto; width:200px; padding-top:25px; }

#navigation {
   clear: both;
   float: left;
   margin-left: 0;
   width: 100%;
   display: block;
   text-align:center; 
   margin-bottom:15px;
}
#googleMap { display:none; }
.googlemap-mobile { 
   display:block; 
   clear: both;
   float: left;
   margin-left: 0;
   width: 100%;
   text-align:center; 
   margin-top:15px; 
   margin-bottom:15px; 
}
#content {
   clear: both;
   float: left;
   margin-left: 0;
   width: 100%;
   padding-bottom:40px;
   min-height:200px;
   display: block;
}
#content input { 
   background-color:#fff;
   border: 1px solid #b9b8b8;
   width: 100%;
   height: 35px;
   color:#666;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:11px;
   font-style:italic;
   padding-left:5px;
   margin-bottom:10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px; 
}

#content textarea {
   background-color:#fff;
   border: 1px solid #b9b8b8;
   width: 100%;
   height: auto;
   color:#666;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:11px;
   font-style:italic;
   padding-left:5px;
   margin-bottom:15px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#content #submit2 { 
   background:url(../images/btn-background.png) repeat-x;
   background-color:#42210b;
   border: 1px solid #b9b8b8;
   width: 100%;
   height: 35px;
   color:#fff;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:11px;
   font-style:italic;
   padding-left:5px;
   margin-bottom:10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

#intro {
   clear: both;
   float: left;
   margin-left: 0;
   width: 100%;
   display: block;
}
.img-mobile { display:block; }
.img-desktop { display:none; }
#content h2 {clear:both; float:left; margin-left:0; width:100%; display: block; font-size:24px; color:#9B9155; padding:25px 0 20px 2.5%; }
#content h3 {clear:both; float:left; margin-left:0; width:100%; display: block; font-size:18px; color:#9B9155; padding:25px 0 20px 0; }
.single-txt-container { clear:both; float:left; margin-left:0; width:100%; padding-left:2.5%; padding-right:2.5%; color:#4d4d4d; }
.products-left { clear:both; float:left; width:100%; color:#210d0f; padding-left:2.5%; padding-right:2.5%; }
.products-left ul { margin-top:5%; margin-left:8%; margin-right:8%; }
.products-left li { display:inline-block; width:50px; margin:0 2% 0 2%; }
#txt-produtos { min-height:200px; margin-bottom:10px; height:auto; float:left; font-size:14px; }
#txt-produtos-especiarias { height:auto; float:left; font-size:14px; }
#especiarias ul { margin-top:20px; }
#especiarias li { display:block; line-height:18px; }
.products-right { clear:both; float:left; width:100%; padding-left:2.5%; padding-right:2.5%; margin-top:40px; }
.double-txt-container { clear:both; float:left; margin-left:0; width:100%; padding-left:2.5%; padding-right:2.5%; color:#4d4d4d; }
.valores { clear:both; float:left; margin:15% 0; }
#footer {
   clear: both;
   float: left;
   margin-left: 0;
   width: 100%;
   height:120px;
   display: block;
}
.curiosidades { display:none; }
.mg { clear:both; float:left; width:100%; height:120px; margin-top:0; padding:30px 45% 0 45%; }
.newsletter { display:none; }

/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/

#titleBar
{
   background: none;
}

#titleBar .title
{
   display: none;
}

#titleBar .toggle
{
   text-indent: -9999px;
   width: 80px;
   height: 60px;
}

#titleBar .toggle:before
{
   content: '';
   display: block;
   position: absolute;
   left: 10px;
   top: 10px;
   width: 50px;
   height: 40px;
   background: rgba(150,150,150,0.35) url('images/mobileUI-site-nav-opener-bg.svg') 12px 14px no-repeat;
   border-radius: 5px;
}

#titleBar .toggle:active
{
}

#titleBar .toggle:active:before
{
   background-color: rgba(150,150,150,0.75);
}

#navPanel
{
   color: #858484;
   background-color:#330000;
   box-shadow: inset -3px 0px 5px 0px rgba(0,0,0,0.35);
}

#navPanel .link
{
   display: block;
   color: #999;
   text-decoration: none;
   height: 44px;
   line-height: 44px;
   border-top: solid 1px rgba(255,255,255,0.05);
   padding: 0 0.5em 0 0.5em;
   font-size:12px;
   font-style: italic;
}

#navPanel .link:first-child
{
   border-top: 0;
}

#navPanel .indent-1 { display: inline-block; width: 1em; }
#navPanel .indent-2 { display: inline-block; width: 2em; }
#navPanel .indent-3 { display: inline-block; width: 3em; }
#navPanel .indent-4 { display: inline-block; width: 4em; }
#navPanel .indent-5 { display: inline-block; width: 5em; }
#navPanel .depth-0 { color: #ffffcc; font-size:14px; }

#nav { display:none; }

.img-planta {margin-bottom:80px; width:400px; }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

   body { background:url(../images/background-desktop.png) no-repeat top center; }	

   .gridContainer {
      width: 97.675%;
      min-width:650px;
      padding-left: 1.1625%;
      padding-right: 1.1625%;
   }
   #header {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
   }
   #header h1 { margin:auto; width:200px; padding-top:15px; }
   #navigation {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
   }
   #googleMap { display:block; }
   .googlemap-mobile { display:none; }
   #content {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
      min-height:400px;
   }
   #content input { 
      background-color:#fff;
      border: 1px solid #b9b8b8;
      width: 60%;
      height: 35px;
      color:#666;
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:11px;
      font-style:italic;
      padding-left:5px;
      margin-bottom:10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; 
   }

   #content textarea {
      background-color:#fff;
      border: 1px solid #b9b8b8;
      width: 60%;
      height: auto;
      color:#666;
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:11px;
      font-style:italic;
      padding-left:5px;
      margin-bottom:15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
   }
   #content #submit2 { 
      background:url(../images/btn-background.png) repeat-x;
      background-color:#42210b;
      border: 1px solid #b9b8b8;
      width: 60%;
      height: 35px;
      color:#fff;
      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size:11px;
      font-style:italic;
      padding-left:5px;
      margin-bottom:10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
   }

   #intro {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
   }
   .img-mobile { display:none; }
   .img-desktop { display:block; }
   .single-txt-container { float:left; margin-left:0; width:100%; padding-left:2.5%; padding-right:2.5%; display: block; color:#4d4d4d; }
   .products-left { clear:none; float:left; width:45%; font-size:13px; color:#210d0f; padding-left:3%; padding-right:3%; }
   .products-left ul { margin-top:3%; margin-left:0; margin-right:0; }
   .products-left li { display:inline-block; width:50px; margin:0 1% 0 1%; }
   #txt-produtos { min-height:250px; height:auto; float:left; }
   #especiarias ul { margin-top:20px; }
   #especiarias li { display:block; list-style-type:disc; }
   .products-right { clear:none; float:left; width:55%; padding-right:2%; padding-left:1%; padding-top:1.7%; }
   .double-txt-container { float:left; margin-left:0; width:95%; padding-left:2.5%; padding-right:2.5%; display: block; color:#4d4d4d; }
   .valores { clear:both; float:left; margin:2% 20% 0 20%; }
   #footer {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      padding-top:20px;
      margin-bottom:100px;
      display: block;
   }
   .curiosidades { display:block; float:left; width:40%; height:120px; margin-left:0; padding-left:40px; }
   .mg { clear:none; float:left; width:20%; height:120px; margin-top:0; padding:50px 8% 0 8%; }
   .newsletter { display:block; float:left; width:40%; height:120px; padding-left:70px; }

   #nav { display:block; }

   /*********************************************************************************/
   /* Nav                                                                           */
   /*********************************************************************************/

   #nav
   {
   }

   #nav > ul
   {
      margin: 0;
   }

   #nav > ul > li > ul
   {
      display: none;
   }

   #nav > ul > li
   {
      display: inline-block;
      font-size:14px;
   }

   #nav > ul > li > a
   {
      border-radius: 5px;
      color: #5d5d5d;
      text-decoration: none;
      padding: 0.6em 1.2em 0.6em 1.2em;
      /*-moz-transition: background-color .25s ease-in-out;
      -webkit-transition: background-color .25s ease-in-out;
      -o-transition: background-color .25s ease-in-out;
      -ms-transition: background-color .25s ease-in-out;
      transition: background-color .25s ease-in-out;*/
      outline: 0;
   }

   #nav > ul > li:hover
   {
   }

   #nav > ul > li:hover > a
   {
      background: #fcf4ce;
   }

   #nav > ul > li.active
   {
   }

   #nav > ul > li.active > a
   {
      background: #fcf4ce;
   }

   #nav > ul > li.current_page_item
   {
   }

   #nav > ul > li.current_page_item > a
   {
      background: #fcf4ce;
      font-weight: 300;
   }

   .dropotron
   {
      border-radius: 5px;
      background-color: #330000;
      background-color: rgba(51,0,0,1);
      padding: 1.25em 1.5em 1.25em 1.5em;
      line-height:20px;
      font-size:12px;
      min-width: 13em;
      /*box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);*/
      text-align: left;
   }

   .dropotron a,
   .dropotron span
   {
      color: #FFF;
      text-decoration: none;
      /*-moz-transition: color .25s ease-in-out;
      -webkit-transition: color .25s ease-in-out;
      -o-transition: color .25s ease-in-out;
      -ms-transition: color .25s ease-in-out;
      transition: color .25s ease-in-out;*/
   }

   .dropotron li
   {
      padding: 0.25em 0 0.25em 0;
   }

   .dropotron li:hover > a,
   .dropotron li:hover >span
   {
      color: #fcf4ce;
   }

   .dropotron-level-0
   {
      margin-top: 2em;
      margin-left: -0.51em;
   }

   .dropotron-level-0:before
   {
      content: '';
      display: block;
      position: absolute;
      left: 20px;
      top: -10px;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      border-bottom: solid 10px #330000;
      border-bottom-color: rgba(51,0,0,1);
   }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
   .gridContainer {
      width: 88.5%;
      max-width: 1000px;
      padding-left: 0.75%;
      padding-right: 0.75%;
      margin: auto;
   }
   #header {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
   }

   #navigation {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
   }
   #content {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
      min-height:540px;
   }
   #content h2 {clear:both; float:left; margin-left:0; width:100%; display: block; font-size:24px; color:#9B9155; padding:25px 0 20px 3%; }
   .single-txt-container { clear:none; float:left; width:50%; padding-left:3%; padding-right:3%; color:#4d4d4d; }
   #txt-produtos { height:300px; float:left; }
   .products-left li { display:inline-block; width:78px; margin:0 0 0 2%; }
   .double-txt-container { clear:none; float:left; margin-left:0; width:100%; padding-left:3%; padding-right:3%; display: block; color:#4d4d4d; }
   #footer {
      clear: both;
      float: left;
      margin-left: 0;
      width: 100%;
      display: block;
   }
   .receitas { float:left; width:450px; line-height:16px; font-size:14px; } 
   .img-planta {margin-bottom:80px; margin-left:80px; }
}