/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-title img {
	display: none;
}

.site-title a span:first-child {
	background: url('https://seginfo.com.br/wp-content/uploads/2016/02/logoseginfo6.png');
	display: inline-block;
	height: 50px;
	width: 200px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.site-title {
	padding: 15px 0 0;
}

@media only screen
and (min-width : 800px) {
	.no-js .main-navigation,
																																													.main-navigation {
		width: 100%;
		font-size: 1rem;
		margin: 10px 0 0;
	}
}

.main-navigation .search-form {
	width: 25%;
	padding: 0 0 10px;
}

.main-navigation > div {
	width: 80%;
}

.main-navigation ul {
	padding: 0 0 0 5px;
}

.site-footer, .main-navigation ul ul ul ul {
	background-color: #f3f3f3;
}

/*.site-footer, #colophon a, #colophon a:visited {
	color: #fff;
}*/
.powered-by, #front-page-blog .continue-reading {
	display: none;
}

.custom-logo .main-navigation {
	padding: 10px 0;
}

.custom-logo .site-title, .social, .widget .social {
	margin: 0;
}

.site-top-content a, .site-top-content a:hover {
	border-bottom: 0;
}

#front-page-blog .call-to-action {
	top: auto;
	bottom: 0;
}

/* troque para % caso tenha problemas com o responsivo */
.gallery-columns-5 .gallery-item {
	max-width: 23%;
}

.gallery-item {
	margin-bottom: 2%;
}

.continue-reading {
	display: none !important;
}

.gallery-item:nth-child(4n+5) {
	margin-left: 0;
}

body {
	text-align: justify;
}

.widget {
	padding: 0 25px 0 0;
}

#tertiary {
	background: #f9f9f9;
}

#tertiary, .main-navigation ul ul ul {
	color: #1c73a5;
}

#tertiary, #tertiary a, #tertiary a:visited {
	color: #1c73a5;
}

#tertiary .widget-title {
	color: #1c73a5;
}

.site-top-content {
	background: #f9f9f9;
}

ul, .comment-content ul {
	list-style: none;
}

#content a {
	text-decoration: none;
}

.title {
	font-weight: bold;
	color: #4d4c4c;
	font-size: 1.75rem;
}

li.listing-item {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 26px 0 17px;
	border-bottom-color: rgb(235,235,235);
}

span.date {
	clear: both;
	display: block;
	margin: 10px 0;
}

a.title {
	clear: both;
	display: block;
}

.single .byline, .multi-author-site .byline {
	display: none;
}

/* Altura mínima pra corrigir o bug do widget do facebook likebox */
.widget_facebook_likebox {
	min-height: 250px;
}

.site-title span {
	font-size: 13px;
	display: flex;
	color: #407a91;
}

.parceiros-link ul {
	width: 600px;
}

.parceiros-link li {
	border: 4px solid #F5F2F2;
	margin: 0 9px 10px 0;
	display: inline-block;
	float: left;
}

@media only screen and (min-width: 1025px) {
	#front-page-blog {
		padding: 10px 0 30px !important;
	}
}

#front-page-blog {
	padding: 10px 0 6px !important;
}

.featured-content-slider #featured-content .article-liner {
	background: #f9f9f9;
}

.fc-contain, #featured-content, #featured-content article {
	height: 370px !important;
}

@media only screen and (min-width: 1025px) {
	#featured-content h1, #featured-content h1 a {
		font-size: 70px;
	}
}

.widget ul, .widget ol, .widget li {
	padding: 8px 0;
}

.spotify {
	background-image: url('https://seginfo.com.br/wp-content/uploads/2019/02/spotifyicon.jpg');
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 20% 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.spotify:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.spotify a:hover {
	text-decoration: none;
}

.spotify a {
	text-decoration: inherit;
}

.googlepod {
	background-image: url('https://seginfo.com.br/wp-content/uploads/2019/03/icon-google-podcast.jpg');
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 20% 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.googlepod:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.googlepod a:hover {
	text-decoration: none;
}

.googlepod a {
	text-decoration: inherit;
}

.deezer {
	background-image: url('https://seginfo.com.br/wp-content/uploads/2019/03/icon-deezer.jpg');
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 20% 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.deezer:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.deezer a:hover {
	text-decoration: none;
}

.deezer a {
	text-decoration: inherit;
}