/*
Theme Name: Tema do Resistência com Bootstrap
Author: Lucas Martins Barroso
Description: WP_Tema do Resistência com Bootstrap
*/

/**************************************
Geral
**************************************/

body {
	font-family: 'Roboto Condensed',sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

/**************************************
Header
**************************************/

#header {
	padding: 0;
}

#menu2 {
    font-family: 'swis721_cn_btbold';
    color: #df0601;
    padding: 15px;
    border-bottom: 2pt #df0601 solid;
}

#menu1 {
	font-family: "Roboto Condensed",sans-serif!important;
	font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#menu1 li a {
    color: #000000;
    font-weight: 300;
}

#menu1 li a.nav-link:hover,
#menu1 li a.nav-link[aria-expanded="true"] {
	outline: 1px #df0601 solid;
}

#menu1 .dropdown-menu {
	outline: 1px #df0601 solid;
	border-radius: 0;
	padding: 0;
	border: none;
	margin-top: 1px;
    -webkit-box-shadow: 3px 6px 20px 0px #000000;
            box-shadow: 3px 6px 20px 0px #000000;
}

#menu1 .dropdown-menu a {
    border-bottom: 1px #df0601 solid;
    color: #df0601;
}

#menu1 .dropdown-menu a:hover {
	background-color: #df0601;
	color: #FFFFFF;
}

#menu1 .dropdown-menu a:last-child {
    border-bottom: 0;
}

#navegacao2 a {
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	border-bottom: 1px solid #df0601;
	margin: 0 8px;
	padding: 2px 5px;
    background-image: -webkit-gradient(linear,left bottom, left top,color-stop(50%, #df0601),color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(bottom,#df0601 50%,transparent 50%);
    background-image: -o-linear-gradient(bottom,#df0601 50%,transparent 50%);
    background-image: linear-gradient(to top,#df0601 50%,transparent 50%);
    background-size: 100% 200%;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

#navegacao2 a:hover {
	color: #fff;
    border-bottom: 1px solid #000000;
    background-position: 0 100%;
}

#navegacao2 .facebook {
    width: 30px;
    height: 35px;
    overflow: hidden;
    border: 0;
    color: #df0601;
}

#navegacao2 a.facebook::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Brands";
    content: "\f082";
}

/**************************************
Main
**************************************/
#main {
	padding: 0;
}

/**************************************
Página Inicial
**************************************/

#ultimas-noticias marquee {
    background-color: #fff5ee;
}

#ultimas-noticias:hover {
    animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

/* Make it move */
@-webkit-keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    100% { -webkit-transform: translate(-200%, 0); transform: translate(-200%, 0); }
}
@keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    100% { -webkit-transform: translate(-200%, 0); transform: translate(-200%, 0); }
}

#ultimas-noticias {
	font-family: 'Roboto Condensed',sans-serif;
	padding: 0;
	text-transform: uppercase;
}

#ultimas-noticias a {
	font-weight: 300;
	color: #000000;
}

#ultimas-noticias a:hover {
	text-decoration: none;
}

#ultimas-noticias strong {
	background-color: #DF0601;
	font-weight: normal;
	padding: 0 10px;
	color: #FFFFFF;
}

#ultimas-noticias .data {
	margin: 0 10px 0 50px;
	color: #DF0601;
}

#capa,
#single {
	margin-top: 30px;
}

#capa img {
	width: 100%;
}

#capa a:hover, #capa a:hover h4 {
	color: #df0601;
}

#capa article {
    border-top: 1px #df0601 solid;
    border-bottom: 1px #df0601 solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

#capa h4,
#single h3,
#archive h3 {
    font-size: 32px;
    font-weight: 300;
    color: #471c00;
    margin-bottom: 10px;
}

#capa h4,
#capa h6 {
	text-align: center;
	text-align: center;
}

#destaques {
	margin-top: 60px;
}

#destaques a:hover,
.noticias-relacionadas a:hover {
	color: inherit;
}

#capa h6,
#single h6,
#single .data {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    color: #df0601;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 10px;
   	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 300;
}

.card {
	margin-bottom: 30px;
	border-radius: 0;
}

.card img {
	border-radius: 0;
}

.card .card-subtitle {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 300;
}

.estilo2 .card .card-subtitle,
.estilo3 .card .card-subtitle {
	color: #df0601;
}

.card .card-title {
	font-size: 18px;
	font-weight: 300;
}


.estilo1 {
	border: none;
	color: #FFFFFF;
}

.estilo1 .card-body {
	background-color: #df0601;
}

.estilo2 .card,
.estilo3 .card {
	border-color: #df0601;
}

.estilo1 a:hover h4 {
	color: #ffd800;
}

.estilo2 a:hover h4 {
	color: #df0601;
}

.estilo3 a:hover {
	color: #FFFFFF;
	background-color: #df0601;
}

.estilo3 a:hover .card-subtitle {
	color: #FFFFFF!important;
	border-top: 0;
}

.estilo3 a:hover .card-title {
	color: #FFFFFF!important;
	border-top: 0;
}

.btn-mais-noticias {
	text-transform: uppercase;
	border-top: 1px #df0601 solid;
	border-bottom: 1px #df0601 solid;
	margin-bottom: 30px;
	color: #df0601;
	font-size: 20px;
	font-weight: 300;
	border-radius: 0;
}

.btn-mais-noticias:hover {
	background-color: #df0601;
	color: #FFFFFF;
}

#charges-facebook {
	margin-top: 30px;
}

#charges h3, #single .noticias-relacionadas .title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	background-color: #df0601;
	padding: .375rem .75rem;
}

#charges .carousel-caption {
	padding-top: 0;
	padding-bottom: 0;
	bottom: 0;
}

#charges .carousel {
	height: 500px;
}

.carousel-item .img-fluid {
	padding-bottom: 30px;
}

#charges h6 {
	background-color: #fff5ee;
	color: #000000;
	font-weight: 300;
	font-size: 13px;
	padding: 10px 5px;
	text-align: center;
	margin: 0;
	border-top: none!important;
}

#charges .carousel-control-next-icon,
#charges .carousel-control-prev-icon {
	width: 24px;
	height: 24px;
	background-color: #ed1c24;
	background-size: 70% 70%;
	background-position: center;
}

/**************************************
Single
**************************************/

#single article .row {
    padding: 0 15px;
}

#single article p,
#single article .figure-caption {
    font-family: 'Open Sans',sans-serif;
    
}

#single article p {
    line-height: 23pt;
}

#single article .figure-caption,
#single .wp-caption-text {
	background-color: #fff5ee;
	font-family: 'Open Sans',sans-serif;
	color: #000;
	font-size: 13px;
	padding: 6px 5px;
	text-align: center;
	line-height: normal;

}

#single article .figure-img {
	margin-bottom: 0;
}

#single article a {
	text-decoration: underline;
}

#single article a:hover {
	color: #ed1c24;
}

#single article .figure-caption {
	background-color: #fff5ee;
}

#single h6 {
	border-top: 1px #ed1c24 solid;
}

#single h6 a {
    display: inline;
    padding: 5px 10px;
    border: 1px #ed1c24 solid;
    background-color: #FFF;
    left: 0;
    top: -4px;
}

#single h6 a::after {
    content: "";
    position: absolute;
    background-image: url(img/aba_topo.png);
    width: 8px;
    height: 10px;
    background-size: 100% 100%;
    margin-top: -1px;
    right: -8px;
    top: 0;
}

#single .cat-noticia {
	margin-top: 10px;
}

#single .cat-noticia a {
	text-decoration: none;
}

#single .redes .btn-group {
    border: 1px #df0601 solid;
    color: #df0601;
}

#single .btn {
    padding: 3px 6px;
    font-size: 13px;
}

#single .tags i {
	margin-right: 5px;
}

#single .redes a {
    border-right: 1px #df0601 solid;
}

#single .redes a:last-child {
    border-right: none;
}

#single .redes a:hover {
    background-color: #df0601;
    color: #FFFFFF;
}

#single .tags {
	color: #df0601;
}

#single .tags a:hover {
	color: #000000;
}

#single .compartilhe {
	border-top: 1px #df0601 solid;
	border-bottom: 1px #df0601 solid;
}

#single .compartilhe h4 {
	font-family: 'Roboto Condensed',sans-serif;
    font-size: 24px;
    font-weight: 300;
}

#single .noticias-relacionadas h6 {
	border-top: none;
}

#single .alignleft, #single .alignright, #single .aligncenter {
	display: table;
	width: auto!important;
	max-width: 100% !important;
}

#single .alignleft img, #single .alignright img, #single .aligncenter img {
	height: auto!important;
	width: auto!important;
	max-width: 100% !important;
}

#single .aligncenter, #single .pull-center {
	margin: 0 auto;
}

#single img {
	display: block;
}

#single .alignleft {
	float: left;
	margin: 0 20px 0 0;	
}

#single .alignright {
    float: right;
    margin: 0 0 0 20px;
}

#single .wp-caption-text {
    display: table-caption;
    caption-side: bottom;
}

#single iframe {
	display: block;
	margin: auto;	
}

/**************************************
Archive
**************************************/

#archive .navegacao h4 {
	font-size: 20px;
	font-weight: 300;
	padding: 8px 15px;
	border-top: 1px #df0601 solid;
	border-bottom: 1px #df0601 solid;
	margin: 30px 0;
}

#archive .navegacao h4:first-child {
	margin-top: 0;
}

#archive .navegacao .list-group {
	border-radius: 0;
	background-color: #fff5ee;
}

#archive .navegacao .list-group-item {
	border-radius: 0;
	background-color: #fff5ee;
	font-weight: 300;
}

#archive .navegacao .list-group a:hover,
#archive .navegacao .list-group .current-cat {
    background-color: #df0601;
    color: #FFFFFF;
}

#archive .btn-group {
    border: 1px #df0601 solid;
}

#archive .page-numbers {
    border-left: 1px #df0601 solid;
    border-radius: 0;
    font-weight: 300;
    font-size: 18px;
   	padding: .375rem .75rem;
}

#archive .page-numbers:hover,
#archive .page-numbers.current {
	background-color: #df0601;
	color: #FFF;
}

#archive .page-numbers:last-child {
    border-right: none;
}

/**************************************
Footer
**************************************/

#footer {
	background-color: #df0601;
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}

#footer .list-group {
	border-radius: 0;
}

#footer .list-group .list-group-item {
    background-color: transparent;
    border: none;
    padding: 4px 0;
    font-weight: 300;
    text-align: center;
}

#footer .list-group .list-group-item:hover {
	text-decoration: underline;
	color: inherit;
}

#footer .badge-light,
#archive .badge-light {
	color: #df0601;
	font-weight: 300;
	font-size: 16px;
	background-color: #FFFFFF;
}

#footer h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 300px;
	text-align: center;
}

/**************************************
Media queries
**************************************/

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#single .alignleft, #single .alignright, #single .aligncenter {
		margin: 10px auto;
		float: none;
	}
}