/*
Theme Name: Receitas e Temperos 2016
Author: Nova Onda Comunica&ccedil;&atilde;o
Author URI: http://www.novaon.com.br
Description: Tema para o site Receitas e Temperos 2016
Version: 2.0
License: GNU General Public License
Tags: Receitas e Temperos

*/



/* =Custom font
-------------------------------------------------------------- */
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: local('Lobster'), url(inc/lobster.woff) format('woff');
  src: local('Lobster'), url(https://fonts.gstatic.com/s/lobster/v9/MWVf-Rwh4GLQVBEwbyI61Q.woff) format('woff');
}

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr {
	border: 0px;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
td, th {
	border: 0px;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	margin:0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	background-color: #F9F6E3;
	color: #46433a;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1.5;
}
body {
	background-color: #F9F6E3; 
	background-image: url(images/bg.jpg);
	background-repeat: repeat; 
	background-position: top left;
	background-attachment: fixed; 
}
/*
Article 
*/
article {
	overflow: hidden;
	padding: 15px 15px 45px 15px;
	background: url(images/shadow_large.png) bottom center no-repeat;
}
/* 
Headings 
*/
h1,h2,h3,h4,h5,h6 {
	font-family: Lobster, serif;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}
/*
Horizontal Rule 
*/
hr {
	background:url(images/shadow_large.png) top center no-repeat;
	border: 0;
	height: 30px;
	margin-bottom: 1.5em;
}
/* 
Text elements 
*/
p {
	margin: 1.0em 0;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #efefef;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 10px;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
mark {
	background: #FFC4C4;
	padding: 1px 5px;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/* 
Figure
*/
figure {
	margin: 0;
}
/*
Blockquote
*/
blockquote {
	border-left: 4px solid #e55f49 !important;
	margin: 0 1.5em;
	background-color: #F8F7E2;
	padding: 20px;
	font-style: italic;
}
/*
Links 
*/
a:link {
	text-decoration: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img,
a:hover img,
a:focus img {
	border: none;
}
a,
a:visited {
	color: #841415;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #e1494a;
}
/* 
Lists 
*/
ul, ol {
	margin: 0 0 1.5em 3em;
	list-style: none;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
/* 
Table 
*/
table { /* tables still need 'cellspacing="0"' in the markup */
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
th {
	font-family: Lobster;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #861517;
}
tr.alternate {
	background-color: #F8F7E2;
}
tr.row1 td, tr.row2 td {
 border-top: 1px solid #fff;
}
tr.row1 td {
 background: #FFC4C4; 
 border-right: 1px solid #fff;
}
tr.row2 td {
 background: #FFD6D6;
 border-right: 1px solid #fff;
}
/*
Forms
*/
button,
input,
select,
textarea {
	font-size: 14px; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e1484a; /* Old browsers */
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	border: none;
	padding: 3px 15px;
	font-family: Lobster, serif;
	font-size:22px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #CE3334;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #e1484a; /* Old browsers */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0px;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #555;
	background: #f8f7e2;
	border: none;
	padding: 7px 10px;
	margin-bottom: 2px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {

}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
label {
	cursor: pointer;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Others
----------------------------------------------- */
.darktxt { 
	color:#333 !important; 
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.ghost {
	display:none 
}


/* =Header (@header)
----------------------------------------------- */
#masthead {
	width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	background-image:url(images/bg-header.jpg);
	background-color: #B04849;
}
#masthead hgroup {
	min-width: 760px;
	max-width: 1024px;	
	height: 160px;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
	background: url(images/header.png) top center no-repeat;	
	position: relative;
}
#masthead .site-title,
#masthead .site-title a {
	display: none;
}
#masthead .site-description {
	display: none;
}


/* =Social Menu (@Header)
----------------------------------------------- */
.site-header .social-links {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px; /* 300px; */
}
.widget-area .social-links {
	
}
.social-links { 
	overflow: hidden;
	list-style: none;
	margin: 0 0 30px 0;
}
.social-links li{
	float: left;
}
.social-links li a {
	float: left; 
	background-position: top center;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px; 
	margin-right: 2px;
}
.social-links li a:hover { 
	background-position: bottom center;
}
.social-links li a.bt_inst { background-image:url(images/icon-inst.png); }
.social-links li a.bt_tw { background-image:url(images/icon-tw.png); }
.social-links li a.bt_pin { background-image:url(images/icon-pin.png); }
.social-links li a.bt_fb { background-image:url(images/icon-fb.png); }
.social-links li a.bt_gp { background-image:url(images/icon-gp.png); }
.social-links li a.bt_fav { background-image:url(images/icon-fav.png); }
.social-links li a.bt_home { background-image:url(images/icon-home.png); }
.social-links li a.bt_youtube { background-image:url(images/icon-youtube.png); }

/* =Menu (@Header)
----------------------------------------------- */
.main-navigation {
	clear: both;
	display: inline-block;
	width: 100%;
	padding: 0;
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 900;
}
.menu-loja-container,
.menu-menu-horizontal-container {
	background: url(images/bg_menu.png) top center no-repeat;
	min-width: 1093px;
	width: 100%;
	min-height: 100px;
	overflow: hidden; 
	margin: -20px auto 0 auto;
	font-family: Arial, sans-serif;
}
.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	width: 1093px;
	height: auto;
	overflow: hidden;
	text-align: left;
	font-size: 0.1px;
	display: table;
	/* padding: 0 12px 0 26px; */
}
.main-navigation ul:after {
	content: '';
	width: 100%;
	display: inline-block;
}
.main-navigation div > ul.menu li,
.main-navigation .menu > ul li {
	position: relative;
}
.main-navigation div > ul.menu > li,
.main-navigation .menu > ul > li {
	line-height: normal;
	font-size: 21px;
	z-index: 1;
	display: table-cell;
	white-space: no-wrap !important;
	width: auto; /*201*/
	border-left: 2px solid #f17776;
	border-right: 2px solid #be3636;
	margin: 0;
	padding: 0;
	text-align: center;
}
	.main-navigation div.menu-loja-container > ul.menu > li,
	.main-navigation  div.menu-loja-container .menu > ul > li {
		display: inline-block;
		font-size: 23px !important;
	}
.main-navigation div > ul.menu > li:first-of-type,
.main-navigation .menu > ul > li:first-of-type {
	border-left: 0 none;
}
.main-navigation div > ul.menu > li:last-of-type,
.main-navigation .menu > ul > li:last-of-type {
	border-right: 0 none;
}
.main-navigation div > ul.menu > li.icon-nav a {
	padding-top: 40px; 
	background-position: 50% 15%; 
	background-repeat: no-repeat;
}
.main-navigation div > ul.menu > li.icon-nav-livro a {
	background-image: url(images/icon-nav-livro.png);
}
.main-navigation div > ul.menu > li.icon-nav-chef a {
	background-image: url(images/icon-nav-chef.png);
}
.main-navigation div > ul.menu > li.icon-nav-mundo a {
	background-image: url(images/icon-nav-mundo.png);
}
.main-navigation div > ul.menu > li.icon-nav-video a {
	background-image: url(images/icon-nav-video.png);
}
.main-navigation div > ul.menu > li.icon-nav-talheres a {
	background-image: url(images/icon-nav-talheres.png);
}
.main-navigation div > ul.menu > li.icon-nav-flor a {
	background-image: url(images/icon-nav-flor.png);
}
.main-navigation div > ul.menu > li.icon-nav-jornal a {
	background-image: url(images/icon-nav-jornal.png);
}
.main-navigation div > ul.menu > li.icon-nav-panela a {
	background-image: url(images/icon-nav-panela.png);
}
.main-navigation div > ul.menu > li.icon-nav-envelope a {
	background-image: url(images/icon-nav-envelope.png);
}

.main-navigation div > ul.menu > li a,
.main-navigation .menu > ul > li a {
	padding: 0;
	margin: 0;
}
.main-navigation div > ul.menu > li > a,
.main-navigation .menu > ul > li > a {
	padding: 8px 22px; 
	display: inline-block;
	color: #fff;
	text-align: center;
	width: auto;
}

.main-navigation a:link {
	height: 24px;
	background: #E1494A;
}
.main-navigation a:hover,
.main-navigation a:focus {
	background: #ce3334;
}
.main-navigation a:link,
.main-navigation a:visited {
	display: block;
	text-decoration: none;
	border: 0px none !important;
	color: #fff;
}
.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	width: 150px;
	margin: 0;
}
.main-navigation ul ul ul {
	left: 150px;
	top: 0;
	position: absolute;
	margin: 0 0 0 -4px;
}
.main-navigation ul ul li {
	display: block;
	padding-left: 6px;
	border-left: 4px solid rgba(250,250,250,.3);
}
.main-navigation ul ul li {
	background-color: #e1494a;
}
.main-navigation ul ul li:hover {
	background-color: #e1494a;
}
.main-navigation ul ul li a {
	color: #fff !important;
	display: block;
	height: 100%;
	padding: 5px;
	margin: 0;
}
.main-navigation ul li:hover > ul {
	display: block;
}
 li#menu-item-10436 a,
 li#menu-item-10438 a 
.main-navigation .menu-loja-container li.current_page_item a,
.main-navigation .menu-loja-container li.current-menu-item a  {
	background: #FFC4C4;
	color: #E1494A !important;
}

/* Small menu ??? */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Posts (@content)
----------------------------------------------- */
#main {
	width: 1070px;
	height: auto;
	margin: -38px auto 0 auto;
	background: #fff url(images/faux-column.gif) top left repeat-y;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
#primary,
.shop #container {
	width: 690px;
	float: left;
}
.woocommerce-cart #primary,
.woocommerce-checkout #primary {
	float: none !important;
	margin: 0 auto !important;
}
.edit-link {
	font-size: 80%;
	text-transform: uppercase;
	float: right;
	position: relative;
	display: block;
}
a.post-edit-link,
a.post-edit-link:hover {
	background-color: #e1494a;
	display: block;
	padding: 3px 5px;
	color: #fff !important;
	border-radius: 4px;
	border-bottom: 0px none !important;
}
.home-link {
	background: #E1494A;
	float: right;
	display: inline-block;
	border-radius: 15px;
	color: #fff !important;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	
    width: auto !important;
    margin-bottom: 15px;
    font-size: 12px;
    padding: 3px 5px;
}
.home-link:hover {
	background: #CE3334;
}
.post-options {
	list-style: none;
	margin: 0;
	float: right;
	width: auto; 
	height: 30px;
	overflow: hidden;
}
.post-options li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
.bt_print,
.bt_send,
.bt_convers {
	width: 30px;
	height: 30px;
	display: block;
}
.bt_print { background:#E1484A url(images/bt_print.jpg) center left no-repeat; width:auto; padding-left:35px; padding-right:5px; font-weight:bold; color:#ffffff !important; line-height:30px }
.bt_send { background:url(images/bt_send.jpg) center center no-repeat; }
.bt_convers { background:url(images/bt_convers.jpg) center center no-repeat; }
.entry-content:before,
.entry-content:after {
	content: "";
	display:table;
}
.entry-content:before,
.entry-content:after {
	clear: both;
}
.entry-content {
    zoom: 1; /* For IE 6/7 */
}
.page-template-page-nosidebar-php #primary {
	float: none;
	margin: 0 auto;
}
.bottomcontainerBox {
	background-image: url(images/bullet-comments.png) !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
}


/* =Home (@content-home)
----------------------------------------------- */
.twocol {
	margin: 0 auto;
	clear: both;
}
.leftcol {
	float: left;
	margin-left: 10px;
}
.rightcol {
	float: right;
	margin-right: 10px;
}
.home {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.home-section {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 45px;
}
.home-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.home-section.twocol {
	background: #fff url(images/shadow_large.png) bottom center no-repeat;
}
.home-section.leftcol,
.home-section.rightcol {
	width: 330px;
	/*background: #fff url(images/shadow_short.png) bottom center no-repeat;*/
}
.home-slider {
	background:#F8F7E2; 
	padding: 10px; 
	margin: 0 auto; 
	position: relative; 
	width: 615px; 
	height: 358px;
}
.home-slider-loading {
	position: absolute; top: 0px; left: 0px;
}
.home-slider-loading .loader-bg {
	filter: alpha(opacity=50); 
	opacity:0.5;
	position: absolute; 
	display: block;
	background-color: #000000; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
}
.home-slider-loading .loader {
	position: absolute; 
	display: block; 
	background: url(images/loading.gif) no-repeat center center;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
}
.home-slider .slides {
	position: absolute; 
	left: 10px; 
	top: 10px; 
	width: 615px; 
	height: 358px; 
	overflow: hidden;
}
.home-slider .slides * {
	transform: none !important;
}
.home-slider .slides .slider-image img {
	width: 615px; 
	height: auto;
}
.home-slider .slides .slider-title {
	transform: none !important;
}
.home-slider .slides .slider-title a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	filter: alpha(opacity=70); 
	opacity: 0.7;
	color: #111;
	font-family: Lobster, serif;
	font-size: 32px;
	background: #fff;
	overflow: hidden;
	display: block;
	transform: none !important;
}
.home-slider .slides .slider-title p {
	margin: 0;
	transform: none !important;
}
/* jssor slider bullet navigator skin 05 css */
/*
.jssorbullets div           (normal)
.jssorbullets div:hover     (normal mouseover)
.jssorbullets .av           (active)
.jssorbullets .av:hover     (active mouseover)
.jssorbullets .dn           (mousedown)
*/
.jssorbullets {
	position: absolute; 
	top: 15px; 
	left: 15px;
}
.jssorbullets div, .jssorbullets div:hover, .jssorbullets .av {
    background: url(images/slider-bullets.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorbullets div {
    background-position: -6px -6px;
}
    .jssorbullets div:hover, .jssorbullets .av:hover {
        background-position: -36px -6px;
    }
.jssorbullets .av {
    background-position: -66px -6px;
}
.jssorbullets .dn, .jssorbullets .dn:hover {
    background-position: -96px -6px;
}
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(images/arrows-orange.png) no-repeat; /* 46 x 102 */
    overflow: hidden;
    width: 23px;
    height: 51px;
    top: 150px;
}
.jssora12l, .jssora12ldn {
	left: -12px;
}
.jssora12r, .jssora12rdn {
	right: -12px;
}
.jssora12l {
    background-position: 0px 0px;
}
.jssora12r {
    background-position: -23px 0px;
}
.jssora12l:hover {
    background-position: 0px -51px;
}
.jssora12r:hover {
    background-position: -23px -51px;
}
.jssora12ldn {
    background-position: 0px -50px;
}
.jssora12rdn {
    background-position: -23px -50px;
}

/* Livro Slider */

.livro-slider {
	margin: 0 auto; 
	position: relative; 
	width: 400px; 
	height: 267px;
}
.livro-slider-loading {
	position: absolute; top: 0px; left: 0px;
}
.livro-slider-loading .loader-bg {
	filter: alpha(opacity=70); 
	opacity:0.7;
	position: absolute; 
	display: block;
	background-color: #000000; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
}
.livro-slider-loading .loader {
	position: absolute; 
	display: block; 
	background: url(img/loading.gif) no-repeat center center;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
}
.livro-slider .slides {
	position: absolute; 
	left: 10px; 
	top: 10px; 
	width: 400px; 
	height: 267px; 
	overflow: hidden;
}
.livro-slider .slides .slider-image img {
	width: 400px; 
	height: auto;
}

/* jssor slider bullet navigator skin 05 css */
/*
.jssorbullets div           (normal)
.jssorbullets div:hover     (normal mouseover)
.jssorbullets .av           (active)
.jssorbullets .av:hover     (active mouseover)
.jssorbullets .dn           (mousedown)
*/
.jssorbullets {
	position: absolute; 
	top: 15px; 
	left: 15px;
}
.jssorbullets div, .jssorbullets div:hover, .jssorbullets .av {
    background: url(images/slider-bullets.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorbullets div {
    background-position: -6px -6px;
}
    .jssorbullets div:hover, .jssorbullets .av:hover {
        background-position: -36px -6px;
    }
.jssorbullets .av {
    background-position: -66px -6px;
}
.jssorbullets .dn, .jssorbullets .dn:hover {
    background-position: -96px -6px;
}
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l              (normal)
.jssora12r              (normal)
.jssora12l:hover        (normal mouseover)
.jssora12r:hover        (normal mouseover)
.jssora12ldn            (mousedown)
.jssora12rdn            (mousedown)
*/
.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(images/arrows-orange.png) no-repeat; /* 46 x 102 */
    overflow: hidden;
    width: 23px;
    height: 51px;
    top: 150px;
}
.jssora12l, .jssora12ldn {
	left: -12px;
}
.jssora12r, .jssora12rdn {
	right: -12px;
}
.jssora12l {
    background-position: 0px 0px;
}
.jssora12r {
    background-position: -23px 0px;
}
.jssora12l:hover {
    background-position: 0px -51px;
}
.jssora12r:hover {
    background-position: -23px -51px;
}
.jssora12ldn {
    background-position: 0px -50px;
}
.jssora12rdn {
    background-position: -23px -50px;
}
/* */

.featured-videos {
	background: url(images/shadow_large.png) bottom center no-repeat;
}
.featured-videos .bg-tv {
	background: url(images/bg_tv.jpg) top left no-repeat;
}
.featured-videos .section-content {
	margin: 10px auto auto 10px;
}
.popular-posts
 {
	height: 955px;
}

.social-widgets{
	height:auto;
	overflow:visible;
}

.social-widgets .api-wrapper {
	border-top: 2px dotted #FFC4C4;
	margin-top: 10px;
	padding-top: 24px;
	padding-bottom: 10px;
	position: relative;
	
}
.social-widgets .api-wrapper .api-legend {
	display: block;
	background: #e1484a;
	border-radius: 3px;
	font-family: 'Lobster';
	font-size: 18px;
	color: #fff;
	text-align:center;
	width:100px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:-16px;
}

.social-widgets .api-wrapper .api-legend:hover{
	background:#ce3334;
}

.recent-artigos {
	height: 250px;
}
.recent-comments {
}

.home-video-list li.video-player {
	margin-top: 12px;
	height: 423px;
	margin-bottom: 12px;
}
.home-video-list li.video-thumb {
	width: 140px;
	height: 79px;
	overflow: hidden;
	display: inline-block;
	margin-right: 8px;
	float: left;
}
.home-video-list li:last-child {
	margin-right: 0;
}
.home-video-list li.video-thumb img {
	max-width: 100%;
	max-height: 105px;
}
#scroller {
	overflow: hidden;
	height: 79px;
	width: 650px;
	float: left;
	margin: 0 -20px;
	z-index: 1;
}
#inner-scroller {
	margin-left: 10px;
}
.videos-scrl,
.videos-scrr {
	background-image: url(images/videos-scroll.png);
	background-color: transparent;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 79px;
	margin: 0;
	z-index: 99;
	position: relative;
}
.videos-scrl {
	background-position:0% 0%;
	float: left;
}
.videos-scrr {
	background-position:100% 0%;
	float: right;
}
.thumb-list li { 
	margin-bottom: 10px;
	font-size: 12px;
	overflow: hidden;
	max-height: 100px;
}
.thumb-list li .attachment-postthumbnail {
	width: 95px;
	height: 95px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	background: url(images/no-thumb.jpg) center center no-repeat; /* #e1494a; */
}
.thumb-list li .attachment-postthumbnail  img {
	max-width: 145px; 
	height: auto;
	margin: auto;
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
}
.thumb-list li h3,
.section-title { 
	line-height: 120%;
	clear: right;
	margin: 0 0 5px 0;
}
.recent-comments {
	font-size: 14px;
}
.recent-comments ul#recentcomments {
	margin: 0;
	line-height; 120%;
}
.recent-comments li { 
	margin: 0;
	padding: 0 0 10px 0;
	text-indent: 0;
	line-height: 110%;
}
.recent-comments ul#recentcomments li blockquote {
	margin: 0;
	padding: 8px;
	line-height: inherit;
	border-left: 1px solid #e55f49 !important;
	font-size: 12px;
}
.comment-excerpt {
	font-size: 12px;
}


/* =Archives (@archive)
----------------------------------------------- */
.archive-list,
.article-list,
.colunistas-list { 
	list-style: none;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
.colunistas-list {
	overflow: visible;
} 
.archive-list li { 
	margin-bottom: 10px;
	font-size: 12px;
	overflow: hidden;
	width: 160px; 
	height: 230px;
	background: #fff;
	float: left;
	margin: 0;
	padding-right:5px;
	display: block;
}
.article-list li { 
	font-size: 12px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
	padding-right:5px;
}
.colunistas-list li {
	font-size: 12px;
	background: #feeeef;
	margin-bottom: 20px;
	padding: 10px;
	position: relative;
}
.article-list li p {
	clear: both;
}
.archive-list li .attachment-postthumbnail,
.article-list li .attachment-postthumbnail,
.colunistas-list li .attachment-postthumbnail {
	width: 95px;
	height: 95px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: url(images/no-thumb.jpg) center center no-repeat #e1494a;
}
.attachment-postthumbnail.tv {
	background: url(images/no-thumb-tv.jpg) center center no-repeat #e1494a !important;
}
.attachment-postthumbnail.tvm {
	background: url(images/no-thumb-tvm.jpg) center center no-repeat #e1494a !important;
}
.archive-list li .attachment-postthumbnail  img,
.article-list li .attachment-postthumbnail  img,
.colunistas-list li .attachment-postthumbnail  img {
	width: 95px; 
	height: 95px;
	margin: auto;
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	left: 0;
	border: none !important;
}
.archive-list li h3, 
.article-list li h3, 
.colunistas-list li h3 { 
	line-height: 120%;
	clear: right;
	margin: 0;
}
.archive-list li ul.post-categories, 
.archive-list li ul.post-categories li,
.article-list li ul.post-categories, 
.article-list li ul.post-categories li {
	list-style: none;
	margin: 0;
	line-height: 110%;
}
.two-column-list {
	overflow: hidden;
}
.two-column-list li {
	height: 240px;
	width: 320px; /*325*/
	float: left;
	overflow: hidden;
	margin-right: 5px;
}


/* =Content (@content-single)
----------------------------------------------- */
/* 
Menu ABC (@content-header)
*/
.menuABC {
	margin: 0px auto 25px auto;
	width: 100%;
	overflow: hidden;
	background: #E1494A;
	font-size: 10pt;
	position: relative;
	z-index: 999;
	clear: both;
}
.menuABC li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.menuABC li:last-of-type {
	border-right: 0 none;
}
.menuABC li a {
	border-right: 1px solid #BE3636;
	padding: 7px 7px 7px 6px;
}
.menuABC li a:link,
.menuABC li a:visited,
.menuABC li a:active {
	color: #fff !important;
}
.menuABC li a:hover,
.menuABC li a:focus,
.menuABC li a.current {
	color: #fff !important;
	background: #CE3334;
}
/* 
Titles 

- Com links
- VersÃ£o Print
- VersÃ£o @media

color: #e1494a;	
color: #e1494a;
*/ 

/* $content .title {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 110%;
}*/
/* 
.box-title,
.entry-title,
.entry-title a {
	color: #e55f49;
}
h1.page-title,
h2.page-title {
	color: #E1494A;
}

h2.widget-title,
h2.widget-title a {
	color: #e1494a;
	line-height: 110%;
	letter-spacing: -0.3px;
	margin: 10px 0; 
}
h3.widget-title {
	color: #e1494a;
	font-size: 18px;
}
*/
/*
.entry-title,
.entry-title a {
	font-family: Lobster, serif;
	border-bottom: 0px none !important;
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 110%;
	float: left;
}
h1.entry-category {
	font-size: 25px;
	margin: 0;
}
h1.entry-title,
h2.box-title {
	font-size: 25px;
}
h2.entry-title {
	font-size: 32px;
}
h3.section-title {
	font-size: 22px;
}
.title-festivo, tratar os estilos dos titulos 
.title-livro,
.title-especiais,
.title-muitomais,
.title-parceiros,
.home-section h2.box-title,
.home-section h3.section-title { 
	padding-left: 30px;	
	background-position: top left;
	background-repeat: no-repeat;
	background-color: none;
}
h1.entry-category ul.post-categories {
	list-style: none;
	margin: 0;
}

h1.page-title {
	margin-bottom: 10px;
}
header.entry-header {
	width: 100%;
	clear: both;
	display: inline-block;
}*/

.comments-title  {
	padding: 0 20px;
	font-size: 23px;
	color: #e1494a;
}
.widget-title {
	margin: 10px 0;
	line-height: 100%;
	letter-spacing: -0.3px;
	font-size: 23px;	
}
.main-title,
.widget-title,
.box-title {
	color: #e1494a;
}
.secondary-title {
	color: #333;
}
.list-title,
.box-title {
	line-height: 120%;
	font-size: 18px;
	margin-bottom: 5px;
}
.section-title {
	font-size: 25px;
}
.section-title ul.post-categories {
	list-style: none;
	margin: 0;
}
.article-title {
	font-size: 32px;
}
.bulleted-title {
	padding-left: 30px;	
	background-position: top left;
	background-repeat: no-repeat;
	background-color: none;
	min-height: 25px;
}
.title-artigos { background-image: url(images/icon_artigos_25x25.png); }
.title-novidades { background-image: url(images/icon_novidades_25x25.png); }
.title-videos { background-image: url(images/icon_videos_25x25.png); }
.title-gourmet { background-image: url(images/icon_gourmet_25x25.png); }
.title-viagens { background-image: url(images/icon_mundo_25x25.png); }
.title-comments { background-image: url(images/icon_comments_25x25.png); }
.title-especiais { background-image: url(images/icon_especiais_25x25.png); }
.title-festivo { background-image: url(images/icon_festivo_25x25.png); }
.title-livro { background-image: url(images/icon_livro_25x25.png); }
.title-muitomais { background-image: url(images/icon_muitomais_25x25.png); }
.title-colunas { background-image: url(images/icon_colunistas_25x25.png); }
.title-parceiros { background-image: url(images/icon_parceiros_25x25.png); }
.title-popular { background-image: url(images/icon_popular_25x25.png); }
.title-social { background-image: url(images/icon_social_25x25.png); }

/*
Receita
*/
.single-toolbar {
	width: 100%;
	display: block;
	background: #F8F7E2;
	clear: both;
	overflow: hidden;
	font-size: 80%;
	margin: 10px auto;
	padding: 5px 10px;
}
.single-toolbar h3 {
	float: left;
	margin-right: 10px;
	color: #E1494A;
}
.addthis_sharing_toolbox {
	float: left;
}
.share {
	width: 202px;
	height: 70px;
	background: #F8F7E2 url(images/icon-fbshare.png) 10px 10px no-repeat;
	padding: 10px 10px 10px 80px;
	overflow:hidden;	
	font-size: 12px;
	float: left;
	margin-bottom: 10px;
}
.rating {
	width: 202px;
	height: 70px;
	background: #F8F7E2 url(images/icon-star.png) 10px 10px no-repeat;
	padding: 10px 10px 10px 80px;
	overflow:hidden;	
	font-size: 12px;
	float: right;
	margin-bottom: 10px;
}
.dicas {
	min-height: 50px;
	background: #F8F7E2 url(images/icon-lamp.png) 10px 10px no-repeat;
	padding: 10px 10px 10px 80px;
	overflow: hidden;	
	font-size: 12px;
	margin-bottom: 10px;
}
.rendimento {
	width: 235px;
	height: 81px;
	background: #F8F7E2 url(images/icon-plate.png) 10px 10px no-repeat;
	padding: 10px 10px 10px 80px;
	overflow:hidden;	
	font-size: 12px;
	margin-right: 10px;
	float: left;
	margin-bottom: 50px !important;
}
.nivel {
	width: 235px;
	height: 81px;
	background: #F8F7E2 url(images/icon-level.png) 10px 10px no-repeat;
	padding: 10px 10px 10px 80px;
	overflow:hidden;	
	font-size: 12px;
	float: left;
	margin-bottom: 50px !important;
}
.unchecked, .checked {
	display: inline-block;
	width: 12px;
	height: 12px;
	float: left;
	margin-right: 5px;
	background-image: url(images/level.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 2px;
}
.unchecked {
	background-position: top center;
}
.checked {
	background-position: bottom center;
}
/* 
Buttons
*/
.bt_special {
	background: #e1484a;
	padding: 3px 15px;
	font-family: Lobster, serif;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bt_special:link,
.bt_special:visited {
	color: #fff !important;
}
.bt_special:hover,
.bt_special:focus,
.bt_special:active {
	background: #CE3334;
	color: #fff !important;
}
.bt_inline {
	font-family: Lobster, serif;
	font-size: 16px;
	line-height: 18px;
}
.bt_inline:link, 
.bt_inline:visited,
.bt_inline:active {
	color: #E1494A !important;	
}
.bt_inline:hover, 
.bt_inline:focus {
	color: #CE3334 !important;
}
.bt_cliqueaqui {
	display: block;
	width: 70px;
	height: 70px;
	background: url(images/bt_cliqueaqui.png) center center no-repeat;
}
	.colunistas-list li .bt_cliqueaqui {
		position: absolute;
		right: 10px;
		top: -10px;
		float: right;
	}

/* 
Default Site Navigation
*/
#content .site-navigation {
	margin: 0;
	overflow: hidden;
	padding: 20px;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.next-image {
	float: right;
	text-align: right;
}
/*
Misc
*/
.entry-meta {
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	font-size: 80%;
	margin: 10px auto;
}
.entry-meta a {
	color: #861517;
}
.header-date,
.header-comment,
.header-author ,
.header-tags {
	padding-left: 30px;
	padding-top: 9px;
	padding-bottom: 0px;
	margin-top: 10px;
	display: block;
}
.header-date {
	background:url(images/bullet-date.png) center left no-repeat;
}
.header-comment {
	background:url(images/bullet-comments.png) center left no-repeat;
}
.header-author {
	background:url(images/bullet-author.png) center left no-repeat;
	padding-left: 35px;
}
.header-tags {
	background:url(images/bullet-tags.png) center left no-repeat;
}
.hentry {
	margin: 0;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Comments (@comments)
----------------------------------------------- */
#comments {
	font-size: 14px;
}
#comments article {
	background: none;
}
#reply-title {
	font-size: 18px;
	color: #EB494A;
}
#commentform .required {
	display: inline-block;
	margin-left: -5px;
	color: #c4513f;
	font-weight: bold;
}
#commentform .comment-form-author  label,
#commentform .comment-form-url  label,
#commentform .comment-form-email  label {
	min-width: 50px;
	text-align: right;
	display: inline-block;
}
#commentform  input[type='text'] {
	margin-left: 10px;
}
#respond {
	padding: 20px;
}
.comment-reply-title {
	font-size: 23px !important;
	color: #e1494a;
}
h3#comments {
	padding: 0 20px;
}
li.comment {
	min-height: 30px;
}
li.comment article {
	border-bottom: 0px none;
	padding-bottom: 10px !important;
}
li.comment,
li.pingback,
li.trackback {
	border-bottom: 0;
	padding: 0px;
	clear: both;
}
li.pingback,
li.trackback {
	background-repeat: no-repeat;
	background-color: rgba(250,250,250,.3);
	background-position: 20px 20px;
}
li.pingback p,
li.trackback p {
	clear: both;
	border: 0px none;
	padding: 0;
	min-height: 25px;
	word-wrap: break-word;
	width: 480px;
	margin: 0;
}
ol.commentlist,
ul.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.commentlist blockquote,
ul.commentlist blockquote {
	background-color: transparent;
}
ol.commentlist ul.children,
ul.commentlist ul.children {
	list-style: none;
	margin: 0;
}
ol.commentlist ul.children li,
ul.commentlist ul.children li {
	list-style: none;
	border-bottom: 0px none;
}
ul.children {
	padding: 0;
}
ul.children .comment-author {
	float: none;
	width: auto;
	border-right: 0 none;
	margin: 0;
	min-height: 0;
	clear: left;
}
ul.children .comment-author cite.fn {
	width: auto;
	float: none;
	font-family: Lobster;
	font-size: 18px;
}
ul.children .comment-content p,
ul.children .comment-content .comment-meta,
ul.children .reply {
	padding-left: 0;
}
ul.commentlist > li.comment > ul.children,
ol.commentlist > li.comment > ul.children {
	padding-left: 180px;
}
.alt {
	background-color: #F8F7E2;
}
.alt th {
	background-color: #CE3334 !important;
}
.avatar {
	float: left;
	margin-right: 10px;
	border-radius: 4px;
	width: 40px !important;
}
.bypostauthor {
	background-color: rgba(250,250,250);
}
.comment-content p,
.comment-content .comment-meta,
.reply {
	padding-left: 171px;
}
.comment-author {
	width: 150px;
	float: left;
	border-right: 0px dashed #e5e2cd;
	margin-right: 20px;
	/* min-height: 100px; */
}
.comment-author cite.fn {
	word-wrap: break-word;
	width: 100px;
	display: block;
	float: left;
	font-family: Lobster;
	font-size: 18px;
	font-style: normal;
}
.comment-form-comment label {
	display: block;
	width: 85px;
	float: left;
	font-weight: bold;
}
.commentmetadata {
	text-transform: uppercase;
	color: #666;
	font-size: 11px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.comment-navigation {
	border-bottom: 0px dashed #e5e2cd;
}
.nocomments {
	padding: 20px;
	margin-bottom: 0;
}
.says {
	display: none;
}
.comment-reply-link {
	color: #fff!important;
	background: #E1494A;
	padding: 3px 5px;
	float: right;
	font-size: 12px;
}


/* =Sidebars (@sidebar)
----------------------------------------------- */
#secondary,
#tertiary,
#sidebar-shop-left,
#sidebar-shop-right {
	width: 180px;
}
#secondary,
#sidebar-shop-left {
	float: left;
	font-size: 80%;
}
#tertiary,
#sidebar-shop-right {
	float: right;
	font-size: 80%;
}
#secondary aside,
#tertiary aside,
#sidebar-shop-left aside,
#sidebar-shop-right aside {
	padding: 5px 10px;
	word-wrap: break-word;
	margin: 0;
}
#tertiary .parceiros-sidebar aside.widget_text {
	padding: 0 0 15px 0;
	border-bottom: 2px dotted #F2E5D4;
	margin: 0 0 10px 10px;
}
#secondary img,
#tertiary img {
	max-width: 100%;
	height: auto;
}
#secondary aside ul,
#tertiary aside ul {
	margin: 0;
	padding: 0;
}
#area-widget-inferior,#area-widget-rendimento,
#area-widget-superior {
	float: none;
	display: inline-block;
	text-align: center !important;
	margin: 2px;
	height: 280px;
width: 336px; 
	vertical-align: top;
}
#area-widget-rendimento aside.widget_text,#area-widget-inferior aside.widget_text,
#area-widget-superior aside.widget_text {
	padding: 0;
	margin: 10px;
	display: inline-block;

}
#area-widget-rendimento div,#area-widget-rendimento p,#area-widget-rendimento ul,#area-widget-rendimento li,#area-widget-rendimento table,#area-widget-rendimento aside,#area-widget-inferior div,
#area-widget-inferior p,
#area-widget-inferior ul,
#area-widget-inferior li,
#area-widget-inferior table,
#area-widget-inferior aside,
#area-widget-superior div
#area-widget-superior p,
#area-widget-superior ul,
#area-widget-superior li,
#area-widget-superior table,
#area-widget-superior aside {
	text-align: center !important;
}
a.rsswidget img {
	float: right;
	position: relative;
	top: 10px;
}
/* 
Menu Check
*/
.menu-check {
	margin: 0 -10px 2px -10px; /* ARRUMAR PADDING DOS ASIDES / WIDGETS @@ */
}
.menu-check ul {
	list-style: none;
	padding: 0;
}
.menu-check ul li a {
	padding: 1px 6px 1px 20px;
	display: block;
	margin-bottom: 1px;
	color: #555;
	background-color: #EFE2D1;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14.5px;
}
.menu-check ul li a:hover {
	color: #fff;
}
.menu-check-title {
	padding: 1px 6px 1px 40px;
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #fff;
}
.menu-red ul li a {
	background-image: url(images/bg_check_red.png);
}
.menu-red ul li a:hover {
	background-color: #E1484A;
}
.menu-beige ul li a {
	background-image: url(images/bg_check_beige.png);
}
.menu-beige ul li a:hover {
	background-color: #DEC7AA;
}
.menu-salgados ul li a {
	background-image: url(images/bg_check_orange.png);
}
.menu-salgados ul li a:hover {
	background-color: #f9b354;
}
.menu-check-title-salgados {
	background-image: url(images/icon-menu-salgados.png);
	background-color: #f9b354;
}
.menu-carnes ul li a {
	background-image: url(images/bg_check_brown.png);
}
.menu-carnes ul li a:hover {
	background-color: #b1544c;
}
.menu-check-title-carnes {
	background-image: url(images/icon-menu-carnes.png);
	background-color: #b1544c;	
}
.menu-doces ul li a {
	background-image: url(images/bg_check_purple.png);
}
.menu-doces ul li a:hover {
	background-color: #ae6bac;
}
.menu-check-title-doces {
	background-color: #ae6bac;
	background-image: url(images/icon-menu-doces.png);	
}
.menu-bebidas ul li a {
	background-image: url(images/bg_check_blue.png);
}
.menu-bebidas ul li a:hover {
	background-color: #82a5d6;
}
.menu-check-title-bebidas {
	background-color: #82a5d6;
	background-image: url(images/icon-menu-bebidas.png);
}
.menu-especiais ul li a {
	background-image: url(images/bg_check_green.png);
}
.menu-especiais ul li a:hover {
	background-color: #84c673;
}
.menu-check-title-especiais {
	background-color: #84c673;
	background-image: url(images/icon-menu-especiais.png);
}


.menu-datas ul li a {
	background-image: url(images/bg_check_coco.png);
}
.menu-datas ul li a:hover {
	background-color: #c7bf6d;
}
.menu-check-title-datas {
	background-image: url(images/icon-menu-datas.png);
	background-color: #c7bf6d;
}

.menu-muitomais ul li a {
	background-image: url(images/bg_check_sangue.png);
}
.menu-muitomais ul li a:hover {
	background-color: #be7771;
}
.menu-check-title-muitomais {
	background-image: url(images/icon-menu-muitomais.png);
	background-color: #be7771;
}




	/* 
	Categories List [Old]
	*/
	.widget_categories .categories-list li ul li a {
		font-size: 14.5px;
		letter-spacing: -0.2px;
	}
	.categories-list {
		list-style: none;
	}
	.categories-list li {
		margin-left: -12px;
	}
	.categories-list li ul {
		list-style: disc;
		color: #e1494a;
	}
	.categories-list li ul li {
		margin-left: 3px;
	}
	/*
	Muito Mais List [Old]
	*/
	.muitomais-list,
	.categories-list li ul {
		font-family: Arial, sans-serif;
		letter-spacing: -0.2px;
		font-size: 14.5px;
		padding: 0!important;
	}
	.muitomais-list,
	.categories-list li ul  {
		margin: 0 -10px !important;
	}
	.muitomais-list li {
		list-style: none;
		border-left: 1px solid #e1484a;
		margin-bottom: 2px;
	}
	.categories-list li ul li {
		list-style: none;
		border-left: 1px solid #dec7aa;
		margin-bottom: 0px;
		border-bottom: 1px solid #fff;
	}
	.muitomais-list a {
		display: block;
		background: url(images/bg_check.png) left center no-repeat #f08585;
		color: #fff !important;
		padding: 3px 6px 3px 20px;
	}
	.categories-list li ul a {
		display: block;
		background: url(images/bg_check2.png) left center no-repeat #eee1d0;
		color: #555 !important;
		padding: 3px 6px 3px 20px;
	}
	.muitomais-list a:hover {
		background: url(images/bg_check.png) left center no-repeat #e1484a;
		color: #fff;
	}
	.categories-list li ul a:hover {
		background: url(images/bg_check2.png) left center no-repeat #dec7aa;
		color: #fff;
	}
/*
Colunas List
*/
.colunas-list {
	font-family: Arial, sans-serif;
	letter-spacing: -0.2px;
	font-size: 14px;
	padding: 0!important;
}
.colunas-list {
	margin: 0 -10px 0 0 !important;
}
.colunas-list li {
	list-style: none;
	border-left: 1px solid #e1484a;
	margin-bottom: 3px;
}
.colunas-list a {
	display: block;
	background: url(images/bg_pencil.png) left center no-repeat #fbd9d8;
	color: #e1494a !important;
	padding: 4px 6px 4px 20px;
}
.colunas-list a:hover {
	background: url(images/bg_pencil.png) left center no-repeat #ffc4c4;
	color: #fff;
}
/*
Asides 
*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
aside input[type=text],
aside input[type=password] {
	width: 150px;
	*width:145px;
	margin: 1px 0;
}
form {
	clear: both;
}




/* =Media
----------------------------------------------- */

.full-banner {
	text-align: center;
	margin: 0 auto;
}
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	/* width: auto; Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: #F8F7E2;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	font-size: 80%;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
        display:block;
        text-align: center;
}



.the_post_thumbnail {
	overflow: hidden;
	width: 620px;
	background: #ffffff;
	position: relative;
	margin:14px auto 0 auto;
	clear: both;
	display: block;
}

.the_post_thumbnail .wp-post-image {
	border:10px solid #fdf5b2 !important;
	max-height: 480px;
	max-width: 600px;
	width: auto;
	height: auto;
	margin: 0 auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.the_post_thumbnail a{
	display:block;
	text-align:center;
}


/* =Widgets
----------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

/* 
FB Like 
*/
.fb-like {
	padding: 5px 5px 10px 5px;
	margin: 0 0 10px 0;
	background: #fff;
	width: 265px;
	border-radius: 5px;
	border: 1px solid #CAD4E7;
	overflow: hidden;
}
/* 
Login 
*/
#submit_login {
	background: #e1484a url(images/bt_login.jpg);
	width: 30px;
	height: 30px;
	color: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px; 
	position: absolute;
}
/* 
Newsletter 
*/
#submit_newsfeed {
	background: #e1484a url(images/bt_newsletter.jpg);
	width: 30px;
	height: 30px;
	color: none;
	overflow: hidden;
	margin: 0px;
	padding: 0;
	border: none;
	font-size: 12px; 
	position: absolute;
}

/*
Search Form
*/
#searchform {
	border: 5px solid #EDE0CF;
	position: absolute;
	right: 0;
	top: 45px;
	width: 195px;
}
#searchform div {
	border: 3px solid #DF494A;
	background: #fff;
	padding: 5px;
	
}
#searchform .widget-title {
	font-size: 21px;
}
#busca {
	width: 125px;
	float: left;
}
#searchsubmit {
	background: #e1484a url(images/bt_search.jpg);
	width: 30px;
	height: 30px;
	color: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	floar: left;
}

/* =Footer (@footer)
----------------------------------------------- */
.site-footer {
	width: 100%;
	clear: both;
	font-size: 80%;
	background: #e1494a;
	overflow: hidden;
}
.site-footer p {
	text-align: center;	
}
.site-footer a { 
	color: #fff!important;
	font-weight: bold;
	padding: 10px;
}
.footer-nav { 
	width: 1024px;
	margin: 0 auto;
}
.site-footer .footer-nav ul {
	width: 295px;
}
.shop-footer .footer-nav ul {
	display: inline-block;
	margin: 0 150px;
}
.footer-nav ul {
	list-style: none;
	margin: 0 auto !important;
	padding: 10px;
	height: 20px;
}
.footer-nav ul li {
	display: inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 0;
	float: left;
}
.footer-nav ul li a {
	color: #fff!important;
	padding: 16px;
}
.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
	background: #ce3334;
}
.sub-footer-wrapper {
	width: 100%;
	padding: 10px 0;
	background: #861517;
	color: #fff;
	overflow: hidden;
}
.sub-footer {
	width: 1000px;
	margin: 0 auto;
}
.sub-footer-wrapper .footer-col {
	float: left; 
	width: 31%;
	/* height: 50px; */
	margin: 0 1%;
	text-align: center;
	display: block;
}
.footer-bottom {
	height: 40px;
	width: 100%;
	background-repeat: repeat;
	background-image:url(images/bg-header.jpg);
}
.site-seguro {
	background: url(images/site-seguro.gif) left center no-repeat;
	padding: 2px 2px 2px 20px;
}
/* 
404 
*/
.error404 h1 {
	font-size:40px;
}


/* =Calendar (???)
----------------------------------------------- */
table#wp-calendar caption {
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td#next {
	text-align: right;
}


/* =Plugin Overrides
----------------------------------------------- */
/*
  YARPP
*/
.yarpp-relacionadas {
	clear: both;
	display: block;
}
.yarpp-relacionadas h3{
	color: #EB494A !important;
	font-size: 23px !important;
	font-weight: normal !important;
}
.yarpp-thumbnail-box {
	background: #F8F7E2;
	border: 1px solid rgba(127,127,127,0.1);
	width: 145px;
	height: 170px;
	margin: 5px;
	margin-left: 0px;
	padding: 5px;
	vertical-align: top;
	display: inline-block;
}
.yarpp-thumbnail-box .yarpp-thumb-wrapper {
	width: 135px;
	height: 100px;
	margin: 5px;
	overflow: hidden;
}
.yarpp-thumbnail-box .yarpp-thumb-wrapper img{
	width: 135px;
	height: auto;
}
/*
  Custom Login widget
*/
.widget_clw {
	background: #EFE2D1;
	width: 175px;
	padding: 0 0 5px 5px !important;
	margin: 5px auto !important;
}
.widget_clw h2 {
	margin: 0 0 0 -5px !important;
	background: #E1484A;
	color: #fff !important;
	padding: 5px 5px 5px 10px;
}
.widget_clw h3 {
	padding-left: 5px;
	line-height:1;
	margin: 5px 0 10px 0;
}
.widget_clw ul {
	margin: 0;
}
.widget_clw ul li {
	margin-left: 20px !important;
}
.widget_clw #pwd {
	width: 120px;
}

/* 
  Print Me! 
*/
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
.white_content {
	display: none;
	position: absolute;
	top: 10%;
	left: 50%;
	width: 240px;
	height: 180px;
	padding: 16px 0;
	border: 2px solid #E1494A;
	background-color: #fff;
	z-index:1002;
	overflow: auto;
	margin-left:-120px;
	-moz-box-shadow: 0 0 15px 15px #fff;
	-webkit-box-shadow: 0 0 15px 15px #fff;
	box-shadow: 0 0 15px 15px #fff;
}
.white_content ul { 
	list-style: none;
	padding: 0;
	display:block;
	width:200px; 
	margin:auto;
}
.white_content ul  li { 
	float: left; 
	width: 100px;
	text-align: center;
	font-family: "Lobster", serif;
	font-size: 22px;
	line-height: 110%;
}

.white_content h1{
	text-align:center;
}

.bt_fechar {
	width: 30px;
	height: 30px;
	background: url(images/bt_close.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

/* 
  Wysija 
*/
#wysija-2 {
	background: #FFC4C4;
	width: 175px;
	padding: 0 0 20px 5px !important;
	margin: 5px auto !important;
}
#wysija-2 h2 {
	margin: 0 0 0 -5px !important;
	background: #e1494a;
	color: #fff !important;
	padding: 5px 5px 5px 10px;
}
#wysija-2 h3 {
	padding-left: 5px;
}
#wysija-2 ul li {
	margin-left: 20px;
}
article.wysijap header div.entry-meta,
article.wysijap div.share,
article.wysijap div.rating,
article.wysijap div.bottomcontainerBox {
	display: none;
}
article.wysijap table th { 
	background: #fff;
	color: #861517;
	text-align: right;
}
.formError {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}

/*
  WP Page Navi, WooCommerce Navigation
*/

.woocommerce-pagination {
	text-align: left !important;
}

.page-numbers,
.wp-pagenavi {
	clear: both;
	font-size: 14px !important;
	color: #fff !important;
	border: none !important; 
	text-align: center !important;
}

.page-numbers li {
	margin: 0 !important;
	border: none !important; 
}

.page-numbers a, .page-numbers span,
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none !important;
	padding: 3px 5px !important;
	margin: 2px !important;
	background: #E1494A !important;
	color: #fff !important;
	width: none !important;
	height: none !important;
}

.page-numbers span.current,
.wp-pagenavi span.current {
	border: none !important;
	background: #861517!important;
	color: #fff!important;
}

.page-numbers a:hover,
.wp-pagenavi a:hover {
	border: none!important;
	background: #CE3334!important;
	color: #fff!important;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

#banner-livro{
	margin-bottom:25px;
}


.site-footer #breadcrumbs a{
	color:#861517 !important;
}

.wdi_feed_users{
	display: none;
}
