/*
	Theme Name: PoliticaAoVivo2020
	Theme URL: http://www.politicaovivo.com.br
	Author: Kezily Correa
	Author URL: http://inovalize.com.br
	Description: Desenvolvido por Inovalize.
	Version: 1.0
*/

/* GERAL */

* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #313131;
	font: 12px 'Open Sans', Arial,verdana,sans-serif;
}

label {
	margin-right: 10px;
	font-size: 12px;
}

input:not([type="checkbox"]), textarea, select {
	width: 100%;
	padding: 10px;
	background: transparent;
	border: 1px solid #c7c7c7;
	outline: none;
}

textarea {
	max-height: 100px;
}

input[type='submit'], form button {
	max-width: 200px;
	padding: 10px 20px;
	border: none;
	margin: 0;
	background-color: #d20404;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #ce2c23;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

article a:hover {
	color: #000 !important;
}

a, img, :hover, h2 {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

img, iframe {
	vertical-align: bottom;
}

div,section,article {
	position: relative;
}

article img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

article h2,
article h2 a {
	color: #1f1f1f;
}

article:hover h2,
article:hover h2 a {
	color: #656565;
}

h1, h2 {
	margin: 0;
	font-family: 'Open Sans';
	font-weight: 700;
}

.weight-700 {
	font-weight: 700;
}

.flexGrid {
  display:-webkit-flex;
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  flex-direction:row;
}

.flexGrid .col-xs-12 {
	margin-left: -1px;
}

.flexCenter {
	align-items: center;
}

.row5 {
	margin: 0 -5px;
}

.row5 > div {
	padding: 0 5px;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-t-50 {
	margin-top: 50px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.clear,
.clearfix {
	clear: both;
}

.banner-list img,
.postsOuter img {
	max-width: 100%;
	height: auto;
}

/* WPCF7 */

.wpcf7-list-item {
	margin: 0 0 2rem;
}

/* TITLES */

.intitle {
	margin: 0 auto 30px;
	padding: 3px 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-left: 5px solid #c0c0c0;
	font: 700 1.1em/1 'Open Sans';
}

.intitle.light {
	font-size: 2.2em;
	font-weight: 300;
	margin-bottom: 50px;
    border: none;
    padding-left: 0;
}

.intitle a {
	float: right;
	color: #0913c8;
	font-size: 12px;
}

.text-center .intitle {
	border: none;
}

/* CENTRAL */

.container {
	width: 100%;
	max-width: 1100px;
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 480px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }
}

.page-container {
		width: 80%;
		height: auto;
		padding: 0;
		margin: 0 auto;
}

/* 2. HEADER */

#header {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.barra-top {
	padding: 15px 0;
	background-color: #e82a1f;
	color: #fff;
	font: 700 1.7em 'Open Sans';
	text-transform: uppercase;
}

.barra-top a {
	color: #fff;
}

.barra-top a:hover {
	text-decoration: underline;
}

/* 2.1. HEADER - MENU */

#main-nav {
	margin: 0;
	padding: 30px 0;
	background-color: #000000;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	border: none;
	border-radius: 0;
	clear: both;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#main-nav .navbar-brand {
	padding: 10px 15px;
}

#main-nav .navbar-brand img {
	max-width: 200px;
	height: auto;
}

.social-media {
	display: flex !important;
	gap: 1rem;
}

#main-nav .navbar-nav > li.social-media {
	padding: 20px;
}

#main-nav .navbar-nav > li.social-media a {
	padding: 0;
	font-size: 15px;
}

#main-nav .navbar-nav > li > a {
	color: #ffffff;
	padding: 20px 10px;
}

#main-nav .navbar-nav > li > a span.fa {
	margin-right: 10px;
	font-size: 16px;
	position: relative;
	top: 2px;
}

#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus,
#main-nav .navbar-nav > .open > a,
#main-nav .navbar-nav > .open > a:hover,
#main-nav .navbar-nav > .open > a:focus {
	background: transparent;
	color: #c8140a;
}

#header nav .navbar-toggle {
	border: none;
	margin: 10px 0 0 0;
	z-index: 9;
}

#header nav .navbar-toggle:hover,
#header nav .navbar-toggle:focus {
	background: transparent;
}

.side-collapse {
	background: transparent;
}

#main-nav .navbar-nav > li > .dropdown-menu {
	background-color: #000;
	font: 700 12px 'Montserrat';
}

#main-nav .navbar-nav > li > .dropdown-menu > li > a {
	padding: 5px 15px;
	color: #fff;
}

#main-nav .navbar-nav > li > .dropdown-menu > li.active > a,
#main-nav .navbar-nav > li > .dropdown-menu > li > a:hover,
#main-nav .navbar-nav > li > .dropdown-menu > li > a:focus {
	background-color: #000000;
	color: #f00;
}

/* SEARCH */

#search-form {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #e4e4e4;
	display: flex;
	overflow: hidden;
}

#search-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 43px;
}

#search-form input[type="search"] {
	width: calc(100% - 50px);
	padding: 10px;
	margin-bottom: 0;
	background: transparent;
	border: none;
}

#search-form input[type="submit"] {
	width: 50px;
	margin: 0;
	padding: 0;
	background: url(images/search.png) center no-repeat #1f1f1f;
	color: transparent;
	border: none;
	cursor: pointer;
}

/* SECTIONS */

section#index-item1  {
	clear: both;
	overflow: hidden;
}

img.title-img {
	width: auto;
	height: 30px;
	margin-bottom: 15px;
}

article.post-module-1 h2 {
    margin: 0 auto 20px;
    font-size: 1.8em;
}

article.post-module-1.bigger h2 {
	font-size: 1.3em !important;
}

article.post-module-1 .share a {
	width: 28px;
	height: 28px;
	margin: 0 auto 8px;
	display: inline-block;
	background-color: #e4e4e4;
	color: #ab764f;
	text-align: center;
	line-height: 28px;
	border-radius: 100%;
}

article.post-module-1.horizontal {
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
}

article.post-module-1.horizontal .thumb {
	height: 150px;
	background-size: cover !important;
}

article.post-module-1.horizontal h2 {
	font-size: 1.6em;
}

article.post-module-1.horizontal h2 {
	color: #c8140a;
}

.dark article.post-module-1.horizontal h2 {
	color: #1f1f1f;
}

article.post-module-1.style-1{
	min-height: 90px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}

article.post-module-1.style-1:last-child {
	padding-bottom: 0;
	border: none;
}

article.post-module-1.style-1 h2,
article.post-module-1.style-3 h2 {
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
}

article.post-module-1.style-2 h2 {
	min-height: 80px;
	font-size: 1.1em;
	line-height: 1.3;
	margin: 10px 0 0;
	font-weight: 700;
}

article.post-module-1.style-2.politic .thumb {
	width: 100%;
	height: 130px;
	background-size: cover !important;
	border-radius: 2px;
}

article.post-module-1.style-3 {
	margin-bottom: 20px;
}

article.post-module-1.style-3 .thumb {
	height: 50px;
	background-size: cover !important;
}

.bordered article.post-module-1.style-3 {
	min-height: 120px;
	padding: 0.8rem;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	display: flex;
	align-items: center;
}

.bordered article.post-module-1.style-3:hover {
	background-color: #f9f9f9;
}

ul.article-related {
	padding: 0;
	list-style: none;
}

ul.article-related li {
	padding: 4px 0;
	display: flex;
}

ul.article-related li:before {
	content: "\e902";
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-color: #c8140a;
	border-radius: 30px;
	color: #fff;
	font-family: 'inzicon';
	font-weight: 700;
	text-align: center;
	position: relative;
	top: 3px;
}

ul.article-related li a {
	font-weight: 600;
	color: #484848;
}

a.btn-more {
	padding: 5px 20px;
	margin-top: 15px;
	border: 1px solid;
	color: #000;
	display: table;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}

a.btn-more:hover {
	color: #909090;
}

.bg-color-grey {
	padding: 25px 25px 5px 25px;
	background-color: #f4f4f4;
	border-radius: 10px;
}

.border-color-3 {
	padding: 25px 25px 5px 25px;
	border: 1px solid #c3c6ff;
	border-radius: 10px;
}

@media (max-width: 575px) {
	article.post-module-1.horizontal h2 {
		padding: 40px 15px 15px;
		margin: 0;
		font-size: 1.4em;
		position: absolute;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
	}

	article.post-module-1.horizontal h2 {
		color: #fff;
	}
}

@media (max-width: 767px) {
	.dark article.post-module-1.horizontal h2 {
		color: #fff;
	}
}

@media (min-width: 576px) {
	article.post-module-1.style-3 {
		min-height: 65px;
	}
}

/* ADS */

.ads img {
	max-width: 100%;
	height: auto;
}

/* columnists */

.columnists h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.columnists h3 a {
    color: #000;
}

.columnists .author {
    display: block;
    font-size: 11px;
}
.columnists img {
    border-radius: 100%;
}

@media (min-width: 992px) {
    article.post-module-1.style-1.columnists {
        border-right: 1px solid #e0e0e0;
        border-bottom: none;
    }
    article.post-module-1.style-1.columnists:last-child {
        border-right: none;
    }
}

/* SINGLE */

.post {
	margin-bottom: 5%;
}

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

.post-head .title {
	width: 100%;
	padding: 3% 0;
	text-align: left;
}

.post-head .title h1 {
	font-weight: 700;
	font-size: 3.2em;
	font-family: 'Open Sans';
}

.post-head .title h1 a {
	color: #1f1f1f;
}

.post-head .title .metadate {
	margin-bottom: 15px;
}

.post-head .title .metadate a,
.post-head .title .metadate strong {
	margin: 0 3px;
}

.entry .thumb {
	margin-bottom: 20px;
}

.entry .thumb img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.entry ol,
.entry ul {
	padding-left: 30px;
}

.entry {
	margin-bottom: 10px;
	background-color: #fff;
	color: #3D3D3D;
	font-size: 17px;
	line-height: 27px;
	text-align: justify;
	word-wrap: break-word;
	clear: both;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
}

.single-post .entry {
	max-width: 700px;
}

.entry p {
	margin: 0 0 25px;
}

.entry img {
	max-width: 100%;
	height: auto;
}

.entry iframe {
	width: 100%;
	height: 400px;
}

blockquote {
	padding: 3%;
	margin: 30px 0;
	background-color: #f7f7f7;
	font-style: italic;
	font-size: inherit;
	border: none;
}

blockquote p:last-child {
	margin: 0;
}

.metadate {
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
}

.metadate span.data {
	padding: 5px 10px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	font-size: 8px;
}

.metadate .avatar {
	max-width: 30px;
	margin-right: 10px;
}

.metadate .avatar img {
	border-radius: 100%;
}

.share-icons {
	margin: 30px auto;
}

.share-icons .shareItem {
	border-radius: 30px;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
}

.share-icons .shareItem.share-fb {
    background-color: #7a90bd;
}
.share-icons .shareItem.share-tw {
    background-color: #559ee0;
}

.share-icons .shareItem.share-wp {
	background-color: #0ba74c;
}

.share-icons .shareItem a {
	color: #fff;
}

.share-icons .shareItem .fa {
	margin-right: 10px;
	font-size: 15px;
}

/* 4.6 ABOUT AUTHOR */

.author-bio {
    padding: clamp(1.2rem, 3vw, 2.2rem);
	margin: 1rem 0;
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    display: flex;
	align-items: center;
    gap: 2rem;
}

.archive .author-bio {
	margin-bottom: 3rem;
}

.author-bio a {
	color: #000;
}

.author-bio__icon {
    min-width: clamp(90px, 20%, 160px);
    max-width: clamp(90px, 20%, 160px);
}

.author-bio__icon img {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 50%;
}

.author-bio__infos p {
    font-size: 0.9rem;
}

.author-bio__infos h1,
.author-bio__infos h2 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
}

.author-bio__infos .social-media {
	margin-top: 1rem;
}

.author-bio__btn {
	padding: 0.4rem 1.4rem;
	margin-top: 1rem;
	background-color: #080d67;
	border-radius: 10px;
	color: #fff;
	display: table;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.author-bio__btn:hover {
	background-color: #c8140a;
}

.author-bio.style-2 {
	padding: 0.5rem;
	margin: 0;
	gap: 1rem;
}

.author-bio.style-2 .author-bio__icon img {
	border-radius: 10px;
}

.author-bio.style-2 .author-bio__infos h2 {
	font-size: 1.1rem;
}

.author-bio.style-2 .author-bio__btn {
	padding: 0.2rem 1rem;
	margin-top: 0.8rem;
	font-size: 12px;
}

.authors-list__slide .slick-list {
	margin: 0 -1rem;
}

.authors-list__slide .author-list__item {
	padding: 0 1rem;
}

@media (max-width: 575px) {
	.authors-list__slide .author-list__item {
		padding: 0 0.4rem;
	}

	.author-bio:not(.style-2) {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* PAGE */

.entryPage {
	max-width: 1000px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.entryPage .post-head .title {
	margin-bottom: 30px;
}

.entryPage .entry {
	font-size: 1.3em;
	line-height: 1.4;
}

/* DEFAULT IMAGES AND CAPTIONS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 10px auto;
}

.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 10px;
}

a img.alignnone {
	margin: 5px 20px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
	margin: 5px 0 10px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	padding: 5px;
	font-size: 11px;
	line-height: 17px;
	margin: 0;
}

/* RELATED POSTS */

.relatedposts {
	overflow: hidden;
	margin-bottom: 20px;
}

.relatedposts article h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0;
	border: none;
}

/* SIDEBAR */

#sidebar > .sidebar {
	margin: 0 auto;
	margin-bottom: 50px;
	overflow: hidden;
}

#sidebar > .sidebar h3 {
	margin: 0 auto 20px;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#sidebar > .sidebar h3:before {
	content: "";
	width: 50px;
	height: 5px;
	margin-bottom: 10px;
	background-color: #1f1f1f;
	display: block;
}

#sidebar > .sidebar img {
	max-width: 100%;
	height: auto;
}

#sidebar > .sidebar .populares article.post-module-1 {
	margin-bottom: 25px;
}

#sidebar > .sidebar .populares article.post-module-1 h2 {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	display: flex;
}

#sidebar > .sidebar .populares article.post-module-1 h2 span {
	font-size: 1.3em;
	margin-right: 15px;
}

/* WP-PAGENAVI */

/* nav.pagination{ display: table; margin: 40px auto; }
nav.pagination li{float: left;margin: 0 10px;list-style: none;}
nav.pagination li a {font-size: 1.2em;color: #000;font-weight: 600;}
nav.pagination li a:hover, nav.pagination li.active a {color: #0a14c8;}
nav.pagination li a.inicio, nav.pagination li a.fim{background-color: #e4e4e4;padding: 5px 15px;border-radius: 30px;font-size: 1em;}
nav.pagination li.next a, nav.pagination li.prev a{ margin-top: -8px; display: block; }
nav.pagination li a.next:hover, nav.pagination li a.prev:hover { opacity: .7; } */

/* WP-PAGENAVI */

.pagination {
    margin: 3rem auto 0;
    color: var(--wp--preset--color--dark);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

/* FOOTER */

#footer {
	width: 100%;
	margin-top: 40px;
	padding: 45px 0 0;
	background-color: #f7f7f7;
	font-size: 12px;
	position: relative;
	bottom: 0;
	overflow: hidden;
}

#footer .copyright {
	padding: 30px 5px;
	margin-top: 35px;
	background-color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #efefef;
}

#footer img.logo {
	width: auto;
	max-width: 260px;
	display: block;
	margin: 0 auto;
}

#footer .social-media {
	margin: 20px 0 0;
	justify-content: center;
}

#footer .social-media .fa {
	font-size: 1.5em;
	color: #080d67;
}

/* MEDIA QUERIES */

@media (max-width: 767px) {
	#main-nav .navbar-header {
	width: 100%;
	margin: 0;
}

#main-nav .navbar-nav {
	margin: 0;
}

#main-nav .navbar-nav > li {
	width: 100%;
	display: block;
	text-align: left;
}

#main-nav .navbar-nav > li a,
#main-nav .navbar-nav > .active > a {
	padding: 10px 20px;
	color: #fff;
}

.side-collapse-container {
	width: 100%;
	position: relative;
	left: 0;
	transition: left .4s;
}

.side-collapse {
	top: 0;
	bottom: 0;
	left: 0;
	width: 250px;
	background-color: #000;
	position: fixed;
	overflow: hidden;
	transition: all .3s ease;
	z-index: 9;
}

.side-collapse.in {
	left: -250px;
	transition: all .3s ease;
}

	.post-head .title h1 {
		font-size: 2.1em;
	}

	.border-color-1,
	.border-color-2 {
		border-width: 5px;
	}

	.bg-color-grey,
	.border-color-3 {
		padding: 25px 15px 5px 15px;
	}

	.m-t-50 {
		margin-top: 30px;
	}

	.m-b-40xs {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 992px) {
	body {
		font-size: 13px;
	}

	#main-nav .navbar-brand img {
		max-width: 290px;
	}
}

@media screen and (min-width: 1200px) {
	#main-nav .navbar-nav > li > a {
		padding: 20px 13px;
	}

	#sidebar {
		max-width: 300px;
	}
	.content-single {
		max-width: 780px;
	}

	.top-65 {
		margin-top: -51px;
  }
}
