/*
/////////////////////////

0. BODY & DEFINIÇÕES IMPORTANTES

/////////////////////////
*/

body {
	font: normal var(--font-size-base)/22px var(--font-primary);
	color: var(--color-text-primary);
}

a {
	color: var(--color-text-secondary);
}

#back-to-top {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 0;
	bottom: 0;
	margin: var(--space-lg);
	margin-bottom: -48px;
	border-radius: var(--border-radius-full);
	background: var(--color-primary-sand) url("../images/back.png?ver=3.18") no-repeat center;
	transition: background var(--transition-slow), margin var(--transition-slow), opacity var(--transition-slow);
	opacity: 0;
	z-index: var(--z-modal);
}

#back-to-top:hover {
	background-color: var(--color-primary-olive);
}

#back-to-top.show {
	opacity: 1;
	margin-bottom: 20px;
}

.hidepostfooter {
	display: none;
}

.block-disqus #disqus_thread {
	display: none;
	height: auto !important;
	min-height: auto !important;
}

.show-comments {
	text-align: center;
	margin: 10px 0 30px;
	cursor: pointer;
}

.show-comments button {
	background: #000;
	font: 900 10px/10px "Lato", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	padding: 7px 10px;
}

.hold {
	width: var(--container-width);
	margin: 0 auto;
	position: relative;
}

.autohome {
	display: grid;
	grid-template-columns: 718px 337px;
	column-gap: 45px;
	align-items: start;
}

.autopost > .autoauto,
.autopost > .infinite-wrap > .autoauto {
	display: grid;
	grid-template-columns: 750px 320px;
	column-gap: 30px;
	align-items: start;
}

.autopost > .autoauto > .fullvideo,
.autopost > .autoauto > .wishmod,
.autopost > .infinite-wrap > .autoauto > .fullvideo,
.autopost > .infinite-wrap > .autoauto > .wishmod {
	grid-column: 1 / -1;
}

body.page-template-default > .hold {
	display: grid;
	grid-template-columns: 718px 337px;
	column-gap: 45px;
	align-items: start;
}

body.page-template-default > .hold > .header {
	grid-column: 1 / -1;
}

body.page-template-default > .hold > .clear {
	display: none;
}

.hold .content {
	width: 718px;
	float: left;
	margin-bottom: 35px;
	position: relative;
}

.hold .autoauto {
	position: relative;
	margin-bottom: 20px;
}

.socialshare {
	display: block;
	text-align: center;
}

.wishmod .head .left {
	width: 80%;
	float: left;
}

.wishmod .head .socialshare {
	width: 18%;
	float: right;
	text-align: right;
	padding: 30px 0 0 0;
}

.wishmod .head .socialshare .rede {
	margin: 0 3px;
}

.content .postfooter {
	margin: 30px 0 0 0;
}

.content.full {
	width: 100% !important;
}

.content .chamada {
	text-align: center;
	font: bold italic 20px/23px Georgia, serif;
	letter-spacing: 0.01em;
	padding: 0 100px;
	margin: 0 0 10px 0;
	-webkit-font-smoothing: antialiased;
	opacity: 0.9;
}

.socialshare .rede {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #a9a9a9;
	background-position: center;
	background-size: 100%;
	margin: 0 4px;
	opacity: 0.6;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.socialshare .rede.fb {
	background-image: url("../images/fb-share.png");
}

.socialshare .rede.tw {
	background-image: url("../images/twitter-share.png");
}

.socialshare .rede.pin3 {
	background-image: url("../images/pin-share.png");
}

.socialshare .rede.whats {
	background-image: url("../images/whats-share.png");
}

.socialshare .rede:hover {
	opacity: 1;
}

.content .mostrar {
	margin: 15px auto 30px auto;
	width: 188px;
	background: #000;
	font: 900 10px/10px "Lato";
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	padding-left: 23px;
	padding-right: 5px;
	vertical-align: middle;
	position: relative;
}

.content .mostrar .arrow-down {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	vertical-align: middle;
	border-top: 6px solid #fff;
	position: absolute;
	left: 0;
	margin: 2px 0 0 12px;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-o-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.content .mostrar.aberto .arrow-down {
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.content .disq {
	text-align: center;
	width: 100%;
	height: 500px;
	background: #ddd;
	display: none;
}

.hold .content.contentsingle {
	width: 750px;
}

.lines {
	margin: 0 0 50px 0;
}

.lines .hold .traducao {
	position: absolute;
	right: 0;
	margin: -4px 0 0 0;
}

.lines .rosa {
	width: 100%;
	height: 16px;
	display: block;
	background: var(--color-primary-cream);
}

.lines .verde {
	width: 100%;
	height: 16px;
	display: block;
	background: var(--color-primary-sand);
}

.lines .marmore {
	width: 100%;
	height: 16px;
	display: block;
	background: var(--color-primary-olive);
}

.header {
	margin: 0 0 43px 0;
	height: 75px;
}

.header .fixa .logo {
	width: 442px;
	height: 75px;
	float: left;
	background-size: cover;
	padding: 12px 0 0 0;
	-webkit-transition: width 0.6s ease, padding 0.6s linear, opacity 0.4s ease;
	-moz-transition: width 0.6s ease, padding 0.6s linear, opacity 0.4s ease;
	-o-transition: width 0.6s ease, padding 0.6s linear, opacity 0.4s ease;
	transition: width 0.6s ease, padding 0.6s linear, opacity 0.4s ease;
}

.header .fixa .logo:hover {
	opacity: 0.7;
}

.header .fixa.fixed .logo {
	width: 270px;
}

.header .fixa .logo img {
	width: 100%;
	height: auto;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.header .fixa {
	height: 75px;
}

.header .fixa .hold {
	background: url("../images/menu.png?ver=3.18") no-repeat bottom right;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	background-size: 57% 13px;
}

@media only screen and (min-width: 961px) {
	.header .fixa .hold {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.header .fixa .logo,
	.header .fixa .hold > .menu {
		float: none;
	}

	.header .fixa .hold > .clear {
		display: none;
	}
}

.header .fixa .hold .navegar {
	display: none;
	background: transparent;
	border: 0;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
}

.header .fixa .hold .navegar:focus {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.header .fixa .hold .navegar:hover {
	cursor: pointer;
	opacity: 0.7;
}

.header .fixa .hold .navegar.aberto {
	opacity: 0.7;
}

.header .fixa .hold .bottom {
	display: none;
}

.header .fixa.fixed .hold {
	width: 1150px;
	padding: 0 25px;
	background-size: 100% 13px;
	background-position: bottom center;
	margin-bottom: -3px;
}

.header .fixa.fixed {
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 999;
	height: 70px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.header .menu {
	float: right;
	list-style: none;
	margin: 14px 0 0 0;
	padding: 8px 0 25px 0;
	width: 619px;

	-webkit-transition: opacity 0.6s ease, width 0.6s ease;
	-moz-transition: opacity 0.6s ease, width 0.6s ease;
	-o-transition: opacity 0.6s ease, width 0.6s ease;
	transition: opacity 0.6s ease, width 0.6s ease;
}

.header .menu .traducao {
	width: 100%;
	display: none;
	clear: both;
	text-align: center;
}

.header .fixa.fixed .menu {
	width: 800px;
	padding-top: 3px;
}

.header .fixa.fixed .menu:hover {
	opacity: 1;
}

.header .menu li.menu-link {
	display: inline-block;
	list-style: none;
	margin: 0 18px 0 0;
	font: 900 11px/11px "Lato", Helvetica, sans-serif;
	letter-spacing: 0.15em;
	color: #3e3e3e;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header .fixa.fixed .menu li.menu-link {
	opacity: 0.4;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	vertical-align: middle;
}

.header .fixa.fixed .menu li.menu-link:hover {
	opacity: 0.8;
}

.header .fixa.fixed .menu li.menu-link:hover {
	color: #3e3e3e;
}

.header .menu li.menu-link:hover {
	color: var(--color-primary-olive-dark);
}

.header .menu li.social {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	vertical-align: middle;
}

.header .menu li.social .rede {
	display: inline-block;
	margin: 4px 6px 0 0;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.4;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.header .menu li.social .rede.fb {
	width: 8px;
	background-image: url("../images/fb-ico.png");
}

.header .menu li.social .rede.tw {
	width: 16px;
	background-image: url("../images/tw-ico.png");
}

.header .menu li.social .rede.yt {
	width: 18px;
	background-image: url("../images/yt-ico.png");
}

.header .menu li.social .rede.ig {
	width: 15px;
	background-image: url("../images/ig-ico.png");
}

.header .menu li.social .rede:hover {
	opacity: 0.7;
}

.header .menu .search {
	width: 0;
	height: 23px;
	vertical-align: top;
	overflow: hidden;
	padding: 2px 0 0 0;
	display: inline-block;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}

.header .fixa.fixed .menu .search {
	width: 170px;
	overflow: auto;
}

.header .menu .search .input {
	width: 100%;
	height: 23px;
	padding: 0 0 0 20px;
	margin: 0;
	border: 0;
	outline: none;
	background: transparent url("../images/busca.png") no-repeat left;
	font: italic 12px/13px "Georgia", serif;
	letter-spacing: 0.02em;
}

.header .menu .search .submit {
	display: none;
}
