/*
Bem-vindo ao CSS Personalizado!

CSS (Folhas de Estilo em Cascata) é um tipo de código que diz ao
navegador como exibir uma página. Você pode excluir estes comentários e
começar suas personalizações.

Por padrão, sua folha de estilo será carregada após as folhas de estilo
do tema, ou seja, suas regras têm prioridade e substituem as regras de CSS
do tema. Escreva apenas o que você deseja alterar, não é necessário
copiar todo o conteúdo da folha de estilos do tema.
*/
/* Mudanças de Layout */
#headline {
	background-color: #E53F51 !important;
}

h2.post-title a,h2.post-title a:visited {
	color: #e53f51;
}

h2.post-title a:hover {
	color: #ba2c3a;
}

h4.subtitle a, h4.subtitle a:visited {
	color: #e53f51;
}

h4.subtitle a:hover {
	text-decoration: none;
	color: #e0041d;
}

a.readmore:hover {
	color: #ffffff;
	background-color: #ba2c3a;
}

#footer {
	border-top: 5px solid #e53f51;
}

.flickr_badge_image {
	margin: 0 !important;
	padding: 0;
}

.flickr_badge_image a img {
	float: left;
	width: 72px;
	height: 72px;
	margin: 0 !important;
}

/* Headline */
/* Home */
.home-single-image {
	margin-bottom: 5px !important;
}

.subtitle-produtos {
	margin: 15px 0 21px;
}

.entry-content p {
	text-align: justify;
}

a.link-home-portfolio {
	float: right;
	color: #e53f51;
}

a.link-home-portfolio:hover {
	text-decoration: none;
	color: #e0041d;
}

div.vc_span4.wpb_column.column_container:first-child  div div.wpb_text_column.wpb_content_element div.wpb_wrapper p a.link-home-portfolio {
	margin-top: 22px;
}

div.vc_span4.wpb_column.column_container:last-child  div div.wpb_text_column.wpb_content_element div.wpb_wrapper p a.link-home-portfolio {
	margin-top: 22px;
}

/* Home */
/* Empresa */
.icon-box p {
	text-align: justify !important;
}

.icon-box img {
	margin: -4px 10px 15px 0 !important;
}

/* Empresa */
/* Top Menu */
a.portugues-menu {
	padding: 0 0 0 19px;
	background: url(http://192.185.176.77/~calim159/wp-content/uploads/2014/01/br.gif);
	background-size: 16px 11px;
	background-repeat: no-repeat;
	background-origin: border-box !important;
}

a.english-menu {
	padding: 0 0 0 19px;
	background: url(http://192.185.176.77/~calim159/wp-content/uploads/2014/01/gb.gif);
	background-size: 16px 11px;
	background-repeat: no-repeat;
	background-origin: border-box !important;
}

/* Top Menu */
/* Portfolio */
.portfolio-selecao {
	border: 1px solid #a5a5a5;
	font-size: 14px;
	color: #333;
	background: #fff;
	padding: 20px 10px;
	width: 285px;
	height: 27px;
	margin: 0 10px 20px;
	display: inline-block;
}

.portfolio-reset {
	width: 25px;
	margin: 0 10px;
	height: 27px;
	padding: 5px;
}

h4.portfolio-h4 {
	width: 275px;
	height: 30px;
	margin: 0 15px 5px;
	display: inline-block;
	font-weight: bold;
}

.port-page-title {
	height: 189px;
}

.port-page-title h1 {
	line-height: 189px;
}

.port-page-title h1 {
	line-height: 189px;
}

.port-page-title h4 {
	margin-top: 90px;
	text-transform: uppercase;
}

.portfolio-item {
	height: 300px;
}

.portfolio-item h5 {
	white-space: normal;
	height: 36px;
}

.prt-img-hov-bg {
	height: 225px;
}

section.container.page-content div.eight.columns a {
	color: #e53f51;
}

section.container.page-content div.eight.columns a:hover {
	color: #e53f51;
}

/* Portfolio */
/* Blog - Dicas do Chef */
.blog-post img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.selos {
	display: inline-block;
	margin-left: none;
	margin-right: none;
	border: none;
	box-shadow: none;
}

/* Blog - Dicas do Chef */

/* prodct min imagens */

body.portfolio-template-default.single img.alignnone.wp-image-1991 {
  float: left;
  margin: 38px 0 0;
}


body.portfolio-template-default.single img.alignnone.wp-image-2834 {
}
