/*
Theme Name: Crusoe
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}





article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,	
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}


h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "â€œ" "â€" "â€˜" "â€™";
}

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

:focus {
	outline: none;
}

/* Typography for Arabic Font */


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

#page {
	position: relative;
	word-wrap: break-word;
}



/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fafafa;
	position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

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

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
	text-align: center;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
/*
#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

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

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}
*/
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

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

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

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

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

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

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 5.5em 0 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

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

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

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
.novo-assine {
	right: 10%;
    top: 30%;
    background: red;
    padding: 10px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.novo-assine:hover {
	color: white;
	padding-left: 4.4rem!important;
    padding-right: 4.4rem!important;
    transition: padding-lef 0.3s;
    transition: padding-right 0.3s;
}

#bottom-menu-assine {
	display: none;
}

@media (max-width: 960px ) {
	.novo-assine:not(.assine-mobile) {
		display: none;
	}

	#bottom-menu-assine {
		display: inline-block;
	}
}

.assine-mobile {
	padding-left: 20%;
	padding-right: 20%;
	font-size: 1.1rem;
	letter-spacing: 2px;
}

.assine-mobile-text-big {
	padding-left: 5%!important;
	padding-right: 5%!important;
}

#bottom-menu-assine {
    position: fixed;
    z-index: 10999;
    width: 100%;
    height: 70px;
    bottom: 0px;
    left: 0; 
    border-radius: 20px 0 0 0;
    padding-top: 10px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	text-align: center;
}
body.crs_logged .botao-escondido {
	display: none!important;
}


.checkout-titulo {
	text-align: center!important;
	line-height: 36px;
	font-weight: normal!important;
}
.bullets {
	list-style: square!important;
}
.wrap-assine ul li {
    margin-top: 6px;
}
.checkout-crusoe {
	font-weight: bold;

}

/**
 * Other Styles (before in style_index.css) 
 */

 @charset "UTF-8";
body{
background-color: #fff;
margin: 0;
padding: 0;
}
body.single{
background-color: #fff;
}

:active, :focus {
   outline: none;
}

.censurado{
letter-spacing: -1px;
word-spacing: 2px;
}

.assine-mobile{
  font-size:1rem!important;
}

.renovacao_antecipada{
position:relative;
height:0px;
overflow:hidden;
}
.renovacao_antecipada .accepted_button{
background-color: #008c00;
color: #fff;
padding: 5px;
display: block;
max-width: 200px;
margin: 0 auto;
border-radius: 5px;

background-color: #008c00;
color: #fff;
padding: 5px;
display: block;
max-width: 200px;
margin: 0 auto;
border-radius: 5px;
border-bottom: 5px solid rgb(0 0 0 / .2);
font-weight: bold;

}
.renovacao_antecipada .refused_button{
position: absolute;
width: 30px;
height: 30px;
border-radius: 0 0 0 5px;
background-color: #ff0000;
color: #fff;
top: 0;
right: 0;
font-size: 2rem;
line-height: 1.8rem;
text-align: center;
}

.renovacao_antecipada.active{
display:block;
width: 100%;
height: auto;
text-align: center;
background-color: #fff;
max-width: 1110px;
margin: 20px auto;
border-color: #000;
border-style: dotted;
border-width: 1px 0 1px 0;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
box-sizing: border-box;
padding: 10px 20px;
line-height: 130%;
}

.form_card_active.fix-menu .renovacao_antecipada.active{
margin: 0px auto;
height:auto;
visibility:inherit;
border-width: 1px 0 1px 0;
padding: 10px 20px;
}
  

.fix-menu .renovacao_antecipada.active{
margin: 0px auto;
height:0px;
visibility:hidden;
border-width:0;
padding:0;
}






.renovacao_antecipada .form_payment_profile{
  padding: 0 10px;
  text-align:left;
  }
  .renovacao_antecipada .form_payment_profile div{
  position: relative;
  margin-bottom: 20px;
  font-size: 0;
  }
  .renovacao_antecipada .form_payment_profile label {
  font-size: .8rem;
  margin-bottom: 0;
  }
  .renovacao_antecipada .form_payment_profile .verify {
      border: 1px solid #3ea349!important;
      background-image: url(https://cdn.crusoe.com.br/assets/images/icon-verify.png);
      background-size: 20px;
      background-position: 99%;
      background-repeat: no-repeat;
  }
  .renovacao_antecipada .form_payment_profile .error {
      background-size: 20px;
      background-position: 99%;
      background-repeat: no-repeat;
      border: 1px solid #cc0000!important;
  }
  .renovacao_antecipada .form_payment_profile input[type="text"],
  .renovacao_antecipada .form_payment_profile input[type="email"],
  .renovacao_antecipada .form_payment_profile input[type="number"],
  .renovacao_antecipada .form_payment_profile input[type="tel"],
  .renovacao_antecipada .form_payment_profile input[type="password"] {
  padding: 10px;
  display: inline-block;
  color: #000;
  }
  .renovacao_antecipada input[type="text"],
  .renovacao_antecipada input[type="email"],
  .renovacao_antecipada input[type="url"],
  .renovacao_antecipada input[type="password"],
  .renovacao_antecipada input[type="search"],
  .renovacao_antecipada input[type="number"],
  .renovacao_antecipada input[type="tel"],
  .renovacao_antecipada input[type="range"],
  .renovacao_antecipada input[type="date"],
  .renovacao_antecipada input[type="month"],
  .renovacao_antecipada input[type="week"],
  .renovacao_antecipada input[type="time"],
  .renovacao_antecipada input[type="datetime"],
  .renovacao_antecipada input[type="datetime-local"],
  .renovacao_antecipada input[type="color"],
  .renovacao_antecipada textarea {
  box-sizing: border-box;
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
  }
  .renovacao_antecipada .form_payment_profile .split {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  }
  .renovacao_antecipada .form_payment_profile .split.c15 {
  margin-left: 1%;
  width: 19%;
  }
  .renovacao_antecipada .form_payment_profile .split.c20 {
      width: 20%;
  }
  .renovacao_antecipada .form_payment_profile .split.c60 {
      margin-left: 1%;
      width: 59%;
  }
  .renovacao_antecipada button, .renovacao_antecipada input[type="button"], .renovacao_antecipada input[type="submit"] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  }
  .renovacao_antecipada #submit{
  margin: 0 auto;
  display: block;
  background: #09a7c4;
  font-weight: bold;
  font-size: 1rem;
  }
  .renovacao_antecipada .sucesso{
      font-size:1.5rem;
      text-align:center;
  }
  .renovacao_antecipada #error_subscription{
  color:#ff0000;
  font-size:1rem;
  }
  
  .renovacao_antecipada .form_payment_profile div.sucesso{
      font-size:1rem;
  }

































.cookie_bar{
  font-family:arial;
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 90%;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8); 
  z-index: 10000000;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -45%;
  text-align: center;
  font-size: .9rem;
  line-height: 120%;
  border-radius: 5px 5px 0 0;
  }
  .cookie_bar p{
  max-width: 800px;
  margin: 0px auto;
  }
  .cookie_bar p a{
  color:#fff;
  text-decoration:underline;
  }
  .cookie_bar a.dissmiss_cookies{
  border:1px solid #a6a600;
  display:block;
  width:150px;
  text-align:center;
  color:#000;
  text-decoration:none;
  font-family:arial;
  border-radius:3px;
  margin:5px auto;
  font-size:.8rem;
  font-weight:bold;
  background:#ff0;
  padding:5px;
  text-transform:uppercase;
  }
  .cookie_bar a.dissmiss_cookies:hover,
  .cookie_bar a.dissmiss_cookies:active,
  .cookie_bar a.dissmiss_cookies:focus{
  background:#a6a600;
  }


.central-de-ajuda{
display: block;
position: fixed;
width: 50px;
text-align: center;
color: #fff;
right: 6px;
padding: 0;
line-height: 2.3rem;
border-radius: 0;
z-index: 999999999;
height: 50px;
bottom: 5px;
-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease;
-o-transition: all .7s ease;
transition: all .7s ease;
border-radius: 50px;
background: rgba(0, 0, 0, 0.6);
}
.central-de-ajuda a{
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-family: arial;
font-size: 1.1rem;
text-align: center;
display: block;
position: relative;
width: 100%;
height: 50px;
}
.central-de-ajuda a:hover,
.central-de-ajuda a:active,
.central-de-ajuda a:focus{
text-decoration: none;
color: #fff;
}
.central-de-ajuda svg{
height: 25px;
position: absolute;
width: 100%;
text-align: center;
left: 0;
top: 5px;
}
.central-de-ajuda svg path{
fill: #fff;
}
body .central-de-ajuda p{
margin: 0;
padding: 0;
text-align: center;
font-family: arial;
font-size: .7rem;
line-height: 1rem;
position: absolute;
bottom: 7px;
left: 0;
width: 100%;
color: #fff;
}





div.pagepinch {
  width: 100%;
  text-align: left;
}

.pinch-zoom-parent {
  width: 100%;
  background-color: transparent;
}

#subscriber_advice .bt-close-recurrency-advice{
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
background-color: #ff0000;
color: #fff;
font-size: 2rem;
text-align: center;
line-height: 2.2rem;
border-radius: 100px;
text-decoration: none;
}
#subscriber_advice .bt-close-recurrency-advice:hover,
#subscriber_advice .bt-close-recurrency-advice:active,
#subscriber_advice .bt-close-recurrency-advice:focus{
background-color: #990000;
}

body #subscriber_advice.active{
position: fixed;
display: block!important;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
background: rgba(0, 0, 0, 0.6);
padding: 20px;
}

#subscriber_advice .check-suspend{
display: inline-block;
vertical-align: top;
}
#subscriber_advice label{
display: inline-block;
vertical-align: top;
}
#confirm-cancel-recurrency{
margin: 0 auto;
display: block;
background-color: #0fb000;
}

.container-subscriber-advice{
background-color: #fff;
padding: 10px;
border-radius: 3px;
}

.confirm-recurrency-advice{
font-size: 1.6rem;
margin: 20px;
text-align: center;
}

/*
body{
-webkit-touch-callout: none;
-webkit-user-select: none;  
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; 
}
*/
#bottom-menu-assine{
position: fixed;
z-index: 30!important;
width: 100%;
height: 70px;
bottom: 0px;
left: 0;
border-radius: 20px 0 0 0;
padding-top: 10px;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
text-align: center;
}

#subscribe_advice{
display: none;
background: #ff7700;
text-align: center;
font-size: 1rem;
padding: 10px 0;
color: #fff;
position: fixed;
width: 100%;
z-index: 5000;
bottom: 0;
}
#subscribe_advice a{
color: #fff;
font-weight: bold;
text-decoration: underline;
}


body.page-two-column #comments {
float: inherit!important;
width: 100%!important;
}

body.crs_logged .daredacao{
display: block!important;
}


body.android .android-app{
display: block!important;
}

.android-app{
background: #a2a2a2;
margin-bottom: 10px;
line-height: 120%;
text-align: center;
font-size: .8rem;
padding: 10px 0;
color: #fff;
}
.android-app a{
color: #ffffff;
text-decoration: none;
}


.box-html-home{font-size:0;margin: 20px 25px;}

.box-html-home h2{
margin: 0 30px 0 0;
font-size: 1.5rem;
line-height: 120%;
color: #000;
text-align: left;
}
.box-html-home a{
display:inline-block;
width:48%;
height:auto;
vertical-align:top;
margin:1%;
text-align: left;
text-decoration: none;
color:#000;
}

.box-html-home a.big{
width: 100%!important;
}

.box-html-home a:hover,
.box-html-home a:focus,
.box-html-home a:active{
color: #000;
text-decoration: none;
}
.box-html-home a h3{
font-size: 1rem;
color: #000;
text-decoration: none;
margin: 0;
padding: 0;
}

body.mobile .box-html-home a{
width: 98%!important;
}



body.crs_logged .catchment-box{
display:none;
}






#container_eleicao{
  display:none;
  }
  #container_eleicao.active{
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgb(0 0 0 / .7);
  z-index:999999999;
  }
  #container_eleicao.active .container_eleicao_iframe{
  width: 800px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
  z-index: 999999;
  border: 1px solid #fff;
  background-color:#fff;
  box-shadow: 0 0 40px #000;
  }
  .fix-menu .link_eleicoes{
margin:0;
  }

  .fix-menu .frase_topo_eleicoes{
    display:none;
  }

  .link_eleicoes{
  padding:10px 0;
  background: #108b64;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  font-family: arial;
  font-size: .8rem;
  font-weight:bold;
  text-transform:uppercase;
  }
  .link_eleicoes a{
  background:#108b64;
  color:#fff;
  text-decoration:none;
  border-radius:100px;
  font-family:arial;
  }
  .eleicao_combo_municipios{
  text-transform: uppercase;
  margin: 5px auto;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: #2d8b65;
  border: 2px solid #fff;
  padding: 1px 5px;
  color: #fff;
  height:inherit;
line-height: inherit;
font-size: .8rem;
  }
  #submit_eleicao{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display:inline-block;
  background: #2d8b65;
  border: 2px solid #ffffff;
  color: #fff;
  font-weight: bold;
    line-height: 170%;
  padding: 0 10px;
  }
  
  #iframe_eleicao{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background:transparent;
  }
  
  #eleicao_fallback{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:30px;
  }
  #eleicao_fallback a{
  width:100%;
  background:#0b6d4d;
  color:#fff;
  text-align:center;
  display:block;
  height:30px;
  font-family:arial;
  text-decoration:none;
  font-size:.8rem;
  padding: 5px 0;
  box-sizing: border-box;
  }
  #eleicao_fallback a:hover{
  background:#0a3e2d;
  }
  
  .closeContainerElection{
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99999999999;
  background: #000;
  width: 30px;
  height: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 80%;
  border: 2px solid #fff;
  font-weight:bold;
  }
  
  @media (max-width: 990px) {
  #container_eleicao.active .container_eleicao_iframe{
  width: 300px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -150px;
  z-index: 999999;
  border: 1px solid #fff;
  background-color:#fff;
  box-shadow: 0 0 40px #000;
  }
  }
  







body .combo-eleicao{
margin-bottom: 50px; 
}

body .catchment-box {
	font-size: 0;
	padding: 15px;
	text-align: center;
	background: #fc7a3c;
	position: fixed;
	z-index: 15;
	top: 55vh;
	left: calc( 50% - 150px );
	width: 300px;
	transition: left linear 0.5s 0s;
	border-radius: 5px;

}

body .catchment-box.closed {
	left: calc( 0% - 300px );
}

body .catchment-box .close-box {
	position: absolute;
	width: 5%;
	display: inline-block;
	border-radius: 5px 0px 0px 5px;
	border-radius: 0;
	vertical-align: top;
	line-height: 0;
	font-size: .9rem;
	font-variant: super;
	text-align: center;
	max-width: 40px;
	background-color: transparent;
	box-shadow: -5px 0 0px #fc7a3c;
	color: #DDD;
}

body .catchment-box .open-box {
	position: absolute;
	height: 100%;
	top: 0;
	width: 30px;
	right: -30px;
	background: #fc7a3c;
	border-radius: 0px 5px 5px 0px;
	opacity: 0.5;
	display: none;
}

body .catchment-box .open-box svg {
	fill:  #FFF;
}

body .catchment-box.closed .open-box {
	display: flex;
}

body .pos1 .catchment-box{
margin-top: 0;
}


.checkout-oferta-livro{margin:20px 0 30px 0;}
.checkout-oferta-col1{display:inline-block;vertical-align:middle;width:170px;}
.checkout-oferta-col2{display:inline-block;vertical-align:middle;width:calc(98% - 170px);}


body .catchment-box .title_catchment{
display: none;
font-family: 'PT serif';
font-weight: bold;
padding: 0;
margin: 0;
font-size: 1.3rem;
color: #fff;
border: 0;
text-align: center;
}

body .catchment-box .title_catchment span{
display: none;
}

body .catchment-box .subtitle_catchment{
display: none;
font-weight: normal;
margin: 0 0 10px 0;
padding: 0;
font-size: .9rem;
color: #fff;
}
body .catchment-box .title_catchment.show{
display: block;
}

body .catchment-box .subtitle_catchment.show{
display: block;
}


body .catchment-box form p{
font-size:.9rem;
text-align:center;
margin:10px;
}

body .catchment-box form p.lgpd{
text-align:left;
color:#fff;
font-size:.8rem;
line-height:120%;
}
body .catchment-box form p.lgpd a{
text-decoration: underline;
color:#fff;
}

body .catchment-box .catch-email{
width: 85%;
display: inline-block;
border-radius: 0;
vertical-align: top;
padding: 3px 5px;
font-size: .8rem;
border: 1px solid #bbb;
background: #fbfbfb;
box-shadow: inset 0 0 5px #ccc;
font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}
body .catchment-box .catch-submit{
width: 15%;
display: inline-block;
padding: 15px 0;
border-radius: 0;
vertical-align: top;
line-height: 0;
font-size: .9rem;
max-width: 120px;
background-color: #96461f;
box-shadow: -5px 0 0px #fc7a3c;
}

body .catchment-box .catch-container-know-more{
margin-top:10px;
}


body .catchment-box a.catch-know-more{
font-size: .8rem;
color: #00669c;
text-decoration: underline;
}

.catchment-box .catch-container-optin{
margin-top: 10px;
font-size: .9rem;
}

.catchment-box .catch-container-optin .catch-optin{
display: inline-block;
margin-right: 6px;
vertical-align: top;
margin-top: 3px;
}
.catchment-box .catch-container-optin label{
display: inline-block;
line-height: 1rem;
font-size: .8rem;
vertical-align: top;
margin: 0;
color:#5f5f5f;
}

.catchment-box .catch-hide-content{
font-size: .9rem;
}
.catchment-box.open .catch-open{
display:none!important;
}
.catchment-box.open .catch-close{
display:block!important;
}
.catchment-box.open .catch-hide-content{
display:block!important;
}

.catchment-box .catch-email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:#777;
}
.catchment-box .catch-email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#777;
opacity:  1;
}
.catchment-box .catch-email::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#777;
opacity:1;
}
.catchment-box .catch-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#777;
}
.catchment-box .catch-email::-ms-input-placeholder { /* Microsoft Edge */
color:#777;
}



.advice-content{
padding: 0px;
margin-bottom: 50px;
background-color: #0884c6;
}
.advice-content a{
display: block;
}
.advice-content a:hover{

}
.advice-content a .advice-text{
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.advice-content a .advice-text h2{
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: 'PT serif';
}
.advice-content a .advice-text p{
    font-size: 1rem;
    margin: 0;
    padding: 0;
    color: #fff;
}

.advice-content  .read-bonus{
}

.advice-content a img{
width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}



.video{
width: 100%;
overflow: hidden;
position: relative;
background-size: 100%;
background-position:center center;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.video:hover{
background-size: 105%;
}

.video::before{
display: block;
content: "";
width: 100%;
padding-top: 56.25%;
}
.video > .bt_play{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.video .bt_play{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.29);
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.video .bt_play:hover{
background-color: rgba(0, 0, 0, 0);
}



.video .oa-iframe,
.video iframe,
.video .fb-video,
.video .fb-video span,
.video .fb-video iframe{
width: 100%!important;
position: absolute!important;
top: 0!important;
left: 0!important;
height: 100%!important;
z-index: 10!important;
}

.video h2{
  font-size: 2rem;
  padding: 20px;
}

.iframe-eleicoes-2018{
width: 100%;
height: 250px;
margin-bottom: 0;
}

.widget-eleicoes-2018{
margin-bottom: 0;
position: relative;
}

.widget-eleicoes-2018 p{
margin: 0;
font-size: .8rem;
}

.container-widget-eleicoes-2018{
border: 1px solid #fc7a3c;
margin-bottom: 0px;
text-align: center;
}
.container-widget-eleicoes-2018 h2 {
font-size: 1.5rem;
color: #fc7a3c;
margin: 0 0;
line-height: 1.3rem;
text-align: center;
padding: 0;
font-weight: bold;
}
.container-widget-eleicoes-2018 h2 span {
display: block;
font-size: .8rem;
font-weight: bold;
text-align: center;
text-decoration: underline;
margin-bottom: 5px;
}

.widget-eleicoes-2018 .description_link{
font-size: .7rem;
text-transform: uppercase;
text-align: center;
text-decoration: underline;
color: #666;
display: block;
}

.widget-eleicoes-2018 p.tarja{
font-size: 1.3rem;
line-height: 1.4rem;
margin-top: 10px;
}

.eleicoes_2018_link {
text-align: center;
margin: 0 auto;
font-size: .7rem;
color: #4e4e4e;
border-radius: 5px;
display: inline-block;
padding: 0 5px;
text-transform: uppercase;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.eleicoes_2018_link:hover{
text-align: center;
margin: 0 auto;
font-size: .7rem;
color: #4e4e4e;
border-radius: 5px;
display: inline-block;
padding: 0 5px;
text-transform: uppercase;
}




.single-scontainera-close{
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
right: 0;
top: 0;
}

.lightbox-video-single-post{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.62);
z-index: 9999999999;
}
.lightbox-video-single-post .single-containera{
position: relative;
background: #000;
padding: 20px;
max-width: 800px;
margin: 0 auto;
box-shadow: 0 0 5px #000;
height: 100%;
}
.lightbox-video-single-post .single-containera h2{
font-size: 2.8rem;
font-family: arial;
color: #fff;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
}
.lightbox-video-single-post .single-containera p{
font-family: arial;
color: #fff;
text-align: center;
}
.lightbox-video-single-post .single-containera span svg{
fill: #fff;
}


.containera-detach{
display: none;
}


.containera-abre{
display: block;
color: #000;
margin: 20px 25px;
text-align: left;
}

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

.ctitled{
    width: 60px;
    height: 20px;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-family: arial;
    margin: 0 5px;
}

.containera-abre h2{
margin: 0 20px 0px 0px;
font-size: 3.3rem;
line-height: 3.5rem;
font-weight: bold;
font-family: "freight-display-pro", serif;
color: #000;
text-align: left;
margin-bottom:20px ;
}

#countdownclock{
background: #ff0000;
border-radius: 5px;
padding: 2px 5px;
color: #ffffff;
}

#countdownclockhome{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: #000;
border-radius: 0;
text-align: center;
}
.cccd{
    width: 60px;
    height: 50px;
    color: #fff;
    font-size: 3rem;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    margin: 10px 5px 0 0;
    line-height: 5rem;
    font-family: arial;
}

#c_hora{}
#c_minuto{}
#c_segundo{}



.containera-abre .container-diogo{
position: relative;
background-image: url(https://cdn.oantagonista.com/uploads/assets/images/800x500_countdown-home.jpg);
width: 100%;
height: 400px;
}




.containera .subscribe-crusoe.active,
.single-containera .subscribe-crusoe.active{
display: block;
}

.containera p{
text-align: left;
}

.containera .subscribe-crusoe,
.single-containera .subscribe-crusoe{
display: none;
background: #0aa8c5;
color: #fff;
text-decoration: none;
font-size: 1.5rem;
font-family: arial;
text-transform: uppercase;
width: 100%;
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 3px solid rgba(0,0,0,.3);
border-radius: 0 0 5px 5px;
font-weight: bold;
text-align: center;
}

.containera.removedisplay .containera-detach{
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 20px;
right: -20px;
z-index: 20;
}
.containera.removedisplay .containera-detach svg{
fill: #ccc;
}

body.scrollpage .containera p{
display: none;
}

body.scrollpage .containera.removedisplay{
display: block;
position: relative;
left: inherit;
top: inherit;
width: inherit;
height: inherit;
padding: 0;
margin: 20px 25px;
background: inherit;
}
body.scrollpage .containera.removedisplay h2{
display: block;
}
body.scrollpage .containera h2{
display: none;
}
body.scrollpage .containera{
display: block;
color: #000;
margin: 0;
position: fixed;
bottom: 0px;
left: 0px;
z-index: 999;
background: #000;
width: 300px;
padding: 5px;
}
body.scrollpage .containera-close{
display: block;
width: 30px;
height: 30px;
position: absolute;
background: #000000;
z-index: 999;
right: 0;
top: -30px;
border-radius: 15px 15px 0 0;
}
body.scrollpage .containera-close span svg{
fill: #fff;
}


.containera-close{
display: none;
}

.containera{
display: block;
color: #000;
margin: 0 0 70px 0;

}
.containera h2{
position: relative;
margin: 0 20px 10px 0px;
font-size: 2rem;
line-height: 2rem;
font-weight: bold;
font-family: "PT serif", serif;
color: #000;
text-align: left;
}























.wp-video {width: inherit!important; position: relative; height: 0; overflow: hidden;}
.wp-video iframe, .wp-video object, .wp-video embed, .wp-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#gpt-interna-1{
overflow: hidden;
}

.crs_logged #gpt-leaderboard{
display: none; 
}
body.single.crs_logged #gpt-leaderboard{
display: block; 
}
.crs_logged .send-me-again{
display: none;
}


.dfp_ad_pos{
text-align: center;
position: relative;
}


.dfp_ad_pos > div::before {
    content: "ANÚNCIO";
    font-size: 8px;
    font-family: arial;
    text-transform: uppercase;
    color: #a0a0a0;
    letter-spacing: 0.1em;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
    top: 2px;
    left: 2px;
    width: 100%;
    position: absolute;
}

body #gpt-half{
display: none;
}

#gpt-box{
text-align: center;
padding-top: 15px;
}

#gpt-leaderboard{
padding-top: 15px;
}
   

body.single.crs_logged #gpt-half{
display: block;
background: #f5f9fe;
text-align: center;
border: 1px solid #dce1e6;
padding-top: 20px;
margin-bottom: 30px; 
}


.page-assine-bonus-livro #gpt-leaderboard,
.page-assine-bonus-livro #tab-nav,
.page-assine-bonus-livro #header-crusoe .top-header .burguer,
.page-assine-bonus-livro #header-crusoe .top-header .menu-login,
.page-assine-degustacao-15-dias #gpt-leaderboard,
.page-assine-degustacao-15-dias #tab-nav,
.page-assine-degustacao-15-dias #header-crusoe .top-header .burguer,
.page-assine-degustacao-15-dias #header-crusoe .top-header .menu-login,
.page-assine-degustacao-30-dias #gpt-leaderboard,
.page-assine-degustacao-30-dias #tab-nav,
.page-assine-degustacao-30-dias #header-crusoe .top-header .burguer,
.page-assine-degustacao-30-dias #header-crusoe .top-header .menu-login,
.page-assinatura-transparente #gpt-leaderboard,
.page-assinatura-transparente #tab-nav,
.page-assinatura-transparente #header-crusoe .top-header .burguer,
.page-assinatura-transparente #header-crusoe .top-header .menu-login,
.page-assine #gpt-leaderboard,
.page-assine #tab-nav,
.page-assine #header-crusoe .top-header .burguer,
.page-assine #header-crusoe .top-header .menu-login,
.page-assine-try #gpt-leaderboard,
.page-assine-try #tab-nav,
.page-assine-try #header-crusoe .top-header .burguer,
.page-assine-try #header-crusoe .top-header .menu-login,
.page-assine-relampago #gpt-leaderboard,
.page-assine-relampago #tab-nav,
.page-assine-relampago #header-crusoe .top-header .burguer,
.page-assine-relampago #header-crusoe .top-header .menu-login,
.page-assine-degustacao-15-dias .send-me-again,
.page-assine-degustacao-30-dias .send-me-again,
.page-assine .send-me-again,
.page-assine-relampago .send-me-again,
.page-assine-try .send-me-again{
display: none!important;
}


@font-face {
  font-family: 'Icons';
  src: url('/assets/fonts/open-iconic.eot');
  src: url('/assets/fonts/open-iconic.eot?#iconic-sm') format('embedded-opentype'), 
  url('/assets/fonts/open-iconic.woff') format('woff'), 
  url('/assets/fonts/open-iconic.ttf') format('truetype'), 
  url('/assets/fonts/open-iconic.otf') format('opentype'), 
  url('/assets/fonts/open-iconic.svg#iconic-sm') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.send-me-again{
position: relative;
width: 100%;
background: #ff5a5a;
color: #fff;
text-align: center;
text-transform: uppercase;
font-size: .9rem;
font-weight: bold;
display: block;
padding: 5px;
max-width: 400px;
margin: 0 auto;
border-radius: 0px;
}
.send-me-again:hover{
background: #000;
color: #ff5a5a;
text-decoration: none;
}

.promodisable{
position: relative;
display: block;
border: 1px solid #484848;
padding: 0;
border-radius: 5px;
text-transform: uppercase;
max-width: 300px;
margin: 20px auto;
}
.promodisable .xxx{
position: absolute;
top: 0;
left: 0;
background-image: url(assets/images/disable-x.png);
width: 100%;
height: 100%;
background-size: 100% 100%;
opacity: .5;
}

.minorlogo{
width: 20px;
height: 20px;
background-image: url(https://cdn.crusoe.com.br/assets/images/logo-crusoe-mini.png);
display: inline-block;
vertical-align: middle;
margin-left: 10px;
background-size: 15px;
background-repeat: no-repeat;
background-color: #000;
background-position: center;
border-radius: 50px;
}

body.fix-menu #wrap{
margin-top: 180px;
}
body.fix-menu #header-crusoe{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
max-width: inherit;
}

body.fix-menu #header-crusoe .top-header{
height: 60px;
}

body.fix-menu #header-crusoe .top-header .logo-mobile{
height: 60px;
}

body.fix-menu #header-crusoe .top-header .crusoelogo{
width: 210px;
height: 60px;
overflow: hidden;
margin-left: -105px;
top: 0px;
}
body.fix-menu #header-crusoe .top-header .burguer{
padding-top:0; 
}
body.fix-menu #header-crusoe .top-header .menu-login{
padding-top:0;
}

.topheadercontainer{
max-width: 1110px;
margin: 0 auto;
background-color: #fff;
padding: 40px 0;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}

body.fix-menu .topheadercontainer{
padding: 10px 0; 
}

.reading .touch{
box-sizing: border-box;
background-color: transparent;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
.reading .touch.active{
background-color: #ffffd2;
position: relative;
}

.reading .touch.active #action-mark{
position: absolute;
color: #ffffff;
font-size: 1rem;
display: block;
background: rgba(0, 0, 0, 0.78);
width: 100%;
top: 50%;
margin-top: -50px;
padding: 0 50px;
text-align: center;
}
.reading .touch.active #action-mark span{
display: block;
}

.reading .touch.active #action-mark a{
display: inline-block;
background: #fff;
width: 50px;
border-radius: 5px;
padding: 0;
margin: 15px;
color: #000;
}


#action-mark{
display: none;
}


#header-crusoe{
max-width: 1110px;
margin: 0 auto;
position: relative;
z-index: 1;
}
#header-crusoe .top-header{
position: relative;
background-color: #fff;
width: 100%;
height: 100px;
}
#header-crusoe .top-header a{
position: absolute;
text-align: center;
}
#header-crusoe .top-header .burguer{
width: 100px;
min-height: 65px;
display: block;
left: 0;
top: 0px;
z-index: 1;
padding-top: 18px;
font-size: 2rem;
}
#header-crusoe .top-header .logo-mobile{
position: relative;
width: 100%;
height: 100px;
text-align: center;
}
#header-crusoe .top-header .crusoelogo{
width: 350px;
height: 130px;
overflow: hidden;
margin-left: -175px;
top: 0px;
-webkit-transition: all 100ms ease-out;
-moz-transition: all 100ms ease-out;
-ms-transition: all 100ms ease-out;
-o-transition: all 100ms ease-out;
transition: all 100ms ease-out;
}
#header-crusoe .top-header .menu-login{
width: 100px;
min-height: 65px;
right: 0;
top: 0px;
z-index: 1;
padding-top: 18px;
font-size: 2rem;
}


.home-box-last-news .read-more,
.home-box-last-edition .read-more{
position: absolute;
bottom: 0;
color: #000000;
font-size: .7rem;
text-align: left;
z-index: 11;
text-transform: uppercase;
background: #fff;
width: 100%;
z-index: 1;
}


.read-more{
display: block;
font-size: 1rem;
font-weight: bold;
color: #424242;
}



.affix .container-sidebar{
position: fixed;
top: 80px;
max-width: 320px;
min-width: 300px;
}

.container-sidebar{
width: 100%;
min-height: 200px;
}

aside.edition-week-sidebar .caption-cover{
display: none;
}

aside.edition-week-sidebar{

margin-bottom: 30px;
border: 1px solid #e5e5e5;
background-color: rgba(0,141,245,.05);
}

aside.edition-week-sidebar h3{
font-family: 'Bevan', cursive;
font-size: 1.5rem;
color: #5b5d5f;
padding: 5px;
margin: 10px;
font-weight: normal;
}
aside.edition-week-sidebar .home-cover{
margin: 10px;
overflow: hidden;
}
aside.edition-week-sidebar .cover img{
width: 100%;
height: auto;
display: block;
}
aside.edition-week-sidebar h4{
color: #d50600;
margin: 0;
border-bottom: 1px solid #fff;
padding: 10px;
font-size: 1.5rem;
}
aside.edition-week-sidebar ul{
margin: 0;
padding: 0;
list-style: none;
}
aside.edition-week-sidebar ul li{

padding: 10px;
box-sizing: border-box;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}

aside.edition-week-sidebar ul li:hover{

}


aside.edition-week-sidebar ul li a{
color: #000;
font-size: 1rem;
display: block;
padding: 0;
}
aside.edition-week-sidebar ul .image{
width: 30%;
display: inline-block;
vertical-align: top;
margin-right: 3%;
overflow: hidden;
}

aside.edition-week-sidebar ul .image img{}
aside.edition-week-sidebar ul .info{
display: inline-block;
width: 60%;
vertical-align: top;
}

aside.edition-week-sidebar ul li.noimage .info{
width: 100%;
}

aside.edition-week-sidebar ul .info .category{
font-size: .9rem;
color: #4c4c4c;
}
aside.edition-week-sidebar ul .info .title h2{
padding: 0;
font-weight: bold;
font-size: 1rem;
color: #5b5d5f;
margin: 0;
font-family: 'PT serif';
}
aside.edition-week-sidebar ul .info p{
display: none;
}

aside.edition-week-sidebar .node{
border-bottom: 1px solid #e5e5e5;
}

aside.edition-week-sidebar ul .section-title{
margin: 10px 0 0 0;
padding: 0 10px;
text-align: left;
font-size: 1rem;
color: #000;
}
aside.edition-week-sidebar ul .section-title a{
color: #000;
font-size: .9rem;
}
aside.edition-week-sidebar ul .section-title a span{
font-family: 'Open Sans';
background: transparent;
padding: 0;
color: #5f656d;
font-size: .9rem;
}

aside.most-read-sidebar{
border: 1px solid #dce1e6;
background-color: rgba(0,141,245,.05);
margin-bottom: 30px; 
}

aside.sidebar-user-actions{
margin-bottom: 30px;
border: 1px solid #dce1e6;
background-color: rgba(0,141,245,.05);
}
aside.sidebar-user-actions h4{
font-family: 'Bevan', cursive;
color: #464646;
margin: 0;
padding: 10px;
border-bottom: 4px solid #dce1e6;
/* text-transform: uppercase; */
/* font-family: 'PT serfif'; */
font-weight: normal;
font-size: 1.5rem;
}
aside.sidebar-user-actions ul{
margin: 0;
list-style: none;
}
aside.sidebar-user-actions ul li{
border-bottom: 1px solid #dce1e6;
}
aside.sidebar-user-actions ul li a{
color: #000;
display: block;
padding: 10px;
}
aside.sidebar-user-actions ul li a span{
font-family: 'PT serif';
}

aside.sidebar-user-actions ul li a h2{
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
font-size: 1rem;
color: #5b5d5f;
font-family: 'PT serif';
}





.home-fix-sidebar.sticky-active .container-fix-sidebar{
}

aside.most-read-sidebar h4{
color: #5b5d5f;
margin: 0;
padding: 10px;
border-bottom: 4px solid #dce1e6;
text-transform: none;
font-weight: normal;
font-family: 'Bevan', cursive;
}
aside.most-read-sidebar ul{
margin: 0;
list-style: none;
}
aside.most-read-sidebar ul li{
border-bottom: 1px solid #e5e5e5;
}
aside.most-read-sidebar ul li a{
color: #5b5d5f;
display: block;
padding: 10px 0;
}

aside.most-read-sidebar ul li a h2{
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
font-size: 1rem;
color: #5b5d5f;
width: 80%;
font-family: 'PT serif';
}
aside.most-read-sidebar ul li a span{
font-family: 'Bevan', cursive;
font-size: 2rem;
text-align: center;
display: inline-block;
vertical-align: middle;
width: 20%;
color: #5b5d5f;
}


body.fix-menu #bottom-menu-aux{
bottom: 5px;
}

#bottom-menu-aux{
position: fixed;
z-index: 9999;
height: 50px;
bottom: -80px;
left: 0;
background: rgba(0, 0, 0, 0.6);
border-radius: 50px;
padding-top: 5px;
-webkit-transition: all 500ms ease-out;
-moz-transition: all 500ms ease-out;
-ms-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}

#bottom-menu-aux .favorite{
position: relative;
top: 0;
margin: 0 auto;
width: 100%;
}
#bottom-menu-aux .favorite a{
display: block;
width: 36px;
overflow: hidden;
fill: #fff;
margin: 0 auto;
height: 40px;
}
#bottom-menu-aux .favorite a{

}
#bottom-menu-aux .favorite small{
font-size: .6rem;
margin: 0;
padding: 0;
display: block;
text-align: center;
color: #fff;
line-height: 0;
}

#gototop{
position: relative;
display: block;
fill: #fff;
width: 50px;
height: 50px;
color: #fff;
font-size: .7rem;
text-align: center;
}

#gototop span{
position: absolute;
top: 0px;
left: 9px;
width: 40px;
display: block;
text-align: center;
}

#gototop small{
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
text-align: center;
}

.page{
margin: 0px auto;
background: #fff;
}

.icon{
font-family: "Icons";
}

#wrap a:hover,
#wrap a:active,
#wrap a:focus{
text-decoration: none;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 0;
  padding-right: 0;
}



.wrap-assine {
margin-left: auto;
margin-right: auto;
padding: 0px;
background: #fff;
border: 0;
margin-bottom: 0;
text-align: center;
min-height: 600px;
padding: 10px;
}

.wrap-page {
margin-left: auto;
margin-right: auto;
padding: 0px;
background: #fff;
border: 0;
margin-bottom: 0;
text-align: center;
min-height: 600px;
padding: 10px;
}

.wrap-page p{
line-height: 2rem;
font-size: 1.2rem;
color: #333;
text-align: left;
font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}


.wrap-assine .show-info-assine{}

.bts-action .metodo_pagto{
cursor: pointer;
display: inline-block;
width: 30%;
text-align: left;
border: 1px solid #ccc;
border-radius: 5px;
margin: 1%;
background: #f3f3f3;
font-size: 0;
}

.bts-action{
margin:20px auto; 
}

.metodo_pagto.active{
background-color: #50b232;
color: #fff;
}


.bts-action .metodo_pagto span{
display: inline-block;
width: 20px;
text-align: center;
vertical-align: middle;
margin-right: 3%;
border-radius: 0;
color: #484848;
height: 20px;
margin-left: 6px;
line-height: .5rem;
font-size: 2rem;
border:2px solid #ccc;
border-radius: 10px;
}

.bts-action .metodo_pagto span:before{
content: '';
}

.bts-action .metodo_pagto.active span:before{
content: '\02714';
}

.bts-action .metodo_pagto.active .pagto{
display: none;
}

.bts-action .metodo_pagto .pagto{
text-align: center;
padding: 0;
margin: 2px;
display: block;
cursor: pointer;
}

.bts-action .metodo_pagto label{
color: #999;
width: 85%;
cursor: pointer;
display: inline-block;
text-align: center;
vertical-align: middle;
font-weight: normal;
margin: 0;
background-color: #f3f3f3;
font-size: 1rem;
}

.bts-action .metodo_pagto.active{
border:1px solid #116117;
}

.bts-action .metodo_pagto.active span{
background-color: #429428;
color: #fff;
border:2px solid #2e8613;
}
.bts-action .metodo_pagto.active label{
background-color: #50b232;
color: #fff;
}


.wrap-assine .assine-capa{
width: 26%;
display: inline-block;
vertical-align: top;
}

.wrap-assine .assine-capa .caption-cover{
font-size: .7rem;
}

.wrap-assine .subscription_description{
width: 70%;
display: inline-block;
vertical-align: top;
text-align: left;
padding: 0 20px;
}
.wrap-assine .subscription_description .title_description{
color: #9e0808;
font-weight: bold;
font-size: 1.5rem;
margin-bottom: 0px;
}

.wrap-assine .subscription_description .title_description h1{
color: #9e0808;
font-weight: bold;
font-size: 1.3rem;
margin-bottom: 0px;
}
.wrap-assine .subscription_description .title_description h3{
color: #676767;
font-weight: normal;
font-size: .9rem;
margin-bottom: 0px;
margin-top: 0;
padding: 0;
}

#wrap .wrap-assine .read-more-bs a{
border: 0;
padding: 0;
margin: 0;
text-transform: none;
font-size: .9rem;
max-width: inherit;
width: inherit;
display: inline-block;
vertical-align: middle;
text-decoration: underline;
}

.continuacao-bs{
text-decoration: underline;
display: block;
margin-bottom:20px;
}

#wrap .wrap-assine .read-more-bs a:hover,
#wrap .wrap-assine .read-more-bs a:active,
#wrap .wrap-assine .read-more-bs a:focus{
background-color: #fff;
}

.bts-action .description-bs{
      margin-top: 20px;
    display: block;
    font-size: 1rem;
    font-weight: bold;
}

.wrap-assine .read-more-bs a span{
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
}

.wrap-assine .read-more-bs a svg{

}

.wrap-assine p{}
.wrap-assine ul{
display: inline-block;
padding: 0px;
list-style: none;
}
.wrap-assine ul li{}

.wrap-assine h1{
color: #000;
margin: 0;
padding: 10px 0;
}
.wrap-assine a{
display: block;
border: 1px solid #484848;
padding: 0;
border-radius: 5px;
text-transform: uppercase;
max-width: 300px;
margin: 20px auto;
}

.wrap-assine a.active{
background-color: #5ac857;
}

.wrap-assine a:hover{
background-color: #5ac857;
}


.wrap:after {
  clear: both;
  content: "";
  display: block;
}

body.menu_open,
body.search_open,
body.auth_open,
body.attendance_open{
overflow: hidden; 
height: 100%;
width: 100%;
position: fixed;
}

body.trouble_page{
overflow: hidden; 
height: 100%;
width: 100%;
position: fixed;
}

body.trouble_page .dfp_ad_pos{
display: none!important;
}


html.auth_open,
html.body.attendance_open{
overflow: hidden;
height: 100%;
width: 100%;
}


body .banner{
display: block;
width: 100%;
height: 50px;
background: #c3c3c3;
color: #828282;
line-height: 2.5rem;
text-shadow: 0px 1px 1px #fff;
}


#container-attendance{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 999999999;
overflow: hidden;
}

#container-attendance #attendance-display{
width: 600px;
left: 50%;
margin-left: -300px;
position: absolute;
top: 0;
height: 100%;
background-color: #fff;
}



#container-attendance .container-attendance-display{
position: absolute;
max-width: 600px;
height: 100%;
margin-left: -300px;
left: 50%;
width: 100%;
}

#container-attendance .close-attendance-button{
background: #cf0202;
width: 40px;
height: 30px;
position: absolute;
z-index: 9999999;
border-radius: 0 0 0 3px;
font-size: 3rem;
line-height: 2.2rem;
font-family: arial;
top: 0;
right: 0;
text-transform: uppercase;
cursor: pointer;
text-decoration: none;
text-align: center;
color: #fff;
}
#container-attendance .close-attendance-button:hover,
#container-attendance .close-attendance-button:active,
#container-attendance .close-attendance-button:focus{
background: #ba0e0e;
}





/*MENU BURGUER*/
#menutab .container-menutab .top-header{
position: relative;
height: 60px;
overflow: hidden;
}

#menutab .container-menutab .container-menu-itens{
position: absolute;
width: 100%;
overflow-y: auto;
height: calc(100% - 50px);
color: #484848;
}

#menutab .container-menutab .container-menu-itens a{
display: block;
}

#menutab .container-menutab .container-menu-itens .menu-assine a{
font-weight: bold;
text-transform: uppercase;
color: #0095ff;
}

#menutab .container-menutab .container-menu-itens ul{
padding: 5px;
}

#menutab .container-menutab .container-menu-itens ul li{
margin-bottom: 10px;
}

#menutab .crusoelogo{
display: inline-block;  
}
#menutab .crusoelogo img{
display: block;
}

body.fix-menu .crusoelogo.full{
opacity: 0; 
}


#menutab .close-tab-menu{
float: right;
}

#menutab .close-tab-menu:before{
content: '\e0db';
}

body.fix-menu #menutab .close-tab-menu{
color: #fff;
}



.busca-overlay,
.menu-overlay,
.auth-overlay {
position: fixed;
background: rgba(0,0,0,0.8);
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 998;
}

body.auth_open .auth-overlay{
display: block!important;
}

#menutab{
position: fixed;
top: 0;
left: 0;
background: #fff;
width: 220px; 
height: 100%;
z-index: 1000;
margin: 0 -100%;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
-webkit-transition: all 500ms linear;
-moz-transition: all 550ms ease-out;
-ms-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
#menutab.active{
margin: 0;
}


.formsearch .inputsearch{
margin-top: 10px;
background: #ffbc00;
color: #000;
display: none;
}

.close-search{
background: #b5b5b5;
margin: 20px;
color: #000;
font-weight: 800;
padding: 0.60em 2em;
font-size: 0.875rem;
}

.formsearch input[type="text"]{
border: 0;
text-align: center;
width: 100%;
border-radius: 0;
background: #d6d6d6;
box-shadow: inset 0px -2px 13px #6f6f6f;
}

.formsearch div{
margin-top: 30px;
font-size: 1rem;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
color: #fff;
}

#searchtab{

}
#searchtab.active{
}
.formsearch{
}
#menutab{
color: #fff;
}



.menutab-buttons{
border-bottom: 1px solid #e2e1e1;
overflow: hidden;
}

.menutab-buttons a{
text-align: center;
width: 50px;
height: 50px;
padding-top: 8px;
}

.top-header .container-top-header{
max-width: 1110px;
margin: 0 auto;
}


.burguer:before{
/*  content: '\e09b';*/
}
/*.person:before{
  content: '\e0a5';
}*/


.burguer span{
display: block;
width: 50px;
height: 50px;
margin: 0 auto;
}

.burguer span svg{
fill: #000;
}

.person span{
display: block;
width: 50px;
height: 50px;
margin: 0 auto;
}

.person span svg{
fill: #000;
}

.magnifying-glass:before{
content: '\e08f';
}
.envelope-closed:before{
content: '\e05c';
}
a.icon small{
display: block;
font-size: .6rem;
font-family: arial;
color: #000;
line-height: .7rem;
text-transform: uppercase;
overflow: hidden;
}

body.page{
padding: 0;
}




#tab-nav-sticky-wrapper.is-sticky #tab-nav{
z-index: 100!important;
}
#tab-nav-sticky-wrapper.is-sticky #tab-nav .tab-navigation a {
/*font-weight: bold;
height: 26px;
overflow: hidden;
padding: 6px!important;
box-shadow: 2px 0px 5px #000;
*/
}
#tab-nav-sticky-wrapper.is-sticky #tab-nav .tab-navigation a span.xtra{

}


.tab-navigation{
margin: 0 0 10px 0;
font-size: 0;
max-height: 60px;
overflow: hidden;
}

.tab-navigation .fullbar{
background-color: #000;
max-width: 1110px;
margin: 0 auto;
overflow: hidden;
}
.tab-navigation .centerbar{
max-width: 1140px;
margin: 0 auto;
}


body.crs_logged .tab-navigation.bottom{
display: block;
}

.tab-navigation.bottom{
display: none;
}

.tab-navigation.bottom #tabbar{
display: none;
}

.tab-navigation .post-active{
height: 20px;
display: block;
width: 100%;
position: relative;
max-width: 1110px;
margin: 0 auto;
}
.tab-navigation .post-active #tabbar{
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
background-color: rgba(255,255,255,0);
left: inherit;
width: 0; 
height: 0; 
border-left: 20px solid transparent;
border-right: 20px solid transparent;
}



.tab-navigation .post-active #tabbar.pos1{
left: 12.5%;
/*left: 16.66%;*/
position: absolute;
border-top: 10px solid #000;
margin-left: -20px;
}
.tab-navigation .post-active #tabbar.pos2{
left: 37.5%;
/*left: 50%;*/
position: absolute;
border-top: 10px solid #ff7800;
margin-left: -20px;
}
.tab-navigation .post-active #tabbar.pos3{
left: 62.5%;
position: absolute;
border-top: 10px solid #940c0c;
margin-left: -20px;
}
.tab-navigation .post-active #tabbar.pos4{
left: 87.5%;
/*left: 83.34%;*/
position: absolute;
border-top: 10px solid #0784c5;
margin-left: -20px;
}


.tab-navigation a{
font-size: .9rem;
display: inline-block;
vertical-align: top;
width: 25%;
/*width: 33.33%;*/
text-align: center;
color: #fff;
padding: 8px 10px;
line-height: 1rem;
text-decoration: none;
font-weight: bold;
height: 50px;
overflow: hidden;
}


.tab-navigation a:hover,
.tab-navigation a:active,
.tab-navigation a:focus{
color: #fff;
}
.tab-navigation a.last-news{
background-color: #000;
padding: 14px 0;
}
.tab-navigation a.edition-week{
background-color: #ff7800;
}
.tab-navigation a.sections{
background-color: #0784c5;
padding: 14px 0;
}

.tab-navigation a.edition-all{
background-color: #940c0c;
}

.tab-navigation a.last-news.active{
}
.tab-navigation a.edition-week.active{
}
.tab-navigation a.sections.active{
}

.tab-navigation a.sections small{
display: inline-block;
margin-left: 5px;
vertical-align: top;
}

.tab-navigation a.sections small:before{
content: '\e02d';
}
.tab-navigation a.sections.active small:before{
content: '\e030';
}


.tab-navigation a span{
display: block;
}


.tab-navigation-menu{
display: none;
position: absolute;
z-index: 20;
color: #fff;
width: 100%;
margin-top: -20px;
max-width: 1110px;
}

.fix-menu .tab-navigation-menu{
max-width: inherit;
}

.tab-navigation-menu .menu-secoes-container{
margin: 0 auto;
text-align: right;
overflow: hidden;
max-width: 1110px;
}

.tab-navigation-menu #section-menu{
margin: 0;
float: right;
overflow: hidden;
background: #0884c6;
width: 25%;
/*width: 33.33%;*/
padding: 0;
border-bottom: 1px solid #229ada;
box-shadow: 0 23px 31px rgba(0, 0, 0, 0.42);
}
.tab-navigation-menu #section-menu li{}
.tab-navigation-menu #section-menu li a{
display: block;
padding: 10px;
text-align: center;
color: #fff;
border-top: 1px solid #fff;
text-decoration: none;
font-size: 1.1rem;
}
.tab-navigation-menu #section-menu li a:hover,
.tab-navigation-menu #section-menu li a:active,
.tab-navigation-menu #section-menu li a:focus{
color: #fff;
text-decoration: none;
background: #0da4f5;
}

.is-sticky .full-menu-desktop{
z-index: 1000000!important;
border-top: 1px solid #424242;
}
.full-menu-desktop{
}

.menu-desktop{
text-align: center;
margin-bottom: 20px;
font-size: 0;
margin: 0 auto;
background-color: #000;
}
.menu-desktop ul{
list-style: none;
padding: 0;
overflow: hidden;
max-width: 1200px;
margin: 0 auto;
}
.menu-desktop ul li{
display: inline-block;
vertical-align: middle;
width: 11.11%;
height: 40px;
}
.menu-desktop ul li a{
display: table;
text-align: center;
padding: 5px;
font-size: .9rem;
color: #fff;
line-height: 1rem;
width: 100.9%;
height: 100%;
font-weight: bold;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}

.menu-desktop ul li a span{
display: table-cell;
vertical-align: middle;
}

.menu-desktop ul li.mn_diario a{
background-color: #000;
}
.menu-desktop ul li.mn_edicao a{
background-color: #ff7800;
}
.menu-desktop ul li.mn_secao a{
background-color: #0784c5;
}

.menu-desktop ul li.mn_diario:hover a{
background-color: #222;
}
.menu-desktop ul li.mn_edicao:hover a{
background-color: #ff983d;
}
.menu-desktop ul li.mn_secao:hover a{
background-color:#1e96d4;
}
.post-active-desk{
width: 100%;
height: 20px;
font-size: 0;
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.post-active-desk span{
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
background-color: rgba(255,255,255,0);
position: absolute;
margin-left: -20px;
}

.single-diario .post-active-desk span{border-top: 10px solid #000;left: 5.5%;}
.single-post .post-active-desk span{border-top: 10px solid #ff7800;left: 16.72%;}
.category-reportagem .post-active-desk span{border-top: 10px solid #0784c5;left: 27.83%;}
.category-entrevista .post-active-desk span{border-top: 10px solid #0784c5;left: 38.94%;}
.category-diogo-mainardi .post-active-desk span{border-top: 10px solid #0784c5;left: 50.05%;}
.category-artigo .post-active-desk span{border-top: 10px solid #0784c5;left: 61.16%;}
.category-ruy-goiaba .post-active-desk span{border-top: 10px solid #0784c5;left: 72.27%;}
.category-notas-do-sexta-feira .post-active-desk span{border-top: 10px solid #0784c5;left: 83.38%;}
.category-edicoes .post-active-desk span{border-top: 10px solid #ff7800;left: 94.5%;}


.post-active-desk span.pos1{border-top: 10px solid #000;left: 5.5%;}
.post-active-desk span.pos2{border-top: 10px solid #ff7800;left: 16.72%;}
.post-active-desk span.pos3{border-top: 10px solid #0784c5;left: 27.83%;}
.post-active-desk span.pos4{border-top: 10px solid #0784c5;left: 38.94%;}
.post-active-desk span.pos5{border-top: 10px solid #0784c5;left: 50.05%;}
.post-active-desk span.pos6{border-top: 10px solid #0784c5;left: 61.16%;}
.post-active-desk span.pos7{border-top: 10px solid #0784c5;left: 72.27%;}
.post-active-desk span.pos8{border-top: 10px solid #0784c5;left: 83.38%;}
.post-active-desk span.pos9{border-top: 10px solid #ff7800;left: 94.5%;}


h3.title-ini{
display: none;
}

#secoundsbox h3.title-ini{
text-align:center;
display: block;
font-size: 2rem;
}

#firtsbox h3.title-ini{
display: none;
}

h2.read-this-edition{
color: #000;
text-transform: uppercase;
font-size: 1rem;
font-weight: bold;
text-align: left;
margin: 20px;
}


h2.read-this-edition{
color: #000;
text-transform: uppercase;
font-size: 1rem;
font-weight: bold;
}

h2.read-this-edition a.last-editions{
font-size: .7rem;
float: right;
width: 130px;
text-align: right;
}



/* BANNERS */
#gpt-leaderboard{
width: 100%;
text-align: center;
overflow: hidden;
position: relative;
z-index: 2;
}



.category-list{
background-color: #fff;
border: 1px solid #e5e5e5;
padding: 10px;
background: #fff;
margin-bottom: 50px;  
}


.post-single{
background-color: #fff;
padding: 0;
background: #fff;
margin-bottom: 50px;
}









#page{
position: relative;
}

#page #pending-subscription{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.8);
z-index: 1;
}
#page #pending-subscription .content-pending{
position: absolute;
width: 90%;
background: #fc7a3c;
top: 0px;
left: 50%;
margin-left: -45%;
color: #fff;
border-radius: 5px;
text-align: center;
padding: 10px;
box-sizing: border-box;
border: 1px solid #d45e25;
}
.close-subscription-notification{
display: block;
background-color:#b94914;
color: #fff;
text-align: center;
width: 20px;
margin: auto 10px auto auto;
border-radius: 5px;
font-size: .9rem;
}

.subscription-solution{
font-size: .9rem;
display: block;
background-color:#000;
color: #fff;
text-align: center;
padding: 10px;
width: 190px;
margin: 10px auto;
border-radius: 5px; 
}

.subscription-solution:hover,
.subscription-solution:active,
.subscription-solution:focus{
color: #fff;
background-color: #4a1a03;  
}

.close-subscription-notification:hover,
.close-subscription-notification:active,
.close-subscription-notification:focus{
color: #fff;
background-color: #4a1a03;
}

.list-edition{
margin: 0;
padding: 0;
list-style: none;
}
.list-edition li{
display: inline-block;
vertical-align: top;
width: 50%;
position: relative;
text-align: center;
}
.list-edition li a{
display: block;
}
.list-edition li span.edition-image{
display: block;
width: 100%;
background-size: 100%;
border: 10px solid #fff;
background-color: #fff;
padding-top: 121%;
background-repeat: no-repeat;
background-position: center;
}
.list-edition li span.edition-info{
font-size: .8rem;
color: #000;
}
.list-edition li span.edition-name{
}


.list-articles .edition-title{
margin-top: 100px;
}

.list-articles .post{
margin: 100px auto; 
}

.list-articles .post article{
position: relative;
}

.list-articles .post article a{
display: block;
}

.list-articles .post article a span.image{
display: block;
position: absolute;
}

.list-articles .post article a span.watermark{
  display: none;
}

.list-articles .post article.layout-1{
width: 100%;
height: 300px;
}
.list-articles .post article.layout-2{
width: 100%;
height: 300px;
}

.list-articles .post article.layout-1 a span.image{
top: 0;
left: 0;
width: 60%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.list-articles .post article.layout-2 a span.image{
top: 0;
right: 0;
width: 60%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}


.list-articles .post article a span.title{
position: absolute; 
margin: 0;
padding: 0;
font-size: 1.6rem;
color: #000;
line-height: 2.3rem;
overflow: hidden;
}

.list-articles .post article.layout-1 a span.title{
top: 0;
right: 0;
width: 38%;
height: 100%;
border-bottom: 5px solid #ddd;
}

.list-articles .post article.layout-2 a span.title{
top: 0;
left: 0;
width: 38%;
height: 100%;
border-bottom: 5px solid #ddd;
}

.list-articles .post article a span.title p{
margin: 0;
font-size: 1rem;
color: #9c9c9c;
line-height: 1.3rem;
}


#wallcontent_free_reading.active{
  display:block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / .6);
  z-index: 99999;
  }
  #wallcontent_free_reading.active .container_wallcontent{
  background:#fff;
  color:#000;
  width:300px;
  height:300px;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-150px;
  margin-top:-150px;
  border-radius:10px;
  box-shadow:0 0 10px #000;
  font-size:1.2rem;
  text-align:center;
  }
  #wallcontent_free_reading.active .container_wallcontent .text{
  margin:20px;
  }
  #wallcontent_free_reading.active .container_wallcontent a.quero{
  background: #008c33;
  color: #fff;
  padding: 9px;
  border-radius: 6px;
  display:block;
  max-width:250px;
  margin:20px auto;
  }
  #wallcontent_free_reading.active .container_wallcontent a.naoquero{
  font-size:1rem;
  color:#5a5a5a;
  text-decoration:underline;
  }
  @media screen and (min-width: 900px) {
  #wallcontent_free_reading.active .container_wallcontent{
  background:#fff;
  color:#000;
  width:800px;
  height:300px;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-400px;
  margin-top:-150px;
  border-radius:10px;
  box-shadow:0 0 10px #000;
  font-size:1.8rem;
  }
  }

.paywall{
border: 1px solid #ececec;
border-bottom: 3px solid #d2d2d2;
text-align: center;
margin: 20px auto;
background: #f9f9f9;
}

.paywall .container-login{
padding-top: 20px;
}

.page article .paywall p{
line-height: 1.8rem;
font-size: 1rem;
margin-bottom: 0;
}

#logged-user-for-reading{
background: #ececec;
padding: 10px;
text-align: center;
}
#logged-user-for-reading p{

}
#logged-user-for-reading .input{
margin-bottom: 5px;
padding: 5px;
display: block;
}
#logged-user-for-reading .submit{
width: 230px;
display: block;
background: #ff0400;
padding: 10px;
color: #fff;
text-align: center;
margin: 10px auto;
border-bottom: 4px solid rgba(0, 0, 0, 0.2);
border-top: 1px solid rgba(0,0,0,0.2);
border-right: 1px solid rgba(0,0,0,0.2);
border-left: 1px solid rgba(0,0,0,0.2);
font-size: 1rem;
font-weight: normal;
border-radius: 0;
}

#show-audio-pÄºayer{
margin-bottom: 20px;
}

#audio_player{

}
.audio-accelerate{
text-align: center;  
}

.audio-accelerate span{
font-size: .6rem;
width: 70px;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
text-align: right;
margin-right: 10px;
line-height: .7rem;
}

.audio-accelerate button{
outline: none;
width: 50px;
padding: 2px;
font-size: .7rem;
margin: 0 5px;
background: #878787;
}

.audio-accelerate button.active{
background: #000000;
}


article.post header{
margin: 0 auto;
position: relative;
}
article.post .reading{
margin: 40px auto;
}

article.post .reading p:first-child:first-letter {
text-transform: uppercase;
font-size: 3.8rem;
color: #333;
float: left;
line-height: 2rem;
margin-right: 5px;
margin-top: .8rem;
}


article.post .reading p.nocap:first-child:first-letter{
text-transform: none;
font-size: inherit;
color: inherit;
float: none;
line-height: inherit;
margin-right: inherit;
margin-top: inherit;
}


.reading figure figcaption.wp-caption-text{
border-bottom: 1px solid #c7c7c7;
margin: 0;
font-style: normal;
}


article.post .reading h1,
article.post .reading h2,
article.post .reading h3,
article.post .reading h4,
article.post .reading h5,
article.post .reading h6{
margin: 20px 0;
color: #000;
padding: 0;
font-weight: normal;
font-family: 'PT serif';
font-size: 1.6rem;
}



article.post .special-autor{
margin-bottom: 20px;
}
article.post .special-autor h1{
display: inline-block;
vertical-align: middle;
width: 49%;
color: #0884c6;
text-transform: uppercase;
font-weight: bold;
line-height: 2.1rem;
padding: 0;
margin: 0;
}
article.post .special-autor .data{
font-weight: bold;
}
article.post .special-autor h1 .f1{
display: block;
font-size: 2.3rem;
line-height: 2.8rem;
}
article.post .special-autor h1 .f2{
display: block;
font-size: 3rem;
}
article.post .special-autor h1 .f3{
font-size: 1.28rem;
line-height: .5rem;
}
article.post .special-autor .autor-special-image{
vertical-align: middle;
display: inline-block;
text-align: left;
}
article.post .special-autor .autor-special-image img{
width: 150px;
height: auto;
display: inline-block;
}

article.post .bread-crumb{
display: block;
margin-bottom: 20px;
font-size: 1rem;
font-weight: bold;
text-transform: uppercase;
color: #676364;
}
article.post .bread-crumb a{  
color: #676364;
}
#wrap article.post .bread-crumb a:hover{
text-decoration: underline;
}

article.post header h1.title{
font-weight: bold;
font-family: 'PT Serif';
font-size: 2.3rem;
padding: 0;
color: #000;
text-align: left;
margin: 0;
}
article.post header .resumo{
font-size: 1.3rem;
color: #4b4d51;
margin: 30px 0;
text-align: left;
line-height: 1.6rem;
}

article.post header .multiple-authors{
margin: 20px auto;  
}

article.post header .multiple-authors .autor .autor-info{
width: inherit;
}


article.post header .multiple-authors .autor{
margin: 0px 20px 5px 0px;
display: inline-block;
border: 1px solid #f1f1f1;
padding: 2px 10px 2px 2px;
}
article.post header .multiple-authors .autor .autor-imagem{
width: 40px;
height: 40px;
margin-right: 5px;
}


article.post header .autor{
font-size: .9rem;
color: #666;
position: relative;
margin-bottom: 50px;
margin: 20px auto;
}

.img_post{
position: relative;
display: block;
margin-bottom: 20px;
background: #fff;
margin-top: 50px;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}


.img_post .wp-caption .credito{
position: relative;  
left: inherit;
right: inherit;
top: inherit;
float: right;
}

.img_post .credito{
position: absolute;
right: 0;
top: -22px;
color: #afafaf;
font-size: .7rem;
padding: 2px;
}


.galeria-crusoe{
background: #f5f9fe;
padding: 5px;
border: 1px solid #dce1e6;
}

body .reading .galeria-crusoe header{
margin:10px 0;
}

body .reading .galeria-crusoe .container-gallery{
background: #fff;
}

body .reading .galeria-crusoe h2{
color: #5b5d5f;
font-size: 1.8rem;
margin: 0;
}
body .reading .galeria-crusoe h3{
color: #5b5d5f;
font-size: 1.2rem;
margin: 0;
}


body .gallery-item a:hover img,
body .gallery-item a:focus img{
-webkit-filter: none;
filter: none;
}



body .slick-track.detach,
body .slick-list.detach{
transform: none!important;
-webkit-transform: none!important;
-moz-transform: none!important;
-ms-transform: none!important;
-o-transform: none!important;
transform: none!important;
}
body .slick-list {
    padding: 0 !important;
}

body .gallery .gallery-item{
margin: 0;
padding: 0;
}

body .gallery .gallery-item img{
margin:0 auto;
}

body .gallery{
}

button.slick-arrow{
position: absolute;
top: 50%;
background: rgba(0, 0, 0, 0.5);
width: 20px;
height: 30px;
z-index: 100;
color: #fff;
border-radius: 3px;
padding: 0px;
line-height: 5px;
}

button.slick-prev:focus,
button.slick-prev:hover,
button.slick-next:focus,
button.slick-prev:hover{
background: rgba(0, 0, 0, 1);
color: #fff;
}

body .gallery a.detach:before{
content: '\00d7';
color: #fff;
line-height: 1.6rem;
font-size: 2rem;
position: absolute;
top: 0;
right: 0;
background: #000;
width: 30px;
height: 30px;
border: 2px solid #fff;
}

button.slick-prev:before{
content: '\00ab';
color: #fff;
line-height: .6rem;
font-size: 2rem;
}
button.slick-next:before{
content: '\00bb';  
color: #fff;
line-height: .6rem;
font-size: 2rem;
}

button.slick-prev{
left: -10px;
}
button.slick-next{
right: -10px;
}



body .gallery a.detach{
margin-bottom: 20px;
background: rgba(0,0,0,.9);
border-bottom: 1px solid #e5e5e5;
position: fixed;
z-index: 10000;
padding: 5px;
width: 100%;
left: 0;
top: 0;
height: 100%;
text-align: center;
overflow-y: auto;
}

body .gallery a.detach img{
display: inline-block;
text-align: center;
width: 100%;
height: auto;
}


.img_post.detach{
margin-top: 0; 
margin-bottom: 20px;
background: #000;
border-bottom: 1px solid #e5e5e5;
position: fixed;
z-index: 10000;
padding: 5px;
width: 100%;
left: 0;
top: 0;
height: 100%;
text-align: center;
overflow-y: auto;
}

.img_post.detach .wp-caption{
max-width: inherit!important;
}

.img_post.detach img{
display: inline-block;
text-align: center;
}

.img_post:hover{
background-color: #efefef;  
}
.img_post:hover img{
opacity: .8;
background-color: #000;
}

.img_post.detach .caption{
display: block;
font-size: .8rem;
color: #ffffff;
padding: 5px;
background: rgba(0, 0, 0, 0.59);
position: fixed;
margin: 20px;
bottom: 0;
left: 0;
}


.img_post img{
display: block;
width: 100%;
height: auto;
}
.img_post .caption{
display: block;
font-size: .8rem;
color: #676364;
padding: 5px;
line-height: 1rem;
}
.img_post .caption .icon-camera{
width: 25px;
height: 20px;
display: inline-block;
vertical-align: bottom;
margin-right: 5px; 
}
.img_post .caption .icon-camera svg{
fill: #3ca765;
}

a.img_post .wp-caption, .gallery-caption{
margin-bottom: 0;
}

article.post header .autor .autor-imagem{
width: 80px;
height: 80px;
display: inline-block;
vertical-align: middle;
background: #ccc;
margin-right: 10px;
overflow: hidden;
}
article.post header .autor .autor-info{
display: inline-block;
vertical-align: middle;
}
article.post header .autor .autor-info .data-edition{
color: #4b4d51;
display: block;
font-size: .9rem;
font-weight: bold;
text-transform: uppercase;
}
article.post header .autor .autor-info .data-edition .numedicao{
}
article.post header .autor .autor-info .data-edition .categoria{
}
article.post header .autor .autor-info .data-edition .data{
display: block;
color: #000;
}

article.post header .multiple-authors .autor .autor-info .display-name{
font-size: .95rem;
}

article.post header .autor .autor-info .display-name{
text-transform: uppercase;
font-size: 1rem;
font-weight: bold;
display: block;
color: #000;
}

article.post header .autor a{
color: #666;
}


article.post,
article.post p {
line-height: 2rem;
font-size: 1.2rem;
}

article.post ul,
article.post ol{
line-height: 2rem;
font-size: 1.2rem;
margin-left: 25px;
}

article.post ul li,
article.post ol li{
    margin-bottom: 20px;
}

article.post a{
color:#fc7f5b ;
}

.paid-content{
position: relative;
}
.fadeout.down:after{
position: absolute;
left: 0;
height: 150px;
width: 100%;
content: "";
pointer-events: none;
z-index: 10;
background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
bottom: 0;
}
.gateway-form{
border: 1px solid #ddd;
min-height: 400px;
background-color: #eaeaea;
text-align: center;
color: #888;
}


.home-box-last-edition ul{
list-style: none;
margin: 0;
padding: 0;
}

.container-related-sections{
display: none;
}
body.crs_logged .container-related-sections{
display: block; 
}

.related-sections{
padding: 0;

}

.related-sections h2{
margin: 0;
padding: 0;
text-align: left;
color: #fc7a3c;
text-transform: uppercase;
font-weight: bold;
}



.home-box-last-edition .node{
position: relative;
border: 0;
background-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
}

.home-box-last-edition .node.notas-do-sexta-feira{}
.home-box-last-edition .node.notas-do-sexta-feira li{
width: 50%;
}
.home-box-last-edition .node.notas-do-sexta-feira li a .info{
width: 100%;
padding-right: 50px;
}



.home-box-last-edition h3{
font-size: 2rem;
margin: 0;
text-align: left;
padding: 0px;
border-bottom: 1px solid #0380ed;
margin-bottom: 20px;
}

.home-box-last-edition h3 span{
border: 0;
border-bottom: 0;
padding: 0;
font-size: 1.5rem;
font-weight: bold;
color: #0380ed;
text-transform: uppercase;
background: #fff;
}

.home-box-last-edition ul li{
display: inline-block;
vertical-align: top;
overflow: hidden;
width: 100%;
margin-bottom: 30px;
}

.home-box-last-edition .caption-cover{
font-size: .7rem;
color: #555;
text-align: right;
padding: 0;
margin: 0;
}

.home-box-last-edition .home-cover{
/*overflow: hidden;
padding: 0px;
border: 0;
background-color: #fff;*/
    overflow: hidden;
    padding: 0px;
    border: 0;
    background-color: transparent;
    width: 100%;
    position: relative;
}
.home-box-last-edition .home-cover a{
display: block;
overflow: hidden;
}

.home-box-last-edition .home-cover .cover picture{

}

.home-box-last-edition .home-cover .cover{
overflow: hidden;
width: 730px;
top: 300px;
z-index: 0;
padding: 0 100px 30px 100px;
}

.home-box-last-edition .home-cover .cover img{
width: 100%;
height: auto;
display: block;
}

.home-box-last-edition ul li a{
display: block;
margin: 0;
font-size: 0; 
}



.home-box-last-edition ul li a .info{
width: 58%;
display: inline-block;
vertical-align: top;
overflow: hidden;
position: relative;
}

.home-box-last-edition ul li a .info p:after{
position: absolute;
left: 0;
height: 110px;
width: 100%;
content: "";
pointer-events: none;
z-index: 10;
background: linear-gradient(to top, #fff 10%, rgba(255,255,255,0) 50%);
bottom: 0;
}

.home-box-last-edition ul li a .info p{
position: relative;  
font-size: 1rem;
color: #424242;
max-height: 96px;
margin: 0;
line-height: 1.48rem;
overflow: hidden;
}


.home-box-last-edition ul li a .image{
display: inline-block;
vertical-align: top;
background-size: 1px;
background-position: center;
text-align: center;
margin-right: 10px;
width: 40%;
overflow: hidden;
}

.home-box-last-edition ul li a .image img{
width: 100%;
height: auto;
display: block;
padding: 0px;
}
.home-box-last-edition ul li a .title{
display: inline-block;
vertical-align: top;
box-sizing: border-box;
}
.home-box-last-edition ul li a .category{
font-family: 'PT serif';
font-size: 1.2rem;
display: block;
color: #000;
}

.home-box-last-edition ul li a h3{
border: 0;
border-bottom: 1px solid #0380ed;
padding: 0;
font-size: 1.5rem;
font-weight: bold;
color: #0380ed;
text-transform: uppercase;
background: #fff;
}

.home-box-last-edition ul li a .nome-autor-artigo{

}

.home-box-last-edition ul li a .title h2{
margin: 0 0;
font-size: 1.7rem;
padding: 0;
color: #000;
font-family: 'PT serif';
text-align: left;
line-height: 2.3rem;
overflow: hidden;
}

.home-box-last-edition ul li a .title h2 span.paid-icon{
display: inline-block;
width: 25px;
height: 25px;
vertical-align: middle;
margin-right: 5px;
background-image: url(assets/images/locked-icon.png);
background-size: 100%;
}

.home-box-last-edition ul li a .title p{
font-size: .9rem;
color: #888;
margin: 0;
}

.last-editions-home-link{
text-align: center;
display: block;
background-color: #ff7800;
padding: 10px;
color: #fff;
text-transform: uppercase;
max-width: 300px;
margin: 0px auto 50px auto;
text-decoration: none;
}
.last-editions-home-link:hover,
.last-editions-home-link:active,
.last-editions-home-link:focus{
text-decoration: none;
background-color: #c75e00;
color: #fff;
}




#firtsbox #box-last-news h3{
display: none;
}

#box-last-news h3{
text-align: left;
margin-top: 50px;
border-bottom: 1px solid #000;
color: #000;
text-transform: uppercase;
font-size: 1.8rem;
font-weight: bold;
}
#secoundsbox #box-last-news{
margin-top: 50px;
}



.home-box-last-news ul{
list-style: none;
margin: 0;
padding: 0;
}

.home-box-last-news .post{
display: inline-block;
vertical-align: top;
overflow: hidden;
width: 100%;
margin-bottom: 50px;
border: 0;
padding: 0;
background: #fff;
border-bottom: 1px solid #d4d4d4;
padding-bottom: 50px;
}




.home-box-last-news .post a.link-internal{
display: block;
}

.home-box-last-news .post a .info{
display: inline-block;
position: relative;
width: 100%;
}

.home-box-last-news .post.hasimg a .info{
width: 50%;
}


.home-box-last-news .post a .info p{
position: relative;
font-size: 1rem;
color: #424242;
max-height: 140px;
margin: 0;
line-height: 1.48rem;
overflow: hidden; 
}

.home-box-last-news .post a .info p:after{
position: absolute;
left: 0;
height: 110px;
width: 100%;
content: "";
pointer-events: none;
z-index: 10;
background: linear-gradient(to top, #fff 5%, rgba(255,255,255,0) 60%);
bottom: 0;
z-index: 0;
}





.home-box-last-news .post a .data{
display: inline-block;
vertical-align: middle;
color: #4b4d51;
font-weight: bold;
font-size: .8rem;
margin: 5px;
}

.home-box-last-news .post a .creator{
display: block;
overflow: hidden;
margin: 0 0;
}

.home-box-last-news .post a .autor{
display: inline-block;
vertical-align: middle;
color: #4b4d51;
font-weight: bold;
font-size: .8rem;
text-transform: uppercase;
margin: 0;
}

.home-box-last-news .post a .image{
width: 100%;
display: inline-block;
vertical-align: top;
background-size: 1px;
background-position: center;
text-align: center;
padding: 0px;
background: #fff;
overflow: hidden;
}

.home-box-last-news .post.hasimg a .image{
width: 40%;
margin-right: 10px;
}





.home-box-last-news .post a .image img{
width: 100%;
height: auto;
display: block;
}

.home-box-last-news .post a .title{
display: block;
box-sizing: border-box;
margin:0; 
}
.home-box-last-news .post a .title h2{
font-size: 2.5rem;
font-family: 'PT Serif';
color: #000;
margin: 10px 0;
line-height: 3rem;
padding: 0;
}

.home-box-last-news .post.hasimg a .title h2{
font-size: 1.7rem;
margin: 0;
line-height: 2rem;
}

.home-box-last-news .post a p .info p{
margin: 0; 
}

.home-box-last-news .post a .title h2 span.paid-icon{
display: inline-block;
width: 25px;
height: 25px;
vertical-align: middle;
margin-right: 5px;
background-image: url(assets/images/locked-icon.png);
background-size: 100%;
}

.home-box-last-news .post a .title p{
font-size: .9rem;
color: #888;
margin: 0;
}

.more-single-news{
text-align: center;
display: block;
background: #000000;
padding: 10px;
color: #fff;
text-transform: uppercase;
max-width: 300px;
margin: 0px auto 50px auto;  
}
.more-single-news:hover,
.more-single-news:active,
.more-single-news:focus{
background-color: #444;
color: #fff;
}
.more-single-news.wait{
background: #ccc;
text-shadow: 0 1px 1px #fff;
color: #949494;
cursor: default;
pointer-events: none;
}

.single-post .more-last-news{
display: none;
}

.container-more-link{}

.container-more-link.active{
text-align: center;
text-transform: uppercase;
color: #797979;
text-shadow: 0 1px 0px #fff;
background: #ddd;
padding: 5px;
font-size: .8rem;
max-width: 300px;
margin: 0 auto;
display: block;
}

.more-last-news{
background: #000;
}
.more-category-news{
background: #0784c5;
}

.more-last-news,
.more-category-news{
text-align: center;
display: block;
padding: 10px;
color: #fff;
text-transform: uppercase;
max-width: 300px;
margin: 0px auto 50px auto;
}
.more-last-news:hover,
.more-last-news:active,
.more-last-news:focus,
.more-category-news:hover,
.more-category-news:active,
.more-category-news:focus{
background-color: #444;
color: #fff;
}
.more-last-news.wait,
.more-category-news.wait{
background: #ccc;
text-shadow: 0 1px 1px #fff;
color: #949494;
cursor: default;
pointer-events: none;
}

body.crs_logged .favorite{
display: inline-block;  
}





.favorite{
display: none;
height: 30px;
width: 40px;
position: absolute;
right: 0;
top: -10px;
}
.favorite.active{
fill: #ddd;
}

.favorite small{
line-height: 0;
font-size: .7rem;
margin: 0;
padding: 0;
display: block;
text-align: center;
}

.favorite small:after{
content: 'SALVAR';
}

.favorite.active small:after{
content: 'SALVO!';
}

.favorite.active small{
color: #4691f6;
}


.favorite.active a{
width: 1em;
height: 1em
}
.favorite.active a svg{

}

.favorite.active a svg path,
.favorite.active a svg polygon,
.favorite.active a svg rect {
  fill: #4691f6;
}

.favorite.active a svg circle {
  stroke: #4691f6;
  stroke-width: 1;
}


body.home .share{
position: relative;
padding-top: 20px;
}

body.home .share.list .copy{
display: none;
}

body.home .share.list h2{
display: none;
}

body.single .share{
position: relative;
margin: 30px auto;
}

body.single .share.bottom{
display: none;
}

body.single .share.top h2{
display: none;
}

body.single.crs_logged .share.bottom{
display: block;
}

body.single .share.bottom h2{
display: block;
font-size: 1rem;
color: #cb0103;
margin: 0 0px 10px 10px;
font-weight: bold;
}



body.single .share.top{

}

body.crs_logged .share{
}
.share .call-to-action{
display: block;
text-transform: uppercase;
font-size: .7rem;
color: #555;
}
.share #confirm-copy{
display: none;
position: absolute;
width: 100%;
background: #ddd;
height: 100%;
line-height: 3rem;
text-align: center;
}
.share a{
display: inline-block;
width: 35px;
height: 35px;
vertical-align: top;
margin-bottom: 5px;
/*border-radius: 45px;*/
overflow: hidden;
}
.share a span{
display: block;
width: 35px;
height: 35px;
outline: none;
}

.share.top a,
.share.top a span{
width: 40px;
height: 40px;
}


.share span.moreoptions{
display: none;
}

.share a span svg{
fill: #888;
}


.share a.fb:hover span svg{
fill: #3b589e;
}
.share a.tw:hover span svg{
fill: #55ACEE;
}
.share a.wt:hover span svg{
fill: #24C34B;
}
.share a.email:hover span svg{
fill: #90a9b9;
}
.share a.gm:hover span svg{
fill: #D4232E;
}
.share a.lk:hover span svg{
fill: #0077b5;
}
.share a.ms:hover span svg{
fill: #0084FF;
}
.share a.ms:hover span svg{
fill: #484848;
}


/*
.share a.fb span{
background-color:#3b589e;
}
.share a.tw span{
background-color: #55ACEE;
}
.share a.wt span{
background-color: #24C34B;
}
.share a.email span{
background-color: #90a9b9;
}
.share a.gm span{
background-color: #D4232E;
}
.share a.lk span{
background-color: #0077b5;
}
.share a.ms span{
background-color: #0084FF;
}
.share a.copy span{
background-color: #484848;
}
*/

.share a.more span{
color: #b9b9b9;
background-color: #fff;
font-size: 2rem;
text-align: center;
text-transform: uppercase;
line-height: 1.5rem;
}
.share a.more span svg{
fill: #666;
}

.share a.more span:after{
content: '+';
line-height: 2rem;
}
.share a.more.minus span{
line-height: 1.5rem;
}
.share a.more.minus span:after{
content: '-';
}

.container_share{
position: relative;
}




.read-more-edition{
display: none;
background-color:#e9e7d7;
margin-top: 140px;
}

body.crs_logged .read-more-edition{
display: block;
}

.read-more-edition .info-edition{
font-size: 0; 
}
.read-more-edition .info-edition .title-box{
font-size: 1.5rem;
display: inline-block;
width: 50%;
vertical-align: top;
border-top: 2px solid #524a48;
padding: 10px;
line-height: 1.6rem;
font-weight: bold;
}
.read-more-edition .info-edition .cover-box{
display: inline-block;
width: 50%;
vertical-align: top;
background: #fff;
padding: 10px;
border: 2px solid #524a48;
border-top: 0;
}

.read-more-edition .info-edition .cover-box .cover-edition{
width: 100%;
padding-top: 130%;
background-size: cover;
margin-top: -110px;
position: relative;
}

.read-more-edition .info-edition .cover-box .cover-edition .link_edition{
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.read-more-edition ul{
margin: 0;
padding: 0;
list-style: none;
}
.read-more-edition ul li{
border-bottom: 1px solid #fff;
padding: 10px;
}
.read-more-edition ul li a{
font-size: 1.5rem;
font-family: 'PT Serif';
color: #000;
line-height: 1.8rem;
padding: 10px 5px;
display: block;
}
.read-more-edition h2{
margin: 0;
padding: 0;
color: #000;
font-size: 1.4rem;
}
.read-more-edition span.category{
font-size: 1rem;
display: block;
}

.section-title h2{
text-align: left;
background-color: #fff;
}
.section-title h2 span{
background-color: #fff;
}

.title-divider{
background: #e5e5e5 ;
border: 0 none;
display: block;
height: 1px;
margin-top: -23px;
width: 100%;
position: absolute;
}

.section-title a{
color:  #717171;  
}

h1.title-copy span{
font-size: 2.8rem;
color: #000;
}

.section-title span{
border: 0;
border-bottom: 0;
padding: 0;
font-size: 1.5rem;
font-weight: bold;
color: #0380ed;
text-transform: uppercase;
background: #fff;
}

.section-title{
position: relative;
color:  #717171;
margin-bottom: 50px;
font-size: 2rem;
margin: 20px 0 20px 0;
text-align: left;
text-transform: uppercase;
padding: 0;
}

.section-title .mini{
display: block;
font-size: 1rem;
}
.section-title .big{
display: block;
font-size: 3rem;
line-height: 2.5rem;
}

  
.list-posts article{
display: inline-block;
vertical-align: top;
overflow: hidden;
width: 100%;
margin-bottom: 50px;
border: 0;
padding: 0;
background: #fff;
font-size: 0;
border-bottom: 1px solid #d4d4d4;
padding-bottom: 50px;
}


.list-posts article a{

}

.list-posts article.noimage a .info{
width: 100%;
}

.list-posts article a .info .read-more{
    position: absolute;
    bottom: 0;
    color: #000000;
    font-size: .7rem;
    text-align: left;
    z-index: 11;
    text-transform: uppercase;
    background: #fff;
    width: 100%;
}

.list-posts .share{
display: none;
}

.list-posts article a .info{
position: relative;
display: inline-block;
position: relative;
width: 60%;
padding-left: 10px;
}

.list-posts article a .info p:after{
position: absolute;
left: 0;
height: 110px;
width: 100%;
content: "";
pointer-events: none;
z-index: 10;
background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 70%);
bottom: 0;
}

.list-posts article a .info p{
margin: 0;
font-size: 1rem;
max-height: 160px;
overflow: hidden;
color: #424242;
line-height: 1.48rem;
position: relative;
}

.list-posts article a .data{
display: inline-block;
vertical-align: middle;
color: #4b4d51;
font-weight: bold;
font-size: .8rem;
margin: 5px 0;
}

.list-posts article a .creator{
display: block;
overflow: hidden;
margin: 0 0;
}

.list-posts article a .autor{
display: inline-block;
vertical-align: middle;
color: #4b4d51;
font-weight: bold;
font-size: .8rem;
text-transform: uppercase;
margin: 0px 10px 0 0;
}

.list-posts article a .image{
width: 40%;
display: inline-block;
vertical-align: top;
background-size: 1px;
background-position: center;
text-align: center;
background: #fff;
overflow: hidden;
}

.list-posts article a .image img{
width: 100%;
height: auto;
display: block;
}

.list-posts article a .title{
display: block;
box-sizing: border-box;
margin:0; 
}
.list-posts article a .title h2{
font-size: 1.8rem;
font-family: 'PT Serif';
color: #000;
margin: 0;
line-height: 2.3rem;
padding: 0;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ff7800;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ff7800 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.button-assine-live{
text-align: center;
background: #b50000;
padding: 10px;
color: #fff;
border-radius: 5px;
max-width: 300px;
width: 100%;
display: block;
margin: 0 auto;
text-transform: uppercase;
font-weight: bold;
-webkit-transition: all .2s linear;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.button-assine-live:hover,
.button-assine-live:active,
.button-assine-live:focus{
background: #5f0505;
color: #fff;
}

#catchment-box-live{
text-align: center;
margin: 20px 0;
max-width: 900px;
margin: 0 auto; 
}
#catchment-box-live .submit{
margin: 10px auto;    
}

#send-question-box-live,
#send-takeapart-box-live{
text-align: center;
margin: 20px 0;
}
#send-question-box-live .textarea{
margin: 10px auto;
}
#send-question-box-live .submit{}

#send-question-box-live,
#send-takeapart-box-live{
display: none;
}

#catchment-box-live{
display:block;
}

#catchment-box-live h4{
font-size: 1.6rem;
margin: 0;
}

#catchment-box-live p{
text-align: center;
margin: 0;
}

#catchment-box-live .catch-email{
text-align: center;
max-width: 500px;
margin: 10px auto 0 auto;
}

#catchment-box-live .aviso-email{
display: block;
color: #ff0000;
font-size: .8rem;
}



#form-send-question-box-live{
position: relative;
}
#charNumquestion{
position: absolute;
right: 0px;
top: -10px;
width: 50px;
text-align: center;
border: 1px solid #bababa;
padding: 0;
background: #fff;
font-size: .9rem;
}

body.crs_logged #send-question-box-live,
body.crs_logged #send-takeapart-box-live{
display: block;
}

body.crs_logged #catchment-box-live,
body.crs_logged .button-assine-live{
display:none;
}



/* AUTENTICACAO */
.button.login{
width: 230px;
display: block;
background: #1fa765;
padding: 5px;
color: #fff;
text-align: center;
margin: 20px auto;
border-bottom: 4px solid rgba(0, 0, 0, 0.2);
border-top: 1px solid rgba(0,0,0,0.2);
border-right: 1px solid rgba(0,0,0,0.2);
border-left: 1px solid rgba(0,0,0,0.2);
}


body.crs_logged .reply .button.login{
display: none;
}

.reply .button.login{
background: #f3f3f3;
padding: 5px;
color: #717171;
text-transform: uppercase;
font-size: .7rem;
border: 1px solid #c7c7c7;
font-weight: bold;
}

body.crs_logged #assine-dja{
display: none!important;
}
body #assine-dja{
display: block;
}

.post-single .link-final-open-subscriber{
width: 230px;
font-size: 1.5rem;
background: #008207;
padding: 5px;
color: #fff;
text-align: center;
margin: 20px auto;
border-bottom: 4px solid rgba(0, 0, 0, 0.2);
border-top: 1px solid rgba(0,0,0,0.2);
border-right: 1px solid rgba(0,0,0,0.2);
border-left: 1px solid rgba(0,0,0,0.2);
}

.button.subscribe{  
display: block;
width: 230px;
background: #605aff;
padding: 5px;
color: #fff;
text-align: center;
margin: 20px auto;
border-bottom: 4px solid rgba(0, 0, 0, 0.2);
border-top: 1px solid rgba(0,0,0,0.2);
border-right: 1px solid rgba(0,0,0,0.2);
border-left: 1px solid rgba(0,0,0,0.2);
}
article.post a.close-login-button,
article.post a.close-subscribe-button{
position: absolute;
right: 0;
top: 0;
display: block;
font-size: .6rem;
color: #fff;
background: #a9a5a5;
text-transform: uppercase;
padding: 5px;
}

.container-subscribe.active{
position: relative;
width: 100%;
height: 1150px;
border: 1px solid #ddd;
}
.container-subscribe.active iframe{
width: 100%;
height: 1100px;
}


.container-login.active{
position: relative;
width: 100%;
border: 1px solid #ddd;
}
.container-login.active iframe{
width: 100%;
height: 250px;
}


#auth{
position: fixed;
width: 600px;
top: 0px;
left: 50%;
background: #fff;
box-shadow: 0 5px 10px #4e4e4e;
margin-left: -300px;
margin-bottom: 0;
z-index: 1000;
height: 100%;
}


#auth .container-auth iframe{
overflow-x: hidden;
overflow-y: visible;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
#auth .container-auth.active{}

#auth .close-auth-button{
position: absolute;
top: 0;
right: 0;
text-transform: uppercase;
font-size: .7rem;
background-color: #000000;
display: block;
z-index: 99999;
width: 55px;
text-align: center;
font-weight: bold;
color: #fff;
line-height: 1.6rem;
text-decoration: none;
border-radius: 3px;
margin: 5px;
}
#auth .close-auth-button:hover,
#auth .close-auth-button:active,
#auth .close-auth-button:focus{
text-decoration: none;
background-color: #ccc;
color: #000;
}

#page-iframeauth{
width: 100%;
height: 1500px;
}

/*MORE NEWS SINGLE*/
.single section.home-box-last-news{
}

section.home-box-last-news .post{
font-size: 0;
}


section.home-box-last-news .post a .image{
width: 30%;
}
section.home-box-last-news .post a .info{
width: 70%;
padding-left: 10px; 
}
section.home-box-last-news .post a .title h2{
font-size: 1.6rem;
font-family: 'PT Serif';
color: #000;
margin: 0px 0;
line-height: 2rem;
padding: 0; 
}
section.home-box-last-news .post a .creator{
display: block;
overflow: hidden;
margin: 10px 0;
}
section.home-box-last-news .post a p{
font-size: 1rem;
}
section.home-box-last-news .share{
display: none;
}


/* COMENTARIOS */
body.crs_subscriber .comment-section.paid,
body.crs_subscriber .comment-section.free{
display:block;  
}

.comment-section.paid{
display:none;
}
.comment-section.free{
display:block;
}


body.crs_logged  #wrap .comment-section.free .tab-comment-form,
body.crs_logged  #wrap .comment-section.logged .tab-comment-form{
display: inline-block;
}
body #wrap .comment-section.free a.tab-comment-form,
body #wrap .comment-section.logged a.tab-comment-form
{
display: none;
}


.comment-section .comments-area-form.paid,
.comment-section .comments-area-form.free,
.comment-section .comments-area-form,
.comment-section a.tab-comment-form{
display: none;
}


body.crs_logged .comment-section .comments-area-form.paid,
body.crs_logged .comment-section .comments-area-form.free,
body.crs_logged .comment-section .comments-area-form,
body.crs_logged .comment-section a.tab-comment-form
{
display: inline-block;
}



.container-comment-area{
display: none;
}

.container-comment.list .container-comment-area{
display: block;
}
.container-comment.form{

}








section.comment-section{
margin: 50px auto;
}


section.comment-section .tab-comment{}
#wrap section.comment-section .tab-comment a{
color: #4a4a4a;
font-size: .8rem;
font-weight: bold;
border-left: 1px solid #c7c7c7;
padding: 5px 10px;
width: 30%;
margin: 0;
border-bottom: 1px solid #c7c7c7;
margin-bottom: -1px;
border-top: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
text-align: center;
background-color: #f3f3f3;
display: inline-block;
vertical-align: bottom;
line-height: .8rem;
width: 100px;
margin-right: 2px;
}

#wrap section.comment-section .tab-comment a.active{
border-bottom: 1px solid #fff;
background-color: #fff;
outline:none;
}

section.comment-section .container-comment{
border-bottom: 1px solid #c7c7c7;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-top: 1px solid #c7c7c7;
}
section.comment-section .comments-area-form{}
section.comment-section .comments-area{}

.comments-area{
padding: 0;
max-width: 700px;
margin: 0 auto;
}



.comments-area-form{
padding: 20px 10px;
max-width: 700px;
margin: 0 auto;
}
.comments-area-form h3{
font-family: 'PT serif';
color: #000;
margin: 0;
font-size: 1.6rem;
}
.comments-area-form .disclaimer{
font-size: .8rem;
margin: 0;
line-height: 1.2rem;
}

.crs_comment_form{
margin-top: 20px;  
}

.crs_comment_form label{
font-size: .8rem;
}

.crs_comment_form .comment-respond{
margin: 10px 0;
}
.crs_comment_form #cancel-comment{}

.crs_comment_form .container_textarea{
position: relative;
}
.crs_comment_form .container_textarea #charNum{
position: absolute;
top: -9px;
right: 15px;
font-size: .7rem;
color: #484848;
background: #fff;
border: 1px solid #bcbcbc;
padding: 0 3px;
}


.selectedcomment .comment-respond{
position: relative;
border: 1px solid #cacaca;
margin: 0;
padding: 10px;
background: #f1efef;
}

.selectedcomment .comment-reply-link{
display: none!important;
}
.selectedcomment a#cancel-comment{
position: absolute;
top: -10px;
right: -10px;
background: #d0d0d0;
color: #4e4e4e;
padding: 0px 5px;
text-align: center;
font-size: .7rem;
font-weight: bold;
border: 1px solid #a5a5a5;
text-transform: uppercase;
}

.crs_comment_form .form-textarea{
margin: 20px 0;
}
.crs_comment_form .nomeuser{
max-width: 290px;
}
.crs_comment_form .submitform{
display: block;
margin: 10px auto;
}

.comments-area .comments-title{
font-family: 'PT serif';
color: #000;
margin: 0 0 30px 0;
font-size: 1.6rem;
}

.comments-area ol.comment-list{
list-style: none;
margin: 0;
padding: 0;
}

.comments-area ol.comment-list li.comg{
display: none;
}

.comments-area ol.comment-list li.moderator article{
border: 1px solid #b9b9b9;
padding: 15px;
border-radius: 5px;
margin-top: 20px;
}
.comments-area ol.comment-list ol.children li.moderator{

}
.comments-area ol.comment-list ol.children li.moderator article{
margin: 0;
border-top: 1px solid #b9b9b9;
border-bottom: 1px solid #b9b9b9;
border-right: 1px solid #b9b9b9;
border-left: 0;
border-radius: 0 5px 5px 0;
padding: 15px;
}

.comments-area .comment_moderator{
display: inline-block;
background-image: url(https://crusoe.com.br/assets/images/favicons/favicon-32x32.png);
background-color: #000;
width: 30px;
height: 30px;
vertical-align: bottom;
border-radius: 50px;
background-size: 20px;
background-repeat: no-repeat;
background-position: center;
margin-right: 5px;
}

.comments-area ol.comment-list ol.children li.comg{
display: none;
}

.comments-area ol.comment-list li{
border-bottom: 1px solid #c7c7c7;
position: relative;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
}
.comments-area ol.comment-list li:last-child{
border-bottom: 0;
margin: 0 0 0 0;
padding: 0 0 20px 0;
}

.comments-area ol.comment-list li.foraproved{
margin-bottom: 50px;
color: #55863d;
}
.comments-area ol.comment-list li.foraproved .comment-metadata a{
color: #55863d; 
}


.comments-area ol.comment-list li.foraproved .reply{
position: relative;
bottom: inherit;
left: inherit;
font-style: italic;
color: #a78787;
}



.comments-area ol.comment-list ol.children{
list-style: none;
border: 0;
padding: 0;
margin-left: 0;
margin: 0px 10px 0px 0px;
}

.comments-area ol.comment-list ol.children li{
margin-bottom: 0;
padding: 10px 0;
margin-top: 0px;
margin-left:20px; 
border-bottom: 0;
border-left: 10px solid #c7c7c7;
}

.comments-area ol.comment-list ol.children li:last-child{
border-bottom: 0;
}

.comments-area ol.comment-list ol.children li article{
margin: 0px 0px 0px 10px;
}


.comments-area ol.comment-list li article{
margin: 10px;
}

.comments-area .comment-author{
display: inline-block;
vertical-align: middle;
font-size: 1.1rem;
}
.comments-area .comment-author .says{
display: none;
}
.comments-area .comment-metadata{
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}
.comments-area .comment-metadata a{
color: #5d5d5d;
font-size: .8rem;
}
.comments-area .comment-content{
margin: 0;
}

.comments-area .comment-content p{
margin: 0;
font-size: 1rem;
line-height: 1.4rem;
}

.comments-area .reply{
margin-top:10px; 
overflow: hidden;
text-align: right;
}
.comments-area .reply .comment-reply-link{
background: #f3f3f3;
padding: 5px;
color: #717171;
text-transform: uppercase;
font-size: .7rem;
border: 1px solid #c7c7c7;
font-weight: bold;
}
.comments-area .reply .comment-reply-link:hover,
.comments-area .reply .comment-reply-link:focus,
.comments-area .reply .comment-reply-link:active{
color: #717171;
border: 1px solid #c7c7c7;
box-shadow: 0 2px 0px #848484;
}
.comments-area ol.children .reply .comment-reply-link{

}

.comment_advise{
background: #ffeda2;
text-align: center;
padding: 5px;
font-size: .8rem;
border: 1px solid #b7a96f;
margin-top: 5px;
}

#comments p.no-comments{
text-align: center;
font-size: .9rem;
background: #c7c7c7;
color: #333;
margin: 0;
}

article .author_bio{
display: none;
}

body.crs_logged article .author_bio{
display: block;
padding: 0 0 30px 0;
}


body.crs_logged article .tags{
display: block; 
margin: 0 auto;
border-top: 1px solid #e5e5e5;
}

article .tags{
display: none;
padding: 10px 0;
margin: 50px 0;
}
article .tags h2{
font-size: 1rem;
color: #cb0103;
margin: 0;
text-transform: lowercase;
font-weight: bold;
}
article .tags a{
white-space: nowrap; 
display: inline-block;
vertical-align: middle;
color: #524a48;
}

article .tags a:after{
content: " \2022";
font-size: 2rem;
display: inline-block;
vertical-align: middle;
line-height: 0rem;
margin: 4px;
color: #c73034;
font-family: arial;
}
article .tags a:last-child:after{
content: "";
}



.equipe{
margin: 0 auto;
max-width: 600px;
padding: 10px;
}
.equipe ul{
margin: 0;
padding: 0;
list-style: none;
}
.equipe ul li{
display: block;
margin-bottom: 50px;
}
.equipe ul li span.foto{
display: inline-block;
width: 150px;
height: 150px;
overflow: hidden;
vertical-align: top;
float: left;
margin: 0 10px 0 0;
overflow: hidden;
}
.equipe ul li span.info{
}
.equipe ul li span.info h2{
margin: 0;
padding: 0;
border: 0;
border-bottom: 0;
padding: 0;
font-size: 1.4rem;
font-weight: bold;
color: #0380ed;
text-transform: uppercase;
background: #fff;
}
.equipe ul li span.info p{}
.equipe ul li span.info p strong{
color: #0380ed; 
}


#wait{
text-align: center;
color: #3498db;
text-transform: uppercase;
padding: 5px;
}

#wait .aviso{
text-transform: none;
color: #484848;
font-size: .8rem;
}

.loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 60px;
height: 60px;
animation: spin 2s linear infinite;
margin: 0 auto;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


body.crs_logged .comment-reply-link{
display: inline-block;
}


footer.site-footer{
background: rgb(232,232,232);
background: -moz-linear-gradient(top, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
text-align: center;
position: relative;
z-index: 1;
margin-top: 0;
}

footer.site-footer .info-footer a{
color: #666;
text-decoration: none;
}


footer.site-footer .info-footer{
color: #666;
padding: 0 0;
font-size: .8rem;
}

.site-footer .wrap{
padding: 0;
margin: 0;
margin: 0 auto;
}

.category-ruy-goiaba .list-posts article a .autor,
.category-diogo-mainardi .list-posts article a .autor{
display: none;
}



.visible-phone { display: none !important; }
.visible-tablet { display: none !important; }
.hidden-phone { }
.hidden-tablet { }
.hidden-desktop { display: none !important; }
.visible-desktop { display: inherit !important; }

@media screen and (max-width: 990px) {
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-phone { display: inherit !important; }
  .hidden-phone { display: none !important; }
  .bts-action .metodo_pagto{
width: 100%;
}
}



@media (max-width:600px) {

div.pagepinch {
  max-width: 100%;
  text-align: left;
}

.pinch-zoom-parent {
  min-height: 300px;
  width: 100%;
  background-color: transparent;
}


#container-attendance #attendance-display{
margin-left:0;
width: 100%;
left: 0;
}
#container-attendance .container-attendance-display{
max-width: inherit;
margin-left: inherit;
left: 0;
}



.checkout-oferta-col1{display:block;width:100%;}
.checkout-oferta-col2{display:block;width:100%;}


.widget-eleicoes-2018 p.tarja{
font-size: .8rem;
line-height: .9rem;
margin-top: 10px;
}


.iframe-eleicoes-2018 {
width: 100%;
height: 260px;
margin-bottom: 0;
overflow: hidden;
}


.catch-container-optin label {
width: 85%;
text-align: left;
}

body .catchment-box .title_catchment span{
display: none;
}

.advice-content {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 50px;
    background-color: #0884c6;
    padding: 10px;
    text-align: center;
}
.advice-content a {
    display: block;
}
.advice-content a img {
display: none;
}
.advice-content a .advice-text {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.advice-content a .advice-text h2 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: 'PT serif';
}
.advice-content a .advice-text p {
    font-size: .8rem;
    margin: 0;
    padding: 0;
    color: #fff;
}
.advice-content .read-bonus {
display: none;
}




.lightbox-video-single-post .single-containera p{
display: none;
}

.lightbox-video-single-post .single-containera {
background: #000;
padding: 20px;
max-width: inherit;
margin: 0 auto;
box-shadow: 0 0 5px #000;
height: 100%;
overflow: hidden;
top: 0;
margin-top: 0;
position: absolute;
width: 100%;
left: 0;
margin-left: 0;
}
.containera .subscribe-crusoe, .single-containera .subscribe-crusoe{
font-size: 1.3rem;
line-height: 2rem;
}

.containera.removedisplay .containera-detach{
bottom: 0;
}

body.scrollpage .containera{
display: block;
color: #000;
margin: 0;
position: fixed;
bottom: 50px;
left: 5px;
z-index: 999;
background: #000;
width: 200px;
}


.containera h2{
margin: 0 20px 10px 0px;
font-size: 1.5rem;
line-height: 1.6rem;
font-weight: bold;
font-family: "PT serif", serif;
color: #000;
text-align: left;
}














.container-auth{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-x: visible;
overflow-y: auto;
width: 100%;
height: 100%;
margin-top: inherit;
margin-left: inherit;
box-shadow: none;
background-color: #fff;
}

.wrap-assine .subscription_description {
width: 100%;
display: block;
vertical-align: top;
text-align: left;
padding: 0 20px;
}
.wrap-assine .assine-capa {
width: 80%;
display: block;
vertical-align: top;
margin: 0 auto;
}

.wrap-assine .assine-capa.versao-try{
width: 60%;
}


article.post header .multiple-authors .autor{
display: block;
border: 0;
}

body{
background-color: #fff;
}

body.fix-menu #wrap{
margin-top: 140px;
}
body.fix-menu #header-crusoe{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
}

body.fix-menu #header-crusoe .top-header{
height: 50px;
}

body.fix-menu #header-crusoe .top-header .crusoelogo{
width: 180px;
height: 50px;
overflow: hidden;
margin-left: -90px;
top: 0;
}

.home-box-last-edition .home-cover .cover{
overflow: hidden;
padding: 0;
border: 0;
}

#header-crusoe{
display: block;
}
#header-crusoe .top-header{
position: relative;
background-color: #fff;
width: 100%;
height: 50px;
}
#header-crusoe .top-header a{
position: absolute;
text-align: center;
}
#header-crusoe .top-header .burguer{
width: 50px;
left: 0;
top: 0px;
z-index: 1;
padding-top: 0px;
font-size: 1rem;
height: 55px;
}
#header-crusoe .top-header .logo-mobile{
position: relative;
width: 100%;
height: 50px;
text-align: center;
}
#header-crusoe .top-header .crusoelogo{
width: 180px;
height: 70px;
overflow: hidden;
margin-left: -90px;
top: 0;
}
#header-crusoe .top-header .menu-login{
width: 50px;
min-height: 65px;
right: 0;
top: 0px;
z-index: 1;
padding-top: 0;
font-size: 1rem;
height: 55px;
display: block;
}
.burguer span {
width: 25px;
height: 25px;
}
.burguer span svg {
width: 25px !important;
height: 25px !important;
}
.person span{
width: 25px;
height: 25px;
}


.formsearch{
margin: 0 auto;
}

.section-title span{

}

.list-posts article a .image{
width: 100%;
}
.list-posts article a .info{
width: 100%;
padding-left: 0;
}

.home-box-last-news .post a .title h2{
font-size: 2rem;
font-family: 'PT Serif';
color: #000;
margin: 10px 0;
line-height: 2.4rem;
padding: 0;
}



.tab-navigation-menu{
margin-top: -30px;  
}


.tab-navigation .fullbar{
overflow: inherit;
}
.tab-navigation-menu .menu-secoes-container{

}
.tab-navigation-menu #section-menu{
float: none;
width: 100%;
}

.post-single{
border: 0;
}

section.home-box-last-news .post a .image{
width: 100%;
}
section.home-box-last-news .post a .info{
width: 100%;
padding-left: 0; 
}


.home-box-last-edition .node.notas-do-sexta-feira li{
width: 100%;
}
.home-box-last-edition .node.notas-do-sexta-feira li a .info{
width: 100%;
padding-right: inherit;
}


.tab-navigation a{
font-size: .65rem;
line-height: .8rem;
height: 40px;
}

.home-box-last-news .post {
margin-bottom: 50px;
}

body .col-lg-12{
padding-right: 0px;
padding-left: 0px;
}

body .col-lg-8{
padding-right: 10px;
padding-left: 10px;
}


.home-box-last-news .post a .image {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-size: 1px;
    background-position: center;
    text-align: center;
    border: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 1px #e2e2e2;
}

#auth{
position: absolute;
width: 100%;
top: 0;
left: 0;
box-shadow: 0 5px 10px #4e4e4e;
margin-left: inherit;
height: 100%;
z-index: 99999999999;
}


.list-articles .post article.layout-1,
.list-articles .post article.layout-2 {
width: 100%;
height: inherit;
}

.list-articles .post article a span.image{
display: block;
position: relative;
}


.list-articles .post article.layout-1 a span.image{
top: 0;
left: 0;
width: 100%;
height: 250px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.list-articles .post article.layout-2 a span.image{
top: 0;
right: 0;
width: 100%;
height: 250px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.list-articles .post article a span.title{
position: relative; 
margin: 0;
padding: 0;
font-size: 1.6rem;
color: #000;
line-height: 2.3rem;
overflow: hidden;
}

.home-box-last-edition ul li a .image{
width: 100%;
}
.home-box-last-edition ul li a .title{
width: 100%;
}

.home-box-last-edition ul li a .info{
  width: 100%;
}


article.post .special-autor{}
article.post .special-autor h1{
width: 100%;
text-align: center;
}
article.post .special-autor .autor-special-image{
text-align: center;
width: 100%;
}
article.post .special-autor .data{
display: block;
text-align: center; 
}


.home-box-last-news .post.hasimg a .image{
width: 100%;
margin-right: 0;
}
.home-box-last-news .post.hasimg a .info{
width: 100%;
}

article.post header h1.title {
    font-weight: bold;
    font-family: 'PT Serif';
    font-size: 2rem;
    padding: 0;
    color: #000;
    text-align: left;
    margin: 10px 1%;
    line-height: 2.5rem;
}
article.post header .resumo {
    font-size: 1rem;
    color: #4b4d51;
    margin: 10px 1%;
    text-align: left;
    line-height: 1.6rem;
}
.img_post {
    margin-bottom: 20px;
    border: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 1px #e2e2e2;
}

.container_share .favorite{
top: -10px;
}

body.single .share.top{
margin: 0;
text-align: left;
max-width: calc(100% - 40px);
}


body.fix-menu.page-assine #wrap{
margin-top: 0;
}

body.fix-menu.page-assine #header-crusoe{
position: relative;
}

body.page-assine .tab-navigation{
display: none;
}

body.page-assine.fix-menu header#header{
display: none;
}

.top-header .magnifying-glass{
display: none;
}

.home-box-last-edition .home-cover a{
position: relative;
width: 100%;
height: auto;
}

.home-box-last-edition .home-cover .cover picture{
display: block;
}
.home-box-last-edition .home-cover{
height: inherit;
width: 100%;
}
.home-box-last-edition .home-cover .cover{
height: inherit;
width: 100%;
}



}


@media (max-width:320px) {
.tab-navigation a{
font-size: .55rem;
line-height: .7rem;
}

.container-widget-eleicoes-2018 h2{
font-size: 1.3rem;
}





body .catchment-box .title_catchment{
display: none;
line-height: 1.5rem;
font-size: 1.2rem;
}

body .catchment-box .subtitle_catchment{
font-size: .7rem;
}

}

.advice-content a .advice-text h2 {
font-size: 1rem;
}
.advice-content a .advice-text p{
font-size: .7rem;
}



.carrosel-home{
max-width: 500px;
margin: 0 auto;
}
.coveritem{position: relative;}
body.home .slick-slide.slick-current{opacity: 1;box-shadow: 0 0 50px #000;}
.home-box-last-edition .caption-cover {
font-size: .6rem;
color: #666;
text-align: right;
padding: 0;
margin: 0;
position: absolute;
bottom: 3px;
right: 3px;
background: #fff;
padding: 3px;
}
/*.slick-slide.slick-active{opacity: 1;}*/
body.home .slick-slide{opacity: .2;}
.slick-loading .slick-list{background:#fff url(https://cdn.crusoe.com.br/assets/images/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(assets/fonts/slick.eot);src:url(assets/fonts/slick.eot?#iefix) format('embedded-opentype'),url(assets/fonts/slick.woff) format('woff'),url(assets/fonts/slick.ttf) format('truetype'),url(assets/fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'â†'}[dir=rtl] .slick-prev:before{content:'â†’'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'â†’'}[dir=rtl] .slick-next:before{content:'â†'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'â€¢';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:move;}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block;width: 100%;}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/**
 * Yet another styles (before in header.php)
 */
div#gpt-leaderboard {height:289px;}
@media(max-width:900px){div#gpt-leaderboard {height:139px;}}
div#gallery-1:not(.slick-initialized) img {max-width: 100%;height: auto;width: 100%;}
div#gallery-1:not(.slick-initialized) {
    height: 641px;
    overflow: hidden;
    position:relative;
}
div#gallery-1:not(.slick-initialized):before{
    content:'';
    width: 30px;
    height: 30px;
    border: solid 6px rgb(0 0 0 / 33%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9;
    border-radius: 50%;
    border-left-color: #0784c5;
    animation: loading 0.7s infinite linear;
}
@media (max-width:537px){
	.box_initial {
		width: 355px !important;
		height: 455px !important;
	}
    div#gallery-1:not(.slick-initialized){
        height: calc(120vw - 22px);
        overflow: hidden;
    }
}
@keyframes loading { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }