/*
Theme Name: Radiate Child
Theme URI: http://wordpress.org/themes/radiate
Author: M.S.
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
Template: radiate
Version:  1.0.3
*/
/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

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, th, td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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 centered 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/ */
	background-color: #EAEAEA;
	box-sizing: border-box;
}

body {
	background: #EAEAEA;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

th, td {
	border: 1px solid #FFFFFF;
	padding: 6px 10px;
}

caption, th, td {
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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 {
	border: 0;
}

a {
	text-decoration: none;
}

/* =Genericons
----------------------------------------------- */
@font-face {
	font-family: 'Genericons';
	src: url('font/genericons-regular-webfont.eot');
	src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('font/genericons-regular-webfont.woff') format('woff'),
	url('font/genericons-regular-webfont.ttf') format('truetype'),
	url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000000;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 22px; /*line-height: 24px; */
}

h2 {
	font-size: 20px; /*line-height: 22px; */
}

h3 {
	font-size: 15px;
	color: #7BC143;
	padding-left: 6%;
	padding-top: 1%;
	padding-bottom: -2% !important;
	/*line-height: 20px; */
}

h4 {
	font-size: 14px; /*line-height: 16px; */
}

h5 {
	font-size: 12px; /*line-height: 14px; */
}

h6 {
	font-size: 10px; /*line-height: 12px;*/
}

hr {
	background-color: #CCCCCC;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 1rem;
}

.entry-content a {
	color: #999999 !important;
	text-decoration: none !important;
}

.entry-content a:hover {
	color: #CCCCCC !important;
	text-decoration: none !important;
}

/* Text elements */
p {
	color: #444444;
	line-height: 1.5;
	/*margin-bottom: 1.5em;*/
	font-size: 14px;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #EAEAEA #EAEAEA #EAEAEA #632E9B;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	font-style: italic;
	margin-bottom: 20px;
	padding: 20px 20px 5px;
}

blockquote cite {
	color: #333333;
	font: 300 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

address {
	margin: 0 0 1.5em;
	display: block;
	font-style: italic;
}

pre {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
	overflow: auto;
}

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}

abbr, acronym {
	border-bottom: 1px dotted #666666;
	cursor: help;
	white-space: pre-wrap;
}

mark, ins {
	background: #FFF9C0;
	text-decoration: none;
}

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 {
	margin: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* For icon display hide of jetpack site stats */
img#wpstats {
	display: none;
}

button,
input,
select,
textarea {
	font-size: 100%; /* 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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #632E9B;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 1.4rem;
	padding: 8px 16px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	text-decoration: none;
	cursor: pointer;
}

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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to radiate-proof) */
	-moz-box-sizing: content-box;
	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: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666666;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #632E9B;
	text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
}

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */

/* Alignment */
.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;
}

.alignnone {
	margin: 10px 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #F1F1F1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759B;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Layout
----------------------------------------------- */
.inner-wrap {
	width: 1100px;
	display: table;
	margin: 0 auto;
}

#primary {
	width: 100%;
	display: table;
}

#secondary {
	width: 100%;
	/*float: right;*/
	margin-top: 10px;
}

#content {
	padding-top: 0; /* era 45px*/
}

#content a:hover {
	text-decoration: underline;
}

.content-area {
	width: 100%;
}

#content-left {
	width: 20%;
	float: left;
}

#content-right {
	width: 80%;
	float: left;
}

#content-left h1.entry-title {
	width: 82%;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 3px;
}

div.entry-title-marca h2 {
	border-bottom: #6CDE3E dotted 1px;
	color: #7BC143;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px;
}

/*subtitles*/

h2.subtitle {
	font-size: 16px;
	font-weight: 700;
	color: #000000; /*era 5dbf35; 5b5b5f*/
	margin-left: 6%;
	margin-right: 6%;
	padding-bottom: 3%;
	border-bottom: #999999 dotted 1px;
}

h2.subtitle-elixir {
	font-size: 16px;
	font-weight: 700;
	color: #000000; /*era 5dbf35; 5b5b5f*/
	margin-left: 6%;
	margin-right: 6%;
	padding-bottom: 5%;
	border-bottom: #999999 dotted 1px;
}

h2.subtitle-boca {
	width: 70%;
	font-size: 16px;
	font-weight: 700;
	color: #999999;
	margin-left: 5%;
	padding-bottom: 0;
}

h2.subtitle-marca {
	width: 70%;
	font-size: 16px;
	font-weight: 700;
	color: #999999;
	margin-left: 0;
	padding-bottom: 0;
}

.container {
	overflow: hidden;
}

#imagem {
	width: 25%;
	float: right;
}

#texto {
	width: 90%;
	margin: 0 auto;
	padding-top: 2%;
}

.icon-tema {
	margin-left: 5%;
	margin-top: 1%;
}

/* HOMEPAGE
------------------------------- */

#homepage {
	width: 1100px;
	height: 600px;
	z-index: 0;
	display: table;
	margin: 0 auto;
	margin-top: 40px;
}

/* GAMA
------------------------------- */

#gama {
	width: 1100px;
	height: auto;
	background-color: #FFFFFF;
	z-index: 0;
	display: table;
	margin: 0 auto;
	margin-top: 40px;
}

#gama-produto {
	display: table;
	margin: 0 auto;
}

#gama #gama-produto #titulo-marca .entry-header .entry-title-marca h1 {
	padding-left: 3% !important;
}

#gama #gama-produto #info-pagina .entry-content p a img {
	margin-top: -16px !important;
}

/* MARCA
------------------------------- */

#marca {
	width: 1100px;
	height: 600px;
	background-color: #FFFFFF;
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 3%;
	padding-bottom: 3%;
}

#historia {
	width: 57%;
	height: inherit;
	float: left;
	padding-left: 5%;
	padding-right: 3%;
	overflow-y: scroll;
}

#carousel-historia {
	width: 35%;
	float: right;
	height: 200px;
	padding-top: 7%;
}

/*scroll bar*/
/* Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
	width: 8px; /* 1px wider than Lion. */
	/* This is more usable for users trying to click it. */
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 100px;
}

/* hover effect for both scrollbar area, and scrollbar 'thumb' */
::-webkit-scrollbar:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
	/* This is the EXACT color of Mac OS scrollbars.
	   Yes, I pulled out digital color meter */
	background: rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 100px;
	display: none;
}

::-webkit-scrollbar-thumb:vertical:active {
	background: rgba(0, 0, 0, 0.1); /* Some darker color when you click it */
	-webkit-border-radius: 100px;
}

/* BOCA
------------------------------- */

#header-boca {
	width: 1100px;
	height: 350px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/09/tantum-ajuda-no-cuidado-da-boca.jpg') no-repeat center top fixed;
	top: 20px;
	z-index: 0;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

#header-boca-como-actua {
	width: 1100px;
	height: 350px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/09/sorriso-saudavel-com-tantum-verde-elixir.jpg') no-repeat center top fixed;
	top: 20px;
	z-index: 0;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

#content-boca {
	width: 1100px;
	height: auto;
	background-color: #FFFFFF;
	z-index: 100;
	display: table;
	margin: 0 auto;
	padding-bottom: 5%;
}

#content-boca p {
	width: 70%;
	padding-left: 5%;
	padding-bottom: 20px;
}

/* Higiene oral
------------- */

#header-higiene {
	width: 1100px;
	height: 350px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/09/higiene-oral-completa-com-tantum-protect-elixir.jpg') no-repeat center top fixed;
	top: 20px;
	z-index: 0;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

#header-higiene-como-actua {
	width: 1100px;
	height: 350px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/09/beije-muito-tantum-protege-e-ajuda-na-higiene-oral.jpg') no-repeat center top fixed;
	top: 20px;
	z-index: 0;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

/*
#higiene-oral{
        width:1100px;
        height:600px;
        background:url('http://www.tantum.pt/wp-content/uploads/2014/04/fundo-higiene-oral.png')no-repeat bottom right;
        display:table;
        margin:0 auto;
        margin-top: 40px;
}

#higiene-oral p{
        width:55%;
        padding-left:5%;
        padding-bottom: 20px;
}*/

/* PRODUTO
----------------------------------------- */

#content-left-pagina {
	width: 37%;
	float: left;
	padding-left: 5% !important;
	padding-top: 2% !important;
}

#content-right-post {
	width: 58%;
	float: left;
}

.entry-content.produto p {
	padding-top: 2%;
	padding-left: 6% !important;
	font-size: 14px !important;
	color: #666666 !important;
}

.entry-content.tpelixir p {
	padding-top: 2%;
	padding-left: 6% !important;
	font-size: 14px !important;
	color: #666666 !important;
}

.entry-content.tpelixir {
	margin-top: -5px !important;
}

/*------ TV elixir*/

#content-left-tv-elixir {
	width: 48%;
	float: left;
	padding-left: 5% !important;
	padding-right: 2% !important;
	padding-top: 2% !important;
}

#content-left-tv-elixir img {
	margin: 0 !important;
}

#content-right-tv-elixir {
	width: 45%;
	float: left;
}

/* PRODUTO - TProtect Conjunto Elixires
------------------------------- */

#tp-elixires {
	width: 1100px;
	height: 600px;
	background-color: #FFFFFF;
	/*background:url('http://www.tantum.pt/wp-content/uploads/2014/04/fundo-branco-produto-tantum-protect-elixires.png');
	background-repeat:no-repeat;*/
	margin-top: 40px;
	z-index: 0;
}

#content-left-tp {
	width: 27%;
	float: left;
	padding-left: 5% !important;
	padding-right: 10% !important;
	padding-top: 2% !important;
}

#content-right-tp {
	width: 58%;
	float: left;
}

/* PRODUTO - TProtect Pastilhas
------------------------------- */

#tp-pastilhas {
	width: 1100px;
	height: 600px;
	background-color: #FFFFFF;
	/*background:url('http://www.tantum.pt/wp-content/uploads/2014/04/fundo-branco-tantum-protect-pastilhas.png');
	background-repeat:no-repeat;*/
	margin-top: 40px;
	z-index: 0;
}

.pastilhas {
	padding-top: 14% !important;
}

/*-- TProtect elixir - cada produto*/

#content-left-tp-elixir {
	width: 40%;
	float: left;
	padding-left: 5% !important;
	padding-right: 2% !important;
	padding-top: 2% !important;
}

#content-left-tp-elixir img {
	margin: 0 !important;
}

#content-right-tp-elixir {
	width: 53%;
	float: left;
}

.extra-fresh {
	width: 40px;
	height: 40px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/04/icon-tantum-protect-elixir-extra-fresh.png');
	background-repeat: no-repeat;
	margin-left: 10%;
	margin-top: -20px !important;
	margin-bottom: 0 !important;
}

.fresh {
	width: 40px;
	height: 40px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/04/icon-tantum-protect-elixir-fresh.png');
	background-repeat: no-repeat;
	margin-left: 10%;
	margin-top: -20px !important;
	margin-bottom: 0 !important;
}

.sensitive {
	width: 40px;
	height: 40px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/04/icon-tantum-protect-elixir-sensitive.png');
	background-repeat: no-repeat;
	margin-left: 10%;
	margin-top: -20px !important;
	margin-bottom: 0 !important;
}

.whitening {
	width: 40px;
	height: 40px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/04/icon-tantum-protect-elixir-whitening.png');
	background-repeat: no-repeat;
	margin-left: 10%;
	margin-top: -20px !important;
	margin-bottom: 0 !important;
}

/* PRODUTO - TVerde Pastilhas
------------------------------- */

#tv-pastilhas {
	width: 1100px;
	height: 620px;
	background-color: #FFFFFF;
	margin-top: 40px;
	z-index: 0;
}

.pastilhas {
	padding-top: 20%;
}

/* GARGANTA
------------------------------- */

#header-garganta {
	width: 1100px;
	height: 350px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/09/tantum-ajuda-no-combate-as-dores-de-garganta.jpg') no-repeat center top fixed;
	top: 20px;
	z-index: 0;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

#header-garganta-como-actua {
	width: 1100px;
	height: 350px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/09/rir-contra-as-dores-de-garganta.jpg') no-repeat center top fixed;
	top: 20px;
	z-index: 0;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

#header-garganta-como-actua-2 {
	width: 1100px;
	height: 350px;
	background: url('http://www.tantum.pt/wp-content/uploads/2014/09/homem-a-cantar-exercitar-a-garganta-com-pastilhas-tantum.jpg') no-repeat center top fixed;
	top: 20px;
	z-index: 0;
	display: table;
	margin: 0 auto;
	padding-top: 40px;
}

#content-garganta {
	width: 1100px;
	height: auto;
	background-color: #FFFFFF;
	z-index: 100;
	display: table;
	margin: 0 auto;
	padding-bottom: 5%;
}

#content-garganta p {
	width: 70%;
	padding-left: 5%;
	padding-bottom: 20px;
}

#box-sorriso {
	padding-left: 9%;
	padding-top: 5%;
}

#box-rir {
	padding-left: 49%;
	padding-top: 3%;
}

#box-beijo {
	padding-left: 45%;
	padding-top: 3%;
}

/* BENZIDAMINA
------------------------------- */

.benzidamina {
	margin-top: 40px !important;
}

/* NOVIDADES
------------------------------- */

#novidades {
	margin-top: 40px;
}

#novidades article {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 20px 30px 10px 30px;
}

/* =Header
----------------------------------------------- */
#parallax-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#page {
	width: 1100px;
	position: relative;
	z-index: 888;
	margin: 0 auto;
}

#masthead {
}

.header-wrap {
	border-bottom: 1px solid #E1E4E6;
	position: fixed;
	top: 0;
	width: 1100px;
	height: 70px;
	margin: 0 auto;
	padding-top: 30px;
	z-index: 999999;
	background-color: #FFFFFF;
	opacity: 0.95;
	filter: alpha(opacity=95); /* For IE8 and earlier */
}

body.admin-bar .header-wrap {
	top: 32px;
}

.site-branding {
	float: left;
	max-width: 100%;
	margin-right: 30px;
	margin-left: 40px;
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	padding: 0.5rem 2rem 0.5rem 2.5rem;
	float: left;
	line-height: 1.5;
}

.site-title a {
	color: #444444;
}

.site-title a:hover {
	color: #632E9B;
}

.site-description {
	display: none;
}

img.header-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#masthead .search-form {
	float: right;
	position: absolute;
	right: 0;
	top: 65px;
	background-color: #632E9B;
	padding: 10px 20px;
	display: none;
	z-index: 999;
}

#masthead .search-form .search-field {
	width: 180px;
}

#masthead .search-form input[type="submit"] {
	display: none;
}

.header-search-icon {
	float: right;
	border-left: 1px solid #E1E4E6;
	padding: 14px 10px 10px 10px;
	cursor: pointer;
}

.header-search-icon:before {
	content: '\f400';
	color: #632E9B;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 40px/1 'Genericons';
	vertical-align: top;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	float: right;
	max-width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	font-size: 14px;
	font-size: 1.8rem;
	line-height: 3.5;
	/*border-left: 1px solid #E1E4E6;*/
}

.main-navigation a {
	padding: 0 25px;
	display: block;
	text-decoration: none;
	color: #444444;
}

.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	background-color: #FFFFFF !important;
	color: #7BC143;
}

/* Dropdown */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}

.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	display: block;
	color: #7BC143;
	background-color: #FFFFFF !important;
}

.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 63px;
	z-index: 99999;
	border-left: #F0F0F1 thin solid;
	/*border-right:#f0f0f1 thin solid;*/
	border-bottom: #F0F0F1 thin solid;
}

.main-navigation ul ul li {
	/*border-left:#CCC thin solid;*/
	font-size: 13px;
	margin-top: 2px;
}

.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
	color: #444444;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	/*background-color: #632E9B;*/
	color: #7BC143 !important;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	min-width: 250px;
}

.main-navigation ul.sub-menu li.menu-titulo a,
.main-navigation ul.sub-menu li.menu-titulo a:hover { /*sub-menu drop-down título sem link cuidados boca e garganta*/
	color: #3C990B !important;
	margin-top: -5px !important;
	background-color: #F9F9F9 !important;
	margin-right: -50px !important;
	padding-bottom: 5px !important;
	text-transform: uppercase !important;
}

.main-navigation ul.sub-menu li.menu-titulo-produto a,
.main-navigation ul.sub-menu li.menu-titulo-produto a:hover { /*sub-menu drop-down título sem link cuidados boca e garganta*/
	color: #3C990B !important;
	margin-top: -5px !important;
	text-transform: uppercase !important;
}

.main-navigation ul.sub-menu li.menu-cuidados { /*sub-menu drop-down cuidados boca e garganta*/
	margin-top: -15px !important;
}

.main-navigation ul.sub-menu li.menu-cuidados a,
.main-navigation ul.sub-menu li.menu-cuidados a:hover { /*sub-menu drop-down cuidados boca e garganta*/
	background-color: #FFFFFF !important;
}

.main-navigation ul.sub-menu li.menu-produto { /*sub-menu drop-down tantum protect e tantum verde*/
	width: 230px !important;
}

.main-navigation.padding-top {
	padding-top: 6px !important;
}

/* = Navegação vertical páginas interiores
----------------------------------------------- */

.nav-vertical-interior {
	width: 95%;
}

.nav-vertical-interior li {
	height: 35px;
	margin-bottom: 2px;
	background-color: #FFFFFF;
	padding-left: 15%;
	padding-top: 12px;
}

.nav-vertical-interior li a {
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}

.nav-vertical-interior a:hover,
.nav-vertical-interior li.current-menu-item a,
.nav-vertical-interior li.current_page_ancestor a,
.nav-vertical-interior li.current-menu-ancestor a,
.nav-vertical-interior li.current_page_item a,
.nav-vertical-interior li:hover > a {
	color: #5DC635;
	text-decoration: none;
}

/* =Content
----------------------------------------------- */
.sticky {
}

/*.hentry {
        margin: 0 0 4.5em;
        margin-bottom: 4rem;
        padding: 3rem;
        background-color: #FFFFFF;
}*/
.page-header {
	margin: 0 0 4.5em;
	margin-bottom: 4rem;
	padding: 1rem 3rem;
	background-color: #FFFFFF;
	text-align: center;
}

.byline,
.updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*------- classes entry-title--------*/

.entry-title {
	/*font-size: 2em;*/
	margin: 0; /* era 0 0 0.5em */
	padding-left: 5%;
	padding-top: 3%;
	line-height: 1;
	color: #7BC143; /*era #444444 */
	/*background-color:#5dbf35;*/
	font-weight: 600;
}

.entry-title-marca {
	/*font-size: 2em;*/
	margin: 0; /* era 0 0 0.5em */
	padding-left: 0 !important;
	padding-top: 3%;
	line-height: 1;
	color: #7BC143; /*era #444444 */
	/*background-color:#5dbf35;*/
	font-weight: 600;
}

.entry-title-extra-fresh {
	margin: 0;
	padding-left: 5%;
	padding-top: 3%;
	line-height: 1;
	color: #56CBF5; /*azul médio*/
	font-weight: 600;
}

.entry-title-fresh {
	margin: 0;
	padding-left: 5%;
	padding-top: 3%;
	line-height: 1;
	color: #1BC24B; /*verde*/
	font-weight: 600;
}

.entry-title-sensitive {
	margin: 0;
	padding-left: 5%;
	padding-top: 3%;
	line-height: 1;
	color: #EF7AA2; /*cor de rosa*/
	font-weight: 600;
}

.entry-title-whitening {
	margin: 0;
	padding-left: 5%;
	padding-top: 3%;
	line-height: 1;
	color: #56A3DA; /*azul escuro*/
	font-weight: 600;
}

/*------- FIM-classes entry-title--------*/

.page-title {
	font-size: 2em;
	line-height: 1.5;
}

.entry-title a {
	color: #444444;
}

#content .entry-title a:hover {
	color: #632E9B;
	text-decoration: none;
}

.post .entry-content ul, .post .entry-content ol {
	margin: 0 0 20px 20px;
}

.post .entry-content ul {
	list-style: square outside none;
}

.entry-header .entry-meta span {
	padding-right: 20px;
}

.entry-meta span {
	padding-right: 20px;
	color: #999999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta span:hover {
	color: #632E9B;
}

.entry-meta span a {
	color: #999999;
}

#content .entry-meta span a:hover {
	color: #632E9B;
	text-decoration: none;
}

.entry-meta .posted-on:before,
.entry-meta .byline:before,
.entry-meta .cat-links:before,
.entry-meta .tags-links:before,
.entry-meta .comments-link:before,
.entry-meta .edit-link:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}

.entry-meta .posted-on:before {
	content: '\f307';
}

.entry-meta .byline:before {
	content: '\f304';
}

.entry-meta .cat-links:before {
	content: '\f301';
}

.entry-meta .tags-links:before {
	content: '\f302';
}

.entry-meta .comments-link:before {
	content: '\f300';
}

.entry-meta .edit-link:before {
	content: '\f411';
}

/* =Featured pages section - front page
----------------------------------------------- */
.tg-one-third {
	float: left;
	width: 31.143952%;
	margin: 0 3.284072% 3rem 0;
}

.tg-one-third-last {
	margin-right: 0;
}

#featured_pages {
	padding-bottom: 15px;
	text-align: center;
}

#featured_pages img {
	vertical-align: top;
	margin-bottom: 2rem;
}

#featured_pages .page_text_container {
	background-color: #FFFFFF;
	padding: 3rem 3rem 2rem;
}

#featured_pages .entry-title {
	line-height: 1;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 24px;
	font-size: 2.4rem;
}

#featured_pages p {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-size: 1.4rem;
}

#featured_pages a.more-link {
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #EAEAEA;
	border-radius: 4px;
	color: #555555;
	padding: 4px 10px;
}

#featured_pages a.more-link:hover {
	border: 1px solid #632E9B;
	border-radius: 4px;
	color: #632E9B;
	padding: 4px 10px;
	text-decoration: none;
}

/* =No Results
----------------------------------------------- */
.not-found .page-content {
	padding: 3rem;
	background-color: #FFFFFF;
}

.not-found .search-form {
	text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	margin: 0 auto;
}

.wp-caption {
	border: 1px solid #CCCCCC;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.site-main .gallery {
}

.gallery-caption {
}

.site-main .gallery a img {
}

.site-main .gallery dd {
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* =WordPress Gallery Support
----------------------------------------------- */
.gallery {
	margin: 0 auto 2em;
}

.gallery .gallery-item {
	float: left;
	display: block;
	background: #FFFFFF;
	margin: 10px 1.5% 20px;
	text-align: center;
}

.gallery .gallery-item:hover {
}

.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}

.gallery-columns-1 .gallery-item {
	float: none;
	text-align: center;
	width: 100%;
	margin: 10px 0 20px;
}

.gallery-columns-2 .gallery-item {
	width: 47%;
}

.gallery-columns-3 .gallery-item {
	width: 30%;
}

.gallery-columns-4 .gallery-item {
	width: 22%;
}

.gallery-columns-5 .gallery-item {
	width: 17%;
}

.gallery-columns-6 .gallery-item {
	width: 13.6%;
}

.gallery-columns-7 .gallery-item {
	width: 12.25%;
	margin: 10px 1% 10px;
}

.gallery-columns-8 .gallery-item {
	width: 10.5%;
	margin: 10px 1% 10px;
}

.gallery-columns-9 .gallery-item {
	width: 9.11%;
	margin: 10px 1% 10px;
}

.gallery dl a {
	display: block;
}

.gallery dl a img {
	height: auto;
	margin: 0 auto;
}

.gallery .gallery-caption {
	font-size: 14px;
	line-height: 1.2em;
	margin: 10px 0 0;
}

.gallery br + br {
	display: none;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	float: left;
	max-width: 48%;
}

[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	max-width: 48%;
}

/* =Comments
----------------------------------------------- */

#comments {
	padding: 3rem;
	background-color: #FFFFFF;
	margin-bottom: 4rem;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
}

#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
	margin-bottom: 1rem;
}

#comments h2.comments-title {
	margin-bottom: 30px;
}

.avatar {
	border-radius: 50%;
	float: left;
}

.comments-area article header {
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
}

.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}

#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #632E9B;
}

.comments-area .comment-author-link a {
	color: #999999;
}

.comments-area .comment-author-link a:hover {
	color: #632E9B;
}

.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #632E9B;
	color: #FFFFFF;
	border-radius: 3px;
}

.comments-area article header .comment-author-link:before,
.comments-area article header .comment-edit-link:before,
.comments-area article header .comment-permalink:before,
.comments-area article header .comment-date-time:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}

.comments-area article header .comment-author-link:before {
	content: '\f304';
}

.comments-area article header .comment-edit-link:before {
	content: '\f411';
}

.comments-area article header .comment-permalink:before {
	content: '\f107';
}

.comments-area article header .comment-date-time:before {
	content: '\f307';
}

.comment-content {
	padding: 2rem;
	background-color: #F8F8F8;
	border: 1px solid #EAEAEA;
}

.comment {
	margin-bottom: 20px;
}

.comment ul, .comment ol {
	margin: 0 0 20px 20px;
}

.comment ul {
	list-style: square outside none;
}

.comment .comment-reply-link {
	float: right;
	color: #999999;
}

.comment .comment-reply-link:hover {
	color: #632E9B;
}

.comment .comment-reply-link:before {
	content: '\f412';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
}

.comment-list {
	margin-bottom: 34px;
	margin-bottom: 3.4rem;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}

/* Comment form */
#respond {
}

#respond h3#reply-title {
	line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 1rem;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}

#respond form {
	margin: 24px 0;
	margin: 2.4rem 0;
}

#respond form p {
	margin: 11px 0;
	margin: 1.1rem 0;
}

#respond form p.logged-in-as {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

#respond form label {
	display: block;
	line-height: 1.5;
}

#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px;
	padding: 1rem;
	width: 100%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #5E5E5E;
}

.required {
	color: red;
}

/* =Widgets
----------------------------------------------- */
.widget {
	min-height: 328px; /*era 285 e dps 314*/
	margin-bottom: 10px; /* era 4rem*/
	/*padding: 3rem;*/
	background-color: #7BC143;
	float: left !important;
}

.widget-title {
	font-size: 16px !important;
	text-transform: uppercase;
	padding-bottom: 10px; /*era margin-bottom*/
	padding-top: 10px;
	padding-left: 3rem;
	/*margin-bottom: 1.5rem;*/
	color: #FFFFFF; /*era #444444 */
	background-color: #69BC3B;
}

.widget .textwidget {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-top: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

.widget .widget_metaslider_widget {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-top: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

#secondary aside#hwim-6.widget.widget_hwim { /*widget grande: ter em atenção o nome*/
	width: 58% !important;
	margin-right: 1%;
	color: #69BC3B;
	background-color: #FFFFFF;
	float: left !important;
	display: table;
}

#secondary aside#hwim-6.widget.widget_hwim h1.widget-title {
	background-color: #7BC143;
}

#secondary aside#hwim-4.widget.widget_hwim,
	/*#secondary aside#hwim-5.widget.widget_hwim,
	#secondary aside#hwim-6.widget.widget_hwim,*/
#secondary aside#hwim-7.widget.widget_hwim,
#secondary aside#hwim-8.widget.widget_hwim {
	width: 20% !important;
	margin-right: 1%;
	float: left !important;
	display: table;
}

#secondary aside#hwim-5.widget.widget_hwim {
	width: 20% !important;
	color: #FFFFFF;
	display: table;
	float: right !important;
}

#secondary aside#hwim-6.widget.widget_hwim div.hwim-text p {
	padding: 20px !important;
	display: table;
	margin: 0 auto;
	font-size: 13px;
}

#secondary aside#hwim-2.widget.widget_hwim div.hwim-text p,
#secondary aside#hwim-4.widget.widget_hwim div.hwim-text p,
#secondary aside#hwim-5.widget.widget_hwim div.hwim-text p,
	/*#secondary aside#hwim-6.widget.widget_hwim div.hwim-text p,*/
#secondary aside#hwim-7.widget.widget_hwim div.hwim-text p,
#secondary aside#hwim-8.widget.widget_hwim div.hwim-text p {
	padding: 20px !important;
	display: table;
	margin: 0 auto;
	font-size: 13px;
	color: #FFFFFF !important;
}

#secondary aside#hwim-2.widget.widget_hwim img.hwim-image,
#secondary aside#hwim-3.widget.widget_hwim img.hwim-image,
#secondary aside#hwim-4.widget.widget_hwim img.hwim-image,
#secondary aside#hwim-5.widget.widget_hwim img.hwim-image,
#secondary aside#hwim-6.widget.widget_hwim img.hwim-image,
#secondary aside#hwim-7.widget.widget_hwim img.hwim-image,
#secondary aside#hwim-8.widget.widget_hwim img.hwim-image {
	display: table;
	margin: 0 auto;
	padding-top: 20px;
	padding-botom: -10px !important;
}

.widget li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget_search .search-form {
	width: 90%;
}

.widget_search input[type="search"] {
	width: 90%;
}

.widget th, .widget td {
	padding: 1px 1px 1px 2px;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Footer
----------------------------------------------- */
#colophon {
	border-top: 1px solid #E1E4E6;
	padding: 5px 0;
	background-color: #FFFFFF;
	height: 40px;
	margin-top: 10px;
}

#colophon .site-info {
	/*text-align: center;*/
	font-size: 14px;
	font-size: 1.4rem;
}

#aviso-legal {
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#menu-footer {
	z-index: 100;
	height: inherit;
}

ul.nav-menu-footer,
div.nav-menu-footer > ul {
	margin: 0;
	padding-top: 10px;
	padding-left: 40px;
}

.nav-menu-footer li {
	display: inline-block;
	position: relative;
	border-left: 1px solid #5DC635;
}

li.no-border {
	border-left: none;
}

.nav-menu-footer li a {
	color: #5DC635;
	display: block;
	font-size: 12px;
	margin-left: 10px !important;
	margin-right: 10px !important;
	text-decoration: none;
}

.nav-menu-footer li:hover > a,
.nav-menu-footer li a:hover {
	/*background-color: #220e10;*/
	color: #A7A6AC;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.site-header .menu-toggle {
	background: #632E9B;
	color: #FFFFFF;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	padding: 5px 22px;
	margin: 0;
}

.site-header .menu-toggle:hover {
	background: #632E9B;
}

.site-header .menu-toggle:before {
	content: '\f419';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 22px/1 'Genericons';
	vertical-align: top;
	padding-top: 8px;
}

.main-small-navigation {
	width: 66px;
	float: right;
	padding-top: 0;
	background-color: #000000;
	margin: 1rem 2.5rem 0 0;
}

.main-small-navigation ul {
	margin: 0;
	list-style: none;
}

.main-small-navigation li {
	background: #FFFFFF;
}

.main-small-navigation a {
	display: block;
	color: #444444;
	padding: 5px 22px;
	text-decoration: none;
	font-size: 14px;
}

.main-small-navigation li:hover {
	background: #632E9B;
}

.main-small-navigation li:hover > a {
	color: #FFFFFF;
}

.main-small-navigation ul ul a {
	padding-left: 44px;
}

.main-small-navigation ul ul ul a {
	padding-left: 66px;
}

.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
	background: #632E9B;
}

.main-small-navigation ul > .current_page_item a,
.main-small-navigation ul > .current-menu-item a {
	color: #FFFFFF;
}

.main-small-navigation ul li ul li a,
.main-small-navigation ul li.current-menu-item ul li a,
.main-small-navigation ul li ul li.current-menu-item a,
.main-small-navigation ul li.current_page_ancestor ul li a,
.main-small-navigation ul li.current-menu-ancestor ul li a,
.main-small-navigation ul li.current_page_item ul li a {
	color: #444444;
	background-color: #FFFFFF;
}

.main-small-navigation ul li ul li a:hover,
.main-small-navigation ul li ul li:hover > a,
.main-small-navigation ul li.current-menu-item ul li a:hover {
	background-color: #632E9B;
	color: #FFFFFF;
}

/* =Responsive Structure
----------------------------------------------- */
@media screen and (max-width: 1308px) {
	#page {
		width: 1100px;
	}
	
	.inner-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar .header-wrap {
		top: 45px;
	}
}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media screen and (max-width: 768px) {
	
	.inner-wrap {
		width: auto;
		margin: 0;
	}
	
	.header-wrap.clearfix {
		width: 100% !important;
		margin-top: -40px !important;
		top: 0;
	}
	
	body.page {
		top: 0 !important;
	}
	
	body.admin-bar .header-wrap {
		top: 0 !important;
		width: 100%;
		margin-top: -20px !important;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		position: relative;
		background-color: #FFFFFF;
		opacity: 0.95;
		filter: alpha(opacity=95); /* For IE8 and earlier */
		position: fixed;
		z-index: 999999;
	}
	
	div #content.site-content, div #page.hfeed.site {
		width: 100% !important;
		top: 0 !important;
		margin: 0 !important;
	}
	
	div #featured_pages .clearfix {
		display: none;
	}
	
	.site-branding {
		margin-right: 0 !important;
	}
	
	#primary {
		float: none;
		width: auto;
		margin-top: -55px !important;
	}
	
	#secondary {
		float: none;
		width: auto;
	}
	
	#page {
		width: auto;
	}
	
	#secondary .widget-area {
		height: 200px !important;
	}
	
	#secondary aside#hwim-6.widget.widget_hwim {
		width: 100% !important;
	}
	
	#secondary aside#hwim-5.widget.widget_hwim,
	#secondary aside#metaslider_widget-2.widget.widget_metaslider_widget {
		display: none;
	}
	
	#header-garganta, #header-boca, #header-higiene, #header-garganta-como-actua, #header-garganta-como-actua-2, #header-boca-como-actua, #header-higiene-como-actua {
		width: 100% !important;
	}
	
	#content-garganta, #content-boca, #content-higiene {
		top: 0 !important;
		width: 100% !important;
	}
	
	#content-garganta p, #content-boca p, #content-higiene p {
		width: 85% !important;
	}
	
	#homepage, #novidades, #gama, #marca {
		top: 0 !important;
		width: 100% !important;
		margin-top: 30px !important;
	}
	
	#gama-produto {
		width: auto !important;
	}
	
	#gama-produto #info-pagina .entry-content p a img {
		width: 49% !important;
		float: left !important;
	}
	
	#tv-pastilhas.container, #tp-pastilhas.container, #tp-elixires.container, #content-boca.benzidamina {
		width: 100% !important;
		height: auto !important;
		margin-top: 30px !important;
	}
	
	#metaslider_container_7 {
		margin-top: 5px !important;
	}
	
	/*#content-left-tp-elixir, #content-right-tp-elixir, #content-left-tv-elixir, #content-right-tv-elixir, #content-left-pagina, #content-right-post, */
	#content-left-tp, #content-right-tp, #historia {
		float: none !important;
		width: 96%;
		padding-left: 2% !important;
		padding-right: 2% !important;
		margin: 0 !important;
	}
	
	#content-right-tp {
		padding-left: 2% !important;
	}
	
	#tv-pastilhas.container #content-left-pagina {
		width: 35% !important;
	}
	
	img.alignnone.wp-image-554.size-full {
		display: none !important;
	}
	
	#carousel-historia {
		float: none !important;
		width: 100%;
		height: 500px;
	}
	
	/*#info-pagina.entry-content p{
			width: 90% !important;
			padding-left:1% !important;
			padding-right:9% !important;
			margin:0 !important;
	}*/
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: none;
	}
	
	.main-navigation ul {
		display: none;
	}
	
	.site-branding {
		max-width: 100%;
	}
	
	.site-navigation {
		max-width: 100%;
	}
	
	img.menu-image {
		display: none;
	}
	
	.main-navigation {
		margin: 10px 20px 0 0;
	}
	
	.main-small-navigation ul {
		width: 300px;
		margin-left: -234px;
	}
	
	.main-small-navigation ul ul {
		margin-left: 0;
	}
	
	.tg-one-third {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 600px) {
	.header-wrap {
		position: relative;
	}
}

/* All Mobile Portrait size smaller than 580 (devices and browsers) */
@media screen and (max-width: 580px) {
	
	.inner-wrap {
		width: auto;
		margin: 0;
	}
	
	.header-wrap.clearfix {
		width: auto;
		margin-top: -60px !important;
		top: 0;
	}
	
	body.page {
		top: 0 !important;
	}
	
	body.admin-bar .header-wrap {
		top: 0 !important;
		width: 100%;
		margin-top: -20px !important;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		position: relative;
		background-color: #FFFFFF;
		opacity: 0.95;
		filter: alpha(opacity=95); /* For IE8 and earlier */
		position: fixed;
		z-index: 999999;
	}
	
	div #content.site-content, div #page.hfeed.site {
		width: 100% !important;
		top: 0 !important;
		margin: 0 !important;
	}
	
	div #featured_pages .clearfix {
		display: none;
	}
	
	.site-branding {
		margin-right: 0 !important;
	}
	
	#primary {
		float: none;
		width: auto;
		margin-top: -55px !important;
	}
	
	#secondary {
		float: none;
		width: auto;
	}
	
	#page {
		width: auto;
	}
	
	#secondary .widget-area {
		height: 200px !important;
	}
	
	#secondary aside#hwim-6.widget.widget_hwim {
		width: 100% !important;
	}
	
	#secondary aside#hwim-5.widget.widget_hwim,
	#secondary aside#metaslider_widget-2.widget.widget_metaslider_widget {
		display: none;
	}
	
	#header-garganta, #header-boca, #header-higiene, #header-garganta-como-actua, #header-garganta-como-actua-2, #header-boca-como-actua, #header-higiene-como-actua {
		display: none;
	}
	
	#content-garganta, #content-boca, #content-higiene {
		top: 0 !important;
		width: auto;
		margin-top: 70px !important;
	}
	
	#homepage, #novidades, #gama, #gama-produto, #marca {
		top: 0 !important;
		width: auto;
		margin-top: 70px !important;
	}
	
	#tv-pastilhas.container, #tp-pastilhas.container, #tp-elixires.container {
		width: auto !important;
		height: auto !important;
		margin-top: 70px !important;
	}
	
	#metaslider_container_7 {
		margin-top: 25px !important;
	}
	
	#content-left-tp-elixir, #content-right-tp-elixir, #content-left-tv-elixir, #content-right-tv-elixir, #content-left-pagina, #content-right-post, #content-left-tp, #content-right-tp, #historia {
		float: none !important;
		width: 96%;
		padding-left: 2% !important;
		padding-right: 2% !important;
		margin: 0 !important;
	}
	
	#carousel-historia {
		float: none !important;
		width: 100%;
		height: 500px;
	}
	
	#info-pagina.entry-content p {
		width: 90%;
		padding-left: 1% !important;
		padding-right: 9% !important;
		margin: 0 !important;
	}
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: none;
	}
	
	.main-navigation ul {
		display: none;
	}
	
	.site-branding {
		max-width: 100%;
	}
	
	.site-navigation {
		max-width: 100%;
	}
	
	img.menu-image {
		display: none;
	}
	
	.main-navigation {
		margin: 10px 20px 0 0;
	}
	
	.main-small-navigation ul {
		width: 300px;
		margin-left: -234px;
	}
	
	.main-small-navigation ul ul {
		margin-left: 0;
	}
	
	.tg-one-third {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	
	.inner-wrap {
		width: auto;
		margin: 0;
	}
	
	.header-wrap.clearfix {
		width: auto;
		margin-top: -60px !important;
		top: 0;
	}
	
	body.page {
		top: 0 !important;
	}
	
	body.admin-bar .header-wrap {
		top: 0 !important;
	}
	
	.site-branding img {
		top: 0 !important;
		padding-left: 25px !important;
	}
	
	#homepage, #novidades, #gama, #gama-produto, #marca {
		margin-top: 40px !important;
		width: auto;
		height: auto !important;
	}
	
	nav#site-navigation.main-navigation.padding-top {
		top: 0;
		margin-top: -20px !important;
	}
	
	nav#site-navigation.main-navigation.padding-top h1.menu-toogle .responsiveSelectContainer select.responsiveMenuSelect {
		margin-top: -20px !important;
	}
	
	/*	footer#colophon.site-footer{
					display:none !important;
	
			}*/
	
}

/*Milenar 20170608*/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
	*zoom: 1;
}

/*--------------------------------------------------*/
/*                       Geral                      */
/*--------------------------------------------------*/
body {
	margin: 0 !important;
	font-family: 'PT Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #444444;
	font-size: 14px;
	text-align: justify;
}

#page {
	max-width: 1100px !important;
	width: 100% !important;
}

.inner-wrap,
div #content.site-content {
	width: 100% !important;
}

.inner-wrap {
	margin: 30px 0;
}

.entry-header,
.entry-content {
	padding: 0 40px;
}

.entry-meta {
	margin: 30px 0 0;
	padding: 0 25px;
}

.entry-meta a {
	color: #7BC143 !important;
	background-color: #EBEBEB;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
	padding: 15px 10px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: normal;
	margin: 0 2px;
}

.entry-meta a:hover {
	background-color: #DCDCDC;
	text-decoration: none !important;
}

h1.entry-title {
	margin-bottom: 25px;
	padding: 0 !important;
}

#primary {
	margin: 0 !important;
}

.site-main [class*="navigation"] {
	padding: 0 40px;
	margin: 30px 0 0;
}

.site-main [class*="navigation"] a {
	color: #7BC143;
}

.site-main [class*="navigation"] a:hover {
	color: #787878;
	text-decoration: none !important;
}

.widget-title {
	background-color: #7BC143;
}

a:focus {
	outline: none;
}

@media (max-width: 768px) {
	.middle-element > div {
		margin-top: 0 !important;
	}
}

/*--------------------------------------------------*/
/*               Tantum - Cookies                   */
/*--------------------------------------------------*/
.cc_container a,
.cc_container a:visited {
	color: #7BC143 !important;
}

.cc_container a:hover,
.cc_container a:active {
	color: #797979 !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #FFFFFF !important;
	background-color: #7BC143 !important;
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
	background-color: #797979 !important;
	color: #FFFFFF !important;
}

/*--------------------------------------------------*/
/*                     Footer                       */
/*--------------------------------------------------*/
#colophon {
	padding: 0;
	background-color: transparent;
	height: auto;
	margin-top: 10px;
}

#colophon .site-info {
	padding: 10px 40px;
	background-color: #FFFFFF;
	border-top: 1px solid #E1E4E6;
}

#colophon #aviso-legal {
	color: #999999;
}

ul.nav-menu-footer,
div.nav-menu-footer > ul {
	padding: 0 !important;
}

.nav-menu-footer li a {
	color: #7BC143;
}

.nav-menu-footer li a:hover {
	color: #797979;
}

.nav-menu-footer li:first-child {
	border-left: 0;
}

.nav-menu-footer li:first-child a {
	margin-left: 0 !important;
}

@media (max-width: 768px) {
	.responsiveSelectContainer select.responsiveMenuSelect,
	select.responsiveMenuSelect {
		margin: 0 !important;
	}
}

/*--------------------------------------------------*/
/*                       Menu                       */
/*--------------------------------------------------*/
header {
	height: auto;
}

body.admin-bar .header-wrap,
.header-wrap {
	top: 0 !important;
	position: relative;
	padding: 0 40px;
	background-color: #7BC143;
	border: inherit;
	height: auto;
	padding-top: 22px;
}

.header-wrap,
.header-wrap.clearfix,
body.admin-bar .header-wrap,
body.admin-bar .header-wrap.clearfix {
	width: auto !important;
	margin-top: 0 !important;
}

.menu-toggle,
.screen-reader-text {
	display: none !important;
}

.site-branding {
	margin: 0 auto;
}

.main-navigation.padding-top {
	padding: 0 !important;
}

.main-navigation ul ul {
	top: 48px;
}

.main-navigation ul ul a {
	min-width: 224px;
}

.main-navigation a {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	margin: 15px 0;
}

.main-navigation li {
	float: none;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

.main-navigation a,
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	background-color: transparent !important;
	color: #FFFFFF;
}

.main-navigation #menu-menu-1 > li.current-menu-item > a,
.main-navigation #menu-menu-1 > li.current-menu-parent > a {
	padding: 15px 20px;
	background-color: #FFFFFF !important;
	color: #7BC143;
	margin: 0;
}

.main-navigation ul ul li {
	margin: 0 !important;
}

.main-navigation ul.sub-menu li.menu-titulo a,
.main-navigation ul.sub-menu li.menu-titulo a:hover {
	color: #7BC143 !important;
	padding: 10px 20px !important;
	margin: 0 !important;
}

.main-navigation #menu-menu-1 > li > a,
.sub-menu .menu-titulo {
	font-weight: 700;
}

@media (max-width: 768px) {
	nav#site-navigation.main-navigation.padding-top {
		margin-top: 0 !important;
	}
	
	.main-navigation {
		margin: 0 !important;
	}
	
	.site-branding img {
		padding: 0 !important;
	}
	
	.site-branding,
	#site-navigation {
		width: 100%;
		display: block;
		margin-bottom: 10px !important;
	}
	
	.site-branding {
		text-align: center;
	}
	
	select.responsiveMenuSelect {
		margin: 0 !important;
	}
}

/*--------------------------------------------------*/
/*                Tantum Classes                    */
/*--------------------------------------------------*/
.tantum-title,
.tantum-subtitle {
	margin-bottom: 0 !important;
}

.entry-content a {
	color: #7BC143 !important;
}

.entry-content a:hover {
	color: #797979 !important;
}

.tantum-content {
	margin-bottom: 25px !important;
}

.tantum-content ul li::before {
	content: "•";
	color: rgb(68, 68, 68) !important;
	margin-right: 5px;
}

.tantum-title h1,
.tantum-subtitle h2,
.tantum-subtitle h3 {
	color: #7BC143;
	font-weight: 700;
	padding: 0;
}

.tantum-title h1 {
	font-size: 30px;
	line-height: 30px;
}

.tantum-subtitle h2,
.tantum-post h2 {
	font-size: 20px;
	line-height: 22px;
}

.tantum-subtitle h3 {
	font-size: 16px;
	line-height: 18px;
}

.tantum-content p {
	font-size: 14px;
	line-height: 20px;
}

#tantum-header .tantum-title h1 {
	margin-bottom: 0 !important;
}

#tantum-header .tantum-subtitle h2 {
	text-transform: none;
	font-weight: 700;
}

.tantum-info p {
	font-size: 12px;
	line-height: 20px;
	color: #797979;
}

.tantum-banner {
	margin-left: -40px;
	margin-right: -40px;
	margin-top: -16px;
}

#tantum-list {
	margin-left: -40px;
	margin-right: -40px;
}

#tantum-list .tantum-content {
	margin-bottom: 0 !important;
}

#tantum-list p {
	font-size: 14px;
	line-height: 16px;
}

.tantum-block-number {
	margin-bottom: 20px;
}

.tantum-block-number > div {
	padding: 25px 40px !important;
}

.tantum-number {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #7BC143;
}

.tantum-btn a {
	padding: 15px 10px !important;
	font-weight: bold;
}

.tantum-btn a,
.tantum-btn a:hover {
	color: #7BC143 !important;
}

/*--------------------------------------------------*/
/*                Tantum - Home                     */
/*--------------------------------------------------*/
.home #content {
	background-color: transparent;
}

.home .inner-wrap {
	margin: 0;
}

.home .entry-content {
	padding: 0;
	margin: 0;
}

#secondary aside {
	margin: 0;
	background-color: #3E9743;
}

#secondary aside#hwim-6.widget.widget_hwim {
	max-width: 640px;
	width: 100% !important;
	margin-right: 10px !important;
}

#secondary aside#metaslider_widget-2 {
	margin-right: 10px !important;
}

.home #secondary aside img {
	padding-top: 0 !important;
}

.home #secondary #hwim-5 img {
	padding: 20px 0 !important;
}

@media (max-width: 1110px) {
	#secondary aside#hwim-6.widget.widget_hwim {
		max-width: none !important;
		width: 100%;
	}
	
	#secondary aside#metaslider_widget-2,
	#secondary aside#hwim-5.widget.widget_hwim {
		display: none;
	}
	
	#secondary .widget {
		min-height: 0;
	}
}

/*--------------------------------------------------*/
/*              Tantum - Fale Connosco              */
/*--------------------------------------------------*/
.milenar-tantum-fale-connosco form {
	max-width: 760px;
	width: 100%;
}

.milenar-tantum-fale-connosco form p {
	margin: 0 0 22px;
}

.milenar-tantum-fale-connosco form input[name="contact-email"] {
	margin: 22px 0 0;
}

.milenar-tantum-fale-connosco form input,
.milenar-tantum-fale-connosco form textarea,
.milenar-tantum-fale-connosco form input:focus,
.milenar-tantum-fale-connosco form textarea:focus {
	font-family: 'PT Sans', sans-serif !important;
	background-color: #7BC143;
	color: #FFFFFF;
	border: 0;
	border-radius: 0;
	padding: 0;
	padding-left: 10px;
}

.milenar-tantum-fale-connosco .contact-name,
.milenar-tantum-fale-connosco .contact-phone {
	float: left;
	width: 49%;
}

.milenar-tantum-fale-connosco .contact-name {
	margin-right: 2%;
}

.milenar-tantum-fale-connosco form input[name="contact-name"],
.milenar-tantum-fale-connosco form input[name="contact-phone"] {
	width: 100%;
	height: 35px;
}

.milenar-tantum-fale-connosco form input[name="contact-email"],
.milenar-tantum-fale-connosco form input[name="contact-subject"] {
	width: 100%;
	height: 35px;
}

.milenar-tantum-fale-connosco form textarea {
	width: 100%;
	height: 100px;
	resize: none;
	padding-top: 10px;
}

.milenar-tantum-fale-connosco form input::-webkit-input-placeholder,
.milenar-tantum-fale-connosco form textarea::-webkit-input-placeholder { /* Chrome */
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.milenar-tantum-fale-connosco form input:-ms-input-placeholder,
.milenar-tantum-fale-connosco form textarea:-ms-input-placeholder { /* IE 10+ */
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.milenar-tantum-fale-connosco form input::-moz-placeholder,
.milenar-tantum-fale-connosco form textarea::-moz-placeholder { /* Firefox 19+ */
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.milenar-tantum-fale-connosco form input:-moz-placeholder,
.milenar-tantum-fale-connosco form textarea:-moz-placeholder { /* Firefox 4 - 18 */
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}

.milenar-tantum-fale-connosco form input[type="submit"] {
	background-color: #EAEAEA;
	color: #7BC143;
	padding: 5px 50px;
	text-transform: uppercase;
	font-weight: bold;
}

.milenar-tantum-fale-connosco .contact-email,
.milenar-tantum-fale-connosco .contact-subject {
	width: 100%;
}

div.wpcf7-response-output {
	margin: 2em 0 1em;
}

@media (max-width: 865px) {
	
	.milenar-tantum-fale-connosco .contact-name,
	.milenar-tantum-fale-connosco .contact-phone {
		float: none;
	}
	
	.milenar-tantum-fale-connosco .contact-name {
		margin-right: 0;
	}
	
	.milenar-tantum-fale-connosco form input[name="contact-name"],
	.milenar-tantum-fale-connosco form input[name="contact-phone"] {
		width: 100%;
		height: 35px;
		margin: 22px 0 0;
	}
	
	.milenar-tantum-fale-connosco form input[name="contact-email"] {
		margin: 0;
	}
	
	.milenar-tantum-fale-connosco form input[name="contact-email"],
	.milenar-tantum-fale-connosco form input[name="contact-subject"] {
		width: 100%;
		height: 35px;
	}
	
	.milenar-tantum-fale-connosco form textarea {
		width: 100%;
		height: 100px;
		resize: none;
	}
}

/*--------------------------------------------------*/
/*                  Tantum - História               */
/*--------------------------------------------------*/
article img.alignleft {
	width: 30%;
}

.milenar-tantum-historia .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator {
	display: none;
}

.milenar-tantum-historia .vc_gitem-post-data-source-post_title > div {
	font-size: 42px !important;
	line-height: 36px !important;
	font-weight: bold !important;
}

.milenar-tantum-historia .vc_gitem-post-data-source-post_excerpt p {
	color: #FFFFFF;
}

.milenar-tantum-historia .vc_grid-item-mini.vc_is-hover .vc_gitem-zone-b {
	background-color: rgba(123, 193, 67, 0.8) !important;
}

/*
 * .milenar-tantum-historia .vc_pageable-slide-wrapper > .vc_grid-item:first-child {
	pointer-events: none;
	cursor: default;
}
*/

/*--------------------------------------------------*/
/*                  Tantum - Gama                   */
/*--------------------------------------------------*/
.tantum-product .tantum-subtitle h2 {
	margin-bottom: 0 !important;
}

.tantum-btn-download {
	background-color: #EAEAEA;
	padding: 10px 40px;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-left: -40px;
}

.tantum-btn-download .aio-icon {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.tantum-btn-download .aio-icon-description {
	font-size: 14px;
	font-weight: bold;
	color: #7BC143;
}

.milenar-tantum-gama #primary {
	width: 100%;
}

.milenar-tantum-gama .entry-content {
	padding: 0;
}

.milenar-tantum-gama .tantum-title,
.milenar-tantum-gama .tantum-subtitle {
	text-align: center;
	margin-bottom: 7px !important;
	padding-left: 10px;
	padding-right: 10px;
}

.milenar-tantum-gama .tantum-subtitle {
	background-color: #EAEAEA;
	margin-bottom: 5px;
	padding: 20px 0;
}

.milenar-tantum-gama .tantum-title h1 {
	margin-bottom: 25px !important;
}

.milenar-tantum-gama .tantum-subtitle h2,
.milenar-tantum-gama .tantum-subtitle h3 {
	margin-bottom: 0 !important;
}

.milenar-tantum-gama .tantum-subtitle h2 a {
	color: #7BC143 !important;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}

.milenar-tantum-gama .tantum-subtitle h3 a {
	color: #797979 !important;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.milenar-tantum-gama .tantum-subtitle h2 a strong {
	font-size: 14px;
}

.milenar-tantum-gama .tantum-gama-produto .mask .bb-description {
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 24px !important;
	padding: 0 5% !important;
	padding-top: 35% !important;
}

.milenar-tantum-gama .tantum-gama-produto .mask .bb-description p {
	font-weight: 700 !important;
	font-size: 18px !important;
	text-transform: uppercase;
}

.milenar-tantum-gama .tantum-gama-produto .mask .bb-description p:first-child {
	display: none;
}

.milenar-tantum-gama .tantum-gama-produto .mask .bb-description p:last-child::before {
	height: 2px;
	background-color: #FFFFFF;
	width: 100%;
	content: " ";
	display: block;
	margin-bottom: 10px;
}

.milenar-tantum-tantum-protect-elixires .tantum-content * {
	line-height: 24px !important;
}

.milenar-tantum-tantum-protect-elixires .tantum-content li {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.milenar-tantum-gama .tantum-gama-left {
		width: 75% !important;
	}
	
	.milenar-tantum-gama .tantum-gama-right {
		width: 25% !important;
	}
	
	.milenar-tantum-gama .tantum-gama-right > div {
		padding-left: 0 !important;
	}
	
	.milenar-tantum-gama .tantum-gama-right .without-margin-left {
		margin-left: 0;
	}
	
	.milenar-tantum-gama .tantum-banner-elixir > div {
		padding-right: 0 !important;
	}
	
	.milenar-tantum-gama .tantum-banner-pastilhas > div {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
	
	.milenar-tantum-gama .tantum-banner-nebulizadores > div {
		padding-left: 0 !important;
	}
	
	.milenar-tantum-gama .tantum-banner-elixires > div {
		padding-left: 0 !important;
	}
}

/*--------------------------------------------------*/
/*             Tantum - Conselhos - Boca            */
/*--------------------------------------------------*/
.tantum-circle div {
	background: #FE7E61;
	border-radius: 50%;
}

.tantum-regras figure {
	position: absolute;
	left: 0;
	right: 0;
}

.tantum-regras.image-right figure {
	top: 54px;
}

.tantum-regras-2nd {
	display: none;
}

@media (max-width: 767px) {
	.tantum-regras figure img {
		display: none;
	}
	
	.tantum-regras-2nd {
		display: block;
	}
}

/*--------------------------------------------------*/
/*                  Tantum - Notícias               */
/*--------------------------------------------------*/
.milenar-tantum-noticias #content {
	background: transparent;
}

.milenar-tantum-noticias .inner-wrap {
	margin: 0;
}

.milenar-tantum-noticias .entry-content {
	padding: 0;
	margin: 0;
}

.milenar-tantum-noticias #noticias {
	margin-top: 0 !important;
}

.milenar-tantum-noticias #noticias article {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 0 40px;
}

.milenar-tantum-noticias #noticias article .tantum-post {
	padding: 50px 0;
}

.milenar-tantum-noticias #noticias article .tantum-post img.alignleft {
	width: 50%;
}

.milenar-tantum-noticias #noticias article .tantum-post h2,
.milenar-tantum-noticias #noticias article .tantum-post h3 {
	margin-bottom: 10px;
	font-weight: 700;
}

.milenar-tantum-noticias #noticias article .tantum-post h2 {
	color: #7BC143;
}

.milenar-tantum-noticias #noticias article .tantum-post h3.subtitle {
	padding: 0;
}

.milenar-tantum-noticias #noticias article .tantum-post ul {
	list-style-type: disc;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 15px;
}

ul, ol {
	margin-left: 30px;
}

.ult_design_4 .ult_pricing_table {
	border-top: 5px solid #81c44d!important;
    border-bottom: 5px solid #efefef!important;
}
.ult_pricing_table .ult_pricing_heading {
	padding: 0!important;
}

.center-4-blocks {
	max-width: 700px;
	margin: 20px auto 0!important;
}

.center-5-blocks {
	margin: 10px auto 0!important;
}

@media (min-width: 768px) {
.center-5-blocks {
	padding: 0 0 0 8%;
    width: 108%;
}
}