/*
Bem-vindo ao CSS Personalizado!

Para saber como isso funciona, veja https://wp.me/PEmnE-Bt
*/
/* Modificações feitas por Yuri Padilha */
body {
	-webkit-font-smoothing: antialiased;
}

.navbar-brand.brand-image img {
	height: 100px;
}

.navbar-brand.brand-text {
	line-height: 100px;
}

#masthead {
	line-height: 100px;
}

#masthead.shrink {
	line-height: 70px;
}

#masthead.shrink .navbar-brand.brand-image img {
	height: 70px;
}

#masthead.shrink .navbar-brand.brand-text {
	line-height: 70px;
}

#masthead.shrink .navbar-brand.brand-text h1 {
	font-size: 18px;
}

/* Essa parte é para o campo de texto puro do widget */
.textwidget {
	padding: 1em;
}

.widget-head {
	background-color: #3F3F3F;
	color: #FFF;
}

#main {
	padding-bottom: 25px;
}

/* Footer widgets */
#footer-body .widget-head {
	color: #FFF;
	margin-bottom: .5em;
	padding-left: 0;
	border-bottom: 2px solid #FFF;
	box-shadow: none;
	text-align: left;
}

.site-footer #footer-body .widget_recent_entries li,
#footer-body .widget_nav_menu ul li {
	box-shadow: none;
}

.site-footer #footer-body .widget_recent_entries a,
.site-footer #footer-body .widget_nav_menu a {
	color: #FFF;
	padding-left: 0;
}

.site-footer #footer-body .widget_nav_menu a:hover,
.site-footer #footer-body .widget_recent_entries a:hover {
	border-bottom: 1px solid #FFF;
	background-color: #3F3F3F;
}

/* Links do player do powerpress */
.powerpress_links {
	height: 40px;
	line-height: 50px;
	background-color: #69C4A0;
	margin: 0;
	color: #0F6342;
}

article.type-post p a {
	background-color: inherit;
	color: #FFF;
	display: inline-block;
	height: 100%;
}

.entry-container .entry-content p a,
.entry-container .entry-content ul a {
	color: #69c4a0;
}

.type-page .entry-container .entry-content p a {
	color: #FFF;
}

.entry-container .entry-content p a.subscribe-button {
	color: white;
}

.powerpress_links.powerpress_subsribe_links {
	background-color: #F0C782;
	color: #8F6D34;
}

/* Plugin Recent Posts Widget With Thumbnails */
.recent-posts-widget-with-thumbnails ul,
.recent-posts-widget-with-thumbnails ul li {
	margin: 0;
}

.recent-posts-widget-with-thumbnails ul li a {
	display: block;
}

.recent-posts-widget-with-thumbnails ul li a img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 250px;
	margin: 0;
}

#rpwwt-recent-posts-widget-with-thumbnails-4 img {
	width: 100%;
	height: auto;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 img {
/* isso aqui corrige uma safadeza do tema */
	width: auto;
	height: auto;
}

.recent-posts-widget-with-thumbnails ul li a span {
	font-weight: 700;
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	display: block;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	position: absolute;
	bottom: 0;
}

/* Paginas de assinar */
.page-button {
	display: block;
	border-radius: 5px;
	padding: .5em 1em;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	transition: .5s;
	width: 200px;
}

.subscribe-button {
	background-color: #69C4A0;
}

.subscribe-button:hover {
	background-color: #50AB87;
	color: #FFF;
}

.podcast-app-link {
	background-color: #F0C782;
}

.podcast-app-link:hover {
	background-color: #D7AE69;
	color: #FFF;
}

/* Modifiçoes no header */
#menu-menu-header .menu-item {
	margin-left: .5em;
	width: 80px;
}

#menu-menu-header .menu-item a {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 55px;
}

#menu-menu-header .menu-item:first-child {
	width: 180px;
}

#menu-menu-header .menu-item:first-child a {
	text-indent: 0;
}

#menu-menu-header .menu-item a[title*="Windows"] {
	background-image: url(https://www.hipsters.tech/wp-content/uploads/2016/07/windows-icon.svg);
}

#menu-menu-header .menu-item a[title*="Android"] {
	background-image: url(https://www.hipsters.tech/wp-content/uploads/2016/07/android-icon.svg);
}

#menu-menu-header .menu-item a[title*="iOS"] {
	background-image: url(https://www.hipsters.tech/wp-content/uploads/2016/07/apple-icon.svg);
}

#menu-menu-header .menu-item a[title*="Instagram"] {
	background-image: url(https://www.hipsters.tech/wp-content/uploads/2024/04/insta-icon.png);
}

/* Arrumando coisas core em HTML e BODY, mais pra mobile mesmo */
@media(max-width: 782px) {
	html {
		margin-top: 0 !important;
	}
	
	#masthead {
		padding: 0;
	}
	
	#disqus_thread {
		margin-bottom: 1em;
	}
	
	/* Não vou mostrar nem ver em nova janela nem 'mais' pra mobile */
	.powerpress_links .powerpress_link_subscribe_more,
																																																																																																					.powerpress_links .powerpress_link_pinw {
		display: none;
	}
}

/* Mudanças no player */
.mejs-container {
	height: 45px !important;
}

.mejs-container .mejs-controls {
	bottom: 7px !important;
}

/* Share buttons */
.share-list {
	display: flex;
	text-align: center;
	padding-left: 0;
	align-items: center;
}

.share-list li {
	list-style: none;
	flex-basis: 33.33%;
}

.share-list li a {
	color: #FFF;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	display: block;
	width: 100%;
}

.facebook-share-button {
	background-color: #3B5998;
}

.twitter-share-button {
	background-color: #00ACEE;
}

.googleplus-share-button {
	background-color: #DD4B39;
}

.the-powerpress-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.powerpress_links {
	display: flex;
}

.powerpress_player {
	flex: 0 1 100%;
}

article.type-post p a.powerpress_link_pinw,
article.type-post p a.powerpress_link_d,
article.type-post p a.powerpress_link_e,
.botao-compartilhar-podcast,
.botao-assinar-podcast {
	height: 50px;
	padding: 0 15px;
	outline: 0;
}

article.type-post p a.powerpress_link_pinw {
	background-color: #E25656;
	display: none;
}

article.type-post p a.powerpress_link_d {
	background-color: #FF8383;
}

article.type-post p a.powerpress_link_e {
	background-color: #FF6B6B;
}

.powerpress_links.powerpress_subscribe_links .powerpress_link_subscribe_itunes,
.powerpress_links.powerpress_subscribe_links .powerpress_link_subscribe_android,
.powerpress_links.powerpress_subscribe_links .powerpress_link_subscribe_rss {
	background-color: #A8A8A8;
}

.botao-compartilhar-podcast {
	display: none;
}

.botao-assinar-podcast {
	box-shadow: none;
	flex: 0 0 33.333%;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}

.botao-compartilhar-podcast {
}

.botao-assinar-podcast {
	background-color: #E25656;
}

.powerpress_subscribe_links {
	display: flex;
	order: 1;
	width: 100%;
}

.powerpress_links.powerpress_links_mp3 {
	flex: 0 0 66.666%;
}

.entry-container {
	margin-top: 1em;
}

.powerpress_embed_box {
	margin-bottom: 0;
}

.powerpress_embed_box input {
	display: block;
	width: 100% !important;
}

.powerpress_embed_box {
	order: 1;
	width: 100%;
}

.powerpress_links.powerpress_subscribe_links .powerpress_link_subscribe {
	flex: 1;
	text-align: center;
}

p.powerpress_links > * {
	order: -1;
	flex: 0 0 50%;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}

p.powerpress_links.powerpress_links_mp3 a,
.botao-assinar-podcast,
.powerpress_links.powerpress_subscribe_links a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}

/*.powerpress_link_e:before,
.powerpress_link_d:before,
.botao-assinar-podcast:before,
.powerpress_links.powerpress_subscribe_links a:before {
	content: '';
	background: url(https://localhost:3000/wp-content/uploads/2016/08/Icon_compartilhar.svg) no-repeat;
	display: block;
	width: 30px;
	height: 23px;
	margin-right: 5px;
}*/
.powerpress_link_subscribe.powerpress_link_subscribe_android:hover,
.powerpress_link_subscribe.powerpress_link_subscribe_itunes:hover,
.powerpress_link_subscribe.powerpress_link_subscribe_rss:hover {
	background-color: #686868;
}

a.powerpress_link_subscribe.powerpress_link_subscribe_more {
	display: none;
}

/* Mudanças o header */
header .masthead-background {
	background-image: url(https://www.hipsters.tech/wp-content/uploads/2016/07/hipsters-header-pattern.png);
	background-size: 200px;
}

/* Mudancas no footer */
footer.site-footer {
	background-image: url(https://www.hipsters.tech/wp-content/uploads/2016/07/hipsters-header-pattern.png);
	background-size: 200px;
}

.site-footer .widget-head {
	width: 70%;
}

.post.type-post .entry-container.box {
	margin-top: 0;
}

@media(max-width: 550px) {
	.the-powerpress-content,
										.powerpress_subscribe_links,
										.powerpress_links.powerpress_links_mp3 {
		flex-direction: column;
		height: auto;
	}
	
	/* Gambeta do mal pra sumir com o text node maligno, isso tá bizarro ainda */
	.powerpress_links.powerpress_links_mp3 {
		visibility: collapse;
	}
	
	.powerpress_links.powerpress_links_mp3 a {
		visibility: visible;
	}
}

/* Fim das modificações feitas por Yuri Padilha */
.sobre-link.sobre-link.sobre-link.sobre-link.sobre-link {
	color: #45b0ee;
}

.type-page .entry-container .entry-content p a {
	color: #69c4a0;
}

/* CSS DO FOOTER GRUPO CAELUM */

@media not all and (min-width: 1000px){
  .grupoCaelum{
    display: none;
  }
}

.grupoCaelum{
  background: #fff;
  border-top: 1px solid #EBEBEE;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 1em;
}

.grupoCaelum .container{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

.grupoCaelum-list{
  display: flex;
  list-style: none;
  width: 60%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.grupoCaelum-title{
  margin-top: 50px;
  width: 20%;
	
}

.grupoCaelum-column {
  display: inline-block;
  padding-left: 19px;
  width: 170px;
  min-width: 160px;
	height: 180px;
}
.grupoCaelum-column-title {
  font-size: 10px;
  color: #d7e0e5;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 19px;
}
.grupoCaelum-column-list {
  list-style: none;
	padding: 0;
}

.column-item-title {
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-left: 6.5px;
}

.grupoCaelum-column:not(:first-child) {
  border-left: solid 1px #e3e9ed;
}

.grupoCaelum-title a{
  text-decoration: none;
  color: #657176;
  letter-spacing: normal;
  font-size: 18px;
  margin-top: 54px;
	font-weight: 400;

}

.column-item-logo {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
}

.column-item {
  margin-bottom: 17px;
}

.column-item a{
  text-decoration: none;
  color: #657176;
}

/* modificações feitas pelo Alex Felipe */

.widget-list-all-eps form{
		width: 90%;
	  margin: 0 5%;
}

.widget-list-all-eps input{
		width: 100%;
	  margin: 5px 0 10px 0;
	  font-size: 20px
}

.widget-list-all-eps select{
		width: 100%;
	  margin: 10px 0 5px 0;
}


/* modificações feitas pelo Mario Souto*/
.posthomeGrid-padding {
	padding: 25px;
}

@media (min-width: 991px) {
	.posthomeGrid-padding {
		padding-left: 0;
	}
}
@media (max-width: 570px) {
	.posthomeGrid-padding {
		padding: 10px;
	}

}
.posthomeGrid-container {
	display: flex;
	flex-wrap: wrap;
    text-align: center;
	justify-content: flex-start;
}
@media (min-width: 656px) {
	.posthomeGrid-container,
	.posthomeGrid-pagination {
    	padding-right: 0px;
    	padding-top: 0;
		width: calc(100% - 3px);
	}
}
@media (max-width: 655px) {
	.posthomeGrid-container {
		justify-content: center;	
	}
}
.posthomeGrid {
    width: calc(33.3% - 17px);
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
	float: left;
}
/* Large Screens */
@media only screen and (min-width : 993px) {
	.posthomeGrid--first {
		width: 100%;
		margin-right: 0px;
	}
	.posthomeGrid:nth-child(3n+1) {
    	margin-right: 0;
	}
}
/* Medium Screens */
@media only screen and (max-width : 992px) {
	.posthomeGrid {
		width: calc(50% - 25px);
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.posthomeGrid {
		width: 100%;
		max-width: 320px;
		margin-right: auto;
		margin-left: auto;
	}
}

.posthomeGrid .entry-container {
    position: relative;
    padding: 20px;
    margin-top: 0 !important;
}
.posthomeGrid .entry-title {
	font-size: 18px;
    padding: 0;
}
.posthomeGrid .post-meta {
    line-height: 18px;
}

.post-imagelink img,
.post-imagelink {
	display: block;
    width: 100%;
}
.post-imagelink img {
}
	
/* Large Screens */
@media only screen and (min-width : 993px) {	
	.post-imagelink img {
		max-height: 150px;
	}
	.posthomeGrid--first img {
		max-height: 490px;
	}
}
/* Medium Screens */
@media only screen and (max-width : 992px) {
	.posthomeGrid--first img {
		max-height: 257px;
	}
	.post-imagelink img {
		max-height: 257px;
	}
}

		@media (min-width: 991px) {
			.posthomeGrid__container--tirinhas {
				padding-right: 0px !important;
			}
		}
		@media (max-width: 990px) {
			.posthomeGrid__container--tirinhas {
				padding-right: 25px;
			}
		}
		@media (max-width: 570px) {
			.posthomeGrid__container--tirinhas {
				padding-right: 10px;
			}
		}
		.posthomeGrid--tirinha img, 
		.posthomeGrid--tirinha {
			width: 100%;
			max-width: 100%;
			height: auto;
			max-height: 100%;
			min-height: auto;
			margin-right: 0px;
		}

.lazy {
	opacity: 0;
	transition: .3s ease-in-out;
}
.lazy-loaded {
	opacity: 1;
}

/* Correções do Menu */
		@media(max-width: 800px) {
			#menu-menu-header {
				display: flex;
				justify-content: flex-end;
			}
		}
		@media(max-width: 600px) {
			#menu-menu-header {
				display: flex;
				justify-content: flex-end;
				align-items: center;
			}
			#menu-menu-header .menu-item:first-child {
				line-height: 1;
			}
			#menu-menu-header .menu-item {
				width: 50px;
			}
		}


.grupoCaelum-column {
    height: 350px;
}


.caelum-group-banners img {
	margin-top: 0;
	
}