/*
Theme Name: Tribo Apache
Theme URI: http://tribomkt.com.br
Author: Marcel Testa
Author URI: http://tribomkt.com.br
Description: Tema base.
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer_sidebar:before,
.footer_sidebar:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
	max-width: 100%;
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 2em;
}

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

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

.alignnone,
.alignleft,
.alignright,
.aligncenter {
	max-width: 100%;
	height: auto;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
	font-size: 1em;
	font-style: italic;
	color: darkgrey;
	padding: 0 1em 0 1em;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	padding-top: 0;
	padding-right: 1.1400652%;
	padding-left: 1.1400652%;
	padding-bottom: 1.1400652%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-icon img {
	margin: 0 auto;
	width: 100%;
	height: 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%;
}

.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%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-container {
	margin: 0 0 1.5em 0;
}

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

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	margin-top: 0;
}

.footer_sidebar .widget {
	width: 23%;
	margin: 0 2% 0 0;
	float: left;
}

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

ul.widget li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}


/* Text widget */

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

/* Calendar widget */

.widget_calendar table {
	width: 100%;
	max-width: 20em;
}

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

.widget_calendar tfoot td {
	border: 0;
}




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 1em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

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

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

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

a {
	color: rgb(0, 45, 194);
}

.post-title {
	font-size: 50px;
}

.home-lf {
	font-size: 18px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.page-header {
	margin: 0;
}




.paginacao {
	text-align: center;
	font-size: 1.8em;
	padding: 0.5em;
}

a.page-numbers {
	text-decoration: none;
	color: #000000;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.paginacao .current {
	color: #868686;
	padding: 0.2em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border-radius: 150px;
	background: #FCF1F5;
}

.dots {
	color: #828282;
}





/*--------------------------------------------------------------
## Tribo
--------------------------------------------------------------*/

.site-footer,
.top-bar,
.cat-pill {
	background-color: #1e4c9a;
}

.cab_hoje,
.cab_hoje:hover,
.top-bar a,
.cat-pill {
	color: white;
}

.site-branding a {
	color: #1e4c9a;
	font-weight: bold;
}

.post-card .post-list-header a,
.home-link {
	color: black;
}

.post-edit-link {
	background-color: cadetblue;
	color: #fff;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0.5em 0 0.5em 0;
	display: inline-block;
	border-radius: 2em;
}

.post-edit-link:hover {
	color: #fff;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 450px;
	/* your iframe height */
	top: 450px;
	/* your iframe height */
	margin-top: -450px;
	/* your iframe height */
}

.full-width {
	width: 100%;
}





html,
body {
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-main {
	width: 63%;
	float: left;
}

aside {
	width: 30%;
	float: right;
}

p,
a {
	font-size: 20px;
}

p {
	line-height: 1.6em;
	margin: 1em 0 1em 0;
}

.page-title {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "EB Garamond", Georgia, "Times New Roman", serif;
	font-weight: 900;
}

blockquote {
	border: none;
	max-width: 20em;
	padding: 0 2em 0 0;
	font-size: 1.5em;
	font-weight: bolder;
	line-height: 0.8em;
	font-style: italic;
	color: #777;
	margin: 2em 0 2em 0;

}

blockquote::before {
	background-image: url('./images/aspas.svg');
	background-size: 2em;
	display: inline-block;
	width: 2em;
	height: 2em;
	content: "";
	background-repeat: no-repeat;
}

blockquote p {
	margin: 0;
	line-height: 1.2em;
}

.site-header {
	margin: 0 0 3em 0;
}

.site-branding {
	padding: 3rem 0 3rem 0;
	text-align: center;
	font-family: "Figtree", sans-serif;
	text-transform: uppercase;
}

.site-branding a {
	font-size: 3em;
	font-weight: 900 !important;

}

.site-branding a:hover {
	text-decoration: none;
}

.top-bar {
	padding: 1em 0 1em 0;
}



.post-header {
	padding: 0 0 2em 0;
}

.post-card {
	margin: 2em 0 2em 0;
}

.post-card .post-header {
	padding: 0;
}

.post-card .post-header h2 {
	line-height: 0.8em;
	margin-bottom: 0.2em;
}

.post-card .post-list-header {
	padding: 0;
	margin: 0;
}

.post-card .post-list-header a {
	font-size: 0.7em;
	padding: 0;
	margin: 0;
}

.post-card .entry-excerpt p {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

.post-list-main {
	margin: 0;

}

.post-list-main a {

	font-size: 2em;
}

.entry-excerpt a {
	font-size: 1em;
	text-decoration: none;
	color: black;
}

.post-thumb {
	float: right;
	margin: 0 0 0 2em;
	width: 100px;
}

.post-home-thumb {
	width: 100%;
	height: auto;
}

.cab_hoje {
	text-decoration: none;
	font-family: "Roboto Slab";
	text-transform: uppercase;
	font-size: 2em;
}

.coruja {
	width: 1.5em;
}

.site-footer {
	margin: 5em 0 0 0;
	padding: 3em 0 3em 0;
}

.footer_sidebar {
	padding: 3em 0 0 0;
}

.ad-img {
	width: 100%;
	margin: 1.5em auto 1.5em auto;
	max-width: 480px;
	display: block;
}

.fb-spacer {
	margin: 1.5em 0 0 0;
}

.cat-pill {
	padding: 0.5em 1em 0.5em 1em;
	border-radius: 1.5em;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) and (min-width: 768px) {
	.site-main {
		width: 65%;
	}

	aside {
		width: 32%;
		margin-left: 3%;
	}

}


@media screen and (max-width: 767px) {

	.site-main {
		width: 100%;
		margin: 0 0 1.5em 0;
		background-image: beige;
	}

	aside {
		width: 100%;
		margin: 0 0 1.5em 0;
	}

	.footer_sidebar .widget {
		width: 100%;
		margin: 0;
	}

	.site-branding a {
		font-size: 2em;
	}

	.size-medium {
		width: 100% !important;
	}

	.post-title,
	.post-list-main a {
		font-size: 28px;
	}
}

@media screen and (max-width: 576px) {

	.alignnone,
	.alignleft,
	.alignright,
	.aligncenter {
		margin: 0;
		width: 100% !important;
	}
}