/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/


/* HEADER */
.lines {
    top: 14px;
	width: 30px;
}
.lines::before {
    top: 8px;
}
.lines::after {
    top: -8px;
}

#header .header-inner #logo a > img, #header #header-wrap #logo a > img{
	height: 115px;
}

#header .header-inner, #header #header-wrap {
	height:150px;
}

div#logo {
	top:20px;
	position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    float: none;
    height: 100px;
    left: 0;
    right: 0;
    padding: 0 !important;
}

#header > div > div > div.header-extras.hamburguer {
	position:absolute;
	float:left;
	margin-top:15px;
}

#page-content{
	padding: 60px 0 60px 0;
}

.header-icones {
	float: right;
    z-index: 201;
    position: relative;
	height: 150px;
}

.header-icones > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-icones > ul > li {
    float: left;
    border: 0;
}


.header-icones > ul > li > a:not(.btn), .header-icones > ul > li .topbar-dropdown > .title {
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    position: relative;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.header-icones > ul > li > a:not(.btn), .header-icones > ul > li > .p-dropdown {
    padding-left: 6px;
    padding-right: 6px;
}

a.voltar.btn:not([href]):not([tabindex]).btn-slide > i, .btn.voltar.btn-slide > i {
    left: 13px;
    top: 12px;
}

a.voltar.btn:not([href]):not([tabindex]).btn-dark, .btn.voltar.btn-dark {
    background-color: transparent;
    border-color: transparent;
}

.btn.voltar.btn-dark.btn-outline:hover, .btn.voltar.btn-dark.btn-outline:focus, .btn.voltar.btn-dark.btn-outline:active {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.btn.btn-slide > span {
    top: 16px;
}

li.centralizar-header {
	line-height: normal; 
	height:150px;
}

span.revela {
	font-size:2em;
}

/***********************************/

/*FOOTER*/

.icon-box.clean .icon i {
    color: #fff;
}

#footer > div.copyright-content > div > div > div:nth-child(1) > div > ul > li > a > i {
	color:#fff;
}

#footer > div.footer-content > div > div > div:nth-child(4) > div > div.widget.widget-tags > p {
    margin: 0 0 20px 60px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    line-height: 1.6;
    font-size: 14px;
}

.ellite-footer {
    text-align: center;
}

a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
    opacity:0.7;
	transition:0.5s;
}

/*CONTEUDO HOME*/

@media (max-width: 767px) {
.post-thumbnails .post-item:not(.quote) .post-item-description {
		width: 100% !important;
	}
}

@media (MIN-width: 768px) {
.post-thumbnails .post-item:not(.quote) .post-item-description {
		width: 54% !important;
	}
}

.post-item .post-image .post-meta-category, 
.post-item .post-slider .post-meta-category, 
.post-item .post-video .post-meta-category, .post-item .post-audio .post-meta-category, 
.post-item .post-quote-img .post-meta-category {
    background-color: #444;
}

.tags a:hover, .tags a:focus, .tags a:active, .tags a.active {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

.post-thumbnail-entry {
    width: 100%;
}


/* CONTEUDO POST*/

a.btn.botao-post {
    border-color: #dcdcdc!important;
}

button.btn.btn-modal {
	background-color: #4c5667;
    border-color: #4c5667;
	color:#fff;
}

button.btn.btn-modal:hover {
	background-color: #ebebeb;
    border-color: #ebebeb;
	color:#4c5667;
}


a.btn:not([href]):not([tabindex]):hover, 
a.btn:not([href]):not([tabindex]):focus, 
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, 
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active, 
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active, 
.btn:not(:disabled):not(.disabled).active {



    background-color: #ebebeb;
    border-color: #ebebeb;
    color: #4c5667;
}

.single-post .post-item .post-item-description .post-meta {
    border-bottom: 0;
}


.topo.widget {
	border-top: 1px solid #eee;
    padding-top: 30px;
}

/* busca */

#search .btn-search-close {
    background-color: #565656;
}

